Merge with pyams_skin package 0.1.5
authorThierry Florac <thierry.florac@onf.fr>
Fri, 29 Jan 2016 15:37:22 +0100
changeset 156 61176c64158d
parent 155 e0fb6fd568eb
child 157 37921010c0e1
Merge with pyams_skin package 0.1.5
src/ztfy/myams/resources/css/ext/font-awesome-4.3.0.css
src/ztfy/myams/resources/css/ext/font-awesome-4.3.0.min.css
src/ztfy/myams/resources/css/ext/font-awesome-4.5.0.css
src/ztfy/myams/resources/css/ext/font-awesome-4.5.0.min.css
src/ztfy/myams/resources/css/ext/jquery-minicolors.min.css
src/ztfy/myams/resources/css/fonts/OpenSans-Regular.eot
src/ztfy/myams/resources/css/fonts/OpenSans-Regular.svg
src/ztfy/myams/resources/css/fonts/OpenSans-Regular.ttf
src/ztfy/myams/resources/css/fonts/OpenSans-Regular.woff
src/ztfy/myams/resources/css/fonts/OpenSans-Regular.woff2
src/ztfy/myams/resources/css/fonts/fontawesome-webfont.eot
src/ztfy/myams/resources/css/fonts/fontawesome-webfont.svg
src/ztfy/myams/resources/css/fonts/fontawesome-webfont.ttf
src/ztfy/myams/resources/css/fonts/fontawesome-webfont.woff
src/ztfy/myams/resources/css/fonts/fontawesome-webfont.woff2
src/ztfy/myams/resources/css/myams.css
src/ztfy/myams/resources/css/myams.min.css
src/ztfy/myams/resources/js/ext/jquery-fancybox-2.1.5.js
src/ztfy/myams/resources/js/myams.js
src/ztfy/myams/resources/js/myams.min.js
src/ztfy/myams/resources/less/buttons.less
src/ztfy/myams/resources/less/colors.less
src/ztfy/myams/resources/less/content.less
src/ztfy/myams/resources/less/forms.less
src/ztfy/myams/resources/less/layout.less
src/ztfy/myams/resources/less/menus.less
src/ztfy/myams/resources/less/modal.less
src/ztfy/myams/resources/less/tables.less
src/ztfy/myams/resources/less/typo.less
src/ztfy/myams/resources/less/ui.less
src/ztfy/myams/resources/less/widgets.less
--- a/src/ztfy/myams/resources/css/ext/font-awesome-4.3.0.css	Fri Jan 29 15:36:00 2016 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1801 +0,0 @@
-/*!
- *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
- *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
- */
-/* FONT PATH
- * -------------------------- */
-@font-face {
-  font-family: 'FontAwesome';
-  src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
-  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
-  font-weight: normal;
-  font-style: normal;
-}
-.fa {
-  display: inline-block;
-  font: normal normal normal 14px/1 FontAwesome;
-  font-size: inherit;
-  text-rendering: auto;
-  -webkit-font-smoothing: antialiased;
-  -moz-osx-font-smoothing: grayscale;
-  transform: translate(0, 0);
-}
-/* makes the font 33% larger relative to the icon container */
-.fa-lg {
-  font-size: 1.33333333em;
-  line-height: 0.75em;
-  vertical-align: -15%;
-}
-.fa-2x {
-  font-size: 2em;
-}
-.fa-3x {
-  font-size: 3em;
-}
-.fa-4x {
-  font-size: 4em;
-}
-.fa-5x {
-  font-size: 5em;
-}
-.fa-fw {
-  width: 1.28571429em;
-  text-align: center;
-}
-.fa-ul {
-  padding-left: 0;
-  margin-left: 2.14285714em;
-  list-style-type: none;
-}
-.fa-ul > li {
-  position: relative;
-}
-.fa-li {
-  position: absolute;
-  left: -2.14285714em;
-  width: 2.14285714em;
-  top: 0.14285714em;
-  text-align: center;
-}
-.fa-li.fa-lg {
-  left: -1.85714286em;
-}
-.fa-border {
-  padding: .2em .25em .15em;
-  border: solid 0.08em #eeeeee;
-  border-radius: .1em;
-}
-.pull-right {
-  float: right;
-}
-.pull-left {
-  float: left;
-}
-.fa.pull-left {
-  margin-right: .3em;
-}
-.fa.pull-right {
-  margin-left: .3em;
-}
-.fa-spin {
-  -webkit-animation: fa-spin 2s infinite linear;
-  animation: fa-spin 2s infinite linear;
-}
-.fa-pulse {
-  -webkit-animation: fa-spin 1s infinite steps(8);
-  animation: fa-spin 1s infinite steps(8);
-}
-@-webkit-keyframes fa-spin {
-  0% {
-    -webkit-transform: rotate(0deg);
-    transform: rotate(0deg);
-  }
-  100% {
-    -webkit-transform: rotate(359deg);
-    transform: rotate(359deg);
-  }
-}
-@keyframes fa-spin {
-  0% {
-    -webkit-transform: rotate(0deg);
-    transform: rotate(0deg);
-  }
-  100% {
-    -webkit-transform: rotate(359deg);
-    transform: rotate(359deg);
-  }
-}
-.fa-rotate-90 {
-  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-  -webkit-transform: rotate(90deg);
-  -ms-transform: rotate(90deg);
-  transform: rotate(90deg);
-}
-.fa-rotate-180 {
-  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-  -webkit-transform: rotate(180deg);
-  -ms-transform: rotate(180deg);
-  transform: rotate(180deg);
-}
-.fa-rotate-270 {
-  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-  -webkit-transform: rotate(270deg);
-  -ms-transform: rotate(270deg);
-  transform: rotate(270deg);
-}
-.fa-flip-horizontal {
-  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
-  -webkit-transform: scale(-1, 1);
-  -ms-transform: scale(-1, 1);
-  transform: scale(-1, 1);
-}
-.fa-flip-vertical {
-  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
-  -webkit-transform: scale(1, -1);
-  -ms-transform: scale(1, -1);
-  transform: scale(1, -1);
-}
-:root .fa-rotate-90,
-:root .fa-rotate-180,
-:root .fa-rotate-270,
-:root .fa-flip-horizontal,
-:root .fa-flip-vertical {
-  filter: none;
-}
-.fa-stack {
-  position: relative;
-  display: inline-block;
-  width: 2em;
-  height: 2em;
-  line-height: 2em;
-  vertical-align: middle;
-}
-.fa-stack-1x,
-.fa-stack-2x {
-  position: absolute;
-  left: 0;
-  width: 100%;
-  text-align: center;
-}
-.fa-stack-1x {
-  line-height: inherit;
-}
-.fa-stack-2x {
-  font-size: 2em;
-}
-.fa-inverse {
-  color: #ffffff;
-}
-/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
-   readers do not read off random characters that represent icons */
-.fa-glass:before {
-  content: "\f000";
-}
-.fa-music:before {
-  content: "\f001";
-}
-.fa-search:before {
-  content: "\f002";
-}
-.fa-envelope-o:before {
-  content: "\f003";
-}
-.fa-heart:before {
-  content: "\f004";
-}
-.fa-star:before {
-  content: "\f005";
-}
-.fa-star-o:before {
-  content: "\f006";
-}
-.fa-user:before {
-  content: "\f007";
-}
-.fa-film:before {
-  content: "\f008";
-}
-.fa-th-large:before {
-  content: "\f009";
-}
-.fa-th:before {
-  content: "\f00a";
-}
-.fa-th-list:before {
-  content: "\f00b";
-}
-.fa-check:before {
-  content: "\f00c";
-}
-.fa-remove:before,
-.fa-close:before,
-.fa-times:before {
-  content: "\f00d";
-}
-.fa-search-plus:before {
-  content: "\f00e";
-}
-.fa-search-minus:before {
-  content: "\f010";
-}
-.fa-power-off:before {
-  content: "\f011";
-}
-.fa-signal:before {
-  content: "\f012";
-}
-.fa-gear:before,
-.fa-cog:before {
-  content: "\f013";
-}
-.fa-trash-o:before {
-  content: "\f014";
-}
-.fa-home:before {
-  content: "\f015";
-}
-.fa-file-o:before {
-  content: "\f016";
-}
-.fa-clock-o:before {
-  content: "\f017";
-}
-.fa-road:before {
-  content: "\f018";
-}
-.fa-download:before {
-  content: "\f019";
-}
-.fa-arrow-circle-o-down:before {
-  content: "\f01a";
-}
-.fa-arrow-circle-o-up:before {
-  content: "\f01b";
-}
-.fa-inbox:before {
-  content: "\f01c";
-}
-.fa-play-circle-o:before {
-  content: "\f01d";
-}
-.fa-rotate-right:before,
-.fa-repeat:before {
-  content: "\f01e";
-}
-.fa-refresh:before {
-  content: "\f021";
-}
-.fa-list-alt:before {
-  content: "\f022";
-}
-.fa-lock:before {
-  content: "\f023";
-}
-.fa-flag:before {
-  content: "\f024";
-}
-.fa-headphones:before {
-  content: "\f025";
-}
-.fa-volume-off:before {
-  content: "\f026";
-}
-.fa-volume-down:before {
-  content: "\f027";
-}
-.fa-volume-up:before {
-  content: "\f028";
-}
-.fa-qrcode:before {
-  content: "\f029";
-}
-.fa-barcode:before {
-  content: "\f02a";
-}
-.fa-tag:before {
-  content: "\f02b";
-}
-.fa-tags:before {
-  content: "\f02c";
-}
-.fa-book:before {
-  content: "\f02d";
-}
-.fa-bookmark:before {
-  content: "\f02e";
-}
-.fa-print:before {
-  content: "\f02f";
-}
-.fa-camera:before {
-  content: "\f030";
-}
-.fa-font:before {
-  content: "\f031";
-}
-.fa-bold:before {
-  content: "\f032";
-}
-.fa-italic:before {
-  content: "\f033";
-}
-.fa-text-height:before {
-  content: "\f034";
-}
-.fa-text-width:before {
-  content: "\f035";
-}
-.fa-align-left:before {
-  content: "\f036";
-}
-.fa-align-center:before {
-  content: "\f037";
-}
-.fa-align-right:before {
-  content: "\f038";
-}
-.fa-align-justify:before {
-  content: "\f039";
-}
-.fa-list:before {
-  content: "\f03a";
-}
-.fa-dedent:before,
-.fa-outdent:before {
-  content: "\f03b";
-}
-.fa-indent:before {
-  content: "\f03c";
-}
-.fa-video-camera:before {
-  content: "\f03d";
-}
-.fa-photo:before,
-.fa-image:before,
-.fa-picture-o:before {
-  content: "\f03e";
-}
-.fa-pencil:before {
-  content: "\f040";
-}
-.fa-map-marker:before {
-  content: "\f041";
-}
-.fa-adjust:before {
-  content: "\f042";
-}
-.fa-tint:before {
-  content: "\f043";
-}
-.fa-edit:before,
-.fa-pencil-square-o:before {
-  content: "\f044";
-}
-.fa-share-square-o:before {
-  content: "\f045";
-}
-.fa-check-square-o:before {
-  content: "\f046";
-}
-.fa-arrows:before {
-  content: "\f047";
-}
-.fa-step-backward:before {
-  content: "\f048";
-}
-.fa-fast-backward:before {
-  content: "\f049";
-}
-.fa-backward:before {
-  content: "\f04a";
-}
-.fa-play:before {
-  content: "\f04b";
-}
-.fa-pause:before {
-  content: "\f04c";
-}
-.fa-stop:before {
-  content: "\f04d";
-}
-.fa-forward:before {
-  content: "\f04e";
-}
-.fa-fast-forward:before {
-  content: "\f050";
-}
-.fa-step-forward:before {
-  content: "\f051";
-}
-.fa-eject:before {
-  content: "\f052";
-}
-.fa-chevron-left:before {
-  content: "\f053";
-}
-.fa-chevron-right:before {
-  content: "\f054";
-}
-.fa-plus-circle:before {
-  content: "\f055";
-}
-.fa-minus-circle:before {
-  content: "\f056";
-}
-.fa-times-circle:before {
-  content: "\f057";
-}
-.fa-check-circle:before {
-  content: "\f058";
-}
-.fa-question-circle:before {
-  content: "\f059";
-}
-.fa-info-circle:before {
-  content: "\f05a";
-}
-.fa-crosshairs:before {
-  content: "\f05b";
-}
-.fa-times-circle-o:before {
-  content: "\f05c";
-}
-.fa-check-circle-o:before {
-  content: "\f05d";
-}
-.fa-ban:before {
-  content: "\f05e";
-}
-.fa-arrow-left:before {
-  content: "\f060";
-}
-.fa-arrow-right:before {
-  content: "\f061";
-}
-.fa-arrow-up:before {
-  content: "\f062";
-}
-.fa-arrow-down:before {
-  content: "\f063";
-}
-.fa-mail-forward:before,
-.fa-share:before {
-  content: "\f064";
-}
-.fa-expand:before {
-  content: "\f065";
-}
-.fa-compress:before {
-  content: "\f066";
-}
-.fa-plus:before {
-  content: "\f067";
-}
-.fa-minus:before {
-  content: "\f068";
-}
-.fa-asterisk:before {
-  content: "\f069";
-}
-.fa-exclamation-circle:before {
-  content: "\f06a";
-}
-.fa-gift:before {
-  content: "\f06b";
-}
-.fa-leaf:before {
-  content: "\f06c";
-}
-.fa-fire:before {
-  content: "\f06d";
-}
-.fa-eye:before {
-  content: "\f06e";
-}
-.fa-eye-slash:before {
-  content: "\f070";
-}
-.fa-warning:before,
-.fa-exclamation-triangle:before {
-  content: "\f071";
-}
-.fa-plane:before {
-  content: "\f072";
-}
-.fa-calendar:before {
-  content: "\f073";
-}
-.fa-random:before {
-  content: "\f074";
-}
-.fa-comment:before {
-  content: "\f075";
-}
-.fa-magnet:before {
-  content: "\f076";
-}
-.fa-chevron-up:before {
-  content: "\f077";
-}
-.fa-chevron-down:before {
-  content: "\f078";
-}
-.fa-retweet:before {
-  content: "\f079";
-}
-.fa-shopping-cart:before {
-  content: "\f07a";
-}
-.fa-folder:before {
-  content: "\f07b";
-}
-.fa-folder-open:before {
-  content: "\f07c";
-}
-.fa-arrows-v:before {
-  content: "\f07d";
-}
-.fa-arrows-h:before {
-  content: "\f07e";
-}
-.fa-bar-chart-o:before,
-.fa-bar-chart:before {
-  content: "\f080";
-}
-.fa-twitter-square:before {
-  content: "\f081";
-}
-.fa-facebook-square:before {
-  content: "\f082";
-}
-.fa-camera-retro:before {
-  content: "\f083";
-}
-.fa-key:before {
-  content: "\f084";
-}
-.fa-gears:before,
-.fa-cogs:before {
-  content: "\f085";
-}
-.fa-comments:before {
-  content: "\f086";
-}
-.fa-thumbs-o-up:before {
-  content: "\f087";
-}
-.fa-thumbs-o-down:before {
-  content: "\f088";
-}
-.fa-star-half:before {
-  content: "\f089";
-}
-.fa-heart-o:before {
-  content: "\f08a";
-}
-.fa-sign-out:before {
-  content: "\f08b";
-}
-.fa-linkedin-square:before {
-  content: "\f08c";
-}
-.fa-thumb-tack:before {
-  content: "\f08d";
-}
-.fa-external-link:before {
-  content: "\f08e";
-}
-.fa-sign-in:before {
-  content: "\f090";
-}
-.fa-trophy:before {
-  content: "\f091";
-}
-.fa-github-square:before {
-  content: "\f092";
-}
-.fa-upload:before {
-  content: "\f093";
-}
-.fa-lemon-o:before {
-  content: "\f094";
-}
-.fa-phone:before {
-  content: "\f095";
-}
-.fa-square-o:before {
-  content: "\f096";
-}
-.fa-bookmark-o:before {
-  content: "\f097";
-}
-.fa-phone-square:before {
-  content: "\f098";
-}
-.fa-twitter:before {
-  content: "\f099";
-}
-.fa-facebook-f:before,
-.fa-facebook:before {
-  content: "\f09a";
-}
-.fa-github:before {
-  content: "\f09b";
-}
-.fa-unlock:before {
-  content: "\f09c";
-}
-.fa-credit-card:before {
-  content: "\f09d";
-}
-.fa-rss:before {
-  content: "\f09e";
-}
-.fa-hdd-o:before {
-  content: "\f0a0";
-}
-.fa-bullhorn:before {
-  content: "\f0a1";
-}
-.fa-bell:before {
-  content: "\f0f3";
-}
-.fa-certificate:before {
-  content: "\f0a3";
-}
-.fa-hand-o-right:before {
-  content: "\f0a4";
-}
-.fa-hand-o-left:before {
-  content: "\f0a5";
-}
-.fa-hand-o-up:before {
-  content: "\f0a6";
-}
-.fa-hand-o-down:before {
-  content: "\f0a7";
-}
-.fa-arrow-circle-left:before {
-  content: "\f0a8";
-}
-.fa-arrow-circle-right:before {
-  content: "\f0a9";
-}
-.fa-arrow-circle-up:before {
-  content: "\f0aa";
-}
-.fa-arrow-circle-down:before {
-  content: "\f0ab";
-}
-.fa-globe:before {
-  content: "\f0ac";
-}
-.fa-wrench:before {
-  content: "\f0ad";
-}
-.fa-tasks:before {
-  content: "\f0ae";
-}
-.fa-filter:before {
-  content: "\f0b0";
-}
-.fa-briefcase:before {
-  content: "\f0b1";
-}
-.fa-arrows-alt:before {
-  content: "\f0b2";
-}
-.fa-group:before,
-.fa-users:before {
-  content: "\f0c0";
-}
-.fa-chain:before,
-.fa-link:before {
-  content: "\f0c1";
-}
-.fa-cloud:before {
-  content: "\f0c2";
-}
-.fa-flask:before {
-  content: "\f0c3";
-}
-.fa-cut:before,
-.fa-scissors:before {
-  content: "\f0c4";
-}
-.fa-copy:before,
-.fa-files-o:before {
-  content: "\f0c5";
-}
-.fa-paperclip:before {
-  content: "\f0c6";
-}
-.fa-save:before,
-.fa-floppy-o:before {
-  content: "\f0c7";
-}
-.fa-square:before {
-  content: "\f0c8";
-}
-.fa-navicon:before,
-.fa-reorder:before,
-.fa-bars:before {
-  content: "\f0c9";
-}
-.fa-list-ul:before {
-  content: "\f0ca";
-}
-.fa-list-ol:before {
-  content: "\f0cb";
-}
-.fa-strikethrough:before {
-  content: "\f0cc";
-}
-.fa-underline:before {
-  content: "\f0cd";
-}
-.fa-table:before {
-  content: "\f0ce";
-}
-.fa-magic:before {
-  content: "\f0d0";
-}
-.fa-truck:before {
-  content: "\f0d1";
-}
-.fa-pinterest:before {
-  content: "\f0d2";
-}
-.fa-pinterest-square:before {
-  content: "\f0d3";
-}
-.fa-google-plus-square:before {
-  content: "\f0d4";
-}
-.fa-google-plus:before {
-  content: "\f0d5";
-}
-.fa-money:before {
-  content: "\f0d6";
-}
-.fa-caret-down:before {
-  content: "\f0d7";
-}
-.fa-caret-up:before {
-  content: "\f0d8";
-}
-.fa-caret-left:before {
-  content: "\f0d9";
-}
-.fa-caret-right:before {
-  content: "\f0da";
-}
-.fa-columns:before {
-  content: "\f0db";
-}
-.fa-unsorted:before,
-.fa-sort:before {
-  content: "\f0dc";
-}
-.fa-sort-down:before,
-.fa-sort-desc:before {
-  content: "\f0dd";
-}
-.fa-sort-up:before,
-.fa-sort-asc:before {
-  content: "\f0de";
-}
-.fa-envelope:before {
-  content: "\f0e0";
-}
-.fa-linkedin:before {
-  content: "\f0e1";
-}
-.fa-rotate-left:before,
-.fa-undo:before {
-  content: "\f0e2";
-}
-.fa-legal:before,
-.fa-gavel:before {
-  content: "\f0e3";
-}
-.fa-dashboard:before,
-.fa-tachometer:before {
-  content: "\f0e4";
-}
-.fa-comment-o:before {
-  content: "\f0e5";
-}
-.fa-comments-o:before {
-  content: "\f0e6";
-}
-.fa-flash:before,
-.fa-bolt:before {
-  content: "\f0e7";
-}
-.fa-sitemap:before {
-  content: "\f0e8";
-}
-.fa-umbrella:before {
-  content: "\f0e9";
-}
-.fa-paste:before,
-.fa-clipboard:before {
-  content: "\f0ea";
-}
-.fa-lightbulb-o:before {
-  content: "\f0eb";
-}
-.fa-exchange:before {
-  content: "\f0ec";
-}
-.fa-cloud-download:before {
-  content: "\f0ed";
-}
-.fa-cloud-upload:before {
-  content: "\f0ee";
-}
-.fa-user-md:before {
-  content: "\f0f0";
-}
-.fa-stethoscope:before {
-  content: "\f0f1";
-}
-.fa-suitcase:before {
-  content: "\f0f2";
-}
-.fa-bell-o:before {
-  content: "\f0a2";
-}
-.fa-coffee:before {
-  content: "\f0f4";
-}
-.fa-cutlery:before {
-  content: "\f0f5";
-}
-.fa-file-text-o:before {
-  content: "\f0f6";
-}
-.fa-building-o:before {
-  content: "\f0f7";
-}
-.fa-hospital-o:before {
-  content: "\f0f8";
-}
-.fa-ambulance:before {
-  content: "\f0f9";
-}
-.fa-medkit:before {
-  content: "\f0fa";
-}
-.fa-fighter-jet:before {
-  content: "\f0fb";
-}
-.fa-beer:before {
-  content: "\f0fc";
-}
-.fa-h-square:before {
-  content: "\f0fd";
-}
-.fa-plus-square:before {
-  content: "\f0fe";
-}
-.fa-angle-double-left:before {
-  content: "\f100";
-}
-.fa-angle-double-right:before {
-  content: "\f101";
-}
-.fa-angle-double-up:before {
-  content: "\f102";
-}
-.fa-angle-double-down:before {
-  content: "\f103";
-}
-.fa-angle-left:before {
-  content: "\f104";
-}
-.fa-angle-right:before {
-  content: "\f105";
-}
-.fa-angle-up:before {
-  content: "\f106";
-}
-.fa-angle-down:before {
-  content: "\f107";
-}
-.fa-desktop:before {
-  content: "\f108";
-}
-.fa-laptop:before {
-  content: "\f109";
-}
-.fa-tablet:before {
-  content: "\f10a";
-}
-.fa-mobile-phone:before,
-.fa-mobile:before {
-  content: "\f10b";
-}
-.fa-circle-o:before {
-  content: "\f10c";
-}
-.fa-quote-left:before {
-  content: "\f10d";
-}
-.fa-quote-right:before {
-  content: "\f10e";
-}
-.fa-spinner:before {
-  content: "\f110";
-}
-.fa-circle:before {
-  content: "\f111";
-}
-.fa-mail-reply:before,
-.fa-reply:before {
-  content: "\f112";
-}
-.fa-github-alt:before {
-  content: "\f113";
-}
-.fa-folder-o:before {
-  content: "\f114";
-}
-.fa-folder-open-o:before {
-  content: "\f115";
-}
-.fa-smile-o:before {
-  content: "\f118";
-}
-.fa-frown-o:before {
-  content: "\f119";
-}
-.fa-meh-o:before {
-  content: "\f11a";
-}
-.fa-gamepad:before {
-  content: "\f11b";
-}
-.fa-keyboard-o:before {
-  content: "\f11c";
-}
-.fa-flag-o:before {
-  content: "\f11d";
-}
-.fa-flag-checkered:before {
-  content: "\f11e";
-}
-.fa-terminal:before {
-  content: "\f120";
-}
-.fa-code:before {
-  content: "\f121";
-}
-.fa-mail-reply-all:before,
-.fa-reply-all:before {
-  content: "\f122";
-}
-.fa-star-half-empty:before,
-.fa-star-half-full:before,
-.fa-star-half-o:before {
-  content: "\f123";
-}
-.fa-location-arrow:before {
-  content: "\f124";
-}
-.fa-crop:before {
-  content: "\f125";
-}
-.fa-code-fork:before {
-  content: "\f126";
-}
-.fa-unlink:before,
-.fa-chain-broken:before {
-  content: "\f127";
-}
-.fa-question:before {
-  content: "\f128";
-}
-.fa-info:before {
-  content: "\f129";
-}
-.fa-exclamation:before {
-  content: "\f12a";
-}
-.fa-superscript:before {
-  content: "\f12b";
-}
-.fa-subscript:before {
-  content: "\f12c";
-}
-.fa-eraser:before {
-  content: "\f12d";
-}
-.fa-puzzle-piece:before {
-  content: "\f12e";
-}
-.fa-microphone:before {
-  content: "\f130";
-}
-.fa-microphone-slash:before {
-  content: "\f131";
-}
-.fa-shield:before {
-  content: "\f132";
-}
-.fa-calendar-o:before {
-  content: "\f133";
-}
-.fa-fire-extinguisher:before {
-  content: "\f134";
-}
-.fa-rocket:before {
-  content: "\f135";
-}
-.fa-maxcdn:before {
-  content: "\f136";
-}
-.fa-chevron-circle-left:before {
-  content: "\f137";
-}
-.fa-chevron-circle-right:before {
-  content: "\f138";
-}
-.fa-chevron-circle-up:before {
-  content: "\f139";
-}
-.fa-chevron-circle-down:before {
-  content: "\f13a";
-}
-.fa-html5:before {
-  content: "\f13b";
-}
-.fa-css3:before {
-  content: "\f13c";
-}
-.fa-anchor:before {
-  content: "\f13d";
-}
-.fa-unlock-alt:before {
-  content: "\f13e";
-}
-.fa-bullseye:before {
-  content: "\f140";
-}
-.fa-ellipsis-h:before {
-  content: "\f141";
-}
-.fa-ellipsis-v:before {
-  content: "\f142";
-}
-.fa-rss-square:before {
-  content: "\f143";
-}
-.fa-play-circle:before {
-  content: "\f144";
-}
-.fa-ticket:before {
-  content: "\f145";
-}
-.fa-minus-square:before {
-  content: "\f146";
-}
-.fa-minus-square-o:before {
-  content: "\f147";
-}
-.fa-level-up:before {
-  content: "\f148";
-}
-.fa-level-down:before {
-  content: "\f149";
-}
-.fa-check-square:before {
-  content: "\f14a";
-}
-.fa-pencil-square:before {
-  content: "\f14b";
-}
-.fa-external-link-square:before {
-  content: "\f14c";
-}
-.fa-share-square:before {
-  content: "\f14d";
-}
-.fa-compass:before {
-  content: "\f14e";
-}
-.fa-toggle-down:before,
-.fa-caret-square-o-down:before {
-  content: "\f150";
-}
-.fa-toggle-up:before,
-.fa-caret-square-o-up:before {
-  content: "\f151";
-}
-.fa-toggle-right:before,
-.fa-caret-square-o-right:before {
-  content: "\f152";
-}
-.fa-euro:before,
-.fa-eur:before {
-  content: "\f153";
-}
-.fa-gbp:before {
-  content: "\f154";
-}
-.fa-dollar:before,
-.fa-usd:before {
-  content: "\f155";
-}
-.fa-rupee:before,
-.fa-inr:before {
-  content: "\f156";
-}
-.fa-cny:before,
-.fa-rmb:before,
-.fa-yen:before,
-.fa-jpy:before {
-  content: "\f157";
-}
-.fa-ruble:before,
-.fa-rouble:before,
-.fa-rub:before {
-  content: "\f158";
-}
-.fa-won:before,
-.fa-krw:before {
-  content: "\f159";
-}
-.fa-bitcoin:before,
-.fa-btc:before {
-  content: "\f15a";
-}
-.fa-file:before {
-  content: "\f15b";
-}
-.fa-file-text:before {
-  content: "\f15c";
-}
-.fa-sort-alpha-asc:before {
-  content: "\f15d";
-}
-.fa-sort-alpha-desc:before {
-  content: "\f15e";
-}
-.fa-sort-amount-asc:before {
-  content: "\f160";
-}
-.fa-sort-amount-desc:before {
-  content: "\f161";
-}
-.fa-sort-numeric-asc:before {
-  content: "\f162";
-}
-.fa-sort-numeric-desc:before {
-  content: "\f163";
-}
-.fa-thumbs-up:before {
-  content: "\f164";
-}
-.fa-thumbs-down:before {
-  content: "\f165";
-}
-.fa-youtube-square:before {
-  content: "\f166";
-}
-.fa-youtube:before {
-  content: "\f167";
-}
-.fa-xing:before {
-  content: "\f168";
-}
-.fa-xing-square:before {
-  content: "\f169";
-}
-.fa-youtube-play:before {
-  content: "\f16a";
-}
-.fa-dropbox:before {
-  content: "\f16b";
-}
-.fa-stack-overflow:before {
-  content: "\f16c";
-}
-.fa-instagram:before {
-  content: "\f16d";
-}
-.fa-flickr:before {
-  content: "\f16e";
-}
-.fa-adn:before {
-  content: "\f170";
-}
-.fa-bitbucket:before {
-  content: "\f171";
-}
-.fa-bitbucket-square:before {
-  content: "\f172";
-}
-.fa-tumblr:before {
-  content: "\f173";
-}
-.fa-tumblr-square:before {
-  content: "\f174";
-}
-.fa-long-arrow-down:before {
-  content: "\f175";
-}
-.fa-long-arrow-up:before {
-  content: "\f176";
-}
-.fa-long-arrow-left:before {
-  content: "\f177";
-}
-.fa-long-arrow-right:before {
-  content: "\f178";
-}
-.fa-apple:before {
-  content: "\f179";
-}
-.fa-windows:before {
-  content: "\f17a";
-}
-.fa-android:before {
-  content: "\f17b";
-}
-.fa-linux:before {
-  content: "\f17c";
-}
-.fa-dribbble:before {
-  content: "\f17d";
-}
-.fa-skype:before {
-  content: "\f17e";
-}
-.fa-foursquare:before {
-  content: "\f180";
-}
-.fa-trello:before {
-  content: "\f181";
-}
-.fa-female:before {
-  content: "\f182";
-}
-.fa-male:before {
-  content: "\f183";
-}
-.fa-gittip:before,
-.fa-gratipay:before {
-  content: "\f184";
-}
-.fa-sun-o:before {
-  content: "\f185";
-}
-.fa-moon-o:before {
-  content: "\f186";
-}
-.fa-archive:before {
-  content: "\f187";
-}
-.fa-bug:before {
-  content: "\f188";
-}
-.fa-vk:before {
-  content: "\f189";
-}
-.fa-weibo:before {
-  content: "\f18a";
-}
-.fa-renren:before {
-  content: "\f18b";
-}
-.fa-pagelines:before {
-  content: "\f18c";
-}
-.fa-stack-exchange:before {
-  content: "\f18d";
-}
-.fa-arrow-circle-o-right:before {
-  content: "\f18e";
-}
-.fa-arrow-circle-o-left:before {
-  content: "\f190";
-}
-.fa-toggle-left:before,
-.fa-caret-square-o-left:before {
-  content: "\f191";
-}
-.fa-dot-circle-o:before {
-  content: "\f192";
-}
-.fa-wheelchair:before {
-  content: "\f193";
-}
-.fa-vimeo-square:before {
-  content: "\f194";
-}
-.fa-turkish-lira:before,
-.fa-try:before {
-  content: "\f195";
-}
-.fa-plus-square-o:before {
-  content: "\f196";
-}
-.fa-space-shuttle:before {
-  content: "\f197";
-}
-.fa-slack:before {
-  content: "\f198";
-}
-.fa-envelope-square:before {
-  content: "\f199";
-}
-.fa-wordpress:before {
-  content: "\f19a";
-}
-.fa-openid:before {
-  content: "\f19b";
-}
-.fa-institution:before,
-.fa-bank:before,
-.fa-university:before {
-  content: "\f19c";
-}
-.fa-mortar-board:before,
-.fa-graduation-cap:before {
-  content: "\f19d";
-}
-.fa-yahoo:before {
-  content: "\f19e";
-}
-.fa-google:before {
-  content: "\f1a0";
-}
-.fa-reddit:before {
-  content: "\f1a1";
-}
-.fa-reddit-square:before {
-  content: "\f1a2";
-}
-.fa-stumbleupon-circle:before {
-  content: "\f1a3";
-}
-.fa-stumbleupon:before {
-  content: "\f1a4";
-}
-.fa-delicious:before {
-  content: "\f1a5";
-}
-.fa-digg:before {
-  content: "\f1a6";
-}
-.fa-pied-piper:before {
-  content: "\f1a7";
-}
-.fa-pied-piper-alt:before {
-  content: "\f1a8";
-}
-.fa-drupal:before {
-  content: "\f1a9";
-}
-.fa-joomla:before {
-  content: "\f1aa";
-}
-.fa-language:before {
-  content: "\f1ab";
-}
-.fa-fax:before {
-  content: "\f1ac";
-}
-.fa-building:before {
-  content: "\f1ad";
-}
-.fa-child:before {
-  content: "\f1ae";
-}
-.fa-paw:before {
-  content: "\f1b0";
-}
-.fa-spoon:before {
-  content: "\f1b1";
-}
-.fa-cube:before {
-  content: "\f1b2";
-}
-.fa-cubes:before {
-  content: "\f1b3";
-}
-.fa-behance:before {
-  content: "\f1b4";
-}
-.fa-behance-square:before {
-  content: "\f1b5";
-}
-.fa-steam:before {
-  content: "\f1b6";
-}
-.fa-steam-square:before {
-  content: "\f1b7";
-}
-.fa-recycle:before {
-  content: "\f1b8";
-}
-.fa-automobile:before,
-.fa-car:before {
-  content: "\f1b9";
-}
-.fa-cab:before,
-.fa-taxi:before {
-  content: "\f1ba";
-}
-.fa-tree:before {
-  content: "\f1bb";
-}
-.fa-spotify:before {
-  content: "\f1bc";
-}
-.fa-deviantart:before {
-  content: "\f1bd";
-}
-.fa-soundcloud:before {
-  content: "\f1be";
-}
-.fa-database:before {
-  content: "\f1c0";
-}
-.fa-file-pdf-o:before {
-  content: "\f1c1";
-}
-.fa-file-word-o:before {
-  content: "\f1c2";
-}
-.fa-file-excel-o:before {
-  content: "\f1c3";
-}
-.fa-file-powerpoint-o:before {
-  content: "\f1c4";
-}
-.fa-file-photo-o:before,
-.fa-file-picture-o:before,
-.fa-file-image-o:before {
-  content: "\f1c5";
-}
-.fa-file-zip-o:before,
-.fa-file-archive-o:before {
-  content: "\f1c6";
-}
-.fa-file-sound-o:before,
-.fa-file-audio-o:before {
-  content: "\f1c7";
-}
-.fa-file-movie-o:before,
-.fa-file-video-o:before {
-  content: "\f1c8";
-}
-.fa-file-code-o:before {
-  content: "\f1c9";
-}
-.fa-vine:before {
-  content: "\f1ca";
-}
-.fa-codepen:before {
-  content: "\f1cb";
-}
-.fa-jsfiddle:before {
-  content: "\f1cc";
-}
-.fa-life-bouy:before,
-.fa-life-buoy:before,
-.fa-life-saver:before,
-.fa-support:before,
-.fa-life-ring:before {
-  content: "\f1cd";
-}
-.fa-circle-o-notch:before {
-  content: "\f1ce";
-}
-.fa-ra:before,
-.fa-rebel:before {
-  content: "\f1d0";
-}
-.fa-ge:before,
-.fa-empire:before {
-  content: "\f1d1";
-}
-.fa-git-square:before {
-  content: "\f1d2";
-}
-.fa-git:before {
-  content: "\f1d3";
-}
-.fa-hacker-news:before {
-  content: "\f1d4";
-}
-.fa-tencent-weibo:before {
-  content: "\f1d5";
-}
-.fa-qq:before {
-  content: "\f1d6";
-}
-.fa-wechat:before,
-.fa-weixin:before {
-  content: "\f1d7";
-}
-.fa-send:before,
-.fa-paper-plane:before {
-  content: "\f1d8";
-}
-.fa-send-o:before,
-.fa-paper-plane-o:before {
-  content: "\f1d9";
-}
-.fa-history:before {
-  content: "\f1da";
-}
-.fa-genderless:before,
-.fa-circle-thin:before {
-  content: "\f1db";
-}
-.fa-header:before {
-  content: "\f1dc";
-}
-.fa-paragraph:before {
-  content: "\f1dd";
-}
-.fa-sliders:before {
-  content: "\f1de";
-}
-.fa-share-alt:before {
-  content: "\f1e0";
-}
-.fa-share-alt-square:before {
-  content: "\f1e1";
-}
-.fa-bomb:before {
-  content: "\f1e2";
-}
-.fa-soccer-ball-o:before,
-.fa-futbol-o:before {
-  content: "\f1e3";
-}
-.fa-tty:before {
-  content: "\f1e4";
-}
-.fa-binoculars:before {
-  content: "\f1e5";
-}
-.fa-plug:before {
-  content: "\f1e6";
-}
-.fa-slideshare:before {
-  content: "\f1e7";
-}
-.fa-twitch:before {
-  content: "\f1e8";
-}
-.fa-yelp:before {
-  content: "\f1e9";
-}
-.fa-newspaper-o:before {
-  content: "\f1ea";
-}
-.fa-wifi:before {
-  content: "\f1eb";
-}
-.fa-calculator:before {
-  content: "\f1ec";
-}
-.fa-paypal:before {
-  content: "\f1ed";
-}
-.fa-google-wallet:before {
-  content: "\f1ee";
-}
-.fa-cc-visa:before {
-  content: "\f1f0";
-}
-.fa-cc-mastercard:before {
-  content: "\f1f1";
-}
-.fa-cc-discover:before {
-  content: "\f1f2";
-}
-.fa-cc-amex:before {
-  content: "\f1f3";
-}
-.fa-cc-paypal:before {
-  content: "\f1f4";
-}
-.fa-cc-stripe:before {
-  content: "\f1f5";
-}
-.fa-bell-slash:before {
-  content: "\f1f6";
-}
-.fa-bell-slash-o:before {
-  content: "\f1f7";
-}
-.fa-trash:before {
-  content: "\f1f8";
-}
-.fa-copyright:before {
-  content: "\f1f9";
-}
-.fa-at:before {
-  content: "\f1fa";
-}
-.fa-eyedropper:before {
-  content: "\f1fb";
-}
-.fa-paint-brush:before {
-  content: "\f1fc";
-}
-.fa-birthday-cake:before {
-  content: "\f1fd";
-}
-.fa-area-chart:before {
-  content: "\f1fe";
-}
-.fa-pie-chart:before {
-  content: "\f200";
-}
-.fa-line-chart:before {
-  content: "\f201";
-}
-.fa-lastfm:before {
-  content: "\f202";
-}
-.fa-lastfm-square:before {
-  content: "\f203";
-}
-.fa-toggle-off:before {
-  content: "\f204";
-}
-.fa-toggle-on:before {
-  content: "\f205";
-}
-.fa-bicycle:before {
-  content: "\f206";
-}
-.fa-bus:before {
-  content: "\f207";
-}
-.fa-ioxhost:before {
-  content: "\f208";
-}
-.fa-angellist:before {
-  content: "\f209";
-}
-.fa-cc:before {
-  content: "\f20a";
-}
-.fa-shekel:before,
-.fa-sheqel:before,
-.fa-ils:before {
-  content: "\f20b";
-}
-.fa-meanpath:before {
-  content: "\f20c";
-}
-.fa-buysellads:before {
-  content: "\f20d";
-}
-.fa-connectdevelop:before {
-  content: "\f20e";
-}
-.fa-dashcube:before {
-  content: "\f210";
-}
-.fa-forumbee:before {
-  content: "\f211";
-}
-.fa-leanpub:before {
-  content: "\f212";
-}
-.fa-sellsy:before {
-  content: "\f213";
-}
-.fa-shirtsinbulk:before {
-  content: "\f214";
-}
-.fa-simplybuilt:before {
-  content: "\f215";
-}
-.fa-skyatlas:before {
-  content: "\f216";
-}
-.fa-cart-plus:before {
-  content: "\f217";
-}
-.fa-cart-arrow-down:before {
-  content: "\f218";
-}
-.fa-diamond:before {
-  content: "\f219";
-}
-.fa-ship:before {
-  content: "\f21a";
-}
-.fa-user-secret:before {
-  content: "\f21b";
-}
-.fa-motorcycle:before {
-  content: "\f21c";
-}
-.fa-street-view:before {
-  content: "\f21d";
-}
-.fa-heartbeat:before {
-  content: "\f21e";
-}
-.fa-venus:before {
-  content: "\f221";
-}
-.fa-mars:before {
-  content: "\f222";
-}
-.fa-mercury:before {
-  content: "\f223";
-}
-.fa-transgender:before {
-  content: "\f224";
-}
-.fa-transgender-alt:before {
-  content: "\f225";
-}
-.fa-venus-double:before {
-  content: "\f226";
-}
-.fa-mars-double:before {
-  content: "\f227";
-}
-.fa-venus-mars:before {
-  content: "\f228";
-}
-.fa-mars-stroke:before {
-  content: "\f229";
-}
-.fa-mars-stroke-v:before {
-  content: "\f22a";
-}
-.fa-mars-stroke-h:before {
-  content: "\f22b";
-}
-.fa-neuter:before {
-  content: "\f22c";
-}
-.fa-facebook-official:before {
-  content: "\f230";
-}
-.fa-pinterest-p:before {
-  content: "\f231";
-}
-.fa-whatsapp:before {
-  content: "\f232";
-}
-.fa-server:before {
-  content: "\f233";
-}
-.fa-user-plus:before {
-  content: "\f234";
-}
-.fa-user-times:before {
-  content: "\f235";
-}
-.fa-hotel:before,
-.fa-bed:before {
-  content: "\f236";
-}
-.fa-viacoin:before {
-  content: "\f237";
-}
-.fa-train:before {
-  content: "\f238";
-}
-.fa-subway:before {
-  content: "\f239";
-}
-.fa-medium:before {
-  content: "\f23a";
-}
--- a/src/ztfy/myams/resources/css/ext/font-awesome-4.3.0.min.css	Fri Jan 29 15:36:00 2016 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-/*!
- *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
- *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
- */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.3.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0)}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-genderless:before,.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/ztfy/myams/resources/css/ext/font-awesome-4.5.0.css	Fri Jan 29 15:37:22 2016 +0100
@@ -0,0 +1,2086 @@
+/*!
+ *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
+ *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
+ */
+/* FONT PATH
+ * -------------------------- */
+@font-face {
+  font-family: 'FontAwesome';
+  src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
+  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
+  font-weight: normal;
+  font-style: normal;
+}
+.fa {
+  display: inline-block;
+  font: normal normal normal 14px/1 FontAwesome;
+  font-size: inherit;
+  text-rendering: auto;
+  -webkit-font-smoothing: antialiased;
+  -moz-osx-font-smoothing: grayscale;
+}
+/* makes the font 33% larger relative to the icon container */
+.fa-lg {
+  font-size: 1.33333333em;
+  line-height: 0.75em;
+  vertical-align: -15%;
+}
+.fa-2x {
+  font-size: 2em;
+}
+.fa-3x {
+  font-size: 3em;
+}
+.fa-4x {
+  font-size: 4em;
+}
+.fa-5x {
+  font-size: 5em;
+}
+.fa-fw {
+  width: 1.28571429em;
+  text-align: center;
+}
+.fa-ul {
+  padding-left: 0;
+  margin-left: 2.14285714em;
+  list-style-type: none;
+}
+.fa-ul > li {
+  position: relative;
+}
+.fa-li {
+  position: absolute;
+  left: -2.14285714em;
+  width: 2.14285714em;
+  top: 0.14285714em;
+  text-align: center;
+}
+.fa-li.fa-lg {
+  left: -1.85714286em;
+}
+.fa-border {
+  padding: .2em .25em .15em;
+  border: solid 0.08em #eeeeee;
+  border-radius: .1em;
+}
+.fa-pull-left {
+  float: left;
+}
+.fa-pull-right {
+  float: right;
+}
+.fa.fa-pull-left {
+  margin-right: .3em;
+}
+.fa.fa-pull-right {
+  margin-left: .3em;
+}
+/* Deprecated as of 4.4.0 */
+.pull-right {
+  float: right;
+}
+.pull-left {
+  float: left;
+}
+.fa.pull-left {
+  margin-right: .3em;
+}
+.fa.pull-right {
+  margin-left: .3em;
+}
+.fa-spin {
+  -webkit-animation: fa-spin 2s infinite linear;
+  animation: fa-spin 2s infinite linear;
+}
+.fa-pulse {
+  -webkit-animation: fa-spin 1s infinite steps(8);
+  animation: fa-spin 1s infinite steps(8);
+}
+@-webkit-keyframes fa-spin {
+  0% {
+    -webkit-transform: rotate(0deg);
+    transform: rotate(0deg);
+  }
+  100% {
+    -webkit-transform: rotate(359deg);
+    transform: rotate(359deg);
+  }
+}
+@keyframes fa-spin {
+  0% {
+    -webkit-transform: rotate(0deg);
+    transform: rotate(0deg);
+  }
+  100% {
+    -webkit-transform: rotate(359deg);
+    transform: rotate(359deg);
+  }
+}
+.fa-rotate-90 {
+  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
+  -webkit-transform: rotate(90deg);
+  -ms-transform: rotate(90deg);
+  transform: rotate(90deg);
+}
+.fa-rotate-180 {
+  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
+  -webkit-transform: rotate(180deg);
+  -ms-transform: rotate(180deg);
+  transform: rotate(180deg);
+}
+.fa-rotate-270 {
+  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
+  -webkit-transform: rotate(270deg);
+  -ms-transform: rotate(270deg);
+  transform: rotate(270deg);
+}
+.fa-flip-horizontal {
+  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
+  -webkit-transform: scale(-1, 1);
+  -ms-transform: scale(-1, 1);
+  transform: scale(-1, 1);
+}
+.fa-flip-vertical {
+  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
+  -webkit-transform: scale(1, -1);
+  -ms-transform: scale(1, -1);
+  transform: scale(1, -1);
+}
+:root .fa-rotate-90,
+:root .fa-rotate-180,
+:root .fa-rotate-270,
+:root .fa-flip-horizontal,
+:root .fa-flip-vertical {
+  filter: none;
+}
+.fa-stack {
+  position: relative;
+  display: inline-block;
+  width: 2em;
+  height: 2em;
+  line-height: 2em;
+  vertical-align: middle;
+}
+.fa-stack-1x,
+.fa-stack-2x {
+  position: absolute;
+  left: 0;
+  width: 100%;
+  text-align: center;
+}
+.fa-stack-1x {
+  line-height: inherit;
+}
+.fa-stack-2x {
+  font-size: 2em;
+}
+.fa-inverse {
+  color: #ffffff;
+}
+/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
+   readers do not read off random characters that represent icons */
+.fa-glass:before {
+  content: "\f000";
+}
+.fa-music:before {
+  content: "\f001";
+}
+.fa-search:before {
+  content: "\f002";
+}
+.fa-envelope-o:before {
+  content: "\f003";
+}
+.fa-heart:before {
+  content: "\f004";
+}
+.fa-star:before {
+  content: "\f005";
+}
+.fa-star-o:before {
+  content: "\f006";
+}
+.fa-user:before {
+  content: "\f007";
+}
+.fa-film:before {
+  content: "\f008";
+}
+.fa-th-large:before {
+  content: "\f009";
+}
+.fa-th:before {
+  content: "\f00a";
+}
+.fa-th-list:before {
+  content: "\f00b";
+}
+.fa-check:before {
+  content: "\f00c";
+}
+.fa-remove:before,
+.fa-close:before,
+.fa-times:before {
+  content: "\f00d";
+}
+.fa-search-plus:before {
+  content: "\f00e";
+}
+.fa-search-minus:before {
+  content: "\f010";
+}
+.fa-power-off:before {
+  content: "\f011";
+}
+.fa-signal:before {
+  content: "\f012";
+}
+.fa-gear:before,
+.fa-cog:before {
+  content: "\f013";
+}
+.fa-trash-o:before {
+  content: "\f014";
+}
+.fa-home:before {
+  content: "\f015";
+}
+.fa-file-o:before {
+  content: "\f016";
+}
+.fa-clock-o:before {
+  content: "\f017";
+}
+.fa-road:before {
+  content: "\f018";
+}
+.fa-download:before {
+  content: "\f019";
+}
+.fa-arrow-circle-o-down:before {
+  content: "\f01a";
+}
+.fa-arrow-circle-o-up:before {
+  content: "\f01b";
+}
+.fa-inbox:before {
+  content: "\f01c";
+}
+.fa-play-circle-o:before {
+  content: "\f01d";
+}
+.fa-rotate-right:before,
+.fa-repeat:before {
+  content: "\f01e";
+}
+.fa-refresh:before {
+  content: "\f021";
+}
+.fa-list-alt:before {
+  content: "\f022";
+}
+.fa-lock:before {
+  content: "\f023";
+}
+.fa-flag:before {
+  content: "\f024";
+}
+.fa-headphones:before {
+  content: "\f025";
+}
+.fa-volume-off:before {
+  content: "\f026";
+}
+.fa-volume-down:before {
+  content: "\f027";
+}
+.fa-volume-up:before {
+  content: "\f028";
+}
+.fa-qrcode:before {
+  content: "\f029";
+}
+.fa-barcode:before {
+  content: "\f02a";
+}
+.fa-tag:before {
+  content: "\f02b";
+}
+.fa-tags:before {
+  content: "\f02c";
+}
+.fa-book:before {
+  content: "\f02d";
+}
+.fa-bookmark:before {
+  content: "\f02e";
+}
+.fa-print:before {
+  content: "\f02f";
+}
+.fa-camera:before {
+  content: "\f030";
+}
+.fa-font:before {
+  content: "\f031";
+}
+.fa-bold:before {
+  content: "\f032";
+}
+.fa-italic:before {
+  content: "\f033";
+}
+.fa-text-height:before {
+  content: "\f034";
+}
+.fa-text-width:before {
+  content: "\f035";
+}
+.fa-align-left:before {
+  content: "\f036";
+}
+.fa-align-center:before {
+  content: "\f037";
+}
+.fa-align-right:before {
+  content: "\f038";
+}
+.fa-align-justify:before {
+  content: "\f039";
+}
+.fa-list:before {
+  content: "\f03a";
+}
+.fa-dedent:before,
+.fa-outdent:before {
+  content: "\f03b";
+}
+.fa-indent:before {
+  content: "\f03c";
+}
+.fa-video-camera:before {
+  content: "\f03d";
+}
+.fa-photo:before,
+.fa-image:before,
+.fa-picture-o:before {
+  content: "\f03e";
+}
+.fa-pencil:before {
+  content: "\f040";
+}
+.fa-map-marker:before {
+  content: "\f041";
+}
+.fa-adjust:before {
+  content: "\f042";
+}
+.fa-tint:before {
+  content: "\f043";
+}
+.fa-edit:before,
+.fa-pencil-square-o:before {
+  content: "\f044";
+}
+.fa-share-square-o:before {
+  content: "\f045";
+}
+.fa-check-square-o:before {
+  content: "\f046";
+}
+.fa-arrows:before {
+  content: "\f047";
+}
+.fa-step-backward:before {
+  content: "\f048";
+}
+.fa-fast-backward:before {
+  content: "\f049";
+}
+.fa-backward:before {
+  content: "\f04a";
+}
+.fa-play:before {
+  content: "\f04b";
+}
+.fa-pause:before {
+  content: "\f04c";
+}
+.fa-stop:before {
+  content: "\f04d";
+}
+.fa-forward:before {
+  content: "\f04e";
+}
+.fa-fast-forward:before {
+  content: "\f050";
+}
+.fa-step-forward:before {
+  content: "\f051";
+}
+.fa-eject:before {
+  content: "\f052";
+}
+.fa-chevron-left:before {
+  content: "\f053";
+}
+.fa-chevron-right:before {
+  content: "\f054";
+}
+.fa-plus-circle:before {
+  content: "\f055";
+}
+.fa-minus-circle:before {
+  content: "\f056";
+}
+.fa-times-circle:before {
+  content: "\f057";
+}
+.fa-check-circle:before {
+  content: "\f058";
+}
+.fa-question-circle:before {
+  content: "\f059";
+}
+.fa-info-circle:before {
+  content: "\f05a";
+}
+.fa-crosshairs:before {
+  content: "\f05b";
+}
+.fa-times-circle-o:before {
+  content: "\f05c";
+}
+.fa-check-circle-o:before {
+  content: "\f05d";
+}
+.fa-ban:before {
+  content: "\f05e";
+}
+.fa-arrow-left:before {
+  content: "\f060";
+}
+.fa-arrow-right:before {
+  content: "\f061";
+}
+.fa-arrow-up:before {
+  content: "\f062";
+}
+.fa-arrow-down:before {
+  content: "\f063";
+}
+.fa-mail-forward:before,
+.fa-share:before {
+  content: "\f064";
+}
+.fa-expand:before {
+  content: "\f065";
+}
+.fa-compress:before {
+  content: "\f066";
+}
+.fa-plus:before {
+  content: "\f067";
+}
+.fa-minus:before {
+  content: "\f068";
+}
+.fa-asterisk:before {
+  content: "\f069";
+}
+.fa-exclamation-circle:before {
+  content: "\f06a";
+}
+.fa-gift:before {
+  content: "\f06b";
+}
+.fa-leaf:before {
+  content: "\f06c";
+}
+.fa-fire:before {
+  content: "\f06d";
+}
+.fa-eye:before {
+  content: "\f06e";
+}
+.fa-eye-slash:before {
+  content: "\f070";
+}
+.fa-warning:before,
+.fa-exclamation-triangle:before {
+  content: "\f071";
+}
+.fa-plane:before {
+  content: "\f072";
+}
+.fa-calendar:before {
+  content: "\f073";
+}
+.fa-random:before {
+  content: "\f074";
+}
+.fa-comment:before {
+  content: "\f075";
+}
+.fa-magnet:before {
+  content: "\f076";
+}
+.fa-chevron-up:before {
+  content: "\f077";
+}
+.fa-chevron-down:before {
+  content: "\f078";
+}
+.fa-retweet:before {
+  content: "\f079";
+}
+.fa-shopping-cart:before {
+  content: "\f07a";
+}
+.fa-folder:before {
+  content: "\f07b";
+}
+.fa-folder-open:before {
+  content: "\f07c";
+}
+.fa-arrows-v:before {
+  content: "\f07d";
+}
+.fa-arrows-h:before {
+  content: "\f07e";
+}
+.fa-bar-chart-o:before,
+.fa-bar-chart:before {
+  content: "\f080";
+}
+.fa-twitter-square:before {
+  content: "\f081";
+}
+.fa-facebook-square:before {
+  content: "\f082";
+}
+.fa-camera-retro:before {
+  content: "\f083";
+}
+.fa-key:before {
+  content: "\f084";
+}
+.fa-gears:before,
+.fa-cogs:before {
+  content: "\f085";
+}
+.fa-comments:before {
+  content: "\f086";
+}
+.fa-thumbs-o-up:before {
+  content: "\f087";
+}
+.fa-thumbs-o-down:before {
+  content: "\f088";
+}
+.fa-star-half:before {
+  content: "\f089";
+}
+.fa-heart-o:before {
+  content: "\f08a";
+}
+.fa-sign-out:before {
+  content: "\f08b";
+}
+.fa-linkedin-square:before {
+  content: "\f08c";
+}
+.fa-thumb-tack:before {
+  content: "\f08d";
+}
+.fa-external-link:before {
+  content: "\f08e";
+}
+.fa-sign-in:before {
+  content: "\f090";
+}
+.fa-trophy:before {
+  content: "\f091";
+}
+.fa-github-square:before {
+  content: "\f092";
+}
+.fa-upload:before {
+  content: "\f093";
+}
+.fa-lemon-o:before {
+  content: "\f094";
+}
+.fa-phone:before {
+  content: "\f095";
+}
+.fa-square-o:before {
+  content: "\f096";
+}
+.fa-bookmark-o:before {
+  content: "\f097";
+}
+.fa-phone-square:before {
+  content: "\f098";
+}
+.fa-twitter:before {
+  content: "\f099";
+}
+.fa-facebook-f:before,
+.fa-facebook:before {
+  content: "\f09a";
+}
+.fa-github:before {
+  content: "\f09b";
+}
+.fa-unlock:before {
+  content: "\f09c";
+}
+.fa-credit-card:before {
+  content: "\f09d";
+}
+.fa-feed:before,
+.fa-rss:before {
+  content: "\f09e";
+}
+.fa-hdd-o:before {
+  content: "\f0a0";
+}
+.fa-bullhorn:before {
+  content: "\f0a1";
+}
+.fa-bell:before {
+  content: "\f0f3";
+}
+.fa-certificate:before {
+  content: "\f0a3";
+}
+.fa-hand-o-right:before {
+  content: "\f0a4";
+}
+.fa-hand-o-left:before {
+  content: "\f0a5";
+}
+.fa-hand-o-up:before {
+  content: "\f0a6";
+}
+.fa-hand-o-down:before {
+  content: "\f0a7";
+}
+.fa-arrow-circle-left:before {
+  content: "\f0a8";
+}
+.fa-arrow-circle-right:before {
+  content: "\f0a9";
+}
+.fa-arrow-circle-up:before {
+  content: "\f0aa";
+}
+.fa-arrow-circle-down:before {
+  content: "\f0ab";
+}
+.fa-globe:before {
+  content: "\f0ac";
+}
+.fa-wrench:before {
+  content: "\f0ad";
+}
+.fa-tasks:before {
+  content: "\f0ae";
+}
+.fa-filter:before {
+  content: "\f0b0";
+}
+.fa-briefcase:before {
+  content: "\f0b1";
+}
+.fa-arrows-alt:before {
+  content: "\f0b2";
+}
+.fa-group:before,
+.fa-users:before {
+  content: "\f0c0";
+}
+.fa-chain:before,
+.fa-link:before {
+  content: "\f0c1";
+}
+.fa-cloud:before {
+  content: "\f0c2";
+}
+.fa-flask:before {
+  content: "\f0c3";
+}
+.fa-cut:before,
+.fa-scissors:before {
+  content: "\f0c4";
+}
+.fa-copy:before,
+.fa-files-o:before {
+  content: "\f0c5";
+}
+.fa-paperclip:before {
+  content: "\f0c6";
+}
+.fa-save:before,
+.fa-floppy-o:before {
+  content: "\f0c7";
+}
+.fa-square:before {
+  content: "\f0c8";
+}
+.fa-navicon:before,
+.fa-reorder:before,
+.fa-bars:before {
+  content: "\f0c9";
+}
+.fa-list-ul:before {
+  content: "\f0ca";
+}
+.fa-list-ol:before {
+  content: "\f0cb";
+}
+.fa-strikethrough:before {
+  content: "\f0cc";
+}
+.fa-underline:before {
+  content: "\f0cd";
+}
+.fa-table:before {
+  content: "\f0ce";
+}
+.fa-magic:before {
+  content: "\f0d0";
+}
+.fa-truck:before {
+  content: "\f0d1";
+}
+.fa-pinterest:before {
+  content: "\f0d2";
+}
+.fa-pinterest-square:before {
+  content: "\f0d3";
+}
+.fa-google-plus-square:before {
+  content: "\f0d4";
+}
+.fa-google-plus:before {
+  content: "\f0d5";
+}
+.fa-money:before {
+  content: "\f0d6";
+}
+.fa-caret-down:before {
+  content: "\f0d7";
+}
+.fa-caret-up:before {
+  content: "\f0d8";
+}
+.fa-caret-left:before {
+  content: "\f0d9";
+}
+.fa-caret-right:before {
+  content: "\f0da";
+}
+.fa-columns:before {
+  content: "\f0db";
+}
+.fa-unsorted:before,
+.fa-sort:before {
+  content: "\f0dc";
+}
+.fa-sort-down:before,
+.fa-sort-desc:before {
+  content: "\f0dd";
+}
+.fa-sort-up:before,
+.fa-sort-asc:before {
+  content: "\f0de";
+}
+.fa-envelope:before {
+  content: "\f0e0";
+}
+.fa-linkedin:before {
+  content: "\f0e1";
+}
+.fa-rotate-left:before,
+.fa-undo:before {
+  content: "\f0e2";
+}
+.fa-legal:before,
+.fa-gavel:before {
+  content: "\f0e3";
+}
+.fa-dashboard:before,
+.fa-tachometer:before {
+  content: "\f0e4";
+}
+.fa-comment-o:before {
+  content: "\f0e5";
+}
+.fa-comments-o:before {
+  content: "\f0e6";
+}
+.fa-flash:before,
+.fa-bolt:before {
+  content: "\f0e7";
+}
+.fa-sitemap:before {
+  content: "\f0e8";
+}
+.fa-umbrella:before {
+  content: "\f0e9";
+}
+.fa-paste:before,
+.fa-clipboard:before {
+  content: "\f0ea";
+}
+.fa-lightbulb-o:before {
+  content: "\f0eb";
+}
+.fa-exchange:before {
+  content: "\f0ec";
+}
+.fa-cloud-download:before {
+  content: "\f0ed";
+}
+.fa-cloud-upload:before {
+  content: "\f0ee";
+}
+.fa-user-md:before {
+  content: "\f0f0";
+}
+.fa-stethoscope:before {
+  content: "\f0f1";
+}
+.fa-suitcase:before {
+  content: "\f0f2";
+}
+.fa-bell-o:before {
+  content: "\f0a2";
+}
+.fa-coffee:before {
+  content: "\f0f4";
+}
+.fa-cutlery:before {
+  content: "\f0f5";
+}
+.fa-file-text-o:before {
+  content: "\f0f6";
+}
+.fa-building-o:before {
+  content: "\f0f7";
+}
+.fa-hospital-o:before {
+  content: "\f0f8";
+}
+.fa-ambulance:before {
+  content: "\f0f9";
+}
+.fa-medkit:before {
+  content: "\f0fa";
+}
+.fa-fighter-jet:before {
+  content: "\f0fb";
+}
+.fa-beer:before {
+  content: "\f0fc";
+}
+.fa-h-square:before {
+  content: "\f0fd";
+}
+.fa-plus-square:before {
+  content: "\f0fe";
+}
+.fa-angle-double-left:before {
+  content: "\f100";
+}
+.fa-angle-double-right:before {
+  content: "\f101";
+}
+.fa-angle-double-up:before {
+  content: "\f102";
+}
+.fa-angle-double-down:before {
+  content: "\f103";
+}
+.fa-angle-left:before {
+  content: "\f104";
+}
+.fa-angle-right:before {
+  content: "\f105";
+}
+.fa-angle-up:before {
+  content: "\f106";
+}
+.fa-angle-down:before {
+  content: "\f107";
+}
+.fa-desktop:before {
+  content: "\f108";
+}
+.fa-laptop:before {
+  content: "\f109";
+}
+.fa-tablet:before {
+  content: "\f10a";
+}
+.fa-mobile-phone:before,
+.fa-mobile:before {
+  content: "\f10b";
+}
+.fa-circle-o:before {
+  content: "\f10c";
+}
+.fa-quote-left:before {
+  content: "\f10d";
+}
+.fa-quote-right:before {
+  content: "\f10e";
+}
+.fa-spinner:before {
+  content: "\f110";
+}
+.fa-circle:before {
+  content: "\f111";
+}
+.fa-mail-reply:before,
+.fa-reply:before {
+  content: "\f112";
+}
+.fa-github-alt:before {
+  content: "\f113";
+}
+.fa-folder-o:before {
+  content: "\f114";
+}
+.fa-folder-open-o:before {
+  content: "\f115";
+}
+.fa-smile-o:before {
+  content: "\f118";
+}
+.fa-frown-o:before {
+  content: "\f119";
+}
+.fa-meh-o:before {
+  content: "\f11a";
+}
+.fa-gamepad:before {
+  content: "\f11b";
+}
+.fa-keyboard-o:before {
+  content: "\f11c";
+}
+.fa-flag-o:before {
+  content: "\f11d";
+}
+.fa-flag-checkered:before {
+  content: "\f11e";
+}
+.fa-terminal:before {
+  content: "\f120";
+}
+.fa-code:before {
+  content: "\f121";
+}
+.fa-mail-reply-all:before,
+.fa-reply-all:before {
+  content: "\f122";
+}
+.fa-star-half-empty:before,
+.fa-star-half-full:before,
+.fa-star-half-o:before {
+  content: "\f123";
+}
+.fa-location-arrow:before {
+  content: "\f124";
+}
+.fa-crop:before {
+  content: "\f125";
+}
+.fa-code-fork:before {
+  content: "\f126";
+}
+.fa-unlink:before,
+.fa-chain-broken:before {
+  content: "\f127";
+}
+.fa-question:before {
+  content: "\f128";
+}
+.fa-info:before {
+  content: "\f129";
+}
+.fa-exclamation:before {
+  content: "\f12a";
+}
+.fa-superscript:before {
+  content: "\f12b";
+}
+.fa-subscript:before {
+  content: "\f12c";
+}
+.fa-eraser:before {
+  content: "\f12d";
+}
+.fa-puzzle-piece:before {
+  content: "\f12e";
+}
+.fa-microphone:before {
+  content: "\f130";
+}
+.fa-microphone-slash:before {
+  content: "\f131";
+}
+.fa-shield:before {
+  content: "\f132";
+}
+.fa-calendar-o:before {
+  content: "\f133";
+}
+.fa-fire-extinguisher:before {
+  content: "\f134";
+}
+.fa-rocket:before {
+  content: "\f135";
+}
+.fa-maxcdn:before {
+  content: "\f136";
+}
+.fa-chevron-circle-left:before {
+  content: "\f137";
+}
+.fa-chevron-circle-right:before {
+  content: "\f138";
+}
+.fa-chevron-circle-up:before {
+  content: "\f139";
+}
+.fa-chevron-circle-down:before {
+  content: "\f13a";
+}
+.fa-html5:before {
+  content: "\f13b";
+}
+.fa-css3:before {
+  content: "\f13c";
+}
+.fa-anchor:before {
+  content: "\f13d";
+}
+.fa-unlock-alt:before {
+  content: "\f13e";
+}
+.fa-bullseye:before {
+  content: "\f140";
+}
+.fa-ellipsis-h:before {
+  content: "\f141";
+}
+.fa-ellipsis-v:before {
+  content: "\f142";
+}
+.fa-rss-square:before {
+  content: "\f143";
+}
+.fa-play-circle:before {
+  content: "\f144";
+}
+.fa-ticket:before {
+  content: "\f145";
+}
+.fa-minus-square:before {
+  content: "\f146";
+}
+.fa-minus-square-o:before {
+  content: "\f147";
+}
+.fa-level-up:before {
+  content: "\f148";
+}
+.fa-level-down:before {
+  content: "\f149";
+}
+.fa-check-square:before {
+  content: "\f14a";
+}
+.fa-pencil-square:before {
+  content: "\f14b";
+}
+.fa-external-link-square:before {
+  content: "\f14c";
+}
+.fa-share-square:before {
+  content: "\f14d";
+}
+.fa-compass:before {
+  content: "\f14e";
+}
+.fa-toggle-down:before,
+.fa-caret-square-o-down:before {
+  content: "\f150";
+}
+.fa-toggle-up:before,
+.fa-caret-square-o-up:before {
+  content: "\f151";
+}
+.fa-toggle-right:before,
+.fa-caret-square-o-right:before {
+  content: "\f152";
+}
+.fa-euro:before,
+.fa-eur:before {
+  content: "\f153";
+}
+.fa-gbp:before {
+  content: "\f154";
+}
+.fa-dollar:before,
+.fa-usd:before {
+  content: "\f155";
+}
+.fa-rupee:before,
+.fa-inr:before {
+  content: "\f156";
+}
+.fa-cny:before,
+.fa-rmb:before,
+.fa-yen:before,
+.fa-jpy:before {
+  content: "\f157";
+}
+.fa-ruble:before,
+.fa-rouble:before,
+.fa-rub:before {
+  content: "\f158";
+}
+.fa-won:before,
+.fa-krw:before {
+  content: "\f159";
+}
+.fa-bitcoin:before,
+.fa-btc:before {
+  content: "\f15a";
+}
+.fa-file:before {
+  content: "\f15b";
+}
+.fa-file-text:before {
+  content: "\f15c";
+}
+.fa-sort-alpha-asc:before {
+  content: "\f15d";
+}
+.fa-sort-alpha-desc:before {
+  content: "\f15e";
+}
+.fa-sort-amount-asc:before {
+  content: "\f160";
+}
+.fa-sort-amount-desc:before {
+  content: "\f161";
+}
+.fa-sort-numeric-asc:before {
+  content: "\f162";
+}
+.fa-sort-numeric-desc:before {
+  content: "\f163";
+}
+.fa-thumbs-up:before {
+  content: "\f164";
+}
+.fa-thumbs-down:before {
+  content: "\f165";
+}
+.fa-youtube-square:before {
+  content: "\f166";
+}
+.fa-youtube:before {
+  content: "\f167";
+}
+.fa-xing:before {
+  content: "\f168";
+}
+.fa-xing-square:before {
+  content: "\f169";
+}
+.fa-youtube-play:before {
+  content: "\f16a";
+}
+.fa-dropbox:before {
+  content: "\f16b";
+}
+.fa-stack-overflow:before {
+  content: "\f16c";
+}
+.fa-instagram:before {
+  content: "\f16d";
+}
+.fa-flickr:before {
+  content: "\f16e";
+}
+.fa-adn:before {
+  content: "\f170";
+}
+.fa-bitbucket:before {
+  content: "\f171";
+}
+.fa-bitbucket-square:before {
+  content: "\f172";
+}
+.fa-tumblr:before {
+  content: "\f173";
+}
+.fa-tumblr-square:before {
+  content: "\f174";
+}
+.fa-long-arrow-down:before {
+  content: "\f175";
+}
+.fa-long-arrow-up:before {
+  content: "\f176";
+}
+.fa-long-arrow-left:before {
+  content: "\f177";
+}
+.fa-long-arrow-right:before {
+  content: "\f178";
+}
+.fa-apple:before {
+  content: "\f179";
+}
+.fa-windows:before {
+  content: "\f17a";
+}
+.fa-android:before {
+  content: "\f17b";
+}
+.fa-linux:before {
+  content: "\f17c";
+}
+.fa-dribbble:before {
+  content: "\f17d";
+}
+.fa-skype:before {
+  content: "\f17e";
+}
+.fa-foursquare:before {
+  content: "\f180";
+}
+.fa-trello:before {
+  content: "\f181";
+}
+.fa-female:before {
+  content: "\f182";
+}
+.fa-male:before {
+  content: "\f183";
+}
+.fa-gittip:before,
+.fa-gratipay:before {
+  content: "\f184";
+}
+.fa-sun-o:before {
+  content: "\f185";
+}
+.fa-moon-o:before {
+  content: "\f186";
+}
+.fa-archive:before {
+  content: "\f187";
+}
+.fa-bug:before {
+  content: "\f188";
+}
+.fa-vk:before {
+  content: "\f189";
+}
+.fa-weibo:before {
+  content: "\f18a";
+}
+.fa-renren:before {
+  content: "\f18b";
+}
+.fa-pagelines:before {
+  content: "\f18c";
+}
+.fa-stack-exchange:before {
+  content: "\f18d";
+}
+.fa-arrow-circle-o-right:before {
+  content: "\f18e";
+}
+.fa-arrow-circle-o-left:before {
+  content: "\f190";
+}
+.fa-toggle-left:before,
+.fa-caret-square-o-left:before {
+  content: "\f191";
+}
+.fa-dot-circle-o:before {
+  content: "\f192";
+}
+.fa-wheelchair:before {
+  content: "\f193";
+}
+.fa-vimeo-square:before {
+  content: "\f194";
+}
+.fa-turkish-lira:before,
+.fa-try:before {
+  content: "\f195";
+}
+.fa-plus-square-o:before {
+  content: "\f196";
+}
+.fa-space-shuttle:before {
+  content: "\f197";
+}
+.fa-slack:before {
+  content: "\f198";
+}
+.fa-envelope-square:before {
+  content: "\f199";
+}
+.fa-wordpress:before {
+  content: "\f19a";
+}
+.fa-openid:before {
+  content: "\f19b";
+}
+.fa-institution:before,
+.fa-bank:before,
+.fa-university:before {
+  content: "\f19c";
+}
+.fa-mortar-board:before,
+.fa-graduation-cap:before {
+  content: "\f19d";
+}
+.fa-yahoo:before {
+  content: "\f19e";
+}
+.fa-google:before {
+  content: "\f1a0";
+}
+.fa-reddit:before {
+  content: "\f1a1";
+}
+.fa-reddit-square:before {
+  content: "\f1a2";
+}
+.fa-stumbleupon-circle:before {
+  content: "\f1a3";
+}
+.fa-stumbleupon:before {
+  content: "\f1a4";
+}
+.fa-delicious:before {
+  content: "\f1a5";
+}
+.fa-digg:before {
+  content: "\f1a6";
+}
+.fa-pied-piper:before {
+  content: "\f1a7";
+}
+.fa-pied-piper-alt:before {
+  content: "\f1a8";
+}
+.fa-drupal:before {
+  content: "\f1a9";
+}
+.fa-joomla:before {
+  content: "\f1aa";
+}
+.fa-language:before {
+  content: "\f1ab";
+}
+.fa-fax:before {
+  content: "\f1ac";
+}
+.fa-building:before {
+  content: "\f1ad";
+}
+.fa-child:before {
+  content: "\f1ae";
+}
+.fa-paw:before {
+  content: "\f1b0";
+}
+.fa-spoon:before {
+  content: "\f1b1";
+}
+.fa-cube:before {
+  content: "\f1b2";
+}
+.fa-cubes:before {
+  content: "\f1b3";
+}
+.fa-behance:before {
+  content: "\f1b4";
+}
+.fa-behance-square:before {
+  content: "\f1b5";
+}
+.fa-steam:before {
+  content: "\f1b6";
+}
+.fa-steam-square:before {
+  content: "\f1b7";
+}
+.fa-recycle:before {
+  content: "\f1b8";
+}
+.fa-automobile:before,
+.fa-car:before {
+  content: "\f1b9";
+}
+.fa-cab:before,
+.fa-taxi:before {
+  content: "\f1ba";
+}
+.fa-tree:before {
+  content: "\f1bb";
+}
+.fa-spotify:before {
+  content: "\f1bc";
+}
+.fa-deviantart:before {
+  content: "\f1bd";
+}
+.fa-soundcloud:before {
+  content: "\f1be";
+}
+.fa-database:before {
+  content: "\f1c0";
+}
+.fa-file-pdf-o:before {
+  content: "\f1c1";
+}
+.fa-file-word-o:before {
+  content: "\f1c2";
+}
+.fa-file-excel-o:before {
+  content: "\f1c3";
+}
+.fa-file-powerpoint-o:before {
+  content: "\f1c4";
+}
+.fa-file-photo-o:before,
+.fa-file-picture-o:before,
+.fa-file-image-o:before {
+  content: "\f1c5";
+}
+.fa-file-zip-o:before,
+.fa-file-archive-o:before {
+  content: "\f1c6";
+}
+.fa-file-sound-o:before,
+.fa-file-audio-o:before {
+  content: "\f1c7";
+}
+.fa-file-movie-o:before,
+.fa-file-video-o:before {
+  content: "\f1c8";
+}
+.fa-file-code-o:before {
+  content: "\f1c9";
+}
+.fa-vine:before {
+  content: "\f1ca";
+}
+.fa-codepen:before {
+  content: "\f1cb";
+}
+.fa-jsfiddle:before {
+  content: "\f1cc";
+}
+.fa-life-bouy:before,
+.fa-life-buoy:before,
+.fa-life-saver:before,
+.fa-support:before,
+.fa-life-ring:before {
+  content: "\f1cd";
+}
+.fa-circle-o-notch:before {
+  content: "\f1ce";
+}
+.fa-ra:before,
+.fa-rebel:before {
+  content: "\f1d0";
+}
+.fa-ge:before,
+.fa-empire:before {
+  content: "\f1d1";
+}
+.fa-git-square:before {
+  content: "\f1d2";
+}
+.fa-git:before {
+  content: "\f1d3";
+}
+.fa-y-combinator-square:before,
+.fa-yc-square:before,
+.fa-hacker-news:before {
+  content: "\f1d4";
+}
+.fa-tencent-weibo:before {
+  content: "\f1d5";
+}
+.fa-qq:before {
+  content: "\f1d6";
+}
+.fa-wechat:before,
+.fa-weixin:before {
+  content: "\f1d7";
+}
+.fa-send:before,
+.fa-paper-plane:before {
+  content: "\f1d8";
+}
+.fa-send-o:before,
+.fa-paper-plane-o:before {
+  content: "\f1d9";
+}
+.fa-history:before {
+  content: "\f1da";
+}
+.fa-circle-thin:before {
+  content: "\f1db";
+}
+.fa-header:before {
+  content: "\f1dc";
+}
+.fa-paragraph:before {
+  content: "\f1dd";
+}
+.fa-sliders:before {
+  content: "\f1de";
+}
+.fa-share-alt:before {
+  content: "\f1e0";
+}
+.fa-share-alt-square:before {
+  content: "\f1e1";
+}
+.fa-bomb:before {
+  content: "\f1e2";
+}
+.fa-soccer-ball-o:before,
+.fa-futbol-o:before {
+  content: "\f1e3";
+}
+.fa-tty:before {
+  content: "\f1e4";
+}
+.fa-binoculars:before {
+  content: "\f1e5";
+}
+.fa-plug:before {
+  content: "\f1e6";
+}
+.fa-slideshare:before {
+  content: "\f1e7";
+}
+.fa-twitch:before {
+  content: "\f1e8";
+}
+.fa-yelp:before {
+  content: "\f1e9";
+}
+.fa-newspaper-o:before {
+  content: "\f1ea";
+}
+.fa-wifi:before {
+  content: "\f1eb";
+}
+.fa-calculator:before {
+  content: "\f1ec";
+}
+.fa-paypal:before {
+  content: "\f1ed";
+}
+.fa-google-wallet:before {
+  content: "\f1ee";
+}
+.fa-cc-visa:before {
+  content: "\f1f0";
+}
+.fa-cc-mastercard:before {
+  content: "\f1f1";
+}
+.fa-cc-discover:before {
+  content: "\f1f2";
+}
+.fa-cc-amex:before {
+  content: "\f1f3";
+}
+.fa-cc-paypal:before {
+  content: "\f1f4";
+}
+.fa-cc-stripe:before {
+  content: "\f1f5";
+}
+.fa-bell-slash:before {
+  content: "\f1f6";
+}
+.fa-bell-slash-o:before {
+  content: "\f1f7";
+}
+.fa-trash:before {
+  content: "\f1f8";
+}
+.fa-copyright:before {
+  content: "\f1f9";
+}
+.fa-at:before {
+  content: "\f1fa";
+}
+.fa-eyedropper:before {
+  content: "\f1fb";
+}
+.fa-paint-brush:before {
+  content: "\f1fc";
+}
+.fa-birthday-cake:before {
+  content: "\f1fd";
+}
+.fa-area-chart:before {
+  content: "\f1fe";
+}
+.fa-pie-chart:before {
+  content: "\f200";
+}
+.fa-line-chart:before {
+  content: "\f201";
+}
+.fa-lastfm:before {
+  content: "\f202";
+}
+.fa-lastfm-square:before {
+  content: "\f203";
+}
+.fa-toggle-off:before {
+  content: "\f204";
+}
+.fa-toggle-on:before {
+  content: "\f205";
+}
+.fa-bicycle:before {
+  content: "\f206";
+}
+.fa-bus:before {
+  content: "\f207";
+}
+.fa-ioxhost:before {
+  content: "\f208";
+}
+.fa-angellist:before {
+  content: "\f209";
+}
+.fa-cc:before {
+  content: "\f20a";
+}
+.fa-shekel:before,
+.fa-sheqel:before,
+.fa-ils:before {
+  content: "\f20b";
+}
+.fa-meanpath:before {
+  content: "\f20c";
+}
+.fa-buysellads:before {
+  content: "\f20d";
+}
+.fa-connectdevelop:before {
+  content: "\f20e";
+}
+.fa-dashcube:before {
+  content: "\f210";
+}
+.fa-forumbee:before {
+  content: "\f211";
+}
+.fa-leanpub:before {
+  content: "\f212";
+}
+.fa-sellsy:before {
+  content: "\f213";
+}
+.fa-shirtsinbulk:before {
+  content: "\f214";
+}
+.fa-simplybuilt:before {
+  content: "\f215";
+}
+.fa-skyatlas:before {
+  content: "\f216";
+}
+.fa-cart-plus:before {
+  content: "\f217";
+}
+.fa-cart-arrow-down:before {
+  content: "\f218";
+}
+.fa-diamond:before {
+  content: "\f219";
+}
+.fa-ship:before {
+  content: "\f21a";
+}
+.fa-user-secret:before {
+  content: "\f21b";
+}
+.fa-motorcycle:before {
+  content: "\f21c";
+}
+.fa-street-view:before {
+  content: "\f21d";
+}
+.fa-heartbeat:before {
+  content: "\f21e";
+}
+.fa-venus:before {
+  content: "\f221";
+}
+.fa-mars:before {
+  content: "\f222";
+}
+.fa-mercury:before {
+  content: "\f223";
+}
+.fa-intersex:before,
+.fa-transgender:before {
+  content: "\f224";
+}
+.fa-transgender-alt:before {
+  content: "\f225";
+}
+.fa-venus-double:before {
+  content: "\f226";
+}
+.fa-mars-double:before {
+  content: "\f227";
+}
+.fa-venus-mars:before {
+  content: "\f228";
+}
+.fa-mars-stroke:before {
+  content: "\f229";
+}
+.fa-mars-stroke-v:before {
+  content: "\f22a";
+}
+.fa-mars-stroke-h:before {
+  content: "\f22b";
+}
+.fa-neuter:before {
+  content: "\f22c";
+}
+.fa-genderless:before {
+  content: "\f22d";
+}
+.fa-facebook-official:before {
+  content: "\f230";
+}
+.fa-pinterest-p:before {
+  content: "\f231";
+}
+.fa-whatsapp:before {
+  content: "\f232";
+}
+.fa-server:before {
+  content: "\f233";
+}
+.fa-user-plus:before {
+  content: "\f234";
+}
+.fa-user-times:before {
+  content: "\f235";
+}
+.fa-hotel:before,
+.fa-bed:before {
+  content: "\f236";
+}
+.fa-viacoin:before {
+  content: "\f237";
+}
+.fa-train:before {
+  content: "\f238";
+}
+.fa-subway:before {
+  content: "\f239";
+}
+.fa-medium:before {
+  content: "\f23a";
+}
+.fa-yc:before,
+.fa-y-combinator:before {
+  content: "\f23b";
+}
+.fa-optin-monster:before {
+  content: "\f23c";
+}
+.fa-opencart:before {
+  content: "\f23d";
+}
+.fa-expeditedssl:before {
+  content: "\f23e";
+}
+.fa-battery-4:before,
+.fa-battery-full:before {
+  content: "\f240";
+}
+.fa-battery-3:before,
+.fa-battery-three-quarters:before {
+  content: "\f241";
+}
+.fa-battery-2:before,
+.fa-battery-half:before {
+  content: "\f242";
+}
+.fa-battery-1:before,
+.fa-battery-quarter:before {
+  content: "\f243";
+}
+.fa-battery-0:before,
+.fa-battery-empty:before {
+  content: "\f244";
+}
+.fa-mouse-pointer:before {
+  content: "\f245";
+}
+.fa-i-cursor:before {
+  content: "\f246";
+}
+.fa-object-group:before {
+  content: "\f247";
+}
+.fa-object-ungroup:before {
+  content: "\f248";
+}
+.fa-sticky-note:before {
+  content: "\f249";
+}
+.fa-sticky-note-o:before {
+  content: "\f24a";
+}
+.fa-cc-jcb:before {
+  content: "\f24b";
+}
+.fa-cc-diners-club:before {
+  content: "\f24c";
+}
+.fa-clone:before {
+  content: "\f24d";
+}
+.fa-balance-scale:before {
+  content: "\f24e";
+}
+.fa-hourglass-o:before {
+  content: "\f250";
+}
+.fa-hourglass-1:before,
+.fa-hourglass-start:before {
+  content: "\f251";
+}
+.fa-hourglass-2:before,
+.fa-hourglass-half:before {
+  content: "\f252";
+}
+.fa-hourglass-3:before,
+.fa-hourglass-end:before {
+  content: "\f253";
+}
+.fa-hourglass:before {
+  content: "\f254";
+}
+.fa-hand-grab-o:before,
+.fa-hand-rock-o:before {
+  content: "\f255";
+}
+.fa-hand-stop-o:before,
+.fa-hand-paper-o:before {
+  content: "\f256";
+}
+.fa-hand-scissors-o:before {
+  content: "\f257";
+}
+.fa-hand-lizard-o:before {
+  content: "\f258";
+}
+.fa-hand-spock-o:before {
+  content: "\f259";
+}
+.fa-hand-pointer-o:before {
+  content: "\f25a";
+}
+.fa-hand-peace-o:before {
+  content: "\f25b";
+}
+.fa-trademark:before {
+  content: "\f25c";
+}
+.fa-registered:before {
+  content: "\f25d";
+}
+.fa-creative-commons:before {
+  content: "\f25e";
+}
+.fa-gg:before {
+  content: "\f260";
+}
+.fa-gg-circle:before {
+  content: "\f261";
+}
+.fa-tripadvisor:before {
+  content: "\f262";
+}
+.fa-odnoklassniki:before {
+  content: "\f263";
+}
+.fa-odnoklassniki-square:before {
+  content: "\f264";
+}
+.fa-get-pocket:before {
+  content: "\f265";
+}
+.fa-wikipedia-w:before {
+  content: "\f266";
+}
+.fa-safari:before {
+  content: "\f267";
+}
+.fa-chrome:before {
+  content: "\f268";
+}
+.fa-firefox:before {
+  content: "\f269";
+}
+.fa-opera:before {
+  content: "\f26a";
+}
+.fa-internet-explorer:before {
+  content: "\f26b";
+}
+.fa-tv:before,
+.fa-television:before {
+  content: "\f26c";
+}
+.fa-contao:before {
+  content: "\f26d";
+}
+.fa-500px:before {
+  content: "\f26e";
+}
+.fa-amazon:before {
+  content: "\f270";
+}
+.fa-calendar-plus-o:before {
+  content: "\f271";
+}
+.fa-calendar-minus-o:before {
+  content: "\f272";
+}
+.fa-calendar-times-o:before {
+  content: "\f273";
+}
+.fa-calendar-check-o:before {
+  content: "\f274";
+}
+.fa-industry:before {
+  content: "\f275";
+}
+.fa-map-pin:before {
+  content: "\f276";
+}
+.fa-map-signs:before {
+  content: "\f277";
+}
+.fa-map-o:before {
+  content: "\f278";
+}
+.fa-map:before {
+  content: "\f279";
+}
+.fa-commenting:before {
+  content: "\f27a";
+}
+.fa-commenting-o:before {
+  content: "\f27b";
+}
+.fa-houzz:before {
+  content: "\f27c";
+}
+.fa-vimeo:before {
+  content: "\f27d";
+}
+.fa-black-tie:before {
+  content: "\f27e";
+}
+.fa-fonticons:before {
+  content: "\f280";
+}
+.fa-reddit-alien:before {
+  content: "\f281";
+}
+.fa-edge:before {
+  content: "\f282";
+}
+.fa-credit-card-alt:before {
+  content: "\f283";
+}
+.fa-codiepie:before {
+  content: "\f284";
+}
+.fa-modx:before {
+  content: "\f285";
+}
+.fa-fort-awesome:before {
+  content: "\f286";
+}
+.fa-usb:before {
+  content: "\f287";
+}
+.fa-product-hunt:before {
+  content: "\f288";
+}
+.fa-mixcloud:before {
+  content: "\f289";
+}
+.fa-scribd:before {
+  content: "\f28a";
+}
+.fa-pause-circle:before {
+  content: "\f28b";
+}
+.fa-pause-circle-o:before {
+  content: "\f28c";
+}
+.fa-stop-circle:before {
+  content: "\f28d";
+}
+.fa-stop-circle-o:before {
+  content: "\f28e";
+}
+.fa-shopping-bag:before {
+  content: "\f290";
+}
+.fa-shopping-basket:before {
+  content: "\f291";
+}
+.fa-hashtag:before {
+  content: "\f292";
+}
+.fa-bluetooth:before {
+  content: "\f293";
+}
+.fa-bluetooth-b:before {
+  content: "\f294";
+}
+.fa-percent:before {
+  content: "\f295";
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/ztfy/myams/resources/css/ext/font-awesome-4.5.0.min.css	Fri Jan 29 15:37:22 2016 +0100
@@ -0,0 +1,4 @@
+/*!
+ *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
+ *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
+ */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.5.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/ztfy/myams/resources/css/ext/jquery-minicolors.min.css	Fri Jan 29 15:37:22 2016 +0100
@@ -0,0 +1,1 @@
+.minicolors{position:relative}.minicolors-sprite{background-image:url(data:image/png;base64,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)}.minicolors-no-data-uris .minicolors-sprite{background-image:url(jquery.minicolors.png)}.minicolors-swatch{position:absolute;vertical-align:middle;background-position:-80px 0;border:solid 1px #ccc;cursor:text;padding:0;margin:0;display:inline-block}.minicolors-swatch-color{position:absolute;top:0;left:0;right:0;bottom:0}.minicolors input[type=hidden]+.minicolors-swatch{width:28px;position:static;cursor:pointer}.minicolors-panel{position:absolute;width:173px;height:152px;background:white;border:solid 1px #CCC;box-shadow:0 0 20px rgba(0,0,0,.2);z-index:99999;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;display:none}.minicolors-panel.minicolors-visible{display:block}.minicolors-position-top .minicolors-panel{top:-154px}.minicolors-position-right .minicolors-panel{right:0}.minicolors-position-bottom .minicolors-panel{top:auto}.minicolors-position-left .minicolors-panel{left:0}.minicolors-with-opacity .minicolors-panel{width:194px}.minicolors .minicolors-grid{position:absolute;top:1px;left:1px;width:150px;height:150px;background-position:-120px 0;cursor:crosshair}.minicolors .minicolors-grid-inner{position:absolute;top:0;left:0;width:150px;height:150px}.minicolors-slider-saturation .minicolors-grid{background-position:-420px 0}.minicolors-slider-saturation .minicolors-grid-inner{background-position:-270px 0;background-image:inherit}.minicolors-slider-brightness .minicolors-grid{background-position:-570px 0}.minicolors-slider-brightness .minicolors-grid-inner{background-color:black}.minicolors-slider-wheel .minicolors-grid{background-position:-720px 0}.minicolors-slider,.minicolors-opacity-slider{position:absolute;top:1px;left:152px;width:20px;height:150px;background-color:white;background-position:0 0;cursor:row-resize}.minicolors-slider-saturation .minicolors-slider{background-position:-60px 0}.minicolors-slider-brightness .minicolors-slider{background-position:-20px 0}.minicolors-slider-wheel .minicolors-slider{background-position:-20px 0}.minicolors-opacity-slider{left:173px;background-position:-40px 0;display:none}.minicolors-with-opacity .minicolors-opacity-slider{display:block}.minicolors-grid .minicolors-picker{position:absolute;top:70px;left:70px;width:12px;height:12px;border:solid 1px black;border-radius:10px;margin-top:-6px;margin-left:-6px;background:0}.minicolors-grid .minicolors-picker>div{position:absolute;top:0;left:0;width:8px;height:8px;border-radius:8px;border:solid 2px white;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}.minicolors-picker{position:absolute;top:0;left:0;width:18px;height:2px;background:white;border:solid 1px black;margin-top:-2px;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}.minicolors-inline{display:inline-block}.minicolors-inline .minicolors-input{display:none!important}.minicolors-inline .minicolors-panel{position:relative;top:auto;left:auto;box-shadow:none;z-index:auto;display:inline-block}.minicolors-theme-default .minicolors-swatch{top:4px;left:4px;width:18px;height:18px}.minicolors-theme-default.minicolors-position-right .minicolors-swatch{left:auto;right:5px}.minicolors-theme-default.minicolors{width:auto;display:inline-block}.minicolors-theme-default .minicolors-input{height:20px;width:auto;display:inline-block;padding-left:26px}.minicolors-theme-default.minicolors-position-right .minicolors-input{padding-right:26px;padding-left:inherit}.minicolors-theme-bootstrap .minicolors-swatch{z-index:2;top:3px;left:3px;width:28px;height:28px;border-radius:3px}.minicolors-theme-bootstrap .minicolors-swatch-color{border-radius:inherit}.minicolors-theme-bootstrap.minicolors-position-right .minicolors-swatch{left:auto;right:3px}.minicolors-theme-bootstrap .minicolors-input{float:none;padding-left:44px}.minicolors-theme-bootstrap.minicolors-position-right .minicolors-input{padding-right:44px;padding-left:12px}.minicolors-theme-bootstrap .minicolors-input.input-lg+.minicolors-swatch{top:4px;left:4px;width:37px;height:37px;border-radius:5px}.minicolors-theme-bootstrap .minicolors-input.input-sm+.minicolors-swatch{width:24px;height:24px}.input-group .minicolors-theme-bootstrap:not(:first-child) .minicolors-input{border-top-left-radius:0;border-bottom-left-radius:0}
\ No newline at end of file
Binary file src/ztfy/myams/resources/css/fonts/OpenSans-Regular.eot has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/ztfy/myams/resources/css/fonts/OpenSans-Regular.svg	Fri Jan 29 15:37:22 2016 +0100
@@ -0,0 +1,21062 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
+<svg>
+<metadata>
+Created by FontForge 20120731 at Thu Jan  7 11:57:16 2016
+ By Thierry Florac,,,
+Digitized data copyright (c) 2010-2011, Google Corporation.
+</metadata>
+<defs>
+<font id="OpenSans" horiz-adv-x="1139" >
+  <font-face 
+    font-family="Open Sans"
+    font-weight="400"
+    font-stretch="normal"
+    units-per-em="2048"
+    panose-1="2 11 6 6 3 5 4 2 2 4"
+    ascent="1638"
+    descent="-410"
+    x-height="1096"
+    cap-height="1462"
+    bbox="-1126 -555 2466 2146"
+    underline-thickness="102"
+    underline-position="-103"
+    unicode-range="U+0020-FFFD"
+  />
+<missing-glyph horiz-adv-x="1229" 
+d="M193 1462h841v-1462h-841v1462zM297 104h633v1254h-633v-1254z" />
+    <glyph glyph-name="uniFB01" unicode="fi" horiz-adv-x="1212" 
+d="M670 967h-279v-967h-166v967h-196v75l196 60v61q0 404 353 404q87 0 204 -35l-43 -133q-96 31 -164 31q-94 0 -139 -62.5t-45 -200.5v-71h279v-129zM1036 0h-166v1096h166v-1096zM856 1393q0 57 28 83.5t70 26.5q40 0 69 -27t29 -83t-29 -83.5t-69 -27.5q-42 0 -70 27.5
+t-28 83.5z" />
+    <glyph glyph-name="uniFB02" unicode="fl" horiz-adv-x="1212" 
+d="M670 967h-279v-967h-166v967h-196v75l196 60v61q0 404 353 404q87 0 204 -35l-43 -133q-96 31 -164 31q-94 0 -139 -62.5t-45 -200.5v-71h279v-129zM1036 0h-166v1556h166v-1556z" />
+    <glyph glyph-name="uniFB03" unicode="ffi" horiz-adv-x="1909" 
+d="M1358 967h-279v-967h-166v967h-196v75l196 60v61q0 404 353 404q87 0 204 -35l-43 -133q-96 31 -164 31q-94 0 -139 -62.5t-45 -200.5v-71h279v-129zM670 967h-279v-967h-166v967h-196v75l196 60v61q0 404 353 404q87 0 204 -35l-43 -133q-96 31 -164 31
+q-94 0 -139 -62.5t-45 -200.5v-71h279v-129zM1731 0h-166v1096h166v-1096zM1551 1393q0 57 28 83.5t70 26.5q40 0 69 -27t29 -83t-29 -83.5t-69 -27.5q-42 0 -70 27.5t-28 83.5z" />
+    <glyph glyph-name="uniFB04" unicode="ffl" horiz-adv-x="1909" 
+d="M1358 967h-279v-967h-166v967h-196v75l196 60v61q0 404 353 404q87 0 204 -35l-43 -133q-96 31 -164 31q-94 0 -139 -62.5t-45 -200.5v-71h279v-129zM670 967h-279v-967h-166v967h-196v75l196 60v61q0 404 353 404q87 0 204 -35l-43 -133q-96 31 -164 31
+q-94 0 -139 -62.5t-45 -200.5v-71h279v-129zM1731 0h-166v1556h166v-1556z" />
+    <glyph glyph-name="ff" unicode="ff" horiz-adv-x="1389" 
+d="M1364 967h-279v-967h-166v967h-196v75l196 60v61q0 404 353 404q87 0 204 -35l-43 -133q-96 31 -164 31q-94 0 -139 -62.5t-45 -200.5v-71h279v-129zM670 967h-279v-967h-166v967h-196v75l196 60v61q0 404 353 404q87 0 204 -35l-43 -133q-96 31 -164 31
+q-94 0 -139 -62.5t-45 -200.5v-71h279v-129z" />
+    <glyph glyph-name=".notdef" horiz-adv-x="1229" 
+d="M193 1462h841v-1462h-841v1462zM297 104h633v1254h-633v-1254z" />
+    <glyph glyph-name="null" horiz-adv-x="0" 
+ />
+    <glyph glyph-name="nonmarkingreturn" horiz-adv-x="1044" 
+ />
+    <glyph glyph-name="space" unicode=" " horiz-adv-x="532" 
+ />
+    <glyph glyph-name="exclam" unicode="!" horiz-adv-x="547" 
+d="M326 403h-105l-51 1059h207zM152 106q0 136 120 136q58 0 89.5 -35t31.5 -101q0 -64 -32 -99.5t-89 -35.5q-52 0 -86 31.5t-34 103.5z" />
+    <glyph glyph-name="quotedbl" unicode="&#x22;" horiz-adv-x="821" 
+d="M319 1462l-40 -528h-105l-41 528h186zM688 1462l-41 -528h-104l-41 528h186z" />
+    <glyph glyph-name="numbersign" unicode="#" horiz-adv-x="1323" 
+d="M981 899l-66 -340h283v-129h-307l-84 -430h-137l84 430h-303l-82 -430h-136l80 430h-262v129h287l68 340h-277v127h299l82 436h139l-82 -436h305l84 436h134l-84 -436h264v-127h-289zM475 559h303l66 340h-303z" />
+    <glyph glyph-name="dollar" unicode="$" horiz-adv-x="1171" 
+d="M1036 449q0 -136 -102 -224.5t-285 -111.5v-232h-129v223q-112 0 -217 17.5t-172 48.5v156q83 -37 191.5 -60.5t197.5 -23.5v440q-205 65 -287.5 151t-82.5 222q0 131 101.5 215t268.5 102v182h129v-180q184 -5 355 -74l-52 -131q-149 59 -303 70v-434q157 -50 235 -97.5
+t115 -109t37 -149.5zM866 436q0 72 -44.5 116.5t-172.5 88.5v-389q217 30 217 184zM319 1057q0 -76 45 -122t156 -87v387q-99 -16 -150 -62.5t-51 -115.5z" />
+    <glyph glyph-name="percent" unicode="%" horiz-adv-x="1686" 
+d="M242 1026q0 -170 37 -255t120 -85q164 0 164 340q0 338 -164 338q-83 0 -120 -84t-37 -254zM700 1026q0 -228 -76.5 -344.5t-224.5 -116.5q-140 0 -217.5 119t-77.5 342q0 227 74.5 342t220.5 115q145 0 223 -119t78 -338zM1122 440q0 -171 37 -255.5t121 -84.5t124 83.5
+t40 256.5q0 171 -40 253.5t-124 82.5t-121 -82.5t-37 -253.5zM1581 440q0 -227 -76.5 -343.5t-224.5 -116.5q-142 0 -218.5 119t-76.5 341q0 227 74.5 342t220.5 115q142 0 221.5 -117.5t79.5 -339.5zM1323 1462l-811 -1462h-147l811 1462h147z" />
+    <glyph glyph-name="ampersand" unicode="&#x26;" horiz-adv-x="1495" 
+d="M414 1171q0 -69 36 -131.5t123 -150.5q129 75 179.5 138.5t50.5 146.5q0 77 -51.5 125.5t-137.5 48.5q-89 0 -144.5 -48t-55.5 -129zM569 129q241 0 400 154l-437 424q-111 -68 -157 -112.5t-68 -95.5t-22 -116q0 -117 77.5 -185.5t206.5 -68.5zM113 379q0 130 69.5 230
+t249.5 202q-85 95 -115.5 144t-48.5 102t-18 110q0 150 98 234t273 84q162 0 255 -83.5t93 -232.5q0 -107 -68 -197.5t-225 -183.5l407 -391q56 62 89.5 145.5t56.5 182.5h168q-68 -286 -205 -434l299 -291h-229l-185 178q-118 -106 -240 -152t-272 -46q-215 0 -333.5 106
+t-118.5 293z" />
+    <glyph glyph-name="quotesingle" unicode="'" horiz-adv-x="453" 
+d="M319 1462l-40 -528h-105l-41 528h186z" />
+    <glyph glyph-name="parenleft" unicode="(" horiz-adv-x="606" 
+d="M82 561q0 265 77.5 496t223.5 405h162q-144 -193 -216.5 -424t-72.5 -475q0 -240 74 -469t213 -418h-160q-147 170 -224 397t-77 488z" />
+    <glyph glyph-name="parenright" unicode=")" horiz-adv-x="606" 
+d="M524 561q0 -263 -77.5 -490t-223.5 -395h-160q139 188 213 417.5t74 469.5q0 244 -72.5 475t-216.5 424h162q147 -175 224 -406.5t77 -494.5z" />
+    <glyph glyph-name="asterisk" unicode="*" horiz-adv-x="1130" 
+d="M657 1556l-43 -395l398 111l26 -182l-381 -31l248 -326l-172 -94l-176 362l-160 -362l-176 94l242 326l-377 31l29 182l391 -111l-43 395h194z" />
+    <glyph glyph-name="plus" unicode="+" horiz-adv-x="1171" 
+d="M653 791h412v-138h-412v-426h-139v426h-410v138h410v428h139v-428z" />
+    <glyph glyph-name="comma" unicode="," horiz-adv-x="502" 
+d="M350 238l15 -23q-26 -100 -75 -232.5t-102 -246.5h-125q27 104 59.5 257t45.5 245h182z" />
+    <glyph glyph-name="hyphen" unicode="-" horiz-adv-x="659" 
+d="M84 473v152h491v-152h-491z" />
+    <glyph glyph-name="period" unicode="." horiz-adv-x="545" 
+d="M152 106q0 67 30.5 101.5t87.5 34.5q58 0 90.5 -34.5t32.5 -101.5q0 -65 -33 -100t-90 -35q-51 0 -84.5 31.5t-33.5 103.5z" />
+    <glyph glyph-name="slash" unicode="/" horiz-adv-x="752" 
+d="M731 1462l-545 -1462h-166l545 1462h166z" />
+    <glyph glyph-name="zero" unicode="0" horiz-adv-x="1171" 
+d="M1069 733q0 -379 -119.5 -566t-365.5 -187q-236 0 -359 191.5t-123 561.5q0 382 119 567t363 185q238 0 361.5 -193t123.5 -559zM270 733q0 -319 75 -464.5t239 -145.5q166 0 240.5 147.5t74.5 462.5t-74.5 461.5t-240.5 146.5q-164 0 -239 -144.5t-75 -463.5z" />
+    <glyph glyph-name="one" unicode="1" horiz-adv-x="1171" 
+d="M715 0h-162v1042q0 130 8 246q-21 -21 -47 -44t-238 -195l-88 114l387 299h140v-1462z" />
+    <glyph glyph-name="two" unicode="2" horiz-adv-x="1171" 
+d="M1061 0h-961v143l385 387q176 178 232 254t84 148t28 155q0 117 -71 185.5t-197 68.5q-91 0 -172.5 -30t-181.5 -109l-88 113q202 168 440 168q206 0 323 -105.5t117 -283.5q0 -139 -78 -275t-292 -344l-320 -313v-8h752v-154z" />
+    <glyph glyph-name="three" unicode="3" horiz-adv-x="1171" 
+d="M1006 1118q0 -140 -78.5 -229t-222.5 -119v-8q176 -22 261 -112t85 -236q0 -209 -145 -321.5t-412 -112.5q-116 0 -212.5 17.5t-187.5 61.5v158q95 -47 202.5 -71.5t203.5 -24.5q379 0 379 297q0 266 -418 266h-144v143h146q171 0 271 75.5t100 209.5q0 107 -73.5 168
+t-199.5 61q-96 0 -181 -26t-194 -96l-84 112q90 71 207.5 111.5t247.5 40.5q213 0 331 -97.5t118 -267.5z" />
+    <glyph glyph-name="four" unicode="4" horiz-adv-x="1171" 
+d="M1130 336h-217v-336h-159v336h-711v145l694 989h176v-983h217v-151zM754 487v486q0 143 10 323h-8q-48 -96 -90 -159l-457 -650h545z" />
+    <glyph glyph-name="five" unicode="5" horiz-adv-x="1171" 
+d="M557 893q231 0 363.5 -114.5t132.5 -313.5q0 -227 -144.5 -356t-398.5 -129q-247 0 -377 79v160q70 -45 174 -70.5t205 -25.5q176 0 273.5 83t97.5 240q0 306 -375 306q-95 0 -254 -29l-86 55l55 684h727v-153h-585l-37 -439q115 23 229 23z" />
+    <glyph glyph-name="six" unicode="6" horiz-adv-x="1171" 
+d="M117 625q0 431 167.5 644.5t495.5 213.5q113 0 178 -19v-143q-77 25 -176 25q-235 0 -359 -146.5t-136 -460.5h12q110 172 348 172q197 0 310.5 -119t113.5 -323q0 -228 -124.5 -358.5t-336.5 -130.5q-227 0 -360 170.5t-133 474.5zM608 121q142 0 220.5 89.5t78.5 258.5
+q0 145 -73 228t-218 83q-90 0 -165 -37t-119.5 -102t-44.5 -135q0 -103 40 -192t113.5 -141t167.5 -52z" />
+    <glyph glyph-name="seven" unicode="7" horiz-adv-x="1171" 
+d="M285 0l606 1309h-797v153h973v-133l-598 -1329h-184z" />
+    <glyph glyph-name="eight" unicode="8" horiz-adv-x="1171" 
+d="M584 1483q200 0 317 -93t117 -257q0 -108 -67 -197t-214 -162q178 -85 253 -178.5t75 -216.5q0 -182 -127 -290.5t-348 -108.5q-234 0 -360 102.5t-126 290.5q0 251 306 391q-138 78 -198 168.5t-60 202.5q0 159 117.5 253.5t314.5 94.5zM268 369q0 -120 83.5 -187
+t234.5 -67q149 0 232 70t83 192q0 97 -78 172.5t-272 146.5q-149 -64 -216 -141.5t-67 -185.5zM582 1348q-125 0 -196 -60t-71 -160q0 -92 59 -158t218 -132q143 60 202.5 129t59.5 161q0 101 -72.5 160.5t-199.5 59.5z" />
+    <glyph glyph-name="nine" unicode="9" horiz-adv-x="1171" 
+d="M1061 838q0 -858 -664 -858q-116 0 -184 20v143q80 -26 182 -26q240 0 362.5 148.5t133.5 455.5h-12q-55 -83 -146 -126.5t-205 -43.5q-194 0 -308 116t-114 324q0 228 127.5 360t335.5 132q149 0 260.5 -76.5t171.5 -223t60 -345.5zM569 1341q-143 0 -221 -92t-78 -256
+q0 -144 72 -226.5t219 -82.5q91 0 167.5 37t120.5 101t44 134q0 105 -41 194t-114.5 140t-168.5 51z" />
+    <glyph glyph-name="colon" unicode=":" horiz-adv-x="545" 
+d="M152 106q0 67 30.5 101.5t87.5 34.5q58 0 90.5 -34.5t32.5 -101.5q0 -65 -33 -100t-90 -35q-51 0 -84.5 31.5t-33.5 103.5zM152 989q0 135 118 135q123 0 123 -135q0 -65 -33 -100t-90 -35q-51 0 -84.5 31.5t-33.5 103.5z" />
+    <glyph glyph-name="semicolon" unicode=";" horiz-adv-x="545" 
+d="M350 238l15 -23q-26 -100 -75 -232.5t-102 -246.5h-125q27 104 59.5 257t45.5 245h182zM147 989q0 135 119 135q123 0 123 -135q0 -65 -33 -100t-90 -35q-58 0 -88.5 35t-30.5 100z" />
+    <glyph glyph-name="less" unicode="&#x3c;" horiz-adv-x="1171" 
+d="M1065 242l-961 422v98l961 479v-149l-782 -371l782 -328v-151z" />
+    <glyph glyph-name="equal" unicode="=" horiz-adv-x="1171" 
+d="M119 858v137h930v-137h-930zM119 449v137h930v-137h-930z" />
+    <glyph glyph-name="greater" unicode="&#x3e;" horiz-adv-x="1171" 
+d="M104 393l783 326l-783 373v149l961 -479v-98l-961 -422v151z" />
+    <glyph glyph-name="question" unicode="?" horiz-adv-x="879" 
+d="M289 403v54q0 117 36 192.5t134 159.5q136 115 171.5 173t35.5 140q0 102 -65.5 157.5t-188.5 55.5q-79 0 -154 -18.5t-172 -67.5l-59 135q189 99 395 99q191 0 297 -94t106 -265q0 -73 -19.5 -128.5t-57.5 -105t-164 -159.5q-101 -86 -133.5 -143t-32.5 -152v-33h-129z
+M240 106q0 136 120 136q58 0 89.5 -35t31.5 -101q0 -64 -32 -99.5t-89 -35.5q-52 0 -86 31.5t-34 103.5z" />
+    <glyph glyph-name="at" unicode="@" horiz-adv-x="1841" 
+d="M1720 729q0 -142 -44 -260t-124 -183t-184 -65q-86 0 -145 52t-70 133h-8q-40 -87 -114.5 -136t-176.5 -49q-150 0 -234.5 102.5t-84.5 278.5q0 204 118 331.5t310 127.5q68 0 154 -12.5t155 -34.5l-25 -470v-22q0 -178 133 -178q91 0 148 107.5t57 279.5q0 181 -74 317
+t-210.5 209.5t-313.5 73.5q-223 0 -388 -92.5t-252 -264t-87 -396.5q0 -305 161 -469t464 -164q210 0 436 86v-133q-192 -84 -436 -84q-363 0 -563.5 199.5t-200.5 557.5q0 260 107 463t305 314.5t454 111.5q215 0 382.5 -90.5t259 -257t91.5 -383.5zM686 598
+q0 -254 195 -254q207 0 225 313l14 261q-72 20 -157 20q-130 0 -203.5 -90t-73.5 -250z" />
+    <glyph glyph-name="A" unicode="A" horiz-adv-x="1296" 
+d="M1120 0l-182 465h-586l-180 -465h-172l578 1468h143l575 -1468h-176zM885 618l-170 453q-33 86 -68 211q-22 -96 -63 -211l-172 -453h473z" />
+    <glyph glyph-name="B" unicode="B" horiz-adv-x="1327" 
+d="M201 1462h413q291 0 421 -87t130 -275q0 -130 -72.5 -214.5t-211.5 -109.5v-10q333 -57 333 -350q0 -196 -132.5 -306t-370.5 -110h-510v1462zM371 836h280q180 0 259 56.5t79 190.5q0 123 -88 177.5t-280 54.5h-250v-479zM371 692v-547h305q177 0 266.5 68.5t89.5 214.5
+q0 136 -91.5 200t-278.5 64h-291z" />
+    <glyph glyph-name="C" unicode="C" horiz-adv-x="1292" 
+d="M827 1331q-241 0 -380.5 -160.5t-139.5 -439.5q0 -287 134.5 -443.5t383.5 -156.5q153 0 349 55v-149q-152 -57 -375 -57q-323 0 -498.5 196t-175.5 557q0 226 84.5 396t244 262t375.5 92q230 0 402 -84l-72 -146q-166 78 -332 78z" />
+    <glyph glyph-name="D" unicode="D" horiz-adv-x="1493" 
+d="M1368 745q0 -362 -196.5 -553.5t-565.5 -191.5h-405v1462h448q341 0 530 -189t189 -528zM1188 739q0 286 -143.5 431t-426.5 145h-247v-1168h207q304 0 457 149.5t153 442.5z" />
+    <glyph glyph-name="E" unicode="E" 
+d="M1016 0h-815v1462h815v-151h-645v-471h606v-150h-606v-538h645v-152z" />
+    <glyph glyph-name="F" unicode="F" horiz-adv-x="1057" 
+d="M371 0h-170v1462h815v-151h-645v-535h606v-151h-606v-625z" />
+    <glyph glyph-name="G" unicode="G" horiz-adv-x="1491" 
+d="M844 766h497v-711q-116 -37 -236 -56t-278 -19q-332 0 -517 197.5t-185 553.5q0 228 91.5 399.5t263.5 262t403 90.5q234 0 436 -86l-66 -150q-198 84 -381 84q-267 0 -417 -159t-150 -441q0 -296 144.5 -449t424.5 -153q152 0 297 35v450h-327v152z" />
+    <glyph glyph-name="H" unicode="H" horiz-adv-x="1511" 
+d="M1311 0h-170v688h-770v-688h-170v1462h170v-622h770v622h170v-1462z" />
+    <glyph glyph-name="I.alt" horiz-adv-x="682" 
+d="M598 0h-514v98l172 35v1194l-172 37v98h514v-98l-172 -37v-1194l172 -35v-98z" />
+    <glyph glyph-name="J" unicode="J" horiz-adv-x="547" 
+d="M-12 -385q-94 0 -148 27v145q71 -20 148 -20q99 0 150.5 60t51.5 173v1462h170v-1448q0 -190 -96 -294.5t-276 -104.5z" />
+    <glyph glyph-name="K" unicode="K" horiz-adv-x="1257" 
+d="M1257 0h-200l-533 709l-153 -136v-573h-170v1462h170v-725l663 725h201l-588 -635z" />
+    <glyph glyph-name="L" unicode="L" horiz-adv-x="1063" 
+d="M201 0v1462h170v-1308h645v-154h-815z" />
+    <glyph glyph-name="M" unicode="M" horiz-adv-x="1849" 
+d="M848 0l-496 1296h-8q14 -154 14 -366v-930h-157v1462h256l463 -1206h8l467 1206h254v-1462h-170v942q0 162 14 352h-8l-500 -1294h-137z" />
+    <glyph glyph-name="N" unicode="N" horiz-adv-x="1544" 
+d="M1343 0h-194l-799 1227h-8q16 -216 16 -396v-831h-157v1462h192l797 -1222h8q-2 27 -9 173.5t-5 209.5v839h159v-1462z" />
+    <glyph glyph-name="O" unicode="O" horiz-adv-x="1595" 
+d="M1470 733q0 -351 -177.5 -552t-493.5 -201q-323 0 -498.5 197.5t-175.5 557.5q0 357 176 553.5t500 196.5q315 0 492 -200t177 -552zM305 733q0 -297 126.5 -450.5t367.5 -153.5q243 0 367 153t124 451q0 295 -123.5 447.5t-365.5 152.5q-243 0 -369.5 -153.5
+t-126.5 -446.5z" />
+    <glyph glyph-name="P" unicode="P" horiz-adv-x="1233" 
+d="M1128 1036q0 -222 -151.5 -341.5t-433.5 -119.5h-172v-575h-170v1462h379q548 0 548 -426zM371 721h153q226 0 327 73t101 234q0 145 -95 216t-296 71h-190v-594z" />
+    <glyph glyph-name="Q" unicode="Q" horiz-adv-x="1595" 
+d="M1470 733q0 -281 -113 -467t-319 -252l348 -362h-247l-285 330l-55 -2q-323 0 -498.5 197.5t-175.5 557.5q0 357 176 553.5t500 196.5q315 0 492 -200t177 -552zM305 733q0 -297 126.5 -450.5t367.5 -153.5q243 0 367 153t124 451q0 295 -123.5 447.5t-365.5 152.5
+q-243 0 -369.5 -153.5t-126.5 -446.5z" />
+    <glyph glyph-name="R" unicode="R" horiz-adv-x="1266" 
+d="M371 608v-608h-170v1462h401q269 0 397.5 -103t128.5 -310q0 -290 -294 -392l397 -657h-201l-354 608h-305zM371 754h233q180 0 264 71.5t84 214.5q0 145 -85.5 209t-274.5 64h-221v-559z" />
+    <glyph glyph-name="S" unicode="S" horiz-adv-x="1124" 
+d="M1026 389q0 -193 -140 -301t-380 -108q-260 0 -400 67v164q90 -38 196 -60t210 -22q170 0 256 64.5t86 179.5q0 76 -30.5 124.5t-102 89.5t-217.5 93q-204 73 -291.5 173t-87.5 261q0 169 127 269t336 100q218 0 401 -80l-53 -148q-181 76 -352 76q-135 0 -211 -58
+t-76 -161q0 -76 28 -124.5t94.5 -89t203.5 -89.5q230 -82 316.5 -176t86.5 -244z" />
+    <glyph glyph-name="T" unicode="T" horiz-adv-x="1133" 
+d="M651 0h-170v1311h-463v151h1096v-151h-463v-1311z" />
+    <glyph glyph-name="U" unicode="U" horiz-adv-x="1491" 
+d="M1305 1462v-946q0 -250 -151 -393t-415 -143t-408.5 144t-144.5 396v942h170v-954q0 -183 100 -281t294 -98q185 0 285 98.5t100 282.5v952h170z" />
+    <glyph glyph-name="V" unicode="V" horiz-adv-x="1219" 
+d="M1036 1462h183l-527 -1462h-168l-524 1462h180l336 -946q58 -163 92 -317q36 162 94 323z" />
+    <glyph glyph-name="W" unicode="W" horiz-adv-x="1896" 
+d="M1477 0h-168l-295 979q-21 65 -47 164t-27 119q-22 -132 -70 -289l-286 -973h-168l-389 1462h180l231 -903q48 -190 70 -344q27 183 80 358l262 889h180l275 -897q48 -155 81 -350q19 142 72 346l230 901h180z" />
+    <glyph glyph-name="X" unicode="X" horiz-adv-x="1182" 
+d="M1174 0h-193l-393 643l-400 -643h-180l486 764l-453 698h188l363 -579l366 579h181l-453 -692z" />
+    <glyph glyph-name="Y" unicode="Y" horiz-adv-x="1147" 
+d="M573 731l390 731h184l-488 -895v-567h-172v559l-487 903h186z" />
+    <glyph glyph-name="Z" unicode="Z" horiz-adv-x="1169" 
+d="M1087 0h-1005v133l776 1176h-752v153h959v-133l-776 -1175h798v-154z" />
+    <glyph glyph-name="bracketleft" unicode="[" horiz-adv-x="674" 
+d="M623 -324h-457v1786h457v-141h-289v-1503h289v-142z" />
+    <glyph glyph-name="backslash" unicode="\" horiz-adv-x="752" 
+d="M186 1462l547 -1462h-166l-544 1462h163z" />
+    <glyph glyph-name="bracketright" unicode="]" horiz-adv-x="674" 
+d="M51 -182h289v1503h-289v141h457v-1786h-457v142z" />
+    <glyph glyph-name="asciicircum" unicode="^" horiz-adv-x="1110" 
+d="M49 551l434 922h99l477 -922h-152l-372 745l-334 -745h-152z" />
+    <glyph glyph-name="underscore" unicode="_" horiz-adv-x="918" 
+d="M922 -315h-926v131h926v-131z" />
+    <glyph glyph-name="grave" unicode="`" horiz-adv-x="1182" 
+d="M786 1241h-110q-65 52 -154 148t-129 159v21h203q32 -69 89 -159.5t101 -143.5v-25z" />
+    <glyph glyph-name="a" unicode="a" 
+d="M850 0l-33 156h-8q-82 -103 -163.5 -139.5t-203.5 -36.5q-163 0 -255.5 84t-92.5 239q0 332 531 348l186 6v68q0 129 -55.5 190.5t-177.5 61.5q-137 0 -310 -84l-51 127q81 44 177.5 69t193.5 25q196 0 290.5 -87t94.5 -279v-748h-123zM475 117q155 0 243.5 85t88.5 238
+v99l-166 -7q-198 -7 -285.5 -61.5t-87.5 -169.5q0 -90 54.5 -137t152.5 -47z" />
+    <glyph glyph-name="b" unicode="b" horiz-adv-x="1255" 
+d="M686 1114q216 0 335.5 -147.5t119.5 -417.5t-120.5 -419.5t-334.5 -149.5q-107 0 -195.5 39.5t-148.5 121.5h-12l-35 -141h-119v1556h166v-378q0 -127 -8 -228h8q116 164 344 164zM662 975q-170 0 -245 -97.5t-75 -328.5t77 -330.5t247 -99.5q153 0 228 111.5t75 320.5
+q0 214 -75 319t-232 105z" />
+    <glyph glyph-name="c" unicode="c" horiz-adv-x="975" 
+d="M614 -20q-238 0 -368.5 146.5t-130.5 414.5q0 275 132.5 425t377.5 150q79 0 158 -17t124 -40l-51 -141q-55 22 -120 36.5t-115 14.5q-334 0 -334 -426q0 -202 81.5 -310t241.5 -108q137 0 281 59v-147q-110 -57 -277 -57z" />
+    <glyph glyph-name="d" unicode="d" horiz-adv-x="1255" 
+d="M922 147h-9q-115 -167 -344 -167q-215 0 -334.5 147t-119.5 418t120 421t334 150q223 0 342 -162h13l-7 79l-4 77v446h166v-1556h-135zM590 119q170 0 246.5 92.5t76.5 298.5v35q0 233 -77.5 332.5t-247.5 99.5q-146 0 -223.5 -113.5t-77.5 -320.5q0 -210 77 -317
+t226 -107z" />
+    <glyph glyph-name="e" unicode="e" horiz-adv-x="1149" 
+d="M639 -20q-243 0 -383.5 148t-140.5 411q0 265 130.5 421t350.5 156q206 0 326 -135.5t120 -357.5v-105h-755q5 -193 97.5 -293t260.5 -100q177 0 350 74v-148q-88 -38 -166.5 -54.5t-189.5 -16.5zM594 977q-132 0 -210.5 -86t-92.5 -238h573q0 157 -70 240.5t-200 83.5z
+" />
+    <glyph glyph-name="f" unicode="f" horiz-adv-x="694" 
+d="M670 967h-279v-967h-166v967h-196v75l196 60v61q0 404 353 404q87 0 204 -35l-43 -133q-96 31 -164 31q-94 0 -139 -62.5t-45 -200.5v-71h279v-129z" />
+    <glyph glyph-name="g" unicode="g" horiz-adv-x="1122" 
+d="M1073 1096v-105l-203 -24q28 -35 50 -91.5t22 -127.5q0 -161 -110 -257t-302 -96q-49 0 -92 8q-106 -56 -106 -141q0 -45 37 -66.5t127 -21.5h194q178 0 273.5 -75t95.5 -218q0 -182 -146 -277.5t-426 -95.5q-215 0 -331.5 80t-116.5 226q0 100 64 173t180 99
+q-42 19 -70.5 59t-28.5 93q0 60 32 105t101 87q-85 35 -138.5 119t-53.5 192q0 180 108 277.5t306 97.5q86 0 155 -20h379zM199 -184q0 -89 75 -135t215 -46q209 0 309.5 62.5t100.5 169.5q0 89 -55 123.5t-207 34.5h-199q-113 0 -176 -54t-63 -155zM289 745q0 -115 65 -174
+t181 -59q243 0 243 236q0 247 -246 247q-117 0 -180 -63t-63 -187z" />
+    <glyph glyph-name="h" unicode="h" horiz-adv-x="1257" 
+d="M926 0v709q0 134 -61 200t-191 66q-173 0 -252.5 -94t-79.5 -308v-573h-166v1556h166v-471q0 -85 -8 -141h10q49 79 139.5 124.5t206.5 45.5q201 0 301.5 -95.5t100.5 -303.5v-715h-166z" />
+    <glyph glyph-name="i" unicode="i" horiz-adv-x="518" 
+d="M342 0h-166v1096h166v-1096zM162 1393q0 57 28 83.5t70 26.5q40 0 69 -27t29 -83t-29 -83.5t-69 -27.5q-42 0 -70 27.5t-28 83.5z" />
+    <glyph glyph-name="j" unicode="j" horiz-adv-x="518" 
+d="M43 -492q-95 0 -154 25v135q69 -20 136 -20q78 0 114.5 42.5t36.5 129.5v1276h166v-1264q0 -324 -299 -324zM162 1393q0 57 28 83.5t70 26.5q40 0 69 -27t29 -83t-29 -83.5t-69 -27.5q-42 0 -70 27.5t-28 83.5z" />
+    <glyph glyph-name="k" unicode="k" horiz-adv-x="1075" 
+d="M340 561q43 61 131 160l354 375h197l-444 -467l475 -629h-201l-387 518l-125 -108v-410h-164v1556h164v-825q0 -55 -8 -170h8z" />
+    <glyph glyph-name="l" unicode="l" horiz-adv-x="518" 
+d="M342 0h-166v1556h166v-1556z" />
+    <glyph glyph-name="m" unicode="m" horiz-adv-x="1905" 
+d="M1573 0v713q0 131 -56 196.5t-174 65.5q-155 0 -229 -89t-74 -274v-612h-166v713q0 131 -56 196.5t-175 65.5q-156 0 -228.5 -93.5t-72.5 -306.5v-575h-166v1096h135l27 -150h8q47 80 132.5 125t191.5 45q257 0 336 -186h8q49 86 142 136t212 50q186 0 278.5 -95.5
+t92.5 -305.5v-715h-166z" />
+    <glyph glyph-name="n" unicode="n" horiz-adv-x="1257" 
+d="M926 0v709q0 134 -61 200t-191 66q-172 0 -252 -93t-80 -307v-575h-166v1096h135l27 -150h8q51 81 143 125.5t205 44.5q198 0 298 -95.5t100 -305.5v-715h-166z" />
+    <glyph glyph-name="o" unicode="o" horiz-adv-x="1237" 
+d="M1122 549q0 -268 -135 -418.5t-373 -150.5q-147 0 -261 69t-176 198t-62 302q0 268 134 417.5t372 149.5q230 0 365.5 -153t135.5 -414zM287 549q0 -210 84 -320t247 -110t247.5 109.5t84.5 320.5q0 209 -84.5 317.5t-249.5 108.5q-163 0 -246 -107t-83 -319z" />
+    <glyph glyph-name="p" unicode="p" horiz-adv-x="1255" 
+d="M686 -20q-107 0 -195.5 39.5t-148.5 121.5h-12q12 -96 12 -182v-451h-166v1588h135l23 -150h8q64 90 149 130t195 40q218 0 336.5 -149t118.5 -418q0 -270 -120.5 -419.5t-334.5 -149.5zM662 975q-168 0 -243 -93t-77 -296v-37q0 -231 77 -330.5t247 -99.5
+q142 0 222.5 115t80.5 317q0 205 -80.5 314.5t-226.5 109.5z" />
+    <glyph glyph-name="q" unicode="q" horiz-adv-x="1255" 
+d="M590 119q166 0 242 89t81 300v37q0 230 -78 331t-247 101q-146 0 -223.5 -113.5t-77.5 -320.5t76.5 -315.5t226.5 -108.5zM565 -20q-212 0 -331 149t-119 416q0 269 120 420t334 151q225 0 346 -170h9l24 150h131v-1588h-166v469q0 100 11 170h-13q-115 -167 -346 -167z
+" />
+    <glyph glyph-name="r" unicode="r" horiz-adv-x="836" 
+d="M676 1116q73 0 131 -12l-23 -154q-68 15 -120 15q-133 0 -227.5 -108t-94.5 -269v-588h-166v1096h137l19 -203h8q61 107 147 165t189 58z" />
+    <glyph glyph-name="s" unicode="s" horiz-adv-x="977" 
+d="M883 299q0 -153 -114 -236t-320 -83q-218 0 -340 69v154q79 -40 169.5 -63t174.5 -23q130 0 200 41.5t70 126.5q0 64 -55.5 109.5t-216.5 107.5q-153 57 -217.5 99.5t-96 96.5t-31.5 129q0 134 109 211.5t299 77.5q177 0 346 -72l-59 -135q-165 68 -299 68
+q-118 0 -178 -37t-60 -102q0 -44 22.5 -75t72.5 -59t192 -81q195 -71 263.5 -143t68.5 -181z" />
+    <glyph glyph-name="t" unicode="t" horiz-adv-x="723" 
+d="M530 117q44 0 85 6.5t65 13.5v-127q-27 -13 -79.5 -21.5t-94.5 -8.5q-318 0 -318 335v652h-157v80l157 69l70 234h96v-254h318v-129h-318v-645q0 -99 47 -152t129 -53z" />
+    <glyph glyph-name="u" unicode="u" horiz-adv-x="1257" 
+d="M332 1096v-711q0 -134 61 -200t191 -66q172 0 251.5 94t79.5 307v576h166v-1096h-137l-24 147h-9q-51 -81 -141.5 -124t-206.5 -43q-200 0 -299.5 95t-99.5 304v717h168z" />
+    <glyph glyph-name="v" unicode="v" horiz-adv-x="1026" 
+d="M416 0l-416 1096h178l236 -650q80 -228 94 -296h8q11 53 69.5 219.5t262.5 726.5h178l-416 -1096h-194z" />
+    <glyph glyph-name="w" unicode="w" horiz-adv-x="1593" 
+d="M1071 0l-201 643q-19 59 -71 268h-8q-40 -175 -70 -270l-207 -641h-192l-299 1096h174q106 -413 161.5 -629t63.5 -291h8q11 57 35.5 147.5t42.5 143.5l201 629h180l196 -629q56 -172 76 -289h8q4 36 21.5 111t208.5 807h172l-303 -1096h-197z" />
+    <glyph glyph-name="x" unicode="x" horiz-adv-x="1073" 
+d="M440 561l-381 535h189l289 -420l288 420h187l-381 -535l401 -561h-188l-307 444l-310 -444h-188z" />
+    <glyph glyph-name="y" unicode="y" horiz-adv-x="1032" 
+d="M2 1096h178l240 -625q79 -214 98 -309h8q13 51 54.5 174.5t271.5 759.5h178l-471 -1248q-70 -185 -163.5 -262.5t-229.5 -77.5q-76 0 -150 17v133q55 -12 123 -12q171 0 244 192l61 156z" />
+    <glyph glyph-name="z" unicode="z" horiz-adv-x="958" 
+d="M877 0h-795v113l598 854h-561v129h743v-129l-590 -838h605v-129z" />
+    <glyph glyph-name="braceleft" unicode="{" horiz-adv-x="776" 
+d="M475 12q0 -102 58.5 -148t171.5 -48v-140q-190 2 -294 87t-104 239v303q0 104 -63 148.5t-183 44.5v141q130 2 188 48t58 142v306q0 155 108 241t290 86v-139q-230 -6 -230 -199v-295q0 -215 -223 -254v-12q223 -39 223 -254v-297z" />
+    <glyph glyph-name="bar" unicode="|" horiz-adv-x="1128" 
+d="M494 1556h141v-2052h-141v2052z" />
+    <glyph glyph-name="braceright" unicode="}" horiz-adv-x="776" 
+d="M522 575q-223 39 -223 254v295q0 193 -227 199v139q184 0 289.5 -87t105.5 -240v-306q0 -97 59 -142.5t189 -47.5v-141q-122 0 -185 -44.5t-63 -148.5v-303q0 -153 -102.5 -238.5t-292.5 -87.5v140q111 2 169 48t58 148v297q0 114 55 174t168 80v12z" />
+    <glyph glyph-name="asciitilde" unicode="~" horiz-adv-x="1171" 
+d="M338 713q-53 0 -116.5 -33.5t-117.5 -87.5v151q100 109 244 109q68 0 124.5 -14t145.5 -52q66 -28 115 -41.5t96 -13.5q54 0 118 32t118 89v-150q-102 -110 -244 -110q-72 0 -135 16.5t-135 48.5q-75 32 -120 44t-93 12z" />
+    <glyph glyph-name="nonbreakingspace" unicode="&#xa0;" horiz-adv-x="532" 
+ />
+    <glyph glyph-name="exclamdown" unicode="&#xa1;" horiz-adv-x="547" 
+d="M219 684h105l51 -1057h-207zM393 983q0 -135 -121 -135q-60 0 -90 35.5t-30 99.5q0 63 31.5 99t88.5 36q51 0 86 -32t35 -103z" />
+    <glyph glyph-name="cent" unicode="&#xa2;" horiz-adv-x="1171" 
+d="M971 240q-105 -54 -252 -60v-200h-133v206q-203 32 -299.5 168.5t-96.5 386.5q0 508 396 570v172h135v-164q75 -3 146 -19.5t120 -39.5l-49 -140q-133 51 -242 51q-172 0 -253 -105.5t-81 -322.5q0 -212 79.5 -313.5t246.5 -101.5q141 0 283 59v-147z" />
+    <glyph glyph-name="sterling" unicode="&#xa3;" horiz-adv-x="1171" 
+d="M682 1481q190 0 360 -84l-61 -133q-154 77 -297 77q-123 0 -185.5 -62t-62.5 -202v-295h422v-127h-422v-221q0 -100 -32.5 -168t-106.5 -112h795v-154h-1029v141q205 47 205 291v223h-198v127h198v316q0 178 112 280.5t302 102.5z" />
+    <glyph glyph-name="currency" unicode="&#xa4;" horiz-adv-x="1171" 
+d="M184 723q0 122 74 229l-135 140l94 92l135 -133q104 73 234 73q127 0 229 -73l137 133l95 -92l-134 -138q74 -113 74 -231q0 -131 -74 -234l131 -135l-92 -92l-137 133q-102 -71 -229 -71q-134 0 -234 73l-135 -133l-92 92l133 136q-74 107 -74 231zM313 723
+q0 -112 78.5 -192t194.5 -80t195 79.5t79 192.5q0 114 -80 195t-194 81q-116 0 -194.5 -82t-78.5 -194z" />
+    <glyph glyph-name="yen" unicode="&#xa5;" horiz-adv-x="1171" 
+d="M584 735l379 727h174l-416 -770h262v-127h-317v-170h317v-127h-317v-268h-164v268h-316v127h316v170h-316v127h256l-411 770h178z" />
+    <glyph glyph-name="brokenbar" unicode="&#xa6;" horiz-adv-x="1128" 
+d="M494 1556h141v-776h-141v776zM494 281h141v-777h-141v777z" />
+    <glyph glyph-name="section" unicode="&#xa7;" horiz-adv-x="1057" 
+d="M139 809q0 86 43 154.5t121 105.5q-74 40 -116 95.5t-42 140.5q0 121 103.5 190.5t300.5 69.5q94 0 173.5 -14.5t176.5 -53.5l-53 -131q-98 39 -165.5 52.5t-143.5 13.5q-116 0 -174 -29.5t-58 -93.5q0 -60 61.5 -102t215.5 -97q186 -68 261 -143.5t75 -182.5
+q0 -90 -41 -160.5t-115 -111.5q153 -81 153 -227q0 -140 -117 -216.5t-329 -76.5q-218 0 -346 65v148q78 -37 175 -59.5t179 -22.5q134 0 204.5 38t70.5 109q0 46 -24 75t-78 58t-169 72q-142 52 -209 97t-100 102t-33 135zM285 829q0 -77 66 -129.5t233 -113.5l49 -19
+q137 80 137 191q0 83 -73.5 139t-258.5 113q-68 -19 -110.5 -69t-42.5 -112z" />
+    <glyph glyph-name="dieresis" unicode="&#xa8;" horiz-adv-x="1182" 
+d="M309 1393q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM690 1393q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
+    <glyph glyph-name="copyright" unicode="&#xa9;" horiz-adv-x="1704" 
+d="M893 1059q-125 0 -192.5 -87t-67.5 -241q0 -168 63.5 -249t194.5 -81q86 0 211 45v-124q-48 -20 -98.5 -34t-120.5 -14q-194 0 -298 120.5t-104 336.5q0 209 110.5 332t301.5 123q128 0 246 -60l-58 -118q-108 51 -188 51zM100 731q0 200 100 375t275 276t377 101
+q200 0 375 -100t276 -275t101 -377q0 -197 -97 -370t-272 -277t-383 -104q-207 0 -382 103.5t-272.5 276.5t-97.5 371zM205 731q0 -173 87 -323.5t237.5 -237t322.5 -86.5q174 0 323 87t236.5 235.5t87.5 324.5q0 174 -87 323t-235.5 236.5t-324.5 87.5q-174 0 -323 -87
+t-236.5 -235.5t-87.5 -324.5z" />
+    <glyph glyph-name="ordfeminine" unicode="&#xaa;" horiz-adv-x="725" 
+d="M532 801l-24 84q-92 -97 -232 -97q-95 0 -150.5 49.5t-55.5 151.5t77 154.5t242 58.5l117 4v39q0 133 -148 133q-100 0 -204 -51l-43 96q114 56 247 56q130 0 198.5 -52.5t68.5 -173.5v-452h-93zM193 989q0 -100 112 -100q201 0 201 180v49l-98 -4q-112 -4 -163.5 -32.5
+t-51.5 -92.5z" />
+    <glyph glyph-name="guillemotleft" unicode="&#xab;" horiz-adv-x="1018" 
+d="M82 551l342 407l119 -69l-289 -350l289 -351l-119 -71l-342 407v27zM477 551l344 407l117 -69l-287 -350l287 -351l-117 -71l-344 407v27z" />
+    <glyph glyph-name="logicalnot" unicode="&#xac;" horiz-adv-x="1171" 
+d="M1065 791v-527h-137v389h-824v138h961z" />
+    <glyph glyph-name="uni00AD" unicode="&#xad;" horiz-adv-x="659" 
+d="M84 473v152h491v-152h-491z" />
+    <glyph glyph-name="registered" unicode="&#xae;" horiz-adv-x="1704" 
+d="M723 762h108q80 0 128.5 41.5t48.5 105.5q0 75 -43 107.5t-136 32.5h-106v-287zM1157 913q0 -80 -42.5 -141.5t-119.5 -91.5l238 -395h-168l-207 354h-135v-354h-148v891h261q166 0 243.5 -65t77.5 -198zM100 731q0 200 100 375t275 276t377 101q200 0 375 -100t276 -275
+t101 -377q0 -197 -97 -370t-272 -277t-383 -104q-207 0 -382 103.5t-272.5 276.5t-97.5 371zM205 731q0 -173 87 -323.5t237.5 -237t322.5 -86.5q174 0 323 87t236.5 235.5t87.5 324.5q0 174 -87 323t-235.5 236.5t-324.5 87.5q-174 0 -323 -87t-236.5 -235.5t-87.5 -324.5z
+" />
+    <glyph glyph-name="overscore" unicode="&#xaf;" horiz-adv-x="1024" 
+d="M1030 1556h-1036v127h1036v-127z" />
+    <glyph glyph-name="degree" unicode="&#xb0;" horiz-adv-x="877" 
+d="M127 1171q0 130 90.5 221t220.5 91t221 -90.5t91 -221.5q0 -84 -41 -155.5t-114 -113.5t-157 -42q-130 0 -220.5 90t-90.5 221zM242 1171q0 -82 58.5 -139t139.5 -57q80 0 137.5 56.5t57.5 139.5q0 84 -56.5 140.5t-138.5 56.5q-83 0 -140.5 -57t-57.5 -140z" />
+    <glyph glyph-name="plusminus" unicode="&#xb1;" horiz-adv-x="1171" 
+d="M653 791h412v-138h-412v-426h-139v426h-410v138h410v428h139v-428zM104 1v138h961v-138h-961z" />
+    <glyph glyph-name="twosuperior" unicode="&#xb2;" horiz-adv-x="711" 
+d="M653 586h-604v104l236 230q89 86 130 134.5t57.5 86.5t16.5 92q0 68 -40 102.5t-103 34.5q-52 0 -101 -19t-118 -69l-66 88q131 111 283 111q132 0 205.5 -65t73.5 -177q0 -80 -44.5 -155.5t-191.5 -213.5l-174 -165h440v-119z" />
+    <glyph glyph-name="threesuperior" unicode="&#xb3;" horiz-adv-x="711" 
+d="M627 1255q0 -80 -41 -131.5t-109 -74.5q176 -47 176 -209q0 -128 -92 -199.5t-260 -71.5q-152 0 -268 56v123q147 -68 270 -68q211 0 211 162q0 145 -231 145h-117v107h119q103 0 152.5 39.5t49.5 107.5q0 61 -40 95t-107 34q-66 0 -122 -21.5t-112 -56.5l-69 90
+q63 45 133 72t164 27q136 0 214.5 -59.5t78.5 -166.5z" />
+    <glyph glyph-name="acute" unicode="&#xb4;" horiz-adv-x="1182" 
+d="M393 1266q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111v25z" />
+    <glyph glyph-name="mu" unicode="&#xb5;" horiz-adv-x="1268" 
+d="M342 381q0 -262 254 -262q171 0 250.5 94.5t79.5 306.5v576h166v-1096h-136l-26 147h-10q-111 -167 -340 -167q-150 0 -238 92h-10q10 -84 10 -244v-320h-166v1588h166v-715z" />
+    <glyph glyph-name="paragraph" unicode="&#xb6;" horiz-adv-x="1341" 
+d="M1120 -260h-114v1712h-213v-1712h-115v819q-62 -18 -146 -18q-216 0 -317.5 125t-101.5 376q0 260 109 387t341 127h557v-1816z" />
+    <glyph glyph-name="periodcentered" unicode="&#xb7;" horiz-adv-x="545" 
+d="M152 723q0 66 31 100.5t87 34.5q58 0 90.5 -34.5t32.5 -100.5q0 -65 -33 -100t-90 -35q-51 0 -84.5 31.5t-33.5 103.5z" />
+    <glyph glyph-name="cedilla" unicode="&#xb8;" horiz-adv-x="465" 
+d="M436 -289q0 -97 -76.5 -150t-226.5 -53q-51 0 -96 9v106q45 -8 104 -8q79 0 119.5 20t40.5 74q0 43 -39.5 69.5t-148.5 43.5l88 178h110l-55 -115q180 -39 180 -174z" />
+    <glyph glyph-name="onesuperior" unicode="&#xb9;" horiz-adv-x="711" 
+d="M338 1462h143v-876h-133v579q0 91 6 181q-22 -22 -49 -44.5t-162 -117.5l-67 96z" />
+    <glyph glyph-name="ordmasculine" unicode="&#xba;" horiz-adv-x="768" 
+d="M702 1135q0 -164 -85.5 -255.5t-235.5 -91.5q-146 0 -230.5 93t-84.5 254q0 163 84 253.5t235 90.5q152 0 234.5 -91t82.5 -253zM188 1135q0 -122 45.5 -183t149.5 -61q105 0 151 61t46 183q0 123 -46 182t-151 59q-103 0 -149 -59t-46 -182z" />
+    <glyph glyph-name="guillemotright" unicode="&#xbb;" horiz-adv-x="1018" 
+d="M936 524l-344 -407l-117 71l287 351l-287 350l117 69l344 -407v-27zM541 524l-344 -407l-117 71l287 351l-287 350l117 69l344 -407v-27z" />
+    <glyph glyph-name="onequarter" unicode="&#xbc;" horiz-adv-x="1597" 
+d="M1298 1462l-903 -1462h-143l903 1462h143zM337 1462h143v-876h-133v579q0 91 6 181q-22 -22 -49 -44.5t-162 -117.5l-67 96zM1489 203h-125v-202h-145v202h-402v101l408 579h139v-563h125v-117zM1219 320v195q0 134 6 209q-5 -12 -17 -31.5t-27 -42l-30 -45t-26 -39.5
+l-168 -246h262z" />
+    <glyph glyph-name="onehalf" unicode="&#xbd;" horiz-adv-x="1597" 
+d="M1230 1462l-903 -1462h-143l903 1462h143zM308 1462h143v-876h-133v579q0 91 6 181q-22 -22 -49 -44.5t-162 -117.5l-67 96zM1499 1h-604v104l236 230q89 86 130 134.5t57.5 86.5t16.5 92q0 68 -40 102.5t-103 34.5q-52 0 -101 -19t-118 -69l-66 88q131 111 283 111
+q132 0 205.5 -65t73.5 -177q0 -80 -44.5 -155.5t-191.5 -213.5l-174 -165h440v-119z" />
+    <glyph glyph-name="threequarters" unicode="&#xbe;" horiz-adv-x="1597" 
+d="M620 1255q0 -80 -41 -131.5t-109 -74.5q176 -47 176 -209q0 -128 -92 -199.5t-260 -71.5q-152 0 -268 56v123q147 -68 270 -68q211 0 211 162q0 145 -231 145h-117v107h119q103 0 152.5 39.5t49.5 107.5q0 61 -40 95t-107 34q-66 0 -122 -21.5t-112 -56.5l-69 90
+q63 45 133 72t164 27q136 0 214.5 -59.5t78.5 -166.5zM1390 1462l-903 -1462h-143l903 1462h143zM1569 203h-125v-202h-145v202h-402v101l408 579h139v-563h125v-117zM1299 320v195q0 134 6 209q-5 -12 -17 -31.5t-27 -42l-30 -45t-26 -39.5l-168 -246h262z" />
+    <glyph glyph-name="questiondown" unicode="&#xbf;" horiz-adv-x="879" 
+d="M590 684v-51q0 -122 -37.5 -196t-134.5 -158q-121 -106 -151.5 -143.5t-43 -76t-12.5 -94.5q0 -100 66 -156.5t188 -56.5q80 0 155 19t173 67l59 -135q-197 -96 -395 -96q-190 0 -298 93t-108 263q0 70 17.5 122.5t49.5 97t76.5 85.5t98.5 88q101 88 133.5 146t32.5 151
+v31h131zM639 983q0 -135 -121 -135q-59 0 -90 34.5t-31 100.5q0 64 33 99.5t88 35.5q51 0 86 -32t35 -103z" />
+    <glyph glyph-name="Agrave" unicode="&#xc0;" horiz-adv-x="1296" 
+d="M1120 0l-182 465h-586l-180 -465h-172l578 1468h143l575 -1468h-176zM885 618l-170 453q-33 86 -68 211q-22 -96 -63 -211l-172 -453h473zM724 1579h-110q-65 52 -154 148t-129 159v21h203q32 -69 89 -159.5t101 -143.5v-25z" />
+    <glyph glyph-name="Aacute" unicode="&#xc1;" horiz-adv-x="1296" 
+d="M1120 0l-182 465h-586l-180 -465h-172l578 1468h143l575 -1468h-176zM885 618l-170 453q-33 86 -68 211q-22 -96 -63 -211l-172 -453h473zM526 1604q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111v25z" />
+    <glyph glyph-name="Acircumflex" unicode="&#xc2;" horiz-adv-x="1296" 
+d="M1120 0l-182 465h-586l-180 -465h-172l578 1468h143l575 -1468h-176zM885 618l-170 453q-33 86 -68 211q-22 -96 -63 -211l-172 -453h473zM303 1602q127 136 178 200t74 105h166q22 -42 76.5 -108.5t179.5 -196.5v-23h-119q-88 55 -221 186q-136 -134 -219 -186h-115v23z
+" />
+    <glyph glyph-name="Atilde" unicode="&#xc3;" horiz-adv-x="1296" 
+d="M1120 0l-182 465h-586l-180 -465h-172l578 1468h143l575 -1468h-176zM885 618l-170 453q-33 86 -68 211q-22 -96 -63 -211l-172 -453h473zM792 1581q-43 0 -84 18.5t-80.5 41t-76 41t-70.5 18.5q-50 0 -75.5 -30t-39.5 -91h-98q13 121 70.5 189.5t148.5 68.5
+q46 0 89 -18.5t82 -41t75 -41t68 -18.5q49 0 73 29.5t39 91.5h99q-13 -121 -69.5 -189.5t-150.5 -68.5z" />
+    <glyph glyph-name="Adieresis" unicode="&#xc4;" horiz-adv-x="1296" 
+d="M1120 0l-182 465h-586l-180 -465h-172l578 1468h143l575 -1468h-176zM885 618l-170 453q-33 86 -68 211q-22 -96 -63 -211l-172 -453h473zM364 1731q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM745 1731
+q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
+    <glyph glyph-name="Aring" unicode="&#xc5;" horiz-adv-x="1296" 
+d="M1120 0l-182 465h-586l-180 -465h-172l578 1468h143l575 -1468h-176zM885 618l-170 453q-33 86 -68 211q-22 -96 -63 -211l-172 -453h473zM870 1587q0 -98 -61.5 -157.5t-163.5 -59.5q-101 0 -161 58.5t-60 156.5t60.5 155.5t160.5 57.5q101 0 163 -59.5t62 -151.5z
+M762 1585q0 56 -33 86.5t-84 30.5t-84 -30.5t-33 -86.5t30 -86.5t87 -30.5q52 0 84.5 30.5t32.5 86.5z" />
+    <glyph glyph-name="AE" unicode="&#xc6;" horiz-adv-x="1788" 
+d="M1665 0h-750v465h-514l-227 -465h-176l698 1462h969v-151h-580v-471h541v-150h-541v-538h580v-152zM469 618h446v693h-118z" />
+    <glyph glyph-name="Ccedilla" unicode="&#xc7;" horiz-adv-x="1292" 
+d="M827 1331q-241 0 -380.5 -160.5t-139.5 -439.5q0 -287 134.5 -443.5t383.5 -156.5q153 0 349 55v-149q-152 -57 -375 -57q-323 0 -498.5 196t-175.5 557q0 226 84.5 396t244 262t375.5 92q230 0 402 -84l-72 -146q-166 78 -332 78zM950 -289q0 -97 -76.5 -150t-226.5 -53
+q-51 0 -96 9v106q45 -8 104 -8q79 0 119.5 20t40.5 74q0 43 -39.5 69.5t-148.5 43.5l88 178h110l-55 -115q180 -39 180 -174z" />
+    <glyph glyph-name="Egrave" unicode="&#xc8;" 
+d="M1016 0h-815v1462h815v-151h-645v-471h606v-150h-606v-538h645v-152zM713 1579h-110q-65 52 -154 148t-129 159v21h203q32 -69 89 -159.5t101 -143.5v-25z" />
+    <glyph glyph-name="Eacute" unicode="&#xc9;" 
+d="M1016 0h-815v1462h815v-151h-645v-471h606v-150h-606v-538h645v-152zM456 1604q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111v25z" />
+    <glyph glyph-name="Ecircumflex" unicode="&#xca;" 
+d="M1016 0h-815v1462h815v-151h-645v-471h606v-150h-606v-538h645v-152zM263 1602q127 136 178 200t74 105h166q22 -42 76.5 -108.5t179.5 -196.5v-23h-119q-88 55 -221 186q-136 -134 -219 -186h-115v23z" />
+    <glyph glyph-name="Edieresis" unicode="&#xcb;" 
+d="M1016 0h-815v1462h815v-151h-645v-471h606v-150h-606v-538h645v-152zM327 1731q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM708 1731q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5
+t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
+    <glyph glyph-name="Igrave.alt" horiz-adv-x="682" 
+d="M598 0h-514v98l172 35v1194l-172 37v98h514v-98l-172 -37v-1194l172 -35v-98zM453 1579h-110q-65 52 -154 148t-129 159v21h203q32 -69 89 -159.5t101 -143.5v-25z" />
+    <glyph glyph-name="Iacute.alt" horiz-adv-x="682" 
+d="M598 0h-514v98l172 35v1194l-172 37v98h514v-98l-172 -37v-1194l172 -35v-98zM234 1604q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111v25z" />
+    <glyph glyph-name="Icircumflex.alt" horiz-adv-x="682" 
+d="M598 0h-514v98l172 35v1194l-172 37v98h514v-98l-172 -37v-1194l172 -35v-98zM-1 1602q127 136 178 200t74 105h166q22 -42 76.5 -108.5t179.5 -196.5v-23h-119q-88 55 -221 186q-136 -134 -219 -186h-115v23z" />
+    <glyph glyph-name="Idieresis.alt" horiz-adv-x="682" 
+d="M598 0h-514v98l172 35v1194l-172 37v98h514v-98l-172 -37v-1194l172 -35v-98zM60 1731q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM441 1731q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5
+t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
+    <glyph glyph-name="Eth" unicode="&#xd0;" horiz-adv-x="1479" 
+d="M1352 745q0 -362 -196.5 -553.5t-565.5 -191.5h-389v649h-154v150h154v663h434q337 0 527 -187.5t190 -529.5zM1171 739q0 576 -569 576h-231v-516h379v-150h-379v-502h190q610 0 610 592z" />
+    <glyph glyph-name="Ntilde" unicode="&#xd1;" horiz-adv-x="1544" 
+d="M1343 0h-194l-799 1227h-8q16 -216 16 -396v-831h-157v1462h192l797 -1222h8q-2 27 -9 173.5t-5 209.5v839h159v-1462zM935 1581q-43 0 -84 18.5t-80.5 41t-76 41t-70.5 18.5q-50 0 -75.5 -30t-39.5 -91h-98q13 121 70.5 189.5t148.5 68.5q46 0 89 -18.5t82 -41t75 -41
+t68 -18.5q49 0 73 29.5t39 91.5h99q-13 -121 -69.5 -189.5t-150.5 -68.5z" />
+    <glyph glyph-name="Ograve" unicode="&#xd2;" horiz-adv-x="1595" 
+d="M1470 733q0 -351 -177.5 -552t-493.5 -201q-323 0 -498.5 197.5t-175.5 557.5q0 357 176 553.5t500 196.5q315 0 492 -200t177 -552zM305 733q0 -297 126.5 -450.5t367.5 -153.5q243 0 367 153t124 451q0 295 -123.5 447.5t-365.5 152.5q-243 0 -369.5 -153.5
+t-126.5 -446.5zM907 1579h-110q-65 52 -154 148t-129 159v21h203q32 -69 89 -159.5t101 -143.5v-25z" />
+    <glyph glyph-name="Oacute" unicode="&#xd3;" horiz-adv-x="1595" 
+d="M1470 733q0 -351 -177.5 -552t-493.5 -201q-323 0 -498.5 197.5t-175.5 557.5q0 357 176 553.5t500 196.5q315 0 492 -200t177 -552zM305 733q0 -297 126.5 -450.5t367.5 -153.5q243 0 367 153t124 451q0 295 -123.5 447.5t-365.5 152.5q-243 0 -369.5 -153.5
+t-126.5 -446.5zM659 1604q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111v25z" />
+    <glyph glyph-name="Ocircumflex" unicode="&#xd4;" horiz-adv-x="1595" 
+d="M1470 733q0 -351 -177.5 -552t-493.5 -201q-323 0 -498.5 197.5t-175.5 557.5q0 357 176 553.5t500 196.5q315 0 492 -200t177 -552zM305 733q0 -297 126.5 -450.5t367.5 -153.5q243 0 367 153t124 451q0 295 -123.5 447.5t-365.5 152.5q-243 0 -369.5 -153.5
+t-126.5 -446.5zM448 1602q127 136 178 200t74 105h166q22 -42 76.5 -108.5t179.5 -196.5v-23h-119q-88 55 -221 186q-136 -134 -219 -186h-115v23z" />
+    <glyph glyph-name="Otilde" unicode="&#xd5;" horiz-adv-x="1595" 
+d="M1470 733q0 -351 -177.5 -552t-493.5 -201q-323 0 -498.5 197.5t-175.5 557.5q0 357 176 553.5t500 196.5q315 0 492 -200t177 -552zM305 733q0 -297 126.5 -450.5t367.5 -153.5q243 0 367 153t124 451q0 295 -123.5 447.5t-365.5 152.5q-243 0 -369.5 -153.5
+t-126.5 -446.5zM942 1581q-43 0 -84 18.5t-80.5 41t-76 41t-70.5 18.5q-50 0 -75.5 -30t-39.5 -91h-98q13 121 70.5 189.5t148.5 68.5q46 0 89 -18.5t82 -41t75 -41t68 -18.5q49 0 73 29.5t39 91.5h99q-13 -121 -69.5 -189.5t-150.5 -68.5z" />
+    <glyph glyph-name="Odieresis" unicode="&#xd6;" horiz-adv-x="1595" 
+d="M1470 733q0 -351 -177.5 -552t-493.5 -201q-323 0 -498.5 197.5t-175.5 557.5q0 357 176 553.5t500 196.5q315 0 492 -200t177 -552zM305 733q0 -297 126.5 -450.5t367.5 -153.5q243 0 367 153t124 451q0 295 -123.5 447.5t-365.5 152.5q-243 0 -369.5 -153.5
+t-126.5 -446.5zM522 1731q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM903 1731q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
+    <glyph glyph-name="multiply" unicode="&#xd7;" horiz-adv-x="1171" 
+d="M940 1176l96 -99l-352 -354l350 -352l-96 -99l-354 351l-348 -351l-101 99l350 352l-352 352l100 101l353 -355z" />
+    <glyph glyph-name="Oslash" unicode="&#xd8;" horiz-adv-x="1595" 
+d="M1470 733q0 -351 -177.5 -552t-493.5 -201q-235 0 -383 100l-101 -141l-120 79l108 154q-178 198 -178 563q0 357 176 553.5t500 196.5q209 0 366 -94l97 135l120 -80l-106 -148q192 -202 192 -565zM1290 733q0 272 -110 426l-672 -948q115 -82 291 -82q243 0 367 153
+t124 451zM305 733q0 -262 101 -416l669 943q-106 73 -274 73q-243 0 -369.5 -153.5t-126.5 -446.5z" />
+    <glyph glyph-name="Ugrave" unicode="&#xd9;" horiz-adv-x="1491" 
+d="M1305 1462v-946q0 -250 -151 -393t-415 -143t-408.5 144t-144.5 396v942h170v-954q0 -183 100 -281t294 -98q185 0 285 98.5t100 282.5v952h170zM856 1579h-110q-65 52 -154 148t-129 159v21h203q32 -69 89 -159.5t101 -143.5v-25z" />
+    <glyph glyph-name="Uacute" unicode="&#xda;" horiz-adv-x="1491" 
+d="M1305 1462v-946q0 -250 -151 -393t-415 -143t-408.5 144t-144.5 396v942h170v-954q0 -183 100 -281t294 -98q185 0 285 98.5t100 282.5v952h170zM600 1604q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111v25z" />
+    <glyph glyph-name="Ucircumflex" unicode="&#xdb;" horiz-adv-x="1491" 
+d="M1305 1462v-946q0 -250 -151 -393t-415 -143t-408.5 144t-144.5 396v942h170v-954q0 -183 100 -281t294 -98q185 0 285 98.5t100 282.5v952h170zM393 1602q127 136 178 200t74 105h166q22 -42 76.5 -108.5t179.5 -196.5v-23h-119q-88 55 -221 186q-136 -134 -219 -186
+h-115v23z" />
+    <glyph glyph-name="Udieresis" unicode="&#xdc;" horiz-adv-x="1491" 
+d="M1305 1462v-946q0 -250 -151 -393t-415 -143t-408.5 144t-144.5 396v942h170v-954q0 -183 100 -281t294 -98q185 0 285 98.5t100 282.5v952h170zM461 1731q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5z
+M842 1731q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
+    <glyph glyph-name="Yacute" unicode="&#xdd;" horiz-adv-x="1147" 
+d="M573 731l390 731h184l-488 -895v-567h-172v559l-487 903h186zM442 1604q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111v25z" />
+    <glyph glyph-name="Thorn" unicode="&#xde;" horiz-adv-x="1251" 
+d="M1145 784q0 -227 -151.5 -346t-438.5 -119h-184v-319h-170v1462h170v-256h215q281 0 420 -103.5t139 -318.5zM371 465h168q226 0 327 71.5t101 235.5q0 149 -95 218t-297 69h-204v-594z" />
+    <glyph glyph-name="germandbls" unicode="&#xdf;" horiz-adv-x="1274" 
+d="M1049 1266q0 -135 -143 -250q-88 -70 -116 -103.5t-28 -66.5q0 -32 13.5 -53t49 -49.5t113.5 -79.5q140 -95 191 -173.5t51 -179.5q0 -160 -97 -245.5t-276 -85.5q-188 0 -295 69v154q63 -39 141 -62.5t150 -23.5q215 0 215 182q0 75 -41.5 128.5t-151.5 123.5
+q-127 82 -175 143.5t-48 145.5q0 63 34.5 116t105.5 106q75 57 107 102t32 98q0 80 -68 122.5t-195 42.5q-276 0 -276 -223v-1204h-166v1202q0 178 110 271.5t332 93.5q206 0 318.5 -78.5t112.5 -222.5z" />
+    <glyph glyph-name="agrave" unicode="&#xe0;" 
+d="M850 0l-33 156h-8q-82 -103 -163.5 -139.5t-203.5 -36.5q-163 0 -255.5 84t-92.5 239q0 332 531 348l186 6v68q0 129 -55.5 190.5t-177.5 61.5q-137 0 -310 -84l-51 127q81 44 177.5 69t193.5 25q196 0 290.5 -87t94.5 -279v-748h-123zM475 117q155 0 243.5 85t88.5 238
+v99l-166 -7q-198 -7 -285.5 -61.5t-87.5 -169.5q0 -90 54.5 -137t152.5 -47zM672 1241h-110q-65 52 -154 148t-129 159v21h203q32 -69 89 -159.5t101 -143.5v-25z" />
+    <glyph glyph-name="aacute" unicode="&#xe1;" 
+d="M850 0l-33 156h-8q-82 -103 -163.5 -139.5t-203.5 -36.5q-163 0 -255.5 84t-92.5 239q0 332 531 348l186 6v68q0 129 -55.5 190.5t-177.5 61.5q-137 0 -310 -84l-51 127q81 44 177.5 69t193.5 25q196 0 290.5 -87t94.5 -279v-748h-123zM475 117q155 0 243.5 85t88.5 238
+v99l-166 -7q-198 -7 -285.5 -61.5t-87.5 -169.5q0 -90 54.5 -137t152.5 -47zM436 1266q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111v25z" />
+    <glyph glyph-name="acircumflex" unicode="&#xe2;" 
+d="M850 0l-33 156h-8q-82 -103 -163.5 -139.5t-203.5 -36.5q-163 0 -255.5 84t-92.5 239q0 332 531 348l186 6v68q0 129 -55.5 190.5t-177.5 61.5q-137 0 -310 -84l-51 127q81 44 177.5 69t193.5 25q196 0 290.5 -87t94.5 -279v-748h-123zM475 117q155 0 243.5 85t88.5 238
+v99l-166 -7q-198 -7 -285.5 -61.5t-87.5 -169.5q0 -90 54.5 -137t152.5 -47zM228 1264q127 136 178 200t74 105h166q22 -42 76.5 -108.5t179.5 -196.5v-23h-119q-88 55 -221 186q-136 -134 -219 -186h-115v23z" />
+    <glyph glyph-name="atilde" unicode="&#xe3;" 
+d="M850 0l-33 156h-8q-82 -103 -163.5 -139.5t-203.5 -36.5q-163 0 -255.5 84t-92.5 239q0 332 531 348l186 6v68q0 129 -55.5 190.5t-177.5 61.5q-137 0 -310 -84l-51 127q81 44 177.5 69t193.5 25q196 0 290.5 -87t94.5 -279v-748h-123zM475 117q155 0 243.5 85t88.5 238
+v99l-166 -7q-198 -7 -285.5 -61.5t-87.5 -169.5q0 -90 54.5 -137t152.5 -47zM721 1243q-43 0 -84 18.5t-80.5 41t-76 41t-70.5 18.5q-50 0 -75.5 -30t-39.5 -91h-98q13 121 70.5 189.5t148.5 68.5q46 0 89 -18.5t82 -41t75 -41t68 -18.5q49 0 73 29.5t39 91.5h99
+q-13 -121 -69.5 -189.5t-150.5 -68.5z" />
+    <glyph glyph-name="adieresis" unicode="&#xe4;" 
+d="M850 0l-33 156h-8q-82 -103 -163.5 -139.5t-203.5 -36.5q-163 0 -255.5 84t-92.5 239q0 332 531 348l186 6v68q0 129 -55.5 190.5t-177.5 61.5q-137 0 -310 -84l-51 127q81 44 177.5 69t193.5 25q196 0 290.5 -87t94.5 -279v-748h-123zM475 117q155 0 243.5 85t88.5 238
+v99l-166 -7q-198 -7 -285.5 -61.5t-87.5 -169.5q0 -90 54.5 -137t152.5 -47zM279 1393q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM660 1393q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5
+t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
+    <glyph glyph-name="aring" unicode="&#xe5;" 
+d="M850 0l-33 156h-8q-82 -103 -163.5 -139.5t-203.5 -36.5q-163 0 -255.5 84t-92.5 239q0 332 531 348l186 6v68q0 129 -55.5 190.5t-177.5 61.5q-137 0 -310 -84l-51 127q81 44 177.5 69t193.5 25q196 0 290.5 -87t94.5 -279v-748h-123zM475 117q155 0 243.5 85t88.5 238
+v99l-166 -7q-198 -7 -285.5 -61.5t-87.5 -169.5q0 -90 54.5 -137t152.5 -47zM804 1458q0 -98 -61.5 -157.5t-163.5 -59.5q-101 0 -161 58.5t-60 156.5t60.5 155.5t160.5 57.5q101 0 163 -59.5t62 -151.5zM696 1456q0 56 -33 86.5t-84 30.5t-84 -30.5t-33 -86.5t30 -86.5
+t87 -30.5q52 0 84.5 30.5t32.5 86.5z" />
+    <glyph glyph-name="ae" unicode="&#xe6;" horiz-adv-x="1757" 
+d="M94 303q0 161 124 250.5t378 97.5l184 6v68q0 129 -58 190.5t-177 61.5q-144 0 -307 -84l-52 127q74 41 173.5 67.5t197.5 26.5q130 0 212.5 -43.5t123.5 -138.5q53 88 138.5 136t195.5 48q192 0 308 -133.5t116 -355.5v-107h-701q8 -395 322 -395q91 0 169.5 17.5
+t162.5 56.5v-148q-86 -38 -160.5 -54.5t-175.5 -16.5q-289 0 -414 233q-81 -127 -179.5 -180t-232.5 -53q-163 0 -255.5 85t-92.5 238zM268 301q0 -95 53.5 -139.5t141.5 -44.5q145 0 229 84.5t84 238.5v99l-158 -7q-186 -8 -268 -62.5t-82 -168.5zM1225 977
+q-121 0 -190.5 -83t-80.5 -241h519q0 156 -64 240t-184 84z" />
+    <glyph glyph-name="ccedilla" unicode="&#xe7;" horiz-adv-x="975" 
+d="M614 -20q-238 0 -368.5 146.5t-130.5 414.5q0 275 132.5 425t377.5 150q79 0 158 -17t124 -40l-51 -141q-55 22 -120 36.5t-115 14.5q-334 0 -334 -426q0 -202 81.5 -310t241.5 -108q137 0 281 59v-147q-110 -57 -277 -57zM762 -289q0 -97 -76.5 -150t-226.5 -53
+q-51 0 -96 9v106q45 -8 104 -8q79 0 119.5 20t40.5 74q0 43 -39.5 69.5t-148.5 43.5l88 178h110l-55 -115q180 -39 180 -174z" />
+    <glyph glyph-name="egrave" unicode="&#xe8;" horiz-adv-x="1149" 
+d="M639 -20q-243 0 -383.5 148t-140.5 411q0 265 130.5 421t350.5 156q206 0 326 -135.5t120 -357.5v-105h-755q5 -193 97.5 -293t260.5 -100q177 0 350 74v-148q-88 -38 -166.5 -54.5t-189.5 -16.5zM594 977q-132 0 -210.5 -86t-92.5 -238h573q0 157 -70 240.5t-200 83.5z
+M711 1241h-110q-65 52 -154 148t-129 159v21h203q32 -69 89 -159.5t101 -143.5v-25z" />
+    <glyph glyph-name="eacute" unicode="&#xe9;" horiz-adv-x="1149" 
+d="M639 -20q-243 0 -383.5 148t-140.5 411q0 265 130.5 421t350.5 156q206 0 326 -135.5t120 -357.5v-105h-755q5 -193 97.5 -293t260.5 -100q177 0 350 74v-148q-88 -38 -166.5 -54.5t-189.5 -16.5zM594 977q-132 0 -210.5 -86t-92.5 -238h573q0 157 -70 240.5t-200 83.5z
+M471 1266q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111v25z" />
+    <glyph glyph-name="ecircumflex" unicode="&#xea;" horiz-adv-x="1149" 
+d="M639 -20q-243 0 -383.5 148t-140.5 411q0 265 130.5 421t350.5 156q206 0 326 -135.5t120 -357.5v-105h-755q5 -193 97.5 -293t260.5 -100q177 0 350 74v-148q-88 -38 -166.5 -54.5t-189.5 -16.5zM594 977q-132 0 -210.5 -86t-92.5 -238h573q0 157 -70 240.5t-200 83.5z
+M259 1264q127 136 178 200t74 105h166q22 -42 76.5 -108.5t179.5 -196.5v-23h-119q-88 55 -221 186q-136 -134 -219 -186h-115v23z" />
+    <glyph glyph-name="edieresis" unicode="&#xeb;" horiz-adv-x="1149" 
+d="M639 -20q-243 0 -383.5 148t-140.5 411q0 265 130.5 421t350.5 156q206 0 326 -135.5t120 -357.5v-105h-755q5 -193 97.5 -293t260.5 -100q177 0 350 74v-148q-88 -38 -166.5 -54.5t-189.5 -16.5zM594 977q-132 0 -210.5 -86t-92.5 -238h573q0 157 -70 240.5t-200 83.5z
+M319 1393q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM700 1393q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
+    <glyph glyph-name="igrave" unicode="&#xec;" horiz-adv-x="518" 
+d="M342 0h-166v1096h166v-1096zM355 1241h-110q-65 52 -154 148t-129 159v21h203q32 -69 89 -159.5t101 -143.5v-25z" />
+    <glyph glyph-name="iacute" unicode="&#xed;" horiz-adv-x="518" 
+d="M342 0h-166v1096h166v-1096zM169 1266q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111v25z" />
+    <glyph glyph-name="icircumflex" unicode="&#xee;" horiz-adv-x="518" 
+d="M342 0h-166v1096h166v-1096zM-77 1264q127 136 178 200t74 105h166q22 -42 76.5 -108.5t179.5 -196.5v-23h-119q-88 55 -221 186q-136 -134 -219 -186h-115v23z" />
+    <glyph glyph-name="idieresis" unicode="&#xef;" horiz-adv-x="518" 
+d="M342 0h-166v1096h166v-1096zM-20 1393q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM361 1393q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
+    <glyph glyph-name="eth" unicode="&#xf0;" horiz-adv-x="1221" 
+d="M1122 563q0 -281 -130.5 -432t-377.5 -151q-222 0 -361.5 134.5t-139.5 360.5q0 230 131.5 361t351.5 131q226 0 326 -121l8 4q-57 214 -262 405l-271 -155l-73 108l233 133q-92 62 -186 111l69 117q156 -73 258 -148l238 138l76 -107l-207 -119q152 -143 234.5 -342
+t82.5 -428zM954 512q0 147 -90 232t-246 85q-337 0 -337 -360q0 -167 87.5 -258.5t249.5 -91.5q175 0 255.5 100.5t80.5 292.5z" />
+    <glyph glyph-name="ntilde" unicode="&#xf1;" horiz-adv-x="1257" 
+d="M926 0v709q0 134 -61 200t-191 66q-172 0 -252 -93t-80 -307v-575h-166v1096h135l27 -150h8q51 81 143 125.5t205 44.5q198 0 298 -95.5t100 -305.5v-715h-166zM802 1243q-43 0 -84 18.5t-80.5 41t-76 41t-70.5 18.5q-50 0 -75.5 -30t-39.5 -91h-98q13 121 70.5 189.5
+t148.5 68.5q46 0 89 -18.5t82 -41t75 -41t68 -18.5q49 0 73 29.5t39 91.5h99q-13 -121 -69.5 -189.5t-150.5 -68.5z" />
+    <glyph glyph-name="ograve" unicode="&#xf2;" horiz-adv-x="1237" 
+d="M1122 549q0 -268 -135 -418.5t-373 -150.5q-147 0 -261 69t-176 198t-62 302q0 268 134 417.5t372 149.5q230 0 365.5 -153t135.5 -414zM287 549q0 -210 84 -320t247 -110t247.5 109.5t84.5 320.5q0 209 -84.5 317.5t-249.5 108.5q-163 0 -246 -107t-83 -319zM742 1241
+h-110q-65 52 -154 148t-129 159v21h203q32 -69 89 -159.5t101 -143.5v-25z" />
+    <glyph glyph-name="oacute" unicode="&#xf3;" horiz-adv-x="1237" 
+d="M1122 549q0 -268 -135 -418.5t-373 -150.5q-147 0 -261 69t-176 198t-62 302q0 268 134 417.5t372 149.5q230 0 365.5 -153t135.5 -414zM287 549q0 -210 84 -320t247 -110t247.5 109.5t84.5 320.5q0 209 -84.5 317.5t-249.5 108.5q-163 0 -246 -107t-83 -319zM479 1266
+q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111v25z" />
+    <glyph glyph-name="ocircumflex" unicode="&#xf4;" horiz-adv-x="1237" 
+d="M1122 549q0 -268 -135 -418.5t-373 -150.5q-147 0 -261 69t-176 198t-62 302q0 268 134 417.5t372 149.5q230 0 365.5 -153t135.5 -414zM287 549q0 -210 84 -320t247 -110t247.5 109.5t84.5 320.5q0 209 -84.5 317.5t-249.5 108.5q-163 0 -246 -107t-83 -319zM282 1264
+q127 136 178 200t74 105h166q22 -42 76.5 -108.5t179.5 -196.5v-23h-119q-88 55 -221 186q-136 -134 -219 -186h-115v23z" />
+    <glyph glyph-name="otilde" unicode="&#xf5;" horiz-adv-x="1237" 
+d="M1122 549q0 -268 -135 -418.5t-373 -150.5q-147 0 -261 69t-176 198t-62 302q0 268 134 417.5t372 149.5q230 0 365.5 -153t135.5 -414zM287 549q0 -210 84 -320t247 -110t247.5 109.5t84.5 320.5q0 209 -84.5 317.5t-249.5 108.5q-163 0 -246 -107t-83 -319zM773 1243
+q-43 0 -84 18.5t-80.5 41t-76 41t-70.5 18.5q-50 0 -75.5 -30t-39.5 -91h-98q13 121 70.5 189.5t148.5 68.5q46 0 89 -18.5t82 -41t75 -41t68 -18.5q49 0 73 29.5t39 91.5h99q-13 -121 -69.5 -189.5t-150.5 -68.5z" />
+    <glyph glyph-name="odieresis" unicode="&#xf6;" horiz-adv-x="1237" 
+d="M1122 549q0 -268 -135 -418.5t-373 -150.5q-147 0 -261 69t-176 198t-62 302q0 268 134 417.5t372 149.5q230 0 365.5 -153t135.5 -414zM287 549q0 -210 84 -320t247 -110t247.5 109.5t84.5 320.5q0 209 -84.5 317.5t-249.5 108.5q-163 0 -246 -107t-83 -319zM336 1393
+q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM717 1393q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
+    <glyph glyph-name="divide" unicode="&#xf7;" horiz-adv-x="1171" 
+d="M104 653v138h961v-138h-961zM471 373q0 60 29.5 90.5t83.5 30.5q52 0 81 -31.5t29 -89.5q0 -57 -29.5 -89t-80.5 -32q-52 0 -82.5 31.5t-30.5 89.5zM471 1071q0 60 29.5 90.5t83.5 30.5q52 0 81 -31.5t29 -89.5q0 -57 -29.5 -89t-80.5 -32q-52 0 -82.5 31.5t-30.5 89.5z
+" />
+    <glyph glyph-name="oslash" unicode="&#xf8;" horiz-adv-x="1237" 
+d="M1122 549q0 -268 -135 -418.5t-373 -150.5q-154 0 -266 69l-84 -117l-114 78l94 131q-129 152 -129 408q0 268 134 417.5t372 149.5q154 0 270 -76l84 119l117 -76l-97 -133q127 -152 127 -401zM287 549q0 -171 53 -273l465 646q-75 53 -189 53q-163 0 -246 -107
+t-83 -319zM950 549q0 164 -51 264l-465 -643q71 -51 184 -51q163 0 247.5 109.5t84.5 320.5z" />
+    <glyph glyph-name="ugrave" unicode="&#xf9;" horiz-adv-x="1257" 
+d="M332 1096v-711q0 -134 61 -200t191 -66q172 0 251.5 94t79.5 307v576h166v-1096h-137l-24 147h-9q-51 -81 -141.5 -124t-206.5 -43q-200 0 -299.5 95t-99.5 304v717h168zM726 1241h-110q-65 52 -154 148t-129 159v21h203q32 -69 89 -159.5t101 -143.5v-25z" />
+    <glyph glyph-name="uacute" unicode="&#xfa;" horiz-adv-x="1257" 
+d="M332 1096v-711q0 -134 61 -200t191 -66q172 0 251.5 94t79.5 307v576h166v-1096h-137l-24 147h-9q-51 -81 -141.5 -124t-206.5 -43q-200 0 -299.5 95t-99.5 304v717h168zM506 1266q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111v25z" />
+    <glyph glyph-name="ucircumflex" unicode="&#xfb;" horiz-adv-x="1257" 
+d="M332 1096v-711q0 -134 61 -200t191 -66q172 0 251.5 94t79.5 307v576h166v-1096h-137l-24 147h-9q-51 -81 -141.5 -124t-206.5 -43q-200 0 -299.5 95t-99.5 304v717h168zM286 1264q127 136 178 200t74 105h166q22 -42 76.5 -108.5t179.5 -196.5v-23h-119q-88 55 -221 186
+q-136 -134 -219 -186h-115v23z" />
+    <glyph glyph-name="udieresis" unicode="&#xfc;" horiz-adv-x="1257" 
+d="M332 1096v-711q0 -134 61 -200t191 -66q172 0 251.5 94t79.5 307v576h166v-1096h-137l-24 147h-9q-51 -81 -141.5 -124t-206.5 -43q-200 0 -299.5 95t-99.5 304v717h168zM342 1393q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5
+q-37 0 -63.5 24.5t-26.5 74.5zM723 1393q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
+    <glyph glyph-name="yacute" unicode="&#xfd;" horiz-adv-x="1032" 
+d="M2 1096h178l240 -625q79 -214 98 -309h8q13 51 54.5 174.5t271.5 759.5h178l-471 -1248q-70 -185 -163.5 -262.5t-229.5 -77.5q-76 0 -150 17v133q55 -12 123 -12q171 0 244 192l61 156zM411 1266q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111v25
+z" />
+    <glyph glyph-name="thorn" unicode="&#xfe;" horiz-adv-x="1255" 
+d="M344 948q66 89 151 128.5t191 39.5q215 0 335 -150t120 -417q0 -268 -120.5 -418.5t-334.5 -150.5q-222 0 -344 161h-12l4 -34q8 -77 8 -140v-459h-166v2048h166v-466q0 -52 -6 -142h8zM664 975q-168 0 -244 -92t-78 -293v-41q0 -231 77 -330.5t247 -99.5q303 0 303 432
+q0 215 -74 319.5t-231 104.5z" />
+    <glyph glyph-name="ydieresis" unicode="&#xff;" horiz-adv-x="1032" 
+d="M2 1096h178l240 -625q79 -214 98 -309h8q13 51 54.5 174.5t271.5 759.5h178l-471 -1248q-70 -185 -163.5 -262.5t-229.5 -77.5q-76 0 -150 17v133q55 -12 123 -12q171 0 244 192l61 156zM234 1393q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5
+t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM615 1393q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
+    <glyph glyph-name="Amacron" unicode="&#x100;" horiz-adv-x="1296" 
+d="M1120 0l-182 465h-586l-180 -465h-172l578 1468h143l575 -1468h-176zM885 618l-170 453q-33 86 -68 211q-22 -96 -63 -211l-172 -453h473zM364 1716h600v-137h-600v137z" />
+    <glyph glyph-name="amacron" unicode="&#x101;" 
+d="M850 0l-33 156h-8q-82 -103 -163.5 -139.5t-203.5 -36.5q-163 0 -255.5 84t-92.5 239q0 332 531 348l186 6v68q0 129 -55.5 190.5t-177.5 61.5q-137 0 -310 -84l-51 127q81 44 177.5 69t193.5 25q196 0 290.5 -87t94.5 -279v-748h-123zM475 117q155 0 243.5 85t88.5 238
+v99l-166 -7q-198 -7 -285.5 -61.5t-87.5 -169.5q0 -90 54.5 -137t152.5 -47zM290 1378h600v-137h-600v137z" />
+    <glyph glyph-name="Abreve" unicode="&#x102;" horiz-adv-x="1296" 
+d="M1120 0l-182 465h-586l-180 -465h-172l578 1468h143l575 -1468h-176zM885 618l-170 453q-33 86 -68 211q-22 -96 -63 -211l-172 -453h473zM641 1579q-140 0 -218 68.5t-87 199.5h104q6 -49 26.5 -77t57 -41t121.5 -13q101 0 149 32t58 99h104q-10 -126 -93.5 -197
+t-221.5 -71z" />
+    <glyph glyph-name="abreve" unicode="&#x103;" 
+d="M850 0l-33 156h-8q-82 -103 -163.5 -139.5t-203.5 -36.5q-163 0 -255.5 84t-92.5 239q0 332 531 348l186 6v68q0 129 -55.5 190.5t-177.5 61.5q-137 0 -310 -84l-51 127q81 44 177.5 69t193.5 25q196 0 290.5 -87t94.5 -279v-748h-123zM475 117q155 0 243.5 85t88.5 238
+v99l-166 -7q-198 -7 -285.5 -61.5t-87.5 -169.5q0 -90 54.5 -137t152.5 -47zM570 1241q-140 0 -218 68.5t-87 199.5h104q6 -49 26.5 -77t57 -41t121.5 -13q101 0 149 32t58 99h104q-10 -126 -93.5 -197t-221.5 -71z" />
+    <glyph glyph-name="Aogonek" unicode="&#x104;" horiz-adv-x="1296" 
+d="M1120 0l-182 465h-586l-180 -465h-172l578 1468h143l575 -1468h-176zM885 618l-170 453q-33 86 -68 211q-22 -96 -63 -211l-172 -453h473zM1106 -238q0 -94 94 -94q42 0 97 13v-109q-65 -18 -125 -18q-207 0 -207 188q0 70 43 137.5t115 120.5h120q-68 -66 -102.5 -120.5
+t-34.5 -117.5z" />
+    <glyph glyph-name="aogonek" unicode="&#x105;" 
+d="M850 0l-33 156h-8q-82 -103 -163.5 -139.5t-203.5 -36.5q-163 0 -255.5 84t-92.5 239q0 332 531 348l186 6v68q0 129 -55.5 190.5t-177.5 61.5q-137 0 -310 -84l-51 127q81 44 177.5 69t193.5 25q196 0 290.5 -87t94.5 -279v-748h-123zM475 117q155 0 243.5 85t88.5 238
+v99l-166 -7q-198 -7 -285.5 -61.5t-87.5 -169.5q0 -90 54.5 -137t152.5 -47zM833 -238q0 -94 94 -94q42 0 97 13v-109q-65 -18 -125 -18q-207 0 -207 188q0 70 43 137.5t115 120.5h120q-68 -66 -102.5 -120.5t-34.5 -117.5z" />
+    <glyph glyph-name="Cacute" unicode="&#x106;" horiz-adv-x="1292" 
+d="M827 1331q-241 0 -380.5 -160.5t-139.5 -439.5q0 -287 134.5 -443.5t383.5 -156.5q153 0 349 55v-149q-152 -57 -375 -57q-323 0 -498.5 196t-175.5 557q0 226 84.5 396t244 262t375.5 92q230 0 402 -84l-72 -146q-166 78 -332 78zM657 1604q48 62 103.5 150t87.5 153
+h202v-21q-44 -65 -131 -160t-151 -147h-111v25z" />
+    <glyph glyph-name="cacute" unicode="&#x107;" horiz-adv-x="975" 
+d="M614 -20q-238 0 -368.5 146.5t-130.5 414.5q0 275 132.5 425t377.5 150q79 0 158 -17t124 -40l-51 -141q-55 22 -120 36.5t-115 14.5q-334 0 -334 -426q0 -202 81.5 -310t241.5 -108q137 0 281 59v-147q-110 -57 -277 -57zM461 1266q48 62 103.5 150t87.5 153h202v-21
+q-44 -65 -131 -160t-151 -147h-111v25z" />
+    <glyph glyph-name="Ccircumflex" unicode="&#x108;" horiz-adv-x="1292" 
+d="M827 1331q-241 0 -380.5 -160.5t-139.5 -439.5q0 -287 134.5 -443.5t383.5 -156.5q153 0 349 55v-149q-152 -57 -375 -57q-323 0 -498.5 196t-175.5 557q0 226 84.5 396t244 262t375.5 92q230 0 402 -84l-72 -146q-166 78 -332 78zM440 1602q127 136 178 200t74 105h166
+q22 -42 76.5 -108.5t179.5 -196.5v-23h-119q-88 55 -221 186q-136 -134 -219 -186h-115v23z" />
+    <glyph glyph-name="ccircumflex" unicode="&#x109;" horiz-adv-x="975" 
+d="M614 -20q-238 0 -368.5 146.5t-130.5 414.5q0 275 132.5 425t377.5 150q79 0 158 -17t124 -40l-51 -141q-55 22 -120 36.5t-115 14.5q-334 0 -334 -426q0 -202 81.5 -310t241.5 -108q137 0 281 59v-147q-110 -57 -277 -57zM224 1264q127 136 178 200t74 105h166
+q22 -42 76.5 -108.5t179.5 -196.5v-23h-119q-88 55 -221 186q-136 -134 -219 -186h-115v23z" />
+    <glyph glyph-name="Cdot" unicode="&#x10a;" horiz-adv-x="1292" 
+d="M827 1331q-241 0 -380.5 -160.5t-139.5 -439.5q0 -287 134.5 -443.5t383.5 -156.5q153 0 349 55v-149q-152 -57 -375 -57q-323 0 -498.5 196t-175.5 557q0 226 84.5 396t244 262t375.5 92q230 0 402 -84l-72 -146q-166 78 -332 78zM701 1731q0 57 28 83.5t70 26.5
+q40 0 69 -27t29 -83t-29 -83.5t-69 -27.5q-42 0 -70 27.5t-28 83.5z" />
+    <glyph glyph-name="cdot" unicode="&#x10b;" horiz-adv-x="975" 
+d="M614 -20q-238 0 -368.5 146.5t-130.5 414.5q0 275 132.5 425t377.5 150q79 0 158 -17t124 -40l-51 -141q-55 22 -120 36.5t-115 14.5q-334 0 -334 -426q0 -202 81.5 -310t241.5 -108q137 0 281 59v-147q-110 -57 -277 -57zM498 1393q0 57 28 83.5t70 26.5q40 0 69 -27
+t29 -83t-29 -83.5t-69 -27.5q-42 0 -70 27.5t-28 83.5z" />
+    <glyph glyph-name="Ccaron" unicode="&#x10c;" horiz-adv-x="1292" 
+d="M827 1331q-241 0 -380.5 -160.5t-139.5 -439.5q0 -287 134.5 -443.5t383.5 -156.5q153 0 349 55v-149q-152 -57 -375 -57q-323 0 -498.5 196t-175.5 557q0 226 84.5 396t244 262t375.5 92q230 0 402 -84l-72 -146q-166 78 -332 78zM461 1907h115q114 -74 219 -189
+q130 130 221 189h119v-25l-66 -68q-144 -148 -190 -235h-166q-23 41 -74 104t-178 199v25z" />
+    <glyph glyph-name="ccaron" unicode="&#x10d;" horiz-adv-x="975" 
+d="M614 -20q-238 0 -368.5 146.5t-130.5 414.5q0 275 132.5 425t377.5 150q79 0 158 -17t124 -40l-51 -141q-55 22 -120 36.5t-115 14.5q-334 0 -334 -426q0 -202 81.5 -310t241.5 -108q137 0 281 59v-147q-110 -57 -277 -57zM255 1569h115q114 -74 219 -189
+q130 130 221 189h119v-25l-66 -68q-144 -148 -190 -235h-166q-23 41 -74 104t-178 199v25z" />
+    <glyph glyph-name="Dcaron" unicode="&#x10e;" horiz-adv-x="1493" 
+d="M1368 745q0 -362 -196.5 -553.5t-565.5 -191.5h-405v1462h448q341 0 530 -189t189 -528zM1188 739q0 286 -143.5 431t-426.5 145h-247v-1168h207q304 0 457 149.5t153 442.5zM356 1907h115q114 -74 219 -189q130 130 221 189h119v-25l-66 -68q-144 -148 -190 -235h-166
+q-23 41 -74 104t-178 199v25z" />
+    <glyph glyph-name="dcaron" unicode="&#x10f;" horiz-adv-x="1255" 
+d="M922 147h-9q-115 -167 -344 -167q-215 0 -334.5 147t-119.5 418t120 421t334 150q223 0 342 -162h13l-7 79l-4 77v446h166v-1556h-135zM590 119q170 0 246.5 92.5t76.5 298.5v35q0 233 -77.5 332.5t-247.5 99.5q-146 0 -223.5 -113.5t-77.5 -320.5q0 -210 77 -317
+t226 -107zM1173 1253q19 55 38.5 138.5t29.5 164.5h168v-18q-11 -51 -55 -145t-91 -164h-90v24z" />
+    <glyph glyph-name="Dcroat" unicode="&#x110;" horiz-adv-x="1479" 
+d="M1352 745q0 -362 -196.5 -553.5t-565.5 -191.5h-389v649h-154v150h154v663h434q337 0 527 -187.5t190 -529.5zM1171 739q0 576 -569 576h-231v-516h379v-150h-379v-502h190q610 0 610 592z" />
+    <glyph glyph-name="dcroat" unicode="&#x111;" horiz-adv-x="1255" 
+d="M922 147h-9q-115 -167 -344 -167q-215 0 -334.5 147t-119.5 418t120 421t334 150q223 0 342 -162h13q-11 83 -11 156v133h-448v129h448v184h166v-184h156v-129h-156v-1243h-135zM590 119q170 0 246.5 92.5t76.5 298.5v35q0 233 -77.5 332.5t-247.5 99.5
+q-146 0 -223.5 -113.5t-77.5 -320.5q0 -210 77 -317t226 -107z" />
+    <glyph glyph-name="Emacron" unicode="&#x112;" 
+d="M1016 0h-815v1462h815v-151h-645v-471h606v-150h-606v-538h645v-152zM319 1716h600v-137h-600v137z" />
+    <glyph glyph-name="emacron" unicode="&#x113;" horiz-adv-x="1149" 
+d="M639 -20q-243 0 -383.5 148t-140.5 411q0 265 130.5 421t350.5 156q206 0 326 -135.5t120 -357.5v-105h-755q5 -193 97.5 -293t260.5 -100q177 0 350 74v-148q-88 -38 -166.5 -54.5t-189.5 -16.5zM594 977q-132 0 -210.5 -86t-92.5 -238h573q0 157 -70 240.5t-200 83.5z
+M311 1378h600v-137h-600v137z" />
+    <glyph glyph-name="Ebreve" unicode="&#x114;" 
+d="M1016 0h-815v1462h815v-151h-645v-471h606v-150h-606v-538h645v-152zM614 1579q-140 0 -218 68.5t-87 199.5h104q6 -49 26.5 -77t57 -41t121.5 -13q101 0 149 32t58 99h104q-10 -126 -93.5 -197t-221.5 -71z" />
+    <glyph glyph-name="ebreve" unicode="&#x115;" horiz-adv-x="1149" 
+d="M639 -20q-243 0 -383.5 148t-140.5 411q0 265 130.5 421t350.5 156q206 0 326 -135.5t120 -357.5v-105h-755q5 -193 97.5 -293t260.5 -100q177 0 350 74v-148q-88 -38 -166.5 -54.5t-189.5 -16.5zM594 977q-132 0 -210.5 -86t-92.5 -238h573q0 157 -70 240.5t-200 83.5z
+M593 1241q-140 0 -218 68.5t-87 199.5h104q6 -49 26.5 -77t57 -41t121.5 -13q101 0 149 32t58 99h104q-10 -126 -93.5 -197t-221.5 -71z" />
+    <glyph glyph-name="Edotaccent" unicode="&#x116;" 
+d="M1016 0h-815v1462h815v-151h-645v-471h606v-150h-606v-538h645v-152zM529 1702q0 57 28 83.5t70 26.5q40 0 69 -27t29 -83t-29 -83.5t-69 -27.5q-42 0 -70 27.5t-28 83.5z" />
+    <glyph glyph-name="edotaccent" unicode="&#x117;" horiz-adv-x="1149" 
+d="M639 -20q-243 0 -383.5 148t-140.5 411q0 265 130.5 421t350.5 156q206 0 326 -135.5t120 -357.5v-105h-755q5 -193 97.5 -293t260.5 -100q177 0 350 74v-148q-88 -38 -166.5 -54.5t-189.5 -16.5zM594 977q-132 0 -210.5 -86t-92.5 -238h573q0 157 -70 240.5t-200 83.5z
+M502 1393q0 57 28 83.5t70 26.5q40 0 69 -27t29 -83t-29 -83.5t-69 -27.5q-42 0 -70 27.5t-28 83.5z" />
+    <glyph glyph-name="Eogonek" unicode="&#x118;" 
+d="M1016 0h-815v1462h815v-151h-645v-471h606v-150h-606v-538h645v-152zM805 -238q0 -94 94 -94q42 0 97 13v-109q-65 -18 -125 -18q-207 0 -207 188q0 70 43 137.5t115 120.5h120q-68 -66 -102.5 -120.5t-34.5 -117.5z" />
+    <glyph glyph-name="eogonek" unicode="&#x119;" horiz-adv-x="1149" 
+d="M639 -20q-243 0 -383.5 148t-140.5 411q0 265 130.5 421t350.5 156q206 0 326 -135.5t120 -357.5v-105h-755q5 -193 97.5 -293t260.5 -100q177 0 350 74v-148q-88 -38 -166.5 -54.5t-189.5 -16.5zM594 977q-132 0 -210.5 -86t-92.5 -238h573q0 157 -70 240.5t-200 83.5z
+M792 -207q0 -94 94 -94q42 0 97 13v-109q-65 -18 -125 -18q-207 0 -207 188q0 70 43 137.5t115 120.5h120q-68 -66 -102.5 -120.5t-34.5 -117.5z" />
+    <glyph glyph-name="Ecaron" unicode="&#x11a;" 
+d="M1016 0h-815v1462h815v-151h-645v-471h606v-150h-606v-538h645v-152zM284 1907h115q114 -74 219 -189q130 130 221 189h119v-25l-66 -68q-144 -148 -190 -235h-166q-23 41 -74 104t-178 199v25z" />
+    <glyph glyph-name="ecaron" unicode="&#x11b;" horiz-adv-x="1149" 
+d="M639 -20q-243 0 -383.5 148t-140.5 411q0 265 130.5 421t350.5 156q206 0 326 -135.5t120 -357.5v-105h-755q5 -193 97.5 -293t260.5 -100q177 0 350 74v-148q-88 -38 -166.5 -54.5t-189.5 -16.5zM594 977q-132 0 -210.5 -86t-92.5 -238h573q0 157 -70 240.5t-200 83.5z
+M263 1569h115q114 -74 219 -189q130 130 221 189h119v-25l-66 -68q-144 -148 -190 -235h-166q-23 41 -74 104t-178 199v25z" />
+    <glyph glyph-name="Gcircumflex" unicode="&#x11c;" horiz-adv-x="1491" 
+d="M844 766h497v-711q-116 -37 -236 -56t-278 -19q-332 0 -517 197.5t-185 553.5q0 228 91.5 399.5t263.5 262t403 90.5q234 0 436 -86l-66 -150q-198 84 -381 84q-267 0 -417 -159t-150 -441q0 -296 144.5 -449t424.5 -153q152 0 297 35v450h-327v152zM501 1602
+q127 136 178 200t74 105h166q22 -42 76.5 -108.5t179.5 -196.5v-23h-119q-88 55 -221 186q-136 -134 -219 -186h-115v23z" />
+    <glyph glyph-name="gcircumflex" unicode="&#x11d;" horiz-adv-x="1122" 
+d="M1073 1096v-105l-203 -24q28 -35 50 -91.5t22 -127.5q0 -161 -110 -257t-302 -96q-49 0 -92 8q-106 -56 -106 -141q0 -45 37 -66.5t127 -21.5h194q178 0 273.5 -75t95.5 -218q0 -182 -146 -277.5t-426 -95.5q-215 0 -331.5 80t-116.5 226q0 100 64 173t180 99
+q-42 19 -70.5 59t-28.5 93q0 60 32 105t101 87q-85 35 -138.5 119t-53.5 192q0 180 108 277.5t306 97.5q86 0 155 -20h379zM199 -184q0 -89 75 -135t215 -46q209 0 309.5 62.5t100.5 169.5q0 89 -55 123.5t-207 34.5h-199q-113 0 -176 -54t-63 -155zM289 745q0 -115 65 -174
+t181 -59q243 0 243 236q0 247 -246 247q-117 0 -180 -63t-63 -187zM214 1264q127 136 178 200t74 105h166q22 -42 76.5 -108.5t179.5 -196.5v-23h-119q-88 55 -221 186q-136 -134 -219 -186h-115v23z" />
+    <glyph glyph-name="Gbreve" unicode="&#x11e;" horiz-adv-x="1491" 
+d="M844 766h497v-711q-116 -37 -236 -56t-278 -19q-332 0 -517 197.5t-185 553.5q0 228 91.5 399.5t263.5 262t403 90.5q234 0 436 -86l-66 -150q-198 84 -381 84q-267 0 -417 -159t-150 -441q0 -296 144.5 -449t424.5 -153q152 0 297 35v450h-327v152zM854 1579
+q-140 0 -218 68.5t-87 199.5h104q6 -49 26.5 -77t57 -41t121.5 -13q101 0 149 32t58 99h104q-10 -126 -93.5 -197t-221.5 -71z" />
+    <glyph glyph-name="gbreve" unicode="&#x11f;" horiz-adv-x="1122" 
+d="M1073 1096v-105l-203 -24q28 -35 50 -91.5t22 -127.5q0 -161 -110 -257t-302 -96q-49 0 -92 8q-106 -56 -106 -141q0 -45 37 -66.5t127 -21.5h194q178 0 273.5 -75t95.5 -218q0 -182 -146 -277.5t-426 -95.5q-215 0 -331.5 80t-116.5 226q0 100 64 173t180 99
+q-42 19 -70.5 59t-28.5 93q0 60 32 105t101 87q-85 35 -138.5 119t-53.5 192q0 180 108 277.5t306 97.5q86 0 155 -20h379zM199 -184q0 -89 75 -135t215 -46q209 0 309.5 62.5t100.5 169.5q0 89 -55 123.5t-207 34.5h-199q-113 0 -176 -54t-63 -155zM289 745q0 -115 65 -174
+t181 -59q243 0 243 236q0 247 -246 247q-117 0 -180 -63t-63 -187zM548 1241q-140 0 -218 68.5t-87 199.5h104q6 -49 26.5 -77t57 -41t121.5 -13q101 0 149 32t58 99h104q-10 -126 -93.5 -197t-221.5 -71z" />
+    <glyph glyph-name="Gdot" unicode="&#x120;" horiz-adv-x="1491" 
+d="M844 766h497v-711q-116 -37 -236 -56t-278 -19q-332 0 -517 197.5t-185 553.5q0 228 91.5 399.5t263.5 262t403 90.5q234 0 436 -86l-66 -150q-198 84 -381 84q-267 0 -417 -159t-150 -441q0 -296 144.5 -449t424.5 -153q152 0 297 35v450h-327v152zM774 1731
+q0 57 28 83.5t70 26.5q40 0 69 -27t29 -83t-29 -83.5t-69 -27.5q-42 0 -70 27.5t-28 83.5z" />
+    <glyph glyph-name="gdot" unicode="&#x121;" horiz-adv-x="1122" 
+d="M1073 1096v-105l-203 -24q28 -35 50 -91.5t22 -127.5q0 -161 -110 -257t-302 -96q-49 0 -92 8q-106 -56 -106 -141q0 -45 37 -66.5t127 -21.5h194q178 0 273.5 -75t95.5 -218q0 -182 -146 -277.5t-426 -95.5q-215 0 -331.5 80t-116.5 226q0 100 64 173t180 99
+q-42 19 -70.5 59t-28.5 93q0 60 32 105t101 87q-85 35 -138.5 119t-53.5 192q0 180 108 277.5t306 97.5q86 0 155 -20h379zM199 -184q0 -89 75 -135t215 -46q209 0 309.5 62.5t100.5 169.5q0 89 -55 123.5t-207 34.5h-199q-113 0 -176 -54t-63 -155zM289 745q0 -115 65 -174
+t181 -59q243 0 243 236q0 247 -246 247q-117 0 -180 -63t-63 -187zM449 1393q0 57 28 83.5t70 26.5q40 0 69 -27t29 -83t-29 -83.5t-69 -27.5q-42 0 -70 27.5t-28 83.5z" />
+    <glyph glyph-name="Gcommaaccent" unicode="&#x122;" horiz-adv-x="1491" 
+d="M844 766h497v-711q-116 -37 -236 -56t-278 -19q-332 0 -517 197.5t-185 553.5q0 228 91.5 399.5t263.5 262t403 90.5q234 0 436 -86l-66 -150q-198 84 -381 84q-267 0 -417 -159t-150 -441q0 -296 144.5 -449t424.5 -153q152 0 297 35v450h-327v152zM664 -428
+q28 64 53.5 157t32.5 146h168v-18q-11 -51 -60 -147.5t-104 -162.5h-90v25z" />
+    <glyph glyph-name="gcommaaccent" unicode="&#x123;" horiz-adv-x="1122" 
+d="M1073 1096v-105l-203 -24q28 -35 50 -91.5t22 -127.5q0 -161 -110 -257t-302 -96q-49 0 -92 8q-106 -56 -106 -141q0 -45 37 -66.5t127 -21.5h194q178 0 273.5 -75t95.5 -218q0 -182 -146 -277.5t-426 -95.5q-215 0 -331.5 80t-116.5 226q0 100 64 173t180 99
+q-42 19 -70.5 59t-28.5 93q0 60 32 105t101 87q-85 35 -138.5 119t-53.5 192q0 180 108 277.5t306 97.5q86 0 155 -20h379zM199 -184q0 -89 75 -135t215 -46q209 0 309.5 62.5t100.5 169.5q0 89 -55 123.5t-207 34.5h-199q-113 0 -176 -54t-63 -155zM289 745q0 -115 65 -174
+t181 -59q243 0 243 236q0 247 -246 247q-117 0 -180 -63t-63 -187zM707 1544q-29 -61 -55.5 -157.5t-32.5 -145.5h-166v19q14 61 63.5 156.5t98.5 152.5h92v-25z" />
+    <glyph glyph-name="Hcircumflex" unicode="&#x124;" horiz-adv-x="1511" 
+d="M1311 0h-170v688h-770v-688h-170v1462h170v-622h770v622h170v-1462zM418 1602q127 136 178 200t74 105h166q22 -42 76.5 -108.5t179.5 -196.5v-23h-119q-88 55 -221 186q-136 -134 -219 -186h-115v23z" />
+    <glyph glyph-name="hcircumflex" unicode="&#x125;" horiz-adv-x="1257" 
+d="M926 0v709q0 134 -61 200t-191 66q-173 0 -252.5 -94t-79.5 -308v-573h-166v1556h166v-471q0 -85 -8 -141h10q49 79 139.5 124.5t206.5 45.5q201 0 301.5 -95.5t100.5 -303.5v-715h-166zM299 1657q127 136 178 200t74 105h166q22 -42 76.5 -108.5t179.5 -196.5v-23h-119
+q-88 55 -221 186q-136 -134 -219 -186h-115v23z" />
+    <glyph glyph-name="Hbar" unicode="&#x126;" horiz-adv-x="1511" 
+d="M201 1214v248h170v-248h770v248h170v-248h200v-141h-200v-1073h-170v688h-770v-688h-170v1073h-201v141h201zM1141 840v233h-770v-233h770z" />
+    <glyph glyph-name="hbar" unicode="&#x127;" horiz-adv-x="1257" 
+d="M926 0v670q0 134 -61 200t-191 66q-174 0 -253 -93t-79 -306v-537h-166v1243h-156v127h156v186h166v-186h449v-127h-449v-196q0 -84 -8 -140h10q49 79 139.5 124.5t206.5 45.5q201 0 301.5 -95.5t100.5 -305.5v-676h-166z" />
+    <glyph glyph-name="Itilde.alt" horiz-adv-x="682" 
+d="M598 0h-514v98l172 35v1194l-172 37v98h514v-98l-172 -37v-1194l172 -35v-98zM494 1581q-43 0 -84 18.5t-80.5 41t-76 41t-70.5 18.5q-50 0 -75.5 -30t-39.5 -91h-98q13 121 70.5 189.5t148.5 68.5q46 0 89 -18.5t82 -41t75 -41t68 -18.5q49 0 73 29.5t39 91.5h99
+q-13 -121 -69.5 -189.5t-150.5 -68.5z" />
+    <glyph glyph-name="itilde" unicode="&#x129;" horiz-adv-x="518" 
+d="M342 0h-166v1096h166v-1096zM412 1243q-43 0 -84 18.5t-80.5 41t-76 41t-70.5 18.5q-50 0 -75.5 -30t-39.5 -91h-98q13 121 70.5 189.5t148.5 68.5q46 0 89 -18.5t82 -41t75 -41t68 -18.5q49 0 73 29.5t39 91.5h99q-13 -121 -69.5 -189.5t-150.5 -68.5z" />
+    <glyph glyph-name="Imacron.alt" horiz-adv-x="682" 
+d="M598 0h-514v98l172 35v1194l-172 37v98h514v-98l-172 -37v-1194l172 -35v-98zM42 1716h600v-137h-600v137z" />
+    <glyph glyph-name="imacron" unicode="&#x12b;" horiz-adv-x="518" 
+d="M342 0h-166v1096h166v-1096zM-38 1378h600v-137h-600v137z" />
+    <glyph glyph-name="Ibreve.alt" horiz-adv-x="682" 
+d="M598 0h-514v98l172 35v1194l-172 37v98h514v-98l-172 -37v-1194l172 -35v-98zM335 1579q-140 0 -218 68.5t-87 199.5h104q6 -49 26.5 -77t57 -41t121.5 -13q101 0 149 32t58 99h104q-10 -126 -93.5 -197t-221.5 -71z" />
+    <glyph glyph-name="ibreve" unicode="&#x12d;" horiz-adv-x="518" 
+d="M342 0h-166v1096h166v-1096zM253 1241q-140 0 -218 68.5t-87 199.5h104q6 -49 26.5 -77t57 -41t121.5 -13q101 0 149 32t58 99h104q-10 -126 -93.5 -197t-221.5 -71z" />
+    <glyph glyph-name="Iogonek.alt" horiz-adv-x="682" 
+d="M598 0h-514v98l172 35v1194l-172 37v98h514v-98l-172 -37v-1194l172 -35v-98zM282 -238q0 -94 94 -94q42 0 97 13v-109q-65 -18 -125 -18q-207 0 -207 188q0 70 43 137.5t115 120.5h120q-68 -66 -102.5 -120.5t-34.5 -117.5z" />
+    <glyph glyph-name="iogonek" unicode="&#x12f;" horiz-adv-x="518" 
+d="M342 0h-166v1096h166v-1096zM162 1393q0 57 28 83.5t70 26.5q40 0 69 -27t29 -83t-29 -83.5t-69 -27.5q-42 0 -70 27.5t-28 83.5zM194 -238q0 -94 94 -94q42 0 97 13v-109q-65 -18 -125 -18q-207 0 -207 188q0 70 43 137.5t115 120.5h120q-68 -66 -102.5 -120.5
+t-34.5 -117.5z" />
+    <glyph glyph-name="Idotaccent.alt" horiz-adv-x="682" 
+d="M598 0h-514v98l172 35v1194l-172 37v98h514v-98l-172 -37v-1194l172 -35v-98zM242 1731q0 57 28 83.5t70 26.5q40 0 69 -27t29 -83t-29 -83.5t-69 -27.5q-42 0 -70 27.5t-28 83.5z" />
+    <glyph glyph-name="dotlessi" unicode="&#x131;" horiz-adv-x="518" 
+d="M342 0h-166v1096h166v-1096z" />
+    <glyph glyph-name="IJ.alt" horiz-adv-x="1229" 
+d="M598 0h-514v98l172 35v1194l-172 37v98h514v-98l-172 -37v-1194l172 -35v-98zM668 -385q-94 0 -148 27v145q71 -20 148 -20q99 0 150.5 60t51.5 173v1462h170v-1448q0 -190 -96 -294.5t-276 -104.5z" />
+    <glyph glyph-name="ij" unicode="&#x133;" horiz-adv-x="1036" 
+d="M342 0h-166v1096h166v-1096zM162 1393q0 57 28 83.5t70 26.5q40 0 69 -27t29 -83t-29 -83.5t-69 -27.5q-42 0 -70 27.5t-28 83.5zM561 -492q-95 0 -154 25v135q69 -20 136 -20q78 0 114.5 42.5t36.5 129.5v1276h166v-1264q0 -324 -299 -324zM680 1393q0 57 28 83.5
+t70 26.5q40 0 69 -27t29 -83t-29 -83.5t-69 -27.5q-42 0 -70 27.5t-28 83.5z" />
+    <glyph glyph-name="Jcircumflex" unicode="&#x134;" horiz-adv-x="547" 
+d="M-12 -385q-94 0 -148 27v145q71 -20 148 -20q99 0 150.5 60t51.5 173v1462h170v-1448q0 -190 -96 -294.5t-276 -104.5zM-61 1602q127 136 178 200t74 105h166q22 -42 76.5 -108.5t179.5 -196.5v-23h-119q-88 55 -221 186q-136 -134 -219 -186h-115v23z" />
+    <glyph glyph-name="jcircumflex" unicode="&#x135;" horiz-adv-x="518" 
+d="M43 -492q-95 0 -154 25v135q69 -20 136 -20q78 0 114.5 42.5t36.5 129.5v1276h166v-1264q0 -324 -299 -324zM-83 1264q127 136 178 200t74 105h166q22 -42 76.5 -108.5t179.5 -196.5v-23h-119q-88 55 -221 186q-136 -134 -219 -186h-115v23z" />
+    <glyph glyph-name="Kcommaaccent" unicode="&#x136;" horiz-adv-x="1257" 
+d="M1257 0h-200l-533 709l-153 -136v-573h-170v1462h170v-725l663 725h201l-588 -635zM506 -428q28 64 53.5 157t32.5 146h168v-18q-11 -51 -60 -147.5t-104 -162.5h-90v25z" />
+    <glyph glyph-name="kcommaaccent" unicode="&#x137;" horiz-adv-x="1075" 
+d="M340 561q43 61 131 160l354 375h197l-444 -467l475 -629h-201l-387 518l-125 -108v-410h-164v1556h164v-825q0 -55 -8 -170h8zM412 -428q28 64 53.5 157t32.5 146h168v-18q-11 -51 -60 -147.5t-104 -162.5h-90v25z" />
+    <glyph glyph-name="kgreenlandic" unicode="&#x138;" horiz-adv-x="1061" 
+d="M815 1094h207l-414 -482l443 -612h-201l-361 504l-135 -113v-391h-178v1094h178v-283q0 -166 -12 -279z" />
+    <glyph glyph-name="Lacute" unicode="&#x139;" horiz-adv-x="1063" 
+d="M201 0v1462h170v-1308h645v-154h-815zM236 1604q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111v25z" />
+    <glyph glyph-name="lacute" unicode="&#x13a;" horiz-adv-x="518" 
+d="M342 0h-166v1556h166v-1556zM163 1661q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111v25z" />
+    <glyph glyph-name="Lcommaaccent" unicode="&#x13b;" horiz-adv-x="1063" 
+d="M201 0v1462h170v-1308h645v-154h-815zM418 -428q28 64 53.5 157t32.5 146h168v-18q-11 -51 -60 -147.5t-104 -162.5h-90v25z" />
+    <glyph glyph-name="lcommaaccent" unicode="&#x13c;" horiz-adv-x="518" 
+d="M342 0h-166v1556h166v-1556zM89 -428q28 64 53.5 157t32.5 146h168v-18q-11 -51 -60 -147.5t-104 -162.5h-90v25z" />
+    <glyph glyph-name="Lcaron" unicode="&#x13d;" horiz-adv-x="1063" 
+d="M201 0v1462h170v-1308h645v-154h-815zM678 1160q19 55 38.5 138.5t29.5 164.5h168v-18q-11 -51 -55 -145t-91 -164h-90v24z" />
+    <glyph glyph-name="lcaron" unicode="&#x13e;" horiz-adv-x="518" 
+d="M342 0h-166v1556h166v-1556zM436 1253q19 55 38.5 138.5t29.5 164.5h168v-18q-11 -51 -55 -145t-91 -164h-90v24z" />
+    <glyph glyph-name="Ldot" unicode="&#x13f;" horiz-adv-x="1063" 
+d="M201 0v1462h170v-1308h645v-154h-815zM678 728q0 57 28 83.5t70 26.5q40 0 69 -27t29 -83t-29 -83.5t-69 -27.5q-42 0 -70 27.5t-28 83.5z" />
+    <glyph glyph-name="ldot" unicode="&#x140;" horiz-adv-x="643" 
+d="M342 0h-166v1556h166v-1556zM484 681q0 57 28 83.5t70 26.5q40 0 69 -27t29 -83t-29 -83.5t-69 -27.5q-42 0 -70 27.5t-28 83.5z" />
+    <glyph glyph-name="Lslash" unicode="&#x141;" horiz-adv-x="1071" 
+d="M201 0v508l-105 -59l-67 114l172 101v798h170v-698l297 174l67 -121l-364 -211v-452h645v-154h-815z" />
+    <glyph glyph-name="lslash" unicode="&#x142;" horiz-adv-x="535" 
+d="M342 864l137 94l72 -112l-209 -141v-705h-166v596l-110 -72l-70 113l180 119v800h166v-692z" />
+    <glyph glyph-name="Nacute" unicode="&#x143;" horiz-adv-x="1544" 
+d="M1343 0h-194l-799 1227h-8q16 -216 16 -396v-831h-157v1462h192l797 -1222h8q-2 27 -9 173.5t-5 209.5v839h159v-1462zM651 1604q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111v25z" />
+    <glyph glyph-name="nacute" unicode="&#x144;" horiz-adv-x="1257" 
+d="M926 0v709q0 134 -61 200t-191 66q-172 0 -252 -93t-80 -307v-575h-166v1096h135l27 -150h8q51 81 143 125.5t205 44.5q198 0 298 -95.5t100 -305.5v-715h-166zM514 1266q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111v25z" />
+    <glyph glyph-name="Ncommaaccent" unicode="&#x145;" horiz-adv-x="1544" 
+d="M1343 0h-194l-799 1227h-8q16 -216 16 -396v-831h-157v1462h192l797 -1222h8q-2 27 -9 173.5t-5 209.5v839h159v-1462zM574 -428q28 64 53.5 157t32.5 146h168v-18q-11 -51 -60 -147.5t-104 -162.5h-90v25z" />
+    <glyph glyph-name="ncommaaccent" unicode="&#x146;" horiz-adv-x="1257" 
+d="M926 0v709q0 134 -61 200t-191 66q-172 0 -252 -93t-80 -307v-575h-166v1096h135l27 -150h8q51 81 143 125.5t205 44.5q198 0 298 -95.5t100 -305.5v-715h-166zM455 -428q28 64 53.5 157t32.5 146h168v-18q-11 -51 -60 -147.5t-104 -162.5h-90v25z" />
+    <glyph glyph-name="Ncaron" unicode="&#x147;" horiz-adv-x="1544" 
+d="M1343 0h-194l-799 1227h-8q16 -216 16 -396v-831h-157v1462h192l797 -1222h8q-2 27 -9 173.5t-5 209.5v839h159v-1462zM434 1907h115q114 -74 219 -189q130 130 221 189h119v-25l-66 -68q-144 -148 -190 -235h-166q-23 41 -74 104t-178 199v25z" />
+    <glyph glyph-name="ncaron" unicode="&#x148;" horiz-adv-x="1257" 
+d="M926 0v709q0 134 -61 200t-191 66q-172 0 -252 -93t-80 -307v-575h-166v1096h135l27 -150h8q51 81 143 125.5t205 44.5q198 0 298 -95.5t100 -305.5v-715h-166zM299 1569h115q114 -74 219 -189q130 130 221 189h119v-25l-66 -68q-144 -148 -190 -235h-166q-23 41 -74 104
+t-178 199v25z" />
+    <glyph glyph-name="napostrophe" unicode="&#x149;" horiz-adv-x="1395" 
+d="M1061 0v709q0 134 -61 200t-191 66q-172 0 -252 -93t-80 -307v-575h-166v1096h135l27 -150h8q51 81 143 125.5t205 44.5q198 0 298 -95.5t100 -305.5v-715h-166zM285 1462l15 -22q-26 -100 -75 -232.5t-102 -246.5h-122q70 285 102 501h182z" />
+    <glyph glyph-name="Eng" unicode="&#x14a;" horiz-adv-x="1544" 
+d="M969 -385q-98 0 -152 27v145q71 -20 154 -20q105 0 158 61t53 172l-832 1227h-8q16 -264 16 -422v-805h-157v1462h192l797 -1202h8q-14 149 -14 373v829h159v-1448q0 -195 -96.5 -297t-277.5 -102z" />
+    <glyph glyph-name="eng" unicode="&#x14b;" horiz-adv-x="1257" 
+d="M805 -492q-86 0 -141 25v135q60 -20 122 -20q140 0 140 172v889q0 134 -61 200t-191 66q-172 0 -252 -93t-80 -307v-575h-166v1096h135l27 -150h10q52 82 142 126t200 44q203 0 302.5 -95.5t99.5 -305.5v-883q0 -154 -70 -239t-217 -85z" />
+    <glyph glyph-name="Omacron" unicode="&#x14c;" horiz-adv-x="1595" 
+d="M1470 733q0 -351 -177.5 -552t-493.5 -201q-323 0 -498.5 197.5t-175.5 557.5q0 357 176 553.5t500 196.5q315 0 492 -200t177 -552zM305 733q0 -297 126.5 -450.5t367.5 -153.5q243 0 367 153t124 451q0 295 -123.5 447.5t-365.5 152.5q-243 0 -369.5 -153.5
+t-126.5 -446.5zM500 1716h600v-137h-600v137z" />
+    <glyph glyph-name="omacron" unicode="&#x14d;" horiz-adv-x="1237" 
+d="M1122 549q0 -268 -135 -418.5t-373 -150.5q-147 0 -261 69t-176 198t-62 302q0 268 134 417.5t372 149.5q230 0 365.5 -153t135.5 -414zM287 549q0 -210 84 -320t247 -110t247.5 109.5t84.5 320.5q0 209 -84.5 317.5t-249.5 108.5q-163 0 -246 -107t-83 -319zM319 1378
+h600v-137h-600v137z" />
+    <glyph glyph-name="Obreve" unicode="&#x14e;" horiz-adv-x="1595" 
+d="M1470 733q0 -351 -177.5 -552t-493.5 -201q-323 0 -498.5 197.5t-175.5 557.5q0 357 176 553.5t500 196.5q315 0 492 -200t177 -552zM305 733q0 -297 126.5 -450.5t367.5 -153.5q243 0 367 153t124 451q0 295 -123.5 447.5t-365.5 152.5q-243 0 -369.5 -153.5
+t-126.5 -446.5zM791 1579q-140 0 -218 68.5t-87 199.5h104q6 -49 26.5 -77t57 -41t121.5 -13q101 0 149 32t58 99h104q-10 -126 -93.5 -197t-221.5 -71z" />
+    <glyph glyph-name="obreve" unicode="&#x14f;" horiz-adv-x="1237" 
+d="M1122 549q0 -268 -135 -418.5t-373 -150.5q-147 0 -261 69t-176 198t-62 302q0 268 134 417.5t372 149.5q230 0 365.5 -153t135.5 -414zM287 549q0 -210 84 -320t247 -110t247.5 109.5t84.5 320.5q0 209 -84.5 317.5t-249.5 108.5q-163 0 -246 -107t-83 -319zM612 1241
+q-140 0 -218 68.5t-87 199.5h104q6 -49 26.5 -77t57 -41t121.5 -13q101 0 149 32t58 99h104q-10 -126 -93.5 -197t-221.5 -71z" />
+    <glyph glyph-name="Ohungarumlaut" unicode="&#x150;" horiz-adv-x="1595" 
+d="M1470 733q0 -351 -177.5 -552t-493.5 -201q-323 0 -498.5 197.5t-175.5 557.5q0 357 176 553.5t500 196.5q315 0 492 -200t177 -552zM305 733q0 -297 126.5 -450.5t367.5 -153.5q243 0 367 153t124 451q0 295 -123.5 447.5t-365.5 152.5q-243 0 -369.5 -153.5
+t-126.5 -446.5zM507 1604q36 48 91 141t86 162h186v-21q-37 -63 -122.5 -161t-143.5 -146h-97v25zM864 1604q49 68 99.5 156.5t76.5 146.5h186v-21q-37 -63 -122.5 -161t-143.5 -146h-96v25z" />
+    <glyph glyph-name="ohungarumlaut" unicode="&#x151;" horiz-adv-x="1237" 
+d="M1122 549q0 -268 -135 -418.5t-373 -150.5q-147 0 -261 69t-176 198t-62 302q0 268 134 417.5t372 149.5q230 0 365.5 -153t135.5 -414zM287 549q0 -210 84 -320t247 -110t247.5 109.5t84.5 320.5q0 209 -84.5 317.5t-249.5 108.5q-163 0 -246 -107t-83 -319zM321 1266
+q36 48 91 141t86 162h186v-21q-37 -63 -122.5 -161t-143.5 -146h-97v25zM678 1266q49 68 99.5 156.5t76.5 146.5h186v-21q-37 -63 -122.5 -161t-143.5 -146h-96v25z" />
+    <glyph glyph-name="OE" unicode="&#x152;" horiz-adv-x="1890" 
+d="M1767 0h-768q-102 -20 -194 -20q-327 0 -503.5 196.5t-176.5 558.5q0 360 174 555t494 195q102 0 192 -23h782v-151h-589v-471h551v-150h-551v-538h589v-152zM811 1333q-249 0 -377.5 -152.5t-128.5 -447.5q0 -297 128.5 -450.5t375.5 -153.5q112 0 199 33v1141
+q-87 30 -197 30z" />
+    <glyph glyph-name="oe" unicode="&#x153;" horiz-adv-x="1929" 
+d="M1430 -20q-293 0 -418 235q-62 -116 -166.5 -175.5t-241.5 -59.5q-223 0 -357 152.5t-134 416.5q0 265 131 415t366 150q131 0 233.5 -59.5t164.5 -173.5q58 112 154 172.5t222 60.5q201 0 320 -132.5t119 -358.5v-105h-729q8 -393 338 -393q94 0 174.5 17.5t167.5 56.5
+v-148q-88 -39 -164 -55t-180 -16zM287 549q0 -211 76 -320.5t243 -109.5q163 0 239.5 106.5t76.5 315.5q0 221 -77.5 327.5t-242.5 106.5q-166 0 -240.5 -108t-74.5 -318zM1382 975q-127 0 -199.5 -82t-84.5 -240h544q0 158 -66 240t-194 82z" />
+    <glyph glyph-name="Racute" unicode="&#x154;" horiz-adv-x="1266" 
+d="M371 608v-608h-170v1462h401q269 0 397.5 -103t128.5 -310q0 -290 -294 -392l397 -657h-201l-354 608h-305zM371 754h233q180 0 264 71.5t84 214.5q0 145 -85.5 209t-274.5 64h-221v-559zM514 1604q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111
+v25z" />
+    <glyph glyph-name="racute" unicode="&#x155;" horiz-adv-x="836" 
+d="M676 1116q73 0 131 -12l-23 -154q-68 15 -120 15q-133 0 -227.5 -108t-94.5 -269v-588h-166v1096h137l19 -203h8q61 107 147 165t189 58zM357 1266q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111v25z" />
+    <glyph glyph-name="Rcommaaccent" unicode="&#x156;" horiz-adv-x="1266" 
+d="M371 608v-608h-170v1462h401q269 0 397.5 -103t128.5 -310q0 -290 -294 -392l397 -657h-201l-354 608h-305zM371 754h233q180 0 264 71.5t84 214.5q0 145 -85.5 209t-274.5 64h-221v-559zM494 -428q28 64 53.5 157t32.5 146h168v-18q-11 -51 -60 -147.5t-104 -162.5h-90
+v25z" />
+    <glyph glyph-name="rcommaaccent" unicode="&#x157;" horiz-adv-x="836" 
+d="M676 1116q73 0 131 -12l-23 -154q-68 15 -120 15q-133 0 -227.5 -108t-94.5 -269v-588h-166v1096h137l19 -203h8q61 107 147 165t189 58zM96 -428q28 64 53.5 157t32.5 146h168v-18q-11 -51 -60 -147.5t-104 -162.5h-90v25z" />
+    <glyph glyph-name="Rcaron" unicode="&#x158;" horiz-adv-x="1266" 
+d="M371 608v-608h-170v1462h401q269 0 397.5 -103t128.5 -310q0 -290 -294 -392l397 -657h-201l-354 608h-305zM371 754h233q180 0 264 71.5t84 214.5q0 145 -85.5 209t-274.5 64h-221v-559zM295 1907h115q114 -74 219 -189q130 130 221 189h119v-25l-66 -68
+q-144 -148 -190 -235h-166q-23 41 -74 104t-178 199v25z" />
+    <glyph glyph-name="rcaron" unicode="&#x159;" horiz-adv-x="836" 
+d="M676 1116q73 0 131 -12l-23 -154q-68 15 -120 15q-133 0 -227.5 -108t-94.5 -269v-588h-166v1096h137l19 -203h8q61 107 147 165t189 58zM130 1569h115q114 -74 219 -189q130 130 221 189h119v-25l-66 -68q-144 -148 -190 -235h-166q-23 41 -74 104t-178 199v25z" />
+    <glyph glyph-name="Sacute" unicode="&#x15a;" horiz-adv-x="1124" 
+d="M1026 389q0 -193 -140 -301t-380 -108q-260 0 -400 67v164q90 -38 196 -60t210 -22q170 0 256 64.5t86 179.5q0 76 -30.5 124.5t-102 89.5t-217.5 93q-204 73 -291.5 173t-87.5 261q0 169 127 269t336 100q218 0 401 -80l-53 -148q-181 76 -352 76q-135 0 -211 -58
+t-76 -161q0 -76 28 -124.5t94.5 -89t203.5 -89.5q230 -82 316.5 -176t86.5 -244zM473 1604q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111v25z" />
+    <glyph glyph-name="sacute" unicode="&#x15b;" horiz-adv-x="977" 
+d="M883 299q0 -153 -114 -236t-320 -83q-218 0 -340 69v154q79 -40 169.5 -63t174.5 -23q130 0 200 41.5t70 126.5q0 64 -55.5 109.5t-216.5 107.5q-153 57 -217.5 99.5t-96 96.5t-31.5 129q0 134 109 211.5t299 77.5q177 0 346 -72l-59 -135q-165 68 -299 68
+q-118 0 -178 -37t-60 -102q0 -44 22.5 -75t72.5 -59t192 -81q195 -71 263.5 -143t68.5 -181zM371 1266q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111v25z" />
+    <glyph glyph-name="Scircumflex" unicode="&#x15c;" horiz-adv-x="1124" 
+d="M1026 389q0 -193 -140 -301t-380 -108q-260 0 -400 67v164q90 -38 196 -60t210 -22q170 0 256 64.5t86 179.5q0 76 -30.5 124.5t-102 89.5t-217.5 93q-204 73 -291.5 173t-87.5 261q0 169 127 269t336 100q218 0 401 -80l-53 -148q-181 76 -352 76q-135 0 -211 -58
+t-76 -161q0 -76 28 -124.5t94.5 -89t203.5 -89.5q230 -82 316.5 -176t86.5 -244zM246 1602q127 136 178 200t74 105h166q22 -42 76.5 -108.5t179.5 -196.5v-23h-119q-88 55 -221 186q-136 -134 -219 -186h-115v23z" />
+    <glyph glyph-name="scircumflex" unicode="&#x15d;" horiz-adv-x="977" 
+d="M883 299q0 -153 -114 -236t-320 -83q-218 0 -340 69v154q79 -40 169.5 -63t174.5 -23q130 0 200 41.5t70 126.5q0 64 -55.5 109.5t-216.5 107.5q-153 57 -217.5 99.5t-96 96.5t-31.5 129q0 134 109 211.5t299 77.5q177 0 346 -72l-59 -135q-165 68 -299 68
+q-118 0 -178 -37t-60 -102q0 -44 22.5 -75t72.5 -59t192 -81q195 -71 263.5 -143t68.5 -181zM163 1264q127 136 178 200t74 105h166q22 -42 76.5 -108.5t179.5 -196.5v-23h-119q-88 55 -221 186q-136 -134 -219 -186h-115v23z" />
+    <glyph glyph-name="Scedilla" unicode="&#x15e;" horiz-adv-x="1124" 
+d="M1026 389q0 -193 -140 -301t-380 -108q-260 0 -400 67v164q90 -38 196 -60t210 -22q170 0 256 64.5t86 179.5q0 76 -30.5 124.5t-102 89.5t-217.5 93q-204 73 -291.5 173t-87.5 261q0 169 127 269t336 100q218 0 401 -80l-53 -148q-181 76 -352 76q-135 0 -211 -58
+t-76 -161q0 -76 28 -124.5t94.5 -89t203.5 -89.5q230 -82 316.5 -176t86.5 -244zM731 -289q0 -97 -76.5 -150t-226.5 -53q-51 0 -96 9v106q45 -8 104 -8q79 0 119.5 20t40.5 74q0 43 -39.5 69.5t-148.5 43.5l88 178h110l-55 -115q180 -39 180 -174z" />
+    <glyph glyph-name="scedilla" unicode="&#x15f;" horiz-adv-x="977" 
+d="M883 299q0 -153 -114 -236t-320 -83q-218 0 -340 69v154q79 -40 169.5 -63t174.5 -23q130 0 200 41.5t70 126.5q0 64 -55.5 109.5t-216.5 107.5q-153 57 -217.5 99.5t-96 96.5t-31.5 129q0 134 109 211.5t299 77.5q177 0 346 -72l-59 -135q-165 68 -299 68
+q-118 0 -178 -37t-60 -102q0 -44 22.5 -75t72.5 -59t192 -81q195 -71 263.5 -143t68.5 -181zM649 -289q0 -97 -76.5 -150t-226.5 -53q-51 0 -96 9v106q45 -8 104 -8q79 0 119.5 20t40.5 74q0 43 -39.5 69.5t-148.5 43.5l88 178h110l-55 -115q180 -39 180 -174z" />
+    <glyph glyph-name="Scaron" unicode="&#x160;" horiz-adv-x="1124" 
+d="M1026 389q0 -193 -140 -301t-380 -108q-260 0 -400 67v164q90 -38 196 -60t210 -22q170 0 256 64.5t86 179.5q0 76 -30.5 124.5t-102 89.5t-217.5 93q-204 73 -291.5 173t-87.5 261q0 169 127 269t336 100q218 0 401 -80l-53 -148q-181 76 -352 76q-135 0 -211 -58
+t-76 -161q0 -76 28 -124.5t94.5 -89t203.5 -89.5q230 -82 316.5 -176t86.5 -244zM240 1907h115q114 -74 219 -189q130 130 221 189h119v-25l-66 -68q-144 -148 -190 -235h-166q-23 41 -74 104t-178 199v25z" />
+    <glyph glyph-name="scaron" unicode="&#x161;" horiz-adv-x="977" 
+d="M883 299q0 -153 -114 -236t-320 -83q-218 0 -340 69v154q79 -40 169.5 -63t174.5 -23q130 0 200 41.5t70 126.5q0 64 -55.5 109.5t-216.5 107.5q-153 57 -217.5 99.5t-96 96.5t-31.5 129q0 134 109 211.5t299 77.5q177 0 346 -72l-59 -135q-165 68 -299 68
+q-118 0 -178 -37t-60 -102q0 -44 22.5 -75t72.5 -59t192 -81q195 -71 263.5 -143t68.5 -181zM165 1569h115q114 -74 219 -189q130 130 221 189h119v-25l-66 -68q-144 -148 -190 -235h-166q-23 41 -74 104t-178 199v25z" />
+    <glyph glyph-name="Tcommaaccent" unicode="&#x21a;" horiz-adv-x="1133" 
+d="M651 0h-170v1311h-463v151h1096v-151h-463v-1311zM394 -428q28 64 53.5 157t32.5 146h168v-18q-11 -51 -60 -147.5t-104 -162.5h-90v25z" />
+    <glyph glyph-name="tcommaaccent" unicode="&#x21b;" horiz-adv-x="723" 
+d="M530 117q44 0 85 6.5t65 13.5v-127q-27 -13 -79.5 -21.5t-94.5 -8.5q-318 0 -318 335v652h-157v80l157 69l70 234h96v-254h318v-129h-318v-645q0 -99 47 -152t129 -53zM243 -428q28 64 53.5 157t32.5 146h168v-18q-11 -51 -60 -147.5t-104 -162.5h-90v25z" />
+    <glyph glyph-name="Tcaron" unicode="&#x164;" horiz-adv-x="1133" 
+d="M651 0h-170v1311h-463v151h1096v-151h-463v-1311zM232 1907h115q114 -74 219 -189q130 130 221 189h119v-25l-66 -68q-144 -148 -190 -235h-166q-23 41 -74 104t-178 199v25z" />
+    <glyph glyph-name="tcaron" unicode="&#x165;" horiz-adv-x="723" 
+d="M530 117q44 0 85 6.5t65 13.5v-127q-27 -13 -79.5 -21.5t-94.5 -8.5q-318 0 -318 335v652h-157v80l157 69l70 234h96v-254h318v-129h-318v-645q0 -99 47 -152t129 -53zM491 1253q19 55 38.5 138.5t29.5 164.5h168v-18q-11 -51 -55 -145t-91 -164h-90v24z" />
+    <glyph glyph-name="Tbar" unicode="&#x166;" horiz-adv-x="1133" 
+d="M481 815v496h-463v151h1096v-151h-463v-496h310v-141h-310v-674h-170v674h-313v141h313z" />
+    <glyph glyph-name="tbar" unicode="&#x167;" horiz-adv-x="723" 
+d="M535 117q85 0 145 20v-127q-32 -14 -85 -22t-95 -8q-312 0 -312 348v254h-141v129h141v256h-157v80l157 69l70 234h96v-254h318v-129h-318v-256h301v-129h-301v-244q0 -221 181 -221z" />
+    <glyph glyph-name="Utilde" unicode="&#x168;" horiz-adv-x="1491" 
+d="M1305 1462v-946q0 -250 -151 -393t-415 -143t-408.5 144t-144.5 396v942h170v-954q0 -183 100 -281t294 -98q185 0 285 98.5t100 282.5v952h170zM899 1581q-43 0 -84 18.5t-80.5 41t-76 41t-70.5 18.5q-50 0 -75.5 -30t-39.5 -91h-98q13 121 70.5 189.5t148.5 68.5
+q46 0 89 -18.5t82 -41t75 -41t68 -18.5q49 0 73 29.5t39 91.5h99q-13 -121 -69.5 -189.5t-150.5 -68.5z" />
+    <glyph glyph-name="utilde" unicode="&#x169;" horiz-adv-x="1257" 
+d="M332 1096v-711q0 -134 61 -200t191 -66q172 0 251.5 94t79.5 307v576h166v-1096h-137l-24 147h-9q-51 -81 -141.5 -124t-206.5 -43q-200 0 -299.5 95t-99.5 304v717h168zM779 1243q-43 0 -84 18.5t-80.5 41t-76 41t-70.5 18.5q-50 0 -75.5 -30t-39.5 -91h-98
+q13 121 70.5 189.5t148.5 68.5q46 0 89 -18.5t82 -41t75 -41t68 -18.5q49 0 73 29.5t39 91.5h99q-13 -121 -69.5 -189.5t-150.5 -68.5z" />
+    <glyph glyph-name="Umacron" unicode="&#x16a;" horiz-adv-x="1491" 
+d="M1305 1462v-946q0 -250 -151 -393t-415 -143t-408.5 144t-144.5 396v942h170v-954q0 -183 100 -281t294 -98q185 0 285 98.5t100 282.5v952h170zM446 1716h600v-137h-600v137z" />
+    <glyph glyph-name="umacron" unicode="&#x16b;" horiz-adv-x="1257" 
+d="M332 1096v-711q0 -134 61 -200t191 -66q172 0 251.5 94t79.5 307v576h166v-1096h-137l-24 147h-9q-51 -81 -141.5 -124t-206.5 -43q-200 0 -299.5 95t-99.5 304v717h168zM326 1378h600v-137h-600v137z" />
+    <glyph glyph-name="Ubreve" unicode="&#x16c;" horiz-adv-x="1491" 
+d="M1305 1462v-946q0 -250 -151 -393t-415 -143t-408.5 144t-144.5 396v942h170v-954q0 -183 100 -281t294 -98q185 0 285 98.5t100 282.5v952h170zM737 1579q-140 0 -218 68.5t-87 199.5h104q6 -49 26.5 -77t57 -41t121.5 -13q101 0 149 32t58 99h104q-10 -126 -93.5 -197
+t-221.5 -71z" />
+    <glyph glyph-name="ubreve" unicode="&#x16d;" horiz-adv-x="1257" 
+d="M332 1096v-711q0 -134 61 -200t191 -66q172 0 251.5 94t79.5 307v576h166v-1096h-137l-24 147h-9q-51 -81 -141.5 -124t-206.5 -43q-200 0 -299.5 95t-99.5 304v717h168zM616 1241q-140 0 -218 68.5t-87 199.5h104q6 -49 26.5 -77t57 -41t121.5 -13q101 0 149 32t58 99
+h104q-10 -126 -93.5 -197t-221.5 -71z" />
+    <glyph glyph-name="Uring" unicode="&#x16e;" horiz-adv-x="1491" 
+d="M1305 1462v-946q0 -250 -151 -393t-415 -143t-408.5 144t-144.5 396v942h170v-954q0 -183 100 -281t294 -98q185 0 285 98.5t100 282.5v952h170zM969 1796q0 -98 -61.5 -157.5t-163.5 -59.5q-101 0 -161 58.5t-60 156.5t60.5 155.5t160.5 57.5q101 0 163 -59.5t62 -151.5
+zM861 1794q0 56 -33 86.5t-84 30.5t-84 -30.5t-33 -86.5t30 -86.5t87 -30.5q52 0 84.5 30.5t32.5 86.5z" />
+    <glyph glyph-name="uring" unicode="&#x16f;" horiz-adv-x="1257" 
+d="M332 1096v-711q0 -134 61 -200t191 -66q172 0 251.5 94t79.5 307v576h166v-1096h-137l-24 147h-9q-51 -81 -141.5 -124t-206.5 -43q-200 0 -299.5 95t-99.5 304v717h168zM848 1458q0 -98 -61.5 -157.5t-163.5 -59.5q-101 0 -161 58.5t-60 156.5t60.5 155.5t160.5 57.5
+q101 0 163 -59.5t62 -151.5zM740 1456q0 56 -33 86.5t-84 30.5t-84 -30.5t-33 -86.5t30 -86.5t87 -30.5q52 0 84.5 30.5t32.5 86.5z" />
+    <glyph glyph-name="Uhungarumlaut" unicode="&#x170;" horiz-adv-x="1491" 
+d="M1305 1462v-946q0 -250 -151 -393t-415 -143t-408.5 144t-144.5 396v942h170v-954q0 -183 100 -281t294 -98q185 0 285 98.5t100 282.5v952h170zM456 1604q36 48 91 141t86 162h186v-21q-37 -63 -122.5 -161t-143.5 -146h-97v25zM813 1604q49 68 99.5 156.5t76.5 146.5
+h186v-21q-37 -63 -122.5 -161t-143.5 -146h-96v25z" />
+    <glyph glyph-name="uhungarumlaut" unicode="&#x171;" horiz-adv-x="1257" 
+d="M332 1096v-711q0 -134 61 -200t191 -66q172 0 251.5 94t79.5 307v576h166v-1096h-137l-24 147h-9q-51 -81 -141.5 -124t-206.5 -43q-200 0 -299.5 95t-99.5 304v717h168zM335 1266q36 48 91 141t86 162h186v-21q-37 -63 -122.5 -161t-143.5 -146h-97v25zM692 1266
+q49 68 99.5 156.5t76.5 146.5h186v-21q-37 -63 -122.5 -161t-143.5 -146h-96v25z" />
+    <glyph glyph-name="Uogonek" unicode="&#x172;" horiz-adv-x="1491" 
+d="M1305 1462v-946q0 -250 -151 -393t-415 -143t-408.5 144t-144.5 396v942h170v-954q0 -183 100 -281t294 -98q185 0 285 98.5t100 282.5v952h170zM723 -238q0 -94 94 -94q42 0 97 13v-109q-65 -18 -125 -18q-207 0 -207 188q0 70 43 137.5t115 120.5h120
+q-68 -66 -102.5 -120.5t-34.5 -117.5z" />
+    <glyph glyph-name="uogonek" unicode="&#x173;" horiz-adv-x="1257" 
+d="M332 1096v-711q0 -134 61 -200t191 -66q172 0 251.5 94t79.5 307v576h166v-1096h-137l-24 147h-9q-51 -81 -141.5 -124t-206.5 -43q-200 0 -299.5 95t-99.5 304v717h168zM934 -238q0 -94 94 -94q42 0 97 13v-109q-65 -18 -125 -18q-207 0 -207 188q0 70 43 137.5
+t115 120.5h120q-68 -66 -102.5 -120.5t-34.5 -117.5z" />
+    <glyph glyph-name="Wcircumflex" unicode="&#x174;" horiz-adv-x="1896" 
+d="M1477 0h-168l-295 979q-21 65 -47 164t-27 119q-22 -132 -70 -289l-286 -973h-168l-389 1462h180l231 -903q48 -190 70 -344q27 183 80 358l262 889h180l275 -897q48 -155 81 -350q19 142 72 346l230 901h180zM608 1602q127 136 178 200t74 105h166q22 -42 76.5 -108.5
+t179.5 -196.5v-23h-119q-88 55 -221 186q-136 -134 -219 -186h-115v23z" />
+    <glyph glyph-name="wcircumflex" unicode="&#x175;" horiz-adv-x="1593" 
+d="M1071 0l-201 643q-19 59 -71 268h-8q-40 -175 -70 -270l-207 -641h-192l-299 1096h174q106 -413 161.5 -629t63.5 -291h8q11 57 35.5 147.5t42.5 143.5l201 629h180l196 -629q56 -172 76 -289h8q4 36 21.5 111t208.5 807h172l-303 -1096h-197zM461 1264q127 136 178 200
+t74 105h166q22 -42 76.5 -108.5t179.5 -196.5v-23h-119q-88 55 -221 186q-136 -134 -219 -186h-115v23z" />
+    <glyph glyph-name="Ycircumflex" unicode="&#x176;" horiz-adv-x="1147" 
+d="M573 731l390 731h184l-488 -895v-567h-172v559l-487 903h186zM236 1602q127 136 178 200t74 105h166q22 -42 76.5 -108.5t179.5 -196.5v-23h-119q-88 55 -221 186q-136 -134 -219 -186h-115v23z" />
+    <glyph glyph-name="ycircumflex" unicode="&#x177;" horiz-adv-x="1032" 
+d="M2 1096h178l240 -625q79 -214 98 -309h8q13 51 54.5 174.5t271.5 759.5h178l-471 -1248q-70 -185 -163.5 -262.5t-229.5 -77.5q-76 0 -150 17v133q55 -12 123 -12q171 0 244 192l61 156zM185 1264q127 136 178 200t74 105h166q22 -42 76.5 -108.5t179.5 -196.5v-23h-119
+q-88 55 -221 186q-136 -134 -219 -186h-115v23z" />
+    <glyph glyph-name="Ydieresis" unicode="&#x178;" horiz-adv-x="1147" 
+d="M573 731l390 731h184l-488 -895v-567h-172v559l-487 903h186zM294 1731q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM675 1731q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5
+t-63.5 24.5t-26.5 74.5z" />
+    <glyph glyph-name="Zacute" unicode="&#x179;" horiz-adv-x="1169" 
+d="M1087 0h-1005v133l776 1176h-752v153h959v-133l-776 -1175h798v-154zM459 1604q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111v25z" />
+    <glyph glyph-name="zacute" unicode="&#x17a;" horiz-adv-x="958" 
+d="M877 0h-795v113l598 854h-561v129h743v-129l-590 -838h605v-129zM369 1266q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111v25z" />
+    <glyph glyph-name="Zdotaccent" unicode="&#x17b;" horiz-adv-x="1169" 
+d="M1087 0h-1005v133l776 1176h-752v153h959v-133l-776 -1175h798v-154zM486 1731q0 57 28 83.5t70 26.5q40 0 69 -27t29 -83t-29 -83.5t-69 -27.5q-42 0 -70 27.5t-28 83.5z" />
+    <glyph glyph-name="zdotaccent" unicode="&#x17c;" horiz-adv-x="958" 
+d="M877 0h-795v113l598 854h-561v129h743v-129l-590 -838h605v-129zM385 1393q0 57 28 83.5t70 26.5q40 0 69 -27t29 -83t-29 -83.5t-69 -27.5q-42 0 -70 27.5t-28 83.5z" />
+    <glyph glyph-name="Zcaron" unicode="&#x17d;" horiz-adv-x="1169" 
+d="M1087 0h-1005v133l776 1176h-752v153h959v-133l-776 -1175h798v-154zM249 1907h115q114 -74 219 -189q130 130 221 189h119v-25l-66 -68q-144 -148 -190 -235h-166q-23 41 -74 104t-178 199v25z" />
+    <glyph glyph-name="zcaron" unicode="&#x17e;" horiz-adv-x="958" 
+d="M877 0h-795v113l598 854h-561v129h743v-129l-590 -838h605v-129zM146 1569h115q114 -74 219 -189q130 130 221 189h119v-25l-66 -68q-144 -148 -190 -235h-166q-23 41 -74 104t-178 199v25z" />
+    <glyph glyph-name="longs" unicode="&#x17f;" horiz-adv-x="655" 
+d="M342 0h-166v1180q0 387 359 387q96 0 196 -37l-43 -133q-87 30 -160 30q-97 0 -141.5 -61.5t-44.5 -183.5v-1182z" />
+    <glyph glyph-name="florin" unicode="&#x192;" horiz-adv-x="1182" 
+d="M328 -492q-69 0 -133 19v139q70 -18 131 -18q95 0 133.5 51t38.5 164v973h-222v75l222 60v139q0 195 81 284t263 89q85 0 205 -43l-22 -64l-21 -65q-102 32 -162 32q-98 0 -138 -52.5t-40 -176.5v-149h282v-129h-278v-969q0 -184 -79 -271.5t-261 -87.5z" />
+    <glyph glyph-name="Aringacute" unicode="&#x1fa;" horiz-adv-x="1300" 
+d="M872 1430q0 -133 -104 -189l532 -1241h-174l-176 401h-610l-166 -401h-174l532 1239q-106 52 -106 188q0 101 61 158t160 57q100 0 162.5 -58.5t62.5 -153.5zM899 555l-178 432q-25 58 -72 203q-14 -48 -38 -115.5t-33 -91.5l-177 -428h498zM553 1712q49 59 100 133.5
+t74 116.5h203v-16q-32 -46 -116 -126.5t-150 -125.5h-111v18zM764 1427q0 57 -33 87t-84 30t-84 -30t-33 -87q0 -55 30 -85.5t87 -30.5q53 0 85 30.5t32 85.5z" />
+    <glyph glyph-name="aringacute" unicode="&#x1fb;" 
+d="M471 1753v16q46 42 99 102t75 91h260v-12q-21 -24 -103 -76.5t-210 -120.5h-121zM850 0l-33 156h-8q-82 -103 -163.5 -139.5t-203.5 -36.5q-163 0 -255.5 84t-92.5 239q0 332 537 348l180 6v68q0 130 -59.5 191t-192.5 61q-96 0 -179.5 -26t-154.5 -58l-55 127
+q84 43 188 68.5t205 25.5q209 0 309.5 -87t100.5 -279v-748h-123zM475 117q155 0 243.5 85t88.5 238v99l-166 -7q-198 -7 -285.5 -61.5t-87.5 -169.5q0 -90 54.5 -137t152.5 -47zM803 1458q0 -98 -61.5 -157.5t-163.5 -59.5q-101 0 -161.5 58t-60.5 157q0 98 60.5 155.5
+t161.5 57.5t163 -59.5t62 -151.5zM694 1456q0 56 -32.5 86.5t-83.5 30.5t-84 -30.5t-33 -86.5t30 -86.5t87 -30.5q52 0 84 30.5t32 86.5z" />
+    <glyph glyph-name="AEacute" unicode="&#x1fc;" horiz-adv-x="1788" 
+d="M1665 0h-750v465h-514l-227 -465h-176l698 1462h969v-151h-580v-471h541v-150h-541v-538h580v-152zM469 618h446v693h-118zM981 1604q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111v25z" />
+    <glyph glyph-name="aeacute" unicode="&#x1fd;" horiz-adv-x="1757" 
+d="M94 303q0 161 124 250.5t378 97.5l184 6v68q0 129 -58 190.5t-177 61.5q-144 0 -307 -84l-52 127q74 41 173.5 67.5t197.5 26.5q130 0 212.5 -43.5t123.5 -138.5q53 88 138.5 136t195.5 48q192 0 308 -133.5t116 -355.5v-107h-701q8 -395 322 -395q91 0 169.5 17.5
+t162.5 56.5v-148q-86 -38 -160.5 -54.5t-175.5 -16.5q-289 0 -414 233q-81 -127 -179.5 -180t-232.5 -53q-163 0 -255.5 85t-92.5 238zM268 301q0 -95 53.5 -139.5t141.5 -44.5q145 0 229 84.5t84 238.5v99l-158 -7q-186 -8 -268 -62.5t-82 -168.5zM1225 977
+q-121 0 -190.5 -83t-80.5 -241h519q0 156 -64 240t-184 84zM782 1266q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111v25z" />
+    <glyph glyph-name="Oslashacute" unicode="&#x1fe;" horiz-adv-x="1595" 
+d="M1470 733q0 -351 -177.5 -552t-493.5 -201q-235 0 -383 100l-101 -141l-120 79l108 154q-178 198 -178 563q0 357 176 553.5t500 196.5q209 0 366 -94l97 135l120 -80l-106 -148q192 -202 192 -565zM1290 733q0 272 -110 426l-672 -948q115 -82 291 -82q243 0 367 153
+t124 451zM305 733q0 -262 101 -416l669 943q-106 73 -274 73q-243 0 -369.5 -153.5t-126.5 -446.5zM674 1604q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111v25z" />
+    <glyph glyph-name="oslashacute" unicode="&#x1ff;" horiz-adv-x="1237" 
+d="M1122 549q0 -268 -135 -418.5t-373 -150.5q-154 0 -266 69l-84 -117l-114 78l94 131q-129 152 -129 408q0 268 134 417.5t372 149.5q154 0 270 -76l84 119l117 -76l-97 -133q127 -152 127 -401zM287 549q0 -171 53 -273l465 646q-75 53 -189 53q-163 0 -246 -107
+t-83 -319zM950 549q0 164 -51 264l-465 -643q71 -51 184 -51q163 0 247.5 109.5t84.5 320.5zM479 1266q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111v25z" />
+    <glyph glyph-name="Scommaaccent" unicode="&#x218;" horiz-adv-x="1124" 
+d="M1026 389q0 -193 -140 -301t-380 -108q-260 0 -400 67v164q90 -38 196 -60t210 -22q170 0 256 64.5t86 179.5q0 76 -30.5 124.5t-102 89.5t-217.5 93q-204 73 -291.5 173t-87.5 261q0 169 127 269t336 100q218 0 401 -80l-53 -148q-181 76 -352 76q-135 0 -211 -58
+t-76 -161q0 -76 28 -124.5t94.5 -89t203.5 -89.5q230 -82 316.5 -176t86.5 -244zM375 -428q28 64 53.5 157t32.5 146h168v-18q-11 -51 -60 -147.5t-104 -162.5h-90v25z" />
+    <glyph glyph-name="scommaaccent" unicode="&#x219;" horiz-adv-x="977" 
+d="M883 299q0 -153 -114 -236t-320 -83q-218 0 -340 69v154q79 -40 169.5 -63t174.5 -23q130 0 200 41.5t70 126.5q0 64 -55.5 109.5t-216.5 107.5q-153 57 -217.5 99.5t-96 96.5t-31.5 129q0 134 109 211.5t299 77.5q177 0 346 -72l-59 -135q-165 68 -299 68
+q-118 0 -178 -37t-60 -102q0 -44 22.5 -75t72.5 -59t192 -81q195 -71 263.5 -143t68.5 -181zM298 -428q28 64 53.5 157t32.5 146h168v-18q-11 -51 -60 -147.5t-104 -162.5h-90v25z" />
+    <glyph glyph-name="circumflex" unicode="&#x2c6;" horiz-adv-x="1212" 
+d="M268 1264q127 136 178 200t74 105h166q22 -42 76.5 -108.5t179.5 -196.5v-23h-119q-88 55 -221 186q-136 -134 -219 -186h-115v23z" />
+    <glyph glyph-name="caron" unicode="&#x2c7;" horiz-adv-x="1212" 
+d="M268 1569h115q114 -74 219 -189q130 130 221 189h119v-25l-66 -68q-144 -148 -190 -235h-166q-23 41 -74 104t-178 199v25z" />
+    <glyph glyph-name="macron" unicode="&#x2c9;" horiz-adv-x="1202" 
+d="M301 1378h600v-137h-600v137z" />
+    <glyph glyph-name="breve" unicode="&#x2d8;" horiz-adv-x="1212" 
+d="M598 1241q-140 0 -218 68.5t-87 199.5h104q6 -49 26.5 -77t57 -41t121.5 -13q101 0 149 32t58 99h104q-10 -126 -93.5 -197t-221.5 -71z" />
+    <glyph glyph-name="dotaccent" unicode="&#x2d9;" horiz-adv-x="518" 
+d="M162 1393q0 57 28 83.5t70 26.5q40 0 69 -27t29 -83t-29 -83.5t-69 -27.5q-42 0 -70 27.5t-28 83.5z" />
+    <glyph glyph-name="ring" unicode="&#x2da;" horiz-adv-x="1182" 
+d="M813 1458q0 -98 -61.5 -157.5t-163.5 -59.5q-101 0 -161 58.5t-60 156.5t60.5 155.5t160.5 57.5q101 0 163 -59.5t62 -151.5zM705 1456q0 56 -33 86.5t-84 30.5t-84 -30.5t-33 -86.5t30 -86.5t87 -30.5q52 0 84.5 30.5t32.5 86.5z" />
+    <glyph glyph-name="ogonek" unicode="&#x2db;" horiz-adv-x="403" 
+d="M178 -238q0 -94 94 -94q42 0 97 13v-109q-65 -18 -125 -18q-207 0 -207 188q0 70 43 137.5t115 120.5h120q-68 -66 -102.5 -120.5t-34.5 -117.5z" />
+    <glyph glyph-name="tilde" unicode="&#x2dc;" horiz-adv-x="1212" 
+d="M788 1243q-43 0 -84 18.5t-80.5 41t-76 41t-70.5 18.5q-50 0 -75.5 -30t-39.5 -91h-98q13 121 70.5 189.5t148.5 68.5q46 0 89 -18.5t82 -41t75 -41t68 -18.5q49 0 73 29.5t39 91.5h99q-13 -121 -69.5 -189.5t-150.5 -68.5z" />
+    <glyph glyph-name="hungarumlaut" unicode="&#x2dd;" horiz-adv-x="1182" 
+d="M231 1266q36 48 91 141t86 162h186v-21q-37 -63 -122.5 -161t-143.5 -146h-97v25zM588 1266q49 68 99.5 156.5t76.5 146.5h186v-21q-37 -63 -122.5 -161t-143.5 -146h-96v25z" />
+    <glyph glyph-name="tonos" unicode="&#x384;" horiz-adv-x="1182" 
+d="M508 1270q27 72 53.5 185.5t38.5 195.5h184v-23q-18 -74 -72.5 -192.5t-103.5 -194.5h-100v29z" />
+    <glyph glyph-name="dieresistonos" unicode="&#x385;" horiz-adv-x="1182" 
+d="M512 1413q65 169 96 303h189v-20q-33 -67 -93.5 -156.5t-111.5 -150.5h-80v24zM283 1393q0 52 26 75t64 23q41 0 65.5 -26t24.5 -72q0 -50 -27.5 -74.5t-62.5 -24.5q-38 0 -64 24.5t-26 74.5zM719 1393q0 52 26 75t64 23q41 0 65.5 -26t24.5 -72q0 -50 -27.5 -74.5
+t-62.5 -24.5q-38 0 -64 24.5t-26 74.5z" />
+    <glyph glyph-name="Alphatonos" unicode="&#x386;" horiz-adv-x="1296" 
+d="M1120 0l-182 465h-586l-180 -465h-172l578 1468h143l575 -1468h-176zM885 618l-170 453q-33 86 -68 211q-22 -96 -63 -211l-172 -453h473zM28 1165q27 72 53.5 185.5t38.5 195.5h184v-23q-18 -74 -72.5 -192.5t-103.5 -194.5h-100v29z" />
+    <glyph glyph-name="anoteleia" unicode="&#x387;" horiz-adv-x="545" 
+d="M152 723q0 66 31 100.5t87 34.5q58 0 90.5 -34.5t32.5 -100.5q0 -65 -33 -100t-90 -35q-51 0 -84.5 31.5t-33.5 103.5z" />
+    <glyph glyph-name="Epsilontonos" unicode="&#x388;" horiz-adv-x="1266" 
+d="M1141 0h-815v1462h815v-151h-645v-471h606v-150h-606v-538h645v-152zM-44 1165q27 72 53.5 185.5t38.5 195.5h184v-23q-18 -74 -72.5 -192.5t-103.5 -194.5h-100v29z" />
+    <glyph glyph-name="Etatonos" unicode="&#x389;" horiz-adv-x="1661" 
+d="M1461 0h-170v688h-770v-688h-170v1462h170v-622h770v622h170v-1462zM-44 1165q27 72 53.5 185.5t38.5 195.5h184v-23q-18 -74 -72.5 -192.5t-103.5 -194.5h-100v29z" />
+    <glyph glyph-name="Iotatonos.alt" horiz-adv-x="920" 
+d="M836 0h-514v98l172 35v1194l-172 37v98h514v-98l-172 -37v-1194l172 -35v-98zM-28 1165q27 72 53.5 185.5t38.5 195.5h184v-23q-18 -74 -72.5 -192.5t-103.5 -194.5h-100v29z" />
+    <glyph glyph-name="Omicrontonos" unicode="&#x38c;" horiz-adv-x="1665" 
+d="M1538 733q0 -351 -177.5 -552t-493.5 -201q-323 0 -498.5 197.5t-175.5 557.5q0 357 176 553.5t500 196.5q315 0 492 -200t177 -552zM373 733q0 -297 126.5 -450.5t367.5 -153.5q243 0 367 153t124 451q0 295 -123.5 447.5t-365.5 152.5q-243 0 -369.5 -153.5
+t-126.5 -446.5zM-28 1165q27 72 53.5 185.5t38.5 195.5h184v-23q-18 -74 -72.5 -192.5t-103.5 -194.5h-100v29z" />
+    <glyph glyph-name="Upsilontonos" unicode="&#x38e;" horiz-adv-x="1413" 
+d="M839 731l390 731h184l-488 -895v-567h-172v559l-487 903h186zM-44 1165q27 72 53.5 185.5t38.5 195.5h184v-23q-18 -74 -72.5 -192.5t-103.5 -194.5h-100v29z" />
+    <glyph glyph-name="Omegatonos" unicode="&#x38f;" horiz-adv-x="1665" 
+d="M864 1333q-238 0 -363 -128.5t-125 -381.5q0 -225 86.5 -391.5t266.5 -298.5v-133h-586v152h364q-151 118 -231 293t-80 378q0 310 177 486t491 176q315 0 492 -173.5t177 -486.5q0 -207 -79 -380t-230 -293h363v-152h-586v133q183 134 267.5 301t84.5 389
+q0 252 -124.5 381t-364.5 129zM-28 1165q27 72 53.5 185.5t38.5 195.5h184v-23q-18 -74 -72.5 -192.5t-103.5 -194.5h-100v29z" />
+    <glyph glyph-name="iotadieresistonos" unicode="&#x390;" horiz-adv-x="694" 
+d="M334 1096v-774q0 -104 36.5 -154.5t123.5 -50.5q37 0 87.5 6.5t77.5 13.5v-127q-31 -13 -83.5 -21.5t-102.5 -8.5q-160 0 -232.5 84t-72.5 253v779h166zM206 1413q65 169 96 303h189v-20q-33 -67 -93.5 -156.5t-111.5 -150.5h-80v24zM-23 1393q0 52 26 75t64 23
+q41 0 65.5 -26t24.5 -72q0 -50 -27.5 -74.5t-62.5 -24.5q-38 0 -64 24.5t-26 74.5zM413 1393q0 52 26 75t64 23q41 0 65.5 -26t24.5 -72q0 -50 -27.5 -74.5t-62.5 -24.5q-38 0 -64 24.5t-26 74.5z" />
+    <glyph glyph-name="Alpha" unicode="&#x391;" horiz-adv-x="1296" 
+d="M1120 0l-182 465h-586l-180 -465h-172l578 1468h143l575 -1468h-176zM885 618l-170 453q-33 86 -68 211q-22 -96 -63 -211l-172 -453h473z" />
+    <glyph glyph-name="Beta" unicode="&#x392;" horiz-adv-x="1327" 
+d="M201 1462h413q291 0 421 -87t130 -275q0 -130 -72.5 -214.5t-211.5 -109.5v-10q333 -57 333 -350q0 -196 -132.5 -306t-370.5 -110h-510v1462zM371 836h280q180 0 259 56.5t79 190.5q0 123 -88 177.5t-280 54.5h-250v-479zM371 692v-547h305q177 0 266.5 68.5t89.5 214.5
+q0 136 -91.5 200t-278.5 64h-291z" />
+    <glyph glyph-name="Gamma" unicode="&#x393;" horiz-adv-x="1065" 
+d="M1016 1462v-153h-645v-1309h-170v1462h815z" />
+    <glyph glyph-name="uni0394" unicode="&#x394;" horiz-adv-x="1171" 
+d="M39 104l463 1358h166l465 -1360v-102h-1094v104zM584 1268q-61 -225 -101 -346l-260 -770h721l-258 761q-68 202 -102 355z" />
+    <glyph glyph-name="Epsilon" unicode="&#x395;" 
+d="M1016 0h-815v1462h815v-151h-645v-471h606v-150h-606v-538h645v-152z" />
+    <glyph glyph-name="Zeta" unicode="&#x396;" horiz-adv-x="1169" 
+d="M1087 0h-1005v133l776 1176h-752v153h959v-133l-776 -1175h798v-154z" />
+    <glyph glyph-name="Eta" unicode="&#x397;" horiz-adv-x="1511" 
+d="M1311 0h-170v688h-770v-688h-170v1462h170v-622h770v622h170v-1462z" />
+    <glyph glyph-name="Theta" unicode="&#x398;" horiz-adv-x="1595" 
+d="M483 819h629v-149h-629v149zM1470 733q0 -351 -177.5 -552t-493.5 -201q-323 0 -498.5 197.5t-175.5 557.5q0 357 176 553.5t500 196.5q315 0 492 -200t177 -552zM305 733q0 -296 125 -450t369 -154q243 0 367 152t124 452q0 298 -123.5 449t-365.5 151
+q-245 0 -370.5 -153t-125.5 -447z" />
+    <glyph glyph-name="Iota.alt" horiz-adv-x="682" 
+d="M598 0h-514v98l172 35v1194l-172 37v98h514v-98l-172 -37v-1194l172 -35v-98z" />
+    <glyph glyph-name="Kappa" unicode="&#x39a;" horiz-adv-x="1257" 
+d="M1257 0h-200l-533 709l-153 -136v-573h-170v1462h170v-725l663 725h201l-588 -635z" />
+    <glyph glyph-name="Lambda" unicode="&#x39b;" horiz-adv-x="1235" 
+d="M1235 0h-182l-330 928q-87 252 -109 342q-33 -139 -104 -340l-328 -930h-182l528 1462h177z" />
+    <glyph glyph-name="Mu" unicode="&#x39c;" horiz-adv-x="1849" 
+d="M848 0l-496 1296h-8q14 -154 14 -366v-930h-157v1462h256l463 -1206h8l467 1206h254v-1462h-170v942q0 162 14 352h-8l-500 -1294h-137z" />
+    <glyph glyph-name="Nu" unicode="&#x39d;" horiz-adv-x="1544" 
+d="M1343 0h-194l-799 1227h-8q16 -216 16 -396v-831h-157v1462h192l797 -1222h8q-2 27 -9 173.5t-5 209.5v839h159v-1462z" />
+    <glyph glyph-name="Xi" unicode="&#x39e;" horiz-adv-x="1133" 
+d="M195 840h743v-150h-743v150zM113 1462h907v-151h-907v151zM1061 152v-152h-989v152h989z" />
+    <glyph glyph-name="Omicron" unicode="&#x39f;" horiz-adv-x="1595" 
+d="M1470 733q0 -351 -177.5 -552t-493.5 -201q-323 0 -498.5 197.5t-175.5 557.5q0 357 176 553.5t500 196.5q315 0 492 -200t177 -552zM305 733q0 -297 126.5 -450.5t367.5 -153.5q243 0 367 153t124 451q0 295 -123.5 447.5t-365.5 152.5q-243 0 -369.5 -153.5
+t-126.5 -446.5z" />
+    <glyph glyph-name="Pi" unicode="&#x3a0;" horiz-adv-x="1493" 
+d="M1292 0h-170v1311h-751v-1311h-170v1462h1091v-1462z" />
+    <glyph glyph-name="Rho" unicode="&#x3a1;" horiz-adv-x="1233" 
+d="M1128 1036q0 -222 -151.5 -341.5t-433.5 -119.5h-172v-575h-170v1462h379q548 0 548 -426zM371 721h153q226 0 327 73t101 234q0 145 -95 216t-296 71h-190v-594z" />
+    <glyph glyph-name="Sigma" unicode="&#x3a3;" horiz-adv-x="1161" 
+d="M74 0v141l481 623l-469 555v143h971v-153h-676l-96 2l460 -545l-481 -614h852v-152h-1042z" />
+    <glyph glyph-name="Tau" unicode="&#x3a4;" horiz-adv-x="1133" 
+d="M651 0h-170v1311h-463v151h1096v-151h-463v-1311z" />
+    <glyph glyph-name="Upsilon" unicode="&#x3a5;" horiz-adv-x="1147" 
+d="M573 731l390 731h184l-488 -895v-567h-172v559l-487 903h186z" />
+    <glyph glyph-name="Phi" unicode="&#x3a6;" horiz-adv-x="1634" 
+d="M731 1483h172v-180h70q171 0 296.5 -68t192 -192t66.5 -283q0 -166 -74.5 -295.5t-204 -194.5t-305.5 -65h-41v-225h-172v225h-45q-176 0 -305 66t-202 196t-73 291q0 158 67.5 282t193.5 193.5t297 69.5h67v180zM903 348h25q201 0 312.5 109.5t111.5 304.5
+q0 185 -103 290t-288 105h-58v-809zM731 1157h-57q-182 0 -286.5 -106t-104.5 -289q0 -197 111 -305.5t313 -108.5h24v809z" />
+    <glyph glyph-name="Chi" unicode="&#x3a7;" horiz-adv-x="1182" 
+d="M1174 0h-193l-393 643l-400 -643h-180l486 764l-453 698h188l363 -579l366 579h181l-453 -692z" />
+    <glyph glyph-name="Psi" unicode="&#x3a8;" horiz-adv-x="1630" 
+d="M899 0h-170v446h-45q-176 0 -303.5 61t-199.5 184.5t-72 287.5v483h174v-479q0 -188 103.5 -288.5t315.5 -100.5h27v868h170v-868h29q211 0 314.5 99t103.5 286v483h176v-481q0 -165 -72 -288.5t-201.5 -185t-304.5 -61.5h-45v-446z" />
+    <glyph glyph-name="uni03A9" unicode="&#x3a9;" horiz-adv-x="1602" 
+d="M801 1333q-238 0 -363 -128.5t-125 -381.5q0 -225 86.5 -391.5t266.5 -298.5v-133h-586v152h364q-151 118 -231 293t-80 378q0 310 177 486t491 176q315 0 492 -173.5t177 -486.5q0 -207 -79 -380t-230 -293h363v-152h-586v133q183 134 267.5 301t84.5 389
+q0 252 -124.5 381t-364.5 129z" />
+    <glyph glyph-name="Iotadieresis.alt" horiz-adv-x="682" 
+d="M598 0h-514v98l172 35v1194l-172 37v98h514v-98l-172 -37v-1194l172 -35v-98zM60 1731q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM441 1731q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5
+t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
+    <glyph glyph-name="Upsilondieresis" unicode="&#x3ab;" horiz-adv-x="1147" 
+d="M573 731l390 731h184l-488 -895v-567h-172v559l-487 903h186zM292 1731q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM673 1731q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5
+t-63.5 24.5t-26.5 74.5z" />
+    <glyph glyph-name="alphatonos" unicode="&#x3ac;" horiz-adv-x="1251" 
+d="M592 119q169 0 244 97.5t75 315.5v15q0 229 -76 328.5t-245 99.5q-303 0 -303 -432q0 -212 73.5 -318t231.5 -106zM567 -20q-214 0 -333 148.5t-119 416.5q0 274 122 422.5t347 148.5q121 0 201.5 -42t134.5 -126h12q24 92 65 148h129q-21 -66 -35 -189t-14 -239v-439
+q0 -114 84 -114q29 0 62 10v-119q-46 -26 -111 -26q-81 0 -125.5 40.5t-62.5 126.5h-13q-59 -86 -142.5 -126.5t-201.5 -40.5zM537 1270q27 72 53.5 185.5t38.5 195.5h184v-23q-18 -74 -72.5 -192.5t-103.5 -194.5h-100v29z" />
+    <glyph glyph-name="epsilontonos" unicode="&#x3ad;" horiz-adv-x="973" 
+d="M715 641v-141h-148q-311 0 -311 -195q0 -90 73.5 -139t219.5 -49q84 0 167 19.5t183 66.5v-148q-137 -75 -358 -75q-210 0 -330.5 84.5t-120.5 232.5q0 98 55 163.5t185 106.5v11q-98 28 -151.5 91.5t-53.5 155.5q0 133 112 212t304 79q97 0 179.5 -16.5t182.5 -61.5
+l-63 -133q-94 42 -159 56t-144 14q-250 0 -250 -162q0 -172 317 -172h111zM452 1270q27 72 53.5 185.5t38.5 195.5h184v-23q-18 -74 -72.5 -192.5t-103.5 -194.5h-100v29z" />
+    <glyph glyph-name="etatonos" unicode="&#x3ae;" horiz-adv-x="1257" 
+d="M926 -492v1201q0 134 -61 200t-191 66q-172 0 -252 -93t-80 -307v-575h-166v1096h135l27 -150h8q51 81 143 125.5t205 44.5q198 0 298 -95.5t100 -305.5v-1207h-166zM567 1270q27 72 53.5 185.5t38.5 195.5h184v-23q-18 -74 -72.5 -192.5t-103.5 -194.5h-100v29z" />
+    <glyph glyph-name="iotatonos" unicode="&#x3af;" horiz-adv-x="694" 
+d="M334 1096v-774q0 -104 36.5 -154.5t123.5 -50.5q37 0 87.5 6.5t77.5 13.5v-127q-31 -13 -83.5 -21.5t-102.5 -8.5q-160 0 -232.5 84t-72.5 253v779h166zM192 1270q27 72 53.5 185.5t38.5 195.5h184v-23q-18 -74 -72.5 -192.5t-103.5 -194.5h-100v29z" />
+    <glyph glyph-name="upsilondieresistonos" unicode="&#x3b0;" horiz-adv-x="1247" 
+d="M627 -20q-231 0 -347 125t-116 391v600h166v-592q0 -192 79 -289.5t232 -97.5q167 0 247.5 119t80.5 370q0 130 -14 242t-48 248h166q36 -144 50 -251t14 -247q0 -318 -129 -468t-381 -150zM571 1413q65 169 96 303h189v-20q-33 -67 -93.5 -156.5t-111.5 -150.5h-80v24z
+M342 1393q0 52 26 75t64 23q41 0 65.5 -26t24.5 -72q0 -50 -27.5 -74.5t-62.5 -24.5q-38 0 -64 24.5t-26 74.5zM778 1393q0 52 26 75t64 23q41 0 65.5 -26t24.5 -72q0 -50 -27.5 -74.5t-62.5 -24.5q-38 0 -64 24.5t-26 74.5z" />
+    <glyph glyph-name="alpha" unicode="&#x3b1;" horiz-adv-x="1251" 
+d="M592 119q169 0 244 97.5t75 315.5v15q0 229 -76 328.5t-245 99.5q-303 0 -303 -432q0 -212 73.5 -318t231.5 -106zM567 -20q-214 0 -333 148.5t-119 416.5q0 274 122 422.5t347 148.5q121 0 201.5 -42t134.5 -126h12q24 92 65 148h129q-21 -66 -35 -189t-14 -239v-439
+q0 -114 84 -114q29 0 62 10v-119q-46 -26 -111 -26q-81 0 -125.5 40.5t-62.5 126.5h-13q-59 -86 -142.5 -126.5t-201.5 -40.5z" />
+    <glyph glyph-name="beta" unicode="&#x3b2;" horiz-adv-x="1286" 
+d="M659 1567q220 0 344.5 -104t124.5 -287q0 -294 -313 -345v-8q377 -42 377 -409q0 -209 -132 -321.5t-370 -112.5q-109 0 -189 15.5t-159 53.5v-541h-166v1588q0 225 126.5 348t356.5 123zM657 1427q-158 0 -236.5 -86t-78.5 -251v-887q93 -49 173.5 -67.5t166.5 -18.5
+q171 0 257.5 75t86.5 232t-95 239t-272 82h-112v142h92q155 0 236 73.5t81 210.5q0 123 -78 189.5t-221 66.5z" />
+    <glyph glyph-name="gamma" unicode="&#x3b3;" horiz-adv-x="1049" 
+d="M532 -492h-180q0 96 32 243t75 261l-449 1084h172l240 -584q94 -235 113 -338h8q5 30 25.5 101t42 135.5t255.5 685.5h172l-405 -1069q-48 -124 -74.5 -270t-26.5 -249z" />
+    <glyph glyph-name="delta" unicode="&#x3b4;" horiz-adv-x="1188" 
+d="M545 936q-140 78 -198 157.5t-58 178.5q0 130 97 206t261 76q103 0 197.5 -22.5t220.5 -85.5l-72 -135q-112 62 -191.5 84t-160.5 22q-85 0 -133.5 -39.5t-48.5 -105.5q0 -71 53.5 -126.5t220.5 -146.5q210 -115 298.5 -235.5t88.5 -284.5q0 -235 -136 -367t-372 -132
+q-227 0 -363 124t-136 334q0 177 113 307.5t319 190.5zM948 479q0 128 -61.5 219.5t-202.5 165.5q-206 -53 -301.5 -161.5t-95.5 -268.5q0 -144 89 -229.5t236 -85.5q162 0 249 93t87 267z" />
+    <glyph glyph-name="epsilon" unicode="&#x3b5;" horiz-adv-x="973" 
+d="M715 641v-141h-148q-311 0 -311 -195q0 -90 73.5 -139t219.5 -49q84 0 167 19.5t183 66.5v-148q-137 -75 -358 -75q-210 0 -330.5 84.5t-120.5 232.5q0 98 55 163.5t185 106.5v11q-98 28 -151.5 91.5t-53.5 155.5q0 133 112 212t304 79q97 0 179.5 -16.5t182.5 -61.5
+l-63 -133q-94 42 -159 56t-144 14q-250 0 -250 -162q0 -172 317 -172h111z" />
+    <glyph glyph-name="zeta" unicode="&#x3b6;" horiz-adv-x="989" 
+d="M176 1415v141h752v-129q-215 -180 -359 -341.5t-213 -306t-69 -310.5q0 -98 29.5 -157t92 -95.5t234.5 -73.5q149 -31 217 -85.5t68 -145.5q0 -149 -127 -313h-166q125 161 125 268q0 56 -55.5 86.5t-198.5 56.5q-203 36 -297 145.5t-94 303.5q0 114 29.5 218t85.5 201.5
+t156.5 212t342.5 332.5q-40 -8 -311 -8h-242z" />
+    <glyph glyph-name="eta" unicode="&#x3b7;" horiz-adv-x="1257" 
+d="M926 -492v1201q0 134 -61 200t-191 66q-172 0 -252 -93t-80 -307v-575h-166v1096h135l27 -150h8q51 81 143 125.5t205 44.5q198 0 298 -95.5t100 -305.5v-1207h-166z" />
+    <glyph glyph-name="theta" unicode="&#x3b8;" horiz-adv-x="1212" 
+d="M1098 780q0 -406 -122 -603t-372 -197q-240 0 -364.5 201.5t-124.5 598.5q0 407 122.5 603t366.5 196t369 -202.5t125 -596.5zM604 119q164 0 242 152.5t84 459.5h-647q4 -304 79 -458t242 -154zM604 1440q-161 0 -236 -143.5t-85 -424.5h645q-11 281 -87 424.5
+t-237 143.5z" />
+    <glyph glyph-name="iota" unicode="&#x3b9;" horiz-adv-x="694" 
+d="M334 1096v-774q0 -104 36.5 -154.5t123.5 -50.5q37 0 87.5 6.5t77.5 13.5v-127q-31 -13 -83.5 -21.5t-102.5 -8.5q-160 0 -232.5 84t-72.5 253v779h166z" />
+    <glyph glyph-name="kappa" unicode="&#x3ba;" horiz-adv-x="1061" 
+d="M815 1094h207l-414 -482l443 -612h-201l-361 504l-135 -113v-391h-178v1094h178v-283q0 -166 -12 -279z" />
+    <glyph glyph-name="lambda" unicode="&#x3bb;" horiz-adv-x="1094" 
+d="M-14 0l473 1079l-58 162q-30 85 -55 120t-58.5 53t-82.5 18q-58 0 -115 -13v133q68 17 131 17q91 0 151.5 -30t104.5 -95t98 -217l363 -1012q19 -49 40 -74.5t56 -25.5q27 0 60 10v-121q-48 -24 -109 -24q-74 0 -115.5 38t-70.5 121l-156 436q-84 240 -106 336h-9
+q-28 -116 -116 -325l-254 -586h-172z" />
+    <glyph glyph-name="uni03BC" unicode="&#x3bc;" horiz-adv-x="1268" 
+d="M342 381q0 -262 254 -262q171 0 250.5 94.5t79.5 306.5v576h166v-1096h-136l-26 147h-10q-111 -167 -340 -167q-150 0 -238 92h-10q10 -84 10 -244v-320h-166v1588h166v-715z" />
+    <glyph glyph-name="nu" unicode="&#x3bd;" horiz-adv-x="1110" 
+d="M0 1096h172l219 -590q26 -67 67.5 -186t57.5 -181h8q177 175 256.5 397.5t79.5 559.5h166q0 -363 -103.5 -617t-328.5 -479h-186z" />
+    <glyph glyph-name="xi" unicode="&#x3be;" horiz-adv-x="973" 
+d="M854 754h-178q-176 0 -282.5 -89t-106.5 -231q0 -80 25 -129t72.5 -79.5t115 -48.5t151.5 -36q142 -29 209.5 -84t67.5 -145q0 -65 -27 -139.5t-94 -173.5h-156q53 71 86 144.5t33 125.5q0 55 -57.5 85.5t-200.5 55.5q-200 34 -299.5 134t-99.5 276q0 140 79 245t207 144
+v12q-217 64 -217 281q0 117 69.5 196t235.5 129q-128 -12 -243 -12h-68v141h698v-131h-51q-130 0 -242 -40t-175.5 -112t-63.5 -167q0 -115 83.5 -169t258.5 -54h170v-129z" />
+    <glyph glyph-name="omicron" unicode="&#x3bf;" horiz-adv-x="1237" 
+d="M1122 549q0 -268 -135 -418.5t-373 -150.5q-147 0 -261 69t-176 198t-62 302q0 268 134 417.5t372 149.5q230 0 365.5 -153t135.5 -414zM287 549q0 -210 84 -320t247 -110t247.5 109.5t84.5 320.5q0 209 -84.5 317.5t-249.5 108.5q-163 0 -246 -107t-83 -319z" />
+    <glyph glyph-name="pi" unicode="&#x3c0;" horiz-adv-x="1331" 
+d="M1149 117q38 0 86 18v-131q-43 -24 -127 -24q-219 0 -219 253v721h-477v-954h-166v954h-221v74l143 68h1100v-142h-213v-708q0 -74 25.5 -101.5t68.5 -27.5z" />
+    <glyph glyph-name="rho" unicode="&#x3c1;" horiz-adv-x="1237" 
+d="M1122 549q0 -271 -128 -420t-361 -149q-179 0 -299 94h-8q8 -61 8 -273v-293h-168v1055q0 266 125.5 409.5t359.5 143.5q219 0 345 -151.5t126 -415.5zM643 975q-158 0 -233.5 -103.5t-75.5 -312.5v-338q122 -102 305 -102q159 0 235 104t76 326q0 214 -72 320t-235 106z
+" />
+    <glyph glyph-name="sigma1" unicode="&#x3c2;" horiz-adv-x="987" 
+d="M287 522q0 -135 29.5 -201t101 -106t231.5 -74q148 -32 213.5 -85.5t65.5 -143.5q0 -66 -27 -142t-94 -171h-156q54 70 87.5 144t33.5 124q0 40 -25.5 63.5t-80.5 42.5t-152 37q-204 37 -301.5 164t-97.5 346q0 286 138 441t386 155q79 0 158 -16.5t133 -40.5l-53 -141
+q-130 51 -244 51q-176 0 -261 -109t-85 -338z" />
+    <glyph glyph-name="sigma" unicode="&#x3c3;" horiz-adv-x="1255" 
+d="M1120 508q0 -157 -61.5 -277.5t-176 -185.5t-268.5 -65q-235 0 -367 144t-132 398q0 574 592 574h499v-142h-264q178 -167 178 -446zM287 522q0 -194 85 -298.5t246 -104.5q159 0 244.5 98.5t85.5 280.5q0 270 -174 456h-65q-222 0 -322 -104t-100 -328z" />
+    <glyph glyph-name="tau" unicode="&#x3c4;" horiz-adv-x="969" 
+d="M915 1096v-142h-432v-618q0 -223 205 -223q47 0 96 6.5t76 13.5v-125q-35 -15 -90.5 -24t-103.5 -9q-181 0 -266 85t-85 255v639h-297v74l148 68h749z" />
+    <glyph glyph-name="upsilon" unicode="&#x3c5;" horiz-adv-x="1247" 
+d="M627 -20q-231 0 -347 125t-116 391v600h166v-592q0 -192 79 -289.5t232 -97.5q167 0 247.5 119t80.5 370q0 130 -14 242t-48 248h166q36 -144 50 -251t14 -247q0 -318 -129 -468t-381 -150z" />
+    <glyph glyph-name="phi" unicode="&#x3c6;" horiz-adv-x="1470" 
+d="M643 -492v474q-260 11 -394 156.5t-134 416.5q0 296 207 549l131 -90q-89 -117 -129.5 -229t-40.5 -236q0 -395 360 -430v620q0 187 83 282t232 95q180 0 289 -146.5t109 -396.5q0 -178 -68 -308.5t-192 -202.5t-289 -80v-474h-164zM1184 571q0 185 -62 294.5t-164 109.5
+q-73 0 -112 -60t-39 -174v-622q179 16 278 134t99 318z" />
+    <glyph glyph-name="chi" unicode="&#x3c7;" horiz-adv-x="1118" 
+d="M178 1102q54 0 93 -21.5t70 -67t75 -157.5l145 -369l318 609h180l-428 -772l190 -484q48 -122 89 -159t104 -37q45 0 90 8v-129q-60 -15 -119 -15q-115 0 -185.5 59t-129.5 218l-150 387l-362 -664h-178l464 836l-172 444q-38 99 -73 139t-78 40q-37 0 -64 -11v129
+q49 17 121 17z" />
+    <glyph glyph-name="psi" unicode="&#x3c8;" horiz-adv-x="1542" 
+d="M858 1554v-1431q188 15 289.5 130.5t101.5 319.5q0 120 -13 237.5t-50 285.5h166q63 -272 63 -516q0 -276 -142.5 -429t-414.5 -169v-474h-164v474q-264 9 -397 154t-133 417v543h166v-549q0 -195 90 -304t274 -122v1433h164z" />
+    <glyph glyph-name="omega" unicode="&#x3c9;" horiz-adv-x="1583" 
+d="M500 -20q-182 0 -283.5 148t-101.5 402q0 156 27.5 284.5t95.5 281.5h172q-68 -156 -96.5 -283.5t-28.5 -284.5q0 -193 60 -301t167 -108q94 0 146.5 71.5t52.5 196.5v311h161v-311q0 -128 53 -198t146 -70q107 0 167 108t60 301q0 151 -27.5 281t-96.5 287h172
+q65 -146 93.5 -277.5t28.5 -288.5q0 -252 -101.5 -401t-283.5 -149q-220 0 -288 182h-9q-65 -182 -286 -182z" />
+    <glyph glyph-name="iotadieresis" unicode="&#x3ca;" horiz-adv-x="694" 
+d="M334 1096v-774q0 -104 36.5 -154.5t123.5 -50.5q37 0 87.5 6.5t77.5 13.5v-127q-31 -13 -83.5 -21.5t-102.5 -8.5q-160 0 -232.5 84t-72.5 253v779h166zM9 1393q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5
+zM390 1393q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
+    <glyph glyph-name="upsilondieresis" unicode="&#x3cb;" horiz-adv-x="1247" 
+d="M627 -20q-231 0 -347 125t-116 391v600h166v-592q0 -192 79 -289.5t232 -97.5q167 0 247.5 119t80.5 370q0 130 -14 242t-48 248h166q36 -144 50 -251t14 -247q0 -318 -129 -468t-381 -150zM366 1393q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5
+t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM747 1393q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
+    <glyph glyph-name="omicrontonos" unicode="&#x3cc;" horiz-adv-x="1237" 
+d="M1122 549q0 -268 -135 -418.5t-373 -150.5q-147 0 -261 69t-176 198t-62 302q0 268 134 417.5t372 149.5q230 0 365.5 -153t135.5 -414zM287 549q0 -210 84 -320t247 -110t247.5 109.5t84.5 320.5q0 209 -84.5 317.5t-249.5 108.5q-163 0 -246 -107t-83 -319zM541 1270
+q27 72 53.5 185.5t38.5 195.5h184v-23q-18 -74 -72.5 -192.5t-103.5 -194.5h-100v29z" />
+    <glyph glyph-name="upsilontonos" unicode="&#x3cd;" horiz-adv-x="1247" 
+d="M627 -20q-231 0 -347 125t-116 391v600h166v-592q0 -192 79 -289.5t232 -97.5q167 0 247.5 119t80.5 370q0 130 -14 242t-48 248h166q36 -144 50 -251t14 -247q0 -318 -129 -468t-381 -150zM547 1270q27 72 53.5 185.5t38.5 195.5h184v-23q-18 -74 -72.5 -192.5
+t-103.5 -194.5h-100v29z" />
+    <glyph glyph-name="omegatonos" unicode="&#x3ce;" horiz-adv-x="1583" 
+d="M500 -20q-182 0 -283.5 148t-101.5 402q0 156 27.5 284.5t95.5 281.5h172q-68 -156 -96.5 -283.5t-28.5 -284.5q0 -193 60 -301t167 -108q94 0 146.5 71.5t52.5 196.5v311h161v-311q0 -128 53 -198t146 -70q107 0 167 108t60 301q0 151 -27.5 281t-96.5 287h172
+q65 -146 93.5 -277.5t28.5 -288.5q0 -252 -101.5 -401t-283.5 -149q-220 0 -288 182h-9q-65 -182 -286 -182zM709 1270q27 72 53.5 185.5t38.5 195.5h184v-23q-18 -74 -72.5 -192.5t-103.5 -194.5h-100v29z" />
+    <glyph glyph-name="afii10023" unicode="&#x401;" 
+d="M1016 0h-815v1462h815v-151h-645v-471h606v-150h-606v-538h645v-152zM348 1731q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM729 1731q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5
+t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
+    <glyph glyph-name="afii10051" unicode="&#x402;" horiz-adv-x="1503" 
+d="M975 -20q-96 0 -150 22v150q55 -19 146 -19q101 0 153 62t52 174v131q0 128 -65.5 184.5t-205.5 56.5h-381v-741h-170v1311h-336v151h951v-151h-445v-418h396q205 0 315.5 -95.5t110.5 -273.5v-143q0 -190 -98 -295.5t-273 -105.5z" />
+    <glyph glyph-name="afii10052" unicode="&#x403;" horiz-adv-x="1065" 
+d="M1016 1462v-153h-645v-1309h-170v1462h815zM483 1604q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111v25z" />
+    <glyph glyph-name="afii10053" unicode="&#x404;" horiz-adv-x="1309" 
+d="M834 1331q-226 0 -360.5 -125t-164.5 -366h723v-150h-727q10 -274 143.5 -416.5t382.5 -142.5q162 0 363 55v-149q-161 -57 -387 -57q-332 0 -507 194t-175 559q0 351 188.5 551.5t522.5 200.5q237 0 415 -88l-71 -148q-169 82 -346 82z" />
+    <glyph glyph-name="afii10054" unicode="&#x405;" horiz-adv-x="1124" 
+d="M1026 389q0 -193 -140 -301t-380 -108q-260 0 -400 67v164q90 -38 196 -60t210 -22q170 0 256 64.5t86 179.5q0 76 -30.5 124.5t-102 89.5t-217.5 93q-204 73 -291.5 173t-87.5 261q0 169 127 269t336 100q218 0 401 -80l-53 -148q-181 76 -352 76q-135 0 -211 -58
+t-76 -161q0 -76 28 -124.5t94.5 -89t203.5 -89.5q230 -82 316.5 -176t86.5 -244z" />
+    <glyph glyph-name="afii10055.alt" horiz-adv-x="682" 
+d="M598 0h-514v98l172 35v1194l-172 37v98h514v-98l-172 -37v-1194l172 -35v-98z" />
+    <glyph glyph-name="afii10056.alt" horiz-adv-x="682" 
+d="M598 0h-514v98l172 35v1194l-172 37v98h514v-98l-172 -37v-1194l172 -35v-98zM60 1731q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM441 1731q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5
+t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
+    <glyph glyph-name="afii10057" unicode="&#x408;" horiz-adv-x="547" 
+d="M-12 -385q-94 0 -148 27v145q71 -20 148 -20q99 0 150.5 60t51.5 173v1462h170v-1448q0 -190 -96 -294.5t-276 -104.5z" />
+    <glyph glyph-name="afii10058" unicode="&#x409;" horiz-adv-x="1903" 
+d="M1827 426q0 -206 -137.5 -316t-397.5 -110h-327v1311h-365q-57 -440 -99 -701t-82 -386.5t-109.5 -186t-176.5 -60.5q-69 0 -133 25v143q50 -26 113 -26q48 0 80.5 31t54 82.5t49 176.5t61.5 348t99 705h678v-624h122q570 0 570 -412zM1135 147h133q198 0 289.5 69.5
+t91.5 209.5q0 138 -96 200t-316 62h-102v-541z" />
+    <glyph glyph-name="afii10059" unicode="&#x40a;" horiz-adv-x="1952" 
+d="M1876 426q0 -206 -136 -316t-397 -110h-329v688h-643v-688h-170v1462h170v-622h643v622h172v-624h121q569 0 569 -412zM1186 147h133q196 0 288.5 69.5t92.5 209.5q0 137 -96.5 199.5t-315.5 62.5h-102v-541z" />
+    <glyph glyph-name="afii10060" unicode="&#x40b;" horiz-adv-x="1503" 
+d="M524 893h400q205 0 313.5 -94t108.5 -275v-524h-170v502q0 126 -62.5 182.5t-202.5 56.5h-387v-741h-170v1311h-336v151h1014v-151h-508v-418z" />
+    <glyph glyph-name="afii10061" unicode="&#x40c;" horiz-adv-x="1253" 
+d="M1253 0h-206l-676 741v-741h-170v1462h170v-708l659 708h195l-647 -710zM555 1604q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111v25z" />
+    <glyph glyph-name="afii10062" unicode="&#x40e;" horiz-adv-x="1272" 
+d="M293 -20q-111 0 -195 30v166q93 -43 189 -43q110 0 176.5 50.5t132.5 189.5l-569 1089h188l432 -831q25 -49 39 -96h8q28 84 39 106l359 821h180l-467 -1046q-84 -187 -151.5 -272t-152 -124.5t-208.5 -39.5zM652 1579q-185 0 -270 71.5t-95 235.5h156q9 -104 54.5 -145
+t158.5 -41q103 0 152.5 44t60.5 142h157q-12 -158 -101 -232.5t-273 -74.5z" />
+    <glyph glyph-name="afii10145" unicode="&#x40f;" horiz-adv-x="1493" 
+d="M1292 0h-465v-381h-176v381h-450v1462h170v-1308h751v1308h170v-1462z" />
+    <glyph glyph-name="afii10017" unicode="&#x410;" horiz-adv-x="1296" 
+d="M1120 0l-182 465h-586l-180 -465h-172l578 1468h143l575 -1468h-176zM885 618l-170 453q-33 86 -68 211q-22 -96 -63 -211l-172 -453h473z" />
+    <glyph glyph-name="afii10018" unicode="&#x411;" horiz-adv-x="1255" 
+d="M1149 426q0 -218 -129.5 -322t-390.5 -104h-428v1462h862v-151h-692v-473h227q193 0 314 -44.5t179 -131.5t58 -236zM371 147h239q190 0 276.5 65t86.5 214q0 142 -88 202t-307 60h-207v-541z" />
+    <glyph glyph-name="afii10019" unicode="&#x412;" horiz-adv-x="1327" 
+d="M201 1462h413q291 0 421 -87t130 -275q0 -130 -72.5 -214.5t-211.5 -109.5v-10q333 -57 333 -350q0 -196 -132.5 -306t-370.5 -110h-510v1462zM371 836h280q180 0 259 56.5t79 190.5q0 123 -88 177.5t-280 54.5h-250v-479zM371 692v-547h305q177 0 266.5 68.5t89.5 214.5
+q0 136 -91.5 200t-278.5 64h-291z" />
+    <glyph glyph-name="afii10020" unicode="&#x413;" horiz-adv-x="1065" 
+d="M1016 1462v-153h-645v-1309h-170v1462h815z" />
+    <glyph glyph-name="afii10021" unicode="&#x414;" horiz-adv-x="1399" 
+d="M1354 -381h-162v381h-1016v-381h-162v535h113q154 259 263.5 630t121.5 678h657v-1308h185v-535zM999 154v1155h-333q-18 -242 -121 -581.5t-240 -573.5h694z" />
+    <glyph glyph-name="afii10022" unicode="&#x415;" 
+d="M1016 0h-815v1462h815v-151h-645v-471h606v-150h-606v-538h645v-152z" />
+    <glyph glyph-name="afii10024" unicode="&#x416;" horiz-adv-x="1729" 
+d="M598 752l-575 710h190l569 -708v708h164v-708l570 708h190l-576 -708l594 -754h-196l-582 741v-741h-164v741l-581 -741h-199z" />
+    <glyph glyph-name="afii10025" unicode="&#x417;" horiz-adv-x="1190" 
+d="M1049 1120q0 -144 -91.5 -234t-252.5 -114v-8q183 -25 277.5 -115t94.5 -235q0 -205 -153 -319.5t-432 -114.5q-255 0 -418 79v158q96 -46 207.5 -71t214.5 -25q198 0 299.5 75t101.5 216q0 134 -112.5 203t-335.5 69h-218v143h209q205 0 317.5 73.5t112.5 205.5
+q0 107 -81 171t-218 64q-110 0 -199 -25t-206 -99l-84 114q101 75 226.5 113.5t260.5 38.5q225 0 352.5 -98.5t127.5 -264.5z" />
+    <glyph glyph-name="afii10026" unicode="&#x418;" horiz-adv-x="1561" 
+d="M203 1462h159v-813q0 -225 -14 -407h8l820 1220h186v-1462h-160v805q0 201 17 422h-9l-821 -1227h-186v1462z" />
+    <glyph glyph-name="afii10027" unicode="&#x419;" horiz-adv-x="1561" 
+d="M203 1462h159v-813q0 -225 -14 -407h8l820 1220h186v-1462h-160v805q0 201 17 422h-9l-821 -1227h-186v1462zM809 1579q-185 0 -270 71.5t-95 235.5h156q9 -104 54.5 -145t158.5 -41q103 0 152.5 44t60.5 142h157q-12 -158 -101 -232.5t-273 -74.5z" />
+    <glyph glyph-name="afii10028" unicode="&#x41a;" horiz-adv-x="1253" 
+d="M1253 0h-206l-676 741v-741h-170v1462h170v-708l659 708h195l-647 -710z" />
+    <glyph glyph-name="afii10029" unicode="&#x41b;" horiz-adv-x="1442" 
+d="M1241 0h-170v1311h-475l-31 -240q-61 -479 -107.5 -700.5t-122.5 -308.5t-202 -85q-74 0 -133 25v143q54 -26 113 -26q53 0 92.5 43.5t70 151t77 408t102.5 740.5h786v-1462z" />
+    <glyph glyph-name="afii10030" unicode="&#x41c;" horiz-adv-x="1849" 
+d="M848 0l-496 1296h-8q14 -154 14 -366v-930h-157v1462h256l463 -1206h8l467 1206h254v-1462h-170v942q0 162 14 352h-8l-500 -1294h-137z" />
+    <glyph glyph-name="afii10031" unicode="&#x41d;" horiz-adv-x="1511" 
+d="M1311 0h-170v688h-770v-688h-170v1462h170v-622h770v622h170v-1462z" />
+    <glyph glyph-name="afii10032" unicode="&#x41e;" horiz-adv-x="1595" 
+d="M1470 733q0 -351 -177.5 -552t-493.5 -201q-323 0 -498.5 197.5t-175.5 557.5q0 357 176 553.5t500 196.5q315 0 492 -200t177 -552zM305 733q0 -297 126.5 -450.5t367.5 -153.5q243 0 367 153t124 451q0 295 -123.5 447.5t-365.5 152.5q-243 0 -369.5 -153.5
+t-126.5 -446.5z" />
+    <glyph glyph-name="afii10033" unicode="&#x41f;" horiz-adv-x="1493" 
+d="M1292 0h-170v1311h-751v-1311h-170v1462h1091v-1462z" />
+    <glyph glyph-name="afii10034" unicode="&#x420;" horiz-adv-x="1233" 
+d="M1128 1036q0 -222 -151.5 -341.5t-433.5 -119.5h-172v-575h-170v1462h379q548 0 548 -426zM371 721h153q226 0 327 73t101 234q0 145 -95 216t-296 71h-190v-594z" />
+    <glyph glyph-name="afii10035" unicode="&#x421;" horiz-adv-x="1292" 
+d="M827 1331q-241 0 -380.5 -160.5t-139.5 -439.5q0 -287 134.5 -443.5t383.5 -156.5q153 0 349 55v-149q-152 -57 -375 -57q-323 0 -498.5 196t-175.5 557q0 226 84.5 396t244 262t375.5 92q230 0 402 -84l-72 -146q-166 78 -332 78z" />
+    <glyph glyph-name="afii10036" unicode="&#x422;" horiz-adv-x="1133" 
+d="M651 0h-170v1311h-463v151h1096v-151h-463v-1311z" />
+    <glyph glyph-name="afii10037" unicode="&#x423;" horiz-adv-x="1272" 
+d="M293 -20q-111 0 -195 30v166q93 -43 189 -43q110 0 176.5 50.5t132.5 189.5l-569 1089h188l432 -831q25 -49 39 -96h8q28 84 39 106l359 821h180l-467 -1046q-84 -187 -151.5 -272t-152 -124.5t-208.5 -39.5z" />
+    <glyph glyph-name="afii10038" unicode="&#x424;" horiz-adv-x="1634" 
+d="M731 1483h172v-180h70q171 0 296.5 -68t192 -192t66.5 -283q0 -166 -74.5 -295.5t-204 -194.5t-305.5 -65h-41v-225h-172v225h-45q-176 0 -305 66t-202 196t-73 291q0 158 67.5 282t193.5 193.5t297 69.5h67v180zM903 348h25q201 0 312.5 109.5t111.5 304.5
+q0 185 -103 290t-288 105h-58v-809zM731 1157h-57q-182 0 -286.5 -106t-104.5 -289q0 -197 111 -305.5t313 -108.5h24v809z" />
+    <glyph glyph-name="afii10039" unicode="&#x425;" horiz-adv-x="1182" 
+d="M1174 0h-193l-393 643l-400 -643h-180l486 764l-453 698h188l363 -579l366 579h181l-453 -692z" />
+    <glyph glyph-name="afii10040" unicode="&#x426;" horiz-adv-x="1509" 
+d="M1292 154h172v-535h-161v381h-1102v1462h170v-1308h751v1308h170v-1308z" />
+    <glyph glyph-name="afii10041" unicode="&#x427;" horiz-adv-x="1423" 
+d="M1223 0h-170v604q-149 -53 -248 -72.5t-205 -19.5q-207 0 -318.5 95t-111.5 274v581h170v-561q0 -121 63.5 -179t206.5 -58q97 0 185.5 14.5t257.5 69.5v714h170v-1462z" />
+    <glyph glyph-name="afii10042" unicode="&#x428;" horiz-adv-x="2114" 
+d="M1913 0h-1712v1462h170v-1308h600v1308h170v-1308h600v1308h172v-1462z" />
+    <glyph glyph-name="afii10043" unicode="&#x429;" horiz-adv-x="2116" 
+d="M201 0v1462h170v-1308h583v1308h172v-1308h584v1308h170v-1308h172v-535h-162v381h-1689z" />
+    <glyph glyph-name="afii10044" unicode="&#x42a;" horiz-adv-x="1409" 
+d="M1303 426q0 -206 -129.5 -316t-378.5 -110h-441v1311h-336v151h506v-624h244q261 0 398 -102.5t137 -309.5zM524 147h252q181 0 265.5 69.5t84.5 209.5q0 136 -87.5 199t-290.5 63h-224v-541z" />
+    <glyph glyph-name="afii10045" unicode="&#x42b;" horiz-adv-x="1747" 
+d="M201 0v1462h170v-624h239q261 0 398 -102.5t137 -309.5q0 -206 -129.5 -316t-378.5 -110h-436zM371 145h247q181 0 266 70.5t85 210.5q0 137 -89.5 198.5t-289.5 61.5h-219v-541zM1546 0h-170v1462h170v-1462z" />
+    <glyph glyph-name="afii10046" unicode="&#x42c;" horiz-adv-x="1317" 
+d="M1210 426q0 -203 -135.5 -314.5t-386.5 -111.5h-487v1462h170v-624h291q267 0 407.5 -105.5t140.5 -306.5zM371 147h299q364 0 364 279q0 135 -93.5 198.5t-299.5 63.5h-270v-541z" />
+    <glyph glyph-name="afii10047" unicode="&#x42d;" horiz-adv-x="1290" 
+d="M467 1331q-172 0 -334 -76l-72 144q172 84 408 84q217 0 373.5 -88t237.5 -251t81 -384q0 -376 -182 -578t-524 -202q-227 0 -383 57v149q83 -21 169 -38t185 -17q271 0 409 144.5t146 416.5h-719v152h717q-22 229 -157.5 358t-354.5 129z" />
+    <glyph glyph-name="afii10048" unicode="&#x42e;" horiz-adv-x="2150" 
+d="M2023 733q0 -354 -170.5 -553.5t-474.5 -199.5q-301 0 -471.5 183.5t-181.5 524.5h-354v-688h-170v1462h170v-622h356q23 311 191.5 478t455.5 167q307 0 478 -200.5t171 -551.5zM903 733q0 -296 119 -450t350 -154q234 0 352.5 153t118.5 451t-117.5 449t-349.5 151
+q-233 0 -353 -152.5t-120 -447.5z" />
+    <glyph glyph-name="afii10049" unicode="&#x42f;" horiz-adv-x="1303" 
+d="M635 610l-383 -610h-201l410 639q-161 51 -234 154.5t-73 261.5q0 196 135.5 301.5t410.5 105.5h402v-1462h-170v610h-297zM932 1315h-227q-183 0 -278 -63t-95 -205q0 -291 379 -291h221v559z" />
+    <glyph glyph-name="afii10065" unicode="&#x430;" 
+d="M850 0l-33 156h-8q-82 -103 -163.5 -139.5t-203.5 -36.5q-163 0 -255.5 84t-92.5 239q0 332 531 348l186 6v68q0 129 -55.5 190.5t-177.5 61.5q-137 0 -310 -84l-51 127q81 44 177.5 69t193.5 25q196 0 290.5 -87t94.5 -279v-748h-123zM475 117q155 0 243.5 85t88.5 238
+v99l-166 -7q-198 -7 -285.5 -61.5t-87.5 -169.5q0 -90 54.5 -137t152.5 -47z" />
+    <glyph glyph-name="afii10066" unicode="&#x431;" horiz-adv-x="1221" 
+d="M119 657q0 360 106 561.5t336 251.5q286 61 504 99l31 -146q-347 -58 -496 -92q-145 -33 -217.5 -156t-79.5 -335h12q62 84 160 132t205 48q202 0 315 -131t113 -363q0 -257 -131 -401.5t-365 -144.5q-231 0 -362 177t-131 500zM627 119q305 0 305 389q0 371 -277 371
+q-76 0 -146.5 -31.5t-129 -83.5t-90.5 -107q0 -263 83 -400.5t255 -137.5z" />
+    <glyph glyph-name="afii10067" unicode="&#x432;" horiz-adv-x="1165" 
+d="M1065 821q0 -107 -61.5 -162.5t-172.5 -74.5v-9q140 -19 204.5 -82t64.5 -174q0 -153 -112.5 -236t-328.5 -83h-483v1096h481q408 0 408 -275zM934 330q0 89 -67.5 129.5t-223.5 40.5h-301v-361h305q287 0 287 191zM903 805q0 80 -61.5 113.5t-186.5 33.5h-313v-309h281
+q154 0 217 38t63 124z" />
+    <glyph glyph-name="afii10068" unicode="&#x433;" horiz-adv-x="877" 
+d="M836 954h-494v-954h-166v1096h660v-142z" />
+    <glyph glyph-name="afii10069" unicode="&#x434;" horiz-adv-x="1171" 
+d="M1128 -379h-161v379h-766v-379h-160v522h86q134 182 210 427t79 526h555v-953h157v-522zM811 143v822h-246q-13 -222 -85.5 -449.5t-180.5 -372.5h512z" />
+    <glyph glyph-name="afii10070" unicode="&#x435;" horiz-adv-x="1149" 
+d="M639 -20q-243 0 -383.5 148t-140.5 411q0 265 130.5 421t350.5 156q206 0 326 -135.5t120 -357.5v-105h-755q5 -193 97.5 -293t260.5 -100q177 0 350 74v-148q-88 -38 -166.5 -54.5t-189.5 -16.5zM594 977q-132 0 -210.5 -86t-92.5 -238h573q0 157 -70 240.5t-200 83.5z
+" />
+    <glyph glyph-name="afii10072" unicode="&#x436;" horiz-adv-x="1507" 
+d="M676 1094h153v-531l453 531h182l-458 -531l497 -563h-192l-482 555v-555h-153v555l-481 -555h-191l496 563l-457 531h182l451 -531v531z" />
+    <glyph glyph-name="afii10073" unicode="&#x437;" horiz-adv-x="989" 
+d="M385 641q311 0 311 172q0 162 -252 162q-77 0 -140 -14t-165 -56l-59 135q170 76 371 76q189 0 298 -77.5t109 -211.5q0 -184 -205 -241v-8q126 -37 184 -105.5t58 -171.5q0 -152 -122.5 -236.5t-338.5 -84.5q-237 0 -366 71v152q183 -86 370 -86q144 0 217.5 49.5
+t73.5 142.5q0 191 -311 191h-152v141h119z" />
+    <glyph glyph-name="afii10074" unicode="&#x438;" horiz-adv-x="1298" 
+d="M332 1096v-695l-7 -182l-3 -57l593 934h207v-1096h-155v670l3 132l5 130l-592 -932h-207v1096h156z" />
+    <glyph glyph-name="afii10075" unicode="&#x439;" horiz-adv-x="1298" 
+d="M332 1096v-695l-7 -182l-3 -57l593 934h207v-1096h-155v670l3 132l5 130l-592 -932h-207v1096h156zM645 1241q-185 0 -270 71.5t-95 235.5h156q9 -104 54.5 -145t158.5 -41q103 0 152.5 44t60.5 142h157q-12 -158 -101 -232.5t-273 -74.5z" />
+    <glyph glyph-name="afii10076" unicode="&#x43a;" horiz-adv-x="1063" 
+d="M815 1096h182l-473 -529l512 -567h-194l-500 555v-555h-166v1096h166v-533z" />
+    <glyph glyph-name="afii10077" unicode="&#x43b;" horiz-adv-x="1169" 
+d="M993 0h-168v954h-329q-27 -356 -75 -565t-124.5 -306t-194.5 -97q-54 0 -86 12v123q22 -6 50 -6q115 0 183 243t103 738h641v-1096z" />
+    <glyph glyph-name="afii10078" unicode="&#x43c;" horiz-adv-x="1505" 
+d="M745 160l31 93l43 118l297 723h211v-1094h-147v905l-20 -58l-58 -153l-283 -694h-139l-283 696q-53 134 -73 209v-905h-148v1094h203l287 -695q43 -110 79 -239z" />
+    <glyph glyph-name="afii10079" unicode="&#x43d;" horiz-adv-x="1298" 
+d="M342 1096v-459h614v459h166v-1096h-166v494h-614v-494h-166v1096h166z" />
+    <glyph glyph-name="afii10080" unicode="&#x43e;" horiz-adv-x="1237" 
+d="M1122 549q0 -268 -135 -418.5t-373 -150.5q-147 0 -261 69t-176 198t-62 302q0 268 134 417.5t372 149.5q230 0 365.5 -153t135.5 -414zM287 549q0 -210 84 -320t247 -110t247.5 109.5t84.5 320.5q0 209 -84.5 317.5t-249.5 108.5q-163 0 -246 -107t-83 -319z" />
+    <glyph glyph-name="afii10081" unicode="&#x43f;" horiz-adv-x="1272" 
+d="M342 0h-166v1096h920v-1096h-168v952h-586v-952z" />
+    <glyph glyph-name="afii10082" unicode="&#x440;" horiz-adv-x="1255" 
+d="M686 -20q-107 0 -195.5 39.5t-148.5 121.5h-12q12 -96 12 -182v-451h-166v1588h135l23 -150h8q64 90 149 130t195 40q218 0 336.5 -149t118.5 -418q0 -270 -120.5 -419.5t-334.5 -149.5zM662 975q-168 0 -243 -93t-77 -296v-37q0 -231 77 -330.5t247 -99.5
+q142 0 222.5 115t80.5 317q0 205 -80.5 314.5t-226.5 109.5z" />
+    <glyph glyph-name="afii10083" unicode="&#x441;" horiz-adv-x="975" 
+d="M614 -20q-238 0 -368.5 146.5t-130.5 414.5q0 275 132.5 425t377.5 150q79 0 158 -17t124 -40l-51 -141q-55 22 -120 36.5t-115 14.5q-334 0 -334 -426q0 -202 81.5 -310t241.5 -108q137 0 281 59v-147q-110 -57 -277 -57z" />
+    <glyph glyph-name="afii10084" unicode="&#x442;" horiz-adv-x="956" 
+d="M915 954h-356v-954h-166v954h-352v142h874v-142z" />
+    <glyph glyph-name="afii10085" unicode="&#x443;" horiz-adv-x="1032" 
+d="M2 1096h178l240 -625q79 -214 98 -309h8q13 51 54.5 174.5t271.5 759.5h178l-471 -1248q-70 -185 -163.5 -262.5t-229.5 -77.5q-76 0 -150 17v133q55 -12 123 -12q171 0 244 192l61 156z" />
+    <glyph glyph-name="afii10086" unicode="&#x444;" horiz-adv-x="1464" 
+d="M1350 549q0 -249 -141.5 -396.5t-395.5 -168.5v-476h-164v476q-248 19 -392 170t-144 395q0 249 143.5 396t398.5 167v444h158v-444q251 -23 394 -173t143 -390zM287 549q0 -192 88 -301t280 -127v852q-185 -17 -276.5 -120.5t-91.5 -303.5zM1178 549q0 383 -365 422
+v-850q190 19 277.5 128t87.5 300z" />
+    <glyph glyph-name="afii10087" unicode="&#x445;" horiz-adv-x="1073" 
+d="M440 561l-381 535h189l289 -420l288 420h187l-381 -535l401 -561h-188l-307 444l-310 -444h-188z" />
+    <glyph glyph-name="afii10088" unicode="&#x446;" horiz-adv-x="1282" 
+d="M1245 -379h-166v379h-903v1096h166v-953h582v953h166v-953h155v-522z" />
+    <glyph glyph-name="afii10089" unicode="&#x447;" horiz-adv-x="1245" 
+d="M322 1096v-400q0 -192 219 -192q91 0 174 28t188 95v469h166v-1096h-166v496q-105 -72 -194.5 -101.5t-202.5 -29.5q-164 0 -257 86t-93 233v412h166z" />
+    <glyph glyph-name="afii10090" unicode="&#x448;" horiz-adv-x="1823" 
+d="M993 143h486v953h168v-1096h-1471v1096h166v-953h485v953h166v-953z" />
+    <glyph glyph-name="afii10091" unicode="&#x449;" horiz-adv-x="1837" 
+d="M993 143h486v951h166v-951h157v-520h-168v377h-1458v1094h166v-951h485v951h166v-951z" />
+    <glyph glyph-name="afii10092" unicode="&#x44a;" horiz-adv-x="1423" 
+d="M557 643h313q224 0 331.5 -77t107.5 -232q0 -166 -111.5 -250t-331.5 -84h-475v954h-350v142h516v-453zM1145 324q0 93 -62 134.5t-219 41.5h-307v-361h313q275 0 275 185z" />
+    <glyph glyph-name="afii10093" unicode="&#x44b;" horiz-adv-x="1577" 
+d="M342 643h299q209 0 309.5 -77.5t100.5 -231.5q0 -165 -106.5 -249.5t-313.5 -84.5h-455v1096h166v-453zM1401 0h-166v1096h166v-1096zM342 500v-361h281q264 0 264 185q0 92 -61 134t-208 42h-276z" />
+    <glyph glyph-name="afii10094" unicode="&#x44c;" horiz-adv-x="1212" 
+d="M342 643h338q420 0 420 -309q0 -162 -109.5 -248t-320.5 -86h-494v1096h166v-453zM342 500v-361h320q132 0 202 46t70 139q0 91 -64.5 133.5t-212.5 42.5h-315z" />
+    <glyph glyph-name="afii10095" unicode="&#x44d;" horiz-adv-x="1008" 
+d="M342 -20q-167 0 -285 57v147q60 -23 130 -41t161 -18q174 0 268.5 93t104.5 278h-555v141h553q-16 172 -100.5 252t-245.5 80q-103 0 -254 -54l-47 140q55 26 137 43.5t162 17.5q256 0 389 -146.5t133 -422.5q0 -269 -144.5 -418t-406.5 -149z" />
+    <glyph glyph-name="afii10096" unicode="&#x44e;" horiz-adv-x="1702" 
+d="M1587 549q0 -269 -128.5 -419t-352.5 -150q-213 0 -338 133.5t-139 380.5h-287v-494h-166v1096h166v-459h289q20 228 146 353.5t333 125.5q220 0 348.5 -152.5t128.5 -414.5zM801 549q0 -211 73 -320.5t234 -109.5q158 0 232.5 106.5t74.5 323.5q0 210 -73 318t-234 108
+t-234 -108t-73 -318z" />
+    <glyph glyph-name="afii10097" unicode="&#x44f;" horiz-adv-x="1137" 
+d="M231 0h-194l315 463q-127 28 -194.5 108.5t-67.5 202.5q0 150 101 236t282 86h488v-1096h-166v438h-277zM252 772q0 -190 276 -190h267v370h-301q-242 0 -242 -180z" />
+    <glyph glyph-name="afii10071" unicode="&#x451;" horiz-adv-x="1149" 
+d="M639 -20q-243 0 -383.5 148t-140.5 411q0 265 130.5 421t350.5 156q206 0 326 -135.5t120 -357.5v-105h-755q5 -193 97.5 -293t260.5 -100q177 0 350 74v-148q-88 -38 -166.5 -54.5t-189.5 -16.5zM594 977q-132 0 -210.5 -86t-92.5 -238h573q0 157 -70 240.5t-200 83.5z
+M317 1393q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM698 1393q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
+    <glyph glyph-name="afii10099" unicode="&#x452;" horiz-adv-x="1257" 
+d="M815 -492q-79 0 -131 25v137q58 -20 113 -20q129 0 129 170v850q0 134 -61 200t-191 66q-173 0 -251.5 -94t-78.5 -305v-537h-168v1243h-156v127h156v186h166v-186h401v-127h-401v-196q0 -84 -8 -140h10q49 79 139.5 124.5t206.5 45.5q201 0 301.5 -95.5t100.5 -305.5
+v-842q0 -156 -68.5 -241t-208.5 -85z" />
+    <glyph glyph-name="afii10100" unicode="&#x453;" horiz-adv-x="877" 
+d="M836 954h-494v-954h-166v1096h660v-142zM378 1266q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111v25z" />
+    <glyph glyph-name="afii10101" unicode="&#x454;" horiz-adv-x="1008" 
+d="M633 -20q-248 0 -383 145.5t-135 417.5q0 275 137.5 424t388.5 149q82 0 161 -16t136 -41l-49 -141q-143 51 -252 51q-164 0 -249 -81.5t-101 -250.5h553v-141h-555q9 -190 94 -280.5t252 -90.5q140 0 291 59v-147q-116 -57 -289 -57z" />
+    <glyph glyph-name="afii10102" unicode="&#x455;" horiz-adv-x="977" 
+d="M883 299q0 -153 -114 -236t-320 -83q-218 0 -340 69v154q79 -40 169.5 -63t174.5 -23q130 0 200 41.5t70 126.5q0 64 -55.5 109.5t-216.5 107.5q-153 57 -217.5 99.5t-96 96.5t-31.5 129q0 134 109 211.5t299 77.5q177 0 346 -72l-59 -135q-165 68 -299 68
+q-118 0 -178 -37t-60 -102q0 -44 22.5 -75t72.5 -59t192 -81q195 -71 263.5 -143t68.5 -181z" />
+    <glyph glyph-name="afii10103" unicode="&#x456;" horiz-adv-x="518" 
+d="M342 0h-166v1096h166v-1096zM162 1393q0 57 28 83.5t70 26.5q40 0 69 -27t29 -83t-29 -83.5t-69 -27.5q-42 0 -70 27.5t-28 83.5z" />
+    <glyph glyph-name="afii10104" unicode="&#x457;" horiz-adv-x="518" 
+d="M342 0h-166v1096h166v-1096zM-20 1393q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM361 1393q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
+    <glyph glyph-name="afii10105" unicode="&#x458;" horiz-adv-x="518" 
+d="M43 -492q-95 0 -154 25v135q69 -20 136 -20q78 0 114.5 42.5t36.5 129.5v1276h166v-1264q0 -324 -299 -324zM162 1393q0 57 28 83.5t70 26.5q40 0 69 -27t29 -83t-29 -83.5t-69 -27.5q-42 0 -70 27.5t-28 83.5z" />
+    <glyph glyph-name="afii10106" unicode="&#x459;" horiz-adv-x="1714" 
+d="M944 643h244q211 0 312.5 -77.5t101.5 -231.5q0 -334 -437 -334h-411v954h-258q-40 -518 -130.5 -743t-261.5 -225q-56 0 -88 12v123q22 -6 50 -6q115 0 183 243t103 738h592v-453zM1436 324q0 91 -62.5 133.5t-220.5 42.5h-231v-361h237q277 0 277 185z" />
+    <glyph glyph-name="afii10107" unicode="&#x45a;" horiz-adv-x="1815" 
+d="M1024 1094v-453h256q217 0 318.5 -76.5t101.5 -230.5q0 -334 -434 -334h-416v494h-502v-494h-172v1094h172v-457h506v457h170zM1020 500v-361h240q276 0 276 185q0 92 -64 134t-217 42h-235z" />
+    <glyph glyph-name="afii10108" unicode="&#x45b;" horiz-adv-x="1257" 
+d="M926 0v670q0 134 -61 200t-191 66q-174 0 -253 -93t-79 -306v-537h-166v1243h-156v127h156v186h166v-186h449v-127h-449v-196q0 -84 -8 -140h10q49 79 139.5 124.5t206.5 45.5q201 0 301.5 -95.5t100.5 -305.5v-676h-166z" />
+    <glyph glyph-name="afii10109" unicode="&#x45c;" horiz-adv-x="1063" 
+d="M815 1096h182l-473 -529l512 -567h-194l-500 555v-555h-166v1096h166v-533zM444 1266q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111v25z" />
+    <glyph glyph-name="afii10110" unicode="&#x45e;" horiz-adv-x="1032" 
+d="M2 1096h178l240 -625q79 -214 98 -309h8q13 51 54.5 174.5t271.5 759.5h178l-471 -1248q-70 -185 -163.5 -262.5t-229.5 -77.5q-76 0 -150 17v133q55 -12 123 -12q171 0 244 192l61 156zM511 1241q-185 0 -270 71.5t-95 235.5h156q9 -104 54.5 -145t158.5 -41
+q103 0 152.5 44t60.5 142h157q-12 -158 -101 -232.5t-273 -74.5z" />
+    <glyph glyph-name="afii10193" unicode="&#x45f;" horiz-adv-x="1272" 
+d="M559 0h-383v1094h166v-951h586v951h166v-1094h-369v-377h-166v377z" />
+    <glyph glyph-name="afii10050" unicode="&#x490;" horiz-adv-x="1079" 
+d="M870 1462v301h162v-454h-661v-1309h-170v1462h669z" />
+    <glyph glyph-name="afii10098" unicode="&#x491;" horiz-adv-x="877" 
+d="M836 967h-494v-967h-166v1096h494v321h166v-450z" />
+    <glyph glyph-name="Wgrave" unicode="&#x1e80;" horiz-adv-x="1896" 
+d="M1477 0h-168l-295 979q-21 65 -47 164t-27 119q-22 -132 -70 -289l-286 -973h-168l-389 1462h180l231 -903q48 -190 70 -344q27 183 80 358l262 889h180l275 -897q48 -155 81 -350q19 142 72 346l230 901h180zM1065 1579h-110q-65 52 -154 148t-129 159v21h203
+q32 -69 89 -159.5t101 -143.5v-25z" />
+    <glyph glyph-name="wgrave" unicode="&#x1e81;" horiz-adv-x="1593" 
+d="M1071 0l-201 643q-19 59 -71 268h-8q-40 -175 -70 -270l-207 -641h-192l-299 1096h174q106 -413 161.5 -629t63.5 -291h8q11 57 35.5 147.5t42.5 143.5l201 629h180l196 -629q56 -172 76 -289h8q4 36 21.5 111t208.5 807h172l-303 -1096h-197zM901 1241h-110
+q-65 52 -154 148t-129 159v21h203q32 -69 89 -159.5t101 -143.5v-25z" />
+    <glyph glyph-name="Wacute" unicode="&#x1e82;" horiz-adv-x="1896" 
+d="M1477 0h-168l-295 979q-21 65 -47 164t-27 119q-22 -132 -70 -289l-286 -973h-168l-389 1462h180l231 -903q48 -190 70 -344q27 183 80 358l262 889h180l275 -897q48 -155 81 -350q19 142 72 346l230 901h180zM825 1604q48 62 103.5 150t87.5 153h202v-21
+q-44 -65 -131 -160t-151 -147h-111v25z" />
+    <glyph glyph-name="wacute" unicode="&#x1e83;" horiz-adv-x="1593" 
+d="M1071 0l-201 643q-19 59 -71 268h-8q-40 -175 -70 -270l-207 -641h-192l-299 1096h174q106 -413 161.5 -629t63.5 -291h8q11 57 35.5 147.5t42.5 143.5l201 629h180l196 -629q56 -172 76 -289h8q4 36 21.5 111t208.5 807h172l-303 -1096h-197zM676 1266q48 62 103.5 150
+t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111v25z" />
+    <glyph glyph-name="Wdieresis" unicode="&#x1e84;" horiz-adv-x="1896" 
+d="M1477 0h-168l-295 979q-21 65 -47 164t-27 119q-22 -132 -70 -289l-286 -973h-168l-389 1462h180l231 -903q48 -190 70 -344q27 183 80 358l262 889h180l275 -897q48 -155 81 -350q19 142 72 346l230 901h180zM665 1731q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75
+q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM1046 1731q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
+    <glyph glyph-name="wdieresis" unicode="&#x1e85;" horiz-adv-x="1593" 
+d="M1071 0l-201 643q-19 59 -71 268h-8q-40 -175 -70 -270l-207 -641h-192l-299 1096h174q106 -413 161.5 -629t63.5 -291h8q11 57 35.5 147.5t42.5 143.5l201 629h180l196 -629q56 -172 76 -289h8q4 36 21.5 111t208.5 807h172l-303 -1096h-197zM516 1393q0 52 26.5 75
+t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM897 1393q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
+    <glyph glyph-name="Ygrave" unicode="&#x1ef2;" horiz-adv-x="1147" 
+d="M573 731l390 731h184l-488 -895v-567h-172v559l-487 903h186zM678 1579h-110q-65 52 -154 148t-129 159v21h203q32 -69 89 -159.5t101 -143.5v-25z" />
+    <glyph glyph-name="ygrave" unicode="&#x1ef3;" horiz-adv-x="1032" 
+d="M2 1096h178l240 -625q79 -214 98 -309h8q13 51 54.5 174.5t271.5 759.5h178l-471 -1248q-70 -185 -163.5 -262.5t-229.5 -77.5q-76 0 -150 17v133q55 -12 123 -12q171 0 244 192l61 156zM627 1241h-110q-65 52 -154 148t-129 159v21h203q32 -69 89 -159.5t101 -143.5v-25
+z" />
+    <glyph glyph-name="endash" unicode="&#x2013;" horiz-adv-x="1024" 
+d="M82 473v152h860v-152h-860z" />
+    <glyph glyph-name="emdash" unicode="&#x2014;" horiz-adv-x="2048" 
+d="M82 473v152h1884v-152h-1884z" />
+    <glyph glyph-name="afii00208" unicode="&#x2015;" horiz-adv-x="2048" 
+d="M82 473v152h1884v-152h-1884z" />
+    <glyph glyph-name="underscoredbl" unicode="&#x2017;" horiz-adv-x="842" 
+d="M846 -463h-850v139h850v-139zM846 -184h-850v139h850v-139z" />
+    <glyph glyph-name="quoteleft" unicode="&#x2018;" horiz-adv-x="348" 
+d="M37 961l-12 22q22 90 71 224t105 255h123q-66 -254 -103 -501h-184z" />
+    <glyph glyph-name="quoteright" unicode="&#x2019;" horiz-adv-x="348" 
+d="M309 1462l15 -22q-26 -100 -75 -232.5t-102 -246.5h-122q70 285 102 501h182z" />
+    <glyph glyph-name="quotesinglbase" unicode="&#x201a;" horiz-adv-x="502" 
+d="M350 238l15 -23q-26 -100 -75 -232.5t-102 -246.5h-125q27 104 59.5 257t45.5 245h182z" />
+    <glyph glyph-name="quotereversed" unicode="&#x201b;" horiz-adv-x="348" 
+d="M223 1462q37 -251 103 -501h-123q-45 94 -99.5 236t-78.5 243l14 22h184z" />
+    <glyph glyph-name="quotedblleft" unicode="&#x201c;" horiz-adv-x="717" 
+d="M406 961l-15 22q56 215 178 479h123q-30 -115 -59.5 -259.5t-42.5 -241.5h-184zM37 961l-12 22q22 90 71 224t105 255h123q-66 -254 -103 -501h-184z" />
+    <glyph glyph-name="quotedblright" unicode="&#x201d;" horiz-adv-x="717" 
+d="M309 1462l15 -22q-26 -100 -75 -232.5t-102 -246.5h-122q70 285 102 501h182zM678 1462l14 -22q-24 -91 -72 -224t-104 -255h-125q26 100 59 254t46 247h182z" />
+    <glyph glyph-name="quotedblbase" unicode="&#x201e;" horiz-adv-x="829" 
+d="M309 238l15 -22q-26 -100 -75 -232.5t-102 -246.5h-122q70 285 102 501h182zM678 238l14 -22q-24 -91 -72 -224t-104 -255h-125q26 100 59 254t46 247h182z" />
+    <glyph glyph-name="dagger" unicode="&#x2020;" horiz-adv-x="1028" 
+d="M905 999l-352 31l49 -1030h-196l49 1030l-332 -31v170l332 -30l-49 417h196l-49 -417l352 30v-170z" />
+    <glyph glyph-name="daggerdbl" unicode="&#x2021;" horiz-adv-x="1044" 
+d="M569 487l353 31v-168l-353 29l49 -379h-198l49 379l-346 -29v168l346 -31l-43 299l43 283l-346 -31v168l346 -30l-49 380h198l-49 -380l353 30v-168l-353 31l43 -283z" />
+    <glyph glyph-name="bullet" unicode="&#x2022;" horiz-adv-x="770" 
+d="M164 748q0 121 56.5 184t164.5 63q105 0 163 -62t58 -185q0 -119 -57.5 -183.5t-163.5 -64.5q-107 0 -164 65.5t-57 182.5z" />
+    <glyph glyph-name="ellipsis" unicode="&#x2026;" horiz-adv-x="1606" 
+d="M152 106q0 67 30.5 101.5t87.5 34.5q58 0 90.5 -34.5t32.5 -101.5q0 -65 -33 -100t-90 -35q-51 0 -84.5 31.5t-33.5 103.5zM682 106q0 67 30.5 101.5t87.5 34.5q58 0 90.5 -34.5t32.5 -101.5q0 -65 -33 -100t-90 -35q-51 0 -84.5 31.5t-33.5 103.5zM1213 106
+q0 67 30.5 101.5t87.5 34.5q58 0 90.5 -34.5t32.5 -101.5q0 -65 -33 -100t-90 -35q-51 0 -84.5 31.5t-33.5 103.5z" />
+    <glyph glyph-name="perthousand" unicode="&#x2030;" horiz-adv-x="2462" 
+d="M236 1026q0 -170 41.5 -255t134.5 -85q180 0 180 340q0 338 -180 338q-93 0 -134.5 -84t-41.5 -254zM729 1026q0 -230 -80.5 -345.5t-236.5 -115.5q-149 0 -230.5 119t-81.5 342q0 457 312 457q152 0 234.5 -120t82.5 -337zM1346 1462l-811 -1462h-148l811 1462h148z
+M1870 440q0 -171 41.5 -255.5t134.5 -84.5q91 0 135.5 83.5t44.5 256.5q0 171 -44.5 253.5t-135.5 82.5q-93 0 -134.5 -82.5t-41.5 -253.5zM2363 440q0 -230 -81 -345t-236 -115q-148 0 -229.5 119.5t-81.5 340.5q0 457 311 457q150 0 233.5 -118t83.5 -339zM1139 440
+q0 -171 40.5 -255.5t133.5 -84.5q91 0 135.5 83.5t44.5 256.5q0 171 -44.5 253.5t-135.5 82.5q-93 0 -133.5 -82.5t-40.5 -253.5zM1630 440q0 -230 -81 -345t-236 -115q-149 0 -230.5 119t-81.5 341q0 457 312 457q150 0 233.5 -118t83.5 -339z" />
+    <glyph glyph-name="minute" unicode="&#x2032;" horiz-adv-x="453" 
+d="M319 1462l-40 -528h-105l-41 528h186z" />
+    <glyph glyph-name="second" unicode="&#x2033;" horiz-adv-x="805" 
+d="M319 1462l-40 -528h-105l-41 528h186zM688 1462l-41 -528h-104l-41 528h186z" />
+    <glyph glyph-name="guilsinglleft" unicode="&#x2039;" horiz-adv-x="623" 
+d="M82 551l342 407l119 -69l-289 -350l289 -351l-119 -71l-342 407v27z" />
+    <glyph glyph-name="guilsinglright" unicode="&#x203a;" horiz-adv-x="623" 
+d="M541 524l-344 -407l-117 71l287 351l-287 350l117 69l344 -407v-27z" />
+    <glyph glyph-name="exclamdbl" unicode="&#x203c;" horiz-adv-x="995" 
+d="M326 403h-105l-51 1059h207zM152 106q0 136 120 136q58 0 89.5 -35t31.5 -101q0 -64 -32 -99.5t-89 -35.5q-52 0 -86 31.5t-34 103.5zM775 403h-105l-51 1059h207zM601 106q0 136 120 136q58 0 89.5 -35t31.5 -101q0 -64 -32 -99.5t-89 -35.5q-52 0 -86 31.5t-34 103.5z
+" />
+    <glyph glyph-name="fraction" unicode="&#x2044;" horiz-adv-x="266" 
+d="M655 1462l-903 -1462h-143l903 1462h143z" />
+    <glyph glyph-name="nsuperior" unicode="&#x207f;" horiz-adv-x="807" 
+d="M588 801v420q0 84 -39 119.5t-119 35.5q-114 0 -159.5 -52.5t-45.5 -174.5v-348h-116v665h96l14 -88h10q75 101 220 101q258 0 258 -250v-428h-119z" />
+    <glyph glyph-name="franc" unicode="&#x20a3;" horiz-adv-x="1171" 
+d="M440 395h308v-129h-308v-266h-166v266h-176v129h176v1067h785v-151h-619v-535h580v-151h-580v-230z" />
+    <glyph glyph-name="afii08941" unicode="&#x20a4;" horiz-adv-x="1171" 
+d="M688 1481q201 0 359 -80l-60 -131q-152 71 -299 71q-122 0 -185 -67.5t-63 -196.5v-186h420v-129h-420v-166h420v-129h-420v-33q0 -100 -32.5 -168t-106.5 -112h795v-154h-1028v141q206 48 206 291v35h-200v129h200v166h-200v129h200v207q0 178 112 280.5t302 102.5z" />
+    <glyph glyph-name="peseta" unicode="&#x20a7;" horiz-adv-x="1563" 
+d="M1358 117q34 0 77 7t54 11v-125q-60 -30 -170 -30q-109 0 -173.5 68t-64.5 206v463h-157v80l157 69l62 191h98v-211h221v-129h-221v-441q0 -77 26 -118t91 -41zM926 1036q0 -227 -138.5 -344t-404.5 -117h-64v-575h-165v1462h262q256 0 383 -105.5t127 -320.5zM319 721
+h52q200 0 292.5 72.5t92.5 234.5q0 145 -86 216t-269 71h-82v-594z" />
+    <glyph glyph-name="Euro" unicode="&#x20ac;" horiz-adv-x="1208" 
+d="M795 1333q-319 0 -398 -403h510v-129h-524l-2 -57v-64l2 -45h463v-129h-447q37 -180 138.5 -278.5t271.5 -98.5q156 0 309 66v-150q-146 -65 -317 -65q-237 0 -381.5 134.5t-190.5 391.5h-166v129h152l-2 42v44l2 80h-152v129h164q39 261 185 407t383 146q201 0 366 -97
+l-71 -139q-166 86 -295 86z" />
+    <glyph glyph-name="afii61248" unicode="&#x2105;" horiz-adv-x="1688" 
+d="M1311 1462l-811 -1462h-148l811 1462h148zM1546 334q0 -159 -84.5 -250.5t-232.5 -91.5q-139 0 -224 92.5t-85 249.5q0 158 83.5 250t231.5 92q141 0 226 -93t85 -249zM1055 334q0 -238 178 -238q176 0 176 238q0 235 -176 235q-178 0 -178 -235zM489 788
+q-166 0 -257 88.5t-91 249.5q0 168 94 257.5t265 89.5q104 0 192 -35l-33 -103q-81 31 -161 31q-224 0 -224 -238q0 -235 220 -235q98 0 188 33v-101q-78 -37 -193 -37z" />
+    <glyph glyph-name="afii61289" unicode="&#x2113;" horiz-adv-x="1065" 
+d="M637 111q174 0 192 213h95q-8 -166 -84.5 -255t-218.5 -89q-150 0 -230 90.5t-80 259.5v243q-96 -35 -192 -57v113q78 21 192 59v498q0 138 75 217.5t210 79.5q117 0 184.5 -80.5t67.5 -218.5q0 -185 -103 -337t-278 -226v-283q0 -104 41 -165.5t129 -61.5zM723 1178
+q0 194 -127 194q-67 0 -98 -43t-31 -151v-437q256 137 256 437z" />
+    <glyph glyph-name="afii61352" unicode="&#x2116;" horiz-adv-x="2087" 
+d="M1223 0h-187l-692 1227h-8q16 -288 16 -396v-831h-151v1462h194l682 -1222h8q-14 245 -14 383v839h152v-1462zM1987 621q0 -163 -80.5 -255t-227.5 -92q-139 0 -220 93.5t-81 253.5q0 163 80.5 253.5t227.5 90.5q139 0 220 -93.5t81 -250.5zM1509 621q0 -114 40.5 -173
+t133.5 -59q91 0 130.5 58.5t39.5 173.5t-39.5 171t-130.5 56q-92 0 -133 -56t-41 -171zM1423 0v135h512v-135h-512z" />
+    <glyph glyph-name="trademark" unicode="&#x2122;" horiz-adv-x="1589" 
+d="M369 741h-123v615h-209v106h543v-106h-211v-615zM969 741l-201 559h-8l6 -129v-430h-119v721h187l196 -559l203 559h180v-721h-127v420l6 137h-8l-211 -557h-104z" />
+    <glyph glyph-name="Omega" unicode="&#x2126;" horiz-adv-x="1602" 
+d="M801 1333q-238 0 -363 -128.5t-125 -381.5q0 -225 86.5 -391.5t266.5 -298.5v-133h-586v152h364q-151 118 -231 293t-80 378q0 310 177 486t491 176q315 0 492 -173.5t177 -486.5q0 -207 -79 -380t-230 -293h363v-152h-586v133q183 134 267.5 301t84.5 389
+q0 252 -124.5 381t-364.5 129z" />
+    <glyph glyph-name="estimated" unicode="&#x212e;" horiz-adv-x="1268" 
+d="M633 -35q-157 0 -277.5 73.5t-187 204t-66.5 287.5q0 171 69 298.5t191 197.5t271 70q152 0 273.5 -71t189 -200.5t67.5 -294.5h-827v-356q49 -53 132 -88t165 -35q131 0 222.5 52.5t172.5 181.5l72 -41q-98 -155 -206.5 -217t-260.5 -62zM932 616v277q-50 53 -131.5 86
+t-169.5 33q-173 0 -295 -117v-279h596z" />
+    <glyph glyph-name="oneeighth" unicode="&#x215b;" horiz-adv-x="1597" 
+d="M1259 1462l-903 -1462h-143l903 1462h143zM333 1462h143v-876h-133v579q0 91 6 181q-22 -22 -49 -44.5t-162 -117.5l-67 96zM1220 890q124 0 199.5 -59t75.5 -163q0 -130 -148 -206q176 -74 176 -232q0 -113 -82.5 -181.5t-220.5 -68.5q-146 0 -225.5 64t-79.5 180
+q0 69 36.5 127t121.5 104q-74 46 -102.5 92.5t-28.5 114.5q0 102 78.5 165t199.5 63zM1046 224q0 -60 42 -96.5t128 -36.5q90 0 132 36.5t42 96.5q0 63 -46.5 102.5t-127.5 67.5l-28 10q-72 -34 -107 -76t-35 -104zM1218 781q-68 0 -105.5 -30t-37.5 -87q0 -47 34 -82.5
+t115 -68.5q140 54 140 151q0 57 -39 87t-107 30z" />
+    <glyph glyph-name="threeeighths" unicode="&#x215c;" horiz-adv-x="1597" 
+d="M1329 1462l-903 -1462h-143l903 1462h143zM1241 890q124 0 199.5 -59t75.5 -163q0 -130 -148 -206q176 -74 176 -232q0 -113 -82.5 -181.5t-220.5 -68.5q-146 0 -225.5 64t-79.5 180q0 69 36.5 127t121.5 104q-74 46 -102.5 92.5t-28.5 114.5q0 102 78.5 165t199.5 63z
+M1067 224q0 -60 42 -96.5t128 -36.5q90 0 132 36.5t42 96.5q0 63 -46.5 102.5t-127.5 67.5l-28 10q-72 -34 -107 -76t-35 -104zM1239 781q-68 0 -105.5 -30t-37.5 -87q0 -47 34 -82.5t115 -68.5q140 54 140 151q0 57 -39 87t-107 30zM626 1255q0 -80 -41 -131.5t-109 -74.5
+q176 -47 176 -209q0 -128 -92 -199.5t-260 -71.5q-152 0 -268 56v123q147 -68 270 -68q211 0 211 162q0 145 -231 145h-117v107h119q103 0 152.5 39.5t49.5 107.5q0 61 -40 95t-107 34q-66 0 -122 -21.5t-112 -56.5l-69 90q63 45 133 72t164 27q136 0 214.5 -59.5
+t78.5 -166.5z" />
+    <glyph glyph-name="fiveeighths" unicode="&#x215d;" horiz-adv-x="1597" 
+d="M1323 1462l-903 -1462h-143l903 1462h143zM340 1128q145 0 233 -71.5t88 -194.5q0 -140 -85 -217.5t-251 -77.5q-74 0 -143.5 15.5t-110.5 38.5v131q56 -34 126 -53t124 -19q95 0 150 41.5t55 130.5q0 78 -54.5 122t-156.5 44q-57 0 -95 -8.5t-69 -16.5l-59 41l33 416
+h495v-104h-381l-20 -230q62 12 121 12zM1237 890q124 0 199.5 -59t75.5 -163q0 -130 -148 -206q176 -74 176 -232q0 -113 -82.5 -181.5t-220.5 -68.5q-146 0 -225.5 64t-79.5 180q0 69 36.5 127t121.5 104q-74 46 -102.5 92.5t-28.5 114.5q0 102 78.5 165t199.5 63z
+M1063 224q0 -60 42 -96.5t128 -36.5q90 0 132 36.5t42 96.5q0 63 -46.5 102.5t-127.5 67.5l-28 10q-72 -34 -107 -76t-35 -104zM1235 781q-68 0 -105.5 -30t-37.5 -87q0 -47 34 -82.5t115 -68.5q140 54 140 151q0 57 -39 87t-107 30z" />
+    <glyph glyph-name="seveneighths" unicode="&#x215e;" horiz-adv-x="1597" 
+d="M1237 1462l-903 -1462h-143l903 1462h143zM1233 890q124 0 199.5 -59t75.5 -163q0 -130 -148 -206q176 -74 176 -232q0 -113 -82.5 -181.5t-220.5 -68.5q-146 0 -225.5 64t-79.5 180q0 69 36.5 127t121.5 104q-74 46 -102.5 92.5t-28.5 114.5q0 102 78.5 165t199.5 63z
+M1059 224q0 -60 42 -96.5t128 -36.5q90 0 132 36.5t42 96.5q0 63 -46.5 102.5t-127.5 67.5l-28 10q-72 -34 -107 -76t-35 -104zM1231 781q-68 0 -105.5 -30t-37.5 -87q0 -47 34 -82.5t115 -68.5q140 54 140 151q0 57 -39 87t-107 30zM211 586l350 760h-455v116h598v-94
+l-352 -782h-141z" />
+    <glyph glyph-name="partialdiff" unicode="&#x2202;" horiz-adv-x="1190" 
+d="M1077 934q0 -262 -83.5 -491.5t-221.5 -346t-311 -116.5q-172 0 -265.5 100.5t-93.5 292.5q0 169 68 322.5t184 234t267 80.5q97 0 170 -46.5t116 -121.5l4 90q0 405 -282 405q-62 0 -134 -22t-120 -55v159q47 23 124.5 41.5t151.5 18.5q210 0 318 -138t108 -407z
+M471 121q95 0 178 72t143 201.5t82 279.5q-25 97 -89 151t-144 54q-101 0 -183.5 -66t-133 -191t-50.5 -253q0 -118 50.5 -183t146.5 -65z" />
+    <glyph glyph-name="Delta" unicode="&#x2206;" horiz-adv-x="1171" 
+d="M39 104l463 1358h166l465 -1360v-102h-1094v104zM584 1268q-61 -225 -101 -346l-260 -770h721l-258 761q-68 202 -102 355z" />
+    <glyph glyph-name="product" unicode="&#x220f;" horiz-adv-x="1513" 
+d="M1143 -496v1805h-772v-1805h-170v1958h1112v-1958h-170z" />
+    <glyph glyph-name="summation" unicode="&#x2211;" horiz-adv-x="1292" 
+d="M76 -496v107l631 924l-615 819v108h1088v-151h-848l579 -772l-604 -883h938v-152h-1169z" />
+    <glyph glyph-name="minus" unicode="&#x2212;" horiz-adv-x="1171" 
+d="M104 653v138h961v-138h-961z" />
+    <glyph glyph-name="radical" unicode="&#x221a;" horiz-adv-x="1124" 
+d="M623 -14h-127l-279 782h-180v135h289l235 -684l514 1469h137z" />
+    <glyph glyph-name="infinity" unicode="&#x221e;" horiz-adv-x="1444" 
+d="M1325 719q0 -131 -83.5 -223.5t-211.5 -92.5q-93 0 -169.5 53t-141.5 169q-60 -104 -136.5 -160.5t-164.5 -56.5q-131 0 -215 86.5t-84 228.5q0 134 84 223.5t215 89.5q181 0 303 -219q124 215 309 215q133 0 214 -87.5t81 -225.5zM426 532q66 0 120.5 45.5t108.5 145.5
+q-50 97 -104.5 143.5t-126.5 46.5q-76 0 -126 -52.5t-50 -139.5q0 -83 48.5 -136t129.5 -53zM1018 909q-66 0 -120.5 -46t-109.5 -144q51 -97 106 -144t126 -47q76 0 126 53.5t50 137.5q0 85 -50.5 137.5t-127.5 52.5z" />
+    <glyph glyph-name="integral" unicode="&#x222b;" horiz-adv-x="786" 
+d="M637 1556q79 0 123 -16v-137q-49 22 -111 22q-176 0 -176 -243v-1311q0 -176 -82.5 -269.5t-245.5 -93.5q-74 0 -133 19v135q61 -22 119 -22q182 0 182 243v1311q0 362 324 362z" />
+    <glyph glyph-name="approxequal" unicode="&#x2248;" horiz-adv-x="1171" 
+d="M336 512q-54 0 -117.5 -32t-120.5 -89v150q108 110 256 110q67 0 123 -14t144 -51q77 -33 122.5 -45.5t90.5 -12.5q53 0 117 33t118 90v-151q-101 -109 -254 -109q-67 0 -122.5 14.5t-143.5 51.5q-73 30 -118.5 42.5t-94.5 12.5zM336 918q-57 0 -121 -34t-117 -87v149
+q106 109 256 109q69 0 127 -16t140 -50q69 -29 116.5 -42t96.5 -13q55 0 119.5 33t115.5 88v-150q-100 -110 -254 -110q-69 0 -128 16t-138 49q-84 34 -126.5 46t-86.5 12z" />
+    <glyph glyph-name="notequal" unicode="&#x2260;" horiz-adv-x="1171" 
+d="M381 449h-277v137h340l127 272h-467v137h531l135 287l125 -57l-109 -230h279v-137h-342l-129 -272h471v-137h-535l-131 -283l-125 55z" />
+    <glyph glyph-name="lessequal" unicode="&#x2264;" horiz-adv-x="1171" 
+d="M1065 242l-961 422v98l961 479v-149l-782 -371l782 -328v-151zM104 1v138h961v-138h-961z" />
+    <glyph glyph-name="greaterequal" unicode="&#x2265;" horiz-adv-x="1171" 
+d="M104 393l783 326l-783 373v149l961 -479v-98l-961 -422v151zM104 1v138h961v-138h-961z" />
+    <glyph glyph-name="lozenge" unicode="&#x25ca;" horiz-adv-x="1194" 
+d="M111 735l450 740h72l452 -740l-452 -735h-72zM915 737l-317 531l-317 -531l317 -532z" />
+    <glyph glyph-name="cyrillicbreve" horiz-adv-x="1182" 
+d="M584 1241q-185 0 -270 71.5t-95 235.5h156q9 -104 54.5 -145t158.5 -41q103 0 152.5 44t60.5 142h157q-12 -158 -101 -232.5t-273 -74.5z" />
+    <glyph glyph-name="dotlessj" unicode="&#x237;" horiz-adv-x="518" 
+d="M43 -492q-95 0 -154 25v135q69 -20 136 -20q78 0 114.5 42.5t36.5 129.5v1276h166v-1264q0 -324 -299 -324z" />
+    <glyph glyph-name="caroncommaaccent" horiz-adv-x="1024" 
+d="M393 1253q19 55 38.5 138.5t29.5 164.5h168v-18q-11 -51 -55 -145t-91 -164h-90v24z" />
+    <glyph glyph-name="commaaccent" horiz-adv-x="1024" 
+d="M369 -428q28 64 53.5 157t32.5 146h168v-18q-11 -51 -60 -147.5t-104 -162.5h-90v25z" />
+    <glyph glyph-name="commaaccentrotate" horiz-adv-x="1024" 
+d="M639 1544q-29 -61 -55.5 -157.5t-32.5 -145.5h-166v19q14 61 63.5 156.5t98.5 152.5h92v-25z" />
+    <glyph glyph-name="zerosuperior" unicode="&#x2070;" horiz-adv-x="711" 
+d="M176 1024q0 -168 41 -251t135 -83t137 82.5t43 253.5q0 170 -43 252t-137 82t-135 -82.5t-41 -253.5zM670 1026q0 -457 -316 -457q-158 0 -236.5 118t-78.5 339q0 453 315 453q158 0 237 -116t79 -337z" />
+    <glyph glyph-name="foursuperior" unicode="&#x2074;" horiz-adv-x="711" 
+d="M692 788h-125v-202h-145v202h-402v101l408 579h139v-563h125v-117zM422 905v195q0 134 6 209q-5 -12 -17 -31.5t-27 -42l-30 -45t-26 -39.5l-168 -246h262z" />
+    <glyph glyph-name="fivesuperior" unicode="&#x2075;" horiz-adv-x="711" 
+d="M328 1128q145 0 233 -71.5t88 -194.5q0 -140 -85 -217.5t-251 -77.5q-74 0 -143.5 15.5t-110.5 38.5v131q56 -34 126 -53t124 -19q95 0 150 41.5t55 130.5q0 78 -54.5 122t-156.5 44q-57 0 -95 -8.5t-69 -16.5l-59 41l33 416h495v-104h-381l-20 -230q62 12 121 12z" />
+    <glyph glyph-name="sixsuperior" unicode="&#x2076;" horiz-adv-x="711" 
+d="M41 963q0 261 109.5 388.5t328.5 127.5q74 0 123 -15v-114q-52 18 -135 18q-141 0 -216 -76.5t-85 -242.5h8q29 43 85.5 72.5t141.5 29.5q125 0 199 -74t74 -200q0 -144 -83 -226t-224 -82q-153 0 -239.5 105t-86.5 289zM365 680q81 0 130.5 46.5t49.5 145.5
+q0 79 -44 124.5t-130 45.5q-85 0 -141 -45t-56 -104q0 -89 53 -151t138 -62z" />
+    <glyph glyph-name="sevensuperior" unicode="&#x2077;" horiz-adv-x="711" 
+d="M162 586l350 760h-455v116h598v-94l-352 -782h-141z" />
+    <glyph glyph-name="eightsuperior" unicode="&#x2078;" horiz-adv-x="711" 
+d="M356 1479q124 0 199.5 -59t75.5 -163q0 -130 -148 -206q176 -74 176 -232q0 -113 -82.5 -181.5t-220.5 -68.5q-146 0 -225.5 64t-79.5 180q0 69 36.5 127t121.5 104q-74 46 -102.5 92.5t-28.5 114.5q0 102 78.5 165t199.5 63zM182 813q0 -60 42 -96.5t128 -36.5
+q90 0 132 36.5t42 96.5q0 63 -46.5 102.5t-127.5 67.5l-28 10q-72 -34 -107 -76t-35 -104zM354 1370q-68 0 -105.5 -30t-37.5 -87q0 -47 34 -82.5t115 -68.5q140 54 140 151q0 57 -39 87t-107 30z" />
+    <glyph glyph-name="ninesuperior" unicode="&#x2079;" horiz-adv-x="711" 
+d="M668 1094q0 -270 -109 -397.5t-321 -127.5q-83 0 -132 15v116q49 -20 142 -20q276 0 297 326h-10q-35 -51 -93 -77t-123 -26q-131 0 -207.5 73t-76.5 204q0 136 84.5 218.5t220.5 82.5q152 0 240 -101t88 -286zM340 1370q-81 0 -128.5 -47.5t-47.5 -134.5
+q0 -81 42.5 -128.5t129.5 -47.5q84 0 141.5 42.5t57.5 104.5q0 97 -51.5 154t-143.5 57z" />
+    <glyph glyph-name="uni2000" unicode="&#x2000;" horiz-adv-x="1024" 
+ />
+    <glyph glyph-name="uni2001" unicode="&#x2001;" horiz-adv-x="2048" 
+ />
+    <glyph glyph-name="uni2002" unicode="&#x2002;" horiz-adv-x="1024" 
+ />
+    <glyph glyph-name="uni2003" unicode="&#x2003;" horiz-adv-x="2048" 
+ />
+    <glyph glyph-name="uni2004" unicode="&#x2004;" horiz-adv-x="682" 
+ />
+    <glyph glyph-name="uni2005" unicode="&#x2005;" horiz-adv-x="512" 
+ />
+    <glyph glyph-name="uni2006" unicode="&#x2006;" horiz-adv-x="342" 
+ />
+    <glyph glyph-name="uni2007" unicode="&#x2007;" horiz-adv-x="1145" 
+ />
+    <glyph glyph-name="uni2008" unicode="&#x2008;" horiz-adv-x="545" 
+ />
+    <glyph glyph-name="uni2009" unicode="&#x2009;" horiz-adv-x="410" 
+ />
+    <glyph glyph-name="uni200A" unicode="&#x200a;" horiz-adv-x="205" 
+ />
+    <glyph glyph-name="uni200B" unicode="&#x200b;" horiz-adv-x="0" 
+ />
+    <glyph glyph-name="uniFEFF" unicode="&#xfeff;" horiz-adv-x="0" 
+ />
+    <glyph glyph-name="uniFFFC" unicode="&#xfffc;" horiz-adv-x="2048" 
+d="M84 1214v304h303v-111h-192v-193h-111zM1681 1407v111h304v-304h-109v193h-195zM84 -383v303h111v-194h192v-109h-303zM1681 -383v109h195v194h109v-303h-304zM1290 -383v109h273v-109h-273zM508 -383v109h270v-109h-270zM508 1407v111h270v-111h-270zM1985 39h-109v270
+h109v-270zM1985 823h-109v271h109v-271zM899 -383v109h272v-109h-272zM195 39h-111v270h111v-270zM899 1407v111h272v-111h-272zM1290 1407v111h273v-111h-273zM195 430h-111v272h111v-272zM195 823h-111v271h111v-271zM1985 430h-109v272h109v-272zM864 629
+q0 -145 -67.5 -223t-194.5 -78t-194.5 78t-67.5 223q0 146 67.5 223.5t194.5 77.5q126 0 194 -77t68 -224zM467 629q0 -197 135 -197t135 197q0 196 -135 196t-135 -196zM948 922h172q109 0 165 -33.5t56 -116.5q0 -49 -23 -82t-67 -41v-8q61 -14 84 -48t23 -87
+q0 -81 -54.5 -125.5t-148.5 -44.5h-207v586zM1071 690h66q46 0 64 17t18 49q0 34 -21 48.5t-68 14.5h-59v-129zM1071 592v-154h74q49 0 67.5 21.5t18.5 58.5q0 74 -90 74h-70zM1491 330q-52 0 -80 10v102q43 -8 68 -8q86 0 86 86v402h125v-398q0 -95 -52.5 -144.5
+t-146.5 -49.5z" />
+    <glyph glyph-name="uniFFFD" unicode="&#xfffd;" horiz-adv-x="2048" 
+d="M1022 1556l940 -938l-940 -937l-938 937zM1087 367v47q0 50 22 82.5t87 81.5q103 82 139.5 145t36.5 151q0 135 -93.5 212t-258.5 77q-79 0 -172 -28t-164 -70l82 -178q160 80 250 80q63 0 94 -29t31 -76q0 -53 -24.5 -90.5t-96.5 -91.5q-84 -68 -113.5 -124t-29.5 -130
+v-59h210zM850 92q0 -63 35.5 -99t105.5 -36q66 0 102.5 36.5t36.5 98.5q0 64 -36 100.5t-103 36.5q-72 0 -106.5 -36t-34.5 -101z" />
+    <glyph glyph-name="uni01F0" unicode="&#x1f0;" horiz-adv-x="518" 
+d="M43 -492q-95 0 -154 25v135q69 -20 136 -20q78 0 114.5 42.5t36.5 129.5v1276h166v-1264q0 -324 -299 -324zM-75 1569h115q114 -74 219 -189q130 130 221 189h119v-25l-66 -68q-144 -148 -190 -235h-166q-23 41 -74 104t-178 199v25z" />
+    <glyph glyph-name="uni02BC" unicode="&#x2bc;" horiz-adv-x="348" 
+d="M309 1462l15 -22q-26 -100 -75 -232.5t-102 -246.5h-122q70 285 102 501h182z" />
+    <glyph glyph-name="uni03D1" unicode="&#x3d1;" horiz-adv-x="1274" 
+d="M1110 846q4 -46 4 -111q0 -353 -144 -554t-403 -201q-393 0 -393 344q0 57 16 180q15 122 15 145q0 47 -18 64.5t-50 17.5q-25 0 -52 -7.5t-42 -16.5l-33 118q83 39 178 39q88 0 134.5 -46.5t46.5 -139.5q0 -35 -15 -166q-16 -132 -16 -190q0 -207 233 -207
+q375 0 375 624q0 63 -4 107q-223 2 -378.5 54.5t-235.5 146.5t-80 225q0 144 91 225.5t259 81.5q208 0 336 -153.5t170 -450.5h143v-129h-137zM934 975q-28 211 -119.5 339t-214.5 128q-93 0 -141.5 -47.5t-48.5 -122.5q0 -141 137.5 -218t386.5 -79z" />
+    <glyph glyph-name="uni03D2" unicode="&#x3d2;" horiz-adv-x="1157" 
+d="M569 717q122 291 192.5 446.5t109 209.5t84.5 78t104 24q48 0 88 -15v-135q-26 6 -57 6q-40 0 -69.5 -28t-72.5 -108.5t-105 -206.5t-112.5 -244t-81.5 -203v-541h-172v559l-477 903h186z" />
+    <glyph glyph-name="uni03D6" unicode="&#x3d6;" horiz-adv-x="1720" 
+d="M553 -20q-186 0 -285.5 115.5t-99.5 355.5t135 503h-285v74l142 68h1495v-142h-250q117 -252 117 -503q0 -240 -100 -355.5t-285 -115.5q-221 0 -289 182h-8q-68 -182 -287 -182zM467 954q-63 -132 -96 -261t-33 -232q0 -174 54 -258t171 -84q93 0 147 71.5t54 196.5v188
+h162v-188q0 -122 53.5 -195t146.5 -73q117 0 171.5 84.5t54.5 257.5q0 254 -111 493h-774z" />
+    <glyph glyph-name="uni1E3E" unicode="&#x1e3e;" horiz-adv-x="1849" 
+d="M848 0l-496 1296h-8q14 -154 14 -366v-930h-157v1462h256l463 -1206h8l467 1206h254v-1462h-170v942q0 162 14 352h-8l-500 -1294h-137zM805 1606q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111v25z" />
+    <glyph glyph-name="uni1E3F" unicode="&#x1e3f;" horiz-adv-x="1905" 
+d="M1573 0v713q0 131 -56 196.5t-174 65.5q-155 0 -229 -89t-74 -274v-612h-166v713q0 131 -56 196.5t-175 65.5q-156 0 -228.5 -93.5t-72.5 -306.5v-575h-166v1096h135l27 -150h8q47 80 132.5 125t191.5 45q257 0 336 -186h8q49 86 142 136t212 50q186 0 278.5 -95.5
+t92.5 -305.5v-715h-166zM854 1266q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111v25z" />
+    <glyph glyph-name="uni1E00" unicode="&#x1e00;" horiz-adv-x="1296" 
+d="M1120 0l-182 465h-586l-180 -465h-172l578 1468h143l575 -1468h-176zM885 618l-170 453q-33 86 -68 211q-22 -96 -63 -211l-172 -453h473zM874 -338q0 -97 -62.5 -157t-164.5 -60q-101 0 -161 58.5t-60 156.5t60 156.5t161 58.5t164 -59t63 -154zM764 -340q0 57 -33 87
+t-84 30t-84 -30t-33 -87q0 -56 30 -86.5t87 -30.5q53 0 85 30.5t32 86.5z" />
+    <glyph glyph-name="uni1E01" unicode="&#x1e01;" 
+d="M850 0l-33 156h-8q-82 -103 -163.5 -139.5t-203.5 -36.5q-163 0 -255.5 84t-92.5 239q0 332 531 348l186 6v68q0 129 -55.5 190.5t-177.5 61.5q-137 0 -310 -84l-51 127q81 44 177.5 69t193.5 25q196 0 290.5 -87t94.5 -279v-748h-123zM475 117q155 0 243.5 85t88.5 238
+v99l-166 -7q-198 -7 -285.5 -61.5t-87.5 -169.5q0 -90 54.5 -137t152.5 -47zM764 -338q0 -97 -62.5 -157t-164.5 -60q-101 0 -161 58.5t-60 156.5t60 156.5t161 58.5t164 -59t63 -154zM654 -340q0 57 -33 87t-84 30t-84 -30t-33 -87q0 -56 30 -86.5t87 -30.5q53 0 85 30.5
+t32 86.5z" />
+    <glyph glyph-name="uni1F4D" unicode="&#x1f4d;" horiz-adv-x="1618" 
+d="M1490 733q0 -351 -177.5 -552t-493.5 -201q-323 0 -498.5 197.5t-175.5 557.5q0 357 176 553.5t500 196.5q315 0 492 -200t177 -552zM325 733q0 -297 126.5 -450.5t367.5 -153.5q243 0 367 153t124 451q0 295 -123.5 447.5t-365.5 152.5q-243 0 -369.5 -153.5
+t-126.5 -446.5zM-9 1159q70 181 98 303h189v-20q-41 -78 -100.5 -164t-108.5 -143h-78v24zM-289 1253q0 163 237 224v-72q-121 -41 -121 -94q0 -20 15.5 -29.5t34 -17.5t34 -21t15.5 -41q0 -74 -93 -74q-55 0 -88.5 34t-33.5 91z" />
+    <glyph glyph-name="uni02F3" unicode="&#x2f3;" horiz-adv-x="682" 
+d="M565 -338q0 -97 -62.5 -157t-164.5 -60q-101 0 -161 58.5t-60 156.5t60 156.5t161 58.5t164 -59t63 -154zM455 -340q0 57 -33 87t-84 30t-84 -30t-33 -87q0 -56 30 -86.5t87 -30.5q53 0 85 30.5t32 86.5z" />
+    <glyph glyph-name="dasiaoxia" horiz-adv-x="819" 
+d="M432 1159q70 181 98 303h189v-20q-41 -78 -100.5 -164t-108.5 -143h-78v24zM152 1253q0 163 237 224v-72q-121 -41 -121 -94q0 -20 15.5 -29.5t34 -17.5t34 -21t15.5 -41q0 -74 -93 -74q-55 0 -88.5 34t-33.5 91z" />
+    <glyph glyph-name="Ohorn" unicode="&#x1a0;" horiz-adv-x="1597" 
+d="M1468 733q0 -354 -177.5 -553.5t-491.5 -199.5q-323 0 -498.5 196.5t-175.5 558.5q0 360 176.5 555t499.5 195q325 0 504 -215q50 12 79 45.5t42.5 84.5t13.5 156h182l14 -22q-29 -155 -94.5 -241.5t-169.5 -125.5q96 -176 96 -434zM305 733q0 -298 125 -451t369 -153
+q243 0 366 152.5t123 451.5q0 295 -122.5 447.5t-364.5 152.5q-243 0 -369.5 -151.5t-126.5 -448.5z" />
+    <glyph glyph-name="ohorn" unicode="&#x1a1;" horiz-adv-x="1247" 
+d="M1122 549q0 -268 -135 -418.5t-373 -150.5q-147 0 -261 69t-176 198t-62 302q0 268 134 417.5t372 149.5q217 0 354 -141q51 15 80 47.5t42 82t13 159.5h180l15 -23q-31 -156 -91.5 -243.5t-162.5 -125.5q71 -138 71 -323zM287 549q0 -211 79 -320.5t252 -109.5
+q175 0 253.5 109.5t78.5 320.5q0 210 -79.5 318t-254.5 108q-173 0 -251 -108t-78 -318z" />
+    <glyph glyph-name="Uhorn" unicode="&#x1af;" horiz-adv-x="1573" 
+d="M1305 1462v-198q58 8 93 39t50.5 87t15.5 166h181l14 -22q-33 -182 -119 -274t-235 -117v-627q0 -258 -143.5 -397t-407.5 -139q-268 0 -418 143.5t-150 396.5v942h170v-954q0 -183 102 -281t300 -98q184 0 280.5 96.5t96.5 284.5v952h170z" />
+    <glyph glyph-name="uhorn" unicode="&#x1b0;" horiz-adv-x="1362" 
+d="M332 1094v-709q0 -134 61 -200t191 -66q172 0 251.5 94t79.5 307v574h166v-121q82 11 119 75t37 218h178l15 -23q-32 -186 -120 -281.5t-229 -109.5v-852h-137l-24 147h-9q-52 -82 -142.5 -124.5t-201.5 -42.5q-203 0 -303 95t-100 304v715h168z" />
+    <glyph glyph-name="uni0300" unicode="&#x300;" horiz-adv-x="0" 
+d="M-548 1241h-110q-65 52 -154 148t-129 159v21h203q32 -69 89 -159.5t101 -143.5v-25z" />
+    <glyph glyph-name="uni0301" unicode="&#x301;" horiz-adv-x="0" 
+d="M-755 1266q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111v25z" />
+    <glyph glyph-name="uni0303" unicode="&#x303;" horiz-adv-x="0" 
+d="M-475 1243q-43 0 -84 18.5t-80.5 41t-76 41t-70.5 18.5q-50 0 -75.5 -30t-39.5 -91h-98q13 121 70.5 189.5t148.5 68.5q46 0 89 -18.5t82 -41t75 -41t68 -18.5q49 0 73 29.5t39 91.5h99q-13 -121 -69.5 -189.5t-150.5 -68.5z" />
+    <glyph glyph-name="hook" unicode="&#x309;" horiz-adv-x="0" 
+d="M-397 1495q0 -140 -166 -174l-10 -113h-105l-12 176q86 14 125 39t39 68t-33.5 63.5t-106.5 20.5q-62 0 -94 -6v100q38 10 107 10q256 0 256 -184z" />
+    <glyph glyph-name="dotbelow" unicode="&#x323;" horiz-adv-x="0" 
+d="M-709 -242q0 57 29.5 84t71.5 27q40 0 69 -27t29 -84q0 -55 -29 -82.5t-69 -27.5q-42 0 -71.5 27.5t-29.5 82.5z" />
+    <glyph glyph-name="uni0400" unicode="&#x400;" 
+d="M1016 0h-815v1462h815v-151h-645v-471h606v-150h-606v-538h645v-152zM746 1579h-110q-65 52 -154 148t-129 159v21h203q32 -69 89 -159.5t101 -143.5v-25z" />
+    <glyph glyph-name="uni040D" unicode="&#x40d;" horiz-adv-x="1561" 
+d="M203 1462h159v-813q0 -225 -14 -407h8l820 1220h186v-1462h-160v805q0 201 17 422h-9l-821 -1227h-186v1462zM890 1579h-110q-65 52 -154 148t-129 159v21h203q32 -69 89 -159.5t101 -143.5v-25z" />
+    <glyph glyph-name="uni0450" unicode="&#x450;" horiz-adv-x="1149" 
+d="M639 -20q-243 0 -383.5 148t-140.5 411q0 265 130.5 421t350.5 156q206 0 326 -135.5t120 -357.5v-105h-755q5 -193 97.5 -293t260.5 -100q177 0 350 74v-148q-88 -38 -166.5 -54.5t-189.5 -16.5zM594 977q-132 0 -210.5 -86t-92.5 -238h573q0 157 -70 240.5t-200 83.5z
+M713 1241h-110q-65 52 -154 148t-129 159v21h203q32 -69 89 -159.5t101 -143.5v-25z" />
+    <glyph glyph-name="uni045D" unicode="&#x45d;" horiz-adv-x="1298" 
+d="M332 1096v-695l-7 -182l-3 -57l593 934h207v-1096h-155v670l3 132l5 130l-592 -932h-207v1096h156zM750 1241h-110q-65 52 -154 148t-129 159v21h203q32 -69 89 -159.5t101 -143.5v-25z" />
+    <glyph glyph-name="uni0460" unicode="&#x460;" horiz-adv-x="2071" 
+d="M1444 1327q-60 0 -107 -20.5t-92 -51.5l-69 146q126 80 276 80q228 0 356.5 -188t128.5 -527q0 -371 -141.5 -578.5t-396.5 -207.5q-108 0 -194 22.5t-169 73.5h-8q-80 -50 -164.5 -73t-191.5 -23q-256 0 -397.5 205.5t-141.5 580.5q0 339 127.5 527t355.5 188
+q153 0 277 -80l-70 -146q-45 31 -91.5 51.5t-106.5 20.5q-147 0 -229.5 -148.5t-82.5 -414.5q0 -301 103.5 -468t290.5 -167q139 0 241 76v457h170v-457q102 -76 244 -76q187 0 290 165.5t103 469.5q0 267 -82.5 415t-228.5 148z" />
+    <glyph glyph-name="uni0461" unicode="&#x461;" horiz-adv-x="1677" 
+d="M807 457q-10 -26 -20 -51.5t-189 -405.5h-213l-385 1096h172l246 -695q32 -93 78 -282h8q19 53 56 134.5t179 373.5l-172 469h178q265 -769 287.5 -841t32.5 -116h8q173 184 249.5 401.5t76.5 555.5h166q0 -362 -97.5 -614.5t-316.5 -481.5h-182l-125 346q-33 92 -37 111
+z" />
+    <glyph glyph-name="uni0462" unicode="&#x462;" horiz-adv-x="1382" 
+d="M23 1274h319v282h172v-282h418v-148h-418v-288h201q561 0 561 -412q0 -208 -132.5 -317t-393.5 -109h-408v1126h-319v148zM514 145h213q192 0 282.5 68.5t90.5 212.5q0 138 -93 199t-311 61h-182v-541z" />
+    <glyph glyph-name="uni0463" unicode="&#x463;" horiz-adv-x="1294" 
+d="M424 1096h344v-140h-344v-315h319q437 0 437 -307q0 -166 -111.5 -250t-331.5 -84h-479v956h-235v140h235v223h166v-223zM424 500v-361h305q287 0 287 185q0 92 -67.5 134t-223.5 42h-301z" />
+    <glyph glyph-name="uni0464" unicode="&#x464;" horiz-adv-x="1882" 
+d="M1423 1331q-227 0 -357 -125t-161 -366h703v-150h-707q8 -273 140.5 -416t379.5 -143q154 0 348 55v-149q-152 -57 -374 -57q-319 0 -492.5 184t-181.5 524h-350v-688h-170v1462h170v-622h356q30 307 214.5 474t488.5 169q213 0 395 -92l-72 -146q-100 48 -178.5 67
+t-151.5 19z" />
+    <glyph glyph-name="uni0465" unicode="&#x465;" horiz-adv-x="1507" 
+d="M1143 -20q-235 0 -369 133t-145 381h-287v-494h-166v1096h166v-461h289q24 235 158.5 358t357.5 123q81 0 158 -16t131 -41l-50 -141q-138 51 -239 51q-163 0 -246.5 -82t-99.5 -252h536v-141h-538q9 -188 93.5 -278.5t248.5 -90.5q61 0 120.5 11t157.5 48v-147
+q-110 -57 -276 -57z" />
+    <glyph glyph-name="uni0466" unicode="&#x466;" horiz-adv-x="1389" 
+d="M920 682h-148v-682h-156v682h-149l-289 -682h-178l616 1462h158l615 -1462h-183zM530 831h332l-82 207q-56 144 -86 244q-24 -98 -88 -262z" />
+    <glyph glyph-name="uni0467" unicode="&#x467;" horiz-adv-x="1155" 
+d="M680 1096l465 -1096h-172l-207 489h-113v-489h-151v489h-115l-205 -489h-172l465 1096h205zM442 629h271q-43 108 -71 177t-62 175h-9q-28 -92 -129 -352z" />
+    <glyph glyph-name="uni0468" unicode="&#x468;" horiz-adv-x="1886" 
+d="M1413 688h-143v-688h-154v688h-147l-285 -688h-186l290 688h-417v-688h-170v1462h170v-622h481l262 622h158l614 -1462h-188zM1032 840h318q-118 309 -132 352t-26 90q-19 -67 -36.5 -119t-123.5 -323z" />
+    <glyph glyph-name="uni0469" unicode="&#x469;" horiz-adv-x="1569" 
+d="M1094 1096l462 -1096h-170l-208 494h-113v-494h-152v494h-110l-209 -494h-172l209 494h-289v-494h-166v1096h166v-461h350l197 461h205zM993 981h-8q-10 -34 -26 -81.5t-105 -264.5h268z" />
+    <glyph glyph-name="uni046A" unicode="&#x46a;" horiz-adv-x="1477" 
+d="M1321 1462v-133l-422 -495q118 -6 195 -42t127 -105.5t100 -233.5l133 -453h-174l-137 457q-35 111 -69 159t-84.5 67t-139.5 19h-27v-702h-170v702h-26q-91 0 -140.5 -19.5t-82 -67t-64.5 -158.5l-135 -457h-185l136 453q47 159 96.5 230t124 107.5t192.5 43.5l-411 495
+v133h1163zM1116 1309h-758l379 -455z" />
+    <glyph glyph-name="uni046B" unicode="&#x46b;" horiz-adv-x="1315" 
+d="M1163 1096v-105l-338 -352q87 -7 142.5 -31t92 -64t61 -92.5t179.5 -451.5h-172l-133 336q-34 87 -63 122.5t-71 49.5t-118 14h-10v-522h-153v522h-11q-75 0 -116 -13t-69 -45t-67 -126l-135 -338h-170l131 336q24 61 48 113.5t60.5 92t91.5 64.5t142 33l-335 352v105
+h1013zM950 956h-588l293 -319z" />
+    <glyph glyph-name="uni046C" unicode="&#x46c;" horiz-adv-x="1995" 
+d="M1853 1462v-133l-419 -498q120 -6 196.5 -42t127 -108t95.5 -228l136 -453h-168l-138 457q-31 104 -66 153.5t-87.5 69.5t-147.5 20h-24v-700h-172v700h-25q-94 0 -144 -20t-83 -67.5t-66 -155.5l-135 -457h-178l135 446q55 184 111 242h-430v-688h-170v1462h170v-622
+h727l-408 489v133h1163zM1651 1309h-758l379 -457z" />
+    <glyph glyph-name="uni046D" unicode="&#x46d;" horiz-adv-x="1733" 
+d="M1585 1096v-105l-338 -354q88 -7 143.5 -31.5t92 -63.5t60.5 -91.5t179 -450.5h-172l-133 336q-34 86 -63 121t-72 49t-117 14h-10v-520h-154v520h-10q-75 0 -117 -13.5t-69.5 -45t-65.5 -123.5l-135 -338h-170l131 336q47 120 84 160h-307v-496h-166v1096h166v-459h565
+l-336 354v105h1014zM1372 956h-588l293 -313z" />
+    <glyph glyph-name="uni046E" unicode="&#x46e;" horiz-adv-x="1192" 
+d="M240 -137q0 -55 43.5 -80t132.5 -25q97 0 217 7q120 6 190 6q155 0 226 -39v-166q-80 51 -240 51q-68 0 -173 -5t-210 -5q-179 0 -271 62.5t-92 195.5q0 126 108.5 190.5t340.5 73.5q204 8 294.5 77t90.5 210q0 268 -448 268h-218v143h209q205 0 317.5 73.5t112.5 205.5
+q0 107 -81 171t-218 64q-106 0 -199.5 -27.5t-203.5 -96.5l-86 114q168 114 358 142q-57 66 -174 187l-49 52v27h123q92 -59 223 -195q92 115 157.5 158t129.5 43q50 0 98 -14v-113q-24 10 -67 10q-44 0 -99.5 -41t-103.5 -112q178 -23 274.5 -117.5t96.5 -237.5
+q0 -140 -95.5 -232t-265.5 -118v-8q186 -24 287.5 -113t101.5 -233q0 -208 -141.5 -314.5t-423.5 -115.5q-138 -5 -205 -32.5t-67 -90.5z" />
+    <glyph glyph-name="uni046F" unicode="&#x46f;" horiz-adv-x="989" 
+d="M760 1358q51 0 96 -15v-112q-24 10 -65 10q-47 0 -98.5 -39.5t-96.5 -101.5q122 -28 192 -97t70 -176q0 -184 -211 -241v-8q248 -71 248 -273q0 -148 -121 -232t-346 -87q-93 -2 -147.5 -13.5t-78.5 -32.5t-24 -65q0 -49 37.5 -70.5t126.5 -21.5q86 0 208 5l175 5
+q125 0 164 -39v-143q-21 19 -63 31t-97 12l-179 -5q-130 -5 -222 -5q-144 0 -223.5 59.5t-79.5 171.5q0 116 95 178.5t275 65.5q334 4 334 194q0 97 -78 142t-237 45h-148v141h119q311 0 311 172q0 162 -252 162q-74 0 -145.5 -17t-159.5 -53l-59 135q124 55 250 70
+q-92 117 -195 215v27h123q75 -52 215 -189q88 110 155 152.5t132 42.5z" />
+    <glyph glyph-name="uni0470" unicode="&#x470;" horiz-adv-x="1630" 
+d="M899 0h-170v446h-45q-176 0 -303.5 61t-199.5 184.5t-72 287.5v483h174v-479q0 -188 103.5 -288.5t315.5 -100.5h27v868h170v-868h29q211 0 314.5 99t103.5 286v483h176v-481q0 -165 -72 -288.5t-201.5 -185t-304.5 -61.5h-45v-446z" />
+    <glyph glyph-name="uni0471" unicode="&#x471;" horiz-adv-x="1542" 
+d="M858 1554v-1431q188 15 289.5 130.5t101.5 319.5q0 120 -13 237.5t-50 285.5h166q63 -272 63 -516q0 -276 -142.5 -429t-414.5 -169v-474h-164v474q-264 9 -397 154t-133 417v543h166v-549q0 -195 90 -304t274 -122v1433h164z" />
+    <glyph glyph-name="uni0472" unicode="&#x472;" horiz-adv-x="1597" 
+d="M1470 733q0 -351 -177.5 -552t-493.5 -201q-323 0 -498.5 197.5t-175.5 557.5q0 357 176 553.5t500 196.5q315 0 492 -200t177 -552zM799 129q229 0 352.5 136.5t136.5 404.5h-981q13 -267 137.5 -404t354.5 -137zM801 1333q-224 0 -349.5 -129t-144.5 -385h979
+q-17 254 -139 384t-346 130z" />
+    <glyph glyph-name="uni0473" unicode="&#x473;" horiz-adv-x="1237" 
+d="M1122 549q0 -268 -135 -418.5t-373 -150.5q-147 0 -261 69t-176 198t-62 302q0 268 134 417.5t372 149.5q230 0 365.5 -153t135.5 -414zM618 119q158 0 240 92t92 283h-663q9 -186 89 -280.5t242 -94.5zM616 975q-156 0 -235 -86.5t-92 -253.5h659q-15 168 -95.5 254
+t-236.5 86z" />
+    <glyph glyph-name="uni0474" unicode="&#x474;" horiz-adv-x="1282" 
+d="M1249 1335q-59 0 -98 -51.5t-96 -232.5l-328 -1051h-197l-530 1462h180l338 -938q72 -199 107 -342q32 144 102 367l162 518q59 191 101 267t97 108.5t144 32.5q42 0 121 -19v-141q-56 20 -103 20z" />
+    <glyph glyph-name="uni0475" unicode="&#x475;" horiz-adv-x="1036" 
+d="M406 0l-406 1096h174l225 -613q100 -268 119 -368h8q23 118 105 385l96 309q37 122 72.5 183.5t81 87.5t129.5 26q45 0 75 -10v-127q-29 8 -67 8q-47 0 -76 -42t-57 -134l-248 -801h-231z" />
+    <glyph glyph-name="uni0476" unicode="&#x476;" horiz-adv-x="1282" 
+d="M1249 1335q-59 0 -98 -51.5t-96 -232.5l-328 -1051h-197l-530 1462h180l338 -938q72 -199 107 -342q32 144 102 367l162 518q59 191 101 267t97 108.5t144 32.5q42 0 121 -19v-141q-56 20 -103 20zM907 1579h-96q-52 42 -140.5 143t-125.5 164v21h186q28 -61 77.5 -148
+t98.5 -155v-25zM551 1579h-96q-56 44 -143 144t-124 163v21h187q28 -61 77.5 -148t98.5 -155v-25z" />
+    <glyph glyph-name="uni0477" unicode="&#x477;" horiz-adv-x="1036" 
+d="M406 0l-406 1096h174l225 -613q100 -268 119 -368h8q23 118 105 385l96 309q37 122 72.5 183.5t81 87.5t129.5 26q45 0 75 -10v-127q-29 8 -67 8q-47 0 -76 -42t-57 -134l-248 -801h-231zM792 1241h-96q-52 42 -140.5 143t-125.5 164v21h186q28 -61 77.5 -148t98.5 -155
+v-25zM436 1241h-96q-56 44 -143 144t-124 163v21h187q28 -61 77.5 -148t98.5 -155v-25z" />
+    <glyph glyph-name="uni0478" unicode="&#x478;" horiz-adv-x="2476" 
+d="M1364 733q0 -352 -163.5 -552.5t-455.5 -200.5q-297 0 -458.5 197.5t-161.5 557.5q0 358 161.5 554t461.5 196q291 0 453.5 -200t162.5 -552zM305 733q0 -297 111.5 -450.5t328.5 -153.5q218 0 328.5 152.5t110.5 451.5q0 297 -110 448.5t-326 151.5q-218 0 -330.5 -151
+t-112.5 -449zM1440 1096h176l246 -629q78 -207 98 -309h8q11 44 52.5 169.5t269.5 768.5h176l-469 -1248q-69 -182 -163 -261t-230 -79q-76 0 -150 17v133q55 -12 121 -12q94 0 152.5 51.5t93.5 140.5l61 156z" />
+    <glyph glyph-name="uni0479" unicode="&#x479;" horiz-adv-x="2173" 
+d="M1122 549q0 -268 -135 -418.5t-373 -150.5q-147 0 -261 69t-176 198t-62 302q0 268 134 417.5t372 149.5q230 0 365.5 -153t135.5 -414zM287 549q0 -210 84 -320t247 -110t247.5 109.5t84.5 320.5q0 209 -84.5 317.5t-249.5 108.5q-163 0 -246 -107t-83 -319zM1143 1096
+h178l240 -625q79 -214 98 -309h8q13 51 54.5 174.5t271.5 759.5h178l-471 -1248q-70 -185 -163.5 -262.5t-229.5 -77.5q-76 0 -150 17v133q55 -12 123 -12q171 0 244 192l61 156z" />
+    <glyph glyph-name="uni047A" unicode="&#x47a;" horiz-adv-x="1677" 
+d="M1552 733q0 -302 -151.5 -500.5t-415.5 -242.5q-26 -111 -145 -111q-124 0 -144 111q-268 41 -419.5 238t-151.5 507q0 305 149.5 499.5t421.5 238.5q20 108 144 108q121 0 143 -108q268 -44 418.5 -242.5t150.5 -497.5zM305 733q0 -244 101 -396.5t290 -193.5
+q17 48 53.5 67t90.5 19q110 0 141 -86q189 41 290 193.5t101 396.5t-101 395.5t-290 190.5q-31 -88 -141 -88q-113 0 -144 86q-189 -39 -290 -189.5t-101 -394.5z" />
+    <glyph glyph-name="uni047B" unicode="&#x47b;" horiz-adv-x="1346" 
+d="M1231 549q0 -233 -112 -377.5t-316 -181.5q-9 -54 -41 -76.5t-88 -22.5q-57 0 -87.5 21.5t-39.5 77.5q-203 36 -317.5 183t-114.5 376q0 233 112 377t320 180q8 56 39 77t88 21q56 0 88 -21.5t41 -78.5q202 -38 315 -184t113 -371zM287 549q0 -177 62.5 -282t199.5 -136
+q12 42 42 59t83 17q103 0 127 -74q134 31 196 136t62 280q0 352 -260 414q-13 -42 -43.5 -58t-81.5 -16q-53 0 -83 16t-42 60q-137 -31 -199.5 -135.5t-62.5 -280.5z" />
+    <glyph glyph-name="uni047C" unicode="&#x47c;" horiz-adv-x="2046" 
+d="M1442 1991v-121h-17q-84 0 -155 18t-131 39.5t-111 39.5t-94 18q-47 0 -77 -26t-30 -77v-16h-125v28q0 103 58 158t170 55q58 0 114 -18t115.5 -40t126 -40t144.5 -18h12zM702 129q88 0 173.5 33t146.5 96q55 -57 140.5 -93t178.5 -36q188 0 293 167t105 468
+q0 267 -82.5 415t-229.5 148q-60 0 -107.5 -21.5t-90.5 -52.5l-70 146q121 82 275 82q228 0 356.5 -188t128.5 -527q0 -372 -144 -579t-403 -207q-104 0 -189 20t-161 68q-75 -45 -158.5 -66.5t-193.5 -21.5q-260 0 -402.5 206.5t-142.5 579.5q0 341 128.5 528t356.5 187
+q154 0 275 -82l-70 -146q-43 31 -90 52.5t-107 21.5q-148 0 -230.5 -147.5t-82.5 -415.5q0 -303 105 -469t292 -166zM1155 1769q0 -162 -237 -223v72q120 41 120 94q0 20 -15.5 29t-33.5 17.5t-33.5 21.5t-15.5 41q0 73 92 73q56 0 89.5 -34t33.5 -91z" />
+    <glyph glyph-name="uni047D" unicode="&#x47d;" horiz-adv-x="1655" 
+d="M1067 -20q-148 0 -242 65q-92 -65 -235 -65q-225 0 -350 145.5t-125 415.5q0 279 103.5 427t289.5 148q62 0 121.5 -16t99.5 -41l-57 -139q-89 51 -160 51q-116 0 -170.5 -107t-54.5 -321q0 -418 305 -418q123 0 235 80q62 -42 117.5 -61t122.5 -19q301 0 301 418
+q0 214 -55 321t-170 107q-71 0 -160 -51l-57 139q40 25 99.5 41t121.5 16q187 0 290 -148.5t103 -426.5q0 -267 -123.5 -414t-349.5 -147zM1212 1681v-120h-16q-84 0 -155.5 18t-131.5 39t-110.5 39t-93.5 18q-107 0 -107 -102v-17h-125v31q0 100 57.5 155.5t169.5 55.5
+q58 0 114.5 -18.5t115.5 -40t124.5 -40t143.5 -18.5h14zM926 1460q0 -161 -238 -223v72q119 40 119 96q0 20 -15 28.5t-33 17t-33 21t-15 39.5q0 74 92 74q56 0 89.5 -34t33.5 -91z" />
+    <glyph glyph-name="uni047E" unicode="&#x47e;" horiz-adv-x="2015" 
+d="M1419 1796v-27l-80 -172h-32l-50 103h-186l-49 -103h-33l-49 103h-188l-47 -103h-33l-80 172v27h827zM1427 1327q-60 0 -106.5 -20.5t-91.5 -51.5l-70 146q124 80 277 80q228 0 355.5 -188t127.5 -527q0 -373 -143 -579.5t-402 -206.5q-116 0 -202 24t-162 72h-9
+q-78 -49 -164 -72.5t-198 -23.5q-260 0 -402.5 208t-142.5 578q0 341 128.5 528t357.5 187q150 0 276 -80l-70 -146q-45 31 -91.5 51.5t-106.5 20.5q-147 0 -229.5 -148.5t-82.5 -414.5q0 -303 105 -469t295 -166q65 0 130 19t116 57v457h170v-457q102 -76 247 -76
+q188 0 294 165t106 470q0 267 -82.5 415t-229.5 148z" />
+    <glyph glyph-name="uni047F" unicode="&#x47f;" horiz-adv-x="1677" 
+d="M1206 1444v-27l-82 -172h-30l-50 103h-188l-49 -103h-31l-49 103h-188l-50 -103h-30l-80 172v27h827zM807 457l-39 -95l-170 -362h-213l-385 1096h172l246 -695q39 -111 80 -282h8q12 35 29.5 75.5t203.5 432.5l-172 469h178q265 -769 287.5 -841t32.5 -116h8
+q173 184 249.5 401.5t76.5 555.5h166q0 -362 -97.5 -614.5t-316.5 -481.5h-182l-125 346q-33 92 -37 111z" />
+    <glyph glyph-name="uni0480" unicode="&#x480;" horiz-adv-x="1309" 
+d="M840 1331q-245 0 -389 -160t-144 -440q0 -294 133 -444t391 -150q111 0 168 23v-652h-170v472h-20q-331 0 -507.5 194t-176.5 559q0 224 87.5 395t251.5 263t380 92q237 0 407 -84l-71 -146q-171 78 -340 78z" />
+    <glyph glyph-name="uni0481" unicode="&#x481;" horiz-adv-x="999" 
+d="M629 -20q-254 0 -384 143.5t-130 417.5q0 276 136.5 425.5t387.5 149.5q79 0 161 -17t130 -40l-49 -141q-142 51 -246 51q-177 0 -262.5 -102.5t-85.5 -323.5q0 -220 85.5 -320t256.5 -100q53 0 93 8.5t97 34.5v-658h-166v472h-24z" />
+    <glyph glyph-name="uni0482" unicode="&#x482;" horiz-adv-x="1247" 
+d="M514 313l-182 -317l-121 67l182 322l-287 166l66 115l289 -168l205 356l-289 166l67 117l289 -168l185 317l118 -67l-184 -320l289 -166l-68 -115l-287 166l-204 -354l286 -168l-65 -115z" />
+    <glyph glyph-name="uni0483" unicode="&#x483;" horiz-adv-x="1141" 
+d="M391 1264q-6 -45 -27 -70t-69 -25q-51 0 -71.5 25t-20.5 78t21 73.5t75 20.5h449q6 46 27.5 70t68.5 24q51 0 73.5 -24.5t22.5 -75.5q0 -56 -22 -76t-76 -20h-451z" />
+    <glyph glyph-name="uni0484" unicode="&#x484;" horiz-adv-x="1182" 
+d="M260 1378q120 0 270 59q149 58 230 58q111 0 169 -55.5t58 -155.5v-31h-125v17q0 102 -106 102q-43 0 -94 -18t-111.5 -39.5t-131.5 -39.5t-155 -18h-16v121h12z" />
+    <glyph glyph-name="uni0485" unicode="&#x485;" horiz-adv-x="1182" 
+d="M479 1464q0 56 33.5 90.5t89.5 34.5q92 0 92 -76q0 -27 -15 -39.5t-33 -20.5t-33 -17t-15 -29q0 -54 119 -94v-74q-238 64 -238 225z" />
+    <glyph glyph-name="uni0486" unicode="&#x486;" horiz-adv-x="1182" 
+d="M719 1464q0 -161 -238 -225v74q119 40 119 94q0 20 -15 29t-33 17t-33 20.5t-15 39.5q0 76 92 76q56 0 89.5 -34.5t33.5 -90.5z" />
+    <glyph glyph-name="uni0488" unicode="&#x488;" horiz-adv-x="2025" 
+d="M1135 1231q-5 44 -35 66t-99 22q-78 0 -103 -20.5t-30 -67.5h-75q11 194 208 194q93 0 149.5 -50.5t63.5 -143.5h-79zM1135 -319q-5 44 -35 66t-99 22q-78 0 -103 -20.5t-30 -67.5h-75q5 89 55 141.5t153 52.5q92 0 149.5 -51t63.5 -143h-79zM1714 -41q-5 45 -35 66.5
+t-98 21.5q-78 0 -103 -19.5t-30 -68.5h-76q5 90 55.5 142.5t153.5 52.5q92 0 149.5 -51t63.5 -144h-80zM561 -41q-5 45 -35 66.5t-98 21.5q-78 0 -103 -19.5t-30 -68.5h-76q5 90 55.5 142.5t153.5 52.5q92 0 149.5 -51t63.5 -144h-80zM1714 946q-5 45 -35 66.5t-98 21.5
+q-78 0 -103 -19.5t-30 -68.5h-76q5 90 55.5 142.5t153.5 52.5q92 0 149.5 -51t63.5 -144h-80zM561 946q-5 45 -35 66.5t-98 21.5q-78 0 -103 -19.5t-30 -68.5h-76q5 90 55.5 142.5t153.5 52.5q92 0 149.5 -51t63.5 -144h-80zM1905 459q-5 44 -35 66t-98 22q-78 0 -103.5 -20
+t-30.5 -68h-75q11 194 209 194q92 0 149.5 -52t63.5 -142h-80zM383 459q-5 45 -35 66.5t-98 21.5q-78 0 -103 -19.5t-30 -68.5h-76q5 90 55.5 142t153.5 52q92 0 149.5 -51t63.5 -143h-80z" />
+    <glyph glyph-name="uni0489" unicode="&#x489;" horiz-adv-x="1958" 
+d="M1079 -35l11 -14q-17 -66 -52 -161.5t-71 -174.5h-97q53 221 70 350h139zM881 1141l-11 14q19 71 55.5 171t67.5 165h97q-52 -220 -70 -350h-139zM1567 651l14 11q71 -19 171 -55.5t165 -67.5v-97q-221 53 -350 70v139zM391 453l-14 -11q-66 17 -161.5 52t-174.5 71v97
+q221 -53 350 -70v-139zM1325 1018l2 16q67 39 162 83t162 69l69 -68q-177 -110 -297 -198zM633 45l-2 -16q-155 -89 -324 -152l-69 68q177 110 297 198zM492 877l-17 2q-82 140 -151 323l67 70q123 -198 199 -297zM1464 184l17 -2q39 -69 84 -166t67 -157l-67 -70
+q-31 50 -96 147.5t-103 149.5z" />
+    <glyph glyph-name="uni048A" unicode="&#x48a;" horiz-adv-x="1577" 
+d="M201 1462h161v-815q0 -118 -10 -324l-4 -83h8l820 1222h184v-1310h184l-143 -533h-197l156 381h-160v805q0 175 19 422h-9l-823 -1227h-186v1462zM780 1579q-186 0 -270 71.5t-94 235.5h155q10 -108 56.5 -147t156.5 -39q105 0 154.5 46.5t58.5 139.5h158
+q-12 -159 -102.5 -233t-272.5 -74z" />
+    <glyph glyph-name="uni048B" unicode="&#x48b;" horiz-adv-x="1317" 
+d="M332 1096v-662q0 -136 -10 -272l593 934h207v-953h176l-129 -520h-172l125 377h-155v672q0 158 8 262l-594 -934h-205v1096h156zM668 1241q-185 0 -270 71.5t-95 235.5h156q7 -102 52 -144t161 -42q103 0 153 45t60 141h157q-12 -158 -101 -232.5t-273 -74.5z" />
+    <glyph glyph-name="uni048C" unicode="&#x48c;" horiz-adv-x="1255" 
+d="M47 1276h154v186h170v-186h342v-150h-342v-288h192q586 0 586 -412q0 -210 -138 -318t-409 -108h-401v1126h-154v150zM371 145h221q379 0 379 281q0 132 -92 196t-293 64h-215v-541z" />
+    <glyph glyph-name="uni048D" unicode="&#x48d;" horiz-adv-x="1212" 
+d="M342 1311h295v-129h-295v-539h320q223 0 330.5 -77t107.5 -232q0 -164 -112 -249t-333 -85h-479v1182h-156v129h156v245h166v-245zM342 500v-361h305q287 0 287 185q0 92 -66 134t-225 42h-301z" />
+    <glyph glyph-name="uni048E" unicode="&#x48e;" horiz-adv-x="1251" 
+d="M1145 1036q0 -127 -57.5 -227.5t-165.5 -157.5l120 -157l-100 -84l-149 192q-102 -27 -238 -27h-184v-575h-170v1462h393q274 0 412.5 -107.5t138.5 -318.5zM371 721h166q87 0 163 10l-108 141l108 82l140 -176q127 72 127 250q0 145 -97 216t-299 71h-200v-594z" />
+    <glyph glyph-name="uni048F" unicode="&#x48f;" horiz-adv-x="1255" 
+d="M686 -20q-107 0 -195.5 39.5t-148.5 121.5h-12q12 -148 12 -182v-451h-166v1588h135l25 -150h8q64 90 148.5 130t193.5 40q218 0 336.5 -149t118.5 -418q0 -338 -183 -483l115 -156l-100 -80l-131 174q-71 -24 -156 -24zM662 975q-168 0 -243 -93t-77 -296v-37
+q0 -231 77 -330.5t247 -99.5q47 0 88 12l-121 158l106 80l129 -170q101 103 101 352q0 215 -75 319.5t-232 104.5z" />
+    <glyph glyph-name="uni0492" unicode="&#x492;" horiz-adv-x="1079" 
+d="M1032 1462v-153h-661v-510h424v-150h-424v-649h-170v649h-154v150h154v663h831z" />
+    <glyph glyph-name="uni0493" unicode="&#x493;" horiz-adv-x="877" 
+d="M834 956h-492v-344h346v-127h-346v-485h-166v485h-158v127h158v484h658v-140z" />
+    <glyph glyph-name="uni0494" unicode="&#x494;" horiz-adv-x="1315" 
+d="M561 655q-100 0 -190 -12v-643h-170v1462h841v-153h-671v-516q90 10 211 10q320 0 490.5 -169.5t170.5 -483.5q0 -315 -143 -488.5t-402 -173.5q-83 0 -145.5 10.5t-132.5 38.5v152q123 -49 260 -49q383 0 383 510q0 245 -128 375t-374 130z" />
+    <glyph glyph-name="uni0495" unicode="&#x495;" horiz-adv-x="1075" 
+d="M582 -502q-145 0 -246 60v149q116 -63 239 -63q133 0 201 101t68 316q0 223 -89 327t-270 104q-69 0 -143 -17v-475h-166v1096h666v-142h-500v-329q82 12 141 12q272 0 403.5 -141.5t131.5 -436.5q0 -267 -114 -414t-322 -147z" />
+    <glyph glyph-name="uni0496" unicode="&#x496;" horiz-adv-x="1823" 
+d="M598 752l-575 710h190l569 -708v708h164v-708l570 708h190l-576 -708l474 -600h180v-535h-162v381h-94l-582 741v-741h-164v741l-581 -741h-199z" />
+    <glyph glyph-name="uni0497" unicode="&#x497;" horiz-adv-x="1597" 
+d="M676 1096h153v-531l453 531h182l-458 -531l368 -422h193v-520h-162v377h-94l-482 557v-557h-153v557l-481 -557h-191l496 565l-457 531h182l451 -531v531z" />
+    <glyph glyph-name="uni0498" unicode="&#x498;" horiz-adv-x="1190" 
+d="M1049 1120q0 -144 -91.5 -234t-252.5 -114v-8q183 -25 277.5 -115t94.5 -235q0 -205 -153 -319.5t-432 -114.5q-255 0 -418 79v158q96 -46 207.5 -71t214.5 -25q198 0 299.5 75t101.5 216q0 134 -112.5 203t-335.5 69h-218v143h209q205 0 317.5 73.5t112.5 205.5
+q0 107 -81 171t-218 64q-110 0 -199 -25t-206 -99l-84 114q101 75 226.5 113.5t260.5 38.5q225 0 352.5 -98.5t127.5 -264.5zM567 -238q0 103 -139 238h123q158 -120 158 -252q0 -91 -51 -142.5t-150 -51.5q-65 0 -115 16v108q32 -10 86 -10q37 0 62.5 24t25.5 70z" />
+    <glyph glyph-name="uni0499" unicode="&#x499;" horiz-adv-x="989" 
+d="M385 641q311 0 311 172q0 162 -252 162q-77 0 -140 -14t-165 -56l-59 135q170 76 371 76q189 0 298 -77.5t109 -211.5q0 -184 -205 -241v-8q126 -37 184 -105.5t58 -171.5q0 -152 -122.5 -236.5t-338.5 -84.5q-237 0 -366 71v152q183 -86 370 -86q144 0 217.5 49.5
+t73.5 142.5q0 191 -311 191h-152v141h119zM487 -238q0 103 -139 238h123q158 -120 158 -252q0 -91 -51 -142.5t-150 -51.5q-65 0 -115 16v108q32 -10 86 -10q37 0 62.5 24t25.5 70z" />
+    <glyph glyph-name="uni049A" unicode="&#x49a;" horiz-adv-x="1354" 
+d="M1151 154h172v-535h-162v381h-102l-535 709l-153 -136v-573h-170v1462h170v-725l663 725h201l-588 -635z" />
+    <glyph glyph-name="uni049B" unicode="&#x49b;" horiz-adv-x="1116" 
+d="M815 1096h182l-473 -529l383 -424h178v-522h-159v379h-84l-500 555v-555h-166v1096h166v-533z" />
+    <glyph glyph-name="uni049C" unicode="&#x49c;" horiz-adv-x="1257" 
+d="M496 680l-125 -107v-573h-170v1462h170v-731l125 139v349h125v-211l411 454h203l-588 -635l610 -827h-200l-436 604v-305h-125v381z" />
+    <glyph glyph-name="uni049D" unicode="&#x49d;" horiz-adv-x="1092" 
+d="M461 434l-119 121v-555h-166v1096h166v-533l119 121v330h131v-205l270 287h182l-452 -475v-107l491 -514h-194l-299 315v-221h-129v340z" />
+    <glyph glyph-name="uni049E" unicode="&#x49e;" horiz-adv-x="1257" 
+d="M47 1284h154v178h170v-178h221v-151h-221v-402l661 731h203l-588 -635l610 -827h-206l-527 709l-153 -134v-575h-170v1133h-154v151z" />
+    <glyph glyph-name="uni049F" unicode="&#x49f;" horiz-adv-x="1059" 
+d="M20 1370h156v186h164v-186h381v-127h-381v-536l-3 -91l-3 -55h8l18 24q55 74 75 98t388 413h199l-444 -467l473 -629h-199l-387 516l-125 -106v-410h-164v1243h-156v127z" />
+    <glyph glyph-name="uni04A0" unicode="&#x4a0;" horiz-adv-x="1411" 
+d="M16 1462h508v-731l662 731h203l-588 -635l610 -827h-201l-532 709l-154 -136v-573h-170v1309h-338v153z" />
+    <glyph glyph-name="uni04A1" unicode="&#x4a1;" horiz-adv-x="1260" 
+d="M41 1096h514v-533l475 533h182l-473 -531l512 -565h-194l-502 555v-555h-164v956h-350v140z" />
+    <glyph glyph-name="uni04A2" unicode="&#x4a2;" horiz-adv-x="1528" 
+d="M1311 154h162v-535h-162v381h-170v688h-770v-688h-170v1462h170v-622h770v622h170v-1308z" />
+    <glyph glyph-name="uni04A3" unicode="&#x4a3;" horiz-adv-x="1327" 
+d="M342 1096v-459h614v459h166v-953h150v-520h-166v377h-150v494h-614v-494h-166v1096h166z" />
+    <glyph glyph-name="uni04A4" unicode="&#x4a4;" horiz-adv-x="1665" 
+d="M1647 1309h-336v-1309h-172v688h-768v-688h-170v1462h170v-622h768v622h508v-153z" />
+    <glyph glyph-name="uni04A5" unicode="&#x4a5;" horiz-adv-x="1507" 
+d="M342 1096v-459h614v459h517v-140h-351v-956h-166v494h-614v-494h-166v1096h166z" />
+    <glyph glyph-name="uni04A6" unicode="&#x4a6;" horiz-adv-x="2185" 
+d="M1241 0h-170v1309h-700v-1309h-170v1462h1040v-671q68 12 193 12q306 0 474.5 -172t168.5 -484q0 -313 -141.5 -486t-399.5 -173q-156 0 -279 49v152q134 -49 261 -49q378 0 378 510q0 242 -115 372.5t-347 130.5q-42 0 -105.5 -3.5t-87.5 -8.5v-641z" />
+    <glyph glyph-name="uni04A7" unicode="&#x4a7;" horiz-adv-x="1772" 
+d="M1303 -502q-131 0 -228 60v149q109 -63 217 -63q240 0 240 417q0 223 -83 327t-255 104q-67 0 -139 -21v-471h-168v952h-545v-952h-166v1096h879v-473q75 14 141 14q246 0 377 -148.5t131 -429.5q0 -268 -104.5 -414.5t-296.5 -146.5z" />
+    <glyph glyph-name="uni04A8" unicode="&#x4a8;" horiz-adv-x="1595" 
+d="M1464 678q0 -181 -69 -335.5t-185 -240.5q66 -30 156 -30q78 0 139 22v-153q-56 -25 -147 -25q-178 0 -326 100q-102 -36 -246 -36q-310 0 -485.5 196.5t-175.5 538.5q0 376 164.5 573t478.5 197q127 0 219 -35l-47 -145q-84 28 -174 28q-461 0 -461 -610
+q0 -288 127.5 -441t362.5 -153q54 0 100 10q-86 103 -132 245t-46 302q0 244 99 377t274 133q181 0 277.5 -133t96.5 -385zM1288 672q0 177 -51.5 279t-144.5 102q-94 0 -145.5 -100.5t-51.5 -276.5q0 -140 46.5 -267t129.5 -212q102 67 159.5 194.5t57.5 280.5z" />
+    <glyph glyph-name="uni04A9" unicode="&#x4a9;" horiz-adv-x="1311" 
+d="M750 498q0 -94 34 -174.5t97 -133.5q68 44 109.5 123t41.5 189q0 235 -135 235q-72 0 -109.5 -62.5t-37.5 -176.5zM1108 -57q-147 0 -277 77q-96 -40 -219 -40q-149 0 -262 69.5t-174 196.5t-61 291q0 275 124 427t351 152q91 0 168 -22l-37 -138q-54 19 -133 19
+q-156 0 -228.5 -104.5t-72.5 -335.5q0 -206 85 -311t249 -105q37 0 63.5 4.5t32.5 7.5q-139 148 -139 373q0 173 84 269.5t235 96.5q148 0 226.5 -94.5t78.5 -271.5q0 -125 -53.5 -229.5t-147.5 -168.5q52 -26 119 -26q66 0 115 14v-137q-39 -14 -127 -14z" />
+    <glyph glyph-name="uni04AA" unicode="&#x4aa;" horiz-adv-x="1292" 
+d="M827 1331q-241 0 -380.5 -160.5t-139.5 -439.5q0 -287 134.5 -443.5t383.5 -156.5q153 0 349 55v-149q-152 -57 -375 -57q-323 0 -498.5 196t-175.5 557q0 226 84.5 396t244 262t375.5 92q230 0 402 -84l-72 -146q-166 78 -332 78zM772 -238q0 103 -139 238h123
+q158 -120 158 -252q0 -91 -51 -142.5t-150 -51.5q-65 0 -115 16v108q32 -10 86 -10q37 0 62.5 24t25.5 70z" />
+    <glyph glyph-name="uni04AB" unicode="&#x4ab;" horiz-adv-x="975" 
+d="M614 -20q-238 0 -368.5 146.5t-130.5 414.5q0 275 132.5 425t377.5 150q79 0 158 -17t124 -40l-51 -141q-55 22 -120 36.5t-115 14.5q-334 0 -334 -426q0 -202 81.5 -310t241.5 -108q137 0 281 59v-147q-110 -57 -277 -57zM610 -238q0 103 -139 238h123
+q158 -120 158 -252q0 -91 -51 -142.5t-150 -51.5q-65 0 -115 16v108q32 -10 86 -10q37 0 62.5 24t25.5 70z" />
+    <glyph glyph-name="uni04AC" unicode="&#x4ac;" horiz-adv-x="1133" 
+d="M479 1309h-463v153h1098v-153h-463v-1155h162v-535h-162v381h-172v1309z" />
+    <glyph glyph-name="uni04AD" unicode="&#x4ad;" horiz-adv-x="956" 
+d="M393 956h-352v140h872v-140h-354v-813h150v-520h-166v377h-150v956z" />
+    <glyph glyph-name="uni04AE" unicode="&#x4ae;" horiz-adv-x="1147" 
+d="M573 731l390 731h184l-488 -895v-567h-172v559l-487 903h186z" />
+    <glyph glyph-name="uni04AF" unicode="&#x4af;" horiz-adv-x="1026" 
+d="M596 -492h-166v488l-430 1100h172l236 -613q83 -222 102 -319h8q33 138 103 319l233 613h172l-430 -1100v-488z" />
+    <glyph glyph-name="uni04B0" unicode="&#x4b0;" horiz-adv-x="1147" 
+d="M573 731l390 731h184l-488 -895v-59h299v-152h-299v-356h-172v356h-301v152h301v51l-487 903h186z" />
+    <glyph glyph-name="uni04B1" unicode="&#x4b1;" horiz-adv-x="1026" 
+d="M596 -129v-363h-166v363h-278v129h276l-428 1096h172l236 -613q83 -222 102 -319h8q33 138 103 319l233 613h172l-428 -1096h274v-129h-276z" />
+    <glyph glyph-name="uni04B2" unicode="&#x4b2;" horiz-adv-x="1268" 
+d="M1075 154h162v-535h-162v381h-94l-393 643l-400 -643h-180l486 764l-453 698h188l363 -579l366 579h181l-453 -692z" />
+    <glyph glyph-name="uni04B3" unicode="&#x4b3;" horiz-adv-x="1110" 
+d="M440 561l-381 535h189l289 -420l288 420h187l-381 -535l299 -418h149v-522h-166v379h-69l-307 444l-310 -444h-188z" />
+    <glyph glyph-name="uni04B4" unicode="&#x4b4;" horiz-adv-x="1751" 
+d="M1534 154h170v-535h-162v381h-1100v1309h-426v153h1071v-153h-475v-1155h752v1308h170v-1308z" />
+    <glyph glyph-name="uni04B5" unicode="&#x4b5;" horiz-adv-x="1468" 
+d="M889 954h-361v-811h582v951h166v-951h156v-520h-166v377h-904v954h-321v140h848v-140z" />
+    <glyph glyph-name="uni04B6" unicode="&#x4b6;" horiz-adv-x="1417" 
+d="M1223 154h161v-535h-161v381h-170v604q-149 -53 -248 -72.5t-205 -19.5q-207 0 -318.5 95t-111.5 274v581h170v-561q0 -121 63.5 -179t206.5 -58q97 0 185.5 14.5t257.5 69.5v714h170v-1308z" />
+    <glyph glyph-name="uni04B7" unicode="&#x4b7;" horiz-adv-x="1247" 
+d="M322 1096v-400q0 -192 219 -192q91 0 174 28t188 95v469h166v-953h150v-522h-166v379h-150v496q-105 -72 -194.5 -101.5t-202.5 -29.5q-164 0 -257 86t-93 233v412h166z" />
+    <glyph glyph-name="uni04B8" unicode="&#x4b8;" horiz-adv-x="1423" 
+d="M629 512q-459 0 -459 369v581h170v-561q0 -119 67.5 -178t221.5 -59v348h125v-342q134 13 297 73v719h172v-1462h-172v600q-168 -65 -297 -82v-305h-125v299z" />
+    <glyph glyph-name="uni04B9" unicode="&#x4b9;" horiz-adv-x="1229" 
+d="M322 1096v-400q0 -186 200 -192v301h119v-291q113 24 246 113v469h166v-1096h-166v496q-128 -91 -246 -117v-248h-119v234h-22q-160 0 -252 85t-92 234v412h166z" />
+    <glyph glyph-name="uni04BA" unicode="&#x4ba;" horiz-adv-x="1423" 
+d="M201 1462h170v-604q256 92 452 92q207 0 318.5 -95.5t111.5 -272.5v-582h-170v561q0 120 -63.5 179t-206.5 59q-107 0 -200 -17t-242 -67v-715h-170v1462z" />
+    <glyph glyph-name="uni04BB" unicode="&#x4bb;" horiz-adv-x="1198" 
+d="M922 0v397q0 193 -217 193q-88 0 -166 -24.5t-197 -98.5v-467h-166v1096h166v-498q95 69 188 100t207 31q163 0 258 -84t95 -235v-410h-168z" />
+    <glyph glyph-name="uni04BC" unicode="&#x4bc;" horiz-adv-x="1716" 
+d="M61 903q0 73 27 127h145q-20 -50 -20 -110q0 -103 113 -103h34l5 43q29 298 195.5 461.5t445.5 163.5q297 0 445 -189.5t148 -558.5v-69h-1060q14 -264 144.5 -400.5t377.5 -136.5q101 0 202 15.5t242 58.5v-156q-114 -39 -224.5 -54t-240.5 -15q-314 0 -488.5 178
+t-193.5 510q-142 0 -219.5 59t-77.5 176zM1004 1333q-209 0 -329 -133.5t-136 -382.5h878q0 265 -101.5 390.5t-311.5 125.5z" />
+    <glyph glyph-name="uni04BD" unicode="&#x4bd;" horiz-adv-x="1350" 
+d="M842 -20q-243 0 -381 143t-144 395q-266 4 -266 225q0 69 25 119h141q-20 -47 -20 -106q0 -103 106 -103h21l6 35q34 202 159 314t308 112q207 0 327.5 -132.5t120.5 -358.5v-105h-756q6 -198 92 -295.5t259 -97.5q101 0 180.5 16t177.5 58v-148q-88 -38 -166.5 -54.5
+t-189.5 -16.5zM793 975q-134 0 -209.5 -82t-89.5 -240h573q0 157 -70 239.5t-204 82.5z" />
+    <glyph glyph-name="uni04BE" unicode="&#x4be;" horiz-adv-x="1716" 
+d="M928 -12q-258 29 -404.5 202t-165.5 478q-142 0 -219.5 59t-77.5 176q0 73 27 127h145q-20 -50 -20 -110q0 -103 113 -103h34l5 43q29 298 195.5 461.5t445.5 163.5q297 0 445 -189.5t148 -558.5v-69h-1060q14 -264 144.5 -400.5t377.5 -136.5q101 0 202 15.5t242 58.5
+v-156q-176 -62 -411 -67v-363h-166v369zM1004 1333q-209 0 -329 -133.5t-136 -382.5h878q0 265 -101.5 390.5t-311.5 125.5z" />
+    <glyph glyph-name="uni04BF" unicode="&#x4bf;" horiz-adv-x="1350" 
+d="M725 -10q-191 31 -296.5 167.5t-111.5 360.5q-266 4 -266 225q0 69 25 119h141q-20 -47 -20 -106q0 -103 106 -103h21l6 35q34 202 159 314t308 112q207 0 327.5 -132.5t120.5 -358.5v-105h-756q6 -198 92 -295.5t259 -97.5q101 0 180.5 16t177.5 58v-148
+q-142 -65 -307 -69v-359h-166v367zM793 975q-134 0 -209.5 -82t-89.5 -240h573q0 157 -70 239.5t-204 82.5z" />
+    <glyph glyph-name="uni04C0.alt" horiz-adv-x="682" 
+d="M598 0h-514v98l172 35v1194l-172 37v98h514v-98l-172 -37v-1194l172 -35v-98z" />
+    <glyph glyph-name="uni04C1" unicode="&#x4c1;" horiz-adv-x="1729" 
+d="M598 752l-575 710h190l569 -708v708h164v-708l570 708h190l-576 -708l594 -754h-196l-582 741v-741h-164v741l-581 -741h-199zM856 1581q-185 0 -270 71.5t-95 235.5h156q9 -104 54.5 -145t158.5 -41q103 0 152.5 44t60.5 142h157q-12 -158 -101 -232.5t-273 -74.5z" />
+    <glyph glyph-name="uni04C2" unicode="&#x4c2;" horiz-adv-x="1507" 
+d="M676 1094h153v-531l453 531h182l-458 -531l497 -563h-192l-482 555v-555h-153v555l-481 -555h-191l496 563l-457 531h182l451 -531v531zM748 1241q-185 0 -270 71.5t-95 235.5h156q9 -104 54.5 -145t158.5 -41q103 0 152.5 44t60.5 142h157q-12 -158 -101 -232.5
+t-273 -74.5z" />
+    <glyph glyph-name="uni04C3" unicode="&#x4c3;" horiz-adv-x="1411" 
+d="M606 635q-140 0 -235 -31v-604h-170v1462h170v-708l649 708h205l-635 -684l26 2q335 0 512 -162.5t177 -467.5q0 -314 -147.5 -488t-414.5 -174q-82 0 -144 10t-132 39v152q122 -49 274 -49q187 0 287 134.5t100 375.5q0 232 -138.5 358.5t-383.5 126.5z" />
+    <glyph glyph-name="uni04C4" unicode="&#x4c4;" horiz-adv-x="1124" 
+d="M340 0h-164v1096h164v-518l483 518h183l-457 -482q256 -4 382 -146t126 -409q0 -177 -55 -303t-157 -192t-235 -66q-136 0 -231 60v145q46 -25 100 -44t125 -19q135 0 211 108.5t76 308.5q0 211 -93.5 314.5t-283.5 103.5q-82 0 -174 -24v-451z" />
+    <glyph glyph-name="uni04C5" unicode="&#x4c5;" horiz-adv-x="1446" 
+d="M1241 154h184l-143 -535h-197l156 381h-170v1311h-475l-31 -240q-61 -479 -107.5 -700.5t-122.5 -308.5t-202 -85q-74 0 -133 25v143q54 -26 113 -26q53 0 92.5 43.5t70 151t77 408t102.5 740.5h786v-1308z" />
+    <glyph glyph-name="uni04C6" unicode="&#x4c6;" horiz-adv-x="1171" 
+d="M991 143h176l-129 -520h-172l125 377h-166v952h-331q-28 -360 -75 -566t-123 -302t-194 -96q-58 0 -86 10v127q22 -6 50 -6q113 0 181.5 236.5t102.5 738.5h641v-951z" />
+    <glyph glyph-name="uni04C7" unicode="&#x4c7;" horiz-adv-x="1489" 
+d="M1311 150q0 -318 -141 -490t-402 -172q-82 0 -143 9.5t-138 39.5v150q123 -49 258 -49q396 0 396 503v547h-770v-688h-170v1462h170v-622h770v622h170v-1312z" />
+    <glyph glyph-name="uni04C8" unicode="&#x4c8;" horiz-adv-x="1262" 
+d="M723 -502q-132 0 -225 58v149q111 -61 213 -61q125 0 184 99t59 306v445h-612v-494h-166v1096h166v-459h612v459h168v-1045q0 -268 -103.5 -410.5t-295.5 -142.5z" />
+    <glyph glyph-name="uni04C9" unicode="&#x4c9;" horiz-adv-x="1526" 
+d="M1311 154h184l-145 -535h-197l158 381h-170v688h-770v-688h-170v1462h170v-622h770v622h170v-1308z" />
+    <glyph glyph-name="uni04CA" unicode="&#x4ca;" horiz-adv-x="1337" 
+d="M342 1094v-457h614v457h166v-951h176l-129 -520h-172l125 377h-166v494h-614v-494h-166v1094h166z" />
+    <glyph glyph-name="uni04CB" unicode="&#x4cb;" horiz-adv-x="1423" 
+d="M1223 0h-170v-381h-162v535h162v450q-149 -53 -248 -72.5t-205 -19.5q-207 0 -318.5 95t-111.5 274v581h170v-561q0 -121 63.5 -179t206.5 -58q97 0 185.5 14.5t257.5 69.5v714h170v-1462z" />
+    <glyph glyph-name="uni04CC" unicode="&#x4cc;" horiz-adv-x="1245" 
+d="M322 1096v-400q0 -192 219 -192q91 0 174 28t188 95v469h166v-1096h-149v-379h-166v522h149v353q-105 -72 -194.5 -101.5t-202.5 -29.5q-164 0 -257 86t-93 233v412h166z" />
+    <glyph glyph-name="uni04CD" unicode="&#x4cd;" horiz-adv-x="1851" 
+d="M848 0l-496 1296h-8l7 -127q7 -192 7 -239v-930h-157v1462h256l465 -1206h8l465 1206h254v-1308h184l-143 -535h-199l158 381h-170v942q0 132 14 352h-8l-500 -1294h-137z" />
+    <glyph glyph-name="uni04CE" unicode="&#x4ce;" horiz-adv-x="1507" 
+d="M745 160l31 93l43 118l297 723h211v-951h176l-129 -520h-172l125 377h-147v905l-20 -58l-58 -153l-283 -694h-139l-283 696q-53 134 -73 209v-905h-148v1094h203l297 -723q45 -110 69 -211z" />
+    <glyph glyph-name="uni04CF.alt" horiz-adv-x="682" 
+d="M598 0h-514v98l172 35v1194l-172 37v98h514v-98l-172 -37v-1194l172 -35v-98z" />
+    <glyph glyph-name="uni04D0" unicode="&#x4d0;" horiz-adv-x="1296" 
+d="M1120 0l-182 465h-586l-180 -465h-172l578 1468h143l575 -1468h-176zM885 618l-170 453q-33 86 -68 211q-22 -96 -63 -211l-172 -453h473zM641 1579q-185 0 -270 71.5t-95 235.5h156q9 -104 54.5 -145t158.5 -41q103 0 152.5 44t60.5 142h157q-12 -158 -101 -232.5
+t-273 -74.5z" />
+    <glyph glyph-name="uni04D1" unicode="&#x4d1;" 
+d="M850 0l-33 156h-8q-82 -103 -163.5 -139.5t-203.5 -36.5q-163 0 -255.5 84t-92.5 239q0 332 531 348l186 6v68q0 129 -55.5 190.5t-177.5 61.5q-137 0 -310 -84l-51 127q81 44 177.5 69t193.5 25q196 0 290.5 -87t94.5 -279v-748h-123zM475 117q155 0 243.5 85t88.5 238
+v99l-166 -7q-198 -7 -285.5 -61.5t-87.5 -169.5q0 -90 54.5 -137t152.5 -47zM560 1241q-185 0 -270 71.5t-95 235.5h156q9 -104 54.5 -145t158.5 -41q103 0 152.5 44t60.5 142h157q-12 -158 -101 -232.5t-273 -74.5z" />
+    <glyph glyph-name="uni04D2" unicode="&#x4d2;" horiz-adv-x="1296" 
+d="M1120 0l-182 465h-586l-180 -465h-172l578 1468h143l575 -1468h-176zM885 618l-170 453q-33 86 -68 211q-22 -96 -63 -211l-172 -453h473zM370 1731q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM751 1731
+q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
+    <glyph glyph-name="uni04D3" unicode="&#x4d3;" 
+d="M850 0l-33 156h-8q-82 -103 -163.5 -139.5t-203.5 -36.5q-163 0 -255.5 84t-92.5 239q0 332 531 348l186 6v68q0 129 -55.5 190.5t-177.5 61.5q-137 0 -310 -84l-51 127q81 44 177.5 69t193.5 25q196 0 290.5 -87t94.5 -279v-748h-123zM475 117q155 0 243.5 85t88.5 238
+v99l-166 -7q-198 -7 -285.5 -61.5t-87.5 -169.5q0 -90 54.5 -137t152.5 -47zM296 1393q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM677 1393q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5
+t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
+    <glyph glyph-name="uni04D4" unicode="&#x4d4;" horiz-adv-x="1788" 
+d="M1665 0h-750v465h-514l-227 -465h-176l698 1462h969v-151h-580v-471h541v-150h-541v-538h580v-152zM469 618h446v693h-118z" />
+    <glyph glyph-name="uni04D5" unicode="&#x4d5;" horiz-adv-x="1757" 
+d="M94 303q0 161 124 250.5t378 97.5l184 6v68q0 129 -58 190.5t-177 61.5q-144 0 -307 -84l-52 127q74 41 173.5 67.5t197.5 26.5q130 0 212.5 -43.5t123.5 -138.5q53 88 138.5 136t195.5 48q192 0 308 -133.5t116 -355.5v-107h-701q8 -395 322 -395q91 0 169.5 17.5
+t162.5 56.5v-148q-86 -38 -160.5 -54.5t-175.5 -16.5q-289 0 -414 233q-81 -127 -179.5 -180t-232.5 -53q-163 0 -255.5 85t-92.5 238zM268 301q0 -95 53.5 -139.5t141.5 -44.5q145 0 229 84.5t84 238.5v99l-158 -7q-186 -8 -268 -62.5t-82 -168.5zM1225 977
+q-121 0 -190.5 -83t-80.5 -241h519q0 156 -64 240t-184 84z" />
+    <glyph glyph-name="uni04D6" unicode="&#x4d6;" 
+d="M1016 0h-815v1462h815v-151h-645v-471h606v-150h-606v-538h645v-152zM600 1579q-185 0 -270 71.5t-95 235.5h156q9 -104 54.5 -145t158.5 -41q103 0 152.5 44t60.5 142h157q-12 -158 -101 -232.5t-273 -74.5z" />
+    <glyph glyph-name="uni04D7" unicode="&#x4d7;" horiz-adv-x="1149" 
+d="M639 -20q-243 0 -383.5 148t-140.5 411q0 265 130.5 421t350.5 156q206 0 326 -135.5t120 -357.5v-105h-755q5 -193 97.5 -293t260.5 -100q177 0 350 74v-148q-88 -38 -166.5 -54.5t-189.5 -16.5zM594 977q-132 0 -210.5 -86t-92.5 -238h573q0 157 -70 240.5t-200 83.5z
+M596 1241q-185 0 -270 71.5t-95 235.5h156q9 -104 54.5 -145t158.5 -41q103 0 152.5 44t60.5 142h157q-12 -158 -101 -232.5t-273 -74.5z" />
+    <glyph glyph-name="uni04D8" unicode="&#x4d8;" horiz-adv-x="1495" 
+d="M664 1333q-227 0 -453 -76v158q115 38 220 54t239 16q331 0 514.5 -199.5t183.5 -556.5q0 -350 -173 -549.5t-482 -199.5q-596 0 -596 747v70h1071q-17 266 -148.5 401t-375.5 135zM713 131q210 0 334.5 134.5t140.5 381.5h-889q0 -264 102 -390t312 -126z" />
+    <glyph glyph-name="uni04D9" unicode="&#x4d9;" horiz-adv-x="1145" 
+d="M506 1116q245 0 384.5 -150t139.5 -411q0 -264 -129.5 -419.5t-347.5 -155.5q-208 0 -329.5 134t-121.5 359v105h756q-5 204 -94.5 297.5t-255.5 93.5q-98 0 -180.5 -16.5t-177.5 -57.5v147q89 40 170 57t186 17zM555 119q133 0 210 82.5t89 238.5h-573q0 -157 70.5 -239
+t203.5 -82z" />
+    <glyph glyph-name="uni04DA" unicode="&#x4da;" horiz-adv-x="1495" 
+d="M664 1333q-227 0 -453 -76v158q115 38 220 54t239 16q331 0 514.5 -199.5t183.5 -556.5q0 -350 -173 -549.5t-482 -199.5q-596 0 -596 747v70h1071q-17 266 -148.5 401t-375.5 135zM713 131q210 0 334.5 134.5t140.5 381.5h-889q0 -264 102 -390t312 -126zM456 1731
+q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM837 1731q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
+    <glyph glyph-name="uni04DB" unicode="&#x4db;" horiz-adv-x="1145" 
+d="M506 1116q245 0 384.5 -150t139.5 -411q0 -264 -129.5 -419.5t-347.5 -155.5q-208 0 -329.5 134t-121.5 359v105h756q-5 204 -94.5 297.5t-255.5 93.5q-98 0 -180.5 -16.5t-177.5 -57.5v147q89 40 170 57t186 17zM555 119q133 0 210 82.5t89 238.5h-573q0 -157 70.5 -239
+t203.5 -82zM287 1393q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM668 1393q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
+    <glyph glyph-name="uni04DC" unicode="&#x4dc;" horiz-adv-x="1729" 
+d="M598 752l-575 710h190l569 -708v708h164v-708l570 708h190l-576 -708l594 -754h-196l-582 741v-741h-164v741l-581 -741h-199zM581 1731q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM962 1731
+q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
+    <glyph glyph-name="uni04DD" unicode="&#x4dd;" horiz-adv-x="1507" 
+d="M676 1094h153v-531l453 531h182l-458 -531l497 -563h-192l-482 555v-555h-153v555l-481 -555h-191l496 563l-457 531h182l451 -531v531zM471 1393q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM852 1393
+q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
+    <glyph glyph-name="uni04DE" unicode="&#x4de;" horiz-adv-x="1190" 
+d="M1049 1120q0 -144 -91.5 -234t-252.5 -114v-8q183 -25 277.5 -115t94.5 -235q0 -205 -153 -319.5t-432 -114.5q-255 0 -418 79v158q96 -46 207.5 -71t214.5 -25q198 0 299.5 75t101.5 216q0 134 -112.5 203t-335.5 69h-218v143h209q205 0 317.5 73.5t112.5 205.5
+q0 107 -81 171t-218 64q-110 0 -199 -25t-206 -99l-84 114q101 75 226.5 113.5t260.5 38.5q225 0 352.5 -98.5t127.5 -264.5zM296 1731q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM677 1731q0 52 26.5 75
+t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
+    <glyph glyph-name="uni04DF" unicode="&#x4df;" horiz-adv-x="989" 
+d="M385 641q311 0 311 172q0 162 -252 162q-77 0 -140 -14t-165 -56l-59 135q170 76 371 76q189 0 298 -77.5t109 -211.5q0 -184 -205 -241v-8q126 -37 184 -105.5t58 -171.5q0 -152 -122.5 -236.5t-338.5 -84.5q-237 0 -366 71v152q183 -86 370 -86q144 0 217.5 49.5
+t73.5 142.5q0 191 -311 191h-152v141h119zM201 1393q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM582 1393q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z
+" />
+    <glyph glyph-name="uni04E0" unicode="&#x4e0;" horiz-adv-x="1194" 
+d="M508 831q279 -9 425 -114.5t146 -298.5q0 -206 -153.5 -322t-431.5 -116q-257 0 -420 79v158q96 -46 207 -71t217 -25q199 0 300 76.5t101 220.5q0 134 -112.5 203t-335.5 69h-140v141l494 478h-690v153h903v-139z" />
+    <glyph glyph-name="uni04E1" unicode="&#x4e1;" horiz-adv-x="1001" 
+d="M428 463q149 -7 264 -64t178.5 -158t63.5 -237q0 -222 -148 -359t-387 -137q-234 0 -372 70v154q183 -86 383 -86q161 0 259.5 95t98.5 255q0 164 -107 249t-309 85h-121v114l453 510h-631v142h824v-123z" />
+    <glyph glyph-name="uni04E2" unicode="&#x4e2;" horiz-adv-x="1561" 
+d="M203 1462h159v-813q0 -225 -14 -407h8l820 1220h186v-1462h-160v805q0 201 17 422h-9l-821 -1227h-186v1462zM481 1716h600v-137h-600v137z" />
+    <glyph glyph-name="uni04E3" unicode="&#x4e3;" horiz-adv-x="1298" 
+d="M332 1096v-695l-7 -182l-3 -57l593 934h207v-1096h-155v670l3 132l5 130l-592 -932h-207v1096h156zM350 1378h600v-137h-600v137z" />
+    <glyph glyph-name="uni04E4" unicode="&#x4e4;" horiz-adv-x="1561" 
+d="M203 1462h159v-813q0 -225 -14 -407h8l820 1220h186v-1462h-160v805q0 201 17 422h-9l-821 -1227h-186v1462zM499 1731q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM880 1731q0 52 26.5 75t63.5 23
+t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
+    <glyph glyph-name="uni04E5" unicode="&#x4e5;" horiz-adv-x="1298" 
+d="M332 1096v-695l-7 -182l-3 -57l593 934h207v-1096h-155v670l3 132l5 130l-592 -932h-207v1096h156zM370 1393q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM751 1393q0 52 26.5 75t63.5 23t64.5 -23
+t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
+    <glyph glyph-name="uni04E6" unicode="&#x4e6;" horiz-adv-x="1595" 
+d="M1470 733q0 -351 -177.5 -552t-493.5 -201q-323 0 -498.5 197.5t-175.5 557.5q0 357 176 553.5t500 196.5q315 0 492 -200t177 -552zM305 733q0 -297 126.5 -450.5t367.5 -153.5q243 0 367 153t124 451q0 295 -123.5 447.5t-365.5 152.5q-243 0 -369.5 -153.5
+t-126.5 -446.5zM518 1731q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM899 1731q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
+    <glyph glyph-name="uni04E7" unicode="&#x4e7;" horiz-adv-x="1237" 
+d="M1122 549q0 -268 -135 -418.5t-373 -150.5q-147 0 -261 69t-176 198t-62 302q0 268 134 417.5t372 149.5q230 0 365.5 -153t135.5 -414zM287 549q0 -210 84 -320t247 -110t247.5 109.5t84.5 320.5q0 209 -84.5 317.5t-249.5 108.5q-163 0 -246 -107t-83 -319zM338 1393
+q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM719 1393q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
+    <glyph glyph-name="uni04E8" unicode="&#x4e8;" horiz-adv-x="1597" 
+d="M1470 733q0 -351 -177.5 -552t-493.5 -201q-323 0 -498.5 197.5t-175.5 557.5q0 357 176 553.5t500 196.5q315 0 492 -200t177 -552zM799 129q229 0 352.5 136.5t136.5 404.5h-981q13 -267 137.5 -404t354.5 -137zM801 1333q-224 0 -349.5 -129t-144.5 -385h979
+q-17 254 -139 384t-346 130z" />
+    <glyph glyph-name="uni04E9" unicode="&#x4e9;" horiz-adv-x="1237" 
+d="M1122 549q0 -268 -135 -418.5t-373 -150.5q-147 0 -261 69t-176 198t-62 302q0 268 134 417.5t372 149.5q230 0 365.5 -153t135.5 -414zM618 119q158 0 240 92t92 283h-663q9 -186 89 -280.5t242 -94.5zM616 975q-156 0 -235 -86.5t-92 -253.5h659q-15 168 -95.5 254
+t-236.5 86z" />
+    <glyph glyph-name="uni04EA" unicode="&#x4ea;" horiz-adv-x="1597" 
+d="M1470 733q0 -351 -177.5 -552t-493.5 -201q-323 0 -498.5 197.5t-175.5 557.5q0 357 176 553.5t500 196.5q315 0 492 -200t177 -552zM799 129q229 0 352.5 136.5t136.5 404.5h-981q13 -267 137.5 -404t354.5 -137zM801 1333q-224 0 -349.5 -129t-144.5 -385h979
+q-17 254 -139 384t-346 130zM518 1731q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM899 1731q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
+    <glyph glyph-name="uni04EB" unicode="&#x4eb;" horiz-adv-x="1237" 
+d="M1122 549q0 -268 -135 -418.5t-373 -150.5q-147 0 -261 69t-176 198t-62 302q0 268 134 417.5t372 149.5q230 0 365.5 -153t135.5 -414zM618 119q158 0 240 92t92 283h-663q9 -186 89 -280.5t242 -94.5zM616 975q-156 0 -235 -86.5t-92 -253.5h659q-15 168 -95.5 254
+t-236.5 86zM336 1393q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM717 1393q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
+    <glyph glyph-name="uni04EC" unicode="&#x4ec;" horiz-adv-x="1290" 
+d="M467 1331q-172 0 -334 -76l-72 144q172 84 408 84q217 0 373.5 -88t237.5 -251t81 -384q0 -376 -182 -578t-524 -202q-227 0 -383 57v149q83 -21 169 -38t185 -17q271 0 409 144.5t146 416.5h-719v152h717q-22 229 -157.5 358t-354.5 129zM290 1731q0 52 26.5 75t63.5 23
+q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM671 1731q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
+    <glyph glyph-name="uni04ED" unicode="&#x4ed;" horiz-adv-x="1008" 
+d="M342 -20q-167 0 -285 57v147q60 -23 130 -41t161 -18q174 0 268.5 93t104.5 278h-555v141h553q-16 172 -100.5 252t-245.5 80q-103 0 -254 -54l-47 140q55 26 137 43.5t162 17.5q256 0 389 -146.5t133 -422.5q0 -269 -144.5 -418t-406.5 -149zM195 1393q0 52 26.5 75
+t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM576 1393q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
+    <glyph glyph-name="uni04EE" unicode="&#x4ee;" horiz-adv-x="1272" 
+d="M293 -20q-111 0 -195 30v166q93 -43 189 -43q110 0 176.5 50.5t132.5 189.5l-569 1089h188l432 -831q25 -49 39 -96h8q28 84 39 106l359 821h180l-467 -1046q-84 -187 -151.5 -272t-152 -124.5t-208.5 -39.5zM348 1716h600v-137h-600v137z" />
+    <glyph glyph-name="uni04EF" unicode="&#x4ef;" horiz-adv-x="1032" 
+d="M2 1096h178l240 -625q79 -214 98 -309h8q13 51 54.5 174.5t271.5 759.5h178l-471 -1248q-70 -185 -163.5 -262.5t-229.5 -77.5q-76 0 -150 17v133q55 -12 123 -12q171 0 244 192l61 156zM218 1378h600v-137h-600v137z" />
+    <glyph glyph-name="uni04F0" unicode="&#x4f0;" horiz-adv-x="1272" 
+d="M293 -20q-111 0 -195 30v166q93 -43 189 -43q110 0 176.5 50.5t132.5 189.5l-569 1089h188l432 -831q25 -49 39 -96h8q28 84 39 106l359 821h180l-467 -1046q-84 -187 -151.5 -272t-152 -124.5t-208.5 -39.5zM368 1731q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75
+q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM749 1731q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
+    <glyph glyph-name="uni04F1" unicode="&#x4f1;" horiz-adv-x="1032" 
+d="M2 1096h178l240 -625q79 -214 98 -309h8q13 51 54.5 174.5t271.5 759.5h178l-471 -1248q-70 -185 -163.5 -262.5t-229.5 -77.5q-76 0 -150 17v133q55 -12 123 -12q171 0 244 192l61 156zM236 1393q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5
+t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM617 1393q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
+    <glyph glyph-name="uni04F2" unicode="&#x4f2;" horiz-adv-x="1272" 
+d="M293 -20q-111 0 -195 30v166q93 -43 189 -43q110 0 176.5 50.5t132.5 189.5l-569 1089h188l432 -831q25 -49 39 -96h8q28 84 39 106l359 821h180l-467 -1046q-84 -187 -151.5 -272t-152 -124.5t-208.5 -39.5zM372 1604q36 48 91 141t86 162h186v-21q-37 -63 -122.5 -161
+t-143.5 -146h-97v25zM729 1604q49 68 99.5 156.5t76.5 146.5h186v-21q-37 -63 -122.5 -161t-143.5 -146h-96v25z" />
+    <glyph glyph-name="uni04F3" unicode="&#x4f3;" horiz-adv-x="1032" 
+d="M2 1096h178l240 -625q79 -214 98 -309h8q13 51 54.5 174.5t271.5 759.5h178l-471 -1248q-70 -185 -163.5 -262.5t-229.5 -77.5q-76 0 -150 17v133q55 -12 123 -12q171 0 244 192l61 156zM235 1266q36 48 91 141t86 162h186v-21q-37 -63 -122.5 -161t-143.5 -146h-97v25z
+M592 1266q49 68 99.5 156.5t76.5 146.5h186v-21q-37 -63 -122.5 -161t-143.5 -146h-96v25z" />
+    <glyph glyph-name="uni04F4" unicode="&#x4f4;" horiz-adv-x="1423" 
+d="M1223 0h-170v604q-149 -53 -248 -72.5t-205 -19.5q-207 0 -318.5 95t-111.5 274v581h170v-561q0 -121 63.5 -179t206.5 -58q97 0 185.5 14.5t257.5 69.5v714h170v-1462zM415 1731q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5
+q-37 0 -63.5 24.5t-26.5 74.5zM796 1731q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
+    <glyph glyph-name="uni04F5" unicode="&#x4f5;" horiz-adv-x="1245" 
+d="M322 1096v-400q0 -192 219 -192q91 0 174 28t188 95v469h166v-1096h-166v496q-105 -72 -194.5 -101.5t-202.5 -29.5q-164 0 -257 86t-93 233v412h166zM332 1393q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5
+zM713 1393q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
+    <glyph glyph-name="uni04F6" unicode="&#x4f6;" horiz-adv-x="1079" 
+d="M201 1462h831v-153h-661v-1155h161v-535h-161v381h-170v1462z" />
+    <glyph glyph-name="uni04F7" unicode="&#x4f7;" horiz-adv-x="877" 
+d="M176 1094h658v-140h-492v-811h150v-520h-166v377h-150v1094z" />
+    <glyph glyph-name="uni04F8" unicode="&#x4f8;" horiz-adv-x="1747" 
+d="M201 0v1462h170v-624h239q261 0 398 -102.5t137 -309.5q0 -206 -129.5 -316t-378.5 -110h-436zM371 145h247q181 0 266 70.5t85 210.5q0 137 -89.5 198.5t-289.5 61.5h-219v-541zM1546 0h-170v1462h170v-1462zM592 1731q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75
+q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM973 1731q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
+    <glyph glyph-name="uni04F9" unicode="&#x4f9;" horiz-adv-x="1577" 
+d="M342 643h299q209 0 309.5 -77.5t100.5 -231.5q0 -165 -106.5 -249.5t-313.5 -84.5h-455v1096h166v-453zM1401 0h-166v1096h166v-1096zM342 500v-361h281q264 0 264 185q0 92 -61 134t-208 42h-276zM506 1393q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75
+q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM887 1393q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
+    <glyph glyph-name="uni04FA" unicode="&#x4fa;" horiz-adv-x="1079" 
+d="M1032 1462v-153h-661v-510h424v-150h-424v-649h-170v649h-154v150h154v663h831zM516 154v-289q0 -260 -228 -260q-56 0 -116 24v140q41 -19 102 -19q94 0 94 100v304h148z" />
+    <glyph glyph-name="uni04FB" unicode="&#x4fb;" horiz-adv-x="877" 
+d="M834 956h-492v-344h346v-127h-346v-485h-166v485h-158v127h158v484h658v-140zM486 143v-278q0 -260 -228 -260q-56 0 -116 24v140q41 -19 102 -19q94 0 94 100v293h148z" />
+    <glyph glyph-name="uni04FC" unicode="&#x4fc;" horiz-adv-x="1272" 
+d="M1174 0h-193l-393 643l-400 -643h-180l486 764l-453 698h188l363 -579l366 579h181l-453 -692zM1225 154v-289q0 -260 -228 -260q-56 0 -116 24v140q41 -19 102 -19q94 0 94 100v304h148z" />
+    <glyph glyph-name="uni04FD" unicode="&#x4fd;" horiz-adv-x="1106" 
+d="M440 561l-381 535h189l289 -420l288 420h187l-381 -535l401 -561h-188l-307 444l-310 -444h-188zM1076 143v-278q0 -260 -228 -260q-56 0 -116 24v140q41 -19 102 -19q94 0 94 100v293h148z" />
+    <glyph glyph-name="uni04FE" unicode="&#x4fe;" horiz-adv-x="1182" 
+d="M127 852h307l-393 610h188l363 -581l364 581h183l-400 -610h316v-152h-326l445 -700h-193l-393 643l-400 -643h-182l447 700h-326v152z" />
+    <glyph glyph-name="uni04FF" unicode="&#x4ff;" horiz-adv-x="1073" 
+d="M117 631h274l-332 465h189l289 -420l288 420h187l-334 -465h280v-129h-286l360 -502h-188l-307 444l-310 -444h-188l358 502h-280v129z" />
+    <glyph glyph-name="uni0500" unicode="&#x500;" horiz-adv-x="1255" 
+d="M131 420q0 212 146 315t434 103h198v624h170v-1462h-413q-267 0 -401 106.5t-134 313.5zM909 688h-186q-222 0 -319 -62t-97 -204q0 -143 91 -209t294 -66h217v541z" />
+    <glyph glyph-name="uni0501" unicode="&#x501;" horiz-adv-x="1255" 
+d="M922 147h-9q-115 -167 -344 -167q-215 0 -334.5 147t-119.5 418t120 421t334 150q223 0 342 -162h13l-7 79l-4 77v446h166v-1556h-135zM590 119q170 0 246.5 92.5t76.5 298.5v35q0 233 -77.5 332.5t-247.5 99.5q-146 0 -223.5 -113.5t-77.5 -320.5q0 -210 77 -317
+t226 -107z" />
+    <glyph glyph-name="uni0502" unicode="&#x502;" horiz-adv-x="1841" 
+d="M590 -18q-226 0 -342.5 104.5t-116.5 312.5q0 217 149 328t439 111h145v624h170v-1097q0 -236 230 -236q100 0 160.5 61.5t60.5 171.5v486h170v-488q0 -174 -103.5 -277t-287.5 -103q-118 0 -197.5 41t-130.5 131q-113 -170 -346 -170zM864 686h-151q-212 0 -309 -69.5
+t-97 -219.5q0 -268 289 -268q127 0 197.5 59.5t70.5 171.5v326z" />
+    <glyph glyph-name="uni0503" unicode="&#x503;" horiz-adv-x="1835" 
+d="M1278 119q118 0 171.5 66t53.5 202v313h168v-323q0 -200 -100 -298.5t-289 -98.5q-129 0 -208 45.5t-122 158.5h-8q-75 -113 -167.5 -158.5t-221.5 -45.5q-208 0 -324 148.5t-116 416.5t115.5 419.5t322.5 151.5q106 0 185.5 -38.5t142.5 -123.5h12q-2 17 -6 73t-4 83
+v446h166v-1140q0 -160 54.5 -228.5t174.5 -68.5zM575 119q162 0 235 92.5t73 298.5v35q0 231 -74 331.5t-236 100.5q-286 0 -286 -434q0 -214 69.5 -319t218.5 -105z" />
+    <glyph glyph-name="uni0504" unicode="&#x504;" horiz-adv-x="1851" 
+d="M430 684h-201v143h193q192 0 298.5 73.5t106.5 205.5q0 108 -77 171.5t-205 63.5q-103 0 -191.5 -27.5t-191.5 -96.5l-84 114q93 72 216 112t253 40q214 0 336.5 -98t122.5 -265q0 -141 -89 -232.5t-245 -117.5v-8q354 -51 360 -354q2 -150 56 -213.5t178 -63.5
+q119 0 175 60.5t56 195.5v461h168v-471q0 -198 -105 -297.5t-294 -99.5q-202 0 -306 104.5t-106 304.5q-2 150 -104.5 222.5t-319.5 72.5z" />
+    <glyph glyph-name="uni0505" unicode="&#x505;" horiz-adv-x="1642" 
+d="M1090 119q221 0 221 268v313h166v-323q0 -202 -93.5 -299.5t-289.5 -97.5q-378 0 -394 333q-5 99 -75.5 143t-218.5 44h-140v141h111q289 0 289 172q0 162 -242 162q-75 0 -142.5 -18t-144.5 -52l-57 135q85 40 166.5 58t185.5 18q184 0 289.5 -77.5t105.5 -211.5
+q0 -184 -192 -241v-8q99 -20 160.5 -81t66.5 -167q9 -211 228 -211z" />
+    <glyph glyph-name="uni0506" unicode="&#x506;" horiz-adv-x="1280" 
+d="M899 412q0 133 -114.5 202.5t-340.5 69.5h-217v143h209q205 0 317.5 73.5t112.5 205.5q0 107 -82 171t-217 64q-105 0 -202.5 -29t-202.5 -95l-84 114q97 74 224 113t259 39q220 0 346.5 -98t126.5 -265q0 -140 -94.5 -231.5t-257.5 -116.5v-8q184 -25 281.5 -114.5
+t97.5 -237.5v-258h172v-535h-162v381h-172v412z" />
+    <glyph glyph-name="uni0507" unicode="&#x507;" horiz-adv-x="1071" 
+d="M725 301q0 199 -309 199h-150v141h117q313 0 313 172q0 82 -66.5 122t-185.5 40q-153 0 -303 -70l-61 135q161 74 364 74q191 0 297.5 -77t106.5 -212q0 -182 -203 -239v-11q126 -37 182 -105.5t56 -170.5v-156h157v-520h-166v377h-149v301z" />
+    <glyph glyph-name="uni0508" unicode="&#x508;" horiz-adv-x="2009" 
+d="M1036 1311h-440l-31 -240q-43 -338 -81 -560t-79.5 -327t-106.5 -156t-165 -51q-69 0 -133 25v143q50 -26 113 -26q49 0 81 31t54 83t50 181t65 373.5t92 674.5h751v-1073q0 -137 55.5 -197.5t170.5 -60.5q112 0 168.5 60.5t56.5 195.5v461h168v-471q0 -193 -102.5 -295
+t-290.5 -102q-196 0 -296 102t-100 299v930z" />
+    <glyph glyph-name="uni0509" unicode="&#x509;" horiz-adv-x="1743" 
+d="M975 387q0 -137 52 -202.5t171 -65.5q213 0 213 266v315h166v-323q0 -202 -93.5 -299.5t-283.5 -97.5q-188 0 -289.5 98t-101.5 301v573h-315q-28 -360 -75 -566t-123 -302t-194 -96q-58 0 -86 10v127q22 -6 50 -6q113 0 181.5 236.5t102.5 738.5h625v-707z" />
+    <glyph glyph-name="uni050A" unicode="&#x50a;" horiz-adv-x="2073" 
+d="M1270 389q0 -137 55 -197.5t170 -60.5q112 0 168.5 60.5t56.5 195.5v461h166v-471q0 -191 -100 -294t-291 -103q-195 0 -295 101.5t-100 299.5v307h-729v-688h-170v1462h170v-622h729v622h170v-1073z" />
+    <glyph glyph-name="uni050B" unicode="&#x50b;" horiz-adv-x="1870" 
+d="M342 1096v-459h592v459h166v-707q0 -137 53 -203.5t172 -66.5q213 0 213 268v313h166v-323q0 -202 -93.5 -299.5t-285.5 -97.5q-186 0 -288.5 99t-102.5 300v115h-592v-494h-166v1096h166z" />
+    <glyph glyph-name="uni050C" unicode="&#x50c;" horiz-adv-x="1548" 
+d="M870 752h564v-86q0 -351 -154 -518.5t-465 -167.5q-325 0 -507.5 200.5t-182.5 552.5q0 229 89.5 399t260 260.5t404.5 90.5q120 0 238.5 -24.5t201.5 -63.5l-66 -148q-90 38 -197 61t-194 23q-267 0 -412 -157.5t-145 -442.5t133.5 -443.5t380.5 -158.5q436 0 436 471
+h-385v152z" />
+    <glyph glyph-name="uni050D" unicode="&#x50d;" horiz-adv-x="1311" 
+d="M690 575h510v-67q0 -528 -514 -528q-274 0 -422.5 147.5t-148.5 419.5q0 270 161.5 419.5t450.5 149.5q212 0 387 -80l-59 -131q-168 74 -334 74q-205 0 -319.5 -111t-114.5 -321q0 -207 102 -318.5t299 -111.5q169 0 256.5 80t87.5 237h-342v141z" />
+    <glyph glyph-name="uni050E" unicode="&#x50e;" horiz-adv-x="1454" 
+d="M16 1309v153h1084v-153h-465v-920q0 -137 59.5 -198.5t173.5 -61.5q232 0 232 256v463h168v-471q0 -192 -105.5 -294.5t-294.5 -102.5q-198 0 -300.5 103t-102.5 298v928h-449z" />
+    <glyph glyph-name="uni050F" unicode="&#x50f;" horiz-adv-x="1325" 
+d="M897 954h-346v-567q0 -137 54.5 -202.5t172.5 -65.5q215 0 215 260v321h166v-323q0 -202 -94.5 -299.5t-286.5 -97.5t-292.5 101.5t-100.5 297.5v575h-344v140h856v-140z" />
+    <glyph glyph-name="uni0510" unicode="&#x510;" horiz-adv-x="1194" 
+d="M156 1116q0 169 132 268t357 99q258 0 467 -144l-94 -120q-105 68 -195.5 94t-191.5 26q-140 0 -219.5 -61.5t-79.5 -175.5q0 -128 104.5 -201.5t304.5 -73.5h217v-141h-213q-222 0 -338 -71t-116 -209q0 -142 101 -212.5t284 -70.5q233 0 432 92v-158q-175 -77 -436 -77
+q-268 0 -414.5 110t-146.5 307q0 151 103.5 247t291.5 118v8q-170 25 -260 114t-90 232z" />
+    <glyph glyph-name="uni0511" unicode="&#x511;" horiz-adv-x="973" 
+d="M715 641v-141h-148q-311 0 -311 -195q0 -90 73.5 -139t219.5 -49q84 0 167 19.5t183 66.5v-148q-137 -75 -358 -75q-210 0 -330.5 84.5t-120.5 232.5q0 98 55 163.5t185 106.5v11q-98 28 -151.5 91.5t-53.5 155.5q0 133 112 212t304 79q97 0 179.5 -16.5t182.5 -61.5
+l-63 -133q-94 42 -159 56t-144 14q-250 0 -250 -162q0 -172 317 -172h111z" />
+    <glyph glyph-name="uni0512" unicode="&#x512;" horiz-adv-x="1434" 
+d="M1241 0h-170v1311h-475l-31 -240q-61 -479 -107.5 -700.5t-122.5 -308.5t-202 -85q-74 0 -133 25v143q54 -26 113 -26q53 0 92.5 43.5t70 151t77 408t102.5 740.5h786v-1462zM1387 154v-289q0 -260 -228 -260q-56 0 -116 24v140q41 -19 102 -19q94 0 94 100v304h148z" />
+    <glyph glyph-name="uni0513" unicode="&#x513;" horiz-adv-x="1169" 
+d="M993 0h-168v954h-329q-27 -356 -75 -565t-124.5 -306t-194.5 -97q-54 0 -86 12v123q22 -6 50 -6q115 0 183 243t103 738h641v-1096zM1139 143v-278q0 -260 -228 -260q-56 0 -116 24v140q41 -19 102 -19q94 0 94 100v293h148z" />
+    <glyph glyph-name="uni1EA0" unicode="&#x1ea0;" horiz-adv-x="1296" 
+d="M1120 0l-182 465h-586l-180 -465h-172l578 1468h143l575 -1468h-176zM885 618l-170 453q-33 86 -68 211q-22 -96 -63 -211l-172 -453h473zM548 -242q0 57 29.5 84t71.5 27q40 0 69 -27t29 -84q0 -55 -29 -82.5t-69 -27.5q-42 0 -71.5 27.5t-29.5 82.5z" />
+    <glyph glyph-name="uni1EA1" unicode="&#x1ea1;" 
+d="M850 0l-33 156h-8q-82 -103 -163.5 -139.5t-203.5 -36.5q-163 0 -255.5 84t-92.5 239q0 332 531 348l186 6v68q0 129 -55.5 190.5t-177.5 61.5q-137 0 -310 -84l-51 127q81 44 177.5 69t193.5 25q196 0 290.5 -87t94.5 -279v-748h-123zM475 117q155 0 243.5 85t88.5 238
+v99l-166 -7q-198 -7 -285.5 -61.5t-87.5 -169.5q0 -90 54.5 -137t152.5 -47zM436 -242q0 57 29.5 84t71.5 27q40 0 69 -27t29 -84q0 -55 -29 -82.5t-69 -27.5q-42 0 -71.5 27.5t-29.5 82.5z" />
+    <glyph glyph-name="uni1EA2" unicode="&#x1ea2;" horiz-adv-x="1296" 
+d="M1120 0l-182 465h-586l-180 -465h-172l578 1468h143l575 -1468h-176zM885 618l-170 453q-33 86 -68 211q-22 -96 -63 -211l-172 -453h473zM879 1833q0 -140 -166 -174l-10 -113h-105l-12 176q86 14 125 39t39 68t-33.5 63.5t-106.5 20.5q-62 0 -94 -6v100q38 10 107 10
+q256 0 256 -184z" />
+    <glyph glyph-name="uni1EA3" unicode="&#x1ea3;" 
+d="M850 0l-33 156h-8q-82 -103 -163.5 -139.5t-203.5 -36.5q-163 0 -255.5 84t-92.5 239q0 332 531 348l186 6v68q0 129 -55.5 190.5t-177.5 61.5q-137 0 -310 -84l-51 127q81 44 177.5 69t193.5 25q196 0 290.5 -87t94.5 -279v-748h-123zM475 117q155 0 243.5 85t88.5 238
+v99l-166 -7q-198 -7 -285.5 -61.5t-87.5 -169.5q0 -90 54.5 -137t152.5 -47zM793 1495q0 -140 -166 -174l-10 -113h-105l-12 176q86 14 125 39t39 68t-33.5 63.5t-106.5 20.5q-62 0 -94 -6v100q38 10 107 10q256 0 256 -184z" />
+    <glyph glyph-name="uni1EA4" unicode="&#x1ea4;" horiz-adv-x="1296" 
+d="M1120 0l-182 465h-586l-180 -465h-172l578 1468h143l575 -1468h-176zM885 618l-170 453q-33 86 -68 211q-22 -96 -63 -211l-172 -453h473zM952 1579h-94q-112 75 -211 166q-114 -101 -211 -166h-94v25l53 60q112 123 164 200h176q66 -94 217 -260v-25zM872 1798
+q73 91 127 203h172v-21q-83 -110 -203 -206h-96v24z" />
+    <glyph glyph-name="uni1EA5" unicode="&#x1ea5;" 
+d="M850 0l-33 156h-8q-82 -103 -163.5 -139.5t-203.5 -36.5q-163 0 -255.5 84t-92.5 239q0 332 531 348l186 6v68q0 129 -55.5 190.5t-177.5 61.5q-137 0 -310 -84l-51 127q81 44 177.5 69t193.5 25q196 0 290.5 -87t94.5 -279v-748h-123zM475 117q155 0 243.5 85t88.5 238
+v99l-166 -7q-198 -7 -285.5 -61.5t-87.5 -169.5q0 -90 54.5 -137t152.5 -47zM870 1241h-94q-112 75 -211 166q-114 -101 -211 -166h-94v25l53 60q112 123 164 200h176q66 -94 217 -260v-25zM790 1460q73 91 127 203h172v-21q-83 -110 -203 -206h-96v24z" />
+    <glyph glyph-name="uni1EA6" unicode="&#x1ea6;" horiz-adv-x="1296" 
+d="M1120 0l-182 465h-586l-180 -465h-172l578 1468h143l575 -1468h-176zM885 618l-170 453q-33 86 -68 211q-22 -96 -63 -211l-172 -453h473zM948 1579h-94q-97 65 -211 166q-106 -96 -211 -166h-94v23l53 60q112 123 164 200h176q66 -94 217 -260v-23zM418 1774h-95
+q-120 94 -204 206v21h172q52 -108 127 -205v-22z" />
+    <glyph glyph-name="uni1EA7" unicode="&#x1ea7;" 
+d="M850 0l-33 156h-8q-82 -103 -163.5 -139.5t-203.5 -36.5q-163 0 -255.5 84t-92.5 239q0 332 531 348l186 6v68q0 129 -55.5 190.5t-177.5 61.5q-137 0 -310 -84l-51 127q81 44 177.5 69t193.5 25q196 0 290.5 -87t94.5 -279v-748h-123zM475 117q155 0 243.5 85t88.5 238
+v99l-166 -7q-198 -7 -285.5 -61.5t-87.5 -169.5q0 -90 54.5 -137t152.5 -47zM874 1241h-94q-97 65 -211 166q-106 -96 -211 -166h-94v23l53 60q112 123 164 200h176q66 -94 217 -260v-23zM344 1436h-95q-120 94 -204 206v21h172q52 -108 127 -205v-22z" />
+    <glyph glyph-name="uni1EA8" unicode="&#x1ea8;" horiz-adv-x="1296" 
+d="M1120 0l-182 465h-586l-180 -465h-172l578 1468h143l575 -1468h-176zM885 618l-170 453q-33 86 -68 211q-22 -96 -63 -211l-172 -453h473zM940 1579h-94q-112 75 -211 166q-114 -101 -211 -166h-94v25l53 60q112 123 164 200h176q66 -94 217 -260v-25zM1108 1983
+q0 -103 -127 -132l-6 -81h-80l-10 131q57 9 88.5 25t31.5 54q0 37 -28.5 49.5t-71.5 12.5q-46 0 -72 -6v80q25 6 80 6q195 0 195 -139z" />
+    <glyph glyph-name="uni1EA9" unicode="&#x1ea9;" 
+d="M850 0l-33 156h-8q-82 -103 -163.5 -139.5t-203.5 -36.5q-163 0 -255.5 84t-92.5 239q0 332 531 348l186 6v68q0 129 -55.5 190.5t-177.5 61.5q-137 0 -310 -84l-51 127q81 44 177.5 69t193.5 25q196 0 290.5 -87t94.5 -279v-748h-123zM475 117q155 0 243.5 85t88.5 238
+v99l-166 -7q-198 -7 -285.5 -61.5t-87.5 -169.5q0 -90 54.5 -137t152.5 -47zM879 1241h-94q-112 75 -211 166q-114 -101 -211 -166h-94v25l53 60q112 123 164 200h176q66 -94 217 -260v-25zM1047 1645q0 -103 -127 -132l-6 -81h-80l-10 131q57 9 88.5 25t31.5 54
+q0 37 -28.5 49.5t-71.5 12.5q-46 0 -72 -6v80q25 6 80 6q195 0 195 -139z" />
+    <glyph glyph-name="uni1EAA" unicode="&#x1eaa;" horiz-adv-x="1296" 
+d="M1120 0l-182 465h-586l-180 -465h-172l578 1468h143l575 -1468h-176zM885 618l-170 453q-33 86 -68 211q-22 -96 -63 -211l-172 -453h473zM786 1927q-37 0 -72.5 15t-69 33.5t-65 33.5t-59.5 15q-40 0 -61 -24.5t-35 -74.5h-91q13 106 63.5 162.5t125.5 56.5
+q37 0 73.5 -15t70 -33t64.5 -33t58 -15q40 0 61 24.5t33 73.5h90q-11 -104 -60.5 -161.5t-125.5 -57.5zM956 1579h-94q-97 65 -211 166q-106 -96 -211 -166h-94v23l53 60q112 123 164 200h176q66 -94 217 -260v-23z" />
+    <glyph glyph-name="uni1EAB" unicode="&#x1eab;" 
+d="M850 0l-33 156h-8q-82 -103 -163.5 -139.5t-203.5 -36.5q-163 0 -255.5 84t-92.5 239q0 332 531 348l186 6v68q0 129 -55.5 190.5t-177.5 61.5q-137 0 -310 -84l-51 127q81 44 177.5 69t193.5 25q196 0 290.5 -87t94.5 -279v-748h-123zM475 117q155 0 243.5 85t88.5 238
+v99l-166 -7q-198 -7 -285.5 -61.5t-87.5 -169.5q0 -90 54.5 -137t152.5 -47zM702 1589q-37 0 -72.5 15t-69 33.5t-65 33.5t-59.5 15q-40 0 -61 -24.5t-35 -74.5h-91q13 106 63.5 162.5t125.5 56.5q37 0 73.5 -15t70 -33t64.5 -33t58 -15q40 0 61 24.5t33 73.5h90
+q-11 -104 -60.5 -161.5t-125.5 -57.5zM872 1241h-94q-97 65 -211 166q-106 -96 -211 -166h-94v23l53 60q112 123 164 200h176q66 -94 217 -260v-23z" />
+    <glyph glyph-name="uni1EAC" unicode="&#x1eac;" horiz-adv-x="1296" 
+d="M1120 0l-182 465h-586l-180 -465h-172l578 1468h143l575 -1468h-176zM885 618l-170 453q-33 86 -68 211q-22 -96 -63 -211l-172 -453h473zM548 -242q0 57 29.5 84t71.5 27q40 0 69 -27t29 -84q0 -55 -29 -82.5t-69 -27.5q-42 0 -71.5 27.5t-29.5 82.5zM311 1602
+q127 136 178 200t74 105h166q22 -42 76.5 -108.5t179.5 -196.5v-23h-119q-88 55 -221 186q-136 -134 -219 -186h-115v23z" />
+    <glyph glyph-name="uni1EAD" unicode="&#x1ead;" 
+d="M850 0l-33 156h-8q-82 -103 -163.5 -139.5t-203.5 -36.5q-163 0 -255.5 84t-92.5 239q0 332 531 348l186 6v68q0 129 -55.5 190.5t-177.5 61.5q-137 0 -310 -84l-51 127q81 44 177.5 69t193.5 25q196 0 290.5 -87t94.5 -279v-748h-123zM475 117q155 0 243.5 85t88.5 238
+v99l-166 -7q-198 -7 -285.5 -61.5t-87.5 -169.5q0 -90 54.5 -137t152.5 -47zM436 -242q0 57 29.5 84t71.5 27q40 0 69 -27t29 -84q0 -55 -29 -82.5t-69 -27.5q-42 0 -71.5 27.5t-29.5 82.5zM224 1264q127 136 178 200t74 105h166q22 -42 76.5 -108.5t179.5 -196.5v-23h-119
+q-88 55 -221 186q-136 -134 -219 -186h-115v23z" />
+    <glyph glyph-name="uni1EAE" unicode="&#x1eae;" horiz-adv-x="1296" 
+d="M1120 0l-182 465h-586l-180 -465h-172l578 1468h143l575 -1468h-176zM885 618l-170 453q-33 86 -68 211q-22 -96 -63 -211l-172 -453h473zM586 1862q80 104 129 205h172v-21q-86 -114 -205 -207h-96v23zM648 1579q-276 0 -291 260h102q9 -72 47 -100.5t144 -28.5
+q98 0 141 32.5t51 96.5h105q-11 -120 -85.5 -190t-213.5 -70z" />
+    <glyph glyph-name="uni1EAF" unicode="&#x1eaf;" 
+d="M850 0l-33 156h-8q-82 -103 -163.5 -139.5t-203.5 -36.5q-163 0 -255.5 84t-92.5 239q0 332 531 348l186 6v68q0 129 -55.5 190.5t-177.5 61.5q-137 0 -310 -84l-51 127q81 44 177.5 69t193.5 25q196 0 290.5 -87t94.5 -279v-748h-123zM475 117q155 0 243.5 85t88.5 238
+v99l-166 -7q-198 -7 -285.5 -61.5t-87.5 -169.5q0 -90 54.5 -137t152.5 -47zM504 1524q80 104 129 205h172v-21q-86 -114 -205 -207h-96v23zM566 1241q-276 0 -291 260h102q9 -72 47 -100.5t144 -28.5q98 0 141 32.5t51 96.5h105q-11 -120 -85.5 -190t-213.5 -70z" />
+    <glyph glyph-name="uni1EB0" unicode="&#x1eb0;" horiz-adv-x="1296" 
+d="M1120 0l-182 465h-586l-180 -465h-172l578 1468h143l575 -1468h-176zM885 618l-170 453q-33 86 -68 211q-22 -96 -63 -211l-172 -453h473zM698 1839h-94q-119 93 -205 207v21h172q52 -108 127 -205v-23zM645 1579q-276 0 -291 260h102q9 -72 47 -100.5t144 -28.5
+q98 0 141 32.5t51 96.5h105q-11 -120 -85.5 -190t-213.5 -70z" />
+    <glyph glyph-name="uni1EB1" unicode="&#x1eb1;" 
+d="M850 0l-33 156h-8q-82 -103 -163.5 -139.5t-203.5 -36.5q-163 0 -255.5 84t-92.5 239q0 332 531 348l186 6v68q0 129 -55.5 190.5t-177.5 61.5q-137 0 -310 -84l-51 127q81 44 177.5 69t193.5 25q196 0 290.5 -87t94.5 -279v-748h-123zM475 117q155 0 243.5 85t88.5 238
+v99l-166 -7q-198 -7 -285.5 -61.5t-87.5 -169.5q0 -90 54.5 -137t152.5 -47zM617 1501h-94q-119 93 -205 207v21h172q52 -108 127 -205v-23zM564 1241q-276 0 -291 260h102q9 -72 47 -100.5t144 -28.5q98 0 141 32.5t51 96.5h105q-11 -120 -85.5 -190t-213.5 -70z" />
+    <glyph glyph-name="uni1EB2" unicode="&#x1eb2;" horiz-adv-x="1296" 
+d="M1120 0l-182 465h-586l-180 -465h-172l578 1468h143l575 -1468h-176zM885 618l-170 453q-33 86 -68 211q-22 -96 -63 -211l-172 -453h473zM794 1995q0 -100 -127 -129l-6 -41h-82l-10 90q57 9 90 25t33 53t-28.5 50t-72.5 13q-37 0 -73 -6v78q22 8 84 8q192 0 192 -141z
+M645 1579q-276 0 -291 260h102q9 -72 47 -100.5t144 -28.5q98 0 141 32.5t51 96.5h105q-11 -120 -85.5 -190t-213.5 -70z" />
+    <glyph glyph-name="uni1EB3" unicode="&#x1eb3;" 
+d="M850 0l-33 156h-8q-82 -103 -163.5 -139.5t-203.5 -36.5q-163 0 -255.5 84t-92.5 239q0 332 531 348l186 6v68q0 129 -55.5 190.5t-177.5 61.5q-137 0 -310 -84l-51 127q81 44 177.5 69t193.5 25q196 0 290.5 -87t94.5 -279v-748h-123zM475 117q155 0 243.5 85t88.5 238
+v99l-166 -7q-198 -7 -285.5 -61.5t-87.5 -169.5q0 -90 54.5 -137t152.5 -47zM721 1657q0 -100 -127 -129l-6 -41h-82l-10 90q57 9 90 25t33 53t-28.5 50t-72.5 13q-37 0 -73 -6v78q22 8 84 8q192 0 192 -141zM572 1241q-276 0 -291 260h102q9 -72 47 -100.5t144 -28.5
+q98 0 141 32.5t51 96.5h105q-11 -120 -85.5 -190t-213.5 -70z" />
+    <glyph glyph-name="uni1EB4" unicode="&#x1eb4;" horiz-adv-x="1296" 
+d="M1120 0l-182 465h-586l-180 -465h-172l578 1468h143l575 -1468h-176zM885 618l-170 453q-33 86 -68 211q-22 -96 -63 -211l-172 -453h473zM784 1925q-37 0 -72.5 15t-69 33t-65 33t-59.5 15q-40 0 -61 -24t-35 -74h-91q13 104 63 160.5t126 56.5q37 0 73.5 -15t70 -33
+t64.5 -33t58 -15q40 0 61 24.5t33 73.5h90q-11 -103 -60.5 -160t-125.5 -57zM639 1579q-276 0 -291 260h102q9 -72 47 -100.5t144 -28.5q98 0 141 32.5t51 96.5h105q-11 -120 -85.5 -190t-213.5 -70z" />
+    <glyph glyph-name="uni1EB5" unicode="&#x1eb5;" 
+d="M850 0l-33 156h-8q-82 -103 -163.5 -139.5t-203.5 -36.5q-163 0 -255.5 84t-92.5 239q0 332 531 348l186 6v68q0 129 -55.5 190.5t-177.5 61.5q-137 0 -310 -84l-51 127q81 44 177.5 69t193.5 25q196 0 290.5 -87t94.5 -279v-748h-123zM475 117q155 0 243.5 85t88.5 238
+v99l-166 -7q-198 -7 -285.5 -61.5t-87.5 -169.5q0 -90 54.5 -137t152.5 -47zM709 1587q-37 0 -72.5 15t-69 33t-65 33t-59.5 15q-40 0 -61 -24t-35 -74h-91q13 104 63 160.5t126 56.5q37 0 73.5 -15t70 -33t64.5 -33t58 -15q40 0 61 24.5t33 73.5h90q-11 -103 -60.5 -160
+t-125.5 -57zM564 1241q-276 0 -291 260h102q9 -72 47 -100.5t144 -28.5q98 0 141 32.5t51 96.5h105q-11 -120 -85.5 -190t-213.5 -70z" />
+    <glyph glyph-name="uni1EB6" unicode="&#x1eb6;" horiz-adv-x="1296" 
+d="M1120 0l-182 465h-586l-180 -465h-172l578 1468h143l575 -1468h-176zM885 618l-170 453q-33 86 -68 211q-22 -96 -63 -211l-172 -453h473zM643 1597q-140 0 -218 68.5t-87 199.5h104q6 -49 26.5 -77t57 -41t121.5 -13q101 0 149 32t58 99h104q-10 -126 -93.5 -197
+t-221.5 -71zM548 -242q0 57 29.5 84t71.5 27q40 0 69 -27t29 -84q0 -55 -29 -82.5t-69 -27.5q-42 0 -71.5 27.5t-29.5 82.5z" />
+    <glyph glyph-name="uni1EB7" unicode="&#x1eb7;" 
+d="M850 0l-33 156h-8q-82 -103 -163.5 -139.5t-203.5 -36.5q-163 0 -255.5 84t-92.5 239q0 332 531 348l186 6v68q0 129 -55.5 190.5t-177.5 61.5q-137 0 -310 -84l-51 127q81 44 177.5 69t193.5 25q196 0 290.5 -87t94.5 -279v-748h-123zM475 117q155 0 243.5 85t88.5 238
+v99l-166 -7q-198 -7 -285.5 -61.5t-87.5 -169.5q0 -90 54.5 -137t152.5 -47zM558 1241q-140 0 -218 68.5t-87 199.5h104q6 -49 26.5 -77t57 -41t121.5 -13q101 0 149 32t58 99h104q-10 -126 -93.5 -197t-221.5 -71zM436 -242q0 57 29.5 84t71.5 27q40 0 69 -27t29 -84
+q0 -55 -29 -82.5t-69 -27.5q-42 0 -71.5 27.5t-29.5 82.5z" />
+    <glyph glyph-name="uni1EB8" unicode="&#x1eb8;" 
+d="M1016 0h-815v1462h815v-151h-645v-471h606v-150h-606v-538h645v-152zM508 -242q0 57 29.5 84t71.5 27q40 0 69 -27t29 -84q0 -55 -29 -82.5t-69 -27.5q-42 0 -71.5 27.5t-29.5 82.5z" />
+    <glyph glyph-name="uni1EB9" unicode="&#x1eb9;" horiz-adv-x="1149" 
+d="M639 -20q-243 0 -383.5 148t-140.5 411q0 265 130.5 421t350.5 156q206 0 326 -135.5t120 -357.5v-105h-755q5 -193 97.5 -293t260.5 -100q177 0 350 74v-148q-88 -38 -166.5 -54.5t-189.5 -16.5zM594 977q-132 0 -210.5 -86t-92.5 -238h573q0 157 -70 240.5t-200 83.5z
+M499 -242q0 57 29.5 84t71.5 27q40 0 69 -27t29 -84q0 -55 -29 -82.5t-69 -27.5q-42 0 -71.5 27.5t-29.5 82.5z" />
+    <glyph glyph-name="uni1EBA" unicode="&#x1eba;" 
+d="M1016 0h-815v1462h815v-151h-645v-471h606v-150h-606v-538h645v-152zM836 1833q0 -140 -166 -174l-10 -113h-105l-12 176q86 14 125 39t39 68t-33.5 63.5t-106.5 20.5q-62 0 -94 -6v100q38 10 107 10q256 0 256 -184z" />
+    <glyph glyph-name="uni1EBB" unicode="&#x1ebb;" horiz-adv-x="1149" 
+d="M639 -20q-243 0 -383.5 148t-140.5 411q0 265 130.5 421t350.5 156q206 0 326 -135.5t120 -357.5v-105h-755q5 -193 97.5 -293t260.5 -100q177 0 350 74v-148q-88 -38 -166.5 -54.5t-189.5 -16.5zM594 977q-132 0 -210.5 -86t-92.5 -238h573q0 157 -70 240.5t-200 83.5z
+M828 1495q0 -140 -166 -174l-10 -113h-105l-12 176q86 14 125 39t39 68t-33.5 63.5t-106.5 20.5q-62 0 -94 -6v100q38 10 107 10q256 0 256 -184z" />
+    <glyph glyph-name="uni1EBC" unicode="&#x1ebc;" 
+d="M1016 0h-815v1462h815v-151h-645v-471h606v-150h-606v-538h645v-152zM760 1581q-43 0 -84 18.5t-80.5 41t-76 41t-70.5 18.5q-50 0 -75.5 -30t-39.5 -91h-98q13 121 70.5 189.5t148.5 68.5q46 0 89 -18.5t82 -41t75 -41t68 -18.5q49 0 73 29.5t39 91.5h99
+q-13 -121 -69.5 -189.5t-150.5 -68.5z" />
+    <glyph glyph-name="uni1EBD" unicode="&#x1ebd;" horiz-adv-x="1149" 
+d="M639 -20q-243 0 -383.5 148t-140.5 411q0 265 130.5 421t350.5 156q206 0 326 -135.5t120 -357.5v-105h-755q5 -193 97.5 -293t260.5 -100q177 0 350 74v-148q-88 -38 -166.5 -54.5t-189.5 -16.5zM594 977q-132 0 -210.5 -86t-92.5 -238h573q0 157 -70 240.5t-200 83.5z
+M740 1243q-43 0 -84 18.5t-80.5 41t-76 41t-70.5 18.5q-50 0 -75.5 -30t-39.5 -91h-98q13 121 70.5 189.5t148.5 68.5q46 0 89 -18.5t82 -41t75 -41t68 -18.5q49 0 73 29.5t39 91.5h99q-13 -121 -69.5 -189.5t-150.5 -68.5z" />
+    <glyph glyph-name="uni1EBE" unicode="&#x1ebe;" 
+d="M1016 0h-815v1462h815v-151h-645v-471h606v-150h-606v-538h645v-152zM916 1579h-94q-112 75 -211 166q-114 -101 -211 -166h-94v25l53 60q112 123 164 200h176q66 -94 217 -260v-25zM836 1798q73 91 127 203h172v-21q-83 -110 -203 -206h-96v24z" />
+    <glyph glyph-name="uni1EBF" unicode="&#x1ebf;" horiz-adv-x="1149" 
+d="M639 -20q-243 0 -383.5 148t-140.5 411q0 265 130.5 421t350.5 156q206 0 326 -135.5t120 -357.5v-105h-755q5 -193 97.5 -293t260.5 -100q177 0 350 74v-148q-88 -38 -166.5 -54.5t-189.5 -16.5zM594 977q-132 0 -210.5 -86t-92.5 -238h573q0 157 -70 240.5t-200 83.5z
+M897 1241h-94q-112 75 -211 166q-114 -101 -211 -166h-94v25l53 60q112 123 164 200h176q66 -94 217 -260v-25zM817 1460q73 91 127 203h172v-21q-83 -110 -203 -206h-96v24z" />
+    <glyph glyph-name="uni1EC0" unicode="&#x1ec0;" 
+d="M1016 0h-815v1462h815v-151h-645v-471h606v-150h-606v-538h645v-152zM922 1579h-94q-97 65 -211 166q-106 -96 -211 -166h-94v23l53 60q112 123 164 200h176q66 -94 217 -260v-23zM392 1774h-95q-120 94 -204 206v21h172q52 -108 127 -205v-22z" />
+    <glyph glyph-name="uni1EC1" unicode="&#x1ec1;" horiz-adv-x="1149" 
+d="M639 -20q-243 0 -383.5 148t-140.5 411q0 265 130.5 421t350.5 156q206 0 326 -135.5t120 -357.5v-105h-755q5 -193 97.5 -293t260.5 -100q177 0 350 74v-148q-88 -38 -166.5 -54.5t-189.5 -16.5zM594 977q-132 0 -210.5 -86t-92.5 -238h573q0 157 -70 240.5t-200 83.5z
+M903 1241h-94q-97 65 -211 166q-106 -96 -211 -166h-94v23l53 60q112 123 164 200h176q66 -94 217 -260v-23zM373 1436h-95q-120 94 -204 206v21h172q52 -108 127 -205v-22z" />
+    <glyph glyph-name="uni1EC2" unicode="&#x1ec2;" 
+d="M1016 0h-815v1462h815v-151h-645v-471h606v-150h-606v-538h645v-152zM913 1579h-94q-112 75 -211 166q-114 -101 -211 -166h-94v25l53 60q112 123 164 200h176q66 -94 217 -260v-25zM1081 1983q0 -103 -127 -132l-6 -81h-80l-10 131q57 9 88.5 25t31.5 54
+q0 37 -28.5 49.5t-71.5 12.5q-46 0 -72 -6v80q25 6 80 6q195 0 195 -139z" />
+    <glyph glyph-name="uni1EC3" unicode="&#x1ec3;" horiz-adv-x="1149" 
+d="M639 -20q-243 0 -383.5 148t-140.5 411q0 265 130.5 421t350.5 156q206 0 326 -135.5t120 -357.5v-105h-755q5 -193 97.5 -293t260.5 -100q177 0 350 74v-148q-88 -38 -166.5 -54.5t-189.5 -16.5zM594 977q-132 0 -210.5 -86t-92.5 -238h573q0 157 -70 240.5t-200 83.5z
+M885 1241h-94q-112 75 -211 166q-114 -101 -211 -166h-94v25l53 60q112 123 164 200h176q66 -94 217 -260v-25zM1053 1645q0 -103 -127 -132l-6 -81h-80l-10 131q57 9 88.5 25t31.5 54q0 37 -28.5 49.5t-71.5 12.5q-46 0 -72 -6v80q25 6 80 6q195 0 195 -139z" />
+    <glyph glyph-name="uni1EC4" unicode="&#x1ec4;" 
+d="M1016 0h-815v1462h815v-151h-645v-471h606v-150h-606v-538h645v-152zM741 1927q-37 0 -72.5 15t-69 33.5t-65 33.5t-59.5 15q-40 0 -61 -24.5t-35 -74.5h-91q13 106 63.5 162.5t125.5 56.5q37 0 73.5 -15t70 -33t64.5 -33t58 -15q40 0 61 24.5t33 73.5h90
+q-11 -104 -60.5 -161.5t-125.5 -57.5zM911 1579h-94q-97 65 -211 166q-106 -96 -211 -166h-94v23l53 60q112 123 164 200h176q66 -94 217 -260v-23z" />
+    <glyph glyph-name="uni1EC5" unicode="&#x1ec5;" horiz-adv-x="1149" 
+d="M639 -20q-243 0 -383.5 148t-140.5 411q0 265 130.5 421t350.5 156q206 0 326 -135.5t120 -357.5v-105h-755q5 -193 97.5 -293t260.5 -100q177 0 350 74v-148q-88 -38 -166.5 -54.5t-189.5 -16.5zM594 977q-132 0 -210.5 -86t-92.5 -238h573q0 157 -70 240.5t-200 83.5z
+M719 1589q-37 0 -72.5 15t-69 33.5t-65 33.5t-59.5 15q-40 0 -61 -24.5t-35 -74.5h-91q13 106 63.5 162.5t125.5 56.5q37 0 73.5 -15t70 -33t64.5 -33t58 -15q40 0 61 24.5t33 73.5h90q-11 -104 -60.5 -161.5t-125.5 -57.5zM889 1241h-94q-97 65 -211 166
+q-106 -96 -211 -166h-94v23l53 60q112 123 164 200h176q66 -94 217 -260v-23z" />
+    <glyph glyph-name="uni1EC6" unicode="&#x1ec6;" 
+d="M1016 0h-815v1462h815v-151h-645v-471h606v-150h-606v-538h645v-152zM505 -242q0 57 29.5 84t71.5 27q40 0 69 -27t29 -84q0 -55 -29 -82.5t-69 -27.5q-42 0 -71.5 27.5t-29.5 82.5zM270 1602q127 136 178 200t74 105h166q22 -42 76.5 -108.5t179.5 -196.5v-23h-119
+q-88 55 -221 186q-136 -134 -219 -186h-115v23z" />
+    <glyph glyph-name="uni1EC7" unicode="&#x1ec7;" horiz-adv-x="1149" 
+d="M639 -20q-243 0 -383.5 148t-140.5 411q0 265 130.5 421t350.5 156q206 0 326 -135.5t120 -357.5v-105h-755q5 -193 97.5 -293t260.5 -100q177 0 350 74v-148q-88 -38 -166.5 -54.5t-189.5 -16.5zM594 977q-132 0 -210.5 -86t-92.5 -238h573q0 157 -70 240.5t-200 83.5z
+M491 -242q0 57 29.5 84t71.5 27q40 0 69 -27t29 -84q0 -55 -29 -82.5t-69 -27.5q-42 0 -71.5 27.5t-29.5 82.5zM253 1264q127 136 178 200t74 105h166q22 -42 76.5 -108.5t179.5 -196.5v-23h-119q-88 55 -221 186q-136 -134 -219 -186h-115v23z" />
+    <glyph glyph-name="uni1EC8.alt" horiz-adv-x="682" 
+d="M598 0h-514v98l172 35v1194l-172 37v98h514v-98l-172 -37v-1194l172 -35v-98zM572 1833q0 -140 -166 -174l-10 -113h-105l-12 176q86 14 125 39t39 68t-33.5 63.5t-106.5 20.5q-62 0 -94 -6v100q38 10 107 10q256 0 256 -184z" />
+    <glyph glyph-name="uni1EC9" unicode="&#x1ec9;" horiz-adv-x="518" 
+d="M342 0h-166v1096h166v-1096zM486 1495q0 -140 -166 -174l-10 -113h-105l-12 176q86 14 125 39t39 68t-33.5 63.5t-106.5 20.5q-62 0 -94 -6v100q38 10 107 10q256 0 256 -184z" />
+    <glyph glyph-name="uni1ECA.alt" horiz-adv-x="682" 
+d="M598 0h-514v98l172 35v1194l-172 37v98h514v-98l-172 -37v-1194l172 -35v-98zM239 -242q0 57 29.5 84t71.5 27q40 0 69 -27t29 -84q0 -55 -29 -82.5t-69 -27.5q-42 0 -71.5 27.5t-29.5 82.5z" />
+    <glyph glyph-name="uni1ECB" unicode="&#x1ecb;" horiz-adv-x="518" 
+d="M342 0h-166v1096h166v-1096zM162 1393q0 57 28 83.5t70 26.5q40 0 69 -27t29 -83t-29 -83.5t-69 -27.5q-42 0 -70 27.5t-28 83.5zM157 -242q0 57 29.5 84t71.5 27q40 0 69 -27t29 -84q0 -55 -29 -82.5t-69 -27.5q-42 0 -71.5 27.5t-29.5 82.5z" />
+    <glyph glyph-name="uni1ECC" unicode="&#x1ecc;" horiz-adv-x="1595" 
+d="M1470 733q0 -351 -177.5 -552t-493.5 -201q-323 0 -498.5 197.5t-175.5 557.5q0 357 176 553.5t500 196.5q315 0 492 -200t177 -552zM305 733q0 -297 126.5 -450.5t367.5 -153.5q243 0 367 153t124 451q0 295 -123.5 447.5t-365.5 152.5q-243 0 -369.5 -153.5
+t-126.5 -446.5zM698 -242q0 57 29.5 84t71.5 27q40 0 69 -27t29 -84q0 -55 -29 -82.5t-69 -27.5q-42 0 -71.5 27.5t-29.5 82.5z" />
+    <glyph glyph-name="uni1ECD" unicode="&#x1ecd;" horiz-adv-x="1237" 
+d="M1122 549q0 -268 -135 -418.5t-373 -150.5q-147 0 -261 69t-176 198t-62 302q0 268 134 417.5t372 149.5q230 0 365.5 -153t135.5 -414zM287 549q0 -210 84 -320t247 -110t247.5 109.5t84.5 320.5q0 209 -84.5 317.5t-249.5 108.5q-163 0 -246 -107t-83 -319zM516 -242
+q0 57 29.5 84t71.5 27q40 0 69 -27t29 -84q0 -55 -29 -82.5t-69 -27.5q-42 0 -71.5 27.5t-29.5 82.5z" />
+    <glyph glyph-name="uni1ECE" unicode="&#x1ece;" horiz-adv-x="1595" 
+d="M1470 733q0 -351 -177.5 -552t-493.5 -201q-323 0 -498.5 197.5t-175.5 557.5q0 357 176 553.5t500 196.5q315 0 492 -200t177 -552zM305 733q0 -297 126.5 -450.5t367.5 -153.5q243 0 367 153t124 451q0 295 -123.5 447.5t-365.5 152.5q-243 0 -369.5 -153.5
+t-126.5 -446.5zM1026 1833q0 -140 -166 -174l-10 -113h-105l-12 176q86 14 125 39t39 68t-33.5 63.5t-106.5 20.5q-62 0 -94 -6v100q38 10 107 10q256 0 256 -184z" />
+    <glyph glyph-name="uni1ECF" unicode="&#x1ecf;" horiz-adv-x="1237" 
+d="M1122 549q0 -268 -135 -418.5t-373 -150.5q-147 0 -261 69t-176 198t-62 302q0 268 134 417.5t372 149.5q230 0 365.5 -153t135.5 -414zM287 549q0 -210 84 -320t247 -110t247.5 109.5t84.5 320.5q0 209 -84.5 317.5t-249.5 108.5q-163 0 -246 -107t-83 -319zM844 1495
+q0 -140 -166 -174l-10 -113h-105l-12 176q86 14 125 39t39 68t-33.5 63.5t-106.5 20.5q-62 0 -94 -6v100q38 10 107 10q256 0 256 -184z" />
+    <glyph glyph-name="uni1ED0" unicode="&#x1ed0;" horiz-adv-x="1595" 
+d="M1470 733q0 -351 -177.5 -552t-493.5 -201q-323 0 -498.5 197.5t-175.5 557.5q0 357 176 553.5t500 196.5q315 0 492 -200t177 -552zM305 733q0 -297 126.5 -450.5t367.5 -153.5q243 0 367 153t124 451q0 295 -123.5 447.5t-365.5 152.5q-243 0 -369.5 -153.5
+t-126.5 -446.5zM1104 1579h-94q-112 75 -211 166q-114 -101 -211 -166h-94v25l53 60q112 123 164 200h176q66 -94 217 -260v-25zM1024 1798q73 91 127 203h172v-21q-83 -110 -203 -206h-96v24z" />
+    <glyph glyph-name="uni1ED1" unicode="&#x1ed1;" horiz-adv-x="1237" 
+d="M1122 549q0 -268 -135 -418.5t-373 -150.5q-147 0 -261 69t-176 198t-62 302q0 268 134 417.5t372 149.5q230 0 365.5 -153t135.5 -414zM287 549q0 -210 84 -320t247 -110t247.5 109.5t84.5 320.5q0 209 -84.5 317.5t-249.5 108.5q-163 0 -246 -107t-83 -319zM922 1241
+h-94q-112 75 -211 166q-114 -101 -211 -166h-94v25l53 60q112 123 164 200h176q66 -94 217 -260v-25zM842 1460q73 91 127 203h172v-21q-83 -110 -203 -206h-96v24z" />
+    <glyph glyph-name="uni1ED2" unicode="&#x1ed2;" horiz-adv-x="1595" 
+d="M1470 733q0 -351 -177.5 -552t-493.5 -201q-323 0 -498.5 197.5t-175.5 557.5q0 357 176 553.5t500 196.5q315 0 492 -200t177 -552zM305 733q0 -297 126.5 -450.5t367.5 -153.5q243 0 367 153t124 451q0 295 -123.5 447.5t-365.5 152.5q-243 0 -369.5 -153.5
+t-126.5 -446.5zM1108 1579h-94q-97 65 -211 166q-106 -96 -211 -166h-94v23l53 60q112 123 164 200h176q66 -94 217 -260v-23zM578 1774h-95q-120 94 -204 206v21h172q52 -108 127 -205v-22z" />
+    <glyph glyph-name="uni1ED3" unicode="&#x1ed3;" horiz-adv-x="1237" 
+d="M1122 549q0 -268 -135 -418.5t-373 -150.5q-147 0 -261 69t-176 198t-62 302q0 268 134 417.5t372 149.5q230 0 365.5 -153t135.5 -414zM287 549q0 -210 84 -320t247 -110t247.5 109.5t84.5 320.5q0 209 -84.5 317.5t-249.5 108.5q-163 0 -246 -107t-83 -319zM926 1241
+h-94q-97 65 -211 166q-106 -96 -211 -166h-94v23l53 60q112 123 164 200h176q66 -94 217 -260v-23zM396 1436h-95q-120 94 -204 206v21h172q52 -108 127 -205v-22z" />
+    <glyph glyph-name="uni1ED4" unicode="&#x1ed4;" horiz-adv-x="1595" 
+d="M1470 733q0 -351 -177.5 -552t-493.5 -201q-323 0 -498.5 197.5t-175.5 557.5q0 357 176 553.5t500 196.5q315 0 492 -200t177 -552zM305 733q0 -297 126.5 -450.5t367.5 -153.5q243 0 367 153t124 451q0 295 -123.5 447.5t-365.5 152.5q-243 0 -369.5 -153.5
+t-126.5 -446.5zM1102 1579h-94q-112 75 -211 166q-114 -101 -211 -166h-94v25l53 60q112 123 164 200h176q66 -94 217 -260v-25zM1270 1983q0 -103 -127 -132l-6 -81h-80l-10 131q57 9 88.5 25t31.5 54q0 37 -28.5 49.5t-71.5 12.5q-46 0 -72 -6v80q25 6 80 6
+q195 0 195 -139z" />
+    <glyph glyph-name="uni1ED5" unicode="&#x1ed5;" horiz-adv-x="1237" 
+d="M1122 549q0 -268 -135 -418.5t-373 -150.5q-147 0 -261 69t-176 198t-62 302q0 268 134 417.5t372 149.5q230 0 365.5 -153t135.5 -414zM287 549q0 -210 84 -320t247 -110t247.5 109.5t84.5 320.5q0 209 -84.5 317.5t-249.5 108.5q-163 0 -246 -107t-83 -319zM922 1241
+h-94q-112 75 -211 166q-114 -101 -211 -166h-94v25l53 60q112 123 164 200h176q66 -94 217 -260v-25zM1090 1645q0 -103 -127 -132l-6 -81h-80l-10 131q57 9 88.5 25t31.5 54q0 37 -28.5 49.5t-71.5 12.5q-46 0 -72 -6v80q25 6 80 6q195 0 195 -139z" />
+    <glyph glyph-name="uni1ED6" unicode="&#x1ed6;" horiz-adv-x="1595" 
+d="M1470 733q0 -351 -177.5 -552t-493.5 -201q-323 0 -498.5 197.5t-175.5 557.5q0 357 176 553.5t500 196.5q315 0 492 -200t177 -552zM305 733q0 -297 126.5 -450.5t367.5 -153.5q243 0 367 153t124 451q0 295 -123.5 447.5t-365.5 152.5q-243 0 -369.5 -153.5
+t-126.5 -446.5zM934 1927q-37 0 -72.5 15t-69 33.5t-65 33.5t-59.5 15q-40 0 -61 -24.5t-35 -74.5h-91q13 106 63.5 162.5t125.5 56.5q37 0 73.5 -15t70 -33t64.5 -33t58 -15q40 0 61 24.5t33 73.5h90q-11 -104 -60.5 -161.5t-125.5 -57.5zM1104 1579h-94q-97 65 -211 166
+q-106 -96 -211 -166h-94v23l53 60q112 123 164 200h176q66 -94 217 -260v-23z" />
+    <glyph glyph-name="uni1ED7" unicode="&#x1ed7;" horiz-adv-x="1237" 
+d="M1122 549q0 -268 -135 -418.5t-373 -150.5q-147 0 -261 69t-176 198t-62 302q0 268 134 417.5t372 149.5q230 0 365.5 -153t135.5 -414zM287 549q0 -210 84 -320t247 -110t247.5 109.5t84.5 320.5q0 209 -84.5 317.5t-249.5 108.5q-163 0 -246 -107t-83 -319zM754 1589
+q-37 0 -72.5 15t-69 33.5t-65 33.5t-59.5 15q-40 0 -61 -24.5t-35 -74.5h-91q13 106 63.5 162.5t125.5 56.5q37 0 73.5 -15t70 -33t64.5 -33t58 -15q40 0 61 24.5t33 73.5h90q-11 -104 -60.5 -161.5t-125.5 -57.5zM924 1241h-94q-97 65 -211 166q-106 -96 -211 -166h-94v23
+l53 60q112 123 164 200h176q66 -94 217 -260v-23z" />
+    <glyph glyph-name="uni1ED8" unicode="&#x1ed8;" horiz-adv-x="1595" 
+d="M1470 733q0 -351 -177.5 -552t-493.5 -201q-323 0 -498.5 197.5t-175.5 557.5q0 357 176 553.5t500 196.5q315 0 492 -200t177 -552zM305 733q0 -297 126.5 -450.5t367.5 -153.5q243 0 367 153t124 451q0 295 -123.5 447.5t-365.5 152.5q-243 0 -369.5 -153.5
+t-126.5 -446.5zM698 -242q0 57 29.5 84t71.5 27q40 0 69 -27t29 -84q0 -55 -29 -82.5t-69 -27.5q-42 0 -71.5 27.5t-29.5 82.5zM461 1602q127 136 178 200t74 105h166q22 -42 76.5 -108.5t179.5 -196.5v-23h-119q-88 55 -221 186q-136 -134 -219 -186h-115v23z" />
+    <glyph glyph-name="uni1ED9" unicode="&#x1ed9;" horiz-adv-x="1237" 
+d="M1122 549q0 -268 -135 -418.5t-373 -150.5q-147 0 -261 69t-176 198t-62 302q0 268 134 417.5t372 149.5q230 0 365.5 -153t135.5 -414zM287 549q0 -210 84 -320t247 -110t247.5 109.5t84.5 320.5q0 209 -84.5 317.5t-249.5 108.5q-163 0 -246 -107t-83 -319zM520 -242
+q0 57 29.5 84t71.5 27q40 0 69 -27t29 -84q0 -55 -29 -82.5t-69 -27.5q-42 0 -71.5 27.5t-29.5 82.5zM282 1264q127 136 178 200t74 105h166q22 -42 76.5 -108.5t179.5 -196.5v-23h-119q-88 55 -221 186q-136 -134 -219 -186h-115v23z" />
+    <glyph glyph-name="uni1EDA" unicode="&#x1eda;" horiz-adv-x="1597" 
+d="M1468 733q0 -354 -177.5 -553.5t-491.5 -199.5q-323 0 -498.5 196.5t-175.5 558.5q0 360 176.5 555t499.5 195q325 0 504 -215q50 12 79 45.5t42.5 84.5t13.5 156h182l14 -22q-29 -155 -94.5 -241.5t-169.5 -125.5q96 -176 96 -434zM305 733q0 -298 125 -451t369 -153
+q243 0 366 152.5t123 451.5q0 295 -122.5 447.5t-364.5 152.5q-243 0 -369.5 -151.5t-126.5 -448.5zM692 1604q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111v25z" />
+    <glyph glyph-name="uni1EDB" unicode="&#x1edb;" horiz-adv-x="1247" 
+d="M1122 549q0 -268 -135 -418.5t-373 -150.5q-147 0 -261 69t-176 198t-62 302q0 268 134 417.5t372 149.5q217 0 354 -141q51 15 80 47.5t42 82t13 159.5h180l15 -23q-31 -156 -91.5 -243.5t-162.5 -125.5q71 -138 71 -323zM287 549q0 -211 79 -320.5t252 -109.5
+q175 0 253.5 109.5t78.5 320.5q0 210 -79.5 318t-254.5 108q-173 0 -251 -108t-78 -318zM502 1266q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111v25z" />
+    <glyph glyph-name="uni1EDC" unicode="&#x1edc;" horiz-adv-x="1597" 
+d="M1468 733q0 -354 -177.5 -553.5t-491.5 -199.5q-323 0 -498.5 196.5t-175.5 558.5q0 360 176.5 555t499.5 195q325 0 504 -215q50 12 79 45.5t42.5 84.5t13.5 156h182l14 -22q-29 -155 -94.5 -241.5t-169.5 -125.5q96 -176 96 -434zM305 733q0 -298 125 -451t369 -153
+q243 0 366 152.5t123 451.5q0 295 -122.5 447.5t-364.5 152.5q-243 0 -369.5 -151.5t-126.5 -448.5zM921 1579h-110q-65 52 -154 148t-129 159v21h203q32 -69 89 -159.5t101 -143.5v-25z" />
+    <glyph glyph-name="uni1EDD" unicode="&#x1edd;" horiz-adv-x="1247" 
+d="M1122 549q0 -268 -135 -418.5t-373 -150.5q-147 0 -261 69t-176 198t-62 302q0 268 134 417.5t372 149.5q217 0 354 -141q51 15 80 47.5t42 82t13 159.5h180l15 -23q-31 -156 -91.5 -243.5t-162.5 -125.5q71 -138 71 -323zM287 549q0 -211 79 -320.5t252 -109.5
+q175 0 253.5 109.5t78.5 320.5q0 210 -79.5 318t-254.5 108q-173 0 -251 -108t-78 -318zM742 1241h-110q-65 52 -154 148t-129 159v21h203q32 -69 89 -159.5t101 -143.5v-25z" />
+    <glyph glyph-name="uni1EDE" unicode="&#x1ede;" horiz-adv-x="1597" 
+d="M1468 733q0 -354 -177.5 -553.5t-491.5 -199.5q-323 0 -498.5 196.5t-175.5 558.5q0 360 176.5 555t499.5 195q325 0 504 -215q50 12 79 45.5t42.5 84.5t13.5 156h182l14 -22q-29 -155 -94.5 -241.5t-169.5 -125.5q96 -176 96 -434zM305 733q0 -298 125 -451t369 -153
+q243 0 366 152.5t123 451.5q0 295 -122.5 447.5t-364.5 152.5q-243 0 -369.5 -151.5t-126.5 -448.5zM1026 1833q0 -140 -166 -174l-10 -113h-105l-12 176q86 14 125 39t39 68t-33.5 63.5t-106.5 20.5q-62 0 -94 -6v100q38 10 107 10q256 0 256 -184z" />
+    <glyph glyph-name="uni1EDF" unicode="&#x1edf;" horiz-adv-x="1247" 
+d="M1122 549q0 -268 -135 -418.5t-373 -150.5q-147 0 -261 69t-176 198t-62 302q0 268 134 417.5t372 149.5q217 0 354 -141q51 15 80 47.5t42 82t13 159.5h180l15 -23q-31 -156 -91.5 -243.5t-162.5 -125.5q71 -138 71 -323zM287 549q0 -211 79 -320.5t252 -109.5
+q175 0 253.5 109.5t78.5 320.5q0 210 -79.5 318t-254.5 108q-173 0 -251 -108t-78 -318zM844 1495q0 -140 -166 -174l-10 -113h-105l-12 176q86 14 125 39t39 68t-33.5 63.5t-106.5 20.5q-62 0 -94 -6v100q38 10 107 10q256 0 256 -184z" />
+    <glyph glyph-name="uni1EE0" unicode="&#x1ee0;" horiz-adv-x="1597" 
+d="M1468 733q0 -354 -177.5 -553.5t-491.5 -199.5q-323 0 -498.5 196.5t-175.5 558.5q0 360 176.5 555t499.5 195q325 0 504 -215q50 12 79 45.5t42.5 84.5t13.5 156h182l14 -22q-29 -155 -94.5 -241.5t-169.5 -125.5q96 -176 96 -434zM305 733q0 -298 125 -451t369 -153
+q243 0 366 152.5t123 451.5q0 295 -122.5 447.5t-364.5 152.5q-243 0 -369.5 -151.5t-126.5 -448.5zM948 1581q-43 0 -84 18.5t-80.5 41t-76 41t-70.5 18.5q-50 0 -75.5 -30t-39.5 -91h-98q13 121 70.5 189.5t148.5 68.5q46 0 89 -18.5t82 -41t75 -41t68 -18.5q49 0 73 29.5
+t39 91.5h99q-13 -121 -69.5 -189.5t-150.5 -68.5z" />
+    <glyph glyph-name="uni1EE1" unicode="&#x1ee1;" horiz-adv-x="1247" 
+d="M1122 549q0 -268 -135 -418.5t-373 -150.5q-147 0 -261 69t-176 198t-62 302q0 268 134 417.5t372 149.5q217 0 354 -141q51 15 80 47.5t42 82t13 159.5h180l15 -23q-31 -156 -91.5 -243.5t-162.5 -125.5q71 -138 71 -323zM287 549q0 -211 79 -320.5t252 -109.5
+q175 0 253.5 109.5t78.5 320.5q0 210 -79.5 318t-254.5 108q-173 0 -251 -108t-78 -318zM777 1243q-43 0 -84 18.5t-80.5 41t-76 41t-70.5 18.5q-50 0 -75.5 -30t-39.5 -91h-98q13 121 70.5 189.5t148.5 68.5q46 0 89 -18.5t82 -41t75 -41t68 -18.5q49 0 73 29.5t39 91.5h99
+q-13 -121 -69.5 -189.5t-150.5 -68.5z" />
+    <glyph glyph-name="uni1EE2" unicode="&#x1ee2;" horiz-adv-x="1597" 
+d="M1468 733q0 -354 -177.5 -553.5t-491.5 -199.5q-323 0 -498.5 196.5t-175.5 558.5q0 360 176.5 555t499.5 195q325 0 504 -215q50 12 79 45.5t42.5 84.5t13.5 156h182l14 -22q-29 -155 -94.5 -241.5t-169.5 -125.5q96 -176 96 -434zM305 733q0 -298 125 -451t369 -153
+q243 0 366 152.5t123 451.5q0 295 -122.5 447.5t-364.5 152.5q-243 0 -369.5 -151.5t-126.5 -448.5zM694 -242q0 57 29.5 84t71.5 27q40 0 69 -27t29 -84q0 -55 -29 -82.5t-69 -27.5q-42 0 -71.5 27.5t-29.5 82.5z" />
+    <glyph glyph-name="uni1EE3" unicode="&#x1ee3;" horiz-adv-x="1247" 
+d="M1122 549q0 -268 -135 -418.5t-373 -150.5q-147 0 -261 69t-176 198t-62 302q0 268 134 417.5t372 149.5q217 0 354 -141q51 15 80 47.5t42 82t13 159.5h180l15 -23q-31 -156 -91.5 -243.5t-162.5 -125.5q71 -138 71 -323zM287 549q0 -211 79 -320.5t252 -109.5
+q175 0 253.5 109.5t78.5 320.5q0 210 -79.5 318t-254.5 108q-173 0 -251 -108t-78 -318zM516 -242q0 57 29.5 84t71.5 27q40 0 69 -27t29 -84q0 -55 -29 -82.5t-69 -27.5q-42 0 -71.5 27.5t-29.5 82.5z" />
+    <glyph glyph-name="uni1EE4" unicode="&#x1ee4;" horiz-adv-x="1491" 
+d="M1305 1462v-946q0 -250 -151 -393t-415 -143t-408.5 144t-144.5 396v942h170v-954q0 -183 100 -281t294 -98q185 0 285 98.5t100 282.5v952h170zM645 -242q0 57 29.5 84t71.5 27q40 0 69 -27t29 -84q0 -55 -29 -82.5t-69 -27.5q-42 0 -71.5 27.5t-29.5 82.5z" />
+    <glyph glyph-name="uni1EE5" unicode="&#x1ee5;" horiz-adv-x="1257" 
+d="M332 1096v-711q0 -134 61 -200t191 -66q172 0 251.5 94t79.5 307v576h166v-1096h-137l-24 147h-9q-51 -81 -141.5 -124t-206.5 -43q-200 0 -299.5 95t-99.5 304v717h168zM499 -242q0 57 29.5 84t71.5 27q40 0 69 -27t29 -84q0 -55 -29 -82.5t-69 -27.5q-42 0 -71.5 27.5
+t-29.5 82.5z" />
+    <glyph glyph-name="uni1EE6" unicode="&#x1ee6;" horiz-adv-x="1491" 
+d="M1305 1462v-946q0 -250 -151 -393t-415 -143t-408.5 144t-144.5 396v942h170v-954q0 -183 100 -281t294 -98q185 0 285 98.5t100 282.5v952h170zM967 1833q0 -140 -166 -174l-10 -113h-105l-12 176q86 14 125 39t39 68t-33.5 63.5t-106.5 20.5q-62 0 -94 -6v100
+q38 10 107 10q256 0 256 -184z" />
+    <glyph glyph-name="uni1EE7" unicode="&#x1ee7;" horiz-adv-x="1257" 
+d="M332 1096v-711q0 -134 61 -200t191 -66q172 0 251.5 94t79.5 307v576h166v-1096h-137l-24 147h-9q-51 -81 -141.5 -124t-206.5 -43q-200 0 -299.5 95t-99.5 304v717h168zM840 1495q0 -140 -166 -174l-10 -113h-105l-12 176q86 14 125 39t39 68t-33.5 63.5t-106.5 20.5
+q-62 0 -94 -6v100q38 10 107 10q256 0 256 -184z" />
+    <glyph glyph-name="uni1EE8" unicode="&#x1ee8;" horiz-adv-x="1573" 
+d="M1305 1462v-198q58 8 93 39t50.5 87t15.5 166h181l14 -22q-33 -182 -119 -274t-235 -117v-627q0 -258 -143.5 -397t-407.5 -139q-268 0 -418 143.5t-150 396.5v942h170v-954q0 -183 102 -281t300 -98q184 0 280.5 96.5t96.5 284.5v952h170zM631 1604q48 62 103.5 150
+t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111v25z" />
+    <glyph glyph-name="uni1EE9" unicode="&#x1ee9;" horiz-adv-x="1362" 
+d="M332 1094v-709q0 -134 61 -200t191 -66q172 0 251.5 94t79.5 307v574h166v-121q82 11 119 75t37 218h178l15 -23q-32 -186 -120 -281.5t-229 -109.5v-852h-137l-24 147h-9q-52 -82 -142.5 -124.5t-201.5 -42.5q-203 0 -303 95t-100 304v715h168zM514 1266
+q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111v25z" />
+    <glyph glyph-name="uni1EEA" unicode="&#x1eea;" horiz-adv-x="1573" 
+d="M1305 1462v-198q58 8 93 39t50.5 87t15.5 166h181l14 -22q-33 -182 -119 -274t-235 -117v-627q0 -258 -143.5 -397t-407.5 -139q-268 0 -418 143.5t-150 396.5v942h170v-954q0 -183 102 -281t300 -98q184 0 280.5 96.5t96.5 284.5v952h170zM876 1579h-110
+q-65 52 -154 148t-129 159v21h203q32 -69 89 -159.5t101 -143.5v-25z" />
+    <glyph glyph-name="uni1EEB" unicode="&#x1eeb;" horiz-adv-x="1362" 
+d="M332 1094v-709q0 -134 61 -200t191 -66q172 0 251.5 94t79.5 307v574h166v-121q82 11 119 75t37 218h178l15 -23q-32 -186 -120 -281.5t-229 -109.5v-852h-137l-24 147h-9q-52 -82 -142.5 -124.5t-201.5 -42.5q-203 0 -303 95t-100 304v715h168zM717 1241h-110
+q-65 52 -154 148t-129 159v21h203q32 -69 89 -159.5t101 -143.5v-25z" />
+    <glyph glyph-name="uni1EEC" unicode="&#x1eec;" horiz-adv-x="1573" 
+d="M1305 1462v-198q58 8 93 39t50.5 87t15.5 166h181l14 -22q-33 -182 -119 -274t-235 -117v-627q0 -258 -143.5 -397t-407.5 -139q-268 0 -418 143.5t-150 396.5v942h170v-954q0 -183 102 -281t300 -98q184 0 280.5 96.5t96.5 284.5v952h170zM979 1833q0 -140 -166 -174
+l-10 -113h-105l-12 176q86 14 125 39t39 68t-33.5 63.5t-106.5 20.5q-62 0 -94 -6v100q38 10 107 10q256 0 256 -184z" />
+    <glyph glyph-name="uni1EED" unicode="&#x1eed;" horiz-adv-x="1362" 
+d="M332 1094v-709q0 -134 61 -200t191 -66q172 0 251.5 94t79.5 307v574h166v-121q82 11 119 75t37 218h178l15 -23q-32 -186 -120 -281.5t-229 -109.5v-852h-137l-24 147h-9q-52 -82 -142.5 -124.5t-201.5 -42.5q-203 0 -303 95t-100 304v715h168zM846 1495
+q0 -140 -166 -174l-10 -113h-105l-12 176q86 14 125 39t39 68t-33.5 63.5t-106.5 20.5q-62 0 -94 -6v100q38 10 107 10q256 0 256 -184z" />
+    <glyph glyph-name="uni1EEE" unicode="&#x1eee;" horiz-adv-x="1573" 
+d="M1305 1462v-198q58 8 93 39t50.5 87t15.5 166h181l14 -22q-33 -182 -119 -274t-235 -117v-627q0 -258 -143.5 -397t-407.5 -139q-268 0 -418 143.5t-150 396.5v942h170v-954q0 -183 102 -281t300 -98q184 0 280.5 96.5t96.5 284.5v952h170zM915 1581q-43 0 -84 18.5
+t-80.5 41t-76 41t-70.5 18.5q-50 0 -75.5 -30t-39.5 -91h-98q13 121 70.5 189.5t148.5 68.5q46 0 89 -18.5t82 -41t75 -41t68 -18.5q49 0 73 29.5t39 91.5h99q-13 -121 -69.5 -189.5t-150.5 -68.5z" />
+    <glyph glyph-name="uni1EEF" unicode="&#x1eef;" horiz-adv-x="1362" 
+d="M332 1094v-709q0 -134 61 -200t191 -66q172 0 251.5 94t79.5 307v574h166v-121q82 11 119 75t37 218h178l15 -23q-32 -186 -120 -281.5t-229 -109.5v-852h-137l-24 147h-9q-52 -82 -142.5 -124.5t-201.5 -42.5q-203 0 -303 95t-100 304v715h168zM787 1243q-43 0 -84 18.5
+t-80.5 41t-76 41t-70.5 18.5q-50 0 -75.5 -30t-39.5 -91h-98q13 121 70.5 189.5t148.5 68.5q46 0 89 -18.5t82 -41t75 -41t68 -18.5q49 0 73 29.5t39 91.5h99q-13 -121 -69.5 -189.5t-150.5 -68.5z" />
+    <glyph glyph-name="uni1EF0" unicode="&#x1ef0;" horiz-adv-x="1573" 
+d="M1305 1462v-198q58 8 93 39t50.5 87t15.5 166h181l14 -22q-33 -182 -119 -274t-235 -117v-627q0 -258 -143.5 -397t-407.5 -139q-268 0 -418 143.5t-150 396.5v942h170v-954q0 -183 102 -281t300 -98q184 0 280.5 96.5t96.5 284.5v952h170zM647 -242q0 57 29.5 84
+t71.5 27q40 0 69 -27t29 -84q0 -55 -29 -82.5t-69 -27.5q-42 0 -71.5 27.5t-29.5 82.5z" />
+    <glyph glyph-name="uni1EF1" unicode="&#x1ef1;" horiz-adv-x="1362" 
+d="M332 1094v-709q0 -134 61 -200t191 -66q172 0 251.5 94t79.5 307v574h166v-121q82 11 119 75t37 218h178l15 -23q-32 -186 -120 -281.5t-229 -109.5v-852h-137l-24 147h-9q-52 -82 -142.5 -124.5t-201.5 -42.5q-203 0 -303 95t-100 304v715h168zM493 -242q0 57 29.5 84
+t71.5 27q40 0 69 -27t29 -84q0 -55 -29 -82.5t-69 -27.5q-42 0 -71.5 27.5t-29.5 82.5z" />
+    <glyph glyph-name="uni1EF4" unicode="&#x1ef4;" horiz-adv-x="1147" 
+d="M573 731l390 731h184l-488 -895v-567h-172v559l-487 903h186zM471 -242q0 57 29.5 84t71.5 27q40 0 69 -27t29 -84q0 -55 -29 -82.5t-69 -27.5q-42 0 -71.5 27.5t-29.5 82.5z" />
+    <glyph glyph-name="uni1EF5" unicode="&#x1ef5;" horiz-adv-x="1032" 
+d="M2 1096h178l240 -625q79 -214 98 -309h8q13 51 54.5 174.5t271.5 759.5h178l-471 -1248q-70 -185 -163.5 -262.5t-229.5 -77.5q-76 0 -150 17v133q55 -12 123 -12q171 0 244 192l61 156zM729 -245q0 57 29.5 84t71.5 27q40 0 69 -27t29 -84q0 -55 -29 -82.5t-69 -27.5
+q-42 0 -71.5 27.5t-29.5 82.5z" />
+    <glyph glyph-name="uni1EF6" unicode="&#x1ef6;" horiz-adv-x="1147" 
+d="M573 731l390 731h184l-488 -895v-567h-172v559l-487 903h186zM797 1833q0 -140 -166 -174l-10 -113h-105l-12 176q86 14 125 39t39 68t-33.5 63.5t-106.5 20.5q-62 0 -94 -6v100q38 10 107 10q256 0 256 -184z" />
+    <glyph glyph-name="uni1EF7" unicode="&#x1ef7;" horiz-adv-x="1032" 
+d="M2 1096h178l240 -625q79 -214 98 -309h8q13 51 54.5 174.5t271.5 759.5h178l-471 -1248q-70 -185 -163.5 -262.5t-229.5 -77.5q-76 0 -150 17v133q55 -12 123 -12q171 0 244 192l61 156zM733 1495q0 -140 -166 -174l-10 -113h-105l-12 176q86 14 125 39t39 68t-33.5 63.5
+t-106.5 20.5q-62 0 -94 -6v100q38 10 107 10q256 0 256 -184z" />
+    <glyph glyph-name="uni1EF8" unicode="&#x1ef8;" horiz-adv-x="1147" 
+d="M573 731l390 731h184l-488 -895v-567h-172v559l-487 903h186zM726 1581q-43 0 -84 18.5t-80.5 41t-76 41t-70.5 18.5q-50 0 -75.5 -30t-39.5 -91h-98q13 121 70.5 189.5t148.5 68.5q46 0 89 -18.5t82 -41t75 -41t68 -18.5q49 0 73 29.5t39 91.5h99q-13 -121 -69.5 -189.5
+t-150.5 -68.5z" />
+    <glyph glyph-name="uni1EF9" unicode="&#x1ef9;" horiz-adv-x="1032" 
+d="M2 1096h178l240 -625q79 -214 98 -309h8q13 51 54.5 174.5t271.5 759.5h178l-471 -1248q-70 -185 -163.5 -262.5t-229.5 -77.5q-76 0 -150 17v133q55 -12 123 -12q171 0 244 192l61 156zM670 1243q-43 0 -84 18.5t-80.5 41t-76 41t-70.5 18.5q-50 0 -75.5 -30t-39.5 -91
+h-98q13 121 70.5 189.5t148.5 68.5q46 0 89 -18.5t82 -41t75 -41t68 -18.5q49 0 73 29.5t39 91.5h99q-13 -121 -69.5 -189.5t-150.5 -68.5z" />
+    <glyph glyph-name="uni20AB" unicode="&#x20ab;" horiz-adv-x="1255" 
+d="M922 147h-9q-115 -167 -344 -167q-215 0 -334.5 147t-119.5 418t120 421t334 150q223 0 342 -162h13q-11 83 -11 156v133h-448v129h448v184h166v-184h156v-129h-156v-1243h-135zM590 119q170 0 246.5 92.5t76.5 298.5v35q0 233 -77.5 332.5t-247.5 99.5
+q-146 0 -223.5 -113.5t-77.5 -320.5q0 -210 77 -317t226 -107zM1102 -315h-926v131h926v-131z" />
+    <glyph glyph-name="uni030F" unicode="&#x30f;" horiz-adv-x="0" 
+d="M-332 1241h-96q-52 42 -140.5 143t-125.5 164v21h186q28 -61 77.5 -148t98.5 -155v-25zM-688 1241h-96q-56 44 -143 144t-124 163v21h187q28 -61 77.5 -148t98.5 -155v-25z" />
+    <glyph glyph-name="circumflexacutecomb" horiz-adv-x="0" 
+d="M-301 1241h-94q-112 75 -211 166q-114 -101 -211 -166h-94v25l53 60q112 123 164 200h176q66 -94 217 -260v-25zM-381 1460q73 91 127 203h172v-21q-83 -110 -203 -206h-96v24z" />
+    <glyph glyph-name="circumflexgravecomb" horiz-adv-x="0" 
+d="M-297 1241h-94q-97 65 -211 166q-106 -96 -211 -166h-94v23l53 60q112 123 164 200h176q66 -94 217 -260v-23zM-827 1436h-95q-120 94 -204 206v21h172q52 -108 127 -205v-22z" />
+    <glyph glyph-name="circumflexhookcomb" horiz-adv-x="0" 
+d="M-301 1241h-94q-112 75 -211 166q-114 -101 -211 -166h-94v25l53 60q112 123 164 200h176q66 -94 217 -260v-25zM-133 1645q0 -103 -127 -132l-6 -81h-80l-10 131q57 9 88.5 25t31.5 54q0 37 -28.5 49.5t-71.5 12.5q-46 0 -72 -6v80q25 6 80 6q195 0 195 -139z" />
+    <glyph glyph-name="circumflextildecomb" horiz-adv-x="0" 
+d="M-467 1589q-37 0 -72.5 15t-69 33.5t-65 33.5t-59.5 15q-40 0 -61 -24.5t-35 -74.5h-91q13 106 63.5 162.5t125.5 56.5q37 0 73.5 -15t70 -33t64.5 -33t58 -15q40 0 61 24.5t33 73.5h90q-11 -104 -60.5 -161.5t-125.5 -57.5zM-297 1241h-94q-97 65 -211 166
+q-106 -96 -211 -166h-94v23l53 60q112 123 164 200h176q66 -94 217 -260v-23z" />
+    <glyph glyph-name="breveacutecomb" horiz-adv-x="0" 
+d="M-674 1524q80 104 129 205h172v-21q-86 -114 -205 -207h-96v23zM-612 1241q-276 0 -291 260h102q9 -72 47 -100.5t144 -28.5q98 0 141 32.5t51 96.5h105q-11 -120 -85.5 -190t-213.5 -70z" />
+    <glyph glyph-name="brevegravecomb" horiz-adv-x="0" 
+d="M-559 1501h-94q-119 93 -205 207v21h172q52 -108 127 -205v-23zM-612 1241q-276 0 -291 260h102q9 -72 47 -100.5t144 -28.5q98 0 141 32.5t51 96.5h105q-11 -120 -85.5 -190t-213.5 -70z" />
+    <glyph glyph-name="brevehookcomb" horiz-adv-x="0" 
+d="M-463 1657q0 -100 -127 -129l-6 -41h-82l-10 90q57 9 90 25t33 53t-28.5 50t-72.5 13q-37 0 -73 -6v78q22 8 84 8q192 0 192 -141zM-612 1241q-276 0 -291 260h102q9 -72 47 -100.5t144 -28.5q98 0 141 32.5t51 96.5h105q-11 -120 -85.5 -190t-213.5 -70z" />
+    <glyph glyph-name="brevetildecomb" horiz-adv-x="0" 
+d="M-467 1587q-37 0 -72.5 15t-69 33t-65 33t-59.5 15q-40 0 -61 -24t-35 -74h-91q13 104 63 160.5t126 56.5q37 0 73.5 -15t70 -33t64.5 -33t58 -15q40 0 61 24.5t33 73.5h90q-11 -103 -60.5 -160t-125.5 -57zM-612 1241q-276 0 -291 260h102q9 -72 47 -100.5t144 -28.5
+q98 0 141 32.5t51 96.5h105q-11 -120 -85.5 -190t-213.5 -70z" />
+    <glyph glyph-name="cyrillichookleft" horiz-adv-x="420" 
+d="M223 -238q0 103 -139 238h123q158 -120 158 -252q0 -91 -51 -142.5t-150 -51.5q-65 0 -115 16v108q32 -10 86 -10q37 0 62.5 24t25.5 70z" />
+    <glyph glyph-name="cyrillicbighookUC" horiz-adv-x="420" 
+d="M369 154v-289q0 -260 -228 -260q-56 0 -116 24v140q41 -19 102 -19q94 0 94 100v304h148z" />
+    <glyph glyph-name="cyrillicbighookLC" horiz-adv-x="420" 
+d="M369 143v-278q0 -260 -228 -260q-56 0 -116 24v140q41 -19 102 -19q94 0 94 100v293h148z" />
+    <glyph glyph-name="one.pnum" horiz-adv-x="813" 
+d="M579 0h-162v1042q0 130 8 246q-21 -21 -47 -44t-238 -195l-88 114l387 299h140v-1462z" />
+    <glyph glyph-name="zero.os" horiz-adv-x="1161" 
+d="M1047 559q0 -267 -123.5 -423t-345.5 -156q-217 0 -340 154.5t-123 424.5q0 271 124.5 425.5t342.5 154.5q216 0 340.5 -154.5t124.5 -425.5zM283 559q0 -208 77.5 -324t219.5 -116q141 0 220 117t79 323q0 204 -79 322t-222 118q-141 0 -218 -116.5t-77 -323.5z" />
+    <glyph glyph-name="one.os" horiz-adv-x="756" 
+d="M567 0h-161v561q0 239 8 379q-67 -67 -129 -115l-150 -112l-90 114l383 291h139v-1118z" />
+    <glyph glyph-name="two.os" horiz-adv-x="1044" 
+d="M983 0h-942v133l401 303q157 119 213.5 171t78.5 93.5t22 106.5q0 87 -69.5 138.5t-188.5 51.5q-88 0 -166 -30.5t-170 -104.5l-90 109q192 168 434 168q198 0 307 -84t109 -234q0 -115 -65 -208.5t-251 -221.5l-327 -231l2 -6h702v-154z" />
+    <glyph glyph-name="three.os" horiz-adv-x="1171" 
+d="M1006 775q0 -140 -78.5 -229t-222.5 -119v-8q176 -22 261 -112t85 -236q0 -209 -145 -321.5t-412 -112.5q-116 0 -212.5 17.5t-187.5 61.5v158q95 -47 202.5 -71.5t203.5 -24.5q379 0 379 297q0 266 -418 266h-144v143h146q171 0 271 75.5t100 209.5q0 107 -73.5 168
+t-199.5 61q-96 0 -181 -26t-194 -96l-84 112q90 71 207.5 111.5t247.5 40.5q213 0 331 -97.5t118 -267.5z" />
+    <glyph glyph-name="four.os" horiz-adv-x="1167" 
+d="M1126 27h-217v-371h-168v371h-718v125l702 966h184v-956h217v-135zM748 162v348q0 218 12 440h-10q-41 -86 -109 -178l-455 -610h562z" />
+    <glyph glyph-name="five.os" horiz-adv-x="1171" 
+d="M557 550q231 0 363.5 -114.5t132.5 -313.5q0 -227 -144.5 -356t-398.5 -129q-247 0 -377 79v160q70 -45 174 -70.5t205 -25.5q176 0 273.5 83t97.5 240q0 306 -375 306q-94 0 -254 -29l-86 55l55 684h727v-153h-585l-37 -439q115 23 229 23z" />
+    <glyph glyph-name="six.os" horiz-adv-x="1171" 
+d="M117 625q0 431 167.5 644.5t495.5 213.5q113 0 178 -19v-143q-77 25 -176 25q-235 0 -359 -146.5t-136 -460.5h12q110 172 348 172q197 0 310.5 -119t113.5 -323q0 -228 -124.5 -358.5t-336.5 -130.5q-227 0 -360 170.5t-133 474.5zM608 121q142 0 220.5 89.5t78.5 258.5
+q0 145 -73 228t-218 83q-90 0 -165 -37t-119.5 -102t-44.5 -135q0 -103 40 -192t113.5 -141t167.5 -52z" />
+    <glyph glyph-name="seven.os" horiz-adv-x="1171" 
+d="M285 -343l606 1309h-797v153h973v-133l-598 -1329h-184z" />
+    <glyph glyph-name="eight.os" horiz-adv-x="1171" 
+d="M584 1483q200 0 317 -93t117 -257q0 -108 -67 -197t-214 -162q178 -85 253 -178.5t75 -216.5q0 -182 -127 -290.5t-348 -108.5q-234 0 -360 102.5t-126 290.5q0 251 306 391q-138 78 -198 168.5t-60 202.5q0 159 117.5 253.5t314.5 94.5zM268 369q0 -120 83.5 -187
+t234.5 -67q149 0 232 70t83 192q0 97 -78 172.5t-272 146.5q-149 -64 -216 -141.5t-67 -185.5zM582 1348q-125 0 -196 -60t-71 -160q0 -92 59 -158t218 -132q143 60 202.5 129t59.5 161q0 101 -72.5 160.5t-199.5 59.5z" />
+    <glyph glyph-name="nine.os" horiz-adv-x="1171" 
+d="M1061 495q0 -858 -664 -858q-116 0 -184 20v143q80 -26 182 -26q240 0 362.5 148.5t133.5 455.5h-12q-55 -83 -146 -126.5t-205 -43.5q-194 0 -308 116t-114 324q0 228 127.5 360t335.5 132q149 0 260.5 -76.5t171.5 -223t60 -345.5zM569 998q-143 0 -221 -92t-78 -256
+q0 -144 72 -226.5t219 -82.5q91 0 167.5 37t120.5 101t44 134q0 105 -41 194t-114.5 140t-168.5 51z" />
+    <glyph glyph-name="uni2120" unicode="&#x2120;" horiz-adv-x="1626" 
+d="M584 940q0 -98 -74.5 -152.5t-198.5 -54.5q-145 0 -219 33v108q106 -40 225 -40q148 0 148 100q0 33 -11.5 53t-38.5 36.5t-112 47.5q-120 44 -160.5 89.5t-40.5 121.5q0 86 71 138.5t181 52.5q125 0 217 -39l-34 -99q-100 37 -183 37q-60 0 -97.5 -23t-37.5 -63
+q0 -29 9 -47t30.5 -32t116.5 -50q129 -50 169 -95t40 -122zM1006 741l-201 559h-8l6 -129v-430h-119v721h188l195 -559l203 559h180v-721h-127v420l6 137h-8l-211 -557h-104z" />
+    <glyph glyph-name="Tcedilla" unicode="&#x162;" horiz-adv-x="1133" 
+d="M651 0h-170v1311h-463v151h1096v-151h-463v-1311zM755 -289q0 -97 -76.5 -150t-226.5 -53q-51 0 -96 9v106q45 -8 104 -8q79 0 119.5 20t40.5 74q0 43 -39.5 69.5t-148.5 43.5l88 178h110l-55 -115q180 -39 180 -174z" />
+    <glyph glyph-name="tcedilla" unicode="&#x163;" horiz-adv-x="723" 
+d="M530 117q44 0 85 6.5t65 13.5v-127q-27 -13 -79.5 -21.5t-94.5 -8.5q-318 0 -318 335v652h-157v80l157 69l70 234h96v-254h318v-129h-318v-645q0 -99 47 -152t129 -53zM633 -289q0 -97 -76.5 -150t-226.5 -53q-51 0 -96 9v106q45 -8 104 -8q79 0 119.5 20t40.5 74
+q0 43 -39.5 69.5t-148.5 43.5l88 178h110l-55 -115q180 -39 180 -174z" />
+    <glyph glyph-name="g.alt" horiz-adv-x="1255" 
+d="M588 119q170 0 245.5 91.5t79.5 293.5v43q0 226 -79 328t-250 102q-144 0 -220.5 -112t-76.5 -320q0 -209 75.5 -317.5t225.5 -108.5zM913 12q0 36 9 135h-11q-112 -167 -342 -167q-217 0 -336.5 150.5t-119.5 416.5q0 264 121.5 416.5t332.5 152.5q223 0 346 -166h11
+l24 146h131v-1116q0 -236 -118 -354t-367 -118q-242 0 -391 70v158q75 -42 180 -65t223 -23q142 0 224.5 84.5t82.5 230.5v49z" />
+    <glyph glyph-name="gcircumflex.alt" horiz-adv-x="1255" 
+d="M588 119q170 0 245.5 91.5t79.5 293.5v43q0 226 -79 328t-250 102q-144 0 -220.5 -112t-76.5 -320q0 -209 75.5 -317.5t225.5 -108.5zM913 12q0 36 9 135h-11q-112 -167 -342 -167q-217 0 -336.5 150.5t-119.5 416.5q0 264 121.5 416.5t332.5 152.5q223 0 346 -166h11
+l24 146h131v-1116q0 -236 -118 -354t-367 -118q-242 0 -391 70v158q75 -42 180 -65t223 -23q142 0 224.5 84.5t82.5 230.5v49zM274 1264q127 136 178 200t74 105h166q22 -42 76.5 -108.5t179.5 -196.5v-23h-119q-88 55 -221 186q-136 -134 -219 -186h-115v23z" />
+    <glyph glyph-name="gbreve.alt" horiz-adv-x="1255" 
+d="M588 119q170 0 245.5 91.5t79.5 293.5v43q0 226 -79 328t-250 102q-144 0 -220.5 -112t-76.5 -320q0 -209 75.5 -317.5t225.5 -108.5zM913 12q0 36 9 135h-11q-112 -167 -342 -167q-217 0 -336.5 150.5t-119.5 416.5q0 264 121.5 416.5t332.5 152.5q223 0 346 -166h11
+l24 146h131v-1116q0 -236 -118 -354t-367 -118q-242 0 -391 70v158q75 -42 180 -65t223 -23q142 0 224.5 84.5t82.5 230.5v49zM610 1241q-140 0 -218 68.5t-87 199.5h104q6 -49 26.5 -77t57 -41t121.5 -13q101 0 149 32t58 99h104q-10 -126 -93.5 -197t-221.5 -71z" />
+    <glyph glyph-name="gdot.alt" horiz-adv-x="1255" 
+d="M588 119q170 0 245.5 91.5t79.5 293.5v43q0 226 -79 328t-250 102q-144 0 -220.5 -112t-76.5 -320q0 -209 75.5 -317.5t225.5 -108.5zM913 12q0 36 9 135h-11q-112 -167 -342 -167q-217 0 -336.5 150.5t-119.5 416.5q0 264 121.5 416.5t332.5 152.5q223 0 346 -166h11
+l24 146h131v-1116q0 -236 -118 -354t-367 -118q-242 0 -391 70v158q75 -42 180 -65t223 -23q142 0 224.5 84.5t82.5 230.5v49zM504 1393q0 57 28 83.5t70 26.5q40 0 69 -27t29 -83t-29 -83.5t-69 -27.5q-42 0 -70 27.5t-28 83.5z" />
+    <glyph glyph-name="gcommaaccent.alt" horiz-adv-x="1255" 
+d="M588 119q170 0 245.5 91.5t79.5 293.5v43q0 226 -79 328t-250 102q-144 0 -220.5 -112t-76.5 -320q0 -209 75.5 -317.5t225.5 -108.5zM913 12q0 36 9 135h-11q-112 -167 -342 -167q-217 0 -336.5 150.5t-119.5 416.5q0 264 121.5 416.5t332.5 152.5q223 0 346 -166h11
+l24 146h131v-1116q0 -236 -118 -354t-367 -118q-242 0 -391 70v158q75 -42 180 -65t223 -23q142 0 224.5 84.5t82.5 230.5v49zM758 1544q-29 -61 -55.5 -157.5t-32.5 -145.5h-166v19q14 61 63.5 156.5t98.5 152.5h92v-25z" />
+    <glyph glyph-name="I" unicode="I" horiz-adv-x="571" 
+d="M201 0v1462h170v-1462h-170z" />
+    <glyph glyph-name="Igrave" unicode="&#xcc;" horiz-adv-x="571" 
+d="M201 0v1462h170v-1462h-170zM398 1579h-110q-65 52 -154 148t-129 159v21h203q32 -69 89 -159.5t101 -143.5v-25z" />
+    <glyph glyph-name="Iacute" unicode="&#xcd;" horiz-adv-x="571" 
+d="M201 0v1462h170v-1462h-170zM179 1604q48 62 103.5 150t87.5 153h202v-21q-44 -65 -131 -160t-151 -147h-111v25z" />
+    <glyph glyph-name="Icircumflex" unicode="&#xce;" horiz-adv-x="571" 
+d="M201 0v1462h170v-1462h-170zM-57 1602q127 136 178 200t74 105h166q22 -42 76.5 -108.5t179.5 -196.5v-23h-119q-88 55 -221 186q-136 -134 -219 -186h-115v23z" />
+    <glyph glyph-name="Idieresis" unicode="&#xcf;" horiz-adv-x="571" 
+d="M201 0v1462h170v-1462h-170zM5 1731q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM386 1731q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
+    <glyph glyph-name="Itilde" unicode="&#x128;" horiz-adv-x="571" 
+d="M201 0v1462h170v-1462h-170zM439 1581q-43 0 -84 18.5t-80.5 41t-76 41t-70.5 18.5q-50 0 -75.5 -30t-39.5 -91h-98q13 121 70.5 189.5t148.5 68.5q46 0 89 -18.5t82 -41t75 -41t68 -18.5q49 0 73 29.5t39 91.5h99q-13 -121 -69.5 -189.5t-150.5 -68.5z" />
+    <glyph glyph-name="Imacron" unicode="&#x12a;" horiz-adv-x="571" 
+d="M201 0v1462h170v-1462h-170zM-13 1716h600v-137h-600v137z" />
+    <glyph glyph-name="Ibreve" unicode="&#x12c;" horiz-adv-x="571" 
+d="M201 0v1462h170v-1462h-170zM280 1579q-140 0 -218 68.5t-87 199.5h104q6 -49 26.5 -77t57 -41t121.5 -13q101 0 149 32t58 99h104q-10 -126 -93.5 -197t-221.5 -71z" />
+    <glyph glyph-name="Iogonek" unicode="&#x12e;" horiz-adv-x="571" 
+d="M201 0v1462h170v-1462h-170zM227 -238q0 -94 94 -94q42 0 97 13v-109q-65 -18 -125 -18q-207 0 -207 188q0 70 43 137.5t115 120.5h120q-68 -66 -102.5 -120.5t-34.5 -117.5z" />
+    <glyph glyph-name="Idotaccent" unicode="&#x130;" horiz-adv-x="571" 
+d="M201 0v1462h170v-1462h-170zM187 1731q0 57 28 83.5t70 26.5q40 0 69 -27t29 -83t-29 -83.5t-69 -27.5q-42 0 -70 27.5t-28 83.5z" />
+    <glyph glyph-name="IJ" unicode="&#x132;" horiz-adv-x="1118" 
+d="M201 0v1462h170v-1462h-170zM559 -385q-94 0 -148 27v145q71 -20 148 -20q99 0 150.5 60t51.5 173v1462h170v-1448q0 -190 -96 -294.5t-276 -104.5z" />
+    <glyph glyph-name="Iotatonos" unicode="&#x38a;" horiz-adv-x="741" 
+d="M371 0v1462h170v-1462h-170zM-28 1165q27 72 53.5 185.5t38.5 195.5h184v-23q-18 -74 -72.5 -192.5t-103.5 -194.5h-100v29z" />
+    <glyph glyph-name="Iota" unicode="&#x399;" horiz-adv-x="571" 
+d="M201 0v1462h170v-1462h-170z" />
+    <glyph glyph-name="Iotadieresis" unicode="&#x3aa;" horiz-adv-x="571" 
+d="M201 0v1462h170v-1462h-170zM5 1731q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM386 1731q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
+    <glyph glyph-name="afii10055" unicode="&#x406;" horiz-adv-x="571" 
+d="M201 0v1462h170v-1462h-170z" />
+    <glyph glyph-name="afii10056" unicode="&#x407;" horiz-adv-x="571" 
+d="M201 0v1462h170v-1462h-170zM5 1731q0 52 26.5 75t63.5 23q38 0 65.5 -23t27.5 -75q0 -50 -27.5 -74.5t-65.5 -24.5q-37 0 -63.5 24.5t-26.5 74.5zM386 1731q0 52 26.5 75t63.5 23t64.5 -23t27.5 -75q0 -50 -27.5 -74.5t-64.5 -24.5t-63.5 24.5t-26.5 74.5z" />
+    <glyph glyph-name="uni04C0" unicode="&#x4c0;" horiz-adv-x="571" 
+d="M201 0v1462h170v-1462h-170z" />
+    <glyph glyph-name="uni04CF" unicode="&#x4cf;" horiz-adv-x="571" 
+d="M201 0v1462h170v-1462h-170z" />
+    <glyph glyph-name="uni1EC8" unicode="&#x1ec8;" horiz-adv-x="571" 
+d="M201 0v1462h170v-1462h-170zM516 1833q0 -140 -166 -174l-10 -113h-105l-12 176q86 14 125 39t39 68t-33.5 63.5t-106.5 20.5q-62 0 -94 -6v100q38 10 107 10q256 0 256 -184z" />
+    <glyph glyph-name="uni1ECA" unicode="&#x1eca;" horiz-adv-x="571" 
+d="M201 0v1462h170v-1462h-170zM184 -242q0 57 29.5 84t71.5 27q40 0 69 -27t29 -84q0 -55 -29 -82.5t-69 -27.5q-42 0 -71.5 27.5t-29.5 82.5z" />
+    <hkern u1="&#x22;" u2="&#x162;" k="-41" />
+    <hkern u1="&#x22;" u2="&#x1ef8;" k="-20" />
+    <hkern u1="&#x22;" u2="&#x1ef6;" k="-20" />
+    <hkern u1="&#x22;" u2="&#x1ef4;" k="-20" />
+    <hkern u1="&#x22;" u2="&#x1ef1;" k="61" />
+    <hkern u1="&#x22;" u2="&#x1eef;" k="61" />
+    <hkern u1="&#x22;" u2="&#x1eed;" k="61" />
+    <hkern u1="&#x22;" u2="&#x1eeb;" k="61" />
+    <hkern u1="&#x22;" u2="&#x1ee9;" k="61" />
+    <hkern u1="&#x22;" u2="&#x1ee7;" k="61" />
+    <hkern u1="&#x22;" u2="&#x1ee5;" k="61" />
+    <hkern u1="&#x22;" u2="&#x1ee3;" k="123" />
+    <hkern u1="&#x22;" u2="&#x1ee1;" k="123" />
+    <hkern u1="&#x22;" u2="&#x1edf;" k="123" />
+    <hkern u1="&#x22;" u2="&#x1edd;" k="123" />
+    <hkern u1="&#x22;" u2="&#x1edb;" k="123" />
+    <hkern u1="&#x22;" u2="&#x1ed9;" k="123" />
+    <hkern u1="&#x22;" u2="&#x1ed7;" k="123" />
+    <hkern u1="&#x22;" u2="&#x1ed5;" k="123" />
+    <hkern u1="&#x22;" u2="&#x1ed1;" k="123" />
+    <hkern u1="&#x22;" u2="&#x1ecf;" k="123" />
+    <hkern u1="&#x22;" u2="&#x1ecd;" k="123" />
+    <hkern u1="&#x22;" u2="&#x1ec7;" k="123" />
+    <hkern u1="&#x22;" u2="&#x1ec5;" k="123" />
+    <hkern u1="&#x22;" u2="&#x1ec3;" k="123" />
+    <hkern u1="&#x22;" u2="&#x1ebf;" k="123" />
+    <hkern u1="&#x22;" u2="&#x1ebd;" k="123" />
+    <hkern u1="&#x22;" u2="&#x1ebb;" k="123" />
+    <hkern u1="&#x22;" u2="&#x1eb9;" k="123" />
+    <hkern u1="&#x22;" u2="&#x1eb7;" k="82" />
+    <hkern u1="&#x22;" u2="&#x1eb6;" k="143" />
+    <hkern u1="&#x22;" u2="&#x1eb5;" k="82" />
+    <hkern u1="&#x22;" u2="&#x1eb4;" k="143" />
+    <hkern u1="&#x22;" u2="&#x1eb3;" k="82" />
+    <hkern u1="&#x22;" u2="&#x1eb2;" k="143" />
+    <hkern u1="&#x22;" u2="&#x1eb1;" k="82" />
+    <hkern u1="&#x22;" u2="&#x1eb0;" k="143" />
+    <hkern u1="&#x22;" u2="&#x1eaf;" k="82" />
+    <hkern u1="&#x22;" u2="&#x1eae;" k="143" />
+    <hkern u1="&#x22;" u2="&#x1ead;" k="82" />
+    <hkern u1="&#x22;" u2="&#x1eac;" k="143" />
+    <hkern u1="&#x22;" u2="&#x1eab;" k="82" />
+    <hkern u1="&#x22;" u2="&#x1eaa;" k="143" />
+    <hkern u1="&#x22;" u2="&#x1ea9;" k="82" />
+    <hkern u1="&#x22;" u2="&#x1ea8;" k="143" />
+    <hkern u1="&#x22;" u2="&#x1ea6;" k="143" />
+    <hkern u1="&#x22;" u2="&#x1ea5;" k="82" />
+    <hkern u1="&#x22;" u2="&#x1ea4;" k="143" />
+    <hkern u1="&#x22;" u2="&#x1ea3;" k="82" />
+    <hkern u1="&#x22;" u2="&#x1ea2;" k="143" />
+    <hkern u1="&#x22;" u2="&#x1ea1;" k="82" />
+    <hkern u1="&#x22;" u2="&#x1ea0;" k="143" />
+    <hkern u1="&#x22;" u2="&#x513;" k="143" />
+    <hkern u1="&#x22;" u2="&#x512;" k="123" />
+    <hkern u1="&#x22;" u2="&#x511;" k="123" />
+    <hkern u1="&#x22;" u2="&#x50d;" k="123" />
+    <hkern u1="&#x22;" u2="&#x509;" k="143" />
+    <hkern u1="&#x22;" u2="&#x508;" k="123" />
+    <hkern u1="&#x22;" u2="&#x503;" k="123" />
+    <hkern u1="&#x22;" u2="&#x502;" k="143" />
+    <hkern u1="&#x22;" u2="&#x501;" k="123" />
+    <hkern u1="&#x22;" u2="&#x500;" k="143" />
+    <hkern u1="&#x22;" u2="&#x4eb;" k="123" />
+    <hkern u1="&#x22;" u2="&#x4e9;" k="123" />
+    <hkern u1="&#x22;" u2="&#x4e7;" k="123" />
+    <hkern u1="&#x22;" u2="&#x4db;" k="41" />
+    <hkern u1="&#x22;" u2="&#x4d9;" k="41" />
+    <hkern u1="&#x22;" u2="&#x4d7;" k="123" />
+    <hkern u1="&#x22;" u2="&#x4d5;" k="41" />
+    <hkern u1="&#x22;" u2="&#x4d4;" k="143" />
+    <hkern u1="&#x22;" u2="&#x4d3;" k="41" />
+    <hkern u1="&#x22;" u2="&#x4d2;" k="143" />
+    <hkern u1="&#x22;" u2="&#x4d1;" k="41" />
+    <hkern u1="&#x22;" u2="&#x4d0;" k="143" />
+    <hkern u1="&#x22;" u2="&#x4c6;" k="143" />
+    <hkern u1="&#x22;" u2="&#x4c5;" k="123" />
+    <hkern u1="&#x22;" u2="&#x4ab;" k="123" />
+    <hkern u1="&#x22;" u2="&#x4a9;" k="123" />
+    <hkern u1="&#x22;" u2="&#x481;" k="123" />
+    <hkern u1="&#x22;" u2="&#x47d;" k="123" />
+    <hkern u1="&#x22;" u2="&#x47b;" k="123" />
+    <hkern u1="&#x22;" u2="&#x479;" k="123" />
+    <hkern u1="&#x22;" u2="&#x473;" k="123" />
+    <hkern u1="&#x22;" u2="&#x471;" k="20" />
+    <hkern u1="&#x22;" u2="&#x467;" k="143" />
+    <hkern u1="&#x22;" u2="&#x466;" k="143" />
+    <hkern u1="&#x22;" u2="&#x450;" k="123" />
+    <hkern u1="&#x22;" u2="&#x1b0;" k="61" />
+    <hkern u1="&#x22;" u2="&#x1a1;" k="123" />
+    <hkern u1="&#x22;" u2="&#x1e01;" k="82" />
+    <hkern u1="&#x22;" u2="&#x1e00;" k="143" />
+    <hkern u1="&#x22;" u2="&#x1e3f;" k="61" />
+    <hkern u1="&#x22;" u2="&#x1ef2;" k="-20" />
+    <hkern u1="&#x22;" u2="&#x1e84;" k="-41" />
+    <hkern u1="&#x22;" u2="&#x1e82;" k="-41" />
+    <hkern u1="&#x22;" u2="&#x1e80;" k="-41" />
+    <hkern u1="&#x22;" u2="&#x459;" k="143" />
+    <hkern u1="&#x22;" u2="&#x455;" k="61" />
+    <hkern u1="&#x22;" u2="&#x454;" k="123" />
+    <hkern u1="&#x22;" u2="&#x451;" k="123" />
+    <hkern u1="&#x22;" u2="&#x444;" k="123" />
+    <hkern u1="&#x22;" u2="&#x441;" k="123" />
+    <hkern u1="&#x22;" u2="&#x43e;" k="123" />
+    <hkern u1="&#x22;" u2="&#x43b;" k="143" />
+    <hkern u1="&#x22;" u2="&#x435;" k="123" />
+    <hkern u1="&#x22;" u2="&#x434;" k="143" />
+    <hkern u1="&#x22;" u2="&#x430;" k="41" />
+    <hkern u1="&#x22;" u2="&#x41b;" k="123" />
+    <hkern u1="&#x22;" u2="&#x414;" k="123" />
+    <hkern u1="&#x22;" u2="&#x410;" k="143" />
+    <hkern u1="&#x22;" u2="&#x409;" k="123" />
+    <hkern u1="&#x22;" u2="&#x3cc;" k="82" />
+    <hkern u1="&#x22;" u2="&#x3c6;" k="82" />
+    <hkern u1="&#x22;" u2="&#x3c3;" k="82" />
+    <hkern u1="&#x22;" u2="&#x3c2;" k="82" />
+    <hkern u1="&#x22;" u2="&#x3c1;" k="61" />
+    <hkern u1="&#x22;" u2="&#x3bf;" k="82" />
+    <hkern u1="&#x22;" u2="&#x3bc;" k="41" />
+    <hkern u1="&#x22;" u2="&#x3ba;" k="41" />
+    <hkern u1="&#x22;" u2="&#x3b7;" k="41" />
+    <hkern u1="&#x22;" u2="&#x3b6;" k="41" />
+    <hkern u1="&#x22;" u2="&#x3b5;" k="41" />
+    <hkern u1="&#x22;" u2="&#x3b4;" k="61" />
+    <hkern u1="&#x22;" u2="&#x3b1;" k="82" />
+    <hkern u1="&#x22;" u2="&#x3ae;" k="41" />
+    <hkern u1="&#x22;" u2="&#x3ad;" k="41" />
+    <hkern u1="&#x22;" u2="&#x3ac;" k="82" />
+    <hkern u1="&#x22;" u2="&#x39b;" k="143" />
+    <hkern u1="&#x22;" u2="&#x394;" k="143" />
+    <hkern u1="&#x22;" u2="&#x391;" k="143" />
+    <hkern u1="&#x22;" u2="&#x386;" k="143" />
+    <hkern u1="&#x22;" u2="&#x219;" k="61" />
+    <hkern u1="&#x22;" u2="&#x1ff;" k="123" />
+    <hkern u1="&#x22;" u2="&#x1fd;" k="82" />
+    <hkern u1="&#x22;" u2="&#x1fb;" k="82" />
+    <hkern u1="&#x22;" u2="&#x1fa;" k="143" />
+    <hkern u1="&#x22;" u2="&#x178;" k="-20" />
+    <hkern u1="&#x22;" u2="&#x176;" k="-20" />
+    <hkern u1="&#x22;" u2="&#x174;" k="-41" />
+    <hkern u1="&#x22;" u2="&#x173;" k="61" />
+    <hkern u1="&#x22;" u2="&#x171;" k="61" />
+    <hkern u1="&#x22;" u2="&#x16f;" k="61" />
+    <hkern u1="&#x22;" u2="&#x16d;" k="61" />
+    <hkern u1="&#x22;" u2="&#x16b;" k="61" />
+    <hkern u1="&#x22;" u2="&#x169;" k="61" />
+    <hkern u1="&#x22;" u2="&#x164;" k="-41" />
+    <hkern u1="&#x22;" u2="&#x21a;" k="-41" />
+    <hkern u1="&#x22;" u2="&#x15f;" k="61" />
+    <hkern u1="&#x22;" u2="&#x15b;" k="61" />
+    <hkern u1="&#x22;" u2="&#x157;" k="61" />
+    <hkern u1="&#x22;" u2="&#x155;" k="61" />
+    <hkern u1="&#x22;" u2="&#x153;" k="123" />
+    <hkern u1="&#x22;" u2="&#x151;" k="123" />
+    <hkern u1="&#x22;" u2="&#x14f;" k="123" />
+    <hkern u1="&#x22;" u2="&#x14d;" k="123" />
+    <hkern u1="&#x22;" u2="&#x14b;" k="61" />
+    <hkern u1="&#x22;" u2="&#x146;" k="61" />
+    <hkern u1="&#x22;" u2="&#x144;" k="61" />
+    <hkern u1="&#x22;" u2="&#x138;" k="61" />
+    <hkern u1="&#x22;" u2="&#x123;" k="61" />
+    <hkern u1="&#x22;" u2="&#x121;" k="61" />
+    <hkern u1="&#x22;" u2="&#x11f;" k="61" />
+    <hkern u1="&#x22;" u2="&#x11d;" k="61" />
+    <hkern u1="&#x22;" u2="&#x11b;" k="123" />
+    <hkern u1="&#x22;" u2="&#x119;" k="123" />
+    <hkern u1="&#x22;" u2="&#x117;" k="123" />
+    <hkern u1="&#x22;" u2="&#x115;" k="123" />
+    <hkern u1="&#x22;" u2="&#x113;" k="123" />
+    <hkern u1="&#x22;" u2="&#x111;" k="123" />
+    <hkern u1="&#x22;" u2="&#x10f;" k="123" />
+    <hkern u1="&#x22;" u2="&#x10d;" k="123" />
+    <hkern u1="&#x22;" u2="&#x10b;" k="123" />
+    <hkern u1="&#x22;" u2="&#x109;" k="123" />
+    <hkern u1="&#x22;" u2="&#x107;" k="123" />
+    <hkern u1="&#x22;" u2="&#x105;" k="82" />
+    <hkern u1="&#x22;" u2="&#x104;" k="143" />
+    <hkern u1="&#x22;" u2="&#x103;" k="82" />
+    <hkern u1="&#x22;" u2="&#x102;" k="143" />
+    <hkern u1="&#x22;" u2="&#x101;" k="82" />
+    <hkern u1="&#x22;" u2="&#x100;" k="143" />
+    <hkern u1="&#x22;" u2="&#xfc;" k="61" />
+    <hkern u1="&#x22;" u2="&#xfb;" k="61" />
+    <hkern u1="&#x22;" u2="&#xfa;" k="61" />
+    <hkern u1="&#x22;" u2="&#xf9;" k="61" />
+    <hkern u1="&#x22;" u2="&#xf8;" k="123" />
+    <hkern u1="&#x22;" u2="&#xf6;" k="123" />
+    <hkern u1="&#x22;" u2="&#xf5;" k="123" />
+    <hkern u1="&#x22;" u2="&#xf4;" k="123" />
+    <hkern u1="&#x22;" u2="&#xf3;" k="123" />
+    <hkern u1="&#x22;" u2="&#xf2;" k="123" />
+    <hkern u1="&#x22;" u2="&#xeb;" k="123" />
+    <hkern u1="&#x22;" u2="&#xea;" k="123" />
+    <hkern u1="&#x22;" u2="&#xe9;" k="123" />
+    <hkern u1="&#x22;" u2="&#xe8;" k="123" />
+    <hkern u1="&#x22;" u2="&#xe7;" k="123" />
+    <hkern u1="&#x22;" u2="&#xe6;" k="82" />
+    <hkern u1="&#x22;" u2="&#xe5;" k="82" />
+    <hkern u1="&#x22;" u2="&#xe4;" k="82" />
+    <hkern u1="&#x22;" u2="&#xe3;" k="82" />
+    <hkern u1="&#x22;" u2="&#xe2;" k="82" />
+    <hkern u1="&#x22;" u2="&#xe1;" k="82" />
+    <hkern u1="&#x22;" u2="&#xe0;" k="123" />
+    <hkern u1="&#x22;" u2="&#xdd;" k="-20" />
+    <hkern u1="&#x22;" u2="&#xc5;" k="143" />
+    <hkern u1="&#x22;" u2="&#xc4;" k="143" />
+    <hkern u1="&#x22;" u2="&#xc3;" k="143" />
+    <hkern u1="&#x22;" u2="&#xc2;" k="143" />
+    <hkern u1="&#x22;" u2="&#xc1;" k="143" />
+    <hkern u1="&#x22;" u2="&#xc0;" k="143" />
+    <hkern u1="&#x22;" u2="u" k="61" />
+    <hkern u1="&#x22;" u2="s" k="61" />
+    <hkern u1="&#x22;" u2="r" k="61" />
+    <hkern u1="&#x22;" u2="q" k="123" />
+    <hkern u1="&#x22;" u2="p" k="61" />
+    <hkern u1="&#x22;" u2="o" k="123" />
+    <hkern u1="&#x22;" u2="n" k="61" />
+    <hkern u1="&#x22;" u2="m" k="61" />
+    <hkern u1="&#x22;" u2="g" k="61" />
+    <hkern u1="&#x22;" u2="e" k="123" />
+    <hkern u1="&#x22;" u2="d" k="123" />
+    <hkern u1="&#x22;" u2="c" k="123" />
+    <hkern u1="&#x22;" u2="a" k="82" />
+    <hkern u1="&#x22;" u2="Y" k="-20" />
+    <hkern u1="&#x22;" u2="W" k="-41" />
+    <hkern u1="&#x22;" u2="V" k="-41" />
+    <hkern u1="&#x22;" u2="T" k="-41" />
+    <hkern u1="&#x22;" u2="A" k="143" />
+    <hkern u1="&#x27;" u2="&#x162;" k="-41" />
+    <hkern u1="&#x27;" u2="&#x1ef8;" k="-20" />
+    <hkern u1="&#x27;" u2="&#x1ef6;" k="-20" />
+    <hkern u1="&#x27;" u2="&#x1ef4;" k="-20" />
+    <hkern u1="&#x27;" u2="&#x1ef1;" k="61" />
+    <hkern u1="&#x27;" u2="&#x1eef;" k="61" />
+    <hkern u1="&#x27;" u2="&#x1eed;" k="61" />
+    <hkern u1="&#x27;" u2="&#x1eeb;" k="61" />
+    <hkern u1="&#x27;" u2="&#x1ee9;" k="61" />
+    <hkern u1="&#x27;" u2="&#x1ee7;" k="61" />
+    <hkern u1="&#x27;" u2="&#x1ee5;" k="61" />
+    <hkern u1="&#x27;" u2="&#x1ee3;" k="123" />
+    <hkern u1="&#x27;" u2="&#x1ee1;" k="123" />
+    <hkern u1="&#x27;" u2="&#x1edf;" k="123" />
+    <hkern u1="&#x27;" u2="&#x1edd;" k="123" />
+    <hkern u1="&#x27;" u2="&#x1edb;" k="123" />
+    <hkern u1="&#x27;" u2="&#x1ed9;" k="123" />
+    <hkern u1="&#x27;" u2="&#x1ed7;" k="123" />
+    <hkern u1="&#x27;" u2="&#x1ed5;" k="123" />
+    <hkern u1="&#x27;" u2="&#x1ed1;" k="123" />
+    <hkern u1="&#x27;" u2="&#x1ecf;" k="123" />
+    <hkern u1="&#x27;" u2="&#x1ecd;" k="123" />
+    <hkern u1="&#x27;" u2="&#x1ec7;" k="123" />
+    <hkern u1="&#x27;" u2="&#x1ec5;" k="123" />
+    <hkern u1="&#x27;" u2="&#x1ec3;" k="123" />
+    <hkern u1="&#x27;" u2="&#x1ebf;" k="123" />
+    <hkern u1="&#x27;" u2="&#x1ebd;" k="123" />
+    <hkern u1="&#x27;" u2="&#x1ebb;" k="123" />
+    <hkern u1="&#x27;" u2="&#x1eb9;" k="123" />
+    <hkern u1="&#x27;" u2="&#x1eb7;" k="82" />
+    <hkern u1="&#x27;" u2="&#x1eb6;" k="143" />
+    <hkern u1="&#x27;" u2="&#x1eb5;" k="82" />
+    <hkern u1="&#x27;" u2="&#x1eb4;" k="143" />
+    <hkern u1="&#x27;" u2="&#x1eb3;" k="82" />
+    <hkern u1="&#x27;" u2="&#x1eb2;" k="143" />
+    <hkern u1="&#x27;" u2="&#x1eb1;" k="82" />
+    <hkern u1="&#x27;" u2="&#x1eb0;" k="143" />
+    <hkern u1="&#x27;" u2="&#x1eaf;" k="82" />
+    <hkern u1="&#x27;" u2="&#x1eae;" k="143" />
+    <hkern u1="&#x27;" u2="&#x1ead;" k="82" />
+    <hkern u1="&#x27;" u2="&#x1eac;" k="143" />
+    <hkern u1="&#x27;" u2="&#x1eab;" k="82" />
+    <hkern u1="&#x27;" u2="&#x1eaa;" k="143" />
+    <hkern u1="&#x27;" u2="&#x1ea9;" k="82" />
+    <hkern u1="&#x27;" u2="&#x1ea8;" k="143" />
+    <hkern u1="&#x27;" u2="&#x1ea6;" k="143" />
+    <hkern u1="&#x27;" u2="&#x1ea5;" k="82" />
+    <hkern u1="&#x27;" u2="&#x1ea4;" k="143" />
+    <hkern u1="&#x27;" u2="&#x1ea3;" k="82" />
+    <hkern u1="&#x27;" u2="&#x1ea2;" k="143" />
+    <hkern u1="&#x27;" u2="&#x1ea1;" k="82" />
+    <hkern u1="&#x27;" u2="&#x1ea0;" k="143" />
+    <hkern u1="&#x27;" u2="&#x513;" k="143" />
+    <hkern u1="&#x27;" u2="&#x512;" k="123" />
+    <hkern u1="&#x27;" u2="&#x511;" k="123" />
+    <hkern u1="&#x27;" u2="&#x50d;" k="123" />
+    <hkern u1="&#x27;" u2="&#x509;" k="143" />
+    <hkern u1="&#x27;" u2="&#x508;" k="123" />
+    <hkern u1="&#x27;" u2="&#x503;" k="123" />
+    <hkern u1="&#x27;" u2="&#x502;" k="143" />
+    <hkern u1="&#x27;" u2="&#x501;" k="123" />
+    <hkern u1="&#x27;" u2="&#x500;" k="143" />
+    <hkern u1="&#x27;" u2="&#x4eb;" k="123" />
+    <hkern u1="&#x27;" u2="&#x4e9;" k="123" />
+    <hkern u1="&#x27;" u2="&#x4e7;" k="123" />
+    <hkern u1="&#x27;" u2="&#x4db;" k="41" />
+    <hkern u1="&#x27;" u2="&#x4d9;" k="41" />
+    <hkern u1="&#x27;" u2="&#x4d7;" k="123" />
+    <hkern u1="&#x27;" u2="&#x4d5;" k="41" />
+    <hkern u1="&#x27;" u2="&#x4d4;" k="143" />
+    <hkern u1="&#x27;" u2="&#x4d3;" k="41" />
+    <hkern u1="&#x27;" u2="&#x4d2;" k="143" />
+    <hkern u1="&#x27;" u2="&#x4d1;" k="41" />
+    <hkern u1="&#x27;" u2="&#x4d0;" k="143" />
+    <hkern u1="&#x27;" u2="&#x4c6;" k="143" />
+    <hkern u1="&#x27;" u2="&#x4c5;" k="123" />
+    <hkern u1="&#x27;" u2="&#x4ab;" k="123" />
+    <hkern u1="&#x27;" u2="&#x4a9;" k="123" />
+    <hkern u1="&#x27;" u2="&#x481;" k="123" />
+    <hkern u1="&#x27;" u2="&#x47d;" k="123" />
+    <hkern u1="&#x27;" u2="&#x47b;" k="123" />
+    <hkern u1="&#x27;" u2="&#x479;" k="123" />
+    <hkern u1="&#x27;" u2="&#x473;" k="123" />
+    <hkern u1="&#x27;" u2="&#x471;" k="20" />
+    <hkern u1="&#x27;" u2="&#x467;" k="143" />
+    <hkern u1="&#x27;" u2="&#x466;" k="143" />
+    <hkern u1="&#x27;" u2="&#x450;" k="123" />
+    <hkern u1="&#x27;" u2="&#x1b0;" k="61" />
+    <hkern u1="&#x27;" u2="&#x1a1;" k="123" />
+    <hkern u1="&#x27;" u2="&#x1e01;" k="82" />
+    <hkern u1="&#x27;" u2="&#x1e00;" k="143" />
+    <hkern u1="&#x27;" u2="&#x1e3f;" k="61" />
+    <hkern u1="&#x27;" u2="&#x1ef2;" k="-20" />
+    <hkern u1="&#x27;" u2="&#x1e84;" k="-41" />
+    <hkern u1="&#x27;" u2="&#x1e82;" k="-41" />
+    <hkern u1="&#x27;" u2="&#x1e80;" k="-41" />
+    <hkern u1="&#x27;" u2="&#x459;" k="143" />
+    <hkern u1="&#x27;" u2="&#x455;" k="61" />
+    <hkern u1="&#x27;" u2="&#x454;" k="123" />
+    <hkern u1="&#x27;" u2="&#x451;" k="123" />
+    <hkern u1="&#x27;" u2="&#x444;" k="123" />
+    <hkern u1="&#x27;" u2="&#x441;" k="123" />
+    <hkern u1="&#x27;" u2="&#x43e;" k="123" />
+    <hkern u1="&#x27;" u2="&#x43b;" k="143" />
+    <hkern u1="&#x27;" u2="&#x435;" k="123" />
+    <hkern u1="&#x27;" u2="&#x434;" k="143" />
+    <hkern u1="&#x27;" u2="&#x430;" k="41" />
+    <hkern u1="&#x27;" u2="&#x41b;" k="123" />
+    <hkern u1="&#x27;" u2="&#x414;" k="123" />
+    <hkern u1="&#x27;" u2="&#x410;" k="143" />
+    <hkern u1="&#x27;" u2="&#x409;" k="123" />
+    <hkern u1="&#x27;" u2="&#x3cc;" k="82" />
+    <hkern u1="&#x27;" u2="&#x3c6;" k="82" />
+    <hkern u1="&#x27;" u2="&#x3c3;" k="82" />
+    <hkern u1="&#x27;" u2="&#x3c2;" k="82" />
+    <hkern u1="&#x27;" u2="&#x3c1;" k="61" />
+    <hkern u1="&#x27;" u2="&#x3bf;" k="82" />
+    <hkern u1="&#x27;" u2="&#x3bc;" k="41" />
+    <hkern u1="&#x27;" u2="&#x3ba;" k="41" />
+    <hkern u1="&#x27;" u2="&#x3b7;" k="41" />
+    <hkern u1="&#x27;" u2="&#x3b6;" k="41" />
+    <hkern u1="&#x27;" u2="&#x3b5;" k="41" />
+    <hkern u1="&#x27;" u2="&#x3b4;" k="61" />
+    <hkern u1="&#x27;" u2="&#x3b1;" k="82" />
+    <hkern u1="&#x27;" u2="&#x3ae;" k="41" />
+    <hkern u1="&#x27;" u2="&#x3ad;" k="41" />
+    <hkern u1="&#x27;" u2="&#x3ac;" k="82" />
+    <hkern u1="&#x27;" u2="&#x39b;" k="143" />
+    <hkern u1="&#x27;" u2="&#x394;" k="143" />
+    <hkern u1="&#x27;" u2="&#x391;" k="143" />
+    <hkern u1="&#x27;" u2="&#x386;" k="143" />
+    <hkern u1="&#x27;" u2="&#x219;" k="61" />
+    <hkern u1="&#x27;" u2="&#x1ff;" k="123" />
+    <hkern u1="&#x27;" u2="&#x1fd;" k="82" />
+    <hkern u1="&#x27;" u2="&#x1fb;" k="82" />
+    <hkern u1="&#x27;" u2="&#x1fa;" k="143" />
+    <hkern u1="&#x27;" u2="&#x178;" k="-20" />
+    <hkern u1="&#x27;" u2="&#x176;" k="-20" />
+    <hkern u1="&#x27;" u2="&#x174;" k="-41" />
+    <hkern u1="&#x27;" u2="&#x173;" k="61" />
+    <hkern u1="&#x27;" u2="&#x171;" k="61" />
+    <hkern u1="&#x27;" u2="&#x16f;" k="61" />
+    <hkern u1="&#x27;" u2="&#x16d;" k="61" />
+    <hkern u1="&#x27;" u2="&#x16b;" k="61" />
+    <hkern u1="&#x27;" u2="&#x169;" k="61" />
+    <hkern u1="&#x27;" u2="&#x164;" k="-41" />
+    <hkern u1="&#x27;" u2="&#x21a;" k="-41" />
+    <hkern u1="&#x27;" u2="&#x15f;" k="61" />
+    <hkern u1="&#x27;" u2="&#x15b;" k="61" />
+    <hkern u1="&#x27;" u2="&#x157;" k="61" />
+    <hkern u1="&#x27;" u2="&#x155;" k="61" />
+    <hkern u1="&#x27;" u2="&#x153;" k="123" />
+    <hkern u1="&#x27;" u2="&#x151;" k="123" />
+    <hkern u1="&#x27;" u2="&#x14f;" k="123" />
+    <hkern u1="&#x27;" u2="&#x14d;" k="123" />
+    <hkern u1="&#x27;" u2="&#x14b;" k="61" />
+    <hkern u1="&#x27;" u2="&#x146;" k="61" />
+    <hkern u1="&#x27;" u2="&#x144;" k="61" />
+    <hkern u1="&#x27;" u2="&#x138;" k="61" />
+    <hkern u1="&#x27;" u2="&#x123;" k="61" />
+    <hkern u1="&#x27;" u2="&#x121;" k="61" />
+    <hkern u1="&#x27;" u2="&#x11f;" k="61" />
+    <hkern u1="&#x27;" u2="&#x11d;" k="61" />
+    <hkern u1="&#x27;" u2="&#x11b;" k="123" />
+    <hkern u1="&#x27;" u2="&#x119;" k="123" />
+    <hkern u1="&#x27;" u2="&#x117;" k="123" />
+    <hkern u1="&#x27;" u2="&#x115;" k="123" />
+    <hkern u1="&#x27;" u2="&#x113;" k="123" />
+    <hkern u1="&#x27;" u2="&#x111;" k="123" />
+    <hkern u1="&#x27;" u2="&#x10f;" k="123" />
+    <hkern u1="&#x27;" u2="&#x10d;" k="123" />
+    <hkern u1="&#x27;" u2="&#x10b;" k="123" />
+    <hkern u1="&#x27;" u2="&#x109;" k="123" />
+    <hkern u1="&#x27;" u2="&#x107;" k="123" />
+    <hkern u1="&#x27;" u2="&#x105;" k="82" />
+    <hkern u1="&#x27;" u2="&#x104;" k="143" />
+    <hkern u1="&#x27;" u2="&#x103;" k="82" />
+    <hkern u1="&#x27;" u2="&#x102;" k="143" />
+    <hkern u1="&#x27;" u2="&#x101;" k="82" />
+    <hkern u1="&#x27;" u2="&#x100;" k="143" />
+    <hkern u1="&#x27;" u2="&#xfc;" k="61" />
+    <hkern u1="&#x27;" u2="&#xfb;" k="61" />
+    <hkern u1="&#x27;" u2="&#xfa;" k="61" />
+    <hkern u1="&#x27;" u2="&#xf9;" k="61" />
+    <hkern u1="&#x27;" u2="&#xf8;" k="123" />
+    <hkern u1="&#x27;" u2="&#xf6;" k="123" />
+    <hkern u1="&#x27;" u2="&#xf5;" k="123" />
+    <hkern u1="&#x27;" u2="&#xf4;" k="123" />
+    <hkern u1="&#x27;" u2="&#xf3;" k="123" />
+    <hkern u1="&#x27;" u2="&#xf2;" k="123" />
+    <hkern u1="&#x27;" u2="&#xeb;" k="123" />
+    <hkern u1="&#x27;" u2="&#xea;" k="123" />
+    <hkern u1="&#x27;" u2="&#xe9;" k="123" />
+    <hkern u1="&#x27;" u2="&#xe8;" k="123" />
+    <hkern u1="&#x27;" u2="&#xe7;" k="123" />
+    <hkern u1="&#x27;" u2="&#xe6;" k="82" />
+    <hkern u1="&#x27;" u2="&#xe5;" k="82" />
+    <hkern u1="&#x27;" u2="&#xe4;" k="82" />
+    <hkern u1="&#x27;" u2="&#xe3;" k="82" />
+    <hkern u1="&#x27;" u2="&#xe2;" k="82" />
+    <hkern u1="&#x27;" u2="&#xe1;" k="82" />
+    <hkern u1="&#x27;" u2="&#xe0;" k="123" />
+    <hkern u1="&#x27;" u2="&#xdd;" k="-20" />
+    <hkern u1="&#x27;" u2="&#xc5;" k="143" />
+    <hkern u1="&#x27;" u2="&#xc4;" k="143" />
+    <hkern u1="&#x27;" u2="&#xc3;" k="143" />
+    <hkern u1="&#x27;" u2="&#xc2;" k="143" />
+    <hkern u1="&#x27;" u2="&#xc1;" k="143" />
+    <hkern u1="&#x27;" u2="&#xc0;" k="143" />
+    <hkern u1="&#x27;" u2="u" k="61" />
+    <hkern u1="&#x27;" u2="s" k="61" />
+    <hkern u1="&#x27;" u2="r" k="61" />
+    <hkern u1="&#x27;" u2="q" k="123" />
+    <hkern u1="&#x27;" u2="p" k="61" />
+    <hkern u1="&#x27;" u2="o" k="123" />
+    <hkern u1="&#x27;" u2="n" k="61" />
+    <hkern u1="&#x27;" u2="m" k="61" />
+    <hkern u1="&#x27;" u2="g" k="61" />
+    <hkern u1="&#x27;" u2="e" k="123" />
+    <hkern u1="&#x27;" u2="d" k="123" />
+    <hkern u1="&#x27;" u2="c" k="123" />
+    <hkern u1="&#x27;" u2="a" k="82" />
+    <hkern u1="&#x27;" u2="Y" k="-20" />
+    <hkern u1="&#x27;" u2="W" k="-41" />
+    <hkern u1="&#x27;" u2="V" k="-41" />
+    <hkern u1="&#x27;" u2="T" k="-41" />
+    <hkern u1="&#x27;" u2="A" k="143" />
+    <hkern u1="&#x28;" u2="J" k="-184" />
+    <hkern u1="&#x2c;" u2="&#x162;" k="143" />
+    <hkern u1="&#x2c;" u2="&#x1ef8;" k="123" />
+    <hkern u1="&#x2c;" u2="&#x1ef6;" k="123" />
+    <hkern u1="&#x2c;" u2="&#x1ef4;" k="123" />
+    <hkern u1="&#x2c;" u2="&#x1ef0;" k="41" />
+    <hkern u1="&#x2c;" u2="&#x1eee;" k="41" />
+    <hkern u1="&#x2c;" u2="&#x1eec;" k="41" />
+    <hkern u1="&#x2c;" u2="&#x1eea;" k="41" />
+    <hkern u1="&#x2c;" u2="&#x1ee8;" k="41" />
+    <hkern u1="&#x2c;" u2="&#x1ee6;" k="41" />
+    <hkern u1="&#x2c;" u2="&#x1ee4;" k="41" />
+    <hkern u1="&#x2c;" u2="&#x1ee2;" k="102" />
+    <hkern u1="&#x2c;" u2="&#x1ee0;" k="102" />
+    <hkern u1="&#x2c;" u2="&#x1ede;" k="102" />
+    <hkern u1="&#x2c;" u2="&#x1edc;" k="102" />
+    <hkern u1="&#x2c;" u2="&#x1eda;" k="102" />
+    <hkern u1="&#x2c;" u2="&#x1ed8;" k="102" />
+    <hkern u1="&#x2c;" u2="&#x1ed6;" k="102" />
+    <hkern u1="&#x2c;" u2="&#x1ed4;" k="102" />
+    <hkern u1="&#x2c;" u2="&#x1ed2;" k="102" />
+    <hkern u1="&#x2c;" u2="&#x1ed0;" k="102" />
+    <hkern u1="&#x2c;" u2="&#x1ece;" k="102" />
+    <hkern u1="&#x2c;" u2="&#x1ecc;" k="102" />
+    <hkern u1="&#x2c;" u2="&#x50f;" k="102" />
+    <hkern u1="&#x2c;" u2="&#x50e;" k="143" />
+    <hkern u1="&#x2c;" u2="&#x50c;" k="102" />
+    <hkern u1="&#x2c;" u2="&#x507;" k="102" />
+    <hkern u1="&#x2c;" u2="&#x506;" k="123" />
+    <hkern u1="&#x2c;" u2="&#x505;" k="102" />
+    <hkern u1="&#x2c;" u2="&#x504;" k="123" />
+    <hkern u1="&#x2c;" u2="&#x4f5;" k="123" />
+    <hkern u1="&#x2c;" u2="&#x4f4;" k="164" />
+    <hkern u1="&#x2c;" u2="&#x4ea;" k="102" />
+    <hkern u1="&#x2c;" u2="&#x4e8;" k="102" />
+    <hkern u1="&#x2c;" u2="&#x4e6;" k="102" />
+    <hkern u1="&#x2c;" u2="&#x4cc;" k="123" />
+    <hkern u1="&#x2c;" u2="&#x4cb;" k="164" />
+    <hkern u1="&#x2c;" u2="&#x4be;" k="123" />
+    <hkern u1="&#x2c;" u2="&#x4bc;" k="123" />
+    <hkern u1="&#x2c;" u2="&#x4b9;" k="123" />
+    <hkern u1="&#x2c;" u2="&#x4b8;" k="164" />
+    <hkern u1="&#x2c;" u2="&#x4b7;" k="123" />
+    <hkern u1="&#x2c;" u2="&#x4b6;" k="164" />
+    <hkern u1="&#x2c;" u2="&#x4b5;" k="102" />
+    <hkern u1="&#x2c;" u2="&#x4b4;" k="143" />
+    <hkern u1="&#x2c;" u2="&#x4b0;" k="123" />
+    <hkern u1="&#x2c;" u2="&#x4ae;" k="123" />
+    <hkern u1="&#x2c;" u2="&#x4ad;" k="102" />
+    <hkern u1="&#x2c;" u2="&#x4ac;" k="143" />
+    <hkern u1="&#x2c;" u2="&#x4aa;" k="102" />
+    <hkern u1="&#x2c;" u2="&#x4a8;" k="102" />
+    <hkern u1="&#x2c;" u2="&#x4a1;" k="102" />
+    <hkern u1="&#x2c;" u2="&#x4a0;" k="143" />
+    <hkern u1="&#x2c;" u2="&#x480;" k="102" />
+    <hkern u1="&#x2c;" u2="&#x47e;" k="102" />
+    <hkern u1="&#x2c;" u2="&#x47c;" k="102" />
+    <hkern u1="&#x2c;" u2="&#x47a;" k="102" />
+    <hkern u1="&#x2c;" u2="&#x478;" k="102" />
+    <hkern u1="&#x2c;" u2="&#x476;" k="123" />
+    <hkern u1="&#x2c;" u2="&#x474;" k="123" />
+    <hkern u1="&#x2c;" u2="&#x472;" k="102" />
+    <hkern u1="&#x2c;" u2="&#x470;" k="164" />
+    <hkern u1="&#x2c;" u2="&#x460;" k="102" />
+    <hkern u1="&#x2c;" u2="&#x1af;" k="41" />
+    <hkern u1="&#x2c;" u2="&#x1a0;" k="102" />
+    <hkern u1="&#x2c;" u2="&#x3d2;" k="123" />
+    <hkern u1="&#x2c;" u2="&#x1ef2;" k="123" />
+    <hkern u1="&#x2c;" u2="&#x1e84;" k="123" />
+    <hkern u1="&#x2c;" u2="&#x1e82;" k="123" />
+    <hkern u1="&#x2c;" u2="&#x1e80;" k="123" />
+    <hkern u1="&#x2c;" u2="&#x44a;" k="102" />
+    <hkern u1="&#x2c;" u2="&#x447;" k="123" />
+    <hkern u1="&#x2c;" u2="&#x442;" k="102" />
+    <hkern u1="&#x2c;" u2="&#x42a;" k="143" />
+    <hkern u1="&#x2c;" u2="&#x427;" k="164" />
+    <hkern u1="&#x2c;" u2="&#x424;" k="82" />
+    <hkern u1="&#x2c;" u2="&#x422;" k="143" />
+    <hkern u1="&#x2c;" u2="&#x421;" k="102" />
+    <hkern u1="&#x2c;" u2="&#x41e;" k="102" />
+    <hkern u1="&#x2c;" u2="&#x40b;" k="143" />
+    <hkern u1="&#x2c;" u2="&#x404;" k="102" />
+    <hkern u1="&#x2c;" u2="&#x402;" k="143" />
+    <hkern u1="&#x2c;" u2="&#x3b8;" k="41" />
+    <hkern u1="&#x2c;" u2="&#x3ab;" k="123" />
+    <hkern u1="&#x2c;" u2="&#x3a8;" k="123" />
+    <hkern u1="&#x2c;" u2="&#x3a6;" k="102" />
+    <hkern u1="&#x2c;" u2="&#x3a5;" k="123" />
+    <hkern u1="&#x2c;" u2="&#x3a4;" k="143" />
+    <hkern u1="&#x2c;" u2="&#x39f;" k="82" />
+    <hkern u1="&#x2c;" u2="&#x398;" k="82" />
+    <hkern u1="&#x2c;" u2="&#x1fe;" k="102" />
+    <hkern u1="&#x2c;" u2="&#x178;" k="123" />
+    <hkern u1="&#x2c;" u2="&#x176;" k="123" />
+    <hkern u1="&#x2c;" u2="&#x174;" k="123" />
+    <hkern u1="&#x2c;" u2="&#x172;" k="41" />
+    <hkern u1="&#x2c;" u2="&#x170;" k="41" />
+    <hkern u1="&#x2c;" u2="&#x16e;" k="41" />
+    <hkern u1="&#x2c;" u2="&#x16c;" k="41" />
+    <hkern u1="&#x2c;" u2="&#x16a;" k="41" />
+    <hkern u1="&#x2c;" u2="&#x168;" k="41" />
+    <hkern u1="&#x2c;" u2="&#x164;" k="143" />
+    <hkern u1="&#x2c;" u2="&#x21a;" k="143" />
+    <hkern u1="&#x2c;" u2="&#x152;" k="102" />
+    <hkern u1="&#x2c;" u2="&#x150;" k="102" />
+    <hkern u1="&#x2c;" u2="&#x14e;" k="102" />
+    <hkern u1="&#x2c;" u2="&#x14c;" k="102" />
+    <hkern u1="&#x2c;" u2="&#x122;" k="102" />
+    <hkern u1="&#x2c;" u2="&#x120;" k="102" />
+    <hkern u1="&#x2c;" u2="&#x11e;" k="102" />
+    <hkern u1="&#x2c;" u2="&#x11c;" k="102" />
+    <hkern u1="&#x2c;" u2="&#x10c;" k="102" />
+    <hkern u1="&#x2c;" u2="&#x10a;" k="102" />
+    <hkern u1="&#x2c;" u2="&#x108;" k="102" />
+    <hkern u1="&#x2c;" u2="&#x106;" k="102" />
+    <hkern u1="&#x2c;" u2="&#xdd;" k="123" />
+    <hkern u1="&#x2c;" u2="&#xdc;" k="41" />
+    <hkern u1="&#x2c;" u2="&#xdb;" k="41" />
+    <hkern u1="&#x2c;" u2="&#xda;" k="41" />
+    <hkern u1="&#x2c;" u2="&#xd9;" k="41" />
+    <hkern u1="&#x2c;" u2="&#xd8;" k="102" />
+    <hkern u1="&#x2c;" u2="&#xd6;" k="102" />
+    <hkern u1="&#x2c;" u2="&#xd5;" k="102" />
+    <hkern u1="&#x2c;" u2="&#xd4;" k="102" />
+    <hkern u1="&#x2c;" u2="&#xd3;" k="102" />
+    <hkern u1="&#x2c;" u2="&#xd2;" k="102" />
+    <hkern u1="&#x2c;" u2="&#xc7;" k="102" />
+    <hkern u1="&#x2c;" u2="Y" k="123" />
+    <hkern u1="&#x2c;" u2="W" k="123" />
+    <hkern u1="&#x2c;" u2="V" k="123" />
+    <hkern u1="&#x2c;" u2="U" k="41" />
+    <hkern u1="&#x2c;" u2="T" k="143" />
+    <hkern u1="&#x2c;" u2="Q" k="102" />
+    <hkern u1="&#x2c;" u2="O" k="102" />
+    <hkern u1="&#x2c;" u2="G" k="102" />
+    <hkern u1="&#x2c;" u2="C" k="102" />
+    <hkern u1="&#x2d;" u2="&#x162;" k="82" />
+    <hkern u1="&#x2d;" u2="&#x50f;" k="41" />
+    <hkern u1="&#x2d;" u2="&#x50e;" k="82" />
+    <hkern u1="&#x2d;" u2="&#x4b5;" k="41" />
+    <hkern u1="&#x2d;" u2="&#x4b4;" k="82" />
+    <hkern u1="&#x2d;" u2="&#x4ad;" k="41" />
+    <hkern u1="&#x2d;" u2="&#x4ac;" k="82" />
+    <hkern u1="&#x2d;" u2="&#x4a1;" k="41" />
+    <hkern u1="&#x2d;" u2="&#x4a0;" k="82" />
+    <hkern u1="&#x2d;" u2="&#x44a;" k="41" />
+    <hkern u1="&#x2d;" u2="&#x442;" k="41" />
+    <hkern u1="&#x2d;" u2="&#x42a;" k="82" />
+    <hkern u1="&#x2d;" u2="&#x422;" k="82" />
+    <hkern u1="&#x2d;" u2="&#x40b;" k="82" />
+    <hkern u1="&#x2d;" u2="&#x402;" k="82" />
+    <hkern u1="&#x2d;" u2="&#x3a4;" k="82" />
+    <hkern u1="&#x2d;" u2="&#x164;" k="82" />
+    <hkern u1="&#x2d;" u2="&#x21a;" k="82" />
+    <hkern u1="&#x2d;" u2="T" k="82" />
+    <hkern u1="&#x2e;" u2="&#x162;" k="143" />
+    <hkern u1="&#x2e;" u2="&#x1ef8;" k="123" />
+    <hkern u1="&#x2e;" u2="&#x1ef6;" k="123" />
+    <hkern u1="&#x2e;" u2="&#x1ef4;" k="123" />
+    <hkern u1="&#x2e;" u2="&#x1ef0;" k="41" />
+    <hkern u1="&#x2e;" u2="&#x1eee;" k="41" />
+    <hkern u1="&#x2e;" u2="&#x1eec;" k="41" />
+    <hkern u1="&#x2e;" u2="&#x1eea;" k="41" />
+    <hkern u1="&#x2e;" u2="&#x1ee8;" k="41" />
+    <hkern u1="&#x2e;" u2="&#x1ee6;" k="41" />
+    <hkern u1="&#x2e;" u2="&#x1ee4;" k="41" />
+    <hkern u1="&#x2e;" u2="&#x1ee2;" k="102" />
+    <hkern u1="&#x2e;" u2="&#x1ee0;" k="102" />
+    <hkern u1="&#x2e;" u2="&#x1ede;" k="102" />
+    <hkern u1="&#x2e;" u2="&#x1edc;" k="102" />
+    <hkern u1="&#x2e;" u2="&#x1eda;" k="102" />
+    <hkern u1="&#x2e;" u2="&#x1ed8;" k="102" />
+    <hkern u1="&#x2e;" u2="&#x1ed6;" k="102" />
+    <hkern u1="&#x2e;" u2="&#x1ed4;" k="102" />
+    <hkern u1="&#x2e;" u2="&#x1ed2;" k="102" />
+    <hkern u1="&#x2e;" u2="&#x1ed0;" k="102" />
+    <hkern u1="&#x2e;" u2="&#x1ece;" k="102" />
+    <hkern u1="&#x2e;" u2="&#x1ecc;" k="102" />
+    <hkern u1="&#x2e;" u2="&#x50f;" k="102" />
+    <hkern u1="&#x2e;" u2="&#x50e;" k="143" />
+    <hkern u1="&#x2e;" u2="&#x50c;" k="102" />
+    <hkern u1="&#x2e;" u2="&#x507;" k="102" />
+    <hkern u1="&#x2e;" u2="&#x506;" k="123" />
+    <hkern u1="&#x2e;" u2="&#x505;" k="102" />
+    <hkern u1="&#x2e;" u2="&#x504;" k="123" />
+    <hkern u1="&#x2e;" u2="&#x4f5;" k="123" />
+    <hkern u1="&#x2e;" u2="&#x4f4;" k="164" />
+    <hkern u1="&#x2e;" u2="&#x4ea;" k="102" />
+    <hkern u1="&#x2e;" u2="&#x4e8;" k="102" />
+    <hkern u1="&#x2e;" u2="&#x4e6;" k="102" />
+    <hkern u1="&#x2e;" u2="&#x4cc;" k="123" />
+    <hkern u1="&#x2e;" u2="&#x4cb;" k="164" />
+    <hkern u1="&#x2e;" u2="&#x4be;" k="123" />
+    <hkern u1="&#x2e;" u2="&#x4bc;" k="123" />
+    <hkern u1="&#x2e;" u2="&#x4b9;" k="123" />
+    <hkern u1="&#x2e;" u2="&#x4b8;" k="164" />
+    <hkern u1="&#x2e;" u2="&#x4b7;" k="123" />
+    <hkern u1="&#x2e;" u2="&#x4b6;" k="164" />
+    <hkern u1="&#x2e;" u2="&#x4b5;" k="102" />
+    <hkern u1="&#x2e;" u2="&#x4b4;" k="143" />
+    <hkern u1="&#x2e;" u2="&#x4b0;" k="123" />
+    <hkern u1="&#x2e;" u2="&#x4ae;" k="123" />
+    <hkern u1="&#x2e;" u2="&#x4ad;" k="102" />
+    <hkern u1="&#x2e;" u2="&#x4ac;" k="143" />
+    <hkern u1="&#x2e;" u2="&#x4aa;" k="102" />
+    <hkern u1="&#x2e;" u2="&#x4a8;" k="102" />
+    <hkern u1="&#x2e;" u2="&#x4a1;" k="102" />
+    <hkern u1="&#x2e;" u2="&#x4a0;" k="143" />
+    <hkern u1="&#x2e;" u2="&#x480;" k="102" />
+    <hkern u1="&#x2e;" u2="&#x47e;" k="102" />
+    <hkern u1="&#x2e;" u2="&#x47c;" k="102" />
+    <hkern u1="&#x2e;" u2="&#x47a;" k="102" />
+    <hkern u1="&#x2e;" u2="&#x478;" k="102" />
+    <hkern u1="&#x2e;" u2="&#x476;" k="123" />
+    <hkern u1="&#x2e;" u2="&#x474;" k="123" />
+    <hkern u1="&#x2e;" u2="&#x472;" k="102" />
+    <hkern u1="&#x2e;" u2="&#x470;" k="164" />
+    <hkern u1="&#x2e;" u2="&#x460;" k="102" />
+    <hkern u1="&#x2e;" u2="&#x1af;" k="41" />
+    <hkern u1="&#x2e;" u2="&#x1a0;" k="102" />
+    <hkern u1="&#x2e;" u2="&#x3d2;" k="123" />
+    <hkern u1="&#x2e;" u2="&#x1ef2;" k="123" />
+    <hkern u1="&#x2e;" u2="&#x1e84;" k="123" />
+    <hkern u1="&#x2e;" u2="&#x1e82;" k="123" />
+    <hkern u1="&#x2e;" u2="&#x1e80;" k="123" />
+    <hkern u1="&#x2e;" u2="&#x44a;" k="102" />
+    <hkern u1="&#x2e;" u2="&#x447;" k="123" />
+    <hkern u1="&#x2e;" u2="&#x442;" k="102" />
+    <hkern u1="&#x2e;" u2="&#x42a;" k="143" />
+    <hkern u1="&#x2e;" u2="&#x427;" k="164" />
+    <hkern u1="&#x2e;" u2="&#x424;" k="82" />
+    <hkern u1="&#x2e;" u2="&#x422;" k="143" />
+    <hkern u1="&#x2e;" u2="&#x421;" k="102" />
+    <hkern u1="&#x2e;" u2="&#x41e;" k="102" />
+    <hkern u1="&#x2e;" u2="&#x40b;" k="143" />
+    <hkern u1="&#x2e;" u2="&#x404;" k="102" />
+    <hkern u1="&#x2e;" u2="&#x402;" k="143" />
+    <hkern u1="&#x2e;" u2="&#x3b8;" k="41" />
+    <hkern u1="&#x2e;" u2="&#x3ab;" k="123" />
+    <hkern u1="&#x2e;" u2="&#x3a8;" k="123" />
+    <hkern u1="&#x2e;" u2="&#x3a6;" k="102" />
+    <hkern u1="&#x2e;" u2="&#x3a5;" k="123" />
+    <hkern u1="&#x2e;" u2="&#x3a4;" k="143" />
+    <hkern u1="&#x2e;" u2="&#x39f;" k="82" />
+    <hkern u1="&#x2e;" u2="&#x398;" k="82" />
+    <hkern u1="&#x2e;" u2="&#x1fe;" k="102" />
+    <hkern u1="&#x2e;" u2="&#x178;" k="123" />
+    <hkern u1="&#x2e;" u2="&#x176;" k="123" />
+    <hkern u1="&#x2e;" u2="&#x174;" k="123" />
+    <hkern u1="&#x2e;" u2="&#x172;" k="41" />
+    <hkern u1="&#x2e;" u2="&#x170;" k="41" />
+    <hkern u1="&#x2e;" u2="&#x16e;" k="41" />
+    <hkern u1="&#x2e;" u2="&#x16c;" k="41" />
+    <hkern u1="&#x2e;" u2="&#x16a;" k="41" />
+    <hkern u1="&#x2e;" u2="&#x168;" k="41" />
+    <hkern u1="&#x2e;" u2="&#x164;" k="143" />
+    <hkern u1="&#x2e;" u2="&#x21a;" k="143" />
+    <hkern u1="&#x2e;" u2="&#x152;" k="102" />
+    <hkern u1="&#x2e;" u2="&#x150;" k="102" />
+    <hkern u1="&#x2e;" u2="&#x14e;" k="102" />
+    <hkern u1="&#x2e;" u2="&#x14c;" k="102" />
+    <hkern u1="&#x2e;" u2="&#x122;" k="102" />
+    <hkern u1="&#x2e;" u2="&#x120;" k="102" />
+    <hkern u1="&#x2e;" u2="&#x11e;" k="102" />
+    <hkern u1="&#x2e;" u2="&#x11c;" k="102" />
+    <hkern u1="&#x2e;" u2="&#x10c;" k="102" />
+    <hkern u1="&#x2e;" u2="&#x10a;" k="102" />
+    <hkern u1="&#x2e;" u2="&#x108;" k="102" />
+    <hkern u1="&#x2e;" u2="&#x106;" k="102" />
+    <hkern u1="&#x2e;" u2="&#xdd;" k="123" />
+    <hkern u1="&#x2e;" u2="&#xdc;" k="41" />
+    <hkern u1="&#x2e;" u2="&#xdb;" k="41" />
+    <hkern u1="&#x2e;" u2="&#xda;" k="41" />
+    <hkern u1="&#x2e;" u2="&#xd9;" k="41" />
+    <hkern u1="&#x2e;" u2="&#xd8;" k="102" />
+    <hkern u1="&#x2e;" u2="&#xd6;" k="102" />
+    <hkern u1="&#x2e;" u2="&#xd5;" k="102" />
+    <hkern u1="&#x2e;" u2="&#xd4;" k="102" />
+    <hkern u1="&#x2e;" u2="&#xd3;" k="102" />
+    <hkern u1="&#x2e;" u2="&#xd2;" k="102" />
+    <hkern u1="&#x2e;" u2="&#xc7;" k="102" />
+    <hkern u1="&#x2e;" u2="Y" k="123" />
+    <hkern u1="&#x2e;" u2="W" k="123" />
+    <hkern u1="&#x2e;" u2="V" k="123" />
+    <hkern u1="&#x2e;" u2="U" k="41" />
+    <hkern u1="&#x2e;" u2="T" k="143" />
+    <hkern u1="&#x2e;" u2="Q" k="102" />
+    <hkern u1="&#x2e;" u2="O" k="102" />
+    <hkern u1="&#x2e;" u2="G" k="102" />
+    <hkern u1="&#x2e;" u2="C" k="102" />
+    <hkern u1="A" u2="&#x162;" k="143" />
+    <hkern u1="A" u2="&#x1ef8;" k="123" />
+    <hkern u1="A" u2="&#x1ef6;" k="123" />
+    <hkern u1="A" u2="&#x1ef4;" k="123" />
+    <hkern u1="A" u2="&#x1ee2;" k="41" />
+    <hkern u1="A" u2="&#x1ee0;" k="41" />
+    <hkern u1="A" u2="&#x1ede;" k="41" />
+    <hkern u1="A" u2="&#x1edc;" k="41" />
+    <hkern u1="A" u2="&#x1eda;" k="41" />
+    <hkern u1="A" u2="&#x1ed8;" k="41" />
+    <hkern u1="A" u2="&#x1ed6;" k="41" />
+    <hkern u1="A" u2="&#x1ed4;" k="41" />
+    <hkern u1="A" u2="&#x1ed2;" k="41" />
+    <hkern u1="A" u2="&#x1ed0;" k="41" />
+    <hkern u1="A" u2="&#x1ece;" k="41" />
+    <hkern u1="A" u2="&#x1ecc;" k="41" />
+    <hkern u1="A" u2="&#x1a0;" k="41" />
+    <hkern u1="A" u2="&#x201d;" k="143" />
+    <hkern u1="A" u2="&#x2019;" k="143" />
+    <hkern u1="A" u2="&#x1ef2;" k="123" />
+    <hkern u1="A" u2="&#x1e84;" k="82" />
+    <hkern u1="A" u2="&#x1e82;" k="82" />
+    <hkern u1="A" u2="&#x1e80;" k="82" />
+    <hkern u1="A" u2="&#x1fe;" k="41" />
+    <hkern u1="A" u2="&#x178;" k="123" />
+    <hkern u1="A" u2="&#x176;" k="123" />
+    <hkern u1="A" u2="&#x174;" k="82" />
+    <hkern u1="A" u2="&#x164;" k="143" />
+    <hkern u1="A" u2="&#x21a;" k="143" />
+    <hkern u1="A" u2="&#x152;" k="41" />
+    <hkern u1="A" u2="&#x150;" k="41" />
+    <hkern u1="A" u2="&#x14e;" k="41" />
+    <hkern u1="A" u2="&#x14c;" k="41" />
+    <hkern u1="A" u2="&#x122;" k="41" />
+    <hkern u1="A" u2="&#x120;" k="41" />
+    <hkern u1="A" u2="&#x11e;" k="41" />
+    <hkern u1="A" u2="&#x11c;" k="41" />
+    <hkern u1="A" u2="&#x10c;" k="41" />
+    <hkern u1="A" u2="&#x10a;" k="41" />
+    <hkern u1="A" u2="&#x108;" k="41" />
+    <hkern u1="A" u2="&#x106;" k="41" />
+    <hkern u1="A" u2="&#xdd;" k="123" />
+    <hkern u1="A" u2="&#xd8;" k="41" />
+    <hkern u1="A" u2="&#xd6;" k="41" />
+    <hkern u1="A" u2="&#xd5;" k="41" />
+    <hkern u1="A" u2="&#xd4;" k="41" />
+    <hkern u1="A" u2="&#xd3;" k="41" />
+    <hkern u1="A" u2="&#xd2;" k="41" />
+    <hkern u1="A" u2="&#xc7;" k="41" />
+    <hkern u1="A" u2="Y" k="123" />
+    <hkern u1="A" u2="W" k="82" />
+    <hkern u1="A" u2="V" k="82" />
+    <hkern u1="A" u2="T" k="143" />
+    <hkern u1="A" u2="Q" k="41" />
+    <hkern u1="A" u2="O" k="41" />
+    <hkern u1="A" u2="J" k="-266" />
+    <hkern u1="A" u2="G" k="41" />
+    <hkern u1="A" u2="C" k="41" />
+    <hkern u1="A" u2="&#x27;" k="143" />
+    <hkern u1="A" u2="&#x22;" k="143" />
+    <hkern u1="B" u2="&#x162;" k="61" />
+    <hkern u1="B" u2="&#x1ef8;" k="20" />
+    <hkern u1="B" u2="&#x1ef6;" k="20" />
+    <hkern u1="B" u2="&#x1ef4;" k="20" />
+    <hkern u1="B" u2="&#x1eb6;" k="41" />
+    <hkern u1="B" u2="&#x1eb4;" k="41" />
+    <hkern u1="B" u2="&#x1eb2;" k="41" />
+    <hkern u1="B" u2="&#x1eb0;" k="41" />
+    <hkern u1="B" u2="&#x1eae;" k="41" />
+    <hkern u1="B" u2="&#x1eac;" k="41" />
+    <hkern u1="B" u2="&#x1eaa;" k="41" />
+    <hkern u1="B" u2="&#x1ea8;" k="41" />
+    <hkern u1="B" u2="&#x1ea6;" k="41" />
+    <hkern u1="B" u2="&#x1ea4;" k="41" />
+    <hkern u1="B" u2="&#x1ea2;" k="41" />
+    <hkern u1="B" u2="&#x1ea0;" k="41" />
+    <hkern u1="B" u2="&#x1e00;" k="41" />
+    <hkern u1="B" u2="&#x201e;" k="82" />
+    <hkern u1="B" u2="&#x201a;" k="82" />
+    <hkern u1="B" u2="&#x1ef2;" k="20" />
+    <hkern u1="B" u2="&#x1e84;" k="20" />
+    <hkern u1="B" u2="&#x1e82;" k="20" />
+    <hkern u1="B" u2="&#x1e80;" k="20" />
+    <hkern u1="B" u2="&#x405;" k="20" />
+    <hkern u1="B" u2="&#x1fa;" k="41" />
+    <hkern u1="B" u2="&#x17d;" k="20" />
+    <hkern u1="B" u2="&#x17b;" k="20" />
+    <hkern u1="B" u2="&#x179;" k="20" />
+    <hkern u1="B" u2="&#x178;" k="20" />
+    <hkern u1="B" u2="&#x176;" k="20" />
+    <hkern u1="B" u2="&#x174;" k="20" />
+    <hkern u1="B" u2="&#x164;" k="61" />
+    <hkern u1="B" u2="&#x21a;" k="61" />
+    <hkern u1="B" u2="&#x104;" k="41" />
+    <hkern u1="B" u2="&#x102;" k="41" />
+    <hkern u1="B" u2="&#x100;" k="41" />
+    <hkern u1="B" u2="&#xdd;" k="20" />
+    <hkern u1="B" u2="&#xc5;" k="41" />
+    <hkern u1="B" u2="&#xc4;" k="41" />
+    <hkern u1="B" u2="&#xc3;" k="41" />
+    <hkern u1="B" u2="&#xc2;" k="41" />
+    <hkern u1="B" u2="&#xc1;" k="41" />
+    <hkern u1="B" u2="&#xc0;" k="41" />
+    <hkern u1="B" u2="Z" k="20" />
+    <hkern u1="B" u2="Y" k="20" />
+    <hkern u1="B" u2="X" k="41" />
+    <hkern u1="B" u2="W" k="20" />
+    <hkern u1="B" u2="V" k="20" />
+    <hkern u1="B" u2="T" k="61" />
+    <hkern u1="B" u2="A" k="41" />
+    <hkern u1="B" u2="&#x2e;" k="82" />
+    <hkern u1="B" u2="&#x2c;" k="82" />
+    <hkern u1="C" u2="&#x1ee2;" k="41" />
+    <hkern u1="C" u2="&#x1ee0;" k="41" />
+    <hkern u1="C" u2="&#x1ede;" k="41" />
+    <hkern u1="C" u2="&#x1edc;" k="41" />
+    <hkern u1="C" u2="&#x1eda;" k="41" />
+    <hkern u1="C" u2="&#x1ed8;" k="41" />
+    <hkern u1="C" u2="&#x1ed6;" k="41" />
+    <hkern u1="C" u2="&#x1ed4;" k="41" />
+    <hkern u1="C" u2="&#x1ed2;" k="41" />
+    <hkern u1="C" u2="&#x1ed0;" k="41" />
+    <hkern u1="C" u2="&#x1ece;" k="41" />
+    <hkern u1="C" u2="&#x1ecc;" k="41" />
+    <hkern u1="C" u2="&#x1a0;" k="41" />
+    <hkern u1="C" u2="&#x1fe;" k="41" />
+    <hkern u1="C" u2="&#x152;" k="41" />
+    <hkern u1="C" u2="&#x150;" k="41" />
+    <hkern u1="C" u2="&#x14e;" k="41" />
+    <hkern u1="C" u2="&#x14c;" k="41" />
+    <hkern u1="C" u2="&#x122;" k="41" />
+    <hkern u1="C" u2="&#x120;" k="41" />
+    <hkern u1="C" u2="&#x11e;" k="41" />
+    <hkern u1="C" u2="&#x11c;" k="41" />
+    <hkern u1="C" u2="&#x10c;" k="41" />
+    <hkern u1="C" u2="&#x10a;" k="41" />
+    <hkern u1="C" u2="&#x108;" k="41" />
+    <hkern u1="C" u2="&#x106;" k="41" />
+    <hkern u1="C" u2="&#xd8;" k="41" />
+    <hkern u1="C" u2="&#xd6;" k="41" />
+    <hkern u1="C" u2="&#xd5;" k="41" />
+    <hkern u1="C" u2="&#xd4;" k="41" />
+    <hkern u1="C" u2="&#xd3;" k="41" />
+    <hkern u1="C" u2="&#xd2;" k="41" />
+    <hkern u1="C" u2="&#xc7;" k="41" />
+    <hkern u1="C" u2="Q" k="41" />
+    <hkern u1="C" u2="O" k="41" />
+    <hkern u1="C" u2="G" k="41" />
+    <hkern u1="C" u2="C" k="41" />
+    <hkern u1="D" u2="&#x162;" k="61" />
+    <hkern u1="D" u2="&#x1ef8;" k="20" />
+    <hkern u1="D" u2="&#x1ef6;" k="20" />
+    <hkern u1="D" u2="&#x1ef4;" k="20" />
+    <hkern u1="D" u2="&#x1eb6;" k="41" />
+    <hkern u1="D" u2="&#x1eb4;" k="41" />
+    <hkern u1="D" u2="&#x1eb2;" k="41" />
+    <hkern u1="D" u2="&#x1eb0;" k="41" />
+    <hkern u1="D" u2="&#x1eae;" k="41" />
+    <hkern u1="D" u2="&#x1eac;" k="41" />
+    <hkern u1="D" u2="&#x1eaa;" k="41" />
+    <hkern u1="D" u2="&#x1ea8;" k="41" />
+    <hkern u1="D" u2="&#x1ea6;" k="41" />
+    <hkern u1="D" u2="&#x1ea4;" k="41" />
+    <hkern u1="D" u2="&#x1ea2;" k="41" />
+    <hkern u1="D" u2="&#x1ea0;" k="41" />
+    <hkern u1="D" u2="&#x1e00;" k="41" />
+    <hkern u1="D" u2="&#x201e;" k="82" />
+    <hkern u1="D" u2="&#x201a;" k="82" />
+    <hkern u1="D" u2="&#x1ef2;" k="20" />
+    <hkern u1="D" u2="&#x1e84;" k="20" />
+    <hkern u1="D" u2="&#x1e82;" k="20" />
+    <hkern u1="D" u2="&#x1e80;" k="20" />
+    <hkern u1="D" u2="&#x405;" k="20" />
+    <hkern u1="D" u2="&#x1fa;" k="41" />
+    <hkern u1="D" u2="&#x17d;" k="20" />
+    <hkern u1="D" u2="&#x17b;" k="20" />
+    <hkern u1="D" u2="&#x179;" k="20" />
+    <hkern u1="D" u2="&#x178;" k="20" />
+    <hkern u1="D" u2="&#x176;" k="20" />
+    <hkern u1="D" u2="&#x174;" k="20" />
+    <hkern u1="D" u2="&#x164;" k="61" />
+    <hkern u1="D" u2="&#x21a;" k="61" />
+    <hkern u1="D" u2="&#x104;" k="41" />
+    <hkern u1="D" u2="&#x102;" k="41" />
+    <hkern u1="D" u2="&#x100;" k="41" />
+    <hkern u1="D" u2="&#xdd;" k="20" />
+    <hkern u1="D" u2="&#xc5;" k="41" />
+    <hkern u1="D" u2="&#xc4;" k="41" />
+    <hkern u1="D" u2="&#xc3;" k="41" />
+    <hkern u1="D" u2="&#xc2;" k="41" />
+    <hkern u1="D" u2="&#xc1;" k="41" />
+    <hkern u1="D" u2="&#xc0;" k="41" />
+    <hkern u1="D" u2="Z" k="20" />
+    <hkern u1="D" u2="Y" k="20" />
+    <hkern u1="D" u2="X" k="41" />
+    <hkern u1="D" u2="W" k="20" />
+    <hkern u1="D" u2="V" k="20" />
+    <hkern u1="D" u2="T" k="61" />
+    <hkern u1="D" u2="A" k="41" />
+    <hkern u1="D" u2="&#x2e;" k="82" />
+    <hkern u1="D" u2="&#x2c;" k="82" />
+    <hkern u1="E" u2="J" k="-123" />
+    <hkern u1="F" u2="&#x1eb6;" k="41" />
+    <hkern u1="F" u2="&#x1eb4;" k="41" />
+    <hkern u1="F" u2="&#x1eb2;" k="41" />
+    <hkern u1="F" u2="&#x1eb0;" k="41" />
+    <hkern u1="F" u2="&#x1eae;" k="41" />
+    <hkern u1="F" u2="&#x1eac;" k="41" />
+    <hkern u1="F" u2="&#x1eaa;" k="41" />
+    <hkern u1="F" u2="&#x1ea8;" k="41" />
+    <hkern u1="F" u2="&#x1ea6;" k="41" />
+    <hkern u1="F" u2="&#x1ea4;" k="41" />
+    <hkern u1="F" u2="&#x1ea2;" k="41" />
+    <hkern u1="F" u2="&#x1ea0;" k="41" />
+    <hkern u1="F" u2="&#x1e00;" k="41" />
+    <hkern u1="F" u2="&#x201e;" k="123" />
+    <hkern u1="F" u2="&#x201a;" k="123" />
+    <hkern u1="F" u2="&#x1fa;" k="41" />
+    <hkern u1="F" u2="&#x104;" k="41" />
+    <hkern u1="F" u2="&#x102;" k="41" />
+    <hkern u1="F" u2="&#x100;" k="41" />
+    <hkern u1="F" u2="&#xc5;" k="41" />
+    <hkern u1="F" u2="&#xc4;" k="41" />
+    <hkern u1="F" u2="&#xc3;" k="41" />
+    <hkern u1="F" u2="&#xc2;" k="41" />
+    <hkern u1="F" u2="&#xc1;" k="41" />
+    <hkern u1="F" u2="&#xc0;" k="41" />
+    <hkern u1="F" u2="A" k="41" />
+    <hkern u1="F" u2="&#x3f;" k="-41" />
+    <hkern u1="F" u2="&#x2e;" k="123" />
+    <hkern u1="F" u2="&#x2c;" k="123" />
+    <hkern u1="K" u2="&#x1ee2;" k="41" />
+    <hkern u1="K" u2="&#x1ee0;" k="41" />
+    <hkern u1="K" u2="&#x1ede;" k="41" />
+    <hkern u1="K" u2="&#x1edc;" k="41" />
+    <hkern u1="K" u2="&#x1eda;" k="41" />
+    <hkern u1="K" u2="&#x1ed8;" k="41" />
+    <hkern u1="K" u2="&#x1ed6;" k="41" />
+    <hkern u1="K" u2="&#x1ed4;" k="41" />
+    <hkern u1="K" u2="&#x1ed2;" k="41" />
+    <hkern u1="K" u2="&#x1ed0;" k="41" />
+    <hkern u1="K" u2="&#x1ece;" k="41" />
+    <hkern u1="K" u2="&#x1ecc;" k="41" />
+    <hkern u1="K" u2="&#x1a0;" k="41" />
+    <hkern u1="K" u2="&#x1fe;" k="41" />
+    <hkern u1="K" u2="&#x152;" k="41" />
+    <hkern u1="K" u2="&#x150;" k="41" />
+    <hkern u1="K" u2="&#x14e;" k="41" />
+    <hkern u1="K" u2="&#x14c;" k="41" />
+    <hkern u1="K" u2="&#x122;" k="41" />
+    <hkern u1="K" u2="&#x120;" k="41" />
+    <hkern u1="K" u2="&#x11e;" k="41" />
+    <hkern u1="K" u2="&#x11c;" k="41" />
+    <hkern u1="K" u2="&#x10c;" k="41" />
+    <hkern u1="K" u2="&#x10a;" k="41" />
+    <hkern u1="K" u2="&#x108;" k="41" />
+    <hkern u1="K" u2="&#x106;" k="41" />
+    <hkern u1="K" u2="&#xd8;" k="41" />
+    <hkern u1="K" u2="&#xd6;" k="41" />
+    <hkern u1="K" u2="&#xd5;" k="41" />
+    <hkern u1="K" u2="&#xd4;" k="41" />
+    <hkern u1="K" u2="&#xd3;" k="41" />
+    <hkern u1="K" u2="&#xd2;" k="41" />
+    <hkern u1="K" u2="&#xc7;" k="41" />
+    <hkern u1="K" u2="Q" k="41" />
+    <hkern u1="K" u2="O" k="41" />
+    <hkern u1="K" u2="G" k="41" />
+    <hkern u1="K" u2="C" k="41" />
+    <hkern u1="L" u2="&#x162;" k="41" />
+    <hkern u1="L" u2="&#x1ef8;" k="61" />
+    <hkern u1="L" u2="&#x1ef6;" k="61" />
+    <hkern u1="L" u2="&#x1ef4;" k="61" />
+    <hkern u1="L" u2="&#x1ef0;" k="20" />
+    <hkern u1="L" u2="&#x1eee;" k="20" />
+    <hkern u1="L" u2="&#x1eec;" k="20" />
+    <hkern u1="L" u2="&#x1eea;" k="20" />
+    <hkern u1="L" u2="&#x1ee8;" k="20" />
+    <hkern u1="L" u2="&#x1ee6;" k="20" />
+    <hkern u1="L" u2="&#x1ee4;" k="20" />
+    <hkern u1="L" u2="&#x1ee2;" k="41" />
+    <hkern u1="L" u2="&#x1ee0;" k="41" />
+    <hkern u1="L" u2="&#x1ede;" k="41" />
+    <hkern u1="L" u2="&#x1edc;" k="41" />
+    <hkern u1="L" u2="&#x1eda;" k="41" />
+    <hkern u1="L" u2="&#x1ed8;" k="41" />
+    <hkern u1="L" u2="&#x1ed6;" k="41" />
+    <hkern u1="L" u2="&#x1ed4;" k="41" />
+    <hkern u1="L" u2="&#x1ed2;" k="41" />
+    <hkern u1="L" u2="&#x1ed0;" k="41" />
+    <hkern u1="L" u2="&#x1ece;" k="41" />
+    <hkern u1="L" u2="&#x1ecc;" k="41" />
+    <hkern u1="L" u2="&#x1af;" k="20" />
+    <hkern u1="L" u2="&#x1a0;" k="41" />
+    <hkern u1="L" u2="&#x201d;" k="164" />
+    <hkern u1="L" u2="&#x2019;" k="164" />
+    <hkern u1="L" u2="&#x1ef2;" k="61" />
+    <hkern u1="L" u2="&#x1e84;" k="41" />
+    <hkern u1="L" u2="&#x1e82;" k="41" />
+    <hkern u1="L" u2="&#x1e80;" k="41" />
+    <hkern u1="L" u2="&#x1fe;" k="41" />
+    <hkern u1="L" u2="&#x178;" k="61" />
+    <hkern u1="L" u2="&#x176;" k="61" />
+    <hkern u1="L" u2="&#x174;" k="41" />
+    <hkern u1="L" u2="&#x172;" k="20" />
+    <hkern u1="L" u2="&#x170;" k="20" />
+    <hkern u1="L" u2="&#x16e;" k="20" />
+    <hkern u1="L" u2="&#x16c;" k="20" />
+    <hkern u1="L" u2="&#x16a;" k="20" />
+    <hkern u1="L" u2="&#x168;" k="20" />
+    <hkern u1="L" u2="&#x164;" k="41" />
+    <hkern u1="L" u2="&#x21a;" k="41" />
+    <hkern u1="L" u2="&#x152;" k="41" />
+    <hkern u1="L" u2="&#x150;" k="41" />
+    <hkern u1="L" u2="&#x14e;" k="41" />
+    <hkern u1="L" u2="&#x14c;" k="41" />
+    <hkern u1="L" u2="&#x122;" k="41" />
+    <hkern u1="L" u2="&#x120;" k="41" />
+    <hkern u1="L" u2="&#x11e;" k="41" />
+    <hkern u1="L" u2="&#x11c;" k="41" />
+    <hkern u1="L" u2="&#x10c;" k="41" />
+    <hkern u1="L" u2="&#x10a;" k="41" />
+    <hkern u1="L" u2="&#x108;" k="41" />
+    <hkern u1="L" u2="&#x106;" k="41" />
+    <hkern u1="L" u2="&#xdd;" k="61" />
+    <hkern u1="L" u2="&#xdc;" k="20" />
+    <hkern u1="L" u2="&#xdb;" k="20" />
+    <hkern u1="L" u2="&#xda;" k="20" />
+    <hkern u1="L" u2="&#xd9;" k="20" />
+    <hkern u1="L" u2="&#xd8;" k="41" />
+    <hkern u1="L" u2="&#xd6;" k="41" />
+    <hkern u1="L" u2="&#xd5;" k="41" />
+    <hkern u1="L" u2="&#xd4;" k="41" />
+    <hkern u1="L" u2="&#xd3;" k="41" />
+    <hkern u1="L" u2="&#xd2;" k="41" />
+    <hkern u1="L" u2="&#xc7;" k="41" />
+    <hkern u1="L" u2="Y" k="61" />
+    <hkern u1="L" u2="W" k="41" />
+    <hkern u1="L" u2="V" k="41" />
+    <hkern u1="L" u2="U" k="20" />
+    <hkern u1="L" u2="T" k="41" />
+    <hkern u1="L" u2="Q" k="41" />
+    <hkern u1="L" u2="O" k="41" />
+    <hkern u1="L" u2="G" k="41" />
+    <hkern u1="L" u2="C" k="41" />
+    <hkern u1="L" u2="&#x27;" k="164" />
+    <hkern u1="L" u2="&#x22;" k="164" />
+    <hkern u1="O" u2="&#x162;" k="61" />
+    <hkern u1="O" u2="&#x1ef8;" k="20" />
+    <hkern u1="O" u2="&#x1ef6;" k="20" />
+    <hkern u1="O" u2="&#x1ef4;" k="20" />
+    <hkern u1="O" u2="&#x1eb6;" k="41" />
+    <hkern u1="O" u2="&#x1eb4;" k="41" />
+    <hkern u1="O" u2="&#x1eb2;" k="41" />
+    <hkern u1="O" u2="&#x1eb0;" k="41" />
+    <hkern u1="O" u2="&#x1eae;" k="41" />
+    <hkern u1="O" u2="&#x1eac;" k="41" />
+    <hkern u1="O" u2="&#x1eaa;" k="41" />
+    <hkern u1="O" u2="&#x1ea8;" k="41" />
+    <hkern u1="O" u2="&#x1ea6;" k="41" />
+    <hkern u1="O" u2="&#x1ea4;" k="41" />
+    <hkern u1="O" u2="&#x1ea2;" k="41" />
+    <hkern u1="O" u2="&#x1ea0;" k="41" />
+    <hkern u1="O" u2="&#x1e00;" k="41" />
+    <hkern u1="O" u2="&#x201e;" k="82" />
+    <hkern u1="O" u2="&#x201a;" k="82" />
+    <hkern u1="O" u2="&#x1ef2;" k="20" />
+    <hkern u1="O" u2="&#x1e84;" k="20" />
+    <hkern u1="O" u2="&#x1e82;" k="20" />
+    <hkern u1="O" u2="&#x1e80;" k="20" />
+    <hkern u1="O" u2="&#x405;" k="20" />
+    <hkern u1="O" u2="&#x1fa;" k="41" />
+    <hkern u1="O" u2="&#x17d;" k="20" />
+    <hkern u1="O" u2="&#x17b;" k="20" />
+    <hkern u1="O" u2="&#x179;" k="20" />
+    <hkern u1="O" u2="&#x178;" k="20" />
+    <hkern u1="O" u2="&#x176;" k="20" />
+    <hkern u1="O" u2="&#x174;" k="20" />
+    <hkern u1="O" u2="&#x164;" k="61" />
+    <hkern u1="O" u2="&#x21a;" k="61" />
+    <hkern u1="O" u2="&#x104;" k="41" />
+    <hkern u1="O" u2="&#x102;" k="41" />
+    <hkern u1="O" u2="&#x100;" k="41" />
+    <hkern u1="O" u2="&#xdd;" k="20" />
+    <hkern u1="O" u2="&#xc5;" k="41" />
+    <hkern u1="O" u2="&#xc4;" k="41" />
+    <hkern u1="O" u2="&#xc3;" k="41" />
+    <hkern u1="O" u2="&#xc2;" k="41" />
+    <hkern u1="O" u2="&#xc1;" k="41" />
+    <hkern u1="O" u2="&#xc0;" k="41" />
+    <hkern u1="O" u2="Z" k="20" />
+    <hkern u1="O" u2="Y" k="20" />
+    <hkern u1="O" u2="X" k="41" />
+    <hkern u1="O" u2="W" k="20" />
+    <hkern u1="O" u2="V" k="20" />
+    <hkern u1="O" u2="T" k="61" />
+    <hkern u1="O" u2="A" k="41" />
+    <hkern u1="O" u2="&#x2e;" k="82" />
+    <hkern u1="O" u2="&#x2c;" k="82" />
+    <hkern u1="P" u2="&#x1eb6;" k="102" />
+    <hkern u1="P" u2="&#x1eb4;" k="102" />
+    <hkern u1="P" u2="&#x1eb2;" k="102" />
+    <hkern u1="P" u2="&#x1eb0;" k="102" />
+    <hkern u1="P" u2="&#x1eae;" k="102" />
+    <hkern u1="P" u2="&#x1eac;" k="102" />
+    <hkern u1="P" u2="&#x1eaa;" k="102" />
+    <hkern u1="P" u2="&#x1ea8;" k="102" />
+    <hkern u1="P" u2="&#x1ea6;" k="102" />
+    <hkern u1="P" u2="&#x1ea4;" k="102" />
+    <hkern u1="P" u2="&#x1ea2;" k="102" />
+    <hkern u1="P" u2="&#x1ea0;" k="102" />
+    <hkern u1="P" u2="&#x1e00;" k="102" />
+    <hkern u1="P" u2="&#x201e;" k="266" />
+    <hkern u1="P" u2="&#x201a;" k="266" />
+    <hkern u1="P" u2="&#x1fa;" k="102" />
+    <hkern u1="P" u2="&#x17d;" k="20" />
+    <hkern u1="P" u2="&#x17b;" k="20" />
+    <hkern u1="P" u2="&#x179;" k="20" />
+    <hkern u1="P" u2="&#x104;" k="102" />
+    <hkern u1="P" u2="&#x102;" k="102" />
+    <hkern u1="P" u2="&#x100;" k="102" />
+    <hkern u1="P" u2="&#xc5;" k="102" />
+    <hkern u1="P" u2="&#xc4;" k="102" />
+    <hkern u1="P" u2="&#xc3;" k="102" />
+    <hkern u1="P" u2="&#xc2;" k="102" />
+    <hkern u1="P" u2="&#xc1;" k="102" />
+    <hkern u1="P" u2="&#xc0;" k="102" />
+    <hkern u1="P" u2="Z" k="20" />
+    <hkern u1="P" u2="X" k="41" />
+    <hkern u1="P" u2="A" k="102" />
+    <hkern u1="P" u2="&#x2e;" k="266" />
+    <hkern u1="P" u2="&#x2c;" k="266" />
+    <hkern u1="Q" u2="&#x162;" k="61" />
+    <hkern u1="Q" u2="&#x1ef8;" k="20" />
+    <hkern u1="Q" u2="&#x1ef6;" k="20" />
+    <hkern u1="Q" u2="&#x1ef4;" k="20" />
+    <hkern u1="Q" u2="&#x1eb6;" k="41" />
+    <hkern u1="Q" u2="&#x1eb4;" k="41" />
+    <hkern u1="Q" u2="&#x1eb2;" k="41" />
+    <hkern u1="Q" u2="&#x1eb0;" k="41" />
+    <hkern u1="Q" u2="&#x1eae;" k="41" />
+    <hkern u1="Q" u2="&#x1eac;" k="41" />
+    <hkern u1="Q" u2="&#x1eaa;" k="41" />
+    <hkern u1="Q" u2="&#x1ea8;" k="41" />
+    <hkern u1="Q" u2="&#x1ea6;" k="41" />
+    <hkern u1="Q" u2="&#x1ea4;" k="41" />
+    <hkern u1="Q" u2="&#x1ea2;" k="41" />
+    <hkern u1="Q" u2="&#x1ea0;" k="41" />
+    <hkern u1="Q" u2="&#x1e00;" k="41" />
+    <hkern u1="Q" u2="&#x201e;" k="82" />
+    <hkern u1="Q" u2="&#x201a;" k="82" />
+    <hkern u1="Q" u2="&#x1ef2;" k="20" />
+    <hkern u1="Q" u2="&#x1e84;" k="20" />
+    <hkern u1="Q" u2="&#x1e82;" k="20" />
+    <hkern u1="Q" u2="&#x1e80;" k="20" />
+    <hkern u1="Q" u2="&#x405;" k="20" />
+    <hkern u1="Q" u2="&#x1fa;" k="41" />
+    <hkern u1="Q" u2="&#x17d;" k="20" />
+    <hkern u1="Q" u2="&#x17b;" k="20" />
+    <hkern u1="Q" u2="&#x179;" k="20" />
+    <hkern u1="Q" u2="&#x178;" k="20" />
+    <hkern u1="Q" u2="&#x176;" k="20" />
+    <hkern u1="Q" u2="&#x174;" k="20" />
+    <hkern u1="Q" u2="&#x164;" k="61" />
+    <hkern u1="Q" u2="&#x21a;" k="61" />
+    <hkern u1="Q" u2="&#x104;" k="41" />
+    <hkern u1="Q" u2="&#x102;" k="41" />
+    <hkern u1="Q" u2="&#x100;" k="41" />
+    <hkern u1="Q" u2="&#xdd;" k="20" />
+    <hkern u1="Q" u2="&#xc5;" k="41" />
+    <hkern u1="Q" u2="&#xc4;" k="41" />
+    <hkern u1="Q" u2="&#xc3;" k="41" />
+    <hkern u1="Q" u2="&#xc2;" k="41" />
+    <hkern u1="Q" u2="&#xc1;" k="41" />
+    <hkern u1="Q" u2="&#xc0;" k="41" />
+    <hkern u1="Q" u2="Z" k="20" />
+    <hkern u1="Q" u2="Y" k="20" />
+    <hkern u1="Q" u2="X" k="41" />
+    <hkern u1="Q" u2="W" k="20" />
+    <hkern u1="Q" u2="V" k="20" />
+    <hkern u1="Q" u2="T" k="61" />
+    <hkern u1="Q" u2="A" k="41" />
+    <hkern u1="Q" u2="&#x2e;" k="82" />
+    <hkern u1="Q" u2="&#x2c;" k="82" />
+    <hkern u1="T" u2="&#x162;" k="-41" />
+    <hkern u1="T" u2="&#x1ef5;" k="41" />
+    <hkern u1="T" u2="&#x1ef1;" k="102" />
+    <hkern u1="T" u2="&#x1eef;" k="102" />
+    <hkern u1="T" u2="&#x1eed;" k="102" />
+    <hkern u1="T" u2="&#x1eeb;" k="102" />
+    <hkern u1="T" u2="&#x1ee9;" k="102" />
+    <hkern u1="T" u2="&#x1ee7;" k="102" />
+    <hkern u1="T" u2="&#x1ee5;" k="102" />
+    <hkern u1="T" u2="&#x1ee3;" k="143" />
+    <hkern u1="T" u2="&#x1ee2;" k="41" />
+    <hkern u1="T" u2="&#x1ee1;" k="143" />
+    <hkern u1="T" u2="&#x1ee0;" k="41" />
+    <hkern u1="T" u2="&#x1edf;" k="143" />
+    <hkern u1="T" u2="&#x1ede;" k="41" />
+    <hkern u1="T" u2="&#x1edd;" k="143" />
+    <hkern u1="T" u2="&#x1edc;" k="41" />
+    <hkern u1="T" u2="&#x1edb;" k="143" />
+    <hkern u1="T" u2="&#x1eda;" k="41" />
+    <hkern u1="T" u2="&#x1ed9;" k="143" />
+    <hkern u1="T" u2="&#x1ed8;" k="41" />
+    <hkern u1="T" u2="&#x1ed7;" k="143" />
+    <hkern u1="T" u2="&#x1ed6;" k="41" />
+    <hkern u1="T" u2="&#x1ed5;" k="143" />
+    <hkern u1="T" u2="&#x1ed4;" k="41" />
+    <hkern u1="T" u2="&#x1ed2;" k="41" />
+    <hkern u1="T" u2="&#x1ed1;" k="143" />
+    <hkern u1="T" u2="&#x1ed0;" k="41" />
+    <hkern u1="T" u2="&#x1ecf;" k="143" />
+    <hkern u1="T" u2="&#x1ece;" k="41" />
+    <hkern u1="T" u2="&#x1ecd;" k="143" />
+    <hkern u1="T" u2="&#x1ecc;" k="41" />
+    <hkern u1="T" u2="&#x1ec7;" k="143" />
+    <hkern u1="T" u2="&#x1ec5;" k="143" />
+    <hkern u1="T" u2="&#x1ec3;" k="143" />
+    <hkern u1="T" u2="&#x1ebf;" k="143" />
+    <hkern u1="T" u2="&#x1ebd;" k="143" />
+    <hkern u1="T" u2="&#x1ebb;" k="143" />
+    <hkern u1="T" u2="&#x1eb9;" k="143" />
+    <hkern u1="T" u2="&#x1eb7;" k="164" />
+    <hkern u1="T" u2="&#x1eb6;" k="143" />
+    <hkern u1="T" u2="&#x1eb5;" k="164" />
+    <hkern u1="T" u2="&#x1eb4;" k="143" />
+    <hkern u1="T" u2="&#x1eb3;" k="164" />
+    <hkern u1="T" u2="&#x1eb2;" k="143" />
+    <hkern u1="T" u2="&#x1eb1;" k="164" />
+    <hkern u1="T" u2="&#x1eb0;" k="143" />
+    <hkern u1="T" u2="&#x1eaf;" k="164" />
+    <hkern u1="T" u2="&#x1eae;" k="143" />
+    <hkern u1="T" u2="&#x1ead;" k="164" />
+    <hkern u1="T" u2="&#x1eac;" k="143" />
+    <hkern u1="T" u2="&#x1eab;" k="164" />
+    <hkern u1="T" u2="&#x1eaa;" k="143" />
+    <hkern u1="T" u2="&#x1ea9;" k="164" />
+    <hkern u1="T" u2="&#x1ea8;" k="143" />
+    <hkern u1="T" u2="&#x1ea6;" k="143" />
+    <hkern u1="T" u2="&#x1ea5;" k="164" />
+    <hkern u1="T" u2="&#x1ea4;" k="143" />
+    <hkern u1="T" u2="&#x1ea3;" k="164" />
+    <hkern u1="T" u2="&#x1ea2;" k="143" />
+    <hkern u1="T" u2="&#x1ea1;" k="164" />
+    <hkern u1="T" u2="&#x1ea0;" k="143" />
+    <hkern u1="T" u2="&#x1b0;" k="102" />
+    <hkern u1="T" u2="&#x1a1;" k="143" />
+    <hkern u1="T" u2="&#x1a0;" k="41" />
+    <hkern u1="T" u2="&#x1e01;" k="164" />
+    <hkern u1="T" u2="&#x1e00;" k="143" />
+    <hkern u1="T" u2="&#x1e3f;" k="102" />
+    <hkern u1="T" u2="&#x201e;" k="123" />
+    <hkern u1="T" u2="&#x201a;" k="123" />
+    <hkern u1="T" u2="&#x2015;" k="82" />
+    <hkern u1="T" u2="&#x2014;" k="82" />
+    <hkern u1="T" u2="&#x2013;" k="82" />
+    <hkern u1="T" u2="&#x1e83;" k="41" />
+    <hkern u1="T" u2="&#x1e81;" k="41" />
+    <hkern u1="T" u2="&#x219;" k="123" />
+    <hkern u1="T" u2="&#x1ff;" k="143" />
+    <hkern u1="T" u2="&#x1fe;" k="41" />
+    <hkern u1="T" u2="&#x1fd;" k="164" />
+    <hkern u1="T" u2="&#x1fb;" k="164" />
+    <hkern u1="T" u2="&#x1fa;" k="143" />
+    <hkern u1="T" u2="&#x17e;" k="82" />
+    <hkern u1="T" u2="&#x17c;" k="82" />
+    <hkern u1="T" u2="&#x17a;" k="82" />
+    <hkern u1="T" u2="&#x175;" k="41" />
+    <hkern u1="T" u2="&#x173;" k="102" />
+    <hkern u1="T" u2="&#x171;" k="102" />
+    <hkern u1="T" u2="&#x16f;" k="102" />
+    <hkern u1="T" u2="&#x16d;" k="102" />
+    <hkern u1="T" u2="&#x16b;" k="102" />
+    <hkern u1="T" u2="&#x169;" k="102" />
+    <hkern u1="T" u2="&#x164;" k="-41" />
+    <hkern u1="T" u2="&#x21a;" k="-41" />
+    <hkern u1="T" u2="&#x15f;" k="123" />
+    <hkern u1="T" u2="&#x15b;" k="123" />
+    <hkern u1="T" u2="&#x157;" k="102" />
+    <hkern u1="T" u2="&#x155;" k="102" />
+    <hkern u1="T" u2="&#x153;" k="143" />
+    <hkern u1="T" u2="&#x152;" k="41" />
+    <hkern u1="T" u2="&#x151;" k="143" />
+    <hkern u1="T" u2="&#x150;" k="41" />
+    <hkern u1="T" u2="&#x14f;" k="143" />
+    <hkern u1="T" u2="&#x14e;" k="41" />
+    <hkern u1="T" u2="&#x14d;" k="143" />
+    <hkern u1="T" u2="&#x14c;" k="41" />
+    <hkern u1="T" u2="&#x14b;" k="102" />
+    <hkern u1="T" u2="&#x146;" k="102" />
+    <hkern u1="T" u2="&#x144;" k="102" />
+    <hkern u1="T" u2="&#x138;" k="102" />
+    <hkern u1="T" u2="&#x123;" k="143" />
+    <hkern u1="T" u2="&#x122;" k="41" />
+    <hkern u1="T" u2="&#x121;" k="143" />
+    <hkern u1="T" u2="&#x120;" k="41" />
+    <hkern u1="T" u2="&#x11f;" k="143" />
+    <hkern u1="T" u2="&#x11e;" k="41" />
+    <hkern u1="T" u2="&#x11d;" k="143" />
+    <hkern u1="T" u2="&#x11c;" k="41" />
+    <hkern u1="T" u2="&#x11b;" k="143" />
+    <hkern u1="T" u2="&#x119;" k="143" />
+    <hkern u1="T" u2="&#x117;" k="143" />
+    <hkern u1="T" u2="&#x115;" k="143" />
+    <hkern u1="T" u2="&#x113;" k="143" />
+    <hkern u1="T" u2="&#x111;" k="143" />
+    <hkern u1="T" u2="&#x10f;" k="143" />
+    <hkern u1="T" u2="&#x10d;" k="143" />
+    <hkern u1="T" u2="&#x10c;" k="41" />
+    <hkern u1="T" u2="&#x10b;" k="143" />
+    <hkern u1="T" u2="&#x10a;" k="41" />
+    <hkern u1="T" u2="&#x109;" k="143" />
+    <hkern u1="T" u2="&#x108;" k="41" />
+    <hkern u1="T" u2="&#x107;" k="143" />
+    <hkern u1="T" u2="&#x106;" k="41" />
+    <hkern u1="T" u2="&#x105;" k="164" />
+    <hkern u1="T" u2="&#x104;" k="143" />
+    <hkern u1="T" u2="&#x103;" k="164" />
+    <hkern u1="T" u2="&#x102;" k="143" />
+    <hkern u1="T" u2="&#x101;" k="164" />
+    <hkern u1="T" u2="&#x100;" k="143" />
+    <hkern u1="T" u2="&#xfd;" k="41" />
+    <hkern u1="T" u2="&#xfc;" k="102" />
+    <hkern u1="T" u2="&#xfb;" k="102" />
+    <hkern u1="T" u2="&#xfa;" k="102" />
+    <hkern u1="T" u2="&#xf9;" k="102" />
+    <hkern u1="T" u2="&#xf8;" k="143" />
+    <hkern u1="T" u2="&#xf6;" k="143" />
+    <hkern u1="T" u2="&#xf5;" k="143" />
+    <hkern u1="T" u2="&#xf4;" k="143" />
+    <hkern u1="T" u2="&#xf3;" k="143" />
+    <hkern u1="T" u2="&#xf2;" k="143" />
+    <hkern u1="T" u2="&#xeb;" k="143" />
+    <hkern u1="T" u2="&#xea;" k="143" />
+    <hkern u1="T" u2="&#xe9;" k="143" />
+    <hkern u1="T" u2="&#xe8;" k="143" />
+    <hkern u1="T" u2="&#xe7;" k="143" />
+    <hkern u1="T" u2="&#xe6;" k="164" />
+    <hkern u1="T" u2="&#xe5;" k="164" />
+    <hkern u1="T" u2="&#xe4;" k="164" />
+    <hkern u1="T" u2="&#xe3;" k="164" />
+    <hkern u1="T" u2="&#xe2;" k="164" />
+    <hkern u1="T" u2="&#xe1;" k="164" />
+    <hkern u1="T" u2="&#xe0;" k="143" />
+    <hkern u1="T" u2="&#xd8;" k="41" />
+    <hkern u1="T" u2="&#xd6;" k="41" />
+    <hkern u1="T" u2="&#xd5;" k="41" />
+    <hkern u1="T" u2="&#xd4;" k="41" />
+    <hkern u1="T" u2="&#xd3;" k="41" />
+    <hkern u1="T" u2="&#xd2;" k="41" />
+    <hkern u1="T" u2="&#xc7;" k="41" />
+    <hkern u1="T" u2="&#xc5;" k="143" />
+    <hkern u1="T" u2="&#xc4;" k="143" />
+    <hkern u1="T" u2="&#xc3;" k="143" />
+    <hkern u1="T" u2="&#xc2;" k="143" />
+    <hkern u1="T" u2="&#xc1;" k="143" />
+    <hkern u1="T" u2="&#xc0;" k="143" />
+    <hkern u1="T" u2="z" k="82" />
+    <hkern u1="T" u2="y" k="41" />
+    <hkern u1="T" u2="x" k="41" />
+    <hkern u1="T" u2="w" k="41" />
+    <hkern u1="T" u2="v" k="41" />
+    <hkern u1="T" u2="u" k="102" />
+    <hkern u1="T" u2="s" k="123" />
+    <hkern u1="T" u2="r" k="102" />
+    <hkern u1="T" u2="q" k="143" />
+    <hkern u1="T" u2="p" k="102" />
+    <hkern u1="T" u2="o" k="143" />
+    <hkern u1="T" u2="n" k="102" />
+    <hkern u1="T" u2="m" k="102" />
+    <hkern u1="T" u2="g" k="143" />
+    <hkern u1="T" u2="e" k="143" />
+    <hkern u1="T" u2="d" k="143" />
+    <hkern u1="T" u2="c" k="143" />
+    <hkern u1="T" u2="a" k="164" />
+    <hkern u1="T" u2="T" k="-41" />
+    <hkern u1="T" u2="Q" k="41" />
+    <hkern u1="T" u2="O" k="41" />
+    <hkern u1="T" u2="G" k="41" />
+    <hkern u1="T" u2="C" k="41" />
+    <hkern u1="T" u2="A" k="143" />
+    <hkern u1="T" u2="&#x3f;" k="-41" />
+    <hkern u1="T" u2="&#x2e;" k="123" />
+    <hkern u1="T" u2="&#x2d;" k="82" />
+    <hkern u1="T" u2="&#x2c;" k="123" />
+    <hkern u1="U" u2="&#x1eb6;" k="20" />
+    <hkern u1="U" u2="&#x1eb4;" k="20" />
+    <hkern u1="U" u2="&#x1eb2;" k="20" />
+    <hkern u1="U" u2="&#x1eb0;" k="20" />
+    <hkern u1="U" u2="&#x1eae;" k="20" />
+    <hkern u1="U" u2="&#x1eac;" k="20" />
+    <hkern u1="U" u2="&#x1eaa;" k="20" />
+    <hkern u1="U" u2="&#x1ea8;" k="20" />
+    <hkern u1="U" u2="&#x1ea6;" k="20" />
+    <hkern u1="U" u2="&#x1ea4;" k="20" />
+    <hkern u1="U" u2="&#x1ea2;" k="20" />
+    <hkern u1="U" u2="&#x1ea0;" k="20" />
+    <hkern u1="U" u2="&#x1e00;" k="20" />
+    <hkern u1="U" u2="&#x201e;" k="41" />
+    <hkern u1="U" u2="&#x201a;" k="41" />
+    <hkern u1="U" u2="&#x1fa;" k="20" />
+    <hkern u1="U" u2="&#x104;" k="20" />
+    <hkern u1="U" u2="&#x102;" k="20" />
+    <hkern u1="U" u2="&#x100;" k="20" />
+    <hkern u1="U" u2="&#xc5;" k="20" />
+    <hkern u1="U" u2="&#xc4;" k="20" />
+    <hkern u1="U" u2="&#xc3;" k="20" />
+    <hkern u1="U" u2="&#xc2;" k="20" />
+    <hkern u1="U" u2="&#xc1;" k="20" />
+    <hkern u1="U" u2="&#xc0;" k="20" />
+    <hkern u1="U" u2="A" k="20" />
+    <hkern u1="U" u2="&#x2e;" k="41" />
+    <hkern u1="U" u2="&#x2c;" k="41" />
+    <hkern u1="V" u2="&#x1ef1;" k="20" />
+    <hkern u1="V" u2="&#x1eef;" k="20" />
+    <hkern u1="V" u2="&#x1eed;" k="20" />
+    <hkern u1="V" u2="&#x1eeb;" k="20" />
+    <hkern u1="V" u2="&#x1ee9;" k="20" />
+    <hkern u1="V" u2="&#x1ee7;" k="20" />
+    <hkern u1="V" u2="&#x1ee5;" k="20" />
+    <hkern u1="V" u2="&#x1ee3;" k="41" />
+    <hkern u1="V" u2="&#x1ee2;" k="20" />
+    <hkern u1="V" u2="&#x1ee1;" k="41" />
+    <hkern u1="V" u2="&#x1ee0;" k="20" />
+    <hkern u1="V" u2="&#x1edf;" k="41" />
+    <hkern u1="V" u2="&#x1ede;" k="20" />
+    <hkern u1="V" u2="&#x1edd;" k="41" />
+    <hkern u1="V" u2="&#x1edc;" k="20" />
+    <hkern u1="V" u2="&#x1edb;" k="41" />
+    <hkern u1="V" u2="&#x1eda;" k="20" />
+    <hkern u1="V" u2="&#x1ed9;" k="41" />
+    <hkern u1="V" u2="&#x1ed8;" k="20" />
+    <hkern u1="V" u2="&#x1ed7;" k="41" />
+    <hkern u1="V" u2="&#x1ed6;" k="20" />
+    <hkern u1="V" u2="&#x1ed5;" k="41" />
+    <hkern u1="V" u2="&#x1ed4;" k="20" />
+    <hkern u1="V" u2="&#x1ed2;" k="20" />
+    <hkern u1="V" u2="&#x1ed1;" k="41" />
+    <hkern u1="V" u2="&#x1ed0;" k="20" />
+    <hkern u1="V" u2="&#x1ecf;" k="41" />
+    <hkern u1="V" u2="&#x1ece;" k="20" />
+    <hkern u1="V" u2="&#x1ecd;" k="41" />
+    <hkern u1="V" u2="&#x1ecc;" k="20" />
+    <hkern u1="V" u2="&#x1ec7;" k="41" />
+    <hkern u1="V" u2="&#x1ec5;" k="41" />
+    <hkern u1="V" u2="&#x1ec3;" k="41" />
+    <hkern u1="V" u2="&#x1ebf;" k="41" />
+    <hkern u1="V" u2="&#x1ebd;" k="41" />
+    <hkern u1="V" u2="&#x1ebb;" k="41" />
+    <hkern u1="V" u2="&#x1eb9;" k="41" />
+    <hkern u1="V" u2="&#x1eb7;" k="41" />
+    <hkern u1="V" u2="&#x1eb6;" k="82" />
+    <hkern u1="V" u2="&#x1eb5;" k="41" />
+    <hkern u1="V" u2="&#x1eb4;" k="82" />
+    <hkern u1="V" u2="&#x1eb3;" k="41" />
+    <hkern u1="V" u2="&#x1eb2;" k="82" />
+    <hkern u1="V" u2="&#x1eb1;" k="41" />
+    <hkern u1="V" u2="&#x1eb0;" k="82" />
+    <hkern u1="V" u2="&#x1eaf;" k="41" />
+    <hkern u1="V" u2="&#x1eae;" k="82" />
+    <hkern u1="V" u2="&#x1ead;" k="41" />
+    <hkern u1="V" u2="&#x1eac;" k="82" />
+    <hkern u1="V" u2="&#x1eab;" k="41" />
+    <hkern u1="V" u2="&#x1eaa;" k="82" />
+    <hkern u1="V" u2="&#x1ea9;" k="41" />
+    <hkern u1="V" u2="&#x1ea8;" k="82" />
+    <hkern u1="V" u2="&#x1ea6;" k="82" />
+    <hkern u1="V" u2="&#x1ea5;" k="41" />
+    <hkern u1="V" u2="&#x1ea4;" k="82" />
+    <hkern u1="V" u2="&#x1ea3;" k="41" />
+    <hkern u1="V" u2="&#x1ea2;" k="82" />
+    <hkern u1="V" u2="&#x1ea1;" k="41" />
+    <hkern u1="V" u2="&#x1ea0;" k="82" />
+    <hkern u1="V" u2="&#x1b0;" k="20" />
+    <hkern u1="V" u2="&#x1a1;" k="41" />
+    <hkern u1="V" u2="&#x1a0;" k="20" />
+    <hkern u1="V" u2="&#x1e01;" k="41" />
+    <hkern u1="V" u2="&#x1e00;" k="82" />
+    <hkern u1="V" u2="&#x1e3f;" k="20" />
+    <hkern u1="V" u2="&#x201e;" k="102" />
+    <hkern u1="V" u2="&#x201a;" k="102" />
+    <hkern u1="V" u2="&#x219;" k="20" />
+    <hkern u1="V" u2="&#x1ff;" k="41" />
+    <hkern u1="V" u2="&#x1fe;" k="20" />
+    <hkern u1="V" u2="&#x1fd;" k="41" />
+    <hkern u1="V" u2="&#x1fb;" k="41" />
+    <hkern u1="V" u2="&#x1fa;" k="82" />
+    <hkern u1="V" u2="&#x173;" k="20" />
+    <hkern u1="V" u2="&#x171;" k="20" />
+    <hkern u1="V" u2="&#x16f;" k="20" />
+    <hkern u1="V" u2="&#x16d;" k="20" />
+    <hkern u1="V" u2="&#x16b;" k="20" />
+    <hkern u1="V" u2="&#x169;" k="20" />
+    <hkern u1="V" u2="&#x15f;" k="20" />
+    <hkern u1="V" u2="&#x15b;" k="20" />
+    <hkern u1="V" u2="&#x157;" k="20" />
+    <hkern u1="V" u2="&#x155;" k="20" />
+    <hkern u1="V" u2="&#x153;" k="41" />
+    <hkern u1="V" u2="&#x152;" k="20" />
+    <hkern u1="V" u2="&#x151;" k="41" />
+    <hkern u1="V" u2="&#x150;" k="20" />
+    <hkern u1="V" u2="&#x14f;" k="41" />
+    <hkern u1="V" u2="&#x14e;" k="20" />
+    <hkern u1="V" u2="&#x14d;" k="41" />
+    <hkern u1="V" u2="&#x14c;" k="20" />
+    <hkern u1="V" u2="&#x14b;" k="20" />
+    <hkern u1="V" u2="&#x146;" k="20" />
+    <hkern u1="V" u2="&#x144;" k="20" />
+    <hkern u1="V" u2="&#x138;" k="20" />
+    <hkern u1="V" u2="&#x123;" k="20" />
+    <hkern u1="V" u2="&#x122;" k="20" />
+    <hkern u1="V" u2="&#x121;" k="20" />
+    <hkern u1="V" u2="&#x120;" k="20" />
+    <hkern u1="V" u2="&#x11f;" k="20" />
+    <hkern u1="V" u2="&#x11e;" k="20" />
+    <hkern u1="V" u2="&#x11d;" k="20" />
+    <hkern u1="V" u2="&#x11c;" k="20" />
+    <hkern u1="V" u2="&#x11b;" k="41" />
+    <hkern u1="V" u2="&#x119;" k="41" />
+    <hkern u1="V" u2="&#x117;" k="41" />
+    <hkern u1="V" u2="&#x115;" k="41" />
+    <hkern u1="V" u2="&#x113;" k="41" />
+    <hkern u1="V" u2="&#x111;" k="41" />
+    <hkern u1="V" u2="&#x10f;" k="41" />
+    <hkern u1="V" u2="&#x10d;" k="41" />
+    <hkern u1="V" u2="&#x10c;" k="20" />
+    <hkern u1="V" u2="&#x10b;" k="41" />
+    <hkern u1="V" u2="&#x10a;" k="20" />
+    <hkern u1="V" u2="&#x109;" k="41" />
+    <hkern u1="V" u2="&#x108;" k="20" />
+    <hkern u1="V" u2="&#x107;" k="41" />
+    <hkern u1="V" u2="&#x106;" k="20" />
+    <hkern u1="V" u2="&#x105;" k="41" />
+    <hkern u1="V" u2="&#x104;" k="82" />
+    <hkern u1="V" u2="&#x103;" k="41" />
+    <hkern u1="V" u2="&#x102;" k="82" />
+    <hkern u1="V" u2="&#x101;" k="41" />
+    <hkern u1="V" u2="&#x100;" k="82" />
+    <hkern u1="V" u2="&#xfc;" k="20" />
+    <hkern u1="V" u2="&#xfb;" k="20" />
+    <hkern u1="V" u2="&#xfa;" k="20" />
+    <hkern u1="V" u2="&#xf9;" k="20" />
+    <hkern u1="V" u2="&#xf8;" k="41" />
+    <hkern u1="V" u2="&#xf6;" k="41" />
+    <hkern u1="V" u2="&#xf5;" k="41" />
+    <hkern u1="V" u2="&#xf4;" k="41" />
+    <hkern u1="V" u2="&#xf3;" k="41" />
+    <hkern u1="V" u2="&#xf2;" k="41" />
+    <hkern u1="V" u2="&#xeb;" k="41" />
+    <hkern u1="V" u2="&#xea;" k="41" />
+    <hkern u1="V" u2="&#xe9;" k="41" />
+    <hkern u1="V" u2="&#xe8;" k="41" />
+    <hkern u1="V" u2="&#xe7;" k="41" />
+    <hkern u1="V" u2="&#xe6;" k="41" />
+    <hkern u1="V" u2="&#xe5;" k="41" />
+    <hkern u1="V" u2="&#xe4;" k="41" />
+    <hkern u1="V" u2="&#xe3;" k="41" />
+    <hkern u1="V" u2="&#xe2;" k="41" />
+    <hkern u1="V" u2="&#xe1;" k="41" />
+    <hkern u1="V" u2="&#xe0;" k="41" />
+    <hkern u1="V" u2="&#xd8;" k="20" />
+    <hkern u1="V" u2="&#xd6;" k="20" />
+    <hkern u1="V" u2="&#xd5;" k="20" />
+    <hkern u1="V" u2="&#xd4;" k="20" />
+    <hkern u1="V" u2="&#xd3;" k="20" />
+    <hkern u1="V" u2="&#xd2;" k="20" />
+    <hkern u1="V" u2="&#xc7;" k="20" />
+    <hkern u1="V" u2="&#xc5;" k="82" />
+    <hkern u1="V" u2="&#xc4;" k="82" />
+    <hkern u1="V" u2="&#xc3;" k="82" />
+    <hkern u1="V" u2="&#xc2;" k="82" />
+    <hkern u1="V" u2="&#xc1;" k="82" />
+    <hkern u1="V" u2="&#xc0;" k="82" />
+    <hkern u1="V" u2="u" k="20" />
+    <hkern u1="V" u2="s" k="20" />
+    <hkern u1="V" u2="r" k="20" />
+    <hkern u1="V" u2="q" k="41" />
+    <hkern u1="V" u2="p" k="20" />
+    <hkern u1="V" u2="o" k="41" />
+    <hkern u1="V" u2="n" k="20" />
+    <hkern u1="V" u2="m" k="20" />
+    <hkern u1="V" u2="g" k="20" />
+    <hkern u1="V" u2="e" k="41" />
+    <hkern u1="V" u2="d" k="41" />
+    <hkern u1="V" u2="c" k="41" />
+    <hkern u1="V" u2="a" k="41" />
+    <hkern u1="V" u2="Q" k="20" />
+    <hkern u1="V" u2="O" k="20" />
+    <hkern u1="V" u2="G" k="20" />
+    <hkern u1="V" u2="C" k="20" />
+    <hkern u1="V" u2="A" k="82" />
+    <hkern u1="V" u2="&#x3f;" k="-41" />
+    <hkern u1="V" u2="&#x2e;" k="102" />
+    <hkern u1="V" u2="&#x2c;" k="102" />
+    <hkern u1="W" u2="&#x1ef1;" k="20" />
+    <hkern u1="W" u2="&#x1eef;" k="20" />
+    <hkern u1="W" u2="&#x1eed;" k="20" />
+    <hkern u1="W" u2="&#x1eeb;" k="20" />
+    <hkern u1="W" u2="&#x1ee9;" k="20" />
+    <hkern u1="W" u2="&#x1ee7;" k="20" />
+    <hkern u1="W" u2="&#x1ee5;" k="20" />
+    <hkern u1="W" u2="&#x1ee3;" k="41" />
+    <hkern u1="W" u2="&#x1ee2;" k="20" />
+    <hkern u1="W" u2="&#x1ee1;" k="41" />
+    <hkern u1="W" u2="&#x1ee0;" k="20" />
+    <hkern u1="W" u2="&#x1edf;" k="41" />
+    <hkern u1="W" u2="&#x1ede;" k="20" />
+    <hkern u1="W" u2="&#x1edd;" k="41" />
+    <hkern u1="W" u2="&#x1edc;" k="20" />
+    <hkern u1="W" u2="&#x1edb;" k="41" />
+    <hkern u1="W" u2="&#x1eda;" k="20" />
+    <hkern u1="W" u2="&#x1ed9;" k="41" />
+    <hkern u1="W" u2="&#x1ed8;" k="20" />
+    <hkern u1="W" u2="&#x1ed7;" k="41" />
+    <hkern u1="W" u2="&#x1ed6;" k="20" />
+    <hkern u1="W" u2="&#x1ed5;" k="41" />
+    <hkern u1="W" u2="&#x1ed4;" k="20" />
+    <hkern u1="W" u2="&#x1ed2;" k="20" />
+    <hkern u1="W" u2="&#x1ed1;" k="41" />
+    <hkern u1="W" u2="&#x1ed0;" k="20" />
+    <hkern u1="W" u2="&#x1ecf;" k="41" />
+    <hkern u1="W" u2="&#x1ece;" k="20" />
+    <hkern u1="W" u2="&#x1ecd;" k="41" />
+    <hkern u1="W" u2="&#x1ecc;" k="20" />
+    <hkern u1="W" u2="&#x1ec7;" k="41" />
+    <hkern u1="W" u2="&#x1ec5;" k="41" />
+    <hkern u1="W" u2="&#x1ec3;" k="41" />
+    <hkern u1="W" u2="&#x1ebf;" k="41" />
+    <hkern u1="W" u2="&#x1ebd;" k="41" />
+    <hkern u1="W" u2="&#x1ebb;" k="41" />
+    <hkern u1="W" u2="&#x1eb9;" k="41" />
+    <hkern u1="W" u2="&#x1eb7;" k="41" />
+    <hkern u1="W" u2="&#x1eb6;" k="82" />
+    <hkern u1="W" u2="&#x1eb5;" k="41" />
+    <hkern u1="W" u2="&#x1eb4;" k="82" />
+    <hkern u1="W" u2="&#x1eb3;" k="41" />
+    <hkern u1="W" u2="&#x1eb2;" k="82" />
+    <hkern u1="W" u2="&#x1eb1;" k="41" />
+    <hkern u1="W" u2="&#x1eb0;" k="82" />
+    <hkern u1="W" u2="&#x1eaf;" k="41" />
+    <hkern u1="W" u2="&#x1eae;" k="82" />
+    <hkern u1="W" u2="&#x1ead;" k="41" />
+    <hkern u1="W" u2="&#x1eac;" k="82" />
+    <hkern u1="W" u2="&#x1eab;" k="41" />
+    <hkern u1="W" u2="&#x1eaa;" k="82" />
+    <hkern u1="W" u2="&#x1ea9;" k="41" />
+    <hkern u1="W" u2="&#x1ea8;" k="82" />
+    <hkern u1="W" u2="&#x1ea6;" k="82" />
+    <hkern u1="W" u2="&#x1ea5;" k="41" />
+    <hkern u1="W" u2="&#x1ea4;" k="82" />
+    <hkern u1="W" u2="&#x1ea3;" k="41" />
+    <hkern u1="W" u2="&#x1ea2;" k="82" />
+    <hkern u1="W" u2="&#x1ea1;" k="41" />
+    <hkern u1="W" u2="&#x1ea0;" k="82" />
+    <hkern u1="W" u2="&#x1b0;" k="20" />
+    <hkern u1="W" u2="&#x1a1;" k="41" />
+    <hkern u1="W" u2="&#x1a0;" k="20" />
+    <hkern u1="W" u2="&#x1e01;" k="41" />
+    <hkern u1="W" u2="&#x1e00;" k="82" />
+    <hkern u1="W" u2="&#x1e3f;" k="20" />
+    <hkern u1="W" u2="&#x201e;" k="102" />
+    <hkern u1="W" u2="&#x201a;" k="102" />
+    <hkern u1="W" u2="&#x219;" k="20" />
+    <hkern u1="W" u2="&#x1ff;" k="41" />
+    <hkern u1="W" u2="&#x1fe;" k="20" />
+    <hkern u1="W" u2="&#x1fd;" k="41" />
+    <hkern u1="W" u2="&#x1fb;" k="41" />
+    <hkern u1="W" u2="&#x1fa;" k="82" />
+    <hkern u1="W" u2="&#x173;" k="20" />
+    <hkern u1="W" u2="&#x171;" k="20" />
+    <hkern u1="W" u2="&#x16f;" k="20" />
+    <hkern u1="W" u2="&#x16d;" k="20" />
+    <hkern u1="W" u2="&#x16b;" k="20" />
+    <hkern u1="W" u2="&#x169;" k="20" />
+    <hkern u1="W" u2="&#x15f;" k="20" />
+    <hkern u1="W" u2="&#x15b;" k="20" />
+    <hkern u1="W" u2="&#x157;" k="20" />
+    <hkern u1="W" u2="&#x155;" k="20" />
+    <hkern u1="W" u2="&#x153;" k="41" />
+    <hkern u1="W" u2="&#x152;" k="20" />
+    <hkern u1="W" u2="&#x151;" k="41" />
+    <hkern u1="W" u2="&#x150;" k="20" />
+    <hkern u1="W" u2="&#x14f;" k="41" />
+    <hkern u1="W" u2="&#x14e;" k="20" />
+    <hkern u1="W" u2="&#x14d;" k="41" />
+    <hkern u1="W" u2="&#x14c;" k="20" />
+    <hkern u1="W" u2="&#x14b;" k="20" />
+    <hkern u1="W" u2="&#x146;" k="20" />
+    <hkern u1="W" u2="&#x144;" k="20" />
+    <hkern u1="W" u2="&#x138;" k="20" />
+    <hkern u1="W" u2="&#x123;" k="20" />
+    <hkern u1="W" u2="&#x122;" k="20" />
+    <hkern u1="W" u2="&#x121;" k="20" />
+    <hkern u1="W" u2="&#x120;" k="20" />
+    <hkern u1="W" u2="&#x11f;" k="20" />
+    <hkern u1="W" u2="&#x11e;" k="20" />
+    <hkern u1="W" u2="&#x11d;" k="20" />
+    <hkern u1="W" u2="&#x11c;" k="20" />
+    <hkern u1="W" u2="&#x11b;" k="41" />
+    <hkern u1="W" u2="&#x119;" k="41" />
+    <hkern u1="W" u2="&#x117;" k="41" />
+    <hkern u1="W" u2="&#x115;" k="41" />
+    <hkern u1="W" u2="&#x113;" k="41" />
+    <hkern u1="W" u2="&#x111;" k="41" />
+    <hkern u1="W" u2="&#x10f;" k="41" />
+    <hkern u1="W" u2="&#x10d;" k="41" />
+    <hkern u1="W" u2="&#x10c;" k="20" />
+    <hkern u1="W" u2="&#x10b;" k="41" />
+    <hkern u1="W" u2="&#x10a;" k="20" />
+    <hkern u1="W" u2="&#x109;" k="41" />
+    <hkern u1="W" u2="&#x108;" k="20" />
+    <hkern u1="W" u2="&#x107;" k="41" />
+    <hkern u1="W" u2="&#x106;" k="20" />
+    <hkern u1="W" u2="&#x105;" k="41" />
+    <hkern u1="W" u2="&#x104;" k="82" />
+    <hkern u1="W" u2="&#x103;" k="41" />
+    <hkern u1="W" u2="&#x102;" k="82" />
+    <hkern u1="W" u2="&#x101;" k="41" />
+    <hkern u1="W" u2="&#x100;" k="82" />
+    <hkern u1="W" u2="&#xfc;" k="20" />
+    <hkern u1="W" u2="&#xfb;" k="20" />
+    <hkern u1="W" u2="&#xfa;" k="20" />
+    <hkern u1="W" u2="&#xf9;" k="20" />
+    <hkern u1="W" u2="&#xf8;" k="41" />
+    <hkern u1="W" u2="&#xf6;" k="41" />
+    <hkern u1="W" u2="&#xf5;" k="41" />
+    <hkern u1="W" u2="&#xf4;" k="41" />
+    <hkern u1="W" u2="&#xf3;" k="41" />
+    <hkern u1="W" u2="&#xf2;" k="41" />
+    <hkern u1="W" u2="&#xeb;" k="41" />
+    <hkern u1="W" u2="&#xea;" k="41" />
+    <hkern u1="W" u2="&#xe9;" k="41" />
+    <hkern u1="W" u2="&#xe8;" k="41" />
+    <hkern u1="W" u2="&#xe7;" k="41" />
+    <hkern u1="W" u2="&#xe6;" k="41" />
+    <hkern u1="W" u2="&#xe5;" k="41" />
+    <hkern u1="W" u2="&#xe4;" k="41" />
+    <hkern u1="W" u2="&#xe3;" k="41" />
+    <hkern u1="W" u2="&#xe2;" k="41" />
+    <hkern u1="W" u2="&#xe1;" k="41" />
+    <hkern u1="W" u2="&#xe0;" k="41" />
+    <hkern u1="W" u2="&#xd8;" k="20" />
+    <hkern u1="W" u2="&#xd6;" k="20" />
+    <hkern u1="W" u2="&#xd5;" k="20" />
+    <hkern u1="W" u2="&#xd4;" k="20" />
+    <hkern u1="W" u2="&#xd3;" k="20" />
+    <hkern u1="W" u2="&#xd2;" k="20" />
+    <hkern u1="W" u2="&#xc7;" k="20" />
+    <hkern u1="W" u2="&#xc5;" k="82" />
+    <hkern u1="W" u2="&#xc4;" k="82" />
+    <hkern u1="W" u2="&#xc3;" k="82" />
+    <hkern u1="W" u2="&#xc2;" k="82" />
+    <hkern u1="W" u2="&#xc1;" k="82" />
+    <hkern u1="W" u2="&#xc0;" k="82" />
+    <hkern u1="W" u2="u" k="20" />
+    <hkern u1="W" u2="s" k="20" />
+    <hkern u1="W" u2="r" k="20" />
+    <hkern u1="W" u2="q" k="41" />
+    <hkern u1="W" u2="p" k="20" />
+    <hkern u1="W" u2="o" k="41" />
+    <hkern u1="W" u2="n" k="20" />
+    <hkern u1="W" u2="m" k="20" />
+    <hkern u1="W" u2="g" k="20" />
+    <hkern u1="W" u2="e" k="41" />
+    <hkern u1="W" u2="d" k="41" />
+    <hkern u1="W" u2="c" k="41" />
+    <hkern u1="W" u2="a" k="41" />
+    <hkern u1="W" u2="Q" k="20" />
+    <hkern u1="W" u2="O" k="20" />
+    <hkern u1="W" u2="G" k="20" />
+    <hkern u1="W" u2="C" k="20" />
+    <hkern u1="W" u2="A" k="82" />
+    <hkern u1="W" u2="&#x3f;" k="-41" />
+    <hkern u1="W" u2="&#x2e;" k="102" />
+    <hkern u1="W" u2="&#x2c;" k="102" />
+    <hkern u1="X" u2="&#x1ee2;" k="41" />
+    <hkern u1="X" u2="&#x1ee0;" k="41" />
+    <hkern u1="X" u2="&#x1ede;" k="41" />
+    <hkern u1="X" u2="&#x1edc;" k="41" />
+    <hkern u1="X" u2="&#x1eda;" k="41" />
+    <hkern u1="X" u2="&#x1ed8;" k="41" />
+    <hkern u1="X" u2="&#x1ed6;" k="41" />
+    <hkern u1="X" u2="&#x1ed4;" k="41" />
+    <hkern u1="X" u2="&#x1ed2;" k="41" />
+    <hkern u1="X" u2="&#x1ed0;" k="41" />
+    <hkern u1="X" u2="&#x1ece;" k="41" />
+    <hkern u1="X" u2="&#x1ecc;" k="41" />
+    <hkern u1="X" u2="&#x1a0;" k="41" />
+    <hkern u1="X" u2="&#x1fe;" k="41" />
+    <hkern u1="X" u2="&#x152;" k="41" />
+    <hkern u1="X" u2="&#x150;" k="41" />
+    <hkern u1="X" u2="&#x14e;" k="41" />
+    <hkern u1="X" u2="&#x14c;" k="41" />
+    <hkern u1="X" u2="&#x122;" k="41" />
+    <hkern u1="X" u2="&#x120;" k="41" />
+    <hkern u1="X" u2="&#x11e;" k="41" />
+    <hkern u1="X" u2="&#x11c;" k="41" />
+    <hkern u1="X" u2="&#x10c;" k="41" />
+    <hkern u1="X" u2="&#x10a;" k="41" />
+    <hkern u1="X" u2="&#x108;" k="41" />
+    <hkern u1="X" u2="&#x106;" k="41" />
+    <hkern u1="X" u2="&#xd8;" k="41" />
+    <hkern u1="X" u2="&#xd6;" k="41" />
+    <hkern u1="X" u2="&#xd5;" k="41" />
+    <hkern u1="X" u2="&#xd4;" k="41" />
+    <hkern u1="X" u2="&#xd3;" k="41" />
+    <hkern u1="X" u2="&#xd2;" k="41" />
+    <hkern u1="X" u2="&#xc7;" k="41" />
+    <hkern u1="X" u2="Q" k="41" />
+    <hkern u1="X" u2="O" k="41" />
+    <hkern u1="X" u2="G" k="41" />
+    <hkern u1="X" u2="C" k="41" />
+    <hkern u1="Y" u2="&#x1ef1;" k="61" />
+    <hkern u1="Y" u2="&#x1eef;" k="61" />
+    <hkern u1="Y" u2="&#x1eed;" k="61" />
+    <hkern u1="Y" u2="&#x1eeb;" k="61" />
+    <hkern u1="Y" u2="&#x1ee9;" k="61" />
+    <hkern u1="Y" u2="&#x1ee7;" k="61" />
+    <hkern u1="Y" u2="&#x1ee5;" k="61" />
+    <hkern u1="Y" u2="&#x1ee3;" k="102" />
+    <hkern u1="Y" u2="&#x1ee2;" k="41" />
+    <hkern u1="Y" u2="&#x1ee1;" k="102" />
+    <hkern u1="Y" u2="&#x1ee0;" k="41" />
+    <hkern u1="Y" u2="&#x1edf;" k="102" />
+    <hkern u1="Y" u2="&#x1ede;" k="41" />
+    <hkern u1="Y" u2="&#x1edd;" k="102" />
+    <hkern u1="Y" u2="&#x1edc;" k="41" />
+    <hkern u1="Y" u2="&#x1edb;" k="102" />
+    <hkern u1="Y" u2="&#x1eda;" k="41" />
+    <hkern u1="Y" u2="&#x1ed9;" k="102" />
+    <hkern u1="Y" u2="&#x1ed8;" k="41" />
+    <hkern u1="Y" u2="&#x1ed7;" k="102" />
+    <hkern u1="Y" u2="&#x1ed6;" k="41" />
+    <hkern u1="Y" u2="&#x1ed5;" k="102" />
+    <hkern u1="Y" u2="&#x1ed4;" k="41" />
+    <hkern u1="Y" u2="&#x1ed2;" k="41" />
+    <hkern u1="Y" u2="&#x1ed1;" k="102" />
+    <hkern u1="Y" u2="&#x1ed0;" k="41" />
+    <hkern u1="Y" u2="&#x1ecf;" k="102" />
+    <hkern u1="Y" u2="&#x1ece;" k="41" />
+    <hkern u1="Y" u2="&#x1ecd;" k="102" />
+    <hkern u1="Y" u2="&#x1ecc;" k="41" />
+    <hkern u1="Y" u2="&#x1ec7;" k="102" />
+    <hkern u1="Y" u2="&#x1ec5;" k="102" />
+    <hkern u1="Y" u2="&#x1ec3;" k="102" />
+    <hkern u1="Y" u2="&#x1ebf;" k="102" />
+    <hkern u1="Y" u2="&#x1ebd;" k="102" />
+    <hkern u1="Y" u2="&#x1ebb;" k="102" />
+    <hkern u1="Y" u2="&#x1eb9;" k="102" />
+    <hkern u1="Y" u2="&#x1eb7;" k="102" />
+    <hkern u1="Y" u2="&#x1eb6;" k="123" />
+    <hkern u1="Y" u2="&#x1eb5;" k="102" />
+    <hkern u1="Y" u2="&#x1eb4;" k="123" />
+    <hkern u1="Y" u2="&#x1eb3;" k="102" />
+    <hkern u1="Y" u2="&#x1eb2;" k="123" />
+    <hkern u1="Y" u2="&#x1eb1;" k="102" />
+    <hkern u1="Y" u2="&#x1eb0;" k="123" />
+    <hkern u1="Y" u2="&#x1eaf;" k="102" />
+    <hkern u1="Y" u2="&#x1eae;" k="123" />
+    <hkern u1="Y" u2="&#x1ead;" k="102" />
+    <hkern u1="Y" u2="&#x1eac;" k="123" />
+    <hkern u1="Y" u2="&#x1eab;" k="102" />
+    <hkern u1="Y" u2="&#x1eaa;" k="123" />
+    <hkern u1="Y" u2="&#x1ea9;" k="102" />
+    <hkern u1="Y" u2="&#x1ea8;" k="123" />
+    <hkern u1="Y" u2="&#x1ea6;" k="123" />
+    <hkern u1="Y" u2="&#x1ea5;" k="102" />
+    <hkern u1="Y" u2="&#x1ea4;" k="123" />
+    <hkern u1="Y" u2="&#x1ea3;" k="102" />
+    <hkern u1="Y" u2="&#x1ea2;" k="123" />
+    <hkern u1="Y" u2="&#x1ea1;" k="102" />
+    <hkern u1="Y" u2="&#x1ea0;" k="123" />
+    <hkern u1="Y" u2="&#x1b0;" k="61" />
+    <hkern u1="Y" u2="&#x1a1;" k="102" />
+    <hkern u1="Y" u2="&#x1a0;" k="41" />
+    <hkern u1="Y" u2="&#x1e01;" k="102" />
+    <hkern u1="Y" u2="&#x1e00;" k="123" />
+    <hkern u1="Y" u2="&#x1e3f;" k="61" />
+    <hkern u1="Y" u2="&#x201e;" k="123" />
+    <hkern u1="Y" u2="&#x201a;" k="123" />
+    <hkern u1="Y" u2="&#x219;" k="82" />
+    <hkern u1="Y" u2="&#x1ff;" k="102" />
+    <hkern u1="Y" u2="&#x1fe;" k="41" />
+    <hkern u1="Y" u2="&#x1fd;" k="102" />
+    <hkern u1="Y" u2="&#x1fb;" k="102" />
+    <hkern u1="Y" u2="&#x1fa;" k="123" />
+    <hkern u1="Y" u2="&#x17e;" k="41" />
+    <hkern u1="Y" u2="&#x17c;" k="41" />
+    <hkern u1="Y" u2="&#x17a;" k="41" />
+    <hkern u1="Y" u2="&#x173;" k="61" />
+    <hkern u1="Y" u2="&#x171;" k="61" />
+    <hkern u1="Y" u2="&#x16f;" k="61" />
+    <hkern u1="Y" u2="&#x16d;" k="61" />
+    <hkern u1="Y" u2="&#x16b;" k="61" />
+    <hkern u1="Y" u2="&#x169;" k="61" />
+    <hkern u1="Y" u2="&#x15f;" k="82" />
+    <hkern u1="Y" u2="&#x15b;" k="82" />
+    <hkern u1="Y" u2="&#x157;" k="61" />
+    <hkern u1="Y" u2="&#x155;" k="61" />
+    <hkern u1="Y" u2="&#x153;" k="102" />
+    <hkern u1="Y" u2="&#x152;" k="41" />
+    <hkern u1="Y" u2="&#x151;" k="102" />
+    <hkern u1="Y" u2="&#x150;" k="41" />
+    <hkern u1="Y" u2="&#x14f;" k="102" />
+    <hkern u1="Y" u2="&#x14e;" k="41" />
+    <hkern u1="Y" u2="&#x14d;" k="102" />
+    <hkern u1="Y" u2="&#x14c;" k="41" />
+    <hkern u1="Y" u2="&#x14b;" k="61" />
+    <hkern u1="Y" u2="&#x146;" k="61" />
+    <hkern u1="Y" u2="&#x144;" k="61" />
+    <hkern u1="Y" u2="&#x138;" k="61" />
+    <hkern u1="Y" u2="&#x123;" k="41" />
+    <hkern u1="Y" u2="&#x122;" k="41" />
+    <hkern u1="Y" u2="&#x121;" k="41" />
+    <hkern u1="Y" u2="&#x120;" k="41" />
+    <hkern u1="Y" u2="&#x11f;" k="41" />
+    <hkern u1="Y" u2="&#x11e;" k="41" />
+    <hkern u1="Y" u2="&#x11d;" k="41" />
+    <hkern u1="Y" u2="&#x11c;" k="41" />
+    <hkern u1="Y" u2="&#x11b;" k="102" />
+    <hkern u1="Y" u2="&#x119;" k="102" />
+    <hkern u1="Y" u2="&#x117;" k="102" />
+    <hkern u1="Y" u2="&#x115;" k="102" />
+    <hkern u1="Y" u2="&#x113;" k="102" />
+    <hkern u1="Y" u2="&#x111;" k="102" />
+    <hkern u1="Y" u2="&#x10f;" k="102" />
+    <hkern u1="Y" u2="&#x10d;" k="102" />
+    <hkern u1="Y" u2="&#x10c;" k="41" />
+    <hkern u1="Y" u2="&#x10b;" k="102" />
+    <hkern u1="Y" u2="&#x10a;" k="41" />
+    <hkern u1="Y" u2="&#x109;" k="102" />
+    <hkern u1="Y" u2="&#x108;" k="41" />
+    <hkern u1="Y" u2="&#x107;" k="102" />
+    <hkern u1="Y" u2="&#x106;" k="41" />
+    <hkern u1="Y" u2="&#x105;" k="102" />
+    <hkern u1="Y" u2="&#x104;" k="123" />
+    <hkern u1="Y" u2="&#x103;" k="102" />
+    <hkern u1="Y" u2="&#x102;" k="123" />
+    <hkern u1="Y" u2="&#x101;" k="102" />
+    <hkern u1="Y" u2="&#x100;" k="123" />
+    <hkern u1="Y" u2="&#xfc;" k="61" />
+    <hkern u1="Y" u2="&#xfb;" k="61" />
+    <hkern u1="Y" u2="&#xfa;" k="61" />
+    <hkern u1="Y" u2="&#xf9;" k="61" />
+    <hkern u1="Y" u2="&#xf8;" k="102" />
+    <hkern u1="Y" u2="&#xf6;" k="102" />
+    <hkern u1="Y" u2="&#xf5;" k="102" />
+    <hkern u1="Y" u2="&#xf4;" k="102" />
+    <hkern u1="Y" u2="&#xf3;" k="102" />
+    <hkern u1="Y" u2="&#xf2;" k="102" />
+    <hkern u1="Y" u2="&#xeb;" k="102" />
+    <hkern u1="Y" u2="&#xea;" k="102" />
+    <hkern u1="Y" u2="&#xe9;" k="102" />
+    <hkern u1="Y" u2="&#xe8;" k="102" />
+    <hkern u1="Y" u2="&#xe7;" k="102" />
+    <hkern u1="Y" u2="&#xe6;" k="102" />
+    <hkern u1="Y" u2="&#xe5;" k="102" />
+    <hkern u1="Y" u2="&#xe4;" k="102" />
+    <hkern u1="Y" u2="&#xe3;" k="102" />
+    <hkern u1="Y" u2="&#xe2;" k="102" />
+    <hkern u1="Y" u2="&#xe1;" k="102" />
+    <hkern u1="Y" u2="&#xe0;" k="102" />
+    <hkern u1="Y" u2="&#xd8;" k="41" />
+    <hkern u1="Y" u2="&#xd6;" k="41" />
+    <hkern u1="Y" u2="&#xd5;" k="41" />
+    <hkern u1="Y" u2="&#xd4;" k="41" />
+    <hkern u1="Y" u2="&#xd3;" k="41" />
+    <hkern u1="Y" u2="&#xd2;" k="41" />
+    <hkern u1="Y" u2="&#xc7;" k="41" />
+    <hkern u1="Y" u2="&#xc5;" k="123" />
+    <hkern u1="Y" u2="&#xc4;" k="123" />
+    <hkern u1="Y" u2="&#xc3;" k="123" />
+    <hkern u1="Y" u2="&#xc2;" k="123" />
+    <hkern u1="Y" u2="&#xc1;" k="123" />
+    <hkern u1="Y" u2="&#xc0;" k="123" />
+    <hkern u1="Y" u2="z" k="41" />
+    <hkern u1="Y" u2="u" k="61" />
+    <hkern u1="Y" u2="s" k="82" />
+    <hkern u1="Y" u2="r" k="61" />
+    <hkern u1="Y" u2="q" k="102" />
+    <hkern u1="Y" u2="p" k="61" />
+    <hkern u1="Y" u2="o" k="102" />
+    <hkern u1="Y" u2="n" k="61" />
+    <hkern u1="Y" u2="m" k="61" />
+    <hkern u1="Y" u2="g" k="41" />
+    <hkern u1="Y" u2="e" k="102" />
+    <hkern u1="Y" u2="d" k="102" />
+    <hkern u1="Y" u2="c" k="102" />
+    <hkern u1="Y" u2="a" k="102" />
+    <hkern u1="Y" u2="Q" k="41" />
+    <hkern u1="Y" u2="O" k="41" />
+    <hkern u1="Y" u2="G" k="41" />
+    <hkern u1="Y" u2="C" k="41" />
+    <hkern u1="Y" u2="A" k="123" />
+    <hkern u1="Y" u2="&#x3f;" k="-41" />
+    <hkern u1="Y" u2="&#x2e;" k="123" />
+    <hkern u1="Y" u2="&#x2c;" k="123" />
+    <hkern u1="Z" u2="&#x1ee2;" k="20" />
+    <hkern u1="Z" u2="&#x1ee0;" k="20" />
+    <hkern u1="Z" u2="&#x1ede;" k="20" />
+    <hkern u1="Z" u2="&#x1edc;" k="20" />
+    <hkern u1="Z" u2="&#x1eda;" k="20" />
+    <hkern u1="Z" u2="&#x1ed8;" k="20" />
+    <hkern u1="Z" u2="&#x1ed6;" k="20" />
+    <hkern u1="Z" u2="&#x1ed4;" k="20" />
+    <hkern u1="Z" u2="&#x1ed2;" k="20" />
+    <hkern u1="Z" u2="&#x1ed0;" k="20" />
+    <hkern u1="Z" u2="&#x1ece;" k="20" />
+    <hkern u1="Z" u2="&#x1ecc;" k="20" />
+    <hkern u1="Z" u2="&#x1a0;" k="20" />
+    <hkern u1="Z" u2="&#x1fe;" k="20" />
+    <hkern u1="Z" u2="&#x152;" k="20" />
+    <hkern u1="Z" u2="&#x150;" k="20" />
+    <hkern u1="Z" u2="&#x14e;" k="20" />
+    <hkern u1="Z" u2="&#x14c;" k="20" />
+    <hkern u1="Z" u2="&#x122;" k="20" />
+    <hkern u1="Z" u2="&#x120;" k="20" />
+    <hkern u1="Z" u2="&#x11e;" k="20" />
+    <hkern u1="Z" u2="&#x11c;" k="20" />
+    <hkern u1="Z" u2="&#x10c;" k="20" />
+    <hkern u1="Z" u2="&#x10a;" k="20" />
+    <hkern u1="Z" u2="&#x108;" k="20" />
+    <hkern u1="Z" u2="&#x106;" k="20" />
+    <hkern u1="Z" u2="&#xd8;" k="20" />
+    <hkern u1="Z" u2="&#xd6;" k="20" />
+    <hkern u1="Z" u2="&#xd5;" k="20" />
+    <hkern u1="Z" u2="&#xd4;" k="20" />
+    <hkern u1="Z" u2="&#xd3;" k="20" />
+    <hkern u1="Z" u2="&#xd2;" k="20" />
+    <hkern u1="Z" u2="&#xc7;" k="20" />
+    <hkern u1="Z" u2="Q" k="20" />
+    <hkern u1="Z" u2="O" k="20" />
+    <hkern u1="Z" u2="G" k="20" />
+    <hkern u1="Z" u2="C" k="20" />
+    <hkern u1="[" u2="J" k="-184" />
+    <hkern u1="a" u2="&#x201d;" k="20" />
+    <hkern u1="a" u2="&#x2019;" k="20" />
+    <hkern u1="a" u2="&#x27;" k="20" />
+    <hkern u1="a" u2="&#x22;" k="20" />
+    <hkern u1="b" u2="&#x1ef5;" k="41" />
+    <hkern u1="b" u2="&#x201d;" k="20" />
+    <hkern u1="b" u2="&#x2019;" k="20" />
+    <hkern u1="b" u2="&#x1e83;" k="41" />
+    <hkern u1="b" u2="&#x1e81;" k="41" />
+    <hkern u1="b" u2="&#x17e;" k="20" />
+    <hkern u1="b" u2="&#x17c;" k="20" />
+    <hkern u1="b" u2="&#x17a;" k="20" />
+    <hkern u1="b" u2="&#x175;" k="41" />
+    <hkern u1="b" u2="&#xfd;" k="41" />
+    <hkern u1="b" u2="z" k="20" />
+    <hkern u1="b" u2="y" k="41" />
+    <hkern u1="b" u2="x" k="41" />
+    <hkern u1="b" u2="w" k="41" />
+    <hkern u1="b" u2="v" k="41" />
+    <hkern u1="b" u2="&#x27;" k="20" />
+    <hkern u1="b" u2="&#x22;" k="20" />
+    <hkern u1="c" u2="&#x201d;" k="-41" />
+    <hkern u1="c" u2="&#x2019;" k="-41" />
+    <hkern u1="c" u2="&#x27;" k="-41" />
+    <hkern u1="c" u2="&#x22;" k="-41" />
+    <hkern u1="e" u2="&#x1ef5;" k="41" />
+    <hkern u1="e" u2="&#x201d;" k="20" />
+    <hkern u1="e" u2="&#x2019;" k="20" />
+    <hkern u1="e" u2="&#x1e83;" k="41" />
+    <hkern u1="e" u2="&#x1e81;" k="41" />
+    <hkern u1="e" u2="&#x17e;" k="20" />
+    <hkern u1="e" u2="&#x17c;" k="20" />
+    <hkern u1="e" u2="&#x17a;" k="20" />
+    <hkern u1="e" u2="&#x175;" k="41" />
+    <hkern u1="e" u2="&#xfd;" k="41" />
+    <hkern u1="e" u2="z" k="20" />
+    <hkern u1="e" u2="y" k="41" />
+    <hkern u1="e" u2="x" k="41" />
+    <hkern u1="e" u2="w" k="41" />
+    <hkern u1="e" u2="v" k="41" />
+    <hkern u1="e" u2="&#x27;" k="20" />
+    <hkern u1="e" u2="&#x22;" k="20" />
+    <hkern u1="f" u2="&#x201d;" k="-123" />
+    <hkern u1="f" u2="&#x2019;" k="-123" />
+    <hkern u1="f" u2="&#x27;" k="-123" />
+    <hkern u1="f" u2="&#x22;" k="-123" />
+    <hkern u1="h" u2="&#x201d;" k="20" />
+    <hkern u1="h" u2="&#x2019;" k="20" />
+    <hkern u1="h" u2="&#x27;" k="20" />
+    <hkern u1="h" u2="&#x22;" k="20" />
+    <hkern u1="k" u2="&#x1ee3;" k="41" />
+    <hkern u1="k" u2="&#x1ee1;" k="41" />
+    <hkern u1="k" u2="&#x1edf;" k="41" />
+    <hkern u1="k" u2="&#x1edd;" k="41" />
+    <hkern u1="k" u2="&#x1edb;" k="41" />
+    <hkern u1="k" u2="&#x1ed9;" k="41" />
+    <hkern u1="k" u2="&#x1ed7;" k="41" />
+    <hkern u1="k" u2="&#x1ed5;" k="41" />
+    <hkern u1="k" u2="&#x1ed1;" k="41" />
+    <hkern u1="k" u2="&#x1ecf;" k="41" />
+    <hkern u1="k" u2="&#x1ecd;" k="41" />
+    <hkern u1="k" u2="&#x1ec7;" k="41" />
+    <hkern u1="k" u2="&#x1ec5;" k="41" />
+    <hkern u1="k" u2="&#x1ec3;" k="41" />
+    <hkern u1="k" u2="&#x1ebf;" k="41" />
+    <hkern u1="k" u2="&#x1ebd;" k="41" />
+    <hkern u1="k" u2="&#x1ebb;" k="41" />
+    <hkern u1="k" u2="&#x1eb9;" k="41" />
+    <hkern u1="k" u2="&#x1a1;" k="41" />
+    <hkern u1="k" u2="&#x1ff;" k="41" />
+    <hkern u1="k" u2="&#x153;" k="41" />
+    <hkern u1="k" u2="&#x151;" k="41" />
+    <hkern u1="k" u2="&#x14f;" k="41" />
+    <hkern u1="k" u2="&#x14d;" k="41" />
+    <hkern u1="k" u2="&#x11b;" k="41" />
+    <hkern u1="k" u2="&#x119;" k="41" />
+    <hkern u1="k" u2="&#x117;" k="41" />
+    <hkern u1="k" u2="&#x115;" k="41" />
+    <hkern u1="k" u2="&#x113;" k="41" />
+    <hkern u1="k" u2="&#x111;" k="41" />
+    <hkern u1="k" u2="&#x10f;" k="41" />
+    <hkern u1="k" u2="&#x10d;" k="41" />
+    <hkern u1="k" u2="&#x10b;" k="41" />
+    <hkern u1="k" u2="&#x109;" k="41" />
+    <hkern u1="k" u2="&#x107;" k="41" />
+    <hkern u1="k" u2="&#xf8;" k="41" />
+    <hkern u1="k" u2="&#xf6;" k="41" />
+    <hkern u1="k" u2="&#xf5;" k="41" />
+    <hkern u1="k" u2="&#xf4;" k="41" />
+    <hkern u1="k" u2="&#xf3;" k="41" />
+    <hkern u1="k" u2="&#xf2;" k="41" />
+    <hkern u1="k" u2="&#xeb;" k="41" />
+    <hkern u1="k" u2="&#xea;" k="41" />
+    <hkern u1="k" u2="&#xe9;" k="41" />
+    <hkern u1="k" u2="&#xe8;" k="41" />
+    <hkern u1="k" u2="&#xe7;" k="41" />
+    <hkern u1="k" u2="&#xe0;" k="41" />
+    <hkern u1="k" u2="q" k="41" />
+    <hkern u1="k" u2="o" k="41" />
+    <hkern u1="k" u2="e" k="41" />
+    <hkern u1="k" u2="d" k="41" />
+    <hkern u1="k" u2="c" k="41" />
+    <hkern u1="m" u2="&#x201d;" k="20" />
+    <hkern u1="m" u2="&#x2019;" k="20" />
+    <hkern u1="m" u2="&#x27;" k="20" />
+    <hkern u1="m" u2="&#x22;" k="20" />
+    <hkern u1="n" u2="&#x201d;" k="20" />
+    <hkern u1="n" u2="&#x2019;" k="20" />
+    <hkern u1="n" u2="&#x27;" k="20" />
+    <hkern u1="n" u2="&#x22;" k="20" />
+    <hkern u1="o" u2="&#x1ef5;" k="41" />
+    <hkern u1="o" u2="&#x201d;" k="20" />
+    <hkern u1="o" u2="&#x2019;" k="20" />
+    <hkern u1="o" u2="&#x1e83;" k="41" />
+    <hkern u1="o" u2="&#x1e81;" k="41" />
+    <hkern u1="o" u2="&#x17e;" k="20" />
+    <hkern u1="o" u2="&#x17c;" k="20" />
+    <hkern u1="o" u2="&#x17a;" k="20" />
+    <hkern u1="o" u2="&#x175;" k="41" />
+    <hkern u1="o" u2="&#xfd;" k="41" />
+    <hkern u1="o" u2="z" k="20" />
+    <hkern u1="o" u2="y" k="41" />
+    <hkern u1="o" u2="x" k="41" />
+    <hkern u1="o" u2="w" k="41" />
+    <hkern u1="o" u2="v" k="41" />
+    <hkern u1="o" u2="&#x27;" k="20" />
+    <hkern u1="o" u2="&#x22;" k="20" />
+    <hkern u1="p" u2="&#x1ef5;" k="41" />
+    <hkern u1="p" u2="&#x201d;" k="20" />
+    <hkern u1="p" u2="&#x2019;" k="20" />
+    <hkern u1="p" u2="&#x1e83;" k="41" />
+    <hkern u1="p" u2="&#x1e81;" k="41" />
+    <hkern u1="p" u2="&#x17e;" k="20" />
+    <hkern u1="p" u2="&#x17c;" k="20" />
+    <hkern u1="p" u2="&#x17a;" k="20" />
+    <hkern u1="p" u2="&#x175;" k="41" />
+    <hkern u1="p" u2="&#xfd;" k="41" />
+    <hkern u1="p" u2="z" k="20" />
+    <hkern u1="p" u2="y" k="41" />
+    <hkern u1="p" u2="x" k="41" />
+    <hkern u1="p" u2="w" k="41" />
+    <hkern u1="p" u2="v" k="41" />
+    <hkern u1="p" u2="&#x27;" k="20" />
+    <hkern u1="p" u2="&#x22;" k="20" />
+    <hkern u1="r" u2="&#x1ee3;" k="41" />
+    <hkern u1="r" u2="&#x1ee1;" k="41" />
+    <hkern u1="r" u2="&#x1edf;" k="41" />
+    <hkern u1="r" u2="&#x1edd;" k="41" />
+    <hkern u1="r" u2="&#x1edb;" k="41" />
+    <hkern u1="r" u2="&#x1ed9;" k="41" />
+    <hkern u1="r" u2="&#x1ed7;" k="41" />
+    <hkern u1="r" u2="&#x1ed5;" k="41" />
+    <hkern u1="r" u2="&#x1ed1;" k="41" />
+    <hkern u1="r" u2="&#x1ecf;" k="41" />
+    <hkern u1="r" u2="&#x1ecd;" k="41" />
+    <hkern u1="r" u2="&#x1ec7;" k="41" />
+    <hkern u1="r" u2="&#x1ec5;" k="41" />
+    <hkern u1="r" u2="&#x1ec3;" k="41" />
+    <hkern u1="r" u2="&#x1ebf;" k="41" />
+    <hkern u1="r" u2="&#x1ebd;" k="41" />
+    <hkern u1="r" u2="&#x1ebb;" k="41" />
+    <hkern u1="r" u2="&#x1eb9;" k="41" />
+    <hkern u1="r" u2="&#x1eb7;" k="41" />
+    <hkern u1="r" u2="&#x1eb5;" k="41" />
+    <hkern u1="r" u2="&#x1eb3;" k="41" />
+    <hkern u1="r" u2="&#x1eb1;" k="41" />
+    <hkern u1="r" u2="&#x1eaf;" k="41" />
+    <hkern u1="r" u2="&#x1ead;" k="41" />
+    <hkern u1="r" u2="&#x1eab;" k="41" />
+    <hkern u1="r" u2="&#x1ea9;" k="41" />
+    <hkern u1="r" u2="&#x1ea5;" k="41" />
+    <hkern u1="r" u2="&#x1ea3;" k="41" />
+    <hkern u1="r" u2="&#x1ea1;" k="41" />
+    <hkern u1="r" u2="&#x1a1;" k="41" />
+    <hkern u1="r" u2="&#x1e01;" k="41" />
+    <hkern u1="r" u2="&#x201d;" k="-82" />
+    <hkern u1="r" u2="&#x2019;" k="-82" />
+    <hkern u1="r" u2="&#x1ff;" k="41" />
+    <hkern u1="r" u2="&#x1fd;" k="41" />
+    <hkern u1="r" u2="&#x1fb;" k="41" />
+    <hkern u1="r" u2="&#x153;" k="41" />
+    <hkern u1="r" u2="&#x151;" k="41" />
+    <hkern u1="r" u2="&#x14f;" k="41" />
+    <hkern u1="r" u2="&#x14d;" k="41" />
+    <hkern u1="r" u2="&#x123;" k="20" />
+    <hkern u1="r" u2="&#x121;" k="20" />
+    <hkern u1="r" u2="&#x11f;" k="20" />
+    <hkern u1="r" u2="&#x11d;" k="20" />
+    <hkern u1="r" u2="&#x11b;" k="41" />
+    <hkern u1="r" u2="&#x119;" k="41" />
+    <hkern u1="r" u2="&#x117;" k="41" />
+    <hkern u1="r" u2="&#x115;" k="41" />
+    <hkern u1="r" u2="&#x113;" k="41" />
+    <hkern u1="r" u2="&#x111;" k="41" />
+    <hkern u1="r" u2="&#x10f;" k="41" />
+    <hkern u1="r" u2="&#x10d;" k="41" />
+    <hkern u1="r" u2="&#x10b;" k="41" />
+    <hkern u1="r" u2="&#x109;" k="41" />
+    <hkern u1="r" u2="&#x107;" k="41" />
+    <hkern u1="r" u2="&#x105;" k="41" />
+    <hkern u1="r" u2="&#x103;" k="41" />
+    <hkern u1="r" u2="&#x101;" k="41" />
+    <hkern u1="r" u2="&#xf8;" k="41" />
+    <hkern u1="r" u2="&#xf6;" k="41" />
+    <hkern u1="r" u2="&#xf5;" k="41" />
+    <hkern u1="r" u2="&#xf4;" k="41" />
+    <hkern u1="r" u2="&#xf3;" k="41" />
+    <hkern u1="r" u2="&#xf2;" k="41" />
+    <hkern u1="r" u2="&#xeb;" k="41" />
+    <hkern u1="r" u2="&#xea;" k="41" />
+    <hkern u1="r" u2="&#xe9;" k="41" />
+    <hkern u1="r" u2="&#xe8;" k="41" />
+    <hkern u1="r" u2="&#xe7;" k="41" />
+    <hkern u1="r" u2="&#xe6;" k="41" />
+    <hkern u1="r" u2="&#xe5;" k="41" />
+    <hkern u1="r" u2="&#xe4;" k="41" />
+    <hkern u1="r" u2="&#xe3;" k="41" />
+    <hkern u1="r" u2="&#xe2;" k="41" />
+    <hkern u1="r" u2="&#xe1;" k="41" />
+    <hkern u1="r" u2="&#xe0;" k="41" />
+    <hkern u1="r" u2="q" k="41" />
+    <hkern u1="r" u2="o" k="41" />
+    <hkern u1="r" u2="g" k="20" />
+    <hkern u1="r" u2="e" k="41" />
+    <hkern u1="r" u2="d" k="41" />
+    <hkern u1="r" u2="c" k="41" />
+    <hkern u1="r" u2="a" k="41" />
+    <hkern u1="r" u2="&#x27;" k="-82" />
+    <hkern u1="r" u2="&#x22;" k="-82" />
+    <hkern u1="t" u2="&#x201d;" k="-41" />
+    <hkern u1="t" u2="&#x2019;" k="-41" />
+    <hkern u1="t" u2="&#x27;" k="-41" />
+    <hkern u1="t" u2="&#x22;" k="-41" />
+    <hkern u1="v" u2="&#x201e;" k="82" />
+    <hkern u1="v" u2="&#x201d;" k="-82" />
+    <hkern u1="v" u2="&#x201a;" k="82" />
+    <hkern u1="v" u2="&#x2019;" k="-82" />
+    <hkern u1="v" u2="&#x3f;" k="-41" />
+    <hkern u1="v" u2="&#x2e;" k="82" />
+    <hkern u1="v" u2="&#x2c;" k="82" />
+    <hkern u1="v" u2="&#x27;" k="-82" />
+    <hkern u1="v" u2="&#x22;" k="-82" />
+    <hkern u1="w" u2="&#x201e;" k="82" />
+    <hkern u1="w" u2="&#x201d;" k="-82" />
+    <hkern u1="w" u2="&#x201a;" k="82" />
+    <hkern u1="w" u2="&#x2019;" k="-82" />
+    <hkern u1="w" u2="&#x3f;" k="-41" />
+    <hkern u1="w" u2="&#x2e;" k="82" />
+    <hkern u1="w" u2="&#x2c;" k="82" />
+    <hkern u1="w" u2="&#x27;" k="-82" />
+    <hkern u1="w" u2="&#x22;" k="-82" />
+    <hkern u1="x" u2="&#x1ee3;" k="41" />
+    <hkern u1="x" u2="&#x1ee1;" k="41" />
+    <hkern u1="x" u2="&#x1edf;" k="41" />
+    <hkern u1="x" u2="&#x1edd;" k="41" />
+    <hkern u1="x" u2="&#x1edb;" k="41" />
+    <hkern u1="x" u2="&#x1ed9;" k="41" />
+    <hkern u1="x" u2="&#x1ed7;" k="41" />
+    <hkern u1="x" u2="&#x1ed5;" k="41" />
+    <hkern u1="x" u2="&#x1ed1;" k="41" />
+    <hkern u1="x" u2="&#x1ecf;" k="41" />
+    <hkern u1="x" u2="&#x1ecd;" k="41" />
+    <hkern u1="x" u2="&#x1ec7;" k="41" />
+    <hkern u1="x" u2="&#x1ec5;" k="41" />
+    <hkern u1="x" u2="&#x1ec3;" k="41" />
+    <hkern u1="x" u2="&#x1ebf;" k="41" />
+    <hkern u1="x" u2="&#x1ebd;" k="41" />
+    <hkern u1="x" u2="&#x1ebb;" k="41" />
+    <hkern u1="x" u2="&#x1eb9;" k="41" />
+    <hkern u1="x" u2="&#x1a1;" k="41" />
+    <hkern u1="x" u2="&#x1ff;" k="41" />
+    <hkern u1="x" u2="&#x153;" k="41" />
+    <hkern u1="x" u2="&#x151;" k="41" />
+    <hkern u1="x" u2="&#x14f;" k="41" />
+    <hkern u1="x" u2="&#x14d;" k="41" />
+    <hkern u1="x" u2="&#x11b;" k="41" />
+    <hkern u1="x" u2="&#x119;" k="41" />
+    <hkern u1="x" u2="&#x117;" k="41" />
+    <hkern u1="x" u2="&#x115;" k="41" />
+    <hkern u1="x" u2="&#x113;" k="41" />
+    <hkern u1="x" u2="&#x111;" k="41" />
+    <hkern u1="x" u2="&#x10f;" k="41" />
+    <hkern u1="x" u2="&#x10d;" k="41" />
+    <hkern u1="x" u2="&#x10b;" k="41" />
+    <hkern u1="x" u2="&#x109;" k="41" />
+    <hkern u1="x" u2="&#x107;" k="41" />
+    <hkern u1="x" u2="&#xf8;" k="41" />
+    <hkern u1="x" u2="&#xf6;" k="41" />
+    <hkern u1="x" u2="&#xf5;" k="41" />
+    <hkern u1="x" u2="&#xf4;" k="41" />
+    <hkern u1="x" u2="&#xf3;" k="41" />
+    <hkern u1="x" u2="&#xf2;" k="41" />
+    <hkern u1="x" u2="&#xeb;" k="41" />
+    <hkern u1="x" u2="&#xea;" k="41" />
+    <hkern u1="x" u2="&#xe9;" k="41" />
+    <hkern u1="x" u2="&#xe8;" k="41" />
+    <hkern u1="x" u2="&#xe7;" k="41" />
+    <hkern u1="x" u2="&#xe0;" k="41" />
+    <hkern u1="x" u2="q" k="41" />
+    <hkern u1="x" u2="o" k="41" />
+    <hkern u1="x" u2="e" k="41" />
+    <hkern u1="x" u2="d" k="41" />
+    <hkern u1="x" u2="c" k="41" />
+    <hkern u1="y" u2="&#x201e;" k="82" />
+    <hkern u1="y" u2="&#x201d;" k="-82" />
+    <hkern u1="y" u2="&#x201a;" k="82" />
+    <hkern u1="y" u2="&#x2019;" k="-82" />
+    <hkern u1="y" u2="&#x3f;" k="-41" />
+    <hkern u1="y" u2="&#x2e;" k="82" />
+    <hkern u1="y" u2="&#x2c;" k="82" />
+    <hkern u1="y" u2="&#x27;" k="-82" />
+    <hkern u1="y" u2="&#x22;" k="-82" />
+    <hkern u1="&#x7b;" u2="J" k="-184" />
+    <hkern u1="&#xc0;" u2="&#x162;" k="143" />
+    <hkern u1="&#xc0;" u2="&#x1ef8;" k="123" />
+    <hkern u1="&#xc0;" u2="&#x1ef6;" k="123" />
+    <hkern u1="&#xc0;" u2="&#x1ef4;" k="123" />
+    <hkern u1="&#xc0;" u2="&#x1ee2;" k="41" />
+    <hkern u1="&#xc0;" u2="&#x1ee0;" k="41" />
+    <hkern u1="&#xc0;" u2="&#x1ede;" k="41" />
+    <hkern u1="&#xc0;" u2="&#x1edc;" k="41" />
+    <hkern u1="&#xc0;" u2="&#x1eda;" k="41" />
+    <hkern u1="&#xc0;" u2="&#x1ed8;" k="41" />
+    <hkern u1="&#xc0;" u2="&#x1ed6;" k="41" />
+    <hkern u1="&#xc0;" u2="&#x1ed4;" k="41" />
+    <hkern u1="&#xc0;" u2="&#x1ed2;" k="41" />
+    <hkern u1="&#xc0;" u2="&#x1ed0;" k="41" />
+    <hkern u1="&#xc0;" u2="&#x1ece;" k="41" />
+    <hkern u1="&#xc0;" u2="&#x1ecc;" k="41" />
+    <hkern u1="&#xc0;" u2="&#x1a0;" k="41" />
+    <hkern u1="&#xc0;" u2="&#x201d;" k="143" />
+    <hkern u1="&#xc0;" u2="&#x2019;" k="143" />
+    <hkern u1="&#xc0;" u2="&#x1ef2;" k="123" />
+    <hkern u1="&#xc0;" u2="&#x1e84;" k="82" />
+    <hkern u1="&#xc0;" u2="&#x1e82;" k="82" />
+    <hkern u1="&#xc0;" u2="&#x1e80;" k="82" />
+    <hkern u1="&#xc0;" u2="&#x1fe;" k="41" />
+    <hkern u1="&#xc0;" u2="&#x178;" k="123" />
+    <hkern u1="&#xc0;" u2="&#x176;" k="123" />
+    <hkern u1="&#xc0;" u2="&#x174;" k="82" />
+    <hkern u1="&#xc0;" u2="&#x164;" k="143" />
+    <hkern u1="&#xc0;" u2="&#x21a;" k="143" />
+    <hkern u1="&#xc0;" u2="&#x152;" k="41" />
+    <hkern u1="&#xc0;" u2="&#x150;" k="41" />
+    <hkern u1="&#xc0;" u2="&#x14e;" k="41" />
+    <hkern u1="&#xc0;" u2="&#x14c;" k="41" />
+    <hkern u1="&#xc0;" u2="&#x122;" k="41" />
+    <hkern u1="&#xc0;" u2="&#x120;" k="41" />
+    <hkern u1="&#xc0;" u2="&#x11e;" k="41" />
+    <hkern u1="&#xc0;" u2="&#x11c;" k="41" />
+    <hkern u1="&#xc0;" u2="&#x10c;" k="41" />
+    <hkern u1="&#xc0;" u2="&#x10a;" k="41" />
+    <hkern u1="&#xc0;" u2="&#x108;" k="41" />
+    <hkern u1="&#xc0;" u2="&#x106;" k="41" />
+    <hkern u1="&#xc0;" u2="&#xdd;" k="123" />
+    <hkern u1="&#xc0;" u2="&#xd8;" k="41" />
+    <hkern u1="&#xc0;" u2="&#xd6;" k="41" />
+    <hkern u1="&#xc0;" u2="&#xd5;" k="41" />
+    <hkern u1="&#xc0;" u2="&#xd4;" k="41" />
+    <hkern u1="&#xc0;" u2="&#xd3;" k="41" />
+    <hkern u1="&#xc0;" u2="&#xd2;" k="41" />
+    <hkern u1="&#xc0;" u2="&#xc7;" k="41" />
+    <hkern u1="&#xc0;" u2="Y" k="123" />
+    <hkern u1="&#xc0;" u2="W" k="82" />
+    <hkern u1="&#xc0;" u2="V" k="82" />
+    <hkern u1="&#xc0;" u2="T" k="143" />
+    <hkern u1="&#xc0;" u2="Q" k="41" />
+    <hkern u1="&#xc0;" u2="O" k="41" />
+    <hkern u1="&#xc0;" u2="J" k="-266" />
+    <hkern u1="&#xc0;" u2="G" k="41" />
+    <hkern u1="&#xc0;" u2="C" k="41" />
+    <hkern u1="&#xc0;" u2="&#x27;" k="143" />
+    <hkern u1="&#xc0;" u2="&#x22;" k="143" />
+    <hkern u1="&#xc1;" u2="&#x162;" k="143" />
+    <hkern u1="&#xc1;" u2="&#x1ef8;" k="123" />
+    <hkern u1="&#xc1;" u2="&#x1ef6;" k="123" />
+    <hkern u1="&#xc1;" u2="&#x1ef4;" k="123" />
+    <hkern u1="&#xc1;" u2="&#x1ee2;" k="41" />
+    <hkern u1="&#xc1;" u2="&#x1ee0;" k="41" />
+    <hkern u1="&#xc1;" u2="&#x1ede;" k="41" />
+    <hkern u1="&#xc1;" u2="&#x1edc;" k="41" />
+    <hkern u1="&#xc1;" u2="&#x1eda;" k="41" />
+    <hkern u1="&#xc1;" u2="&#x1ed8;" k="41" />
+    <hkern u1="&#xc1;" u2="&#x1ed6;" k="41" />
+    <hkern u1="&#xc1;" u2="&#x1ed4;" k="41" />
+    <hkern u1="&#xc1;" u2="&#x1ed2;" k="41" />
+    <hkern u1="&#xc1;" u2="&#x1ed0;" k="41" />
+    <hkern u1="&#xc1;" u2="&#x1ece;" k="41" />
+    <hkern u1="&#xc1;" u2="&#x1ecc;" k="41" />
+    <hkern u1="&#xc1;" u2="&#x1a0;" k="41" />
+    <hkern u1="&#xc1;" u2="&#x201d;" k="143" />
+    <hkern u1="&#xc1;" u2="&#x2019;" k="143" />
+    <hkern u1="&#xc1;" u2="&#x1ef2;" k="123" />
+    <hkern u1="&#xc1;" u2="&#x1e84;" k="82" />
+    <hkern u1="&#xc1;" u2="&#x1e82;" k="82" />
+    <hkern u1="&#xc1;" u2="&#x1e80;" k="82" />
+    <hkern u1="&#xc1;" u2="&#x1fe;" k="41" />
+    <hkern u1="&#xc1;" u2="&#x178;" k="123" />
+    <hkern u1="&#xc1;" u2="&#x176;" k="123" />
+    <hkern u1="&#xc1;" u2="&#x174;" k="82" />
+    <hkern u1="&#xc1;" u2="&#x164;" k="143" />
+    <hkern u1="&#xc1;" u2="&#x21a;" k="143" />
+    <hkern u1="&#xc1;" u2="&#x152;" k="41" />
+    <hkern u1="&#xc1;" u2="&#x150;" k="41" />
+    <hkern u1="&#xc1;" u2="&#x14e;" k="41" />
+    <hkern u1="&#xc1;" u2="&#x14c;" k="41" />
+    <hkern u1="&#xc1;" u2="&#x122;" k="41" />
+    <hkern u1="&#xc1;" u2="&#x120;" k="41" />
+    <hkern u1="&#xc1;" u2="&#x11e;" k="41" />
+    <hkern u1="&#xc1;" u2="&#x11c;" k="41" />
+    <hkern u1="&#xc1;" u2="&#x10c;" k="41" />
+    <hkern u1="&#xc1;" u2="&#x10a;" k="41" />
+    <hkern u1="&#xc1;" u2="&#x108;" k="41" />
+    <hkern u1="&#xc1;" u2="&#x106;" k="41" />
+    <hkern u1="&#xc1;" u2="&#xdd;" k="123" />
+    <hkern u1="&#xc1;" u2="&#xd8;" k="41" />
+    <hkern u1="&#xc1;" u2="&#xd6;" k="41" />
+    <hkern u1="&#xc1;" u2="&#xd5;" k="41" />
+    <hkern u1="&#xc1;" u2="&#xd4;" k="41" />
+    <hkern u1="&#xc1;" u2="&#xd3;" k="41" />
+    <hkern u1="&#xc1;" u2="&#xd2;" k="41" />
+    <hkern u1="&#xc1;" u2="&#xc7;" k="41" />
+    <hkern u1="&#xc1;" u2="Y" k="123" />
+    <hkern u1="&#xc1;" u2="W" k="82" />
+    <hkern u1="&#xc1;" u2="V" k="82" />
+    <hkern u1="&#xc1;" u2="T" k="143" />
+    <hkern u1="&#xc1;" u2="Q" k="41" />
+    <hkern u1="&#xc1;" u2="O" k="41" />
+    <hkern u1="&#xc1;" u2="J" k="-266" />
+    <hkern u1="&#xc1;" u2="G" k="41" />
+    <hkern u1="&#xc1;" u2="C" k="41" />
+    <hkern u1="&#xc1;" u2="&#x27;" k="143" />
+    <hkern u1="&#xc1;" u2="&#x22;" k="143" />
+    <hkern u1="&#xc2;" u2="&#x162;" k="143" />
+    <hkern u1="&#xc2;" u2="&#x1ef8;" k="123" />
+    <hkern u1="&#xc2;" u2="&#x1ef6;" k="123" />
+    <hkern u1="&#xc2;" u2="&#x1ef4;" k="123" />
+    <hkern u1="&#xc2;" u2="&#x1ee2;" k="41" />
+    <hkern u1="&#xc2;" u2="&#x1ee0;" k="41" />
+    <hkern u1="&#xc2;" u2="&#x1ede;" k="41" />
+    <hkern u1="&#xc2;" u2="&#x1edc;" k="41" />
+    <hkern u1="&#xc2;" u2="&#x1eda;" k="41" />
+    <hkern u1="&#xc2;" u2="&#x1ed8;" k="41" />
+    <hkern u1="&#xc2;" u2="&#x1ed6;" k="41" />
+    <hkern u1="&#xc2;" u2="&#x1ed4;" k="41" />
+    <hkern u1="&#xc2;" u2="&#x1ed2;" k="41" />
+    <hkern u1="&#xc2;" u2="&#x1ed0;" k="41" />
+    <hkern u1="&#xc2;" u2="&#x1ece;" k="41" />
+    <hkern u1="&#xc2;" u2="&#x1ecc;" k="41" />
+    <hkern u1="&#xc2;" u2="&#x1a0;" k="41" />
+    <hkern u1="&#xc2;" u2="&#x201d;" k="143" />
+    <hkern u1="&#xc2;" u2="&#x2019;" k="143" />
+    <hkern u1="&#xc2;" u2="&#x1ef2;" k="123" />
+    <hkern u1="&#xc2;" u2="&#x1e84;" k="82" />
+    <hkern u1="&#xc2;" u2="&#x1e82;" k="82" />
+    <hkern u1="&#xc2;" u2="&#x1e80;" k="82" />
+    <hkern u1="&#xc2;" u2="&#x1fe;" k="41" />
+    <hkern u1="&#xc2;" u2="&#x178;" k="123" />
+    <hkern u1="&#xc2;" u2="&#x176;" k="123" />
+    <hkern u1="&#xc2;" u2="&#x174;" k="82" />
+    <hkern u1="&#xc2;" u2="&#x164;" k="143" />
+    <hkern u1="&#xc2;" u2="&#x21a;" k="143" />
+    <hkern u1="&#xc2;" u2="&#x152;" k="41" />
+    <hkern u1="&#xc2;" u2="&#x150;" k="41" />
+    <hkern u1="&#xc2;" u2="&#x14e;" k="41" />
+    <hkern u1="&#xc2;" u2="&#x14c;" k="41" />
+    <hkern u1="&#xc2;" u2="&#x122;" k="41" />
+    <hkern u1="&#xc2;" u2="&#x120;" k="41" />
+    <hkern u1="&#xc2;" u2="&#x11e;" k="41" />
+    <hkern u1="&#xc2;" u2="&#x11c;" k="41" />
+    <hkern u1="&#xc2;" u2="&#x10c;" k="41" />
+    <hkern u1="&#xc2;" u2="&#x10a;" k="41" />
+    <hkern u1="&#xc2;" u2="&#x108;" k="41" />
+    <hkern u1="&#xc2;" u2="&#x106;" k="41" />
+    <hkern u1="&#xc2;" u2="&#xdd;" k="123" />
+    <hkern u1="&#xc2;" u2="&#xd8;" k="41" />
+    <hkern u1="&#xc2;" u2="&#xd6;" k="41" />
+    <hkern u1="&#xc2;" u2="&#xd5;" k="41" />
+    <hkern u1="&#xc2;" u2="&#xd4;" k="41" />
+    <hkern u1="&#xc2;" u2="&#xd3;" k="41" />
+    <hkern u1="&#xc2;" u2="&#xd2;" k="41" />
+    <hkern u1="&#xc2;" u2="&#xc7;" k="41" />
+    <hkern u1="&#xc2;" u2="Y" k="123" />
+    <hkern u1="&#xc2;" u2="W" k="82" />
+    <hkern u1="&#xc2;" u2="V" k="82" />
+    <hkern u1="&#xc2;" u2="T" k="143" />
+    <hkern u1="&#xc2;" u2="Q" k="41" />
+    <hkern u1="&#xc2;" u2="O" k="41" />
+    <hkern u1="&#xc2;" u2="J" k="-266" />
+    <hkern u1="&#xc2;" u2="G" k="41" />
+    <hkern u1="&#xc2;" u2="C" k="41" />
+    <hkern u1="&#xc2;" u2="&#x27;" k="143" />
+    <hkern u1="&#xc2;" u2="&#x22;" k="143" />
+    <hkern u1="&#xc3;" u2="&#x162;" k="143" />
+    <hkern u1="&#xc3;" u2="&#x1ef8;" k="123" />
+    <hkern u1="&#xc3;" u2="&#x1ef6;" k="123" />
+    <hkern u1="&#xc3;" u2="&#x1ef4;" k="123" />
+    <hkern u1="&#xc3;" u2="&#x1ee2;" k="41" />
+    <hkern u1="&#xc3;" u2="&#x1ee0;" k="41" />
+    <hkern u1="&#xc3;" u2="&#x1ede;" k="41" />
+    <hkern u1="&#xc3;" u2="&#x1edc;" k="41" />
+    <hkern u1="&#xc3;" u2="&#x1eda;" k="41" />
+    <hkern u1="&#xc3;" u2="&#x1ed8;" k="41" />
+    <hkern u1="&#xc3;" u2="&#x1ed6;" k="41" />
+    <hkern u1="&#xc3;" u2="&#x1ed4;" k="41" />
+    <hkern u1="&#xc3;" u2="&#x1ed2;" k="41" />
+    <hkern u1="&#xc3;" u2="&#x1ed0;" k="41" />
+    <hkern u1="&#xc3;" u2="&#x1ece;" k="41" />
+    <hkern u1="&#xc3;" u2="&#x1ecc;" k="41" />
+    <hkern u1="&#xc3;" u2="&#x1a0;" k="41" />
+    <hkern u1="&#xc3;" u2="&#x201d;" k="143" />
+    <hkern u1="&#xc3;" u2="&#x2019;" k="143" />
+    <hkern u1="&#xc3;" u2="&#x1ef2;" k="123" />
+    <hkern u1="&#xc3;" u2="&#x1e84;" k="82" />
+    <hkern u1="&#xc3;" u2="&#x1e82;" k="82" />
+    <hkern u1="&#xc3;" u2="&#x1e80;" k="82" />
+    <hkern u1="&#xc3;" u2="&#x1fe;" k="41" />
+    <hkern u1="&#xc3;" u2="&#x178;" k="123" />
+    <hkern u1="&#xc3;" u2="&#x176;" k="123" />
+    <hkern u1="&#xc3;" u2="&#x174;" k="82" />
+    <hkern u1="&#xc3;" u2="&#x164;" k="143" />
+    <hkern u1="&#xc3;" u2="&#x21a;" k="143" />
+    <hkern u1="&#xc3;" u2="&#x152;" k="41" />
+    <hkern u1="&#xc3;" u2="&#x150;" k="41" />
+    <hkern u1="&#xc3;" u2="&#x14e;" k="41" />
+    <hkern u1="&#xc3;" u2="&#x14c;" k="41" />
+    <hkern u1="&#xc3;" u2="&#x122;" k="41" />
+    <hkern u1="&#xc3;" u2="&#x120;" k="41" />
+    <hkern u1="&#xc3;" u2="&#x11e;" k="41" />
+    <hkern u1="&#xc3;" u2="&#x11c;" k="41" />
+    <hkern u1="&#xc3;" u2="&#x10c;" k="41" />
+    <hkern u1="&#xc3;" u2="&#x10a;" k="41" />
+    <hkern u1="&#xc3;" u2="&#x108;" k="41" />
+    <hkern u1="&#xc3;" u2="&#x106;" k="41" />
+    <hkern u1="&#xc3;" u2="&#xdd;" k="123" />
+    <hkern u1="&#xc3;" u2="&#xd8;" k="41" />
+    <hkern u1="&#xc3;" u2="&#xd6;" k="41" />
+    <hkern u1="&#xc3;" u2="&#xd5;" k="41" />
+    <hkern u1="&#xc3;" u2="&#xd4;" k="41" />
+    <hkern u1="&#xc3;" u2="&#xd3;" k="41" />
+    <hkern u1="&#xc3;" u2="&#xd2;" k="41" />
+    <hkern u1="&#xc3;" u2="&#xc7;" k="41" />
+    <hkern u1="&#xc3;" u2="Y" k="123" />
+    <hkern u1="&#xc3;" u2="W" k="82" />
+    <hkern u1="&#xc3;" u2="V" k="82" />
+    <hkern u1="&#xc3;" u2="T" k="143" />
+    <hkern u1="&#xc3;" u2="Q" k="41" />
+    <hkern u1="&#xc3;" u2="O" k="41" />
+    <hkern u1="&#xc3;" u2="J" k="-266" />
+    <hkern u1="&#xc3;" u2="G" k="41" />
+    <hkern u1="&#xc3;" u2="C" k="41" />
+    <hkern u1="&#xc3;" u2="&#x27;" k="143" />
+    <hkern u1="&#xc3;" u2="&#x22;" k="143" />
+    <hkern u1="&#xc4;" u2="&#x162;" k="143" />
+    <hkern u1="&#xc4;" u2="&#x1ef8;" k="123" />
+    <hkern u1="&#xc4;" u2="&#x1ef6;" k="123" />
+    <hkern u1="&#xc4;" u2="&#x1ef4;" k="123" />
+    <hkern u1="&#xc4;" u2="&#x1ee2;" k="41" />
+    <hkern u1="&#xc4;" u2="&#x1ee0;" k="41" />
+    <hkern u1="&#xc4;" u2="&#x1ede;" k="41" />
+    <hkern u1="&#xc4;" u2="&#x1edc;" k="41" />
+    <hkern u1="&#xc4;" u2="&#x1eda;" k="41" />
+    <hkern u1="&#xc4;" u2="&#x1ed8;" k="41" />
+    <hkern u1="&#xc4;" u2="&#x1ed6;" k="41" />
+    <hkern u1="&#xc4;" u2="&#x1ed4;" k="41" />
+    <hkern u1="&#xc4;" u2="&#x1ed2;" k="41" />
+    <hkern u1="&#xc4;" u2="&#x1ed0;" k="41" />
+    <hkern u1="&#xc4;" u2="&#x1ece;" k="41" />
+    <hkern u1="&#xc4;" u2="&#x1ecc;" k="41" />
+    <hkern u1="&#xc4;" u2="&#x1a0;" k="41" />
+    <hkern u1="&#xc4;" u2="&#x201d;" k="143" />
+    <hkern u1="&#xc4;" u2="&#x2019;" k="143" />
+    <hkern u1="&#xc4;" u2="&#x1ef2;" k="123" />
+    <hkern u1="&#xc4;" u2="&#x1e84;" k="82" />
+    <hkern u1="&#xc4;" u2="&#x1e82;" k="82" />
+    <hkern u1="&#xc4;" u2="&#x1e80;" k="82" />
+    <hkern u1="&#xc4;" u2="&#x1fe;" k="41" />
+    <hkern u1="&#xc4;" u2="&#x178;" k="123" />
+    <hkern u1="&#xc4;" u2="&#x176;" k="123" />
+    <hkern u1="&#xc4;" u2="&#x174;" k="82" />
+    <hkern u1="&#xc4;" u2="&#x164;" k="143" />
+    <hkern u1="&#xc4;" u2="&#x21a;" k="143" />
+    <hkern u1="&#xc4;" u2="&#x152;" k="41" />
+    <hkern u1="&#xc4;" u2="&#x150;" k="41" />
+    <hkern u1="&#xc4;" u2="&#x14e;" k="41" />
+    <hkern u1="&#xc4;" u2="&#x14c;" k="41" />
+    <hkern u1="&#xc4;" u2="&#x122;" k="41" />
+    <hkern u1="&#xc4;" u2="&#x120;" k="41" />
+    <hkern u1="&#xc4;" u2="&#x11e;" k="41" />
+    <hkern u1="&#xc4;" u2="&#x11c;" k="41" />
+    <hkern u1="&#xc4;" u2="&#x10c;" k="41" />
+    <hkern u1="&#xc4;" u2="&#x10a;" k="41" />
+    <hkern u1="&#xc4;" u2="&#x108;" k="41" />
+    <hkern u1="&#xc4;" u2="&#x106;" k="41" />
+    <hkern u1="&#xc4;" u2="&#xdd;" k="123" />
+    <hkern u1="&#xc4;" u2="&#xd8;" k="41" />
+    <hkern u1="&#xc4;" u2="&#xd6;" k="41" />
+    <hkern u1="&#xc4;" u2="&#xd5;" k="41" />
+    <hkern u1="&#xc4;" u2="&#xd4;" k="41" />
+    <hkern u1="&#xc4;" u2="&#xd3;" k="41" />
+    <hkern u1="&#xc4;" u2="&#xd2;" k="41" />
+    <hkern u1="&#xc4;" u2="&#xc7;" k="41" />
+    <hkern u1="&#xc4;" u2="Y" k="123" />
+    <hkern u1="&#xc4;" u2="W" k="82" />
+    <hkern u1="&#xc4;" u2="V" k="82" />
+    <hkern u1="&#xc4;" u2="T" k="143" />
+    <hkern u1="&#xc4;" u2="Q" k="41" />
+    <hkern u1="&#xc4;" u2="O" k="41" />
+    <hkern u1="&#xc4;" u2="J" k="-266" />
+    <hkern u1="&#xc4;" u2="G" k="41" />
+    <hkern u1="&#xc4;" u2="C" k="41" />
+    <hkern u1="&#xc4;" u2="&#x27;" k="143" />
+    <hkern u1="&#xc4;" u2="&#x22;" k="143" />
+    <hkern u1="&#xc5;" u2="&#x162;" k="143" />
+    <hkern u1="&#xc5;" u2="&#x1ef8;" k="123" />
+    <hkern u1="&#xc5;" u2="&#x1ef6;" k="123" />
+    <hkern u1="&#xc5;" u2="&#x1ef4;" k="123" />
+    <hkern u1="&#xc5;" u2="&#x1ee2;" k="41" />
+    <hkern u1="&#xc5;" u2="&#x1ee0;" k="41" />
+    <hkern u1="&#xc5;" u2="&#x1ede;" k="41" />
+    <hkern u1="&#xc5;" u2="&#x1edc;" k="41" />
+    <hkern u1="&#xc5;" u2="&#x1eda;" k="41" />
+    <hkern u1="&#xc5;" u2="&#x1ed8;" k="41" />
+    <hkern u1="&#xc5;" u2="&#x1ed6;" k="41" />
+    <hkern u1="&#xc5;" u2="&#x1ed4;" k="41" />
+    <hkern u1="&#xc5;" u2="&#x1ed2;" k="41" />
+    <hkern u1="&#xc5;" u2="&#x1ed0;" k="41" />
+    <hkern u1="&#xc5;" u2="&#x1ece;" k="41" />
+    <hkern u1="&#xc5;" u2="&#x1ecc;" k="41" />
+    <hkern u1="&#xc5;" u2="&#x1a0;" k="41" />
+    <hkern u1="&#xc5;" u2="&#x201d;" k="143" />
+    <hkern u1="&#xc5;" u2="&#x2019;" k="143" />
+    <hkern u1="&#xc5;" u2="&#x1ef2;" k="123" />
+    <hkern u1="&#xc5;" u2="&#x1e84;" k="82" />
+    <hkern u1="&#xc5;" u2="&#x1e82;" k="82" />
+    <hkern u1="&#xc5;" u2="&#x1e80;" k="82" />
+    <hkern u1="&#xc5;" u2="&#x1fe;" k="41" />
+    <hkern u1="&#xc5;" u2="&#x178;" k="123" />
+    <hkern u1="&#xc5;" u2="&#x176;" k="123" />
+    <hkern u1="&#xc5;" u2="&#x174;" k="82" />
+    <hkern u1="&#xc5;" u2="&#x164;" k="143" />
+    <hkern u1="&#xc5;" u2="&#x21a;" k="143" />
+    <hkern u1="&#xc5;" u2="&#x152;" k="41" />
+    <hkern u1="&#xc5;" u2="&#x150;" k="41" />
+    <hkern u1="&#xc5;" u2="&#x14e;" k="41" />
+    <hkern u1="&#xc5;" u2="&#x14c;" k="41" />
+    <hkern u1="&#xc5;" u2="&#x122;" k="41" />
+    <hkern u1="&#xc5;" u2="&#x120;" k="41" />
+    <hkern u1="&#xc5;" u2="&#x11e;" k="41" />
+    <hkern u1="&#xc5;" u2="&#x11c;" k="41" />
+    <hkern u1="&#xc5;" u2="&#x10c;" k="41" />
+    <hkern u1="&#xc5;" u2="&#x10a;" k="41" />
+    <hkern u1="&#xc5;" u2="&#x108;" k="41" />
+    <hkern u1="&#xc5;" u2="&#x106;" k="41" />
+    <hkern u1="&#xc5;" u2="&#xdd;" k="123" />
+    <hkern u1="&#xc5;" u2="&#xd8;" k="41" />
+    <hkern u1="&#xc5;" u2="&#xd6;" k="41" />
+    <hkern u1="&#xc5;" u2="&#xd5;" k="41" />
+    <hkern u1="&#xc5;" u2="&#xd4;" k="41" />
+    <hkern u1="&#xc5;" u2="&#xd3;" k="41" />
+    <hkern u1="&#xc5;" u2="&#xd2;" k="41" />
+    <hkern u1="&#xc5;" u2="&#xc7;" k="41" />
+    <hkern u1="&#xc5;" u2="Y" k="123" />
+    <hkern u1="&#xc5;" u2="W" k="82" />
+    <hkern u1="&#xc5;" u2="V" k="82" />
+    <hkern u1="&#xc5;" u2="T" k="143" />
+    <hkern u1="&#xc5;" u2="Q" k="41" />
+    <hkern u1="&#xc5;" u2="O" k="41" />
+    <hkern u1="&#xc5;" u2="J" k="-266" />
+    <hkern u1="&#xc5;" u2="G" k="41" />
+    <hkern u1="&#xc5;" u2="C" k="41" />
+    <hkern u1="&#xc5;" u2="&#x27;" k="143" />
+    <hkern u1="&#xc5;" u2="&#x22;" k="143" />
+    <hkern u1="&#xc6;" u2="J" k="-123" />
+    <hkern u1="&#xc7;" u2="&#x1ee2;" k="41" />
+    <hkern u1="&#xc7;" u2="&#x1ee0;" k="41" />
+    <hkern u1="&#xc7;" u2="&#x1ede;" k="41" />
+    <hkern u1="&#xc7;" u2="&#x1edc;" k="41" />
+    <hkern u1="&#xc7;" u2="&#x1eda;" k="41" />
+    <hkern u1="&#xc7;" u2="&#x1ed8;" k="41" />
+    <hkern u1="&#xc7;" u2="&#x1ed6;" k="41" />
+    <hkern u1="&#xc7;" u2="&#x1ed4;" k="41" />
+    <hkern u1="&#xc7;" u2="&#x1ed2;" k="41" />
+    <hkern u1="&#xc7;" u2="&#x1ed0;" k="41" />
+    <hkern u1="&#xc7;" u2="&#x1ece;" k="41" />
+    <hkern u1="&#xc7;" u2="&#x1ecc;" k="41" />
+    <hkern u1="&#xc7;" u2="&#x1a0;" k="41" />
+    <hkern u1="&#xc7;" u2="&#x1fe;" k="41" />
+    <hkern u1="&#xc7;" u2="&#x152;" k="41" />
+    <hkern u1="&#xc7;" u2="&#x150;" k="41" />
+    <hkern u1="&#xc7;" u2="&#x14e;" k="41" />
+    <hkern u1="&#xc7;" u2="&#x14c;" k="41" />
+    <hkern u1="&#xc7;" u2="&#x122;" k="41" />
+    <hkern u1="&#xc7;" u2="&#x120;" k="41" />
+    <hkern u1="&#xc7;" u2="&#x11e;" k="41" />
+    <hkern u1="&#xc7;" u2="&#x11c;" k="41" />
+    <hkern u1="&#xc7;" u2="&#x10c;" k="41" />
+    <hkern u1="&#xc7;" u2="&#x10a;" k="41" />
+    <hkern u1="&#xc7;" u2="&#x108;" k="41" />
+    <hkern u1="&#xc7;" u2="&#x106;" k="41" />
+    <hkern u1="&#xc7;" u2="&#xd8;" k="41" />
+    <hkern u1="&#xc7;" u2="&#xd6;" k="41" />
+    <hkern u1="&#xc7;" u2="&#xd5;" k="41" />
+    <hkern u1="&#xc7;" u2="&#xd4;" k="41" />
+    <hkern u1="&#xc7;" u2="&#xd3;" k="41" />
+    <hkern u1="&#xc7;" u2="&#xd2;" k="41" />
+    <hkern u1="&#xc7;" u2="&#xc7;" k="41" />
+    <hkern u1="&#xc7;" u2="Q" k="41" />
+    <hkern u1="&#xc7;" u2="O" k="41" />
+    <hkern u1="&#xc7;" u2="G" k="41" />
+    <hkern u1="&#xc7;" u2="C" k="41" />
+    <hkern u1="&#xc8;" u2="J" k="-123" />
+    <hkern u1="&#xc9;" u2="J" k="-123" />
+    <hkern u1="&#xca;" u2="J" k="-123" />
+    <hkern u1="&#xcb;" u2="J" k="-123" />
+    <hkern u1="&#xd0;" u2="&#x162;" k="61" />
+    <hkern u1="&#xd0;" u2="&#x1ef8;" k="20" />
+    <hkern u1="&#xd0;" u2="&#x1ef6;" k="20" />
+    <hkern u1="&#xd0;" u2="&#x1ef4;" k="20" />
+    <hkern u1="&#xd0;" u2="&#x1eb6;" k="41" />
+    <hkern u1="&#xd0;" u2="&#x1eb4;" k="41" />
+    <hkern u1="&#xd0;" u2="&#x1eb2;" k="41" />
+    <hkern u1="&#xd0;" u2="&#x1eb0;" k="41" />
+    <hkern u1="&#xd0;" u2="&#x1eae;" k="41" />
+    <hkern u1="&#xd0;" u2="&#x1eac;" k="41" />
+    <hkern u1="&#xd0;" u2="&#x1eaa;" k="41" />
+    <hkern u1="&#xd0;" u2="&#x1ea8;" k="41" />
+    <hkern u1="&#xd0;" u2="&#x1ea6;" k="41" />
+    <hkern u1="&#xd0;" u2="&#x1ea4;" k="41" />
+    <hkern u1="&#xd0;" u2="&#x1ea2;" k="41" />
+    <hkern u1="&#xd0;" u2="&#x1ea0;" k="41" />
+    <hkern u1="&#xd0;" u2="&#x1e00;" k="41" />
+    <hkern u1="&#xd0;" u2="&#x201e;" k="82" />
+    <hkern u1="&#xd0;" u2="&#x201a;" k="82" />
+    <hkern u1="&#xd0;" u2="&#x1ef2;" k="20" />
+    <hkern u1="&#xd0;" u2="&#x1e84;" k="20" />
+    <hkern u1="&#xd0;" u2="&#x1e82;" k="20" />
+    <hkern u1="&#xd0;" u2="&#x1e80;" k="20" />
+    <hkern u1="&#xd0;" u2="&#x405;" k="20" />
+    <hkern u1="&#xd0;" u2="&#x1fa;" k="41" />
+    <hkern u1="&#xd0;" u2="&#x17d;" k="20" />
+    <hkern u1="&#xd0;" u2="&#x17b;" k="20" />
+    <hkern u1="&#xd0;" u2="&#x179;" k="20" />
+    <hkern u1="&#xd0;" u2="&#x178;" k="20" />
+    <hkern u1="&#xd0;" u2="&#x176;" k="20" />
+    <hkern u1="&#xd0;" u2="&#x174;" k="20" />
+    <hkern u1="&#xd0;" u2="&#x164;" k="61" />
+    <hkern u1="&#xd0;" u2="&#x21a;" k="61" />
+    <hkern u1="&#xd0;" u2="&#x104;" k="41" />
+    <hkern u1="&#xd0;" u2="&#x102;" k="41" />
+    <hkern u1="&#xd0;" u2="&#x100;" k="41" />
+    <hkern u1="&#xd0;" u2="&#xdd;" k="20" />
+    <hkern u1="&#xd0;" u2="&#xc5;" k="41" />
+    <hkern u1="&#xd0;" u2="&#xc4;" k="41" />
+    <hkern u1="&#xd0;" u2="&#xc3;" k="41" />
+    <hkern u1="&#xd0;" u2="&#xc2;" k="41" />
+    <hkern u1="&#xd0;" u2="&#xc1;" k="41" />
+    <hkern u1="&#xd0;" u2="&#xc0;" k="41" />
+    <hkern u1="&#xd0;" u2="Z" k="20" />
+    <hkern u1="&#xd0;" u2="Y" k="20" />
+    <hkern u1="&#xd0;" u2="X" k="41" />
+    <hkern u1="&#xd0;" u2="W" k="20" />
+    <hkern u1="&#xd0;" u2="V" k="20" />
+    <hkern u1="&#xd0;" u2="T" k="61" />
+    <hkern u1="&#xd0;" u2="A" k="41" />
+    <hkern u1="&#xd0;" u2="&#x2e;" k="82" />
+    <hkern u1="&#xd0;" u2="&#x2c;" k="82" />
+    <hkern u1="&#xd2;" u2="&#x162;" k="61" />
+    <hkern u1="&#xd2;" u2="&#x1ef8;" k="20" />
+    <hkern u1="&#xd2;" u2="&#x1ef6;" k="20" />
+    <hkern u1="&#xd2;" u2="&#x1ef4;" k="20" />
+    <hkern u1="&#xd2;" u2="&#x1eb6;" k="41" />
+    <hkern u1="&#xd2;" u2="&#x1eb4;" k="41" />
+    <hkern u1="&#xd2;" u2="&#x1eb2;" k="41" />
+    <hkern u1="&#xd2;" u2="&#x1eb0;" k="41" />
+    <hkern u1="&#xd2;" u2="&#x1eae;" k="41" />
+    <hkern u1="&#xd2;" u2="&#x1eac;" k="41" />
+    <hkern u1="&#xd2;" u2="&#x1eaa;" k="41" />
+    <hkern u1="&#xd2;" u2="&#x1ea8;" k="41" />
+    <hkern u1="&#xd2;" u2="&#x1ea6;" k="41" />
+    <hkern u1="&#xd2;" u2="&#x1ea4;" k="41" />
+    <hkern u1="&#xd2;" u2="&#x1ea2;" k="41" />
+    <hkern u1="&#xd2;" u2="&#x1ea0;" k="41" />
+    <hkern u1="&#xd2;" u2="&#x1e00;" k="41" />
+    <hkern u1="&#xd2;" u2="&#x201e;" k="82" />
+    <hkern u1="&#xd2;" u2="&#x201a;" k="82" />
+    <hkern u1="&#xd2;" u2="&#x1ef2;" k="20" />
+    <hkern u1="&#xd2;" u2="&#x1e84;" k="20" />
+    <hkern u1="&#xd2;" u2="&#x1e82;" k="20" />
+    <hkern u1="&#xd2;" u2="&#x1e80;" k="20" />
+    <hkern u1="&#xd2;" u2="&#x405;" k="20" />
+    <hkern u1="&#xd2;" u2="&#x1fa;" k="41" />
+    <hkern u1="&#xd2;" u2="&#x17d;" k="20" />
+    <hkern u1="&#xd2;" u2="&#x17b;" k="20" />
+    <hkern u1="&#xd2;" u2="&#x179;" k="20" />
+    <hkern u1="&#xd2;" u2="&#x178;" k="20" />
+    <hkern u1="&#xd2;" u2="&#x176;" k="20" />
+    <hkern u1="&#xd2;" u2="&#x174;" k="20" />
+    <hkern u1="&#xd2;" u2="&#x164;" k="61" />
+    <hkern u1="&#xd2;" u2="&#x21a;" k="61" />
+    <hkern u1="&#xd2;" u2="&#x104;" k="41" />
+    <hkern u1="&#xd2;" u2="&#x102;" k="41" />
+    <hkern u1="&#xd2;" u2="&#x100;" k="41" />
+    <hkern u1="&#xd2;" u2="&#xdd;" k="20" />
+    <hkern u1="&#xd2;" u2="&#xc5;" k="41" />
+    <hkern u1="&#xd2;" u2="&#xc4;" k="41" />
+    <hkern u1="&#xd2;" u2="&#xc3;" k="41" />
+    <hkern u1="&#xd2;" u2="&#xc2;" k="41" />
+    <hkern u1="&#xd2;" u2="&#xc1;" k="41" />
+    <hkern u1="&#xd2;" u2="&#xc0;" k="41" />
+    <hkern u1="&#xd2;" u2="Z" k="20" />
+    <hkern u1="&#xd2;" u2="Y" k="20" />
+    <hkern u1="&#xd2;" u2="X" k="41" />
+    <hkern u1="&#xd2;" u2="W" k="20" />
+    <hkern u1="&#xd2;" u2="V" k="20" />
+    <hkern u1="&#xd2;" u2="T" k="61" />
+    <hkern u1="&#xd2;" u2="A" k="41" />
+    <hkern u1="&#xd2;" u2="&#x2e;" k="82" />
+    <hkern u1="&#xd2;" u2="&#x2c;" k="82" />
+    <hkern u1="&#xd3;" u2="&#x162;" k="61" />
+    <hkern u1="&#xd3;" u2="&#x1ef8;" k="20" />
+    <hkern u1="&#xd3;" u2="&#x1ef6;" k="20" />
+    <hkern u1="&#xd3;" u2="&#x1ef4;" k="20" />
+    <hkern u1="&#xd3;" u2="&#x1eb6;" k="41" />
+    <hkern u1="&#xd3;" u2="&#x1eb4;" k="41" />
+    <hkern u1="&#xd3;" u2="&#x1eb2;" k="41" />
+    <hkern u1="&#xd3;" u2="&#x1eb0;" k="41" />
+    <hkern u1="&#xd3;" u2="&#x1eae;" k="41" />
+    <hkern u1="&#xd3;" u2="&#x1eac;" k="41" />
+    <hkern u1="&#xd3;" u2="&#x1eaa;" k="41" />
+    <hkern u1="&#xd3;" u2="&#x1ea8;" k="41" />
+    <hkern u1="&#xd3;" u2="&#x1ea6;" k="41" />
+    <hkern u1="&#xd3;" u2="&#x1ea4;" k="41" />
+    <hkern u1="&#xd3;" u2="&#x1ea2;" k="41" />
+    <hkern u1="&#xd3;" u2="&#x1ea0;" k="41" />
+    <hkern u1="&#xd3;" u2="&#x1e00;" k="41" />
+    <hkern u1="&#xd3;" u2="&#x201e;" k="82" />
+    <hkern u1="&#xd3;" u2="&#x201a;" k="82" />
+    <hkern u1="&#xd3;" u2="&#x1ef2;" k="20" />
+    <hkern u1="&#xd3;" u2="&#x1e84;" k="20" />
+    <hkern u1="&#xd3;" u2="&#x1e82;" k="20" />
+    <hkern u1="&#xd3;" u2="&#x1e80;" k="20" />
+    <hkern u1="&#xd3;" u2="&#x405;" k="20" />
+    <hkern u1="&#xd3;" u2="&#x1fa;" k="41" />
+    <hkern u1="&#xd3;" u2="&#x17d;" k="20" />
+    <hkern u1="&#xd3;" u2="&#x17b;" k="20" />
+    <hkern u1="&#xd3;" u2="&#x179;" k="20" />
+    <hkern u1="&#xd3;" u2="&#x178;" k="20" />
+    <hkern u1="&#xd3;" u2="&#x176;" k="20" />
+    <hkern u1="&#xd3;" u2="&#x174;" k="20" />
+    <hkern u1="&#xd3;" u2="&#x164;" k="61" />
+    <hkern u1="&#xd3;" u2="&#x21a;" k="61" />
+    <hkern u1="&#xd3;" u2="&#x104;" k="41" />
+    <hkern u1="&#xd3;" u2="&#x102;" k="41" />
+    <hkern u1="&#xd3;" u2="&#x100;" k="41" />
+    <hkern u1="&#xd3;" u2="&#xdd;" k="20" />
+    <hkern u1="&#xd3;" u2="&#xc5;" k="41" />
+    <hkern u1="&#xd3;" u2="&#xc4;" k="41" />
+    <hkern u1="&#xd3;" u2="&#xc3;" k="41" />
+    <hkern u1="&#xd3;" u2="&#xc2;" k="41" />
+    <hkern u1="&#xd3;" u2="&#xc1;" k="41" />
+    <hkern u1="&#xd3;" u2="&#xc0;" k="41" />
+    <hkern u1="&#xd3;" u2="Z" k="20" />
+    <hkern u1="&#xd3;" u2="Y" k="20" />
+    <hkern u1="&#xd3;" u2="X" k="41" />
+    <hkern u1="&#xd3;" u2="W" k="20" />
+    <hkern u1="&#xd3;" u2="V" k="20" />
+    <hkern u1="&#xd3;" u2="T" k="61" />
+    <hkern u1="&#xd3;" u2="A" k="41" />
+    <hkern u1="&#xd3;" u2="&#x2e;" k="82" />
+    <hkern u1="&#xd3;" u2="&#x2c;" k="82" />
+    <hkern u1="&#xd4;" u2="&#x162;" k="61" />
+    <hkern u1="&#xd4;" u2="&#x1ef8;" k="20" />
+    <hkern u1="&#xd4;" u2="&#x1ef6;" k="20" />
+    <hkern u1="&#xd4;" u2="&#x1ef4;" k="20" />
+    <hkern u1="&#xd4;" u2="&#x1eb6;" k="41" />
+    <hkern u1="&#xd4;" u2="&#x1eb4;" k="41" />
+    <hkern u1="&#xd4;" u2="&#x1eb2;" k="41" />
+    <hkern u1="&#xd4;" u2="&#x1eb0;" k="41" />
+    <hkern u1="&#xd4;" u2="&#x1eae;" k="41" />
+    <hkern u1="&#xd4;" u2="&#x1eac;" k="41" />
+    <hkern u1="&#xd4;" u2="&#x1eaa;" k="41" />
+    <hkern u1="&#xd4;" u2="&#x1ea8;" k="41" />
+    <hkern u1="&#xd4;" u2="&#x1ea6;" k="41" />
+    <hkern u1="&#xd4;" u2="&#x1ea4;" k="41" />
+    <hkern u1="&#xd4;" u2="&#x1ea2;" k="41" />
+    <hkern u1="&#xd4;" u2="&#x1ea0;" k="41" />
+    <hkern u1="&#xd4;" u2="&#x1e00;" k="41" />
+    <hkern u1="&#xd4;" u2="&#x201e;" k="82" />
+    <hkern u1="&#xd4;" u2="&#x201a;" k="82" />
+    <hkern u1="&#xd4;" u2="&#x1ef2;" k="20" />
+    <hkern u1="&#xd4;" u2="&#x1e84;" k="20" />
+    <hkern u1="&#xd4;" u2="&#x1e82;" k="20" />
+    <hkern u1="&#xd4;" u2="&#x1e80;" k="20" />
+    <hkern u1="&#xd4;" u2="&#x405;" k="20" />
+    <hkern u1="&#xd4;" u2="&#x1fa;" k="41" />
+    <hkern u1="&#xd4;" u2="&#x17d;" k="20" />
+    <hkern u1="&#xd4;" u2="&#x17b;" k="20" />
+    <hkern u1="&#xd4;" u2="&#x179;" k="20" />
+    <hkern u1="&#xd4;" u2="&#x178;" k="20" />
+    <hkern u1="&#xd4;" u2="&#x176;" k="20" />
+    <hkern u1="&#xd4;" u2="&#x174;" k="20" />
+    <hkern u1="&#xd4;" u2="&#x164;" k="61" />
+    <hkern u1="&#xd4;" u2="&#x21a;" k="61" />
+    <hkern u1="&#xd4;" u2="&#x104;" k="41" />
+    <hkern u1="&#xd4;" u2="&#x102;" k="41" />
+    <hkern u1="&#xd4;" u2="&#x100;" k="41" />
+    <hkern u1="&#xd4;" u2="&#xdd;" k="20" />
+    <hkern u1="&#xd4;" u2="&#xc5;" k="41" />
+    <hkern u1="&#xd4;" u2="&#xc4;" k="41" />
+    <hkern u1="&#xd4;" u2="&#xc3;" k="41" />
+    <hkern u1="&#xd4;" u2="&#xc2;" k="41" />
+    <hkern u1="&#xd4;" u2="&#xc1;" k="41" />
+    <hkern u1="&#xd4;" u2="&#xc0;" k="41" />
+    <hkern u1="&#xd4;" u2="Z" k="20" />
+    <hkern u1="&#xd4;" u2="Y" k="20" />
+    <hkern u1="&#xd4;" u2="X" k="41" />
+    <hkern u1="&#xd4;" u2="W" k="20" />
+    <hkern u1="&#xd4;" u2="V" k="20" />
+    <hkern u1="&#xd4;" u2="T" k="61" />
+    <hkern u1="&#xd4;" u2="A" k="41" />
+    <hkern u1="&#xd4;" u2="&#x2e;" k="82" />
+    <hkern u1="&#xd4;" u2="&#x2c;" k="82" />
+    <hkern u1="&#xd5;" u2="&#x162;" k="61" />
+    <hkern u1="&#xd5;" u2="&#x1ef8;" k="20" />
+    <hkern u1="&#xd5;" u2="&#x1ef6;" k="20" />
+    <hkern u1="&#xd5;" u2="&#x1ef4;" k="20" />
+    <hkern u1="&#xd5;" u2="&#x1eb6;" k="41" />
+    <hkern u1="&#xd5;" u2="&#x1eb4;" k="41" />
+    <hkern u1="&#xd5;" u2="&#x1eb2;" k="41" />
+    <hkern u1="&#xd5;" u2="&#x1eb0;" k="41" />
+    <hkern u1="&#xd5;" u2="&#x1eae;" k="41" />
+    <hkern u1="&#xd5;" u2="&#x1eac;" k="41" />
+    <hkern u1="&#xd5;" u2="&#x1eaa;" k="41" />
+    <hkern u1="&#xd5;" u2="&#x1ea8;" k="41" />
+    <hkern u1="&#xd5;" u2="&#x1ea6;" k="41" />
+    <hkern u1="&#xd5;" u2="&#x1ea4;" k="41" />
+    <hkern u1="&#xd5;" u2="&#x1ea2;" k="41" />
+    <hkern u1="&#xd5;" u2="&#x1ea0;" k="41" />
+    <hkern u1="&#xd5;" u2="&#x1e00;" k="41" />
+    <hkern u1="&#xd5;" u2="&#x201e;" k="82" />
+    <hkern u1="&#xd5;" u2="&#x201a;" k="82" />
+    <hkern u1="&#xd5;" u2="&#x1ef2;" k="20" />
+    <hkern u1="&#xd5;" u2="&#x1e84;" k="20" />
+    <hkern u1="&#xd5;" u2="&#x1e82;" k="20" />
+    <hkern u1="&#xd5;" u2="&#x1e80;" k="20" />
+    <hkern u1="&#xd5;" u2="&#x405;" k="20" />
+    <hkern u1="&#xd5;" u2="&#x1fa;" k="41" />
+    <hkern u1="&#xd5;" u2="&#x17d;" k="20" />
+    <hkern u1="&#xd5;" u2="&#x17b;" k="20" />
+    <hkern u1="&#xd5;" u2="&#x179;" k="20" />
+    <hkern u1="&#xd5;" u2="&#x178;" k="20" />
+    <hkern u1="&#xd5;" u2="&#x176;" k="20" />
+    <hkern u1="&#xd5;" u2="&#x174;" k="20" />
+    <hkern u1="&#xd5;" u2="&#x164;" k="61" />
+    <hkern u1="&#xd5;" u2="&#x21a;" k="61" />
+    <hkern u1="&#xd5;" u2="&#x104;" k="41" />
+    <hkern u1="&#xd5;" u2="&#x102;" k="41" />
+    <hkern u1="&#xd5;" u2="&#x100;" k="41" />
+    <hkern u1="&#xd5;" u2="&#xdd;" k="20" />
+    <hkern u1="&#xd5;" u2="&#xc5;" k="41" />
+    <hkern u1="&#xd5;" u2="&#xc4;" k="41" />
+    <hkern u1="&#xd5;" u2="&#xc3;" k="41" />
+    <hkern u1="&#xd5;" u2="&#xc2;" k="41" />
+    <hkern u1="&#xd5;" u2="&#xc1;" k="41" />
+    <hkern u1="&#xd5;" u2="&#xc0;" k="41" />
+    <hkern u1="&#xd5;" u2="Z" k="20" />
+    <hkern u1="&#xd5;" u2="Y" k="20" />
+    <hkern u1="&#xd5;" u2="X" k="41" />
+    <hkern u1="&#xd5;" u2="W" k="20" />
+    <hkern u1="&#xd5;" u2="V" k="20" />
+    <hkern u1="&#xd5;" u2="T" k="61" />
+    <hkern u1="&#xd5;" u2="A" k="41" />
+    <hkern u1="&#xd5;" u2="&#x2e;" k="82" />
+    <hkern u1="&#xd5;" u2="&#x2c;" k="82" />
+    <hkern u1="&#xd6;" u2="&#x162;" k="61" />
+    <hkern u1="&#xd6;" u2="&#x1ef8;" k="20" />
+    <hkern u1="&#xd6;" u2="&#x1ef6;" k="20" />
+    <hkern u1="&#xd6;" u2="&#x1ef4;" k="20" />
+    <hkern u1="&#xd6;" u2="&#x1eb6;" k="41" />
+    <hkern u1="&#xd6;" u2="&#x1eb4;" k="41" />
+    <hkern u1="&#xd6;" u2="&#x1eb2;" k="41" />
+    <hkern u1="&#xd6;" u2="&#x1eb0;" k="41" />
+    <hkern u1="&#xd6;" u2="&#x1eae;" k="41" />
+    <hkern u1="&#xd6;" u2="&#x1eac;" k="41" />
+    <hkern u1="&#xd6;" u2="&#x1eaa;" k="41" />
+    <hkern u1="&#xd6;" u2="&#x1ea8;" k="41" />
+    <hkern u1="&#xd6;" u2="&#x1ea6;" k="41" />
+    <hkern u1="&#xd6;" u2="&#x1ea4;" k="41" />
+    <hkern u1="&#xd6;" u2="&#x1ea2;" k="41" />
+    <hkern u1="&#xd6;" u2="&#x1ea0;" k="41" />
+    <hkern u1="&#xd6;" u2="&#x1e00;" k="41" />
+    <hkern u1="&#xd6;" u2="&#x201e;" k="82" />
+    <hkern u1="&#xd6;" u2="&#x201a;" k="82" />
+    <hkern u1="&#xd6;" u2="&#x1ef2;" k="20" />
+    <hkern u1="&#xd6;" u2="&#x1e84;" k="20" />
+    <hkern u1="&#xd6;" u2="&#x1e82;" k="20" />
+    <hkern u1="&#xd6;" u2="&#x1e80;" k="20" />
+    <hkern u1="&#xd6;" u2="&#x405;" k="20" />
+    <hkern u1="&#xd6;" u2="&#x1fa;" k="41" />
+    <hkern u1="&#xd6;" u2="&#x17d;" k="20" />
+    <hkern u1="&#xd6;" u2="&#x17b;" k="20" />
+    <hkern u1="&#xd6;" u2="&#x179;" k="20" />
+    <hkern u1="&#xd6;" u2="&#x178;" k="20" />
+    <hkern u1="&#xd6;" u2="&#x176;" k="20" />
+    <hkern u1="&#xd6;" u2="&#x174;" k="20" />
+    <hkern u1="&#xd6;" u2="&#x164;" k="61" />
+    <hkern u1="&#xd6;" u2="&#x21a;" k="61" />
+    <hkern u1="&#xd6;" u2="&#x104;" k="41" />
+    <hkern u1="&#xd6;" u2="&#x102;" k="41" />
+    <hkern u1="&#xd6;" u2="&#x100;" k="41" />
+    <hkern u1="&#xd6;" u2="&#xdd;" k="20" />
+    <hkern u1="&#xd6;" u2="&#xc5;" k="41" />
+    <hkern u1="&#xd6;" u2="&#xc4;" k="41" />
+    <hkern u1="&#xd6;" u2="&#xc3;" k="41" />
+    <hkern u1="&#xd6;" u2="&#xc2;" k="41" />
+    <hkern u1="&#xd6;" u2="&#xc1;" k="41" />
+    <hkern u1="&#xd6;" u2="&#xc0;" k="41" />
+    <hkern u1="&#xd6;" u2="Z" k="20" />
+    <hkern u1="&#xd6;" u2="Y" k="20" />
+    <hkern u1="&#xd6;" u2="X" k="41" />
+    <hkern u1="&#xd6;" u2="W" k="20" />
+    <hkern u1="&#xd6;" u2="V" k="20" />
+    <hkern u1="&#xd6;" u2="T" k="61" />
+    <hkern u1="&#xd6;" u2="A" k="41" />
+    <hkern u1="&#xd6;" u2="&#x2e;" k="82" />
+    <hkern u1="&#xd6;" u2="&#x2c;" k="82" />
+    <hkern u1="&#xd8;" u2="&#x162;" k="61" />
+    <hkern u1="&#xd8;" u2="&#x1ef8;" k="20" />
+    <hkern u1="&#xd8;" u2="&#x1ef6;" k="20" />
+    <hkern u1="&#xd8;" u2="&#x1ef4;" k="20" />
+    <hkern u1="&#xd8;" u2="&#x1eb6;" k="41" />
+    <hkern u1="&#xd8;" u2="&#x1eb4;" k="41" />
+    <hkern u1="&#xd8;" u2="&#x1eb2;" k="41" />
+    <hkern u1="&#xd8;" u2="&#x1eb0;" k="41" />
+    <hkern u1="&#xd8;" u2="&#x1eae;" k="41" />
+    <hkern u1="&#xd8;" u2="&#x1eac;" k="41" />
+    <hkern u1="&#xd8;" u2="&#x1eaa;" k="41" />
+    <hkern u1="&#xd8;" u2="&#x1ea8;" k="41" />
+    <hkern u1="&#xd8;" u2="&#x1ea6;" k="41" />
+    <hkern u1="&#xd8;" u2="&#x1ea4;" k="41" />
+    <hkern u1="&#xd8;" u2="&#x1ea2;" k="41" />
+    <hkern u1="&#xd8;" u2="&#x1ea0;" k="41" />
+    <hkern u1="&#xd8;" u2="&#x1e00;" k="41" />
+    <hkern u1="&#xd8;" u2="&#x201e;" k="82" />
+    <hkern u1="&#xd8;" u2="&#x201a;" k="82" />
+    <hkern u1="&#xd8;" u2="&#x1ef2;" k="20" />
+    <hkern u1="&#xd8;" u2="&#x1e84;" k="20" />
+    <hkern u1="&#xd8;" u2="&#x1e82;" k="20" />
+    <hkern u1="&#xd8;" u2="&#x1e80;" k="20" />
+    <hkern u1="&#xd8;" u2="&#x405;" k="20" />
+    <hkern u1="&#xd8;" u2="&#x1fa;" k="41" />
+    <hkern u1="&#xd8;" u2="&#x17d;" k="20" />
+    <hkern u1="&#xd8;" u2="&#x17b;" k="20" />
+    <hkern u1="&#xd8;" u2="&#x179;" k="20" />
+    <hkern u1="&#xd8;" u2="&#x178;" k="20" />
+    <hkern u1="&#xd8;" u2="&#x176;" k="20" />
+    <hkern u1="&#xd8;" u2="&#x174;" k="20" />
+    <hkern u1="&#xd8;" u2="&#x164;" k="61" />
+    <hkern u1="&#xd8;" u2="&#x21a;" k="61" />
+    <hkern u1="&#xd8;" u2="&#x104;" k="41" />
+    <hkern u1="&#xd8;" u2="&#x102;" k="41" />
+    <hkern u1="&#xd8;" u2="&#x100;" k="41" />
+    <hkern u1="&#xd8;" u2="&#xdd;" k="20" />
+    <hkern u1="&#xd8;" u2="&#xc5;" k="41" />
+    <hkern u1="&#xd8;" u2="&#xc4;" k="41" />
+    <hkern u1="&#xd8;" u2="&#xc3;" k="41" />
+    <hkern u1="&#xd8;" u2="&#xc2;" k="41" />
+    <hkern u1="&#xd8;" u2="&#xc1;" k="41" />
+    <hkern u1="&#xd8;" u2="&#xc0;" k="41" />
+    <hkern u1="&#xd8;" u2="Z" k="20" />
+    <hkern u1="&#xd8;" u2="Y" k="20" />
+    <hkern u1="&#xd8;" u2="X" k="41" />
+    <hkern u1="&#xd8;" u2="W" k="20" />
+    <hkern u1="&#xd8;" u2="V" k="20" />
+    <hkern u1="&#xd8;" u2="T" k="61" />
+    <hkern u1="&#xd8;" u2="A" k="41" />
+    <hkern u1="&#xd8;" u2="&#x2e;" k="82" />
+    <hkern u1="&#xd8;" u2="&#x2c;" k="82" />
+    <hkern u1="&#xd9;" u2="&#x1eb6;" k="20" />
+    <hkern u1="&#xd9;" u2="&#x1eb4;" k="20" />
+    <hkern u1="&#xd9;" u2="&#x1eb2;" k="20" />
+    <hkern u1="&#xd9;" u2="&#x1eb0;" k="20" />
+    <hkern u1="&#xd9;" u2="&#x1eae;" k="20" />
+    <hkern u1="&#xd9;" u2="&#x1eac;" k="20" />
+    <hkern u1="&#xd9;" u2="&#x1eaa;" k="20" />
+    <hkern u1="&#xd9;" u2="&#x1ea8;" k="20" />
+    <hkern u1="&#xd9;" u2="&#x1ea6;" k="20" />
+    <hkern u1="&#xd9;" u2="&#x1ea4;" k="20" />
+    <hkern u1="&#xd9;" u2="&#x1ea2;" k="20" />
+    <hkern u1="&#xd9;" u2="&#x1ea0;" k="20" />
+    <hkern u1="&#xd9;" u2="&#x1e00;" k="20" />
+    <hkern u1="&#xd9;" u2="&#x201e;" k="41" />
+    <hkern u1="&#xd9;" u2="&#x201a;" k="41" />
+    <hkern u1="&#xd9;" u2="&#x1fa;" k="20" />
+    <hkern u1="&#xd9;" u2="&#x104;" k="20" />
+    <hkern u1="&#xd9;" u2="&#x102;" k="20" />
+    <hkern u1="&#xd9;" u2="&#x100;" k="20" />
+    <hkern u1="&#xd9;" u2="&#xc5;" k="20" />
+    <hkern u1="&#xd9;" u2="&#xc4;" k="20" />
+    <hkern u1="&#xd9;" u2="&#xc3;" k="20" />
+    <hkern u1="&#xd9;" u2="&#xc2;" k="20" />
+    <hkern u1="&#xd9;" u2="&#xc1;" k="20" />
+    <hkern u1="&#xd9;" u2="&#xc0;" k="20" />
+    <hkern u1="&#xd9;" u2="A" k="20" />
+    <hkern u1="&#xd9;" u2="&#x2e;" k="41" />
+    <hkern u1="&#xd9;" u2="&#x2c;" k="41" />
+    <hkern u1="&#xda;" u2="&#x1eb6;" k="20" />
+    <hkern u1="&#xda;" u2="&#x1eb4;" k="20" />
+    <hkern u1="&#xda;" u2="&#x1eb2;" k="20" />
+    <hkern u1="&#xda;" u2="&#x1eb0;" k="20" />
+    <hkern u1="&#xda;" u2="&#x1eae;" k="20" />
+    <hkern u1="&#xda;" u2="&#x1eac;" k="20" />
+    <hkern u1="&#xda;" u2="&#x1eaa;" k="20" />
+    <hkern u1="&#xda;" u2="&#x1ea8;" k="20" />
+    <hkern u1="&#xda;" u2="&#x1ea6;" k="20" />
+    <hkern u1="&#xda;" u2="&#x1ea4;" k="20" />
+    <hkern u1="&#xda;" u2="&#x1ea2;" k="20" />
+    <hkern u1="&#xda;" u2="&#x1ea0;" k="20" />
+    <hkern u1="&#xda;" u2="&#x1e00;" k="20" />
+    <hkern u1="&#xda;" u2="&#x201e;" k="41" />
+    <hkern u1="&#xda;" u2="&#x201a;" k="41" />
+    <hkern u1="&#xda;" u2="&#x1fa;" k="20" />
+    <hkern u1="&#xda;" u2="&#x104;" k="20" />
+    <hkern u1="&#xda;" u2="&#x102;" k="20" />
+    <hkern u1="&#xda;" u2="&#x100;" k="20" />
+    <hkern u1="&#xda;" u2="&#xc5;" k="20" />
+    <hkern u1="&#xda;" u2="&#xc4;" k="20" />
+    <hkern u1="&#xda;" u2="&#xc3;" k="20" />
+    <hkern u1="&#xda;" u2="&#xc2;" k="20" />
+    <hkern u1="&#xda;" u2="&#xc1;" k="20" />
+    <hkern u1="&#xda;" u2="&#xc0;" k="20" />
+    <hkern u1="&#xda;" u2="A" k="20" />
+    <hkern u1="&#xda;" u2="&#x2e;" k="41" />
+    <hkern u1="&#xda;" u2="&#x2c;" k="41" />
+    <hkern u1="&#xdb;" u2="&#x1eb6;" k="20" />
+    <hkern u1="&#xdb;" u2="&#x1eb4;" k="20" />
+    <hkern u1="&#xdb;" u2="&#x1eb2;" k="20" />
+    <hkern u1="&#xdb;" u2="&#x1eb0;" k="20" />
+    <hkern u1="&#xdb;" u2="&#x1eae;" k="20" />
+    <hkern u1="&#xdb;" u2="&#x1eac;" k="20" />
+    <hkern u1="&#xdb;" u2="&#x1eaa;" k="20" />
+    <hkern u1="&#xdb;" u2="&#x1ea8;" k="20" />
+    <hkern u1="&#xdb;" u2="&#x1ea6;" k="20" />
+    <hkern u1="&#xdb;" u2="&#x1ea4;" k="20" />
+    <hkern u1="&#xdb;" u2="&#x1ea2;" k="20" />
+    <hkern u1="&#xdb;" u2="&#x1ea0;" k="20" />
+    <hkern u1="&#xdb;" u2="&#x1e00;" k="20" />
+    <hkern u1="&#xdb;" u2="&#x201e;" k="41" />
+    <hkern u1="&#xdb;" u2="&#x201a;" k="41" />
+    <hkern u1="&#xdb;" u2="&#x1fa;" k="20" />
+    <hkern u1="&#xdb;" u2="&#x104;" k="20" />
+    <hkern u1="&#xdb;" u2="&#x102;" k="20" />
+    <hkern u1="&#xdb;" u2="&#x100;" k="20" />
+    <hkern u1="&#xdb;" u2="&#xc5;" k="20" />
+    <hkern u1="&#xdb;" u2="&#xc4;" k="20" />
+    <hkern u1="&#xdb;" u2="&#xc3;" k="20" />
+    <hkern u1="&#xdb;" u2="&#xc2;" k="20" />
+    <hkern u1="&#xdb;" u2="&#xc1;" k="20" />
+    <hkern u1="&#xdb;" u2="&#xc0;" k="20" />
+    <hkern u1="&#xdb;" u2="A" k="20" />
+    <hkern u1="&#xdb;" u2="&#x2e;" k="41" />
+    <hkern u1="&#xdb;" u2="&#x2c;" k="41" />
+    <hkern u1="&#xdc;" u2="&#x1eb6;" k="20" />
+    <hkern u1="&#xdc;" u2="&#x1eb4;" k="20" />
+    <hkern u1="&#xdc;" u2="&#x1eb2;" k="20" />
+    <hkern u1="&#xdc;" u2="&#x1eb0;" k="20" />
+    <hkern u1="&#xdc;" u2="&#x1eae;" k="20" />
+    <hkern u1="&#xdc;" u2="&#x1eac;" k="20" />
+    <hkern u1="&#xdc;" u2="&#x1eaa;" k="20" />
+    <hkern u1="&#xdc;" u2="&#x1ea8;" k="20" />
+    <hkern u1="&#xdc;" u2="&#x1ea6;" k="20" />
+    <hkern u1="&#xdc;" u2="&#x1ea4;" k="20" />
+    <hkern u1="&#xdc;" u2="&#x1ea2;" k="20" />
+    <hkern u1="&#xdc;" u2="&#x1ea0;" k="20" />
+    <hkern u1="&#xdc;" u2="&#x1e00;" k="20" />
+    <hkern u1="&#xdc;" u2="&#x201e;" k="41" />
+    <hkern u1="&#xdc;" u2="&#x201a;" k="41" />
+    <hkern u1="&#xdc;" u2="&#x1fa;" k="20" />
+    <hkern u1="&#xdc;" u2="&#x104;" k="20" />
+    <hkern u1="&#xdc;" u2="&#x102;" k="20" />
+    <hkern u1="&#xdc;" u2="&#x100;" k="20" />
+    <hkern u1="&#xdc;" u2="&#xc5;" k="20" />
+    <hkern u1="&#xdc;" u2="&#xc4;" k="20" />
+    <hkern u1="&#xdc;" u2="&#xc3;" k="20" />
+    <hkern u1="&#xdc;" u2="&#xc2;" k="20" />
+    <hkern u1="&#xdc;" u2="&#xc1;" k="20" />
+    <hkern u1="&#xdc;" u2="&#xc0;" k="20" />
+    <hkern u1="&#xdc;" u2="A" k="20" />
+    <hkern u1="&#xdc;" u2="&#x2e;" k="41" />
+    <hkern u1="&#xdc;" u2="&#x2c;" k="41" />
+    <hkern u1="&#xdd;" u2="&#x1ef1;" k="61" />
+    <hkern u1="&#xdd;" u2="&#x1eef;" k="61" />
+    <hkern u1="&#xdd;" u2="&#x1eed;" k="61" />
+    <hkern u1="&#xdd;" u2="&#x1eeb;" k="61" />
+    <hkern u1="&#xdd;" u2="&#x1ee9;" k="61" />
+    <hkern u1="&#xdd;" u2="&#x1ee7;" k="61" />
+    <hkern u1="&#xdd;" u2="&#x1ee5;" k="61" />
+    <hkern u1="&#xdd;" u2="&#x1ee3;" k="102" />
+    <hkern u1="&#xdd;" u2="&#x1ee2;" k="41" />
+    <hkern u1="&#xdd;" u2="&#x1ee1;" k="102" />
+    <hkern u1="&#xdd;" u2="&#x1ee0;" k="41" />
+    <hkern u1="&#xdd;" u2="&#x1edf;" k="102" />
+    <hkern u1="&#xdd;" u2="&#x1ede;" k="41" />
+    <hkern u1="&#xdd;" u2="&#x1edd;" k="102" />
+    <hkern u1="&#xdd;" u2="&#x1edc;" k="41" />
+    <hkern u1="&#xdd;" u2="&#x1edb;" k="102" />
+    <hkern u1="&#xdd;" u2="&#x1eda;" k="41" />
+    <hkern u1="&#xdd;" u2="&#x1ed9;" k="102" />
+    <hkern u1="&#xdd;" u2="&#x1ed8;" k="41" />
+    <hkern u1="&#xdd;" u2="&#x1ed7;" k="102" />
+    <hkern u1="&#xdd;" u2="&#x1ed6;" k="41" />
+    <hkern u1="&#xdd;" u2="&#x1ed5;" k="102" />
+    <hkern u1="&#xdd;" u2="&#x1ed4;" k="41" />
+    <hkern u1="&#xdd;" u2="&#x1ed2;" k="41" />
+    <hkern u1="&#xdd;" u2="&#x1ed1;" k="102" />
+    <hkern u1="&#xdd;" u2="&#x1ed0;" k="41" />
+    <hkern u1="&#xdd;" u2="&#x1ecf;" k="102" />
+    <hkern u1="&#xdd;" u2="&#x1ece;" k="41" />
+    <hkern u1="&#xdd;" u2="&#x1ecd;" k="102" />
+    <hkern u1="&#xdd;" u2="&#x1ecc;" k="41" />
+    <hkern u1="&#xdd;" u2="&#x1ec7;" k="102" />
+    <hkern u1="&#xdd;" u2="&#x1ec5;" k="102" />
+    <hkern u1="&#xdd;" u2="&#x1ec3;" k="102" />
+    <hkern u1="&#xdd;" u2="&#x1ebf;" k="102" />
+    <hkern u1="&#xdd;" u2="&#x1ebd;" k="102" />
+    <hkern u1="&#xdd;" u2="&#x1ebb;" k="102" />
+    <hkern u1="&#xdd;" u2="&#x1eb9;" k="102" />
+    <hkern u1="&#xdd;" u2="&#x1eb7;" k="102" />
+    <hkern u1="&#xdd;" u2="&#x1eb6;" k="123" />
+    <hkern u1="&#xdd;" u2="&#x1eb5;" k="102" />
+    <hkern u1="&#xdd;" u2="&#x1eb4;" k="123" />
+    <hkern u1="&#xdd;" u2="&#x1eb3;" k="102" />
+    <hkern u1="&#xdd;" u2="&#x1eb2;" k="123" />
+    <hkern u1="&#xdd;" u2="&#x1eb1;" k="102" />
+    <hkern u1="&#xdd;" u2="&#x1eb0;" k="123" />
+    <hkern u1="&#xdd;" u2="&#x1eaf;" k="102" />
+    <hkern u1="&#xdd;" u2="&#x1eae;" k="123" />
+    <hkern u1="&#xdd;" u2="&#x1ead;" k="102" />
+    <hkern u1="&#xdd;" u2="&#x1eac;" k="123" />
+    <hkern u1="&#xdd;" u2="&#x1eab;" k="102" />
+    <hkern u1="&#xdd;" u2="&#x1eaa;" k="123" />
+    <hkern u1="&#xdd;" u2="&#x1ea9;" k="102" />
+    <hkern u1="&#xdd;" u2="&#x1ea8;" k="123" />
+    <hkern u1="&#xdd;" u2="&#x1ea6;" k="123" />
+    <hkern u1="&#xdd;" u2="&#x1ea5;" k="102" />
+    <hkern u1="&#xdd;" u2="&#x1ea4;" k="123" />
+    <hkern u1="&#xdd;" u2="&#x1ea3;" k="102" />
+    <hkern u1="&#xdd;" u2="&#x1ea2;" k="123" />
+    <hkern u1="&#xdd;" u2="&#x1ea1;" k="102" />
+    <hkern u1="&#xdd;" u2="&#x1ea0;" k="123" />
+    <hkern u1="&#xdd;" u2="&#x1b0;" k="61" />
+    <hkern u1="&#xdd;" u2="&#x1a1;" k="102" />
+    <hkern u1="&#xdd;" u2="&#x1a0;" k="41" />
+    <hkern u1="&#xdd;" u2="&#x1e01;" k="102" />
+    <hkern u1="&#xdd;" u2="&#x1e00;" k="123" />
+    <hkern u1="&#xdd;" u2="&#x1e3f;" k="61" />
+    <hkern u1="&#xdd;" u2="&#x201e;" k="123" />
+    <hkern u1="&#xdd;" u2="&#x201a;" k="123" />
+    <hkern u1="&#xdd;" u2="&#x219;" k="82" />
+    <hkern u1="&#xdd;" u2="&#x1ff;" k="102" />
+    <hkern u1="&#xdd;" u2="&#x1fe;" k="41" />
+    <hkern u1="&#xdd;" u2="&#x1fd;" k="102" />
+    <hkern u1="&#xdd;" u2="&#x1fb;" k="102" />
+    <hkern u1="&#xdd;" u2="&#x1fa;" k="123" />
+    <hkern u1="&#xdd;" u2="&#x17e;" k="41" />
+    <hkern u1="&#xdd;" u2="&#x17c;" k="41" />
+    <hkern u1="&#xdd;" u2="&#x17a;" k="41" />
+    <hkern u1="&#xdd;" u2="&#x173;" k="61" />
+    <hkern u1="&#xdd;" u2="&#x171;" k="61" />
+    <hkern u1="&#xdd;" u2="&#x16f;" k="61" />
+    <hkern u1="&#xdd;" u2="&#x16d;" k="61" />
+    <hkern u1="&#xdd;" u2="&#x16b;" k="61" />
+    <hkern u1="&#xdd;" u2="&#x169;" k="61" />
+    <hkern u1="&#xdd;" u2="&#x15f;" k="82" />
+    <hkern u1="&#xdd;" u2="&#x15b;" k="82" />
+    <hkern u1="&#xdd;" u2="&#x157;" k="61" />
+    <hkern u1="&#xdd;" u2="&#x155;" k="61" />
+    <hkern u1="&#xdd;" u2="&#x153;" k="102" />
+    <hkern u1="&#xdd;" u2="&#x152;" k="41" />
+    <hkern u1="&#xdd;" u2="&#x151;" k="102" />
+    <hkern u1="&#xdd;" u2="&#x150;" k="41" />
+    <hkern u1="&#xdd;" u2="&#x14f;" k="102" />
+    <hkern u1="&#xdd;" u2="&#x14e;" k="41" />
+    <hkern u1="&#xdd;" u2="&#x14d;" k="102" />
+    <hkern u1="&#xdd;" u2="&#x14c;" k="41" />
+    <hkern u1="&#xdd;" u2="&#x14b;" k="61" />
+    <hkern u1="&#xdd;" u2="&#x146;" k="61" />
+    <hkern u1="&#xdd;" u2="&#x144;" k="61" />
+    <hkern u1="&#xdd;" u2="&#x138;" k="61" />
+    <hkern u1="&#xdd;" u2="&#x123;" k="41" />
+    <hkern u1="&#xdd;" u2="&#x122;" k="41" />
+    <hkern u1="&#xdd;" u2="&#x121;" k="41" />
+    <hkern u1="&#xdd;" u2="&#x120;" k="41" />
+    <hkern u1="&#xdd;" u2="&#x11f;" k="41" />
+    <hkern u1="&#xdd;" u2="&#x11e;" k="41" />
+    <hkern u1="&#xdd;" u2="&#x11d;" k="41" />
+    <hkern u1="&#xdd;" u2="&#x11c;" k="41" />
+    <hkern u1="&#xdd;" u2="&#x11b;" k="102" />
+    <hkern u1="&#xdd;" u2="&#x119;" k="102" />
+    <hkern u1="&#xdd;" u2="&#x117;" k="102" />
+    <hkern u1="&#xdd;" u2="&#x115;" k="102" />
+    <hkern u1="&#xdd;" u2="&#x113;" k="102" />
+    <hkern u1="&#xdd;" u2="&#x111;" k="102" />
+    <hkern u1="&#xdd;" u2="&#x10f;" k="102" />
+    <hkern u1="&#xdd;" u2="&#x10d;" k="102" />
+    <hkern u1="&#xdd;" u2="&#x10c;" k="41" />
+    <hkern u1="&#xdd;" u2="&#x10b;" k="102" />
+    <hkern u1="&#xdd;" u2="&#x10a;" k="41" />
+    <hkern u1="&#xdd;" u2="&#x109;" k="102" />
+    <hkern u1="&#xdd;" u2="&#x108;" k="41" />
+    <hkern u1="&#xdd;" u2="&#x107;" k="102" />
+    <hkern u1="&#xdd;" u2="&#x106;" k="41" />
+    <hkern u1="&#xdd;" u2="&#x105;" k="102" />
+    <hkern u1="&#xdd;" u2="&#x104;" k="123" />
+    <hkern u1="&#xdd;" u2="&#x103;" k="102" />
+    <hkern u1="&#xdd;" u2="&#x102;" k="123" />
+    <hkern u1="&#xdd;" u2="&#x101;" k="102" />
+    <hkern u1="&#xdd;" u2="&#x100;" k="123" />
+    <hkern u1="&#xdd;" u2="&#xfc;" k="61" />
+    <hkern u1="&#xdd;" u2="&#xfb;" k="61" />
+    <hkern u1="&#xdd;" u2="&#xfa;" k="61" />
+    <hkern u1="&#xdd;" u2="&#xf9;" k="61" />
+    <hkern u1="&#xdd;" u2="&#xf8;" k="102" />
+    <hkern u1="&#xdd;" u2="&#xf6;" k="102" />
+    <hkern u1="&#xdd;" u2="&#xf5;" k="102" />
+    <hkern u1="&#xdd;" u2="&#xf4;" k="102" />
+    <hkern u1="&#xdd;" u2="&#xf3;" k="102" />
+    <hkern u1="&#xdd;" u2="&#xf2;" k="102" />
+    <hkern u1="&#xdd;" u2="&#xeb;" k="102" />
+    <hkern u1="&#xdd;" u2="&#xea;" k="102" />
+    <hkern u1="&#xdd;" u2="&#xe9;" k="102" />
+    <hkern u1="&#xdd;" u2="&#xe8;" k="102" />
+    <hkern u1="&#xdd;" u2="&#xe7;" k="102" />
+    <hkern u1="&#xdd;" u2="&#xe6;" k="102" />
+    <hkern u1="&#xdd;" u2="&#xe5;" k="102" />
+    <hkern u1="&#xdd;" u2="&#xe4;" k="102" />
+    <hkern u1="&#xdd;" u2="&#xe3;" k="102" />
+    <hkern u1="&#xdd;" u2="&#xe2;" k="102" />
+    <hkern u1="&#xdd;" u2="&#xe1;" k="102" />
+    <hkern u1="&#xdd;" u2="&#xe0;" k="102" />
+    <hkern u1="&#xdd;" u2="&#xd8;" k="41" />
+    <hkern u1="&#xdd;" u2="&#xd6;" k="41" />
+    <hkern u1="&#xdd;" u2="&#xd5;" k="41" />
+    <hkern u1="&#xdd;" u2="&#xd4;" k="41" />
+    <hkern u1="&#xdd;" u2="&#xd3;" k="41" />
+    <hkern u1="&#xdd;" u2="&#xd2;" k="41" />
+    <hkern u1="&#xdd;" u2="&#xc7;" k="41" />
+    <hkern u1="&#xdd;" u2="&#xc5;" k="123" />
+    <hkern u1="&#xdd;" u2="&#xc4;" k="123" />
+    <hkern u1="&#xdd;" u2="&#xc3;" k="123" />
+    <hkern u1="&#xdd;" u2="&#xc2;" k="123" />
+    <hkern u1="&#xdd;" u2="&#xc1;" k="123" />
+    <hkern u1="&#xdd;" u2="&#xc0;" k="123" />
+    <hkern u1="&#xdd;" u2="z" k="41" />
+    <hkern u1="&#xdd;" u2="u" k="61" />
+    <hkern u1="&#xdd;" u2="s" k="82" />
+    <hkern u1="&#xdd;" u2="r" k="61" />
+    <hkern u1="&#xdd;" u2="q" k="102" />
+    <hkern u1="&#xdd;" u2="p" k="61" />
+    <hkern u1="&#xdd;" u2="o" k="102" />
+    <hkern u1="&#xdd;" u2="n" k="61" />
+    <hkern u1="&#xdd;" u2="m" k="61" />
+    <hkern u1="&#xdd;" u2="g" k="41" />
+    <hkern u1="&#xdd;" u2="e" k="102" />
+    <hkern u1="&#xdd;" u2="d" k="102" />
+    <hkern u1="&#xdd;" u2="c" k="102" />
+    <hkern u1="&#xdd;" u2="a" k="102" />
+    <hkern u1="&#xdd;" u2="Q" k="41" />
+    <hkern u1="&#xdd;" u2="O" k="41" />
+    <hkern u1="&#xdd;" u2="G" k="41" />
+    <hkern u1="&#xdd;" u2="C" k="41" />
+    <hkern u1="&#xdd;" u2="A" k="123" />
+    <hkern u1="&#xdd;" u2="&#x3f;" k="-41" />
+    <hkern u1="&#xdd;" u2="&#x2e;" k="123" />
+    <hkern u1="&#xdd;" u2="&#x2c;" k="123" />
+    <hkern u1="&#xde;" u2="&#x1eb6;" k="102" />
+    <hkern u1="&#xde;" u2="&#x1eb4;" k="102" />
+    <hkern u1="&#xde;" u2="&#x1eb2;" k="102" />
+    <hkern u1="&#xde;" u2="&#x1eb0;" k="102" />
+    <hkern u1="&#xde;" u2="&#x1eae;" k="102" />
+    <hkern u1="&#xde;" u2="&#x1eac;" k="102" />
+    <hkern u1="&#xde;" u2="&#x1eaa;" k="102" />
+    <hkern u1="&#xde;" u2="&#x1ea8;" k="102" />
+    <hkern u1="&#xde;" u2="&#x1ea6;" k="102" />
+    <hkern u1="&#xde;" u2="&#x1ea4;" k="102" />
+    <hkern u1="&#xde;" u2="&#x1ea2;" k="102" />
+    <hkern u1="&#xde;" u2="&#x1ea0;" k="102" />
+    <hkern u1="&#xde;" u2="&#x1e00;" k="102" />
+    <hkern u1="&#xde;" u2="&#x201e;" k="266" />
+    <hkern u1="&#xde;" u2="&#x201a;" k="266" />
+    <hkern u1="&#xde;" u2="&#x1fa;" k="102" />
+    <hkern u1="&#xde;" u2="&#x17d;" k="20" />
+    <hkern u1="&#xde;" u2="&#x17b;" k="20" />
+    <hkern u1="&#xde;" u2="&#x179;" k="20" />
+    <hkern u1="&#xde;" u2="&#x104;" k="102" />
+    <hkern u1="&#xde;" u2="&#x102;" k="102" />
+    <hkern u1="&#xde;" u2="&#x100;" k="102" />
+    <hkern u1="&#xde;" u2="&#xc5;" k="102" />
+    <hkern u1="&#xde;" u2="&#xc4;" k="102" />
+    <hkern u1="&#xde;" u2="&#xc3;" k="102" />
+    <hkern u1="&#xde;" u2="&#xc2;" k="102" />
+    <hkern u1="&#xde;" u2="&#xc1;" k="102" />
+    <hkern u1="&#xde;" u2="&#xc0;" k="102" />
+    <hkern u1="&#xde;" u2="Z" k="20" />
+    <hkern u1="&#xde;" u2="X" k="41" />
+    <hkern u1="&#xde;" u2="A" k="102" />
+    <hkern u1="&#xde;" u2="&#x2e;" k="266" />
+    <hkern u1="&#xde;" u2="&#x2c;" k="266" />
+    <hkern u1="&#xe0;" u2="&#x201d;" k="20" />
+    <hkern u1="&#xe0;" u2="&#x2019;" k="20" />
+    <hkern u1="&#xe0;" u2="&#x27;" k="20" />
+    <hkern u1="&#xe0;" u2="&#x22;" k="20" />
+    <hkern u1="&#xe1;" u2="&#x201d;" k="20" />
+    <hkern u1="&#xe1;" u2="&#x2019;" k="20" />
+    <hkern u1="&#xe1;" u2="&#x27;" k="20" />
+    <hkern u1="&#xe1;" u2="&#x22;" k="20" />
+    <hkern u1="&#xe2;" u2="&#x201d;" k="20" />
+    <hkern u1="&#xe2;" u2="&#x2019;" k="20" />
+    <hkern u1="&#xe2;" u2="&#x27;" k="20" />
+    <hkern u1="&#xe2;" u2="&#x22;" k="20" />
+    <hkern u1="&#xe3;" u2="&#x201d;" k="20" />
+    <hkern u1="&#xe3;" u2="&#x2019;" k="20" />
+    <hkern u1="&#xe3;" u2="&#x27;" k="20" />
+    <hkern u1="&#xe3;" u2="&#x22;" k="20" />
+    <hkern u1="&#xe4;" u2="&#x201d;" k="20" />
+    <hkern u1="&#xe4;" u2="&#x2019;" k="20" />
+    <hkern u1="&#xe4;" u2="&#x27;" k="20" />
+    <hkern u1="&#xe4;" u2="&#x22;" k="20" />
+    <hkern u1="&#xe5;" u2="&#x201d;" k="20" />
+    <hkern u1="&#xe5;" u2="&#x2019;" k="20" />
+    <hkern u1="&#xe5;" u2="&#x27;" k="20" />
+    <hkern u1="&#xe5;" u2="&#x22;" k="20" />
+    <hkern u1="&#xe8;" u2="&#x1ef5;" k="41" />
+    <hkern u1="&#xe8;" u2="&#x201d;" k="20" />
+    <hkern u1="&#xe8;" u2="&#x2019;" k="20" />
+    <hkern u1="&#xe8;" u2="&#x1e83;" k="41" />
+    <hkern u1="&#xe8;" u2="&#x1e81;" k="41" />
+    <hkern u1="&#xe8;" u2="&#x17e;" k="20" />
+    <hkern u1="&#xe8;" u2="&#x17c;" k="20" />
+    <hkern u1="&#xe8;" u2="&#x17a;" k="20" />
+    <hkern u1="&#xe8;" u2="&#x175;" k="41" />
+    <hkern u1="&#xe8;" u2="&#xfd;" k="41" />
+    <hkern u1="&#xe8;" u2="z" k="20" />
+    <hkern u1="&#xe8;" u2="y" k="41" />
+    <hkern u1="&#xe8;" u2="x" k="41" />
+    <hkern u1="&#xe8;" u2="w" k="41" />
+    <hkern u1="&#xe8;" u2="v" k="41" />
+    <hkern u1="&#xe8;" u2="&#x27;" k="20" />
+    <hkern u1="&#xe8;" u2="&#x22;" k="20" />
+    <hkern u1="&#xe9;" u2="&#x1ef5;" k="41" />
+    <hkern u1="&#xe9;" u2="&#x201d;" k="20" />
+    <hkern u1="&#xe9;" u2="&#x2019;" k="20" />
+    <hkern u1="&#xe9;" u2="&#x1e83;" k="41" />
+    <hkern u1="&#xe9;" u2="&#x1e81;" k="41" />
+    <hkern u1="&#xe9;" u2="&#x17e;" k="20" />
+    <hkern u1="&#xe9;" u2="&#x17c;" k="20" />
+    <hkern u1="&#xe9;" u2="&#x17a;" k="20" />
+    <hkern u1="&#xe9;" u2="&#x175;" k="41" />
+    <hkern u1="&#xe9;" u2="&#xfd;" k="41" />
+    <hkern u1="&#xe9;" u2="z" k="20" />
+    <hkern u1="&#xe9;" u2="y" k="41" />
+    <hkern u1="&#xe9;" u2="x" k="41" />
+    <hkern u1="&#xe9;" u2="w" k="41" />
+    <hkern u1="&#xe9;" u2="v" k="41" />
+    <hkern u1="&#xe9;" u2="&#x27;" k="20" />
+    <hkern u1="&#xe9;" u2="&#x22;" k="20" />
+    <hkern u1="&#xea;" u2="&#x1ef5;" k="41" />
+    <hkern u1="&#xea;" u2="&#x201d;" k="20" />
+    <hkern u1="&#xea;" u2="&#x2019;" k="20" />
+    <hkern u1="&#xea;" u2="&#x1e83;" k="41" />
+    <hkern u1="&#xea;" u2="&#x1e81;" k="41" />
+    <hkern u1="&#xea;" u2="&#x17e;" k="20" />
+    <hkern u1="&#xea;" u2="&#x17c;" k="20" />
+    <hkern u1="&#xea;" u2="&#x17a;" k="20" />
+    <hkern u1="&#xea;" u2="&#x175;" k="41" />
+    <hkern u1="&#xea;" u2="&#xfd;" k="41" />
+    <hkern u1="&#xea;" u2="z" k="20" />
+    <hkern u1="&#xea;" u2="y" k="41" />
+    <hkern u1="&#xea;" u2="x" k="41" />
+    <hkern u1="&#xea;" u2="w" k="41" />
+    <hkern u1="&#xea;" u2="v" k="41" />
+    <hkern u1="&#xea;" u2="&#x27;" k="20" />
+    <hkern u1="&#xea;" u2="&#x22;" k="20" />
+    <hkern u1="&#xeb;" u2="&#x1ef5;" k="41" />
+    <hkern u1="&#xeb;" u2="&#x201d;" k="20" />
+    <hkern u1="&#xeb;" u2="&#x2019;" k="20" />
+    <hkern u1="&#xeb;" u2="&#x1e83;" k="41" />
+    <hkern u1="&#xeb;" u2="&#x1e81;" k="41" />
+    <hkern u1="&#xeb;" u2="&#x17e;" k="20" />
+    <hkern u1="&#xeb;" u2="&#x17c;" k="20" />
+    <hkern u1="&#xeb;" u2="&#x17a;" k="20" />
+    <hkern u1="&#xeb;" u2="&#x175;" k="41" />
+    <hkern u1="&#xeb;" u2="&#xfd;" k="41" />
+    <hkern u1="&#xeb;" u2="z" k="20" />
+    <hkern u1="&#xeb;" u2="y" k="41" />
+    <hkern u1="&#xeb;" u2="x" k="41" />
+    <hkern u1="&#xeb;" u2="w" k="41" />
+    <hkern u1="&#xeb;" u2="v" k="41" />
+    <hkern u1="&#xeb;" u2="&#x27;" k="20" />
+    <hkern u1="&#xeb;" u2="&#x22;" k="20" />
+    <hkern u1="&#xf0;" u2="&#x1ef5;" k="41" />
+    <hkern u1="&#xf0;" u2="&#x201d;" k="20" />
+    <hkern u1="&#xf0;" u2="&#x2019;" k="20" />
+    <hkern u1="&#xf0;" u2="&#x1e83;" k="41" />
+    <hkern u1="&#xf0;" u2="&#x1e81;" k="41" />
+    <hkern u1="&#xf0;" u2="&#x17e;" k="20" />
+    <hkern u1="&#xf0;" u2="&#x17c;" k="20" />
+    <hkern u1="&#xf0;" u2="&#x17a;" k="20" />
+    <hkern u1="&#xf0;" u2="&#x175;" k="41" />
+    <hkern u1="&#xf0;" u2="&#xfd;" k="41" />
+    <hkern u1="&#xf0;" u2="z" k="20" />
+    <hkern u1="&#xf0;" u2="y" k="41" />
+    <hkern u1="&#xf0;" u2="x" k="41" />
+    <hkern u1="&#xf0;" u2="w" k="41" />
+    <hkern u1="&#xf0;" u2="v" k="41" />
+    <hkern u1="&#xf0;" u2="&#x27;" k="20" />
+    <hkern u1="&#xf0;" u2="&#x22;" k="20" />
+    <hkern u1="&#xf2;" u2="&#x1ef5;" k="41" />
+    <hkern u1="&#xf2;" u2="&#x201d;" k="20" />
+    <hkern u1="&#xf2;" u2="&#x2019;" k="20" />
+    <hkern u1="&#xf2;" u2="&#x1e83;" k="41" />
+    <hkern u1="&#xf2;" u2="&#x1e81;" k="41" />
+    <hkern u1="&#xf2;" u2="&#x17e;" k="20" />
+    <hkern u1="&#xf2;" u2="&#x17c;" k="20" />
+    <hkern u1="&#xf2;" u2="&#x17a;" k="20" />
+    <hkern u1="&#xf2;" u2="&#x175;" k="41" />
+    <hkern u1="&#xf2;" u2="&#xfd;" k="41" />
+    <hkern u1="&#xf2;" u2="z" k="20" />
+    <hkern u1="&#xf2;" u2="y" k="41" />
+    <hkern u1="&#xf2;" u2="x" k="41" />
+    <hkern u1="&#xf2;" u2="w" k="41" />
+    <hkern u1="&#xf2;" u2="v" k="41" />
+    <hkern u1="&#xf2;" u2="&#x27;" k="20" />
+    <hkern u1="&#xf2;" u2="&#x22;" k="20" />
+    <hkern u1="&#xf3;" u2="&#x1ef5;" k="41" />
+    <hkern u1="&#xf3;" u2="&#x201d;" k="20" />
+    <hkern u1="&#xf3;" u2="&#x2019;" k="20" />
+    <hkern u1="&#xf3;" u2="&#x1e83;" k="41" />
+    <hkern u1="&#xf3;" u2="&#x1e81;" k="41" />
+    <hkern u1="&#xf3;" u2="&#x17e;" k="20" />
+    <hkern u1="&#xf3;" u2="&#x17c;" k="20" />
+    <hkern u1="&#xf3;" u2="&#x17a;" k="20" />
+    <hkern u1="&#xf3;" u2="&#x175;" k="41" />
+    <hkern u1="&#xf3;" u2="&#xfd;" k="41" />
+    <hkern u1="&#xf3;" u2="z" k="20" />
+    <hkern u1="&#xf3;" u2="y" k="41" />
+    <hkern u1="&#xf3;" u2="x" k="41" />
+    <hkern u1="&#xf3;" u2="w" k="41" />
+    <hkern u1="&#xf3;" u2="v" k="41" />
+    <hkern u1="&#xf3;" u2="&#x27;" k="20" />
+    <hkern u1="&#xf3;" u2="&#x22;" k="20" />
+    <hkern u1="&#xf4;" u2="&#x1ef5;" k="41" />
+    <hkern u1="&#xf4;" u2="&#x201d;" k="20" />
+    <hkern u1="&#xf4;" u2="&#x2019;" k="20" />
+    <hkern u1="&#xf4;" u2="&#x1e83;" k="41" />
+    <hkern u1="&#xf4;" u2="&#x1e81;" k="41" />
+    <hkern u1="&#xf4;" u2="&#x17e;" k="20" />
+    <hkern u1="&#xf4;" u2="&#x17c;" k="20" />
+    <hkern u1="&#xf4;" u2="&#x17a;" k="20" />
+    <hkern u1="&#xf4;" u2="&#x175;" k="41" />
+    <hkern u1="&#xf4;" u2="&#xfd;" k="41" />
+    <hkern u1="&#xf4;" u2="z" k="20" />
+    <hkern u1="&#xf4;" u2="y" k="41" />
+    <hkern u1="&#xf4;" u2="x" k="41" />
+    <hkern u1="&#xf4;" u2="w" k="41" />
+    <hkern u1="&#xf4;" u2="v" k="41" />
+    <hkern u1="&#xf4;" u2="&#x27;" k="20" />
+    <hkern u1="&#xf4;" u2="&#x22;" k="20" />
+    <hkern u1="&#xf6;" u2="&#x201d;" k="41" />
+    <hkern u1="&#xf6;" u2="&#x2019;" k="41" />
+    <hkern u1="&#xf6;" u2="&#x27;" k="41" />
+    <hkern u1="&#xf6;" u2="&#x22;" k="41" />
+    <hkern u1="&#xf8;" u2="&#x1ef5;" k="41" />
+    <hkern u1="&#xf8;" u2="&#x201d;" k="20" />
+    <hkern u1="&#xf8;" u2="&#x2019;" k="20" />
+    <hkern u1="&#xf8;" u2="&#x1e83;" k="41" />
+    <hkern u1="&#xf8;" u2="&#x1e81;" k="41" />
+    <hkern u1="&#xf8;" u2="&#x17e;" k="20" />
+    <hkern u1="&#xf8;" u2="&#x17c;" k="20" />
+    <hkern u1="&#xf8;" u2="&#x17a;" k="20" />
+    <hkern u1="&#xf8;" u2="&#x175;" k="41" />
+    <hkern u1="&#xf8;" u2="&#xfd;" k="41" />
+    <hkern u1="&#xf8;" u2="z" k="20" />
+    <hkern u1="&#xf8;" u2="y" k="41" />
+    <hkern u1="&#xf8;" u2="x" k="41" />
+    <hkern u1="&#xf8;" u2="w" k="41" />
+    <hkern u1="&#xf8;" u2="v" k="41" />
+    <hkern u1="&#xf8;" u2="&#x27;" k="20" />
+    <hkern u1="&#xf8;" u2="&#x22;" k="20" />
+    <hkern u1="&#xfd;" u2="&#x201e;" k="82" />
+    <hkern u1="&#xfd;" u2="&#x201d;" k="-82" />
+    <hkern u1="&#xfd;" u2="&#x201a;" k="82" />
+    <hkern u1="&#xfd;" u2="&#x2019;" k="-82" />
+    <hkern u1="&#xfd;" u2="&#x3f;" k="-41" />
+    <hkern u1="&#xfd;" u2="&#x2e;" k="82" />
+    <hkern u1="&#xfd;" u2="&#x2c;" k="82" />
+    <hkern u1="&#xfd;" u2="&#x27;" k="-82" />
+    <hkern u1="&#xfd;" u2="&#x22;" k="-82" />
+    <hkern u1="&#xfe;" u2="&#x1ef5;" k="41" />
+    <hkern u1="&#xfe;" u2="&#x201d;" k="20" />
+    <hkern u1="&#xfe;" u2="&#x2019;" k="20" />
+    <hkern u1="&#xfe;" u2="&#x1e83;" k="41" />
+    <hkern u1="&#xfe;" u2="&#x1e81;" k="41" />
+    <hkern u1="&#xfe;" u2="&#x17e;" k="20" />
+    <hkern u1="&#xfe;" u2="&#x17c;" k="20" />
+    <hkern u1="&#xfe;" u2="&#x17a;" k="20" />
+    <hkern u1="&#xfe;" u2="&#x175;" k="41" />
+    <hkern u1="&#xfe;" u2="&#xfd;" k="41" />
+    <hkern u1="&#xfe;" u2="z" k="20" />
+    <hkern u1="&#xfe;" u2="y" k="41" />
+    <hkern u1="&#xfe;" u2="x" k="41" />
+    <hkern u1="&#xfe;" u2="w" k="41" />
+    <hkern u1="&#xfe;" u2="v" k="41" />
+    <hkern u1="&#xfe;" u2="&#x27;" k="20" />
+    <hkern u1="&#xfe;" u2="&#x22;" k="20" />
+    <hkern u1="&#xff;" u2="&#x201e;" k="82" />
+    <hkern u1="&#xff;" u2="&#x201d;" k="-82" />
+    <hkern u1="&#xff;" u2="&#x201a;" k="82" />
+    <hkern u1="&#xff;" u2="&#x2019;" k="-82" />
+    <hkern u1="&#xff;" u2="&#x3f;" k="-41" />
+    <hkern u1="&#xff;" u2="&#x2e;" k="82" />
+    <hkern u1="&#xff;" u2="&#x2c;" k="82" />
+    <hkern u1="&#xff;" u2="&#x27;" k="-82" />
+    <hkern u1="&#xff;" u2="&#x22;" k="-82" />
+    <hkern u1="&#x100;" u2="&#x162;" k="143" />
+    <hkern u1="&#x100;" u2="&#x1ef8;" k="123" />
+    <hkern u1="&#x100;" u2="&#x1ef6;" k="123" />
+    <hkern u1="&#x100;" u2="&#x1ef4;" k="123" />
+    <hkern u1="&#x100;" u2="&#x1ee2;" k="41" />
+    <hkern u1="&#x100;" u2="&#x1ee0;" k="41" />
+    <hkern u1="&#x100;" u2="&#x1ede;" k="41" />
+    <hkern u1="&#x100;" u2="&#x1edc;" k="41" />
+    <hkern u1="&#x100;" u2="&#x1eda;" k="41" />
+    <hkern u1="&#x100;" u2="&#x1ed8;" k="41" />
+    <hkern u1="&#x100;" u2="&#x1ed6;" k="41" />
+    <hkern u1="&#x100;" u2="&#x1ed4;" k="41" />
+    <hkern u1="&#x100;" u2="&#x1ed2;" k="41" />
+    <hkern u1="&#x100;" u2="&#x1ed0;" k="41" />
+    <hkern u1="&#x100;" u2="&#x1ece;" k="41" />
+    <hkern u1="&#x100;" u2="&#x1ecc;" k="41" />
+    <hkern u1="&#x100;" u2="&#x1a0;" k="41" />
+    <hkern u1="&#x100;" u2="&#x201d;" k="143" />
+    <hkern u1="&#x100;" u2="&#x2019;" k="143" />
+    <hkern u1="&#x100;" u2="&#x1ef2;" k="123" />
+    <hkern u1="&#x100;" u2="&#x1e84;" k="82" />
+    <hkern u1="&#x100;" u2="&#x1e82;" k="82" />
+    <hkern u1="&#x100;" u2="&#x1e80;" k="82" />
+    <hkern u1="&#x100;" u2="&#x1fe;" k="41" />
+    <hkern u1="&#x100;" u2="&#x178;" k="123" />
+    <hkern u1="&#x100;" u2="&#x176;" k="123" />
+    <hkern u1="&#x100;" u2="&#x174;" k="82" />
+    <hkern u1="&#x100;" u2="&#x164;" k="143" />
+    <hkern u1="&#x100;" u2="&#x21a;" k="143" />
+    <hkern u1="&#x100;" u2="&#x152;" k="41" />
+    <hkern u1="&#x100;" u2="&#x150;" k="41" />
+    <hkern u1="&#x100;" u2="&#x14e;" k="41" />
+    <hkern u1="&#x100;" u2="&#x14c;" k="41" />
+    <hkern u1="&#x100;" u2="&#x122;" k="41" />
+    <hkern u1="&#x100;" u2="&#x120;" k="41" />
+    <hkern u1="&#x100;" u2="&#x11e;" k="41" />
+    <hkern u1="&#x100;" u2="&#x11c;" k="41" />
+    <hkern u1="&#x100;" u2="&#x10c;" k="41" />
+    <hkern u1="&#x100;" u2="&#x10a;" k="41" />
+    <hkern u1="&#x100;" u2="&#x108;" k="41" />
+    <hkern u1="&#x100;" u2="&#x106;" k="41" />
+    <hkern u1="&#x100;" u2="&#xdd;" k="123" />
+    <hkern u1="&#x100;" u2="&#xd8;" k="41" />
+    <hkern u1="&#x100;" u2="&#xd6;" k="41" />
+    <hkern u1="&#x100;" u2="&#xd5;" k="41" />
+    <hkern u1="&#x100;" u2="&#xd4;" k="41" />
+    <hkern u1="&#x100;" u2="&#xd3;" k="41" />
+    <hkern u1="&#x100;" u2="&#xd2;" k="41" />
+    <hkern u1="&#x100;" u2="&#xc7;" k="41" />
+    <hkern u1="&#x100;" u2="Y" k="123" />
+    <hkern u1="&#x100;" u2="W" k="82" />
+    <hkern u1="&#x100;" u2="V" k="82" />
+    <hkern u1="&#x100;" u2="T" k="143" />
+    <hkern u1="&#x100;" u2="Q" k="41" />
+    <hkern u1="&#x100;" u2="O" k="41" />
+    <hkern u1="&#x100;" u2="J" k="-266" />
+    <hkern u1="&#x100;" u2="G" k="41" />
+    <hkern u1="&#x100;" u2="C" k="41" />
+    <hkern u1="&#x100;" u2="&#x27;" k="143" />
+    <hkern u1="&#x100;" u2="&#x22;" k="143" />
+    <hkern u1="&#x101;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x101;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x101;" u2="&#x27;" k="20" />
+    <hkern u1="&#x101;" u2="&#x22;" k="20" />
+    <hkern u1="&#x102;" u2="&#x162;" k="143" />
+    <hkern u1="&#x102;" u2="&#x1ef8;" k="123" />
+    <hkern u1="&#x102;" u2="&#x1ef6;" k="123" />
+    <hkern u1="&#x102;" u2="&#x1ef4;" k="123" />
+    <hkern u1="&#x102;" u2="&#x1ee2;" k="41" />
+    <hkern u1="&#x102;" u2="&#x1ee0;" k="41" />
+    <hkern u1="&#x102;" u2="&#x1ede;" k="41" />
+    <hkern u1="&#x102;" u2="&#x1edc;" k="41" />
+    <hkern u1="&#x102;" u2="&#x1eda;" k="41" />
+    <hkern u1="&#x102;" u2="&#x1ed8;" k="41" />
+    <hkern u1="&#x102;" u2="&#x1ed6;" k="41" />
+    <hkern u1="&#x102;" u2="&#x1ed4;" k="41" />
+    <hkern u1="&#x102;" u2="&#x1ed2;" k="41" />
+    <hkern u1="&#x102;" u2="&#x1ed0;" k="41" />
+    <hkern u1="&#x102;" u2="&#x1ece;" k="41" />
+    <hkern u1="&#x102;" u2="&#x1ecc;" k="41" />
+    <hkern u1="&#x102;" u2="&#x1a0;" k="41" />
+    <hkern u1="&#x102;" u2="&#x201d;" k="143" />
+    <hkern u1="&#x102;" u2="&#x2019;" k="143" />
+    <hkern u1="&#x102;" u2="&#x1ef2;" k="123" />
+    <hkern u1="&#x102;" u2="&#x1e84;" k="82" />
+    <hkern u1="&#x102;" u2="&#x1e82;" k="82" />
+    <hkern u1="&#x102;" u2="&#x1e80;" k="82" />
+    <hkern u1="&#x102;" u2="&#x1fe;" k="41" />
+    <hkern u1="&#x102;" u2="&#x178;" k="123" />
+    <hkern u1="&#x102;" u2="&#x176;" k="123" />
+    <hkern u1="&#x102;" u2="&#x174;" k="82" />
+    <hkern u1="&#x102;" u2="&#x164;" k="143" />
+    <hkern u1="&#x102;" u2="&#x21a;" k="143" />
+    <hkern u1="&#x102;" u2="&#x152;" k="41" />
+    <hkern u1="&#x102;" u2="&#x150;" k="41" />
+    <hkern u1="&#x102;" u2="&#x14e;" k="41" />
+    <hkern u1="&#x102;" u2="&#x14c;" k="41" />
+    <hkern u1="&#x102;" u2="&#x122;" k="41" />
+    <hkern u1="&#x102;" u2="&#x120;" k="41" />
+    <hkern u1="&#x102;" u2="&#x11e;" k="41" />
+    <hkern u1="&#x102;" u2="&#x11c;" k="41" />
+    <hkern u1="&#x102;" u2="&#x10c;" k="41" />
+    <hkern u1="&#x102;" u2="&#x10a;" k="41" />
+    <hkern u1="&#x102;" u2="&#x108;" k="41" />
+    <hkern u1="&#x102;" u2="&#x106;" k="41" />
+    <hkern u1="&#x102;" u2="&#xdd;" k="123" />
+    <hkern u1="&#x102;" u2="&#xd8;" k="41" />
+    <hkern u1="&#x102;" u2="&#xd6;" k="41" />
+    <hkern u1="&#x102;" u2="&#xd5;" k="41" />
+    <hkern u1="&#x102;" u2="&#xd4;" k="41" />
+    <hkern u1="&#x102;" u2="&#xd3;" k="41" />
+    <hkern u1="&#x102;" u2="&#xd2;" k="41" />
+    <hkern u1="&#x102;" u2="&#xc7;" k="41" />
+    <hkern u1="&#x102;" u2="Y" k="123" />
+    <hkern u1="&#x102;" u2="W" k="82" />
+    <hkern u1="&#x102;" u2="V" k="82" />
+    <hkern u1="&#x102;" u2="T" k="143" />
+    <hkern u1="&#x102;" u2="Q" k="41" />
+    <hkern u1="&#x102;" u2="O" k="41" />
+    <hkern u1="&#x102;" u2="J" k="-266" />
+    <hkern u1="&#x102;" u2="G" k="41" />
+    <hkern u1="&#x102;" u2="C" k="41" />
+    <hkern u1="&#x102;" u2="&#x27;" k="143" />
+    <hkern u1="&#x102;" u2="&#x22;" k="143" />
+    <hkern u1="&#x103;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x103;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x103;" u2="&#x27;" k="20" />
+    <hkern u1="&#x103;" u2="&#x22;" k="20" />
+    <hkern u1="&#x104;" u2="&#x162;" k="143" />
+    <hkern u1="&#x104;" u2="&#x1ef8;" k="123" />
+    <hkern u1="&#x104;" u2="&#x1ef6;" k="123" />
+    <hkern u1="&#x104;" u2="&#x1ef4;" k="123" />
+    <hkern u1="&#x104;" u2="&#x1ee2;" k="41" />
+    <hkern u1="&#x104;" u2="&#x1ee0;" k="41" />
+    <hkern u1="&#x104;" u2="&#x1ede;" k="41" />
+    <hkern u1="&#x104;" u2="&#x1edc;" k="41" />
+    <hkern u1="&#x104;" u2="&#x1eda;" k="41" />
+    <hkern u1="&#x104;" u2="&#x1ed8;" k="41" />
+    <hkern u1="&#x104;" u2="&#x1ed6;" k="41" />
+    <hkern u1="&#x104;" u2="&#x1ed4;" k="41" />
+    <hkern u1="&#x104;" u2="&#x1ed2;" k="41" />
+    <hkern u1="&#x104;" u2="&#x1ed0;" k="41" />
+    <hkern u1="&#x104;" u2="&#x1ece;" k="41" />
+    <hkern u1="&#x104;" u2="&#x1ecc;" k="41" />
+    <hkern u1="&#x104;" u2="&#x1a0;" k="41" />
+    <hkern u1="&#x104;" u2="&#x201d;" k="143" />
+    <hkern u1="&#x104;" u2="&#x2019;" k="143" />
+    <hkern u1="&#x104;" u2="&#x1ef2;" k="123" />
+    <hkern u1="&#x104;" u2="&#x1e84;" k="82" />
+    <hkern u1="&#x104;" u2="&#x1e82;" k="82" />
+    <hkern u1="&#x104;" u2="&#x1e80;" k="82" />
+    <hkern u1="&#x104;" u2="&#x1fe;" k="41" />
+    <hkern u1="&#x104;" u2="&#x178;" k="123" />
+    <hkern u1="&#x104;" u2="&#x176;" k="123" />
+    <hkern u1="&#x104;" u2="&#x174;" k="82" />
+    <hkern u1="&#x104;" u2="&#x164;" k="143" />
+    <hkern u1="&#x104;" u2="&#x21a;" k="143" />
+    <hkern u1="&#x104;" u2="&#x152;" k="41" />
+    <hkern u1="&#x104;" u2="&#x150;" k="41" />
+    <hkern u1="&#x104;" u2="&#x14e;" k="41" />
+    <hkern u1="&#x104;" u2="&#x14c;" k="41" />
+    <hkern u1="&#x104;" u2="&#x122;" k="41" />
+    <hkern u1="&#x104;" u2="&#x120;" k="41" />
+    <hkern u1="&#x104;" u2="&#x11e;" k="41" />
+    <hkern u1="&#x104;" u2="&#x11c;" k="41" />
+    <hkern u1="&#x104;" u2="&#x10c;" k="41" />
+    <hkern u1="&#x104;" u2="&#x10a;" k="41" />
+    <hkern u1="&#x104;" u2="&#x108;" k="41" />
+    <hkern u1="&#x104;" u2="&#x106;" k="41" />
+    <hkern u1="&#x104;" u2="&#xdd;" k="123" />
+    <hkern u1="&#x104;" u2="&#xd8;" k="41" />
+    <hkern u1="&#x104;" u2="&#xd6;" k="41" />
+    <hkern u1="&#x104;" u2="&#xd5;" k="41" />
+    <hkern u1="&#x104;" u2="&#xd4;" k="41" />
+    <hkern u1="&#x104;" u2="&#xd3;" k="41" />
+    <hkern u1="&#x104;" u2="&#xd2;" k="41" />
+    <hkern u1="&#x104;" u2="&#xc7;" k="41" />
+    <hkern u1="&#x104;" u2="Y" k="123" />
+    <hkern u1="&#x104;" u2="W" k="82" />
+    <hkern u1="&#x104;" u2="V" k="82" />
+    <hkern u1="&#x104;" u2="T" k="143" />
+    <hkern u1="&#x104;" u2="Q" k="41" />
+    <hkern u1="&#x104;" u2="O" k="41" />
+    <hkern u1="&#x104;" u2="J" k="-266" />
+    <hkern u1="&#x104;" u2="G" k="41" />
+    <hkern u1="&#x104;" u2="C" k="41" />
+    <hkern u1="&#x104;" u2="&#x27;" k="143" />
+    <hkern u1="&#x104;" u2="&#x22;" k="143" />
+    <hkern u1="&#x105;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x105;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x105;" u2="&#x27;" k="20" />
+    <hkern u1="&#x105;" u2="&#x22;" k="20" />
+    <hkern u1="&#x106;" u2="&#x1ee2;" k="41" />
+    <hkern u1="&#x106;" u2="&#x1ee0;" k="41" />
+    <hkern u1="&#x106;" u2="&#x1ede;" k="41" />
+    <hkern u1="&#x106;" u2="&#x1edc;" k="41" />
+    <hkern u1="&#x106;" u2="&#x1eda;" k="41" />
+    <hkern u1="&#x106;" u2="&#x1ed8;" k="41" />
+    <hkern u1="&#x106;" u2="&#x1ed6;" k="41" />
+    <hkern u1="&#x106;" u2="&#x1ed4;" k="41" />
+    <hkern u1="&#x106;" u2="&#x1ed2;" k="41" />
+    <hkern u1="&#x106;" u2="&#x1ed0;" k="41" />
+    <hkern u1="&#x106;" u2="&#x1ece;" k="41" />
+    <hkern u1="&#x106;" u2="&#x1ecc;" k="41" />
+    <hkern u1="&#x106;" u2="&#x1a0;" k="41" />
+    <hkern u1="&#x106;" u2="&#x1fe;" k="41" />
+    <hkern u1="&#x106;" u2="&#x152;" k="41" />
+    <hkern u1="&#x106;" u2="&#x150;" k="41" />
+    <hkern u1="&#x106;" u2="&#x14e;" k="41" />
+    <hkern u1="&#x106;" u2="&#x14c;" k="41" />
+    <hkern u1="&#x106;" u2="&#x122;" k="41" />
+    <hkern u1="&#x106;" u2="&#x120;" k="41" />
+    <hkern u1="&#x106;" u2="&#x11e;" k="41" />
+    <hkern u1="&#x106;" u2="&#x11c;" k="41" />
+    <hkern u1="&#x106;" u2="&#x10c;" k="41" />
+    <hkern u1="&#x106;" u2="&#x10a;" k="41" />
+    <hkern u1="&#x106;" u2="&#x108;" k="41" />
+    <hkern u1="&#x106;" u2="&#x106;" k="41" />
+    <hkern u1="&#x106;" u2="&#xd8;" k="41" />
+    <hkern u1="&#x106;" u2="&#xd6;" k="41" />
+    <hkern u1="&#x106;" u2="&#xd5;" k="41" />
+    <hkern u1="&#x106;" u2="&#xd4;" k="41" />
+    <hkern u1="&#x106;" u2="&#xd3;" k="41" />
+    <hkern u1="&#x106;" u2="&#xd2;" k="41" />
+    <hkern u1="&#x106;" u2="&#xc7;" k="41" />
+    <hkern u1="&#x106;" u2="Q" k="41" />
+    <hkern u1="&#x106;" u2="O" k="41" />
+    <hkern u1="&#x106;" u2="G" k="41" />
+    <hkern u1="&#x106;" u2="C" k="41" />
+    <hkern u1="&#x108;" u2="&#x1ee2;" k="41" />
+    <hkern u1="&#x108;" u2="&#x1ee0;" k="41" />
+    <hkern u1="&#x108;" u2="&#x1ede;" k="41" />
+    <hkern u1="&#x108;" u2="&#x1edc;" k="41" />
+    <hkern u1="&#x108;" u2="&#x1eda;" k="41" />
+    <hkern u1="&#x108;" u2="&#x1ed8;" k="41" />
+    <hkern u1="&#x108;" u2="&#x1ed6;" k="41" />
+    <hkern u1="&#x108;" u2="&#x1ed4;" k="41" />
+    <hkern u1="&#x108;" u2="&#x1ed2;" k="41" />
+    <hkern u1="&#x108;" u2="&#x1ed0;" k="41" />
+    <hkern u1="&#x108;" u2="&#x1ece;" k="41" />
+    <hkern u1="&#x108;" u2="&#x1ecc;" k="41" />
+    <hkern u1="&#x108;" u2="&#x1a0;" k="41" />
+    <hkern u1="&#x108;" u2="&#x1fe;" k="41" />
+    <hkern u1="&#x108;" u2="&#x152;" k="41" />
+    <hkern u1="&#x108;" u2="&#x150;" k="41" />
+    <hkern u1="&#x108;" u2="&#x14e;" k="41" />
+    <hkern u1="&#x108;" u2="&#x14c;" k="41" />
+    <hkern u1="&#x108;" u2="&#x122;" k="41" />
+    <hkern u1="&#x108;" u2="&#x120;" k="41" />
+    <hkern u1="&#x108;" u2="&#x11e;" k="41" />
+    <hkern u1="&#x108;" u2="&#x11c;" k="41" />
+    <hkern u1="&#x108;" u2="&#x10c;" k="41" />
+    <hkern u1="&#x108;" u2="&#x10a;" k="41" />
+    <hkern u1="&#x108;" u2="&#x108;" k="41" />
+    <hkern u1="&#x108;" u2="&#x106;" k="41" />
+    <hkern u1="&#x108;" u2="&#xd8;" k="41" />
+    <hkern u1="&#x108;" u2="&#xd6;" k="41" />
+    <hkern u1="&#x108;" u2="&#xd5;" k="41" />
+    <hkern u1="&#x108;" u2="&#xd4;" k="41" />
+    <hkern u1="&#x108;" u2="&#xd3;" k="41" />
+    <hkern u1="&#x108;" u2="&#xd2;" k="41" />
+    <hkern u1="&#x108;" u2="&#xc7;" k="41" />
+    <hkern u1="&#x108;" u2="Q" k="41" />
+    <hkern u1="&#x108;" u2="O" k="41" />
+    <hkern u1="&#x108;" u2="G" k="41" />
+    <hkern u1="&#x108;" u2="C" k="41" />
+    <hkern u1="&#x10a;" u2="&#x1ee2;" k="41" />
+    <hkern u1="&#x10a;" u2="&#x1ee0;" k="41" />
+    <hkern u1="&#x10a;" u2="&#x1ede;" k="41" />
+    <hkern u1="&#x10a;" u2="&#x1edc;" k="41" />
+    <hkern u1="&#x10a;" u2="&#x1eda;" k="41" />
+    <hkern u1="&#x10a;" u2="&#x1ed8;" k="41" />
+    <hkern u1="&#x10a;" u2="&#x1ed6;" k="41" />
+    <hkern u1="&#x10a;" u2="&#x1ed4;" k="41" />
+    <hkern u1="&#x10a;" u2="&#x1ed2;" k="41" />
+    <hkern u1="&#x10a;" u2="&#x1ed0;" k="41" />
+    <hkern u1="&#x10a;" u2="&#x1ece;" k="41" />
+    <hkern u1="&#x10a;" u2="&#x1ecc;" k="41" />
+    <hkern u1="&#x10a;" u2="&#x1a0;" k="41" />
+    <hkern u1="&#x10a;" u2="&#x1fe;" k="41" />
+    <hkern u1="&#x10a;" u2="&#x152;" k="41" />
+    <hkern u1="&#x10a;" u2="&#x150;" k="41" />
+    <hkern u1="&#x10a;" u2="&#x14e;" k="41" />
+    <hkern u1="&#x10a;" u2="&#x14c;" k="41" />
+    <hkern u1="&#x10a;" u2="&#x122;" k="41" />
+    <hkern u1="&#x10a;" u2="&#x120;" k="41" />
+    <hkern u1="&#x10a;" u2="&#x11e;" k="41" />
+    <hkern u1="&#x10a;" u2="&#x11c;" k="41" />
+    <hkern u1="&#x10a;" u2="&#x10c;" k="41" />
+    <hkern u1="&#x10a;" u2="&#x10a;" k="41" />
+    <hkern u1="&#x10a;" u2="&#x108;" k="41" />
+    <hkern u1="&#x10a;" u2="&#x106;" k="41" />
+    <hkern u1="&#x10a;" u2="&#xd8;" k="41" />
+    <hkern u1="&#x10a;" u2="&#xd6;" k="41" />
+    <hkern u1="&#x10a;" u2="&#xd5;" k="41" />
+    <hkern u1="&#x10a;" u2="&#xd4;" k="41" />
+    <hkern u1="&#x10a;" u2="&#xd3;" k="41" />
+    <hkern u1="&#x10a;" u2="&#xd2;" k="41" />
+    <hkern u1="&#x10a;" u2="&#xc7;" k="41" />
+    <hkern u1="&#x10a;" u2="Q" k="41" />
+    <hkern u1="&#x10a;" u2="O" k="41" />
+    <hkern u1="&#x10a;" u2="G" k="41" />
+    <hkern u1="&#x10a;" u2="C" k="41" />
+    <hkern u1="&#x10c;" u2="&#x1ee2;" k="41" />
+    <hkern u1="&#x10c;" u2="&#x1ee0;" k="41" />
+    <hkern u1="&#x10c;" u2="&#x1ede;" k="41" />
+    <hkern u1="&#x10c;" u2="&#x1edc;" k="41" />
+    <hkern u1="&#x10c;" u2="&#x1eda;" k="41" />
+    <hkern u1="&#x10c;" u2="&#x1ed8;" k="41" />
+    <hkern u1="&#x10c;" u2="&#x1ed6;" k="41" />
+    <hkern u1="&#x10c;" u2="&#x1ed4;" k="41" />
+    <hkern u1="&#x10c;" u2="&#x1ed2;" k="41" />
+    <hkern u1="&#x10c;" u2="&#x1ed0;" k="41" />
+    <hkern u1="&#x10c;" u2="&#x1ece;" k="41" />
+    <hkern u1="&#x10c;" u2="&#x1ecc;" k="41" />
+    <hkern u1="&#x10c;" u2="&#x1a0;" k="41" />
+    <hkern u1="&#x10c;" u2="&#x1fe;" k="41" />
+    <hkern u1="&#x10c;" u2="&#x152;" k="41" />
+    <hkern u1="&#x10c;" u2="&#x150;" k="41" />
+    <hkern u1="&#x10c;" u2="&#x14e;" k="41" />
+    <hkern u1="&#x10c;" u2="&#x14c;" k="41" />
+    <hkern u1="&#x10c;" u2="&#x122;" k="41" />
+    <hkern u1="&#x10c;" u2="&#x120;" k="41" />
+    <hkern u1="&#x10c;" u2="&#x11e;" k="41" />
+    <hkern u1="&#x10c;" u2="&#x11c;" k="41" />
+    <hkern u1="&#x10c;" u2="&#x10c;" k="41" />
+    <hkern u1="&#x10c;" u2="&#x10a;" k="41" />
+    <hkern u1="&#x10c;" u2="&#x108;" k="41" />
+    <hkern u1="&#x10c;" u2="&#x106;" k="41" />
+    <hkern u1="&#x10c;" u2="&#xd8;" k="41" />
+    <hkern u1="&#x10c;" u2="&#xd6;" k="41" />
+    <hkern u1="&#x10c;" u2="&#xd5;" k="41" />
+    <hkern u1="&#x10c;" u2="&#xd4;" k="41" />
+    <hkern u1="&#x10c;" u2="&#xd3;" k="41" />
+    <hkern u1="&#x10c;" u2="&#xd2;" k="41" />
+    <hkern u1="&#x10c;" u2="&#xc7;" k="41" />
+    <hkern u1="&#x10c;" u2="Q" k="41" />
+    <hkern u1="&#x10c;" u2="O" k="41" />
+    <hkern u1="&#x10c;" u2="G" k="41" />
+    <hkern u1="&#x10c;" u2="C" k="41" />
+    <hkern u1="&#x10e;" u2="&#x162;" k="61" />
+    <hkern u1="&#x10e;" u2="&#x1ef8;" k="20" />
+    <hkern u1="&#x10e;" u2="&#x1ef6;" k="20" />
+    <hkern u1="&#x10e;" u2="&#x1ef4;" k="20" />
+    <hkern u1="&#x10e;" u2="&#x1eb6;" k="41" />
+    <hkern u1="&#x10e;" u2="&#x1eb4;" k="41" />
+    <hkern u1="&#x10e;" u2="&#x1eb2;" k="41" />
+    <hkern u1="&#x10e;" u2="&#x1eb0;" k="41" />
+    <hkern u1="&#x10e;" u2="&#x1eae;" k="41" />
+    <hkern u1="&#x10e;" u2="&#x1eac;" k="41" />
+    <hkern u1="&#x10e;" u2="&#x1eaa;" k="41" />
+    <hkern u1="&#x10e;" u2="&#x1ea8;" k="41" />
+    <hkern u1="&#x10e;" u2="&#x1ea6;" k="41" />
+    <hkern u1="&#x10e;" u2="&#x1ea4;" k="41" />
+    <hkern u1="&#x10e;" u2="&#x1ea2;" k="41" />
+    <hkern u1="&#x10e;" u2="&#x1ea0;" k="41" />
+    <hkern u1="&#x10e;" u2="&#x1e00;" k="41" />
+    <hkern u1="&#x10e;" u2="&#x201e;" k="82" />
+    <hkern u1="&#x10e;" u2="&#x201a;" k="82" />
+    <hkern u1="&#x10e;" u2="&#x1ef2;" k="20" />
+    <hkern u1="&#x10e;" u2="&#x1e84;" k="20" />
+    <hkern u1="&#x10e;" u2="&#x1e82;" k="20" />
+    <hkern u1="&#x10e;" u2="&#x1e80;" k="20" />
+    <hkern u1="&#x10e;" u2="&#x405;" k="20" />
+    <hkern u1="&#x10e;" u2="&#x1fa;" k="41" />
+    <hkern u1="&#x10e;" u2="&#x17d;" k="20" />
+    <hkern u1="&#x10e;" u2="&#x17b;" k="20" />
+    <hkern u1="&#x10e;" u2="&#x179;" k="20" />
+    <hkern u1="&#x10e;" u2="&#x178;" k="20" />
+    <hkern u1="&#x10e;" u2="&#x176;" k="20" />
+    <hkern u1="&#x10e;" u2="&#x174;" k="20" />
+    <hkern u1="&#x10e;" u2="&#x164;" k="61" />
+    <hkern u1="&#x10e;" u2="&#x21a;" k="61" />
+    <hkern u1="&#x10e;" u2="&#x104;" k="41" />
+    <hkern u1="&#x10e;" u2="&#x102;" k="41" />
+    <hkern u1="&#x10e;" u2="&#x100;" k="41" />
+    <hkern u1="&#x10e;" u2="&#xdd;" k="20" />
+    <hkern u1="&#x10e;" u2="&#xc5;" k="41" />
+    <hkern u1="&#x10e;" u2="&#xc4;" k="41" />
+    <hkern u1="&#x10e;" u2="&#xc3;" k="41" />
+    <hkern u1="&#x10e;" u2="&#xc2;" k="41" />
+    <hkern u1="&#x10e;" u2="&#xc1;" k="41" />
+    <hkern u1="&#x10e;" u2="&#xc0;" k="41" />
+    <hkern u1="&#x10e;" u2="Z" k="20" />
+    <hkern u1="&#x10e;" u2="Y" k="20" />
+    <hkern u1="&#x10e;" u2="X" k="41" />
+    <hkern u1="&#x10e;" u2="W" k="20" />
+    <hkern u1="&#x10e;" u2="V" k="20" />
+    <hkern u1="&#x10e;" u2="T" k="61" />
+    <hkern u1="&#x10e;" u2="A" k="41" />
+    <hkern u1="&#x10e;" u2="&#x2e;" k="82" />
+    <hkern u1="&#x10e;" u2="&#x2c;" k="82" />
+    <hkern u1="&#x10f;" u2="&#x201d;" k="-82" />
+    <hkern u1="&#x10f;" u2="&#x2019;" k="-82" />
+    <hkern u1="&#x10f;" u2="&#x127;" k="-123" />
+    <hkern u1="&#x10f;" u2="&#x125;" k="-61" />
+    <hkern u1="&#x10f;" u2="&#x7d;" k="-143" />
+    <hkern u1="&#x10f;" u2="l" k="-61" />
+    <hkern u1="&#x10f;" u2="k" k="-61" />
+    <hkern u1="&#x10f;" u2="h" k="-61" />
+    <hkern u1="&#x10f;" u2="b" k="-61" />
+    <hkern u1="&#x10f;" u2="]" k="-143" />
+    <hkern u1="&#x10f;" u2="&#x3f;" k="-164" />
+    <hkern u1="&#x10f;" u2="&#x29;" k="-143" />
+    <hkern u1="&#x10f;" u2="&#x27;" k="-82" />
+    <hkern u1="&#x10f;" u2="&#x22;" k="-82" />
+    <hkern u1="&#x110;" u2="&#x162;" k="61" />
+    <hkern u1="&#x110;" u2="&#x1ef8;" k="20" />
+    <hkern u1="&#x110;" u2="&#x1ef6;" k="20" />
+    <hkern u1="&#x110;" u2="&#x1ef4;" k="20" />
+    <hkern u1="&#x110;" u2="&#x1eb6;" k="41" />
+    <hkern u1="&#x110;" u2="&#x1eb4;" k="41" />
+    <hkern u1="&#x110;" u2="&#x1eb2;" k="41" />
+    <hkern u1="&#x110;" u2="&#x1eb0;" k="41" />
+    <hkern u1="&#x110;" u2="&#x1eae;" k="41" />
+    <hkern u1="&#x110;" u2="&#x1eac;" k="41" />
+    <hkern u1="&#x110;" u2="&#x1eaa;" k="41" />
+    <hkern u1="&#x110;" u2="&#x1ea8;" k="41" />
+    <hkern u1="&#x110;" u2="&#x1ea6;" k="41" />
+    <hkern u1="&#x110;" u2="&#x1ea4;" k="41" />
+    <hkern u1="&#x110;" u2="&#x1ea2;" k="41" />
+    <hkern u1="&#x110;" u2="&#x1ea0;" k="41" />
+    <hkern u1="&#x110;" u2="&#x1e00;" k="41" />
+    <hkern u1="&#x110;" u2="&#x201e;" k="82" />
+    <hkern u1="&#x110;" u2="&#x201a;" k="82" />
+    <hkern u1="&#x110;" u2="&#x1ef2;" k="20" />
+    <hkern u1="&#x110;" u2="&#x1e84;" k="20" />
+    <hkern u1="&#x110;" u2="&#x1e82;" k="20" />
+    <hkern u1="&#x110;" u2="&#x1e80;" k="20" />
+    <hkern u1="&#x110;" u2="&#x405;" k="20" />
+    <hkern u1="&#x110;" u2="&#x1fa;" k="41" />
+    <hkern u1="&#x110;" u2="&#x17d;" k="20" />
+    <hkern u1="&#x110;" u2="&#x17b;" k="20" />
+    <hkern u1="&#x110;" u2="&#x179;" k="20" />
+    <hkern u1="&#x110;" u2="&#x178;" k="20" />
+    <hkern u1="&#x110;" u2="&#x176;" k="20" />
+    <hkern u1="&#x110;" u2="&#x174;" k="20" />
+    <hkern u1="&#x110;" u2="&#x164;" k="61" />
+    <hkern u1="&#x110;" u2="&#x21a;" k="61" />
+    <hkern u1="&#x110;" u2="&#x104;" k="41" />
+    <hkern u1="&#x110;" u2="&#x102;" k="41" />
+    <hkern u1="&#x110;" u2="&#x100;" k="41" />
+    <hkern u1="&#x110;" u2="&#xdd;" k="20" />
+    <hkern u1="&#x110;" u2="&#xc5;" k="41" />
+    <hkern u1="&#x110;" u2="&#xc4;" k="41" />
+    <hkern u1="&#x110;" u2="&#xc3;" k="41" />
+    <hkern u1="&#x110;" u2="&#xc2;" k="41" />
+    <hkern u1="&#x110;" u2="&#xc1;" k="41" />
+    <hkern u1="&#x110;" u2="&#xc0;" k="41" />
+    <hkern u1="&#x110;" u2="Z" k="20" />
+    <hkern u1="&#x110;" u2="Y" k="20" />
+    <hkern u1="&#x110;" u2="X" k="41" />
+    <hkern u1="&#x110;" u2="W" k="20" />
+    <hkern u1="&#x110;" u2="V" k="20" />
+    <hkern u1="&#x110;" u2="T" k="61" />
+    <hkern u1="&#x110;" u2="A" k="41" />
+    <hkern u1="&#x110;" u2="&#x2e;" k="82" />
+    <hkern u1="&#x110;" u2="&#x2c;" k="82" />
+    <hkern u1="&#x112;" u2="J" k="-123" />
+    <hkern u1="&#x113;" u2="&#x1ef5;" k="41" />
+    <hkern u1="&#x113;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x113;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x113;" u2="&#x1e83;" k="41" />
+    <hkern u1="&#x113;" u2="&#x1e81;" k="41" />
+    <hkern u1="&#x113;" u2="&#x17e;" k="20" />
+    <hkern u1="&#x113;" u2="&#x17c;" k="20" />
+    <hkern u1="&#x113;" u2="&#x17a;" k="20" />
+    <hkern u1="&#x113;" u2="&#x175;" k="41" />
+    <hkern u1="&#x113;" u2="&#xfd;" k="41" />
+    <hkern u1="&#x113;" u2="z" k="20" />
+    <hkern u1="&#x113;" u2="y" k="41" />
+    <hkern u1="&#x113;" u2="x" k="41" />
+    <hkern u1="&#x113;" u2="w" k="41" />
+    <hkern u1="&#x113;" u2="v" k="41" />
+    <hkern u1="&#x113;" u2="&#x27;" k="20" />
+    <hkern u1="&#x113;" u2="&#x22;" k="20" />
+    <hkern u1="&#x114;" u2="J" k="-123" />
+    <hkern u1="&#x115;" u2="&#x1ef5;" k="41" />
+    <hkern u1="&#x115;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x115;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x115;" u2="&#x1e83;" k="41" />
+    <hkern u1="&#x115;" u2="&#x1e81;" k="41" />
+    <hkern u1="&#x115;" u2="&#x17e;" k="20" />
+    <hkern u1="&#x115;" u2="&#x17c;" k="20" />
+    <hkern u1="&#x115;" u2="&#x17a;" k="20" />
+    <hkern u1="&#x115;" u2="&#x175;" k="41" />
+    <hkern u1="&#x115;" u2="&#xfd;" k="41" />
+    <hkern u1="&#x115;" u2="z" k="20" />
+    <hkern u1="&#x115;" u2="y" k="41" />
+    <hkern u1="&#x115;" u2="x" k="41" />
+    <hkern u1="&#x115;" u2="w" k="41" />
+    <hkern u1="&#x115;" u2="v" k="41" />
+    <hkern u1="&#x115;" u2="&#x27;" k="20" />
+    <hkern u1="&#x115;" u2="&#x22;" k="20" />
+    <hkern u1="&#x116;" u2="J" k="-123" />
+    <hkern u1="&#x117;" u2="&#x1ef5;" k="41" />
+    <hkern u1="&#x117;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x117;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x117;" u2="&#x1e83;" k="41" />
+    <hkern u1="&#x117;" u2="&#x1e81;" k="41" />
+    <hkern u1="&#x117;" u2="&#x17e;" k="20" />
+    <hkern u1="&#x117;" u2="&#x17c;" k="20" />
+    <hkern u1="&#x117;" u2="&#x17a;" k="20" />
+    <hkern u1="&#x117;" u2="&#x175;" k="41" />
+    <hkern u1="&#x117;" u2="&#xfd;" k="41" />
+    <hkern u1="&#x117;" u2="z" k="20" />
+    <hkern u1="&#x117;" u2="y" k="41" />
+    <hkern u1="&#x117;" u2="x" k="41" />
+    <hkern u1="&#x117;" u2="w" k="41" />
+    <hkern u1="&#x117;" u2="v" k="41" />
+    <hkern u1="&#x117;" u2="&#x27;" k="20" />
+    <hkern u1="&#x117;" u2="&#x22;" k="20" />
+    <hkern u1="&#x118;" u2="J" k="-123" />
+    <hkern u1="&#x119;" u2="&#x1ef5;" k="41" />
+    <hkern u1="&#x119;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x119;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x119;" u2="&#x1e83;" k="41" />
+    <hkern u1="&#x119;" u2="&#x1e81;" k="41" />
+    <hkern u1="&#x119;" u2="&#x17e;" k="20" />
+    <hkern u1="&#x119;" u2="&#x17c;" k="20" />
+    <hkern u1="&#x119;" u2="&#x17a;" k="20" />
+    <hkern u1="&#x119;" u2="&#x175;" k="41" />
+    <hkern u1="&#x119;" u2="&#xfd;" k="41" />
+    <hkern u1="&#x119;" u2="z" k="20" />
+    <hkern u1="&#x119;" u2="y" k="41" />
+    <hkern u1="&#x119;" u2="x" k="41" />
+    <hkern u1="&#x119;" u2="w" k="41" />
+    <hkern u1="&#x119;" u2="v" k="41" />
+    <hkern u1="&#x119;" u2="&#x27;" k="20" />
+    <hkern u1="&#x119;" u2="&#x22;" k="20" />
+    <hkern u1="&#x11a;" u2="J" k="-123" />
+    <hkern u1="&#x11b;" u2="&#x1ef5;" k="41" />
+    <hkern u1="&#x11b;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x11b;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x11b;" u2="&#x1e83;" k="41" />
+    <hkern u1="&#x11b;" u2="&#x1e81;" k="41" />
+    <hkern u1="&#x11b;" u2="&#x17e;" k="20" />
+    <hkern u1="&#x11b;" u2="&#x17c;" k="20" />
+    <hkern u1="&#x11b;" u2="&#x17a;" k="20" />
+    <hkern u1="&#x11b;" u2="&#x175;" k="41" />
+    <hkern u1="&#x11b;" u2="&#xfd;" k="41" />
+    <hkern u1="&#x11b;" u2="z" k="20" />
+    <hkern u1="&#x11b;" u2="y" k="41" />
+    <hkern u1="&#x11b;" u2="x" k="41" />
+    <hkern u1="&#x11b;" u2="w" k="41" />
+    <hkern u1="&#x11b;" u2="v" k="41" />
+    <hkern u1="&#x11b;" u2="&#x27;" k="20" />
+    <hkern u1="&#x11b;" u2="&#x22;" k="20" />
+    <hkern u1="&#x125;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x125;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x125;" u2="&#x27;" k="20" />
+    <hkern u1="&#x125;" u2="&#x22;" k="20" />
+    <hkern u1="&#x136;" u2="&#x1ee2;" k="41" />
+    <hkern u1="&#x136;" u2="&#x1ee0;" k="41" />
+    <hkern u1="&#x136;" u2="&#x1ede;" k="41" />
+    <hkern u1="&#x136;" u2="&#x1edc;" k="41" />
+    <hkern u1="&#x136;" u2="&#x1eda;" k="41" />
+    <hkern u1="&#x136;" u2="&#x1ed8;" k="41" />
+    <hkern u1="&#x136;" u2="&#x1ed6;" k="41" />
+    <hkern u1="&#x136;" u2="&#x1ed4;" k="41" />
+    <hkern u1="&#x136;" u2="&#x1ed2;" k="41" />
+    <hkern u1="&#x136;" u2="&#x1ed0;" k="41" />
+    <hkern u1="&#x136;" u2="&#x1ece;" k="41" />
+    <hkern u1="&#x136;" u2="&#x1ecc;" k="41" />
+    <hkern u1="&#x136;" u2="&#x1a0;" k="41" />
+    <hkern u1="&#x136;" u2="&#x1fe;" k="41" />
+    <hkern u1="&#x136;" u2="&#x152;" k="41" />
+    <hkern u1="&#x136;" u2="&#x150;" k="41" />
+    <hkern u1="&#x136;" u2="&#x14e;" k="41" />
+    <hkern u1="&#x136;" u2="&#x14c;" k="41" />
+    <hkern u1="&#x136;" u2="&#x122;" k="41" />
+    <hkern u1="&#x136;" u2="&#x120;" k="41" />
+    <hkern u1="&#x136;" u2="&#x11e;" k="41" />
+    <hkern u1="&#x136;" u2="&#x11c;" k="41" />
+    <hkern u1="&#x136;" u2="&#x10c;" k="41" />
+    <hkern u1="&#x136;" u2="&#x10a;" k="41" />
+    <hkern u1="&#x136;" u2="&#x108;" k="41" />
+    <hkern u1="&#x136;" u2="&#x106;" k="41" />
+    <hkern u1="&#x136;" u2="&#xd8;" k="41" />
+    <hkern u1="&#x136;" u2="&#xd6;" k="41" />
+    <hkern u1="&#x136;" u2="&#xd5;" k="41" />
+    <hkern u1="&#x136;" u2="&#xd4;" k="41" />
+    <hkern u1="&#x136;" u2="&#xd3;" k="41" />
+    <hkern u1="&#x136;" u2="&#xd2;" k="41" />
+    <hkern u1="&#x136;" u2="&#xc7;" k="41" />
+    <hkern u1="&#x136;" u2="Q" k="41" />
+    <hkern u1="&#x136;" u2="O" k="41" />
+    <hkern u1="&#x136;" u2="G" k="41" />
+    <hkern u1="&#x136;" u2="C" k="41" />
+    <hkern u1="&#x137;" u2="&#x1ee3;" k="41" />
+    <hkern u1="&#x137;" u2="&#x1ee1;" k="41" />
+    <hkern u1="&#x137;" u2="&#x1edf;" k="41" />
+    <hkern u1="&#x137;" u2="&#x1edd;" k="41" />
+    <hkern u1="&#x137;" u2="&#x1edb;" k="41" />
+    <hkern u1="&#x137;" u2="&#x1ed9;" k="41" />
+    <hkern u1="&#x137;" u2="&#x1ed7;" k="41" />
+    <hkern u1="&#x137;" u2="&#x1ed5;" k="41" />
+    <hkern u1="&#x137;" u2="&#x1ed1;" k="41" />
+    <hkern u1="&#x137;" u2="&#x1ecf;" k="41" />
+    <hkern u1="&#x137;" u2="&#x1ecd;" k="41" />
+    <hkern u1="&#x137;" u2="&#x1ec7;" k="41" />
+    <hkern u1="&#x137;" u2="&#x1ec5;" k="41" />
+    <hkern u1="&#x137;" u2="&#x1ec3;" k="41" />
+    <hkern u1="&#x137;" u2="&#x1ebf;" k="41" />
+    <hkern u1="&#x137;" u2="&#x1ebd;" k="41" />
+    <hkern u1="&#x137;" u2="&#x1ebb;" k="41" />
+    <hkern u1="&#x137;" u2="&#x1eb9;" k="41" />
+    <hkern u1="&#x137;" u2="&#x1a1;" k="41" />
+    <hkern u1="&#x137;" u2="&#x1ff;" k="41" />
+    <hkern u1="&#x137;" u2="&#x153;" k="41" />
+    <hkern u1="&#x137;" u2="&#x151;" k="41" />
+    <hkern u1="&#x137;" u2="&#x14f;" k="41" />
+    <hkern u1="&#x137;" u2="&#x14d;" k="41" />
+    <hkern u1="&#x137;" u2="&#x11b;" k="41" />
+    <hkern u1="&#x137;" u2="&#x119;" k="41" />
+    <hkern u1="&#x137;" u2="&#x117;" k="41" />
+    <hkern u1="&#x137;" u2="&#x115;" k="41" />
+    <hkern u1="&#x137;" u2="&#x113;" k="41" />
+    <hkern u1="&#x137;" u2="&#x111;" k="41" />
+    <hkern u1="&#x137;" u2="&#x10f;" k="41" />
+    <hkern u1="&#x137;" u2="&#x10d;" k="41" />
+    <hkern u1="&#x137;" u2="&#x10b;" k="41" />
+    <hkern u1="&#x137;" u2="&#x109;" k="41" />
+    <hkern u1="&#x137;" u2="&#x107;" k="41" />
+    <hkern u1="&#x137;" u2="&#xf8;" k="41" />
+    <hkern u1="&#x137;" u2="&#xf6;" k="41" />
+    <hkern u1="&#x137;" u2="&#xf5;" k="41" />
+    <hkern u1="&#x137;" u2="&#xf4;" k="41" />
+    <hkern u1="&#x137;" u2="&#xf3;" k="41" />
+    <hkern u1="&#x137;" u2="&#xf2;" k="41" />
+    <hkern u1="&#x137;" u2="&#xeb;" k="41" />
+    <hkern u1="&#x137;" u2="&#xea;" k="41" />
+    <hkern u1="&#x137;" u2="&#xe9;" k="41" />
+    <hkern u1="&#x137;" u2="&#xe8;" k="41" />
+    <hkern u1="&#x137;" u2="&#xe7;" k="41" />
+    <hkern u1="&#x137;" u2="&#xe0;" k="41" />
+    <hkern u1="&#x137;" u2="q" k="41" />
+    <hkern u1="&#x137;" u2="o" k="41" />
+    <hkern u1="&#x137;" u2="e" k="41" />
+    <hkern u1="&#x137;" u2="d" k="41" />
+    <hkern u1="&#x137;" u2="c" k="41" />
+    <hkern u1="&#x138;" u2="&#x1ee3;" k="41" />
+    <hkern u1="&#x138;" u2="&#x1ee1;" k="41" />
+    <hkern u1="&#x138;" u2="&#x1edf;" k="41" />
+    <hkern u1="&#x138;" u2="&#x1edd;" k="41" />
+    <hkern u1="&#x138;" u2="&#x1edb;" k="41" />
+    <hkern u1="&#x138;" u2="&#x1ed9;" k="41" />
+    <hkern u1="&#x138;" u2="&#x1ed7;" k="41" />
+    <hkern u1="&#x138;" u2="&#x1ed5;" k="41" />
+    <hkern u1="&#x138;" u2="&#x1ed1;" k="41" />
+    <hkern u1="&#x138;" u2="&#x1ecf;" k="41" />
+    <hkern u1="&#x138;" u2="&#x1ecd;" k="41" />
+    <hkern u1="&#x138;" u2="&#x1ec7;" k="41" />
+    <hkern u1="&#x138;" u2="&#x1ec5;" k="41" />
+    <hkern u1="&#x138;" u2="&#x1ec3;" k="41" />
+    <hkern u1="&#x138;" u2="&#x1ebf;" k="41" />
+    <hkern u1="&#x138;" u2="&#x1ebd;" k="41" />
+    <hkern u1="&#x138;" u2="&#x1ebb;" k="41" />
+    <hkern u1="&#x138;" u2="&#x1eb9;" k="41" />
+    <hkern u1="&#x138;" u2="&#x1a1;" k="41" />
+    <hkern u1="&#x138;" u2="&#x1ff;" k="41" />
+    <hkern u1="&#x138;" u2="&#x153;" k="41" />
+    <hkern u1="&#x138;" u2="&#x151;" k="41" />
+    <hkern u1="&#x138;" u2="&#x14f;" k="41" />
+    <hkern u1="&#x138;" u2="&#x14d;" k="41" />
+    <hkern u1="&#x138;" u2="&#x11b;" k="41" />
+    <hkern u1="&#x138;" u2="&#x119;" k="41" />
+    <hkern u1="&#x138;" u2="&#x117;" k="41" />
+    <hkern u1="&#x138;" u2="&#x115;" k="41" />
+    <hkern u1="&#x138;" u2="&#x113;" k="41" />
+    <hkern u1="&#x138;" u2="&#x111;" k="41" />
+    <hkern u1="&#x138;" u2="&#x10f;" k="41" />
+    <hkern u1="&#x138;" u2="&#x10d;" k="41" />
+    <hkern u1="&#x138;" u2="&#x10b;" k="41" />
+    <hkern u1="&#x138;" u2="&#x109;" k="41" />
+    <hkern u1="&#x138;" u2="&#x107;" k="41" />
+    <hkern u1="&#x138;" u2="&#xf8;" k="41" />
+    <hkern u1="&#x138;" u2="&#xf6;" k="41" />
+    <hkern u1="&#x138;" u2="&#xf5;" k="41" />
+    <hkern u1="&#x138;" u2="&#xf4;" k="41" />
+    <hkern u1="&#x138;" u2="&#xf3;" k="41" />
+    <hkern u1="&#x138;" u2="&#xf2;" k="41" />
+    <hkern u1="&#x138;" u2="&#xeb;" k="41" />
+    <hkern u1="&#x138;" u2="&#xea;" k="41" />
+    <hkern u1="&#x138;" u2="&#xe9;" k="41" />
+    <hkern u1="&#x138;" u2="&#xe8;" k="41" />
+    <hkern u1="&#x138;" u2="&#xe7;" k="41" />
+    <hkern u1="&#x138;" u2="&#xe0;" k="41" />
+    <hkern u1="&#x138;" u2="q" k="41" />
+    <hkern u1="&#x138;" u2="o" k="41" />
+    <hkern u1="&#x138;" u2="e" k="41" />
+    <hkern u1="&#x138;" u2="d" k="41" />
+    <hkern u1="&#x138;" u2="c" k="41" />
+    <hkern u1="&#x139;" u2="&#x162;" k="41" />
+    <hkern u1="&#x139;" u2="&#x1ef8;" k="61" />
+    <hkern u1="&#x139;" u2="&#x1ef6;" k="61" />
+    <hkern u1="&#x139;" u2="&#x1ef4;" k="61" />
+    <hkern u1="&#x139;" u2="&#x1ef0;" k="20" />
+    <hkern u1="&#x139;" u2="&#x1eee;" k="20" />
+    <hkern u1="&#x139;" u2="&#x1eec;" k="20" />
+    <hkern u1="&#x139;" u2="&#x1eea;" k="20" />
+    <hkern u1="&#x139;" u2="&#x1ee8;" k="20" />
+    <hkern u1="&#x139;" u2="&#x1ee6;" k="20" />
+    <hkern u1="&#x139;" u2="&#x1ee4;" k="20" />
+    <hkern u1="&#x139;" u2="&#x1ee2;" k="41" />
+    <hkern u1="&#x139;" u2="&#x1ee0;" k="41" />
+    <hkern u1="&#x139;" u2="&#x1ede;" k="41" />
+    <hkern u1="&#x139;" u2="&#x1edc;" k="41" />
+    <hkern u1="&#x139;" u2="&#x1eda;" k="41" />
+    <hkern u1="&#x139;" u2="&#x1ed8;" k="41" />
+    <hkern u1="&#x139;" u2="&#x1ed6;" k="41" />
+    <hkern u1="&#x139;" u2="&#x1ed4;" k="41" />
+    <hkern u1="&#x139;" u2="&#x1ed2;" k="41" />
+    <hkern u1="&#x139;" u2="&#x1ed0;" k="41" />
+    <hkern u1="&#x139;" u2="&#x1ece;" k="41" />
+    <hkern u1="&#x139;" u2="&#x1ecc;" k="41" />
+    <hkern u1="&#x139;" u2="&#x1af;" k="20" />
+    <hkern u1="&#x139;" u2="&#x1a0;" k="41" />
+    <hkern u1="&#x139;" u2="&#x201d;" k="164" />
+    <hkern u1="&#x139;" u2="&#x2019;" k="164" />
+    <hkern u1="&#x139;" u2="&#x1ef2;" k="61" />
+    <hkern u1="&#x139;" u2="&#x1e84;" k="41" />
+    <hkern u1="&#x139;" u2="&#x1e82;" k="41" />
+    <hkern u1="&#x139;" u2="&#x1e80;" k="41" />
+    <hkern u1="&#x139;" u2="&#x1fe;" k="41" />
+    <hkern u1="&#x139;" u2="&#x178;" k="61" />
+    <hkern u1="&#x139;" u2="&#x176;" k="61" />
+    <hkern u1="&#x139;" u2="&#x174;" k="41" />
+    <hkern u1="&#x139;" u2="&#x172;" k="20" />
+    <hkern u1="&#x139;" u2="&#x170;" k="20" />
+    <hkern u1="&#x139;" u2="&#x16e;" k="20" />
+    <hkern u1="&#x139;" u2="&#x16c;" k="20" />
+    <hkern u1="&#x139;" u2="&#x16a;" k="20" />
+    <hkern u1="&#x139;" u2="&#x168;" k="20" />
+    <hkern u1="&#x139;" u2="&#x164;" k="41" />
+    <hkern u1="&#x139;" u2="&#x21a;" k="41" />
+    <hkern u1="&#x139;" u2="&#x152;" k="41" />
+    <hkern u1="&#x139;" u2="&#x150;" k="41" />
+    <hkern u1="&#x139;" u2="&#x14e;" k="41" />
+    <hkern u1="&#x139;" u2="&#x14c;" k="41" />
+    <hkern u1="&#x139;" u2="&#x122;" k="41" />
+    <hkern u1="&#x139;" u2="&#x120;" k="41" />
+    <hkern u1="&#x139;" u2="&#x11e;" k="41" />
+    <hkern u1="&#x139;" u2="&#x11c;" k="41" />
+    <hkern u1="&#x139;" u2="&#x10c;" k="41" />
+    <hkern u1="&#x139;" u2="&#x10a;" k="41" />
+    <hkern u1="&#x139;" u2="&#x108;" k="41" />
+    <hkern u1="&#x139;" u2="&#x106;" k="41" />
+    <hkern u1="&#x139;" u2="&#xdd;" k="61" />
+    <hkern u1="&#x139;" u2="&#xdc;" k="20" />
+    <hkern u1="&#x139;" u2="&#xdb;" k="20" />
+    <hkern u1="&#x139;" u2="&#xda;" k="20" />
+    <hkern u1="&#x139;" u2="&#xd9;" k="20" />
+    <hkern u1="&#x139;" u2="&#xd8;" k="41" />
+    <hkern u1="&#x139;" u2="&#xd6;" k="41" />
+    <hkern u1="&#x139;" u2="&#xd5;" k="41" />
+    <hkern u1="&#x139;" u2="&#xd4;" k="41" />
+    <hkern u1="&#x139;" u2="&#xd3;" k="41" />
+    <hkern u1="&#x139;" u2="&#xd2;" k="41" />
+    <hkern u1="&#x139;" u2="&#xc7;" k="41" />
+    <hkern u1="&#x139;" u2="Y" k="61" />
+    <hkern u1="&#x139;" u2="W" k="41" />
+    <hkern u1="&#x139;" u2="V" k="41" />
+    <hkern u1="&#x139;" u2="U" k="20" />
+    <hkern u1="&#x139;" u2="T" k="41" />
+    <hkern u1="&#x139;" u2="Q" k="41" />
+    <hkern u1="&#x139;" u2="O" k="41" />
+    <hkern u1="&#x139;" u2="G" k="41" />
+    <hkern u1="&#x139;" u2="C" k="41" />
+    <hkern u1="&#x139;" u2="&#x27;" k="164" />
+    <hkern u1="&#x139;" u2="&#x22;" k="164" />
+    <hkern u1="&#x13b;" u2="&#x162;" k="41" />
+    <hkern u1="&#x13b;" u2="&#x1ef8;" k="61" />
+    <hkern u1="&#x13b;" u2="&#x1ef6;" k="61" />
+    <hkern u1="&#x13b;" u2="&#x1ef4;" k="61" />
+    <hkern u1="&#x13b;" u2="&#x1ef0;" k="20" />
+    <hkern u1="&#x13b;" u2="&#x1eee;" k="20" />
+    <hkern u1="&#x13b;" u2="&#x1eec;" k="20" />
+    <hkern u1="&#x13b;" u2="&#x1eea;" k="20" />
+    <hkern u1="&#x13b;" u2="&#x1ee8;" k="20" />
+    <hkern u1="&#x13b;" u2="&#x1ee6;" k="20" />
+    <hkern u1="&#x13b;" u2="&#x1ee4;" k="20" />
+    <hkern u1="&#x13b;" u2="&#x1ee2;" k="41" />
+    <hkern u1="&#x13b;" u2="&#x1ee0;" k="41" />
+    <hkern u1="&#x13b;" u2="&#x1ede;" k="41" />
+    <hkern u1="&#x13b;" u2="&#x1edc;" k="41" />
+    <hkern u1="&#x13b;" u2="&#x1eda;" k="41" />
+    <hkern u1="&#x13b;" u2="&#x1ed8;" k="41" />
+    <hkern u1="&#x13b;" u2="&#x1ed6;" k="41" />
+    <hkern u1="&#x13b;" u2="&#x1ed4;" k="41" />
+    <hkern u1="&#x13b;" u2="&#x1ed2;" k="41" />
+    <hkern u1="&#x13b;" u2="&#x1ed0;" k="41" />
+    <hkern u1="&#x13b;" u2="&#x1ece;" k="41" />
+    <hkern u1="&#x13b;" u2="&#x1ecc;" k="41" />
+    <hkern u1="&#x13b;" u2="&#x1af;" k="20" />
+    <hkern u1="&#x13b;" u2="&#x1a0;" k="41" />
+    <hkern u1="&#x13b;" u2="&#x201d;" k="164" />
+    <hkern u1="&#x13b;" u2="&#x2019;" k="164" />
+    <hkern u1="&#x13b;" u2="&#x1ef2;" k="61" />
+    <hkern u1="&#x13b;" u2="&#x1e84;" k="41" />
+    <hkern u1="&#x13b;" u2="&#x1e82;" k="41" />
+    <hkern u1="&#x13b;" u2="&#x1e80;" k="41" />
+    <hkern u1="&#x13b;" u2="&#x1fe;" k="41" />
+    <hkern u1="&#x13b;" u2="&#x178;" k="61" />
+    <hkern u1="&#x13b;" u2="&#x176;" k="61" />
+    <hkern u1="&#x13b;" u2="&#x174;" k="41" />
+    <hkern u1="&#x13b;" u2="&#x172;" k="20" />
+    <hkern u1="&#x13b;" u2="&#x170;" k="20" />
+    <hkern u1="&#x13b;" u2="&#x16e;" k="20" />
+    <hkern u1="&#x13b;" u2="&#x16c;" k="20" />
+    <hkern u1="&#x13b;" u2="&#x16a;" k="20" />
+    <hkern u1="&#x13b;" u2="&#x168;" k="20" />
+    <hkern u1="&#x13b;" u2="&#x164;" k="41" />
+    <hkern u1="&#x13b;" u2="&#x21a;" k="41" />
+    <hkern u1="&#x13b;" u2="&#x152;" k="41" />
+    <hkern u1="&#x13b;" u2="&#x150;" k="41" />
+    <hkern u1="&#x13b;" u2="&#x14e;" k="41" />
+    <hkern u1="&#x13b;" u2="&#x14c;" k="41" />
+    <hkern u1="&#x13b;" u2="&#x122;" k="41" />
+    <hkern u1="&#x13b;" u2="&#x120;" k="41" />
+    <hkern u1="&#x13b;" u2="&#x11e;" k="41" />
+    <hkern u1="&#x13b;" u2="&#x11c;" k="41" />
+    <hkern u1="&#x13b;" u2="&#x10c;" k="41" />
+    <hkern u1="&#x13b;" u2="&#x10a;" k="41" />
+    <hkern u1="&#x13b;" u2="&#x108;" k="41" />
+    <hkern u1="&#x13b;" u2="&#x106;" k="41" />
+    <hkern u1="&#x13b;" u2="&#xdd;" k="61" />
+    <hkern u1="&#x13b;" u2="&#xdc;" k="20" />
+    <hkern u1="&#x13b;" u2="&#xdb;" k="20" />
+    <hkern u1="&#x13b;" u2="&#xda;" k="20" />
+    <hkern u1="&#x13b;" u2="&#xd9;" k="20" />
+    <hkern u1="&#x13b;" u2="&#xd8;" k="41" />
+    <hkern u1="&#x13b;" u2="&#xd6;" k="41" />
+    <hkern u1="&#x13b;" u2="&#xd5;" k="41" />
+    <hkern u1="&#x13b;" u2="&#xd4;" k="41" />
+    <hkern u1="&#x13b;" u2="&#xd3;" k="41" />
+    <hkern u1="&#x13b;" u2="&#xd2;" k="41" />
+    <hkern u1="&#x13b;" u2="&#xc7;" k="41" />
+    <hkern u1="&#x13b;" u2="Y" k="61" />
+    <hkern u1="&#x13b;" u2="W" k="41" />
+    <hkern u1="&#x13b;" u2="V" k="41" />
+    <hkern u1="&#x13b;" u2="U" k="20" />
+    <hkern u1="&#x13b;" u2="T" k="41" />
+    <hkern u1="&#x13b;" u2="Q" k="41" />
+    <hkern u1="&#x13b;" u2="O" k="41" />
+    <hkern u1="&#x13b;" u2="G" k="41" />
+    <hkern u1="&#x13b;" u2="C" k="41" />
+    <hkern u1="&#x13b;" u2="&#x27;" k="164" />
+    <hkern u1="&#x13b;" u2="&#x22;" k="164" />
+    <hkern u1="&#x13d;" u2="&#x162;" k="41" />
+    <hkern u1="&#x13d;" u2="&#x1ef8;" k="61" />
+    <hkern u1="&#x13d;" u2="&#x1ef6;" k="61" />
+    <hkern u1="&#x13d;" u2="&#x1ef4;" k="61" />
+    <hkern u1="&#x13d;" u2="&#x1ef0;" k="20" />
+    <hkern u1="&#x13d;" u2="&#x1eee;" k="20" />
+    <hkern u1="&#x13d;" u2="&#x1eec;" k="20" />
+    <hkern u1="&#x13d;" u2="&#x1eea;" k="20" />
+    <hkern u1="&#x13d;" u2="&#x1ee8;" k="20" />
+    <hkern u1="&#x13d;" u2="&#x1ee6;" k="20" />
+    <hkern u1="&#x13d;" u2="&#x1ee4;" k="20" />
+    <hkern u1="&#x13d;" u2="&#x1ee2;" k="41" />
+    <hkern u1="&#x13d;" u2="&#x1ee0;" k="41" />
+    <hkern u1="&#x13d;" u2="&#x1ede;" k="41" />
+    <hkern u1="&#x13d;" u2="&#x1edc;" k="41" />
+    <hkern u1="&#x13d;" u2="&#x1eda;" k="41" />
+    <hkern u1="&#x13d;" u2="&#x1ed8;" k="41" />
+    <hkern u1="&#x13d;" u2="&#x1ed6;" k="41" />
+    <hkern u1="&#x13d;" u2="&#x1ed4;" k="41" />
+    <hkern u1="&#x13d;" u2="&#x1ed2;" k="41" />
+    <hkern u1="&#x13d;" u2="&#x1ed0;" k="41" />
+    <hkern u1="&#x13d;" u2="&#x1ece;" k="41" />
+    <hkern u1="&#x13d;" u2="&#x1ecc;" k="41" />
+    <hkern u1="&#x13d;" u2="&#x1af;" k="20" />
+    <hkern u1="&#x13d;" u2="&#x1a0;" k="41" />
+    <hkern u1="&#x13d;" u2="&#x201d;" k="164" />
+    <hkern u1="&#x13d;" u2="&#x2019;" k="164" />
+    <hkern u1="&#x13d;" u2="&#x1ef2;" k="61" />
+    <hkern u1="&#x13d;" u2="&#x1e84;" k="41" />
+    <hkern u1="&#x13d;" u2="&#x1e82;" k="41" />
+    <hkern u1="&#x13d;" u2="&#x1e80;" k="41" />
+    <hkern u1="&#x13d;" u2="&#x1fe;" k="41" />
+    <hkern u1="&#x13d;" u2="&#x178;" k="61" />
+    <hkern u1="&#x13d;" u2="&#x176;" k="61" />
+    <hkern u1="&#x13d;" u2="&#x174;" k="41" />
+    <hkern u1="&#x13d;" u2="&#x172;" k="20" />
+    <hkern u1="&#x13d;" u2="&#x170;" k="20" />
+    <hkern u1="&#x13d;" u2="&#x16e;" k="20" />
+    <hkern u1="&#x13d;" u2="&#x16c;" k="20" />
+    <hkern u1="&#x13d;" u2="&#x16a;" k="20" />
+    <hkern u1="&#x13d;" u2="&#x168;" k="20" />
+    <hkern u1="&#x13d;" u2="&#x164;" k="41" />
+    <hkern u1="&#x13d;" u2="&#x21a;" k="41" />
+    <hkern u1="&#x13d;" u2="&#x152;" k="41" />
+    <hkern u1="&#x13d;" u2="&#x150;" k="41" />
+    <hkern u1="&#x13d;" u2="&#x14e;" k="41" />
+    <hkern u1="&#x13d;" u2="&#x14c;" k="41" />
+    <hkern u1="&#x13d;" u2="&#x122;" k="41" />
+    <hkern u1="&#x13d;" u2="&#x120;" k="41" />
+    <hkern u1="&#x13d;" u2="&#x11e;" k="41" />
+    <hkern u1="&#x13d;" u2="&#x11c;" k="41" />
+    <hkern u1="&#x13d;" u2="&#x10c;" k="41" />
+    <hkern u1="&#x13d;" u2="&#x10a;" k="41" />
+    <hkern u1="&#x13d;" u2="&#x108;" k="41" />
+    <hkern u1="&#x13d;" u2="&#x106;" k="41" />
+    <hkern u1="&#x13d;" u2="&#xdd;" k="61" />
+    <hkern u1="&#x13d;" u2="&#xdc;" k="20" />
+    <hkern u1="&#x13d;" u2="&#xdb;" k="20" />
+    <hkern u1="&#x13d;" u2="&#xda;" k="20" />
+    <hkern u1="&#x13d;" u2="&#xd9;" k="20" />
+    <hkern u1="&#x13d;" u2="&#xd8;" k="41" />
+    <hkern u1="&#x13d;" u2="&#xd6;" k="41" />
+    <hkern u1="&#x13d;" u2="&#xd5;" k="41" />
+    <hkern u1="&#x13d;" u2="&#xd4;" k="41" />
+    <hkern u1="&#x13d;" u2="&#xd3;" k="41" />
+    <hkern u1="&#x13d;" u2="&#xd2;" k="41" />
+    <hkern u1="&#x13d;" u2="&#xc7;" k="41" />
+    <hkern u1="&#x13d;" u2="Y" k="61" />
+    <hkern u1="&#x13d;" u2="W" k="41" />
+    <hkern u1="&#x13d;" u2="V" k="41" />
+    <hkern u1="&#x13d;" u2="U" k="20" />
+    <hkern u1="&#x13d;" u2="T" k="41" />
+    <hkern u1="&#x13d;" u2="Q" k="41" />
+    <hkern u1="&#x13d;" u2="O" k="41" />
+    <hkern u1="&#x13d;" u2="G" k="41" />
+    <hkern u1="&#x13d;" u2="C" k="41" />
+    <hkern u1="&#x13d;" u2="&#x27;" k="164" />
+    <hkern u1="&#x13d;" u2="&#x22;" k="164" />
+    <hkern u1="&#x13e;" u2="&#x201d;" k="-82" />
+    <hkern u1="&#x13e;" u2="&#x2019;" k="-82" />
+    <hkern u1="&#x13e;" u2="&#x127;" k="-143" />
+    <hkern u1="&#x13e;" u2="&#x125;" k="-61" />
+    <hkern u1="&#x13e;" u2="&#x7d;" k="-143" />
+    <hkern u1="&#x13e;" u2="l" k="-61" />
+    <hkern u1="&#x13e;" u2="k" k="-61" />
+    <hkern u1="&#x13e;" u2="h" k="-61" />
+    <hkern u1="&#x13e;" u2="b" k="-61" />
+    <hkern u1="&#x13e;" u2="]" k="-143" />
+    <hkern u1="&#x13e;" u2="&#x3f;" k="-143" />
+    <hkern u1="&#x13e;" u2="&#x29;" k="-143" />
+    <hkern u1="&#x13e;" u2="&#x27;" k="-82" />
+    <hkern u1="&#x13e;" u2="&#x22;" k="-82" />
+    <hkern u1="&#x13f;" u2="&#x162;" k="41" />
+    <hkern u1="&#x13f;" u2="&#x1ef8;" k="61" />
+    <hkern u1="&#x13f;" u2="&#x1ef6;" k="61" />
+    <hkern u1="&#x13f;" u2="&#x1ef4;" k="61" />
+    <hkern u1="&#x13f;" u2="&#x1ef0;" k="20" />
+    <hkern u1="&#x13f;" u2="&#x1eee;" k="20" />
+    <hkern u1="&#x13f;" u2="&#x1eec;" k="20" />
+    <hkern u1="&#x13f;" u2="&#x1eea;" k="20" />
+    <hkern u1="&#x13f;" u2="&#x1ee8;" k="20" />
+    <hkern u1="&#x13f;" u2="&#x1ee6;" k="20" />
+    <hkern u1="&#x13f;" u2="&#x1ee4;" k="20" />
+    <hkern u1="&#x13f;" u2="&#x1ee2;" k="41" />
+    <hkern u1="&#x13f;" u2="&#x1ee0;" k="41" />
+    <hkern u1="&#x13f;" u2="&#x1ede;" k="41" />
+    <hkern u1="&#x13f;" u2="&#x1edc;" k="41" />
+    <hkern u1="&#x13f;" u2="&#x1eda;" k="41" />
+    <hkern u1="&#x13f;" u2="&#x1ed8;" k="41" />
+    <hkern u1="&#x13f;" u2="&#x1ed6;" k="41" />
+    <hkern u1="&#x13f;" u2="&#x1ed4;" k="41" />
+    <hkern u1="&#x13f;" u2="&#x1ed2;" k="41" />
+    <hkern u1="&#x13f;" u2="&#x1ed0;" k="41" />
+    <hkern u1="&#x13f;" u2="&#x1ece;" k="41" />
+    <hkern u1="&#x13f;" u2="&#x1ecc;" k="41" />
+    <hkern u1="&#x13f;" u2="&#x1af;" k="20" />
+    <hkern u1="&#x13f;" u2="&#x1a0;" k="41" />
+    <hkern u1="&#x13f;" u2="&#x201d;" k="164" />
+    <hkern u1="&#x13f;" u2="&#x2019;" k="164" />
+    <hkern u1="&#x13f;" u2="&#x1ef2;" k="61" />
+    <hkern u1="&#x13f;" u2="&#x1e84;" k="41" />
+    <hkern u1="&#x13f;" u2="&#x1e82;" k="41" />
+    <hkern u1="&#x13f;" u2="&#x1e80;" k="41" />
+    <hkern u1="&#x13f;" u2="&#x1fe;" k="41" />
+    <hkern u1="&#x13f;" u2="&#x178;" k="61" />
+    <hkern u1="&#x13f;" u2="&#x176;" k="61" />
+    <hkern u1="&#x13f;" u2="&#x174;" k="41" />
+    <hkern u1="&#x13f;" u2="&#x172;" k="20" />
+    <hkern u1="&#x13f;" u2="&#x170;" k="20" />
+    <hkern u1="&#x13f;" u2="&#x16e;" k="20" />
+    <hkern u1="&#x13f;" u2="&#x16c;" k="20" />
+    <hkern u1="&#x13f;" u2="&#x16a;" k="20" />
+    <hkern u1="&#x13f;" u2="&#x168;" k="20" />
+    <hkern u1="&#x13f;" u2="&#x164;" k="41" />
+    <hkern u1="&#x13f;" u2="&#x21a;" k="41" />
+    <hkern u1="&#x13f;" u2="&#x152;" k="41" />
+    <hkern u1="&#x13f;" u2="&#x150;" k="41" />
+    <hkern u1="&#x13f;" u2="&#x14e;" k="41" />
+    <hkern u1="&#x13f;" u2="&#x14c;" k="41" />
+    <hkern u1="&#x13f;" u2="&#x122;" k="41" />
+    <hkern u1="&#x13f;" u2="&#x120;" k="41" />
+    <hkern u1="&#x13f;" u2="&#x11e;" k="41" />
+    <hkern u1="&#x13f;" u2="&#x11c;" k="41" />
+    <hkern u1="&#x13f;" u2="&#x10c;" k="41" />
+    <hkern u1="&#x13f;" u2="&#x10a;" k="41" />
+    <hkern u1="&#x13f;" u2="&#x108;" k="41" />
+    <hkern u1="&#x13f;" u2="&#x106;" k="41" />
+    <hkern u1="&#x13f;" u2="&#xdd;" k="61" />
+    <hkern u1="&#x13f;" u2="&#xdc;" k="20" />
+    <hkern u1="&#x13f;" u2="&#xdb;" k="20" />
+    <hkern u1="&#x13f;" u2="&#xda;" k="20" />
+    <hkern u1="&#x13f;" u2="&#xd9;" k="20" />
+    <hkern u1="&#x13f;" u2="&#xd8;" k="41" />
+    <hkern u1="&#x13f;" u2="&#xd6;" k="41" />
+    <hkern u1="&#x13f;" u2="&#xd5;" k="41" />
+    <hkern u1="&#x13f;" u2="&#xd4;" k="41" />
+    <hkern u1="&#x13f;" u2="&#xd3;" k="41" />
+    <hkern u1="&#x13f;" u2="&#xd2;" k="41" />
+    <hkern u1="&#x13f;" u2="&#xc7;" k="41" />
+    <hkern u1="&#x13f;" u2="Y" k="61" />
+    <hkern u1="&#x13f;" u2="W" k="41" />
+    <hkern u1="&#x13f;" u2="V" k="41" />
+    <hkern u1="&#x13f;" u2="U" k="20" />
+    <hkern u1="&#x13f;" u2="T" k="41" />
+    <hkern u1="&#x13f;" u2="Q" k="41" />
+    <hkern u1="&#x13f;" u2="O" k="41" />
+    <hkern u1="&#x13f;" u2="G" k="41" />
+    <hkern u1="&#x13f;" u2="C" k="41" />
+    <hkern u1="&#x13f;" u2="&#x27;" k="164" />
+    <hkern u1="&#x13f;" u2="&#x22;" k="164" />
+    <hkern u1="&#x141;" u2="&#x162;" k="41" />
+    <hkern u1="&#x141;" u2="&#x1ef8;" k="61" />
+    <hkern u1="&#x141;" u2="&#x1ef6;" k="61" />
+    <hkern u1="&#x141;" u2="&#x1ef4;" k="61" />
+    <hkern u1="&#x141;" u2="&#x1ef0;" k="20" />
+    <hkern u1="&#x141;" u2="&#x1eee;" k="20" />
+    <hkern u1="&#x141;" u2="&#x1eec;" k="20" />
+    <hkern u1="&#x141;" u2="&#x1eea;" k="20" />
+    <hkern u1="&#x141;" u2="&#x1ee8;" k="20" />
+    <hkern u1="&#x141;" u2="&#x1ee6;" k="20" />
+    <hkern u1="&#x141;" u2="&#x1ee4;" k="20" />
+    <hkern u1="&#x141;" u2="&#x1ee2;" k="41" />
+    <hkern u1="&#x141;" u2="&#x1ee0;" k="41" />
+    <hkern u1="&#x141;" u2="&#x1ede;" k="41" />
+    <hkern u1="&#x141;" u2="&#x1edc;" k="41" />
+    <hkern u1="&#x141;" u2="&#x1eda;" k="41" />
+    <hkern u1="&#x141;" u2="&#x1ed8;" k="41" />
+    <hkern u1="&#x141;" u2="&#x1ed6;" k="41" />
+    <hkern u1="&#x141;" u2="&#x1ed4;" k="41" />
+    <hkern u1="&#x141;" u2="&#x1ed2;" k="41" />
+    <hkern u1="&#x141;" u2="&#x1ed0;" k="41" />
+    <hkern u1="&#x141;" u2="&#x1ece;" k="41" />
+    <hkern u1="&#x141;" u2="&#x1ecc;" k="41" />
+    <hkern u1="&#x141;" u2="&#x1af;" k="20" />
+    <hkern u1="&#x141;" u2="&#x1a0;" k="41" />
+    <hkern u1="&#x141;" u2="&#x201d;" k="164" />
+    <hkern u1="&#x141;" u2="&#x2019;" k="164" />
+    <hkern u1="&#x141;" u2="&#x1ef2;" k="61" />
+    <hkern u1="&#x141;" u2="&#x1e84;" k="41" />
+    <hkern u1="&#x141;" u2="&#x1e82;" k="41" />
+    <hkern u1="&#x141;" u2="&#x1e80;" k="41" />
+    <hkern u1="&#x141;" u2="&#x1fe;" k="41" />
+    <hkern u1="&#x141;" u2="&#x178;" k="61" />
+    <hkern u1="&#x141;" u2="&#x176;" k="61" />
+    <hkern u1="&#x141;" u2="&#x174;" k="41" />
+    <hkern u1="&#x141;" u2="&#x172;" k="20" />
+    <hkern u1="&#x141;" u2="&#x170;" k="20" />
+    <hkern u1="&#x141;" u2="&#x16e;" k="20" />
+    <hkern u1="&#x141;" u2="&#x16c;" k="20" />
+    <hkern u1="&#x141;" u2="&#x16a;" k="20" />
+    <hkern u1="&#x141;" u2="&#x168;" k="20" />
+    <hkern u1="&#x141;" u2="&#x164;" k="41" />
+    <hkern u1="&#x141;" u2="&#x21a;" k="41" />
+    <hkern u1="&#x141;" u2="&#x152;" k="41" />
+    <hkern u1="&#x141;" u2="&#x150;" k="41" />
+    <hkern u1="&#x141;" u2="&#x14e;" k="41" />
+    <hkern u1="&#x141;" u2="&#x14c;" k="41" />
+    <hkern u1="&#x141;" u2="&#x122;" k="41" />
+    <hkern u1="&#x141;" u2="&#x120;" k="41" />
+    <hkern u1="&#x141;" u2="&#x11e;" k="41" />
+    <hkern u1="&#x141;" u2="&#x11c;" k="41" />
+    <hkern u1="&#x141;" u2="&#x10c;" k="41" />
+    <hkern u1="&#x141;" u2="&#x10a;" k="41" />
+    <hkern u1="&#x141;" u2="&#x108;" k="41" />
+    <hkern u1="&#x141;" u2="&#x106;" k="41" />
+    <hkern u1="&#x141;" u2="&#xdd;" k="61" />
+    <hkern u1="&#x141;" u2="&#xdc;" k="20" />
+    <hkern u1="&#x141;" u2="&#xdb;" k="20" />
+    <hkern u1="&#x141;" u2="&#xda;" k="20" />
+    <hkern u1="&#x141;" u2="&#xd9;" k="20" />
+    <hkern u1="&#x141;" u2="&#xd8;" k="41" />
+    <hkern u1="&#x141;" u2="&#xd6;" k="41" />
+    <hkern u1="&#x141;" u2="&#xd5;" k="41" />
+    <hkern u1="&#x141;" u2="&#xd4;" k="41" />
+    <hkern u1="&#x141;" u2="&#xd3;" k="41" />
+    <hkern u1="&#x141;" u2="&#xd2;" k="41" />
+    <hkern u1="&#x141;" u2="&#xc7;" k="41" />
+    <hkern u1="&#x141;" u2="Y" k="61" />
+    <hkern u1="&#x141;" u2="W" k="41" />
+    <hkern u1="&#x141;" u2="V" k="41" />
+    <hkern u1="&#x141;" u2="U" k="20" />
+    <hkern u1="&#x141;" u2="T" k="41" />
+    <hkern u1="&#x141;" u2="Q" k="41" />
+    <hkern u1="&#x141;" u2="O" k="41" />
+    <hkern u1="&#x141;" u2="G" k="41" />
+    <hkern u1="&#x141;" u2="C" k="41" />
+    <hkern u1="&#x141;" u2="&#x27;" k="164" />
+    <hkern u1="&#x141;" u2="&#x22;" k="164" />
+    <hkern u1="&#x146;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x146;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x146;" u2="&#x27;" k="20" />
+    <hkern u1="&#x146;" u2="&#x22;" k="20" />
+    <hkern u1="&#x14c;" u2="&#x162;" k="61" />
+    <hkern u1="&#x14c;" u2="&#x1ef8;" k="20" />
+    <hkern u1="&#x14c;" u2="&#x1ef6;" k="20" />
+    <hkern u1="&#x14c;" u2="&#x1ef4;" k="20" />
+    <hkern u1="&#x14c;" u2="&#x1eb6;" k="41" />
+    <hkern u1="&#x14c;" u2="&#x1eb4;" k="41" />
+    <hkern u1="&#x14c;" u2="&#x1eb2;" k="41" />
+    <hkern u1="&#x14c;" u2="&#x1eb0;" k="41" />
+    <hkern u1="&#x14c;" u2="&#x1eae;" k="41" />
+    <hkern u1="&#x14c;" u2="&#x1eac;" k="41" />
+    <hkern u1="&#x14c;" u2="&#x1eaa;" k="41" />
+    <hkern u1="&#x14c;" u2="&#x1ea8;" k="41" />
+    <hkern u1="&#x14c;" u2="&#x1ea6;" k="41" />
+    <hkern u1="&#x14c;" u2="&#x1ea4;" k="41" />
+    <hkern u1="&#x14c;" u2="&#x1ea2;" k="41" />
+    <hkern u1="&#x14c;" u2="&#x1ea0;" k="41" />
+    <hkern u1="&#x14c;" u2="&#x1e00;" k="41" />
+    <hkern u1="&#x14c;" u2="&#x201e;" k="82" />
+    <hkern u1="&#x14c;" u2="&#x201a;" k="82" />
+    <hkern u1="&#x14c;" u2="&#x1ef2;" k="20" />
+    <hkern u1="&#x14c;" u2="&#x1e84;" k="20" />
+    <hkern u1="&#x14c;" u2="&#x1e82;" k="20" />
+    <hkern u1="&#x14c;" u2="&#x1e80;" k="20" />
+    <hkern u1="&#x14c;" u2="&#x405;" k="20" />
+    <hkern u1="&#x14c;" u2="&#x1fa;" k="41" />
+    <hkern u1="&#x14c;" u2="&#x17d;" k="20" />
+    <hkern u1="&#x14c;" u2="&#x17b;" k="20" />
+    <hkern u1="&#x14c;" u2="&#x179;" k="20" />
+    <hkern u1="&#x14c;" u2="&#x178;" k="20" />
+    <hkern u1="&#x14c;" u2="&#x176;" k="20" />
+    <hkern u1="&#x14c;" u2="&#x174;" k="20" />
+    <hkern u1="&#x14c;" u2="&#x164;" k="61" />
+    <hkern u1="&#x14c;" u2="&#x21a;" k="61" />
+    <hkern u1="&#x14c;" u2="&#x104;" k="41" />
+    <hkern u1="&#x14c;" u2="&#x102;" k="41" />
+    <hkern u1="&#x14c;" u2="&#x100;" k="41" />
+    <hkern u1="&#x14c;" u2="&#xdd;" k="20" />
+    <hkern u1="&#x14c;" u2="&#xc5;" k="41" />
+    <hkern u1="&#x14c;" u2="&#xc4;" k="41" />
+    <hkern u1="&#x14c;" u2="&#xc3;" k="41" />
+    <hkern u1="&#x14c;" u2="&#xc2;" k="41" />
+    <hkern u1="&#x14c;" u2="&#xc1;" k="41" />
+    <hkern u1="&#x14c;" u2="&#xc0;" k="41" />
+    <hkern u1="&#x14c;" u2="Z" k="20" />
+    <hkern u1="&#x14c;" u2="Y" k="20" />
+    <hkern u1="&#x14c;" u2="X" k="41" />
+    <hkern u1="&#x14c;" u2="W" k="20" />
+    <hkern u1="&#x14c;" u2="V" k="20" />
+    <hkern u1="&#x14c;" u2="T" k="61" />
+    <hkern u1="&#x14c;" u2="A" k="41" />
+    <hkern u1="&#x14c;" u2="&#x2e;" k="82" />
+    <hkern u1="&#x14c;" u2="&#x2c;" k="82" />
+    <hkern u1="&#x14e;" u2="&#x162;" k="61" />
+    <hkern u1="&#x14e;" u2="&#x1ef8;" k="20" />
+    <hkern u1="&#x14e;" u2="&#x1ef6;" k="20" />
+    <hkern u1="&#x14e;" u2="&#x1ef4;" k="20" />
+    <hkern u1="&#x14e;" u2="&#x1eb6;" k="41" />
+    <hkern u1="&#x14e;" u2="&#x1eb4;" k="41" />
+    <hkern u1="&#x14e;" u2="&#x1eb2;" k="41" />
+    <hkern u1="&#x14e;" u2="&#x1eb0;" k="41" />
+    <hkern u1="&#x14e;" u2="&#x1eae;" k="41" />
+    <hkern u1="&#x14e;" u2="&#x1eac;" k="41" />
+    <hkern u1="&#x14e;" u2="&#x1eaa;" k="41" />
+    <hkern u1="&#x14e;" u2="&#x1ea8;" k="41" />
+    <hkern u1="&#x14e;" u2="&#x1ea6;" k="41" />
+    <hkern u1="&#x14e;" u2="&#x1ea4;" k="41" />
+    <hkern u1="&#x14e;" u2="&#x1ea2;" k="41" />
+    <hkern u1="&#x14e;" u2="&#x1ea0;" k="41" />
+    <hkern u1="&#x14e;" u2="&#x1e00;" k="41" />
+    <hkern u1="&#x14e;" u2="&#x201e;" k="82" />
+    <hkern u1="&#x14e;" u2="&#x201a;" k="82" />
+    <hkern u1="&#x14e;" u2="&#x1ef2;" k="20" />
+    <hkern u1="&#x14e;" u2="&#x1e84;" k="20" />
+    <hkern u1="&#x14e;" u2="&#x1e82;" k="20" />
+    <hkern u1="&#x14e;" u2="&#x1e80;" k="20" />
+    <hkern u1="&#x14e;" u2="&#x405;" k="20" />
+    <hkern u1="&#x14e;" u2="&#x1fa;" k="41" />
+    <hkern u1="&#x14e;" u2="&#x17d;" k="20" />
+    <hkern u1="&#x14e;" u2="&#x17b;" k="20" />
+    <hkern u1="&#x14e;" u2="&#x179;" k="20" />
+    <hkern u1="&#x14e;" u2="&#x178;" k="20" />
+    <hkern u1="&#x14e;" u2="&#x176;" k="20" />
+    <hkern u1="&#x14e;" u2="&#x174;" k="20" />
+    <hkern u1="&#x14e;" u2="&#x164;" k="61" />
+    <hkern u1="&#x14e;" u2="&#x21a;" k="61" />
+    <hkern u1="&#x14e;" u2="&#x104;" k="41" />
+    <hkern u1="&#x14e;" u2="&#x102;" k="41" />
+    <hkern u1="&#x14e;" u2="&#x100;" k="41" />
+    <hkern u1="&#x14e;" u2="&#xdd;" k="20" />
+    <hkern u1="&#x14e;" u2="&#xc5;" k="41" />
+    <hkern u1="&#x14e;" u2="&#xc4;" k="41" />
+    <hkern u1="&#x14e;" u2="&#xc3;" k="41" />
+    <hkern u1="&#x14e;" u2="&#xc2;" k="41" />
+    <hkern u1="&#x14e;" u2="&#xc1;" k="41" />
+    <hkern u1="&#x14e;" u2="&#xc0;" k="41" />
+    <hkern u1="&#x14e;" u2="Z" k="20" />
+    <hkern u1="&#x14e;" u2="Y" k="20" />
+    <hkern u1="&#x14e;" u2="X" k="41" />
+    <hkern u1="&#x14e;" u2="W" k="20" />
+    <hkern u1="&#x14e;" u2="V" k="20" />
+    <hkern u1="&#x14e;" u2="T" k="61" />
+    <hkern u1="&#x14e;" u2="A" k="41" />
+    <hkern u1="&#x14e;" u2="&#x2e;" k="82" />
+    <hkern u1="&#x14e;" u2="&#x2c;" k="82" />
+    <hkern u1="&#x150;" u2="&#x162;" k="61" />
+    <hkern u1="&#x150;" u2="&#x1ef8;" k="20" />
+    <hkern u1="&#x150;" u2="&#x1ef6;" k="20" />
+    <hkern u1="&#x150;" u2="&#x1ef4;" k="20" />
+    <hkern u1="&#x150;" u2="&#x1eb6;" k="41" />
+    <hkern u1="&#x150;" u2="&#x1eb4;" k="41" />
+    <hkern u1="&#x150;" u2="&#x1eb2;" k="41" />
+    <hkern u1="&#x150;" u2="&#x1eb0;" k="41" />
+    <hkern u1="&#x150;" u2="&#x1eae;" k="41" />
+    <hkern u1="&#x150;" u2="&#x1eac;" k="41" />
+    <hkern u1="&#x150;" u2="&#x1eaa;" k="41" />
+    <hkern u1="&#x150;" u2="&#x1ea8;" k="41" />
+    <hkern u1="&#x150;" u2="&#x1ea6;" k="41" />
+    <hkern u1="&#x150;" u2="&#x1ea4;" k="41" />
+    <hkern u1="&#x150;" u2="&#x1ea2;" k="41" />
+    <hkern u1="&#x150;" u2="&#x1ea0;" k="41" />
+    <hkern u1="&#x150;" u2="&#x1e00;" k="41" />
+    <hkern u1="&#x150;" u2="&#x201e;" k="82" />
+    <hkern u1="&#x150;" u2="&#x201a;" k="82" />
+    <hkern u1="&#x150;" u2="&#x1ef2;" k="20" />
+    <hkern u1="&#x150;" u2="&#x1e84;" k="20" />
+    <hkern u1="&#x150;" u2="&#x1e82;" k="20" />
+    <hkern u1="&#x150;" u2="&#x1e80;" k="20" />
+    <hkern u1="&#x150;" u2="&#x405;" k="20" />
+    <hkern u1="&#x150;" u2="&#x1fa;" k="41" />
+    <hkern u1="&#x150;" u2="&#x17d;" k="20" />
+    <hkern u1="&#x150;" u2="&#x17b;" k="20" />
+    <hkern u1="&#x150;" u2="&#x179;" k="20" />
+    <hkern u1="&#x150;" u2="&#x178;" k="20" />
+    <hkern u1="&#x150;" u2="&#x176;" k="20" />
+    <hkern u1="&#x150;" u2="&#x174;" k="20" />
+    <hkern u1="&#x150;" u2="&#x164;" k="61" />
+    <hkern u1="&#x150;" u2="&#x21a;" k="61" />
+    <hkern u1="&#x150;" u2="&#x104;" k="41" />
+    <hkern u1="&#x150;" u2="&#x102;" k="41" />
+    <hkern u1="&#x150;" u2="&#x100;" k="41" />
+    <hkern u1="&#x150;" u2="&#xdd;" k="20" />
+    <hkern u1="&#x150;" u2="&#xc5;" k="41" />
+    <hkern u1="&#x150;" u2="&#xc4;" k="41" />
+    <hkern u1="&#x150;" u2="&#xc3;" k="41" />
+    <hkern u1="&#x150;" u2="&#xc2;" k="41" />
+    <hkern u1="&#x150;" u2="&#xc1;" k="41" />
+    <hkern u1="&#x150;" u2="&#xc0;" k="41" />
+    <hkern u1="&#x150;" u2="Z" k="20" />
+    <hkern u1="&#x150;" u2="Y" k="20" />
+    <hkern u1="&#x150;" u2="X" k="41" />
+    <hkern u1="&#x150;" u2="W" k="20" />
+    <hkern u1="&#x150;" u2="V" k="20" />
+    <hkern u1="&#x150;" u2="T" k="61" />
+    <hkern u1="&#x150;" u2="A" k="41" />
+    <hkern u1="&#x150;" u2="&#x2e;" k="82" />
+    <hkern u1="&#x150;" u2="&#x2c;" k="82" />
+    <hkern u1="&#x152;" u2="J" k="-123" />
+    <hkern u1="&#x155;" u2="&#x1ee3;" k="41" />
+    <hkern u1="&#x155;" u2="&#x1ee1;" k="41" />
+    <hkern u1="&#x155;" u2="&#x1edf;" k="41" />
+    <hkern u1="&#x155;" u2="&#x1edd;" k="41" />
+    <hkern u1="&#x155;" u2="&#x1edb;" k="41" />
+    <hkern u1="&#x155;" u2="&#x1ed9;" k="41" />
+    <hkern u1="&#x155;" u2="&#x1ed7;" k="41" />
+    <hkern u1="&#x155;" u2="&#x1ed5;" k="41" />
+    <hkern u1="&#x155;" u2="&#x1ed1;" k="41" />
+    <hkern u1="&#x155;" u2="&#x1ecf;" k="41" />
+    <hkern u1="&#x155;" u2="&#x1ecd;" k="41" />
+    <hkern u1="&#x155;" u2="&#x1ec7;" k="41" />
+    <hkern u1="&#x155;" u2="&#x1ec5;" k="41" />
+    <hkern u1="&#x155;" u2="&#x1ec3;" k="41" />
+    <hkern u1="&#x155;" u2="&#x1ebf;" k="41" />
+    <hkern u1="&#x155;" u2="&#x1ebd;" k="41" />
+    <hkern u1="&#x155;" u2="&#x1ebb;" k="41" />
+    <hkern u1="&#x155;" u2="&#x1eb9;" k="41" />
+    <hkern u1="&#x155;" u2="&#x1eb7;" k="41" />
+    <hkern u1="&#x155;" u2="&#x1eb5;" k="41" />
+    <hkern u1="&#x155;" u2="&#x1eb3;" k="41" />
+    <hkern u1="&#x155;" u2="&#x1eb1;" k="41" />
+    <hkern u1="&#x155;" u2="&#x1eaf;" k="41" />
+    <hkern u1="&#x155;" u2="&#x1ead;" k="41" />
+    <hkern u1="&#x155;" u2="&#x1eab;" k="41" />
+    <hkern u1="&#x155;" u2="&#x1ea9;" k="41" />
+    <hkern u1="&#x155;" u2="&#x1ea5;" k="41" />
+    <hkern u1="&#x155;" u2="&#x1ea3;" k="41" />
+    <hkern u1="&#x155;" u2="&#x1ea1;" k="41" />
+    <hkern u1="&#x155;" u2="&#x1a1;" k="41" />
+    <hkern u1="&#x155;" u2="&#x1e01;" k="41" />
+    <hkern u1="&#x155;" u2="&#x201d;" k="-82" />
+    <hkern u1="&#x155;" u2="&#x2019;" k="-82" />
+    <hkern u1="&#x155;" u2="&#x1ff;" k="41" />
+    <hkern u1="&#x155;" u2="&#x1fd;" k="41" />
+    <hkern u1="&#x155;" u2="&#x1fb;" k="41" />
+    <hkern u1="&#x155;" u2="&#x153;" k="41" />
+    <hkern u1="&#x155;" u2="&#x151;" k="41" />
+    <hkern u1="&#x155;" u2="&#x14f;" k="41" />
+    <hkern u1="&#x155;" u2="&#x14d;" k="41" />
+    <hkern u1="&#x155;" u2="&#x123;" k="20" />
+    <hkern u1="&#x155;" u2="&#x121;" k="20" />
+    <hkern u1="&#x155;" u2="&#x11f;" k="20" />
+    <hkern u1="&#x155;" u2="&#x11d;" k="20" />
+    <hkern u1="&#x155;" u2="&#x11b;" k="41" />
+    <hkern u1="&#x155;" u2="&#x119;" k="41" />
+    <hkern u1="&#x155;" u2="&#x117;" k="41" />
+    <hkern u1="&#x155;" u2="&#x115;" k="41" />
+    <hkern u1="&#x155;" u2="&#x113;" k="41" />
+    <hkern u1="&#x155;" u2="&#x111;" k="41" />
+    <hkern u1="&#x155;" u2="&#x10f;" k="41" />
+    <hkern u1="&#x155;" u2="&#x10d;" k="41" />
+    <hkern u1="&#x155;" u2="&#x10b;" k="41" />
+    <hkern u1="&#x155;" u2="&#x109;" k="41" />
+    <hkern u1="&#x155;" u2="&#x107;" k="41" />
+    <hkern u1="&#x155;" u2="&#x105;" k="41" />
+    <hkern u1="&#x155;" u2="&#x103;" k="41" />
+    <hkern u1="&#x155;" u2="&#x101;" k="41" />
+    <hkern u1="&#x155;" u2="&#xf8;" k="41" />
+    <hkern u1="&#x155;" u2="&#xf6;" k="41" />
+    <hkern u1="&#x155;" u2="&#xf5;" k="41" />
+    <hkern u1="&#x155;" u2="&#xf4;" k="41" />
+    <hkern u1="&#x155;" u2="&#xf3;" k="41" />
+    <hkern u1="&#x155;" u2="&#xf2;" k="41" />
+    <hkern u1="&#x155;" u2="&#xeb;" k="41" />
+    <hkern u1="&#x155;" u2="&#xea;" k="41" />
+    <hkern u1="&#x155;" u2="&#xe9;" k="41" />
+    <hkern u1="&#x155;" u2="&#xe8;" k="41" />
+    <hkern u1="&#x155;" u2="&#xe7;" k="41" />
+    <hkern u1="&#x155;" u2="&#xe6;" k="41" />
+    <hkern u1="&#x155;" u2="&#xe5;" k="41" />
+    <hkern u1="&#x155;" u2="&#xe4;" k="41" />
+    <hkern u1="&#x155;" u2="&#xe3;" k="41" />
+    <hkern u1="&#x155;" u2="&#xe2;" k="41" />
+    <hkern u1="&#x155;" u2="&#xe1;" k="41" />
+    <hkern u1="&#x155;" u2="&#xe0;" k="41" />
+    <hkern u1="&#x155;" u2="q" k="41" />
+    <hkern u1="&#x155;" u2="o" k="41" />
+    <hkern u1="&#x155;" u2="g" k="20" />
+    <hkern u1="&#x155;" u2="e" k="41" />
+    <hkern u1="&#x155;" u2="d" k="41" />
+    <hkern u1="&#x155;" u2="c" k="41" />
+    <hkern u1="&#x155;" u2="a" k="41" />
+    <hkern u1="&#x155;" u2="&#x27;" k="-82" />
+    <hkern u1="&#x155;" u2="&#x22;" k="-82" />
+    <hkern u1="&#x157;" u2="&#x1ee3;" k="41" />
+    <hkern u1="&#x157;" u2="&#x1ee1;" k="41" />
+    <hkern u1="&#x157;" u2="&#x1edf;" k="41" />
+    <hkern u1="&#x157;" u2="&#x1edd;" k="41" />
+    <hkern u1="&#x157;" u2="&#x1edb;" k="41" />
+    <hkern u1="&#x157;" u2="&#x1ed9;" k="41" />
+    <hkern u1="&#x157;" u2="&#x1ed7;" k="41" />
+    <hkern u1="&#x157;" u2="&#x1ed5;" k="41" />
+    <hkern u1="&#x157;" u2="&#x1ed1;" k="41" />
+    <hkern u1="&#x157;" u2="&#x1ecf;" k="41" />
+    <hkern u1="&#x157;" u2="&#x1ecd;" k="41" />
+    <hkern u1="&#x157;" u2="&#x1ec7;" k="41" />
+    <hkern u1="&#x157;" u2="&#x1ec5;" k="41" />
+    <hkern u1="&#x157;" u2="&#x1ec3;" k="41" />
+    <hkern u1="&#x157;" u2="&#x1ebf;" k="41" />
+    <hkern u1="&#x157;" u2="&#x1ebd;" k="41" />
+    <hkern u1="&#x157;" u2="&#x1ebb;" k="41" />
+    <hkern u1="&#x157;" u2="&#x1eb9;" k="41" />
+    <hkern u1="&#x157;" u2="&#x1eb7;" k="41" />
+    <hkern u1="&#x157;" u2="&#x1eb5;" k="41" />
+    <hkern u1="&#x157;" u2="&#x1eb3;" k="41" />
+    <hkern u1="&#x157;" u2="&#x1eb1;" k="41" />
+    <hkern u1="&#x157;" u2="&#x1eaf;" k="41" />
+    <hkern u1="&#x157;" u2="&#x1ead;" k="41" />
+    <hkern u1="&#x157;" u2="&#x1eab;" k="41" />
+    <hkern u1="&#x157;" u2="&#x1ea9;" k="41" />
+    <hkern u1="&#x157;" u2="&#x1ea5;" k="41" />
+    <hkern u1="&#x157;" u2="&#x1ea3;" k="41" />
+    <hkern u1="&#x157;" u2="&#x1ea1;" k="41" />
+    <hkern u1="&#x157;" u2="&#x1a1;" k="41" />
+    <hkern u1="&#x157;" u2="&#x1e01;" k="41" />
+    <hkern u1="&#x157;" u2="&#x201d;" k="-82" />
+    <hkern u1="&#x157;" u2="&#x2019;" k="-82" />
+    <hkern u1="&#x157;" u2="&#x1ff;" k="41" />
+    <hkern u1="&#x157;" u2="&#x1fd;" k="41" />
+    <hkern u1="&#x157;" u2="&#x1fb;" k="41" />
+    <hkern u1="&#x157;" u2="&#x153;" k="41" />
+    <hkern u1="&#x157;" u2="&#x151;" k="41" />
+    <hkern u1="&#x157;" u2="&#x14f;" k="41" />
+    <hkern u1="&#x157;" u2="&#x14d;" k="41" />
+    <hkern u1="&#x157;" u2="&#x123;" k="20" />
+    <hkern u1="&#x157;" u2="&#x121;" k="20" />
+    <hkern u1="&#x157;" u2="&#x11f;" k="20" />
+    <hkern u1="&#x157;" u2="&#x11d;" k="20" />
+    <hkern u1="&#x157;" u2="&#x11b;" k="41" />
+    <hkern u1="&#x157;" u2="&#x119;" k="41" />
+    <hkern u1="&#x157;" u2="&#x117;" k="41" />
+    <hkern u1="&#x157;" u2="&#x115;" k="41" />
+    <hkern u1="&#x157;" u2="&#x113;" k="41" />
+    <hkern u1="&#x157;" u2="&#x111;" k="41" />
+    <hkern u1="&#x157;" u2="&#x10f;" k="41" />
+    <hkern u1="&#x157;" u2="&#x10d;" k="41" />
+    <hkern u1="&#x157;" u2="&#x10b;" k="41" />
+    <hkern u1="&#x157;" u2="&#x109;" k="41" />
+    <hkern u1="&#x157;" u2="&#x107;" k="41" />
+    <hkern u1="&#x157;" u2="&#x105;" k="41" />
+    <hkern u1="&#x157;" u2="&#x103;" k="41" />
+    <hkern u1="&#x157;" u2="&#x101;" k="41" />
+    <hkern u1="&#x157;" u2="&#xf8;" k="41" />
+    <hkern u1="&#x157;" u2="&#xf6;" k="41" />
+    <hkern u1="&#x157;" u2="&#xf5;" k="41" />
+    <hkern u1="&#x157;" u2="&#xf4;" k="41" />
+    <hkern u1="&#x157;" u2="&#xf3;" k="41" />
+    <hkern u1="&#x157;" u2="&#xf2;" k="41" />
+    <hkern u1="&#x157;" u2="&#xeb;" k="41" />
+    <hkern u1="&#x157;" u2="&#xea;" k="41" />
+    <hkern u1="&#x157;" u2="&#xe9;" k="41" />
+    <hkern u1="&#x157;" u2="&#xe8;" k="41" />
+    <hkern u1="&#x157;" u2="&#xe7;" k="41" />
+    <hkern u1="&#x157;" u2="&#xe6;" k="41" />
+    <hkern u1="&#x157;" u2="&#xe5;" k="41" />
+    <hkern u1="&#x157;" u2="&#xe4;" k="41" />
+    <hkern u1="&#x157;" u2="&#xe3;" k="41" />
+    <hkern u1="&#x157;" u2="&#xe2;" k="41" />
+    <hkern u1="&#x157;" u2="&#xe1;" k="41" />
+    <hkern u1="&#x157;" u2="&#xe0;" k="41" />
+    <hkern u1="&#x157;" u2="q" k="41" />
+    <hkern u1="&#x157;" u2="o" k="41" />
+    <hkern u1="&#x157;" u2="g" k="20" />
+    <hkern u1="&#x157;" u2="e" k="41" />
+    <hkern u1="&#x157;" u2="d" k="41" />
+    <hkern u1="&#x157;" u2="c" k="41" />
+    <hkern u1="&#x157;" u2="a" k="41" />
+    <hkern u1="&#x157;" u2="&#x27;" k="-82" />
+    <hkern u1="&#x157;" u2="&#x22;" k="-82" />
+    <hkern u1="&#x159;" u2="&#x1ee3;" k="41" />
+    <hkern u1="&#x159;" u2="&#x1ee1;" k="41" />
+    <hkern u1="&#x159;" u2="&#x1edf;" k="41" />
+    <hkern u1="&#x159;" u2="&#x1edd;" k="41" />
+    <hkern u1="&#x159;" u2="&#x1edb;" k="41" />
+    <hkern u1="&#x159;" u2="&#x1ed9;" k="41" />
+    <hkern u1="&#x159;" u2="&#x1ed7;" k="41" />
+    <hkern u1="&#x159;" u2="&#x1ed5;" k="41" />
+    <hkern u1="&#x159;" u2="&#x1ed1;" k="41" />
+    <hkern u1="&#x159;" u2="&#x1ecf;" k="41" />
+    <hkern u1="&#x159;" u2="&#x1ecd;" k="41" />
+    <hkern u1="&#x159;" u2="&#x1ec7;" k="41" />
+    <hkern u1="&#x159;" u2="&#x1ec5;" k="41" />
+    <hkern u1="&#x159;" u2="&#x1ec3;" k="41" />
+    <hkern u1="&#x159;" u2="&#x1ebf;" k="41" />
+    <hkern u1="&#x159;" u2="&#x1ebd;" k="41" />
+    <hkern u1="&#x159;" u2="&#x1ebb;" k="41" />
+    <hkern u1="&#x159;" u2="&#x1eb9;" k="41" />
+    <hkern u1="&#x159;" u2="&#x1eb7;" k="41" />
+    <hkern u1="&#x159;" u2="&#x1eb5;" k="41" />
+    <hkern u1="&#x159;" u2="&#x1eb3;" k="41" />
+    <hkern u1="&#x159;" u2="&#x1eb1;" k="41" />
+    <hkern u1="&#x159;" u2="&#x1eaf;" k="41" />
+    <hkern u1="&#x159;" u2="&#x1ead;" k="41" />
+    <hkern u1="&#x159;" u2="&#x1eab;" k="41" />
+    <hkern u1="&#x159;" u2="&#x1ea9;" k="41" />
+    <hkern u1="&#x159;" u2="&#x1ea5;" k="41" />
+    <hkern u1="&#x159;" u2="&#x1ea3;" k="41" />
+    <hkern u1="&#x159;" u2="&#x1ea1;" k="41" />
+    <hkern u1="&#x159;" u2="&#x1a1;" k="41" />
+    <hkern u1="&#x159;" u2="&#x1e01;" k="41" />
+    <hkern u1="&#x159;" u2="&#x201d;" k="-82" />
+    <hkern u1="&#x159;" u2="&#x2019;" k="-82" />
+    <hkern u1="&#x159;" u2="&#x1ff;" k="41" />
+    <hkern u1="&#x159;" u2="&#x1fd;" k="41" />
+    <hkern u1="&#x159;" u2="&#x1fb;" k="41" />
+    <hkern u1="&#x159;" u2="&#x153;" k="41" />
+    <hkern u1="&#x159;" u2="&#x151;" k="41" />
+    <hkern u1="&#x159;" u2="&#x14f;" k="41" />
+    <hkern u1="&#x159;" u2="&#x14d;" k="41" />
+    <hkern u1="&#x159;" u2="&#x123;" k="20" />
+    <hkern u1="&#x159;" u2="&#x121;" k="20" />
+    <hkern u1="&#x159;" u2="&#x11f;" k="20" />
+    <hkern u1="&#x159;" u2="&#x11d;" k="20" />
+    <hkern u1="&#x159;" u2="&#x11b;" k="41" />
+    <hkern u1="&#x159;" u2="&#x119;" k="41" />
+    <hkern u1="&#x159;" u2="&#x117;" k="41" />
+    <hkern u1="&#x159;" u2="&#x115;" k="41" />
+    <hkern u1="&#x159;" u2="&#x113;" k="41" />
+    <hkern u1="&#x159;" u2="&#x111;" k="41" />
+    <hkern u1="&#x159;" u2="&#x10f;" k="41" />
+    <hkern u1="&#x159;" u2="&#x10d;" k="41" />
+    <hkern u1="&#x159;" u2="&#x10b;" k="41" />
+    <hkern u1="&#x159;" u2="&#x109;" k="41" />
+    <hkern u1="&#x159;" u2="&#x107;" k="41" />
+    <hkern u1="&#x159;" u2="&#x105;" k="41" />
+    <hkern u1="&#x159;" u2="&#x103;" k="41" />
+    <hkern u1="&#x159;" u2="&#x101;" k="41" />
+    <hkern u1="&#x159;" u2="&#xf8;" k="41" />
+    <hkern u1="&#x159;" u2="&#xf6;" k="41" />
+    <hkern u1="&#x159;" u2="&#xf5;" k="41" />
+    <hkern u1="&#x159;" u2="&#xf4;" k="41" />
+    <hkern u1="&#x159;" u2="&#xf3;" k="41" />
+    <hkern u1="&#x159;" u2="&#xf2;" k="41" />
+    <hkern u1="&#x159;" u2="&#xeb;" k="41" />
+    <hkern u1="&#x159;" u2="&#xea;" k="41" />
+    <hkern u1="&#x159;" u2="&#xe9;" k="41" />
+    <hkern u1="&#x159;" u2="&#xe8;" k="41" />
+    <hkern u1="&#x159;" u2="&#xe7;" k="41" />
+    <hkern u1="&#x159;" u2="&#xe6;" k="41" />
+    <hkern u1="&#x159;" u2="&#xe5;" k="41" />
+    <hkern u1="&#x159;" u2="&#xe4;" k="41" />
+    <hkern u1="&#x159;" u2="&#xe3;" k="41" />
+    <hkern u1="&#x159;" u2="&#xe2;" k="41" />
+    <hkern u1="&#x159;" u2="&#xe1;" k="41" />
+    <hkern u1="&#x159;" u2="&#xe0;" k="41" />
+    <hkern u1="&#x159;" u2="q" k="41" />
+    <hkern u1="&#x159;" u2="o" k="41" />
+    <hkern u1="&#x159;" u2="g" k="20" />
+    <hkern u1="&#x159;" u2="e" k="41" />
+    <hkern u1="&#x159;" u2="d" k="41" />
+    <hkern u1="&#x159;" u2="c" k="41" />
+    <hkern u1="&#x159;" u2="a" k="41" />
+    <hkern u1="&#x159;" u2="&#x27;" k="-82" />
+    <hkern u1="&#x159;" u2="&#x22;" k="-82" />
+    <hkern u1="&#x21a;" u2="&#x162;" k="-41" />
+    <hkern u1="&#x21a;" u2="&#x1ef5;" k="41" />
+    <hkern u1="&#x21a;" u2="&#x1ef1;" k="102" />
+    <hkern u1="&#x21a;" u2="&#x1eef;" k="102" />
+    <hkern u1="&#x21a;" u2="&#x1eed;" k="102" />
+    <hkern u1="&#x21a;" u2="&#x1eeb;" k="102" />
+    <hkern u1="&#x21a;" u2="&#x1ee9;" k="102" />
+    <hkern u1="&#x21a;" u2="&#x1ee7;" k="102" />
+    <hkern u1="&#x21a;" u2="&#x1ee5;" k="102" />
+    <hkern u1="&#x21a;" u2="&#x1ee3;" k="143" />
+    <hkern u1="&#x21a;" u2="&#x1ee2;" k="41" />
+    <hkern u1="&#x21a;" u2="&#x1ee1;" k="143" />
+    <hkern u1="&#x21a;" u2="&#x1ee0;" k="41" />
+    <hkern u1="&#x21a;" u2="&#x1edf;" k="143" />
+    <hkern u1="&#x21a;" u2="&#x1ede;" k="41" />
+    <hkern u1="&#x21a;" u2="&#x1edd;" k="143" />
+    <hkern u1="&#x21a;" u2="&#x1edc;" k="41" />
+    <hkern u1="&#x21a;" u2="&#x1edb;" k="143" />
+    <hkern u1="&#x21a;" u2="&#x1eda;" k="41" />
+    <hkern u1="&#x21a;" u2="&#x1ed9;" k="143" />
+    <hkern u1="&#x21a;" u2="&#x1ed8;" k="41" />
+    <hkern u1="&#x21a;" u2="&#x1ed7;" k="143" />
+    <hkern u1="&#x21a;" u2="&#x1ed6;" k="41" />
+    <hkern u1="&#x21a;" u2="&#x1ed5;" k="143" />
+    <hkern u1="&#x21a;" u2="&#x1ed4;" k="41" />
+    <hkern u1="&#x21a;" u2="&#x1ed2;" k="41" />
+    <hkern u1="&#x21a;" u2="&#x1ed1;" k="143" />
+    <hkern u1="&#x21a;" u2="&#x1ed0;" k="41" />
+    <hkern u1="&#x21a;" u2="&#x1ecf;" k="143" />
+    <hkern u1="&#x21a;" u2="&#x1ece;" k="41" />
+    <hkern u1="&#x21a;" u2="&#x1ecd;" k="143" />
+    <hkern u1="&#x21a;" u2="&#x1ecc;" k="41" />
+    <hkern u1="&#x21a;" u2="&#x1ec7;" k="143" />
+    <hkern u1="&#x21a;" u2="&#x1ec5;" k="143" />
+    <hkern u1="&#x21a;" u2="&#x1ec3;" k="143" />
+    <hkern u1="&#x21a;" u2="&#x1ebf;" k="143" />
+    <hkern u1="&#x21a;" u2="&#x1ebd;" k="143" />
+    <hkern u1="&#x21a;" u2="&#x1ebb;" k="143" />
+    <hkern u1="&#x21a;" u2="&#x1eb9;" k="143" />
+    <hkern u1="&#x21a;" u2="&#x1eb7;" k="164" />
+    <hkern u1="&#x21a;" u2="&#x1eb6;" k="143" />
+    <hkern u1="&#x21a;" u2="&#x1eb5;" k="164" />
+    <hkern u1="&#x21a;" u2="&#x1eb4;" k="143" />
+    <hkern u1="&#x21a;" u2="&#x1eb3;" k="164" />
+    <hkern u1="&#x21a;" u2="&#x1eb2;" k="143" />
+    <hkern u1="&#x21a;" u2="&#x1eb1;" k="164" />
+    <hkern u1="&#x21a;" u2="&#x1eb0;" k="143" />
+    <hkern u1="&#x21a;" u2="&#x1eaf;" k="164" />
+    <hkern u1="&#x21a;" u2="&#x1eae;" k="143" />
+    <hkern u1="&#x21a;" u2="&#x1ead;" k="164" />
+    <hkern u1="&#x21a;" u2="&#x1eac;" k="143" />
+    <hkern u1="&#x21a;" u2="&#x1eab;" k="164" />
+    <hkern u1="&#x21a;" u2="&#x1eaa;" k="143" />
+    <hkern u1="&#x21a;" u2="&#x1ea9;" k="164" />
+    <hkern u1="&#x21a;" u2="&#x1ea8;" k="143" />
+    <hkern u1="&#x21a;" u2="&#x1ea6;" k="143" />
+    <hkern u1="&#x21a;" u2="&#x1ea5;" k="164" />
+    <hkern u1="&#x21a;" u2="&#x1ea4;" k="143" />
+    <hkern u1="&#x21a;" u2="&#x1ea3;" k="164" />
+    <hkern u1="&#x21a;" u2="&#x1ea2;" k="143" />
+    <hkern u1="&#x21a;" u2="&#x1ea1;" k="164" />
+    <hkern u1="&#x21a;" u2="&#x1ea0;" k="143" />
+    <hkern u1="&#x21a;" u2="&#x1b0;" k="102" />
+    <hkern u1="&#x21a;" u2="&#x1a1;" k="143" />
+    <hkern u1="&#x21a;" u2="&#x1a0;" k="41" />
+    <hkern u1="&#x21a;" u2="&#x1e01;" k="164" />
+    <hkern u1="&#x21a;" u2="&#x1e00;" k="143" />
+    <hkern u1="&#x21a;" u2="&#x1e3f;" k="102" />
+    <hkern u1="&#x21a;" u2="&#x201e;" k="123" />
+    <hkern u1="&#x21a;" u2="&#x201a;" k="123" />
+    <hkern u1="&#x21a;" u2="&#x2015;" k="82" />
+    <hkern u1="&#x21a;" u2="&#x2014;" k="82" />
+    <hkern u1="&#x21a;" u2="&#x2013;" k="82" />
+    <hkern u1="&#x21a;" u2="&#x1e83;" k="41" />
+    <hkern u1="&#x21a;" u2="&#x1e81;" k="41" />
+    <hkern u1="&#x21a;" u2="&#x219;" k="123" />
+    <hkern u1="&#x21a;" u2="&#x1ff;" k="143" />
+    <hkern u1="&#x21a;" u2="&#x1fe;" k="41" />
+    <hkern u1="&#x21a;" u2="&#x1fd;" k="164" />
+    <hkern u1="&#x21a;" u2="&#x1fb;" k="164" />
+    <hkern u1="&#x21a;" u2="&#x1fa;" k="143" />
+    <hkern u1="&#x21a;" u2="&#x17e;" k="82" />
+    <hkern u1="&#x21a;" u2="&#x17c;" k="82" />
+    <hkern u1="&#x21a;" u2="&#x17a;" k="82" />
+    <hkern u1="&#x21a;" u2="&#x175;" k="41" />
+    <hkern u1="&#x21a;" u2="&#x173;" k="102" />
+    <hkern u1="&#x21a;" u2="&#x171;" k="102" />
+    <hkern u1="&#x21a;" u2="&#x16f;" k="102" />
+    <hkern u1="&#x21a;" u2="&#x16d;" k="102" />
+    <hkern u1="&#x21a;" u2="&#x16b;" k="102" />
+    <hkern u1="&#x21a;" u2="&#x169;" k="102" />
+    <hkern u1="&#x21a;" u2="&#x164;" k="-41" />
+    <hkern u1="&#x21a;" u2="&#x21a;" k="-41" />
+    <hkern u1="&#x21a;" u2="&#x15f;" k="123" />
+    <hkern u1="&#x21a;" u2="&#x15b;" k="123" />
+    <hkern u1="&#x21a;" u2="&#x157;" k="102" />
+    <hkern u1="&#x21a;" u2="&#x155;" k="102" />
+    <hkern u1="&#x21a;" u2="&#x153;" k="143" />
+    <hkern u1="&#x21a;" u2="&#x152;" k="41" />
+    <hkern u1="&#x21a;" u2="&#x151;" k="143" />
+    <hkern u1="&#x21a;" u2="&#x150;" k="41" />
+    <hkern u1="&#x21a;" u2="&#x14f;" k="143" />
+    <hkern u1="&#x21a;" u2="&#x14e;" k="41" />
+    <hkern u1="&#x21a;" u2="&#x14d;" k="143" />
+    <hkern u1="&#x21a;" u2="&#x14c;" k="41" />
+    <hkern u1="&#x21a;" u2="&#x14b;" k="102" />
+    <hkern u1="&#x21a;" u2="&#x146;" k="102" />
+    <hkern u1="&#x21a;" u2="&#x144;" k="102" />
+    <hkern u1="&#x21a;" u2="&#x138;" k="102" />
+    <hkern u1="&#x21a;" u2="&#x123;" k="143" />
+    <hkern u1="&#x21a;" u2="&#x122;" k="41" />
+    <hkern u1="&#x21a;" u2="&#x121;" k="143" />
+    <hkern u1="&#x21a;" u2="&#x120;" k="41" />
+    <hkern u1="&#x21a;" u2="&#x11f;" k="143" />
+    <hkern u1="&#x21a;" u2="&#x11e;" k="41" />
+    <hkern u1="&#x21a;" u2="&#x11d;" k="143" />
+    <hkern u1="&#x21a;" u2="&#x11c;" k="41" />
+    <hkern u1="&#x21a;" u2="&#x11b;" k="143" />
+    <hkern u1="&#x21a;" u2="&#x119;" k="143" />
+    <hkern u1="&#x21a;" u2="&#x117;" k="143" />
+    <hkern u1="&#x21a;" u2="&#x115;" k="143" />
+    <hkern u1="&#x21a;" u2="&#x113;" k="143" />
+    <hkern u1="&#x21a;" u2="&#x111;" k="143" />
+    <hkern u1="&#x21a;" u2="&#x10f;" k="143" />
+    <hkern u1="&#x21a;" u2="&#x10d;" k="143" />
+    <hkern u1="&#x21a;" u2="&#x10c;" k="41" />
+    <hkern u1="&#x21a;" u2="&#x10b;" k="143" />
+    <hkern u1="&#x21a;" u2="&#x10a;" k="41" />
+    <hkern u1="&#x21a;" u2="&#x109;" k="143" />
+    <hkern u1="&#x21a;" u2="&#x108;" k="41" />
+    <hkern u1="&#x21a;" u2="&#x107;" k="143" />
+    <hkern u1="&#x21a;" u2="&#x106;" k="41" />
+    <hkern u1="&#x21a;" u2="&#x105;" k="164" />
+    <hkern u1="&#x21a;" u2="&#x104;" k="143" />
+    <hkern u1="&#x21a;" u2="&#x103;" k="164" />
+    <hkern u1="&#x21a;" u2="&#x102;" k="143" />
+    <hkern u1="&#x21a;" u2="&#x101;" k="164" />
+    <hkern u1="&#x21a;" u2="&#x100;" k="143" />
+    <hkern u1="&#x21a;" u2="&#xfd;" k="41" />
+    <hkern u1="&#x21a;" u2="&#xfc;" k="102" />
+    <hkern u1="&#x21a;" u2="&#xfb;" k="102" />
+    <hkern u1="&#x21a;" u2="&#xfa;" k="102" />
+    <hkern u1="&#x21a;" u2="&#xf9;" k="102" />
+    <hkern u1="&#x21a;" u2="&#xf8;" k="143" />
+    <hkern u1="&#x21a;" u2="&#xf6;" k="143" />
+    <hkern u1="&#x21a;" u2="&#xf5;" k="143" />
+    <hkern u1="&#x21a;" u2="&#xf4;" k="143" />
+    <hkern u1="&#x21a;" u2="&#xf3;" k="143" />
+    <hkern u1="&#x21a;" u2="&#xf2;" k="143" />
+    <hkern u1="&#x21a;" u2="&#xeb;" k="143" />
+    <hkern u1="&#x21a;" u2="&#xea;" k="143" />
+    <hkern u1="&#x21a;" u2="&#xe9;" k="143" />
+    <hkern u1="&#x21a;" u2="&#xe8;" k="143" />
+    <hkern u1="&#x21a;" u2="&#xe7;" k="143" />
+    <hkern u1="&#x21a;" u2="&#xe6;" k="164" />
+    <hkern u1="&#x21a;" u2="&#xe5;" k="164" />
+    <hkern u1="&#x21a;" u2="&#xe4;" k="164" />
+    <hkern u1="&#x21a;" u2="&#xe3;" k="164" />
+    <hkern u1="&#x21a;" u2="&#xe2;" k="164" />
+    <hkern u1="&#x21a;" u2="&#xe1;" k="164" />
+    <hkern u1="&#x21a;" u2="&#xe0;" k="143" />
+    <hkern u1="&#x21a;" u2="&#xd8;" k="41" />
+    <hkern u1="&#x21a;" u2="&#xd6;" k="41" />
+    <hkern u1="&#x21a;" u2="&#xd5;" k="41" />
+    <hkern u1="&#x21a;" u2="&#xd4;" k="41" />
+    <hkern u1="&#x21a;" u2="&#xd3;" k="41" />
+    <hkern u1="&#x21a;" u2="&#xd2;" k="41" />
+    <hkern u1="&#x21a;" u2="&#xc7;" k="41" />
+    <hkern u1="&#x21a;" u2="&#xc5;" k="143" />
+    <hkern u1="&#x21a;" u2="&#xc4;" k="143" />
+    <hkern u1="&#x21a;" u2="&#xc3;" k="143" />
+    <hkern u1="&#x21a;" u2="&#xc2;" k="143" />
+    <hkern u1="&#x21a;" u2="&#xc1;" k="143" />
+    <hkern u1="&#x21a;" u2="&#xc0;" k="143" />
+    <hkern u1="&#x21a;" u2="z" k="82" />
+    <hkern u1="&#x21a;" u2="y" k="41" />
+    <hkern u1="&#x21a;" u2="x" k="41" />
+    <hkern u1="&#x21a;" u2="w" k="41" />
+    <hkern u1="&#x21a;" u2="v" k="41" />
+    <hkern u1="&#x21a;" u2="u" k="102" />
+    <hkern u1="&#x21a;" u2="s" k="123" />
+    <hkern u1="&#x21a;" u2="r" k="102" />
+    <hkern u1="&#x21a;" u2="q" k="143" />
+    <hkern u1="&#x21a;" u2="p" k="102" />
+    <hkern u1="&#x21a;" u2="o" k="143" />
+    <hkern u1="&#x21a;" u2="n" k="102" />
+    <hkern u1="&#x21a;" u2="m" k="102" />
+    <hkern u1="&#x21a;" u2="g" k="143" />
+    <hkern u1="&#x21a;" u2="e" k="143" />
+    <hkern u1="&#x21a;" u2="d" k="143" />
+    <hkern u1="&#x21a;" u2="c" k="143" />
+    <hkern u1="&#x21a;" u2="a" k="164" />
+    <hkern u1="&#x21a;" u2="T" k="-41" />
+    <hkern u1="&#x21a;" u2="Q" k="41" />
+    <hkern u1="&#x21a;" u2="O" k="41" />
+    <hkern u1="&#x21a;" u2="G" k="41" />
+    <hkern u1="&#x21a;" u2="C" k="41" />
+    <hkern u1="&#x21a;" u2="A" k="143" />
+    <hkern u1="&#x21a;" u2="&#x3f;" k="-41" />
+    <hkern u1="&#x21a;" u2="&#x2e;" k="123" />
+    <hkern u1="&#x21a;" u2="&#x2d;" k="82" />
+    <hkern u1="&#x21a;" u2="&#x2c;" k="123" />
+    <hkern u1="&#x21b;" u2="&#x201d;" k="-41" />
+    <hkern u1="&#x21b;" u2="&#x2019;" k="-41" />
+    <hkern u1="&#x21b;" u2="&#x27;" k="-41" />
+    <hkern u1="&#x21b;" u2="&#x22;" k="-41" />
+    <hkern u1="&#x164;" u2="&#x162;" k="-41" />
+    <hkern u1="&#x164;" u2="&#x1ef5;" k="41" />
+    <hkern u1="&#x164;" u2="&#x1ef1;" k="102" />
+    <hkern u1="&#x164;" u2="&#x1eef;" k="102" />
+    <hkern u1="&#x164;" u2="&#x1eed;" k="102" />
+    <hkern u1="&#x164;" u2="&#x1eeb;" k="102" />
+    <hkern u1="&#x164;" u2="&#x1ee9;" k="102" />
+    <hkern u1="&#x164;" u2="&#x1ee7;" k="102" />
+    <hkern u1="&#x164;" u2="&#x1ee5;" k="102" />
+    <hkern u1="&#x164;" u2="&#x1ee3;" k="143" />
+    <hkern u1="&#x164;" u2="&#x1ee2;" k="41" />
+    <hkern u1="&#x164;" u2="&#x1ee1;" k="143" />
+    <hkern u1="&#x164;" u2="&#x1ee0;" k="41" />
+    <hkern u1="&#x164;" u2="&#x1edf;" k="143" />
+    <hkern u1="&#x164;" u2="&#x1ede;" k="41" />
+    <hkern u1="&#x164;" u2="&#x1edd;" k="143" />
+    <hkern u1="&#x164;" u2="&#x1edc;" k="41" />
+    <hkern u1="&#x164;" u2="&#x1edb;" k="143" />
+    <hkern u1="&#x164;" u2="&#x1eda;" k="41" />
+    <hkern u1="&#x164;" u2="&#x1ed9;" k="143" />
+    <hkern u1="&#x164;" u2="&#x1ed8;" k="41" />
+    <hkern u1="&#x164;" u2="&#x1ed7;" k="143" />
+    <hkern u1="&#x164;" u2="&#x1ed6;" k="41" />
+    <hkern u1="&#x164;" u2="&#x1ed5;" k="143" />
+    <hkern u1="&#x164;" u2="&#x1ed4;" k="41" />
+    <hkern u1="&#x164;" u2="&#x1ed2;" k="41" />
+    <hkern u1="&#x164;" u2="&#x1ed1;" k="143" />
+    <hkern u1="&#x164;" u2="&#x1ed0;" k="41" />
+    <hkern u1="&#x164;" u2="&#x1ecf;" k="143" />
+    <hkern u1="&#x164;" u2="&#x1ece;" k="41" />
+    <hkern u1="&#x164;" u2="&#x1ecd;" k="143" />
+    <hkern u1="&#x164;" u2="&#x1ecc;" k="41" />
+    <hkern u1="&#x164;" u2="&#x1ec7;" k="143" />
+    <hkern u1="&#x164;" u2="&#x1ec5;" k="143" />
+    <hkern u1="&#x164;" u2="&#x1ec3;" k="143" />
+    <hkern u1="&#x164;" u2="&#x1ebf;" k="143" />
+    <hkern u1="&#x164;" u2="&#x1ebd;" k="143" />
+    <hkern u1="&#x164;" u2="&#x1ebb;" k="143" />
+    <hkern u1="&#x164;" u2="&#x1eb9;" k="143" />
+    <hkern u1="&#x164;" u2="&#x1eb7;" k="164" />
+    <hkern u1="&#x164;" u2="&#x1eb6;" k="143" />
+    <hkern u1="&#x164;" u2="&#x1eb5;" k="164" />
+    <hkern u1="&#x164;" u2="&#x1eb4;" k="143" />
+    <hkern u1="&#x164;" u2="&#x1eb3;" k="164" />
+    <hkern u1="&#x164;" u2="&#x1eb2;" k="143" />
+    <hkern u1="&#x164;" u2="&#x1eb1;" k="164" />
+    <hkern u1="&#x164;" u2="&#x1eb0;" k="143" />
+    <hkern u1="&#x164;" u2="&#x1eaf;" k="164" />
+    <hkern u1="&#x164;" u2="&#x1eae;" k="143" />
+    <hkern u1="&#x164;" u2="&#x1ead;" k="164" />
+    <hkern u1="&#x164;" u2="&#x1eac;" k="143" />
+    <hkern u1="&#x164;" u2="&#x1eab;" k="164" />
+    <hkern u1="&#x164;" u2="&#x1eaa;" k="143" />
+    <hkern u1="&#x164;" u2="&#x1ea9;" k="164" />
+    <hkern u1="&#x164;" u2="&#x1ea8;" k="143" />
+    <hkern u1="&#x164;" u2="&#x1ea6;" k="143" />
+    <hkern u1="&#x164;" u2="&#x1ea5;" k="164" />
+    <hkern u1="&#x164;" u2="&#x1ea4;" k="143" />
+    <hkern u1="&#x164;" u2="&#x1ea3;" k="164" />
+    <hkern u1="&#x164;" u2="&#x1ea2;" k="143" />
+    <hkern u1="&#x164;" u2="&#x1ea1;" k="164" />
+    <hkern u1="&#x164;" u2="&#x1ea0;" k="143" />
+    <hkern u1="&#x164;" u2="&#x1b0;" k="102" />
+    <hkern u1="&#x164;" u2="&#x1a1;" k="143" />
+    <hkern u1="&#x164;" u2="&#x1a0;" k="41" />
+    <hkern u1="&#x164;" u2="&#x1e01;" k="164" />
+    <hkern u1="&#x164;" u2="&#x1e00;" k="143" />
+    <hkern u1="&#x164;" u2="&#x1e3f;" k="102" />
+    <hkern u1="&#x164;" u2="&#x201e;" k="123" />
+    <hkern u1="&#x164;" u2="&#x201a;" k="123" />
+    <hkern u1="&#x164;" u2="&#x2015;" k="82" />
+    <hkern u1="&#x164;" u2="&#x2014;" k="82" />
+    <hkern u1="&#x164;" u2="&#x2013;" k="82" />
+    <hkern u1="&#x164;" u2="&#x1e83;" k="41" />
+    <hkern u1="&#x164;" u2="&#x1e81;" k="41" />
+    <hkern u1="&#x164;" u2="&#x219;" k="123" />
+    <hkern u1="&#x164;" u2="&#x1ff;" k="143" />
+    <hkern u1="&#x164;" u2="&#x1fe;" k="41" />
+    <hkern u1="&#x164;" u2="&#x1fd;" k="164" />
+    <hkern u1="&#x164;" u2="&#x1fb;" k="164" />
+    <hkern u1="&#x164;" u2="&#x1fa;" k="143" />
+    <hkern u1="&#x164;" u2="&#x17e;" k="82" />
+    <hkern u1="&#x164;" u2="&#x17c;" k="82" />
+    <hkern u1="&#x164;" u2="&#x17a;" k="82" />
+    <hkern u1="&#x164;" u2="&#x175;" k="41" />
+    <hkern u1="&#x164;" u2="&#x173;" k="102" />
+    <hkern u1="&#x164;" u2="&#x171;" k="102" />
+    <hkern u1="&#x164;" u2="&#x16f;" k="102" />
+    <hkern u1="&#x164;" u2="&#x16d;" k="102" />
+    <hkern u1="&#x164;" u2="&#x16b;" k="102" />
+    <hkern u1="&#x164;" u2="&#x169;" k="102" />
+    <hkern u1="&#x164;" u2="&#x164;" k="-41" />
+    <hkern u1="&#x164;" u2="&#x21a;" k="-41" />
+    <hkern u1="&#x164;" u2="&#x15f;" k="123" />
+    <hkern u1="&#x164;" u2="&#x15b;" k="123" />
+    <hkern u1="&#x164;" u2="&#x157;" k="102" />
+    <hkern u1="&#x164;" u2="&#x155;" k="102" />
+    <hkern u1="&#x164;" u2="&#x153;" k="143" />
+    <hkern u1="&#x164;" u2="&#x152;" k="41" />
+    <hkern u1="&#x164;" u2="&#x151;" k="143" />
+    <hkern u1="&#x164;" u2="&#x150;" k="41" />
+    <hkern u1="&#x164;" u2="&#x14f;" k="143" />
+    <hkern u1="&#x164;" u2="&#x14e;" k="41" />
+    <hkern u1="&#x164;" u2="&#x14d;" k="143" />
+    <hkern u1="&#x164;" u2="&#x14c;" k="41" />
+    <hkern u1="&#x164;" u2="&#x14b;" k="102" />
+    <hkern u1="&#x164;" u2="&#x146;" k="102" />
+    <hkern u1="&#x164;" u2="&#x144;" k="102" />
+    <hkern u1="&#x164;" u2="&#x138;" k="102" />
+    <hkern u1="&#x164;" u2="&#x123;" k="143" />
+    <hkern u1="&#x164;" u2="&#x122;" k="41" />
+    <hkern u1="&#x164;" u2="&#x121;" k="143" />
+    <hkern u1="&#x164;" u2="&#x120;" k="41" />
+    <hkern u1="&#x164;" u2="&#x11f;" k="143" />
+    <hkern u1="&#x164;" u2="&#x11e;" k="41" />
+    <hkern u1="&#x164;" u2="&#x11d;" k="143" />
+    <hkern u1="&#x164;" u2="&#x11c;" k="41" />
+    <hkern u1="&#x164;" u2="&#x11b;" k="143" />
+    <hkern u1="&#x164;" u2="&#x119;" k="143" />
+    <hkern u1="&#x164;" u2="&#x117;" k="143" />
+    <hkern u1="&#x164;" u2="&#x115;" k="143" />
+    <hkern u1="&#x164;" u2="&#x113;" k="143" />
+    <hkern u1="&#x164;" u2="&#x111;" k="143" />
+    <hkern u1="&#x164;" u2="&#x10f;" k="143" />
+    <hkern u1="&#x164;" u2="&#x10d;" k="143" />
+    <hkern u1="&#x164;" u2="&#x10c;" k="41" />
+    <hkern u1="&#x164;" u2="&#x10b;" k="143" />
+    <hkern u1="&#x164;" u2="&#x10a;" k="41" />
+    <hkern u1="&#x164;" u2="&#x109;" k="143" />
+    <hkern u1="&#x164;" u2="&#x108;" k="41" />
+    <hkern u1="&#x164;" u2="&#x107;" k="143" />
+    <hkern u1="&#x164;" u2="&#x106;" k="41" />
+    <hkern u1="&#x164;" u2="&#x105;" k="164" />
+    <hkern u1="&#x164;" u2="&#x104;" k="143" />
+    <hkern u1="&#x164;" u2="&#x103;" k="164" />
+    <hkern u1="&#x164;" u2="&#x102;" k="143" />
+    <hkern u1="&#x164;" u2="&#x101;" k="164" />
+    <hkern u1="&#x164;" u2="&#x100;" k="143" />
+    <hkern u1="&#x164;" u2="&#xfd;" k="41" />
+    <hkern u1="&#x164;" u2="&#xfc;" k="102" />
+    <hkern u1="&#x164;" u2="&#xfb;" k="102" />
+    <hkern u1="&#x164;" u2="&#xfa;" k="102" />
+    <hkern u1="&#x164;" u2="&#xf9;" k="102" />
+    <hkern u1="&#x164;" u2="&#xf8;" k="143" />
+    <hkern u1="&#x164;" u2="&#xf6;" k="143" />
+    <hkern u1="&#x164;" u2="&#xf5;" k="143" />
+    <hkern u1="&#x164;" u2="&#xf4;" k="143" />
+    <hkern u1="&#x164;" u2="&#xf3;" k="143" />
+    <hkern u1="&#x164;" u2="&#xf2;" k="143" />
+    <hkern u1="&#x164;" u2="&#xeb;" k="143" />
+    <hkern u1="&#x164;" u2="&#xea;" k="143" />
+    <hkern u1="&#x164;" u2="&#xe9;" k="143" />
+    <hkern u1="&#x164;" u2="&#xe8;" k="143" />
+    <hkern u1="&#x164;" u2="&#xe7;" k="143" />
+    <hkern u1="&#x164;" u2="&#xe6;" k="164" />
+    <hkern u1="&#x164;" u2="&#xe5;" k="164" />
+    <hkern u1="&#x164;" u2="&#xe4;" k="164" />
+    <hkern u1="&#x164;" u2="&#xe3;" k="164" />
+    <hkern u1="&#x164;" u2="&#xe2;" k="164" />
+    <hkern u1="&#x164;" u2="&#xe1;" k="164" />
+    <hkern u1="&#x164;" u2="&#xe0;" k="143" />
+    <hkern u1="&#x164;" u2="&#xd8;" k="41" />
+    <hkern u1="&#x164;" u2="&#xd6;" k="41" />
+    <hkern u1="&#x164;" u2="&#xd5;" k="41" />
+    <hkern u1="&#x164;" u2="&#xd4;" k="41" />
+    <hkern u1="&#x164;" u2="&#xd3;" k="41" />
+    <hkern u1="&#x164;" u2="&#xd2;" k="41" />
+    <hkern u1="&#x164;" u2="&#xc7;" k="41" />
+    <hkern u1="&#x164;" u2="&#xc5;" k="143" />
+    <hkern u1="&#x164;" u2="&#xc4;" k="143" />
+    <hkern u1="&#x164;" u2="&#xc3;" k="143" />
+    <hkern u1="&#x164;" u2="&#xc2;" k="143" />
+    <hkern u1="&#x164;" u2="&#xc1;" k="143" />
+    <hkern u1="&#x164;" u2="&#xc0;" k="143" />
+    <hkern u1="&#x164;" u2="z" k="82" />
+    <hkern u1="&#x164;" u2="y" k="41" />
+    <hkern u1="&#x164;" u2="x" k="41" />
+    <hkern u1="&#x164;" u2="w" k="41" />
+    <hkern u1="&#x164;" u2="v" k="41" />
+    <hkern u1="&#x164;" u2="u" k="102" />
+    <hkern u1="&#x164;" u2="s" k="123" />
+    <hkern u1="&#x164;" u2="r" k="102" />
+    <hkern u1="&#x164;" u2="q" k="143" />
+    <hkern u1="&#x164;" u2="p" k="102" />
+    <hkern u1="&#x164;" u2="o" k="143" />
+    <hkern u1="&#x164;" u2="n" k="102" />
+    <hkern u1="&#x164;" u2="m" k="102" />
+    <hkern u1="&#x164;" u2="g" k="143" />
+    <hkern u1="&#x164;" u2="e" k="143" />
+    <hkern u1="&#x164;" u2="d" k="143" />
+    <hkern u1="&#x164;" u2="c" k="143" />
+    <hkern u1="&#x164;" u2="a" k="164" />
+    <hkern u1="&#x164;" u2="T" k="-41" />
+    <hkern u1="&#x164;" u2="Q" k="41" />
+    <hkern u1="&#x164;" u2="O" k="41" />
+    <hkern u1="&#x164;" u2="G" k="41" />
+    <hkern u1="&#x164;" u2="C" k="41" />
+    <hkern u1="&#x164;" u2="A" k="143" />
+    <hkern u1="&#x164;" u2="&#x3f;" k="-41" />
+    <hkern u1="&#x164;" u2="&#x2e;" k="123" />
+    <hkern u1="&#x164;" u2="&#x2d;" k="82" />
+    <hkern u1="&#x164;" u2="&#x2c;" k="123" />
+    <hkern u1="&#x165;" u2="&#x201d;" k="-41" />
+    <hkern u1="&#x165;" u2="&#x2019;" k="-41" />
+    <hkern u1="&#x165;" u2="&#x27;" k="-41" />
+    <hkern u1="&#x165;" u2="&#x22;" k="-41" />
+    <hkern u1="&#x166;" u2="&#x162;" k="-41" />
+    <hkern u1="&#x166;" u2="&#x1ef5;" k="41" />
+    <hkern u1="&#x166;" u2="&#x1ef1;" k="102" />
+    <hkern u1="&#x166;" u2="&#x1eef;" k="102" />
+    <hkern u1="&#x166;" u2="&#x1eed;" k="102" />
+    <hkern u1="&#x166;" u2="&#x1eeb;" k="102" />
+    <hkern u1="&#x166;" u2="&#x1ee9;" k="102" />
+    <hkern u1="&#x166;" u2="&#x1ee7;" k="102" />
+    <hkern u1="&#x166;" u2="&#x1ee5;" k="102" />
+    <hkern u1="&#x166;" u2="&#x1ee3;" k="143" />
+    <hkern u1="&#x166;" u2="&#x1ee2;" k="41" />
+    <hkern u1="&#x166;" u2="&#x1ee1;" k="143" />
+    <hkern u1="&#x166;" u2="&#x1ee0;" k="41" />
+    <hkern u1="&#x166;" u2="&#x1edf;" k="143" />
+    <hkern u1="&#x166;" u2="&#x1ede;" k="41" />
+    <hkern u1="&#x166;" u2="&#x1edd;" k="143" />
+    <hkern u1="&#x166;" u2="&#x1edc;" k="41" />
+    <hkern u1="&#x166;" u2="&#x1edb;" k="143" />
+    <hkern u1="&#x166;" u2="&#x1eda;" k="41" />
+    <hkern u1="&#x166;" u2="&#x1ed9;" k="143" />
+    <hkern u1="&#x166;" u2="&#x1ed8;" k="41" />
+    <hkern u1="&#x166;" u2="&#x1ed7;" k="143" />
+    <hkern u1="&#x166;" u2="&#x1ed6;" k="41" />
+    <hkern u1="&#x166;" u2="&#x1ed5;" k="143" />
+    <hkern u1="&#x166;" u2="&#x1ed4;" k="41" />
+    <hkern u1="&#x166;" u2="&#x1ed2;" k="41" />
+    <hkern u1="&#x166;" u2="&#x1ed1;" k="143" />
+    <hkern u1="&#x166;" u2="&#x1ed0;" k="41" />
+    <hkern u1="&#x166;" u2="&#x1ecf;" k="143" />
+    <hkern u1="&#x166;" u2="&#x1ece;" k="41" />
+    <hkern u1="&#x166;" u2="&#x1ecd;" k="143" />
+    <hkern u1="&#x166;" u2="&#x1ecc;" k="41" />
+    <hkern u1="&#x166;" u2="&#x1ec7;" k="143" />
+    <hkern u1="&#x166;" u2="&#x1ec5;" k="143" />
+    <hkern u1="&#x166;" u2="&#x1ec3;" k="143" />
+    <hkern u1="&#x166;" u2="&#x1ebf;" k="143" />
+    <hkern u1="&#x166;" u2="&#x1ebd;" k="143" />
+    <hkern u1="&#x166;" u2="&#x1ebb;" k="143" />
+    <hkern u1="&#x166;" u2="&#x1eb9;" k="143" />
+    <hkern u1="&#x166;" u2="&#x1eb7;" k="164" />
+    <hkern u1="&#x166;" u2="&#x1eb6;" k="143" />
+    <hkern u1="&#x166;" u2="&#x1eb5;" k="164" />
+    <hkern u1="&#x166;" u2="&#x1eb4;" k="143" />
+    <hkern u1="&#x166;" u2="&#x1eb3;" k="164" />
+    <hkern u1="&#x166;" u2="&#x1eb2;" k="143" />
+    <hkern u1="&#x166;" u2="&#x1eb1;" k="164" />
+    <hkern u1="&#x166;" u2="&#x1eb0;" k="143" />
+    <hkern u1="&#x166;" u2="&#x1eaf;" k="164" />
+    <hkern u1="&#x166;" u2="&#x1eae;" k="143" />
+    <hkern u1="&#x166;" u2="&#x1ead;" k="164" />
+    <hkern u1="&#x166;" u2="&#x1eac;" k="143" />
+    <hkern u1="&#x166;" u2="&#x1eab;" k="164" />
+    <hkern u1="&#x166;" u2="&#x1eaa;" k="143" />
+    <hkern u1="&#x166;" u2="&#x1ea9;" k="164" />
+    <hkern u1="&#x166;" u2="&#x1ea8;" k="143" />
+    <hkern u1="&#x166;" u2="&#x1ea6;" k="143" />
+    <hkern u1="&#x166;" u2="&#x1ea5;" k="164" />
+    <hkern u1="&#x166;" u2="&#x1ea4;" k="143" />
+    <hkern u1="&#x166;" u2="&#x1ea3;" k="164" />
+    <hkern u1="&#x166;" u2="&#x1ea2;" k="143" />
+    <hkern u1="&#x166;" u2="&#x1ea1;" k="164" />
+    <hkern u1="&#x166;" u2="&#x1ea0;" k="143" />
+    <hkern u1="&#x166;" u2="&#x1b0;" k="102" />
+    <hkern u1="&#x166;" u2="&#x1a1;" k="143" />
+    <hkern u1="&#x166;" u2="&#x1a0;" k="41" />
+    <hkern u1="&#x166;" u2="&#x1e01;" k="164" />
+    <hkern u1="&#x166;" u2="&#x1e00;" k="143" />
+    <hkern u1="&#x166;" u2="&#x1e3f;" k="102" />
+    <hkern u1="&#x166;" u2="&#x201e;" k="123" />
+    <hkern u1="&#x166;" u2="&#x201a;" k="123" />
+    <hkern u1="&#x166;" u2="&#x2015;" k="82" />
+    <hkern u1="&#x166;" u2="&#x2014;" k="82" />
+    <hkern u1="&#x166;" u2="&#x2013;" k="82" />
+    <hkern u1="&#x166;" u2="&#x1e83;" k="41" />
+    <hkern u1="&#x166;" u2="&#x1e81;" k="41" />
+    <hkern u1="&#x166;" u2="&#x219;" k="123" />
+    <hkern u1="&#x166;" u2="&#x1ff;" k="143" />
+    <hkern u1="&#x166;" u2="&#x1fe;" k="41" />
+    <hkern u1="&#x166;" u2="&#x1fd;" k="164" />
+    <hkern u1="&#x166;" u2="&#x1fb;" k="164" />
+    <hkern u1="&#x166;" u2="&#x1fa;" k="143" />
+    <hkern u1="&#x166;" u2="&#x17e;" k="82" />
+    <hkern u1="&#x166;" u2="&#x17c;" k="82" />
+    <hkern u1="&#x166;" u2="&#x17a;" k="82" />
+    <hkern u1="&#x166;" u2="&#x175;" k="41" />
+    <hkern u1="&#x166;" u2="&#x173;" k="102" />
+    <hkern u1="&#x166;" u2="&#x171;" k="102" />
+    <hkern u1="&#x166;" u2="&#x16f;" k="102" />
+    <hkern u1="&#x166;" u2="&#x16d;" k="102" />
+    <hkern u1="&#x166;" u2="&#x16b;" k="102" />
+    <hkern u1="&#x166;" u2="&#x169;" k="102" />
+    <hkern u1="&#x166;" u2="&#x164;" k="-41" />
+    <hkern u1="&#x166;" u2="&#x21a;" k="-41" />
+    <hkern u1="&#x166;" u2="&#x15f;" k="123" />
+    <hkern u1="&#x166;" u2="&#x15b;" k="123" />
+    <hkern u1="&#x166;" u2="&#x157;" k="102" />
+    <hkern u1="&#x166;" u2="&#x155;" k="102" />
+    <hkern u1="&#x166;" u2="&#x153;" k="143" />
+    <hkern u1="&#x166;" u2="&#x152;" k="41" />
+    <hkern u1="&#x166;" u2="&#x151;" k="143" />
+    <hkern u1="&#x166;" u2="&#x150;" k="41" />
+    <hkern u1="&#x166;" u2="&#x14f;" k="143" />
+    <hkern u1="&#x166;" u2="&#x14e;" k="41" />
+    <hkern u1="&#x166;" u2="&#x14d;" k="143" />
+    <hkern u1="&#x166;" u2="&#x14c;" k="41" />
+    <hkern u1="&#x166;" u2="&#x14b;" k="102" />
+    <hkern u1="&#x166;" u2="&#x146;" k="102" />
+    <hkern u1="&#x166;" u2="&#x144;" k="102" />
+    <hkern u1="&#x166;" u2="&#x138;" k="102" />
+    <hkern u1="&#x166;" u2="&#x123;" k="143" />
+    <hkern u1="&#x166;" u2="&#x122;" k="41" />
+    <hkern u1="&#x166;" u2="&#x121;" k="143" />
+    <hkern u1="&#x166;" u2="&#x120;" k="41" />
+    <hkern u1="&#x166;" u2="&#x11f;" k="143" />
+    <hkern u1="&#x166;" u2="&#x11e;" k="41" />
+    <hkern u1="&#x166;" u2="&#x11d;" k="143" />
+    <hkern u1="&#x166;" u2="&#x11c;" k="41" />
+    <hkern u1="&#x166;" u2="&#x11b;" k="143" />
+    <hkern u1="&#x166;" u2="&#x119;" k="143" />
+    <hkern u1="&#x166;" u2="&#x117;" k="143" />
+    <hkern u1="&#x166;" u2="&#x115;" k="143" />
+    <hkern u1="&#x166;" u2="&#x113;" k="143" />
+    <hkern u1="&#x166;" u2="&#x111;" k="143" />
+    <hkern u1="&#x166;" u2="&#x10f;" k="143" />
+    <hkern u1="&#x166;" u2="&#x10d;" k="143" />
+    <hkern u1="&#x166;" u2="&#x10c;" k="41" />
+    <hkern u1="&#x166;" u2="&#x10b;" k="143" />
+    <hkern u1="&#x166;" u2="&#x10a;" k="41" />
+    <hkern u1="&#x166;" u2="&#x109;" k="143" />
+    <hkern u1="&#x166;" u2="&#x108;" k="41" />
+    <hkern u1="&#x166;" u2="&#x107;" k="143" />
+    <hkern u1="&#x166;" u2="&#x106;" k="41" />
+    <hkern u1="&#x166;" u2="&#x105;" k="164" />
+    <hkern u1="&#x166;" u2="&#x104;" k="143" />
+    <hkern u1="&#x166;" u2="&#x103;" k="164" />
+    <hkern u1="&#x166;" u2="&#x102;" k="143" />
+    <hkern u1="&#x166;" u2="&#x101;" k="164" />
+    <hkern u1="&#x166;" u2="&#x100;" k="143" />
+    <hkern u1="&#x166;" u2="&#xfd;" k="41" />
+    <hkern u1="&#x166;" u2="&#xfc;" k="102" />
+    <hkern u1="&#x166;" u2="&#xfb;" k="102" />
+    <hkern u1="&#x166;" u2="&#xfa;" k="102" />
+    <hkern u1="&#x166;" u2="&#xf9;" k="102" />
+    <hkern u1="&#x166;" u2="&#xf8;" k="143" />
+    <hkern u1="&#x166;" u2="&#xf6;" k="143" />
+    <hkern u1="&#x166;" u2="&#xf5;" k="143" />
+    <hkern u1="&#x166;" u2="&#xf4;" k="143" />
+    <hkern u1="&#x166;" u2="&#xf3;" k="143" />
+    <hkern u1="&#x166;" u2="&#xf2;" k="143" />
+    <hkern u1="&#x166;" u2="&#xeb;" k="143" />
+    <hkern u1="&#x166;" u2="&#xea;" k="143" />
+    <hkern u1="&#x166;" u2="&#xe9;" k="143" />
+    <hkern u1="&#x166;" u2="&#xe8;" k="143" />
+    <hkern u1="&#x166;" u2="&#xe7;" k="143" />
+    <hkern u1="&#x166;" u2="&#xe6;" k="164" />
+    <hkern u1="&#x166;" u2="&#xe5;" k="164" />
+    <hkern u1="&#x166;" u2="&#xe4;" k="164" />
+    <hkern u1="&#x166;" u2="&#xe3;" k="164" />
+    <hkern u1="&#x166;" u2="&#xe2;" k="164" />
+    <hkern u1="&#x166;" u2="&#xe1;" k="164" />
+    <hkern u1="&#x166;" u2="&#xe0;" k="143" />
+    <hkern u1="&#x166;" u2="&#xd8;" k="41" />
+    <hkern u1="&#x166;" u2="&#xd6;" k="41" />
+    <hkern u1="&#x166;" u2="&#xd5;" k="41" />
+    <hkern u1="&#x166;" u2="&#xd4;" k="41" />
+    <hkern u1="&#x166;" u2="&#xd3;" k="41" />
+    <hkern u1="&#x166;" u2="&#xd2;" k="41" />
+    <hkern u1="&#x166;" u2="&#xc7;" k="41" />
+    <hkern u1="&#x166;" u2="&#xc5;" k="143" />
+    <hkern u1="&#x166;" u2="&#xc4;" k="143" />
+    <hkern u1="&#x166;" u2="&#xc3;" k="143" />
+    <hkern u1="&#x166;" u2="&#xc2;" k="143" />
+    <hkern u1="&#x166;" u2="&#xc1;" k="143" />
+    <hkern u1="&#x166;" u2="&#xc0;" k="143" />
+    <hkern u1="&#x166;" u2="z" k="82" />
+    <hkern u1="&#x166;" u2="y" k="41" />
+    <hkern u1="&#x166;" u2="x" k="41" />
+    <hkern u1="&#x166;" u2="w" k="41" />
+    <hkern u1="&#x166;" u2="v" k="41" />
+    <hkern u1="&#x166;" u2="u" k="102" />
+    <hkern u1="&#x166;" u2="s" k="123" />
+    <hkern u1="&#x166;" u2="r" k="102" />
+    <hkern u1="&#x166;" u2="q" k="143" />
+    <hkern u1="&#x166;" u2="p" k="102" />
+    <hkern u1="&#x166;" u2="o" k="143" />
+    <hkern u1="&#x166;" u2="n" k="102" />
+    <hkern u1="&#x166;" u2="m" k="102" />
+    <hkern u1="&#x166;" u2="g" k="143" />
+    <hkern u1="&#x166;" u2="e" k="143" />
+    <hkern u1="&#x166;" u2="d" k="143" />
+    <hkern u1="&#x166;" u2="c" k="143" />
+    <hkern u1="&#x166;" u2="a" k="164" />
+    <hkern u1="&#x166;" u2="T" k="-41" />
+    <hkern u1="&#x166;" u2="Q" k="41" />
+    <hkern u1="&#x166;" u2="O" k="41" />
+    <hkern u1="&#x166;" u2="G" k="41" />
+    <hkern u1="&#x166;" u2="C" k="41" />
+    <hkern u1="&#x166;" u2="A" k="143" />
+    <hkern u1="&#x166;" u2="&#x3f;" k="-41" />
+    <hkern u1="&#x166;" u2="&#x2e;" k="123" />
+    <hkern u1="&#x166;" u2="&#x2d;" k="82" />
+    <hkern u1="&#x166;" u2="&#x2c;" k="123" />
+    <hkern u1="&#x168;" u2="&#x1eb6;" k="20" />
+    <hkern u1="&#x168;" u2="&#x1eb4;" k="20" />
+    <hkern u1="&#x168;" u2="&#x1eb2;" k="20" />
+    <hkern u1="&#x168;" u2="&#x1eb0;" k="20" />
+    <hkern u1="&#x168;" u2="&#x1eae;" k="20" />
+    <hkern u1="&#x168;" u2="&#x1eac;" k="20" />
+    <hkern u1="&#x168;" u2="&#x1eaa;" k="20" />
+    <hkern u1="&#x168;" u2="&#x1ea8;" k="20" />
+    <hkern u1="&#x168;" u2="&#x1ea6;" k="20" />
+    <hkern u1="&#x168;" u2="&#x1ea4;" k="20" />
+    <hkern u1="&#x168;" u2="&#x1ea2;" k="20" />
+    <hkern u1="&#x168;" u2="&#x1ea0;" k="20" />
+    <hkern u1="&#x168;" u2="&#x1e00;" k="20" />
+    <hkern u1="&#x168;" u2="&#x201e;" k="41" />
+    <hkern u1="&#x168;" u2="&#x201a;" k="41" />
+    <hkern u1="&#x168;" u2="&#x1fa;" k="20" />
+    <hkern u1="&#x168;" u2="&#x104;" k="20" />
+    <hkern u1="&#x168;" u2="&#x102;" k="20" />
+    <hkern u1="&#x168;" u2="&#x100;" k="20" />
+    <hkern u1="&#x168;" u2="&#xc5;" k="20" />
+    <hkern u1="&#x168;" u2="&#xc4;" k="20" />
+    <hkern u1="&#x168;" u2="&#xc3;" k="20" />
+    <hkern u1="&#x168;" u2="&#xc2;" k="20" />
+    <hkern u1="&#x168;" u2="&#xc1;" k="20" />
+    <hkern u1="&#x168;" u2="&#xc0;" k="20" />
+    <hkern u1="&#x168;" u2="A" k="20" />
+    <hkern u1="&#x168;" u2="&#x2e;" k="41" />
+    <hkern u1="&#x168;" u2="&#x2c;" k="41" />
+    <hkern u1="&#x16a;" u2="&#x1eb6;" k="20" />
+    <hkern u1="&#x16a;" u2="&#x1eb4;" k="20" />
+    <hkern u1="&#x16a;" u2="&#x1eb2;" k="20" />
+    <hkern u1="&#x16a;" u2="&#x1eb0;" k="20" />
+    <hkern u1="&#x16a;" u2="&#x1eae;" k="20" />
+    <hkern u1="&#x16a;" u2="&#x1eac;" k="20" />
+    <hkern u1="&#x16a;" u2="&#x1eaa;" k="20" />
+    <hkern u1="&#x16a;" u2="&#x1ea8;" k="20" />
+    <hkern u1="&#x16a;" u2="&#x1ea6;" k="20" />
+    <hkern u1="&#x16a;" u2="&#x1ea4;" k="20" />
+    <hkern u1="&#x16a;" u2="&#x1ea2;" k="20" />
+    <hkern u1="&#x16a;" u2="&#x1ea0;" k="20" />
+    <hkern u1="&#x16a;" u2="&#x1e00;" k="20" />
+    <hkern u1="&#x16a;" u2="&#x201e;" k="41" />
+    <hkern u1="&#x16a;" u2="&#x201a;" k="41" />
+    <hkern u1="&#x16a;" u2="&#x1fa;" k="20" />
+    <hkern u1="&#x16a;" u2="&#x104;" k="20" />
+    <hkern u1="&#x16a;" u2="&#x102;" k="20" />
+    <hkern u1="&#x16a;" u2="&#x100;" k="20" />
+    <hkern u1="&#x16a;" u2="&#xc5;" k="20" />
+    <hkern u1="&#x16a;" u2="&#xc4;" k="20" />
+    <hkern u1="&#x16a;" u2="&#xc3;" k="20" />
+    <hkern u1="&#x16a;" u2="&#xc2;" k="20" />
+    <hkern u1="&#x16a;" u2="&#xc1;" k="20" />
+    <hkern u1="&#x16a;" u2="&#xc0;" k="20" />
+    <hkern u1="&#x16a;" u2="A" k="20" />
+    <hkern u1="&#x16a;" u2="&#x2e;" k="41" />
+    <hkern u1="&#x16a;" u2="&#x2c;" k="41" />
+    <hkern u1="&#x16c;" u2="&#x1eb6;" k="20" />
+    <hkern u1="&#x16c;" u2="&#x1eb4;" k="20" />
+    <hkern u1="&#x16c;" u2="&#x1eb2;" k="20" />
+    <hkern u1="&#x16c;" u2="&#x1eb0;" k="20" />
+    <hkern u1="&#x16c;" u2="&#x1eae;" k="20" />
+    <hkern u1="&#x16c;" u2="&#x1eac;" k="20" />
+    <hkern u1="&#x16c;" u2="&#x1eaa;" k="20" />
+    <hkern u1="&#x16c;" u2="&#x1ea8;" k="20" />
+    <hkern u1="&#x16c;" u2="&#x1ea6;" k="20" />
+    <hkern u1="&#x16c;" u2="&#x1ea4;" k="20" />
+    <hkern u1="&#x16c;" u2="&#x1ea2;" k="20" />
+    <hkern u1="&#x16c;" u2="&#x1ea0;" k="20" />
+    <hkern u1="&#x16c;" u2="&#x1e00;" k="20" />
+    <hkern u1="&#x16c;" u2="&#x201e;" k="41" />
+    <hkern u1="&#x16c;" u2="&#x201a;" k="41" />
+    <hkern u1="&#x16c;" u2="&#x1fa;" k="20" />
+    <hkern u1="&#x16c;" u2="&#x104;" k="20" />
+    <hkern u1="&#x16c;" u2="&#x102;" k="20" />
+    <hkern u1="&#x16c;" u2="&#x100;" k="20" />
+    <hkern u1="&#x16c;" u2="&#xc5;" k="20" />
+    <hkern u1="&#x16c;" u2="&#xc4;" k="20" />
+    <hkern u1="&#x16c;" u2="&#xc3;" k="20" />
+    <hkern u1="&#x16c;" u2="&#xc2;" k="20" />
+    <hkern u1="&#x16c;" u2="&#xc1;" k="20" />
+    <hkern u1="&#x16c;" u2="&#xc0;" k="20" />
+    <hkern u1="&#x16c;" u2="A" k="20" />
+    <hkern u1="&#x16c;" u2="&#x2e;" k="41" />
+    <hkern u1="&#x16c;" u2="&#x2c;" k="41" />
+    <hkern u1="&#x16e;" u2="&#x1eb6;" k="20" />
+    <hkern u1="&#x16e;" u2="&#x1eb4;" k="20" />
+    <hkern u1="&#x16e;" u2="&#x1eb2;" k="20" />
+    <hkern u1="&#x16e;" u2="&#x1eb0;" k="20" />
+    <hkern u1="&#x16e;" u2="&#x1eae;" k="20" />
+    <hkern u1="&#x16e;" u2="&#x1eac;" k="20" />
+    <hkern u1="&#x16e;" u2="&#x1eaa;" k="20" />
+    <hkern u1="&#x16e;" u2="&#x1ea8;" k="20" />
+    <hkern u1="&#x16e;" u2="&#x1ea6;" k="20" />
+    <hkern u1="&#x16e;" u2="&#x1ea4;" k="20" />
+    <hkern u1="&#x16e;" u2="&#x1ea2;" k="20" />
+    <hkern u1="&#x16e;" u2="&#x1ea0;" k="20" />
+    <hkern u1="&#x16e;" u2="&#x1e00;" k="20" />
+    <hkern u1="&#x16e;" u2="&#x201e;" k="41" />
+    <hkern u1="&#x16e;" u2="&#x201a;" k="41" />
+    <hkern u1="&#x16e;" u2="&#x1fa;" k="20" />
+    <hkern u1="&#x16e;" u2="&#x104;" k="20" />
+    <hkern u1="&#x16e;" u2="&#x102;" k="20" />
+    <hkern u1="&#x16e;" u2="&#x100;" k="20" />
+    <hkern u1="&#x16e;" u2="&#xc5;" k="20" />
+    <hkern u1="&#x16e;" u2="&#xc4;" k="20" />
+    <hkern u1="&#x16e;" u2="&#xc3;" k="20" />
+    <hkern u1="&#x16e;" u2="&#xc2;" k="20" />
+    <hkern u1="&#x16e;" u2="&#xc1;" k="20" />
+    <hkern u1="&#x16e;" u2="&#xc0;" k="20" />
+    <hkern u1="&#x16e;" u2="A" k="20" />
+    <hkern u1="&#x16e;" u2="&#x2e;" k="41" />
+    <hkern u1="&#x16e;" u2="&#x2c;" k="41" />
+    <hkern u1="&#x170;" u2="&#x1eb6;" k="20" />
+    <hkern u1="&#x170;" u2="&#x1eb4;" k="20" />
+    <hkern u1="&#x170;" u2="&#x1eb2;" k="20" />
+    <hkern u1="&#x170;" u2="&#x1eb0;" k="20" />
+    <hkern u1="&#x170;" u2="&#x1eae;" k="20" />
+    <hkern u1="&#x170;" u2="&#x1eac;" k="20" />
+    <hkern u1="&#x170;" u2="&#x1eaa;" k="20" />
+    <hkern u1="&#x170;" u2="&#x1ea8;" k="20" />
+    <hkern u1="&#x170;" u2="&#x1ea6;" k="20" />
+    <hkern u1="&#x170;" u2="&#x1ea4;" k="20" />
+    <hkern u1="&#x170;" u2="&#x1ea2;" k="20" />
+    <hkern u1="&#x170;" u2="&#x1ea0;" k="20" />
+    <hkern u1="&#x170;" u2="&#x1e00;" k="20" />
+    <hkern u1="&#x170;" u2="&#x201e;" k="41" />
+    <hkern u1="&#x170;" u2="&#x201a;" k="41" />
+    <hkern u1="&#x170;" u2="&#x1fa;" k="20" />
+    <hkern u1="&#x170;" u2="&#x104;" k="20" />
+    <hkern u1="&#x170;" u2="&#x102;" k="20" />
+    <hkern u1="&#x170;" u2="&#x100;" k="20" />
+    <hkern u1="&#x170;" u2="&#xc5;" k="20" />
+    <hkern u1="&#x170;" u2="&#xc4;" k="20" />
+    <hkern u1="&#x170;" u2="&#xc3;" k="20" />
+    <hkern u1="&#x170;" u2="&#xc2;" k="20" />
+    <hkern u1="&#x170;" u2="&#xc1;" k="20" />
+    <hkern u1="&#x170;" u2="&#xc0;" k="20" />
+    <hkern u1="&#x170;" u2="A" k="20" />
+    <hkern u1="&#x170;" u2="&#x2e;" k="41" />
+    <hkern u1="&#x170;" u2="&#x2c;" k="41" />
+    <hkern u1="&#x172;" u2="&#x1eb6;" k="20" />
+    <hkern u1="&#x172;" u2="&#x1eb4;" k="20" />
+    <hkern u1="&#x172;" u2="&#x1eb2;" k="20" />
+    <hkern u1="&#x172;" u2="&#x1eb0;" k="20" />
+    <hkern u1="&#x172;" u2="&#x1eae;" k="20" />
+    <hkern u1="&#x172;" u2="&#x1eac;" k="20" />
+    <hkern u1="&#x172;" u2="&#x1eaa;" k="20" />
+    <hkern u1="&#x172;" u2="&#x1ea8;" k="20" />
+    <hkern u1="&#x172;" u2="&#x1ea6;" k="20" />
+    <hkern u1="&#x172;" u2="&#x1ea4;" k="20" />
+    <hkern u1="&#x172;" u2="&#x1ea2;" k="20" />
+    <hkern u1="&#x172;" u2="&#x1ea0;" k="20" />
+    <hkern u1="&#x172;" u2="&#x1e00;" k="20" />
+    <hkern u1="&#x172;" u2="&#x201e;" k="41" />
+    <hkern u1="&#x172;" u2="&#x201a;" k="41" />
+    <hkern u1="&#x172;" u2="&#x1fa;" k="20" />
+    <hkern u1="&#x172;" u2="&#x104;" k="20" />
+    <hkern u1="&#x172;" u2="&#x102;" k="20" />
+    <hkern u1="&#x172;" u2="&#x100;" k="20" />
+    <hkern u1="&#x172;" u2="&#xc5;" k="20" />
+    <hkern u1="&#x172;" u2="&#xc4;" k="20" />
+    <hkern u1="&#x172;" u2="&#xc3;" k="20" />
+    <hkern u1="&#x172;" u2="&#xc2;" k="20" />
+    <hkern u1="&#x172;" u2="&#xc1;" k="20" />
+    <hkern u1="&#x172;" u2="&#xc0;" k="20" />
+    <hkern u1="&#x172;" u2="A" k="20" />
+    <hkern u1="&#x172;" u2="&#x2e;" k="41" />
+    <hkern u1="&#x172;" u2="&#x2c;" k="41" />
+    <hkern u1="&#x174;" u2="&#x1ef1;" k="20" />
+    <hkern u1="&#x174;" u2="&#x1eef;" k="20" />
+    <hkern u1="&#x174;" u2="&#x1eed;" k="20" />
+    <hkern u1="&#x174;" u2="&#x1eeb;" k="20" />
+    <hkern u1="&#x174;" u2="&#x1ee9;" k="20" />
+    <hkern u1="&#x174;" u2="&#x1ee7;" k="20" />
+    <hkern u1="&#x174;" u2="&#x1ee5;" k="20" />
+    <hkern u1="&#x174;" u2="&#x1ee3;" k="41" />
+    <hkern u1="&#x174;" u2="&#x1ee2;" k="20" />
+    <hkern u1="&#x174;" u2="&#x1ee1;" k="41" />
+    <hkern u1="&#x174;" u2="&#x1ee0;" k="20" />
+    <hkern u1="&#x174;" u2="&#x1edf;" k="41" />
+    <hkern u1="&#x174;" u2="&#x1ede;" k="20" />
+    <hkern u1="&#x174;" u2="&#x1edd;" k="41" />
+    <hkern u1="&#x174;" u2="&#x1edc;" k="20" />
+    <hkern u1="&#x174;" u2="&#x1edb;" k="41" />
+    <hkern u1="&#x174;" u2="&#x1eda;" k="20" />
+    <hkern u1="&#x174;" u2="&#x1ed9;" k="41" />
+    <hkern u1="&#x174;" u2="&#x1ed8;" k="20" />
+    <hkern u1="&#x174;" u2="&#x1ed7;" k="41" />
+    <hkern u1="&#x174;" u2="&#x1ed6;" k="20" />
+    <hkern u1="&#x174;" u2="&#x1ed5;" k="41" />
+    <hkern u1="&#x174;" u2="&#x1ed4;" k="20" />
+    <hkern u1="&#x174;" u2="&#x1ed2;" k="20" />
+    <hkern u1="&#x174;" u2="&#x1ed1;" k="41" />
+    <hkern u1="&#x174;" u2="&#x1ed0;" k="20" />
+    <hkern u1="&#x174;" u2="&#x1ecf;" k="41" />
+    <hkern u1="&#x174;" u2="&#x1ece;" k="20" />
+    <hkern u1="&#x174;" u2="&#x1ecd;" k="41" />
+    <hkern u1="&#x174;" u2="&#x1ecc;" k="20" />
+    <hkern u1="&#x174;" u2="&#x1ec7;" k="41" />
+    <hkern u1="&#x174;" u2="&#x1ec5;" k="41" />
+    <hkern u1="&#x174;" u2="&#x1ec3;" k="41" />
+    <hkern u1="&#x174;" u2="&#x1ebf;" k="41" />
+    <hkern u1="&#x174;" u2="&#x1ebd;" k="41" />
+    <hkern u1="&#x174;" u2="&#x1ebb;" k="41" />
+    <hkern u1="&#x174;" u2="&#x1eb9;" k="41" />
+    <hkern u1="&#x174;" u2="&#x1eb7;" k="41" />
+    <hkern u1="&#x174;" u2="&#x1eb6;" k="82" />
+    <hkern u1="&#x174;" u2="&#x1eb5;" k="41" />
+    <hkern u1="&#x174;" u2="&#x1eb4;" k="82" />
+    <hkern u1="&#x174;" u2="&#x1eb3;" k="41" />
+    <hkern u1="&#x174;" u2="&#x1eb2;" k="82" />
+    <hkern u1="&#x174;" u2="&#x1eb1;" k="41" />
+    <hkern u1="&#x174;" u2="&#x1eb0;" k="82" />
+    <hkern u1="&#x174;" u2="&#x1eaf;" k="41" />
+    <hkern u1="&#x174;" u2="&#x1eae;" k="82" />
+    <hkern u1="&#x174;" u2="&#x1ead;" k="41" />
+    <hkern u1="&#x174;" u2="&#x1eac;" k="82" />
+    <hkern u1="&#x174;" u2="&#x1eab;" k="41" />
+    <hkern u1="&#x174;" u2="&#x1eaa;" k="82" />
+    <hkern u1="&#x174;" u2="&#x1ea9;" k="41" />
+    <hkern u1="&#x174;" u2="&#x1ea8;" k="82" />
+    <hkern u1="&#x174;" u2="&#x1ea6;" k="82" />
+    <hkern u1="&#x174;" u2="&#x1ea5;" k="41" />
+    <hkern u1="&#x174;" u2="&#x1ea4;" k="82" />
+    <hkern u1="&#x174;" u2="&#x1ea3;" k="41" />
+    <hkern u1="&#x174;" u2="&#x1ea2;" k="82" />
+    <hkern u1="&#x174;" u2="&#x1ea1;" k="41" />
+    <hkern u1="&#x174;" u2="&#x1ea0;" k="82" />
+    <hkern u1="&#x174;" u2="&#x1b0;" k="20" />
+    <hkern u1="&#x174;" u2="&#x1a1;" k="41" />
+    <hkern u1="&#x174;" u2="&#x1a0;" k="20" />
+    <hkern u1="&#x174;" u2="&#x1e01;" k="41" />
+    <hkern u1="&#x174;" u2="&#x1e00;" k="82" />
+    <hkern u1="&#x174;" u2="&#x1e3f;" k="20" />
+    <hkern u1="&#x174;" u2="&#x201e;" k="102" />
+    <hkern u1="&#x174;" u2="&#x201a;" k="102" />
+    <hkern u1="&#x174;" u2="&#x219;" k="20" />
+    <hkern u1="&#x174;" u2="&#x1ff;" k="41" />
+    <hkern u1="&#x174;" u2="&#x1fe;" k="20" />
+    <hkern u1="&#x174;" u2="&#x1fd;" k="41" />
+    <hkern u1="&#x174;" u2="&#x1fb;" k="41" />
+    <hkern u1="&#x174;" u2="&#x1fa;" k="82" />
+    <hkern u1="&#x174;" u2="&#x173;" k="20" />
+    <hkern u1="&#x174;" u2="&#x171;" k="20" />
+    <hkern u1="&#x174;" u2="&#x16f;" k="20" />
+    <hkern u1="&#x174;" u2="&#x16d;" k="20" />
+    <hkern u1="&#x174;" u2="&#x16b;" k="20" />
+    <hkern u1="&#x174;" u2="&#x169;" k="20" />
+    <hkern u1="&#x174;" u2="&#x15f;" k="20" />
+    <hkern u1="&#x174;" u2="&#x15b;" k="20" />
+    <hkern u1="&#x174;" u2="&#x157;" k="20" />
+    <hkern u1="&#x174;" u2="&#x155;" k="20" />
+    <hkern u1="&#x174;" u2="&#x153;" k="41" />
+    <hkern u1="&#x174;" u2="&#x152;" k="20" />
+    <hkern u1="&#x174;" u2="&#x151;" k="41" />
+    <hkern u1="&#x174;" u2="&#x150;" k="20" />
+    <hkern u1="&#x174;" u2="&#x14f;" k="41" />
+    <hkern u1="&#x174;" u2="&#x14e;" k="20" />
+    <hkern u1="&#x174;" u2="&#x14d;" k="41" />
+    <hkern u1="&#x174;" u2="&#x14c;" k="20" />
+    <hkern u1="&#x174;" u2="&#x14b;" k="20" />
+    <hkern u1="&#x174;" u2="&#x146;" k="20" />
+    <hkern u1="&#x174;" u2="&#x144;" k="20" />
+    <hkern u1="&#x174;" u2="&#x138;" k="20" />
+    <hkern u1="&#x174;" u2="&#x123;" k="20" />
+    <hkern u1="&#x174;" u2="&#x122;" k="20" />
+    <hkern u1="&#x174;" u2="&#x121;" k="20" />
+    <hkern u1="&#x174;" u2="&#x120;" k="20" />
+    <hkern u1="&#x174;" u2="&#x11f;" k="20" />
+    <hkern u1="&#x174;" u2="&#x11e;" k="20" />
+    <hkern u1="&#x174;" u2="&#x11d;" k="20" />
+    <hkern u1="&#x174;" u2="&#x11c;" k="20" />
+    <hkern u1="&#x174;" u2="&#x11b;" k="41" />
+    <hkern u1="&#x174;" u2="&#x119;" k="41" />
+    <hkern u1="&#x174;" u2="&#x117;" k="41" />
+    <hkern u1="&#x174;" u2="&#x115;" k="41" />
+    <hkern u1="&#x174;" u2="&#x113;" k="41" />
+    <hkern u1="&#x174;" u2="&#x111;" k="41" />
+    <hkern u1="&#x174;" u2="&#x10f;" k="41" />
+    <hkern u1="&#x174;" u2="&#x10d;" k="41" />
+    <hkern u1="&#x174;" u2="&#x10c;" k="20" />
+    <hkern u1="&#x174;" u2="&#x10b;" k="41" />
+    <hkern u1="&#x174;" u2="&#x10a;" k="20" />
+    <hkern u1="&#x174;" u2="&#x109;" k="41" />
+    <hkern u1="&#x174;" u2="&#x108;" k="20" />
+    <hkern u1="&#x174;" u2="&#x107;" k="41" />
+    <hkern u1="&#x174;" u2="&#x106;" k="20" />
+    <hkern u1="&#x174;" u2="&#x105;" k="41" />
+    <hkern u1="&#x174;" u2="&#x104;" k="82" />
+    <hkern u1="&#x174;" u2="&#x103;" k="41" />
+    <hkern u1="&#x174;" u2="&#x102;" k="82" />
+    <hkern u1="&#x174;" u2="&#x101;" k="41" />
+    <hkern u1="&#x174;" u2="&#x100;" k="82" />
+    <hkern u1="&#x174;" u2="&#xfc;" k="20" />
+    <hkern u1="&#x174;" u2="&#xfb;" k="20" />
+    <hkern u1="&#x174;" u2="&#xfa;" k="20" />
+    <hkern u1="&#x174;" u2="&#xf9;" k="20" />
+    <hkern u1="&#x174;" u2="&#xf8;" k="41" />
+    <hkern u1="&#x174;" u2="&#xf6;" k="41" />
+    <hkern u1="&#x174;" u2="&#xf5;" k="41" />
+    <hkern u1="&#x174;" u2="&#xf4;" k="41" />
+    <hkern u1="&#x174;" u2="&#xf3;" k="41" />
+    <hkern u1="&#x174;" u2="&#xf2;" k="41" />
+    <hkern u1="&#x174;" u2="&#xeb;" k="41" />
+    <hkern u1="&#x174;" u2="&#xea;" k="41" />
+    <hkern u1="&#x174;" u2="&#xe9;" k="41" />
+    <hkern u1="&#x174;" u2="&#xe8;" k="41" />
+    <hkern u1="&#x174;" u2="&#xe7;" k="41" />
+    <hkern u1="&#x174;" u2="&#xe6;" k="41" />
+    <hkern u1="&#x174;" u2="&#xe5;" k="41" />
+    <hkern u1="&#x174;" u2="&#xe4;" k="41" />
+    <hkern u1="&#x174;" u2="&#xe3;" k="41" />
+    <hkern u1="&#x174;" u2="&#xe2;" k="41" />
+    <hkern u1="&#x174;" u2="&#xe1;" k="41" />
+    <hkern u1="&#x174;" u2="&#xe0;" k="41" />
+    <hkern u1="&#x174;" u2="&#xd8;" k="20" />
+    <hkern u1="&#x174;" u2="&#xd6;" k="20" />
+    <hkern u1="&#x174;" u2="&#xd5;" k="20" />
+    <hkern u1="&#x174;" u2="&#xd4;" k="20" />
+    <hkern u1="&#x174;" u2="&#xd3;" k="20" />
+    <hkern u1="&#x174;" u2="&#xd2;" k="20" />
+    <hkern u1="&#x174;" u2="&#xc7;" k="20" />
+    <hkern u1="&#x174;" u2="&#xc5;" k="82" />
+    <hkern u1="&#x174;" u2="&#xc4;" k="82" />
+    <hkern u1="&#x174;" u2="&#xc3;" k="82" />
+    <hkern u1="&#x174;" u2="&#xc2;" k="82" />
+    <hkern u1="&#x174;" u2="&#xc1;" k="82" />
+    <hkern u1="&#x174;" u2="&#xc0;" k="82" />
+    <hkern u1="&#x174;" u2="u" k="20" />
+    <hkern u1="&#x174;" u2="s" k="20" />
+    <hkern u1="&#x174;" u2="r" k="20" />
+    <hkern u1="&#x174;" u2="q" k="41" />
+    <hkern u1="&#x174;" u2="p" k="20" />
+    <hkern u1="&#x174;" u2="o" k="41" />
+    <hkern u1="&#x174;" u2="n" k="20" />
+    <hkern u1="&#x174;" u2="m" k="20" />
+    <hkern u1="&#x174;" u2="g" k="20" />
+    <hkern u1="&#x174;" u2="e" k="41" />
+    <hkern u1="&#x174;" u2="d" k="41" />
+    <hkern u1="&#x174;" u2="c" k="41" />
+    <hkern u1="&#x174;" u2="a" k="41" />
+    <hkern u1="&#x174;" u2="Q" k="20" />
+    <hkern u1="&#x174;" u2="O" k="20" />
+    <hkern u1="&#x174;" u2="G" k="20" />
+    <hkern u1="&#x174;" u2="C" k="20" />
+    <hkern u1="&#x174;" u2="A" k="82" />
+    <hkern u1="&#x174;" u2="&#x3f;" k="-41" />
+    <hkern u1="&#x174;" u2="&#x2e;" k="102" />
+    <hkern u1="&#x174;" u2="&#x2c;" k="102" />
+    <hkern u1="&#x175;" u2="&#x201e;" k="82" />
+    <hkern u1="&#x175;" u2="&#x201d;" k="-82" />
+    <hkern u1="&#x175;" u2="&#x201a;" k="82" />
+    <hkern u1="&#x175;" u2="&#x2019;" k="-82" />
+    <hkern u1="&#x175;" u2="&#x3f;" k="-41" />
+    <hkern u1="&#x175;" u2="&#x2e;" k="82" />
+    <hkern u1="&#x175;" u2="&#x2c;" k="82" />
+    <hkern u1="&#x175;" u2="&#x27;" k="-82" />
+    <hkern u1="&#x175;" u2="&#x22;" k="-82" />
+    <hkern u1="&#x176;" u2="&#x1ef1;" k="61" />
+    <hkern u1="&#x176;" u2="&#x1eef;" k="61" />
+    <hkern u1="&#x176;" u2="&#x1eed;" k="61" />
+    <hkern u1="&#x176;" u2="&#x1eeb;" k="61" />
+    <hkern u1="&#x176;" u2="&#x1ee9;" k="61" />
+    <hkern u1="&#x176;" u2="&#x1ee7;" k="61" />
+    <hkern u1="&#x176;" u2="&#x1ee5;" k="61" />
+    <hkern u1="&#x176;" u2="&#x1ee3;" k="102" />
+    <hkern u1="&#x176;" u2="&#x1ee2;" k="41" />
+    <hkern u1="&#x176;" u2="&#x1ee1;" k="102" />
+    <hkern u1="&#x176;" u2="&#x1ee0;" k="41" />
+    <hkern u1="&#x176;" u2="&#x1edf;" k="102" />
+    <hkern u1="&#x176;" u2="&#x1ede;" k="41" />
+    <hkern u1="&#x176;" u2="&#x1edd;" k="102" />
+    <hkern u1="&#x176;" u2="&#x1edc;" k="41" />
+    <hkern u1="&#x176;" u2="&#x1edb;" k="102" />
+    <hkern u1="&#x176;" u2="&#x1eda;" k="41" />
+    <hkern u1="&#x176;" u2="&#x1ed9;" k="102" />
+    <hkern u1="&#x176;" u2="&#x1ed8;" k="41" />
+    <hkern u1="&#x176;" u2="&#x1ed7;" k="102" />
+    <hkern u1="&#x176;" u2="&#x1ed6;" k="41" />
+    <hkern u1="&#x176;" u2="&#x1ed5;" k="102" />
+    <hkern u1="&#x176;" u2="&#x1ed4;" k="41" />
+    <hkern u1="&#x176;" u2="&#x1ed2;" k="41" />
+    <hkern u1="&#x176;" u2="&#x1ed1;" k="102" />
+    <hkern u1="&#x176;" u2="&#x1ed0;" k="41" />
+    <hkern u1="&#x176;" u2="&#x1ecf;" k="102" />
+    <hkern u1="&#x176;" u2="&#x1ece;" k="41" />
+    <hkern u1="&#x176;" u2="&#x1ecd;" k="102" />
+    <hkern u1="&#x176;" u2="&#x1ecc;" k="41" />
+    <hkern u1="&#x176;" u2="&#x1ec7;" k="102" />
+    <hkern u1="&#x176;" u2="&#x1ec5;" k="102" />
+    <hkern u1="&#x176;" u2="&#x1ec3;" k="102" />
+    <hkern u1="&#x176;" u2="&#x1ebf;" k="102" />
+    <hkern u1="&#x176;" u2="&#x1ebd;" k="102" />
+    <hkern u1="&#x176;" u2="&#x1ebb;" k="102" />
+    <hkern u1="&#x176;" u2="&#x1eb9;" k="102" />
+    <hkern u1="&#x176;" u2="&#x1eb7;" k="102" />
+    <hkern u1="&#x176;" u2="&#x1eb6;" k="123" />
+    <hkern u1="&#x176;" u2="&#x1eb5;" k="102" />
+    <hkern u1="&#x176;" u2="&#x1eb4;" k="123" />
+    <hkern u1="&#x176;" u2="&#x1eb3;" k="102" />
+    <hkern u1="&#x176;" u2="&#x1eb2;" k="123" />
+    <hkern u1="&#x176;" u2="&#x1eb1;" k="102" />
+    <hkern u1="&#x176;" u2="&#x1eb0;" k="123" />
+    <hkern u1="&#x176;" u2="&#x1eaf;" k="102" />
+    <hkern u1="&#x176;" u2="&#x1eae;" k="123" />
+    <hkern u1="&#x176;" u2="&#x1ead;" k="102" />
+    <hkern u1="&#x176;" u2="&#x1eac;" k="123" />
+    <hkern u1="&#x176;" u2="&#x1eab;" k="102" />
+    <hkern u1="&#x176;" u2="&#x1eaa;" k="123" />
+    <hkern u1="&#x176;" u2="&#x1ea9;" k="102" />
+    <hkern u1="&#x176;" u2="&#x1ea8;" k="123" />
+    <hkern u1="&#x176;" u2="&#x1ea6;" k="123" />
+    <hkern u1="&#x176;" u2="&#x1ea5;" k="102" />
+    <hkern u1="&#x176;" u2="&#x1ea4;" k="123" />
+    <hkern u1="&#x176;" u2="&#x1ea3;" k="102" />
+    <hkern u1="&#x176;" u2="&#x1ea2;" k="123" />
+    <hkern u1="&#x176;" u2="&#x1ea1;" k="102" />
+    <hkern u1="&#x176;" u2="&#x1ea0;" k="123" />
+    <hkern u1="&#x176;" u2="&#x1b0;" k="61" />
+    <hkern u1="&#x176;" u2="&#x1a1;" k="102" />
+    <hkern u1="&#x176;" u2="&#x1a0;" k="41" />
+    <hkern u1="&#x176;" u2="&#x1e01;" k="102" />
+    <hkern u1="&#x176;" u2="&#x1e00;" k="123" />
+    <hkern u1="&#x176;" u2="&#x1e3f;" k="61" />
+    <hkern u1="&#x176;" u2="&#x201e;" k="123" />
+    <hkern u1="&#x176;" u2="&#x201a;" k="123" />
+    <hkern u1="&#x176;" u2="&#x219;" k="82" />
+    <hkern u1="&#x176;" u2="&#x1ff;" k="102" />
+    <hkern u1="&#x176;" u2="&#x1fe;" k="41" />
+    <hkern u1="&#x176;" u2="&#x1fd;" k="102" />
+    <hkern u1="&#x176;" u2="&#x1fb;" k="102" />
+    <hkern u1="&#x176;" u2="&#x1fa;" k="123" />
+    <hkern u1="&#x176;" u2="&#x17e;" k="41" />
+    <hkern u1="&#x176;" u2="&#x17c;" k="41" />
+    <hkern u1="&#x176;" u2="&#x17a;" k="41" />
+    <hkern u1="&#x176;" u2="&#x173;" k="61" />
+    <hkern u1="&#x176;" u2="&#x171;" k="61" />
+    <hkern u1="&#x176;" u2="&#x16f;" k="61" />
+    <hkern u1="&#x176;" u2="&#x16d;" k="61" />
+    <hkern u1="&#x176;" u2="&#x16b;" k="61" />
+    <hkern u1="&#x176;" u2="&#x169;" k="61" />
+    <hkern u1="&#x176;" u2="&#x15f;" k="82" />
+    <hkern u1="&#x176;" u2="&#x15b;" k="82" />
+    <hkern u1="&#x176;" u2="&#x157;" k="61" />
+    <hkern u1="&#x176;" u2="&#x155;" k="61" />
+    <hkern u1="&#x176;" u2="&#x153;" k="102" />
+    <hkern u1="&#x176;" u2="&#x152;" k="41" />
+    <hkern u1="&#x176;" u2="&#x151;" k="102" />
+    <hkern u1="&#x176;" u2="&#x150;" k="41" />
+    <hkern u1="&#x176;" u2="&#x14f;" k="102" />
+    <hkern u1="&#x176;" u2="&#x14e;" k="41" />
+    <hkern u1="&#x176;" u2="&#x14d;" k="102" />
+    <hkern u1="&#x176;" u2="&#x14c;" k="41" />
+    <hkern u1="&#x176;" u2="&#x14b;" k="61" />
+    <hkern u1="&#x176;" u2="&#x146;" k="61" />
+    <hkern u1="&#x176;" u2="&#x144;" k="61" />
+    <hkern u1="&#x176;" u2="&#x138;" k="61" />
+    <hkern u1="&#x176;" u2="&#x123;" k="41" />
+    <hkern u1="&#x176;" u2="&#x122;" k="41" />
+    <hkern u1="&#x176;" u2="&#x121;" k="41" />
+    <hkern u1="&#x176;" u2="&#x120;" k="41" />
+    <hkern u1="&#x176;" u2="&#x11f;" k="41" />
+    <hkern u1="&#x176;" u2="&#x11e;" k="41" />
+    <hkern u1="&#x176;" u2="&#x11d;" k="41" />
+    <hkern u1="&#x176;" u2="&#x11c;" k="41" />
+    <hkern u1="&#x176;" u2="&#x11b;" k="102" />
+    <hkern u1="&#x176;" u2="&#x119;" k="102" />
+    <hkern u1="&#x176;" u2="&#x117;" k="102" />
+    <hkern u1="&#x176;" u2="&#x115;" k="102" />
+    <hkern u1="&#x176;" u2="&#x113;" k="102" />
+    <hkern u1="&#x176;" u2="&#x111;" k="102" />
+    <hkern u1="&#x176;" u2="&#x10f;" k="102" />
+    <hkern u1="&#x176;" u2="&#x10d;" k="102" />
+    <hkern u1="&#x176;" u2="&#x10c;" k="41" />
+    <hkern u1="&#x176;" u2="&#x10b;" k="102" />
+    <hkern u1="&#x176;" u2="&#x10a;" k="41" />
+    <hkern u1="&#x176;" u2="&#x109;" k="102" />
+    <hkern u1="&#x176;" u2="&#x108;" k="41" />
+    <hkern u1="&#x176;" u2="&#x107;" k="102" />
+    <hkern u1="&#x176;" u2="&#x106;" k="41" />
+    <hkern u1="&#x176;" u2="&#x105;" k="102" />
+    <hkern u1="&#x176;" u2="&#x104;" k="123" />
+    <hkern u1="&#x176;" u2="&#x103;" k="102" />
+    <hkern u1="&#x176;" u2="&#x102;" k="123" />
+    <hkern u1="&#x176;" u2="&#x101;" k="102" />
+    <hkern u1="&#x176;" u2="&#x100;" k="123" />
+    <hkern u1="&#x176;" u2="&#xfc;" k="61" />
+    <hkern u1="&#x176;" u2="&#xfb;" k="61" />
+    <hkern u1="&#x176;" u2="&#xfa;" k="61" />
+    <hkern u1="&#x176;" u2="&#xf9;" k="61" />
+    <hkern u1="&#x176;" u2="&#xf8;" k="102" />
+    <hkern u1="&#x176;" u2="&#xf6;" k="102" />
+    <hkern u1="&#x176;" u2="&#xf5;" k="102" />
+    <hkern u1="&#x176;" u2="&#xf4;" k="102" />
+    <hkern u1="&#x176;" u2="&#xf3;" k="102" />
+    <hkern u1="&#x176;" u2="&#xf2;" k="102" />
+    <hkern u1="&#x176;" u2="&#xeb;" k="102" />
+    <hkern u1="&#x176;" u2="&#xea;" k="102" />
+    <hkern u1="&#x176;" u2="&#xe9;" k="102" />
+    <hkern u1="&#x176;" u2="&#xe8;" k="102" />
+    <hkern u1="&#x176;" u2="&#xe7;" k="102" />
+    <hkern u1="&#x176;" u2="&#xe6;" k="102" />
+    <hkern u1="&#x176;" u2="&#xe5;" k="102" />
+    <hkern u1="&#x176;" u2="&#xe4;" k="102" />
+    <hkern u1="&#x176;" u2="&#xe3;" k="102" />
+    <hkern u1="&#x176;" u2="&#xe2;" k="102" />
+    <hkern u1="&#x176;" u2="&#xe1;" k="102" />
+    <hkern u1="&#x176;" u2="&#xe0;" k="102" />
+    <hkern u1="&#x176;" u2="&#xd8;" k="41" />
+    <hkern u1="&#x176;" u2="&#xd6;" k="41" />
+    <hkern u1="&#x176;" u2="&#xd5;" k="41" />
+    <hkern u1="&#x176;" u2="&#xd4;" k="41" />
+    <hkern u1="&#x176;" u2="&#xd3;" k="41" />
+    <hkern u1="&#x176;" u2="&#xd2;" k="41" />
+    <hkern u1="&#x176;" u2="&#xc7;" k="41" />
+    <hkern u1="&#x176;" u2="&#xc5;" k="123" />
+    <hkern u1="&#x176;" u2="&#xc4;" k="123" />
+    <hkern u1="&#x176;" u2="&#xc3;" k="123" />
+    <hkern u1="&#x176;" u2="&#xc2;" k="123" />
+    <hkern u1="&#x176;" u2="&#xc1;" k="123" />
+    <hkern u1="&#x176;" u2="&#xc0;" k="123" />
+    <hkern u1="&#x176;" u2="z" k="41" />
+    <hkern u1="&#x176;" u2="u" k="61" />
+    <hkern u1="&#x176;" u2="s" k="82" />
+    <hkern u1="&#x176;" u2="r" k="61" />
+    <hkern u1="&#x176;" u2="q" k="102" />
+    <hkern u1="&#x176;" u2="p" k="61" />
+    <hkern u1="&#x176;" u2="o" k="102" />
+    <hkern u1="&#x176;" u2="n" k="61" />
+    <hkern u1="&#x176;" u2="m" k="61" />
+    <hkern u1="&#x176;" u2="g" k="41" />
+    <hkern u1="&#x176;" u2="e" k="102" />
+    <hkern u1="&#x176;" u2="d" k="102" />
+    <hkern u1="&#x176;" u2="c" k="102" />
+    <hkern u1="&#x176;" u2="a" k="102" />
+    <hkern u1="&#x176;" u2="Q" k="41" />
+    <hkern u1="&#x176;" u2="O" k="41" />
+    <hkern u1="&#x176;" u2="G" k="41" />
+    <hkern u1="&#x176;" u2="C" k="41" />
+    <hkern u1="&#x176;" u2="A" k="123" />
+    <hkern u1="&#x176;" u2="&#x3f;" k="-41" />
+    <hkern u1="&#x176;" u2="&#x2e;" k="123" />
+    <hkern u1="&#x176;" u2="&#x2c;" k="123" />
+    <hkern u1="&#x177;" u2="&#x201e;" k="82" />
+    <hkern u1="&#x177;" u2="&#x201d;" k="-82" />
+    <hkern u1="&#x177;" u2="&#x201a;" k="82" />
+    <hkern u1="&#x177;" u2="&#x2019;" k="-82" />
+    <hkern u1="&#x177;" u2="&#x3f;" k="-41" />
+    <hkern u1="&#x177;" u2="&#x2e;" k="82" />
+    <hkern u1="&#x177;" u2="&#x2c;" k="82" />
+    <hkern u1="&#x177;" u2="&#x27;" k="-82" />
+    <hkern u1="&#x177;" u2="&#x22;" k="-82" />
+    <hkern u1="&#x178;" u2="&#x1ef1;" k="61" />
+    <hkern u1="&#x178;" u2="&#x1eef;" k="61" />
+    <hkern u1="&#x178;" u2="&#x1eed;" k="61" />
+    <hkern u1="&#x178;" u2="&#x1eeb;" k="61" />
+    <hkern u1="&#x178;" u2="&#x1ee9;" k="61" />
+    <hkern u1="&#x178;" u2="&#x1ee7;" k="61" />
+    <hkern u1="&#x178;" u2="&#x1ee5;" k="61" />
+    <hkern u1="&#x178;" u2="&#x1ee3;" k="102" />
+    <hkern u1="&#x178;" u2="&#x1ee2;" k="41" />
+    <hkern u1="&#x178;" u2="&#x1ee1;" k="102" />
+    <hkern u1="&#x178;" u2="&#x1ee0;" k="41" />
+    <hkern u1="&#x178;" u2="&#x1edf;" k="102" />
+    <hkern u1="&#x178;" u2="&#x1ede;" k="41" />
+    <hkern u1="&#x178;" u2="&#x1edd;" k="102" />
+    <hkern u1="&#x178;" u2="&#x1edc;" k="41" />
+    <hkern u1="&#x178;" u2="&#x1edb;" k="102" />
+    <hkern u1="&#x178;" u2="&#x1eda;" k="41" />
+    <hkern u1="&#x178;" u2="&#x1ed9;" k="102" />
+    <hkern u1="&#x178;" u2="&#x1ed8;" k="41" />
+    <hkern u1="&#x178;" u2="&#x1ed7;" k="102" />
+    <hkern u1="&#x178;" u2="&#x1ed6;" k="41" />
+    <hkern u1="&#x178;" u2="&#x1ed5;" k="102" />
+    <hkern u1="&#x178;" u2="&#x1ed4;" k="41" />
+    <hkern u1="&#x178;" u2="&#x1ed2;" k="41" />
+    <hkern u1="&#x178;" u2="&#x1ed1;" k="102" />
+    <hkern u1="&#x178;" u2="&#x1ed0;" k="41" />
+    <hkern u1="&#x178;" u2="&#x1ecf;" k="102" />
+    <hkern u1="&#x178;" u2="&#x1ece;" k="41" />
+    <hkern u1="&#x178;" u2="&#x1ecd;" k="102" />
+    <hkern u1="&#x178;" u2="&#x1ecc;" k="41" />
+    <hkern u1="&#x178;" u2="&#x1ec7;" k="102" />
+    <hkern u1="&#x178;" u2="&#x1ec5;" k="102" />
+    <hkern u1="&#x178;" u2="&#x1ec3;" k="102" />
+    <hkern u1="&#x178;" u2="&#x1ebf;" k="102" />
+    <hkern u1="&#x178;" u2="&#x1ebd;" k="102" />
+    <hkern u1="&#x178;" u2="&#x1ebb;" k="102" />
+    <hkern u1="&#x178;" u2="&#x1eb9;" k="102" />
+    <hkern u1="&#x178;" u2="&#x1eb7;" k="102" />
+    <hkern u1="&#x178;" u2="&#x1eb6;" k="123" />
+    <hkern u1="&#x178;" u2="&#x1eb5;" k="102" />
+    <hkern u1="&#x178;" u2="&#x1eb4;" k="123" />
+    <hkern u1="&#x178;" u2="&#x1eb3;" k="102" />
+    <hkern u1="&#x178;" u2="&#x1eb2;" k="123" />
+    <hkern u1="&#x178;" u2="&#x1eb1;" k="102" />
+    <hkern u1="&#x178;" u2="&#x1eb0;" k="123" />
+    <hkern u1="&#x178;" u2="&#x1eaf;" k="102" />
+    <hkern u1="&#x178;" u2="&#x1eae;" k="123" />
+    <hkern u1="&#x178;" u2="&#x1ead;" k="102" />
+    <hkern u1="&#x178;" u2="&#x1eac;" k="123" />
+    <hkern u1="&#x178;" u2="&#x1eab;" k="102" />
+    <hkern u1="&#x178;" u2="&#x1eaa;" k="123" />
+    <hkern u1="&#x178;" u2="&#x1ea9;" k="102" />
+    <hkern u1="&#x178;" u2="&#x1ea8;" k="123" />
+    <hkern u1="&#x178;" u2="&#x1ea6;" k="123" />
+    <hkern u1="&#x178;" u2="&#x1ea5;" k="102" />
+    <hkern u1="&#x178;" u2="&#x1ea4;" k="123" />
+    <hkern u1="&#x178;" u2="&#x1ea3;" k="102" />
+    <hkern u1="&#x178;" u2="&#x1ea2;" k="123" />
+    <hkern u1="&#x178;" u2="&#x1ea1;" k="102" />
+    <hkern u1="&#x178;" u2="&#x1ea0;" k="123" />
+    <hkern u1="&#x178;" u2="&#x1b0;" k="61" />
+    <hkern u1="&#x178;" u2="&#x1a1;" k="102" />
+    <hkern u1="&#x178;" u2="&#x1a0;" k="41" />
+    <hkern u1="&#x178;" u2="&#x1e01;" k="102" />
+    <hkern u1="&#x178;" u2="&#x1e00;" k="123" />
+    <hkern u1="&#x178;" u2="&#x1e3f;" k="61" />
+    <hkern u1="&#x178;" u2="&#x201e;" k="123" />
+    <hkern u1="&#x178;" u2="&#x201a;" k="123" />
+    <hkern u1="&#x178;" u2="&#x219;" k="82" />
+    <hkern u1="&#x178;" u2="&#x1ff;" k="102" />
+    <hkern u1="&#x178;" u2="&#x1fe;" k="41" />
+    <hkern u1="&#x178;" u2="&#x1fd;" k="102" />
+    <hkern u1="&#x178;" u2="&#x1fb;" k="102" />
+    <hkern u1="&#x178;" u2="&#x1fa;" k="123" />
+    <hkern u1="&#x178;" u2="&#x17e;" k="41" />
+    <hkern u1="&#x178;" u2="&#x17c;" k="41" />
+    <hkern u1="&#x178;" u2="&#x17a;" k="41" />
+    <hkern u1="&#x178;" u2="&#x173;" k="61" />
+    <hkern u1="&#x178;" u2="&#x171;" k="61" />
+    <hkern u1="&#x178;" u2="&#x16f;" k="61" />
+    <hkern u1="&#x178;" u2="&#x16d;" k="61" />
+    <hkern u1="&#x178;" u2="&#x16b;" k="61" />
+    <hkern u1="&#x178;" u2="&#x169;" k="61" />
+    <hkern u1="&#x178;" u2="&#x15f;" k="82" />
+    <hkern u1="&#x178;" u2="&#x15b;" k="82" />
+    <hkern u1="&#x178;" u2="&#x157;" k="61" />
+    <hkern u1="&#x178;" u2="&#x155;" k="61" />
+    <hkern u1="&#x178;" u2="&#x153;" k="102" />
+    <hkern u1="&#x178;" u2="&#x152;" k="41" />
+    <hkern u1="&#x178;" u2="&#x151;" k="102" />
+    <hkern u1="&#x178;" u2="&#x150;" k="41" />
+    <hkern u1="&#x178;" u2="&#x14f;" k="102" />
+    <hkern u1="&#x178;" u2="&#x14e;" k="41" />
+    <hkern u1="&#x178;" u2="&#x14d;" k="102" />
+    <hkern u1="&#x178;" u2="&#x14c;" k="41" />
+    <hkern u1="&#x178;" u2="&#x14b;" k="61" />
+    <hkern u1="&#x178;" u2="&#x146;" k="61" />
+    <hkern u1="&#x178;" u2="&#x144;" k="61" />
+    <hkern u1="&#x178;" u2="&#x138;" k="61" />
+    <hkern u1="&#x178;" u2="&#x123;" k="41" />
+    <hkern u1="&#x178;" u2="&#x122;" k="41" />
+    <hkern u1="&#x178;" u2="&#x121;" k="41" />
+    <hkern u1="&#x178;" u2="&#x120;" k="41" />
+    <hkern u1="&#x178;" u2="&#x11f;" k="41" />
+    <hkern u1="&#x178;" u2="&#x11e;" k="41" />
+    <hkern u1="&#x178;" u2="&#x11d;" k="41" />
+    <hkern u1="&#x178;" u2="&#x11c;" k="41" />
+    <hkern u1="&#x178;" u2="&#x11b;" k="102" />
+    <hkern u1="&#x178;" u2="&#x119;" k="102" />
+    <hkern u1="&#x178;" u2="&#x117;" k="102" />
+    <hkern u1="&#x178;" u2="&#x115;" k="102" />
+    <hkern u1="&#x178;" u2="&#x113;" k="102" />
+    <hkern u1="&#x178;" u2="&#x111;" k="102" />
+    <hkern u1="&#x178;" u2="&#x10f;" k="102" />
+    <hkern u1="&#x178;" u2="&#x10d;" k="102" />
+    <hkern u1="&#x178;" u2="&#x10c;" k="41" />
+    <hkern u1="&#x178;" u2="&#x10b;" k="102" />
+    <hkern u1="&#x178;" u2="&#x10a;" k="41" />
+    <hkern u1="&#x178;" u2="&#x109;" k="102" />
+    <hkern u1="&#x178;" u2="&#x108;" k="41" />
+    <hkern u1="&#x178;" u2="&#x107;" k="102" />
+    <hkern u1="&#x178;" u2="&#x106;" k="41" />
+    <hkern u1="&#x178;" u2="&#x105;" k="102" />
+    <hkern u1="&#x178;" u2="&#x104;" k="123" />
+    <hkern u1="&#x178;" u2="&#x103;" k="102" />
+    <hkern u1="&#x178;" u2="&#x102;" k="123" />
+    <hkern u1="&#x178;" u2="&#x101;" k="102" />
+    <hkern u1="&#x178;" u2="&#x100;" k="123" />
+    <hkern u1="&#x178;" u2="&#xfc;" k="61" />
+    <hkern u1="&#x178;" u2="&#xfb;" k="61" />
+    <hkern u1="&#x178;" u2="&#xfa;" k="61" />
+    <hkern u1="&#x178;" u2="&#xf9;" k="61" />
+    <hkern u1="&#x178;" u2="&#xf8;" k="102" />
+    <hkern u1="&#x178;" u2="&#xf6;" k="102" />
+    <hkern u1="&#x178;" u2="&#xf5;" k="102" />
+    <hkern u1="&#x178;" u2="&#xf4;" k="102" />
+    <hkern u1="&#x178;" u2="&#xf3;" k="102" />
+    <hkern u1="&#x178;" u2="&#xf2;" k="102" />
+    <hkern u1="&#x178;" u2="&#xeb;" k="102" />
+    <hkern u1="&#x178;" u2="&#xea;" k="102" />
+    <hkern u1="&#x178;" u2="&#xe9;" k="102" />
+    <hkern u1="&#x178;" u2="&#xe8;" k="102" />
+    <hkern u1="&#x178;" u2="&#xe7;" k="102" />
+    <hkern u1="&#x178;" u2="&#xe6;" k="102" />
+    <hkern u1="&#x178;" u2="&#xe5;" k="102" />
+    <hkern u1="&#x178;" u2="&#xe4;" k="102" />
+    <hkern u1="&#x178;" u2="&#xe3;" k="102" />
+    <hkern u1="&#x178;" u2="&#xe2;" k="102" />
+    <hkern u1="&#x178;" u2="&#xe1;" k="102" />
+    <hkern u1="&#x178;" u2="&#xe0;" k="102" />
+    <hkern u1="&#x178;" u2="&#xd8;" k="41" />
+    <hkern u1="&#x178;" u2="&#xd6;" k="41" />
+    <hkern u1="&#x178;" u2="&#xd5;" k="41" />
+    <hkern u1="&#x178;" u2="&#xd4;" k="41" />
+    <hkern u1="&#x178;" u2="&#xd3;" k="41" />
+    <hkern u1="&#x178;" u2="&#xd2;" k="41" />
+    <hkern u1="&#x178;" u2="&#xc7;" k="41" />
+    <hkern u1="&#x178;" u2="&#xc5;" k="123" />
+    <hkern u1="&#x178;" u2="&#xc4;" k="123" />
+    <hkern u1="&#x178;" u2="&#xc3;" k="123" />
+    <hkern u1="&#x178;" u2="&#xc2;" k="123" />
+    <hkern u1="&#x178;" u2="&#xc1;" k="123" />
+    <hkern u1="&#x178;" u2="&#xc0;" k="123" />
+    <hkern u1="&#x178;" u2="z" k="41" />
+    <hkern u1="&#x178;" u2="u" k="61" />
+    <hkern u1="&#x178;" u2="s" k="82" />
+    <hkern u1="&#x178;" u2="r" k="61" />
+    <hkern u1="&#x178;" u2="q" k="102" />
+    <hkern u1="&#x178;" u2="p" k="61" />
+    <hkern u1="&#x178;" u2="o" k="102" />
+    <hkern u1="&#x178;" u2="n" k="61" />
+    <hkern u1="&#x178;" u2="m" k="61" />
+    <hkern u1="&#x178;" u2="g" k="41" />
+    <hkern u1="&#x178;" u2="e" k="102" />
+    <hkern u1="&#x178;" u2="d" k="102" />
+    <hkern u1="&#x178;" u2="c" k="102" />
+    <hkern u1="&#x178;" u2="a" k="102" />
+    <hkern u1="&#x178;" u2="Q" k="41" />
+    <hkern u1="&#x178;" u2="O" k="41" />
+    <hkern u1="&#x178;" u2="G" k="41" />
+    <hkern u1="&#x178;" u2="C" k="41" />
+    <hkern u1="&#x178;" u2="A" k="123" />
+    <hkern u1="&#x178;" u2="&#x3f;" k="-41" />
+    <hkern u1="&#x178;" u2="&#x2e;" k="123" />
+    <hkern u1="&#x178;" u2="&#x2c;" k="123" />
+    <hkern u1="&#x179;" u2="&#x1ee2;" k="20" />
+    <hkern u1="&#x179;" u2="&#x1ee0;" k="20" />
+    <hkern u1="&#x179;" u2="&#x1ede;" k="20" />
+    <hkern u1="&#x179;" u2="&#x1edc;" k="20" />
+    <hkern u1="&#x179;" u2="&#x1eda;" k="20" />
+    <hkern u1="&#x179;" u2="&#x1ed8;" k="20" />
+    <hkern u1="&#x179;" u2="&#x1ed6;" k="20" />
+    <hkern u1="&#x179;" u2="&#x1ed4;" k="20" />
+    <hkern u1="&#x179;" u2="&#x1ed2;" k="20" />
+    <hkern u1="&#x179;" u2="&#x1ed0;" k="20" />
+    <hkern u1="&#x179;" u2="&#x1ece;" k="20" />
+    <hkern u1="&#x179;" u2="&#x1ecc;" k="20" />
+    <hkern u1="&#x179;" u2="&#x1a0;" k="20" />
+    <hkern u1="&#x179;" u2="&#x1fe;" k="20" />
+    <hkern u1="&#x179;" u2="&#x152;" k="20" />
+    <hkern u1="&#x179;" u2="&#x150;" k="20" />
+    <hkern u1="&#x179;" u2="&#x14e;" k="20" />
+    <hkern u1="&#x179;" u2="&#x14c;" k="20" />
+    <hkern u1="&#x179;" u2="&#x122;" k="20" />
+    <hkern u1="&#x179;" u2="&#x120;" k="20" />
+    <hkern u1="&#x179;" u2="&#x11e;" k="20" />
+    <hkern u1="&#x179;" u2="&#x11c;" k="20" />
+    <hkern u1="&#x179;" u2="&#x10c;" k="20" />
+    <hkern u1="&#x179;" u2="&#x10a;" k="20" />
+    <hkern u1="&#x179;" u2="&#x108;" k="20" />
+    <hkern u1="&#x179;" u2="&#x106;" k="20" />
+    <hkern u1="&#x179;" u2="&#xd8;" k="20" />
+    <hkern u1="&#x179;" u2="&#xd6;" k="20" />
+    <hkern u1="&#x179;" u2="&#xd5;" k="20" />
+    <hkern u1="&#x179;" u2="&#xd4;" k="20" />
+    <hkern u1="&#x179;" u2="&#xd3;" k="20" />
+    <hkern u1="&#x179;" u2="&#xd2;" k="20" />
+    <hkern u1="&#x179;" u2="&#xc7;" k="20" />
+    <hkern u1="&#x179;" u2="Q" k="20" />
+    <hkern u1="&#x179;" u2="O" k="20" />
+    <hkern u1="&#x179;" u2="G" k="20" />
+    <hkern u1="&#x179;" u2="C" k="20" />
+    <hkern u1="&#x17b;" u2="&#x1ee2;" k="20" />
+    <hkern u1="&#x17b;" u2="&#x1ee0;" k="20" />
+    <hkern u1="&#x17b;" u2="&#x1ede;" k="20" />
+    <hkern u1="&#x17b;" u2="&#x1edc;" k="20" />
+    <hkern u1="&#x17b;" u2="&#x1eda;" k="20" />
+    <hkern u1="&#x17b;" u2="&#x1ed8;" k="20" />
+    <hkern u1="&#x17b;" u2="&#x1ed6;" k="20" />
+    <hkern u1="&#x17b;" u2="&#x1ed4;" k="20" />
+    <hkern u1="&#x17b;" u2="&#x1ed2;" k="20" />
+    <hkern u1="&#x17b;" u2="&#x1ed0;" k="20" />
+    <hkern u1="&#x17b;" u2="&#x1ece;" k="20" />
+    <hkern u1="&#x17b;" u2="&#x1ecc;" k="20" />
+    <hkern u1="&#x17b;" u2="&#x1a0;" k="20" />
+    <hkern u1="&#x17b;" u2="&#x1fe;" k="20" />
+    <hkern u1="&#x17b;" u2="&#x152;" k="20" />
+    <hkern u1="&#x17b;" u2="&#x150;" k="20" />
+    <hkern u1="&#x17b;" u2="&#x14e;" k="20" />
+    <hkern u1="&#x17b;" u2="&#x14c;" k="20" />
+    <hkern u1="&#x17b;" u2="&#x122;" k="20" />
+    <hkern u1="&#x17b;" u2="&#x120;" k="20" />
+    <hkern u1="&#x17b;" u2="&#x11e;" k="20" />
+    <hkern u1="&#x17b;" u2="&#x11c;" k="20" />
+    <hkern u1="&#x17b;" u2="&#x10c;" k="20" />
+    <hkern u1="&#x17b;" u2="&#x10a;" k="20" />
+    <hkern u1="&#x17b;" u2="&#x108;" k="20" />
+    <hkern u1="&#x17b;" u2="&#x106;" k="20" />
+    <hkern u1="&#x17b;" u2="&#xd8;" k="20" />
+    <hkern u1="&#x17b;" u2="&#xd6;" k="20" />
+    <hkern u1="&#x17b;" u2="&#xd5;" k="20" />
+    <hkern u1="&#x17b;" u2="&#xd4;" k="20" />
+    <hkern u1="&#x17b;" u2="&#xd3;" k="20" />
+    <hkern u1="&#x17b;" u2="&#xd2;" k="20" />
+    <hkern u1="&#x17b;" u2="&#xc7;" k="20" />
+    <hkern u1="&#x17b;" u2="Q" k="20" />
+    <hkern u1="&#x17b;" u2="O" k="20" />
+    <hkern u1="&#x17b;" u2="G" k="20" />
+    <hkern u1="&#x17b;" u2="C" k="20" />
+    <hkern u1="&#x17d;" u2="&#x1ee2;" k="20" />
+    <hkern u1="&#x17d;" u2="&#x1ee0;" k="20" />
+    <hkern u1="&#x17d;" u2="&#x1ede;" k="20" />
+    <hkern u1="&#x17d;" u2="&#x1edc;" k="20" />
+    <hkern u1="&#x17d;" u2="&#x1eda;" k="20" />
+    <hkern u1="&#x17d;" u2="&#x1ed8;" k="20" />
+    <hkern u1="&#x17d;" u2="&#x1ed6;" k="20" />
+    <hkern u1="&#x17d;" u2="&#x1ed4;" k="20" />
+    <hkern u1="&#x17d;" u2="&#x1ed2;" k="20" />
+    <hkern u1="&#x17d;" u2="&#x1ed0;" k="20" />
+    <hkern u1="&#x17d;" u2="&#x1ece;" k="20" />
+    <hkern u1="&#x17d;" u2="&#x1ecc;" k="20" />
+    <hkern u1="&#x17d;" u2="&#x1a0;" k="20" />
+    <hkern u1="&#x17d;" u2="&#x1fe;" k="20" />
+    <hkern u1="&#x17d;" u2="&#x152;" k="20" />
+    <hkern u1="&#x17d;" u2="&#x150;" k="20" />
+    <hkern u1="&#x17d;" u2="&#x14e;" k="20" />
+    <hkern u1="&#x17d;" u2="&#x14c;" k="20" />
+    <hkern u1="&#x17d;" u2="&#x122;" k="20" />
+    <hkern u1="&#x17d;" u2="&#x120;" k="20" />
+    <hkern u1="&#x17d;" u2="&#x11e;" k="20" />
+    <hkern u1="&#x17d;" u2="&#x11c;" k="20" />
+    <hkern u1="&#x17d;" u2="&#x10c;" k="20" />
+    <hkern u1="&#x17d;" u2="&#x10a;" k="20" />
+    <hkern u1="&#x17d;" u2="&#x108;" k="20" />
+    <hkern u1="&#x17d;" u2="&#x106;" k="20" />
+    <hkern u1="&#x17d;" u2="&#xd8;" k="20" />
+    <hkern u1="&#x17d;" u2="&#xd6;" k="20" />
+    <hkern u1="&#x17d;" u2="&#xd5;" k="20" />
+    <hkern u1="&#x17d;" u2="&#xd4;" k="20" />
+    <hkern u1="&#x17d;" u2="&#xd3;" k="20" />
+    <hkern u1="&#x17d;" u2="&#xd2;" k="20" />
+    <hkern u1="&#x17d;" u2="&#xc7;" k="20" />
+    <hkern u1="&#x17d;" u2="Q" k="20" />
+    <hkern u1="&#x17d;" u2="O" k="20" />
+    <hkern u1="&#x17d;" u2="G" k="20" />
+    <hkern u1="&#x17d;" u2="C" k="20" />
+    <hkern u1="&#x1fa;" u2="&#x162;" k="143" />
+    <hkern u1="&#x1fa;" u2="&#x1ef8;" k="123" />
+    <hkern u1="&#x1fa;" u2="&#x1ef6;" k="123" />
+    <hkern u1="&#x1fa;" u2="&#x1ef4;" k="123" />
+    <hkern u1="&#x1fa;" u2="&#x1ee2;" k="41" />
+    <hkern u1="&#x1fa;" u2="&#x1ee0;" k="41" />
+    <hkern u1="&#x1fa;" u2="&#x1ede;" k="41" />
+    <hkern u1="&#x1fa;" u2="&#x1edc;" k="41" />
+    <hkern u1="&#x1fa;" u2="&#x1eda;" k="41" />
+    <hkern u1="&#x1fa;" u2="&#x1ed8;" k="41" />
+    <hkern u1="&#x1fa;" u2="&#x1ed6;" k="41" />
+    <hkern u1="&#x1fa;" u2="&#x1ed4;" k="41" />
+    <hkern u1="&#x1fa;" u2="&#x1ed2;" k="41" />
+    <hkern u1="&#x1fa;" u2="&#x1ed0;" k="41" />
+    <hkern u1="&#x1fa;" u2="&#x1ece;" k="41" />
+    <hkern u1="&#x1fa;" u2="&#x1ecc;" k="41" />
+    <hkern u1="&#x1fa;" u2="&#x1a0;" k="41" />
+    <hkern u1="&#x1fa;" u2="&#x201d;" k="143" />
+    <hkern u1="&#x1fa;" u2="&#x2019;" k="143" />
+    <hkern u1="&#x1fa;" u2="&#x1ef2;" k="123" />
+    <hkern u1="&#x1fa;" u2="&#x1e84;" k="82" />
+    <hkern u1="&#x1fa;" u2="&#x1e82;" k="82" />
+    <hkern u1="&#x1fa;" u2="&#x1e80;" k="82" />
+    <hkern u1="&#x1fa;" u2="&#x1fe;" k="41" />
+    <hkern u1="&#x1fa;" u2="&#x178;" k="123" />
+    <hkern u1="&#x1fa;" u2="&#x176;" k="123" />
+    <hkern u1="&#x1fa;" u2="&#x174;" k="82" />
+    <hkern u1="&#x1fa;" u2="&#x164;" k="143" />
+    <hkern u1="&#x1fa;" u2="&#x21a;" k="143" />
+    <hkern u1="&#x1fa;" u2="&#x152;" k="41" />
+    <hkern u1="&#x1fa;" u2="&#x150;" k="41" />
+    <hkern u1="&#x1fa;" u2="&#x14e;" k="41" />
+    <hkern u1="&#x1fa;" u2="&#x14c;" k="41" />
+    <hkern u1="&#x1fa;" u2="&#x122;" k="41" />
+    <hkern u1="&#x1fa;" u2="&#x120;" k="41" />
+    <hkern u1="&#x1fa;" u2="&#x11e;" k="41" />
+    <hkern u1="&#x1fa;" u2="&#x11c;" k="41" />
+    <hkern u1="&#x1fa;" u2="&#x10c;" k="41" />
+    <hkern u1="&#x1fa;" u2="&#x10a;" k="41" />
+    <hkern u1="&#x1fa;" u2="&#x108;" k="41" />
+    <hkern u1="&#x1fa;" u2="&#x106;" k="41" />
+    <hkern u1="&#x1fa;" u2="&#xdd;" k="123" />
+    <hkern u1="&#x1fa;" u2="&#xd8;" k="41" />
+    <hkern u1="&#x1fa;" u2="&#xd6;" k="41" />
+    <hkern u1="&#x1fa;" u2="&#xd5;" k="41" />
+    <hkern u1="&#x1fa;" u2="&#xd4;" k="41" />
+    <hkern u1="&#x1fa;" u2="&#xd3;" k="41" />
+    <hkern u1="&#x1fa;" u2="&#xd2;" k="41" />
+    <hkern u1="&#x1fa;" u2="&#xc7;" k="41" />
+    <hkern u1="&#x1fa;" u2="Y" k="123" />
+    <hkern u1="&#x1fa;" u2="W" k="82" />
+    <hkern u1="&#x1fa;" u2="V" k="82" />
+    <hkern u1="&#x1fa;" u2="T" k="143" />
+    <hkern u1="&#x1fa;" u2="Q" k="41" />
+    <hkern u1="&#x1fa;" u2="O" k="41" />
+    <hkern u1="&#x1fa;" u2="J" k="-266" />
+    <hkern u1="&#x1fa;" u2="G" k="41" />
+    <hkern u1="&#x1fa;" u2="C" k="41" />
+    <hkern u1="&#x1fa;" u2="&#x27;" k="143" />
+    <hkern u1="&#x1fa;" u2="&#x22;" k="143" />
+    <hkern u1="&#x1fb;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x1fb;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x1fb;" u2="&#x27;" k="20" />
+    <hkern u1="&#x1fb;" u2="&#x22;" k="20" />
+    <hkern u1="&#x1fc;" u2="J" k="-123" />
+    <hkern u1="&#x1fe;" u2="&#x162;" k="61" />
+    <hkern u1="&#x1fe;" u2="&#x1ef8;" k="20" />
+    <hkern u1="&#x1fe;" u2="&#x1ef6;" k="20" />
+    <hkern u1="&#x1fe;" u2="&#x1ef4;" k="20" />
+    <hkern u1="&#x1fe;" u2="&#x1eb6;" k="41" />
+    <hkern u1="&#x1fe;" u2="&#x1eb4;" k="41" />
+    <hkern u1="&#x1fe;" u2="&#x1eb2;" k="41" />
+    <hkern u1="&#x1fe;" u2="&#x1eb0;" k="41" />
+    <hkern u1="&#x1fe;" u2="&#x1eae;" k="41" />
+    <hkern u1="&#x1fe;" u2="&#x1eac;" k="41" />
+    <hkern u1="&#x1fe;" u2="&#x1eaa;" k="41" />
+    <hkern u1="&#x1fe;" u2="&#x1ea8;" k="41" />
+    <hkern u1="&#x1fe;" u2="&#x1ea6;" k="41" />
+    <hkern u1="&#x1fe;" u2="&#x1ea4;" k="41" />
+    <hkern u1="&#x1fe;" u2="&#x1ea2;" k="41" />
+    <hkern u1="&#x1fe;" u2="&#x1ea0;" k="41" />
+    <hkern u1="&#x1fe;" u2="&#x1e00;" k="41" />
+    <hkern u1="&#x1fe;" u2="&#x201e;" k="82" />
+    <hkern u1="&#x1fe;" u2="&#x201a;" k="82" />
+    <hkern u1="&#x1fe;" u2="&#x1ef2;" k="20" />
+    <hkern u1="&#x1fe;" u2="&#x1e84;" k="20" />
+    <hkern u1="&#x1fe;" u2="&#x1e82;" k="20" />
+    <hkern u1="&#x1fe;" u2="&#x1e80;" k="20" />
+    <hkern u1="&#x1fe;" u2="&#x405;" k="20" />
+    <hkern u1="&#x1fe;" u2="&#x1fa;" k="41" />
+    <hkern u1="&#x1fe;" u2="&#x17d;" k="20" />
+    <hkern u1="&#x1fe;" u2="&#x17b;" k="20" />
+    <hkern u1="&#x1fe;" u2="&#x179;" k="20" />
+    <hkern u1="&#x1fe;" u2="&#x178;" k="20" />
+    <hkern u1="&#x1fe;" u2="&#x176;" k="20" />
+    <hkern u1="&#x1fe;" u2="&#x174;" k="20" />
+    <hkern u1="&#x1fe;" u2="&#x164;" k="61" />
+    <hkern u1="&#x1fe;" u2="&#x21a;" k="61" />
+    <hkern u1="&#x1fe;" u2="&#x104;" k="41" />
+    <hkern u1="&#x1fe;" u2="&#x102;" k="41" />
+    <hkern u1="&#x1fe;" u2="&#x100;" k="41" />
+    <hkern u1="&#x1fe;" u2="&#xdd;" k="20" />
+    <hkern u1="&#x1fe;" u2="&#xc5;" k="41" />
+    <hkern u1="&#x1fe;" u2="&#xc4;" k="41" />
+    <hkern u1="&#x1fe;" u2="&#xc3;" k="41" />
+    <hkern u1="&#x1fe;" u2="&#xc2;" k="41" />
+    <hkern u1="&#x1fe;" u2="&#xc1;" k="41" />
+    <hkern u1="&#x1fe;" u2="&#xc0;" k="41" />
+    <hkern u1="&#x1fe;" u2="Z" k="20" />
+    <hkern u1="&#x1fe;" u2="Y" k="20" />
+    <hkern u1="&#x1fe;" u2="X" k="41" />
+    <hkern u1="&#x1fe;" u2="W" k="20" />
+    <hkern u1="&#x1fe;" u2="V" k="20" />
+    <hkern u1="&#x1fe;" u2="T" k="61" />
+    <hkern u1="&#x1fe;" u2="A" k="41" />
+    <hkern u1="&#x1fe;" u2="&#x2e;" k="82" />
+    <hkern u1="&#x1fe;" u2="&#x2c;" k="82" />
+    <hkern u1="&#x386;" u2="&#x3d2;" k="123" />
+    <hkern u1="&#x386;" u2="&#x201d;" k="143" />
+    <hkern u1="&#x386;" u2="&#x2019;" k="143" />
+    <hkern u1="&#x386;" u2="&#x3ab;" k="123" />
+    <hkern u1="&#x386;" u2="&#x3a8;" k="82" />
+    <hkern u1="&#x386;" u2="&#x3a6;" k="41" />
+    <hkern u1="&#x386;" u2="&#x3a5;" k="123" />
+    <hkern u1="&#x386;" u2="&#x3a4;" k="143" />
+    <hkern u1="&#x386;" u2="&#x39f;" k="41" />
+    <hkern u1="&#x386;" u2="&#x398;" k="41" />
+    <hkern u1="&#x386;" u2="&#x27;" k="143" />
+    <hkern u1="&#x386;" u2="&#x22;" k="143" />
+    <hkern u1="&#x38c;" u2="&#x3d2;" k="20" />
+    <hkern u1="&#x38c;" u2="&#x201e;" k="82" />
+    <hkern u1="&#x38c;" u2="&#x201a;" k="82" />
+    <hkern u1="&#x38c;" u2="&#x3bb;" k="20" />
+    <hkern u1="&#x38c;" u2="&#x3ab;" k="20" />
+    <hkern u1="&#x38c;" u2="&#x3a8;" k="20" />
+    <hkern u1="&#x38c;" u2="&#x3a7;" k="41" />
+    <hkern u1="&#x38c;" u2="&#x3a5;" k="20" />
+    <hkern u1="&#x38c;" u2="&#x3a4;" k="61" />
+    <hkern u1="&#x38c;" u2="&#x3a3;" k="20" />
+    <hkern u1="&#x38c;" u2="&#x39b;" k="41" />
+    <hkern u1="&#x38c;" u2="&#x396;" k="20" />
+    <hkern u1="&#x38c;" u2="&#x394;" k="41" />
+    <hkern u1="&#x38c;" u2="&#x391;" k="41" />
+    <hkern u1="&#x38c;" u2="&#x386;" k="41" />
+    <hkern u1="&#x38c;" u2="&#x2e;" k="82" />
+    <hkern u1="&#x38c;" u2="&#x2c;" k="82" />
+    <hkern u1="&#x38e;" u2="&#x2126;" k="20" />
+    <hkern u1="&#x38e;" u2="&#x201e;" k="123" />
+    <hkern u1="&#x38e;" u2="&#x201a;" k="123" />
+    <hkern u1="&#x38e;" u2="&#x3ce;" k="61" />
+    <hkern u1="&#x38e;" u2="&#x3cd;" k="61" />
+    <hkern u1="&#x38e;" u2="&#x3cc;" k="102" />
+    <hkern u1="&#x38e;" u2="&#x3cb;" k="61" />
+    <hkern u1="&#x38e;" u2="&#x3c9;" k="61" />
+    <hkern u1="&#x38e;" u2="&#x3c8;" k="61" />
+    <hkern u1="&#x38e;" u2="&#x3c6;" k="102" />
+    <hkern u1="&#x38e;" u2="&#x3c5;" k="61" />
+    <hkern u1="&#x38e;" u2="&#x3c3;" k="102" />
+    <hkern u1="&#x38e;" u2="&#x3c2;" k="102" />
+    <hkern u1="&#x38e;" u2="&#x3c1;" k="102" />
+    <hkern u1="&#x38e;" u2="&#x3bf;" k="102" />
+    <hkern u1="&#x38e;" u2="&#x3bc;" k="61" />
+    <hkern u1="&#x38e;" u2="&#x3ba;" k="61" />
+    <hkern u1="&#x38e;" u2="&#x3b9;" k="61" />
+    <hkern u1="&#x38e;" u2="&#x3b7;" k="61" />
+    <hkern u1="&#x38e;" u2="&#x3b5;" k="82" />
+    <hkern u1="&#x38e;" u2="&#x3b4;" k="61" />
+    <hkern u1="&#x38e;" u2="&#x3b1;" k="102" />
+    <hkern u1="&#x38e;" u2="&#x3b0;" k="61" />
+    <hkern u1="&#x38e;" u2="&#x3af;" k="61" />
+    <hkern u1="&#x38e;" u2="&#x3ae;" k="61" />
+    <hkern u1="&#x38e;" u2="&#x3ad;" k="82" />
+    <hkern u1="&#x38e;" u2="&#x3ac;" k="102" />
+    <hkern u1="&#x38e;" u2="&#x3a9;" k="20" />
+    <hkern u1="&#x38e;" u2="&#x3a6;" k="61" />
+    <hkern u1="&#x38e;" u2="&#x39f;" k="41" />
+    <hkern u1="&#x38e;" u2="&#x39b;" k="123" />
+    <hkern u1="&#x38e;" u2="&#x398;" k="41" />
+    <hkern u1="&#x38e;" u2="&#x394;" k="123" />
+    <hkern u1="&#x38e;" u2="&#x391;" k="123" />
+    <hkern u1="&#x38e;" u2="&#x386;" k="123" />
+    <hkern u1="&#x38e;" u2="&#x2e;" k="123" />
+    <hkern u1="&#x38e;" u2="&#x2c;" k="123" />
+    <hkern u1="&#x38f;" u2="&#x3d2;" k="20" />
+    <hkern u1="&#x38f;" u2="&#x3ab;" k="20" />
+    <hkern u1="&#x38f;" u2="&#x3a5;" k="20" />
+    <hkern u1="&#x38f;" u2="&#x3a4;" k="41" />
+    <hkern u1="&#x390;" u2="&#x201d;" k="41" />
+    <hkern u1="&#x390;" u2="&#x2019;" k="41" />
+    <hkern u1="&#x390;" u2="&#x27;" k="41" />
+    <hkern u1="&#x390;" u2="&#x22;" k="41" />
+    <hkern u1="&#x391;" u2="&#x3d2;" k="123" />
+    <hkern u1="&#x391;" u2="&#x201d;" k="143" />
+    <hkern u1="&#x391;" u2="&#x2019;" k="143" />
+    <hkern u1="&#x391;" u2="&#x3ab;" k="123" />
+    <hkern u1="&#x391;" u2="&#x3a8;" k="82" />
+    <hkern u1="&#x391;" u2="&#x3a6;" k="41" />
+    <hkern u1="&#x391;" u2="&#x3a5;" k="123" />
+    <hkern u1="&#x391;" u2="&#x3a4;" k="143" />
+    <hkern u1="&#x391;" u2="&#x39f;" k="41" />
+    <hkern u1="&#x391;" u2="&#x398;" k="41" />
+    <hkern u1="&#x391;" u2="&#x27;" k="143" />
+    <hkern u1="&#x391;" u2="&#x22;" k="143" />
+    <hkern u1="&#x392;" u2="&#x201e;" k="82" />
+    <hkern u1="&#x392;" u2="&#x201a;" k="82" />
+    <hkern u1="&#x392;" u2="&#x3a7;" k="41" />
+    <hkern u1="&#x392;" u2="&#x39b;" k="41" />
+    <hkern u1="&#x392;" u2="&#x394;" k="41" />
+    <hkern u1="&#x392;" u2="&#x391;" k="41" />
+    <hkern u1="&#x392;" u2="&#x386;" k="41" />
+    <hkern u1="&#x392;" u2="&#x2e;" k="82" />
+    <hkern u1="&#x392;" u2="&#x2c;" k="82" />
+    <hkern u1="&#x393;" u2="&#x3d1;" k="41" />
+    <hkern u1="&#x393;" u2="&#x2126;" k="61" />
+    <hkern u1="&#x393;" u2="&#x201e;" k="123" />
+    <hkern u1="&#x393;" u2="&#x201a;" k="123" />
+    <hkern u1="&#x393;" u2="&#x2015;" k="82" />
+    <hkern u1="&#x393;" u2="&#x2014;" k="82" />
+    <hkern u1="&#x393;" u2="&#x2013;" k="82" />
+    <hkern u1="&#x393;" u2="&#x3ce;" k="102" />
+    <hkern u1="&#x393;" u2="&#x3cd;" k="102" />
+    <hkern u1="&#x393;" u2="&#x3cc;" k="143" />
+    <hkern u1="&#x393;" u2="&#x3cb;" k="102" />
+    <hkern u1="&#x393;" u2="&#x3c9;" k="102" />
+    <hkern u1="&#x393;" u2="&#x3c8;" k="102" />
+    <hkern u1="&#x393;" u2="&#x3c7;" k="41" />
+    <hkern u1="&#x393;" u2="&#x3c6;" k="143" />
+    <hkern u1="&#x393;" u2="&#x3c5;" k="102" />
+    <hkern u1="&#x393;" u2="&#x3c3;" k="143" />
+    <hkern u1="&#x393;" u2="&#x3c2;" k="143" />
+    <hkern u1="&#x393;" u2="&#x3c1;" k="102" />
+    <hkern u1="&#x393;" u2="&#x3bf;" k="143" />
+    <hkern u1="&#x393;" u2="&#x3bd;" k="41" />
+    <hkern u1="&#x393;" u2="&#x3bc;" k="102" />
+    <hkern u1="&#x393;" u2="&#x3ba;" k="102" />
+    <hkern u1="&#x393;" u2="&#x3b9;" k="82" />
+    <hkern u1="&#x393;" u2="&#x3b7;" k="102" />
+    <hkern u1="&#x393;" u2="&#x3b5;" k="102" />
+    <hkern u1="&#x393;" u2="&#x3b4;" k="61" />
+    <hkern u1="&#x393;" u2="&#x3b3;" k="41" />
+    <hkern u1="&#x393;" u2="&#x3b1;" k="143" />
+    <hkern u1="&#x393;" u2="&#x3b0;" k="102" />
+    <hkern u1="&#x393;" u2="&#x3af;" k="82" />
+    <hkern u1="&#x393;" u2="&#x3ae;" k="102" />
+    <hkern u1="&#x393;" u2="&#x3ad;" k="102" />
+    <hkern u1="&#x393;" u2="&#x3ac;" k="143" />
+    <hkern u1="&#x393;" u2="&#x3a9;" k="61" />
+    <hkern u1="&#x393;" u2="&#x3a6;" k="102" />
+    <hkern u1="&#x393;" u2="&#x39f;" k="61" />
+    <hkern u1="&#x393;" u2="&#x39b;" k="164" />
+    <hkern u1="&#x393;" u2="&#x398;" k="61" />
+    <hkern u1="&#x393;" u2="&#x394;" k="164" />
+    <hkern u1="&#x393;" u2="&#x391;" k="164" />
+    <hkern u1="&#x393;" u2="&#x386;" k="164" />
+    <hkern u1="&#x393;" u2="&#x2e;" k="123" />
+    <hkern u1="&#x393;" u2="&#x2d;" k="82" />
+    <hkern u1="&#x393;" u2="&#x2c;" k="123" />
+    <hkern u1="&#x394;" u2="&#x3d2;" k="123" />
+    <hkern u1="&#x394;" u2="&#x201d;" k="143" />
+    <hkern u1="&#x394;" u2="&#x2019;" k="143" />
+    <hkern u1="&#x394;" u2="&#x3ab;" k="123" />
+    <hkern u1="&#x394;" u2="&#x3a8;" k="82" />
+    <hkern u1="&#x394;" u2="&#x3a6;" k="41" />
+    <hkern u1="&#x394;" u2="&#x3a5;" k="123" />
+    <hkern u1="&#x394;" u2="&#x3a4;" k="143" />
+    <hkern u1="&#x394;" u2="&#x39f;" k="41" />
+    <hkern u1="&#x394;" u2="&#x398;" k="41" />
+    <hkern u1="&#x394;" u2="&#x27;" k="143" />
+    <hkern u1="&#x394;" u2="&#x22;" k="143" />
+    <hkern u1="&#x396;" u2="&#x3a6;" k="61" />
+    <hkern u1="&#x396;" u2="&#x39f;" k="20" />
+    <hkern u1="&#x396;" u2="&#x398;" k="20" />
+    <hkern u1="&#x398;" u2="&#x3d2;" k="20" />
+    <hkern u1="&#x398;" u2="&#x201e;" k="82" />
+    <hkern u1="&#x398;" u2="&#x201a;" k="82" />
+    <hkern u1="&#x398;" u2="&#x3bb;" k="20" />
+    <hkern u1="&#x398;" u2="&#x3ab;" k="20" />
+    <hkern u1="&#x398;" u2="&#x3a8;" k="20" />
+    <hkern u1="&#x398;" u2="&#x3a7;" k="41" />
+    <hkern u1="&#x398;" u2="&#x3a5;" k="20" />
+    <hkern u1="&#x398;" u2="&#x3a4;" k="61" />
+    <hkern u1="&#x398;" u2="&#x3a3;" k="20" />
+    <hkern u1="&#x398;" u2="&#x39b;" k="41" />
+    <hkern u1="&#x398;" u2="&#x396;" k="20" />
+    <hkern u1="&#x398;" u2="&#x394;" k="41" />
+    <hkern u1="&#x398;" u2="&#x391;" k="41" />
+    <hkern u1="&#x398;" u2="&#x386;" k="41" />
+    <hkern u1="&#x398;" u2="&#x2e;" k="82" />
+    <hkern u1="&#x398;" u2="&#x2c;" k="82" />
+    <hkern u1="&#x39a;" u2="&#x3c4;" k="20" />
+    <hkern u1="&#x39a;" u2="&#x3c0;" k="20" />
+    <hkern u1="&#x39a;" u2="&#x3a6;" k="61" />
+    <hkern u1="&#x39a;" u2="&#x39f;" k="41" />
+    <hkern u1="&#x39a;" u2="&#x398;" k="41" />
+    <hkern u1="&#x39b;" u2="&#x3d2;" k="123" />
+    <hkern u1="&#x39b;" u2="&#x201d;" k="143" />
+    <hkern u1="&#x39b;" u2="&#x2019;" k="143" />
+    <hkern u1="&#x39b;" u2="&#x3ab;" k="123" />
+    <hkern u1="&#x39b;" u2="&#x3a8;" k="82" />
+    <hkern u1="&#x39b;" u2="&#x3a6;" k="41" />
+    <hkern u1="&#x39b;" u2="&#x3a5;" k="123" />
+    <hkern u1="&#x39b;" u2="&#x3a4;" k="143" />
+    <hkern u1="&#x39b;" u2="&#x39f;" k="41" />
+    <hkern u1="&#x39b;" u2="&#x398;" k="41" />
+    <hkern u1="&#x39b;" u2="&#x27;" k="143" />
+    <hkern u1="&#x39b;" u2="&#x22;" k="143" />
+    <hkern u1="&#x39f;" u2="&#x3d2;" k="20" />
+    <hkern u1="&#x39f;" u2="&#x201e;" k="82" />
+    <hkern u1="&#x39f;" u2="&#x201a;" k="82" />
+    <hkern u1="&#x39f;" u2="&#x3bb;" k="20" />
+    <hkern u1="&#x39f;" u2="&#x3ab;" k="20" />
+    <hkern u1="&#x39f;" u2="&#x3a8;" k="20" />
+    <hkern u1="&#x39f;" u2="&#x3a7;" k="41" />
+    <hkern u1="&#x39f;" u2="&#x3a5;" k="20" />
+    <hkern u1="&#x39f;" u2="&#x3a4;" k="61" />
+    <hkern u1="&#x39f;" u2="&#x3a3;" k="20" />
+    <hkern u1="&#x39f;" u2="&#x39b;" k="41" />
+    <hkern u1="&#x39f;" u2="&#x396;" k="20" />
+    <hkern u1="&#x39f;" u2="&#x394;" k="41" />
+    <hkern u1="&#x39f;" u2="&#x391;" k="41" />
+    <hkern u1="&#x39f;" u2="&#x386;" k="41" />
+    <hkern u1="&#x39f;" u2="&#x2e;" k="82" />
+    <hkern u1="&#x39f;" u2="&#x2c;" k="82" />
+    <hkern u1="&#x3a1;" u2="&#x201e;" k="266" />
+    <hkern u1="&#x3a1;" u2="&#x201a;" k="266" />
+    <hkern u1="&#x3a1;" u2="&#x3bb;" k="41" />
+    <hkern u1="&#x3a1;" u2="&#x3a7;" k="41" />
+    <hkern u1="&#x3a1;" u2="&#x39b;" k="102" />
+    <hkern u1="&#x3a1;" u2="&#x396;" k="20" />
+    <hkern u1="&#x3a1;" u2="&#x394;" k="102" />
+    <hkern u1="&#x3a1;" u2="&#x391;" k="102" />
+    <hkern u1="&#x3a1;" u2="&#x386;" k="102" />
+    <hkern u1="&#x3a1;" u2="&#x2e;" k="266" />
+    <hkern u1="&#x3a1;" u2="&#x2c;" k="266" />
+    <hkern u1="&#x3a4;" u2="&#x3d1;" k="41" />
+    <hkern u1="&#x3a4;" u2="&#x2126;" k="61" />
+    <hkern u1="&#x3a4;" u2="&#x201e;" k="123" />
+    <hkern u1="&#x3a4;" u2="&#x201a;" k="123" />
+    <hkern u1="&#x3a4;" u2="&#x2015;" k="82" />
+    <hkern u1="&#x3a4;" u2="&#x2014;" k="82" />
+    <hkern u1="&#x3a4;" u2="&#x2013;" k="82" />
+    <hkern u1="&#x3a4;" u2="&#x3ce;" k="102" />
+    <hkern u1="&#x3a4;" u2="&#x3cd;" k="102" />
+    <hkern u1="&#x3a4;" u2="&#x3cc;" k="143" />
+    <hkern u1="&#x3a4;" u2="&#x3cb;" k="102" />
+    <hkern u1="&#x3a4;" u2="&#x3c9;" k="102" />
+    <hkern u1="&#x3a4;" u2="&#x3c8;" k="102" />
+    <hkern u1="&#x3a4;" u2="&#x3c7;" k="41" />
+    <hkern u1="&#x3a4;" u2="&#x3c6;" k="143" />
+    <hkern u1="&#x3a4;" u2="&#x3c5;" k="102" />
+    <hkern u1="&#x3a4;" u2="&#x3c3;" k="143" />
+    <hkern u1="&#x3a4;" u2="&#x3c2;" k="143" />
+    <hkern u1="&#x3a4;" u2="&#x3c1;" k="102" />
+    <hkern u1="&#x3a4;" u2="&#x3bf;" k="143" />
+    <hkern u1="&#x3a4;" u2="&#x3bd;" k="41" />
+    <hkern u1="&#x3a4;" u2="&#x3bc;" k="102" />
+    <hkern u1="&#x3a4;" u2="&#x3ba;" k="102" />
+    <hkern u1="&#x3a4;" u2="&#x3b9;" k="82" />
+    <hkern u1="&#x3a4;" u2="&#x3b7;" k="102" />
+    <hkern u1="&#x3a4;" u2="&#x3b5;" k="102" />
+    <hkern u1="&#x3a4;" u2="&#x3b4;" k="61" />
+    <hkern u1="&#x3a4;" u2="&#x3b3;" k="41" />
+    <hkern u1="&#x3a4;" u2="&#x3b1;" k="143" />
+    <hkern u1="&#x3a4;" u2="&#x3b0;" k="102" />
+    <hkern u1="&#x3a4;" u2="&#x3af;" k="82" />
+    <hkern u1="&#x3a4;" u2="&#x3ae;" k="102" />
+    <hkern u1="&#x3a4;" u2="&#x3ad;" k="102" />
+    <hkern u1="&#x3a4;" u2="&#x3ac;" k="143" />
+    <hkern u1="&#x3a4;" u2="&#x3a9;" k="61" />
+    <hkern u1="&#x3a4;" u2="&#x3a6;" k="102" />
+    <hkern u1="&#x3a4;" u2="&#x39f;" k="61" />
+    <hkern u1="&#x3a4;" u2="&#x39b;" k="164" />
+    <hkern u1="&#x3a4;" u2="&#x398;" k="61" />
+    <hkern u1="&#x3a4;" u2="&#x394;" k="164" />
+    <hkern u1="&#x3a4;" u2="&#x391;" k="164" />
+    <hkern u1="&#x3a4;" u2="&#x386;" k="164" />
+    <hkern u1="&#x3a4;" u2="&#x2e;" k="123" />
+    <hkern u1="&#x3a4;" u2="&#x2d;" k="82" />
+    <hkern u1="&#x3a4;" u2="&#x2c;" k="123" />
+    <hkern u1="&#x3a5;" u2="&#x2126;" k="20" />
+    <hkern u1="&#x3a5;" u2="&#x201e;" k="123" />
+    <hkern u1="&#x3a5;" u2="&#x201a;" k="123" />
+    <hkern u1="&#x3a5;" u2="&#x3ce;" k="61" />
+    <hkern u1="&#x3a5;" u2="&#x3cd;" k="61" />
+    <hkern u1="&#x3a5;" u2="&#x3cc;" k="102" />
+    <hkern u1="&#x3a5;" u2="&#x3cb;" k="61" />
+    <hkern u1="&#x3a5;" u2="&#x3c9;" k="61" />
+    <hkern u1="&#x3a5;" u2="&#x3c8;" k="61" />
+    <hkern u1="&#x3a5;" u2="&#x3c6;" k="102" />
+    <hkern u1="&#x3a5;" u2="&#x3c5;" k="61" />
+    <hkern u1="&#x3a5;" u2="&#x3c3;" k="102" />
+    <hkern u1="&#x3a5;" u2="&#x3c2;" k="102" />
+    <hkern u1="&#x3a5;" u2="&#x3c1;" k="102" />
+    <hkern u1="&#x3a5;" u2="&#x3bf;" k="102" />
+    <hkern u1="&#x3a5;" u2="&#x3bc;" k="61" />
+    <hkern u1="&#x3a5;" u2="&#x3ba;" k="61" />
+    <hkern u1="&#x3a5;" u2="&#x3b9;" k="61" />
+    <hkern u1="&#x3a5;" u2="&#x3b7;" k="61" />
+    <hkern u1="&#x3a5;" u2="&#x3b5;" k="82" />
+    <hkern u1="&#x3a5;" u2="&#x3b4;" k="61" />
+    <hkern u1="&#x3a5;" u2="&#x3b1;" k="102" />
+    <hkern u1="&#x3a5;" u2="&#x3b0;" k="61" />
+    <hkern u1="&#x3a5;" u2="&#x3af;" k="61" />
+    <hkern u1="&#x3a5;" u2="&#x3ae;" k="61" />
+    <hkern u1="&#x3a5;" u2="&#x3ad;" k="82" />
+    <hkern u1="&#x3a5;" u2="&#x3ac;" k="102" />
+    <hkern u1="&#x3a5;" u2="&#x3a9;" k="20" />
+    <hkern u1="&#x3a5;" u2="&#x3a6;" k="61" />
+    <hkern u1="&#x3a5;" u2="&#x39f;" k="41" />
+    <hkern u1="&#x3a5;" u2="&#x39b;" k="123" />
+    <hkern u1="&#x3a5;" u2="&#x398;" k="41" />
+    <hkern u1="&#x3a5;" u2="&#x394;" k="123" />
+    <hkern u1="&#x3a5;" u2="&#x391;" k="123" />
+    <hkern u1="&#x3a5;" u2="&#x386;" k="123" />
+    <hkern u1="&#x3a5;" u2="&#x2e;" k="123" />
+    <hkern u1="&#x3a5;" u2="&#x2c;" k="123" />
+    <hkern u1="&#x3a6;" u2="&#x3d2;" k="61" />
+    <hkern u1="&#x3a6;" u2="&#x201e;" k="102" />
+    <hkern u1="&#x3a6;" u2="&#x201a;" k="102" />
+    <hkern u1="&#x3a6;" u2="&#x3bb;" k="20" />
+    <hkern u1="&#x3a6;" u2="&#x3ab;" k="61" />
+    <hkern u1="&#x3a6;" u2="&#x3a7;" k="20" />
+    <hkern u1="&#x3a6;" u2="&#x3a5;" k="61" />
+    <hkern u1="&#x3a6;" u2="&#x3a4;" k="82" />
+    <hkern u1="&#x3a6;" u2="&#x3a3;" k="20" />
+    <hkern u1="&#x3a6;" u2="&#x39b;" k="41" />
+    <hkern u1="&#x3a6;" u2="&#x396;" k="61" />
+    <hkern u1="&#x3a6;" u2="&#x394;" k="41" />
+    <hkern u1="&#x3a6;" u2="&#x391;" k="41" />
+    <hkern u1="&#x3a6;" u2="&#x386;" k="41" />
+    <hkern u1="&#x3a6;" u2="&#x2e;" k="102" />
+    <hkern u1="&#x3a6;" u2="&#x2c;" k="102" />
+    <hkern u1="&#x3a7;" u2="&#x3c4;" k="20" />
+    <hkern u1="&#x3a7;" u2="&#x3c0;" k="20" />
+    <hkern u1="&#x3a7;" u2="&#x3a6;" k="61" />
+    <hkern u1="&#x3a7;" u2="&#x39f;" k="41" />
+    <hkern u1="&#x3a7;" u2="&#x398;" k="41" />
+    <hkern u1="&#x3a8;" u2="&#x201e;" k="123" />
+    <hkern u1="&#x3a8;" u2="&#x201a;" k="123" />
+    <hkern u1="&#x3a8;" u2="&#x39f;" k="20" />
+    <hkern u1="&#x3a8;" u2="&#x39b;" k="82" />
+    <hkern u1="&#x3a8;" u2="&#x398;" k="20" />
+    <hkern u1="&#x3a8;" u2="&#x394;" k="82" />
+    <hkern u1="&#x3a8;" u2="&#x391;" k="82" />
+    <hkern u1="&#x3a8;" u2="&#x386;" k="82" />
+    <hkern u1="&#x3a8;" u2="&#x2e;" k="123" />
+    <hkern u1="&#x3a8;" u2="&#x2c;" k="123" />
+    <hkern u1="&#x3a9;" u2="&#x3d2;" k="20" />
+    <hkern u1="&#x3a9;" u2="&#x3ab;" k="20" />
+    <hkern u1="&#x3a9;" u2="&#x3a5;" k="20" />
+    <hkern u1="&#x3a9;" u2="&#x3a4;" k="41" />
+    <hkern u1="&#x3ab;" u2="&#x2126;" k="20" />
+    <hkern u1="&#x3ab;" u2="&#x201e;" k="123" />
+    <hkern u1="&#x3ab;" u2="&#x201a;" k="123" />
+    <hkern u1="&#x3ab;" u2="&#x3ce;" k="61" />
+    <hkern u1="&#x3ab;" u2="&#x3cd;" k="61" />
+    <hkern u1="&#x3ab;" u2="&#x3cc;" k="102" />
+    <hkern u1="&#x3ab;" u2="&#x3cb;" k="61" />
+    <hkern u1="&#x3ab;" u2="&#x3c9;" k="61" />
+    <hkern u1="&#x3ab;" u2="&#x3c8;" k="61" />
+    <hkern u1="&#x3ab;" u2="&#x3c6;" k="102" />
+    <hkern u1="&#x3ab;" u2="&#x3c5;" k="61" />
+    <hkern u1="&#x3ab;" u2="&#x3c3;" k="102" />
+    <hkern u1="&#x3ab;" u2="&#x3c2;" k="102" />
+    <hkern u1="&#x3ab;" u2="&#x3c1;" k="102" />
+    <hkern u1="&#x3ab;" u2="&#x3bf;" k="102" />
+    <hkern u1="&#x3ab;" u2="&#x3bc;" k="61" />
+    <hkern u1="&#x3ab;" u2="&#x3ba;" k="61" />
+    <hkern u1="&#x3ab;" u2="&#x3b9;" k="61" />
+    <hkern u1="&#x3ab;" u2="&#x3b7;" k="61" />
+    <hkern u1="&#x3ab;" u2="&#x3b5;" k="82" />
+    <hkern u1="&#x3ab;" u2="&#x3b4;" k="61" />
+    <hkern u1="&#x3ab;" u2="&#x3b1;" k="102" />
+    <hkern u1="&#x3ab;" u2="&#x3b0;" k="61" />
+    <hkern u1="&#x3ab;" u2="&#x3af;" k="61" />
+    <hkern u1="&#x3ab;" u2="&#x3ae;" k="61" />
+    <hkern u1="&#x3ab;" u2="&#x3ad;" k="82" />
+    <hkern u1="&#x3ab;" u2="&#x3ac;" k="102" />
+    <hkern u1="&#x3ab;" u2="&#x3a9;" k="20" />
+    <hkern u1="&#x3ab;" u2="&#x3a6;" k="61" />
+    <hkern u1="&#x3ab;" u2="&#x39f;" k="41" />
+    <hkern u1="&#x3ab;" u2="&#x39b;" k="123" />
+    <hkern u1="&#x3ab;" u2="&#x398;" k="41" />
+    <hkern u1="&#x3ab;" u2="&#x394;" k="123" />
+    <hkern u1="&#x3ab;" u2="&#x391;" k="123" />
+    <hkern u1="&#x3ab;" u2="&#x386;" k="123" />
+    <hkern u1="&#x3ab;" u2="&#x2e;" k="123" />
+    <hkern u1="&#x3ab;" u2="&#x2c;" k="123" />
+    <hkern u1="&#x3ac;" u2="&#x3bb;" k="-41" />
+    <hkern u1="&#x3ae;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x3ae;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x3ae;" u2="&#x27;" k="20" />
+    <hkern u1="&#x3ae;" u2="&#x22;" k="20" />
+    <hkern u1="&#x3af;" u2="&#x201d;" k="82" />
+    <hkern u1="&#x3af;" u2="&#x2019;" k="82" />
+    <hkern u1="&#x3af;" u2="&#x3c4;" k="20" />
+    <hkern u1="&#x3af;" u2="&#x3c0;" k="20" />
+    <hkern u1="&#x3af;" u2="&#x27;" k="82" />
+    <hkern u1="&#x3af;" u2="&#x22;" k="82" />
+    <hkern u1="&#x3b1;" u2="&#x3bb;" k="-41" />
+    <hkern u1="&#x3b3;" u2="&#x201e;" k="82" />
+    <hkern u1="&#x3b3;" u2="&#x201a;" k="82" />
+    <hkern u1="&#x3b3;" u2="&#x3bb;" k="20" />
+    <hkern u1="&#x3b3;" u2="&#x2e;" k="82" />
+    <hkern u1="&#x3b3;" u2="&#x2c;" k="82" />
+    <hkern u1="&#x3b6;" u2="&#x2015;" k="102" />
+    <hkern u1="&#x3b6;" u2="&#x2014;" k="102" />
+    <hkern u1="&#x3b6;" u2="&#x2013;" k="102" />
+    <hkern u1="&#x3b6;" u2="&#x3cc;" k="41" />
+    <hkern u1="&#x3b6;" u2="&#x3c6;" k="41" />
+    <hkern u1="&#x3b6;" u2="&#x3c4;" k="41" />
+    <hkern u1="&#x3b6;" u2="&#x3c3;" k="41" />
+    <hkern u1="&#x3b6;" u2="&#x3c2;" k="41" />
+    <hkern u1="&#x3b6;" u2="&#x3c0;" k="41" />
+    <hkern u1="&#x3b6;" u2="&#x3bf;" k="41" />
+    <hkern u1="&#x3b6;" u2="&#x3b4;" k="41" />
+    <hkern u1="&#x3b6;" u2="&#x3b1;" k="41" />
+    <hkern u1="&#x3b6;" u2="&#x3ac;" k="41" />
+    <hkern u1="&#x3b6;" u2="&#x2d;" k="102" />
+    <hkern u1="&#x3b7;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x3b7;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x3b7;" u2="&#x27;" k="20" />
+    <hkern u1="&#x3b7;" u2="&#x22;" k="20" />
+    <hkern u1="&#x3b8;" u2="&#x201e;" k="41" />
+    <hkern u1="&#x3b8;" u2="&#x201a;" k="41" />
+    <hkern u1="&#x3b8;" u2="&#x2e;" k="41" />
+    <hkern u1="&#x3b8;" u2="&#x2c;" k="41" />
+    <hkern u1="&#x3b9;" u2="&#x201d;" k="82" />
+    <hkern u1="&#x3b9;" u2="&#x2019;" k="82" />
+    <hkern u1="&#x3b9;" u2="&#x3c4;" k="20" />
+    <hkern u1="&#x3b9;" u2="&#x3c0;" k="20" />
+    <hkern u1="&#x3b9;" u2="&#x27;" k="82" />
+    <hkern u1="&#x3b9;" u2="&#x22;" k="82" />
+    <hkern u1="&#x3ba;" u2="&#x3cc;" k="41" />
+    <hkern u1="&#x3ba;" u2="&#x3c6;" k="41" />
+    <hkern u1="&#x3ba;" u2="&#x3c3;" k="41" />
+    <hkern u1="&#x3ba;" u2="&#x3c2;" k="41" />
+    <hkern u1="&#x3ba;" u2="&#x3bf;" k="41" />
+    <hkern u1="&#x3ba;" u2="&#x3b1;" k="41" />
+    <hkern u1="&#x3ba;" u2="&#x3ac;" k="41" />
+    <hkern u1="&#x3bb;" u2="&#x201d;" k="123" />
+    <hkern u1="&#x3bb;" u2="&#x2019;" k="123" />
+    <hkern u1="&#x3bb;" u2="&#x3cc;" k="20" />
+    <hkern u1="&#x3bb;" u2="&#x3c6;" k="20" />
+    <hkern u1="&#x3bb;" u2="&#x3c4;" k="41" />
+    <hkern u1="&#x3bb;" u2="&#x3c3;" k="20" />
+    <hkern u1="&#x3bb;" u2="&#x3c2;" k="20" />
+    <hkern u1="&#x3bb;" u2="&#x3c0;" k="41" />
+    <hkern u1="&#x3bb;" u2="&#x3bf;" k="20" />
+    <hkern u1="&#x3bb;" u2="&#x3bd;" k="41" />
+    <hkern u1="&#x3bb;" u2="&#x3b3;" k="41" />
+    <hkern u1="&#x3bb;" u2="&#x3b1;" k="20" />
+    <hkern u1="&#x3bb;" u2="&#x3ac;" k="20" />
+    <hkern u1="&#x3bb;" u2="&#x27;" k="123" />
+    <hkern u1="&#x3bb;" u2="&#x22;" k="123" />
+    <hkern u1="&#x3bd;" u2="&#x201e;" k="82" />
+    <hkern u1="&#x3bd;" u2="&#x201a;" k="82" />
+    <hkern u1="&#x3bd;" u2="&#x3bb;" k="20" />
+    <hkern u1="&#x3bd;" u2="&#x2e;" k="82" />
+    <hkern u1="&#x3bd;" u2="&#x2c;" k="82" />
+    <hkern u1="&#x3bf;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x3bf;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x3bf;" u2="&#x3bd;" k="41" />
+    <hkern u1="&#x3bf;" u2="&#x3b3;" k="41" />
+    <hkern u1="&#x3bf;" u2="&#x27;" k="20" />
+    <hkern u1="&#x3bf;" u2="&#x22;" k="20" />
+    <hkern u1="&#x3c1;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x3c1;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x3c1;" u2="&#x3bd;" k="41" />
+    <hkern u1="&#x3c1;" u2="&#x3b3;" k="41" />
+    <hkern u1="&#x3c1;" u2="&#x27;" k="20" />
+    <hkern u1="&#x3c1;" u2="&#x22;" k="20" />
+    <hkern u1="&#x3c3;" u2="&#x201e;" k="20" />
+    <hkern u1="&#x3c3;" u2="&#x201a;" k="20" />
+    <hkern u1="&#x3c3;" u2="&#x2e;" k="20" />
+    <hkern u1="&#x3c3;" u2="&#x2c;" k="20" />
+    <hkern u1="&#x3c6;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x3c6;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x3c6;" u2="&#x3bd;" k="41" />
+    <hkern u1="&#x3c6;" u2="&#x3b3;" k="41" />
+    <hkern u1="&#x3c6;" u2="&#x27;" k="20" />
+    <hkern u1="&#x3c6;" u2="&#x22;" k="20" />
+    <hkern u1="&#x3c7;" u2="&#x201e;" k="61" />
+    <hkern u1="&#x3c7;" u2="&#x201a;" k="61" />
+    <hkern u1="&#x3c7;" u2="&#x2015;" k="41" />
+    <hkern u1="&#x3c7;" u2="&#x2014;" k="41" />
+    <hkern u1="&#x3c7;" u2="&#x2013;" k="41" />
+    <hkern u1="&#x3c7;" u2="&#x3cc;" k="41" />
+    <hkern u1="&#x3c7;" u2="&#x3c6;" k="41" />
+    <hkern u1="&#x3c7;" u2="&#x3c3;" k="41" />
+    <hkern u1="&#x3c7;" u2="&#x3c2;" k="41" />
+    <hkern u1="&#x3c7;" u2="&#x3bf;" k="41" />
+    <hkern u1="&#x3c7;" u2="&#x3b4;" k="41" />
+    <hkern u1="&#x3c7;" u2="&#x3b1;" k="41" />
+    <hkern u1="&#x3c7;" u2="&#x3ac;" k="41" />
+    <hkern u1="&#x3c7;" u2="&#x2e;" k="61" />
+    <hkern u1="&#x3c7;" u2="&#x2d;" k="41" />
+    <hkern u1="&#x3c7;" u2="&#x2c;" k="61" />
+    <hkern u1="&#x3ca;" u2="&#x201d;" k="41" />
+    <hkern u1="&#x3ca;" u2="&#x2019;" k="41" />
+    <hkern u1="&#x3ca;" u2="&#x27;" k="41" />
+    <hkern u1="&#x3ca;" u2="&#x22;" k="41" />
+    <hkern u1="&#x3cc;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x3cc;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x3cc;" u2="&#x3bd;" k="41" />
+    <hkern u1="&#x3cc;" u2="&#x3b3;" k="41" />
+    <hkern u1="&#x3cc;" u2="&#x27;" k="20" />
+    <hkern u1="&#x3cc;" u2="&#x22;" k="20" />
+    <hkern u1="&#x402;" u2="&#x50f;" k="41" />
+    <hkern u1="&#x402;" u2="&#x50e;" k="123" />
+    <hkern u1="&#x402;" u2="&#x507;" k="61" />
+    <hkern u1="&#x402;" u2="&#x506;" k="102" />
+    <hkern u1="&#x402;" u2="&#x505;" k="61" />
+    <hkern u1="&#x402;" u2="&#x504;" k="102" />
+    <hkern u1="&#x402;" u2="&#x4fa;" k="82" />
+    <hkern u1="&#x402;" u2="&#x4f5;" k="41" />
+    <hkern u1="&#x402;" u2="&#x4f4;" k="102" />
+    <hkern u1="&#x402;" u2="&#x4f3;" k="41" />
+    <hkern u1="&#x402;" u2="&#x4f2;" k="41" />
+    <hkern u1="&#x402;" u2="&#x4f1;" k="41" />
+    <hkern u1="&#x402;" u2="&#x4f0;" k="41" />
+    <hkern u1="&#x402;" u2="&#x4ef;" k="41" />
+    <hkern u1="&#x402;" u2="&#x4ee;" k="41" />
+    <hkern u1="&#x402;" u2="&#x4cc;" k="41" />
+    <hkern u1="&#x402;" u2="&#x4cb;" k="102" />
+    <hkern u1="&#x402;" u2="&#x4b9;" k="41" />
+    <hkern u1="&#x402;" u2="&#x4b8;" k="102" />
+    <hkern u1="&#x402;" u2="&#x4b7;" k="41" />
+    <hkern u1="&#x402;" u2="&#x4b6;" k="102" />
+    <hkern u1="&#x402;" u2="&#x4b5;" k="41" />
+    <hkern u1="&#x402;" u2="&#x4b4;" k="123" />
+    <hkern u1="&#x402;" u2="&#x4b1;" k="41" />
+    <hkern u1="&#x402;" u2="&#x4b0;" k="102" />
+    <hkern u1="&#x402;" u2="&#x4af;" k="41" />
+    <hkern u1="&#x402;" u2="&#x4ae;" k="102" />
+    <hkern u1="&#x402;" u2="&#x4ad;" k="41" />
+    <hkern u1="&#x402;" u2="&#x4ac;" k="102" />
+    <hkern u1="&#x402;" u2="&#x4a1;" k="41" />
+    <hkern u1="&#x402;" u2="&#x4a0;" k="123" />
+    <hkern u1="&#x402;" u2="&#x49e;" k="82" />
+    <hkern u1="&#x402;" u2="&#x492;" k="82" />
+    <hkern u1="&#x402;" u2="&#x48c;" k="82" />
+    <hkern u1="&#x402;" u2="&#x476;" k="82" />
+    <hkern u1="&#x402;" u2="&#x474;" k="82" />
+    <hkern u1="&#x402;" u2="&#x470;" k="102" />
+    <hkern u1="&#x402;" u2="&#x462;" k="82" />
+    <hkern u1="&#x402;" u2="&#x201d;" k="82" />
+    <hkern u1="&#x402;" u2="&#x2019;" k="82" />
+    <hkern u1="&#x402;" u2="&#x45e;" k="41" />
+    <hkern u1="&#x402;" u2="&#x44a;" k="41" />
+    <hkern u1="&#x402;" u2="&#x447;" k="41" />
+    <hkern u1="&#x402;" u2="&#x443;" k="41" />
+    <hkern u1="&#x402;" u2="&#x442;" k="41" />
+    <hkern u1="&#x402;" u2="&#x42a;" k="123" />
+    <hkern u1="&#x402;" u2="&#x427;" k="102" />
+    <hkern u1="&#x402;" u2="&#x423;" k="41" />
+    <hkern u1="&#x402;" u2="&#x422;" k="102" />
+    <hkern u1="&#x402;" u2="&#x40e;" k="41" />
+    <hkern u1="&#x402;" u2="&#x40b;" k="123" />
+    <hkern u1="&#x402;" u2="&#x402;" k="123" />
+    <hkern u1="&#x402;" u2="&#x27;" k="82" />
+    <hkern u1="&#x402;" u2="&#x22;" k="82" />
+    <hkern u1="&#x403;" u2="&#x513;" k="123" />
+    <hkern u1="&#x403;" u2="&#x512;" k="102" />
+    <hkern u1="&#x403;" u2="&#x511;" k="143" />
+    <hkern u1="&#x403;" u2="&#x50f;" k="82" />
+    <hkern u1="&#x403;" u2="&#x50d;" k="143" />
+    <hkern u1="&#x403;" u2="&#x50c;" k="41" />
+    <hkern u1="&#x403;" u2="&#x50b;" k="102" />
+    <hkern u1="&#x403;" u2="&#x509;" k="123" />
+    <hkern u1="&#x403;" u2="&#x508;" k="102" />
+    <hkern u1="&#x403;" u2="&#x507;" k="102" />
+    <hkern u1="&#x403;" u2="&#x505;" k="102" />
+    <hkern u1="&#x403;" u2="&#x503;" k="143" />
+    <hkern u1="&#x403;" u2="&#x502;" k="143" />
+    <hkern u1="&#x403;" u2="&#x501;" k="143" />
+    <hkern u1="&#x403;" u2="&#x500;" k="143" />
+    <hkern u1="&#x403;" u2="&#x4ff;" k="41" />
+    <hkern u1="&#x403;" u2="&#x4fd;" k="41" />
+    <hkern u1="&#x403;" u2="&#x4f9;" k="102" />
+    <hkern u1="&#x403;" u2="&#x4f7;" k="102" />
+    <hkern u1="&#x403;" u2="&#x4f5;" k="102" />
+    <hkern u1="&#x403;" u2="&#x4f3;" k="82" />
+    <hkern u1="&#x403;" u2="&#x4f1;" k="82" />
+    <hkern u1="&#x403;" u2="&#x4ef;" k="82" />
+    <hkern u1="&#x403;" u2="&#x4ed;" k="41" />
+    <hkern u1="&#x403;" u2="&#x4eb;" k="143" />
+    <hkern u1="&#x403;" u2="&#x4ea;" k="41" />
+    <hkern u1="&#x403;" u2="&#x4e9;" k="143" />
+    <hkern u1="&#x403;" u2="&#x4e8;" k="41" />
+    <hkern u1="&#x403;" u2="&#x4e7;" k="143" />
+    <hkern u1="&#x403;" u2="&#x4e6;" k="41" />
+    <hkern u1="&#x403;" u2="&#x4e5;" k="102" />
+    <hkern u1="&#x403;" u2="&#x4e3;" k="102" />
+    <hkern u1="&#x403;" u2="&#x4e1;" k="61" />
+    <hkern u1="&#x403;" u2="&#x4df;" k="41" />
+    <hkern u1="&#x403;" u2="&#x4dd;" k="41" />
+    <hkern u1="&#x403;" u2="&#x4d7;" k="143" />
+    <hkern u1="&#x403;" u2="&#x4d4;" k="143" />
+    <hkern u1="&#x403;" u2="&#x4d2;" k="143" />
+    <hkern u1="&#x403;" u2="&#x4d0;" k="143" />
+    <hkern u1="&#x403;" u2="&#x4ce;" k="102" />
+    <hkern u1="&#x403;" u2="&#x4cc;" k="102" />
+    <hkern u1="&#x403;" u2="&#x4ca;" k="102" />
+    <hkern u1="&#x403;" u2="&#x4c8;" k="102" />
+    <hkern u1="&#x403;" u2="&#x4c6;" k="123" />
+    <hkern u1="&#x403;" u2="&#x4c5;" k="102" />
+    <hkern u1="&#x403;" u2="&#x4c4;" k="102" />
+    <hkern u1="&#x403;" u2="&#x4c2;" k="41" />
+    <hkern u1="&#x403;" u2="&#x4bf;" k="143" />
+    <hkern u1="&#x403;" u2="&#x4be;" k="102" />
+    <hkern u1="&#x403;" u2="&#x4bd;" k="143" />
+    <hkern u1="&#x403;" u2="&#x4bc;" k="102" />
+    <hkern u1="&#x403;" u2="&#x4bb;" k="102" />
+    <hkern u1="&#x403;" u2="&#x4b9;" k="102" />
+    <hkern u1="&#x403;" u2="&#x4b7;" k="102" />
+    <hkern u1="&#x403;" u2="&#x4b5;" k="82" />
+    <hkern u1="&#x403;" u2="&#x4b3;" k="41" />
+    <hkern u1="&#x403;" u2="&#x4b1;" k="82" />
+    <hkern u1="&#x403;" u2="&#x4af;" k="82" />
+    <hkern u1="&#x403;" u2="&#x4ad;" k="82" />
+    <hkern u1="&#x403;" u2="&#x4ac;" k="-41" />
+    <hkern u1="&#x403;" u2="&#x4ab;" k="143" />
+    <hkern u1="&#x403;" u2="&#x4aa;" k="41" />
+    <hkern u1="&#x403;" u2="&#x4a9;" k="143" />
+    <hkern u1="&#x403;" u2="&#x4a8;" k="41" />
+    <hkern u1="&#x403;" u2="&#x4a7;" k="102" />
+    <hkern u1="&#x403;" u2="&#x4a5;" k="102" />
+    <hkern u1="&#x403;" u2="&#x4a3;" k="102" />
+    <hkern u1="&#x403;" u2="&#x4a1;" k="82" />
+    <hkern u1="&#x403;" u2="&#x49d;" k="102" />
+    <hkern u1="&#x403;" u2="&#x49b;" k="102" />
+    <hkern u1="&#x403;" u2="&#x499;" k="41" />
+    <hkern u1="&#x403;" u2="&#x497;" k="41" />
+    <hkern u1="&#x403;" u2="&#x495;" k="102" />
+    <hkern u1="&#x403;" u2="&#x48f;" k="102" />
+    <hkern u1="&#x403;" u2="&#x48b;" k="102" />
+    <hkern u1="&#x403;" u2="&#x481;" k="143" />
+    <hkern u1="&#x403;" u2="&#x480;" k="41" />
+    <hkern u1="&#x403;" u2="&#x47f;" k="41" />
+    <hkern u1="&#x403;" u2="&#x47e;" k="41" />
+    <hkern u1="&#x403;" u2="&#x47d;" k="143" />
+    <hkern u1="&#x403;" u2="&#x47c;" k="41" />
+    <hkern u1="&#x403;" u2="&#x47b;" k="143" />
+    <hkern u1="&#x403;" u2="&#x47a;" k="41" />
+    <hkern u1="&#x403;" u2="&#x479;" k="143" />
+    <hkern u1="&#x403;" u2="&#x478;" k="41" />
+    <hkern u1="&#x403;" u2="&#x477;" k="41" />
+    <hkern u1="&#x403;" u2="&#x475;" k="41" />
+    <hkern u1="&#x403;" u2="&#x473;" k="143" />
+    <hkern u1="&#x403;" u2="&#x472;" k="41" />
+    <hkern u1="&#x403;" u2="&#x471;" k="102" />
+    <hkern u1="&#x403;" u2="&#x46d;" k="102" />
+    <hkern u1="&#x403;" u2="&#x46b;" k="102" />
+    <hkern u1="&#x403;" u2="&#x469;" k="102" />
+    <hkern u1="&#x403;" u2="&#x467;" k="123" />
+    <hkern u1="&#x403;" u2="&#x466;" k="143" />
+    <hkern u1="&#x403;" u2="&#x465;" k="102" />
+    <hkern u1="&#x403;" u2="&#x461;" k="41" />
+    <hkern u1="&#x403;" u2="&#x460;" k="41" />
+    <hkern u1="&#x403;" u2="&#x45d;" k="102" />
+    <hkern u1="&#x403;" u2="&#x450;" k="143" />
+    <hkern u1="&#x403;" u2="&#x201e;" k="123" />
+    <hkern u1="&#x403;" u2="&#x201a;" k="123" />
+    <hkern u1="&#x403;" u2="&#x2015;" k="82" />
+    <hkern u1="&#x403;" u2="&#x2014;" k="82" />
+    <hkern u1="&#x403;" u2="&#x2013;" k="82" />
+    <hkern u1="&#x403;" u2="&#x491;" k="102" />
+    <hkern u1="&#x403;" u2="&#x45f;" k="102" />
+    <hkern u1="&#x403;" u2="&#x45e;" k="82" />
+    <hkern u1="&#x403;" u2="&#x45c;" k="102" />
+    <hkern u1="&#x403;" u2="&#x45a;" k="102" />
+    <hkern u1="&#x403;" u2="&#x459;" k="123" />
+    <hkern u1="&#x403;" u2="&#x455;" k="123" />
+    <hkern u1="&#x403;" u2="&#x454;" k="143" />
+    <hkern u1="&#x403;" u2="&#x453;" k="102" />
+    <hkern u1="&#x403;" u2="&#x451;" k="143" />
+    <hkern u1="&#x403;" u2="&#x44f;" k="61" />
+    <hkern u1="&#x403;" u2="&#x44e;" k="102" />
+    <hkern u1="&#x403;" u2="&#x44d;" k="41" />
+    <hkern u1="&#x403;" u2="&#x44c;" k="102" />
+    <hkern u1="&#x403;" u2="&#x44b;" k="102" />
+    <hkern u1="&#x403;" u2="&#x44a;" k="82" />
+    <hkern u1="&#x403;" u2="&#x449;" k="102" />
+    <hkern u1="&#x403;" u2="&#x448;" k="102" />
+    <hkern u1="&#x403;" u2="&#x447;" k="102" />
+    <hkern u1="&#x403;" u2="&#x446;" k="102" />
+    <hkern u1="&#x403;" u2="&#x445;" k="41" />
+    <hkern u1="&#x403;" u2="&#x444;" k="143" />
+    <hkern u1="&#x403;" u2="&#x443;" k="82" />
+    <hkern u1="&#x403;" u2="&#x442;" k="82" />
+    <hkern u1="&#x403;" u2="&#x441;" k="143" />
+    <hkern u1="&#x403;" u2="&#x440;" k="102" />
+    <hkern u1="&#x403;" u2="&#x43f;" k="102" />
+    <hkern u1="&#x403;" u2="&#x43e;" k="143" />
+    <hkern u1="&#x403;" u2="&#x43d;" k="102" />
+    <hkern u1="&#x403;" u2="&#x43c;" k="102" />
+    <hkern u1="&#x403;" u2="&#x43b;" k="123" />
+    <hkern u1="&#x403;" u2="&#x43a;" k="102" />
+    <hkern u1="&#x403;" u2="&#x439;" k="102" />
+    <hkern u1="&#x403;" u2="&#x438;" k="102" />
+    <hkern u1="&#x403;" u2="&#x437;" k="41" />
+    <hkern u1="&#x403;" u2="&#x436;" k="41" />
+    <hkern u1="&#x403;" u2="&#x435;" k="143" />
+    <hkern u1="&#x403;" u2="&#x434;" k="123" />
+    <hkern u1="&#x403;" u2="&#x433;" k="102" />
+    <hkern u1="&#x403;" u2="&#x432;" k="102" />
+    <hkern u1="&#x403;" u2="&#x424;" k="82" />
+    <hkern u1="&#x403;" u2="&#x422;" k="-41" />
+    <hkern u1="&#x403;" u2="&#x421;" k="41" />
+    <hkern u1="&#x403;" u2="&#x41e;" k="41" />
+    <hkern u1="&#x403;" u2="&#x41b;" k="102" />
+    <hkern u1="&#x403;" u2="&#x414;" k="102" />
+    <hkern u1="&#x403;" u2="&#x410;" k="143" />
+    <hkern u1="&#x403;" u2="&#x409;" k="102" />
+    <hkern u1="&#x403;" u2="&#x404;" k="41" />
+    <hkern u1="&#x403;" u2="&#x2e;" k="123" />
+    <hkern u1="&#x403;" u2="&#x2d;" k="82" />
+    <hkern u1="&#x403;" u2="&#x2c;" k="123" />
+    <hkern u1="&#x404;" u2="&#x50c;" k="41" />
+    <hkern u1="&#x404;" u2="&#x507;" k="41" />
+    <hkern u1="&#x404;" u2="&#x505;" k="41" />
+    <hkern u1="&#x404;" u2="&#x502;" k="41" />
+    <hkern u1="&#x404;" u2="&#x500;" k="41" />
+    <hkern u1="&#x404;" u2="&#x4f5;" k="41" />
+    <hkern u1="&#x404;" u2="&#x4ea;" k="41" />
+    <hkern u1="&#x404;" u2="&#x4e8;" k="41" />
+    <hkern u1="&#x404;" u2="&#x4e6;" k="41" />
+    <hkern u1="&#x404;" u2="&#x4cc;" k="41" />
+    <hkern u1="&#x404;" u2="&#x4be;" k="41" />
+    <hkern u1="&#x404;" u2="&#x4bc;" k="41" />
+    <hkern u1="&#x404;" u2="&#x4b9;" k="41" />
+    <hkern u1="&#x404;" u2="&#x4b7;" k="41" />
+    <hkern u1="&#x404;" u2="&#x4aa;" k="41" />
+    <hkern u1="&#x404;" u2="&#x4a8;" k="41" />
+    <hkern u1="&#x404;" u2="&#x480;" k="41" />
+    <hkern u1="&#x404;" u2="&#x47e;" k="41" />
+    <hkern u1="&#x404;" u2="&#x47c;" k="41" />
+    <hkern u1="&#x404;" u2="&#x47a;" k="41" />
+    <hkern u1="&#x404;" u2="&#x478;" k="41" />
+    <hkern u1="&#x404;" u2="&#x472;" k="41" />
+    <hkern u1="&#x404;" u2="&#x460;" k="41" />
+    <hkern u1="&#x404;" u2="&#x447;" k="41" />
+    <hkern u1="&#x404;" u2="&#x424;" k="41" />
+    <hkern u1="&#x404;" u2="&#x421;" k="41" />
+    <hkern u1="&#x404;" u2="&#x41e;" k="41" />
+    <hkern u1="&#x404;" u2="&#x404;" k="41" />
+    <hkern u1="&#x405;" u2="&#x507;" k="41" />
+    <hkern u1="&#x405;" u2="&#x505;" k="41" />
+    <hkern u1="&#x409;" u2="&#x50f;" k="41" />
+    <hkern u1="&#x409;" u2="&#x50e;" k="123" />
+    <hkern u1="&#x409;" u2="&#x507;" k="61" />
+    <hkern u1="&#x409;" u2="&#x506;" k="102" />
+    <hkern u1="&#x409;" u2="&#x505;" k="61" />
+    <hkern u1="&#x409;" u2="&#x504;" k="102" />
+    <hkern u1="&#x409;" u2="&#x4fa;" k="82" />
+    <hkern u1="&#x409;" u2="&#x4f5;" k="41" />
+    <hkern u1="&#x409;" u2="&#x4f4;" k="102" />
+    <hkern u1="&#x409;" u2="&#x4f3;" k="41" />
+    <hkern u1="&#x409;" u2="&#x4f2;" k="41" />
+    <hkern u1="&#x409;" u2="&#x4f1;" k="41" />
+    <hkern u1="&#x409;" u2="&#x4f0;" k="41" />
+    <hkern u1="&#x409;" u2="&#x4ef;" k="41" />
+    <hkern u1="&#x409;" u2="&#x4ee;" k="41" />
+    <hkern u1="&#x409;" u2="&#x4cc;" k="41" />
+    <hkern u1="&#x409;" u2="&#x4cb;" k="102" />
+    <hkern u1="&#x409;" u2="&#x4b9;" k="41" />
+    <hkern u1="&#x409;" u2="&#x4b8;" k="102" />
+    <hkern u1="&#x409;" u2="&#x4b7;" k="41" />
+    <hkern u1="&#x409;" u2="&#x4b6;" k="102" />
+    <hkern u1="&#x409;" u2="&#x4b5;" k="41" />
+    <hkern u1="&#x409;" u2="&#x4b4;" k="123" />
+    <hkern u1="&#x409;" u2="&#x4b1;" k="41" />
+    <hkern u1="&#x409;" u2="&#x4b0;" k="102" />
+    <hkern u1="&#x409;" u2="&#x4af;" k="41" />
+    <hkern u1="&#x409;" u2="&#x4ae;" k="102" />
+    <hkern u1="&#x409;" u2="&#x4ad;" k="41" />
+    <hkern u1="&#x409;" u2="&#x4ac;" k="102" />
+    <hkern u1="&#x409;" u2="&#x4a1;" k="41" />
+    <hkern u1="&#x409;" u2="&#x4a0;" k="123" />
+    <hkern u1="&#x409;" u2="&#x49e;" k="82" />
+    <hkern u1="&#x409;" u2="&#x492;" k="82" />
+    <hkern u1="&#x409;" u2="&#x48c;" k="82" />
+    <hkern u1="&#x409;" u2="&#x476;" k="82" />
+    <hkern u1="&#x409;" u2="&#x474;" k="82" />
+    <hkern u1="&#x409;" u2="&#x470;" k="102" />
+    <hkern u1="&#x409;" u2="&#x462;" k="82" />
+    <hkern u1="&#x409;" u2="&#x201d;" k="82" />
+    <hkern u1="&#x409;" u2="&#x2019;" k="82" />
+    <hkern u1="&#x409;" u2="&#x45e;" k="41" />
+    <hkern u1="&#x409;" u2="&#x44a;" k="41" />
+    <hkern u1="&#x409;" u2="&#x447;" k="41" />
+    <hkern u1="&#x409;" u2="&#x443;" k="41" />
+    <hkern u1="&#x409;" u2="&#x442;" k="41" />
+    <hkern u1="&#x409;" u2="&#x42a;" k="123" />
+    <hkern u1="&#x409;" u2="&#x427;" k="102" />
+    <hkern u1="&#x409;" u2="&#x423;" k="41" />
+    <hkern u1="&#x409;" u2="&#x422;" k="102" />
+    <hkern u1="&#x409;" u2="&#x40e;" k="41" />
+    <hkern u1="&#x409;" u2="&#x40b;" k="123" />
+    <hkern u1="&#x409;" u2="&#x402;" k="123" />
+    <hkern u1="&#x409;" u2="&#x27;" k="82" />
+    <hkern u1="&#x409;" u2="&#x22;" k="82" />
+    <hkern u1="&#x40a;" u2="&#x50f;" k="41" />
+    <hkern u1="&#x40a;" u2="&#x50e;" k="123" />
+    <hkern u1="&#x40a;" u2="&#x507;" k="61" />
+    <hkern u1="&#x40a;" u2="&#x506;" k="102" />
+    <hkern u1="&#x40a;" u2="&#x505;" k="61" />
+    <hkern u1="&#x40a;" u2="&#x504;" k="102" />
+    <hkern u1="&#x40a;" u2="&#x4fa;" k="82" />
+    <hkern u1="&#x40a;" u2="&#x4f5;" k="41" />
+    <hkern u1="&#x40a;" u2="&#x4f4;" k="102" />
+    <hkern u1="&#x40a;" u2="&#x4f3;" k="41" />
+    <hkern u1="&#x40a;" u2="&#x4f2;" k="41" />
+    <hkern u1="&#x40a;" u2="&#x4f1;" k="41" />
+    <hkern u1="&#x40a;" u2="&#x4f0;" k="41" />
+    <hkern u1="&#x40a;" u2="&#x4ef;" k="41" />
+    <hkern u1="&#x40a;" u2="&#x4ee;" k="41" />
+    <hkern u1="&#x40a;" u2="&#x4cc;" k="41" />
+    <hkern u1="&#x40a;" u2="&#x4cb;" k="102" />
+    <hkern u1="&#x40a;" u2="&#x4b9;" k="41" />
+    <hkern u1="&#x40a;" u2="&#x4b8;" k="102" />
+    <hkern u1="&#x40a;" u2="&#x4b7;" k="41" />
+    <hkern u1="&#x40a;" u2="&#x4b6;" k="102" />
+    <hkern u1="&#x40a;" u2="&#x4b5;" k="41" />
+    <hkern u1="&#x40a;" u2="&#x4b4;" k="123" />
+    <hkern u1="&#x40a;" u2="&#x4b1;" k="41" />
+    <hkern u1="&#x40a;" u2="&#x4b0;" k="102" />
+    <hkern u1="&#x40a;" u2="&#x4af;" k="41" />
+    <hkern u1="&#x40a;" u2="&#x4ae;" k="102" />
+    <hkern u1="&#x40a;" u2="&#x4ad;" k="41" />
+    <hkern u1="&#x40a;" u2="&#x4ac;" k="102" />
+    <hkern u1="&#x40a;" u2="&#x4a1;" k="41" />
+    <hkern u1="&#x40a;" u2="&#x4a0;" k="123" />
+    <hkern u1="&#x40a;" u2="&#x49e;" k="82" />
+    <hkern u1="&#x40a;" u2="&#x492;" k="82" />
+    <hkern u1="&#x40a;" u2="&#x48c;" k="82" />
+    <hkern u1="&#x40a;" u2="&#x476;" k="82" />
+    <hkern u1="&#x40a;" u2="&#x474;" k="82" />
+    <hkern u1="&#x40a;" u2="&#x470;" k="102" />
+    <hkern u1="&#x40a;" u2="&#x462;" k="82" />
+    <hkern u1="&#x40a;" u2="&#x201d;" k="82" />
+    <hkern u1="&#x40a;" u2="&#x2019;" k="82" />
+    <hkern u1="&#x40a;" u2="&#x45e;" k="41" />
+    <hkern u1="&#x40a;" u2="&#x44a;" k="41" />
+    <hkern u1="&#x40a;" u2="&#x447;" k="41" />
+    <hkern u1="&#x40a;" u2="&#x443;" k="41" />
+    <hkern u1="&#x40a;" u2="&#x442;" k="41" />
+    <hkern u1="&#x40a;" u2="&#x42a;" k="123" />
+    <hkern u1="&#x40a;" u2="&#x427;" k="102" />
+    <hkern u1="&#x40a;" u2="&#x423;" k="41" />
+    <hkern u1="&#x40a;" u2="&#x422;" k="102" />
+    <hkern u1="&#x40a;" u2="&#x40e;" k="41" />
+    <hkern u1="&#x40a;" u2="&#x40b;" k="123" />
+    <hkern u1="&#x40a;" u2="&#x402;" k="123" />
+    <hkern u1="&#x40a;" u2="&#x27;" k="82" />
+    <hkern u1="&#x40a;" u2="&#x22;" k="82" />
+    <hkern u1="&#x40b;" u2="&#x50f;" k="41" />
+    <hkern u1="&#x40b;" u2="&#x50e;" k="123" />
+    <hkern u1="&#x40b;" u2="&#x507;" k="61" />
+    <hkern u1="&#x40b;" u2="&#x506;" k="102" />
+    <hkern u1="&#x40b;" u2="&#x505;" k="61" />
+    <hkern u1="&#x40b;" u2="&#x504;" k="102" />
+    <hkern u1="&#x40b;" u2="&#x4fa;" k="82" />
+    <hkern u1="&#x40b;" u2="&#x4f5;" k="41" />
+    <hkern u1="&#x40b;" u2="&#x4f4;" k="102" />
+    <hkern u1="&#x40b;" u2="&#x4f3;" k="41" />
+    <hkern u1="&#x40b;" u2="&#x4f2;" k="41" />
+    <hkern u1="&#x40b;" u2="&#x4f1;" k="41" />
+    <hkern u1="&#x40b;" u2="&#x4f0;" k="41" />
+    <hkern u1="&#x40b;" u2="&#x4ef;" k="41" />
+    <hkern u1="&#x40b;" u2="&#x4ee;" k="41" />
+    <hkern u1="&#x40b;" u2="&#x4cc;" k="41" />
+    <hkern u1="&#x40b;" u2="&#x4cb;" k="102" />
+    <hkern u1="&#x40b;" u2="&#x4b9;" k="41" />
+    <hkern u1="&#x40b;" u2="&#x4b8;" k="102" />
+    <hkern u1="&#x40b;" u2="&#x4b7;" k="41" />
+    <hkern u1="&#x40b;" u2="&#x4b6;" k="102" />
+    <hkern u1="&#x40b;" u2="&#x4b5;" k="41" />
+    <hkern u1="&#x40b;" u2="&#x4b4;" k="123" />
+    <hkern u1="&#x40b;" u2="&#x4b1;" k="41" />
+    <hkern u1="&#x40b;" u2="&#x4b0;" k="102" />
+    <hkern u1="&#x40b;" u2="&#x4af;" k="41" />
+    <hkern u1="&#x40b;" u2="&#x4ae;" k="102" />
+    <hkern u1="&#x40b;" u2="&#x4ad;" k="41" />
+    <hkern u1="&#x40b;" u2="&#x4ac;" k="102" />
+    <hkern u1="&#x40b;" u2="&#x4a1;" k="41" />
+    <hkern u1="&#x40b;" u2="&#x4a0;" k="123" />
+    <hkern u1="&#x40b;" u2="&#x49e;" k="82" />
+    <hkern u1="&#x40b;" u2="&#x492;" k="82" />
+    <hkern u1="&#x40b;" u2="&#x48c;" k="82" />
+    <hkern u1="&#x40b;" u2="&#x476;" k="82" />
+    <hkern u1="&#x40b;" u2="&#x474;" k="82" />
+    <hkern u1="&#x40b;" u2="&#x470;" k="102" />
+    <hkern u1="&#x40b;" u2="&#x462;" k="82" />
+    <hkern u1="&#x40b;" u2="&#x201d;" k="82" />
+    <hkern u1="&#x40b;" u2="&#x2019;" k="82" />
+    <hkern u1="&#x40b;" u2="&#x45e;" k="41" />
+    <hkern u1="&#x40b;" u2="&#x44a;" k="41" />
+    <hkern u1="&#x40b;" u2="&#x447;" k="41" />
+    <hkern u1="&#x40b;" u2="&#x443;" k="41" />
+    <hkern u1="&#x40b;" u2="&#x442;" k="41" />
+    <hkern u1="&#x40b;" u2="&#x42a;" k="123" />
+    <hkern u1="&#x40b;" u2="&#x427;" k="102" />
+    <hkern u1="&#x40b;" u2="&#x423;" k="41" />
+    <hkern u1="&#x40b;" u2="&#x422;" k="102" />
+    <hkern u1="&#x40b;" u2="&#x40e;" k="41" />
+    <hkern u1="&#x40b;" u2="&#x40b;" k="123" />
+    <hkern u1="&#x40b;" u2="&#x402;" k="123" />
+    <hkern u1="&#x40b;" u2="&#x27;" k="82" />
+    <hkern u1="&#x40b;" u2="&#x22;" k="82" />
+    <hkern u1="&#x40c;" u2="&#x510;" k="20" />
+    <hkern u1="&#x40c;" u2="&#x50c;" k="41" />
+    <hkern u1="&#x40c;" u2="&#x507;" k="41" />
+    <hkern u1="&#x40c;" u2="&#x505;" k="41" />
+    <hkern u1="&#x40c;" u2="&#x502;" k="41" />
+    <hkern u1="&#x40c;" u2="&#x500;" k="41" />
+    <hkern u1="&#x40c;" u2="&#x4f5;" k="41" />
+    <hkern u1="&#x40c;" u2="&#x4f4;" k="41" />
+    <hkern u1="&#x40c;" u2="&#x4ea;" k="41" />
+    <hkern u1="&#x40c;" u2="&#x4e8;" k="41" />
+    <hkern u1="&#x40c;" u2="&#x4e6;" k="41" />
+    <hkern u1="&#x40c;" u2="&#x4cc;" k="41" />
+    <hkern u1="&#x40c;" u2="&#x4cb;" k="41" />
+    <hkern u1="&#x40c;" u2="&#x4be;" k="102" />
+    <hkern u1="&#x40c;" u2="&#x4bc;" k="102" />
+    <hkern u1="&#x40c;" u2="&#x4b9;" k="41" />
+    <hkern u1="&#x40c;" u2="&#x4b8;" k="41" />
+    <hkern u1="&#x40c;" u2="&#x4b7;" k="41" />
+    <hkern u1="&#x40c;" u2="&#x4b6;" k="41" />
+    <hkern u1="&#x40c;" u2="&#x4aa;" k="41" />
+    <hkern u1="&#x40c;" u2="&#x4a8;" k="41" />
+    <hkern u1="&#x40c;" u2="&#x480;" k="41" />
+    <hkern u1="&#x40c;" u2="&#x47e;" k="41" />
+    <hkern u1="&#x40c;" u2="&#x47c;" k="41" />
+    <hkern u1="&#x40c;" u2="&#x47a;" k="41" />
+    <hkern u1="&#x40c;" u2="&#x478;" k="41" />
+    <hkern u1="&#x40c;" u2="&#x472;" k="41" />
+    <hkern u1="&#x40c;" u2="&#x470;" k="41" />
+    <hkern u1="&#x40c;" u2="&#x460;" k="41" />
+    <hkern u1="&#x40c;" u2="&#x447;" k="41" />
+    <hkern u1="&#x40c;" u2="&#x427;" k="41" />
+    <hkern u1="&#x40c;" u2="&#x424;" k="41" />
+    <hkern u1="&#x40c;" u2="&#x421;" k="41" />
+    <hkern u1="&#x40c;" u2="&#x41e;" k="41" />
+    <hkern u1="&#x40c;" u2="&#x404;" k="41" />
+    <hkern u1="&#x40e;" u2="&#x513;" k="82" />
+    <hkern u1="&#x40e;" u2="&#x512;" k="102" />
+    <hkern u1="&#x40e;" u2="&#x511;" k="41" />
+    <hkern u1="&#x40e;" u2="&#x50d;" k="41" />
+    <hkern u1="&#x40e;" u2="&#x50c;" k="20" />
+    <hkern u1="&#x40e;" u2="&#x509;" k="82" />
+    <hkern u1="&#x40e;" u2="&#x508;" k="102" />
+    <hkern u1="&#x40e;" u2="&#x503;" k="41" />
+    <hkern u1="&#x40e;" u2="&#x502;" k="143" />
+    <hkern u1="&#x40e;" u2="&#x501;" k="41" />
+    <hkern u1="&#x40e;" u2="&#x500;" k="143" />
+    <hkern u1="&#x40e;" u2="&#x4f5;" k="41" />
+    <hkern u1="&#x40e;" u2="&#x4eb;" k="41" />
+    <hkern u1="&#x40e;" u2="&#x4ea;" k="20" />
+    <hkern u1="&#x40e;" u2="&#x4e9;" k="41" />
+    <hkern u1="&#x40e;" u2="&#x4e8;" k="20" />
+    <hkern u1="&#x40e;" u2="&#x4e7;" k="41" />
+    <hkern u1="&#x40e;" u2="&#x4e6;" k="20" />
+    <hkern u1="&#x40e;" u2="&#x4d7;" k="41" />
+    <hkern u1="&#x40e;" u2="&#x4d4;" k="143" />
+    <hkern u1="&#x40e;" u2="&#x4d2;" k="143" />
+    <hkern u1="&#x40e;" u2="&#x4d0;" k="143" />
+    <hkern u1="&#x40e;" u2="&#x4cc;" k="41" />
+    <hkern u1="&#x40e;" u2="&#x4c6;" k="82" />
+    <hkern u1="&#x40e;" u2="&#x4c5;" k="102" />
+    <hkern u1="&#x40e;" u2="&#x4bf;" k="61" />
+    <hkern u1="&#x40e;" u2="&#x4be;" k="41" />
+    <hkern u1="&#x40e;" u2="&#x4bd;" k="61" />
+    <hkern u1="&#x40e;" u2="&#x4bc;" k="41" />
+    <hkern u1="&#x40e;" u2="&#x4b9;" k="41" />
+    <hkern u1="&#x40e;" u2="&#x4b7;" k="41" />
+    <hkern u1="&#x40e;" u2="&#x4ab;" k="41" />
+    <hkern u1="&#x40e;" u2="&#x4aa;" k="20" />
+    <hkern u1="&#x40e;" u2="&#x4a9;" k="41" />
+    <hkern u1="&#x40e;" u2="&#x4a8;" k="20" />
+    <hkern u1="&#x40e;" u2="&#x49f;" k="-102" />
+    <hkern u1="&#x40e;" u2="&#x48d;" k="-102" />
+    <hkern u1="&#x40e;" u2="&#x481;" k="41" />
+    <hkern u1="&#x40e;" u2="&#x480;" k="20" />
+    <hkern u1="&#x40e;" u2="&#x47e;" k="20" />
+    <hkern u1="&#x40e;" u2="&#x47d;" k="41" />
+    <hkern u1="&#x40e;" u2="&#x47c;" k="20" />
+    <hkern u1="&#x40e;" u2="&#x47b;" k="41" />
+    <hkern u1="&#x40e;" u2="&#x47a;" k="20" />
+    <hkern u1="&#x40e;" u2="&#x479;" k="41" />
+    <hkern u1="&#x40e;" u2="&#x478;" k="20" />
+    <hkern u1="&#x40e;" u2="&#x473;" k="41" />
+    <hkern u1="&#x40e;" u2="&#x472;" k="20" />
+    <hkern u1="&#x40e;" u2="&#x467;" k="82" />
+    <hkern u1="&#x40e;" u2="&#x466;" k="143" />
+    <hkern u1="&#x40e;" u2="&#x460;" k="20" />
+    <hkern u1="&#x40e;" u2="&#x450;" k="41" />
+    <hkern u1="&#x40e;" u2="&#x201e;" k="123" />
+    <hkern u1="&#x40e;" u2="&#x201a;" k="123" />
+    <hkern u1="&#x40e;" u2="&#x45b;" k="-102" />
+    <hkern u1="&#x40e;" u2="&#x459;" k="82" />
+    <hkern u1="&#x40e;" u2="&#x455;" k="20" />
+    <hkern u1="&#x40e;" u2="&#x454;" k="41" />
+    <hkern u1="&#x40e;" u2="&#x452;" k="-102" />
+    <hkern u1="&#x40e;" u2="&#x451;" k="41" />
+    <hkern u1="&#x40e;" u2="&#x447;" k="41" />
+    <hkern u1="&#x40e;" u2="&#x444;" k="41" />
+    <hkern u1="&#x40e;" u2="&#x441;" k="41" />
+    <hkern u1="&#x40e;" u2="&#x43e;" k="41" />
+    <hkern u1="&#x40e;" u2="&#x43b;" k="82" />
+    <hkern u1="&#x40e;" u2="&#x435;" k="41" />
+    <hkern u1="&#x40e;" u2="&#x434;" k="82" />
+    <hkern u1="&#x40e;" u2="&#x42f;" k="20" />
+    <hkern u1="&#x40e;" u2="&#x424;" k="61" />
+    <hkern u1="&#x40e;" u2="&#x421;" k="20" />
+    <hkern u1="&#x40e;" u2="&#x41e;" k="20" />
+    <hkern u1="&#x40e;" u2="&#x41b;" k="102" />
+    <hkern u1="&#x40e;" u2="&#x414;" k="102" />
+    <hkern u1="&#x40e;" u2="&#x410;" k="143" />
+    <hkern u1="&#x40e;" u2="&#x409;" k="102" />
+    <hkern u1="&#x40e;" u2="&#x404;" k="20" />
+    <hkern u1="&#x40e;" u2="&#x2e;" k="123" />
+    <hkern u1="&#x40e;" u2="&#x2c;" k="123" />
+    <hkern u1="&#x410;" u2="&#x50f;" k="41" />
+    <hkern u1="&#x410;" u2="&#x50e;" k="102" />
+    <hkern u1="&#x410;" u2="&#x507;" k="41" />
+    <hkern u1="&#x410;" u2="&#x506;" k="143" />
+    <hkern u1="&#x410;" u2="&#x505;" k="41" />
+    <hkern u1="&#x410;" u2="&#x504;" k="143" />
+    <hkern u1="&#x410;" u2="&#x4fa;" k="41" />
+    <hkern u1="&#x410;" u2="&#x4f5;" k="41" />
+    <hkern u1="&#x410;" u2="&#x4f4;" k="102" />
+    <hkern u1="&#x410;" u2="&#x4da;" k="41" />
+    <hkern u1="&#x410;" u2="&#x4d8;" k="41" />
+    <hkern u1="&#x410;" u2="&#x4cc;" k="41" />
+    <hkern u1="&#x410;" u2="&#x4cb;" k="102" />
+    <hkern u1="&#x410;" u2="&#x4be;" k="102" />
+    <hkern u1="&#x410;" u2="&#x4bc;" k="102" />
+    <hkern u1="&#x410;" u2="&#x4b9;" k="41" />
+    <hkern u1="&#x410;" u2="&#x4b8;" k="102" />
+    <hkern u1="&#x410;" u2="&#x4b7;" k="41" />
+    <hkern u1="&#x410;" u2="&#x4b6;" k="102" />
+    <hkern u1="&#x410;" u2="&#x4b5;" k="41" />
+    <hkern u1="&#x410;" u2="&#x4b4;" k="102" />
+    <hkern u1="&#x410;" u2="&#x4b0;" k="123" />
+    <hkern u1="&#x410;" u2="&#x4ae;" k="123" />
+    <hkern u1="&#x410;" u2="&#x4ad;" k="41" />
+    <hkern u1="&#x410;" u2="&#x4ac;" k="143" />
+    <hkern u1="&#x410;" u2="&#x4a1;" k="41" />
+    <hkern u1="&#x410;" u2="&#x4a0;" k="102" />
+    <hkern u1="&#x410;" u2="&#x49e;" k="41" />
+    <hkern u1="&#x410;" u2="&#x492;" k="41" />
+    <hkern u1="&#x410;" u2="&#x48c;" k="41" />
+    <hkern u1="&#x410;" u2="&#x476;" k="82" />
+    <hkern u1="&#x410;" u2="&#x474;" k="82" />
+    <hkern u1="&#x410;" u2="&#x470;" k="102" />
+    <hkern u1="&#x410;" u2="&#x462;" k="41" />
+    <hkern u1="&#x410;" u2="&#x201d;" k="143" />
+    <hkern u1="&#x410;" u2="&#x2019;" k="143" />
+    <hkern u1="&#x410;" u2="&#x44a;" k="41" />
+    <hkern u1="&#x410;" u2="&#x447;" k="41" />
+    <hkern u1="&#x410;" u2="&#x442;" k="41" />
+    <hkern u1="&#x410;" u2="&#x42a;" k="102" />
+    <hkern u1="&#x410;" u2="&#x427;" k="102" />
+    <hkern u1="&#x410;" u2="&#x424;" k="41" />
+    <hkern u1="&#x410;" u2="&#x422;" k="143" />
+    <hkern u1="&#x410;" u2="&#x40b;" k="102" />
+    <hkern u1="&#x410;" u2="&#x402;" k="102" />
+    <hkern u1="&#x410;" u2="&#x27;" k="143" />
+    <hkern u1="&#x410;" u2="&#x22;" k="143" />
+    <hkern u1="&#x411;" u2="&#x4f4;" k="41" />
+    <hkern u1="&#x411;" u2="&#x4d4;" k="20" />
+    <hkern u1="&#x411;" u2="&#x4d2;" k="20" />
+    <hkern u1="&#x411;" u2="&#x4d0;" k="20" />
+    <hkern u1="&#x411;" u2="&#x4cb;" k="41" />
+    <hkern u1="&#x411;" u2="&#x4be;" k="41" />
+    <hkern u1="&#x411;" u2="&#x4bc;" k="41" />
+    <hkern u1="&#x411;" u2="&#x4b8;" k="41" />
+    <hkern u1="&#x411;" u2="&#x4b6;" k="41" />
+    <hkern u1="&#x411;" u2="&#x470;" k="41" />
+    <hkern u1="&#x411;" u2="&#x466;" k="20" />
+    <hkern u1="&#x411;" u2="&#x201d;" k="41" />
+    <hkern u1="&#x411;" u2="&#x2019;" k="41" />
+    <hkern u1="&#x411;" u2="&#x427;" k="41" />
+    <hkern u1="&#x411;" u2="&#x410;" k="20" />
+    <hkern u1="&#x411;" u2="&#x27;" k="41" />
+    <hkern u1="&#x411;" u2="&#x22;" k="41" />
+    <hkern u1="&#x412;" u2="&#x506;" k="41" />
+    <hkern u1="&#x412;" u2="&#x504;" k="41" />
+    <hkern u1="&#x412;" u2="&#x4b0;" k="20" />
+    <hkern u1="&#x412;" u2="&#x4ae;" k="20" />
+    <hkern u1="&#x412;" u2="&#x476;" k="20" />
+    <hkern u1="&#x412;" u2="&#x474;" k="20" />
+    <hkern u1="&#x412;" u2="&#x201e;" k="82" />
+    <hkern u1="&#x412;" u2="&#x201a;" k="82" />
+    <hkern u1="&#x412;" u2="&#x2e;" k="82" />
+    <hkern u1="&#x412;" u2="&#x2c;" k="82" />
+    <hkern u1="&#x413;" u2="&#x513;" k="123" />
+    <hkern u1="&#x413;" u2="&#x512;" k="102" />
+    <hkern u1="&#x413;" u2="&#x511;" k="143" />
+    <hkern u1="&#x413;" u2="&#x50f;" k="82" />
+    <hkern u1="&#x413;" u2="&#x50d;" k="143" />
+    <hkern u1="&#x413;" u2="&#x50c;" k="41" />
+    <hkern u1="&#x413;" u2="&#x50b;" k="102" />
+    <hkern u1="&#x413;" u2="&#x509;" k="123" />
+    <hkern u1="&#x413;" u2="&#x508;" k="102" />
+    <hkern u1="&#x413;" u2="&#x507;" k="102" />
+    <hkern u1="&#x413;" u2="&#x505;" k="102" />
+    <hkern u1="&#x413;" u2="&#x503;" k="143" />
+    <hkern u1="&#x413;" u2="&#x502;" k="143" />
+    <hkern u1="&#x413;" u2="&#x501;" k="143" />
+    <hkern u1="&#x413;" u2="&#x500;" k="143" />
+    <hkern u1="&#x413;" u2="&#x4ff;" k="41" />
+    <hkern u1="&#x413;" u2="&#x4fd;" k="41" />
+    <hkern u1="&#x413;" u2="&#x4f9;" k="102" />
+    <hkern u1="&#x413;" u2="&#x4f7;" k="102" />
+    <hkern u1="&#x413;" u2="&#x4f5;" k="102" />
+    <hkern u1="&#x413;" u2="&#x4f3;" k="82" />
+    <hkern u1="&#x413;" u2="&#x4f1;" k="82" />
+    <hkern u1="&#x413;" u2="&#x4ef;" k="82" />
+    <hkern u1="&#x413;" u2="&#x4ed;" k="41" />
+    <hkern u1="&#x413;" u2="&#x4eb;" k="143" />
+    <hkern u1="&#x413;" u2="&#x4ea;" k="41" />
+    <hkern u1="&#x413;" u2="&#x4e9;" k="143" />
+    <hkern u1="&#x413;" u2="&#x4e8;" k="41" />
+    <hkern u1="&#x413;" u2="&#x4e7;" k="143" />
+    <hkern u1="&#x413;" u2="&#x4e6;" k="41" />
+    <hkern u1="&#x413;" u2="&#x4e5;" k="102" />
+    <hkern u1="&#x413;" u2="&#x4e3;" k="102" />
+    <hkern u1="&#x413;" u2="&#x4e1;" k="61" />
+    <hkern u1="&#x413;" u2="&#x4df;" k="41" />
+    <hkern u1="&#x413;" u2="&#x4dd;" k="41" />
+    <hkern u1="&#x413;" u2="&#x4d7;" k="143" />
+    <hkern u1="&#x413;" u2="&#x4d4;" k="143" />
+    <hkern u1="&#x413;" u2="&#x4d2;" k="143" />
+    <hkern u1="&#x413;" u2="&#x4d0;" k="143" />
+    <hkern u1="&#x413;" u2="&#x4ce;" k="102" />
+    <hkern u1="&#x413;" u2="&#x4cc;" k="102" />
+    <hkern u1="&#x413;" u2="&#x4ca;" k="102" />
+    <hkern u1="&#x413;" u2="&#x4c8;" k="102" />
+    <hkern u1="&#x413;" u2="&#x4c6;" k="123" />
+    <hkern u1="&#x413;" u2="&#x4c5;" k="102" />
+    <hkern u1="&#x413;" u2="&#x4c4;" k="102" />
+    <hkern u1="&#x413;" u2="&#x4c2;" k="41" />
+    <hkern u1="&#x413;" u2="&#x4bf;" k="143" />
+    <hkern u1="&#x413;" u2="&#x4be;" k="102" />
+    <hkern u1="&#x413;" u2="&#x4bd;" k="143" />
+    <hkern u1="&#x413;" u2="&#x4bc;" k="102" />
+    <hkern u1="&#x413;" u2="&#x4bb;" k="102" />
+    <hkern u1="&#x413;" u2="&#x4b9;" k="102" />
+    <hkern u1="&#x413;" u2="&#x4b7;" k="102" />
+    <hkern u1="&#x413;" u2="&#x4b5;" k="82" />
+    <hkern u1="&#x413;" u2="&#x4b3;" k="41" />
+    <hkern u1="&#x413;" u2="&#x4b1;" k="82" />
+    <hkern u1="&#x413;" u2="&#x4af;" k="82" />
+    <hkern u1="&#x413;" u2="&#x4ad;" k="82" />
+    <hkern u1="&#x413;" u2="&#x4ac;" k="-41" />
+    <hkern u1="&#x413;" u2="&#x4ab;" k="143" />
+    <hkern u1="&#x413;" u2="&#x4aa;" k="41" />
+    <hkern u1="&#x413;" u2="&#x4a9;" k="143" />
+    <hkern u1="&#x413;" u2="&#x4a8;" k="41" />
+    <hkern u1="&#x413;" u2="&#x4a7;" k="102" />
+    <hkern u1="&#x413;" u2="&#x4a5;" k="102" />
+    <hkern u1="&#x413;" u2="&#x4a3;" k="102" />
+    <hkern u1="&#x413;" u2="&#x4a1;" k="82" />
+    <hkern u1="&#x413;" u2="&#x49d;" k="102" />
+    <hkern u1="&#x413;" u2="&#x49b;" k="102" />
+    <hkern u1="&#x413;" u2="&#x499;" k="41" />
+    <hkern u1="&#x413;" u2="&#x497;" k="41" />
+    <hkern u1="&#x413;" u2="&#x495;" k="102" />
+    <hkern u1="&#x413;" u2="&#x48f;" k="102" />
+    <hkern u1="&#x413;" u2="&#x48b;" k="102" />
+    <hkern u1="&#x413;" u2="&#x481;" k="143" />
+    <hkern u1="&#x413;" u2="&#x480;" k="41" />
+    <hkern u1="&#x413;" u2="&#x47f;" k="41" />
+    <hkern u1="&#x413;" u2="&#x47e;" k="41" />
+    <hkern u1="&#x413;" u2="&#x47d;" k="143" />
+    <hkern u1="&#x413;" u2="&#x47c;" k="41" />
+    <hkern u1="&#x413;" u2="&#x47b;" k="143" />
+    <hkern u1="&#x413;" u2="&#x47a;" k="41" />
+    <hkern u1="&#x413;" u2="&#x479;" k="143" />
+    <hkern u1="&#x413;" u2="&#x478;" k="41" />
+    <hkern u1="&#x413;" u2="&#x477;" k="41" />
+    <hkern u1="&#x413;" u2="&#x475;" k="41" />
+    <hkern u1="&#x413;" u2="&#x473;" k="143" />
+    <hkern u1="&#x413;" u2="&#x472;" k="41" />
+    <hkern u1="&#x413;" u2="&#x471;" k="102" />
+    <hkern u1="&#x413;" u2="&#x46d;" k="102" />
+    <hkern u1="&#x413;" u2="&#x46b;" k="102" />
+    <hkern u1="&#x413;" u2="&#x469;" k="102" />
+    <hkern u1="&#x413;" u2="&#x467;" k="123" />
+    <hkern u1="&#x413;" u2="&#x466;" k="143" />
+    <hkern u1="&#x413;" u2="&#x465;" k="102" />
+    <hkern u1="&#x413;" u2="&#x461;" k="41" />
+    <hkern u1="&#x413;" u2="&#x460;" k="41" />
+    <hkern u1="&#x413;" u2="&#x45d;" k="102" />
+    <hkern u1="&#x413;" u2="&#x450;" k="143" />
+    <hkern u1="&#x413;" u2="&#x201e;" k="123" />
+    <hkern u1="&#x413;" u2="&#x201a;" k="123" />
+    <hkern u1="&#x413;" u2="&#x2015;" k="82" />
+    <hkern u1="&#x413;" u2="&#x2014;" k="82" />
+    <hkern u1="&#x413;" u2="&#x2013;" k="82" />
+    <hkern u1="&#x413;" u2="&#x491;" k="102" />
+    <hkern u1="&#x413;" u2="&#x45f;" k="102" />
+    <hkern u1="&#x413;" u2="&#x45e;" k="82" />
+    <hkern u1="&#x413;" u2="&#x45c;" k="102" />
+    <hkern u1="&#x413;" u2="&#x45a;" k="102" />
+    <hkern u1="&#x413;" u2="&#x459;" k="123" />
+    <hkern u1="&#x413;" u2="&#x455;" k="123" />
+    <hkern u1="&#x413;" u2="&#x454;" k="143" />
+    <hkern u1="&#x413;" u2="&#x453;" k="102" />
+    <hkern u1="&#x413;" u2="&#x451;" k="143" />
+    <hkern u1="&#x413;" u2="&#x44f;" k="61" />
+    <hkern u1="&#x413;" u2="&#x44e;" k="102" />
+    <hkern u1="&#x413;" u2="&#x44d;" k="41" />
+    <hkern u1="&#x413;" u2="&#x44c;" k="102" />
+    <hkern u1="&#x413;" u2="&#x44b;" k="102" />
+    <hkern u1="&#x413;" u2="&#x44a;" k="82" />
+    <hkern u1="&#x413;" u2="&#x449;" k="102" />
+    <hkern u1="&#x413;" u2="&#x448;" k="102" />
+    <hkern u1="&#x413;" u2="&#x447;" k="102" />
+    <hkern u1="&#x413;" u2="&#x446;" k="102" />
+    <hkern u1="&#x413;" u2="&#x445;" k="41" />
+    <hkern u1="&#x413;" u2="&#x444;" k="143" />
+    <hkern u1="&#x413;" u2="&#x443;" k="82" />
+    <hkern u1="&#x413;" u2="&#x442;" k="82" />
+    <hkern u1="&#x413;" u2="&#x441;" k="143" />
+    <hkern u1="&#x413;" u2="&#x440;" k="102" />
+    <hkern u1="&#x413;" u2="&#x43f;" k="102" />
+    <hkern u1="&#x413;" u2="&#x43e;" k="143" />
+    <hkern u1="&#x413;" u2="&#x43d;" k="102" />
+    <hkern u1="&#x413;" u2="&#x43c;" k="102" />
+    <hkern u1="&#x413;" u2="&#x43b;" k="123" />
+    <hkern u1="&#x413;" u2="&#x43a;" k="102" />
+    <hkern u1="&#x413;" u2="&#x439;" k="102" />
+    <hkern u1="&#x413;" u2="&#x438;" k="102" />
+    <hkern u1="&#x413;" u2="&#x437;" k="41" />
+    <hkern u1="&#x413;" u2="&#x436;" k="41" />
+    <hkern u1="&#x413;" u2="&#x435;" k="143" />
+    <hkern u1="&#x413;" u2="&#x434;" k="123" />
+    <hkern u1="&#x413;" u2="&#x433;" k="102" />
+    <hkern u1="&#x413;" u2="&#x432;" k="102" />
+    <hkern u1="&#x413;" u2="&#x424;" k="82" />
+    <hkern u1="&#x413;" u2="&#x422;" k="-41" />
+    <hkern u1="&#x413;" u2="&#x421;" k="41" />
+    <hkern u1="&#x413;" u2="&#x41e;" k="41" />
+    <hkern u1="&#x413;" u2="&#x41b;" k="102" />
+    <hkern u1="&#x413;" u2="&#x414;" k="102" />
+    <hkern u1="&#x413;" u2="&#x410;" k="143" />
+    <hkern u1="&#x413;" u2="&#x409;" k="102" />
+    <hkern u1="&#x413;" u2="&#x404;" k="41" />
+    <hkern u1="&#x413;" u2="&#x2e;" k="123" />
+    <hkern u1="&#x413;" u2="&#x2d;" k="82" />
+    <hkern u1="&#x413;" u2="&#x2c;" k="123" />
+    <hkern u1="&#x414;" u2="&#x507;" k="41" />
+    <hkern u1="&#x414;" u2="&#x505;" k="41" />
+    <hkern u1="&#x414;" u2="&#x4e1;" k="-41" />
+    <hkern u1="&#x414;" u2="&#x408;" k="-225" />
+    <hkern u1="&#x416;" u2="&#x510;" k="20" />
+    <hkern u1="&#x416;" u2="&#x50c;" k="41" />
+    <hkern u1="&#x416;" u2="&#x507;" k="41" />
+    <hkern u1="&#x416;" u2="&#x505;" k="41" />
+    <hkern u1="&#x416;" u2="&#x502;" k="41" />
+    <hkern u1="&#x416;" u2="&#x500;" k="41" />
+    <hkern u1="&#x416;" u2="&#x4f5;" k="41" />
+    <hkern u1="&#x416;" u2="&#x4f4;" k="41" />
+    <hkern u1="&#x416;" u2="&#x4ea;" k="41" />
+    <hkern u1="&#x416;" u2="&#x4e8;" k="41" />
+    <hkern u1="&#x416;" u2="&#x4e6;" k="41" />
+    <hkern u1="&#x416;" u2="&#x4cc;" k="41" />
+    <hkern u1="&#x416;" u2="&#x4cb;" k="41" />
+    <hkern u1="&#x416;" u2="&#x4be;" k="102" />
+    <hkern u1="&#x416;" u2="&#x4bc;" k="102" />
+    <hkern u1="&#x416;" u2="&#x4b9;" k="41" />
+    <hkern u1="&#x416;" u2="&#x4b8;" k="41" />
+    <hkern u1="&#x416;" u2="&#x4b7;" k="41" />
+    <hkern u1="&#x416;" u2="&#x4b6;" k="41" />
+    <hkern u1="&#x416;" u2="&#x4aa;" k="41" />
+    <hkern u1="&#x416;" u2="&#x4a8;" k="41" />
+    <hkern u1="&#x416;" u2="&#x480;" k="41" />
+    <hkern u1="&#x416;" u2="&#x47e;" k="41" />
+    <hkern u1="&#x416;" u2="&#x47c;" k="41" />
+    <hkern u1="&#x416;" u2="&#x47a;" k="41" />
+    <hkern u1="&#x416;" u2="&#x478;" k="41" />
+    <hkern u1="&#x416;" u2="&#x472;" k="41" />
+    <hkern u1="&#x416;" u2="&#x470;" k="41" />
+    <hkern u1="&#x416;" u2="&#x460;" k="41" />
+    <hkern u1="&#x416;" u2="&#x447;" k="41" />
+    <hkern u1="&#x416;" u2="&#x427;" k="41" />
+    <hkern u1="&#x416;" u2="&#x424;" k="41" />
+    <hkern u1="&#x416;" u2="&#x421;" k="41" />
+    <hkern u1="&#x416;" u2="&#x41e;" k="41" />
+    <hkern u1="&#x416;" u2="&#x404;" k="41" />
+    <hkern u1="&#x417;" u2="&#x506;" k="41" />
+    <hkern u1="&#x417;" u2="&#x504;" k="41" />
+    <hkern u1="&#x417;" u2="&#x4b0;" k="20" />
+    <hkern u1="&#x417;" u2="&#x4ae;" k="20" />
+    <hkern u1="&#x417;" u2="&#x476;" k="20" />
+    <hkern u1="&#x417;" u2="&#x474;" k="20" />
+    <hkern u1="&#x417;" u2="&#x201e;" k="82" />
+    <hkern u1="&#x417;" u2="&#x201a;" k="82" />
+    <hkern u1="&#x417;" u2="&#x2e;" k="82" />
+    <hkern u1="&#x417;" u2="&#x2c;" k="82" />
+    <hkern u1="&#x41a;" u2="&#x510;" k="20" />
+    <hkern u1="&#x41a;" u2="&#x50c;" k="41" />
+    <hkern u1="&#x41a;" u2="&#x507;" k="41" />
+    <hkern u1="&#x41a;" u2="&#x505;" k="41" />
+    <hkern u1="&#x41a;" u2="&#x502;" k="41" />
+    <hkern u1="&#x41a;" u2="&#x500;" k="41" />
+    <hkern u1="&#x41a;" u2="&#x4f5;" k="41" />
+    <hkern u1="&#x41a;" u2="&#x4f4;" k="41" />
+    <hkern u1="&#x41a;" u2="&#x4ea;" k="41" />
+    <hkern u1="&#x41a;" u2="&#x4e8;" k="41" />
+    <hkern u1="&#x41a;" u2="&#x4e6;" k="41" />
+    <hkern u1="&#x41a;" u2="&#x4cc;" k="41" />
+    <hkern u1="&#x41a;" u2="&#x4cb;" k="41" />
+    <hkern u1="&#x41a;" u2="&#x4be;" k="102" />
+    <hkern u1="&#x41a;" u2="&#x4bc;" k="102" />
+    <hkern u1="&#x41a;" u2="&#x4b9;" k="41" />
+    <hkern u1="&#x41a;" u2="&#x4b8;" k="41" />
+    <hkern u1="&#x41a;" u2="&#x4b7;" k="41" />
+    <hkern u1="&#x41a;" u2="&#x4b6;" k="41" />
+    <hkern u1="&#x41a;" u2="&#x4aa;" k="41" />
+    <hkern u1="&#x41a;" u2="&#x4a8;" k="41" />
+    <hkern u1="&#x41a;" u2="&#x480;" k="41" />
+    <hkern u1="&#x41a;" u2="&#x47e;" k="41" />
+    <hkern u1="&#x41a;" u2="&#x47c;" k="41" />
+    <hkern u1="&#x41a;" u2="&#x47a;" k="41" />
+    <hkern u1="&#x41a;" u2="&#x478;" k="41" />
+    <hkern u1="&#x41a;" u2="&#x472;" k="41" />
+    <hkern u1="&#x41a;" u2="&#x470;" k="41" />
+    <hkern u1="&#x41a;" u2="&#x460;" k="41" />
+    <hkern u1="&#x41a;" u2="&#x447;" k="41" />
+    <hkern u1="&#x41a;" u2="&#x427;" k="41" />
+    <hkern u1="&#x41a;" u2="&#x424;" k="41" />
+    <hkern u1="&#x41a;" u2="&#x421;" k="41" />
+    <hkern u1="&#x41a;" u2="&#x41e;" k="41" />
+    <hkern u1="&#x41a;" u2="&#x404;" k="41" />
+    <hkern u1="&#x41e;" u2="&#x513;" k="20" />
+    <hkern u1="&#x41e;" u2="&#x512;" k="41" />
+    <hkern u1="&#x41e;" u2="&#x50e;" k="20" />
+    <hkern u1="&#x41e;" u2="&#x509;" k="20" />
+    <hkern u1="&#x41e;" u2="&#x508;" k="41" />
+    <hkern u1="&#x41e;" u2="&#x506;" k="41" />
+    <hkern u1="&#x41e;" u2="&#x504;" k="41" />
+    <hkern u1="&#x41e;" u2="&#x4fe;" k="41" />
+    <hkern u1="&#x41e;" u2="&#x4fc;" k="41" />
+    <hkern u1="&#x41e;" u2="&#x4f4;" k="41" />
+    <hkern u1="&#x41e;" u2="&#x4f2;" k="41" />
+    <hkern u1="&#x41e;" u2="&#x4f0;" k="41" />
+    <hkern u1="&#x41e;" u2="&#x4ee;" k="41" />
+    <hkern u1="&#x41e;" u2="&#x4ec;" k="20" />
+    <hkern u1="&#x41e;" u2="&#x4de;" k="20" />
+    <hkern u1="&#x41e;" u2="&#x4dc;" k="41" />
+    <hkern u1="&#x41e;" u2="&#x4d4;" k="41" />
+    <hkern u1="&#x41e;" u2="&#x4d2;" k="41" />
+    <hkern u1="&#x41e;" u2="&#x4d0;" k="41" />
+    <hkern u1="&#x41e;" u2="&#x4cb;" k="41" />
+    <hkern u1="&#x41e;" u2="&#x4c6;" k="20" />
+    <hkern u1="&#x41e;" u2="&#x4c5;" k="41" />
+    <hkern u1="&#x41e;" u2="&#x4c1;" k="41" />
+    <hkern u1="&#x41e;" u2="&#x4b8;" k="41" />
+    <hkern u1="&#x41e;" u2="&#x4b6;" k="41" />
+    <hkern u1="&#x41e;" u2="&#x4b4;" k="20" />
+    <hkern u1="&#x41e;" u2="&#x4b2;" k="41" />
+    <hkern u1="&#x41e;" u2="&#x4b0;" k="20" />
+    <hkern u1="&#x41e;" u2="&#x4ae;" k="20" />
+    <hkern u1="&#x41e;" u2="&#x4ac;" k="61" />
+    <hkern u1="&#x41e;" u2="&#x4a0;" k="20" />
+    <hkern u1="&#x41e;" u2="&#x498;" k="20" />
+    <hkern u1="&#x41e;" u2="&#x496;" k="41" />
+    <hkern u1="&#x41e;" u2="&#x476;" k="20" />
+    <hkern u1="&#x41e;" u2="&#x474;" k="20" />
+    <hkern u1="&#x41e;" u2="&#x470;" k="41" />
+    <hkern u1="&#x41e;" u2="&#x46e;" k="20" />
+    <hkern u1="&#x41e;" u2="&#x467;" k="20" />
+    <hkern u1="&#x41e;" u2="&#x466;" k="41" />
+    <hkern u1="&#x41e;" u2="&#x201e;" k="82" />
+    <hkern u1="&#x41e;" u2="&#x201a;" k="82" />
+    <hkern u1="&#x41e;" u2="&#x459;" k="20" />
+    <hkern u1="&#x41e;" u2="&#x43b;" k="20" />
+    <hkern u1="&#x41e;" u2="&#x434;" k="20" />
+    <hkern u1="&#x41e;" u2="&#x42d;" k="20" />
+    <hkern u1="&#x41e;" u2="&#x42a;" k="20" />
+    <hkern u1="&#x41e;" u2="&#x427;" k="41" />
+    <hkern u1="&#x41e;" u2="&#x425;" k="41" />
+    <hkern u1="&#x41e;" u2="&#x423;" k="41" />
+    <hkern u1="&#x41e;" u2="&#x422;" k="61" />
+    <hkern u1="&#x41e;" u2="&#x41b;" k="41" />
+    <hkern u1="&#x41e;" u2="&#x417;" k="20" />
+    <hkern u1="&#x41e;" u2="&#x416;" k="41" />
+    <hkern u1="&#x41e;" u2="&#x414;" k="41" />
+    <hkern u1="&#x41e;" u2="&#x410;" k="41" />
+    <hkern u1="&#x41e;" u2="&#x40e;" k="41" />
+    <hkern u1="&#x41e;" u2="&#x40b;" k="20" />
+    <hkern u1="&#x41e;" u2="&#x409;" k="41" />
+    <hkern u1="&#x41e;" u2="&#x402;" k="20" />
+    <hkern u1="&#x41e;" u2="&#x2e;" k="82" />
+    <hkern u1="&#x41e;" u2="&#x2c;" k="82" />
+    <hkern u1="&#x420;" u2="&#x513;" k="102" />
+    <hkern u1="&#x420;" u2="&#x512;" k="123" />
+    <hkern u1="&#x420;" u2="&#x509;" k="102" />
+    <hkern u1="&#x420;" u2="&#x508;" k="123" />
+    <hkern u1="&#x420;" u2="&#x502;" k="82" />
+    <hkern u1="&#x420;" u2="&#x500;" k="82" />
+    <hkern u1="&#x420;" u2="&#x4fe;" k="41" />
+    <hkern u1="&#x420;" u2="&#x4fc;" k="41" />
+    <hkern u1="&#x420;" u2="&#x4dc;" k="41" />
+    <hkern u1="&#x420;" u2="&#x4d4;" k="102" />
+    <hkern u1="&#x420;" u2="&#x4d2;" k="102" />
+    <hkern u1="&#x420;" u2="&#x4d0;" k="102" />
+    <hkern u1="&#x420;" u2="&#x4c6;" k="102" />
+    <hkern u1="&#x420;" u2="&#x4c5;" k="123" />
+    <hkern u1="&#x420;" u2="&#x4c1;" k="41" />
+    <hkern u1="&#x420;" u2="&#x4b2;" k="41" />
+    <hkern u1="&#x420;" u2="&#x496;" k="41" />
+    <hkern u1="&#x420;" u2="&#x46a;" k="20" />
+    <hkern u1="&#x420;" u2="&#x467;" k="102" />
+    <hkern u1="&#x420;" u2="&#x466;" k="102" />
+    <hkern u1="&#x420;" u2="&#x201e;" k="266" />
+    <hkern u1="&#x420;" u2="&#x201a;" k="266" />
+    <hkern u1="&#x420;" u2="&#x459;" k="102" />
+    <hkern u1="&#x420;" u2="&#x43b;" k="102" />
+    <hkern u1="&#x420;" u2="&#x434;" k="102" />
+    <hkern u1="&#x420;" u2="&#x425;" k="41" />
+    <hkern u1="&#x420;" u2="&#x41b;" k="123" />
+    <hkern u1="&#x420;" u2="&#x416;" k="41" />
+    <hkern u1="&#x420;" u2="&#x414;" k="123" />
+    <hkern u1="&#x420;" u2="&#x410;" k="102" />
+    <hkern u1="&#x420;" u2="&#x409;" k="123" />
+    <hkern u1="&#x420;" u2="&#x2e;" k="266" />
+    <hkern u1="&#x420;" u2="&#x2c;" k="266" />
+    <hkern u1="&#x421;" u2="&#x50c;" k="41" />
+    <hkern u1="&#x421;" u2="&#x507;" k="41" />
+    <hkern u1="&#x421;" u2="&#x505;" k="41" />
+    <hkern u1="&#x421;" u2="&#x502;" k="41" />
+    <hkern u1="&#x421;" u2="&#x500;" k="41" />
+    <hkern u1="&#x421;" u2="&#x4f5;" k="41" />
+    <hkern u1="&#x421;" u2="&#x4ea;" k="41" />
+    <hkern u1="&#x421;" u2="&#x4e8;" k="41" />
+    <hkern u1="&#x421;" u2="&#x4e6;" k="41" />
+    <hkern u1="&#x421;" u2="&#x4cc;" k="41" />
+    <hkern u1="&#x421;" u2="&#x4be;" k="41" />
+    <hkern u1="&#x421;" u2="&#x4bc;" k="41" />
+    <hkern u1="&#x421;" u2="&#x4b9;" k="41" />
+    <hkern u1="&#x421;" u2="&#x4b7;" k="41" />
+    <hkern u1="&#x421;" u2="&#x4aa;" k="41" />
+    <hkern u1="&#x421;" u2="&#x4a8;" k="41" />
+    <hkern u1="&#x421;" u2="&#x480;" k="41" />
+    <hkern u1="&#x421;" u2="&#x47e;" k="41" />
+    <hkern u1="&#x421;" u2="&#x47c;" k="41" />
+    <hkern u1="&#x421;" u2="&#x47a;" k="41" />
+    <hkern u1="&#x421;" u2="&#x478;" k="41" />
+    <hkern u1="&#x421;" u2="&#x472;" k="41" />
+    <hkern u1="&#x421;" u2="&#x460;" k="41" />
+    <hkern u1="&#x421;" u2="&#x447;" k="41" />
+    <hkern u1="&#x421;" u2="&#x424;" k="41" />
+    <hkern u1="&#x421;" u2="&#x421;" k="41" />
+    <hkern u1="&#x421;" u2="&#x41e;" k="41" />
+    <hkern u1="&#x421;" u2="&#x404;" k="41" />
+    <hkern u1="&#x422;" u2="&#x513;" k="123" />
+    <hkern u1="&#x422;" u2="&#x512;" k="102" />
+    <hkern u1="&#x422;" u2="&#x511;" k="143" />
+    <hkern u1="&#x422;" u2="&#x50f;" k="82" />
+    <hkern u1="&#x422;" u2="&#x50d;" k="143" />
+    <hkern u1="&#x422;" u2="&#x50c;" k="41" />
+    <hkern u1="&#x422;" u2="&#x50b;" k="102" />
+    <hkern u1="&#x422;" u2="&#x509;" k="123" />
+    <hkern u1="&#x422;" u2="&#x508;" k="102" />
+    <hkern u1="&#x422;" u2="&#x507;" k="102" />
+    <hkern u1="&#x422;" u2="&#x505;" k="102" />
+    <hkern u1="&#x422;" u2="&#x503;" k="143" />
+    <hkern u1="&#x422;" u2="&#x502;" k="143" />
+    <hkern u1="&#x422;" u2="&#x501;" k="143" />
+    <hkern u1="&#x422;" u2="&#x500;" k="143" />
+    <hkern u1="&#x422;" u2="&#x4ff;" k="41" />
+    <hkern u1="&#x422;" u2="&#x4fd;" k="41" />
+    <hkern u1="&#x422;" u2="&#x4f9;" k="102" />
+    <hkern u1="&#x422;" u2="&#x4f7;" k="102" />
+    <hkern u1="&#x422;" u2="&#x4f5;" k="102" />
+    <hkern u1="&#x422;" u2="&#x4f3;" k="82" />
+    <hkern u1="&#x422;" u2="&#x4f1;" k="82" />
+    <hkern u1="&#x422;" u2="&#x4ef;" k="82" />
+    <hkern u1="&#x422;" u2="&#x4ed;" k="41" />
+    <hkern u1="&#x422;" u2="&#x4eb;" k="143" />
+    <hkern u1="&#x422;" u2="&#x4ea;" k="41" />
+    <hkern u1="&#x422;" u2="&#x4e9;" k="143" />
+    <hkern u1="&#x422;" u2="&#x4e8;" k="41" />
+    <hkern u1="&#x422;" u2="&#x4e7;" k="143" />
+    <hkern u1="&#x422;" u2="&#x4e6;" k="41" />
+    <hkern u1="&#x422;" u2="&#x4e5;" k="102" />
+    <hkern u1="&#x422;" u2="&#x4e3;" k="102" />
+    <hkern u1="&#x422;" u2="&#x4e1;" k="61" />
+    <hkern u1="&#x422;" u2="&#x4df;" k="41" />
+    <hkern u1="&#x422;" u2="&#x4dd;" k="41" />
+    <hkern u1="&#x422;" u2="&#x4d7;" k="143" />
+    <hkern u1="&#x422;" u2="&#x4d4;" k="143" />
+    <hkern u1="&#x422;" u2="&#x4d2;" k="143" />
+    <hkern u1="&#x422;" u2="&#x4d0;" k="143" />
+    <hkern u1="&#x422;" u2="&#x4ce;" k="102" />
+    <hkern u1="&#x422;" u2="&#x4cc;" k="102" />
+    <hkern u1="&#x422;" u2="&#x4ca;" k="102" />
+    <hkern u1="&#x422;" u2="&#x4c8;" k="102" />
+    <hkern u1="&#x422;" u2="&#x4c6;" k="123" />
+    <hkern u1="&#x422;" u2="&#x4c5;" k="102" />
+    <hkern u1="&#x422;" u2="&#x4c4;" k="102" />
+    <hkern u1="&#x422;" u2="&#x4c2;" k="41" />
+    <hkern u1="&#x422;" u2="&#x4bf;" k="143" />
+    <hkern u1="&#x422;" u2="&#x4be;" k="102" />
+    <hkern u1="&#x422;" u2="&#x4bd;" k="143" />
+    <hkern u1="&#x422;" u2="&#x4bc;" k="102" />
+    <hkern u1="&#x422;" u2="&#x4bb;" k="102" />
+    <hkern u1="&#x422;" u2="&#x4b9;" k="102" />
+    <hkern u1="&#x422;" u2="&#x4b7;" k="102" />
+    <hkern u1="&#x422;" u2="&#x4b5;" k="82" />
+    <hkern u1="&#x422;" u2="&#x4b3;" k="41" />
+    <hkern u1="&#x422;" u2="&#x4b1;" k="82" />
+    <hkern u1="&#x422;" u2="&#x4af;" k="82" />
+    <hkern u1="&#x422;" u2="&#x4ad;" k="82" />
+    <hkern u1="&#x422;" u2="&#x4ac;" k="-41" />
+    <hkern u1="&#x422;" u2="&#x4ab;" k="143" />
+    <hkern u1="&#x422;" u2="&#x4aa;" k="41" />
+    <hkern u1="&#x422;" u2="&#x4a9;" k="143" />
+    <hkern u1="&#x422;" u2="&#x4a8;" k="41" />
+    <hkern u1="&#x422;" u2="&#x4a7;" k="102" />
+    <hkern u1="&#x422;" u2="&#x4a5;" k="102" />
+    <hkern u1="&#x422;" u2="&#x4a3;" k="102" />
+    <hkern u1="&#x422;" u2="&#x4a1;" k="82" />
+    <hkern u1="&#x422;" u2="&#x49d;" k="102" />
+    <hkern u1="&#x422;" u2="&#x49b;" k="102" />
+    <hkern u1="&#x422;" u2="&#x499;" k="41" />
+    <hkern u1="&#x422;" u2="&#x497;" k="41" />
+    <hkern u1="&#x422;" u2="&#x495;" k="102" />
+    <hkern u1="&#x422;" u2="&#x48f;" k="102" />
+    <hkern u1="&#x422;" u2="&#x48b;" k="102" />
+    <hkern u1="&#x422;" u2="&#x481;" k="143" />
+    <hkern u1="&#x422;" u2="&#x480;" k="41" />
+    <hkern u1="&#x422;" u2="&#x47f;" k="41" />
+    <hkern u1="&#x422;" u2="&#x47e;" k="41" />
+    <hkern u1="&#x422;" u2="&#x47d;" k="143" />
+    <hkern u1="&#x422;" u2="&#x47c;" k="41" />
+    <hkern u1="&#x422;" u2="&#x47b;" k="143" />
+    <hkern u1="&#x422;" u2="&#x47a;" k="41" />
+    <hkern u1="&#x422;" u2="&#x479;" k="143" />
+    <hkern u1="&#x422;" u2="&#x478;" k="41" />
+    <hkern u1="&#x422;" u2="&#x477;" k="41" />
+    <hkern u1="&#x422;" u2="&#x475;" k="41" />
+    <hkern u1="&#x422;" u2="&#x473;" k="143" />
+    <hkern u1="&#x422;" u2="&#x472;" k="41" />
+    <hkern u1="&#x422;" u2="&#x471;" k="102" />
+    <hkern u1="&#x422;" u2="&#x46d;" k="102" />
+    <hkern u1="&#x422;" u2="&#x46b;" k="102" />
+    <hkern u1="&#x422;" u2="&#x469;" k="102" />
+    <hkern u1="&#x422;" u2="&#x467;" k="123" />
+    <hkern u1="&#x422;" u2="&#x466;" k="143" />
+    <hkern u1="&#x422;" u2="&#x465;" k="102" />
+    <hkern u1="&#x422;" u2="&#x461;" k="41" />
+    <hkern u1="&#x422;" u2="&#x460;" k="41" />
+    <hkern u1="&#x422;" u2="&#x45d;" k="102" />
+    <hkern u1="&#x422;" u2="&#x450;" k="143" />
+    <hkern u1="&#x422;" u2="&#x201e;" k="123" />
+    <hkern u1="&#x422;" u2="&#x201a;" k="123" />
+    <hkern u1="&#x422;" u2="&#x2015;" k="82" />
+    <hkern u1="&#x422;" u2="&#x2014;" k="82" />
+    <hkern u1="&#x422;" u2="&#x2013;" k="82" />
+    <hkern u1="&#x422;" u2="&#x491;" k="102" />
+    <hkern u1="&#x422;" u2="&#x45f;" k="102" />
+    <hkern u1="&#x422;" u2="&#x45e;" k="82" />
+    <hkern u1="&#x422;" u2="&#x45c;" k="102" />
+    <hkern u1="&#x422;" u2="&#x45a;" k="102" />
+    <hkern u1="&#x422;" u2="&#x459;" k="123" />
+    <hkern u1="&#x422;" u2="&#x455;" k="123" />
+    <hkern u1="&#x422;" u2="&#x454;" k="143" />
+    <hkern u1="&#x422;" u2="&#x453;" k="102" />
+    <hkern u1="&#x422;" u2="&#x451;" k="143" />
+    <hkern u1="&#x422;" u2="&#x44f;" k="61" />
+    <hkern u1="&#x422;" u2="&#x44e;" k="102" />
+    <hkern u1="&#x422;" u2="&#x44d;" k="41" />
+    <hkern u1="&#x422;" u2="&#x44c;" k="102" />
+    <hkern u1="&#x422;" u2="&#x44b;" k="102" />
+    <hkern u1="&#x422;" u2="&#x44a;" k="82" />
+    <hkern u1="&#x422;" u2="&#x449;" k="102" />
+    <hkern u1="&#x422;" u2="&#x448;" k="102" />
+    <hkern u1="&#x422;" u2="&#x447;" k="102" />
+    <hkern u1="&#x422;" u2="&#x446;" k="102" />
+    <hkern u1="&#x422;" u2="&#x445;" k="41" />
+    <hkern u1="&#x422;" u2="&#x444;" k="143" />
+    <hkern u1="&#x422;" u2="&#x443;" k="82" />
+    <hkern u1="&#x422;" u2="&#x442;" k="82" />
+    <hkern u1="&#x422;" u2="&#x441;" k="143" />
+    <hkern u1="&#x422;" u2="&#x440;" k="102" />
+    <hkern u1="&#x422;" u2="&#x43f;" k="102" />
+    <hkern u1="&#x422;" u2="&#x43e;" k="143" />
+    <hkern u1="&#x422;" u2="&#x43d;" k="102" />
+    <hkern u1="&#x422;" u2="&#x43c;" k="102" />
+    <hkern u1="&#x422;" u2="&#x43b;" k="123" />
+    <hkern u1="&#x422;" u2="&#x43a;" k="102" />
+    <hkern u1="&#x422;" u2="&#x439;" k="102" />
+    <hkern u1="&#x422;" u2="&#x438;" k="102" />
+    <hkern u1="&#x422;" u2="&#x437;" k="41" />
+    <hkern u1="&#x422;" u2="&#x436;" k="41" />
+    <hkern u1="&#x422;" u2="&#x435;" k="143" />
+    <hkern u1="&#x422;" u2="&#x434;" k="123" />
+    <hkern u1="&#x422;" u2="&#x433;" k="102" />
+    <hkern u1="&#x422;" u2="&#x432;" k="102" />
+    <hkern u1="&#x422;" u2="&#x424;" k="82" />
+    <hkern u1="&#x422;" u2="&#x422;" k="-41" />
+    <hkern u1="&#x422;" u2="&#x421;" k="41" />
+    <hkern u1="&#x422;" u2="&#x41e;" k="41" />
+    <hkern u1="&#x422;" u2="&#x41b;" k="102" />
+    <hkern u1="&#x422;" u2="&#x414;" k="102" />
+    <hkern u1="&#x422;" u2="&#x410;" k="143" />
+    <hkern u1="&#x422;" u2="&#x409;" k="102" />
+    <hkern u1="&#x422;" u2="&#x404;" k="41" />
+    <hkern u1="&#x422;" u2="&#x2e;" k="123" />
+    <hkern u1="&#x422;" u2="&#x2d;" k="82" />
+    <hkern u1="&#x422;" u2="&#x2c;" k="123" />
+    <hkern u1="&#x423;" u2="&#x513;" k="82" />
+    <hkern u1="&#x423;" u2="&#x512;" k="102" />
+    <hkern u1="&#x423;" u2="&#x511;" k="41" />
+    <hkern u1="&#x423;" u2="&#x50d;" k="41" />
+    <hkern u1="&#x423;" u2="&#x50c;" k="20" />
+    <hkern u1="&#x423;" u2="&#x509;" k="82" />
+    <hkern u1="&#x423;" u2="&#x508;" k="102" />
+    <hkern u1="&#x423;" u2="&#x503;" k="41" />
+    <hkern u1="&#x423;" u2="&#x502;" k="143" />
+    <hkern u1="&#x423;" u2="&#x501;" k="41" />
+    <hkern u1="&#x423;" u2="&#x500;" k="143" />
+    <hkern u1="&#x423;" u2="&#x4f5;" k="41" />
+    <hkern u1="&#x423;" u2="&#x4eb;" k="41" />
+    <hkern u1="&#x423;" u2="&#x4ea;" k="20" />
+    <hkern u1="&#x423;" u2="&#x4e9;" k="41" />
+    <hkern u1="&#x423;" u2="&#x4e8;" k="20" />
+    <hkern u1="&#x423;" u2="&#x4e7;" k="41" />
+    <hkern u1="&#x423;" u2="&#x4e6;" k="20" />
+    <hkern u1="&#x423;" u2="&#x4d7;" k="41" />
+    <hkern u1="&#x423;" u2="&#x4d4;" k="143" />
+    <hkern u1="&#x423;" u2="&#x4d2;" k="143" />
+    <hkern u1="&#x423;" u2="&#x4d0;" k="143" />
+    <hkern u1="&#x423;" u2="&#x4cc;" k="41" />
+    <hkern u1="&#x423;" u2="&#x4c6;" k="82" />
+    <hkern u1="&#x423;" u2="&#x4c5;" k="102" />
+    <hkern u1="&#x423;" u2="&#x4bf;" k="61" />
+    <hkern u1="&#x423;" u2="&#x4be;" k="41" />
+    <hkern u1="&#x423;" u2="&#x4bd;" k="61" />
+    <hkern u1="&#x423;" u2="&#x4bc;" k="41" />
+    <hkern u1="&#x423;" u2="&#x4b9;" k="41" />
+    <hkern u1="&#x423;" u2="&#x4b7;" k="41" />
+    <hkern u1="&#x423;" u2="&#x4ab;" k="41" />
+    <hkern u1="&#x423;" u2="&#x4aa;" k="20" />
+    <hkern u1="&#x423;" u2="&#x4a9;" k="41" />
+    <hkern u1="&#x423;" u2="&#x4a8;" k="20" />
+    <hkern u1="&#x423;" u2="&#x49f;" k="-102" />
+    <hkern u1="&#x423;" u2="&#x48d;" k="-102" />
+    <hkern u1="&#x423;" u2="&#x481;" k="41" />
+    <hkern u1="&#x423;" u2="&#x480;" k="20" />
+    <hkern u1="&#x423;" u2="&#x47e;" k="20" />
+    <hkern u1="&#x423;" u2="&#x47d;" k="41" />
+    <hkern u1="&#x423;" u2="&#x47c;" k="20" />
+    <hkern u1="&#x423;" u2="&#x47b;" k="41" />
+    <hkern u1="&#x423;" u2="&#x47a;" k="20" />
+    <hkern u1="&#x423;" u2="&#x479;" k="41" />
+    <hkern u1="&#x423;" u2="&#x478;" k="20" />
+    <hkern u1="&#x423;" u2="&#x473;" k="41" />
+    <hkern u1="&#x423;" u2="&#x472;" k="20" />
+    <hkern u1="&#x423;" u2="&#x467;" k="82" />
+    <hkern u1="&#x423;" u2="&#x466;" k="143" />
+    <hkern u1="&#x423;" u2="&#x460;" k="20" />
+    <hkern u1="&#x423;" u2="&#x450;" k="41" />
+    <hkern u1="&#x423;" u2="&#x201e;" k="123" />
+    <hkern u1="&#x423;" u2="&#x201a;" k="123" />
+    <hkern u1="&#x423;" u2="&#x45b;" k="-102" />
+    <hkern u1="&#x423;" u2="&#x459;" k="82" />
+    <hkern u1="&#x423;" u2="&#x455;" k="20" />
+    <hkern u1="&#x423;" u2="&#x454;" k="41" />
+    <hkern u1="&#x423;" u2="&#x452;" k="-102" />
+    <hkern u1="&#x423;" u2="&#x451;" k="41" />
+    <hkern u1="&#x423;" u2="&#x447;" k="41" />
+    <hkern u1="&#x423;" u2="&#x444;" k="41" />
+    <hkern u1="&#x423;" u2="&#x441;" k="41" />
+    <hkern u1="&#x423;" u2="&#x43e;" k="41" />
+    <hkern u1="&#x423;" u2="&#x43b;" k="82" />
+    <hkern u1="&#x423;" u2="&#x435;" k="41" />
+    <hkern u1="&#x423;" u2="&#x434;" k="82" />
+    <hkern u1="&#x423;" u2="&#x42f;" k="20" />
+    <hkern u1="&#x423;" u2="&#x424;" k="61" />
+    <hkern u1="&#x423;" u2="&#x421;" k="20" />
+    <hkern u1="&#x423;" u2="&#x41e;" k="20" />
+    <hkern u1="&#x423;" u2="&#x41b;" k="102" />
+    <hkern u1="&#x423;" u2="&#x414;" k="102" />
+    <hkern u1="&#x423;" u2="&#x410;" k="143" />
+    <hkern u1="&#x423;" u2="&#x409;" k="102" />
+    <hkern u1="&#x423;" u2="&#x404;" k="20" />
+    <hkern u1="&#x423;" u2="&#x2e;" k="123" />
+    <hkern u1="&#x423;" u2="&#x2c;" k="123" />
+    <hkern u1="&#x424;" u2="&#x513;" k="20" />
+    <hkern u1="&#x424;" u2="&#x512;" k="41" />
+    <hkern u1="&#x424;" u2="&#x50e;" k="41" />
+    <hkern u1="&#x424;" u2="&#x509;" k="20" />
+    <hkern u1="&#x424;" u2="&#x508;" k="41" />
+    <hkern u1="&#x424;" u2="&#x506;" k="41" />
+    <hkern u1="&#x424;" u2="&#x504;" k="41" />
+    <hkern u1="&#x424;" u2="&#x4fe;" k="41" />
+    <hkern u1="&#x424;" u2="&#x4fc;" k="41" />
+    <hkern u1="&#x424;" u2="&#x4f2;" k="61" />
+    <hkern u1="&#x424;" u2="&#x4f0;" k="61" />
+    <hkern u1="&#x424;" u2="&#x4ee;" k="61" />
+    <hkern u1="&#x424;" u2="&#x4ec;" k="41" />
+    <hkern u1="&#x424;" u2="&#x4de;" k="41" />
+    <hkern u1="&#x424;" u2="&#x4dc;" k="41" />
+    <hkern u1="&#x424;" u2="&#x4d4;" k="41" />
+    <hkern u1="&#x424;" u2="&#x4d2;" k="41" />
+    <hkern u1="&#x424;" u2="&#x4d0;" k="41" />
+    <hkern u1="&#x424;" u2="&#x4c6;" k="20" />
+    <hkern u1="&#x424;" u2="&#x4c5;" k="41" />
+    <hkern u1="&#x424;" u2="&#x4c1;" k="41" />
+    <hkern u1="&#x424;" u2="&#x4b4;" k="41" />
+    <hkern u1="&#x424;" u2="&#x4b2;" k="41" />
+    <hkern u1="&#x424;" u2="&#x4b0;" k="61" />
+    <hkern u1="&#x424;" u2="&#x4ae;" k="61" />
+    <hkern u1="&#x424;" u2="&#x4ac;" k="61" />
+    <hkern u1="&#x424;" u2="&#x4a0;" k="41" />
+    <hkern u1="&#x424;" u2="&#x498;" k="41" />
+    <hkern u1="&#x424;" u2="&#x496;" k="41" />
+    <hkern u1="&#x424;" u2="&#x476;" k="20" />
+    <hkern u1="&#x424;" u2="&#x474;" k="20" />
+    <hkern u1="&#x424;" u2="&#x46e;" k="41" />
+    <hkern u1="&#x424;" u2="&#x467;" k="20" />
+    <hkern u1="&#x424;" u2="&#x466;" k="41" />
+    <hkern u1="&#x424;" u2="&#x201e;" k="82" />
+    <hkern u1="&#x424;" u2="&#x201a;" k="82" />
+    <hkern u1="&#x424;" u2="&#x459;" k="20" />
+    <hkern u1="&#x424;" u2="&#x43b;" k="20" />
+    <hkern u1="&#x424;" u2="&#x434;" k="20" />
+    <hkern u1="&#x424;" u2="&#x42d;" k="41" />
+    <hkern u1="&#x424;" u2="&#x42a;" k="41" />
+    <hkern u1="&#x424;" u2="&#x425;" k="41" />
+    <hkern u1="&#x424;" u2="&#x423;" k="61" />
+    <hkern u1="&#x424;" u2="&#x422;" k="61" />
+    <hkern u1="&#x424;" u2="&#x41b;" k="41" />
+    <hkern u1="&#x424;" u2="&#x417;" k="41" />
+    <hkern u1="&#x424;" u2="&#x416;" k="41" />
+    <hkern u1="&#x424;" u2="&#x414;" k="41" />
+    <hkern u1="&#x424;" u2="&#x410;" k="41" />
+    <hkern u1="&#x424;" u2="&#x40e;" k="61" />
+    <hkern u1="&#x424;" u2="&#x40b;" k="41" />
+    <hkern u1="&#x424;" u2="&#x409;" k="41" />
+    <hkern u1="&#x424;" u2="&#x402;" k="41" />
+    <hkern u1="&#x424;" u2="&#x2e;" k="82" />
+    <hkern u1="&#x424;" u2="&#x2c;" k="82" />
+    <hkern u1="&#x425;" u2="&#x510;" k="20" />
+    <hkern u1="&#x425;" u2="&#x50c;" k="41" />
+    <hkern u1="&#x425;" u2="&#x507;" k="41" />
+    <hkern u1="&#x425;" u2="&#x505;" k="41" />
+    <hkern u1="&#x425;" u2="&#x502;" k="41" />
+    <hkern u1="&#x425;" u2="&#x500;" k="41" />
+    <hkern u1="&#x425;" u2="&#x4f5;" k="41" />
+    <hkern u1="&#x425;" u2="&#x4f4;" k="41" />
+    <hkern u1="&#x425;" u2="&#x4ea;" k="41" />
+    <hkern u1="&#x425;" u2="&#x4e8;" k="41" />
+    <hkern u1="&#x425;" u2="&#x4e6;" k="41" />
+    <hkern u1="&#x425;" u2="&#x4cc;" k="41" />
+    <hkern u1="&#x425;" u2="&#x4cb;" k="41" />
+    <hkern u1="&#x425;" u2="&#x4be;" k="102" />
+    <hkern u1="&#x425;" u2="&#x4bc;" k="102" />
+    <hkern u1="&#x425;" u2="&#x4b9;" k="41" />
+    <hkern u1="&#x425;" u2="&#x4b8;" k="41" />
+    <hkern u1="&#x425;" u2="&#x4b7;" k="41" />
+    <hkern u1="&#x425;" u2="&#x4b6;" k="41" />
+    <hkern u1="&#x425;" u2="&#x4aa;" k="41" />
+    <hkern u1="&#x425;" u2="&#x4a8;" k="41" />
+    <hkern u1="&#x425;" u2="&#x480;" k="41" />
+    <hkern u1="&#x425;" u2="&#x47e;" k="41" />
+    <hkern u1="&#x425;" u2="&#x47c;" k="41" />
+    <hkern u1="&#x425;" u2="&#x47a;" k="41" />
+    <hkern u1="&#x425;" u2="&#x478;" k="41" />
+    <hkern u1="&#x425;" u2="&#x472;" k="41" />
+    <hkern u1="&#x425;" u2="&#x470;" k="41" />
+    <hkern u1="&#x425;" u2="&#x460;" k="41" />
+    <hkern u1="&#x425;" u2="&#x447;" k="41" />
+    <hkern u1="&#x425;" u2="&#x427;" k="41" />
+    <hkern u1="&#x425;" u2="&#x424;" k="41" />
+    <hkern u1="&#x425;" u2="&#x421;" k="41" />
+    <hkern u1="&#x425;" u2="&#x41e;" k="41" />
+    <hkern u1="&#x425;" u2="&#x404;" k="41" />
+    <hkern u1="&#x426;" u2="&#x507;" k="41" />
+    <hkern u1="&#x426;" u2="&#x505;" k="41" />
+    <hkern u1="&#x426;" u2="&#x4e1;" k="-41" />
+    <hkern u1="&#x426;" u2="&#x408;" k="-225" />
+    <hkern u1="&#x429;" u2="&#x507;" k="41" />
+    <hkern u1="&#x429;" u2="&#x505;" k="41" />
+    <hkern u1="&#x429;" u2="&#x4e1;" k="-41" />
+    <hkern u1="&#x429;" u2="&#x408;" k="-225" />
+    <hkern u1="&#x42a;" u2="&#x50f;" k="41" />
+    <hkern u1="&#x42a;" u2="&#x50e;" k="123" />
+    <hkern u1="&#x42a;" u2="&#x507;" k="61" />
+    <hkern u1="&#x42a;" u2="&#x506;" k="102" />
+    <hkern u1="&#x42a;" u2="&#x505;" k="61" />
+    <hkern u1="&#x42a;" u2="&#x504;" k="102" />
+    <hkern u1="&#x42a;" u2="&#x4fa;" k="82" />
+    <hkern u1="&#x42a;" u2="&#x4f5;" k="41" />
+    <hkern u1="&#x42a;" u2="&#x4f4;" k="102" />
+    <hkern u1="&#x42a;" u2="&#x4f3;" k="41" />
+    <hkern u1="&#x42a;" u2="&#x4f2;" k="41" />
+    <hkern u1="&#x42a;" u2="&#x4f1;" k="41" />
+    <hkern u1="&#x42a;" u2="&#x4f0;" k="41" />
+    <hkern u1="&#x42a;" u2="&#x4ef;" k="41" />
+    <hkern u1="&#x42a;" u2="&#x4ee;" k="41" />
+    <hkern u1="&#x42a;" u2="&#x4cc;" k="41" />
+    <hkern u1="&#x42a;" u2="&#x4cb;" k="102" />
+    <hkern u1="&#x42a;" u2="&#x4b9;" k="41" />
+    <hkern u1="&#x42a;" u2="&#x4b8;" k="102" />
+    <hkern u1="&#x42a;" u2="&#x4b7;" k="41" />
+    <hkern u1="&#x42a;" u2="&#x4b6;" k="102" />
+    <hkern u1="&#x42a;" u2="&#x4b5;" k="41" />
+    <hkern u1="&#x42a;" u2="&#x4b4;" k="123" />
+    <hkern u1="&#x42a;" u2="&#x4b1;" k="41" />
+    <hkern u1="&#x42a;" u2="&#x4b0;" k="102" />
+    <hkern u1="&#x42a;" u2="&#x4af;" k="41" />
+    <hkern u1="&#x42a;" u2="&#x4ae;" k="102" />
+    <hkern u1="&#x42a;" u2="&#x4ad;" k="41" />
+    <hkern u1="&#x42a;" u2="&#x4ac;" k="102" />
+    <hkern u1="&#x42a;" u2="&#x4a1;" k="41" />
+    <hkern u1="&#x42a;" u2="&#x4a0;" k="123" />
+    <hkern u1="&#x42a;" u2="&#x49e;" k="82" />
+    <hkern u1="&#x42a;" u2="&#x492;" k="82" />
+    <hkern u1="&#x42a;" u2="&#x48c;" k="82" />
+    <hkern u1="&#x42a;" u2="&#x476;" k="82" />
+    <hkern u1="&#x42a;" u2="&#x474;" k="82" />
+    <hkern u1="&#x42a;" u2="&#x470;" k="102" />
+    <hkern u1="&#x42a;" u2="&#x462;" k="82" />
+    <hkern u1="&#x42a;" u2="&#x201d;" k="82" />
+    <hkern u1="&#x42a;" u2="&#x2019;" k="82" />
+    <hkern u1="&#x42a;" u2="&#x45e;" k="41" />
+    <hkern u1="&#x42a;" u2="&#x44a;" k="41" />
+    <hkern u1="&#x42a;" u2="&#x447;" k="41" />
+    <hkern u1="&#x42a;" u2="&#x443;" k="41" />
+    <hkern u1="&#x42a;" u2="&#x442;" k="41" />
+    <hkern u1="&#x42a;" u2="&#x42a;" k="123" />
+    <hkern u1="&#x42a;" u2="&#x427;" k="102" />
+    <hkern u1="&#x42a;" u2="&#x423;" k="41" />
+    <hkern u1="&#x42a;" u2="&#x422;" k="102" />
+    <hkern u1="&#x42a;" u2="&#x40e;" k="41" />
+    <hkern u1="&#x42a;" u2="&#x40b;" k="123" />
+    <hkern u1="&#x42a;" u2="&#x402;" k="123" />
+    <hkern u1="&#x42a;" u2="&#x27;" k="82" />
+    <hkern u1="&#x42a;" u2="&#x22;" k="82" />
+    <hkern u1="&#x42c;" u2="&#x50f;" k="41" />
+    <hkern u1="&#x42c;" u2="&#x50e;" k="123" />
+    <hkern u1="&#x42c;" u2="&#x507;" k="61" />
+    <hkern u1="&#x42c;" u2="&#x506;" k="102" />
+    <hkern u1="&#x42c;" u2="&#x505;" k="61" />
+    <hkern u1="&#x42c;" u2="&#x504;" k="102" />
+    <hkern u1="&#x42c;" u2="&#x4fa;" k="82" />
+    <hkern u1="&#x42c;" u2="&#x4f5;" k="41" />
+    <hkern u1="&#x42c;" u2="&#x4f4;" k="102" />
+    <hkern u1="&#x42c;" u2="&#x4f3;" k="41" />
+    <hkern u1="&#x42c;" u2="&#x4f2;" k="41" />
+    <hkern u1="&#x42c;" u2="&#x4f1;" k="41" />
+    <hkern u1="&#x42c;" u2="&#x4f0;" k="41" />
+    <hkern u1="&#x42c;" u2="&#x4ef;" k="41" />
+    <hkern u1="&#x42c;" u2="&#x4ee;" k="41" />
+    <hkern u1="&#x42c;" u2="&#x4cc;" k="41" />
+    <hkern u1="&#x42c;" u2="&#x4cb;" k="102" />
+    <hkern u1="&#x42c;" u2="&#x4b9;" k="41" />
+    <hkern u1="&#x42c;" u2="&#x4b8;" k="102" />
+    <hkern u1="&#x42c;" u2="&#x4b7;" k="41" />
+    <hkern u1="&#x42c;" u2="&#x4b6;" k="102" />
+    <hkern u1="&#x42c;" u2="&#x4b5;" k="41" />
+    <hkern u1="&#x42c;" u2="&#x4b4;" k="123" />
+    <hkern u1="&#x42c;" u2="&#x4b1;" k="41" />
+    <hkern u1="&#x42c;" u2="&#x4b0;" k="102" />
+    <hkern u1="&#x42c;" u2="&#x4af;" k="41" />
+    <hkern u1="&#x42c;" u2="&#x4ae;" k="102" />
+    <hkern u1="&#x42c;" u2="&#x4ad;" k="41" />
+    <hkern u1="&#x42c;" u2="&#x4ac;" k="102" />
+    <hkern u1="&#x42c;" u2="&#x4a1;" k="41" />
+    <hkern u1="&#x42c;" u2="&#x4a0;" k="123" />
+    <hkern u1="&#x42c;" u2="&#x49e;" k="82" />
+    <hkern u1="&#x42c;" u2="&#x492;" k="82" />
+    <hkern u1="&#x42c;" u2="&#x48c;" k="82" />
+    <hkern u1="&#x42c;" u2="&#x476;" k="82" />
+    <hkern u1="&#x42c;" u2="&#x474;" k="82" />
+    <hkern u1="&#x42c;" u2="&#x470;" k="102" />
+    <hkern u1="&#x42c;" u2="&#x462;" k="82" />
+    <hkern u1="&#x42c;" u2="&#x201d;" k="82" />
+    <hkern u1="&#x42c;" u2="&#x2019;" k="82" />
+    <hkern u1="&#x42c;" u2="&#x45e;" k="41" />
+    <hkern u1="&#x42c;" u2="&#x44a;" k="41" />
+    <hkern u1="&#x42c;" u2="&#x447;" k="41" />
+    <hkern u1="&#x42c;" u2="&#x443;" k="41" />
+    <hkern u1="&#x42c;" u2="&#x442;" k="41" />
+    <hkern u1="&#x42c;" u2="&#x42a;" k="123" />
+    <hkern u1="&#x42c;" u2="&#x427;" k="102" />
+    <hkern u1="&#x42c;" u2="&#x423;" k="41" />
+    <hkern u1="&#x42c;" u2="&#x422;" k="102" />
+    <hkern u1="&#x42c;" u2="&#x40e;" k="41" />
+    <hkern u1="&#x42c;" u2="&#x40b;" k="123" />
+    <hkern u1="&#x42c;" u2="&#x402;" k="123" />
+    <hkern u1="&#x42c;" u2="&#x27;" k="82" />
+    <hkern u1="&#x42c;" u2="&#x22;" k="82" />
+    <hkern u1="&#x42d;" u2="&#x513;" k="20" />
+    <hkern u1="&#x42d;" u2="&#x512;" k="41" />
+    <hkern u1="&#x42d;" u2="&#x50e;" k="20" />
+    <hkern u1="&#x42d;" u2="&#x509;" k="20" />
+    <hkern u1="&#x42d;" u2="&#x508;" k="41" />
+    <hkern u1="&#x42d;" u2="&#x506;" k="41" />
+    <hkern u1="&#x42d;" u2="&#x504;" k="41" />
+    <hkern u1="&#x42d;" u2="&#x4fe;" k="41" />
+    <hkern u1="&#x42d;" u2="&#x4fc;" k="41" />
+    <hkern u1="&#x42d;" u2="&#x4f4;" k="41" />
+    <hkern u1="&#x42d;" u2="&#x4f2;" k="41" />
+    <hkern u1="&#x42d;" u2="&#x4f0;" k="41" />
+    <hkern u1="&#x42d;" u2="&#x4ee;" k="41" />
+    <hkern u1="&#x42d;" u2="&#x4ec;" k="20" />
+    <hkern u1="&#x42d;" u2="&#x4de;" k="20" />
+    <hkern u1="&#x42d;" u2="&#x4dc;" k="41" />
+    <hkern u1="&#x42d;" u2="&#x4d4;" k="41" />
+    <hkern u1="&#x42d;" u2="&#x4d2;" k="41" />
+    <hkern u1="&#x42d;" u2="&#x4d0;" k="41" />
+    <hkern u1="&#x42d;" u2="&#x4cb;" k="41" />
+    <hkern u1="&#x42d;" u2="&#x4c6;" k="20" />
+    <hkern u1="&#x42d;" u2="&#x4c5;" k="41" />
+    <hkern u1="&#x42d;" u2="&#x4c1;" k="41" />
+    <hkern u1="&#x42d;" u2="&#x4b8;" k="41" />
+    <hkern u1="&#x42d;" u2="&#x4b6;" k="41" />
+    <hkern u1="&#x42d;" u2="&#x4b4;" k="20" />
+    <hkern u1="&#x42d;" u2="&#x4b2;" k="41" />
+    <hkern u1="&#x42d;" u2="&#x4b0;" k="20" />
+    <hkern u1="&#x42d;" u2="&#x4ae;" k="20" />
+    <hkern u1="&#x42d;" u2="&#x4ac;" k="61" />
+    <hkern u1="&#x42d;" u2="&#x4a0;" k="20" />
+    <hkern u1="&#x42d;" u2="&#x498;" k="20" />
+    <hkern u1="&#x42d;" u2="&#x496;" k="41" />
+    <hkern u1="&#x42d;" u2="&#x476;" k="20" />
+    <hkern u1="&#x42d;" u2="&#x474;" k="20" />
+    <hkern u1="&#x42d;" u2="&#x470;" k="41" />
+    <hkern u1="&#x42d;" u2="&#x46e;" k="20" />
+    <hkern u1="&#x42d;" u2="&#x467;" k="20" />
+    <hkern u1="&#x42d;" u2="&#x466;" k="41" />
+    <hkern u1="&#x42d;" u2="&#x201e;" k="82" />
+    <hkern u1="&#x42d;" u2="&#x201a;" k="82" />
+    <hkern u1="&#x42d;" u2="&#x459;" k="20" />
+    <hkern u1="&#x42d;" u2="&#x43b;" k="20" />
+    <hkern u1="&#x42d;" u2="&#x434;" k="20" />
+    <hkern u1="&#x42d;" u2="&#x42d;" k="20" />
+    <hkern u1="&#x42d;" u2="&#x42a;" k="20" />
+    <hkern u1="&#x42d;" u2="&#x427;" k="41" />
+    <hkern u1="&#x42d;" u2="&#x425;" k="41" />
+    <hkern u1="&#x42d;" u2="&#x423;" k="41" />
+    <hkern u1="&#x42d;" u2="&#x422;" k="61" />
+    <hkern u1="&#x42d;" u2="&#x41b;" k="41" />
+    <hkern u1="&#x42d;" u2="&#x417;" k="20" />
+    <hkern u1="&#x42d;" u2="&#x416;" k="41" />
+    <hkern u1="&#x42d;" u2="&#x414;" k="41" />
+    <hkern u1="&#x42d;" u2="&#x410;" k="41" />
+    <hkern u1="&#x42d;" u2="&#x40e;" k="41" />
+    <hkern u1="&#x42d;" u2="&#x40b;" k="20" />
+    <hkern u1="&#x42d;" u2="&#x409;" k="41" />
+    <hkern u1="&#x42d;" u2="&#x402;" k="20" />
+    <hkern u1="&#x42d;" u2="&#x2e;" k="82" />
+    <hkern u1="&#x42d;" u2="&#x2c;" k="82" />
+    <hkern u1="&#x42e;" u2="&#x513;" k="20" />
+    <hkern u1="&#x42e;" u2="&#x512;" k="41" />
+    <hkern u1="&#x42e;" u2="&#x50e;" k="20" />
+    <hkern u1="&#x42e;" u2="&#x509;" k="20" />
+    <hkern u1="&#x42e;" u2="&#x508;" k="41" />
+    <hkern u1="&#x42e;" u2="&#x506;" k="41" />
+    <hkern u1="&#x42e;" u2="&#x504;" k="41" />
+    <hkern u1="&#x42e;" u2="&#x4fe;" k="41" />
+    <hkern u1="&#x42e;" u2="&#x4fc;" k="41" />
+    <hkern u1="&#x42e;" u2="&#x4f4;" k="41" />
+    <hkern u1="&#x42e;" u2="&#x4f2;" k="41" />
+    <hkern u1="&#x42e;" u2="&#x4f0;" k="41" />
+    <hkern u1="&#x42e;" u2="&#x4ee;" k="41" />
+    <hkern u1="&#x42e;" u2="&#x4ec;" k="20" />
+    <hkern u1="&#x42e;" u2="&#x4de;" k="20" />
+    <hkern u1="&#x42e;" u2="&#x4dc;" k="41" />
+    <hkern u1="&#x42e;" u2="&#x4d4;" k="41" />
+    <hkern u1="&#x42e;" u2="&#x4d2;" k="41" />
+    <hkern u1="&#x42e;" u2="&#x4d0;" k="41" />
+    <hkern u1="&#x42e;" u2="&#x4cb;" k="41" />
+    <hkern u1="&#x42e;" u2="&#x4c6;" k="20" />
+    <hkern u1="&#x42e;" u2="&#x4c5;" k="41" />
+    <hkern u1="&#x42e;" u2="&#x4c1;" k="41" />
+    <hkern u1="&#x42e;" u2="&#x4b8;" k="41" />
+    <hkern u1="&#x42e;" u2="&#x4b6;" k="41" />
+    <hkern u1="&#x42e;" u2="&#x4b4;" k="20" />
+    <hkern u1="&#x42e;" u2="&#x4b2;" k="41" />
+    <hkern u1="&#x42e;" u2="&#x4b0;" k="20" />
+    <hkern u1="&#x42e;" u2="&#x4ae;" k="20" />
+    <hkern u1="&#x42e;" u2="&#x4ac;" k="61" />
+    <hkern u1="&#x42e;" u2="&#x4a0;" k="20" />
+    <hkern u1="&#x42e;" u2="&#x498;" k="20" />
+    <hkern u1="&#x42e;" u2="&#x496;" k="41" />
+    <hkern u1="&#x42e;" u2="&#x476;" k="20" />
+    <hkern u1="&#x42e;" u2="&#x474;" k="20" />
+    <hkern u1="&#x42e;" u2="&#x470;" k="41" />
+    <hkern u1="&#x42e;" u2="&#x46e;" k="20" />
+    <hkern u1="&#x42e;" u2="&#x467;" k="20" />
+    <hkern u1="&#x42e;" u2="&#x466;" k="41" />
+    <hkern u1="&#x42e;" u2="&#x201e;" k="82" />
+    <hkern u1="&#x42e;" u2="&#x201a;" k="82" />
+    <hkern u1="&#x42e;" u2="&#x459;" k="20" />
+    <hkern u1="&#x42e;" u2="&#x43b;" k="20" />
+    <hkern u1="&#x42e;" u2="&#x434;" k="20" />
+    <hkern u1="&#x42e;" u2="&#x42d;" k="20" />
+    <hkern u1="&#x42e;" u2="&#x42a;" k="20" />
+    <hkern u1="&#x42e;" u2="&#x427;" k="41" />
+    <hkern u1="&#x42e;" u2="&#x425;" k="41" />
+    <hkern u1="&#x42e;" u2="&#x423;" k="41" />
+    <hkern u1="&#x42e;" u2="&#x422;" k="61" />
+    <hkern u1="&#x42e;" u2="&#x41b;" k="41" />
+    <hkern u1="&#x42e;" u2="&#x417;" k="20" />
+    <hkern u1="&#x42e;" u2="&#x416;" k="41" />
+    <hkern u1="&#x42e;" u2="&#x414;" k="41" />
+    <hkern u1="&#x42e;" u2="&#x410;" k="41" />
+    <hkern u1="&#x42e;" u2="&#x40e;" k="41" />
+    <hkern u1="&#x42e;" u2="&#x40b;" k="20" />
+    <hkern u1="&#x42e;" u2="&#x409;" k="41" />
+    <hkern u1="&#x42e;" u2="&#x402;" k="20" />
+    <hkern u1="&#x42e;" u2="&#x2e;" k="82" />
+    <hkern u1="&#x42e;" u2="&#x2c;" k="82" />
+    <hkern u1="&#x430;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x430;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x430;" u2="&#x27;" k="20" />
+    <hkern u1="&#x430;" u2="&#x22;" k="20" />
+    <hkern u1="&#x432;" u2="&#x44f;" k="-41" />
+    <hkern u1="&#x433;" u2="&#x513;" k="61" />
+    <hkern u1="&#x433;" u2="&#x511;" k="20" />
+    <hkern u1="&#x433;" u2="&#x50d;" k="20" />
+    <hkern u1="&#x433;" u2="&#x509;" k="61" />
+    <hkern u1="&#x433;" u2="&#x503;" k="20" />
+    <hkern u1="&#x433;" u2="&#x501;" k="20" />
+    <hkern u1="&#x433;" u2="&#x4eb;" k="20" />
+    <hkern u1="&#x433;" u2="&#x4e9;" k="20" />
+    <hkern u1="&#x433;" u2="&#x4e7;" k="20" />
+    <hkern u1="&#x433;" u2="&#x4d7;" k="20" />
+    <hkern u1="&#x433;" u2="&#x4c6;" k="61" />
+    <hkern u1="&#x433;" u2="&#x4ab;" k="20" />
+    <hkern u1="&#x433;" u2="&#x4a9;" k="20" />
+    <hkern u1="&#x433;" u2="&#x481;" k="20" />
+    <hkern u1="&#x433;" u2="&#x47d;" k="20" />
+    <hkern u1="&#x433;" u2="&#x47b;" k="20" />
+    <hkern u1="&#x433;" u2="&#x479;" k="20" />
+    <hkern u1="&#x433;" u2="&#x473;" k="20" />
+    <hkern u1="&#x433;" u2="&#x467;" k="61" />
+    <hkern u1="&#x433;" u2="&#x450;" k="20" />
+    <hkern u1="&#x433;" u2="&#x201e;" k="102" />
+    <hkern u1="&#x433;" u2="&#x201a;" k="102" />
+    <hkern u1="&#x433;" u2="&#x2015;" k="41" />
+    <hkern u1="&#x433;" u2="&#x2014;" k="41" />
+    <hkern u1="&#x433;" u2="&#x2013;" k="41" />
+    <hkern u1="&#x433;" u2="&#x459;" k="61" />
+    <hkern u1="&#x433;" u2="&#x454;" k="20" />
+    <hkern u1="&#x433;" u2="&#x451;" k="20" />
+    <hkern u1="&#x433;" u2="&#x444;" k="20" />
+    <hkern u1="&#x433;" u2="&#x441;" k="20" />
+    <hkern u1="&#x433;" u2="&#x43e;" k="20" />
+    <hkern u1="&#x433;" u2="&#x43b;" k="61" />
+    <hkern u1="&#x433;" u2="&#x435;" k="20" />
+    <hkern u1="&#x433;" u2="&#x434;" k="61" />
+    <hkern u1="&#x433;" u2="&#x2e;" k="102" />
+    <hkern u1="&#x433;" u2="&#x2d;" k="41" />
+    <hkern u1="&#x433;" u2="&#x2c;" k="102" />
+    <hkern u1="&#x434;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x434;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x434;" u2="&#x27;" k="20" />
+    <hkern u1="&#x434;" u2="&#x22;" k="20" />
+    <hkern u1="&#x435;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x435;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x435;" u2="&#x27;" k="20" />
+    <hkern u1="&#x435;" u2="&#x22;" k="20" />
+    <hkern u1="&#x436;" u2="&#x511;" k="41" />
+    <hkern u1="&#x436;" u2="&#x50d;" k="41" />
+    <hkern u1="&#x436;" u2="&#x503;" k="41" />
+    <hkern u1="&#x436;" u2="&#x501;" k="41" />
+    <hkern u1="&#x436;" u2="&#x4f5;" k="41" />
+    <hkern u1="&#x436;" u2="&#x4eb;" k="41" />
+    <hkern u1="&#x436;" u2="&#x4e9;" k="41" />
+    <hkern u1="&#x436;" u2="&#x4e7;" k="41" />
+    <hkern u1="&#x436;" u2="&#x4d7;" k="41" />
+    <hkern u1="&#x436;" u2="&#x4cc;" k="41" />
+    <hkern u1="&#x436;" u2="&#x4bf;" k="41" />
+    <hkern u1="&#x436;" u2="&#x4bd;" k="41" />
+    <hkern u1="&#x436;" u2="&#x4b9;" k="41" />
+    <hkern u1="&#x436;" u2="&#x4b7;" k="41" />
+    <hkern u1="&#x436;" u2="&#x4ab;" k="41" />
+    <hkern u1="&#x436;" u2="&#x4a9;" k="41" />
+    <hkern u1="&#x436;" u2="&#x481;" k="41" />
+    <hkern u1="&#x436;" u2="&#x47d;" k="41" />
+    <hkern u1="&#x436;" u2="&#x47b;" k="41" />
+    <hkern u1="&#x436;" u2="&#x479;" k="41" />
+    <hkern u1="&#x436;" u2="&#x473;" k="41" />
+    <hkern u1="&#x436;" u2="&#x450;" k="41" />
+    <hkern u1="&#x436;" u2="&#x454;" k="41" />
+    <hkern u1="&#x436;" u2="&#x451;" k="41" />
+    <hkern u1="&#x436;" u2="&#x447;" k="41" />
+    <hkern u1="&#x436;" u2="&#x444;" k="41" />
+    <hkern u1="&#x436;" u2="&#x441;" k="41" />
+    <hkern u1="&#x436;" u2="&#x43e;" k="41" />
+    <hkern u1="&#x436;" u2="&#x435;" k="41" />
+    <hkern u1="&#x437;" u2="&#x44f;" k="-41" />
+    <hkern u1="&#x43a;" u2="&#x511;" k="41" />
+    <hkern u1="&#x43a;" u2="&#x50d;" k="41" />
+    <hkern u1="&#x43a;" u2="&#x503;" k="41" />
+    <hkern u1="&#x43a;" u2="&#x501;" k="41" />
+    <hkern u1="&#x43a;" u2="&#x4f5;" k="41" />
+    <hkern u1="&#x43a;" u2="&#x4eb;" k="41" />
+    <hkern u1="&#x43a;" u2="&#x4e9;" k="41" />
+    <hkern u1="&#x43a;" u2="&#x4e7;" k="41" />
+    <hkern u1="&#x43a;" u2="&#x4d7;" k="41" />
+    <hkern u1="&#x43a;" u2="&#x4cc;" k="41" />
+    <hkern u1="&#x43a;" u2="&#x4bf;" k="41" />
+    <hkern u1="&#x43a;" u2="&#x4bd;" k="41" />
+    <hkern u1="&#x43a;" u2="&#x4b9;" k="41" />
+    <hkern u1="&#x43a;" u2="&#x4b7;" k="41" />
+    <hkern u1="&#x43a;" u2="&#x4ab;" k="41" />
+    <hkern u1="&#x43a;" u2="&#x4a9;" k="41" />
+    <hkern u1="&#x43a;" u2="&#x481;" k="41" />
+    <hkern u1="&#x43a;" u2="&#x47d;" k="41" />
+    <hkern u1="&#x43a;" u2="&#x47b;" k="41" />
+    <hkern u1="&#x43a;" u2="&#x479;" k="41" />
+    <hkern u1="&#x43a;" u2="&#x473;" k="41" />
+    <hkern u1="&#x43a;" u2="&#x450;" k="41" />
+    <hkern u1="&#x43a;" u2="&#x454;" k="41" />
+    <hkern u1="&#x43a;" u2="&#x451;" k="41" />
+    <hkern u1="&#x43a;" u2="&#x447;" k="41" />
+    <hkern u1="&#x43a;" u2="&#x444;" k="41" />
+    <hkern u1="&#x43a;" u2="&#x441;" k="41" />
+    <hkern u1="&#x43a;" u2="&#x43e;" k="41" />
+    <hkern u1="&#x43a;" u2="&#x435;" k="41" />
+    <hkern u1="&#x43e;" u2="&#x50f;" k="20" />
+    <hkern u1="&#x43e;" u2="&#x507;" k="20" />
+    <hkern u1="&#x43e;" u2="&#x505;" k="20" />
+    <hkern u1="&#x43e;" u2="&#x4ff;" k="41" />
+    <hkern u1="&#x43e;" u2="&#x4fd;" k="41" />
+    <hkern u1="&#x43e;" u2="&#x4f5;" k="20" />
+    <hkern u1="&#x43e;" u2="&#x4f3;" k="20" />
+    <hkern u1="&#x43e;" u2="&#x4f1;" k="20" />
+    <hkern u1="&#x43e;" u2="&#x4ef;" k="20" />
+    <hkern u1="&#x43e;" u2="&#x4dd;" k="41" />
+    <hkern u1="&#x43e;" u2="&#x4cc;" k="20" />
+    <hkern u1="&#x43e;" u2="&#x4c2;" k="41" />
+    <hkern u1="&#x43e;" u2="&#x4b9;" k="20" />
+    <hkern u1="&#x43e;" u2="&#x4b7;" k="20" />
+    <hkern u1="&#x43e;" u2="&#x4b5;" k="20" />
+    <hkern u1="&#x43e;" u2="&#x4b3;" k="41" />
+    <hkern u1="&#x43e;" u2="&#x4ad;" k="20" />
+    <hkern u1="&#x43e;" u2="&#x4a1;" k="20" />
+    <hkern u1="&#x43e;" u2="&#x497;" k="41" />
+    <hkern u1="&#x43e;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x43e;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x43e;" u2="&#x45e;" k="20" />
+    <hkern u1="&#x43e;" u2="&#x44a;" k="20" />
+    <hkern u1="&#x43e;" u2="&#x447;" k="20" />
+    <hkern u1="&#x43e;" u2="&#x445;" k="41" />
+    <hkern u1="&#x43e;" u2="&#x443;" k="20" />
+    <hkern u1="&#x43e;" u2="&#x442;" k="20" />
+    <hkern u1="&#x43e;" u2="&#x436;" k="41" />
+    <hkern u1="&#x43e;" u2="&#x27;" k="20" />
+    <hkern u1="&#x43e;" u2="&#x22;" k="20" />
+    <hkern u1="&#x440;" u2="&#x50f;" k="20" />
+    <hkern u1="&#x440;" u2="&#x507;" k="20" />
+    <hkern u1="&#x440;" u2="&#x505;" k="20" />
+    <hkern u1="&#x440;" u2="&#x4ff;" k="41" />
+    <hkern u1="&#x440;" u2="&#x4fd;" k="41" />
+    <hkern u1="&#x440;" u2="&#x4f5;" k="20" />
+    <hkern u1="&#x440;" u2="&#x4f3;" k="20" />
+    <hkern u1="&#x440;" u2="&#x4f1;" k="20" />
+    <hkern u1="&#x440;" u2="&#x4ef;" k="20" />
+    <hkern u1="&#x440;" u2="&#x4dd;" k="41" />
+    <hkern u1="&#x440;" u2="&#x4cc;" k="20" />
+    <hkern u1="&#x440;" u2="&#x4c2;" k="41" />
+    <hkern u1="&#x440;" u2="&#x4b9;" k="20" />
+    <hkern u1="&#x440;" u2="&#x4b7;" k="20" />
+    <hkern u1="&#x440;" u2="&#x4b5;" k="20" />
+    <hkern u1="&#x440;" u2="&#x4b3;" k="41" />
+    <hkern u1="&#x440;" u2="&#x4ad;" k="20" />
+    <hkern u1="&#x440;" u2="&#x4a1;" k="20" />
+    <hkern u1="&#x440;" u2="&#x497;" k="41" />
+    <hkern u1="&#x440;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x440;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x440;" u2="&#x45e;" k="20" />
+    <hkern u1="&#x440;" u2="&#x44a;" k="20" />
+    <hkern u1="&#x440;" u2="&#x447;" k="20" />
+    <hkern u1="&#x440;" u2="&#x445;" k="41" />
+    <hkern u1="&#x440;" u2="&#x443;" k="20" />
+    <hkern u1="&#x440;" u2="&#x442;" k="20" />
+    <hkern u1="&#x440;" u2="&#x436;" k="41" />
+    <hkern u1="&#x440;" u2="&#x27;" k="20" />
+    <hkern u1="&#x440;" u2="&#x22;" k="20" />
+    <hkern u1="&#x442;" u2="&#x513;" k="61" />
+    <hkern u1="&#x442;" u2="&#x511;" k="20" />
+    <hkern u1="&#x442;" u2="&#x50d;" k="20" />
+    <hkern u1="&#x442;" u2="&#x509;" k="61" />
+    <hkern u1="&#x442;" u2="&#x503;" k="20" />
+    <hkern u1="&#x442;" u2="&#x501;" k="20" />
+    <hkern u1="&#x442;" u2="&#x4eb;" k="20" />
+    <hkern u1="&#x442;" u2="&#x4e9;" k="20" />
+    <hkern u1="&#x442;" u2="&#x4e7;" k="20" />
+    <hkern u1="&#x442;" u2="&#x4d7;" k="20" />
+    <hkern u1="&#x442;" u2="&#x4c6;" k="61" />
+    <hkern u1="&#x442;" u2="&#x4ab;" k="20" />
+    <hkern u1="&#x442;" u2="&#x4a9;" k="20" />
+    <hkern u1="&#x442;" u2="&#x481;" k="20" />
+    <hkern u1="&#x442;" u2="&#x47d;" k="20" />
+    <hkern u1="&#x442;" u2="&#x47b;" k="20" />
+    <hkern u1="&#x442;" u2="&#x479;" k="20" />
+    <hkern u1="&#x442;" u2="&#x473;" k="20" />
+    <hkern u1="&#x442;" u2="&#x467;" k="61" />
+    <hkern u1="&#x442;" u2="&#x450;" k="20" />
+    <hkern u1="&#x442;" u2="&#x201e;" k="102" />
+    <hkern u1="&#x442;" u2="&#x201a;" k="102" />
+    <hkern u1="&#x442;" u2="&#x2015;" k="41" />
+    <hkern u1="&#x442;" u2="&#x2014;" k="41" />
+    <hkern u1="&#x442;" u2="&#x2013;" k="41" />
+    <hkern u1="&#x442;" u2="&#x459;" k="61" />
+    <hkern u1="&#x442;" u2="&#x454;" k="20" />
+    <hkern u1="&#x442;" u2="&#x451;" k="20" />
+    <hkern u1="&#x442;" u2="&#x444;" k="20" />
+    <hkern u1="&#x442;" u2="&#x441;" k="20" />
+    <hkern u1="&#x442;" u2="&#x43e;" k="20" />
+    <hkern u1="&#x442;" u2="&#x43b;" k="61" />
+    <hkern u1="&#x442;" u2="&#x435;" k="20" />
+    <hkern u1="&#x442;" u2="&#x434;" k="61" />
+    <hkern u1="&#x442;" u2="&#x2e;" k="102" />
+    <hkern u1="&#x442;" u2="&#x2d;" k="41" />
+    <hkern u1="&#x442;" u2="&#x2c;" k="102" />
+    <hkern u1="&#x443;" u2="&#x513;" k="41" />
+    <hkern u1="&#x443;" u2="&#x509;" k="41" />
+    <hkern u1="&#x443;" u2="&#x4c6;" k="41" />
+    <hkern u1="&#x443;" u2="&#x467;" k="41" />
+    <hkern u1="&#x443;" u2="&#x201e;" k="82" />
+    <hkern u1="&#x443;" u2="&#x201a;" k="82" />
+    <hkern u1="&#x443;" u2="&#x459;" k="41" />
+    <hkern u1="&#x443;" u2="&#x43b;" k="41" />
+    <hkern u1="&#x443;" u2="&#x434;" k="41" />
+    <hkern u1="&#x443;" u2="&#x2e;" k="82" />
+    <hkern u1="&#x443;" u2="&#x2c;" k="82" />
+    <hkern u1="&#x444;" u2="&#x50f;" k="20" />
+    <hkern u1="&#x444;" u2="&#x507;" k="20" />
+    <hkern u1="&#x444;" u2="&#x505;" k="20" />
+    <hkern u1="&#x444;" u2="&#x4ff;" k="41" />
+    <hkern u1="&#x444;" u2="&#x4fd;" k="41" />
+    <hkern u1="&#x444;" u2="&#x4f5;" k="20" />
+    <hkern u1="&#x444;" u2="&#x4f3;" k="20" />
+    <hkern u1="&#x444;" u2="&#x4f1;" k="20" />
+    <hkern u1="&#x444;" u2="&#x4ef;" k="20" />
+    <hkern u1="&#x444;" u2="&#x4dd;" k="41" />
+    <hkern u1="&#x444;" u2="&#x4cc;" k="20" />
+    <hkern u1="&#x444;" u2="&#x4c2;" k="41" />
+    <hkern u1="&#x444;" u2="&#x4b9;" k="20" />
+    <hkern u1="&#x444;" u2="&#x4b7;" k="20" />
+    <hkern u1="&#x444;" u2="&#x4b5;" k="20" />
+    <hkern u1="&#x444;" u2="&#x4b3;" k="41" />
+    <hkern u1="&#x444;" u2="&#x4ad;" k="20" />
+    <hkern u1="&#x444;" u2="&#x4a1;" k="20" />
+    <hkern u1="&#x444;" u2="&#x497;" k="41" />
+    <hkern u1="&#x444;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x444;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x444;" u2="&#x45e;" k="20" />
+    <hkern u1="&#x444;" u2="&#x44a;" k="20" />
+    <hkern u1="&#x444;" u2="&#x447;" k="20" />
+    <hkern u1="&#x444;" u2="&#x445;" k="41" />
+    <hkern u1="&#x444;" u2="&#x443;" k="20" />
+    <hkern u1="&#x444;" u2="&#x442;" k="20" />
+    <hkern u1="&#x444;" u2="&#x436;" k="41" />
+    <hkern u1="&#x444;" u2="&#x27;" k="20" />
+    <hkern u1="&#x444;" u2="&#x22;" k="20" />
+    <hkern u1="&#x445;" u2="&#x511;" k="41" />
+    <hkern u1="&#x445;" u2="&#x50d;" k="41" />
+    <hkern u1="&#x445;" u2="&#x503;" k="41" />
+    <hkern u1="&#x445;" u2="&#x501;" k="41" />
+    <hkern u1="&#x445;" u2="&#x4f5;" k="41" />
+    <hkern u1="&#x445;" u2="&#x4eb;" k="41" />
+    <hkern u1="&#x445;" u2="&#x4e9;" k="41" />
+    <hkern u1="&#x445;" u2="&#x4e7;" k="41" />
+    <hkern u1="&#x445;" u2="&#x4d7;" k="41" />
+    <hkern u1="&#x445;" u2="&#x4cc;" k="41" />
+    <hkern u1="&#x445;" u2="&#x4bf;" k="41" />
+    <hkern u1="&#x445;" u2="&#x4bd;" k="41" />
+    <hkern u1="&#x445;" u2="&#x4b9;" k="41" />
+    <hkern u1="&#x445;" u2="&#x4b7;" k="41" />
+    <hkern u1="&#x445;" u2="&#x4ab;" k="41" />
+    <hkern u1="&#x445;" u2="&#x4a9;" k="41" />
+    <hkern u1="&#x445;" u2="&#x481;" k="41" />
+    <hkern u1="&#x445;" u2="&#x47d;" k="41" />
+    <hkern u1="&#x445;" u2="&#x47b;" k="41" />
+    <hkern u1="&#x445;" u2="&#x479;" k="41" />
+    <hkern u1="&#x445;" u2="&#x473;" k="41" />
+    <hkern u1="&#x445;" u2="&#x450;" k="41" />
+    <hkern u1="&#x445;" u2="&#x454;" k="41" />
+    <hkern u1="&#x445;" u2="&#x451;" k="41" />
+    <hkern u1="&#x445;" u2="&#x447;" k="41" />
+    <hkern u1="&#x445;" u2="&#x444;" k="41" />
+    <hkern u1="&#x445;" u2="&#x441;" k="41" />
+    <hkern u1="&#x445;" u2="&#x43e;" k="41" />
+    <hkern u1="&#x445;" u2="&#x435;" k="41" />
+    <hkern u1="&#x446;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x446;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x446;" u2="&#x27;" k="20" />
+    <hkern u1="&#x446;" u2="&#x22;" k="20" />
+    <hkern u1="&#x449;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x449;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x449;" u2="&#x27;" k="20" />
+    <hkern u1="&#x449;" u2="&#x22;" k="20" />
+    <hkern u1="&#x44a;" u2="&#x50f;" k="102" />
+    <hkern u1="&#x44a;" u2="&#x507;" k="102" />
+    <hkern u1="&#x44a;" u2="&#x505;" k="102" />
+    <hkern u1="&#x44a;" u2="&#x4ff;" k="41" />
+    <hkern u1="&#x44a;" u2="&#x4fd;" k="41" />
+    <hkern u1="&#x44a;" u2="&#x4f5;" k="82" />
+    <hkern u1="&#x44a;" u2="&#x4f3;" k="61" />
+    <hkern u1="&#x44a;" u2="&#x4f1;" k="61" />
+    <hkern u1="&#x44a;" u2="&#x4ef;" k="61" />
+    <hkern u1="&#x44a;" u2="&#x4e1;" k="41" />
+    <hkern u1="&#x44a;" u2="&#x4dd;" k="41" />
+    <hkern u1="&#x44a;" u2="&#x4cc;" k="82" />
+    <hkern u1="&#x44a;" u2="&#x4c2;" k="41" />
+    <hkern u1="&#x44a;" u2="&#x4bf;" k="41" />
+    <hkern u1="&#x44a;" u2="&#x4bd;" k="41" />
+    <hkern u1="&#x44a;" u2="&#x4b9;" k="82" />
+    <hkern u1="&#x44a;" u2="&#x4b7;" k="82" />
+    <hkern u1="&#x44a;" u2="&#x4b5;" k="102" />
+    <hkern u1="&#x44a;" u2="&#x4b3;" k="41" />
+    <hkern u1="&#x44a;" u2="&#x4b1;" k="61" />
+    <hkern u1="&#x44a;" u2="&#x4af;" k="61" />
+    <hkern u1="&#x44a;" u2="&#x4ad;" k="102" />
+    <hkern u1="&#x44a;" u2="&#x4a1;" k="102" />
+    <hkern u1="&#x44a;" u2="&#x497;" k="41" />
+    <hkern u1="&#x44a;" u2="&#x47f;" k="41" />
+    <hkern u1="&#x44a;" u2="&#x477;" k="41" />
+    <hkern u1="&#x44a;" u2="&#x475;" k="41" />
+    <hkern u1="&#x44a;" u2="&#x461;" k="41" />
+    <hkern u1="&#x44a;" u2="&#x201d;" k="123" />
+    <hkern u1="&#x44a;" u2="&#x2019;" k="123" />
+    <hkern u1="&#x44a;" u2="&#x45e;" k="61" />
+    <hkern u1="&#x44a;" u2="&#x44a;" k="102" />
+    <hkern u1="&#x44a;" u2="&#x447;" k="82" />
+    <hkern u1="&#x44a;" u2="&#x445;" k="41" />
+    <hkern u1="&#x44a;" u2="&#x443;" k="61" />
+    <hkern u1="&#x44a;" u2="&#x442;" k="102" />
+    <hkern u1="&#x44a;" u2="&#x436;" k="41" />
+    <hkern u1="&#x44a;" u2="&#x27;" k="123" />
+    <hkern u1="&#x44a;" u2="&#x22;" k="123" />
+    <hkern u1="&#x44c;" u2="&#x50f;" k="102" />
+    <hkern u1="&#x44c;" u2="&#x507;" k="102" />
+    <hkern u1="&#x44c;" u2="&#x505;" k="102" />
+    <hkern u1="&#x44c;" u2="&#x4ff;" k="41" />
+    <hkern u1="&#x44c;" u2="&#x4fd;" k="41" />
+    <hkern u1="&#x44c;" u2="&#x4f5;" k="82" />
+    <hkern u1="&#x44c;" u2="&#x4f3;" k="61" />
+    <hkern u1="&#x44c;" u2="&#x4f1;" k="61" />
+    <hkern u1="&#x44c;" u2="&#x4ef;" k="61" />
+    <hkern u1="&#x44c;" u2="&#x4e1;" k="41" />
+    <hkern u1="&#x44c;" u2="&#x4dd;" k="41" />
+    <hkern u1="&#x44c;" u2="&#x4cc;" k="82" />
+    <hkern u1="&#x44c;" u2="&#x4c2;" k="41" />
+    <hkern u1="&#x44c;" u2="&#x4bf;" k="41" />
+    <hkern u1="&#x44c;" u2="&#x4bd;" k="41" />
+    <hkern u1="&#x44c;" u2="&#x4b9;" k="82" />
+    <hkern u1="&#x44c;" u2="&#x4b7;" k="82" />
+    <hkern u1="&#x44c;" u2="&#x4b5;" k="102" />
+    <hkern u1="&#x44c;" u2="&#x4b3;" k="41" />
+    <hkern u1="&#x44c;" u2="&#x4b1;" k="61" />
+    <hkern u1="&#x44c;" u2="&#x4af;" k="61" />
+    <hkern u1="&#x44c;" u2="&#x4ad;" k="102" />
+    <hkern u1="&#x44c;" u2="&#x4a1;" k="102" />
+    <hkern u1="&#x44c;" u2="&#x497;" k="41" />
+    <hkern u1="&#x44c;" u2="&#x47f;" k="41" />
+    <hkern u1="&#x44c;" u2="&#x477;" k="41" />
+    <hkern u1="&#x44c;" u2="&#x475;" k="41" />
+    <hkern u1="&#x44c;" u2="&#x461;" k="41" />
+    <hkern u1="&#x44c;" u2="&#x201d;" k="123" />
+    <hkern u1="&#x44c;" u2="&#x2019;" k="123" />
+    <hkern u1="&#x44c;" u2="&#x45e;" k="61" />
+    <hkern u1="&#x44c;" u2="&#x44a;" k="102" />
+    <hkern u1="&#x44c;" u2="&#x447;" k="82" />
+    <hkern u1="&#x44c;" u2="&#x445;" k="41" />
+    <hkern u1="&#x44c;" u2="&#x443;" k="61" />
+    <hkern u1="&#x44c;" u2="&#x442;" k="102" />
+    <hkern u1="&#x44c;" u2="&#x436;" k="41" />
+    <hkern u1="&#x44c;" u2="&#x27;" k="123" />
+    <hkern u1="&#x44c;" u2="&#x22;" k="123" />
+    <hkern u1="&#x44d;" u2="&#x50f;" k="20" />
+    <hkern u1="&#x44d;" u2="&#x507;" k="20" />
+    <hkern u1="&#x44d;" u2="&#x505;" k="20" />
+    <hkern u1="&#x44d;" u2="&#x4ff;" k="41" />
+    <hkern u1="&#x44d;" u2="&#x4fd;" k="41" />
+    <hkern u1="&#x44d;" u2="&#x4f5;" k="20" />
+    <hkern u1="&#x44d;" u2="&#x4f3;" k="20" />
+    <hkern u1="&#x44d;" u2="&#x4f1;" k="20" />
+    <hkern u1="&#x44d;" u2="&#x4ef;" k="20" />
+    <hkern u1="&#x44d;" u2="&#x4dd;" k="41" />
+    <hkern u1="&#x44d;" u2="&#x4cc;" k="20" />
+    <hkern u1="&#x44d;" u2="&#x4c2;" k="41" />
+    <hkern u1="&#x44d;" u2="&#x4b9;" k="20" />
+    <hkern u1="&#x44d;" u2="&#x4b7;" k="20" />
+    <hkern u1="&#x44d;" u2="&#x4b5;" k="20" />
+    <hkern u1="&#x44d;" u2="&#x4b3;" k="41" />
+    <hkern u1="&#x44d;" u2="&#x4ad;" k="20" />
+    <hkern u1="&#x44d;" u2="&#x4a1;" k="20" />
+    <hkern u1="&#x44d;" u2="&#x497;" k="41" />
+    <hkern u1="&#x44d;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x44d;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x44d;" u2="&#x45e;" k="20" />
+    <hkern u1="&#x44d;" u2="&#x44a;" k="20" />
+    <hkern u1="&#x44d;" u2="&#x447;" k="20" />
+    <hkern u1="&#x44d;" u2="&#x445;" k="41" />
+    <hkern u1="&#x44d;" u2="&#x443;" k="20" />
+    <hkern u1="&#x44d;" u2="&#x442;" k="20" />
+    <hkern u1="&#x44d;" u2="&#x436;" k="41" />
+    <hkern u1="&#x44d;" u2="&#x27;" k="20" />
+    <hkern u1="&#x44d;" u2="&#x22;" k="20" />
+    <hkern u1="&#x44e;" u2="&#x50f;" k="20" />
+    <hkern u1="&#x44e;" u2="&#x507;" k="20" />
+    <hkern u1="&#x44e;" u2="&#x505;" k="20" />
+    <hkern u1="&#x44e;" u2="&#x4ff;" k="41" />
+    <hkern u1="&#x44e;" u2="&#x4fd;" k="41" />
+    <hkern u1="&#x44e;" u2="&#x4f5;" k="20" />
+    <hkern u1="&#x44e;" u2="&#x4f3;" k="20" />
+    <hkern u1="&#x44e;" u2="&#x4f1;" k="20" />
+    <hkern u1="&#x44e;" u2="&#x4ef;" k="20" />
+    <hkern u1="&#x44e;" u2="&#x4dd;" k="41" />
+    <hkern u1="&#x44e;" u2="&#x4cc;" k="20" />
+    <hkern u1="&#x44e;" u2="&#x4c2;" k="41" />
+    <hkern u1="&#x44e;" u2="&#x4b9;" k="20" />
+    <hkern u1="&#x44e;" u2="&#x4b7;" k="20" />
+    <hkern u1="&#x44e;" u2="&#x4b5;" k="20" />
+    <hkern u1="&#x44e;" u2="&#x4b3;" k="41" />
+    <hkern u1="&#x44e;" u2="&#x4ad;" k="20" />
+    <hkern u1="&#x44e;" u2="&#x4a1;" k="20" />
+    <hkern u1="&#x44e;" u2="&#x497;" k="41" />
+    <hkern u1="&#x44e;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x44e;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x44e;" u2="&#x45e;" k="20" />
+    <hkern u1="&#x44e;" u2="&#x44a;" k="20" />
+    <hkern u1="&#x44e;" u2="&#x447;" k="20" />
+    <hkern u1="&#x44e;" u2="&#x445;" k="41" />
+    <hkern u1="&#x44e;" u2="&#x443;" k="20" />
+    <hkern u1="&#x44e;" u2="&#x442;" k="20" />
+    <hkern u1="&#x44e;" u2="&#x436;" k="41" />
+    <hkern u1="&#x44e;" u2="&#x27;" k="20" />
+    <hkern u1="&#x44e;" u2="&#x22;" k="20" />
+    <hkern u1="&#x451;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x451;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x451;" u2="&#x27;" k="20" />
+    <hkern u1="&#x451;" u2="&#x22;" k="20" />
+    <hkern u1="&#x452;" u2="&#x507;" k="41" />
+    <hkern u1="&#x452;" u2="&#x505;" k="41" />
+    <hkern u1="&#x452;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x452;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x452;" u2="&#x27;" k="20" />
+    <hkern u1="&#x452;" u2="&#x22;" k="20" />
+    <hkern u1="&#x453;" u2="&#x513;" k="61" />
+    <hkern u1="&#x453;" u2="&#x511;" k="20" />
+    <hkern u1="&#x453;" u2="&#x50d;" k="20" />
+    <hkern u1="&#x453;" u2="&#x509;" k="61" />
+    <hkern u1="&#x453;" u2="&#x503;" k="20" />
+    <hkern u1="&#x453;" u2="&#x501;" k="20" />
+    <hkern u1="&#x453;" u2="&#x4eb;" k="20" />
+    <hkern u1="&#x453;" u2="&#x4e9;" k="20" />
+    <hkern u1="&#x453;" u2="&#x4e7;" k="20" />
+    <hkern u1="&#x453;" u2="&#x4d7;" k="20" />
+    <hkern u1="&#x453;" u2="&#x4c6;" k="61" />
+    <hkern u1="&#x453;" u2="&#x4ab;" k="20" />
+    <hkern u1="&#x453;" u2="&#x4a9;" k="20" />
+    <hkern u1="&#x453;" u2="&#x481;" k="20" />
+    <hkern u1="&#x453;" u2="&#x47d;" k="20" />
+    <hkern u1="&#x453;" u2="&#x47b;" k="20" />
+    <hkern u1="&#x453;" u2="&#x479;" k="20" />
+    <hkern u1="&#x453;" u2="&#x473;" k="20" />
+    <hkern u1="&#x453;" u2="&#x467;" k="61" />
+    <hkern u1="&#x453;" u2="&#x450;" k="20" />
+    <hkern u1="&#x453;" u2="&#x201e;" k="102" />
+    <hkern u1="&#x453;" u2="&#x201a;" k="102" />
+    <hkern u1="&#x453;" u2="&#x2015;" k="41" />
+    <hkern u1="&#x453;" u2="&#x2014;" k="41" />
+    <hkern u1="&#x453;" u2="&#x2013;" k="41" />
+    <hkern u1="&#x453;" u2="&#x459;" k="61" />
+    <hkern u1="&#x453;" u2="&#x454;" k="20" />
+    <hkern u1="&#x453;" u2="&#x451;" k="20" />
+    <hkern u1="&#x453;" u2="&#x444;" k="20" />
+    <hkern u1="&#x453;" u2="&#x441;" k="20" />
+    <hkern u1="&#x453;" u2="&#x43e;" k="20" />
+    <hkern u1="&#x453;" u2="&#x43b;" k="61" />
+    <hkern u1="&#x453;" u2="&#x435;" k="20" />
+    <hkern u1="&#x453;" u2="&#x434;" k="61" />
+    <hkern u1="&#x453;" u2="&#x2e;" k="102" />
+    <hkern u1="&#x453;" u2="&#x2d;" k="41" />
+    <hkern u1="&#x453;" u2="&#x2c;" k="102" />
+    <hkern u1="&#x459;" u2="&#x50f;" k="102" />
+    <hkern u1="&#x459;" u2="&#x507;" k="102" />
+    <hkern u1="&#x459;" u2="&#x505;" k="102" />
+    <hkern u1="&#x459;" u2="&#x4ff;" k="41" />
+    <hkern u1="&#x459;" u2="&#x4fd;" k="41" />
+    <hkern u1="&#x459;" u2="&#x4f5;" k="82" />
+    <hkern u1="&#x459;" u2="&#x4f3;" k="61" />
+    <hkern u1="&#x459;" u2="&#x4f1;" k="61" />
+    <hkern u1="&#x459;" u2="&#x4ef;" k="61" />
+    <hkern u1="&#x459;" u2="&#x4e1;" k="41" />
+    <hkern u1="&#x459;" u2="&#x4dd;" k="41" />
+    <hkern u1="&#x459;" u2="&#x4cc;" k="82" />
+    <hkern u1="&#x459;" u2="&#x4c2;" k="41" />
+    <hkern u1="&#x459;" u2="&#x4bf;" k="41" />
+    <hkern u1="&#x459;" u2="&#x4bd;" k="41" />
+    <hkern u1="&#x459;" u2="&#x4b9;" k="82" />
+    <hkern u1="&#x459;" u2="&#x4b7;" k="82" />
+    <hkern u1="&#x459;" u2="&#x4b5;" k="102" />
+    <hkern u1="&#x459;" u2="&#x4b3;" k="41" />
+    <hkern u1="&#x459;" u2="&#x4b1;" k="61" />
+    <hkern u1="&#x459;" u2="&#x4af;" k="61" />
+    <hkern u1="&#x459;" u2="&#x4ad;" k="102" />
+    <hkern u1="&#x459;" u2="&#x4a1;" k="102" />
+    <hkern u1="&#x459;" u2="&#x497;" k="41" />
+    <hkern u1="&#x459;" u2="&#x47f;" k="41" />
+    <hkern u1="&#x459;" u2="&#x477;" k="41" />
+    <hkern u1="&#x459;" u2="&#x475;" k="41" />
+    <hkern u1="&#x459;" u2="&#x461;" k="41" />
+    <hkern u1="&#x459;" u2="&#x201d;" k="123" />
+    <hkern u1="&#x459;" u2="&#x2019;" k="123" />
+    <hkern u1="&#x459;" u2="&#x45e;" k="61" />
+    <hkern u1="&#x459;" u2="&#x44a;" k="102" />
+    <hkern u1="&#x459;" u2="&#x447;" k="82" />
+    <hkern u1="&#x459;" u2="&#x445;" k="41" />
+    <hkern u1="&#x459;" u2="&#x443;" k="61" />
+    <hkern u1="&#x459;" u2="&#x442;" k="102" />
+    <hkern u1="&#x459;" u2="&#x436;" k="41" />
+    <hkern u1="&#x459;" u2="&#x27;" k="123" />
+    <hkern u1="&#x459;" u2="&#x22;" k="123" />
+    <hkern u1="&#x45a;" u2="&#x50f;" k="102" />
+    <hkern u1="&#x45a;" u2="&#x507;" k="102" />
+    <hkern u1="&#x45a;" u2="&#x505;" k="102" />
+    <hkern u1="&#x45a;" u2="&#x4ff;" k="41" />
+    <hkern u1="&#x45a;" u2="&#x4fd;" k="41" />
+    <hkern u1="&#x45a;" u2="&#x4f5;" k="82" />
+    <hkern u1="&#x45a;" u2="&#x4f3;" k="61" />
+    <hkern u1="&#x45a;" u2="&#x4f1;" k="61" />
+    <hkern u1="&#x45a;" u2="&#x4ef;" k="61" />
+    <hkern u1="&#x45a;" u2="&#x4e1;" k="41" />
+    <hkern u1="&#x45a;" u2="&#x4dd;" k="41" />
+    <hkern u1="&#x45a;" u2="&#x4cc;" k="82" />
+    <hkern u1="&#x45a;" u2="&#x4c2;" k="41" />
+    <hkern u1="&#x45a;" u2="&#x4bf;" k="41" />
+    <hkern u1="&#x45a;" u2="&#x4bd;" k="41" />
+    <hkern u1="&#x45a;" u2="&#x4b9;" k="82" />
+    <hkern u1="&#x45a;" u2="&#x4b7;" k="82" />
+    <hkern u1="&#x45a;" u2="&#x4b5;" k="102" />
+    <hkern u1="&#x45a;" u2="&#x4b3;" k="41" />
+    <hkern u1="&#x45a;" u2="&#x4b1;" k="61" />
+    <hkern u1="&#x45a;" u2="&#x4af;" k="61" />
+    <hkern u1="&#x45a;" u2="&#x4ad;" k="102" />
+    <hkern u1="&#x45a;" u2="&#x4a1;" k="102" />
+    <hkern u1="&#x45a;" u2="&#x497;" k="41" />
+    <hkern u1="&#x45a;" u2="&#x47f;" k="41" />
+    <hkern u1="&#x45a;" u2="&#x477;" k="41" />
+    <hkern u1="&#x45a;" u2="&#x475;" k="41" />
+    <hkern u1="&#x45a;" u2="&#x461;" k="41" />
+    <hkern u1="&#x45a;" u2="&#x201d;" k="123" />
+    <hkern u1="&#x45a;" u2="&#x2019;" k="123" />
+    <hkern u1="&#x45a;" u2="&#x45e;" k="61" />
+    <hkern u1="&#x45a;" u2="&#x44a;" k="102" />
+    <hkern u1="&#x45a;" u2="&#x447;" k="82" />
+    <hkern u1="&#x45a;" u2="&#x445;" k="41" />
+    <hkern u1="&#x45a;" u2="&#x443;" k="61" />
+    <hkern u1="&#x45a;" u2="&#x442;" k="102" />
+    <hkern u1="&#x45a;" u2="&#x436;" k="41" />
+    <hkern u1="&#x45a;" u2="&#x27;" k="123" />
+    <hkern u1="&#x45a;" u2="&#x22;" k="123" />
+    <hkern u1="&#x45b;" u2="&#x507;" k="41" />
+    <hkern u1="&#x45b;" u2="&#x505;" k="41" />
+    <hkern u1="&#x45b;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x45b;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x45b;" u2="&#x27;" k="20" />
+    <hkern u1="&#x45b;" u2="&#x22;" k="20" />
+    <hkern u1="&#x45c;" u2="&#x511;" k="41" />
+    <hkern u1="&#x45c;" u2="&#x50d;" k="41" />
+    <hkern u1="&#x45c;" u2="&#x503;" k="41" />
+    <hkern u1="&#x45c;" u2="&#x501;" k="41" />
+    <hkern u1="&#x45c;" u2="&#x4f5;" k="41" />
+    <hkern u1="&#x45c;" u2="&#x4eb;" k="41" />
+    <hkern u1="&#x45c;" u2="&#x4e9;" k="41" />
+    <hkern u1="&#x45c;" u2="&#x4e7;" k="41" />
+    <hkern u1="&#x45c;" u2="&#x4d7;" k="41" />
+    <hkern u1="&#x45c;" u2="&#x4cc;" k="41" />
+    <hkern u1="&#x45c;" u2="&#x4bf;" k="41" />
+    <hkern u1="&#x45c;" u2="&#x4bd;" k="41" />
+    <hkern u1="&#x45c;" u2="&#x4b9;" k="41" />
+    <hkern u1="&#x45c;" u2="&#x4b7;" k="41" />
+    <hkern u1="&#x45c;" u2="&#x4ab;" k="41" />
+    <hkern u1="&#x45c;" u2="&#x4a9;" k="41" />
+    <hkern u1="&#x45c;" u2="&#x481;" k="41" />
+    <hkern u1="&#x45c;" u2="&#x47d;" k="41" />
+    <hkern u1="&#x45c;" u2="&#x47b;" k="41" />
+    <hkern u1="&#x45c;" u2="&#x479;" k="41" />
+    <hkern u1="&#x45c;" u2="&#x473;" k="41" />
+    <hkern u1="&#x45c;" u2="&#x450;" k="41" />
+    <hkern u1="&#x45c;" u2="&#x454;" k="41" />
+    <hkern u1="&#x45c;" u2="&#x451;" k="41" />
+    <hkern u1="&#x45c;" u2="&#x447;" k="41" />
+    <hkern u1="&#x45c;" u2="&#x444;" k="41" />
+    <hkern u1="&#x45c;" u2="&#x441;" k="41" />
+    <hkern u1="&#x45c;" u2="&#x43e;" k="41" />
+    <hkern u1="&#x45c;" u2="&#x435;" k="41" />
+    <hkern u1="&#x45e;" u2="&#x513;" k="41" />
+    <hkern u1="&#x45e;" u2="&#x509;" k="41" />
+    <hkern u1="&#x45e;" u2="&#x4c6;" k="41" />
+    <hkern u1="&#x45e;" u2="&#x467;" k="41" />
+    <hkern u1="&#x45e;" u2="&#x201e;" k="82" />
+    <hkern u1="&#x45e;" u2="&#x201a;" k="82" />
+    <hkern u1="&#x45e;" u2="&#x459;" k="41" />
+    <hkern u1="&#x45e;" u2="&#x43b;" k="41" />
+    <hkern u1="&#x45e;" u2="&#x434;" k="41" />
+    <hkern u1="&#x45e;" u2="&#x2e;" k="82" />
+    <hkern u1="&#x45e;" u2="&#x2c;" k="82" />
+    <hkern u1="&#x490;" u2="&#x513;" k="123" />
+    <hkern u1="&#x490;" u2="&#x512;" k="102" />
+    <hkern u1="&#x490;" u2="&#x511;" k="143" />
+    <hkern u1="&#x490;" u2="&#x50f;" k="82" />
+    <hkern u1="&#x490;" u2="&#x50d;" k="143" />
+    <hkern u1="&#x490;" u2="&#x50c;" k="41" />
+    <hkern u1="&#x490;" u2="&#x50b;" k="102" />
+    <hkern u1="&#x490;" u2="&#x509;" k="123" />
+    <hkern u1="&#x490;" u2="&#x508;" k="102" />
+    <hkern u1="&#x490;" u2="&#x507;" k="102" />
+    <hkern u1="&#x490;" u2="&#x505;" k="102" />
+    <hkern u1="&#x490;" u2="&#x503;" k="143" />
+    <hkern u1="&#x490;" u2="&#x502;" k="143" />
+    <hkern u1="&#x490;" u2="&#x501;" k="143" />
+    <hkern u1="&#x490;" u2="&#x500;" k="143" />
+    <hkern u1="&#x490;" u2="&#x4ff;" k="41" />
+    <hkern u1="&#x490;" u2="&#x4fd;" k="41" />
+    <hkern u1="&#x490;" u2="&#x4f9;" k="102" />
+    <hkern u1="&#x490;" u2="&#x4f7;" k="102" />
+    <hkern u1="&#x490;" u2="&#x4f5;" k="102" />
+    <hkern u1="&#x490;" u2="&#x4f3;" k="82" />
+    <hkern u1="&#x490;" u2="&#x4f1;" k="82" />
+    <hkern u1="&#x490;" u2="&#x4ef;" k="82" />
+    <hkern u1="&#x490;" u2="&#x4ed;" k="41" />
+    <hkern u1="&#x490;" u2="&#x4eb;" k="143" />
+    <hkern u1="&#x490;" u2="&#x4ea;" k="41" />
+    <hkern u1="&#x490;" u2="&#x4e9;" k="143" />
+    <hkern u1="&#x490;" u2="&#x4e8;" k="41" />
+    <hkern u1="&#x490;" u2="&#x4e7;" k="143" />
+    <hkern u1="&#x490;" u2="&#x4e6;" k="41" />
+    <hkern u1="&#x490;" u2="&#x4e5;" k="102" />
+    <hkern u1="&#x490;" u2="&#x4e3;" k="102" />
+    <hkern u1="&#x490;" u2="&#x4e1;" k="61" />
+    <hkern u1="&#x490;" u2="&#x4df;" k="41" />
+    <hkern u1="&#x490;" u2="&#x4dd;" k="41" />
+    <hkern u1="&#x490;" u2="&#x4d7;" k="143" />
+    <hkern u1="&#x490;" u2="&#x4d4;" k="143" />
+    <hkern u1="&#x490;" u2="&#x4d2;" k="143" />
+    <hkern u1="&#x490;" u2="&#x4d0;" k="143" />
+    <hkern u1="&#x490;" u2="&#x4ce;" k="102" />
+    <hkern u1="&#x490;" u2="&#x4cc;" k="102" />
+    <hkern u1="&#x490;" u2="&#x4ca;" k="102" />
+    <hkern u1="&#x490;" u2="&#x4c8;" k="102" />
+    <hkern u1="&#x490;" u2="&#x4c6;" k="123" />
+    <hkern u1="&#x490;" u2="&#x4c5;" k="102" />
+    <hkern u1="&#x490;" u2="&#x4c4;" k="102" />
+    <hkern u1="&#x490;" u2="&#x4c2;" k="41" />
+    <hkern u1="&#x490;" u2="&#x4bf;" k="143" />
+    <hkern u1="&#x490;" u2="&#x4be;" k="102" />
+    <hkern u1="&#x490;" u2="&#x4bd;" k="143" />
+    <hkern u1="&#x490;" u2="&#x4bc;" k="102" />
+    <hkern u1="&#x490;" u2="&#x4bb;" k="102" />
+    <hkern u1="&#x490;" u2="&#x4b9;" k="102" />
+    <hkern u1="&#x490;" u2="&#x4b7;" k="102" />
+    <hkern u1="&#x490;" u2="&#x4b5;" k="82" />
+    <hkern u1="&#x490;" u2="&#x4b3;" k="41" />
+    <hkern u1="&#x490;" u2="&#x4b1;" k="82" />
+    <hkern u1="&#x490;" u2="&#x4af;" k="82" />
+    <hkern u1="&#x490;" u2="&#x4ad;" k="82" />
+    <hkern u1="&#x490;" u2="&#x4ac;" k="-41" />
+    <hkern u1="&#x490;" u2="&#x4ab;" k="143" />
+    <hkern u1="&#x490;" u2="&#x4aa;" k="41" />
+    <hkern u1="&#x490;" u2="&#x4a9;" k="143" />
+    <hkern u1="&#x490;" u2="&#x4a8;" k="41" />
+    <hkern u1="&#x490;" u2="&#x4a7;" k="102" />
+    <hkern u1="&#x490;" u2="&#x4a5;" k="102" />
+    <hkern u1="&#x490;" u2="&#x4a3;" k="102" />
+    <hkern u1="&#x490;" u2="&#x4a1;" k="82" />
+    <hkern u1="&#x490;" u2="&#x49d;" k="102" />
+    <hkern u1="&#x490;" u2="&#x49b;" k="102" />
+    <hkern u1="&#x490;" u2="&#x499;" k="41" />
+    <hkern u1="&#x490;" u2="&#x497;" k="41" />
+    <hkern u1="&#x490;" u2="&#x495;" k="102" />
+    <hkern u1="&#x490;" u2="&#x48f;" k="102" />
+    <hkern u1="&#x490;" u2="&#x48b;" k="102" />
+    <hkern u1="&#x490;" u2="&#x481;" k="143" />
+    <hkern u1="&#x490;" u2="&#x480;" k="41" />
+    <hkern u1="&#x490;" u2="&#x47f;" k="41" />
+    <hkern u1="&#x490;" u2="&#x47e;" k="41" />
+    <hkern u1="&#x490;" u2="&#x47d;" k="143" />
+    <hkern u1="&#x490;" u2="&#x47c;" k="41" />
+    <hkern u1="&#x490;" u2="&#x47b;" k="143" />
+    <hkern u1="&#x490;" u2="&#x47a;" k="41" />
+    <hkern u1="&#x490;" u2="&#x479;" k="143" />
+    <hkern u1="&#x490;" u2="&#x478;" k="41" />
+    <hkern u1="&#x490;" u2="&#x477;" k="41" />
+    <hkern u1="&#x490;" u2="&#x475;" k="41" />
+    <hkern u1="&#x490;" u2="&#x473;" k="143" />
+    <hkern u1="&#x490;" u2="&#x472;" k="41" />
+    <hkern u1="&#x490;" u2="&#x471;" k="102" />
+    <hkern u1="&#x490;" u2="&#x46d;" k="102" />
+    <hkern u1="&#x490;" u2="&#x46b;" k="102" />
+    <hkern u1="&#x490;" u2="&#x469;" k="102" />
+    <hkern u1="&#x490;" u2="&#x467;" k="123" />
+    <hkern u1="&#x490;" u2="&#x466;" k="143" />
+    <hkern u1="&#x490;" u2="&#x465;" k="102" />
+    <hkern u1="&#x490;" u2="&#x461;" k="41" />
+    <hkern u1="&#x490;" u2="&#x460;" k="41" />
+    <hkern u1="&#x490;" u2="&#x45d;" k="102" />
+    <hkern u1="&#x490;" u2="&#x450;" k="143" />
+    <hkern u1="&#x490;" u2="&#x201e;" k="123" />
+    <hkern u1="&#x490;" u2="&#x201a;" k="123" />
+    <hkern u1="&#x490;" u2="&#x2015;" k="82" />
+    <hkern u1="&#x490;" u2="&#x2014;" k="82" />
+    <hkern u1="&#x490;" u2="&#x2013;" k="82" />
+    <hkern u1="&#x490;" u2="&#x491;" k="102" />
+    <hkern u1="&#x490;" u2="&#x45f;" k="102" />
+    <hkern u1="&#x490;" u2="&#x45e;" k="82" />
+    <hkern u1="&#x490;" u2="&#x45c;" k="102" />
+    <hkern u1="&#x490;" u2="&#x45a;" k="102" />
+    <hkern u1="&#x490;" u2="&#x459;" k="123" />
+    <hkern u1="&#x490;" u2="&#x455;" k="123" />
+    <hkern u1="&#x490;" u2="&#x454;" k="143" />
+    <hkern u1="&#x490;" u2="&#x453;" k="102" />
+    <hkern u1="&#x490;" u2="&#x451;" k="143" />
+    <hkern u1="&#x490;" u2="&#x44f;" k="61" />
+    <hkern u1="&#x490;" u2="&#x44e;" k="102" />
+    <hkern u1="&#x490;" u2="&#x44d;" k="41" />
+    <hkern u1="&#x490;" u2="&#x44c;" k="102" />
+    <hkern u1="&#x490;" u2="&#x44b;" k="102" />
+    <hkern u1="&#x490;" u2="&#x44a;" k="82" />
+    <hkern u1="&#x490;" u2="&#x449;" k="102" />
+    <hkern u1="&#x490;" u2="&#x448;" k="102" />
+    <hkern u1="&#x490;" u2="&#x447;" k="102" />
+    <hkern u1="&#x490;" u2="&#x446;" k="102" />
+    <hkern u1="&#x490;" u2="&#x445;" k="41" />
+    <hkern u1="&#x490;" u2="&#x444;" k="143" />
+    <hkern u1="&#x490;" u2="&#x443;" k="82" />
+    <hkern u1="&#x490;" u2="&#x442;" k="82" />
+    <hkern u1="&#x490;" u2="&#x441;" k="143" />
+    <hkern u1="&#x490;" u2="&#x440;" k="102" />
+    <hkern u1="&#x490;" u2="&#x43f;" k="102" />
+    <hkern u1="&#x490;" u2="&#x43e;" k="143" />
+    <hkern u1="&#x490;" u2="&#x43d;" k="102" />
+    <hkern u1="&#x490;" u2="&#x43c;" k="102" />
+    <hkern u1="&#x490;" u2="&#x43b;" k="123" />
+    <hkern u1="&#x490;" u2="&#x43a;" k="102" />
+    <hkern u1="&#x490;" u2="&#x439;" k="102" />
+    <hkern u1="&#x490;" u2="&#x438;" k="102" />
+    <hkern u1="&#x490;" u2="&#x437;" k="41" />
+    <hkern u1="&#x490;" u2="&#x436;" k="41" />
+    <hkern u1="&#x490;" u2="&#x435;" k="143" />
+    <hkern u1="&#x490;" u2="&#x434;" k="123" />
+    <hkern u1="&#x490;" u2="&#x433;" k="102" />
+    <hkern u1="&#x490;" u2="&#x432;" k="102" />
+    <hkern u1="&#x490;" u2="&#x424;" k="82" />
+    <hkern u1="&#x490;" u2="&#x422;" k="-41" />
+    <hkern u1="&#x490;" u2="&#x421;" k="41" />
+    <hkern u1="&#x490;" u2="&#x41e;" k="41" />
+    <hkern u1="&#x490;" u2="&#x41b;" k="102" />
+    <hkern u1="&#x490;" u2="&#x414;" k="102" />
+    <hkern u1="&#x490;" u2="&#x410;" k="143" />
+    <hkern u1="&#x490;" u2="&#x409;" k="102" />
+    <hkern u1="&#x490;" u2="&#x404;" k="41" />
+    <hkern u1="&#x490;" u2="&#x2e;" k="123" />
+    <hkern u1="&#x490;" u2="&#x2d;" k="82" />
+    <hkern u1="&#x490;" u2="&#x2c;" k="123" />
+    <hkern u1="&#x491;" u2="&#x513;" k="61" />
+    <hkern u1="&#x491;" u2="&#x511;" k="20" />
+    <hkern u1="&#x491;" u2="&#x50d;" k="20" />
+    <hkern u1="&#x491;" u2="&#x509;" k="61" />
+    <hkern u1="&#x491;" u2="&#x503;" k="20" />
+    <hkern u1="&#x491;" u2="&#x501;" k="20" />
+    <hkern u1="&#x491;" u2="&#x4eb;" k="20" />
+    <hkern u1="&#x491;" u2="&#x4e9;" k="20" />
+    <hkern u1="&#x491;" u2="&#x4e7;" k="20" />
+    <hkern u1="&#x491;" u2="&#x4d7;" k="20" />
+    <hkern u1="&#x491;" u2="&#x4c6;" k="61" />
+    <hkern u1="&#x491;" u2="&#x4ab;" k="20" />
+    <hkern u1="&#x491;" u2="&#x4a9;" k="20" />
+    <hkern u1="&#x491;" u2="&#x481;" k="20" />
+    <hkern u1="&#x491;" u2="&#x47d;" k="20" />
+    <hkern u1="&#x491;" u2="&#x47b;" k="20" />
+    <hkern u1="&#x491;" u2="&#x479;" k="20" />
+    <hkern u1="&#x491;" u2="&#x473;" k="20" />
+    <hkern u1="&#x491;" u2="&#x467;" k="61" />
+    <hkern u1="&#x491;" u2="&#x450;" k="20" />
+    <hkern u1="&#x491;" u2="&#x201e;" k="102" />
+    <hkern u1="&#x491;" u2="&#x201a;" k="102" />
+    <hkern u1="&#x491;" u2="&#x2015;" k="41" />
+    <hkern u1="&#x491;" u2="&#x2014;" k="41" />
+    <hkern u1="&#x491;" u2="&#x2013;" k="41" />
+    <hkern u1="&#x491;" u2="&#x459;" k="61" />
+    <hkern u1="&#x491;" u2="&#x454;" k="20" />
+    <hkern u1="&#x491;" u2="&#x451;" k="20" />
+    <hkern u1="&#x491;" u2="&#x444;" k="20" />
+    <hkern u1="&#x491;" u2="&#x441;" k="20" />
+    <hkern u1="&#x491;" u2="&#x43e;" k="20" />
+    <hkern u1="&#x491;" u2="&#x43b;" k="61" />
+    <hkern u1="&#x491;" u2="&#x435;" k="20" />
+    <hkern u1="&#x491;" u2="&#x434;" k="61" />
+    <hkern u1="&#x491;" u2="&#x2e;" k="102" />
+    <hkern u1="&#x491;" u2="&#x2d;" k="41" />
+    <hkern u1="&#x491;" u2="&#x2c;" k="102" />
+    <hkern u1="&#x1e80;" u2="&#x1ef1;" k="20" />
+    <hkern u1="&#x1e80;" u2="&#x1eef;" k="20" />
+    <hkern u1="&#x1e80;" u2="&#x1eed;" k="20" />
+    <hkern u1="&#x1e80;" u2="&#x1eeb;" k="20" />
+    <hkern u1="&#x1e80;" u2="&#x1ee9;" k="20" />
+    <hkern u1="&#x1e80;" u2="&#x1ee7;" k="20" />
+    <hkern u1="&#x1e80;" u2="&#x1ee5;" k="20" />
+    <hkern u1="&#x1e80;" u2="&#x1ee3;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#x1ee2;" k="20" />
+    <hkern u1="&#x1e80;" u2="&#x1ee1;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#x1ee0;" k="20" />
+    <hkern u1="&#x1e80;" u2="&#x1edf;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#x1ede;" k="20" />
+    <hkern u1="&#x1e80;" u2="&#x1edd;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#x1edc;" k="20" />
+    <hkern u1="&#x1e80;" u2="&#x1edb;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#x1eda;" k="20" />
+    <hkern u1="&#x1e80;" u2="&#x1ed9;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#x1ed8;" k="20" />
+    <hkern u1="&#x1e80;" u2="&#x1ed7;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#x1ed6;" k="20" />
+    <hkern u1="&#x1e80;" u2="&#x1ed5;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#x1ed4;" k="20" />
+    <hkern u1="&#x1e80;" u2="&#x1ed2;" k="20" />
+    <hkern u1="&#x1e80;" u2="&#x1ed1;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#x1ed0;" k="20" />
+    <hkern u1="&#x1e80;" u2="&#x1ecf;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#x1ece;" k="20" />
+    <hkern u1="&#x1e80;" u2="&#x1ecd;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#x1ecc;" k="20" />
+    <hkern u1="&#x1e80;" u2="&#x1ec7;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#x1ec5;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#x1ec3;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#x1ebf;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#x1ebd;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#x1ebb;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#x1eb9;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#x1eb7;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#x1eb6;" k="82" />
+    <hkern u1="&#x1e80;" u2="&#x1eb5;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#x1eb4;" k="82" />
+    <hkern u1="&#x1e80;" u2="&#x1eb3;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#x1eb2;" k="82" />
+    <hkern u1="&#x1e80;" u2="&#x1eb1;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#x1eb0;" k="82" />
+    <hkern u1="&#x1e80;" u2="&#x1eaf;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#x1eae;" k="82" />
+    <hkern u1="&#x1e80;" u2="&#x1ead;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#x1eac;" k="82" />
+    <hkern u1="&#x1e80;" u2="&#x1eab;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#x1eaa;" k="82" />
+    <hkern u1="&#x1e80;" u2="&#x1ea9;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#x1ea8;" k="82" />
+    <hkern u1="&#x1e80;" u2="&#x1ea6;" k="82" />
+    <hkern u1="&#x1e80;" u2="&#x1ea5;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#x1ea4;" k="82" />
+    <hkern u1="&#x1e80;" u2="&#x1ea3;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#x1ea2;" k="82" />
+    <hkern u1="&#x1e80;" u2="&#x1ea1;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#x1ea0;" k="82" />
+    <hkern u1="&#x1e80;" u2="&#x1b0;" k="20" />
+    <hkern u1="&#x1e80;" u2="&#x1a1;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#x1a0;" k="20" />
+    <hkern u1="&#x1e80;" u2="&#x1e01;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#x1e00;" k="82" />
+    <hkern u1="&#x1e80;" u2="&#x1e3f;" k="20" />
+    <hkern u1="&#x1e80;" u2="&#x201e;" k="102" />
+    <hkern u1="&#x1e80;" u2="&#x201a;" k="102" />
+    <hkern u1="&#x1e80;" u2="&#x219;" k="20" />
+    <hkern u1="&#x1e80;" u2="&#x1ff;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#x1fe;" k="20" />
+    <hkern u1="&#x1e80;" u2="&#x1fd;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#x1fb;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#x1fa;" k="82" />
+    <hkern u1="&#x1e80;" u2="&#x173;" k="20" />
+    <hkern u1="&#x1e80;" u2="&#x171;" k="20" />
+    <hkern u1="&#x1e80;" u2="&#x16f;" k="20" />
+    <hkern u1="&#x1e80;" u2="&#x16d;" k="20" />
+    <hkern u1="&#x1e80;" u2="&#x16b;" k="20" />
+    <hkern u1="&#x1e80;" u2="&#x169;" k="20" />
+    <hkern u1="&#x1e80;" u2="&#x15f;" k="20" />
+    <hkern u1="&#x1e80;" u2="&#x15b;" k="20" />
+    <hkern u1="&#x1e80;" u2="&#x157;" k="20" />
+    <hkern u1="&#x1e80;" u2="&#x155;" k="20" />
+    <hkern u1="&#x1e80;" u2="&#x153;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#x152;" k="20" />
+    <hkern u1="&#x1e80;" u2="&#x151;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#x150;" k="20" />
+    <hkern u1="&#x1e80;" u2="&#x14f;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#x14e;" k="20" />
+    <hkern u1="&#x1e80;" u2="&#x14d;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#x14c;" k="20" />
+    <hkern u1="&#x1e80;" u2="&#x14b;" k="20" />
+    <hkern u1="&#x1e80;" u2="&#x146;" k="20" />
+    <hkern u1="&#x1e80;" u2="&#x144;" k="20" />
+    <hkern u1="&#x1e80;" u2="&#x138;" k="20" />
+    <hkern u1="&#x1e80;" u2="&#x123;" k="20" />
+    <hkern u1="&#x1e80;" u2="&#x122;" k="20" />
+    <hkern u1="&#x1e80;" u2="&#x121;" k="20" />
+    <hkern u1="&#x1e80;" u2="&#x120;" k="20" />
+    <hkern u1="&#x1e80;" u2="&#x11f;" k="20" />
+    <hkern u1="&#x1e80;" u2="&#x11e;" k="20" />
+    <hkern u1="&#x1e80;" u2="&#x11d;" k="20" />
+    <hkern u1="&#x1e80;" u2="&#x11c;" k="20" />
+    <hkern u1="&#x1e80;" u2="&#x11b;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#x119;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#x117;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#x115;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#x113;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#x111;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#x10f;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#x10d;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#x10c;" k="20" />
+    <hkern u1="&#x1e80;" u2="&#x10b;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#x10a;" k="20" />
+    <hkern u1="&#x1e80;" u2="&#x109;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#x108;" k="20" />
+    <hkern u1="&#x1e80;" u2="&#x107;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#x106;" k="20" />
+    <hkern u1="&#x1e80;" u2="&#x105;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#x104;" k="82" />
+    <hkern u1="&#x1e80;" u2="&#x103;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#x102;" k="82" />
+    <hkern u1="&#x1e80;" u2="&#x101;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#x100;" k="82" />
+    <hkern u1="&#x1e80;" u2="&#xfc;" k="20" />
+    <hkern u1="&#x1e80;" u2="&#xfb;" k="20" />
+    <hkern u1="&#x1e80;" u2="&#xfa;" k="20" />
+    <hkern u1="&#x1e80;" u2="&#xf9;" k="20" />
+    <hkern u1="&#x1e80;" u2="&#xf8;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#xf6;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#xf5;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#xf4;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#xf3;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#xf2;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#xeb;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#xea;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#xe9;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#xe8;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#xe7;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#xe6;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#xe5;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#xe4;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#xe3;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#xe2;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#xe1;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#xe0;" k="41" />
+    <hkern u1="&#x1e80;" u2="&#xd8;" k="20" />
+    <hkern u1="&#x1e80;" u2="&#xd6;" k="20" />
+    <hkern u1="&#x1e80;" u2="&#xd5;" k="20" />
+    <hkern u1="&#x1e80;" u2="&#xd4;" k="20" />
+    <hkern u1="&#x1e80;" u2="&#xd3;" k="20" />
+    <hkern u1="&#x1e80;" u2="&#xd2;" k="20" />
+    <hkern u1="&#x1e80;" u2="&#xc7;" k="20" />
+    <hkern u1="&#x1e80;" u2="&#xc5;" k="82" />
+    <hkern u1="&#x1e80;" u2="&#xc4;" k="82" />
+    <hkern u1="&#x1e80;" u2="&#xc3;" k="82" />
+    <hkern u1="&#x1e80;" u2="&#xc2;" k="82" />
+    <hkern u1="&#x1e80;" u2="&#xc1;" k="82" />
+    <hkern u1="&#x1e80;" u2="&#xc0;" k="82" />
+    <hkern u1="&#x1e80;" u2="u" k="20" />
+    <hkern u1="&#x1e80;" u2="s" k="20" />
+    <hkern u1="&#x1e80;" u2="r" k="20" />
+    <hkern u1="&#x1e80;" u2="q" k="41" />
+    <hkern u1="&#x1e80;" u2="p" k="20" />
+    <hkern u1="&#x1e80;" u2="o" k="41" />
+    <hkern u1="&#x1e80;" u2="n" k="20" />
+    <hkern u1="&#x1e80;" u2="m" k="20" />
+    <hkern u1="&#x1e80;" u2="g" k="20" />
+    <hkern u1="&#x1e80;" u2="e" k="41" />
+    <hkern u1="&#x1e80;" u2="d" k="41" />
+    <hkern u1="&#x1e80;" u2="c" k="41" />
+    <hkern u1="&#x1e80;" u2="a" k="41" />
+    <hkern u1="&#x1e80;" u2="Q" k="20" />
+    <hkern u1="&#x1e80;" u2="O" k="20" />
+    <hkern u1="&#x1e80;" u2="G" k="20" />
+    <hkern u1="&#x1e80;" u2="C" k="20" />
+    <hkern u1="&#x1e80;" u2="A" k="82" />
+    <hkern u1="&#x1e80;" u2="&#x3f;" k="-41" />
+    <hkern u1="&#x1e80;" u2="&#x2e;" k="102" />
+    <hkern u1="&#x1e80;" u2="&#x2c;" k="102" />
+    <hkern u1="&#x1e81;" u2="&#x201e;" k="82" />
+    <hkern u1="&#x1e81;" u2="&#x201d;" k="-82" />
+    <hkern u1="&#x1e81;" u2="&#x201a;" k="82" />
+    <hkern u1="&#x1e81;" u2="&#x2019;" k="-82" />
+    <hkern u1="&#x1e81;" u2="&#x3f;" k="-41" />
+    <hkern u1="&#x1e81;" u2="&#x2e;" k="82" />
+    <hkern u1="&#x1e81;" u2="&#x2c;" k="82" />
+    <hkern u1="&#x1e81;" u2="&#x27;" k="-82" />
+    <hkern u1="&#x1e81;" u2="&#x22;" k="-82" />
+    <hkern u1="&#x1e82;" u2="&#x1ef1;" k="20" />
+    <hkern u1="&#x1e82;" u2="&#x1eef;" k="20" />
+    <hkern u1="&#x1e82;" u2="&#x1eed;" k="20" />
+    <hkern u1="&#x1e82;" u2="&#x1eeb;" k="20" />
+    <hkern u1="&#x1e82;" u2="&#x1ee9;" k="20" />
+    <hkern u1="&#x1e82;" u2="&#x1ee7;" k="20" />
+    <hkern u1="&#x1e82;" u2="&#x1ee5;" k="20" />
+    <hkern u1="&#x1e82;" u2="&#x1ee3;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#x1ee2;" k="20" />
+    <hkern u1="&#x1e82;" u2="&#x1ee1;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#x1ee0;" k="20" />
+    <hkern u1="&#x1e82;" u2="&#x1edf;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#x1ede;" k="20" />
+    <hkern u1="&#x1e82;" u2="&#x1edd;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#x1edc;" k="20" />
+    <hkern u1="&#x1e82;" u2="&#x1edb;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#x1eda;" k="20" />
+    <hkern u1="&#x1e82;" u2="&#x1ed9;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#x1ed8;" k="20" />
+    <hkern u1="&#x1e82;" u2="&#x1ed7;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#x1ed6;" k="20" />
+    <hkern u1="&#x1e82;" u2="&#x1ed5;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#x1ed4;" k="20" />
+    <hkern u1="&#x1e82;" u2="&#x1ed2;" k="20" />
+    <hkern u1="&#x1e82;" u2="&#x1ed1;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#x1ed0;" k="20" />
+    <hkern u1="&#x1e82;" u2="&#x1ecf;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#x1ece;" k="20" />
+    <hkern u1="&#x1e82;" u2="&#x1ecd;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#x1ecc;" k="20" />
+    <hkern u1="&#x1e82;" u2="&#x1ec7;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#x1ec5;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#x1ec3;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#x1ebf;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#x1ebd;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#x1ebb;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#x1eb9;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#x1eb7;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#x1eb6;" k="82" />
+    <hkern u1="&#x1e82;" u2="&#x1eb5;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#x1eb4;" k="82" />
+    <hkern u1="&#x1e82;" u2="&#x1eb3;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#x1eb2;" k="82" />
+    <hkern u1="&#x1e82;" u2="&#x1eb1;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#x1eb0;" k="82" />
+    <hkern u1="&#x1e82;" u2="&#x1eaf;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#x1eae;" k="82" />
+    <hkern u1="&#x1e82;" u2="&#x1ead;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#x1eac;" k="82" />
+    <hkern u1="&#x1e82;" u2="&#x1eab;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#x1eaa;" k="82" />
+    <hkern u1="&#x1e82;" u2="&#x1ea9;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#x1ea8;" k="82" />
+    <hkern u1="&#x1e82;" u2="&#x1ea6;" k="82" />
+    <hkern u1="&#x1e82;" u2="&#x1ea5;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#x1ea4;" k="82" />
+    <hkern u1="&#x1e82;" u2="&#x1ea3;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#x1ea2;" k="82" />
+    <hkern u1="&#x1e82;" u2="&#x1ea1;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#x1ea0;" k="82" />
+    <hkern u1="&#x1e82;" u2="&#x1b0;" k="20" />
+    <hkern u1="&#x1e82;" u2="&#x1a1;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#x1a0;" k="20" />
+    <hkern u1="&#x1e82;" u2="&#x1e01;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#x1e00;" k="82" />
+    <hkern u1="&#x1e82;" u2="&#x1e3f;" k="20" />
+    <hkern u1="&#x1e82;" u2="&#x201e;" k="102" />
+    <hkern u1="&#x1e82;" u2="&#x201a;" k="102" />
+    <hkern u1="&#x1e82;" u2="&#x219;" k="20" />
+    <hkern u1="&#x1e82;" u2="&#x1ff;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#x1fe;" k="20" />
+    <hkern u1="&#x1e82;" u2="&#x1fd;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#x1fb;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#x1fa;" k="82" />
+    <hkern u1="&#x1e82;" u2="&#x173;" k="20" />
+    <hkern u1="&#x1e82;" u2="&#x171;" k="20" />
+    <hkern u1="&#x1e82;" u2="&#x16f;" k="20" />
+    <hkern u1="&#x1e82;" u2="&#x16d;" k="20" />
+    <hkern u1="&#x1e82;" u2="&#x16b;" k="20" />
+    <hkern u1="&#x1e82;" u2="&#x169;" k="20" />
+    <hkern u1="&#x1e82;" u2="&#x15f;" k="20" />
+    <hkern u1="&#x1e82;" u2="&#x15b;" k="20" />
+    <hkern u1="&#x1e82;" u2="&#x157;" k="20" />
+    <hkern u1="&#x1e82;" u2="&#x155;" k="20" />
+    <hkern u1="&#x1e82;" u2="&#x153;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#x152;" k="20" />
+    <hkern u1="&#x1e82;" u2="&#x151;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#x150;" k="20" />
+    <hkern u1="&#x1e82;" u2="&#x14f;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#x14e;" k="20" />
+    <hkern u1="&#x1e82;" u2="&#x14d;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#x14c;" k="20" />
+    <hkern u1="&#x1e82;" u2="&#x14b;" k="20" />
+    <hkern u1="&#x1e82;" u2="&#x146;" k="20" />
+    <hkern u1="&#x1e82;" u2="&#x144;" k="20" />
+    <hkern u1="&#x1e82;" u2="&#x138;" k="20" />
+    <hkern u1="&#x1e82;" u2="&#x123;" k="20" />
+    <hkern u1="&#x1e82;" u2="&#x122;" k="20" />
+    <hkern u1="&#x1e82;" u2="&#x121;" k="20" />
+    <hkern u1="&#x1e82;" u2="&#x120;" k="20" />
+    <hkern u1="&#x1e82;" u2="&#x11f;" k="20" />
+    <hkern u1="&#x1e82;" u2="&#x11e;" k="20" />
+    <hkern u1="&#x1e82;" u2="&#x11d;" k="20" />
+    <hkern u1="&#x1e82;" u2="&#x11c;" k="20" />
+    <hkern u1="&#x1e82;" u2="&#x11b;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#x119;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#x117;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#x115;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#x113;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#x111;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#x10f;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#x10d;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#x10c;" k="20" />
+    <hkern u1="&#x1e82;" u2="&#x10b;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#x10a;" k="20" />
+    <hkern u1="&#x1e82;" u2="&#x109;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#x108;" k="20" />
+    <hkern u1="&#x1e82;" u2="&#x107;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#x106;" k="20" />
+    <hkern u1="&#x1e82;" u2="&#x105;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#x104;" k="82" />
+    <hkern u1="&#x1e82;" u2="&#x103;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#x102;" k="82" />
+    <hkern u1="&#x1e82;" u2="&#x101;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#x100;" k="82" />
+    <hkern u1="&#x1e82;" u2="&#xfc;" k="20" />
+    <hkern u1="&#x1e82;" u2="&#xfb;" k="20" />
+    <hkern u1="&#x1e82;" u2="&#xfa;" k="20" />
+    <hkern u1="&#x1e82;" u2="&#xf9;" k="20" />
+    <hkern u1="&#x1e82;" u2="&#xf8;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#xf6;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#xf5;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#xf4;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#xf3;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#xf2;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#xeb;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#xea;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#xe9;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#xe8;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#xe7;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#xe6;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#xe5;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#xe4;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#xe3;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#xe2;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#xe1;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#xe0;" k="41" />
+    <hkern u1="&#x1e82;" u2="&#xd8;" k="20" />
+    <hkern u1="&#x1e82;" u2="&#xd6;" k="20" />
+    <hkern u1="&#x1e82;" u2="&#xd5;" k="20" />
+    <hkern u1="&#x1e82;" u2="&#xd4;" k="20" />
+    <hkern u1="&#x1e82;" u2="&#xd3;" k="20" />
+    <hkern u1="&#x1e82;" u2="&#xd2;" k="20" />
+    <hkern u1="&#x1e82;" u2="&#xc7;" k="20" />
+    <hkern u1="&#x1e82;" u2="&#xc5;" k="82" />
+    <hkern u1="&#x1e82;" u2="&#xc4;" k="82" />
+    <hkern u1="&#x1e82;" u2="&#xc3;" k="82" />
+    <hkern u1="&#x1e82;" u2="&#xc2;" k="82" />
+    <hkern u1="&#x1e82;" u2="&#xc1;" k="82" />
+    <hkern u1="&#x1e82;" u2="&#xc0;" k="82" />
+    <hkern u1="&#x1e82;" u2="u" k="20" />
+    <hkern u1="&#x1e82;" u2="s" k="20" />
+    <hkern u1="&#x1e82;" u2="r" k="20" />
+    <hkern u1="&#x1e82;" u2="q" k="41" />
+    <hkern u1="&#x1e82;" u2="p" k="20" />
+    <hkern u1="&#x1e82;" u2="o" k="41" />
+    <hkern u1="&#x1e82;" u2="n" k="20" />
+    <hkern u1="&#x1e82;" u2="m" k="20" />
+    <hkern u1="&#x1e82;" u2="g" k="20" />
+    <hkern u1="&#x1e82;" u2="e" k="41" />
+    <hkern u1="&#x1e82;" u2="d" k="41" />
+    <hkern u1="&#x1e82;" u2="c" k="41" />
+    <hkern u1="&#x1e82;" u2="a" k="41" />
+    <hkern u1="&#x1e82;" u2="Q" k="20" />
+    <hkern u1="&#x1e82;" u2="O" k="20" />
+    <hkern u1="&#x1e82;" u2="G" k="20" />
+    <hkern u1="&#x1e82;" u2="C" k="20" />
+    <hkern u1="&#x1e82;" u2="A" k="82" />
+    <hkern u1="&#x1e82;" u2="&#x3f;" k="-41" />
+    <hkern u1="&#x1e82;" u2="&#x2e;" k="102" />
+    <hkern u1="&#x1e82;" u2="&#x2c;" k="102" />
+    <hkern u1="&#x1e83;" u2="&#x201e;" k="82" />
+    <hkern u1="&#x1e83;" u2="&#x201d;" k="-82" />
+    <hkern u1="&#x1e83;" u2="&#x201a;" k="82" />
+    <hkern u1="&#x1e83;" u2="&#x2019;" k="-82" />
+    <hkern u1="&#x1e83;" u2="&#x3f;" k="-41" />
+    <hkern u1="&#x1e83;" u2="&#x2e;" k="82" />
+    <hkern u1="&#x1e83;" u2="&#x2c;" k="82" />
+    <hkern u1="&#x1e83;" u2="&#x27;" k="-82" />
+    <hkern u1="&#x1e83;" u2="&#x22;" k="-82" />
+    <hkern u1="&#x1e84;" u2="&#x1ef1;" k="20" />
+    <hkern u1="&#x1e84;" u2="&#x1eef;" k="20" />
+    <hkern u1="&#x1e84;" u2="&#x1eed;" k="20" />
+    <hkern u1="&#x1e84;" u2="&#x1eeb;" k="20" />
+    <hkern u1="&#x1e84;" u2="&#x1ee9;" k="20" />
+    <hkern u1="&#x1e84;" u2="&#x1ee7;" k="20" />
+    <hkern u1="&#x1e84;" u2="&#x1ee5;" k="20" />
+    <hkern u1="&#x1e84;" u2="&#x1ee3;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#x1ee2;" k="20" />
+    <hkern u1="&#x1e84;" u2="&#x1ee1;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#x1ee0;" k="20" />
+    <hkern u1="&#x1e84;" u2="&#x1edf;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#x1ede;" k="20" />
+    <hkern u1="&#x1e84;" u2="&#x1edd;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#x1edc;" k="20" />
+    <hkern u1="&#x1e84;" u2="&#x1edb;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#x1eda;" k="20" />
+    <hkern u1="&#x1e84;" u2="&#x1ed9;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#x1ed8;" k="20" />
+    <hkern u1="&#x1e84;" u2="&#x1ed7;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#x1ed6;" k="20" />
+    <hkern u1="&#x1e84;" u2="&#x1ed5;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#x1ed4;" k="20" />
+    <hkern u1="&#x1e84;" u2="&#x1ed2;" k="20" />
+    <hkern u1="&#x1e84;" u2="&#x1ed1;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#x1ed0;" k="20" />
+    <hkern u1="&#x1e84;" u2="&#x1ecf;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#x1ece;" k="20" />
+    <hkern u1="&#x1e84;" u2="&#x1ecd;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#x1ecc;" k="20" />
+    <hkern u1="&#x1e84;" u2="&#x1ec7;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#x1ec5;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#x1ec3;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#x1ebf;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#x1ebd;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#x1ebb;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#x1eb9;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#x1eb7;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#x1eb6;" k="82" />
+    <hkern u1="&#x1e84;" u2="&#x1eb5;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#x1eb4;" k="82" />
+    <hkern u1="&#x1e84;" u2="&#x1eb3;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#x1eb2;" k="82" />
+    <hkern u1="&#x1e84;" u2="&#x1eb1;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#x1eb0;" k="82" />
+    <hkern u1="&#x1e84;" u2="&#x1eaf;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#x1eae;" k="82" />
+    <hkern u1="&#x1e84;" u2="&#x1ead;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#x1eac;" k="82" />
+    <hkern u1="&#x1e84;" u2="&#x1eab;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#x1eaa;" k="82" />
+    <hkern u1="&#x1e84;" u2="&#x1ea9;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#x1ea8;" k="82" />
+    <hkern u1="&#x1e84;" u2="&#x1ea6;" k="82" />
+    <hkern u1="&#x1e84;" u2="&#x1ea5;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#x1ea4;" k="82" />
+    <hkern u1="&#x1e84;" u2="&#x1ea3;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#x1ea2;" k="82" />
+    <hkern u1="&#x1e84;" u2="&#x1ea1;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#x1ea0;" k="82" />
+    <hkern u1="&#x1e84;" u2="&#x1b0;" k="20" />
+    <hkern u1="&#x1e84;" u2="&#x1a1;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#x1a0;" k="20" />
+    <hkern u1="&#x1e84;" u2="&#x1e01;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#x1e00;" k="82" />
+    <hkern u1="&#x1e84;" u2="&#x1e3f;" k="20" />
+    <hkern u1="&#x1e84;" u2="&#x201e;" k="102" />
+    <hkern u1="&#x1e84;" u2="&#x201a;" k="102" />
+    <hkern u1="&#x1e84;" u2="&#x219;" k="20" />
+    <hkern u1="&#x1e84;" u2="&#x1ff;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#x1fe;" k="20" />
+    <hkern u1="&#x1e84;" u2="&#x1fd;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#x1fb;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#x1fa;" k="82" />
+    <hkern u1="&#x1e84;" u2="&#x173;" k="20" />
+    <hkern u1="&#x1e84;" u2="&#x171;" k="20" />
+    <hkern u1="&#x1e84;" u2="&#x16f;" k="20" />
+    <hkern u1="&#x1e84;" u2="&#x16d;" k="20" />
+    <hkern u1="&#x1e84;" u2="&#x16b;" k="20" />
+    <hkern u1="&#x1e84;" u2="&#x169;" k="20" />
+    <hkern u1="&#x1e84;" u2="&#x15f;" k="20" />
+    <hkern u1="&#x1e84;" u2="&#x15b;" k="20" />
+    <hkern u1="&#x1e84;" u2="&#x157;" k="20" />
+    <hkern u1="&#x1e84;" u2="&#x155;" k="20" />
+    <hkern u1="&#x1e84;" u2="&#x153;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#x152;" k="20" />
+    <hkern u1="&#x1e84;" u2="&#x151;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#x150;" k="20" />
+    <hkern u1="&#x1e84;" u2="&#x14f;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#x14e;" k="20" />
+    <hkern u1="&#x1e84;" u2="&#x14d;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#x14c;" k="20" />
+    <hkern u1="&#x1e84;" u2="&#x14b;" k="20" />
+    <hkern u1="&#x1e84;" u2="&#x146;" k="20" />
+    <hkern u1="&#x1e84;" u2="&#x144;" k="20" />
+    <hkern u1="&#x1e84;" u2="&#x138;" k="20" />
+    <hkern u1="&#x1e84;" u2="&#x123;" k="20" />
+    <hkern u1="&#x1e84;" u2="&#x122;" k="20" />
+    <hkern u1="&#x1e84;" u2="&#x121;" k="20" />
+    <hkern u1="&#x1e84;" u2="&#x120;" k="20" />
+    <hkern u1="&#x1e84;" u2="&#x11f;" k="20" />
+    <hkern u1="&#x1e84;" u2="&#x11e;" k="20" />
+    <hkern u1="&#x1e84;" u2="&#x11d;" k="20" />
+    <hkern u1="&#x1e84;" u2="&#x11c;" k="20" />
+    <hkern u1="&#x1e84;" u2="&#x11b;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#x119;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#x117;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#x115;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#x113;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#x111;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#x10f;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#x10d;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#x10c;" k="20" />
+    <hkern u1="&#x1e84;" u2="&#x10b;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#x10a;" k="20" />
+    <hkern u1="&#x1e84;" u2="&#x109;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#x108;" k="20" />
+    <hkern u1="&#x1e84;" u2="&#x107;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#x106;" k="20" />
+    <hkern u1="&#x1e84;" u2="&#x105;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#x104;" k="82" />
+    <hkern u1="&#x1e84;" u2="&#x103;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#x102;" k="82" />
+    <hkern u1="&#x1e84;" u2="&#x101;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#x100;" k="82" />
+    <hkern u1="&#x1e84;" u2="&#xfc;" k="20" />
+    <hkern u1="&#x1e84;" u2="&#xfb;" k="20" />
+    <hkern u1="&#x1e84;" u2="&#xfa;" k="20" />
+    <hkern u1="&#x1e84;" u2="&#xf9;" k="20" />
+    <hkern u1="&#x1e84;" u2="&#xf8;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#xf6;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#xf5;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#xf4;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#xf3;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#xf2;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#xeb;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#xea;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#xe9;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#xe8;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#xe7;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#xe6;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#xe5;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#xe4;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#xe3;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#xe2;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#xe1;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#xe0;" k="41" />
+    <hkern u1="&#x1e84;" u2="&#xd8;" k="20" />
+    <hkern u1="&#x1e84;" u2="&#xd6;" k="20" />
+    <hkern u1="&#x1e84;" u2="&#xd5;" k="20" />
+    <hkern u1="&#x1e84;" u2="&#xd4;" k="20" />
+    <hkern u1="&#x1e84;" u2="&#xd3;" k="20" />
+    <hkern u1="&#x1e84;" u2="&#xd2;" k="20" />
+    <hkern u1="&#x1e84;" u2="&#xc7;" k="20" />
+    <hkern u1="&#x1e84;" u2="&#xc5;" k="82" />
+    <hkern u1="&#x1e84;" u2="&#xc4;" k="82" />
+    <hkern u1="&#x1e84;" u2="&#xc3;" k="82" />
+    <hkern u1="&#x1e84;" u2="&#xc2;" k="82" />
+    <hkern u1="&#x1e84;" u2="&#xc1;" k="82" />
+    <hkern u1="&#x1e84;" u2="&#xc0;" k="82" />
+    <hkern u1="&#x1e84;" u2="u" k="20" />
+    <hkern u1="&#x1e84;" u2="s" k="20" />
+    <hkern u1="&#x1e84;" u2="r" k="20" />
+    <hkern u1="&#x1e84;" u2="q" k="41" />
+    <hkern u1="&#x1e84;" u2="p" k="20" />
+    <hkern u1="&#x1e84;" u2="o" k="41" />
+    <hkern u1="&#x1e84;" u2="n" k="20" />
+    <hkern u1="&#x1e84;" u2="m" k="20" />
+    <hkern u1="&#x1e84;" u2="g" k="20" />
+    <hkern u1="&#x1e84;" u2="e" k="41" />
+    <hkern u1="&#x1e84;" u2="d" k="41" />
+    <hkern u1="&#x1e84;" u2="c" k="41" />
+    <hkern u1="&#x1e84;" u2="a" k="41" />
+    <hkern u1="&#x1e84;" u2="Q" k="20" />
+    <hkern u1="&#x1e84;" u2="O" k="20" />
+    <hkern u1="&#x1e84;" u2="G" k="20" />
+    <hkern u1="&#x1e84;" u2="C" k="20" />
+    <hkern u1="&#x1e84;" u2="A" k="82" />
+    <hkern u1="&#x1e84;" u2="&#x3f;" k="-41" />
+    <hkern u1="&#x1e84;" u2="&#x2e;" k="102" />
+    <hkern u1="&#x1e84;" u2="&#x2c;" k="102" />
+    <hkern u1="&#x1e85;" u2="&#x201e;" k="82" />
+    <hkern u1="&#x1e85;" u2="&#x201d;" k="-82" />
+    <hkern u1="&#x1e85;" u2="&#x201a;" k="82" />
+    <hkern u1="&#x1e85;" u2="&#x2019;" k="-82" />
+    <hkern u1="&#x1e85;" u2="&#x3f;" k="-41" />
+    <hkern u1="&#x1e85;" u2="&#x2e;" k="82" />
+    <hkern u1="&#x1e85;" u2="&#x2c;" k="82" />
+    <hkern u1="&#x1e85;" u2="&#x27;" k="-82" />
+    <hkern u1="&#x1e85;" u2="&#x22;" k="-82" />
+    <hkern u1="&#x1ef2;" u2="&#x1ef1;" k="61" />
+    <hkern u1="&#x1ef2;" u2="&#x1eef;" k="61" />
+    <hkern u1="&#x1ef2;" u2="&#x1eed;" k="61" />
+    <hkern u1="&#x1ef2;" u2="&#x1eeb;" k="61" />
+    <hkern u1="&#x1ef2;" u2="&#x1ee9;" k="61" />
+    <hkern u1="&#x1ef2;" u2="&#x1ee7;" k="61" />
+    <hkern u1="&#x1ef2;" u2="&#x1ee5;" k="61" />
+    <hkern u1="&#x1ef2;" u2="&#x1ee3;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#x1ee2;" k="41" />
+    <hkern u1="&#x1ef2;" u2="&#x1ee1;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#x1ee0;" k="41" />
+    <hkern u1="&#x1ef2;" u2="&#x1edf;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#x1ede;" k="41" />
+    <hkern u1="&#x1ef2;" u2="&#x1edd;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#x1edc;" k="41" />
+    <hkern u1="&#x1ef2;" u2="&#x1edb;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#x1eda;" k="41" />
+    <hkern u1="&#x1ef2;" u2="&#x1ed9;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#x1ed8;" k="41" />
+    <hkern u1="&#x1ef2;" u2="&#x1ed7;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#x1ed6;" k="41" />
+    <hkern u1="&#x1ef2;" u2="&#x1ed5;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#x1ed4;" k="41" />
+    <hkern u1="&#x1ef2;" u2="&#x1ed2;" k="41" />
+    <hkern u1="&#x1ef2;" u2="&#x1ed1;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#x1ed0;" k="41" />
+    <hkern u1="&#x1ef2;" u2="&#x1ecf;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#x1ece;" k="41" />
+    <hkern u1="&#x1ef2;" u2="&#x1ecd;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#x1ecc;" k="41" />
+    <hkern u1="&#x1ef2;" u2="&#x1ec7;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#x1ec5;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#x1ec3;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#x1ebf;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#x1ebd;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#x1ebb;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#x1eb9;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#x1eb7;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#x1eb6;" k="123" />
+    <hkern u1="&#x1ef2;" u2="&#x1eb5;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#x1eb4;" k="123" />
+    <hkern u1="&#x1ef2;" u2="&#x1eb3;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#x1eb2;" k="123" />
+    <hkern u1="&#x1ef2;" u2="&#x1eb1;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#x1eb0;" k="123" />
+    <hkern u1="&#x1ef2;" u2="&#x1eaf;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#x1eae;" k="123" />
+    <hkern u1="&#x1ef2;" u2="&#x1ead;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#x1eac;" k="123" />
+    <hkern u1="&#x1ef2;" u2="&#x1eab;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#x1eaa;" k="123" />
+    <hkern u1="&#x1ef2;" u2="&#x1ea9;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#x1ea8;" k="123" />
+    <hkern u1="&#x1ef2;" u2="&#x1ea6;" k="123" />
+    <hkern u1="&#x1ef2;" u2="&#x1ea5;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#x1ea4;" k="123" />
+    <hkern u1="&#x1ef2;" u2="&#x1ea3;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#x1ea2;" k="123" />
+    <hkern u1="&#x1ef2;" u2="&#x1ea1;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#x1ea0;" k="123" />
+    <hkern u1="&#x1ef2;" u2="&#x1b0;" k="61" />
+    <hkern u1="&#x1ef2;" u2="&#x1a1;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#x1a0;" k="41" />
+    <hkern u1="&#x1ef2;" u2="&#x1e01;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#x1e00;" k="123" />
+    <hkern u1="&#x1ef2;" u2="&#x1e3f;" k="61" />
+    <hkern u1="&#x1ef2;" u2="&#x201e;" k="123" />
+    <hkern u1="&#x1ef2;" u2="&#x201a;" k="123" />
+    <hkern u1="&#x1ef2;" u2="&#x219;" k="82" />
+    <hkern u1="&#x1ef2;" u2="&#x1ff;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#x1fe;" k="41" />
+    <hkern u1="&#x1ef2;" u2="&#x1fd;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#x1fb;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#x1fa;" k="123" />
+    <hkern u1="&#x1ef2;" u2="&#x17e;" k="41" />
+    <hkern u1="&#x1ef2;" u2="&#x17c;" k="41" />
+    <hkern u1="&#x1ef2;" u2="&#x17a;" k="41" />
+    <hkern u1="&#x1ef2;" u2="&#x173;" k="61" />
+    <hkern u1="&#x1ef2;" u2="&#x171;" k="61" />
+    <hkern u1="&#x1ef2;" u2="&#x16f;" k="61" />
+    <hkern u1="&#x1ef2;" u2="&#x16d;" k="61" />
+    <hkern u1="&#x1ef2;" u2="&#x16b;" k="61" />
+    <hkern u1="&#x1ef2;" u2="&#x169;" k="61" />
+    <hkern u1="&#x1ef2;" u2="&#x15f;" k="82" />
+    <hkern u1="&#x1ef2;" u2="&#x15b;" k="82" />
+    <hkern u1="&#x1ef2;" u2="&#x157;" k="61" />
+    <hkern u1="&#x1ef2;" u2="&#x155;" k="61" />
+    <hkern u1="&#x1ef2;" u2="&#x153;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#x152;" k="41" />
+    <hkern u1="&#x1ef2;" u2="&#x151;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#x150;" k="41" />
+    <hkern u1="&#x1ef2;" u2="&#x14f;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#x14e;" k="41" />
+    <hkern u1="&#x1ef2;" u2="&#x14d;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#x14c;" k="41" />
+    <hkern u1="&#x1ef2;" u2="&#x14b;" k="61" />
+    <hkern u1="&#x1ef2;" u2="&#x146;" k="61" />
+    <hkern u1="&#x1ef2;" u2="&#x144;" k="61" />
+    <hkern u1="&#x1ef2;" u2="&#x138;" k="61" />
+    <hkern u1="&#x1ef2;" u2="&#x123;" k="41" />
+    <hkern u1="&#x1ef2;" u2="&#x122;" k="41" />
+    <hkern u1="&#x1ef2;" u2="&#x121;" k="41" />
+    <hkern u1="&#x1ef2;" u2="&#x120;" k="41" />
+    <hkern u1="&#x1ef2;" u2="&#x11f;" k="41" />
+    <hkern u1="&#x1ef2;" u2="&#x11e;" k="41" />
+    <hkern u1="&#x1ef2;" u2="&#x11d;" k="41" />
+    <hkern u1="&#x1ef2;" u2="&#x11c;" k="41" />
+    <hkern u1="&#x1ef2;" u2="&#x11b;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#x119;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#x117;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#x115;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#x113;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#x111;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#x10f;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#x10d;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#x10c;" k="41" />
+    <hkern u1="&#x1ef2;" u2="&#x10b;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#x10a;" k="41" />
+    <hkern u1="&#x1ef2;" u2="&#x109;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#x108;" k="41" />
+    <hkern u1="&#x1ef2;" u2="&#x107;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#x106;" k="41" />
+    <hkern u1="&#x1ef2;" u2="&#x105;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#x104;" k="123" />
+    <hkern u1="&#x1ef2;" u2="&#x103;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#x102;" k="123" />
+    <hkern u1="&#x1ef2;" u2="&#x101;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#x100;" k="123" />
+    <hkern u1="&#x1ef2;" u2="&#xfc;" k="61" />
+    <hkern u1="&#x1ef2;" u2="&#xfb;" k="61" />
+    <hkern u1="&#x1ef2;" u2="&#xfa;" k="61" />
+    <hkern u1="&#x1ef2;" u2="&#xf9;" k="61" />
+    <hkern u1="&#x1ef2;" u2="&#xf8;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#xf6;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#xf5;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#xf4;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#xf3;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#xf2;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#xeb;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#xea;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#xe9;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#xe8;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#xe7;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#xe6;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#xe5;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#xe4;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#xe3;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#xe2;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#xe1;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#xe0;" k="102" />
+    <hkern u1="&#x1ef2;" u2="&#xd8;" k="41" />
+    <hkern u1="&#x1ef2;" u2="&#xd6;" k="41" />
+    <hkern u1="&#x1ef2;" u2="&#xd5;" k="41" />
+    <hkern u1="&#x1ef2;" u2="&#xd4;" k="41" />
+    <hkern u1="&#x1ef2;" u2="&#xd3;" k="41" />
+    <hkern u1="&#x1ef2;" u2="&#xd2;" k="41" />
+    <hkern u1="&#x1ef2;" u2="&#xc7;" k="41" />
+    <hkern u1="&#x1ef2;" u2="&#xc5;" k="123" />
+    <hkern u1="&#x1ef2;" u2="&#xc4;" k="123" />
+    <hkern u1="&#x1ef2;" u2="&#xc3;" k="123" />
+    <hkern u1="&#x1ef2;" u2="&#xc2;" k="123" />
+    <hkern u1="&#x1ef2;" u2="&#xc1;" k="123" />
+    <hkern u1="&#x1ef2;" u2="&#xc0;" k="123" />
+    <hkern u1="&#x1ef2;" u2="z" k="41" />
+    <hkern u1="&#x1ef2;" u2="u" k="61" />
+    <hkern u1="&#x1ef2;" u2="s" k="82" />
+    <hkern u1="&#x1ef2;" u2="r" k="61" />
+    <hkern u1="&#x1ef2;" u2="q" k="102" />
+    <hkern u1="&#x1ef2;" u2="p" k="61" />
+    <hkern u1="&#x1ef2;" u2="o" k="102" />
+    <hkern u1="&#x1ef2;" u2="n" k="61" />
+    <hkern u1="&#x1ef2;" u2="m" k="61" />
+    <hkern u1="&#x1ef2;" u2="g" k="41" />
+    <hkern u1="&#x1ef2;" u2="e" k="102" />
+    <hkern u1="&#x1ef2;" u2="d" k="102" />
+    <hkern u1="&#x1ef2;" u2="c" k="102" />
+    <hkern u1="&#x1ef2;" u2="a" k="102" />
+    <hkern u1="&#x1ef2;" u2="Q" k="41" />
+    <hkern u1="&#x1ef2;" u2="O" k="41" />
+    <hkern u1="&#x1ef2;" u2="G" k="41" />
+    <hkern u1="&#x1ef2;" u2="C" k="41" />
+    <hkern u1="&#x1ef2;" u2="A" k="123" />
+    <hkern u1="&#x1ef2;" u2="&#x3f;" k="-41" />
+    <hkern u1="&#x1ef2;" u2="&#x2e;" k="123" />
+    <hkern u1="&#x1ef2;" u2="&#x2c;" k="123" />
+    <hkern u1="&#x1ef3;" u2="&#x201e;" k="82" />
+    <hkern u1="&#x1ef3;" u2="&#x201d;" k="-82" />
+    <hkern u1="&#x1ef3;" u2="&#x201a;" k="82" />
+    <hkern u1="&#x1ef3;" u2="&#x2019;" k="-82" />
+    <hkern u1="&#x1ef3;" u2="&#x3f;" k="-41" />
+    <hkern u1="&#x1ef3;" u2="&#x2e;" k="82" />
+    <hkern u1="&#x1ef3;" u2="&#x2c;" k="82" />
+    <hkern u1="&#x1ef3;" u2="&#x27;" k="-82" />
+    <hkern u1="&#x1ef3;" u2="&#x22;" k="-82" />
+    <hkern u1="&#x2013;" u2="&#x162;" k="82" />
+    <hkern u1="&#x2013;" u2="&#x50f;" k="41" />
+    <hkern u1="&#x2013;" u2="&#x50e;" k="82" />
+    <hkern u1="&#x2013;" u2="&#x4b5;" k="41" />
+    <hkern u1="&#x2013;" u2="&#x4b4;" k="82" />
+    <hkern u1="&#x2013;" u2="&#x4ad;" k="41" />
+    <hkern u1="&#x2013;" u2="&#x4ac;" k="82" />
+    <hkern u1="&#x2013;" u2="&#x4a1;" k="41" />
+    <hkern u1="&#x2013;" u2="&#x4a0;" k="82" />
+    <hkern u1="&#x2013;" u2="&#x44a;" k="41" />
+    <hkern u1="&#x2013;" u2="&#x442;" k="41" />
+    <hkern u1="&#x2013;" u2="&#x42a;" k="82" />
+    <hkern u1="&#x2013;" u2="&#x422;" k="82" />
+    <hkern u1="&#x2013;" u2="&#x40b;" k="82" />
+    <hkern u1="&#x2013;" u2="&#x402;" k="82" />
+    <hkern u1="&#x2013;" u2="&#x3a4;" k="82" />
+    <hkern u1="&#x2013;" u2="&#x164;" k="82" />
+    <hkern u1="&#x2013;" u2="&#x21a;" k="82" />
+    <hkern u1="&#x2013;" u2="T" k="82" />
+    <hkern u1="&#x2014;" u2="&#x162;" k="82" />
+    <hkern u1="&#x2014;" u2="&#x50f;" k="41" />
+    <hkern u1="&#x2014;" u2="&#x50e;" k="82" />
+    <hkern u1="&#x2014;" u2="&#x4b5;" k="41" />
+    <hkern u1="&#x2014;" u2="&#x4b4;" k="82" />
+    <hkern u1="&#x2014;" u2="&#x4ad;" k="41" />
+    <hkern u1="&#x2014;" u2="&#x4ac;" k="82" />
+    <hkern u1="&#x2014;" u2="&#x4a1;" k="41" />
+    <hkern u1="&#x2014;" u2="&#x4a0;" k="82" />
+    <hkern u1="&#x2014;" u2="&#x44a;" k="41" />
+    <hkern u1="&#x2014;" u2="&#x442;" k="41" />
+    <hkern u1="&#x2014;" u2="&#x42a;" k="82" />
+    <hkern u1="&#x2014;" u2="&#x422;" k="82" />
+    <hkern u1="&#x2014;" u2="&#x40b;" k="82" />
+    <hkern u1="&#x2014;" u2="&#x402;" k="82" />
+    <hkern u1="&#x2014;" u2="&#x3a4;" k="82" />
+    <hkern u1="&#x2014;" u2="&#x164;" k="82" />
+    <hkern u1="&#x2014;" u2="&#x21a;" k="82" />
+    <hkern u1="&#x2014;" u2="T" k="82" />
+    <hkern u1="&#x2015;" u2="&#x162;" k="82" />
+    <hkern u1="&#x2015;" u2="&#x50f;" k="41" />
+    <hkern u1="&#x2015;" u2="&#x50e;" k="82" />
+    <hkern u1="&#x2015;" u2="&#x4b5;" k="41" />
+    <hkern u1="&#x2015;" u2="&#x4b4;" k="82" />
+    <hkern u1="&#x2015;" u2="&#x4ad;" k="41" />
+    <hkern u1="&#x2015;" u2="&#x4ac;" k="82" />
+    <hkern u1="&#x2015;" u2="&#x4a1;" k="41" />
+    <hkern u1="&#x2015;" u2="&#x4a0;" k="82" />
+    <hkern u1="&#x2015;" u2="&#x44a;" k="41" />
+    <hkern u1="&#x2015;" u2="&#x442;" k="41" />
+    <hkern u1="&#x2015;" u2="&#x42a;" k="82" />
+    <hkern u1="&#x2015;" u2="&#x422;" k="82" />
+    <hkern u1="&#x2015;" u2="&#x40b;" k="82" />
+    <hkern u1="&#x2015;" u2="&#x402;" k="82" />
+    <hkern u1="&#x2015;" u2="&#x3a4;" k="82" />
+    <hkern u1="&#x2015;" u2="&#x164;" k="82" />
+    <hkern u1="&#x2015;" u2="&#x21a;" k="82" />
+    <hkern u1="&#x2015;" u2="T" k="82" />
+    <hkern u1="&#x2018;" u2="&#x162;" k="-41" />
+    <hkern u1="&#x2018;" u2="&#x1ef8;" k="-20" />
+    <hkern u1="&#x2018;" u2="&#x1ef6;" k="-20" />
+    <hkern u1="&#x2018;" u2="&#x1ef4;" k="-20" />
+    <hkern u1="&#x2018;" u2="&#x1ef1;" k="61" />
+    <hkern u1="&#x2018;" u2="&#x1eef;" k="61" />
+    <hkern u1="&#x2018;" u2="&#x1eed;" k="61" />
+    <hkern u1="&#x2018;" u2="&#x1eeb;" k="61" />
+    <hkern u1="&#x2018;" u2="&#x1ee9;" k="61" />
+    <hkern u1="&#x2018;" u2="&#x1ee7;" k="61" />
+    <hkern u1="&#x2018;" u2="&#x1ee5;" k="61" />
+    <hkern u1="&#x2018;" u2="&#x1ee3;" k="123" />
+    <hkern u1="&#x2018;" u2="&#x1ee1;" k="123" />
+    <hkern u1="&#x2018;" u2="&#x1edf;" k="123" />
+    <hkern u1="&#x2018;" u2="&#x1edd;" k="123" />
+    <hkern u1="&#x2018;" u2="&#x1edb;" k="123" />
+    <hkern u1="&#x2018;" u2="&#x1ed9;" k="123" />
+    <hkern u1="&#x2018;" u2="&#x1ed7;" k="123" />
+    <hkern u1="&#x2018;" u2="&#x1ed5;" k="123" />
+    <hkern u1="&#x2018;" u2="&#x1ed1;" k="123" />
+    <hkern u1="&#x2018;" u2="&#x1ecf;" k="123" />
+    <hkern u1="&#x2018;" u2="&#x1ecd;" k="123" />
+    <hkern u1="&#x2018;" u2="&#x1ec7;" k="123" />
+    <hkern u1="&#x2018;" u2="&#x1ec5;" k="123" />
+    <hkern u1="&#x2018;" u2="&#x1ec3;" k="123" />
+    <hkern u1="&#x2018;" u2="&#x1ebf;" k="123" />
+    <hkern u1="&#x2018;" u2="&#x1ebd;" k="123" />
+    <hkern u1="&#x2018;" u2="&#x1ebb;" k="123" />
+    <hkern u1="&#x2018;" u2="&#x1eb9;" k="123" />
+    <hkern u1="&#x2018;" u2="&#x1eb7;" k="82" />
+    <hkern u1="&#x2018;" u2="&#x1eb6;" k="143" />
+    <hkern u1="&#x2018;" u2="&#x1eb5;" k="82" />
+    <hkern u1="&#x2018;" u2="&#x1eb4;" k="143" />
+    <hkern u1="&#x2018;" u2="&#x1eb3;" k="82" />
+    <hkern u1="&#x2018;" u2="&#x1eb2;" k="143" />
+    <hkern u1="&#x2018;" u2="&#x1eb1;" k="82" />
+    <hkern u1="&#x2018;" u2="&#x1eb0;" k="143" />
+    <hkern u1="&#x2018;" u2="&#x1eaf;" k="82" />
+    <hkern u1="&#x2018;" u2="&#x1eae;" k="143" />
+    <hkern u1="&#x2018;" u2="&#x1ead;" k="82" />
+    <hkern u1="&#x2018;" u2="&#x1eac;" k="143" />
+    <hkern u1="&#x2018;" u2="&#x1eab;" k="82" />
+    <hkern u1="&#x2018;" u2="&#x1eaa;" k="143" />
+    <hkern u1="&#x2018;" u2="&#x1ea9;" k="82" />
+    <hkern u1="&#x2018;" u2="&#x1ea8;" k="143" />
+    <hkern u1="&#x2018;" u2="&#x1ea6;" k="143" />
+    <hkern u1="&#x2018;" u2="&#x1ea5;" k="82" />
+    <hkern u1="&#x2018;" u2="&#x1ea4;" k="143" />
+    <hkern u1="&#x2018;" u2="&#x1ea3;" k="82" />
+    <hkern u1="&#x2018;" u2="&#x1ea2;" k="143" />
+    <hkern u1="&#x2018;" u2="&#x1ea1;" k="82" />
+    <hkern u1="&#x2018;" u2="&#x1ea0;" k="143" />
+    <hkern u1="&#x2018;" u2="&#x513;" k="143" />
+    <hkern u1="&#x2018;" u2="&#x512;" k="123" />
+    <hkern u1="&#x2018;" u2="&#x511;" k="123" />
+    <hkern u1="&#x2018;" u2="&#x50d;" k="123" />
+    <hkern u1="&#x2018;" u2="&#x509;" k="143" />
+    <hkern u1="&#x2018;" u2="&#x508;" k="123" />
+    <hkern u1="&#x2018;" u2="&#x503;" k="123" />
+    <hkern u1="&#x2018;" u2="&#x502;" k="143" />
+    <hkern u1="&#x2018;" u2="&#x501;" k="123" />
+    <hkern u1="&#x2018;" u2="&#x500;" k="143" />
+    <hkern u1="&#x2018;" u2="&#x4eb;" k="123" />
+    <hkern u1="&#x2018;" u2="&#x4e9;" k="123" />
+    <hkern u1="&#x2018;" u2="&#x4e7;" k="123" />
+    <hkern u1="&#x2018;" u2="&#x4db;" k="41" />
+    <hkern u1="&#x2018;" u2="&#x4d9;" k="41" />
+    <hkern u1="&#x2018;" u2="&#x4d7;" k="123" />
+    <hkern u1="&#x2018;" u2="&#x4d5;" k="41" />
+    <hkern u1="&#x2018;" u2="&#x4d4;" k="143" />
+    <hkern u1="&#x2018;" u2="&#x4d3;" k="41" />
+    <hkern u1="&#x2018;" u2="&#x4d2;" k="143" />
+    <hkern u1="&#x2018;" u2="&#x4d1;" k="41" />
+    <hkern u1="&#x2018;" u2="&#x4d0;" k="143" />
+    <hkern u1="&#x2018;" u2="&#x4c6;" k="143" />
+    <hkern u1="&#x2018;" u2="&#x4c5;" k="123" />
+    <hkern u1="&#x2018;" u2="&#x4ab;" k="123" />
+    <hkern u1="&#x2018;" u2="&#x4a9;" k="123" />
+    <hkern u1="&#x2018;" u2="&#x481;" k="123" />
+    <hkern u1="&#x2018;" u2="&#x47d;" k="123" />
+    <hkern u1="&#x2018;" u2="&#x47b;" k="123" />
+    <hkern u1="&#x2018;" u2="&#x479;" k="123" />
+    <hkern u1="&#x2018;" u2="&#x473;" k="123" />
+    <hkern u1="&#x2018;" u2="&#x471;" k="20" />
+    <hkern u1="&#x2018;" u2="&#x467;" k="143" />
+    <hkern u1="&#x2018;" u2="&#x466;" k="143" />
+    <hkern u1="&#x2018;" u2="&#x450;" k="123" />
+    <hkern u1="&#x2018;" u2="&#x1b0;" k="61" />
+    <hkern u1="&#x2018;" u2="&#x1a1;" k="123" />
+    <hkern u1="&#x2018;" u2="&#x1e01;" k="82" />
+    <hkern u1="&#x2018;" u2="&#x1e00;" k="143" />
+    <hkern u1="&#x2018;" u2="&#x1e3f;" k="61" />
+    <hkern u1="&#x2018;" u2="&#x1ef2;" k="-20" />
+    <hkern u1="&#x2018;" u2="&#x1e84;" k="-41" />
+    <hkern u1="&#x2018;" u2="&#x1e82;" k="-41" />
+    <hkern u1="&#x2018;" u2="&#x1e80;" k="-41" />
+    <hkern u1="&#x2018;" u2="&#x459;" k="143" />
+    <hkern u1="&#x2018;" u2="&#x455;" k="61" />
+    <hkern u1="&#x2018;" u2="&#x454;" k="123" />
+    <hkern u1="&#x2018;" u2="&#x451;" k="123" />
+    <hkern u1="&#x2018;" u2="&#x444;" k="123" />
+    <hkern u1="&#x2018;" u2="&#x441;" k="123" />
+    <hkern u1="&#x2018;" u2="&#x43e;" k="123" />
+    <hkern u1="&#x2018;" u2="&#x43b;" k="143" />
+    <hkern u1="&#x2018;" u2="&#x435;" k="123" />
+    <hkern u1="&#x2018;" u2="&#x434;" k="143" />
+    <hkern u1="&#x2018;" u2="&#x430;" k="41" />
+    <hkern u1="&#x2018;" u2="&#x41b;" k="123" />
+    <hkern u1="&#x2018;" u2="&#x414;" k="123" />
+    <hkern u1="&#x2018;" u2="&#x410;" k="143" />
+    <hkern u1="&#x2018;" u2="&#x409;" k="123" />
+    <hkern u1="&#x2018;" u2="&#x3cc;" k="82" />
+    <hkern u1="&#x2018;" u2="&#x3c6;" k="82" />
+    <hkern u1="&#x2018;" u2="&#x3c3;" k="82" />
+    <hkern u1="&#x2018;" u2="&#x3c2;" k="82" />
+    <hkern u1="&#x2018;" u2="&#x3c1;" k="61" />
+    <hkern u1="&#x2018;" u2="&#x3bf;" k="82" />
+    <hkern u1="&#x2018;" u2="&#x3bc;" k="41" />
+    <hkern u1="&#x2018;" u2="&#x3ba;" k="41" />
+    <hkern u1="&#x2018;" u2="&#x3b7;" k="41" />
+    <hkern u1="&#x2018;" u2="&#x3b6;" k="41" />
+    <hkern u1="&#x2018;" u2="&#x3b5;" k="41" />
+    <hkern u1="&#x2018;" u2="&#x3b4;" k="61" />
+    <hkern u1="&#x2018;" u2="&#x3b1;" k="82" />
+    <hkern u1="&#x2018;" u2="&#x3ae;" k="41" />
+    <hkern u1="&#x2018;" u2="&#x3ad;" k="41" />
+    <hkern u1="&#x2018;" u2="&#x3ac;" k="82" />
+    <hkern u1="&#x2018;" u2="&#x39b;" k="143" />
+    <hkern u1="&#x2018;" u2="&#x394;" k="143" />
+    <hkern u1="&#x2018;" u2="&#x391;" k="143" />
+    <hkern u1="&#x2018;" u2="&#x386;" k="143" />
+    <hkern u1="&#x2018;" u2="&#x219;" k="61" />
+    <hkern u1="&#x2018;" u2="&#x1ff;" k="123" />
+    <hkern u1="&#x2018;" u2="&#x1fd;" k="82" />
+    <hkern u1="&#x2018;" u2="&#x1fb;" k="82" />
+    <hkern u1="&#x2018;" u2="&#x1fa;" k="143" />
+    <hkern u1="&#x2018;" u2="&#x178;" k="-20" />
+    <hkern u1="&#x2018;" u2="&#x176;" k="-20" />
+    <hkern u1="&#x2018;" u2="&#x174;" k="-41" />
+    <hkern u1="&#x2018;" u2="&#x173;" k="61" />
+    <hkern u1="&#x2018;" u2="&#x171;" k="61" />
+    <hkern u1="&#x2018;" u2="&#x16f;" k="61" />
+    <hkern u1="&#x2018;" u2="&#x16d;" k="61" />
+    <hkern u1="&#x2018;" u2="&#x16b;" k="61" />
+    <hkern u1="&#x2018;" u2="&#x169;" k="61" />
+    <hkern u1="&#x2018;" u2="&#x164;" k="-41" />
+    <hkern u1="&#x2018;" u2="&#x21a;" k="-41" />
+    <hkern u1="&#x2018;" u2="&#x15f;" k="61" />
+    <hkern u1="&#x2018;" u2="&#x15b;" k="61" />
+    <hkern u1="&#x2018;" u2="&#x157;" k="61" />
+    <hkern u1="&#x2018;" u2="&#x155;" k="61" />
+    <hkern u1="&#x2018;" u2="&#x153;" k="123" />
+    <hkern u1="&#x2018;" u2="&#x151;" k="123" />
+    <hkern u1="&#x2018;" u2="&#x14f;" k="123" />
+    <hkern u1="&#x2018;" u2="&#x14d;" k="123" />
+    <hkern u1="&#x2018;" u2="&#x14b;" k="61" />
+    <hkern u1="&#x2018;" u2="&#x146;" k="61" />
+    <hkern u1="&#x2018;" u2="&#x144;" k="61" />
+    <hkern u1="&#x2018;" u2="&#x138;" k="61" />
+    <hkern u1="&#x2018;" u2="&#x123;" k="61" />
+    <hkern u1="&#x2018;" u2="&#x121;" k="61" />
+    <hkern u1="&#x2018;" u2="&#x11f;" k="61" />
+    <hkern u1="&#x2018;" u2="&#x11d;" k="61" />
+    <hkern u1="&#x2018;" u2="&#x11b;" k="123" />
+    <hkern u1="&#x2018;" u2="&#x119;" k="123" />
+    <hkern u1="&#x2018;" u2="&#x117;" k="123" />
+    <hkern u1="&#x2018;" u2="&#x115;" k="123" />
+    <hkern u1="&#x2018;" u2="&#x113;" k="123" />
+    <hkern u1="&#x2018;" u2="&#x111;" k="123" />
+    <hkern u1="&#x2018;" u2="&#x10f;" k="123" />
+    <hkern u1="&#x2018;" u2="&#x10d;" k="123" />
+    <hkern u1="&#x2018;" u2="&#x10b;" k="123" />
+    <hkern u1="&#x2018;" u2="&#x109;" k="123" />
+    <hkern u1="&#x2018;" u2="&#x107;" k="123" />
+    <hkern u1="&#x2018;" u2="&#x105;" k="82" />
+    <hkern u1="&#x2018;" u2="&#x104;" k="143" />
+    <hkern u1="&#x2018;" u2="&#x103;" k="82" />
+    <hkern u1="&#x2018;" u2="&#x102;" k="143" />
+    <hkern u1="&#x2018;" u2="&#x101;" k="82" />
+    <hkern u1="&#x2018;" u2="&#x100;" k="143" />
+    <hkern u1="&#x2018;" u2="&#xfc;" k="61" />
+    <hkern u1="&#x2018;" u2="&#xfb;" k="61" />
+    <hkern u1="&#x2018;" u2="&#xfa;" k="61" />
+    <hkern u1="&#x2018;" u2="&#xf9;" k="61" />
+    <hkern u1="&#x2018;" u2="&#xf8;" k="123" />
+    <hkern u1="&#x2018;" u2="&#xf6;" k="123" />
+    <hkern u1="&#x2018;" u2="&#xf5;" k="123" />
+    <hkern u1="&#x2018;" u2="&#xf4;" k="123" />
+    <hkern u1="&#x2018;" u2="&#xf3;" k="123" />
+    <hkern u1="&#x2018;" u2="&#xf2;" k="123" />
+    <hkern u1="&#x2018;" u2="&#xeb;" k="123" />
+    <hkern u1="&#x2018;" u2="&#xea;" k="123" />
+    <hkern u1="&#x2018;" u2="&#xe9;" k="123" />
+    <hkern u1="&#x2018;" u2="&#xe8;" k="123" />
+    <hkern u1="&#x2018;" u2="&#xe7;" k="123" />
+    <hkern u1="&#x2018;" u2="&#xe6;" k="82" />
+    <hkern u1="&#x2018;" u2="&#xe5;" k="82" />
+    <hkern u1="&#x2018;" u2="&#xe4;" k="82" />
+    <hkern u1="&#x2018;" u2="&#xe3;" k="82" />
+    <hkern u1="&#x2018;" u2="&#xe2;" k="82" />
+    <hkern u1="&#x2018;" u2="&#xe1;" k="82" />
+    <hkern u1="&#x2018;" u2="&#xe0;" k="123" />
+    <hkern u1="&#x2018;" u2="&#xdd;" k="-20" />
+    <hkern u1="&#x2018;" u2="&#xc5;" k="143" />
+    <hkern u1="&#x2018;" u2="&#xc4;" k="143" />
+    <hkern u1="&#x2018;" u2="&#xc3;" k="143" />
+    <hkern u1="&#x2018;" u2="&#xc2;" k="143" />
+    <hkern u1="&#x2018;" u2="&#xc1;" k="143" />
+    <hkern u1="&#x2018;" u2="&#xc0;" k="143" />
+    <hkern u1="&#x2018;" u2="u" k="61" />
+    <hkern u1="&#x2018;" u2="s" k="61" />
+    <hkern u1="&#x2018;" u2="r" k="61" />
+    <hkern u1="&#x2018;" u2="q" k="123" />
+    <hkern u1="&#x2018;" u2="p" k="61" />
+    <hkern u1="&#x2018;" u2="o" k="123" />
+    <hkern u1="&#x2018;" u2="n" k="61" />
+    <hkern u1="&#x2018;" u2="m" k="61" />
+    <hkern u1="&#x2018;" u2="g" k="61" />
+    <hkern u1="&#x2018;" u2="e" k="123" />
+    <hkern u1="&#x2018;" u2="d" k="123" />
+    <hkern u1="&#x2018;" u2="c" k="123" />
+    <hkern u1="&#x2018;" u2="a" k="82" />
+    <hkern u1="&#x2018;" u2="Y" k="-20" />
+    <hkern u1="&#x2018;" u2="W" k="-41" />
+    <hkern u1="&#x2018;" u2="V" k="-41" />
+    <hkern u1="&#x2018;" u2="T" k="-41" />
+    <hkern u1="&#x2018;" u2="A" k="143" />
+    <hkern u1="&#x2019;" u2="&#x162;" k="-41" />
+    <hkern u1="&#x2019;" u2="&#x1ef8;" k="-20" />
+    <hkern u1="&#x2019;" u2="&#x1ef6;" k="-20" />
+    <hkern u1="&#x2019;" u2="&#x1ef4;" k="-20" />
+    <hkern u1="&#x2019;" u2="&#x1ef1;" k="61" />
+    <hkern u1="&#x2019;" u2="&#x1eef;" k="61" />
+    <hkern u1="&#x2019;" u2="&#x1eed;" k="61" />
+    <hkern u1="&#x2019;" u2="&#x1eeb;" k="61" />
+    <hkern u1="&#x2019;" u2="&#x1ee9;" k="61" />
+    <hkern u1="&#x2019;" u2="&#x1ee7;" k="61" />
+    <hkern u1="&#x2019;" u2="&#x1ee5;" k="61" />
+    <hkern u1="&#x2019;" u2="&#x1ee3;" k="123" />
+    <hkern u1="&#x2019;" u2="&#x1ee1;" k="123" />
+    <hkern u1="&#x2019;" u2="&#x1edf;" k="123" />
+    <hkern u1="&#x2019;" u2="&#x1edd;" k="123" />
+    <hkern u1="&#x2019;" u2="&#x1edb;" k="123" />
+    <hkern u1="&#x2019;" u2="&#x1ed9;" k="123" />
+    <hkern u1="&#x2019;" u2="&#x1ed7;" k="123" />
+    <hkern u1="&#x2019;" u2="&#x1ed5;" k="123" />
+    <hkern u1="&#x2019;" u2="&#x1ed1;" k="123" />
+    <hkern u1="&#x2019;" u2="&#x1ecf;" k="123" />
+    <hkern u1="&#x2019;" u2="&#x1ecd;" k="123" />
+    <hkern u1="&#x2019;" u2="&#x1ec7;" k="123" />
+    <hkern u1="&#x2019;" u2="&#x1ec5;" k="123" />
+    <hkern u1="&#x2019;" u2="&#x1ec3;" k="123" />
+    <hkern u1="&#x2019;" u2="&#x1ebf;" k="123" />
+    <hkern u1="&#x2019;" u2="&#x1ebd;" k="123" />
+    <hkern u1="&#x2019;" u2="&#x1ebb;" k="123" />
+    <hkern u1="&#x2019;" u2="&#x1eb9;" k="123" />
+    <hkern u1="&#x2019;" u2="&#x1eb7;" k="82" />
+    <hkern u1="&#x2019;" u2="&#x1eb6;" k="143" />
+    <hkern u1="&#x2019;" u2="&#x1eb5;" k="82" />
+    <hkern u1="&#x2019;" u2="&#x1eb4;" k="143" />
+    <hkern u1="&#x2019;" u2="&#x1eb3;" k="82" />
+    <hkern u1="&#x2019;" u2="&#x1eb2;" k="143" />
+    <hkern u1="&#x2019;" u2="&#x1eb1;" k="82" />
+    <hkern u1="&#x2019;" u2="&#x1eb0;" k="143" />
+    <hkern u1="&#x2019;" u2="&#x1eaf;" k="82" />
+    <hkern u1="&#x2019;" u2="&#x1eae;" k="143" />
+    <hkern u1="&#x2019;" u2="&#x1ead;" k="82" />
+    <hkern u1="&#x2019;" u2="&#x1eac;" k="143" />
+    <hkern u1="&#x2019;" u2="&#x1eab;" k="82" />
+    <hkern u1="&#x2019;" u2="&#x1eaa;" k="143" />
+    <hkern u1="&#x2019;" u2="&#x1ea9;" k="82" />
+    <hkern u1="&#x2019;" u2="&#x1ea8;" k="143" />
+    <hkern u1="&#x2019;" u2="&#x1ea6;" k="143" />
+    <hkern u1="&#x2019;" u2="&#x1ea5;" k="82" />
+    <hkern u1="&#x2019;" u2="&#x1ea4;" k="143" />
+    <hkern u1="&#x2019;" u2="&#x1ea3;" k="82" />
+    <hkern u1="&#x2019;" u2="&#x1ea2;" k="143" />
+    <hkern u1="&#x2019;" u2="&#x1ea1;" k="82" />
+    <hkern u1="&#x2019;" u2="&#x1ea0;" k="143" />
+    <hkern u1="&#x2019;" u2="&#x513;" k="143" />
+    <hkern u1="&#x2019;" u2="&#x512;" k="123" />
+    <hkern u1="&#x2019;" u2="&#x511;" k="123" />
+    <hkern u1="&#x2019;" u2="&#x50d;" k="123" />
+    <hkern u1="&#x2019;" u2="&#x509;" k="143" />
+    <hkern u1="&#x2019;" u2="&#x508;" k="123" />
+    <hkern u1="&#x2019;" u2="&#x503;" k="123" />
+    <hkern u1="&#x2019;" u2="&#x502;" k="143" />
+    <hkern u1="&#x2019;" u2="&#x501;" k="123" />
+    <hkern u1="&#x2019;" u2="&#x500;" k="143" />
+    <hkern u1="&#x2019;" u2="&#x4eb;" k="123" />
+    <hkern u1="&#x2019;" u2="&#x4e9;" k="123" />
+    <hkern u1="&#x2019;" u2="&#x4e7;" k="123" />
+    <hkern u1="&#x2019;" u2="&#x4db;" k="41" />
+    <hkern u1="&#x2019;" u2="&#x4d9;" k="41" />
+    <hkern u1="&#x2019;" u2="&#x4d7;" k="123" />
+    <hkern u1="&#x2019;" u2="&#x4d5;" k="41" />
+    <hkern u1="&#x2019;" u2="&#x4d4;" k="143" />
+    <hkern u1="&#x2019;" u2="&#x4d3;" k="41" />
+    <hkern u1="&#x2019;" u2="&#x4d2;" k="143" />
+    <hkern u1="&#x2019;" u2="&#x4d1;" k="41" />
+    <hkern u1="&#x2019;" u2="&#x4d0;" k="143" />
+    <hkern u1="&#x2019;" u2="&#x4c6;" k="143" />
+    <hkern u1="&#x2019;" u2="&#x4c5;" k="123" />
+    <hkern u1="&#x2019;" u2="&#x4ab;" k="123" />
+    <hkern u1="&#x2019;" u2="&#x4a9;" k="123" />
+    <hkern u1="&#x2019;" u2="&#x481;" k="123" />
+    <hkern u1="&#x2019;" u2="&#x47d;" k="123" />
+    <hkern u1="&#x2019;" u2="&#x47b;" k="123" />
+    <hkern u1="&#x2019;" u2="&#x479;" k="123" />
+    <hkern u1="&#x2019;" u2="&#x473;" k="123" />
+    <hkern u1="&#x2019;" u2="&#x471;" k="20" />
+    <hkern u1="&#x2019;" u2="&#x467;" k="143" />
+    <hkern u1="&#x2019;" u2="&#x466;" k="143" />
+    <hkern u1="&#x2019;" u2="&#x450;" k="123" />
+    <hkern u1="&#x2019;" u2="&#x1b0;" k="61" />
+    <hkern u1="&#x2019;" u2="&#x1a1;" k="123" />
+    <hkern u1="&#x2019;" u2="&#x1e01;" k="82" />
+    <hkern u1="&#x2019;" u2="&#x1e00;" k="143" />
+    <hkern u1="&#x2019;" u2="&#x1e3f;" k="61" />
+    <hkern u1="&#x2019;" u2="&#x1ef2;" k="-20" />
+    <hkern u1="&#x2019;" u2="&#x1e84;" k="-41" />
+    <hkern u1="&#x2019;" u2="&#x1e82;" k="-41" />
+    <hkern u1="&#x2019;" u2="&#x1e80;" k="-41" />
+    <hkern u1="&#x2019;" u2="&#x459;" k="143" />
+    <hkern u1="&#x2019;" u2="&#x455;" k="61" />
+    <hkern u1="&#x2019;" u2="&#x454;" k="123" />
+    <hkern u1="&#x2019;" u2="&#x451;" k="123" />
+    <hkern u1="&#x2019;" u2="&#x444;" k="123" />
+    <hkern u1="&#x2019;" u2="&#x441;" k="123" />
+    <hkern u1="&#x2019;" u2="&#x43e;" k="123" />
+    <hkern u1="&#x2019;" u2="&#x43b;" k="143" />
+    <hkern u1="&#x2019;" u2="&#x435;" k="123" />
+    <hkern u1="&#x2019;" u2="&#x434;" k="143" />
+    <hkern u1="&#x2019;" u2="&#x430;" k="41" />
+    <hkern u1="&#x2019;" u2="&#x41b;" k="123" />
+    <hkern u1="&#x2019;" u2="&#x414;" k="123" />
+    <hkern u1="&#x2019;" u2="&#x410;" k="143" />
+    <hkern u1="&#x2019;" u2="&#x409;" k="123" />
+    <hkern u1="&#x2019;" u2="&#x3cc;" k="82" />
+    <hkern u1="&#x2019;" u2="&#x3c6;" k="82" />
+    <hkern u1="&#x2019;" u2="&#x3c3;" k="82" />
+    <hkern u1="&#x2019;" u2="&#x3c2;" k="82" />
+    <hkern u1="&#x2019;" u2="&#x3c1;" k="61" />
+    <hkern u1="&#x2019;" u2="&#x3bf;" k="82" />
+    <hkern u1="&#x2019;" u2="&#x3bc;" k="41" />
+    <hkern u1="&#x2019;" u2="&#x3ba;" k="41" />
+    <hkern u1="&#x2019;" u2="&#x3b7;" k="41" />
+    <hkern u1="&#x2019;" u2="&#x3b6;" k="41" />
+    <hkern u1="&#x2019;" u2="&#x3b5;" k="41" />
+    <hkern u1="&#x2019;" u2="&#x3b4;" k="61" />
+    <hkern u1="&#x2019;" u2="&#x3b1;" k="82" />
+    <hkern u1="&#x2019;" u2="&#x3ae;" k="41" />
+    <hkern u1="&#x2019;" u2="&#x3ad;" k="41" />
+    <hkern u1="&#x2019;" u2="&#x3ac;" k="82" />
+    <hkern u1="&#x2019;" u2="&#x39b;" k="143" />
+    <hkern u1="&#x2019;" u2="&#x394;" k="143" />
+    <hkern u1="&#x2019;" u2="&#x391;" k="143" />
+    <hkern u1="&#x2019;" u2="&#x386;" k="143" />
+    <hkern u1="&#x2019;" u2="&#x219;" k="61" />
+    <hkern u1="&#x2019;" u2="&#x1ff;" k="123" />
+    <hkern u1="&#x2019;" u2="&#x1fd;" k="82" />
+    <hkern u1="&#x2019;" u2="&#x1fb;" k="82" />
+    <hkern u1="&#x2019;" u2="&#x1fa;" k="143" />
+    <hkern u1="&#x2019;" u2="&#x178;" k="-20" />
+    <hkern u1="&#x2019;" u2="&#x176;" k="-20" />
+    <hkern u1="&#x2019;" u2="&#x174;" k="-41" />
+    <hkern u1="&#x2019;" u2="&#x173;" k="61" />
+    <hkern u1="&#x2019;" u2="&#x171;" k="61" />
+    <hkern u1="&#x2019;" u2="&#x16f;" k="61" />
+    <hkern u1="&#x2019;" u2="&#x16d;" k="61" />
+    <hkern u1="&#x2019;" u2="&#x16b;" k="61" />
+    <hkern u1="&#x2019;" u2="&#x169;" k="61" />
+    <hkern u1="&#x2019;" u2="&#x164;" k="-41" />
+    <hkern u1="&#x2019;" u2="&#x21a;" k="-41" />
+    <hkern u1="&#x2019;" u2="&#x15f;" k="61" />
+    <hkern u1="&#x2019;" u2="&#x15b;" k="61" />
+    <hkern u1="&#x2019;" u2="&#x157;" k="61" />
+    <hkern u1="&#x2019;" u2="&#x155;" k="61" />
+    <hkern u1="&#x2019;" u2="&#x153;" k="123" />
+    <hkern u1="&#x2019;" u2="&#x151;" k="123" />
+    <hkern u1="&#x2019;" u2="&#x14f;" k="123" />
+    <hkern u1="&#x2019;" u2="&#x14d;" k="123" />
+    <hkern u1="&#x2019;" u2="&#x14b;" k="61" />
+    <hkern u1="&#x2019;" u2="&#x146;" k="61" />
+    <hkern u1="&#x2019;" u2="&#x144;" k="61" />
+    <hkern u1="&#x2019;" u2="&#x138;" k="61" />
+    <hkern u1="&#x2019;" u2="&#x123;" k="61" />
+    <hkern u1="&#x2019;" u2="&#x121;" k="61" />
+    <hkern u1="&#x2019;" u2="&#x11f;" k="61" />
+    <hkern u1="&#x2019;" u2="&#x11d;" k="61" />
+    <hkern u1="&#x2019;" u2="&#x11b;" k="123" />
+    <hkern u1="&#x2019;" u2="&#x119;" k="123" />
+    <hkern u1="&#x2019;" u2="&#x117;" k="123" />
+    <hkern u1="&#x2019;" u2="&#x115;" k="123" />
+    <hkern u1="&#x2019;" u2="&#x113;" k="123" />
+    <hkern u1="&#x2019;" u2="&#x111;" k="123" />
+    <hkern u1="&#x2019;" u2="&#x10f;" k="123" />
+    <hkern u1="&#x2019;" u2="&#x10d;" k="123" />
+    <hkern u1="&#x2019;" u2="&#x10b;" k="123" />
+    <hkern u1="&#x2019;" u2="&#x109;" k="123" />
+    <hkern u1="&#x2019;" u2="&#x107;" k="123" />
+    <hkern u1="&#x2019;" u2="&#x105;" k="82" />
+    <hkern u1="&#x2019;" u2="&#x104;" k="143" />
+    <hkern u1="&#x2019;" u2="&#x103;" k="82" />
+    <hkern u1="&#x2019;" u2="&#x102;" k="143" />
+    <hkern u1="&#x2019;" u2="&#x101;" k="82" />
+    <hkern u1="&#x2019;" u2="&#x100;" k="143" />
+    <hkern u1="&#x2019;" u2="&#xfc;" k="61" />
+    <hkern u1="&#x2019;" u2="&#xfb;" k="61" />
+    <hkern u1="&#x2019;" u2="&#xfa;" k="61" />
+    <hkern u1="&#x2019;" u2="&#xf9;" k="61" />
+    <hkern u1="&#x2019;" u2="&#xf8;" k="123" />
+    <hkern u1="&#x2019;" u2="&#xf6;" k="123" />
+    <hkern u1="&#x2019;" u2="&#xf5;" k="123" />
+    <hkern u1="&#x2019;" u2="&#xf4;" k="123" />
+    <hkern u1="&#x2019;" u2="&#xf3;" k="123" />
+    <hkern u1="&#x2019;" u2="&#xf2;" k="123" />
+    <hkern u1="&#x2019;" u2="&#xeb;" k="123" />
+    <hkern u1="&#x2019;" u2="&#xea;" k="123" />
+    <hkern u1="&#x2019;" u2="&#xe9;" k="123" />
+    <hkern u1="&#x2019;" u2="&#xe8;" k="123" />
+    <hkern u1="&#x2019;" u2="&#xe7;" k="123" />
+    <hkern u1="&#x2019;" u2="&#xe6;" k="82" />
+    <hkern u1="&#x2019;" u2="&#xe5;" k="82" />
+    <hkern u1="&#x2019;" u2="&#xe4;" k="82" />
+    <hkern u1="&#x2019;" u2="&#xe3;" k="82" />
+    <hkern u1="&#x2019;" u2="&#xe2;" k="82" />
+    <hkern u1="&#x2019;" u2="&#xe1;" k="82" />
+    <hkern u1="&#x2019;" u2="&#xe0;" k="123" />
+    <hkern u1="&#x2019;" u2="&#xdd;" k="-20" />
+    <hkern u1="&#x2019;" u2="&#xc5;" k="143" />
+    <hkern u1="&#x2019;" u2="&#xc4;" k="143" />
+    <hkern u1="&#x2019;" u2="&#xc3;" k="143" />
+    <hkern u1="&#x2019;" u2="&#xc2;" k="143" />
+    <hkern u1="&#x2019;" u2="&#xc1;" k="143" />
+    <hkern u1="&#x2019;" u2="&#xc0;" k="143" />
+    <hkern u1="&#x2019;" u2="u" k="61" />
+    <hkern u1="&#x2019;" u2="s" k="61" />
+    <hkern u1="&#x2019;" u2="r" k="61" />
+    <hkern u1="&#x2019;" u2="q" k="123" />
+    <hkern u1="&#x2019;" u2="p" k="61" />
+    <hkern u1="&#x2019;" u2="o" k="123" />
+    <hkern u1="&#x2019;" u2="n" k="61" />
+    <hkern u1="&#x2019;" u2="m" k="61" />
+    <hkern u1="&#x2019;" u2="g" k="61" />
+    <hkern u1="&#x2019;" u2="e" k="123" />
+    <hkern u1="&#x2019;" u2="d" k="123" />
+    <hkern u1="&#x2019;" u2="c" k="123" />
+    <hkern u1="&#x2019;" u2="a" k="82" />
+    <hkern u1="&#x2019;" u2="Y" k="-20" />
+    <hkern u1="&#x2019;" u2="W" k="-41" />
+    <hkern u1="&#x2019;" u2="V" k="-41" />
+    <hkern u1="&#x2019;" u2="T" k="-41" />
+    <hkern u1="&#x2019;" u2="A" k="143" />
+    <hkern u1="&#x201a;" u2="&#x162;" k="143" />
+    <hkern u1="&#x201a;" u2="&#x1ef8;" k="123" />
+    <hkern u1="&#x201a;" u2="&#x1ef6;" k="123" />
+    <hkern u1="&#x201a;" u2="&#x1ef4;" k="123" />
+    <hkern u1="&#x201a;" u2="&#x1ef0;" k="41" />
+    <hkern u1="&#x201a;" u2="&#x1eee;" k="41" />
+    <hkern u1="&#x201a;" u2="&#x1eec;" k="41" />
+    <hkern u1="&#x201a;" u2="&#x1eea;" k="41" />
+    <hkern u1="&#x201a;" u2="&#x1ee8;" k="41" />
+    <hkern u1="&#x201a;" u2="&#x1ee6;" k="41" />
+    <hkern u1="&#x201a;" u2="&#x1ee4;" k="41" />
+    <hkern u1="&#x201a;" u2="&#x1ee2;" k="102" />
+    <hkern u1="&#x201a;" u2="&#x1ee0;" k="102" />
+    <hkern u1="&#x201a;" u2="&#x1ede;" k="102" />
+    <hkern u1="&#x201a;" u2="&#x1edc;" k="102" />
+    <hkern u1="&#x201a;" u2="&#x1eda;" k="102" />
+    <hkern u1="&#x201a;" u2="&#x1ed8;" k="102" />
+    <hkern u1="&#x201a;" u2="&#x1ed6;" k="102" />
+    <hkern u1="&#x201a;" u2="&#x1ed4;" k="102" />
+    <hkern u1="&#x201a;" u2="&#x1ed2;" k="102" />
+    <hkern u1="&#x201a;" u2="&#x1ed0;" k="102" />
+    <hkern u1="&#x201a;" u2="&#x1ece;" k="102" />
+    <hkern u1="&#x201a;" u2="&#x1ecc;" k="102" />
+    <hkern u1="&#x201a;" u2="&#x50f;" k="102" />
+    <hkern u1="&#x201a;" u2="&#x50e;" k="143" />
+    <hkern u1="&#x201a;" u2="&#x50c;" k="102" />
+    <hkern u1="&#x201a;" u2="&#x507;" k="102" />
+    <hkern u1="&#x201a;" u2="&#x506;" k="123" />
+    <hkern u1="&#x201a;" u2="&#x505;" k="102" />
+    <hkern u1="&#x201a;" u2="&#x504;" k="123" />
+    <hkern u1="&#x201a;" u2="&#x4f5;" k="123" />
+    <hkern u1="&#x201a;" u2="&#x4f4;" k="164" />
+    <hkern u1="&#x201a;" u2="&#x4ea;" k="102" />
+    <hkern u1="&#x201a;" u2="&#x4e8;" k="102" />
+    <hkern u1="&#x201a;" u2="&#x4e6;" k="102" />
+    <hkern u1="&#x201a;" u2="&#x4cc;" k="123" />
+    <hkern u1="&#x201a;" u2="&#x4cb;" k="164" />
+    <hkern u1="&#x201a;" u2="&#x4be;" k="123" />
+    <hkern u1="&#x201a;" u2="&#x4bc;" k="123" />
+    <hkern u1="&#x201a;" u2="&#x4b9;" k="123" />
+    <hkern u1="&#x201a;" u2="&#x4b8;" k="164" />
+    <hkern u1="&#x201a;" u2="&#x4b7;" k="123" />
+    <hkern u1="&#x201a;" u2="&#x4b6;" k="164" />
+    <hkern u1="&#x201a;" u2="&#x4b5;" k="102" />
+    <hkern u1="&#x201a;" u2="&#x4b4;" k="143" />
+    <hkern u1="&#x201a;" u2="&#x4b0;" k="123" />
+    <hkern u1="&#x201a;" u2="&#x4ae;" k="123" />
+    <hkern u1="&#x201a;" u2="&#x4ad;" k="102" />
+    <hkern u1="&#x201a;" u2="&#x4ac;" k="143" />
+    <hkern u1="&#x201a;" u2="&#x4aa;" k="102" />
+    <hkern u1="&#x201a;" u2="&#x4a8;" k="102" />
+    <hkern u1="&#x201a;" u2="&#x4a1;" k="102" />
+    <hkern u1="&#x201a;" u2="&#x4a0;" k="143" />
+    <hkern u1="&#x201a;" u2="&#x480;" k="102" />
+    <hkern u1="&#x201a;" u2="&#x47e;" k="102" />
+    <hkern u1="&#x201a;" u2="&#x47c;" k="102" />
+    <hkern u1="&#x201a;" u2="&#x47a;" k="102" />
+    <hkern u1="&#x201a;" u2="&#x478;" k="102" />
+    <hkern u1="&#x201a;" u2="&#x476;" k="123" />
+    <hkern u1="&#x201a;" u2="&#x474;" k="123" />
+    <hkern u1="&#x201a;" u2="&#x472;" k="102" />
+    <hkern u1="&#x201a;" u2="&#x470;" k="164" />
+    <hkern u1="&#x201a;" u2="&#x460;" k="102" />
+    <hkern u1="&#x201a;" u2="&#x1af;" k="41" />
+    <hkern u1="&#x201a;" u2="&#x1a0;" k="102" />
+    <hkern u1="&#x201a;" u2="&#x3d2;" k="123" />
+    <hkern u1="&#x201a;" u2="&#x1ef2;" k="123" />
+    <hkern u1="&#x201a;" u2="&#x1e84;" k="123" />
+    <hkern u1="&#x201a;" u2="&#x1e82;" k="123" />
+    <hkern u1="&#x201a;" u2="&#x1e80;" k="123" />
+    <hkern u1="&#x201a;" u2="&#x44a;" k="102" />
+    <hkern u1="&#x201a;" u2="&#x447;" k="123" />
+    <hkern u1="&#x201a;" u2="&#x442;" k="102" />
+    <hkern u1="&#x201a;" u2="&#x42a;" k="143" />
+    <hkern u1="&#x201a;" u2="&#x427;" k="164" />
+    <hkern u1="&#x201a;" u2="&#x424;" k="82" />
+    <hkern u1="&#x201a;" u2="&#x422;" k="143" />
+    <hkern u1="&#x201a;" u2="&#x421;" k="102" />
+    <hkern u1="&#x201a;" u2="&#x41e;" k="102" />
+    <hkern u1="&#x201a;" u2="&#x40b;" k="143" />
+    <hkern u1="&#x201a;" u2="&#x404;" k="102" />
+    <hkern u1="&#x201a;" u2="&#x402;" k="143" />
+    <hkern u1="&#x201a;" u2="&#x3b8;" k="41" />
+    <hkern u1="&#x201a;" u2="&#x3ab;" k="123" />
+    <hkern u1="&#x201a;" u2="&#x3a8;" k="123" />
+    <hkern u1="&#x201a;" u2="&#x3a6;" k="102" />
+    <hkern u1="&#x201a;" u2="&#x3a5;" k="123" />
+    <hkern u1="&#x201a;" u2="&#x3a4;" k="143" />
+    <hkern u1="&#x201a;" u2="&#x39f;" k="82" />
+    <hkern u1="&#x201a;" u2="&#x398;" k="82" />
+    <hkern u1="&#x201a;" u2="&#x1fe;" k="102" />
+    <hkern u1="&#x201a;" u2="&#x178;" k="123" />
+    <hkern u1="&#x201a;" u2="&#x176;" k="123" />
+    <hkern u1="&#x201a;" u2="&#x174;" k="123" />
+    <hkern u1="&#x201a;" u2="&#x172;" k="41" />
+    <hkern u1="&#x201a;" u2="&#x170;" k="41" />
+    <hkern u1="&#x201a;" u2="&#x16e;" k="41" />
+    <hkern u1="&#x201a;" u2="&#x16c;" k="41" />
+    <hkern u1="&#x201a;" u2="&#x16a;" k="41" />
+    <hkern u1="&#x201a;" u2="&#x168;" k="41" />
+    <hkern u1="&#x201a;" u2="&#x164;" k="143" />
+    <hkern u1="&#x201a;" u2="&#x21a;" k="143" />
+    <hkern u1="&#x201a;" u2="&#x152;" k="102" />
+    <hkern u1="&#x201a;" u2="&#x150;" k="102" />
+    <hkern u1="&#x201a;" u2="&#x14e;" k="102" />
+    <hkern u1="&#x201a;" u2="&#x14c;" k="102" />
+    <hkern u1="&#x201a;" u2="&#x122;" k="102" />
+    <hkern u1="&#x201a;" u2="&#x120;" k="102" />
+    <hkern u1="&#x201a;" u2="&#x11e;" k="102" />
+    <hkern u1="&#x201a;" u2="&#x11c;" k="102" />
+    <hkern u1="&#x201a;" u2="&#x10c;" k="102" />
+    <hkern u1="&#x201a;" u2="&#x10a;" k="102" />
+    <hkern u1="&#x201a;" u2="&#x108;" k="102" />
+    <hkern u1="&#x201a;" u2="&#x106;" k="102" />
+    <hkern u1="&#x201a;" u2="&#xdd;" k="123" />
+    <hkern u1="&#x201a;" u2="&#xdc;" k="41" />
+    <hkern u1="&#x201a;" u2="&#xdb;" k="41" />
+    <hkern u1="&#x201a;" u2="&#xda;" k="41" />
+    <hkern u1="&#x201a;" u2="&#xd9;" k="41" />
+    <hkern u1="&#x201a;" u2="&#xd8;" k="102" />
+    <hkern u1="&#x201a;" u2="&#xd6;" k="102" />
+    <hkern u1="&#x201a;" u2="&#xd5;" k="102" />
+    <hkern u1="&#x201a;" u2="&#xd4;" k="102" />
+    <hkern u1="&#x201a;" u2="&#xd3;" k="102" />
+    <hkern u1="&#x201a;" u2="&#xd2;" k="102" />
+    <hkern u1="&#x201a;" u2="&#xc7;" k="102" />
+    <hkern u1="&#x201a;" u2="Y" k="123" />
+    <hkern u1="&#x201a;" u2="W" k="123" />
+    <hkern u1="&#x201a;" u2="V" k="123" />
+    <hkern u1="&#x201a;" u2="U" k="41" />
+    <hkern u1="&#x201a;" u2="T" k="143" />
+    <hkern u1="&#x201a;" u2="Q" k="102" />
+    <hkern u1="&#x201a;" u2="O" k="102" />
+    <hkern u1="&#x201a;" u2="G" k="102" />
+    <hkern u1="&#x201a;" u2="C" k="102" />
+    <hkern u1="&#x201c;" u2="&#x162;" k="-41" />
+    <hkern u1="&#x201c;" u2="&#x1ef8;" k="-20" />
+    <hkern u1="&#x201c;" u2="&#x1ef6;" k="-20" />
+    <hkern u1="&#x201c;" u2="&#x1ef4;" k="-20" />
+    <hkern u1="&#x201c;" u2="&#x1ef1;" k="61" />
+    <hkern u1="&#x201c;" u2="&#x1eef;" k="61" />
+    <hkern u1="&#x201c;" u2="&#x1eed;" k="61" />
+    <hkern u1="&#x201c;" u2="&#x1eeb;" k="61" />
+    <hkern u1="&#x201c;" u2="&#x1ee9;" k="61" />
+    <hkern u1="&#x201c;" u2="&#x1ee7;" k="61" />
+    <hkern u1="&#x201c;" u2="&#x1ee5;" k="61" />
+    <hkern u1="&#x201c;" u2="&#x1ee3;" k="123" />
+    <hkern u1="&#x201c;" u2="&#x1ee1;" k="123" />
+    <hkern u1="&#x201c;" u2="&#x1edf;" k="123" />
+    <hkern u1="&#x201c;" u2="&#x1edd;" k="123" />
+    <hkern u1="&#x201c;" u2="&#x1edb;" k="123" />
+    <hkern u1="&#x201c;" u2="&#x1ed9;" k="123" />
+    <hkern u1="&#x201c;" u2="&#x1ed7;" k="123" />
+    <hkern u1="&#x201c;" u2="&#x1ed5;" k="123" />
+    <hkern u1="&#x201c;" u2="&#x1ed1;" k="123" />
+    <hkern u1="&#x201c;" u2="&#x1ecf;" k="123" />
+    <hkern u1="&#x201c;" u2="&#x1ecd;" k="123" />
+    <hkern u1="&#x201c;" u2="&#x1ec7;" k="123" />
+    <hkern u1="&#x201c;" u2="&#x1ec5;" k="123" />
+    <hkern u1="&#x201c;" u2="&#x1ec3;" k="123" />
+    <hkern u1="&#x201c;" u2="&#x1ebf;" k="123" />
+    <hkern u1="&#x201c;" u2="&#x1ebd;" k="123" />
+    <hkern u1="&#x201c;" u2="&#x1ebb;" k="123" />
+    <hkern u1="&#x201c;" u2="&#x1eb9;" k="123" />
+    <hkern u1="&#x201c;" u2="&#x1eb7;" k="82" />
+    <hkern u1="&#x201c;" u2="&#x1eb6;" k="143" />
+    <hkern u1="&#x201c;" u2="&#x1eb5;" k="82" />
+    <hkern u1="&#x201c;" u2="&#x1eb4;" k="143" />
+    <hkern u1="&#x201c;" u2="&#x1eb3;" k="82" />
+    <hkern u1="&#x201c;" u2="&#x1eb2;" k="143" />
+    <hkern u1="&#x201c;" u2="&#x1eb1;" k="82" />
+    <hkern u1="&#x201c;" u2="&#x1eb0;" k="143" />
+    <hkern u1="&#x201c;" u2="&#x1eaf;" k="82" />
+    <hkern u1="&#x201c;" u2="&#x1eae;" k="143" />
+    <hkern u1="&#x201c;" u2="&#x1ead;" k="82" />
+    <hkern u1="&#x201c;" u2="&#x1eac;" k="143" />
+    <hkern u1="&#x201c;" u2="&#x1eab;" k="82" />
+    <hkern u1="&#x201c;" u2="&#x1eaa;" k="143" />
+    <hkern u1="&#x201c;" u2="&#x1ea9;" k="82" />
+    <hkern u1="&#x201c;" u2="&#x1ea8;" k="143" />
+    <hkern u1="&#x201c;" u2="&#x1ea6;" k="143" />
+    <hkern u1="&#x201c;" u2="&#x1ea5;" k="82" />
+    <hkern u1="&#x201c;" u2="&#x1ea4;" k="143" />
+    <hkern u1="&#x201c;" u2="&#x1ea3;" k="82" />
+    <hkern u1="&#x201c;" u2="&#x1ea2;" k="143" />
+    <hkern u1="&#x201c;" u2="&#x1ea1;" k="82" />
+    <hkern u1="&#x201c;" u2="&#x1ea0;" k="143" />
+    <hkern u1="&#x201c;" u2="&#x513;" k="143" />
+    <hkern u1="&#x201c;" u2="&#x512;" k="123" />
+    <hkern u1="&#x201c;" u2="&#x511;" k="123" />
+    <hkern u1="&#x201c;" u2="&#x50d;" k="123" />
+    <hkern u1="&#x201c;" u2="&#x509;" k="143" />
+    <hkern u1="&#x201c;" u2="&#x508;" k="123" />
+    <hkern u1="&#x201c;" u2="&#x503;" k="123" />
+    <hkern u1="&#x201c;" u2="&#x502;" k="143" />
+    <hkern u1="&#x201c;" u2="&#x501;" k="123" />
+    <hkern u1="&#x201c;" u2="&#x500;" k="143" />
+    <hkern u1="&#x201c;" u2="&#x4eb;" k="123" />
+    <hkern u1="&#x201c;" u2="&#x4e9;" k="123" />
+    <hkern u1="&#x201c;" u2="&#x4e7;" k="123" />
+    <hkern u1="&#x201c;" u2="&#x4db;" k="41" />
+    <hkern u1="&#x201c;" u2="&#x4d9;" k="41" />
+    <hkern u1="&#x201c;" u2="&#x4d7;" k="123" />
+    <hkern u1="&#x201c;" u2="&#x4d5;" k="41" />
+    <hkern u1="&#x201c;" u2="&#x4d4;" k="143" />
+    <hkern u1="&#x201c;" u2="&#x4d3;" k="41" />
+    <hkern u1="&#x201c;" u2="&#x4d2;" k="143" />
+    <hkern u1="&#x201c;" u2="&#x4d1;" k="41" />
+    <hkern u1="&#x201c;" u2="&#x4d0;" k="143" />
+    <hkern u1="&#x201c;" u2="&#x4c6;" k="143" />
+    <hkern u1="&#x201c;" u2="&#x4c5;" k="123" />
+    <hkern u1="&#x201c;" u2="&#x4ab;" k="123" />
+    <hkern u1="&#x201c;" u2="&#x4a9;" k="123" />
+    <hkern u1="&#x201c;" u2="&#x481;" k="123" />
+    <hkern u1="&#x201c;" u2="&#x47d;" k="123" />
+    <hkern u1="&#x201c;" u2="&#x47b;" k="123" />
+    <hkern u1="&#x201c;" u2="&#x479;" k="123" />
+    <hkern u1="&#x201c;" u2="&#x473;" k="123" />
+    <hkern u1="&#x201c;" u2="&#x471;" k="20" />
+    <hkern u1="&#x201c;" u2="&#x467;" k="143" />
+    <hkern u1="&#x201c;" u2="&#x466;" k="143" />
+    <hkern u1="&#x201c;" u2="&#x450;" k="123" />
+    <hkern u1="&#x201c;" u2="&#x1b0;" k="61" />
+    <hkern u1="&#x201c;" u2="&#x1a1;" k="123" />
+    <hkern u1="&#x201c;" u2="&#x1e01;" k="82" />
+    <hkern u1="&#x201c;" u2="&#x1e00;" k="143" />
+    <hkern u1="&#x201c;" u2="&#x1e3f;" k="61" />
+    <hkern u1="&#x201c;" u2="&#x1ef2;" k="-20" />
+    <hkern u1="&#x201c;" u2="&#x1e84;" k="-41" />
+    <hkern u1="&#x201c;" u2="&#x1e82;" k="-41" />
+    <hkern u1="&#x201c;" u2="&#x1e80;" k="-41" />
+    <hkern u1="&#x201c;" u2="&#x459;" k="143" />
+    <hkern u1="&#x201c;" u2="&#x455;" k="61" />
+    <hkern u1="&#x201c;" u2="&#x454;" k="123" />
+    <hkern u1="&#x201c;" u2="&#x451;" k="123" />
+    <hkern u1="&#x201c;" u2="&#x444;" k="123" />
+    <hkern u1="&#x201c;" u2="&#x441;" k="123" />
+    <hkern u1="&#x201c;" u2="&#x43e;" k="123" />
+    <hkern u1="&#x201c;" u2="&#x43b;" k="143" />
+    <hkern u1="&#x201c;" u2="&#x435;" k="123" />
+    <hkern u1="&#x201c;" u2="&#x434;" k="143" />
+    <hkern u1="&#x201c;" u2="&#x430;" k="41" />
+    <hkern u1="&#x201c;" u2="&#x41b;" k="123" />
+    <hkern u1="&#x201c;" u2="&#x414;" k="123" />
+    <hkern u1="&#x201c;" u2="&#x410;" k="143" />
+    <hkern u1="&#x201c;" u2="&#x409;" k="123" />
+    <hkern u1="&#x201c;" u2="&#x3cc;" k="82" />
+    <hkern u1="&#x201c;" u2="&#x3c6;" k="82" />
+    <hkern u1="&#x201c;" u2="&#x3c3;" k="82" />
+    <hkern u1="&#x201c;" u2="&#x3c2;" k="82" />
+    <hkern u1="&#x201c;" u2="&#x3c1;" k="61" />
+    <hkern u1="&#x201c;" u2="&#x3bf;" k="82" />
+    <hkern u1="&#x201c;" u2="&#x3bc;" k="41" />
+    <hkern u1="&#x201c;" u2="&#x3ba;" k="41" />
+    <hkern u1="&#x201c;" u2="&#x3b7;" k="41" />
+    <hkern u1="&#x201c;" u2="&#x3b6;" k="41" />
+    <hkern u1="&#x201c;" u2="&#x3b5;" k="41" />
+    <hkern u1="&#x201c;" u2="&#x3b4;" k="61" />
+    <hkern u1="&#x201c;" u2="&#x3b1;" k="82" />
+    <hkern u1="&#x201c;" u2="&#x3ae;" k="41" />
+    <hkern u1="&#x201c;" u2="&#x3ad;" k="41" />
+    <hkern u1="&#x201c;" u2="&#x3ac;" k="82" />
+    <hkern u1="&#x201c;" u2="&#x39b;" k="143" />
+    <hkern u1="&#x201c;" u2="&#x394;" k="143" />
+    <hkern u1="&#x201c;" u2="&#x391;" k="143" />
+    <hkern u1="&#x201c;" u2="&#x386;" k="143" />
+    <hkern u1="&#x201c;" u2="&#x219;" k="61" />
+    <hkern u1="&#x201c;" u2="&#x1ff;" k="123" />
+    <hkern u1="&#x201c;" u2="&#x1fd;" k="82" />
+    <hkern u1="&#x201c;" u2="&#x1fb;" k="82" />
+    <hkern u1="&#x201c;" u2="&#x1fa;" k="143" />
+    <hkern u1="&#x201c;" u2="&#x178;" k="-20" />
+    <hkern u1="&#x201c;" u2="&#x176;" k="-20" />
+    <hkern u1="&#x201c;" u2="&#x174;" k="-41" />
+    <hkern u1="&#x201c;" u2="&#x173;" k="61" />
+    <hkern u1="&#x201c;" u2="&#x171;" k="61" />
+    <hkern u1="&#x201c;" u2="&#x16f;" k="61" />
+    <hkern u1="&#x201c;" u2="&#x16d;" k="61" />
+    <hkern u1="&#x201c;" u2="&#x16b;" k="61" />
+    <hkern u1="&#x201c;" u2="&#x169;" k="61" />
+    <hkern u1="&#x201c;" u2="&#x164;" k="-41" />
+    <hkern u1="&#x201c;" u2="&#x21a;" k="-41" />
+    <hkern u1="&#x201c;" u2="&#x15f;" k="61" />
+    <hkern u1="&#x201c;" u2="&#x15b;" k="61" />
+    <hkern u1="&#x201c;" u2="&#x157;" k="61" />
+    <hkern u1="&#x201c;" u2="&#x155;" k="61" />
+    <hkern u1="&#x201c;" u2="&#x153;" k="123" />
+    <hkern u1="&#x201c;" u2="&#x151;" k="123" />
+    <hkern u1="&#x201c;" u2="&#x14f;" k="123" />
+    <hkern u1="&#x201c;" u2="&#x14d;" k="123" />
+    <hkern u1="&#x201c;" u2="&#x14b;" k="61" />
+    <hkern u1="&#x201c;" u2="&#x146;" k="61" />
+    <hkern u1="&#x201c;" u2="&#x144;" k="61" />
+    <hkern u1="&#x201c;" u2="&#x138;" k="61" />
+    <hkern u1="&#x201c;" u2="&#x123;" k="61" />
+    <hkern u1="&#x201c;" u2="&#x121;" k="61" />
+    <hkern u1="&#x201c;" u2="&#x11f;" k="61" />
+    <hkern u1="&#x201c;" u2="&#x11d;" k="61" />
+    <hkern u1="&#x201c;" u2="&#x11b;" k="123" />
+    <hkern u1="&#x201c;" u2="&#x119;" k="123" />
+    <hkern u1="&#x201c;" u2="&#x117;" k="123" />
+    <hkern u1="&#x201c;" u2="&#x115;" k="123" />
+    <hkern u1="&#x201c;" u2="&#x113;" k="123" />
+    <hkern u1="&#x201c;" u2="&#x111;" k="123" />
+    <hkern u1="&#x201c;" u2="&#x10f;" k="123" />
+    <hkern u1="&#x201c;" u2="&#x10d;" k="123" />
+    <hkern u1="&#x201c;" u2="&#x10b;" k="123" />
+    <hkern u1="&#x201c;" u2="&#x109;" k="123" />
+    <hkern u1="&#x201c;" u2="&#x107;" k="123" />
+    <hkern u1="&#x201c;" u2="&#x105;" k="82" />
+    <hkern u1="&#x201c;" u2="&#x104;" k="143" />
+    <hkern u1="&#x201c;" u2="&#x103;" k="82" />
+    <hkern u1="&#x201c;" u2="&#x102;" k="143" />
+    <hkern u1="&#x201c;" u2="&#x101;" k="82" />
+    <hkern u1="&#x201c;" u2="&#x100;" k="143" />
+    <hkern u1="&#x201c;" u2="&#xfc;" k="61" />
+    <hkern u1="&#x201c;" u2="&#xfb;" k="61" />
+    <hkern u1="&#x201c;" u2="&#xfa;" k="61" />
+    <hkern u1="&#x201c;" u2="&#xf9;" k="61" />
+    <hkern u1="&#x201c;" u2="&#xf8;" k="123" />
+    <hkern u1="&#x201c;" u2="&#xf6;" k="123" />
+    <hkern u1="&#x201c;" u2="&#xf5;" k="123" />
+    <hkern u1="&#x201c;" u2="&#xf4;" k="123" />
+    <hkern u1="&#x201c;" u2="&#xf3;" k="123" />
+    <hkern u1="&#x201c;" u2="&#xf2;" k="123" />
+    <hkern u1="&#x201c;" u2="&#xeb;" k="123" />
+    <hkern u1="&#x201c;" u2="&#xea;" k="123" />
+    <hkern u1="&#x201c;" u2="&#xe9;" k="123" />
+    <hkern u1="&#x201c;" u2="&#xe8;" k="123" />
+    <hkern u1="&#x201c;" u2="&#xe7;" k="123" />
+    <hkern u1="&#x201c;" u2="&#xe6;" k="82" />
+    <hkern u1="&#x201c;" u2="&#xe5;" k="82" />
+    <hkern u1="&#x201c;" u2="&#xe4;" k="82" />
+    <hkern u1="&#x201c;" u2="&#xe3;" k="82" />
+    <hkern u1="&#x201c;" u2="&#xe2;" k="82" />
+    <hkern u1="&#x201c;" u2="&#xe1;" k="82" />
+    <hkern u1="&#x201c;" u2="&#xe0;" k="123" />
+    <hkern u1="&#x201c;" u2="&#xdd;" k="-20" />
+    <hkern u1="&#x201c;" u2="&#xc5;" k="143" />
+    <hkern u1="&#x201c;" u2="&#xc4;" k="143" />
+    <hkern u1="&#x201c;" u2="&#xc3;" k="143" />
+    <hkern u1="&#x201c;" u2="&#xc2;" k="143" />
+    <hkern u1="&#x201c;" u2="&#xc1;" k="143" />
+    <hkern u1="&#x201c;" u2="&#xc0;" k="143" />
+    <hkern u1="&#x201c;" u2="u" k="61" />
+    <hkern u1="&#x201c;" u2="s" k="61" />
+    <hkern u1="&#x201c;" u2="r" k="61" />
+    <hkern u1="&#x201c;" u2="q" k="123" />
+    <hkern u1="&#x201c;" u2="p" k="61" />
+    <hkern u1="&#x201c;" u2="o" k="123" />
+    <hkern u1="&#x201c;" u2="n" k="61" />
+    <hkern u1="&#x201c;" u2="m" k="61" />
+    <hkern u1="&#x201c;" u2="g" k="61" />
+    <hkern u1="&#x201c;" u2="e" k="123" />
+    <hkern u1="&#x201c;" u2="d" k="123" />
+    <hkern u1="&#x201c;" u2="c" k="123" />
+    <hkern u1="&#x201c;" u2="a" k="82" />
+    <hkern u1="&#x201c;" u2="Y" k="-20" />
+    <hkern u1="&#x201c;" u2="W" k="-41" />
+    <hkern u1="&#x201c;" u2="V" k="-41" />
+    <hkern u1="&#x201c;" u2="T" k="-41" />
+    <hkern u1="&#x201c;" u2="A" k="143" />
+    <hkern u1="&#x201e;" u2="&#x162;" k="143" />
+    <hkern u1="&#x201e;" u2="&#x1ef8;" k="123" />
+    <hkern u1="&#x201e;" u2="&#x1ef6;" k="123" />
+    <hkern u1="&#x201e;" u2="&#x1ef4;" k="123" />
+    <hkern u1="&#x201e;" u2="&#x1ef0;" k="41" />
+    <hkern u1="&#x201e;" u2="&#x1eee;" k="41" />
+    <hkern u1="&#x201e;" u2="&#x1eec;" k="41" />
+    <hkern u1="&#x201e;" u2="&#x1eea;" k="41" />
+    <hkern u1="&#x201e;" u2="&#x1ee8;" k="41" />
+    <hkern u1="&#x201e;" u2="&#x1ee6;" k="41" />
+    <hkern u1="&#x201e;" u2="&#x1ee4;" k="41" />
+    <hkern u1="&#x201e;" u2="&#x1ee2;" k="102" />
+    <hkern u1="&#x201e;" u2="&#x1ee0;" k="102" />
+    <hkern u1="&#x201e;" u2="&#x1ede;" k="102" />
+    <hkern u1="&#x201e;" u2="&#x1edc;" k="102" />
+    <hkern u1="&#x201e;" u2="&#x1eda;" k="102" />
+    <hkern u1="&#x201e;" u2="&#x1ed8;" k="102" />
+    <hkern u1="&#x201e;" u2="&#x1ed6;" k="102" />
+    <hkern u1="&#x201e;" u2="&#x1ed4;" k="102" />
+    <hkern u1="&#x201e;" u2="&#x1ed2;" k="102" />
+    <hkern u1="&#x201e;" u2="&#x1ed0;" k="102" />
+    <hkern u1="&#x201e;" u2="&#x1ece;" k="102" />
+    <hkern u1="&#x201e;" u2="&#x1ecc;" k="102" />
+    <hkern u1="&#x201e;" u2="&#x50f;" k="102" />
+    <hkern u1="&#x201e;" u2="&#x50e;" k="143" />
+    <hkern u1="&#x201e;" u2="&#x50c;" k="102" />
+    <hkern u1="&#x201e;" u2="&#x507;" k="102" />
+    <hkern u1="&#x201e;" u2="&#x506;" k="123" />
+    <hkern u1="&#x201e;" u2="&#x505;" k="102" />
+    <hkern u1="&#x201e;" u2="&#x504;" k="123" />
+    <hkern u1="&#x201e;" u2="&#x4f5;" k="123" />
+    <hkern u1="&#x201e;" u2="&#x4f4;" k="164" />
+    <hkern u1="&#x201e;" u2="&#x4ea;" k="102" />
+    <hkern u1="&#x201e;" u2="&#x4e8;" k="102" />
+    <hkern u1="&#x201e;" u2="&#x4e6;" k="102" />
+    <hkern u1="&#x201e;" u2="&#x4cc;" k="123" />
+    <hkern u1="&#x201e;" u2="&#x4cb;" k="164" />
+    <hkern u1="&#x201e;" u2="&#x4be;" k="123" />
+    <hkern u1="&#x201e;" u2="&#x4bc;" k="123" />
+    <hkern u1="&#x201e;" u2="&#x4b9;" k="123" />
+    <hkern u1="&#x201e;" u2="&#x4b8;" k="164" />
+    <hkern u1="&#x201e;" u2="&#x4b7;" k="123" />
+    <hkern u1="&#x201e;" u2="&#x4b6;" k="164" />
+    <hkern u1="&#x201e;" u2="&#x4b5;" k="102" />
+    <hkern u1="&#x201e;" u2="&#x4b4;" k="143" />
+    <hkern u1="&#x201e;" u2="&#x4b0;" k="123" />
+    <hkern u1="&#x201e;" u2="&#x4ae;" k="123" />
+    <hkern u1="&#x201e;" u2="&#x4ad;" k="102" />
+    <hkern u1="&#x201e;" u2="&#x4ac;" k="143" />
+    <hkern u1="&#x201e;" u2="&#x4aa;" k="102" />
+    <hkern u1="&#x201e;" u2="&#x4a8;" k="102" />
+    <hkern u1="&#x201e;" u2="&#x4a1;" k="102" />
+    <hkern u1="&#x201e;" u2="&#x4a0;" k="143" />
+    <hkern u1="&#x201e;" u2="&#x480;" k="102" />
+    <hkern u1="&#x201e;" u2="&#x47e;" k="102" />
+    <hkern u1="&#x201e;" u2="&#x47c;" k="102" />
+    <hkern u1="&#x201e;" u2="&#x47a;" k="102" />
+    <hkern u1="&#x201e;" u2="&#x478;" k="102" />
+    <hkern u1="&#x201e;" u2="&#x476;" k="123" />
+    <hkern u1="&#x201e;" u2="&#x474;" k="123" />
+    <hkern u1="&#x201e;" u2="&#x472;" k="102" />
+    <hkern u1="&#x201e;" u2="&#x470;" k="164" />
+    <hkern u1="&#x201e;" u2="&#x460;" k="102" />
+    <hkern u1="&#x201e;" u2="&#x1af;" k="41" />
+    <hkern u1="&#x201e;" u2="&#x1a0;" k="102" />
+    <hkern u1="&#x201e;" u2="&#x3d2;" k="123" />
+    <hkern u1="&#x201e;" u2="&#x1ef2;" k="123" />
+    <hkern u1="&#x201e;" u2="&#x1e84;" k="123" />
+    <hkern u1="&#x201e;" u2="&#x1e82;" k="123" />
+    <hkern u1="&#x201e;" u2="&#x1e80;" k="123" />
+    <hkern u1="&#x201e;" u2="&#x44a;" k="102" />
+    <hkern u1="&#x201e;" u2="&#x447;" k="123" />
+    <hkern u1="&#x201e;" u2="&#x442;" k="102" />
+    <hkern u1="&#x201e;" u2="&#x42a;" k="143" />
+    <hkern u1="&#x201e;" u2="&#x427;" k="164" />
+    <hkern u1="&#x201e;" u2="&#x424;" k="82" />
+    <hkern u1="&#x201e;" u2="&#x422;" k="143" />
+    <hkern u1="&#x201e;" u2="&#x421;" k="102" />
+    <hkern u1="&#x201e;" u2="&#x41e;" k="102" />
+    <hkern u1="&#x201e;" u2="&#x40b;" k="143" />
+    <hkern u1="&#x201e;" u2="&#x404;" k="102" />
+    <hkern u1="&#x201e;" u2="&#x402;" k="143" />
+    <hkern u1="&#x201e;" u2="&#x3b8;" k="41" />
+    <hkern u1="&#x201e;" u2="&#x3ab;" k="123" />
+    <hkern u1="&#x201e;" u2="&#x3a8;" k="123" />
+    <hkern u1="&#x201e;" u2="&#x3a6;" k="102" />
+    <hkern u1="&#x201e;" u2="&#x3a5;" k="123" />
+    <hkern u1="&#x201e;" u2="&#x3a4;" k="143" />
+    <hkern u1="&#x201e;" u2="&#x39f;" k="82" />
+    <hkern u1="&#x201e;" u2="&#x398;" k="82" />
+    <hkern u1="&#x201e;" u2="&#x1fe;" k="102" />
+    <hkern u1="&#x201e;" u2="&#x178;" k="123" />
+    <hkern u1="&#x201e;" u2="&#x176;" k="123" />
+    <hkern u1="&#x201e;" u2="&#x174;" k="123" />
+    <hkern u1="&#x201e;" u2="&#x172;" k="41" />
+    <hkern u1="&#x201e;" u2="&#x170;" k="41" />
+    <hkern u1="&#x201e;" u2="&#x16e;" k="41" />
+    <hkern u1="&#x201e;" u2="&#x16c;" k="41" />
+    <hkern u1="&#x201e;" u2="&#x16a;" k="41" />
+    <hkern u1="&#x201e;" u2="&#x168;" k="41" />
+    <hkern u1="&#x201e;" u2="&#x164;" k="143" />
+    <hkern u1="&#x201e;" u2="&#x21a;" k="143" />
+    <hkern u1="&#x201e;" u2="&#x152;" k="102" />
+    <hkern u1="&#x201e;" u2="&#x150;" k="102" />
+    <hkern u1="&#x201e;" u2="&#x14e;" k="102" />
+    <hkern u1="&#x201e;" u2="&#x14c;" k="102" />
+    <hkern u1="&#x201e;" u2="&#x122;" k="102" />
+    <hkern u1="&#x201e;" u2="&#x120;" k="102" />
+    <hkern u1="&#x201e;" u2="&#x11e;" k="102" />
+    <hkern u1="&#x201e;" u2="&#x11c;" k="102" />
+    <hkern u1="&#x201e;" u2="&#x10c;" k="102" />
+    <hkern u1="&#x201e;" u2="&#x10a;" k="102" />
+    <hkern u1="&#x201e;" u2="&#x108;" k="102" />
+    <hkern u1="&#x201e;" u2="&#x106;" k="102" />
+    <hkern u1="&#x201e;" u2="&#xdd;" k="123" />
+    <hkern u1="&#x201e;" u2="&#xdc;" k="41" />
+    <hkern u1="&#x201e;" u2="&#xdb;" k="41" />
+    <hkern u1="&#x201e;" u2="&#xda;" k="41" />
+    <hkern u1="&#x201e;" u2="&#xd9;" k="41" />
+    <hkern u1="&#x201e;" u2="&#xd8;" k="102" />
+    <hkern u1="&#x201e;" u2="&#xd6;" k="102" />
+    <hkern u1="&#x201e;" u2="&#xd5;" k="102" />
+    <hkern u1="&#x201e;" u2="&#xd4;" k="102" />
+    <hkern u1="&#x201e;" u2="&#xd3;" k="102" />
+    <hkern u1="&#x201e;" u2="&#xd2;" k="102" />
+    <hkern u1="&#x201e;" u2="&#xc7;" k="102" />
+    <hkern u1="&#x201e;" u2="Y" k="123" />
+    <hkern u1="&#x201e;" u2="W" k="123" />
+    <hkern u1="&#x201e;" u2="V" k="123" />
+    <hkern u1="&#x201e;" u2="U" k="41" />
+    <hkern u1="&#x201e;" u2="T" k="143" />
+    <hkern u1="&#x201e;" u2="Q" k="102" />
+    <hkern u1="&#x201e;" u2="O" k="102" />
+    <hkern u1="&#x201e;" u2="G" k="102" />
+    <hkern u1="&#x201e;" u2="C" k="102" />
+    <hkern u1="&#x2126;" u2="&#x3d2;" k="20" />
+    <hkern u1="&#x2126;" u2="&#x3ab;" k="20" />
+    <hkern u1="&#x2126;" u2="&#x3a5;" k="20" />
+    <hkern u1="&#x2126;" u2="&#x3a4;" k="41" />
+    <hkern u1="&#x3d1;" u2="&#x201e;" k="61" />
+    <hkern u1="&#x3d1;" u2="&#x201a;" k="61" />
+    <hkern u1="&#x3d1;" u2="&#x2e;" k="61" />
+    <hkern u1="&#x3d1;" u2="&#x2c;" k="61" />
+    <hkern u1="&#x3d2;" u2="&#x2126;" k="20" />
+    <hkern u1="&#x3d2;" u2="&#x201e;" k="123" />
+    <hkern u1="&#x3d2;" u2="&#x201a;" k="123" />
+    <hkern u1="&#x3d2;" u2="&#x3ce;" k="61" />
+    <hkern u1="&#x3d2;" u2="&#x3cd;" k="61" />
+    <hkern u1="&#x3d2;" u2="&#x3cc;" k="102" />
+    <hkern u1="&#x3d2;" u2="&#x3cb;" k="61" />
+    <hkern u1="&#x3d2;" u2="&#x3c9;" k="61" />
+    <hkern u1="&#x3d2;" u2="&#x3c8;" k="61" />
+    <hkern u1="&#x3d2;" u2="&#x3c6;" k="102" />
+    <hkern u1="&#x3d2;" u2="&#x3c5;" k="61" />
+    <hkern u1="&#x3d2;" u2="&#x3c3;" k="102" />
+    <hkern u1="&#x3d2;" u2="&#x3c2;" k="102" />
+    <hkern u1="&#x3d2;" u2="&#x3c1;" k="102" />
+    <hkern u1="&#x3d2;" u2="&#x3bf;" k="102" />
+    <hkern u1="&#x3d2;" u2="&#x3bc;" k="61" />
+    <hkern u1="&#x3d2;" u2="&#x3ba;" k="61" />
+    <hkern u1="&#x3d2;" u2="&#x3b9;" k="61" />
+    <hkern u1="&#x3d2;" u2="&#x3b7;" k="61" />
+    <hkern u1="&#x3d2;" u2="&#x3b5;" k="82" />
+    <hkern u1="&#x3d2;" u2="&#x3b4;" k="61" />
+    <hkern u1="&#x3d2;" u2="&#x3b1;" k="102" />
+    <hkern u1="&#x3d2;" u2="&#x3b0;" k="61" />
+    <hkern u1="&#x3d2;" u2="&#x3af;" k="61" />
+    <hkern u1="&#x3d2;" u2="&#x3ae;" k="61" />
+    <hkern u1="&#x3d2;" u2="&#x3ad;" k="82" />
+    <hkern u1="&#x3d2;" u2="&#x3ac;" k="102" />
+    <hkern u1="&#x3d2;" u2="&#x3a9;" k="20" />
+    <hkern u1="&#x3d2;" u2="&#x3a6;" k="61" />
+    <hkern u1="&#x3d2;" u2="&#x39f;" k="41" />
+    <hkern u1="&#x3d2;" u2="&#x39b;" k="123" />
+    <hkern u1="&#x3d2;" u2="&#x398;" k="41" />
+    <hkern u1="&#x3d2;" u2="&#x394;" k="123" />
+    <hkern u1="&#x3d2;" u2="&#x391;" k="123" />
+    <hkern u1="&#x3d2;" u2="&#x386;" k="123" />
+    <hkern u1="&#x3d2;" u2="&#x2e;" k="123" />
+    <hkern u1="&#x3d2;" u2="&#x2c;" k="123" />
+    <hkern u1="&#x1e00;" u2="&#x162;" k="143" />
+    <hkern u1="&#x1e00;" u2="&#x1ef8;" k="123" />
+    <hkern u1="&#x1e00;" u2="&#x1ef6;" k="123" />
+    <hkern u1="&#x1e00;" u2="&#x1ef4;" k="123" />
+    <hkern u1="&#x1e00;" u2="&#x1ee2;" k="41" />
+    <hkern u1="&#x1e00;" u2="&#x1ee0;" k="41" />
+    <hkern u1="&#x1e00;" u2="&#x1ede;" k="41" />
+    <hkern u1="&#x1e00;" u2="&#x1edc;" k="41" />
+    <hkern u1="&#x1e00;" u2="&#x1eda;" k="41" />
+    <hkern u1="&#x1e00;" u2="&#x1ed8;" k="41" />
+    <hkern u1="&#x1e00;" u2="&#x1ed6;" k="41" />
+    <hkern u1="&#x1e00;" u2="&#x1ed4;" k="41" />
+    <hkern u1="&#x1e00;" u2="&#x1ed2;" k="41" />
+    <hkern u1="&#x1e00;" u2="&#x1ed0;" k="41" />
+    <hkern u1="&#x1e00;" u2="&#x1ece;" k="41" />
+    <hkern u1="&#x1e00;" u2="&#x1ecc;" k="41" />
+    <hkern u1="&#x1e00;" u2="&#x1a0;" k="41" />
+    <hkern u1="&#x1e00;" u2="&#x201d;" k="143" />
+    <hkern u1="&#x1e00;" u2="&#x2019;" k="143" />
+    <hkern u1="&#x1e00;" u2="&#x1ef2;" k="123" />
+    <hkern u1="&#x1e00;" u2="&#x1e84;" k="82" />
+    <hkern u1="&#x1e00;" u2="&#x1e82;" k="82" />
+    <hkern u1="&#x1e00;" u2="&#x1e80;" k="82" />
+    <hkern u1="&#x1e00;" u2="&#x1fe;" k="41" />
+    <hkern u1="&#x1e00;" u2="&#x178;" k="123" />
+    <hkern u1="&#x1e00;" u2="&#x176;" k="123" />
+    <hkern u1="&#x1e00;" u2="&#x174;" k="82" />
+    <hkern u1="&#x1e00;" u2="&#x164;" k="143" />
+    <hkern u1="&#x1e00;" u2="&#x21a;" k="143" />
+    <hkern u1="&#x1e00;" u2="&#x152;" k="41" />
+    <hkern u1="&#x1e00;" u2="&#x150;" k="41" />
+    <hkern u1="&#x1e00;" u2="&#x14e;" k="41" />
+    <hkern u1="&#x1e00;" u2="&#x14c;" k="41" />
+    <hkern u1="&#x1e00;" u2="&#x122;" k="41" />
+    <hkern u1="&#x1e00;" u2="&#x120;" k="41" />
+    <hkern u1="&#x1e00;" u2="&#x11e;" k="41" />
+    <hkern u1="&#x1e00;" u2="&#x11c;" k="41" />
+    <hkern u1="&#x1e00;" u2="&#x10c;" k="41" />
+    <hkern u1="&#x1e00;" u2="&#x10a;" k="41" />
+    <hkern u1="&#x1e00;" u2="&#x108;" k="41" />
+    <hkern u1="&#x1e00;" u2="&#x106;" k="41" />
+    <hkern u1="&#x1e00;" u2="&#xdd;" k="123" />
+    <hkern u1="&#x1e00;" u2="&#xd8;" k="41" />
+    <hkern u1="&#x1e00;" u2="&#xd6;" k="41" />
+    <hkern u1="&#x1e00;" u2="&#xd5;" k="41" />
+    <hkern u1="&#x1e00;" u2="&#xd4;" k="41" />
+    <hkern u1="&#x1e00;" u2="&#xd3;" k="41" />
+    <hkern u1="&#x1e00;" u2="&#xd2;" k="41" />
+    <hkern u1="&#x1e00;" u2="&#xc7;" k="41" />
+    <hkern u1="&#x1e00;" u2="Y" k="123" />
+    <hkern u1="&#x1e00;" u2="W" k="82" />
+    <hkern u1="&#x1e00;" u2="V" k="82" />
+    <hkern u1="&#x1e00;" u2="T" k="143" />
+    <hkern u1="&#x1e00;" u2="Q" k="41" />
+    <hkern u1="&#x1e00;" u2="O" k="41" />
+    <hkern u1="&#x1e00;" u2="J" k="-266" />
+    <hkern u1="&#x1e00;" u2="G" k="41" />
+    <hkern u1="&#x1e00;" u2="C" k="41" />
+    <hkern u1="&#x1e00;" u2="&#x27;" k="143" />
+    <hkern u1="&#x1e00;" u2="&#x22;" k="143" />
+    <hkern u1="&#x1e01;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x1e01;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x1e01;" u2="&#x27;" k="20" />
+    <hkern u1="&#x1e01;" u2="&#x22;" k="20" />
+    <hkern u1="&#x1f4d;" u2="&#x3d2;" k="20" />
+    <hkern u1="&#x1f4d;" u2="&#x201e;" k="82" />
+    <hkern u1="&#x1f4d;" u2="&#x201a;" k="82" />
+    <hkern u1="&#x1f4d;" u2="&#x3bb;" k="20" />
+    <hkern u1="&#x1f4d;" u2="&#x3ab;" k="20" />
+    <hkern u1="&#x1f4d;" u2="&#x3a8;" k="20" />
+    <hkern u1="&#x1f4d;" u2="&#x3a7;" k="41" />
+    <hkern u1="&#x1f4d;" u2="&#x3a5;" k="20" />
+    <hkern u1="&#x1f4d;" u2="&#x3a4;" k="61" />
+    <hkern u1="&#x1f4d;" u2="&#x3a3;" k="20" />
+    <hkern u1="&#x1f4d;" u2="&#x39b;" k="41" />
+    <hkern u1="&#x1f4d;" u2="&#x396;" k="20" />
+    <hkern u1="&#x1f4d;" u2="&#x394;" k="41" />
+    <hkern u1="&#x1f4d;" u2="&#x391;" k="41" />
+    <hkern u1="&#x1f4d;" u2="&#x386;" k="41" />
+    <hkern u1="&#x1f4d;" u2="&#x2e;" k="82" />
+    <hkern u1="&#x1f4d;" u2="&#x2c;" k="82" />
+    <hkern u1="&#x1a1;" u2="&#x163;" k="-82" />
+    <hkern u1="&#x1a1;" g2="ff" k="-82" />
+    <hkern u1="&#x1a1;" u2="&#x1ef5;" k="-102" />
+    <hkern u1="&#x1a1;" g2="uniFB04" k="-82" />
+    <hkern u1="&#x1a1;" g2="uniFB03" k="-82" />
+    <hkern u1="&#x1a1;" g2="uniFB02" k="-82" />
+    <hkern u1="&#x1a1;" g2="uniFB01" k="-82" />
+    <hkern u1="&#x1a1;" u2="&#x1e83;" k="-102" />
+    <hkern u1="&#x1a1;" u2="&#x1e81;" k="-102" />
+    <hkern u1="&#x1a1;" u2="&#x175;" k="-102" />
+    <hkern u1="&#x1a1;" u2="&#x165;" k="-82" />
+    <hkern u1="&#x1a1;" u2="&#x21b;" k="-82" />
+    <hkern u1="&#x1a1;" u2="&#xfd;" k="-102" />
+    <hkern u1="&#x1a1;" u2="y" k="-102" />
+    <hkern u1="&#x1a1;" u2="x" k="-102" />
+    <hkern u1="&#x1a1;" u2="w" k="-102" />
+    <hkern u1="&#x1a1;" u2="v" k="-102" />
+    <hkern u1="&#x1a1;" u2="t" k="-82" />
+    <hkern u1="&#x1a1;" u2="f" k="-82" />
+    <hkern u1="&#x1b0;" u2="&#x163;" k="-102" />
+    <hkern u1="&#x1b0;" g2="ff" k="-102" />
+    <hkern u1="&#x1b0;" u2="&#x1ef5;" k="-102" />
+    <hkern u1="&#x1b0;" g2="uniFB04" k="-102" />
+    <hkern u1="&#x1b0;" g2="uniFB03" k="-102" />
+    <hkern u1="&#x1b0;" g2="uniFB02" k="-102" />
+    <hkern u1="&#x1b0;" g2="uniFB01" k="-102" />
+    <hkern u1="&#x1b0;" u2="&#x1e83;" k="-102" />
+    <hkern u1="&#x1b0;" u2="&#x1e81;" k="-102" />
+    <hkern u1="&#x1b0;" u2="&#x175;" k="-102" />
+    <hkern u1="&#x1b0;" u2="&#x165;" k="-102" />
+    <hkern u1="&#x1b0;" u2="&#x21b;" k="-102" />
+    <hkern u1="&#x1b0;" u2="&#xfd;" k="-102" />
+    <hkern u1="&#x1b0;" u2="y" k="-102" />
+    <hkern u1="&#x1b0;" u2="x" k="-102" />
+    <hkern u1="&#x1b0;" u2="w" k="-102" />
+    <hkern u1="&#x1b0;" u2="v" k="-102" />
+    <hkern u1="&#x1b0;" u2="t" k="-102" />
+    <hkern u1="&#x1b0;" u2="f" k="-102" />
+    <hkern u1="&#x450;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x450;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x450;" u2="&#x27;" k="20" />
+    <hkern u1="&#x450;" u2="&#x22;" k="20" />
+    <hkern u1="&#x460;" u2="&#x513;" k="20" />
+    <hkern u1="&#x460;" u2="&#x512;" k="41" />
+    <hkern u1="&#x460;" u2="&#x50e;" k="20" />
+    <hkern u1="&#x460;" u2="&#x509;" k="20" />
+    <hkern u1="&#x460;" u2="&#x508;" k="41" />
+    <hkern u1="&#x460;" u2="&#x506;" k="41" />
+    <hkern u1="&#x460;" u2="&#x504;" k="41" />
+    <hkern u1="&#x460;" u2="&#x4fe;" k="41" />
+    <hkern u1="&#x460;" u2="&#x4fc;" k="41" />
+    <hkern u1="&#x460;" u2="&#x4f4;" k="41" />
+    <hkern u1="&#x460;" u2="&#x4f2;" k="41" />
+    <hkern u1="&#x460;" u2="&#x4f0;" k="41" />
+    <hkern u1="&#x460;" u2="&#x4ee;" k="41" />
+    <hkern u1="&#x460;" u2="&#x4ec;" k="20" />
+    <hkern u1="&#x460;" u2="&#x4de;" k="20" />
+    <hkern u1="&#x460;" u2="&#x4dc;" k="41" />
+    <hkern u1="&#x460;" u2="&#x4d4;" k="41" />
+    <hkern u1="&#x460;" u2="&#x4d2;" k="41" />
+    <hkern u1="&#x460;" u2="&#x4d0;" k="41" />
+    <hkern u1="&#x460;" u2="&#x4cb;" k="41" />
+    <hkern u1="&#x460;" u2="&#x4c6;" k="20" />
+    <hkern u1="&#x460;" u2="&#x4c5;" k="41" />
+    <hkern u1="&#x460;" u2="&#x4c1;" k="41" />
+    <hkern u1="&#x460;" u2="&#x4b8;" k="41" />
+    <hkern u1="&#x460;" u2="&#x4b6;" k="41" />
+    <hkern u1="&#x460;" u2="&#x4b4;" k="20" />
+    <hkern u1="&#x460;" u2="&#x4b2;" k="41" />
+    <hkern u1="&#x460;" u2="&#x4b0;" k="20" />
+    <hkern u1="&#x460;" u2="&#x4ae;" k="20" />
+    <hkern u1="&#x460;" u2="&#x4ac;" k="61" />
+    <hkern u1="&#x460;" u2="&#x4a0;" k="20" />
+    <hkern u1="&#x460;" u2="&#x498;" k="20" />
+    <hkern u1="&#x460;" u2="&#x496;" k="41" />
+    <hkern u1="&#x460;" u2="&#x476;" k="20" />
+    <hkern u1="&#x460;" u2="&#x474;" k="20" />
+    <hkern u1="&#x460;" u2="&#x470;" k="41" />
+    <hkern u1="&#x460;" u2="&#x46e;" k="20" />
+    <hkern u1="&#x460;" u2="&#x467;" k="20" />
+    <hkern u1="&#x460;" u2="&#x466;" k="41" />
+    <hkern u1="&#x460;" u2="&#x201e;" k="82" />
+    <hkern u1="&#x460;" u2="&#x201a;" k="82" />
+    <hkern u1="&#x460;" u2="&#x459;" k="20" />
+    <hkern u1="&#x460;" u2="&#x43b;" k="20" />
+    <hkern u1="&#x460;" u2="&#x434;" k="20" />
+    <hkern u1="&#x460;" u2="&#x42d;" k="20" />
+    <hkern u1="&#x460;" u2="&#x42a;" k="20" />
+    <hkern u1="&#x460;" u2="&#x427;" k="41" />
+    <hkern u1="&#x460;" u2="&#x425;" k="41" />
+    <hkern u1="&#x460;" u2="&#x423;" k="41" />
+    <hkern u1="&#x460;" u2="&#x422;" k="61" />
+    <hkern u1="&#x460;" u2="&#x41b;" k="41" />
+    <hkern u1="&#x460;" u2="&#x417;" k="20" />
+    <hkern u1="&#x460;" u2="&#x416;" k="41" />
+    <hkern u1="&#x460;" u2="&#x414;" k="41" />
+    <hkern u1="&#x460;" u2="&#x410;" k="41" />
+    <hkern u1="&#x460;" u2="&#x40e;" k="41" />
+    <hkern u1="&#x460;" u2="&#x40b;" k="20" />
+    <hkern u1="&#x460;" u2="&#x409;" k="41" />
+    <hkern u1="&#x460;" u2="&#x402;" k="20" />
+    <hkern u1="&#x460;" u2="&#x2e;" k="82" />
+    <hkern u1="&#x460;" u2="&#x2c;" k="82" />
+    <hkern u1="&#x461;" u2="&#x513;" k="41" />
+    <hkern u1="&#x461;" u2="&#x509;" k="41" />
+    <hkern u1="&#x461;" u2="&#x4c6;" k="41" />
+    <hkern u1="&#x461;" u2="&#x467;" k="41" />
+    <hkern u1="&#x461;" u2="&#x201e;" k="82" />
+    <hkern u1="&#x461;" u2="&#x201a;" k="82" />
+    <hkern u1="&#x461;" u2="&#x459;" k="41" />
+    <hkern u1="&#x461;" u2="&#x43b;" k="41" />
+    <hkern u1="&#x461;" u2="&#x434;" k="41" />
+    <hkern u1="&#x461;" u2="&#x2e;" k="82" />
+    <hkern u1="&#x461;" u2="&#x2c;" k="82" />
+    <hkern u1="&#x462;" u2="&#x50f;" k="41" />
+    <hkern u1="&#x462;" u2="&#x50e;" k="41" />
+    <hkern u1="&#x462;" u2="&#x506;" k="102" />
+    <hkern u1="&#x462;" u2="&#x504;" k="102" />
+    <hkern u1="&#x462;" u2="&#x4f4;" k="82" />
+    <hkern u1="&#x462;" u2="&#x4cb;" k="82" />
+    <hkern u1="&#x462;" u2="&#x4b8;" k="82" />
+    <hkern u1="&#x462;" u2="&#x4b6;" k="82" />
+    <hkern u1="&#x462;" u2="&#x4b5;" k="41" />
+    <hkern u1="&#x462;" u2="&#x4b4;" k="41" />
+    <hkern u1="&#x462;" u2="&#x4b0;" k="61" />
+    <hkern u1="&#x462;" u2="&#x4ae;" k="61" />
+    <hkern u1="&#x462;" u2="&#x4ad;" k="41" />
+    <hkern u1="&#x462;" u2="&#x4ac;" k="82" />
+    <hkern u1="&#x462;" u2="&#x4a1;" k="41" />
+    <hkern u1="&#x462;" u2="&#x4a0;" k="41" />
+    <hkern u1="&#x462;" u2="&#x476;" k="61" />
+    <hkern u1="&#x462;" u2="&#x474;" k="61" />
+    <hkern u1="&#x462;" u2="&#x470;" k="82" />
+    <hkern u1="&#x462;" u2="&#x201d;" k="82" />
+    <hkern u1="&#x462;" u2="&#x2019;" k="82" />
+    <hkern u1="&#x462;" u2="&#x44a;" k="41" />
+    <hkern u1="&#x462;" u2="&#x442;" k="41" />
+    <hkern u1="&#x462;" u2="&#x42a;" k="41" />
+    <hkern u1="&#x462;" u2="&#x427;" k="82" />
+    <hkern u1="&#x462;" u2="&#x422;" k="82" />
+    <hkern u1="&#x462;" u2="&#x40b;" k="41" />
+    <hkern u1="&#x462;" u2="&#x402;" k="41" />
+    <hkern u1="&#x462;" u2="&#x27;" k="82" />
+    <hkern u1="&#x462;" u2="&#x22;" k="82" />
+    <hkern u1="&#x463;" u2="&#x50f;" k="102" />
+    <hkern u1="&#x463;" u2="&#x507;" k="102" />
+    <hkern u1="&#x463;" u2="&#x505;" k="102" />
+    <hkern u1="&#x463;" u2="&#x4ff;" k="41" />
+    <hkern u1="&#x463;" u2="&#x4fd;" k="41" />
+    <hkern u1="&#x463;" u2="&#x4f5;" k="82" />
+    <hkern u1="&#x463;" u2="&#x4f3;" k="61" />
+    <hkern u1="&#x463;" u2="&#x4f1;" k="61" />
+    <hkern u1="&#x463;" u2="&#x4ef;" k="61" />
+    <hkern u1="&#x463;" u2="&#x4e1;" k="41" />
+    <hkern u1="&#x463;" u2="&#x4dd;" k="41" />
+    <hkern u1="&#x463;" u2="&#x4cc;" k="82" />
+    <hkern u1="&#x463;" u2="&#x4c2;" k="41" />
+    <hkern u1="&#x463;" u2="&#x4bf;" k="41" />
+    <hkern u1="&#x463;" u2="&#x4bd;" k="41" />
+    <hkern u1="&#x463;" u2="&#x4b9;" k="82" />
+    <hkern u1="&#x463;" u2="&#x4b7;" k="82" />
+    <hkern u1="&#x463;" u2="&#x4b5;" k="102" />
+    <hkern u1="&#x463;" u2="&#x4b3;" k="41" />
+    <hkern u1="&#x463;" u2="&#x4b1;" k="61" />
+    <hkern u1="&#x463;" u2="&#x4af;" k="61" />
+    <hkern u1="&#x463;" u2="&#x4ad;" k="102" />
+    <hkern u1="&#x463;" u2="&#x4a1;" k="102" />
+    <hkern u1="&#x463;" u2="&#x497;" k="41" />
+    <hkern u1="&#x463;" u2="&#x47f;" k="41" />
+    <hkern u1="&#x463;" u2="&#x477;" k="41" />
+    <hkern u1="&#x463;" u2="&#x475;" k="41" />
+    <hkern u1="&#x463;" u2="&#x461;" k="41" />
+    <hkern u1="&#x463;" u2="&#x201d;" k="123" />
+    <hkern u1="&#x463;" u2="&#x2019;" k="123" />
+    <hkern u1="&#x463;" u2="&#x45e;" k="61" />
+    <hkern u1="&#x463;" u2="&#x44a;" k="102" />
+    <hkern u1="&#x463;" u2="&#x447;" k="82" />
+    <hkern u1="&#x463;" u2="&#x445;" k="41" />
+    <hkern u1="&#x463;" u2="&#x443;" k="61" />
+    <hkern u1="&#x463;" u2="&#x442;" k="102" />
+    <hkern u1="&#x463;" u2="&#x436;" k="41" />
+    <hkern u1="&#x463;" u2="&#x27;" k="123" />
+    <hkern u1="&#x463;" u2="&#x22;" k="123" />
+    <hkern u1="&#x464;" u2="&#x50c;" k="41" />
+    <hkern u1="&#x464;" u2="&#x507;" k="41" />
+    <hkern u1="&#x464;" u2="&#x505;" k="41" />
+    <hkern u1="&#x464;" u2="&#x502;" k="41" />
+    <hkern u1="&#x464;" u2="&#x500;" k="41" />
+    <hkern u1="&#x464;" u2="&#x4f5;" k="41" />
+    <hkern u1="&#x464;" u2="&#x4ea;" k="41" />
+    <hkern u1="&#x464;" u2="&#x4e8;" k="41" />
+    <hkern u1="&#x464;" u2="&#x4e6;" k="41" />
+    <hkern u1="&#x464;" u2="&#x4cc;" k="41" />
+    <hkern u1="&#x464;" u2="&#x4be;" k="41" />
+    <hkern u1="&#x464;" u2="&#x4bc;" k="41" />
+    <hkern u1="&#x464;" u2="&#x4b9;" k="41" />
+    <hkern u1="&#x464;" u2="&#x4b7;" k="41" />
+    <hkern u1="&#x464;" u2="&#x4aa;" k="41" />
+    <hkern u1="&#x464;" u2="&#x4a8;" k="41" />
+    <hkern u1="&#x464;" u2="&#x480;" k="41" />
+    <hkern u1="&#x464;" u2="&#x47e;" k="41" />
+    <hkern u1="&#x464;" u2="&#x47c;" k="41" />
+    <hkern u1="&#x464;" u2="&#x47a;" k="41" />
+    <hkern u1="&#x464;" u2="&#x478;" k="41" />
+    <hkern u1="&#x464;" u2="&#x472;" k="41" />
+    <hkern u1="&#x464;" u2="&#x460;" k="41" />
+    <hkern u1="&#x464;" u2="&#x447;" k="41" />
+    <hkern u1="&#x464;" u2="&#x424;" k="41" />
+    <hkern u1="&#x464;" u2="&#x421;" k="41" />
+    <hkern u1="&#x464;" u2="&#x41e;" k="41" />
+    <hkern u1="&#x464;" u2="&#x404;" k="41" />
+    <hkern u1="&#x466;" u2="&#x50f;" k="41" />
+    <hkern u1="&#x466;" u2="&#x50e;" k="102" />
+    <hkern u1="&#x466;" u2="&#x507;" k="41" />
+    <hkern u1="&#x466;" u2="&#x506;" k="143" />
+    <hkern u1="&#x466;" u2="&#x505;" k="41" />
+    <hkern u1="&#x466;" u2="&#x504;" k="143" />
+    <hkern u1="&#x466;" u2="&#x4fa;" k="41" />
+    <hkern u1="&#x466;" u2="&#x4f5;" k="41" />
+    <hkern u1="&#x466;" u2="&#x4f4;" k="102" />
+    <hkern u1="&#x466;" u2="&#x4da;" k="41" />
+    <hkern u1="&#x466;" u2="&#x4d8;" k="41" />
+    <hkern u1="&#x466;" u2="&#x4cc;" k="41" />
+    <hkern u1="&#x466;" u2="&#x4cb;" k="102" />
+    <hkern u1="&#x466;" u2="&#x4be;" k="102" />
+    <hkern u1="&#x466;" u2="&#x4bc;" k="102" />
+    <hkern u1="&#x466;" u2="&#x4b9;" k="41" />
+    <hkern u1="&#x466;" u2="&#x4b8;" k="102" />
+    <hkern u1="&#x466;" u2="&#x4b7;" k="41" />
+    <hkern u1="&#x466;" u2="&#x4b6;" k="102" />
+    <hkern u1="&#x466;" u2="&#x4b5;" k="41" />
+    <hkern u1="&#x466;" u2="&#x4b4;" k="102" />
+    <hkern u1="&#x466;" u2="&#x4b0;" k="123" />
+    <hkern u1="&#x466;" u2="&#x4ae;" k="123" />
+    <hkern u1="&#x466;" u2="&#x4ad;" k="41" />
+    <hkern u1="&#x466;" u2="&#x4ac;" k="143" />
+    <hkern u1="&#x466;" u2="&#x4a1;" k="41" />
+    <hkern u1="&#x466;" u2="&#x4a0;" k="102" />
+    <hkern u1="&#x466;" u2="&#x49e;" k="41" />
+    <hkern u1="&#x466;" u2="&#x492;" k="41" />
+    <hkern u1="&#x466;" u2="&#x48c;" k="41" />
+    <hkern u1="&#x466;" u2="&#x476;" k="82" />
+    <hkern u1="&#x466;" u2="&#x474;" k="82" />
+    <hkern u1="&#x466;" u2="&#x470;" k="102" />
+    <hkern u1="&#x466;" u2="&#x462;" k="41" />
+    <hkern u1="&#x466;" u2="&#x201d;" k="143" />
+    <hkern u1="&#x466;" u2="&#x2019;" k="143" />
+    <hkern u1="&#x466;" u2="&#x44a;" k="41" />
+    <hkern u1="&#x466;" u2="&#x447;" k="41" />
+    <hkern u1="&#x466;" u2="&#x442;" k="41" />
+    <hkern u1="&#x466;" u2="&#x42a;" k="102" />
+    <hkern u1="&#x466;" u2="&#x427;" k="102" />
+    <hkern u1="&#x466;" u2="&#x424;" k="41" />
+    <hkern u1="&#x466;" u2="&#x422;" k="143" />
+    <hkern u1="&#x466;" u2="&#x40b;" k="102" />
+    <hkern u1="&#x466;" u2="&#x402;" k="102" />
+    <hkern u1="&#x466;" u2="&#x27;" k="143" />
+    <hkern u1="&#x466;" u2="&#x22;" k="143" />
+    <hkern u1="&#x467;" u2="&#x511;" k="41" />
+    <hkern u1="&#x467;" u2="&#x50f;" k="102" />
+    <hkern u1="&#x467;" u2="&#x50d;" k="41" />
+    <hkern u1="&#x467;" u2="&#x507;" k="123" />
+    <hkern u1="&#x467;" u2="&#x505;" k="123" />
+    <hkern u1="&#x467;" u2="&#x503;" k="41" />
+    <hkern u1="&#x467;" u2="&#x501;" k="41" />
+    <hkern u1="&#x467;" u2="&#x4f5;" k="61" />
+    <hkern u1="&#x467;" u2="&#x4f3;" k="61" />
+    <hkern u1="&#x467;" u2="&#x4f1;" k="61" />
+    <hkern u1="&#x467;" u2="&#x4ef;" k="61" />
+    <hkern u1="&#x467;" u2="&#x4eb;" k="41" />
+    <hkern u1="&#x467;" u2="&#x4e9;" k="41" />
+    <hkern u1="&#x467;" u2="&#x4e7;" k="41" />
+    <hkern u1="&#x467;" u2="&#x4d7;" k="41" />
+    <hkern u1="&#x467;" u2="&#x4cc;" k="61" />
+    <hkern u1="&#x467;" u2="&#x4bf;" k="41" />
+    <hkern u1="&#x467;" u2="&#x4bd;" k="41" />
+    <hkern u1="&#x467;" u2="&#x4b9;" k="61" />
+    <hkern u1="&#x467;" u2="&#x4b7;" k="61" />
+    <hkern u1="&#x467;" u2="&#x4b5;" k="102" />
+    <hkern u1="&#x467;" u2="&#x4b1;" k="41" />
+    <hkern u1="&#x467;" u2="&#x4af;" k="41" />
+    <hkern u1="&#x467;" u2="&#x4ad;" k="102" />
+    <hkern u1="&#x467;" u2="&#x4ab;" k="41" />
+    <hkern u1="&#x467;" u2="&#x4a9;" k="41" />
+    <hkern u1="&#x467;" u2="&#x4a1;" k="102" />
+    <hkern u1="&#x467;" u2="&#x481;" k="41" />
+    <hkern u1="&#x467;" u2="&#x47f;" k="41" />
+    <hkern u1="&#x467;" u2="&#x47d;" k="41" />
+    <hkern u1="&#x467;" u2="&#x47b;" k="41" />
+    <hkern u1="&#x467;" u2="&#x479;" k="41" />
+    <hkern u1="&#x467;" u2="&#x477;" k="41" />
+    <hkern u1="&#x467;" u2="&#x475;" k="41" />
+    <hkern u1="&#x467;" u2="&#x473;" k="41" />
+    <hkern u1="&#x467;" u2="&#x471;" k="20" />
+    <hkern u1="&#x467;" u2="&#x461;" k="41" />
+    <hkern u1="&#x467;" u2="&#x450;" k="41" />
+    <hkern u1="&#x467;" u2="&#x201d;" k="143" />
+    <hkern u1="&#x467;" u2="&#x2019;" k="143" />
+    <hkern u1="&#x467;" u2="&#x45e;" k="61" />
+    <hkern u1="&#x467;" u2="&#x454;" k="41" />
+    <hkern u1="&#x467;" u2="&#x451;" k="41" />
+    <hkern u1="&#x467;" u2="&#x44a;" k="102" />
+    <hkern u1="&#x467;" u2="&#x447;" k="61" />
+    <hkern u1="&#x467;" u2="&#x444;" k="41" />
+    <hkern u1="&#x467;" u2="&#x443;" k="61" />
+    <hkern u1="&#x467;" u2="&#x442;" k="102" />
+    <hkern u1="&#x467;" u2="&#x441;" k="41" />
+    <hkern u1="&#x467;" u2="&#x43e;" k="41" />
+    <hkern u1="&#x467;" u2="&#x435;" k="41" />
+    <hkern u1="&#x467;" u2="&#x27;" k="143" />
+    <hkern u1="&#x467;" u2="&#x22;" k="143" />
+    <hkern u1="&#x468;" u2="&#x50f;" k="41" />
+    <hkern u1="&#x468;" u2="&#x50e;" k="102" />
+    <hkern u1="&#x468;" u2="&#x507;" k="41" />
+    <hkern u1="&#x468;" u2="&#x506;" k="143" />
+    <hkern u1="&#x468;" u2="&#x505;" k="41" />
+    <hkern u1="&#x468;" u2="&#x504;" k="143" />
+    <hkern u1="&#x468;" u2="&#x4fa;" k="41" />
+    <hkern u1="&#x468;" u2="&#x4f5;" k="41" />
+    <hkern u1="&#x468;" u2="&#x4f4;" k="102" />
+    <hkern u1="&#x468;" u2="&#x4da;" k="41" />
+    <hkern u1="&#x468;" u2="&#x4d8;" k="41" />
+    <hkern u1="&#x468;" u2="&#x4cc;" k="41" />
+    <hkern u1="&#x468;" u2="&#x4cb;" k="102" />
+    <hkern u1="&#x468;" u2="&#x4be;" k="102" />
+    <hkern u1="&#x468;" u2="&#x4bc;" k="102" />
+    <hkern u1="&#x468;" u2="&#x4b9;" k="41" />
+    <hkern u1="&#x468;" u2="&#x4b8;" k="102" />
+    <hkern u1="&#x468;" u2="&#x4b7;" k="41" />
+    <hkern u1="&#x468;" u2="&#x4b6;" k="102" />
+    <hkern u1="&#x468;" u2="&#x4b5;" k="41" />
+    <hkern u1="&#x468;" u2="&#x4b4;" k="102" />
+    <hkern u1="&#x468;" u2="&#x4b0;" k="123" />
+    <hkern u1="&#x468;" u2="&#x4ae;" k="123" />
+    <hkern u1="&#x468;" u2="&#x4ad;" k="41" />
+    <hkern u1="&#x468;" u2="&#x4ac;" k="143" />
+    <hkern u1="&#x468;" u2="&#x4a1;" k="41" />
+    <hkern u1="&#x468;" u2="&#x4a0;" k="102" />
+    <hkern u1="&#x468;" u2="&#x49e;" k="41" />
+    <hkern u1="&#x468;" u2="&#x492;" k="41" />
+    <hkern u1="&#x468;" u2="&#x48c;" k="41" />
+    <hkern u1="&#x468;" u2="&#x476;" k="82" />
+    <hkern u1="&#x468;" u2="&#x474;" k="82" />
+    <hkern u1="&#x468;" u2="&#x470;" k="102" />
+    <hkern u1="&#x468;" u2="&#x462;" k="41" />
+    <hkern u1="&#x468;" u2="&#x201d;" k="143" />
+    <hkern u1="&#x468;" u2="&#x2019;" k="143" />
+    <hkern u1="&#x468;" u2="&#x44a;" k="41" />
+    <hkern u1="&#x468;" u2="&#x447;" k="41" />
+    <hkern u1="&#x468;" u2="&#x442;" k="41" />
+    <hkern u1="&#x468;" u2="&#x42a;" k="102" />
+    <hkern u1="&#x468;" u2="&#x427;" k="102" />
+    <hkern u1="&#x468;" u2="&#x424;" k="41" />
+    <hkern u1="&#x468;" u2="&#x422;" k="143" />
+    <hkern u1="&#x468;" u2="&#x40b;" k="102" />
+    <hkern u1="&#x468;" u2="&#x402;" k="102" />
+    <hkern u1="&#x468;" u2="&#x27;" k="143" />
+    <hkern u1="&#x468;" u2="&#x22;" k="143" />
+    <hkern u1="&#x469;" u2="&#x511;" k="41" />
+    <hkern u1="&#x469;" u2="&#x50f;" k="102" />
+    <hkern u1="&#x469;" u2="&#x50d;" k="41" />
+    <hkern u1="&#x469;" u2="&#x507;" k="123" />
+    <hkern u1="&#x469;" u2="&#x505;" k="123" />
+    <hkern u1="&#x469;" u2="&#x503;" k="41" />
+    <hkern u1="&#x469;" u2="&#x501;" k="41" />
+    <hkern u1="&#x469;" u2="&#x4f5;" k="61" />
+    <hkern u1="&#x469;" u2="&#x4f3;" k="61" />
+    <hkern u1="&#x469;" u2="&#x4f1;" k="61" />
+    <hkern u1="&#x469;" u2="&#x4ef;" k="61" />
+    <hkern u1="&#x469;" u2="&#x4eb;" k="41" />
+    <hkern u1="&#x469;" u2="&#x4e9;" k="41" />
+    <hkern u1="&#x469;" u2="&#x4e7;" k="41" />
+    <hkern u1="&#x469;" u2="&#x4d7;" k="41" />
+    <hkern u1="&#x469;" u2="&#x4cc;" k="61" />
+    <hkern u1="&#x469;" u2="&#x4bf;" k="41" />
+    <hkern u1="&#x469;" u2="&#x4bd;" k="41" />
+    <hkern u1="&#x469;" u2="&#x4b9;" k="61" />
+    <hkern u1="&#x469;" u2="&#x4b7;" k="61" />
+    <hkern u1="&#x469;" u2="&#x4b5;" k="102" />
+    <hkern u1="&#x469;" u2="&#x4b1;" k="41" />
+    <hkern u1="&#x469;" u2="&#x4af;" k="41" />
+    <hkern u1="&#x469;" u2="&#x4ad;" k="102" />
+    <hkern u1="&#x469;" u2="&#x4ab;" k="41" />
+    <hkern u1="&#x469;" u2="&#x4a9;" k="41" />
+    <hkern u1="&#x469;" u2="&#x4a1;" k="102" />
+    <hkern u1="&#x469;" u2="&#x481;" k="41" />
+    <hkern u1="&#x469;" u2="&#x47f;" k="41" />
+    <hkern u1="&#x469;" u2="&#x47d;" k="41" />
+    <hkern u1="&#x469;" u2="&#x47b;" k="41" />
+    <hkern u1="&#x469;" u2="&#x479;" k="41" />
+    <hkern u1="&#x469;" u2="&#x477;" k="41" />
+    <hkern u1="&#x469;" u2="&#x475;" k="41" />
+    <hkern u1="&#x469;" u2="&#x473;" k="41" />
+    <hkern u1="&#x469;" u2="&#x471;" k="20" />
+    <hkern u1="&#x469;" u2="&#x461;" k="41" />
+    <hkern u1="&#x469;" u2="&#x450;" k="41" />
+    <hkern u1="&#x469;" u2="&#x201d;" k="143" />
+    <hkern u1="&#x469;" u2="&#x2019;" k="143" />
+    <hkern u1="&#x469;" u2="&#x45e;" k="61" />
+    <hkern u1="&#x469;" u2="&#x454;" k="41" />
+    <hkern u1="&#x469;" u2="&#x451;" k="41" />
+    <hkern u1="&#x469;" u2="&#x44a;" k="102" />
+    <hkern u1="&#x469;" u2="&#x447;" k="61" />
+    <hkern u1="&#x469;" u2="&#x444;" k="41" />
+    <hkern u1="&#x469;" u2="&#x443;" k="61" />
+    <hkern u1="&#x469;" u2="&#x442;" k="102" />
+    <hkern u1="&#x469;" u2="&#x441;" k="41" />
+    <hkern u1="&#x469;" u2="&#x43e;" k="41" />
+    <hkern u1="&#x469;" u2="&#x435;" k="41" />
+    <hkern u1="&#x469;" u2="&#x27;" k="143" />
+    <hkern u1="&#x469;" u2="&#x22;" k="143" />
+    <hkern u1="&#x46a;" u2="&#x506;" k="20" />
+    <hkern u1="&#x46a;" u2="&#x504;" k="20" />
+    <hkern u1="&#x46c;" u2="&#x506;" k="20" />
+    <hkern u1="&#x46c;" u2="&#x504;" k="20" />
+    <hkern u1="&#x46e;" u2="&#x506;" k="41" />
+    <hkern u1="&#x46e;" u2="&#x504;" k="41" />
+    <hkern u1="&#x46e;" u2="&#x4b0;" k="20" />
+    <hkern u1="&#x46e;" u2="&#x4ae;" k="20" />
+    <hkern u1="&#x46e;" u2="&#x476;" k="20" />
+    <hkern u1="&#x46e;" u2="&#x474;" k="20" />
+    <hkern u1="&#x46e;" u2="&#x201e;" k="82" />
+    <hkern u1="&#x46e;" u2="&#x201a;" k="82" />
+    <hkern u1="&#x46e;" u2="&#x2e;" k="82" />
+    <hkern u1="&#x46e;" u2="&#x2c;" k="82" />
+    <hkern u1="&#x470;" u2="&#x513;" k="41" />
+    <hkern u1="&#x470;" u2="&#x512;" k="61" />
+    <hkern u1="&#x470;" u2="&#x509;" k="41" />
+    <hkern u1="&#x470;" u2="&#x508;" k="61" />
+    <hkern u1="&#x470;" u2="&#x502;" k="82" />
+    <hkern u1="&#x470;" u2="&#x500;" k="82" />
+    <hkern u1="&#x470;" u2="&#x4d4;" k="82" />
+    <hkern u1="&#x470;" u2="&#x4d2;" k="82" />
+    <hkern u1="&#x470;" u2="&#x4d0;" k="82" />
+    <hkern u1="&#x470;" u2="&#x4c6;" k="41" />
+    <hkern u1="&#x470;" u2="&#x4c5;" k="61" />
+    <hkern u1="&#x470;" u2="&#x467;" k="41" />
+    <hkern u1="&#x470;" u2="&#x466;" k="82" />
+    <hkern u1="&#x470;" u2="&#x201e;" k="143" />
+    <hkern u1="&#x470;" u2="&#x201a;" k="143" />
+    <hkern u1="&#x470;" u2="&#x459;" k="41" />
+    <hkern u1="&#x470;" u2="&#x43b;" k="41" />
+    <hkern u1="&#x470;" u2="&#x434;" k="41" />
+    <hkern u1="&#x470;" u2="&#x41b;" k="61" />
+    <hkern u1="&#x470;" u2="&#x414;" k="61" />
+    <hkern u1="&#x470;" u2="&#x410;" k="82" />
+    <hkern u1="&#x470;" u2="&#x409;" k="61" />
+    <hkern u1="&#x470;" u2="&#x2e;" k="143" />
+    <hkern u1="&#x470;" u2="&#x2c;" k="143" />
+    <hkern u1="&#x471;" u2="&#x50f;" k="20" />
+    <hkern u1="&#x471;" u2="&#x507;" k="20" />
+    <hkern u1="&#x471;" u2="&#x505;" k="20" />
+    <hkern u1="&#x471;" u2="&#x4ff;" k="41" />
+    <hkern u1="&#x471;" u2="&#x4fd;" k="41" />
+    <hkern u1="&#x471;" u2="&#x4f5;" k="20" />
+    <hkern u1="&#x471;" u2="&#x4f3;" k="20" />
+    <hkern u1="&#x471;" u2="&#x4f1;" k="20" />
+    <hkern u1="&#x471;" u2="&#x4ef;" k="20" />
+    <hkern u1="&#x471;" u2="&#x4dd;" k="41" />
+    <hkern u1="&#x471;" u2="&#x4cc;" k="20" />
+    <hkern u1="&#x471;" u2="&#x4c2;" k="41" />
+    <hkern u1="&#x471;" u2="&#x4b9;" k="20" />
+    <hkern u1="&#x471;" u2="&#x4b7;" k="20" />
+    <hkern u1="&#x471;" u2="&#x4b5;" k="20" />
+    <hkern u1="&#x471;" u2="&#x4b3;" k="41" />
+    <hkern u1="&#x471;" u2="&#x4ad;" k="20" />
+    <hkern u1="&#x471;" u2="&#x4a1;" k="20" />
+    <hkern u1="&#x471;" u2="&#x497;" k="41" />
+    <hkern u1="&#x471;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x471;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x471;" u2="&#x45e;" k="20" />
+    <hkern u1="&#x471;" u2="&#x44a;" k="20" />
+    <hkern u1="&#x471;" u2="&#x447;" k="20" />
+    <hkern u1="&#x471;" u2="&#x445;" k="41" />
+    <hkern u1="&#x471;" u2="&#x443;" k="20" />
+    <hkern u1="&#x471;" u2="&#x442;" k="20" />
+    <hkern u1="&#x471;" u2="&#x436;" k="41" />
+    <hkern u1="&#x471;" u2="&#x27;" k="20" />
+    <hkern u1="&#x471;" u2="&#x22;" k="20" />
+    <hkern u1="&#x472;" u2="&#x513;" k="20" />
+    <hkern u1="&#x472;" u2="&#x512;" k="41" />
+    <hkern u1="&#x472;" u2="&#x50e;" k="20" />
+    <hkern u1="&#x472;" u2="&#x509;" k="20" />
+    <hkern u1="&#x472;" u2="&#x508;" k="41" />
+    <hkern u1="&#x472;" u2="&#x506;" k="41" />
+    <hkern u1="&#x472;" u2="&#x504;" k="41" />
+    <hkern u1="&#x472;" u2="&#x4fe;" k="41" />
+    <hkern u1="&#x472;" u2="&#x4fc;" k="41" />
+    <hkern u1="&#x472;" u2="&#x4f4;" k="41" />
+    <hkern u1="&#x472;" u2="&#x4f2;" k="41" />
+    <hkern u1="&#x472;" u2="&#x4f0;" k="41" />
+    <hkern u1="&#x472;" u2="&#x4ee;" k="41" />
+    <hkern u1="&#x472;" u2="&#x4ec;" k="20" />
+    <hkern u1="&#x472;" u2="&#x4de;" k="20" />
+    <hkern u1="&#x472;" u2="&#x4dc;" k="41" />
+    <hkern u1="&#x472;" u2="&#x4d4;" k="41" />
+    <hkern u1="&#x472;" u2="&#x4d2;" k="41" />
+    <hkern u1="&#x472;" u2="&#x4d0;" k="41" />
+    <hkern u1="&#x472;" u2="&#x4cb;" k="41" />
+    <hkern u1="&#x472;" u2="&#x4c6;" k="20" />
+    <hkern u1="&#x472;" u2="&#x4c5;" k="41" />
+    <hkern u1="&#x472;" u2="&#x4c1;" k="41" />
+    <hkern u1="&#x472;" u2="&#x4b8;" k="41" />
+    <hkern u1="&#x472;" u2="&#x4b6;" k="41" />
+    <hkern u1="&#x472;" u2="&#x4b4;" k="20" />
+    <hkern u1="&#x472;" u2="&#x4b2;" k="41" />
+    <hkern u1="&#x472;" u2="&#x4b0;" k="20" />
+    <hkern u1="&#x472;" u2="&#x4ae;" k="20" />
+    <hkern u1="&#x472;" u2="&#x4ac;" k="61" />
+    <hkern u1="&#x472;" u2="&#x4a0;" k="20" />
+    <hkern u1="&#x472;" u2="&#x498;" k="20" />
+    <hkern u1="&#x472;" u2="&#x496;" k="41" />
+    <hkern u1="&#x472;" u2="&#x476;" k="20" />
+    <hkern u1="&#x472;" u2="&#x474;" k="20" />
+    <hkern u1="&#x472;" u2="&#x470;" k="41" />
+    <hkern u1="&#x472;" u2="&#x46e;" k="20" />
+    <hkern u1="&#x472;" u2="&#x467;" k="20" />
+    <hkern u1="&#x472;" u2="&#x466;" k="41" />
+    <hkern u1="&#x472;" u2="&#x201e;" k="82" />
+    <hkern u1="&#x472;" u2="&#x201a;" k="82" />
+    <hkern u1="&#x472;" u2="&#x459;" k="20" />
+    <hkern u1="&#x472;" u2="&#x43b;" k="20" />
+    <hkern u1="&#x472;" u2="&#x434;" k="20" />
+    <hkern u1="&#x472;" u2="&#x42d;" k="20" />
+    <hkern u1="&#x472;" u2="&#x42a;" k="20" />
+    <hkern u1="&#x472;" u2="&#x427;" k="41" />
+    <hkern u1="&#x472;" u2="&#x425;" k="41" />
+    <hkern u1="&#x472;" u2="&#x423;" k="41" />
+    <hkern u1="&#x472;" u2="&#x422;" k="61" />
+    <hkern u1="&#x472;" u2="&#x41b;" k="41" />
+    <hkern u1="&#x472;" u2="&#x417;" k="20" />
+    <hkern u1="&#x472;" u2="&#x416;" k="41" />
+    <hkern u1="&#x472;" u2="&#x414;" k="41" />
+    <hkern u1="&#x472;" u2="&#x410;" k="41" />
+    <hkern u1="&#x472;" u2="&#x40e;" k="41" />
+    <hkern u1="&#x472;" u2="&#x40b;" k="20" />
+    <hkern u1="&#x472;" u2="&#x409;" k="41" />
+    <hkern u1="&#x472;" u2="&#x402;" k="20" />
+    <hkern u1="&#x472;" u2="&#x2e;" k="82" />
+    <hkern u1="&#x472;" u2="&#x2c;" k="82" />
+    <hkern u1="&#x473;" u2="&#x50f;" k="20" />
+    <hkern u1="&#x473;" u2="&#x507;" k="20" />
+    <hkern u1="&#x473;" u2="&#x505;" k="20" />
+    <hkern u1="&#x473;" u2="&#x4ff;" k="41" />
+    <hkern u1="&#x473;" u2="&#x4fd;" k="41" />
+    <hkern u1="&#x473;" u2="&#x4f5;" k="20" />
+    <hkern u1="&#x473;" u2="&#x4f3;" k="20" />
+    <hkern u1="&#x473;" u2="&#x4f1;" k="20" />
+    <hkern u1="&#x473;" u2="&#x4ef;" k="20" />
+    <hkern u1="&#x473;" u2="&#x4dd;" k="41" />
+    <hkern u1="&#x473;" u2="&#x4cc;" k="20" />
+    <hkern u1="&#x473;" u2="&#x4c2;" k="41" />
+    <hkern u1="&#x473;" u2="&#x4b9;" k="20" />
+    <hkern u1="&#x473;" u2="&#x4b7;" k="20" />
+    <hkern u1="&#x473;" u2="&#x4b5;" k="20" />
+    <hkern u1="&#x473;" u2="&#x4b3;" k="41" />
+    <hkern u1="&#x473;" u2="&#x4ad;" k="20" />
+    <hkern u1="&#x473;" u2="&#x4a1;" k="20" />
+    <hkern u1="&#x473;" u2="&#x497;" k="41" />
+    <hkern u1="&#x473;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x473;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x473;" u2="&#x45e;" k="20" />
+    <hkern u1="&#x473;" u2="&#x44a;" k="20" />
+    <hkern u1="&#x473;" u2="&#x447;" k="20" />
+    <hkern u1="&#x473;" u2="&#x445;" k="41" />
+    <hkern u1="&#x473;" u2="&#x443;" k="20" />
+    <hkern u1="&#x473;" u2="&#x442;" k="20" />
+    <hkern u1="&#x473;" u2="&#x436;" k="41" />
+    <hkern u1="&#x473;" u2="&#x27;" k="20" />
+    <hkern u1="&#x473;" u2="&#x22;" k="20" />
+    <hkern u1="&#x474;" u2="&#x513;" k="82" />
+    <hkern u1="&#x474;" u2="&#x512;" k="102" />
+    <hkern u1="&#x474;" u2="&#x511;" k="41" />
+    <hkern u1="&#x474;" u2="&#x50d;" k="41" />
+    <hkern u1="&#x474;" u2="&#x50c;" k="20" />
+    <hkern u1="&#x474;" u2="&#x509;" k="82" />
+    <hkern u1="&#x474;" u2="&#x508;" k="102" />
+    <hkern u1="&#x474;" u2="&#x503;" k="41" />
+    <hkern u1="&#x474;" u2="&#x502;" k="143" />
+    <hkern u1="&#x474;" u2="&#x501;" k="41" />
+    <hkern u1="&#x474;" u2="&#x500;" k="143" />
+    <hkern u1="&#x474;" u2="&#x4f5;" k="41" />
+    <hkern u1="&#x474;" u2="&#x4eb;" k="41" />
+    <hkern u1="&#x474;" u2="&#x4ea;" k="20" />
+    <hkern u1="&#x474;" u2="&#x4e9;" k="41" />
+    <hkern u1="&#x474;" u2="&#x4e8;" k="20" />
+    <hkern u1="&#x474;" u2="&#x4e7;" k="41" />
+    <hkern u1="&#x474;" u2="&#x4e6;" k="20" />
+    <hkern u1="&#x474;" u2="&#x4d7;" k="41" />
+    <hkern u1="&#x474;" u2="&#x4d4;" k="143" />
+    <hkern u1="&#x474;" u2="&#x4d2;" k="143" />
+    <hkern u1="&#x474;" u2="&#x4d0;" k="143" />
+    <hkern u1="&#x474;" u2="&#x4cc;" k="41" />
+    <hkern u1="&#x474;" u2="&#x4c6;" k="82" />
+    <hkern u1="&#x474;" u2="&#x4c5;" k="102" />
+    <hkern u1="&#x474;" u2="&#x4bf;" k="61" />
+    <hkern u1="&#x474;" u2="&#x4be;" k="41" />
+    <hkern u1="&#x474;" u2="&#x4bd;" k="61" />
+    <hkern u1="&#x474;" u2="&#x4bc;" k="41" />
+    <hkern u1="&#x474;" u2="&#x4b9;" k="41" />
+    <hkern u1="&#x474;" u2="&#x4b7;" k="41" />
+    <hkern u1="&#x474;" u2="&#x4ab;" k="41" />
+    <hkern u1="&#x474;" u2="&#x4aa;" k="20" />
+    <hkern u1="&#x474;" u2="&#x4a9;" k="41" />
+    <hkern u1="&#x474;" u2="&#x4a8;" k="20" />
+    <hkern u1="&#x474;" u2="&#x49f;" k="-102" />
+    <hkern u1="&#x474;" u2="&#x48d;" k="-102" />
+    <hkern u1="&#x474;" u2="&#x481;" k="41" />
+    <hkern u1="&#x474;" u2="&#x480;" k="20" />
+    <hkern u1="&#x474;" u2="&#x47e;" k="20" />
+    <hkern u1="&#x474;" u2="&#x47d;" k="41" />
+    <hkern u1="&#x474;" u2="&#x47c;" k="20" />
+    <hkern u1="&#x474;" u2="&#x47b;" k="41" />
+    <hkern u1="&#x474;" u2="&#x47a;" k="20" />
+    <hkern u1="&#x474;" u2="&#x479;" k="41" />
+    <hkern u1="&#x474;" u2="&#x478;" k="20" />
+    <hkern u1="&#x474;" u2="&#x473;" k="41" />
+    <hkern u1="&#x474;" u2="&#x472;" k="20" />
+    <hkern u1="&#x474;" u2="&#x467;" k="82" />
+    <hkern u1="&#x474;" u2="&#x466;" k="143" />
+    <hkern u1="&#x474;" u2="&#x460;" k="20" />
+    <hkern u1="&#x474;" u2="&#x450;" k="41" />
+    <hkern u1="&#x474;" u2="&#x201e;" k="123" />
+    <hkern u1="&#x474;" u2="&#x201a;" k="123" />
+    <hkern u1="&#x474;" u2="&#x45b;" k="-102" />
+    <hkern u1="&#x474;" u2="&#x459;" k="82" />
+    <hkern u1="&#x474;" u2="&#x455;" k="20" />
+    <hkern u1="&#x474;" u2="&#x454;" k="41" />
+    <hkern u1="&#x474;" u2="&#x452;" k="-102" />
+    <hkern u1="&#x474;" u2="&#x451;" k="41" />
+    <hkern u1="&#x474;" u2="&#x447;" k="41" />
+    <hkern u1="&#x474;" u2="&#x444;" k="41" />
+    <hkern u1="&#x474;" u2="&#x441;" k="41" />
+    <hkern u1="&#x474;" u2="&#x43e;" k="41" />
+    <hkern u1="&#x474;" u2="&#x43b;" k="82" />
+    <hkern u1="&#x474;" u2="&#x435;" k="41" />
+    <hkern u1="&#x474;" u2="&#x434;" k="82" />
+    <hkern u1="&#x474;" u2="&#x42f;" k="20" />
+    <hkern u1="&#x474;" u2="&#x424;" k="61" />
+    <hkern u1="&#x474;" u2="&#x421;" k="20" />
+    <hkern u1="&#x474;" u2="&#x41e;" k="20" />
+    <hkern u1="&#x474;" u2="&#x41b;" k="102" />
+    <hkern u1="&#x474;" u2="&#x414;" k="102" />
+    <hkern u1="&#x474;" u2="&#x410;" k="143" />
+    <hkern u1="&#x474;" u2="&#x409;" k="102" />
+    <hkern u1="&#x474;" u2="&#x404;" k="20" />
+    <hkern u1="&#x474;" u2="&#x2e;" k="123" />
+    <hkern u1="&#x474;" u2="&#x2c;" k="123" />
+    <hkern u1="&#x475;" u2="&#x513;" k="41" />
+    <hkern u1="&#x475;" u2="&#x509;" k="41" />
+    <hkern u1="&#x475;" u2="&#x4c6;" k="41" />
+    <hkern u1="&#x475;" u2="&#x467;" k="41" />
+    <hkern u1="&#x475;" u2="&#x201e;" k="82" />
+    <hkern u1="&#x475;" u2="&#x201a;" k="82" />
+    <hkern u1="&#x475;" u2="&#x459;" k="41" />
+    <hkern u1="&#x475;" u2="&#x43b;" k="41" />
+    <hkern u1="&#x475;" u2="&#x434;" k="41" />
+    <hkern u1="&#x475;" u2="&#x2e;" k="82" />
+    <hkern u1="&#x475;" u2="&#x2c;" k="82" />
+    <hkern u1="&#x476;" u2="&#x513;" k="82" />
+    <hkern u1="&#x476;" u2="&#x512;" k="102" />
+    <hkern u1="&#x476;" u2="&#x511;" k="41" />
+    <hkern u1="&#x476;" u2="&#x50d;" k="41" />
+    <hkern u1="&#x476;" u2="&#x50c;" k="20" />
+    <hkern u1="&#x476;" u2="&#x509;" k="82" />
+    <hkern u1="&#x476;" u2="&#x508;" k="102" />
+    <hkern u1="&#x476;" u2="&#x503;" k="41" />
+    <hkern u1="&#x476;" u2="&#x502;" k="143" />
+    <hkern u1="&#x476;" u2="&#x501;" k="41" />
+    <hkern u1="&#x476;" u2="&#x500;" k="143" />
+    <hkern u1="&#x476;" u2="&#x4f5;" k="41" />
+    <hkern u1="&#x476;" u2="&#x4eb;" k="41" />
+    <hkern u1="&#x476;" u2="&#x4ea;" k="20" />
+    <hkern u1="&#x476;" u2="&#x4e9;" k="41" />
+    <hkern u1="&#x476;" u2="&#x4e8;" k="20" />
+    <hkern u1="&#x476;" u2="&#x4e7;" k="41" />
+    <hkern u1="&#x476;" u2="&#x4e6;" k="20" />
+    <hkern u1="&#x476;" u2="&#x4d7;" k="41" />
+    <hkern u1="&#x476;" u2="&#x4d4;" k="143" />
+    <hkern u1="&#x476;" u2="&#x4d2;" k="143" />
+    <hkern u1="&#x476;" u2="&#x4d0;" k="143" />
+    <hkern u1="&#x476;" u2="&#x4cc;" k="41" />
+    <hkern u1="&#x476;" u2="&#x4c6;" k="82" />
+    <hkern u1="&#x476;" u2="&#x4c5;" k="102" />
+    <hkern u1="&#x476;" u2="&#x4bf;" k="61" />
+    <hkern u1="&#x476;" u2="&#x4be;" k="41" />
+    <hkern u1="&#x476;" u2="&#x4bd;" k="61" />
+    <hkern u1="&#x476;" u2="&#x4bc;" k="41" />
+    <hkern u1="&#x476;" u2="&#x4b9;" k="41" />
+    <hkern u1="&#x476;" u2="&#x4b7;" k="41" />
+    <hkern u1="&#x476;" u2="&#x4ab;" k="41" />
+    <hkern u1="&#x476;" u2="&#x4aa;" k="20" />
+    <hkern u1="&#x476;" u2="&#x4a9;" k="41" />
+    <hkern u1="&#x476;" u2="&#x4a8;" k="20" />
+    <hkern u1="&#x476;" u2="&#x49f;" k="-102" />
+    <hkern u1="&#x476;" u2="&#x48d;" k="-102" />
+    <hkern u1="&#x476;" u2="&#x481;" k="41" />
+    <hkern u1="&#x476;" u2="&#x480;" k="20" />
+    <hkern u1="&#x476;" u2="&#x47e;" k="20" />
+    <hkern u1="&#x476;" u2="&#x47d;" k="41" />
+    <hkern u1="&#x476;" u2="&#x47c;" k="20" />
+    <hkern u1="&#x476;" u2="&#x47b;" k="41" />
+    <hkern u1="&#x476;" u2="&#x47a;" k="20" />
+    <hkern u1="&#x476;" u2="&#x479;" k="41" />
+    <hkern u1="&#x476;" u2="&#x478;" k="20" />
+    <hkern u1="&#x476;" u2="&#x473;" k="41" />
+    <hkern u1="&#x476;" u2="&#x472;" k="20" />
+    <hkern u1="&#x476;" u2="&#x467;" k="82" />
+    <hkern u1="&#x476;" u2="&#x466;" k="143" />
+    <hkern u1="&#x476;" u2="&#x460;" k="20" />
+    <hkern u1="&#x476;" u2="&#x450;" k="41" />
+    <hkern u1="&#x476;" u2="&#x201e;" k="123" />
+    <hkern u1="&#x476;" u2="&#x201a;" k="123" />
+    <hkern u1="&#x476;" u2="&#x45b;" k="-102" />
+    <hkern u1="&#x476;" u2="&#x459;" k="82" />
+    <hkern u1="&#x476;" u2="&#x455;" k="20" />
+    <hkern u1="&#x476;" u2="&#x454;" k="41" />
+    <hkern u1="&#x476;" u2="&#x452;" k="-102" />
+    <hkern u1="&#x476;" u2="&#x451;" k="41" />
+    <hkern u1="&#x476;" u2="&#x447;" k="41" />
+    <hkern u1="&#x476;" u2="&#x444;" k="41" />
+    <hkern u1="&#x476;" u2="&#x441;" k="41" />
+    <hkern u1="&#x476;" u2="&#x43e;" k="41" />
+    <hkern u1="&#x476;" u2="&#x43b;" k="82" />
+    <hkern u1="&#x476;" u2="&#x435;" k="41" />
+    <hkern u1="&#x476;" u2="&#x434;" k="82" />
+    <hkern u1="&#x476;" u2="&#x42f;" k="20" />
+    <hkern u1="&#x476;" u2="&#x424;" k="61" />
+    <hkern u1="&#x476;" u2="&#x421;" k="20" />
+    <hkern u1="&#x476;" u2="&#x41e;" k="20" />
+    <hkern u1="&#x476;" u2="&#x41b;" k="102" />
+    <hkern u1="&#x476;" u2="&#x414;" k="102" />
+    <hkern u1="&#x476;" u2="&#x410;" k="143" />
+    <hkern u1="&#x476;" u2="&#x409;" k="102" />
+    <hkern u1="&#x476;" u2="&#x404;" k="20" />
+    <hkern u1="&#x476;" u2="&#x2e;" k="123" />
+    <hkern u1="&#x476;" u2="&#x2c;" k="123" />
+    <hkern u1="&#x477;" u2="&#x513;" k="41" />
+    <hkern u1="&#x477;" u2="&#x509;" k="41" />
+    <hkern u1="&#x477;" u2="&#x4c6;" k="41" />
+    <hkern u1="&#x477;" u2="&#x467;" k="41" />
+    <hkern u1="&#x477;" u2="&#x201e;" k="82" />
+    <hkern u1="&#x477;" u2="&#x201a;" k="82" />
+    <hkern u1="&#x477;" u2="&#x459;" k="41" />
+    <hkern u1="&#x477;" u2="&#x43b;" k="41" />
+    <hkern u1="&#x477;" u2="&#x434;" k="41" />
+    <hkern u1="&#x477;" u2="&#x2e;" k="82" />
+    <hkern u1="&#x477;" u2="&#x2c;" k="82" />
+    <hkern u1="&#x478;" u2="&#x513;" k="41" />
+    <hkern u1="&#x478;" u2="&#x509;" k="41" />
+    <hkern u1="&#x478;" u2="&#x4c6;" k="41" />
+    <hkern u1="&#x478;" u2="&#x467;" k="41" />
+    <hkern u1="&#x478;" u2="&#x201e;" k="82" />
+    <hkern u1="&#x478;" u2="&#x201a;" k="82" />
+    <hkern u1="&#x478;" u2="&#x459;" k="41" />
+    <hkern u1="&#x478;" u2="&#x43b;" k="41" />
+    <hkern u1="&#x478;" u2="&#x434;" k="41" />
+    <hkern u1="&#x478;" u2="&#x2e;" k="82" />
+    <hkern u1="&#x478;" u2="&#x2c;" k="82" />
+    <hkern u1="&#x479;" u2="&#x513;" k="41" />
+    <hkern u1="&#x479;" u2="&#x509;" k="41" />
+    <hkern u1="&#x479;" u2="&#x4c6;" k="41" />
+    <hkern u1="&#x479;" u2="&#x467;" k="41" />
+    <hkern u1="&#x479;" u2="&#x201e;" k="82" />
+    <hkern u1="&#x479;" u2="&#x201a;" k="82" />
+    <hkern u1="&#x479;" u2="&#x459;" k="41" />
+    <hkern u1="&#x479;" u2="&#x43b;" k="41" />
+    <hkern u1="&#x479;" u2="&#x434;" k="41" />
+    <hkern u1="&#x479;" u2="&#x2e;" k="82" />
+    <hkern u1="&#x479;" u2="&#x2c;" k="82" />
+    <hkern u1="&#x47a;" u2="&#x513;" k="20" />
+    <hkern u1="&#x47a;" u2="&#x512;" k="41" />
+    <hkern u1="&#x47a;" u2="&#x50e;" k="20" />
+    <hkern u1="&#x47a;" u2="&#x509;" k="20" />
+    <hkern u1="&#x47a;" u2="&#x508;" k="41" />
+    <hkern u1="&#x47a;" u2="&#x506;" k="41" />
+    <hkern u1="&#x47a;" u2="&#x504;" k="41" />
+    <hkern u1="&#x47a;" u2="&#x4fe;" k="41" />
+    <hkern u1="&#x47a;" u2="&#x4fc;" k="41" />
+    <hkern u1="&#x47a;" u2="&#x4f4;" k="41" />
+    <hkern u1="&#x47a;" u2="&#x4f2;" k="41" />
+    <hkern u1="&#x47a;" u2="&#x4f0;" k="41" />
+    <hkern u1="&#x47a;" u2="&#x4ee;" k="41" />
+    <hkern u1="&#x47a;" u2="&#x4ec;" k="20" />
+    <hkern u1="&#x47a;" u2="&#x4de;" k="20" />
+    <hkern u1="&#x47a;" u2="&#x4dc;" k="41" />
+    <hkern u1="&#x47a;" u2="&#x4d4;" k="41" />
+    <hkern u1="&#x47a;" u2="&#x4d2;" k="41" />
+    <hkern u1="&#x47a;" u2="&#x4d0;" k="41" />
+    <hkern u1="&#x47a;" u2="&#x4cb;" k="41" />
+    <hkern u1="&#x47a;" u2="&#x4c6;" k="20" />
+    <hkern u1="&#x47a;" u2="&#x4c5;" k="41" />
+    <hkern u1="&#x47a;" u2="&#x4c1;" k="41" />
+    <hkern u1="&#x47a;" u2="&#x4b8;" k="41" />
+    <hkern u1="&#x47a;" u2="&#x4b6;" k="41" />
+    <hkern u1="&#x47a;" u2="&#x4b4;" k="20" />
+    <hkern u1="&#x47a;" u2="&#x4b2;" k="41" />
+    <hkern u1="&#x47a;" u2="&#x4b0;" k="20" />
+    <hkern u1="&#x47a;" u2="&#x4ae;" k="20" />
+    <hkern u1="&#x47a;" u2="&#x4ac;" k="61" />
+    <hkern u1="&#x47a;" u2="&#x4a0;" k="20" />
+    <hkern u1="&#x47a;" u2="&#x498;" k="20" />
+    <hkern u1="&#x47a;" u2="&#x496;" k="41" />
+    <hkern u1="&#x47a;" u2="&#x476;" k="20" />
+    <hkern u1="&#x47a;" u2="&#x474;" k="20" />
+    <hkern u1="&#x47a;" u2="&#x470;" k="41" />
+    <hkern u1="&#x47a;" u2="&#x46e;" k="20" />
+    <hkern u1="&#x47a;" u2="&#x467;" k="20" />
+    <hkern u1="&#x47a;" u2="&#x466;" k="41" />
+    <hkern u1="&#x47a;" u2="&#x201e;" k="82" />
+    <hkern u1="&#x47a;" u2="&#x201a;" k="82" />
+    <hkern u1="&#x47a;" u2="&#x459;" k="20" />
+    <hkern u1="&#x47a;" u2="&#x43b;" k="20" />
+    <hkern u1="&#x47a;" u2="&#x434;" k="20" />
+    <hkern u1="&#x47a;" u2="&#x42d;" k="20" />
+    <hkern u1="&#x47a;" u2="&#x42a;" k="20" />
+    <hkern u1="&#x47a;" u2="&#x427;" k="41" />
+    <hkern u1="&#x47a;" u2="&#x425;" k="41" />
+    <hkern u1="&#x47a;" u2="&#x423;" k="41" />
+    <hkern u1="&#x47a;" u2="&#x422;" k="61" />
+    <hkern u1="&#x47a;" u2="&#x41b;" k="41" />
+    <hkern u1="&#x47a;" u2="&#x417;" k="20" />
+    <hkern u1="&#x47a;" u2="&#x416;" k="41" />
+    <hkern u1="&#x47a;" u2="&#x414;" k="41" />
+    <hkern u1="&#x47a;" u2="&#x410;" k="41" />
+    <hkern u1="&#x47a;" u2="&#x40e;" k="41" />
+    <hkern u1="&#x47a;" u2="&#x40b;" k="20" />
+    <hkern u1="&#x47a;" u2="&#x409;" k="41" />
+    <hkern u1="&#x47a;" u2="&#x402;" k="20" />
+    <hkern u1="&#x47a;" u2="&#x2e;" k="82" />
+    <hkern u1="&#x47a;" u2="&#x2c;" k="82" />
+    <hkern u1="&#x47b;" u2="&#x50f;" k="20" />
+    <hkern u1="&#x47b;" u2="&#x507;" k="20" />
+    <hkern u1="&#x47b;" u2="&#x505;" k="20" />
+    <hkern u1="&#x47b;" u2="&#x4ff;" k="41" />
+    <hkern u1="&#x47b;" u2="&#x4fd;" k="41" />
+    <hkern u1="&#x47b;" u2="&#x4f5;" k="20" />
+    <hkern u1="&#x47b;" u2="&#x4f3;" k="20" />
+    <hkern u1="&#x47b;" u2="&#x4f1;" k="20" />
+    <hkern u1="&#x47b;" u2="&#x4ef;" k="20" />
+    <hkern u1="&#x47b;" u2="&#x4dd;" k="41" />
+    <hkern u1="&#x47b;" u2="&#x4cc;" k="20" />
+    <hkern u1="&#x47b;" u2="&#x4c2;" k="41" />
+    <hkern u1="&#x47b;" u2="&#x4b9;" k="20" />
+    <hkern u1="&#x47b;" u2="&#x4b7;" k="20" />
+    <hkern u1="&#x47b;" u2="&#x4b5;" k="20" />
+    <hkern u1="&#x47b;" u2="&#x4b3;" k="41" />
+    <hkern u1="&#x47b;" u2="&#x4ad;" k="20" />
+    <hkern u1="&#x47b;" u2="&#x4a1;" k="20" />
+    <hkern u1="&#x47b;" u2="&#x497;" k="41" />
+    <hkern u1="&#x47b;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x47b;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x47b;" u2="&#x45e;" k="20" />
+    <hkern u1="&#x47b;" u2="&#x44a;" k="20" />
+    <hkern u1="&#x47b;" u2="&#x447;" k="20" />
+    <hkern u1="&#x47b;" u2="&#x445;" k="41" />
+    <hkern u1="&#x47b;" u2="&#x443;" k="20" />
+    <hkern u1="&#x47b;" u2="&#x442;" k="20" />
+    <hkern u1="&#x47b;" u2="&#x436;" k="41" />
+    <hkern u1="&#x47b;" u2="&#x27;" k="20" />
+    <hkern u1="&#x47b;" u2="&#x22;" k="20" />
+    <hkern u1="&#x47c;" u2="&#x513;" k="20" />
+    <hkern u1="&#x47c;" u2="&#x512;" k="41" />
+    <hkern u1="&#x47c;" u2="&#x50e;" k="20" />
+    <hkern u1="&#x47c;" u2="&#x509;" k="20" />
+    <hkern u1="&#x47c;" u2="&#x508;" k="41" />
+    <hkern u1="&#x47c;" u2="&#x506;" k="41" />
+    <hkern u1="&#x47c;" u2="&#x504;" k="41" />
+    <hkern u1="&#x47c;" u2="&#x4fe;" k="41" />
+    <hkern u1="&#x47c;" u2="&#x4fc;" k="41" />
+    <hkern u1="&#x47c;" u2="&#x4f4;" k="41" />
+    <hkern u1="&#x47c;" u2="&#x4f2;" k="41" />
+    <hkern u1="&#x47c;" u2="&#x4f0;" k="41" />
+    <hkern u1="&#x47c;" u2="&#x4ee;" k="41" />
+    <hkern u1="&#x47c;" u2="&#x4ec;" k="20" />
+    <hkern u1="&#x47c;" u2="&#x4de;" k="20" />
+    <hkern u1="&#x47c;" u2="&#x4dc;" k="41" />
+    <hkern u1="&#x47c;" u2="&#x4d4;" k="41" />
+    <hkern u1="&#x47c;" u2="&#x4d2;" k="41" />
+    <hkern u1="&#x47c;" u2="&#x4d0;" k="41" />
+    <hkern u1="&#x47c;" u2="&#x4cb;" k="41" />
+    <hkern u1="&#x47c;" u2="&#x4c6;" k="20" />
+    <hkern u1="&#x47c;" u2="&#x4c5;" k="41" />
+    <hkern u1="&#x47c;" u2="&#x4c1;" k="41" />
+    <hkern u1="&#x47c;" u2="&#x4b8;" k="41" />
+    <hkern u1="&#x47c;" u2="&#x4b6;" k="41" />
+    <hkern u1="&#x47c;" u2="&#x4b4;" k="20" />
+    <hkern u1="&#x47c;" u2="&#x4b2;" k="41" />
+    <hkern u1="&#x47c;" u2="&#x4b0;" k="20" />
+    <hkern u1="&#x47c;" u2="&#x4ae;" k="20" />
+    <hkern u1="&#x47c;" u2="&#x4ac;" k="61" />
+    <hkern u1="&#x47c;" u2="&#x4a0;" k="20" />
+    <hkern u1="&#x47c;" u2="&#x498;" k="20" />
+    <hkern u1="&#x47c;" u2="&#x496;" k="41" />
+    <hkern u1="&#x47c;" u2="&#x476;" k="20" />
+    <hkern u1="&#x47c;" u2="&#x474;" k="20" />
+    <hkern u1="&#x47c;" u2="&#x470;" k="41" />
+    <hkern u1="&#x47c;" u2="&#x46e;" k="20" />
+    <hkern u1="&#x47c;" u2="&#x467;" k="20" />
+    <hkern u1="&#x47c;" u2="&#x466;" k="41" />
+    <hkern u1="&#x47c;" u2="&#x201e;" k="82" />
+    <hkern u1="&#x47c;" u2="&#x201a;" k="82" />
+    <hkern u1="&#x47c;" u2="&#x459;" k="20" />
+    <hkern u1="&#x47c;" u2="&#x43b;" k="20" />
+    <hkern u1="&#x47c;" u2="&#x434;" k="20" />
+    <hkern u1="&#x47c;" u2="&#x42d;" k="20" />
+    <hkern u1="&#x47c;" u2="&#x42a;" k="20" />
+    <hkern u1="&#x47c;" u2="&#x427;" k="41" />
+    <hkern u1="&#x47c;" u2="&#x425;" k="41" />
+    <hkern u1="&#x47c;" u2="&#x423;" k="41" />
+    <hkern u1="&#x47c;" u2="&#x422;" k="61" />
+    <hkern u1="&#x47c;" u2="&#x41b;" k="41" />
+    <hkern u1="&#x47c;" u2="&#x417;" k="20" />
+    <hkern u1="&#x47c;" u2="&#x416;" k="41" />
+    <hkern u1="&#x47c;" u2="&#x414;" k="41" />
+    <hkern u1="&#x47c;" u2="&#x410;" k="41" />
+    <hkern u1="&#x47c;" u2="&#x40e;" k="41" />
+    <hkern u1="&#x47c;" u2="&#x40b;" k="20" />
+    <hkern u1="&#x47c;" u2="&#x409;" k="41" />
+    <hkern u1="&#x47c;" u2="&#x402;" k="20" />
+    <hkern u1="&#x47c;" u2="&#x2e;" k="82" />
+    <hkern u1="&#x47c;" u2="&#x2c;" k="82" />
+    <hkern u1="&#x47d;" u2="&#x50f;" k="20" />
+    <hkern u1="&#x47d;" u2="&#x507;" k="20" />
+    <hkern u1="&#x47d;" u2="&#x505;" k="20" />
+    <hkern u1="&#x47d;" u2="&#x4ff;" k="41" />
+    <hkern u1="&#x47d;" u2="&#x4fd;" k="41" />
+    <hkern u1="&#x47d;" u2="&#x4f5;" k="20" />
+    <hkern u1="&#x47d;" u2="&#x4f3;" k="20" />
+    <hkern u1="&#x47d;" u2="&#x4f1;" k="20" />
+    <hkern u1="&#x47d;" u2="&#x4ef;" k="20" />
+    <hkern u1="&#x47d;" u2="&#x4dd;" k="41" />
+    <hkern u1="&#x47d;" u2="&#x4cc;" k="20" />
+    <hkern u1="&#x47d;" u2="&#x4c2;" k="41" />
+    <hkern u1="&#x47d;" u2="&#x4b9;" k="20" />
+    <hkern u1="&#x47d;" u2="&#x4b7;" k="20" />
+    <hkern u1="&#x47d;" u2="&#x4b5;" k="20" />
+    <hkern u1="&#x47d;" u2="&#x4b3;" k="41" />
+    <hkern u1="&#x47d;" u2="&#x4ad;" k="20" />
+    <hkern u1="&#x47d;" u2="&#x4a1;" k="20" />
+    <hkern u1="&#x47d;" u2="&#x497;" k="41" />
+    <hkern u1="&#x47d;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x47d;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x47d;" u2="&#x45e;" k="20" />
+    <hkern u1="&#x47d;" u2="&#x44a;" k="20" />
+    <hkern u1="&#x47d;" u2="&#x447;" k="20" />
+    <hkern u1="&#x47d;" u2="&#x445;" k="41" />
+    <hkern u1="&#x47d;" u2="&#x443;" k="20" />
+    <hkern u1="&#x47d;" u2="&#x442;" k="20" />
+    <hkern u1="&#x47d;" u2="&#x436;" k="41" />
+    <hkern u1="&#x47d;" u2="&#x27;" k="20" />
+    <hkern u1="&#x47d;" u2="&#x22;" k="20" />
+    <hkern u1="&#x47e;" u2="&#x513;" k="20" />
+    <hkern u1="&#x47e;" u2="&#x512;" k="41" />
+    <hkern u1="&#x47e;" u2="&#x50e;" k="20" />
+    <hkern u1="&#x47e;" u2="&#x509;" k="20" />
+    <hkern u1="&#x47e;" u2="&#x508;" k="41" />
+    <hkern u1="&#x47e;" u2="&#x506;" k="41" />
+    <hkern u1="&#x47e;" u2="&#x504;" k="41" />
+    <hkern u1="&#x47e;" u2="&#x4fe;" k="41" />
+    <hkern u1="&#x47e;" u2="&#x4fc;" k="41" />
+    <hkern u1="&#x47e;" u2="&#x4f4;" k="41" />
+    <hkern u1="&#x47e;" u2="&#x4f2;" k="41" />
+    <hkern u1="&#x47e;" u2="&#x4f0;" k="41" />
+    <hkern u1="&#x47e;" u2="&#x4ee;" k="41" />
+    <hkern u1="&#x47e;" u2="&#x4ec;" k="20" />
+    <hkern u1="&#x47e;" u2="&#x4de;" k="20" />
+    <hkern u1="&#x47e;" u2="&#x4dc;" k="41" />
+    <hkern u1="&#x47e;" u2="&#x4d4;" k="41" />
+    <hkern u1="&#x47e;" u2="&#x4d2;" k="41" />
+    <hkern u1="&#x47e;" u2="&#x4d0;" k="41" />
+    <hkern u1="&#x47e;" u2="&#x4cb;" k="41" />
+    <hkern u1="&#x47e;" u2="&#x4c6;" k="20" />
+    <hkern u1="&#x47e;" u2="&#x4c5;" k="41" />
+    <hkern u1="&#x47e;" u2="&#x4c1;" k="41" />
+    <hkern u1="&#x47e;" u2="&#x4b8;" k="41" />
+    <hkern u1="&#x47e;" u2="&#x4b6;" k="41" />
+    <hkern u1="&#x47e;" u2="&#x4b4;" k="20" />
+    <hkern u1="&#x47e;" u2="&#x4b2;" k="41" />
+    <hkern u1="&#x47e;" u2="&#x4b0;" k="20" />
+    <hkern u1="&#x47e;" u2="&#x4ae;" k="20" />
+    <hkern u1="&#x47e;" u2="&#x4ac;" k="61" />
+    <hkern u1="&#x47e;" u2="&#x4a0;" k="20" />
+    <hkern u1="&#x47e;" u2="&#x498;" k="20" />
+    <hkern u1="&#x47e;" u2="&#x496;" k="41" />
+    <hkern u1="&#x47e;" u2="&#x476;" k="20" />
+    <hkern u1="&#x47e;" u2="&#x474;" k="20" />
+    <hkern u1="&#x47e;" u2="&#x470;" k="41" />
+    <hkern u1="&#x47e;" u2="&#x46e;" k="20" />
+    <hkern u1="&#x47e;" u2="&#x467;" k="20" />
+    <hkern u1="&#x47e;" u2="&#x466;" k="41" />
+    <hkern u1="&#x47e;" u2="&#x201e;" k="82" />
+    <hkern u1="&#x47e;" u2="&#x201a;" k="82" />
+    <hkern u1="&#x47e;" u2="&#x459;" k="20" />
+    <hkern u1="&#x47e;" u2="&#x43b;" k="20" />
+    <hkern u1="&#x47e;" u2="&#x434;" k="20" />
+    <hkern u1="&#x47e;" u2="&#x42d;" k="20" />
+    <hkern u1="&#x47e;" u2="&#x42a;" k="20" />
+    <hkern u1="&#x47e;" u2="&#x427;" k="41" />
+    <hkern u1="&#x47e;" u2="&#x425;" k="41" />
+    <hkern u1="&#x47e;" u2="&#x423;" k="41" />
+    <hkern u1="&#x47e;" u2="&#x422;" k="61" />
+    <hkern u1="&#x47e;" u2="&#x41b;" k="41" />
+    <hkern u1="&#x47e;" u2="&#x417;" k="20" />
+    <hkern u1="&#x47e;" u2="&#x416;" k="41" />
+    <hkern u1="&#x47e;" u2="&#x414;" k="41" />
+    <hkern u1="&#x47e;" u2="&#x410;" k="41" />
+    <hkern u1="&#x47e;" u2="&#x40e;" k="41" />
+    <hkern u1="&#x47e;" u2="&#x40b;" k="20" />
+    <hkern u1="&#x47e;" u2="&#x409;" k="41" />
+    <hkern u1="&#x47e;" u2="&#x402;" k="20" />
+    <hkern u1="&#x47e;" u2="&#x2e;" k="82" />
+    <hkern u1="&#x47e;" u2="&#x2c;" k="82" />
+    <hkern u1="&#x47f;" u2="&#x513;" k="41" />
+    <hkern u1="&#x47f;" u2="&#x509;" k="41" />
+    <hkern u1="&#x47f;" u2="&#x4c6;" k="41" />
+    <hkern u1="&#x47f;" u2="&#x467;" k="41" />
+    <hkern u1="&#x47f;" u2="&#x201e;" k="82" />
+    <hkern u1="&#x47f;" u2="&#x201a;" k="82" />
+    <hkern u1="&#x47f;" u2="&#x459;" k="41" />
+    <hkern u1="&#x47f;" u2="&#x43b;" k="41" />
+    <hkern u1="&#x47f;" u2="&#x434;" k="41" />
+    <hkern u1="&#x47f;" u2="&#x2e;" k="82" />
+    <hkern u1="&#x47f;" u2="&#x2c;" k="82" />
+    <hkern u1="&#x480;" u2="&#x50c;" k="41" />
+    <hkern u1="&#x480;" u2="&#x507;" k="41" />
+    <hkern u1="&#x480;" u2="&#x505;" k="41" />
+    <hkern u1="&#x480;" u2="&#x502;" k="41" />
+    <hkern u1="&#x480;" u2="&#x500;" k="41" />
+    <hkern u1="&#x480;" u2="&#x4f5;" k="41" />
+    <hkern u1="&#x480;" u2="&#x4ea;" k="41" />
+    <hkern u1="&#x480;" u2="&#x4e8;" k="41" />
+    <hkern u1="&#x480;" u2="&#x4e6;" k="41" />
+    <hkern u1="&#x480;" u2="&#x4cc;" k="41" />
+    <hkern u1="&#x480;" u2="&#x4be;" k="41" />
+    <hkern u1="&#x480;" u2="&#x4bc;" k="41" />
+    <hkern u1="&#x480;" u2="&#x4b9;" k="41" />
+    <hkern u1="&#x480;" u2="&#x4b7;" k="41" />
+    <hkern u1="&#x480;" u2="&#x4aa;" k="41" />
+    <hkern u1="&#x480;" u2="&#x4a8;" k="41" />
+    <hkern u1="&#x480;" u2="&#x480;" k="41" />
+    <hkern u1="&#x480;" u2="&#x47e;" k="41" />
+    <hkern u1="&#x480;" u2="&#x47c;" k="41" />
+    <hkern u1="&#x480;" u2="&#x47a;" k="41" />
+    <hkern u1="&#x480;" u2="&#x478;" k="41" />
+    <hkern u1="&#x480;" u2="&#x472;" k="41" />
+    <hkern u1="&#x480;" u2="&#x460;" k="41" />
+    <hkern u1="&#x480;" u2="&#x447;" k="41" />
+    <hkern u1="&#x480;" u2="&#x424;" k="41" />
+    <hkern u1="&#x480;" u2="&#x421;" k="41" />
+    <hkern u1="&#x480;" u2="&#x41e;" k="41" />
+    <hkern u1="&#x480;" u2="&#x404;" k="41" />
+    <hkern u1="&#x48a;" u2="&#x507;" k="41" />
+    <hkern u1="&#x48a;" u2="&#x505;" k="41" />
+    <hkern u1="&#x48a;" u2="&#x4e1;" k="-41" />
+    <hkern u1="&#x48a;" u2="&#x408;" k="-225" />
+    <hkern u1="&#x48b;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x48b;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x48b;" u2="&#x27;" k="20" />
+    <hkern u1="&#x48b;" u2="&#x22;" k="20" />
+    <hkern u1="&#x48c;" u2="&#x50f;" k="41" />
+    <hkern u1="&#x48c;" u2="&#x50e;" k="41" />
+    <hkern u1="&#x48c;" u2="&#x506;" k="102" />
+    <hkern u1="&#x48c;" u2="&#x504;" k="102" />
+    <hkern u1="&#x48c;" u2="&#x4f4;" k="82" />
+    <hkern u1="&#x48c;" u2="&#x4cb;" k="82" />
+    <hkern u1="&#x48c;" u2="&#x4b8;" k="82" />
+    <hkern u1="&#x48c;" u2="&#x4b6;" k="82" />
+    <hkern u1="&#x48c;" u2="&#x4b5;" k="41" />
+    <hkern u1="&#x48c;" u2="&#x4b4;" k="41" />
+    <hkern u1="&#x48c;" u2="&#x4b0;" k="61" />
+    <hkern u1="&#x48c;" u2="&#x4ae;" k="61" />
+    <hkern u1="&#x48c;" u2="&#x4ad;" k="41" />
+    <hkern u1="&#x48c;" u2="&#x4ac;" k="82" />
+    <hkern u1="&#x48c;" u2="&#x4a1;" k="41" />
+    <hkern u1="&#x48c;" u2="&#x4a0;" k="41" />
+    <hkern u1="&#x48c;" u2="&#x476;" k="61" />
+    <hkern u1="&#x48c;" u2="&#x474;" k="61" />
+    <hkern u1="&#x48c;" u2="&#x470;" k="82" />
+    <hkern u1="&#x48c;" u2="&#x201d;" k="82" />
+    <hkern u1="&#x48c;" u2="&#x2019;" k="82" />
+    <hkern u1="&#x48c;" u2="&#x44a;" k="41" />
+    <hkern u1="&#x48c;" u2="&#x442;" k="41" />
+    <hkern u1="&#x48c;" u2="&#x42a;" k="41" />
+    <hkern u1="&#x48c;" u2="&#x427;" k="82" />
+    <hkern u1="&#x48c;" u2="&#x422;" k="82" />
+    <hkern u1="&#x48c;" u2="&#x40b;" k="41" />
+    <hkern u1="&#x48c;" u2="&#x402;" k="41" />
+    <hkern u1="&#x48c;" u2="&#x27;" k="82" />
+    <hkern u1="&#x48c;" u2="&#x22;" k="82" />
+    <hkern u1="&#x48d;" u2="&#x50f;" k="102" />
+    <hkern u1="&#x48d;" u2="&#x507;" k="102" />
+    <hkern u1="&#x48d;" u2="&#x505;" k="102" />
+    <hkern u1="&#x48d;" u2="&#x4ff;" k="41" />
+    <hkern u1="&#x48d;" u2="&#x4fd;" k="41" />
+    <hkern u1="&#x48d;" u2="&#x4f5;" k="82" />
+    <hkern u1="&#x48d;" u2="&#x4f3;" k="61" />
+    <hkern u1="&#x48d;" u2="&#x4f1;" k="61" />
+    <hkern u1="&#x48d;" u2="&#x4ef;" k="61" />
+    <hkern u1="&#x48d;" u2="&#x4e1;" k="41" />
+    <hkern u1="&#x48d;" u2="&#x4dd;" k="41" />
+    <hkern u1="&#x48d;" u2="&#x4cc;" k="82" />
+    <hkern u1="&#x48d;" u2="&#x4c2;" k="41" />
+    <hkern u1="&#x48d;" u2="&#x4bf;" k="41" />
+    <hkern u1="&#x48d;" u2="&#x4bd;" k="41" />
+    <hkern u1="&#x48d;" u2="&#x4b9;" k="82" />
+    <hkern u1="&#x48d;" u2="&#x4b7;" k="82" />
+    <hkern u1="&#x48d;" u2="&#x4b5;" k="102" />
+    <hkern u1="&#x48d;" u2="&#x4b3;" k="41" />
+    <hkern u1="&#x48d;" u2="&#x4b1;" k="61" />
+    <hkern u1="&#x48d;" u2="&#x4af;" k="61" />
+    <hkern u1="&#x48d;" u2="&#x4ad;" k="102" />
+    <hkern u1="&#x48d;" u2="&#x4a1;" k="102" />
+    <hkern u1="&#x48d;" u2="&#x497;" k="41" />
+    <hkern u1="&#x48d;" u2="&#x47f;" k="41" />
+    <hkern u1="&#x48d;" u2="&#x477;" k="41" />
+    <hkern u1="&#x48d;" u2="&#x475;" k="41" />
+    <hkern u1="&#x48d;" u2="&#x461;" k="41" />
+    <hkern u1="&#x48d;" u2="&#x201d;" k="123" />
+    <hkern u1="&#x48d;" u2="&#x2019;" k="123" />
+    <hkern u1="&#x48d;" u2="&#x45e;" k="61" />
+    <hkern u1="&#x48d;" u2="&#x44a;" k="102" />
+    <hkern u1="&#x48d;" u2="&#x447;" k="82" />
+    <hkern u1="&#x48d;" u2="&#x445;" k="41" />
+    <hkern u1="&#x48d;" u2="&#x443;" k="61" />
+    <hkern u1="&#x48d;" u2="&#x442;" k="102" />
+    <hkern u1="&#x48d;" u2="&#x436;" k="41" />
+    <hkern u1="&#x48d;" u2="&#x27;" k="123" />
+    <hkern u1="&#x48d;" u2="&#x22;" k="123" />
+    <hkern u1="&#x48e;" u2="&#x513;" k="102" />
+    <hkern u1="&#x48e;" u2="&#x512;" k="123" />
+    <hkern u1="&#x48e;" u2="&#x509;" k="102" />
+    <hkern u1="&#x48e;" u2="&#x508;" k="123" />
+    <hkern u1="&#x48e;" u2="&#x502;" k="82" />
+    <hkern u1="&#x48e;" u2="&#x500;" k="82" />
+    <hkern u1="&#x48e;" u2="&#x4fe;" k="41" />
+    <hkern u1="&#x48e;" u2="&#x4fc;" k="41" />
+    <hkern u1="&#x48e;" u2="&#x4dc;" k="41" />
+    <hkern u1="&#x48e;" u2="&#x4d4;" k="102" />
+    <hkern u1="&#x48e;" u2="&#x4d2;" k="102" />
+    <hkern u1="&#x48e;" u2="&#x4d0;" k="102" />
+    <hkern u1="&#x48e;" u2="&#x4c6;" k="102" />
+    <hkern u1="&#x48e;" u2="&#x4c5;" k="123" />
+    <hkern u1="&#x48e;" u2="&#x4c1;" k="41" />
+    <hkern u1="&#x48e;" u2="&#x4b2;" k="41" />
+    <hkern u1="&#x48e;" u2="&#x496;" k="41" />
+    <hkern u1="&#x48e;" u2="&#x46a;" k="20" />
+    <hkern u1="&#x48e;" u2="&#x467;" k="102" />
+    <hkern u1="&#x48e;" u2="&#x466;" k="102" />
+    <hkern u1="&#x48e;" u2="&#x201e;" k="266" />
+    <hkern u1="&#x48e;" u2="&#x201a;" k="266" />
+    <hkern u1="&#x48e;" u2="&#x459;" k="102" />
+    <hkern u1="&#x48e;" u2="&#x43b;" k="102" />
+    <hkern u1="&#x48e;" u2="&#x434;" k="102" />
+    <hkern u1="&#x48e;" u2="&#x425;" k="41" />
+    <hkern u1="&#x48e;" u2="&#x41b;" k="123" />
+    <hkern u1="&#x48e;" u2="&#x416;" k="41" />
+    <hkern u1="&#x48e;" u2="&#x414;" k="123" />
+    <hkern u1="&#x48e;" u2="&#x410;" k="102" />
+    <hkern u1="&#x48e;" u2="&#x409;" k="123" />
+    <hkern u1="&#x48e;" u2="&#x2e;" k="266" />
+    <hkern u1="&#x48e;" u2="&#x2c;" k="266" />
+    <hkern u1="&#x48f;" u2="&#x50f;" k="20" />
+    <hkern u1="&#x48f;" u2="&#x507;" k="20" />
+    <hkern u1="&#x48f;" u2="&#x505;" k="20" />
+    <hkern u1="&#x48f;" u2="&#x4ff;" k="41" />
+    <hkern u1="&#x48f;" u2="&#x4fd;" k="41" />
+    <hkern u1="&#x48f;" u2="&#x4f5;" k="20" />
+    <hkern u1="&#x48f;" u2="&#x4f3;" k="20" />
+    <hkern u1="&#x48f;" u2="&#x4f1;" k="20" />
+    <hkern u1="&#x48f;" u2="&#x4ef;" k="20" />
+    <hkern u1="&#x48f;" u2="&#x4dd;" k="41" />
+    <hkern u1="&#x48f;" u2="&#x4cc;" k="20" />
+    <hkern u1="&#x48f;" u2="&#x4c2;" k="41" />
+    <hkern u1="&#x48f;" u2="&#x4b9;" k="20" />
+    <hkern u1="&#x48f;" u2="&#x4b7;" k="20" />
+    <hkern u1="&#x48f;" u2="&#x4b5;" k="20" />
+    <hkern u1="&#x48f;" u2="&#x4b3;" k="41" />
+    <hkern u1="&#x48f;" u2="&#x4ad;" k="20" />
+    <hkern u1="&#x48f;" u2="&#x4a1;" k="20" />
+    <hkern u1="&#x48f;" u2="&#x497;" k="41" />
+    <hkern u1="&#x48f;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x48f;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x48f;" u2="&#x45e;" k="20" />
+    <hkern u1="&#x48f;" u2="&#x44a;" k="20" />
+    <hkern u1="&#x48f;" u2="&#x447;" k="20" />
+    <hkern u1="&#x48f;" u2="&#x445;" k="41" />
+    <hkern u1="&#x48f;" u2="&#x443;" k="20" />
+    <hkern u1="&#x48f;" u2="&#x442;" k="20" />
+    <hkern u1="&#x48f;" u2="&#x436;" k="41" />
+    <hkern u1="&#x48f;" u2="&#x27;" k="20" />
+    <hkern u1="&#x48f;" u2="&#x22;" k="20" />
+    <hkern u1="&#x492;" u2="&#x513;" k="102" />
+    <hkern u1="&#x492;" u2="&#x512;" k="82" />
+    <hkern u1="&#x492;" u2="&#x511;" k="82" />
+    <hkern u1="&#x492;" u2="&#x50e;" k="-41" />
+    <hkern u1="&#x492;" u2="&#x50d;" k="82" />
+    <hkern u1="&#x492;" u2="&#x50c;" k="41" />
+    <hkern u1="&#x492;" u2="&#x50b;" k="61" />
+    <hkern u1="&#x492;" u2="&#x509;" k="102" />
+    <hkern u1="&#x492;" u2="&#x508;" k="82" />
+    <hkern u1="&#x492;" u2="&#x507;" k="41" />
+    <hkern u1="&#x492;" u2="&#x505;" k="41" />
+    <hkern u1="&#x492;" u2="&#x503;" k="82" />
+    <hkern u1="&#x492;" u2="&#x502;" k="102" />
+    <hkern u1="&#x492;" u2="&#x501;" k="82" />
+    <hkern u1="&#x492;" u2="&#x500;" k="102" />
+    <hkern u1="&#x492;" u2="&#x4ff;" k="41" />
+    <hkern u1="&#x492;" u2="&#x4fd;" k="41" />
+    <hkern u1="&#x492;" u2="&#x4f9;" k="61" />
+    <hkern u1="&#x492;" u2="&#x4f7;" k="61" />
+    <hkern u1="&#x492;" u2="&#x4f5;" k="102" />
+    <hkern u1="&#x492;" u2="&#x4ed;" k="41" />
+    <hkern u1="&#x492;" u2="&#x4eb;" k="82" />
+    <hkern u1="&#x492;" u2="&#x4ea;" k="41" />
+    <hkern u1="&#x492;" u2="&#x4e9;" k="82" />
+    <hkern u1="&#x492;" u2="&#x4e8;" k="41" />
+    <hkern u1="&#x492;" u2="&#x4e7;" k="82" />
+    <hkern u1="&#x492;" u2="&#x4e6;" k="41" />
+    <hkern u1="&#x492;" u2="&#x4e5;" k="61" />
+    <hkern u1="&#x492;" u2="&#x4e3;" k="61" />
+    <hkern u1="&#x492;" u2="&#x4df;" k="41" />
+    <hkern u1="&#x492;" u2="&#x4dd;" k="41" />
+    <hkern u1="&#x492;" u2="&#x4d7;" k="82" />
+    <hkern u1="&#x492;" u2="&#x4d4;" k="123" />
+    <hkern u1="&#x492;" u2="&#x4d2;" k="123" />
+    <hkern u1="&#x492;" u2="&#x4d0;" k="123" />
+    <hkern u1="&#x492;" u2="&#x4ce;" k="61" />
+    <hkern u1="&#x492;" u2="&#x4cc;" k="102" />
+    <hkern u1="&#x492;" u2="&#x4ca;" k="61" />
+    <hkern u1="&#x492;" u2="&#x4c8;" k="61" />
+    <hkern u1="&#x492;" u2="&#x4c6;" k="102" />
+    <hkern u1="&#x492;" u2="&#x4c5;" k="82" />
+    <hkern u1="&#x492;" u2="&#x4c4;" k="61" />
+    <hkern u1="&#x492;" u2="&#x4c2;" k="41" />
+    <hkern u1="&#x492;" u2="&#x4bf;" k="61" />
+    <hkern u1="&#x492;" u2="&#x4be;" k="41" />
+    <hkern u1="&#x492;" u2="&#x4bd;" k="61" />
+    <hkern u1="&#x492;" u2="&#x4bc;" k="41" />
+    <hkern u1="&#x492;" u2="&#x4bb;" k="61" />
+    <hkern u1="&#x492;" u2="&#x4b9;" k="102" />
+    <hkern u1="&#x492;" u2="&#x4b7;" k="102" />
+    <hkern u1="&#x492;" u2="&#x4b4;" k="-41" />
+    <hkern u1="&#x492;" u2="&#x4b3;" k="41" />
+    <hkern u1="&#x492;" u2="&#x4ac;" k="-41" />
+    <hkern u1="&#x492;" u2="&#x4ab;" k="82" />
+    <hkern u1="&#x492;" u2="&#x4aa;" k="41" />
+    <hkern u1="&#x492;" u2="&#x4a9;" k="82" />
+    <hkern u1="&#x492;" u2="&#x4a8;" k="41" />
+    <hkern u1="&#x492;" u2="&#x4a7;" k="61" />
+    <hkern u1="&#x492;" u2="&#x4a5;" k="61" />
+    <hkern u1="&#x492;" u2="&#x4a3;" k="61" />
+    <hkern u1="&#x492;" u2="&#x4a0;" k="-41" />
+    <hkern u1="&#x492;" u2="&#x49f;" k="-41" />
+    <hkern u1="&#x492;" u2="&#x49d;" k="61" />
+    <hkern u1="&#x492;" u2="&#x49b;" k="61" />
+    <hkern u1="&#x492;" u2="&#x499;" k="41" />
+    <hkern u1="&#x492;" u2="&#x497;" k="41" />
+    <hkern u1="&#x492;" u2="&#x495;" k="61" />
+    <hkern u1="&#x492;" u2="&#x48f;" k="61" />
+    <hkern u1="&#x492;" u2="&#x48d;" k="-41" />
+    <hkern u1="&#x492;" u2="&#x48b;" k="61" />
+    <hkern u1="&#x492;" u2="&#x481;" k="82" />
+    <hkern u1="&#x492;" u2="&#x480;" k="41" />
+    <hkern u1="&#x492;" u2="&#x47e;" k="41" />
+    <hkern u1="&#x492;" u2="&#x47d;" k="82" />
+    <hkern u1="&#x492;" u2="&#x47c;" k="41" />
+    <hkern u1="&#x492;" u2="&#x47b;" k="82" />
+    <hkern u1="&#x492;" u2="&#x47a;" k="41" />
+    <hkern u1="&#x492;" u2="&#x479;" k="82" />
+    <hkern u1="&#x492;" u2="&#x478;" k="41" />
+    <hkern u1="&#x492;" u2="&#x473;" k="82" />
+    <hkern u1="&#x492;" u2="&#x472;" k="41" />
+    <hkern u1="&#x492;" u2="&#x471;" k="61" />
+    <hkern u1="&#x492;" u2="&#x46d;" k="61" />
+    <hkern u1="&#x492;" u2="&#x46b;" k="41" />
+    <hkern u1="&#x492;" u2="&#x469;" k="61" />
+    <hkern u1="&#x492;" u2="&#x467;" k="102" />
+    <hkern u1="&#x492;" u2="&#x466;" k="123" />
+    <hkern u1="&#x492;" u2="&#x465;" k="61" />
+    <hkern u1="&#x492;" u2="&#x460;" k="41" />
+    <hkern u1="&#x492;" u2="&#x45d;" k="61" />
+    <hkern u1="&#x492;" u2="&#x450;" k="82" />
+    <hkern u1="&#x492;" u2="&#x201e;" k="102" />
+    <hkern u1="&#x492;" u2="&#x201a;" k="102" />
+    <hkern u1="&#x492;" u2="&#x2015;" k="41" />
+    <hkern u1="&#x492;" u2="&#x2014;" k="41" />
+    <hkern u1="&#x492;" u2="&#x2013;" k="41" />
+    <hkern u1="&#x492;" u2="&#x491;" k="61" />
+    <hkern u1="&#x492;" u2="&#x45f;" k="61" />
+    <hkern u1="&#x492;" u2="&#x45c;" k="61" />
+    <hkern u1="&#x492;" u2="&#x45b;" k="-41" />
+    <hkern u1="&#x492;" u2="&#x45a;" k="61" />
+    <hkern u1="&#x492;" u2="&#x459;" k="102" />
+    <hkern u1="&#x492;" u2="&#x455;" k="61" />
+    <hkern u1="&#x492;" u2="&#x454;" k="82" />
+    <hkern u1="&#x492;" u2="&#x453;" k="61" />
+    <hkern u1="&#x492;" u2="&#x452;" k="-41" />
+    <hkern u1="&#x492;" u2="&#x451;" k="82" />
+    <hkern u1="&#x492;" u2="&#x44e;" k="61" />
+    <hkern u1="&#x492;" u2="&#x44d;" k="41" />
+    <hkern u1="&#x492;" u2="&#x44c;" k="61" />
+    <hkern u1="&#x492;" u2="&#x44b;" k="61" />
+    <hkern u1="&#x492;" u2="&#x449;" k="61" />
+    <hkern u1="&#x492;" u2="&#x448;" k="61" />
+    <hkern u1="&#x492;" u2="&#x447;" k="102" />
+    <hkern u1="&#x492;" u2="&#x446;" k="61" />
+    <hkern u1="&#x492;" u2="&#x445;" k="41" />
+    <hkern u1="&#x492;" u2="&#x444;" k="82" />
+    <hkern u1="&#x492;" u2="&#x441;" k="82" />
+    <hkern u1="&#x492;" u2="&#x440;" k="61" />
+    <hkern u1="&#x492;" u2="&#x43f;" k="61" />
+    <hkern u1="&#x492;" u2="&#x43e;" k="82" />
+    <hkern u1="&#x492;" u2="&#x43d;" k="61" />
+    <hkern u1="&#x492;" u2="&#x43c;" k="61" />
+    <hkern u1="&#x492;" u2="&#x43b;" k="102" />
+    <hkern u1="&#x492;" u2="&#x43a;" k="61" />
+    <hkern u1="&#x492;" u2="&#x439;" k="61" />
+    <hkern u1="&#x492;" u2="&#x438;" k="61" />
+    <hkern u1="&#x492;" u2="&#x437;" k="41" />
+    <hkern u1="&#x492;" u2="&#x436;" k="41" />
+    <hkern u1="&#x492;" u2="&#x435;" k="82" />
+    <hkern u1="&#x492;" u2="&#x434;" k="102" />
+    <hkern u1="&#x492;" u2="&#x433;" k="61" />
+    <hkern u1="&#x492;" u2="&#x432;" k="61" />
+    <hkern u1="&#x492;" u2="&#x42a;" k="-41" />
+    <hkern u1="&#x492;" u2="&#x424;" k="61" />
+    <hkern u1="&#x492;" u2="&#x422;" k="-41" />
+    <hkern u1="&#x492;" u2="&#x421;" k="41" />
+    <hkern u1="&#x492;" u2="&#x41e;" k="41" />
+    <hkern u1="&#x492;" u2="&#x41b;" k="82" />
+    <hkern u1="&#x492;" u2="&#x414;" k="82" />
+    <hkern u1="&#x492;" u2="&#x410;" k="123" />
+    <hkern u1="&#x492;" u2="&#x40b;" k="-41" />
+    <hkern u1="&#x492;" u2="&#x409;" k="82" />
+    <hkern u1="&#x492;" u2="&#x404;" k="41" />
+    <hkern u1="&#x492;" u2="&#x402;" k="-41" />
+    <hkern u1="&#x492;" u2="&#x2e;" k="102" />
+    <hkern u1="&#x492;" u2="&#x2d;" k="41" />
+    <hkern u1="&#x492;" u2="&#x2c;" k="102" />
+    <hkern u1="&#x493;" u2="&#x513;" k="61" />
+    <hkern u1="&#x493;" u2="&#x511;" k="41" />
+    <hkern u1="&#x493;" u2="&#x50d;" k="41" />
+    <hkern u1="&#x493;" u2="&#x509;" k="61" />
+    <hkern u1="&#x493;" u2="&#x503;" k="41" />
+    <hkern u1="&#x493;" u2="&#x501;" k="41" />
+    <hkern u1="&#x493;" u2="&#x4eb;" k="41" />
+    <hkern u1="&#x493;" u2="&#x4e9;" k="41" />
+    <hkern u1="&#x493;" u2="&#x4e7;" k="41" />
+    <hkern u1="&#x493;" u2="&#x4d7;" k="41" />
+    <hkern u1="&#x493;" u2="&#x4c6;" k="61" />
+    <hkern u1="&#x493;" u2="&#x4ab;" k="41" />
+    <hkern u1="&#x493;" u2="&#x4a9;" k="41" />
+    <hkern u1="&#x493;" u2="&#x481;" k="41" />
+    <hkern u1="&#x493;" u2="&#x47d;" k="41" />
+    <hkern u1="&#x493;" u2="&#x47b;" k="41" />
+    <hkern u1="&#x493;" u2="&#x479;" k="41" />
+    <hkern u1="&#x493;" u2="&#x473;" k="41" />
+    <hkern u1="&#x493;" u2="&#x467;" k="61" />
+    <hkern u1="&#x493;" u2="&#x450;" k="41" />
+    <hkern u1="&#x493;" u2="&#x201e;" k="61" />
+    <hkern u1="&#x493;" u2="&#x201a;" k="61" />
+    <hkern u1="&#x493;" u2="&#x459;" k="61" />
+    <hkern u1="&#x493;" u2="&#x454;" k="41" />
+    <hkern u1="&#x493;" u2="&#x451;" k="41" />
+    <hkern u1="&#x493;" u2="&#x444;" k="41" />
+    <hkern u1="&#x493;" u2="&#x441;" k="41" />
+    <hkern u1="&#x493;" u2="&#x43e;" k="41" />
+    <hkern u1="&#x493;" u2="&#x43b;" k="61" />
+    <hkern u1="&#x493;" u2="&#x435;" k="41" />
+    <hkern u1="&#x493;" u2="&#x434;" k="61" />
+    <hkern u1="&#x493;" u2="&#x2e;" k="61" />
+    <hkern u1="&#x493;" u2="&#x2c;" k="61" />
+    <hkern u1="&#x494;" u2="&#x50f;" k="41" />
+    <hkern u1="&#x494;" u2="&#x50e;" k="61" />
+    <hkern u1="&#x494;" u2="&#x507;" k="61" />
+    <hkern u1="&#x494;" u2="&#x506;" k="41" />
+    <hkern u1="&#x494;" u2="&#x505;" k="61" />
+    <hkern u1="&#x494;" u2="&#x504;" k="41" />
+    <hkern u1="&#x494;" u2="&#x4f5;" k="41" />
+    <hkern u1="&#x494;" u2="&#x4f4;" k="82" />
+    <hkern u1="&#x494;" u2="&#x4cc;" k="41" />
+    <hkern u1="&#x494;" u2="&#x4cb;" k="82" />
+    <hkern u1="&#x494;" u2="&#x4b9;" k="41" />
+    <hkern u1="&#x494;" u2="&#x4b8;" k="82" />
+    <hkern u1="&#x494;" u2="&#x4b7;" k="41" />
+    <hkern u1="&#x494;" u2="&#x4b6;" k="82" />
+    <hkern u1="&#x494;" u2="&#x4b5;" k="41" />
+    <hkern u1="&#x494;" u2="&#x4b4;" k="61" />
+    <hkern u1="&#x494;" u2="&#x4b0;" k="41" />
+    <hkern u1="&#x494;" u2="&#x4ae;" k="41" />
+    <hkern u1="&#x494;" u2="&#x4ad;" k="41" />
+    <hkern u1="&#x494;" u2="&#x4ac;" k="61" />
+    <hkern u1="&#x494;" u2="&#x4a1;" k="41" />
+    <hkern u1="&#x494;" u2="&#x4a0;" k="61" />
+    <hkern u1="&#x494;" u2="&#x476;" k="61" />
+    <hkern u1="&#x494;" u2="&#x474;" k="61" />
+    <hkern u1="&#x494;" u2="&#x470;" k="82" />
+    <hkern u1="&#x494;" u2="&#x201d;" k="61" />
+    <hkern u1="&#x494;" u2="&#x2019;" k="61" />
+    <hkern u1="&#x494;" u2="&#x44a;" k="41" />
+    <hkern u1="&#x494;" u2="&#x447;" k="41" />
+    <hkern u1="&#x494;" u2="&#x442;" k="41" />
+    <hkern u1="&#x494;" u2="&#x42a;" k="61" />
+    <hkern u1="&#x494;" u2="&#x427;" k="82" />
+    <hkern u1="&#x494;" u2="&#x422;" k="61" />
+    <hkern u1="&#x494;" u2="&#x40b;" k="61" />
+    <hkern u1="&#x494;" u2="&#x408;" k="-102" />
+    <hkern u1="&#x494;" u2="&#x402;" k="61" />
+    <hkern u1="&#x494;" u2="&#x27;" k="61" />
+    <hkern u1="&#x494;" u2="&#x22;" k="61" />
+    <hkern u1="&#x495;" u2="&#x507;" k="41" />
+    <hkern u1="&#x495;" u2="&#x505;" k="41" />
+    <hkern u1="&#x495;" u2="&#x201d;" k="61" />
+    <hkern u1="&#x495;" u2="&#x2019;" k="61" />
+    <hkern u1="&#x495;" u2="&#x27;" k="61" />
+    <hkern u1="&#x495;" u2="&#x22;" k="61" />
+    <hkern u1="&#x496;" u2="&#x50f;" k="41" />
+    <hkern u1="&#x496;" u2="&#x50c;" k="41" />
+    <hkern u1="&#x496;" u2="&#x507;" k="41" />
+    <hkern u1="&#x496;" u2="&#x505;" k="41" />
+    <hkern u1="&#x496;" u2="&#x4f5;" k="82" />
+    <hkern u1="&#x496;" u2="&#x4ea;" k="41" />
+    <hkern u1="&#x496;" u2="&#x4e8;" k="41" />
+    <hkern u1="&#x496;" u2="&#x4e6;" k="41" />
+    <hkern u1="&#x496;" u2="&#x4cc;" k="82" />
+    <hkern u1="&#x496;" u2="&#x4bf;" k="41" />
+    <hkern u1="&#x496;" u2="&#x4be;" k="61" />
+    <hkern u1="&#x496;" u2="&#x4bd;" k="41" />
+    <hkern u1="&#x496;" u2="&#x4bc;" k="61" />
+    <hkern u1="&#x496;" u2="&#x4b9;" k="82" />
+    <hkern u1="&#x496;" u2="&#x4b7;" k="82" />
+    <hkern u1="&#x496;" u2="&#x4b5;" k="41" />
+    <hkern u1="&#x496;" u2="&#x4ad;" k="41" />
+    <hkern u1="&#x496;" u2="&#x4aa;" k="41" />
+    <hkern u1="&#x496;" u2="&#x4a8;" k="41" />
+    <hkern u1="&#x496;" u2="&#x4a1;" k="41" />
+    <hkern u1="&#x496;" u2="&#x480;" k="41" />
+    <hkern u1="&#x496;" u2="&#x47e;" k="41" />
+    <hkern u1="&#x496;" u2="&#x47c;" k="41" />
+    <hkern u1="&#x496;" u2="&#x47a;" k="41" />
+    <hkern u1="&#x496;" u2="&#x478;" k="41" />
+    <hkern u1="&#x496;" u2="&#x472;" k="41" />
+    <hkern u1="&#x496;" u2="&#x471;" k="20" />
+    <hkern u1="&#x496;" u2="&#x46f;" k="-61" />
+    <hkern u1="&#x496;" u2="&#x460;" k="41" />
+    <hkern u1="&#x496;" u2="&#x44a;" k="41" />
+    <hkern u1="&#x496;" u2="&#x447;" k="82" />
+    <hkern u1="&#x496;" u2="&#x442;" k="41" />
+    <hkern u1="&#x496;" u2="&#x424;" k="61" />
+    <hkern u1="&#x496;" u2="&#x421;" k="41" />
+    <hkern u1="&#x496;" u2="&#x41e;" k="41" />
+    <hkern u1="&#x496;" u2="&#x408;" k="-225" />
+    <hkern u1="&#x496;" u2="&#x404;" k="41" />
+    <hkern u1="&#x497;" u2="&#x511;" k="20" />
+    <hkern u1="&#x497;" u2="&#x50d;" k="20" />
+    <hkern u1="&#x497;" u2="&#x507;" k="41" />
+    <hkern u1="&#x497;" u2="&#x505;" k="41" />
+    <hkern u1="&#x497;" u2="&#x503;" k="20" />
+    <hkern u1="&#x497;" u2="&#x501;" k="20" />
+    <hkern u1="&#x497;" u2="&#x4f5;" k="20" />
+    <hkern u1="&#x497;" u2="&#x4eb;" k="20" />
+    <hkern u1="&#x497;" u2="&#x4e9;" k="20" />
+    <hkern u1="&#x497;" u2="&#x4e7;" k="20" />
+    <hkern u1="&#x497;" u2="&#x4d7;" k="20" />
+    <hkern u1="&#x497;" u2="&#x4cc;" k="20" />
+    <hkern u1="&#x497;" u2="&#x4b9;" k="20" />
+    <hkern u1="&#x497;" u2="&#x4b7;" k="20" />
+    <hkern u1="&#x497;" u2="&#x4ab;" k="20" />
+    <hkern u1="&#x497;" u2="&#x4a9;" k="20" />
+    <hkern u1="&#x497;" u2="&#x481;" k="20" />
+    <hkern u1="&#x497;" u2="&#x47d;" k="20" />
+    <hkern u1="&#x497;" u2="&#x47b;" k="20" />
+    <hkern u1="&#x497;" u2="&#x479;" k="20" />
+    <hkern u1="&#x497;" u2="&#x473;" k="20" />
+    <hkern u1="&#x497;" u2="&#x450;" k="20" />
+    <hkern u1="&#x497;" u2="&#x454;" k="20" />
+    <hkern u1="&#x497;" u2="&#x451;" k="20" />
+    <hkern u1="&#x497;" u2="&#x447;" k="20" />
+    <hkern u1="&#x497;" u2="&#x444;" k="20" />
+    <hkern u1="&#x497;" u2="&#x441;" k="20" />
+    <hkern u1="&#x497;" u2="&#x43e;" k="20" />
+    <hkern u1="&#x497;" u2="&#x435;" k="20" />
+    <hkern u1="&#x498;" u2="&#x506;" k="41" />
+    <hkern u1="&#x498;" u2="&#x504;" k="41" />
+    <hkern u1="&#x498;" u2="&#x4b0;" k="20" />
+    <hkern u1="&#x498;" u2="&#x4ae;" k="20" />
+    <hkern u1="&#x498;" u2="&#x476;" k="20" />
+    <hkern u1="&#x498;" u2="&#x474;" k="20" />
+    <hkern u1="&#x498;" u2="&#x201e;" k="82" />
+    <hkern u1="&#x498;" u2="&#x201a;" k="82" />
+    <hkern u1="&#x498;" u2="&#x2e;" k="82" />
+    <hkern u1="&#x498;" u2="&#x2c;" k="82" />
+    <hkern u1="&#x499;" u2="&#x44f;" k="-41" />
+    <hkern u1="&#x49a;" u2="&#x50f;" k="41" />
+    <hkern u1="&#x49a;" u2="&#x50c;" k="41" />
+    <hkern u1="&#x49a;" u2="&#x507;" k="41" />
+    <hkern u1="&#x49a;" u2="&#x505;" k="41" />
+    <hkern u1="&#x49a;" u2="&#x4f5;" k="82" />
+    <hkern u1="&#x49a;" u2="&#x4ea;" k="41" />
+    <hkern u1="&#x49a;" u2="&#x4e8;" k="41" />
+    <hkern u1="&#x49a;" u2="&#x4e6;" k="41" />
+    <hkern u1="&#x49a;" u2="&#x4cc;" k="82" />
+    <hkern u1="&#x49a;" u2="&#x4bf;" k="41" />
+    <hkern u1="&#x49a;" u2="&#x4be;" k="61" />
+    <hkern u1="&#x49a;" u2="&#x4bd;" k="41" />
+    <hkern u1="&#x49a;" u2="&#x4bc;" k="61" />
+    <hkern u1="&#x49a;" u2="&#x4b9;" k="82" />
+    <hkern u1="&#x49a;" u2="&#x4b7;" k="82" />
+    <hkern u1="&#x49a;" u2="&#x4b5;" k="41" />
+    <hkern u1="&#x49a;" u2="&#x4ad;" k="41" />
+    <hkern u1="&#x49a;" u2="&#x4aa;" k="41" />
+    <hkern u1="&#x49a;" u2="&#x4a8;" k="41" />
+    <hkern u1="&#x49a;" u2="&#x4a1;" k="41" />
+    <hkern u1="&#x49a;" u2="&#x480;" k="41" />
+    <hkern u1="&#x49a;" u2="&#x47e;" k="41" />
+    <hkern u1="&#x49a;" u2="&#x47c;" k="41" />
+    <hkern u1="&#x49a;" u2="&#x47a;" k="41" />
+    <hkern u1="&#x49a;" u2="&#x478;" k="41" />
+    <hkern u1="&#x49a;" u2="&#x472;" k="41" />
+    <hkern u1="&#x49a;" u2="&#x471;" k="20" />
+    <hkern u1="&#x49a;" u2="&#x46f;" k="-61" />
+    <hkern u1="&#x49a;" u2="&#x460;" k="41" />
+    <hkern u1="&#x49a;" u2="&#x44a;" k="41" />
+    <hkern u1="&#x49a;" u2="&#x447;" k="82" />
+    <hkern u1="&#x49a;" u2="&#x442;" k="41" />
+    <hkern u1="&#x49a;" u2="&#x424;" k="61" />
+    <hkern u1="&#x49a;" u2="&#x421;" k="41" />
+    <hkern u1="&#x49a;" u2="&#x41e;" k="41" />
+    <hkern u1="&#x49a;" u2="&#x408;" k="-225" />
+    <hkern u1="&#x49a;" u2="&#x404;" k="41" />
+    <hkern u1="&#x49b;" u2="&#x511;" k="20" />
+    <hkern u1="&#x49b;" u2="&#x50d;" k="20" />
+    <hkern u1="&#x49b;" u2="&#x507;" k="41" />
+    <hkern u1="&#x49b;" u2="&#x505;" k="41" />
+    <hkern u1="&#x49b;" u2="&#x503;" k="20" />
+    <hkern u1="&#x49b;" u2="&#x501;" k="20" />
+    <hkern u1="&#x49b;" u2="&#x4f5;" k="20" />
+    <hkern u1="&#x49b;" u2="&#x4eb;" k="20" />
+    <hkern u1="&#x49b;" u2="&#x4e9;" k="20" />
+    <hkern u1="&#x49b;" u2="&#x4e7;" k="20" />
+    <hkern u1="&#x49b;" u2="&#x4d7;" k="20" />
+    <hkern u1="&#x49b;" u2="&#x4cc;" k="20" />
+    <hkern u1="&#x49b;" u2="&#x4b9;" k="20" />
+    <hkern u1="&#x49b;" u2="&#x4b7;" k="20" />
+    <hkern u1="&#x49b;" u2="&#x4ab;" k="20" />
+    <hkern u1="&#x49b;" u2="&#x4a9;" k="20" />
+    <hkern u1="&#x49b;" u2="&#x481;" k="20" />
+    <hkern u1="&#x49b;" u2="&#x47d;" k="20" />
+    <hkern u1="&#x49b;" u2="&#x47b;" k="20" />
+    <hkern u1="&#x49b;" u2="&#x479;" k="20" />
+    <hkern u1="&#x49b;" u2="&#x473;" k="20" />
+    <hkern u1="&#x49b;" u2="&#x450;" k="20" />
+    <hkern u1="&#x49b;" u2="&#x454;" k="20" />
+    <hkern u1="&#x49b;" u2="&#x451;" k="20" />
+    <hkern u1="&#x49b;" u2="&#x447;" k="20" />
+    <hkern u1="&#x49b;" u2="&#x444;" k="20" />
+    <hkern u1="&#x49b;" u2="&#x441;" k="20" />
+    <hkern u1="&#x49b;" u2="&#x43e;" k="20" />
+    <hkern u1="&#x49b;" u2="&#x435;" k="20" />
+    <hkern u1="&#x49c;" u2="&#x510;" k="20" />
+    <hkern u1="&#x49c;" u2="&#x50c;" k="41" />
+    <hkern u1="&#x49c;" u2="&#x507;" k="41" />
+    <hkern u1="&#x49c;" u2="&#x505;" k="41" />
+    <hkern u1="&#x49c;" u2="&#x502;" k="41" />
+    <hkern u1="&#x49c;" u2="&#x500;" k="41" />
+    <hkern u1="&#x49c;" u2="&#x4f5;" k="41" />
+    <hkern u1="&#x49c;" u2="&#x4f4;" k="41" />
+    <hkern u1="&#x49c;" u2="&#x4ea;" k="41" />
+    <hkern u1="&#x49c;" u2="&#x4e8;" k="41" />
+    <hkern u1="&#x49c;" u2="&#x4e6;" k="41" />
+    <hkern u1="&#x49c;" u2="&#x4cc;" k="41" />
+    <hkern u1="&#x49c;" u2="&#x4cb;" k="41" />
+    <hkern u1="&#x49c;" u2="&#x4be;" k="102" />
+    <hkern u1="&#x49c;" u2="&#x4bc;" k="102" />
+    <hkern u1="&#x49c;" u2="&#x4b9;" k="41" />
+    <hkern u1="&#x49c;" u2="&#x4b8;" k="41" />
+    <hkern u1="&#x49c;" u2="&#x4b7;" k="41" />
+    <hkern u1="&#x49c;" u2="&#x4b6;" k="41" />
+    <hkern u1="&#x49c;" u2="&#x4aa;" k="41" />
+    <hkern u1="&#x49c;" u2="&#x4a8;" k="41" />
+    <hkern u1="&#x49c;" u2="&#x480;" k="41" />
+    <hkern u1="&#x49c;" u2="&#x47e;" k="41" />
+    <hkern u1="&#x49c;" u2="&#x47c;" k="41" />
+    <hkern u1="&#x49c;" u2="&#x47a;" k="41" />
+    <hkern u1="&#x49c;" u2="&#x478;" k="41" />
+    <hkern u1="&#x49c;" u2="&#x472;" k="41" />
+    <hkern u1="&#x49c;" u2="&#x470;" k="41" />
+    <hkern u1="&#x49c;" u2="&#x460;" k="41" />
+    <hkern u1="&#x49c;" u2="&#x447;" k="41" />
+    <hkern u1="&#x49c;" u2="&#x427;" k="41" />
+    <hkern u1="&#x49c;" u2="&#x424;" k="41" />
+    <hkern u1="&#x49c;" u2="&#x421;" k="41" />
+    <hkern u1="&#x49c;" u2="&#x41e;" k="41" />
+    <hkern u1="&#x49c;" u2="&#x404;" k="41" />
+    <hkern u1="&#x49d;" u2="&#x511;" k="41" />
+    <hkern u1="&#x49d;" u2="&#x50d;" k="41" />
+    <hkern u1="&#x49d;" u2="&#x503;" k="41" />
+    <hkern u1="&#x49d;" u2="&#x501;" k="41" />
+    <hkern u1="&#x49d;" u2="&#x4f5;" k="41" />
+    <hkern u1="&#x49d;" u2="&#x4eb;" k="41" />
+    <hkern u1="&#x49d;" u2="&#x4e9;" k="41" />
+    <hkern u1="&#x49d;" u2="&#x4e7;" k="41" />
+    <hkern u1="&#x49d;" u2="&#x4d7;" k="41" />
+    <hkern u1="&#x49d;" u2="&#x4cc;" k="41" />
+    <hkern u1="&#x49d;" u2="&#x4bf;" k="41" />
+    <hkern u1="&#x49d;" u2="&#x4bd;" k="41" />
+    <hkern u1="&#x49d;" u2="&#x4b9;" k="41" />
+    <hkern u1="&#x49d;" u2="&#x4b7;" k="41" />
+    <hkern u1="&#x49d;" u2="&#x4ab;" k="41" />
+    <hkern u1="&#x49d;" u2="&#x4a9;" k="41" />
+    <hkern u1="&#x49d;" u2="&#x481;" k="41" />
+    <hkern u1="&#x49d;" u2="&#x47d;" k="41" />
+    <hkern u1="&#x49d;" u2="&#x47b;" k="41" />
+    <hkern u1="&#x49d;" u2="&#x479;" k="41" />
+    <hkern u1="&#x49d;" u2="&#x473;" k="41" />
+    <hkern u1="&#x49d;" u2="&#x450;" k="41" />
+    <hkern u1="&#x49d;" u2="&#x454;" k="41" />
+    <hkern u1="&#x49d;" u2="&#x451;" k="41" />
+    <hkern u1="&#x49d;" u2="&#x447;" k="41" />
+    <hkern u1="&#x49d;" u2="&#x444;" k="41" />
+    <hkern u1="&#x49d;" u2="&#x441;" k="41" />
+    <hkern u1="&#x49d;" u2="&#x43e;" k="41" />
+    <hkern u1="&#x49d;" u2="&#x435;" k="41" />
+    <hkern u1="&#x49e;" u2="&#x510;" k="20" />
+    <hkern u1="&#x49e;" u2="&#x50c;" k="41" />
+    <hkern u1="&#x49e;" u2="&#x507;" k="41" />
+    <hkern u1="&#x49e;" u2="&#x505;" k="41" />
+    <hkern u1="&#x49e;" u2="&#x502;" k="41" />
+    <hkern u1="&#x49e;" u2="&#x500;" k="41" />
+    <hkern u1="&#x49e;" u2="&#x4f5;" k="41" />
+    <hkern u1="&#x49e;" u2="&#x4f4;" k="41" />
+    <hkern u1="&#x49e;" u2="&#x4ea;" k="41" />
+    <hkern u1="&#x49e;" u2="&#x4e8;" k="41" />
+    <hkern u1="&#x49e;" u2="&#x4e6;" k="41" />
+    <hkern u1="&#x49e;" u2="&#x4cc;" k="41" />
+    <hkern u1="&#x49e;" u2="&#x4cb;" k="41" />
+    <hkern u1="&#x49e;" u2="&#x4be;" k="102" />
+    <hkern u1="&#x49e;" u2="&#x4bc;" k="102" />
+    <hkern u1="&#x49e;" u2="&#x4b9;" k="41" />
+    <hkern u1="&#x49e;" u2="&#x4b8;" k="41" />
+    <hkern u1="&#x49e;" u2="&#x4b7;" k="41" />
+    <hkern u1="&#x49e;" u2="&#x4b6;" k="41" />
+    <hkern u1="&#x49e;" u2="&#x4aa;" k="41" />
+    <hkern u1="&#x49e;" u2="&#x4a8;" k="41" />
+    <hkern u1="&#x49e;" u2="&#x480;" k="41" />
+    <hkern u1="&#x49e;" u2="&#x47e;" k="41" />
+    <hkern u1="&#x49e;" u2="&#x47c;" k="41" />
+    <hkern u1="&#x49e;" u2="&#x47a;" k="41" />
+    <hkern u1="&#x49e;" u2="&#x478;" k="41" />
+    <hkern u1="&#x49e;" u2="&#x472;" k="41" />
+    <hkern u1="&#x49e;" u2="&#x470;" k="41" />
+    <hkern u1="&#x49e;" u2="&#x460;" k="41" />
+    <hkern u1="&#x49e;" u2="&#x447;" k="41" />
+    <hkern u1="&#x49e;" u2="&#x427;" k="41" />
+    <hkern u1="&#x49e;" u2="&#x424;" k="41" />
+    <hkern u1="&#x49e;" u2="&#x421;" k="41" />
+    <hkern u1="&#x49e;" u2="&#x41e;" k="41" />
+    <hkern u1="&#x49e;" u2="&#x404;" k="41" />
+    <hkern u1="&#x49f;" u2="&#x511;" k="41" />
+    <hkern u1="&#x49f;" u2="&#x50d;" k="41" />
+    <hkern u1="&#x49f;" u2="&#x503;" k="41" />
+    <hkern u1="&#x49f;" u2="&#x501;" k="41" />
+    <hkern u1="&#x49f;" u2="&#x4f5;" k="41" />
+    <hkern u1="&#x49f;" u2="&#x4eb;" k="41" />
+    <hkern u1="&#x49f;" u2="&#x4e9;" k="41" />
+    <hkern u1="&#x49f;" u2="&#x4e7;" k="41" />
+    <hkern u1="&#x49f;" u2="&#x4d7;" k="41" />
+    <hkern u1="&#x49f;" u2="&#x4cc;" k="41" />
+    <hkern u1="&#x49f;" u2="&#x4bf;" k="41" />
+    <hkern u1="&#x49f;" u2="&#x4bd;" k="41" />
+    <hkern u1="&#x49f;" u2="&#x4b9;" k="41" />
+    <hkern u1="&#x49f;" u2="&#x4b7;" k="41" />
+    <hkern u1="&#x49f;" u2="&#x4ab;" k="41" />
+    <hkern u1="&#x49f;" u2="&#x4a9;" k="41" />
+    <hkern u1="&#x49f;" u2="&#x481;" k="41" />
+    <hkern u1="&#x49f;" u2="&#x47d;" k="41" />
+    <hkern u1="&#x49f;" u2="&#x47b;" k="41" />
+    <hkern u1="&#x49f;" u2="&#x479;" k="41" />
+    <hkern u1="&#x49f;" u2="&#x473;" k="41" />
+    <hkern u1="&#x49f;" u2="&#x450;" k="41" />
+    <hkern u1="&#x49f;" u2="&#x454;" k="41" />
+    <hkern u1="&#x49f;" u2="&#x451;" k="41" />
+    <hkern u1="&#x49f;" u2="&#x447;" k="41" />
+    <hkern u1="&#x49f;" u2="&#x444;" k="41" />
+    <hkern u1="&#x49f;" u2="&#x441;" k="41" />
+    <hkern u1="&#x49f;" u2="&#x43e;" k="41" />
+    <hkern u1="&#x49f;" u2="&#x435;" k="41" />
+    <hkern u1="&#x4a0;" u2="&#x510;" k="20" />
+    <hkern u1="&#x4a0;" u2="&#x50c;" k="41" />
+    <hkern u1="&#x4a0;" u2="&#x507;" k="41" />
+    <hkern u1="&#x4a0;" u2="&#x505;" k="41" />
+    <hkern u1="&#x4a0;" u2="&#x502;" k="41" />
+    <hkern u1="&#x4a0;" u2="&#x500;" k="41" />
+    <hkern u1="&#x4a0;" u2="&#x4f5;" k="41" />
+    <hkern u1="&#x4a0;" u2="&#x4f4;" k="41" />
+    <hkern u1="&#x4a0;" u2="&#x4ea;" k="41" />
+    <hkern u1="&#x4a0;" u2="&#x4e8;" k="41" />
+    <hkern u1="&#x4a0;" u2="&#x4e6;" k="41" />
+    <hkern u1="&#x4a0;" u2="&#x4cc;" k="41" />
+    <hkern u1="&#x4a0;" u2="&#x4cb;" k="41" />
+    <hkern u1="&#x4a0;" u2="&#x4be;" k="102" />
+    <hkern u1="&#x4a0;" u2="&#x4bc;" k="102" />
+    <hkern u1="&#x4a0;" u2="&#x4b9;" k="41" />
+    <hkern u1="&#x4a0;" u2="&#x4b8;" k="41" />
+    <hkern u1="&#x4a0;" u2="&#x4b7;" k="41" />
+    <hkern u1="&#x4a0;" u2="&#x4b6;" k="41" />
+    <hkern u1="&#x4a0;" u2="&#x4aa;" k="41" />
+    <hkern u1="&#x4a0;" u2="&#x4a8;" k="41" />
+    <hkern u1="&#x4a0;" u2="&#x480;" k="41" />
+    <hkern u1="&#x4a0;" u2="&#x47e;" k="41" />
+    <hkern u1="&#x4a0;" u2="&#x47c;" k="41" />
+    <hkern u1="&#x4a0;" u2="&#x47a;" k="41" />
+    <hkern u1="&#x4a0;" u2="&#x478;" k="41" />
+    <hkern u1="&#x4a0;" u2="&#x472;" k="41" />
+    <hkern u1="&#x4a0;" u2="&#x470;" k="41" />
+    <hkern u1="&#x4a0;" u2="&#x460;" k="41" />
+    <hkern u1="&#x4a0;" u2="&#x447;" k="41" />
+    <hkern u1="&#x4a0;" u2="&#x427;" k="41" />
+    <hkern u1="&#x4a0;" u2="&#x424;" k="41" />
+    <hkern u1="&#x4a0;" u2="&#x421;" k="41" />
+    <hkern u1="&#x4a0;" u2="&#x41e;" k="41" />
+    <hkern u1="&#x4a0;" u2="&#x404;" k="41" />
+    <hkern u1="&#x4a1;" u2="&#x511;" k="41" />
+    <hkern u1="&#x4a1;" u2="&#x50d;" k="41" />
+    <hkern u1="&#x4a1;" u2="&#x503;" k="41" />
+    <hkern u1="&#x4a1;" u2="&#x501;" k="41" />
+    <hkern u1="&#x4a1;" u2="&#x4f5;" k="41" />
+    <hkern u1="&#x4a1;" u2="&#x4eb;" k="41" />
+    <hkern u1="&#x4a1;" u2="&#x4e9;" k="41" />
+    <hkern u1="&#x4a1;" u2="&#x4e7;" k="41" />
+    <hkern u1="&#x4a1;" u2="&#x4d7;" k="41" />
+    <hkern u1="&#x4a1;" u2="&#x4cc;" k="41" />
+    <hkern u1="&#x4a1;" u2="&#x4bf;" k="41" />
+    <hkern u1="&#x4a1;" u2="&#x4bd;" k="41" />
+    <hkern u1="&#x4a1;" u2="&#x4b9;" k="41" />
+    <hkern u1="&#x4a1;" u2="&#x4b7;" k="41" />
+    <hkern u1="&#x4a1;" u2="&#x4ab;" k="41" />
+    <hkern u1="&#x4a1;" u2="&#x4a9;" k="41" />
+    <hkern u1="&#x4a1;" u2="&#x481;" k="41" />
+    <hkern u1="&#x4a1;" u2="&#x47d;" k="41" />
+    <hkern u1="&#x4a1;" u2="&#x47b;" k="41" />
+    <hkern u1="&#x4a1;" u2="&#x479;" k="41" />
+    <hkern u1="&#x4a1;" u2="&#x473;" k="41" />
+    <hkern u1="&#x4a1;" u2="&#x450;" k="41" />
+    <hkern u1="&#x4a1;" u2="&#x454;" k="41" />
+    <hkern u1="&#x4a1;" u2="&#x451;" k="41" />
+    <hkern u1="&#x4a1;" u2="&#x447;" k="41" />
+    <hkern u1="&#x4a1;" u2="&#x444;" k="41" />
+    <hkern u1="&#x4a1;" u2="&#x441;" k="41" />
+    <hkern u1="&#x4a1;" u2="&#x43e;" k="41" />
+    <hkern u1="&#x4a1;" u2="&#x435;" k="41" />
+    <hkern u1="&#x4a2;" u2="&#x507;" k="41" />
+    <hkern u1="&#x4a2;" u2="&#x505;" k="41" />
+    <hkern u1="&#x4a2;" u2="&#x4e1;" k="-41" />
+    <hkern u1="&#x4a2;" u2="&#x408;" k="-225" />
+    <hkern u1="&#x4a3;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x4a3;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x4a3;" u2="&#x27;" k="20" />
+    <hkern u1="&#x4a3;" u2="&#x22;" k="20" />
+    <hkern u1="&#x4a4;" u2="&#x513;" k="102" />
+    <hkern u1="&#x4a4;" u2="&#x512;" k="82" />
+    <hkern u1="&#x4a4;" u2="&#x511;" k="82" />
+    <hkern u1="&#x4a4;" u2="&#x50e;" k="-41" />
+    <hkern u1="&#x4a4;" u2="&#x50d;" k="82" />
+    <hkern u1="&#x4a4;" u2="&#x50c;" k="41" />
+    <hkern u1="&#x4a4;" u2="&#x50b;" k="61" />
+    <hkern u1="&#x4a4;" u2="&#x509;" k="102" />
+    <hkern u1="&#x4a4;" u2="&#x508;" k="82" />
+    <hkern u1="&#x4a4;" u2="&#x507;" k="41" />
+    <hkern u1="&#x4a4;" u2="&#x505;" k="41" />
+    <hkern u1="&#x4a4;" u2="&#x503;" k="82" />
+    <hkern u1="&#x4a4;" u2="&#x502;" k="102" />
+    <hkern u1="&#x4a4;" u2="&#x501;" k="82" />
+    <hkern u1="&#x4a4;" u2="&#x500;" k="102" />
+    <hkern u1="&#x4a4;" u2="&#x4ff;" k="41" />
+    <hkern u1="&#x4a4;" u2="&#x4fd;" k="41" />
+    <hkern u1="&#x4a4;" u2="&#x4f9;" k="61" />
+    <hkern u1="&#x4a4;" u2="&#x4f7;" k="61" />
+    <hkern u1="&#x4a4;" u2="&#x4f5;" k="102" />
+    <hkern u1="&#x4a4;" u2="&#x4ed;" k="41" />
+    <hkern u1="&#x4a4;" u2="&#x4eb;" k="82" />
+    <hkern u1="&#x4a4;" u2="&#x4ea;" k="41" />
+    <hkern u1="&#x4a4;" u2="&#x4e9;" k="82" />
+    <hkern u1="&#x4a4;" u2="&#x4e8;" k="41" />
+    <hkern u1="&#x4a4;" u2="&#x4e7;" k="82" />
+    <hkern u1="&#x4a4;" u2="&#x4e6;" k="41" />
+    <hkern u1="&#x4a4;" u2="&#x4e5;" k="61" />
+    <hkern u1="&#x4a4;" u2="&#x4e3;" k="61" />
+    <hkern u1="&#x4a4;" u2="&#x4df;" k="41" />
+    <hkern u1="&#x4a4;" u2="&#x4dd;" k="41" />
+    <hkern u1="&#x4a4;" u2="&#x4d7;" k="82" />
+    <hkern u1="&#x4a4;" u2="&#x4d4;" k="123" />
+    <hkern u1="&#x4a4;" u2="&#x4d2;" k="123" />
+    <hkern u1="&#x4a4;" u2="&#x4d0;" k="123" />
+    <hkern u1="&#x4a4;" u2="&#x4ce;" k="61" />
+    <hkern u1="&#x4a4;" u2="&#x4cc;" k="102" />
+    <hkern u1="&#x4a4;" u2="&#x4ca;" k="61" />
+    <hkern u1="&#x4a4;" u2="&#x4c8;" k="61" />
+    <hkern u1="&#x4a4;" u2="&#x4c6;" k="102" />
+    <hkern u1="&#x4a4;" u2="&#x4c5;" k="82" />
+    <hkern u1="&#x4a4;" u2="&#x4c4;" k="61" />
+    <hkern u1="&#x4a4;" u2="&#x4c2;" k="41" />
+    <hkern u1="&#x4a4;" u2="&#x4bf;" k="61" />
+    <hkern u1="&#x4a4;" u2="&#x4be;" k="41" />
+    <hkern u1="&#x4a4;" u2="&#x4bd;" k="61" />
+    <hkern u1="&#x4a4;" u2="&#x4bc;" k="41" />
+    <hkern u1="&#x4a4;" u2="&#x4bb;" k="61" />
+    <hkern u1="&#x4a4;" u2="&#x4b9;" k="102" />
+    <hkern u1="&#x4a4;" u2="&#x4b7;" k="102" />
+    <hkern u1="&#x4a4;" u2="&#x4b4;" k="-41" />
+    <hkern u1="&#x4a4;" u2="&#x4b3;" k="41" />
+    <hkern u1="&#x4a4;" u2="&#x4ac;" k="-41" />
+    <hkern u1="&#x4a4;" u2="&#x4ab;" k="82" />
+    <hkern u1="&#x4a4;" u2="&#x4aa;" k="41" />
+    <hkern u1="&#x4a4;" u2="&#x4a9;" k="82" />
+    <hkern u1="&#x4a4;" u2="&#x4a8;" k="41" />
+    <hkern u1="&#x4a4;" u2="&#x4a7;" k="61" />
+    <hkern u1="&#x4a4;" u2="&#x4a5;" k="61" />
+    <hkern u1="&#x4a4;" u2="&#x4a3;" k="61" />
+    <hkern u1="&#x4a4;" u2="&#x4a0;" k="-41" />
+    <hkern u1="&#x4a4;" u2="&#x49f;" k="-41" />
+    <hkern u1="&#x4a4;" u2="&#x49d;" k="61" />
+    <hkern u1="&#x4a4;" u2="&#x49b;" k="61" />
+    <hkern u1="&#x4a4;" u2="&#x499;" k="41" />
+    <hkern u1="&#x4a4;" u2="&#x497;" k="41" />
+    <hkern u1="&#x4a4;" u2="&#x495;" k="61" />
+    <hkern u1="&#x4a4;" u2="&#x48f;" k="61" />
+    <hkern u1="&#x4a4;" u2="&#x48d;" k="-41" />
+    <hkern u1="&#x4a4;" u2="&#x48b;" k="61" />
+    <hkern u1="&#x4a4;" u2="&#x481;" k="82" />
+    <hkern u1="&#x4a4;" u2="&#x480;" k="41" />
+    <hkern u1="&#x4a4;" u2="&#x47e;" k="41" />
+    <hkern u1="&#x4a4;" u2="&#x47d;" k="82" />
+    <hkern u1="&#x4a4;" u2="&#x47c;" k="41" />
+    <hkern u1="&#x4a4;" u2="&#x47b;" k="82" />
+    <hkern u1="&#x4a4;" u2="&#x47a;" k="41" />
+    <hkern u1="&#x4a4;" u2="&#x479;" k="82" />
+    <hkern u1="&#x4a4;" u2="&#x478;" k="41" />
+    <hkern u1="&#x4a4;" u2="&#x473;" k="82" />
+    <hkern u1="&#x4a4;" u2="&#x472;" k="41" />
+    <hkern u1="&#x4a4;" u2="&#x471;" k="61" />
+    <hkern u1="&#x4a4;" u2="&#x46d;" k="61" />
+    <hkern u1="&#x4a4;" u2="&#x46b;" k="41" />
+    <hkern u1="&#x4a4;" u2="&#x469;" k="61" />
+    <hkern u1="&#x4a4;" u2="&#x467;" k="102" />
+    <hkern u1="&#x4a4;" u2="&#x466;" k="123" />
+    <hkern u1="&#x4a4;" u2="&#x465;" k="61" />
+    <hkern u1="&#x4a4;" u2="&#x460;" k="41" />
+    <hkern u1="&#x4a4;" u2="&#x45d;" k="61" />
+    <hkern u1="&#x4a4;" u2="&#x450;" k="82" />
+    <hkern u1="&#x4a4;" u2="&#x201e;" k="102" />
+    <hkern u1="&#x4a4;" u2="&#x201a;" k="102" />
+    <hkern u1="&#x4a4;" u2="&#x2015;" k="41" />
+    <hkern u1="&#x4a4;" u2="&#x2014;" k="41" />
+    <hkern u1="&#x4a4;" u2="&#x2013;" k="41" />
+    <hkern u1="&#x4a4;" u2="&#x491;" k="61" />
+    <hkern u1="&#x4a4;" u2="&#x45f;" k="61" />
+    <hkern u1="&#x4a4;" u2="&#x45c;" k="61" />
+    <hkern u1="&#x4a4;" u2="&#x45b;" k="-41" />
+    <hkern u1="&#x4a4;" u2="&#x45a;" k="61" />
+    <hkern u1="&#x4a4;" u2="&#x459;" k="102" />
+    <hkern u1="&#x4a4;" u2="&#x455;" k="61" />
+    <hkern u1="&#x4a4;" u2="&#x454;" k="82" />
+    <hkern u1="&#x4a4;" u2="&#x453;" k="61" />
+    <hkern u1="&#x4a4;" u2="&#x452;" k="-41" />
+    <hkern u1="&#x4a4;" u2="&#x451;" k="82" />
+    <hkern u1="&#x4a4;" u2="&#x44e;" k="61" />
+    <hkern u1="&#x4a4;" u2="&#x44d;" k="41" />
+    <hkern u1="&#x4a4;" u2="&#x44c;" k="61" />
+    <hkern u1="&#x4a4;" u2="&#x44b;" k="61" />
+    <hkern u1="&#x4a4;" u2="&#x449;" k="61" />
+    <hkern u1="&#x4a4;" u2="&#x448;" k="61" />
+    <hkern u1="&#x4a4;" u2="&#x447;" k="102" />
+    <hkern u1="&#x4a4;" u2="&#x446;" k="61" />
+    <hkern u1="&#x4a4;" u2="&#x445;" k="41" />
+    <hkern u1="&#x4a4;" u2="&#x444;" k="82" />
+    <hkern u1="&#x4a4;" u2="&#x441;" k="82" />
+    <hkern u1="&#x4a4;" u2="&#x440;" k="61" />
+    <hkern u1="&#x4a4;" u2="&#x43f;" k="61" />
+    <hkern u1="&#x4a4;" u2="&#x43e;" k="82" />
+    <hkern u1="&#x4a4;" u2="&#x43d;" k="61" />
+    <hkern u1="&#x4a4;" u2="&#x43c;" k="61" />
+    <hkern u1="&#x4a4;" u2="&#x43b;" k="102" />
+    <hkern u1="&#x4a4;" u2="&#x43a;" k="61" />
+    <hkern u1="&#x4a4;" u2="&#x439;" k="61" />
+    <hkern u1="&#x4a4;" u2="&#x438;" k="61" />
+    <hkern u1="&#x4a4;" u2="&#x437;" k="41" />
+    <hkern u1="&#x4a4;" u2="&#x436;" k="41" />
+    <hkern u1="&#x4a4;" u2="&#x435;" k="82" />
+    <hkern u1="&#x4a4;" u2="&#x434;" k="102" />
+    <hkern u1="&#x4a4;" u2="&#x433;" k="61" />
+    <hkern u1="&#x4a4;" u2="&#x432;" k="61" />
+    <hkern u1="&#x4a4;" u2="&#x42a;" k="-41" />
+    <hkern u1="&#x4a4;" u2="&#x424;" k="61" />
+    <hkern u1="&#x4a4;" u2="&#x422;" k="-41" />
+    <hkern u1="&#x4a4;" u2="&#x421;" k="41" />
+    <hkern u1="&#x4a4;" u2="&#x41e;" k="41" />
+    <hkern u1="&#x4a4;" u2="&#x41b;" k="82" />
+    <hkern u1="&#x4a4;" u2="&#x414;" k="82" />
+    <hkern u1="&#x4a4;" u2="&#x410;" k="123" />
+    <hkern u1="&#x4a4;" u2="&#x40b;" k="-41" />
+    <hkern u1="&#x4a4;" u2="&#x409;" k="82" />
+    <hkern u1="&#x4a4;" u2="&#x404;" k="41" />
+    <hkern u1="&#x4a4;" u2="&#x402;" k="-41" />
+    <hkern u1="&#x4a4;" u2="&#x2e;" k="102" />
+    <hkern u1="&#x4a4;" u2="&#x2d;" k="41" />
+    <hkern u1="&#x4a4;" u2="&#x2c;" k="102" />
+    <hkern u1="&#x4a5;" u2="&#x513;" k="61" />
+    <hkern u1="&#x4a5;" u2="&#x511;" k="20" />
+    <hkern u1="&#x4a5;" u2="&#x50d;" k="20" />
+    <hkern u1="&#x4a5;" u2="&#x509;" k="61" />
+    <hkern u1="&#x4a5;" u2="&#x503;" k="20" />
+    <hkern u1="&#x4a5;" u2="&#x501;" k="20" />
+    <hkern u1="&#x4a5;" u2="&#x4eb;" k="20" />
+    <hkern u1="&#x4a5;" u2="&#x4e9;" k="20" />
+    <hkern u1="&#x4a5;" u2="&#x4e7;" k="20" />
+    <hkern u1="&#x4a5;" u2="&#x4d7;" k="20" />
+    <hkern u1="&#x4a5;" u2="&#x4c6;" k="61" />
+    <hkern u1="&#x4a5;" u2="&#x4ab;" k="20" />
+    <hkern u1="&#x4a5;" u2="&#x4a9;" k="20" />
+    <hkern u1="&#x4a5;" u2="&#x481;" k="20" />
+    <hkern u1="&#x4a5;" u2="&#x47d;" k="20" />
+    <hkern u1="&#x4a5;" u2="&#x47b;" k="20" />
+    <hkern u1="&#x4a5;" u2="&#x479;" k="20" />
+    <hkern u1="&#x4a5;" u2="&#x473;" k="20" />
+    <hkern u1="&#x4a5;" u2="&#x467;" k="61" />
+    <hkern u1="&#x4a5;" u2="&#x450;" k="20" />
+    <hkern u1="&#x4a5;" u2="&#x201e;" k="102" />
+    <hkern u1="&#x4a5;" u2="&#x201a;" k="102" />
+    <hkern u1="&#x4a5;" u2="&#x2015;" k="41" />
+    <hkern u1="&#x4a5;" u2="&#x2014;" k="41" />
+    <hkern u1="&#x4a5;" u2="&#x2013;" k="41" />
+    <hkern u1="&#x4a5;" u2="&#x459;" k="61" />
+    <hkern u1="&#x4a5;" u2="&#x454;" k="20" />
+    <hkern u1="&#x4a5;" u2="&#x451;" k="20" />
+    <hkern u1="&#x4a5;" u2="&#x444;" k="20" />
+    <hkern u1="&#x4a5;" u2="&#x441;" k="20" />
+    <hkern u1="&#x4a5;" u2="&#x43e;" k="20" />
+    <hkern u1="&#x4a5;" u2="&#x43b;" k="61" />
+    <hkern u1="&#x4a5;" u2="&#x435;" k="20" />
+    <hkern u1="&#x4a5;" u2="&#x434;" k="61" />
+    <hkern u1="&#x4a5;" u2="&#x2e;" k="102" />
+    <hkern u1="&#x4a5;" u2="&#x2d;" k="41" />
+    <hkern u1="&#x4a5;" u2="&#x2c;" k="102" />
+    <hkern u1="&#x4a6;" u2="&#x50f;" k="82" />
+    <hkern u1="&#x4a6;" u2="&#x50e;" k="102" />
+    <hkern u1="&#x4a6;" u2="&#x507;" k="82" />
+    <hkern u1="&#x4a6;" u2="&#x506;" k="184" />
+    <hkern u1="&#x4a6;" u2="&#x505;" k="82" />
+    <hkern u1="&#x4a6;" u2="&#x504;" k="184" />
+    <hkern u1="&#x4a6;" u2="&#x4f5;" k="41" />
+    <hkern u1="&#x4a6;" u2="&#x4f4;" k="123" />
+    <hkern u1="&#x4a6;" u2="&#x4cc;" k="41" />
+    <hkern u1="&#x4a6;" u2="&#x4cb;" k="123" />
+    <hkern u1="&#x4a6;" u2="&#x4bf;" k="41" />
+    <hkern u1="&#x4a6;" u2="&#x4be;" k="61" />
+    <hkern u1="&#x4a6;" u2="&#x4bd;" k="41" />
+    <hkern u1="&#x4a6;" u2="&#x4bc;" k="61" />
+    <hkern u1="&#x4a6;" u2="&#x4b9;" k="41" />
+    <hkern u1="&#x4a6;" u2="&#x4b8;" k="123" />
+    <hkern u1="&#x4a6;" u2="&#x4b7;" k="41" />
+    <hkern u1="&#x4a6;" u2="&#x4b6;" k="123" />
+    <hkern u1="&#x4a6;" u2="&#x4b5;" k="82" />
+    <hkern u1="&#x4a6;" u2="&#x4b4;" k="102" />
+    <hkern u1="&#x4a6;" u2="&#x4b0;" k="102" />
+    <hkern u1="&#x4a6;" u2="&#x4ae;" k="102" />
+    <hkern u1="&#x4a6;" u2="&#x4ad;" k="82" />
+    <hkern u1="&#x4a6;" u2="&#x4ac;" k="184" />
+    <hkern u1="&#x4a6;" u2="&#x4a1;" k="82" />
+    <hkern u1="&#x4a6;" u2="&#x4a0;" k="102" />
+    <hkern u1="&#x4a6;" u2="&#x476;" k="143" />
+    <hkern u1="&#x4a6;" u2="&#x474;" k="143" />
+    <hkern u1="&#x4a6;" u2="&#x470;" k="123" />
+    <hkern u1="&#x4a6;" u2="&#x201d;" k="164" />
+    <hkern u1="&#x4a6;" u2="&#x2019;" k="164" />
+    <hkern u1="&#x4a6;" u2="&#x44a;" k="82" />
+    <hkern u1="&#x4a6;" u2="&#x447;" k="41" />
+    <hkern u1="&#x4a6;" u2="&#x442;" k="82" />
+    <hkern u1="&#x4a6;" u2="&#x42a;" k="102" />
+    <hkern u1="&#x4a6;" u2="&#x427;" k="123" />
+    <hkern u1="&#x4a6;" u2="&#x422;" k="184" />
+    <hkern u1="&#x4a6;" u2="&#x40b;" k="102" />
+    <hkern u1="&#x4a6;" u2="&#x408;" k="-102" />
+    <hkern u1="&#x4a6;" u2="&#x402;" k="102" />
+    <hkern u1="&#x4a6;" u2="&#x27;" k="164" />
+    <hkern u1="&#x4a6;" u2="&#x22;" k="164" />
+    <hkern u1="&#x4a7;" u2="&#x50f;" k="102" />
+    <hkern u1="&#x4a7;" u2="&#x507;" k="143" />
+    <hkern u1="&#x4a7;" u2="&#x505;" k="143" />
+    <hkern u1="&#x4a7;" u2="&#x4f5;" k="41" />
+    <hkern u1="&#x4a7;" u2="&#x4cc;" k="41" />
+    <hkern u1="&#x4a7;" u2="&#x4bf;" k="41" />
+    <hkern u1="&#x4a7;" u2="&#x4bd;" k="41" />
+    <hkern u1="&#x4a7;" u2="&#x4b9;" k="41" />
+    <hkern u1="&#x4a7;" u2="&#x4b7;" k="41" />
+    <hkern u1="&#x4a7;" u2="&#x4b5;" k="102" />
+    <hkern u1="&#x4a7;" u2="&#x4b1;" k="41" />
+    <hkern u1="&#x4a7;" u2="&#x4af;" k="41" />
+    <hkern u1="&#x4a7;" u2="&#x4ad;" k="102" />
+    <hkern u1="&#x4a7;" u2="&#x4a1;" k="102" />
+    <hkern u1="&#x4a7;" u2="&#x47f;" k="41" />
+    <hkern u1="&#x4a7;" u2="&#x477;" k="41" />
+    <hkern u1="&#x4a7;" u2="&#x475;" k="41" />
+    <hkern u1="&#x4a7;" u2="&#x461;" k="41" />
+    <hkern u1="&#x4a7;" u2="&#x201d;" k="143" />
+    <hkern u1="&#x4a7;" u2="&#x2019;" k="143" />
+    <hkern u1="&#x4a7;" u2="&#x44a;" k="102" />
+    <hkern u1="&#x4a7;" u2="&#x447;" k="41" />
+    <hkern u1="&#x4a7;" u2="&#x442;" k="102" />
+    <hkern u1="&#x4a7;" u2="&#x27;" k="143" />
+    <hkern u1="&#x4a7;" u2="&#x22;" k="143" />
+    <hkern u1="&#x4a8;" u2="&#x50e;" k="41" />
+    <hkern u1="&#x4a8;" u2="&#x506;" k="41" />
+    <hkern u1="&#x4a8;" u2="&#x504;" k="41" />
+    <hkern u1="&#x4a8;" u2="&#x4b4;" k="41" />
+    <hkern u1="&#x4a8;" u2="&#x4b0;" k="20" />
+    <hkern u1="&#x4a8;" u2="&#x4ae;" k="20" />
+    <hkern u1="&#x4a8;" u2="&#x4ac;" k="61" />
+    <hkern u1="&#x4a8;" u2="&#x4a0;" k="41" />
+    <hkern u1="&#x4a8;" u2="&#x476;" k="20" />
+    <hkern u1="&#x4a8;" u2="&#x474;" k="20" />
+    <hkern u1="&#x4a8;" u2="&#x42a;" k="41" />
+    <hkern u1="&#x4a8;" u2="&#x422;" k="61" />
+    <hkern u1="&#x4a8;" u2="&#x40b;" k="41" />
+    <hkern u1="&#x4a8;" u2="&#x402;" k="41" />
+    <hkern u1="&#x4a9;" u2="&#x50f;" k="20" />
+    <hkern u1="&#x4a9;" u2="&#x507;" k="20" />
+    <hkern u1="&#x4a9;" u2="&#x505;" k="20" />
+    <hkern u1="&#x4a9;" u2="&#x4ff;" k="41" />
+    <hkern u1="&#x4a9;" u2="&#x4fd;" k="41" />
+    <hkern u1="&#x4a9;" u2="&#x4f5;" k="20" />
+    <hkern u1="&#x4a9;" u2="&#x4f3;" k="20" />
+    <hkern u1="&#x4a9;" u2="&#x4f1;" k="20" />
+    <hkern u1="&#x4a9;" u2="&#x4ef;" k="20" />
+    <hkern u1="&#x4a9;" u2="&#x4dd;" k="41" />
+    <hkern u1="&#x4a9;" u2="&#x4cc;" k="20" />
+    <hkern u1="&#x4a9;" u2="&#x4c2;" k="41" />
+    <hkern u1="&#x4a9;" u2="&#x4b9;" k="20" />
+    <hkern u1="&#x4a9;" u2="&#x4b7;" k="20" />
+    <hkern u1="&#x4a9;" u2="&#x4b5;" k="20" />
+    <hkern u1="&#x4a9;" u2="&#x4b3;" k="41" />
+    <hkern u1="&#x4a9;" u2="&#x4ad;" k="20" />
+    <hkern u1="&#x4a9;" u2="&#x4a1;" k="20" />
+    <hkern u1="&#x4a9;" u2="&#x497;" k="41" />
+    <hkern u1="&#x4a9;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x4a9;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x4a9;" u2="&#x45e;" k="20" />
+    <hkern u1="&#x4a9;" u2="&#x44a;" k="20" />
+    <hkern u1="&#x4a9;" u2="&#x447;" k="20" />
+    <hkern u1="&#x4a9;" u2="&#x445;" k="41" />
+    <hkern u1="&#x4a9;" u2="&#x443;" k="20" />
+    <hkern u1="&#x4a9;" u2="&#x442;" k="20" />
+    <hkern u1="&#x4a9;" u2="&#x436;" k="41" />
+    <hkern u1="&#x4a9;" u2="&#x27;" k="20" />
+    <hkern u1="&#x4a9;" u2="&#x22;" k="20" />
+    <hkern u1="&#x4aa;" u2="&#x50c;" k="41" />
+    <hkern u1="&#x4aa;" u2="&#x507;" k="41" />
+    <hkern u1="&#x4aa;" u2="&#x505;" k="41" />
+    <hkern u1="&#x4aa;" u2="&#x502;" k="41" />
+    <hkern u1="&#x4aa;" u2="&#x500;" k="41" />
+    <hkern u1="&#x4aa;" u2="&#x4f5;" k="41" />
+    <hkern u1="&#x4aa;" u2="&#x4ea;" k="41" />
+    <hkern u1="&#x4aa;" u2="&#x4e8;" k="41" />
+    <hkern u1="&#x4aa;" u2="&#x4e6;" k="41" />
+    <hkern u1="&#x4aa;" u2="&#x4cc;" k="41" />
+    <hkern u1="&#x4aa;" u2="&#x4be;" k="41" />
+    <hkern u1="&#x4aa;" u2="&#x4bc;" k="41" />
+    <hkern u1="&#x4aa;" u2="&#x4b9;" k="41" />
+    <hkern u1="&#x4aa;" u2="&#x4b7;" k="41" />
+    <hkern u1="&#x4aa;" u2="&#x4aa;" k="41" />
+    <hkern u1="&#x4aa;" u2="&#x4a8;" k="41" />
+    <hkern u1="&#x4aa;" u2="&#x480;" k="41" />
+    <hkern u1="&#x4aa;" u2="&#x47e;" k="41" />
+    <hkern u1="&#x4aa;" u2="&#x47c;" k="41" />
+    <hkern u1="&#x4aa;" u2="&#x47a;" k="41" />
+    <hkern u1="&#x4aa;" u2="&#x478;" k="41" />
+    <hkern u1="&#x4aa;" u2="&#x472;" k="41" />
+    <hkern u1="&#x4aa;" u2="&#x460;" k="41" />
+    <hkern u1="&#x4aa;" u2="&#x447;" k="41" />
+    <hkern u1="&#x4aa;" u2="&#x424;" k="41" />
+    <hkern u1="&#x4aa;" u2="&#x421;" k="41" />
+    <hkern u1="&#x4aa;" u2="&#x41e;" k="41" />
+    <hkern u1="&#x4aa;" u2="&#x404;" k="41" />
+    <hkern u1="&#x4ac;" u2="&#x513;" k="123" />
+    <hkern u1="&#x4ac;" u2="&#x512;" k="102" />
+    <hkern u1="&#x4ac;" u2="&#x511;" k="143" />
+    <hkern u1="&#x4ac;" u2="&#x50f;" k="82" />
+    <hkern u1="&#x4ac;" u2="&#x50d;" k="143" />
+    <hkern u1="&#x4ac;" u2="&#x50c;" k="41" />
+    <hkern u1="&#x4ac;" u2="&#x50b;" k="102" />
+    <hkern u1="&#x4ac;" u2="&#x509;" k="123" />
+    <hkern u1="&#x4ac;" u2="&#x508;" k="102" />
+    <hkern u1="&#x4ac;" u2="&#x507;" k="102" />
+    <hkern u1="&#x4ac;" u2="&#x505;" k="102" />
+    <hkern u1="&#x4ac;" u2="&#x503;" k="143" />
+    <hkern u1="&#x4ac;" u2="&#x502;" k="143" />
+    <hkern u1="&#x4ac;" u2="&#x501;" k="143" />
+    <hkern u1="&#x4ac;" u2="&#x500;" k="143" />
+    <hkern u1="&#x4ac;" u2="&#x4ff;" k="41" />
+    <hkern u1="&#x4ac;" u2="&#x4fd;" k="41" />
+    <hkern u1="&#x4ac;" u2="&#x4f9;" k="102" />
+    <hkern u1="&#x4ac;" u2="&#x4f7;" k="102" />
+    <hkern u1="&#x4ac;" u2="&#x4f5;" k="102" />
+    <hkern u1="&#x4ac;" u2="&#x4f3;" k="82" />
+    <hkern u1="&#x4ac;" u2="&#x4f1;" k="82" />
+    <hkern u1="&#x4ac;" u2="&#x4ef;" k="82" />
+    <hkern u1="&#x4ac;" u2="&#x4ed;" k="41" />
+    <hkern u1="&#x4ac;" u2="&#x4eb;" k="143" />
+    <hkern u1="&#x4ac;" u2="&#x4ea;" k="41" />
+    <hkern u1="&#x4ac;" u2="&#x4e9;" k="143" />
+    <hkern u1="&#x4ac;" u2="&#x4e8;" k="41" />
+    <hkern u1="&#x4ac;" u2="&#x4e7;" k="143" />
+    <hkern u1="&#x4ac;" u2="&#x4e6;" k="41" />
+    <hkern u1="&#x4ac;" u2="&#x4e5;" k="102" />
+    <hkern u1="&#x4ac;" u2="&#x4e3;" k="102" />
+    <hkern u1="&#x4ac;" u2="&#x4e1;" k="61" />
+    <hkern u1="&#x4ac;" u2="&#x4df;" k="41" />
+    <hkern u1="&#x4ac;" u2="&#x4dd;" k="41" />
+    <hkern u1="&#x4ac;" u2="&#x4d7;" k="143" />
+    <hkern u1="&#x4ac;" u2="&#x4d4;" k="143" />
+    <hkern u1="&#x4ac;" u2="&#x4d2;" k="143" />
+    <hkern u1="&#x4ac;" u2="&#x4d0;" k="143" />
+    <hkern u1="&#x4ac;" u2="&#x4ce;" k="102" />
+    <hkern u1="&#x4ac;" u2="&#x4cc;" k="102" />
+    <hkern u1="&#x4ac;" u2="&#x4ca;" k="102" />
+    <hkern u1="&#x4ac;" u2="&#x4c8;" k="102" />
+    <hkern u1="&#x4ac;" u2="&#x4c6;" k="123" />
+    <hkern u1="&#x4ac;" u2="&#x4c5;" k="102" />
+    <hkern u1="&#x4ac;" u2="&#x4c4;" k="102" />
+    <hkern u1="&#x4ac;" u2="&#x4c2;" k="41" />
+    <hkern u1="&#x4ac;" u2="&#x4bf;" k="143" />
+    <hkern u1="&#x4ac;" u2="&#x4be;" k="102" />
+    <hkern u1="&#x4ac;" u2="&#x4bd;" k="143" />
+    <hkern u1="&#x4ac;" u2="&#x4bc;" k="102" />
+    <hkern u1="&#x4ac;" u2="&#x4bb;" k="102" />
+    <hkern u1="&#x4ac;" u2="&#x4b9;" k="102" />
+    <hkern u1="&#x4ac;" u2="&#x4b7;" k="102" />
+    <hkern u1="&#x4ac;" u2="&#x4b5;" k="82" />
+    <hkern u1="&#x4ac;" u2="&#x4b3;" k="41" />
+    <hkern u1="&#x4ac;" u2="&#x4b1;" k="82" />
+    <hkern u1="&#x4ac;" u2="&#x4af;" k="82" />
+    <hkern u1="&#x4ac;" u2="&#x4ad;" k="82" />
+    <hkern u1="&#x4ac;" u2="&#x4ac;" k="-41" />
+    <hkern u1="&#x4ac;" u2="&#x4ab;" k="143" />
+    <hkern u1="&#x4ac;" u2="&#x4aa;" k="41" />
+    <hkern u1="&#x4ac;" u2="&#x4a9;" k="143" />
+    <hkern u1="&#x4ac;" u2="&#x4a8;" k="41" />
+    <hkern u1="&#x4ac;" u2="&#x4a7;" k="102" />
+    <hkern u1="&#x4ac;" u2="&#x4a5;" k="102" />
+    <hkern u1="&#x4ac;" u2="&#x4a3;" k="102" />
+    <hkern u1="&#x4ac;" u2="&#x4a1;" k="82" />
+    <hkern u1="&#x4ac;" u2="&#x49d;" k="102" />
+    <hkern u1="&#x4ac;" u2="&#x49b;" k="102" />
+    <hkern u1="&#x4ac;" u2="&#x499;" k="41" />
+    <hkern u1="&#x4ac;" u2="&#x497;" k="41" />
+    <hkern u1="&#x4ac;" u2="&#x495;" k="102" />
+    <hkern u1="&#x4ac;" u2="&#x48f;" k="102" />
+    <hkern u1="&#x4ac;" u2="&#x48b;" k="102" />
+    <hkern u1="&#x4ac;" u2="&#x481;" k="143" />
+    <hkern u1="&#x4ac;" u2="&#x480;" k="41" />
+    <hkern u1="&#x4ac;" u2="&#x47f;" k="41" />
+    <hkern u1="&#x4ac;" u2="&#x47e;" k="41" />
+    <hkern u1="&#x4ac;" u2="&#x47d;" k="143" />
+    <hkern u1="&#x4ac;" u2="&#x47c;" k="41" />
+    <hkern u1="&#x4ac;" u2="&#x47b;" k="143" />
+    <hkern u1="&#x4ac;" u2="&#x47a;" k="41" />
+    <hkern u1="&#x4ac;" u2="&#x479;" k="143" />
+    <hkern u1="&#x4ac;" u2="&#x478;" k="41" />
+    <hkern u1="&#x4ac;" u2="&#x477;" k="41" />
+    <hkern u1="&#x4ac;" u2="&#x475;" k="41" />
+    <hkern u1="&#x4ac;" u2="&#x473;" k="143" />
+    <hkern u1="&#x4ac;" u2="&#x472;" k="41" />
+    <hkern u1="&#x4ac;" u2="&#x471;" k="102" />
+    <hkern u1="&#x4ac;" u2="&#x46d;" k="102" />
+    <hkern u1="&#x4ac;" u2="&#x46b;" k="102" />
+    <hkern u1="&#x4ac;" u2="&#x469;" k="102" />
+    <hkern u1="&#x4ac;" u2="&#x467;" k="123" />
+    <hkern u1="&#x4ac;" u2="&#x466;" k="143" />
+    <hkern u1="&#x4ac;" u2="&#x465;" k="102" />
+    <hkern u1="&#x4ac;" u2="&#x461;" k="41" />
+    <hkern u1="&#x4ac;" u2="&#x460;" k="41" />
+    <hkern u1="&#x4ac;" u2="&#x45d;" k="102" />
+    <hkern u1="&#x4ac;" u2="&#x450;" k="143" />
+    <hkern u1="&#x4ac;" u2="&#x201e;" k="123" />
+    <hkern u1="&#x4ac;" u2="&#x201a;" k="123" />
+    <hkern u1="&#x4ac;" u2="&#x2015;" k="82" />
+    <hkern u1="&#x4ac;" u2="&#x2014;" k="82" />
+    <hkern u1="&#x4ac;" u2="&#x2013;" k="82" />
+    <hkern u1="&#x4ac;" u2="&#x491;" k="102" />
+    <hkern u1="&#x4ac;" u2="&#x45f;" k="102" />
+    <hkern u1="&#x4ac;" u2="&#x45e;" k="82" />
+    <hkern u1="&#x4ac;" u2="&#x45c;" k="102" />
+    <hkern u1="&#x4ac;" u2="&#x45a;" k="102" />
+    <hkern u1="&#x4ac;" u2="&#x459;" k="123" />
+    <hkern u1="&#x4ac;" u2="&#x455;" k="123" />
+    <hkern u1="&#x4ac;" u2="&#x454;" k="143" />
+    <hkern u1="&#x4ac;" u2="&#x453;" k="102" />
+    <hkern u1="&#x4ac;" u2="&#x451;" k="143" />
+    <hkern u1="&#x4ac;" u2="&#x44f;" k="61" />
+    <hkern u1="&#x4ac;" u2="&#x44e;" k="102" />
+    <hkern u1="&#x4ac;" u2="&#x44d;" k="41" />
+    <hkern u1="&#x4ac;" u2="&#x44c;" k="102" />
+    <hkern u1="&#x4ac;" u2="&#x44b;" k="102" />
+    <hkern u1="&#x4ac;" u2="&#x44a;" k="82" />
+    <hkern u1="&#x4ac;" u2="&#x449;" k="102" />
+    <hkern u1="&#x4ac;" u2="&#x448;" k="102" />
+    <hkern u1="&#x4ac;" u2="&#x447;" k="102" />
+    <hkern u1="&#x4ac;" u2="&#x446;" k="102" />
+    <hkern u1="&#x4ac;" u2="&#x445;" k="41" />
+    <hkern u1="&#x4ac;" u2="&#x444;" k="143" />
+    <hkern u1="&#x4ac;" u2="&#x443;" k="82" />
+    <hkern u1="&#x4ac;" u2="&#x442;" k="82" />
+    <hkern u1="&#x4ac;" u2="&#x441;" k="143" />
+    <hkern u1="&#x4ac;" u2="&#x440;" k="102" />
+    <hkern u1="&#x4ac;" u2="&#x43f;" k="102" />
+    <hkern u1="&#x4ac;" u2="&#x43e;" k="143" />
+    <hkern u1="&#x4ac;" u2="&#x43d;" k="102" />
+    <hkern u1="&#x4ac;" u2="&#x43c;" k="102" />
+    <hkern u1="&#x4ac;" u2="&#x43b;" k="123" />
+    <hkern u1="&#x4ac;" u2="&#x43a;" k="102" />
+    <hkern u1="&#x4ac;" u2="&#x439;" k="102" />
+    <hkern u1="&#x4ac;" u2="&#x438;" k="102" />
+    <hkern u1="&#x4ac;" u2="&#x437;" k="41" />
+    <hkern u1="&#x4ac;" u2="&#x436;" k="41" />
+    <hkern u1="&#x4ac;" u2="&#x435;" k="143" />
+    <hkern u1="&#x4ac;" u2="&#x434;" k="123" />
+    <hkern u1="&#x4ac;" u2="&#x433;" k="102" />
+    <hkern u1="&#x4ac;" u2="&#x432;" k="102" />
+    <hkern u1="&#x4ac;" u2="&#x424;" k="82" />
+    <hkern u1="&#x4ac;" u2="&#x422;" k="-41" />
+    <hkern u1="&#x4ac;" u2="&#x421;" k="41" />
+    <hkern u1="&#x4ac;" u2="&#x41e;" k="41" />
+    <hkern u1="&#x4ac;" u2="&#x41b;" k="102" />
+    <hkern u1="&#x4ac;" u2="&#x414;" k="102" />
+    <hkern u1="&#x4ac;" u2="&#x410;" k="143" />
+    <hkern u1="&#x4ac;" u2="&#x409;" k="102" />
+    <hkern u1="&#x4ac;" u2="&#x404;" k="41" />
+    <hkern u1="&#x4ac;" u2="&#x2e;" k="123" />
+    <hkern u1="&#x4ac;" u2="&#x2d;" k="82" />
+    <hkern u1="&#x4ac;" u2="&#x2c;" k="123" />
+    <hkern u1="&#x4ad;" u2="&#x513;" k="61" />
+    <hkern u1="&#x4ad;" u2="&#x511;" k="20" />
+    <hkern u1="&#x4ad;" u2="&#x50d;" k="20" />
+    <hkern u1="&#x4ad;" u2="&#x509;" k="61" />
+    <hkern u1="&#x4ad;" u2="&#x503;" k="20" />
+    <hkern u1="&#x4ad;" u2="&#x501;" k="20" />
+    <hkern u1="&#x4ad;" u2="&#x4eb;" k="20" />
+    <hkern u1="&#x4ad;" u2="&#x4e9;" k="20" />
+    <hkern u1="&#x4ad;" u2="&#x4e7;" k="20" />
+    <hkern u1="&#x4ad;" u2="&#x4d7;" k="20" />
+    <hkern u1="&#x4ad;" u2="&#x4c6;" k="61" />
+    <hkern u1="&#x4ad;" u2="&#x4ab;" k="20" />
+    <hkern u1="&#x4ad;" u2="&#x4a9;" k="20" />
+    <hkern u1="&#x4ad;" u2="&#x481;" k="20" />
+    <hkern u1="&#x4ad;" u2="&#x47d;" k="20" />
+    <hkern u1="&#x4ad;" u2="&#x47b;" k="20" />
+    <hkern u1="&#x4ad;" u2="&#x479;" k="20" />
+    <hkern u1="&#x4ad;" u2="&#x473;" k="20" />
+    <hkern u1="&#x4ad;" u2="&#x467;" k="61" />
+    <hkern u1="&#x4ad;" u2="&#x450;" k="20" />
+    <hkern u1="&#x4ad;" u2="&#x201e;" k="102" />
+    <hkern u1="&#x4ad;" u2="&#x201a;" k="102" />
+    <hkern u1="&#x4ad;" u2="&#x2015;" k="41" />
+    <hkern u1="&#x4ad;" u2="&#x2014;" k="41" />
+    <hkern u1="&#x4ad;" u2="&#x2013;" k="41" />
+    <hkern u1="&#x4ad;" u2="&#x459;" k="61" />
+    <hkern u1="&#x4ad;" u2="&#x454;" k="20" />
+    <hkern u1="&#x4ad;" u2="&#x451;" k="20" />
+    <hkern u1="&#x4ad;" u2="&#x444;" k="20" />
+    <hkern u1="&#x4ad;" u2="&#x441;" k="20" />
+    <hkern u1="&#x4ad;" u2="&#x43e;" k="20" />
+    <hkern u1="&#x4ad;" u2="&#x43b;" k="61" />
+    <hkern u1="&#x4ad;" u2="&#x435;" k="20" />
+    <hkern u1="&#x4ad;" u2="&#x434;" k="61" />
+    <hkern u1="&#x4ad;" u2="&#x2e;" k="102" />
+    <hkern u1="&#x4ad;" u2="&#x2d;" k="41" />
+    <hkern u1="&#x4ad;" u2="&#x2c;" k="102" />
+    <hkern u1="&#x4ae;" u2="&#x513;" k="102" />
+    <hkern u1="&#x4ae;" u2="&#x512;" k="82" />
+    <hkern u1="&#x4ae;" u2="&#x511;" k="102" />
+    <hkern u1="&#x4ae;" u2="&#x510;" k="20" />
+    <hkern u1="&#x4ae;" u2="&#x50d;" k="102" />
+    <hkern u1="&#x4ae;" u2="&#x50c;" k="41" />
+    <hkern u1="&#x4ae;" u2="&#x50b;" k="61" />
+    <hkern u1="&#x4ae;" u2="&#x509;" k="102" />
+    <hkern u1="&#x4ae;" u2="&#x508;" k="82" />
+    <hkern u1="&#x4ae;" u2="&#x507;" k="41" />
+    <hkern u1="&#x4ae;" u2="&#x505;" k="41" />
+    <hkern u1="&#x4ae;" u2="&#x503;" k="102" />
+    <hkern u1="&#x4ae;" u2="&#x502;" k="82" />
+    <hkern u1="&#x4ae;" u2="&#x501;" k="102" />
+    <hkern u1="&#x4ae;" u2="&#x500;" k="82" />
+    <hkern u1="&#x4ae;" u2="&#x4f9;" k="61" />
+    <hkern u1="&#x4ae;" u2="&#x4f7;" k="61" />
+    <hkern u1="&#x4ae;" u2="&#x4f5;" k="82" />
+    <hkern u1="&#x4ae;" u2="&#x4eb;" k="102" />
+    <hkern u1="&#x4ae;" u2="&#x4ea;" k="41" />
+    <hkern u1="&#x4ae;" u2="&#x4e9;" k="102" />
+    <hkern u1="&#x4ae;" u2="&#x4e8;" k="41" />
+    <hkern u1="&#x4ae;" u2="&#x4e7;" k="102" />
+    <hkern u1="&#x4ae;" u2="&#x4e6;" k="41" />
+    <hkern u1="&#x4ae;" u2="&#x4e5;" k="61" />
+    <hkern u1="&#x4ae;" u2="&#x4e3;" k="61" />
+    <hkern u1="&#x4ae;" u2="&#x4db;" k="82" />
+    <hkern u1="&#x4ae;" u2="&#x4da;" k="20" />
+    <hkern u1="&#x4ae;" u2="&#x4d9;" k="82" />
+    <hkern u1="&#x4ae;" u2="&#x4d8;" k="20" />
+    <hkern u1="&#x4ae;" u2="&#x4d7;" k="102" />
+    <hkern u1="&#x4ae;" u2="&#x4d5;" k="82" />
+    <hkern u1="&#x4ae;" u2="&#x4d4;" k="123" />
+    <hkern u1="&#x4ae;" u2="&#x4d3;" k="82" />
+    <hkern u1="&#x4ae;" u2="&#x4d2;" k="123" />
+    <hkern u1="&#x4ae;" u2="&#x4d1;" k="82" />
+    <hkern u1="&#x4ae;" u2="&#x4d0;" k="123" />
+    <hkern u1="&#x4ae;" u2="&#x4ce;" k="61" />
+    <hkern u1="&#x4ae;" u2="&#x4cc;" k="82" />
+    <hkern u1="&#x4ae;" u2="&#x4ca;" k="61" />
+    <hkern u1="&#x4ae;" u2="&#x4c8;" k="61" />
+    <hkern u1="&#x4ae;" u2="&#x4c6;" k="102" />
+    <hkern u1="&#x4ae;" u2="&#x4c5;" k="82" />
+    <hkern u1="&#x4ae;" u2="&#x4c4;" k="61" />
+    <hkern u1="&#x4ae;" u2="&#x4bf;" k="82" />
+    <hkern u1="&#x4ae;" u2="&#x4bd;" k="82" />
+    <hkern u1="&#x4ae;" u2="&#x4bb;" k="61" />
+    <hkern u1="&#x4ae;" u2="&#x4b9;" k="82" />
+    <hkern u1="&#x4ae;" u2="&#x4b7;" k="82" />
+    <hkern u1="&#x4ae;" u2="&#x4ab;" k="102" />
+    <hkern u1="&#x4ae;" u2="&#x4aa;" k="41" />
+    <hkern u1="&#x4ae;" u2="&#x4a9;" k="102" />
+    <hkern u1="&#x4ae;" u2="&#x4a8;" k="41" />
+    <hkern u1="&#x4ae;" u2="&#x4a7;" k="61" />
+    <hkern u1="&#x4ae;" u2="&#x4a5;" k="61" />
+    <hkern u1="&#x4ae;" u2="&#x4a3;" k="61" />
+    <hkern u1="&#x4ae;" u2="&#x49f;" k="-41" />
+    <hkern u1="&#x4ae;" u2="&#x49d;" k="61" />
+    <hkern u1="&#x4ae;" u2="&#x49b;" k="61" />
+    <hkern u1="&#x4ae;" u2="&#x495;" k="61" />
+    <hkern u1="&#x4ae;" u2="&#x48f;" k="61" />
+    <hkern u1="&#x4ae;" u2="&#x48d;" k="-41" />
+    <hkern u1="&#x4ae;" u2="&#x48b;" k="61" />
+    <hkern u1="&#x4ae;" u2="&#x481;" k="102" />
+    <hkern u1="&#x4ae;" u2="&#x480;" k="41" />
+    <hkern u1="&#x4ae;" u2="&#x47e;" k="41" />
+    <hkern u1="&#x4ae;" u2="&#x47d;" k="102" />
+    <hkern u1="&#x4ae;" u2="&#x47c;" k="41" />
+    <hkern u1="&#x4ae;" u2="&#x47b;" k="102" />
+    <hkern u1="&#x4ae;" u2="&#x47a;" k="41" />
+    <hkern u1="&#x4ae;" u2="&#x479;" k="102" />
+    <hkern u1="&#x4ae;" u2="&#x478;" k="41" />
+    <hkern u1="&#x4ae;" u2="&#x473;" k="102" />
+    <hkern u1="&#x4ae;" u2="&#x472;" k="41" />
+    <hkern u1="&#x4ae;" u2="&#x471;" k="41" />
+    <hkern u1="&#x4ae;" u2="&#x46d;" k="61" />
+    <hkern u1="&#x4ae;" u2="&#x46b;" k="41" />
+    <hkern u1="&#x4ae;" u2="&#x469;" k="61" />
+    <hkern u1="&#x4ae;" u2="&#x467;" k="102" />
+    <hkern u1="&#x4ae;" u2="&#x466;" k="123" />
+    <hkern u1="&#x4ae;" u2="&#x465;" k="61" />
+    <hkern u1="&#x4ae;" u2="&#x460;" k="41" />
+    <hkern u1="&#x4ae;" u2="&#x45d;" k="61" />
+    <hkern u1="&#x4ae;" u2="&#x450;" k="102" />
+    <hkern u1="&#x4ae;" u2="&#x201e;" k="123" />
+    <hkern u1="&#x4ae;" u2="&#x201a;" k="123" />
+    <hkern u1="&#x4ae;" u2="&#x491;" k="61" />
+    <hkern u1="&#x4ae;" u2="&#x45f;" k="61" />
+    <hkern u1="&#x4ae;" u2="&#x45c;" k="61" />
+    <hkern u1="&#x4ae;" u2="&#x45b;" k="-41" />
+    <hkern u1="&#x4ae;" u2="&#x45a;" k="61" />
+    <hkern u1="&#x4ae;" u2="&#x459;" k="102" />
+    <hkern u1="&#x4ae;" u2="&#x455;" k="82" />
+    <hkern u1="&#x4ae;" u2="&#x454;" k="102" />
+    <hkern u1="&#x4ae;" u2="&#x453;" k="61" />
+    <hkern u1="&#x4ae;" u2="&#x452;" k="-41" />
+    <hkern u1="&#x4ae;" u2="&#x451;" k="102" />
+    <hkern u1="&#x4ae;" u2="&#x44f;" k="41" />
+    <hkern u1="&#x4ae;" u2="&#x44e;" k="61" />
+    <hkern u1="&#x4ae;" u2="&#x44c;" k="61" />
+    <hkern u1="&#x4ae;" u2="&#x44b;" k="61" />
+    <hkern u1="&#x4ae;" u2="&#x449;" k="61" />
+    <hkern u1="&#x4ae;" u2="&#x448;" k="61" />
+    <hkern u1="&#x4ae;" u2="&#x447;" k="82" />
+    <hkern u1="&#x4ae;" u2="&#x446;" k="61" />
+    <hkern u1="&#x4ae;" u2="&#x444;" k="102" />
+    <hkern u1="&#x4ae;" u2="&#x441;" k="102" />
+    <hkern u1="&#x4ae;" u2="&#x440;" k="61" />
+    <hkern u1="&#x4ae;" u2="&#x43f;" k="61" />
+    <hkern u1="&#x4ae;" u2="&#x43e;" k="102" />
+    <hkern u1="&#x4ae;" u2="&#x43d;" k="61" />
+    <hkern u1="&#x4ae;" u2="&#x43c;" k="61" />
+    <hkern u1="&#x4ae;" u2="&#x43b;" k="102" />
+    <hkern u1="&#x4ae;" u2="&#x43a;" k="61" />
+    <hkern u1="&#x4ae;" u2="&#x439;" k="61" />
+    <hkern u1="&#x4ae;" u2="&#x438;" k="61" />
+    <hkern u1="&#x4ae;" u2="&#x435;" k="102" />
+    <hkern u1="&#x4ae;" u2="&#x434;" k="102" />
+    <hkern u1="&#x4ae;" u2="&#x433;" k="61" />
+    <hkern u1="&#x4ae;" u2="&#x432;" k="61" />
+    <hkern u1="&#x4ae;" u2="&#x430;" k="82" />
+    <hkern u1="&#x4ae;" u2="&#x424;" k="61" />
+    <hkern u1="&#x4ae;" u2="&#x421;" k="41" />
+    <hkern u1="&#x4ae;" u2="&#x41e;" k="41" />
+    <hkern u1="&#x4ae;" u2="&#x41b;" k="82" />
+    <hkern u1="&#x4ae;" u2="&#x414;" k="82" />
+    <hkern u1="&#x4ae;" u2="&#x410;" k="123" />
+    <hkern u1="&#x4ae;" u2="&#x409;" k="82" />
+    <hkern u1="&#x4ae;" u2="&#x404;" k="41" />
+    <hkern u1="&#x4ae;" u2="&#x2e;" k="123" />
+    <hkern u1="&#x4ae;" u2="&#x2c;" k="123" />
+    <hkern u1="&#x4af;" u2="&#x513;" k="20" />
+    <hkern u1="&#x4af;" u2="&#x509;" k="20" />
+    <hkern u1="&#x4af;" u2="&#x4c6;" k="20" />
+    <hkern u1="&#x4af;" u2="&#x467;" k="20" />
+    <hkern u1="&#x4af;" u2="&#x201e;" k="82" />
+    <hkern u1="&#x4af;" u2="&#x201a;" k="82" />
+    <hkern u1="&#x4af;" u2="&#x459;" k="20" />
+    <hkern u1="&#x4af;" u2="&#x43b;" k="20" />
+    <hkern u1="&#x4af;" u2="&#x434;" k="20" />
+    <hkern u1="&#x4af;" u2="&#x2e;" k="82" />
+    <hkern u1="&#x4af;" u2="&#x2c;" k="82" />
+    <hkern u1="&#x4b0;" u2="&#x513;" k="102" />
+    <hkern u1="&#x4b0;" u2="&#x512;" k="82" />
+    <hkern u1="&#x4b0;" u2="&#x511;" k="102" />
+    <hkern u1="&#x4b0;" u2="&#x510;" k="20" />
+    <hkern u1="&#x4b0;" u2="&#x50d;" k="102" />
+    <hkern u1="&#x4b0;" u2="&#x50c;" k="41" />
+    <hkern u1="&#x4b0;" u2="&#x50b;" k="61" />
+    <hkern u1="&#x4b0;" u2="&#x509;" k="102" />
+    <hkern u1="&#x4b0;" u2="&#x508;" k="82" />
+    <hkern u1="&#x4b0;" u2="&#x507;" k="41" />
+    <hkern u1="&#x4b0;" u2="&#x505;" k="41" />
+    <hkern u1="&#x4b0;" u2="&#x503;" k="102" />
+    <hkern u1="&#x4b0;" u2="&#x502;" k="82" />
+    <hkern u1="&#x4b0;" u2="&#x501;" k="102" />
+    <hkern u1="&#x4b0;" u2="&#x500;" k="82" />
+    <hkern u1="&#x4b0;" u2="&#x4f9;" k="61" />
+    <hkern u1="&#x4b0;" u2="&#x4f7;" k="61" />
+    <hkern u1="&#x4b0;" u2="&#x4f5;" k="82" />
+    <hkern u1="&#x4b0;" u2="&#x4eb;" k="102" />
+    <hkern u1="&#x4b0;" u2="&#x4ea;" k="41" />
+    <hkern u1="&#x4b0;" u2="&#x4e9;" k="102" />
+    <hkern u1="&#x4b0;" u2="&#x4e8;" k="41" />
+    <hkern u1="&#x4b0;" u2="&#x4e7;" k="102" />
+    <hkern u1="&#x4b0;" u2="&#x4e6;" k="41" />
+    <hkern u1="&#x4b0;" u2="&#x4e5;" k="61" />
+    <hkern u1="&#x4b0;" u2="&#x4e3;" k="61" />
+    <hkern u1="&#x4b0;" u2="&#x4db;" k="82" />
+    <hkern u1="&#x4b0;" u2="&#x4da;" k="20" />
+    <hkern u1="&#x4b0;" u2="&#x4d9;" k="82" />
+    <hkern u1="&#x4b0;" u2="&#x4d8;" k="20" />
+    <hkern u1="&#x4b0;" u2="&#x4d7;" k="102" />
+    <hkern u1="&#x4b0;" u2="&#x4d5;" k="82" />
+    <hkern u1="&#x4b0;" u2="&#x4d4;" k="123" />
+    <hkern u1="&#x4b0;" u2="&#x4d3;" k="82" />
+    <hkern u1="&#x4b0;" u2="&#x4d2;" k="123" />
+    <hkern u1="&#x4b0;" u2="&#x4d1;" k="82" />
+    <hkern u1="&#x4b0;" u2="&#x4d0;" k="123" />
+    <hkern u1="&#x4b0;" u2="&#x4ce;" k="61" />
+    <hkern u1="&#x4b0;" u2="&#x4cc;" k="82" />
+    <hkern u1="&#x4b0;" u2="&#x4ca;" k="61" />
+    <hkern u1="&#x4b0;" u2="&#x4c8;" k="61" />
+    <hkern u1="&#x4b0;" u2="&#x4c6;" k="102" />
+    <hkern u1="&#x4b0;" u2="&#x4c5;" k="82" />
+    <hkern u1="&#x4b0;" u2="&#x4c4;" k="61" />
+    <hkern u1="&#x4b0;" u2="&#x4bf;" k="82" />
+    <hkern u1="&#x4b0;" u2="&#x4bd;" k="82" />
+    <hkern u1="&#x4b0;" u2="&#x4bb;" k="61" />
+    <hkern u1="&#x4b0;" u2="&#x4b9;" k="82" />
+    <hkern u1="&#x4b0;" u2="&#x4b7;" k="82" />
+    <hkern u1="&#x4b0;" u2="&#x4ab;" k="102" />
+    <hkern u1="&#x4b0;" u2="&#x4aa;" k="41" />
+    <hkern u1="&#x4b0;" u2="&#x4a9;" k="102" />
+    <hkern u1="&#x4b0;" u2="&#x4a8;" k="41" />
+    <hkern u1="&#x4b0;" u2="&#x4a7;" k="61" />
+    <hkern u1="&#x4b0;" u2="&#x4a5;" k="61" />
+    <hkern u1="&#x4b0;" u2="&#x4a3;" k="61" />
+    <hkern u1="&#x4b0;" u2="&#x49f;" k="-41" />
+    <hkern u1="&#x4b0;" u2="&#x49d;" k="61" />
+    <hkern u1="&#x4b0;" u2="&#x49b;" k="61" />
+    <hkern u1="&#x4b0;" u2="&#x495;" k="61" />
+    <hkern u1="&#x4b0;" u2="&#x48f;" k="61" />
+    <hkern u1="&#x4b0;" u2="&#x48d;" k="-41" />
+    <hkern u1="&#x4b0;" u2="&#x48b;" k="61" />
+    <hkern u1="&#x4b0;" u2="&#x481;" k="102" />
+    <hkern u1="&#x4b0;" u2="&#x480;" k="41" />
+    <hkern u1="&#x4b0;" u2="&#x47e;" k="41" />
+    <hkern u1="&#x4b0;" u2="&#x47d;" k="102" />
+    <hkern u1="&#x4b0;" u2="&#x47c;" k="41" />
+    <hkern u1="&#x4b0;" u2="&#x47b;" k="102" />
+    <hkern u1="&#x4b0;" u2="&#x47a;" k="41" />
+    <hkern u1="&#x4b0;" u2="&#x479;" k="102" />
+    <hkern u1="&#x4b0;" u2="&#x478;" k="41" />
+    <hkern u1="&#x4b0;" u2="&#x473;" k="102" />
+    <hkern u1="&#x4b0;" u2="&#x472;" k="41" />
+    <hkern u1="&#x4b0;" u2="&#x471;" k="41" />
+    <hkern u1="&#x4b0;" u2="&#x46d;" k="61" />
+    <hkern u1="&#x4b0;" u2="&#x46b;" k="41" />
+    <hkern u1="&#x4b0;" u2="&#x469;" k="61" />
+    <hkern u1="&#x4b0;" u2="&#x467;" k="102" />
+    <hkern u1="&#x4b0;" u2="&#x466;" k="123" />
+    <hkern u1="&#x4b0;" u2="&#x465;" k="61" />
+    <hkern u1="&#x4b0;" u2="&#x460;" k="41" />
+    <hkern u1="&#x4b0;" u2="&#x45d;" k="61" />
+    <hkern u1="&#x4b0;" u2="&#x450;" k="102" />
+    <hkern u1="&#x4b0;" u2="&#x201e;" k="123" />
+    <hkern u1="&#x4b0;" u2="&#x201a;" k="123" />
+    <hkern u1="&#x4b0;" u2="&#x491;" k="61" />
+    <hkern u1="&#x4b0;" u2="&#x45f;" k="61" />
+    <hkern u1="&#x4b0;" u2="&#x45c;" k="61" />
+    <hkern u1="&#x4b0;" u2="&#x45b;" k="-41" />
+    <hkern u1="&#x4b0;" u2="&#x45a;" k="61" />
+    <hkern u1="&#x4b0;" u2="&#x459;" k="102" />
+    <hkern u1="&#x4b0;" u2="&#x455;" k="82" />
+    <hkern u1="&#x4b0;" u2="&#x454;" k="102" />
+    <hkern u1="&#x4b0;" u2="&#x453;" k="61" />
+    <hkern u1="&#x4b0;" u2="&#x452;" k="-41" />
+    <hkern u1="&#x4b0;" u2="&#x451;" k="102" />
+    <hkern u1="&#x4b0;" u2="&#x44f;" k="41" />
+    <hkern u1="&#x4b0;" u2="&#x44e;" k="61" />
+    <hkern u1="&#x4b0;" u2="&#x44c;" k="61" />
+    <hkern u1="&#x4b0;" u2="&#x44b;" k="61" />
+    <hkern u1="&#x4b0;" u2="&#x449;" k="61" />
+    <hkern u1="&#x4b0;" u2="&#x448;" k="61" />
+    <hkern u1="&#x4b0;" u2="&#x447;" k="82" />
+    <hkern u1="&#x4b0;" u2="&#x446;" k="61" />
+    <hkern u1="&#x4b0;" u2="&#x444;" k="102" />
+    <hkern u1="&#x4b0;" u2="&#x441;" k="102" />
+    <hkern u1="&#x4b0;" u2="&#x440;" k="61" />
+    <hkern u1="&#x4b0;" u2="&#x43f;" k="61" />
+    <hkern u1="&#x4b0;" u2="&#x43e;" k="102" />
+    <hkern u1="&#x4b0;" u2="&#x43d;" k="61" />
+    <hkern u1="&#x4b0;" u2="&#x43c;" k="61" />
+    <hkern u1="&#x4b0;" u2="&#x43b;" k="102" />
+    <hkern u1="&#x4b0;" u2="&#x43a;" k="61" />
+    <hkern u1="&#x4b0;" u2="&#x439;" k="61" />
+    <hkern u1="&#x4b0;" u2="&#x438;" k="61" />
+    <hkern u1="&#x4b0;" u2="&#x435;" k="102" />
+    <hkern u1="&#x4b0;" u2="&#x434;" k="102" />
+    <hkern u1="&#x4b0;" u2="&#x433;" k="61" />
+    <hkern u1="&#x4b0;" u2="&#x432;" k="61" />
+    <hkern u1="&#x4b0;" u2="&#x430;" k="82" />
+    <hkern u1="&#x4b0;" u2="&#x424;" k="61" />
+    <hkern u1="&#x4b0;" u2="&#x421;" k="41" />
+    <hkern u1="&#x4b0;" u2="&#x41e;" k="41" />
+    <hkern u1="&#x4b0;" u2="&#x41b;" k="82" />
+    <hkern u1="&#x4b0;" u2="&#x414;" k="82" />
+    <hkern u1="&#x4b0;" u2="&#x410;" k="123" />
+    <hkern u1="&#x4b0;" u2="&#x409;" k="82" />
+    <hkern u1="&#x4b0;" u2="&#x404;" k="41" />
+    <hkern u1="&#x4b0;" u2="&#x2e;" k="123" />
+    <hkern u1="&#x4b0;" u2="&#x2c;" k="123" />
+    <hkern u1="&#x4b1;" u2="&#x513;" k="20" />
+    <hkern u1="&#x4b1;" u2="&#x509;" k="20" />
+    <hkern u1="&#x4b1;" u2="&#x4c6;" k="20" />
+    <hkern u1="&#x4b1;" u2="&#x467;" k="20" />
+    <hkern u1="&#x4b1;" u2="&#x201e;" k="82" />
+    <hkern u1="&#x4b1;" u2="&#x201a;" k="82" />
+    <hkern u1="&#x4b1;" u2="&#x459;" k="20" />
+    <hkern u1="&#x4b1;" u2="&#x43b;" k="20" />
+    <hkern u1="&#x4b1;" u2="&#x434;" k="20" />
+    <hkern u1="&#x4b1;" u2="&#x2e;" k="82" />
+    <hkern u1="&#x4b1;" u2="&#x2c;" k="82" />
+    <hkern u1="&#x4b2;" u2="&#x50f;" k="41" />
+    <hkern u1="&#x4b2;" u2="&#x50c;" k="41" />
+    <hkern u1="&#x4b2;" u2="&#x507;" k="41" />
+    <hkern u1="&#x4b2;" u2="&#x505;" k="41" />
+    <hkern u1="&#x4b2;" u2="&#x4f5;" k="82" />
+    <hkern u1="&#x4b2;" u2="&#x4ea;" k="41" />
+    <hkern u1="&#x4b2;" u2="&#x4e8;" k="41" />
+    <hkern u1="&#x4b2;" u2="&#x4e6;" k="41" />
+    <hkern u1="&#x4b2;" u2="&#x4cc;" k="82" />
+    <hkern u1="&#x4b2;" u2="&#x4bf;" k="41" />
+    <hkern u1="&#x4b2;" u2="&#x4be;" k="61" />
+    <hkern u1="&#x4b2;" u2="&#x4bd;" k="41" />
+    <hkern u1="&#x4b2;" u2="&#x4bc;" k="61" />
+    <hkern u1="&#x4b2;" u2="&#x4b9;" k="82" />
+    <hkern u1="&#x4b2;" u2="&#x4b7;" k="82" />
+    <hkern u1="&#x4b2;" u2="&#x4b5;" k="41" />
+    <hkern u1="&#x4b2;" u2="&#x4ad;" k="41" />
+    <hkern u1="&#x4b2;" u2="&#x4aa;" k="41" />
+    <hkern u1="&#x4b2;" u2="&#x4a8;" k="41" />
+    <hkern u1="&#x4b2;" u2="&#x4a1;" k="41" />
+    <hkern u1="&#x4b2;" u2="&#x480;" k="41" />
+    <hkern u1="&#x4b2;" u2="&#x47e;" k="41" />
+    <hkern u1="&#x4b2;" u2="&#x47c;" k="41" />
+    <hkern u1="&#x4b2;" u2="&#x47a;" k="41" />
+    <hkern u1="&#x4b2;" u2="&#x478;" k="41" />
+    <hkern u1="&#x4b2;" u2="&#x472;" k="41" />
+    <hkern u1="&#x4b2;" u2="&#x471;" k="20" />
+    <hkern u1="&#x4b2;" u2="&#x46f;" k="-61" />
+    <hkern u1="&#x4b2;" u2="&#x460;" k="41" />
+    <hkern u1="&#x4b2;" u2="&#x44a;" k="41" />
+    <hkern u1="&#x4b2;" u2="&#x447;" k="82" />
+    <hkern u1="&#x4b2;" u2="&#x442;" k="41" />
+    <hkern u1="&#x4b2;" u2="&#x424;" k="61" />
+    <hkern u1="&#x4b2;" u2="&#x421;" k="41" />
+    <hkern u1="&#x4b2;" u2="&#x41e;" k="41" />
+    <hkern u1="&#x4b2;" u2="&#x408;" k="-225" />
+    <hkern u1="&#x4b2;" u2="&#x404;" k="41" />
+    <hkern u1="&#x4b3;" u2="&#x511;" k="20" />
+    <hkern u1="&#x4b3;" u2="&#x50d;" k="20" />
+    <hkern u1="&#x4b3;" u2="&#x507;" k="41" />
+    <hkern u1="&#x4b3;" u2="&#x505;" k="41" />
+    <hkern u1="&#x4b3;" u2="&#x503;" k="20" />
+    <hkern u1="&#x4b3;" u2="&#x501;" k="20" />
+    <hkern u1="&#x4b3;" u2="&#x4f5;" k="20" />
+    <hkern u1="&#x4b3;" u2="&#x4eb;" k="20" />
+    <hkern u1="&#x4b3;" u2="&#x4e9;" k="20" />
+    <hkern u1="&#x4b3;" u2="&#x4e7;" k="20" />
+    <hkern u1="&#x4b3;" u2="&#x4d7;" k="20" />
+    <hkern u1="&#x4b3;" u2="&#x4cc;" k="20" />
+    <hkern u1="&#x4b3;" u2="&#x4b9;" k="20" />
+    <hkern u1="&#x4b3;" u2="&#x4b7;" k="20" />
+    <hkern u1="&#x4b3;" u2="&#x4ab;" k="20" />
+    <hkern u1="&#x4b3;" u2="&#x4a9;" k="20" />
+    <hkern u1="&#x4b3;" u2="&#x481;" k="20" />
+    <hkern u1="&#x4b3;" u2="&#x47d;" k="20" />
+    <hkern u1="&#x4b3;" u2="&#x47b;" k="20" />
+    <hkern u1="&#x4b3;" u2="&#x479;" k="20" />
+    <hkern u1="&#x4b3;" u2="&#x473;" k="20" />
+    <hkern u1="&#x4b3;" u2="&#x450;" k="20" />
+    <hkern u1="&#x4b3;" u2="&#x454;" k="20" />
+    <hkern u1="&#x4b3;" u2="&#x451;" k="20" />
+    <hkern u1="&#x4b3;" u2="&#x447;" k="20" />
+    <hkern u1="&#x4b3;" u2="&#x444;" k="20" />
+    <hkern u1="&#x4b3;" u2="&#x441;" k="20" />
+    <hkern u1="&#x4b3;" u2="&#x43e;" k="20" />
+    <hkern u1="&#x4b3;" u2="&#x435;" k="20" />
+    <hkern u1="&#x4b4;" u2="&#x507;" k="41" />
+    <hkern u1="&#x4b4;" u2="&#x505;" k="41" />
+    <hkern u1="&#x4b4;" u2="&#x4e1;" k="-41" />
+    <hkern u1="&#x4b4;" u2="&#x408;" k="-225" />
+    <hkern u1="&#x4b5;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x4b5;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x4b5;" u2="&#x27;" k="20" />
+    <hkern u1="&#x4b5;" u2="&#x22;" k="20" />
+    <hkern u1="&#x4b6;" u2="&#x507;" k="41" />
+    <hkern u1="&#x4b6;" u2="&#x505;" k="41" />
+    <hkern u1="&#x4b6;" u2="&#x4e1;" k="-41" />
+    <hkern u1="&#x4b6;" u2="&#x408;" k="-225" />
+    <hkern u1="&#x4b7;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x4b7;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x4b7;" u2="&#x27;" k="20" />
+    <hkern u1="&#x4b7;" u2="&#x22;" k="20" />
+    <hkern u1="&#x4ba;" u2="&#x50f;" k="41" />
+    <hkern u1="&#x4ba;" u2="&#x50e;" k="41" />
+    <hkern u1="&#x4ba;" u2="&#x507;" k="41" />
+    <hkern u1="&#x4ba;" u2="&#x506;" k="82" />
+    <hkern u1="&#x4ba;" u2="&#x505;" k="41" />
+    <hkern u1="&#x4ba;" u2="&#x504;" k="82" />
+    <hkern u1="&#x4ba;" u2="&#x4f5;" k="20" />
+    <hkern u1="&#x4ba;" u2="&#x4f4;" k="82" />
+    <hkern u1="&#x4ba;" u2="&#x4f3;" k="20" />
+    <hkern u1="&#x4ba;" u2="&#x4f1;" k="20" />
+    <hkern u1="&#x4ba;" u2="&#x4ef;" k="20" />
+    <hkern u1="&#x4ba;" u2="&#x4cc;" k="20" />
+    <hkern u1="&#x4ba;" u2="&#x4cb;" k="82" />
+    <hkern u1="&#x4ba;" u2="&#x4b9;" k="20" />
+    <hkern u1="&#x4ba;" u2="&#x4b8;" k="82" />
+    <hkern u1="&#x4ba;" u2="&#x4b7;" k="20" />
+    <hkern u1="&#x4ba;" u2="&#x4b6;" k="82" />
+    <hkern u1="&#x4ba;" u2="&#x4b5;" k="41" />
+    <hkern u1="&#x4ba;" u2="&#x4b4;" k="41" />
+    <hkern u1="&#x4ba;" u2="&#x4b0;" k="102" />
+    <hkern u1="&#x4ba;" u2="&#x4ae;" k="102" />
+    <hkern u1="&#x4ba;" u2="&#x4ad;" k="41" />
+    <hkern u1="&#x4ba;" u2="&#x4ac;" k="123" />
+    <hkern u1="&#x4ba;" u2="&#x4a1;" k="41" />
+    <hkern u1="&#x4ba;" u2="&#x4a0;" k="41" />
+    <hkern u1="&#x4ba;" u2="&#x476;" k="61" />
+    <hkern u1="&#x4ba;" u2="&#x474;" k="61" />
+    <hkern u1="&#x4ba;" u2="&#x470;" k="82" />
+    <hkern u1="&#x4ba;" u2="&#x201d;" k="61" />
+    <hkern u1="&#x4ba;" u2="&#x2019;" k="61" />
+    <hkern u1="&#x4ba;" u2="&#x45e;" k="20" />
+    <hkern u1="&#x4ba;" u2="&#x44a;" k="41" />
+    <hkern u1="&#x4ba;" u2="&#x447;" k="20" />
+    <hkern u1="&#x4ba;" u2="&#x443;" k="20" />
+    <hkern u1="&#x4ba;" u2="&#x442;" k="41" />
+    <hkern u1="&#x4ba;" u2="&#x42a;" k="41" />
+    <hkern u1="&#x4ba;" u2="&#x427;" k="82" />
+    <hkern u1="&#x4ba;" u2="&#x422;" k="123" />
+    <hkern u1="&#x4ba;" u2="&#x40b;" k="41" />
+    <hkern u1="&#x4ba;" u2="&#x402;" k="41" />
+    <hkern u1="&#x4ba;" u2="&#x27;" k="61" />
+    <hkern u1="&#x4ba;" u2="&#x22;" k="61" />
+    <hkern u1="&#x4bb;" u2="&#x50f;" k="41" />
+    <hkern u1="&#x4bb;" u2="&#x507;" k="82" />
+    <hkern u1="&#x4bb;" u2="&#x505;" k="82" />
+    <hkern u1="&#x4bb;" u2="&#x4f3;" k="41" />
+    <hkern u1="&#x4bb;" u2="&#x4f1;" k="41" />
+    <hkern u1="&#x4bb;" u2="&#x4ef;" k="41" />
+    <hkern u1="&#x4bb;" u2="&#x4b5;" k="41" />
+    <hkern u1="&#x4bb;" u2="&#x4b1;" k="41" />
+    <hkern u1="&#x4bb;" u2="&#x4af;" k="41" />
+    <hkern u1="&#x4bb;" u2="&#x4ad;" k="41" />
+    <hkern u1="&#x4bb;" u2="&#x4a1;" k="41" />
+    <hkern u1="&#x4bb;" u2="&#x201d;" k="102" />
+    <hkern u1="&#x4bb;" u2="&#x2019;" k="102" />
+    <hkern u1="&#x4bb;" u2="&#x45e;" k="41" />
+    <hkern u1="&#x4bb;" u2="&#x44a;" k="41" />
+    <hkern u1="&#x4bb;" u2="&#x443;" k="41" />
+    <hkern u1="&#x4bb;" u2="&#x442;" k="41" />
+    <hkern u1="&#x4bb;" u2="&#x27;" k="102" />
+    <hkern u1="&#x4bb;" u2="&#x22;" k="102" />
+    <hkern u1="&#x4bc;" u2="&#x506;" k="20" />
+    <hkern u1="&#x4bc;" u2="&#x504;" k="20" />
+    <hkern u1="&#x4bc;" u2="&#x4b0;" k="20" />
+    <hkern u1="&#x4bc;" u2="&#x4ae;" k="20" />
+    <hkern u1="&#x4bc;" u2="&#x4ac;" k="41" />
+    <hkern u1="&#x4bc;" u2="&#x476;" k="20" />
+    <hkern u1="&#x4bc;" u2="&#x474;" k="20" />
+    <hkern u1="&#x4bc;" u2="&#x422;" k="41" />
+    <hkern u1="&#x4bd;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x4bd;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x4bd;" u2="&#x27;" k="20" />
+    <hkern u1="&#x4bd;" u2="&#x22;" k="20" />
+    <hkern u1="&#x4be;" u2="&#x506;" k="20" />
+    <hkern u1="&#x4be;" u2="&#x504;" k="20" />
+    <hkern u1="&#x4be;" u2="&#x4b0;" k="20" />
+    <hkern u1="&#x4be;" u2="&#x4ae;" k="20" />
+    <hkern u1="&#x4be;" u2="&#x4ac;" k="41" />
+    <hkern u1="&#x4be;" u2="&#x476;" k="20" />
+    <hkern u1="&#x4be;" u2="&#x474;" k="20" />
+    <hkern u1="&#x4be;" u2="&#x422;" k="41" />
+    <hkern u1="&#x4bf;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x4bf;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x4bf;" u2="&#x27;" k="20" />
+    <hkern u1="&#x4bf;" u2="&#x22;" k="20" />
+    <hkern u1="&#x4c1;" u2="&#x510;" k="20" />
+    <hkern u1="&#x4c1;" u2="&#x50c;" k="41" />
+    <hkern u1="&#x4c1;" u2="&#x507;" k="41" />
+    <hkern u1="&#x4c1;" u2="&#x505;" k="41" />
+    <hkern u1="&#x4c1;" u2="&#x502;" k="41" />
+    <hkern u1="&#x4c1;" u2="&#x500;" k="41" />
+    <hkern u1="&#x4c1;" u2="&#x4f5;" k="41" />
+    <hkern u1="&#x4c1;" u2="&#x4f4;" k="41" />
+    <hkern u1="&#x4c1;" u2="&#x4ea;" k="41" />
+    <hkern u1="&#x4c1;" u2="&#x4e8;" k="41" />
+    <hkern u1="&#x4c1;" u2="&#x4e6;" k="41" />
+    <hkern u1="&#x4c1;" u2="&#x4cc;" k="41" />
+    <hkern u1="&#x4c1;" u2="&#x4cb;" k="41" />
+    <hkern u1="&#x4c1;" u2="&#x4be;" k="102" />
+    <hkern u1="&#x4c1;" u2="&#x4bc;" k="102" />
+    <hkern u1="&#x4c1;" u2="&#x4b9;" k="41" />
+    <hkern u1="&#x4c1;" u2="&#x4b8;" k="41" />
+    <hkern u1="&#x4c1;" u2="&#x4b7;" k="41" />
+    <hkern u1="&#x4c1;" u2="&#x4b6;" k="41" />
+    <hkern u1="&#x4c1;" u2="&#x4aa;" k="41" />
+    <hkern u1="&#x4c1;" u2="&#x4a8;" k="41" />
+    <hkern u1="&#x4c1;" u2="&#x480;" k="41" />
+    <hkern u1="&#x4c1;" u2="&#x47e;" k="41" />
+    <hkern u1="&#x4c1;" u2="&#x47c;" k="41" />
+    <hkern u1="&#x4c1;" u2="&#x47a;" k="41" />
+    <hkern u1="&#x4c1;" u2="&#x478;" k="41" />
+    <hkern u1="&#x4c1;" u2="&#x472;" k="41" />
+    <hkern u1="&#x4c1;" u2="&#x470;" k="41" />
+    <hkern u1="&#x4c1;" u2="&#x460;" k="41" />
+    <hkern u1="&#x4c1;" u2="&#x447;" k="41" />
+    <hkern u1="&#x4c1;" u2="&#x427;" k="41" />
+    <hkern u1="&#x4c1;" u2="&#x424;" k="41" />
+    <hkern u1="&#x4c1;" u2="&#x421;" k="41" />
+    <hkern u1="&#x4c1;" u2="&#x41e;" k="41" />
+    <hkern u1="&#x4c1;" u2="&#x404;" k="41" />
+    <hkern u1="&#x4c2;" u2="&#x511;" k="41" />
+    <hkern u1="&#x4c2;" u2="&#x50d;" k="41" />
+    <hkern u1="&#x4c2;" u2="&#x503;" k="41" />
+    <hkern u1="&#x4c2;" u2="&#x501;" k="41" />
+    <hkern u1="&#x4c2;" u2="&#x4f5;" k="41" />
+    <hkern u1="&#x4c2;" u2="&#x4eb;" k="41" />
+    <hkern u1="&#x4c2;" u2="&#x4e9;" k="41" />
+    <hkern u1="&#x4c2;" u2="&#x4e7;" k="41" />
+    <hkern u1="&#x4c2;" u2="&#x4d7;" k="41" />
+    <hkern u1="&#x4c2;" u2="&#x4cc;" k="41" />
+    <hkern u1="&#x4c2;" u2="&#x4bf;" k="41" />
+    <hkern u1="&#x4c2;" u2="&#x4bd;" k="41" />
+    <hkern u1="&#x4c2;" u2="&#x4b9;" k="41" />
+    <hkern u1="&#x4c2;" u2="&#x4b7;" k="41" />
+    <hkern u1="&#x4c2;" u2="&#x4ab;" k="41" />
+    <hkern u1="&#x4c2;" u2="&#x4a9;" k="41" />
+    <hkern u1="&#x4c2;" u2="&#x481;" k="41" />
+    <hkern u1="&#x4c2;" u2="&#x47d;" k="41" />
+    <hkern u1="&#x4c2;" u2="&#x47b;" k="41" />
+    <hkern u1="&#x4c2;" u2="&#x479;" k="41" />
+    <hkern u1="&#x4c2;" u2="&#x473;" k="41" />
+    <hkern u1="&#x4c2;" u2="&#x450;" k="41" />
+    <hkern u1="&#x4c2;" u2="&#x454;" k="41" />
+    <hkern u1="&#x4c2;" u2="&#x451;" k="41" />
+    <hkern u1="&#x4c2;" u2="&#x447;" k="41" />
+    <hkern u1="&#x4c2;" u2="&#x444;" k="41" />
+    <hkern u1="&#x4c2;" u2="&#x441;" k="41" />
+    <hkern u1="&#x4c2;" u2="&#x43e;" k="41" />
+    <hkern u1="&#x4c2;" u2="&#x435;" k="41" />
+    <hkern u1="&#x4c3;" u2="&#x50f;" k="61" />
+    <hkern u1="&#x4c3;" u2="&#x507;" k="61" />
+    <hkern u1="&#x4c3;" u2="&#x506;" k="41" />
+    <hkern u1="&#x4c3;" u2="&#x505;" k="61" />
+    <hkern u1="&#x4c3;" u2="&#x504;" k="41" />
+    <hkern u1="&#x4c3;" u2="&#x4f5;" k="41" />
+    <hkern u1="&#x4c3;" u2="&#x4f4;" k="82" />
+    <hkern u1="&#x4c3;" u2="&#x4cc;" k="41" />
+    <hkern u1="&#x4c3;" u2="&#x4cb;" k="82" />
+    <hkern u1="&#x4c3;" u2="&#x4bf;" k="41" />
+    <hkern u1="&#x4c3;" u2="&#x4be;" k="61" />
+    <hkern u1="&#x4c3;" u2="&#x4bd;" k="41" />
+    <hkern u1="&#x4c3;" u2="&#x4bc;" k="61" />
+    <hkern u1="&#x4c3;" u2="&#x4b9;" k="41" />
+    <hkern u1="&#x4c3;" u2="&#x4b8;" k="82" />
+    <hkern u1="&#x4c3;" u2="&#x4b7;" k="41" />
+    <hkern u1="&#x4c3;" u2="&#x4b6;" k="82" />
+    <hkern u1="&#x4c3;" u2="&#x4b5;" k="61" />
+    <hkern u1="&#x4c3;" u2="&#x4b1;" k="20" />
+    <hkern u1="&#x4c3;" u2="&#x4b0;" k="41" />
+    <hkern u1="&#x4c3;" u2="&#x4af;" k="20" />
+    <hkern u1="&#x4c3;" u2="&#x4ae;" k="41" />
+    <hkern u1="&#x4c3;" u2="&#x4ad;" k="61" />
+    <hkern u1="&#x4c3;" u2="&#x4ac;" k="41" />
+    <hkern u1="&#x4c3;" u2="&#x4a1;" k="61" />
+    <hkern u1="&#x4c3;" u2="&#x47f;" k="20" />
+    <hkern u1="&#x4c3;" u2="&#x477;" k="20" />
+    <hkern u1="&#x4c3;" u2="&#x476;" k="41" />
+    <hkern u1="&#x4c3;" u2="&#x475;" k="20" />
+    <hkern u1="&#x4c3;" u2="&#x474;" k="41" />
+    <hkern u1="&#x4c3;" u2="&#x470;" k="82" />
+    <hkern u1="&#x4c3;" u2="&#x461;" k="20" />
+    <hkern u1="&#x4c3;" u2="&#x201d;" k="61" />
+    <hkern u1="&#x4c3;" u2="&#x2019;" k="61" />
+    <hkern u1="&#x4c3;" u2="&#x44a;" k="61" />
+    <hkern u1="&#x4c3;" u2="&#x447;" k="41" />
+    <hkern u1="&#x4c3;" u2="&#x442;" k="61" />
+    <hkern u1="&#x4c3;" u2="&#x427;" k="82" />
+    <hkern u1="&#x4c3;" u2="&#x424;" k="41" />
+    <hkern u1="&#x4c3;" u2="&#x422;" k="41" />
+    <hkern u1="&#x4c3;" u2="&#x408;" k="-102" />
+    <hkern u1="&#x4c3;" u2="&#x27;" k="61" />
+    <hkern u1="&#x4c3;" u2="&#x22;" k="61" />
+    <hkern u1="&#x4c4;" u2="&#x4f5;" k="41" />
+    <hkern u1="&#x4c4;" u2="&#x4cc;" k="41" />
+    <hkern u1="&#x4c4;" u2="&#x4b9;" k="41" />
+    <hkern u1="&#x4c4;" u2="&#x4b7;" k="41" />
+    <hkern u1="&#x4c4;" u2="&#x447;" k="41" />
+    <hkern u1="&#x4c5;" u2="&#x507;" k="41" />
+    <hkern u1="&#x4c5;" u2="&#x505;" k="41" />
+    <hkern u1="&#x4c5;" u2="&#x4e1;" k="-41" />
+    <hkern u1="&#x4c5;" u2="&#x408;" k="-225" />
+    <hkern u1="&#x4c6;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x4c6;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x4c6;" u2="&#x27;" k="20" />
+    <hkern u1="&#x4c6;" u2="&#x22;" k="20" />
+    <hkern u1="&#x4c9;" u2="&#x507;" k="41" />
+    <hkern u1="&#x4c9;" u2="&#x505;" k="41" />
+    <hkern u1="&#x4c9;" u2="&#x4e1;" k="-41" />
+    <hkern u1="&#x4c9;" u2="&#x408;" k="-225" />
+    <hkern u1="&#x4ca;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x4ca;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x4ca;" u2="&#x27;" k="20" />
+    <hkern u1="&#x4ca;" u2="&#x22;" k="20" />
+    <hkern u1="&#x4cd;" u2="&#x507;" k="41" />
+    <hkern u1="&#x4cd;" u2="&#x505;" k="41" />
+    <hkern u1="&#x4cd;" u2="&#x4e1;" k="-41" />
+    <hkern u1="&#x4cd;" u2="&#x408;" k="-225" />
+    <hkern u1="&#x4ce;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x4ce;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x4ce;" u2="&#x27;" k="20" />
+    <hkern u1="&#x4ce;" u2="&#x22;" k="20" />
+    <hkern u1="&#x4d0;" u2="&#x50f;" k="41" />
+    <hkern u1="&#x4d0;" u2="&#x50e;" k="102" />
+    <hkern u1="&#x4d0;" u2="&#x507;" k="41" />
+    <hkern u1="&#x4d0;" u2="&#x506;" k="143" />
+    <hkern u1="&#x4d0;" u2="&#x505;" k="41" />
+    <hkern u1="&#x4d0;" u2="&#x504;" k="143" />
+    <hkern u1="&#x4d0;" u2="&#x4fa;" k="41" />
+    <hkern u1="&#x4d0;" u2="&#x4f5;" k="41" />
+    <hkern u1="&#x4d0;" u2="&#x4f4;" k="102" />
+    <hkern u1="&#x4d0;" u2="&#x4da;" k="41" />
+    <hkern u1="&#x4d0;" u2="&#x4d8;" k="41" />
+    <hkern u1="&#x4d0;" u2="&#x4cc;" k="41" />
+    <hkern u1="&#x4d0;" u2="&#x4cb;" k="102" />
+    <hkern u1="&#x4d0;" u2="&#x4be;" k="102" />
+    <hkern u1="&#x4d0;" u2="&#x4bc;" k="102" />
+    <hkern u1="&#x4d0;" u2="&#x4b9;" k="41" />
+    <hkern u1="&#x4d0;" u2="&#x4b8;" k="102" />
+    <hkern u1="&#x4d0;" u2="&#x4b7;" k="41" />
+    <hkern u1="&#x4d0;" u2="&#x4b6;" k="102" />
+    <hkern u1="&#x4d0;" u2="&#x4b5;" k="41" />
+    <hkern u1="&#x4d0;" u2="&#x4b4;" k="102" />
+    <hkern u1="&#x4d0;" u2="&#x4b0;" k="123" />
+    <hkern u1="&#x4d0;" u2="&#x4ae;" k="123" />
+    <hkern u1="&#x4d0;" u2="&#x4ad;" k="41" />
+    <hkern u1="&#x4d0;" u2="&#x4ac;" k="143" />
+    <hkern u1="&#x4d0;" u2="&#x4a1;" k="41" />
+    <hkern u1="&#x4d0;" u2="&#x4a0;" k="102" />
+    <hkern u1="&#x4d0;" u2="&#x49e;" k="41" />
+    <hkern u1="&#x4d0;" u2="&#x492;" k="41" />
+    <hkern u1="&#x4d0;" u2="&#x48c;" k="41" />
+    <hkern u1="&#x4d0;" u2="&#x476;" k="82" />
+    <hkern u1="&#x4d0;" u2="&#x474;" k="82" />
+    <hkern u1="&#x4d0;" u2="&#x470;" k="102" />
+    <hkern u1="&#x4d0;" u2="&#x462;" k="41" />
+    <hkern u1="&#x4d0;" u2="&#x201d;" k="143" />
+    <hkern u1="&#x4d0;" u2="&#x2019;" k="143" />
+    <hkern u1="&#x4d0;" u2="&#x44a;" k="41" />
+    <hkern u1="&#x4d0;" u2="&#x447;" k="41" />
+    <hkern u1="&#x4d0;" u2="&#x442;" k="41" />
+    <hkern u1="&#x4d0;" u2="&#x42a;" k="102" />
+    <hkern u1="&#x4d0;" u2="&#x427;" k="102" />
+    <hkern u1="&#x4d0;" u2="&#x424;" k="41" />
+    <hkern u1="&#x4d0;" u2="&#x422;" k="143" />
+    <hkern u1="&#x4d0;" u2="&#x40b;" k="102" />
+    <hkern u1="&#x4d0;" u2="&#x402;" k="102" />
+    <hkern u1="&#x4d0;" u2="&#x27;" k="143" />
+    <hkern u1="&#x4d0;" u2="&#x22;" k="143" />
+    <hkern u1="&#x4d1;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x4d1;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x4d1;" u2="&#x27;" k="20" />
+    <hkern u1="&#x4d1;" u2="&#x22;" k="20" />
+    <hkern u1="&#x4d2;" u2="&#x50f;" k="41" />
+    <hkern u1="&#x4d2;" u2="&#x50e;" k="102" />
+    <hkern u1="&#x4d2;" u2="&#x507;" k="41" />
+    <hkern u1="&#x4d2;" u2="&#x506;" k="143" />
+    <hkern u1="&#x4d2;" u2="&#x505;" k="41" />
+    <hkern u1="&#x4d2;" u2="&#x504;" k="143" />
+    <hkern u1="&#x4d2;" u2="&#x4fa;" k="41" />
+    <hkern u1="&#x4d2;" u2="&#x4f5;" k="41" />
+    <hkern u1="&#x4d2;" u2="&#x4f4;" k="102" />
+    <hkern u1="&#x4d2;" u2="&#x4da;" k="41" />
+    <hkern u1="&#x4d2;" u2="&#x4d8;" k="41" />
+    <hkern u1="&#x4d2;" u2="&#x4cc;" k="41" />
+    <hkern u1="&#x4d2;" u2="&#x4cb;" k="102" />
+    <hkern u1="&#x4d2;" u2="&#x4be;" k="102" />
+    <hkern u1="&#x4d2;" u2="&#x4bc;" k="102" />
+    <hkern u1="&#x4d2;" u2="&#x4b9;" k="41" />
+    <hkern u1="&#x4d2;" u2="&#x4b8;" k="102" />
+    <hkern u1="&#x4d2;" u2="&#x4b7;" k="41" />
+    <hkern u1="&#x4d2;" u2="&#x4b6;" k="102" />
+    <hkern u1="&#x4d2;" u2="&#x4b5;" k="41" />
+    <hkern u1="&#x4d2;" u2="&#x4b4;" k="102" />
+    <hkern u1="&#x4d2;" u2="&#x4b0;" k="123" />
+    <hkern u1="&#x4d2;" u2="&#x4ae;" k="123" />
+    <hkern u1="&#x4d2;" u2="&#x4ad;" k="41" />
+    <hkern u1="&#x4d2;" u2="&#x4ac;" k="143" />
+    <hkern u1="&#x4d2;" u2="&#x4a1;" k="41" />
+    <hkern u1="&#x4d2;" u2="&#x4a0;" k="102" />
+    <hkern u1="&#x4d2;" u2="&#x49e;" k="41" />
+    <hkern u1="&#x4d2;" u2="&#x492;" k="41" />
+    <hkern u1="&#x4d2;" u2="&#x48c;" k="41" />
+    <hkern u1="&#x4d2;" u2="&#x476;" k="82" />
+    <hkern u1="&#x4d2;" u2="&#x474;" k="82" />
+    <hkern u1="&#x4d2;" u2="&#x470;" k="102" />
+    <hkern u1="&#x4d2;" u2="&#x462;" k="41" />
+    <hkern u1="&#x4d2;" u2="&#x201d;" k="143" />
+    <hkern u1="&#x4d2;" u2="&#x2019;" k="143" />
+    <hkern u1="&#x4d2;" u2="&#x44a;" k="41" />
+    <hkern u1="&#x4d2;" u2="&#x447;" k="41" />
+    <hkern u1="&#x4d2;" u2="&#x442;" k="41" />
+    <hkern u1="&#x4d2;" u2="&#x42a;" k="102" />
+    <hkern u1="&#x4d2;" u2="&#x427;" k="102" />
+    <hkern u1="&#x4d2;" u2="&#x424;" k="41" />
+    <hkern u1="&#x4d2;" u2="&#x422;" k="143" />
+    <hkern u1="&#x4d2;" u2="&#x40b;" k="102" />
+    <hkern u1="&#x4d2;" u2="&#x402;" k="102" />
+    <hkern u1="&#x4d2;" u2="&#x27;" k="143" />
+    <hkern u1="&#x4d2;" u2="&#x22;" k="143" />
+    <hkern u1="&#x4d3;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x4d3;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x4d3;" u2="&#x27;" k="20" />
+    <hkern u1="&#x4d3;" u2="&#x22;" k="20" />
+    <hkern u1="&#x4d5;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x4d5;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x4d5;" u2="&#x27;" k="20" />
+    <hkern u1="&#x4d5;" u2="&#x22;" k="20" />
+    <hkern u1="&#x4d7;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x4d7;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x4d7;" u2="&#x27;" k="20" />
+    <hkern u1="&#x4d7;" u2="&#x22;" k="20" />
+    <hkern u1="&#x4d8;" u2="&#x513;" k="20" />
+    <hkern u1="&#x4d8;" u2="&#x512;" k="41" />
+    <hkern u1="&#x4d8;" u2="&#x50e;" k="20" />
+    <hkern u1="&#x4d8;" u2="&#x509;" k="20" />
+    <hkern u1="&#x4d8;" u2="&#x508;" k="41" />
+    <hkern u1="&#x4d8;" u2="&#x506;" k="41" />
+    <hkern u1="&#x4d8;" u2="&#x504;" k="41" />
+    <hkern u1="&#x4d8;" u2="&#x4fe;" k="41" />
+    <hkern u1="&#x4d8;" u2="&#x4fc;" k="41" />
+    <hkern u1="&#x4d8;" u2="&#x4f4;" k="41" />
+    <hkern u1="&#x4d8;" u2="&#x4f2;" k="41" />
+    <hkern u1="&#x4d8;" u2="&#x4f0;" k="41" />
+    <hkern u1="&#x4d8;" u2="&#x4ee;" k="41" />
+    <hkern u1="&#x4d8;" u2="&#x4ec;" k="20" />
+    <hkern u1="&#x4d8;" u2="&#x4de;" k="20" />
+    <hkern u1="&#x4d8;" u2="&#x4dc;" k="41" />
+    <hkern u1="&#x4d8;" u2="&#x4d4;" k="41" />
+    <hkern u1="&#x4d8;" u2="&#x4d2;" k="41" />
+    <hkern u1="&#x4d8;" u2="&#x4d0;" k="41" />
+    <hkern u1="&#x4d8;" u2="&#x4cb;" k="41" />
+    <hkern u1="&#x4d8;" u2="&#x4c6;" k="20" />
+    <hkern u1="&#x4d8;" u2="&#x4c5;" k="41" />
+    <hkern u1="&#x4d8;" u2="&#x4c1;" k="41" />
+    <hkern u1="&#x4d8;" u2="&#x4b8;" k="41" />
+    <hkern u1="&#x4d8;" u2="&#x4b6;" k="41" />
+    <hkern u1="&#x4d8;" u2="&#x4b4;" k="20" />
+    <hkern u1="&#x4d8;" u2="&#x4b2;" k="41" />
+    <hkern u1="&#x4d8;" u2="&#x4b0;" k="20" />
+    <hkern u1="&#x4d8;" u2="&#x4ae;" k="20" />
+    <hkern u1="&#x4d8;" u2="&#x4ac;" k="61" />
+    <hkern u1="&#x4d8;" u2="&#x4a0;" k="20" />
+    <hkern u1="&#x4d8;" u2="&#x498;" k="20" />
+    <hkern u1="&#x4d8;" u2="&#x496;" k="41" />
+    <hkern u1="&#x4d8;" u2="&#x476;" k="20" />
+    <hkern u1="&#x4d8;" u2="&#x474;" k="20" />
+    <hkern u1="&#x4d8;" u2="&#x470;" k="41" />
+    <hkern u1="&#x4d8;" u2="&#x46e;" k="20" />
+    <hkern u1="&#x4d8;" u2="&#x467;" k="20" />
+    <hkern u1="&#x4d8;" u2="&#x466;" k="41" />
+    <hkern u1="&#x4d8;" u2="&#x201e;" k="82" />
+    <hkern u1="&#x4d8;" u2="&#x201a;" k="82" />
+    <hkern u1="&#x4d8;" u2="&#x459;" k="20" />
+    <hkern u1="&#x4d8;" u2="&#x43b;" k="20" />
+    <hkern u1="&#x4d8;" u2="&#x434;" k="20" />
+    <hkern u1="&#x4d8;" u2="&#x42d;" k="20" />
+    <hkern u1="&#x4d8;" u2="&#x42a;" k="20" />
+    <hkern u1="&#x4d8;" u2="&#x427;" k="41" />
+    <hkern u1="&#x4d8;" u2="&#x425;" k="41" />
+    <hkern u1="&#x4d8;" u2="&#x423;" k="41" />
+    <hkern u1="&#x4d8;" u2="&#x422;" k="61" />
+    <hkern u1="&#x4d8;" u2="&#x41b;" k="41" />
+    <hkern u1="&#x4d8;" u2="&#x417;" k="20" />
+    <hkern u1="&#x4d8;" u2="&#x416;" k="41" />
+    <hkern u1="&#x4d8;" u2="&#x414;" k="41" />
+    <hkern u1="&#x4d8;" u2="&#x410;" k="41" />
+    <hkern u1="&#x4d8;" u2="&#x40e;" k="41" />
+    <hkern u1="&#x4d8;" u2="&#x40b;" k="20" />
+    <hkern u1="&#x4d8;" u2="&#x409;" k="41" />
+    <hkern u1="&#x4d8;" u2="&#x402;" k="20" />
+    <hkern u1="&#x4d8;" u2="&#x2e;" k="82" />
+    <hkern u1="&#x4d8;" u2="&#x2c;" k="82" />
+    <hkern u1="&#x4d9;" u2="&#x50f;" k="20" />
+    <hkern u1="&#x4d9;" u2="&#x507;" k="20" />
+    <hkern u1="&#x4d9;" u2="&#x505;" k="20" />
+    <hkern u1="&#x4d9;" u2="&#x4ff;" k="41" />
+    <hkern u1="&#x4d9;" u2="&#x4fd;" k="41" />
+    <hkern u1="&#x4d9;" u2="&#x4f5;" k="20" />
+    <hkern u1="&#x4d9;" u2="&#x4f3;" k="20" />
+    <hkern u1="&#x4d9;" u2="&#x4f1;" k="20" />
+    <hkern u1="&#x4d9;" u2="&#x4ef;" k="20" />
+    <hkern u1="&#x4d9;" u2="&#x4dd;" k="41" />
+    <hkern u1="&#x4d9;" u2="&#x4cc;" k="20" />
+    <hkern u1="&#x4d9;" u2="&#x4c2;" k="41" />
+    <hkern u1="&#x4d9;" u2="&#x4b9;" k="20" />
+    <hkern u1="&#x4d9;" u2="&#x4b7;" k="20" />
+    <hkern u1="&#x4d9;" u2="&#x4b5;" k="20" />
+    <hkern u1="&#x4d9;" u2="&#x4b3;" k="41" />
+    <hkern u1="&#x4d9;" u2="&#x4ad;" k="20" />
+    <hkern u1="&#x4d9;" u2="&#x4a1;" k="20" />
+    <hkern u1="&#x4d9;" u2="&#x497;" k="41" />
+    <hkern u1="&#x4d9;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x4d9;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x4d9;" u2="&#x45e;" k="20" />
+    <hkern u1="&#x4d9;" u2="&#x44a;" k="20" />
+    <hkern u1="&#x4d9;" u2="&#x447;" k="20" />
+    <hkern u1="&#x4d9;" u2="&#x445;" k="41" />
+    <hkern u1="&#x4d9;" u2="&#x443;" k="20" />
+    <hkern u1="&#x4d9;" u2="&#x442;" k="20" />
+    <hkern u1="&#x4d9;" u2="&#x436;" k="41" />
+    <hkern u1="&#x4d9;" u2="&#x27;" k="20" />
+    <hkern u1="&#x4d9;" u2="&#x22;" k="20" />
+    <hkern u1="&#x4da;" u2="&#x513;" k="20" />
+    <hkern u1="&#x4da;" u2="&#x512;" k="41" />
+    <hkern u1="&#x4da;" u2="&#x50e;" k="20" />
+    <hkern u1="&#x4da;" u2="&#x509;" k="20" />
+    <hkern u1="&#x4da;" u2="&#x508;" k="41" />
+    <hkern u1="&#x4da;" u2="&#x506;" k="41" />
+    <hkern u1="&#x4da;" u2="&#x504;" k="41" />
+    <hkern u1="&#x4da;" u2="&#x4fe;" k="41" />
+    <hkern u1="&#x4da;" u2="&#x4fc;" k="41" />
+    <hkern u1="&#x4da;" u2="&#x4f4;" k="41" />
+    <hkern u1="&#x4da;" u2="&#x4f2;" k="41" />
+    <hkern u1="&#x4da;" u2="&#x4f0;" k="41" />
+    <hkern u1="&#x4da;" u2="&#x4ee;" k="41" />
+    <hkern u1="&#x4da;" u2="&#x4ec;" k="20" />
+    <hkern u1="&#x4da;" u2="&#x4de;" k="20" />
+    <hkern u1="&#x4da;" u2="&#x4dc;" k="41" />
+    <hkern u1="&#x4da;" u2="&#x4d4;" k="41" />
+    <hkern u1="&#x4da;" u2="&#x4d2;" k="41" />
+    <hkern u1="&#x4da;" u2="&#x4d0;" k="41" />
+    <hkern u1="&#x4da;" u2="&#x4cb;" k="41" />
+    <hkern u1="&#x4da;" u2="&#x4c6;" k="20" />
+    <hkern u1="&#x4da;" u2="&#x4c5;" k="41" />
+    <hkern u1="&#x4da;" u2="&#x4c1;" k="41" />
+    <hkern u1="&#x4da;" u2="&#x4b8;" k="41" />
+    <hkern u1="&#x4da;" u2="&#x4b6;" k="41" />
+    <hkern u1="&#x4da;" u2="&#x4b4;" k="20" />
+    <hkern u1="&#x4da;" u2="&#x4b2;" k="41" />
+    <hkern u1="&#x4da;" u2="&#x4b0;" k="20" />
+    <hkern u1="&#x4da;" u2="&#x4ae;" k="20" />
+    <hkern u1="&#x4da;" u2="&#x4ac;" k="61" />
+    <hkern u1="&#x4da;" u2="&#x4a0;" k="20" />
+    <hkern u1="&#x4da;" u2="&#x498;" k="20" />
+    <hkern u1="&#x4da;" u2="&#x496;" k="41" />
+    <hkern u1="&#x4da;" u2="&#x476;" k="20" />
+    <hkern u1="&#x4da;" u2="&#x474;" k="20" />
+    <hkern u1="&#x4da;" u2="&#x470;" k="41" />
+    <hkern u1="&#x4da;" u2="&#x46e;" k="20" />
+    <hkern u1="&#x4da;" u2="&#x467;" k="20" />
+    <hkern u1="&#x4da;" u2="&#x466;" k="41" />
+    <hkern u1="&#x4da;" u2="&#x201e;" k="82" />
+    <hkern u1="&#x4da;" u2="&#x201a;" k="82" />
+    <hkern u1="&#x4da;" u2="&#x459;" k="20" />
+    <hkern u1="&#x4da;" u2="&#x43b;" k="20" />
+    <hkern u1="&#x4da;" u2="&#x434;" k="20" />
+    <hkern u1="&#x4da;" u2="&#x42d;" k="20" />
+    <hkern u1="&#x4da;" u2="&#x42a;" k="20" />
+    <hkern u1="&#x4da;" u2="&#x427;" k="41" />
+    <hkern u1="&#x4da;" u2="&#x425;" k="41" />
+    <hkern u1="&#x4da;" u2="&#x423;" k="41" />
+    <hkern u1="&#x4da;" u2="&#x422;" k="61" />
+    <hkern u1="&#x4da;" u2="&#x41b;" k="41" />
+    <hkern u1="&#x4da;" u2="&#x417;" k="20" />
+    <hkern u1="&#x4da;" u2="&#x416;" k="41" />
+    <hkern u1="&#x4da;" u2="&#x414;" k="41" />
+    <hkern u1="&#x4da;" u2="&#x410;" k="41" />
+    <hkern u1="&#x4da;" u2="&#x40e;" k="41" />
+    <hkern u1="&#x4da;" u2="&#x40b;" k="20" />
+    <hkern u1="&#x4da;" u2="&#x409;" k="41" />
+    <hkern u1="&#x4da;" u2="&#x402;" k="20" />
+    <hkern u1="&#x4da;" u2="&#x2e;" k="82" />
+    <hkern u1="&#x4da;" u2="&#x2c;" k="82" />
+    <hkern u1="&#x4db;" u2="&#x50f;" k="20" />
+    <hkern u1="&#x4db;" u2="&#x507;" k="20" />
+    <hkern u1="&#x4db;" u2="&#x505;" k="20" />
+    <hkern u1="&#x4db;" u2="&#x4ff;" k="41" />
+    <hkern u1="&#x4db;" u2="&#x4fd;" k="41" />
+    <hkern u1="&#x4db;" u2="&#x4f5;" k="20" />
+    <hkern u1="&#x4db;" u2="&#x4f3;" k="20" />
+    <hkern u1="&#x4db;" u2="&#x4f1;" k="20" />
+    <hkern u1="&#x4db;" u2="&#x4ef;" k="20" />
+    <hkern u1="&#x4db;" u2="&#x4dd;" k="41" />
+    <hkern u1="&#x4db;" u2="&#x4cc;" k="20" />
+    <hkern u1="&#x4db;" u2="&#x4c2;" k="41" />
+    <hkern u1="&#x4db;" u2="&#x4b9;" k="20" />
+    <hkern u1="&#x4db;" u2="&#x4b7;" k="20" />
+    <hkern u1="&#x4db;" u2="&#x4b5;" k="20" />
+    <hkern u1="&#x4db;" u2="&#x4b3;" k="41" />
+    <hkern u1="&#x4db;" u2="&#x4ad;" k="20" />
+    <hkern u1="&#x4db;" u2="&#x4a1;" k="20" />
+    <hkern u1="&#x4db;" u2="&#x497;" k="41" />
+    <hkern u1="&#x4db;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x4db;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x4db;" u2="&#x45e;" k="20" />
+    <hkern u1="&#x4db;" u2="&#x44a;" k="20" />
+    <hkern u1="&#x4db;" u2="&#x447;" k="20" />
+    <hkern u1="&#x4db;" u2="&#x445;" k="41" />
+    <hkern u1="&#x4db;" u2="&#x443;" k="20" />
+    <hkern u1="&#x4db;" u2="&#x442;" k="20" />
+    <hkern u1="&#x4db;" u2="&#x436;" k="41" />
+    <hkern u1="&#x4db;" u2="&#x27;" k="20" />
+    <hkern u1="&#x4db;" u2="&#x22;" k="20" />
+    <hkern u1="&#x4dc;" u2="&#x510;" k="20" />
+    <hkern u1="&#x4dc;" u2="&#x50c;" k="41" />
+    <hkern u1="&#x4dc;" u2="&#x507;" k="41" />
+    <hkern u1="&#x4dc;" u2="&#x505;" k="41" />
+    <hkern u1="&#x4dc;" u2="&#x502;" k="41" />
+    <hkern u1="&#x4dc;" u2="&#x500;" k="41" />
+    <hkern u1="&#x4dc;" u2="&#x4f5;" k="41" />
+    <hkern u1="&#x4dc;" u2="&#x4f4;" k="41" />
+    <hkern u1="&#x4dc;" u2="&#x4ea;" k="41" />
+    <hkern u1="&#x4dc;" u2="&#x4e8;" k="41" />
+    <hkern u1="&#x4dc;" u2="&#x4e6;" k="41" />
+    <hkern u1="&#x4dc;" u2="&#x4cc;" k="41" />
+    <hkern u1="&#x4dc;" u2="&#x4cb;" k="41" />
+    <hkern u1="&#x4dc;" u2="&#x4be;" k="102" />
+    <hkern u1="&#x4dc;" u2="&#x4bc;" k="102" />
+    <hkern u1="&#x4dc;" u2="&#x4b9;" k="41" />
+    <hkern u1="&#x4dc;" u2="&#x4b8;" k="41" />
+    <hkern u1="&#x4dc;" u2="&#x4b7;" k="41" />
+    <hkern u1="&#x4dc;" u2="&#x4b6;" k="41" />
+    <hkern u1="&#x4dc;" u2="&#x4aa;" k="41" />
+    <hkern u1="&#x4dc;" u2="&#x4a8;" k="41" />
+    <hkern u1="&#x4dc;" u2="&#x480;" k="41" />
+    <hkern u1="&#x4dc;" u2="&#x47e;" k="41" />
+    <hkern u1="&#x4dc;" u2="&#x47c;" k="41" />
+    <hkern u1="&#x4dc;" u2="&#x47a;" k="41" />
+    <hkern u1="&#x4dc;" u2="&#x478;" k="41" />
+    <hkern u1="&#x4dc;" u2="&#x472;" k="41" />
+    <hkern u1="&#x4dc;" u2="&#x470;" k="41" />
+    <hkern u1="&#x4dc;" u2="&#x460;" k="41" />
+    <hkern u1="&#x4dc;" u2="&#x447;" k="41" />
+    <hkern u1="&#x4dc;" u2="&#x427;" k="41" />
+    <hkern u1="&#x4dc;" u2="&#x424;" k="41" />
+    <hkern u1="&#x4dc;" u2="&#x421;" k="41" />
+    <hkern u1="&#x4dc;" u2="&#x41e;" k="41" />
+    <hkern u1="&#x4dc;" u2="&#x404;" k="41" />
+    <hkern u1="&#x4dd;" u2="&#x511;" k="41" />
+    <hkern u1="&#x4dd;" u2="&#x50d;" k="41" />
+    <hkern u1="&#x4dd;" u2="&#x503;" k="41" />
+    <hkern u1="&#x4dd;" u2="&#x501;" k="41" />
+    <hkern u1="&#x4dd;" u2="&#x4f5;" k="41" />
+    <hkern u1="&#x4dd;" u2="&#x4eb;" k="41" />
+    <hkern u1="&#x4dd;" u2="&#x4e9;" k="41" />
+    <hkern u1="&#x4dd;" u2="&#x4e7;" k="41" />
+    <hkern u1="&#x4dd;" u2="&#x4d7;" k="41" />
+    <hkern u1="&#x4dd;" u2="&#x4cc;" k="41" />
+    <hkern u1="&#x4dd;" u2="&#x4bf;" k="41" />
+    <hkern u1="&#x4dd;" u2="&#x4bd;" k="41" />
+    <hkern u1="&#x4dd;" u2="&#x4b9;" k="41" />
+    <hkern u1="&#x4dd;" u2="&#x4b7;" k="41" />
+    <hkern u1="&#x4dd;" u2="&#x4ab;" k="41" />
+    <hkern u1="&#x4dd;" u2="&#x4a9;" k="41" />
+    <hkern u1="&#x4dd;" u2="&#x481;" k="41" />
+    <hkern u1="&#x4dd;" u2="&#x47d;" k="41" />
+    <hkern u1="&#x4dd;" u2="&#x47b;" k="41" />
+    <hkern u1="&#x4dd;" u2="&#x479;" k="41" />
+    <hkern u1="&#x4dd;" u2="&#x473;" k="41" />
+    <hkern u1="&#x4dd;" u2="&#x450;" k="41" />
+    <hkern u1="&#x4dd;" u2="&#x454;" k="41" />
+    <hkern u1="&#x4dd;" u2="&#x451;" k="41" />
+    <hkern u1="&#x4dd;" u2="&#x447;" k="41" />
+    <hkern u1="&#x4dd;" u2="&#x444;" k="41" />
+    <hkern u1="&#x4dd;" u2="&#x441;" k="41" />
+    <hkern u1="&#x4dd;" u2="&#x43e;" k="41" />
+    <hkern u1="&#x4dd;" u2="&#x435;" k="41" />
+    <hkern u1="&#x4de;" u2="&#x506;" k="41" />
+    <hkern u1="&#x4de;" u2="&#x504;" k="41" />
+    <hkern u1="&#x4de;" u2="&#x4b0;" k="20" />
+    <hkern u1="&#x4de;" u2="&#x4ae;" k="20" />
+    <hkern u1="&#x4de;" u2="&#x476;" k="20" />
+    <hkern u1="&#x4de;" u2="&#x474;" k="20" />
+    <hkern u1="&#x4de;" u2="&#x201e;" k="82" />
+    <hkern u1="&#x4de;" u2="&#x201a;" k="82" />
+    <hkern u1="&#x4de;" u2="&#x2e;" k="82" />
+    <hkern u1="&#x4de;" u2="&#x2c;" k="82" />
+    <hkern u1="&#x4df;" u2="&#x44f;" k="-41" />
+    <hkern u1="&#x4e0;" u2="&#x507;" k="41" />
+    <hkern u1="&#x4e0;" u2="&#x505;" k="41" />
+    <hkern u1="&#x4e0;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x4e0;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x4e0;" u2="&#x27;" k="20" />
+    <hkern u1="&#x4e0;" u2="&#x22;" k="20" />
+    <hkern u1="&#x4e6;" u2="&#x513;" k="20" />
+    <hkern u1="&#x4e6;" u2="&#x512;" k="41" />
+    <hkern u1="&#x4e6;" u2="&#x50e;" k="20" />
+    <hkern u1="&#x4e6;" u2="&#x509;" k="20" />
+    <hkern u1="&#x4e6;" u2="&#x508;" k="41" />
+    <hkern u1="&#x4e6;" u2="&#x506;" k="41" />
+    <hkern u1="&#x4e6;" u2="&#x504;" k="41" />
+    <hkern u1="&#x4e6;" u2="&#x4fe;" k="41" />
+    <hkern u1="&#x4e6;" u2="&#x4fc;" k="41" />
+    <hkern u1="&#x4e6;" u2="&#x4f4;" k="41" />
+    <hkern u1="&#x4e6;" u2="&#x4f2;" k="41" />
+    <hkern u1="&#x4e6;" u2="&#x4f0;" k="41" />
+    <hkern u1="&#x4e6;" u2="&#x4ee;" k="41" />
+    <hkern u1="&#x4e6;" u2="&#x4ec;" k="20" />
+    <hkern u1="&#x4e6;" u2="&#x4de;" k="20" />
+    <hkern u1="&#x4e6;" u2="&#x4dc;" k="41" />
+    <hkern u1="&#x4e6;" u2="&#x4d4;" k="41" />
+    <hkern u1="&#x4e6;" u2="&#x4d2;" k="41" />
+    <hkern u1="&#x4e6;" u2="&#x4d0;" k="41" />
+    <hkern u1="&#x4e6;" u2="&#x4cb;" k="41" />
+    <hkern u1="&#x4e6;" u2="&#x4c6;" k="20" />
+    <hkern u1="&#x4e6;" u2="&#x4c5;" k="41" />
+    <hkern u1="&#x4e6;" u2="&#x4c1;" k="41" />
+    <hkern u1="&#x4e6;" u2="&#x4b8;" k="41" />
+    <hkern u1="&#x4e6;" u2="&#x4b6;" k="41" />
+    <hkern u1="&#x4e6;" u2="&#x4b4;" k="20" />
+    <hkern u1="&#x4e6;" u2="&#x4b2;" k="41" />
+    <hkern u1="&#x4e6;" u2="&#x4b0;" k="20" />
+    <hkern u1="&#x4e6;" u2="&#x4ae;" k="20" />
+    <hkern u1="&#x4e6;" u2="&#x4ac;" k="61" />
+    <hkern u1="&#x4e6;" u2="&#x4a0;" k="20" />
+    <hkern u1="&#x4e6;" u2="&#x498;" k="20" />
+    <hkern u1="&#x4e6;" u2="&#x496;" k="41" />
+    <hkern u1="&#x4e6;" u2="&#x476;" k="20" />
+    <hkern u1="&#x4e6;" u2="&#x474;" k="20" />
+    <hkern u1="&#x4e6;" u2="&#x470;" k="41" />
+    <hkern u1="&#x4e6;" u2="&#x46e;" k="20" />
+    <hkern u1="&#x4e6;" u2="&#x467;" k="20" />
+    <hkern u1="&#x4e6;" u2="&#x466;" k="41" />
+    <hkern u1="&#x4e6;" u2="&#x201e;" k="82" />
+    <hkern u1="&#x4e6;" u2="&#x201a;" k="82" />
+    <hkern u1="&#x4e6;" u2="&#x459;" k="20" />
+    <hkern u1="&#x4e6;" u2="&#x43b;" k="20" />
+    <hkern u1="&#x4e6;" u2="&#x434;" k="20" />
+    <hkern u1="&#x4e6;" u2="&#x42d;" k="20" />
+    <hkern u1="&#x4e6;" u2="&#x42a;" k="20" />
+    <hkern u1="&#x4e6;" u2="&#x427;" k="41" />
+    <hkern u1="&#x4e6;" u2="&#x425;" k="41" />
+    <hkern u1="&#x4e6;" u2="&#x423;" k="41" />
+    <hkern u1="&#x4e6;" u2="&#x422;" k="61" />
+    <hkern u1="&#x4e6;" u2="&#x41b;" k="41" />
+    <hkern u1="&#x4e6;" u2="&#x417;" k="20" />
+    <hkern u1="&#x4e6;" u2="&#x416;" k="41" />
+    <hkern u1="&#x4e6;" u2="&#x414;" k="41" />
+    <hkern u1="&#x4e6;" u2="&#x410;" k="41" />
+    <hkern u1="&#x4e6;" u2="&#x40e;" k="41" />
+    <hkern u1="&#x4e6;" u2="&#x40b;" k="20" />
+    <hkern u1="&#x4e6;" u2="&#x409;" k="41" />
+    <hkern u1="&#x4e6;" u2="&#x402;" k="20" />
+    <hkern u1="&#x4e6;" u2="&#x2e;" k="82" />
+    <hkern u1="&#x4e6;" u2="&#x2c;" k="82" />
+    <hkern u1="&#x4e7;" u2="&#x50f;" k="20" />
+    <hkern u1="&#x4e7;" u2="&#x507;" k="20" />
+    <hkern u1="&#x4e7;" u2="&#x505;" k="20" />
+    <hkern u1="&#x4e7;" u2="&#x4ff;" k="41" />
+    <hkern u1="&#x4e7;" u2="&#x4fd;" k="41" />
+    <hkern u1="&#x4e7;" u2="&#x4f5;" k="20" />
+    <hkern u1="&#x4e7;" u2="&#x4f3;" k="20" />
+    <hkern u1="&#x4e7;" u2="&#x4f1;" k="20" />
+    <hkern u1="&#x4e7;" u2="&#x4ef;" k="20" />
+    <hkern u1="&#x4e7;" u2="&#x4dd;" k="41" />
+    <hkern u1="&#x4e7;" u2="&#x4cc;" k="20" />
+    <hkern u1="&#x4e7;" u2="&#x4c2;" k="41" />
+    <hkern u1="&#x4e7;" u2="&#x4b9;" k="20" />
+    <hkern u1="&#x4e7;" u2="&#x4b7;" k="20" />
+    <hkern u1="&#x4e7;" u2="&#x4b5;" k="20" />
+    <hkern u1="&#x4e7;" u2="&#x4b3;" k="41" />
+    <hkern u1="&#x4e7;" u2="&#x4ad;" k="20" />
+    <hkern u1="&#x4e7;" u2="&#x4a1;" k="20" />
+    <hkern u1="&#x4e7;" u2="&#x497;" k="41" />
+    <hkern u1="&#x4e7;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x4e7;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x4e7;" u2="&#x45e;" k="20" />
+    <hkern u1="&#x4e7;" u2="&#x44a;" k="20" />
+    <hkern u1="&#x4e7;" u2="&#x447;" k="20" />
+    <hkern u1="&#x4e7;" u2="&#x445;" k="41" />
+    <hkern u1="&#x4e7;" u2="&#x443;" k="20" />
+    <hkern u1="&#x4e7;" u2="&#x442;" k="20" />
+    <hkern u1="&#x4e7;" u2="&#x436;" k="41" />
+    <hkern u1="&#x4e7;" u2="&#x27;" k="20" />
+    <hkern u1="&#x4e7;" u2="&#x22;" k="20" />
+    <hkern u1="&#x4e8;" u2="&#x513;" k="20" />
+    <hkern u1="&#x4e8;" u2="&#x512;" k="41" />
+    <hkern u1="&#x4e8;" u2="&#x50e;" k="20" />
+    <hkern u1="&#x4e8;" u2="&#x509;" k="20" />
+    <hkern u1="&#x4e8;" u2="&#x508;" k="41" />
+    <hkern u1="&#x4e8;" u2="&#x506;" k="41" />
+    <hkern u1="&#x4e8;" u2="&#x504;" k="41" />
+    <hkern u1="&#x4e8;" u2="&#x4fe;" k="41" />
+    <hkern u1="&#x4e8;" u2="&#x4fc;" k="41" />
+    <hkern u1="&#x4e8;" u2="&#x4f4;" k="41" />
+    <hkern u1="&#x4e8;" u2="&#x4f2;" k="41" />
+    <hkern u1="&#x4e8;" u2="&#x4f0;" k="41" />
+    <hkern u1="&#x4e8;" u2="&#x4ee;" k="41" />
+    <hkern u1="&#x4e8;" u2="&#x4ec;" k="20" />
+    <hkern u1="&#x4e8;" u2="&#x4de;" k="20" />
+    <hkern u1="&#x4e8;" u2="&#x4dc;" k="41" />
+    <hkern u1="&#x4e8;" u2="&#x4d4;" k="41" />
+    <hkern u1="&#x4e8;" u2="&#x4d2;" k="41" />
+    <hkern u1="&#x4e8;" u2="&#x4d0;" k="41" />
+    <hkern u1="&#x4e8;" u2="&#x4cb;" k="41" />
+    <hkern u1="&#x4e8;" u2="&#x4c6;" k="20" />
+    <hkern u1="&#x4e8;" u2="&#x4c5;" k="41" />
+    <hkern u1="&#x4e8;" u2="&#x4c1;" k="41" />
+    <hkern u1="&#x4e8;" u2="&#x4b8;" k="41" />
+    <hkern u1="&#x4e8;" u2="&#x4b6;" k="41" />
+    <hkern u1="&#x4e8;" u2="&#x4b4;" k="20" />
+    <hkern u1="&#x4e8;" u2="&#x4b2;" k="41" />
+    <hkern u1="&#x4e8;" u2="&#x4b0;" k="20" />
+    <hkern u1="&#x4e8;" u2="&#x4ae;" k="20" />
+    <hkern u1="&#x4e8;" u2="&#x4ac;" k="61" />
+    <hkern u1="&#x4e8;" u2="&#x4a0;" k="20" />
+    <hkern u1="&#x4e8;" u2="&#x498;" k="20" />
+    <hkern u1="&#x4e8;" u2="&#x496;" k="41" />
+    <hkern u1="&#x4e8;" u2="&#x476;" k="20" />
+    <hkern u1="&#x4e8;" u2="&#x474;" k="20" />
+    <hkern u1="&#x4e8;" u2="&#x470;" k="41" />
+    <hkern u1="&#x4e8;" u2="&#x46e;" k="20" />
+    <hkern u1="&#x4e8;" u2="&#x467;" k="20" />
+    <hkern u1="&#x4e8;" u2="&#x466;" k="41" />
+    <hkern u1="&#x4e8;" u2="&#x201e;" k="82" />
+    <hkern u1="&#x4e8;" u2="&#x201a;" k="82" />
+    <hkern u1="&#x4e8;" u2="&#x459;" k="20" />
+    <hkern u1="&#x4e8;" u2="&#x43b;" k="20" />
+    <hkern u1="&#x4e8;" u2="&#x434;" k="20" />
+    <hkern u1="&#x4e8;" u2="&#x42d;" k="20" />
+    <hkern u1="&#x4e8;" u2="&#x42a;" k="20" />
+    <hkern u1="&#x4e8;" u2="&#x427;" k="41" />
+    <hkern u1="&#x4e8;" u2="&#x425;" k="41" />
+    <hkern u1="&#x4e8;" u2="&#x423;" k="41" />
+    <hkern u1="&#x4e8;" u2="&#x422;" k="61" />
+    <hkern u1="&#x4e8;" u2="&#x41b;" k="41" />
+    <hkern u1="&#x4e8;" u2="&#x417;" k="20" />
+    <hkern u1="&#x4e8;" u2="&#x416;" k="41" />
+    <hkern u1="&#x4e8;" u2="&#x414;" k="41" />
+    <hkern u1="&#x4e8;" u2="&#x410;" k="41" />
+    <hkern u1="&#x4e8;" u2="&#x40e;" k="41" />
+    <hkern u1="&#x4e8;" u2="&#x40b;" k="20" />
+    <hkern u1="&#x4e8;" u2="&#x409;" k="41" />
+    <hkern u1="&#x4e8;" u2="&#x402;" k="20" />
+    <hkern u1="&#x4e8;" u2="&#x2e;" k="82" />
+    <hkern u1="&#x4e8;" u2="&#x2c;" k="82" />
+    <hkern u1="&#x4e9;" u2="&#x50f;" k="20" />
+    <hkern u1="&#x4e9;" u2="&#x507;" k="20" />
+    <hkern u1="&#x4e9;" u2="&#x505;" k="20" />
+    <hkern u1="&#x4e9;" u2="&#x4ff;" k="41" />
+    <hkern u1="&#x4e9;" u2="&#x4fd;" k="41" />
+    <hkern u1="&#x4e9;" u2="&#x4f5;" k="20" />
+    <hkern u1="&#x4e9;" u2="&#x4f3;" k="20" />
+    <hkern u1="&#x4e9;" u2="&#x4f1;" k="20" />
+    <hkern u1="&#x4e9;" u2="&#x4ef;" k="20" />
+    <hkern u1="&#x4e9;" u2="&#x4dd;" k="41" />
+    <hkern u1="&#x4e9;" u2="&#x4cc;" k="20" />
+    <hkern u1="&#x4e9;" u2="&#x4c2;" k="41" />
+    <hkern u1="&#x4e9;" u2="&#x4b9;" k="20" />
+    <hkern u1="&#x4e9;" u2="&#x4b7;" k="20" />
+    <hkern u1="&#x4e9;" u2="&#x4b5;" k="20" />
+    <hkern u1="&#x4e9;" u2="&#x4b3;" k="41" />
+    <hkern u1="&#x4e9;" u2="&#x4ad;" k="20" />
+    <hkern u1="&#x4e9;" u2="&#x4a1;" k="20" />
+    <hkern u1="&#x4e9;" u2="&#x497;" k="41" />
+    <hkern u1="&#x4e9;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x4e9;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x4e9;" u2="&#x45e;" k="20" />
+    <hkern u1="&#x4e9;" u2="&#x44a;" k="20" />
+    <hkern u1="&#x4e9;" u2="&#x447;" k="20" />
+    <hkern u1="&#x4e9;" u2="&#x445;" k="41" />
+    <hkern u1="&#x4e9;" u2="&#x443;" k="20" />
+    <hkern u1="&#x4e9;" u2="&#x442;" k="20" />
+    <hkern u1="&#x4e9;" u2="&#x436;" k="41" />
+    <hkern u1="&#x4e9;" u2="&#x27;" k="20" />
+    <hkern u1="&#x4e9;" u2="&#x22;" k="20" />
+    <hkern u1="&#x4ea;" u2="&#x513;" k="20" />
+    <hkern u1="&#x4ea;" u2="&#x512;" k="41" />
+    <hkern u1="&#x4ea;" u2="&#x50e;" k="20" />
+    <hkern u1="&#x4ea;" u2="&#x509;" k="20" />
+    <hkern u1="&#x4ea;" u2="&#x508;" k="41" />
+    <hkern u1="&#x4ea;" u2="&#x506;" k="41" />
+    <hkern u1="&#x4ea;" u2="&#x504;" k="41" />
+    <hkern u1="&#x4ea;" u2="&#x4fe;" k="41" />
+    <hkern u1="&#x4ea;" u2="&#x4fc;" k="41" />
+    <hkern u1="&#x4ea;" u2="&#x4f4;" k="41" />
+    <hkern u1="&#x4ea;" u2="&#x4f2;" k="41" />
+    <hkern u1="&#x4ea;" u2="&#x4f0;" k="41" />
+    <hkern u1="&#x4ea;" u2="&#x4ee;" k="41" />
+    <hkern u1="&#x4ea;" u2="&#x4ec;" k="20" />
+    <hkern u1="&#x4ea;" u2="&#x4de;" k="20" />
+    <hkern u1="&#x4ea;" u2="&#x4dc;" k="41" />
+    <hkern u1="&#x4ea;" u2="&#x4d4;" k="41" />
+    <hkern u1="&#x4ea;" u2="&#x4d2;" k="41" />
+    <hkern u1="&#x4ea;" u2="&#x4d0;" k="41" />
+    <hkern u1="&#x4ea;" u2="&#x4cb;" k="41" />
+    <hkern u1="&#x4ea;" u2="&#x4c6;" k="20" />
+    <hkern u1="&#x4ea;" u2="&#x4c5;" k="41" />
+    <hkern u1="&#x4ea;" u2="&#x4c1;" k="41" />
+    <hkern u1="&#x4ea;" u2="&#x4b8;" k="41" />
+    <hkern u1="&#x4ea;" u2="&#x4b6;" k="41" />
+    <hkern u1="&#x4ea;" u2="&#x4b4;" k="20" />
+    <hkern u1="&#x4ea;" u2="&#x4b2;" k="41" />
+    <hkern u1="&#x4ea;" u2="&#x4b0;" k="20" />
+    <hkern u1="&#x4ea;" u2="&#x4ae;" k="20" />
+    <hkern u1="&#x4ea;" u2="&#x4ac;" k="61" />
+    <hkern u1="&#x4ea;" u2="&#x4a0;" k="20" />
+    <hkern u1="&#x4ea;" u2="&#x498;" k="20" />
+    <hkern u1="&#x4ea;" u2="&#x496;" k="41" />
+    <hkern u1="&#x4ea;" u2="&#x476;" k="20" />
+    <hkern u1="&#x4ea;" u2="&#x474;" k="20" />
+    <hkern u1="&#x4ea;" u2="&#x470;" k="41" />
+    <hkern u1="&#x4ea;" u2="&#x46e;" k="20" />
+    <hkern u1="&#x4ea;" u2="&#x467;" k="20" />
+    <hkern u1="&#x4ea;" u2="&#x466;" k="41" />
+    <hkern u1="&#x4ea;" u2="&#x201e;" k="82" />
+    <hkern u1="&#x4ea;" u2="&#x201a;" k="82" />
+    <hkern u1="&#x4ea;" u2="&#x459;" k="20" />
+    <hkern u1="&#x4ea;" u2="&#x43b;" k="20" />
+    <hkern u1="&#x4ea;" u2="&#x434;" k="20" />
+    <hkern u1="&#x4ea;" u2="&#x42d;" k="20" />
+    <hkern u1="&#x4ea;" u2="&#x42a;" k="20" />
+    <hkern u1="&#x4ea;" u2="&#x427;" k="41" />
+    <hkern u1="&#x4ea;" u2="&#x425;" k="41" />
+    <hkern u1="&#x4ea;" u2="&#x423;" k="41" />
+    <hkern u1="&#x4ea;" u2="&#x422;" k="61" />
+    <hkern u1="&#x4ea;" u2="&#x41b;" k="41" />
+    <hkern u1="&#x4ea;" u2="&#x417;" k="20" />
+    <hkern u1="&#x4ea;" u2="&#x416;" k="41" />
+    <hkern u1="&#x4ea;" u2="&#x414;" k="41" />
+    <hkern u1="&#x4ea;" u2="&#x410;" k="41" />
+    <hkern u1="&#x4ea;" u2="&#x40e;" k="41" />
+    <hkern u1="&#x4ea;" u2="&#x40b;" k="20" />
+    <hkern u1="&#x4ea;" u2="&#x409;" k="41" />
+    <hkern u1="&#x4ea;" u2="&#x402;" k="20" />
+    <hkern u1="&#x4ea;" u2="&#x2e;" k="82" />
+    <hkern u1="&#x4ea;" u2="&#x2c;" k="82" />
+    <hkern u1="&#x4eb;" u2="&#x50f;" k="20" />
+    <hkern u1="&#x4eb;" u2="&#x507;" k="20" />
+    <hkern u1="&#x4eb;" u2="&#x505;" k="20" />
+    <hkern u1="&#x4eb;" u2="&#x4ff;" k="41" />
+    <hkern u1="&#x4eb;" u2="&#x4fd;" k="41" />
+    <hkern u1="&#x4eb;" u2="&#x4f5;" k="20" />
+    <hkern u1="&#x4eb;" u2="&#x4f3;" k="20" />
+    <hkern u1="&#x4eb;" u2="&#x4f1;" k="20" />
+    <hkern u1="&#x4eb;" u2="&#x4ef;" k="20" />
+    <hkern u1="&#x4eb;" u2="&#x4dd;" k="41" />
+    <hkern u1="&#x4eb;" u2="&#x4cc;" k="20" />
+    <hkern u1="&#x4eb;" u2="&#x4c2;" k="41" />
+    <hkern u1="&#x4eb;" u2="&#x4b9;" k="20" />
+    <hkern u1="&#x4eb;" u2="&#x4b7;" k="20" />
+    <hkern u1="&#x4eb;" u2="&#x4b5;" k="20" />
+    <hkern u1="&#x4eb;" u2="&#x4b3;" k="41" />
+    <hkern u1="&#x4eb;" u2="&#x4ad;" k="20" />
+    <hkern u1="&#x4eb;" u2="&#x4a1;" k="20" />
+    <hkern u1="&#x4eb;" u2="&#x497;" k="41" />
+    <hkern u1="&#x4eb;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x4eb;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x4eb;" u2="&#x45e;" k="20" />
+    <hkern u1="&#x4eb;" u2="&#x44a;" k="20" />
+    <hkern u1="&#x4eb;" u2="&#x447;" k="20" />
+    <hkern u1="&#x4eb;" u2="&#x445;" k="41" />
+    <hkern u1="&#x4eb;" u2="&#x443;" k="20" />
+    <hkern u1="&#x4eb;" u2="&#x442;" k="20" />
+    <hkern u1="&#x4eb;" u2="&#x436;" k="41" />
+    <hkern u1="&#x4eb;" u2="&#x27;" k="20" />
+    <hkern u1="&#x4eb;" u2="&#x22;" k="20" />
+    <hkern u1="&#x4ec;" u2="&#x513;" k="20" />
+    <hkern u1="&#x4ec;" u2="&#x512;" k="41" />
+    <hkern u1="&#x4ec;" u2="&#x50e;" k="20" />
+    <hkern u1="&#x4ec;" u2="&#x509;" k="20" />
+    <hkern u1="&#x4ec;" u2="&#x508;" k="41" />
+    <hkern u1="&#x4ec;" u2="&#x506;" k="41" />
+    <hkern u1="&#x4ec;" u2="&#x504;" k="41" />
+    <hkern u1="&#x4ec;" u2="&#x4fe;" k="41" />
+    <hkern u1="&#x4ec;" u2="&#x4fc;" k="41" />
+    <hkern u1="&#x4ec;" u2="&#x4f4;" k="41" />
+    <hkern u1="&#x4ec;" u2="&#x4f2;" k="41" />
+    <hkern u1="&#x4ec;" u2="&#x4f0;" k="41" />
+    <hkern u1="&#x4ec;" u2="&#x4ee;" k="41" />
+    <hkern u1="&#x4ec;" u2="&#x4ec;" k="20" />
+    <hkern u1="&#x4ec;" u2="&#x4de;" k="20" />
+    <hkern u1="&#x4ec;" u2="&#x4dc;" k="41" />
+    <hkern u1="&#x4ec;" u2="&#x4d4;" k="41" />
+    <hkern u1="&#x4ec;" u2="&#x4d2;" k="41" />
+    <hkern u1="&#x4ec;" u2="&#x4d0;" k="41" />
+    <hkern u1="&#x4ec;" u2="&#x4cb;" k="41" />
+    <hkern u1="&#x4ec;" u2="&#x4c6;" k="20" />
+    <hkern u1="&#x4ec;" u2="&#x4c5;" k="41" />
+    <hkern u1="&#x4ec;" u2="&#x4c1;" k="41" />
+    <hkern u1="&#x4ec;" u2="&#x4b8;" k="41" />
+    <hkern u1="&#x4ec;" u2="&#x4b6;" k="41" />
+    <hkern u1="&#x4ec;" u2="&#x4b4;" k="20" />
+    <hkern u1="&#x4ec;" u2="&#x4b2;" k="41" />
+    <hkern u1="&#x4ec;" u2="&#x4b0;" k="20" />
+    <hkern u1="&#x4ec;" u2="&#x4ae;" k="20" />
+    <hkern u1="&#x4ec;" u2="&#x4ac;" k="61" />
+    <hkern u1="&#x4ec;" u2="&#x4a0;" k="20" />
+    <hkern u1="&#x4ec;" u2="&#x498;" k="20" />
+    <hkern u1="&#x4ec;" u2="&#x496;" k="41" />
+    <hkern u1="&#x4ec;" u2="&#x476;" k="20" />
+    <hkern u1="&#x4ec;" u2="&#x474;" k="20" />
+    <hkern u1="&#x4ec;" u2="&#x470;" k="41" />
+    <hkern u1="&#x4ec;" u2="&#x46e;" k="20" />
+    <hkern u1="&#x4ec;" u2="&#x467;" k="20" />
+    <hkern u1="&#x4ec;" u2="&#x466;" k="41" />
+    <hkern u1="&#x4ec;" u2="&#x201e;" k="82" />
+    <hkern u1="&#x4ec;" u2="&#x201a;" k="82" />
+    <hkern u1="&#x4ec;" u2="&#x459;" k="20" />
+    <hkern u1="&#x4ec;" u2="&#x43b;" k="20" />
+    <hkern u1="&#x4ec;" u2="&#x434;" k="20" />
+    <hkern u1="&#x4ec;" u2="&#x42d;" k="20" />
+    <hkern u1="&#x4ec;" u2="&#x42a;" k="20" />
+    <hkern u1="&#x4ec;" u2="&#x427;" k="41" />
+    <hkern u1="&#x4ec;" u2="&#x425;" k="41" />
+    <hkern u1="&#x4ec;" u2="&#x423;" k="41" />
+    <hkern u1="&#x4ec;" u2="&#x422;" k="61" />
+    <hkern u1="&#x4ec;" u2="&#x41b;" k="41" />
+    <hkern u1="&#x4ec;" u2="&#x417;" k="20" />
+    <hkern u1="&#x4ec;" u2="&#x416;" k="41" />
+    <hkern u1="&#x4ec;" u2="&#x414;" k="41" />
+    <hkern u1="&#x4ec;" u2="&#x410;" k="41" />
+    <hkern u1="&#x4ec;" u2="&#x40e;" k="41" />
+    <hkern u1="&#x4ec;" u2="&#x40b;" k="20" />
+    <hkern u1="&#x4ec;" u2="&#x409;" k="41" />
+    <hkern u1="&#x4ec;" u2="&#x402;" k="20" />
+    <hkern u1="&#x4ec;" u2="&#x2e;" k="82" />
+    <hkern u1="&#x4ec;" u2="&#x2c;" k="82" />
+    <hkern u1="&#x4ed;" u2="&#x50f;" k="20" />
+    <hkern u1="&#x4ed;" u2="&#x507;" k="20" />
+    <hkern u1="&#x4ed;" u2="&#x505;" k="20" />
+    <hkern u1="&#x4ed;" u2="&#x4ff;" k="41" />
+    <hkern u1="&#x4ed;" u2="&#x4fd;" k="41" />
+    <hkern u1="&#x4ed;" u2="&#x4f5;" k="20" />
+    <hkern u1="&#x4ed;" u2="&#x4f3;" k="20" />
+    <hkern u1="&#x4ed;" u2="&#x4f1;" k="20" />
+    <hkern u1="&#x4ed;" u2="&#x4ef;" k="20" />
+    <hkern u1="&#x4ed;" u2="&#x4dd;" k="41" />
+    <hkern u1="&#x4ed;" u2="&#x4cc;" k="20" />
+    <hkern u1="&#x4ed;" u2="&#x4c2;" k="41" />
+    <hkern u1="&#x4ed;" u2="&#x4b9;" k="20" />
+    <hkern u1="&#x4ed;" u2="&#x4b7;" k="20" />
+    <hkern u1="&#x4ed;" u2="&#x4b5;" k="20" />
+    <hkern u1="&#x4ed;" u2="&#x4b3;" k="41" />
+    <hkern u1="&#x4ed;" u2="&#x4ad;" k="20" />
+    <hkern u1="&#x4ed;" u2="&#x4a1;" k="20" />
+    <hkern u1="&#x4ed;" u2="&#x497;" k="41" />
+    <hkern u1="&#x4ed;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x4ed;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x4ed;" u2="&#x45e;" k="20" />
+    <hkern u1="&#x4ed;" u2="&#x44a;" k="20" />
+    <hkern u1="&#x4ed;" u2="&#x447;" k="20" />
+    <hkern u1="&#x4ed;" u2="&#x445;" k="41" />
+    <hkern u1="&#x4ed;" u2="&#x443;" k="20" />
+    <hkern u1="&#x4ed;" u2="&#x442;" k="20" />
+    <hkern u1="&#x4ed;" u2="&#x436;" k="41" />
+    <hkern u1="&#x4ed;" u2="&#x27;" k="20" />
+    <hkern u1="&#x4ed;" u2="&#x22;" k="20" />
+    <hkern u1="&#x4ee;" u2="&#x513;" k="82" />
+    <hkern u1="&#x4ee;" u2="&#x512;" k="102" />
+    <hkern u1="&#x4ee;" u2="&#x511;" k="41" />
+    <hkern u1="&#x4ee;" u2="&#x50d;" k="41" />
+    <hkern u1="&#x4ee;" u2="&#x50c;" k="20" />
+    <hkern u1="&#x4ee;" u2="&#x509;" k="82" />
+    <hkern u1="&#x4ee;" u2="&#x508;" k="102" />
+    <hkern u1="&#x4ee;" u2="&#x503;" k="41" />
+    <hkern u1="&#x4ee;" u2="&#x502;" k="143" />
+    <hkern u1="&#x4ee;" u2="&#x501;" k="41" />
+    <hkern u1="&#x4ee;" u2="&#x500;" k="143" />
+    <hkern u1="&#x4ee;" u2="&#x4f5;" k="41" />
+    <hkern u1="&#x4ee;" u2="&#x4eb;" k="41" />
+    <hkern u1="&#x4ee;" u2="&#x4ea;" k="20" />
+    <hkern u1="&#x4ee;" u2="&#x4e9;" k="41" />
+    <hkern u1="&#x4ee;" u2="&#x4e8;" k="20" />
+    <hkern u1="&#x4ee;" u2="&#x4e7;" k="41" />
+    <hkern u1="&#x4ee;" u2="&#x4e6;" k="20" />
+    <hkern u1="&#x4ee;" u2="&#x4d7;" k="41" />
+    <hkern u1="&#x4ee;" u2="&#x4d4;" k="143" />
+    <hkern u1="&#x4ee;" u2="&#x4d2;" k="143" />
+    <hkern u1="&#x4ee;" u2="&#x4d0;" k="143" />
+    <hkern u1="&#x4ee;" u2="&#x4cc;" k="41" />
+    <hkern u1="&#x4ee;" u2="&#x4c6;" k="82" />
+    <hkern u1="&#x4ee;" u2="&#x4c5;" k="102" />
+    <hkern u1="&#x4ee;" u2="&#x4bf;" k="61" />
+    <hkern u1="&#x4ee;" u2="&#x4be;" k="41" />
+    <hkern u1="&#x4ee;" u2="&#x4bd;" k="61" />
+    <hkern u1="&#x4ee;" u2="&#x4bc;" k="41" />
+    <hkern u1="&#x4ee;" u2="&#x4b9;" k="41" />
+    <hkern u1="&#x4ee;" u2="&#x4b7;" k="41" />
+    <hkern u1="&#x4ee;" u2="&#x4ab;" k="41" />
+    <hkern u1="&#x4ee;" u2="&#x4aa;" k="20" />
+    <hkern u1="&#x4ee;" u2="&#x4a9;" k="41" />
+    <hkern u1="&#x4ee;" u2="&#x4a8;" k="20" />
+    <hkern u1="&#x4ee;" u2="&#x49f;" k="-102" />
+    <hkern u1="&#x4ee;" u2="&#x48d;" k="-102" />
+    <hkern u1="&#x4ee;" u2="&#x481;" k="41" />
+    <hkern u1="&#x4ee;" u2="&#x480;" k="20" />
+    <hkern u1="&#x4ee;" u2="&#x47e;" k="20" />
+    <hkern u1="&#x4ee;" u2="&#x47d;" k="41" />
+    <hkern u1="&#x4ee;" u2="&#x47c;" k="20" />
+    <hkern u1="&#x4ee;" u2="&#x47b;" k="41" />
+    <hkern u1="&#x4ee;" u2="&#x47a;" k="20" />
+    <hkern u1="&#x4ee;" u2="&#x479;" k="41" />
+    <hkern u1="&#x4ee;" u2="&#x478;" k="20" />
+    <hkern u1="&#x4ee;" u2="&#x473;" k="41" />
+    <hkern u1="&#x4ee;" u2="&#x472;" k="20" />
+    <hkern u1="&#x4ee;" u2="&#x467;" k="82" />
+    <hkern u1="&#x4ee;" u2="&#x466;" k="143" />
+    <hkern u1="&#x4ee;" u2="&#x460;" k="20" />
+    <hkern u1="&#x4ee;" u2="&#x450;" k="41" />
+    <hkern u1="&#x4ee;" u2="&#x201e;" k="123" />
+    <hkern u1="&#x4ee;" u2="&#x201a;" k="123" />
+    <hkern u1="&#x4ee;" u2="&#x45b;" k="-102" />
+    <hkern u1="&#x4ee;" u2="&#x459;" k="82" />
+    <hkern u1="&#x4ee;" u2="&#x455;" k="20" />
+    <hkern u1="&#x4ee;" u2="&#x454;" k="41" />
+    <hkern u1="&#x4ee;" u2="&#x452;" k="-102" />
+    <hkern u1="&#x4ee;" u2="&#x451;" k="41" />
+    <hkern u1="&#x4ee;" u2="&#x447;" k="41" />
+    <hkern u1="&#x4ee;" u2="&#x444;" k="41" />
+    <hkern u1="&#x4ee;" u2="&#x441;" k="41" />
+    <hkern u1="&#x4ee;" u2="&#x43e;" k="41" />
+    <hkern u1="&#x4ee;" u2="&#x43b;" k="82" />
+    <hkern u1="&#x4ee;" u2="&#x435;" k="41" />
+    <hkern u1="&#x4ee;" u2="&#x434;" k="82" />
+    <hkern u1="&#x4ee;" u2="&#x42f;" k="20" />
+    <hkern u1="&#x4ee;" u2="&#x424;" k="61" />
+    <hkern u1="&#x4ee;" u2="&#x421;" k="20" />
+    <hkern u1="&#x4ee;" u2="&#x41e;" k="20" />
+    <hkern u1="&#x4ee;" u2="&#x41b;" k="102" />
+    <hkern u1="&#x4ee;" u2="&#x414;" k="102" />
+    <hkern u1="&#x4ee;" u2="&#x410;" k="143" />
+    <hkern u1="&#x4ee;" u2="&#x409;" k="102" />
+    <hkern u1="&#x4ee;" u2="&#x404;" k="20" />
+    <hkern u1="&#x4ee;" u2="&#x2e;" k="123" />
+    <hkern u1="&#x4ee;" u2="&#x2c;" k="123" />
+    <hkern u1="&#x4ef;" u2="&#x513;" k="41" />
+    <hkern u1="&#x4ef;" u2="&#x509;" k="41" />
+    <hkern u1="&#x4ef;" u2="&#x4c6;" k="41" />
+    <hkern u1="&#x4ef;" u2="&#x467;" k="41" />
+    <hkern u1="&#x4ef;" u2="&#x201e;" k="82" />
+    <hkern u1="&#x4ef;" u2="&#x201a;" k="82" />
+    <hkern u1="&#x4ef;" u2="&#x459;" k="41" />
+    <hkern u1="&#x4ef;" u2="&#x43b;" k="41" />
+    <hkern u1="&#x4ef;" u2="&#x434;" k="41" />
+    <hkern u1="&#x4ef;" u2="&#x2e;" k="82" />
+    <hkern u1="&#x4ef;" u2="&#x2c;" k="82" />
+    <hkern u1="&#x4f0;" u2="&#x513;" k="82" />
+    <hkern u1="&#x4f0;" u2="&#x512;" k="102" />
+    <hkern u1="&#x4f0;" u2="&#x511;" k="41" />
+    <hkern u1="&#x4f0;" u2="&#x50d;" k="41" />
+    <hkern u1="&#x4f0;" u2="&#x50c;" k="20" />
+    <hkern u1="&#x4f0;" u2="&#x509;" k="82" />
+    <hkern u1="&#x4f0;" u2="&#x508;" k="102" />
+    <hkern u1="&#x4f0;" u2="&#x503;" k="41" />
+    <hkern u1="&#x4f0;" u2="&#x502;" k="143" />
+    <hkern u1="&#x4f0;" u2="&#x501;" k="41" />
+    <hkern u1="&#x4f0;" u2="&#x500;" k="143" />
+    <hkern u1="&#x4f0;" u2="&#x4f5;" k="41" />
+    <hkern u1="&#x4f0;" u2="&#x4eb;" k="41" />
+    <hkern u1="&#x4f0;" u2="&#x4ea;" k="20" />
+    <hkern u1="&#x4f0;" u2="&#x4e9;" k="41" />
+    <hkern u1="&#x4f0;" u2="&#x4e8;" k="20" />
+    <hkern u1="&#x4f0;" u2="&#x4e7;" k="41" />
+    <hkern u1="&#x4f0;" u2="&#x4e6;" k="20" />
+    <hkern u1="&#x4f0;" u2="&#x4d7;" k="41" />
+    <hkern u1="&#x4f0;" u2="&#x4d4;" k="143" />
+    <hkern u1="&#x4f0;" u2="&#x4d2;" k="143" />
+    <hkern u1="&#x4f0;" u2="&#x4d0;" k="143" />
+    <hkern u1="&#x4f0;" u2="&#x4cc;" k="41" />
+    <hkern u1="&#x4f0;" u2="&#x4c6;" k="82" />
+    <hkern u1="&#x4f0;" u2="&#x4c5;" k="102" />
+    <hkern u1="&#x4f0;" u2="&#x4bf;" k="61" />
+    <hkern u1="&#x4f0;" u2="&#x4be;" k="41" />
+    <hkern u1="&#x4f0;" u2="&#x4bd;" k="61" />
+    <hkern u1="&#x4f0;" u2="&#x4bc;" k="41" />
+    <hkern u1="&#x4f0;" u2="&#x4b9;" k="41" />
+    <hkern u1="&#x4f0;" u2="&#x4b7;" k="41" />
+    <hkern u1="&#x4f0;" u2="&#x4ab;" k="41" />
+    <hkern u1="&#x4f0;" u2="&#x4aa;" k="20" />
+    <hkern u1="&#x4f0;" u2="&#x4a9;" k="41" />
+    <hkern u1="&#x4f0;" u2="&#x4a8;" k="20" />
+    <hkern u1="&#x4f0;" u2="&#x49f;" k="-102" />
+    <hkern u1="&#x4f0;" u2="&#x48d;" k="-102" />
+    <hkern u1="&#x4f0;" u2="&#x481;" k="41" />
+    <hkern u1="&#x4f0;" u2="&#x480;" k="20" />
+    <hkern u1="&#x4f0;" u2="&#x47e;" k="20" />
+    <hkern u1="&#x4f0;" u2="&#x47d;" k="41" />
+    <hkern u1="&#x4f0;" u2="&#x47c;" k="20" />
+    <hkern u1="&#x4f0;" u2="&#x47b;" k="41" />
+    <hkern u1="&#x4f0;" u2="&#x47a;" k="20" />
+    <hkern u1="&#x4f0;" u2="&#x479;" k="41" />
+    <hkern u1="&#x4f0;" u2="&#x478;" k="20" />
+    <hkern u1="&#x4f0;" u2="&#x473;" k="41" />
+    <hkern u1="&#x4f0;" u2="&#x472;" k="20" />
+    <hkern u1="&#x4f0;" u2="&#x467;" k="82" />
+    <hkern u1="&#x4f0;" u2="&#x466;" k="143" />
+    <hkern u1="&#x4f0;" u2="&#x460;" k="20" />
+    <hkern u1="&#x4f0;" u2="&#x450;" k="41" />
+    <hkern u1="&#x4f0;" u2="&#x201e;" k="123" />
+    <hkern u1="&#x4f0;" u2="&#x201a;" k="123" />
+    <hkern u1="&#x4f0;" u2="&#x45b;" k="-102" />
+    <hkern u1="&#x4f0;" u2="&#x459;" k="82" />
+    <hkern u1="&#x4f0;" u2="&#x455;" k="20" />
+    <hkern u1="&#x4f0;" u2="&#x454;" k="41" />
+    <hkern u1="&#x4f0;" u2="&#x452;" k="-102" />
+    <hkern u1="&#x4f0;" u2="&#x451;" k="41" />
+    <hkern u1="&#x4f0;" u2="&#x447;" k="41" />
+    <hkern u1="&#x4f0;" u2="&#x444;" k="41" />
+    <hkern u1="&#x4f0;" u2="&#x441;" k="41" />
+    <hkern u1="&#x4f0;" u2="&#x43e;" k="41" />
+    <hkern u1="&#x4f0;" u2="&#x43b;" k="82" />
+    <hkern u1="&#x4f0;" u2="&#x435;" k="41" />
+    <hkern u1="&#x4f0;" u2="&#x434;" k="82" />
+    <hkern u1="&#x4f0;" u2="&#x42f;" k="20" />
+    <hkern u1="&#x4f0;" u2="&#x424;" k="61" />
+    <hkern u1="&#x4f0;" u2="&#x421;" k="20" />
+    <hkern u1="&#x4f0;" u2="&#x41e;" k="20" />
+    <hkern u1="&#x4f0;" u2="&#x41b;" k="102" />
+    <hkern u1="&#x4f0;" u2="&#x414;" k="102" />
+    <hkern u1="&#x4f0;" u2="&#x410;" k="143" />
+    <hkern u1="&#x4f0;" u2="&#x409;" k="102" />
+    <hkern u1="&#x4f0;" u2="&#x404;" k="20" />
+    <hkern u1="&#x4f0;" u2="&#x2e;" k="123" />
+    <hkern u1="&#x4f0;" u2="&#x2c;" k="123" />
+    <hkern u1="&#x4f1;" u2="&#x513;" k="41" />
+    <hkern u1="&#x4f1;" u2="&#x509;" k="41" />
+    <hkern u1="&#x4f1;" u2="&#x4c6;" k="41" />
+    <hkern u1="&#x4f1;" u2="&#x467;" k="41" />
+    <hkern u1="&#x4f1;" u2="&#x201e;" k="82" />
+    <hkern u1="&#x4f1;" u2="&#x201a;" k="82" />
+    <hkern u1="&#x4f1;" u2="&#x459;" k="41" />
+    <hkern u1="&#x4f1;" u2="&#x43b;" k="41" />
+    <hkern u1="&#x4f1;" u2="&#x434;" k="41" />
+    <hkern u1="&#x4f1;" u2="&#x2e;" k="82" />
+    <hkern u1="&#x4f1;" u2="&#x2c;" k="82" />
+    <hkern u1="&#x4f2;" u2="&#x513;" k="82" />
+    <hkern u1="&#x4f2;" u2="&#x512;" k="102" />
+    <hkern u1="&#x4f2;" u2="&#x511;" k="41" />
+    <hkern u1="&#x4f2;" u2="&#x50d;" k="41" />
+    <hkern u1="&#x4f2;" u2="&#x50c;" k="20" />
+    <hkern u1="&#x4f2;" u2="&#x509;" k="82" />
+    <hkern u1="&#x4f2;" u2="&#x508;" k="102" />
+    <hkern u1="&#x4f2;" u2="&#x503;" k="41" />
+    <hkern u1="&#x4f2;" u2="&#x502;" k="143" />
+    <hkern u1="&#x4f2;" u2="&#x501;" k="41" />
+    <hkern u1="&#x4f2;" u2="&#x500;" k="143" />
+    <hkern u1="&#x4f2;" u2="&#x4f5;" k="41" />
+    <hkern u1="&#x4f2;" u2="&#x4eb;" k="41" />
+    <hkern u1="&#x4f2;" u2="&#x4ea;" k="20" />
+    <hkern u1="&#x4f2;" u2="&#x4e9;" k="41" />
+    <hkern u1="&#x4f2;" u2="&#x4e8;" k="20" />
+    <hkern u1="&#x4f2;" u2="&#x4e7;" k="41" />
+    <hkern u1="&#x4f2;" u2="&#x4e6;" k="20" />
+    <hkern u1="&#x4f2;" u2="&#x4d7;" k="41" />
+    <hkern u1="&#x4f2;" u2="&#x4d4;" k="143" />
+    <hkern u1="&#x4f2;" u2="&#x4d2;" k="143" />
+    <hkern u1="&#x4f2;" u2="&#x4d0;" k="143" />
+    <hkern u1="&#x4f2;" u2="&#x4cc;" k="41" />
+    <hkern u1="&#x4f2;" u2="&#x4c6;" k="82" />
+    <hkern u1="&#x4f2;" u2="&#x4c5;" k="102" />
+    <hkern u1="&#x4f2;" u2="&#x4bf;" k="61" />
+    <hkern u1="&#x4f2;" u2="&#x4be;" k="41" />
+    <hkern u1="&#x4f2;" u2="&#x4bd;" k="61" />
+    <hkern u1="&#x4f2;" u2="&#x4bc;" k="41" />
+    <hkern u1="&#x4f2;" u2="&#x4b9;" k="41" />
+    <hkern u1="&#x4f2;" u2="&#x4b7;" k="41" />
+    <hkern u1="&#x4f2;" u2="&#x4ab;" k="41" />
+    <hkern u1="&#x4f2;" u2="&#x4aa;" k="20" />
+    <hkern u1="&#x4f2;" u2="&#x4a9;" k="41" />
+    <hkern u1="&#x4f2;" u2="&#x4a8;" k="20" />
+    <hkern u1="&#x4f2;" u2="&#x49f;" k="-102" />
+    <hkern u1="&#x4f2;" u2="&#x48d;" k="-102" />
+    <hkern u1="&#x4f2;" u2="&#x481;" k="41" />
+    <hkern u1="&#x4f2;" u2="&#x480;" k="20" />
+    <hkern u1="&#x4f2;" u2="&#x47e;" k="20" />
+    <hkern u1="&#x4f2;" u2="&#x47d;" k="41" />
+    <hkern u1="&#x4f2;" u2="&#x47c;" k="20" />
+    <hkern u1="&#x4f2;" u2="&#x47b;" k="41" />
+    <hkern u1="&#x4f2;" u2="&#x47a;" k="20" />
+    <hkern u1="&#x4f2;" u2="&#x479;" k="41" />
+    <hkern u1="&#x4f2;" u2="&#x478;" k="20" />
+    <hkern u1="&#x4f2;" u2="&#x473;" k="41" />
+    <hkern u1="&#x4f2;" u2="&#x472;" k="20" />
+    <hkern u1="&#x4f2;" u2="&#x467;" k="82" />
+    <hkern u1="&#x4f2;" u2="&#x466;" k="143" />
+    <hkern u1="&#x4f2;" u2="&#x460;" k="20" />
+    <hkern u1="&#x4f2;" u2="&#x450;" k="41" />
+    <hkern u1="&#x4f2;" u2="&#x201e;" k="123" />
+    <hkern u1="&#x4f2;" u2="&#x201a;" k="123" />
+    <hkern u1="&#x4f2;" u2="&#x45b;" k="-102" />
+    <hkern u1="&#x4f2;" u2="&#x459;" k="82" />
+    <hkern u1="&#x4f2;" u2="&#x455;" k="20" />
+    <hkern u1="&#x4f2;" u2="&#x454;" k="41" />
+    <hkern u1="&#x4f2;" u2="&#x452;" k="-102" />
+    <hkern u1="&#x4f2;" u2="&#x451;" k="41" />
+    <hkern u1="&#x4f2;" u2="&#x447;" k="41" />
+    <hkern u1="&#x4f2;" u2="&#x444;" k="41" />
+    <hkern u1="&#x4f2;" u2="&#x441;" k="41" />
+    <hkern u1="&#x4f2;" u2="&#x43e;" k="41" />
+    <hkern u1="&#x4f2;" u2="&#x43b;" k="82" />
+    <hkern u1="&#x4f2;" u2="&#x435;" k="41" />
+    <hkern u1="&#x4f2;" u2="&#x434;" k="82" />
+    <hkern u1="&#x4f2;" u2="&#x42f;" k="20" />
+    <hkern u1="&#x4f2;" u2="&#x424;" k="61" />
+    <hkern u1="&#x4f2;" u2="&#x421;" k="20" />
+    <hkern u1="&#x4f2;" u2="&#x41e;" k="20" />
+    <hkern u1="&#x4f2;" u2="&#x41b;" k="102" />
+    <hkern u1="&#x4f2;" u2="&#x414;" k="102" />
+    <hkern u1="&#x4f2;" u2="&#x410;" k="143" />
+    <hkern u1="&#x4f2;" u2="&#x409;" k="102" />
+    <hkern u1="&#x4f2;" u2="&#x404;" k="20" />
+    <hkern u1="&#x4f2;" u2="&#x2e;" k="123" />
+    <hkern u1="&#x4f2;" u2="&#x2c;" k="123" />
+    <hkern u1="&#x4f3;" u2="&#x513;" k="41" />
+    <hkern u1="&#x4f3;" u2="&#x509;" k="41" />
+    <hkern u1="&#x4f3;" u2="&#x4c6;" k="41" />
+    <hkern u1="&#x4f3;" u2="&#x467;" k="41" />
+    <hkern u1="&#x4f3;" u2="&#x201e;" k="82" />
+    <hkern u1="&#x4f3;" u2="&#x201a;" k="82" />
+    <hkern u1="&#x4f3;" u2="&#x459;" k="41" />
+    <hkern u1="&#x4f3;" u2="&#x43b;" k="41" />
+    <hkern u1="&#x4f3;" u2="&#x434;" k="41" />
+    <hkern u1="&#x4f3;" u2="&#x2e;" k="82" />
+    <hkern u1="&#x4f3;" u2="&#x2c;" k="82" />
+    <hkern u1="&#x4f6;" u2="&#x513;" k="123" />
+    <hkern u1="&#x4f6;" u2="&#x512;" k="102" />
+    <hkern u1="&#x4f6;" u2="&#x511;" k="143" />
+    <hkern u1="&#x4f6;" u2="&#x50f;" k="82" />
+    <hkern u1="&#x4f6;" u2="&#x50d;" k="143" />
+    <hkern u1="&#x4f6;" u2="&#x50c;" k="41" />
+    <hkern u1="&#x4f6;" u2="&#x50b;" k="102" />
+    <hkern u1="&#x4f6;" u2="&#x509;" k="123" />
+    <hkern u1="&#x4f6;" u2="&#x508;" k="102" />
+    <hkern u1="&#x4f6;" u2="&#x507;" k="102" />
+    <hkern u1="&#x4f6;" u2="&#x505;" k="102" />
+    <hkern u1="&#x4f6;" u2="&#x503;" k="143" />
+    <hkern u1="&#x4f6;" u2="&#x502;" k="143" />
+    <hkern u1="&#x4f6;" u2="&#x501;" k="143" />
+    <hkern u1="&#x4f6;" u2="&#x500;" k="143" />
+    <hkern u1="&#x4f6;" u2="&#x4ff;" k="41" />
+    <hkern u1="&#x4f6;" u2="&#x4fd;" k="41" />
+    <hkern u1="&#x4f6;" u2="&#x4f9;" k="102" />
+    <hkern u1="&#x4f6;" u2="&#x4f7;" k="102" />
+    <hkern u1="&#x4f6;" u2="&#x4f5;" k="102" />
+    <hkern u1="&#x4f6;" u2="&#x4f3;" k="82" />
+    <hkern u1="&#x4f6;" u2="&#x4f1;" k="82" />
+    <hkern u1="&#x4f6;" u2="&#x4ef;" k="82" />
+    <hkern u1="&#x4f6;" u2="&#x4ed;" k="41" />
+    <hkern u1="&#x4f6;" u2="&#x4eb;" k="143" />
+    <hkern u1="&#x4f6;" u2="&#x4ea;" k="41" />
+    <hkern u1="&#x4f6;" u2="&#x4e9;" k="143" />
+    <hkern u1="&#x4f6;" u2="&#x4e8;" k="41" />
+    <hkern u1="&#x4f6;" u2="&#x4e7;" k="143" />
+    <hkern u1="&#x4f6;" u2="&#x4e6;" k="41" />
+    <hkern u1="&#x4f6;" u2="&#x4e5;" k="102" />
+    <hkern u1="&#x4f6;" u2="&#x4e3;" k="102" />
+    <hkern u1="&#x4f6;" u2="&#x4e1;" k="61" />
+    <hkern u1="&#x4f6;" u2="&#x4df;" k="41" />
+    <hkern u1="&#x4f6;" u2="&#x4dd;" k="41" />
+    <hkern u1="&#x4f6;" u2="&#x4d7;" k="143" />
+    <hkern u1="&#x4f6;" u2="&#x4d4;" k="143" />
+    <hkern u1="&#x4f6;" u2="&#x4d2;" k="143" />
+    <hkern u1="&#x4f6;" u2="&#x4d0;" k="143" />
+    <hkern u1="&#x4f6;" u2="&#x4ce;" k="102" />
+    <hkern u1="&#x4f6;" u2="&#x4cc;" k="102" />
+    <hkern u1="&#x4f6;" u2="&#x4ca;" k="102" />
+    <hkern u1="&#x4f6;" u2="&#x4c8;" k="102" />
+    <hkern u1="&#x4f6;" u2="&#x4c6;" k="123" />
+    <hkern u1="&#x4f6;" u2="&#x4c5;" k="102" />
+    <hkern u1="&#x4f6;" u2="&#x4c4;" k="102" />
+    <hkern u1="&#x4f6;" u2="&#x4c2;" k="41" />
+    <hkern u1="&#x4f6;" u2="&#x4bf;" k="143" />
+    <hkern u1="&#x4f6;" u2="&#x4be;" k="102" />
+    <hkern u1="&#x4f6;" u2="&#x4bd;" k="143" />
+    <hkern u1="&#x4f6;" u2="&#x4bc;" k="102" />
+    <hkern u1="&#x4f6;" u2="&#x4bb;" k="102" />
+    <hkern u1="&#x4f6;" u2="&#x4b9;" k="102" />
+    <hkern u1="&#x4f6;" u2="&#x4b7;" k="102" />
+    <hkern u1="&#x4f6;" u2="&#x4b5;" k="82" />
+    <hkern u1="&#x4f6;" u2="&#x4b3;" k="41" />
+    <hkern u1="&#x4f6;" u2="&#x4b1;" k="82" />
+    <hkern u1="&#x4f6;" u2="&#x4af;" k="82" />
+    <hkern u1="&#x4f6;" u2="&#x4ad;" k="82" />
+    <hkern u1="&#x4f6;" u2="&#x4ac;" k="-41" />
+    <hkern u1="&#x4f6;" u2="&#x4ab;" k="143" />
+    <hkern u1="&#x4f6;" u2="&#x4aa;" k="41" />
+    <hkern u1="&#x4f6;" u2="&#x4a9;" k="143" />
+    <hkern u1="&#x4f6;" u2="&#x4a8;" k="41" />
+    <hkern u1="&#x4f6;" u2="&#x4a7;" k="102" />
+    <hkern u1="&#x4f6;" u2="&#x4a5;" k="102" />
+    <hkern u1="&#x4f6;" u2="&#x4a3;" k="102" />
+    <hkern u1="&#x4f6;" u2="&#x4a1;" k="82" />
+    <hkern u1="&#x4f6;" u2="&#x49d;" k="102" />
+    <hkern u1="&#x4f6;" u2="&#x49b;" k="102" />
+    <hkern u1="&#x4f6;" u2="&#x499;" k="41" />
+    <hkern u1="&#x4f6;" u2="&#x497;" k="41" />
+    <hkern u1="&#x4f6;" u2="&#x495;" k="102" />
+    <hkern u1="&#x4f6;" u2="&#x48f;" k="102" />
+    <hkern u1="&#x4f6;" u2="&#x48b;" k="102" />
+    <hkern u1="&#x4f6;" u2="&#x481;" k="143" />
+    <hkern u1="&#x4f6;" u2="&#x480;" k="41" />
+    <hkern u1="&#x4f6;" u2="&#x47f;" k="41" />
+    <hkern u1="&#x4f6;" u2="&#x47e;" k="41" />
+    <hkern u1="&#x4f6;" u2="&#x47d;" k="143" />
+    <hkern u1="&#x4f6;" u2="&#x47c;" k="41" />
+    <hkern u1="&#x4f6;" u2="&#x47b;" k="143" />
+    <hkern u1="&#x4f6;" u2="&#x47a;" k="41" />
+    <hkern u1="&#x4f6;" u2="&#x479;" k="143" />
+    <hkern u1="&#x4f6;" u2="&#x478;" k="41" />
+    <hkern u1="&#x4f6;" u2="&#x477;" k="41" />
+    <hkern u1="&#x4f6;" u2="&#x475;" k="41" />
+    <hkern u1="&#x4f6;" u2="&#x473;" k="143" />
+    <hkern u1="&#x4f6;" u2="&#x472;" k="41" />
+    <hkern u1="&#x4f6;" u2="&#x471;" k="102" />
+    <hkern u1="&#x4f6;" u2="&#x46d;" k="102" />
+    <hkern u1="&#x4f6;" u2="&#x46b;" k="102" />
+    <hkern u1="&#x4f6;" u2="&#x469;" k="102" />
+    <hkern u1="&#x4f6;" u2="&#x467;" k="123" />
+    <hkern u1="&#x4f6;" u2="&#x466;" k="143" />
+    <hkern u1="&#x4f6;" u2="&#x465;" k="102" />
+    <hkern u1="&#x4f6;" u2="&#x461;" k="41" />
+    <hkern u1="&#x4f6;" u2="&#x460;" k="41" />
+    <hkern u1="&#x4f6;" u2="&#x45d;" k="102" />
+    <hkern u1="&#x4f6;" u2="&#x450;" k="143" />
+    <hkern u1="&#x4f6;" u2="&#x201e;" k="123" />
+    <hkern u1="&#x4f6;" u2="&#x201a;" k="123" />
+    <hkern u1="&#x4f6;" u2="&#x2015;" k="82" />
+    <hkern u1="&#x4f6;" u2="&#x2014;" k="82" />
+    <hkern u1="&#x4f6;" u2="&#x2013;" k="82" />
+    <hkern u1="&#x4f6;" u2="&#x491;" k="102" />
+    <hkern u1="&#x4f6;" u2="&#x45f;" k="102" />
+    <hkern u1="&#x4f6;" u2="&#x45e;" k="82" />
+    <hkern u1="&#x4f6;" u2="&#x45c;" k="102" />
+    <hkern u1="&#x4f6;" u2="&#x45a;" k="102" />
+    <hkern u1="&#x4f6;" u2="&#x459;" k="123" />
+    <hkern u1="&#x4f6;" u2="&#x455;" k="123" />
+    <hkern u1="&#x4f6;" u2="&#x454;" k="143" />
+    <hkern u1="&#x4f6;" u2="&#x453;" k="102" />
+    <hkern u1="&#x4f6;" u2="&#x451;" k="143" />
+    <hkern u1="&#x4f6;" u2="&#x44f;" k="61" />
+    <hkern u1="&#x4f6;" u2="&#x44e;" k="102" />
+    <hkern u1="&#x4f6;" u2="&#x44d;" k="41" />
+    <hkern u1="&#x4f6;" u2="&#x44c;" k="102" />
+    <hkern u1="&#x4f6;" u2="&#x44b;" k="102" />
+    <hkern u1="&#x4f6;" u2="&#x44a;" k="82" />
+    <hkern u1="&#x4f6;" u2="&#x449;" k="102" />
+    <hkern u1="&#x4f6;" u2="&#x448;" k="102" />
+    <hkern u1="&#x4f6;" u2="&#x447;" k="102" />
+    <hkern u1="&#x4f6;" u2="&#x446;" k="102" />
+    <hkern u1="&#x4f6;" u2="&#x445;" k="41" />
+    <hkern u1="&#x4f6;" u2="&#x444;" k="143" />
+    <hkern u1="&#x4f6;" u2="&#x443;" k="82" />
+    <hkern u1="&#x4f6;" u2="&#x442;" k="82" />
+    <hkern u1="&#x4f6;" u2="&#x441;" k="143" />
+    <hkern u1="&#x4f6;" u2="&#x440;" k="102" />
+    <hkern u1="&#x4f6;" u2="&#x43f;" k="102" />
+    <hkern u1="&#x4f6;" u2="&#x43e;" k="143" />
+    <hkern u1="&#x4f6;" u2="&#x43d;" k="102" />
+    <hkern u1="&#x4f6;" u2="&#x43c;" k="102" />
+    <hkern u1="&#x4f6;" u2="&#x43b;" k="123" />
+    <hkern u1="&#x4f6;" u2="&#x43a;" k="102" />
+    <hkern u1="&#x4f6;" u2="&#x439;" k="102" />
+    <hkern u1="&#x4f6;" u2="&#x438;" k="102" />
+    <hkern u1="&#x4f6;" u2="&#x437;" k="41" />
+    <hkern u1="&#x4f6;" u2="&#x436;" k="41" />
+    <hkern u1="&#x4f6;" u2="&#x435;" k="143" />
+    <hkern u1="&#x4f6;" u2="&#x434;" k="123" />
+    <hkern u1="&#x4f6;" u2="&#x433;" k="102" />
+    <hkern u1="&#x4f6;" u2="&#x432;" k="102" />
+    <hkern u1="&#x4f6;" u2="&#x424;" k="82" />
+    <hkern u1="&#x4f6;" u2="&#x422;" k="-41" />
+    <hkern u1="&#x4f6;" u2="&#x421;" k="41" />
+    <hkern u1="&#x4f6;" u2="&#x41e;" k="41" />
+    <hkern u1="&#x4f6;" u2="&#x41b;" k="102" />
+    <hkern u1="&#x4f6;" u2="&#x414;" k="102" />
+    <hkern u1="&#x4f6;" u2="&#x410;" k="143" />
+    <hkern u1="&#x4f6;" u2="&#x409;" k="102" />
+    <hkern u1="&#x4f6;" u2="&#x404;" k="41" />
+    <hkern u1="&#x4f6;" u2="&#x2e;" k="123" />
+    <hkern u1="&#x4f6;" u2="&#x2d;" k="82" />
+    <hkern u1="&#x4f6;" u2="&#x2c;" k="123" />
+    <hkern u1="&#x4f7;" u2="&#x513;" k="61" />
+    <hkern u1="&#x4f7;" u2="&#x511;" k="20" />
+    <hkern u1="&#x4f7;" u2="&#x50d;" k="20" />
+    <hkern u1="&#x4f7;" u2="&#x509;" k="61" />
+    <hkern u1="&#x4f7;" u2="&#x503;" k="20" />
+    <hkern u1="&#x4f7;" u2="&#x501;" k="20" />
+    <hkern u1="&#x4f7;" u2="&#x4eb;" k="20" />
+    <hkern u1="&#x4f7;" u2="&#x4e9;" k="20" />
+    <hkern u1="&#x4f7;" u2="&#x4e7;" k="20" />
+    <hkern u1="&#x4f7;" u2="&#x4d7;" k="20" />
+    <hkern u1="&#x4f7;" u2="&#x4c6;" k="61" />
+    <hkern u1="&#x4f7;" u2="&#x4ab;" k="20" />
+    <hkern u1="&#x4f7;" u2="&#x4a9;" k="20" />
+    <hkern u1="&#x4f7;" u2="&#x481;" k="20" />
+    <hkern u1="&#x4f7;" u2="&#x47d;" k="20" />
+    <hkern u1="&#x4f7;" u2="&#x47b;" k="20" />
+    <hkern u1="&#x4f7;" u2="&#x479;" k="20" />
+    <hkern u1="&#x4f7;" u2="&#x473;" k="20" />
+    <hkern u1="&#x4f7;" u2="&#x467;" k="61" />
+    <hkern u1="&#x4f7;" u2="&#x450;" k="20" />
+    <hkern u1="&#x4f7;" u2="&#x201e;" k="102" />
+    <hkern u1="&#x4f7;" u2="&#x201a;" k="102" />
+    <hkern u1="&#x4f7;" u2="&#x2015;" k="41" />
+    <hkern u1="&#x4f7;" u2="&#x2014;" k="41" />
+    <hkern u1="&#x4f7;" u2="&#x2013;" k="41" />
+    <hkern u1="&#x4f7;" u2="&#x459;" k="61" />
+    <hkern u1="&#x4f7;" u2="&#x454;" k="20" />
+    <hkern u1="&#x4f7;" u2="&#x451;" k="20" />
+    <hkern u1="&#x4f7;" u2="&#x444;" k="20" />
+    <hkern u1="&#x4f7;" u2="&#x441;" k="20" />
+    <hkern u1="&#x4f7;" u2="&#x43e;" k="20" />
+    <hkern u1="&#x4f7;" u2="&#x43b;" k="61" />
+    <hkern u1="&#x4f7;" u2="&#x435;" k="20" />
+    <hkern u1="&#x4f7;" u2="&#x434;" k="61" />
+    <hkern u1="&#x4f7;" u2="&#x2e;" k="102" />
+    <hkern u1="&#x4f7;" u2="&#x2d;" k="41" />
+    <hkern u1="&#x4f7;" u2="&#x2c;" k="102" />
+    <hkern u1="&#x4fa;" u2="&#x513;" k="102" />
+    <hkern u1="&#x4fa;" u2="&#x512;" k="82" />
+    <hkern u1="&#x4fa;" u2="&#x511;" k="82" />
+    <hkern u1="&#x4fa;" u2="&#x50e;" k="-41" />
+    <hkern u1="&#x4fa;" u2="&#x50d;" k="82" />
+    <hkern u1="&#x4fa;" u2="&#x50c;" k="41" />
+    <hkern u1="&#x4fa;" u2="&#x50b;" k="61" />
+    <hkern u1="&#x4fa;" u2="&#x509;" k="102" />
+    <hkern u1="&#x4fa;" u2="&#x508;" k="82" />
+    <hkern u1="&#x4fa;" u2="&#x507;" k="41" />
+    <hkern u1="&#x4fa;" u2="&#x505;" k="41" />
+    <hkern u1="&#x4fa;" u2="&#x503;" k="82" />
+    <hkern u1="&#x4fa;" u2="&#x502;" k="102" />
+    <hkern u1="&#x4fa;" u2="&#x501;" k="82" />
+    <hkern u1="&#x4fa;" u2="&#x500;" k="102" />
+    <hkern u1="&#x4fa;" u2="&#x4ff;" k="41" />
+    <hkern u1="&#x4fa;" u2="&#x4fd;" k="41" />
+    <hkern u1="&#x4fa;" u2="&#x4f9;" k="61" />
+    <hkern u1="&#x4fa;" u2="&#x4f7;" k="61" />
+    <hkern u1="&#x4fa;" u2="&#x4f5;" k="102" />
+    <hkern u1="&#x4fa;" u2="&#x4ed;" k="41" />
+    <hkern u1="&#x4fa;" u2="&#x4eb;" k="82" />
+    <hkern u1="&#x4fa;" u2="&#x4ea;" k="41" />
+    <hkern u1="&#x4fa;" u2="&#x4e9;" k="82" />
+    <hkern u1="&#x4fa;" u2="&#x4e8;" k="41" />
+    <hkern u1="&#x4fa;" u2="&#x4e7;" k="82" />
+    <hkern u1="&#x4fa;" u2="&#x4e6;" k="41" />
+    <hkern u1="&#x4fa;" u2="&#x4e5;" k="61" />
+    <hkern u1="&#x4fa;" u2="&#x4e3;" k="61" />
+    <hkern u1="&#x4fa;" u2="&#x4df;" k="41" />
+    <hkern u1="&#x4fa;" u2="&#x4dd;" k="41" />
+    <hkern u1="&#x4fa;" u2="&#x4d7;" k="82" />
+    <hkern u1="&#x4fa;" u2="&#x4d4;" k="123" />
+    <hkern u1="&#x4fa;" u2="&#x4d2;" k="123" />
+    <hkern u1="&#x4fa;" u2="&#x4d0;" k="123" />
+    <hkern u1="&#x4fa;" u2="&#x4ce;" k="61" />
+    <hkern u1="&#x4fa;" u2="&#x4cc;" k="102" />
+    <hkern u1="&#x4fa;" u2="&#x4ca;" k="61" />
+    <hkern u1="&#x4fa;" u2="&#x4c8;" k="61" />
+    <hkern u1="&#x4fa;" u2="&#x4c6;" k="102" />
+    <hkern u1="&#x4fa;" u2="&#x4c5;" k="82" />
+    <hkern u1="&#x4fa;" u2="&#x4c4;" k="61" />
+    <hkern u1="&#x4fa;" u2="&#x4c2;" k="41" />
+    <hkern u1="&#x4fa;" u2="&#x4bf;" k="61" />
+    <hkern u1="&#x4fa;" u2="&#x4be;" k="41" />
+    <hkern u1="&#x4fa;" u2="&#x4bd;" k="61" />
+    <hkern u1="&#x4fa;" u2="&#x4bc;" k="41" />
+    <hkern u1="&#x4fa;" u2="&#x4bb;" k="61" />
+    <hkern u1="&#x4fa;" u2="&#x4b9;" k="102" />
+    <hkern u1="&#x4fa;" u2="&#x4b7;" k="102" />
+    <hkern u1="&#x4fa;" u2="&#x4b4;" k="-41" />
+    <hkern u1="&#x4fa;" u2="&#x4b3;" k="41" />
+    <hkern u1="&#x4fa;" u2="&#x4ac;" k="-41" />
+    <hkern u1="&#x4fa;" u2="&#x4ab;" k="82" />
+    <hkern u1="&#x4fa;" u2="&#x4aa;" k="41" />
+    <hkern u1="&#x4fa;" u2="&#x4a9;" k="82" />
+    <hkern u1="&#x4fa;" u2="&#x4a8;" k="41" />
+    <hkern u1="&#x4fa;" u2="&#x4a7;" k="61" />
+    <hkern u1="&#x4fa;" u2="&#x4a5;" k="61" />
+    <hkern u1="&#x4fa;" u2="&#x4a3;" k="61" />
+    <hkern u1="&#x4fa;" u2="&#x4a0;" k="-41" />
+    <hkern u1="&#x4fa;" u2="&#x49f;" k="-41" />
+    <hkern u1="&#x4fa;" u2="&#x49d;" k="61" />
+    <hkern u1="&#x4fa;" u2="&#x49b;" k="61" />
+    <hkern u1="&#x4fa;" u2="&#x499;" k="41" />
+    <hkern u1="&#x4fa;" u2="&#x497;" k="41" />
+    <hkern u1="&#x4fa;" u2="&#x495;" k="61" />
+    <hkern u1="&#x4fa;" u2="&#x48f;" k="61" />
+    <hkern u1="&#x4fa;" u2="&#x48d;" k="-41" />
+    <hkern u1="&#x4fa;" u2="&#x48b;" k="61" />
+    <hkern u1="&#x4fa;" u2="&#x481;" k="82" />
+    <hkern u1="&#x4fa;" u2="&#x480;" k="41" />
+    <hkern u1="&#x4fa;" u2="&#x47e;" k="41" />
+    <hkern u1="&#x4fa;" u2="&#x47d;" k="82" />
+    <hkern u1="&#x4fa;" u2="&#x47c;" k="41" />
+    <hkern u1="&#x4fa;" u2="&#x47b;" k="82" />
+    <hkern u1="&#x4fa;" u2="&#x47a;" k="41" />
+    <hkern u1="&#x4fa;" u2="&#x479;" k="82" />
+    <hkern u1="&#x4fa;" u2="&#x478;" k="41" />
+    <hkern u1="&#x4fa;" u2="&#x473;" k="82" />
+    <hkern u1="&#x4fa;" u2="&#x472;" k="41" />
+    <hkern u1="&#x4fa;" u2="&#x471;" k="61" />
+    <hkern u1="&#x4fa;" u2="&#x46d;" k="61" />
+    <hkern u1="&#x4fa;" u2="&#x46b;" k="41" />
+    <hkern u1="&#x4fa;" u2="&#x469;" k="61" />
+    <hkern u1="&#x4fa;" u2="&#x467;" k="102" />
+    <hkern u1="&#x4fa;" u2="&#x466;" k="123" />
+    <hkern u1="&#x4fa;" u2="&#x465;" k="61" />
+    <hkern u1="&#x4fa;" u2="&#x460;" k="41" />
+    <hkern u1="&#x4fa;" u2="&#x45d;" k="61" />
+    <hkern u1="&#x4fa;" u2="&#x450;" k="82" />
+    <hkern u1="&#x4fa;" u2="&#x201e;" k="102" />
+    <hkern u1="&#x4fa;" u2="&#x201a;" k="102" />
+    <hkern u1="&#x4fa;" u2="&#x2015;" k="41" />
+    <hkern u1="&#x4fa;" u2="&#x2014;" k="41" />
+    <hkern u1="&#x4fa;" u2="&#x2013;" k="41" />
+    <hkern u1="&#x4fa;" u2="&#x491;" k="61" />
+    <hkern u1="&#x4fa;" u2="&#x45f;" k="61" />
+    <hkern u1="&#x4fa;" u2="&#x45c;" k="61" />
+    <hkern u1="&#x4fa;" u2="&#x45b;" k="-41" />
+    <hkern u1="&#x4fa;" u2="&#x45a;" k="61" />
+    <hkern u1="&#x4fa;" u2="&#x459;" k="102" />
+    <hkern u1="&#x4fa;" u2="&#x455;" k="61" />
+    <hkern u1="&#x4fa;" u2="&#x454;" k="82" />
+    <hkern u1="&#x4fa;" u2="&#x453;" k="61" />
+    <hkern u1="&#x4fa;" u2="&#x452;" k="-41" />
+    <hkern u1="&#x4fa;" u2="&#x451;" k="82" />
+    <hkern u1="&#x4fa;" u2="&#x44e;" k="61" />
+    <hkern u1="&#x4fa;" u2="&#x44d;" k="41" />
+    <hkern u1="&#x4fa;" u2="&#x44c;" k="61" />
+    <hkern u1="&#x4fa;" u2="&#x44b;" k="61" />
+    <hkern u1="&#x4fa;" u2="&#x449;" k="61" />
+    <hkern u1="&#x4fa;" u2="&#x448;" k="61" />
+    <hkern u1="&#x4fa;" u2="&#x447;" k="102" />
+    <hkern u1="&#x4fa;" u2="&#x446;" k="61" />
+    <hkern u1="&#x4fa;" u2="&#x445;" k="41" />
+    <hkern u1="&#x4fa;" u2="&#x444;" k="82" />
+    <hkern u1="&#x4fa;" u2="&#x441;" k="82" />
+    <hkern u1="&#x4fa;" u2="&#x440;" k="61" />
+    <hkern u1="&#x4fa;" u2="&#x43f;" k="61" />
+    <hkern u1="&#x4fa;" u2="&#x43e;" k="82" />
+    <hkern u1="&#x4fa;" u2="&#x43d;" k="61" />
+    <hkern u1="&#x4fa;" u2="&#x43c;" k="61" />
+    <hkern u1="&#x4fa;" u2="&#x43b;" k="102" />
+    <hkern u1="&#x4fa;" u2="&#x43a;" k="61" />
+    <hkern u1="&#x4fa;" u2="&#x439;" k="61" />
+    <hkern u1="&#x4fa;" u2="&#x438;" k="61" />
+    <hkern u1="&#x4fa;" u2="&#x437;" k="41" />
+    <hkern u1="&#x4fa;" u2="&#x436;" k="41" />
+    <hkern u1="&#x4fa;" u2="&#x435;" k="82" />
+    <hkern u1="&#x4fa;" u2="&#x434;" k="102" />
+    <hkern u1="&#x4fa;" u2="&#x433;" k="61" />
+    <hkern u1="&#x4fa;" u2="&#x432;" k="61" />
+    <hkern u1="&#x4fa;" u2="&#x42a;" k="-41" />
+    <hkern u1="&#x4fa;" u2="&#x424;" k="61" />
+    <hkern u1="&#x4fa;" u2="&#x422;" k="-41" />
+    <hkern u1="&#x4fa;" u2="&#x421;" k="41" />
+    <hkern u1="&#x4fa;" u2="&#x41e;" k="41" />
+    <hkern u1="&#x4fa;" u2="&#x41b;" k="82" />
+    <hkern u1="&#x4fa;" u2="&#x414;" k="82" />
+    <hkern u1="&#x4fa;" u2="&#x410;" k="123" />
+    <hkern u1="&#x4fa;" u2="&#x40b;" k="-41" />
+    <hkern u1="&#x4fa;" u2="&#x409;" k="82" />
+    <hkern u1="&#x4fa;" u2="&#x404;" k="41" />
+    <hkern u1="&#x4fa;" u2="&#x402;" k="-41" />
+    <hkern u1="&#x4fa;" u2="&#x2e;" k="102" />
+    <hkern u1="&#x4fa;" u2="&#x2d;" k="41" />
+    <hkern u1="&#x4fa;" u2="&#x2c;" k="102" />
+    <hkern u1="&#x4fb;" u2="&#x513;" k="61" />
+    <hkern u1="&#x4fb;" u2="&#x511;" k="41" />
+    <hkern u1="&#x4fb;" u2="&#x50d;" k="41" />
+    <hkern u1="&#x4fb;" u2="&#x509;" k="61" />
+    <hkern u1="&#x4fb;" u2="&#x503;" k="41" />
+    <hkern u1="&#x4fb;" u2="&#x501;" k="41" />
+    <hkern u1="&#x4fb;" u2="&#x4eb;" k="41" />
+    <hkern u1="&#x4fb;" u2="&#x4e9;" k="41" />
+    <hkern u1="&#x4fb;" u2="&#x4e7;" k="41" />
+    <hkern u1="&#x4fb;" u2="&#x4d7;" k="41" />
+    <hkern u1="&#x4fb;" u2="&#x4c6;" k="61" />
+    <hkern u1="&#x4fb;" u2="&#x4ab;" k="41" />
+    <hkern u1="&#x4fb;" u2="&#x4a9;" k="41" />
+    <hkern u1="&#x4fb;" u2="&#x481;" k="41" />
+    <hkern u1="&#x4fb;" u2="&#x47d;" k="41" />
+    <hkern u1="&#x4fb;" u2="&#x47b;" k="41" />
+    <hkern u1="&#x4fb;" u2="&#x479;" k="41" />
+    <hkern u1="&#x4fb;" u2="&#x473;" k="41" />
+    <hkern u1="&#x4fb;" u2="&#x467;" k="61" />
+    <hkern u1="&#x4fb;" u2="&#x450;" k="41" />
+    <hkern u1="&#x4fb;" u2="&#x201e;" k="61" />
+    <hkern u1="&#x4fb;" u2="&#x201a;" k="61" />
+    <hkern u1="&#x4fb;" u2="&#x459;" k="61" />
+    <hkern u1="&#x4fb;" u2="&#x454;" k="41" />
+    <hkern u1="&#x4fb;" u2="&#x451;" k="41" />
+    <hkern u1="&#x4fb;" u2="&#x444;" k="41" />
+    <hkern u1="&#x4fb;" u2="&#x441;" k="41" />
+    <hkern u1="&#x4fb;" u2="&#x43e;" k="41" />
+    <hkern u1="&#x4fb;" u2="&#x43b;" k="61" />
+    <hkern u1="&#x4fb;" u2="&#x435;" k="41" />
+    <hkern u1="&#x4fb;" u2="&#x434;" k="61" />
+    <hkern u1="&#x4fb;" u2="&#x2e;" k="61" />
+    <hkern u1="&#x4fb;" u2="&#x2c;" k="61" />
+    <hkern u1="&#x4fc;" u2="&#x50f;" k="41" />
+    <hkern u1="&#x4fc;" u2="&#x50c;" k="41" />
+    <hkern u1="&#x4fc;" u2="&#x507;" k="41" />
+    <hkern u1="&#x4fc;" u2="&#x505;" k="41" />
+    <hkern u1="&#x4fc;" u2="&#x4f5;" k="82" />
+    <hkern u1="&#x4fc;" u2="&#x4ea;" k="41" />
+    <hkern u1="&#x4fc;" u2="&#x4e8;" k="41" />
+    <hkern u1="&#x4fc;" u2="&#x4e6;" k="41" />
+    <hkern u1="&#x4fc;" u2="&#x4cc;" k="82" />
+    <hkern u1="&#x4fc;" u2="&#x4bf;" k="41" />
+    <hkern u1="&#x4fc;" u2="&#x4be;" k="61" />
+    <hkern u1="&#x4fc;" u2="&#x4bd;" k="41" />
+    <hkern u1="&#x4fc;" u2="&#x4bc;" k="61" />
+    <hkern u1="&#x4fc;" u2="&#x4b9;" k="82" />
+    <hkern u1="&#x4fc;" u2="&#x4b7;" k="82" />
+    <hkern u1="&#x4fc;" u2="&#x4b5;" k="41" />
+    <hkern u1="&#x4fc;" u2="&#x4ad;" k="41" />
+    <hkern u1="&#x4fc;" u2="&#x4aa;" k="41" />
+    <hkern u1="&#x4fc;" u2="&#x4a8;" k="41" />
+    <hkern u1="&#x4fc;" u2="&#x4a1;" k="41" />
+    <hkern u1="&#x4fc;" u2="&#x480;" k="41" />
+    <hkern u1="&#x4fc;" u2="&#x47e;" k="41" />
+    <hkern u1="&#x4fc;" u2="&#x47c;" k="41" />
+    <hkern u1="&#x4fc;" u2="&#x47a;" k="41" />
+    <hkern u1="&#x4fc;" u2="&#x478;" k="41" />
+    <hkern u1="&#x4fc;" u2="&#x472;" k="41" />
+    <hkern u1="&#x4fc;" u2="&#x471;" k="20" />
+    <hkern u1="&#x4fc;" u2="&#x46f;" k="-61" />
+    <hkern u1="&#x4fc;" u2="&#x460;" k="41" />
+    <hkern u1="&#x4fc;" u2="&#x44a;" k="41" />
+    <hkern u1="&#x4fc;" u2="&#x447;" k="82" />
+    <hkern u1="&#x4fc;" u2="&#x442;" k="41" />
+    <hkern u1="&#x4fc;" u2="&#x424;" k="61" />
+    <hkern u1="&#x4fc;" u2="&#x421;" k="41" />
+    <hkern u1="&#x4fc;" u2="&#x41e;" k="41" />
+    <hkern u1="&#x4fc;" u2="&#x408;" k="-225" />
+    <hkern u1="&#x4fc;" u2="&#x404;" k="41" />
+    <hkern u1="&#x4fd;" u2="&#x511;" k="20" />
+    <hkern u1="&#x4fd;" u2="&#x50d;" k="20" />
+    <hkern u1="&#x4fd;" u2="&#x507;" k="41" />
+    <hkern u1="&#x4fd;" u2="&#x505;" k="41" />
+    <hkern u1="&#x4fd;" u2="&#x503;" k="20" />
+    <hkern u1="&#x4fd;" u2="&#x501;" k="20" />
+    <hkern u1="&#x4fd;" u2="&#x4f5;" k="20" />
+    <hkern u1="&#x4fd;" u2="&#x4eb;" k="20" />
+    <hkern u1="&#x4fd;" u2="&#x4e9;" k="20" />
+    <hkern u1="&#x4fd;" u2="&#x4e7;" k="20" />
+    <hkern u1="&#x4fd;" u2="&#x4d7;" k="20" />
+    <hkern u1="&#x4fd;" u2="&#x4cc;" k="20" />
+    <hkern u1="&#x4fd;" u2="&#x4b9;" k="20" />
+    <hkern u1="&#x4fd;" u2="&#x4b7;" k="20" />
+    <hkern u1="&#x4fd;" u2="&#x4ab;" k="20" />
+    <hkern u1="&#x4fd;" u2="&#x4a9;" k="20" />
+    <hkern u1="&#x4fd;" u2="&#x481;" k="20" />
+    <hkern u1="&#x4fd;" u2="&#x47d;" k="20" />
+    <hkern u1="&#x4fd;" u2="&#x47b;" k="20" />
+    <hkern u1="&#x4fd;" u2="&#x479;" k="20" />
+    <hkern u1="&#x4fd;" u2="&#x473;" k="20" />
+    <hkern u1="&#x4fd;" u2="&#x450;" k="20" />
+    <hkern u1="&#x4fd;" u2="&#x454;" k="20" />
+    <hkern u1="&#x4fd;" u2="&#x451;" k="20" />
+    <hkern u1="&#x4fd;" u2="&#x447;" k="20" />
+    <hkern u1="&#x4fd;" u2="&#x444;" k="20" />
+    <hkern u1="&#x4fd;" u2="&#x441;" k="20" />
+    <hkern u1="&#x4fd;" u2="&#x43e;" k="20" />
+    <hkern u1="&#x4fd;" u2="&#x435;" k="20" />
+    <hkern u1="&#x4fe;" u2="&#x510;" k="20" />
+    <hkern u1="&#x4fe;" u2="&#x50c;" k="41" />
+    <hkern u1="&#x4fe;" u2="&#x507;" k="41" />
+    <hkern u1="&#x4fe;" u2="&#x505;" k="41" />
+    <hkern u1="&#x4fe;" u2="&#x502;" k="41" />
+    <hkern u1="&#x4fe;" u2="&#x500;" k="41" />
+    <hkern u1="&#x4fe;" u2="&#x4f5;" k="41" />
+    <hkern u1="&#x4fe;" u2="&#x4f4;" k="41" />
+    <hkern u1="&#x4fe;" u2="&#x4ea;" k="41" />
+    <hkern u1="&#x4fe;" u2="&#x4e8;" k="41" />
+    <hkern u1="&#x4fe;" u2="&#x4e6;" k="41" />
+    <hkern u1="&#x4fe;" u2="&#x4cc;" k="41" />
+    <hkern u1="&#x4fe;" u2="&#x4cb;" k="41" />
+    <hkern u1="&#x4fe;" u2="&#x4be;" k="102" />
+    <hkern u1="&#x4fe;" u2="&#x4bc;" k="102" />
+    <hkern u1="&#x4fe;" u2="&#x4b9;" k="41" />
+    <hkern u1="&#x4fe;" u2="&#x4b8;" k="41" />
+    <hkern u1="&#x4fe;" u2="&#x4b7;" k="41" />
+    <hkern u1="&#x4fe;" u2="&#x4b6;" k="41" />
+    <hkern u1="&#x4fe;" u2="&#x4aa;" k="41" />
+    <hkern u1="&#x4fe;" u2="&#x4a8;" k="41" />
+    <hkern u1="&#x4fe;" u2="&#x480;" k="41" />
+    <hkern u1="&#x4fe;" u2="&#x47e;" k="41" />
+    <hkern u1="&#x4fe;" u2="&#x47c;" k="41" />
+    <hkern u1="&#x4fe;" u2="&#x47a;" k="41" />
+    <hkern u1="&#x4fe;" u2="&#x478;" k="41" />
+    <hkern u1="&#x4fe;" u2="&#x472;" k="41" />
+    <hkern u1="&#x4fe;" u2="&#x470;" k="41" />
+    <hkern u1="&#x4fe;" u2="&#x460;" k="41" />
+    <hkern u1="&#x4fe;" u2="&#x447;" k="41" />
+    <hkern u1="&#x4fe;" u2="&#x427;" k="41" />
+    <hkern u1="&#x4fe;" u2="&#x424;" k="41" />
+    <hkern u1="&#x4fe;" u2="&#x421;" k="41" />
+    <hkern u1="&#x4fe;" u2="&#x41e;" k="41" />
+    <hkern u1="&#x4fe;" u2="&#x404;" k="41" />
+    <hkern u1="&#x4ff;" u2="&#x511;" k="20" />
+    <hkern u1="&#x4ff;" u2="&#x50d;" k="20" />
+    <hkern u1="&#x4ff;" u2="&#x507;" k="41" />
+    <hkern u1="&#x4ff;" u2="&#x505;" k="41" />
+    <hkern u1="&#x4ff;" u2="&#x503;" k="20" />
+    <hkern u1="&#x4ff;" u2="&#x501;" k="20" />
+    <hkern u1="&#x4ff;" u2="&#x4f5;" k="20" />
+    <hkern u1="&#x4ff;" u2="&#x4eb;" k="20" />
+    <hkern u1="&#x4ff;" u2="&#x4e9;" k="20" />
+    <hkern u1="&#x4ff;" u2="&#x4e7;" k="20" />
+    <hkern u1="&#x4ff;" u2="&#x4d7;" k="20" />
+    <hkern u1="&#x4ff;" u2="&#x4cc;" k="20" />
+    <hkern u1="&#x4ff;" u2="&#x4b9;" k="20" />
+    <hkern u1="&#x4ff;" u2="&#x4b7;" k="20" />
+    <hkern u1="&#x4ff;" u2="&#x4ab;" k="20" />
+    <hkern u1="&#x4ff;" u2="&#x4a9;" k="20" />
+    <hkern u1="&#x4ff;" u2="&#x481;" k="20" />
+    <hkern u1="&#x4ff;" u2="&#x47d;" k="20" />
+    <hkern u1="&#x4ff;" u2="&#x47b;" k="20" />
+    <hkern u1="&#x4ff;" u2="&#x479;" k="20" />
+    <hkern u1="&#x4ff;" u2="&#x473;" k="20" />
+    <hkern u1="&#x4ff;" u2="&#x450;" k="20" />
+    <hkern u1="&#x4ff;" u2="&#x454;" k="20" />
+    <hkern u1="&#x4ff;" u2="&#x451;" k="20" />
+    <hkern u1="&#x4ff;" u2="&#x447;" k="20" />
+    <hkern u1="&#x4ff;" u2="&#x444;" k="20" />
+    <hkern u1="&#x4ff;" u2="&#x441;" k="20" />
+    <hkern u1="&#x4ff;" u2="&#x43e;" k="20" />
+    <hkern u1="&#x4ff;" u2="&#x435;" k="20" />
+    <hkern u1="&#x502;" u2="&#x50f;" k="61" />
+    <hkern u1="&#x502;" u2="&#x50e;" k="82" />
+    <hkern u1="&#x502;" u2="&#x507;" k="41" />
+    <hkern u1="&#x502;" u2="&#x506;" k="41" />
+    <hkern u1="&#x502;" u2="&#x505;" k="41" />
+    <hkern u1="&#x502;" u2="&#x504;" k="41" />
+    <hkern u1="&#x502;" u2="&#x4ff;" k="41" />
+    <hkern u1="&#x502;" u2="&#x4fe;" k="61" />
+    <hkern u1="&#x502;" u2="&#x4fd;" k="41" />
+    <hkern u1="&#x502;" u2="&#x4fc;" k="61" />
+    <hkern u1="&#x502;" u2="&#x4f5;" k="41" />
+    <hkern u1="&#x502;" u2="&#x4f4;" k="61" />
+    <hkern u1="&#x502;" u2="&#x4f2;" k="61" />
+    <hkern u1="&#x502;" u2="&#x4f0;" k="61" />
+    <hkern u1="&#x502;" u2="&#x4ee;" k="61" />
+    <hkern u1="&#x502;" u2="&#x4dd;" k="41" />
+    <hkern u1="&#x502;" u2="&#x4dc;" k="61" />
+    <hkern u1="&#x502;" u2="&#x4d4;" k="61" />
+    <hkern u1="&#x502;" u2="&#x4d2;" k="61" />
+    <hkern u1="&#x502;" u2="&#x4d0;" k="61" />
+    <hkern u1="&#x502;" u2="&#x4cc;" k="41" />
+    <hkern u1="&#x502;" u2="&#x4cb;" k="61" />
+    <hkern u1="&#x502;" u2="&#x4c2;" k="41" />
+    <hkern u1="&#x502;" u2="&#x4c1;" k="61" />
+    <hkern u1="&#x502;" u2="&#x4b9;" k="41" />
+    <hkern u1="&#x502;" u2="&#x4b8;" k="61" />
+    <hkern u1="&#x502;" u2="&#x4b7;" k="41" />
+    <hkern u1="&#x502;" u2="&#x4b6;" k="61" />
+    <hkern u1="&#x502;" u2="&#x4b5;" k="61" />
+    <hkern u1="&#x502;" u2="&#x4b4;" k="82" />
+    <hkern u1="&#x502;" u2="&#x4b3;" k="41" />
+    <hkern u1="&#x502;" u2="&#x4b2;" k="61" />
+    <hkern u1="&#x502;" u2="&#x4b0;" k="61" />
+    <hkern u1="&#x502;" u2="&#x4ae;" k="61" />
+    <hkern u1="&#x502;" u2="&#x4ad;" k="61" />
+    <hkern u1="&#x502;" u2="&#x4ac;" k="143" />
+    <hkern u1="&#x502;" u2="&#x4a1;" k="61" />
+    <hkern u1="&#x502;" u2="&#x4a0;" k="82" />
+    <hkern u1="&#x502;" u2="&#x497;" k="41" />
+    <hkern u1="&#x502;" u2="&#x496;" k="61" />
+    <hkern u1="&#x502;" u2="&#x476;" k="61" />
+    <hkern u1="&#x502;" u2="&#x474;" k="61" />
+    <hkern u1="&#x502;" u2="&#x470;" k="61" />
+    <hkern u1="&#x502;" u2="&#x46a;" k="41" />
+    <hkern u1="&#x502;" u2="&#x466;" k="61" />
+    <hkern u1="&#x502;" u2="&#x201d;" k="102" />
+    <hkern u1="&#x502;" u2="&#x2019;" k="102" />
+    <hkern u1="&#x502;" u2="&#x44a;" k="61" />
+    <hkern u1="&#x502;" u2="&#x447;" k="41" />
+    <hkern u1="&#x502;" u2="&#x445;" k="41" />
+    <hkern u1="&#x502;" u2="&#x442;" k="61" />
+    <hkern u1="&#x502;" u2="&#x436;" k="41" />
+    <hkern u1="&#x502;" u2="&#x42a;" k="82" />
+    <hkern u1="&#x502;" u2="&#x427;" k="61" />
+    <hkern u1="&#x502;" u2="&#x425;" k="61" />
+    <hkern u1="&#x502;" u2="&#x423;" k="61" />
+    <hkern u1="&#x502;" u2="&#x422;" k="143" />
+    <hkern u1="&#x502;" u2="&#x416;" k="61" />
+    <hkern u1="&#x502;" u2="&#x410;" k="61" />
+    <hkern u1="&#x502;" u2="&#x40e;" k="61" />
+    <hkern u1="&#x502;" u2="&#x40b;" k="82" />
+    <hkern u1="&#x502;" u2="&#x402;" k="82" />
+    <hkern u1="&#x502;" u2="&#x27;" k="102" />
+    <hkern u1="&#x502;" u2="&#x22;" k="102" />
+    <hkern u1="&#x503;" u2="&#x50f;" k="61" />
+    <hkern u1="&#x503;" u2="&#x507;" k="102" />
+    <hkern u1="&#x503;" u2="&#x505;" k="102" />
+    <hkern u1="&#x503;" u2="&#x4ff;" k="41" />
+    <hkern u1="&#x503;" u2="&#x4fd;" k="41" />
+    <hkern u1="&#x503;" u2="&#x4f5;" k="41" />
+    <hkern u1="&#x503;" u2="&#x4f3;" k="41" />
+    <hkern u1="&#x503;" u2="&#x4f1;" k="41" />
+    <hkern u1="&#x503;" u2="&#x4ef;" k="41" />
+    <hkern u1="&#x503;" u2="&#x4dd;" k="41" />
+    <hkern u1="&#x503;" u2="&#x4cc;" k="41" />
+    <hkern u1="&#x503;" u2="&#x4c2;" k="41" />
+    <hkern u1="&#x503;" u2="&#x4b9;" k="41" />
+    <hkern u1="&#x503;" u2="&#x4b7;" k="41" />
+    <hkern u1="&#x503;" u2="&#x4b5;" k="61" />
+    <hkern u1="&#x503;" u2="&#x4b3;" k="41" />
+    <hkern u1="&#x503;" u2="&#x4ad;" k="61" />
+    <hkern u1="&#x503;" u2="&#x4a1;" k="61" />
+    <hkern u1="&#x503;" u2="&#x497;" k="41" />
+    <hkern u1="&#x503;" u2="&#x201d;" k="102" />
+    <hkern u1="&#x503;" u2="&#x2019;" k="102" />
+    <hkern u1="&#x503;" u2="&#x45e;" k="41" />
+    <hkern u1="&#x503;" u2="&#x44a;" k="61" />
+    <hkern u1="&#x503;" u2="&#x447;" k="41" />
+    <hkern u1="&#x503;" u2="&#x445;" k="41" />
+    <hkern u1="&#x503;" u2="&#x443;" k="41" />
+    <hkern u1="&#x503;" u2="&#x442;" k="61" />
+    <hkern u1="&#x503;" u2="&#x436;" k="41" />
+    <hkern u1="&#x503;" u2="&#x27;" k="102" />
+    <hkern u1="&#x503;" u2="&#x22;" k="102" />
+    <hkern u1="&#x504;" u2="&#x50f;" k="61" />
+    <hkern u1="&#x504;" u2="&#x50e;" k="82" />
+    <hkern u1="&#x504;" u2="&#x507;" k="41" />
+    <hkern u1="&#x504;" u2="&#x506;" k="41" />
+    <hkern u1="&#x504;" u2="&#x505;" k="41" />
+    <hkern u1="&#x504;" u2="&#x504;" k="41" />
+    <hkern u1="&#x504;" u2="&#x4ff;" k="41" />
+    <hkern u1="&#x504;" u2="&#x4fe;" k="61" />
+    <hkern u1="&#x504;" u2="&#x4fd;" k="41" />
+    <hkern u1="&#x504;" u2="&#x4fc;" k="61" />
+    <hkern u1="&#x504;" u2="&#x4f5;" k="41" />
+    <hkern u1="&#x504;" u2="&#x4f4;" k="61" />
+    <hkern u1="&#x504;" u2="&#x4f2;" k="61" />
+    <hkern u1="&#x504;" u2="&#x4f0;" k="61" />
+    <hkern u1="&#x504;" u2="&#x4ee;" k="61" />
+    <hkern u1="&#x504;" u2="&#x4dd;" k="41" />
+    <hkern u1="&#x504;" u2="&#x4dc;" k="61" />
+    <hkern u1="&#x504;" u2="&#x4d4;" k="61" />
+    <hkern u1="&#x504;" u2="&#x4d2;" k="61" />
+    <hkern u1="&#x504;" u2="&#x4d0;" k="61" />
+    <hkern u1="&#x504;" u2="&#x4cc;" k="41" />
+    <hkern u1="&#x504;" u2="&#x4cb;" k="61" />
+    <hkern u1="&#x504;" u2="&#x4c2;" k="41" />
+    <hkern u1="&#x504;" u2="&#x4c1;" k="61" />
+    <hkern u1="&#x504;" u2="&#x4b9;" k="41" />
+    <hkern u1="&#x504;" u2="&#x4b8;" k="61" />
+    <hkern u1="&#x504;" u2="&#x4b7;" k="41" />
+    <hkern u1="&#x504;" u2="&#x4b6;" k="61" />
+    <hkern u1="&#x504;" u2="&#x4b5;" k="61" />
+    <hkern u1="&#x504;" u2="&#x4b4;" k="82" />
+    <hkern u1="&#x504;" u2="&#x4b3;" k="41" />
+    <hkern u1="&#x504;" u2="&#x4b2;" k="61" />
+    <hkern u1="&#x504;" u2="&#x4b0;" k="61" />
+    <hkern u1="&#x504;" u2="&#x4ae;" k="61" />
+    <hkern u1="&#x504;" u2="&#x4ad;" k="61" />
+    <hkern u1="&#x504;" u2="&#x4ac;" k="143" />
+    <hkern u1="&#x504;" u2="&#x4a1;" k="61" />
+    <hkern u1="&#x504;" u2="&#x4a0;" k="82" />
+    <hkern u1="&#x504;" u2="&#x497;" k="41" />
+    <hkern u1="&#x504;" u2="&#x496;" k="61" />
+    <hkern u1="&#x504;" u2="&#x476;" k="61" />
+    <hkern u1="&#x504;" u2="&#x474;" k="61" />
+    <hkern u1="&#x504;" u2="&#x470;" k="61" />
+    <hkern u1="&#x504;" u2="&#x46a;" k="41" />
+    <hkern u1="&#x504;" u2="&#x466;" k="61" />
+    <hkern u1="&#x504;" u2="&#x201d;" k="102" />
+    <hkern u1="&#x504;" u2="&#x2019;" k="102" />
+    <hkern u1="&#x504;" u2="&#x44a;" k="61" />
+    <hkern u1="&#x504;" u2="&#x447;" k="41" />
+    <hkern u1="&#x504;" u2="&#x445;" k="41" />
+    <hkern u1="&#x504;" u2="&#x442;" k="61" />
+    <hkern u1="&#x504;" u2="&#x436;" k="41" />
+    <hkern u1="&#x504;" u2="&#x42a;" k="82" />
+    <hkern u1="&#x504;" u2="&#x427;" k="61" />
+    <hkern u1="&#x504;" u2="&#x425;" k="61" />
+    <hkern u1="&#x504;" u2="&#x423;" k="61" />
+    <hkern u1="&#x504;" u2="&#x422;" k="143" />
+    <hkern u1="&#x504;" u2="&#x416;" k="61" />
+    <hkern u1="&#x504;" u2="&#x410;" k="61" />
+    <hkern u1="&#x504;" u2="&#x40e;" k="61" />
+    <hkern u1="&#x504;" u2="&#x40b;" k="82" />
+    <hkern u1="&#x504;" u2="&#x402;" k="82" />
+    <hkern u1="&#x504;" u2="&#x27;" k="102" />
+    <hkern u1="&#x504;" u2="&#x22;" k="102" />
+    <hkern u1="&#x505;" u2="&#x50f;" k="61" />
+    <hkern u1="&#x505;" u2="&#x507;" k="102" />
+    <hkern u1="&#x505;" u2="&#x505;" k="102" />
+    <hkern u1="&#x505;" u2="&#x4ff;" k="41" />
+    <hkern u1="&#x505;" u2="&#x4fd;" k="41" />
+    <hkern u1="&#x505;" u2="&#x4f5;" k="41" />
+    <hkern u1="&#x505;" u2="&#x4f3;" k="41" />
+    <hkern u1="&#x505;" u2="&#x4f1;" k="41" />
+    <hkern u1="&#x505;" u2="&#x4ef;" k="41" />
+    <hkern u1="&#x505;" u2="&#x4dd;" k="41" />
+    <hkern u1="&#x505;" u2="&#x4cc;" k="41" />
+    <hkern u1="&#x505;" u2="&#x4c2;" k="41" />
+    <hkern u1="&#x505;" u2="&#x4b9;" k="41" />
+    <hkern u1="&#x505;" u2="&#x4b7;" k="41" />
+    <hkern u1="&#x505;" u2="&#x4b5;" k="61" />
+    <hkern u1="&#x505;" u2="&#x4b3;" k="41" />
+    <hkern u1="&#x505;" u2="&#x4ad;" k="61" />
+    <hkern u1="&#x505;" u2="&#x4a1;" k="61" />
+    <hkern u1="&#x505;" u2="&#x497;" k="41" />
+    <hkern u1="&#x505;" u2="&#x201d;" k="102" />
+    <hkern u1="&#x505;" u2="&#x2019;" k="102" />
+    <hkern u1="&#x505;" u2="&#x45e;" k="41" />
+    <hkern u1="&#x505;" u2="&#x44a;" k="61" />
+    <hkern u1="&#x505;" u2="&#x447;" k="41" />
+    <hkern u1="&#x505;" u2="&#x445;" k="41" />
+    <hkern u1="&#x505;" u2="&#x443;" k="41" />
+    <hkern u1="&#x505;" u2="&#x442;" k="61" />
+    <hkern u1="&#x505;" u2="&#x436;" k="41" />
+    <hkern u1="&#x505;" u2="&#x27;" k="102" />
+    <hkern u1="&#x505;" u2="&#x22;" k="102" />
+    <hkern u1="&#x506;" u2="&#x507;" k="41" />
+    <hkern u1="&#x506;" u2="&#x505;" k="41" />
+    <hkern u1="&#x506;" u2="&#x4e1;" k="-41" />
+    <hkern u1="&#x506;" u2="&#x408;" k="-225" />
+    <hkern u1="&#x507;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x507;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x507;" u2="&#x27;" k="20" />
+    <hkern u1="&#x507;" u2="&#x22;" k="20" />
+    <hkern u1="&#x508;" u2="&#x50f;" k="61" />
+    <hkern u1="&#x508;" u2="&#x50e;" k="82" />
+    <hkern u1="&#x508;" u2="&#x507;" k="41" />
+    <hkern u1="&#x508;" u2="&#x506;" k="41" />
+    <hkern u1="&#x508;" u2="&#x505;" k="41" />
+    <hkern u1="&#x508;" u2="&#x504;" k="41" />
+    <hkern u1="&#x508;" u2="&#x4ff;" k="41" />
+    <hkern u1="&#x508;" u2="&#x4fe;" k="61" />
+    <hkern u1="&#x508;" u2="&#x4fd;" k="41" />
+    <hkern u1="&#x508;" u2="&#x4fc;" k="61" />
+    <hkern u1="&#x508;" u2="&#x4f5;" k="41" />
+    <hkern u1="&#x508;" u2="&#x4f4;" k="61" />
+    <hkern u1="&#x508;" u2="&#x4f2;" k="61" />
+    <hkern u1="&#x508;" u2="&#x4f0;" k="61" />
+    <hkern u1="&#x508;" u2="&#x4ee;" k="61" />
+    <hkern u1="&#x508;" u2="&#x4dd;" k="41" />
+    <hkern u1="&#x508;" u2="&#x4dc;" k="61" />
+    <hkern u1="&#x508;" u2="&#x4d4;" k="61" />
+    <hkern u1="&#x508;" u2="&#x4d2;" k="61" />
+    <hkern u1="&#x508;" u2="&#x4d0;" k="61" />
+    <hkern u1="&#x508;" u2="&#x4cc;" k="41" />
+    <hkern u1="&#x508;" u2="&#x4cb;" k="61" />
+    <hkern u1="&#x508;" u2="&#x4c2;" k="41" />
+    <hkern u1="&#x508;" u2="&#x4c1;" k="61" />
+    <hkern u1="&#x508;" u2="&#x4b9;" k="41" />
+    <hkern u1="&#x508;" u2="&#x4b8;" k="61" />
+    <hkern u1="&#x508;" u2="&#x4b7;" k="41" />
+    <hkern u1="&#x508;" u2="&#x4b6;" k="61" />
+    <hkern u1="&#x508;" u2="&#x4b5;" k="61" />
+    <hkern u1="&#x508;" u2="&#x4b4;" k="82" />
+    <hkern u1="&#x508;" u2="&#x4b3;" k="41" />
+    <hkern u1="&#x508;" u2="&#x4b2;" k="61" />
+    <hkern u1="&#x508;" u2="&#x4b0;" k="61" />
+    <hkern u1="&#x508;" u2="&#x4ae;" k="61" />
+    <hkern u1="&#x508;" u2="&#x4ad;" k="61" />
+    <hkern u1="&#x508;" u2="&#x4ac;" k="143" />
+    <hkern u1="&#x508;" u2="&#x4a1;" k="61" />
+    <hkern u1="&#x508;" u2="&#x4a0;" k="82" />
+    <hkern u1="&#x508;" u2="&#x497;" k="41" />
+    <hkern u1="&#x508;" u2="&#x496;" k="61" />
+    <hkern u1="&#x508;" u2="&#x476;" k="61" />
+    <hkern u1="&#x508;" u2="&#x474;" k="61" />
+    <hkern u1="&#x508;" u2="&#x470;" k="61" />
+    <hkern u1="&#x508;" u2="&#x46a;" k="41" />
+    <hkern u1="&#x508;" u2="&#x466;" k="61" />
+    <hkern u1="&#x508;" u2="&#x201d;" k="102" />
+    <hkern u1="&#x508;" u2="&#x2019;" k="102" />
+    <hkern u1="&#x508;" u2="&#x44a;" k="61" />
+    <hkern u1="&#x508;" u2="&#x447;" k="41" />
+    <hkern u1="&#x508;" u2="&#x445;" k="41" />
+    <hkern u1="&#x508;" u2="&#x442;" k="61" />
+    <hkern u1="&#x508;" u2="&#x436;" k="41" />
+    <hkern u1="&#x508;" u2="&#x42a;" k="82" />
+    <hkern u1="&#x508;" u2="&#x427;" k="61" />
+    <hkern u1="&#x508;" u2="&#x425;" k="61" />
+    <hkern u1="&#x508;" u2="&#x423;" k="61" />
+    <hkern u1="&#x508;" u2="&#x422;" k="143" />
+    <hkern u1="&#x508;" u2="&#x416;" k="61" />
+    <hkern u1="&#x508;" u2="&#x410;" k="61" />
+    <hkern u1="&#x508;" u2="&#x40e;" k="61" />
+    <hkern u1="&#x508;" u2="&#x40b;" k="82" />
+    <hkern u1="&#x508;" u2="&#x402;" k="82" />
+    <hkern u1="&#x508;" u2="&#x27;" k="102" />
+    <hkern u1="&#x508;" u2="&#x22;" k="102" />
+    <hkern u1="&#x509;" u2="&#x50f;" k="61" />
+    <hkern u1="&#x509;" u2="&#x507;" k="102" />
+    <hkern u1="&#x509;" u2="&#x505;" k="102" />
+    <hkern u1="&#x509;" u2="&#x4ff;" k="41" />
+    <hkern u1="&#x509;" u2="&#x4fd;" k="41" />
+    <hkern u1="&#x509;" u2="&#x4f5;" k="41" />
+    <hkern u1="&#x509;" u2="&#x4f3;" k="41" />
+    <hkern u1="&#x509;" u2="&#x4f1;" k="41" />
+    <hkern u1="&#x509;" u2="&#x4ef;" k="41" />
+    <hkern u1="&#x509;" u2="&#x4dd;" k="41" />
+    <hkern u1="&#x509;" u2="&#x4cc;" k="41" />
+    <hkern u1="&#x509;" u2="&#x4c2;" k="41" />
+    <hkern u1="&#x509;" u2="&#x4b9;" k="41" />
+    <hkern u1="&#x509;" u2="&#x4b7;" k="41" />
+    <hkern u1="&#x509;" u2="&#x4b5;" k="61" />
+    <hkern u1="&#x509;" u2="&#x4b3;" k="41" />
+    <hkern u1="&#x509;" u2="&#x4ad;" k="61" />
+    <hkern u1="&#x509;" u2="&#x4a1;" k="61" />
+    <hkern u1="&#x509;" u2="&#x497;" k="41" />
+    <hkern u1="&#x509;" u2="&#x201d;" k="102" />
+    <hkern u1="&#x509;" u2="&#x2019;" k="102" />
+    <hkern u1="&#x509;" u2="&#x45e;" k="41" />
+    <hkern u1="&#x509;" u2="&#x44a;" k="61" />
+    <hkern u1="&#x509;" u2="&#x447;" k="41" />
+    <hkern u1="&#x509;" u2="&#x445;" k="41" />
+    <hkern u1="&#x509;" u2="&#x443;" k="41" />
+    <hkern u1="&#x509;" u2="&#x442;" k="61" />
+    <hkern u1="&#x509;" u2="&#x436;" k="41" />
+    <hkern u1="&#x509;" u2="&#x27;" k="102" />
+    <hkern u1="&#x509;" u2="&#x22;" k="102" />
+    <hkern u1="&#x50a;" u2="&#x50f;" k="61" />
+    <hkern u1="&#x50a;" u2="&#x50e;" k="82" />
+    <hkern u1="&#x50a;" u2="&#x507;" k="41" />
+    <hkern u1="&#x50a;" u2="&#x506;" k="41" />
+    <hkern u1="&#x50a;" u2="&#x505;" k="41" />
+    <hkern u1="&#x50a;" u2="&#x504;" k="41" />
+    <hkern u1="&#x50a;" u2="&#x4ff;" k="41" />
+    <hkern u1="&#x50a;" u2="&#x4fe;" k="61" />
+    <hkern u1="&#x50a;" u2="&#x4fd;" k="41" />
+    <hkern u1="&#x50a;" u2="&#x4fc;" k="61" />
+    <hkern u1="&#x50a;" u2="&#x4f5;" k="41" />
+    <hkern u1="&#x50a;" u2="&#x4f4;" k="61" />
+    <hkern u1="&#x50a;" u2="&#x4f2;" k="61" />
+    <hkern u1="&#x50a;" u2="&#x4f0;" k="61" />
+    <hkern u1="&#x50a;" u2="&#x4ee;" k="61" />
+    <hkern u1="&#x50a;" u2="&#x4dd;" k="41" />
+    <hkern u1="&#x50a;" u2="&#x4dc;" k="61" />
+    <hkern u1="&#x50a;" u2="&#x4d4;" k="61" />
+    <hkern u1="&#x50a;" u2="&#x4d2;" k="61" />
+    <hkern u1="&#x50a;" u2="&#x4d0;" k="61" />
+    <hkern u1="&#x50a;" u2="&#x4cc;" k="41" />
+    <hkern u1="&#x50a;" u2="&#x4cb;" k="61" />
+    <hkern u1="&#x50a;" u2="&#x4c2;" k="41" />
+    <hkern u1="&#x50a;" u2="&#x4c1;" k="61" />
+    <hkern u1="&#x50a;" u2="&#x4b9;" k="41" />
+    <hkern u1="&#x50a;" u2="&#x4b8;" k="61" />
+    <hkern u1="&#x50a;" u2="&#x4b7;" k="41" />
+    <hkern u1="&#x50a;" u2="&#x4b6;" k="61" />
+    <hkern u1="&#x50a;" u2="&#x4b5;" k="61" />
+    <hkern u1="&#x50a;" u2="&#x4b4;" k="82" />
+    <hkern u1="&#x50a;" u2="&#x4b3;" k="41" />
+    <hkern u1="&#x50a;" u2="&#x4b2;" k="61" />
+    <hkern u1="&#x50a;" u2="&#x4b0;" k="61" />
+    <hkern u1="&#x50a;" u2="&#x4ae;" k="61" />
+    <hkern u1="&#x50a;" u2="&#x4ad;" k="61" />
+    <hkern u1="&#x50a;" u2="&#x4ac;" k="143" />
+    <hkern u1="&#x50a;" u2="&#x4a1;" k="61" />
+    <hkern u1="&#x50a;" u2="&#x4a0;" k="82" />
+    <hkern u1="&#x50a;" u2="&#x497;" k="41" />
+    <hkern u1="&#x50a;" u2="&#x496;" k="61" />
+    <hkern u1="&#x50a;" u2="&#x476;" k="61" />
+    <hkern u1="&#x50a;" u2="&#x474;" k="61" />
+    <hkern u1="&#x50a;" u2="&#x470;" k="61" />
+    <hkern u1="&#x50a;" u2="&#x46a;" k="41" />
+    <hkern u1="&#x50a;" u2="&#x466;" k="61" />
+    <hkern u1="&#x50a;" u2="&#x201d;" k="102" />
+    <hkern u1="&#x50a;" u2="&#x2019;" k="102" />
+    <hkern u1="&#x50a;" u2="&#x44a;" k="61" />
+    <hkern u1="&#x50a;" u2="&#x447;" k="41" />
+    <hkern u1="&#x50a;" u2="&#x445;" k="41" />
+    <hkern u1="&#x50a;" u2="&#x442;" k="61" />
+    <hkern u1="&#x50a;" u2="&#x436;" k="41" />
+    <hkern u1="&#x50a;" u2="&#x42a;" k="82" />
+    <hkern u1="&#x50a;" u2="&#x427;" k="61" />
+    <hkern u1="&#x50a;" u2="&#x425;" k="61" />
+    <hkern u1="&#x50a;" u2="&#x423;" k="61" />
+    <hkern u1="&#x50a;" u2="&#x422;" k="143" />
+    <hkern u1="&#x50a;" u2="&#x416;" k="61" />
+    <hkern u1="&#x50a;" u2="&#x410;" k="61" />
+    <hkern u1="&#x50a;" u2="&#x40e;" k="61" />
+    <hkern u1="&#x50a;" u2="&#x40b;" k="82" />
+    <hkern u1="&#x50a;" u2="&#x402;" k="82" />
+    <hkern u1="&#x50a;" u2="&#x27;" k="102" />
+    <hkern u1="&#x50a;" u2="&#x22;" k="102" />
+    <hkern u1="&#x50b;" u2="&#x50f;" k="61" />
+    <hkern u1="&#x50b;" u2="&#x507;" k="102" />
+    <hkern u1="&#x50b;" u2="&#x505;" k="102" />
+    <hkern u1="&#x50b;" u2="&#x4ff;" k="41" />
+    <hkern u1="&#x50b;" u2="&#x4fd;" k="41" />
+    <hkern u1="&#x50b;" u2="&#x4f5;" k="41" />
+    <hkern u1="&#x50b;" u2="&#x4f3;" k="41" />
+    <hkern u1="&#x50b;" u2="&#x4f1;" k="41" />
+    <hkern u1="&#x50b;" u2="&#x4ef;" k="41" />
+    <hkern u1="&#x50b;" u2="&#x4dd;" k="41" />
+    <hkern u1="&#x50b;" u2="&#x4cc;" k="41" />
+    <hkern u1="&#x50b;" u2="&#x4c2;" k="41" />
+    <hkern u1="&#x50b;" u2="&#x4b9;" k="41" />
+    <hkern u1="&#x50b;" u2="&#x4b7;" k="41" />
+    <hkern u1="&#x50b;" u2="&#x4b5;" k="61" />
+    <hkern u1="&#x50b;" u2="&#x4b3;" k="41" />
+    <hkern u1="&#x50b;" u2="&#x4ad;" k="61" />
+    <hkern u1="&#x50b;" u2="&#x4a1;" k="61" />
+    <hkern u1="&#x50b;" u2="&#x497;" k="41" />
+    <hkern u1="&#x50b;" u2="&#x201d;" k="102" />
+    <hkern u1="&#x50b;" u2="&#x2019;" k="102" />
+    <hkern u1="&#x50b;" u2="&#x45e;" k="41" />
+    <hkern u1="&#x50b;" u2="&#x44a;" k="61" />
+    <hkern u1="&#x50b;" u2="&#x447;" k="41" />
+    <hkern u1="&#x50b;" u2="&#x445;" k="41" />
+    <hkern u1="&#x50b;" u2="&#x443;" k="41" />
+    <hkern u1="&#x50b;" u2="&#x442;" k="61" />
+    <hkern u1="&#x50b;" u2="&#x436;" k="41" />
+    <hkern u1="&#x50b;" u2="&#x27;" k="102" />
+    <hkern u1="&#x50b;" u2="&#x22;" k="102" />
+    <hkern u1="&#x50c;" u2="&#x4fe;" k="41" />
+    <hkern u1="&#x50c;" u2="&#x4fc;" k="41" />
+    <hkern u1="&#x50c;" u2="&#x4dc;" k="41" />
+    <hkern u1="&#x50c;" u2="&#x4d4;" k="20" />
+    <hkern u1="&#x50c;" u2="&#x4d2;" k="20" />
+    <hkern u1="&#x50c;" u2="&#x4d0;" k="20" />
+    <hkern u1="&#x50c;" u2="&#x4c1;" k="41" />
+    <hkern u1="&#x50c;" u2="&#x4b2;" k="41" />
+    <hkern u1="&#x50c;" u2="&#x4b0;" k="20" />
+    <hkern u1="&#x50c;" u2="&#x4ae;" k="20" />
+    <hkern u1="&#x50c;" u2="&#x4ac;" k="41" />
+    <hkern u1="&#x50c;" u2="&#x496;" k="41" />
+    <hkern u1="&#x50c;" u2="&#x476;" k="20" />
+    <hkern u1="&#x50c;" u2="&#x474;" k="20" />
+    <hkern u1="&#x50c;" u2="&#x466;" k="20" />
+    <hkern u1="&#x50c;" u2="&#x201e;" k="82" />
+    <hkern u1="&#x50c;" u2="&#x201a;" k="82" />
+    <hkern u1="&#x50c;" u2="&#x425;" k="41" />
+    <hkern u1="&#x50c;" u2="&#x422;" k="41" />
+    <hkern u1="&#x50c;" u2="&#x416;" k="41" />
+    <hkern u1="&#x50c;" u2="&#x410;" k="20" />
+    <hkern u1="&#x50c;" u2="&#x2e;" k="82" />
+    <hkern u1="&#x50c;" u2="&#x2c;" k="82" />
+    <hkern u1="&#x50d;" u2="&#x507;" k="41" />
+    <hkern u1="&#x50d;" u2="&#x505;" k="41" />
+    <hkern u1="&#x50d;" u2="&#x4ff;" k="20" />
+    <hkern u1="&#x50d;" u2="&#x4fd;" k="20" />
+    <hkern u1="&#x50d;" u2="&#x4f3;" k="20" />
+    <hkern u1="&#x50d;" u2="&#x4f1;" k="20" />
+    <hkern u1="&#x50d;" u2="&#x4ef;" k="20" />
+    <hkern u1="&#x50d;" u2="&#x4dd;" k="20" />
+    <hkern u1="&#x50d;" u2="&#x4c2;" k="20" />
+    <hkern u1="&#x50d;" u2="&#x4b3;" k="20" />
+    <hkern u1="&#x50d;" u2="&#x497;" k="20" />
+    <hkern u1="&#x50d;" u2="&#x201d;" k="41" />
+    <hkern u1="&#x50d;" u2="&#x2019;" k="41" />
+    <hkern u1="&#x50d;" u2="&#x45e;" k="20" />
+    <hkern u1="&#x50d;" u2="&#x445;" k="20" />
+    <hkern u1="&#x50d;" u2="&#x443;" k="20" />
+    <hkern u1="&#x50d;" u2="&#x436;" k="20" />
+    <hkern u1="&#x50d;" u2="&#x27;" k="41" />
+    <hkern u1="&#x50d;" u2="&#x22;" k="41" />
+    <hkern u1="&#x50e;" u2="&#x50f;" k="41" />
+    <hkern u1="&#x50e;" u2="&#x50e;" k="61" />
+    <hkern u1="&#x50e;" u2="&#x506;" k="41" />
+    <hkern u1="&#x50e;" u2="&#x504;" k="41" />
+    <hkern u1="&#x50e;" u2="&#x4fe;" k="41" />
+    <hkern u1="&#x50e;" u2="&#x4fc;" k="41" />
+    <hkern u1="&#x50e;" u2="&#x4f4;" k="41" />
+    <hkern u1="&#x50e;" u2="&#x4dc;" k="41" />
+    <hkern u1="&#x50e;" u2="&#x4d4;" k="41" />
+    <hkern u1="&#x50e;" u2="&#x4d2;" k="41" />
+    <hkern u1="&#x50e;" u2="&#x4d0;" k="41" />
+    <hkern u1="&#x50e;" u2="&#x4cb;" k="41" />
+    <hkern u1="&#x50e;" u2="&#x4c1;" k="41" />
+    <hkern u1="&#x50e;" u2="&#x4b8;" k="41" />
+    <hkern u1="&#x50e;" u2="&#x4b6;" k="41" />
+    <hkern u1="&#x50e;" u2="&#x4b5;" k="41" />
+    <hkern u1="&#x50e;" u2="&#x4b4;" k="61" />
+    <hkern u1="&#x50e;" u2="&#x4b2;" k="41" />
+    <hkern u1="&#x50e;" u2="&#x4b0;" k="41" />
+    <hkern u1="&#x50e;" u2="&#x4ae;" k="41" />
+    <hkern u1="&#x50e;" u2="&#x4ad;" k="41" />
+    <hkern u1="&#x50e;" u2="&#x4ac;" k="61" />
+    <hkern u1="&#x50e;" u2="&#x4a1;" k="41" />
+    <hkern u1="&#x50e;" u2="&#x4a0;" k="61" />
+    <hkern u1="&#x50e;" u2="&#x496;" k="41" />
+    <hkern u1="&#x50e;" u2="&#x476;" k="41" />
+    <hkern u1="&#x50e;" u2="&#x474;" k="41" />
+    <hkern u1="&#x50e;" u2="&#x470;" k="41" />
+    <hkern u1="&#x50e;" u2="&#x466;" k="41" />
+    <hkern u1="&#x50e;" u2="&#x201d;" k="82" />
+    <hkern u1="&#x50e;" u2="&#x2019;" k="82" />
+    <hkern u1="&#x50e;" u2="&#x44a;" k="41" />
+    <hkern u1="&#x50e;" u2="&#x442;" k="41" />
+    <hkern u1="&#x50e;" u2="&#x42a;" k="61" />
+    <hkern u1="&#x50e;" u2="&#x427;" k="41" />
+    <hkern u1="&#x50e;" u2="&#x425;" k="41" />
+    <hkern u1="&#x50e;" u2="&#x422;" k="61" />
+    <hkern u1="&#x50e;" u2="&#x416;" k="41" />
+    <hkern u1="&#x50e;" u2="&#x410;" k="41" />
+    <hkern u1="&#x50e;" u2="&#x40b;" k="61" />
+    <hkern u1="&#x50e;" u2="&#x402;" k="61" />
+    <hkern u1="&#x50e;" u2="&#x27;" k="82" />
+    <hkern u1="&#x50e;" u2="&#x22;" k="82" />
+    <hkern u1="&#x50f;" u2="&#x50f;" k="61" />
+    <hkern u1="&#x50f;" u2="&#x507;" k="102" />
+    <hkern u1="&#x50f;" u2="&#x505;" k="102" />
+    <hkern u1="&#x50f;" u2="&#x4ff;" k="41" />
+    <hkern u1="&#x50f;" u2="&#x4fd;" k="41" />
+    <hkern u1="&#x50f;" u2="&#x4f5;" k="41" />
+    <hkern u1="&#x50f;" u2="&#x4f3;" k="41" />
+    <hkern u1="&#x50f;" u2="&#x4f1;" k="41" />
+    <hkern u1="&#x50f;" u2="&#x4ef;" k="41" />
+    <hkern u1="&#x50f;" u2="&#x4dd;" k="41" />
+    <hkern u1="&#x50f;" u2="&#x4cc;" k="41" />
+    <hkern u1="&#x50f;" u2="&#x4c2;" k="41" />
+    <hkern u1="&#x50f;" u2="&#x4b9;" k="41" />
+    <hkern u1="&#x50f;" u2="&#x4b7;" k="41" />
+    <hkern u1="&#x50f;" u2="&#x4b5;" k="61" />
+    <hkern u1="&#x50f;" u2="&#x4b3;" k="41" />
+    <hkern u1="&#x50f;" u2="&#x4ad;" k="61" />
+    <hkern u1="&#x50f;" u2="&#x4a1;" k="61" />
+    <hkern u1="&#x50f;" u2="&#x497;" k="41" />
+    <hkern u1="&#x50f;" u2="&#x201d;" k="102" />
+    <hkern u1="&#x50f;" u2="&#x2019;" k="102" />
+    <hkern u1="&#x50f;" u2="&#x45e;" k="41" />
+    <hkern u1="&#x50f;" u2="&#x44a;" k="61" />
+    <hkern u1="&#x50f;" u2="&#x447;" k="41" />
+    <hkern u1="&#x50f;" u2="&#x445;" k="41" />
+    <hkern u1="&#x50f;" u2="&#x443;" k="41" />
+    <hkern u1="&#x50f;" u2="&#x442;" k="61" />
+    <hkern u1="&#x50f;" u2="&#x436;" k="41" />
+    <hkern u1="&#x50f;" u2="&#x27;" k="102" />
+    <hkern u1="&#x50f;" u2="&#x22;" k="102" />
+    <hkern u1="&#x510;" u2="&#x4f5;" k="41" />
+    <hkern u1="&#x510;" u2="&#x4cc;" k="41" />
+    <hkern u1="&#x510;" u2="&#x4b9;" k="41" />
+    <hkern u1="&#x510;" u2="&#x4b7;" k="41" />
+    <hkern u1="&#x510;" u2="&#x447;" k="41" />
+    <hkern u1="&#x512;" u2="&#x507;" k="41" />
+    <hkern u1="&#x512;" u2="&#x505;" k="41" />
+    <hkern u1="&#x512;" u2="&#x4e1;" k="-41" />
+    <hkern u1="&#x512;" u2="&#x408;" k="-225" />
+    <hkern u1="&#x513;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x513;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x513;" u2="&#x27;" k="20" />
+    <hkern u1="&#x513;" u2="&#x22;" k="20" />
+    <hkern u1="&#x1ea0;" u2="&#x162;" k="143" />
+    <hkern u1="&#x1ea0;" u2="&#x1ef8;" k="123" />
+    <hkern u1="&#x1ea0;" u2="&#x1ef6;" k="123" />
+    <hkern u1="&#x1ea0;" u2="&#x1ef4;" k="123" />
+    <hkern u1="&#x1ea0;" u2="&#x1ee2;" k="41" />
+    <hkern u1="&#x1ea0;" u2="&#x1ee0;" k="41" />
+    <hkern u1="&#x1ea0;" u2="&#x1ede;" k="41" />
+    <hkern u1="&#x1ea0;" u2="&#x1edc;" k="41" />
+    <hkern u1="&#x1ea0;" u2="&#x1eda;" k="41" />
+    <hkern u1="&#x1ea0;" u2="&#x1ed8;" k="41" />
+    <hkern u1="&#x1ea0;" u2="&#x1ed6;" k="41" />
+    <hkern u1="&#x1ea0;" u2="&#x1ed4;" k="41" />
+    <hkern u1="&#x1ea0;" u2="&#x1ed2;" k="41" />
+    <hkern u1="&#x1ea0;" u2="&#x1ed0;" k="41" />
+    <hkern u1="&#x1ea0;" u2="&#x1ece;" k="41" />
+    <hkern u1="&#x1ea0;" u2="&#x1ecc;" k="41" />
+    <hkern u1="&#x1ea0;" u2="&#x1a0;" k="41" />
+    <hkern u1="&#x1ea0;" u2="&#x201d;" k="143" />
+    <hkern u1="&#x1ea0;" u2="&#x2019;" k="143" />
+    <hkern u1="&#x1ea0;" u2="&#x1ef2;" k="123" />
+    <hkern u1="&#x1ea0;" u2="&#x1e84;" k="82" />
+    <hkern u1="&#x1ea0;" u2="&#x1e82;" k="82" />
+    <hkern u1="&#x1ea0;" u2="&#x1e80;" k="82" />
+    <hkern u1="&#x1ea0;" u2="&#x1fe;" k="41" />
+    <hkern u1="&#x1ea0;" u2="&#x178;" k="123" />
+    <hkern u1="&#x1ea0;" u2="&#x176;" k="123" />
+    <hkern u1="&#x1ea0;" u2="&#x174;" k="82" />
+    <hkern u1="&#x1ea0;" u2="&#x164;" k="143" />
+    <hkern u1="&#x1ea0;" u2="&#x21a;" k="143" />
+    <hkern u1="&#x1ea0;" u2="&#x152;" k="41" />
+    <hkern u1="&#x1ea0;" u2="&#x150;" k="41" />
+    <hkern u1="&#x1ea0;" u2="&#x14e;" k="41" />
+    <hkern u1="&#x1ea0;" u2="&#x14c;" k="41" />
+    <hkern u1="&#x1ea0;" u2="&#x122;" k="41" />
+    <hkern u1="&#x1ea0;" u2="&#x120;" k="41" />
+    <hkern u1="&#x1ea0;" u2="&#x11e;" k="41" />
+    <hkern u1="&#x1ea0;" u2="&#x11c;" k="41" />
+    <hkern u1="&#x1ea0;" u2="&#x10c;" k="41" />
+    <hkern u1="&#x1ea0;" u2="&#x10a;" k="41" />
+    <hkern u1="&#x1ea0;" u2="&#x108;" k="41" />
+    <hkern u1="&#x1ea0;" u2="&#x106;" k="41" />
+    <hkern u1="&#x1ea0;" u2="&#xdd;" k="123" />
+    <hkern u1="&#x1ea0;" u2="&#xd8;" k="41" />
+    <hkern u1="&#x1ea0;" u2="&#xd6;" k="41" />
+    <hkern u1="&#x1ea0;" u2="&#xd5;" k="41" />
+    <hkern u1="&#x1ea0;" u2="&#xd4;" k="41" />
+    <hkern u1="&#x1ea0;" u2="&#xd3;" k="41" />
+    <hkern u1="&#x1ea0;" u2="&#xd2;" k="41" />
+    <hkern u1="&#x1ea0;" u2="&#xc7;" k="41" />
+    <hkern u1="&#x1ea0;" u2="Y" k="123" />
+    <hkern u1="&#x1ea0;" u2="W" k="82" />
+    <hkern u1="&#x1ea0;" u2="V" k="82" />
+    <hkern u1="&#x1ea0;" u2="T" k="143" />
+    <hkern u1="&#x1ea0;" u2="Q" k="41" />
+    <hkern u1="&#x1ea0;" u2="O" k="41" />
+    <hkern u1="&#x1ea0;" u2="J" k="-266" />
+    <hkern u1="&#x1ea0;" u2="G" k="41" />
+    <hkern u1="&#x1ea0;" u2="C" k="41" />
+    <hkern u1="&#x1ea0;" u2="&#x27;" k="143" />
+    <hkern u1="&#x1ea0;" u2="&#x22;" k="143" />
+    <hkern u1="&#x1ea1;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x1ea1;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x1ea1;" u2="&#x27;" k="20" />
+    <hkern u1="&#x1ea1;" u2="&#x22;" k="20" />
+    <hkern u1="&#x1ea2;" u2="&#x162;" k="143" />
+    <hkern u1="&#x1ea2;" u2="&#x1ef8;" k="123" />
+    <hkern u1="&#x1ea2;" u2="&#x1ef6;" k="123" />
+    <hkern u1="&#x1ea2;" u2="&#x1ef4;" k="123" />
+    <hkern u1="&#x1ea2;" u2="&#x1ee2;" k="41" />
+    <hkern u1="&#x1ea2;" u2="&#x1ee0;" k="41" />
+    <hkern u1="&#x1ea2;" u2="&#x1ede;" k="41" />
+    <hkern u1="&#x1ea2;" u2="&#x1edc;" k="41" />
+    <hkern u1="&#x1ea2;" u2="&#x1eda;" k="41" />
+    <hkern u1="&#x1ea2;" u2="&#x1ed8;" k="41" />
+    <hkern u1="&#x1ea2;" u2="&#x1ed6;" k="41" />
+    <hkern u1="&#x1ea2;" u2="&#x1ed4;" k="41" />
+    <hkern u1="&#x1ea2;" u2="&#x1ed2;" k="41" />
+    <hkern u1="&#x1ea2;" u2="&#x1ed0;" k="41" />
+    <hkern u1="&#x1ea2;" u2="&#x1ece;" k="41" />
+    <hkern u1="&#x1ea2;" u2="&#x1ecc;" k="41" />
+    <hkern u1="&#x1ea2;" u2="&#x1a0;" k="41" />
+    <hkern u1="&#x1ea2;" u2="&#x201d;" k="143" />
+    <hkern u1="&#x1ea2;" u2="&#x2019;" k="143" />
+    <hkern u1="&#x1ea2;" u2="&#x1ef2;" k="123" />
+    <hkern u1="&#x1ea2;" u2="&#x1e84;" k="82" />
+    <hkern u1="&#x1ea2;" u2="&#x1e82;" k="82" />
+    <hkern u1="&#x1ea2;" u2="&#x1e80;" k="82" />
+    <hkern u1="&#x1ea2;" u2="&#x1fe;" k="41" />
+    <hkern u1="&#x1ea2;" u2="&#x178;" k="123" />
+    <hkern u1="&#x1ea2;" u2="&#x176;" k="123" />
+    <hkern u1="&#x1ea2;" u2="&#x174;" k="82" />
+    <hkern u1="&#x1ea2;" u2="&#x164;" k="143" />
+    <hkern u1="&#x1ea2;" u2="&#x21a;" k="143" />
+    <hkern u1="&#x1ea2;" u2="&#x152;" k="41" />
+    <hkern u1="&#x1ea2;" u2="&#x150;" k="41" />
+    <hkern u1="&#x1ea2;" u2="&#x14e;" k="41" />
+    <hkern u1="&#x1ea2;" u2="&#x14c;" k="41" />
+    <hkern u1="&#x1ea2;" u2="&#x122;" k="41" />
+    <hkern u1="&#x1ea2;" u2="&#x120;" k="41" />
+    <hkern u1="&#x1ea2;" u2="&#x11e;" k="41" />
+    <hkern u1="&#x1ea2;" u2="&#x11c;" k="41" />
+    <hkern u1="&#x1ea2;" u2="&#x10c;" k="41" />
+    <hkern u1="&#x1ea2;" u2="&#x10a;" k="41" />
+    <hkern u1="&#x1ea2;" u2="&#x108;" k="41" />
+    <hkern u1="&#x1ea2;" u2="&#x106;" k="41" />
+    <hkern u1="&#x1ea2;" u2="&#xdd;" k="123" />
+    <hkern u1="&#x1ea2;" u2="&#xd8;" k="41" />
+    <hkern u1="&#x1ea2;" u2="&#xd6;" k="41" />
+    <hkern u1="&#x1ea2;" u2="&#xd5;" k="41" />
+    <hkern u1="&#x1ea2;" u2="&#xd4;" k="41" />
+    <hkern u1="&#x1ea2;" u2="&#xd3;" k="41" />
+    <hkern u1="&#x1ea2;" u2="&#xd2;" k="41" />
+    <hkern u1="&#x1ea2;" u2="&#xc7;" k="41" />
+    <hkern u1="&#x1ea2;" u2="Y" k="123" />
+    <hkern u1="&#x1ea2;" u2="W" k="82" />
+    <hkern u1="&#x1ea2;" u2="V" k="82" />
+    <hkern u1="&#x1ea2;" u2="T" k="143" />
+    <hkern u1="&#x1ea2;" u2="Q" k="41" />
+    <hkern u1="&#x1ea2;" u2="O" k="41" />
+    <hkern u1="&#x1ea2;" u2="J" k="-266" />
+    <hkern u1="&#x1ea2;" u2="G" k="41" />
+    <hkern u1="&#x1ea2;" u2="C" k="41" />
+    <hkern u1="&#x1ea2;" u2="&#x27;" k="143" />
+    <hkern u1="&#x1ea2;" u2="&#x22;" k="143" />
+    <hkern u1="&#x1ea3;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x1ea3;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x1ea3;" u2="&#x27;" k="20" />
+    <hkern u1="&#x1ea3;" u2="&#x22;" k="20" />
+    <hkern u1="&#x1ea4;" u2="&#x162;" k="143" />
+    <hkern u1="&#x1ea4;" u2="&#x1ef8;" k="123" />
+    <hkern u1="&#x1ea4;" u2="&#x1ef6;" k="123" />
+    <hkern u1="&#x1ea4;" u2="&#x1ef4;" k="123" />
+    <hkern u1="&#x1ea4;" u2="&#x1ee2;" k="41" />
+    <hkern u1="&#x1ea4;" u2="&#x1ee0;" k="41" />
+    <hkern u1="&#x1ea4;" u2="&#x1ede;" k="41" />
+    <hkern u1="&#x1ea4;" u2="&#x1edc;" k="41" />
+    <hkern u1="&#x1ea4;" u2="&#x1eda;" k="41" />
+    <hkern u1="&#x1ea4;" u2="&#x1ed8;" k="41" />
+    <hkern u1="&#x1ea4;" u2="&#x1ed6;" k="41" />
+    <hkern u1="&#x1ea4;" u2="&#x1ed4;" k="41" />
+    <hkern u1="&#x1ea4;" u2="&#x1ed2;" k="41" />
+    <hkern u1="&#x1ea4;" u2="&#x1ed0;" k="41" />
+    <hkern u1="&#x1ea4;" u2="&#x1ece;" k="41" />
+    <hkern u1="&#x1ea4;" u2="&#x1ecc;" k="41" />
+    <hkern u1="&#x1ea4;" u2="&#x1a0;" k="41" />
+    <hkern u1="&#x1ea4;" u2="&#x201d;" k="143" />
+    <hkern u1="&#x1ea4;" u2="&#x2019;" k="143" />
+    <hkern u1="&#x1ea4;" u2="&#x1ef2;" k="123" />
+    <hkern u1="&#x1ea4;" u2="&#x1e84;" k="82" />
+    <hkern u1="&#x1ea4;" u2="&#x1e82;" k="82" />
+    <hkern u1="&#x1ea4;" u2="&#x1e80;" k="82" />
+    <hkern u1="&#x1ea4;" u2="&#x1fe;" k="41" />
+    <hkern u1="&#x1ea4;" u2="&#x178;" k="123" />
+    <hkern u1="&#x1ea4;" u2="&#x176;" k="123" />
+    <hkern u1="&#x1ea4;" u2="&#x174;" k="82" />
+    <hkern u1="&#x1ea4;" u2="&#x164;" k="143" />
+    <hkern u1="&#x1ea4;" u2="&#x21a;" k="143" />
+    <hkern u1="&#x1ea4;" u2="&#x152;" k="41" />
+    <hkern u1="&#x1ea4;" u2="&#x150;" k="41" />
+    <hkern u1="&#x1ea4;" u2="&#x14e;" k="41" />
+    <hkern u1="&#x1ea4;" u2="&#x14c;" k="41" />
+    <hkern u1="&#x1ea4;" u2="&#x122;" k="41" />
+    <hkern u1="&#x1ea4;" u2="&#x120;" k="41" />
+    <hkern u1="&#x1ea4;" u2="&#x11e;" k="41" />
+    <hkern u1="&#x1ea4;" u2="&#x11c;" k="41" />
+    <hkern u1="&#x1ea4;" u2="&#x10c;" k="41" />
+    <hkern u1="&#x1ea4;" u2="&#x10a;" k="41" />
+    <hkern u1="&#x1ea4;" u2="&#x108;" k="41" />
+    <hkern u1="&#x1ea4;" u2="&#x106;" k="41" />
+    <hkern u1="&#x1ea4;" u2="&#xdd;" k="123" />
+    <hkern u1="&#x1ea4;" u2="&#xd8;" k="41" />
+    <hkern u1="&#x1ea4;" u2="&#xd6;" k="41" />
+    <hkern u1="&#x1ea4;" u2="&#xd5;" k="41" />
+    <hkern u1="&#x1ea4;" u2="&#xd4;" k="41" />
+    <hkern u1="&#x1ea4;" u2="&#xd3;" k="41" />
+    <hkern u1="&#x1ea4;" u2="&#xd2;" k="41" />
+    <hkern u1="&#x1ea4;" u2="&#xc7;" k="41" />
+    <hkern u1="&#x1ea4;" u2="Y" k="123" />
+    <hkern u1="&#x1ea4;" u2="W" k="82" />
+    <hkern u1="&#x1ea4;" u2="V" k="82" />
+    <hkern u1="&#x1ea4;" u2="T" k="143" />
+    <hkern u1="&#x1ea4;" u2="Q" k="41" />
+    <hkern u1="&#x1ea4;" u2="O" k="41" />
+    <hkern u1="&#x1ea4;" u2="J" k="-266" />
+    <hkern u1="&#x1ea4;" u2="G" k="41" />
+    <hkern u1="&#x1ea4;" u2="C" k="41" />
+    <hkern u1="&#x1ea4;" u2="&#x27;" k="143" />
+    <hkern u1="&#x1ea4;" u2="&#x22;" k="143" />
+    <hkern u1="&#x1ea5;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x1ea5;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x1ea5;" u2="&#x27;" k="20" />
+    <hkern u1="&#x1ea5;" u2="&#x22;" k="20" />
+    <hkern u1="&#x1ea6;" u2="&#x162;" k="143" />
+    <hkern u1="&#x1ea6;" u2="&#x1ef8;" k="123" />
+    <hkern u1="&#x1ea6;" u2="&#x1ef6;" k="123" />
+    <hkern u1="&#x1ea6;" u2="&#x1ef4;" k="123" />
+    <hkern u1="&#x1ea6;" u2="&#x1ee2;" k="41" />
+    <hkern u1="&#x1ea6;" u2="&#x1ee0;" k="41" />
+    <hkern u1="&#x1ea6;" u2="&#x1ede;" k="41" />
+    <hkern u1="&#x1ea6;" u2="&#x1edc;" k="41" />
+    <hkern u1="&#x1ea6;" u2="&#x1eda;" k="41" />
+    <hkern u1="&#x1ea6;" u2="&#x1ed8;" k="41" />
+    <hkern u1="&#x1ea6;" u2="&#x1ed6;" k="41" />
+    <hkern u1="&#x1ea6;" u2="&#x1ed4;" k="41" />
+    <hkern u1="&#x1ea6;" u2="&#x1ed2;" k="41" />
+    <hkern u1="&#x1ea6;" u2="&#x1ed0;" k="41" />
+    <hkern u1="&#x1ea6;" u2="&#x1ece;" k="41" />
+    <hkern u1="&#x1ea6;" u2="&#x1ecc;" k="41" />
+    <hkern u1="&#x1ea6;" u2="&#x1a0;" k="41" />
+    <hkern u1="&#x1ea6;" u2="&#x201d;" k="143" />
+    <hkern u1="&#x1ea6;" u2="&#x2019;" k="143" />
+    <hkern u1="&#x1ea6;" u2="&#x1ef2;" k="123" />
+    <hkern u1="&#x1ea6;" u2="&#x1e84;" k="82" />
+    <hkern u1="&#x1ea6;" u2="&#x1e82;" k="82" />
+    <hkern u1="&#x1ea6;" u2="&#x1e80;" k="82" />
+    <hkern u1="&#x1ea6;" u2="&#x1fe;" k="41" />
+    <hkern u1="&#x1ea6;" u2="&#x178;" k="123" />
+    <hkern u1="&#x1ea6;" u2="&#x176;" k="123" />
+    <hkern u1="&#x1ea6;" u2="&#x174;" k="82" />
+    <hkern u1="&#x1ea6;" u2="&#x164;" k="143" />
+    <hkern u1="&#x1ea6;" u2="&#x21a;" k="143" />
+    <hkern u1="&#x1ea6;" u2="&#x152;" k="41" />
+    <hkern u1="&#x1ea6;" u2="&#x150;" k="41" />
+    <hkern u1="&#x1ea6;" u2="&#x14e;" k="41" />
+    <hkern u1="&#x1ea6;" u2="&#x14c;" k="41" />
+    <hkern u1="&#x1ea6;" u2="&#x122;" k="41" />
+    <hkern u1="&#x1ea6;" u2="&#x120;" k="41" />
+    <hkern u1="&#x1ea6;" u2="&#x11e;" k="41" />
+    <hkern u1="&#x1ea6;" u2="&#x11c;" k="41" />
+    <hkern u1="&#x1ea6;" u2="&#x10c;" k="41" />
+    <hkern u1="&#x1ea6;" u2="&#x10a;" k="41" />
+    <hkern u1="&#x1ea6;" u2="&#x108;" k="41" />
+    <hkern u1="&#x1ea6;" u2="&#x106;" k="41" />
+    <hkern u1="&#x1ea6;" u2="&#xdd;" k="123" />
+    <hkern u1="&#x1ea6;" u2="&#xd8;" k="41" />
+    <hkern u1="&#x1ea6;" u2="&#xd6;" k="41" />
+    <hkern u1="&#x1ea6;" u2="&#xd5;" k="41" />
+    <hkern u1="&#x1ea6;" u2="&#xd4;" k="41" />
+    <hkern u1="&#x1ea6;" u2="&#xd3;" k="41" />
+    <hkern u1="&#x1ea6;" u2="&#xd2;" k="41" />
+    <hkern u1="&#x1ea6;" u2="&#xc7;" k="41" />
+    <hkern u1="&#x1ea6;" u2="Y" k="123" />
+    <hkern u1="&#x1ea6;" u2="W" k="82" />
+    <hkern u1="&#x1ea6;" u2="V" k="82" />
+    <hkern u1="&#x1ea6;" u2="T" k="143" />
+    <hkern u1="&#x1ea6;" u2="Q" k="41" />
+    <hkern u1="&#x1ea6;" u2="O" k="41" />
+    <hkern u1="&#x1ea6;" u2="J" k="-266" />
+    <hkern u1="&#x1ea6;" u2="G" k="41" />
+    <hkern u1="&#x1ea6;" u2="C" k="41" />
+    <hkern u1="&#x1ea6;" u2="&#x27;" k="143" />
+    <hkern u1="&#x1ea6;" u2="&#x22;" k="143" />
+    <hkern u1="&#x1ea7;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x1ea7;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x1ea7;" u2="&#x27;" k="20" />
+    <hkern u1="&#x1ea7;" u2="&#x22;" k="20" />
+    <hkern u1="&#x1ea8;" u2="&#x162;" k="143" />
+    <hkern u1="&#x1ea8;" u2="&#x1ef8;" k="123" />
+    <hkern u1="&#x1ea8;" u2="&#x1ef6;" k="123" />
+    <hkern u1="&#x1ea8;" u2="&#x1ef4;" k="123" />
+    <hkern u1="&#x1ea8;" u2="&#x1ee2;" k="41" />
+    <hkern u1="&#x1ea8;" u2="&#x1ee0;" k="41" />
+    <hkern u1="&#x1ea8;" u2="&#x1ede;" k="41" />
+    <hkern u1="&#x1ea8;" u2="&#x1edc;" k="41" />
+    <hkern u1="&#x1ea8;" u2="&#x1eda;" k="41" />
+    <hkern u1="&#x1ea8;" u2="&#x1ed8;" k="41" />
+    <hkern u1="&#x1ea8;" u2="&#x1ed6;" k="41" />
+    <hkern u1="&#x1ea8;" u2="&#x1ed4;" k="41" />
+    <hkern u1="&#x1ea8;" u2="&#x1ed2;" k="41" />
+    <hkern u1="&#x1ea8;" u2="&#x1ed0;" k="41" />
+    <hkern u1="&#x1ea8;" u2="&#x1ece;" k="41" />
+    <hkern u1="&#x1ea8;" u2="&#x1ecc;" k="41" />
+    <hkern u1="&#x1ea8;" u2="&#x1a0;" k="41" />
+    <hkern u1="&#x1ea8;" u2="&#x201d;" k="143" />
+    <hkern u1="&#x1ea8;" u2="&#x2019;" k="143" />
+    <hkern u1="&#x1ea8;" u2="&#x1ef2;" k="123" />
+    <hkern u1="&#x1ea8;" u2="&#x1e84;" k="82" />
+    <hkern u1="&#x1ea8;" u2="&#x1e82;" k="82" />
+    <hkern u1="&#x1ea8;" u2="&#x1e80;" k="82" />
+    <hkern u1="&#x1ea8;" u2="&#x1fe;" k="41" />
+    <hkern u1="&#x1ea8;" u2="&#x178;" k="123" />
+    <hkern u1="&#x1ea8;" u2="&#x176;" k="123" />
+    <hkern u1="&#x1ea8;" u2="&#x174;" k="82" />
+    <hkern u1="&#x1ea8;" u2="&#x164;" k="143" />
+    <hkern u1="&#x1ea8;" u2="&#x21a;" k="143" />
+    <hkern u1="&#x1ea8;" u2="&#x152;" k="41" />
+    <hkern u1="&#x1ea8;" u2="&#x150;" k="41" />
+    <hkern u1="&#x1ea8;" u2="&#x14e;" k="41" />
+    <hkern u1="&#x1ea8;" u2="&#x14c;" k="41" />
+    <hkern u1="&#x1ea8;" u2="&#x122;" k="41" />
+    <hkern u1="&#x1ea8;" u2="&#x120;" k="41" />
+    <hkern u1="&#x1ea8;" u2="&#x11e;" k="41" />
+    <hkern u1="&#x1ea8;" u2="&#x11c;" k="41" />
+    <hkern u1="&#x1ea8;" u2="&#x10c;" k="41" />
+    <hkern u1="&#x1ea8;" u2="&#x10a;" k="41" />
+    <hkern u1="&#x1ea8;" u2="&#x108;" k="41" />
+    <hkern u1="&#x1ea8;" u2="&#x106;" k="41" />
+    <hkern u1="&#x1ea8;" u2="&#xdd;" k="123" />
+    <hkern u1="&#x1ea8;" u2="&#xd8;" k="41" />
+    <hkern u1="&#x1ea8;" u2="&#xd6;" k="41" />
+    <hkern u1="&#x1ea8;" u2="&#xd5;" k="41" />
+    <hkern u1="&#x1ea8;" u2="&#xd4;" k="41" />
+    <hkern u1="&#x1ea8;" u2="&#xd3;" k="41" />
+    <hkern u1="&#x1ea8;" u2="&#xd2;" k="41" />
+    <hkern u1="&#x1ea8;" u2="&#xc7;" k="41" />
+    <hkern u1="&#x1ea8;" u2="Y" k="123" />
+    <hkern u1="&#x1ea8;" u2="W" k="82" />
+    <hkern u1="&#x1ea8;" u2="V" k="82" />
+    <hkern u1="&#x1ea8;" u2="T" k="143" />
+    <hkern u1="&#x1ea8;" u2="Q" k="41" />
+    <hkern u1="&#x1ea8;" u2="O" k="41" />
+    <hkern u1="&#x1ea8;" u2="J" k="-266" />
+    <hkern u1="&#x1ea8;" u2="G" k="41" />
+    <hkern u1="&#x1ea8;" u2="C" k="41" />
+    <hkern u1="&#x1ea8;" u2="&#x27;" k="143" />
+    <hkern u1="&#x1ea8;" u2="&#x22;" k="143" />
+    <hkern u1="&#x1ea9;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x1ea9;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x1ea9;" u2="&#x27;" k="20" />
+    <hkern u1="&#x1ea9;" u2="&#x22;" k="20" />
+    <hkern u1="&#x1eaa;" u2="&#x162;" k="143" />
+    <hkern u1="&#x1eaa;" u2="&#x1ef8;" k="123" />
+    <hkern u1="&#x1eaa;" u2="&#x1ef6;" k="123" />
+    <hkern u1="&#x1eaa;" u2="&#x1ef4;" k="123" />
+    <hkern u1="&#x1eaa;" u2="&#x1ee2;" k="41" />
+    <hkern u1="&#x1eaa;" u2="&#x1ee0;" k="41" />
+    <hkern u1="&#x1eaa;" u2="&#x1ede;" k="41" />
+    <hkern u1="&#x1eaa;" u2="&#x1edc;" k="41" />
+    <hkern u1="&#x1eaa;" u2="&#x1eda;" k="41" />
+    <hkern u1="&#x1eaa;" u2="&#x1ed8;" k="41" />
+    <hkern u1="&#x1eaa;" u2="&#x1ed6;" k="41" />
+    <hkern u1="&#x1eaa;" u2="&#x1ed4;" k="41" />
+    <hkern u1="&#x1eaa;" u2="&#x1ed2;" k="41" />
+    <hkern u1="&#x1eaa;" u2="&#x1ed0;" k="41" />
+    <hkern u1="&#x1eaa;" u2="&#x1ece;" k="41" />
+    <hkern u1="&#x1eaa;" u2="&#x1ecc;" k="41" />
+    <hkern u1="&#x1eaa;" u2="&#x1a0;" k="41" />
+    <hkern u1="&#x1eaa;" u2="&#x201d;" k="143" />
+    <hkern u1="&#x1eaa;" u2="&#x2019;" k="143" />
+    <hkern u1="&#x1eaa;" u2="&#x1ef2;" k="123" />
+    <hkern u1="&#x1eaa;" u2="&#x1e84;" k="82" />
+    <hkern u1="&#x1eaa;" u2="&#x1e82;" k="82" />
+    <hkern u1="&#x1eaa;" u2="&#x1e80;" k="82" />
+    <hkern u1="&#x1eaa;" u2="&#x1fe;" k="41" />
+    <hkern u1="&#x1eaa;" u2="&#x178;" k="123" />
+    <hkern u1="&#x1eaa;" u2="&#x176;" k="123" />
+    <hkern u1="&#x1eaa;" u2="&#x174;" k="82" />
+    <hkern u1="&#x1eaa;" u2="&#x164;" k="143" />
+    <hkern u1="&#x1eaa;" u2="&#x21a;" k="143" />
+    <hkern u1="&#x1eaa;" u2="&#x152;" k="41" />
+    <hkern u1="&#x1eaa;" u2="&#x150;" k="41" />
+    <hkern u1="&#x1eaa;" u2="&#x14e;" k="41" />
+    <hkern u1="&#x1eaa;" u2="&#x14c;" k="41" />
+    <hkern u1="&#x1eaa;" u2="&#x122;" k="41" />
+    <hkern u1="&#x1eaa;" u2="&#x120;" k="41" />
+    <hkern u1="&#x1eaa;" u2="&#x11e;" k="41" />
+    <hkern u1="&#x1eaa;" u2="&#x11c;" k="41" />
+    <hkern u1="&#x1eaa;" u2="&#x10c;" k="41" />
+    <hkern u1="&#x1eaa;" u2="&#x10a;" k="41" />
+    <hkern u1="&#x1eaa;" u2="&#x108;" k="41" />
+    <hkern u1="&#x1eaa;" u2="&#x106;" k="41" />
+    <hkern u1="&#x1eaa;" u2="&#xdd;" k="123" />
+    <hkern u1="&#x1eaa;" u2="&#xd8;" k="41" />
+    <hkern u1="&#x1eaa;" u2="&#xd6;" k="41" />
+    <hkern u1="&#x1eaa;" u2="&#xd5;" k="41" />
+    <hkern u1="&#x1eaa;" u2="&#xd4;" k="41" />
+    <hkern u1="&#x1eaa;" u2="&#xd3;" k="41" />
+    <hkern u1="&#x1eaa;" u2="&#xd2;" k="41" />
+    <hkern u1="&#x1eaa;" u2="&#xc7;" k="41" />
+    <hkern u1="&#x1eaa;" u2="Y" k="123" />
+    <hkern u1="&#x1eaa;" u2="W" k="82" />
+    <hkern u1="&#x1eaa;" u2="V" k="82" />
+    <hkern u1="&#x1eaa;" u2="T" k="143" />
+    <hkern u1="&#x1eaa;" u2="Q" k="41" />
+    <hkern u1="&#x1eaa;" u2="O" k="41" />
+    <hkern u1="&#x1eaa;" u2="J" k="-266" />
+    <hkern u1="&#x1eaa;" u2="G" k="41" />
+    <hkern u1="&#x1eaa;" u2="C" k="41" />
+    <hkern u1="&#x1eaa;" u2="&#x27;" k="143" />
+    <hkern u1="&#x1eaa;" u2="&#x22;" k="143" />
+    <hkern u1="&#x1eab;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x1eab;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x1eab;" u2="&#x27;" k="20" />
+    <hkern u1="&#x1eab;" u2="&#x22;" k="20" />
+    <hkern u1="&#x1eac;" u2="&#x162;" k="143" />
+    <hkern u1="&#x1eac;" u2="&#x1ef8;" k="123" />
+    <hkern u1="&#x1eac;" u2="&#x1ef6;" k="123" />
+    <hkern u1="&#x1eac;" u2="&#x1ef4;" k="123" />
+    <hkern u1="&#x1eac;" u2="&#x1ee2;" k="41" />
+    <hkern u1="&#x1eac;" u2="&#x1ee0;" k="41" />
+    <hkern u1="&#x1eac;" u2="&#x1ede;" k="41" />
+    <hkern u1="&#x1eac;" u2="&#x1edc;" k="41" />
+    <hkern u1="&#x1eac;" u2="&#x1eda;" k="41" />
+    <hkern u1="&#x1eac;" u2="&#x1ed8;" k="41" />
+    <hkern u1="&#x1eac;" u2="&#x1ed6;" k="41" />
+    <hkern u1="&#x1eac;" u2="&#x1ed4;" k="41" />
+    <hkern u1="&#x1eac;" u2="&#x1ed2;" k="41" />
+    <hkern u1="&#x1eac;" u2="&#x1ed0;" k="41" />
+    <hkern u1="&#x1eac;" u2="&#x1ece;" k="41" />
+    <hkern u1="&#x1eac;" u2="&#x1ecc;" k="41" />
+    <hkern u1="&#x1eac;" u2="&#x1a0;" k="41" />
+    <hkern u1="&#x1eac;" u2="&#x201d;" k="143" />
+    <hkern u1="&#x1eac;" u2="&#x2019;" k="143" />
+    <hkern u1="&#x1eac;" u2="&#x1ef2;" k="123" />
+    <hkern u1="&#x1eac;" u2="&#x1e84;" k="82" />
+    <hkern u1="&#x1eac;" u2="&#x1e82;" k="82" />
+    <hkern u1="&#x1eac;" u2="&#x1e80;" k="82" />
+    <hkern u1="&#x1eac;" u2="&#x1fe;" k="41" />
+    <hkern u1="&#x1eac;" u2="&#x178;" k="123" />
+    <hkern u1="&#x1eac;" u2="&#x176;" k="123" />
+    <hkern u1="&#x1eac;" u2="&#x174;" k="82" />
+    <hkern u1="&#x1eac;" u2="&#x164;" k="143" />
+    <hkern u1="&#x1eac;" u2="&#x21a;" k="143" />
+    <hkern u1="&#x1eac;" u2="&#x152;" k="41" />
+    <hkern u1="&#x1eac;" u2="&#x150;" k="41" />
+    <hkern u1="&#x1eac;" u2="&#x14e;" k="41" />
+    <hkern u1="&#x1eac;" u2="&#x14c;" k="41" />
+    <hkern u1="&#x1eac;" u2="&#x122;" k="41" />
+    <hkern u1="&#x1eac;" u2="&#x120;" k="41" />
+    <hkern u1="&#x1eac;" u2="&#x11e;" k="41" />
+    <hkern u1="&#x1eac;" u2="&#x11c;" k="41" />
+    <hkern u1="&#x1eac;" u2="&#x10c;" k="41" />
+    <hkern u1="&#x1eac;" u2="&#x10a;" k="41" />
+    <hkern u1="&#x1eac;" u2="&#x108;" k="41" />
+    <hkern u1="&#x1eac;" u2="&#x106;" k="41" />
+    <hkern u1="&#x1eac;" u2="&#xdd;" k="123" />
+    <hkern u1="&#x1eac;" u2="&#xd8;" k="41" />
+    <hkern u1="&#x1eac;" u2="&#xd6;" k="41" />
+    <hkern u1="&#x1eac;" u2="&#xd5;" k="41" />
+    <hkern u1="&#x1eac;" u2="&#xd4;" k="41" />
+    <hkern u1="&#x1eac;" u2="&#xd3;" k="41" />
+    <hkern u1="&#x1eac;" u2="&#xd2;" k="41" />
+    <hkern u1="&#x1eac;" u2="&#xc7;" k="41" />
+    <hkern u1="&#x1eac;" u2="Y" k="123" />
+    <hkern u1="&#x1eac;" u2="W" k="82" />
+    <hkern u1="&#x1eac;" u2="V" k="82" />
+    <hkern u1="&#x1eac;" u2="T" k="143" />
+    <hkern u1="&#x1eac;" u2="Q" k="41" />
+    <hkern u1="&#x1eac;" u2="O" k="41" />
+    <hkern u1="&#x1eac;" u2="J" k="-266" />
+    <hkern u1="&#x1eac;" u2="G" k="41" />
+    <hkern u1="&#x1eac;" u2="C" k="41" />
+    <hkern u1="&#x1eac;" u2="&#x27;" k="143" />
+    <hkern u1="&#x1eac;" u2="&#x22;" k="143" />
+    <hkern u1="&#x1ead;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x1ead;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x1ead;" u2="&#x27;" k="20" />
+    <hkern u1="&#x1ead;" u2="&#x22;" k="20" />
+    <hkern u1="&#x1eae;" u2="&#x162;" k="143" />
+    <hkern u1="&#x1eae;" u2="&#x1ef8;" k="123" />
+    <hkern u1="&#x1eae;" u2="&#x1ef6;" k="123" />
+    <hkern u1="&#x1eae;" u2="&#x1ef4;" k="123" />
+    <hkern u1="&#x1eae;" u2="&#x1ee2;" k="41" />
+    <hkern u1="&#x1eae;" u2="&#x1ee0;" k="41" />
+    <hkern u1="&#x1eae;" u2="&#x1ede;" k="41" />
+    <hkern u1="&#x1eae;" u2="&#x1edc;" k="41" />
+    <hkern u1="&#x1eae;" u2="&#x1eda;" k="41" />
+    <hkern u1="&#x1eae;" u2="&#x1ed8;" k="41" />
+    <hkern u1="&#x1eae;" u2="&#x1ed6;" k="41" />
+    <hkern u1="&#x1eae;" u2="&#x1ed4;" k="41" />
+    <hkern u1="&#x1eae;" u2="&#x1ed2;" k="41" />
+    <hkern u1="&#x1eae;" u2="&#x1ed0;" k="41" />
+    <hkern u1="&#x1eae;" u2="&#x1ece;" k="41" />
+    <hkern u1="&#x1eae;" u2="&#x1ecc;" k="41" />
+    <hkern u1="&#x1eae;" u2="&#x1a0;" k="41" />
+    <hkern u1="&#x1eae;" u2="&#x201d;" k="143" />
+    <hkern u1="&#x1eae;" u2="&#x2019;" k="143" />
+    <hkern u1="&#x1eae;" u2="&#x1ef2;" k="123" />
+    <hkern u1="&#x1eae;" u2="&#x1e84;" k="82" />
+    <hkern u1="&#x1eae;" u2="&#x1e82;" k="82" />
+    <hkern u1="&#x1eae;" u2="&#x1e80;" k="82" />
+    <hkern u1="&#x1eae;" u2="&#x1fe;" k="41" />
+    <hkern u1="&#x1eae;" u2="&#x178;" k="123" />
+    <hkern u1="&#x1eae;" u2="&#x176;" k="123" />
+    <hkern u1="&#x1eae;" u2="&#x174;" k="82" />
+    <hkern u1="&#x1eae;" u2="&#x164;" k="143" />
+    <hkern u1="&#x1eae;" u2="&#x21a;" k="143" />
+    <hkern u1="&#x1eae;" u2="&#x152;" k="41" />
+    <hkern u1="&#x1eae;" u2="&#x150;" k="41" />
+    <hkern u1="&#x1eae;" u2="&#x14e;" k="41" />
+    <hkern u1="&#x1eae;" u2="&#x14c;" k="41" />
+    <hkern u1="&#x1eae;" u2="&#x122;" k="41" />
+    <hkern u1="&#x1eae;" u2="&#x120;" k="41" />
+    <hkern u1="&#x1eae;" u2="&#x11e;" k="41" />
+    <hkern u1="&#x1eae;" u2="&#x11c;" k="41" />
+    <hkern u1="&#x1eae;" u2="&#x10c;" k="41" />
+    <hkern u1="&#x1eae;" u2="&#x10a;" k="41" />
+    <hkern u1="&#x1eae;" u2="&#x108;" k="41" />
+    <hkern u1="&#x1eae;" u2="&#x106;" k="41" />
+    <hkern u1="&#x1eae;" u2="&#xdd;" k="123" />
+    <hkern u1="&#x1eae;" u2="&#xd8;" k="41" />
+    <hkern u1="&#x1eae;" u2="&#xd6;" k="41" />
+    <hkern u1="&#x1eae;" u2="&#xd5;" k="41" />
+    <hkern u1="&#x1eae;" u2="&#xd4;" k="41" />
+    <hkern u1="&#x1eae;" u2="&#xd3;" k="41" />
+    <hkern u1="&#x1eae;" u2="&#xd2;" k="41" />
+    <hkern u1="&#x1eae;" u2="&#xc7;" k="41" />
+    <hkern u1="&#x1eae;" u2="Y" k="123" />
+    <hkern u1="&#x1eae;" u2="W" k="82" />
+    <hkern u1="&#x1eae;" u2="V" k="82" />
+    <hkern u1="&#x1eae;" u2="T" k="143" />
+    <hkern u1="&#x1eae;" u2="Q" k="41" />
+    <hkern u1="&#x1eae;" u2="O" k="41" />
+    <hkern u1="&#x1eae;" u2="J" k="-266" />
+    <hkern u1="&#x1eae;" u2="G" k="41" />
+    <hkern u1="&#x1eae;" u2="C" k="41" />
+    <hkern u1="&#x1eae;" u2="&#x27;" k="143" />
+    <hkern u1="&#x1eae;" u2="&#x22;" k="143" />
+    <hkern u1="&#x1eaf;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x1eaf;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x1eaf;" u2="&#x27;" k="20" />
+    <hkern u1="&#x1eaf;" u2="&#x22;" k="20" />
+    <hkern u1="&#x1eb0;" u2="&#x162;" k="143" />
+    <hkern u1="&#x1eb0;" u2="&#x1ef8;" k="123" />
+    <hkern u1="&#x1eb0;" u2="&#x1ef6;" k="123" />
+    <hkern u1="&#x1eb0;" u2="&#x1ef4;" k="123" />
+    <hkern u1="&#x1eb0;" u2="&#x1ee2;" k="41" />
+    <hkern u1="&#x1eb0;" u2="&#x1ee0;" k="41" />
+    <hkern u1="&#x1eb0;" u2="&#x1ede;" k="41" />
+    <hkern u1="&#x1eb0;" u2="&#x1edc;" k="41" />
+    <hkern u1="&#x1eb0;" u2="&#x1eda;" k="41" />
+    <hkern u1="&#x1eb0;" u2="&#x1ed8;" k="41" />
+    <hkern u1="&#x1eb0;" u2="&#x1ed6;" k="41" />
+    <hkern u1="&#x1eb0;" u2="&#x1ed4;" k="41" />
+    <hkern u1="&#x1eb0;" u2="&#x1ed2;" k="41" />
+    <hkern u1="&#x1eb0;" u2="&#x1ed0;" k="41" />
+    <hkern u1="&#x1eb0;" u2="&#x1ece;" k="41" />
+    <hkern u1="&#x1eb0;" u2="&#x1ecc;" k="41" />
+    <hkern u1="&#x1eb0;" u2="&#x1a0;" k="41" />
+    <hkern u1="&#x1eb0;" u2="&#x201d;" k="143" />
+    <hkern u1="&#x1eb0;" u2="&#x2019;" k="143" />
+    <hkern u1="&#x1eb0;" u2="&#x1ef2;" k="123" />
+    <hkern u1="&#x1eb0;" u2="&#x1e84;" k="82" />
+    <hkern u1="&#x1eb0;" u2="&#x1e82;" k="82" />
+    <hkern u1="&#x1eb0;" u2="&#x1e80;" k="82" />
+    <hkern u1="&#x1eb0;" u2="&#x1fe;" k="41" />
+    <hkern u1="&#x1eb0;" u2="&#x178;" k="123" />
+    <hkern u1="&#x1eb0;" u2="&#x176;" k="123" />
+    <hkern u1="&#x1eb0;" u2="&#x174;" k="82" />
+    <hkern u1="&#x1eb0;" u2="&#x164;" k="143" />
+    <hkern u1="&#x1eb0;" u2="&#x21a;" k="143" />
+    <hkern u1="&#x1eb0;" u2="&#x152;" k="41" />
+    <hkern u1="&#x1eb0;" u2="&#x150;" k="41" />
+    <hkern u1="&#x1eb0;" u2="&#x14e;" k="41" />
+    <hkern u1="&#x1eb0;" u2="&#x14c;" k="41" />
+    <hkern u1="&#x1eb0;" u2="&#x122;" k="41" />
+    <hkern u1="&#x1eb0;" u2="&#x120;" k="41" />
+    <hkern u1="&#x1eb0;" u2="&#x11e;" k="41" />
+    <hkern u1="&#x1eb0;" u2="&#x11c;" k="41" />
+    <hkern u1="&#x1eb0;" u2="&#x10c;" k="41" />
+    <hkern u1="&#x1eb0;" u2="&#x10a;" k="41" />
+    <hkern u1="&#x1eb0;" u2="&#x108;" k="41" />
+    <hkern u1="&#x1eb0;" u2="&#x106;" k="41" />
+    <hkern u1="&#x1eb0;" u2="&#xdd;" k="123" />
+    <hkern u1="&#x1eb0;" u2="&#xd8;" k="41" />
+    <hkern u1="&#x1eb0;" u2="&#xd6;" k="41" />
+    <hkern u1="&#x1eb0;" u2="&#xd5;" k="41" />
+    <hkern u1="&#x1eb0;" u2="&#xd4;" k="41" />
+    <hkern u1="&#x1eb0;" u2="&#xd3;" k="41" />
+    <hkern u1="&#x1eb0;" u2="&#xd2;" k="41" />
+    <hkern u1="&#x1eb0;" u2="&#xc7;" k="41" />
+    <hkern u1="&#x1eb0;" u2="Y" k="123" />
+    <hkern u1="&#x1eb0;" u2="W" k="82" />
+    <hkern u1="&#x1eb0;" u2="V" k="82" />
+    <hkern u1="&#x1eb0;" u2="T" k="143" />
+    <hkern u1="&#x1eb0;" u2="Q" k="41" />
+    <hkern u1="&#x1eb0;" u2="O" k="41" />
+    <hkern u1="&#x1eb0;" u2="J" k="-266" />
+    <hkern u1="&#x1eb0;" u2="G" k="41" />
+    <hkern u1="&#x1eb0;" u2="C" k="41" />
+    <hkern u1="&#x1eb0;" u2="&#x27;" k="143" />
+    <hkern u1="&#x1eb0;" u2="&#x22;" k="143" />
+    <hkern u1="&#x1eb1;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x1eb1;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x1eb1;" u2="&#x27;" k="20" />
+    <hkern u1="&#x1eb1;" u2="&#x22;" k="20" />
+    <hkern u1="&#x1eb2;" u2="&#x162;" k="143" />
+    <hkern u1="&#x1eb2;" u2="&#x1ef8;" k="123" />
+    <hkern u1="&#x1eb2;" u2="&#x1ef6;" k="123" />
+    <hkern u1="&#x1eb2;" u2="&#x1ef4;" k="123" />
+    <hkern u1="&#x1eb2;" u2="&#x1ee2;" k="41" />
+    <hkern u1="&#x1eb2;" u2="&#x1ee0;" k="41" />
+    <hkern u1="&#x1eb2;" u2="&#x1ede;" k="41" />
+    <hkern u1="&#x1eb2;" u2="&#x1edc;" k="41" />
+    <hkern u1="&#x1eb2;" u2="&#x1eda;" k="41" />
+    <hkern u1="&#x1eb2;" u2="&#x1ed8;" k="41" />
+    <hkern u1="&#x1eb2;" u2="&#x1ed6;" k="41" />
+    <hkern u1="&#x1eb2;" u2="&#x1ed4;" k="41" />
+    <hkern u1="&#x1eb2;" u2="&#x1ed2;" k="41" />
+    <hkern u1="&#x1eb2;" u2="&#x1ed0;" k="41" />
+    <hkern u1="&#x1eb2;" u2="&#x1ece;" k="41" />
+    <hkern u1="&#x1eb2;" u2="&#x1ecc;" k="41" />
+    <hkern u1="&#x1eb2;" u2="&#x1a0;" k="41" />
+    <hkern u1="&#x1eb2;" u2="&#x201d;" k="143" />
+    <hkern u1="&#x1eb2;" u2="&#x2019;" k="143" />
+    <hkern u1="&#x1eb2;" u2="&#x1ef2;" k="123" />
+    <hkern u1="&#x1eb2;" u2="&#x1e84;" k="82" />
+    <hkern u1="&#x1eb2;" u2="&#x1e82;" k="82" />
+    <hkern u1="&#x1eb2;" u2="&#x1e80;" k="82" />
+    <hkern u1="&#x1eb2;" u2="&#x1fe;" k="41" />
+    <hkern u1="&#x1eb2;" u2="&#x178;" k="123" />
+    <hkern u1="&#x1eb2;" u2="&#x176;" k="123" />
+    <hkern u1="&#x1eb2;" u2="&#x174;" k="82" />
+    <hkern u1="&#x1eb2;" u2="&#x164;" k="143" />
+    <hkern u1="&#x1eb2;" u2="&#x21a;" k="143" />
+    <hkern u1="&#x1eb2;" u2="&#x152;" k="41" />
+    <hkern u1="&#x1eb2;" u2="&#x150;" k="41" />
+    <hkern u1="&#x1eb2;" u2="&#x14e;" k="41" />
+    <hkern u1="&#x1eb2;" u2="&#x14c;" k="41" />
+    <hkern u1="&#x1eb2;" u2="&#x122;" k="41" />
+    <hkern u1="&#x1eb2;" u2="&#x120;" k="41" />
+    <hkern u1="&#x1eb2;" u2="&#x11e;" k="41" />
+    <hkern u1="&#x1eb2;" u2="&#x11c;" k="41" />
+    <hkern u1="&#x1eb2;" u2="&#x10c;" k="41" />
+    <hkern u1="&#x1eb2;" u2="&#x10a;" k="41" />
+    <hkern u1="&#x1eb2;" u2="&#x108;" k="41" />
+    <hkern u1="&#x1eb2;" u2="&#x106;" k="41" />
+    <hkern u1="&#x1eb2;" u2="&#xdd;" k="123" />
+    <hkern u1="&#x1eb2;" u2="&#xd8;" k="41" />
+    <hkern u1="&#x1eb2;" u2="&#xd6;" k="41" />
+    <hkern u1="&#x1eb2;" u2="&#xd5;" k="41" />
+    <hkern u1="&#x1eb2;" u2="&#xd4;" k="41" />
+    <hkern u1="&#x1eb2;" u2="&#xd3;" k="41" />
+    <hkern u1="&#x1eb2;" u2="&#xd2;" k="41" />
+    <hkern u1="&#x1eb2;" u2="&#xc7;" k="41" />
+    <hkern u1="&#x1eb2;" u2="Y" k="123" />
+    <hkern u1="&#x1eb2;" u2="W" k="82" />
+    <hkern u1="&#x1eb2;" u2="V" k="82" />
+    <hkern u1="&#x1eb2;" u2="T" k="143" />
+    <hkern u1="&#x1eb2;" u2="Q" k="41" />
+    <hkern u1="&#x1eb2;" u2="O" k="41" />
+    <hkern u1="&#x1eb2;" u2="J" k="-266" />
+    <hkern u1="&#x1eb2;" u2="G" k="41" />
+    <hkern u1="&#x1eb2;" u2="C" k="41" />
+    <hkern u1="&#x1eb2;" u2="&#x27;" k="143" />
+    <hkern u1="&#x1eb2;" u2="&#x22;" k="143" />
+    <hkern u1="&#x1eb3;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x1eb3;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x1eb3;" u2="&#x27;" k="20" />
+    <hkern u1="&#x1eb3;" u2="&#x22;" k="20" />
+    <hkern u1="&#x1eb4;" u2="&#x162;" k="143" />
+    <hkern u1="&#x1eb4;" u2="&#x1ef8;" k="123" />
+    <hkern u1="&#x1eb4;" u2="&#x1ef6;" k="123" />
+    <hkern u1="&#x1eb4;" u2="&#x1ef4;" k="123" />
+    <hkern u1="&#x1eb4;" u2="&#x1ee2;" k="41" />
+    <hkern u1="&#x1eb4;" u2="&#x1ee0;" k="41" />
+    <hkern u1="&#x1eb4;" u2="&#x1ede;" k="41" />
+    <hkern u1="&#x1eb4;" u2="&#x1edc;" k="41" />
+    <hkern u1="&#x1eb4;" u2="&#x1eda;" k="41" />
+    <hkern u1="&#x1eb4;" u2="&#x1ed8;" k="41" />
+    <hkern u1="&#x1eb4;" u2="&#x1ed6;" k="41" />
+    <hkern u1="&#x1eb4;" u2="&#x1ed4;" k="41" />
+    <hkern u1="&#x1eb4;" u2="&#x1ed2;" k="41" />
+    <hkern u1="&#x1eb4;" u2="&#x1ed0;" k="41" />
+    <hkern u1="&#x1eb4;" u2="&#x1ece;" k="41" />
+    <hkern u1="&#x1eb4;" u2="&#x1ecc;" k="41" />
+    <hkern u1="&#x1eb4;" u2="&#x1a0;" k="41" />
+    <hkern u1="&#x1eb4;" u2="&#x201d;" k="143" />
+    <hkern u1="&#x1eb4;" u2="&#x2019;" k="143" />
+    <hkern u1="&#x1eb4;" u2="&#x1ef2;" k="123" />
+    <hkern u1="&#x1eb4;" u2="&#x1e84;" k="82" />
+    <hkern u1="&#x1eb4;" u2="&#x1e82;" k="82" />
+    <hkern u1="&#x1eb4;" u2="&#x1e80;" k="82" />
+    <hkern u1="&#x1eb4;" u2="&#x1fe;" k="41" />
+    <hkern u1="&#x1eb4;" u2="&#x178;" k="123" />
+    <hkern u1="&#x1eb4;" u2="&#x176;" k="123" />
+    <hkern u1="&#x1eb4;" u2="&#x174;" k="82" />
+    <hkern u1="&#x1eb4;" u2="&#x164;" k="143" />
+    <hkern u1="&#x1eb4;" u2="&#x21a;" k="143" />
+    <hkern u1="&#x1eb4;" u2="&#x152;" k="41" />
+    <hkern u1="&#x1eb4;" u2="&#x150;" k="41" />
+    <hkern u1="&#x1eb4;" u2="&#x14e;" k="41" />
+    <hkern u1="&#x1eb4;" u2="&#x14c;" k="41" />
+    <hkern u1="&#x1eb4;" u2="&#x122;" k="41" />
+    <hkern u1="&#x1eb4;" u2="&#x120;" k="41" />
+    <hkern u1="&#x1eb4;" u2="&#x11e;" k="41" />
+    <hkern u1="&#x1eb4;" u2="&#x11c;" k="41" />
+    <hkern u1="&#x1eb4;" u2="&#x10c;" k="41" />
+    <hkern u1="&#x1eb4;" u2="&#x10a;" k="41" />
+    <hkern u1="&#x1eb4;" u2="&#x108;" k="41" />
+    <hkern u1="&#x1eb4;" u2="&#x106;" k="41" />
+    <hkern u1="&#x1eb4;" u2="&#xdd;" k="123" />
+    <hkern u1="&#x1eb4;" u2="&#xd8;" k="41" />
+    <hkern u1="&#x1eb4;" u2="&#xd6;" k="41" />
+    <hkern u1="&#x1eb4;" u2="&#xd5;" k="41" />
+    <hkern u1="&#x1eb4;" u2="&#xd4;" k="41" />
+    <hkern u1="&#x1eb4;" u2="&#xd3;" k="41" />
+    <hkern u1="&#x1eb4;" u2="&#xd2;" k="41" />
+    <hkern u1="&#x1eb4;" u2="&#xc7;" k="41" />
+    <hkern u1="&#x1eb4;" u2="Y" k="123" />
+    <hkern u1="&#x1eb4;" u2="W" k="82" />
+    <hkern u1="&#x1eb4;" u2="V" k="82" />
+    <hkern u1="&#x1eb4;" u2="T" k="143" />
+    <hkern u1="&#x1eb4;" u2="Q" k="41" />
+    <hkern u1="&#x1eb4;" u2="O" k="41" />
+    <hkern u1="&#x1eb4;" u2="J" k="-266" />
+    <hkern u1="&#x1eb4;" u2="G" k="41" />
+    <hkern u1="&#x1eb4;" u2="C" k="41" />
+    <hkern u1="&#x1eb4;" u2="&#x27;" k="143" />
+    <hkern u1="&#x1eb4;" u2="&#x22;" k="143" />
+    <hkern u1="&#x1eb5;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x1eb5;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x1eb5;" u2="&#x27;" k="20" />
+    <hkern u1="&#x1eb5;" u2="&#x22;" k="20" />
+    <hkern u1="&#x1eb6;" u2="&#x162;" k="143" />
+    <hkern u1="&#x1eb6;" u2="&#x1ef8;" k="123" />
+    <hkern u1="&#x1eb6;" u2="&#x1ef6;" k="123" />
+    <hkern u1="&#x1eb6;" u2="&#x1ef4;" k="123" />
+    <hkern u1="&#x1eb6;" u2="&#x1ee2;" k="41" />
+    <hkern u1="&#x1eb6;" u2="&#x1ee0;" k="41" />
+    <hkern u1="&#x1eb6;" u2="&#x1ede;" k="41" />
+    <hkern u1="&#x1eb6;" u2="&#x1edc;" k="41" />
+    <hkern u1="&#x1eb6;" u2="&#x1eda;" k="41" />
+    <hkern u1="&#x1eb6;" u2="&#x1ed8;" k="41" />
+    <hkern u1="&#x1eb6;" u2="&#x1ed6;" k="41" />
+    <hkern u1="&#x1eb6;" u2="&#x1ed4;" k="41" />
+    <hkern u1="&#x1eb6;" u2="&#x1ed2;" k="41" />
+    <hkern u1="&#x1eb6;" u2="&#x1ed0;" k="41" />
+    <hkern u1="&#x1eb6;" u2="&#x1ece;" k="41" />
+    <hkern u1="&#x1eb6;" u2="&#x1ecc;" k="41" />
+    <hkern u1="&#x1eb6;" u2="&#x1a0;" k="41" />
+    <hkern u1="&#x1eb6;" u2="&#x201d;" k="143" />
+    <hkern u1="&#x1eb6;" u2="&#x2019;" k="143" />
+    <hkern u1="&#x1eb6;" u2="&#x1ef2;" k="123" />
+    <hkern u1="&#x1eb6;" u2="&#x1e84;" k="82" />
+    <hkern u1="&#x1eb6;" u2="&#x1e82;" k="82" />
+    <hkern u1="&#x1eb6;" u2="&#x1e80;" k="82" />
+    <hkern u1="&#x1eb6;" u2="&#x1fe;" k="41" />
+    <hkern u1="&#x1eb6;" u2="&#x178;" k="123" />
+    <hkern u1="&#x1eb6;" u2="&#x176;" k="123" />
+    <hkern u1="&#x1eb6;" u2="&#x174;" k="82" />
+    <hkern u1="&#x1eb6;" u2="&#x164;" k="143" />
+    <hkern u1="&#x1eb6;" u2="&#x21a;" k="143" />
+    <hkern u1="&#x1eb6;" u2="&#x152;" k="41" />
+    <hkern u1="&#x1eb6;" u2="&#x150;" k="41" />
+    <hkern u1="&#x1eb6;" u2="&#x14e;" k="41" />
+    <hkern u1="&#x1eb6;" u2="&#x14c;" k="41" />
+    <hkern u1="&#x1eb6;" u2="&#x122;" k="41" />
+    <hkern u1="&#x1eb6;" u2="&#x120;" k="41" />
+    <hkern u1="&#x1eb6;" u2="&#x11e;" k="41" />
+    <hkern u1="&#x1eb6;" u2="&#x11c;" k="41" />
+    <hkern u1="&#x1eb6;" u2="&#x10c;" k="41" />
+    <hkern u1="&#x1eb6;" u2="&#x10a;" k="41" />
+    <hkern u1="&#x1eb6;" u2="&#x108;" k="41" />
+    <hkern u1="&#x1eb6;" u2="&#x106;" k="41" />
+    <hkern u1="&#x1eb6;" u2="&#xdd;" k="123" />
+    <hkern u1="&#x1eb6;" u2="&#xd8;" k="41" />
+    <hkern u1="&#x1eb6;" u2="&#xd6;" k="41" />
+    <hkern u1="&#x1eb6;" u2="&#xd5;" k="41" />
+    <hkern u1="&#x1eb6;" u2="&#xd4;" k="41" />
+    <hkern u1="&#x1eb6;" u2="&#xd3;" k="41" />
+    <hkern u1="&#x1eb6;" u2="&#xd2;" k="41" />
+    <hkern u1="&#x1eb6;" u2="&#xc7;" k="41" />
+    <hkern u1="&#x1eb6;" u2="Y" k="123" />
+    <hkern u1="&#x1eb6;" u2="W" k="82" />
+    <hkern u1="&#x1eb6;" u2="V" k="82" />
+    <hkern u1="&#x1eb6;" u2="T" k="143" />
+    <hkern u1="&#x1eb6;" u2="Q" k="41" />
+    <hkern u1="&#x1eb6;" u2="O" k="41" />
+    <hkern u1="&#x1eb6;" u2="J" k="-266" />
+    <hkern u1="&#x1eb6;" u2="G" k="41" />
+    <hkern u1="&#x1eb6;" u2="C" k="41" />
+    <hkern u1="&#x1eb6;" u2="&#x27;" k="143" />
+    <hkern u1="&#x1eb6;" u2="&#x22;" k="143" />
+    <hkern u1="&#x1eb7;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x1eb7;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x1eb7;" u2="&#x27;" k="20" />
+    <hkern u1="&#x1eb7;" u2="&#x22;" k="20" />
+    <hkern u1="&#x1eb8;" u2="J" k="-123" />
+    <hkern u1="&#x1eb9;" u2="&#x1ef5;" k="41" />
+    <hkern u1="&#x1eb9;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x1eb9;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x1eb9;" u2="&#x1e83;" k="41" />
+    <hkern u1="&#x1eb9;" u2="&#x1e81;" k="41" />
+    <hkern u1="&#x1eb9;" u2="&#x17e;" k="20" />
+    <hkern u1="&#x1eb9;" u2="&#x17c;" k="20" />
+    <hkern u1="&#x1eb9;" u2="&#x17a;" k="20" />
+    <hkern u1="&#x1eb9;" u2="&#x175;" k="41" />
+    <hkern u1="&#x1eb9;" u2="&#xfd;" k="41" />
+    <hkern u1="&#x1eb9;" u2="z" k="20" />
+    <hkern u1="&#x1eb9;" u2="y" k="41" />
+    <hkern u1="&#x1eb9;" u2="x" k="41" />
+    <hkern u1="&#x1eb9;" u2="w" k="41" />
+    <hkern u1="&#x1eb9;" u2="v" k="41" />
+    <hkern u1="&#x1eb9;" u2="&#x27;" k="20" />
+    <hkern u1="&#x1eb9;" u2="&#x22;" k="20" />
+    <hkern u1="&#x1eba;" u2="J" k="-123" />
+    <hkern u1="&#x1ebb;" u2="&#x1ef5;" k="41" />
+    <hkern u1="&#x1ebb;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x1ebb;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x1ebb;" u2="&#x1e83;" k="41" />
+    <hkern u1="&#x1ebb;" u2="&#x1e81;" k="41" />
+    <hkern u1="&#x1ebb;" u2="&#x17e;" k="20" />
+    <hkern u1="&#x1ebb;" u2="&#x17c;" k="20" />
+    <hkern u1="&#x1ebb;" u2="&#x17a;" k="20" />
+    <hkern u1="&#x1ebb;" u2="&#x175;" k="41" />
+    <hkern u1="&#x1ebb;" u2="&#xfd;" k="41" />
+    <hkern u1="&#x1ebb;" u2="z" k="20" />
+    <hkern u1="&#x1ebb;" u2="y" k="41" />
+    <hkern u1="&#x1ebb;" u2="x" k="41" />
+    <hkern u1="&#x1ebb;" u2="w" k="41" />
+    <hkern u1="&#x1ebb;" u2="v" k="41" />
+    <hkern u1="&#x1ebb;" u2="&#x27;" k="20" />
+    <hkern u1="&#x1ebb;" u2="&#x22;" k="20" />
+    <hkern u1="&#x1ebc;" u2="J" k="-123" />
+    <hkern u1="&#x1ebd;" u2="&#x1ef5;" k="41" />
+    <hkern u1="&#x1ebd;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x1ebd;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x1ebd;" u2="&#x1e83;" k="41" />
+    <hkern u1="&#x1ebd;" u2="&#x1e81;" k="41" />
+    <hkern u1="&#x1ebd;" u2="&#x17e;" k="20" />
+    <hkern u1="&#x1ebd;" u2="&#x17c;" k="20" />
+    <hkern u1="&#x1ebd;" u2="&#x17a;" k="20" />
+    <hkern u1="&#x1ebd;" u2="&#x175;" k="41" />
+    <hkern u1="&#x1ebd;" u2="&#xfd;" k="41" />
+    <hkern u1="&#x1ebd;" u2="z" k="20" />
+    <hkern u1="&#x1ebd;" u2="y" k="41" />
+    <hkern u1="&#x1ebd;" u2="x" k="41" />
+    <hkern u1="&#x1ebd;" u2="w" k="41" />
+    <hkern u1="&#x1ebd;" u2="v" k="41" />
+    <hkern u1="&#x1ebd;" u2="&#x27;" k="20" />
+    <hkern u1="&#x1ebd;" u2="&#x22;" k="20" />
+    <hkern u1="&#x1ebe;" u2="J" k="-123" />
+    <hkern u1="&#x1ebf;" u2="&#x1ef5;" k="41" />
+    <hkern u1="&#x1ebf;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x1ebf;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x1ebf;" u2="&#x1e83;" k="41" />
+    <hkern u1="&#x1ebf;" u2="&#x1e81;" k="41" />
+    <hkern u1="&#x1ebf;" u2="&#x17e;" k="20" />
+    <hkern u1="&#x1ebf;" u2="&#x17c;" k="20" />
+    <hkern u1="&#x1ebf;" u2="&#x17a;" k="20" />
+    <hkern u1="&#x1ebf;" u2="&#x175;" k="41" />
+    <hkern u1="&#x1ebf;" u2="&#xfd;" k="41" />
+    <hkern u1="&#x1ebf;" u2="z" k="20" />
+    <hkern u1="&#x1ebf;" u2="y" k="41" />
+    <hkern u1="&#x1ebf;" u2="x" k="41" />
+    <hkern u1="&#x1ebf;" u2="w" k="41" />
+    <hkern u1="&#x1ebf;" u2="v" k="41" />
+    <hkern u1="&#x1ebf;" u2="&#x27;" k="20" />
+    <hkern u1="&#x1ebf;" u2="&#x22;" k="20" />
+    <hkern u1="&#x1ec0;" u2="J" k="-123" />
+    <hkern u1="&#x1ec1;" u2="&#x1ef5;" k="41" />
+    <hkern u1="&#x1ec1;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x1ec1;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x1ec1;" u2="&#x1e83;" k="41" />
+    <hkern u1="&#x1ec1;" u2="&#x1e81;" k="41" />
+    <hkern u1="&#x1ec1;" u2="&#x17e;" k="20" />
+    <hkern u1="&#x1ec1;" u2="&#x17c;" k="20" />
+    <hkern u1="&#x1ec1;" u2="&#x17a;" k="20" />
+    <hkern u1="&#x1ec1;" u2="&#x175;" k="41" />
+    <hkern u1="&#x1ec1;" u2="&#xfd;" k="41" />
+    <hkern u1="&#x1ec1;" u2="z" k="20" />
+    <hkern u1="&#x1ec1;" u2="y" k="41" />
+    <hkern u1="&#x1ec1;" u2="x" k="41" />
+    <hkern u1="&#x1ec1;" u2="w" k="41" />
+    <hkern u1="&#x1ec1;" u2="v" k="41" />
+    <hkern u1="&#x1ec1;" u2="&#x27;" k="20" />
+    <hkern u1="&#x1ec1;" u2="&#x22;" k="20" />
+    <hkern u1="&#x1ec2;" u2="J" k="-123" />
+    <hkern u1="&#x1ec3;" u2="&#x1ef5;" k="41" />
+    <hkern u1="&#x1ec3;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x1ec3;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x1ec3;" u2="&#x1e83;" k="41" />
+    <hkern u1="&#x1ec3;" u2="&#x1e81;" k="41" />
+    <hkern u1="&#x1ec3;" u2="&#x17e;" k="20" />
+    <hkern u1="&#x1ec3;" u2="&#x17c;" k="20" />
+    <hkern u1="&#x1ec3;" u2="&#x17a;" k="20" />
+    <hkern u1="&#x1ec3;" u2="&#x175;" k="41" />
+    <hkern u1="&#x1ec3;" u2="&#xfd;" k="41" />
+    <hkern u1="&#x1ec3;" u2="z" k="20" />
+    <hkern u1="&#x1ec3;" u2="y" k="41" />
+    <hkern u1="&#x1ec3;" u2="x" k="41" />
+    <hkern u1="&#x1ec3;" u2="w" k="41" />
+    <hkern u1="&#x1ec3;" u2="v" k="41" />
+    <hkern u1="&#x1ec3;" u2="&#x27;" k="20" />
+    <hkern u1="&#x1ec3;" u2="&#x22;" k="20" />
+    <hkern u1="&#x1ec4;" u2="J" k="-123" />
+    <hkern u1="&#x1ec5;" u2="&#x1ef5;" k="41" />
+    <hkern u1="&#x1ec5;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x1ec5;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x1ec5;" u2="&#x1e83;" k="41" />
+    <hkern u1="&#x1ec5;" u2="&#x1e81;" k="41" />
+    <hkern u1="&#x1ec5;" u2="&#x17e;" k="20" />
+    <hkern u1="&#x1ec5;" u2="&#x17c;" k="20" />
+    <hkern u1="&#x1ec5;" u2="&#x17a;" k="20" />
+    <hkern u1="&#x1ec5;" u2="&#x175;" k="41" />
+    <hkern u1="&#x1ec5;" u2="&#xfd;" k="41" />
+    <hkern u1="&#x1ec5;" u2="z" k="20" />
+    <hkern u1="&#x1ec5;" u2="y" k="41" />
+    <hkern u1="&#x1ec5;" u2="x" k="41" />
+    <hkern u1="&#x1ec5;" u2="w" k="41" />
+    <hkern u1="&#x1ec5;" u2="v" k="41" />
+    <hkern u1="&#x1ec5;" u2="&#x27;" k="20" />
+    <hkern u1="&#x1ec5;" u2="&#x22;" k="20" />
+    <hkern u1="&#x1ec6;" u2="J" k="-123" />
+    <hkern u1="&#x1ec7;" u2="&#x1ef5;" k="41" />
+    <hkern u1="&#x1ec7;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x1ec7;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x1ec7;" u2="&#x1e83;" k="41" />
+    <hkern u1="&#x1ec7;" u2="&#x1e81;" k="41" />
+    <hkern u1="&#x1ec7;" u2="&#x17e;" k="20" />
+    <hkern u1="&#x1ec7;" u2="&#x17c;" k="20" />
+    <hkern u1="&#x1ec7;" u2="&#x17a;" k="20" />
+    <hkern u1="&#x1ec7;" u2="&#x175;" k="41" />
+    <hkern u1="&#x1ec7;" u2="&#xfd;" k="41" />
+    <hkern u1="&#x1ec7;" u2="z" k="20" />
+    <hkern u1="&#x1ec7;" u2="y" k="41" />
+    <hkern u1="&#x1ec7;" u2="x" k="41" />
+    <hkern u1="&#x1ec7;" u2="w" k="41" />
+    <hkern u1="&#x1ec7;" u2="v" k="41" />
+    <hkern u1="&#x1ec7;" u2="&#x27;" k="20" />
+    <hkern u1="&#x1ec7;" u2="&#x22;" k="20" />
+    <hkern u1="&#x1ecc;" u2="&#x162;" k="61" />
+    <hkern u1="&#x1ecc;" u2="&#x1ef8;" k="20" />
+    <hkern u1="&#x1ecc;" u2="&#x1ef6;" k="20" />
+    <hkern u1="&#x1ecc;" u2="&#x1ef4;" k="20" />
+    <hkern u1="&#x1ecc;" u2="&#x1eb6;" k="41" />
+    <hkern u1="&#x1ecc;" u2="&#x1eb4;" k="41" />
+    <hkern u1="&#x1ecc;" u2="&#x1eb2;" k="41" />
+    <hkern u1="&#x1ecc;" u2="&#x1eb0;" k="41" />
+    <hkern u1="&#x1ecc;" u2="&#x1eae;" k="41" />
+    <hkern u1="&#x1ecc;" u2="&#x1eac;" k="41" />
+    <hkern u1="&#x1ecc;" u2="&#x1eaa;" k="41" />
+    <hkern u1="&#x1ecc;" u2="&#x1ea8;" k="41" />
+    <hkern u1="&#x1ecc;" u2="&#x1ea6;" k="41" />
+    <hkern u1="&#x1ecc;" u2="&#x1ea4;" k="41" />
+    <hkern u1="&#x1ecc;" u2="&#x1ea2;" k="41" />
+    <hkern u1="&#x1ecc;" u2="&#x1ea0;" k="41" />
+    <hkern u1="&#x1ecc;" u2="&#x1e00;" k="41" />
+    <hkern u1="&#x1ecc;" u2="&#x201e;" k="82" />
+    <hkern u1="&#x1ecc;" u2="&#x201a;" k="82" />
+    <hkern u1="&#x1ecc;" u2="&#x1ef2;" k="20" />
+    <hkern u1="&#x1ecc;" u2="&#x1e84;" k="20" />
+    <hkern u1="&#x1ecc;" u2="&#x1e82;" k="20" />
+    <hkern u1="&#x1ecc;" u2="&#x1e80;" k="20" />
+    <hkern u1="&#x1ecc;" u2="&#x405;" k="20" />
+    <hkern u1="&#x1ecc;" u2="&#x1fa;" k="41" />
+    <hkern u1="&#x1ecc;" u2="&#x17d;" k="20" />
+    <hkern u1="&#x1ecc;" u2="&#x17b;" k="20" />
+    <hkern u1="&#x1ecc;" u2="&#x179;" k="20" />
+    <hkern u1="&#x1ecc;" u2="&#x178;" k="20" />
+    <hkern u1="&#x1ecc;" u2="&#x176;" k="20" />
+    <hkern u1="&#x1ecc;" u2="&#x174;" k="20" />
+    <hkern u1="&#x1ecc;" u2="&#x164;" k="61" />
+    <hkern u1="&#x1ecc;" u2="&#x21a;" k="61" />
+    <hkern u1="&#x1ecc;" u2="&#x104;" k="41" />
+    <hkern u1="&#x1ecc;" u2="&#x102;" k="41" />
+    <hkern u1="&#x1ecc;" u2="&#x100;" k="41" />
+    <hkern u1="&#x1ecc;" u2="&#xdd;" k="20" />
+    <hkern u1="&#x1ecc;" u2="&#xc5;" k="41" />
+    <hkern u1="&#x1ecc;" u2="&#xc4;" k="41" />
+    <hkern u1="&#x1ecc;" u2="&#xc3;" k="41" />
+    <hkern u1="&#x1ecc;" u2="&#xc2;" k="41" />
+    <hkern u1="&#x1ecc;" u2="&#xc1;" k="41" />
+    <hkern u1="&#x1ecc;" u2="&#xc0;" k="41" />
+    <hkern u1="&#x1ecc;" u2="Z" k="20" />
+    <hkern u1="&#x1ecc;" u2="Y" k="20" />
+    <hkern u1="&#x1ecc;" u2="X" k="41" />
+    <hkern u1="&#x1ecc;" u2="W" k="20" />
+    <hkern u1="&#x1ecc;" u2="V" k="20" />
+    <hkern u1="&#x1ecc;" u2="T" k="61" />
+    <hkern u1="&#x1ecc;" u2="A" k="41" />
+    <hkern u1="&#x1ecc;" u2="&#x2e;" k="82" />
+    <hkern u1="&#x1ecc;" u2="&#x2c;" k="82" />
+    <hkern u1="&#x1ecd;" u2="&#x1ef5;" k="41" />
+    <hkern u1="&#x1ecd;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x1ecd;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x1ecd;" u2="&#x1e83;" k="41" />
+    <hkern u1="&#x1ecd;" u2="&#x1e81;" k="41" />
+    <hkern u1="&#x1ecd;" u2="&#x17e;" k="20" />
+    <hkern u1="&#x1ecd;" u2="&#x17c;" k="20" />
+    <hkern u1="&#x1ecd;" u2="&#x17a;" k="20" />
+    <hkern u1="&#x1ecd;" u2="&#x175;" k="41" />
+    <hkern u1="&#x1ecd;" u2="&#xfd;" k="41" />
+    <hkern u1="&#x1ecd;" u2="z" k="20" />
+    <hkern u1="&#x1ecd;" u2="y" k="41" />
+    <hkern u1="&#x1ecd;" u2="x" k="41" />
+    <hkern u1="&#x1ecd;" u2="w" k="41" />
+    <hkern u1="&#x1ecd;" u2="v" k="41" />
+    <hkern u1="&#x1ecd;" u2="&#x27;" k="20" />
+    <hkern u1="&#x1ecd;" u2="&#x22;" k="20" />
+    <hkern u1="&#x1ece;" u2="&#x162;" k="61" />
+    <hkern u1="&#x1ece;" u2="&#x1ef8;" k="20" />
+    <hkern u1="&#x1ece;" u2="&#x1ef6;" k="20" />
+    <hkern u1="&#x1ece;" u2="&#x1ef4;" k="20" />
+    <hkern u1="&#x1ece;" u2="&#x1eb6;" k="41" />
+    <hkern u1="&#x1ece;" u2="&#x1eb4;" k="41" />
+    <hkern u1="&#x1ece;" u2="&#x1eb2;" k="41" />
+    <hkern u1="&#x1ece;" u2="&#x1eb0;" k="41" />
+    <hkern u1="&#x1ece;" u2="&#x1eae;" k="41" />
+    <hkern u1="&#x1ece;" u2="&#x1eac;" k="41" />
+    <hkern u1="&#x1ece;" u2="&#x1eaa;" k="41" />
+    <hkern u1="&#x1ece;" u2="&#x1ea8;" k="41" />
+    <hkern u1="&#x1ece;" u2="&#x1ea6;" k="41" />
+    <hkern u1="&#x1ece;" u2="&#x1ea4;" k="41" />
+    <hkern u1="&#x1ece;" u2="&#x1ea2;" k="41" />
+    <hkern u1="&#x1ece;" u2="&#x1ea0;" k="41" />
+    <hkern u1="&#x1ece;" u2="&#x1e00;" k="41" />
+    <hkern u1="&#x1ece;" u2="&#x201e;" k="82" />
+    <hkern u1="&#x1ece;" u2="&#x201a;" k="82" />
+    <hkern u1="&#x1ece;" u2="&#x1ef2;" k="20" />
+    <hkern u1="&#x1ece;" u2="&#x1e84;" k="20" />
+    <hkern u1="&#x1ece;" u2="&#x1e82;" k="20" />
+    <hkern u1="&#x1ece;" u2="&#x1e80;" k="20" />
+    <hkern u1="&#x1ece;" u2="&#x405;" k="20" />
+    <hkern u1="&#x1ece;" u2="&#x1fa;" k="41" />
+    <hkern u1="&#x1ece;" u2="&#x17d;" k="20" />
+    <hkern u1="&#x1ece;" u2="&#x17b;" k="20" />
+    <hkern u1="&#x1ece;" u2="&#x179;" k="20" />
+    <hkern u1="&#x1ece;" u2="&#x178;" k="20" />
+    <hkern u1="&#x1ece;" u2="&#x176;" k="20" />
+    <hkern u1="&#x1ece;" u2="&#x174;" k="20" />
+    <hkern u1="&#x1ece;" u2="&#x164;" k="61" />
+    <hkern u1="&#x1ece;" u2="&#x21a;" k="61" />
+    <hkern u1="&#x1ece;" u2="&#x104;" k="41" />
+    <hkern u1="&#x1ece;" u2="&#x102;" k="41" />
+    <hkern u1="&#x1ece;" u2="&#x100;" k="41" />
+    <hkern u1="&#x1ece;" u2="&#xdd;" k="20" />
+    <hkern u1="&#x1ece;" u2="&#xc5;" k="41" />
+    <hkern u1="&#x1ece;" u2="&#xc4;" k="41" />
+    <hkern u1="&#x1ece;" u2="&#xc3;" k="41" />
+    <hkern u1="&#x1ece;" u2="&#xc2;" k="41" />
+    <hkern u1="&#x1ece;" u2="&#xc1;" k="41" />
+    <hkern u1="&#x1ece;" u2="&#xc0;" k="41" />
+    <hkern u1="&#x1ece;" u2="Z" k="20" />
+    <hkern u1="&#x1ece;" u2="Y" k="20" />
+    <hkern u1="&#x1ece;" u2="X" k="41" />
+    <hkern u1="&#x1ece;" u2="W" k="20" />
+    <hkern u1="&#x1ece;" u2="V" k="20" />
+    <hkern u1="&#x1ece;" u2="T" k="61" />
+    <hkern u1="&#x1ece;" u2="A" k="41" />
+    <hkern u1="&#x1ece;" u2="&#x2e;" k="82" />
+    <hkern u1="&#x1ece;" u2="&#x2c;" k="82" />
+    <hkern u1="&#x1ecf;" u2="&#x1ef5;" k="41" />
+    <hkern u1="&#x1ecf;" u2="&#x201d;" k="20" />
+    <hkern u1="&#x1ecf;" u2="&#x2019;" k="20" />
+    <hkern u1="&#x1ecf;" u2="&#x1e83;" k="41" />
+    <hkern u1="&#x1ecf;" u2="&#x1e81;" k="41" />
+    <hkern u1="&#x1ecf;" u2="&#x17e;" k="20" />
+    <hkern u1="&#x1ecf;" u2="&#x17c;" k="20" />
+    <hkern u1="&#x1ecf;" u2="&#x17a;" k="20" />
+    <hkern u1="&#x1ecf;" u2="&#x175;" k="41" />
+    <hkern u1="&#x1ecf;" u2="&#xfd;" k="41" />
+    <hkern u1="&#x1ecf;" u2="z" k="20" />
+    <hkern u1="&#x1ecf;" u2="y" k="41" />
+    <hkern u1="&#x1ecf;" u2="x" k="41" />
+    <hkern u1="&#x1ecf;" u2="w" k="41" />
+    <hkern u1="&#x1ecf;" u2="v" k="41" />
+    <hkern u1="&#x1ecf;" u2="&#x27;" k="20" />
+    <hkern u1="&#x1ecf;" u2="&#x22;" k="20" />
+    <hkern u1="&#x1ed0;" u2="&#x162;" k="61" />
+    <hkern u1="&#x1ed0;" u2="&#x1ef8;" k="20" />
+    <hkern u1="&#x1ed0;" u2="&#x1ef6;" k="20" />
+    <hkern u1="&#x1ed0;" u2="&#x1ef4;" k="20" />
+    <hkern u1="&#x1ed0;" u2="&#x1eb6;" k="41" />
+    <hkern u1="&#x1ed0;" u2="&#x1eb4;" k="41" />
+    <hkern u1="&#x1ed0;" u2="&#x1eb2;" k="41" />
+    <hkern u1="&#x1ed0;" u2="&#x1eb0;" k="41" />
+    <hkern u1="&#x1ed0;" u2="&#x1eae;" k="41" />
+    <hkern u1="&#x1ed0;" u2="&#x1eac;" k="41" />
+    <hkern u1="&#x1ed0;" u2="&#x1eaa;" k="41" />
+    <hkern u1="&#x1ed0;" u2="&#x1ea8;" k="41" />
+    <hkern u1="&#x1ed0;" u2="&#x1ea6;" k="41" />
+    <hkern u1="&#x1ed0;" u2="&#x1ea4;" k="41" />
+    <hkern u1="&#x1ed0;" u2="&#x1ea2;" k="41" />
+    <hkern u1="&#x1ed0;" u2="&#x1ea0;" k="41" />
+    <hkern u1="&#x1ed0;" u2="&#x1e00;" k="41" />
+    <hkern u1="&#x1ed0;" u2="&#x201e;" k="82" />
+    <hkern u1="&#x1ed0;" u2="&#x201a;" k="82" />
+    <hkern u1="&#x1ed0;" u2="&#x1ef2;" k="20" />
+    <hkern u1="&#x1ed0;" u2="&#x1e84;" k="20" />
+    <hkern u1="&#x1ed0;" u2="&#x1e82;" k="20" />
+    <hkern u1="&#x1ed0;" u2="&#x1e80;" k="20" />
+    <hkern u1="&#x1ed0;" u2="&#x405;" k="20" />
+    <hkern u1="&#x1ed0;" u2="&#x1fa;" k="41" />
+    <hkern u1="&#x1ed0;" u2="&#x17d;" k="20" />
+    <hkern u1="&#x1ed0;" u2="&#x17b;" k="20" />
+    <hkern u1="&#x1ed0;" u2="&#x179;" k="20" />
+    <hkern u1="&#x1ed0;" u2="&#x178;" k="20" />
+    <hkern u1="&#x1ed0;" u2="&#x176;" k="20" />
+    <hkern u1="&#x1ed0;" u2="&#x174;" k="20" />
+    <hkern u1="&#x1ed0;" u2="&#x164;" k="61" />
+    <hkern u1="&#x1ed0;" u2="&#x21a;" k="61" />
+    <hkern u1="&#x1ed0;" u2="&#x104;" k="41" />
+    <hkern u1="&#x1ed0;" u2="&#x102;" k="41" />
+    <hkern u1="&#x1ed0;" u2="&#x100;" k="41" />
+    <hkern u1="&#x1ed0;" u2="&#xdd;" k="20" />
+    <hkern u1="&#x1ed0;" u2="&#xc5;" k="41" />
+    <hkern u1="&#x1ed0;" u2="&#xc4;" k="41" />
+    <hkern u1="&#x1ed0;" u2="&#xc3;" k="41" />
+    <hkern u1="&#x1ed0;" u2="&#xc2;" k="41" />
+    <hkern u1="&#x1ed0;" u2="&#xc1;" k="41" />
+    <hkern u1="&#x1ed0;" u2="&#xc0;" k="41" />
+    <hkern u1="&#x1ed0;" u2="Z" k="20" />
+    <hkern u1="&#x1ed0;" u2="Y" k="20" />
+    <hkern u1="&#x1ed0;" u2="X" k="41" />
+    <hkern u1="&#x1ed0;" u2="W" k="20" />
+    <hkern u1="&#x1ed0;" u2="V" k="20" />
+    <hkern u1="&#x1ed0;" u2="T" k="61" />
+    <hkern u1="&#x1ed0;" u2="A" k="41" />
+    <hkern u1="&#x1ed0;" u2="&#x2e;" k="82" />
+    <hkern u1="&#x1ed0;" u2="&#x2c;" k="82" />
+    <hkern u1="&#x1ed2;" u2="&#x162;" k="61" />
+    <hkern u1="&#x1ed2;" u2="&#x1ef8;" k="20" />
+    <hkern u1="&#x1ed2;" u2="&#x1ef6;" k="20" />
+    <hkern u1="&#x1ed2;" u2="&#x1ef4;" k="20" />
+    <hkern u1="&#x1ed2;" u2="&#x1eb6;" k="41" />
+    <hkern u1="&#x1ed2;" u2="&#x1eb4;" k="41" />
+    <hkern u1="&#x1ed2;" u2="&#x1eb2;" k="41" />
+    <hkern u1="&#x1ed2;" u2="&#x1eb0;" k="41" />
+    <hkern u1="&#x1ed2;" u2="&#x1eae;" k="41" />
+    <hkern u1="&#x1ed2;" u2="&#x1eac;" k="41" />
+    <hkern u1="&#x1ed2;" u2="&#x1eaa;" k="41" />
+    <hkern u1="&#x1ed2;" u2="&#x1ea8;" k="41" />
+    <hkern u1="&#x1ed2;" u2="&#x1ea6;" k="41" />
+    <hkern u1="&#x1ed2;" u2="&#x1ea4;" k="41" />
+    <hkern u1="&#x1ed2;" u2="&#x1ea2;" k="41" />
+    <hkern u1="&#x1ed2;" u2="&#x1ea0;" k="41" />
+    <hkern u1="&#x1ed2;" u2="&#x1e00;" k="41" />
+    <hkern u1="&#x1ed2;" u2="&#x201e;" k="82" />
+    <hkern u1="&#x1ed2;" u2="&#x201a;" k="82" />
+    <hkern u1="&#x1ed2;" u2="&#x1ef2;" k="20" />
+    <hkern u1="&#x1ed2;" u2="&#x1e84;" k="20" />
+    <hkern u1="&#x1ed2;" u2="&#x1e82;" k="20" />
+    <hkern u1="&#x1ed2;" u2="&#x1e80;" k="20" />
+    <hkern u1="&#x1ed2;" u2="&#x405;" k="20" />
+    <hkern u1="&#x1ed2;" u2="&#x1fa;" k="41" />
+    <hkern u1="&#x1ed2;" u2="&#x17d;" k="20" />
+    <hkern u1="&#x1ed2;" u2="&#x17b;" k="20" />
+    <hkern u1="&#x1ed2;" u2="&#x179;" k="20" />
+    <hkern u1="&#x1ed2;" u2="&#x178;" k="20" />
+    <hkern u1="&#x1ed2;" u2="&#x176;" k="20" />
+    <hkern u1="&#x1ed2;" u2="&#x174;" k="20" />
+    <hkern u1="&#x1ed2;" u2="&#x164;" k="61" />
+    <hkern u1="&#x1ed2;" u2="&#x21a;" k="61" />
+    <hkern u1="&#x1ed2;" u2="&#x104;" k="41" />
+    <hkern u1="&#x1ed2;" u2="&#x102;" k="41" />
+    <hkern u1="&#x1ed2;" u2="&#x100;" k="41" />
+    <hkern u1="&#x1ed2;" u2="&#xdd;" k="20" />
+    <hkern u1="&#x1ed2;" u2="&#xc5;" k="41" />
+    <hkern u1="&#x1ed2;" u2="&#xc4;" k="41" />
+    <hkern u1="&#x1ed2;" u2="&#xc3;" k="41" />
+    <hkern u1="&#x1ed2;" u2="&#xc2;" k="41" />
+    <hkern u1="&#x1ed2;" u2="&#xc1;" k="41" />
+    <hkern u1="&#x1ed2;" u2="&#xc0;" k="41" />
+    <hkern u1="&#x1ed2;" u2="Z" k="20" />
+    <hkern u1="&#x1ed2;" u2="Y" k="20" />
+    <hkern u1="&#x1ed2;" u2="X" k="41" />
+    <hkern u1="&#x1ed2;" u2="W" k="20" />
+    <hkern u1="&#x1ed2;" u2="V" k="20" />
+    <hkern u1="&#x1ed2;" u2="T" k="61" />
+    <hkern u1="&#x1ed2;" u2="A" k="41" />
+    <hkern u1="&#x1ed2;" u2="&#x2e;" k="82" />
+    <hkern u1="&#x1ed2;" u2="&#x2c;" k="82" />
+    <hkern u1="&#x1ed4;" u2="&#x162;" k="61" />
+    <hkern u1="&#x1ed4;" u2="&#x1ef8;" k="20" />
+    <hkern u1="&#x1ed4;" u2="&#x1ef6;" k="20" />
+    <hkern u1="&#x1ed4;" u2="&#x1ef4;" k="20" />
+    <hkern u1="&#x1ed4;" u2="&#x1eb6;" k="41" />
+    <hkern u1="&#x1ed4;" u2="&#x1eb4;" k="41" />
+    <hkern u1="&#x1ed4;" u2="&#x1eb2;" k="41" />
+    <hkern u1="&#x1ed4;" u2="&#x1eb0;" k="41" />
+    <hkern u1="&#x1ed4;" u2="&#x1eae;" k="41" />
+    <hkern u1="&#x1ed4;" u2="&#x1eac;" k="41" />
+    <hkern u1="&#x1ed4;" u2="&#x1eaa;" k="41" />
+    <hkern u1="&#x1ed4;" u2="&#x1ea8;" k="41" />
+    <hkern u1="&#x1ed4;" u2="&#x1ea6;" k="41" />
+    <hkern u1="&#x1ed4;" u2="&#x1ea4;" k="41" />
+    <hkern u1="&#x1ed4;" u2="&#x1ea2;" k="41" />
+    <hkern u1="&#x1ed4;" u2="&#x1ea0;" k="41" />
+    <hkern u1="&#x1ed4;" u2="&#x1e00;" k="41" />
+    <hkern u1="&#x1ed4;" u2="&#x201e;" k="82" />
+    <hkern u1="&#x1ed4;" u2="&#x201a;" k="82" />
+    <hkern u1="&#x1ed4;" u2="&#x1ef2;" k="20" />
+    <hkern u1="&#x1ed4;" u2="&#x1e84;" k="20" />
+    <hkern u1="&#x1ed4;" u2="&#x1e82;" k="20" />
+    <hkern u1="&#x1ed4;" u2="&#x1e80;" k="20" />
+    <hkern u1="&#x1ed4;" u2="&#x405;" k="20" />
+    <hkern u1="&#x1ed4;" u2="&#x1fa;" k="41" />
+    <hkern u1="&#x1ed4;" u2="&#x17d;" k="20" />
+    <hkern u1="&#x1ed4;" u2="&#x17b;" k="20" />
+    <hkern u1="&#x1ed4;" u2="&#x179;" k="20" />
+    <hkern u1="&#x1ed4;" u2="&#x178;" k="20" />
+    <hkern u1="&#x1ed4;" u2="&#x176;" k="20" />
+    <hkern u1="&#x1ed4;" u2="&#x174;" k="20" />
+    <hkern u1="&#x1ed4;" u2="&#x164;" k="61" />
+    <hkern u1="&#x1ed4;" u2="&#x21a;" k="61" />
+    <hkern u1="&#x1ed4;" u2="&#x104;" k="41" />
+    <hkern u1="&#x1ed4;" u2="&#x102;" k="41" />
+    <hkern u1="&#x1ed4;" u2="&#x100;" k="41" />
+    <hkern u1="&#x1ed4;" u2="&#xdd;" k="20" />
+    <hkern u1="&#x1ed4;" u2="&#xc5;" k="41" />
+    <hkern u1="&#x1ed4;" u2="&#xc4;" k="41" />
+    <hkern u1="&#x1ed4;" u2="&#xc3;" k="41" />
+    <hkern u1="&#x1ed4;" u2="&#xc2;" k="41" />
+    <hkern u1="&#x1ed4;" u2="&#xc1;" k="41" />
+    <hkern u1="&#x1ed4;" u2="&#xc0;" k="41" />
+    <hkern u1="&#x1ed4;" u2="Z" k="20" />
+    <hkern u1="&#x1ed4;" u2="Y" k="20" />
+    <hkern u1="&#x1ed4;" u2="X" k="41" />
+    <hkern u1="&#x1ed4;" u2="W" k="20" />
+    <hkern u1="&#x1ed4;" u2="V" k="20" />
+    <hkern u1="&#x1ed4;" u2="T" k="61" />
+    <hkern u1="&#x1ed4;" u2="A" k="41" />
+    <hkern u1="&#x1ed4;" u2="&#x2e;" k="82" />
+    <hkern u1="&#x1ed4;" u2="&#x2c;" k="82" />
+    <hkern u1="&#x1ed6;" u2="&#x162;" k="61" />
+    <hkern u1="&#x1ed6;" u2="&#x1ef8;" k="20" />
+    <hkern u1="&#x1ed6;" u2="&#x1ef6;" k="20" />
+    <hkern u1="&#x1ed6;" u2="&#x1ef4;" k="20" />
+    <hkern u1="&#x1ed6;" u2="&#x1eb6;" k="41" />
+    <hkern u1="&#x1ed6;" u2="&#x1eb4;" k="41" />
+    <hkern u1="&#x1ed6;" u2="&#x1eb2;" k="41" />
+    <hkern u1="&#x1ed6;" u2="&#x1eb0;" k="41" />
+    <hkern u1="&#x1ed6;" u2="&#x1eae;" k="41" />
+    <hkern u1="&#x1ed6;" u2="&#x1eac;" k="41" />
+    <hkern u1="&#x1ed6;" u2="&#x1eaa;" k="41" />
+    <hkern u1="&#x1ed6;" u2="&#x1ea8;" k="41" />
+    <hkern u1="&#x1ed6;" u2="&#x1ea6;" k="41" />
+    <hkern u1="&#x1ed6;" u2="&#x1ea4;" k="41" />
+    <hkern u1="&#x1ed6;" u2="&#x1ea2;" k="41" />
+    <hkern u1="&#x1ed6;" u2="&#x1ea0;" k="41" />
+    <hkern u1="&#x1ed6;" u2="&#x1e00;" k="41" />
+    <hkern u1="&#x1ed6;" u2="&#x201e;" k="82" />
+    <hkern u1="&#x1ed6;" u2="&#x201a;" k="82" />
+    <hkern u1="&#x1ed6;" u2="&#x1ef2;" k="20" />
+    <hkern u1="&#x1ed6;" u2="&#x1e84;" k="20" />
+    <hkern u1="&#x1ed6;" u2="&#x1e82;" k="20" />
+    <hkern u1="&#x1ed6;" u2="&#x1e80;" k="20" />
+    <hkern u1="&#x1ed6;" u2="&#x405;" k="20" />
+    <hkern u1="&#x1ed6;" u2="&#x1fa;" k="41" />
+    <hkern u1="&#x1ed6;" u2="&#x17d;" k="20" />
+    <hkern u1="&#x1ed6;" u2="&#x17b;" k="20" />
+    <hkern u1="&#x1ed6;" u2="&#x179;" k="20" />
+    <hkern u1="&#x1ed6;" u2="&#x178;" k="20" />
+    <hkern u1="&#x1ed6;" u2="&#x176;" k="20" />
+    <hkern u1="&#x1ed6;" u2="&#x174;" k="20" />
+    <hkern u1="&#x1ed6;" u2="&#x164;" k="61" />
+    <hkern u1="&#x1ed6;" u2="&#x21a;" k="61" />
+    <hkern u1="&#x1ed6;" u2="&#x104;" k="41" />
+    <hkern u1="&#x1ed6;" u2="&#x102;" k="41" />
+    <hkern u1="&#x1ed6;" u2="&#x100;" k="41" />
+    <hkern u1="&#x1ed6;" u2="&#xdd;" k="20" />
+    <hkern u1="&#x1ed6;" u2="&#xc5;" k="41" />
+    <hkern u1="&#x1ed6;" u2="&#xc4;" k="41" />
+    <hkern u1="&#x1ed6;" u2="&#xc3;" k="41" />
+    <hkern u1="&#x1ed6;" u2="&#xc2;" k="41" />
+    <hkern u1="&#x1ed6;" u2="&#xc1;" k="41" />
+    <hkern u1="&#x1ed6;" u2="&#xc0;" k="41" />
+    <hkern u1="&#x1ed6;" u2="Z" k="20" />
+    <hkern u1="&#x1ed6;" u2="Y" k="20" />
+    <hkern u1="&#x1ed6;" u2="X" k="41" />
+    <hkern u1="&#x1ed6;" u2="W" k="20" />
+    <hkern u1="&#x1ed6;" u2="V" k="20" />
+    <hkern u1="&#x1ed6;" u2="T" k="61" />
+    <hkern u1="&#x1ed6;" u2="A" k="41" />
+    <hkern u1="&#x1ed6;" u2="&#x2e;" k="82" />
+    <hkern u1="&#x1ed6;" u2="&#x2c;" k="82" />
+    <hkern u1="&#x1ed8;" u2="&#x162;" k="61" />
+    <hkern u1="&#x1ed8;" u2="&#x1ef8;" k="20" />
+    <hkern u1="&#x1ed8;" u2="&#x1ef6;" k="20" />
+    <hkern u1="&#x1ed8;" u2="&#x1ef4;" k="20" />
+    <hkern u1="&#x1ed8;" u2="&#x1eb6;" k="41" />
+    <hkern u1="&#x1ed8;" u2="&#x1eb4;" k="41" />
+    <hkern u1="&#x1ed8;" u2="&#x1eb2;" k="41" />
+    <hkern u1="&#x1ed8;" u2="&#x1eb0;" k="41" />
+    <hkern u1="&#x1ed8;" u2="&#x1eae;" k="41" />
+    <hkern u1="&#x1ed8;" u2="&#x1eac;" k="41" />
+    <hkern u1="&#x1ed8;" u2="&#x1eaa;" k="41" />
+    <hkern u1="&#x1ed8;" u2="&#x1ea8;" k="41" />
+    <hkern u1="&#x1ed8;" u2="&#x1ea6;" k="41" />
+    <hkern u1="&#x1ed8;" u2="&#x1ea4;" k="41" />
+    <hkern u1="&#x1ed8;" u2="&#x1ea2;" k="41" />
+    <hkern u1="&#x1ed8;" u2="&#x1ea0;" k="41" />
+    <hkern u1="&#x1ed8;" u2="&#x1e00;" k="41" />
+    <hkern u1="&#x1ed8;" u2="&#x201e;" k="82" />
+    <hkern u1="&#x1ed8;" u2="&#x201a;" k="82" />
+    <hkern u1="&#x1ed8;" u2="&#x1ef2;" k="20" />
+    <hkern u1="&#x1ed8;" u2="&#x1e84;" k="20" />
+    <hkern u1="&#x1ed8;" u2="&#x1e82;" k="20" />
+    <hkern u1="&#x1ed8;" u2="&#x1e80;" k="20" />
+    <hkern u1="&#x1ed8;" u2="&#x405;" k="20" />
+    <hkern u1="&#x1ed8;" u2="&#x1fa;" k="41" />
+    <hkern u1="&#x1ed8;" u2="&#x17d;" k="20" />
+    <hkern u1="&#x1ed8;" u2="&#x17b;" k="20" />
+    <hkern u1="&#x1ed8;" u2="&#x179;" k="20" />
+    <hkern u1="&#x1ed8;" u2="&#x178;" k="20" />
+    <hkern u1="&#x1ed8;" u2="&#x176;" k="20" />
+    <hkern u1="&#x1ed8;" u2="&#x174;" k="20" />
+    <hkern u1="&#x1ed8;" u2="&#x164;" k="61" />
+    <hkern u1="&#x1ed8;" u2="&#x21a;" k="61" />
+    <hkern u1="&#x1ed8;" u2="&#x104;" k="41" />
+    <hkern u1="&#x1ed8;" u2="&#x102;" k="41" />
+    <hkern u1="&#x1ed8;" u2="&#x100;" k="41" />
+    <hkern u1="&#x1ed8;" u2="&#xdd;" k="20" />
+    <hkern u1="&#x1ed8;" u2="&#xc5;" k="41" />
+    <hkern u1="&#x1ed8;" u2="&#xc4;" k="41" />
+    <hkern u1="&#x1ed8;" u2="&#xc3;" k="41" />
+    <hkern u1="&#x1ed8;" u2="&#xc2;" k="41" />
+    <hkern u1="&#x1ed8;" u2="&#xc1;" k="41" />
+    <hkern u1="&#x1ed8;" u2="&#xc0;" k="41" />
+    <hkern u1="&#x1ed8;" u2="Z" k="20" />
+    <hkern u1="&#x1ed8;" u2="Y" k="20" />
+    <hkern u1="&#x1ed8;" u2="X" k="41" />
+    <hkern u1="&#x1ed8;" u2="W" k="20" />
+    <hkern u1="&#x1ed8;" u2="V" k="20" />
+    <hkern u1="&#x1ed8;" u2="T" k="61" />
+    <hkern u1="&#x1ed8;" u2="A" k="41" />
+    <hkern u1="&#x1ed8;" u2="&#x2e;" k="82" />
+    <hkern u1="&#x1ed8;" u2="&#x2c;" k="82" />
+    <hkern u1="&#x1edb;" u2="&#x163;" k="-82" />
+    <hkern u1="&#x1edb;" g2="ff" k="-82" />
+    <hkern u1="&#x1edb;" u2="&#x1ef5;" k="-102" />
+    <hkern u1="&#x1edb;" g2="uniFB04" k="-82" />
+    <hkern u1="&#x1edb;" g2="uniFB03" k="-82" />
+    <hkern u1="&#x1edb;" g2="uniFB02" k="-82" />
+    <hkern u1="&#x1edb;" g2="uniFB01" k="-82" />
+    <hkern u1="&#x1edb;" u2="&#x1e83;" k="-102" />
+    <hkern u1="&#x1edb;" u2="&#x1e81;" k="-102" />
+    <hkern u1="&#x1edb;" u2="&#x175;" k="-102" />
+    <hkern u1="&#x1edb;" u2="&#x165;" k="-82" />
+    <hkern u1="&#x1edb;" u2="&#x21b;" k="-82" />
+    <hkern u1="&#x1edb;" u2="&#xfd;" k="-102" />
+    <hkern u1="&#x1edb;" u2="y" k="-102" />
+    <hkern u1="&#x1edb;" u2="x" k="-102" />
+    <hkern u1="&#x1edb;" u2="w" k="-102" />
+    <hkern u1="&#x1edb;" u2="v" k="-102" />
+    <hkern u1="&#x1edb;" u2="t" k="-82" />
+    <hkern u1="&#x1edb;" u2="f" k="-82" />
+    <hkern u1="&#x1edd;" u2="&#x163;" k="-82" />
+    <hkern u1="&#x1edd;" g2="ff" k="-82" />
+    <hkern u1="&#x1edd;" u2="&#x1ef5;" k="-102" />
+    <hkern u1="&#x1edd;" g2="uniFB04" k="-82" />
+    <hkern u1="&#x1edd;" g2="uniFB03" k="-82" />
+    <hkern u1="&#x1edd;" g2="uniFB02" k="-82" />
+    <hkern u1="&#x1edd;" g2="uniFB01" k="-82" />
+    <hkern u1="&#x1edd;" u2="&#x1e83;" k="-102" />
+    <hkern u1="&#x1edd;" u2="&#x1e81;" k="-102" />
+    <hkern u1="&#x1edd;" u2="&#x175;" k="-102" />
+    <hkern u1="&#x1edd;" u2="&#x165;" k="-82" />
+    <hkern u1="&#x1edd;" u2="&#x21b;" k="-82" />
+    <hkern u1="&#x1edd;" u2="&#xfd;" k="-102" />
+    <hkern u1="&#x1edd;" u2="y" k="-102" />
+    <hkern u1="&#x1edd;" u2="x" k="-102" />
+    <hkern u1="&#x1edd;" u2="w" k="-102" />
+    <hkern u1="&#x1edd;" u2="v" k="-102" />
+    <hkern u1="&#x1edd;" u2="t" k="-82" />
+    <hkern u1="&#x1edd;" u2="f" k="-82" />
+    <hkern u1="&#x1edf;" u2="&#x163;" k="-82" />
+    <hkern u1="&#x1edf;" g2="ff" k="-82" />
+    <hkern u1="&#x1edf;" u2="&#x1ef5;" k="-102" />
+    <hkern u1="&#x1edf;" g2="uniFB04" k="-82" />
+    <hkern u1="&#x1edf;" g2="uniFB03" k="-82" />
+    <hkern u1="&#x1edf;" g2="uniFB02" k="-82" />
+    <hkern u1="&#x1edf;" g2="uniFB01" k="-82" />
+    <hkern u1="&#x1edf;" u2="&#x1e83;" k="-102" />
+    <hkern u1="&#x1edf;" u2="&#x1e81;" k="-102" />
+    <hkern u1="&#x1edf;" u2="&#x175;" k="-102" />
+    <hkern u1="&#x1edf;" u2="&#x165;" k="-82" />
+    <hkern u1="&#x1edf;" u2="&#x21b;" k="-82" />
+    <hkern u1="&#x1edf;" u2="&#xfd;" k="-102" />
+    <hkern u1="&#x1edf;" u2="y" k="-102" />
+    <hkern u1="&#x1edf;" u2="x" k="-102" />
+    <hkern u1="&#x1edf;" u2="w" k="-102" />
+    <hkern u1="&#x1edf;" u2="v" k="-102" />
+    <hkern u1="&#x1edf;" u2="t" k="-82" />
+    <hkern u1="&#x1edf;" u2="f" k="-82" />
+    <hkern u1="&#x1ee1;" u2="&#x163;" k="-82" />
+    <hkern u1="&#x1ee1;" g2="ff" k="-82" />
+    <hkern u1="&#x1ee1;" u2="&#x1ef5;" k="-102" />
+    <hkern u1="&#x1ee1;" g2="uniFB04" k="-82" />
+    <hkern u1="&#x1ee1;" g2="uniFB03" k="-82" />
+    <hkern u1="&#x1ee1;" g2="uniFB02" k="-82" />
+    <hkern u1="&#x1ee1;" g2="uniFB01" k="-82" />
+    <hkern u1="&#x1ee1;" u2="&#x1e83;" k="-102" />
+    <hkern u1="&#x1ee1;" u2="&#x1e81;" k="-102" />
+    <hkern u1="&#x1ee1;" u2="&#x175;" k="-102" />
+    <hkern u1="&#x1ee1;" u2="&#x165;" k="-82" />
+    <hkern u1="&#x1ee1;" u2="&#x21b;" k="-82" />
+    <hkern u1="&#x1ee1;" u2="&#xfd;" k="-102" />
+    <hkern u1="&#x1ee1;" u2="y" k="-102" />
+    <hkern u1="&#x1ee1;" u2="x" k="-102" />
+    <hkern u1="&#x1ee1;" u2="w" k="-102" />
+    <hkern u1="&#x1ee1;" u2="v" k="-102" />
+    <hkern u1="&#x1ee1;" u2="t" k="-82" />
+    <hkern u1="&#x1ee1;" u2="f" k="-82" />
+    <hkern u1="&#x1ee3;" u2="&#x163;" k="-82" />
+    <hkern u1="&#x1ee3;" g2="ff" k="-82" />
+    <hkern u1="&#x1ee3;" u2="&#x1ef5;" k="-102" />
+    <hkern u1="&#x1ee3;" g2="uniFB04" k="-82" />
+    <hkern u1="&#x1ee3;" g2="uniFB03" k="-82" />
+    <hkern u1="&#x1ee3;" g2="uniFB02" k="-82" />
+    <hkern u1="&#x1ee3;" g2="uniFB01" k="-82" />
+    <hkern u1="&#x1ee3;" u2="&#x1e83;" k="-102" />
+    <hkern u1="&#x1ee3;" u2="&#x1e81;" k="-102" />
+    <hkern u1="&#x1ee3;" u2="&#x175;" k="-102" />
+    <hkern u1="&#x1ee3;" u2="&#x165;" k="-82" />
+    <hkern u1="&#x1ee3;" u2="&#x21b;" k="-82" />
+    <hkern u1="&#x1ee3;" u2="&#xfd;" k="-102" />
+    <hkern u1="&#x1ee3;" u2="y" k="-102" />
+    <hkern u1="&#x1ee3;" u2="x" k="-102" />
+    <hkern u1="&#x1ee3;" u2="w" k="-102" />
+    <hkern u1="&#x1ee3;" u2="v" k="-102" />
+    <hkern u1="&#x1ee3;" u2="t" k="-82" />
+    <hkern u1="&#x1ee3;" u2="f" k="-82" />
+    <hkern u1="&#x1ee4;" u2="&#x1eb6;" k="20" />
+    <hkern u1="&#x1ee4;" u2="&#x1eb4;" k="20" />
+    <hkern u1="&#x1ee4;" u2="&#x1eb2;" k="20" />
+    <hkern u1="&#x1ee4;" u2="&#x1eb0;" k="20" />
+    <hkern u1="&#x1ee4;" u2="&#x1eae;" k="20" />
+    <hkern u1="&#x1ee4;" u2="&#x1eac;" k="20" />
+    <hkern u1="&#x1ee4;" u2="&#x1eaa;" k="20" />
+    <hkern u1="&#x1ee4;" u2="&#x1ea8;" k="20" />
+    <hkern u1="&#x1ee4;" u2="&#x1ea6;" k="20" />
+    <hkern u1="&#x1ee4;" u2="&#x1ea4;" k="20" />
+    <hkern u1="&#x1ee4;" u2="&#x1ea2;" k="20" />
+    <hkern u1="&#x1ee4;" u2="&#x1ea0;" k="20" />
+    <hkern u1="&#x1ee4;" u2="&#x1e00;" k="20" />
+    <hkern u1="&#x1ee4;" u2="&#x201e;" k="41" />
+    <hkern u1="&#x1ee4;" u2="&#x201a;" k="41" />
+    <hkern u1="&#x1ee4;" u2="&#x1fa;" k="20" />
+    <hkern u1="&#x1ee4;" u2="&#x104;" k="20" />
+    <hkern u1="&#x1ee4;" u2="&#x102;" k="20" />
+    <hkern u1="&#x1ee4;" u2="&#x100;" k="20" />
+    <hkern u1="&#x1ee4;" u2="&#xc5;" k="20" />
+    <hkern u1="&#x1ee4;" u2="&#xc4;" k="20" />
+    <hkern u1="&#x1ee4;" u2="&#xc3;" k="20" />
+    <hkern u1="&#x1ee4;" u2="&#xc2;" k="20" />
+    <hkern u1="&#x1ee4;" u2="&#xc1;" k="20" />
+    <hkern u1="&#x1ee4;" u2="&#xc0;" k="20" />
+    <hkern u1="&#x1ee4;" u2="A" k="20" />
+    <hkern u1="&#x1ee4;" u2="&#x2e;" k="41" />
+    <hkern u1="&#x1ee4;" u2="&#x2c;" k="41" />
+    <hkern u1="&#x1ee9;" u2="&#x163;" k="-102" />
+    <hkern u1="&#x1ee9;" g2="ff" k="-102" />
+    <hkern u1="&#x1ee9;" u2="&#x1ef5;" k="-102" />
+    <hkern u1="&#x1ee9;" g2="uniFB04" k="-102" />
+    <hkern u1="&#x1ee9;" g2="uniFB03" k="-102" />
+    <hkern u1="&#x1ee9;" g2="uniFB02" k="-102" />
+    <hkern u1="&#x1ee9;" g2="uniFB01" k="-102" />
+    <hkern u1="&#x1ee9;" u2="&#x1e83;" k="-102" />
+    <hkern u1="&#x1ee9;" u2="&#x1e81;" k="-102" />
+    <hkern u1="&#x1ee9;" u2="&#x175;" k="-102" />
+    <hkern u1="&#x1ee9;" u2="&#x165;" k="-102" />
+    <hkern u1="&#x1ee9;" u2="&#x21b;" k="-102" />
+    <hkern u1="&#x1ee9;" u2="&#xfd;" k="-102" />
+    <hkern u1="&#x1ee9;" u2="y" k="-102" />
+    <hkern u1="&#x1ee9;" u2="x" k="-102" />
+    <hkern u1="&#x1ee9;" u2="w" k="-102" />
+    <hkern u1="&#x1ee9;" u2="v" k="-102" />
+    <hkern u1="&#x1ee9;" u2="t" k="-102" />
+    <hkern u1="&#x1ee9;" u2="f" k="-102" />
+    <hkern u1="&#x1eeb;" u2="&#x163;" k="-102" />
+    <hkern u1="&#x1eeb;" g2="ff" k="-102" />
+    <hkern u1="&#x1eeb;" u2="&#x1ef5;" k="-102" />
+    <hkern u1="&#x1eeb;" g2="uniFB04" k="-102" />
+    <hkern u1="&#x1eeb;" g2="uniFB03" k="-102" />
+    <hkern u1="&#x1eeb;" g2="uniFB02" k="-102" />
+    <hkern u1="&#x1eeb;" g2="uniFB01" k="-102" />
+    <hkern u1="&#x1eeb;" u2="&#x1e83;" k="-102" />
+    <hkern u1="&#x1eeb;" u2="&#x1e81;" k="-102" />
+    <hkern u1="&#x1eeb;" u2="&#x175;" k="-102" />
+    <hkern u1="&#x1eeb;" u2="&#x165;" k="-102" />
+    <hkern u1="&#x1eeb;" u2="&#x21b;" k="-102" />
+    <hkern u1="&#x1eeb;" u2="&#xfd;" k="-102" />
+    <hkern u1="&#x1eeb;" u2="y" k="-102" />
+    <hkern u1="&#x1eeb;" u2="x" k="-102" />
+    <hkern u1="&#x1eeb;" u2="w" k="-102" />
+    <hkern u1="&#x1eeb;" u2="v" k="-102" />
+    <hkern u1="&#x1eeb;" u2="t" k="-102" />
+    <hkern u1="&#x1eeb;" u2="f" k="-102" />
+    <hkern u1="&#x1eed;" u2="&#x163;" k="-102" />
+    <hkern u1="&#x1eed;" g2="ff" k="-102" />
+    <hkern u1="&#x1eed;" u2="&#x1ef5;" k="-102" />
+    <hkern u1="&#x1eed;" g2="uniFB04" k="-102" />
+    <hkern u1="&#x1eed;" g2="uniFB03" k="-102" />
+    <hkern u1="&#x1eed;" g2="uniFB02" k="-102" />
+    <hkern u1="&#x1eed;" g2="uniFB01" k="-102" />
+    <hkern u1="&#x1eed;" u2="&#x1e83;" k="-102" />
+    <hkern u1="&#x1eed;" u2="&#x1e81;" k="-102" />
+    <hkern u1="&#x1eed;" u2="&#x175;" k="-102" />
+    <hkern u1="&#x1eed;" u2="&#x165;" k="-102" />
+    <hkern u1="&#x1eed;" u2="&#x21b;" k="-102" />
+    <hkern u1="&#x1eed;" u2="&#xfd;" k="-102" />
+    <hkern u1="&#x1eed;" u2="y" k="-102" />
+    <hkern u1="&#x1eed;" u2="x" k="-102" />
+    <hkern u1="&#x1eed;" u2="w" k="-102" />
+    <hkern u1="&#x1eed;" u2="v" k="-102" />
+    <hkern u1="&#x1eed;" u2="t" k="-102" />
+    <hkern u1="&#x1eed;" u2="f" k="-102" />
+    <hkern u1="&#x1eef;" u2="&#x163;" k="-102" />
+    <hkern u1="&#x1eef;" g2="ff" k="-102" />
+    <hkern u1="&#x1eef;" u2="&#x1ef5;" k="-102" />
+    <hkern u1="&#x1eef;" g2="uniFB04" k="-102" />
+    <hkern u1="&#x1eef;" g2="uniFB03" k="-102" />
+    <hkern u1="&#x1eef;" g2="uniFB02" k="-102" />
+    <hkern u1="&#x1eef;" g2="uniFB01" k="-102" />
+    <hkern u1="&#x1eef;" u2="&#x1e83;" k="-102" />
+    <hkern u1="&#x1eef;" u2="&#x1e81;" k="-102" />
+    <hkern u1="&#x1eef;" u2="&#x175;" k="-102" />
+    <hkern u1="&#x1eef;" u2="&#x165;" k="-102" />
+    <hkern u1="&#x1eef;" u2="&#x21b;" k="-102" />
+    <hkern u1="&#x1eef;" u2="&#xfd;" k="-102" />
+    <hkern u1="&#x1eef;" u2="y" k="-102" />
+    <hkern u1="&#x1eef;" u2="x" k="-102" />
+    <hkern u1="&#x1eef;" u2="w" k="-102" />
+    <hkern u1="&#x1eef;" u2="v" k="-102" />
+    <hkern u1="&#x1eef;" u2="t" k="-102" />
+    <hkern u1="&#x1eef;" u2="f" k="-102" />
+    <hkern u1="&#x1ef1;" u2="&#x163;" k="-102" />
+    <hkern u1="&#x1ef1;" g2="ff" k="-102" />
+    <hkern u1="&#x1ef1;" u2="&#x1ef5;" k="-102" />
+    <hkern u1="&#x1ef1;" g2="uniFB04" k="-102" />
+    <hkern u1="&#x1ef1;" g2="uniFB03" k="-102" />
+    <hkern u1="&#x1ef1;" g2="uniFB02" k="-102" />
+    <hkern u1="&#x1ef1;" g2="uniFB01" k="-102" />
+    <hkern u1="&#x1ef1;" u2="&#x1e83;" k="-102" />
+    <hkern u1="&#x1ef1;" u2="&#x1e81;" k="-102" />
+    <hkern u1="&#x1ef1;" u2="&#x175;" k="-102" />
+    <hkern u1="&#x1ef1;" u2="&#x165;" k="-102" />
+    <hkern u1="&#x1ef1;" u2="&#x21b;" k="-102" />
+    <hkern u1="&#x1ef1;" u2="&#xfd;" k="-102" />
+    <hkern u1="&#x1ef1;" u2="y" k="-102" />
+    <hkern u1="&#x1ef1;" u2="x" k="-102" />
+    <hkern u1="&#x1ef1;" u2="w" k="-102" />
+    <hkern u1="&#x1ef1;" u2="v" k="-102" />
+    <hkern u1="&#x1ef1;" u2="t" k="-102" />
+    <hkern u1="&#x1ef1;" u2="f" k="-102" />
+    <hkern u1="&#x1ef4;" u2="&#x1ef1;" k="61" />
+    <hkern u1="&#x1ef4;" u2="&#x1eef;" k="61" />
+    <hkern u1="&#x1ef4;" u2="&#x1eed;" k="61" />
+    <hkern u1="&#x1ef4;" u2="&#x1eeb;" k="61" />
+    <hkern u1="&#x1ef4;" u2="&#x1ee9;" k="61" />
+    <hkern u1="&#x1ef4;" u2="&#x1ee7;" k="61" />
+    <hkern u1="&#x1ef4;" u2="&#x1ee5;" k="61" />
+    <hkern u1="&#x1ef4;" u2="&#x1ee3;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#x1ee2;" k="41" />
+    <hkern u1="&#x1ef4;" u2="&#x1ee1;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#x1ee0;" k="41" />
+    <hkern u1="&#x1ef4;" u2="&#x1edf;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#x1ede;" k="41" />
+    <hkern u1="&#x1ef4;" u2="&#x1edd;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#x1edc;" k="41" />
+    <hkern u1="&#x1ef4;" u2="&#x1edb;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#x1eda;" k="41" />
+    <hkern u1="&#x1ef4;" u2="&#x1ed9;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#x1ed8;" k="41" />
+    <hkern u1="&#x1ef4;" u2="&#x1ed7;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#x1ed6;" k="41" />
+    <hkern u1="&#x1ef4;" u2="&#x1ed5;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#x1ed4;" k="41" />
+    <hkern u1="&#x1ef4;" u2="&#x1ed2;" k="41" />
+    <hkern u1="&#x1ef4;" u2="&#x1ed1;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#x1ed0;" k="41" />
+    <hkern u1="&#x1ef4;" u2="&#x1ecf;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#x1ece;" k="41" />
+    <hkern u1="&#x1ef4;" u2="&#x1ecd;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#x1ecc;" k="41" />
+    <hkern u1="&#x1ef4;" u2="&#x1ec7;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#x1ec5;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#x1ec3;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#x1ebf;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#x1ebd;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#x1ebb;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#x1eb9;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#x1eb7;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#x1eb6;" k="123" />
+    <hkern u1="&#x1ef4;" u2="&#x1eb5;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#x1eb4;" k="123" />
+    <hkern u1="&#x1ef4;" u2="&#x1eb3;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#x1eb2;" k="123" />
+    <hkern u1="&#x1ef4;" u2="&#x1eb1;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#x1eb0;" k="123" />
+    <hkern u1="&#x1ef4;" u2="&#x1eaf;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#x1eae;" k="123" />
+    <hkern u1="&#x1ef4;" u2="&#x1ead;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#x1eac;" k="123" />
+    <hkern u1="&#x1ef4;" u2="&#x1eab;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#x1eaa;" k="123" />
+    <hkern u1="&#x1ef4;" u2="&#x1ea9;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#x1ea8;" k="123" />
+    <hkern u1="&#x1ef4;" u2="&#x1ea6;" k="123" />
+    <hkern u1="&#x1ef4;" u2="&#x1ea5;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#x1ea4;" k="123" />
+    <hkern u1="&#x1ef4;" u2="&#x1ea3;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#x1ea2;" k="123" />
+    <hkern u1="&#x1ef4;" u2="&#x1ea1;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#x1ea0;" k="123" />
+    <hkern u1="&#x1ef4;" u2="&#x1b0;" k="61" />
+    <hkern u1="&#x1ef4;" u2="&#x1a1;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#x1a0;" k="41" />
+    <hkern u1="&#x1ef4;" u2="&#x1e01;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#x1e00;" k="123" />
+    <hkern u1="&#x1ef4;" u2="&#x1e3f;" k="61" />
+    <hkern u1="&#x1ef4;" u2="&#x201e;" k="123" />
+    <hkern u1="&#x1ef4;" u2="&#x201a;" k="123" />
+    <hkern u1="&#x1ef4;" u2="&#x219;" k="82" />
+    <hkern u1="&#x1ef4;" u2="&#x1ff;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#x1fe;" k="41" />
+    <hkern u1="&#x1ef4;" u2="&#x1fd;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#x1fb;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#x1fa;" k="123" />
+    <hkern u1="&#x1ef4;" u2="&#x17e;" k="41" />
+    <hkern u1="&#x1ef4;" u2="&#x17c;" k="41" />
+    <hkern u1="&#x1ef4;" u2="&#x17a;" k="41" />
+    <hkern u1="&#x1ef4;" u2="&#x173;" k="61" />
+    <hkern u1="&#x1ef4;" u2="&#x171;" k="61" />
+    <hkern u1="&#x1ef4;" u2="&#x16f;" k="61" />
+    <hkern u1="&#x1ef4;" u2="&#x16d;" k="61" />
+    <hkern u1="&#x1ef4;" u2="&#x16b;" k="61" />
+    <hkern u1="&#x1ef4;" u2="&#x169;" k="61" />
+    <hkern u1="&#x1ef4;" u2="&#x15f;" k="82" />
+    <hkern u1="&#x1ef4;" u2="&#x15b;" k="82" />
+    <hkern u1="&#x1ef4;" u2="&#x157;" k="61" />
+    <hkern u1="&#x1ef4;" u2="&#x155;" k="61" />
+    <hkern u1="&#x1ef4;" u2="&#x153;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#x152;" k="41" />
+    <hkern u1="&#x1ef4;" u2="&#x151;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#x150;" k="41" />
+    <hkern u1="&#x1ef4;" u2="&#x14f;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#x14e;" k="41" />
+    <hkern u1="&#x1ef4;" u2="&#x14d;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#x14c;" k="41" />
+    <hkern u1="&#x1ef4;" u2="&#x14b;" k="61" />
+    <hkern u1="&#x1ef4;" u2="&#x146;" k="61" />
+    <hkern u1="&#x1ef4;" u2="&#x144;" k="61" />
+    <hkern u1="&#x1ef4;" u2="&#x138;" k="61" />
+    <hkern u1="&#x1ef4;" u2="&#x123;" k="41" />
+    <hkern u1="&#x1ef4;" u2="&#x122;" k="41" />
+    <hkern u1="&#x1ef4;" u2="&#x121;" k="41" />
+    <hkern u1="&#x1ef4;" u2="&#x120;" k="41" />
+    <hkern u1="&#x1ef4;" u2="&#x11f;" k="41" />
+    <hkern u1="&#x1ef4;" u2="&#x11e;" k="41" />
+    <hkern u1="&#x1ef4;" u2="&#x11d;" k="41" />
+    <hkern u1="&#x1ef4;" u2="&#x11c;" k="41" />
+    <hkern u1="&#x1ef4;" u2="&#x11b;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#x119;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#x117;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#x115;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#x113;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#x111;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#x10f;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#x10d;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#x10c;" k="41" />
+    <hkern u1="&#x1ef4;" u2="&#x10b;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#x10a;" k="41" />
+    <hkern u1="&#x1ef4;" u2="&#x109;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#x108;" k="41" />
+    <hkern u1="&#x1ef4;" u2="&#x107;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#x106;" k="41" />
+    <hkern u1="&#x1ef4;" u2="&#x105;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#x104;" k="123" />
+    <hkern u1="&#x1ef4;" u2="&#x103;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#x102;" k="123" />
+    <hkern u1="&#x1ef4;" u2="&#x101;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#x100;" k="123" />
+    <hkern u1="&#x1ef4;" u2="&#xfc;" k="61" />
+    <hkern u1="&#x1ef4;" u2="&#xfb;" k="61" />
+    <hkern u1="&#x1ef4;" u2="&#xfa;" k="61" />
+    <hkern u1="&#x1ef4;" u2="&#xf9;" k="61" />
+    <hkern u1="&#x1ef4;" u2="&#xf8;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#xf6;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#xf5;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#xf4;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#xf3;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#xf2;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#xeb;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#xea;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#xe9;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#xe8;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#xe7;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#xe6;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#xe5;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#xe4;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#xe3;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#xe2;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#xe1;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#xe0;" k="102" />
+    <hkern u1="&#x1ef4;" u2="&#xd8;" k="41" />
+    <hkern u1="&#x1ef4;" u2="&#xd6;" k="41" />
+    <hkern u1="&#x1ef4;" u2="&#xd5;" k="41" />
+    <hkern u1="&#x1ef4;" u2="&#xd4;" k="41" />
+    <hkern u1="&#x1ef4;" u2="&#xd3;" k="41" />
+    <hkern u1="&#x1ef4;" u2="&#xd2;" k="41" />
+    <hkern u1="&#x1ef4;" u2="&#xc7;" k="41" />
+    <hkern u1="&#x1ef4;" u2="&#xc5;" k="123" />
+    <hkern u1="&#x1ef4;" u2="&#xc4;" k="123" />
+    <hkern u1="&#x1ef4;" u2="&#xc3;" k="123" />
+    <hkern u1="&#x1ef4;" u2="&#xc2;" k="123" />
+    <hkern u1="&#x1ef4;" u2="&#xc1;" k="123" />
+    <hkern u1="&#x1ef4;" u2="&#xc0;" k="123" />
+    <hkern u1="&#x1ef4;" u2="z" k="41" />
+    <hkern u1="&#x1ef4;" u2="u" k="61" />
+    <hkern u1="&#x1ef4;" u2="s" k="82" />
+    <hkern u1="&#x1ef4;" u2="r" k="61" />
+    <hkern u1="&#x1ef4;" u2="q" k="102" />
+    <hkern u1="&#x1ef4;" u2="p" k="61" />
+    <hkern u1="&#x1ef4;" u2="o" k="102" />
+    <hkern u1="&#x1ef4;" u2="n" k="61" />
+    <hkern u1="&#x1ef4;" u2="m" k="61" />
+    <hkern u1="&#x1ef4;" u2="g" k="41" />
+    <hkern u1="&#x1ef4;" u2="e" k="102" />
+    <hkern u1="&#x1ef4;" u2="d" k="102" />
+    <hkern u1="&#x1ef4;" u2="c" k="102" />
+    <hkern u1="&#x1ef4;" u2="a" k="102" />
+    <hkern u1="&#x1ef4;" u2="Q" k="41" />
+    <hkern u1="&#x1ef4;" u2="O" k="41" />
+    <hkern u1="&#x1ef4;" u2="G" k="41" />
+    <hkern u1="&#x1ef4;" u2="C" k="41" />
+    <hkern u1="&#x1ef4;" u2="A" k="123" />
+    <hkern u1="&#x1ef4;" u2="&#x3f;" k="-41" />
+    <hkern u1="&#x1ef4;" u2="&#x2e;" k="123" />
+    <hkern u1="&#x1ef4;" u2="&#x2c;" k="123" />
+    <hkern u1="&#x1ef5;" u2="&#x201e;" k="82" />
+    <hkern u1="&#x1ef5;" u2="&#x201d;" k="-82" />
+    <hkern u1="&#x1ef5;" u2="&#x201a;" k="82" />
+    <hkern u1="&#x1ef5;" u2="&#x2019;" k="-82" />
+    <hkern u1="&#x1ef5;" u2="&#x3f;" k="-41" />
+    <hkern u1="&#x1ef5;" u2="&#x2e;" k="82" />
+    <hkern u1="&#x1ef5;" u2="&#x2c;" k="82" />
+    <hkern u1="&#x1ef5;" u2="&#x27;" k="-82" />
+    <hkern u1="&#x1ef5;" u2="&#x22;" k="-82" />
+    <hkern u1="&#x1ef6;" u2="&#x1ef1;" k="61" />
+    <hkern u1="&#x1ef6;" u2="&#x1eef;" k="61" />
+    <hkern u1="&#x1ef6;" u2="&#x1eed;" k="61" />
+    <hkern u1="&#x1ef6;" u2="&#x1eeb;" k="61" />
+    <hkern u1="&#x1ef6;" u2="&#x1ee9;" k="61" />
+    <hkern u1="&#x1ef6;" u2="&#x1ee7;" k="61" />
+    <hkern u1="&#x1ef6;" u2="&#x1ee5;" k="61" />
+    <hkern u1="&#x1ef6;" u2="&#x1ee3;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#x1ee2;" k="41" />
+    <hkern u1="&#x1ef6;" u2="&#x1ee1;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#x1ee0;" k="41" />
+    <hkern u1="&#x1ef6;" u2="&#x1edf;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#x1ede;" k="41" />
+    <hkern u1="&#x1ef6;" u2="&#x1edd;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#x1edc;" k="41" />
+    <hkern u1="&#x1ef6;" u2="&#x1edb;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#x1eda;" k="41" />
+    <hkern u1="&#x1ef6;" u2="&#x1ed9;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#x1ed8;" k="41" />
+    <hkern u1="&#x1ef6;" u2="&#x1ed7;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#x1ed6;" k="41" />
+    <hkern u1="&#x1ef6;" u2="&#x1ed5;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#x1ed4;" k="41" />
+    <hkern u1="&#x1ef6;" u2="&#x1ed2;" k="41" />
+    <hkern u1="&#x1ef6;" u2="&#x1ed1;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#x1ed0;" k="41" />
+    <hkern u1="&#x1ef6;" u2="&#x1ecf;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#x1ece;" k="41" />
+    <hkern u1="&#x1ef6;" u2="&#x1ecd;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#x1ecc;" k="41" />
+    <hkern u1="&#x1ef6;" u2="&#x1ec7;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#x1ec5;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#x1ec3;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#x1ebf;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#x1ebd;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#x1ebb;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#x1eb9;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#x1eb7;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#x1eb6;" k="123" />
+    <hkern u1="&#x1ef6;" u2="&#x1eb5;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#x1eb4;" k="123" />
+    <hkern u1="&#x1ef6;" u2="&#x1eb3;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#x1eb2;" k="123" />
+    <hkern u1="&#x1ef6;" u2="&#x1eb1;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#x1eb0;" k="123" />
+    <hkern u1="&#x1ef6;" u2="&#x1eaf;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#x1eae;" k="123" />
+    <hkern u1="&#x1ef6;" u2="&#x1ead;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#x1eac;" k="123" />
+    <hkern u1="&#x1ef6;" u2="&#x1eab;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#x1eaa;" k="123" />
+    <hkern u1="&#x1ef6;" u2="&#x1ea9;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#x1ea8;" k="123" />
+    <hkern u1="&#x1ef6;" u2="&#x1ea6;" k="123" />
+    <hkern u1="&#x1ef6;" u2="&#x1ea5;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#x1ea4;" k="123" />
+    <hkern u1="&#x1ef6;" u2="&#x1ea3;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#x1ea2;" k="123" />
+    <hkern u1="&#x1ef6;" u2="&#x1ea1;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#x1ea0;" k="123" />
+    <hkern u1="&#x1ef6;" u2="&#x1b0;" k="61" />
+    <hkern u1="&#x1ef6;" u2="&#x1a1;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#x1a0;" k="41" />
+    <hkern u1="&#x1ef6;" u2="&#x1e01;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#x1e00;" k="123" />
+    <hkern u1="&#x1ef6;" u2="&#x1e3f;" k="61" />
+    <hkern u1="&#x1ef6;" u2="&#x201e;" k="123" />
+    <hkern u1="&#x1ef6;" u2="&#x201a;" k="123" />
+    <hkern u1="&#x1ef6;" u2="&#x219;" k="82" />
+    <hkern u1="&#x1ef6;" u2="&#x1ff;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#x1fe;" k="41" />
+    <hkern u1="&#x1ef6;" u2="&#x1fd;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#x1fb;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#x1fa;" k="123" />
+    <hkern u1="&#x1ef6;" u2="&#x17e;" k="41" />
+    <hkern u1="&#x1ef6;" u2="&#x17c;" k="41" />
+    <hkern u1="&#x1ef6;" u2="&#x17a;" k="41" />
+    <hkern u1="&#x1ef6;" u2="&#x173;" k="61" />
+    <hkern u1="&#x1ef6;" u2="&#x171;" k="61" />
+    <hkern u1="&#x1ef6;" u2="&#x16f;" k="61" />
+    <hkern u1="&#x1ef6;" u2="&#x16d;" k="61" />
+    <hkern u1="&#x1ef6;" u2="&#x16b;" k="61" />
+    <hkern u1="&#x1ef6;" u2="&#x169;" k="61" />
+    <hkern u1="&#x1ef6;" u2="&#x15f;" k="82" />
+    <hkern u1="&#x1ef6;" u2="&#x15b;" k="82" />
+    <hkern u1="&#x1ef6;" u2="&#x157;" k="61" />
+    <hkern u1="&#x1ef6;" u2="&#x155;" k="61" />
+    <hkern u1="&#x1ef6;" u2="&#x153;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#x152;" k="41" />
+    <hkern u1="&#x1ef6;" u2="&#x151;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#x150;" k="41" />
+    <hkern u1="&#x1ef6;" u2="&#x14f;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#x14e;" k="41" />
+    <hkern u1="&#x1ef6;" u2="&#x14d;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#x14c;" k="41" />
+    <hkern u1="&#x1ef6;" u2="&#x14b;" k="61" />
+    <hkern u1="&#x1ef6;" u2="&#x146;" k="61" />
+    <hkern u1="&#x1ef6;" u2="&#x144;" k="61" />
+    <hkern u1="&#x1ef6;" u2="&#x138;" k="61" />
+    <hkern u1="&#x1ef6;" u2="&#x123;" k="41" />
+    <hkern u1="&#x1ef6;" u2="&#x122;" k="41" />
+    <hkern u1="&#x1ef6;" u2="&#x121;" k="41" />
+    <hkern u1="&#x1ef6;" u2="&#x120;" k="41" />
+    <hkern u1="&#x1ef6;" u2="&#x11f;" k="41" />
+    <hkern u1="&#x1ef6;" u2="&#x11e;" k="41" />
+    <hkern u1="&#x1ef6;" u2="&#x11d;" k="41" />
+    <hkern u1="&#x1ef6;" u2="&#x11c;" k="41" />
+    <hkern u1="&#x1ef6;" u2="&#x11b;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#x119;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#x117;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#x115;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#x113;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#x111;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#x10f;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#x10d;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#x10c;" k="41" />
+    <hkern u1="&#x1ef6;" u2="&#x10b;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#x10a;" k="41" />
+    <hkern u1="&#x1ef6;" u2="&#x109;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#x108;" k="41" />
+    <hkern u1="&#x1ef6;" u2="&#x107;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#x106;" k="41" />
+    <hkern u1="&#x1ef6;" u2="&#x105;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#x104;" k="123" />
+    <hkern u1="&#x1ef6;" u2="&#x103;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#x102;" k="123" />
+    <hkern u1="&#x1ef6;" u2="&#x101;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#x100;" k="123" />
+    <hkern u1="&#x1ef6;" u2="&#xfc;" k="61" />
+    <hkern u1="&#x1ef6;" u2="&#xfb;" k="61" />
+    <hkern u1="&#x1ef6;" u2="&#xfa;" k="61" />
+    <hkern u1="&#x1ef6;" u2="&#xf9;" k="61" />
+    <hkern u1="&#x1ef6;" u2="&#xf8;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#xf6;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#xf5;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#xf4;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#xf3;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#xf2;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#xeb;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#xea;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#xe9;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#xe8;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#xe7;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#xe6;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#xe5;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#xe4;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#xe3;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#xe2;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#xe1;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#xe0;" k="102" />
+    <hkern u1="&#x1ef6;" u2="&#xd8;" k="41" />
+    <hkern u1="&#x1ef6;" u2="&#xd6;" k="41" />
+    <hkern u1="&#x1ef6;" u2="&#xd5;" k="41" />
+    <hkern u1="&#x1ef6;" u2="&#xd4;" k="41" />
+    <hkern u1="&#x1ef6;" u2="&#xd3;" k="41" />
+    <hkern u1="&#x1ef6;" u2="&#xd2;" k="41" />
+    <hkern u1="&#x1ef6;" u2="&#xc7;" k="41" />
+    <hkern u1="&#x1ef6;" u2="&#xc5;" k="123" />
+    <hkern u1="&#x1ef6;" u2="&#xc4;" k="123" />
+    <hkern u1="&#x1ef6;" u2="&#xc3;" k="123" />
+    <hkern u1="&#x1ef6;" u2="&#xc2;" k="123" />
+    <hkern u1="&#x1ef6;" u2="&#xc1;" k="123" />
+    <hkern u1="&#x1ef6;" u2="&#xc0;" k="123" />
+    <hkern u1="&#x1ef6;" u2="z" k="41" />
+    <hkern u1="&#x1ef6;" u2="u" k="61" />
+    <hkern u1="&#x1ef6;" u2="s" k="82" />
+    <hkern u1="&#x1ef6;" u2="r" k="61" />
+    <hkern u1="&#x1ef6;" u2="q" k="102" />
+    <hkern u1="&#x1ef6;" u2="p" k="61" />
+    <hkern u1="&#x1ef6;" u2="o" k="102" />
+    <hkern u1="&#x1ef6;" u2="n" k="61" />
+    <hkern u1="&#x1ef6;" u2="m" k="61" />
+    <hkern u1="&#x1ef6;" u2="g" k="41" />
+    <hkern u1="&#x1ef6;" u2="e" k="102" />
+    <hkern u1="&#x1ef6;" u2="d" k="102" />
+    <hkern u1="&#x1ef6;" u2="c" k="102" />
+    <hkern u1="&#x1ef6;" u2="a" k="102" />
+    <hkern u1="&#x1ef6;" u2="Q" k="41" />
+    <hkern u1="&#x1ef6;" u2="O" k="41" />
+    <hkern u1="&#x1ef6;" u2="G" k="41" />
+    <hkern u1="&#x1ef6;" u2="C" k="41" />
+    <hkern u1="&#x1ef6;" u2="A" k="123" />
+    <hkern u1="&#x1ef6;" u2="&#x3f;" k="-41" />
+    <hkern u1="&#x1ef6;" u2="&#x2e;" k="123" />
+    <hkern u1="&#x1ef6;" u2="&#x2c;" k="123" />
+    <hkern u1="&#x1ef7;" u2="&#x201e;" k="82" />
+    <hkern u1="&#x1ef7;" u2="&#x201d;" k="-82" />
+    <hkern u1="&#x1ef7;" u2="&#x201a;" k="82" />
+    <hkern u1="&#x1ef7;" u2="&#x2019;" k="-82" />
+    <hkern u1="&#x1ef7;" u2="&#x3f;" k="-41" />
+    <hkern u1="&#x1ef7;" u2="&#x2e;" k="82" />
+    <hkern u1="&#x1ef7;" u2="&#x2c;" k="82" />
+    <hkern u1="&#x1ef7;" u2="&#x27;" k="-82" />
+    <hkern u1="&#x1ef7;" u2="&#x22;" k="-82" />
+    <hkern u1="&#x1ef8;" u2="&#x1ef1;" k="61" />
+    <hkern u1="&#x1ef8;" u2="&#x1eef;" k="61" />
+    <hkern u1="&#x1ef8;" u2="&#x1eed;" k="61" />
+    <hkern u1="&#x1ef8;" u2="&#x1eeb;" k="61" />
+    <hkern u1="&#x1ef8;" u2="&#x1ee9;" k="61" />
+    <hkern u1="&#x1ef8;" u2="&#x1ee7;" k="61" />
+    <hkern u1="&#x1ef8;" u2="&#x1ee5;" k="61" />
+    <hkern u1="&#x1ef8;" u2="&#x1ee3;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#x1ee2;" k="41" />
+    <hkern u1="&#x1ef8;" u2="&#x1ee1;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#x1ee0;" k="41" />
+    <hkern u1="&#x1ef8;" u2="&#x1edf;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#x1ede;" k="41" />
+    <hkern u1="&#x1ef8;" u2="&#x1edd;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#x1edc;" k="41" />
+    <hkern u1="&#x1ef8;" u2="&#x1edb;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#x1eda;" k="41" />
+    <hkern u1="&#x1ef8;" u2="&#x1ed9;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#x1ed8;" k="41" />
+    <hkern u1="&#x1ef8;" u2="&#x1ed7;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#x1ed6;" k="41" />
+    <hkern u1="&#x1ef8;" u2="&#x1ed5;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#x1ed4;" k="41" />
+    <hkern u1="&#x1ef8;" u2="&#x1ed2;" k="41" />
+    <hkern u1="&#x1ef8;" u2="&#x1ed1;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#x1ed0;" k="41" />
+    <hkern u1="&#x1ef8;" u2="&#x1ecf;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#x1ece;" k="41" />
+    <hkern u1="&#x1ef8;" u2="&#x1ecd;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#x1ecc;" k="41" />
+    <hkern u1="&#x1ef8;" u2="&#x1ec7;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#x1ec5;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#x1ec3;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#x1ebf;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#x1ebd;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#x1ebb;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#x1eb9;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#x1eb7;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#x1eb6;" k="123" />
+    <hkern u1="&#x1ef8;" u2="&#x1eb5;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#x1eb4;" k="123" />
+    <hkern u1="&#x1ef8;" u2="&#x1eb3;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#x1eb2;" k="123" />
+    <hkern u1="&#x1ef8;" u2="&#x1eb1;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#x1eb0;" k="123" />
+    <hkern u1="&#x1ef8;" u2="&#x1eaf;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#x1eae;" k="123" />
+    <hkern u1="&#x1ef8;" u2="&#x1ead;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#x1eac;" k="123" />
+    <hkern u1="&#x1ef8;" u2="&#x1eab;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#x1eaa;" k="123" />
+    <hkern u1="&#x1ef8;" u2="&#x1ea9;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#x1ea8;" k="123" />
+    <hkern u1="&#x1ef8;" u2="&#x1ea6;" k="123" />
+    <hkern u1="&#x1ef8;" u2="&#x1ea5;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#x1ea4;" k="123" />
+    <hkern u1="&#x1ef8;" u2="&#x1ea3;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#x1ea2;" k="123" />
+    <hkern u1="&#x1ef8;" u2="&#x1ea1;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#x1ea0;" k="123" />
+    <hkern u1="&#x1ef8;" u2="&#x1b0;" k="61" />
+    <hkern u1="&#x1ef8;" u2="&#x1a1;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#x1a0;" k="41" />
+    <hkern u1="&#x1ef8;" u2="&#x1e01;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#x1e00;" k="123" />
+    <hkern u1="&#x1ef8;" u2="&#x1e3f;" k="61" />
+    <hkern u1="&#x1ef8;" u2="&#x201e;" k="123" />
+    <hkern u1="&#x1ef8;" u2="&#x201a;" k="123" />
+    <hkern u1="&#x1ef8;" u2="&#x219;" k="82" />
+    <hkern u1="&#x1ef8;" u2="&#x1ff;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#x1fe;" k="41" />
+    <hkern u1="&#x1ef8;" u2="&#x1fd;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#x1fb;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#x1fa;" k="123" />
+    <hkern u1="&#x1ef8;" u2="&#x17e;" k="41" />
+    <hkern u1="&#x1ef8;" u2="&#x17c;" k="41" />
+    <hkern u1="&#x1ef8;" u2="&#x17a;" k="41" />
+    <hkern u1="&#x1ef8;" u2="&#x173;" k="61" />
+    <hkern u1="&#x1ef8;" u2="&#x171;" k="61" />
+    <hkern u1="&#x1ef8;" u2="&#x16f;" k="61" />
+    <hkern u1="&#x1ef8;" u2="&#x16d;" k="61" />
+    <hkern u1="&#x1ef8;" u2="&#x16b;" k="61" />
+    <hkern u1="&#x1ef8;" u2="&#x169;" k="61" />
+    <hkern u1="&#x1ef8;" u2="&#x15f;" k="82" />
+    <hkern u1="&#x1ef8;" u2="&#x15b;" k="82" />
+    <hkern u1="&#x1ef8;" u2="&#x157;" k="61" />
+    <hkern u1="&#x1ef8;" u2="&#x155;" k="61" />
+    <hkern u1="&#x1ef8;" u2="&#x153;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#x152;" k="41" />
+    <hkern u1="&#x1ef8;" u2="&#x151;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#x150;" k="41" />
+    <hkern u1="&#x1ef8;" u2="&#x14f;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#x14e;" k="41" />
+    <hkern u1="&#x1ef8;" u2="&#x14d;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#x14c;" k="41" />
+    <hkern u1="&#x1ef8;" u2="&#x14b;" k="61" />
+    <hkern u1="&#x1ef8;" u2="&#x146;" k="61" />
+    <hkern u1="&#x1ef8;" u2="&#x144;" k="61" />
+    <hkern u1="&#x1ef8;" u2="&#x138;" k="61" />
+    <hkern u1="&#x1ef8;" u2="&#x123;" k="41" />
+    <hkern u1="&#x1ef8;" u2="&#x122;" k="41" />
+    <hkern u1="&#x1ef8;" u2="&#x121;" k="41" />
+    <hkern u1="&#x1ef8;" u2="&#x120;" k="41" />
+    <hkern u1="&#x1ef8;" u2="&#x11f;" k="41" />
+    <hkern u1="&#x1ef8;" u2="&#x11e;" k="41" />
+    <hkern u1="&#x1ef8;" u2="&#x11d;" k="41" />
+    <hkern u1="&#x1ef8;" u2="&#x11c;" k="41" />
+    <hkern u1="&#x1ef8;" u2="&#x11b;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#x119;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#x117;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#x115;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#x113;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#x111;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#x10f;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#x10d;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#x10c;" k="41" />
+    <hkern u1="&#x1ef8;" u2="&#x10b;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#x10a;" k="41" />
+    <hkern u1="&#x1ef8;" u2="&#x109;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#x108;" k="41" />
+    <hkern u1="&#x1ef8;" u2="&#x107;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#x106;" k="41" />
+    <hkern u1="&#x1ef8;" u2="&#x105;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#x104;" k="123" />
+    <hkern u1="&#x1ef8;" u2="&#x103;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#x102;" k="123" />
+    <hkern u1="&#x1ef8;" u2="&#x101;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#x100;" k="123" />
+    <hkern u1="&#x1ef8;" u2="&#xfc;" k="61" />
+    <hkern u1="&#x1ef8;" u2="&#xfb;" k="61" />
+    <hkern u1="&#x1ef8;" u2="&#xfa;" k="61" />
+    <hkern u1="&#x1ef8;" u2="&#xf9;" k="61" />
+    <hkern u1="&#x1ef8;" u2="&#xf8;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#xf6;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#xf5;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#xf4;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#xf3;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#xf2;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#xeb;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#xea;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#xe9;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#xe8;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#xe7;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#xe6;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#xe5;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#xe4;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#xe3;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#xe2;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#xe1;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#xe0;" k="102" />
+    <hkern u1="&#x1ef8;" u2="&#xd8;" k="41" />
+    <hkern u1="&#x1ef8;" u2="&#xd6;" k="41" />
+    <hkern u1="&#x1ef8;" u2="&#xd5;" k="41" />
+    <hkern u1="&#x1ef8;" u2="&#xd4;" k="41" />
+    <hkern u1="&#x1ef8;" u2="&#xd3;" k="41" />
+    <hkern u1="&#x1ef8;" u2="&#xd2;" k="41" />
+    <hkern u1="&#x1ef8;" u2="&#xc7;" k="41" />
+    <hkern u1="&#x1ef8;" u2="&#xc5;" k="123" />
+    <hkern u1="&#x1ef8;" u2="&#xc4;" k="123" />
+    <hkern u1="&#x1ef8;" u2="&#xc3;" k="123" />
+    <hkern u1="&#x1ef8;" u2="&#xc2;" k="123" />
+    <hkern u1="&#x1ef8;" u2="&#xc1;" k="123" />
+    <hkern u1="&#x1ef8;" u2="&#xc0;" k="123" />
+    <hkern u1="&#x1ef8;" u2="z" k="41" />
+    <hkern u1="&#x1ef8;" u2="u" k="61" />
+    <hkern u1="&#x1ef8;" u2="s" k="82" />
+    <hkern u1="&#x1ef8;" u2="r" k="61" />
+    <hkern u1="&#x1ef8;" u2="q" k="102" />
+    <hkern u1="&#x1ef8;" u2="p" k="61" />
+    <hkern u1="&#x1ef8;" u2="o" k="102" />
+    <hkern u1="&#x1ef8;" u2="n" k="61" />
+    <hkern u1="&#x1ef8;" u2="m" k="61" />
+    <hkern u1="&#x1ef8;" u2="g" k="41" />
+    <hkern u1="&#x1ef8;" u2="e" k="102" />
+    <hkern u1="&#x1ef8;" u2="d" k="102" />
+    <hkern u1="&#x1ef8;" u2="c" k="102" />
+    <hkern u1="&#x1ef8;" u2="a" k="102" />
+    <hkern u1="&#x1ef8;" u2="Q" k="41" />
+    <hkern u1="&#x1ef8;" u2="O" k="41" />
+    <hkern u1="&#x1ef8;" u2="G" k="41" />
+    <hkern u1="&#x1ef8;" u2="C" k="41" />
+    <hkern u1="&#x1ef8;" u2="A" k="123" />
+    <hkern u1="&#x1ef8;" u2="&#x3f;" k="-41" />
+    <hkern u1="&#x1ef8;" u2="&#x2e;" k="123" />
+    <hkern u1="&#x1ef8;" u2="&#x2c;" k="123" />
+    <hkern u1="&#x1ef9;" u2="&#x201e;" k="82" />
+    <hkern u1="&#x1ef9;" u2="&#x201d;" k="-82" />
+    <hkern u1="&#x1ef9;" u2="&#x201a;" k="82" />
+    <hkern u1="&#x1ef9;" u2="&#x2019;" k="-82" />
+    <hkern u1="&#x1ef9;" u2="&#x3f;" k="-41" />
+    <hkern u1="&#x1ef9;" u2="&#x2e;" k="82" />
+    <hkern u1="&#x1ef9;" u2="&#x2c;" k="82" />
+    <hkern u1="&#x1ef9;" u2="&#x27;" k="-82" />
+    <hkern u1="&#x1ef9;" u2="&#x22;" k="-82" />
+    <hkern g1="ff" u2="&#x201d;" k="-123" />
+    <hkern g1="ff" u2="&#x2019;" k="-123" />
+    <hkern g1="ff" u2="&#x27;" k="-123" />
+    <hkern g1="ff" u2="&#x22;" k="-123" />
+    <hkern u1="&#x162;" u2="&#x162;" k="-41" />
+    <hkern u1="&#x162;" u2="&#x1ef5;" k="41" />
+    <hkern u1="&#x162;" u2="&#x1ef1;" k="102" />
+    <hkern u1="&#x162;" u2="&#x1eef;" k="102" />
+    <hkern u1="&#x162;" u2="&#x1eed;" k="102" />
+    <hkern u1="&#x162;" u2="&#x1eeb;" k="102" />
+    <hkern u1="&#x162;" u2="&#x1ee9;" k="102" />
+    <hkern u1="&#x162;" u2="&#x1ee7;" k="102" />
+    <hkern u1="&#x162;" u2="&#x1ee5;" k="102" />
+    <hkern u1="&#x162;" u2="&#x1ee3;" k="143" />
+    <hkern u1="&#x162;" u2="&#x1ee2;" k="41" />
+    <hkern u1="&#x162;" u2="&#x1ee1;" k="143" />
+    <hkern u1="&#x162;" u2="&#x1ee0;" k="41" />
+    <hkern u1="&#x162;" u2="&#x1edf;" k="143" />
+    <hkern u1="&#x162;" u2="&#x1ede;" k="41" />
+    <hkern u1="&#x162;" u2="&#x1edd;" k="143" />
+    <hkern u1="&#x162;" u2="&#x1edc;" k="41" />
+    <hkern u1="&#x162;" u2="&#x1edb;" k="143" />
+    <hkern u1="&#x162;" u2="&#x1eda;" k="41" />
+    <hkern u1="&#x162;" u2="&#x1ed9;" k="143" />
+    <hkern u1="&#x162;" u2="&#x1ed8;" k="41" />
+    <hkern u1="&#x162;" u2="&#x1ed7;" k="143" />
+    <hkern u1="&#x162;" u2="&#x1ed6;" k="41" />
+    <hkern u1="&#x162;" u2="&#x1ed5;" k="143" />
+    <hkern u1="&#x162;" u2="&#x1ed4;" k="41" />
+    <hkern u1="&#x162;" u2="&#x1ed2;" k="41" />
+    <hkern u1="&#x162;" u2="&#x1ed1;" k="143" />
+    <hkern u1="&#x162;" u2="&#x1ed0;" k="41" />
+    <hkern u1="&#x162;" u2="&#x1ecf;" k="143" />
+    <hkern u1="&#x162;" u2="&#x1ece;" k="41" />
+    <hkern u1="&#x162;" u2="&#x1ecd;" k="143" />
+    <hkern u1="&#x162;" u2="&#x1ecc;" k="41" />
+    <hkern u1="&#x162;" u2="&#x1ec7;" k="143" />
+    <hkern u1="&#x162;" u2="&#x1ec5;" k="143" />
+    <hkern u1="&#x162;" u2="&#x1ec3;" k="143" />
+    <hkern u1="&#x162;" u2="&#x1ebf;" k="143" />
+    <hkern u1="&#x162;" u2="&#x1ebd;" k="143" />
+    <hkern u1="&#x162;" u2="&#x1ebb;" k="143" />
+    <hkern u1="&#x162;" u2="&#x1eb9;" k="143" />
+    <hkern u1="&#x162;" u2="&#x1eb7;" k="164" />
+    <hkern u1="&#x162;" u2="&#x1eb6;" k="143" />
+    <hkern u1="&#x162;" u2="&#x1eb5;" k="164" />
+    <hkern u1="&#x162;" u2="&#x1eb4;" k="143" />
+    <hkern u1="&#x162;" u2="&#x1eb3;" k="164" />
+    <hkern u1="&#x162;" u2="&#x1eb2;" k="143" />
+    <hkern u1="&#x162;" u2="&#x1eb1;" k="164" />
+    <hkern u1="&#x162;" u2="&#x1eb0;" k="143" />
+    <hkern u1="&#x162;" u2="&#x1eaf;" k="164" />
+    <hkern u1="&#x162;" u2="&#x1eae;" k="143" />
+    <hkern u1="&#x162;" u2="&#x1ead;" k="164" />
+    <hkern u1="&#x162;" u2="&#x1eac;" k="143" />
+    <hkern u1="&#x162;" u2="&#x1eab;" k="164" />
+    <hkern u1="&#x162;" u2="&#x1eaa;" k="143" />
+    <hkern u1="&#x162;" u2="&#x1ea9;" k="164" />
+    <hkern u1="&#x162;" u2="&#x1ea8;" k="143" />
+    <hkern u1="&#x162;" u2="&#x1ea6;" k="143" />
+    <hkern u1="&#x162;" u2="&#x1ea5;" k="164" />
+    <hkern u1="&#x162;" u2="&#x1ea4;" k="143" />
+    <hkern u1="&#x162;" u2="&#x1ea3;" k="164" />
+    <hkern u1="&#x162;" u2="&#x1ea2;" k="143" />
+    <hkern u1="&#x162;" u2="&#x1ea1;" k="164" />
+    <hkern u1="&#x162;" u2="&#x1ea0;" k="143" />
+    <hkern u1="&#x162;" u2="&#x1b0;" k="102" />
+    <hkern u1="&#x162;" u2="&#x1a1;" k="143" />
+    <hkern u1="&#x162;" u2="&#x1a0;" k="41" />
+    <hkern u1="&#x162;" u2="&#x1e01;" k="164" />
+    <hkern u1="&#x162;" u2="&#x1e00;" k="143" />
+    <hkern u1="&#x162;" u2="&#x1e3f;" k="102" />
+    <hkern u1="&#x162;" u2="&#x201e;" k="123" />
+    <hkern u1="&#x162;" u2="&#x201a;" k="123" />
+    <hkern u1="&#x162;" u2="&#x2015;" k="82" />
+    <hkern u1="&#x162;" u2="&#x2014;" k="82" />
+    <hkern u1="&#x162;" u2="&#x2013;" k="82" />
+    <hkern u1="&#x162;" u2="&#x1e83;" k="41" />
+    <hkern u1="&#x162;" u2="&#x1e81;" k="41" />
+    <hkern u1="&#x162;" u2="&#x219;" k="123" />
+    <hkern u1="&#x162;" u2="&#x1ff;" k="143" />
+    <hkern u1="&#x162;" u2="&#x1fe;" k="41" />
+    <hkern u1="&#x162;" u2="&#x1fd;" k="164" />
+    <hkern u1="&#x162;" u2="&#x1fb;" k="164" />
+    <hkern u1="&#x162;" u2="&#x1fa;" k="143" />
+    <hkern u1="&#x162;" u2="&#x17e;" k="82" />
+    <hkern u1="&#x162;" u2="&#x17c;" k="82" />
+    <hkern u1="&#x162;" u2="&#x17a;" k="82" />
+    <hkern u1="&#x162;" u2="&#x175;" k="41" />
+    <hkern u1="&#x162;" u2="&#x173;" k="102" />
+    <hkern u1="&#x162;" u2="&#x171;" k="102" />
+    <hkern u1="&#x162;" u2="&#x16f;" k="102" />
+    <hkern u1="&#x162;" u2="&#x16d;" k="102" />
+    <hkern u1="&#x162;" u2="&#x16b;" k="102" />
+    <hkern u1="&#x162;" u2="&#x169;" k="102" />
+    <hkern u1="&#x162;" u2="&#x164;" k="-41" />
+    <hkern u1="&#x162;" u2="&#x21a;" k="-41" />
+    <hkern u1="&#x162;" u2="&#x15f;" k="123" />
+    <hkern u1="&#x162;" u2="&#x15b;" k="123" />
+    <hkern u1="&#x162;" u2="&#x157;" k="102" />
+    <hkern u1="&#x162;" u2="&#x155;" k="102" />
+    <hkern u1="&#x162;" u2="&#x153;" k="143" />
+    <hkern u1="&#x162;" u2="&#x152;" k="41" />
+    <hkern u1="&#x162;" u2="&#x151;" k="143" />
+    <hkern u1="&#x162;" u2="&#x150;" k="41" />
+    <hkern u1="&#x162;" u2="&#x14f;" k="143" />
+    <hkern u1="&#x162;" u2="&#x14e;" k="41" />
+    <hkern u1="&#x162;" u2="&#x14d;" k="143" />
+    <hkern u1="&#x162;" u2="&#x14c;" k="41" />
+    <hkern u1="&#x162;" u2="&#x14b;" k="102" />
+    <hkern u1="&#x162;" u2="&#x146;" k="102" />
+    <hkern u1="&#x162;" u2="&#x144;" k="102" />
+    <hkern u1="&#x162;" u2="&#x138;" k="102" />
+    <hkern u1="&#x162;" u2="&#x123;" k="143" />
+    <hkern u1="&#x162;" u2="&#x122;" k="41" />
+    <hkern u1="&#x162;" u2="&#x121;" k="143" />
+    <hkern u1="&#x162;" u2="&#x120;" k="41" />
+    <hkern u1="&#x162;" u2="&#x11f;" k="143" />
+    <hkern u1="&#x162;" u2="&#x11e;" k="41" />
+    <hkern u1="&#x162;" u2="&#x11d;" k="143" />
+    <hkern u1="&#x162;" u2="&#x11c;" k="41" />
+    <hkern u1="&#x162;" u2="&#x11b;" k="143" />
+    <hkern u1="&#x162;" u2="&#x119;" k="143" />
+    <hkern u1="&#x162;" u2="&#x117;" k="143" />
+    <hkern u1="&#x162;" u2="&#x115;" k="143" />
+    <hkern u1="&#x162;" u2="&#x113;" k="143" />
+    <hkern u1="&#x162;" u2="&#x111;" k="143" />
+    <hkern u1="&#x162;" u2="&#x10f;" k="143" />
+    <hkern u1="&#x162;" u2="&#x10d;" k="143" />
+    <hkern u1="&#x162;" u2="&#x10c;" k="41" />
+    <hkern u1="&#x162;" u2="&#x10b;" k="143" />
+    <hkern u1="&#x162;" u2="&#x10a;" k="41" />
+    <hkern u1="&#x162;" u2="&#x109;" k="143" />
+    <hkern u1="&#x162;" u2="&#x108;" k="41" />
+    <hkern u1="&#x162;" u2="&#x107;" k="143" />
+    <hkern u1="&#x162;" u2="&#x106;" k="41" />
+    <hkern u1="&#x162;" u2="&#x105;" k="164" />
+    <hkern u1="&#x162;" u2="&#x104;" k="143" />
+    <hkern u1="&#x162;" u2="&#x103;" k="164" />
+    <hkern u1="&#x162;" u2="&#x102;" k="143" />
+    <hkern u1="&#x162;" u2="&#x101;" k="164" />
+    <hkern u1="&#x162;" u2="&#x100;" k="143" />
+    <hkern u1="&#x162;" u2="&#xfd;" k="41" />
+    <hkern u1="&#x162;" u2="&#xfc;" k="102" />
+    <hkern u1="&#x162;" u2="&#xfb;" k="102" />
+    <hkern u1="&#x162;" u2="&#xfa;" k="102" />
+    <hkern u1="&#x162;" u2="&#xf9;" k="102" />
+    <hkern u1="&#x162;" u2="&#xf8;" k="143" />
+    <hkern u1="&#x162;" u2="&#xf6;" k="143" />
+    <hkern u1="&#x162;" u2="&#xf5;" k="143" />
+    <hkern u1="&#x162;" u2="&#xf4;" k="143" />
+    <hkern u1="&#x162;" u2="&#xf3;" k="143" />
+    <hkern u1="&#x162;" u2="&#xf2;" k="143" />
+    <hkern u1="&#x162;" u2="&#xeb;" k="143" />
+    <hkern u1="&#x162;" u2="&#xea;" k="143" />
+    <hkern u1="&#x162;" u2="&#xe9;" k="143" />
+    <hkern u1="&#x162;" u2="&#xe8;" k="143" />
+    <hkern u1="&#x162;" u2="&#xe7;" k="143" />
+    <hkern u1="&#x162;" u2="&#xe6;" k="164" />
+    <hkern u1="&#x162;" u2="&#xe5;" k="164" />
+    <hkern u1="&#x162;" u2="&#xe4;" k="164" />
+    <hkern u1="&#x162;" u2="&#xe3;" k="164" />
+    <hkern u1="&#x162;" u2="&#xe2;" k="164" />
+    <hkern u1="&#x162;" u2="&#xe1;" k="164" />
+    <hkern u1="&#x162;" u2="&#xe0;" k="143" />
+    <hkern u1="&#x162;" u2="&#xd8;" k="41" />
+    <hkern u1="&#x162;" u2="&#xd6;" k="41" />
+    <hkern u1="&#x162;" u2="&#xd5;" k="41" />
+    <hkern u1="&#x162;" u2="&#xd4;" k="41" />
+    <hkern u1="&#x162;" u2="&#xd3;" k="41" />
+    <hkern u1="&#x162;" u2="&#xd2;" k="41" />
+    <hkern u1="&#x162;" u2="&#xc7;" k="41" />
+    <hkern u1="&#x162;" u2="&#xc5;" k="143" />
+    <hkern u1="&#x162;" u2="&#xc4;" k="143" />
+    <hkern u1="&#x162;" u2="&#xc3;" k="143" />
+    <hkern u1="&#x162;" u2="&#xc2;" k="143" />
+    <hkern u1="&#x162;" u2="&#xc1;" k="143" />
+    <hkern u1="&#x162;" u2="&#xc0;" k="143" />
+    <hkern u1="&#x162;" u2="z" k="82" />
+    <hkern u1="&#x162;" u2="y" k="41" />
+    <hkern u1="&#x162;" u2="x" k="41" />
+    <hkern u1="&#x162;" u2="w" k="41" />
+    <hkern u1="&#x162;" u2="v" k="41" />
+    <hkern u1="&#x162;" u2="u" k="102" />
+    <hkern u1="&#x162;" u2="s" k="123" />
+    <hkern u1="&#x162;" u2="r" k="102" />
+    <hkern u1="&#x162;" u2="q" k="143" />
+    <hkern u1="&#x162;" u2="p" k="102" />
+    <hkern u1="&#x162;" u2="o" k="143" />
+    <hkern u1="&#x162;" u2="n" k="102" />
+    <hkern u1="&#x162;" u2="m" k="102" />
+    <hkern u1="&#x162;" u2="g" k="143" />
+    <hkern u1="&#x162;" u2="e" k="143" />
+    <hkern u1="&#x162;" u2="d" k="143" />
+    <hkern u1="&#x162;" u2="c" k="143" />
+    <hkern u1="&#x162;" u2="a" k="164" />
+    <hkern u1="&#x162;" u2="T" k="-41" />
+    <hkern u1="&#x162;" u2="Q" k="41" />
+    <hkern u1="&#x162;" u2="O" k="41" />
+    <hkern u1="&#x162;" u2="G" k="41" />
+    <hkern u1="&#x162;" u2="C" k="41" />
+    <hkern u1="&#x162;" u2="A" k="143" />
+    <hkern u1="&#x162;" u2="&#x3f;" k="-41" />
+    <hkern u1="&#x162;" u2="&#x2e;" k="123" />
+    <hkern u1="&#x162;" u2="&#x2d;" k="82" />
+    <hkern u1="&#x162;" u2="&#x2c;" k="123" />
+    <hkern u1="&#x163;" u2="&#x201d;" k="-41" />
+    <hkern u1="&#x163;" u2="&#x2019;" k="-41" />
+    <hkern u1="&#x163;" u2="&#x27;" k="-41" />
+    <hkern u1="&#x163;" u2="&#x22;" k="-41" />
+  </font>
+</defs></svg>
Binary file src/ztfy/myams/resources/css/fonts/OpenSans-Regular.ttf has changed
Binary file src/ztfy/myams/resources/css/fonts/OpenSans-Regular.woff has changed
Binary file src/ztfy/myams/resources/css/fonts/OpenSans-Regular.woff2 has changed
Binary file src/ztfy/myams/resources/css/fonts/fontawesome-webfont.eot has changed
--- a/src/ztfy/myams/resources/css/fonts/fontawesome-webfont.svg	Fri Jan 29 15:36:00 2016 +0100
+++ b/src/ztfy/myams/resources/css/fonts/fontawesome-webfont.svg	Fri Jan 29 15:37:22 2016 +0100
@@ -1,6 +1,6 @@
 <?xml version="1.0" standalone="no"?>
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
+<svg xmlns="http://www.w3.org/2000/svg">
 <metadata></metadata>
 <defs>
 <font id="fontawesomeregular" horiz-adv-x="1536" >
@@ -219,8 +219,8 @@
 <glyph unicode="&#xf0d1;" horiz-adv-x="1792" d="M640 128q0 52 -38 90t-90 38t-90 -38t-38 -90t38 -90t90 -38t90 38t38 90zM256 640h384v256h-158q-13 0 -22 -9l-195 -195q-9 -9 -9 -22v-30zM1536 128q0 52 -38 90t-90 38t-90 -38t-38 -90t38 -90t90 -38t90 38t38 90zM1792 1216v-1024q0 -15 -4 -26.5t-13.5 -18.5 t-16.5 -11.5t-23.5 -6t-22.5 -2t-25.5 0t-22.5 0.5q0 -106 -75 -181t-181 -75t-181 75t-75 181h-384q0 -106 -75 -181t-181 -75t-181 75t-75 181h-64q-3 0 -22.5 -0.5t-25.5 0t-22.5 2t-23.5 6t-16.5 11.5t-13.5 18.5t-4 26.5q0 26 19 45t45 19v320q0 8 -0.5 35t0 38 t2.5 34.5t6.5 37t14 30.5t22.5 30l198 198q19 19 50.5 32t58.5 13h160v192q0 26 19 45t45 19h1024q26 0 45 -19t19 -45z" />
 <glyph unicode="&#xf0d2;" d="M1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103q-111 0 -218 32q59 93 78 164q9 34 54 211q20 -39 73 -67.5t114 -28.5q121 0 216 68.5t147 188.5t52 270q0 114 -59.5 214t-172.5 163t-255 63q-105 0 -196 -29t-154.5 -77t-109 -110.5t-67 -129.5t-21.5 -134 q0 -104 40 -183t117 -111q30 -12 38 20q2 7 8 31t8 30q6 23 -11 43q-51 61 -51 151q0 151 104.5 259.5t273.5 108.5q151 0 235.5 -82t84.5 -213q0 -170 -68.5 -289t-175.5 -119q-61 0 -98 43.5t-23 104.5q8 35 26.5 93.5t30 103t11.5 75.5q0 50 -27 83t-77 33 q-62 0 -105 -57t-43 -142q0 -73 25 -122l-99 -418q-17 -70 -13 -177q-206 91 -333 281t-127 423q0 209 103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
 <glyph unicode="&#xf0d3;" d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-725q85 122 108 210q9 34 53 209q21 -39 73.5 -67t112.5 -28q181 0 295.5 147.5t114.5 373.5q0 84 -35 162.5t-96.5 139t-152.5 97t-197 36.5q-104 0 -194.5 -28.5t-153 -76.5 t-107.5 -109.5t-66.5 -128t-21.5 -132.5q0 -102 39.5 -180t116.5 -110q13 -5 23.5 0t14.5 19q10 44 15 61q6 23 -11 42q-50 62 -50 150q0 150 103.5 256.5t270.5 106.5q149 0 232.5 -81t83.5 -210q0 -168 -67.5 -286t-173.5 -118q-60 0 -97 43.5t-23 103.5q8 34 26.5 92.5 t29.5 102t11 74.5q0 49 -26.5 81.5t-75.5 32.5q-61 0 -103.5 -56.5t-42.5 -139.5q0 -72 24 -121l-98 -414q-24 -100 -7 -254h-183q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960z" />
-<glyph unicode="&#xf0d4;" d="M829 318q0 -76 -58.5 -112.5t-139.5 -36.5q-41 0 -80.5 9.5t-75.5 28.5t-58 53t-22 78q0 46 25 80t65.5 51.5t82 25t84.5 7.5q20 0 31 -2q2 -1 23 -16.5t26 -19t23 -18t24.5 -22t19 -22.5t17 -26t9 -26.5t4.5 -31.5zM755 863q0 -60 -33 -99.5t-92 -39.5q-53 0 -93 42.5 t-57.5 96.5t-17.5 106q0 61 32 104t92 43q53 0 93.5 -45t58 -101t17.5 -107zM861 1120l88 64h-265q-85 0 -161 -32t-127.5 -98t-51.5 -153q0 -93 64.5 -154.5t158.5 -61.5q22 0 43 3q-13 -29 -13 -54q0 -44 40 -94q-175 -12 -257 -63q-47 -29 -75.5 -73t-28.5 -95 q0 -43 18.5 -77.5t48.5 -56.5t69 -37t77.5 -21t76.5 -6q60 0 120.5 15.5t113.5 46t86 82.5t33 117q0 49 -20 89.5t-49 66.5t-58 47.5t-49 44t-20 44.5t15.5 42.5t37.5 39.5t44 42t37.5 59.5t15.5 82.5q0 60 -22.5 99.5t-72.5 90.5h83zM1152 672h128v64h-128v128h-64v-128 h-128v-64h128v-160h64v160zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
-<glyph unicode="&#xf0d5;" horiz-adv-x="1664" d="M735 740q0 -36 32 -70.5t77.5 -68t90.5 -73.5t77 -104t32 -142q0 -90 -48 -173q-72 -122 -211 -179.5t-298 -57.5q-132 0 -246.5 41.5t-171.5 137.5q-37 60 -37 131q0 81 44.5 150t118.5 115q131 82 404 100q-32 42 -47.5 74t-15.5 73q0 36 21 85q-46 -4 -68 -4 q-148 0 -249.5 96.5t-101.5 244.5q0 82 36 159t99 131q77 66 182.5 98t217.5 32h418l-138 -88h-131q74 -63 112 -133t38 -160q0 -72 -24.5 -129.5t-59 -93t-69.5 -65t-59.5 -61.5t-24.5 -66zM589 836q38 0 78 16.5t66 43.5q53 57 53 159q0 58 -17 125t-48.5 129.5 t-84.5 103.5t-117 41q-42 0 -82.5 -19.5t-65.5 -52.5q-47 -59 -47 -160q0 -46 10 -97.5t31.5 -103t52 -92.5t75 -67t96.5 -26zM591 -37q58 0 111.5 13t99 39t73 73t27.5 109q0 25 -7 49t-14.5 42t-27 41.5t-29.5 35t-38.5 34.5t-36.5 29t-41.5 30t-36.5 26q-16 2 -48 2 q-53 0 -105 -7t-107.5 -25t-97 -46t-68.5 -74.5t-27 -105.5q0 -70 35 -123.5t91.5 -83t119 -44t127.5 -14.5zM1401 839h213v-108h-213v-219h-105v219h-212v108h212v217h105v-217z" />
+<glyph unicode="&#xf0d4;" d="M917 631q0 26 -6 64h-362v-132h217q-3 -24 -16.5 -50t-37.5 -53t-66.5 -44.5t-96.5 -17.5q-99 0 -169 71t-70 171t70 171t169 71q92 0 153 -59l104 101q-108 100 -257 100q-160 0 -272 -112.5t-112 -271.5t112 -271.5t272 -112.5q165 0 266.5 105t101.5 270zM1262 585 h109v110h-109v110h-110v-110h-110v-110h110v-110h110v110zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
+<glyph unicode="&#xf0d5;" horiz-adv-x="2304" d="M1437 623q0 -208 -87 -370.5t-248 -254t-369 -91.5q-149 0 -285 58t-234 156t-156 234t-58 285t58 285t156 234t234 156t285 58q286 0 491 -192l-199 -191q-117 113 -292 113q-123 0 -227.5 -62t-165.5 -168.5t-61 -232.5t61 -232.5t165.5 -168.5t227.5 -62 q83 0 152.5 23t114.5 57.5t78.5 78.5t49 83t21.5 74h-416v252h692q12 -63 12 -122zM2304 745v-210h-209v-209h-210v209h-209v210h209v209h210v-209h209z" />
 <glyph unicode="&#xf0d6;" horiz-adv-x="1920" d="M768 384h384v96h-128v448h-114l-148 -137l77 -80q42 37 55 57h2v-288h-128v-96zM1280 640q0 -70 -21 -142t-59.5 -134t-101.5 -101t-138 -39t-138 39t-101.5 101t-59.5 134t-21 142t21 142t59.5 134t101.5 101t138 39t138 -39t101.5 -101t59.5 -134t21 -142zM1792 384 v512q-106 0 -181 75t-75 181h-1152q0 -106 -75 -181t-181 -75v-512q106 0 181 -75t75 -181h1152q0 106 75 181t181 75zM1920 1216v-1152q0 -26 -19 -45t-45 -19h-1792q-26 0 -45 19t-19 45v1152q0 26 19 45t45 19h1792q26 0 45 -19t19 -45z" />
 <glyph unicode="&#xf0d7;" horiz-adv-x="1024" d="M1024 832q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19l-448 448q-19 19 -19 45t19 45t45 19h896q26 0 45 -19t19 -45z" />
 <glyph unicode="&#xf0d8;" horiz-adv-x="1024" d="M1024 320q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45l448 448q19 19 45 19t45 -19l448 -448q19 -19 19 -45z" />
@@ -362,7 +362,7 @@
 <glyph unicode="&#xf169;" d="M685 771q0 1 -126 222q-21 34 -52 34h-184q-18 0 -26 -11q-7 -12 1 -29l125 -216v-1l-196 -346q-9 -14 0 -28q8 -13 24 -13h185q31 0 50 36zM1309 1268q-7 12 -24 12h-187q-30 0 -49 -35l-411 -729q1 -2 262 -481q20 -35 52 -35h184q18 0 25 12q8 13 -1 28l-260 476v1 l409 723q8 16 0 28zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
 <glyph unicode="&#xf16a;" horiz-adv-x="1792" d="M1280 640q0 37 -30 54l-512 320q-31 20 -65 2q-33 -18 -33 -56v-640q0 -38 33 -56q16 -8 31 -8q20 0 34 10l512 320q30 17 30 54zM1792 640q0 -96 -1 -150t-8.5 -136.5t-22.5 -147.5q-16 -73 -69 -123t-124 -58q-222 -25 -671 -25t-671 25q-71 8 -124.5 58t-69.5 123 q-14 65 -21.5 147.5t-8.5 136.5t-1 150t1 150t8.5 136.5t22.5 147.5q16 73 69 123t124 58q222 25 671 25t671 -25q71 -8 124.5 -58t69.5 -123q14 -65 21.5 -147.5t8.5 -136.5t1 -150z" />
 <glyph unicode="&#xf16b;" horiz-adv-x="1792" d="M402 829l494 -305l-342 -285l-490 319zM1388 274v-108l-490 -293v-1l-1 1l-1 -1v1l-489 293v108l147 -96l342 284v2l1 -1l1 1v-2l343 -284zM554 1418l342 -285l-494 -304l-338 270zM1390 829l338 -271l-489 -319l-343 285zM1239 1418l489 -319l-338 -270l-494 304z" />
-<glyph unicode="&#xf16c;" horiz-adv-x="1408" d="M928 135v-151l-707 -1v151zM1169 481v-701l-1 -35v-1h-1132l-35 1h-1v736h121v-618h928v618h120zM241 393l704 -65l-13 -150l-705 65zM309 709l683 -183l-39 -146l-683 183zM472 1058l609 -360l-77 -130l-609 360zM832 1389l398 -585l-124 -85l-399 584zM1285 1536 l121 -697l-149 -26l-121 697z" />
+<glyph unicode="&#xf16c;" d="M1289 -96h-1118v480h-160v-640h1438v640h-160v-480zM347 428l33 157l783 -165l-33 -156zM450 802l67 146l725 -339l-67 -145zM651 1158l102 123l614 -513l-102 -123zM1048 1536l477 -641l-128 -96l-477 641zM330 65v159h800v-159h-800z" />
 <glyph unicode="&#xf16d;" d="M1362 110v648h-135q20 -63 20 -131q0 -126 -64 -232.5t-174 -168.5t-240 -62q-197 0 -337 135.5t-140 327.5q0 68 20 131h-141v-648q0 -26 17.5 -43.5t43.5 -17.5h1069q25 0 43 17.5t18 43.5zM1078 643q0 124 -90.5 211.5t-218.5 87.5q-127 0 -217.5 -87.5t-90.5 -211.5 t90.5 -211.5t217.5 -87.5q128 0 218.5 87.5t90.5 211.5zM1362 1003v165q0 28 -20 48.5t-49 20.5h-174q-29 0 -49 -20.5t-20 -48.5v-165q0 -29 20 -49t49 -20h174q29 0 49 20t20 49zM1536 1211v-1142q0 -81 -58 -139t-139 -58h-1142q-81 0 -139 58t-58 139v1142q0 81 58 139 t139 58h1142q81 0 139 -58t58 -139z" />
 <glyph unicode="&#xf16e;" d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960zM698 640q0 88 -62 150t-150 62t-150 -62t-62 -150t62 -150t150 -62t150 62t62 150zM1262 640q0 88 -62 150 t-150 62t-150 -62t-62 -150t62 -150t150 -62t150 62t62 150z" />
 <glyph unicode="&#xf170;" d="M768 914l201 -306h-402zM1133 384h94l-459 691l-459 -691h94l104 160h522zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
@@ -399,7 +399,7 @@
 <glyph unicode="&#xf191;" d="M1024 960v-640q0 -26 -19 -45t-45 -19q-20 0 -37 12l-448 320q-27 19 -27 52t27 52l448 320q17 12 37 12q26 0 45 -19t19 -45zM1280 160v960q0 13 -9.5 22.5t-22.5 9.5h-960q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h960q13 0 22.5 9.5t9.5 22.5z M1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
 <glyph unicode="&#xf192;" d="M1024 640q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181zM768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5 t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
 <glyph unicode="&#xf193;" horiz-adv-x="1664" d="M1023 349l102 -204q-58 -179 -210 -290t-339 -111q-156 0 -288.5 77.5t-210 210t-77.5 288.5q0 181 104.5 330t274.5 211l17 -131q-122 -54 -195 -165.5t-73 -244.5q0 -185 131.5 -316.5t316.5 -131.5q126 0 232.5 65t165 175.5t49.5 236.5zM1571 249l58 -114l-256 -128 q-13 -7 -29 -7q-40 0 -57 35l-239 477h-472q-24 0 -42.5 16.5t-21.5 40.5l-96 779q-2 16 6 42q14 51 57 82.5t97 31.5q66 0 113 -47t47 -113q0 -69 -52 -117.5t-120 -41.5l37 -289h423v-128h-407l16 -128h455q40 0 57 -35l228 -455z" />
-<glyph unicode="&#xf194;" d="M1254 899q16 85 -21 132q-52 65 -187 45q-17 -3 -41 -12.5t-57.5 -30.5t-64.5 -48.5t-59.5 -70t-44.5 -91.5q80 7 113.5 -16t26.5 -99q-5 -52 -52 -143q-43 -78 -71 -99q-44 -32 -87 14q-23 24 -37.5 64.5t-19 73t-10 84t-8.5 71.5q-23 129 -34 164q-12 37 -35.5 69 t-50.5 40q-57 16 -127 -25q-54 -32 -136.5 -106t-122.5 -102v-7q16 -8 25.5 -26t21.5 -20q21 -3 54.5 8.5t58 10.5t41.5 -30q11 -18 18.5 -38.5t15 -48t12.5 -40.5q17 -46 53 -187q36 -146 57 -197q42 -99 103 -125q43 -12 85 -1.5t76 31.5q131 77 250 237 q104 139 172.5 292.5t82.5 226.5zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
+<glyph unicode="&#xf194;" d="M1292 898q10 216 -161 222q-231 8 -312 -261q44 19 82 19q85 0 74 -96q-4 -57 -74 -167t-105 -110q-43 0 -82 169q-13 54 -45 255q-30 189 -160 177q-59 -7 -164 -100l-81 -72l-81 -72l52 -67q76 52 87 52q57 0 107 -179q15 -55 45 -164.5t45 -164.5q68 -179 164 -179 q157 0 383 294q220 283 226 444zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
 <glyph unicode="&#xf195;" horiz-adv-x="1152" d="M1152 704q0 -191 -94.5 -353t-256.5 -256.5t-353 -94.5h-160q-14 0 -23 9t-9 23v611l-215 -66q-3 -1 -9 -1q-10 0 -19 6q-13 10 -13 26v128q0 23 23 31l233 71v93l-215 -66q-3 -1 -9 -1q-10 0 -19 6q-13 10 -13 26v128q0 23 23 31l233 71v250q0 14 9 23t23 9h160 q14 0 23 -9t9 -23v-181l375 116q15 5 28 -5t13 -26v-128q0 -23 -23 -31l-393 -121v-93l375 116q15 5 28 -5t13 -26v-128q0 -23 -23 -31l-393 -121v-487q188 13 318 151t130 328q0 14 9 23t23 9h160q14 0 23 -9t9 -23z" />
 <glyph unicode="&#xf196;" horiz-adv-x="1408" d="M1152 736v-64q0 -14 -9 -23t-23 -9h-352v-352q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v352h-352q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h352v352q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-352h352q14 0 23 -9t9 -23zM1280 288v832q0 66 -47 113t-113 47h-832 q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113zM1408 1120v-832q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832q119 0 203.5 -84.5t84.5 -203.5z" />
 <glyph unicode="&#xf197;" horiz-adv-x="2176" d="M620 416q-110 -64 -268 -64h-128v64h-64q-13 0 -22.5 23.5t-9.5 56.5q0 24 7 49q-58 2 -96.5 10.5t-38.5 20.5t38.5 20.5t96.5 10.5q-7 25 -7 49q0 33 9.5 56.5t22.5 23.5h64v64h128q158 0 268 -64h1113q42 -7 106.5 -18t80.5 -14q89 -15 150 -40.5t83.5 -47.5t22.5 -40 t-22.5 -40t-83.5 -47.5t-150 -40.5q-16 -3 -80.5 -14t-106.5 -18h-1113zM1739 668q53 -36 53 -92t-53 -92l81 -30q68 48 68 122t-68 122zM625 400h1015q-217 -38 -456 -80q-57 0 -113 -24t-83 -48l-28 -24l-288 -288q-26 -26 -70.5 -45t-89.5 -19h-96l-93 464h29 q157 0 273 64zM352 816h-29l93 464h96q46 0 90 -19t70 -45l288 -288q4 -4 11 -10.5t30.5 -23t48.5 -29t61.5 -23t72.5 -10.5l456 -80h-1015q-116 64 -273 64z" />
@@ -410,9 +410,9 @@
 <glyph unicode="&#xf19c;" horiz-adv-x="2048" d="M960 1536l960 -384v-128h-128q0 -26 -20.5 -45t-48.5 -19h-1526q-28 0 -48.5 19t-20.5 45h-128v128zM256 896h256v-768h128v768h256v-768h128v768h256v-768h128v768h256v-768h59q28 0 48.5 -19t20.5 -45v-64h-1664v64q0 26 20.5 45t48.5 19h59v768zM1851 -64 q28 0 48.5 -19t20.5 -45v-128h-1920v128q0 26 20.5 45t48.5 19h1782z" />
 <glyph unicode="&#xf19d;" horiz-adv-x="2304" d="M1774 700l18 -316q4 -69 -82 -128t-235 -93.5t-323 -34.5t-323 34.5t-235 93.5t-82 128l18 316l574 -181q22 -7 48 -7t48 7zM2304 1024q0 -23 -22 -31l-1120 -352q-4 -1 -10 -1t-10 1l-652 206q-43 -34 -71 -111.5t-34 -178.5q63 -36 63 -109q0 -69 -58 -107l58 -433 q2 -14 -8 -25q-9 -11 -24 -11h-192q-15 0 -24 11q-10 11 -8 25l58 433q-58 38 -58 107q0 73 65 111q11 207 98 330l-333 104q-22 8 -22 31t22 31l1120 352q4 1 10 1t10 -1l1120 -352q22 -8 22 -31z" />
 <glyph unicode="&#xf19e;" d="M859 579l13 -707q-62 11 -105 11q-41 0 -105 -11l13 707q-40 69 -168.5 295.5t-216.5 374.5t-181 287q58 -15 108 -15q43 0 111 15q63 -111 133.5 -229.5t167 -276.5t138.5 -227q37 61 109.5 177.5t117.5 190t105 176t107 189.5q54 -14 107 -14q56 0 114 14v0 q-28 -39 -60 -88.5t-49.5 -78.5t-56.5 -96t-49 -84q-146 -248 -353 -610z" />
-<glyph unicode="&#xf1a0;" horiz-adv-x="1280" d="M981 197q0 25 -7 49t-14.5 42t-27 41.5t-29.5 35t-38.5 34.5t-36.5 29t-41.5 30t-36.5 26q-16 2 -49 2q-53 0 -104.5 -7t-107 -25t-97 -46t-68.5 -74.5t-27 -105.5q0 -56 23.5 -102t61 -75.5t87 -50t100 -29t101.5 -8.5q58 0 111.5 13t99 39t73 73t27.5 109zM864 1055 q0 59 -17 125.5t-48 129t-84 103.5t-117 41q-42 0 -82.5 -19.5t-66.5 -52.5q-46 -59 -46 -160q0 -46 10 -97.5t31.5 -103t52 -92.5t75 -67t96.5 -26q37 0 77.5 16.5t65.5 43.5q53 56 53 159zM752 1536h417l-137 -88h-132q75 -63 113 -133t38 -160q0 -72 -24.5 -129.5 t-59.5 -93t-69.5 -65t-59 -61.5t-24.5 -66q0 -36 32 -70.5t77 -68t90.5 -73.5t77.5 -104t32 -142q0 -91 -49 -173q-71 -122 -209.5 -179.5t-298.5 -57.5q-132 0 -246.5 41.5t-172.5 137.5q-36 59 -36 131q0 81 44.5 150t118.5 115q131 82 404 100q-32 41 -47.5 73.5 t-15.5 73.5q0 40 21 85q-46 -4 -68 -4q-148 0 -249.5 96.5t-101.5 244.5q0 82 36 159t99 131q76 66 182 98t218 32z" />
-<glyph unicode="&#xf1a1;" horiz-adv-x="2304" d="M1509 107q0 -14 -12 -29q-52 -59 -147.5 -83t-196.5 -24q-252 0 -346 107q-12 15 -12 29q0 17 12 29.5t29 12.5q15 0 30 -12q58 -49 125.5 -66t159.5 -17t160 17t127 66q15 12 30 12q17 0 29 -12.5t12 -29.5zM978 498q0 -61 -43 -104t-104 -43q-60 0 -104.5 43.5 t-44.5 103.5q0 61 44 105t105 44t104 -44t43 -105zM1622 498q0 -61 -43 -104t-104 -43q-60 0 -104.5 43.5t-44.5 103.5q0 61 44 105t105 44t104 -44t43 -105zM415 793q-39 27 -88 27q-66 0 -113 -47t-47 -113q0 -72 54 -121q53 141 194 254zM2020 382q0 222 -249 387 q-128 85 -291.5 126.5t-331.5 41.5t-331.5 -41.5t-292.5 -126.5q-249 -165 -249 -387t249 -387q129 -85 292.5 -126.5t331.5 -41.5t331.5 41.5t291.5 126.5q249 165 249 387zM2137 660q0 66 -47 113t-113 47q-50 0 -93 -30q140 -114 192 -256q61 48 61 126zM1993 1335 q0 49 -34.5 83.5t-82.5 34.5q-49 0 -83.5 -34.5t-34.5 -83.5q0 -48 34.5 -82.5t83.5 -34.5q48 0 82.5 34.5t34.5 82.5zM2220 660q0 -65 -33 -122t-89 -90q5 -35 5 -66q0 -139 -79 -255.5t-208 -201.5q-140 -92 -313.5 -136.5t-354.5 -44.5t-355 44.5t-314 136.5 q-129 85 -208 201.5t-79 255.5q0 36 6 71q-53 33 -83.5 88.5t-30.5 118.5q0 100 71 171.5t172 71.5q91 0 159 -60q265 170 638 177l144 456q10 29 40 29q24 0 384 -90q24 55 74 88t110 33q82 0 141 -59t59 -142t-59 -141.5t-141 -58.5q-83 0 -141.5 58.5t-59.5 140.5 l-339 80l-125 -395q349 -15 603 -179q71 63 163 63q101 0 172 -71.5t71 -171.5z" />
-<glyph unicode="&#xf1a2;" d="M950 393q7 7 17.5 7t17.5 -7t7 -18t-7 -18q-65 -64 -208 -64h-1h-1q-143 0 -207 64q-8 7 -8 18t8 18q7 7 17.5 7t17.5 -7q49 -51 172 -51h1h1q122 0 173 51zM671 613q0 -37 -26 -64t-63 -27t-63 27t-26 64t26 63t63 26t63 -26t26 -63zM1214 1049q-29 0 -50 21t-21 50 q0 30 21 51t50 21q30 0 51 -21t21 -51q0 -29 -21 -50t-51 -21zM1216 1408q132 0 226 -94t94 -227v-894q0 -133 -94 -227t-226 -94h-896q-132 0 -226 94t-94 227v894q0 133 94 227t226 94h896zM1321 596q35 14 57 45.5t22 70.5q0 51 -36 87.5t-87 36.5q-60 0 -98 -48 q-151 107 -375 115l83 265l206 -49q1 -50 36.5 -85t84.5 -35q50 0 86 35.5t36 85.5t-36 86t-86 36q-36 0 -66 -20.5t-45 -53.5l-227 54q-9 2 -17.5 -2.5t-11.5 -14.5l-95 -302q-224 -4 -381 -113q-36 43 -93 43q-51 0 -87 -36.5t-36 -87.5q0 -37 19.5 -67.5t52.5 -45.5 q-7 -25 -7 -54q0 -98 74 -181.5t201.5 -132t278.5 -48.5q150 0 277.5 48.5t201.5 132t74 181.5q0 27 -6 54zM971 702q37 0 63 -26t26 -63t-26 -64t-63 -27t-63 27t-26 64t26 63t63 26z" />
+<glyph unicode="&#xf1a0;" d="M768 750h725q12 -67 12 -128q0 -217 -91 -387.5t-259.5 -266.5t-386.5 -96q-157 0 -299 60.5t-245 163.5t-163.5 245t-60.5 299t60.5 299t163.5 245t245 163.5t299 60.5q300 0 515 -201l-209 -201q-123 119 -306 119q-129 0 -238.5 -65t-173.5 -176.5t-64 -243.5 t64 -243.5t173.5 -176.5t238.5 -65q87 0 160 24t120 60t82 82t51.5 87t22.5 78h-436v264z" />
+<glyph unicode="&#xf1a1;" horiz-adv-x="1792" d="M1095 369q16 -16 0 -31q-62 -62 -199 -62t-199 62q-16 15 0 31q6 6 15 6t15 -6q48 -49 169 -49q120 0 169 49q6 6 15 6t15 -6zM788 550q0 -37 -26 -63t-63 -26t-63.5 26t-26.5 63q0 38 26.5 64t63.5 26t63 -26.5t26 -63.5zM1183 550q0 -37 -26.5 -63t-63.5 -26t-63 26 t-26 63t26 63.5t63 26.5t63.5 -26t26.5 -64zM1434 670q0 49 -35 84t-85 35t-86 -36q-130 90 -311 96l63 283l200 -45q0 -37 26 -63t63 -26t63.5 26.5t26.5 63.5t-26.5 63.5t-63.5 26.5q-54 0 -80 -50l-221 49q-19 5 -25 -16l-69 -312q-180 -7 -309 -97q-35 37 -87 37 q-50 0 -85 -35t-35 -84q0 -35 18.5 -64t49.5 -44q-6 -27 -6 -56q0 -142 140 -243t337 -101q198 0 338 101t140 243q0 32 -7 57q30 15 48 43.5t18 63.5zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191 t348 71t348 -71t286 -191t191 -286t71 -348z" />
+<glyph unicode="&#xf1a2;" d="M939 407q13 -13 0 -26q-53 -53 -171 -53t-171 53q-13 13 0 26q5 6 13 6t13 -6q42 -42 145 -42t145 42q5 6 13 6t13 -6zM676 563q0 -31 -23 -54t-54 -23t-54 23t-23 54q0 32 22.5 54.5t54.5 22.5t54.5 -22.5t22.5 -54.5zM1014 563q0 -31 -23 -54t-54 -23t-54 23t-23 54 q0 32 22.5 54.5t54.5 22.5t54.5 -22.5t22.5 -54.5zM1229 666q0 42 -30 72t-73 30q-42 0 -73 -31q-113 78 -267 82l54 243l171 -39q1 -32 23.5 -54t53.5 -22q32 0 54.5 22.5t22.5 54.5t-22.5 54.5t-54.5 22.5q-48 0 -69 -43l-189 42q-17 5 -21 -13l-60 -268q-154 -6 -265 -83 q-30 32 -74 32q-43 0 -73 -30t-30 -72q0 -30 16 -55t42 -38q-5 -25 -5 -48q0 -122 120 -208.5t289 -86.5q170 0 290 86.5t120 208.5q0 25 -6 49q25 13 40.5 37.5t15.5 54.5zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960 q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
 <glyph unicode="&#xf1a3;" d="M866 697l90 27v62q0 79 -58 135t-138 56t-138 -55.5t-58 -134.5v-283q0 -20 -14 -33.5t-33 -13.5t-32.5 13.5t-13.5 33.5v120h-151v-122q0 -82 57.5 -139t139.5 -57q81 0 138.5 56.5t57.5 136.5v280q0 19 13.5 33t33.5 14q19 0 32.5 -14t13.5 -33v-54zM1199 502v122h-150 v-126q0 -20 -13.5 -33.5t-33.5 -13.5q-19 0 -32.5 14t-13.5 33v123l-90 -26l-60 28v-123q0 -80 58 -137t139 -57t138.5 57t57.5 139zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103 t385.5 -103t279.5 -279.5t103 -385.5z" />
 <glyph unicode="&#xf1a4;" horiz-adv-x="1920" d="M1062 824v118q0 42 -30 72t-72 30t-72 -30t-30 -72v-612q0 -175 -126 -299t-303 -124q-178 0 -303.5 125.5t-125.5 303.5v266h328v-262q0 -43 30 -72.5t72 -29.5t72 29.5t30 72.5v620q0 171 126.5 292t301.5 121q176 0 302 -122t126 -294v-136l-195 -58zM1592 602h328 v-266q0 -178 -125.5 -303.5t-303.5 -125.5q-177 0 -303 124.5t-126 300.5v268l131 -61l195 58v-270q0 -42 30 -71.5t72 -29.5t72 29.5t30 71.5v275z" />
 <glyph unicode="&#xf1a5;" d="M1472 160v480h-704v704h-480q-93 0 -158.5 -65.5t-65.5 -158.5v-480h704v-704h480q93 0 158.5 65.5t65.5 158.5zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5 t84.5 -203.5z" />
@@ -454,12 +454,12 @@
 <glyph unicode="&#xf1cb;" horiz-adv-x="1792" d="M216 367l603 -402v359l-334 223zM154 511l193 129l-193 129v-258zM973 -35l603 402l-269 180l-334 -223v-359zM896 458l272 182l-272 182l-272 -182zM485 733l334 223v359l-603 -402zM1445 640l193 -129v258zM1307 733l269 180l-603 402v-359zM1792 913v-546 q0 -41 -34 -64l-819 -546q-21 -13 -43 -13t-43 13l-819 546q-34 23 -34 64v546q0 41 34 64l819 546q21 13 43 13t43 -13l819 -546q34 -23 34 -64z" />
 <glyph unicode="&#xf1cc;" horiz-adv-x="2048" d="M1800 764q111 -46 179.5 -145.5t68.5 -221.5q0 -164 -118 -280.5t-285 -116.5q-4 0 -11.5 0.5t-10.5 0.5h-1209h-1h-2h-5q-170 10 -288 125.5t-118 280.5q0 110 55 203t147 147q-12 39 -12 82q0 115 82 196t199 81q95 0 172 -58q75 154 222.5 248t326.5 94 q166 0 306 -80.5t221.5 -218.5t81.5 -301q0 -6 -0.5 -18t-0.5 -18zM468 498q0 -122 84 -193t208 -71q137 0 240 99q-16 20 -47.5 56.5t-43.5 50.5q-67 -65 -144 -65q-55 0 -93.5 33.5t-38.5 87.5q0 53 38.5 87t91.5 34q44 0 84.5 -21t73 -55t65 -75t69 -82t77 -75t97 -55 t121.5 -21q121 0 204.5 71.5t83.5 190.5q0 121 -84 192t-207 71q-143 0 -241 -97q14 -16 29.5 -34t34.5 -40t29 -34q66 64 142 64q52 0 92 -33t40 -84q0 -57 -37 -91.5t-94 -34.5q-43 0 -82.5 21t-72 55t-65.5 75t-69.5 82t-77.5 75t-96.5 55t-118.5 21q-122 0 -207 -70.5 t-85 -189.5z" />
 <glyph unicode="&#xf1cd;" horiz-adv-x="1792" d="M896 1536q182 0 348 -71t286 -191t191 -286t71 -348t-71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71zM896 1408q-190 0 -361 -90l194 -194q82 28 167 28t167 -28l194 194q-171 90 -361 90zM218 279l194 194 q-28 82 -28 167t28 167l-194 194q-90 -171 -90 -361t90 -361zM896 -128q190 0 361 90l-194 194q-82 -28 -167 -28t-167 28l-194 -194q171 -90 361 -90zM896 256q159 0 271.5 112.5t112.5 271.5t-112.5 271.5t-271.5 112.5t-271.5 -112.5t-112.5 -271.5t112.5 -271.5 t271.5 -112.5zM1380 473l194 -194q90 171 90 361t-90 361l-194 -194q28 -82 28 -167t-28 -167z" />
-<glyph unicode="&#xf1ce;" horiz-adv-x="1792" d="M1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348q0 222 101 414.5t276.5 317t390.5 155.5v-260q-221 -45 -366.5 -221t-145.5 -406q0 -130 51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5 q0 230 -145.5 406t-366.5 221v260q215 -31 390.5 -155.5t276.5 -317t101 -414.5z" />
+<glyph unicode="&#xf1ce;" horiz-adv-x="1792" d="M1760 640q0 -176 -68.5 -336t-184 -275.5t-275.5 -184t-336 -68.5t-336 68.5t-275.5 184t-184 275.5t-68.5 336q0 213 97 398.5t265 305.5t374 151v-228q-221 -45 -366.5 -221t-145.5 -406q0 -130 51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5 t136.5 204t51 248.5q0 230 -145.5 406t-366.5 221v228q206 -31 374 -151t265 -305.5t97 -398.5z" />
 <glyph unicode="&#xf1d0;" horiz-adv-x="1792" d="M19 662q8 217 116 406t305 318h5q0 -1 -1 -3q-8 -8 -28 -33.5t-52 -76.5t-60 -110.5t-44.5 -135.5t-14 -150.5t39 -157.5t108.5 -154q50 -50 102 -69.5t90.5 -11.5t69.5 23.5t47 32.5l16 16q39 51 53 116.5t6.5 122.5t-21 107t-26.5 80l-14 29q-10 25 -30.5 49.5t-43 41 t-43.5 29.5t-35 19l-13 6l104 115q39 -17 78 -52t59 -61l19 -27q1 48 -18.5 103.5t-40.5 87.5l-20 31l161 183l160 -181q-33 -46 -52.5 -102.5t-22.5 -90.5l-4 -33q22 37 61.5 72.5t67.5 52.5l28 17l103 -115q-44 -14 -85 -50t-60 -65l-19 -29q-31 -56 -48 -133.5t-7 -170 t57 -156.5q33 -45 77.5 -60.5t85 -5.5t76 26.5t57.5 33.5l21 16q60 53 96.5 115t48.5 121.5t10 121.5t-18 118t-37 107.5t-45.5 93t-45 72t-34.5 47.5l-13 17q-14 13 -7 13l10 -3q40 -29 62.5 -46t62 -50t64 -58t58.5 -65t55.5 -77t45.5 -88t38 -103t23.5 -117t10.5 -136 q3 -259 -108 -465t-312 -321t-456 -115q-185 0 -351 74t-283.5 198t-184 293t-60.5 353z" />
 <glyph unicode="&#xf1d1;" horiz-adv-x="1792" d="M874 -102v-66q-208 6 -385 109.5t-283 275.5l58 34q29 -49 73 -99l65 57q148 -168 368 -212l-17 -86q65 -12 121 -13zM276 428l-83 -28q22 -60 49 -112l-57 -33q-98 180 -98 385t98 385l57 -33q-30 -56 -49 -112l82 -28q-35 -100 -35 -212q0 -109 36 -212zM1528 251 l58 -34q-106 -172 -283 -275.5t-385 -109.5v66q56 1 121 13l-17 86q220 44 368 212l65 -57q44 50 73 99zM1377 805l-233 -80q14 -42 14 -85t-14 -85l232 -80q-31 -92 -98 -169l-185 162q-57 -67 -147 -85l48 -241q-52 -10 -98 -10t-98 10l48 241q-90 18 -147 85l-185 -162 q-67 77 -98 169l232 80q-14 42 -14 85t14 85l-233 80q33 93 99 169l185 -162q59 68 147 86l-48 240q44 10 98 10t98 -10l-48 -240q88 -18 147 -86l185 162q66 -76 99 -169zM874 1448v-66q-65 -2 -121 -13l17 -86q-220 -42 -368 -211l-65 56q-38 -42 -73 -98l-57 33 q106 172 282 275.5t385 109.5zM1705 640q0 -205 -98 -385l-57 33q27 52 49 112l-83 28q36 103 36 212q0 112 -35 212l82 28q-19 56 -49 112l57 33q98 -180 98 -385zM1585 1063l-57 -33q-35 56 -73 98l-65 -56q-148 169 -368 211l17 86q-56 11 -121 13v66q209 -6 385 -109.5 t282 -275.5zM1748 640q0 173 -67.5 331t-181.5 272t-272 181.5t-331 67.5t-331 -67.5t-272 -181.5t-181.5 -272t-67.5 -331t67.5 -331t181.5 -272t272 -181.5t331 -67.5t331 67.5t272 181.5t181.5 272t67.5 331zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71 t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
 <glyph unicode="&#xf1d2;" d="M582 228q0 -66 -93 -66q-107 0 -107 63q0 64 98 64q102 0 102 -61zM546 694q0 -85 -74 -85q-77 0 -77 84q0 90 77 90q36 0 55 -25.5t19 -63.5zM712 769v125q-78 -29 -135 -29q-50 29 -110 29q-86 0 -145 -57t-59 -143q0 -50 29.5 -102t73.5 -67v-3q-38 -17 -38 -85 q0 -53 41 -77v-3q-113 -37 -113 -139q0 -45 20 -78.5t54 -51t72 -25.5t81 -8q224 0 224 188q0 67 -48 99t-126 46q-27 5 -51.5 20.5t-24.5 39.5q0 44 49 52q77 15 122 70t45 134q0 24 -10 52q37 9 49 13zM771 350h137q-2 27 -2 82v387q0 46 2 69h-137q3 -23 3 -71v-392 q0 -50 -3 -75zM1280 366v121q-30 -21 -68 -21q-53 0 -53 82v225h52q9 0 26.5 -1t26.5 -1v117h-105q0 82 3 102h-140q4 -24 4 -55v-47h-60v-117q36 3 37 3q3 0 11 -0.5t12 -0.5v-2h-2v-217q0 -37 2.5 -64t11.5 -56.5t24.5 -48.5t43.5 -31t66 -12q64 0 108 24zM924 1072 q0 36 -24 63.5t-60 27.5t-60.5 -27t-24.5 -64q0 -36 25 -62.5t60 -26.5t59.5 27t24.5 62zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
 <glyph unicode="&#xf1d3;" horiz-adv-x="1792" d="M595 22q0 100 -165 100q-158 0 -158 -104q0 -101 172 -101q151 0 151 105zM536 777q0 61 -30 102t-89 41q-124 0 -124 -145q0 -135 124 -135q119 0 119 137zM805 1101v-202q-36 -12 -79 -22q16 -43 16 -84q0 -127 -73 -216.5t-197 -112.5q-40 -8 -59.5 -27t-19.5 -58 q0 -31 22.5 -51.5t58 -32t78.5 -22t86 -25.5t78.5 -37.5t58 -64t22.5 -98.5q0 -304 -363 -304q-69 0 -130 12.5t-116 41t-87.5 82t-32.5 127.5q0 165 182 225v4q-67 41 -67 126q0 109 63 137v4q-72 24 -119.5 108.5t-47.5 165.5q0 139 95 231.5t235 92.5q96 0 178 -47 q98 0 218 47zM1123 220h-222q4 45 4 134v609q0 94 -4 128h222q-4 -33 -4 -124v-613q0 -89 4 -134zM1724 442v-196q-71 -39 -174 -39q-62 0 -107 20t-70 50t-39.5 78t-18.5 92t-4 103v351h2v4q-7 0 -19 1t-18 1q-21 0 -59 -6v190h96v76q0 54 -6 89h227q-6 -41 -6 -165h171 v-190q-15 0 -43.5 2t-42.5 2h-85v-365q0 -131 87 -131q61 0 109 33zM1148 1389q0 -58 -39 -101.5t-96 -43.5q-58 0 -98 43.5t-40 101.5q0 59 39.5 103t98.5 44q58 0 96.5 -44.5t38.5 -102.5z" />
-<glyph unicode="&#xf1d4;" d="M825 547l343 588h-150q-21 -39 -63.5 -118.5t-68 -128.5t-59.5 -118.5t-60 -128.5h-3q-21 48 -44.5 97t-52 105.5t-46.5 92t-54 104.5t-49 95h-150l323 -589v-435h134v436zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960 q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
+<glyph unicode="&#xf1d4;" d="M809 532l266 499h-112l-157 -312q-24 -48 -44 -92l-42 92l-155 312h-120l263 -493v-324h101v318zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
 <glyph unicode="&#xf1d5;" horiz-adv-x="1280" d="M842 964q0 -80 -57 -136.5t-136 -56.5q-60 0 -111 35q-62 -67 -115 -146q-247 -371 -202 -859q1 -22 -12.5 -38.5t-34.5 -18.5h-5q-20 0 -35 13.5t-17 33.5q-14 126 -3.5 247.5t29.5 217t54 186t69 155.5t74 125q61 90 132 165q-16 35 -16 77q0 80 56.5 136.5t136.5 56.5 t136.5 -56.5t56.5 -136.5zM1223 953q0 -158 -78 -292t-212.5 -212t-292.5 -78q-64 0 -131 14q-21 5 -32.5 23.5t-6.5 39.5q5 20 23 31.5t39 7.5q51 -13 108 -13q97 0 186 38t153 102t102 153t38 186t-38 186t-102 153t-153 102t-186 38t-186 -38t-153 -102t-102 -153 t-38 -186q0 -114 52 -218q10 -20 3.5 -40t-25.5 -30t-39.5 -3t-30.5 26q-64 123 -64 265q0 119 46.5 227t124.5 186t186 124t226 46q158 0 292.5 -78t212.5 -212.5t78 -292.5z" />
 <glyph unicode="&#xf1d6;" horiz-adv-x="1792" d="M270 730q-8 19 -8 52q0 20 11 49t24 45q-1 22 7.5 53t22.5 43q0 139 92.5 288.5t217.5 209.5q139 66 324 66q133 0 266 -55q49 -21 90 -48t71 -56t55 -68t42 -74t32.5 -84.5t25.5 -89.5t22 -98l1 -5q55 -83 55 -150q0 -14 -9 -40t-9 -38q0 -1 1.5 -3.5t3.5 -5t2 -3.5 q77 -114 120.5 -214.5t43.5 -208.5q0 -43 -19.5 -100t-55.5 -57q-9 0 -19.5 7.5t-19 17.5t-19 26t-16 26.5t-13.5 26t-9 17.5q-1 1 -3 1l-5 -4q-59 -154 -132 -223q20 -20 61.5 -38.5t69 -41.5t35.5 -65q-2 -4 -4 -16t-7 -18q-64 -97 -302 -97q-53 0 -110.5 9t-98 20 t-104.5 30q-15 5 -23 7q-14 4 -46 4.5t-40 1.5q-41 -45 -127.5 -65t-168.5 -20q-35 0 -69 1.5t-93 9t-101 20.5t-74.5 40t-32.5 64q0 40 10 59.5t41 48.5q11 2 40.5 13t49.5 12q4 0 14 2q2 2 2 4l-2 3q-48 11 -108 105.5t-73 156.5l-5 3q-4 0 -12 -20q-18 -41 -54.5 -74.5 t-77.5 -37.5h-1q-4 0 -6 4.5t-5 5.5q-23 54 -23 100q0 275 252 466z" />
 <glyph unicode="&#xf1d7;" horiz-adv-x="2048" d="M580 1075q0 41 -25 66t-66 25q-43 0 -76 -25.5t-33 -65.5q0 -39 33 -64.5t76 -25.5q41 0 66 24.5t25 65.5zM1323 568q0 28 -25.5 50t-65.5 22q-27 0 -49.5 -22.5t-22.5 -49.5q0 -28 22.5 -50.5t49.5 -22.5q40 0 65.5 22t25.5 51zM1087 1075q0 41 -24.5 66t-65.5 25 q-43 0 -76 -25.5t-33 -65.5q0 -39 33 -64.5t76 -25.5q41 0 65.5 24.5t24.5 65.5zM1722 568q0 28 -26 50t-65 22q-27 0 -49.5 -22.5t-22.5 -49.5q0 -28 22.5 -50.5t49.5 -22.5q39 0 65 22t26 51zM1456 965q-31 4 -70 4q-169 0 -311 -77t-223.5 -208.5t-81.5 -287.5 q0 -78 23 -152q-35 -3 -68 -3q-26 0 -50 1.5t-55 6.5t-44.5 7t-54.5 10.5t-50 10.5l-253 -127l72 218q-290 203 -290 490q0 169 97.5 311t264 223.5t363.5 81.5q176 0 332.5 -66t262 -182.5t136.5 -260.5zM2048 404q0 -117 -68.5 -223.5t-185.5 -193.5l55 -181l-199 109 q-150 -37 -218 -37q-169 0 -311 70.5t-223.5 191.5t-81.5 264t81.5 264t223.5 191.5t311 70.5q161 0 303 -70.5t227.5 -192t85.5 -263.5z" />
@@ -483,13 +483,13 @@
 <glyph unicode="&#xf1ea;" horiz-adv-x="2048" d="M1024 1024h-384v-384h384v384zM1152 384v-128h-640v128h640zM1152 1152v-640h-640v640h640zM1792 384v-128h-512v128h512zM1792 640v-128h-512v128h512zM1792 896v-128h-512v128h512zM1792 1152v-128h-512v128h512zM256 192v960h-128v-960q0 -26 19 -45t45 -19t45 19 t19 45zM1920 192v1088h-1536v-1088q0 -33 -11 -64h1483q26 0 45 19t19 45zM2048 1408v-1216q0 -80 -56 -136t-136 -56h-1664q-80 0 -136 56t-56 136v1088h256v128h1792z" />
 <glyph unicode="&#xf1eb;" horiz-adv-x="2048" d="M1024 13q-20 0 -93 73.5t-73 93.5q0 32 62.5 54t103.5 22t103.5 -22t62.5 -54q0 -20 -73 -93.5t-93 -73.5zM1294 284q-2 0 -40 25t-101.5 50t-128.5 25t-128.5 -25t-101 -50t-40.5 -25q-18 0 -93.5 75t-75.5 93q0 13 10 23q78 77 196 121t233 44t233 -44t196 -121 q10 -10 10 -23q0 -18 -75.5 -93t-93.5 -75zM1567 556q-11 0 -23 8q-136 105 -252 154.5t-268 49.5q-85 0 -170.5 -22t-149 -53t-113.5 -62t-79 -53t-31 -22q-17 0 -92 75t-75 93q0 12 10 22q132 132 320 205t380 73t380 -73t320 -205q10 -10 10 -22q0 -18 -75 -93t-92 -75z M1838 827q-11 0 -22 9q-179 157 -371.5 236.5t-420.5 79.5t-420.5 -79.5t-371.5 -236.5q-11 -9 -22 -9q-17 0 -92.5 75t-75.5 93q0 13 10 23q187 186 445 288t527 102t527 -102t445 -288q10 -10 10 -23q0 -18 -75.5 -93t-92.5 -75z" />
 <glyph unicode="&#xf1ec;" horiz-adv-x="1792" d="M384 0q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM768 0q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM384 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5 t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1152 0q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM768 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5 t37.5 90.5zM384 768q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1152 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM768 768q0 53 -37.5 90.5t-90.5 37.5 t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1536 0v384q0 52 -38 90t-90 38t-90 -38t-38 -90v-384q0 -52 38 -90t90 -38t90 38t38 90zM1152 768q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5z M1536 1088v256q0 26 -19 45t-45 19h-1280q-26 0 -45 -19t-19 -45v-256q0 -26 19 -45t45 -19h1280q26 0 45 19t19 45zM1536 768q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1664 1408v-1536q0 -52 -38 -90t-90 -38 h-1408q-52 0 -90 38t-38 90v1536q0 52 38 90t90 38h1408q52 0 90 -38t38 -90z" />
-<glyph unicode="&#xf1ed;" horiz-adv-x="1792" d="M1112 1090q0 159 -237 159h-70q-32 0 -59.5 -21.5t-34.5 -52.5l-63 -276q-2 -5 -2 -16q0 -24 17 -39.5t41 -15.5h53q69 0 128.5 13t112.5 41t83.5 81.5t30.5 126.5zM1716 938q0 -265 -220 -428q-219 -161 -612 -161h-61q-32 0 -59 -21.5t-34 -52.5l-73 -316 q-8 -36 -40.5 -61.5t-69.5 -25.5h-213q-31 0 -53 20t-22 51q0 10 13 65h151q34 0 64 23.5t38 56.5l73 316q8 33 37.5 57t63.5 24h61q390 0 607 160t217 421q0 129 -51 207q183 -92 183 -335zM1533 1123q0 -264 -221 -428q-218 -161 -612 -161h-60q-32 0 -59.5 -22t-34.5 -53 l-73 -315q-8 -36 -40 -61.5t-69 -25.5h-214q-31 0 -52.5 19.5t-21.5 51.5q0 8 2 20l300 1301q8 36 40.5 61.5t69.5 25.5h444q68 0 125 -4t120.5 -15t113.5 -30t96.5 -50.5t77.5 -74t49.5 -103.5t18.5 -136z" />
+<glyph unicode="&#xf1ed;" d="M1519 890q18 -84 -4 -204q-87 -444 -565 -444h-44q-25 0 -44 -16.5t-24 -42.5l-4 -19l-55 -346l-2 -15q-5 -26 -24.5 -42.5t-44.5 -16.5h-251q-21 0 -33 15t-9 36q9 56 26.5 168t26.5 168t27 167.5t27 167.5q5 37 43 37h131q133 -2 236 21q175 39 287 144q102 95 155 246 q24 70 35 133q1 6 2.5 7.5t3.5 1t6 -3.5q79 -59 98 -162zM1347 1172q0 -107 -46 -236q-80 -233 -302 -315q-113 -40 -252 -42q0 -1 -90 -1l-90 1q-100 0 -118 -96q-2 -8 -85 -530q-1 -10 -12 -10h-295q-22 0 -36.5 16.5t-11.5 38.5l232 1471q5 29 27.5 48t51.5 19h598 q34 0 97.5 -13t111.5 -32q107 -41 163.5 -123t56.5 -196z" />
 <glyph unicode="&#xf1ee;" horiz-adv-x="1792" d="M602 949q19 -61 31 -123.5t17 -141.5t-14 -159t-62 -145q-21 81 -67 157t-95.5 127t-99 90.5t-78.5 57.5t-33 19q-62 34 -81.5 100t14.5 128t101 81.5t129 -14.5q138 -83 238 -177zM927 1236q11 -25 20.5 -46t36.5 -100.5t42.5 -150.5t25.5 -179.5t0 -205.5t-47.5 -209.5 t-105.5 -208.5q-51 -72 -138 -72q-54 0 -98 31q-57 40 -69 109t28 127q60 85 81 195t13 199.5t-32 180.5t-39 128t-22 52q-31 63 -8.5 129.5t85.5 97.5q34 17 75 17q47 0 88.5 -25t63.5 -69zM1248 567q-17 -160 -72 -311q-17 131 -63 246q25 174 -5 361q-27 178 -94 342 q114 -90 212 -211q9 -37 15 -80q26 -179 7 -347zM1520 1440q9 -17 23.5 -49.5t43.5 -117.5t50.5 -178t34 -227.5t5 -269t-47 -300t-112.5 -323.5q-22 -48 -66 -75.5t-95 -27.5q-39 0 -74 16q-67 31 -92.5 100t4.5 136q58 126 90 257.5t37.5 239.5t-3.5 213.5t-26.5 180.5 t-38.5 138.5t-32.5 90t-15.5 32.5q-34 65 -11.5 135.5t87.5 104.5q37 20 81 20q49 0 91.5 -25.5t66.5 -70.5z" />
 <glyph unicode="&#xf1f0;" horiz-adv-x="2304" d="M1975 546h-138q14 37 66 179l3 9q4 10 10 26t9 26l12 -55zM531 611l-58 295q-11 54 -75 54h-268l-2 -13q311 -79 403 -336zM710 960l-162 -438l-17 89q-26 70 -85 129.5t-131 88.5l135 -510h175l261 641h-176zM849 318h166l104 642h-166zM1617 944q-69 27 -149 27 q-123 0 -201 -59t-79 -153q-1 -102 145 -174q48 -23 67 -41t19 -39q0 -30 -30 -46t-69 -16q-86 0 -156 33l-22 11l-23 -144q74 -34 185 -34q130 -1 208.5 59t80.5 160q0 106 -140 174q-49 25 -71 42t-22 38q0 22 24.5 38.5t70.5 16.5q70 1 124 -24l15 -8zM2042 960h-128 q-65 0 -87 -54l-246 -588h174l35 96h212q5 -22 20 -96h154zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" />
 <glyph unicode="&#xf1f1;" horiz-adv-x="2304" d="M671 603h-13q-47 0 -47 -32q0 -22 20 -22q17 0 28 15t12 39zM1066 639h62v3q1 4 0.5 6.5t-1 7t-2 8t-4.5 6.5t-7.5 5t-11.5 2q-28 0 -36 -38zM1606 603h-12q-48 0 -48 -32q0 -22 20 -22q17 0 28 15t12 39zM1925 629q0 41 -30 41q-19 0 -31 -20t-12 -51q0 -42 28 -42 q20 0 32.5 20t12.5 52zM480 770h87l-44 -262h-56l32 201l-71 -201h-39l-4 200l-34 -200h-53l44 262h81l2 -163zM733 663q0 -6 -4 -42q-16 -101 -17 -113h-47l1 22q-20 -26 -58 -26q-23 0 -37.5 16t-14.5 42q0 39 26 60.5t73 21.5q14 0 23 -1q0 3 0.5 5.5t1 4.5t0.5 3 q0 20 -36 20q-29 0 -59 -10q0 4 7 48q38 11 67 11q74 0 74 -62zM889 721l-8 -49q-22 3 -41 3q-27 0 -27 -17q0 -8 4.5 -12t21.5 -11q40 -19 40 -60q0 -72 -87 -71q-34 0 -58 6q0 2 7 49q29 -8 51 -8q32 0 32 19q0 7 -4.5 11.5t-21.5 12.5q-43 20 -43 59q0 72 84 72 q30 0 50 -4zM977 721h28l-7 -52h-29q-2 -17 -6.5 -40.5t-7 -38.5t-2.5 -18q0 -16 19 -16q8 0 16 2l-8 -47q-21 -7 -40 -7q-43 0 -45 47q0 12 8 56q3 20 25 146h55zM1180 648q0 -23 -7 -52h-111q-3 -22 10 -33t38 -11q30 0 58 14l-9 -54q-30 -8 -57 -8q-95 0 -95 95 q0 55 27.5 90.5t69.5 35.5q35 0 55.5 -21t20.5 -56zM1319 722q-13 -23 -22 -62q-22 2 -31 -24t-25 -128h-56l3 14q22 130 29 199h51l-3 -33q14 21 25.5 29.5t28.5 4.5zM1506 763l-9 -57q-28 14 -50 14q-31 0 -51 -27.5t-20 -70.5q0 -30 13.5 -47t38.5 -17q21 0 48 13 l-10 -59q-28 -8 -50 -8q-45 0 -71.5 30.5t-26.5 82.5q0 70 35.5 114.5t91.5 44.5q26 0 61 -13zM1668 663q0 -18 -4 -42q-13 -79 -17 -113h-46l1 22q-20 -26 -59 -26q-23 0 -37 16t-14 42q0 39 25.5 60.5t72.5 21.5q15 0 23 -1q2 7 2 13q0 20 -36 20q-29 0 -59 -10q0 4 8 48 q38 11 67 11q73 0 73 -62zM1809 722q-14 -24 -21 -62q-23 2 -31.5 -23t-25.5 -129h-56l3 14q19 104 29 199h52q0 -11 -4 -33q15 21 26.5 29.5t27.5 4.5zM1950 770h56l-43 -262h-53l3 19q-23 -23 -52 -23q-31 0 -49.5 24t-18.5 64q0 53 27.5 92t64.5 39q31 0 53 -29z M2061 640q0 148 -72.5 273t-198 198t-273.5 73q-181 0 -328 -110q127 -116 171 -284h-50q-44 150 -158 253q-114 -103 -158 -253h-50q44 168 171 284q-147 110 -328 110q-148 0 -273.5 -73t-198 -198t-72.5 -273t72.5 -273t198 -198t273.5 -73q181 0 328 110 q-120 111 -165 264h50q46 -138 152 -233q106 95 152 233h50q-45 -153 -165 -264q147 -110 328 -110q148 0 273.5 73t198 198t72.5 273zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" />
 <glyph unicode="&#xf1f2;" horiz-adv-x="2304" d="M313 759q0 -51 -36 -84q-29 -26 -89 -26h-17v220h17q61 0 89 -27q36 -31 36 -83zM2089 824q0 -52 -64 -52h-19v101h20q63 0 63 -49zM380 759q0 74 -50 120.5t-129 46.5h-95v-333h95q74 0 119 38q60 51 60 128zM410 593h65v333h-65v-333zM730 694q0 40 -20.5 62t-75.5 42 q-29 10 -39.5 19t-10.5 23q0 16 13.5 26.5t34.5 10.5q29 0 53 -27l34 44q-41 37 -98 37q-44 0 -74 -27.5t-30 -67.5q0 -35 18 -55.5t64 -36.5q37 -13 45 -19q19 -12 19 -34q0 -20 -14 -33.5t-36 -13.5q-48 0 -71 44l-42 -40q44 -64 115 -64q51 0 83 30.5t32 79.5zM1008 604 v77q-37 -37 -78 -37q-49 0 -80.5 32.5t-31.5 82.5q0 48 31.5 81.5t77.5 33.5q43 0 81 -38v77q-40 20 -80 20q-74 0 -125.5 -50.5t-51.5 -123.5t51 -123.5t125 -50.5q42 0 81 19zM2240 0v527q-65 -40 -144.5 -84t-237.5 -117t-329.5 -137.5t-417.5 -134.5t-504 -118h1569 q26 0 45 19t19 45zM1389 757q0 75 -53 128t-128 53t-128 -53t-53 -128t53 -128t128 -53t128 53t53 128zM1541 584l144 342h-71l-90 -224l-89 224h-71l142 -342h35zM1714 593h184v56h-119v90h115v56h-115v74h119v57h-184v-333zM2105 593h80l-105 140q76 16 76 94q0 47 -31 73 t-87 26h-97v-333h65v133h9zM2304 1274v-1268q0 -56 -38.5 -95t-93.5 -39h-2040q-55 0 -93.5 39t-38.5 95v1268q0 56 38.5 95t93.5 39h2040q55 0 93.5 -39t38.5 -95z" />
 <glyph unicode="&#xf1f3;" horiz-adv-x="2304" d="M119 854h89l-45 108zM740 328l74 79l-70 79h-163v-49h142v-55h-142v-54h159zM898 406l99 -110v217zM1186 453q0 33 -40 33h-84v-69h83q41 0 41 36zM1475 457q0 29 -42 29h-82v-61h81q43 0 43 32zM1197 923q0 29 -42 29h-82v-60h81q43 0 43 31zM1656 854h89l-44 108z M699 1009v-271h-66v212l-94 -212h-57l-94 212v-212h-132l-25 60h-135l-25 -60h-70l116 271h96l110 -257v257h106l85 -184l77 184h108zM1255 453q0 -20 -5.5 -35t-14 -25t-22.5 -16.5t-26 -10t-31.5 -4.5t-31.5 -1t-32.5 0.5t-29.5 0.5v-91h-126l-80 90l-83 -90h-256v271h260 l80 -89l82 89h207q109 0 109 -89zM964 794v-56h-217v271h217v-57h-152v-49h148v-55h-148v-54h152zM2304 235v-229q0 -55 -38.5 -94.5t-93.5 -39.5h-2040q-55 0 -93.5 39.5t-38.5 94.5v678h111l25 61h55l25 -61h218v46l19 -46h113l20 47v-47h541v99l10 1q10 0 10 -14v-86h279 v23q23 -12 55 -18t52.5 -6.5t63 0.5t51.5 1l25 61h56l25 -61h227v58l34 -58h182v378h-180v-44l-25 44h-185v-44l-23 44h-249q-69 0 -109 -22v22h-172v-22q-24 22 -73 22h-628l-43 -97l-43 97h-198v-44l-22 44h-169l-78 -179v391q0 55 38.5 94.5t93.5 39.5h2040 q55 0 93.5 -39.5t38.5 -94.5v-678h-120q-51 0 -81 -22v22h-177q-55 0 -78 -22v22h-316v-22q-31 22 -87 22h-209v-22q-23 22 -91 22h-234l-54 -58l-50 58h-349v-378h343l55 59l52 -59h211v89h21q59 0 90 13v-102h174v99h8q8 0 10 -2t2 -10v-87h529q57 0 88 24v-24h168 q60 0 95 17zM1546 469q0 -23 -12 -43t-34 -29q25 -9 34 -26t9 -46v-54h-65v45q0 33 -12 43.5t-46 10.5h-69v-99h-65v271h154q48 0 77 -15t29 -58zM1269 936q0 -24 -12.5 -44t-33.5 -29q26 -9 34.5 -25.5t8.5 -46.5v-53h-65q0 9 0.5 26.5t0 25t-3 18.5t-8.5 16t-17.5 8.5 t-29.5 3.5h-70v-98h-64v271l153 -1q49 0 78 -14.5t29 -57.5zM1798 327v-56h-216v271h216v-56h-151v-49h148v-55h-148v-54zM1372 1009v-271h-66v271h66zM2065 357q0 -86 -102 -86h-126v58h126q34 0 34 25q0 16 -17 21t-41.5 5t-49.5 3.5t-42 22.5t-17 55q0 39 26 60t66 21 h130v-57h-119q-36 0 -36 -25q0 -16 17.5 -20.5t42 -4t49 -2.5t42 -21.5t17.5 -54.5zM2304 407v-101q-24 -35 -88 -35h-125v58h125q33 0 33 25q0 13 -12.5 19t-31 5.5t-40 2t-40 8t-31 24t-12.5 48.5q0 39 26.5 60t66.5 21h129v-57h-118q-36 0 -36 -25q0 -20 29 -22t68.5 -5 t56.5 -26zM2139 1008v-270h-92l-122 203v-203h-132l-26 60h-134l-25 -60h-75q-129 0 -129 133q0 138 133 138h63v-59q-7 0 -28 1t-28.5 0.5t-23 -2t-21.5 -6.5t-14.5 -13.5t-11.5 -23t-3 -33.5q0 -38 13.5 -58t49.5 -20h29l92 213h97l109 -256v256h99l114 -188v188h66z" />
-<glyph unicode="&#xf1f4;" horiz-adv-x="2304" d="M322 689h-15q-19 0 -19 18q0 28 19 85q5 15 15 19.5t28 4.5q77 0 77 -49q0 -41 -30.5 -59.5t-74.5 -18.5zM664 528q-47 0 -47 29q0 62 123 62l3 -3q-5 -88 -79 -88zM1438 687h-15q-19 0 -19 19q0 28 19 85q5 15 14.5 19t28.5 4q77 0 77 -49q0 -41 -30.5 -59.5 t-74.5 -18.5zM1780 527q-47 0 -47 30q0 62 123 62l3 -3q-5 -89 -79 -89zM373 894h-128q-8 0 -14.5 -4t-8.5 -7.5t-7 -12.5q-3 -7 -45 -190t-42 -192q0 -7 5.5 -12.5t13.5 -5.5h62q25 0 32.5 34.5l15 69t32.5 34.5q47 0 87.5 7.5t80.5 24.5t63.5 52.5t23.5 84.5 q0 36 -14.5 61t-41 36.5t-53.5 15.5t-62 4zM719 798q-38 0 -74 -6q-2 0 -8.5 -1t-9 -1.5l-7.5 -1.5t-7.5 -2t-6.5 -3t-6.5 -4t-5 -5t-4.5 -7t-4 -9q-9 -29 -9 -39t9 -10q5 0 21.5 5t19.5 6q30 8 58 8q74 0 74 -36q0 -11 -10 -14q-8 -2 -18 -3t-21.5 -1.5t-17.5 -1.5 q-38 -4 -64.5 -10t-56.5 -19.5t-45.5 -39t-15.5 -62.5q0 -38 26 -59.5t64 -21.5q24 0 45.5 6.5t33 13t38.5 23.5q-3 -7 -3 -15t5.5 -13.5t12.5 -5.5h56q1 1 7 3.5t7.5 3.5t5 3.5t5 5.5t2.5 8l45 194q4 13 4 30q0 81 -145 81zM1247 793h-74q-22 0 -39 -23q-5 -7 -29.5 -51 t-46.5 -81.5t-26 -38.5l-5 4q0 77 -27 166q-1 5 -3.5 8.5t-6 6.5t-6.5 5t-8.5 3t-8.5 1.5t-9.5 1t-9 0.5h-10h-8.5q-38 0 -38 -21l1 -5q5 -53 25 -151t25 -143q2 -16 2 -24q0 -19 -30.5 -61.5t-30.5 -58.5q0 -13 40 -13q61 0 76 25l245 415q10 20 10 26q0 9 -8 9zM1489 892 h-129q-18 0 -29 -23q-6 -13 -46.5 -191.5t-40.5 -190.5q0 -20 43 -20h7.5h9h9t9.5 1t8.5 2t8.5 3t6.5 4.5t5.5 6t3 8.5l21 91q2 10 10.5 17t19.5 7q47 0 87.5 7t80.5 24.5t63.5 52.5t23.5 84q0 36 -14.5 61t-41 36.5t-53.5 15.5t-62 4zM1835 798q-26 0 -74 -6 q-38 -6 -48 -16q-7 -8 -11 -19q-8 -24 -8 -39q0 -10 8 -10q1 0 41 12q30 8 58 8q74 0 74 -36q0 -12 -10 -14q-4 -1 -57 -7q-38 -4 -64.5 -10t-56.5 -19.5t-45.5 -39t-15.5 -62.5t26 -58.5t64 -21.5q24 0 45 6t34 13t38 24q-3 -15 -3 -16q0 -5 2 -8.5t6.5 -5.5t8 -3.5 t10.5 -2t9.5 -0.5h9.5h8q42 0 48 25l45 194q3 15 3 31q0 81 -145 81zM2157 889h-55q-25 0 -33 -40q-10 -44 -36.5 -167t-42.5 -190v-5q0 -16 16 -18h1h57q10 0 18.5 6.5t10.5 16.5l83 374h-1l1 5q0 7 -5.5 12.5t-13.5 5.5zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048 q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" />
+<glyph unicode="&#xf1f4;" horiz-adv-x="2304" d="M745 630q0 -37 -25.5 -61.5t-62.5 -24.5q-29 0 -46.5 16t-17.5 44q0 37 25 62.5t62 25.5q28 0 46.5 -16.5t18.5 -45.5zM1530 779q0 -42 -22 -57t-66 -15l-32 -1l17 107q2 11 13 11h18q22 0 35 -2t25 -12.5t12 -30.5zM1881 630q0 -36 -25.5 -61t-61.5 -25q-29 0 -47 16 t-18 44q0 37 25 62.5t62 25.5q28 0 46.5 -16.5t18.5 -45.5zM513 801q0 59 -38.5 85.5t-100.5 26.5h-160q-19 0 -21 -19l-65 -408q-1 -6 3 -11t10 -5h76q20 0 22 19l18 110q1 8 7 13t15 6.5t17 1.5t19 -1t14 -1q86 0 135 48.5t49 134.5zM822 489l41 261q1 6 -3 11t-10 5h-76 q-14 0 -17 -33q-27 40 -95 40q-72 0 -122.5 -54t-50.5 -127q0 -59 34.5 -94t92.5 -35q28 0 58 12t48 32q-4 -12 -4 -21q0 -16 13 -16h69q19 0 22 19zM1269 752q0 5 -4 9.5t-9 4.5h-77q-11 0 -18 -10l-106 -156l-44 150q-5 16 -22 16h-75q-5 0 -9 -4.5t-4 -9.5q0 -2 19.5 -59 t42 -123t23.5 -70q-82 -112 -82 -120q0 -13 13 -13h77q11 0 18 10l255 368q2 2 2 7zM1649 801q0 59 -38.5 85.5t-100.5 26.5h-159q-20 0 -22 -19l-65 -408q-1 -6 3 -11t10 -5h82q12 0 16 13l18 116q1 8 7 13t15 6.5t17 1.5t19 -1t14 -1q86 0 135 48.5t49 134.5zM1958 489 l41 261q1 6 -3 11t-10 5h-76q-14 0 -17 -33q-26 40 -95 40q-72 0 -122.5 -54t-50.5 -127q0 -59 34.5 -94t92.5 -35q29 0 59 12t47 32q0 -1 -2 -9t-2 -12q0 -16 13 -16h69q19 0 22 19zM2176 898v1q0 14 -13 14h-74q-11 0 -13 -11l-65 -416l-1 -2q0 -5 4 -9.5t10 -4.5h66 q19 0 21 19zM392 764q-5 -35 -26 -46t-60 -11l-33 -1l17 107q2 11 13 11h19q40 0 58 -11.5t12 -48.5zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" />
 <glyph unicode="&#xf1f5;" horiz-adv-x="2304" d="M1597 633q0 -69 -21 -106q-19 -35 -52 -35q-23 0 -41 9v224q29 30 57 30q57 0 57 -122zM2035 669h-110q6 98 56 98q51 0 54 -98zM476 534q0 59 -33 91.5t-101 57.5q-36 13 -52 24t-16 25q0 26 38 26q58 0 124 -33l18 112q-67 32 -149 32q-77 0 -123 -38q-48 -39 -48 -109 q0 -58 32.5 -90.5t99.5 -56.5q39 -14 54.5 -25.5t15.5 -27.5q0 -31 -48 -31q-29 0 -70 12.5t-72 30.5l-18 -113q72 -41 168 -41q81 0 129 37q51 41 51 117zM771 749l19 111h-96v135l-129 -21l-18 -114l-46 -8l-17 -103h62v-219q0 -84 44 -120q38 -30 111 -30q32 0 79 11v118 q-32 -7 -44 -7q-42 0 -42 50v197h77zM1087 724v139q-15 3 -28 3q-32 0 -55.5 -16t-33.5 -46l-10 56h-131v-471h150v306q26 31 82 31q16 0 26 -2zM1124 389h150v471h-150v-471zM1746 638q0 122 -45 179q-40 52 -111 52q-64 0 -117 -56l-8 47h-132v-645l150 25v151 q36 -11 68 -11q83 0 134 56q61 65 61 202zM1278 986q0 33 -23 56t-56 23t-56 -23t-23 -56t23 -56.5t56 -23.5t56 23.5t23 56.5zM2176 629q0 113 -48 176q-50 64 -144 64q-96 0 -151.5 -66t-55.5 -180q0 -128 63 -188q55 -55 161 -55q101 0 160 40l-16 103q-57 -31 -128 -31 q-43 0 -63 19q-23 19 -28 66h248q2 14 2 52zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" />
 <glyph unicode="&#xf1f6;" horiz-adv-x="2048" d="M1558 684q61 -356 298 -556q0 -52 -38 -90t-90 -38h-448q0 -106 -75 -181t-181 -75t-180.5 74.5t-75.5 180.5zM1024 -176q16 0 16 16t-16 16q-59 0 -101.5 42.5t-42.5 101.5q0 16 -16 16t-16 -16q0 -73 51.5 -124.5t124.5 -51.5zM2026 1424q8 -10 7.5 -23.5t-10.5 -22.5 l-1872 -1622q-10 -8 -23.5 -7t-21.5 11l-84 96q-8 10 -7.5 23.5t10.5 21.5l186 161q-19 32 -19 66q50 42 91 88t85 119.5t74.5 158.5t50 206t19.5 260q0 152 117 282.5t307 158.5q-8 19 -8 39q0 40 28 68t68 28t68 -28t28 -68q0 -20 -8 -39q124 -18 219 -82.5t148 -157.5 l418 363q10 8 23.5 7t21.5 -11z" />
 <glyph unicode="&#xf1f7;" horiz-adv-x="2048" d="M1040 -160q0 16 -16 16q-59 0 -101.5 42.5t-42.5 101.5q0 16 -16 16t-16 -16q0 -73 51.5 -124.5t124.5 -51.5q16 0 16 16zM503 315l877 760q-42 88 -132.5 146.5t-223.5 58.5q-93 0 -169.5 -31.5t-121.5 -80.5t-69 -103t-24 -105q0 -384 -137 -645zM1856 128 q0 -52 -38 -90t-90 -38h-448q0 -106 -75 -181t-181 -75t-180.5 74.5t-75.5 180.5l149 129h757q-166 187 -227 459l111 97q61 -356 298 -556zM1942 1520l84 -96q8 -10 7.5 -23.5t-10.5 -22.5l-1872 -1622q-10 -8 -23.5 -7t-21.5 11l-84 96q-8 10 -7.5 23.5t10.5 21.5l186 161 q-19 32 -19 66q50 42 91 88t85 119.5t74.5 158.5t50 206t19.5 260q0 152 117 282.5t307 158.5q-8 19 -8 39q0 40 28 68t68 28t68 -28t28 -68q0 -20 -8 -39q124 -18 219 -82.5t148 -157.5l418 363q10 8 23.5 7t21.5 -11z" />
@@ -523,7 +523,7 @@
 <glyph unicode="&#xf215;" horiz-adv-x="2048" d="M863 504q0 112 -79.5 191.5t-191.5 79.5t-191 -79.5t-79 -191.5t79 -191t191 -79t191.5 79t79.5 191zM1726 505q0 112 -79 191t-191 79t-191.5 -79t-79.5 -191q0 -113 79.5 -192t191.5 -79t191 79.5t79 191.5zM2048 1314v-1348q0 -44 -31.5 -75.5t-76.5 -31.5h-1832 q-45 0 -76.5 31.5t-31.5 75.5v1348q0 44 31.5 75.5t76.5 31.5h431q44 0 76 -31.5t32 -75.5v-161h754v161q0 44 32 75.5t76 31.5h431q45 0 76.5 -31.5t31.5 -75.5z" />
 <glyph unicode="&#xf216;" horiz-adv-x="2048" d="M1430 953zM1690 749q148 0 253 -98.5t105 -244.5q0 -157 -109 -261.5t-267 -104.5q-85 0 -162 27.5t-138 73.5t-118 106t-109 126.5t-103.5 132.5t-108.5 126t-117 106t-136 73.5t-159 27.5q-154 0 -251.5 -91.5t-97.5 -244.5q0 -157 104 -250t263 -93q100 0 208 37.5 t193 98.5q5 4 21 18.5t30 24t22 9.5q14 0 24.5 -10.5t10.5 -24.5q0 -24 -60 -77q-101 -88 -234.5 -142t-260.5 -54q-133 0 -245.5 58t-180 165t-67.5 241q0 205 141.5 341t347.5 136q120 0 226.5 -43.5t185.5 -113t151.5 -153t139 -167.5t133.5 -153.5t149.5 -113 t172.5 -43.5q102 0 168.5 61.5t66.5 162.5q0 95 -64.5 159t-159.5 64q-30 0 -81.5 -18.5t-68.5 -18.5q-20 0 -35.5 15t-15.5 35q0 18 8.5 57t8.5 59q0 159 -107.5 263t-266.5 104q-58 0 -111.5 -18.5t-84 -40.5t-55.5 -40.5t-33 -18.5q-15 0 -25.5 10.5t-10.5 25.5 q0 19 25 46q59 67 147 103.5t182 36.5q191 0 318 -125.5t127 -315.5q0 -37 -4 -66q57 15 115 15z" />
 <glyph unicode="&#xf217;" horiz-adv-x="1664" d="M1216 832q0 26 -19 45t-45 19h-128v128q0 26 -19 45t-45 19t-45 -19t-19 -45v-128h-128q-26 0 -45 -19t-19 -45t19 -45t45 -19h128v-128q0 -26 19 -45t45 -19t45 19t19 45v128h128q26 0 45 19t19 45zM640 0q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5 t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1536 0q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1664 1088v-512q0 -24 -16 -42.5t-41 -21.5l-1044 -122q1 -7 4.5 -21.5t6 -26.5t2.5 -22q0 -16 -24 -64h920 q26 0 45 -19t19 -45t-19 -45t-45 -19h-1024q-26 0 -45 19t-19 45q0 14 11 39.5t29.5 59.5t20.5 38l-177 823h-204q-26 0 -45 19t-19 45t19 45t45 19h256q16 0 28.5 -6.5t20 -15.5t13 -24.5t7.5 -26.5t5.5 -29.5t4.5 -25.5h1201q26 0 45 -19t19 -45z" />
-<glyph unicode="&#xf218;" horiz-adv-x="1792" d="M1280 832q0 26 -19 45t-45 19t-45 -19l-147 -146v293q0 26 -19 45t-45 19t-45 -19t-19 -45v-293l-147 146q-19 19 -45 19t-45 -19t-19 -45t19 -45l256 -256q19 -19 45 -19t45 19l256 256q19 19 19 45zM640 0q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5 t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1536 0q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1664 1088v-512q0 -24 -16 -42.5t-41 -21.5l-1044 -122q1 -7 4.5 -21.5t6 -26.5t2.5 -22q0 -16 -24 -64h920 q26 0 45 -19t19 -45t-19 -45t-45 -19h-1024q-26 0 -45 19t-19 45q0 14 11 39.5t29.5 59.5t20.5 38l-177 823h-204q-26 0 -45 19t-19 45t19 45t45 19h256q16 0 28.5 -6.5t20 -15.5t13 -24.5t7.5 -26.5t5.5 -29.5t4.5 -25.5h1201q26 0 45 -19t19 -45z" />
+<glyph unicode="&#xf218;" horiz-adv-x="1664" d="M1280 832q0 26 -19 45t-45 19t-45 -19l-147 -146v293q0 26 -19 45t-45 19t-45 -19t-19 -45v-293l-147 146q-19 19 -45 19t-45 -19t-19 -45t19 -45l256 -256q19 -19 45 -19t45 19l256 256q19 19 19 45zM640 0q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5 t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1536 0q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1664 1088v-512q0 -24 -16 -42.5t-41 -21.5l-1044 -122q1 -7 4.5 -21.5t6 -26.5t2.5 -22q0 -16 -24 -64h920 q26 0 45 -19t19 -45t-19 -45t-45 -19h-1024q-26 0 -45 19t-19 45q0 14 11 39.5t29.5 59.5t20.5 38l-177 823h-204q-26 0 -45 19t-19 45t19 45t45 19h256q16 0 28.5 -6.5t20 -15.5t13 -24.5t7.5 -26.5t5.5 -29.5t4.5 -25.5h1201q26 0 45 -19t19 -45z" />
 <glyph unicode="&#xf219;" horiz-adv-x="2048" d="M212 768l623 -665l-300 665h-323zM1024 -4l349 772h-698zM538 896l204 384h-262l-288 -384h346zM1213 103l623 665h-323zM683 896h682l-204 384h-274zM1510 896h346l-288 384h-262zM1651 1382l384 -512q14 -18 13 -41.5t-17 -40.5l-960 -1024q-18 -20 -47 -20t-47 20 l-960 1024q-16 17 -17 40.5t13 41.5l384 512q18 26 51 26h1152q33 0 51 -26z" />
 <glyph unicode="&#xf21a;" horiz-adv-x="2048" d="M1811 -19q19 19 45 19t45 -19l128 -128l-90 -90l-83 83l-83 -83q-18 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83 q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-128 128l90 90l83 -83l83 83q19 19 45 19t45 -19l83 -83l83 83q19 19 45 19t45 -19l83 -83l83 83q19 19 45 19t45 -19l83 -83l83 83q19 19 45 19t45 -19l83 -83l83 83q19 19 45 19t45 -19l83 -83l83 83 q19 19 45 19t45 -19l83 -83zM237 19q-19 -19 -45 -19t-45 19l-128 128l90 90l83 -82l83 82q19 19 45 19t45 -19l83 -82l64 64v293l-210 314q-17 26 -7 56.5t40 40.5l177 58v299h128v128h256v128h256v-128h256v-128h128v-299l177 -58q30 -10 40 -40.5t-7 -56.5l-210 -314 v-293l19 18q19 19 45 19t45 -19l83 -82l83 82q19 19 45 19t45 -19l128 -128l-90 -90l-83 83l-83 -83q-18 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83 q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83zM640 1152v-128l384 128l384 -128v128h-128v128h-512v-128h-128z" />
 <glyph unicode="&#xf21b;" d="M576 0l96 448l-96 128l-128 64zM832 0l128 640l-128 -64l-96 -128zM992 1010q-2 4 -4 6q-10 8 -96 8q-70 0 -167 -19q-7 -2 -21 -2t-21 2q-97 19 -167 19q-86 0 -96 -8q-2 -2 -4 -6q2 -18 4 -27q2 -3 7.5 -6.5t7.5 -10.5q2 -4 7.5 -20.5t7 -20.5t7.5 -17t8.5 -17t9 -14 t12 -13.5t14 -9.5t17.5 -8t20.5 -4t24.5 -2q36 0 59 12.5t32.5 30t14.5 34.5t11.5 29.5t17.5 12.5h12q11 0 17.5 -12.5t11.5 -29.5t14.5 -34.5t32.5 -30t59 -12.5q13 0 24.5 2t20.5 4t17.5 8t14 9.5t12 13.5t9 14t8.5 17t7.5 17t7 20.5t7.5 20.5q2 7 7.5 10.5t7.5 6.5 q2 9 4 27zM1408 131q0 -121 -73 -190t-194 -69h-874q-121 0 -194 69t-73 190q0 61 4.5 118t19 125.5t37.5 123.5t63.5 103.5t93.5 74.5l-90 220h214q-22 64 -22 128q0 12 2 32q-194 40 -194 96q0 57 210 99q17 62 51.5 134t70.5 114q32 37 76 37q30 0 84 -31t84 -31t84 31 t84 31q44 0 76 -37q36 -42 70.5 -114t51.5 -134q210 -42 210 -99q0 -56 -194 -96q7 -81 -20 -160h214l-82 -225q63 -33 107.5 -96.5t65.5 -143.5t29 -151.5t8 -148.5z" />
@@ -531,18 +531,18 @@
 <glyph unicode="&#xf21d;" d="M1408 0q0 -63 -61.5 -113.5t-164 -81t-225 -46t-253.5 -15.5t-253.5 15.5t-225 46t-164 81t-61.5 113.5q0 49 33 88.5t91 66.5t118 44.5t131 29.5q26 5 48 -10.5t26 -41.5q5 -26 -10.5 -48t-41.5 -26q-58 -10 -106 -23.5t-76.5 -25.5t-48.5 -23.5t-27.5 -19.5t-8.5 -12 q3 -11 27 -26.5t73 -33t114 -32.5t160.5 -25t201.5 -10t201.5 10t160.5 25t114 33t73 33.5t27 27.5q-1 4 -8.5 11t-27.5 19t-48.5 23.5t-76.5 25t-106 23.5q-26 4 -41.5 26t-10.5 48q4 26 26 41.5t48 10.5q71 -12 131 -29.5t118 -44.5t91 -66.5t33 -88.5zM1024 896v-384 q0 -26 -19 -45t-45 -19h-64v-384q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v384h-64q-26 0 -45 19t-19 45v384q0 53 37.5 90.5t90.5 37.5h384q53 0 90.5 -37.5t37.5 -90.5zM928 1280q0 -93 -65.5 -158.5t-158.5 -65.5t-158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5 t158.5 -65.5t65.5 -158.5z" />
 <glyph unicode="&#xf21e;" horiz-adv-x="1792" d="M1280 512h305q-5 -6 -10 -10.5t-9 -7.5l-3 -4l-623 -600q-18 -18 -44 -18t-44 18l-624 602q-5 2 -21 20h369q22 0 39.5 13.5t22.5 34.5l70 281l190 -667q6 -20 23 -33t39 -13q21 0 38 13t23 33l146 485l56 -112q18 -35 57 -35zM1792 940q0 -145 -103 -300h-369l-111 221 q-8 17 -25.5 27t-36.5 8q-45 -5 -56 -46l-129 -430l-196 686q-6 20 -23.5 33t-39.5 13t-39 -13.5t-22 -34.5l-116 -464h-423q-103 155 -103 300q0 220 127 344t351 124q62 0 126.5 -21.5t120 -58t95.5 -68.5t76 -68q36 36 76 68t95.5 68.5t120 58t126.5 21.5q224 0 351 -124 t127 -344z" />
 <glyph unicode="&#xf221;" horiz-adv-x="1280" d="M1152 960q0 -221 -147.5 -384.5t-364.5 -187.5v-260h224q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-224v-224q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v224h-224q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h224v260q-150 16 -271.5 103t-186 224t-52.5 292 q11 134 80.5 249t182 188t245.5 88q170 19 319 -54t236 -212t87 -306zM128 960q0 -185 131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5z" />
-<glyph unicode="&#xf222;" horiz-adv-x="1792" d="M1280 1504q0 14 9 23t23 9h416q26 0 45 -19t19 -45v-416q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v262l-419 -420q87 -104 129.5 -236.5t30.5 -276.5q-22 -250 -200.5 -431t-428.5 -206q-163 -17 -314 39.5t-256.5 162t-162 256.5t-39.5 314q25 250 206 428.5 t431 200.5q144 12 276.5 -30.5t236.5 -129.5l419 419h-261q-14 0 -23 9t-9 23v64zM704 -128q117 0 223.5 45.5t184 123t123 184t45.5 223.5t-45.5 223.5t-123 184t-184 123t-223.5 45.5t-223.5 -45.5t-184 -123t-123 -184t-45.5 -223.5t45.5 -223.5t123 -184t184 -123 t223.5 -45.5z" />
+<glyph unicode="&#xf222;" d="M1472 1408q26 0 45 -19t19 -45v-416q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v262l-382 -383q126 -156 126 -359q0 -117 -45.5 -223.5t-123 -184t-184 -123t-223.5 -45.5t-223.5 45.5t-184 123t-123 184t-45.5 223.5t45.5 223.5t123 184t184 123t223.5 45.5 q203 0 359 -126l382 382h-261q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h416zM576 0q185 0 316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
 <glyph unicode="&#xf223;" horiz-adv-x="1280" d="M830 1220q145 -72 233.5 -210.5t88.5 -305.5q0 -221 -147.5 -384.5t-364.5 -187.5v-132h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96v-96q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v96h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96v132q-217 24 -364.5 187.5 t-147.5 384.5q0 167 88.5 305.5t233.5 210.5q-165 96 -228 273q-6 16 3.5 29.5t26.5 13.5h69q21 0 29 -20q44 -106 140 -171t214 -65t214 65t140 171q8 20 37 20h61q17 0 26.5 -13.5t3.5 -29.5q-63 -177 -228 -273zM576 256q185 0 316.5 131.5t131.5 316.5t-131.5 316.5 t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
 <glyph unicode="&#xf224;" d="M1024 1504q0 14 9 23t23 9h288q26 0 45 -19t19 -45v-288q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v134l-254 -255q126 -158 126 -359q0 -221 -147.5 -384.5t-364.5 -187.5v-132h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96v-96q0 -14 -9 -23t-23 -9h-64 q-14 0 -23 9t-9 23v96h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96v132q-149 16 -270.5 103t-186.5 223.5t-53 291.5q16 204 160 353.5t347 172.5q118 14 228 -19t198 -103l255 254h-134q-14 0 -23 9t-9 23v64zM576 256q185 0 316.5 131.5t131.5 316.5t-131.5 316.5 t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
 <glyph unicode="&#xf225;" horiz-adv-x="1792" d="M1280 1504q0 14 9 23t23 9h288q26 0 45 -19t19 -45v-288q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v134l-254 -255q126 -158 126 -359q0 -221 -147.5 -384.5t-364.5 -187.5v-132h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96v-96q0 -14 -9 -23t-23 -9h-64 q-14 0 -23 9t-9 23v96h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96v132q-217 24 -364.5 187.5t-147.5 384.5q0 201 126 359l-52 53l-101 -111q-9 -10 -22 -10.5t-23 7.5l-48 44q-10 8 -10.5 21.5t8.5 23.5l105 115l-111 112v-134q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9 t-9 23v288q0 26 19 45t45 19h288q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-133l106 -107l86 94q9 10 22 10.5t23 -7.5l48 -44q10 -8 10.5 -21.5t-8.5 -23.5l-90 -99l57 -56q158 126 359 126t359 -126l255 254h-134q-14 0 -23 9t-9 23v64zM832 256q185 0 316.5 131.5 t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
 <glyph unicode="&#xf226;" horiz-adv-x="1792" d="M1790 1007q12 -155 -52.5 -292t-186 -224t-271.5 -103v-260h224q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-224v-224q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v224h-512v-224q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v224h-224q-14 0 -23 9t-9 23v64q0 14 9 23 t23 9h224v260q-150 16 -271.5 103t-186 224t-52.5 292q17 206 164.5 356.5t352.5 169.5q206 21 377 -94q171 115 377 94q205 -19 352.5 -169.5t164.5 -356.5zM896 647q128 131 128 313t-128 313q-128 -131 -128 -313t128 -313zM576 512q115 0 218 57q-154 165 -154 391 q0 224 154 391q-103 57 -218 57q-185 0 -316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5zM1152 128v260q-137 15 -256 94q-119 -79 -256 -94v-260h512zM1216 512q185 0 316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5q-115 0 -218 -57q154 -167 154 -391 q0 -226 -154 -391q103 -57 218 -57z" />
 <glyph unicode="&#xf227;" horiz-adv-x="1920" d="M1536 1120q0 14 9 23t23 9h288q26 0 45 -19t19 -45v-288q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v134l-254 -255q76 -95 107.5 -214t9.5 -247q-31 -182 -166 -312t-318 -156q-210 -29 -384.5 80t-241.5 300q-117 6 -221 57.5t-177.5 133t-113.5 192.5t-32 230 q9 135 78 252t182 191.5t248 89.5q118 14 227.5 -19t198.5 -103l255 254h-134q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h288q26 0 45 -19t19 -45v-288q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v134l-254 -255q59 -74 93 -169q182 -9 328 -124l255 254h-134q-14 0 -23 9 t-9 23v64zM1024 704q0 20 -4 58q-162 -25 -271 -150t-109 -292q0 -20 4 -58q162 25 271 150t109 292zM128 704q0 -168 111 -294t276 -149q-3 29 -3 59q0 210 135 369.5t338 196.5q-53 120 -163.5 193t-245.5 73q-185 0 -316.5 -131.5t-131.5 -316.5zM1088 -128 q185 0 316.5 131.5t131.5 316.5q0 168 -111 294t-276 149q3 -29 3 -59q0 -210 -135 -369.5t-338 -196.5q53 -120 163.5 -193t245.5 -73z" />
 <glyph unicode="&#xf228;" horiz-adv-x="2048" d="M1664 1504q0 14 9 23t23 9h288q26 0 45 -19t19 -45v-288q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v134l-254 -255q76 -95 107.5 -214t9.5 -247q-32 -180 -164.5 -310t-313.5 -157q-223 -34 -409 90q-117 -78 -256 -93v-132h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23 t-23 -9h-96v-96q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v96h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96v132q-155 17 -279.5 109.5t-187 237.5t-39.5 307q25 187 159.5 322.5t320.5 164.5q224 34 410 -90q146 97 320 97q201 0 359 -126l255 254h-134q-14 0 -23 9 t-9 23v64zM896 391q128 131 128 313t-128 313q-128 -131 -128 -313t128 -313zM128 704q0 -185 131.5 -316.5t316.5 -131.5q117 0 218 57q-154 167 -154 391t154 391q-101 57 -218 57q-185 0 -316.5 -131.5t-131.5 -316.5zM1216 256q185 0 316.5 131.5t131.5 316.5 t-131.5 316.5t-316.5 131.5q-117 0 -218 -57q154 -167 154 -391t-154 -391q101 -57 218 -57z" />
-<glyph unicode="&#xf229;" horiz-adv-x="1792" d="M1728 1536q26 0 45 -19t19 -45v-416q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v262l-229 -230l156 -156q9 -10 9 -23t-9 -22l-46 -46q-9 -9 -22 -9t-23 9l-156 157l-99 -100q87 -104 129.5 -236.5t30.5 -276.5q-22 -250 -200.5 -431t-428.5 -206q-163 -17 -314 39.5 t-256.5 162t-162 256.5t-39.5 314q25 250 206 428.5t431 200.5q144 12 276.5 -30.5t236.5 -129.5l99 99l-156 156q-9 10 -9 23t9 22l46 46q9 9 22 9t23 -9l156 -156l229 229h-261q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h416zM1280 448q0 117 -45.5 223.5t-123 184t-184 123 t-223.5 45.5t-223.5 -45.5t-184 -123t-123 -184t-45.5 -223.5t45.5 -223.5t123 -184t184 -123t223.5 -45.5t223.5 45.5t184 123t123 184t45.5 223.5z" />
+<glyph unicode="&#xf229;" d="M1472 1408q26 0 45 -19t19 -45v-416q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v262l-213 -214l140 -140q9 -10 9 -23t-9 -22l-46 -46q-9 -9 -22 -9t-23 9l-140 141l-78 -79q126 -156 126 -359q0 -117 -45.5 -223.5t-123 -184t-184 -123t-223.5 -45.5t-223.5 45.5 t-184 123t-123 184t-45.5 223.5t45.5 223.5t123 184t184 123t223.5 45.5q203 0 359 -126l78 78l-172 172q-9 10 -9 23t9 22l46 46q9 9 22 9t23 -9l172 -172l213 213h-261q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h416zM576 0q185 0 316.5 131.5t131.5 316.5t-131.5 316.5 t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
 <glyph unicode="&#xf22a;" horiz-adv-x="1280" d="M640 892q217 -24 364.5 -187.5t147.5 -384.5q0 -167 -87 -306t-236 -212t-319 -54q-133 15 -245.5 88t-182 188t-80.5 249q-12 155 52.5 292t186 224t271.5 103v132h-160q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h160v165l-92 -92q-10 -9 -23 -9t-22 9l-46 46q-9 9 -9 22 t9 23l202 201q19 19 45 19t45 -19l202 -201q9 -10 9 -23t-9 -22l-46 -46q-9 -9 -22 -9t-23 9l-92 92v-165h160q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-160v-132zM576 -128q185 0 316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5 t131.5 -316.5t316.5 -131.5z" />
-<glyph unicode="&#xf22b;" horiz-adv-x="2048" d="M2029 685q19 -19 19 -45t-19 -45l-294 -294q-9 -10 -22.5 -10t-22.5 10l-45 45q-10 9 -10 22.5t10 22.5l185 185h-294v-224q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v224h-131q-12 -119 -67 -226t-139 -183.5t-196.5 -121.5t-234.5 -45q-180 0 -330.5 91t-234.5 247 t-74 337q8 162 94 300t226.5 219.5t302.5 85.5q166 4 310.5 -71.5t235.5 -208.5t107 -296h131v224q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-224h294l-185 185q-10 9 -10 22.5t10 22.5l45 45q9 10 22.5 10t22.5 -10zM640 128q104 0 198.5 40.5t163.5 109.5t109.5 163.5 t40.5 198.5t-40.5 198.5t-109.5 163.5t-163.5 109.5t-198.5 40.5t-198.5 -40.5t-163.5 -109.5t-109.5 -163.5t-40.5 -198.5t40.5 -198.5t109.5 -163.5t163.5 -109.5t198.5 -40.5z" />
+<glyph unicode="&#xf22b;" horiz-adv-x="2048" d="M1901 621q19 -19 19 -45t-19 -45l-294 -294q-9 -10 -22.5 -10t-22.5 10l-45 45q-10 9 -10 22.5t10 22.5l185 185h-294v-224q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v224h-132q-24 -217 -187.5 -364.5t-384.5 -147.5q-167 0 -306 87t-212 236t-54 319q15 133 88 245.5 t188 182t249 80.5q155 12 292 -52.5t224 -186t103 -271.5h132v224q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-224h294l-185 185q-10 9 -10 22.5t10 22.5l45 45q9 10 22.5 10t22.5 -10zM576 128q185 0 316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5 t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
 <glyph unicode="&#xf22c;" horiz-adv-x="1280" d="M1152 960q0 -221 -147.5 -384.5t-364.5 -187.5v-612q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v612q-217 24 -364.5 187.5t-147.5 384.5q0 117 45.5 223.5t123 184t184 123t223.5 45.5t223.5 -45.5t184 -123t123 -184t45.5 -223.5zM576 512q185 0 316.5 131.5 t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
-<glyph unicode="&#xf22d;" horiz-adv-x="1792" />
+<glyph unicode="&#xf22d;" horiz-adv-x="1280" d="M1024 576q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5zM1152 576q0 -117 -45.5 -223.5t-123 -184t-184 -123t-223.5 -45.5t-223.5 45.5t-184 123t-123 184t-45.5 223.5t45.5 223.5t123 184t184 123 t223.5 45.5t223.5 -45.5t184 -123t123 -184t45.5 -223.5z" />
 <glyph unicode="&#xf22e;" horiz-adv-x="1792" />
 <glyph unicode="&#xf22f;" horiz-adv-x="1792" />
 <glyph unicode="&#xf230;" d="M1451 1408q35 0 60 -25t25 -60v-1366q0 -35 -25 -60t-60 -25h-391v595h199l30 232h-229v148q0 56 23.5 84t91.5 28l122 1v207q-63 9 -178 9q-136 0 -217.5 -80t-81.5 -226v-171h-200v-232h200v-595h-735q-35 0 -60 25t-25 60v1366q0 35 25 60t60 25h1366z" />
@@ -555,11 +555,101 @@
 <glyph unicode="&#xf237;" d="M1536 1536l-192 -448h192v-192h-274l-55 -128h329v-192h-411l-357 -832l-357 832h-411v192h329l-55 128h-274v192h192l-192 448h256l323 -768h378l323 768h256zM768 320l108 256h-216z" />
 <glyph unicode="&#xf238;" d="M1088 1536q185 0 316.5 -93.5t131.5 -226.5v-896q0 -130 -125.5 -222t-305.5 -97l213 -202q16 -15 8 -35t-30 -20h-1056q-22 0 -30 20t8 35l213 202q-180 5 -305.5 97t-125.5 222v896q0 133 131.5 226.5t316.5 93.5h640zM768 192q80 0 136 56t56 136t-56 136t-136 56 t-136 -56t-56 -136t56 -136t136 -56zM1344 768v512h-1152v-512h1152z" />
 <glyph unicode="&#xf239;" d="M1088 1536q185 0 316.5 -93.5t131.5 -226.5v-896q0 -130 -125.5 -222t-305.5 -97l213 -202q16 -15 8 -35t-30 -20h-1056q-22 0 -30 20t8 35l213 202q-180 5 -305.5 97t-125.5 222v896q0 133 131.5 226.5t316.5 93.5h640zM288 224q66 0 113 47t47 113t-47 113t-113 47 t-113 -47t-47 -113t47 -113t113 -47zM704 768v512h-544v-512h544zM1248 224q66 0 113 47t47 113t-47 113t-113 47t-113 -47t-47 -113t47 -113t113 -47zM1408 768v512h-576v-512h576z" />
-<glyph unicode="&#xf23a;" horiz-adv-x="1792" d="M1792 204v-209h-642v209h134v926h-6l-314 -1135h-243l-310 1135h-8v-926h135v-209h-538v209h69q21 0 43 19.5t22 37.5v881q0 18 -22 40t-43 22h-69v209h672l221 -821h6l223 821h670v-209h-71q-19 0 -41 -22t-22 -40v-881q0 -18 21.5 -37.5t41.5 -19.5h71z" />
-<glyph unicode="&#xf23b;" horiz-adv-x="1792" />
-<glyph unicode="&#xf23c;" horiz-adv-x="1792" />
-<glyph unicode="&#xf23d;" horiz-adv-x="1792" />
-<glyph unicode="&#xf23e;" horiz-adv-x="1792" />
+<glyph unicode="&#xf23a;" horiz-adv-x="1792" d="M597 1115v-1173q0 -25 -12.5 -42.5t-36.5 -17.5q-17 0 -33 8l-465 233q-21 10 -35.5 33.5t-14.5 46.5v1140q0 20 10 34t29 14q14 0 44 -15l511 -256q3 -3 3 -5zM661 1014l534 -866l-534 266v600zM1792 996v-1054q0 -25 -14 -40.5t-38 -15.5t-47 13l-441 220zM1789 1116 q0 -3 -256.5 -419.5t-300.5 -487.5l-390 634l324 527q17 28 52 28q14 0 26 -6l541 -270q4 -2 4 -6z" />
+<glyph unicode="&#xf23b;" d="M809 532l266 499h-112l-157 -312q-24 -48 -44 -92l-42 92l-155 312h-120l263 -493v-324h101v318zM1536 1408v-1536h-1536v1536h1536z" />
+<glyph unicode="&#xf23c;" horiz-adv-x="2296" d="M478 -139q-8 -16 -27 -34.5t-37 -25.5q-25 -9 -51.5 3.5t-28.5 31.5q-1 22 40 55t68 38q23 4 34 -21.5t2 -46.5zM1819 -139q7 -16 26 -34.5t38 -25.5q25 -9 51.5 3.5t27.5 31.5q2 22 -39.5 55t-68.5 38q-22 4 -33 -21.5t-2 -46.5zM1867 -30q13 -27 56.5 -59.5t77.5 -41.5 q45 -13 82 4.5t37 50.5q0 46 -67.5 100.5t-115.5 59.5q-40 5 -63.5 -37.5t-6.5 -76.5zM428 -30q-13 -27 -56 -59.5t-77 -41.5q-45 -13 -82 4.5t-37 50.5q0 46 67.5 100.5t115.5 59.5q40 5 63 -37.5t6 -76.5zM1158 1094h1q-41 0 -76 -15q27 -8 44 -30.5t17 -49.5 q0 -35 -27 -60t-65 -25q-52 0 -80 43q-5 -23 -5 -42q0 -74 56 -126.5t135 -52.5q80 0 136 52.5t56 126.5t-56 126.5t-136 52.5zM1462 1312q-99 109 -220.5 131.5t-245.5 -44.5q27 60 82.5 96.5t118 39.5t121.5 -17t99.5 -74.5t44.5 -131.5zM2212 73q8 -11 -11 -42 q7 -23 7 -40q1 -56 -44.5 -112.5t-109.5 -91.5t-118 -37q-48 -2 -92 21.5t-66 65.5q-687 -25 -1259 0q-23 -41 -66.5 -65t-92.5 -22q-86 3 -179.5 80.5t-92.5 160.5q2 22 7 40q-19 31 -11 42q6 10 31 1q14 22 41 51q-7 29 2 38q11 10 39 -4q29 20 59 34q0 29 13 37 q23 12 51 -16q35 5 61 -2q18 -4 38 -19v73q-11 0 -18 2q-53 10 -97 44.5t-55 87.5q-9 38 0 81q15 62 93 95q2 17 19 35.5t36 23.5t33 -7.5t19 -30.5h13q46 -5 60 -23q3 -3 5 -7q10 1 30.5 3.5t30.5 3.5q-15 11 -30 17q-23 40 -91 43q0 6 1 10q-62 2 -118.5 18.5t-84.5 47.5 q-32 36 -42.5 92t-2.5 112q16 126 90 179q23 16 52 4.5t32 -40.5q0 -1 1.5 -14t2.5 -21t3 -20t5.5 -19t8.5 -10q27 -14 76 -12q48 46 98 74q-40 4 -162 -14l47 46q61 58 163 111q145 73 282 86q-20 8 -41 15.5t-47 14t-42.5 10.5t-47.5 11t-43 10q595 126 904 -139 q98 -84 158 -222q85 -10 121 9h1q5 3 8.5 10t5.5 19t3 19.5t3 21.5l1 14q3 28 32 40t52 -5q73 -52 91 -178q7 -57 -3.5 -113t-42.5 -91q-28 -32 -83.5 -48.5t-115.5 -18.5v-10q-71 -2 -95 -43q-14 -5 -31 -17q11 -1 32 -3.5t30 -3.5q1 4 5 8q16 18 60 23h13q5 18 19 30t33 8 t36 -23t19 -36q79 -32 93 -95q9 -40 1 -81q-12 -53 -56 -88t-97 -44q-10 -2 -17 -2q0 -49 -1 -73q20 15 38 19q26 7 61 2q28 28 51 16q14 -9 14 -37q33 -16 59 -34q27 13 38 4q10 -10 2 -38q28 -30 41 -51q23 8 31 -1zM1937 1025q0 -29 -9 -54q82 -32 112 -132 q4 37 -9.5 98.5t-41.5 90.5q-20 19 -36 17t-16 -20zM1859 925q35 -42 47.5 -108.5t-0.5 -124.5q67 13 97 45q13 14 18 28q-3 64 -31 114.5t-79 66.5q-15 -15 -52 -21zM1822 921q-30 0 -44 1q42 -115 53 -239q21 0 43 3q16 68 1 135t-53 100zM258 839q30 100 112 132 q-9 25 -9 54q0 18 -16.5 20t-35.5 -17q-28 -29 -41.5 -90.5t-9.5 -98.5zM294 737q29 -31 97 -45q-13 58 -0.5 124.5t47.5 108.5v0q-37 6 -52 21q-51 -16 -78.5 -66t-31.5 -115q9 -17 18 -28zM471 683q14 124 73 235q-19 -4 -55 -18l-45 -19v1q-46 -89 -20 -196q25 -3 47 -3z M1434 644q8 -38 16.5 -108.5t11.5 -89.5q3 -18 9.5 -21.5t23.5 4.5q40 20 62 85.5t23 125.5q-24 2 -146 4zM1152 1285q-116 0 -199 -82.5t-83 -198.5q0 -117 83 -199.5t199 -82.5t199 82.5t83 199.5q0 116 -83 198.5t-199 82.5zM1380 646q-106 2 -211 0v1q-1 -27 2.5 -86 t13.5 -66q29 -14 93.5 -14.5t95.5 10.5q9 3 11 39t-0.5 69.5t-4.5 46.5zM1112 447q8 4 9.5 48t-0.5 88t-4 63v1q-212 -3 -214 -3q-4 -20 -7 -62t0 -83t14 -46q34 -15 101 -16t101 10zM718 636q-16 -59 4.5 -118.5t77.5 -84.5q15 -8 24 -5t12 21q3 16 8 90t10 103 q-69 -2 -136 -6zM591 510q3 -23 -34 -36q132 -141 271.5 -240t305.5 -154q172 49 310.5 146t293.5 250q-33 13 -30 34l3 9v1v-1q-17 2 -50 5.5t-48 4.5q-26 -90 -82 -132q-51 -38 -82 1q-5 6 -9 14q-7 13 -17 62q-2 -5 -5 -9t-7.5 -7t-8 -5.5t-9.5 -4l-10 -2.5t-12 -2 l-12 -1.5t-13.5 -1t-13.5 -0.5q-106 -9 -163 11q-4 -17 -10 -26.5t-21 -15t-23 -7t-36 -3.5q-2 0 -3 -0.5t-3 -0.5h-3q-179 -17 -203 40q-2 -63 -56 -54q-47 8 -91 54q-12 13 -20 26q-17 29 -26 65q-58 -6 -87 -10q1 -2 4 -10zM507 -118q3 14 3 30q-17 71 -51 130t-73 70 q-41 12 -101.5 -14.5t-104.5 -80t-39 -107.5q35 -53 100 -93t119 -42q51 -2 94 28t53 79zM510 53q23 -63 27 -119q195 113 392 174q-98 52 -180.5 120t-179.5 165q-6 -4 -29 -13q0 -2 -1 -5t-1 -4q31 -18 22 -37q-12 -23 -56 -34q-10 -13 -29 -24h-1q-2 -83 1 -150 q19 -34 35 -73zM579 -113q532 -21 1145 0q-254 147 -428 196q-76 -35 -156 -57q-8 -3 -16 0q-65 21 -129 49q-208 -60 -416 -188h-1v-1q1 0 1 1zM1763 -67q4 54 28 120q14 38 33 71l-1 -1q3 77 3 153q-15 8 -30 25q-42 9 -56 33q-9 20 22 38q-2 4 -2 9q-16 4 -28 12 q-204 -190 -383 -284q198 -59 414 -176zM2155 -90q5 54 -39 107.5t-104 80t-102 14.5q-38 -11 -72.5 -70.5t-51.5 -129.5q0 -16 3 -30q10 -49 53 -79t94 -28q54 2 119 42t100 93z" />
+<glyph unicode="&#xf23d;" horiz-adv-x="2304" d="M1524 -25q0 -68 -48 -116t-116 -48t-116.5 48t-48.5 116t48.5 116.5t116.5 48.5t116 -48.5t48 -116.5zM775 -25q0 -68 -48.5 -116t-116.5 -48t-116 48t-48 116t48 116.5t116 48.5t116.5 -48.5t48.5 -116.5zM0 1469q57 -60 110.5 -104.5t121 -82t136 -63t166 -45.5 t200 -31.5t250 -18.5t304 -9.5t372.5 -2.5q139 0 244.5 -5t181 -16.5t124 -27.5t71 -39.5t24 -51.5t-19.5 -64t-56.5 -76.5t-89.5 -91t-116 -104.5t-139 -119q-185 -157 -286 -247q29 51 76.5 109t94 105.5t94.5 98.5t83 91.5t54 80.5t13 70t-45.5 55.5t-116.5 41t-204 23.5 t-304 5q-168 -2 -314 6t-256 23t-204.5 41t-159.5 51.5t-122.5 62.5t-91.5 66.5t-68 71.5t-50.5 69.5t-40 68t-36.5 59.5z" />
+<glyph unicode="&#xf23e;" horiz-adv-x="1792" d="M896 1472q-169 0 -323 -66t-265.5 -177.5t-177.5 -265.5t-66 -323t66 -323t177.5 -265.5t265.5 -177.5t323 -66t323 66t265.5 177.5t177.5 265.5t66 323t-66 323t-177.5 265.5t-265.5 177.5t-323 66zM896 1536q182 0 348 -71t286 -191t191 -286t71 -348t-71 -348 t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71zM496 704q16 0 16 -16v-480q0 -16 -16 -16h-32q-16 0 -16 16v480q0 16 16 16h32zM896 640q53 0 90.5 -37.5t37.5 -90.5q0 -35 -17.5 -64t-46.5 -46v-114q0 -14 -9 -23 t-23 -9h-64q-14 0 -23 9t-9 23v114q-29 17 -46.5 46t-17.5 64q0 53 37.5 90.5t90.5 37.5zM896 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM544 928v-96 q0 -14 9 -23t23 -9h64q14 0 23 9t9 23v96q0 93 65.5 158.5t158.5 65.5t158.5 -65.5t65.5 -158.5v-96q0 -14 9 -23t23 -9h64q14 0 23 9t9 23v96q0 146 -103 249t-249 103t-249 -103t-103 -249zM1408 192v512q0 26 -19 45t-45 19h-896q-26 0 -45 -19t-19 -45v-512 q0 -26 19 -45t45 -19h896q26 0 45 19t19 45z" />
+<glyph unicode="&#xf240;" horiz-adv-x="2304" d="M1920 1024v-768h-1664v768h1664zM2048 448h128v384h-128v288q0 14 -9 23t-23 9h-1856q-14 0 -23 -9t-9 -23v-960q0 -14 9 -23t23 -9h1856q14 0 23 9t9 23v288zM2304 832v-384q0 -53 -37.5 -90.5t-90.5 -37.5v-160q0 -66 -47 -113t-113 -47h-1856q-66 0 -113 47t-47 113 v960q0 66 47 113t113 47h1856q66 0 113 -47t47 -113v-160q53 0 90.5 -37.5t37.5 -90.5z" />
+<glyph unicode="&#xf241;" horiz-adv-x="2304" d="M256 256v768h1280v-768h-1280zM2176 960q53 0 90.5 -37.5t37.5 -90.5v-384q0 -53 -37.5 -90.5t-90.5 -37.5v-160q0 -66 -47 -113t-113 -47h-1856q-66 0 -113 47t-47 113v960q0 66 47 113t113 47h1856q66 0 113 -47t47 -113v-160zM2176 448v384h-128v288q0 14 -9 23t-23 9 h-1856q-14 0 -23 -9t-9 -23v-960q0 -14 9 -23t23 -9h1856q14 0 23 9t9 23v288h128z" />
+<glyph unicode="&#xf242;" horiz-adv-x="2304" d="M256 256v768h896v-768h-896zM2176 960q53 0 90.5 -37.5t37.5 -90.5v-384q0 -53 -37.5 -90.5t-90.5 -37.5v-160q0 -66 -47 -113t-113 -47h-1856q-66 0 -113 47t-47 113v960q0 66 47 113t113 47h1856q66 0 113 -47t47 -113v-160zM2176 448v384h-128v288q0 14 -9 23t-23 9 h-1856q-14 0 -23 -9t-9 -23v-960q0 -14 9 -23t23 -9h1856q14 0 23 9t9 23v288h128z" />
+<glyph unicode="&#xf243;" horiz-adv-x="2304" d="M256 256v768h512v-768h-512zM2176 960q53 0 90.5 -37.5t37.5 -90.5v-384q0 -53 -37.5 -90.5t-90.5 -37.5v-160q0 -66 -47 -113t-113 -47h-1856q-66 0 -113 47t-47 113v960q0 66 47 113t113 47h1856q66 0 113 -47t47 -113v-160zM2176 448v384h-128v288q0 14 -9 23t-23 9 h-1856q-14 0 -23 -9t-9 -23v-960q0 -14 9 -23t23 -9h1856q14 0 23 9t9 23v288h128z" />
+<glyph unicode="&#xf244;" horiz-adv-x="2304" d="M2176 960q53 0 90.5 -37.5t37.5 -90.5v-384q0 -53 -37.5 -90.5t-90.5 -37.5v-160q0 -66 -47 -113t-113 -47h-1856q-66 0 -113 47t-47 113v960q0 66 47 113t113 47h1856q66 0 113 -47t47 -113v-160zM2176 448v384h-128v288q0 14 -9 23t-23 9h-1856q-14 0 -23 -9t-9 -23 v-960q0 -14 9 -23t23 -9h1856q14 0 23 9t9 23v288h128z" />
+<glyph unicode="&#xf245;" horiz-adv-x="1280" d="M1133 493q31 -30 14 -69q-17 -40 -59 -40h-382l201 -476q10 -25 0 -49t-34 -35l-177 -75q-25 -10 -49 0t-35 34l-191 452l-312 -312q-19 -19 -45 -19q-12 0 -24 5q-40 17 -40 59v1504q0 42 40 59q12 5 24 5q27 0 45 -19z" />
+<glyph unicode="&#xf246;" horiz-adv-x="1024" d="M832 1408q-320 0 -320 -224v-416h128v-128h-128v-544q0 -224 320 -224h64v-128h-64q-272 0 -384 146q-112 -146 -384 -146h-64v128h64q320 0 320 224v544h-128v128h128v416q0 224 -320 224h-64v128h64q272 0 384 -146q112 146 384 146h64v-128h-64z" />
+<glyph unicode="&#xf247;" horiz-adv-x="2048" d="M2048 1152h-128v-1024h128v-384h-384v128h-1280v-128h-384v384h128v1024h-128v384h384v-128h1280v128h384v-384zM1792 1408v-128h128v128h-128zM128 1408v-128h128v128h-128zM256 -128v128h-128v-128h128zM1664 0v128h128v1024h-128v128h-1280v-128h-128v-1024h128v-128 h1280zM1920 -128v128h-128v-128h128zM1280 896h384v-768h-896v256h-384v768h896v-256zM512 512h640v512h-640v-512zM1536 256v512h-256v-384h-384v-128h640z" />
+<glyph unicode="&#xf248;" horiz-adv-x="2304" d="M2304 768h-128v-640h128v-384h-384v128h-896v-128h-384v384h128v128h-384v-128h-384v384h128v640h-128v384h384v-128h896v128h384v-384h-128v-128h384v128h384v-384zM2048 1024v-128h128v128h-128zM1408 1408v-128h128v128h-128zM128 1408v-128h128v128h-128zM256 256 v128h-128v-128h128zM1536 384h-128v-128h128v128zM384 384h896v128h128v640h-128v128h-896v-128h-128v-640h128v-128zM896 -128v128h-128v-128h128zM2176 -128v128h-128v-128h128zM2048 128v640h-128v128h-384v-384h128v-384h-384v128h-384v-128h128v-128h896v128h128z" />
+<glyph unicode="&#xf249;" d="M1024 288v-416h-928q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h1344q40 0 68 -28t28 -68v-928h-416q-40 0 -68 -28t-28 -68zM1152 256h381q-15 -82 -65 -132l-184 -184q-50 -50 -132 -65v381z" />
+<glyph unicode="&#xf24a;" d="M1400 256h-248v-248q29 10 41 22l185 185q12 12 22 41zM1120 384h288v896h-1280v-1280h896v288q0 40 28 68t68 28zM1536 1312v-1024q0 -40 -20 -88t-48 -76l-184 -184q-28 -28 -76 -48t-88 -20h-1024q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h1344q40 0 68 -28t28 -68 z" />
+<glyph unicode="&#xf24b;" horiz-adv-x="2304" d="M1951 538q0 -26 -15.5 -44.5t-38.5 -23.5q-8 -2 -18 -2h-153v140h153q10 0 18 -2q23 -5 38.5 -23.5t15.5 -44.5zM1933 751q0 -25 -15 -42t-38 -21q-3 -1 -15 -1h-139v129h139q3 0 8.5 -0.5t6.5 -0.5q23 -4 38 -21.5t15 -42.5zM728 587v308h-228v-308q0 -58 -38 -94.5 t-105 -36.5q-108 0 -229 59v-112q53 -15 121 -23t109 -9l42 -1q328 0 328 217zM1442 403v113q-99 -52 -200 -59q-108 -8 -169 41t-61 142t61 142t169 41q101 -7 200 -58v112q-48 12 -100 19.5t-80 9.5l-28 2q-127 6 -218.5 -14t-140.5 -60t-71 -88t-22 -106t22 -106t71 -88 t140.5 -60t218.5 -14q101 4 208 31zM2176 518q0 54 -43 88.5t-109 39.5v3q57 8 89 41.5t32 79.5q0 55 -41 88t-107 36q-3 0 -12 0.5t-14 0.5h-455v-510h491q74 0 121.5 36.5t47.5 96.5zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90 t90 38h2048q52 0 90 -38t38 -90z" />
+<glyph unicode="&#xf24c;" horiz-adv-x="2304" d="M858 295v693q-106 -41 -172 -135.5t-66 -211.5t66 -211.5t172 -134.5zM1362 641q0 117 -66 211.5t-172 135.5v-694q106 41 172 135.5t66 211.5zM1577 641q0 -159 -78.5 -294t-213.5 -213.5t-294 -78.5q-119 0 -227.5 46.5t-187 125t-125 187t-46.5 227.5q0 159 78.5 294 t213.5 213.5t294 78.5t294 -78.5t213.5 -213.5t78.5 -294zM1960 634q0 139 -55.5 261.5t-147.5 205.5t-213.5 131t-252.5 48h-301q-176 0 -323.5 -81t-235 -230t-87.5 -335q0 -171 87 -317.5t236 -231.5t323 -85h301q129 0 251.5 50.5t214.5 135t147.5 202.5t55.5 246z M2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" />
+<glyph unicode="&#xf24d;" horiz-adv-x="1792" d="M1664 -96v1088q0 13 -9.5 22.5t-22.5 9.5h-1088q-13 0 -22.5 -9.5t-9.5 -22.5v-1088q0 -13 9.5 -22.5t22.5 -9.5h1088q13 0 22.5 9.5t9.5 22.5zM1792 992v-1088q0 -66 -47 -113t-113 -47h-1088q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1088q66 0 113 -47t47 -113 zM1408 1376v-160h-128v160q0 13 -9.5 22.5t-22.5 9.5h-1088q-13 0 -22.5 -9.5t-9.5 -22.5v-1088q0 -13 9.5 -22.5t22.5 -9.5h160v-128h-160q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1088q66 0 113 -47t47 -113z" />
+<glyph unicode="&#xf24e;" horiz-adv-x="2304" d="M1728 1088l-384 -704h768zM448 1088l-384 -704h768zM1269 1280q-14 -40 -45.5 -71.5t-71.5 -45.5v-1291h608q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-1344q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h608v1291q-40 14 -71.5 45.5t-45.5 71.5h-491q-14 0 -23 9t-9 23v64 q0 14 9 23t23 9h491q21 57 70 92.5t111 35.5t111 -35.5t70 -92.5h491q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-491zM1088 1264q33 0 56.5 23.5t23.5 56.5t-23.5 56.5t-56.5 23.5t-56.5 -23.5t-23.5 -56.5t23.5 -56.5t56.5 -23.5zM2176 384q0 -73 -46.5 -131t-117.5 -91 t-144.5 -49.5t-139.5 -16.5t-139.5 16.5t-144.5 49.5t-117.5 91t-46.5 131q0 11 35 81t92 174.5t107 195.5t102 184t56 100q18 33 56 33t56 -33q4 -7 56 -100t102 -184t107 -195.5t92 -174.5t35 -81zM896 384q0 -73 -46.5 -131t-117.5 -91t-144.5 -49.5t-139.5 -16.5 t-139.5 16.5t-144.5 49.5t-117.5 91t-46.5 131q0 11 35 81t92 174.5t107 195.5t102 184t56 100q18 33 56 33t56 -33q4 -7 56 -100t102 -184t107 -195.5t92 -174.5t35 -81z" />
+<glyph unicode="&#xf250;" d="M1408 1408q0 -261 -106.5 -461.5t-266.5 -306.5q160 -106 266.5 -306.5t106.5 -461.5h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-1472q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96q0 261 106.5 461.5t266.5 306.5q-160 106 -266.5 306.5t-106.5 461.5h-96q-14 0 -23 9 t-9 23v64q0 14 9 23t23 9h1472q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96zM874 700q77 29 149 92.5t129.5 152.5t92.5 210t35 253h-1024q0 -132 35 -253t92.5 -210t129.5 -152.5t149 -92.5q19 -7 30.5 -23.5t11.5 -36.5t-11.5 -36.5t-30.5 -23.5q-77 -29 -149 -92.5 t-129.5 -152.5t-92.5 -210t-35 -253h1024q0 132 -35 253t-92.5 210t-129.5 152.5t-149 92.5q-19 7 -30.5 23.5t-11.5 36.5t11.5 36.5t30.5 23.5z" />
+<glyph unicode="&#xf251;" d="M1408 1408q0 -261 -106.5 -461.5t-266.5 -306.5q160 -106 266.5 -306.5t106.5 -461.5h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-1472q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96q0 261 106.5 461.5t266.5 306.5q-160 106 -266.5 306.5t-106.5 461.5h-96q-14 0 -23 9 t-9 23v64q0 14 9 23t23 9h1472q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96zM1280 1408h-1024q0 -66 9 -128h1006q9 61 9 128zM1280 -128q0 130 -34 249.5t-90.5 208t-126.5 152t-146 94.5h-230q-76 -31 -146 -94.5t-126.5 -152t-90.5 -208t-34 -249.5h1024z" />
+<glyph unicode="&#xf252;" d="M1408 1408q0 -261 -106.5 -461.5t-266.5 -306.5q160 -106 266.5 -306.5t106.5 -461.5h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-1472q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96q0 261 106.5 461.5t266.5 306.5q-160 106 -266.5 306.5t-106.5 461.5h-96q-14 0 -23 9 t-9 23v64q0 14 9 23t23 9h1472q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96zM1280 1408h-1024q0 -206 85 -384h854q85 178 85 384zM1223 192q-54 141 -145.5 241.5t-194.5 142.5h-230q-103 -42 -194.5 -142.5t-145.5 -241.5h910z" />
+<glyph unicode="&#xf253;" d="M1408 1408q0 -261 -106.5 -461.5t-266.5 -306.5q160 -106 266.5 -306.5t106.5 -461.5h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-1472q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96q0 261 106.5 461.5t266.5 306.5q-160 106 -266.5 306.5t-106.5 461.5h-96q-14 0 -23 9 t-9 23v64q0 14 9 23t23 9h1472q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96zM874 700q77 29 149 92.5t129.5 152.5t92.5 210t35 253h-1024q0 -132 35 -253t92.5 -210t129.5 -152.5t149 -92.5q19 -7 30.5 -23.5t11.5 -36.5t-11.5 -36.5t-30.5 -23.5q-137 -51 -244 -196 h700q-107 145 -244 196q-19 7 -30.5 23.5t-11.5 36.5t11.5 36.5t30.5 23.5z" />
+<glyph unicode="&#xf254;" d="M1504 -64q14 0 23 -9t9 -23v-128q0 -14 -9 -23t-23 -9h-1472q-14 0 -23 9t-9 23v128q0 14 9 23t23 9h1472zM130 0q3 55 16 107t30 95t46 87t53.5 76t64.5 69.5t66 60t70.5 55t66.5 47.5t65 43q-43 28 -65 43t-66.5 47.5t-70.5 55t-66 60t-64.5 69.5t-53.5 76t-46 87 t-30 95t-16 107h1276q-3 -55 -16 -107t-30 -95t-46 -87t-53.5 -76t-64.5 -69.5t-66 -60t-70.5 -55t-66.5 -47.5t-65 -43q43 -28 65 -43t66.5 -47.5t70.5 -55t66 -60t64.5 -69.5t53.5 -76t46 -87t30 -95t16 -107h-1276zM1504 1536q14 0 23 -9t9 -23v-128q0 -14 -9 -23t-23 -9 h-1472q-14 0 -23 9t-9 23v128q0 14 9 23t23 9h1472z" />
+<glyph unicode="&#xf255;" d="M768 1152q-53 0 -90.5 -37.5t-37.5 -90.5v-128h-32v93q0 48 -32 81.5t-80 33.5q-46 0 -79 -33t-33 -79v-429l-32 30v172q0 48 -32 81.5t-80 33.5q-46 0 -79 -33t-33 -79v-224q0 -47 35 -82l310 -296q39 -39 39 -102q0 -26 19 -45t45 -19h640q26 0 45 19t19 45v25 q0 41 10 77l108 436q10 36 10 77v246q0 48 -32 81.5t-80 33.5q-46 0 -79 -33t-33 -79v-32h-32v125q0 40 -25 72.5t-64 40.5q-14 2 -23 2q-46 0 -79 -33t-33 -79v-128h-32v122q0 51 -32.5 89.5t-82.5 43.5q-5 1 -13 1zM768 1280q84 0 149 -50q57 34 123 34q59 0 111 -27 t86 -76q27 7 59 7q100 0 170 -71.5t70 -171.5v-246q0 -51 -13 -108l-109 -436q-6 -24 -6 -71q0 -80 -56 -136t-136 -56h-640q-84 0 -138 58.5t-54 142.5l-308 296q-76 73 -76 175v224q0 99 70.5 169.5t169.5 70.5q11 0 16 -1q6 95 75.5 160t164.5 65q52 0 98 -21 q72 69 174 69z" />
+<glyph unicode="&#xf256;" horiz-adv-x="1792" d="M880 1408q-46 0 -79 -33t-33 -79v-656h-32v528q0 46 -33 79t-79 33t-79 -33t-33 -79v-528v-256l-154 205q-38 51 -102 51q-53 0 -90.5 -37.5t-37.5 -90.5q0 -43 26 -77l384 -512q38 -51 102 -51h688q34 0 61 22t34 56l76 405q5 32 5 59v498q0 46 -33 79t-79 33t-79 -33 t-33 -79v-272h-32v528q0 46 -33 79t-79 33t-79 -33t-33 -79v-528h-32v656q0 46 -33 79t-79 33zM880 1536q68 0 125.5 -35.5t88.5 -96.5q19 4 42 4q99 0 169.5 -70.5t70.5 -169.5v-17q105 6 180.5 -64t75.5 -175v-498q0 -40 -8 -83l-76 -404q-14 -79 -76.5 -131t-143.5 -52 h-688q-60 0 -114.5 27.5t-90.5 74.5l-384 512q-51 68 -51 154q0 106 75 181t181 75q78 0 128 -34v434q0 99 70.5 169.5t169.5 70.5q23 0 42 -4q31 61 88.5 96.5t125.5 35.5z" />
+<glyph unicode="&#xf257;" horiz-adv-x="1792" d="M1073 -128h-177q-163 0 -226 141q-23 49 -23 102v5q-62 30 -98.5 88.5t-36.5 127.5q0 38 5 48h-261q-106 0 -181 75t-75 181t75 181t181 75h113l-44 17q-74 28 -119.5 93.5t-45.5 145.5q0 106 75 181t181 75q46 0 91 -17l628 -239h401q106 0 181 -75t75 -181v-668 q0 -88 -54 -157.5t-140 -90.5l-339 -85q-92 -23 -186 -23zM1024 583l-155 -71l-163 -74q-30 -14 -48 -41.5t-18 -60.5q0 -46 33 -79t79 -33q26 0 46 10l338 154q-49 10 -80.5 50t-31.5 90v55zM1344 272q0 46 -33 79t-79 33q-26 0 -46 -10l-290 -132q-28 -13 -37 -17 t-30.5 -17t-29.5 -23.5t-16 -29t-8 -40.5q0 -50 31.5 -82t81.5 -32q20 0 38 9l352 160q30 14 48 41.5t18 60.5zM1112 1024l-650 248q-24 8 -46 8q-53 0 -90.5 -37.5t-37.5 -90.5q0 -40 22.5 -73t59.5 -47l526 -200v-64h-640q-53 0 -90.5 -37.5t-37.5 -90.5t37.5 -90.5 t90.5 -37.5h535l233 106v198q0 63 46 106l111 102h-69zM1073 0q82 0 155 19l339 85q43 11 70 45.5t27 78.5v668q0 53 -37.5 90.5t-90.5 37.5h-308l-136 -126q-36 -33 -36 -82v-296q0 -46 33 -77t79 -31t79 35t33 81v208h32v-208q0 -70 -57 -114q52 -8 86.5 -48.5t34.5 -93.5 q0 -42 -23 -78t-61 -53l-310 -141h91z" />
+<glyph unicode="&#xf258;" horiz-adv-x="2048" d="M1151 1536q61 0 116 -28t91 -77l572 -781q118 -159 118 -359v-355q0 -80 -56 -136t-136 -56h-384q-80 0 -136 56t-56 136v177l-286 143h-546q-80 0 -136 56t-56 136v32q0 119 84.5 203.5t203.5 84.5h420l42 128h-686q-100 0 -173.5 67.5t-81.5 166.5q-65 79 -65 182v32 q0 80 56 136t136 56h959zM1920 -64v355q0 157 -93 284l-573 781q-39 52 -103 52h-959q-26 0 -45 -19t-19 -45q0 -32 1.5 -49.5t9.5 -40.5t25 -43q10 31 35.5 50t56.5 19h832v-32h-832q-26 0 -45 -19t-19 -45q0 -44 3 -58q8 -44 44 -73t81 -29h640h91q40 0 68 -28t28 -68 q0 -15 -5 -30l-64 -192q-10 -29 -35 -47.5t-56 -18.5h-443q-66 0 -113 -47t-47 -113v-32q0 -26 19 -45t45 -19h561q16 0 29 -7l317 -158q24 -13 38.5 -36t14.5 -50v-197q0 -26 19 -45t45 -19h384q26 0 45 19t19 45z" />
+<glyph unicode="&#xf259;" horiz-adv-x="2048" d="M816 1408q-48 0 -79.5 -34t-31.5 -82q0 -14 3 -28l150 -624h-26l-116 482q-9 38 -39.5 62t-69.5 24q-47 0 -79 -34t-32 -81q0 -11 4 -29q3 -13 39 -161t68 -282t32 -138v-227l-307 230q-34 26 -77 26q-52 0 -89.5 -36.5t-37.5 -88.5q0 -67 56 -110l507 -379 q34 -26 76 -26h694q33 0 59 20.5t34 52.5l100 401q8 30 10 88t9 86l116 478q3 12 3 26q0 46 -33 79t-80 33q-38 0 -69 -25.5t-40 -62.5l-99 -408h-26l132 547q3 14 3 28q0 47 -32 80t-80 33q-38 0 -68.5 -24t-39.5 -62l-145 -602h-127l-164 682q-9 38 -39.5 62t-68.5 24z M1461 -256h-694q-85 0 -153 51l-507 380q-50 38 -78.5 94t-28.5 118q0 105 75 179t180 74q25 0 49.5 -5.5t41.5 -11t41 -20.5t35 -23t38.5 -29.5t37.5 -28.5l-123 512q-7 35 -7 59q0 93 60 162t152 79q14 87 80.5 144.5t155.5 57.5q83 0 148 -51.5t85 -132.5l103 -428 l83 348q20 81 85 132.5t148 51.5q87 0 152.5 -54t82.5 -139q93 -10 155 -78t62 -161q0 -30 -7 -57l-116 -477q-5 -22 -5 -67q0 -51 -13 -108l-101 -401q-19 -75 -79.5 -122.5t-137.5 -47.5z" />
+<glyph unicode="&#xf25a;" horiz-adv-x="1792" d="M640 1408q-53 0 -90.5 -37.5t-37.5 -90.5v-512v-384l-151 202q-41 54 -107 54q-52 0 -89 -38t-37 -90q0 -43 26 -77l384 -512q38 -51 102 -51h718q22 0 39.5 13.5t22.5 34.5l92 368q24 96 24 194v217q0 41 -28 71t-68 30t-68 -28t-28 -68h-32v61q0 48 -32 81.5t-80 33.5 q-46 0 -79 -33t-33 -79v-64h-32v90q0 55 -37 94.5t-91 39.5q-53 0 -90.5 -37.5t-37.5 -90.5v-96h-32v570q0 55 -37 94.5t-91 39.5zM640 1536q107 0 181.5 -77.5t74.5 -184.5v-220q22 2 32 2q99 0 173 -69q47 21 99 21q113 0 184 -87q27 7 56 7q94 0 159 -67.5t65 -161.5 v-217q0 -116 -28 -225l-92 -368q-16 -64 -68 -104.5t-118 -40.5h-718q-60 0 -114.5 27.5t-90.5 74.5l-384 512q-51 68 -51 154q0 105 74.5 180.5t179.5 75.5q71 0 130 -35v547q0 106 75 181t181 75zM768 128v384h-32v-384h32zM1024 128v384h-32v-384h32zM1280 128v384h-32 v-384h32z" />
+<glyph unicode="&#xf25b;" d="M1288 889q60 0 107 -23q141 -63 141 -226v-177q0 -94 -23 -186l-85 -339q-21 -86 -90.5 -140t-157.5 -54h-668q-106 0 -181 75t-75 181v401l-239 628q-17 45 -17 91q0 106 75 181t181 75q80 0 145.5 -45.5t93.5 -119.5l17 -44v113q0 106 75 181t181 75t181 -75t75 -181 v-261q27 5 48 5q69 0 127.5 -36.5t88.5 -98.5zM1072 896q-33 0 -60.5 -18t-41.5 -48l-74 -163l-71 -155h55q50 0 90 -31.5t50 -80.5l154 338q10 20 10 46q0 46 -33 79t-79 33zM1293 761q-22 0 -40.5 -8t-29 -16t-23.5 -29.5t-17 -30.5t-17 -37l-132 -290q-10 -20 -10 -46 q0 -46 33 -79t79 -33q33 0 60.5 18t41.5 48l160 352q9 18 9 38q0 50 -32 81.5t-82 31.5zM128 1120q0 -22 8 -46l248 -650v-69l102 111q43 46 106 46h198l106 233v535q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5v-640h-64l-200 526q-14 37 -47 59.5t-73 22.5 q-53 0 -90.5 -37.5t-37.5 -90.5zM1180 -128q44 0 78.5 27t45.5 70l85 339q19 73 19 155v91l-141 -310q-17 -38 -53 -61t-78 -23q-53 0 -93.5 34.5t-48.5 86.5q-44 -57 -114 -57h-208v32h208q46 0 81 33t35 79t-31 79t-77 33h-296q-49 0 -82 -36l-126 -136v-308 q0 -53 37.5 -90.5t90.5 -37.5h668z" />
+<glyph unicode="&#xf25c;" horiz-adv-x="1973" d="M857 992v-117q0 -13 -9.5 -22t-22.5 -9h-298v-812q0 -13 -9 -22.5t-22 -9.5h-135q-13 0 -22.5 9t-9.5 23v812h-297q-13 0 -22.5 9t-9.5 22v117q0 14 9 23t23 9h793q13 0 22.5 -9.5t9.5 -22.5zM1895 995l77 -961q1 -13 -8 -24q-10 -10 -23 -10h-134q-12 0 -21 8.5 t-10 20.5l-46 588l-189 -425q-8 -19 -29 -19h-120q-20 0 -29 19l-188 427l-45 -590q-1 -12 -10 -20.5t-21 -8.5h-135q-13 0 -23 10q-9 10 -9 24l78 961q1 12 10 20.5t21 8.5h142q20 0 29 -19l220 -520q10 -24 20 -51q3 7 9.5 24.5t10.5 26.5l221 520q9 19 29 19h141 q13 0 22 -8.5t10 -20.5z" />
+<glyph unicode="&#xf25d;" horiz-adv-x="1792" d="M1042 833q0 88 -60 121q-33 18 -117 18h-123v-281h162q66 0 102 37t36 105zM1094 548l205 -373q8 -17 -1 -31q-8 -16 -27 -16h-152q-20 0 -28 17l-194 365h-155v-350q0 -14 -9 -23t-23 -9h-134q-14 0 -23 9t-9 23v960q0 14 9 23t23 9h294q128 0 190 -24q85 -31 134 -109 t49 -180q0 -92 -42.5 -165.5t-115.5 -109.5q6 -10 9 -16zM896 1376q-150 0 -286 -58.5t-234.5 -157t-157 -234.5t-58.5 -286t58.5 -286t157 -234.5t234.5 -157t286 -58.5t286 58.5t234.5 157t157 234.5t58.5 286t-58.5 286t-157 234.5t-234.5 157t-286 58.5zM1792 640 q0 -182 -71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
+<glyph unicode="&#xf25e;" horiz-adv-x="1792" d="M605 303q153 0 257 104q14 18 3 36l-45 82q-6 13 -24 17q-16 2 -27 -11l-4 -3q-4 -4 -11.5 -10t-17.5 -13t-23.5 -14.5t-28.5 -13.5t-33.5 -9.5t-37.5 -3.5q-76 0 -125 50t-49 127q0 76 48 125.5t122 49.5q37 0 71.5 -14t50.5 -28l16 -14q11 -11 26 -10q16 2 24 14l53 78 q13 20 -2 39q-3 4 -11 12t-30 23.5t-48.5 28t-67.5 22.5t-86 10q-148 0 -246 -96.5t-98 -240.5q0 -146 97 -241.5t247 -95.5zM1235 303q153 0 257 104q14 18 4 36l-45 82q-8 14 -25 17q-16 2 -27 -11l-4 -3q-4 -4 -11.5 -10t-17.5 -13t-23.5 -14.5t-28.5 -13.5t-33.5 -9.5 t-37.5 -3.5q-76 0 -125 50t-49 127q0 76 48 125.5t122 49.5q37 0 71.5 -14t50.5 -28l16 -14q11 -11 26 -10q16 2 24 14l53 78q13 20 -2 39q-3 4 -11 12t-30 23.5t-48.5 28t-67.5 22.5t-86 10q-147 0 -245.5 -96.5t-98.5 -240.5q0 -146 97 -241.5t247 -95.5zM896 1376 q-150 0 -286 -58.5t-234.5 -157t-157 -234.5t-58.5 -286t58.5 -286t157 -234.5t234.5 -157t286 -58.5t286 58.5t234.5 157t157 234.5t58.5 286t-58.5 286t-157 234.5t-234.5 157t-286 58.5zM896 1536q182 0 348 -71t286 -191t191 -286t71 -348t-71 -348t-191 -286t-286 -191 t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71z" />
+<glyph unicode="&#xf260;" horiz-adv-x="2048" d="M736 736l384 -384l-384 -384l-672 672l672 672l168 -168l-96 -96l-72 72l-480 -480l480 -480l193 193l-289 287zM1312 1312l672 -672l-672 -672l-168 168l96 96l72 -72l480 480l-480 480l-193 -193l289 -287l-96 -96l-384 384z" />
+<glyph unicode="&#xf261;" horiz-adv-x="1792" d="M717 182l271 271l-279 279l-88 -88l192 -191l-96 -96l-279 279l279 279l40 -40l87 87l-127 128l-454 -454zM1075 190l454 454l-454 454l-271 -271l279 -279l88 88l-192 191l96 96l279 -279l-279 -279l-40 40l-87 -88zM1792 640q0 -182 -71 -348t-191 -286t-286 -191 t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
+<glyph unicode="&#xf262;" horiz-adv-x="2304" d="M651 539q0 -39 -27.5 -66.5t-65.5 -27.5q-39 0 -66.5 27.5t-27.5 66.5q0 38 27.5 65.5t66.5 27.5q38 0 65.5 -27.5t27.5 -65.5zM1805 540q0 -39 -27.5 -66.5t-66.5 -27.5t-66.5 27.5t-27.5 66.5t27.5 66t66.5 27t66.5 -27t27.5 -66zM765 539q0 79 -56.5 136t-136.5 57 t-136.5 -56.5t-56.5 -136.5t56.5 -136.5t136.5 -56.5t136.5 56.5t56.5 136.5zM1918 540q0 80 -56.5 136.5t-136.5 56.5q-79 0 -136 -56.5t-57 -136.5t56.5 -136.5t136.5 -56.5t136.5 56.5t56.5 136.5zM850 539q0 -116 -81.5 -197.5t-196.5 -81.5q-116 0 -197.5 82t-81.5 197 t82 196.5t197 81.5t196.5 -81.5t81.5 -196.5zM2004 540q0 -115 -81.5 -196.5t-197.5 -81.5q-115 0 -196.5 81.5t-81.5 196.5t81.5 196.5t196.5 81.5q116 0 197.5 -81.5t81.5 -196.5zM1040 537q0 191 -135.5 326.5t-326.5 135.5q-125 0 -231 -62t-168 -168.5t-62 -231.5 t62 -231.5t168 -168.5t231 -62q191 0 326.5 135.5t135.5 326.5zM1708 1110q-254 111 -556 111q-319 0 -573 -110q117 0 223 -45.5t182.5 -122.5t122 -183t45.5 -223q0 115 43.5 219.5t118 180.5t177.5 123t217 50zM2187 537q0 191 -135 326.5t-326 135.5t-326.5 -135.5 t-135.5 -326.5t135.5 -326.5t326.5 -135.5t326 135.5t135 326.5zM1921 1103h383q-44 -51 -75 -114.5t-40 -114.5q110 -151 110 -337q0 -156 -77 -288t-209 -208.5t-287 -76.5q-133 0 -249 56t-196 155q-47 -56 -129 -179q-11 22 -53.5 82.5t-74.5 97.5 q-80 -99 -196.5 -155.5t-249.5 -56.5q-155 0 -287 76.5t-209 208.5t-77 288q0 186 110 337q-9 51 -40 114.5t-75 114.5h365q149 100 355 156.5t432 56.5q224 0 421 -56t348 -157z" />
+<glyph unicode="&#xf263;" horiz-adv-x="1280" d="M640 629q-188 0 -321 133t-133 320q0 188 133 321t321 133t321 -133t133 -321q0 -187 -133 -320t-321 -133zM640 1306q-92 0 -157.5 -65.5t-65.5 -158.5q0 -92 65.5 -157.5t157.5 -65.5t157.5 65.5t65.5 157.5q0 93 -65.5 158.5t-157.5 65.5zM1163 574q13 -27 15 -49.5 t-4.5 -40.5t-26.5 -38.5t-42.5 -37t-61.5 -41.5q-115 -73 -315 -94l73 -72l267 -267q30 -31 30 -74t-30 -73l-12 -13q-31 -30 -74 -30t-74 30q-67 68 -267 268l-267 -268q-31 -30 -74 -30t-73 30l-12 13q-31 30 -31 73t31 74l267 267l72 72q-203 21 -317 94 q-39 25 -61.5 41.5t-42.5 37t-26.5 38.5t-4.5 40.5t15 49.5q10 20 28 35t42 22t56 -2t65 -35q5 -4 15 -11t43 -24.5t69 -30.5t92 -24t113 -11q91 0 174 25.5t120 50.5l38 25q33 26 65 35t56 2t42 -22t28 -35z" />
+<glyph unicode="&#xf264;" d="M927 956q0 -66 -46.5 -112.5t-112.5 -46.5t-112.5 46.5t-46.5 112.5t46.5 112.5t112.5 46.5t112.5 -46.5t46.5 -112.5zM1141 593q-10 20 -28 32t-47.5 9.5t-60.5 -27.5q-10 -8 -29 -20t-81 -32t-127 -20t-124 18t-86 36l-27 18q-31 25 -60.5 27.5t-47.5 -9.5t-28 -32 q-22 -45 -2 -74.5t87 -73.5q83 -53 226 -67l-51 -52q-142 -142 -191 -190q-22 -22 -22 -52.5t22 -52.5l9 -9q22 -22 52.5 -22t52.5 22l191 191q114 -115 191 -191q22 -22 52.5 -22t52.5 22l9 9q22 22 22 52.5t-22 52.5l-191 190l-52 52q141 14 225 67q67 44 87 73.5t-2 74.5 zM1092 956q0 134 -95 229t-229 95t-229 -95t-95 -229t95 -229t229 -95t229 95t95 229zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
+<glyph unicode="&#xf265;" horiz-adv-x="1720" d="M1565 1408q65 0 110 -45.5t45 -110.5v-519q0 -176 -68 -336t-182.5 -275t-274 -182.5t-334.5 -67.5q-176 0 -335.5 67.5t-274.5 182.5t-183 275t-68 336v519q0 64 46 110t110 46h1409zM861 344q47 0 82 33l404 388q37 35 37 85q0 49 -34.5 83.5t-83.5 34.5q-47 0 -82 -33 l-323 -310l-323 310q-35 33 -81 33q-49 0 -83.5 -34.5t-34.5 -83.5q0 -51 36 -85l405 -388q33 -33 81 -33z" />
+<glyph unicode="&#xf266;" horiz-adv-x="2304" d="M1494 -103l-295 695q-25 -49 -158.5 -305.5t-198.5 -389.5q-1 -1 -27.5 -0.5t-26.5 1.5q-82 193 -255.5 587t-259.5 596q-21 50 -66.5 107.5t-103.5 100.5t-102 43q0 5 -0.5 24t-0.5 27h583v-50q-39 -2 -79.5 -16t-66.5 -43t-10 -64q26 -59 216.5 -499t235.5 -540 q31 61 140 266.5t131 247.5q-19 39 -126 281t-136 295q-38 69 -201 71v50l513 -1v-47q-60 -2 -93.5 -25t-12.5 -69q33 -70 87 -189.5t86 -187.5q110 214 173 363q24 55 -10 79.5t-129 26.5q1 7 1 25v24q64 0 170.5 0.5t180 1t92.5 0.5v-49q-62 -2 -119 -33t-90 -81 l-213 -442q13 -33 127.5 -290t121.5 -274l441 1017q-14 38 -49.5 62.5t-65 31.5t-55.5 8v50l460 -4l1 -2l-1 -44q-139 -4 -201 -145q-526 -1216 -559 -1291h-49z" />
+<glyph unicode="&#xf267;" horiz-adv-x="1792" d="M949 643q0 -26 -16.5 -45t-41.5 -19q-26 0 -45 16.5t-19 41.5q0 26 17 45t42 19t44 -16.5t19 -41.5zM964 585l350 581q-9 -8 -67.5 -62.5t-125.5 -116.5t-136.5 -127t-117 -110.5t-50.5 -51.5l-349 -580q7 7 67 62t126 116.5t136 127t117 111t50 50.5zM1611 640 q0 -201 -104 -371q-3 2 -17 11t-26.5 16.5t-16.5 7.5q-13 0 -13 -13q0 -10 59 -44q-74 -112 -184.5 -190.5t-241.5 -110.5l-16 67q-1 10 -15 10q-5 0 -8 -5.5t-2 -9.5l16 -68q-72 -15 -146 -15q-199 0 -372 105q1 2 13 20.5t21.5 33.5t9.5 19q0 13 -13 13q-6 0 -17 -14.5 t-22.5 -34.5t-13.5 -23q-113 75 -192 187.5t-110 244.5l69 15q10 3 10 15q0 5 -5.5 8t-10.5 2l-68 -15q-14 72 -14 139q0 206 109 379q2 -1 18.5 -12t30 -19t17.5 -8q13 0 13 12q0 6 -12.5 15.5t-32.5 21.5l-20 12q77 112 189 189t244 107l15 -67q2 -10 15 -10q5 0 8 5.5 t2 10.5l-15 66q71 13 134 13q204 0 379 -109q-39 -56 -39 -65q0 -13 12 -13q11 0 48 64q111 -75 187.5 -186t107.5 -241l-56 -12q-10 -2 -10 -16q0 -5 5.5 -8t9.5 -2l57 13q14 -72 14 -140zM1696 640q0 163 -63.5 311t-170.5 255t-255 170.5t-311 63.5t-311 -63.5 t-255 -170.5t-170.5 -255t-63.5 -311t63.5 -311t170.5 -255t255 -170.5t311 -63.5t311 63.5t255 170.5t170.5 255t63.5 311zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191 t191 -286t71 -348z" />
+<glyph unicode="&#xf268;" horiz-adv-x="1792" d="M893 1536q240 2 451 -120q232 -134 352 -372l-742 39q-160 9 -294 -74.5t-185 -229.5l-276 424q128 159 311 245.5t383 87.5zM146 1131l337 -663q72 -143 211 -217t293 -45l-230 -451q-212 33 -385 157.5t-272.5 316t-99.5 411.5q0 267 146 491zM1732 962 q58 -150 59.5 -310.5t-48.5 -306t-153 -272t-246 -209.5q-230 -133 -498 -119l405 623q88 131 82.5 290.5t-106.5 277.5zM896 942q125 0 213.5 -88.5t88.5 -213.5t-88.5 -213.5t-213.5 -88.5t-213.5 88.5t-88.5 213.5t88.5 213.5t213.5 88.5z" />
+<glyph unicode="&#xf269;" horiz-adv-x="1792" d="M903 -256q-283 0 -504.5 150.5t-329.5 398.5q-58 131 -67 301t26 332.5t111 312t179 242.5l-11 -281q11 14 68 15.5t70 -15.5q42 81 160.5 138t234.5 59q-54 -45 -119.5 -148.5t-58.5 -163.5q25 -8 62.5 -13.5t63 -7.5t68 -4t50.5 -3q15 -5 9.5 -45.5t-30.5 -75.5 q-5 -7 -16.5 -18.5t-56.5 -35.5t-101 -34l15 -189l-139 67q-18 -43 -7.5 -81.5t36 -66.5t65.5 -41.5t81 -6.5q51 9 98 34.5t83.5 45t73.5 17.5q61 -4 89.5 -33t19.5 -65q-1 -2 -2.5 -5.5t-8.5 -12.5t-18 -15.5t-31.5 -10.5t-46.5 -1q-60 -95 -144.5 -135.5t-209.5 -29.5 q74 -61 162.5 -82.5t168.5 -6t154.5 52t128 87.5t80.5 104q43 91 39 192.5t-37.5 188.5t-78.5 125q87 -38 137 -79.5t77 -112.5q15 170 -57.5 343t-209.5 284q265 -77 412 -279.5t151 -517.5q2 -127 -40.5 -255t-123.5 -238t-189 -196t-247.5 -135.5t-288.5 -49.5z" />
+<glyph unicode="&#xf26a;" horiz-adv-x="1792" d="M1493 1308q-165 110 -359 110q-155 0 -293 -73t-240 -200q-75 -93 -119.5 -218t-48.5 -266v-42q4 -141 48.5 -266t119.5 -218q102 -127 240 -200t293 -73q194 0 359 110q-121 -108 -274.5 -168t-322.5 -60q-29 0 -43 1q-175 8 -333 82t-272 193t-181 281t-67 339 q0 182 71 348t191 286t286 191t348 71h3q168 -1 320.5 -60.5t273.5 -167.5zM1792 640q0 -192 -77 -362.5t-213 -296.5q-104 -63 -222 -63q-137 0 -255 84q154 56 253.5 233t99.5 405q0 227 -99 404t-253 234q119 83 254 83q119 0 226 -65q135 -125 210.5 -295t75.5 -361z " />
+<glyph unicode="&#xf26b;" horiz-adv-x="1792" d="M1792 599q0 -56 -7 -104h-1151q0 -146 109.5 -244.5t257.5 -98.5q99 0 185.5 46.5t136.5 130.5h423q-56 -159 -170.5 -281t-267.5 -188.5t-321 -66.5q-187 0 -356 83q-228 -116 -394 -116q-237 0 -237 263q0 115 45 275q17 60 109 229q199 360 475 606 q-184 -79 -427 -354q63 274 283.5 449.5t501.5 175.5q30 0 45 -1q255 117 433 117q64 0 116 -13t94.5 -40.5t66.5 -76.5t24 -115q0 -116 -75 -286q101 -182 101 -390zM1722 1239q0 83 -53 132t-137 49q-108 0 -254 -70q121 -47 222.5 -131.5t170.5 -195.5q51 135 51 216z M128 2q0 -86 48.5 -132.5t134.5 -46.5q115 0 266 83q-122 72 -213.5 183t-137.5 245q-98 -205 -98 -332zM632 715h728q-5 142 -113 237t-251 95q-144 0 -251.5 -95t-112.5 -237z" />
+<glyph unicode="&#xf26c;" horiz-adv-x="2048" d="M1792 288v960q0 13 -9.5 22.5t-22.5 9.5h-1600q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h1600q13 0 22.5 9.5t9.5 22.5zM1920 1248v-960q0 -66 -47 -113t-113 -47h-736v-128h352q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-832q-14 0 -23 9t-9 23 v64q0 14 9 23t23 9h352v128h-736q-66 0 -113 47t-47 113v960q0 66 47 113t113 47h1600q66 0 113 -47t47 -113z" />
+<glyph unicode="&#xf26d;" horiz-adv-x="1792" d="M138 1408h197q-70 -64 -126 -149q-36 -56 -59 -115t-30 -125.5t-8.5 -120t10.5 -132t21 -126t28 -136.5q4 -19 6 -28q51 -238 81 -329q57 -171 152 -275h-272q-48 0 -82 34t-34 82v1304q0 48 34 82t82 34zM1346 1408h308q48 0 82 -34t34 -82v-1304q0 -48 -34 -82t-82 -34 h-178q212 210 196 565l-469 -101q-2 -45 -12 -82t-31 -72t-59.5 -59.5t-93.5 -36.5q-123 -26 -199 40q-32 27 -53 61t-51.5 129t-64.5 258q-35 163 -45.5 263t-5.5 139t23 77q20 41 62.5 73t102.5 45q45 12 83.5 6.5t67 -17t54 -35t43 -48t34.5 -56.5l468 100 q-68 175 -180 287z" />
+<glyph unicode="&#xf26e;" d="M1401 -11l-6 -6q-113 -114 -259 -175q-154 -64 -317 -64q-165 0 -317 64q-148 63 -259 175q-113 112 -175 258q-42 103 -54 189q-4 28 48 36q51 8 56 -20q1 -1 1 -4q18 -90 46 -159q50 -124 152 -226q98 -98 226 -152q132 -56 276 -56q143 0 276 56q128 55 225 152l6 6 q10 10 25 6q12 -3 33 -22q36 -37 17 -58zM929 604l-66 -66l63 -63q21 -21 -7 -49q-17 -17 -32 -17q-10 0 -19 10l-62 61l-66 -66q-5 -5 -15 -5q-15 0 -31 16l-2 2q-18 15 -18 29q0 7 8 17l66 65l-66 66q-16 16 14 45q18 18 31 18q6 0 13 -5l65 -66l65 65q18 17 48 -13 q27 -27 11 -44zM1400 547q0 -118 -46 -228q-45 -105 -126 -186q-80 -80 -187 -126t-228 -46t-228 46t-187 126q-82 82 -125 186q-15 32 -15 40h-1q-9 27 43 44q50 16 60 -12q37 -99 97 -167h1v339v2q3 136 102 232q105 103 253 103q147 0 251 -103t104 -249 q0 -147 -104.5 -251t-250.5 -104q-58 0 -112 16q-28 11 -13 61q16 51 44 43l14 -3q14 -3 32.5 -6t30.5 -3q104 0 176 71.5t72 174.5q0 101 -72 171q-71 71 -175 71q-107 0 -178 -80q-64 -72 -64 -160v-413q110 -67 242 -67q96 0 185 36.5t156 103.5t103.5 155t36.5 183 q0 198 -141 339q-140 140 -339 140q-200 0 -340 -140q-53 -53 -77 -87l-2 -2q-8 -11 -13 -15.5t-21.5 -9.5t-38.5 3q-21 5 -36.5 16.5t-15.5 26.5v680q0 15 10.5 26.5t27.5 11.5h877q30 0 30 -55t-30 -55h-811v-483h1q40 42 102 84t108 61q109 46 231 46q121 0 228 -46 t187 -126q81 -81 126 -186q46 -112 46 -229zM1369 1128q9 -8 9 -18t-5.5 -18t-16.5 -21q-26 -26 -39 -26q-9 0 -16 7q-106 91 -207 133q-128 56 -276 56q-133 0 -262 -49q-27 -10 -45 37q-9 25 -8 38q3 16 16 20q130 57 299 57q164 0 316 -64q137 -58 235 -152z" />
+<glyph unicode="&#xf270;" horiz-adv-x="1792" d="M1551 60q15 6 26 3t11 -17.5t-15 -33.5q-13 -16 -44 -43.5t-95.5 -68t-141 -74t-188 -58t-229.5 -24.5q-119 0 -238 31t-209 76.5t-172.5 104t-132.5 105t-84 87.5q-8 9 -10 16.5t1 12t8 7t11.5 2t11.5 -4.5q192 -117 300 -166q389 -176 799 -90q190 40 391 135z M1758 175q11 -16 2.5 -69.5t-28.5 -102.5q-34 -83 -85 -124q-17 -14 -26 -9t0 24q21 45 44.5 121.5t6.5 98.5q-5 7 -15.5 11.5t-27 6t-29.5 2.5t-35 0t-31.5 -2t-31 -3t-22.5 -2q-6 -1 -13 -1.5t-11 -1t-8.5 -1t-7 -0.5h-5.5h-4.5t-3 0.5t-2 1.5l-1.5 3q-6 16 47 40t103 30 q46 7 108 1t76 -24zM1364 618q0 -31 13.5 -64t32 -58t37.5 -46t33 -32l13 -11l-227 -224q-40 37 -79 75.5t-58 58.5l-19 20q-11 11 -25 33q-38 -59 -97.5 -102.5t-127.5 -63.5t-140 -23t-137.5 21t-117.5 65.5t-83 113t-31 162.5q0 84 28 154t72 116.5t106.5 83t122.5 57 t130 34.5t119.5 18.5t99.5 6.5v127q0 65 -21 97q-34 53 -121 53q-6 0 -16.5 -1t-40.5 -12t-56 -29.5t-56 -59.5t-48 -96l-294 27q0 60 22 119t67 113t108 95t151.5 65.5t190.5 24.5q100 0 181 -25t129.5 -61.5t81 -83t45 -86t12.5 -73.5v-589zM692 597q0 -86 70 -133 q66 -44 139 -22q84 25 114 123q14 45 14 101v162q-59 -2 -111 -12t-106.5 -33.5t-87 -71t-32.5 -114.5z" />
+<glyph unicode="&#xf271;" horiz-adv-x="1792" d="M1536 1280q52 0 90 -38t38 -90v-1280q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h384v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h128zM1152 1376v-288q0 -14 9 -23t23 -9 h64q14 0 23 9t9 23v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23zM384 1376v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23zM1536 -128v1024h-1408v-1024h1408zM896 448h224q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-224 v-224q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v224h-224q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h224v224q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-224z" />
+<glyph unicode="&#xf272;" horiz-adv-x="1792" d="M1152 416v-64q0 -14 -9 -23t-23 -9h-576q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h576q14 0 23 -9t9 -23zM128 -128h1408v1024h-1408v-1024zM512 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1280 1088v288q0 14 -9 23 t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1664 1152v-1280q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h384v96q0 66 47 113t113 47h64q66 0 113 -47 t47 -113v-96h128q52 0 90 -38t38 -90z" />
+<glyph unicode="&#xf273;" horiz-adv-x="1792" d="M1111 151l-46 -46q-9 -9 -22 -9t-23 9l-188 189l-188 -189q-10 -9 -23 -9t-22 9l-46 46q-9 9 -9 22t9 23l189 188l-189 188q-9 10 -9 23t9 22l46 46q9 9 22 9t23 -9l188 -188l188 188q10 9 23 9t22 -9l46 -46q9 -9 9 -22t-9 -23l-188 -188l188 -188q9 -10 9 -23t-9 -22z M128 -128h1408v1024h-1408v-1024zM512 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1280 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1664 1152v-1280 q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h384v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h128q52 0 90 -38t38 -90z" />
+<glyph unicode="&#xf274;" horiz-adv-x="1792" d="M1303 572l-512 -512q-10 -9 -23 -9t-23 9l-288 288q-9 10 -9 23t9 22l46 46q9 9 22 9t23 -9l220 -220l444 444q10 9 23 9t22 -9l46 -46q9 -9 9 -22t-9 -23zM128 -128h1408v1024h-1408v-1024zM512 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23 t23 -9h64q14 0 23 9t9 23zM1280 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1664 1152v-1280q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47 t47 -113v-96h384v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h128q52 0 90 -38t38 -90z" />
+<glyph unicode="&#xf275;" horiz-adv-x="1792" d="M448 1536q26 0 45 -19t19 -45v-891l536 429q17 14 40 14q26 0 45 -19t19 -45v-379l536 429q17 14 40 14q26 0 45 -19t19 -45v-1152q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v1664q0 26 19 45t45 19h384z" />
+<glyph unicode="&#xf276;" horiz-adv-x="1024" d="M512 448q66 0 128 15v-655q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v655q61 -15 128 -15zM512 1536q212 0 362 -150t150 -362t-150 -362t-362 -150t-362 150t-150 362t150 362t362 150zM512 1312q14 0 23 9t9 23t-9 23t-23 9q-146 0 -249 -103t-103 -249 q0 -14 9 -23t23 -9t23 9t9 23q0 119 84.5 203.5t203.5 84.5z" />
+<glyph unicode="&#xf277;" horiz-adv-x="1792" d="M1745 1239q10 -10 10 -23t-10 -23l-141 -141q-28 -28 -68 -28h-1344q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h576v64q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-64h512q40 0 68 -28zM768 320h256v-512q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v512zM1600 768 q26 0 45 -19t19 -45v-256q0 -26 -19 -45t-45 -19h-1344q-40 0 -68 28l-141 141q-10 10 -10 23t10 23l141 141q28 28 68 28h512v192h256v-192h576z" />
+<glyph unicode="&#xf278;" horiz-adv-x="2048" d="M2020 1525q28 -20 28 -53v-1408q0 -20 -11 -36t-29 -23l-640 -256q-24 -11 -48 0l-616 246l-616 -246q-10 -5 -24 -5q-19 0 -36 11q-28 20 -28 53v1408q0 20 11 36t29 23l640 256q24 11 48 0l616 -246l616 246q32 13 60 -6zM736 1390v-1270l576 -230v1270zM128 1173 v-1270l544 217v1270zM1920 107v1270l-544 -217v-1270z" />
+<glyph unicode="&#xf279;" horiz-adv-x="1792" d="M512 1536q13 0 22.5 -9.5t9.5 -22.5v-1472q0 -20 -17 -28l-480 -256q-7 -4 -15 -4q-13 0 -22.5 9.5t-9.5 22.5v1472q0 20 17 28l480 256q7 4 15 4zM1760 1536q13 0 22.5 -9.5t9.5 -22.5v-1472q0 -20 -17 -28l-480 -256q-7 -4 -15 -4q-13 0 -22.5 9.5t-9.5 22.5v1472 q0 20 17 28l480 256q7 4 15 4zM640 1536q8 0 14 -3l512 -256q18 -10 18 -29v-1472q0 -13 -9.5 -22.5t-22.5 -9.5q-8 0 -14 3l-512 256q-18 10 -18 29v1472q0 13 9.5 22.5t22.5 9.5z" />
+<glyph unicode="&#xf27a;" horiz-adv-x="1792" d="M640 640q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1024 640q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1408 640q0 53 -37.5 90.5t-90.5 37.5 t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1792 640q0 -174 -120 -321.5t-326 -233t-450 -85.5q-110 0 -211 18q-173 -173 -435 -229q-52 -10 -86 -13q-12 -1 -22 6t-13 18q-4 15 20 37q5 5 23.5 21.5t25.5 23.5t23.5 25.5t24 31.5t20.5 37 t20 48t14.5 57.5t12.5 72.5q-146 90 -229.5 216.5t-83.5 269.5q0 174 120 321.5t326 233t450 85.5t450 -85.5t326 -233t120 -321.5z" />
+<glyph unicode="&#xf27b;" horiz-adv-x="1792" d="M640 640q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1024 640q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1408 640q0 -53 -37.5 -90.5t-90.5 -37.5 t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM896 1152q-204 0 -381.5 -69.5t-282 -187.5t-104.5 -255q0 -112 71.5 -213.5t201.5 -175.5l87 -50l-27 -96q-24 -91 -70 -172q152 63 275 171l43 38l57 -6q69 -8 130 -8q204 0 381.5 69.5t282 187.5 t104.5 255t-104.5 255t-282 187.5t-381.5 69.5zM1792 640q0 -174 -120 -321.5t-326 -233t-450 -85.5q-70 0 -145 8q-198 -175 -460 -242q-49 -14 -114 -22h-5q-15 0 -27 10.5t-16 27.5v1q-3 4 -0.5 12t2 10t4.5 9.5l6 9t7 8.5t8 9q7 8 31 34.5t34.5 38t31 39.5t32.5 51 t27 59t26 76q-157 89 -247.5 220t-90.5 281q0 130 71 248.5t191 204.5t286 136.5t348 50.5t348 -50.5t286 -136.5t191 -204.5t71 -248.5z" />
+<glyph unicode="&#xf27c;" horiz-adv-x="1024" d="M512 345l512 295v-591l-512 -296v592zM0 640v-591l512 296zM512 1527v-591l-512 -296v591zM512 936l512 295v-591z" />
+<glyph unicode="&#xf27d;" horiz-adv-x="1792" d="M1709 1018q-10 -236 -332 -651q-333 -431 -562 -431q-142 0 -240 263q-44 160 -132 482q-72 262 -157 262q-18 0 -127 -76l-77 98q24 21 108 96.5t130 115.5q156 138 241 146q95 9 153 -55.5t81 -203.5q44 -287 66 -373q55 -249 120 -249q51 0 154 161q101 161 109 246 q13 139 -109 139q-57 0 -121 -26q120 393 459 382q251 -8 236 -326z" />
+<glyph unicode="&#xf27e;" d="M0 1408h1536v-1536h-1536v1536zM1085 293l-221 631l221 297h-634l221 -297l-221 -631l317 -304z" />
+<glyph unicode="&#xf280;" d="M0 1408h1536v-1536h-1536v1536zM908 1088l-12 -33l75 -83l-31 -114l25 -25l107 57l107 -57l25 25l-31 114l75 83l-12 33h-95l-53 96h-32l-53 -96h-95zM641 925q32 0 44.5 -16t11.5 -63l174 21q0 55 -17.5 92.5t-50.5 56t-69 25.5t-85 7q-133 0 -199 -57.5t-66 -182.5v-72 h-96v-128h76q20 0 20 -8v-382q0 -14 -5 -20t-18 -7l-73 -7v-88h448v86l-149 14q-6 1 -8.5 1.5t-3.5 2.5t-0.5 4t1 7t0.5 10v387h191l38 128h-231q-6 0 -2 6t4 9v80q0 27 1.5 40.5t7.5 28t19.5 20t36.5 5.5zM1248 96v86l-54 9q-7 1 -9.5 2.5t-2.5 3t1 7.5t1 12v520h-275 l-23 -101l83 -22q23 -7 23 -27v-370q0 -14 -6 -18.5t-20 -6.5l-70 -9v-86h352z" />
+<glyph unicode="&#xf281;" horiz-adv-x="1792" d="M1792 690q0 -58 -29.5 -105.5t-79.5 -72.5q12 -46 12 -96q0 -155 -106.5 -287t-290.5 -208.5t-400 -76.5t-399.5 76.5t-290 208.5t-106.5 287q0 47 11 94q-51 25 -82 73.5t-31 106.5q0 82 58 140.5t141 58.5q85 0 145 -63q218 152 515 162l116 521q3 13 15 21t26 5 l369 -81q18 37 54 59.5t79 22.5q62 0 106 -43.5t44 -105.5t-44 -106t-106 -44t-105.5 43.5t-43.5 105.5l-334 74l-104 -472q300 -9 519 -160q58 61 143 61q83 0 141 -58.5t58 -140.5zM418 491q0 -62 43.5 -106t105.5 -44t106 44t44 106t-44 105.5t-106 43.5q-61 0 -105 -44 t-44 -105zM1228 136q11 11 11 26t-11 26q-10 10 -25 10t-26 -10q-41 -42 -121 -62t-160 -20t-160 20t-121 62q-11 10 -26 10t-25 -10q-11 -10 -11 -25.5t11 -26.5q43 -43 118.5 -68t122.5 -29.5t91 -4.5t91 4.5t122.5 29.5t118.5 68zM1225 341q62 0 105.5 44t43.5 106 q0 61 -44 105t-105 44q-62 0 -106 -43.5t-44 -105.5t44 -106t106 -44z" />
+<glyph unicode="&#xf282;" horiz-adv-x="1792" d="M69 741h1q16 126 58.5 241.5t115 217t167.5 176t223.5 117.5t276.5 43q231 0 414 -105.5t294 -303.5q104 -187 104 -442v-188h-1125q1 -111 53.5 -192.5t136.5 -122.5t189.5 -57t213 -3t208 46.5t173.5 84.5v-377q-92 -55 -229.5 -92t-312.5 -38t-316 53 q-189 73 -311.5 249t-124.5 372q-3 242 111 412t325 268q-48 -60 -78 -125.5t-46 -159.5h635q8 77 -8 140t-47 101.5t-70.5 66.5t-80.5 41t-75 20.5t-56 8.5l-22 1q-135 -5 -259.5 -44.5t-223.5 -104.5t-176 -140.5t-138 -163.5z" />
+<glyph unicode="&#xf283;" horiz-adv-x="2304" d="M0 32v608h2304v-608q0 -66 -47 -113t-113 -47h-1984q-66 0 -113 47t-47 113zM640 256v-128h384v128h-384zM256 256v-128h256v128h-256zM2144 1408q66 0 113 -47t47 -113v-224h-2304v224q0 66 47 113t113 47h1984z" />
+<glyph unicode="&#xf284;" horiz-adv-x="1792" d="M1549 857q55 0 85.5 -28.5t30.5 -83.5t-34 -82t-91 -27h-136v-177h-25v398h170zM1710 267l-4 -11l-5 -10q-113 -230 -330.5 -366t-474.5 -136q-182 0 -348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71q244 0 454.5 -124t329.5 -338l2 -4l8 -16 q-30 -15 -136.5 -68.5t-163.5 -84.5q-6 -3 -479 -268q384 -183 799 -366zM896 -234q250 0 462.5 132.5t322.5 357.5l-287 129q-72 -140 -206 -222t-292 -82q-151 0 -280 75t-204 204t-75 280t75 280t204 204t280 75t280 -73.5t204 -204.5l280 143q-116 208 -321 329 t-443 121q-119 0 -232.5 -31.5t-209 -87.5t-176.5 -137t-137 -176.5t-87.5 -209t-31.5 -232.5t31.5 -232.5t87.5 -209t137 -176.5t176.5 -137t209 -87.5t232.5 -31.5z" />
+<glyph unicode="&#xf285;" horiz-adv-x="1792" d="M1427 827l-614 386l92 151h855zM405 562l-184 116v858l1183 -743zM1424 697l147 -95v-858l-532 335zM1387 718l-500 -802h-855l356 571z" />
+<glyph unicode="&#xf286;" horiz-adv-x="1792" d="M640 528v224q0 16 -16 16h-96q-16 0 -16 -16v-224q0 -16 16 -16h96q16 0 16 16zM1152 528v224q0 16 -16 16h-96q-16 0 -16 -16v-224q0 -16 16 -16h96q16 0 16 16zM1664 496v-752h-640v320q0 80 -56 136t-136 56t-136 -56t-56 -136v-320h-640v752q0 16 16 16h96 q16 0 16 -16v-112h128v624q0 16 16 16h96q16 0 16 -16v-112h128v112q0 16 16 16h96q16 0 16 -16v-112h128v112q0 16 16 16h16v393q-32 19 -32 55q0 26 19 45t45 19t45 -19t19 -45q0 -36 -32 -55v-9h272q16 0 16 -16v-224q0 -16 -16 -16h-272v-128h16q16 0 16 -16v-112h128 v112q0 16 16 16h96q16 0 16 -16v-112h128v112q0 16 16 16h96q16 0 16 -16v-624h128v112q0 16 16 16h96q16 0 16 -16z" />
+<glyph unicode="&#xf287;" horiz-adv-x="2304" d="M2288 731q16 -8 16 -27t-16 -27l-320 -192q-8 -5 -16 -5q-9 0 -16 4q-16 10 -16 28v128h-858q37 -58 83 -165q16 -37 24.5 -55t24 -49t27 -47t27 -34t31.5 -26t33 -8h96v96q0 14 9 23t23 9h320q14 0 23 -9t9 -23v-320q0 -14 -9 -23t-23 -9h-320q-14 0 -23 9t-9 23v96h-96 q-32 0 -61 10t-51 23.5t-45 40.5t-37 46t-33.5 57t-28.5 57.5t-28 60.5q-23 53 -37 81.5t-36 65t-44.5 53.5t-46.5 17h-360q-22 -84 -91 -138t-157 -54q-106 0 -181 75t-75 181t75 181t181 75q88 0 157 -54t91 -138h104q24 0 46.5 17t44.5 53.5t36 65t37 81.5q19 41 28 60.5 t28.5 57.5t33.5 57t37 46t45 40.5t51 23.5t61 10h107q21 57 70 92.5t111 35.5q80 0 136 -56t56 -136t-56 -136t-136 -56q-62 0 -111 35.5t-70 92.5h-107q-17 0 -33 -8t-31.5 -26t-27 -34t-27 -47t-24 -49t-24.5 -55q-46 -107 -83 -165h1114v128q0 18 16 28t32 -1z" />
+<glyph unicode="&#xf288;" horiz-adv-x="1792" d="M1150 774q0 -56 -39.5 -95t-95.5 -39h-253v269h253q56 0 95.5 -39.5t39.5 -95.5zM1329 774q0 130 -91.5 222t-222.5 92h-433v-896h180v269h253q130 0 222 91.5t92 221.5zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348 t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
+<glyph unicode="&#xf289;" horiz-adv-x="2304" d="M1645 438q0 59 -34 106.5t-87 68.5q-7 -45 -23 -92q-7 -24 -27.5 -38t-44.5 -14q-12 0 -24 3q-31 10 -45 38.5t-4 58.5q23 71 23 143q0 123 -61 227.5t-166 165.5t-228 61q-134 0 -247 -73t-167 -194q108 -28 188 -106q22 -23 22 -55t-22 -54t-54 -22t-55 22 q-75 75 -180 75q-106 0 -181 -74.5t-75 -180.5t75 -180.5t181 -74.5h1046q79 0 134.5 55.5t55.5 133.5zM1798 438q0 -142 -100.5 -242t-242.5 -100h-1046q-169 0 -289 119.5t-120 288.5q0 153 100 267t249 136q62 184 221 298t354 114q235 0 408.5 -158.5t196.5 -389.5 q116 -25 192.5 -118.5t76.5 -214.5zM2048 438q0 -175 -97 -319q-23 -33 -64 -33q-24 0 -43 13q-26 17 -32 48.5t12 57.5q71 104 71 233t-71 233q-18 26 -12 57t32 49t57.5 11.5t49.5 -32.5q97 -142 97 -318zM2304 438q0 -244 -134 -443q-23 -34 -64 -34q-23 0 -42 13 q-26 18 -32.5 49t11.5 57q108 164 108 358q0 195 -108 357q-18 26 -11.5 57.5t32.5 48.5q26 18 57 12t49 -33q134 -198 134 -442z" />
+<glyph unicode="&#xf28a;" d="M1500 -13q0 -89 -63 -152.5t-153 -63.5t-153.5 63.5t-63.5 152.5q0 90 63.5 153.5t153.5 63.5t153 -63.5t63 -153.5zM1267 268q-115 -15 -192.5 -102.5t-77.5 -205.5q0 -74 33 -138q-146 -78 -379 -78q-109 0 -201 21t-153.5 54.5t-110.5 76.5t-76 85t-44.5 83 t-23.5 66.5t-6 39.5q0 19 4.5 42.5t18.5 56t36.5 58t64 43.5t94.5 18t94 -17.5t63 -41t35.5 -53t17.5 -49t4 -33.5q0 -34 -23 -81q28 -27 82 -42t93 -17l40 -1q115 0 190 51t75 133q0 26 -9 48.5t-31.5 44.5t-49.5 41t-74 44t-93.5 47.5t-119.5 56.5q-28 13 -43 20 q-116 55 -187 100t-122.5 102t-72 125.5t-20.5 162.5q0 78 20.5 150t66 137.5t112.5 114t166.5 77t221.5 28.5q120 0 220 -26t164.5 -67t109.5 -94t64 -105.5t19 -103.5q0 -46 -15 -82.5t-36.5 -58t-48.5 -36t-49 -19.5t-39 -5h-8h-32t-39 5t-44 14t-41 28t-37 46t-24 70.5 t-10 97.5q-15 16 -59 25.5t-81 10.5l-37 1q-68 0 -117.5 -31t-70.5 -70t-21 -76q0 -24 5 -43t24 -46t53 -51t97 -53.5t150 -58.5q76 -25 138.5 -53.5t109 -55.5t83 -59t60.5 -59.5t41 -62.5t26.5 -62t14.5 -63.5t6 -62t1 -62.5z" />
+<glyph unicode="&#xf28b;" d="M704 352v576q0 14 -9 23t-23 9h-256q-14 0 -23 -9t-9 -23v-576q0 -14 9 -23t23 -9h256q14 0 23 9t9 23zM1152 352v576q0 14 -9 23t-23 9h-256q-14 0 -23 -9t-9 -23v-576q0 -14 9 -23t23 -9h256q14 0 23 9t9 23zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103 t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
+<glyph unicode="&#xf28c;" d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM768 96q148 0 273 73t198 198t73 273t-73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273 t73 -273t198 -198t273 -73zM864 320q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-576q0 -14 -9 -23t-23 -9h-192zM480 320q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-576q0 -14 -9 -23t-23 -9h-192z" />
+<glyph unicode="&#xf28d;" d="M1088 352v576q0 14 -9 23t-23 9h-576q-14 0 -23 -9t-9 -23v-576q0 -14 9 -23t23 -9h576q14 0 23 9t9 23zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5 t103 -385.5z" />
+<glyph unicode="&#xf28e;" d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM768 96q148 0 273 73t198 198t73 273t-73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273 t73 -273t198 -198t273 -73zM480 320q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h576q14 0 23 -9t9 -23v-576q0 -14 -9 -23t-23 -9h-576z" />
+<glyph unicode="&#xf290;" horiz-adv-x="1792" d="M1757 128l35 -313q3 -28 -16 -50q-19 -21 -48 -21h-1664q-29 0 -48 21q-19 22 -16 50l35 313h1722zM1664 967l86 -775h-1708l86 775q3 24 21 40.5t43 16.5h256v-128q0 -53 37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5v128h384v-128q0 -53 37.5 -90.5t90.5 -37.5 t90.5 37.5t37.5 90.5v128h256q25 0 43 -16.5t21 -40.5zM1280 1152v-256q0 -26 -19 -45t-45 -19t-45 19t-19 45v256q0 106 -75 181t-181 75t-181 -75t-75 -181v-256q0 -26 -19 -45t-45 -19t-45 19t-19 45v256q0 159 112.5 271.5t271.5 112.5t271.5 -112.5t112.5 -271.5z" />
+<glyph unicode="&#xf291;" horiz-adv-x="2048" d="M1920 768q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5h-15l-115 -662q-8 -46 -44 -76t-82 -30h-1280q-46 0 -82 30t-44 76l-115 662h-15q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5h1792zM485 -32q26 2 43.5 22.5t15.5 46.5l-32 416q-2 26 -22.5 43.5 t-46.5 15.5t-43.5 -22.5t-15.5 -46.5l32 -416q2 -25 20.5 -42t43.5 -17h5zM896 32v416q0 26 -19 45t-45 19t-45 -19t-19 -45v-416q0 -26 19 -45t45 -19t45 19t19 45zM1280 32v416q0 26 -19 45t-45 19t-45 -19t-19 -45v-416q0 -26 19 -45t45 -19t45 19t19 45zM1632 27l32 416 q2 26 -15.5 46.5t-43.5 22.5t-46.5 -15.5t-22.5 -43.5l-32 -416q-2 -26 15.5 -46.5t43.5 -22.5h5q25 0 43.5 17t20.5 42zM476 1244l-93 -412h-132l101 441q19 88 89 143.5t160 55.5h167q0 26 19 45t45 19h384q26 0 45 -19t19 -45h167q90 0 160 -55.5t89 -143.5l101 -441 h-132l-93 412q-11 44 -45.5 72t-79.5 28h-167q0 -26 -19 -45t-45 -19h-384q-26 0 -45 19t-19 45h-167q-45 0 -79.5 -28t-45.5 -72z" />
+<glyph unicode="&#xf292;" horiz-adv-x="1792" d="M991 512l64 256h-254l-64 -256h254zM1759 1016l-56 -224q-7 -24 -31 -24h-327l-64 -256h311q15 0 25 -12q10 -14 6 -28l-56 -224q-5 -24 -31 -24h-327l-81 -328q-7 -24 -31 -24h-224q-16 0 -26 12q-9 12 -6 28l78 312h-254l-81 -328q-7 -24 -31 -24h-225q-15 0 -25 12 q-9 12 -6 28l78 312h-311q-15 0 -25 12q-9 12 -6 28l56 224q7 24 31 24h327l64 256h-311q-15 0 -25 12q-10 14 -6 28l56 224q5 24 31 24h327l81 328q7 24 32 24h224q15 0 25 -12q9 -12 6 -28l-78 -312h254l81 328q7 24 32 24h224q15 0 25 -12q9 -12 6 -28l-78 -312h311 q15 0 25 -12q9 -12 6 -28z" />
+<glyph unicode="&#xf293;" d="M841 483l148 -148l-149 -149zM840 1094l149 -149l-148 -148zM710 -130l464 464l-306 306l306 306l-464 464v-611l-255 255l-93 -93l320 -321l-320 -321l93 -93l255 255v-611zM1429 640q0 -209 -32 -365.5t-87.5 -257t-140.5 -162.5t-181.5 -86.5t-219.5 -24.5 t-219.5 24.5t-181.5 86.5t-140.5 162.5t-87.5 257t-32 365.5t32 365.5t87.5 257t140.5 162.5t181.5 86.5t219.5 24.5t219.5 -24.5t181.5 -86.5t140.5 -162.5t87.5 -257t32 -365.5z" />
+<glyph unicode="&#xf294;" horiz-adv-x="1024" d="M596 113l173 172l-173 172v-344zM596 823l173 172l-173 172v-344zM628 640l356 -356l-539 -540v711l-297 -296l-108 108l372 373l-372 373l108 108l297 -296v711l539 -540z" />
+<glyph unicode="&#xf295;" d="M1280 256q0 52 -38 90t-90 38t-90 -38t-38 -90t38 -90t90 -38t90 38t38 90zM512 1024q0 52 -38 90t-90 38t-90 -38t-38 -90t38 -90t90 -38t90 38t38 90zM1536 256q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5t271.5 -112.5 t112.5 -271.5zM1440 1344q0 -20 -13 -38l-1056 -1408q-19 -26 -51 -26h-160q-26 0 -45 19t-19 45q0 20 13 38l1056 1408q19 26 51 26h160q26 0 45 -19t19 -45zM768 1024q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5 t271.5 -112.5t112.5 -271.5z" />
+<glyph unicode="&#xf296;" horiz-adv-x="1792" />
+<glyph unicode="&#xf297;" horiz-adv-x="1792" />
+<glyph unicode="&#xf298;" horiz-adv-x="1792" />
+<glyph unicode="&#xf299;" horiz-adv-x="1792" />
+<glyph unicode="&#xf29a;" horiz-adv-x="1792" />
+<glyph unicode="&#xf29b;" horiz-adv-x="1792" />
+<glyph unicode="&#xf29c;" horiz-adv-x="1792" />
+<glyph unicode="&#xf29d;" horiz-adv-x="1792" />
+<glyph unicode="&#xf29e;" horiz-adv-x="1792" />
 <glyph unicode="&#xf500;" horiz-adv-x="1792" />
 </font>
 </defs></svg> 
\ No newline at end of file
Binary file src/ztfy/myams/resources/css/fonts/fontawesome-webfont.ttf has changed
Binary file src/ztfy/myams/resources/css/fonts/fontawesome-webfont.woff has changed
Binary file src/ztfy/myams/resources/css/fonts/fontawesome-webfont.woff2 has changed
--- a/src/ztfy/myams/resources/css/myams.css	Fri Jan 29 15:36:00 2016 +0100
+++ b/src/ztfy/myams/resources/css/myams.css	Fri Jan 29 15:37:22 2016 +0100
@@ -1,4 +1,3 @@
-(node) util.print is deprecated. Use console.log instead.
 /*
  * MyAMS
  * « My Application Management Skin »
@@ -13,6 +12,30 @@
 /*
  * Colors variations
  */
+.txt-color-danger {
+  color: #a94442 !important;
+}
+.txt-color-warning {
+  color: #6b6d31 !important;
+}
+.txt-color-info {
+  color: #346597 !important;
+}
+.txt-color-success {
+  color: #296829 !important;
+}
+.bg-color-danger {
+  background-color: #a94442 !important;
+}
+.bg-color-warning {
+  background-color: #6b6d31 !important;
+}
+.bg-color-info {
+  background-color: #346597 !important;
+}
+.bg-color-success {
+  background-color: #5cb85c !important;
+}
 .txt-color-text {
   color: #333333 !important;
 }
@@ -3068,6 +3091,13 @@
   font-weight: bold;
   font-style: normal;
 }
+@font-face {
+  font-family: 'OpenSans';
+  src: url('fonts/OpenSans-Regular.eot');
+  src: url('fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Regular.woff2') format('woff2'), url('fonts/OpenSans-Regular.woff') format('woff'), url('fonts/OpenSans-Regular.ttf') format('truetype'), url('fonts/OpenSans-Regular.svg') format('svg');
+  font-weight: normal;
+  font-style: normal;
+}
 html,
 body {
   font-family: Ubuntu, Arial, Helvetica, sans-serif;
@@ -3104,6 +3134,9 @@
 .align-base {
   vertical-align: baseline!important;
 }
+.align-middle {
+  vertical-align: middle!important;
+}
 .opacity-25 {
   opacity: 0.25!important;
 }
@@ -3295,13 +3328,13 @@
   margin-bottom: -4px !important;
   margin-right: -4px !important;
 }
-.bordered {
+.bordered:not(:empty) {
   border: 1px solid #ccc;
 }
-.bordered:hover {
-  border: 1px solid #bbbbbb;
-}
-.bordered.nohover:hover {
+.bordered:not(:empty):hover {
+  border-color: #bbbbbb;
+}
+.bordered:not(:empty).nohover:hover {
   border-color: #ccc;
 }
 .no-border,
@@ -3339,6 +3372,9 @@
   border-top-right-radius: 4px!important;
   border-bottom-right-radius: 4px!important;
 }
+.width-nomin {
+  min-width: 0!important;
+}
 .width-100 {
   width: 100px;
   max-width: 100px;
@@ -3704,7 +3740,10 @@
   }
 }
 .page-title {
-  margin: 12px 0 15px;
+  margin: 7px 0 10px;
+}
+.page-title a {
+  color: #6F8696;
 }
 .page-title a:hover,
 .page-title a:active {
@@ -3824,6 +3863,16 @@
   padding-left: 0;
   text-align: left;
 }
+.top-menu.bordered {
+  background-color: white;
+  padding-top: 4px;
+  padding-bottom: 9px;
+  border-color: silver;
+  border-width: 2px 2px 0;
+  border-style: solid;
+  border-radius: 8px 8px 0 0;
+  margin-left: -1px;
+}
 .top-tabs {
   display: inline-block;
   padding: 7px 13px 0;
@@ -3866,6 +3915,75 @@
 .top-selector:hover {
   color: #333;
 }
+#user-menu {
+  position: relative;
+}
+#user-menu .btn {
+  position: relative;
+  margin-top: 10px;
+  margin-bottom: 8px;
+  padding: 3px 6px 3px 0;
+  width: 60px;
+}
+@media (max-width: 767px) {
+  #user-menu .btn {
+    margin-top: 5px;
+    margin-left: 5px!important;
+    width: 40px;
+    padding-top: 5px;
+    padding-bottom: 4px;
+  }
+  #user-menu .btn i.fa {
+    float: none!important;
+    font-size: 150%;
+  }
+}
+#user-menu .btn img,
+#user-menu .btn i.img {
+  position: absolute;
+  left: -1px;
+  top: -4px;
+  border: solid 1px white;
+  padding: 2px;
+  background-color: white;
+  transform: rotate(-7deg);
+}
+@media (max-width: 767px) {
+  #user-menu .btn img,
+  #user-menu .btn i.img {
+    display: none;
+  }
+}
+#user-menu .btn i.img {
+  width: 34px;
+  height: 34px;
+  color: #999;
+  opacity: 1;
+  font-size: 220%;
+}
+#user-menu .btn:active img,
+#user-menu .btn:active i.img {
+  left: -2px;
+  top: -5px;
+}
+@media (max-width: 767px) {
+  #user-menu .dropdown-menu a {
+    width: auto!important;
+  }
+}
+#user-activity {
+  position: relative;
+}
+#user-activity .badge {
+  position: absolute;
+  top: 2px;
+  right: -8px;
+}
+@media (max-width: 767px) {
+  #user-activity .badge {
+    top: -2px;
+  }
+}
 @media (max-width: 979px) {
   #login-info {
     display: none;
@@ -4184,6 +4302,17 @@
   background: 0 0;
   vertical-align: top;
 }
+#ribbon .breadcrumb li.strong a {
+  line-height: 1em;
+  font-weight: bold;
+  font-size: 120%;
+  color: white!important;
+}
+@media only screen and (min-width: 0) and (max-width: 679px) {
+  #ribbon .breadcrumb li.strong a {
+    color: #333!important;
+  }
+}
 #ribbon .breadcrumb,
 #ribbon .breadcrumb a {
   color: #ddd!important;
@@ -4196,7 +4325,10 @@
   }
 }
 #ribbon .breadcrumb > li + li:before {
-  padding: 0 1px 0 5px;
+  padding: 0 3px;
+}
+#ribbon .breadcrumb > li + li.strong:before {
+  padding-right: 1px;
 }
 #ribbon .breadcrumb li:last-child,
 #ribbon .breadcrumb > .active {
@@ -4357,14 +4489,14 @@
   margin-top: -10px;
 }
 .login-info img {
-  width: 25px;
+  width: 24px;
   height: auto;
   display: inline-block;
   vertical-align: middle;
-  margin-top: -3px;
-  margin-right: 7px;
+  margin-top: -6px;
+  margin-right: 0;
   margin-left: 0;
-  border-left: 3px solid #fff;
+  border-left: 0;
 }
 .minifyme {
   border-bottom: 1px solid #302F2F;
@@ -4714,6 +4846,18 @@
   left: 0;
   top: 0;
 }
+#shortcut ul li a {
+  display: inline-block;
+  box-sizing: content-box;
+  text-transform: capitalize;
+  font-size: 14px;
+  color: #333;
+  text-decoration: none;
+}
+#shortcut ul li a span {
+  display: inline-block;
+  padding: 0 0 0 10px;
+}
 #shortcut .version {
   position: absolute;
   right: 10px;
@@ -5154,7 +5298,6 @@
 }
 nav ul {
   width: 100%;
-  padding: 40px 28px 25px 0;
   padding: 0;
   margin: 0;
   font-size: 13px;
@@ -5170,14 +5313,15 @@
   height: 20px;
   border: 0;
 }
+nav ul li.divider:last-child {
+  display: none;
+}
 nav ul li.header {
   font-family: "Ubuntu-Light", Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: bold;
   color: #eee;
   background-color: #b13510;
-  border-top-color: #d44918;
-  border-bottom-color: #a13812;
   padding: 4px 10px 4px 20px;
   line-height: 18px;
 }
@@ -5226,7 +5370,7 @@
   position: absolute;
   right: -21px;
   font-size: 20px;
-  color: #eee;
+  color: #e5e2cf;
 }
 nav ul li.active.open > a:before {
   content: "";
@@ -5242,6 +5386,15 @@
   color: #fefefe!important;
   position: relative;
 }
+nav ul.active li.active > a {
+  cursor: default;
+}
+nav ul.active li.active > a.open {
+  cursor: pointer;
+}
+nav ul.active li.active > a.open.active {
+  cursor: default;
+}
 nav ul b {
   float: right;
   font-size: 14px;
@@ -5329,10 +5482,6 @@
 nav ul ul b {
   color: #B3B3B3;
 }
-nav > ul > li {
-  border-top: 1px solid #718999;
-  border-bottom: 1px solid #576975;
-}
 nav > ul > li:hover > ul::before,
 nav > ul > li:hover > ul > li::before {
   border-color: #ACACAC!important;
@@ -5342,6 +5491,7 @@
 }
 nav > ul > li > a b {
   position: absolute!important;
+  visibility: hidden;
   right: 10px;
   top: 10px;
 }
@@ -5373,6 +5523,10 @@
   text-align: center;
   border: 1px solid rgba(255, 255, 255, 0.1);
 }
+nav > ul > li:not(.open) > a:hover b,
+nav > ul > li.open:not(.active) > a:hover b {
+  visibility: visible;
+}
 nav > ul > li > ul::before {
   content: "";
   display: block;
@@ -6208,6 +6362,9 @@
 .viewport-y {
   overflow-y: auto;
 }
+.viewport-y-none {
+  overflow-y: hidden!important;
+}
 .viewport-y.viewport-100 {
   max-height: 100px;
 }
@@ -6232,6 +6389,9 @@
 .viewport-x {
   overflow-x: auto;
 }
+.viewport-x-none {
+  overflow-x: hidden!important;
+}
 .viewport-x.viewport-100 {
   max-width: 100px;
 }
@@ -7371,22 +7531,49 @@
 .table-dnd tbody tr.dragging-row td {
   background-color: #cedbf7 !important;
 }
-.table-dnd tbody tr td:first-child {
+.table-dnd tbody tr:not(.no-drag-handle) td:first-child {
   padding-left: 20px!important;
 }
+.table-dnd tbody td.sorter,
+.table-dnd tbody td.sorter a {
+  cursor: move!important;
+}
 .table-dnd tbody td.drag-handle {
   background: transparent url('../img/vert-drag-handle.png') scroll no-repeat left 50%;
 }
+table:not(.table-dnd) td.sorter a {
+  display: none;
+}
 .table-tight td,
 .table-tight th {
   padding: 4px 8px!important;
   line-height: 1.3!important;
 }
+.table-tight td input[type="text"],
+.table-tight th input[type="text"] {
+  height: 20px;
+  padding: 3px 8px;
+}
+.table-small td,
+.table-small th {
+  padding: 2px 8px!important;
+  line-height: 1.2!important;
+}
+.table-small td input[type="text"],
+.table-small th input[type="text"] {
+  height: 18px;
+  padding: 2px 8px;
+}
 .table-mini td,
 .table-mini th {
   padding: 1px 8px!important;
   line-height: 1.1!important;
 }
+.table-mini td input[type="text"],
+.table-mini th input[type="text"] {
+  height: 16px;
+  padding: 1px 8px;
+}
 .table-bordered > thead > tr > td,
 .table-bordered > thead > tr > th {
   border-width: 1px;
@@ -7440,7 +7627,7 @@
   background: #fafafa;
   font-size: 11px;
   overflow: hidden;
-  padding: 5px 10px!important;
+  padding: 5px 10px;
   border-top: 1px solid #ccc;
   -webkit-box-shadow: inset 0 1px #fff;
   -ms-box-shadow: inset 0 1px #fff;
@@ -7518,10 +7705,10 @@
   background: url(../img/datatable/sort_both.png) no-repeat center right;
 }
 .dataTables_wrapper table.table thead .sorting_asc {
-  background: url(../img/datatable/sort_asc.png) no-repeat center right;
+  background: #e0f8ff url(../img/datatable/sort_asc.png) no-repeat center right;
 }
 .dataTables_wrapper table.table thead .sorting_desc {
-  background: url(../img/datatable/sort_desc.png) no-repeat center right;
+  background: #d4f0ff url(../img/datatable/sort_desc.png) no-repeat center right;
 }
 .dataTables_wrapper table.table thead .sorting_asc_disabled {
   background: url(../img/datatable/sort_asc_disabled.png) no-repeat center right;
@@ -9134,6 +9321,13 @@
 .ams-form .textarea textarea[readonly] {
   border-bottom: 1px solid #ccc!important;
 }
+.ams-form .input input[readonly]:focus,
+.ams-form .select select[readonly]:focus,
+.ams-form .textarea textarea[readonly]:focus {
+  -webkit-box-shadow: none;
+  -moz-box-shadow: none;
+  box-shadow: none;
+}
 .ams-form .input input.display-mode,
 .ams-form .select select.display-mode,
 .ams-form .textarea textarea.display-mode {
@@ -9347,6 +9541,27 @@
   height: 11px;
   font: 300 12px/16px FontAwesome;
 }
+.inner-table-form .ams-form > fieldset {
+  margin-top: 10px;
+  margin-bottom: 0;
+}
+.inner-table-form .ams-form legend {
+  background-color: white;
+}
+.inner-table-form .ams-form .form-group {
+  padding: 5px 10px 0;
+}
+.inner-table-form .ams-form input[type="text"] {
+  height: 28px;
+}
+.inner-table-form .ams-form .mce-edit-area > iframe {
+  min-height: 250px!important;
+}
+.inner-table-form .ams-form footer {
+  padding: 5px 20px;
+  border-top: 0;
+  background-color: transparent;
+}
 .ams-form .toggle {
   margin-bottom: 4px;
   padding-right: 61px;
@@ -10393,9 +10608,68 @@
   padding: 6px 4px 3px;
   border: 1px solid #fff;
 }
+.mce-container,
+.mce-container *,
+.mce-widget,
+.mce-widget *,
+.mce-reset {
+  font-family: Ubuntu, Arial, Helvetica, sans-serif !important;
+  font-size: 13px;
+}
+.mce-container button,
+.mce-container * button,
+.mce-widget button,
+.mce-widget * button,
+.mce-reset button {
+  padding: 2px 10px!important;
+}
+.mce-container .mce-ico,
+.mce-container * .mce-ico,
+.mce-widget .mce-ico,
+.mce-widget * .mce-ico,
+.mce-reset .mce-ico {
+  font-family: tinymce, Arial!important;
+  font-size: 14px!important;
+}
+.mce-panel {
+  background-image: none!important;
+  border-color: #ccc!important;
+}
+.mce-menubar .mce-menubtn button {
+  padding: 2px 10px;
+  line-height: 16px;
+}
+.mce-menubar .mce-menubtn button span {
+  font-size: 12px;
+  line-height: 16px;
+}
+.mce-menubar .mce-menubtn button .mce-caret {
+  margin-top: 6px;
+}
+.mce-menubtn span {
+  font-size: 13px!important;
+}
+.mce-btn-group .mce-btn {
+  border-color: #ccc!important;
+}
+.mce-btn {
+  background-image: none!important;
+}
+.mce-colorbutton button {
+  padding: 2px 1px 2px 5px!important;
+}
 .mce-edit-area > iframe {
   min-height: 400px!important;
 }
+.mce-path,
+.mce-wordcount {
+  padding: 2px 8px!important;
+  font-size: 12px!important;
+}
+.mce-path button,
+.mce-wordcount button {
+  font-size: 12px!important;
+}
 .client-form header {
   padding: 15px 13px;
   margin: 0;
@@ -10446,8 +10720,6 @@
 .btn {
   padding: 6px 12px;
   border-radius: 2px;
-  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
-  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
 }
 .btn-toolbar .btn {
   padding: 4px;
@@ -10677,6 +10949,9 @@
   font-size: 17px;
   margin: 10px 0 0;
 }
+.btn-header > :first-child > a[href] {
+  cursor: pointer!important;
+}
 .btn-header > :first-child > a:hover {
   border: 1px solid #bfbfbf;
   color: #222;
@@ -10724,6 +10999,9 @@
   padding: 0 8px;
   text-align: center;
 }
+.widget-toolbar:empty {
+  padding: 0;
+}
 .widget-toolbar.no-border {
   border-left: 0;
 }
@@ -11929,15 +12207,13 @@
   color: #999!important;
 }
 .select2-container.select2-container-disabled .select2-choice {
-  background-color: #f4f4f4;
   background-image: none;
-  border: 1px solid #ddd;
+  border: 1px solid transparent;
+  border-bottom: 1px solid #ccc;
   cursor: default;
 }
 .select2-container.select2-container-disabled .select2-choice .select2-arrow {
-  background-color: #f4f4f4;
-  background-image: none;
-  border-left: 0;
+  display: none;
 }
 .select2-container.select2-container-disabled .select2-choice abbr {
   display: none;
@@ -11994,7 +12270,7 @@
 }
 .select2-container-multi .select2-choices .select2-search-choice {
   padding: 1px 28px 1px 8px;
-  margin: 2px 0 2px 2px;
+  margin: 2px;
   position: relative;
   line-height: 18px;
   color: #fff;
@@ -12024,6 +12300,8 @@
 }
 .select2-container-multi.ordered .select2-choices li {
   float: none;
+}
+.select2-container-multi.ordered .select2-choices li.select2-search-choice {
   cursor: move;
 }
 .select2-container-multi.ordered .select2-choices li.ui-state-highlight {
@@ -12042,12 +12320,15 @@
   background: rgba(0, 0, 0, 0.3);
 }
 .select2-container-multi.select2-container-disabled .select2-choices {
-  background-color: #f4f4f4;
   background-image: none;
   border: 1px solid transparent;
   border-bottom: 1px solid #ccc;
   cursor: default;
 }
+.select2-container-multi.select2-container-disabled .select2-choices:hover {
+  border-color: transparent!important;
+  border-bottom: 1px solid #ccc!important;
+}
 .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
   padding: 1px 5px;
   border: 1px solid #4a90cc;
@@ -12123,7 +12404,7 @@
   overflow: hidden;
   padding: 0;
 }
-label.with-icon > i.icon-append + .select2-parent .select2-choices {
+label.with-icon > i.icon-append + .select2-parent > .select2-choices {
   padding-right: 29px;
 }
 .multiselect-container {
@@ -13877,6 +14158,9 @@
   overflow: hidden;
   background-repeat: no-repeat;
 }
+.ui-sortable .ui-sortable-handle {
+  cursor: move;
+}
 /*
  * UI widget
  */
@@ -15209,18 +15493,33 @@
 .modal-dialog .modal-body .modal-viewport {
   min-height: 140px;
 }
+.modal-dialog .close:hover {
+  background-color: white;
+}
 .modal-dialog .suffix .alert {
   margin-bottom: 0;
 }
 .modal-dialog .suffix .alert:last-child {
   border-radius: 0 0 5px 5px;
 }
+.modal-header {
+  position: relative;
+}
+.modal-header .toolbar {
+  position: absolute;
+  right: 10px;
+  bottom: -19px;
+  z-index: 1;
+}
 .modal-title img {
   margin: 0 15px 0 0;
 }
 .modal-overflow .modal-body {
   overflow: hidden;
 }
+.modal-viewport fieldset .alert {
+  margin: 0 -5px 5px !important;
+}
 .ui-dialog {
   position: absolute;
   top: 0;
--- a/src/ztfy/myams/resources/css/myams.min.css	Fri Jan 29 15:36:00 2016 +0100
+++ b/src/ztfy/myams/resources/css/myams.min.css	Fri Jan 29 15:37:22 2016 +0100
@@ -1,1 +1,1 @@
-(node) util.print is deprecated. Use console.log instead. .txt-color-text{color:#333!important}.txt-color-blue{color:#60747c!important}.txt-color-blueLight{color:#ccdadf!important}.txt-color-blueDark{color:#4c4f53!important}.txt-color-green{color:#356e35!important}.txt-color-greenLight{color:#71843f!important}.txt-color-greenDark{color:#496949!important}.txt-color-red{color:#931313!important}.txt-color-yellow{color:#d4c737!important}.txt-color-yellowLight{color:#fff03d!important}.txt-color-orange{color:#c79121!important}.txt-color-orangeLight{color:#ee9000!important}.txt-color-orangeDark{color:#a57225!important}.txt-color-pink{color:#ac5287!important}.txt-color-pinkDark{color:#a8829f!important}.txt-color-purple{color:#65596b!important}.txt-color-darken{color:#404040!important}.txt-color-silver{color:#b4b4b4!important}.txt-color-lighten{color:#d5e7ec!important}.txt-color-white{color:#dedede!important}.txt-color-grayDark{color:#525252!important}.txt-color-magenta{color:#6e3671!important}.txt-color-teal{color:#568a89!important}.txt-color-redLight{color:#a65858!important}.txt-color-active{color:#3276b1!important}.txt-color-activeBg{color:#cedbf7!important}.bg-color-blue{background-color:#60747c!important}.bg-color-blueLight{background-color:#ccdadf!important}.bg-color-blueDark{background-color:#4c4f53!important}.bg-color-green{background-color:#356e35!important}.bg-color-greenLight{background-color:#71843f!important}.bg-color-greenDark{background-color:#496949!important}.bg-color-red{background-color:#931313!important}.bg-color-yellow{background-color:#d4c737!important}.bg-color-yellowLight{background-color:#fff03d!important}.bg-color-orange{background-color:#c79121!important}.bg-color-orangeLight{background-color:#ee9000!important}.bg-color-orangeDark{background-color:#a57225!important}.bg-color-pink{background-color:#ac5287!important}.bg-color-pinkDark{background-color:#a8829f!important}.bg-color-purple{background-color:#65596b!important}.bg-color-darken{background-color:#404040!important}.bg-color-silver{background-color:#b4b4b4!important}.bg-color-lighten{background-color:#d5e7ec!important}.bg-color-white{background-color:#dedede!important}.bg-color-grayDark{background-color:#525252!important}.bg-color-magenta{background-color:#6e3671!important}.bg-color-teal{background-color:#568a89!important}.bg-color-redLight{background-color:#a65858!important}.bg-color-active{background-color:#3276b1!important}.bg-color-activeBg{background-color:#cedbf7!important}@-webkit-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@-webkit-keyframes shake{0%,100%{-webkit-transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px)}}@keyframes shake{0%,100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}}@-webkit-keyframes bounce{0%,100%,20%,50%,80%{-webkit-transform:translateY(0)}40%{-webkit-transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px)}}@keyframes bounce{0%,100%,20%,50%,80%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);-ms-transform:translateY(-15px);transform:translateY(-15px)}}@-webkit-keyframes tada{0%{-webkit-transform:scale(1)}10%,20%{-webkit-transform:scale(0.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0)}}@keyframes tada{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(0.9) rotate(-3deg);-ms-transform:scale(0.9) rotate(-3deg);transform:scale(0.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);-ms-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);-ms-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0);-ms-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}@-webkit-keyframes swing{100%,20%,40%,60%,80%{-webkit-transform-origin:top center}20%{-webkit-transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg)}100%{-webkit-transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);-ms-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);-ms-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);-ms-transform:rotate(-5deg);transform:rotate(-5deg)}100%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes wobble{0%{-webkit-transform:translateX(0)}15%{-webkit-transform:translateX(-25%) rotate(-5deg)}30%{-webkit-transform:translateX(20%) rotate(3deg)}45%{-webkit-transform:translateX(-15%) rotate(-3deg)}60%{-webkit-transform:translateX(10%) rotate(2deg)}75%{-webkit-transform:translateX(-5%) rotate(-1deg)}100%{-webkit-transform:translateX(0)}}@keyframes wobble{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}15%{-webkit-transform:translateX(-25%) rotate(-5deg);-ms-transform:translateX(-25%) rotate(-5deg);transform:translateX(-25%) rotate(-5deg)}30%{-webkit-transform:translateX(20%) rotate(3deg);-ms-transform:translateX(20%) rotate(3deg);transform:translateX(20%) rotate(3deg)}45%{-webkit-transform:translateX(-15%) rotate(-3deg);-ms-transform:translateX(-15%) rotate(-3deg);transform:translateX(-15%) rotate(-3deg)}60%{-webkit-transform:translateX(10%) rotate(2deg);-ms-transform:translateX(10%) rotate(2deg);transform:translateX(10%) rotate(2deg)}75%{-webkit-transform:translateX(-5%) rotate(-1deg);-ms-transform:translateX(-5%) rotate(-1deg);transform:translateX(-5%) rotate(-1deg)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1)}50%{-webkit-transform:scale(1.1)}100%{-webkit-transform:scale(1)}}@keyframes pulse{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-webkit-animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-webkit-animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);-webkit-animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-webkit-animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-ms-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-ms-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-ms-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);-ms-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-ms-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-10deg)}70%{-webkit-transform:perspective(400px) rotateX(10deg)}100%{-webkit-transform:perspective(400px) rotateX(0deg);opacity:1}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);-ms-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-10deg);-ms-transform:perspective(400px) rotateX(-10deg);transform:perspective(400px) rotateX(-10deg)}70%{-webkit-transform:perspective(400px) rotateX(10deg);-ms-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}100%{-webkit-transform:perspective(400px) rotateX(0deg);-ms-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1}}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px) rotateX(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px) rotateX(0deg);-ms-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateX(90deg);-ms-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-10deg)}70%{-webkit-transform:perspective(400px) rotateY(10deg)}100%{-webkit-transform:perspective(400px) rotateY(0deg);opacity:1}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);-ms-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-10deg);-ms-transform:perspective(400px) rotateY(-10deg);transform:perspective(400px) rotateY(-10deg)}70%{-webkit-transform:perspective(400px) rotateY(10deg);-ms-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}100%{-webkit-transform:perspective(400px) rotateY(0deg);-ms-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);opacity:1}}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px) rotateY(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px) rotateY(0deg);-ms-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateY(90deg);-ms-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px)}100%{opacity:1;-webkit-transform:translateY(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px)}100%{opacity:1;-webkit-transform:translateX(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px)}100%{opacity:1;-webkit-transform:translateX(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-20px)}}@keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}}@-webkit-keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(20px)}}@keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}}@-webkit-keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-20px)}}@keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}}@-webkit-keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(20px)}}@keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}}@-webkit-keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px)}}@keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}@-webkit-keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px)}}@keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px)}}@keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}@-webkit-keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px)}}@keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}@-webkit-keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(0.3)}50%{opacity:1;-webkit-transform:scale(1.05)}70%{-webkit-transform:scale(0.9)}100%{-webkit-transform:scale(1)}}@keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(0.3);-ms-transform:scale(0.3);transform:scale(0.3)}50%{opacity:1;-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}70%{-webkit-transform:scale(0.9);-ms-transform:scale(0.9);transform:scale(0.9)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}@-webkit-keyframes slideInDown{0%{opacity:0;-webkit-transform:translateY(-2000px)}100%{-webkit-transform:translateY(0)}}@keyframes slideInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px)}100%{-webkit-transform:translateX(0)}}@keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(2000px)}100%{-webkit-transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px)}}@keyframes slideOutLeft{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px)}}@keyframes slideOutRight{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px)}}@keyframes slideOutUp{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}@-webkit-keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px)}60%{opacity:1;-webkit-transform:translateY(-30px)}80%{-webkit-transform:translateY(10px)}100%{-webkit-transform:translateY(0)}}@keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}60%{opacity:1;-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}80%{-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px)}60%{opacity:1;-webkit-transform:translateY(30px)}80%{-webkit-transform:translateY(-10px)}100%{-webkit-transform:translateY(0)}}@keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}60%{opacity:1;-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px)}80%{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px)}60%{opacity:1;-webkit-transform:translateX(30px)}80%{-webkit-transform:translateX(-10px)}100%{-webkit-transform:translateX(0)}}@keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}60%{opacity:1;-webkit-transform:translateX(30px);-ms-transform:translateX(30px);transform:translateX(30px)}80%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px)}60%{opacity:1;-webkit-transform:translateX(-30px)}80%{-webkit-transform:translateX(10px)}100%{-webkit-transform:translateX(0)}}@keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}60%{opacity:1;-webkit-transform:translateX(-30px);-ms-transform:translateX(-30px);transform:translateX(-30px)}80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes bounceOut{0%{-webkit-transform:scale(1)}25%{-webkit-transform:scale(0.95)}50%{opacity:1;-webkit-transform:scale(1.1)}100%{opacity:0;-webkit-transform:scale(0.3)}}@keyframes bounceOut{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(0.95);-ms-transform:scale(0.95);transform:scale(0.95)}50%{opacity:1;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}100%{opacity:0;-webkit-transform:scale(0.3);-ms-transform:scale(0.3);transform:scale(0.3)}}@-webkit-keyframes bounceOutUp{0%{-webkit-transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(20px)}100%{opacity:0;-webkit-transform:translateY(-2000px)}}@keyframes bounceOutUp{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}@-webkit-keyframes bounceOutDown{0%{-webkit-transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(-20px)}100%{opacity:0;-webkit-transform:translateY(2000px)}}@keyframes bounceOutDown{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}}@-webkit-keyframes bounceOutLeft{0%{-webkit-transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(20px)}100%{opacity:0;-webkit-transform:translateX(-2000px)}}@keyframes bounceOutLeft{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}@-webkit-keyframes bounceOutRight{0%{-webkit-transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(-20px)}100%{opacity:0;-webkit-transform:translateX(2000px)}}@keyframes bounceOutRight{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center center;-webkit-transform:rotate(-200deg);opacity:0}100%{-webkit-transform-origin:center center;-webkit-transform:rotate(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(-200deg);-ms-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}100%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center center;-webkit-transform:rotate(0);opacity:1}100%{-webkit-transform-origin:center center;-webkit-transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(200deg);-ms-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(-90deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(90deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(-90deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}@-webkit-keyframes hinge{0%{-webkit-transform:rotate(0);-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out}40%{-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out}80%{-webkit-transform:rotate(60deg) translateY(0);opacity:1;-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out}100%{-webkit-transform:translateY(700px);opacity:0}}@keyframes hinge{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);-ms-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}80%{-webkit-transform:rotate(60deg) translateY(0);-ms-transform:rotate(60deg) translateY(0);transform:rotate(60deg) translateY(0);opacity:1;-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}100%{-webkit-transform:translateY(700px);-ms-transform:translateY(700px);transform:translateY(700px);opacity:0}}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0) rotate(0deg)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg);-ms-transform:translateX(-100%) rotate(-120deg);transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0) rotate(0deg);-ms-transform:translateX(0) rotate(0deg);transform:translateX(0) rotate(0deg)}}@-webkit-keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0) rotate(0deg)}100%{opacity:0;-webkit-transform:translateX(100%) rotate(120deg)}}@keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0) rotate(0deg);-ms-transform:translateX(0) rotate(0deg);transform:translateX(0) rotate(0deg)}100%{opacity:0;-webkit-transform:translateX(100%) rotate(120deg);-ms-transform:translateX(100%) rotate(120deg);transform:translateX(100%) rotate(120deg)}}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%) skewX(-30deg);opacity:0}60%{-webkit-transform:translateX(-20%) skewX(30deg);opacity:1}80%{-webkit-transform:translateX(0) skewX(-15deg);opacity:1}100%{-webkit-transform:translateX(0) skewX(0deg);opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%) skewX(-30deg);-ms-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}60%{-webkit-transform:translateX(-20%) skewX(30deg);-ms-transform:translateX(-20%) skewX(30deg);transform:translateX(-20%) skewX(30deg);opacity:1}80%{-webkit-transform:translateX(0) skewX(-15deg);-ms-transform:translateX(0) skewX(-15deg);transform:translateX(0) skewX(-15deg);opacity:1}100%{-webkit-transform:translateX(0) skewX(0deg);-ms-transform:translateX(0) skewX(0deg);transform:translateX(0) skewX(0deg);opacity:1}}@-webkit-keyframes lightSpeedOut{0%{-webkit-transform:translateX(0) skewX(0deg);opacity:1}100%{-webkit-transform:translateX(100%) skewX(-30deg);opacity:0}}@keyframes lightSpeedOut{0%{-webkit-transform:translateX(0) skewX(0deg);-ms-transform:translateX(0) skewX(0deg);transform:translateX(0) skewX(0deg);opacity:1}100%{-webkit-transform:translateX(100%) skewX(-30deg);-ms-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);-ms-transform:rotate(359deg);transform:rotate(359deg)}}@-webkit-keyframes loading{0%{background-position:0 -400px}100%{background-position:-7px -400px}}@-ms-keyframes loading{0%{background-position:0 -400px}100%{background-position:-7px -400px}}@keyframes loading{0%{background-position:0 -400px}100%{background-position:-7px -400px}}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-webkit-keyframes pace-spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-ms-keyframes pace-spinner{0%{-ms-transform:rotate(0deg);transform:rotate(0deg)}100%{-ms-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes pace-spinner{0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.fast{-webkit-animation-duration:.4s;-ms-animation-duration:.4s;animation-duration:.4s}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.flash{-webkit-animation-name:flash;animation-name:flash}.animated.shake{-webkit-animation-name:shake;animation-name:shake}.animated.bounce{-webkit-animation-name:bounce;animation-name:bounce}.animated.tada{-webkit-animation-name:tada;animation-name:tada}.animated.swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}.animated.wobble{-webkit-animation-name:wobble;animation-name:wobble}.animated.pulse{-webkit-animation-name:pulse;animation-name:pulse}.animated.flip{-webkit-backface-visibility:visible!important;-webkit-animation-name:flip;-ms-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flip}.animated.flipInX{-webkit-backface-visibility:visible!important;-webkit-animation-name:flipInX;-ms-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}.animated.flipOutX{-webkit-animation-name:flipOutX;-webkit-backface-visibility:visible!important;animation-name:flipOutX;-ms-backface-visibility:visible!important;backface-visibility:visible!important}.animated.flipInY{-webkit-backface-visibility:visible!important;-webkit-animation-name:flipInY;-ms-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}.animated.flipOutY{-webkit-backface-visibility:visible!important;-webkit-animation-name:flipOutY;-ms-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}.animated.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}.animated.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}.animated.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}.animated.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}.animated.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}.animated.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}.animated.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}.animated.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}.animated.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}.animated.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}.animated.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}.animated.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}.animated.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}.animated.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}.animated.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}.animated.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}.animated.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}.animated.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}.animated.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}.animated.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}.animated.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}.animated.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}.animated.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}.animated.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}.animated.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.animated.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}.animated.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}.animated.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}.animated.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}.animated.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}.animated.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}.animated.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}.animated.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}.animated.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}.animated.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}.animated.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}.animated.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}.animated.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}.animated.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}.animated.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}.animated.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}.animated.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}.animated.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}.animated.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}.animated.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}.animated.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}.animated.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-duration:.5s;animation-duration:.5s}.animated.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-animation-duration:.25s;animation-duration:.25s}.animated.fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}[class*=" bg-"],[class^=bg-]{-webkit-filter:none!important;filter:none!important}.square{display:block;float:left;margin-right:10px;height:20px;width:20px}.fa-stack-1em{width:1em!important;height:1em!important;line-height:1em!important}.icon-color-good{color:#40ac2b}.icon-color-bad{color:#ed1c24}.percent-sign:after{content:" %";line-height:normal}.degree-sign:after{content:" °F";line-height:normal}.ui-state-default .ui-icon[class*=" icon-"]{background:0;margin-left:-12px}.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-e:before{content:"\f105";font-family:FontAwesome;font-size:14px;display:inline}.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-on{background-position:-96px -144px}.ui-icon-radio-off{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-first,.ui-icon-seek-start{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}.ui-button-icon-primary.ui-icon[class*=" icon-"]:before,.ui-button-icon-primary.ui-icon[class^=icon-]:before,.ui-button-icon-secondary.ui-icon[class*=" icon-"]:before,.ui-button-icon-secondary.ui-icon[class^=icon-]:before{font-size:inherit;margin-left:7px!important;margin-left:5px;display:inline;text-decoration:inherit;color:inherit}@font-face{font-family:'Ubuntu';src:url('fonts/Ubuntu-C.eot');src:url('fonts/Ubuntu-C.eot?#iefix') format('embedded-opentype'),url('fonts/Ubuntu-C.woff') format('woff'),url('fonts/Ubuntu-C.ttf') format('truetype'),url('fonts/Ubuntu-C.svg') format('svg');font-weight:normal;font-style:normal}@font-face{font-family:'Ubuntu-Light';src:url('fonts/Ubuntu-L.eot');src:url('fonts/Ubuntu-L.eot?#iefix') format('embedded-opentype'),url('fonts/Ubuntu-L.woff') format('woff'),url('fonts/Ubuntu-L.ttf') format('truetype'),url('fonts/Ubuntu-L.svg') format('svg');font-weight:normal;font-style:normal}@font-face{font-family:'Ubuntu-Bold';src:url('fonts/Ubuntu-B.eot');src:url('fonts/Ubuntu-B.eot?#iefix') format('embedded-opentype'),url('fonts/Ubuntu-B.woff') format('woff'),url('fonts/Ubuntu-B.ttf') format('truetype'),url('fonts/Ubuntu-B.svg') format('svg');font-weight:bold;font-style:normal}html,body{font-family:Ubuntu,Arial,Helvetica,sans-serif}a:active,a:focus,a:hover,button,button:active,button:focus,embed,input::-moz-focus-inner,object{outline:0}.hidden{display:none}.hidden-desktop{display:none!important}.no-visible{visibility:hidden!important}.pull-right{float:right!Important}.pull-left{float:left!Important}.align-top{vertical-align:top!important}.align-base{vertical-align:baseline!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100,.opaque{opacity:1!important}.disabled{color:#fff}.btn-default.disabled{color:#999}xmp{overflow:auto}.text-italic{font-style:italic!important}.text-dashed{text-decoration:line-through}.nowrap{white-space:nowrap}.truncated{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.no-space{margin:0}.no-space>[class*=col-]{margin:0!important;padding-right:0;padding-left:0}.no-margin{margin:0!important}.no-x-margin{margin-left:0!important;margin-right:0!important}.no-y-margin{margin-top:0!important;margin-bottom:0!important}.margin-2{margin:2px!important}.margin-5{margin:5px!important}.margin-10{margin:10px!important}.margin-20{margin:20px!important}.margin-x-2{margin-left:2px!important;margin-right:2px!important}.margin-x-5{margin-left:5px!important;margin-right:5px!important}.margin-x-10{margin-left:10px!important;margin-right:10px!important}.margin-x-20{margin-left:20px!important;margin-right:20px!important}.margin-y-2{margin-top:2px!important;margin-bottom:2px!important}.margin-y-5{margin-top:5px!important;margin-bottom:5px!important}.margin-y-10{margin-top:10px!important;margin-bottom:10px!important}.margin-y-20{margin-top:20px!important;margin-bottom:20px!important}.margin-top-0{margin-top:0!important}.margin-top-2{margin-top:2px!important}.margin-top-5{margin-top:5px!important}.margin-top-10{margin-top:10px!important}.margin-top-20{margin-top:20px!important}.margin-bottom-0{margin-bottom:0!important}.margin-bottom-2{margin-bottom:2px!important}.margin-bottom-5{margin-bottom:5px!important}.margin-bottom-10{margin-bottom:10px!important}.margin-bottom-20{margin-bottom:20px!important}.margin-left-0{margin-left:0!important}.margin-left-2{margin-left:2px!important}.margin-left-5{margin-left:5px!important}.margin-left-10{margin-left:10px!important}.margin-left-20{margin-left:20px!important}.margin-right-0{margin-right:0!important}.margin-right-2{margin-right:2px!important}.margin-right-5{margin-right:5px!important}.margin-right-10{margin-right:10px!important}.margin-right-20{margin-right:20px!important}.shift-topleft-2{margin-top:-2px!important;margin-left:-2px!important}.shift-topleft-4{margin-top:-4px!important;margin-left:-4px!important}.shift-topright-2{margin-top:-2px!important;margin-right:-2px!important}.shift-topright-4{margin-top:-4px!important;margin-right:-4px!important}.shift-bottomleft-2{margin-bottom:-2px!important;margin-left:-2px!important}.shift-bottomleft-4{margin-bottom:-4px!important;margin-left:-4px!important}.shift-bottomright-2{margin-bottom:-2px!important;margin-right:-2px!important}.shift-bottomright-4{margin-bottom:-4px!important;margin-right:-4px!important}.bordered{border:1px solid #ccc}.bordered:hover{border:1px solid #bbb}.bordered.nohover:hover{border-color:#ccc}.no-border,.well[class*=" bg-"].no-border{border-width:0!important}.no-border-transparent{border-color:transparent!important}.no-border-radius{border-radius:0}.border-0{border-width:0!important}.border-1{border-width:1px!important}.radius-4{border-radius:4px!important}.radius-top-4{border-top-left-radius:4px!important;border-top-right-radius:4px!important}.radius-bottom-4{border-bottom-left-radius:4px!important;border-bottom-right-radius:4px!important}.radius-left-4{border-top-left-radius:4px!important;border-bottom-left-radius:4px!important}.radius-right-4{border-top-right-radius:4px!important;border-bottom-right-radius:4px!important}.width-100{width:100px;max-width:100px}.width-200{width:200px;max-width:200px}.width-300{width:300px;max-width:300px}.width-400{width:400px;max-width:400px}.width-500{width:500px;max-width:500px}.padding-5{padding:5px!important}.padding-7{padding:7px!important}.padding-10{padding:10px!important}.padding-20{padding:20px!important}.padding-x-0{padding-left:0!important;padding-right:0!important}.padding-x-5{padding-left:5px!important;padding-right:5px!important}.padding-x-10{padding-left:10px!important;padding-right:10px!important}.padding-x-20{padding-left:20px!important;padding-right:20px!important}.padding-y-0{padding-top:0!important;padding-bottom:0!important}.padding-y-5{padding-top:5px!important;padding-bottom:5px!important}.padding-y-10{padding-top:10px!important;padding-bottom:10px!important}.padding-y-20{padding-top:20px!important;padding-bottom:20px!important}.padding-top-0{padding-top:0!important}.padding-top-5{padding-top:5px!important}.padding-top-10{padding-top:10px!important}.padding-top-20{padding-top:20px!important}.padding-bottom-0{padding-bottom:0!important}.padding-bottom-5{padding-bottom:5px!important}.padding-bottom-10{padding-bottom:10px!important}.padding-bottom-20{padding-bottom:20px!important}.padding-left-0{padding-left:0!important}.padding-left-5{padding-left:5px!important}.padding-left-10{padding-left:10px!important}.padding-left-20{padding-left:20px!important}.padding-right-0{padding-right:0!important}.padding-right-5{padding-right:5px!important}.padding-right-10{padding-right:10px!important}.padding-right-20{padding-right:20px!important}.no-padding{padding:0!important}.no-padding .md-editor,.widget-body.no-padding .cke_chrome{border:0}.no-padding>pre{margin:30px}.no-padding .dataTables_wrapper table,.no-padding>table{border:0!important;margin-bottom:0!important}.no-padding .dataTables_wrapper table tr td:first-child,.no-padding>table tr td:first-child,.no-padding .dataTables_wrapper table tr th:first-child,.no-padding>table tr th:first-child{border-left:0!important}.no-padding .dataTables_wrapper table tr td:last-child,.no-padding>table tr td:last-child,.no-padding .dataTables_wrapper table tr th:last-child,.no-padding>table tr th:last-child{border-right:0!important}.no-padding .dataTables_wrapper table tr:last-child td,.no-padding>table tr:last-child td{border-bottom:0}.no-padding-bottom{padding-bottom:0!important}.no-x-padding{padding-left:0!important;padding-right:0!important}.no-y-padding{padding-top:0!important;padding-bottom:0!important}.no-content-padding{margin:-10px -14px 0 -14px}@media(min-width:768px) and (max-width:880px){.no-content-padding{margin:0 -14px!important}}@media(max-width:767px){.no-content-padding{margin:0 -5px!important}}@media only screen and (min-width:0) and (max-width:679px){.no-content-padding{margin:0 -5px!important}}@media only screen and (min-width:320px) and (max-width:479px){.no-content-padding{margin:0 -5px!important}}.no-height{line-height:0}.clearfix,.inner-space:after{zoom:1}.clearfix:after,.inner-space:after{clear:both}.clearfix:after,.inner-space:after,.clearfix:before,.inner-space:before{display:block;visibility:hidden;overflow:hidden;content:"\0020";height:0;font-size:0;line-height:0}.display-inline{display:inline-block!important}.display-normal{display:inline!important}.hover-transparent{opacity:.5}.hover-transparent:hover{opacity:1}.row-seperator-header{margin:15px 14px 20px;border-bottom:0;display:block;color:#646464;font-size:20px;font-weight:400}.text-align-center,.text-center{text-align:center!important}.text-align-left,.text-left{text-align:left!important}.text-align-right,.text-right{text-align:right!important}.center-canvas,.center-child-canvas>canvas{display:block!important;margin:0 auto!important}.semi-bold{font-weight:400!important}.bold{font-weight:900!important}.ultra-light{font-weight:300!important}.font-xs{font-size:85%!important}.font-sm{font-size:95%!important}.font-md{font-size:130%!important}.font-lg{font-size:160%!important}.font-xl{font-size:200%!important}.font-400{font-size:400%!important}.badge{font-size:11px;padding:4px 6px 1px}.label{padding:.3em .6em .1em}.cursor-pointer{cursor:pointer}.selected{border:1px solid #0091d9!important}tr.selected{background-color:#dcebff}.selected:before{display:block;position:absolute;content:"\f00c";color:#fff;right:4px;font-family:FontAwesome;z-index:1002}tr.selected:before{display:none}.selected:after{width:0;height:0;border-top:35px solid #0091d9;border-left:35px solid rgba(0,0,0,0);position:absolute;display:block;right:0;content:".";top:0;z-index:1001}tr.selected:after{display:none}html{margin:0;padding:0;height:100%;overflow-x:hidden!important;background-color:#e5e2cf}body{margin:0;padding:0;height:100%;overflow:hidden;background-color:#e5e2cf;direction:ltr}body.container{position:relative;padding:0;border-left:1px solid #bfbfbf;border-right:1px solid #bfbfbf;-webkit-box-shadow:0 2px 70px rgba(0,0,0,0.45);box-shadow:0 2px 70px rgba(0,0,0,0.45)}body.nooverflow{position:fixed;overflow:hidden;width:100%}#main{display:block;margin-left:220px;padding:0;min-height:500px;-webkit-transition:all .1s ease-out;transition:all .1s ease-out}@media(max-width:979px){#main{margin-left:0}}#content{padding:10px;position:relative;left:0;-webkit-transition:left .1s ease-out;transition:left .1s ease-out}@media(max-width:767px){#content{padding-left:5px;padding-right:5px}}.page-title{margin:12px 0 15px}.page-title a:hover,.page-title a:active{text-decoration:none}.page-title span{font-size:16px;color:#333;display:inline-block;vertical-align:1px}.page-title span i{padding:0 5px}aside{display:block;width:220px;overflow:hidden;min-height:100%}aside,aside nav li.divider{background:#829db0}#header{display:block;height:49px;position:relative;margin:0;padding:0 13px 0 0;background-color:#f3f3f3;background-image:-webkit-gradient(linear,0 0,0 100%,from(#f3f3f3),to(#e2e2e2));background-image:-webkit-gradient(linear,top left,bottom left,from(#f3f3f3),to(#e2e2e2));background-image:-webkit-linear-gradient(top,#f3f3f3,#e2e2e2);background-image:linear-gradient(to bottom,#f3f3f3,#e2e2e2);background-repeat:repeat-x}@media(max-width:767px){#header{padding-right:5px}}@media only screen and (max-width:679px){#header{padding-right:5px;background:#fff}}#header>div{display:inline-block;vertical-align:middle;height:49px;float:left}#header>div.open{font-weight:700}.fixed-header #header{position:fixed;width:100%;z-index:1001}.container.fixed-header #header{max-width:1164px}.fixed-header #header .ajax-dropdown{z-index:1000}.fixed-header #shortcut{position:fixed}.fixed-header #main{margin-top:49px}#top-links>div{display:inline-block;float:left}@media(min-width:768px) and (max-width:1089px){#top-links>div{display:none}#top-links>div:first-child{display:inline-block}}@media(max-width:767px){#top-links>div{display:none}}.top-menu{display:inline-block;padding:7px 13px 0;position:relative}@media(max-width:767px){.top-menu{display:none}}.top-menu>span{display:block}.top-menu>:first-child{display:block;color:#bfbfbf;font-size:10px;font-weight:700;text-transform:uppercase;text-shadow:0 0 1px #fff;padding-left:0;text-align:left}.top-tabs{display:inline-block;padding:7px 13px 0;position:relative}.top-tabs>span{display:block}.top-tabs>:first-child{display:block;color:#bfbfbf;font-size:10px;font-weight:700;text-transform:uppercase;text-shadow:0 0 1px #fff;padding-left:5px;text-align:left}.top-tabs .nav-tabs li a{padding:2px 10px 3px!important;border-color:#ccc #ccc transparent;box-shadow:0 -2px 3px #ccc;margin-top:3px!important}.top-tabs .nav-tabs li.active a{margin-top:3px!important;padding:2px 10px 3px!important}.top-selector{max-width:97%;white-space:nowrap;background:0;border:0;padding:0;text-align:left;color:#555;font-size:14px;cursor:pointer}.top-selector:hover{color:#333}@media(max-width:979px){#login-info{display:none}}#login-info>span{display:inline-block;height:39px;float:left}#login-info>span .badge{position:absolute;top:-5px;right:-9px;cursor:pointer;background:#0091d9;display:inline-block;font-size:10px;-webkit-box-shadow:inset 1px 1px 0 rgba(0,0,0,0.1),inset 0 -1px 0 rgba(0,0,0,0.07);box-shadow:inset 1px 1px 0 rgba(0,0,0,0.1),inset 0 -1px 0 rgba(0,0,0,0.07);color:#fff;font-weight:700;border-radius:50%;padding:3px;text-align:center;line-height:normal}#login-info span#activity{border-radius:2px;cursor:default!important;display:inline-block;font-weight:700;height:24px;width:24px;padding:2px;text-align:center;text-decoration:none!important;-moz-user-select:none;-webkit-user-select:none;background-color:#f8f8f8;background-image:-webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));background-image:-webkit-gradient(linear,top left,bottom left,from(#f8f8f8),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:linear-gradient(top,#f8f8f8,#f1f1f1);border:1px solid #bfbfbf;color:#c4bab6;font-size:19px;margin:5px 0 0;position:relative}#login-info span#activity:hover{border:1px solid #bfbfbf;-webkit-transition:all 0s;transition:all 0s;cursor:pointer!important;-webkit-box-shadow:inset 0 0 4px 1px rgba(0,0,0,0.08);box-shadow:inset 0 0 4px 1px rgba(0,0,0,0.08)}.authomatic{display:inline-block;width:21px;height:21px;margin:2px 0!important;padding:3px!important;text-align:center}.authomatic:hover{background-color:#ccc;border-radius:3px}#logo{display:inline-block;width:175px;margin-top:7px;margin-left:9px}@media(min-width:768px) and (max-width:880px){#logo{margin-top:10px}}@media(max-width:767px){#logo{margin-top:10px;margin-left:4px}}@media only screen and (min-width:0) and (max-width:679px){#logo{margin-top:10px;margin-left:4px}}@media only screen and (min-width:320px) and (max-width:479px){#logo{width:135px;margin-top:10px;margin-left:4px}}#logo img{max-width:175px;max-height:36px;padding-left:3px}#logo-group{width:220px}@media only screen and (min-width:480px) and (max-width:1089px){#logo-group{width:175px}}@media only screen and (min-width:320px) and (max-width:479px){#logo-group{width:169px!important}}.uv-icon{position:absolute!important;left:155px!important;top:5px!important;z-index:500!important}@media only screen and (min-width:0) and (max-width:1089px){.uv-icon{left:130px!important}}#activity.active .badge{background:#006fa6!important}.header-search{position:relative}@media(max-width:767px){.header-search{display:none}}.header-search.pull-right{margin-left:6px}@media(max-width:979px){.header-search.pull-right{margin-left:0}}.header-search>input[type=text]{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-box-sizing:border-box;min-width:200px;width:100%;height:30px;padding:0 10px;outline:0;border-width:1px;border-style:solid;border-radius:0;border-color:#bfbfbf;background:#fff;color:#404040;appearance:normal;-moz-appearance:none;-webkit-appearance:none;margin-top:10px;line-height:normal}@media(min-width:768px) and (max-width:979px){.header-search>input[type=text]{margin-top:9px}}.header-search>button{background:0;border:0;color:#6d6a69;font-size:17px;height:30px;line-height:30px;margin:0;padding:0;position:absolute;right:0;top:10px;width:30px;z-index:2}#search-mobile{display:none}@media(max-width:767px){#search-mobile{display:block}}@media only screen and (min-width:0) and (max-width:679px){#search-mobile{display:block}}@media only screen and (min-width:320px) and (max-width:479px){#search-mobile{margin-left:0}}@media(max-width:767px){.search-mobile .header-search{display:block;position:absolute;top:0;width:100%;height:49px;background:#333;padding:0 2px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;left:0}.search-mobile .header-search>input[type=text]{margin-top:2px;height:45px;border-color:#333;padding-right:75px}.search-mobile .header-search>button{height:29px;line-height:29px;background:#DDD;right:44px}.search-mobile #search-mobile{display:none}.search-mobile #cancel-search-js{display:block}}#cancel-search-js{position:absolute;display:none;background:#a90329;z-index:3;color:#fff;padding:0;right:10px;top:10px;text-align:center;height:29px;line-height:29px;width:30px;font-size:17px;text-decoration:none!important}#left-panel{position:absolute;top:49px;left:0;z-index:1002;-webkit-transition:left .1s ease-out;transition:left .1s ease-out}@media(max-width:979px){#left-panel{left:-220px}}.fixed-navigation #left-panel{position:fixed;z-index:998}@media(max-width:767px){.fixed-navigation #left-panel{position:absolute!important}}#left-panel #ajax-gear{position:absolute;left:calc(49%);top:5px}#left-panel .version{position:absolute;bottom:2px;width:100%;text-align:center;font-size:11px;color:#333}#ribbon{height:40px;background:#6f8696;padding:0 40px 0 13px;position:relative}@media(max-width:767px){#ribbon{padding-left:5px;padding-right:5px}}@media only screen and (min-width:0) and (max-width:679px){#ribbon{border-bottom:1px solid #cfcfcf;border-top:1px solid #e6e6e6;background:#f5f5f5}}#ribbon .breadcrumb{display:inline-block;margin:0;padding:12px 34px 10px 0!important;background:0;vertical-align:top}#ribbon .breadcrumb,#ribbon .breadcrumb a{color:#ddd!important;text-decoration:none!Important}@media only screen and (min-width:0) and (max-width:679px){#ribbon .breadcrumb,#ribbon .breadcrumb a{color:#6d6c6c!important}}#ribbon .breadcrumb>li+li:before{padding:0 1px 0 5px}#ribbon .breadcrumb li:last-child,#ribbon .breadcrumb>.active{color:#eee}@media only screen and (min-width:0) and (max-width:679px){#ribbon .breadcrumb li:last-child,#ribbon .breadcrumb>.active{color:#333!important}}.fixed-ribbon #ribbon{position:fixed;right:0;left:220px;top:49px;z-index:999}@media(max-width:979px){.fixed-ribbon #ribbon{left:0}}.container.fixed-ribbon #ribbon{width:944px;left:590px}.fixed-ribbon #content{padding-top:50px}@media(max-width:767px){.fixed-ribbon #content{padding-top:52px}}.minified.fixed-ribbon #ribbon{left:45px}.hidden-menu.fixed-ribbon #ribbon{left:10px}@media(max-width:979px){.hidden-menu.fixed-ribbon #ribbon{left:220px}}.hidden-ribbon #ribbon{height:1px;min-height:1px;max-height:1px}.hidden-ribbon #ribbon>*{display:none}.ribbon{position:absolute;right:9px;top:-4px}.header-dropdown-list{list-style:none;float:right;position:relative;margin:0;padding-left:10px}.header-dropdown-list>li{display:inline-block;padding-right:5px}.header-dropdown-list>li>.dropdown-toggle{margin-top:16px;display:block}.smart-accordion-default.panel-group .panel+.panel{margin-top:-1px}.smart-accordion-default.panel-group .panel-heading{padding:0}.smart-accordion-default.panel-group .panel-title a{display:block;padding:10px 15px;text-decoration:none!important}.smart-accordion-default .panel-group .panel,.smart-accordion-default .panel-heading{border-radius:0}.smart-accordion-default .panel-default{border-color:#c3c3c3}.smart-accordion-default .panel-default>.panel-heading{background-color:#fcfcfc}.smart-accordion-default .panel-title>a.collapsed>.fa,.smart-accordion-default .panel-title>a>:first-child{display:none}.smart-accordion-default .panel-title>a.collapsed>:first-child{display:inline-block}.no-padding .smart-accordion-default>div{border-left:0!important;border-right:0!important}.no-padding .smart-accordion-default>div:first-child{border-top:0!important}.no-padding .smart-accordion-default>div:last-child{border-bottom:0!important}#logo-group *,.login-info,.login-info *,.minified .menu-item-parent{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.login-info{display:block;font-size:12px;height:39px;color:#333;border:solid transparent;margin:2px 0 0 10px!important;float:right}.login-info a,.login-info strong{text-transform:capitalize;font-size:14px;display:inline-block;color:#333;text-decoration:none;margin-left:5px}.login-info a:hover,.login-info strong{color:#666}.login-info a.btn{margin-top:5px}.login-info a.btn-danger,.login-info a.btn-success,.login-info a.btn-primary{color:#dedede}.login-info span{display:inline-block;padding:0 0 0 10px}.login-info span a.btn-success{margin-top:-10px}.login-info img{width:25px;height:auto;display:inline-block;vertical-align:middle;margin-top:-3px;margin-right:7px;margin-left:0;border-left:3px solid #fff}.minifyme{border-bottom:1px solid #302f2f;background:#454545;color:#a8a8a8;text-align:center;padding:1px 0 0;width:36px;height:28px;display:block;position:absolute;right:-3px;border-radius:5px 0 0 5px;cursor:pointer;margin-top:5px;font-size:19px;-webkit-transition:all .1s linear 0s;transition:all .1s linear 0s}.minifyme:hover{background:#646464;color:#e4e4e4;right:0}.minified .minifyme{right:0;color:#a8a8a8;position:relative;width:100%;border-radius:0;margin:0;height:32px;font-size:23px}.minified .minifyme .fa:before{content:"\f0a9"}.minified #left-panel{width:45px;overflow:visible}@media(max-width:979px){.minified #left-panel{left:0}}.minified #main{margin-left:45px}.minified #left-panel>ul>li,.minified nav>ul>li{overflow:visible}.minified #left-panel>ul>li>ul::before,.minified nav>ul>li>ul::before{border-left:0}.minified #left-panel>ul>li,.minified nav>ul>li,.minified #left-panel>ul>li a,.minified nav>ul>li a{position:relative}.minified #left-panel ul>li>a,.minified nav ul>li>a{padding:12px 11px 10px;display:block}.minified #left-panel>ul>li>a .fa.fa-fw,.minified nav>ul>li>a .fa.fa-fw{display:block;width:auto;text-align:center;padding:0}.minified #left-panel>ul>li>a>i,.minified nav>ul>li>a>i{text-align:center;margin:0;display:block}.minified #left-panel>ul>li.active>a::before,.minified nav>ul>li.active>a::before{content:"\f0d9"}.minified #left-panel ul ul li a,.minified nav ul ul li a{padding-top:5px;padding-bottom:5px;padding-left:14px}.minified #left-panel ul ul li li a,.minified nav ul ul li li a{padding-left:25px}.minified #left-panel>ul ul li::before,.minified nav>ul ul li::before,.minified #left-panel>ul>li>ul::before,.minified nav>ul>li>ul::before{left:12px}.minified #left-panel>ul>li>a .menu-item-parent,.minified nav>ul>li>a .menu-item-parent,.minified #left-panel>ul>li>a>b,.minified nav>ul>li>a>b{display:none}.minified #left-panel>ul>li>a>.menu-item-parent,.minified nav>ul>li>a>.menu-item-parent{display:none;position:absolute;left:40px;top:-3px;width:186px;height:36px;line-height:38px;background-color:#f5f5f5;color:#333;z-index:3;-webkit-box-shadow:2px 1px 2px 0 rgba(0,0,0,0.2);box-shadow:2px 1px 2px 0 rgba(0,0,0,0.2);border-left:1px solid #bfbfbf;border-top:1px solid #d8d4d4;border-bottom:1px solid #fff;padding-left:12px}.minified #left-panel>ul>li>ul,.minified nav>ul>li>ul{display:none!important;position:absolute;left:40px;width:200px;z-index:5;border:1px solid #bfbfbf;min-height:180px;-webkit-box-shadow:1px 1px 2px 0 rgba(0,0,0,0.2);box-shadow:1px 1px 2px 0 rgba(0,0,0,0.2);background:#627685;margin-top:-3px}.minified #left-panel ul>li>ul>li>ul,.minified nav ul>li>ul>li>ul{position:relative;left:13px;border:0;margin-left:-12px;width:197px}.minified #left-panel>ul>li:hover>a>.menu-item-parent,.minified nav>ul>li:hover>a>.menu-item-parent,.minified #left-panel>ul>li:hover>ul,.minified nav>ul>li:hover>ul{display:block!important}.minified #left-panel>ul>li>ul>li,.minified nav>ul>li>ul>li{background-color:rgba(91,103,113,0.8)}.minified #left-panel>ul>li>ul>li>ul>li,.minified nav>ul>li>ul>li>ul>li{background-color:#627685}.minified #left-panel>ul>li>ul>li>a,.minified nav>ul>li>ul>li>a,.minified #left-panel>ul>li>ul>li>ul>li>a,.minified nav>ul>li>ul>li>ul>li>a{padding-top:7px;padding-bottom:7px}.minified #left-panel>ul>li>ul>li>ul>li a,.minified nav>ul>li>ul>li>ul>li a{padding-top:6px;padding-bottom:6px}.minified #left-panel>ul>ul,.minified nav>ul>ul{min-height:100px!important;max-height:180px!important;overflow-y:scroll;overflow-x:hidden;background:#ed1c24!important}.minified #left-panel>ul ul li::before,.minified nav>ul ul li::before{border:0}.minified #left-panel ul ul ul ul li a,.minified nav ul ul ul ul li a{padding-left:45px}.minified #left-panel ul ul ul ul ul li a,.minified nav ul ul ul ul ul li a{padding-left:62px}.minified #left-panel ul ul ul ul ul ul li a,.minified nav ul ul ul ul ul ul li a{padding-left:82px}.minified #left-panel .version{display:none}.minified .slimScrollDiv,.minified .slimScrollDiv>:first-child{overflow:visible!important}.minified .slimScrollBar,.minified .slimScrollRail{display:none}.slimScrollDiv,.slimScrollDiv>:first-child{overflow:hidden}@media(max-width:979px){#hide-menu i,#logout i{color:#6d6a69;font-size:100%}}@media(min-width:0) and (max-width:880px){#hide-menu i,#logout i{font-size:121%}}.hidden-menu #left-panel{left:-210px;z-index:1002}@media(max-width:979px){.hidden-menu #left-panel{left:0}}.hidden-menu #left-panel:hover{left:0}.hidden-menu #main{margin-left:10px}.minified.hidden-menu #main{margin-left:0}@media(max-width:979px){.hidden-menu #main{position:relative;left:210px}}@media(max-width:979px){.hidden-menu #hide-menu i{color:#fff}}@media(min-width:768px) and (max-width:880px){.hidden-menu #hide-menu i::before{content:"\f0c9"}}@media(max-width:767px){.hidden-menu #hide-menu i{color:#fff}.hidden-menu #hide-menu i::before{content:"\f0c9"}}.hidden-menu #hide-menu>:first-child>a{background-color:#e8e8e8;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#5a5a5a),color-stop(100%,#686868));background-image:-webkit-linear-gradient(to bottom,#5a5a5a 0,#686868 100%);background-image:-webkit-gradient(linear,top left,bottom left,from(#5a5a5a),to(#686868));background-image:-webkit-linear-gradient(top,#5a5a5a 0,#686868 100%);background-image:linear-gradient(to bottom,#5a5a5a 0,#686868 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5A5A5A',endColorstr='#686868',GradientType=0);color:#fff;border-color:#494949;-webkit-box-shadow:inset 0 0 3px 1px rgba(0,0,0,0.15);box-shadow:inset 0 0 3px 1px rgba(0,0,0,0.15)}@media(min-width:768px) and (max-width:979px){.hidden-menu #hide-menu>:first-child>a{margin-top:9px;width:40px}}.hidden-menu #hide-menu>:first-child>a:active{-webkit-box-shadow:inset 0 0 6px 1px rgba(0,0,0,0.2);box-shadow:inset 0 0 6px 1px rgba(0,0,0,0.2)}.hidden-menu .minifyme,.minified #hide-menu{display:none}.no-menu #left-panel{left:-220px;z-index:0}.no-menu #main{margin-left:0}.no-menu #hide-menu{display:none}#shortcut{position:absolute;top:0;left:0;height:auto;width:100%;background-color:#33302f;background-color:rgba(0,0,0,0.85);z-index:1009;display:none;color:#fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#shortcut ul{padding:15px 20px 10px;list-style:none;margin:0;-webkit-box-shadow:0 4px 10px rgba(0,0,0,0.3);box-shadow:0 4px 10px rgba(0,0,0,0.3);border-bottom:1px solid #423f3f}#shortcut ul li{display:inline-block;width:auto}#shortcut ul li .ams-metro-tile{margin:0 3px 3px;border:0;border-radius:0}#shortcut ul li .ams-metro-tile:hover{color:#fff;text-decoration:none}#shortcut ul li .ams-metro-tile:active,#shortcut ul li .ams-metro-tile:focus{left:0;top:0}#shortcut .version{position:absolute;right:10px;bottom:10px}.shortcut-on #response-btn{display:none!important}.shortcut-on #left-bar .navbar,.shortcut-on #main .navbar{border:0!important}#sparks{display:block;list-style:none;margin:10px 0 0;padding:0;text-align:right}@media only screen and (min-width:320px) and (max-width:479px){#sparks{text-align:center;background:#e0e0e0;padding:10px 0;margin-bottom:15px}}#sparks li{display:inline-block;border-left:1px dotted #c7c7c7;padding:0 10px;max-height:47px;overflow:hidden;text-align:left;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}@media only screen and (min-width:320px) and (max-width:479px){#sparks li{padding:0 10px 0 20px}}#sparks li:last-child{padding-right:0}#sparks li:first-child{border-left:0;padding-left:0}#sparks li h5{color:#555;float:left;font-size:11px;font-weight:400;margin:-3px 0 0 0;padding:0;border:0;text-transform:uppercase}#sparks li span{color:#636363;display:block}.sparks-info{min-width:70px}.sparks-info span{font-size:18px;line-height:20px;margin:0;text-transform:none}.sparks-info .sparkline{display:block;float:right;margin:3px 0 0 20px}#heat-fill{display:block;position:relative;margin-bottom:20px;background:#333;height:7px;width:200px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAABCAIAAAAU3Xa1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowMDE4MkZGMzMzOTgxMUUzODZBQUNFQUNFOTk0NEUxRiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowMDE4MkZGNDMzOTgxMUUzODZBQUNFQUNFOTk0NEUxRiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjAwMTgyRkYxMzM5ODExRTM4NkFBQ0VBQ0U5OTQ0RTFGIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAwMTgyRkYyMzM5ODExRTM4NkFBQ0VBQ0U5OTQ0RTFGIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+rG8MDAAAAM5JREFUeNpUUtESwyAIg8ft9v8/W4ElBPWKV1AIiKEeEWVuVlWjINSVONBnirQDxukNgcuyTQsBzLHMDsLIQQw+nIL71JqNJ5GZJXApFNpmtlagQjfS2xGbkFA4Iwu+hu0sK3Wl3nOwNv7TvPrWk3X0eW9dK1pU9hK2eTuWb2ySJmlziutA3iBxmblPNvA5PNsuUpoDY80+Z0SW1IRpDEqwC58C14tsr1f8le8si0aojdADr/1UjaclsFashX8GGkL9wDxtRsV6ft/PX4ABADRzhOVIOJaAAAAAAElFTkSuQmCC)}.fill-a,.fill-b{width:20px;text-align:right;overflow:hidden;text-overflow:ellipsis;display:block;background:#fff;padding-right:4px;position:absolute;left:0;margin-top:-7px;font-weight:700}.fill-b{text-align:left;position:absolute;right:0;left:auto;top:0;width:60px;padding-left:4px;padding-right:0}.cke_top{background:rgba(248,248,248,0.9)!important;background-image:none!important}.MessageBox{width:100%;height:100%;position:fixed;top:0;left:0;background:rgba(0,0,0,0.6);z-index:100000}@media screen and (max-width:450px) and (max-width:767px){.MessageBox{width:100%;height:100%;position:fixed;top:0;left:0;background:rgba(0,0,0,0.6);z-index:100000}}.MessageBoxContainer{top:35%;color:#fff;position:relative;width:100%;background-color:#232323;background-color:rgba(0,0,0,0.8);padding:20px}@media screen and (max-width:450px) and (max-width:767px){.MessageBoxContainer{top:25%;color:#fff;position:relative;width:100%;background-color:#232323}}.MessageBoxContainer input,.MessageBoxContainer select{width:50%;padding:5px}@media screen and (max-width:450px) and (max-width:767px){.MessageBoxContainer input,.MessageBoxContainer select{width:50%;padding:5px}}.MessageBoxMiddle{position:relative;left:20%;width:60%}@media screen and (max-width:450px) and (max-width:767px){.MessageBoxMiddle{position:relative;left:0;width:100%;padding:3px}}.MessageBoxMiddle .MsgTitle{letter-spacing:-1px;font-size:24px;font-weight:300}@media screen and (max-width:450px) and (max-width:767px){.MessageBoxMiddle .MsgTitle{font-size:22px}}.MessageBoxMiddle .pText{font-style:30px}@media screen and (max-width:450px) and (max-width:767px){.MessageBoxMiddle{font-style:10px}}.MessageBoxButtonSection{width:100%;height:30px}@media screen and (max-width:450px) and (max-width:767px){.MessageBoxButtonSection{width:100%;height:30px}}.MessageBoxButtonSection button{float:right;margin-right:7px;padding-left:15px;padding-right:15px;font-size:14px;font-weight:700}@media screen and (max-width:450px) and (max-width:767px){.MessageBoxButtonSection button{float:right;margin-right:5px;padding-left:15px;padding-right:15px}}.LoadingBoxContainer{top:20%;color:#fff;position:relative;width:100%;background-color:#232323}.LoadingBoxContainer .MsgTitle{font-size:26px}.LoadingBoxContainer .pText{font-style:30px}.LoadingBoxMiddle{position:relative;left:20%;width:50%;padding:10px}#LoadingPoints{position:absolute}#divMiniIcons{position:fixed;width:415px;right:10px;bottom:180px;z-index:9999;float:right}#divMiniIcons .cajita{text-align:center;vertical-align:middle;padding:4px 6px;color:#FFF;float:right;cursor:pointer;display:block;background-color:red;font-size:17px;margin-left:4px;margin-top:5px}#divMiniIcons .cajita:active{top:1px;left:1px;position:relative}#divSmallBoxes{position:fixed;right:0;top:0;z-index:9999}@media screen and (max-width:450px) and (max-width:767px){#divSmallBoxes{position:fixed;width:90%;right:0;top:0}}.BigBox{position:fixed;right:10px;bottom:10px;background-color:#004d60;padding:10px 10px 5px;width:390px;height:150px;color:#fff;z-index:99999;box-sizing:content-box;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;border-left:5px solid rgba(0,0,0,0.15);overflow:hidden}.BigBox span{font-size:17px;font-weight:300;letter-spacing:-1px;padding:5px 0!important;display:block}.BigBox p{font-size:13px;margin-top:10px}@media screen and (max-width:450px) and (max-width:767px){.BigBox{width:88%}}.BigBox .bigboxicon{font-size:30px;text-align:left;position:absolute;top:120px;left:6px;z-index:0}.BigBox .bigboxnumber{width:100%;text-align:right;font-size:25px}.SmallBox{position:absolute;right:5px;top:20px;width:420px;color:#fff;z-index:9999;overflow:hidden;border:1px solid transparent}@media screen and (max-width:450px) and (max-width:767px){.SmallBox{width:95%}}.SmallBox:hover{border:1px solid #fff;cursor:pointer}@media screen and (max-width:450px) and (max-width:767px){.SmallBox:hover{-webkit-box-shadow:0 0 10px #888;box-shadow:0 0 10px #888;cursor:pointer}}.SmallBox .foto{font-size:30px;position:absolute;left:20px}.SmallBox .textoFull{width:93%;float:left;padding-left:20px}@media screen and (max-width:450px) and (max-width:767px){.SmallBox .textoFull{width:93%;float:left;padding-left:20px}}.SmallBox .textoFoto{width:78%;margin:3px 20px 3px 80px;float:left}@media screen and (max-width:450px) and (max-width:767px){.SmallBox .textoFoto{width:55%;margin:3px 20px 3px 80px;float:left}}.SmallBox span{font-size:17px;font-weight:300;letter-spacing:-1px;display:block;margin:4px 0}@media screen and (max-width:450px) and (max-width:767px){.SmallBox span{font-size:16px}}.SmallBox p{font-size:13px;margin-top:2px}@media screen and (max-width:450px) and (max-width:767px){.SmallBox p{font-size:12px;margin-top:2px}}.btnClose{position:absolute;right:10px;height:16px;width:15px;cursor:pointer;font-size:18px;opacity:.5;display:block;top:15px}.btnClose:hover{opacity:1}.miniPic{position:absolute;bottom:8px;right:9px}.miniIcon{height:100%;font-size:20px}nav{padding-top:40px}nav ul{width:100%;padding:40px 28px 25px 0;padding:0;margin:0;font-size:13px;line-height:.5em;list-style:none;position:relative;background-color:#627685}nav ul li{overflow:hidden}nav ul li.divider{height:20px;border:0}nav ul li.header{font-family:"Ubuntu-Light",Arial,Helvetica,sans-serif;font-size:14px;font-weight:bold;color:#eee;background-color:#b13510;border-top-color:#d44918;border-bottom-color:#a13812;padding:4px 10px 4px 20px;line-height:18px}nav ul li.header:not(:first-child){margin-top:10px}.minified #left-panel nav ul li.header{padding:5px;color:#b94015;line-height:0;max-height:10px;overflow:hidden}nav ul li a{line-height:normal;font-size:14px;padding:10px 10px 10px 11px;color:#f4e8cf;display:block;font-weight:400;text-decoration:none!important;position:relative}nav ul li a:active{background:#616161!important}nav ul li a:focus{color:#c9c9c9}nav ul li a:hover{color:#fff;text-decoration:none}nav ul li.active>a{background-color:#627685;color:#fff!important;position:relative}nav ul li.active>a:before{content:"\f0d9";font-family:FontAwesome;display:block;height:27px;line-height:14px;width:27px;position:absolute;right:-21px;font-size:20px;color:#eee}nav ul li.active.open>a:before{content:""}nav ul li.active.open>a.active:before{content:"\f0d9"}nav ul li li{border-bottom:0;position:relative}nav ul .active>a{color:#fefefe!important;position:relative}nav ul b{float:right;font-size:14px;margin-top:-1px}nav ul span.menu-item-parent{display:inline-block;margin:0;padding:0}nav ul ul{margin:0;display:none;background:rgba(91,103,113,0.8);padding:2px 0}nav ul ul>li:hover b{color:#d5d9e2}nav ul ul li{margin:0;padding:0}nav ul ul li.divider{height:1px;margin-left:30px;padding:0}nav ul ul li>a{padding-left:42px;font-size:12px;font-weight:400;outline:0}nav ul ul li>a:hover{background-color:#46545e;color:#fff}nav ul ul li>a.active{margin-left:30px;padding-left:12px;background-color:#296191}.minified nav ul ul li>a.active{margin-left:0}nav ul ul ul{background:0;padding:0}nav ul ul ul li a{color:#bfbfbf;padding:8px 10px 8px 60px;font-size:11px}nav ul ul ul li a:hover{background-color:#46545e;color:#fff}nav ul ul ul li a.active{margin-left:50px;padding-left:10px}nav ul ul ul ul li a{padding-left:90px}nav ul ul ul ul li a.active{margin-left:80px;padding-left:10px}nav ul ul ul ul ul li a{padding-left:110px}nav ul ul ul ul ul li a.active{margin-left:100px;padding-left:10px}nav ul ul ul ul ul ul li a{padding-left:130px}nav ul ul ul ul ul ul li a.active{margin-left:120px;padding-left:10px}nav ul ul b{color:#b3b3b3}nav>ul>li{border-top:1px solid #718999;border-bottom:1px solid #576975}nav>ul>li:hover>ul::before,nav>ul>li:hover>ul>li::before{border-color:#acacac!important}nav>ul>li>a>.badge.pull-right{margin-right:15px}nav>ul>li>a b{position:absolute!important;right:10px;top:10px}nav>ul>li>a>i{margin-right:5px;width:15px;display:inline-block;text-align:center;position:relative}nav>ul>li>a>i>em{font-size:9px;display:block;padding:2px;position:absolute;top:-8px;right:-6px;text-decoration:none;font-style:normal;background:#ed1c24;color:#fff;min-width:13px;border-radius:50%;max-height:13px;line-height:8px;font-weight:700;vertical-align:baseline;white-space:nowrap;text-align:center;border:1px solid rgba(255,255,255,0.1)}nav>ul>li>ul::before{content:"";display:block;position:absolute;z-index:1;left:23px;top:0;bottom:0;border-left:1px solid #7a7a7a}nav>ul>li>ul>li>a,nav>ul>li>ul>li>ul>li>a{padding-top:5px;padding-bottom:5px}nav>ul ul li a i{font-size:14px!important;width:18px!important;text-align:center!important}nav>ul ul li::before{content:"";display:block;position:absolute;width:8px;left:23px;top:13px;border-top:1px solid #7a7a7a;z-index:1}nav>ul ul ul li::before{content:"";display:block;position:absolute;width:18px;left:10px;top:17px;border-top:1px solid transparent}@media(min-width:768px){.navbar-nav>li>a{padding-top:17px;padding-bottom:15px}}.ui-menu{display:block;width:155px;padding:2px;-webkit-box-shadow:0 2px 4px rgba(30,30,100,0.25);box-shadow:0 2px 4px rgba(30,30,100,0.25);background:#fff;border:1px solid rgba(0,0,0,0.2);z-index:1;list-style:none;margin:0;margin-bottom:2em;outline:0}.ui-menu .ui-menu{margin-top:-3px;position:absolute;list-style:none}.ui-menu .ui-menu-item{margin:0;padding:0;width:100%;list-style:none;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-item a{text-decoration:none;display:block;padding:2px .4em;line-height:1.5;min-height:0;font-weight:400}.ui-menu .ui-menu-item a.ui-corner-all{border-radius:0}.ui-menu .ui-menu-item a.ui-state-active,.ui-menu .ui-menu-item a.ui-state-focus,.ui-menu .ui-menu-item a.ui-widget-content{font-weight:700;margin:0;background-color:#428bca;border-color:#357ebd;color:#FFF;display:block;white-space:nowrap}.ui-menu .ui-menu-item a.ui-state-active{padding:1px .4em}.ui-menu .ui-menu-item a .ui-menu-icon{width:auto;height:auto;top:0;left:auto;right:auto;bottom:auto;text-indent:0}.ui-menu .ui-menu-divider{margin:5px -2px 5px -2px;height:0;font-size:0;line-height:0;border-width:1px 0 0}.ui-menu .ui-state-disabled{margin:.4em 0 .2em!important;background:none!important;color:#999!important;font-weight:400!important;cursor:default;line-height:1.5}.ui-menu .ui-state-disabled a{cursor:default}.ui-menu .ui-menu-icons{position:relative}.ui-menu .ui-menu-icons .ui-menu-item a{position:relative;padding-left:2em}.ui-menu .ui-icon{position:absolute;top:.2em;left:.2em}.ui-menu .ui-menu-icon{position:static;float:right}.dropdown-menu>li>a:hover{background-color:#e0e0e0}.open>.dropdown-menu{-webkit-animation-name:flipInX;animation-name:flipInX;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.dropdown-menu .small.divider{margin:3px 0}.dropdown-menu-xs{min-width:37px}.dropdown-menu-xs>li>a{padding:3px 10px}.dropdown-menu-xs>li>a:hover i{color:#fff!important}.dropdown-submenu{position:relative}.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px}.dropdown-submenu:hover>.dropdown-menu{display:block}.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#bfbfbf;margin-top:5px;margin-right:-10px}.dropdown-submenu:hover>a:after{border-left-color:#fff}.dropdown-submenu.pull-left{float:none}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px}.ajax-dropdown{position:absolute;display:none;z-index:1003;top:48px;left:16px;width:344px;height:435px;border-radius:0;-webkit-box-shadow:0 2px 4px rgba(30,30,100,0.25);box-shadow:0 2px 4px rgba(30,30,100,0.25);padding:10px;background:#fff;border:1px solid #b3b3b3}@media only screen and (min-width:320px) and (max-width:479px){.ajax-dropdown{width:299px;height:320px;left:0;top:49px}}.ajax-dropdown:after,.ajax-dropdown:before{bottom:100%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.ajax-dropdown:before{border-color:rgba(131,131,131,0);border-bottom-color:#838383;border-width:8px;left:50%;margin-left:-8px}@media only screen and (min-width:320px) and (max-width:479px){.ajax-dropdown:before{margin-left:-14px}}.ajax-dropdown:after{border-color:rgba(255,255,255,0);border-bottom-color:#fff;border-width:7px;left:50%;margin-left:-7px}@media only screen and (min-width:320px) and (max-width:479px){.ajax-dropdown:after{margin-left:-13px}}.ajax-dropdown>:last-child{font-size:13px;display:block;padding:5px 0;line-height:22px;font-weight:400}.ajax-dropdown>:first-child{margin:0 0 3px;padding:0 0 9px}.ajax-dropdown .fa-4x.fa-border{border-width:3px;border-radius:50%;display:block;margin:0 auto;width:46px;text-align:center;color:#d1d1d1;border-color:#d1d1d1}.ajax-dropdown .btn-group .btn{font-weight:700;text-transform:capitalize}.ajax-dropdown .btn-group>:nth-child(2){border-right-width:0;border-left-width:0}.ajax-dropdown .btn-group .btn:active{top:0;left:0}.active+.ajax-dropdown{-webkit-animation-name:flipInY;animation-name:flipInY;-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.dropdown-large{position:static!important}.dropdown-menu-large{margin-left:16px;margin-right:16px;padding:20px 0}.dropdown-menu-large>li>ul{padding:0;margin:0}.dropdown-menu-large>li>ul>li{list-style:none}.dropdown-menu-large>li>ul>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.428571429;color:#333;white-space:normal}.dropdown-menu-large>li ul>li>a:focus,.dropdown-menu-large>li ul>li>a:hover{text-decoration:none;color:#262626;background-color:#f5f5f5}.dropdown-menu-large .disabled>a,.dropdown-menu-large .disabled>a:focus,.dropdown-menu-large .disabled>a:hover{color:#999}.dropdown-menu-large .disabled>a:focus,.dropdown-menu-large .disabled>a:hover{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);cursor:not-allowed}.dropdown-menu-large .dropdown-header{color:#428bca;font-size:18px}@media(max-width:768px){.dropdown-menu-large{margin-left:0;margin-right:0}.dropdown-menu-large>li{margin-bottom:30px}.dropdown-menu-large>li:last-child{margin-bottom:0}.dropdown-menu-large .dropdown-header{padding:3px 15px!important}}.wijmo-wijmenu{padding:0 20px;background-color:#222;background-repeat:repeat-x;background-image:-webkit-gradient(linear,top left,bottom left,from(#333),to(#222));background-image:-webkit-linear-gradient(top,#333,#222);background-image:linear-gradient(top,#333,#222);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333',endColorstr='#222222',GradientType=0);-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.25),inset 0 -1px 0 rgba(0,0,0,0.1);box-shadow:0 1px 3px rgba(0,0,0,0.25),inset 0 -1px 0 rgba(0,0,0,0.1)}.wijmo-wijmenu .ui-state-default .wijmo-wijmenu-text{color:#bfbfbf}.wijmo-wijmenu .ui-state-hover{background:#444;background:rgba(255,255,255,0.05)}.wijmo-wijmenu .ui-state-hover .wijmo-wijmenu-text{color:#fff}.wijmo-wijmenu .ui-widget-header h3{position:relative;margin-top:1px;padding:0}.wijmo-wijmenu h3 a{color:#fff;display:block;float:left;font-size:20px;font-weight:200;line-height:1;margin-left:-20px;margin-top:1px;padding:8px 20px 12px}.wijmo-wijmenu h3 a:hover{background-color:rgba(255,255,255,0.05);color:#fff;text-decoration:none}.wijmo-wijmenu .ui-widget-header{border:0}.wijmo-wijmenu .wijmo-wijmenu-parent .wijmo-wijmenu-child{padding:.3em 0}.wijmo-wijmenu .wijmo-wijmenu-item{margin:0;border:0}.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-child{background:#333;border:0;margin:0;padding:6px 0;width:160px;border-radius:0 0 6px 6px;-webkit-box-shadow:0 2px 4px rgba(0,0,0,0.2);box-shadow:0 2px 4px rgba(0,0,0,0.2)}.wijmo-wijmenu a.wijmo-wijmenu-link{margin:0;line-height:19px;padding:10px 10px 11px;border:0;border-radius:0}.wijmo-wijmenu .wijmo-wijmenu-child .wijmo-wijmenu-link{display:block;float:none;padding:4px 15px;width:auto}.wijmo-wijmenu .wijmo-wijmenu-child .wijmo-wijmenu-text{float:none}.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-child .ui-state-hover{background:#191919}.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-separator{padding:5px 0;background-image:none;background-color:#222;border-top:1px solid #444;border-bottom:0;border-left:0;border-right:0}.wijmo-wijmenu .wijmo-wijmenu-item input{-moz-transition:none 0s ease 0s;background-color:rgba(255,255,255,0.3);border:1px solid #111;border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.1) inset,0 1px 0 rgba(255,255,255,0.25);box-shadow:0 1px 2px rgba(0,0,0,0.1) inset,0 1px 0 rgba(255,255,255,0.25);color:rgba(255,255,255,0.75);font-family:Ubuntu,Helvetica,Arial,sans-serif;line-height:1;margin:5px 10px 0;padding:4px 9px;width:100px}.wijmo-wijmenu .wijmo-wijmenu-item input:hover{background-color:rgba(255,255,255,0.5);color:#fff}.wijmo-wijmenu .wijmo-wijmenu-item input:focus{background-color:#fff;border:0 none;-webkit-box-shadow:0 0 3px rgba(0,0,0,0.15);box-shadow:0 0 3px rgba(0,0,0,0.15);color:#404040;outline:0 none;padding:5px 10px;text-shadow:0 1px 0 #fff}.wijmo-wijmenu .ui-state-default{text-shadow:none;-webkit-box-shadow:none;box-shadow:none;color:#bfbfbf;-webkit-filter:none;filter:none}.tabs-below>.nav-tabs,.tabs-left>.nav-tabs,.tabs-right>.nav-tabs{border-bottom:0}.nav-tabs.bordered{background:#fff;border:1px solid #ddd}.nav-tabs.bordered>:first-child a{border-left-width:0!important}.nav-tabs.bordered+.tab-content{border:1px solid #ddd;border-top:0}.nav-tabs>li>a{padding:4px 10px;border-radius:0;color:#333}.nav-tabs>li>a.xsmall{line-height:1.0;padding:3px 8px}.nav-tabs>li>a .label{display:inline-block;font-size:11px;margin-left:5px;opacity:.5}.nav-tabs>li>a .badge{font-size:11px;padding:4px 5px 2px;opacity:.5;margin-left:5px;min-width:17px;font-weight:400}.tabs-left .nav-tabs>li>a .badge{margin-right:5px;margin-left:0}.nav-tabs>li>a>.fa{opacity:.5}.nav-tabs.small>li>a{padding:2px 8px;font-size:90%}.nav-tabs.tiny>li>a{padding:1px 6px;font-size:75%}.nav-tabs>li.active>a{-webkit-box-shadow:0 -2px 0 #3276b1;box-shadow:0 -2px 0 #3276b1;border-top-width:0!important;margin-top:1px!important;font-weight:700}.nav-tabs>li.active>a .badge,.nav-tabs>li.active>a .label,.nav-tabs>li.active>a>.fa{opacity:1}.tabs-left .nav-tabs>li.active>a{-webkit-box-shadow:-2px 0 0 #3276b1;box-shadow:-2px 0 0 #3276b1;border-top-width:1px!important;border-left:0!important;margin-left:1px!important}.tabs-right .nav-tabs>li.active>a{-webkit-box-shadow:2px 0 0 #3276b1;box-shadow:2px 0 0 #57889c;border-top-width:1px!important;border-right:0!important;margin-right:1px!important}.tabs-below .nav-tabs>li.active>a{-webkit-box-shadow:0 2px 0 #3276b1;box-shadow:0 2px 0 #3276b1;border-bottom-width:0!important;border-top:0!important;margin-top:0!important}.tabs-left>.nav-tabs>li,.tabs-right>.nav-tabs>li,.tabs-left>.nav-pills>li,.tabs-right>.nav-pills>li{float:none}.tabs-left>.nav-tabs>li>a,.tabs-right>.nav-tabs>li>a,.tabs-left>.nav-pills>li>a,.tabs-right>.nav-pills>li>a{min-width:74px;margin-right:0;margin-bottom:3px}.tabs-left .nav-pills>li.active>a{border:0!important;box-shadow:none!important;-webkit-box-shadow:none!important}.tabs-left>.nav-pills,.tabs-left>.nav-tabs{float:left;margin-right:19px;border-right:1px solid #ddd}.tabs-left>.nav-pills{border-right:0}.tabs-left>.nav-tabs>li>a{margin-right:-1px}.tabs-left>.nav-tabs>li>a:focus,.tabs-left>.nav-tabs>li>a:hover{border-color:#eee #d5d5d5 #eee #eee}.tabs-left>.nav-tabs .active>a,.tabs-left>.nav-tabs .active>a:focus,.tabs-left>.nav-tabs .active>a:hover{border-color:#d5d5d5 transparent #d5d5d5 #ddd;*border-right-color:#fff}.tabs-left>.tab-content{margin-left:109px}.tabs-right>.nav-tabs{float:right;margin-left:19px;border-left:1px solid #ddd}.tabs-right>.nav-tabs>li>a{margin-left:-1px}.tabs-right>.nav-tabs>li>a:focus,.tabs-right>.nav-tabs>li>a:hover{border-color:#eee #eee #eee #ddd}.tabs-right>.nav-tabs .active>a,.tabs-right>.nav-tabs .active>a:focus,.tabs-right>.nav-tabs .active>a:hover{border-color:#ddd #ddd #ddd transparent;*border-left-color:#fff}.tabs-pull-right.nav-tabs>li,.tabs-pull-right.nav-pills>li{float:right}.tabs-pull-right.nav-tabs>li:first-child>a,.tabs-pull-right.nav-pills>li:first-child>a{margin-right:1px}.tabs-pull-right.bordered.nav-pills>li:first-child>a,.tabs-pull-right.bordered.nav-tabs>li:first-child>a{border-left-width:1px!important;margin-right:0;border-right-width:0}.tabs-below>.nav-tabs{border-top:1px solid #ddd}.tabs-below>.nav-tabs>li{margin-top:-1px;margin-bottom:0}.tabs-below>.nav-tabs>li>a:focus,.tabs-below>.nav-tabs>li>a:hover{border-top-color:#ddd;border-bottom-color:transparent}.tabs-below>.nav-tabs>.active>a,.tabs-below>.nav-tabs>.active>a:focus,.tabs-below>.nav-tabs>.active>a:hover{border-color:transparent #ddd #ddd}.pill-content>.pill-pane,.tab-content>.pill-pane,.pill-content>.tab-pane,.tab-content>.tab-pane{display:none}.pill-content>.active,.tab-content>.active,.pill-content>.active,.tab-content>.active{display:block}.pill-content.transparent,.tab-content.transparent{background-color:transparent}.pill-content.bordered,.tab-content.bordered,.pill-content.bordered:hover,.tab-content.bordered:hover{border-color:#ddd;border-top:0}.ams-widget>header>.nav-tabs.pull-left>li:first-child a{border-left-width:0!important}h1,h2,h3,h4{margin:0;font-family:"Ubuntu-Bold",Arial,Helvetica,Sans-Serif;font-weight:300}h1{letter-spacing:-1px;font-size:24px;margin:10px 0}h1 small{font-size:18px;font-weight:300;letter-spacing:-1px}h2{letter-spacing:-1px;font-size:22px;margin:20px 0 15px;line-height:normal}h3{display:block;font-size:19px;font-weight:400;margin:16px 0 10px;line-height:normal}h4{line-height:normal;font-size:17px;font-weight:300;margin:12px 0 8px}h5{font-size:15px;font-weight:300;margin:10px 0 6px;line-height:normal}h6{font-size:14px;margin:10px 0 4px;font-weight:300;line-height:normal}hr .simple{margin-top:10px;margin-bottom:10px;border-style:dashed}li.nodot{list-style-type:none}img.online{border-left-color:#40ac2b!important}img.busy{border-left-color:#ed1c24!important}img.offline{border-left-color:#ddd!important}img.away{border-left-color:#ffc40d!important}[data-ams-url],[data-ams-click-handler]{cursor:pointer}label{font-weight:400}article.sortable-grid{min-height:30px}.caret{border-top:5px solid;border-right:5px solid transparent;border-left:5px solid transparent}.fixed{position:fixed}@media(max-width:768px){.xs-fixed{position:fixed}}@media(min-width:768px) and (max-width:992px){.sm-fixed{position:fixed}}@media(min-width:992px) and (max-width:1200px){.md-fixed{position:fixed}}@media(min-width:1200px){.lg-fixed{position:fixed}}.outside{position:absolute;left:-9999px}@media(max-width:979px){.visible-tablet{display:inline-block!important}}@media(max-width:979px){.hidden-tablet,.display-inline.hidden-tablet{display:none!important}}@media only screen and (min-width:0) and (max-width:679px){.hidden-tablet{display:none!important}}@media only screen and (min-width:320px) and (max-width:479px){.visible-mobile{display:inline-block!important}}@media only screen and (min-width:320px) and (max-width:479px){.hidden-mobile{display:none!important}}.viewport-y{overflow-y:auto}.viewport-y.viewport-100{max-height:100px}.viewport-y.viewport-200{max-height:200px}.viewport-y.viewport-300{max-height:300px}.viewport-y.viewport-600{max-height:600px}.viewport-y.viewport-400{max-height:400px}.viewport-y.viewport-500{max-height:500px}.viewport-y.viewport-600{max-height:600px}.viewport-x{overflow-x:auto}.viewport-x.viewport-100{max-width:100px}.viewport-x.viewport-200{max-width:200px}.viewport-x.viewport-300{max-width:300px}.viewport-x.viewport-400{max-width:400px}.viewport-x.viewport-500{max-width:500px}.viewport-x.viewport-600{max-width:600px}.height-100{min-height:100px}.height-200{min-height:200px}.height-300{min-height:300px}.height-400{min-height:400px}.height-500{min-height:500px}.height-600{min-height:600px}.lead{font-size:19px}.alert{margin-bottom:20px;margin-top:0;color:#675100;border-width:0;border-left-width:5px;padding:10px;border-radius:0}.alert .close{top:0;right:-5px;line-height:20px}.alert-heading{font-weight:600}.alert-danger{border-color:#963b49;color:#fff;background:#c46a69;text-shadow:none}.alert-warning{border-color:#e5c693;color:#6b6d31;background:#ecdfb0}.alert-success{border-color:#8eb589;color:#296829;background:#cee0cf}.alert-info{border-color:#9cb4c5;color:#346597;background:#d6dde7}.alert ul{margin-left:25px;list-style-position:outside;list-style-type:square}.ams-form>.alert{margin:5px;padding:5px;box-shadow:none!important;-webkit-box-shadow:none!important;border-radius:0!important}.help{font-size:90%;padding:5px!important}.help p{margin:0 0 1px;line-height:1.15}.modal-dialog .help{margin-bottom:5px!important}.well{background:#fbfbfb;border:1px solid #ddd;box-shadow:0 1px 1px #ececec;-webkit-box-shadow:0 1px 1px #ececec;position:relative}.well.well-clean{-webkit-box-shadow:none;box-shadow:none;border-color:transparent}.well.well-glass{-webkit-box-shadow:none;box-shadow:none;border-color:transparent;background-color:rgba(255,255,255,0.25);color:#fff}.well.well-light{background:#fff;border:1px solid #e2e2e2}.widget-body .well{margin-bottom:0}.well.transparent{border:0!important;background:none!important}.ams-widget.well.transparent>div,.ams-widget.well.transparent>div .widget-body{padding:0!important}.well[class*=" bg-"],.well[class^=bg-]{border:1px solid #555!important}.note{margin-top:6px;padding:0 1px;font-size:11px;line-height:15px;color:#999}.subscript{font-size:21px;color:#999}.display-image{margin-top:-60px;margin-right:20px}.terms-body{max-height:400px;overflow:auto}.timeline-seperator{display:block;text-align:center;color:#999;margin:20px 0 0}.timeline-seperator>:first-child{padding:4px 5px;border:1px dashed rgba(0,0,0,0.1);background:#fff;font-size:11px;border-radius:4px}.timeline-seperator .btn,.timeline-seperator .btn+.dropdown-menu{margin-right:15px}.timeline-seperator:after{display:block;content:" ";margin:0 20px;border-bottom:1px dashed rgba(0,0,0,0.1);margin-top:-8px}.progress{position:relative;margin-bottom:20px;overflow:hidden;height:22px;background:#eee;box-shadow:0 1px 0 transparent,0 0 0 1px #e3e3e3 inset;-webkit-box-shadow:0 1px 0 transparent,0 0 0 1px #e3e3e3 inset;border-radius:0}.progress-bar{float:left;width:0;height:100%;font-size:11px;color:#fff;text-align:center;background-color:#57889c;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);font-weight:700;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-image:url(../img/pattern/overlay-pattern.png)}.progress-striped .progress-bar{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-ms-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-danger{background-color:#a90329}.progress-striped .progress-bar-danger{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-bar-success{background-color:#739e73}.progress-striped .progress-bar-success{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#c79121}.progress-striped .progress-bar-warning{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#57889c}.progress-striped .progress-bar-info{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress .bar-info,.progress-info .bar{background:#57889c}.progress-micro{height:3px!important;line-height:3px!important}.progress-xs{height:7px!important;line-height:7px!important}.progress-sm{height:14px!important;line-height:14px!important}.progress-lg{height:30px!important;line-height:30px!important}.progress .progress-bar{position:absolute;overflow:hidden;line-height:20px}.progress .progressbar-back-text{position:absolute;width:100%;height:100%;font-size:12px;line-height:20px;text-align:center}.progress .progressbar-front-text{display:block;width:100%;font-size:12px;line-height:20px;text-align:center}.progress.right .progress-bar{right:0}.progress.right .progressbar-front-text{position:absolute;right:0}.progress.vertical{width:25px;height:100%;min-height:150px;margin-right:20px;display:inline-block;margin-bottom:0}.progress.vertical.bottom{position:relative}.progress.vertical.bottom .progress-bar{position:absolute;bottom:0}.progress.vertical.bottom .progressbar-front-text{position:absolute;bottom:0}.progress.vertical .progress-bar{width:100%;height:0;-webkit-transition:height .6s ease;transition:height .6s ease}.progress.wide-bar{width:40px}.dd{position:relative;display:block;margin:0;padding:0;max-width:600px;list-style:none;font-size:13px;line-height:20px}@media only screen and (min-width:700px){.dd{float:left;width:100%}.dd+.dd{margin-left:2%}}.dd-header.calender-spacer{height:46px;display:block}.dd-list{display:block;position:relative;margin:0;padding:0;list-style:none}.dd-list .dd-list{padding-left:30px}.dd-collapsed .dd-list{display:none}.dd-empty{border:1px dashed #bbb;min-height:100px;background-color:#eee;background-image:-webkit-linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff),-webkit-linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff);background-image:linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff),linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff);-webkit-background-size:60px 60px;background-size:60px 60px;background-position:0 0,30px 30px}.dd-empty,.dd-placeholder{margin:5px 0;padding:0;min-height:30px;background:#f2fbff;border:1px dashed #b6bcbf;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-box-sizing:border-box}.dd-empty,.dd-item,.dd-placeholder{display:block;position:relative;margin:0;padding:0;min-height:20px;font-size:13px;line-height:20px}.dd-handle{display:block;font-size:15px;margin:5px 0;padding:7px 15px;color:#333;text-decoration:none;border:1px solid #cfcfcf;background:#fbfbfb}.dd-handle:hover,.dd-handle:hover+.dd-list .dd-handle{background:#fddfb3!important;border:1px solid #faa937;color:#333!important}.dd-handle>span{font-size:13px;color:#777}.dd-hover>.dd-handle{background:#2ea8e5!important}.dd-item>button{position:relative;cursor:pointer;float:left;width:25px;height:20px;margin:7px 10px;line-height:22px!important;padding:0;text-indent:100%;white-space:nowrap;overflow:hidden;border:0;background:rgba(0,0,0,0);text-align:center;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px}.dd-item>button:before{content:'\f055';display:block;position:absolute;width:100%;text-align:center;text-indent:0;color:#0091d9}.dd-item>button[data-action=collapse]:before{content:'\f056';color:#a90329}.dd-dragel{position:absolute;pointer-events:none;z-index:9999}.dd-dragel>.dd-item .dd-handle{margin-top:0}.dd-dragel>.dd-item>.dd-handle{border-left-width:4px}.dd-dragel .dd-handle{-webkit-box-shadow:2px 4px 6px 0 rgba(0,0,0,0.1);box-shadow:2px 4px 6px 0 rgba(0,0,0,0.1)}.dd-dragel>li.dd-item.dd3-item{position:relative;top:10px;left:10px;z-index:999}.vertical-bars{padding:0;margin:0}.vertical-bars:after{content:"";display:block;height:0;clear:both}.vertical-bars li{padding:14px 0;width:25%;display:block;float:left;text-align:center}.vertical-bars li:first-child{border-left:0}.vertical-bars>li>.progress.vertical{margin:0 auto;float:none}.vertical-bars>li>.progress.vertical:first-child{margin-left:auto}.bar-holder{padding:18px 15px}.bar-holder:first-child{border-top:0}.bar-holder .progress{margin:0}.pagination.pagination-alt>li>a{box-shadow:none;-webkit-box-shadow:none;border:0;margin-left:-1px}.pagination.pagination-alt>li:first-child>a{padding-left:0}.pagination>li>a,.pagination>li>span{padding:7px 12px 5px;box-shadow:inset 0 -2px 0 rgba(0,0,0,0.05);-webkit-box-shadow:inset 0 -2px 0 rgba(0,0,0,0.05)}.pagination-xs>li>a,.pagination-xs>li>span{padding:5px 9px 3px;font-size:12px}.panel-purple{border-color:#6e587a}.panel-purple>.panel-heading{color:#fff;background-color:#6e587a;border-color:#6e587a}.panel-greenLight{border-color:#71843f}.panel-greenLight>.panel-heading{color:#fff;background-color:#71843f;border-color:#71843f}.panel-greenDark{border-color:#496949}.panel-greenDark>.panel-heading{color:#fff;background-color:#496949;border-color:#496949}.panel-darken{border-color:#333}.panel-darken>.panel-heading{color:#fff;background-color:#404040;border-color:#404040}.panel-pink{border-color:#ac5287}.panel-pink>.panel-heading{color:#fff;background-color:#ac5287;border-color:#ac5287}.panel-green{border-color:#356e35}.panel-green>.panel-heading{color:#fff;background-color:#356e35;border-color:#356e35}.panel-blueLight{border-color:#92a2a8}.panel-blueLight>.panel-heading{color:#fff;background-color:#92a2a8;border-color:#92a2a8}.panel-pinkDark{border-color:#a8829f}.panel-pinkDark>.panel-heading{color:#fff;background-color:#a8829f;border-color:#a8829f}.panel-redLight{border-color:#a65858}.panel-redLight>.panel-heading{color:#fff;background-color:#a65858;border-color:#a65858}.panel-red{border-color:#a90329}.panel-red>.panel-heading{color:#fff;background-color:#a90329;border-color:#a90329}.panel-teal{border-color:#568a89}.panel-teal>.panel-heading{color:#fff;background-color:#568a89;border-color:#568a89}.panel-orange{border-color:#c79121}.panel-orange>.panel-heading{color:#fff;background-color:#c79121;border-color:#c79121}.panel-blueDark{border-color:#4c4f53}.panel-blueDark>.panel-heading{color:#fff;background-color:#4c4f53;border-color:#4c4f53}.panel-magenta{border-color:#6e3671}.panel-magenta>.panel-heading{color:#fff;background-color:#6e3671;border-color:#6e3671}.panel-blue{border-color:#57889c}.panel-blue>.panel-heading{color:#fff;background-color:#57889c;border-color:#57889c}.panel-footer>.btn-block{border-radius:0;border-bottom:0;border-left:0;border-right:0}.notification-body{padding:0 0 0 3px;margin:0;list-style:none}.notification-body *,.notification-body:after *,.notification-body:before *{box-sizing:border-box!important;-webkit-box-sizing:border-box!important;-moz-box-sizing:border-box!important}.notification-body>li{border-bottom:1px solid #e9e9e9;position:relative}.notification-body>li>span{background:#fff;display:block;min-height:25px;overflow:hidden;padding:8px 10px 13px;white-space:normal}.notification-body>li>span:hover{background:#f0f4f7;color:#667f8f}.notification-body>li a.msg{padding-left:50px!important}.notification-body>li a,.notification-body>li a span{display:block;position:relative;overflow:hidden}.notification-body>li a,.notification-body>li a:hover{text-decoration:none}.notification-body>li:hover .progress{background:#fff;box-shadow:0 1px 0 rgba(0,0,0,0),0 0 0 1px #a7a7a7 inset;-webkit-box-shadow:0 1px 0 rgba(0,0,0,0),0 0 0 1px #ccc inset}.notification-body>li:hover .text-muted{color:#333}.notification-body .from{font-size:14px;line-height:normal;color:#333;font-weight:400;margin-right:60px;margin-bottom:6px;height:20px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.notification-body .unread{background:#ffffe0}.notification-body .unread .unread .from{font-weight:700}.notification-body time{position:absolute;top:3px;right:0;font-size:11px;font-weight:400;color:#058dc7}.notification-body .msg-body,.notification-body .subject{font-size:13px;color:#a0a0a0;max-height:35px;width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.notification-body .subject{font-size:13px;color:#333;max-height:22px}.ajax-notifications{height:365px;display:block;overflow:auto;margin-right:-10px;margin-left:-10px;border-bottom:1px solid #cecece;border-top:1px solid #cecece;background:#e9e9e9}@media only screen and (min-width:320px) and (max-width:479px){.ajax-notifications{height:250px}}.ajax-notifications>.alert.alert-transparent{background-color:transparent;border-color:transparent;color:#757575;margin:13px 10px}.ajax-notifications>.alert>:first-child{margin-bottom:10px;font-weight:400}.arrow-box-up:before,.arrow-box-up:after{bottom:100%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.arrow-box-up:before{border-color:rgba(131,131,131,0);border-bottom-color:#838383;border-width:8px;left:50%;margin-left:-8px}.arrow-box-up:after{border-color:rgba(255,255,255,0);border-bottom-color:#fff;border-width:7px;left:50%;margin-left:-7px}.arrow-box-up-right:before,.arrow-box-up-right:after{bottom:100%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.arrow-box-up-right:before{border-color:rgba(131,131,131,0);border-bottom-color:#838383;border-width:8px;right:9px;margin-left:-8px}.arrow-box-up-right:after{border-color:rgba(255,255,255,0);border-bottom-color:#fff;border-width:7px;right:10px;margin-left:-7px}.tooltip-inner{padding:5px 10px;font-size:11px;font-family:Ubuntu,Arial,Helvetica,sans-serif;font-weight:700;border-radius:0}.jqstooltip{padding:7px!important;border-radius:3px!important;border:0!important;background-color:#000!important;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}.jqstooltip .jqsfield{font-family:Ubuntu,Arial,sans-serif;font-size:11px}.dd3-content{display:block;margin:5px 0;padding:6px 10px 8px 40px;font-size:15px;color:#333;text-decoration:none;border:1px solid #cfcfcf;background:#fbfbfb}.dd3-content:hover{color:#2ea8e5;background:#fff}.dd-dragel>.dd3-item>.dd3-content{margin:0}.dd3-item>button{margin-left:38px}.dd3-handle{position:absolute;margin:0;left:0;top:0;cursor:move;width:30px;text-indent:100%;white-space:nowrap;overflow:hidden;border:1px solid #aaa;background:#bfbfbf;background:-webkit-gradient(linear,top left,bottom left,from(#ddd),to(#bbb));background:-webkit-linear-gradient(top,#ddd 0,#bbb 100%);background:linear-gradient(top,#ddd 0,#bbb 100%);display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;padding:8px 15px}.dd3-handle:before{content:'\f0c9';display:block;position:absolute;left:0;top:3px;width:100%;text-align:center;text-indent:0;color:#818181;font-weight:400;line-height:28px}.dd3-handle:hover:before{color:#c27616}.nestable-lists{display:block;clear:both;padding:30px 0;width:100%;border:0;border-top:2px solid #bfbfbf;border-bottom:2px solid #bfbfbf}#nestable-menu{padding:0;margin:10px 0 20px}#nestable-output,#nestable2-output{width:100%;padding:5px}.custom-scroll::-webkit-scrollbar{-webkit-overflow-scrolling:touch;height:10px;width:10px}.custom-scroll::-webkit-scrollbar:hover{background-color:#e9e9e9;border:1px solid #dbdbdb}.custom-scroll::-webkit-scrollbar-button:start:decrement,.custom-scroll::-webkit-scrollbar-button:end:increment{background:0;display:block;height:0}.custom-scroll::-webkit-scrollbar-track{-webkit-background-clip:padding-box;background-clip:padding-box;border:solid transparent}.custom-scroll::-webkit-scrollbar-track-piece{-o-border-radius:0;background-color:transparent;border-radius:0}.custom-scroll::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 1px 1px 0 rgba(0,0,0,0.1),inset 0 -1px 0 rgba(0,0,0,0.07);-webkit-background-clip:padding-box;background-clip:padding-box;background-color:rgba(0,0,0,0.2);border:0;box-shadow:inset 1px 1px 0 rgba(0,0,0,0.1),inset 0 -1px 0 rgba(0,0,0,0.07)}.custom-scroll::-webkit-scrollbar-thumb:vertical,.custom-scroll::-webkit-scrollbar-thumb:horizontal{-o-border-radius:0;background-color:#bfbfbf;border-radius:0}.custom-scroll::-webkit-scrollbar-thumb:active{-webkit-box-shadow:inset 1px 1px 3px rgba(0,0,0,0.33);background-color:rgba(0,0,0,0.44);box-shadow:inset 1px 1px 3px rgba(0,0,0,0.33)}.custom-scroll::-webkit-scrollbar-thumb:hover{background-color:#959595}.air{position:absolute;z-index:5}.air-bottom{bottom:0}.air-top{top:0}.air-top-right{top:0;right:0}.air-top-left{top:0;left:0}.air-bottom-left{bottom:0;left:0}.air-bottom-right{bottom:0;right:0}.tree{min-height:20px;border-radius:4px}.tree li{list-style-type:none;margin:0;padding:3px 0 3px 5px;position:relative}.tree li:after,.tree li:before{content:'';left:-20px;position:absolute;right:auto}.tree li:before{border-left:1px solid #999;bottom:50px;height:100%;top:-5px;width:1px;-webkit-transition:"border-color 0.1s ease 0.1s";transition:"border-color 0.1s ease 0.1s"}.tree li:last-child::before{height:30px}.tree li:after{border-top:1px solid #999;height:20px;top:14px;width:25px}.tree li:hover{background:rgba(0,0,0,0.15)}.tree li>span{border:1px dotted #999;border-radius:5px;display:inline-block;padding:4px 8px;text-decoration:none;-webkit-transition:color .2s ease .1s,background-color .2s ease .1s,border-color .3s ease .2s;transition:color .2s ease .1s,background-color .2s ease .1s,border-color .3s ease .2s}.tree li>span>i{padding-right:4px}.tree li.parent_li>span{padding:7px}.tree li>span{cursor:pointer}.tree li>span:hover,.tree li>span:hover+ul li>span{background:#eee;border:1px solid #94a0b4;color:#000}.tree ul ul{padding-left:34px;padding-top:5px}.tree>ul{padding-left:0}.tree>ul>li:after,.tree>ul>li:before{border:0}.pace{-webkit-pointer-events:none;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pace-inactive{display:none}.pace .pace-progress{background:#3276b1;position:fixed;z-index:2000;top:0;left:0;height:2px;-webkit-transition:width 1s;transition:width 1s}.pace .pace-progress-inner{display:block;position:absolute;right:0;width:100px;height:100%;-webkit-box-shadow:0 0 10px #29d,0 0 5px #29d;box-shadow:0 0 10px #29d,0 0 5px #29d;opacity:1;-webkit-transform:rotate(3deg) translate(0,-4px);-ms-transform:rotate(3deg) translate(0,-4px);transform:rotate(3deg) translate(0,-4px)}.pace .pace-activity{display:block;position:fixed;z-index:2000;top:63px;right:40px;width:14px;height:14px;border:solid 2px transparent;border-top-color:#29d;border-left-color:#29d;border-radius:10px;-webkit-animation:pace-spinner 400ms linear infinite;-ms-animation:pace-spinner 400ms linear infinite;animation:pace-spinner 400ms linear infinite}.table-full{width:100%}.table-wrap{overflow:auto}.table.has-tickbox thead tr th:first-child{width:18px}.table.has-tickbox.ams-form tbody tr td:first-child .checkbox,.table.has-tickbox.ams-form tbody tr td:first-child .radio,.table.has-tickbox.ams-form thead tr th:first-child .checkbox,.table.has-tickbox.ams-form thead tr th:first-child .radio{padding:0!important}.table-dnd tbody tr.dragging-row td{background-color:#cedbf7!important}.table-dnd tbody tr td:first-child{padding-left:20px!important}.table-dnd tbody td.drag-handle{background:transparent url('../img/vert-drag-handle.png') scroll no-repeat left 50%}.table-tight td,.table-tight th{padding:4px 8px!important;line-height:1.3!important}.table-mini td,.table-mini th{padding:1px 8px!important;line-height:1.1!important}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-width:1px}.table-bordered .no-padding>.table-bordered{border:0!important}.table-bordered .no-padding>.table-bordered tbody tr td:first-child,.table-bordered .no-padding>.table-bordered thead tr td:first-child,.table-bordered .no-padding>.table-bordered thead tr th:first-child{border-left-width:0!important}.table-bordered .no-padding>.table-bordered tbody tr td:last-child,.table-bordered .no-padding>.table-bordered thead tr th:last-child{border-right-width:0!important}.table-bordered .no-padding>.table-bordered tbody tr:last-child td{border-bottom-width:0!important}.no-padding .note-editable .table-bordered{border:1px solid #ddd!important}tr.bordered-bottom th,tr.bordered-bottom td{border-bottom:1px solid #ddd}.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{background-color:#eee}th.checker,td.checker{width:30px}th.actions-menu{width:70px}th.action,td.action{width:26px}.dt-row{padding:4px 10px}.dt-top-row{height:0;line-height:0;position:relative}.dt-bottom-row{background:#fafafa;font-size:11px;overflow:hidden;padding:5px 10px!important;border-top:1px solid #ccc;-webkit-box-shadow:inset 0 1px #fff;-ms-box-shadow:inset 0 1px #fff;box-shadow:inset 0 1px #fff}.ams-form .dt-bottom-row .row{margin:0!important}.modal-dialog .ams-form .dt-bottom-row{padding:5px 10px!important}.modal-dialog .ams-form .dt-bottom-row .row{margin:0}.dataTables_length{position:absolute;right:13px;top:-35px}.dataTables_length select{width:60px;padding:3px;font-size:13px;border:1px solid #bbb}.dataTables_filter{position:absolute;left:10px;top:-35px}.dataTables_filter input{padding:3px 8px 1px;font-size:13px}.dataTables_filter .form-control{height:28px}.dataTables_filter .input-group{width:180px!important}.dataTables_filter input select{border:1px solid #bbb}.dataTables_paginate{margin:4px 0 0}.dataTables_paginate .pagination{margin:0}.dataTables_paginate .btn-group a{color:#2e5f87}.dataTables_wrapper{position:relative}.dataTables_wrapper table.table{clear:both;max-width:inherit;margin-bottom:0}.dataTables_wrapper table.table thead th{white-space:nowrap;text-overflow:ellipsis;-ms-text-overflow:ellipsis}.dataTables_wrapper table.table thead .sorting,.dataTables_wrapper table.table thead .sorting_asc,.dataTables_wrapper table.table thead .sorting_asc_disabled,.dataTables_wrapper table.table thead .sorting_desc,.dataTables_wrapper table.table thead .sorting_desc_disabled{cursor:pointer;padding-right:20px}.dataTables_wrapper table.table thead .sorting{background:url(../img/datatable/sort_both.png) no-repeat center right}.dataTables_wrapper table.table thead .sorting_asc{background:url(../img/datatable/sort_asc.png) no-repeat center right}.dataTables_wrapper table.table thead .sorting_desc{background:url(../img/datatable/sort_desc.png) no-repeat center right}.dataTables_wrapper table.table thead .sorting_asc_disabled{background:url(../img/datatable/sort_asc_disabled.png) no-repeat center right}.dataTables_wrapper table.table thead .sorting_desc_disabled{background:url(../img/datatable/sort_desc_disabled.png) no-repeat center right}.dataTables_wrapper table.table tbody tr.active th,.dataTables_wrapper table.table tbody tr.active td{background-color:#08C;color:#fff}.dataTables_wrapper table.table tbody tr.active:hover td,.dataTables_wrapper table.table tbody tr.active:hover th{background-color:#0075b0!important}.dataTables_wrapper table.dataTable th:active{outline:0}.dataTables_wrapper .table-striped tbody tr.active:nth-child(odd) td,.dataTables_wrapper .table-striped tbody tr.active:nth-child(odd) th{background-color:#017ebc}.dataTables_wrapper select{min-height:inherit}.dataTables_wrapper table+.row{margin-bottom:0;margin-top:10px}.dataTables_wrapper .dt_actions{float:left;margin-right:20px}.dataTables_wrapper .bottom,.dataTables_wrapper .top{background-color:#f5f5f5;border:1px solid #CCC;padding:15px}.dataTables_wrapper div.DTTT .btn:hover{text-decoration:none!important}.dataTables_wrapper ul.DTTT_dropdown.dropdown-menu a{color:#333!important}.dataTables_wrapper ul.DTTT_dropdown.dropdown-menu li:hover a{background-color:#08c;color:#fff!important}.dataTables_wrapper div.DTTT_print_info.modal{height:150px;margin-top:-75px;text-align:center}.dataTables_wrapper div.DTTT_print_info h6{font-weight:400;font-size:28px;line-height:28px;margin:1em}.dataTables_wrapper div.DTTT_print_info p{font-size:14px;line-height:20px}.dataTables_wrapper div.DTFC_LeftFootWrapper table,.dataTables_wrapper div.DTFC_LeftHeadWrapper table,.dataTables_wrapper table.DTFC_Cloned tr.even{background-color:#fff}.dataTables_wrapper div.DTFC_LeftHeadWrapper table{margin-bottom:0!important;border-top-right-radius:0!important;border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.dataTables_scrollBody{-webkit-overflow-scrolling:touch}.top .dataTables_info{float:none}div.dt-bottom-row .dataTables_info{float:left;padding-top:10px;font-size:12px}.dataTables_full{width:100%!important}.dataTables_empty{text-align:center!important;font-size:15px;background:#fff!important;padding:20px 0!important;cursor:default}.dataTables_scroll{clear:both}.dataTables_scrollHeadInner table.table-bordered{border-radius:4px 4px 0 0}.dataTables_scrollHeadInner table.table-bordered,.dataTables_scrollHeadInner table.table-bordered thead{border-bottom:0}.dataTables_scrollBody table{border-top:0}.dataTables_processing{position:absolute;top:50%;margin-top:-24px;z-index:100;left:50%;width:250px;margin-left:-125px;border:1px solid #ddd;text-align:center;color:#000;background:#fff;font-size:15px!important;-webkit-box-shadow:0 0 4px rgba(0,0,0,0.2);-ms-box-shadow:0 0 4px rgba(0,0,0,0.2);box-shadow:0 0 4px rgba(0,0,0,0.2);padding:10px 0}.dataTables_wrapper .center{text-align:center}.dataTables_wrapper .details,.dataTables_wrapper .details:hover{background:#ddd!important}.dataTables_wrapper .details table td{background:#fff!important}.dataTables_scrollHeadInner table.table,.dataTables_wrapper .details table.table{margin:0!important}.dataTables_scrollHead table{margin-bottom:0!important;border-bottom-left-radius:0;border-bottom-right-radius:0}.dataTables_scrollHead table thead tr:last-child th:first-child{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child,.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.DTFC_LeftBodyWrapper table,.dataTables_scrollBody table{border-top:0;margin-bottom:0!important}.DTFC_LeftBodyWrapper tbody tr:first-child td,.DTFC_LeftBodyWrapper tbody tr:first-child th,div.DTFC_LeftFootWrapper table,div.dataTables_scrollBody tbody tr:first-child th,div.dataTables_scrollFoot table{border-top:0}.ColVis{position:absolute;right:83px;top:-35px}.ColVis_collection{position:relative;width:180px;background-color:#fff;border:1px solid rgba(0,0,0,0.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,0.2);box-shadow:0 2px 4px rgba(0,0,0,0.2);z-index:1102;padding-top:3px;padding-left:10px;list-style-type:none;list-style-position:outside}.ColVis_collection .ColVis_Button{position:relative;margin-right:3px;height:30px;background-color:#fff;border:1px solid #d0d0d0;cursor:hand;padding:3px 5px}.ColVis_collection button.ColVis_Button{padding:4px 12px;height:26px;background-color:#fff;border:0;width:100%;float:none;font-size:12px}.ColVis_collection button.ColVis_Button+button.ColVis_Button{border-top:1px solid #e1e1e1}.ColVis_collection button.ColVis_Button button.ColVis_Button input{margin:0}button.ColVis_Button{padding:4px 5px;text-align:left}button.ColVis_Button::-moz-focus-inner{border:0!important;padding:0}.ColVis_collectionBackground{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;z-index:1100}div.ColVis_catcher{position:absolute;z-index:1101}span.ColVis_radio{display:inline-block;width:20px;vertical-align:-2px}.ColVis_text_hover,div.ColVis_collection button.ColVis_Button:hover{background:#f2f2f2;color:#222}table.DTCR_clonedTable{background-color:#fff;z-index:202}div.DTCR_pointer{width:1px;background-color:#0259c4;z-index:201}ul.DTTT_dropdown.dropdown-menu li{position:relative}ul.DTTT_dropdown.dropdown-menu li:hover a{background-color:#f2f2f2;color:#333!important}.table_tools_group{position:absolute;right:83px;top:-37px}.DTTT.btn-group{position:absolute;top:-38px;right:83px}.DTTT_dropdown{z-index:2002}.DTFC_LeftHeadWrapper{border-bottom:1px solid #ddd}div.DTTT_container{position:relative;float:right;margin-bottom:1em}a.DTTT_button,button.DTTT_button,div.DTTT_button{position:relative;float:left;margin-right:3px;padding:5px 8px;border:1px solid #999;cursor:pointer;*cursor:hand;font-size:.88em;color:#000!important;-o-border-radius:2px;border-radius:2px;-webkit-box-shadow:1px 1px 3px #ccc;-ms-box-shadow:1px 1px 3px #ccc;-o-box-shadow:1px 1px 3px #ccc;box-shadow:1px 1px 3px #ccc;background:#fff;background:-webkit-gradient(linear,top left,bottom left,from(#fff),color-stop(89%,#f3f3f3),to(#f9f9f9));background:-webkit-linear-gradient(top,#fff 0,#f3f3f3 89%,#f9f9f9 100%);background:linear-gradient(top,#fff 0,#f3f3f3 89%,#f9f9f9 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f9f9f9',GradientType=0)}a.DTTT_button:hover,button.DTTT_button:hover,div.DTTT_button:hover{border:1px solid #666;text-decoration:none!important;-webkit-box-shadow:1px 1px 3px #999;-ms-box-shadow:1px 1px 3px #999;-o-box-shadow:1px 1px 3px #999;box-shadow:1px 1px 3px #999;background:#f3f3f3;background:-webkit-gradient(linear,top left,bottom left,from(#f3f3f3),color-stop(89%,#e2e2e2),to(#f4f4f4));background:-webkit-linear-gradient(top,#f3f3f3 0,#e2e2e2 89%,#f4f4f4 100%);background:linear-gradient(top,#f3f3f3 0,#e2e2e2 89%,#f4f4f4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3',endColorstr='#f4f4f4',GradientType=0)}button.DTTT_button{height:30px;padding:3px 8px}.DTTT_button embed{outline:0}a.DTTT_disabled,button.DTTT_disabled,div.DTTT_disabled{color:#999;border:1px solid #d0d0d0;background:#fff;background:-webkit-gradient(linear,top left,bottom left,from(#fff),color-stop(89%,#f9f9f9),to(#fafafa));background:-webkit-linear-gradient(top,#fff 0,#f9f9f9 89%,#fafafa 100%);background:linear-gradient(top,#fff 0,#f9f9f9 89%,#fafafa 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#fafafa',GradientType=0)}table.DTTT_selectable tbody tr{cursor:pointer;*cursor:hand}table.dataTable tr.DTTT_selected.odd td.sorting_1,table.dataTable tr.DTTT_selected.odd td.sorting_2,table.dataTable tr.DTTT_selected.odd td.sorting_3{background-color:#9fafd1}table.dataTable tr.DTTT_selected.even td.sorting_1,table.dataTable tr.DTTT_selected.even td.sorting_2,table.dataTable tr.DTTT_selected.even td.sorting_3{background-color:#b0bed9}div.DTTT_collection{width:150px;padding:8px 8px 4px;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.4);background-color:#f3f3f3;background-color:rgba(255,255,255,0.3);overflow:hidden;z-index:2002;-o-border-radius:5px;border-radius:5px;-webkit-box-shadow:3px 3px 5px rgba(0,0,0,0.3);-ms-box-shadow:3px 3px 5px rgba(0,0,0,0.3);-o-box-shadow:3px 3px 5px rgba(0,0,0,0.3);box-shadow:3px 3px 5px rgba(0,0,0,0.3)}div.DTTT_collection a.DTTT_button,div.DTTT_collection button.DTTT_button,div.DTTT_collection div.DTTT_button{position:relative;left:0;right:0;display:block;float:none;margin-bottom:4px;-webkit-box-shadow:1px 1px 3px #999;-ms-box-shadow:1px 1px 3px #999;-o-box-shadow:1px 1px 3px #999;box-shadow:1px 1px 3px #999}div.DTTT_collection_background{z-index:2001}.DTTT_print_info{position:fixed;top:50%;left:50%;width:400px;height:150px;margin-left:-200px;margin-top:-75px;text-align:center;color:#333;padding:10px 30px;background:#fff;background:-webkit-gradient(linear,top left,bottom left,from(#fff),color-stop(89%,#f3f3f3),to(#f9f9f9));background:-webkit-linear-gradient(top,#fff 0,#f3f3f3 89%,#f9f9f9 100%);background:linear-gradient(top,#fff 0,#f3f3f3 89%,#f9f9f9 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f9f9f9',GradientType=0);opacity:.95;border:1px solid #000;border:1px solid rgba(0,0,0,0.5);-o-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 3px 7px rgba(0,0,0,0.5);-ms-box-shadow:0 3px 7px rgba(0,0,0,0.5);-o-box-shadow:0 3px 7px rgba(0,0,0,0.5);box-shadow:0 3px 7px rgba(0,0,0,0.5)}.DTTT_print_info h6{font-weight:400;font-size:28px;line-height:28px;margin:1em}.DTTT_print_info p{font-size:14px;line-height:20px}.form hr{margin-left:-13px;margin-right:-13px;border-color:rgba(0,0,0,0.1);margin-top:20px;margin-bottom:20px}.form fieldset{display:block;border:0;background:rgba(255,255,255,0.9);position:relative}.form header,.form legend{display:block;padding:8px 0;border-bottom:1px dashed rgba(0,0,0,0.2);background:#fff;font-size:16px;font-weight:300;color:#222;margin:25px 0 20px}.no-padding .form header{margin:25px 14px 0}.form header:first-child{margin-top:10px}.form .form-group:last-child,.form .form-group:last-child .note,.form fieldset .form-group:last-child,.form fieldset .form-group:last-child .note{margin-bottom:0}.form-suffix .alert:last-child{margin-bottom:0;border-radius:0 0 5px 5px}fieldset{position:relative}legend{font-weight:400;margin-top:0;background:0}i.hint{vertical-align:super;opacity:.5}i.hint:hover{opacity:.9!important}.nohints i.hint{display:none}.input-group-addon{padding:6px 10px 5px!important;border-radius:0;transition:background-color .3s;-webkit-transition:background-color .3s}.input-group-addon .fa{font-size:14px}.input-group-addon .fa-2x,.input-group-addon .fa-lg{font-size:2em}.input-group-addon .fa-3x,.input-group-addon .fa-4x,.input-group-addon .fa-5x{font-size:30px}.input-group-addon .checkbox,.input-group-addon .radio{min-height:0;margin-right:0!important;padding-top:0}.input-group-addon label input[type=checkbox].checkbox+span,.input-group-addon label input[type=checkbox].checkbox+span:before,.input-group-addon label input[type=radio].radiobox+span,.input-group-addon label input[type=radio].radiobox+span:before{margin-right:0}.input-group-addon .onoffswitch,.input-group-addon .onoffswitch-label{margin:0}input[type=text]:focus+.input-group-addon{border-color:#0091d9;background-color:#72a0ce;color:#fff}.has-warning input[type=text]:focus+.input-group-addon{border-color:#7f6a1e;background-color:#cead35;color:#fff}.has-error input[type=text]:focus+.input-group-addon{border-color:#c46a69;background-color:#c46a69;color:#fff}.has-success input[type=text]:focus+.input-group-addon{border-color:#446b46;background-color:#588a5a;color:#fff}.input-icon-left>i{right:auto;left:24px}.input-icon-left .form-control{padding-left:29px}.input-icon-right{position:relative}.input-icon-right .form-control{padding-right:27px}.input-icon-left>i,.input-icon-right>i{position:absolute;right:10px;top:30%;font-size:16px;color:#bfbfbf}.form-actions{display:block;padding:13px 14px 15px;border-top:1px solid rgba(0,0,0,0.1);background:rgba(249,249,249,0.9);margin-top:25px;margin-left:-13px;margin-right:-13px;margin-bottom:-13px;text-align:right}.well .form-actions{margin-left:-19px;margin-right:-19px;margin-bottom:-19px}.well.well-lg .form-actions{margin-left:-24px;margin-right:-24px;margin-bottom:-24px}.well.well-sm .form-actions{margin-left:-9px;margin-right:-9px;margin-bottom:-9px}.popover-content .form-actions{margin:0 -14px -9px;border-radius:0 0 3px 3px;padding:9px 14px}.no-padding .form .form-actions{margin:0;display:block;padding:13px 14px 15px;border-top:1px solid rgba(0,0,0,0.1);background:rgba(248,248,248,0.9);text-align:right;margin-top:25px}:focus{outline:0!important}.filter_column input{padding:0 3px}.filter_column input,.filter_column select{width:100%;color:rgba(0,0,0,0.5);border:1px solid #CCC;border-radius:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.uneditable-input:focus,input[type=color]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus,.filter_column input:focus,.filter_column select:focus,select:focus,textarea:focus{border-color:rgba(82,168,236,0.8);outline:0;outline:thin dotted 9;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6)}.form-control{padding:7px 12px 5px}.form-control,.input-lg,.input-sm,.input-xs{border-radius:0!important}.input-xs{height:24px;padding:3px 10px 1px;font-size:11px;line-height:1.5}.fileinput{padding-top:3px}input[type=checkbox].checkbox,input[type=radio].radiobox{visibility:hidden;position:absolute;z-index:20;width:18px;height:18px}.checkbox input[type=checkbox].checkbox+span,.checkbox input[type=radio].radiobox+span,.checkbox-inline input[type=checkbox].checkbox+span,.checkbox-inline input[type=radio].radiobox+span,.radio input[type=checkbox].checkbox+span,.radio input[type=radio].radiobox+span,.radiobox-inline input[type=checkbox].checkbox+span,.radiobox-inline input[type=radio].radiobox+span{margin-left:-20px}.form-inline .checkbox input[type=checkbox].checkbox+span,.form-inline .checkbox input[type=radio].radiobox+span,.form-inline .checkbox-inline input[type=checkbox].checkbox+span,.form-inline .checkbox-inline input[type=radio].radiobox+span,.form-inline .radio input[type=checkbox].checkbox+span,.form-inline .radio input[type=radio].radiobox+span,.form-inline .radiobox-inline input[type=checkbox].checkbox+span,.form-inline .radiobox-inline input[type=radio].radiobox+span{margin-left:0}input[type=checkbox].checkbox+span,input[type=radio].radiobox+span,label input[type=checkbox].checkbox+span,label input[type=radio].radiobox+span{vertical-align:middle;line-height:20px}input[type=checkbox].checkbox+span,input[type=radio].radiobox+span,input[type=checkbox].checkbox+span:after,input[type=radio].radiobox+span:after,input[type=checkbox].checkbox:before,input[type=radio].radiobox:before{box-sizing:content-box!important;-webkit-box-sizing:content-box!important;-moz-box-sizing:content-box!important}label input[type=checkbox].checkbox+span,label input[type=radio].radiobox+span{position:relative;z-index:19;display:inline-block;margin:0;line-height:17px;min-height:14px;min-width:14px;margin-right:5px}label input[type=checkbox].checkbox+span:hover,label input[type=radio].radiobox+span:hover{cursor:pointer}label input[type=checkbox].checkbox+span:before,label input[type=radio].radiobox+span:before{font-family:FontAwesome;font-size:12px;border-radius:0;content:"\a0";display:inline-block;text-align:center;vertical-align:middle;padding:1px;height:12px;line-height:12px;min-width:12px;margin-right:5px;border:1px solid #bfbfbf;background-color:#f4f4f4;font-weight:400;margin-top:-1px}label input[type=checkbox].checkbox+span:before{content:"\a0"}label input[type=checkbox].checkbox:checked+span{font-weight:700}label input[type=checkbox].checkbox:checked+span:before{content:"\f00c";color:#2e7bcc}label input[type=checkbox].checkbox.style-1+span:before{color:#333;background:#fff;text-shadow:none;-webkit-box-shadow:none!important;box-shadow:none!important;border-width:1px;height:12px;line-height:13px;min-width:12px}label input[type=checkbox].checkbox.style-1:checked+span{font-weight:400}label input[type=checkbox].checkbox.style-1:checked+span:before{color:#333;border-color:#333}label input[type=checkbox].checkbox.style-2+span:before{background:0;border-color:#c1c1c1;-webkit-box-shadow:none;box-shadow:none}label input[type=checkbox].checkbox.style-2:checked+span{font-weight:400}label input[type=checkbox].checkbox.style-2:checked+span:before{content:"\f00c";color:#66665e;border-color:#4d90fe;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUQ0MEM4RUFEQUE4MTFFMkEwMjM5NzlCRjAxM0UwRjciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUQ0MEM4RUJEQUE4MTFFMkEwMjM5NzlCRjAxM0UwRjciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxRDQwQzhFOERBQTgxMUUyQTAyMzk3OUJGMDEzRTBGNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxRDQwQzhFOURBQTgxMUUyQTAyMzk3OUJGMDEzRTBGNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsD/PVAAAAAQSURBVHjaYv7//78vQIABAAlYA05NMPppAAAAAElFTkSuQmCC) #fff}label input[type=checkbox].checkbox.style-3:checked+span:before{color:#fff;border-color:#a90329;background:#a90329}label:active input[type=checkbox].checkbox+span:before{-webkit-box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.3),0 1px 0 0 rgba(255,255,255,0.4);box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.3),0 1px 0 0 rgba(255,255,255,0.4)}label:hover input[type=checkbox].checkbox+span:before{color:#2e7bcc;border-color:#2e7bcc}label:hover input[type=checkbox].checkbox.style-1+span:before{border-color:#333}label:hover input[type=checkbox].checkbox.style-2+span:before{-webkit-box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.1),0 1px 0 0 rgba(255,255,255,0.2);box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.1),0 1px 0 0 rgba(255,255,255,0.2)}label:hover input[type=checkbox].checkbox.style-2:checked+span:before{-webkit-box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.3),0 1px 0 0 rgba(255,255,255,0.4);box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.3),0 1px 0 0 rgba(255,255,255,0.4)}label:hover input[type=checkbox].checkbox.style-3+span:before{color:#fff;border-color:#a90327}label:active input[type=checkbox].checkbox:checked+span:before{color:#fff;background:#2e7bcc;border-color:#2e7bcc}label:active input[type=checkbox].checkbox.style-1:checked+span:before{color:#fff;background:#333;border-color:#333}label:active input[type=checkbox].checkbox.style-2+span:before,label:active input[type=checkbox].checkbox.style-2:checked+span:before{color:#66665e;background:0;border-color:#c1c1c1;-webkit-box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.3),0 1px 0 0 rgba(255,255,255,0.4);box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.3),0 1px 0 0 rgba(255,255,255,0.4)}label:active input[type=checkbox].checkbox.style-3:checked+span:before{color:#a90329;background:#fff;border-color:#a90329}label input[type=checkbox][disabled].checkbox+span,label input[type=checkbox][disabled].checkbox:checked+span{color:#a7a7a7;cursor:not-allowed}label input[type=checkbox][disabled].checkbox:checked+span:before{content:"\f00c"}label input[type=checkbox][disabled].checkbox.style-2:checked+span:before{content:"\f00c"}label input[type=checkbox][disabled].checkbox+span:before,label input[type=checkbox][disabled].checkbox:checked+span:before,label input[type=checkbox][disabled].checkbox:checked+span:before{background:#eee!important;border-color:#CCC!important;-webkit-box-shadow:none;color:#a7a7a7;box-shadow:none!important}label:hover input[type=checkbox][disabled].checkbox:checked+span:before{color:#a7a7a7;cursor:not-allowed}label:hover input[type=checkbox][disabled].checkbox:checked+span:before{background:#eee!important;border-color:#CCC!important;-webkit-box-shadow:none;color:#a7a7a7;box-shadow:none!important}label input[type=radio].radiobox+span:before{content:"\a0";border-radius:50%;-webkit-box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.1),0 1px 0 0 rgba(255,255,255,0.2);box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.1),0 1px 0 0 rgba(255,255,255,0.2)}label input[type=radio].radiobox:checked+span{font-weight:700}label input[type=radio].radiobox:checked+span:before{content:"\f111";color:#2e7bcc}label input[type=radio].radiobox.style-1+span:before{font-size:9px;background:#fff;text-shadow:none;-webkit-box-shadow:none!important;box-shadow:none!important;border-width:1px;height:13px;line-height:13px;min-width:13px}label input[type=radio].radiobox.style-1:checked+span:before{font-size:10px;color:#333;border-color:#333;background:#fff}label input[type=radio].radiobox.style-1:checked+span{font-weight:400}label input[type=radio].radiobox.style-2:checked+span{font-weight:400}label input[type=radio].radiobox.style-2:checked+span:before{color:#66665e;border-color:#4d90fe;font-size:9px}label input[type=radio].radiobox.style-3:checked+span:before{color:#a90329;border-color:#a90329}label:hover input[type=radio].radiobox+span:before,label:hover input[type=radio].radiobox:checked+span:before{color:#2e7bcc;border-color:#2e7bcc}label:hover input[type=radio].radiobox.style-1+span:before,label:hover input[type=radio].radiobox.style-1:checked+span:before{color:#333;border-color:#333;background:#fff}label:hover input[type=radio].radiobox.style-2:checked+span:before{color:#66665e;border-color:#4d90fe}label:hover input[type=radio].radiobox.style-3+span:before,label:hover input[type=radio].radiobox.style-3:checked+span:before{color:#a90329;border-color:#a90329}label:active input[type=radio].radiobox+span:before{-webkit-box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.3),0 1px 0 0 rgba(255,255,255,0.4);box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.3),0 1px 0 0 rgba(255,255,255,0.4)}label input[type=radio][disabled].radiobox+span,label input[type=radio][disabled].radiobox:checked+span,label input[type=radio][disabled].radiobox:checked+span:before{color:#a7a7a7;cursor:not-allowed}label input[type=radio][disabled].radiobox:checked+span:before{content:"\f111"}label input[type=radio][disabled].radiobox+span:before,label input[type=radio][disabled].radiobox:checked+span:before{background:#eee!important;border-color:#CCC!important;-webkit-box-shadow:none;box-shadow:none;color:#a7a7a7}label:active input[type=radio][disabled].radiobox:checked+span:before,label:hover input[type=radio][disabled].radiobox:checked+span:before{background:#eee!important;border-color:#CCC!important;-webkit-box-shadow:none;box-shadow:none;color:#a7a7a7}textarea.clone{position:absolute;visibility:hidden}.textarea-div{background-color:#FFF;border:1px solid #CCC;border-bottom:0;margin:10px 0 0}.textarea-controls{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:5px;display:block;background-color:#FFF;border:1px solid #CCC;border-top:0;height:43px;line-height:33px;overflow:hidden}.textarea-controls>label{margin:3px 10px 0}.textarea-controls .ams-form .checkbox{padding-left:22px!important}.typearea{cursor:text;overflow-x:hidden;overflow-y:auto;max-height:90px;padding:5px 25px 5px 5px;position:relative;border-bottom:1px solid #EEE}.typearea textarea{width:100%;border-color:transparent!important;box-sizing:border-box;box-shadow:none;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-box-shadow:none;overflow:hidden;padding:0;margin:0;-webkit-transition:height .2s;transition:height .2s;outline:0;resize:none;min-height:61px}.error-box{max-width:900px;margin:0 auto}.error-text{font-weight:400;color:#fff;letter-spacing:-4px;font-size:700%;margin-bottom:30px;text-shadow:0 1px 0 #ccc,0 2px 0 #bfbfbf,0 3px 0 #bbb,0 4px 0 #b9b9b9,0 5px 0 #aaa,0 6px 1px rgba(0,0,0,0.1),0 0 5px rgba(0,0,0,0.1),0 1px 3px rgba(0,0,0,0.3),0 3px 5px rgba(0,0,0,0.2),0 5px 10px rgba(0,0,0,0.25),0 10px 10px rgba(0,0,0,0.2),0 20px 20px rgba(0,0,0,0.15)}.error-search{width:300px;margin:0 auto 20px}.error-icon-shadow{text-shadow:0 1px 0 #803838,0 2px 0 #a85d5d,0 3px 0 #b86565,0 4px 0 #d86f6f,0 5px 0 #b3a5a5,0 6px 1px rgba(131,51,51,0.1),0 0 5px rgba(102,30,30,0.1),0 1px 3px rgba(95,15,15,0.3),0 3px 5px rgba(100,23,23,0.2),0 5px 10px rgba(114,30,30,0.25),0 10px 10px rgba(94,15,15,0.2),0 20px 20px rgba(121,38,38,0.15)}.form-inline .checkbox,.form-inline .radiobox{padding-left:0}.ams-form{position:relative;margin:0;outline:0;color:#333}.ams-form *,.ams-form :after,.ams-form :before{margin:0;padding:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.ams-form .dt-top-row *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.ams-form header{display:block;padding:8px 0;border-bottom:1px dashed rgba(0,0,0,0.2);background:#fff;font-size:16px;font-weight:300;color:#232323;margin:10px 14px 0}.modal-dialog .ams-form header{margin:10px -2px 0 0}.ams-form fieldset{display:block;position:relative;padding:10px 15px 5px;border:0;background:rgba(255,255,255,0.9)}.ams-form fieldset[disabled]>section,.ams-form fieldset[disabled]>article,.ams-form fieldset[disabled]>div{opacity:.5}.ams-form fieldset[disabled] LEGEND.checker .checkbox{cursor:pointer}.ams-form fieldset.switched{margin-bottom:0!important}.ams-form fieldset.switched>section,.ams-form fieldset.switched>article,.ams-form fieldset.switched>div{display:none}.ams-form fieldset.switched legend{border-bottom:0}.ams-form fieldset.switched+fieldset{margin-top:0!important}.ams-form fieldset.bordered{margin:0 10px 10px;border:1px solid rgba(192,192,192,0.8);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.ams-form fieldset.bordered.switched{border:1px solid transparent}.ams-form fieldset.bordered legend{width:auto;padding:3px 10px 1px;border:1px solid rgba(192,192,192,0.8);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.ams-form fieldset>fieldset.bordered{margin:10px 0}.ams-form fieldset+fieldset{border-top:1px solid rgba(0,0,0,0.1)}.ams-form legend{padding-top:10px}.ams-form legend.inner,.ams-form legend .inner{font-weight:300;font-size:14.5px!important}.ams-form legend.switcher{cursor:pointer}.ams-form legend.checker,.ams-form legend.switcher{font-weight:300;font-size:16.5px;border:0;padding-bottom:0}.ams-form legend.checker label[for],.ams-form legend.switcher label[for]{cursor:pointer}.ams-form legend .fa.text-danger{color:#a94442}.ams-form legend>.fa{color:#3276b1;font-size:75%}.ams-form legend>.fa.fa-stack{font-size:100%;width:1em;height:1em;line-height:1em}.ams-form legend .hint{vertical-align:top;font-size:1em}.ams-form legend label.checkbox{display:inline-block;margin-bottom:0;min-height:18px}.ams-form legend label.checkbox i{position:absolute;left:3px;top:-1px}.ams-form legend .btn-group{margin-left:20px}.ams-form>.modal-viewport>fieldset>legend{padding-top:0}.ams-form section{margin-bottom:10px;position:relative}.ams-form .form-group{padding:5px 10px}.ams-form.form-tight .form-group,.ams-form .form-tight .form-group{padding:1px 10px}.ams-form.form-tight .form-group .i18n-content,.ams-form .form-tight .form-group .i18n-content{margin-bottom:5px}.ams-form label.checkbox,.ams-form label.radio{padding-top:0}.ams-form label.input-file img.thumbnail{display:inline-block;margin:4px 10px 0 4px!important;padding:4px!important}.ams-form input.input-lg{height:44px;padding:10px 16px;font-size:17px;line-height:1.33}.ams-form input.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5}.ams-form input.input-xs{height:24px;padding:2px 10px;font-size:11px;line-height:1.5}.ams-form select.input-sm{height:30px;line-height:15px;font-size:12px}.ams-form select.input-sm+i{height:10px}.ams-form select.input-lg{height:44px;line-height:22px;font-size:17px}.ams-form select.input-lg+i{height:11px;top:17px}.ams-form .row{margin:0 -15px}.ams-form .row:after{display:table;content:'';clear:both}.ams-form .col-1{width:8.33%}.ams-form .col-2{width:16.66%}.ams-form .col-3{width:25%}.ams-form .col-4{width:33.33%}.ams-form .col-5{width:41.66%}.ams-form .col-6{width:50%}.ams-form .col-8{width:66.67%}.ams-form .col-9{width:75%}.ams-form .col-10{width:83.33%}.ams-form .col{float:left;min-height:1px;padding-right:15px;padding-left:15px;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-box-sizing:border-box}@media screen and (max-width:600px){.ams-form .col{float:none;width:100%}}@media screen and (max-width:600px){.ams-form .col .label{text-align:left;padding-left:20px}}.ams-form footer{display:block;padding:7px 25px 15px;border-top:1px solid rgba(0,0,0,0.1);background:rgba(248,248,248,0.9)}.ams-form footer:after{display:table;clear:both;content:''}.ams-form footer .btn{float:right;height:31px;margin:10px 0 0 5px;padding:0 22px;font:300 15px/29px Ubuntu,Helvetica,Arial,sans-serif;cursor:pointer}.ams-form footer .btn.btn-info{float:left}.ams-form footer .submit-message{display:inline-block}.ams-form .message{display:none;color:#6fb679}.ams-form .message i{display:block;margin:0 auto 20px;width:81px;height:81px;border:1px solid #6fb679;border-radius:50%;font-size:30px;line-height:81px}.ams-form.submitted fieldset,.ams-form.submitted footer{display:none}.ams-form.submitted .message{display:block;padding:25px 30px;background:rgba(255,255,255,0.9);font:300 18px/27px Ubuntu,Helvetica,Arial,sans-serif;text-align:center}.ams-form .note{margin-top:6px;padding:0 1px;font-size:11px;line-height:15px;color:#999}.ams-form .note a{font-size:13px}.ams-form .note-success{color:#6fb679}.ams-form .control-label{display:block;margin-top:4px;margin-bottom:6px;padding-top:0;line-height:19px;font-weight:400;font-size:13px;color:#666;text-align:right}@media screen and (max-width:992px){.ams-form .control-label{text-align:left;margin-bottom:0}}.ams-form .control-label.col{text-align:right}@media screen and (max-width:600px){.ams-form .control-label.col{text-align:left;padding-left:20px}}.ams-form .control-label span{margin-right:10px}.ams-form .control-label span::after{content:" *";color:transparent}.ams-form .control-label span>.hint{margin-top:-2px}.ams-form .control-label .col{margin:0;padding-top:7px}.ams-form label.input span.textline-field{display:block;margin-top:4px;margin-bottom:6px;padding:0 8px 6px;line-height:19px;font-size:13px}.ams-form .required-field .control-label span::after{color:red}.ams-form .tooltip{position:absolute;z-index:99999;left:-9999px;padding:2px 8px 3px;font-size:11px;line-height:16px;font-weight:400;background:rgba(0,0,0,0.9);color:#fff;opacity:0;transition:margin .3s,opacity .3s;-webkit-transition:margin .3s,opacity .3s}.ams-form .tooltip:after{position:absolute;content:''}.ams-form .tooltip-top-right{bottom:100%;margin-bottom:15px}.ams-form .tooltip-top-right:after{top:100%;right:11px;border-top:4px solid rgba(0,0,0,0.9);border-right:4px solid transparent;border-left:4px solid transparent}.ams-form .input input:focus+.tooltip-top-right,.ams-form .textarea textarea:focus+.tooltip-top-right{right:0;left:auto;margin-bottom:5px}.ams-form .tooltip-top-left{bottom:100%;margin-bottom:15px}.ams-form .tooltip-top-left:after{top:100%;left:11px;border-top:4px solid rgba(0,0,0,0.9);border-right:4px solid transparent;border-left:4px solid transparent}.ams-form .input input:focus+.tooltip-top-left,.ams-form .textarea textarea:focus+.tooltip-top-left{right:auto;left:0;margin-bottom:5px}.ams-form .tooltip-right{top:4px;white-space:nowrap;margin-left:15px}.ams-form .tooltip-right:after{top:6px;right:100%;border-top:4px solid transparent;border-right:4px solid rgba(0,0,0,0.9);border-bottom:4px solid transparent}.ams-form .input input:focus+.tooltip-right,.ams-form .textarea textarea:focus+.tooltip-right{left:100%;margin-left:5px}.ams-form .tooltip-left{top:4px;white-space:nowrap;margin-right:15px}.ams-form .tooltip-left:after{top:6px;left:100%;border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:4px solid rgba(0,0,0,0.9)}.ams-form .input input:focus+.tooltip-left,.ams-form .textarea textarea:focus+.tooltip-left{right:100%;left:auto;margin-right:5px}.ams-form .tooltip-bottom-right{top:100%;margin-top:15px}.ams-form .tooltip-bottom-right:after{bottom:100%;right:11px;border-right:4px solid transparent;border-bottom:4px solid rgba(0,0,0,0.9);border-left:4px solid transparent}.ams-form .input input:focus+.tooltip-bottom-right,.ams-form .textarea textarea:focus+.tooltip-bottom-right{right:0;left:auto;margin-top:5px}.ams-form .tooltip-bottom-left{top:100%;margin-top:15px}.ams-form .tooltip-bottom-left:after{bottom:100%;left:11px;border-right:4px solid transparent;border-bottom:4px solid rgba(0,0,0,0.9);border-left:4px solid transparent}.ams-form .input input:focus+.tooltip-bottom-left,.ams-form .textarea textarea:focus+.tooltip-bottom-left{right:auto;left:0;margin-top:5px}.ams-form .inline-group{margin:0 -30px -4px 0}.ams-form .inline-group:after{content:'';display:table;clear:both}.ams-form .inline-group .checkbox,.ams-form .inline-group .radio{float:left;margin-right:30px}.ams-form .inline-group .checkbox:last-child,.ams-form .inline-group .radio:last-child{margin-bottom:4px}.ams-form .input .inline-group{margin:0 0 -4px 0}.ams-form .btn{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.ams-form .button{float:right;height:31px;overflow:hidden;margin:10px 0 0 5px;padding:0 25px;outline:0;border:0;font:300 15px/31px Ubuntu,Helvetica,Arial,sans-serif;text-decoration:none;color:#fff;cursor:pointer;background-color:#3276b1;opacity:.8;transition:opacity .2s;-webkit-transition:opacity .2s}.ams-form .button:hover{opacity:1}.ams-form .button.button-secondary{background-color:#b3b3b3}.ams-form .button,.ams-form .checkbox,.ams-form .input,.ams-form .radio,.ams-form .select,.ams-form .textarea,.ams-form .toggle{display:block;position:relative;font-weight:400}.ams-form .input input,.ams-form .select select,.ams-form .textarea textarea{display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;height:28px;padding:6px 8px;outline:0;border-width:1px;border-style:solid;border-radius:0;background:#fff;font:13px/16px Ubuntu,Helvetica,Arial,sans-serif;color:#404040;appearance:normal;-moz-appearance:none;-webkit-appearance:none}.ams-form .input input[readonly],.ams-form .select select[readonly],.ams-form .textarea textarea[readonly]{border-bottom:1px solid #ccc!important}.ams-form .input input.display-mode,.ams-form .select select.display-mode,.ams-form .textarea textarea.display-mode{border:0;padding:0;margin-top:2px;margin-bottom:3px;height:14px;line-height:1em}.ams-form .input span.textarea-widget,.ams-form .textarea span.textarea-widget{display:block;width:100%;min-height:14px;padding:4px 0;border-bottom:1px solid #ccc!important}.ams-form .input .i18n-content input[readonly],.ams-form .select .i18n-content select[readonly],.ams-form .textarea .i18n-content textarea[readonly]{border-width:0!important}.ams-form .input .i18n-content .textarea-widget{display:block;min-height:12px}.ams-form .input input:focus+.tooltip,.ams-form .textarea textarea:focus+.tooltip{opacity:1}.ams-form .input .icon-prepend+input,.ams-form .textarea .icon-prepend+textarea{padding-left:37px}.ams-form .input .icon-append+input,.ams-form .textarea .icon-append+textarea{padding-right:37px}.ams-form .input .icon-prepend+.icon-append+input,.ams-form .textarea .icon-prepend+.icon-append+textarea{padding-left:37px}.ams-form .input.with-icons .icon-append-2+input{padding-right:60px}.ams-form .input-file{position:relative}.ams-form .input-file .button{position:absolute;top:3px;right:3px;float:none;height:22px;margin:0;padding:0 14px;font-size:13px;line-height:22px}.ams-form .input-file .button:hover{-webkit-box-shadow:none;box-shadow:none}.ams-form .input-file .button input{position:absolute;top:0;right:0;padding:0;font-size:30px;cursor:pointer;opacity:0}.ams-form .select select{padding:5px}.ams-form .select i{position:absolute;top:9px;right:11px;width:5px;height:11px;background:#fff}.ams-form .select i:before,.ams-form .select i:after{content:'';position:absolute;right:0;border-right:4px solid transparent;border-left:4px solid transparent}.ams-form .select i:before{top:0;border-bottom:4px solid #404040}.ams-form .select i:after{bottom:0;border-top:4px solid #404040}.ams-form .select-widget .selected-option{display:inline-block;padding:4px 8px}.ams-form .select-multiple select{height:auto}.ams-form .textarea textarea{height:auto;resize:none}.ams-form .textarea-resizable textarea{resize:vertical}.ams-form .textarea-expandable textarea{height:31px}.ams-form .textarea-expandable textarea:focus{height:auto}.ams-form .checkbox,.ams-form .radio{margin-bottom:4px;padding-left:25px;line-height:25px;color:#404040;cursor:pointer;font-size:13px}.ams-form .checkbox:last-child,.ams-form .radio:last-child{margin-bottom:0}.ams-form .checkbox i,.ams-form .radio i{display:block;position:absolute;top:3px;left:0;width:17px;height:17px;outline:0;border-width:1px;border-style:solid;background:#FFF}.ams-form .checkbox input,.ams-form .radio input{position:absolute;left:-9999px}.ams-form .checkbox input+i:after,.ams-form .radio input+i:after{position:absolute;opacity:0;transition:opacity .1s;-webkit-transition:opacity .1s}.ams-form .checkbox input:checked+i:after,.ams-form .radio input:checked+i:after{opacity:1}.ams-form .radio input+i:after{background-color:#3276b1}.ams-form .checkbox input+i:after{content:'\f00c';top:-1px;left:1px;width:15px;height:15px;font:400 16px/19px FontAwesome;text-align:center}.ams-form .checkbox input+i:after{color:#3276b1}.ams-form .checkbox input:checked:hover+i:after{content:'\f00d'}.ams-form .checkbox input:checked:disabled:hover+i:after{content:'\f00c'}.ams-form .radio input+i:after{content:'';top:4px;left:4px;width:9px;height:9px;border-radius:50%}.ams-form .checkbox+.checkbox,.ams-form .radio+.radio{margin-top:0}.ams-form.table td .checkbox i,.ams-form.table td .radio i,.ams-form.table th .checkbox i,.ams-form.table th .radio i{top:0!important}.ams-form .inner .checkbox{min-height:13px}.ams-form .inner .checkbox i{width:13px;height:13px}.ams-form .inner .checkbox input+i:after{width:11px;height:11px;font:300 12px/16px FontAwesome}.ams-form .toggle{margin-bottom:4px;padding-right:61px;font-size:15px;line-height:25px;color:#404040;cursor:pointer}.ams-form .toggle:last-child{margin-bottom:0}.ams-form .toggle.state-error input:checked+i{background:#fff0f0}.ams-form .toggle.state-success input:checked+i{background:#f0fff0}.ams-form .toggle input{position:absolute;left:-9999px}.ams-form .toggle input:checked+i:before{right:36px}.ams-form .toggle input:checked+i:after{content:attr(data-swchon-text);text-align:right}.ams-form .toggle i{display:block;position:absolute;content:'';top:4px;right:0;width:49px;height:17px;border-width:1px;border-style:solid;border-radius:12px;background:#fff}.ams-form .toggle i:before{display:block;position:absolute;content:'';z-index:1;top:4px;right:4px;width:9px;height:9px;border-radius:50%;opacity:1;transition:right .2s;-webkit-transition:right .2s;background-color:#3276b1}.ams-form .toggle i:after{position:absolute;content:attr(data-swchoff-text);top:2px;right:8px;left:8px;font-style:normal;font-size:9px;line-height:17px;font-weight:700;text-align:left;color:#5f5f5f}.ams-form .checkbox:hover i,.ams-form .radio:hover i,.ams-form .toggle:hover i{-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.1);box-shadow:inset 0 1px 1px rgba(0,0,0,0.1)}.ams-form .checkbox:active i,.ams-form .radio:active i,.ams-form .toggle:active i{background:#f0f0f0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.1);box-shadow:inset 0 1px 1px rgba(0,0,0,0.1)}.ams-form .checkbox input:checked+i,.ams-form .radio input:checked+i,.ams-form .toggle input:checked+i{border-color:#3276b1}.ams-form .rating{margin-bottom:4px;font-size:13px;line-height:25px;color:#404040}.ams-form .rating:last-child{margin-bottom:0}.ams-form .rating.state-error+em{margin-top:-4px;margin-bottom:4px}.ams-form .rating input{position:absolute;left:-9999px}.ams-form .rating input+label:hover,.ams-form .rating input+label:hover ~ label{color:#3276b1}.ams-form .rating input:checked ~ label{color:#3276b1}.ams-form .rating label{display:block;float:right;height:17px;margin-top:5px;padding:0 2px;font-size:17px;line-height:17px;cursor:pointer;color:#ccc;transition:color .3s;-webkit-transition:color .3s}.ams-form .icon-append,.ams-form .icon-prepend{position:absolute;top:4px;width:20px;height:20px;font-size:14px;line-height:20px;text-align:center;color:#a2a2a2}.ams-form .icon-append.fa-stack .fa-stack-2x,.ams-form .icon-prepend.fa-stack .fa-stack-2x{font-size:1.6em;left:1px}.ams-form .icon-append.fa-stack .fa-stack-1x,.ams-form .icon-prepend.fa-stack .fa-stack-1x{left:1px;top:1px}.ams-form .icon-append{right:4px;padding-left:2px;border-left-width:1px;border-left-style:solid}.ams-form .icon-append.fa-spin{border-left-style:none}.ams-form .icon-append-2{right:31px}.ams-form .icon-prepend{left:4px;padding-right:2px;border-right-width:1px;border-right-style:solid}.ams-form .icon-prepend-2{left:31px}.ams-form .checkbox i,.ams-form .icon-append,.ams-form .icon-prepend,.ams-form .input input,.ams-form .radio i,.ams-form .select select,.ams-form .textarea textarea,.ams-form .toggle i{border-color:#ccc;transition:border-color .3s;-webkit-transition:border-color .3s}.ams-form .input.bordered:hover,.ams-form .checkbox:hover i,.ams-form .input:hover input,.ams-form .radio:hover i,.ams-form .select:hover select,.ams-form .textarea:hover textarea,.ams-form .toggle:hover i{border-color:rgba(82,168,236,0.7)}.ams-form .checkbox input:focus+i,.ams-form .input input:focus,.ams-form .radio input:focus+i,.ams-form .select select:focus,.ams-form .textarea textarea:focus,.ams-form .toggle input:focus+i{border-color:rgba(82,168,236,0.7);outline:0;outline:thin dotted 9;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.7);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.7);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.7)}.ams-form .checkbox.state-error i,.ams-form .radio.state-error i,.ams-form .state-error input,.ams-form .state-error select,.ams-form .state-error textarea,.ams-form .toggle.state-error i{background:#fff0f0;border-color:rgba(255,60,60,0.8)!important}.ams-form .checkbox.state-error i:focus,.ams-form .radio.state-error i:focus,.ams-form .state-error input:focus,.ams-form .state-error select:focus,.ams-form .state-error textarea:focus,.ams-form .toggle.state-error i:focus{-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,60,60,0.6)!important;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,60,60,0.6)!important;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,60,60,0.6)!important}.ams-form .state-error .select2-container .select2-choice,.ams-form .state-error .select2-container .select2-choices{border-color:rgba(255,60,60,0.8)!important}.ams-form .state-error .select2-container .select2-choice:focus,.ams-form .state-error .select2-container .select2-choices:focus{-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,60,60,0.6)!important;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,60,60,0.6)!important;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,60,60,0.6)!important}.ams-form .checkbox.state-success i,.ams-form .radio.state-success i,.ams-form .state-success input,.ams-form .state-success select,.ams-form .state-success textarea,.ams-form .toggle.state-success i{background:#f0fff0;border-color:#7dc27d}.ams-form .button.state-disabled,.ams-form .checkbox.state-disabled,.ams-form .input.state-disabled input,.ams-form .radio.state-disabled,.ams-form .select.state-disabled,.ams-form .textarea.state-disabled,.ams-form .toggle.state-disabled{cursor:default!important;opacity:.6!important}.ams-form .checkbox.state-disabled:hover i,.ams-form .input.state-disabled:hover input,.ams-form .radio.state-disabled:hover i,.ams-form .select.state-disabled:hover select,.ams-form .textarea.state-disabled:hover textarea,.ams-form .toggle.state-disabled:hover i{border-color:#e5e5e5!important}.ams-form .state-disabled.checkbox input+i:after,.ams-form .state-disabled.checkbox input:checked+i,.ams-form .state-disabled.radio input+i:after,.ams-form .state-disabled.radio input:checked+i,.ams-form .state-disabled.toggle input:checked+i{border-color:#e5e5e5!important;color:#333!important}.ams-form .ui-widget-content .ui-spinner-input{margin:0;border:0;-webkit-box-shadow:none!important;box-shadow:none!important;height:29px}.ams-form .state-error{color:#d56161}.ams-form .state-error select+i{background:#fff0f0;-webkit-box-shadow:0 0 0 9px #fff0f0;box-shadow:0 0 0 9px #fff0f0}.ams-form .state-error+em{display:block;margin-top:6px;padding:0 1px;font-style:normal;font-size:11px;line-height:15px;color:#d56161}.ams-form .state-success select+i{background:#f0fff0;-webkit-box-shadow:0 0 0 9px #f0fff0;box-shadow:0 0 0 9px #f0fff0}.ams-form .state-disabled.radio input+i:after{background-color:#333}.ams-form .form-tiny .form-group{padding:0 10px}.ams-form .form-tiny .control-label{margin-top:2px;margin-bottom:3px;line-height:14px}.ams-form .form-tiny label.input span.textline-field{margin-top:2px;margin-bottom:3px;line-height:14px}.ams-form .form-nomargin .control-label,.ams-form.form-nomargin .control-label{margin-top:0;margin-bottom:0}.ams-form .form-nomargin label.input span.textline-field,.ams-form.form-nomargin label.input span.textline-field{margin-top:0;margin-bottom:0}.ams-form .form-nopadding .form-group,.ams-form.form-nopadding .form-group{padding:0 10px 1px}.ams-form-modal{position:fixed;z-index:1;display:none;width:400px}.ams-form-modal-overlay{position:fixed;top:0;left:0;display:none;width:100%;height:100%;background:rgba(0,0,0,0.7)}.state-error .icon-append,.state-error .icon-prepend{color:#ed1c24}.editableform{margin-bottom:0}.editableform .control-group{margin-bottom:0;white-space:nowrap}.editableform .editable-date{padding:0;margin:0;float:left}.editableform-loading{background:url(../img/loading.gif) center center no-repeat;height:25px;width:auto;min-width:25px}.editable-buttons{display:inline-block;vertical-align:top;margin-left:7px;zoom:1;*display:inline}.editable-buttons.editable-buttons-bottom{display:block;margin-top:7px;margin-left:0}.editable-buttons .editable-cancel{margin-left:7px}.editable-buttons button.ui-button-icon-only{height:24px;width:30px}.editable-inline .add-on .icon-th{margin-top:3px;margin-left:1px}.editable-inline .editableform-loading{background-position:left 5px}.editable-input{vertical-align:top;display:inline-block;width:auto;white-space:normal;zoom:1;*display:inline}.editable-input .datepicker{top:0;left:0;padding:4px}.editable-input .datepicker:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,0.2);position:absolute;top:-7px;left:6px}.editable-input .datepicker:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;top:-6px;left:7px}.editable-input .datepicker>div{display:none}.editable-input .datepicker table{width:100%;min-width:214px;margin:0}.editable-input .datepicker thead tr:first-child th{cursor:pointer}.editable-input .datepicker thead tr:first-child th:hover{background:#eee}.editable-input .datepicker td,.editable-input .datepicker th{text-align:center;width:24px;height:20px}.editable-input .datepicker th.switch{width:145px}.editable-input .datepicker th.next,.editable-input .datepicker th.prev{font-size:19.5px}.editable-input .datepicker td span{display:block;width:47px;height:54px;line-height:54px;float:left;margin:2px;cursor:pointer}.editable-input .datepicker td span:hover{background:#eee}.editable-input .datepicker td span.active{background:#3276b1;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);border-radius:3px}.editable-input .datepicker td span.old{color:#555}.editable-input .datepicker td.day:hover{background:#eee;cursor:pointer}.editable-input .datepicker td.day.disabled,.editable-input .datepicker td.new,.editable-input .datepicker td.old{color:#555}.editable-input .datepicker td.active,.editable-input .datepicker td.active:hover{background:#3276b1;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);border-radius:3px}.editable-input .datepicker.prev i,.editable-input .datepicker.next i{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px}.editable-input .datepicker.prev i:before{content:"\f060"}.editable-input .datepicker.next i:before{content:"\f061"}.editable-checklist label{white-space:nowrap}.editable-checklist label input[type=checkbox],.editable-checklist label span{vertical-align:middle;margin:0}.editable-wysihtml5{width:566px;height:250px}.editable-pre-wrapped{white-space:pre-wrap}.editable-container.editable-popup{max-width:none!important}.editable-container.popover{width:auto}.editable-container.editable-inline{display:inline-block;vertical-align:middle;width:auto;zoom:1;*display:inline}.editable-container.ui-widget{font-size:inherit;z-index:9990}.editable-click,a.editable-click,a.editable-click:hover{text-decoration:none;border-bottom:dashed 1px #08c}.editable-click.editable-disabled,a.editable-click.editable-disabled,a.editable-click.editable-disabled:hover{color:#585858;cursor:default;border-bottom:0}.editable-empty,.editable-empty:focus,.editable-empty:hover{font-style:italic;color:#D14;text-decoration:none}.editable-unsaved{font-weight:700}.editable-bg-transition{-webkit-transition:background-color 1400ms ease-out;transition:background-color 1400ms ease-out}.form-horizontal .editable{padding-top:5px;display:inline-block}.editable-address{display:block;margin-bottom:5px}.editable-address span{width:70px;display:inline-block}.editable-clear{clear:both;font-size:.9em;text-decoration:none;text-align:right}.editable-clear-x{background:url(../img/clear.png) center center no-repeat;display:block;width:13px;height:13px;position:absolute;opacity:.6;z-index:100;top:50%;right:6px;margin-top:-6px}.editable-clear-x:hover{opacity:1}.editable-error-block{max-width:300px;margin:5px 0 0;width:auto;white-space:normal}.editable-error-block.ui-state-error{padding:3px}.editable-error{color:red}.input-append.date .add-on i,.input-prepend.date .add-on i{display:block;cursor:pointer;width:16px;height:16px}.ui-timepicker-div .ui-widget-header{margin-bottom:8px}.ui-timepicker-div dl{text-align:left}.ui-timepicker-div dl dt{float:left;clear:left;padding:0 0 0 5px}.ui-timepicker-div dl dd{margin:17px 10px 12px 40%}.ui-timepicker-div td{font-size:90%}.ui-tpicker-grid-label{background:0;border:0;margin:0;padding:0}.ui-timepicker-rtl{direction:rtl}.ui-timepicker-rtl dl{text-align:right;padding:0 5px 0 0}.ui-timepicker-rtl dl dt{float:right;clear:right}.ui-timepicker-rtl dl dd{margin:0 40% 10px 10px}#login{background:#fff;overflow:visible}#login .container{border:0}#login #header{margin:0;height:71px;border-bottom:1px solid #eee!important;overflow:hidden;padding:0 30px;-webkit-background-clip:padding-box;border-width:0;min-height:28px;background:#f4f4f4!important;margin-bottom:20px}@media(min-width:768px) and (max-width:880px){#login #header{padding:0 5px!important}}@media only screen and (min-width:0) and (max-width:679px){#login #header{padding:0 5px!important}}#login #header #logo{margin-top:22px;margin-left:0}@media only screen and (min-width:0) and (max-width:679px){#login #header #logo{margin-top:22px}}#login #header #logo img{width:137px}@media only screen and (min-width:0) and (max-width:679px){#login #header #logo img{width:135px}}#login-header-space{float:right;text-align:right;display:block;vertical-align:middle;line-height:71px}#login-header-space>:first-child{font-size:13px;margin-right:14px;vertical-align:-3px;font-weight:400}#login-header-space>*{display:inline-block}#login-header-space .btn{font-weight:700;text-transform:uppercase}#login #main{background:#fff;margin:0}#login .hero{background-image:url(../img/gradient/login.png);background-repeat:no-repeat;background-position:0 137px;height:360px;width:100%;float:left}#login h4.paragraph-header{color:#565656;font-size:15px;font-weight:400;line-height:22px;margin-top:15px;width:270px}#login h5.about-heading{color:#565656;font-size:15px;font-weight:700;line-height:24px;margin:0 0 5px}#login .login-header-big{font-weight:400}#login .login-desc-box-l{min-height:350px;width:50%}#login .login-app-icons{vertical-align:top;margin-top:90px;width:300px}.bootstrapWizard{display:block;list-style:none;padding:0;position:relative;width:100%}.bootstrapWizard a:active,.bootstrapWizard a:focus,.bootstrapWizard a:hover{text-decoration:none}.bootstrapWizard li{display:block;float:left;width:25%;text-align:center;padding-left:0}.bootstrapWizard li:before{border-top:3px solid #55606e;content:"";display:block;font-size:0;overflow:hidden;position:relative;top:11px;right:1px;width:100%;z-index:1}.bootstrapWizard li:first-child:before{left:50%;max-width:50%}.bootstrapWizard li:last-child:before{max-width:50%;width:50%}.bootstrapWizard li .step{background:#b2b5b9;color:#fff;display:inline;font-size:15px;font-weight:700;padding:7px 13px;border:3px solid transparent;border-radius:50%;line-height:normal;position:relative;text-align:center;z-index:2;-webkit-transition:all .1s linear 0s;transition:all .1s linear 0s}.bootstrapWizard li .step i{font-size:10px;font-weight:400;position:relative;top:-1.5px}.bootstrapWizard li.complete .step{background:#0aa66e;padding:1px 6px;border:3px solid #55606e}.bootstrapWizard li.active .step,.bootstrapWizard li.active.complete .step{background:#0091d9;color:#fff;font-weight:700;padding:7px 13px;font-size:15px;border-radius:50%;border:3px solid #55606e}.bootstrapWizard li .title{color:#bfbfbf;display:block;font-size:13px;line-height:15px;max-width:100%;position:relative;table-layout:fixed;text-align:center;top:20px;word-wrap:break-word;z-index:104}.bootstrapWizard li.active .title,.bootstrapWizard li.complete .title{color:#2b3d53}.wizard-actions{display:block;list-style:none;padding:0;position:relative;width:100%}.wizard-actions li{display:inline}.fuelux .wizard{position:relative;overflow:hidden;background-color:#f9f9f9;border:1px solid #d4d4d4;border-radius:4px;*zoom:1;-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.065);box-shadow:0 1px 4px rgba(0,0,0,0.065)}.fuelux .wizard:after,.fuelux .wizard:before{display:table;line-height:0;content:""}.fuelux .wizard:after{clear:both}.fuelux .wizard ul{width:4000px;padding:0;margin:0;list-style:none outside none}.fuelux .wizard ul.previous-disabled li.complete{cursor:default}.fuelux .wizard ul.previous-disabled li.complete:hover{color:#356e35;cursor:default;background:#f3f4f5}.fuelux .wizard ul.previous-disabled li.complete:hover .chevron:before{border-left-color:#f3f4f5}.fuelux .wizard ul li{position:relative;float:left;height:46px;padding:0 20px 0 30px;margin:0;font-size:16px;line-height:46px;color:#999;cursor:default;background:#ededed}.fuelux .wizard ul li:first-child{padding-left:20px;border-radius:4px 0 0 4px}.fuelux .wizard ul li.complete{color:#296829;background:#f3f4f5}.fuelux .wizard ul li.complete:hover{cursor:pointer;background:#e7eff8}.fuelux .wizard ul li.complete:hover .chevron:before{border-left:14px solid #e7eff8}.fuelux .wizard ul li.complete .chevron:before{border-left:14px solid #f3f4f5}.fuelux .wizard ul li.active{color:#3a87ad;background:#f1f6fc}.fuelux .wizard ul li.active .chevron:before{border-left:14px solid #f1f6fc}.fuelux .wizard ul li .chevron{position:absolute;top:0;right:-14px;z-index:1;display:block;border:24px solid transparent;border-right:0;border-left:14px solid #d4d4d4}.fuelux .wizard ul li .chevron:before{position:absolute;top:-24px;right:1px;display:block;border:24px solid transparent;border-right:0;border-left:14px solid #ededed;content:""}.fuelux .wizard ul li .badge{margin-right:8px}.fuelux .wizard .actions{position:absolute;right:0;z-index:2;float:right;padding-right:15px;padding-left:15px;line-height:46px;vertical-align:middle;background-color:#eee;border-left:1px solid #d4d4d4}.fuelux .wizard .actions a{margin-right:8px;font-size:12px;line-height:45px}.fuelux .wizard .actions .btn-prev i{margin-right:5px}.fuelux .wizard .actions .btn-next i{margin-left:5px}.fuelux .fuelux .step-content .step-pane{display:none}.fuelux .fuelux .step-content .active{display:block}.fuelux .fuelux .step-content .active .btn-group .active{display:inline-block}.ams-metro-tile{float:left;display:block;background-color:#fff;width:100px;height:70px;cursor:pointer;-webkit-box-shadow:inset 0 0 1px #FFC;box-shadow:inset 0 0 1px #FFC;border:1px dotted #c5c5c5;text-decoration:none;color:#fff;font-weight:300;font-smooth:always;margin:0 10px 20px 0;padding:5px;position:relative}.ams-metro-tile:hover{z-index:10;-webkit-transform:scale(1.07);-moz-transform:scale(1.07)}.ams-metro-tile.big-cubes{width:120px;height:120px}.ams-metro-tile.double{width:249px}.ams-metro-tile:active{top:1px;left:1px}.ams-metro-tile .iconbox{text-align:center}.ams-metro-tile .iconbox i{display:block;margin:15px auto 0;height:75px}.ams-metro-tile .iconbox span{display:block;text-align:left;line-height:1em}.ams-metro-tile .iconbox span>span{position:absolute;right:-5px;bottom:-10px;border-radius:50%;padding:6px 4px 3px;border:1px solid #fff}.mce-edit-area>iframe{min-height:400px!important}.client-form header{padding:15px 13px;margin:0;border-bottom-style:solid;border-bottom-color:rgba(0,0,0,0.1);background:rgba(248,248,248,0.9)}.customfile-button{padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.428571429;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;border:1px solid #ccc;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.btn,a:link,button{-webkit-tap-highlight-color:rgba(169,3,41,0.5)}button{background-color:#ddd}button:hover{background-color:#ccc}.btns{margin:0;padding:0;list-style:none}.btns>li{display:inline-block;margin-bottom:7px}.btn{padding:6px 12px;border-radius:2px;box-shadow:inset 0 -2px 0 rgba(0,0,0,0.05);-webkit-box-shadow:inset 0 -2px 0 rgba(0,0,0,0.05)}.btn-toolbar .btn{padding:4px}.btn:active{position:relative;top:1px;left:1px}.btn.btn-ribbon{background-color:#5b6771;color:#fff;padding:1px 5px;line-height:20px;vertical-align:middle;height:21px;display:block;border:0;float:left;margin:0 8px 0 0;cursor:pointer}.btn.btn-ribbon>i{font-size:111%}.btn-xs{padding:1px 5px;line-height:1.3em}.btn-sm{padding:3px 10px}.btn-lg{padding:9px 15px}.btn-xl{padding:11px 15px}.btn-circle{width:30px;height:30px;text-align:center;padding:7px 0 5px;font-size:12px;line-height:18px;border-radius:50%}.btn-circle.btn-lg{width:50px;height:50px;padding:9px 15px 7px;font-size:18px;line-height:30px;border-radius:50%}.btn-circle.btn-xl{width:70px;height:70px;padding:11px 15px 9px;font-size:24px;line-height:50px;border-radius:50%}.btn-metro{margin:0 0 20px;padding-top:15px;padding-bottom:15px}.btn-metro>span{display:block;vertical-align:bottom;margin-top:10px;text-transform:uppercase}.btn-metro>span>span.label{position:absolute;top:0;right:0}.btn-label{position:relative;left:-12px;display:inline-block;padding:7px 12px 5px;background:rgba(0,0,0,0.15);border-radius:3px 0 0 3px}.btn-labeled{padding-top:0;padding-bottom:0}.btn-select-tick i{display:none}.btn-select-tick .btn:hover i{opacity:.3;display:block}.btn-select-tick .active i{display:block;opacity:1!important}.btn-header.pull-right{margin-left:6px}@media(min-width:768px) and (max-width:979px){.btn-header a{margin-top:9px!important}}@media(min-width:768px) and (max-width:880px){.btn-header a{margin-top:9px!important;line-height:26px!important}}@media(max-width:767px){.btn-header a{margin-top:5px!important;width:40px!important;height:39px!important;line-height:34px!important}}@media only screen and (min-width:0) and (max-width:679px){.btn-header a{margin-top:5px!important;width:40px!important;height:39px!important;line-height:34px!important}}@media only screen and (min-width:320px) and (max-width:479px){.btn-header a{margin-top:5px!important;width:40px!important;height:39px!important;line-height:34px!important}}.btn-header a>span{font-size:13px;font-weight:400;line-height:30px;height:30px;display:inline-block}@media(min-width:768px) and (max-width:880px){.btn-header.transparent a{border:0!important;background:0;margin-left:0;width:25px!important;-webkit-box-shadow:none!important;box-shadow:none!important}.btn-header.transparent a:hover{color:#a90329}}@media(max-width:767px){.btn-header.transparent a:hover{color:#a90329}}@media only screen and (min-width:0) and (max-width:679px){.btn-header.transparent a{border:0!important;background:0;margin-left:0;width:25px!important;-webkit-box-shadow:none!important;box-shadow:none!important}.btn-header.transparent a:hover{color:#a90329}}@media only screen and (min-width:320px) and (max-width:479px){.btn-header.transparent a{border:0!important;background:0;margin-left:0;width:25px!important;-webkit-box-shadow:none!important;box-shadow:none!important}.btn-header.transparent a:hover{color:#a90329}}.btn-header>:first-child>a{border-radius:2px;cursor:default!important;display:inline-block;font-weight:700;height:30px;min-width:30px;padding:3px;text-align:center;text-decoration:none!important;-moz-user-select:none;-webkit-user-select:none;background-color:#f8f8f8;background-image:-webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));background-image:-webkit-gradient(linear,top left,bottom left,from(#f8f8f8),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:linear-gradient(top,#f8f8f8,#f1f1f1);border:1px solid #bfbfbf;color:#6d6a69;font-size:17px;margin:10px 0 0}.btn-header>:first-child>a:hover{border:1px solid #bfbfbf;color:#222;-webkit-transition:all 0s;transition:all 0s;cursor:pointer;-webkit-box-shadow:inset 0 0 4px 1px rgba(0,0,0,0.08);box-shadow:inset 0 0 4px 1px rgba(0,0,0,0.08)}.btn-header>:first-child>a:active{background-color:#e8e8e8;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#e8e8e8),color-stop(100%,#ededed));background-image:-webkit-gradient(linear,top left,bottom left,from(#e8e8e8),to(#ededed));background-image:-webkit-linear-gradient(top,#e8e8e8 0,#ededed 100%);background-image:linear-gradient(to bottom,#e8e8e8 0,#ededed 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8',endColorstr='#ededed',GradientType=0);-webkit-box-shadow:inset 0 0 3px 1px rgba(0,0,0,0.15);box-shadow:inset 0 0 3px 1px rgba(0,0,0,0.15)}.ribbon-button-alignment{padding-top:10px;display:inline-block}.ribbon-button-alignment.pull-right>.btn.btn-ribbon{margin:0 0 0 8px}.header-btn{margin-top:5px}.widget-header>:first-child{margin:13px 0}.widget-toolbar{display:inline-block;position:relative;float:right;width:auto;height:29px;line-height:29px;border-left:1px solid rgba(0,0,0,0.09);cursor:pointer;padding:0 8px;text-align:center}.widget-toolbar.no-border{border-left:0}.widget-toolbar>:first-child{text-align:left}.widget-toolbar .ams-form label.checkbox,.widget-toolbar .ams-form label.radio{line-height:29px}.widget-toolbar .ams-form .icon-append,.widget-toolbar .ams-form .icon-prepend{top:3px!important}.widget-toolbar.ams-form .icon-append,.widget-toolbar.ams-form .icon-prepend{top:3px!important}.widget-toolbar>.ams-form{margin-top:2px}.widget-toolbar>.ams-form .toggle:last-child{font-size:12px;line-height:29px}.widget-toolbar>.ams-form .checkbox input+i,.widget-toolbar>.ams-form .radio input+i,.widget-toolbar>.ams-form .toggle input+i{border-width:1px;border-color:#c7c7c7!important;margin-top:-1px;-webkit-box-shadow:0 1px 1px #FFF,0 1px 1px #858585 inset;box-shadow:0 1px 1px #FFF,0 1px 1px #858585 inset}.widget-toolbar .btn-group{margin-top:-3px}.widget-toolbar>.btn{margin-top:-3px;font-size:12px!important;padding:1px 8px!important}.widget-toolbar>.label{display:inline-block;vertical-align:middle;margin-top:-3px;text-align:center;font-size:12px;padding:4px 7px}.widget-toolbar>.badge{padding:5px;font-size:14px;border-radius:50%;font-weight:400;min-width:24px;text-align:center!important}.widget-toolbar .progress{width:130px;margin:7px 0 0;height:18px!important;font-size:12px;box-shadow:0 1px 0 rgba(0,0,0,0),0 0 0 1px #d1d1d1 inset;-webkit-box-shadow:0 1px 0 rgba(0,0,0,0),0 0 0 1px #d1d1d1 inset}.widget-toolbar .progress-bar{font-size:12px}.widget-toolbar .pagination{margin:4px 0}.widget-toolbar .pagination>li>a{padding:2px 7px}.widget-toolbar .widget-text-input{max-width:220px}.widget-toolbar input[type=text]{height:28px!important;margin-top:2px}.widget-body.no-padding{padding:0;margin:0}.widget-body.no-padding .alert{margin:5px 5px 0;padding:10px;box-shadow:none!important;-webkit-box-shadow:none!important;border-radius:0!important}.widget-body>table{margin-bottom:0}.widget-body-ajax-loading::before{display:block;position:absolute;content:url(../img/ajax-loader.gif);padding-top:18%;text-align:center;font-weight:700;font-size:16px;color:#fff;background:rgba(255,255,255,0.4);height:100%;z-index:1;width:100%}.widget-body-ajax-loading:hover{cursor:wait!important}.widget-body-toolbar,.ams-form.widget-body-toolbar{display:block;padding:8px 10px;margin:-13px -13px 13px;min-height:42px;border-bottom:1px solid #ccc;background:#fafafa}.no-padding .widget-body-toolbar,.no-padding .ams-form.widget-body-toolbar,.no-padding.widget-body-toolbar,.no-padding.ams-form.widget-body-toolbar{display:block;margin:0}.ams-form .widget-body-toolbar .inline-group,.widget-body-toolbar.ams-form .inline-group{float:left;margin-top:4px}.widget-body-toolbar .btn{vertical-align:middle}.widget-body-toolbar .btn-xs{margin-top:5px}.no-widget-toolbar .widget-body-toolbar{display:none}.widget-content-padding{padding:20px}.widget-content-padding .well{margin-bottom:0}.widget-footer{display:block;position:relative;min-height:32px;vertical-align:middle;margin:0 -13px -13px;padding:5px;border-top:1px solid #e4e4e4;text-align:right;background-color:#f8f7f7}.no-padding .widget-footer{margin:0}.widget-footer.ams-form>label{margin-top:4px;display:block}.ams-widget{position:relative;margin:0 0 15px;padding:0;-khtml-border-radius:0;border-radius:0}.ams-widget header .nav-tabs{border-bottom-color:transparent}.ams-widget header .nav-tabs>li>a{border-radius:0;border:0;padding:5px 15px 4px}.ams-widget header .nav-tabs>li.active>a,.ams-widget header .nav-tabs>li.active>a:focus,.ams-widget header .nav-tabs>li.active>a:hover{color:#555;background-color:#FFF;border:1px solid #c2c2c2;border-bottom-color:transparent;border-top:0;cursor:default}.ams-widget header:first-child .nav-tabs{float:left}.ams-widget header:first-child .nav-tabs li{padding-left:0}.ams-widget header:first-child .nav-tabs li a{color:#333}.ams-widget header:first-child .nav-tabs.pull-right li:last-child a{margin-right:0!important;border-right:0!important}.ams-widget header .nav-pills{margin:3px}.ams-widget header .nav-pills>li>a{padding:3px 5px 4px}.ams-widget header>.btn-group{margin-top:-13px;margin-left:5px}.ams-widget>header{height:30px;padding:0;line-height:40px;color:#333;border:1px solid #c2c2c2;background:#fafafa}.ams-widget>header h2{display:inline-block;position:relative;width:auto;height:100%;margin:0;font-size:14px;line-height:31px;font-weight:400;letter-spacing:0}@media only screen and (min-width:320px) and (max-width:479px){.ams-widget>header h2{width:135px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}}.rtl .ams-widget>header h2{float:right;text-align:right}.ams-widget>header>h2{margin-left:10px;float:left}.ams-widget>header>h2+.btn,.ams-widget>header>h2+.btn-group{margin-left:20px}.rtl .ams-widget>header{padding:0 7px 0 0}.ams-widget>header .widget-icon{display:block;float:left;width:16px;height:16px;margin:10px 10px 0 0;zoom:1;z-index:400}.rtl .ams-widget>header .widget-icon{float:right;margin:10px 0 0 7px}.ams-widget>header>.widget-icon{display:block;position:relative;float:left;margin:0 -10px 0 2px;width:28px;height:28px;font-size:111%;line-height:29px;text-align:center}.ams-widget>header>:first-child.widget-icon{margin-left:0}.ams-widget>div{position:relative;float:left;width:100%;font-size:13px;-khtml-border-radius:0;border-radius:0;margin:0;padding:13px 13px 0;background-color:#fff!important;border-width:1px;border-style:solid;border-color:#ccc!important}.ams-widget>header+div{border-top:0}.ams-widget .widget-body{position:relative;min-height:100px;padding-bottom:13px}.ams-widget .widget-body.widget-hide-overflow{overflow:hidden}.ams-widget.well{margin:0 0 30px}.ams-widget.well header{display:none}.ams-widget.well>div{border:0!important;box-shadow:none!important;-webkit-box-shadow:none!important}.ams-widget.well.transparent .widget-body.no-padding{margin:0!important}.ams-widget-ctrls{width:auto;float:right;padding:0;margin:0}.ams-widget-ctrls a{display:inline-block;padding:0;margin:0;text-decoration:none;font-size:14px;text-align:center;line-height:29px;color:#333}.ams-widget-ctrls .button-icon{position:relative;float:left;min-width:28px;height:28px;font-family:Ubuntu,Arial,Helvetica,sans-serif;border-left:1px solid rgba(0,0,0,0.09)}.ams-widget-ctrls .button-icon :hover{background-color:rgba(0,0,0,0.05)}.rtl .ams-widget-ctrls .button-icon{margin:0 0 5px 5px}.rtl .ams-widget-ctrls{float:left;padding:10px 0 0 3px;margin:0}.ams-widget-loader{display:none;float:right;width:28px;height:28px;margin:0;text-align:center;line-height:28px;background-repeat:no-repeat;background-position:center center}.rtl .ams-widget-loader{float:left}.ams-widget-editbox{display:none;padding:10px;border-bottom:1px solid #b1b1b1;background-color:#fff;margin:-13px -13px 13px}.no-padding .ams-widget-editbox{margin:0 0 10px}.ams-widget,.ams-widget-editbox,.ams-widget>div{zoom:1}.ams-widget:after,.ams-widget-editbox:after,.ams-widget>div:after{clear:both}.ams-widget:before,.ams-widget-editbox:before,.ams-widget>div:before,.ams-widget:after,.ams-widget-editbox:after,.ams-widget>div:after{display:block;visibility:hidden;overflow:hidden;content:"\0020";height:0;font-size:0;line-height:0}.ui-sortable .ams-widget-sortable>header{cursor:move;line-height:normal;-khtml-border-radius:0;border-radius:0;-webkit-box-shadow:inset 0 -2px 0 rgba(0,0,0,0.05);box-shadow:inset 0 -2px 0 rgba(0,0,0,0.05)}.ui-sortable .ams-widget-sortable.ams-widget-collapsed>header{-khtml-border-radius:0;border-radius:0}.ams-widget-timestamp{margin:10px 0 0;color:#868686;font-size:12px;font-style:italic}.ams-widget-placeholder{margin-bottom:28px;padding:0;background-color:#FFC;border:1px dashed #a7a7a7;-khtml-border-radius:0;border-radius:0;-webkit-box-sizing:border-box;-khtml-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.ams-widget-remove-colors{color:#333!important;padding:0!important;background:none!important}.ams-widget-color-magenta>header{color:#fff;background:#6e3671;border-color:#6e3671!important}.ams-widget-color-magenta .nav-tabs li:not(.active) a,.ams-widget-color-magenta>header>.ams-widget-ctrls a{color:#fff!important}.ams-widget-color-magenta .nav-tabs li a:hover{color:#333!important}.ams-widget-color-pink>header{color:#fff;background:#ac5287;border-color:#ac5287!important}.ams-widget-color-pink .nav-tabs li:not(.active) a,.ams-widget-color-pink>header>.ams-widget-ctrls a{color:#fff!important}.ams-widget-color-pink .nav-tabs li a:hover{color:#333!important}.ams-widget-color-pinkDark>header{color:#fff;background:#a8829f;border-color:#a8829f!important}.ams-widget-color-pinkDark .nav-tabs li:not(.active) a,.ams-widget-color-pinkDark>header>.ams-widget-ctrls a{color:#fff!important}.ams-widget-color-pinkDark .nav-tabs li a:hover{color:#333!important}.ams-widget-color-yellow>header{color:#fff;background:#d4c737;border-color:#d4c737!important}.ams-widget-color-yellow .nav-tabs li:not(.active) a,.ams-widget-color-yellow>header>.ams-widget-ctrls a{color:#fff!important}.ams-widget-color-yellow .nav-tabs li a:hover{color:#333!important}.ams-widget-color-orange>header{color:#fff;background:#c79121;border-color:#c79121!important}.ams-widget-color-orange .nav-tabs li:not(.active) a,.ams-widget-color-orange>header>.ams-widget-ctrls a{color:#fff!important}.ams-widget-color-orange .nav-tabs li a:hover{color:#333!important}.ams-widget-color-orangeDark>header{color:#fff;background:#a57225;border-color:#a57225!important}.ams-widget-color-orangeDark .nav-tabs li:not(.active) a,.ams-widget-color-orangeDark>header>.ams-widget-ctrls a{color:#fff!important}.ams-widget-color-orangeDark .nav-tabs li a:hover{color:#333!important}.ams-widget-color-darken>header{color:#fff;background:#404040;border-color:#404040!important}.ams-widget-color-darken .nav-tabs li:not(.active) a,.ams-widget-color-darken>header>.ams-widget-ctrls a{color:#fff!important}.ams-widget-color-darken .nav-tabs li a:hover{color:#333!important}.ams-widget-color-purple>header{color:#fff;background:#65596b;border-color:#65596b!important}.ams-widget-color-purple .nav-tabs li:not(.active) a,.ams-widget-color-purple>header>.ams-widget-ctrls a{color:#fff!important}.ams-widget-color-purple .nav-tabs li a:hover{color:#333!important}.ams-widget-color-teal>header{color:#fff;background:#568a89;border-color:#568a89!important}.ams-widget-color-teal .nav-tabs li:not(.active) a,.ams-widget-color-teal>header>.ams-widget-ctrls a{color:#fff!important}.ams-widget-color-teal .nav-tabs li a:hover{color:#333!important}.ams-widget-color-blueDark>header{color:#fff;background:#4c4f53;border-color:#4c4f53!important}.ams-widget-color-blueDark .nav-tabs li:not(.active) a,.ams-widget-color-blueDark>header>.ams-widget-ctrls a{color:#fff!important}.ams-widget-color-blueDark .nav-tabs li a:hover{color:#333!important}.ams-widget-color-blue>header{color:#fff;background:#60747c;border-color:#60747c!important}.ams-widget-color-blue .nav-tabs li:not(.active) a,.ams-widget-color-blue>header>.ams-widget-ctrls a{color:#fff!important}.ams-widget-color-blue .nav-tabs li a:hover{color:#333!important}.ams-widget-color-blueLight>header{color:#fff;background:#ccdadf;border-color:#ccdadf!important}.ams-widget-color-blueLight .nav-tabs li:not(.active) a,.ams-widget-color-blueLight>header>.ams-widget-ctrls a{color:#fff!important}.ams-widget-color-blueLight .nav-tabs li a:hover{color:#333!important}.ams-widget-color-red>header{color:#fff;background:#931313;border-color:#931313!important}.ams-widget-color-red .nav-tabs li:not(.active) a,.ams-widget-color-red>header>.ams-widget-ctrls a{color:#fff!important}.ams-widget-color-red .nav-tabs li a:hover{color:#333!important}.ams-widget-color-redLight>header{color:#fff;background:#a65858;border-color:#a65858!important}.ams-widget-color-redLight .nav-tabs li:not(.active) a,.ams-widget-color-redLight>header>.ams-widget-ctrls a{color:#fff!important}.ams-widget-color-redLight .nav-tabs li a:hover{color:#333!important}.ams-widget-color-white>header{color:#c8c8c8;background:#dedede;border-color:#c8c8c8!important}.ams-widget-color-white .nav-tabs li:not(.active) a,.ams-widget-color-white>header>.ams-widget-ctrls a{color:#c8c8c8!important}.ams-widget-color-white .nav-tabs li a:hover{color:#838383!important}.ams-widget-color-greenDark>header{color:#fff;background:#496949;border-color:#496949!important}.ams-widget-color-greenDark .nav-tabs li:not(.active) a,.ams-widget-color-greenDark>header>.ams-widget-ctrls a{color:#fff!important}.ams-widget-color-greenDark .nav-tabs li a:hover{color:#333!important}.ams-widget-color-green>header{color:#fff;background:#356e35;border-color:#356e35!important}.ams-widget-color-green .nav-tabs li:not(.active) a,.ams-widget-color-green>header>.ams-widget-ctrls a{color:#fff!important}.ams-widget-color-green .nav-tabs li a:hover{color:#333!important}.ams-widget-color-greenLight>header{color:#fff;background:#71843f;border-color:#71843f!important}.ams-widget-color-greenLight .nav-tabs li:not(.active) a,.ams-widget-color-greenLight>header>.ams-widget-ctrls a{color:#fff!important}.ams-widget-color-greenLight .nav-tabs li a:hover{color:#333!important}#ams-widget-fullscreen-mode{position:fixed;width:100%;height:100%;top:0;left:0;z-index:99999}#ams-widget-fullscreen-mode .ams-widget{margin:0;-khtml-border-radius:0;border-radius:0}#ams-widget-fullscreen-mode>div{overflow-y:scroll;-khtml-border-radius:0;border-radius:0}#ams-widget-fullscreen-mode>div>header{cursor:default}.onoffswitch{position:relative;width:50px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;margin-top:3px;margin-bottom:3px;margin-left:5px;display:inline-block;vertical-align:middle}.onoffswitch-container{margin-top:4px;margin-left:7px;display:inline-block}.onoffswitch-checkbox{display:none}.onoffswitch-label{display:block;overflow:hidden;cursor:pointer;border:1px solid #626262;border-radius:50px;border-color:#adadad #b3b3b3 #9e9e9e;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.onoffswitch-inner{width:200%;margin-left:-100%;display:block}.onoffswitch-inner:after,.onoffswitch-inner:before{float:left;width:50%;height:15px;padding:0;line-height:17px;font-size:10px;font-family:Ubuntu,Trebuchet,Arial,sans-serif;font-weight:700;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.onoffswitch-inner:before{content:attr(data-swchon-text);text-shadow:0 -1px 0 #333;padding-left:7px;background-color:#3276b1;color:#fff;-webkit-box-shadow:inset 0 2px 6px rgba(0,0,0,0.5),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 2px 6px rgba(0,0,0,0.5),0 1px 2px rgba(0,0,0,0.05);text-align:left}.onoffswitch-inner:after{content:attr(data-swchoff-text);padding-right:7px;text-shadow:0 -1px 0 #fff;background-color:#fff;color:#555;text-align:right;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05)}.onoffswitch-switch{width:19px;height:19px;margin:-2px;background:#fff;border:1px solid #9a9a9a;border-radius:50px;position:absolute;top:0;bottom:0;right:32px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;background-color:#f4f4f4;background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#eee));background-image:-webkit-gradient(linear,top left,bottom left,from(#fff),to(#eee));background-image:-webkit-linear-gradient(top,#fff,#eee);background-image:linear-gradient(to bottom,#fff,#eee);background-repeat:repeat-x;-webkit-box-shadow:1px 1px 4px 0 rgba(0,0,0,0.3);box-shadow:1px 1px 4px 0 rgba(0,0,0,0.3)}.onoffswitch-checkbox+.onoffswitch-label .onoffswitch-switch:before,.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch:before{content:"\f00d";color:#a90329;display:block;text-align:center;line-height:19px;font-size:10px;text-shadow:0 -1px 0 #fff;font-weight:700;font-family:FontAwesome}.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch:before{content:"\f00c";color:#57889c}.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner{margin-left:0;display:block}.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch{right:0}.onoffswitch-switch:hover{background-color:#eee}.onoffswitch-switch:active{background-color:#eee;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05)}.onoffswitch-checkbox:checked:disabled+.onoffswitch-label .onoffswitch-inner:before,.onoffswitch-checkbox:disabled+.onoffswitch-label .onoffswitch-inner:after{text-shadow:0 1px 0 #fff;background:#bfbfbf;color:#333}.onoffswitch-checkbox:checked:disabled+.onoffswitch-label .onoffswitch-switch,.onoffswitch-checkbox:disabled+.onoffswitch-label .onoffswitch-switch{background-color:#f4f4f4;background-image:-webkit-gradient(linear,0 0,0 100%,from(#bfbfbf),to(#f4f4f4));background-image:-webkit-gradient(linear,top left,bottom left,from(#bfbfbf),to(#f4f4f4));background-image:-webkit-linear-gradient(top,#bfbfbf,#f4f4f4);background-image:linear-gradient(to bottom,#bfbfbf,#f4f4f4);-webkit-box-shadow:none!important;box-shadow:none!important}.onoffswitch-checkbox:checked:disabled+.onoffswitch-label .onoffswitch-label,.onoffswitch-checkbox:disabled+.onoffswitch-label{border-color:#ababab #999 #878787!important}.onoffswitch-checkbox:checked+.onoffswitch-label{border-color:#3276b1 #2a6395 #255681}.onoffswitch+span,.onoffswitch-title{display:inline-block;vertical-align:middle;margin-top:-5px}label.with-icon .select2-parent{margin-right:27px}label.with-icons .select2-parent{margin-right:54px}.select2-container{margin:0;position:relative;display:inline-block;zoom:1;*display:inline;vertical-align:middle}.select2-container .select2-choice{display:block;height:26px;padding:0 0 0 8px;overflow:hidden;position:relative;border:1px solid #ccc;white-space:nowrap;line-height:26px;color:#444;text-decoration:none;-webkit-background-clip:padding-box;background-clip:padding-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff}label.bordered .select2-container .select2-choice{border-color:transparent}.select2-container .select2-choice:hover{border:1px solid rgba(82,168,236,0.7)}.select2-container .select2-choice>.select2-chosen{margin-right:26px;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.select2-container .select2-choice>.select2-chosen abbr{display:none;width:12px;height:12px;position:absolute;right:24px;top:8px;font-size:1px;text-decoration:none;border:0;cursor:pointer;outline:0}.select2-container .select2-choice>.select2-chosen abbr:hover{cursor:pointer}.select2-container.select2-drop-above .select2-choice{border-bottom-color:#ccc}.select2-container.select2-allowclear .select2-choice .select2-chosen{margin-right:42px}.select2-container.select2-allowclear .select2-choice abbr{display:inline-block}.select2-container .select2-arrow{display:inline-block;width:20px;height:20px;position:absolute;right:3px;top:3px;padding:0 0 0 2px;border-left:1px solid #ccc;line-height:22px;-webkit-background-clip:padding-box}.select2-container .select2-arrow b{width:100%;height:100%;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative;font-size:14px}.select2-container .select2-arrow b:before{content:"\f107";width:100%;height:100%;text-align:center;display:block}.select2-container,.select2-drop,.select2-search,.select2-search input{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.select2-container-active .select2-choice,.select2-container-active .select2-choices{border:1px solid rgba(82,168,236,0.7)!important;outline:0}.select2-drop-mask{border:0;margin:0;padding:0;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:9998;background:#fff;filter:alpha(opacity=0)}.select2-drop{margin-top:-1px;width:100%;position:absolute;z-index:9999;top:100%;background:#fff;color:#000;border:1px solid #ccc;border-top:0;-webkit-box-shadow:0 4px 5px rgba(0,0,0,0.15);box-shadow:0 4px 5px rgba(0,0,0,0.15)}.select2-drop.select2-drop-above{margin-bottom:0;border-top:1px solid rgba(82,168,236,0.7);border-top-width:3px;border-bottom:0;-webkit-box-shadow:0 -4px 5px rgba(0,0,0,0.15);box-shadow:0 -4px 5px rgba(0,0,0,0.15)}.select2-drop.select2-drop-above.select2-drop-active{border-top-width:3px}.select2-drop.select2-drop-above .select2-search input{margin-top:4px}.select2-drop.select2-drop-above .select2-search:before{top:34%}.select2-drop-auto-width{border-top:1px solid #ccc;width:auto}.select2-drop-auto-width .select2-search{padding-top:4px}.select2-drop-active{border:1px solid rgba(82,168,236,0.7);border-top:0;border-bottom-width:3px}.select2-search{display:inline-block;width:100%;min-height:26px;margin:0;padding-left:4px;padding-right:4px;position:relative;z-index:10000;white-space:nowrap}.select2-search:before{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;content:"\f002";top:25%;right:10px;color:#686868!important}.select2-search input{width:100%;height:auto!important;min-height:26px;padding:4px 20px 3px 5px;margin:0;outline:0;font-size:1em;border:1px solid #aaa;-webkit-box-shadow:none;box-shadow:none;background:#fff;background:-webkit-gradient(linear,left bottom,left top,color-stop(0.85,#fff),color-stop(0.99,#eee));background:-webkit-linear-gradient(center bottom,#fff 85%,#eee 99%);background:-webkit-gradient(linear,top left,bottom left,from(#fff),to(#eee));background:-webkit-linear-gradient(top,#fff 85%,#eee 99%);background:linear-gradient(top,#fff 85%,#eee 99%)}.select2-search input.select2-active{background-origin:padding-box;background:#fff url(../img/select2-spinner.gif) no-repeat right 24px top 50%;background:url(../img/select2-spinner.gif) no-repeat right 24px top 50%,-webkit-gradient(linear,left bottom,left top,color-stop(0.85,#fff),color-stop(0.99,#eee));background:url(../img/select2-spinner.gif) no-repeat right 24px top 50%,-webkit-linear-gradient(center bottom,#fff 85%,#eee 99%);background:url(../img/select2-spinner.gif) no-repeat right 24px top 50%,-webkit-gradient(linear,top left,bottom left,from(#fff),to(#eee));background:url(../img/select2-spinner.gif) no-repeat right 24px top 50%,-webkit-linear-gradient(top,#fff 85%,#eee 99%);background:url(../img/select2-spinner.gif) no-repeat right 24px top 50%,linear-gradient(top,#fff 85%,#eee 99%)}.select2-dropdown-open .select2-choice{border-bottom-color:transparent;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;border-bottom-left-radius:0;border-bottom-right-radius:0;background-color:#fff}.select2-dropdown-open.select2-drop-above .select2-choice,.select2-dropdown-open.select2-drop-above .select2-choices{border:1px solid #5d98cc;border-top-color:transparent}.select2-dropdown-open .select2-choice .select2-arrow{background:0;border-left:0;-webkit-filter:none;filter:none}.select2-dropdown-open .select2-choice .select2-arrow b{background-position:-18px 1px}.select2-results{max-height:200px;padding:0 0 0 4px;margin:4px 4px 4px 0;position:relative;overflow-x:hidden;overflow-y:auto;-webkit-tap-highlight-color:rgba(0,0,0,0)}.select2-results .select2-selected{opacity:.5}.select2-results ul.select2-result-sub{margin:0;padding-left:0}.select2-results ul.select2-result-sub>li .select2-result-label{padding-left:20px}.select2-results ul.select2-result-sub ul.select2-result-sub>li .select2-result-label{padding-left:40px}.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label{padding-left:60px}.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label{padding-left:80px}.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label{padding-left:100px}.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label{padding-left:110px}.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label{padding-left:120px}.select2-results li{list-style:none;display:list-item;background-image:none}.select2-results li.select2-result-with-children>.select2-result-label{font-weight:700}.select2-results .select2-result-label{padding:3px 7px 4px;margin:0;cursor:pointer;min-height:1em;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.select2-results .select2-highlighted{background:#3276b1;color:#fff}.select2-results li em{background:#feffde;font-style:normal}.select2-results .select2-highlighted em{background:0}.select2-results .select2-highlighted ul{background:#fff;color:#000}.select2-results .select2-no-results,.select2-results .select2-searching,.select2-results .select2-selection-limit{background:#f4f4f4;display:list-item;padding:3px 5px;opacity:.5}.select2-results-results .select2-disabled{background:#f4f4f4;display:list-item;cursor:default}.select2-results-results .select2-disabled.select2-highlighted{color:#666;background:#f4f4f4;display:list-item;cursor:default}.select2-results-results .select2-selected{display:none}.select2-no-results{padding-left:20px}.select2-no-results:before{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f05a";margin-right:5px}.select2-more-results{background:#f4f4f4;display:list-item}.select2-more-results.select2-active{background:#f4f4f4 url(../img/select2-spinner.gif) no-repeat 100%}.select2-default{color:#999!important}.select2-container.select2-container-disabled .select2-choice{background-color:#f4f4f4;background-image:none;border:1px solid #ddd;cursor:default}.select2-container.select2-container-disabled .select2-choice .select2-arrow{background-color:#f4f4f4;background-image:none;border-left:0}.select2-container.select2-container-disabled .select2-choice abbr{display:none}.select2-container-multi.select2-container-active .select2-choices{border:1px solid rgba(82,168,236,0.7);outline:0}.select2-container-multi .select2-choices{height:auto!important;height:1%;min-height:26px;margin:0;padding:0;position:relative;border:1px solid #ccc;cursor:text;overflow:hidden;background-color:#fff}label.bordered .select2-container-multi .select2-choices{border-color:transparent}.select2-container-multi .select2-choices:hover{border:1px solid rgba(82,168,236,0.7)!important}label.bordered .select2-container-multi .select2-choices:hover{border-color:transparent!important}.select2-container-multi .select2-choices li{float:left;list-style:none}.select2-container-multi .select2-choices .select2-search-field{margin:0;padding:0;white-space:nowrap}.select2-container-multi .select2-choices .select2-search-field input{max-height:24px;padding:3px 5px;margin:1px 0;font-family:Ubuntu,sans-serif;font-size:100%;color:#666;outline:0;border:0;-webkit-box-shadow:none;box-shadow:none;background:transparent!important}.select2-container-multi .select2-choices .select2-search-field input.select2-active{background:#fff url(../img/select2-spinner.gif) no-repeat 99%!important}.select2-container-multi .select2-choices .select2-search-choice{padding:1px 28px 1px 8px;margin:2px 0 2px 2px;position:relative;line-height:18px;color:#fff;cursor:default;border:1px solid #2a6395;-webkit-background-clip:padding-box;background-clip:padding-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#3276b1}.select2-container-multi .select2-choices .select2-search-choice .select2-chosen{cursor:default}.select2-container-multi .select2-choices .select2-search-choice-focus{opacity:.8}.select2-container-multi .select2-choices .select2-search-choice.ui-sortable-handle{cursor:move}.with-icons .select2-container-multi .select2-choices .select2-search-choice.ui-sortable-handle{margin-right:1px}.select2-container-multi.ordered .select2-choices li{float:none;cursor:move}.select2-container-multi.ordered .select2-choices li.ui-state-highlight{margin:2px 0 2px 2px;height:20px;background-color:#ddd;border:1px solid #ddd}.select2-container-multi .select2-search-choice-close{display:block;top:0;right:-2px;padding:3px 0 3px 6px}.select2-container-multi .select2-search-choice-close:hover{background:rgba(0,0,0,0.3)}.select2-container-multi.select2-container-disabled .select2-choices{background-color:#f4f4f4;background-image:none;border:1px solid transparent;border-bottom:1px solid #ccc;cursor:default}.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice{padding:1px 5px;border:1px solid #4a90cc;background-image:none;background-color:#86b4dd;cursor:not-allowed}.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close{display:none;background:0}.select2-locked{padding:3px 5px!important}.select2-search-choice-close{display:block;min-width:20px;min-height:14px;position:absolute;right:3px;top:3px;margin:0;padding:0;font-size:15px;text-decoration:none!important;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.select2-search-choice-close:before{color:#fff;content:"\f057"}.select2-result-selectable .select2-match,.select2-result-unselectable .select2-match{text-decoration:underline}.select2-offscreen,.select2-offscreen:focus{clip:rect(0 0 0 0)!important;width:1px!important;height:1px!important;border:0!important;margin:0!important;padding:0!important;overflow:hidden!important;position:absolute!important;outline:0!important;left:0!important;top:0!important}.select2-display-none{display:none}.select2-measure-scrollbar{position:absolute;top:-10000px;left:-10000px;width:100px;height:100px;overflow:scroll}.select2-hidden-accessible{position:absolute;border:0;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;overflow:hidden;padding:0}label.with-icon>i.icon-append+.select2-parent .select2-choices{padding-right:29px}.multiselect-container{position:absolute;list-style-type:none;margin:0;padding:0}.multiselect-container .input-group{margin:5px}.multiselect-container>li{padding:0}.multiselect-container>li>a.multiselect-all label{font-weight:700}.multiselect-container>li>a>label{margin:0;height:100%;cursor:pointer;font-weight:400}.multiselect-container>li>a>label.checkbox,.multiselect-container>li>a>label.radio{margin:0}.multiselect-container>li>a>label>input[type=checkbox]{margin-bottom:5px}.multiselect-container>li>label.multiselect-group{margin:0;padding:3px 20px;height:100%;font-weight:700}.btn-group>.btn-group:nth-child(2)>.multiselect.btn{border-top-left-radius:4px;border-bottom-left-radius:4px}.color-select{list-style:none;margin:0;padding:4px;min-width:166px;max-width:156px;right:-3px}.color-select li{display:block;margin:2px;float:left}.color-select li span{display:block;width:22px;height:22px;padding:0;background:#333;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border:1px solid rgba(0,0,0,0.1);cursor:pointer}.color-select li span:hover{border:3px solid rgba(0,0,0,0.2)}.widget-toolbar .dropdown-menu.color-select{right:-1px}.color-box{display:block;position:relative;width:22px;height:22px;padding:0;background:#333;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:1px solid rgba(255,255,255,0.3)!important;cursor:pointer;vertical-align:middle;outline:1px solid rgba(0,0,0,0.1);background:rgba(255,255,255,0.3)!important}.color-box:hover,.open .color-box{outline:1px solid rgba(0,0,0,0.1)!important}.color-box:hover{-webkit-transform:scale(1.07);-moz-transform:scale(1.07)}.color-box:active{top:1px;left:1px}.widget-toolbar>.color-box{margin-top:7px;width:18px;height:18px;outline:1px solid rgba(0,0,0,0.2)}.widget-toolbar>.color-box:active,.widget-toolbar>.color-box:focus,.widget-toolbar>.color-box:hover{outline:1px solid rgba(0,0,0,0.25)!important}.ams-widget #calendar{margin-top:-18px}#calendar-buttons{position:absolute;right:14px;top:5px}#calendar-container{position:relative}#external-events>li{margin:6px 4px 6px 0;display:inline-block}#external-events>li>:first-child{padding:5px 10px 10px;cursor:move;display:block}#external-events>li>:first-child:after{color:#fff;color:rgba(255,255,255,0.7);content:attr(data-description);font-size:11px;font-weight:400;display:block;line-height:0;margin:7px 0;text-transform:lowercase}.fc{direction:ltr;text-align:left}.fc .fc-header-space{padding-left:10px}.fc table,html .fc{font-size:12px}.fc table{border-collapse:collapse;border-spacing:0}.fc th,.fc td{padding:0;vertical-align:top}.fc .ui-resizable-handle{display:block;position:absolute;z-index:99999;overflow:hidden;font-size:300%;line-height:50%}.fc .ui-draggable-dragging .fc-event-bg{display:none}.fc-border-separate thead tr,.fc-border-separate .table thead tr{background-color:#eee;background-image:-webkit-gradient(linear,0 0,0 100%,from(#f2f2f2),to(#fafafa));background-image:-webkit-linear-gradient(top,#f2f2f2 0,#fafafa 100%);background-image:-linear-gradient(top,#f2f2f2 0,#fafafa 100%);font-size:12px}.fc-border-separate thead tr th{padding:4px;line-height:1.428571429}tr td.fc-first,tr.fc-first th.fc-first{border-left:0}tr.fc-last td{border-bottom:0}.fc-header .fc-button{margin-bottom:1em;vertical-align:top;margin-right:-1px}.fc-header .fc-corner-right{margin-right:1px}.fc-header .ui-corner-right{margin-right:0}.fc-header .fc-state-hover,.fc-header .ui-state-hover{z-index:2}.fc-header .fc-state-down{z-index:3}.fc-header .fc-state-active,.fc-header .ui-state-active{z-index:4}.fc-header td{white-space:nowrap}.fc-header-left{width:25%;text-align:left}.fc-header-center{text-align:center}.fc-header-right{width:25%;text-align:right}.fc-header-title{display:inline-block;vertical-align:top}.fc-header-title h2{margin-top:0;white-space:nowrap}.ams-widget .fc-header-title h2{text-shadow:0 1px 0 #fff;margin-top:-12px;margin-left:10px;font-size:14px;font-weight:700;margin-bottom:0}.fc-content{clear:both}.fc-view{width:100%;overflow:hidden}.fc-widget-content,.fc-widget-header{border:1px solid #ccc;border-right:0}.fc-state-highlight{background:#ffc}.fc-cell-overlay{background:#9cf;opacity:.2;filter:alpha(opacity=20)}.fc-button{position:relative;display:inline-block;cursor:pointer}.fc-button-inner{position:relative;float:left;overflow:hidden}.fc-state-default{border-width:1px 0}.fc-state-default .fc-button-inner{border-width:0 1px}.fc-state-default,.fc-state-default .fc-button-inner{border-style:solid;border-color:#ccc #bbb #aaa;background:#f3f3f3;color:#000}.fc-state-default .fc-button-effect{position:absolute;top:50%;left:0}.fc-state-default .fc-button-effect span{position:absolute;top:-100px;left:0;width:500px;height:100px;border-width:100px 0 0 1px;border-style:solid;border-color:#fff;background:#444;opacity:.09;filter:alpha(opacity=9)}.fc-state-hover .fc-button-inner{border-color:#999}.fc-state-down .fc-button-inner{border-color:#555;background:#777}.fc-state-active .fc-button-inner{border-color:#555;background:#777;color:#fff}.fc-state-disabled{cursor:default}.fc-state-disabled .fc-button-inner{color:#999;border-color:#ddd}.fc-state-disabled .fc-button-effect{display:none}.fc-button-content{position:relative;float:left;height:1.9em;line-height:1.9em;padding:0 .6em;white-space:nowrap}.fc-button-content .fc-icon-wrap{position:relative;float:left;top:50%}.fc-button-content .ui-icon{position:relative;float:left;margin-top:-50%;*margin-top:0;*top:-50%}.fc-event{border-style:solid;border-width:0;font-size:.85em;cursor:default}.fc-rtl .fc-event{text-align:right}.fc-event-draggable,a.fc-event{cursor:pointer}a.fc-event{text-decoration:none}.fc-event-skin{color:#FFF;border-right:0!important;cursor:move}.fc-event-skin .fa:before{display:block;font-size:14px;position:absolute;right:4px;top:3px}.fc-event-inner{position:relative;width:100%;height:100%;border-style:solid;border-width:0;overflow:hidden}.fc-event-hori{border-width:1px 0;margin-bottom:1px}.fc-event-hori .ui-resizable-e{top:0!important;right:-3px!important;width:7px!important;height:100%!important;cursor:e-resize}.fc-event-hori .ui-resizable-w{top:0!important;left:-3px!important;width:7px!important;height:100%!important;cursor:w-resize}.fc-event-hori .ui-resizable-handle{_padding-bottom:14px}.fc-corner-left{margin-left:1px}.fc-corner-left .fc-button-inner,.fc-corner-left .fc-event-inner{margin-left:-1px}.fc-corner-right{margin-right:1px}.fc-corner-right .fc-button-inner,.fc-corner-right .fc-event-inner{margin-right:-1px}.fc-corner-right .fc-event-inner{border-left:6px solid rgba(0,0,0,0.15);padding-left:2px;padding-right:15px}.fc-corner-top{margin-top:1px}.fc-corner-top .fc-event-inner{margin-top:-1px;border-top-width:1px}.fc-corner-bottom{margin-bottom:1px}.fc-corner-bottom .fc-event-inner{margin-bottom:-1px;border-bottom-width:1px}table.fc-table-separate{border-collapse:separate}.fc-table-separate td,.fc-table-separate th{border-width:1px 0 0 1px}.fc-table-separate td.fc-last,.fc-table-separate th.fc-last{border-right-width:1px}.fc-table-separate tr.fc-last td,.fc-table-separate tr.fc-last th{border-bottom-width:1px}.fc-table-separate tbody tr.fc-first td,.fc-table-separate tbody tr.fc-first th{border-top-width:0}.fc-grid th{text-align:center}.fc-grid .fc-day-number{float:right;padding:0 2px}.fc-grid .fc-other-month .fc-day-number{opacity:.3;filter:alpha(opacity=30)}.fc-grid .fc-day-content{clear:both;padding:2px 2px 1px}.fc-grid .fc-event-time{font-weight:700}.fc-rtl .fc-grid .fc-day-number{float:left}.fc-rtl .fc-grid .fc-event-time{float:right}.fc-agenda table{border-collapse:separate}.fc-agenda .fc-agenda-axis{width:50px;padding:0 4px;vertical-align:middle;text-align:right;white-space:nowrap;font-weight:400}.fc-agenda .fc-day-content{padding:2px 2px 1px}.fc-agenda-days th{text-align:center}.fc-agenda-days .fc-agenda-axis{border-right-width:1px}.fc-agenda-days .fc-col0{border-left-width:0}.fc-agenda-allday th{border-width:0 1px}.fc-agenda-allday .fc-day-content{min-height:34px;_height:34px}.fc-agenda-divider-inner{height:2px;overflow:hidden}.fc-widget-header .fc-agenda-divider-inner{background:#eee}.fc-agenda-slots th{border-width:1px 1px 0}.fc-agenda-slots td{border-width:1px 0 0;background:0}.fc-agenda-slots td div{height:20px}.fc-agenda-slots tr.fc-slot0 td,.fc-agenda-slots tr.fc-slot0 th{border-top-width:0}.fc-agenda-slots tr.fc-minor td,.fc-agenda-slots tr.fc-minor th{border-top-style:dotted}.fc-agenda-slots tr.fc-minor th.ui-widget-header{*border-top-style:solid}.fc-event-time,.fc-event-title{padding:3px 0 2px 3px;display:inline-block;line-height:16px;font-weight:700;font-size:11px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.fc-event-vert{border-width:0 1px}.fc-event-vert .fc-event-content,.fc-event-vert .fc-event-head{position:relative;z-index:2;width:100%;overflow:hidden}.fc-event-vert .fc-event-time{white-space:nowrap;font-size:10px}.fc-event-vert .fc-event-bg{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;background:#fff;opacity:.3;filter:alpha(opacity=30)}.fc-event-vert .ui-resizable-s{bottom:0!important;width:100%!important;height:8px!important;overflow:hidden!important;line-height:8px!important;font-size:11px!important;font-family:monospace;text-align:center;cursor:s-resize}.fc-select-helper .fc-event-bg{display:none}.fc-agenda .ui-resizable-resizing{_overflow:hidden}.colorpicker{padding-left:30px!important}.bootstrap-timepicker{position:relative}.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu{left:auto;right:0}.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before{left:auto;right:12px}.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after{left:auto;right:13px}.bootstrap-timepicker .add-on{cursor:pointer}.bootstrap-timepicker .add-on i{display:inline-block;width:16px;height:16px}@media(max-width:767px){.bootstrap-timepicker,.bootstrap-timepicker .dropdown-menu{width:100%}}.bootstrap-timepicker-widget.dropdown-menu{padding:4px}.bootstrap-timepicker-widget.dropdown-menu.open{display:inline-block}.bootstrap-timepicker-widget.dropdown-menu:before{border-bottom:7px solid rgba(0,0,0,0.2);border-left:7px solid transparent;border-right:7px solid transparent;content:"";display:inline-block;position:absolute}.bootstrap-timepicker-widget.dropdown-menu:after{border-bottom:6px solid #FFF;border-left:6px solid transparent;border-right:6px solid transparent;content:"";display:inline-block;position:absolute}.bootstrap-timepicker-widget.timepicker-orient-left:before{left:6px}.bootstrap-timepicker-widget.timepicker-orient-left:after{left:7px}.bootstrap-timepicker-widget.timepicker-orient-right:before{right:6px}.bootstrap-timepicker-widget.timepicker-orient-right:after{right:7px}.bootstrap-timepicker-widget.timepicker-orient-top:before{top:-7px}.bootstrap-timepicker-widget.timepicker-orient-top:after{top:-6px}.bootstrap-timepicker-widget.timepicker-orient-bottom:before{bottom:-7px;border-bottom:0;border-top:7px solid #999}.bootstrap-timepicker-widget.timepicker-orient-bottom:after{bottom:-6px;border-bottom:0;border-top:6px solid #fff}.bootstrap-timepicker-widget a.btn,.bootstrap-timepicker-widget input{border-radius:4px}.bootstrap-timepicker-widget table{width:100%;margin:0}.bootstrap-timepicker-widget table table td{text-align:center;height:30px;margin:0;padding:2px}.bootstrap-timepicker-widget table table td:not(.separator){min-width:30px}.bootstrap-timepicker-widget table table td span{width:100%}.bootstrap-timepicker-widget table table td a{border:1px transparent solid;width:100%;display:inline-block;margin:0;padding:8px 0;outline:0;color:#333}.bootstrap-timepicker-widget table table td a:hover{text-decoration:none;background-color:#eee;border-radius:4px;border-color:#ddd}.bootstrap-timepicker-widget table table td a i{margin-top:2px;font-size:18px}.bootstrap-timepicker-widget table table td input{width:25px;margin:0;text-align:center}@media(min-width:767px){.bootstrap-timepicker-widget.modal{width:200px;margin-left:-100px}}.bootstrap-timepicker-widget .modal-content{padding:4px}.note-editor{border:1px solid #a9a9a9}.note-editor.fullscreen{position:fixed;top:0;left:0;z-index:1050;width:100%}.note-editor.fullscreen.fullscreen .note-editable{background-color:#fff}.note-editor.codeview .note-editable,.note-editor.fullscreen .note-resizebar{display:none}.note-editor.codeview .note-codeable{display:block}.note-editor .note-toolbar{padding-bottom:5px;padding-left:5px;margin:0;background-color:#f5f5f5;border-bottom:1px solid #a9a9a9}.note-editor .note-toolbar>.btn-group{margin-top:5px;margin-right:5px;margin-left:0}.note-editor .note-toolbar .note-table .dropdown-menu{min-width:0;padding:5px}.note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker{font-size:18px}.note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-mousecatcher{position:absolute!important;z-index:3;width:10em;height:10em;cursor:pointer}.note-editor .note-toolbar .note-table .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-unhighlighted{position:relative!important;z-index:1;width:5em;height:5em;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC) repeat}.note-editor .note-toolbar .note-table .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-highlighted{position:absolute!important;z-index:2;width:1em;height:1em;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC) repeat}.note-editor .note-toolbar .note-style blockquote,.note-editor .note-toolbar .note-editor .note-toolbar .note-style h1,.note-editor .note-toolbar .note-editor .note-toolbar .note-style h2,.note-editor .note-toolbar .note-editor .note-toolbar .note-style h3,.note-editor .note-toolbar .note-editor .note-toolbar .note-style h4,.note-editor .note-toolbar .note-editor .note-toolbar .note-style h5,.note-editor .note-toolbar .note-editor .note-toolbar .note-style h6{margin:0}.note-editor .note-toolbar .note-color .dropdown-toggle{width:20px;padding-left:5px}.note-editor .note-toolbar .note-color .dropdown-menu{min-width:290px}.note-editor .note-toolbar .note-color .dropdown-menu .btn-group{margin:0}.note-editor .note-toolbar .note-color .dropdown-menu .btn-group:first-child{margin:0 5px}.note-editor .note-toolbar .note-color .dropdown-menu .btn-group .note-palette-title{margin:2px 7px;font-size:12px;text-align:center;border-bottom:1px solid #eee}.note-editor .note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset{padding:0 3px;margin:5px;font-size:12px;cursor:pointer;border-radius:5px}.note-editor .note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset:hover{background:#eee}.note-editor .note-toolbar .note-para .dropdown-menu{min-width:153px;padding:5px}.note-editor .note-toolbar .note-para .note-para li:first-child{margin-bottom:5px}.note-editor .note-statusbar{background-color:#f5f5f5}.note-editor .note-statusbar .note-resizebar{width:100%;height:8px;cursor:s-resize}.note-editor .note-statusbar .note-resizebar .note-icon-bar{width:20px;margin:1px auto;border-top:1px solid #a9a9a9}.note-editor .note-popover .popover{max-width:none}.note-editor .note-popover .popover .popover-content{padding:5px}.note-editor .note-popover .popover .popover-content a{display:inline-block;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle}.note-editor .note-popover .popover .popover-content .btn-group+.btn-group{margin-left:5px}.note-editor .note-popover .popover .arrow{left:20px}.note-editor .note-handle .note-control-selection{position:absolute;display:none;border:1px solid #000}.note-editor .note-handle .note-control-selection>div{position:absolute}.note-editor .note-handle .note-control-selection .note-control-selection-bg{width:100%;height:100%;background-color:#000;-webkit-opacity:.3;-khtml-opacity:.3;-moz-opacity:.3;opacity:.3;-ms-filter:alpha(opacity=30);filter:alpha(opacity=30)}.note-editor .note-handle .note-control-selection .note-control-handle,.note-editor .note-handle .note-control-selection .note-control-holder{width:7px;height:7px;border:1px solid #000}.note-editor .note-handle .note-control-selection .note-control-sizing{width:7px;height:7px;background-color:#fff;border:1px solid #000}.note-editor .note-handle .note-control-selection .note-control-nw{top:-5px;left:-5px;border-right:0;border-bottom:0}.note-editor .note-handle .note-control-selection .note-control-ne{top:-5px;right:-5px;border-bottom:0;border-left:0}.note-editor .note-handle .note-control-selection .note-control-sw{bottom:-5px;left:-5px;border-top:0;border-right:0}.note-editor .note-handle .note-control-selection .note-control-se{right:-5px;bottom:-5px;cursor:se-resize}.note-editor .note-handle .note-control-selection .note-control-selection-info{right:0;bottom:0;padding:5px;margin:5px;font-size:12px;color:#fff;background-color:#000;border-radius:5px;-webkit-opacity:.7;-khtml-opacity:.7;-moz-opacity:.7;opacity:.7;-ms-filter:alpha(opacity=70);filter:alpha(opacity=70)}.note-editor .note-dialog>div{display:none}.note-editor .note-dialog .note-image-dialog .note-dropzone{min-height:200px;font-size:30px;line-height:6;color:#d3d3d3;text-align:center;border:4px dashed #d3d3d3}.note-editor .note-dialog .note-help-dialog{font-size:12px;color:#ccc;background:0;background-color:#222!important;border:0;-webkit-opacity:.9;-khtml-opacity:.9;-moz-opacity:.9;opacity:.9;-ms-filter:alpha(opacity=90);filter:alpha(opacity=90)}.note-editor .note-dialog .note-help-dialog .modal-content{background:0;border:1px solid #fff;border-radius:5px;-webkit-box-shadow:none;box-shadow:none}.note-editor .note-dialog .note-help-dialog a{font-size:12px;color:#fff}.note-editor .note-dialog .note-help-dialog .title{padding-bottom:5px;font-size:14px;font-weight:700;color:#fff;border-bottom:#fff 1px solid}.note-editor .note-dialog .note-help-dialog .modal-close{font-size:14px;color:#dd0;cursor:pointer}.note-editor .note-dialog .note-help-dialog .note-shortcut-layout{width:100%}.note-editor .note-dialog .note-help-dialog .note-shortcut-layout td{vertical-align:top}.note-editor .note-dialog .note-help-dialog .note-shortcut{margin-top:8px}.note-editor .note-dialog .note-help-dialog .note-shortcut th{font-size:13px;color:#dd0;text-align:left}.note-editor .note-dialog .note-help-dialog .note-shortcut th:first-child{min-width:110px;padding-right:10px;font-family:"Courier New";color:#dd0;text-align:right}.note-editor .note-editable{padding:10px;overflow:scroll;outline:0}.note-editor .note-codeable{display:none;width:100%;padding:10px;margin-bottom:0;font-family:Menlo,Monaco,monospace,sans-serif;font-size:14px;color:#ccc;background-color:#222;border:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;resize:none}.note-editor .dropdown-menu{min-width:90px}.note-editor .dropdown-menu.right{right:0;left:auto}.note-editor .dropdown-menu.right::before{right:9px;left:auto!important}.note-editor .dropdown-menu.right::after{right:10px;left:auto!important}.note-editor .dropdown-menu .dropdown-menu li a i{color:#00bfff;visibility:hidden}.note-editor .dropdown-menu .dropdown-menu li a.checked i{visibility:visible}.note-editor .note-color-palette{line-height:1}.note-editor .note-color-palette div .note-color-btn{width:17px;height:17px;padding:0;margin:0;border:1px solid #fff}.note-editor .note-color-palette div .note-color-btn:hover{border:1px solid #000}.no-padding .note-editor{border:0}.note-editor .note-editable{background-color:rgba(48,126,204,0.05)}.note-editor .note-editable:focus{background-color:#fff}.note-editor .note-statusbar .note-resizebar{border-top:1px solid #dbdbdb}.note-editor .note-statusbar:hover{background:#EEE}.note-editor .note-statusbar:active{background:#eaeaea}.md-editor{display:block;border:1px solid #ddd}.md-editor.active{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)}.md-editor .md-footer,.md-editor>.md-header{display:block;padding:6px 4px;background:#f5f5f5}.md-editor>.md-preview{background:#fff;border-top:1px dashed #ddd;border-bottom:1px dashed #ddd;min-height:10px;padding:10px}.md-editor>textarea{font-family:Monaco,Menlo,Consolas,"Courier New",monospace;font-size:13px;outline:0;outline:thin dotted \9;margin:0;display:block;width:100%;border:0;padding:10px;border-top:1px dashed #ddd;border-bottom:1px dashed #ddd;border-radius:0;-webkit-box-shadow:none;box-shadow:none;background:#eee}.md-editor>textarea:focus{-webkit-box-shadow:none;box-shadow:none;background:#fff}.twitter-typeahead .tt-hint,.twitter-typeahead .tt-query{margin-bottom:0}.tt-dropdown-menu{min-width:160px;margin-top:2px;padding:5px 0;background-color:#fff;border:1px solid #bfbfbf;border:1px solid rgba(0,0,0,0.2);*border-right-width:2px;*border-bottom-width:2px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);-webkit-background-clip:padding-box;background-clip:padding-box}.tt-suggestion{display:block;padding:3px 20px}.tt-suggestion.tt-is-under-cursor{color:#fff;background-color:#0081c2}.tt-suggestion.tt-is-under-cursor a{color:#fff}.tt-suggestion p{margin:0}.dropzone,.dropzone *,.dropzone-previews,.dropzone-previews *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.dropzone .dz-preview,.dropzone-previews .dz-preview{background:rgba(255,255,255,0.8);position:relative;display:inline-block;margin:10px;vertical-align:top;border:1px solid #acacac;padding:6px;-webkit-box-shadow:1px 1px 4px rgba(0,0,0,0.16);box-shadow:1px 1px 4px rgba(0,0,0,0.16);font-size:14px}.dropzone .dz-preview.dz-file-preview,.dropzone-previews .dz-preview.dz-file-preview{display:none}.dropzone .dz-preview .dz-details,.dropzone-previews .dz-preview .dz-details{width:100px;height:100px;position:relative;background:#ebebeb;padding:5px;margin-bottom:22px}.dropzone .dz-preview .dz-details .dz-filename,.dropzone-previews .dz-preview .dz-details .dz-filename{overflow:hidden;height:100%}.dropzone .dz-preview .dz-details img,.dropzone-previews .dz-preview .dz-details img{position:absolute;top:0;left:0;width:100px;height:100px}.dropzone .dz-preview .dz-details .dz-size,.dropzone-previews .dz-preview .dz-details .dz-size{position:absolute;bottom:-28px;left:3px;height:28px;line-height:28px}.dropzone .dz-preview.dz-error .dz-error-mark,.dropzone-previews .dz-preview.dz-error .dz-error-mark,.dropzone .dz-preview.dz-success .dz-success-mark,.dropzone-previews .dz-preview.dz-success .dz-success-mark{display:block;opacity:1;-ms-filter:none;-webkit-filter:none;filter:none}.dropzone .dz-preview:hover .dz-details img,.dropzone-previews .dz-preview:hover .dz-details img{display:none}.dropzone .dz-preview .dz-error-mark,.dropzone-previews .dz-preview .dz-error-mark,.dropzone .dz-preview .dz-success-mark,.dropzone-previews .dz-preview .dz-success-mark{display:block;position:absolute;width:40px;height:40px;font-size:30px;text-align:center;right:-10px;top:-10px;opacity:0;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out;background-image:url(../img/dropzone/spritemap.png);background-repeat:no-repeat}.dropzone .dz-preview .dz-error-mark span,.dropzone-previews .dz-preview .dz-error-mark span,.dropzone .dz-preview .dz-success-mark span,.dropzone-previews .dz-preview .dz-success-mark span{display:none}.dropzone .dz-preview .dz-success-mark,.dropzone-previews .dz-preview .dz-success-mark{color:#8cc657;background-position:-268px -163px}.dropzone .dz-preview .dz-error-mark,.dropzone-previews .dz-preview .dz-error-mark{color:#ee162d;background-position:-268px -123px}.dropzone .dz-preview.dz-error .dz-progress .dz-upload,.dropzone-previews .dz-preview.dz-error .dz-progress .dz-upload{background:#ee1e2d}.dropzone .dz-preview .dz-progress,.dropzone-previews .dz-preview .dz-progress{position:absolute;top:100px;left:6px;right:6px;height:6px;background:#d7d7d7;display:none}.dropzone .dz-preview .dz-progress .dz-upload,.dropzone-previews .dz-preview .dz-progress .dz-upload{position:absolute;bottom:0;background-color:#8cc657;-webkit-animation:loading .4s linear infinite;-ms-animation:loading .4s linear infinite;animation:loading .4s linear infinite;-webkit-transition:width .3s ease-in-out;transition:width .3s ease-in-out;border-radius:2px;top:0;left:0;width:0;height:100%;background-image:url(../img/dropzone/spritemap.png);background-repeat:repeat-x;background-position:0 -400px}.dropzone .dz-preview.dz-processing .dz-progress,.dropzone-previews .dz-preview.dz-processing .dz-progress{display:block}.dropzone .dz-preview .dz-error-message,.dropzone-previews .dz-preview .dz-error-message{position:absolute;top:-5px;left:-20px;background:rgba(245,245,245,0.8);padding:8px 10px;color:#800;min-width:140px;max-width:500px;z-index:500;display:block;opacity:0;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.dropzone .dz-preview:hover.dz-error .dz-error-message,.dropzone-previews .dz-preview:hover.dz-error .dz-error-message{display:block;opacity:1;-ms-filter:none;-webkit-filter:none;filter:none}.dropzone .dz-preview.dz-image-preview:hover .dz-details img,.dropzone-previews .dz-preview.dz-image-preview:hover .dz-details img{display:block;opacity:.1;-ms-filter:"alpha(Opacity=10)";filter:alpha(opacity=10)}.dropzone .dz-preview.dz-success .dz-progress,.dropzone-previews .dz-preview.dz-success .dz-progress{display:block;opacity:0;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out}.dropzone a.dz-remove,.dropzone-previews a.dz-remove{background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fafafa),color-stop(1,#eee));background-image:-webkit-gradient(linear,top left,bottom left,from(#fafafa),to(#eee));background-image:-webkit-linear-gradient(top,#fafafa 0,#eee 100%);background-image:linear-gradient(top,#fafafa 0,#eee 100%);border-radius:2px;border:1px solid #eee;text-decoration:none;display:block;padding:4px 5px;text-align:center;color:#aaa;margin-top:26px}.dropzone a.dz-remove:hover,.dropzone-previews a.dz-remove:hover{color:#666}.dropzone{position:relative;padding:1em;border:1px solid rgba(0,0,0,0.03);min-height:360px;border-radius:3px;background:rgba(0,0,0,0.03);background-image:-webkit-gradient(linear,left top,right bottom,color-stop(0.25,rgba(0,0,0,0.03)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(0,0,0,0.03)),color-stop(0.75,rgba(0,0,0,0.03)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(135deg,rgba(0,0,0,0.03) 25%,transparent 25%,transparent 50%,rgba(0,0,0,0.03) 50%,rgba(0,0,0,0.03) 75%,transparent 75%,transparent);background-image:-webkit-linear-gradient(315deg,rgba(0,0,0,0.03) 25%,transparent 25%,transparent 50%,rgba(0,0,0,0.03) 50%,rgba(0,0,0,0.03) 75%,transparent 75%,transparent);background-image:linear-gradient(135deg,rgba(0,0,0,0.03) 25%,transparent 25%,transparent 50%,rgba(0,0,0,0.03) 50%,rgba(0,0,0,0.03) 75%,transparent 75%,transparent);background-color:#fafcfd;-webkit-background-size:16px 16px;background-size:16px 16px}.dropzone .dz-drag-hover{background:rgba(0,0,0,0.04)}.dropzone.dz-clickable,.dropzone.dz-clickable .dz-message,.dropzone.dz-clickable .dz-message span{cursor:pointer}.dropzone.dz-clickable *{cursor:default}.dropzone .dz-message{opacity:1;-ms-filter:none;-webkit-filter:none;filter:none}.dropzone .dz-drag-hover{background-image:-webkit-gradient(linear,left top,right bottom,color-stop(0.25,rgba(0,0,0,0.03)),color-stop(0.25,rgba(0,0,0,0)),color-stop(0.5,rgba(0,0,0,0)),color-stop(0.5,rgba(0,0,0,0.03)),color-stop(0.75,rgba(0,0,0,0.03)),color-stop(0.75,rgba(0,0,0,0)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(135deg,rgba(0,0,0,0.03) 25%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.03) 50%,rgba(0,0,0,0.03) 75%,rgba(0,0,0,0) 75%,rgba(0,0,0,0));background-image:-webkit-linear-gradient(315deg,rgba(0,0,0,0.03) 25%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.03) 50%,rgba(0,0,0,0.03) 75%,rgba(0,0,0,0) 75%,rgba(0,0,0,0));background-image:linear-gradient(135deg,rgba(0,0,0,0.03) 25%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.03) 50%,rgba(0,0,0,0.03) 75%,rgba(0,0,0,0) 75%,rgba(0,0,0,0));background-color:#fafafa;-webkit-background-size:22px 22px;background-size:22px 22px;border:5px dashed #ccc}.dropzone .dz-default.dz-message{opacity:1;-ms-filter:none;-webkit-filter:none;filter:none;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;background-image:url(../img/dropzone/spritemap.png);background-repeat:no-repeat;background-position:0 0;position:absolute;width:428px;height:123px;margin-left:-214px;margin-top:-61.5px;top:50%;left:50%}.dropzone .dz-default.dz-message span{display:none}.dropzone.dz-square .dz-default.dz-message{background-position:0 -123px;width:268px;margin-left:-134px;height:174px;margin-top:-87px}.dropzone.dz-drag-hover .dz-message{opacity:.15;-ms-filter:"alpha(Opacity=15)";filter:alpha(opacity=15)}.dropzone.dz-started .dz-message{display:block;opacity:0;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0)}.irs{position:relative;display:block;height:40px}.irs-line{position:relative;display:block;overflow:hidden;height:8px;top:25px;background:#eee}.irs-line-left,.irs-line-mid,.irs-line-right{position:absolute;display:block;top:0;height:8px}.irs-line-left{left:0;width:10%}.irs-line-mid{left:10%;width:80%}.irs-line-right{right:0;width:10%}.irs-diapason{position:absolute;display:block;left:0;width:100%}.irs-slider{position:absolute;display:block;cursor:default;z-index:1;width:10px;height:22px;top:17px;border:1px solid #fff;background:#858585}.irs-slider:hover{background:#6c6c6c}.irs-slider.single{left:10px}.irs-slider.single:before{position:absolute;display:block;content:"";top:-50%;left:-150%;width:400%;height:200%;background:rgba(0,0,0,0)}.irs-slider.from{left:100px}.irs-slider.from:before{position:absolute;display:block;content:"";top:-50%;left:-300%;width:400%;height:200%;background:rgba(0,0,0,0)}.irs-slider.to{left:300px}.irs-slider.to:before{position:absolute;display:block;content:"";top:-50%;left:0;width:400%;height:200%;background:rgba(0,0,0,0)}.irs-slider.last{z-index:2}.irs-max,.irs-min{color:#999;font-size:12px;line-height:1.333;text-shadow:none;top:0;padding:1px 3px;background:rgba(0,0,0,0.1);border-radius:0}.lt-ie9 .irs-max,.lt-ie9 .irs-min{background:#bfbfbf}.irs-min{position:absolute;display:block;left:0;cursor:default}.irs-max{position:absolute;display:block;right:0;cursor:default}.irs-from,.irs-single,.irs-to{position:absolute;display:block;top:0;left:0;cursor:default;white-space:nowrap}.lt-ie9 .irs-from,.lt-ie9 .irs-single,.lt-ie9 .irs-to{background:#999}.irs-grid{position:absolute;display:none;bottom:0;left:0;width:100%;height:20px}.irs-with-grid{height:60px}.irs-with-grid .irs-grid{display:block}.irs-grid-pol{position:absolute;top:0;left:0;width:1px;height:8px;background:#99a4ac}.irs-grid-pol.small{height:4px}.irs-grid-text{position:absolute;bottom:0;left:0;width:100px;white-space:nowrap;text-align:center;font-size:9px;line-height:9px;color:#99a4ac}.irs-diapason{background:#3276b1;height:8px;top:25px}.irs .irs-from,.irs .irs-single,.irs .irs-to{color:#fff;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background:rgba(0,0,0,0.4);border-radius:0}#irs-active-slider{background:#686868;-webkit-box-shadow:rgba(0,0,0,0.3) 1px 1px 1px 0;box-shadow:rgba(0,0,0,0.3) 1px 1px 1px 0;width:12px;height:24px;top:16px}.google_maps{width:100%;height:350px;position:relative}.google_maps *{box-sizing:content-box;-webkit-box-sizing:content-box;-moz-box-sizing:content-box}.google_maps img{max-width:none}.slider{margin-top:0;margin-bottom:30px}.slider.slider-vertical{margin-bottom:0;margin-right:5px}.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width: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{display:block;min-height:0}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}* html .ui-helper-clearfix{height:1%}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:alpha(opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;width:16px;height:16px;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget{font-family:Ubuntu,Helvetica,Arial,sans-serif;font-size:13px}.ui-widget :active{outline:0}.ui-widget .ui-widget{font-size:13px}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Ubuntu,Helvetica,Arial,sans-serif;font-size:inherit}.ui-widget-content{border:1px solid #aaa;background:#fff;color:#404040}.ui-widget-content .ui-icon{background:none!important}.ui-widget-header{font-weight:700;background-color:#f5f5f5;border-color:#DDD;color:#333}.ui-widget-header a{color:#222}.ui-widget-overlay{position:fixed;background:#AAA;width:100%;height:200%;top:0;left:0;z-index:999;opacity:.3;filter:alpha(opacity=30)}.ui-widget-shadow{margin:-8px 0 0 -8px;padding:8px;background:#aaa;opacity:.3;filter:alpha(opacity=30);border-radius:8px}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{color:#333;background-color:#fff;font-weight:400;border:1px solid #ccc}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{text-shadow:none}.ui-state-default,.ui-state-error,.ui-state-highlight{position:relative;border-width:1px;border-style:solid}.ui-state-default p,.ui-state-error p,.ui-state-highlight p{font-size:13px;font-weight:400;line-height:18px;margin:7px 15px}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#2d6987}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{color:#b94a48;background-color:#f2dede;border-color:#eed3d7}.ui-state-error a,.ui-state-error-text,.ui-widget-content .ui-state-error a,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error a,.ui-widget-header .ui-state-error-text{color:#953b39}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{color:#333;background-color:#ebebeb;border-color:#adadad;text-decoration:none}.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#333;text-decoration:none}.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #adadad;font-weight:400;color:#333}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#333;text-decoration:none}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:alpha(opacity=35);background-image:none}.ui-state-disabled .ui-icon,.ui-widget-content .ui-state-disabled .ui-icon,.ui-widget-header .ui-state-disabled .ui-icon{filter:alpha(opacity=35)}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:alpha(opacity=70);font-weight:400}.ui-corner-all{border-radius:0}.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-left-radius:4px}.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-left-radius:4px}.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-right-radius:4px}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}input[type=color].ui-autocomplete-loading,input[type=date].ui-autocomplete-loading,input[type=datetime-local].ui-autocomplete-loading,input[type=datetime].ui-autocomplete-loading,input[type=email].ui-autocomplete-loading,input[type=month].ui-autocomplete-loading,input[type=number].ui-autocomplete-loading,input[type=password].ui-autocomplete-loading,input[type=search].ui-autocomplete-loading,input[type=tel].ui-autocomplete-loading,input[type=text].ui-autocomplete-loading,input[type=time].ui-autocomplete-loading,input[type=url].ui-autocomplete-loading,input[type=week].ui-autocomplete-loading{background-image:url(../img/select2-spinner.gif)!important;background-repeat:no-repeat;background-position:99% 50%;padding-right:27px}.ui-btn-lg{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.ui-btn-sm,.ui-btn-xs{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.ui-btn-xs{padding:1px 5px}.ui-btn-block{display:block;width:100%;padding-right:0;padding-left:0}.ui-btn-block+.ui-btn-block{margin-top:5px}input[type=button].ui-btn-block,input[type=reset].ui-btn-block,input[type=submit].ui-btn-block{width:100%}.ui-button{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.428571429;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;border:1px solid #ccc;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.ui-button:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.ui-button:focus,.ui-button:hover{color:#333;background-color:#ebebeb;border-color:#adadad;text-decoration:none}fieldset[disabled] .ui-button,fieldset[disabled] .ui-button.ui-state-active,fieldset[disabled] .ui-button:active,fieldset[disabled] .ui-button:focus,fieldset[disabled] .ui-button:hover,.ui-button.disabled,.ui-button.disabled.active,.ui-button.disabled:active,.ui-button.disabled:focus,.ui-button.disabled:hover,.ui-button[disabled],.ui-button[disabled].active,.ui-button[disabled]:active,.ui-button[disabled]:focus,.ui-button[disabled]:hover{background-color:#fff;border-color:#ccc}.ui-button-text-icon-primary .ui-button-icon-primary{float:left}.ui-button-text-icon-primary{padding:2px 7px 3px}.ui-button-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.ui-button-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.ui-button-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.ui-button-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.ui-button-inverse{color:#fff;background-color:#222;border-color:#080808}.ui-button-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.ui-button-error{color:#fff;background-color:#c43c35;border-color:#882a25}.ui-button-danger:hover,.ui-button-info:hover,.ui-button-inverse:hover,.ui-button-primary:hover,.ui-button-success:hover,.ui-button-warning:hover{text-decoration:none}.ui-button-primary:focus,.ui-button-primary:hover{color:#fff;background-color:#3276b1;border-color:#285e8e}.ui-button-success:hover{color:#fff;background-color:#47a447;border-color:#398439}.ui-button-info:hover{color:#fff;background-color:#39b3d7;border-color:#269abc}.ui-button-danger:hover{color:#fff;background-color:#d2322d;border-color:#ac2925}.ui-button-warning:hover{color:#fff;background-color:#ed9c28;border-color:#d58512}.ui-button-inverse:hover{color:#fff;background-color:#363636;border-color:#000}.ui-button-icon-only{width:2.2em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button-text-icon-primary .ui-button-icon-primary.ui-icon{margin-top:5px}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999px;display:none}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{margin-bottom:0;margin-top:0;top:50%}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px;margin-right:-6px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{left:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{right:.5em}.ui-buttonset{margin-right:7px}.ui-buttonset .ui-state-active{color:#fff;background-color:#428bca;border-color:#357ebd}.ui-buttonset .ui-state-active.ui-state-hover{color:#fff;background-color:#3276b1;border-color:#285e8e}.ui-buttonset .ui-button{margin-left:0;margin-right:-0.4em}button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-slider{position:relative;text-align:left}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:16px;height:18px;cursor:default}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0;color:#fff;background-color:#0e90d2;background-image:-webkit-gradient(linear,0 0,0 100%,from(#149bdf),to(#0480be));background-image:-webkit-gradient(linear,top left,bottom left,from(#149bdf),to(#0480be));background-image:-webkit-linear-gradient(top,#149bdf,#0480be);background-image:linear-gradient(to bottom,#149bdf,#0480be);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf',endColorstr='#ff0480be',GradientType=0);-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:width .6s ease;transition:width .6s ease}.ui-slider-horizontal{height:10px;background:#d5d5d5;border:0}.ui-slider-horizontal .ui-slider-handle{top:-0.2em;margin-left:-0.5em;background-color:#fff;border-color:#CCC}.ui-slider-horizontal .ui-slider-handle:focus{background-color:#fff;border-color:#357ebd}.ui-slider-horizontal .ui-slider-handle:hover{background-color:#fff;border-color:#285e8e;outline:0}.ui-slider-horizontal .ui-slider-handle:active{background-color:#428bca;border-color:#3276b1}.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:-0.3em;margin-left:0;margin-bottom:-0.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}.ui-tabs{position:relative;border:0;border-radius:0}.ui-tabs .ui-tabs-panel{display:block;border-radius:0;background:0}.ui-tabs .ui-tabs-nav{margin-bottom:0;border:solid #ddd;border-width:0 0 1px;border-radius:0;background:0}.ui-tabs .ui-tabs-nav li{position:relative;top:0;float:left;margin-bottom:-1px;margin-right:3px;border:0;list-style:none;white-space:nowrap;background:0;-webkit-filter:none;filter:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active:hover{background:#fff;cursor:text}.ui-tabs .ui-tabs-nav li.ui-tabs-active a{border:1px solid #ddd;border-bottom:1px solid #fff;background-color:#fff;color:#555;font-weight:700;border-top-width:0!important;margin-top:1px!important;-webkit-box-shadow:0 -2px 0 #57889c;box-shadow:0 -2px 0 #57889c}.ui-tabs .ui-tabs-nav li a{float:left;padding:8px 12px;font-weight:400;text-decoration:none;outline:0;background:0;border-radius:0;background-color:#f5f5f5;border:1px solid #f5f5f5;border-bottom:1px solid #ddd;color:#838383}.ui-tabs .ui-tabs-nav li a:hover{border:1px solid #f5f5f5;border-bottom:1px solid #ddd;background-color:#f5f5f5}.ui-tabs .ui-tabs-nav li.ui-state-disabled a,.ui-tabs .ui-tabs-nav li.ui-tabs-active a,.ui-tabs .ui-tabs-nav li.ui-tabs-loading a{cursor:text}.ui-tabs .ui-tabs-nav .ui-state-default{border:0;-webkit-box-shadow:none;box-shadow:none}.ui-tabs .ui-tabs-panel{border:1px solid #ddd;margin:0;padding:10px 13px;border-top:0}.ui-tabs .ui-tabs-hide{display:none!important}.ui-tooltip{display:block;font-size:11px;opacity:.8;position:absolute;visibility:visible;z-index:1024;max-width:200px;background:#000;border:1px solid #000;color:#FFF;padding:3px 8px;text-align:center;text-decoration:none;-webkit-box-shadow:inset 0 1px 0 #000;box-shadow:inset 0 1px 0 #000;border-radius:4px}body .ui-tooltip{border-width:1px}.ui-spinner{position:relative;display:inline-block;overflow:hidden;width:100%;padding:0;vertical-align:middle}.ui-spinner-input{margin:0!important;height:30px;padding:6px 24px 6px 12px;border:0;background:0;vertical-align:middle}.ui-spinner-input.spinner-left{padding:6px 12px 6px 24px}.ui-spinner-input.spinner-left+.ui-spinner-button,.ui-spinner-input.spinner-left+.ui-spinner-button+.ui-spinner-button{right:auto;left:0}.ui-spinner-input.spinner-both{padding:6px 30px}.ui-spinner-input.spinner-both+.ui-spinner-button+.ui-spinner-button{left:0;right:auto}.ui-spinner-input.spinner-both+.ui-spinner-button,.ui-spinner-input.spinner-both+.ui-spinner-button+.ui-spinner-button{height:30px;width:25px}.ui-spinner-input.spinner-both+.ui-spinner-up+.ui-spinner-down:before,.ui-spinner-input.spinner-both+.ui-spinner-up:before{margin-top:8px}.ui-spinner-button{width:19px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top:0;border-bottom:0;border-right:0}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;left:0}.ui-spinner-down,.ui-spinner-up{background:#739e73;border-radius:0}.ui-spinner-down:before,.ui-spinner-up:before{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f067";color:#fff;font-size:14px;margin-top:1px}.ui-spinner-down>:first-child,.ui-spinner-up>:first-child{display:none}.ui-spinner-up{top:0}.ui-spinner-up:active,.ui-spinner-up:focus,.ui-spinner-up:hover{background:#5b835b}.ui-spinner-down{bottom:0;background:#c2032f}.ui-spinner-down:before{content:"\f068"}.ui-spinner-down:active,.ui-spinner-down:focus,.ui-spinner-down:hover{background:#77021d}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-datepicker{width:20em;padding:.2em .2em 0;display:none;z-index:9999!important}.ui-datepicker-inline{z-index:9000!important}.ui-datepicker-header{position:relative;border:0;font-weight:700;width:100%;padding:4px 0;background-color:#f5f5f5;color:gray}.ui-datepicker-next,.ui-datepicker-prev{position:absolute;top:2px;width:5.6em;height:1.8em;text-align:center;margin-top:2px;cursor:pointer}.ui-datepicker-next>:first-child,.ui-datepicker-prev>:first-child{text-indent:0!important}.ui-datepicker-next span,.ui-datepicker-prev span{display:block;position:absolute;text-align:center;top:50%;margin-top:-8px;width:5.8em}.ui-datepicker-prev{left:2px}.ui-datepicker-next{right:2px}.ui-datepicker-title{margin:0 5.8em;line-height:1.8em;text-align:center}.ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month-year{width:100%}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:49%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;border:0;font-weight:700;color:gray}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td:hover{color:#fff}.ui-datepicker td a{margin-bottom:0;border:0}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker td .ui-state-default{border:0;background:0;margin-bottom:0;padding:5px;color:gray;text-align:center;-webkit-filter:none;filter:none}.ui-datepicker td .ui-state-highlight{color:#fff;background-color:#a90329;text-shadow:0 -1px 0 rgba(0,0,0,0.25);border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);border-radius:0}.ui-datepicker td .ui-state-active{color:#333;background-color:#ebebeb;margin-bottom:0;font-size:normal;text-shadow:0;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);border-radius:0}.ui-datepicker td .ui-state-hover{color:#fff;background:#428bca;background-color:#428bca;text-shadow:0 -1px 0 rgba(0,0,0,0.25);border-color:#357ebd;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);border-radius:0}.ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em;width:auto;overflow:visible}.ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-detepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicket-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker-cover{display:none;display:block;position:absolute;z-index:-1;-webkit-filter:mask();filter:mask();top:-4px;left:-4px;width:200px;height:200px}.ui-datepicker-today a{background-color:#bfbfbf;cursor:pointer;padding:0 4px;margin-bottom:0}.ui-datepicker-today a:hover{background-color:gray;color:#fff}.ui-progressbar{height:2em;margin-bottom:20px;border:0;overflow:hidden;background-color:#f7f7f7;background-image:-webkit-gradient(linear,0 0,0 100%,from(#f5f5f5),to(#f9f9f9));background-image:-webkit-gradient(linear,top left,bottom left,from(#f5f5f5),to(#f9f9f9));background-image:-webkit-linear-gradient(top,#f5f5f5,#f9f9f9);background-image:linear-gradient(to bottom,#f5f5f5,#f9f9f9);background-repeat:repeat-x;border-radius:0;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#fff9f9f9',GradientType=0);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.ui-progressbar .ui-progressbar-value{margin:0;height:100%;color:#fff;background-color:#428bca;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:width .6s ease;transition:width .6s ease}.ui-progressbar .ui-progressbar-overlay{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px;-webkit-animation:progress-bar-stripes 2s linear infinite;-ms-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;z-index:99999;display:block}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-accordion{width:100%}.ui-accordion .ui-accordion-li-fix{display:inline}.ui-accordion .ui-accordion-header{display:block;position:relative;margin-top:-2px;border-color:#ddd!important;padding:10px 15px 10px 36px!important;cursor:pointer;min-height:0;background-color:#fbfbfb;border-radius:0;font-size:15px}.ui-accordion .ui-accordion-header-active{border-bottom:0!important}.ui-accordion .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-noicons{padding-left:.7em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;left:.5em;top:50%;margin-top:-8px;text-indent:0!important;background-image:none!important;text-align:center;line-height:normal;left:12px!important;margin-top:-6px!important;font-size:14px!important}.ui-accordion .ui-accordion-content{margin-top:-3px;border-radius:0;border-top:0 none;border-color:#ddd!important;padding:15px;position:relative;top:1px;margin-bottom:2px;overflow:auto;display:none}.ui-accordion .ui-accordion-content-active{display:block}.ui-accordion-header-active+.ui-accordion-content{border-top:1px solid #ddd}.noUi-target *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none;-ms-touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;cursor:default}.noUi-target *[disabled] .noUi-base{background:#999}.noUi-target *[disabled] .noUi-connect{background:#BBB}.noUi-base{width:100%;height:14px;position:relative;max-width:100%;max-height:100%;border:1px solid #bfbfbf;z-index:1}.noUi-origin-lower{background:#72a8d7}.noUi-handle{background:#858585;height:30px;width:16px;border:1px solid #fff;margin:-8px 0 0 -8px;cursor:default}.noUi-handle:hover{background:#6c6c6c}.noUi-active{cursor:default;-webkit-box-shadow:rgba(0,0,0,0.1) 1px 1px 1px 0;box-shadow:rgba(0,0,0,0.1) 1px 1px 1px 0;background:#686868;height:32px;width:18px;margin:-9px 0 0 -8px;border:0}.noUi-active:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;content:"";display:block;height:100%;border:1px solid #ddd}.noUi-connect{background:#3276b1}.noUi-background{background:#eee;border:0}.noUi-origin{position:absolute;right:0;top:0;bottom:0;z-index:0}.noUi-origin-upper{background:inherit!important}.noUi-z-index{z-index:10}.noUi-vertical{width:10px;height:100%}.noUi-vertical .noUi-origin{bottom:0;left:0}.noUi-vertical .noUi-handle{margin:-8px 0 0 -3px}.noUi-state-tap .noUi-origin{-webkit-transition:left .3s,top .3s;transition:left .3s,top .3s}.modal-backdrop,.modal-backdrop.fade.in{position:fixed;width:100%;height:100%;z-index:990}.modal-dialog.modal-max{width:98%;max-width:98%}@media only screen and (min-width:768px){.modal-dialog.modal-large{width:80%;max-width:900px}}@media only screen and (min-width:768px){.modal-dialog.modal-medium{width:60%;max-width:650px}}@media only screen and (min-width:768px){.modal-dialog.modal-small{width:40%;max-width:450px}}.modal-dialog .modal-body .modal-viewport{min-height:140px}.modal-dialog .suffix .alert{margin-bottom:0}.modal-dialog .suffix .alert:last-child{border-radius:0 0 5px 5px}.modal-title img{margin:0 15px 0 0}.modal-overflow .modal-body{overflow:hidden}.ui-dialog{position:absolute;top:0;left:0;padding:0;width:300px;overflow:hidden;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#fff;border-radius:3px;-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5);border:1px solid rgba(0,0,0,0.2);outline:medium none;z-index:1050}.ui-dialog .ui-dialog-titlebar{position:relative;padding:0 10px;background:#fff;border-color:#fff;font-size:18px;text-decoration:none;border:0 0 0 1px solid;border-bottom-right-radius:0;border-bottom-left-radius:0;border-bottom:1px solid #ccc;border-bottom-color:#eee}.ui-dialog .ui-dialog-title{float:left;margin:0;color:#404040;font-weight:700;padding:5px;text-overflow:ellipsis;overflow:hidden}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:19px;margin:-16px 4px 0 0;padding:1px;height:18px;font-size:20px;font-weight:700;line-height:13.5px;text-shadow:0 1px 0 #fff;filter:alpha(opacity=25);-khtml-opacity:.25;-moz-opacity:.25;opacity:.25;background:0;border:0;-webkit-box-shadow:none;box-shadow:none}.ui-dialog .ui-dialog-titlebar-close:before{content:"\f00d";font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:13px}.ui-dialog .ui-dialog-titlebar-close:focus,.ui-dialog .ui-dialog-titlebar-close:hover{padding:1px;filter:alpha(opacity=90);-moz-opacity:.9;opacity:.9}.ui-dialog .ui-dialog-titlebar-close span{display:block;margin:1px;text-indent:9999px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{margin:13px 0 0;padding:19px 15px 20px;border-top:1px solid #eee;border-width:1px 0 0;border-radius:0 0 6px 6px;background-image:none;background-color:#fff;-webkit-box-shadow:inset 0 1px 0 #fff;box-shadow:inset 0 1px 0 #fff;text-align:right}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:0 .4em 0 0;cursor:pointer}.ui-dialog .ui-resizable-se{width:14px;height:14px;right:3px;bottom:3px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-dialog-buttonpane .ui-dialog-buttonset .ui-button{color:#fff;background-color:#428bca;border-color:#357ebd}.ui-dialog-buttonpane .ui-dialog-buttonset .ui-button.ui-state-hover{color:#fff;background-color:#3276b1;border-color:#285e8e}.ui-dialog-buttonset .ui-button:not(:first-child){cursor:pointer;display:inline-block;color:#333;background-color:#fff;border:1px solid #ccc;-webkit-transition:.1s linear all;transition:.1s linear all;overflow:visible}.ui-dialog-buttonset .ui-button:not(:first-child) .ui-state-hover{color:#333;background-color:#ebebeb;border-color:#adadad;text-decoration:none}.ui-dialog-buttonset .ui-button.ui-button-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.ui-dialog-buttonset .ui-button.ui-button-info.ui-state-hover{color:#fff;background-color:#39b3d7;border-color:#269abc}.ui-dialog-buttonset .ui-button.ui-button-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.ui-dialog-buttonset .ui-button.ui-button-success.ui-state-hover{color:#fff;background-color:#47a447;border-color:#398439}.ui-dialog-buttonset .ui-button.ui-button-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.ui-dialog-buttonset .ui-button.ui-button-warning.ui-state-hover{color:#fff;background-color:#ed9c28;border-color:#d58512}.ui-dialog-buttonset .ui-button.ui-button-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.ui-dialog-buttonset .ui-button.ui-button-danger.ui-state-hover{color:#fff;background-color:#d2322d;border-color:#ac2925}.ui-dialog-buttonset .ui-button.ui-button-inverse{color:#fff;background-color:#222;border-color:#080808}.ui-dialog-buttonset .ui-button.ui-button-inverse.ui-state-hover{color:#fff;background-color:#363636;border-color:#000}.modal-overflow{position:relative}.modal-overflow .scrollmarker{position:absolute;width:100%;height:20px}.modal-overflow .scrollmarker.top{background:-moz-linear-gradient(top,#3276b1 0,rgba(50,118,177,0.83) 17%,rgba(50,118,177,0) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#3276b1),color-stop(17%,rgba(50,118,177,0.83)),color-stop(100%,rgba(50,118,177,0)));background:-webkit-linear-gradient(top,#3276b1 0,rgba(50,118,177,0.83) 17%,rgba(50,118,177,0) 100%);background:-o-linear-gradient(top,#3276b1 0,rgba(50,118,177,0.83) 17%,rgba(50,118,177,0) 100%);background:-ms-linear-gradient(top,#3276b1 0,rgba(50,118,177,0.83) 17%,rgba(50,118,177,0) 100%);background:linear-gradient(to bottom,#3276b1 0,rgba(50,118,177,0.83) 17%,rgba(50,118,177,0) 100%)}.modal-overflow .scrollmarker.bottom{background:-moz-linear-gradient(bottom,#3276b1 0,rgba(50,118,177,0.83) 17%,rgba(50,118,177,0) 100%);background:-webkit-gradient(linear,left bottom,left top,color-stop(0%,#3276b1),color-stop(17%,rgba(50,118,177,0.83)),color-stop(100%,rgba(50,118,177,0)));background:-webkit-linear-gradient(bottom,#3276b1 0,rgba(50,118,177,0.83) 17%,rgba(50,118,177,0) 100%);background:-o-linear-gradient(bottom,#3276b1 0,rgba(50,118,177,0.83) 17%,rgba(50,118,177,0) 100%);background:-ms-linear-gradient(bottom,#3276b1 0,rgba(50,118,177,0.83) 17%,rgba(50,118,177,0) 100%);background:linear-gradient(to top,#3276b1 0,rgba(50,118,177,0.83) 17%,rgba(50,118,177,0) 100%)}.pricing-big{border:0!important}.pricing-big .panel-heading{border-radius:5px 5px 0 0}.pricing-big .panel-title{text-transform:capitalize;font-size:18px;padding:20px 0;text-align:center;border-radius:5px 5px 0 0;margin:0;font-weight:700}.pricing-big .the-price{padding:20px 0;background:#333;text-align:center;font-size:24px;font-weight:700;color:#FFF;-webkit-box-shadow:none!important;box-shadow:none!important}.pricing-big .subscript{font-size:18px;color:#999;margin-left:5px}.pricing-big .panel-footer{border-radius:0 0 5px 5px;background-color:#f2f2f2!important}.pricing-big .panel-footer>div{padding:15px 0 10px;display:block;font-size:13px}.pricing-big .panel-footer .btn{padding:15px 0;border-radius:3px;font-weight:700;font-size:14px}.pricing-big .panel-footer .btn span{font-weight:400;font-style:italic}.pricing-big table{background:#fafafa;padding:20px 15px;height:230px;text-align:left}.price-features{background:#fafafa;padding:20px 15px;min-height:230px;font-size:13.5px}.price-features .price-features li+li{margin-top:10px}.superbox *,.superbox :after,.superbox :before{margin:0;padding:0;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-font-smoothing:antialiased;-o-font-smoothing:antialiased;font-smoothing:antialiased;text-rendering:optimizeLegibility}.superbox-list{display:inline-block;*display:inline;zoom:1;width:12.5%;padding:5px;position:relative}.superbox-list.active:before{content:"\f0d8";font-family:FontAwesome;display:block;position:absolute;left:43%;bottom:-34px;z-index:2;text-align:center;font-size:45px;color:#222}@media only screen and (min-width:320px){.superbox-list{width:50%}}@media only screen and (min-width:486px){.superbox-list{width:25%}}@media only screen and (min-width:768px){.superbox-list{width:16.66666667%}}@media only screen and (min-width:1025px){.superbox-list{width:12.5%}}@media only screen and (min-width:1824px){.superbox-list{width:12.5%}}.superbox-img{max-width:100%;width:100%;cursor:pointer}.superbox-show{text-align:left;position:relative;background-color:#222;width:100%;float:left;padding:25px 0 12px 25px;display:none;margin:5px 0}.superbox-current-img{max-width:100%;float:left;padding-right:25px;padding-bottom:13px}.superbox-img:hover{opacity:.8}.superbox-float{float:left}.superbox-close{opacity:.7;cursor:pointer;position:absolute;top:15px;right:15px;-webkit-transition:all .1s linear 0s;transition:all .1s linear 0s}.superbox-close:hover{opacity:1}.superbox-imageinfo{display:inline-block;max-width:500px;color:#fff;padding:0 25px 0 0}.superbox-imageinfo span{font-size:13px;color:#a19994;margin-right:-2px;padding-top:10px;display:inline-block;padding-bottom:13px}.superbox-imageinfo>:first-child{margin-bottom:10px;font-weight:700}.superbox-imageinfo span p:last-child{margin-top:30px}.bootstrap-tagsinput{display:block;width:100%;min-height:32px;padding:1px 3px;font-size:13px;line-height:1.428571429;color:#555;vertical-align:middle;background-color:#FFF;border:1px solid #CCC;border-radius:0}.bootstrap-tagsinput>span{border-radius:0!important;font-weight:400;padding:3px 28px 4px 8px;font-size:13px;border:1px solid #285e8e;background:#3276b1}.bootstrap-tagsinput input{border:0;-webkit-box-shadow:none;box-shadow:none;outline:0;background-color:transparent;padding:0;margin:0;width:auto!important;max-width:inherit}.bootstrap-tagsinput input:focus{border:0;-webkit-box-shadow:none;box-shadow:none}.bootstrap-tagsinput .tag{color:#FFF;position:relative;margin:3px 0 3px 2px;display:inline-block}.bootstrap-tagsinput .tag [data-role=remove]{display:block;top:-1px;right:0;padding:3px 4px 3px 5px;width:23px;height:22px;position:absolute;cursor:pointer}.bootstrap-tagsinput .tag [data-role=remove]:after{content:"\f057";font-family:fontAwesome;padding:2px 1px;line-height:17px;font-size:15px;text-align:center}.bootstrap-tagsinput .tag [data-role=remove]:hover{background:rgba(0,0,0,0.3);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)}.bootstrap-tagsinput .tag [data-role=remove]:hover:active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.slider{display:inline-block;vertical-align:middle;position:relative}.slider.slider-horizontal{width:100%!important;height:20px}.slider.slider-horizontal .slider-track{height:10px;width:100%;margin-top:-5px;top:50%;left:0}.slider.slider-horizontal .slider-selection{height:100%;top:0;bottom:0}.slider.slider-horizontal .slider-selection+.slider-handle.triangle+.slider-handle.triangle:before{content:"\f0d9"}.slider.slider-horizontal .slider-handle{margin-left:-10px;margin-top:-5px}.slider.slider-horizontal .slider-handle.triangle{width:20px;height:20px;filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);border:0;line-height:21px;color:#797777;text-shadow:0 1px 0 rgba(255,255,255,0.8)}.slider.slider-horizontal .slider-handle.triangle:before{content:"\f0da";font-size:34px}.slider.slider-vertical{height:210px;width:20px}.slider.slider-vertical .slider-track{width:10px;height:100%;margin-left:-5px;left:50%;top:0}.slider.slider-vertical .slider-selection{width:100%;left:0;top:0;bottom:0}.slider.slider-vertical .slider-selection+.slider-handle.triangle+.slider-handle.triangle:before{content:"\f0d8";text-shadow:0 -1px 0 rgba(255,255,255,0.8)}.slider.slider-vertical .slider-handle{margin-left:-5px;margin-top:-10px}.slider.slider-vertical .slider-handle.triangle{width:20px;height:20px;filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);border:0;line-height:21px;color:#797777;text-shadow:0 -1px 0 rgba(255,255,255,0.8)}.slider.slider-vertical .slider-handle.triangle:before{content:"\f0d7";font-size:32px;text-shadow:0 1px 0 rgba(255,255,255,0.8)}.slider input{display:none}.slider .tooltip-inner{white-space:nowrap}.slider-track{position:absolute;cursor:pointer;background:#e5e5e5}.slider-danger+.slider-track>.slider-selection{background:#a90329}.slider-warning+.slider-track>.slider-selection{background:#c79121}.slider-info+.slider-track>.slider-selection{background:#57889c}.slider-success+.slider-track>.slider-selection{background:#739e73}.slider-selection{position:absolute;background:#3276b1}.slider-handle{position:absolute;width:20px;height:20px;border:1px solid #FFF;background:#858585;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;line-height:18px;font-size:10px;color:#ccc;text-shadow:0 1px 0 rgba(77,77,77,0.5);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.slider-handle:before{content:"\f0c9"}.slider-handle.round{border-radius:20px;width:20px;height:20px}.slider-handle.triangle{background:transparent none}.fd-form-element-hidden{display:none}.fd-slider{width:100%;height:20px;margin:0}.fd-slider-vertical{width:20px;height:100%;margin:0 10px 10px 0}.fd-slider,.fd-slider-vertical{display:block;position:relative;text-decoration:none;border:0 none;-moz-user-select:none;-khtml-user-select:none;-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.fd-slider-inner{display:none}.fd-slider-bar{position:absolute;display:block;z-index:2;height:6px;width:100%;border:1px solid #bbb;border-bottom:1px solid #fff;border-right:1px solid #fff;margin:0;padding:0;overflow:hidden;line-height:4px;top:8px;border-radius:4px;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#333}.fd-slider-range{position:absolute;display:block;z-index:3;height:6px;margin:0;padding:0 2px 0 0;overflow:hidden;top:9px;border-radius:2px;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#eee}.fd-slider-handle{position:absolute;display:block;padding:0;margin:0 0 0 1px;z-index:3;top:5px;left:0;width:12px;height:12px;line-height:1px!important;outline:0 none;background:#eee;border:1px solid #aaa;border-radius:12px;-webkit-user-select:none;-webkit-touch-callout:none;-moz-user-select:none;-moz-user-focus:none;-moz-outline:0 none;-ms-user-select:none;user-select:none}.fd-slider-handle:focus{outline:0 none;border:0 none;-moz-user-focus:normal}.fd-slider-handle:before,.fd-slider-handle:after{opacity:0;-webkit-transition-property:opacity;-webkit-transition-duration:1s;-webkit-transition-delay:1s;transition-property:opacity;transition-duration:1s;transition-delay:1s}button.fd-slider-handle:focus::-moz-focus-inner{border-color:transparent}.oldie .fd-slider-handle:after,.oldie .fd-slider-handle:before{display:none}body.fd-slider-drag-horizontal,body.fd-slider-drag-horizontal *,body.fd-slider-drag-vertical,body.fd-slider-drag-vertical *{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.fd-slider-active .fd-slider-handle :before,.fd-slider-focused .fd-slider-handle :before,.fd-slider-hover .fd-slider-handle :before{display:block;position:absolute;top:-21px;left:-8px;margin:0;width:20px;padding:3px;height:14px;line-height:12px;text-align:center;font-size:10px;font-weight:700;color:#fff;text-shadow:1px 1px 1px #1a3a95;background:#2f6ee0;z-index:1;content:attr(aria-valuetext);border-radius:3px;-webkit-background-clip:padding-box;background-clip:padding-box;-webkit-box-shadow:0 0 4px #aaa;box-shadow:0 0 4px #999;opacity:1}.fd-slider-active .fd-slider-handle:after,.fd-slider-focused .fd-slider-handle:after,.fd-slider-hover .fd-slider-handle:after{outline:0;content:"";display:block;position:absolute;top:-9px;left:50%;margin:0 0 0 -5px;background:#2f6ee0;z-index:2;width:10px;height:10px;overflow:hidden;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-webkit-box-shadow:0 0 4px #aaa;box-shadow:0 0 4px #aaa;clip:rect(4px,14px,14px,4px);opacity:1}.chart{height:220px;margin:20px 5px 10px 10px}.chart-small{height:100px;width:100%}.chart-large{height:235px;width:100%}.chart-xl{height:297px;width:100%}#flotTip{padding:3px 5px;background-color:#fff;z-index:9999;color:#333;-webkit-box-shadow:0 1px 8px rgba(0,0,0,0.1);box-shadow:0 1px 8px rgba(0,0,0,0.1);font-size:14px;border:1px solid #c1c1c1;-khtml-border-radius:4px;border-radius:4px}#flotTip span{color:#38812d;font-weight:700}.has-legend{margin-top:30px!important}.has-legend-unique{margin-top:19px!important}.legendLabel span{display:block;margin:0 5px}.legendColorBox{padding-left:10px;vertical-align:top;padding-top:5px}.legendColorBox div>div{width:4px;height:4px;border-radius:50%;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}.morris-hover{position:absolute;z-index:1001}.morris-hover.morris-default-style{border-radius:10px;padding:6px;color:#666;background:rgba(255,255,255,0.8);border:solid 2px rgba(230,230,230,0.8);font-family:Ubuntu,sans-serif;font-size:12px;text-align:center}.morris-hover.morris-default-style .morris-hover-row-label{font-weight:700;margin:.25em 0}.morris-hover.morris-default-style .morris-hover-point{white-space:nowrap;margin:.1em 0}.easyPieChart{position:relative;text-align:center}.easyPieChart canvas{position:absolute;top:0;left:0}.easy-pie-chart{display:inline-block}.easy-pie-chart .percent{color:#444;font-size:12px;font-weight:700}.easy-pie-title{display:inline-block;margin:10px 6px 0;font-size:12px;font-weight:400;text-transform:uppercase;width:100px;height:19px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.easy-pie-title .icon-color-bad,.easy-pie-title .icon-color-good{font-size:18px}.show-stat-buttons{float:left;width:100%}@media(max-width:767px){.show-stat-buttons{padding-left:10px!important;padding-right:10px!important}}@media only screen and (min-width:0) and (max-width:679px){.show-stat-buttons{padding-left:10px!important;padding-right:10px!important}}@media only screen and (min-width:320px) and (max-width:479px){.show-stat-buttons{padding-left:10px!important;padding-right:10px!important}}.show-stats{padding-top:6px!important}.show-stats .progress{height:7px;border-radius:0;margin-top:3px;margin-bottom:15px}.show-stats .show-stat-buttons>:first-child{padding-right:5px}@media(max-width:979px){.show-stats .show-stat-buttons>:first-child{padding-right:13px}}.show-stats .show-stat-buttons>:last-child{padding-left:5px}@media(max-width:979px){.show-stats .show-stat-buttons>:last-child{padding-left:13px}}.show-stat-microcharts{margin-left:-10px;margin-right:-10px}.show-stat-microcharts>div{border-right:1px solid #dadada!important;border-top:1px solid #dadada!important;margin-top:10px!important;height:65px;overflow:hidden;padding:7px 9px}@media(max-width:767px){.show-stat-microcharts>div{margin-top:0!important;border-right:0!important}}@media only screen and (min-width:0) and (max-width:679px){.show-stat-microcharts>div{margin-top:0!important;border-right:0!important}}@media only screen and (min-width:320px) and (max-width:479px){.show-stat-microcharts>div{margin-top:0!important;border-right:0!important}}.show-stat-microcharts>:last-child{border-right:0!important}.show-stat-microcharts .sparkline{margin-top:10px;margin-right:8px;opacity:.7}.show-stat-microcharts .sparkline:hover{opacity:1}.smaller-stat{margin:0;padding:0;list-style:none}.smaller-stat li{margin-top:3px;margin-right:0}.smaller-stat li:first-child{margin-top:8px}.smaller-stat span.label{width:40px;display:block;text-align:left;opacity:.5;cursor:default}.smaller-stat span.label:hover{opacity:1}.jvectormap-label{position:absolute;display:none;border:solid 1px #cdcdcd;border-radius:3px;background:#292929;color:#fff;font-family:Ubuntu,sans-serif,Verdana;font-size:smaller;padding:3px}.jvectormap-zoomin{top:0}.jvectormap-zoomout{top:24px}.jvectormap-zoomin,.jvectormap-zoomout{position:absolute;background:#292929;padding:4px;width:22px;height:22px;cursor:pointer;line-height:10px;text-align:center;font-size:14px;border-radius:2px;box-shadow:inset 0 -2px 0 rgba(0,0,0,0.05);-webkit-box-shadow:inset 0 -2px 0 rgba(0,0,0,0.05);background-color:#fff;border:1px solid #bfbfbf}.jvectormap-zoomin:hover,.jvectormap-zoomout:hover{background:#eee;border-color:#d9d9d9}.vector-map{height:300px;width:100%;padding:10px}#chat-container{position:absolute;width:250px;height:270px;z-index:2;border-left:1px solid #cdcecf;right:-251px;top:0;background:#fff;transition-duration:.25s;-webkit-transition-duration:.25s}#chat-container:hover,#chat-container:hover .chat-list-open-close{border-color:#a7a7a7}#chat-container *,#chat-container :after,#chat-container :before{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#chat-container input[type=text]{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}#chat-container.open{right:0;top:0}#chat-container.open .chat-list-open-close i:before{content:"\f00d"!important}#chat-container.open .chat-list-open-close b{display:none}#chat-container .chat-list-open-close{display:block;width:25px;height:25px;border:1px solid #cdcecf;border-right:1px solid #f2f4f8!important;position:absolute;left:-32px;top:7%;border-radius:50% 0 0 50%;padding:3px 1px 3px 5px;font-size:21px;line-height:22px;cursor:pointer;color:#868686;-webkit-box-shadow:inset 0 .2em 0 rgba(0,0,0,0.05);box-shadow:inset 0 .2em 0 rgba(0,0,0,0.05);background:#f2f4f8;text-align:center}#chat-container .chat-list-open-close b{position:absolute;right:0;background:#ed1c24;line-height:9px;height:10px;width:10px;top:3px;border:1px solid #FFF;border-radius:3px;font-size:9px;text-align:center;vertical-align:middle;color:#fff;font-weight:400}#chat-container .chat-list-body{height:217px;overflow-y:scroll;overflow-x:hidden;display:block;padding:0;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;background:#f2f4f8}#chat-container #chat-users{list-style:none;margin:10px 0;padding:0}#chat-container #chat-users li{margin-bottom:3px;margin-left:5px}#chat-container #chat-users li a{display:block;font-size:13px;color:#3d3d3d;text-decoration:none!important;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;padding:3px 8px 3px 3px;line-height:33px;vertical-align:middle}#chat-container #chat-users li a:hover{background:#e0e4ee}#chat-container #chat-users li a img{width:33px;height:auto;margin-right:10px}#chat-container #chat-users li a i{color:#acacac;font-size:8px;line-height:34px;font-style:normal}#chat-container #chat-users li a i.last-online{font-size:12px;letter-spacing:-1px}#chat-container .chat-list-footer{overflow:hidden;border-top:1px solid #CCC;padding:10px;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}#chat-container .chat-list-footer input[type=text]{border:1px solid #bababa!important}#chat-container .control-group{padding:0}.chat-body{background:#fafafa;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fafafa),color-stop(100%,#fff));background:-webkit-linear-gradient(top,#fafafa 0,#fff 100%);background:-webkit-gradient(linear,top left,bottom left,from(#f5fcff),to(#fff));background:-webkit-linear-gradient(top,#f5fcff 0,#fff 100%);background:linear-gradient(to bottom,#f5fcff 0,#fff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa',endColorstr='#ffffff',GradientType=0);-webkit-box-shadow:inset 2px 2px 5px rgba(0,0,0,0.04);box-shadow:inset 2px 2px 5px rgba(0,0,0,0.04);display:block;height:270px;overflow-y:scroll;overflow-x:hidden;padding:10px;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;border:1px solid #fff;border-top:0}.chat-body ul{margin:0;padding:0}.chat-body li:first-child{margin-top:10px}.chat-body li.message{display:block;position:relative;margin:20px 20px 0}.chat-body li.message img{display:inline-block;border-left:4px solid #fff;position:absolute}.chat-body li.message img.online{border-left-color:#00a300}.chat-body li.message img.offline{border-left-color:#ddd}.chat-body li.message img.busy{border-left-color:#a90329}.chat-body li.message img.away{border-left-color:#ffc40d}.chat-body li.message .message-text{display:inline-block;vertical-align:top;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;padding:0;margin-left:65px;line-height:normal}.chat-body li.message .message-text time{position:absolute;top:1px;right:0;font-size:10px;line-height:10px;color:#afafaf}.chat-body li.message .message-text .chat-file{display:block;margin:3px 0;padding:4px;border:1px dotted #ddd;background:rgba(0,0,0,0.05);border-radius:4px;text-align:right;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}.chat-body li.message .message-text .chat-file:nth-child(3){margin-top:15px}.chat-body li.message .message-text .chat-file.row-fluid [class*=span]{min-height:10px!important}.chat-body li.message .message-text .chat-file b{font-style:italic;white-space:nowrap;width:250px;overflow:hidden;text-overflow:ellipsis;text-align:left}@media(min-width:768px) and (max-width:880px){.chat-body li.message .message-text .chat-file b{width:150px}}@media only screen and (min-width:320px) and (max-width:479px){.chat-body li.message .message-text .chat-file b{width:150px}}@media(max-width:480px){.chat-body li.message .message-text .chat-file b{width:150px}}.chat-body li.message .message-text a.username{display:block;font-weight:700;margin-bottom:4px;vertical-align:top;line-height:14px;font-size:14px;letter-spacing:-1px;text-decoration:none!important}.chat-footer{border-top:1px solid rgba(0,0,0,0.1);background:rgba(248,248,248,0.9);padding:0 10px 15px;position:relative;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}.profile-message{background:none!important;height:auto!important;box-shadow:none!important;-webkit-box-shadow:none!important;overflow:hidden}.profile-message li.message.message-reply{margin-left:85px!important;background:#f7f7f7;padding:10px;margin:3px 0 0 20px}.profile-message li.message.message-reply img{width:35px!important}.profile-message li.message.message-reply .message-text{margin-left:45px!important}.profile-message .wall-comment-reply{margin-left:85px;margin-bottom:20px}.cajita img{width:23px;height:23px;padding-left:3px;padding-top:3px}#pageslide{display:none;position:absolute;position:fixed;top:0;height:100%;z-index:999999;width:305px;padding:20px;background-color:#004d60;color:#FFF;-webkit-box-shadow:inset 0 0 5px 5px #222;-moz-shadow:inset 0 0 0 0 #222;box-shadow:inset 0 0 0 0 #222}.purehtml{color:#fff;font-size:16px}#inbox-table{font-size:13px;border-top:0;border-left-color:transparent!important;border-right-color:transparent!important}#inbox-table tbody tr:hover{cursor:pointer;background:#e4e4e4}#inbox-table tr td{border-right:0;border-left:0;line-height:26px;padding:6px 4px 7px!important}#inbox-table .inbox-table-icon{padding-left:15px!important}@media(max-width:979px){#inbox-table .inbox-table-icon{padding-left:10px!important}}#inbox-table tbody tr th{overflow:hidden}#inbox-table.table tbody>tr>td{border-color:#fff!important}#inbox-table .checkbox,#inbox-table .radio{margin-top:-1px;margin-bottom:0}.minified .inbox-badge{border-radius:50%;font-size:9px;padding:2px;position:absolute;top:6px;right:6px;background:#ed1c24;min-width:13px}.inbox-body{position:relative}.inbox-body .table-wrap{background:#fff;padding:10px 14px 7px;position:relative;margin-left:200px}@media(max-width:1024px){.inbox-body .table-wrap{margin-left:0!important}}@media(max-width:979px){.inbox-body .table-wrap{padding:0!important}}.inbox-body.no-content-padding{margin-top:0;background:#fff}.inbox-nav-bar{height:70px;margin-bottom:0;padding:20px 14px;background:#fff}@media(max-width:979px){.inbox-nav-bar{padding-left:5px;padding-right:5px}}@media(min-width:768px) and (max-width:880px){.inbox-nav-bar.no-content-padding{margin-top:-10px!important}}@media(max-width:767px){.inbox-nav-bar.no-content-padding{margin-top:-10px!important}}@media only screen and (min-width:0) and (max-width:679px){.inbox-nav-bar.no-content-padding{margin-top:-10px!important}}@media only screen and (min-width:320px) and (max-width:479px){.inbox-nav-bar.no-content-padding{margin-top:-10px!important}}.inbox-nav-bar .page-title{display:inline-block;margin:0;width:196px;line-height:33px;vertical-align:middle}.inbox-footer{height:52px;padding:15px 14px 0;border-top:1px solid #cecece;background:#2a2725;position:absolute;bottom:-53px;width:100%}.inbox-footer .btn-group,.inbox-paging{margin-left:10px}.inbox-data-attachment,.inbox-table-icon{width:28px;text-align:left;padding-left:12px!important;padding-right:0!important}.inbox-data-from{width:200px}.inbox-data-from>:first-child{width:200px;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inbox-data-date{width:80px;padding-left:7px!important;padding-right:0!important}.inbox-data-message>:first-child{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;height:27px;color:#8a8a8a}@media(max-width:979px){.inbox-data-message>:first-child{height:50px;overflow:hidden}}.inbox-data-message>:first-child span{color:#111}.inbox-data-message>:first-child span.label{color:#fff}@media(max-width:979px){.inbox-data-message>:first-child>:first-child{display:block!important;font-size:14px}}.inbox-data-message>:first-child>:first-child:after{content:" - "}.inbox-checkbox-triggered{display:inline-block}.inbox-checkbox-triggered>.btn-group{margin-right:10px}.inbox-checkbox-triggered>.btn-group .btn{padding-left:14px;padding-right:14px}@media(max-width:979px){.inbox-checkbox-triggered>.btn-group .btn{padding-left:10px;padding-right:10px}}.inbox-side-bar{height:100%;position:absolute;background:#fff;display:block;width:200px;padding:10px 0 10px 14px}@media(max-width:1024px){.inbox-side-bar{display:none!important}}.inbox-side-bar h6{font-weight:400;font-size:11px;display:block;padding:0 15px;text-transform:uppercase;color:#838383}.inbox-side-bar h6 a{font-size:14px;margin-top:-2px}.inbox-side-bar h6 .tooltip{text-transform:none!important}.inbox-side-bar>.btn{margin-bottom:35px}.inbox-side-bar .input-group{margin-bottom:25px}.inbox-space{display:block;width:185px}.inbox-space>.progress{margin-top:5px}.inbox .inbox-menu-lg{list-style:none;padding:0;margin:0 0 20px}.inbox .inbox-menu-lg .inbox-menu-lg li{display:block;width:100%}.inbox .inbox-menu-lg .inbox-menu-lg li a{display:block;padding:6px 15px 7px;font-size:13px;color:#333}.inbox .inbox-menu-lg .inbox-menu-lg li a:hover{text-decoration:none;background:#f4f4f4}.inbox .inbox-menu-lg .inbox-menu-lg li.active a{font-weight:700;background:#f0f0f0;border-bottom:1px solid #e7e7e7;color:#3276b1}.inbox .inbox-menu-sm{list-style:none;padding:0;margin:0 0 20px}.inbox .inbox-menu-sm .inbox-menu-sm li{display:block;width:100%}.inbox .inbox-menu-sm .inbox-menu-sm li a{display:block;padding:8px 15px 10px;font-size:13px;color:#333}.inbox .inbox-menu-sm .inbox-menu-sm li a:hover{text-decoration:none;background:#f4f4f4}.inbox .inbox-menu-sm .inbox-menu-sm li.active a{font-weight:700;background:#f0f0f0;border-bottom:1px solid #e7e7e7;color:#3276b1}.inbox-info-bar{padding:10px 0;border-bottom:1px solid #bfbfbf}.inbox-info-bar .form-group{margin:0}.inbox-info-bar .form-group input,.inbox-info-bar .select2-container-multi .select2-choices{border-color:#fff!important}.inbox-info-bar .select2-choices>div{display:none}.inbox-info-bar .col-md-1,.inbox-info-bar .col-md-11{padding-left:0;padding-right:0}@media(max-width:1024px){.inbox-info-bar .col-md-1,.inbox-info-bar .col-md-11{padding-left:26px;padding-right:26px}}.inbox-info-bar img{width:35px;height:auto;display:inline-block;vertical-align:middle;margin-right:7px;margin-left:2px;border-left:3px solid #fff}.inbox-info-bar em{position:absolute;top:6px;right:20px;text-align:right;font-style:normal}.inbox-download .inbox-message{padding:15px 4px;border-bottom:1px solid #bfbfbf}.inbox-download-list{list-style:none;margin:5px 0 0;padding:0}.inbox-download-list li{display:inline-block;margin:0 5px 0 0;vertical-align:top}.inbox-download-list li>:first-child{margin-bottom:0;width:150px;overflow:hidden}.inbox-download-list li>:first-child:hover{background:#fff;border-color:silver}.inbox-download-list li>:first-child>:first-child{text-align:center;display:block;color:#d6d6d6}.inbox-download-list li>:first-child>:first-child>.fa{font-size:150px}.inbox-download-list li>:first-child>:first-child>img{max-width:120px}.inbox-compose-footer{padding:10px;background:#f5f5f5;border-bottom:1px solid #a9a9a9}.inbox-compose-footer,.inbox-download,.inbox-info-bar,.inbox-message{margin-right:240px;position:relative}@media(max-width:1280px){.inbox-compose-footer,.inbox-download,.inbox-info-bar,.inbox-message{margin-right:0}}@media(max-width:979px){.inbox-table-icon>:first-child{margin-top:12px}}.unread td{background:#fff}.unread .inbox-data-date>:first-child,.unread .inbox-data-from>:first-child,.unread .inbox-data-message>:first-child>:first-child{font-weight:700}tr.highlight td,tr.unread.highlight td{background:#ffc!important;color:#333}#compose-mail-mini{margin-left:4px}.email-open-header{margin:-10px 0 0 0;font-size:20px;border-bottom:1px solid #bfbfbf;border-top:1px solid #eee;padding:15px 3px}.email-open-header>span{font-size:10px;font-weight:400;padding:3px 5px;letter-spacing:normal;text-transform:uppercase;vertical-align:middle;line-height:33px;background:#acacac}.email-infobox{display:block;width:180px;border-bottom:1px solid #bfbfbf;padding-bottom:0;padding-top:15px;position:absolute;top:65px;right:15px}@media(max-width:1280px){.email-infobox .email-infobox{display:none}}.email-reply-text>div{border-left:1px solid #d6d6d6;padding-left:10px;margin-left:50px;color:#a9a9a9}.email-reply-text>:first-child{padding-left:45px}.profile-pic{text-align:right}.profile-pic>img{border-radius:0;position:relative;border:5px solid #fff;top:-30px;display:inline-block;text-align:right;z-index:4;width:120px;margin-bottom:-30px}.profile-carousel .carousel-inner{max-height:150px}.friends-list li{margin-bottom:10px}.friends-list li img{width:35px;border:1px solid #fff;outline:1px solid #bfbfbf}.search-results{padding:18px 5px}.search-results+.search-results{border-top:1px dashed #e3e3e3}.search-results>:first-child{margin-bottom:4px;font-weight:400}.search-results>:first-child a{text-decoration:underline}.search-results .url{font-style:normal;font-size:14px}.search-results img{display:inline-block;margin-top:4px;margin-right:4px;width:80px}.search-results>div{display:inline-block;vertical-align:top}.search-results .note{margin:0;line-height:normal}.search-results .note a{text-decoration:none!important;color:#333}.search-results .note a:hover{color:#ed1c24}.todo{margin:0;padding:0;min-height:5px;list-style:none}.todo>li{display:block;position:relative;overflow:hidden;border-bottom:1px solid #e7e7e7;margin:0 5px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAQCAYAAADagWXwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RkQ1OEY4NTM4NUIxMUUzQjdCMUMxQzJCQUE3MTMxOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RkQ1OEY4NjM4NUIxMUUzQjdCMUMxQzJCQUE3MTMxOCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjRGRDU4RjgzMzg1QjExRTNCN0IxQzFDMkJBQTcxMzE4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjRGRDU4Rjg0Mzg1QjExRTNCN0IxQzFDMkJBQTcxMzE4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+pTD+wgAAACtJREFUeNpimDBhwn8gYABhdDYjiIELMDHgAUwTJ06Ea0VnjxpLO2MBAgwAGYZLegQbQ3UAAAAASUVORK5CYII=) 1px 11px no-repeat}.todo>li:last-child,.todo>li:only-child{border-bottom:0}.todo>li>:first-child{display:block;border-right:1px solid #ffe1eb;height:100%;padding:6px 11px 6px 18px;width:20px;vertical-align:top;position:absolute}.todo>li>:first-child:hover{cursor:move}.todo>li.complete{background:0}.todo>li.complete.complete>:first-child:hover{cursor:default}.todo>li.complete>*{text-decoration:line-through;font-style:italic}.todo>li.ui-sortable-helper{border-top:1px solid #eee;background:rgba(113,132,63,0.1)}.todo>li>p{height:100%;margin-left:52px;border-left:1px solid #ffe1eb;display:inline-block;padding:8px 0 6px 7px;margin-bottom:0;min-height:37px;line-height:normal;font-size:14px;font-weight:500;color:#333}.todo>li>p>span{display:block;line-height:12px;font-size:10px;font-weight:400}.todo>li>p>:first-child{margin-top:-5px;color:#999;margin-bottom:4px}.todo>li>p>.date{color:#bfbfbf}.todo-group-title{margin:0;line-height:31px;padding:0 0 0 10px;background:#fafafa;border-bottom:1px solid #e7e7e7;border-top:1px solid #f4f4f4;color:#999}
\ No newline at end of file
+.txt-color-danger{color:#a94442!important}.txt-color-warning{color:#6b6d31!important}.txt-color-info{color:#346597!important}.txt-color-success{color:#296829!important}.bg-color-danger{background-color:#a94442!important}.bg-color-warning{background-color:#6b6d31!important}.bg-color-info{background-color:#346597!important}.bg-color-success{background-color:#5cb85c!important}.txt-color-text{color:#333!important}.txt-color-blue{color:#60747c!important}.txt-color-blueLight{color:#ccdadf!important}.txt-color-blueDark{color:#4c4f53!important}.txt-color-green{color:#356e35!important}.txt-color-greenLight{color:#71843f!important}.txt-color-greenDark{color:#496949!important}.txt-color-red{color:#931313!important}.txt-color-yellow{color:#d4c737!important}.txt-color-yellowLight{color:#fff03d!important}.txt-color-orange{color:#c79121!important}.txt-color-orangeLight{color:#ee9000!important}.txt-color-orangeDark{color:#a57225!important}.txt-color-pink{color:#ac5287!important}.txt-color-pinkDark{color:#a8829f!important}.txt-color-purple{color:#65596b!important}.txt-color-darken{color:#404040!important}.txt-color-silver{color:#b4b4b4!important}.txt-color-lighten{color:#d5e7ec!important}.txt-color-white{color:#dedede!important}.txt-color-grayDark{color:#525252!important}.txt-color-magenta{color:#6e3671!important}.txt-color-teal{color:#568a89!important}.txt-color-redLight{color:#a65858!important}.txt-color-active{color:#3276b1!important}.txt-color-activeBg{color:#cedbf7!important}.bg-color-blue{background-color:#60747c!important}.bg-color-blueLight{background-color:#ccdadf!important}.bg-color-blueDark{background-color:#4c4f53!important}.bg-color-green{background-color:#356e35!important}.bg-color-greenLight{background-color:#71843f!important}.bg-color-greenDark{background-color:#496949!important}.bg-color-red{background-color:#931313!important}.bg-color-yellow{background-color:#d4c737!important}.bg-color-yellowLight{background-color:#fff03d!important}.bg-color-orange{background-color:#c79121!important}.bg-color-orangeLight{background-color:#ee9000!important}.bg-color-orangeDark{background-color:#a57225!important}.bg-color-pink{background-color:#ac5287!important}.bg-color-pinkDark{background-color:#a8829f!important}.bg-color-purple{background-color:#65596b!important}.bg-color-darken{background-color:#404040!important}.bg-color-silver{background-color:#b4b4b4!important}.bg-color-lighten{background-color:#d5e7ec!important}.bg-color-white{background-color:#dedede!important}.bg-color-grayDark{background-color:#525252!important}.bg-color-magenta{background-color:#6e3671!important}.bg-color-teal{background-color:#568a89!important}.bg-color-redLight{background-color:#a65858!important}.bg-color-active{background-color:#3276b1!important}.bg-color-activeBg{background-color:#cedbf7!important}@-webkit-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@-webkit-keyframes shake{0%,100%{-webkit-transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px)}}@keyframes shake{0%,100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}}@-webkit-keyframes bounce{0%,100%,20%,50%,80%{-webkit-transform:translateY(0)}40%{-webkit-transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px)}}@keyframes bounce{0%,100%,20%,50%,80%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);-ms-transform:translateY(-15px);transform:translateY(-15px)}}@-webkit-keyframes tada{0%{-webkit-transform:scale(1)}10%,20%{-webkit-transform:scale(0.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0)}}@keyframes tada{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(0.9) rotate(-3deg);-ms-transform:scale(0.9) rotate(-3deg);transform:scale(0.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);-ms-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);-ms-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0);-ms-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}@-webkit-keyframes swing{100%,20%,40%,60%,80%{-webkit-transform-origin:top center}20%{-webkit-transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg)}100%{-webkit-transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);-ms-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);-ms-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);-ms-transform:rotate(-5deg);transform:rotate(-5deg)}100%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes wobble{0%{-webkit-transform:translateX(0)}15%{-webkit-transform:translateX(-25%) rotate(-5deg)}30%{-webkit-transform:translateX(20%) rotate(3deg)}45%{-webkit-transform:translateX(-15%) rotate(-3deg)}60%{-webkit-transform:translateX(10%) rotate(2deg)}75%{-webkit-transform:translateX(-5%) rotate(-1deg)}100%{-webkit-transform:translateX(0)}}@keyframes wobble{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}15%{-webkit-transform:translateX(-25%) rotate(-5deg);-ms-transform:translateX(-25%) rotate(-5deg);transform:translateX(-25%) rotate(-5deg)}30%{-webkit-transform:translateX(20%) rotate(3deg);-ms-transform:translateX(20%) rotate(3deg);transform:translateX(20%) rotate(3deg)}45%{-webkit-transform:translateX(-15%) rotate(-3deg);-ms-transform:translateX(-15%) rotate(-3deg);transform:translateX(-15%) rotate(-3deg)}60%{-webkit-transform:translateX(10%) rotate(2deg);-ms-transform:translateX(10%) rotate(2deg);transform:translateX(10%) rotate(2deg)}75%{-webkit-transform:translateX(-5%) rotate(-1deg);-ms-transform:translateX(-5%) rotate(-1deg);transform:translateX(-5%) rotate(-1deg)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1)}50%{-webkit-transform:scale(1.1)}100%{-webkit-transform:scale(1)}}@keyframes pulse{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-webkit-animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-webkit-animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);-webkit-animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-webkit-animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-ms-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-ms-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-ms-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);-ms-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-ms-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-10deg)}70%{-webkit-transform:perspective(400px) rotateX(10deg)}100%{-webkit-transform:perspective(400px) rotateX(0deg);opacity:1}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);-ms-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-10deg);-ms-transform:perspective(400px) rotateX(-10deg);transform:perspective(400px) rotateX(-10deg)}70%{-webkit-transform:perspective(400px) rotateX(10deg);-ms-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}100%{-webkit-transform:perspective(400px) rotateX(0deg);-ms-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1}}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px) rotateX(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px) rotateX(0deg);-ms-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateX(90deg);-ms-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-10deg)}70%{-webkit-transform:perspective(400px) rotateY(10deg)}100%{-webkit-transform:perspective(400px) rotateY(0deg);opacity:1}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);-ms-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-10deg);-ms-transform:perspective(400px) rotateY(-10deg);transform:perspective(400px) rotateY(-10deg)}70%{-webkit-transform:perspective(400px) rotateY(10deg);-ms-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}100%{-webkit-transform:perspective(400px) rotateY(0deg);-ms-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);opacity:1}}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px) rotateY(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px) rotateY(0deg);-ms-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);opacity:1}100%{-webkit-transform:perspective(400px) rotateY(90deg);-ms-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px)}100%{opacity:1;-webkit-transform:translateY(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px)}100%{opacity:1;-webkit-transform:translateX(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px)}100%{opacity:1;-webkit-transform:translateX(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-20px)}}@keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}}@-webkit-keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(20px)}}@keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}}@-webkit-keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-20px)}}@keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}}@-webkit-keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(20px)}}@keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}}@-webkit-keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px)}}@keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}@-webkit-keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px)}}@keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px)}}@keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}@-webkit-keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px)}}@keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}@-webkit-keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(0.3)}50%{opacity:1;-webkit-transform:scale(1.05)}70%{-webkit-transform:scale(0.9)}100%{-webkit-transform:scale(1)}}@keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(0.3);-ms-transform:scale(0.3);transform:scale(0.3)}50%{opacity:1;-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}70%{-webkit-transform:scale(0.9);-ms-transform:scale(0.9);transform:scale(0.9)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}@-webkit-keyframes slideInDown{0%{opacity:0;-webkit-transform:translateY(-2000px)}100%{-webkit-transform:translateY(0)}}@keyframes slideInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px)}100%{-webkit-transform:translateX(0)}}@keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(2000px)}100%{-webkit-transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px)}}@keyframes slideOutLeft{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px)}}@keyframes slideOutRight{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px)}}@keyframes slideOutUp{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}@-webkit-keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px)}60%{opacity:1;-webkit-transform:translateY(-30px)}80%{-webkit-transform:translateY(10px)}100%{-webkit-transform:translateY(0)}}@keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}60%{opacity:1;-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}80%{-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px)}60%{opacity:1;-webkit-transform:translateY(30px)}80%{-webkit-transform:translateY(-10px)}100%{-webkit-transform:translateY(0)}}@keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}60%{opacity:1;-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px)}80%{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px)}60%{opacity:1;-webkit-transform:translateX(30px)}80%{-webkit-transform:translateX(-10px)}100%{-webkit-transform:translateX(0)}}@keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}60%{opacity:1;-webkit-transform:translateX(30px);-ms-transform:translateX(30px);transform:translateX(30px)}80%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px)}60%{opacity:1;-webkit-transform:translateX(-30px)}80%{-webkit-transform:translateX(10px)}100%{-webkit-transform:translateX(0)}}@keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}60%{opacity:1;-webkit-transform:translateX(-30px);-ms-transform:translateX(-30px);transform:translateX(-30px)}80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes bounceOut{0%{-webkit-transform:scale(1)}25%{-webkit-transform:scale(0.95)}50%{opacity:1;-webkit-transform:scale(1.1)}100%{opacity:0;-webkit-transform:scale(0.3)}}@keyframes bounceOut{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(0.95);-ms-transform:scale(0.95);transform:scale(0.95)}50%{opacity:1;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}100%{opacity:0;-webkit-transform:scale(0.3);-ms-transform:scale(0.3);transform:scale(0.3)}}@-webkit-keyframes bounceOutUp{0%{-webkit-transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(20px)}100%{opacity:0;-webkit-transform:translateY(-2000px)}}@keyframes bounceOutUp{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}@-webkit-keyframes bounceOutDown{0%{-webkit-transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(-20px)}100%{opacity:0;-webkit-transform:translateY(2000px)}}@keyframes bounceOutDown{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}}@-webkit-keyframes bounceOutLeft{0%{-webkit-transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(20px)}100%{opacity:0;-webkit-transform:translateX(-2000px)}}@keyframes bounceOutLeft{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}@-webkit-keyframes bounceOutRight{0%{-webkit-transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(-20px)}100%{opacity:0;-webkit-transform:translateX(2000px)}}@keyframes bounceOutRight{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center center;-webkit-transform:rotate(-200deg);opacity:0}100%{-webkit-transform-origin:center center;-webkit-transform:rotate(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(-200deg);-ms-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}100%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center center;-webkit-transform:rotate(0);opacity:1}100%{-webkit-transform-origin:center center;-webkit-transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(200deg);-ms-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(-90deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(90deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(-90deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}@-webkit-keyframes hinge{0%{-webkit-transform:rotate(0);-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out}40%{-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out}80%{-webkit-transform:rotate(60deg) translateY(0);opacity:1;-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out}100%{-webkit-transform:translateY(700px);opacity:0}}@keyframes hinge{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);-ms-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}80%{-webkit-transform:rotate(60deg) translateY(0);-ms-transform:rotate(60deg) translateY(0);transform:rotate(60deg) translateY(0);opacity:1;-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}100%{-webkit-transform:translateY(700px);-ms-transform:translateY(700px);transform:translateY(700px);opacity:0}}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0) rotate(0deg)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg);-ms-transform:translateX(-100%) rotate(-120deg);transform:translateX(-100%) rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0) rotate(0deg);-ms-transform:translateX(0) rotate(0deg);transform:translateX(0) rotate(0deg)}}@-webkit-keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0) rotate(0deg)}100%{opacity:0;-webkit-transform:translateX(100%) rotate(120deg)}}@keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0) rotate(0deg);-ms-transform:translateX(0) rotate(0deg);transform:translateX(0) rotate(0deg)}100%{opacity:0;-webkit-transform:translateX(100%) rotate(120deg);-ms-transform:translateX(100%) rotate(120deg);transform:translateX(100%) rotate(120deg)}}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%) skewX(-30deg);opacity:0}60%{-webkit-transform:translateX(-20%) skewX(30deg);opacity:1}80%{-webkit-transform:translateX(0) skewX(-15deg);opacity:1}100%{-webkit-transform:translateX(0) skewX(0deg);opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%) skewX(-30deg);-ms-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}60%{-webkit-transform:translateX(-20%) skewX(30deg);-ms-transform:translateX(-20%) skewX(30deg);transform:translateX(-20%) skewX(30deg);opacity:1}80%{-webkit-transform:translateX(0) skewX(-15deg);-ms-transform:translateX(0) skewX(-15deg);transform:translateX(0) skewX(-15deg);opacity:1}100%{-webkit-transform:translateX(0) skewX(0deg);-ms-transform:translateX(0) skewX(0deg);transform:translateX(0) skewX(0deg);opacity:1}}@-webkit-keyframes lightSpeedOut{0%{-webkit-transform:translateX(0) skewX(0deg);opacity:1}100%{-webkit-transform:translateX(100%) skewX(-30deg);opacity:0}}@keyframes lightSpeedOut{0%{-webkit-transform:translateX(0) skewX(0deg);-ms-transform:translateX(0) skewX(0deg);transform:translateX(0) skewX(0deg);opacity:1}100%{-webkit-transform:translateX(100%) skewX(-30deg);-ms-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);-ms-transform:rotate(359deg);transform:rotate(359deg)}}@-webkit-keyframes loading{0%{background-position:0 -400px}100%{background-position:-7px -400px}}@-ms-keyframes loading{0%{background-position:0 -400px}100%{background-position:-7px -400px}}@keyframes loading{0%{background-position:0 -400px}100%{background-position:-7px -400px}}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-webkit-keyframes pace-spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-ms-keyframes pace-spinner{0%{-ms-transform:rotate(0deg);transform:rotate(0deg)}100%{-ms-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes pace-spinner{0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.fast{-webkit-animation-duration:.4s;-ms-animation-duration:.4s;animation-duration:.4s}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.flash{-webkit-animation-name:flash;animation-name:flash}.animated.shake{-webkit-animation-name:shake;animation-name:shake}.animated.bounce{-webkit-animation-name:bounce;animation-name:bounce}.animated.tada{-webkit-animation-name:tada;animation-name:tada}.animated.swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}.animated.wobble{-webkit-animation-name:wobble;animation-name:wobble}.animated.pulse{-webkit-animation-name:pulse;animation-name:pulse}.animated.flip{-webkit-backface-visibility:visible!important;-webkit-animation-name:flip;-ms-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flip}.animated.flipInX{-webkit-backface-visibility:visible!important;-webkit-animation-name:flipInX;-ms-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}.animated.flipOutX{-webkit-animation-name:flipOutX;-webkit-backface-visibility:visible!important;animation-name:flipOutX;-ms-backface-visibility:visible!important;backface-visibility:visible!important}.animated.flipInY{-webkit-backface-visibility:visible!important;-webkit-animation-name:flipInY;-ms-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}.animated.flipOutY{-webkit-backface-visibility:visible!important;-webkit-animation-name:flipOutY;-ms-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}.animated.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}.animated.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}.animated.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}.animated.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}.animated.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}.animated.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}.animated.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}.animated.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}.animated.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}.animated.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}.animated.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}.animated.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}.animated.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}.animated.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}.animated.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}.animated.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}.animated.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}.animated.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}.animated.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}.animated.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}.animated.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}.animated.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}.animated.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}.animated.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}.animated.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.animated.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}.animated.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}.animated.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}.animated.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}.animated.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}.animated.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}.animated.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}.animated.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}.animated.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}.animated.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}.animated.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}.animated.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}.animated.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}.animated.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}.animated.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}.animated.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}.animated.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}.animated.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}.animated.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}.animated.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}.animated.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}.animated.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-duration:.5s;animation-duration:.5s}.animated.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-animation-duration:.25s;animation-duration:.25s}.animated.fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}[class*=" bg-"],[class^=bg-]{-webkit-filter:none!important;filter:none!important}.square{display:block;float:left;margin-right:10px;height:20px;width:20px}.fa-stack-1em{width:1em!important;height:1em!important;line-height:1em!important}.icon-color-good{color:#40ac2b}.icon-color-bad{color:#ed1c24}.percent-sign:after{content:" %";line-height:normal}.degree-sign:after{content:" °F";line-height:normal}.ui-state-default .ui-icon[class*=" icon-"]{background:0;margin-left:-12px}.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-e:before{content:"\f105";font-family:FontAwesome;font-size:14px;display:inline}.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-on{background-position:-96px -144px}.ui-icon-radio-off{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-first,.ui-icon-seek-start{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}.ui-button-icon-primary.ui-icon[class*=" icon-"]:before,.ui-button-icon-primary.ui-icon[class^=icon-]:before,.ui-button-icon-secondary.ui-icon[class*=" icon-"]:before,.ui-button-icon-secondary.ui-icon[class^=icon-]:before{font-size:inherit;margin-left:7px!important;margin-left:5px;display:inline;text-decoration:inherit;color:inherit}@font-face{font-family:'Ubuntu';src:url('fonts/Ubuntu-C.eot');src:url('fonts/Ubuntu-C.eot?#iefix') format('embedded-opentype'),url('fonts/Ubuntu-C.woff') format('woff'),url('fonts/Ubuntu-C.ttf') format('truetype'),url('fonts/Ubuntu-C.svg') format('svg');font-weight:normal;font-style:normal}@font-face{font-family:'Ubuntu-Light';src:url('fonts/Ubuntu-L.eot');src:url('fonts/Ubuntu-L.eot?#iefix') format('embedded-opentype'),url('fonts/Ubuntu-L.woff') format('woff'),url('fonts/Ubuntu-L.ttf') format('truetype'),url('fonts/Ubuntu-L.svg') format('svg');font-weight:normal;font-style:normal}@font-face{font-family:'Ubuntu-Bold';src:url('fonts/Ubuntu-B.eot');src:url('fonts/Ubuntu-B.eot?#iefix') format('embedded-opentype'),url('fonts/Ubuntu-B.woff') format('woff'),url('fonts/Ubuntu-B.ttf') format('truetype'),url('fonts/Ubuntu-B.svg') format('svg');font-weight:bold;font-style:normal}@font-face{font-family:'OpenSans';src:url('fonts/OpenSans-Regular.eot');src:url('fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),url('fonts/OpenSans-Regular.woff2') format('woff2'),url('fonts/OpenSans-Regular.woff') format('woff'),url('fonts/OpenSans-Regular.ttf') format('truetype'),url('fonts/OpenSans-Regular.svg') format('svg');font-weight:normal;font-style:normal}html,body{font-family:Ubuntu,Arial,Helvetica,sans-serif}a:active,a:focus,a:hover,button,button:active,button:focus,embed,input::-moz-focus-inner,object{outline:0}.hidden{display:none}.hidden-desktop{display:none!important}.no-visible{visibility:hidden!important}.pull-right{float:right!Important}.pull-left{float:left!Important}.align-top{vertical-align:top!important}.align-base{vertical-align:baseline!important}.align-middle{vertical-align:middle!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100,.opaque{opacity:1!important}.disabled{color:#fff}.btn-default.disabled{color:#999}xmp{overflow:auto}.text-italic{font-style:italic!important}.text-dashed{text-decoration:line-through}.nowrap{white-space:nowrap}.truncated{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.no-space{margin:0}.no-space>[class*=col-]{margin:0!important;padding-right:0;padding-left:0}.no-margin{margin:0!important}.no-x-margin{margin-left:0!important;margin-right:0!important}.no-y-margin{margin-top:0!important;margin-bottom:0!important}.margin-2{margin:2px!important}.margin-5{margin:5px!important}.margin-10{margin:10px!important}.margin-20{margin:20px!important}.margin-x-2{margin-left:2px!important;margin-right:2px!important}.margin-x-5{margin-left:5px!important;margin-right:5px!important}.margin-x-10{margin-left:10px!important;margin-right:10px!important}.margin-x-20{margin-left:20px!important;margin-right:20px!important}.margin-y-2{margin-top:2px!important;margin-bottom:2px!important}.margin-y-5{margin-top:5px!important;margin-bottom:5px!important}.margin-y-10{margin-top:10px!important;margin-bottom:10px!important}.margin-y-20{margin-top:20px!important;margin-bottom:20px!important}.margin-top-0{margin-top:0!important}.margin-top-2{margin-top:2px!important}.margin-top-5{margin-top:5px!important}.margin-top-10{margin-top:10px!important}.margin-top-20{margin-top:20px!important}.margin-bottom-0{margin-bottom:0!important}.margin-bottom-2{margin-bottom:2px!important}.margin-bottom-5{margin-bottom:5px!important}.margin-bottom-10{margin-bottom:10px!important}.margin-bottom-20{margin-bottom:20px!important}.margin-left-0{margin-left:0!important}.margin-left-2{margin-left:2px!important}.margin-left-5{margin-left:5px!important}.margin-left-10{margin-left:10px!important}.margin-left-20{margin-left:20px!important}.margin-right-0{margin-right:0!important}.margin-right-2{margin-right:2px!important}.margin-right-5{margin-right:5px!important}.margin-right-10{margin-right:10px!important}.margin-right-20{margin-right:20px!important}.shift-topleft-2{margin-top:-2px!important;margin-left:-2px!important}.shift-topleft-4{margin-top:-4px!important;margin-left:-4px!important}.shift-topright-2{margin-top:-2px!important;margin-right:-2px!important}.shift-topright-4{margin-top:-4px!important;margin-right:-4px!important}.shift-bottomleft-2{margin-bottom:-2px!important;margin-left:-2px!important}.shift-bottomleft-4{margin-bottom:-4px!important;margin-left:-4px!important}.shift-bottomright-2{margin-bottom:-2px!important;margin-right:-2px!important}.shift-bottomright-4{margin-bottom:-4px!important;margin-right:-4px!important}.bordered:not(:empty){border:1px solid #ccc}.bordered:not(:empty):hover{border-color:#bbb}.bordered:not(:empty).nohover:hover{border-color:#ccc}.no-border,.well[class*=" bg-"].no-border{border-width:0!important}.no-border-transparent{border-color:transparent!important}.no-border-radius{border-radius:0}.border-0{border-width:0!important}.border-1{border-width:1px!important}.radius-4{border-radius:4px!important}.radius-top-4{border-top-left-radius:4px!important;border-top-right-radius:4px!important}.radius-bottom-4{border-bottom-left-radius:4px!important;border-bottom-right-radius:4px!important}.radius-left-4{border-top-left-radius:4px!important;border-bottom-left-radius:4px!important}.radius-right-4{border-top-right-radius:4px!important;border-bottom-right-radius:4px!important}.width-nomin{min-width:0!important}.width-100{width:100px;max-width:100px}.width-200{width:200px;max-width:200px}.width-300{width:300px;max-width:300px}.width-400{width:400px;max-width:400px}.width-500{width:500px;max-width:500px}.padding-5{padding:5px!important}.padding-7{padding:7px!important}.padding-10{padding:10px!important}.padding-20{padding:20px!important}.padding-x-0{padding-left:0!important;padding-right:0!important}.padding-x-5{padding-left:5px!important;padding-right:5px!important}.padding-x-10{padding-left:10px!important;padding-right:10px!important}.padding-x-20{padding-left:20px!important;padding-right:20px!important}.padding-y-0{padding-top:0!important;padding-bottom:0!important}.padding-y-5{padding-top:5px!important;padding-bottom:5px!important}.padding-y-10{padding-top:10px!important;padding-bottom:10px!important}.padding-y-20{padding-top:20px!important;padding-bottom:20px!important}.padding-top-0{padding-top:0!important}.padding-top-5{padding-top:5px!important}.padding-top-10{padding-top:10px!important}.padding-top-20{padding-top:20px!important}.padding-bottom-0{padding-bottom:0!important}.padding-bottom-5{padding-bottom:5px!important}.padding-bottom-10{padding-bottom:10px!important}.padding-bottom-20{padding-bottom:20px!important}.padding-left-0{padding-left:0!important}.padding-left-5{padding-left:5px!important}.padding-left-10{padding-left:10px!important}.padding-left-20{padding-left:20px!important}.padding-right-0{padding-right:0!important}.padding-right-5{padding-right:5px!important}.padding-right-10{padding-right:10px!important}.padding-right-20{padding-right:20px!important}.no-padding{padding:0!important}.no-padding .md-editor,.widget-body.no-padding .cke_chrome{border:0}.no-padding>pre{margin:30px}.no-padding .dataTables_wrapper table,.no-padding>table{border:0!important;margin-bottom:0!important}.no-padding .dataTables_wrapper table tr td:first-child,.no-padding>table tr td:first-child,.no-padding .dataTables_wrapper table tr th:first-child,.no-padding>table tr th:first-child{border-left:0!important}.no-padding .dataTables_wrapper table tr td:last-child,.no-padding>table tr td:last-child,.no-padding .dataTables_wrapper table tr th:last-child,.no-padding>table tr th:last-child{border-right:0!important}.no-padding .dataTables_wrapper table tr:last-child td,.no-padding>table tr:last-child td{border-bottom:0}.no-padding-bottom{padding-bottom:0!important}.no-x-padding{padding-left:0!important;padding-right:0!important}.no-y-padding{padding-top:0!important;padding-bottom:0!important}.no-content-padding{margin:-10px -14px 0 -14px}@media(min-width:768px) and (max-width:880px){.no-content-padding{margin:0 -14px!important}}@media(max-width:767px){.no-content-padding{margin:0 -5px!important}}@media only screen and (min-width:0) and (max-width:679px){.no-content-padding{margin:0 -5px!important}}@media only screen and (min-width:320px) and (max-width:479px){.no-content-padding{margin:0 -5px!important}}.no-height{line-height:0}.clearfix,.inner-space:after{zoom:1}.clearfix:after,.inner-space:after{clear:both}.clearfix:after,.inner-space:after,.clearfix:before,.inner-space:before{display:block;visibility:hidden;overflow:hidden;content:"\0020";height:0;font-size:0;line-height:0}.display-inline{display:inline-block!important}.display-normal{display:inline!important}.hover-transparent{opacity:.5}.hover-transparent:hover{opacity:1}.row-seperator-header{margin:15px 14px 20px;border-bottom:0;display:block;color:#646464;font-size:20px;font-weight:400}.text-align-center,.text-center{text-align:center!important}.text-align-left,.text-left{text-align:left!important}.text-align-right,.text-right{text-align:right!important}.center-canvas,.center-child-canvas>canvas{display:block!important;margin:0 auto!important}.semi-bold{font-weight:400!important}.bold{font-weight:900!important}.ultra-light{font-weight:300!important}.font-xs{font-size:85%!important}.font-sm{font-size:95%!important}.font-md{font-size:130%!important}.font-lg{font-size:160%!important}.font-xl{font-size:200%!important}.font-400{font-size:400%!important}.badge{font-size:11px;padding:4px 6px 1px}.label{padding:.3em .6em .1em}.cursor-pointer{cursor:pointer}.selected{border:1px solid #0091d9!important}tr.selected{background-color:#dcebff}.selected:before{display:block;position:absolute;content:"\f00c";color:#fff;right:4px;font-family:FontAwesome;z-index:1002}tr.selected:before{display:none}.selected:after{width:0;height:0;border-top:35px solid #0091d9;border-left:35px solid rgba(0,0,0,0);position:absolute;display:block;right:0;content:".";top:0;z-index:1001}tr.selected:after{display:none}html{margin:0;padding:0;height:100%;overflow-x:hidden!important;background-color:#e5e2cf}body{margin:0;padding:0;height:100%;overflow:hidden;background-color:#e5e2cf;direction:ltr}body.container{position:relative;padding:0;border-left:1px solid #bfbfbf;border-right:1px solid #bfbfbf;-webkit-box-shadow:0 2px 70px rgba(0,0,0,0.45);box-shadow:0 2px 70px rgba(0,0,0,0.45)}body.nooverflow{position:fixed;overflow:hidden;width:100%}#main{display:block;margin-left:220px;padding:0;min-height:500px;-webkit-transition:all .1s ease-out;transition:all .1s ease-out}@media(max-width:979px){#main{margin-left:0}}#content{padding:10px;position:relative;left:0;-webkit-transition:left .1s ease-out;transition:left .1s ease-out}@media(max-width:767px){#content{padding-left:5px;padding-right:5px}}.page-title{margin:7px 0 10px}.page-title a{color:#6f8696}.page-title a:hover,.page-title a:active{text-decoration:none}.page-title span{font-size:16px;color:#333;display:inline-block;vertical-align:1px}.page-title span i{padding:0 5px}aside{display:block;width:220px;overflow:hidden;min-height:100%}aside,aside nav li.divider{background:#829db0}#header{display:block;height:49px;position:relative;margin:0;padding:0 13px 0 0;background-color:#f3f3f3;background-image:-webkit-gradient(linear,0 0,0 100%,from(#f3f3f3),to(#e2e2e2));background-image:-webkit-gradient(linear,top left,bottom left,from(#f3f3f3),to(#e2e2e2));background-image:-webkit-linear-gradient(top,#f3f3f3,#e2e2e2);background-image:linear-gradient(to bottom,#f3f3f3,#e2e2e2);background-repeat:repeat-x}@media(max-width:767px){#header{padding-right:5px}}@media only screen and (max-width:679px){#header{padding-right:5px;background:#fff}}#header>div{display:inline-block;vertical-align:middle;height:49px;float:left}#header>div.open{font-weight:700}.fixed-header #header{position:fixed;width:100%;z-index:1001}.container.fixed-header #header{max-width:1164px}.fixed-header #header .ajax-dropdown{z-index:1000}.fixed-header #shortcut{position:fixed}.fixed-header #main{margin-top:49px}#top-links>div{display:inline-block;float:left}@media(min-width:768px) and (max-width:1089px){#top-links>div{display:none}#top-links>div:first-child{display:inline-block}}@media(max-width:767px){#top-links>div{display:none}}.top-menu{display:inline-block;padding:7px 13px 0;position:relative}@media(max-width:767px){.top-menu{display:none}}.top-menu>span{display:block}.top-menu>:first-child{display:block;color:#bfbfbf;font-size:10px;font-weight:700;text-transform:uppercase;text-shadow:0 0 1px #fff;padding-left:0;text-align:left}.top-menu.bordered{background-color:white;padding-top:4px;padding-bottom:9px;border-color:silver;border-width:2px 2px 0;border-style:solid;border-radius:8px 8px 0 0;margin-left:-1px}.top-tabs{display:inline-block;padding:7px 13px 0;position:relative}.top-tabs>span{display:block}.top-tabs>:first-child{display:block;color:#bfbfbf;font-size:10px;font-weight:700;text-transform:uppercase;text-shadow:0 0 1px #fff;padding-left:5px;text-align:left}.top-tabs .nav-tabs li a{padding:2px 10px 3px!important;border-color:#ccc #ccc transparent;box-shadow:0 -2px 3px #ccc;margin-top:3px!important}.top-tabs .nav-tabs li.active a{margin-top:3px!important;padding:2px 10px 3px!important}.top-selector{max-width:97%;white-space:nowrap;background:0;border:0;padding:0;text-align:left;color:#555;font-size:14px;cursor:pointer}.top-selector:hover{color:#333}#user-menu{position:relative}#user-menu .btn{position:relative;margin-top:10px;margin-bottom:8px;padding:3px 6px 3px 0;width:60px}@media(max-width:767px){#user-menu .btn{margin-top:5px;margin-left:5px!important;width:40px;padding-top:5px;padding-bottom:4px}#user-menu .btn i.fa{float:none!important;font-size:150%}}#user-menu .btn img,#user-menu .btn i.img{position:absolute;left:-1px;top:-4px;border:solid 1px white;padding:2px;background-color:white;transform:rotate(-7deg)}@media(max-width:767px){#user-menu .btn img,#user-menu .btn i.img{display:none}}#user-menu .btn i.img{width:34px;height:34px;color:#999;opacity:1;font-size:220%}#user-menu .btn:active img,#user-menu .btn:active i.img{left:-2px;top:-5px}@media(max-width:767px){#user-menu .dropdown-menu a{width:auto!important}}#user-activity{position:relative}#user-activity .badge{position:absolute;top:2px;right:-8px}@media(max-width:767px){#user-activity .badge{top:-2px}}@media(max-width:979px){#login-info{display:none}}#login-info>span{display:inline-block;height:39px;float:left}#login-info>span .badge{position:absolute;top:-5px;right:-9px;cursor:pointer;background:#0091d9;display:inline-block;font-size:10px;-webkit-box-shadow:inset 1px 1px 0 rgba(0,0,0,0.1),inset 0 -1px 0 rgba(0,0,0,0.07);box-shadow:inset 1px 1px 0 rgba(0,0,0,0.1),inset 0 -1px 0 rgba(0,0,0,0.07);color:#fff;font-weight:700;border-radius:50%;padding:3px;text-align:center;line-height:normal}#login-info span#activity{border-radius:2px;cursor:default!important;display:inline-block;font-weight:700;height:24px;width:24px;padding:2px;text-align:center;text-decoration:none!important;-moz-user-select:none;-webkit-user-select:none;background-color:#f8f8f8;background-image:-webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));background-image:-webkit-gradient(linear,top left,bottom left,from(#f8f8f8),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:linear-gradient(top,#f8f8f8,#f1f1f1);border:1px solid #bfbfbf;color:#c4bab6;font-size:19px;margin:5px 0 0;position:relative}#login-info span#activity:hover{border:1px solid #bfbfbf;-webkit-transition:all 0s;transition:all 0s;cursor:pointer!important;-webkit-box-shadow:inset 0 0 4px 1px rgba(0,0,0,0.08);box-shadow:inset 0 0 4px 1px rgba(0,0,0,0.08)}.authomatic{display:inline-block;width:21px;height:21px;margin:2px 0!important;padding:3px!important;text-align:center}.authomatic:hover{background-color:#ccc;border-radius:3px}#logo{display:inline-block;width:175px;margin-top:7px;margin-left:9px}@media(min-width:768px) and (max-width:880px){#logo{margin-top:10px}}@media(max-width:767px){#logo{margin-top:10px;margin-left:4px}}@media only screen and (min-width:0) and (max-width:679px){#logo{margin-top:10px;margin-left:4px}}@media only screen and (min-width:320px) and (max-width:479px){#logo{width:135px;margin-top:10px;margin-left:4px}}#logo img{max-width:175px;max-height:36px;padding-left:3px}#logo-group{width:220px}@media only screen and (min-width:480px) and (max-width:1089px){#logo-group{width:175px}}@media only screen and (min-width:320px) and (max-width:479px){#logo-group{width:169px!important}}.uv-icon{position:absolute!important;left:155px!important;top:5px!important;z-index:500!important}@media only screen and (min-width:0) and (max-width:1089px){.uv-icon{left:130px!important}}#activity.active .badge{background:#006fa6!important}.header-search{position:relative}@media(max-width:767px){.header-search{display:none}}.header-search.pull-right{margin-left:6px}@media(max-width:979px){.header-search.pull-right{margin-left:0}}.header-search>input[type=text]{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-box-sizing:border-box;min-width:200px;width:100%;height:30px;padding:0 10px;outline:0;border-width:1px;border-style:solid;border-radius:0;border-color:#bfbfbf;background:#fff;color:#404040;appearance:normal;-moz-appearance:none;-webkit-appearance:none;margin-top:10px;line-height:normal}@media(min-width:768px) and (max-width:979px){.header-search>input[type=text]{margin-top:9px}}.header-search>button{background:0;border:0;color:#6d6a69;font-size:17px;height:30px;line-height:30px;margin:0;padding:0;position:absolute;right:0;top:10px;width:30px;z-index:2}#search-mobile{display:none}@media(max-width:767px){#search-mobile{display:block}}@media only screen and (min-width:0) and (max-width:679px){#search-mobile{display:block}}@media only screen and (min-width:320px) and (max-width:479px){#search-mobile{margin-left:0}}@media(max-width:767px){.search-mobile .header-search{display:block;position:absolute;top:0;width:100%;height:49px;background:#333;padding:0 2px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;left:0}.search-mobile .header-search>input[type=text]{margin-top:2px;height:45px;border-color:#333;padding-right:75px}.search-mobile .header-search>button{height:29px;line-height:29px;background:#DDD;right:44px}.search-mobile #search-mobile{display:none}.search-mobile #cancel-search-js{display:block}}#cancel-search-js{position:absolute;display:none;background:#a90329;z-index:3;color:#fff;padding:0;right:10px;top:10px;text-align:center;height:29px;line-height:29px;width:30px;font-size:17px;text-decoration:none!important}#left-panel{position:absolute;top:49px;left:0;z-index:1002;-webkit-transition:left .1s ease-out;transition:left .1s ease-out}@media(max-width:979px){#left-panel{left:-220px}}.fixed-navigation #left-panel{position:fixed;z-index:998}@media(max-width:767px){.fixed-navigation #left-panel{position:absolute!important}}#left-panel #ajax-gear{position:absolute;left:calc(49%);top:5px}#left-panel .version{position:absolute;bottom:2px;width:100%;text-align:center;font-size:11px;color:#333}#ribbon{height:40px;background:#6f8696;padding:0 40px 0 13px;position:relative}@media(max-width:767px){#ribbon{padding-left:5px;padding-right:5px}}@media only screen and (min-width:0) and (max-width:679px){#ribbon{border-bottom:1px solid #cfcfcf;border-top:1px solid #e6e6e6;background:#f5f5f5}}#ribbon .breadcrumb{display:inline-block;margin:0;padding:12px 34px 10px 0!important;background:0;vertical-align:top}#ribbon .breadcrumb li.strong a{line-height:1em;font-weight:bold;font-size:120%;color:white!important}@media only screen and (min-width:0) and (max-width:679px){#ribbon .breadcrumb li.strong a{color:#333!important}}#ribbon .breadcrumb,#ribbon .breadcrumb a{color:#ddd!important;text-decoration:none!Important}@media only screen and (min-width:0) and (max-width:679px){#ribbon .breadcrumb,#ribbon .breadcrumb a{color:#6d6c6c!important}}#ribbon .breadcrumb>li+li:before{padding:0 3px}#ribbon .breadcrumb>li+li.strong:before{padding-right:1px}#ribbon .breadcrumb li:last-child,#ribbon .breadcrumb>.active{color:#eee}@media only screen and (min-width:0) and (max-width:679px){#ribbon .breadcrumb li:last-child,#ribbon .breadcrumb>.active{color:#333!important}}.fixed-ribbon #ribbon{position:fixed;right:0;left:220px;top:49px;z-index:999}@media(max-width:979px){.fixed-ribbon #ribbon{left:0}}.container.fixed-ribbon #ribbon{width:944px;left:590px}.fixed-ribbon #content{padding-top:50px}@media(max-width:767px){.fixed-ribbon #content{padding-top:52px}}.minified.fixed-ribbon #ribbon{left:45px}.hidden-menu.fixed-ribbon #ribbon{left:10px}@media(max-width:979px){.hidden-menu.fixed-ribbon #ribbon{left:220px}}.hidden-ribbon #ribbon{height:1px;min-height:1px;max-height:1px}.hidden-ribbon #ribbon>*{display:none}.ribbon{position:absolute;right:9px;top:-4px}.header-dropdown-list{list-style:none;float:right;position:relative;margin:0;padding-left:10px}.header-dropdown-list>li{display:inline-block;padding-right:5px}.header-dropdown-list>li>.dropdown-toggle{margin-top:16px;display:block}.smart-accordion-default.panel-group .panel+.panel{margin-top:-1px}.smart-accordion-default.panel-group .panel-heading{padding:0}.smart-accordion-default.panel-group .panel-title a{display:block;padding:10px 15px;text-decoration:none!important}.smart-accordion-default .panel-group .panel,.smart-accordion-default .panel-heading{border-radius:0}.smart-accordion-default .panel-default{border-color:#c3c3c3}.smart-accordion-default .panel-default>.panel-heading{background-color:#fcfcfc}.smart-accordion-default .panel-title>a.collapsed>.fa,.smart-accordion-default .panel-title>a>:first-child{display:none}.smart-accordion-default .panel-title>a.collapsed>:first-child{display:inline-block}.no-padding .smart-accordion-default>div{border-left:0!important;border-right:0!important}.no-padding .smart-accordion-default>div:first-child{border-top:0!important}.no-padding .smart-accordion-default>div:last-child{border-bottom:0!important}#logo-group *,.login-info,.login-info *,.minified .menu-item-parent{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.login-info{display:block;font-size:12px;height:39px;color:#333;border:solid transparent;margin:2px 0 0 10px!important;float:right}.login-info a,.login-info strong{text-transform:capitalize;font-size:14px;display:inline-block;color:#333;text-decoration:none;margin-left:5px}.login-info a:hover,.login-info strong{color:#666}.login-info a.btn{margin-top:5px}.login-info a.btn-danger,.login-info a.btn-success,.login-info a.btn-primary{color:#dedede}.login-info span{display:inline-block;padding:0 0 0 10px}.login-info span a.btn-success{margin-top:-10px}.login-info img{width:24px;height:auto;display:inline-block;vertical-align:middle;margin-top:-6px;margin-right:0;margin-left:0;border-left:0}.minifyme{border-bottom:1px solid #302f2f;background:#454545;color:#a8a8a8;text-align:center;padding:1px 0 0;width:36px;height:28px;display:block;position:absolute;right:-3px;border-radius:5px 0 0 5px;cursor:pointer;margin-top:5px;font-size:19px;-webkit-transition:all .1s linear 0s;transition:all .1s linear 0s}.minifyme:hover{background:#646464;color:#e4e4e4;right:0}.minified .minifyme{right:0;color:#a8a8a8;position:relative;width:100%;border-radius:0;margin:0;height:32px;font-size:23px}.minified .minifyme .fa:before{content:"\f0a9"}.minified #left-panel{width:45px;overflow:visible}@media(max-width:979px){.minified #left-panel{left:0}}.minified #main{margin-left:45px}.minified #left-panel>ul>li,.minified nav>ul>li{overflow:visible}.minified #left-panel>ul>li>ul::before,.minified nav>ul>li>ul::before{border-left:0}.minified #left-panel>ul>li,.minified nav>ul>li,.minified #left-panel>ul>li a,.minified nav>ul>li a{position:relative}.minified #left-panel ul>li>a,.minified nav ul>li>a{padding:12px 11px 10px;display:block}.minified #left-panel>ul>li>a .fa.fa-fw,.minified nav>ul>li>a .fa.fa-fw{display:block;width:auto;text-align:center;padding:0}.minified #left-panel>ul>li>a>i,.minified nav>ul>li>a>i{text-align:center;margin:0;display:block}.minified #left-panel>ul>li.active>a::before,.minified nav>ul>li.active>a::before{content:"\f0d9"}.minified #left-panel ul ul li a,.minified nav ul ul li a{padding-top:5px;padding-bottom:5px;padding-left:14px}.minified #left-panel ul ul li li a,.minified nav ul ul li li a{padding-left:25px}.minified #left-panel>ul ul li::before,.minified nav>ul ul li::before,.minified #left-panel>ul>li>ul::before,.minified nav>ul>li>ul::before{left:12px}.minified #left-panel>ul>li>a .menu-item-parent,.minified nav>ul>li>a .menu-item-parent,.minified #left-panel>ul>li>a>b,.minified nav>ul>li>a>b{display:none}.minified #left-panel>ul>li>a>.menu-item-parent,.minified nav>ul>li>a>.menu-item-parent{display:none;position:absolute;left:40px;top:-3px;width:186px;height:36px;line-height:38px;background-color:#f5f5f5;color:#333;z-index:3;-webkit-box-shadow:2px 1px 2px 0 rgba(0,0,0,0.2);box-shadow:2px 1px 2px 0 rgba(0,0,0,0.2);border-left:1px solid #bfbfbf;border-top:1px solid #d8d4d4;border-bottom:1px solid #fff;padding-left:12px}.minified #left-panel>ul>li>ul,.minified nav>ul>li>ul{display:none!important;position:absolute;left:40px;width:200px;z-index:5;border:1px solid #bfbfbf;min-height:180px;-webkit-box-shadow:1px 1px 2px 0 rgba(0,0,0,0.2);box-shadow:1px 1px 2px 0 rgba(0,0,0,0.2);background:#627685;margin-top:-3px}.minified #left-panel ul>li>ul>li>ul,.minified nav ul>li>ul>li>ul{position:relative;left:13px;border:0;margin-left:-12px;width:197px}.minified #left-panel>ul>li:hover>a>.menu-item-parent,.minified nav>ul>li:hover>a>.menu-item-parent,.minified #left-panel>ul>li:hover>ul,.minified nav>ul>li:hover>ul{display:block!important}.minified #left-panel>ul>li>ul>li,.minified nav>ul>li>ul>li{background-color:rgba(91,103,113,0.8)}.minified #left-panel>ul>li>ul>li>ul>li,.minified nav>ul>li>ul>li>ul>li{background-color:#627685}.minified #left-panel>ul>li>ul>li>a,.minified nav>ul>li>ul>li>a,.minified #left-panel>ul>li>ul>li>ul>li>a,.minified nav>ul>li>ul>li>ul>li>a{padding-top:7px;padding-bottom:7px}.minified #left-panel>ul>li>ul>li>ul>li a,.minified nav>ul>li>ul>li>ul>li a{padding-top:6px;padding-bottom:6px}.minified #left-panel>ul>ul,.minified nav>ul>ul{min-height:100px!important;max-height:180px!important;overflow-y:scroll;overflow-x:hidden;background:#ed1c24!important}.minified #left-panel>ul ul li::before,.minified nav>ul ul li::before{border:0}.minified #left-panel ul ul ul ul li a,.minified nav ul ul ul ul li a{padding-left:45px}.minified #left-panel ul ul ul ul ul li a,.minified nav ul ul ul ul ul li a{padding-left:62px}.minified #left-panel ul ul ul ul ul ul li a,.minified nav ul ul ul ul ul ul li a{padding-left:82px}.minified #left-panel .version{display:none}.minified .slimScrollDiv,.minified .slimScrollDiv>:first-child{overflow:visible!important}.minified .slimScrollBar,.minified .slimScrollRail{display:none}.slimScrollDiv,.slimScrollDiv>:first-child{overflow:hidden}@media(max-width:979px){#hide-menu i,#logout i{color:#6d6a69;font-size:100%}}@media(min-width:0) and (max-width:880px){#hide-menu i,#logout i{font-size:121%}}.hidden-menu #left-panel{left:-210px;z-index:1002}@media(max-width:979px){.hidden-menu #left-panel{left:0}}.hidden-menu #left-panel:hover{left:0}.hidden-menu #main{margin-left:10px}.minified.hidden-menu #main{margin-left:0}@media(max-width:979px){.hidden-menu #main{position:relative;left:210px}}@media(max-width:979px){.hidden-menu #hide-menu i{color:#fff}}@media(min-width:768px) and (max-width:880px){.hidden-menu #hide-menu i::before{content:"\f0c9"}}@media(max-width:767px){.hidden-menu #hide-menu i{color:#fff}.hidden-menu #hide-menu i::before{content:"\f0c9"}}.hidden-menu #hide-menu>:first-child>a{background-color:#e8e8e8;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#5a5a5a),color-stop(100%,#686868));background-image:-webkit-linear-gradient(to bottom,#5a5a5a 0,#686868 100%);background-image:-webkit-gradient(linear,top left,bottom left,from(#5a5a5a),to(#686868));background-image:-webkit-linear-gradient(top,#5a5a5a 0,#686868 100%);background-image:linear-gradient(to bottom,#5a5a5a 0,#686868 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5A5A5A',endColorstr='#686868',GradientType=0);color:#fff;border-color:#494949;-webkit-box-shadow:inset 0 0 3px 1px rgba(0,0,0,0.15);box-shadow:inset 0 0 3px 1px rgba(0,0,0,0.15)}@media(min-width:768px) and (max-width:979px){.hidden-menu #hide-menu>:first-child>a{margin-top:9px;width:40px}}.hidden-menu #hide-menu>:first-child>a:active{-webkit-box-shadow:inset 0 0 6px 1px rgba(0,0,0,0.2);box-shadow:inset 0 0 6px 1px rgba(0,0,0,0.2)}.hidden-menu .minifyme,.minified #hide-menu{display:none}.no-menu #left-panel{left:-220px;z-index:0}.no-menu #main{margin-left:0}.no-menu #hide-menu{display:none}#shortcut{position:absolute;top:0;left:0;height:auto;width:100%;background-color:#33302f;background-color:rgba(0,0,0,0.85);z-index:1009;display:none;color:#fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#shortcut ul{padding:15px 20px 10px;list-style:none;margin:0;-webkit-box-shadow:0 4px 10px rgba(0,0,0,0.3);box-shadow:0 4px 10px rgba(0,0,0,0.3);border-bottom:1px solid #423f3f}#shortcut ul li{display:inline-block;width:auto}#shortcut ul li .ams-metro-tile{margin:0 3px 3px;border:0;border-radius:0}#shortcut ul li .ams-metro-tile:hover{color:#fff;text-decoration:none}#shortcut ul li .ams-metro-tile:active,#shortcut ul li .ams-metro-tile:focus{left:0;top:0}#shortcut ul li a{display:inline-block;box-sizing:content-box;text-transform:capitalize;font-size:14px;color:#333;text-decoration:none}#shortcut ul li a span{display:inline-block;padding:0 0 0 10px}#shortcut .version{position:absolute;right:10px;bottom:10px}.shortcut-on #response-btn{display:none!important}.shortcut-on #left-bar .navbar,.shortcut-on #main .navbar{border:0!important}#sparks{display:block;list-style:none;margin:10px 0 0;padding:0;text-align:right}@media only screen and (min-width:320px) and (max-width:479px){#sparks{text-align:center;background:#e0e0e0;padding:10px 0;margin-bottom:15px}}#sparks li{display:inline-block;border-left:1px dotted #c7c7c7;padding:0 10px;max-height:47px;overflow:hidden;text-align:left;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}@media only screen and (min-width:320px) and (max-width:479px){#sparks li{padding:0 10px 0 20px}}#sparks li:last-child{padding-right:0}#sparks li:first-child{border-left:0;padding-left:0}#sparks li h5{color:#555;float:left;font-size:11px;font-weight:400;margin:-3px 0 0 0;padding:0;border:0;text-transform:uppercase}#sparks li span{color:#636363;display:block}.sparks-info{min-width:70px}.sparks-info span{font-size:18px;line-height:20px;margin:0;text-transform:none}.sparks-info .sparkline{display:block;float:right;margin:3px 0 0 20px}#heat-fill{display:block;position:relative;margin-bottom:20px;background:#333;height:7px;width:200px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAABCAIAAAAU3Xa1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowMDE4MkZGMzMzOTgxMUUzODZBQUNFQUNFOTk0NEUxRiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowMDE4MkZGNDMzOTgxMUUzODZBQUNFQUNFOTk0NEUxRiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjAwMTgyRkYxMzM5ODExRTM4NkFBQ0VBQ0U5OTQ0RTFGIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAwMTgyRkYyMzM5ODExRTM4NkFBQ0VBQ0U5OTQ0RTFGIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+rG8MDAAAAM5JREFUeNpUUtESwyAIg8ft9v8/W4ElBPWKV1AIiKEeEWVuVlWjINSVONBnirQDxukNgcuyTQsBzLHMDsLIQQw+nIL71JqNJ5GZJXApFNpmtlagQjfS2xGbkFA4Iwu+hu0sK3Wl3nOwNv7TvPrWk3X0eW9dK1pU9hK2eTuWb2ySJmlziutA3iBxmblPNvA5PNsuUpoDY80+Z0SW1IRpDEqwC58C14tsr1f8le8si0aojdADr/1UjaclsFashX8GGkL9wDxtRsV6ft/PX4ABADRzhOVIOJaAAAAAAElFTkSuQmCC)}.fill-a,.fill-b{width:20px;text-align:right;overflow:hidden;text-overflow:ellipsis;display:block;background:#fff;padding-right:4px;position:absolute;left:0;margin-top:-7px;font-weight:700}.fill-b{text-align:left;position:absolute;right:0;left:auto;top:0;width:60px;padding-left:4px;padding-right:0}.cke_top{background:rgba(248,248,248,0.9)!important;background-image:none!important}.MessageBox{width:100%;height:100%;position:fixed;top:0;left:0;background:rgba(0,0,0,0.6);z-index:100000}@media screen and (max-width:450px) and (max-width:767px){.MessageBox{width:100%;height:100%;position:fixed;top:0;left:0;background:rgba(0,0,0,0.6);z-index:100000}}.MessageBoxContainer{top:35%;color:#fff;position:relative;width:100%;background-color:#232323;background-color:rgba(0,0,0,0.8);padding:20px}@media screen and (max-width:450px) and (max-width:767px){.MessageBoxContainer{top:25%;color:#fff;position:relative;width:100%;background-color:#232323}}.MessageBoxContainer input,.MessageBoxContainer select{width:50%;padding:5px}@media screen and (max-width:450px) and (max-width:767px){.MessageBoxContainer input,.MessageBoxContainer select{width:50%;padding:5px}}.MessageBoxMiddle{position:relative;left:20%;width:60%}@media screen and (max-width:450px) and (max-width:767px){.MessageBoxMiddle{position:relative;left:0;width:100%;padding:3px}}.MessageBoxMiddle .MsgTitle{letter-spacing:-1px;font-size:24px;font-weight:300}@media screen and (max-width:450px) and (max-width:767px){.MessageBoxMiddle .MsgTitle{font-size:22px}}.MessageBoxMiddle .pText{font-style:30px}@media screen and (max-width:450px) and (max-width:767px){.MessageBoxMiddle{font-style:10px}}.MessageBoxButtonSection{width:100%;height:30px}@media screen and (max-width:450px) and (max-width:767px){.MessageBoxButtonSection{width:100%;height:30px}}.MessageBoxButtonSection button{float:right;margin-right:7px;padding-left:15px;padding-right:15px;font-size:14px;font-weight:700}@media screen and (max-width:450px) and (max-width:767px){.MessageBoxButtonSection button{float:right;margin-right:5px;padding-left:15px;padding-right:15px}}.LoadingBoxContainer{top:20%;color:#fff;position:relative;width:100%;background-color:#232323}.LoadingBoxContainer .MsgTitle{font-size:26px}.LoadingBoxContainer .pText{font-style:30px}.LoadingBoxMiddle{position:relative;left:20%;width:50%;padding:10px}#LoadingPoints{position:absolute}#divMiniIcons{position:fixed;width:415px;right:10px;bottom:180px;z-index:9999;float:right}#divMiniIcons .cajita{text-align:center;vertical-align:middle;padding:4px 6px;color:#FFF;float:right;cursor:pointer;display:block;background-color:red;font-size:17px;margin-left:4px;margin-top:5px}#divMiniIcons .cajita:active{top:1px;left:1px;position:relative}#divSmallBoxes{position:fixed;right:0;top:0;z-index:9999}@media screen and (max-width:450px) and (max-width:767px){#divSmallBoxes{position:fixed;width:90%;right:0;top:0}}.BigBox{position:fixed;right:10px;bottom:10px;background-color:#004d60;padding:10px 10px 5px;width:390px;height:150px;color:#fff;z-index:99999;box-sizing:content-box;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;border-left:5px solid rgba(0,0,0,0.15);overflow:hidden}.BigBox span{font-size:17px;font-weight:300;letter-spacing:-1px;padding:5px 0!important;display:block}.BigBox p{font-size:13px;margin-top:10px}@media screen and (max-width:450px) and (max-width:767px){.BigBox{width:88%}}.BigBox .bigboxicon{font-size:30px;text-align:left;position:absolute;top:120px;left:6px;z-index:0}.BigBox .bigboxnumber{width:100%;text-align:right;font-size:25px}.SmallBox{position:absolute;right:5px;top:20px;width:420px;color:#fff;z-index:9999;overflow:hidden;border:1px solid transparent}@media screen and (max-width:450px) and (max-width:767px){.SmallBox{width:95%}}.SmallBox:hover{border:1px solid #fff;cursor:pointer}@media screen and (max-width:450px) and (max-width:767px){.SmallBox:hover{-webkit-box-shadow:0 0 10px #888;box-shadow:0 0 10px #888;cursor:pointer}}.SmallBox .foto{font-size:30px;position:absolute;left:20px}.SmallBox .textoFull{width:93%;float:left;padding-left:20px}@media screen and (max-width:450px) and (max-width:767px){.SmallBox .textoFull{width:93%;float:left;padding-left:20px}}.SmallBox .textoFoto{width:78%;margin:3px 20px 3px 80px;float:left}@media screen and (max-width:450px) and (max-width:767px){.SmallBox .textoFoto{width:55%;margin:3px 20px 3px 80px;float:left}}.SmallBox span{font-size:17px;font-weight:300;letter-spacing:-1px;display:block;margin:4px 0}@media screen and (max-width:450px) and (max-width:767px){.SmallBox span{font-size:16px}}.SmallBox p{font-size:13px;margin-top:2px}@media screen and (max-width:450px) and (max-width:767px){.SmallBox p{font-size:12px;margin-top:2px}}.btnClose{position:absolute;right:10px;height:16px;width:15px;cursor:pointer;font-size:18px;opacity:.5;display:block;top:15px}.btnClose:hover{opacity:1}.miniPic{position:absolute;bottom:8px;right:9px}.miniIcon{height:100%;font-size:20px}nav{padding-top:40px}nav ul{width:100%;padding:0;margin:0;font-size:13px;line-height:.5em;list-style:none;position:relative;background-color:#627685}nav ul li{overflow:hidden}nav ul li.divider{height:20px;border:0}nav ul li.divider:last-child{display:none}nav ul li.header{font-family:"Ubuntu-Light",Arial,Helvetica,sans-serif;font-size:14px;font-weight:bold;color:#eee;background-color:#b13510;padding:4px 10px 4px 20px;line-height:18px}nav ul li.header:not(:first-child){margin-top:10px}.minified #left-panel nav ul li.header{padding:5px;color:#b94015;line-height:0;max-height:10px;overflow:hidden}nav ul li a{line-height:normal;font-size:14px;padding:10px 10px 10px 11px;color:#f4e8cf;display:block;font-weight:400;text-decoration:none!important;position:relative}nav ul li a:active{background:#616161!important}nav ul li a:focus{color:#c9c9c9}nav ul li a:hover{color:#fff;text-decoration:none}nav ul li.active>a{background-color:#627685;color:#fff!important;position:relative}nav ul li.active>a:before{content:"\f0d9";font-family:FontAwesome;display:block;height:27px;line-height:14px;width:27px;position:absolute;right:-21px;font-size:20px;color:#e5e2cf}nav ul li.active.open>a:before{content:""}nav ul li.active.open>a.active:before{content:"\f0d9"}nav ul li li{border-bottom:0;position:relative}nav ul .active>a{color:#fefefe!important;position:relative}nav ul.active li.active>a{cursor:default}nav ul.active li.active>a.open{cursor:pointer}nav ul.active li.active>a.open.active{cursor:default}nav ul b{float:right;font-size:14px;margin-top:-1px}nav ul span.menu-item-parent{display:inline-block;margin:0;padding:0}nav ul ul{margin:0;display:none;background:rgba(91,103,113,0.8);padding:2px 0}nav ul ul>li:hover b{color:#d5d9e2}nav ul ul li{margin:0;padding:0}nav ul ul li.divider{height:1px;margin-left:30px;padding:0}nav ul ul li>a{padding-left:42px;font-size:12px;font-weight:400;outline:0}nav ul ul li>a:hover{background-color:#46545e;color:#fff}nav ul ul li>a.active{margin-left:30px;padding-left:12px;background-color:#296191}.minified nav ul ul li>a.active{margin-left:0}nav ul ul ul{background:0;padding:0}nav ul ul ul li a{color:#bfbfbf;padding:8px 10px 8px 60px;font-size:11px}nav ul ul ul li a:hover{background-color:#46545e;color:#fff}nav ul ul ul li a.active{margin-left:50px;padding-left:10px}nav ul ul ul ul li a{padding-left:90px}nav ul ul ul ul li a.active{margin-left:80px;padding-left:10px}nav ul ul ul ul ul li a{padding-left:110px}nav ul ul ul ul ul li a.active{margin-left:100px;padding-left:10px}nav ul ul ul ul ul ul li a{padding-left:130px}nav ul ul ul ul ul ul li a.active{margin-left:120px;padding-left:10px}nav ul ul b{color:#b3b3b3}nav>ul>li:hover>ul::before,nav>ul>li:hover>ul>li::before{border-color:#acacac!important}nav>ul>li>a>.badge.pull-right{margin-right:15px}nav>ul>li>a b{position:absolute!important;visibility:hidden;right:10px;top:10px}nav>ul>li>a>i{margin-right:5px;width:15px;display:inline-block;text-align:center;position:relative}nav>ul>li>a>i>em{font-size:9px;display:block;padding:2px;position:absolute;top:-8px;right:-6px;text-decoration:none;font-style:normal;background:#ed1c24;color:#fff;min-width:13px;border-radius:50%;max-height:13px;line-height:8px;font-weight:700;vertical-align:baseline;white-space:nowrap;text-align:center;border:1px solid rgba(255,255,255,0.1)}nav>ul>li:not(.open)>a:hover b,nav>ul>li.open:not(.active)>a:hover b{visibility:visible}nav>ul>li>ul::before{content:"";display:block;position:absolute;z-index:1;left:23px;top:0;bottom:0;border-left:1px solid #7a7a7a}nav>ul>li>ul>li>a,nav>ul>li>ul>li>ul>li>a{padding-top:5px;padding-bottom:5px}nav>ul ul li a i{font-size:14px!important;width:18px!important;text-align:center!important}nav>ul ul li::before{content:"";display:block;position:absolute;width:8px;left:23px;top:13px;border-top:1px solid #7a7a7a;z-index:1}nav>ul ul ul li::before{content:"";display:block;position:absolute;width:18px;left:10px;top:17px;border-top:1px solid transparent}@media(min-width:768px){.navbar-nav>li>a{padding-top:17px;padding-bottom:15px}}.ui-menu{display:block;width:155px;padding:2px;-webkit-box-shadow:0 2px 4px rgba(30,30,100,0.25);box-shadow:0 2px 4px rgba(30,30,100,0.25);background:#fff;border:1px solid rgba(0,0,0,0.2);z-index:1;list-style:none;margin:0;margin-bottom:2em;outline:0}.ui-menu .ui-menu{margin-top:-3px;position:absolute;list-style:none}.ui-menu .ui-menu-item{margin:0;padding:0;width:100%;list-style:none;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-item a{text-decoration:none;display:block;padding:2px .4em;line-height:1.5;min-height:0;font-weight:400}.ui-menu .ui-menu-item a.ui-corner-all{border-radius:0}.ui-menu .ui-menu-item a.ui-state-active,.ui-menu .ui-menu-item a.ui-state-focus,.ui-menu .ui-menu-item a.ui-widget-content{font-weight:700;margin:0;background-color:#428bca;border-color:#357ebd;color:#FFF;display:block;white-space:nowrap}.ui-menu .ui-menu-item a.ui-state-active{padding:1px .4em}.ui-menu .ui-menu-item a .ui-menu-icon{width:auto;height:auto;top:0;left:auto;right:auto;bottom:auto;text-indent:0}.ui-menu .ui-menu-divider{margin:5px -2px 5px -2px;height:0;font-size:0;line-height:0;border-width:1px 0 0}.ui-menu .ui-state-disabled{margin:.4em 0 .2em!important;background:none!important;color:#999!important;font-weight:400!important;cursor:default;line-height:1.5}.ui-menu .ui-state-disabled a{cursor:default}.ui-menu .ui-menu-icons{position:relative}.ui-menu .ui-menu-icons .ui-menu-item a{position:relative;padding-left:2em}.ui-menu .ui-icon{position:absolute;top:.2em;left:.2em}.ui-menu .ui-menu-icon{position:static;float:right}.dropdown-menu>li>a:hover{background-color:#e0e0e0}.open>.dropdown-menu{-webkit-animation-name:flipInX;animation-name:flipInX;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.dropdown-menu .small.divider{margin:3px 0}.dropdown-menu-xs{min-width:37px}.dropdown-menu-xs>li>a{padding:3px 10px}.dropdown-menu-xs>li>a:hover i{color:#fff!important}.dropdown-submenu{position:relative}.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px}.dropdown-submenu:hover>.dropdown-menu{display:block}.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#bfbfbf;margin-top:5px;margin-right:-10px}.dropdown-submenu:hover>a:after{border-left-color:#fff}.dropdown-submenu.pull-left{float:none}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px}.ajax-dropdown{position:absolute;display:none;z-index:1003;top:48px;left:16px;width:344px;height:435px;border-radius:0;-webkit-box-shadow:0 2px 4px rgba(30,30,100,0.25);box-shadow:0 2px 4px rgba(30,30,100,0.25);padding:10px;background:#fff;border:1px solid #b3b3b3}@media only screen and (min-width:320px) and (max-width:479px){.ajax-dropdown{width:299px;height:320px;left:0;top:49px}}.ajax-dropdown:after,.ajax-dropdown:before{bottom:100%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.ajax-dropdown:before{border-color:rgba(131,131,131,0);border-bottom-color:#838383;border-width:8px;left:50%;margin-left:-8px}@media only screen and (min-width:320px) and (max-width:479px){.ajax-dropdown:before{margin-left:-14px}}.ajax-dropdown:after{border-color:rgba(255,255,255,0);border-bottom-color:#fff;border-width:7px;left:50%;margin-left:-7px}@media only screen and (min-width:320px) and (max-width:479px){.ajax-dropdown:after{margin-left:-13px}}.ajax-dropdown>:last-child{font-size:13px;display:block;padding:5px 0;line-height:22px;font-weight:400}.ajax-dropdown>:first-child{margin:0 0 3px;padding:0 0 9px}.ajax-dropdown .fa-4x.fa-border{border-width:3px;border-radius:50%;display:block;margin:0 auto;width:46px;text-align:center;color:#d1d1d1;border-color:#d1d1d1}.ajax-dropdown .btn-group .btn{font-weight:700;text-transform:capitalize}.ajax-dropdown .btn-group>:nth-child(2){border-right-width:0;border-left-width:0}.ajax-dropdown .btn-group .btn:active{top:0;left:0}.active+.ajax-dropdown{-webkit-animation-name:flipInY;animation-name:flipInY;-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.dropdown-large{position:static!important}.dropdown-menu-large{margin-left:16px;margin-right:16px;padding:20px 0}.dropdown-menu-large>li>ul{padding:0;margin:0}.dropdown-menu-large>li>ul>li{list-style:none}.dropdown-menu-large>li>ul>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.428571429;color:#333;white-space:normal}.dropdown-menu-large>li ul>li>a:focus,.dropdown-menu-large>li ul>li>a:hover{text-decoration:none;color:#262626;background-color:#f5f5f5}.dropdown-menu-large .disabled>a,.dropdown-menu-large .disabled>a:focus,.dropdown-menu-large .disabled>a:hover{color:#999}.dropdown-menu-large .disabled>a:focus,.dropdown-menu-large .disabled>a:hover{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);cursor:not-allowed}.dropdown-menu-large .dropdown-header{color:#428bca;font-size:18px}@media(max-width:768px){.dropdown-menu-large{margin-left:0;margin-right:0}.dropdown-menu-large>li{margin-bottom:30px}.dropdown-menu-large>li:last-child{margin-bottom:0}.dropdown-menu-large .dropdown-header{padding:3px 15px!important}}.wijmo-wijmenu{padding:0 20px;background-color:#222;background-repeat:repeat-x;background-image:-webkit-gradient(linear,top left,bottom left,from(#333),to(#222));background-image:-webkit-linear-gradient(top,#333,#222);background-image:linear-gradient(top,#333,#222);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333',endColorstr='#222222',GradientType=0);-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.25),inset 0 -1px 0 rgba(0,0,0,0.1);box-shadow:0 1px 3px rgba(0,0,0,0.25),inset 0 -1px 0 rgba(0,0,0,0.1)}.wijmo-wijmenu .ui-state-default .wijmo-wijmenu-text{color:#bfbfbf}.wijmo-wijmenu .ui-state-hover{background:#444;background:rgba(255,255,255,0.05)}.wijmo-wijmenu .ui-state-hover .wijmo-wijmenu-text{color:#fff}.wijmo-wijmenu .ui-widget-header h3{position:relative;margin-top:1px;padding:0}.wijmo-wijmenu h3 a{color:#fff;display:block;float:left;font-size:20px;font-weight:200;line-height:1;margin-left:-20px;margin-top:1px;padding:8px 20px 12px}.wijmo-wijmenu h3 a:hover{background-color:rgba(255,255,255,0.05);color:#fff;text-decoration:none}.wijmo-wijmenu .ui-widget-header{border:0}.wijmo-wijmenu .wijmo-wijmenu-parent .wijmo-wijmenu-child{padding:.3em 0}.wijmo-wijmenu .wijmo-wijmenu-item{margin:0;border:0}.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-child{background:#333;border:0;margin:0;padding:6px 0;width:160px;border-radius:0 0 6px 6px;-webkit-box-shadow:0 2px 4px rgba(0,0,0,0.2);box-shadow:0 2px 4px rgba(0,0,0,0.2)}.wijmo-wijmenu a.wijmo-wijmenu-link{margin:0;line-height:19px;padding:10px 10px 11px;border:0;border-radius:0}.wijmo-wijmenu .wijmo-wijmenu-child .wijmo-wijmenu-link{display:block;float:none;padding:4px 15px;width:auto}.wijmo-wijmenu .wijmo-wijmenu-child .wijmo-wijmenu-text{float:none}.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-child .ui-state-hover{background:#191919}.wijmo-wijmenu .wijmo-wijmenu-item .wijmo-wijmenu-separator{padding:5px 0;background-image:none;background-color:#222;border-top:1px solid #444;border-bottom:0;border-left:0;border-right:0}.wijmo-wijmenu .wijmo-wijmenu-item input{-moz-transition:none 0s ease 0s;background-color:rgba(255,255,255,0.3);border:1px solid #111;border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.1) inset,0 1px 0 rgba(255,255,255,0.25);box-shadow:0 1px 2px rgba(0,0,0,0.1) inset,0 1px 0 rgba(255,255,255,0.25);color:rgba(255,255,255,0.75);font-family:Ubuntu,Helvetica,Arial,sans-serif;line-height:1;margin:5px 10px 0;padding:4px 9px;width:100px}.wijmo-wijmenu .wijmo-wijmenu-item input:hover{background-color:rgba(255,255,255,0.5);color:#fff}.wijmo-wijmenu .wijmo-wijmenu-item input:focus{background-color:#fff;border:0 none;-webkit-box-shadow:0 0 3px rgba(0,0,0,0.15);box-shadow:0 0 3px rgba(0,0,0,0.15);color:#404040;outline:0 none;padding:5px 10px;text-shadow:0 1px 0 #fff}.wijmo-wijmenu .ui-state-default{text-shadow:none;-webkit-box-shadow:none;box-shadow:none;color:#bfbfbf;-webkit-filter:none;filter:none}.tabs-below>.nav-tabs,.tabs-left>.nav-tabs,.tabs-right>.nav-tabs{border-bottom:0}.nav-tabs.bordered{background:#fff;border:1px solid #ddd}.nav-tabs.bordered>:first-child a{border-left-width:0!important}.nav-tabs.bordered+.tab-content{border:1px solid #ddd;border-top:0}.nav-tabs>li>a{padding:4px 10px;border-radius:0;color:#333}.nav-tabs>li>a.xsmall{line-height:1.0;padding:3px 8px}.nav-tabs>li>a .label{display:inline-block;font-size:11px;margin-left:5px;opacity:.5}.nav-tabs>li>a .badge{font-size:11px;padding:4px 5px 2px;opacity:.5;margin-left:5px;min-width:17px;font-weight:400}.tabs-left .nav-tabs>li>a .badge{margin-right:5px;margin-left:0}.nav-tabs>li>a>.fa{opacity:.5}.nav-tabs.small>li>a{padding:2px 8px;font-size:90%}.nav-tabs.tiny>li>a{padding:1px 6px;font-size:75%}.nav-tabs>li.active>a{-webkit-box-shadow:0 -2px 0 #3276b1;box-shadow:0 -2px 0 #3276b1;border-top-width:0!important;margin-top:1px!important;font-weight:700}.nav-tabs>li.active>a .badge,.nav-tabs>li.active>a .label,.nav-tabs>li.active>a>.fa{opacity:1}.tabs-left .nav-tabs>li.active>a{-webkit-box-shadow:-2px 0 0 #3276b1;box-shadow:-2px 0 0 #3276b1;border-top-width:1px!important;border-left:0!important;margin-left:1px!important}.tabs-right .nav-tabs>li.active>a{-webkit-box-shadow:2px 0 0 #3276b1;box-shadow:2px 0 0 #57889c;border-top-width:1px!important;border-right:0!important;margin-right:1px!important}.tabs-below .nav-tabs>li.active>a{-webkit-box-shadow:0 2px 0 #3276b1;box-shadow:0 2px 0 #3276b1;border-bottom-width:0!important;border-top:0!important;margin-top:0!important}.tabs-left>.nav-tabs>li,.tabs-right>.nav-tabs>li,.tabs-left>.nav-pills>li,.tabs-right>.nav-pills>li{float:none}.tabs-left>.nav-tabs>li>a,.tabs-right>.nav-tabs>li>a,.tabs-left>.nav-pills>li>a,.tabs-right>.nav-pills>li>a{min-width:74px;margin-right:0;margin-bottom:3px}.tabs-left .nav-pills>li.active>a{border:0!important;box-shadow:none!important;-webkit-box-shadow:none!important}.tabs-left>.nav-pills,.tabs-left>.nav-tabs{float:left;margin-right:19px;border-right:1px solid #ddd}.tabs-left>.nav-pills{border-right:0}.tabs-left>.nav-tabs>li>a{margin-right:-1px}.tabs-left>.nav-tabs>li>a:focus,.tabs-left>.nav-tabs>li>a:hover{border-color:#eee #d5d5d5 #eee #eee}.tabs-left>.nav-tabs .active>a,.tabs-left>.nav-tabs .active>a:focus,.tabs-left>.nav-tabs .active>a:hover{border-color:#d5d5d5 transparent #d5d5d5 #ddd;*border-right-color:#fff}.tabs-left>.tab-content{margin-left:109px}.tabs-right>.nav-tabs{float:right;margin-left:19px;border-left:1px solid #ddd}.tabs-right>.nav-tabs>li>a{margin-left:-1px}.tabs-right>.nav-tabs>li>a:focus,.tabs-right>.nav-tabs>li>a:hover{border-color:#eee #eee #eee #ddd}.tabs-right>.nav-tabs .active>a,.tabs-right>.nav-tabs .active>a:focus,.tabs-right>.nav-tabs .active>a:hover{border-color:#ddd #ddd #ddd transparent;*border-left-color:#fff}.tabs-pull-right.nav-tabs>li,.tabs-pull-right.nav-pills>li{float:right}.tabs-pull-right.nav-tabs>li:first-child>a,.tabs-pull-right.nav-pills>li:first-child>a{margin-right:1px}.tabs-pull-right.bordered.nav-pills>li:first-child>a,.tabs-pull-right.bordered.nav-tabs>li:first-child>a{border-left-width:1px!important;margin-right:0;border-right-width:0}.tabs-below>.nav-tabs{border-top:1px solid #ddd}.tabs-below>.nav-tabs>li{margin-top:-1px;margin-bottom:0}.tabs-below>.nav-tabs>li>a:focus,.tabs-below>.nav-tabs>li>a:hover{border-top-color:#ddd;border-bottom-color:transparent}.tabs-below>.nav-tabs>.active>a,.tabs-below>.nav-tabs>.active>a:focus,.tabs-below>.nav-tabs>.active>a:hover{border-color:transparent #ddd #ddd}.pill-content>.pill-pane,.tab-content>.pill-pane,.pill-content>.tab-pane,.tab-content>.tab-pane{display:none}.pill-content>.active,.tab-content>.active,.pill-content>.active,.tab-content>.active{display:block}.pill-content.transparent,.tab-content.transparent{background-color:transparent}.pill-content.bordered,.tab-content.bordered,.pill-content.bordered:hover,.tab-content.bordered:hover{border-color:#ddd;border-top:0}.ams-widget>header>.nav-tabs.pull-left>li:first-child a{border-left-width:0!important}h1,h2,h3,h4{margin:0;font-family:"Ubuntu-Bold",Arial,Helvetica,Sans-Serif;font-weight:300}h1{letter-spacing:-1px;font-size:24px;margin:10px 0}h1 small{font-size:18px;font-weight:300;letter-spacing:-1px}h2{letter-spacing:-1px;font-size:22px;margin:20px 0 15px;line-height:normal}h3{display:block;font-size:19px;font-weight:400;margin:16px 0 10px;line-height:normal}h4{line-height:normal;font-size:17px;font-weight:300;margin:12px 0 8px}h5{font-size:15px;font-weight:300;margin:10px 0 6px;line-height:normal}h6{font-size:14px;margin:10px 0 4px;font-weight:300;line-height:normal}hr .simple{margin-top:10px;margin-bottom:10px;border-style:dashed}li.nodot{list-style-type:none}img.online{border-left-color:#40ac2b!important}img.busy{border-left-color:#ed1c24!important}img.offline{border-left-color:#ddd!important}img.away{border-left-color:#ffc40d!important}[data-ams-url],[data-ams-click-handler]{cursor:pointer}label{font-weight:400}article.sortable-grid{min-height:30px}.caret{border-top:5px solid;border-right:5px solid transparent;border-left:5px solid transparent}.fixed{position:fixed}@media(max-width:768px){.xs-fixed{position:fixed}}@media(min-width:768px) and (max-width:992px){.sm-fixed{position:fixed}}@media(min-width:992px) and (max-width:1200px){.md-fixed{position:fixed}}@media(min-width:1200px){.lg-fixed{position:fixed}}.outside{position:absolute;left:-9999px}@media(max-width:979px){.visible-tablet{display:inline-block!important}}@media(max-width:979px){.hidden-tablet,.display-inline.hidden-tablet{display:none!important}}@media only screen and (min-width:0) and (max-width:679px){.hidden-tablet{display:none!important}}@media only screen and (min-width:320px) and (max-width:479px){.visible-mobile{display:inline-block!important}}@media only screen and (min-width:320px) and (max-width:479px){.hidden-mobile{display:none!important}}.viewport-y{overflow-y:auto}.viewport-y-none{overflow-y:hidden!important}.viewport-y.viewport-100{max-height:100px}.viewport-y.viewport-200{max-height:200px}.viewport-y.viewport-300{max-height:300px}.viewport-y.viewport-600{max-height:600px}.viewport-y.viewport-400{max-height:400px}.viewport-y.viewport-500{max-height:500px}.viewport-y.viewport-600{max-height:600px}.viewport-x{overflow-x:auto}.viewport-x-none{overflow-x:hidden!important}.viewport-x.viewport-100{max-width:100px}.viewport-x.viewport-200{max-width:200px}.viewport-x.viewport-300{max-width:300px}.viewport-x.viewport-400{max-width:400px}.viewport-x.viewport-500{max-width:500px}.viewport-x.viewport-600{max-width:600px}.height-100{min-height:100px}.height-200{min-height:200px}.height-300{min-height:300px}.height-400{min-height:400px}.height-500{min-height:500px}.height-600{min-height:600px}.lead{font-size:19px}.alert{margin-bottom:20px;margin-top:0;color:#675100;border-width:0;border-left-width:5px;padding:10px;border-radius:0}.alert .close{top:0;right:-5px;line-height:20px}.alert-heading{font-weight:600}.alert-danger{border-color:#963b49;color:#fff;background:#c46a69;text-shadow:none}.alert-warning{border-color:#e5c693;color:#6b6d31;background:#ecdfb0}.alert-success{border-color:#8eb589;color:#296829;background:#cee0cf}.alert-info{border-color:#9cb4c5;color:#346597;background:#d6dde7}.alert ul{margin-left:25px;list-style-position:outside;list-style-type:square}.ams-form>.alert{margin:5px;padding:5px;box-shadow:none!important;-webkit-box-shadow:none!important;border-radius:0!important}.help{font-size:90%;padding:5px!important}.help p{margin:0 0 1px;line-height:1.15}.modal-dialog .help{margin-bottom:5px!important}.well{background:#fbfbfb;border:1px solid #ddd;box-shadow:0 1px 1px #ececec;-webkit-box-shadow:0 1px 1px #ececec;position:relative}.well.well-clean{-webkit-box-shadow:none;box-shadow:none;border-color:transparent}.well.well-glass{-webkit-box-shadow:none;box-shadow:none;border-color:transparent;background-color:rgba(255,255,255,0.25);color:#fff}.well.well-light{background:#fff;border:1px solid #e2e2e2}.widget-body .well{margin-bottom:0}.well.transparent{border:0!important;background:none!important}.ams-widget.well.transparent>div,.ams-widget.well.transparent>div .widget-body{padding:0!important}.well[class*=" bg-"],.well[class^=bg-]{border:1px solid #555!important}.note{margin-top:6px;padding:0 1px;font-size:11px;line-height:15px;color:#999}.subscript{font-size:21px;color:#999}.display-image{margin-top:-60px;margin-right:20px}.terms-body{max-height:400px;overflow:auto}.timeline-seperator{display:block;text-align:center;color:#999;margin:20px 0 0}.timeline-seperator>:first-child{padding:4px 5px;border:1px dashed rgba(0,0,0,0.1);background:#fff;font-size:11px;border-radius:4px}.timeline-seperator .btn,.timeline-seperator .btn+.dropdown-menu{margin-right:15px}.timeline-seperator:after{display:block;content:" ";margin:0 20px;border-bottom:1px dashed rgba(0,0,0,0.1);margin-top:-8px}.progress{position:relative;margin-bottom:20px;overflow:hidden;height:22px;background:#eee;box-shadow:0 1px 0 transparent,0 0 0 1px #e3e3e3 inset;-webkit-box-shadow:0 1px 0 transparent,0 0 0 1px #e3e3e3 inset;border-radius:0}.progress-bar{float:left;width:0;height:100%;font-size:11px;color:#fff;text-align:center;background-color:#57889c;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);font-weight:700;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-image:url(../img/pattern/overlay-pattern.png)}.progress-striped .progress-bar{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-ms-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-danger{background-color:#a90329}.progress-striped .progress-bar-danger{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-bar-success{background-color:#739e73}.progress-striped .progress-bar-success{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#c79121}.progress-striped .progress-bar-warning{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#57889c}.progress-striped .progress-bar-info{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress .bar-info,.progress-info .bar{background:#57889c}.progress-micro{height:3px!important;line-height:3px!important}.progress-xs{height:7px!important;line-height:7px!important}.progress-sm{height:14px!important;line-height:14px!important}.progress-lg{height:30px!important;line-height:30px!important}.progress .progress-bar{position:absolute;overflow:hidden;line-height:20px}.progress .progressbar-back-text{position:absolute;width:100%;height:100%;font-size:12px;line-height:20px;text-align:center}.progress .progressbar-front-text{display:block;width:100%;font-size:12px;line-height:20px;text-align:center}.progress.right .progress-bar{right:0}.progress.right .progressbar-front-text{position:absolute;right:0}.progress.vertical{width:25px;height:100%;min-height:150px;margin-right:20px;display:inline-block;margin-bottom:0}.progress.vertical.bottom{position:relative}.progress.vertical.bottom .progress-bar{position:absolute;bottom:0}.progress.vertical.bottom .progressbar-front-text{position:absolute;bottom:0}.progress.vertical .progress-bar{width:100%;height:0;-webkit-transition:height .6s ease;transition:height .6s ease}.progress.wide-bar{width:40px}.dd{position:relative;display:block;margin:0;padding:0;max-width:600px;list-style:none;font-size:13px;line-height:20px}@media only screen and (min-width:700px){.dd{float:left;width:100%}.dd+.dd{margin-left:2%}}.dd-header.calender-spacer{height:46px;display:block}.dd-list{display:block;position:relative;margin:0;padding:0;list-style:none}.dd-list .dd-list{padding-left:30px}.dd-collapsed .dd-list{display:none}.dd-empty{border:1px dashed #bbb;min-height:100px;background-color:#eee;background-image:-webkit-linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff),-webkit-linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff);background-image:linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff),linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff);-webkit-background-size:60px 60px;background-size:60px 60px;background-position:0 0,30px 30px}.dd-empty,.dd-placeholder{margin:5px 0;padding:0;min-height:30px;background:#f2fbff;border:1px dashed #b6bcbf;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-box-sizing:border-box}.dd-empty,.dd-item,.dd-placeholder{display:block;position:relative;margin:0;padding:0;min-height:20px;font-size:13px;line-height:20px}.dd-handle{display:block;font-size:15px;margin:5px 0;padding:7px 15px;color:#333;text-decoration:none;border:1px solid #cfcfcf;background:#fbfbfb}.dd-handle:hover,.dd-handle:hover+.dd-list .dd-handle{background:#fddfb3!important;border:1px solid #faa937;color:#333!important}.dd-handle>span{font-size:13px;color:#777}.dd-hover>.dd-handle{background:#2ea8e5!important}.dd-item>button{position:relative;cursor:pointer;float:left;width:25px;height:20px;margin:7px 10px;line-height:22px!important;padding:0;text-indent:100%;white-space:nowrap;overflow:hidden;border:0;background:rgba(0,0,0,0);text-align:center;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px}.dd-item>button:before{content:'\f055';display:block;position:absolute;width:100%;text-align:center;text-indent:0;color:#0091d9}.dd-item>button[data-action=collapse]:before{content:'\f056';color:#a90329}.dd-dragel{position:absolute;pointer-events:none;z-index:9999}.dd-dragel>.dd-item .dd-handle{margin-top:0}.dd-dragel>.dd-item>.dd-handle{border-left-width:4px}.dd-dragel .dd-handle{-webkit-box-shadow:2px 4px 6px 0 rgba(0,0,0,0.1);box-shadow:2px 4px 6px 0 rgba(0,0,0,0.1)}.dd-dragel>li.dd-item.dd3-item{position:relative;top:10px;left:10px;z-index:999}.vertical-bars{padding:0;margin:0}.vertical-bars:after{content:"";display:block;height:0;clear:both}.vertical-bars li{padding:14px 0;width:25%;display:block;float:left;text-align:center}.vertical-bars li:first-child{border-left:0}.vertical-bars>li>.progress.vertical{margin:0 auto;float:none}.vertical-bars>li>.progress.vertical:first-child{margin-left:auto}.bar-holder{padding:18px 15px}.bar-holder:first-child{border-top:0}.bar-holder .progress{margin:0}.pagination.pagination-alt>li>a{box-shadow:none;-webkit-box-shadow:none;border:0;margin-left:-1px}.pagination.pagination-alt>li:first-child>a{padding-left:0}.pagination>li>a,.pagination>li>span{padding:7px 12px 5px;box-shadow:inset 0 -2px 0 rgba(0,0,0,0.05);-webkit-box-shadow:inset 0 -2px 0 rgba(0,0,0,0.05)}.pagination-xs>li>a,.pagination-xs>li>span{padding:5px 9px 3px;font-size:12px}.panel-purple{border-color:#6e587a}.panel-purple>.panel-heading{color:#fff;background-color:#6e587a;border-color:#6e587a}.panel-greenLight{border-color:#71843f}.panel-greenLight>.panel-heading{color:#fff;background-color:#71843f;border-color:#71843f}.panel-greenDark{border-color:#496949}.panel-greenDark>.panel-heading{color:#fff;background-color:#496949;border-color:#496949}.panel-darken{border-color:#333}.panel-darken>.panel-heading{color:#fff;background-color:#404040;border-color:#404040}.panel-pink{border-color:#ac5287}.panel-pink>.panel-heading{color:#fff;background-color:#ac5287;border-color:#ac5287}.panel-green{border-color:#356e35}.panel-green>.panel-heading{color:#fff;background-color:#356e35;border-color:#356e35}.panel-blueLight{border-color:#92a2a8}.panel-blueLight>.panel-heading{color:#fff;background-color:#92a2a8;border-color:#92a2a8}.panel-pinkDark{border-color:#a8829f}.panel-pinkDark>.panel-heading{color:#fff;background-color:#a8829f;border-color:#a8829f}.panel-redLight{border-color:#a65858}.panel-redLight>.panel-heading{color:#fff;background-color:#a65858;border-color:#a65858}.panel-red{border-color:#a90329}.panel-red>.panel-heading{color:#fff;background-color:#a90329;border-color:#a90329}.panel-teal{border-color:#568a89}.panel-teal>.panel-heading{color:#fff;background-color:#568a89;border-color:#568a89}.panel-orange{border-color:#c79121}.panel-orange>.panel-heading{color:#fff;background-color:#c79121;border-color:#c79121}.panel-blueDark{border-color:#4c4f53}.panel-blueDark>.panel-heading{color:#fff;background-color:#4c4f53;border-color:#4c4f53}.panel-magenta{border-color:#6e3671}.panel-magenta>.panel-heading{color:#fff;background-color:#6e3671;border-color:#6e3671}.panel-blue{border-color:#57889c}.panel-blue>.panel-heading{color:#fff;background-color:#57889c;border-color:#57889c}.panel-footer>.btn-block{border-radius:0;border-bottom:0;border-left:0;border-right:0}.notification-body{padding:0 0 0 3px;margin:0;list-style:none}.notification-body *,.notification-body:after *,.notification-body:before *{box-sizing:border-box!important;-webkit-box-sizing:border-box!important;-moz-box-sizing:border-box!important}.notification-body>li{border-bottom:1px solid #e9e9e9;position:relative}.notification-body>li>span{background:#fff;display:block;min-height:25px;overflow:hidden;padding:8px 10px 13px;white-space:normal}.notification-body>li>span:hover{background:#f0f4f7;color:#667f8f}.notification-body>li a.msg{padding-left:50px!important}.notification-body>li a,.notification-body>li a span{display:block;position:relative;overflow:hidden}.notification-body>li a,.notification-body>li a:hover{text-decoration:none}.notification-body>li:hover .progress{background:#fff;box-shadow:0 1px 0 rgba(0,0,0,0),0 0 0 1px #a7a7a7 inset;-webkit-box-shadow:0 1px 0 rgba(0,0,0,0),0 0 0 1px #ccc inset}.notification-body>li:hover .text-muted{color:#333}.notification-body .from{font-size:14px;line-height:normal;color:#333;font-weight:400;margin-right:60px;margin-bottom:6px;height:20px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.notification-body .unread{background:#ffffe0}.notification-body .unread .unread .from{font-weight:700}.notification-body time{position:absolute;top:3px;right:0;font-size:11px;font-weight:400;color:#058dc7}.notification-body .msg-body,.notification-body .subject{font-size:13px;color:#a0a0a0;max-height:35px;width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.notification-body .subject{font-size:13px;color:#333;max-height:22px}.ajax-notifications{height:365px;display:block;overflow:auto;margin-right:-10px;margin-left:-10px;border-bottom:1px solid #cecece;border-top:1px solid #cecece;background:#e9e9e9}@media only screen and (min-width:320px) and (max-width:479px){.ajax-notifications{height:250px}}.ajax-notifications>.alert.alert-transparent{background-color:transparent;border-color:transparent;color:#757575;margin:13px 10px}.ajax-notifications>.alert>:first-child{margin-bottom:10px;font-weight:400}.arrow-box-up:before,.arrow-box-up:after{bottom:100%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.arrow-box-up:before{border-color:rgba(131,131,131,0);border-bottom-color:#838383;border-width:8px;left:50%;margin-left:-8px}.arrow-box-up:after{border-color:rgba(255,255,255,0);border-bottom-color:#fff;border-width:7px;left:50%;margin-left:-7px}.arrow-box-up-right:before,.arrow-box-up-right:after{bottom:100%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.arrow-box-up-right:before{border-color:rgba(131,131,131,0);border-bottom-color:#838383;border-width:8px;right:9px;margin-left:-8px}.arrow-box-up-right:after{border-color:rgba(255,255,255,0);border-bottom-color:#fff;border-width:7px;right:10px;margin-left:-7px}.tooltip-inner{padding:5px 10px;font-size:11px;font-family:Ubuntu,Arial,Helvetica,sans-serif;font-weight:700;border-radius:0}.jqstooltip{padding:7px!important;border-radius:3px!important;border:0!important;background-color:#000!important;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}.jqstooltip .jqsfield{font-family:Ubuntu,Arial,sans-serif;font-size:11px}.dd3-content{display:block;margin:5px 0;padding:6px 10px 8px 40px;font-size:15px;color:#333;text-decoration:none;border:1px solid #cfcfcf;background:#fbfbfb}.dd3-content:hover{color:#2ea8e5;background:#fff}.dd-dragel>.dd3-item>.dd3-content{margin:0}.dd3-item>button{margin-left:38px}.dd3-handle{position:absolute;margin:0;left:0;top:0;cursor:move;width:30px;text-indent:100%;white-space:nowrap;overflow:hidden;border:1px solid #aaa;background:#bfbfbf;background:-webkit-gradient(linear,top left,bottom left,from(#ddd),to(#bbb));background:-webkit-linear-gradient(top,#ddd 0,#bbb 100%);background:linear-gradient(top,#ddd 0,#bbb 100%);display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:18px;padding:8px 15px}.dd3-handle:before{content:'\f0c9';display:block;position:absolute;left:0;top:3px;width:100%;text-align:center;text-indent:0;color:#818181;font-weight:400;line-height:28px}.dd3-handle:hover:before{color:#c27616}.nestable-lists{display:block;clear:both;padding:30px 0;width:100%;border:0;border-top:2px solid #bfbfbf;border-bottom:2px solid #bfbfbf}#nestable-menu{padding:0;margin:10px 0 20px}#nestable-output,#nestable2-output{width:100%;padding:5px}.custom-scroll::-webkit-scrollbar{-webkit-overflow-scrolling:touch;height:10px;width:10px}.custom-scroll::-webkit-scrollbar:hover{background-color:#e9e9e9;border:1px solid #dbdbdb}.custom-scroll::-webkit-scrollbar-button:start:decrement,.custom-scroll::-webkit-scrollbar-button:end:increment{background:0;display:block;height:0}.custom-scroll::-webkit-scrollbar-track{-webkit-background-clip:padding-box;background-clip:padding-box;border:solid transparent}.custom-scroll::-webkit-scrollbar-track-piece{-o-border-radius:0;background-color:transparent;border-radius:0}.custom-scroll::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 1px 1px 0 rgba(0,0,0,0.1),inset 0 -1px 0 rgba(0,0,0,0.07);-webkit-background-clip:padding-box;background-clip:padding-box;background-color:rgba(0,0,0,0.2);border:0;box-shadow:inset 1px 1px 0 rgba(0,0,0,0.1),inset 0 -1px 0 rgba(0,0,0,0.07)}.custom-scroll::-webkit-scrollbar-thumb:vertical,.custom-scroll::-webkit-scrollbar-thumb:horizontal{-o-border-radius:0;background-color:#bfbfbf;border-radius:0}.custom-scroll::-webkit-scrollbar-thumb:active{-webkit-box-shadow:inset 1px 1px 3px rgba(0,0,0,0.33);background-color:rgba(0,0,0,0.44);box-shadow:inset 1px 1px 3px rgba(0,0,0,0.33)}.custom-scroll::-webkit-scrollbar-thumb:hover{background-color:#959595}.air{position:absolute;z-index:5}.air-bottom{bottom:0}.air-top{top:0}.air-top-right{top:0;right:0}.air-top-left{top:0;left:0}.air-bottom-left{bottom:0;left:0}.air-bottom-right{bottom:0;right:0}.tree{min-height:20px;border-radius:4px}.tree li{list-style-type:none;margin:0;padding:3px 0 3px 5px;position:relative}.tree li:after,.tree li:before{content:'';left:-20px;position:absolute;right:auto}.tree li:before{border-left:1px solid #999;bottom:50px;height:100%;top:-5px;width:1px;-webkit-transition:"border-color 0.1s ease 0.1s";transition:"border-color 0.1s ease 0.1s"}.tree li:last-child::before{height:30px}.tree li:after{border-top:1px solid #999;height:20px;top:14px;width:25px}.tree li:hover{background:rgba(0,0,0,0.15)}.tree li>span{border:1px dotted #999;border-radius:5px;display:inline-block;padding:4px 8px;text-decoration:none;-webkit-transition:color .2s ease .1s,background-color .2s ease .1s,border-color .3s ease .2s;transition:color .2s ease .1s,background-color .2s ease .1s,border-color .3s ease .2s}.tree li>span>i{padding-right:4px}.tree li.parent_li>span{padding:7px}.tree li>span{cursor:pointer}.tree li>span:hover,.tree li>span:hover+ul li>span{background:#eee;border:1px solid #94a0b4;color:#000}.tree ul ul{padding-left:34px;padding-top:5px}.tree>ul{padding-left:0}.tree>ul>li:after,.tree>ul>li:before{border:0}.pace{-webkit-pointer-events:none;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pace-inactive{display:none}.pace .pace-progress{background:#3276b1;position:fixed;z-index:2000;top:0;left:0;height:2px;-webkit-transition:width 1s;transition:width 1s}.pace .pace-progress-inner{display:block;position:absolute;right:0;width:100px;height:100%;-webkit-box-shadow:0 0 10px #29d,0 0 5px #29d;box-shadow:0 0 10px #29d,0 0 5px #29d;opacity:1;-webkit-transform:rotate(3deg) translate(0,-4px);-ms-transform:rotate(3deg) translate(0,-4px);transform:rotate(3deg) translate(0,-4px)}.pace .pace-activity{display:block;position:fixed;z-index:2000;top:63px;right:40px;width:14px;height:14px;border:solid 2px transparent;border-top-color:#29d;border-left-color:#29d;border-radius:10px;-webkit-animation:pace-spinner 400ms linear infinite;-ms-animation:pace-spinner 400ms linear infinite;animation:pace-spinner 400ms linear infinite}.table-full{width:100%}.table-wrap{overflow:auto}.table.has-tickbox thead tr th:first-child{width:18px}.table.has-tickbox.ams-form tbody tr td:first-child .checkbox,.table.has-tickbox.ams-form tbody tr td:first-child .radio,.table.has-tickbox.ams-form thead tr th:first-child .checkbox,.table.has-tickbox.ams-form thead tr th:first-child .radio{padding:0!important}.table-dnd tbody tr.dragging-row td{background-color:#cedbf7!important}.table-dnd tbody tr:not(.no-drag-handle) td:first-child{padding-left:20px!important}.table-dnd tbody td.sorter,.table-dnd tbody td.sorter a{cursor:move!important}.table-dnd tbody td.drag-handle{background:transparent url('../img/vert-drag-handle.png') scroll no-repeat left 50%}table:not(.table-dnd) td.sorter a{display:none}.table-tight td,.table-tight th{padding:4px 8px!important;line-height:1.3!important}.table-tight td input[type="text"],.table-tight th input[type="text"]{height:20px;padding:3px 8px}.table-small td,.table-small th{padding:2px 8px!important;line-height:1.2!important}.table-small td input[type="text"],.table-small th input[type="text"]{height:18px;padding:2px 8px}.table-mini td,.table-mini th{padding:1px 8px!important;line-height:1.1!important}.table-mini td input[type="text"],.table-mini th input[type="text"]{height:16px;padding:1px 8px}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-width:1px}.table-bordered .no-padding>.table-bordered{border:0!important}.table-bordered .no-padding>.table-bordered tbody tr td:first-child,.table-bordered .no-padding>.table-bordered thead tr td:first-child,.table-bordered .no-padding>.table-bordered thead tr th:first-child{border-left-width:0!important}.table-bordered .no-padding>.table-bordered tbody tr td:last-child,.table-bordered .no-padding>.table-bordered thead tr th:last-child{border-right-width:0!important}.table-bordered .no-padding>.table-bordered tbody tr:last-child td{border-bottom-width:0!important}.no-padding .note-editable .table-bordered{border:1px solid #ddd!important}tr.bordered-bottom th,tr.bordered-bottom td{border-bottom:1px solid #ddd}.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{background-color:#eee}th.checker,td.checker{width:30px}th.actions-menu{width:70px}th.action,td.action{width:26px}.dt-row{padding:4px 10px}.dt-top-row{height:0;line-height:0;position:relative}.dt-bottom-row{background:#fafafa;font-size:11px;overflow:hidden;padding:5px 10px;border-top:1px solid #ccc;-webkit-box-shadow:inset 0 1px #fff;-ms-box-shadow:inset 0 1px #fff;box-shadow:inset 0 1px #fff}.ams-form .dt-bottom-row .row{margin:0!important}.modal-dialog .ams-form .dt-bottom-row{padding:5px 10px!important}.modal-dialog .ams-form .dt-bottom-row .row{margin:0}.dataTables_length{position:absolute;right:13px;top:-35px}.dataTables_length select{width:60px;padding:3px;font-size:13px;border:1px solid #bbb}.dataTables_filter{position:absolute;left:10px;top:-35px}.dataTables_filter input{padding:3px 8px 1px;font-size:13px}.dataTables_filter .form-control{height:28px}.dataTables_filter .input-group{width:180px!important}.dataTables_filter input select{border:1px solid #bbb}.dataTables_paginate{margin:4px 0 0}.dataTables_paginate .pagination{margin:0}.dataTables_paginate .btn-group a{color:#2e5f87}.dataTables_wrapper{position:relative}.dataTables_wrapper table.table{clear:both;max-width:inherit;margin-bottom:0}.dataTables_wrapper table.table thead th{white-space:nowrap;text-overflow:ellipsis;-ms-text-overflow:ellipsis}.dataTables_wrapper table.table thead .sorting,.dataTables_wrapper table.table thead .sorting_asc,.dataTables_wrapper table.table thead .sorting_asc_disabled,.dataTables_wrapper table.table thead .sorting_desc,.dataTables_wrapper table.table thead .sorting_desc_disabled{cursor:pointer;padding-right:20px}.dataTables_wrapper table.table thead .sorting{background:url(../img/datatable/sort_both.png) no-repeat center right}.dataTables_wrapper table.table thead .sorting_asc{background:#e0f8ff url(../img/datatable/sort_asc.png) no-repeat center right}.dataTables_wrapper table.table thead .sorting_desc{background:#d4f0ff url(../img/datatable/sort_desc.png) no-repeat center right}.dataTables_wrapper table.table thead .sorting_asc_disabled{background:url(../img/datatable/sort_asc_disabled.png) no-repeat center right}.dataTables_wrapper table.table thead .sorting_desc_disabled{background:url(../img/datatable/sort_desc_disabled.png) no-repeat center right}.dataTables_wrapper table.table tbody tr.active th,.dataTables_wrapper table.table tbody tr.active td{background-color:#08C;color:#fff}.dataTables_wrapper table.table tbody tr.active:hover td,.dataTables_wrapper table.table tbody tr.active:hover th{background-color:#0075b0!important}.dataTables_wrapper table.dataTable th:active{outline:0}.dataTables_wrapper .table-striped tbody tr.active:nth-child(odd) td,.dataTables_wrapper .table-striped tbody tr.active:nth-child(odd) th{background-color:#017ebc}.dataTables_wrapper select{min-height:inherit}.dataTables_wrapper table+.row{margin-bottom:0;margin-top:10px}.dataTables_wrapper .dt_actions{float:left;margin-right:20px}.dataTables_wrapper .bottom,.dataTables_wrapper .top{background-color:#f5f5f5;border:1px solid #CCC;padding:15px}.dataTables_wrapper div.DTTT .btn:hover{text-decoration:none!important}.dataTables_wrapper ul.DTTT_dropdown.dropdown-menu a{color:#333!important}.dataTables_wrapper ul.DTTT_dropdown.dropdown-menu li:hover a{background-color:#08c;color:#fff!important}.dataTables_wrapper div.DTTT_print_info.modal{height:150px;margin-top:-75px;text-align:center}.dataTables_wrapper div.DTTT_print_info h6{font-weight:400;font-size:28px;line-height:28px;margin:1em}.dataTables_wrapper div.DTTT_print_info p{font-size:14px;line-height:20px}.dataTables_wrapper div.DTFC_LeftFootWrapper table,.dataTables_wrapper div.DTFC_LeftHeadWrapper table,.dataTables_wrapper table.DTFC_Cloned tr.even{background-color:#fff}.dataTables_wrapper div.DTFC_LeftHeadWrapper table{margin-bottom:0!important;border-top-right-radius:0!important;border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.dataTables_scrollBody{-webkit-overflow-scrolling:touch}.top .dataTables_info{float:none}div.dt-bottom-row .dataTables_info{float:left;padding-top:10px;font-size:12px}.dataTables_full{width:100%!important}.dataTables_empty{text-align:center!important;font-size:15px;background:#fff!important;padding:20px 0!important;cursor:default}.dataTables_scroll{clear:both}.dataTables_scrollHeadInner table.table-bordered{border-radius:4px 4px 0 0}.dataTables_scrollHeadInner table.table-bordered,.dataTables_scrollHeadInner table.table-bordered thead{border-bottom:0}.dataTables_scrollBody table{border-top:0}.dataTables_processing{position:absolute;top:50%;margin-top:-24px;z-index:100;left:50%;width:250px;margin-left:-125px;border:1px solid #ddd;text-align:center;color:#000;background:#fff;font-size:15px!important;-webkit-box-shadow:0 0 4px rgba(0,0,0,0.2);-ms-box-shadow:0 0 4px rgba(0,0,0,0.2);box-shadow:0 0 4px rgba(0,0,0,0.2);padding:10px 0}.dataTables_wrapper .center{text-align:center}.dataTables_wrapper .details,.dataTables_wrapper .details:hover{background:#ddd!important}.dataTables_wrapper .details table td{background:#fff!important}.dataTables_scrollHeadInner table.table,.dataTables_wrapper .details table.table{margin:0!important}.dataTables_scrollHead table{margin-bottom:0!important;border-bottom-left-radius:0;border-bottom-right-radius:0}.dataTables_scrollHead table thead tr:last-child th:first-child{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child,.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.DTFC_LeftBodyWrapper table,.dataTables_scrollBody table{border-top:0;margin-bottom:0!important}.DTFC_LeftBodyWrapper tbody tr:first-child td,.DTFC_LeftBodyWrapper tbody tr:first-child th,div.DTFC_LeftFootWrapper table,div.dataTables_scrollBody tbody tr:first-child th,div.dataTables_scrollFoot table{border-top:0}.ColVis{position:absolute;right:83px;top:-35px}.ColVis_collection{position:relative;width:180px;background-color:#fff;border:1px solid rgba(0,0,0,0.2);-webkit-box-shadow:0 2px 4px rgba(0,0,0,0.2);box-shadow:0 2px 4px rgba(0,0,0,0.2);z-index:1102;padding-top:3px;padding-left:10px;list-style-type:none;list-style-position:outside}.ColVis_collection .ColVis_Button{position:relative;margin-right:3px;height:30px;background-color:#fff;border:1px solid #d0d0d0;cursor:hand;padding:3px 5px}.ColVis_collection button.ColVis_Button{padding:4px 12px;height:26px;background-color:#fff;border:0;width:100%;float:none;font-size:12px}.ColVis_collection button.ColVis_Button+button.ColVis_Button{border-top:1px solid #e1e1e1}.ColVis_collection button.ColVis_Button button.ColVis_Button input{margin:0}button.ColVis_Button{padding:4px 5px;text-align:left}button.ColVis_Button::-moz-focus-inner{border:0!important;padding:0}.ColVis_collectionBackground{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;z-index:1100}div.ColVis_catcher{position:absolute;z-index:1101}span.ColVis_radio{display:inline-block;width:20px;vertical-align:-2px}.ColVis_text_hover,div.ColVis_collection button.ColVis_Button:hover{background:#f2f2f2;color:#222}table.DTCR_clonedTable{background-color:#fff;z-index:202}div.DTCR_pointer{width:1px;background-color:#0259c4;z-index:201}ul.DTTT_dropdown.dropdown-menu li{position:relative}ul.DTTT_dropdown.dropdown-menu li:hover a{background-color:#f2f2f2;color:#333!important}.table_tools_group{position:absolute;right:83px;top:-37px}.DTTT.btn-group{position:absolute;top:-38px;right:83px}.DTTT_dropdown{z-index:2002}.DTFC_LeftHeadWrapper{border-bottom:1px solid #ddd}div.DTTT_container{position:relative;float:right;margin-bottom:1em}a.DTTT_button,button.DTTT_button,div.DTTT_button{position:relative;float:left;margin-right:3px;padding:5px 8px;border:1px solid #999;cursor:pointer;*cursor:hand;font-size:.88em;color:#000!important;-o-border-radius:2px;border-radius:2px;-webkit-box-shadow:1px 1px 3px #ccc;-ms-box-shadow:1px 1px 3px #ccc;-o-box-shadow:1px 1px 3px #ccc;box-shadow:1px 1px 3px #ccc;background:#fff;background:-webkit-gradient(linear,top left,bottom left,from(#fff),color-stop(89%,#f3f3f3),to(#f9f9f9));background:-webkit-linear-gradient(top,#fff 0,#f3f3f3 89%,#f9f9f9 100%);background:linear-gradient(top,#fff 0,#f3f3f3 89%,#f9f9f9 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f9f9f9',GradientType=0)}a.DTTT_button:hover,button.DTTT_button:hover,div.DTTT_button:hover{border:1px solid #666;text-decoration:none!important;-webkit-box-shadow:1px 1px 3px #999;-ms-box-shadow:1px 1px 3px #999;-o-box-shadow:1px 1px 3px #999;box-shadow:1px 1px 3px #999;background:#f3f3f3;background:-webkit-gradient(linear,top left,bottom left,from(#f3f3f3),color-stop(89%,#e2e2e2),to(#f4f4f4));background:-webkit-linear-gradient(top,#f3f3f3 0,#e2e2e2 89%,#f4f4f4 100%);background:linear-gradient(top,#f3f3f3 0,#e2e2e2 89%,#f4f4f4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3',endColorstr='#f4f4f4',GradientType=0)}button.DTTT_button{height:30px;padding:3px 8px}.DTTT_button embed{outline:0}a.DTTT_disabled,button.DTTT_disabled,div.DTTT_disabled{color:#999;border:1px solid #d0d0d0;background:#fff;background:-webkit-gradient(linear,top left,bottom left,from(#fff),color-stop(89%,#f9f9f9),to(#fafafa));background:-webkit-linear-gradient(top,#fff 0,#f9f9f9 89%,#fafafa 100%);background:linear-gradient(top,#fff 0,#f9f9f9 89%,#fafafa 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#fafafa',GradientType=0)}table.DTTT_selectable tbody tr{cursor:pointer;*cursor:hand}table.dataTable tr.DTTT_selected.odd td.sorting_1,table.dataTable tr.DTTT_selected.odd td.sorting_2,table.dataTable tr.DTTT_selected.odd td.sorting_3{background-color:#9fafd1}table.dataTable tr.DTTT_selected.even td.sorting_1,table.dataTable tr.DTTT_selected.even td.sorting_2,table.dataTable tr.DTTT_selected.even td.sorting_3{background-color:#b0bed9}div.DTTT_collection{width:150px;padding:8px 8px 4px;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.4);background-color:#f3f3f3;background-color:rgba(255,255,255,0.3);overflow:hidden;z-index:2002;-o-border-radius:5px;border-radius:5px;-webkit-box-shadow:3px 3px 5px rgba(0,0,0,0.3);-ms-box-shadow:3px 3px 5px rgba(0,0,0,0.3);-o-box-shadow:3px 3px 5px rgba(0,0,0,0.3);box-shadow:3px 3px 5px rgba(0,0,0,0.3)}div.DTTT_collection a.DTTT_button,div.DTTT_collection button.DTTT_button,div.DTTT_collection div.DTTT_button{position:relative;left:0;right:0;display:block;float:none;margin-bottom:4px;-webkit-box-shadow:1px 1px 3px #999;-ms-box-shadow:1px 1px 3px #999;-o-box-shadow:1px 1px 3px #999;box-shadow:1px 1px 3px #999}div.DTTT_collection_background{z-index:2001}.DTTT_print_info{position:fixed;top:50%;left:50%;width:400px;height:150px;margin-left:-200px;margin-top:-75px;text-align:center;color:#333;padding:10px 30px;background:#fff;background:-webkit-gradient(linear,top left,bottom left,from(#fff),color-stop(89%,#f3f3f3),to(#f9f9f9));background:-webkit-linear-gradient(top,#fff 0,#f3f3f3 89%,#f9f9f9 100%);background:linear-gradient(top,#fff 0,#f3f3f3 89%,#f9f9f9 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f9f9f9',GradientType=0);opacity:.95;border:1px solid #000;border:1px solid rgba(0,0,0,0.5);-o-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 3px 7px rgba(0,0,0,0.5);-ms-box-shadow:0 3px 7px rgba(0,0,0,0.5);-o-box-shadow:0 3px 7px rgba(0,0,0,0.5);box-shadow:0 3px 7px rgba(0,0,0,0.5)}.DTTT_print_info h6{font-weight:400;font-size:28px;line-height:28px;margin:1em}.DTTT_print_info p{font-size:14px;line-height:20px}.form hr{margin-left:-13px;margin-right:-13px;border-color:rgba(0,0,0,0.1);margin-top:20px;margin-bottom:20px}.form fieldset{display:block;border:0;background:rgba(255,255,255,0.9);position:relative}.form header,.form legend{display:block;padding:8px 0;border-bottom:1px dashed rgba(0,0,0,0.2);background:#fff;font-size:16px;font-weight:300;color:#222;margin:25px 0 20px}.no-padding .form header{margin:25px 14px 0}.form header:first-child{margin-top:10px}.form .form-group:last-child,.form .form-group:last-child .note,.form fieldset .form-group:last-child,.form fieldset .form-group:last-child .note{margin-bottom:0}.form-suffix .alert:last-child{margin-bottom:0;border-radius:0 0 5px 5px}fieldset{position:relative}legend{font-weight:400;margin-top:0;background:0}i.hint{vertical-align:super;opacity:.5}i.hint:hover{opacity:.9!important}.nohints i.hint{display:none}.input-group-addon{padding:6px 10px 5px!important;border-radius:0;transition:background-color .3s;-webkit-transition:background-color .3s}.input-group-addon .fa{font-size:14px}.input-group-addon .fa-2x,.input-group-addon .fa-lg{font-size:2em}.input-group-addon .fa-3x,.input-group-addon .fa-4x,.input-group-addon .fa-5x{font-size:30px}.input-group-addon .checkbox,.input-group-addon .radio{min-height:0;margin-right:0!important;padding-top:0}.input-group-addon label input[type=checkbox].checkbox+span,.input-group-addon label input[type=checkbox].checkbox+span:before,.input-group-addon label input[type=radio].radiobox+span,.input-group-addon label input[type=radio].radiobox+span:before{margin-right:0}.input-group-addon .onoffswitch,.input-group-addon .onoffswitch-label{margin:0}input[type=text]:focus+.input-group-addon{border-color:#0091d9;background-color:#72a0ce;color:#fff}.has-warning input[type=text]:focus+.input-group-addon{border-color:#7f6a1e;background-color:#cead35;color:#fff}.has-error input[type=text]:focus+.input-group-addon{border-color:#c46a69;background-color:#c46a69;color:#fff}.has-success input[type=text]:focus+.input-group-addon{border-color:#446b46;background-color:#588a5a;color:#fff}.input-icon-left>i{right:auto;left:24px}.input-icon-left .form-control{padding-left:29px}.input-icon-right{position:relative}.input-icon-right .form-control{padding-right:27px}.input-icon-left>i,.input-icon-right>i{position:absolute;right:10px;top:30%;font-size:16px;color:#bfbfbf}.form-actions{display:block;padding:13px 14px 15px;border-top:1px solid rgba(0,0,0,0.1);background:rgba(249,249,249,0.9);margin-top:25px;margin-left:-13px;margin-right:-13px;margin-bottom:-13px;text-align:right}.well .form-actions{margin-left:-19px;margin-right:-19px;margin-bottom:-19px}.well.well-lg .form-actions{margin-left:-24px;margin-right:-24px;margin-bottom:-24px}.well.well-sm .form-actions{margin-left:-9px;margin-right:-9px;margin-bottom:-9px}.popover-content .form-actions{margin:0 -14px -9px;border-radius:0 0 3px 3px;padding:9px 14px}.no-padding .form .form-actions{margin:0;display:block;padding:13px 14px 15px;border-top:1px solid rgba(0,0,0,0.1);background:rgba(248,248,248,0.9);text-align:right;margin-top:25px}:focus{outline:0!important}.filter_column input{padding:0 3px}.filter_column input,.filter_column select{width:100%;color:rgba(0,0,0,0.5);border:1px solid #CCC;border-radius:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.uneditable-input:focus,input[type=color]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus,.filter_column input:focus,.filter_column select:focus,select:focus,textarea:focus{border-color:rgba(82,168,236,0.8);outline:0;outline:thin dotted 9;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6)}.form-control{padding:7px 12px 5px}.form-control,.input-lg,.input-sm,.input-xs{border-radius:0!important}.input-xs{height:24px;padding:3px 10px 1px;font-size:11px;line-height:1.5}.fileinput{padding-top:3px}input[type=checkbox].checkbox,input[type=radio].radiobox{visibility:hidden;position:absolute;z-index:20;width:18px;height:18px}.checkbox input[type=checkbox].checkbox+span,.checkbox input[type=radio].radiobox+span,.checkbox-inline input[type=checkbox].checkbox+span,.checkbox-inline input[type=radio].radiobox+span,.radio input[type=checkbox].checkbox+span,.radio input[type=radio].radiobox+span,.radiobox-inline input[type=checkbox].checkbox+span,.radiobox-inline input[type=radio].radiobox+span{margin-left:-20px}.form-inline .checkbox input[type=checkbox].checkbox+span,.form-inline .checkbox input[type=radio].radiobox+span,.form-inline .checkbox-inline input[type=checkbox].checkbox+span,.form-inline .checkbox-inline input[type=radio].radiobox+span,.form-inline .radio input[type=checkbox].checkbox+span,.form-inline .radio input[type=radio].radiobox+span,.form-inline .radiobox-inline input[type=checkbox].checkbox+span,.form-inline .radiobox-inline input[type=radio].radiobox+span{margin-left:0}input[type=checkbox].checkbox+span,input[type=radio].radiobox+span,label input[type=checkbox].checkbox+span,label input[type=radio].radiobox+span{vertical-align:middle;line-height:20px}input[type=checkbox].checkbox+span,input[type=radio].radiobox+span,input[type=checkbox].checkbox+span:after,input[type=radio].radiobox+span:after,input[type=checkbox].checkbox:before,input[type=radio].radiobox:before{box-sizing:content-box!important;-webkit-box-sizing:content-box!important;-moz-box-sizing:content-box!important}label input[type=checkbox].checkbox+span,label input[type=radio].radiobox+span{position:relative;z-index:19;display:inline-block;margin:0;line-height:17px;min-height:14px;min-width:14px;margin-right:5px}label input[type=checkbox].checkbox+span:hover,label input[type=radio].radiobox+span:hover{cursor:pointer}label input[type=checkbox].checkbox+span:before,label input[type=radio].radiobox+span:before{font-family:FontAwesome;font-size:12px;border-radius:0;content:"\a0";display:inline-block;text-align:center;vertical-align:middle;padding:1px;height:12px;line-height:12px;min-width:12px;margin-right:5px;border:1px solid #bfbfbf;background-color:#f4f4f4;font-weight:400;margin-top:-1px}label input[type=checkbox].checkbox+span:before{content:"\a0"}label input[type=checkbox].checkbox:checked+span{font-weight:700}label input[type=checkbox].checkbox:checked+span:before{content:"\f00c";color:#2e7bcc}label input[type=checkbox].checkbox.style-1+span:before{color:#333;background:#fff;text-shadow:none;-webkit-box-shadow:none!important;box-shadow:none!important;border-width:1px;height:12px;line-height:13px;min-width:12px}label input[type=checkbox].checkbox.style-1:checked+span{font-weight:400}label input[type=checkbox].checkbox.style-1:checked+span:before{color:#333;border-color:#333}label input[type=checkbox].checkbox.style-2+span:before{background:0;border-color:#c1c1c1;-webkit-box-shadow:none;box-shadow:none}label input[type=checkbox].checkbox.style-2:checked+span{font-weight:400}label input[type=checkbox].checkbox.style-2:checked+span:before{content:"\f00c";color:#66665e;border-color:#4d90fe;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUQ0MEM4RUFEQUE4MTFFMkEwMjM5NzlCRjAxM0UwRjciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUQ0MEM4RUJEQUE4MTFFMkEwMjM5NzlCRjAxM0UwRjciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxRDQwQzhFOERBQTgxMUUyQTAyMzk3OUJGMDEzRTBGNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxRDQwQzhFOURBQTgxMUUyQTAyMzk3OUJGMDEzRTBGNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsD/PVAAAAAQSURBVHjaYv7//78vQIABAAlYA05NMPppAAAAAElFTkSuQmCC) #fff}label input[type=checkbox].checkbox.style-3:checked+span:before{color:#fff;border-color:#a90329;background:#a90329}label:active input[type=checkbox].checkbox+span:before{-webkit-box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.3),0 1px 0 0 rgba(255,255,255,0.4);box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.3),0 1px 0 0 rgba(255,255,255,0.4)}label:hover input[type=checkbox].checkbox+span:before{color:#2e7bcc;border-color:#2e7bcc}label:hover input[type=checkbox].checkbox.style-1+span:before{border-color:#333}label:hover input[type=checkbox].checkbox.style-2+span:before{-webkit-box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.1),0 1px 0 0 rgba(255,255,255,0.2);box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.1),0 1px 0 0 rgba(255,255,255,0.2)}label:hover input[type=checkbox].checkbox.style-2:checked+span:before{-webkit-box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.3),0 1px 0 0 rgba(255,255,255,0.4);box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.3),0 1px 0 0 rgba(255,255,255,0.4)}label:hover input[type=checkbox].checkbox.style-3+span:before{color:#fff;border-color:#a90327}label:active input[type=checkbox].checkbox:checked+span:before{color:#fff;background:#2e7bcc;border-color:#2e7bcc}label:active input[type=checkbox].checkbox.style-1:checked+span:before{color:#fff;background:#333;border-color:#333}label:active input[type=checkbox].checkbox.style-2+span:before,label:active input[type=checkbox].checkbox.style-2:checked+span:before{color:#66665e;background:0;border-color:#c1c1c1;-webkit-box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.3),0 1px 0 0 rgba(255,255,255,0.4);box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.3),0 1px 0 0 rgba(255,255,255,0.4)}label:active input[type=checkbox].checkbox.style-3:checked+span:before{color:#a90329;background:#fff;border-color:#a90329}label input[type=checkbox][disabled].checkbox+span,label input[type=checkbox][disabled].checkbox:checked+span{color:#a7a7a7;cursor:not-allowed}label input[type=checkbox][disabled].checkbox:checked+span:before{content:"\f00c"}label input[type=checkbox][disabled].checkbox.style-2:checked+span:before{content:"\f00c"}label input[type=checkbox][disabled].checkbox+span:before,label input[type=checkbox][disabled].checkbox:checked+span:before,label input[type=checkbox][disabled].checkbox:checked+span:before{background:#eee!important;border-color:#CCC!important;-webkit-box-shadow:none;color:#a7a7a7;box-shadow:none!important}label:hover input[type=checkbox][disabled].checkbox:checked+span:before{color:#a7a7a7;cursor:not-allowed}label:hover input[type=checkbox][disabled].checkbox:checked+span:before{background:#eee!important;border-color:#CCC!important;-webkit-box-shadow:none;color:#a7a7a7;box-shadow:none!important}label input[type=radio].radiobox+span:before{content:"\a0";border-radius:50%;-webkit-box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.1),0 1px 0 0 rgba(255,255,255,0.2);box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.1),0 1px 0 0 rgba(255,255,255,0.2)}label input[type=radio].radiobox:checked+span{font-weight:700}label input[type=radio].radiobox:checked+span:before{content:"\f111";color:#2e7bcc}label input[type=radio].radiobox.style-1+span:before{font-size:9px;background:#fff;text-shadow:none;-webkit-box-shadow:none!important;box-shadow:none!important;border-width:1px;height:13px;line-height:13px;min-width:13px}label input[type=radio].radiobox.style-1:checked+span:before{font-size:10px;color:#333;border-color:#333;background:#fff}label input[type=radio].radiobox.style-1:checked+span{font-weight:400}label input[type=radio].radiobox.style-2:checked+span{font-weight:400}label input[type=radio].radiobox.style-2:checked+span:before{color:#66665e;border-color:#4d90fe;font-size:9px}label input[type=radio].radiobox.style-3:checked+span:before{color:#a90329;border-color:#a90329}label:hover input[type=radio].radiobox+span:before,label:hover input[type=radio].radiobox:checked+span:before{color:#2e7bcc;border-color:#2e7bcc}label:hover input[type=radio].radiobox.style-1+span:before,label:hover input[type=radio].radiobox.style-1:checked+span:before{color:#333;border-color:#333;background:#fff}label:hover input[type=radio].radiobox.style-2:checked+span:before{color:#66665e;border-color:#4d90fe}label:hover input[type=radio].radiobox.style-3+span:before,label:hover input[type=radio].radiobox.style-3:checked+span:before{color:#a90329;border-color:#a90329}label:active input[type=radio].radiobox+span:before{-webkit-box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.3),0 1px 0 0 rgba(255,255,255,0.4);box-shadow:inset 0 2px 3px 0 rgba(0,0,0,0.3),0 1px 0 0 rgba(255,255,255,0.4)}label input[type=radio][disabled].radiobox+span,label input[type=radio][disabled].radiobox:checked+span,label input[type=radio][disabled].radiobox:checked+span:before{color:#a7a7a7;cursor:not-allowed}label input[type=radio][disabled].radiobox:checked+span:before{content:"\f111"}label input[type=radio][disabled].radiobox+span:before,label input[type=radio][disabled].radiobox:checked+span:before{background:#eee!important;border-color:#CCC!important;-webkit-box-shadow:none;box-shadow:none;color:#a7a7a7}label:active input[type=radio][disabled].radiobox:checked+span:before,label:hover input[type=radio][disabled].radiobox:checked+span:before{background:#eee!important;border-color:#CCC!important;-webkit-box-shadow:none;box-shadow:none;color:#a7a7a7}textarea.clone{position:absolute;visibility:hidden}.textarea-div{background-color:#FFF;border:1px solid #CCC;border-bottom:0;margin:10px 0 0}.textarea-controls{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:5px;display:block;background-color:#FFF;border:1px solid #CCC;border-top:0;height:43px;line-height:33px;overflow:hidden}.textarea-controls>label{margin:3px 10px 0}.textarea-controls .ams-form .checkbox{padding-left:22px!important}.typearea{cursor:text;overflow-x:hidden;overflow-y:auto;max-height:90px;padding:5px 25px 5px 5px;position:relative;border-bottom:1px solid #EEE}.typearea textarea{width:100%;border-color:transparent!important;box-sizing:border-box;box-shadow:none;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-box-shadow:none;overflow:hidden;padding:0;margin:0;-webkit-transition:height .2s;transition:height .2s;outline:0;resize:none;min-height:61px}.error-box{max-width:900px;margin:0 auto}.error-text{font-weight:400;color:#fff;letter-spacing:-4px;font-size:700%;margin-bottom:30px;text-shadow:0 1px 0 #ccc,0 2px 0 #bfbfbf,0 3px 0 #bbb,0 4px 0 #b9b9b9,0 5px 0 #aaa,0 6px 1px rgba(0,0,0,0.1),0 0 5px rgba(0,0,0,0.1),0 1px 3px rgba(0,0,0,0.3),0 3px 5px rgba(0,0,0,0.2),0 5px 10px rgba(0,0,0,0.25),0 10px 10px rgba(0,0,0,0.2),0 20px 20px rgba(0,0,0,0.15)}.error-search{width:300px;margin:0 auto 20px}.error-icon-shadow{text-shadow:0 1px 0 #803838,0 2px 0 #a85d5d,0 3px 0 #b86565,0 4px 0 #d86f6f,0 5px 0 #b3a5a5,0 6px 1px rgba(131,51,51,0.1),0 0 5px rgba(102,30,30,0.1),0 1px 3px rgba(95,15,15,0.3),0 3px 5px rgba(100,23,23,0.2),0 5px 10px rgba(114,30,30,0.25),0 10px 10px rgba(94,15,15,0.2),0 20px 20px rgba(121,38,38,0.15)}.form-inline .checkbox,.form-inline .radiobox{padding-left:0}.ams-form{position:relative;margin:0;outline:0;color:#333}.ams-form *,.ams-form :after,.ams-form :before{margin:0;padding:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.ams-form .dt-top-row *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.ams-form header{display:block;padding:8px 0;border-bottom:1px dashed rgba(0,0,0,0.2);background:#fff;font-size:16px;font-weight:300;color:#232323;margin:10px 14px 0}.modal-dialog .ams-form header{margin:10px -2px 0 0}.ams-form fieldset{display:block;position:relative;padding:10px 15px 5px;border:0;background:rgba(255,255,255,0.9)}.ams-form fieldset[disabled]>section,.ams-form fieldset[disabled]>article,.ams-form fieldset[disabled]>div{opacity:.5}.ams-form fieldset[disabled] LEGEND.checker .checkbox{cursor:pointer}.ams-form fieldset.switched{margin-bottom:0!important}.ams-form fieldset.switched>section,.ams-form fieldset.switched>article,.ams-form fieldset.switched>div{display:none}.ams-form fieldset.switched legend{border-bottom:0}.ams-form fieldset.switched+fieldset{margin-top:0!important}.ams-form fieldset.bordered{margin:0 10px 10px;border:1px solid rgba(192,192,192,0.8);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.ams-form fieldset.bordered.switched{border:1px solid transparent}.ams-form fieldset.bordered legend{width:auto;padding:3px 10px 1px;border:1px solid rgba(192,192,192,0.8);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.ams-form fieldset>fieldset.bordered{margin:10px 0}.ams-form fieldset+fieldset{border-top:1px solid rgba(0,0,0,0.1)}.ams-form legend{padding-top:10px}.ams-form legend.inner,.ams-form legend .inner{font-weight:300;font-size:14.5px!important}.ams-form legend.switcher{cursor:pointer}.ams-form legend.checker,.ams-form legend.switcher{font-weight:300;font-size:16.5px;border:0;padding-bottom:0}.ams-form legend.checker label[for],.ams-form legend.switcher label[for]{cursor:pointer}.ams-form legend .fa.text-danger{color:#a94442}.ams-form legend>.fa{color:#3276b1;font-size:75%}.ams-form legend>.fa.fa-stack{font-size:100%;width:1em;height:1em;line-height:1em}.ams-form legend .hint{vertical-align:top;font-size:1em}.ams-form legend label.checkbox{display:inline-block;margin-bottom:0;min-height:18px}.ams-form legend label.checkbox i{position:absolute;left:3px;top:-1px}.ams-form legend .btn-group{margin-left:20px}.ams-form>.modal-viewport>fieldset>legend{padding-top:0}.ams-form section{margin-bottom:10px;position:relative}.ams-form .form-group{padding:5px 10px}.ams-form.form-tight .form-group,.ams-form .form-tight .form-group{padding:1px 10px}.ams-form.form-tight .form-group .i18n-content,.ams-form .form-tight .form-group .i18n-content{margin-bottom:5px}.ams-form label.checkbox,.ams-form label.radio{padding-top:0}.ams-form label.input-file img.thumbnail{display:inline-block;margin:4px 10px 0 4px!important;padding:4px!important}.ams-form input.input-lg{height:44px;padding:10px 16px;font-size:17px;line-height:1.33}.ams-form input.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5}.ams-form input.input-xs{height:24px;padding:2px 10px;font-size:11px;line-height:1.5}.ams-form select.input-sm{height:30px;line-height:15px;font-size:12px}.ams-form select.input-sm+i{height:10px}.ams-form select.input-lg{height:44px;line-height:22px;font-size:17px}.ams-form select.input-lg+i{height:11px;top:17px}.ams-form .row{margin:0 -15px}.ams-form .row:after{display:table;content:'';clear:both}.ams-form .col-1{width:8.33%}.ams-form .col-2{width:16.66%}.ams-form .col-3{width:25%}.ams-form .col-4{width:33.33%}.ams-form .col-5{width:41.66%}.ams-form .col-6{width:50%}.ams-form .col-8{width:66.67%}.ams-form .col-9{width:75%}.ams-form .col-10{width:83.33%}.ams-form .col{float:left;min-height:1px;padding-right:15px;padding-left:15px;-webkit-box-sizing:border-box;box-sizing:border-box;-moz-box-sizing:border-box}@media screen and (max-width:600px){.ams-form .col{float:none;width:100%}}@media screen and (max-width:600px){.ams-form .col .label{text-align:left;padding-left:20px}}.ams-form footer{display:block;padding:7px 25px 15px;border-top:1px solid rgba(0,0,0,0.1);background:rgba(248,248,248,0.9)}.ams-form footer:after{display:table;clear:both;content:''}.ams-form footer .btn{float:right;height:31px;margin:10px 0 0 5px;padding:0 22px;font:300 15px/29px Ubuntu,Helvetica,Arial,sans-serif;cursor:pointer}.ams-form footer .btn.btn-info{float:left}.ams-form footer .submit-message{display:inline-block}.ams-form .message{display:none;color:#6fb679}.ams-form .message i{display:block;margin:0 auto 20px;width:81px;height:81px;border:1px solid #6fb679;border-radius:50%;font-size:30px;line-height:81px}.ams-form.submitted fieldset,.ams-form.submitted footer{display:none}.ams-form.submitted .message{display:block;padding:25px 30px;background:rgba(255,255,255,0.9);font:300 18px/27px Ubuntu,Helvetica,Arial,sans-serif;text-align:center}.ams-form .note{margin-top:6px;padding:0 1px;font-size:11px;line-height:15px;color:#999}.ams-form .note a{font-size:13px}.ams-form .note-success{color:#6fb679}.ams-form .control-label{display:block;margin-top:4px;margin-bottom:6px;padding-top:0;line-height:19px;font-weight:400;font-size:13px;color:#666;text-align:right}@media screen and (max-width:992px){.ams-form .control-label{text-align:left;margin-bottom:0}}.ams-form .control-label.col{text-align:right}@media screen and (max-width:600px){.ams-form .control-label.col{text-align:left;padding-left:20px}}.ams-form .control-label span{margin-right:10px}.ams-form .control-label span::after{content:" *";color:transparent}.ams-form .control-label span>.hint{margin-top:-2px}.ams-form .control-label .col{margin:0;padding-top:7px}.ams-form label.input span.textline-field{display:block;margin-top:4px;margin-bottom:6px;padding:0 8px 6px;line-height:19px;font-size:13px}.ams-form .required-field .control-label span::after{color:red}.ams-form .tooltip{position:absolute;z-index:99999;left:-9999px;padding:2px 8px 3px;font-size:11px;line-height:16px;font-weight:400;background:rgba(0,0,0,0.9);color:#fff;opacity:0;transition:margin .3s,opacity .3s;-webkit-transition:margin .3s,opacity .3s}.ams-form .tooltip:after{position:absolute;content:''}.ams-form .tooltip-top-right{bottom:100%;margin-bottom:15px}.ams-form .tooltip-top-right:after{top:100%;right:11px;border-top:4px solid rgba(0,0,0,0.9);border-right:4px solid transparent;border-left:4px solid transparent}.ams-form .input input:focus+.tooltip-top-right,.ams-form .textarea textarea:focus+.tooltip-top-right{right:0;left:auto;margin-bottom:5px}.ams-form .tooltip-top-left{bottom:100%;margin-bottom:15px}.ams-form .tooltip-top-left:after{top:100%;left:11px;border-top:4px solid rgba(0,0,0,0.9);border-right:4px solid transparent;border-left:4px solid transparent}.ams-form .input input:focus+.tooltip-top-left,.ams-form .textarea textarea:focus+.tooltip-top-left{right:auto;left:0;margin-bottom:5px}.ams-form .tooltip-right{top:4px;white-space:nowrap;margin-left:15px}.ams-form .tooltip-right:after{top:6px;right:100%;border-top:4px solid transparent;border-right:4px solid rgba(0,0,0,0.9);border-bottom:4px solid transparent}.ams-form .input input:focus+.tooltip-right,.ams-form .textarea textarea:focus+.tooltip-right{left:100%;margin-left:5px}.ams-form .tooltip-left{top:4px;white-space:nowrap;margin-right:15px}.ams-form .tooltip-left:after{top:6px;left:100%;border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:4px solid rgba(0,0,0,0.9)}.ams-form .input input:focus+.tooltip-left,.ams-form .textarea textarea:focus+.tooltip-left{right:100%;left:auto;margin-right:5px}.ams-form .tooltip-bottom-right{top:100%;margin-top:15px}.ams-form .tooltip-bottom-right:after{bottom:100%;right:11px;border-right:4px solid transparent;border-bottom:4px solid rgba(0,0,0,0.9);border-left:4px solid transparent}.ams-form .input input:focus+.tooltip-bottom-right,.ams-form .textarea textarea:focus+.tooltip-bottom-right{right:0;left:auto;margin-top:5px}.ams-form .tooltip-bottom-left{top:100%;margin-top:15px}.ams-form .tooltip-bottom-left:after{bottom:100%;left:11px;border-right:4px solid transparent;border-bottom:4px solid rgba(0,0,0,0.9);border-left:4px solid transparent}.ams-form .input input:focus+.tooltip-bottom-left,.ams-form .textarea textarea:focus+.tooltip-bottom-left{right:auto;left:0;margin-top:5px}.ams-form .inline-group{margin:0 -30px -4px 0}.ams-form .inline-group:after{content:'';display:table;clear:both}.ams-form .inline-group .checkbox,.ams-form .inline-group .radio{float:left;margin-right:30px}.ams-form .inline-group .checkbox:last-child,.ams-form .inline-group .radio:last-child{margin-bottom:4px}.ams-form .input .inline-group{margin:0 0 -4px 0}.ams-form .btn{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.ams-form .button{float:right;height:31px;overflow:hidden;margin:10px 0 0 5px;padding:0 25px;outline:0;border:0;font:300 15px/31px Ubuntu,Helvetica,Arial,sans-serif;text-decoration:none;color:#fff;cursor:pointer;background-color:#3276b1;opacity:.8;transition:opacity .2s;-webkit-transition:opacity .2s}.ams-form .button:hover{opacity:1}.ams-form .button.button-secondary{background-color:#b3b3b3}.ams-form .button,.ams-form .checkbox,.ams-form .input,.ams-form .radio,.ams-form .select,.ams-form .textarea,.ams-form .toggle{display:block;position:relative;font-weight:400}.ams-form .input input,.ams-form .select select,.ams-form .textarea textarea{display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;height:28px;padding:6px 8px;outline:0;border-width:1px;border-style:solid;border-radius:0;background:#fff;font:13px/16px Ubuntu,Helvetica,Arial,sans-serif;color:#404040;appearance:normal;-moz-appearance:none;-webkit-appearance:none}.ams-form .input input[readonly],.ams-form .select select[readonly],.ams-form .textarea textarea[readonly]{border-bottom:1px solid #ccc!important}.ams-form .input input[readonly]:focus,.ams-form .select select[readonly]:focus,.ams-form .textarea textarea[readonly]:focus{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.ams-form .input input.display-mode,.ams-form .select select.display-mode,.ams-form .textarea textarea.display-mode{border:0;padding:0;margin-top:2px;margin-bottom:3px;height:14px;line-height:1em}.ams-form .input span.textarea-widget,.ams-form .textarea span.textarea-widget{display:block;width:100%;min-height:14px;padding:4px 0;border-bottom:1px solid #ccc!important}.ams-form .input .i18n-content input[readonly],.ams-form .select .i18n-content select[readonly],.ams-form .textarea .i18n-content textarea[readonly]{border-width:0!important}.ams-form .input .i18n-content .textarea-widget{display:block;min-height:12px}.ams-form .input input:focus+.tooltip,.ams-form .textarea textarea:focus+.tooltip{opacity:1}.ams-form .input .icon-prepend+input,.ams-form .textarea .icon-prepend+textarea{padding-left:37px}.ams-form .input .icon-append+input,.ams-form .textarea .icon-append+textarea{padding-right:37px}.ams-form .input .icon-prepend+.icon-append+input,.ams-form .textarea .icon-prepend+.icon-append+textarea{padding-left:37px}.ams-form .input.with-icons .icon-append-2+input{padding-right:60px}.ams-form .input-file{position:relative}.ams-form .input-file .button{position:absolute;top:3px;right:3px;float:none;height:22px;margin:0;padding:0 14px;font-size:13px;line-height:22px}.ams-form .input-file .button:hover{-webkit-box-shadow:none;box-shadow:none}.ams-form .input-file .button input{position:absolute;top:0;right:0;padding:0;font-size:30px;cursor:pointer;opacity:0}.ams-form .select select{padding:5px}.ams-form .select i{position:absolute;top:9px;right:11px;width:5px;height:11px;background:#fff}.ams-form .select i:before,.ams-form .select i:after{content:'';position:absolute;right:0;border-right:4px solid transparent;border-left:4px solid transparent}.ams-form .select i:before{top:0;border-bottom:4px solid #404040}.ams-form .select i:after{bottom:0;border-top:4px solid #404040}.ams-form .select-widget .selected-option{display:inline-block;padding:4px 8px}.ams-form .select-multiple select{height:auto}.ams-form .textarea textarea{height:auto;resize:none}.ams-form .textarea-resizable textarea{resize:vertical}.ams-form .textarea-expandable textarea{height:31px}.ams-form .textarea-expandable textarea:focus{height:auto}.ams-form .checkbox,.ams-form .radio{margin-bottom:4px;padding-left:25px;line-height:25px;color:#404040;cursor:pointer;font-size:13px}.ams-form .checkbox:last-child,.ams-form .radio:last-child{margin-bottom:0}.ams-form .checkbox i,.ams-form .radio i{display:block;position:absolute;top:3px;left:0;width:17px;height:17px;outline:0;border-width:1px;border-style:solid;background:#FFF}.ams-form .checkbox input,.ams-form .radio input{position:absolute;left:-9999px}.ams-form .checkbox input+i:after,.ams-form .radio input+i:after{position:absolute;opacity:0;transition:opacity .1s;-webkit-transition:opacity .1s}.ams-form .checkbox input:checked+i:after,.ams-form .radio input:checked+i:after{opacity:1}.ams-form .radio input+i:after{background-color:#3276b1}.ams-form .checkbox input+i:after{content:'\f00c';top:-1px;left:1px;width:15px;height:15px;font:400 16px/19px FontAwesome;text-align:center}.ams-form .checkbox input+i:after{color:#3276b1}.ams-form .checkbox input:checked:hover+i:after{content:'\f00d'}.ams-form .checkbox input:checked:disabled:hover+i:after{content:'\f00c'}.ams-form .radio input+i:after{content:'';top:4px;left:4px;width:9px;height:9px;border-radius:50%}.ams-form .checkbox+.checkbox,.ams-form .radio+.radio{margin-top:0}.ams-form.table td .checkbox i,.ams-form.table td .radio i,.ams-form.table th .checkbox i,.ams-form.table th .radio i{top:0!important}.ams-form .inner .checkbox{min-height:13px}.ams-form .inner .checkbox i{width:13px;height:13px}.ams-form .inner .checkbox input+i:after{width:11px;height:11px;font:300 12px/16px FontAwesome}.inner-table-form .ams-form>fieldset{margin-top:10px;margin-bottom:0}.inner-table-form .ams-form legend{background-color:white}.inner-table-form .ams-form .form-group{padding:5px 10px 0}.inner-table-form .ams-form input[type="text"]{height:28px}.inner-table-form .ams-form .mce-edit-area>iframe{min-height:250px!important}.inner-table-form .ams-form footer{padding:5px 20px;border-top:0;background-color:transparent}.ams-form .toggle{margin-bottom:4px;padding-right:61px;font-size:15px;line-height:25px;color:#404040;cursor:pointer}.ams-form .toggle:last-child{margin-bottom:0}.ams-form .toggle.state-error input:checked+i{background:#fff0f0}.ams-form .toggle.state-success input:checked+i{background:#f0fff0}.ams-form .toggle input{position:absolute;left:-9999px}.ams-form .toggle input:checked+i:before{right:36px}.ams-form .toggle input:checked+i:after{content:attr(data-swchon-text);text-align:right}.ams-form .toggle i{display:block;position:absolute;content:'';top:4px;right:0;width:49px;height:17px;border-width:1px;border-style:solid;border-radius:12px;background:#fff}.ams-form .toggle i:before{display:block;position:absolute;content:'';z-index:1;top:4px;right:4px;width:9px;height:9px;border-radius:50%;opacity:1;transition:right .2s;-webkit-transition:right .2s;background-color:#3276b1}.ams-form .toggle i:after{position:absolute;content:attr(data-swchoff-text);top:2px;right:8px;left:8px;font-style:normal;font-size:9px;line-height:17px;font-weight:700;text-align:left;color:#5f5f5f}.ams-form .checkbox:hover i,.ams-form .radio:hover i,.ams-form .toggle:hover i{-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.1);box-shadow:inset 0 1px 1px rgba(0,0,0,0.1)}.ams-form .checkbox:active i,.ams-form .radio:active i,.ams-form .toggle:active i{background:#f0f0f0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.1);box-shadow:inset 0 1px 1px rgba(0,0,0,0.1)}.ams-form .checkbox input:checked+i,.ams-form .radio input:checked+i,.ams-form .toggle input:checked+i{border-color:#3276b1}.ams-form .rating{margin-bottom:4px;font-size:13px;line-height:25px;color:#404040}.ams-form .rating:last-child{margin-bottom:0}.ams-form .rating.state-error+em{margin-top:-4px;margin-bottom:4px}.ams-form .rating input{position:absolute;left:-9999px}.ams-form .rating input+label:hover,.ams-form .rating input+label:hover ~ label{color:#3276b1}.ams-form .rating input:checked ~ label{color:#3276b1}.ams-form .rating label{display:block;float:right;height:17px;margin-top:5px;padding:0 2px;font-size:17px;line-height:17px;cursor:pointer;color:#ccc;transition:color .3s;-webkit-transition:color .3s}.ams-form .icon-append,.ams-form .icon-prepend{position:absolute;top:4px;width:20px;height:20px;font-size:14px;line-height:20px;text-align:center;color:#a2a2a2}.ams-form .icon-append.fa-stack .fa-stack-2x,.ams-form .icon-prepend.fa-stack .fa-stack-2x{font-size:1.6em;left:1px}.ams-form .icon-append.fa-stack .fa-stack-1x,.ams-form .icon-prepend.fa-stack .fa-stack-1x{left:1px;top:1px}.ams-form .icon-append{right:4px;padding-left:2px;border-left-width:1px;border-left-style:solid}.ams-form .icon-append.fa-spin{border-left-style:none}.ams-form .icon-append-2{right:31px}.ams-form .icon-prepend{left:4px;padding-right:2px;border-right-width:1px;border-right-style:solid}.ams-form .icon-prepend-2{left:31px}.ams-form .checkbox i,.ams-form .icon-append,.ams-form .icon-prepend,.ams-form .input input,.ams-form .radio i,.ams-form .select select,.ams-form .textarea textarea,.ams-form .toggle i{border-color:#ccc;transition:border-color .3s;-webkit-transition:border-color .3s}.ams-form .input.bordered:hover,.ams-form .checkbox:hover i,.ams-form .input:hover input,.ams-form .radio:hover i,.ams-form .select:hover select,.ams-form .textarea:hover textarea,.ams-form .toggle:hover i{border-color:rgba(82,168,236,0.7)}.ams-form .checkbox input:focus+i,.ams-form .input input:focus,.ams-form .radio input:focus+i,.ams-form .select select:focus,.ams-form .textarea textarea:focus,.ams-form .toggle input:focus+i{border-color:rgba(82,168,236,0.7);outline:0;outline:thin dotted 9;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.7);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.7);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.7)}.ams-form .checkbox.state-error i,.ams-form .radio.state-error i,.ams-form .state-error input,.ams-form .state-error select,.ams-form .state-error textarea,.ams-form .toggle.state-error i{background:#fff0f0;border-color:rgba(255,60,60,0.8)!important}.ams-form .checkbox.state-error i:focus,.ams-form .radio.state-error i:focus,.ams-form .state-error input:focus,.ams-form .state-error select:focus,.ams-form .state-error textarea:focus,.ams-form .toggle.state-error i:focus{-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,60,60,0.6)!important;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,60,60,0.6)!important;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,60,60,0.6)!important}.ams-form .state-error .select2-container .select2-choice,.ams-form .state-error .select2-container .select2-choices{border-color:rgba(255,60,60,0.8)!important}.ams-form .state-error .select2-container .select2-choice:focus,.ams-form .state-error .select2-container .select2-choices:focus{-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,60,60,0.6)!important;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,60,60,0.6)!important;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,60,60,0.6)!important}.ams-form .checkbox.state-success i,.ams-form .radio.state-success i,.ams-form .state-success input,.ams-form .state-success select,.ams-form .state-success textarea,.ams-form .toggle.state-success i{background:#f0fff0;border-color:#7dc27d}.ams-form .button.state-disabled,.ams-form .checkbox.state-disabled,.ams-form .input.state-disabled input,.ams-form .radio.state-disabled,.ams-form .select.state-disabled,.ams-form .textarea.state-disabled,.ams-form .toggle.state-disabled{cursor:default!important;opacity:.6!important}.ams-form .checkbox.state-disabled:hover i,.ams-form .input.state-disabled:hover input,.ams-form .radio.state-disabled:hover i,.ams-form .select.state-disabled:hover select,.ams-form .textarea.state-disabled:hover textarea,.ams-form .toggle.state-disabled:hover i{border-color:#e5e5e5!important}.ams-form .state-disabled.checkbox input+i:after,.ams-form .state-disabled.checkbox input:checked+i,.ams-form .state-disabled.radio input+i:after,.ams-form .state-disabled.radio input:checked+i,.ams-form .state-disabled.toggle input:checked+i{border-color:#e5e5e5!important;color:#333!important}.ams-form .ui-widget-content .ui-spinner-input{margin:0;border:0;-webkit-box-shadow:none!important;box-shadow:none!important;height:29px}.ams-form .state-error{color:#d56161}.ams-form .state-error select+i{background:#fff0f0;-webkit-box-shadow:0 0 0 9px #fff0f0;box-shadow:0 0 0 9px #fff0f0}.ams-form .state-error+em{display:block;margin-top:6px;padding:0 1px;font-style:normal;font-size:11px;line-height:15px;color:#d56161}.ams-form .state-success select+i{background:#f0fff0;-webkit-box-shadow:0 0 0 9px #f0fff0;box-shadow:0 0 0 9px #f0fff0}.ams-form .state-disabled.radio input+i:after{background-color:#333}.ams-form .form-tiny .form-group{padding:0 10px}.ams-form .form-tiny .control-label{margin-top:2px;margin-bottom:3px;line-height:14px}.ams-form .form-tiny label.input span.textline-field{margin-top:2px;margin-bottom:3px;line-height:14px}.ams-form .form-nomargin .control-label,.ams-form.form-nomargin .control-label{margin-top:0;margin-bottom:0}.ams-form .form-nomargin label.input span.textline-field,.ams-form.form-nomargin label.input span.textline-field{margin-top:0;margin-bottom:0}.ams-form .form-nopadding .form-group,.ams-form.form-nopadding .form-group{padding:0 10px 1px}.ams-form-modal{position:fixed;z-index:1;display:none;width:400px}.ams-form-modal-overlay{position:fixed;top:0;left:0;display:none;width:100%;height:100%;background:rgba(0,0,0,0.7)}.state-error .icon-append,.state-error .icon-prepend{color:#ed1c24}.editableform{margin-bottom:0}.editableform .control-group{margin-bottom:0;white-space:nowrap}.editableform .editable-date{padding:0;margin:0;float:left}.editableform-loading{background:url(../img/loading.gif) center center no-repeat;height:25px;width:auto;min-width:25px}.editable-buttons{display:inline-block;vertical-align:top;margin-left:7px;zoom:1;*display:inline}.editable-buttons.editable-buttons-bottom{display:block;margin-top:7px;margin-left:0}.editable-buttons .editable-cancel{margin-left:7px}.editable-buttons button.ui-button-icon-only{height:24px;width:30px}.editable-inline .add-on .icon-th{margin-top:3px;margin-left:1px}.editable-inline .editableform-loading{background-position:left 5px}.editable-input{vertical-align:top;display:inline-block;width:auto;white-space:normal;zoom:1;*display:inline}.editable-input .datepicker{top:0;left:0;padding:4px}.editable-input .datepicker:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,0.2);position:absolute;top:-7px;left:6px}.editable-input .datepicker:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;top:-6px;left:7px}.editable-input .datepicker>div{display:none}.editable-input .datepicker table{width:100%;min-width:214px;margin:0}.editable-input .datepicker thead tr:first-child th{cursor:pointer}.editable-input .datepicker thead tr:first-child th:hover{background:#eee}.editable-input .datepicker td,.editable-input .datepicker th{text-align:center;width:24px;height:20px}.editable-input .datepicker th.switch{width:145px}.editable-input .datepicker th.next,.editable-input .datepicker th.prev{font-size:19.5px}.editable-input .datepicker td span{display:block;width:47px;height:54px;line-height:54px;float:left;margin:2px;cursor:pointer}.editable-input .datepicker td span:hover{background:#eee}.editable-input .datepicker td span.active{background:#3276b1;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);border-radius:3px}.editable-input .datepicker td span.old{color:#555}.editable-input .datepicker td.day:hover{background:#eee;cursor:pointer}.editable-input .datepicker td.day.disabled,.editable-input .datepicker td.new,.editable-input .datepicker td.old{color:#555}.editable-input .datepicker td.active,.editable-input .datepicker td.active:hover{background:#3276b1;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);border-radius:3px}.editable-input .datepicker.prev i,.editable-input .datepicker.next i{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px}.editable-input .datepicker.prev i:before{content:"\f060"}.editable-input .datepicker.next i:before{content:"\f061"}.editable-checklist label{white-space:nowrap}.editable-checklist label input[type=checkbox],.editable-checklist label span{vertical-align:middle;margin:0}.editable-wysihtml5{width:566px;height:250px}.editable-pre-wrapped{white-space:pre-wrap}.editable-container.editable-popup{max-width:none!important}.editable-container.popover{width:auto}.editable-container.editable-inline{display:inline-block;vertical-align:middle;width:auto;zoom:1;*display:inline}.editable-container.ui-widget{font-size:inherit;z-index:9990}.editable-click,a.editable-click,a.editable-click:hover{text-decoration:none;border-bottom:dashed 1px #08c}.editable-click.editable-disabled,a.editable-click.editable-disabled,a.editable-click.editable-disabled:hover{color:#585858;cursor:default;border-bottom:0}.editable-empty,.editable-empty:focus,.editable-empty:hover{font-style:italic;color:#D14;text-decoration:none}.editable-unsaved{font-weight:700}.editable-bg-transition{-webkit-transition:background-color 1400ms ease-out;transition:background-color 1400ms ease-out}.form-horizontal .editable{padding-top:5px;display:inline-block}.editable-address{display:block;margin-bottom:5px}.editable-address span{width:70px;display:inline-block}.editable-clear{clear:both;font-size:.9em;text-decoration:none;text-align:right}.editable-clear-x{background:url(../img/clear.png) center center no-repeat;display:block;width:13px;height:13px;position:absolute;opacity:.6;z-index:100;top:50%;right:6px;margin-top:-6px}.editable-clear-x:hover{opacity:1}.editable-error-block{max-width:300px;margin:5px 0 0;width:auto;white-space:normal}.editable-error-block.ui-state-error{padding:3px}.editable-error{color:red}.input-append.date .add-on i,.input-prepend.date .add-on i{display:block;cursor:pointer;width:16px;height:16px}.ui-timepicker-div .ui-widget-header{margin-bottom:8px}.ui-timepicker-div dl{text-align:left}.ui-timepicker-div dl dt{float:left;clear:left;padding:0 0 0 5px}.ui-timepicker-div dl dd{margin:17px 10px 12px 40%}.ui-timepicker-div td{font-size:90%}.ui-tpicker-grid-label{background:0;border:0;margin:0;padding:0}.ui-timepicker-rtl{direction:rtl}.ui-timepicker-rtl dl{text-align:right;padding:0 5px 0 0}.ui-timepicker-rtl dl dt{float:right;clear:right}.ui-timepicker-rtl dl dd{margin:0 40% 10px 10px}#login{background:#fff;overflow:visible}#login .container{border:0}#login #header{margin:0;height:71px;border-bottom:1px solid #eee!important;overflow:hidden;padding:0 30px;-webkit-background-clip:padding-box;border-width:0;min-height:28px;background:#f4f4f4!important;margin-bottom:20px}@media(min-width:768px) and (max-width:880px){#login #header{padding:0 5px!important}}@media only screen and (min-width:0) and (max-width:679px){#login #header{padding:0 5px!important}}#login #header #logo{margin-top:22px;margin-left:0}@media only screen and (min-width:0) and (max-width:679px){#login #header #logo{margin-top:22px}}#login #header #logo img{width:137px}@media only screen and (min-width:0) and (max-width:679px){#login #header #logo img{width:135px}}#login-header-space{float:right;text-align:right;display:block;vertical-align:middle;line-height:71px}#login-header-space>:first-child{font-size:13px;margin-right:14px;vertical-align:-3px;font-weight:400}#login-header-space>*{display:inline-block}#login-header-space .btn{font-weight:700;text-transform:uppercase}#login #main{background:#fff;margin:0}#login .hero{background-image:url(../img/gradient/login.png);background-repeat:no-repeat;background-position:0 137px;height:360px;width:100%;float:left}#login h4.paragraph-header{color:#565656;font-size:15px;font-weight:400;line-height:22px;margin-top:15px;width:270px}#login h5.about-heading{color:#565656;font-size:15px;font-weight:700;line-height:24px;margin:0 0 5px}#login .login-header-big{font-weight:400}#login .login-desc-box-l{min-height:350px;width:50%}#login .login-app-icons{vertical-align:top;margin-top:90px;width:300px}.bootstrapWizard{display:block;list-style:none;padding:0;position:relative;width:100%}.bootstrapWizard a:active,.bootstrapWizard a:focus,.bootstrapWizard a:hover{text-decoration:none}.bootstrapWizard li{display:block;float:left;width:25%;text-align:center;padding-left:0}.bootstrapWizard li:before{border-top:3px solid #55606e;content:"";display:block;font-size:0;overflow:hidden;position:relative;top:11px;right:1px;width:100%;z-index:1}.bootstrapWizard li:first-child:before{left:50%;max-width:50%}.bootstrapWizard li:last-child:before{max-width:50%;width:50%}.bootstrapWizard li .step{background:#b2b5b9;color:#fff;display:inline;font-size:15px;font-weight:700;padding:7px 13px;border:3px solid transparent;border-radius:50%;line-height:normal;position:relative;text-align:center;z-index:2;-webkit-transition:all .1s linear 0s;transition:all .1s linear 0s}.bootstrapWizard li .step i{font-size:10px;font-weight:400;position:relative;top:-1.5px}.bootstrapWizard li.complete .step{background:#0aa66e;padding:1px 6px;border:3px solid #55606e}.bootstrapWizard li.active .step,.bootstrapWizard li.active.complete .step{background:#0091d9;color:#fff;font-weight:700;padding:7px 13px;font-size:15px;border-radius:50%;border:3px solid #55606e}.bootstrapWizard li .title{color:#bfbfbf;display:block;font-size:13px;line-height:15px;max-width:100%;position:relative;table-layout:fixed;text-align:center;top:20px;word-wrap:break-word;z-index:104}.bootstrapWizard li.active .title,.bootstrapWizard li.complete .title{color:#2b3d53}.wizard-actions{display:block;list-style:none;padding:0;position:relative;width:100%}.wizard-actions li{display:inline}.fuelux .wizard{position:relative;overflow:hidden;background-color:#f9f9f9;border:1px solid #d4d4d4;border-radius:4px;*zoom:1;-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.065);box-shadow:0 1px 4px rgba(0,0,0,0.065)}.fuelux .wizard:after,.fuelux .wizard:before{display:table;line-height:0;content:""}.fuelux .wizard:after{clear:both}.fuelux .wizard ul{width:4000px;padding:0;margin:0;list-style:none outside none}.fuelux .wizard ul.previous-disabled li.complete{cursor:default}.fuelux .wizard ul.previous-disabled li.complete:hover{color:#356e35;cursor:default;background:#f3f4f5}.fuelux .wizard ul.previous-disabled li.complete:hover .chevron:before{border-left-color:#f3f4f5}.fuelux .wizard ul li{position:relative;float:left;height:46px;padding:0 20px 0 30px;margin:0;font-size:16px;line-height:46px;color:#999;cursor:default;background:#ededed}.fuelux .wizard ul li:first-child{padding-left:20px;border-radius:4px 0 0 4px}.fuelux .wizard ul li.complete{color:#296829;background:#f3f4f5}.fuelux .wizard ul li.complete:hover{cursor:pointer;background:#e7eff8}.fuelux .wizard ul li.complete:hover .chevron:before{border-left:14px solid #e7eff8}.fuelux .wizard ul li.complete .chevron:before{border-left:14px solid #f3f4f5}.fuelux .wizard ul li.active{color:#3a87ad;background:#f1f6fc}.fuelux .wizard ul li.active .chevron:before{border-left:14px solid #f1f6fc}.fuelux .wizard ul li .chevron{position:absolute;top:0;right:-14px;z-index:1;display:block;border:24px solid transparent;border-right:0;border-left:14px solid #d4d4d4}.fuelux .wizard ul li .chevron:before{position:absolute;top:-24px;right:1px;display:block;border:24px solid transparent;border-right:0;border-left:14px solid #ededed;content:""}.fuelux .wizard ul li .badge{margin-right:8px}.fuelux .wizard .actions{position:absolute;right:0;z-index:2;float:right;padding-right:15px;padding-left:15px;line-height:46px;vertical-align:middle;background-color:#eee;border-left:1px solid #d4d4d4}.fuelux .wizard .actions a{margin-right:8px;font-size:12px;line-height:45px}.fuelux .wizard .actions .btn-prev i{margin-right:5px}.fuelux .wizard .actions .btn-next i{margin-left:5px}.fuelux .fuelux .step-content .step-pane{display:none}.fuelux .fuelux .step-content .active{display:block}.fuelux .fuelux .step-content .active .btn-group .active{display:inline-block}.ams-metro-tile{float:left;display:block;background-color:#fff;width:100px;height:70px;cursor:pointer;-webkit-box-shadow:inset 0 0 1px #FFC;box-shadow:inset 0 0 1px #FFC;border:1px dotted #c5c5c5;text-decoration:none;color:#fff;font-weight:300;font-smooth:always;margin:0 10px 20px 0;padding:5px;position:relative}.ams-metro-tile:hover{z-index:10;-webkit-transform:scale(1.07);-moz-transform:scale(1.07)}.ams-metro-tile.big-cubes{width:120px;height:120px}.ams-metro-tile.double{width:249px}.ams-metro-tile:active{top:1px;left:1px}.ams-metro-tile .iconbox{text-align:center}.ams-metro-tile .iconbox i{display:block;margin:15px auto 0;height:75px}.ams-metro-tile .iconbox span{display:block;text-align:left;line-height:1em}.ams-metro-tile .iconbox span>span{position:absolute;right:-5px;bottom:-10px;border-radius:50%;padding:6px 4px 3px;border:1px solid #fff}.mce-container,.mce-container *,.mce-widget,.mce-widget *,.mce-reset{font-family:Ubuntu,Arial,Helvetica,sans-serif!important;font-size:13px}.mce-container button,.mce-container * button,.mce-widget button,.mce-widget * button,.mce-reset button{padding:2px 10px!important}.mce-container .mce-ico,.mce-container * .mce-ico,.mce-widget .mce-ico,.mce-widget * .mce-ico,.mce-reset .mce-ico{font-family:tinymce,Arial!important;font-size:14px!important}.mce-panel{background-image:none!important;border-color:#ccc!important}.mce-menubar .mce-menubtn button{padding:2px 10px;line-height:16px}.mce-menubar .mce-menubtn button span{font-size:12px;line-height:16px}.mce-menubar .mce-menubtn button .mce-caret{margin-top:6px}.mce-menubtn span{font-size:13px!important}.mce-btn-group .mce-btn{border-color:#ccc!important}.mce-btn{background-image:none!important}.mce-colorbutton button{padding:2px 1px 2px 5px!important}.mce-edit-area>iframe{min-height:400px!important}.mce-path,.mce-wordcount{padding:2px 8px!important;font-size:12px!important}.mce-path button,.mce-wordcount button{font-size:12px!important}.client-form header{padding:15px 13px;margin:0;border-bottom-style:solid;border-bottom-color:rgba(0,0,0,0.1);background:rgba(248,248,248,0.9)}.customfile-button{padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.428571429;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;border:1px solid #ccc;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.btn,a:link,button{-webkit-tap-highlight-color:rgba(169,3,41,0.5)}button{background-color:#ddd}button:hover{background-color:#ccc}.btns{margin:0;padding:0;list-style:none}.btns>li{display:inline-block;margin-bottom:7px}.btn{padding:6px 12px;border-radius:2px}.btn-toolbar .btn{padding:4px}.btn:active{position:relative;top:1px;left:1px}.btn.btn-ribbon{background-color:#5b6771;color:#fff;padding:1px 5px;line-height:20px;vertical-align:middle;height:21px;display:block;border:0;float:left;margin:0 8px 0 0;cursor:pointer}.btn.btn-ribbon>i{font-size:111%}.btn-xs{padding:1px 5px;line-height:1.3em}.btn-sm{padding:3px 10px}.btn-lg{padding:9px 15px}.btn-xl{padding:11px 15px}.btn-circle{width:30px;height:30px;text-align:center;padding:7px 0 5px;font-size:12px;line-height:18px;border-radius:50%}.btn-circle.btn-lg{width:50px;height:50px;padding:9px 15px 7px;font-size:18px;line-height:30px;border-radius:50%}.btn-circle.btn-xl{width:70px;height:70px;padding:11px 15px 9px;font-size:24px;line-height:50px;border-radius:50%}.btn-metro{margin:0 0 20px;padding-top:15px;padding-bottom:15px}.btn-metro>span{display:block;vertical-align:bottom;margin-top:10px;text-transform:uppercase}.btn-metro>span>span.label{position:absolute;top:0;right:0}.btn-label{position:relative;left:-12px;display:inline-block;padding:7px 12px 5px;background:rgba(0,0,0,0.15);border-radius:3px 0 0 3px}.btn-labeled{padding-top:0;padding-bottom:0}.btn-select-tick i{display:none}.btn-select-tick .btn:hover i{opacity:.3;display:block}.btn-select-tick .active i{display:block;opacity:1!important}.btn-header.pull-right{margin-left:6px}@media(min-width:768px) and (max-width:979px){.btn-header a{margin-top:9px!important}}@media(min-width:768px) and (max-width:880px){.btn-header a{margin-top:9px!important;line-height:26px!important}}@media(max-width:767px){.btn-header a{margin-top:5px!important;width:40px!important;height:39px!important;line-height:34px!important}}@media only screen and (min-width:0) and (max-width:679px){.btn-header a{margin-top:5px!important;width:40px!important;height:39px!important;line-height:34px!important}}@media only screen and (min-width:320px) and (max-width:479px){.btn-header a{margin-top:5px!important;width:40px!important;height:39px!important;line-height:34px!important}}.btn-header a>span{font-size:13px;font-weight:400;line-height:30px;height:30px;display:inline-block}@media(min-width:768px) and (max-width:880px){.btn-header.transparent a{border:0!important;background:0;margin-left:0;width:25px!important;-webkit-box-shadow:none!important;box-shadow:none!important}.btn-header.transparent a:hover{color:#a90329}}@media(max-width:767px){.btn-header.transparent a:hover{color:#a90329}}@media only screen and (min-width:0) and (max-width:679px){.btn-header.transparent a{border:0!important;background:0;margin-left:0;width:25px!important;-webkit-box-shadow:none!important;box-shadow:none!important}.btn-header.transparent a:hover{color:#a90329}}@media only screen and (min-width:320px) and (max-width:479px){.btn-header.transparent a{border:0!important;background:0;margin-left:0;width:25px!important;-webkit-box-shadow:none!important;box-shadow:none!important}.btn-header.transparent a:hover{color:#a90329}}.btn-header>:first-child>a{border-radius:2px;cursor:default!important;display:inline-block;font-weight:700;height:30px;min-width:30px;padding:3px;text-align:center;text-decoration:none!important;-moz-user-select:none;-webkit-user-select:none;background-color:#f8f8f8;background-image:-webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));background-image:-webkit-gradient(linear,top left,bottom left,from(#f8f8f8),to(#f1f1f1));background-image:-webkit-linear-gradient(top,#f8f8f8,#f1f1f1);background-image:linear-gradient(top,#f8f8f8,#f1f1f1);border:1px solid #bfbfbf;color:#6d6a69;font-size:17px;margin:10px 0 0}.btn-header>:first-child>a[href]{cursor:pointer!important}.btn-header>:first-child>a:hover{border:1px solid #bfbfbf;color:#222;-webkit-transition:all 0s;transition:all 0s;cursor:pointer;-webkit-box-shadow:inset 0 0 4px 1px rgba(0,0,0,0.08);box-shadow:inset 0 0 4px 1px rgba(0,0,0,0.08)}.btn-header>:first-child>a:active{background-color:#e8e8e8;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#e8e8e8),color-stop(100%,#ededed));background-image:-webkit-gradient(linear,top left,bottom left,from(#e8e8e8),to(#ededed));background-image:-webkit-linear-gradient(top,#e8e8e8 0,#ededed 100%);background-image:linear-gradient(to bottom,#e8e8e8 0,#ededed 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8',endColorstr='#ededed',GradientType=0);-webkit-box-shadow:inset 0 0 3px 1px rgba(0,0,0,0.15);box-shadow:inset 0 0 3px 1px rgba(0,0,0,0.15)}.ribbon-button-alignment{padding-top:10px;display:inline-block}.ribbon-button-alignment.pull-right>.btn.btn-ribbon{margin:0 0 0 8px}.header-btn{margin-top:5px}.widget-header>:first-child{margin:13px 0}.widget-toolbar{display:inline-block;position:relative;float:right;width:auto;height:29px;line-height:29px;border-left:1px solid rgba(0,0,0,0.09);cursor:pointer;padding:0 8px;text-align:center}.widget-toolbar:empty{padding:0}.widget-toolbar.no-border{border-left:0}.widget-toolbar>:first-child{text-align:left}.widget-toolbar .ams-form label.checkbox,.widget-toolbar .ams-form label.radio{line-height:29px}.widget-toolbar .ams-form .icon-append,.widget-toolbar .ams-form .icon-prepend{top:3px!important}.widget-toolbar.ams-form .icon-append,.widget-toolbar.ams-form .icon-prepend{top:3px!important}.widget-toolbar>.ams-form{margin-top:2px}.widget-toolbar>.ams-form .toggle:last-child{font-size:12px;line-height:29px}.widget-toolbar>.ams-form .checkbox input+i,.widget-toolbar>.ams-form .radio input+i,.widget-toolbar>.ams-form .toggle input+i{border-width:1px;border-color:#c7c7c7!important;margin-top:-1px;-webkit-box-shadow:0 1px 1px #FFF,0 1px 1px #858585 inset;box-shadow:0 1px 1px #FFF,0 1px 1px #858585 inset}.widget-toolbar .btn-group{margin-top:-3px}.widget-toolbar>.btn{margin-top:-3px;font-size:12px!important;padding:1px 8px!important}.widget-toolbar>.label{display:inline-block;vertical-align:middle;margin-top:-3px;text-align:center;font-size:12px;padding:4px 7px}.widget-toolbar>.badge{padding:5px;font-size:14px;border-radius:50%;font-weight:400;min-width:24px;text-align:center!important}.widget-toolbar .progress{width:130px;margin:7px 0 0;height:18px!important;font-size:12px;box-shadow:0 1px 0 rgba(0,0,0,0),0 0 0 1px #d1d1d1 inset;-webkit-box-shadow:0 1px 0 rgba(0,0,0,0),0 0 0 1px #d1d1d1 inset}.widget-toolbar .progress-bar{font-size:12px}.widget-toolbar .pagination{margin:4px 0}.widget-toolbar .pagination>li>a{padding:2px 7px}.widget-toolbar .widget-text-input{max-width:220px}.widget-toolbar input[type=text]{height:28px!important;margin-top:2px}.widget-body.no-padding{padding:0;margin:0}.widget-body.no-padding .alert{margin:5px 5px 0;padding:10px;box-shadow:none!important;-webkit-box-shadow:none!important;border-radius:0!important}.widget-body>table{margin-bottom:0}.widget-body-ajax-loading::before{display:block;position:absolute;content:url(../img/ajax-loader.gif);padding-top:18%;text-align:center;font-weight:700;font-size:16px;color:#fff;background:rgba(255,255,255,0.4);height:100%;z-index:1;width:100%}.widget-body-ajax-loading:hover{cursor:wait!important}.widget-body-toolbar,.ams-form.widget-body-toolbar{display:block;padding:8px 10px;margin:-13px -13px 13px;min-height:42px;border-bottom:1px solid #ccc;background:#fafafa}.no-padding .widget-body-toolbar,.no-padding .ams-form.widget-body-toolbar,.no-padding.widget-body-toolbar,.no-padding.ams-form.widget-body-toolbar{display:block;margin:0}.ams-form .widget-body-toolbar .inline-group,.widget-body-toolbar.ams-form .inline-group{float:left;margin-top:4px}.widget-body-toolbar .btn{vertical-align:middle}.widget-body-toolbar .btn-xs{margin-top:5px}.no-widget-toolbar .widget-body-toolbar{display:none}.widget-content-padding{padding:20px}.widget-content-padding .well{margin-bottom:0}.widget-footer{display:block;position:relative;min-height:32px;vertical-align:middle;margin:0 -13px -13px;padding:5px;border-top:1px solid #e4e4e4;text-align:right;background-color:#f8f7f7}.no-padding .widget-footer{margin:0}.widget-footer.ams-form>label{margin-top:4px;display:block}.ams-widget{position:relative;margin:0 0 15px;padding:0;-khtml-border-radius:0;border-radius:0}.ams-widget header .nav-tabs{border-bottom-color:transparent}.ams-widget header .nav-tabs>li>a{border-radius:0;border:0;padding:5px 15px 4px}.ams-widget header .nav-tabs>li.active>a,.ams-widget header .nav-tabs>li.active>a:focus,.ams-widget header .nav-tabs>li.active>a:hover{color:#555;background-color:#FFF;border:1px solid #c2c2c2;border-bottom-color:transparent;border-top:0;cursor:default}.ams-widget header:first-child .nav-tabs{float:left}.ams-widget header:first-child .nav-tabs li{padding-left:0}.ams-widget header:first-child .nav-tabs li a{color:#333}.ams-widget header:first-child .nav-tabs.pull-right li:last-child a{margin-right:0!important;border-right:0!important}.ams-widget header .nav-pills{margin:3px}.ams-widget header .nav-pills>li>a{padding:3px 5px 4px}.ams-widget header>.btn-group{margin-top:-13px;margin-left:5px}.ams-widget>header{height:30px;padding:0;line-height:40px;color:#333;border:1px solid #c2c2c2;background:#fafafa}.ams-widget>header h2{display:inline-block;position:relative;width:auto;height:100%;margin:0;font-size:14px;line-height:31px;font-weight:400;letter-spacing:0}@media only screen and (min-width:320px) and (max-width:479px){.ams-widget>header h2{width:135px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}}.rtl .ams-widget>header h2{float:right;text-align:right}.ams-widget>header>h2{margin-left:10px;float:left}.ams-widget>header>h2+.btn,.ams-widget>header>h2+.btn-group{margin-left:20px}.rtl .ams-widget>header{padding:0 7px 0 0}.ams-widget>header .widget-icon{display:block;float:left;width:16px;height:16px;margin:10px 10px 0 0;zoom:1;z-index:400}.rtl .ams-widget>header .widget-icon{float:right;margin:10px 0 0 7px}.ams-widget>header>.widget-icon{display:block;position:relative;float:left;margin:0 -10px 0 2px;width:28px;height:28px;font-size:111%;line-height:29px;text-align:center}.ams-widget>header>:first-child.widget-icon{margin-left:0}.ams-widget>div{position:relative;float:left;width:100%;font-size:13px;-khtml-border-radius:0;border-radius:0;margin:0;padding:13px 13px 0;background-color:#fff!important;border-width:1px;border-style:solid;border-color:#ccc!important}.ams-widget>header+div{border-top:0}.ams-widget .widget-body{position:relative;min-height:100px;padding-bottom:13px}.ams-widget .widget-body.widget-hide-overflow{overflow:hidden}.ams-widget.well{margin:0 0 30px}.ams-widget.well header{display:none}.ams-widget.well>div{border:0!important;box-shadow:none!important;-webkit-box-shadow:none!important}.ams-widget.well.transparent .widget-body.no-padding{margin:0!important}.ams-widget-ctrls{width:auto;float:right;padding:0;margin:0}.ams-widget-ctrls a{display:inline-block;padding:0;margin:0;text-decoration:none;font-size:14px;text-align:center;line-height:29px;color:#333}.ams-widget-ctrls .button-icon{position:relative;float:left;min-width:28px;height:28px;font-family:Ubuntu,Arial,Helvetica,sans-serif;border-left:1px solid rgba(0,0,0,0.09)}.ams-widget-ctrls .button-icon :hover{background-color:rgba(0,0,0,0.05)}.rtl .ams-widget-ctrls .button-icon{margin:0 0 5px 5px}.rtl .ams-widget-ctrls{float:left;padding:10px 0 0 3px;margin:0}.ams-widget-loader{display:none;float:right;width:28px;height:28px;margin:0;text-align:center;line-height:28px;background-repeat:no-repeat;background-position:center center}.rtl .ams-widget-loader{float:left}.ams-widget-editbox{display:none;padding:10px;border-bottom:1px solid #b1b1b1;background-color:#fff;margin:-13px -13px 13px}.no-padding .ams-widget-editbox{margin:0 0 10px}.ams-widget,.ams-widget-editbox,.ams-widget>div{zoom:1}.ams-widget:after,.ams-widget-editbox:after,.ams-widget>div:after{clear:both}.ams-widget:before,.ams-widget-editbox:before,.ams-widget>div:before,.ams-widget:after,.ams-widget-editbox:after,.ams-widget>div:after{display:block;visibility:hidden;overflow:hidden;content:"\0020";height:0;font-size:0;line-height:0}.ui-sortable .ams-widget-sortable>header{cursor:move;line-height:normal;-khtml-border-radius:0;border-radius:0;-webkit-box-shadow:inset 0 -2px 0 rgba(0,0,0,0.05);box-shadow:inset 0 -2px 0 rgba(0,0,0,0.05)}.ui-sortable .ams-widget-sortable.ams-widget-collapsed>header{-khtml-border-radius:0;border-radius:0}.ams-widget-timestamp{margin:10px 0 0;color:#868686;font-size:12px;font-style:italic}.ams-widget-placeholder{margin-bottom:28px;padding:0;background-color:#FFC;border:1px dashed #a7a7a7;-khtml-border-radius:0;border-radius:0;-webkit-box-sizing:border-box;-khtml-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.ams-widget-remove-colors{color:#333!important;padding:0!important;background:none!important}.ams-widget-color-magenta>header{color:#fff;background:#6e3671;border-color:#6e3671!important}.ams-widget-color-magenta .nav-tabs li:not(.active) a,.ams-widget-color-magenta>header>.ams-widget-ctrls a{color:#fff!important}.ams-widget-color-magenta .nav-tabs li a:hover{color:#333!important}.ams-widget-color-pink>header{color:#fff;background:#ac5287;border-color:#ac5287!important}.ams-widget-color-pink .nav-tabs li:not(.active) a,.ams-widget-color-pink>header>.ams-widget-ctrls a{color:#fff!important}.ams-widget-color-pink .nav-tabs li a:hover{color:#333!important}.ams-widget-color-pinkDark>header{color:#fff;background:#a8829f;border-color:#a8829f!important}.ams-widget-color-pinkDark .nav-tabs li:not(.active) a,.ams-widget-color-pinkDark>header>.ams-widget-ctrls a{color:#fff!important}.ams-widget-color-pinkDark .nav-tabs li a:hover{color:#333!important}.ams-widget-color-yellow>header{color:#fff;background:#d4c737;border-color:#d4c737!important}.ams-widget-color-yellow .nav-tabs li:not(.active) a,.ams-widget-color-yellow>header>.ams-widget-ctrls a{color:#fff!important}.ams-widget-color-yellow .nav-tabs li a:hover{color:#333!important}.ams-widget-color-orange>header{color:#fff;background:#c79121;border-color:#c79121!important}.ams-widget-color-orange .nav-tabs li:not(.active) a,.ams-widget-color-orange>header>.ams-widget-ctrls a{color:#fff!important}.ams-widget-color-orange .nav-tabs li a:hover{color:#333!important}.ams-widget-color-orangeDark>header{color:#fff;background:#a57225;border-color:#a57225!important}.ams-widget-color-orangeDark .nav-tabs li:not(.active) a,.ams-widget-color-orangeDark>header>.ams-widget-ctrls a{color:#fff!important}.ams-widget-color-orangeDark .nav-tabs li a:hover{color:#333!important}.ams-widget-color-darken>header{color:#fff;background:#404040;border-color:#404040!important}.ams-widget-color-darken .nav-tabs li:not(.active) a,.ams-widget-color-darken>header>.ams-widget-ctrls a{color:#fff!important}.ams-widget-color-darken .nav-tabs li a:hover{color:#333!important}.ams-widget-color-purple>header{color:#fff;background:#65596b;border-color:#65596b!important}.ams-widget-color-purple .nav-tabs li:not(.active) a,.ams-widget-color-purple>header>.ams-widget-ctrls a{color:#fff!important}.ams-widget-color-purple .nav-tabs li a:hover{color:#333!important}.ams-widget-color-teal>header{color:#fff;background:#568a89;border-color:#568a89!important}.ams-widget-color-teal .nav-tabs li:not(.active) a,.ams-widget-color-teal>header>.ams-widget-ctrls a{color:#fff!important}.ams-widget-color-teal .nav-tabs li a:hover{color:#333!important}.ams-widget-color-blueDark>header{color:#fff;background:#4c4f53;border-color:#4c4f53!important}.ams-widget-color-blueDark .nav-tabs li:not(.active) a,.ams-widget-color-blueDark>header>.ams-widget-ctrls a{color:#fff!important}.ams-widget-color-blueDark .nav-tabs li a:hover{color:#333!important}.ams-widget-color-blue>header{color:#fff;background:#60747c;border-color:#60747c!important}.ams-widget-color-blue .nav-tabs li:not(.active) a,.ams-widget-color-blue>header>.ams-widget-ctrls a{color:#fff!important}.ams-widget-color-blue .nav-tabs li a:hover{color:#333!important}.ams-widget-color-blueLight>header{color:#fff;background:#ccdadf;border-color:#ccdadf!important}.ams-widget-color-blueLight .nav-tabs li:not(.active) a,.ams-widget-color-blueLight>header>.ams-widget-ctrls a{color:#fff!important}.ams-widget-color-blueLight .nav-tabs li a:hover{color:#333!important}.ams-widget-color-red>header{color:#fff;background:#931313;border-color:#931313!important}.ams-widget-color-red .nav-tabs li:not(.active) a,.ams-widget-color-red>header>.ams-widget-ctrls a{color:#fff!important}.ams-widget-color-red .nav-tabs li a:hover{color:#333!important}.ams-widget-color-redLight>header{color:#fff;background:#a65858;border-color:#a65858!important}.ams-widget-color-redLight .nav-tabs li:not(.active) a,.ams-widget-color-redLight>header>.ams-widget-ctrls a{color:#fff!important}.ams-widget-color-redLight .nav-tabs li a:hover{color:#333!important}.ams-widget-color-white>header{color:#c8c8c8;background:#dedede;border-color:#c8c8c8!important}.ams-widget-color-white .nav-tabs li:not(.active) a,.ams-widget-color-white>header>.ams-widget-ctrls a{color:#c8c8c8!important}.ams-widget-color-white .nav-tabs li a:hover{color:#838383!important}.ams-widget-color-greenDark>header{color:#fff;background:#496949;border-color:#496949!important}.ams-widget-color-greenDark .nav-tabs li:not(.active) a,.ams-widget-color-greenDark>header>.ams-widget-ctrls a{color:#fff!important}.ams-widget-color-greenDark .nav-tabs li a:hover{color:#333!important}.ams-widget-color-green>header{color:#fff;background:#356e35;border-color:#356e35!important}.ams-widget-color-green .nav-tabs li:not(.active) a,.ams-widget-color-green>header>.ams-widget-ctrls a{color:#fff!important}.ams-widget-color-green .nav-tabs li a:hover{color:#333!important}.ams-widget-color-greenLight>header{color:#fff;background:#71843f;border-color:#71843f!important}.ams-widget-color-greenLight .nav-tabs li:not(.active) a,.ams-widget-color-greenLight>header>.ams-widget-ctrls a{color:#fff!important}.ams-widget-color-greenLight .nav-tabs li a:hover{color:#333!important}#ams-widget-fullscreen-mode{position:fixed;width:100%;height:100%;top:0;left:0;z-index:99999}#ams-widget-fullscreen-mode .ams-widget{margin:0;-khtml-border-radius:0;border-radius:0}#ams-widget-fullscreen-mode>div{overflow-y:scroll;-khtml-border-radius:0;border-radius:0}#ams-widget-fullscreen-mode>div>header{cursor:default}.onoffswitch{position:relative;width:50px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;margin-top:3px;margin-bottom:3px;margin-left:5px;display:inline-block;vertical-align:middle}.onoffswitch-container{margin-top:4px;margin-left:7px;display:inline-block}.onoffswitch-checkbox{display:none}.onoffswitch-label{display:block;overflow:hidden;cursor:pointer;border:1px solid #626262;border-radius:50px;border-color:#adadad #b3b3b3 #9e9e9e;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.onoffswitch-inner{width:200%;margin-left:-100%;display:block}.onoffswitch-inner:after,.onoffswitch-inner:before{float:left;width:50%;height:15px;padding:0;line-height:17px;font-size:10px;font-family:Ubuntu,Trebuchet,Arial,sans-serif;font-weight:700;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.onoffswitch-inner:before{content:attr(data-swchon-text);text-shadow:0 -1px 0 #333;padding-left:7px;background-color:#3276b1;color:#fff;-webkit-box-shadow:inset 0 2px 6px rgba(0,0,0,0.5),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 2px 6px rgba(0,0,0,0.5),0 1px 2px rgba(0,0,0,0.05);text-align:left}.onoffswitch-inner:after{content:attr(data-swchoff-text);padding-right:7px;text-shadow:0 -1px 0 #fff;background-color:#fff;color:#555;text-align:right;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05)}.onoffswitch-switch{width:19px;height:19px;margin:-2px;background:#fff;border:1px solid #9a9a9a;border-radius:50px;position:absolute;top:0;bottom:0;right:32px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;background-color:#f4f4f4;background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#eee));background-image:-webkit-gradient(linear,top left,bottom left,from(#fff),to(#eee));background-image:-webkit-linear-gradient(top,#fff,#eee);background-image:linear-gradient(to bottom,#fff,#eee);background-repeat:repeat-x;-webkit-box-shadow:1px 1px 4px 0 rgba(0,0,0,0.3);box-shadow:1px 1px 4px 0 rgba(0,0,0,0.3)}.onoffswitch-checkbox+.onoffswitch-label .onoffswitch-switch:before,.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch:before{content:"\f00d";color:#a90329;display:block;text-align:center;line-height:19px;font-size:10px;text-shadow:0 -1px 0 #fff;font-weight:700;font-family:FontAwesome}.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch:before{content:"\f00c";color:#57889c}.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner{margin-left:0;display:block}.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch{right:0}.onoffswitch-switch:hover{background-color:#eee}.onoffswitch-switch:active{background-color:#eee;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05)}.onoffswitch-checkbox:checked:disabled+.onoffswitch-label .onoffswitch-inner:before,.onoffswitch-checkbox:disabled+.onoffswitch-label .onoffswitch-inner:after{text-shadow:0 1px 0 #fff;background:#bfbfbf;color:#333}.onoffswitch-checkbox:checked:disabled+.onoffswitch-label .onoffswitch-switch,.onoffswitch-checkbox:disabled+.onoffswitch-label .onoffswitch-switch{background-color:#f4f4f4;background-image:-webkit-gradient(linear,0 0,0 100%,from(#bfbfbf),to(#f4f4f4));background-image:-webkit-gradient(linear,top left,bottom left,from(#bfbfbf),to(#f4f4f4));background-image:-webkit-linear-gradient(top,#bfbfbf,#f4f4f4);background-image:linear-gradient(to bottom,#bfbfbf,#f4f4f4);-webkit-box-shadow:none!important;box-shadow:none!important}.onoffswitch-checkbox:checked:disabled+.onoffswitch-label .onoffswitch-label,.onoffswitch-checkbox:disabled+.onoffswitch-label{border-color:#ababab #999 #878787!important}.onoffswitch-checkbox:checked+.onoffswitch-label{border-color:#3276b1 #2a6395 #255681}.onoffswitch+span,.onoffswitch-title{display:inline-block;vertical-align:middle;margin-top:-5px}label.with-icon .select2-parent{margin-right:27px}label.with-icons .select2-parent{margin-right:54px}.select2-container{margin:0;position:relative;display:inline-block;zoom:1;*display:inline;vertical-align:middle}.select2-container .select2-choice{display:block;height:26px;padding:0 0 0 8px;overflow:hidden;position:relative;border:1px solid #ccc;white-space:nowrap;line-height:26px;color:#444;text-decoration:none;-webkit-background-clip:padding-box;background-clip:padding-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff}label.bordered .select2-container .select2-choice{border-color:transparent}.select2-container .select2-choice:hover{border:1px solid rgba(82,168,236,0.7)}.select2-container .select2-choice>.select2-chosen{margin-right:26px;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.select2-container .select2-choice>.select2-chosen abbr{display:none;width:12px;height:12px;position:absolute;right:24px;top:8px;font-size:1px;text-decoration:none;border:0;cursor:pointer;outline:0}.select2-container .select2-choice>.select2-chosen abbr:hover{cursor:pointer}.select2-container.select2-drop-above .select2-choice{border-bottom-color:#ccc}.select2-container.select2-allowclear .select2-choice .select2-chosen{margin-right:42px}.select2-container.select2-allowclear .select2-choice abbr{display:inline-block}.select2-container .select2-arrow{display:inline-block;width:20px;height:20px;position:absolute;right:3px;top:3px;padding:0 0 0 2px;border-left:1px solid #ccc;line-height:22px;-webkit-background-clip:padding-box}.select2-container .select2-arrow b{width:100%;height:100%;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative;font-size:14px}.select2-container .select2-arrow b:before{content:"\f107";width:100%;height:100%;text-align:center;display:block}.select2-container,.select2-drop,.select2-search,.select2-search input{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.select2-container-active .select2-choice,.select2-container-active .select2-choices{border:1px solid rgba(82,168,236,0.7)!important;outline:0}.select2-drop-mask{border:0;margin:0;padding:0;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:9998;background:#fff;filter:alpha(opacity=0)}.select2-drop{margin-top:-1px;width:100%;position:absolute;z-index:9999;top:100%;background:#fff;color:#000;border:1px solid #ccc;border-top:0;-webkit-box-shadow:0 4px 5px rgba(0,0,0,0.15);box-shadow:0 4px 5px rgba(0,0,0,0.15)}.select2-drop.select2-drop-above{margin-bottom:0;border-top:1px solid rgba(82,168,236,0.7);border-top-width:3px;border-bottom:0;-webkit-box-shadow:0 -4px 5px rgba(0,0,0,0.15);box-shadow:0 -4px 5px rgba(0,0,0,0.15)}.select2-drop.select2-drop-above.select2-drop-active{border-top-width:3px}.select2-drop.select2-drop-above .select2-search input{margin-top:4px}.select2-drop.select2-drop-above .select2-search:before{top:34%}.select2-drop-auto-width{border-top:1px solid #ccc;width:auto}.select2-drop-auto-width .select2-search{padding-top:4px}.select2-drop-active{border:1px solid rgba(82,168,236,0.7);border-top:0;border-bottom-width:3px}.select2-search{display:inline-block;width:100%;min-height:26px;margin:0;padding-left:4px;padding-right:4px;position:relative;z-index:10000;white-space:nowrap}.select2-search:before{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;content:"\f002";top:25%;right:10px;color:#686868!important}.select2-search input{width:100%;height:auto!important;min-height:26px;padding:4px 20px 3px 5px;margin:0;outline:0;font-size:1em;border:1px solid #aaa;-webkit-box-shadow:none;box-shadow:none;background:#fff;background:-webkit-gradient(linear,left bottom,left top,color-stop(0.85,#fff),color-stop(0.99,#eee));background:-webkit-linear-gradient(center bottom,#fff 85%,#eee 99%);background:-webkit-gradient(linear,top left,bottom left,from(#fff),to(#eee));background:-webkit-linear-gradient(top,#fff 85%,#eee 99%);background:linear-gradient(top,#fff 85%,#eee 99%)}.select2-search input.select2-active{background-origin:padding-box;background:#fff url(../img/select2-spinner.gif) no-repeat right 24px top 50%;background:url(../img/select2-spinner.gif) no-repeat right 24px top 50%,-webkit-gradient(linear,left bottom,left top,color-stop(0.85,#fff),color-stop(0.99,#eee));background:url(../img/select2-spinner.gif) no-repeat right 24px top 50%,-webkit-linear-gradient(center bottom,#fff 85%,#eee 99%);background:url(../img/select2-spinner.gif) no-repeat right 24px top 50%,-webkit-gradient(linear,top left,bottom left,from(#fff),to(#eee));background:url(../img/select2-spinner.gif) no-repeat right 24px top 50%,-webkit-linear-gradient(top,#fff 85%,#eee 99%);background:url(../img/select2-spinner.gif) no-repeat right 24px top 50%,linear-gradient(top,#fff 85%,#eee 99%)}.select2-dropdown-open .select2-choice{border-bottom-color:transparent;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;border-bottom-left-radius:0;border-bottom-right-radius:0;background-color:#fff}.select2-dropdown-open.select2-drop-above .select2-choice,.select2-dropdown-open.select2-drop-above .select2-choices{border:1px solid #5d98cc;border-top-color:transparent}.select2-dropdown-open .select2-choice .select2-arrow{background:0;border-left:0;-webkit-filter:none;filter:none}.select2-dropdown-open .select2-choice .select2-arrow b{background-position:-18px 1px}.select2-results{max-height:200px;padding:0 0 0 4px;margin:4px 4px 4px 0;position:relative;overflow-x:hidden;overflow-y:auto;-webkit-tap-highlight-color:rgba(0,0,0,0)}.select2-results .select2-selected{opacity:.5}.select2-results ul.select2-result-sub{margin:0;padding-left:0}.select2-results ul.select2-result-sub>li .select2-result-label{padding-left:20px}.select2-results ul.select2-result-sub ul.select2-result-sub>li .select2-result-label{padding-left:40px}.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label{padding-left:60px}.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label{padding-left:80px}.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label{padding-left:100px}.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label{padding-left:110px}.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label{padding-left:120px}.select2-results li{list-style:none;display:list-item;background-image:none}.select2-results li.select2-result-with-children>.select2-result-label{font-weight:700}.select2-results .select2-result-label{padding:3px 7px 4px;margin:0;cursor:pointer;min-height:1em;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.select2-results .select2-highlighted{background:#3276b1;color:#fff}.select2-results li em{background:#feffde;font-style:normal}.select2-results .select2-highlighted em{background:0}.select2-results .select2-highlighted ul{background:#fff;color:#000}.select2-results .select2-no-results,.select2-results .select2-searching,.select2-results .select2-selection-limit{background:#f4f4f4;display:list-item;padding:3px 5px;opacity:.5}.select2-results-results .select2-disabled{background:#f4f4f4;display:list-item;cursor:default}.select2-results-results .select2-disabled.select2-highlighted{color:#666;background:#f4f4f4;display:list-item;cursor:default}.select2-results-results .select2-selected{display:none}.select2-no-results{padding-left:20px}.select2-no-results:before{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f05a";margin-right:5px}.select2-more-results{background:#f4f4f4;display:list-item}.select2-more-results.select2-active{background:#f4f4f4 url(../img/select2-spinner.gif) no-repeat 100%}.select2-default{color:#999!important}.select2-container.select2-container-disabled .select2-choice{background-image:none;border:1px solid transparent;border-bottom:1px solid #ccc;cursor:default}.select2-container.select2-container-disabled .select2-choice .select2-arrow{display:none}.select2-container.select2-container-disabled .select2-choice abbr{display:none}.select2-container-multi.select2-container-active .select2-choices{border:1px solid rgba(82,168,236,0.7);outline:0}.select2-container-multi .select2-choices{height:auto!important;height:1%;min-height:26px;margin:0;padding:0;position:relative;border:1px solid #ccc;cursor:text;overflow:hidden;background-color:#fff}label.bordered .select2-container-multi .select2-choices{border-color:transparent}.select2-container-multi .select2-choices:hover{border:1px solid rgba(82,168,236,0.7)!important}label.bordered .select2-container-multi .select2-choices:hover{border-color:transparent!important}.select2-container-multi .select2-choices li{float:left;list-style:none}.select2-container-multi .select2-choices .select2-search-field{margin:0;padding:0;white-space:nowrap}.select2-container-multi .select2-choices .select2-search-field input{max-height:24px;padding:3px 5px;margin:1px 0;font-family:Ubuntu,sans-serif;font-size:100%;color:#666;outline:0;border:0;-webkit-box-shadow:none;box-shadow:none;background:transparent!important}.select2-container-multi .select2-choices .select2-search-field input.select2-active{background:#fff url(../img/select2-spinner.gif) no-repeat 99%!important}.select2-container-multi .select2-choices .select2-search-choice{padding:1px 28px 1px 8px;margin:2px;position:relative;line-height:18px;color:#fff;cursor:default;border:1px solid #2a6395;-webkit-background-clip:padding-box;background-clip:padding-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#3276b1}.select2-container-multi .select2-choices .select2-search-choice .select2-chosen{cursor:default}.select2-container-multi .select2-choices .select2-search-choice-focus{opacity:.8}.select2-container-multi .select2-choices .select2-search-choice.ui-sortable-handle{cursor:move}.with-icons .select2-container-multi .select2-choices .select2-search-choice.ui-sortable-handle{margin-right:1px}.select2-container-multi.ordered .select2-choices li{float:none}.select2-container-multi.ordered .select2-choices li.select2-search-choice{cursor:move}.select2-container-multi.ordered .select2-choices li.ui-state-highlight{margin:2px 0 2px 2px;height:20px;background-color:#ddd;border:1px solid #ddd}.select2-container-multi .select2-search-choice-close{display:block;top:0;right:-2px;padding:3px 0 3px 6px}.select2-container-multi .select2-search-choice-close:hover{background:rgba(0,0,0,0.3)}.select2-container-multi.select2-container-disabled .select2-choices{background-image:none;border:1px solid transparent;border-bottom:1px solid #ccc;cursor:default}.select2-container-multi.select2-container-disabled .select2-choices:hover{border-color:transparent!important;border-bottom:1px solid #ccc!important}.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice{padding:1px 5px;border:1px solid #4a90cc;background-image:none;background-color:#86b4dd;cursor:not-allowed}.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close{display:none;background:0}.select2-locked{padding:3px 5px!important}.select2-search-choice-close{display:block;min-width:20px;min-height:14px;position:absolute;right:3px;top:3px;margin:0;padding:0;font-size:15px;text-decoration:none!important;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.select2-search-choice-close:before{color:#fff;content:"\f057"}.select2-result-selectable .select2-match,.select2-result-unselectable .select2-match{text-decoration:underline}.select2-offscreen,.select2-offscreen:focus{clip:rect(0 0 0 0)!important;width:1px!important;height:1px!important;border:0!important;margin:0!important;padding:0!important;overflow:hidden!important;position:absolute!important;outline:0!important;left:0!important;top:0!important}.select2-display-none{display:none}.select2-measure-scrollbar{position:absolute;top:-10000px;left:-10000px;width:100px;height:100px;overflow:scroll}.select2-hidden-accessible{position:absolute;border:0;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;overflow:hidden;padding:0}label.with-icon>i.icon-append+.select2-parent>.select2-choices{padding-right:29px}.multiselect-container{position:absolute;list-style-type:none;margin:0;padding:0}.multiselect-container .input-group{margin:5px}.multiselect-container>li{padding:0}.multiselect-container>li>a.multiselect-all label{font-weight:700}.multiselect-container>li>a>label{margin:0;height:100%;cursor:pointer;font-weight:400}.multiselect-container>li>a>label.checkbox,.multiselect-container>li>a>label.radio{margin:0}.multiselect-container>li>a>label>input[type=checkbox]{margin-bottom:5px}.multiselect-container>li>label.multiselect-group{margin:0;padding:3px 20px;height:100%;font-weight:700}.btn-group>.btn-group:nth-child(2)>.multiselect.btn{border-top-left-radius:4px;border-bottom-left-radius:4px}.color-select{list-style:none;margin:0;padding:4px;min-width:166px;max-width:156px;right:-3px}.color-select li{display:block;margin:2px;float:left}.color-select li span{display:block;width:22px;height:22px;padding:0;background:#333;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border:1px solid rgba(0,0,0,0.1);cursor:pointer}.color-select li span:hover{border:3px solid rgba(0,0,0,0.2)}.widget-toolbar .dropdown-menu.color-select{right:-1px}.color-box{display:block;position:relative;width:22px;height:22px;padding:0;background:#333;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:1px solid rgba(255,255,255,0.3)!important;cursor:pointer;vertical-align:middle;outline:1px solid rgba(0,0,0,0.1);background:rgba(255,255,255,0.3)!important}.color-box:hover,.open .color-box{outline:1px solid rgba(0,0,0,0.1)!important}.color-box:hover{-webkit-transform:scale(1.07);-moz-transform:scale(1.07)}.color-box:active{top:1px;left:1px}.widget-toolbar>.color-box{margin-top:7px;width:18px;height:18px;outline:1px solid rgba(0,0,0,0.2)}.widget-toolbar>.color-box:active,.widget-toolbar>.color-box:focus,.widget-toolbar>.color-box:hover{outline:1px solid rgba(0,0,0,0.25)!important}.ams-widget #calendar{margin-top:-18px}#calendar-buttons{position:absolute;right:14px;top:5px}#calendar-container{position:relative}#external-events>li{margin:6px 4px 6px 0;display:inline-block}#external-events>li>:first-child{padding:5px 10px 10px;cursor:move;display:block}#external-events>li>:first-child:after{color:#fff;color:rgba(255,255,255,0.7);content:attr(data-description);font-size:11px;font-weight:400;display:block;line-height:0;margin:7px 0;text-transform:lowercase}.fc{direction:ltr;text-align:left}.fc .fc-header-space{padding-left:10px}.fc table,html .fc{font-size:12px}.fc table{border-collapse:collapse;border-spacing:0}.fc th,.fc td{padding:0;vertical-align:top}.fc .ui-resizable-handle{display:block;position:absolute;z-index:99999;overflow:hidden;font-size:300%;line-height:50%}.fc .ui-draggable-dragging .fc-event-bg{display:none}.fc-border-separate thead tr,.fc-border-separate .table thead tr{background-color:#eee;background-image:-webkit-gradient(linear,0 0,0 100%,from(#f2f2f2),to(#fafafa));background-image:-webkit-linear-gradient(top,#f2f2f2 0,#fafafa 100%);background-image:-linear-gradient(top,#f2f2f2 0,#fafafa 100%);font-size:12px}.fc-border-separate thead tr th{padding:4px;line-height:1.428571429}tr td.fc-first,tr.fc-first th.fc-first{border-left:0}tr.fc-last td{border-bottom:0}.fc-header .fc-button{margin-bottom:1em;vertical-align:top;margin-right:-1px}.fc-header .fc-corner-right{margin-right:1px}.fc-header .ui-corner-right{margin-right:0}.fc-header .fc-state-hover,.fc-header .ui-state-hover{z-index:2}.fc-header .fc-state-down{z-index:3}.fc-header .fc-state-active,.fc-header .ui-state-active{z-index:4}.fc-header td{white-space:nowrap}.fc-header-left{width:25%;text-align:left}.fc-header-center{text-align:center}.fc-header-right{width:25%;text-align:right}.fc-header-title{display:inline-block;vertical-align:top}.fc-header-title h2{margin-top:0;white-space:nowrap}.ams-widget .fc-header-title h2{text-shadow:0 1px 0 #fff;margin-top:-12px;margin-left:10px;font-size:14px;font-weight:700;margin-bottom:0}.fc-content{clear:both}.fc-view{width:100%;overflow:hidden}.fc-widget-content,.fc-widget-header{border:1px solid #ccc;border-right:0}.fc-state-highlight{background:#ffc}.fc-cell-overlay{background:#9cf;opacity:.2;filter:alpha(opacity=20)}.fc-button{position:relative;display:inline-block;cursor:pointer}.fc-button-inner{position:relative;float:left;overflow:hidden}.fc-state-default{border-width:1px 0}.fc-state-default .fc-button-inner{border-width:0 1px}.fc-state-default,.fc-state-default .fc-button-inner{border-style:solid;border-color:#ccc #bbb #aaa;background:#f3f3f3;color:#000}.fc-state-default .fc-button-effect{position:absolute;top:50%;left:0}.fc-state-default .fc-button-effect span{position:absolute;top:-100px;left:0;width:500px;height:100px;border-width:100px 0 0 1px;border-style:solid;border-color:#fff;background:#444;opacity:.09;filter:alpha(opacity=9)}.fc-state-hover .fc-button-inner{border-color:#999}.fc-state-down .fc-button-inner{border-color:#555;background:#777}.fc-state-active .fc-button-inner{border-color:#555;background:#777;color:#fff}.fc-state-disabled{cursor:default}.fc-state-disabled .fc-button-inner{color:#999;border-color:#ddd}.fc-state-disabled .fc-button-effect{display:none}.fc-button-content{position:relative;float:left;height:1.9em;line-height:1.9em;padding:0 .6em;white-space:nowrap}.fc-button-content .fc-icon-wrap{position:relative;float:left;top:50%}.fc-button-content .ui-icon{position:relative;float:left;margin-top:-50%;*margin-top:0;*top:-50%}.fc-event{border-style:solid;border-width:0;font-size:.85em;cursor:default}.fc-rtl .fc-event{text-align:right}.fc-event-draggable,a.fc-event{cursor:pointer}a.fc-event{text-decoration:none}.fc-event-skin{color:#FFF;border-right:0!important;cursor:move}.fc-event-skin .fa:before{display:block;font-size:14px;position:absolute;right:4px;top:3px}.fc-event-inner{position:relative;width:100%;height:100%;border-style:solid;border-width:0;overflow:hidden}.fc-event-hori{border-width:1px 0;margin-bottom:1px}.fc-event-hori .ui-resizable-e{top:0!important;right:-3px!important;width:7px!important;height:100%!important;cursor:e-resize}.fc-event-hori .ui-resizable-w{top:0!important;left:-3px!important;width:7px!important;height:100%!important;cursor:w-resize}.fc-event-hori .ui-resizable-handle{_padding-bottom:14px}.fc-corner-left{margin-left:1px}.fc-corner-left .fc-button-inner,.fc-corner-left .fc-event-inner{margin-left:-1px}.fc-corner-right{margin-right:1px}.fc-corner-right .fc-button-inner,.fc-corner-right .fc-event-inner{margin-right:-1px}.fc-corner-right .fc-event-inner{border-left:6px solid rgba(0,0,0,0.15);padding-left:2px;padding-right:15px}.fc-corner-top{margin-top:1px}.fc-corner-top .fc-event-inner{margin-top:-1px;border-top-width:1px}.fc-corner-bottom{margin-bottom:1px}.fc-corner-bottom .fc-event-inner{margin-bottom:-1px;border-bottom-width:1px}table.fc-table-separate{border-collapse:separate}.fc-table-separate td,.fc-table-separate th{border-width:1px 0 0 1px}.fc-table-separate td.fc-last,.fc-table-separate th.fc-last{border-right-width:1px}.fc-table-separate tr.fc-last td,.fc-table-separate tr.fc-last th{border-bottom-width:1px}.fc-table-separate tbody tr.fc-first td,.fc-table-separate tbody tr.fc-first th{border-top-width:0}.fc-grid th{text-align:center}.fc-grid .fc-day-number{float:right;padding:0 2px}.fc-grid .fc-other-month .fc-day-number{opacity:.3;filter:alpha(opacity=30)}.fc-grid .fc-day-content{clear:both;padding:2px 2px 1px}.fc-grid .fc-event-time{font-weight:700}.fc-rtl .fc-grid .fc-day-number{float:left}.fc-rtl .fc-grid .fc-event-time{float:right}.fc-agenda table{border-collapse:separate}.fc-agenda .fc-agenda-axis{width:50px;padding:0 4px;vertical-align:middle;text-align:right;white-space:nowrap;font-weight:400}.fc-agenda .fc-day-content{padding:2px 2px 1px}.fc-agenda-days th{text-align:center}.fc-agenda-days .fc-agenda-axis{border-right-width:1px}.fc-agenda-days .fc-col0{border-left-width:0}.fc-agenda-allday th{border-width:0 1px}.fc-agenda-allday .fc-day-content{min-height:34px;_height:34px}.fc-agenda-divider-inner{height:2px;overflow:hidden}.fc-widget-header .fc-agenda-divider-inner{background:#eee}.fc-agenda-slots th{border-width:1px 1px 0}.fc-agenda-slots td{border-width:1px 0 0;background:0}.fc-agenda-slots td div{height:20px}.fc-agenda-slots tr.fc-slot0 td,.fc-agenda-slots tr.fc-slot0 th{border-top-width:0}.fc-agenda-slots tr.fc-minor td,.fc-agenda-slots tr.fc-minor th{border-top-style:dotted}.fc-agenda-slots tr.fc-minor th.ui-widget-header{*border-top-style:solid}.fc-event-time,.fc-event-title{padding:3px 0 2px 3px;display:inline-block;line-height:16px;font-weight:700;font-size:11px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.fc-event-vert{border-width:0 1px}.fc-event-vert .fc-event-content,.fc-event-vert .fc-event-head{position:relative;z-index:2;width:100%;overflow:hidden}.fc-event-vert .fc-event-time{white-space:nowrap;font-size:10px}.fc-event-vert .fc-event-bg{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;background:#fff;opacity:.3;filter:alpha(opacity=30)}.fc-event-vert .ui-resizable-s{bottom:0!important;width:100%!important;height:8px!important;overflow:hidden!important;line-height:8px!important;font-size:11px!important;font-family:monospace;text-align:center;cursor:s-resize}.fc-select-helper .fc-event-bg{display:none}.fc-agenda .ui-resizable-resizing{_overflow:hidden}.colorpicker{padding-left:30px!important}.bootstrap-timepicker{position:relative}.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu{left:auto;right:0}.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before{left:auto;right:12px}.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after{left:auto;right:13px}.bootstrap-timepicker .add-on{cursor:pointer}.bootstrap-timepicker .add-on i{display:inline-block;width:16px;height:16px}@media(max-width:767px){.bootstrap-timepicker,.bootstrap-timepicker .dropdown-menu{width:100%}}.bootstrap-timepicker-widget.dropdown-menu{padding:4px}.bootstrap-timepicker-widget.dropdown-menu.open{display:inline-block}.bootstrap-timepicker-widget.dropdown-menu:before{border-bottom:7px solid rgba(0,0,0,0.2);border-left:7px solid transparent;border-right:7px solid transparent;content:"";display:inline-block;position:absolute}.bootstrap-timepicker-widget.dropdown-menu:after{border-bottom:6px solid #FFF;border-left:6px solid transparent;border-right:6px solid transparent;content:"";display:inline-block;position:absolute}.bootstrap-timepicker-widget.timepicker-orient-left:before{left:6px}.bootstrap-timepicker-widget.timepicker-orient-left:after{left:7px}.bootstrap-timepicker-widget.timepicker-orient-right:before{right:6px}.bootstrap-timepicker-widget.timepicker-orient-right:after{right:7px}.bootstrap-timepicker-widget.timepicker-orient-top:before{top:-7px}.bootstrap-timepicker-widget.timepicker-orient-top:after{top:-6px}.bootstrap-timepicker-widget.timepicker-orient-bottom:before{bottom:-7px;border-bottom:0;border-top:7px solid #999}.bootstrap-timepicker-widget.timepicker-orient-bottom:after{bottom:-6px;border-bottom:0;border-top:6px solid #fff}.bootstrap-timepicker-widget a.btn,.bootstrap-timepicker-widget input{border-radius:4px}.bootstrap-timepicker-widget table{width:100%;margin:0}.bootstrap-timepicker-widget table table td{text-align:center;height:30px;margin:0;padding:2px}.bootstrap-timepicker-widget table table td:not(.separator){min-width:30px}.bootstrap-timepicker-widget table table td span{width:100%}.bootstrap-timepicker-widget table table td a{border:1px transparent solid;width:100%;display:inline-block;margin:0;padding:8px 0;outline:0;color:#333}.bootstrap-timepicker-widget table table td a:hover{text-decoration:none;background-color:#eee;border-radius:4px;border-color:#ddd}.bootstrap-timepicker-widget table table td a i{margin-top:2px;font-size:18px}.bootstrap-timepicker-widget table table td input{width:25px;margin:0;text-align:center}@media(min-width:767px){.bootstrap-timepicker-widget.modal{width:200px;margin-left:-100px}}.bootstrap-timepicker-widget .modal-content{padding:4px}.note-editor{border:1px solid #a9a9a9}.note-editor.fullscreen{position:fixed;top:0;left:0;z-index:1050;width:100%}.note-editor.fullscreen.fullscreen .note-editable{background-color:#fff}.note-editor.codeview .note-editable,.note-editor.fullscreen .note-resizebar{display:none}.note-editor.codeview .note-codeable{display:block}.note-editor .note-toolbar{padding-bottom:5px;padding-left:5px;margin:0;background-color:#f5f5f5;border-bottom:1px solid #a9a9a9}.note-editor .note-toolbar>.btn-group{margin-top:5px;margin-right:5px;margin-left:0}.note-editor .note-toolbar .note-table .dropdown-menu{min-width:0;padding:5px}.note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker{font-size:18px}.note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-mousecatcher{position:absolute!important;z-index:3;width:10em;height:10em;cursor:pointer}.note-editor .note-toolbar .note-table .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-unhighlighted{position:relative!important;z-index:1;width:5em;height:5em;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC) repeat}.note-editor .note-toolbar .note-table .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-highlighted{position:absolute!important;z-index:2;width:1em;height:1em;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC) repeat}.note-editor .note-toolbar .note-style blockquote,.note-editor .note-toolbar .note-editor .note-toolbar .note-style h1,.note-editor .note-toolbar .note-editor .note-toolbar .note-style h2,.note-editor .note-toolbar .note-editor .note-toolbar .note-style h3,.note-editor .note-toolbar .note-editor .note-toolbar .note-style h4,.note-editor .note-toolbar .note-editor .note-toolbar .note-style h5,.note-editor .note-toolbar .note-editor .note-toolbar .note-style h6{margin:0}.note-editor .note-toolbar .note-color .dropdown-toggle{width:20px;padding-left:5px}.note-editor .note-toolbar .note-color .dropdown-menu{min-width:290px}.note-editor .note-toolbar .note-color .dropdown-menu .btn-group{margin:0}.note-editor .note-toolbar .note-color .dropdown-menu .btn-group:first-child{margin:0 5px}.note-editor .note-toolbar .note-color .dropdown-menu .btn-group .note-palette-title{margin:2px 7px;font-size:12px;text-align:center;border-bottom:1px solid #eee}.note-editor .note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset{padding:0 3px;margin:5px;font-size:12px;cursor:pointer;border-radius:5px}.note-editor .note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset:hover{background:#eee}.note-editor .note-toolbar .note-para .dropdown-menu{min-width:153px;padding:5px}.note-editor .note-toolbar .note-para .note-para li:first-child{margin-bottom:5px}.note-editor .note-statusbar{background-color:#f5f5f5}.note-editor .note-statusbar .note-resizebar{width:100%;height:8px;cursor:s-resize}.note-editor .note-statusbar .note-resizebar .note-icon-bar{width:20px;margin:1px auto;border-top:1px solid #a9a9a9}.note-editor .note-popover .popover{max-width:none}.note-editor .note-popover .popover .popover-content{padding:5px}.note-editor .note-popover .popover .popover-content a{display:inline-block;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle}.note-editor .note-popover .popover .popover-content .btn-group+.btn-group{margin-left:5px}.note-editor .note-popover .popover .arrow{left:20px}.note-editor .note-handle .note-control-selection{position:absolute;display:none;border:1px solid #000}.note-editor .note-handle .note-control-selection>div{position:absolute}.note-editor .note-handle .note-control-selection .note-control-selection-bg{width:100%;height:100%;background-color:#000;-webkit-opacity:.3;-khtml-opacity:.3;-moz-opacity:.3;opacity:.3;-ms-filter:alpha(opacity=30);filter:alpha(opacity=30)}.note-editor .note-handle .note-control-selection .note-control-handle,.note-editor .note-handle .note-control-selection .note-control-holder{width:7px;height:7px;border:1px solid #000}.note-editor .note-handle .note-control-selection .note-control-sizing{width:7px;height:7px;background-color:#fff;border:1px solid #000}.note-editor .note-handle .note-control-selection .note-control-nw{top:-5px;left:-5px;border-right:0;border-bottom:0}.note-editor .note-handle .note-control-selection .note-control-ne{top:-5px;right:-5px;border-bottom:0;border-left:0}.note-editor .note-handle .note-control-selection .note-control-sw{bottom:-5px;left:-5px;border-top:0;border-right:0}.note-editor .note-handle .note-control-selection .note-control-se{right:-5px;bottom:-5px;cursor:se-resize}.note-editor .note-handle .note-control-selection .note-control-selection-info{right:0;bottom:0;padding:5px;margin:5px;font-size:12px;color:#fff;background-color:#000;border-radius:5px;-webkit-opacity:.7;-khtml-opacity:.7;-moz-opacity:.7;opacity:.7;-ms-filter:alpha(opacity=70);filter:alpha(opacity=70)}.note-editor .note-dialog>div{display:none}.note-editor .note-dialog .note-image-dialog .note-dropzone{min-height:200px;font-size:30px;line-height:6;color:#d3d3d3;text-align:center;border:4px dashed #d3d3d3}.note-editor .note-dialog .note-help-dialog{font-size:12px;color:#ccc;background:0;background-color:#222!important;border:0;-webkit-opacity:.9;-khtml-opacity:.9;-moz-opacity:.9;opacity:.9;-ms-filter:alpha(opacity=90);filter:alpha(opacity=90)}.note-editor .note-dialog .note-help-dialog .modal-content{background:0;border:1px solid #fff;border-radius:5px;-webkit-box-shadow:none;box-shadow:none}.note-editor .note-dialog .note-help-dialog a{font-size:12px;color:#fff}.note-editor .note-dialog .note-help-dialog .title{padding-bottom:5px;font-size:14px;font-weight:700;color:#fff;border-bottom:#fff 1px solid}.note-editor .note-dialog .note-help-dialog .modal-close{font-size:14px;color:#dd0;cursor:pointer}.note-editor .note-dialog .note-help-dialog .note-shortcut-layout{width:100%}.note-editor .note-dialog .note-help-dialog .note-shortcut-layout td{vertical-align:top}.note-editor .note-dialog .note-help-dialog .note-shortcut{margin-top:8px}.note-editor .note-dialog .note-help-dialog .note-shortcut th{font-size:13px;color:#dd0;text-align:left}.note-editor .note-dialog .note-help-dialog .note-shortcut th:first-child{min-width:110px;padding-right:10px;font-family:"Courier New";color:#dd0;text-align:right}.note-editor .note-editable{padding:10px;overflow:scroll;outline:0}.note-editor .note-codeable{display:none;width:100%;padding:10px;margin-bottom:0;font-family:Menlo,Monaco,monospace,sans-serif;font-size:14px;color:#ccc;background-color:#222;border:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;resize:none}.note-editor .dropdown-menu{min-width:90px}.note-editor .dropdown-menu.right{right:0;left:auto}.note-editor .dropdown-menu.right::before{right:9px;left:auto!important}.note-editor .dropdown-menu.right::after{right:10px;left:auto!important}.note-editor .dropdown-menu .dropdown-menu li a i{color:#00bfff;visibility:hidden}.note-editor .dropdown-menu .dropdown-menu li a.checked i{visibility:visible}.note-editor .note-color-palette{line-height:1}.note-editor .note-color-palette div .note-color-btn{width:17px;height:17px;padding:0;margin:0;border:1px solid #fff}.note-editor .note-color-palette div .note-color-btn:hover{border:1px solid #000}.no-padding .note-editor{border:0}.note-editor .note-editable{background-color:rgba(48,126,204,0.05)}.note-editor .note-editable:focus{background-color:#fff}.note-editor .note-statusbar .note-resizebar{border-top:1px solid #dbdbdb}.note-editor .note-statusbar:hover{background:#EEE}.note-editor .note-statusbar:active{background:#eaeaea}.md-editor{display:block;border:1px solid #ddd}.md-editor.active{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)}.md-editor .md-footer,.md-editor>.md-header{display:block;padding:6px 4px;background:#f5f5f5}.md-editor>.md-preview{background:#fff;border-top:1px dashed #ddd;border-bottom:1px dashed #ddd;min-height:10px;padding:10px}.md-editor>textarea{font-family:Monaco,Menlo,Consolas,"Courier New",monospace;font-size:13px;outline:0;outline:thin dotted \9;margin:0;display:block;width:100%;border:0;padding:10px;border-top:1px dashed #ddd;border-bottom:1px dashed #ddd;border-radius:0;-webkit-box-shadow:none;box-shadow:none;background:#eee}.md-editor>textarea:focus{-webkit-box-shadow:none;box-shadow:none;background:#fff}.twitter-typeahead .tt-hint,.twitter-typeahead .tt-query{margin-bottom:0}.tt-dropdown-menu{min-width:160px;margin-top:2px;padding:5px 0;background-color:#fff;border:1px solid #bfbfbf;border:1px solid rgba(0,0,0,0.2);*border-right-width:2px;*border-bottom-width:2px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);-webkit-background-clip:padding-box;background-clip:padding-box}.tt-suggestion{display:block;padding:3px 20px}.tt-suggestion.tt-is-under-cursor{color:#fff;background-color:#0081c2}.tt-suggestion.tt-is-under-cursor a{color:#fff}.tt-suggestion p{margin:0}.dropzone,.dropzone *,.dropzone-previews,.dropzone-previews *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.dropzone .dz-preview,.dropzone-previews .dz-preview{background:rgba(255,255,255,0.8);position:relative;display:inline-block;margin:10px;vertical-align:top;border:1px solid #acacac;padding:6px;-webkit-box-shadow:1px 1px 4px rgba(0,0,0,0.16);box-shadow:1px 1px 4px rgba(0,0,0,0.16);font-size:14px}.dropzone .dz-preview.dz-file-preview,.dropzone-previews .dz-preview.dz-file-preview{display:none}.dropzone .dz-preview .dz-details,.dropzone-previews .dz-preview .dz-details{width:100px;height:100px;position:relative;background:#ebebeb;padding:5px;margin-bottom:22px}.dropzone .dz-preview .dz-details .dz-filename,.dropzone-previews .dz-preview .dz-details .dz-filename{overflow:hidden;height:100%}.dropzone .dz-preview .dz-details img,.dropzone-previews .dz-preview .dz-details img{position:absolute;top:0;left:0;width:100px;height:100px}.dropzone .dz-preview .dz-details .dz-size,.dropzone-previews .dz-preview .dz-details .dz-size{position:absolute;bottom:-28px;left:3px;height:28px;line-height:28px}.dropzone .dz-preview.dz-error .dz-error-mark,.dropzone-previews .dz-preview.dz-error .dz-error-mark,.dropzone .dz-preview.dz-success .dz-success-mark,.dropzone-previews .dz-preview.dz-success .dz-success-mark{display:block;opacity:1;-ms-filter:none;-webkit-filter:none;filter:none}.dropzone .dz-preview:hover .dz-details img,.dropzone-previews .dz-preview:hover .dz-details img{display:none}.dropzone .dz-preview .dz-error-mark,.dropzone-previews .dz-preview .dz-error-mark,.dropzone .dz-preview .dz-success-mark,.dropzone-previews .dz-preview .dz-success-mark{display:block;position:absolute;width:40px;height:40px;font-size:30px;text-align:center;right:-10px;top:-10px;opacity:0;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out;background-image:url(../img/dropzone/spritemap.png);background-repeat:no-repeat}.dropzone .dz-preview .dz-error-mark span,.dropzone-previews .dz-preview .dz-error-mark span,.dropzone .dz-preview .dz-success-mark span,.dropzone-previews .dz-preview .dz-success-mark span{display:none}.dropzone .dz-preview .dz-success-mark,.dropzone-previews .dz-preview .dz-success-mark{color:#8cc657;background-position:-268px -163px}.dropzone .dz-preview .dz-error-mark,.dropzone-previews .dz-preview .dz-error-mark{color:#ee162d;background-position:-268px -123px}.dropzone .dz-preview.dz-error .dz-progress .dz-upload,.dropzone-previews .dz-preview.dz-error .dz-progress .dz-upload{background:#ee1e2d}.dropzone .dz-preview .dz-progress,.dropzone-previews .dz-preview .dz-progress{position:absolute;top:100px;left:6px;right:6px;height:6px;background:#d7d7d7;display:none}.dropzone .dz-preview .dz-progress .dz-upload,.dropzone-previews .dz-preview .dz-progress .dz-upload{position:absolute;bottom:0;background-color:#8cc657;-webkit-animation:loading .4s linear infinite;-ms-animation:loading .4s linear infinite;animation:loading .4s linear infinite;-webkit-transition:width .3s ease-in-out;transition:width .3s ease-in-out;border-radius:2px;top:0;left:0;width:0;height:100%;background-image:url(../img/dropzone/spritemap.png);background-repeat:repeat-x;background-position:0 -400px}.dropzone .dz-preview.dz-processing .dz-progress,.dropzone-previews .dz-preview.dz-processing .dz-progress{display:block}.dropzone .dz-preview .dz-error-message,.dropzone-previews .dz-preview .dz-error-message{position:absolute;top:-5px;left:-20px;background:rgba(245,245,245,0.8);padding:8px 10px;color:#800;min-width:140px;max-width:500px;z-index:500;display:block;opacity:0;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.dropzone .dz-preview:hover.dz-error .dz-error-message,.dropzone-previews .dz-preview:hover.dz-error .dz-error-message{display:block;opacity:1;-ms-filter:none;-webkit-filter:none;filter:none}.dropzone .dz-preview.dz-image-preview:hover .dz-details img,.dropzone-previews .dz-preview.dz-image-preview:hover .dz-details img{display:block;opacity:.1;-ms-filter:"alpha(Opacity=10)";filter:alpha(opacity=10)}.dropzone .dz-preview.dz-success .dz-progress,.dropzone-previews .dz-preview.dz-success .dz-progress{display:block;opacity:0;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out}.dropzone a.dz-remove,.dropzone-previews a.dz-remove{background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fafafa),color-stop(1,#eee));background-image:-webkit-gradient(linear,top left,bottom left,from(#fafafa),to(#eee));background-image:-webkit-linear-gradient(top,#fafafa 0,#eee 100%);background-image:linear-gradient(top,#fafafa 0,#eee 100%);border-radius:2px;border:1px solid #eee;text-decoration:none;display:block;padding:4px 5px;text-align:center;color:#aaa;margin-top:26px}.dropzone a.dz-remove:hover,.dropzone-previews a.dz-remove:hover{color:#666}.dropzone{position:relative;padding:1em;border:1px solid rgba(0,0,0,0.03);min-height:360px;border-radius:3px;background:rgba(0,0,0,0.03);background-image:-webkit-gradient(linear,left top,right bottom,color-stop(0.25,rgba(0,0,0,0.03)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(0,0,0,0.03)),color-stop(0.75,rgba(0,0,0,0.03)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(135deg,rgba(0,0,0,0.03) 25%,transparent 25%,transparent 50%,rgba(0,0,0,0.03) 50%,rgba(0,0,0,0.03) 75%,transparent 75%,transparent);background-image:-webkit-linear-gradient(315deg,rgba(0,0,0,0.03) 25%,transparent 25%,transparent 50%,rgba(0,0,0,0.03) 50%,rgba(0,0,0,0.03) 75%,transparent 75%,transparent);background-image:linear-gradient(135deg,rgba(0,0,0,0.03) 25%,transparent 25%,transparent 50%,rgba(0,0,0,0.03) 50%,rgba(0,0,0,0.03) 75%,transparent 75%,transparent);background-color:#fafcfd;-webkit-background-size:16px 16px;background-size:16px 16px}.dropzone .dz-drag-hover{background:rgba(0,0,0,0.04)}.dropzone.dz-clickable,.dropzone.dz-clickable .dz-message,.dropzone.dz-clickable .dz-message span{cursor:pointer}.dropzone.dz-clickable *{cursor:default}.dropzone .dz-message{opacity:1;-ms-filter:none;-webkit-filter:none;filter:none}.dropzone .dz-drag-hover{background-image:-webkit-gradient(linear,left top,right bottom,color-stop(0.25,rgba(0,0,0,0.03)),color-stop(0.25,rgba(0,0,0,0)),color-stop(0.5,rgba(0,0,0,0)),color-stop(0.5,rgba(0,0,0,0.03)),color-stop(0.75,rgba(0,0,0,0.03)),color-stop(0.75,rgba(0,0,0,0)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(135deg,rgba(0,0,0,0.03) 25%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.03) 50%,rgba(0,0,0,0.03) 75%,rgba(0,0,0,0) 75%,rgba(0,0,0,0));background-image:-webkit-linear-gradient(315deg,rgba(0,0,0,0.03) 25%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.03) 50%,rgba(0,0,0,0.03) 75%,rgba(0,0,0,0) 75%,rgba(0,0,0,0));background-image:linear-gradient(135deg,rgba(0,0,0,0.03) 25%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.03) 50%,rgba(0,0,0,0.03) 75%,rgba(0,0,0,0) 75%,rgba(0,0,0,0));background-color:#fafafa;-webkit-background-size:22px 22px;background-size:22px 22px;border:5px dashed #ccc}.dropzone .dz-default.dz-message{opacity:1;-ms-filter:none;-webkit-filter:none;filter:none;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;background-image:url(../img/dropzone/spritemap.png);background-repeat:no-repeat;background-position:0 0;position:absolute;width:428px;height:123px;margin-left:-214px;margin-top:-61.5px;top:50%;left:50%}.dropzone .dz-default.dz-message span{display:none}.dropzone.dz-square .dz-default.dz-message{background-position:0 -123px;width:268px;margin-left:-134px;height:174px;margin-top:-87px}.dropzone.dz-drag-hover .dz-message{opacity:.15;-ms-filter:"alpha(Opacity=15)";filter:alpha(opacity=15)}.dropzone.dz-started .dz-message{display:block;opacity:0;-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0)}.irs{position:relative;display:block;height:40px}.irs-line{position:relative;display:block;overflow:hidden;height:8px;top:25px;background:#eee}.irs-line-left,.irs-line-mid,.irs-line-right{position:absolute;display:block;top:0;height:8px}.irs-line-left{left:0;width:10%}.irs-line-mid{left:10%;width:80%}.irs-line-right{right:0;width:10%}.irs-diapason{position:absolute;display:block;left:0;width:100%}.irs-slider{position:absolute;display:block;cursor:default;z-index:1;width:10px;height:22px;top:17px;border:1px solid #fff;background:#858585}.irs-slider:hover{background:#6c6c6c}.irs-slider.single{left:10px}.irs-slider.single:before{position:absolute;display:block;content:"";top:-50%;left:-150%;width:400%;height:200%;background:rgba(0,0,0,0)}.irs-slider.from{left:100px}.irs-slider.from:before{position:absolute;display:block;content:"";top:-50%;left:-300%;width:400%;height:200%;background:rgba(0,0,0,0)}.irs-slider.to{left:300px}.irs-slider.to:before{position:absolute;display:block;content:"";top:-50%;left:0;width:400%;height:200%;background:rgba(0,0,0,0)}.irs-slider.last{z-index:2}.irs-max,.irs-min{color:#999;font-size:12px;line-height:1.333;text-shadow:none;top:0;padding:1px 3px;background:rgba(0,0,0,0.1);border-radius:0}.lt-ie9 .irs-max,.lt-ie9 .irs-min{background:#bfbfbf}.irs-min{position:absolute;display:block;left:0;cursor:default}.irs-max{position:absolute;display:block;right:0;cursor:default}.irs-from,.irs-single,.irs-to{position:absolute;display:block;top:0;left:0;cursor:default;white-space:nowrap}.lt-ie9 .irs-from,.lt-ie9 .irs-single,.lt-ie9 .irs-to{background:#999}.irs-grid{position:absolute;display:none;bottom:0;left:0;width:100%;height:20px}.irs-with-grid{height:60px}.irs-with-grid .irs-grid{display:block}.irs-grid-pol{position:absolute;top:0;left:0;width:1px;height:8px;background:#99a4ac}.irs-grid-pol.small{height:4px}.irs-grid-text{position:absolute;bottom:0;left:0;width:100px;white-space:nowrap;text-align:center;font-size:9px;line-height:9px;color:#99a4ac}.irs-diapason{background:#3276b1;height:8px;top:25px}.irs .irs-from,.irs .irs-single,.irs .irs-to{color:#fff;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background:rgba(0,0,0,0.4);border-radius:0}#irs-active-slider{background:#686868;-webkit-box-shadow:rgba(0,0,0,0.3) 1px 1px 1px 0;box-shadow:rgba(0,0,0,0.3) 1px 1px 1px 0;width:12px;height:24px;top:16px}.google_maps{width:100%;height:350px;position:relative}.google_maps *{box-sizing:content-box;-webkit-box-sizing:content-box;-moz-box-sizing:content-box}.google_maps img{max-width:none}.slider{margin-top:0;margin-bottom:30px}.slider.slider-vertical{margin-bottom:0;margin-right:5px}.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width: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{display:block;min-height:0}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}* html .ui-helper-clearfix{height:1%}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:alpha(opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;width:16px;height:16px;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-sortable .ui-sortable-handle{cursor:move}.ui-widget{font-family:Ubuntu,Helvetica,Arial,sans-serif;font-size:13px}.ui-widget :active{outline:0}.ui-widget .ui-widget{font-size:13px}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Ubuntu,Helvetica,Arial,sans-serif;font-size:inherit}.ui-widget-content{border:1px solid #aaa;background:#fff;color:#404040}.ui-widget-content .ui-icon{background:none!important}.ui-widget-header{font-weight:700;background-color:#f5f5f5;border-color:#DDD;color:#333}.ui-widget-header a{color:#222}.ui-widget-overlay{position:fixed;background:#AAA;width:100%;height:200%;top:0;left:0;z-index:999;opacity:.3;filter:alpha(opacity=30)}.ui-widget-shadow{margin:-8px 0 0 -8px;padding:8px;background:#aaa;opacity:.3;filter:alpha(opacity=30);border-radius:8px}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{color:#333;background-color:#fff;font-weight:400;border:1px solid #ccc}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{text-shadow:none}.ui-state-default,.ui-state-error,.ui-state-highlight{position:relative;border-width:1px;border-style:solid}.ui-state-default p,.ui-state-error p,.ui-state-highlight p{font-size:13px;font-weight:400;line-height:18px;margin:7px 15px}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#2d6987}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{color:#b94a48;background-color:#f2dede;border-color:#eed3d7}.ui-state-error a,.ui-state-error-text,.ui-widget-content .ui-state-error a,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error a,.ui-widget-header .ui-state-error-text{color:#953b39}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{color:#333;background-color:#ebebeb;border-color:#adadad;text-decoration:none}.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#333;text-decoration:none}.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #adadad;font-weight:400;color:#333}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#333;text-decoration:none}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:alpha(opacity=35);background-image:none}.ui-state-disabled .ui-icon,.ui-widget-content .ui-state-disabled .ui-icon,.ui-widget-header .ui-state-disabled .ui-icon{filter:alpha(opacity=35)}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:alpha(opacity=70);font-weight:400}.ui-corner-all{border-radius:0}.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-left-radius:4px}.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-left-radius:4px}.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-right-radius:4px}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}input[type=color].ui-autocomplete-loading,input[type=date].ui-autocomplete-loading,input[type=datetime-local].ui-autocomplete-loading,input[type=datetime].ui-autocomplete-loading,input[type=email].ui-autocomplete-loading,input[type=month].ui-autocomplete-loading,input[type=number].ui-autocomplete-loading,input[type=password].ui-autocomplete-loading,input[type=search].ui-autocomplete-loading,input[type=tel].ui-autocomplete-loading,input[type=text].ui-autocomplete-loading,input[type=time].ui-autocomplete-loading,input[type=url].ui-autocomplete-loading,input[type=week].ui-autocomplete-loading{background-image:url(../img/select2-spinner.gif)!important;background-repeat:no-repeat;background-position:99% 50%;padding-right:27px}.ui-btn-lg{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.ui-btn-sm,.ui-btn-xs{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.ui-btn-xs{padding:1px 5px}.ui-btn-block{display:block;width:100%;padding-right:0;padding-left:0}.ui-btn-block+.ui-btn-block{margin-top:5px}input[type=button].ui-btn-block,input[type=reset].ui-btn-block,input[type=submit].ui-btn-block{width:100%}.ui-button{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.428571429;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;border:1px solid #ccc;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.ui-button:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.ui-button:focus,.ui-button:hover{color:#333;background-color:#ebebeb;border-color:#adadad;text-decoration:none}fieldset[disabled] .ui-button,fieldset[disabled] .ui-button.ui-state-active,fieldset[disabled] .ui-button:active,fieldset[disabled] .ui-button:focus,fieldset[disabled] .ui-button:hover,.ui-button.disabled,.ui-button.disabled.active,.ui-button.disabled:active,.ui-button.disabled:focus,.ui-button.disabled:hover,.ui-button[disabled],.ui-button[disabled].active,.ui-button[disabled]:active,.ui-button[disabled]:focus,.ui-button[disabled]:hover{background-color:#fff;border-color:#ccc}.ui-button-text-icon-primary .ui-button-icon-primary{float:left}.ui-button-text-icon-primary{padding:2px 7px 3px}.ui-button-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.ui-button-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.ui-button-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.ui-button-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.ui-button-inverse{color:#fff;background-color:#222;border-color:#080808}.ui-button-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.ui-button-error{color:#fff;background-color:#c43c35;border-color:#882a25}.ui-button-danger:hover,.ui-button-info:hover,.ui-button-inverse:hover,.ui-button-primary:hover,.ui-button-success:hover,.ui-button-warning:hover{text-decoration:none}.ui-button-primary:focus,.ui-button-primary:hover{color:#fff;background-color:#3276b1;border-color:#285e8e}.ui-button-success:hover{color:#fff;background-color:#47a447;border-color:#398439}.ui-button-info:hover{color:#fff;background-color:#39b3d7;border-color:#269abc}.ui-button-danger:hover{color:#fff;background-color:#d2322d;border-color:#ac2925}.ui-button-warning:hover{color:#fff;background-color:#ed9c28;border-color:#d58512}.ui-button-inverse:hover{color:#fff;background-color:#363636;border-color:#000}.ui-button-icon-only{width:2.2em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button-text-icon-primary .ui-button-icon-primary.ui-icon{margin-top:5px}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999px;display:none}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-icons-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon{margin-bottom:0;margin-top:0;top:50%}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px;margin-right:-6px}.ui-button-icons-only .ui-button-icon-primary,.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary{left:.5em}.ui-button-icons-only .ui-button-icon-secondary,.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary{right:.5em}.ui-buttonset{margin-right:7px}.ui-buttonset .ui-state-active{color:#fff;background-color:#428bca;border-color:#357ebd}.ui-buttonset .ui-state-active.ui-state-hover{color:#fff;background-color:#3276b1;border-color:#285e8e}.ui-buttonset .ui-button{margin-left:0;margin-right:-0.4em}button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-slider{position:relative;text-align:left}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:16px;height:18px;cursor:default}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0;color:#fff;background-color:#0e90d2;background-image:-webkit-gradient(linear,0 0,0 100%,from(#149bdf),to(#0480be));background-image:-webkit-gradient(linear,top left,bottom left,from(#149bdf),to(#0480be));background-image:-webkit-linear-gradient(top,#149bdf,#0480be);background-image:linear-gradient(to bottom,#149bdf,#0480be);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf',endColorstr='#ff0480be',GradientType=0);-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:width .6s ease;transition:width .6s ease}.ui-slider-horizontal{height:10px;background:#d5d5d5;border:0}.ui-slider-horizontal .ui-slider-handle{top:-0.2em;margin-left:-0.5em;background-color:#fff;border-color:#CCC}.ui-slider-horizontal .ui-slider-handle:focus{background-color:#fff;border-color:#357ebd}.ui-slider-horizontal .ui-slider-handle:hover{background-color:#fff;border-color:#285e8e;outline:0}.ui-slider-horizontal .ui-slider-handle:active{background-color:#428bca;border-color:#3276b1}.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:-0.3em;margin-left:0;margin-bottom:-0.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}.ui-tabs{position:relative;border:0;border-radius:0}.ui-tabs .ui-tabs-panel{display:block;border-radius:0;background:0}.ui-tabs .ui-tabs-nav{margin-bottom:0;border:solid #ddd;border-width:0 0 1px;border-radius:0;background:0}.ui-tabs .ui-tabs-nav li{position:relative;top:0;float:left;margin-bottom:-1px;margin-right:3px;border:0;list-style:none;white-space:nowrap;background:0;-webkit-filter:none;filter:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active:hover{background:#fff;cursor:text}.ui-tabs .ui-tabs-nav li.ui-tabs-active a{border:1px solid #ddd;border-bottom:1px solid #fff;background-color:#fff;color:#555;font-weight:700;border-top-width:0!important;margin-top:1px!important;-webkit-box-shadow:0 -2px 0 #57889c;box-shadow:0 -2px 0 #57889c}.ui-tabs .ui-tabs-nav li a{float:left;padding:8px 12px;font-weight:400;text-decoration:none;outline:0;background:0;border-radius:0;background-color:#f5f5f5;border:1px solid #f5f5f5;border-bottom:1px solid #ddd;color:#838383}.ui-tabs .ui-tabs-nav li a:hover{border:1px solid #f5f5f5;border-bottom:1px solid #ddd;background-color:#f5f5f5}.ui-tabs .ui-tabs-nav li.ui-state-disabled a,.ui-tabs .ui-tabs-nav li.ui-tabs-active a,.ui-tabs .ui-tabs-nav li.ui-tabs-loading a{cursor:text}.ui-tabs .ui-tabs-nav .ui-state-default{border:0;-webkit-box-shadow:none;box-shadow:none}.ui-tabs .ui-tabs-panel{border:1px solid #ddd;margin:0;padding:10px 13px;border-top:0}.ui-tabs .ui-tabs-hide{display:none!important}.ui-tooltip{display:block;font-size:11px;opacity:.8;position:absolute;visibility:visible;z-index:1024;max-width:200px;background:#000;border:1px solid #000;color:#FFF;padding:3px 8px;text-align:center;text-decoration:none;-webkit-box-shadow:inset 0 1px 0 #000;box-shadow:inset 0 1px 0 #000;border-radius:4px}body .ui-tooltip{border-width:1px}.ui-spinner{position:relative;display:inline-block;overflow:hidden;width:100%;padding:0;vertical-align:middle}.ui-spinner-input{margin:0!important;height:30px;padding:6px 24px 6px 12px;border:0;background:0;vertical-align:middle}.ui-spinner-input.spinner-left{padding:6px 12px 6px 24px}.ui-spinner-input.spinner-left+.ui-spinner-button,.ui-spinner-input.spinner-left+.ui-spinner-button+.ui-spinner-button{right:auto;left:0}.ui-spinner-input.spinner-both{padding:6px 30px}.ui-spinner-input.spinner-both+.ui-spinner-button+.ui-spinner-button{left:0;right:auto}.ui-spinner-input.spinner-both+.ui-spinner-button,.ui-spinner-input.spinner-both+.ui-spinner-button+.ui-spinner-button{height:30px;width:25px}.ui-spinner-input.spinner-both+.ui-spinner-up+.ui-spinner-down:before,.ui-spinner-input.spinner-both+.ui-spinner-up:before{margin-top:8px}.ui-spinner-button{width:19px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top:0;border-bottom:0;border-right:0}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;left:0}.ui-spinner-down,.ui-spinner-up{background:#739e73;border-radius:0}.ui-spinner-down:before,.ui-spinner-up:before{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f067";color:#fff;font-size:14px;margin-top:1px}.ui-spinner-down>:first-child,.ui-spinner-up>:first-child{display:none}.ui-spinner-up{top:0}.ui-spinner-up:active,.ui-spinner-up:focus,.ui-spinner-up:hover{background:#5b835b}.ui-spinner-down{bottom:0;background:#c2032f}.ui-spinner-down:before{content:"\f068"}.ui-spinner-down:active,.ui-spinner-down:focus,.ui-spinner-down:hover{background:#77021d}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-datepicker{width:20em;padding:.2em .2em 0;display:none;z-index:9999!important}.ui-datepicker-inline{z-index:9000!important}.ui-datepicker-header{position:relative;border:0;font-weight:700;width:100%;padding:4px 0;background-color:#f5f5f5;color:gray}.ui-datepicker-next,.ui-datepicker-prev{position:absolute;top:2px;width:5.6em;height:1.8em;text-align:center;margin-top:2px;cursor:pointer}.ui-datepicker-next>:first-child,.ui-datepicker-prev>:first-child{text-indent:0!important}.ui-datepicker-next span,.ui-datepicker-prev span{display:block;position:absolute;text-align:center;top:50%;margin-top:-8px;width:5.8em}.ui-datepicker-prev{left:2px}.ui-datepicker-next{right:2px}.ui-datepicker-title{margin:0 5.8em;line-height:1.8em;text-align:center}.ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month-year{width:100%}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:49%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;border:0;font-weight:700;color:gray}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td:hover{color:#fff}.ui-datepicker td a{margin-bottom:0;border:0}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker td .ui-state-default{border:0;background:0;margin-bottom:0;padding:5px;color:gray;text-align:center;-webkit-filter:none;filter:none}.ui-datepicker td .ui-state-highlight{color:#fff;background-color:#a90329;text-shadow:0 -1px 0 rgba(0,0,0,0.25);border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);border-radius:0}.ui-datepicker td .ui-state-active{color:#333;background-color:#ebebeb;margin-bottom:0;font-size:normal;text-shadow:0;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);border-radius:0}.ui-datepicker td .ui-state-hover{color:#fff;background:#428bca;background-color:#428bca;text-shadow:0 -1px 0 rgba(0,0,0,0.25);border-color:#357ebd;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);border-radius:0}.ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em;width:auto;overflow:visible}.ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-detepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicket-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker-cover{display:none;display:block;position:absolute;z-index:-1;-webkit-filter:mask();filter:mask();top:-4px;left:-4px;width:200px;height:200px}.ui-datepicker-today a{background-color:#bfbfbf;cursor:pointer;padding:0 4px;margin-bottom:0}.ui-datepicker-today a:hover{background-color:gray;color:#fff}.ui-progressbar{height:2em;margin-bottom:20px;border:0;overflow:hidden;background-color:#f7f7f7;background-image:-webkit-gradient(linear,0 0,0 100%,from(#f5f5f5),to(#f9f9f9));background-image:-webkit-gradient(linear,top left,bottom left,from(#f5f5f5),to(#f9f9f9));background-image:-webkit-linear-gradient(top,#f5f5f5,#f9f9f9);background-image:linear-gradient(to bottom,#f5f5f5,#f9f9f9);background-repeat:repeat-x;border-radius:0;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#fff9f9f9',GradientType=0);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.ui-progressbar .ui-progressbar-value{margin:0;height:100%;color:#fff;background-color:#428bca;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:width .6s ease;transition:width .6s ease}.ui-progressbar .ui-progressbar-overlay{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px;-webkit-animation:progress-bar-stripes 2s linear infinite;-ms-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:.1px;z-index:99999;display:block}.ui-resizable-autohide .ui-resizable-handle,.ui-resizable-disabled .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted #000}.ui-accordion{width:100%}.ui-accordion .ui-accordion-li-fix{display:inline}.ui-accordion .ui-accordion-header{display:block;position:relative;margin-top:-2px;border-color:#ddd!important;padding:10px 15px 10px 36px!important;cursor:pointer;min-height:0;background-color:#fbfbfb;border-radius:0;font-size:15px}.ui-accordion .ui-accordion-header-active{border-bottom:0!important}.ui-accordion .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-noicons{padding-left:.7em}.ui-accordion .ui-accordion-icons .ui-accordion-icons{padding-left:2.2em}.ui-accordion .ui-accordion-header .ui-accordion-header-icon{position:absolute;left:.5em;top:50%;margin-top:-8px;text-indent:0!important;background-image:none!important;text-align:center;line-height:normal;left:12px!important;margin-top:-6px!important;font-size:14px!important}.ui-accordion .ui-accordion-content{margin-top:-3px;border-radius:0;border-top:0 none;border-color:#ddd!important;padding:15px;position:relative;top:1px;margin-bottom:2px;overflow:auto;display:none}.ui-accordion .ui-accordion-content-active{display:block}.ui-accordion-header-active+.ui-accordion-content{border-top:1px solid #ddd}.noUi-target *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none;-ms-touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;cursor:default}.noUi-target *[disabled] .noUi-base{background:#999}.noUi-target *[disabled] .noUi-connect{background:#BBB}.noUi-base{width:100%;height:14px;position:relative;max-width:100%;max-height:100%;border:1px solid #bfbfbf;z-index:1}.noUi-origin-lower{background:#72a8d7}.noUi-handle{background:#858585;height:30px;width:16px;border:1px solid #fff;margin:-8px 0 0 -8px;cursor:default}.noUi-handle:hover{background:#6c6c6c}.noUi-active{cursor:default;-webkit-box-shadow:rgba(0,0,0,0.1) 1px 1px 1px 0;box-shadow:rgba(0,0,0,0.1) 1px 1px 1px 0;background:#686868;height:32px;width:18px;margin:-9px 0 0 -8px;border:0}.noUi-active:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;content:"";display:block;height:100%;border:1px solid #ddd}.noUi-connect{background:#3276b1}.noUi-background{background:#eee;border:0}.noUi-origin{position:absolute;right:0;top:0;bottom:0;z-index:0}.noUi-origin-upper{background:inherit!important}.noUi-z-index{z-index:10}.noUi-vertical{width:10px;height:100%}.noUi-vertical .noUi-origin{bottom:0;left:0}.noUi-vertical .noUi-handle{margin:-8px 0 0 -3px}.noUi-state-tap .noUi-origin{-webkit-transition:left .3s,top .3s;transition:left .3s,top .3s}.modal-backdrop,.modal-backdrop.fade.in{position:fixed;width:100%;height:100%;z-index:990}.modal-dialog.modal-max{width:98%;max-width:98%}@media only screen and (min-width:768px){.modal-dialog.modal-large{width:80%;max-width:900px}}@media only screen and (min-width:768px){.modal-dialog.modal-medium{width:60%;max-width:650px}}@media only screen and (min-width:768px){.modal-dialog.modal-small{width:40%;max-width:450px}}.modal-dialog .modal-body .modal-viewport{min-height:140px}.modal-dialog .close:hover{background-color:white}.modal-dialog .suffix .alert{margin-bottom:0}.modal-dialog .suffix .alert:last-child{border-radius:0 0 5px 5px}.modal-header{position:relative}.modal-header .toolbar{position:absolute;right:10px;bottom:-19px;z-index:1}.modal-title img{margin:0 15px 0 0}.modal-overflow .modal-body{overflow:hidden}.modal-viewport fieldset .alert{margin:0 -5px 5px!important}.ui-dialog{position:absolute;top:0;left:0;padding:0;width:300px;overflow:hidden;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#fff;border-radius:3px;-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5);border:1px solid rgba(0,0,0,0.2);outline:medium none;z-index:1050}.ui-dialog .ui-dialog-titlebar{position:relative;padding:0 10px;background:#fff;border-color:#fff;font-size:18px;text-decoration:none;border:0 0 0 1px solid;border-bottom-right-radius:0;border-bottom-left-radius:0;border-bottom:1px solid #ccc;border-bottom-color:#eee}.ui-dialog .ui-dialog-title{float:left;margin:0;color:#404040;font-weight:700;padding:5px;text-overflow:ellipsis;overflow:hidden}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:19px;margin:-16px 4px 0 0;padding:1px;height:18px;font-size:20px;font-weight:700;line-height:13.5px;text-shadow:0 1px 0 #fff;filter:alpha(opacity=25);-khtml-opacity:.25;-moz-opacity:.25;opacity:.25;background:0;border:0;-webkit-box-shadow:none;box-shadow:none}.ui-dialog .ui-dialog-titlebar-close:before{content:"\f00d";font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:13px}.ui-dialog .ui-dialog-titlebar-close:focus,.ui-dialog .ui-dialog-titlebar-close:hover{padding:1px;filter:alpha(opacity=90);-moz-opacity:.9;opacity:.9}.ui-dialog .ui-dialog-titlebar-close span{display:block;margin:1px;text-indent:9999px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:0;overflow:auto}.ui-dialog .ui-dialog-buttonpane{margin:13px 0 0;padding:19px 15px 20px;border-top:1px solid #eee;border-width:1px 0 0;border-radius:0 0 6px 6px;background-image:none;background-color:#fff;-webkit-box-shadow:inset 0 1px 0 #fff;box-shadow:inset 0 1px 0 #fff;text-align:right}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:0 .4em 0 0;cursor:pointer}.ui-dialog .ui-resizable-se{width:14px;height:14px;right:3px;bottom:3px}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-dialog-buttonpane .ui-dialog-buttonset .ui-button{color:#fff;background-color:#428bca;border-color:#357ebd}.ui-dialog-buttonpane .ui-dialog-buttonset .ui-button.ui-state-hover{color:#fff;background-color:#3276b1;border-color:#285e8e}.ui-dialog-buttonset .ui-button:not(:first-child){cursor:pointer;display:inline-block;color:#333;background-color:#fff;border:1px solid #ccc;-webkit-transition:.1s linear all;transition:.1s linear all;overflow:visible}.ui-dialog-buttonset .ui-button:not(:first-child) .ui-state-hover{color:#333;background-color:#ebebeb;border-color:#adadad;text-decoration:none}.ui-dialog-buttonset .ui-button.ui-button-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.ui-dialog-buttonset .ui-button.ui-button-info.ui-state-hover{color:#fff;background-color:#39b3d7;border-color:#269abc}.ui-dialog-buttonset .ui-button.ui-button-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.ui-dialog-buttonset .ui-button.ui-button-success.ui-state-hover{color:#fff;background-color:#47a447;border-color:#398439}.ui-dialog-buttonset .ui-button.ui-button-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.ui-dialog-buttonset .ui-button.ui-button-warning.ui-state-hover{color:#fff;background-color:#ed9c28;border-color:#d58512}.ui-dialog-buttonset .ui-button.ui-button-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.ui-dialog-buttonset .ui-button.ui-button-danger.ui-state-hover{color:#fff;background-color:#d2322d;border-color:#ac2925}.ui-dialog-buttonset .ui-button.ui-button-inverse{color:#fff;background-color:#222;border-color:#080808}.ui-dialog-buttonset .ui-button.ui-button-inverse.ui-state-hover{color:#fff;background-color:#363636;border-color:#000}.modal-overflow{position:relative}.modal-overflow .scrollmarker{position:absolute;width:100%;height:20px}.modal-overflow .scrollmarker.top{background:-moz-linear-gradient(top,#3276b1 0,rgba(50,118,177,0.83) 17%,rgba(50,118,177,0) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#3276b1),color-stop(17%,rgba(50,118,177,0.83)),color-stop(100%,rgba(50,118,177,0)));background:-webkit-linear-gradient(top,#3276b1 0,rgba(50,118,177,0.83) 17%,rgba(50,118,177,0) 100%);background:-o-linear-gradient(top,#3276b1 0,rgba(50,118,177,0.83) 17%,rgba(50,118,177,0) 100%);background:-ms-linear-gradient(top,#3276b1 0,rgba(50,118,177,0.83) 17%,rgba(50,118,177,0) 100%);background:linear-gradient(to bottom,#3276b1 0,rgba(50,118,177,0.83) 17%,rgba(50,118,177,0) 100%)}.modal-overflow .scrollmarker.bottom{background:-moz-linear-gradient(bottom,#3276b1 0,rgba(50,118,177,0.83) 17%,rgba(50,118,177,0) 100%);background:-webkit-gradient(linear,left bottom,left top,color-stop(0%,#3276b1),color-stop(17%,rgba(50,118,177,0.83)),color-stop(100%,rgba(50,118,177,0)));background:-webkit-linear-gradient(bottom,#3276b1 0,rgba(50,118,177,0.83) 17%,rgba(50,118,177,0) 100%);background:-o-linear-gradient(bottom,#3276b1 0,rgba(50,118,177,0.83) 17%,rgba(50,118,177,0) 100%);background:-ms-linear-gradient(bottom,#3276b1 0,rgba(50,118,177,0.83) 17%,rgba(50,118,177,0) 100%);background:linear-gradient(to top,#3276b1 0,rgba(50,118,177,0.83) 17%,rgba(50,118,177,0) 100%)}.pricing-big{border:0!important}.pricing-big .panel-heading{border-radius:5px 5px 0 0}.pricing-big .panel-title{text-transform:capitalize;font-size:18px;padding:20px 0;text-align:center;border-radius:5px 5px 0 0;margin:0;font-weight:700}.pricing-big .the-price{padding:20px 0;background:#333;text-align:center;font-size:24px;font-weight:700;color:#FFF;-webkit-box-shadow:none!important;box-shadow:none!important}.pricing-big .subscript{font-size:18px;color:#999;margin-left:5px}.pricing-big .panel-footer{border-radius:0 0 5px 5px;background-color:#f2f2f2!important}.pricing-big .panel-footer>div{padding:15px 0 10px;display:block;font-size:13px}.pricing-big .panel-footer .btn{padding:15px 0;border-radius:3px;font-weight:700;font-size:14px}.pricing-big .panel-footer .btn span{font-weight:400;font-style:italic}.pricing-big table{background:#fafafa;padding:20px 15px;height:230px;text-align:left}.price-features{background:#fafafa;padding:20px 15px;min-height:230px;font-size:13.5px}.price-features .price-features li+li{margin-top:10px}.superbox *,.superbox :after,.superbox :before{margin:0;padding:0;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-font-smoothing:antialiased;-o-font-smoothing:antialiased;font-smoothing:antialiased;text-rendering:optimizeLegibility}.superbox-list{display:inline-block;*display:inline;zoom:1;width:12.5%;padding:5px;position:relative}.superbox-list.active:before{content:"\f0d8";font-family:FontAwesome;display:block;position:absolute;left:43%;bottom:-34px;z-index:2;text-align:center;font-size:45px;color:#222}@media only screen and (min-width:320px){.superbox-list{width:50%}}@media only screen and (min-width:486px){.superbox-list{width:25%}}@media only screen and (min-width:768px){.superbox-list{width:16.66666667%}}@media only screen and (min-width:1025px){.superbox-list{width:12.5%}}@media only screen and (min-width:1824px){.superbox-list{width:12.5%}}.superbox-img{max-width:100%;width:100%;cursor:pointer}.superbox-show{text-align:left;position:relative;background-color:#222;width:100%;float:left;padding:25px 0 12px 25px;display:none;margin:5px 0}.superbox-current-img{max-width:100%;float:left;padding-right:25px;padding-bottom:13px}.superbox-img:hover{opacity:.8}.superbox-float{float:left}.superbox-close{opacity:.7;cursor:pointer;position:absolute;top:15px;right:15px;-webkit-transition:all .1s linear 0s;transition:all .1s linear 0s}.superbox-close:hover{opacity:1}.superbox-imageinfo{display:inline-block;max-width:500px;color:#fff;padding:0 25px 0 0}.superbox-imageinfo span{font-size:13px;color:#a19994;margin-right:-2px;padding-top:10px;display:inline-block;padding-bottom:13px}.superbox-imageinfo>:first-child{margin-bottom:10px;font-weight:700}.superbox-imageinfo span p:last-child{margin-top:30px}.bootstrap-tagsinput{display:block;width:100%;min-height:32px;padding:1px 3px;font-size:13px;line-height:1.428571429;color:#555;vertical-align:middle;background-color:#FFF;border:1px solid #CCC;border-radius:0}.bootstrap-tagsinput>span{border-radius:0!important;font-weight:400;padding:3px 28px 4px 8px;font-size:13px;border:1px solid #285e8e;background:#3276b1}.bootstrap-tagsinput input{border:0;-webkit-box-shadow:none;box-shadow:none;outline:0;background-color:transparent;padding:0;margin:0;width:auto!important;max-width:inherit}.bootstrap-tagsinput input:focus{border:0;-webkit-box-shadow:none;box-shadow:none}.bootstrap-tagsinput .tag{color:#FFF;position:relative;margin:3px 0 3px 2px;display:inline-block}.bootstrap-tagsinput .tag [data-role=remove]{display:block;top:-1px;right:0;padding:3px 4px 3px 5px;width:23px;height:22px;position:absolute;cursor:pointer}.bootstrap-tagsinput .tag [data-role=remove]:after{content:"\f057";font-family:fontAwesome;padding:2px 1px;line-height:17px;font-size:15px;text-align:center}.bootstrap-tagsinput .tag [data-role=remove]:hover{background:rgba(0,0,0,0.3);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)}.bootstrap-tagsinput .tag [data-role=remove]:hover:active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.slider{display:inline-block;vertical-align:middle;position:relative}.slider.slider-horizontal{width:100%!important;height:20px}.slider.slider-horizontal .slider-track{height:10px;width:100%;margin-top:-5px;top:50%;left:0}.slider.slider-horizontal .slider-selection{height:100%;top:0;bottom:0}.slider.slider-horizontal .slider-selection+.slider-handle.triangle+.slider-handle.triangle:before{content:"\f0d9"}.slider.slider-horizontal .slider-handle{margin-left:-10px;margin-top:-5px}.slider.slider-horizontal .slider-handle.triangle{width:20px;height:20px;filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);border:0;line-height:21px;color:#797777;text-shadow:0 1px 0 rgba(255,255,255,0.8)}.slider.slider-horizontal .slider-handle.triangle:before{content:"\f0da";font-size:34px}.slider.slider-vertical{height:210px;width:20px}.slider.slider-vertical .slider-track{width:10px;height:100%;margin-left:-5px;left:50%;top:0}.slider.slider-vertical .slider-selection{width:100%;left:0;top:0;bottom:0}.slider.slider-vertical .slider-selection+.slider-handle.triangle+.slider-handle.triangle:before{content:"\f0d8";text-shadow:0 -1px 0 rgba(255,255,255,0.8)}.slider.slider-vertical .slider-handle{margin-left:-5px;margin-top:-10px}.slider.slider-vertical .slider-handle.triangle{width:20px;height:20px;filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);border:0;line-height:21px;color:#797777;text-shadow:0 -1px 0 rgba(255,255,255,0.8)}.slider.slider-vertical .slider-handle.triangle:before{content:"\f0d7";font-size:32px;text-shadow:0 1px 0 rgba(255,255,255,0.8)}.slider input{display:none}.slider .tooltip-inner{white-space:nowrap}.slider-track{position:absolute;cursor:pointer;background:#e5e5e5}.slider-danger+.slider-track>.slider-selection{background:#a90329}.slider-warning+.slider-track>.slider-selection{background:#c79121}.slider-info+.slider-track>.slider-selection{background:#57889c}.slider-success+.slider-track>.slider-selection{background:#739e73}.slider-selection{position:absolute;background:#3276b1}.slider-handle{position:absolute;width:20px;height:20px;border:1px solid #FFF;background:#858585;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;line-height:18px;font-size:10px;color:#ccc;text-shadow:0 1px 0 rgba(77,77,77,0.5);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.slider-handle:before{content:"\f0c9"}.slider-handle.round{border-radius:20px;width:20px;height:20px}.slider-handle.triangle{background:transparent none}.fd-form-element-hidden{display:none}.fd-slider{width:100%;height:20px;margin:0}.fd-slider-vertical{width:20px;height:100%;margin:0 10px 10px 0}.fd-slider,.fd-slider-vertical{display:block;position:relative;text-decoration:none;border:0 none;-moz-user-select:none;-khtml-user-select:none;-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.fd-slider-inner{display:none}.fd-slider-bar{position:absolute;display:block;z-index:2;height:6px;width:100%;border:1px solid #bbb;border-bottom:1px solid #fff;border-right:1px solid #fff;margin:0;padding:0;overflow:hidden;line-height:4px;top:8px;border-radius:4px;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#333}.fd-slider-range{position:absolute;display:block;z-index:3;height:6px;margin:0;padding:0 2px 0 0;overflow:hidden;top:9px;border-radius:2px;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#eee}.fd-slider-handle{position:absolute;display:block;padding:0;margin:0 0 0 1px;z-index:3;top:5px;left:0;width:12px;height:12px;line-height:1px!important;outline:0 none;background:#eee;border:1px solid #aaa;border-radius:12px;-webkit-user-select:none;-webkit-touch-callout:none;-moz-user-select:none;-moz-user-focus:none;-moz-outline:0 none;-ms-user-select:none;user-select:none}.fd-slider-handle:focus{outline:0 none;border:0 none;-moz-user-focus:normal}.fd-slider-handle:before,.fd-slider-handle:after{opacity:0;-webkit-transition-property:opacity;-webkit-transition-duration:1s;-webkit-transition-delay:1s;transition-property:opacity;transition-duration:1s;transition-delay:1s}button.fd-slider-handle:focus::-moz-focus-inner{border-color:transparent}.oldie .fd-slider-handle:after,.oldie .fd-slider-handle:before{display:none}body.fd-slider-drag-horizontal,body.fd-slider-drag-horizontal *,body.fd-slider-drag-vertical,body.fd-slider-drag-vertical *{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.fd-slider-active .fd-slider-handle :before,.fd-slider-focused .fd-slider-handle :before,.fd-slider-hover .fd-slider-handle :before{display:block;position:absolute;top:-21px;left:-8px;margin:0;width:20px;padding:3px;height:14px;line-height:12px;text-align:center;font-size:10px;font-weight:700;color:#fff;text-shadow:1px 1px 1px #1a3a95;background:#2f6ee0;z-index:1;content:attr(aria-valuetext);border-radius:3px;-webkit-background-clip:padding-box;background-clip:padding-box;-webkit-box-shadow:0 0 4px #aaa;box-shadow:0 0 4px #999;opacity:1}.fd-slider-active .fd-slider-handle:after,.fd-slider-focused .fd-slider-handle:after,.fd-slider-hover .fd-slider-handle:after{outline:0;content:"";display:block;position:absolute;top:-9px;left:50%;margin:0 0 0 -5px;background:#2f6ee0;z-index:2;width:10px;height:10px;overflow:hidden;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-webkit-box-shadow:0 0 4px #aaa;box-shadow:0 0 4px #aaa;clip:rect(4px,14px,14px,4px);opacity:1}.chart{height:220px;margin:20px 5px 10px 10px}.chart-small{height:100px;width:100%}.chart-large{height:235px;width:100%}.chart-xl{height:297px;width:100%}#flotTip{padding:3px 5px;background-color:#fff;z-index:9999;color:#333;-webkit-box-shadow:0 1px 8px rgba(0,0,0,0.1);box-shadow:0 1px 8px rgba(0,0,0,0.1);font-size:14px;border:1px solid #c1c1c1;-khtml-border-radius:4px;border-radius:4px}#flotTip span{color:#38812d;font-weight:700}.has-legend{margin-top:30px!important}.has-legend-unique{margin-top:19px!important}.legendLabel span{display:block;margin:0 5px}.legendColorBox{padding-left:10px;vertical-align:top;padding-top:5px}.legendColorBox div>div{width:4px;height:4px;border-radius:50%;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}.morris-hover{position:absolute;z-index:1001}.morris-hover.morris-default-style{border-radius:10px;padding:6px;color:#666;background:rgba(255,255,255,0.8);border:solid 2px rgba(230,230,230,0.8);font-family:Ubuntu,sans-serif;font-size:12px;text-align:center}.morris-hover.morris-default-style .morris-hover-row-label{font-weight:700;margin:.25em 0}.morris-hover.morris-default-style .morris-hover-point{white-space:nowrap;margin:.1em 0}.easyPieChart{position:relative;text-align:center}.easyPieChart canvas{position:absolute;top:0;left:0}.easy-pie-chart{display:inline-block}.easy-pie-chart .percent{color:#444;font-size:12px;font-weight:700}.easy-pie-title{display:inline-block;margin:10px 6px 0;font-size:12px;font-weight:400;text-transform:uppercase;width:100px;height:19px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.easy-pie-title .icon-color-bad,.easy-pie-title .icon-color-good{font-size:18px}.show-stat-buttons{float:left;width:100%}@media(max-width:767px){.show-stat-buttons{padding-left:10px!important;padding-right:10px!important}}@media only screen and (min-width:0) and (max-width:679px){.show-stat-buttons{padding-left:10px!important;padding-right:10px!important}}@media only screen and (min-width:320px) and (max-width:479px){.show-stat-buttons{padding-left:10px!important;padding-right:10px!important}}.show-stats{padding-top:6px!important}.show-stats .progress{height:7px;border-radius:0;margin-top:3px;margin-bottom:15px}.show-stats .show-stat-buttons>:first-child{padding-right:5px}@media(max-width:979px){.show-stats .show-stat-buttons>:first-child{padding-right:13px}}.show-stats .show-stat-buttons>:last-child{padding-left:5px}@media(max-width:979px){.show-stats .show-stat-buttons>:last-child{padding-left:13px}}.show-stat-microcharts{margin-left:-10px;margin-right:-10px}.show-stat-microcharts>div{border-right:1px solid #dadada!important;border-top:1px solid #dadada!important;margin-top:10px!important;height:65px;overflow:hidden;padding:7px 9px}@media(max-width:767px){.show-stat-microcharts>div{margin-top:0!important;border-right:0!important}}@media only screen and (min-width:0) and (max-width:679px){.show-stat-microcharts>div{margin-top:0!important;border-right:0!important}}@media only screen and (min-width:320px) and (max-width:479px){.show-stat-microcharts>div{margin-top:0!important;border-right:0!important}}.show-stat-microcharts>:last-child{border-right:0!important}.show-stat-microcharts .sparkline{margin-top:10px;margin-right:8px;opacity:.7}.show-stat-microcharts .sparkline:hover{opacity:1}.smaller-stat{margin:0;padding:0;list-style:none}.smaller-stat li{margin-top:3px;margin-right:0}.smaller-stat li:first-child{margin-top:8px}.smaller-stat span.label{width:40px;display:block;text-align:left;opacity:.5;cursor:default}.smaller-stat span.label:hover{opacity:1}.jvectormap-label{position:absolute;display:none;border:solid 1px #cdcdcd;border-radius:3px;background:#292929;color:#fff;font-family:Ubuntu,sans-serif,Verdana;font-size:smaller;padding:3px}.jvectormap-zoomin{top:0}.jvectormap-zoomout{top:24px}.jvectormap-zoomin,.jvectormap-zoomout{position:absolute;background:#292929;padding:4px;width:22px;height:22px;cursor:pointer;line-height:10px;text-align:center;font-size:14px;border-radius:2px;box-shadow:inset 0 -2px 0 rgba(0,0,0,0.05);-webkit-box-shadow:inset 0 -2px 0 rgba(0,0,0,0.05);background-color:#fff;border:1px solid #bfbfbf}.jvectormap-zoomin:hover,.jvectormap-zoomout:hover{background:#eee;border-color:#d9d9d9}.vector-map{height:300px;width:100%;padding:10px}#chat-container{position:absolute;width:250px;height:270px;z-index:2;border-left:1px solid #cdcecf;right:-251px;top:0;background:#fff;transition-duration:.25s;-webkit-transition-duration:.25s}#chat-container:hover,#chat-container:hover .chat-list-open-close{border-color:#a7a7a7}#chat-container *,#chat-container :after,#chat-container :before{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#chat-container input[type=text]{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}#chat-container.open{right:0;top:0}#chat-container.open .chat-list-open-close i:before{content:"\f00d"!important}#chat-container.open .chat-list-open-close b{display:none}#chat-container .chat-list-open-close{display:block;width:25px;height:25px;border:1px solid #cdcecf;border-right:1px solid #f2f4f8!important;position:absolute;left:-32px;top:7%;border-radius:50% 0 0 50%;padding:3px 1px 3px 5px;font-size:21px;line-height:22px;cursor:pointer;color:#868686;-webkit-box-shadow:inset 0 .2em 0 rgba(0,0,0,0.05);box-shadow:inset 0 .2em 0 rgba(0,0,0,0.05);background:#f2f4f8;text-align:center}#chat-container .chat-list-open-close b{position:absolute;right:0;background:#ed1c24;line-height:9px;height:10px;width:10px;top:3px;border:1px solid #FFF;border-radius:3px;font-size:9px;text-align:center;vertical-align:middle;color:#fff;font-weight:400}#chat-container .chat-list-body{height:217px;overflow-y:scroll;overflow-x:hidden;display:block;padding:0;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;background:#f2f4f8}#chat-container #chat-users{list-style:none;margin:10px 0;padding:0}#chat-container #chat-users li{margin-bottom:3px;margin-left:5px}#chat-container #chat-users li a{display:block;font-size:13px;color:#3d3d3d;text-decoration:none!important;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;padding:3px 8px 3px 3px;line-height:33px;vertical-align:middle}#chat-container #chat-users li a:hover{background:#e0e4ee}#chat-container #chat-users li a img{width:33px;height:auto;margin-right:10px}#chat-container #chat-users li a i{color:#acacac;font-size:8px;line-height:34px;font-style:normal}#chat-container #chat-users li a i.last-online{font-size:12px;letter-spacing:-1px}#chat-container .chat-list-footer{overflow:hidden;border-top:1px solid #CCC;padding:10px;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}#chat-container .chat-list-footer input[type=text]{border:1px solid #bababa!important}#chat-container .control-group{padding:0}.chat-body{background:#fafafa;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fafafa),color-stop(100%,#fff));background:-webkit-linear-gradient(top,#fafafa 0,#fff 100%);background:-webkit-gradient(linear,top left,bottom left,from(#f5fcff),to(#fff));background:-webkit-linear-gradient(top,#f5fcff 0,#fff 100%);background:linear-gradient(to bottom,#f5fcff 0,#fff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa',endColorstr='#ffffff',GradientType=0);-webkit-box-shadow:inset 2px 2px 5px rgba(0,0,0,0.04);box-shadow:inset 2px 2px 5px rgba(0,0,0,0.04);display:block;height:270px;overflow-y:scroll;overflow-x:hidden;padding:10px;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;border:1px solid #fff;border-top:0}.chat-body ul{margin:0;padding:0}.chat-body li:first-child{margin-top:10px}.chat-body li.message{display:block;position:relative;margin:20px 20px 0}.chat-body li.message img{display:inline-block;border-left:4px solid #fff;position:absolute}.chat-body li.message img.online{border-left-color:#00a300}.chat-body li.message img.offline{border-left-color:#ddd}.chat-body li.message img.busy{border-left-color:#a90329}.chat-body li.message img.away{border-left-color:#ffc40d}.chat-body li.message .message-text{display:inline-block;vertical-align:top;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;padding:0;margin-left:65px;line-height:normal}.chat-body li.message .message-text time{position:absolute;top:1px;right:0;font-size:10px;line-height:10px;color:#afafaf}.chat-body li.message .message-text .chat-file{display:block;margin:3px 0;padding:4px;border:1px dotted #ddd;background:rgba(0,0,0,0.05);border-radius:4px;text-align:right;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}.chat-body li.message .message-text .chat-file:nth-child(3){margin-top:15px}.chat-body li.message .message-text .chat-file.row-fluid [class*=span]{min-height:10px!important}.chat-body li.message .message-text .chat-file b{font-style:italic;white-space:nowrap;width:250px;overflow:hidden;text-overflow:ellipsis;text-align:left}@media(min-width:768px) and (max-width:880px){.chat-body li.message .message-text .chat-file b{width:150px}}@media only screen and (min-width:320px) and (max-width:479px){.chat-body li.message .message-text .chat-file b{width:150px}}@media(max-width:480px){.chat-body li.message .message-text .chat-file b{width:150px}}.chat-body li.message .message-text a.username{display:block;font-weight:700;margin-bottom:4px;vertical-align:top;line-height:14px;font-size:14px;letter-spacing:-1px;text-decoration:none!important}.chat-footer{border-top:1px solid rgba(0,0,0,0.1);background:rgba(248,248,248,0.9);padding:0 10px 15px;position:relative;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}.profile-message{background:none!important;height:auto!important;box-shadow:none!important;-webkit-box-shadow:none!important;overflow:hidden}.profile-message li.message.message-reply{margin-left:85px!important;background:#f7f7f7;padding:10px;margin:3px 0 0 20px}.profile-message li.message.message-reply img{width:35px!important}.profile-message li.message.message-reply .message-text{margin-left:45px!important}.profile-message .wall-comment-reply{margin-left:85px;margin-bottom:20px}.cajita img{width:23px;height:23px;padding-left:3px;padding-top:3px}#pageslide{display:none;position:absolute;position:fixed;top:0;height:100%;z-index:999999;width:305px;padding:20px;background-color:#004d60;color:#FFF;-webkit-box-shadow:inset 0 0 5px 5px #222;-moz-shadow:inset 0 0 0 0 #222;box-shadow:inset 0 0 0 0 #222}.purehtml{color:#fff;font-size:16px}#inbox-table{font-size:13px;border-top:0;border-left-color:transparent!important;border-right-color:transparent!important}#inbox-table tbody tr:hover{cursor:pointer;background:#e4e4e4}#inbox-table tr td{border-right:0;border-left:0;line-height:26px;padding:6px 4px 7px!important}#inbox-table .inbox-table-icon{padding-left:15px!important}@media(max-width:979px){#inbox-table .inbox-table-icon{padding-left:10px!important}}#inbox-table tbody tr th{overflow:hidden}#inbox-table.table tbody>tr>td{border-color:#fff!important}#inbox-table .checkbox,#inbox-table .radio{margin-top:-1px;margin-bottom:0}.minified .inbox-badge{border-radius:50%;font-size:9px;padding:2px;position:absolute;top:6px;right:6px;background:#ed1c24;min-width:13px}.inbox-body{position:relative}.inbox-body .table-wrap{background:#fff;padding:10px 14px 7px;position:relative;margin-left:200px}@media(max-width:1024px){.inbox-body .table-wrap{margin-left:0!important}}@media(max-width:979px){.inbox-body .table-wrap{padding:0!important}}.inbox-body.no-content-padding{margin-top:0;background:#fff}.inbox-nav-bar{height:70px;margin-bottom:0;padding:20px 14px;background:#fff}@media(max-width:979px){.inbox-nav-bar{padding-left:5px;padding-right:5px}}@media(min-width:768px) and (max-width:880px){.inbox-nav-bar.no-content-padding{margin-top:-10px!important}}@media(max-width:767px){.inbox-nav-bar.no-content-padding{margin-top:-10px!important}}@media only screen and (min-width:0) and (max-width:679px){.inbox-nav-bar.no-content-padding{margin-top:-10px!important}}@media only screen and (min-width:320px) and (max-width:479px){.inbox-nav-bar.no-content-padding{margin-top:-10px!important}}.inbox-nav-bar .page-title{display:inline-block;margin:0;width:196px;line-height:33px;vertical-align:middle}.inbox-footer{height:52px;padding:15px 14px 0;border-top:1px solid #cecece;background:#2a2725;position:absolute;bottom:-53px;width:100%}.inbox-footer .btn-group,.inbox-paging{margin-left:10px}.inbox-data-attachment,.inbox-table-icon{width:28px;text-align:left;padding-left:12px!important;padding-right:0!important}.inbox-data-from{width:200px}.inbox-data-from>:first-child{width:200px;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inbox-data-date{width:80px;padding-left:7px!important;padding-right:0!important}.inbox-data-message>:first-child{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;height:27px;color:#8a8a8a}@media(max-width:979px){.inbox-data-message>:first-child{height:50px;overflow:hidden}}.inbox-data-message>:first-child span{color:#111}.inbox-data-message>:first-child span.label{color:#fff}@media(max-width:979px){.inbox-data-message>:first-child>:first-child{display:block!important;font-size:14px}}.inbox-data-message>:first-child>:first-child:after{content:" - "}.inbox-checkbox-triggered{display:inline-block}.inbox-checkbox-triggered>.btn-group{margin-right:10px}.inbox-checkbox-triggered>.btn-group .btn{padding-left:14px;padding-right:14px}@media(max-width:979px){.inbox-checkbox-triggered>.btn-group .btn{padding-left:10px;padding-right:10px}}.inbox-side-bar{height:100%;position:absolute;background:#fff;display:block;width:200px;padding:10px 0 10px 14px}@media(max-width:1024px){.inbox-side-bar{display:none!important}}.inbox-side-bar h6{font-weight:400;font-size:11px;display:block;padding:0 15px;text-transform:uppercase;color:#838383}.inbox-side-bar h6 a{font-size:14px;margin-top:-2px}.inbox-side-bar h6 .tooltip{text-transform:none!important}.inbox-side-bar>.btn{margin-bottom:35px}.inbox-side-bar .input-group{margin-bottom:25px}.inbox-space{display:block;width:185px}.inbox-space>.progress{margin-top:5px}.inbox .inbox-menu-lg{list-style:none;padding:0;margin:0 0 20px}.inbox .inbox-menu-lg .inbox-menu-lg li{display:block;width:100%}.inbox .inbox-menu-lg .inbox-menu-lg li a{display:block;padding:6px 15px 7px;font-size:13px;color:#333}.inbox .inbox-menu-lg .inbox-menu-lg li a:hover{text-decoration:none;background:#f4f4f4}.inbox .inbox-menu-lg .inbox-menu-lg li.active a{font-weight:700;background:#f0f0f0;border-bottom:1px solid #e7e7e7;color:#3276b1}.inbox .inbox-menu-sm{list-style:none;padding:0;margin:0 0 20px}.inbox .inbox-menu-sm .inbox-menu-sm li{display:block;width:100%}.inbox .inbox-menu-sm .inbox-menu-sm li a{display:block;padding:8px 15px 10px;font-size:13px;color:#333}.inbox .inbox-menu-sm .inbox-menu-sm li a:hover{text-decoration:none;background:#f4f4f4}.inbox .inbox-menu-sm .inbox-menu-sm li.active a{font-weight:700;background:#f0f0f0;border-bottom:1px solid #e7e7e7;color:#3276b1}.inbox-info-bar{padding:10px 0;border-bottom:1px solid #bfbfbf}.inbox-info-bar .form-group{margin:0}.inbox-info-bar .form-group input,.inbox-info-bar .select2-container-multi .select2-choices{border-color:#fff!important}.inbox-info-bar .select2-choices>div{display:none}.inbox-info-bar .col-md-1,.inbox-info-bar .col-md-11{padding-left:0;padding-right:0}@media(max-width:1024px){.inbox-info-bar .col-md-1,.inbox-info-bar .col-md-11{padding-left:26px;padding-right:26px}}.inbox-info-bar img{width:35px;height:auto;display:inline-block;vertical-align:middle;margin-right:7px;margin-left:2px;border-left:3px solid #fff}.inbox-info-bar em{position:absolute;top:6px;right:20px;text-align:right;font-style:normal}.inbox-download .inbox-message{padding:15px 4px;border-bottom:1px solid #bfbfbf}.inbox-download-list{list-style:none;margin:5px 0 0;padding:0}.inbox-download-list li{display:inline-block;margin:0 5px 0 0;vertical-align:top}.inbox-download-list li>:first-child{margin-bottom:0;width:150px;overflow:hidden}.inbox-download-list li>:first-child:hover{background:#fff;border-color:silver}.inbox-download-list li>:first-child>:first-child{text-align:center;display:block;color:#d6d6d6}.inbox-download-list li>:first-child>:first-child>.fa{font-size:150px}.inbox-download-list li>:first-child>:first-child>img{max-width:120px}.inbox-compose-footer{padding:10px;background:#f5f5f5;border-bottom:1px solid #a9a9a9}.inbox-compose-footer,.inbox-download,.inbox-info-bar,.inbox-message{margin-right:240px;position:relative}@media(max-width:1280px){.inbox-compose-footer,.inbox-download,.inbox-info-bar,.inbox-message{margin-right:0}}@media(max-width:979px){.inbox-table-icon>:first-child{margin-top:12px}}.unread td{background:#fff}.unread .inbox-data-date>:first-child,.unread .inbox-data-from>:first-child,.unread .inbox-data-message>:first-child>:first-child{font-weight:700}tr.highlight td,tr.unread.highlight td{background:#ffc!important;color:#333}#compose-mail-mini{margin-left:4px}.email-open-header{margin:-10px 0 0 0;font-size:20px;border-bottom:1px solid #bfbfbf;border-top:1px solid #eee;padding:15px 3px}.email-open-header>span{font-size:10px;font-weight:400;padding:3px 5px;letter-spacing:normal;text-transform:uppercase;vertical-align:middle;line-height:33px;background:#acacac}.email-infobox{display:block;width:180px;border-bottom:1px solid #bfbfbf;padding-bottom:0;padding-top:15px;position:absolute;top:65px;right:15px}@media(max-width:1280px){.email-infobox .email-infobox{display:none}}.email-reply-text>div{border-left:1px solid #d6d6d6;padding-left:10px;margin-left:50px;color:#a9a9a9}.email-reply-text>:first-child{padding-left:45px}.profile-pic{text-align:right}.profile-pic>img{border-radius:0;position:relative;border:5px solid #fff;top:-30px;display:inline-block;text-align:right;z-index:4;width:120px;margin-bottom:-30px}.profile-carousel .carousel-inner{max-height:150px}.friends-list li{margin-bottom:10px}.friends-list li img{width:35px;border:1px solid #fff;outline:1px solid #bfbfbf}.search-results{padding:18px 5px}.search-results+.search-results{border-top:1px dashed #e3e3e3}.search-results>:first-child{margin-bottom:4px;font-weight:400}.search-results>:first-child a{text-decoration:underline}.search-results .url{font-style:normal;font-size:14px}.search-results img{display:inline-block;margin-top:4px;margin-right:4px;width:80px}.search-results>div{display:inline-block;vertical-align:top}.search-results .note{margin:0;line-height:normal}.search-results .note a{text-decoration:none!important;color:#333}.search-results .note a:hover{color:#ed1c24}.todo{margin:0;padding:0;min-height:5px;list-style:none}.todo>li{display:block;position:relative;overflow:hidden;border-bottom:1px solid #e7e7e7;margin:0 5px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAQCAYAAADagWXwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RkQ1OEY4NTM4NUIxMUUzQjdCMUMxQzJCQUE3MTMxOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RkQ1OEY4NjM4NUIxMUUzQjdCMUMxQzJCQUE3MTMxOCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjRGRDU4RjgzMzg1QjExRTNCN0IxQzFDMkJBQTcxMzE4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjRGRDU4Rjg0Mzg1QjExRTNCN0IxQzFDMkJBQTcxMzE4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+pTD+wgAAACtJREFUeNpimDBhwn8gYABhdDYjiIELMDHgAUwTJ06Ea0VnjxpLO2MBAgwAGYZLegQbQ3UAAAAASUVORK5CYII=) 1px 11px no-repeat}.todo>li:last-child,.todo>li:only-child{border-bottom:0}.todo>li>:first-child{display:block;border-right:1px solid #ffe1eb;height:100%;padding:6px 11px 6px 18px;width:20px;vertical-align:top;position:absolute}.todo>li>:first-child:hover{cursor:move}.todo>li.complete{background:0}.todo>li.complete.complete>:first-child:hover{cursor:default}.todo>li.complete>*{text-decoration:line-through;font-style:italic}.todo>li.ui-sortable-helper{border-top:1px solid #eee;background:rgba(113,132,63,0.1)}.todo>li>p{height:100%;margin-left:52px;border-left:1px solid #ffe1eb;display:inline-block;padding:8px 0 6px 7px;margin-bottom:0;min-height:37px;line-height:normal;font-size:14px;font-weight:500;color:#333}.todo>li>p>span{display:block;line-height:12px;font-size:10px;font-weight:400}.todo>li>p>:first-child{margin-top:-5px;color:#999;margin-bottom:4px}.todo>li>p>.date{color:#bfbfbf}.todo-group-title{margin:0;line-height:31px;padding:0 0 0 10px;background:#fafafa;border-bottom:1px solid #e7e7e7;border-top:1px solid #f4f4f4;color:#999}
\ No newline at end of file
--- a/src/ztfy/myams/resources/js/myams.js	Fri Jan 29 15:36:00 2016 +0100
+++ b/src/ztfy/myams/resources/js/myams.js	Fri Jan 29 15:37:22 2016 +0100
@@ -91,7 +91,7 @@
 	 */
 	if ($.scrollbarWidth === undefined) {
 		$.scrollbarWidth = function() {
-			var parent = $('<div style="width:50px;height:50px;overflow:auto"><div/></div>').appendTo('body');
+			var parent = $('<div style="width:50px; height:50px; overflow:auto"><div/></div>').appendTo('body');
 			var child = parent.children();
 			var width = child.innerWidth() - child.height(99).innerWidth();
 			parent.remove();
@@ -277,6 +277,10 @@
 
 			menu.find("LI A").on('click', function() {
 				var link = $(this);
+				if (link.hasClass('active')) {
+					return;
+				}
+				var href = link.attr('href').replace(/^#/,'');
 				var parent_ul = link.parent().find("UL");
 				if (settings.accordion) {
 					var parents = link.parent().parents("UL");
@@ -291,21 +295,22 @@
 						});
 						if (close) {
 							if (parent_ul !== visible[visibleIndex]) {
-								$(visible[visibleIndex]).slideUp(settings.speed, function() {
-									link.parent("LI")
-										.find("b:first")
-										.html(settings.closedSign);
-									link.parent("LI")
-										.removeClass("open");
-								});
+								var visibleItem = $(visible[visibleIndex]);
+								if (href || !visibleItem.hasClass('active')) {
+									visibleItem.slideUp(settings.speed, function () {
+										$(this).parent("LI")
+											.removeClass('open')
+											.find("B:first")
+											.delay(settings.speed)
+											.html(settings.closedSign);
+									});
+								}
 							}
 						}
 					});
 				}
 				var first_ul = link.parent().find("UL:first");
-				if (!link.attr('href').replace(/^#/,'') &&
-					first_ul.is(":visible") &&
-					!first_ul.hasClass("active")) {
+				if (!href && first_ul.is(":visible") && !first_ul.hasClass("active")) {
 					first_ul.slideUp(settings.speed, function() {
 						link.parent("LI")
 							.removeClass("open")
@@ -633,16 +638,16 @@
 		/**
 		 * Default JQuery AJAX error handler
 		 */
-		ajax: function(event, request /*, settings*/) {
-			if (request.statusText === 'OK') {
+		ajax: function(event, response, request, error) {
+			if (response.statusText === 'OK') {
 				return;
 			}
-			var response = ams.ajax.getResponse(request);
-			if (response.content_type === 'json') {
-				ams.ajax.handleJSON(response.data);
+			var ajax_response = ams.ajax.getResponse(response);
+			if (ajax_response.content_type === 'json') {
+				ams.ajax.handleJSON(ajax_response.data);
 			} else {
 				var title = event.statusText || event.type;
-				var message = request.responseText;
+				var message = response.responseText;
 				ams.skin.messageBox('error', {
 					title: ams.i18n.ERROR_OCCURED,
 					content: '<h4>' + title + '</h4><p>' + message + '</p>',
@@ -652,7 +657,7 @@
 			}
 			if (globals.console) {
 				globals.console.error(event);
-				globals.console.debug(request);
+				globals.console.debug(response);
 			}
 		},
 
@@ -794,8 +799,7 @@
 				dataType: 'json',
 				success: callback || function(data /*, status*/) {
 					result = data.result;
-				},
-				error: ams.error.show
+				}
 			};
 			var settings = $.extend({}, defaults, options);
 			$.ajax(settings);
@@ -1257,10 +1261,15 @@
 				focused = $('input, select', container).first();
 			}
 			if (focused.exists()) {
+				if (focused.hasClass('select2-input')) {
+					focused = focused.parents('.select2');
+				}
 				if (focused.hasClass('select2')) {
 					setTimeout(function() {
-						focused.select2('focus')
-						focused.select2('open');
+						focused.select2('focus');
+						if (focused.data('ams-focus-open') === true) {
+							focused.select2('open');
+						}
 					}, 100);
 				} else {
 					focused.focus();
@@ -1332,7 +1341,7 @@
 				return false;
 			}
 			// Remove remaining status messages
-			$('.alert-danger, SPAN.state-error', form).remove();
+			$('.alert-danger, SPAN.state-error', form).not('.persistent').remove();
 			$('.state-error', form).removeClassPrefix('state-');
 			// Check submit button
 			var button = $(form.data('ams-submit-button'));
@@ -1820,7 +1829,7 @@
 						}
 					}
 				}
-				ams.skin.alert(form, errors.error_level || 'error', header, message, errors.error_message);
+				ams.skin.alert($('fieldset:first', form), errors.error_level || 'error', header, message, errors.error_message);
 			}
 		}
 	};
@@ -1958,6 +1967,7 @@
 														var dialog = $('.modal-dialog', content.wrap('<div></div>').parent());
 														var dialog_data = dialog.data();
 														var data_options = {
+															backdrop: 'static',
 															overflow: dialog_data.amsModalOverflow || '.modal-viewport',
 															maxHeight: dialog_data.amsModalMaxHeight === undefined ?
 																	function() {
@@ -2267,50 +2277,103 @@
 				}
 			});
 
-			// Load and register new plug-ins
+			// Scan new element for plug-ins
+			var plugins = {};
+			var plugin;
+			var name;
+
 			$('[data-ams-plugins]', element).each(function() {
+
+				function registerPlugin(name, new_plugin) {
+					if (plugins.hasOwnProperty(name)) {
+						var plugin = plugins[name];
+						plugin.css = plugin.css || new_plugin.css;
+						if (new_plugin.callback) {
+							plugin.callbacks.push(new_plugin.callback);
+						}
+						if (new_plugin.register) {
+							plugin.register = true;
+						}
+						if (new_plugin.async === false) {
+							plugin.async = false;
+						}
+					} else {
+						plugins[name] = {
+							src: new_plugin.src,
+							css: new_plugin.css,
+							callbacks: new_plugin.callback ? [new_plugin.callback] : [],
+							register: new_plugin.register,
+							async: new_plugin.async
+						}
+					}
+				}
+
 				var source = $(this);
-				var plugins = {};
-				var name;
-				if (typeof(source.data('ams-plugins')) === 'string') {
+				var ams_plugins = source.data('ams-plugins');
+				if (typeof(ams_plugins) === 'string') {
 					var names = source.data('ams-plugins').split(/\s+/);
-					for (var index=0; index < names.length; index++) {
+					for (var index = 0; index < names.length; index++) {
 						name = names[index];
-						plugins[name] = {
+						var new_plugin = {
 							src: source.data('ams-plugin-' + name + '-src'),
 							css: source.data('ams-plugin-' + name + '-css'),
 							callback: source.data('ams-plugin-' + name + '-callback'),
 							register: source.data('ams-plugin-' + name + '-register'),
 							async: source.data('ams-plugin-' + name + '-async')
 						};
+						registerPlugin(name, new_plugin);
 					}
 				} else {
-					plugins = source.data('ams-plugins');
-				}
-				for (name in plugins) {
-					if (ams.plugins.enabled[name] === undefined) {
-						var plugin = plugins[name];
-						ams.getScript(plugin.src, function() {
-							var callback = plugin.callback;
-							if (callback) {
-								var called = ams.getFunctionByName(callback);
-								if (plugin.register !== false)
-									ams.plugins.enabled[name] = called;
-							} else {
-								if (plugin.register !== false)
-									ams.plugins.enabled[name] = null;
-							}
-							var css = plugin['css'];
-							if (css) {
-								ams.getCSS(css, name + '_css');
-							}
-						}, {
-							async: plugin.async === undefined ? true : plugin.async
-						});
+					for (name in ams_plugins) {
+						if (!ams_plugins.hasOwnProperty(name)) {
+							continue;
+						}
+						registerPlugin(name, ams_plugins[name]);
 					}
 				}
 			});
 
+			// Load new plug-ins and execute async ones
+			for (name in plugins) {
+				if (ams.plugins.enabled[name] === undefined) {
+					plugin = plugins[name];
+					ams.getScript(plugin.src, function() {
+						var index;
+						var callbacks = plugin.callbacks;
+						if (callbacks) {
+							for (index=0; index < callbacks.length; index++) {
+								var called = ams.getFunctionByName(callbacks[index]);
+								if (plugin.register !== false) {
+									var enabled = ams.plugins.enabled;
+									if (enabled.hasOwnProperty(name)) {
+										enabled[name].push(called);
+									} else {
+										enabled[name] = [called];
+									}
+								}
+							}
+						} else {
+							if (plugin.register !== false) {
+								ams.plugins.enabled[name] = null;
+							}
+						}
+						var css = plugin.css;
+						if (css) {
+							ams.getCSS(css, name + '_css');
+						}
+						// If running in async mode, registered plug-ins are run
+						// before callback is called so we call plug-in manually
+						if (callbacks && (plugin.async !== false)) {
+							for (index=0; index < callbacks.length; index++) {
+								callbacks[index](element);
+							}
+						}
+					}, {
+						async: plugin.async === undefined ? true : plugin.async
+					});
+				}
+			}
+
 			// Run all enabled plug-ins
 			for (var index in ams.plugins.enabled) {
 				if (!ams.plugins.enabled.hasOwnProperty(index)) {
@@ -2319,9 +2382,18 @@
 				if (disabled.indexOf(index) >= 0) {
 					continue;
 				}
-				var plugin = ams.plugins.enabled[index];
-				if (typeof(plugin) === 'function') {
-					plugin(element);
+				var callbacks = ams.plugins.enabled[index];
+				switch (typeof(callbacks)) {
+					case 'function':
+						callbacks(element);
+						break;
+					default:
+						for (var cb_index = 0; cb_index < callbacks.length; cb_index++) {
+							var callback = callbacks[cb_index];
+							if (typeof(callback) === 'function') {
+								callback(element);
+							}
+						}
 				}
 			}
 		},
@@ -2932,13 +3004,14 @@
 				var masks = $('[data-mask]', element);
 				if (masks.length > 0) {
 					ams.ajax.check($.fn.mask,
-								   ams.baseURL + 'ext/jquery-maskedinput-1.3.1.min.js',
+								   ams.baseURL + 'ext/jquery-maskedinput-1.4.1' + ams.devext + '.js',
 								   function() {
 										masks.each(function() {
 											var mask = $(this);
 											var data = mask.data();
 											var data_options = {
-												placeholder: data.amsMaskeditPlaceholder || 'X'
+												placeholder: data.amsMaskeditPlaceholder === undefined ? 'X' : data.amsMaskeditPlaceholder,
+												complete: ams.getFunctionByName(data.amsMaskeditComplete)
 											};
 											var settings = $.extend({}, data_options, data.amsMaskeditOptions);
 											settings = ams.executeFunctionByName(data.amsMaskeditInitCallback, mask, settings) || settings;
@@ -3397,21 +3470,27 @@
 								   function(first_load) {
 										tables.each(function() {
 											var table = $(this);
-											$(table).on('mouseover', 'tr', function() {
-												$(this.cells[0]).addClass('drag-handle');
-											}).on('mouseout', 'tr', function() {
-												$(this.cells[0]).removeClass('drag-handle');
-											});
 											var data = table.data();
+											if (data.amsTabledndDragHandle) {
+												$('tr', table).addClass('no-drag-handle');
+											} else {
+												$(table).on('mouseover', 'tr', function () {
+													$(this.cells[0]).addClass('drag-handle');
+												}).on('mouseout', 'tr', function () {
+													$(this.cells[0]).removeClass('drag-handle');
+												});
+											}
 											var data_options = {
 												onDragClass: data.amsTabledndDragClass || 'dragging-row',
-												onDragStart: data.amsTabledndDragStart,
+												onDragStart: ams.getFunctionByName(data.amsTabledndDragStart),
 												dragHandle: data.amsTabledndDragHandle,
 												scrollAmount: data.amsTabledndScrollAmount,
 												onAllowDrop: data.amsTabledndAllowDrop,
-												onDrop: data.amsTabledndDrop || function(dnd_table, row) {
+												onDrop: ams.getFunctionByName(data.amsTabledndDrop) || function(dnd_table, row) {
 													var target = data.amsTabledndDropTarget;
 													if (target) {
+														// Disable row click handler
+														$(row).data('ams-disabled-handlers', 'click');
 														var rows = [];
 														$(dnd_table.rows).each(function() {
 															var row_id = $(this).data('ams-element-name');
@@ -3425,6 +3504,10 @@
 														} else {
 															ams.ajax.post(target, {names: JSON.stringify(rows)});
 														}
+														// Restore row click handler
+														setTimeout(function() {
+															$(row).removeData('ams-disabled-handlers');
+														}, 50);
 													}
 													return false;
 												}
@@ -3907,11 +3990,11 @@
 		 * @margin: if true, a margin will be displayed around alert
 		 */
 		alert: function(parent, status, header, message, subtitle, margin) {
-			$('.alert', parent).remove();
 			if (status === 'error') {
 				status = 'danger';
 			}
-			var content = '<div class="' + (margin ? 'margin-10' : '') + ' alert alert-block alert-' + status + ' fade in">' +
+			$('.alert-' + status, parent).remove();
+			var content = '<div class="' + (margin ? 'margin-10' : '') + ' alert alert-block alert-' + status + ' padding-5 fade in">' +
 				'<a class="close" data-dismiss="alert"><i class="fa fa-check"></i></a>' +
 				'<h4 class="alert-heading">' +
 				'<i class="fa fa-fw fa-warning"></i> ' + header +
@@ -4018,9 +4101,12 @@
 		 */
 		_drawBreadCrumb: function() {
 			var crumb = $('#ribbon OL.breadcrumb');
-			crumb.empty()
-				 .append($('<li></li>').append($('<a></a>').text(ams.i18n.HOME)
-														   .attr('href', $('nav a[href!="#"]:first').attr('href'))));
+			$('li', crumb).not('.parent').remove();
+			if (!$('li', crumb).exists()) {
+				crumb.append($('<li></li>').append($('<a></a>').text(ams.i18n.HOME)
+															   .addClass('padding-right-5')
+															   .attr('href', $('nav a[href!="#"]:first').attr('href'))));
+			}
 			$('nav LI.active >A').each(function() {
 				var menu = $(this);
 				var body = $.trim(menu.clone()
@@ -4041,7 +4127,7 @@
 		checkURL: function() {
 
 			function updateActiveMenus(menu) {
-				$('nav .active').removeClass('active');
+				$('.active', nav).removeClass('active');
 				menu.addClass('open')
 					.addClass('active');
 				menu.parents('li').addClass('open active')
@@ -4053,6 +4139,7 @@
 			}
 
 			var menu;
+			var nav = $('nav');
 			var hash = location.hash;
 			var url = hash.replace(/^#/, '');
 			if (url) {
@@ -4060,7 +4147,7 @@
 				if (!container.exists()) {
 					container = $('body');
 				}
-				menu = $('nav A[href="' + hash + '"]');
+				menu = $('A[href="' + hash + '"]', nav);
 				if (menu.exists()) {
 					updateActiveMenus(menu);
 				}
@@ -4071,9 +4158,9 @@
 			} else {
 				var active_url = $('[data-ams-active-menu]').data('ams-active-menu');
 				if (active_url) {
-					menu = $('nav A[href="' + active_url + '"]');
+					menu = $('A[href="' + active_url + '"]', nav);
 				} else {
-					menu = $('nav >UL >LI >A[href!="#"]').first();
+					menu = $('>UL >LI >A[href!="#"]', nav).first();
 				}
 				if (menu.exists()) {
 					updateActiveMenus(menu);
@@ -4292,7 +4379,7 @@
 							   ams.baseURL + '/ext/jquery-smartclick' + ams.devext + '.js',
 							   function() {
 								   $('NAV UL A').noClickDelay();
-								   $('#hide-menu A').noClickDelay();
+								   $('A', '#hide-menu').noClickDelay();
 							   });
 			}
 		}
@@ -4384,8 +4471,9 @@
 		});
 
 		// Initialize left nav
-		$('NAV UL').myams_menu({
-			accordion : true,
+		var nav = $('nav');
+		$('UL', nav).myams_menu({
+			accordion : nav.data('ams-menu-accordion') !== false,
 			speed : ams.menu_speed
 		});
 
@@ -4429,7 +4517,7 @@
 							   ams.skin._setPageHeight();
 							   ams.skin._checkMobileWidth();
 						   });
-						   $('nav').resize(function() {
+						   nav.resize(function() {
 							   ams.skin._setPageHeight();
 						   });
 					   });
@@ -4441,6 +4529,10 @@
 			});
 			$(document).on('click', 'a[href!="#"]:not([data-toggle]), [data-ams-url]:not([data-toggle])', function(e) {
 				var link = $(e.currentTarget);
+				var handlers = link.data('ams-disabled-handlers');
+				if ((handlers === true) || (handlers === 'click')) {
+					return;
+				}
 				var href = link.attr('href') || link.data('ams-url');
 				if (!href || href.startsWith('javascript') || link.attr('target') || (link.data('ams-context-menu') === true)) {
 					return;
@@ -4502,6 +4594,10 @@
 		$(document).off('click.modal')
 				   .on('click', '[data-toggle="modal"]', function(e) {
 			var source = $(this);
+			var handlers = source.data('ams-disabled-handlers');
+			if ((handlers === true) || (handlers === 'click')) {
+				return;
+			}
 			if (source.data('ams-context-menu') === true) {
 				return;
 			}
@@ -4524,6 +4620,10 @@
 		// Initialize custom click handlers
 		$(document).on('click', '[data-ams-click-handler]', function(e) {
 			var source = $(this);
+			var handlers = source.data('ams-disabled-handlers');
+			if ((handlers === true) || (handlers === 'click')) {
+				return;
+			}
 			var data = source.data();
 			if (data.amsClickHandler) {
 				if ((data.amsStopPropagation === true) || (data.amsClickStopPropagation === true)) {
@@ -4542,6 +4642,10 @@
 		// Initialize custom change handlers
 		$(document).on('change', '[data-ams-change-handler]', function(e) {
 			var source = $(this);
+			var handlers = source.data('ams-disabled-handlers');
+			if ((handlers === true) || (handlers === 'change')) {
+				return;
+			}
 			var data = source.data();
 			if (data.amsChangeHandler) {
 				if (data.amsChangeKeepDefault !== true) {
@@ -4626,7 +4730,7 @@
 
 		// Init page content
 		ams.initContent(document);
-		if (ams.ajax_nav && $('nav').exists()) {
+		if (ams.ajax_nav && nav.exists()) {
 			ams.skin.checkURL();
 		}
 		ams.form.setFocus(document);
--- a/src/ztfy/myams/resources/js/myams.min.js	Fri Jan 29 15:36:00 2016 +0100
+++ b/src/ztfy/myams/resources/js/myams.min.js	Fri Jan 29 15:37:22 2016 +0100
@@ -1,1 +1,1 @@
-(function(c,b){String.prototype.startsWith=function(g){var e=this.length,f=g.length;if(e<f){return false}return(this.substr(0,f)===g)};String.prototype.endsWith=function(g){var e=this.length,f=g.length;if(e<f){return false}return(this.substr(e-f)===g)};if(!Array.prototype.indexOf){Array.prototype.indexOf=function(f,g){var e=this.length;g=Number(g)||0;g=(g<0)?Math.ceil(g):Math.floor(g);if(g<0){g+=e}for(;g<e;g++){if(g in this&&this[g]===f){return g}}return -1}}c.expr[":"].econtains=function(g,e,f){return(g.textContent||g.innerText||c(g).text()||"").toLowerCase()===f[3].toLowerCase()};c.expr[":"].withtext=function(g,e,f){return(g.textContent||g.innerText||c(g).text()||"")===f[3]};c.expr[":"].parents=function(g,e,f){return c(g).parents(f[3]).length>0};if(c.scrollbarWidth===undefined){c.scrollbarWidth=function(){var f=c('<div style="width:50px;height:50px;overflow:auto"><div/></div>').appendTo("body");var g=f.children();var e=g.innerWidth()-g.height(99).innerWidth();f.remove();return e}}c.fn.extend({exists:function(){return c(this).length>0},objectOrParentWithClass:function(e){if(this.hasClass(e)){return this}else{return this.parents("."+e)}},listattr:function(f){var e=[];this.each(function(){e.push(c(this).attr(f))});return e},style:function(f,i,e){var h=this.get(0);if(typeof(h)==="undefined"){return}var g=this.get(0).style;if(typeof(f)!=="undefined"){if(typeof(i)!=="undefined"){e=typeof(e)!=="undefined"?e:"";g.setProperty(f,i,e);return this}else{return g.getPropertyValue(f)}}else{return g}},removeClassPrefix:function(e){this.each(function(g,h){var f=h.className.split(" ").map(function(i){return i.startsWith(e)?"":i});h.className=c.trim(f.join(" "))});return this},contextMenu:function(f){function e(i,k,h){var j=c(window)[k](),l=c(f.menuSelector)[k](),g=i;if(i+l>j&&l<i){g-=l}return g}return this.each(function(){c("a",c(f.menuSelector)).each(function(){c(this).data("ams-context-menu",true)});c(this).on("contextmenu",function(g){if(g.ctrlKey){return}c(f.menuSelector).data("invokedOn",c(g.target)).show().css({position:"fixed",left:e(g.clientX,"width","scrollLeft")-10,top:e(g.clientY,"height","scrollTop")-10}).off("click").on("click",function(i){c(this).hide();var h=c(this).data("invokedOn");var j=c(i.target);f.menuSelected.call(this,h,j);a.event.stop(i)});return false});c(document).click(function(){c(f.menuSelector).hide()})})},myams_menu:function(e){var g={accordion:true,speed:200,closedSign:'<em class="fa fa-angle-down"></em>',openedSign:'<em class="fa fa-angle-up"></em>'};var f=c.extend({},g,e);var h=c(this);h.find("LI").each(function(){var i=c(this);if(i.find("UL").size()>0){i.find("A:first").append("<b class='collapse-sign'>"+f.closedSign+"</b>");var j=i.find("A:first");if(j.attr("href")==="#"){j.click(function(){return false})}}});h.find("LI.active").each(function(){var i=c(this).parents("UL");var j=i.parent("LI");i.slideDown(f.speed);j.find("b:first").html(f.openedSign);j.addClass("open")});h.find("LI A").on("click",function(){var l=c(this);var i=l.parent().find("UL");if(f.accordion){var k=l.parent().parents("UL");var m=h.find("UL:visible");m.each(function(n){var o=true;k.each(function(p){if(k[p]===m[n]){o=false;return false}});if(o){if(i!==m[n]){c(m[n]).slideUp(f.speed,function(){l.parent("LI").find("b:first").html(f.closedSign);l.parent("LI").removeClass("open")})}}})}var j=l.parent().find("UL:first");if(!l.attr("href").replace(/^#/,"")&&j.is(":visible")&&!j.hasClass("active")){j.slideUp(f.speed,function(){l.parent("LI").removeClass("open").find("B:first").delay(f.speed).html(f.closedSign)})}else{j.slideDown(f.speed,function(){l.parent("LI").addClass("open").find("B:first").delay(f.speed).html(f.openedSign)})}})}});c.UTF8={encode:function(f){f=f.replace(/\r\n/g,"\n");var e="";for(var h=0;h<f.length;h++){var g=f.charCodeAt(h);if(g<128){e+=String.fromCharCode(g)}else{if((g>127)&&(g<2048)){e+=String.fromCharCode((g>>6)|192);e+=String.fromCharCode((g&63)|128)}else{e+=String.fromCharCode((g>>12)|224);e+=String.fromCharCode(((g>>6)&63)|128);e+=String.fromCharCode((g&63)|128)}}}return e},decode:function(e){var g="";var j=0,k=0,h=0,f=0;while(j<e.length){k=e.charCodeAt(j);if(k<128){g+=String.fromCharCode(k);j++}else{if((k>191)&&(k<224)){h=e.charCodeAt(j+1);g+=String.fromCharCode(((k&31)<<6)|(h&63));j+=2}else{h=e.charCodeAt(j+1);f=e.charCodeAt(j+2);g+=String.fromCharCode(((k&15)<<12)|((h&63)<<6)|(f&63));j+=3}}}return g}};if(b.MyAMS===undefined){b.MyAMS={devmode:true,devext:"",lang:"en",throttle_delay:350,menu_speed:235,navbar_height:49,ajax_nav:true,enable_widgets:true,enable_mobile:false,enable_fastclick:false,warn_on_form_change:false,ismobile:(/iphone|ipad|ipod|android|blackberry|mini|windows\sce|palm/i.test(navigator.userAgent.toLowerCase()))}}var d=b.MyAMS;var a=d;d.baseURL=(function(){var e=c('script[src*="/myams.js"], script[src*="/myams.min.js"]');var f=e.attr("src");a.devmode=f.indexOf(".min.js")<0;a.devext=a.devmode?"":".min";return f.substring(0,f.lastIndexOf("/")+1)})();d.getQueryVar=function(g,h){if(g.indexOf("?")<0){return false}if(!g.endsWith("&")){g+="&"}var e=new RegExp(".*?[&\\?]"+h+"=(.*?)&.*");var f=g.replace(e,"$1");return f===g?false:f};d.rgb2hex=function(e){return"#"+c.map(e.match(/\b(\d+)\b/g),function(f){return("0"+parseInt(f).toString(16)).slice(-2)}).join("")};d.generateId=function(){function e(){return Math.floor((1+Math.random())*65536).toString(16).substring(1)}return e()+e()+e()+e()};d.getFunctionByName=function(k,g){if(k===undefined){return undefined}else{if(typeof(k)==="function"){return k}}var j=k.split(".");var h=j.pop();g=(g===undefined||g===null)?window:g;for(var f=0;f<j.length;f++){try{g=g[j[f]]}catch(l){return undefined}}try{return g[h]}catch(l){return undefined}};d.executeFunctionByName=function(h,f){var g=a.getFunctionByName(h,window);if(typeof(g)==="function"){var e=Array.prototype.slice.call(arguments,2);return g.apply(f,e)}};d.getSource=function(e){return e.replace(/{[^{}]*}/g,function(f){return a.getFunctionByName(f.substr(1,f.length-2))})};d.getScript=function(f,i,e){var h={dataType:"script",url:a.getSource(f),success:i,error:a.error.show,cache:!a.devmode,async:typeof(i)==="function"};var g=c.extend({},h,e);return c.ajax(g)};d.getCSS=function(e,i){var g=c("HEAD");var f=c('link[data-ams-id="'+i+'"]',g);if(f.length===0){var h=a.getSource(e);if(a.devmode){h+="?_="+new Date().getTime()}c("<link />").attr({rel:"stylesheet",type:"text/css",href:h,"data-ams-id":i}).appendTo(g)}};d.event={stop:function(e){if(!e){e=window.event}if(e){if(e.stopPropagation){e.stopPropagation();e.preventDefault()}else{e.cancelBubble=true;e.returnValue=false}}}};d.browser={getInternetExplorerVersion:function(){var g=-1;if(navigator.appName==="Microsoft Internet Explorer"){var e=navigator.userAgent;var f=new RegExp("MSIE ([0-9]{1,}[.0-9]{0,})");if(f.exec(e)!==null){g=parseFloat(RegExp.$1)}}return g},checkVersion:function(){var f="You're not using Windows Internet Explorer.";var e=this.getInternetExplorerVersion();if(e>-1){if(e>=8){f="You're using a recent copy of Windows Internet Explorer."}else{f="You should upgrade your copy of Windows Internet Explorer."}}if(b.alert){b.alert(f)}},isIE8orlower:function(){var f="0";var e=this.getInternetExplorerVersion();if(e>-1){if(e>=9){f=0}else{f=1}}return f},copyToClipboard:function(){return function(){var e=c(this);e.parents(".btn-group").removeClass("open");if(b.prompt){b.prompt(d.i18n.CLIPBOARD_COPY,e.text())}}}};d.error={ajax:function(h,g){if(g.statusText==="OK"){return}var e=a.ajax.getResponse(g);if(e.content_type==="json"){a.ajax.handleJSON(e.data)}else{var i=h.statusText||h.type;var f=g.responseText;a.skin.messageBox("error",{title:a.i18n.ERROR_OCCURED,content:"<h4>"+i+"</h4><p>"+f+"</p>",icon:"fa fa-warning animated shake",timeout:10000})}if(b.console){b.console.error(h);b.console.debug(g)}},show:function(h,e,g){if(!g){return}var f=a.ajax.getResponse(h);if(f.content_type==="json"){a.ajax.handleJSON(f.data)}else{a.skin.messageBox("error",{title:a.i18n.ERRORS_OCCURED,content:"<h4>"+e+"</h4><p>"+g+"</p>",icon:"fa fa-warning animated shake",timeout:10000})}if(b.console){b.console.error(g);b.console.debug(h)}}};d.ajax={check:function(f,h,j,e){if(typeof(j)==="object"){e=j;j=undefined}var i={async:typeof(j)==="function"};var g=c.extend({},i,e);if(f===undefined){a.getScript(h,function(){if(typeof(j)==="function"){j(true,e)}},g)}else{if(typeof(j)==="function"){j(false,e)}}},getAddr:function(f){var e=f||c("HTML HEAD BASE").attr("href")||window.location.href;return e.substr(0,e.lastIndexOf("/")+1)},start:function(){c("#ajax-gear").show()},stop:function(){c("#ajax-gear").hide()},progress:function(e){if(!e.lengthComputable){return}if(e.loaded>=e.total){return}if(b.console){b.console.log(parseInt((e.loaded/e.total*100),10)+"%")}},post:function(g,i,f,l){var k;if(g.startsWith(window.location.protocol)){k=g}else{k=this.getAddr()+g}if(typeof(f)==="function"){l=f;f={}}else{if(!f){f={}}}if(typeof(l)==="undefined"){l=f.callback}if(typeof(l)==="string"){l=a.getFunctionByName(l)}delete f.callback;var e;var j={url:k,type:"post",cache:false,async:typeof(l)==="function",data:c.param(i),dataType:"json",success:l||function(m){e=m.result},error:a.error.show};var h=c.extend({},j,f);c.ajax(h);return e},getResponse:function(h){var g=h.getResponseHeader("content-type"),j,f;if(g){if(g.startsWith("application/javascript")){j="script";f=h.responseText}else{if(g.startsWith("text/html")){j="html";f=h.responseText}else{if(g.startsWith("text/xml")){j="xml";f=h.responseText}else{f=h.responseJSON;if(f){j="json"}else{try{f=JSON.parse(h.responseText);j="json"}catch(i){f=h.responseText;j="text"}}}}}}else{j="json";f={status:"alert",alert:{title:a.i18n.ERROR_OCCURED,content:a.i18n.NO_SERVER_RESPONSE}}}return{content_type:j,data:f}},handleJSON:function(p,g,l){var j=p.status;var e;switch(j){case"alert":if(b.alert){b.alert(p.alert.title+"\n\n"+p.alert.content)}break;case"error":a.form.showErrors(g,p);break;case"info":case"success":if(p.close_form!==false){a.dialog.close(g)}break;case"message":case"messagebox":break;case"notify":case"callback":case"callbacks":if(p.close_form!==false){a.dialog.close(g)}break;case"modal":a.dialog.open(p.location);break;case"reload":if(p.close_form!==false){a.dialog.close(g)}e=p.location||window.location.hash;if(e.startsWith("#")){e=e.substr(1)}a.skin.loadURL(e,p.target||l||"#content");break;case"redirect":if(p.close_form===true){a.dialog.close(g)}e=p.location||window.location.href;if(p.window){window.open(e,p.window,p.options)}else{if(window.location.href===e){window.location.reload(true)}else{window.location.href=e}}break;default:if(b.console){b.console.log("Unhandled status: "+j)}}var k;var m;var f;if(p.content){m=p.content;f=c(m.target||l||g||"#content");if(m.raw===true){f.text(m.text)}else{f.html(m.html);a.initContent(f)}if(!m.keep_hidden){f.removeClass("hidden")}}if(p.contents){var i=p.contents;for(k=0;k<i.length;k++){m=i[k];f=c(m.target);if(m.raw===true){f.text(m.text)}else{f.html(m.html);a.initContent(f)}if(!m.keep_hidden){f.removeClass("hidden")}}}var o;if(p.message){o=p.message;if(typeof(o)==="string"){if((j==="info")||(j==="success")){a.skin.smallBox(j,{title:o,icon:"fa fa-fw fa-info-circle font-xs align-top margin-top-10",timeout:3000})}else{a.skin.alert(c(g||"#content"),j,o)}}else{a.skin.alert(c(o.target||l||g||"#content"),o.status||"success",o.header,o.body,o.subtitle)}}if(p.smallbox){a.skin.smallBox(p.smallbox_status||j,{title:p.smallbox,icon:"fa fa-fw fa-info-circle font-xs align-top margin-top-10",timeout:3000})}if(p.messagebox){o=p.messagebox;if(typeof(o)==="string"){a.skin.messageBox("info",{title:a.i18n.ERROR_OCCURED,content:o,timeout:10000})}else{var h=o.status||"info";if(h==="error"&&g&&l){a.executeFunctionByName(g.data("ams-form-submit-error")||"MyAMS.form.finalizeSubmitOnError",g,l)}a.skin.messageBox(h,{title:o.title||a.i18n.ERROR_OCCURED,content:o.content,icon:o.icon,number:o.number,timeout:o.timeout===null?undefined:(o.timeout||10000)})}}if(p.event){g.trigger(p.event,p.event_options)}if(p.callback){a.executeFunctionByName(p.callback,g,p.options)}if(p.callbacks){var n;for(k=0;k<p.callbacks.length;k++){n=p.callbacks[k];a.executeFunctionByName(n,g,n.options)}}}};d.jsonrpc={getAddr:function(g){var e=g||c("HTML HEAD BASE").attr("href")||window.location.href;var f=e.replace(/\+\+skin\+\+\w+\//,"");return f.substr(0,f.lastIndexOf("/")+1)},query:function(f,h,e,g){a.ajax.check(c.jsonRpc,a.baseURL+"ext/jquery-jsonrpc"+a.devext+".js",function(){if(typeof(e)==="function"){g=e;e={}}else{if(!e){e={}}}if(g==="undefined"){g=e.callback}if(typeof(g)==="string"){g=a.getFunctionByName(g)}delete e.callback;var k={};if(typeof(f)==="string"){k.query=f}else{if(typeof(f)==="object"){c.extend(k,f)}}c.extend(k,e);var i;var j={url:a.jsonrpc.getAddr(e.url),type:"post",cache:false,method:h,params:k,async:typeof(g)==="function",success:g||function(l){i=l.result},error:a.error.show};c.jsonRpc(j);return i})},post:function(h,f,e,g){a.ajax.check(c.jsonRpc,a.baseURL+"ext/jquery-jsonrpc"+a.devext+".js",function(){if(typeof(e)==="function"){g=e;e={}}else{if(!e){e={}}}if(typeof(g)==="undefined"){g=e.callback}if(typeof(g)==="string"){g=a.getFunctionByName(g)}delete e.callback;var i;var k={url:a.jsonrpc.getAddr(e.url),type:"post",cache:false,method:h,params:f,async:typeof(g)==="function",success:g||function(l){i=l.result},error:a.error.show};var j=c.extend({},k,e);c.jsonRpc(j);return i})}};d.xmlrpc={getAddr:function(g){var e=g||c("HTML HEAD BASE").attr("href")||window.location.href;var f=e.replace(/\+\+skin\+\+\w+\//,"");return f.substr(0,f.lastIndexOf("/")+1)},post:function(f,i,g,e,h){a.ajax.check(c.xmlrpc,a.baseURL+"ext/jquery-xmlrpc"+a.devext+".js",function(){if(typeof(e)==="function"){h=e;e={}}else{if(!e){e={}}}if(typeof(h)==="undefined"){h=e.callback}if(typeof(h)==="string"){h=a.getFunctionByName(h)}delete e.callback;var j;var l={url:a.xmlrpc.getAddr(f),methodName:i,params:g,success:h||function(m){j=m},error:a.error.show};var k=c.extend({},l,e);c.xmlrpc(k);return j})}};d.form={init:function(f){var e;if(a.warn_on_form_change){e=c('FORM[data-ams-warn-on-change!="false"]',f)}else{e=c('FORM[data-ams-warn-on-change="true"]',f)}e.each(function(){var g=c(this);c('INPUT[type="text"], INPUT[type="checkbox"], INPUT[type="radio"], SELECT, TEXTAREA, [data-ams-changed-event]',g).each(function(){var i=c(this);if(i.data("ams-ignore-change")!==true){var h=i.data("ams-changed-event")||"change";i.on(h,function(){c(this).parents("FORM").attr("data-ams-form-changed",true)})}});g.on("reset",function(){c(this).removeAttr("data-ams-form-changed")})})},setFocus:function(e){var f=c("[data-ams-focus-target]",e).first();if(!f.exists()){f=c("input, select",e).first()}if(f.exists()){if(f.hasClass("select2")){setTimeout(function(){f.select2("focus");f.select2("open")},100)}else{f.focus()}}},checkBeforeUnload:function(){var e=c('FORM[data-ams-form-changed="true"]');if(e.exists()){return a.i18n.FORM_CHANGED_WARNING}},confirmChangedForm:function(f,g){if(typeof(f)==="function"){g=f;f=undefined}var e=c('FORM[data-ams-form-changed="true"]',f);if(e.exists()){a.skin.bigBox({title:a.i18n.WARNING,content:'<i class="text-danger fa fa-2x fa-bell shake animated"></i>&nbsp; '+a.i18n.FORM_CHANGED_WARNING,buttons:a.i18n.BTN_OK_CANCEL},function(h){if(h===a.i18n.BTN_OK){g.call(f)}})}else{g.call(f)}},submit:function(g,f,h){g=c(g);if(!g.exists()){return false}if(typeof(f)==="object"){h=f;f=undefined}if(g.data("submitted")){if(!g.data("ams-form-hide-submitted")){a.skin.messageBox("warning",{title:a.i18n.WAIT,content:a.i18n.FORM_SUBMITTED,icon:"fa fa-save shake animated",timeout:g.data("ams-form-alert-timeout")||5000})}return false}if(!a.form._checkSubmitValidators(g)){return false}c(".alert-danger, SPAN.state-error",g).remove();c(".state-error",g).removeClassPrefix("state-");var e=c(g.data("ams-submit-button"));if(e&&!e.data("ams-form-hide-loading")){e.button("loading")}a.ajax.check(c.fn.ajaxSubmit,a.baseURL+"ext/jquery-form-3.49"+a.devext+".js",function(){function k(m,o){var l;var E=m.data();var v=E.amsFormOptions;var n;var q;if(h){q=h.formDataInitCallback}if(q){delete h.formDataInitCallback}else{q=E.amsFormDataInitCallback}if(q){var w={};if(typeof(q)==="function"){n=q.call(m,w)}else{n=a.executeFunctionByName(q,m,w)}if(w.veto){l=m.data("ams-submit-button");if(l){l.button("reset")}a.form.finalizeSubmitFooter.call(m);return false}}else{n=E.amsFormData||{}}l=c(m.data("ams-submit-button"));var x,A;if(l){x=l.data("ams-form-handler");A=l.data("ams-form-submit-target")}var p;var t=f||x||E.amsFormHandler||"";if(t.startsWith(window.location.protocol)){p=t}else{var z=m.attr("action").replace(/#/,"");if(z.startsWith(window.location.protocol)){p=z}else{p=a.ajax.getAddr()+z}p+=t}var D=null;if(h&&h.initSubmitTarget){a.executeFunctionByName(h.initSubmitTarget)}else{if(E.amsFormInitSubmitTarget){D=c(A||E.amsFormSubmitTarget||"#content");a.executeFunctionByName(E.amsFormInitSubmit||"MyAMS.form.initSubmit",m,D)}else{if(!E.amsFormHideSubmitFooter){a.executeFunctionByName(E.amsFormInitSubmit||"MyAMS.form.initSubmitFooter",m)}}}var r=typeof(o.uuid)!=="undefined";if(r){if(p.indexOf("X-Progress-ID")<0){p+="?X-Progress-ID="+o.uuid}delete o.uuid}if(h){n=c.extend({},n,h.form_data)}var u={url:p,type:"post",cache:false,data:n,dataType:E.amsFormDatatype,beforeSerialize:function(){if(typeof(b.tinyMCE)!=="undefined"){b.tinyMCE.triggerSave()}},beforeSubmit:function(G,F){F.data("submitted",true)},error:function(J,F,G,I){if(D){a.executeFunctionByName(E.amsFormSubmitError||"MyAMS.form.finalizeSubmitOnError",I,D)}if(I.is(":visible")){var H=I.data("ams-submit-button");if(H){H.button("reset")}a.form.finalizeSubmitFooter.call(I)}I.data("submitted",false);I.removeData("ams-submit-button")},iframe:r};var y=(h&&h.downloadTarget)||E.amsFormDownloadTarget;if(y){var s=c('iframe[name="'+y+'"]');if(!s.exists()){s=c("<iframe></iframe>").hide().attr("name",y).appendTo(m)}u=c.extend({},u,{iframe:true,iframeTarget:s,success:function(F,G,K,J){var I=c(J).parents(".modal-dialog");if(I.exists()){a.dialog.close(J)}else{var L;var H=J.data("ams-submit-button");if(H){L=H.data("ams-form-submit-callback")}if(!L){L=a.getFunctionByName(E.amsFormSubmitCallback)||a.form._submitCallback}L.call(J,F,G,K,J);if(J.is(":visible")&&H){H.button("reset")}J.data("submitted",false);J.removeData("ams-submit-button");J.removeAttr("data-ams-form-changed")}}})}else{u=c.extend({},u,{error:function(J,F,G,I){if(D){a.executeFunctionByName(E.amsFormSubmitError||"MyAMS.form.finalizeSubmitOnError",I,D)}if(I.is(":visible")){var H=I.data("ams-submit-button");if(H){H.button("reset")}a.form.finalizeSubmitFooter.call(I)}I.data("submitted",false);I.removeData("ams-submit-button")},success:function(F,G,J,I){var K;var H=I.data("ams-submit-button");if(H){K=H.data("ams-form-submit-callback")}if(!K){K=a.getFunctionByName(E.amsFormSubmitCallback)||a.form._submitCallback}K.call(I,F,G,J,I);if(I.is(":visible")&&H){H.button("reset")}I.data("submitted",false);I.removeData("ams-submit-button");I.removeAttr("data-ams-form-changed")},iframe:r})}var C=c.extend({},u,o,v,h);c(m).ajaxSubmit(C);if(y){var B=c(m).parents(".modal-dialog");if(B.exists()){a.dialog.close(m)}else{a.form.finalizeSubmitFooter.call(m);if(l){l.button("reset")}m.data("submitted",false);m.removeData("ams-submit-button");m.removeAttr("data-ams-form-changed")}}}var j=c('INPUT[type="file"]',g).length>0;if(j){a.ajax.check(c.progressBar,a.baseURL+"ext/jquery-progressbar"+a.devext+".js");var i=c.extend({},{uuid:c.progressBar.submit(g)});k(g,i)}else{k(g,{})}});return false},initSubmit:function(g,f){var e=c(this);var h='<i class="fa fa-3x fa-gear fa-spin"></i>';if(!f){f=e.data("ams-form-submit-message")}if(f){h+="<strong>"+f+"</strong>"}c(g).html('<div class="row margin-20"><div class="text-center">'+h+"</div></div>");c(g).parents(".hidden").removeClass("hidden")},finalizeSubmitOnError:function(e){c("i",e).removeClass("fa-spin").removeClass("fa-gear").addClass("fa-ambulance")},initSubmitFooter:function(f){var e=c(this);var h='<i class="fa fa-3x fa-gear fa-spin"></i>';if(!f){f=c(this).data("ams-form-submit-message")}if(f){h+='<strong class="submit-message align-top padding-left-10 margin-top-10">'+f+"</strong>"}var g=c("footer",e);c("button",g).hide();g.append('<div class="row"><div class="text-center">'+h+"</div></div>")},finalizeSubmitFooter:function(){var e=c(this);var f=c("footer",e);if(f){c(".row",f).remove();c("button",f).show()}},_submitCallback:function(o,g,f,e){var i;if(e.is(":visible")){a.form.finalizeSubmitFooter.call(e);i=e.data("ams-submit-button");if(i){i.button("reset")}}var h=e.data();var l;if(h.amsFormDatatype){l=h.amsFormDatatype}else{var j=a.ajax.getResponse(f);l=j.content_type;o=j.data}var k;if(i){k=c(i.data("ams-form-submit-target")||h.amsFormSubmitTarget||"#content")}else{k=c(h.amsFormSubmitTarget||"#content")}switch(l){case"json":a.ajax.handleJSON(o,e,k);break;case"script":break;case"xml":break;case"html":case"text":default:if(i&&(i.data("ams-keep-modal")!==true)){a.dialog.close(e)}if(!k.exists()){k=c("body")}k.parents(".hidden").removeClass("hidden");c(".alert",k.parents(".alerts-container")).remove();k.css({opacity:"0.0"}).html(o).delay(50).animate({opacity:"1.0"},300);a.initContent(k);a.form.setFocus(k)}var m=f.getResponseHeader("X-AMS-Callback");if(m){var n=f.getResponseHeader("X-AMS-Callback-Options");a.executeFunctionByName(m,e,n===undefined?{}:JSON.parse(n),f)}},_getSubmitValidators:function(f){var e=[];var g=f.data("ams-form-validator");if(g){e.push([f,g])}c("[data-ams-form-validator]",f).each(function(){var h=c(this);e.push([h,h.data("ams-form-validator")])});return e},_checkSubmitValidators:function(g){var i=a.form._getSubmitValidators(g);if(!i.length){return true}var h=[];var n=true;for(var k=0;k<i.length;k++){var f=i[k];var e=f[0];var l=f[1];var m=a.executeFunctionByName(l,g,e);if(m===false){n=false}else{if(typeof(m)==="string"){h.push(m)}else{if(n.length&&(n.length>0)){h=h.concat(n)}}}}if(h.length>0){var j=h.length===1?a.i18n.ERROR_OCCURED:a.i18n.ERRORS_OCCURED;a.skin.alert(g,"danger",j,h);return false}else{return n}},showErrors:function(e,m){var i;if(typeof(m)==="string"){a.skin.alert(e,"error",a.i18n.ERROR_OCCURED,m)}else{if(m instanceof Array){i=m.length===1?a.i18n.ERROR_OCCURED:a.i18n.ERRORS_OCCURED;a.skin.alert(e,"error",i,m)}else{c(".state-error",e).removeClass("state-error");i=m.error_header||(m.widgets&&(m.widgets.length>1)?a.i18n.ERRORS_OCCURED:a.i18n.ERROR_OCCURED);var n=[];var l;if(m.messages){for(l=0;l<m.messages.length;l++){var f=m.messages[l];if(f.header){n.push("<strong>"+f.header+"</strong><br />"+f.message)}else{n.push(f.message||f)}}}if(m.widgets){for(l=0;l<m.widgets.length;l++){var g=m.widgets[l];var j=c('[name="'+g.name+'"]',e);j.parents("label:first").removeClassPrefix("state-").addClass("state-error").after('<span for="name" class="state-error">'+g.message+"</span>");if(g.label){n.push(g.label+" : "+g.message)}var k=j.parents(".tab-pane").index()+1;if(k>0){var h=c(".nav-tabs",c(j).parents(".tabforms"));c("li:nth-child("+k+")",h).removeClassPrefix("state-").addClass("state-error");c("li.state-error:first a",e).click()}}}a.skin.alert(e,m.error_level||"error",i,n,m.error_message)}}}};d.dialog={_shown_callbacks:[],registerShownCallback:function(h,f){var e;if(f){e=f.objectOrParentWithClass("modal-dialog")}var g;if(e&&e.exists()){g=e.data("shown-callbacks");if(g===undefined){g=[];e.data("shown-callbacks",g)}}else{g=a.dialog._shown_callbacks}if(g.indexOf(h)<0){g.push(h)}},_hide_callbacks:[],registerHideCallback:function(h,f){var e;if(f){e=f.objectOrParentWithClass("modal-dialog")}var g;if(e&&e.exists()){g=e.data("hide-callbacks");if(g===undefined){g=[];e.data("hide-callbacks",g)}}else{g=a.dialog._hide_callbacks}if(g.indexOf(h)<0){g.push(h)}},open:function(f,e){a.ajax.check(c.fn.modalmanager,a.baseURL+"ext/bootstrap-modalmanager"+a.devext+".js",function(){a.ajax.check(c.fn.modal.defaults,a.baseURL+"ext/bootstrap-modal"+a.devext+".js",function(j){if(j){c(document).off("click.modal");c.fn.modal.defaults.spinner=c.fn.modalmanager.defaults.spinner='<div class="loading-spinner" style="width: 200px; margin-left: -100px;"><div class="progress progress-striped active"><div class="progress-bar" style="width: 100%;"></div></div></div>'}var i;var h;if(typeof(f)==="string"){i={};h=f}else{i=f.data();h=f.attr("href")||i.amsUrl;var g=a.getFunctionByName(h);if(typeof(g)==="function"){h=g.call(f)}}if(!h){return}c("body").modalmanager("loading");if(h.indexOf("#")===0){c(h).modal("show")}else{c.ajax({url:h,type:"get",cache:i.amsAllowCache===undefined?false:i.amsAllowCache,data:e,success:function(n,m,l){c("body").modalmanager("removeLoading");var o=a.ajax.getResponse(l);var t=o.content_type;var u=o.data;switch(t){case"json":a.ajax.handleJSON(u,c(c(f).data("ams-json-target")||"#content"));break;case"script":break;case"xml":break;case"html":case"text":default:var p=c(u);var r=c(".modal-dialog",p.wrap("<div></div>").parent());var q=r.data();var s={overflow:q.amsModalOverflow||".modal-viewport",maxHeight:q.amsModalMaxHeight===undefined?function(){return c(window).height()-c(".modal-header",p).outerHeight(true)-c("footer",p).outerHeight(true)-85}:a.getFunctionByName(q.amsModalMaxHeight)};var k=c.extend({},s,q.amsModalOptions);k=a.executeFunctionByName(q.amsModalInitCallback,r,k)||k;c("<div>").addClass("modal fade").append(p).modal(k).on("shown",a.dialog.shown).on("hidden",a.dialog.hidden);a.initContent(p)}}})}})})},shown:function(m){function l(o){var p=c(".scrollmarker.top",f);var n=f.scrollTop();if(n>0){p.show()}else{p.hide()}var e=c(".scrollmarker.bottom",f);if(j+n>=f.get(0).scrollHeight){e.hide()}else{e.show()}}var k=m.target;var f=c(".modal-viewport",k);if(f.exists()){var j=parseInt(f.css("max-height"));var h=c.scrollbarWidth();if(f.height()===j){c("<div></div>").addClass("scrollmarker").addClass("top").css("top",0).css("width",f.width()-h).hide().appendTo(f);c("<div></div>").addClass("scrollmarker").addClass("bottom").css("top",j-20).css("width",f.width()-h).appendTo(f);f.scroll(l);f.off("resize").on("resize",l)}else{c(".scrollmarker",f).remove()}}var g;var i=c(".modal-dialog",k).data("shown-callbacks");if(i){for(g=0;g<i.length;g++){i[g].call(k)}}i=a.dialog._shown_callbacks;if(i){for(g=0;g<i.length;g++){i[g].call(k)}}a.form.setFocus(k)},close:function(f){var g=f.parents(".modal").data("modal");if(g){var e=c("body").data("modalmanager");if(e&&(e.getOpenModals().indexOf(g)>=0)){g.hide()}}},hidden:function(i){var h=i.target;a.skin.cleanContainer(h);var f;var g=c(".modal-dialog",h).data("hide-callbacks");if(g){for(f=0;f<g.length;f++){g[f].call(h)}}g=a.dialog._hide_callbacks;if(g){for(f=0;f<g.length;f++){g[f].call(h)}}}};d.helpers={select2ClearSelection:function(){var f=c(this);var e=f.parents("label");var g=f.data("ams-select2-target");c('[name="'+g+'"]',e).data("select2").val("")},select2FormatSelection:function(f,e){if(f instanceof Array){c(f).each(function(){if(typeof(this)==="object"){e.append(this.text)}else{e.append(this)}})}else{if(typeof(f)==="object"){e.append(f.text)}else{e.append(f)}}},select2QueryUrlResultsCallback:function(g,f,e){switch(g.status){case"error":a.skin.messageBox("error",{title:a.i18n.ERROR_OCCURED,content:"<h4>"+g.error_message+"</h4>",icon:"fa fa-warning animated shake",timeout:10000});break;case"modal":c(this).data("select2").dropdown.hide();a.dialog.open(g.location);break;default:return{results:g.results||g,more:g.has_more||false,context:g.context}}},select2QueryMethodSuccessCallback:function(i,g,h){var f=i.result;if(typeof(f)==="string"){try{f=JSON.parse(f)}catch(j){}}switch(f.status){case"error":a.skin.messageBox("error",{title:a.i18n.ERROR_OCCURED,content:"<h4>"+f.error_message+"</h4>",icon:"fa fa-warning animated shake",timeout:10000});break;case"modal":c(this).data("select2").dropdown.hide();a.dialog.open(f.location);break;default:h.callback({results:f.results||f,more:f.has_more||false,context:f.context})}},contextMenuHandler:function(h,i){var e=i.data();if(e.toggle==="modal"){a.dialog.open(i)}else{var f=i.attr("href")||e.amsUrl;if(!f||f.startsWith("javascript")||i.attr("target")){return}a.event.stop();var g=a.getFunctionByName(f);if(typeof(g)==="function"){f=g.call(i,h)}if(typeof(f)==="function"){f.call(i,h)}else{f=f.replace(/\%23/,"#");h=i.data("ams-target");if(h){a.form.confirmChangedForm(h,function(){a.skin.loadURL(f,h,i.data("ams-link-options"),i.data("ams-link-callback"))})}else{a.form.confirmChangedForm(function(){if(f.startsWith("#")){if(f!==location.hash){if(a.root.hasClass("mobile-view-activated")){a.root.removeClass("hidden-menu");window.setTimeout(function(){window.location.hash=f},150)}else{window.location.hash=f}}}else{window.location=f}})}}}},datetimepickerDialogHiddenCallback:function(){c(".datepicker, .timepicker, .datetimepicker",this).datetimepicker("destroy")}};d.plugins={init:function(f){a.plugins.initData(f);var g=[];c("[data-ams-plugins-disabled]",f).each(function(){var i=c(this).data("ams-plugins-disabled").split(/\s+/);for(var j=0;j<i.length;j++){g.push(i[j])}});c("[data-ams-plugins]",f).each(function(){var m=c(this);var i={};var k;if(typeof(m.data("ams-plugins"))==="string"){var n=m.data("ams-plugins").split(/\s+/);for(var j=0;j<n.length;j++){k=n[j];i[k]={src:m.data("ams-plugin-"+k+"-src"),css:m.data("ams-plugin-"+k+"-css"),callback:m.data("ams-plugin-"+k+"-callback"),register:m.data("ams-plugin-"+k+"-register"),async:m.data("ams-plugin-"+k+"-async")}}}else{i=m.data("ams-plugins")}for(k in i){if(a.plugins.enabled[k]===undefined){var l=i[k];a.getScript(l.src,function(){var q=l.callback;if(q){var p=a.getFunctionByName(q);if(l.register!==false){a.plugins.enabled[k]=p}}else{if(l.register!==false){a.plugins.enabled[k]=null}}var o=l.css;if(o){a.getCSS(o,k+"_css")}},{async:l.async===undefined?true:l.async})}}});for(var e in a.plugins.enabled){if(!a.plugins.enabled.hasOwnProperty(e)){continue}if(g.indexOf(e)>=0){continue}var h=a.plugins.enabled[e];if(typeof(h)==="function"){h(f)}}},initData:function(e){c("[data-ams-data]",e).each(function(){var g=c(this);var h=g.data("ams-data");if(h){for(var f in h){if(h.hasOwnProperty(f)){g.attr("data-"+f,h[f])}}}})},register:function(f,e,h){if(typeof(e)==="function"){h=e;e=null}e=e||f.name;if(a.plugins.enabled.indexOf(e)>=0){if(b.console){b.console.warn("Plugin "+e+" is already registered!")}return}if(typeof(f)==="object"){var g=f.src;if(g){a.ajax.check(f.callback,g,function(i){if(i){a.plugins.enabled[e]=a.getFunctionByName(f.callback);if(f.css){a.getCSS(f.css,e+"_css")}if(h){a.executeFunctionByName(h)}}})}else{a.plugins.enabled[e]=a.getFunctionByName(f.callback);if(f.css){a.getCSS(f.css,e+"_css")}if(h){a.executeFunctionByName(h)}}}else{if(typeof(f)==="function"){a.plugins.enabled[e]=f;if(h){a.executeFunctionByName(h)}}}},enabled:{hint:function(e){var f=c(".hint:not(:parents(.nohints))",e);if(f.length>0){a.ajax.check(c.fn.tipsy,a.baseURL+"ext/jquery-tipsy"+a.devext+".js",function(){a.getCSS(a.baseURL+"../css/ext/jquery-tipsy"+a.devext+".css","jquery-tipsy");f.each(function(){var k=c(this);var j=k.data();var h={html:j.amsHintHtml,title:a.getFunctionByName(j.amsHintTitleGetter)||function(){var l=c(this);return l.attr("original-title")||l.attr(j.amsHintTitleAttr||"title")||(j.amsHintHtml?l.html():l.text())},opacity:j.amsHintOpacity||0.95,gravity:j.amsHintGravity||"sw",offset:j.amsHintOffset||0};var g=c.extend({},h,j.amsHintOptions);g=a.executeFunctionByName(j.amsHintInitCallback,k,g)||g;var i=k.tipsy(g);a.executeFunctionByName(j.amsHintAfterInitCallback,k,i,g)})})}},contextMenu:function(e){var f=c(".context-menu",e);if(f.length>0){f.each(function(){var k=c(this);var j=k.data();var h={menuSelector:j.amsContextmenuSelector,menuSelected:a.helpers.contextMenuHandler};var g=c.extend({},h,j.amsContextmenuOptions);g=a.executeFunctionByName(j.amsContextmenuInitCallback,k,g)||g;var i=k.contextMenu(g);a.executeFunctionByName(j.amsContextmenuAfterInitCallback,k,i,g)})}},switcher:function(e){c("LEGEND.switcher",e).each(function(){var g=c(this);var f=g.parent("fieldset");var h=g.data();if(!h.amsSwitcher){c('<i class="fa fa-fw"></i>').prependTo(c(this)).addClass(h.amsSwitcherState==="open"?(h.amsSwitcherMinusClass||"fa-minus"):(h.amsSwitcherPlusClass||"fa-plus"));g.on("click",function(j){j.preventDefault();var i={};g.trigger("ams.switcher.before-switch",[g,i]);if(i.veto){return}if(f.hasClass("switched")){f.removeClass("switched");c(".fa",g).removeClass(h.amsSwitcherPlusClass||"fa-plus").addClass(h.amsSwitcherMinusClass||"fa-minus");g.trigger("ams.switcher.opened",[g]);var k=g.attr("id");if(k){c('legend.switcher[data-ams-switcher-sync="'+k+'"]',f).each(function(){var l=c(this);if(l.parents("fieldset").hasClass("switched")){l.click()}})}}else{f.addClass("switched");c(".fa",g).removeClass(h.amsSwitcherMinusClass||"fa-minus").addClass(h.amsSwitcherPlusClass||"fa-plus");g.trigger("ams.switcher.closed",[g])}});if(h.amsSwitcherState!=="open"){f.addClass("switched")}g.data("ams-switcher","on")}})},checker:function(e){c("LEGEND.checker",e).each(function(){var q=c(this);var r=q.parent("fieldset");var h=q.data();if(!h.amsChecker){var f=c('<label class="checkbox"></label>');var k=h.amsCheckerFieldname||("checker_"+a.generateId());var o=k.replace(/\./,"_");var i=h.amsCheckerHiddenPrefix;var j=null;var n=h.amsCheckerHiddenValueOn||"true";var l=h.amsCheckerHiddenValueOff||"false";var g=h.amsCheckerMarker||false;if(i){j=c('<input type="hidden">').attr("name",i+k).val(h.amsCheckerState==="on"?n:l).prependTo(q)}else{if(g){c('<input type="hidden">').attr("name",g).attr("value",1).prependTo(q)}}var p=c('<input type="checkbox">').attr("name",k).attr("id",o).data("ams-checker-hidden-input",j).data("ams-checker-init",true).val(h.amsCheckerValue||true).attr("checked",h.amsCheckerState==="on"?"checked":null);if(h.amsCheckerReadonly){p.attr("disabled","disabled")}else{p.on("change",function(u){u.preventDefault();var s={};var v=c(this).is(":checked");q.trigger("ams.checker.before-switch",[q,s]);if(s.veto){c(this).prop("checked",!v);return}a.executeFunctionByName(h.amsCheckerChangeHandler,q,v);if(!h.amsCheckerCancelDefault){var t=p.data("ams-checker-hidden-input");if(v){if(h.amsCheckerMode==="disable"){r.removeAttr("disabled")}else{r.removeClass("switched")}if(t){t.val(n)}c("[data-required]",r).attr("required","required");q.trigger("ams.checker.opened",[q])}else{if(h.amsCheckerMode==="disable"){r.prop("disabled","disabled")}else{r.addClass("switched")}if(t){t.val(l)}c("[data-required]",r).removeAttr("required");q.trigger("ams.checker.closed",[q])}}})}p.appendTo(f);c(">label",q).attr("for",p.attr("id"));f.append("<i></i>").prependTo(q);var m=c("[required]",r);m.attr("data-required",true);if(h.amsCheckerState==="on"){p.attr("checked",true)}else{if(h.amsCheckerMode==="disable"){r.attr("disabled","disabled")}else{r.addClass("switched")}m.removeAttr("required")}q.data("ams-checker","on")}})},slider:function(e){var f=c(".slider",e);if(f.length>0){a.ajax.check(c.fn.slider,a.baseURL+"ext/bootstrap-slider.min.js",function(){f.each(function(){var j=c(this);var k=j.data();var h={};var g=c.extend({},h,j.data.amsSliderOptions);g=a.executeFunctionByName(k.amsSliderInitCallback,j,g)||g;var i=j.slider(g);a.executeFunctionByName(k.amsSliderAfterInitCallback,j,i,g)})})}},draggable:function(f){var e=c(".draggable",f);if(e.length>0){e.each(function(){var g=c(this);var k=g.data();var i={containment:k.amsDraggableContainment,helper:a.getFunctionByName(k.amsDraggableHelper)||k.amsDraggableHelper,start:a.getFunctionByName(k.amsDraggableStart),stop:a.getFunctionByName(k.amsDraggableStop)};var h=c.extend({},i,k.amsDraggableOptions);h=a.executeFunctionByName(k.amsDraggableInitCallback,g,h)||h;var j=g.draggable(h);g.disableSelection();a.executeFunctionByName(k.amsDraggableAfterInitCallback,g,j,h)})}},sortable:function(e){var f=c(".sortable",e);if(f.length>0){f.each(function(){var k=c(this);var j=k.data();var h={items:j.amsSortableItems,handle:j.amsSortableHandle,connectWith:j.amsSortableConnectwith,start:a.getFunctionByName(j.amsSortableStart),over:a.getFunctionByName(j.amsSortableOver),containment:j.amsSortableContainment,placeholder:j.amsSortablePlaceholder,stop:a.getFunctionByName(j.amsSortableStop)};var g=c.extend({},h,j.amsSortableOptions);g=a.executeFunctionByName(j.amsSortableInitCallback,k,g)||g;var i=k.sortable(g);k.disableSelection();a.executeFunctionByName(j.amsSortableAfterInitCallback,k,i,g)})}},resizable:function(f){var e=c(".resizable",f);if(e.length>0){e.each(function(){var g=c(this);var k=g.data();var i={autoHide:k.amsResizableAutohide===false?true:k.amsResizableAutohide,containment:k.amsResizableContainment,grid:k.amsResizableGrid,handles:k.amsResizableHandles,start:a.getFunctionByName(k.amsResizableStart),stop:a.getFunctionByName(k.amsResizableStop)};var h=c.extend({},i,k.amsResizableOptions);h=a.executeFunctionByName(k.amsResizableInitCallback,g,h)||h;var j=g.resizable(h);g.disableSelection();a.executeFunctionByName(k.amsResizableAfterInitCallback,g,j,h)})}},typeahead:function(f){var e=c(".typeahead",f);if(e.length>0){a.ajax.check(c.fn.typeahead,a.baseURL+"ext/jquery-typeahead"+a.devext+".js",function(){e.each(function(){var g=c(this);var k=g.data();var i={};var h=c.extend({},i,k.amsTypeaheadOptions);h=a.executeFunctionByName(k.amsTypeaheadInitCallback,g,h)||h;var j=g.typeahead(h);a.executeFunctionByName(k.amsTypeaheadAfterInitCallback,g,j,h)})})}},select2:function(f){var e=c(".select2",f);if(e.length>0){a.ajax.check(c.fn.select2,a.baseURL+"ext/jquery-select2-3.5.2"+a.devext+".js",function(){e.each(function(){var g=c(this);var l=g.data();var j={placeholder:l.amsSelect2Placeholder,multiple:l.amsSelect2Multiple,minimumInputLength:l.amsSelect2MinimumInputLength||0,maximumSelectionSize:l.amsSelect2MaximumSelectionSize,openOnEnter:l.amsSelect2EnterOpen===undefined?true:l.amsSelect2EnterOpen,allowClear:l.amsSelect2AllowClear===undefined?true:l.amsSelect2AllowClear,width:l.amsSelect2Width||"100%",initSelection:a.getFunctionByName(l.amsSelect2InitSelection),formatSelection:l.amsSelect2FormatSelection===undefined?a.helpers.select2FormatSelection:a.getFunctionByName(l.amsSelect2FormatSelection),formatResult:a.getFunctionByName(l.amsSelect2FormatResult),formatMatches:l.amsSelect2FormatMatches===undefined?function(m){if(m===1){return a.i18n.SELECT2_MATCH}else{return m+a.i18n.SELECT2_MATCHES}}:a.getFunctionByName(l.amsSelect2FormatMatches),formatNoMatches:l.amsSelect2FormatResult===undefined?function(m){return a.i18n.SELECT2_NOMATCHES}:a.getFunctionByName(l.amsSelect2FormatResult),formatInputTooShort:l.amsSelect2FormatInputTooShort===undefined?function(m,o){var p=o-m.length;return a.i18n.SELECT2_INPUT_TOOSHORT.replace(/\{0\}/,p).replace(/\{1\}/,p===1?"":a.i18n.SELECT2_PLURAL)}:a.getFunctionByName(l.amsSelect2FormatInputTooShort),formatInputTooLong:l.amsSelect2FormatInputTooLong===undefined?function(o,m){var p=o.length-m;return a.i18n.SELECT2_INPUT_TOOLONG.replace(/\{0\}/,p).replace(/\{1\}/,p===1?"":a.i18n.SELECT2_PLURAL)}:a.getFunctionByName(l.amsSelect2FormatInputTooLong),formatSelectionTooBig:l.amsSelect2FormatSelectionTooBig===undefined?function(m){return a.i18n.SELECT2_SELECTION_TOOBIG.replace(/\{0\}/,m).replace(/\{1\}/,m===1?"":a.i18n.SELECT2_PLURAL)}:a.getFunctionByName(l.amsSelect2FormatSelectionTooBig),formatLoadMore:l.amsSelect2FormatLoadMore===undefined?function(m){return a.i18n.SELECT2_LOADMORE}:a.getFunctionByName(l.amsSelect2FormatLoadMore),formatSearching:l.amsSelect2FormatSearching===undefined?function(){return a.i18n.SELECT2_SEARCHING}:a.getFunctionByName(l.amsSelect2FormatSearching),separator:l.amsSelect2Separator||",",tokenSeparators:l.amsSelect2TokensSeparators||[","],tokenizer:a.getFunctionByName(l.amsSelect2Tokenizer)};switch(g.context.type){case"text":case"hidden":if(!j.initSelection){var h=g.data("ams-select2-values");if(h){j.initSelection=function(m,o){var n=[];c(m.val().split(j.separator)).each(function(){n.push({id:this,text:h[this]||this})});o(n)}}}break;default:break}if(g.attr("readonly")){if(g.attr("type")==="hidden"){j.query=function(){return[]}}}else{if(l.amsSelect2Query){j.query=a.getFunctionByName(l.amsSelect2Query);j.minimumInputLength=l.amsSelect2MinimumInputLength||1}else{if(l.amsSelect2QueryUrl){j.ajax={url:l.amsSelect2QueryUrl,quietMillis:l.amsSelect2QuietMillis||200,type:l.amsSelect2QueryType||"POST",dataType:l.amsSelect2QueryDatatype||"json",data:function(o,p,n){var m={};m[l.amsSelect2QueryParamName||"query"]=o;m[l.amsSelect2PageParamName||"page"]=p;m[l.amsSelect2ContextParamName||"context"]=n;return c.extend({},m,l.amsSelect2QueryOptions)},results:a.helpers.select2QueryUrlResultsCallback};j.minimumInputLength=l.amsSelect2MinimumInputLength||1}else{if(l.amsSelect2QueryMethod){j.query=function(m){var n={url:l.amsSelect2MethodTarget||a.jsonrpc.getAddr(),type:l.amsSelect2MethodType||"POST",cache:false,method:l.amsSelect2QueryMethod,params:l.amsSelect2QueryParams||{},success:function(p,o){return a.helpers.select2QueryMethodSuccessCallback.call(g,p,o,m)},error:a.error.show};n.params[l.amsSelect2QueryParamName||"query"]=m.term;n.params[l.amsSelect2PageParamName||"page"]=m.page;n.params[l.amsSelect2ContextParamName||"context"]=m.context;n=c.extend({},n,l.amsSelect2QueryOptions);n=a.executeFunctionByName(l.amsSelect2QueryInitCallback,g,n)||n;a.ajax.check(c.jsonRpc,a.baseURL+"ext/jquery-jsonrpc"+(a.devmode?".js":".min.js"),function(){c.jsonRpc(n)})};j.minimumInputLength=l.amsSelect2MinimumInputLength||1}else{if(l.amsSelect2Tags){j.tags=l.amsSelect2Tags}else{if(l.amsSelect2Data){j.data=l.amsSelect2Data}}}}}}if(l.amsSelect2EnableFreeTags){j.createSearchChoice=function(m){return{id:m,text:(l.amsSelect2FreeTagsPrefix||a.i18n.SELECT2_FREETAG_PREFIX)+m}}}var i=c.extend({},j,l.amsSelect2Options);i=a.executeFunctionByName(l.amsSelect2InitCallback,g,i)||i;var k=g.select2(i);a.executeFunctionByName(l.amsSelect2AfterInitCallback,g,k,i);if(g.hasClass("ordered")){a.ajax.check(c.fn.select2Sortable,a.baseURL+"ext/jquery-select2-sortable"+a.devext+".js",function(){g.select2Sortable({bindOrder:"sortableStop"})})}g.on("change",function(){var m=c(g.get(0).form).data("validator");if(m!==undefined){c(g).valid()}})})})}},maskedit:function(f){var e=c("[data-mask]",f);if(e.length>0){a.ajax.check(c.fn.mask,a.baseURL+"ext/jquery-maskedinput-1.3.1.min.js",function(){e.each(function(){var g=c(this);var k=g.data();var i={placeholder:k.amsMaskeditPlaceholder||"X"};var h=c.extend({},i,k.amsMaskeditOptions);h=a.executeFunctionByName(k.amsMaskeditInitCallback,g,h)||h;var j=g.mask(g.attr("data-mask"),h);a.executeFunctionByName(k.amsMaskeditAfterInitCallback,g,j,h)})})}},datepicker:function(e){var f=c(".datepicker",e);if(f.length>0){a.ajax.check(c.fn.datetimepicker,a.baseURL+"ext/jquery-datetimepicker"+a.devext+".js",function(g){if(g){a.getCSS(a.baseURL+"../css/ext/jquery-datetimepicker"+a.devext+".css","jquery-datetimepicker");a.dialog.registerHideCallback(a.helpers.datetimepickerDialogHiddenCallback)}f.each(function(){var h=c(this);var l=h.data();var j={lang:l.amsDatetimepickerLang||a.lang,format:l.amsDatetimepickerFormat||"d/m/y",datepicker:true,dayOfWeekStart:1,timepicker:false};var i=c.extend({},j,l.amsDatetimepickerOptions);i=a.executeFunctionByName(l.amsDatetimepickerInitCallback,h,i)||i;var k=h.datetimepicker(i);a.executeFunctionByName(l.amsDatetimepickerAfterInitCallback,h,k,i)})})}},datetimepicker:function(f){var e=c(".datetimepicker",f);if(e.length>0){a.ajax.check(c.fn.datetimepicker,a.baseURL+"ext/jquery-datetimepicker"+a.devext+".js",function(g){if(g){a.getCSS(a.baseURL+"../css/ext/jquery-datetimepicker"+a.devext+".css","jquery-datetimepicker");a.dialog.registerHideCallback(a.helpers.datetimepickerDialogHiddenCallback)}e.each(function(){var h=c(this);var l=h.data();var j={lang:l.amsDatetimepickerLang||a.lang,format:l.amsDatetimepickerFormat||"d/m/y H:i",datepicker:true,dayOfWeekStart:1,timepicker:true};var i=c.extend({},j,l.amsDatetimepickerOptions);i=a.executeFunctionByName(l.amsDatetimepickerInitCallback,h,i)||i;var k=h.datetimepicker(i);a.executeFunctionByName(l.amsDatetimepickerAfterInitCallback,h,k,i)})})}},timepicker:function(f){var e=c(".timepicker",f);if(e.length>0){a.ajax.check(c.fn.datetimepicker,a.baseURL+"ext/jquery-datetimepicker"+a.devext+".js",function(g){if(g){a.getCSS(a.baseURL+"../css/ext/jquery-datetimepicker"+a.devext+".css","jquery-datetimepicker");a.dialog.registerHideCallback(a.helpers.datetimepickerDialogHiddenCallback)}e.each(function(){var h=c(this);var l=h.data();var j={lang:l.amsDatetimepickerLang||a.lang,format:l.amsDatetimepickerFormat||"H:i",datepicker:false,timepicker:true};var i=c.extend({},j,l.amsDatetimepickerOptions);i=a.executeFunctionByName(l.amsDatetimepickerInitCallback,h,i)||i;var k=h.datetimepicker(i);a.executeFunctionByName(l.amsDatetimepickerAfterInitCallback,h,k,i)})})}},colorpicker:function(e){var f=c(".colorpicker",e);if(f.length>0){a.ajax.check(c.fn.minicolors,a.baseURL+"ext/jquery-minicolors"+a.devext+".js",function(g){if(g){a.getCSS(a.baseURL+"../css/ext/jquery-minicolors"+a.devext+".css","jquery-minicolors")}f.each(function(){var h=c(this);var l=h.data();var j={position:l.amsColorpickerPosition||h.closest("label.input").data("ams-colorpicker-position")||"bottom left"};var i=c.extend({},j,l.amsColorpickerOptions);i=a.executeFunctionByName(l.amsColorpickerInitCallback,h,i)||i;var k=h.minicolors(i);a.executeFunctionByName(l.amsDatetimepickerAfterInitCallback,h,k,i)})})}},validate:function(f){var e=c("FORM:not([novalidate])",f);if(e.length>0){a.ajax.check(c.fn.validate,a.baseURL+"ext/jquery-validate-1.11.1"+a.devext+".js",function(i){if(i){c.validator.setDefaults({highlight:function(j){c(j).closest(".form-group, label:not(:parents(.form-group))").addClass("state-error")},unhighlight:function(j){c(j).closest(".form-group, label:not(:parents(.form-group))").removeClass("state-error")},errorElement:"span",errorClass:"state-error",errorPlacement:function(k,l){var j=l.parents("label:first");if(j.length){k.insertAfter(j)}else{k.insertAfter(l)}}});if(a.plugins.i18n){for(var g in a.plugins.i18n.validate){if(!a.plugins.i18n.validate.hasOwnProperty(g)){continue}var h=a.plugins.i18n.validate[g];if((typeof(h)==="string")&&(h.indexOf("{0}")>-1)){a.plugins.i18n.validate[g]=c.validator.format(h)}}c.extend(c.validator.messages,a.plugins.i18n.validate)}}e.each(function(){var m=c(this);var n=m.data();var k={ignore:null,submitHandler:m.attr("data-async")!==undefined?n.amsFormSubmitHandler===undefined?function(){c(".state-error",m).removeClass("state-error");a.ajax.check(c.fn.ajaxSubmit,a.baseURL+"ext/jquery-form-3.49"+a.devext+".js");return a.form.submit(m)}:a.getFunctionByName(n.amsFormSubmitHandler):undefined,invalidHandler:m.attr("data-async")!==undefined?n.amsFormInvalidHandler===undefined?function(s,r){c(".state-error",m).removeClass("state-error");for(var p=0;p<r.errorList.length;p++){var o=r.errorList[p];var q=c(o.element).parents(".tab-pane").index()+1;if(q>0){var t=c(".nav-tabs",c(o.element).parents(".tabforms"));c("li:nth-child("+q+")",t).removeClassPrefix("state-").addClass("state-error");c("li.state-error:first a",t).click()}}}:a.getFunctionByName(n.amsFormInvalidHandler):undefined};var j=c.extend({},k,n.amsValidateOptions);j=a.executeFunctionByName(n.amsValidateInitCallback,m,j)||j;var l=m.validate(j);a.executeFunctionByName(n.amsValidateAfterInitCallback,m,l,j)})})}},datatable:function(f){var e=c(".datatable",f);if(e.length>0){a.ajax.check(c.fn.dataTable,a.baseURL+"ext/jquery-dataTables-1.9.4"+a.devext+".js",function(g){c(e).each(function(){a.ajax.check(c.fn.dataTableExt.oPagination.bootstrap_full,a.baseURL+"myams-dataTables"+a.devext+".js");var D=c(this);var H=D.data();var F=(H.amsDatatableExtensions||"").split(/\s+/);var m=H.amsDatatableSdom||"W"+((F.indexOf("colreorder")>=0||F.indexOf("colreorderwithresize")>=0)?"R":"")+"<'dt-top-row'"+(F.indexOf("colvis")>=0?"C":"")+((H.amsDatatablePagination===false||H.amsDatatablePaginationSize===false)?"":"L")+(H.amsDatatableGlobalFilter===false?"":"F")+">r<'dt-wrapper't"+(F.indexOf("scroller")>=0?"S":"")+"><'dt-row dt-bottom-row'<'row'<'col-sm-6'"+(H.amsDatatableInformation===false?"":"i")+"><'col-sm-6 text-right'p>>";var p;var i=H.amsDatatableSorting;if(typeof(i)==="string"){var G=i.split(";");i=[];for(p=0;p<G.length;p++){var x=G[p].split(",");x[0]=parseInt(x[0]);i.push(x)}}var h=[];var t=c("th",D).listattr("data-ams-datatable-stype");for(p=0;p<t.length;p++){var s=t[p];if(s){var j=h[p]||{};j.sType=s;h[p]=j}}var z={bJQueryUI:false,bFilter:H.amsDatatableGlobalFilter!==false,bPaginate:H.amsDatatablePagination!==false,bInfo:H.amsDatatableInfo!==false,bSort:H.amsDatatableSort!==false,aaSorting:i,aoColumns:h.length>0?h:undefined,bDeferRender:true,bAutoWidth:false,iDisplayLength:H.amsDatatableDisplayLength||25,sPaginationType:H.amsDatatablePaginationType||"bootstrap_full",sDom:m,oLanguage:a.plugins.i18n.datatables,fnInitComplete:function(K,J){c(".ColVis_Button").addClass("btn btn-default btn-sm").html((a.plugins.i18n.datatables.sColumns||"Columns")+' <i class="fa fa-fw fa-caret-down"></i>')}};var E=c.extend({},z,H.amsDatatableOptions);if(F.length>0){for(p=0;p<F.length;p++){switch(F[p]){case"autofill":a.ajax.check(c.fn.dataTable.AutoFill,a.baseURL+"ext/jquery-dataTables-autoFill"+a.devext+".js");break;case"columnfilter":a.ajax.check(c.fn.columnFilter,a.baseURL+"ext/jquery-dataTables-columnFilter"+a.devext+".js");break;case"colreorder":a.ajax.check(c.fn.dataTable.ColReorder,a.baseURL+"ext/jquery-dataTables-colReorder"+a.devext+".js");break;case"colreorderwithresize":a.ajax.check(c.fn.dataTable.ColReorder,a.baseURL+"ext/jquery-dataTables-colReorderWithResize"+a.devext+".js");break;case"colvis":a.ajax.check(c.fn.dataTable.ColVis,a.baseURL+"ext/jquery-dataTables-colVis"+a.devext+".js");var u={activate:"click",sAlign:"right"};E.oColVis=c.extend({},u,H.amsDatatableColvisOptions);break;case"editable":a.ajax.check(c.fn.editable,a.baseURL+"ext/jquery-jeditable"+a.devext+".js");a.ajax.check(c.fn.makeEditable,a.baseURL+"ext/jquery-dataTables-editable"+a.devext+".js");break;case"fixedcolumns":a.ajax.check(c.fn.dataTable.FixedColumns,a.baseURL+"ext/jquery-dataTables-fixedColumns"+a.devext+".js");break;case"fixedheader":a.ajax.check(c.fn.dataTable.FixedHeader,a.baseURL+"ext/jquery-dataTables-fixedHeader"+a.devext+".js");break;case"keytable":a.ajax.check(window.KeyTable,a.baseURL+"ext/jquery-dataTables-keyTable"+a.devext+".js");break;case"rowgrouping":a.ajax.check(c.fn.rowGrouping,a.baseURL+"ext/jquery-dataTables-rowGrouping"+a.devext+".js");break;case"rowreordering":a.ajax.check(c.fn.rowReordering,a.baseURL+"ext/jquery-dataTables-rowReordering"+a.devext+".js");break;case"scroller":a.ajax.check(c.fn.dataTable.Scroller,a.baseURL+"ext/jquery-dataTables-scroller"+a.devext+".js");break;default:break}}}E=a.executeFunctionByName(H.amsDatatableInitCallback,D,E)||E;try{var l=D.dataTable(E);a.executeFunctionByName(H.amsDatatableAfterInitCallback,D,l,E);if(F.length>0){for(p=0;p<F.length;p++){switch(F[p]){case"autofill":var I=c.extend({},H.amsDatatableAutofillOptions,E.autofill);I=a.executeFunctionByName(H.amsDatatableAutofillInitCallback,D,I)||I;D.data("ams-autofill",H.amsDatatableAutofillConstructor===undefined?new c.fn.dataTable.AutoFill(D,I):a.executeFunctionByName(H.amsDatatableAutofillConstructor,D,l,I));break;case"columnfilter":var o={sPlaceHolder:"head:after"};var q=c.extend({},o,H.amsDatatableColumnfilterOptions,E.columnfilter);q=a.executeFunctionByName(H.amsDatatableColumnfilterInitCallback,D,q)||q;D.data("ams-columnfilter",H.amsDatatableColumnfilterConstructor===undefined?l.columnFilter(q):a.executeFunctionByName(H.amsDatatableColumnfilterConstructor,D,l,q));break;case"editable":var r=c.extend({},H.amsDatatableEditableOptions,E.editable);r=a.executeFunctionByName(H.amsDatatableEditableInitCallback,D,r)||r;D.data("ams-editable",H.amsDatatableEditableConstructor===undefined?D.makeEditable(r):a.executeFunctionByName(H.amsDatatableEditableConstructor,D,l,r));break;case"fixedcolumns":var k=c.extend({},H.amsDatatableFixedcolumnsOptions,E.fixedcolumns);k=a.executeFunctionByName(H.amsDatatableFixedcolumnsInitCallback,D,k)||k;D.data("ams-fixedcolumns",H.amsDatatableFixedcolumnsConstructor===undefined?new c.fn.dataTable.FixedColumns(D,k):a.executeFunctionByName(H.amsDatatableFixedcolumnsConstructor,D,l,k));break;case"fixedheader":var A=c.extend({},H.amsDatatableFixedheaderOptions,E.fixedheader);A=a.executeFunctionByName(H.amsDatatableFixedheadeInitCallback,D,A)||A;D.data("ams-fixedheader",H.amsDatatableFixedheaderConstructor===undefined?new c.fn.dataTable.FixedHeader(D,A):a.executeFunctionByName(H.amsDatatableFixedheaderConstructor,D,l,A));break;case"keytable":var n={table:D.get(0),datatable:l};var y=c.extend({},n,H.amsDatatableKeytableOptions,E.keytable);y=a.executeFunctionByName(H.amsDatatableKeytableInitCallback,D,y)||y;D.data("ams-keytable",H.amsDatatableKeytableConstructor===undefined?new KeyTable(y):a.executeFunctionByName(H.amsDatatableKeytableConstructor,D,l,y));break;case"rowgrouping":var w=c.extend({},H.amsDatatableRowgroupingOptions,E.rowgrouping);w=a.executeFunctionByName(H.amsDatatableRowgroupingInitCallback,D,w)||w;D.data("ams-rowgrouping",H.amsDatatableRowgroupingConstructor===undefined?D.rowGrouping(w):a.executeFunctionByName(H.amsDatatableRowgroupingConstructor,D,l,w));break;case"rowreordering":var v=c.extend({},H.amsDatatableRowreorderingOptions,E.rowreordering);v=a.executeFunctionByName(H.amsDatatableRowreorderingInitCallback,D,v)||v;D.data("ams-rowreordering",H.amsDatatableRowreorderingConstructor===undefined?D.rowReordering(v):a.executeFunctionByName(H.amsDatatableRowreorderingConstructor,D,l,v));break;default:break}}}var B=(H.amsDatatableFinalizeCallback||"").split(/\s+/);if(B.length>0){for(p=0;p<B.length;p++){a.executeFunctionByName(B[p],D,l,E)}}}catch(C){}})})}},tablednd:function(f){var e=c(".table-dnd",f);if(e.length>0){a.ajax.check(c.fn.tableDnD,a.baseURL+"ext/jquery-tablednd"+a.devext+".js",function(g){e.each(function(){var k=c(this);c(k).on("mouseover","tr",function(){c(this.cells[0]).addClass("drag-handle")}).on("mouseout","tr",function(){c(this.cells[0]).removeClass("drag-handle")});var l=k.data();var i={onDragClass:l.amsTabledndDragClass||"dragging-row",onDragStart:l.amsTabledndDragStart,dragHandle:l.amsTabledndDragHandle,scrollAmount:l.amsTabledndScrollAmount,onAllowDrop:l.amsTabledndAllowDrop,onDrop:l.amsTabledndDrop||function(o,q){var n=l.amsTabledndDropTarget;if(n){var m=[];c(o.rows).each(function(){var r=c(this).data("ams-element-name");if(r){m.push(r)}});var p=a.getFunctionByName(n);if(typeof(p)==="function"){p.call(k,o,m)}else{a.ajax.post(n,{names:JSON.stringify(m)})}}return false}};var h=c.extend({},i,l.amsTabledndOptions);h=a.executeFunctionByName(l.amsTabledndInitCallback,k,h)||h;var j=k.tableDnD(h);a.executeFunctionByName(l.amsTabledndAfterInitCallback,k,j,h)})})}},imgareaselect:function(f){var e=c(".imgareaselect",f);if(e.length>0){a.ajax.check(c.fn.imgAreaSelect,a.baseURL+"ext/jquery-imgareaselect-0.9.10"+a.devext+".js",function(g){if(g){a.getCSS(a.baseURL+"../css/ext/jquery-imgareaselect"+a.devext+".css")}e.each(function(){var m=c(this);var l=m.data();var j=l.amsImgareaselectParent?m.parents(l.amsImgareaselectParent):"body";var i={instance:true,handles:true,parent:j,x1:l.amsImgareaselectX1||0,y1:l.amsImgareaselectY1||0,x2:l.amsImgareaselectX2||l.amsImgareaselectImageWidth,y2:l.amsImgareaselectY2||l.amsImgareaselectImageHeight,imageWidth:l.amsImgareaselectImageWidth,imageHeight:l.amsImgareaselectImageHeight,minWidth:128,minHeight:128,aspectRatio:l.amsImgareaselectRatio,onSelectEnd:a.getFunctionByName(l.amsImgareaselectSelectEnd)||function(n,o){var p=l.amsImgareaselectTargetField||"image_";c('input[name="'+p+'x1"]',j).val(o.x1);c('input[name="'+p+'y1"]',j).val(o.y1);c('input[name="'+p+'x2"]',j).val(o.x2);c('input[name="'+p+'y2"]',j).val(o.y2)}};var h=c.extend({},i,l.amsImgareaselectOptions);h=a.executeFunctionByName(l.amsImgareaselectInitCallback,m,h)||h;var k=m.imgAreaSelect(h);a.executeFunctionByName(l.amsImgareaselectAfterInitCallback,m,k,h);setTimeout(function(){k.update()},250)})})}},fancybox:function(e){var f=c(".fancybox",e);if(f.length>0){a.ajax.check(c.fn.fancybox,a.baseURL+"ext/jquery-fancybox-2.1.5"+a.devext+".js",function(g){if(g){a.getCSS(a.baseURL+"../css/ext/jquery-fancybox-2.1.5"+a.devext+".css")}f.each(function(){var h=c(this);var o=h.data();var n=(o.amsFancyboxHelpers||"").split(/\s+/);if(n.length>0){for(var i=0;i<n.length;i++){var m=n[i];switch(m){case"buttons":a.ajax.check(c.fancybox.helpers.buttons,a.baseURL+"ext/fancybox-helpers/fancybox-buttons"+a.devext+".js");break;case"thumbs":a.ajax.check(c.fancybox.helpers.thumbs,a.baseURL+"ext/fancybox-helpers/fancybox-thumbs"+a.devext+".js");break;case"media":a.ajax.check(c.fancybox.helpers.media,a.baseURL+"ext/fancybox-helpers/fancybox-media"+a.devext+".js");break;default:break}}}var k={type:o.amsFancyboxType,padding:o.amsFancyboxPadding||10,margin:o.amsFancyboxMargin||10,beforeLoad:a.getFunctionByName(o.amsFancyboxBeforeLoad)||function(){this.title=a.executeFunctionByName(o.amsFancyboxTitleGetter,this)||c(this.element).attr("original-title")||c(this.element).attr("title")},helpers:{title:{type:"inside"}}};var j=c.extend({},k,o.amsFancyboxOptions);j=a.executeFunctionByName(o.amsFancyboxInitCallback,h,j)||j;var l=h.fancybox(j);a.executeFunctionByName(o.amsFancyboxAfterInitCallback,h,l,j)})})}},graphs:function(f){var e=c(".sparkline",f);if(e.length>0){a.ajax.check(a.graphs,a.baseURL+"myams-graphs"+a.devext+".js",function(){a.graphs.init(e)})}},scrollbars:function(e){var f=c(".scrollbar",e);if(f.length>0){a.ajax.check(c.event.special.mousewheel,a.baseURL+"ext/jquery-mousewheel.min.js",function(){a.ajax.check(c.fn.mCustomScrollbar,a.baseURL+"ext/jquery-mCustomScrollbar"+a.devext+".js",function(g){if(g){a.getCSS(a.baseURL+"../css/ext/jquery-mCustomScrollbar.css","jquery-mCustomScrollbar")}f.each(function(){var l=c(this);var k=l.data();var i={theme:k.amsScrollbarTheme||"light"};var h=c.extend({},i,k.amsScrollbarOptions);h=a.executeFunctionByName(k.amsScrollbarInitCallback,l,h)||h;var j=l.mCustomScrollbar(h);a.executeFunctionByName(k.amsScrollbarAfterInitCallback,l,j,h)})})})}}}};d.callbacks={init:function(e){c("[data-ams-callback]",e).each(function(){var f=this;var g=c(f).data();var h=a.getFunctionByName(g.amsCallback);if(h===undefined){if(g.amsCallbackSource){a.getScript(g.amsCallbackSource,function(){a.executeFunctionByName(g.amsCallback,f,g.amsCallbackOptions)})}else{if(b.console){b.console.warn("Undefined callback: "+g.amsCallback)}}}else{h.call(f,g.amsCallbackOptions)}})},alert:function(m){var h=c(this).data();var e=c.extend({},m,h.amsAlertOptions);var k=c(h.amsAlertParent||e.parent||this);var g=h.amsAlertStatus||e.status||"info";var i=h.amsAlertHeader||e.header;var l=h.amsAlertMessage||e.message;var j=h.amsAlertSubtitle||e.subtitle;var f=h.amsAlertMargin===undefined?(e.margin===undefined?false:e.margin):h.amsAlertMargin;a.skin.alert(k,g,i,l,j,f)},messageBox:function(f){var i=c(this).data();var h=c.extend({},f,i.amsMessageboxOptions);var g=c.extend({},h,{title:i.amsMessageboxTitle||h.title||"",content:i.amsMessageboxContent||h.content||"",icon:i.amsMessageboxIcon||h.icon,number:i.amsMessageboxNumber||h.number,timeout:i.amsMessageboxTimeout||h.timeout});var e=i.amsMessageboxStatus||h.status||"info";var j=a.getFunctionByName(i.amsMessageboxCallback||h.callback);a.skin.messageBox(e,g,j)},smallBox:function(f){var i=c(this).data();var h=c.extend({},f,i.amsSmallboxOptions);var g=c.extend({},h,{title:i.amsSmallboxTitle||h.title||"",content:i.amsSmallboxContent||h.content||"",icon:i.amsSmallboxIcon||h.icon,iconSmall:i.amsSmallboxIconSmall||h.iconSmall,timeout:i.amsSmallboxTimeout||h.timeout});var e=i.amsSmallboxStatus||h.status||"info";var j=a.getFunctionByName(i.amsSmallboxCallback||h.callback);a.skin.smallBox(e,g,j)}};d.events={init:function(e){c("[data-ams-events-handlers]",e).each(function(){var g=c(this);var f=g.data("ams-events-handlers");if(f){for(var h in f){if(f.hasOwnProperty(h)){g.on(h,a.getFunctionByName(f[h]))}}}})}};d.container={changeOrder:function(f,g){var e=c('input[name="'+c(this).data("ams-input-name")+'"]',c(this));e.val(g.join(";"))},deleteElement:function(e){return function(){var f=c(this);d.skin.bigBox({title:a.i18n.WARNING,content:'<i class="text-danger fa fa-2x fa-bell shake animated"></i>&nbsp; '+a.i18n.DELETE_WARNING,buttons:a.i18n.BTN_OK_CANCEL},function(i){if(i===a.i18n.BTN_OK){var k=f.parents("table");var h=k.data("ams-location")||"";var l=f.parents("tr");var j=l.data("ams-delete-target")||k.data("ams-delete-target")||"delete-element.json";var g=l.data("ams-element-name");d.ajax.post(h+"/"+j,{object_name:g},function(m,n){if(m.status==="success"){if(k.hasClass("datatable")){k.dataTable().fnDeleteRow(l[0])}else{l.remove()}}})}})}}};d.skin={_setPageHeight:function(){var g=c("#main").height();var e=a.left_panel.height();var f=c(window).height()-a.navbar_height;if(g>f){a.left_panel.css("min-height",g);a.root.css("min-height",g+a.navbar_height)}else{a.left_panel.css("min-height",f);a.root.css("min-height",f)}},_checkMobileWidth:function(){if(c(window).width()<979){a.root.addClass("mobile-view-activated")}else{if(a.root.hasClass("mobile-view-activated")){a.root.removeClass("mobile-view-activated")}}},_showShortcutButtons:function(){a.shortcuts.animate({height:"show"},200,"easeOutCirc");a.root.addClass("shortcut-on")},_hideShortcutButtons:function(){a.shortcuts.animate({height:"hide"},300,"easeOutCirc");a.root.removeClass("shortcut-on")},checkNotification:function(){var e=c("#activity > .badge");if(parseInt(e.text())>0){e.removeClass("hidden").addClass("bg-color-red bounceIn animated")}else{e.addClass("hidden").removeClass("bg-color-red bounceIn animated")}},_initDesktopWidgets:function(e){if(a.enable_widgets){var f=c(".ams-widget",e);if(f.length>0){a.ajax.check(c.fn.MyAMSWidget,a.baseURL+"myams-widgets"+a.devext+".js",function(){f.each(function(){var j=c(this);var i=j.data();var h={deleteSettingsKey:"#deletesettingskey-options",deletePositionKey:"#deletepositionkey-options"};var g=c.extend({},h,i.amsWidgetOptions);g=a.executeFunctionByName(i.amsWidgetInitcallback,j,g)||g;j.MyAMSWidget(g)});b.MyAMSWidget.initWidgetsGrid(c(".ams-widget-grid",e))})}}},_initMobileWidgets:function(e){if(a.enable_mobile&&a.enable_widgets){a.skin._initDesktopWidgets(e)}},alert:function(l,f,g,m,k,e){c(".alert",l).remove();if(f==="error"){f="danger"}var i='<div class="'+(e?"margin-10":"")+" alert alert-block alert-"+f+' fade in"><a class="close" data-dismiss="alert"><i class="fa fa-check"></i></a><h4 class="alert-heading"><i class="fa fa-fw fa-warning"></i> '+g+"</h4>"+(k?("<p>"+k+"</p>"):"");if(typeof(m)==="string"){i+="<ul><li>"+m+"</li></ul>"}else{if(m){i+="<ul>";for(var h in m){if(!c.isNumeric(h)){continue}i+="<li>"+m[h]+"</li>"}i+="</ul>"}}i+="</div>";var j=c(i).prependTo(l);if(l.exists){a.ajax.check(c.scrollTo,a.baseURL+"ext/jquery-scrollTo.min.js",function(){c.scrollTo(l,{offset:{top:-50}})})}},bigBox:function(e,f){a.ajax.check(a.notify,a.baseURL+"myams-notify"+a.devext+".js",function(){a.notify.messageBox(e,f)})},messageBox:function(e,f,g){if(typeof(e)==="object"){g=f;f=e||{};e="info"}a.ajax.check(a.notify,a.baseURL+"myams-notify"+a.devext+".js",function(){switch(e){case"error":case"danger":f.color="#C46A69";break;case"warning":f.color="#C79121";break;case"success":f.color="#739E73";break;default:f.color=f.color||"#3276B1"}f.sound=false;a.notify.bigBox(f,g)})},smallBox:function(e,f,g){if(typeof(e)==="object"){g=f;f=e||{};e="info"}a.ajax.check(a.notify,a.baseURL+"myams-notify"+a.devext+".js",function(){switch(e){case"error":case"danger":f.color="#C46A69";break;case"warning":f.color="#C79121";break;case"success":f.color="#739E73";break;default:f.color=f.color||"#3276B1"}f.sound=false;a.notify.smallBox(f,g)})},_drawBreadCrumb:function(){var e=c("#ribbon OL.breadcrumb");e.empty().append(c("<li></li>").append(c("<a></a>").text(a.i18n.HOME).attr("href",c('nav a[href!="#"]:first').attr("href"))));c("nav LI.active >A").each(function(){var h=c(this);var f=c.trim(h.clone().children(".badge").remove().end().text());var g=c("<li></li>").append(h.attr("href").replace(/^#/,"")?c("<a></a>").html(f).attr("href",h.attr("href")):f);e.append(g)})},checkURL:function(){function e(k){c("nav .active").removeClass("active");k.addClass("open").addClass("active");k.parents("li").addClass("open active").children("ul").addClass("active").show();k.parents("li:first").removeClass("open");k.parents("ul").addClass(k.attr("href").replace(/^#/,"")?"active":"").show()}var i;var h=location.hash;var g=h.replace(/^#/,"");if(g){var f=c("#content");if(!f.exists()){f=c("body")}i=c('nav A[href="'+h+'"]');if(i.exists()){e(i)}a.skin.loadURL(g,f);document.title=c("[data-ams-page-title]:first",f).data("ams-page-title")||i.attr("title")||document.title}else{var j=c("[data-ams-active-menu]").data("ams-active-menu");if(j){i=c('nav A[href="'+j+'"]')}else{i=c('nav >UL >LI >A[href!="#"]').first()}if(i.exists()){e(i);if(j){a.skin._drawBreadCrumb()}else{window.location.hash=i.attr("href")}}}},_clean_callbacks:[],registerCleanCallback:function(f){var e=a.skin._clean_callbacks;if(e.indexOf(f)<0){e.push(f)}},cleanContainer:function(e){var g=a.skin._clean_callbacks;for(var f=0;f<g.length;f++){g[f].call(e)}},loadURL:function(g,e,f,j){if(g.startsWith("#")){g=g.substr(1)}if(typeof(f)==="function"){j=f;f={}}e=c(e);var i={type:"GET",url:g,dataType:"html",cache:false,beforeSend:function(){a.skin.cleanContainer(e);e.html('<h1 class="loading"><i class="fa fa-cog fa-spin"></i> Loading... </h1>');if(e[0]===c("#content")[0]){a.skin._drawBreadCrumb();document.title=c(".breadcrumb LI:last-child").text();c("html, body").animate({scrollTop:0},"fast")}else{e.animate({scrollTop:0},"fast")}},success:function(o,l,n){if(j){a.executeFunctionByName(j,this,o,l,n,f)}else{var m=a.ajax.getResponse(n);var p=m.content_type;var k=m.data;c(".loading",e).remove();switch(p){case"json":a.ajax.handleJSON(k,e);break;case"script":break;case"xml":break;case"html":case"text":default:e.parents(".hidden").removeClass("hidden");c(".alert",e.parents(".alerts-container")).remove();e.css({opacity:"0.0"}).html(o).removeClass("hidden").delay(50).animate({opacity:"1.0"},300);a.initContent(e);a.form.setFocus(e)}if(f&&f.afterLoadCallback){a.executeFunctionByName(f.afterLoadCallback,this)}}},error:function(m,l,k){e.html('<h3 class="error"><i class="fa fa-warning txt-color-orangeDark"></i> '+a.i18n.ERROR+k+"</h3>"+m.responseText)},async:false};var h=c.extend({},i,f);c.ajax(h)},setLanguage:function(f){var h=f.lang;var g=f.handler_type||"json";switch(g){case"json":var i=f.method||"setUserLanguage";a.jsonrpc.post(i,{lang:h},function(){window.location.reload(true)});break;case"ajax":var e=f.href||"setUserLanguage";a.ajax.post(e,{lang:h},function(){window.location.reload(true)});break}},logout:function(){window.location=a.loginURL}};d.stats={logEvent:function(f,g,e){if(typeof(b._gaq)==="undefined"){return}if(typeof(f)==="object"){g=f.action;e=f.label;f=f.category}b._gaq.push(["_trackEvent",f,g,e])}};d.initPage=function(){var e=c("body");a.root=e;a.left_panel=c("#left-panel");a.shortcuts=c("#shortcut");a.plugins.initData(e);var f=c.ajaxSettings.xhr;c.ajaxSetup({progress:a.ajax.progress,progressUpload:a.ajax.progress,xhr:function(){var h=f();if(h&&(typeof(h.addEventListener)==="function")){var g=this;h.addEventListener("progress",function(i){g.progress(i)},false)}return h}});c(document).ajaxStart(a.ajax.start);c(document).ajaxStop(a.ajax.stop);c(document).ajaxError(a.error.ajax);if(!a.isMobile){a.root.addClass("desktop-detected");a.device="desktop"}else{a.root.addClass("mobile-detected");a.device="mobile";if(a.enable_fastclick){a.ajax.check(c.fn.noClickDelay,a.baseURL+"/ext/jquery-smartclick"+a.devext+".js",function(){c("NAV UL A").noClickDelay();c("#hide-menu A").noClickDelay()})}}c("#hide-menu >:first-child > A").click(function(g){e.toggleClass("hidden-menu");g.preventDefault()});c("#show-shortcut").click(function(g){if(a.shortcuts.is(":visible")){a.skin._hideShortcutButtons()}else{a.skin._showShortcutButtons()}g.preventDefault()});a.shortcuts.click(function(g){a.skin._hideShortcutButtons()});c(document).mouseup(function(g){if(!a.shortcuts.is(g.target)&&a.shortcuts.has(g.target).length===0){a.skin._hideShortcutButtons()}});c("#search-mobile").click(function(){a.root.addClass("search-mobile")});c("#cancel-search-js").click(function(){a.root.removeClass("search-mobile")});c("#activity").click(function(h){var g=c(this);var i=g.next(".ajax-dropdown");if(!i.is(":visible")){i.css("left",g.position().left-i.innerWidth()/2+g.innerWidth()/2).fadeIn(150);g.addClass("active")}else{i.fadeOut(150);g.removeClass("active")}h.preventDefault()});a.skin.checkNotification();c(document).mouseup(function(g){var h=c(".ajax-dropdown");if(!h.is(g.target)&&h.has(g.target).length===0){h.fadeOut(150).prev().removeClass("active")}});c('input[name="activity"]').change(function(){var h=c(this).data("ams-url");var g=c(".ajax-notifications");a.skin.loadURL(h,g)});c("#logout a").click(function(g){g.preventDefault();g.stopPropagation();a.loginURL=c(this).attr("href");a.skin.bigBox({title:"<i class='fa fa-sign-out txt-color-orangeDark'></i> "+a.i18n.LOGOUT+" <span class='txt-color-orangeDark'><strong>"+c("#show-shortcut").text()+"</strong></span> ?",content:a.i18n.LOGOUT_COMMENT,buttons:"["+a.i18n.BTN_NO+"]["+a.i18n.BTN_YES+"]"},function(h){if(h===a.i18n.BTN_YES){a.root.addClass("animated fadeOutUp");setTimeout(a.skin.logout,1000)}})});c("NAV UL").myams_menu({accordion:true,speed:a.menu_speed});c(".minifyme").click(function(g){c("BODY").toggleClass("minified");c(this).effect("highlight",{},500);g.preventDefault()});c("#refresh").click(function(g){a.skin.bigBox({title:"<i class='fa fa-refresh' style='color: green'></i> "+a.i18n.CLEAR_STORAGE_TITLE,content:a.i18n.CLEAR_STORAGE_CONTENT,buttons:"["+a.i18n.BTN_CANCEL+"]["+a.i18n.BTN_OK+"]"},function(h){if(h===a.i18n.BTN_OK&&localStorage){localStorage.clear();location.reload()}});g.preventDefault()});e.on("click",function(h){var g=c(this);if(!g.is(h.target)&&g.has(h.target).length===0&&c(".popover").has(h.target).length===0){g.popover("hide")}});a.ajax.check(c.resize,a.baseURL+"ext/jquery-resize"+a.devext+".js",function(){c("#main").resize(function(){a.skin._setPageHeight();a.skin._checkMobileWidth()});c("nav").resize(function(){a.skin._setPageHeight()})});if(a.ajax_nav){c(document).on("click",'a[href="#"]',function(g){g.preventDefault()});c(document).on("click",'a[href!="#"]:not([data-toggle]), [data-ams-url]:not([data-toggle])',function(k){var i=c(k.currentTarget);var g=i.attr("href")||i.data("ams-url");if(!g||g.startsWith("javascript")||i.attr("target")||(i.data("ams-context-menu")===true)){return}k.preventDefault();k.stopPropagation();var h=a.getFunctionByName(g);if(typeof(h)==="function"){g=h.call(i)}if(typeof(g)==="function"){g.call(i)}else{g=g.replace(/\%23/,"#");var j=i.data("ams-target");if(j){a.form.confirmChangedForm(j,function(){a.skin.loadURL(g,j,i.data("ams-link-options"),i.data("ams-link-callback"))})}else{a.form.confirmChangedForm(function(){if(g.startsWith("#")){if(g!==location.hash){if(a.root.hasClass("mobile-view-activated")){a.root.removeClass("hidden-menu");window.setTimeout(function(){window.location.hash=g},50)}else{window.location.hash=g}}}else{window.location=g}})}}});c(document).on("click",'a[target="_blank"]',function(g){g.preventDefault();window.open(c(g.currentTarget).attr("href"))});c(document).on("click",'a[target="_top"]',function(g){g.preventDefault();a.form.confirmChangedForm(function(){window.location=c(g.currentTarget).attr("href")})});c(window).on("hashchange",a.skin.checkURL)}c(document).off("click.modal").on("click",'[data-toggle="modal"]',function(h){var g=c(this);if(g.data("ams-context-menu")===true){return}if(g.data("ams-stop-propagation")===true){h.stopPropagation()}h.preventDefault();a.dialog.open(g);if(g.parents("#shortcut").exists()){setTimeout(a.skin._hideShortcutButtons,300)}});c(document).on("click",'button[type="submit"], button.submit',function(){var g=c(this);c(g.get(0).form).data("ams-submit-button",g)});c(document).on("click","[data-ams-click-handler]",function(i){var h=c(this);var g=h.data();if(g.amsClickHandler){if((g.amsStopPropagation===true)||(g.amsClickStopPropagation===true)){i.stopPropagation()}if(g.amsClickKeepDefault!==true){i.preventDefault()}var j=a.getFunctionByName(g.amsClickHandler);if(j!==undefined){j.call(h,g.amsClickHandlerOptions)}}});c(document).on("change","[data-ams-change-handler]",function(i){var h=c(this);var g=h.data();if(g.amsChangeHandler){if(g.amsChangeKeepDefault!==true){i.preventDefault()}var j=a.getFunctionByName(g.amsChangeHandler);if(j!==undefined){j.call(h,g.amsChangeHandlerOptions)}}});c(document).on("reset","form",function(h){var g=c(this);setTimeout(function(){g.find(".select2").trigger("change")},10);a.form.setFocus(g)});c(document).on("reset","[data-ams-reset-handler]",function(i){var g=c(this);var h=g.data();if(h.amsResetHandler){if(h.amsResetKeepDefault!==true){i.preventDefault()}var j=a.getFunctionByName(h.amsResetHandler);if(j!==undefined){j.call(g,h.amsResetHandlerOptions)}}});c(document).on("change",'input[type="file"]',function(i){i.preventDefault();var g=c(this);var h=g.parent(".button");if(h.exists()&&h.parent().hasClass("input-file")){h.next('input[type="text"]').val(g.val())}});c(document).on("focusin",function(g){if(c(g.target).closest(".mce-window").length){g.stopImmediatePropagation()}});c("a[data-toggle=tab]",".nav-tabs").on("click",function(g){if(c(this).parent("li").hasClass("disabled")){g.preventDefault();return false}});c(document).on("show.bs.tab",function(i){var g=c(i.target);var h=g.data();if(h.amsUrl){if(h.amsTabLoaded){return}try{g.append('<i class="fa fa-spin fa-cog margin-left-5"></i>');a.skin.loadURL(h.amsUrl,g.attr("href"));if(h.amsTabLoadOnce){g.data("ams-tab-loaded",true)}}finally{c("i",g).remove()}}});a.initContent(document);if(a.ajax_nav&&c("nav").exists()){a.skin.checkURL()}a.form.setFocus(document);c(window).on("beforeunload",a.form.checkBeforeUnload)};d.initContent=function(e){c(".tipsy").remove();c("[rel=tooltip]",e).tooltip();c("[rel=popover]",e).popover();c("[rel=popover-hover]",e).popover({trigger:"hover"});a.plugins.init(e);a.callbacks.init(e);a.events.init(e);a.form.init(e);if(a.device==="desktop"){a.skin._initDesktopWidgets(e)}else{a.skin._initMobileWidgets(e)}a.skin._setPageHeight()};d.i18n={INFO:"Information",WARNING:"!! WARNING !!",ERROR:"ERROR: ",WAIT:"Please wait!",FORM_SUBMITTED:"This form was already submitted...",NO_SERVER_RESPONSE:"No response from server!",ERROR_OCCURED:"An error occured!",ERRORS_OCCURED:"Some errors occured!",BAD_LOGIN_TITLE:"Bad login!",BAD_LOGIN_MESSAGE:"Your anthentication credentials didn't allow you to open a session; please check your credentials or contact administrator.",CONFIRM:"Confirm",CONFIRM_REMOVE:"Removing this content can't be undone. Do you confirm?",CLEAR_STORAGE_TITLE:"Clear Local Storage",CLEAR_STORAGE_CONTENT:"Would you like to RESET all your saved widgets and clear LocalStorage?",BTN_OK:"OK",BTN_CANCEL:"Cancel",BTN_OK_CANCEL:"[OK][Cancel]",BTN_YES:"Yes",BTN_NO:"No",BTN_YES_NO:"[Yes][No]",CLIPBOARD_COPY:"Copy to clipboard with Ctrl+C, and Enter",FORM_CHANGED_WARNING:"Some changes were not saved. These updates will be lost if you leave this page.",DELETE_WARNING:"This change can't be undone. Are you sure that you want to delete this element?",NO_UPDATE:"No changes were applied.",DATA_UPDATED:"Data successfully updated.",HOME:"Home",LOGOUT:"Logout?",LOGOUT_COMMENT:"You can improve your security further after logging out by closing this opened browser",SELECT2_PLURAL:"s",SELECT2_MATCH:"One result is available, press enter to select it.",SELECT2_MATCHES:" results are available, use up and down arrow keys to navigate.",SELECT2_NOMATCHES:"No matches found",SELECT2_SEARCHING:"Searching...",SELECT2_LOADMORE:"Loading more results...",SELECT2_INPUT_TOOSHORT:"Please enter {0} more character{1}",SELECT2_INPUT_TOOLONG:"Please delete {0} character{1}",SELECT2_SELECTION_TOOBIG:"You can only select {0} item{1}",SELECT2_FREETAG_PREFIX:"Free text: ",DT_COLUMNS:"Columns"};c(document).ready(function(){c=jQuery.noConflict();var e=c("HTML");var f=e.attr("lang")||e.attr("xml:lang");if(f&&!f.startsWith("en")){d.lang=f;d.getScript(d.baseURL+"i18n/myams_"+f.substr(0,2)+".js",function(){d.initPage()})}else{d.initPage()}})})(jQuery,this);
\ No newline at end of file
+(function(c,b){String.prototype.startsWith=function(g){var e=this.length,f=g.length;if(e<f){return false}return(this.substr(0,f)===g)};String.prototype.endsWith=function(g){var e=this.length,f=g.length;if(e<f){return false}return(this.substr(e-f)===g)};if(!Array.prototype.indexOf){Array.prototype.indexOf=function(f,g){var e=this.length;g=Number(g)||0;g=(g<0)?Math.ceil(g):Math.floor(g);if(g<0){g+=e}for(;g<e;g++){if(g in this&&this[g]===f){return g}}return -1}}c.expr[":"].econtains=function(g,e,f){return(g.textContent||g.innerText||c(g).text()||"").toLowerCase()===f[3].toLowerCase()};c.expr[":"].withtext=function(g,e,f){return(g.textContent||g.innerText||c(g).text()||"")===f[3]};c.expr[":"].parents=function(g,e,f){return c(g).parents(f[3]).length>0};if(c.scrollbarWidth===undefined){c.scrollbarWidth=function(){var f=c('<div style="width:50px; height:50px; overflow:auto"><div/></div>').appendTo("body");var g=f.children();var e=g.innerWidth()-g.height(99).innerWidth();f.remove();return e}}c.fn.extend({exists:function(){return c(this).length>0},objectOrParentWithClass:function(e){if(this.hasClass(e)){return this}else{return this.parents("."+e)}},listattr:function(f){var e=[];this.each(function(){e.push(c(this).attr(f))});return e},style:function(f,i,e){var h=this.get(0);if(typeof(h)==="undefined"){return}var g=this.get(0).style;if(typeof(f)!=="undefined"){if(typeof(i)!=="undefined"){e=typeof(e)!=="undefined"?e:"";g.setProperty(f,i,e);return this}else{return g.getPropertyValue(f)}}else{return g}},removeClassPrefix:function(e){this.each(function(g,h){var f=h.className.split(" ").map(function(i){return i.startsWith(e)?"":i});h.className=c.trim(f.join(" "))});return this},contextMenu:function(f){function e(i,k,h){var j=c(window)[k](),l=c(f.menuSelector)[k](),g=i;if(i+l>j&&l<i){g-=l}return g}return this.each(function(){c("a",c(f.menuSelector)).each(function(){c(this).data("ams-context-menu",true)});c(this).on("contextmenu",function(g){if(g.ctrlKey){return}c(f.menuSelector).data("invokedOn",c(g.target)).show().css({position:"fixed",left:e(g.clientX,"width","scrollLeft")-10,top:e(g.clientY,"height","scrollTop")-10}).off("click").on("click",function(i){c(this).hide();var h=c(this).data("invokedOn");var j=c(i.target);f.menuSelected.call(this,h,j);a.event.stop(i)});return false});c(document).click(function(){c(f.menuSelector).hide()})})},myams_menu:function(e){var g={accordion:true,speed:200,closedSign:'<em class="fa fa-angle-down"></em>',openedSign:'<em class="fa fa-angle-up"></em>'};var f=c.extend({},g,e);var h=c(this);h.find("LI").each(function(){var i=c(this);if(i.find("UL").size()>0){i.find("A:first").append("<b class='collapse-sign'>"+f.closedSign+"</b>");var j=i.find("A:first");if(j.attr("href")==="#"){j.click(function(){return false})}}});h.find("LI.active").each(function(){var i=c(this).parents("UL");var j=i.parent("LI");i.slideDown(f.speed);j.find("b:first").html(f.openedSign);j.addClass("open")});h.find("LI A").on("click",function(){var m=c(this);if(m.hasClass("active")){return}var k=m.attr("href").replace(/^#/,"");var i=m.parent().find("UL");if(f.accordion){var l=m.parent().parents("UL");var n=h.find("UL:visible");n.each(function(o){var q=true;l.each(function(r){if(l[r]===n[o]){q=false;return false}});if(q){if(i!==n[o]){var p=c(n[o]);if(k||!p.hasClass("active")){p.slideUp(f.speed,function(){c(this).parent("LI").removeClass("open").find("B:first").delay(f.speed).html(f.closedSign)})}}}})}var j=m.parent().find("UL:first");if(!k&&j.is(":visible")&&!j.hasClass("active")){j.slideUp(f.speed,function(){m.parent("LI").removeClass("open").find("B:first").delay(f.speed).html(f.closedSign)})}else{j.slideDown(f.speed,function(){m.parent("LI").addClass("open").find("B:first").delay(f.speed).html(f.openedSign)})}})}});c.UTF8={encode:function(f){f=f.replace(/\r\n/g,"\n");var e="";for(var h=0;h<f.length;h++){var g=f.charCodeAt(h);if(g<128){e+=String.fromCharCode(g)}else{if((g>127)&&(g<2048)){e+=String.fromCharCode((g>>6)|192);e+=String.fromCharCode((g&63)|128)}else{e+=String.fromCharCode((g>>12)|224);e+=String.fromCharCode(((g>>6)&63)|128);e+=String.fromCharCode((g&63)|128)}}}return e},decode:function(e){var g="";var j=0,k=0,h=0,f=0;while(j<e.length){k=e.charCodeAt(j);if(k<128){g+=String.fromCharCode(k);j++}else{if((k>191)&&(k<224)){h=e.charCodeAt(j+1);g+=String.fromCharCode(((k&31)<<6)|(h&63));j+=2}else{h=e.charCodeAt(j+1);f=e.charCodeAt(j+2);g+=String.fromCharCode(((k&15)<<12)|((h&63)<<6)|(f&63));j+=3}}}return g}};if(b.MyAMS===undefined){b.MyAMS={devmode:true,devext:"",lang:"en",throttle_delay:350,menu_speed:235,navbar_height:49,ajax_nav:true,enable_widgets:true,enable_mobile:false,enable_fastclick:false,warn_on_form_change:false,ismobile:(/iphone|ipad|ipod|android|blackberry|mini|windows\sce|palm/i.test(navigator.userAgent.toLowerCase()))}}var d=b.MyAMS;var a=d;d.baseURL=(function(){var e=c('script[src*="/myams.js"], script[src*="/myams.min.js"]');var f=e.attr("src");a.devmode=f.indexOf(".min.js")<0;a.devext=a.devmode?"":".min";return f.substring(0,f.lastIndexOf("/")+1)})();d.getQueryVar=function(g,h){if(g.indexOf("?")<0){return false}if(!g.endsWith("&")){g+="&"}var e=new RegExp(".*?[&\\?]"+h+"=(.*?)&.*");var f=g.replace(e,"$1");return f===g?false:f};d.rgb2hex=function(e){return"#"+c.map(e.match(/\b(\d+)\b/g),function(f){return("0"+parseInt(f).toString(16)).slice(-2)}).join("")};d.generateId=function(){function e(){return Math.floor((1+Math.random())*65536).toString(16).substring(1)}return e()+e()+e()+e()};d.getFunctionByName=function(k,g){if(k===undefined){return undefined}else{if(typeof(k)==="function"){return k}}var j=k.split(".");var h=j.pop();g=(g===undefined||g===null)?window:g;for(var f=0;f<j.length;f++){try{g=g[j[f]]}catch(l){return undefined}}try{return g[h]}catch(l){return undefined}};d.executeFunctionByName=function(h,f){var g=a.getFunctionByName(h,window);if(typeof(g)==="function"){var e=Array.prototype.slice.call(arguments,2);return g.apply(f,e)}};d.getSource=function(e){return e.replace(/{[^{}]*}/g,function(f){return a.getFunctionByName(f.substr(1,f.length-2))})};d.getScript=function(f,i,e){var h={dataType:"script",url:a.getSource(f),success:i,error:a.error.show,cache:!a.devmode,async:typeof(i)==="function"};var g=c.extend({},h,e);return c.ajax(g)};d.getCSS=function(e,i){var g=c("HEAD");var f=c('link[data-ams-id="'+i+'"]',g);if(f.length===0){var h=a.getSource(e);if(a.devmode){h+="?_="+new Date().getTime()}c("<link />").attr({rel:"stylesheet",type:"text/css",href:h,"data-ams-id":i}).appendTo(g)}};d.event={stop:function(e){if(!e){e=window.event}if(e){if(e.stopPropagation){e.stopPropagation();e.preventDefault()}else{e.cancelBubble=true;e.returnValue=false}}}};d.browser={getInternetExplorerVersion:function(){var g=-1;if(navigator.appName==="Microsoft Internet Explorer"){var e=navigator.userAgent;var f=new RegExp("MSIE ([0-9]{1,}[.0-9]{0,})");if(f.exec(e)!==null){g=parseFloat(RegExp.$1)}}return g},checkVersion:function(){var f="You're not using Windows Internet Explorer.";var e=this.getInternetExplorerVersion();if(e>-1){if(e>=8){f="You're using a recent copy of Windows Internet Explorer."}else{f="You should upgrade your copy of Windows Internet Explorer."}}if(b.alert){b.alert(f)}},isIE8orlower:function(){var f="0";var e=this.getInternetExplorerVersion();if(e>-1){if(e>=9){f=0}else{f=1}}return f},copyToClipboard:function(){return function(){var e=c(this);e.parents(".btn-group").removeClass("open");if(b.prompt){b.prompt(d.i18n.CLIPBOARD_COPY,e.text())}}}};d.error={ajax:function(j,e,i,f){if(e.statusText==="OK"){return}var h=a.ajax.getResponse(e);if(h.content_type==="json"){a.ajax.handleJSON(h.data)}else{var k=j.statusText||j.type;var g=e.responseText;a.skin.messageBox("error",{title:a.i18n.ERROR_OCCURED,content:"<h4>"+k+"</h4><p>"+g+"</p>",icon:"fa fa-warning animated shake",timeout:10000})}if(b.console){b.console.error(j);b.console.debug(e)}},show:function(h,e,g){if(!g){return}var f=a.ajax.getResponse(h);if(f.content_type==="json"){a.ajax.handleJSON(f.data)}else{a.skin.messageBox("error",{title:a.i18n.ERRORS_OCCURED,content:"<h4>"+e+"</h4><p>"+g+"</p>",icon:"fa fa-warning animated shake",timeout:10000})}if(b.console){b.console.error(g);b.console.debug(h)}}};d.ajax={check:function(f,h,j,e){if(typeof(j)==="object"){e=j;j=undefined}var i={async:typeof(j)==="function"};var g=c.extend({},i,e);if(f===undefined){a.getScript(h,function(){if(typeof(j)==="function"){j(true,e)}},g)}else{if(typeof(j)==="function"){j(false,e)}}},getAddr:function(f){var e=f||c("HTML HEAD BASE").attr("href")||window.location.href;return e.substr(0,e.lastIndexOf("/")+1)},start:function(){c("#ajax-gear").show()},stop:function(){c("#ajax-gear").hide()},progress:function(e){if(!e.lengthComputable){return}if(e.loaded>=e.total){return}if(b.console){b.console.log(parseInt((e.loaded/e.total*100),10)+"%")}},post:function(g,i,f,l){var k;if(g.startsWith(window.location.protocol)){k=g}else{k=this.getAddr()+g}if(typeof(f)==="function"){l=f;f={}}else{if(!f){f={}}}if(typeof(l)==="undefined"){l=f.callback}if(typeof(l)==="string"){l=a.getFunctionByName(l)}delete f.callback;var e;var j={url:k,type:"post",cache:false,async:typeof(l)==="function",data:c.param(i),dataType:"json",success:l||function(m){e=m.result}};var h=c.extend({},j,f);c.ajax(h);return e},getResponse:function(h){var g=h.getResponseHeader("content-type"),j,f;if(g){if(g.startsWith("application/javascript")){j="script";f=h.responseText}else{if(g.startsWith("text/html")){j="html";f=h.responseText}else{if(g.startsWith("text/xml")){j="xml";f=h.responseText}else{f=h.responseJSON;if(f){j="json"}else{try{f=JSON.parse(h.responseText);j="json"}catch(i){f=h.responseText;j="text"}}}}}}else{j="json";f={status:"alert",alert:{title:a.i18n.ERROR_OCCURED,content:a.i18n.NO_SERVER_RESPONSE}}}return{content_type:j,data:f}},handleJSON:function(p,g,l){var j=p.status;var e;switch(j){case"alert":if(b.alert){b.alert(p.alert.title+"\n\n"+p.alert.content)}break;case"error":a.form.showErrors(g,p);break;case"info":case"success":if(p.close_form!==false){a.dialog.close(g)}break;case"message":case"messagebox":break;case"notify":case"callback":case"callbacks":if(p.close_form!==false){a.dialog.close(g)}break;case"modal":a.dialog.open(p.location);break;case"reload":if(p.close_form!==false){a.dialog.close(g)}e=p.location||window.location.hash;if(e.startsWith("#")){e=e.substr(1)}a.skin.loadURL(e,p.target||l||"#content");break;case"redirect":if(p.close_form===true){a.dialog.close(g)}e=p.location||window.location.href;if(p.window){window.open(e,p.window,p.options)}else{if(window.location.href===e){window.location.reload(true)}else{window.location.href=e}}break;default:if(b.console){b.console.log("Unhandled status: "+j)}}var k;var m;var f;if(p.content){m=p.content;f=c(m.target||l||g||"#content");if(m.raw===true){f.text(m.text)}else{f.html(m.html);a.initContent(f)}if(!m.keep_hidden){f.removeClass("hidden")}}if(p.contents){var i=p.contents;for(k=0;k<i.length;k++){m=i[k];f=c(m.target);if(m.raw===true){f.text(m.text)}else{f.html(m.html);a.initContent(f)}if(!m.keep_hidden){f.removeClass("hidden")}}}var o;if(p.message){o=p.message;if(typeof(o)==="string"){if((j==="info")||(j==="success")){a.skin.smallBox(j,{title:o,icon:"fa fa-fw fa-info-circle font-xs align-top margin-top-10",timeout:3000})}else{a.skin.alert(c(g||"#content"),j,o)}}else{a.skin.alert(c(o.target||l||g||"#content"),o.status||"success",o.header,o.body,o.subtitle)}}if(p.smallbox){a.skin.smallBox(p.smallbox_status||j,{title:p.smallbox,icon:"fa fa-fw fa-info-circle font-xs align-top margin-top-10",timeout:3000})}if(p.messagebox){o=p.messagebox;if(typeof(o)==="string"){a.skin.messageBox("info",{title:a.i18n.ERROR_OCCURED,content:o,timeout:10000})}else{var h=o.status||"info";if(h==="error"&&g&&l){a.executeFunctionByName(g.data("ams-form-submit-error")||"MyAMS.form.finalizeSubmitOnError",g,l)}a.skin.messageBox(h,{title:o.title||a.i18n.ERROR_OCCURED,content:o.content,icon:o.icon,number:o.number,timeout:o.timeout===null?undefined:(o.timeout||10000)})}}if(p.event){g.trigger(p.event,p.event_options)}if(p.callback){a.executeFunctionByName(p.callback,g,p.options)}if(p.callbacks){var n;for(k=0;k<p.callbacks.length;k++){n=p.callbacks[k];a.executeFunctionByName(n,g,n.options)}}}};d.jsonrpc={getAddr:function(g){var e=g||c("HTML HEAD BASE").attr("href")||window.location.href;var f=e.replace(/\+\+skin\+\+\w+\//,"");return f.substr(0,f.lastIndexOf("/")+1)},query:function(f,h,e,g){a.ajax.check(c.jsonRpc,a.baseURL+"ext/jquery-jsonrpc"+a.devext+".js",function(){if(typeof(e)==="function"){g=e;e={}}else{if(!e){e={}}}if(g==="undefined"){g=e.callback}if(typeof(g)==="string"){g=a.getFunctionByName(g)}delete e.callback;var k={};if(typeof(f)==="string"){k.query=f}else{if(typeof(f)==="object"){c.extend(k,f)}}c.extend(k,e);var i;var j={url:a.jsonrpc.getAddr(e.url),type:"post",cache:false,method:h,params:k,async:typeof(g)==="function",success:g||function(l){i=l.result},error:a.error.show};c.jsonRpc(j);return i})},post:function(h,f,e,g){a.ajax.check(c.jsonRpc,a.baseURL+"ext/jquery-jsonrpc"+a.devext+".js",function(){if(typeof(e)==="function"){g=e;e={}}else{if(!e){e={}}}if(typeof(g)==="undefined"){g=e.callback}if(typeof(g)==="string"){g=a.getFunctionByName(g)}delete e.callback;var i;var k={url:a.jsonrpc.getAddr(e.url),type:"post",cache:false,method:h,params:f,async:typeof(g)==="function",success:g||function(l){i=l.result},error:a.error.show};var j=c.extend({},k,e);c.jsonRpc(j);return i})}};d.xmlrpc={getAddr:function(g){var e=g||c("HTML HEAD BASE").attr("href")||window.location.href;var f=e.replace(/\+\+skin\+\+\w+\//,"");return f.substr(0,f.lastIndexOf("/")+1)},post:function(f,i,g,e,h){a.ajax.check(c.xmlrpc,a.baseURL+"ext/jquery-xmlrpc"+a.devext+".js",function(){if(typeof(e)==="function"){h=e;e={}}else{if(!e){e={}}}if(typeof(h)==="undefined"){h=e.callback}if(typeof(h)==="string"){h=a.getFunctionByName(h)}delete e.callback;var j;var l={url:a.xmlrpc.getAddr(f),methodName:i,params:g,success:h||function(m){j=m},error:a.error.show};var k=c.extend({},l,e);c.xmlrpc(k);return j})}};d.form={init:function(f){var e;if(a.warn_on_form_change){e=c('FORM[data-ams-warn-on-change!="false"]',f)}else{e=c('FORM[data-ams-warn-on-change="true"]',f)}e.each(function(){var g=c(this);c('INPUT[type="text"], INPUT[type="checkbox"], INPUT[type="radio"], SELECT, TEXTAREA, [data-ams-changed-event]',g).each(function(){var i=c(this);if(i.data("ams-ignore-change")!==true){var h=i.data("ams-changed-event")||"change";i.on(h,function(){c(this).parents("FORM").attr("data-ams-form-changed",true)})}});g.on("reset",function(){c(this).removeAttr("data-ams-form-changed")})})},setFocus:function(e){var f=c("[data-ams-focus-target]",e).first();if(!f.exists()){f=c("input, select",e).first()}if(f.exists()){if(f.hasClass("select2-input")){f=f.parents(".select2")}if(f.hasClass("select2")){setTimeout(function(){f.select2("focus");if(f.data("ams-focus-open")===true){f.select2("open")}},100)}else{f.focus()}}},checkBeforeUnload:function(){var e=c('FORM[data-ams-form-changed="true"]');if(e.exists()){return a.i18n.FORM_CHANGED_WARNING}},confirmChangedForm:function(f,g){if(typeof(f)==="function"){g=f;f=undefined}var e=c('FORM[data-ams-form-changed="true"]',f);if(e.exists()){a.skin.bigBox({title:a.i18n.WARNING,content:'<i class="text-danger fa fa-2x fa-bell shake animated"></i>&nbsp; '+a.i18n.FORM_CHANGED_WARNING,buttons:a.i18n.BTN_OK_CANCEL},function(h){if(h===a.i18n.BTN_OK){g.call(f)}})}else{g.call(f)}},submit:function(g,f,h){g=c(g);if(!g.exists()){return false}if(typeof(f)==="object"){h=f;f=undefined}if(g.data("submitted")){if(!g.data("ams-form-hide-submitted")){a.skin.messageBox("warning",{title:a.i18n.WAIT,content:a.i18n.FORM_SUBMITTED,icon:"fa fa-save shake animated",timeout:g.data("ams-form-alert-timeout")||5000})}return false}if(!a.form._checkSubmitValidators(g)){return false}c(".alert-danger, SPAN.state-error",g).not(".persistent").remove();c(".state-error",g).removeClassPrefix("state-");var e=c(g.data("ams-submit-button"));if(e&&!e.data("ams-form-hide-loading")){e.button("loading")}a.ajax.check(c.fn.ajaxSubmit,a.baseURL+"ext/jquery-form-3.49"+a.devext+".js",function(){function k(m,o){var l;var E=m.data();var v=E.amsFormOptions;var n;var q;if(h){q=h.formDataInitCallback}if(q){delete h.formDataInitCallback}else{q=E.amsFormDataInitCallback}if(q){var w={};if(typeof(q)==="function"){n=q.call(m,w)}else{n=a.executeFunctionByName(q,m,w)}if(w.veto){l=m.data("ams-submit-button");if(l){l.button("reset")}a.form.finalizeSubmitFooter.call(m);return false}}else{n=E.amsFormData||{}}l=c(m.data("ams-submit-button"));var x,A;if(l){x=l.data("ams-form-handler");A=l.data("ams-form-submit-target")}var p;var t=f||x||E.amsFormHandler||"";if(t.startsWith(window.location.protocol)){p=t}else{var z=m.attr("action").replace(/#/,"");if(z.startsWith(window.location.protocol)){p=z}else{p=a.ajax.getAddr()+z}p+=t}var D=null;if(h&&h.initSubmitTarget){a.executeFunctionByName(h.initSubmitTarget)}else{if(E.amsFormInitSubmitTarget){D=c(A||E.amsFormSubmitTarget||"#content");a.executeFunctionByName(E.amsFormInitSubmit||"MyAMS.form.initSubmit",m,D)}else{if(!E.amsFormHideSubmitFooter){a.executeFunctionByName(E.amsFormInitSubmit||"MyAMS.form.initSubmitFooter",m)}}}var r=typeof(o.uuid)!=="undefined";if(r){if(p.indexOf("X-Progress-ID")<0){p+="?X-Progress-ID="+o.uuid}delete o.uuid}if(h){n=c.extend({},n,h.form_data)}var u={url:p,type:"post",cache:false,data:n,dataType:E.amsFormDatatype,beforeSerialize:function(){if(typeof(b.tinyMCE)!=="undefined"){b.tinyMCE.triggerSave()}},beforeSubmit:function(G,F){F.data("submitted",true)},error:function(J,F,G,I){if(D){a.executeFunctionByName(E.amsFormSubmitError||"MyAMS.form.finalizeSubmitOnError",I,D)}if(I.is(":visible")){var H=I.data("ams-submit-button");if(H){H.button("reset")}a.form.finalizeSubmitFooter.call(I)}I.data("submitted",false);I.removeData("ams-submit-button")},iframe:r};var y=(h&&h.downloadTarget)||E.amsFormDownloadTarget;if(y){var s=c('iframe[name="'+y+'"]');if(!s.exists()){s=c("<iframe></iframe>").hide().attr("name",y).appendTo(m)}u=c.extend({},u,{iframe:true,iframeTarget:s,success:function(F,G,K,J){var I=c(J).parents(".modal-dialog");if(I.exists()){a.dialog.close(J)}else{var L;var H=J.data("ams-submit-button");if(H){L=H.data("ams-form-submit-callback")}if(!L){L=a.getFunctionByName(E.amsFormSubmitCallback)||a.form._submitCallback}L.call(J,F,G,K,J);if(J.is(":visible")&&H){H.button("reset")}J.data("submitted",false);J.removeData("ams-submit-button");J.removeAttr("data-ams-form-changed")}}})}else{u=c.extend({},u,{error:function(J,F,G,I){if(D){a.executeFunctionByName(E.amsFormSubmitError||"MyAMS.form.finalizeSubmitOnError",I,D)}if(I.is(":visible")){var H=I.data("ams-submit-button");if(H){H.button("reset")}a.form.finalizeSubmitFooter.call(I)}I.data("submitted",false);I.removeData("ams-submit-button")},success:function(F,G,J,I){var K;var H=I.data("ams-submit-button");if(H){K=H.data("ams-form-submit-callback")}if(!K){K=a.getFunctionByName(E.amsFormSubmitCallback)||a.form._submitCallback}K.call(I,F,G,J,I);if(I.is(":visible")&&H){H.button("reset")}I.data("submitted",false);I.removeData("ams-submit-button");I.removeAttr("data-ams-form-changed")},iframe:r})}var C=c.extend({},u,o,v,h);c(m).ajaxSubmit(C);if(y){var B=c(m).parents(".modal-dialog");if(B.exists()){a.dialog.close(m)}else{a.form.finalizeSubmitFooter.call(m);if(l){l.button("reset")}m.data("submitted",false);m.removeData("ams-submit-button");m.removeAttr("data-ams-form-changed")}}}var j=c('INPUT[type="file"]',g).length>0;if(j){a.ajax.check(c.progressBar,a.baseURL+"ext/jquery-progressbar"+a.devext+".js");var i=c.extend({},{uuid:c.progressBar.submit(g)});k(g,i)}else{k(g,{})}});return false},initSubmit:function(g,f){var e=c(this);var h='<i class="fa fa-3x fa-gear fa-spin"></i>';if(!f){f=e.data("ams-form-submit-message")}if(f){h+="<strong>"+f+"</strong>"}c(g).html('<div class="row margin-20"><div class="text-center">'+h+"</div></div>");c(g).parents(".hidden").removeClass("hidden")},finalizeSubmitOnError:function(e){c("i",e).removeClass("fa-spin").removeClass("fa-gear").addClass("fa-ambulance")},initSubmitFooter:function(f){var e=c(this);var h='<i class="fa fa-3x fa-gear fa-spin"></i>';if(!f){f=c(this).data("ams-form-submit-message")}if(f){h+='<strong class="submit-message align-top padding-left-10 margin-top-10">'+f+"</strong>"}var g=c("footer",e);c("button",g).hide();g.append('<div class="row"><div class="text-center">'+h+"</div></div>")},finalizeSubmitFooter:function(){var e=c(this);var f=c("footer",e);if(f){c(".row",f).remove();c("button",f).show()}},_submitCallback:function(o,g,f,e){var i;if(e.is(":visible")){a.form.finalizeSubmitFooter.call(e);i=e.data("ams-submit-button");if(i){i.button("reset")}}var h=e.data();var l;if(h.amsFormDatatype){l=h.amsFormDatatype}else{var j=a.ajax.getResponse(f);l=j.content_type;o=j.data}var k;if(i){k=c(i.data("ams-form-submit-target")||h.amsFormSubmitTarget||"#content")}else{k=c(h.amsFormSubmitTarget||"#content")}switch(l){case"json":a.ajax.handleJSON(o,e,k);break;case"script":break;case"xml":break;case"html":case"text":default:if(i&&(i.data("ams-keep-modal")!==true)){a.dialog.close(e)}if(!k.exists()){k=c("body")}k.parents(".hidden").removeClass("hidden");c(".alert",k.parents(".alerts-container")).remove();k.css({opacity:"0.0"}).html(o).delay(50).animate({opacity:"1.0"},300);a.initContent(k);a.form.setFocus(k)}var m=f.getResponseHeader("X-AMS-Callback");if(m){var n=f.getResponseHeader("X-AMS-Callback-Options");a.executeFunctionByName(m,e,n===undefined?{}:JSON.parse(n),f)}},_getSubmitValidators:function(f){var e=[];var g=f.data("ams-form-validator");if(g){e.push([f,g])}c("[data-ams-form-validator]",f).each(function(){var h=c(this);e.push([h,h.data("ams-form-validator")])});return e},_checkSubmitValidators:function(g){var i=a.form._getSubmitValidators(g);if(!i.length){return true}var h=[];var n=true;for(var k=0;k<i.length;k++){var f=i[k];var e=f[0];var l=f[1];var m=a.executeFunctionByName(l,g,e);if(m===false){n=false}else{if(typeof(m)==="string"){h.push(m)}else{if(n.length&&(n.length>0)){h=h.concat(n)}}}}if(h.length>0){var j=h.length===1?a.i18n.ERROR_OCCURED:a.i18n.ERRORS_OCCURED;a.skin.alert(g,"danger",j,h);return false}else{return n}},showErrors:function(e,m){var i;if(typeof(m)==="string"){a.skin.alert(e,"error",a.i18n.ERROR_OCCURED,m)}else{if(m instanceof Array){i=m.length===1?a.i18n.ERROR_OCCURED:a.i18n.ERRORS_OCCURED;a.skin.alert(e,"error",i,m)}else{c(".state-error",e).removeClass("state-error");i=m.error_header||(m.widgets&&(m.widgets.length>1)?a.i18n.ERRORS_OCCURED:a.i18n.ERROR_OCCURED);var n=[];var l;if(m.messages){for(l=0;l<m.messages.length;l++){var f=m.messages[l];if(f.header){n.push("<strong>"+f.header+"</strong><br />"+f.message)}else{n.push(f.message||f)}}}if(m.widgets){for(l=0;l<m.widgets.length;l++){var g=m.widgets[l];var j=c('[name="'+g.name+'"]',e);j.parents("label:first").removeClassPrefix("state-").addClass("state-error").after('<span for="name" class="state-error">'+g.message+"</span>");if(g.label){n.push(g.label+" : "+g.message)}var k=j.parents(".tab-pane").index()+1;if(k>0){var h=c(".nav-tabs",c(j).parents(".tabforms"));c("li:nth-child("+k+")",h).removeClassPrefix("state-").addClass("state-error");c("li.state-error:first a",e).click()}}}a.skin.alert(c("fieldset:first",e),m.error_level||"error",i,n,m.error_message)}}}};d.dialog={_shown_callbacks:[],registerShownCallback:function(h,f){var e;if(f){e=f.objectOrParentWithClass("modal-dialog")}var g;if(e&&e.exists()){g=e.data("shown-callbacks");if(g===undefined){g=[];e.data("shown-callbacks",g)}}else{g=a.dialog._shown_callbacks}if(g.indexOf(h)<0){g.push(h)}},_hide_callbacks:[],registerHideCallback:function(h,f){var e;if(f){e=f.objectOrParentWithClass("modal-dialog")}var g;if(e&&e.exists()){g=e.data("hide-callbacks");if(g===undefined){g=[];e.data("hide-callbacks",g)}}else{g=a.dialog._hide_callbacks}if(g.indexOf(h)<0){g.push(h)}},open:function(f,e){a.ajax.check(c.fn.modalmanager,a.baseURL+"ext/bootstrap-modalmanager"+a.devext+".js",function(){a.ajax.check(c.fn.modal.defaults,a.baseURL+"ext/bootstrap-modal"+a.devext+".js",function(j){if(j){c(document).off("click.modal");c.fn.modal.defaults.spinner=c.fn.modalmanager.defaults.spinner='<div class="loading-spinner" style="width: 200px; margin-left: -100px;"><div class="progress progress-striped active"><div class="progress-bar" style="width: 100%;"></div></div></div>'}var i;var h;if(typeof(f)==="string"){i={};h=f}else{i=f.data();h=f.attr("href")||i.amsUrl;var g=a.getFunctionByName(h);if(typeof(g)==="function"){h=g.call(f)}}if(!h){return}c("body").modalmanager("loading");if(h.indexOf("#")===0){c(h).modal("show")}else{c.ajax({url:h,type:"get",cache:i.amsAllowCache===undefined?false:i.amsAllowCache,data:e,success:function(n,m,l){c("body").modalmanager("removeLoading");var o=a.ajax.getResponse(l);var t=o.content_type;var u=o.data;switch(t){case"json":a.ajax.handleJSON(u,c(c(f).data("ams-json-target")||"#content"));break;case"script":break;case"xml":break;case"html":case"text":default:var p=c(u);var r=c(".modal-dialog",p.wrap("<div></div>").parent());var q=r.data();var s={backdrop:"static",overflow:q.amsModalOverflow||".modal-viewport",maxHeight:q.amsModalMaxHeight===undefined?function(){return c(window).height()-c(".modal-header",p).outerHeight(true)-c("footer",p).outerHeight(true)-85}:a.getFunctionByName(q.amsModalMaxHeight)};var k=c.extend({},s,q.amsModalOptions);k=a.executeFunctionByName(q.amsModalInitCallback,r,k)||k;c("<div>").addClass("modal fade").append(p).modal(k).on("shown",a.dialog.shown).on("hidden",a.dialog.hidden);a.initContent(p)}}})}})})},shown:function(m){function l(o){var p=c(".scrollmarker.top",f);var n=f.scrollTop();if(n>0){p.show()}else{p.hide()}var e=c(".scrollmarker.bottom",f);if(j+n>=f.get(0).scrollHeight){e.hide()}else{e.show()}}var k=m.target;var f=c(".modal-viewport",k);if(f.exists()){var j=parseInt(f.css("max-height"));var h=c.scrollbarWidth();if(f.height()===j){c("<div></div>").addClass("scrollmarker").addClass("top").css("top",0).css("width",f.width()-h).hide().appendTo(f);c("<div></div>").addClass("scrollmarker").addClass("bottom").css("top",j-20).css("width",f.width()-h).appendTo(f);f.scroll(l);f.off("resize").on("resize",l)}else{c(".scrollmarker",f).remove()}}var g;var i=c(".modal-dialog",k).data("shown-callbacks");if(i){for(g=0;g<i.length;g++){i[g].call(k)}}i=a.dialog._shown_callbacks;if(i){for(g=0;g<i.length;g++){i[g].call(k)}}a.form.setFocus(k)},close:function(f){var g=f.parents(".modal").data("modal");if(g){var e=c("body").data("modalmanager");if(e&&(e.getOpenModals().indexOf(g)>=0)){g.hide()}}},hidden:function(i){var h=i.target;a.skin.cleanContainer(h);var f;var g=c(".modal-dialog",h).data("hide-callbacks");if(g){for(f=0;f<g.length;f++){g[f].call(h)}}g=a.dialog._hide_callbacks;if(g){for(f=0;f<g.length;f++){g[f].call(h)}}}};d.helpers={select2ClearSelection:function(){var f=c(this);var e=f.parents("label");var g=f.data("ams-select2-target");c('[name="'+g+'"]',e).data("select2").val("")},select2FormatSelection:function(f,e){if(f instanceof Array){c(f).each(function(){if(typeof(this)==="object"){e.append(this.text)}else{e.append(this)}})}else{if(typeof(f)==="object"){e.append(f.text)}else{e.append(f)}}},select2QueryUrlResultsCallback:function(g,f,e){switch(g.status){case"error":a.skin.messageBox("error",{title:a.i18n.ERROR_OCCURED,content:"<h4>"+g.error_message+"</h4>",icon:"fa fa-warning animated shake",timeout:10000});break;case"modal":c(this).data("select2").dropdown.hide();a.dialog.open(g.location);break;default:return{results:g.results||g,more:g.has_more||false,context:g.context}}},select2QueryMethodSuccessCallback:function(i,g,h){var f=i.result;if(typeof(f)==="string"){try{f=JSON.parse(f)}catch(j){}}switch(f.status){case"error":a.skin.messageBox("error",{title:a.i18n.ERROR_OCCURED,content:"<h4>"+f.error_message+"</h4>",icon:"fa fa-warning animated shake",timeout:10000});break;case"modal":c(this).data("select2").dropdown.hide();a.dialog.open(f.location);break;default:h.callback({results:f.results||f,more:f.has_more||false,context:f.context})}},contextMenuHandler:function(h,i){var e=i.data();if(e.toggle==="modal"){a.dialog.open(i)}else{var f=i.attr("href")||e.amsUrl;if(!f||f.startsWith("javascript")||i.attr("target")){return}a.event.stop();var g=a.getFunctionByName(f);if(typeof(g)==="function"){f=g.call(i,h)}if(typeof(f)==="function"){f.call(i,h)}else{f=f.replace(/\%23/,"#");h=i.data("ams-target");if(h){a.form.confirmChangedForm(h,function(){a.skin.loadURL(f,h,i.data("ams-link-options"),i.data("ams-link-callback"))})}else{a.form.confirmChangedForm(function(){if(f.startsWith("#")){if(f!==location.hash){if(a.root.hasClass("mobile-view-activated")){a.root.removeClass("hidden-menu");window.setTimeout(function(){window.location.hash=f},150)}else{window.location.hash=f}}}else{window.location=f}})}}}},datetimepickerDialogHiddenCallback:function(){c(".datepicker, .timepicker, .datetimepicker",this).datetimepicker("destroy")}};d.plugins={init:function(i){a.plugins.initData(i);var h=[];c("[data-ams-plugins-disabled]",i).each(function(){var n=c(this).data("ams-plugins-disabled").split(/\s+/);for(var o=0;o<n.length;o++){h.push(n[o])}});var g={};var j;var e;c("[data-ams-plugins]",i).each(function(){function r(t,v){if(g.hasOwnProperty(t)){var u=g[t];u.css=u.css||v.css;if(v.callback){u.callbacks.push(v.callback)}if(v.register){u.register=true}if(v.async===false){u.async=false}}else{g[t]={src:v.src,css:v.css,callbacks:v.callback?[v.callback]:[],register:v.register,async:v.async}}}var p=c(this);var n=p.data("ams-plugins");if(typeof(n)==="string"){var q=p.data("ams-plugins").split(/\s+/);for(var o=0;o<q.length;o++){e=q[o];var s={src:p.data("ams-plugin-"+e+"-src"),css:p.data("ams-plugin-"+e+"-css"),callback:p.data("ams-plugin-"+e+"-callback"),register:p.data("ams-plugin-"+e+"-register"),async:p.data("ams-plugin-"+e+"-async")};r(e,s)}}else{for(e in n){if(!n.hasOwnProperty(e)){continue}r(e,n[e])}}});for(e in g){if(a.plugins.enabled[e]===undefined){j=g[e];a.getScript(j.src,function(){var o;var r=j.callbacks;if(r){for(o=0;o<r.length;o++){var q=a.getFunctionByName(r[o]);if(j.register!==false){var n=a.plugins.enabled;if(n.hasOwnProperty(e)){n[e].push(q)}else{n[e]=[q]}}}}else{if(j.register!==false){a.plugins.enabled[e]=null}}var p=j.css;if(p){a.getCSS(p,e+"_css")}if(r&&(j.async!==false)){for(o=0;o<r.length;o++){r[o](i)}}},{async:j.async===undefined?true:j.async})}}for(var k in a.plugins.enabled){if(!a.plugins.enabled.hasOwnProperty(k)){continue}if(h.indexOf(k)>=0){continue}var l=a.plugins.enabled[k];switch(typeof(l)){case"function":l(i);break;default:for(var f=0;f<l.length;f++){var m=l[f];if(typeof(m)==="function"){m(i)}}}}},initData:function(e){c("[data-ams-data]",e).each(function(){var g=c(this);var h=g.data("ams-data");if(h){for(var f in h){if(h.hasOwnProperty(f)){g.attr("data-"+f,h[f])}}}})},register:function(f,e,h){if(typeof(e)==="function"){h=e;e=null}e=e||f.name;if(a.plugins.enabled.indexOf(e)>=0){if(b.console){b.console.warn("Plugin "+e+" is already registered!")}return}if(typeof(f)==="object"){var g=f.src;if(g){a.ajax.check(f.callback,g,function(i){if(i){a.plugins.enabled[e]=a.getFunctionByName(f.callback);if(f.css){a.getCSS(f.css,e+"_css")}if(h){a.executeFunctionByName(h)}}})}else{a.plugins.enabled[e]=a.getFunctionByName(f.callback);if(f.css){a.getCSS(f.css,e+"_css")}if(h){a.executeFunctionByName(h)}}}else{if(typeof(f)==="function"){a.plugins.enabled[e]=f;if(h){a.executeFunctionByName(h)}}}},enabled:{hint:function(e){var f=c(".hint:not(:parents(.nohints))",e);if(f.length>0){a.ajax.check(c.fn.tipsy,a.baseURL+"ext/jquery-tipsy"+a.devext+".js",function(){a.getCSS(a.baseURL+"../css/ext/jquery-tipsy"+a.devext+".css","jquery-tipsy");f.each(function(){var k=c(this);var j=k.data();var h={html:j.amsHintHtml,title:a.getFunctionByName(j.amsHintTitleGetter)||function(){var l=c(this);return l.attr("original-title")||l.attr(j.amsHintTitleAttr||"title")||(j.amsHintHtml?l.html():l.text())},opacity:j.amsHintOpacity||0.95,gravity:j.amsHintGravity||"sw",offset:j.amsHintOffset||0};var g=c.extend({},h,j.amsHintOptions);g=a.executeFunctionByName(j.amsHintInitCallback,k,g)||g;var i=k.tipsy(g);a.executeFunctionByName(j.amsHintAfterInitCallback,k,i,g)})})}},contextMenu:function(e){var f=c(".context-menu",e);if(f.length>0){f.each(function(){var k=c(this);var j=k.data();var h={menuSelector:j.amsContextmenuSelector,menuSelected:a.helpers.contextMenuHandler};var g=c.extend({},h,j.amsContextmenuOptions);g=a.executeFunctionByName(j.amsContextmenuInitCallback,k,g)||g;var i=k.contextMenu(g);a.executeFunctionByName(j.amsContextmenuAfterInitCallback,k,i,g)})}},switcher:function(e){c("LEGEND.switcher",e).each(function(){var g=c(this);var f=g.parent("fieldset");var h=g.data();if(!h.amsSwitcher){c('<i class="fa fa-fw"></i>').prependTo(c(this)).addClass(h.amsSwitcherState==="open"?(h.amsSwitcherMinusClass||"fa-minus"):(h.amsSwitcherPlusClass||"fa-plus"));g.on("click",function(j){j.preventDefault();var i={};g.trigger("ams.switcher.before-switch",[g,i]);if(i.veto){return}if(f.hasClass("switched")){f.removeClass("switched");c(".fa",g).removeClass(h.amsSwitcherPlusClass||"fa-plus").addClass(h.amsSwitcherMinusClass||"fa-minus");g.trigger("ams.switcher.opened",[g]);var k=g.attr("id");if(k){c('legend.switcher[data-ams-switcher-sync="'+k+'"]',f).each(function(){var l=c(this);if(l.parents("fieldset").hasClass("switched")){l.click()}})}}else{f.addClass("switched");c(".fa",g).removeClass(h.amsSwitcherMinusClass||"fa-minus").addClass(h.amsSwitcherPlusClass||"fa-plus");g.trigger("ams.switcher.closed",[g])}});if(h.amsSwitcherState!=="open"){f.addClass("switched")}g.data("ams-switcher","on")}})},checker:function(e){c("LEGEND.checker",e).each(function(){var q=c(this);var r=q.parent("fieldset");var h=q.data();if(!h.amsChecker){var f=c('<label class="checkbox"></label>');var k=h.amsCheckerFieldname||("checker_"+a.generateId());var o=k.replace(/\./,"_");var i=h.amsCheckerHiddenPrefix;var j=null;var n=h.amsCheckerHiddenValueOn||"true";var l=h.amsCheckerHiddenValueOff||"false";var g=h.amsCheckerMarker||false;if(i){j=c('<input type="hidden">').attr("name",i+k).val(h.amsCheckerState==="on"?n:l).prependTo(q)}else{if(g){c('<input type="hidden">').attr("name",g).attr("value",1).prependTo(q)}}var p=c('<input type="checkbox">').attr("name",k).attr("id",o).data("ams-checker-hidden-input",j).data("ams-checker-init",true).val(h.amsCheckerValue||true).attr("checked",h.amsCheckerState==="on"?"checked":null);if(h.amsCheckerReadonly){p.attr("disabled","disabled")}else{p.on("change",function(u){u.preventDefault();var s={};var v=c(this).is(":checked");q.trigger("ams.checker.before-switch",[q,s]);if(s.veto){c(this).prop("checked",!v);return}a.executeFunctionByName(h.amsCheckerChangeHandler,q,v);if(!h.amsCheckerCancelDefault){var t=p.data("ams-checker-hidden-input");if(v){if(h.amsCheckerMode==="disable"){r.removeAttr("disabled")}else{r.removeClass("switched")}if(t){t.val(n)}c("[data-required]",r).attr("required","required");q.trigger("ams.checker.opened",[q])}else{if(h.amsCheckerMode==="disable"){r.prop("disabled","disabled")}else{r.addClass("switched")}if(t){t.val(l)}c("[data-required]",r).removeAttr("required");q.trigger("ams.checker.closed",[q])}}})}p.appendTo(f);c(">label",q).attr("for",p.attr("id"));f.append("<i></i>").prependTo(q);var m=c("[required]",r);m.attr("data-required",true);if(h.amsCheckerState==="on"){p.attr("checked",true)}else{if(h.amsCheckerMode==="disable"){r.attr("disabled","disabled")}else{r.addClass("switched")}m.removeAttr("required")}q.data("ams-checker","on")}})},slider:function(e){var f=c(".slider",e);if(f.length>0){a.ajax.check(c.fn.slider,a.baseURL+"ext/bootstrap-slider.min.js",function(){f.each(function(){var j=c(this);var k=j.data();var h={};var g=c.extend({},h,j.data.amsSliderOptions);g=a.executeFunctionByName(k.amsSliderInitCallback,j,g)||g;var i=j.slider(g);a.executeFunctionByName(k.amsSliderAfterInitCallback,j,i,g)})})}},draggable:function(f){var e=c(".draggable",f);if(e.length>0){e.each(function(){var g=c(this);var k=g.data();var i={containment:k.amsDraggableContainment,helper:a.getFunctionByName(k.amsDraggableHelper)||k.amsDraggableHelper,start:a.getFunctionByName(k.amsDraggableStart),stop:a.getFunctionByName(k.amsDraggableStop)};var h=c.extend({},i,k.amsDraggableOptions);h=a.executeFunctionByName(k.amsDraggableInitCallback,g,h)||h;var j=g.draggable(h);g.disableSelection();a.executeFunctionByName(k.amsDraggableAfterInitCallback,g,j,h)})}},sortable:function(e){var f=c(".sortable",e);if(f.length>0){f.each(function(){var k=c(this);var j=k.data();var h={items:j.amsSortableItems,handle:j.amsSortableHandle,connectWith:j.amsSortableConnectwith,start:a.getFunctionByName(j.amsSortableStart),over:a.getFunctionByName(j.amsSortableOver),containment:j.amsSortableContainment,placeholder:j.amsSortablePlaceholder,stop:a.getFunctionByName(j.amsSortableStop)};var g=c.extend({},h,j.amsSortableOptions);g=a.executeFunctionByName(j.amsSortableInitCallback,k,g)||g;var i=k.sortable(g);k.disableSelection();a.executeFunctionByName(j.amsSortableAfterInitCallback,k,i,g)})}},resizable:function(f){var e=c(".resizable",f);if(e.length>0){e.each(function(){var g=c(this);var k=g.data();var i={autoHide:k.amsResizableAutohide===false?true:k.amsResizableAutohide,containment:k.amsResizableContainment,grid:k.amsResizableGrid,handles:k.amsResizableHandles,start:a.getFunctionByName(k.amsResizableStart),stop:a.getFunctionByName(k.amsResizableStop)};var h=c.extend({},i,k.amsResizableOptions);h=a.executeFunctionByName(k.amsResizableInitCallback,g,h)||h;var j=g.resizable(h);g.disableSelection();a.executeFunctionByName(k.amsResizableAfterInitCallback,g,j,h)})}},typeahead:function(f){var e=c(".typeahead",f);if(e.length>0){a.ajax.check(c.fn.typeahead,a.baseURL+"ext/jquery-typeahead"+a.devext+".js",function(){e.each(function(){var g=c(this);var k=g.data();var i={};var h=c.extend({},i,k.amsTypeaheadOptions);h=a.executeFunctionByName(k.amsTypeaheadInitCallback,g,h)||h;var j=g.typeahead(h);a.executeFunctionByName(k.amsTypeaheadAfterInitCallback,g,j,h)})})}},select2:function(f){var e=c(".select2",f);if(e.length>0){a.ajax.check(c.fn.select2,a.baseURL+"ext/jquery-select2-3.5.2"+a.devext+".js",function(){e.each(function(){var g=c(this);var l=g.data();var j={placeholder:l.amsSelect2Placeholder,multiple:l.amsSelect2Multiple,minimumInputLength:l.amsSelect2MinimumInputLength||0,maximumSelectionSize:l.amsSelect2MaximumSelectionSize,openOnEnter:l.amsSelect2EnterOpen===undefined?true:l.amsSelect2EnterOpen,allowClear:l.amsSelect2AllowClear===undefined?true:l.amsSelect2AllowClear,width:l.amsSelect2Width||"100%",initSelection:a.getFunctionByName(l.amsSelect2InitSelection),formatSelection:l.amsSelect2FormatSelection===undefined?a.helpers.select2FormatSelection:a.getFunctionByName(l.amsSelect2FormatSelection),formatResult:a.getFunctionByName(l.amsSelect2FormatResult),formatMatches:l.amsSelect2FormatMatches===undefined?function(m){if(m===1){return a.i18n.SELECT2_MATCH}else{return m+a.i18n.SELECT2_MATCHES}}:a.getFunctionByName(l.amsSelect2FormatMatches),formatNoMatches:l.amsSelect2FormatResult===undefined?function(m){return a.i18n.SELECT2_NOMATCHES}:a.getFunctionByName(l.amsSelect2FormatResult),formatInputTooShort:l.amsSelect2FormatInputTooShort===undefined?function(m,o){var p=o-m.length;return a.i18n.SELECT2_INPUT_TOOSHORT.replace(/\{0\}/,p).replace(/\{1\}/,p===1?"":a.i18n.SELECT2_PLURAL)}:a.getFunctionByName(l.amsSelect2FormatInputTooShort),formatInputTooLong:l.amsSelect2FormatInputTooLong===undefined?function(o,m){var p=o.length-m;return a.i18n.SELECT2_INPUT_TOOLONG.replace(/\{0\}/,p).replace(/\{1\}/,p===1?"":a.i18n.SELECT2_PLURAL)}:a.getFunctionByName(l.amsSelect2FormatInputTooLong),formatSelectionTooBig:l.amsSelect2FormatSelectionTooBig===undefined?function(m){return a.i18n.SELECT2_SELECTION_TOOBIG.replace(/\{0\}/,m).replace(/\{1\}/,m===1?"":a.i18n.SELECT2_PLURAL)}:a.getFunctionByName(l.amsSelect2FormatSelectionTooBig),formatLoadMore:l.amsSelect2FormatLoadMore===undefined?function(m){return a.i18n.SELECT2_LOADMORE}:a.getFunctionByName(l.amsSelect2FormatLoadMore),formatSearching:l.amsSelect2FormatSearching===undefined?function(){return a.i18n.SELECT2_SEARCHING}:a.getFunctionByName(l.amsSelect2FormatSearching),separator:l.amsSelect2Separator||",",tokenSeparators:l.amsSelect2TokensSeparators||[","],tokenizer:a.getFunctionByName(l.amsSelect2Tokenizer)};switch(g.context.type){case"text":case"hidden":if(!j.initSelection){var h=g.data("ams-select2-values");if(h){j.initSelection=function(m,o){var n=[];c(m.val().split(j.separator)).each(function(){n.push({id:this,text:h[this]||this})});o(n)}}}break;default:break}if(g.attr("readonly")){if(g.attr("type")==="hidden"){j.query=function(){return[]}}}else{if(l.amsSelect2Query){j.query=a.getFunctionByName(l.amsSelect2Query);j.minimumInputLength=l.amsSelect2MinimumInputLength||1}else{if(l.amsSelect2QueryUrl){j.ajax={url:l.amsSelect2QueryUrl,quietMillis:l.amsSelect2QuietMillis||200,type:l.amsSelect2QueryType||"POST",dataType:l.amsSelect2QueryDatatype||"json",data:function(o,p,n){var m={};m[l.amsSelect2QueryParamName||"query"]=o;m[l.amsSelect2PageParamName||"page"]=p;m[l.amsSelect2ContextParamName||"context"]=n;return c.extend({},m,l.amsSelect2QueryOptions)},results:a.helpers.select2QueryUrlResultsCallback};j.minimumInputLength=l.amsSelect2MinimumInputLength||1}else{if(l.amsSelect2QueryMethod){j.query=function(m){var n={url:l.amsSelect2MethodTarget||a.jsonrpc.getAddr(),type:l.amsSelect2MethodType||"POST",cache:false,method:l.amsSelect2QueryMethod,params:l.amsSelect2QueryParams||{},success:function(p,o){return a.helpers.select2QueryMethodSuccessCallback.call(g,p,o,m)},error:a.error.show};n.params[l.amsSelect2QueryParamName||"query"]=m.term;n.params[l.amsSelect2PageParamName||"page"]=m.page;n.params[l.amsSelect2ContextParamName||"context"]=m.context;n=c.extend({},n,l.amsSelect2QueryOptions);n=a.executeFunctionByName(l.amsSelect2QueryInitCallback,g,n)||n;a.ajax.check(c.jsonRpc,a.baseURL+"ext/jquery-jsonrpc"+(a.devmode?".js":".min.js"),function(){c.jsonRpc(n)})};j.minimumInputLength=l.amsSelect2MinimumInputLength||1}else{if(l.amsSelect2Tags){j.tags=l.amsSelect2Tags}else{if(l.amsSelect2Data){j.data=l.amsSelect2Data}}}}}}if(l.amsSelect2EnableFreeTags){j.createSearchChoice=function(m){return{id:m,text:(l.amsSelect2FreeTagsPrefix||a.i18n.SELECT2_FREETAG_PREFIX)+m}}}var i=c.extend({},j,l.amsSelect2Options);i=a.executeFunctionByName(l.amsSelect2InitCallback,g,i)||i;var k=g.select2(i);a.executeFunctionByName(l.amsSelect2AfterInitCallback,g,k,i);if(g.hasClass("ordered")){a.ajax.check(c.fn.select2Sortable,a.baseURL+"ext/jquery-select2-sortable"+a.devext+".js",function(){g.select2Sortable({bindOrder:"sortableStop"})})}g.on("change",function(){var m=c(g.get(0).form).data("validator");if(m!==undefined){c(g).valid()}})})})}},maskedit:function(f){var e=c("[data-mask]",f);if(e.length>0){a.ajax.check(c.fn.mask,a.baseURL+"ext/jquery-maskedinput-1.4.1"+a.devext+".js",function(){e.each(function(){var g=c(this);var k=g.data();var i={placeholder:k.amsMaskeditPlaceholder===undefined?"X":k.amsMaskeditPlaceholder,complete:a.getFunctionByName(k.amsMaskeditComplete)};var h=c.extend({},i,k.amsMaskeditOptions);h=a.executeFunctionByName(k.amsMaskeditInitCallback,g,h)||h;var j=g.mask(g.attr("data-mask"),h);a.executeFunctionByName(k.amsMaskeditAfterInitCallback,g,j,h)})})}},datepicker:function(e){var f=c(".datepicker",e);if(f.length>0){a.ajax.check(c.fn.datetimepicker,a.baseURL+"ext/jquery-datetimepicker"+a.devext+".js",function(g){if(g){a.getCSS(a.baseURL+"../css/ext/jquery-datetimepicker"+a.devext+".css","jquery-datetimepicker");a.dialog.registerHideCallback(a.helpers.datetimepickerDialogHiddenCallback)}f.each(function(){var h=c(this);var l=h.data();var j={lang:l.amsDatetimepickerLang||a.lang,format:l.amsDatetimepickerFormat||"d/m/y",datepicker:true,dayOfWeekStart:1,timepicker:false};var i=c.extend({},j,l.amsDatetimepickerOptions);i=a.executeFunctionByName(l.amsDatetimepickerInitCallback,h,i)||i;var k=h.datetimepicker(i);a.executeFunctionByName(l.amsDatetimepickerAfterInitCallback,h,k,i)})})}},datetimepicker:function(f){var e=c(".datetimepicker",f);if(e.length>0){a.ajax.check(c.fn.datetimepicker,a.baseURL+"ext/jquery-datetimepicker"+a.devext+".js",function(g){if(g){a.getCSS(a.baseURL+"../css/ext/jquery-datetimepicker"+a.devext+".css","jquery-datetimepicker");a.dialog.registerHideCallback(a.helpers.datetimepickerDialogHiddenCallback)}e.each(function(){var h=c(this);var l=h.data();var j={lang:l.amsDatetimepickerLang||a.lang,format:l.amsDatetimepickerFormat||"d/m/y H:i",datepicker:true,dayOfWeekStart:1,timepicker:true};var i=c.extend({},j,l.amsDatetimepickerOptions);i=a.executeFunctionByName(l.amsDatetimepickerInitCallback,h,i)||i;var k=h.datetimepicker(i);a.executeFunctionByName(l.amsDatetimepickerAfterInitCallback,h,k,i)})})}},timepicker:function(f){var e=c(".timepicker",f);if(e.length>0){a.ajax.check(c.fn.datetimepicker,a.baseURL+"ext/jquery-datetimepicker"+a.devext+".js",function(g){if(g){a.getCSS(a.baseURL+"../css/ext/jquery-datetimepicker"+a.devext+".css","jquery-datetimepicker");a.dialog.registerHideCallback(a.helpers.datetimepickerDialogHiddenCallback)}e.each(function(){var h=c(this);var l=h.data();var j={lang:l.amsDatetimepickerLang||a.lang,format:l.amsDatetimepickerFormat||"H:i",datepicker:false,timepicker:true};var i=c.extend({},j,l.amsDatetimepickerOptions);i=a.executeFunctionByName(l.amsDatetimepickerInitCallback,h,i)||i;var k=h.datetimepicker(i);a.executeFunctionByName(l.amsDatetimepickerAfterInitCallback,h,k,i)})})}},colorpicker:function(e){var f=c(".colorpicker",e);if(f.length>0){a.ajax.check(c.fn.minicolors,a.baseURL+"ext/jquery-minicolors"+a.devext+".js",function(g){if(g){a.getCSS(a.baseURL+"../css/ext/jquery-minicolors"+a.devext+".css","jquery-minicolors")}f.each(function(){var h=c(this);var l=h.data();var j={position:l.amsColorpickerPosition||h.closest("label.input").data("ams-colorpicker-position")||"bottom left"};var i=c.extend({},j,l.amsColorpickerOptions);i=a.executeFunctionByName(l.amsColorpickerInitCallback,h,i)||i;var k=h.minicolors(i);a.executeFunctionByName(l.amsDatetimepickerAfterInitCallback,h,k,i)})})}},validate:function(f){var e=c("FORM:not([novalidate])",f);if(e.length>0){a.ajax.check(c.fn.validate,a.baseURL+"ext/jquery-validate-1.11.1"+a.devext+".js",function(i){if(i){c.validator.setDefaults({highlight:function(j){c(j).closest(".form-group, label:not(:parents(.form-group))").addClass("state-error")},unhighlight:function(j){c(j).closest(".form-group, label:not(:parents(.form-group))").removeClass("state-error")},errorElement:"span",errorClass:"state-error",errorPlacement:function(k,l){var j=l.parents("label:first");if(j.length){k.insertAfter(j)}else{k.insertAfter(l)}}});if(a.plugins.i18n){for(var g in a.plugins.i18n.validate){if(!a.plugins.i18n.validate.hasOwnProperty(g)){continue}var h=a.plugins.i18n.validate[g];if((typeof(h)==="string")&&(h.indexOf("{0}")>-1)){a.plugins.i18n.validate[g]=c.validator.format(h)}}c.extend(c.validator.messages,a.plugins.i18n.validate)}}e.each(function(){var m=c(this);var n=m.data();var k={ignore:null,submitHandler:m.attr("data-async")!==undefined?n.amsFormSubmitHandler===undefined?function(){c(".state-error",m).removeClass("state-error");a.ajax.check(c.fn.ajaxSubmit,a.baseURL+"ext/jquery-form-3.49"+a.devext+".js");return a.form.submit(m)}:a.getFunctionByName(n.amsFormSubmitHandler):undefined,invalidHandler:m.attr("data-async")!==undefined?n.amsFormInvalidHandler===undefined?function(s,r){c(".state-error",m).removeClass("state-error");for(var p=0;p<r.errorList.length;p++){var o=r.errorList[p];var q=c(o.element).parents(".tab-pane").index()+1;if(q>0){var t=c(".nav-tabs",c(o.element).parents(".tabforms"));c("li:nth-child("+q+")",t).removeClassPrefix("state-").addClass("state-error");c("li.state-error:first a",t).click()}}}:a.getFunctionByName(n.amsFormInvalidHandler):undefined};var j=c.extend({},k,n.amsValidateOptions);j=a.executeFunctionByName(n.amsValidateInitCallback,m,j)||j;var l=m.validate(j);a.executeFunctionByName(n.amsValidateAfterInitCallback,m,l,j)})})}},datatable:function(f){var e=c(".datatable",f);if(e.length>0){a.ajax.check(c.fn.dataTable,a.baseURL+"ext/jquery-dataTables-1.9.4"+a.devext+".js",function(g){c(e).each(function(){a.ajax.check(c.fn.dataTableExt.oPagination.bootstrap_full,a.baseURL+"myams-dataTables"+a.devext+".js");var D=c(this);var H=D.data();var F=(H.amsDatatableExtensions||"").split(/\s+/);var m=H.amsDatatableSdom||"W"+((F.indexOf("colreorder")>=0||F.indexOf("colreorderwithresize")>=0)?"R":"")+"<'dt-top-row'"+(F.indexOf("colvis")>=0?"C":"")+((H.amsDatatablePagination===false||H.amsDatatablePaginationSize===false)?"":"L")+(H.amsDatatableGlobalFilter===false?"":"F")+">r<'dt-wrapper't"+(F.indexOf("scroller")>=0?"S":"")+"><'dt-row dt-bottom-row'<'row'<'col-sm-6'"+(H.amsDatatableInformation===false?"":"i")+"><'col-sm-6 text-right'p>>";var p;var i=H.amsDatatableSorting;if(typeof(i)==="string"){var G=i.split(";");i=[];for(p=0;p<G.length;p++){var x=G[p].split(",");x[0]=parseInt(x[0]);i.push(x)}}var h=[];var t=c("th",D).listattr("data-ams-datatable-stype");for(p=0;p<t.length;p++){var s=t[p];if(s){var j=h[p]||{};j.sType=s;h[p]=j}}var z={bJQueryUI:false,bFilter:H.amsDatatableGlobalFilter!==false,bPaginate:H.amsDatatablePagination!==false,bInfo:H.amsDatatableInfo!==false,bSort:H.amsDatatableSort!==false,aaSorting:i,aoColumns:h.length>0?h:undefined,bDeferRender:true,bAutoWidth:false,iDisplayLength:H.amsDatatableDisplayLength||25,sPaginationType:H.amsDatatablePaginationType||"bootstrap_full",sDom:m,oLanguage:a.plugins.i18n.datatables,fnInitComplete:function(K,J){c(".ColVis_Button").addClass("btn btn-default btn-sm").html((a.plugins.i18n.datatables.sColumns||"Columns")+' <i class="fa fa-fw fa-caret-down"></i>')}};var E=c.extend({},z,H.amsDatatableOptions);if(F.length>0){for(p=0;p<F.length;p++){switch(F[p]){case"autofill":a.ajax.check(c.fn.dataTable.AutoFill,a.baseURL+"ext/jquery-dataTables-autoFill"+a.devext+".js");break;case"columnfilter":a.ajax.check(c.fn.columnFilter,a.baseURL+"ext/jquery-dataTables-columnFilter"+a.devext+".js");break;case"colreorder":a.ajax.check(c.fn.dataTable.ColReorder,a.baseURL+"ext/jquery-dataTables-colReorder"+a.devext+".js");break;case"colreorderwithresize":a.ajax.check(c.fn.dataTable.ColReorder,a.baseURL+"ext/jquery-dataTables-colReorderWithResize"+a.devext+".js");break;case"colvis":a.ajax.check(c.fn.dataTable.ColVis,a.baseURL+"ext/jquery-dataTables-colVis"+a.devext+".js");var u={activate:"click",sAlign:"right"};E.oColVis=c.extend({},u,H.amsDatatableColvisOptions);break;case"editable":a.ajax.check(c.fn.editable,a.baseURL+"ext/jquery-jeditable"+a.devext+".js");a.ajax.check(c.fn.makeEditable,a.baseURL+"ext/jquery-dataTables-editable"+a.devext+".js");break;case"fixedcolumns":a.ajax.check(c.fn.dataTable.FixedColumns,a.baseURL+"ext/jquery-dataTables-fixedColumns"+a.devext+".js");break;case"fixedheader":a.ajax.check(c.fn.dataTable.FixedHeader,a.baseURL+"ext/jquery-dataTables-fixedHeader"+a.devext+".js");break;case"keytable":a.ajax.check(window.KeyTable,a.baseURL+"ext/jquery-dataTables-keyTable"+a.devext+".js");break;case"rowgrouping":a.ajax.check(c.fn.rowGrouping,a.baseURL+"ext/jquery-dataTables-rowGrouping"+a.devext+".js");break;case"rowreordering":a.ajax.check(c.fn.rowReordering,a.baseURL+"ext/jquery-dataTables-rowReordering"+a.devext+".js");break;case"scroller":a.ajax.check(c.fn.dataTable.Scroller,a.baseURL+"ext/jquery-dataTables-scroller"+a.devext+".js");break;default:break}}}E=a.executeFunctionByName(H.amsDatatableInitCallback,D,E)||E;try{var l=D.dataTable(E);a.executeFunctionByName(H.amsDatatableAfterInitCallback,D,l,E);if(F.length>0){for(p=0;p<F.length;p++){switch(F[p]){case"autofill":var I=c.extend({},H.amsDatatableAutofillOptions,E.autofill);I=a.executeFunctionByName(H.amsDatatableAutofillInitCallback,D,I)||I;D.data("ams-autofill",H.amsDatatableAutofillConstructor===undefined?new c.fn.dataTable.AutoFill(D,I):a.executeFunctionByName(H.amsDatatableAutofillConstructor,D,l,I));break;case"columnfilter":var o={sPlaceHolder:"head:after"};var q=c.extend({},o,H.amsDatatableColumnfilterOptions,E.columnfilter);q=a.executeFunctionByName(H.amsDatatableColumnfilterInitCallback,D,q)||q;D.data("ams-columnfilter",H.amsDatatableColumnfilterConstructor===undefined?l.columnFilter(q):a.executeFunctionByName(H.amsDatatableColumnfilterConstructor,D,l,q));break;case"editable":var r=c.extend({},H.amsDatatableEditableOptions,E.editable);r=a.executeFunctionByName(H.amsDatatableEditableInitCallback,D,r)||r;D.data("ams-editable",H.amsDatatableEditableConstructor===undefined?D.makeEditable(r):a.executeFunctionByName(H.amsDatatableEditableConstructor,D,l,r));break;case"fixedcolumns":var k=c.extend({},H.amsDatatableFixedcolumnsOptions,E.fixedcolumns);k=a.executeFunctionByName(H.amsDatatableFixedcolumnsInitCallback,D,k)||k;D.data("ams-fixedcolumns",H.amsDatatableFixedcolumnsConstructor===undefined?new c.fn.dataTable.FixedColumns(D,k):a.executeFunctionByName(H.amsDatatableFixedcolumnsConstructor,D,l,k));break;case"fixedheader":var A=c.extend({},H.amsDatatableFixedheaderOptions,E.fixedheader);A=a.executeFunctionByName(H.amsDatatableFixedheadeInitCallback,D,A)||A;D.data("ams-fixedheader",H.amsDatatableFixedheaderConstructor===undefined?new c.fn.dataTable.FixedHeader(D,A):a.executeFunctionByName(H.amsDatatableFixedheaderConstructor,D,l,A));break;case"keytable":var n={table:D.get(0),datatable:l};var y=c.extend({},n,H.amsDatatableKeytableOptions,E.keytable);y=a.executeFunctionByName(H.amsDatatableKeytableInitCallback,D,y)||y;D.data("ams-keytable",H.amsDatatableKeytableConstructor===undefined?new KeyTable(y):a.executeFunctionByName(H.amsDatatableKeytableConstructor,D,l,y));break;case"rowgrouping":var w=c.extend({},H.amsDatatableRowgroupingOptions,E.rowgrouping);w=a.executeFunctionByName(H.amsDatatableRowgroupingInitCallback,D,w)||w;D.data("ams-rowgrouping",H.amsDatatableRowgroupingConstructor===undefined?D.rowGrouping(w):a.executeFunctionByName(H.amsDatatableRowgroupingConstructor,D,l,w));break;case"rowreordering":var v=c.extend({},H.amsDatatableRowreorderingOptions,E.rowreordering);v=a.executeFunctionByName(H.amsDatatableRowreorderingInitCallback,D,v)||v;D.data("ams-rowreordering",H.amsDatatableRowreorderingConstructor===undefined?D.rowReordering(v):a.executeFunctionByName(H.amsDatatableRowreorderingConstructor,D,l,v));break;default:break}}}var B=(H.amsDatatableFinalizeCallback||"").split(/\s+/);if(B.length>0){for(p=0;p<B.length;p++){a.executeFunctionByName(B[p],D,l,E)}}}catch(C){}})})}},tablednd:function(f){var e=c(".table-dnd",f);if(e.length>0){a.ajax.check(c.fn.tableDnD,a.baseURL+"ext/jquery-tablednd"+a.devext+".js",function(g){e.each(function(){var k=c(this);var l=k.data();if(l.amsTabledndDragHandle){c("tr",k).addClass("no-drag-handle")}else{c(k).on("mouseover","tr",function(){c(this.cells[0]).addClass("drag-handle")}).on("mouseout","tr",function(){c(this.cells[0]).removeClass("drag-handle")})}var i={onDragClass:l.amsTabledndDragClass||"dragging-row",onDragStart:a.getFunctionByName(l.amsTabledndDragStart),dragHandle:l.amsTabledndDragHandle,scrollAmount:l.amsTabledndScrollAmount,onAllowDrop:l.amsTabledndAllowDrop,onDrop:a.getFunctionByName(l.amsTabledndDrop)||function(o,q){var n=l.amsTabledndDropTarget;if(n){c(q).data("ams-disabled-handlers","click");var m=[];c(o.rows).each(function(){var r=c(this).data("ams-element-name");if(r){m.push(r)}});var p=a.getFunctionByName(n);if(typeof(p)==="function"){p.call(k,o,m)}else{a.ajax.post(n,{names:JSON.stringify(m)})}setTimeout(function(){c(q).removeData("ams-disabled-handlers")},50)}return false}};var h=c.extend({},i,l.amsTabledndOptions);h=a.executeFunctionByName(l.amsTabledndInitCallback,k,h)||h;var j=k.tableDnD(h);a.executeFunctionByName(l.amsTabledndAfterInitCallback,k,j,h)})})}},imgareaselect:function(f){var e=c(".imgareaselect",f);if(e.length>0){a.ajax.check(c.fn.imgAreaSelect,a.baseURL+"ext/jquery-imgareaselect-0.9.10"+a.devext+".js",function(g){if(g){a.getCSS(a.baseURL+"../css/ext/jquery-imgareaselect"+a.devext+".css")}e.each(function(){var m=c(this);var l=m.data();var j=l.amsImgareaselectParent?m.parents(l.amsImgareaselectParent):"body";var i={instance:true,handles:true,parent:j,x1:l.amsImgareaselectX1||0,y1:l.amsImgareaselectY1||0,x2:l.amsImgareaselectX2||l.amsImgareaselectImageWidth,y2:l.amsImgareaselectY2||l.amsImgareaselectImageHeight,imageWidth:l.amsImgareaselectImageWidth,imageHeight:l.amsImgareaselectImageHeight,minWidth:128,minHeight:128,aspectRatio:l.amsImgareaselectRatio,onSelectEnd:a.getFunctionByName(l.amsImgareaselectSelectEnd)||function(n,o){var p=l.amsImgareaselectTargetField||"image_";c('input[name="'+p+'x1"]',j).val(o.x1);c('input[name="'+p+'y1"]',j).val(o.y1);c('input[name="'+p+'x2"]',j).val(o.x2);c('input[name="'+p+'y2"]',j).val(o.y2)}};var h=c.extend({},i,l.amsImgareaselectOptions);h=a.executeFunctionByName(l.amsImgareaselectInitCallback,m,h)||h;var k=m.imgAreaSelect(h);a.executeFunctionByName(l.amsImgareaselectAfterInitCallback,m,k,h);setTimeout(function(){k.update()},250)})})}},fancybox:function(e){var f=c(".fancybox",e);if(f.length>0){a.ajax.check(c.fn.fancybox,a.baseURL+"ext/jquery-fancybox-2.1.5"+a.devext+".js",function(g){if(g){a.getCSS(a.baseURL+"../css/ext/jquery-fancybox-2.1.5"+a.devext+".css")}f.each(function(){var h=c(this);var o=h.data();var n=(o.amsFancyboxHelpers||"").split(/\s+/);if(n.length>0){for(var i=0;i<n.length;i++){var m=n[i];switch(m){case"buttons":a.ajax.check(c.fancybox.helpers.buttons,a.baseURL+"ext/fancybox-helpers/fancybox-buttons"+a.devext+".js");break;case"thumbs":a.ajax.check(c.fancybox.helpers.thumbs,a.baseURL+"ext/fancybox-helpers/fancybox-thumbs"+a.devext+".js");break;case"media":a.ajax.check(c.fancybox.helpers.media,a.baseURL+"ext/fancybox-helpers/fancybox-media"+a.devext+".js");break;default:break}}}var k={type:o.amsFancyboxType,padding:o.amsFancyboxPadding||10,margin:o.amsFancyboxMargin||10,beforeLoad:a.getFunctionByName(o.amsFancyboxBeforeLoad)||function(){this.title=a.executeFunctionByName(o.amsFancyboxTitleGetter,this)||c(this.element).attr("original-title")||c(this.element).attr("title")},helpers:{title:{type:"inside"}}};var j=c.extend({},k,o.amsFancyboxOptions);j=a.executeFunctionByName(o.amsFancyboxInitCallback,h,j)||j;var l=h.fancybox(j);a.executeFunctionByName(o.amsFancyboxAfterInitCallback,h,l,j)})})}},graphs:function(f){var e=c(".sparkline",f);if(e.length>0){a.ajax.check(a.graphs,a.baseURL+"myams-graphs"+a.devext+".js",function(){a.graphs.init(e)})}},scrollbars:function(e){var f=c(".scrollbar",e);if(f.length>0){a.ajax.check(c.event.special.mousewheel,a.baseURL+"ext/jquery-mousewheel.min.js",function(){a.ajax.check(c.fn.mCustomScrollbar,a.baseURL+"ext/jquery-mCustomScrollbar"+a.devext+".js",function(g){if(g){a.getCSS(a.baseURL+"../css/ext/jquery-mCustomScrollbar.css","jquery-mCustomScrollbar")}f.each(function(){var l=c(this);var k=l.data();var i={theme:k.amsScrollbarTheme||"light"};var h=c.extend({},i,k.amsScrollbarOptions);h=a.executeFunctionByName(k.amsScrollbarInitCallback,l,h)||h;var j=l.mCustomScrollbar(h);a.executeFunctionByName(k.amsScrollbarAfterInitCallback,l,j,h)})})})}}}};d.callbacks={init:function(e){c("[data-ams-callback]",e).each(function(){var f=this;var g=c(f).data();var h=a.getFunctionByName(g.amsCallback);if(h===undefined){if(g.amsCallbackSource){a.getScript(g.amsCallbackSource,function(){a.executeFunctionByName(g.amsCallback,f,g.amsCallbackOptions)})}else{if(b.console){b.console.warn("Undefined callback: "+g.amsCallback)}}}else{h.call(f,g.amsCallbackOptions)}})},alert:function(m){var h=c(this).data();var e=c.extend({},m,h.amsAlertOptions);var k=c(h.amsAlertParent||e.parent||this);var g=h.amsAlertStatus||e.status||"info";var i=h.amsAlertHeader||e.header;var l=h.amsAlertMessage||e.message;var j=h.amsAlertSubtitle||e.subtitle;var f=h.amsAlertMargin===undefined?(e.margin===undefined?false:e.margin):h.amsAlertMargin;a.skin.alert(k,g,i,l,j,f)},messageBox:function(f){var i=c(this).data();var h=c.extend({},f,i.amsMessageboxOptions);var g=c.extend({},h,{title:i.amsMessageboxTitle||h.title||"",content:i.amsMessageboxContent||h.content||"",icon:i.amsMessageboxIcon||h.icon,number:i.amsMessageboxNumber||h.number,timeout:i.amsMessageboxTimeout||h.timeout});var e=i.amsMessageboxStatus||h.status||"info";var j=a.getFunctionByName(i.amsMessageboxCallback||h.callback);a.skin.messageBox(e,g,j)},smallBox:function(f){var i=c(this).data();var h=c.extend({},f,i.amsSmallboxOptions);var g=c.extend({},h,{title:i.amsSmallboxTitle||h.title||"",content:i.amsSmallboxContent||h.content||"",icon:i.amsSmallboxIcon||h.icon,iconSmall:i.amsSmallboxIconSmall||h.iconSmall,timeout:i.amsSmallboxTimeout||h.timeout});var e=i.amsSmallboxStatus||h.status||"info";var j=a.getFunctionByName(i.amsSmallboxCallback||h.callback);a.skin.smallBox(e,g,j)}};d.events={init:function(e){c("[data-ams-events-handlers]",e).each(function(){var g=c(this);var f=g.data("ams-events-handlers");if(f){for(var h in f){if(f.hasOwnProperty(h)){g.on(h,a.getFunctionByName(f[h]))}}}})}};d.container={changeOrder:function(f,g){var e=c('input[name="'+c(this).data("ams-input-name")+'"]',c(this));e.val(g.join(";"))},deleteElement:function(e){return function(){var f=c(this);d.skin.bigBox({title:a.i18n.WARNING,content:'<i class="text-danger fa fa-2x fa-bell shake animated"></i>&nbsp; '+a.i18n.DELETE_WARNING,buttons:a.i18n.BTN_OK_CANCEL},function(i){if(i===a.i18n.BTN_OK){var k=f.parents("table");var h=k.data("ams-location")||"";var l=f.parents("tr");var j=l.data("ams-delete-target")||k.data("ams-delete-target")||"delete-element.json";var g=l.data("ams-element-name");d.ajax.post(h+"/"+j,{object_name:g},function(m,n){if(m.status==="success"){if(k.hasClass("datatable")){k.dataTable().fnDeleteRow(l[0])}else{l.remove()}}})}})}}};d.skin={_setPageHeight:function(){var g=c("#main").height();var e=a.left_panel.height();var f=c(window).height()-a.navbar_height;if(g>f){a.left_panel.css("min-height",g);a.root.css("min-height",g+a.navbar_height)}else{a.left_panel.css("min-height",f);a.root.css("min-height",f)}},_checkMobileWidth:function(){if(c(window).width()<979){a.root.addClass("mobile-view-activated")}else{if(a.root.hasClass("mobile-view-activated")){a.root.removeClass("mobile-view-activated")}}},_showShortcutButtons:function(){a.shortcuts.animate({height:"show"},200,"easeOutCirc");a.root.addClass("shortcut-on")},_hideShortcutButtons:function(){a.shortcuts.animate({height:"hide"},300,"easeOutCirc");a.root.removeClass("shortcut-on")},checkNotification:function(){var e=c("#activity > .badge");if(parseInt(e.text())>0){e.removeClass("hidden").addClass("bg-color-red bounceIn animated")}else{e.addClass("hidden").removeClass("bg-color-red bounceIn animated")}},_initDesktopWidgets:function(e){if(a.enable_widgets){var f=c(".ams-widget",e);if(f.length>0){a.ajax.check(c.fn.MyAMSWidget,a.baseURL+"myams-widgets"+a.devext+".js",function(){f.each(function(){var j=c(this);var i=j.data();var h={deleteSettingsKey:"#deletesettingskey-options",deletePositionKey:"#deletepositionkey-options"};var g=c.extend({},h,i.amsWidgetOptions);g=a.executeFunctionByName(i.amsWidgetInitcallback,j,g)||g;j.MyAMSWidget(g)});b.MyAMSWidget.initWidgetsGrid(c(".ams-widget-grid",e))})}}},_initMobileWidgets:function(e){if(a.enable_mobile&&a.enable_widgets){a.skin._initDesktopWidgets(e)}},alert:function(l,f,g,m,k,e){if(f==="error"){f="danger"}c(".alert-"+f,l).remove();var i='<div class="'+(e?"margin-10":"")+" alert alert-block alert-"+f+' padding-5 fade in"><a class="close" data-dismiss="alert"><i class="fa fa-check"></i></a><h4 class="alert-heading"><i class="fa fa-fw fa-warning"></i> '+g+"</h4>"+(k?("<p>"+k+"</p>"):"");if(typeof(m)==="string"){i+="<ul><li>"+m+"</li></ul>"}else{if(m){i+="<ul>";for(var h in m){if(!c.isNumeric(h)){continue}i+="<li>"+m[h]+"</li>"}i+="</ul>"}}i+="</div>";var j=c(i).prependTo(l);if(l.exists){a.ajax.check(c.scrollTo,a.baseURL+"ext/jquery-scrollTo.min.js",function(){c.scrollTo(l,{offset:{top:-50}})})}},bigBox:function(e,f){a.ajax.check(a.notify,a.baseURL+"myams-notify"+a.devext+".js",function(){a.notify.messageBox(e,f)})},messageBox:function(e,f,g){if(typeof(e)==="object"){g=f;f=e||{};e="info"}a.ajax.check(a.notify,a.baseURL+"myams-notify"+a.devext+".js",function(){switch(e){case"error":case"danger":f.color="#C46A69";break;case"warning":f.color="#C79121";break;case"success":f.color="#739E73";break;default:f.color=f.color||"#3276B1"}f.sound=false;a.notify.bigBox(f,g)})},smallBox:function(e,f,g){if(typeof(e)==="object"){g=f;f=e||{};e="info"}a.ajax.check(a.notify,a.baseURL+"myams-notify"+a.devext+".js",function(){switch(e){case"error":case"danger":f.color="#C46A69";break;case"warning":f.color="#C79121";break;case"success":f.color="#739E73";break;default:f.color=f.color||"#3276B1"}f.sound=false;a.notify.smallBox(f,g)})},_drawBreadCrumb:function(){var e=c("#ribbon OL.breadcrumb");c("li",e).not(".parent").remove();if(!c("li",e).exists()){e.append(c("<li></li>").append(c("<a></a>").text(a.i18n.HOME).addClass("padding-right-5").attr("href",c('nav a[href!="#"]:first').attr("href"))))}c("nav LI.active >A").each(function(){var h=c(this);var f=c.trim(h.clone().children(".badge").remove().end().text());var g=c("<li></li>").append(h.attr("href").replace(/^#/,"")?c("<a></a>").html(f).attr("href",h.attr("href")):f);e.append(g)})},checkURL:function(){function e(l){c(".active",i).removeClass("active");l.addClass("open").addClass("active");l.parents("li").addClass("open active").children("ul").addClass("active").show();l.parents("li:first").removeClass("open");l.parents("ul").addClass(l.attr("href").replace(/^#/,"")?"active":"").show()}var j;var i=c("nav");var h=location.hash;var g=h.replace(/^#/,"");if(g){var f=c("#content");if(!f.exists()){f=c("body")}j=c('A[href="'+h+'"]',i);if(j.exists()){e(j)}a.skin.loadURL(g,f);document.title=c("[data-ams-page-title]:first",f).data("ams-page-title")||j.attr("title")||document.title}else{var k=c("[data-ams-active-menu]").data("ams-active-menu");if(k){j=c('A[href="'+k+'"]',i)}else{j=c('>UL >LI >A[href!="#"]',i).first()}if(j.exists()){e(j);if(k){a.skin._drawBreadCrumb()}else{window.location.hash=j.attr("href")}}}},_clean_callbacks:[],registerCleanCallback:function(f){var e=a.skin._clean_callbacks;if(e.indexOf(f)<0){e.push(f)}},cleanContainer:function(e){var g=a.skin._clean_callbacks;for(var f=0;f<g.length;f++){g[f].call(e)}},loadURL:function(g,e,f,j){if(g.startsWith("#")){g=g.substr(1)}if(typeof(f)==="function"){j=f;f={}}e=c(e);var i={type:"GET",url:g,dataType:"html",cache:false,beforeSend:function(){a.skin.cleanContainer(e);e.html('<h1 class="loading"><i class="fa fa-cog fa-spin"></i> Loading... </h1>');if(e[0]===c("#content")[0]){a.skin._drawBreadCrumb();document.title=c(".breadcrumb LI:last-child").text();c("html, body").animate({scrollTop:0},"fast")}else{e.animate({scrollTop:0},"fast")}},success:function(o,l,n){if(j){a.executeFunctionByName(j,this,o,l,n,f)}else{var m=a.ajax.getResponse(n);var p=m.content_type;var k=m.data;c(".loading",e).remove();switch(p){case"json":a.ajax.handleJSON(k,e);break;case"script":break;case"xml":break;case"html":case"text":default:e.parents(".hidden").removeClass("hidden");c(".alert",e.parents(".alerts-container")).remove();e.css({opacity:"0.0"}).html(o).removeClass("hidden").delay(50).animate({opacity:"1.0"},300);a.initContent(e);a.form.setFocus(e)}if(f&&f.afterLoadCallback){a.executeFunctionByName(f.afterLoadCallback,this)}}},error:function(m,l,k){e.html('<h3 class="error"><i class="fa fa-warning txt-color-orangeDark"></i> '+a.i18n.ERROR+k+"</h3>"+m.responseText)},async:false};var h=c.extend({},i,f);c.ajax(h)},setLanguage:function(f){var h=f.lang;var g=f.handler_type||"json";switch(g){case"json":var i=f.method||"setUserLanguage";a.jsonrpc.post(i,{lang:h},function(){window.location.reload(true)});break;case"ajax":var e=f.href||"setUserLanguage";a.ajax.post(e,{lang:h},function(){window.location.reload(true)});break}},logout:function(){window.location=a.loginURL}};d.stats={logEvent:function(f,g,e){if(typeof(b._gaq)==="undefined"){return}if(typeof(f)==="object"){g=f.action;e=f.label;f=f.category}b._gaq.push(["_trackEvent",f,g,e])}};d.initPage=function(){var e=c("body");a.root=e;a.left_panel=c("#left-panel");a.shortcuts=c("#shortcut");a.plugins.initData(e);var f=c.ajaxSettings.xhr;c.ajaxSetup({progress:a.ajax.progress,progressUpload:a.ajax.progress,xhr:function(){var i=f();if(i&&(typeof(i.addEventListener)==="function")){var h=this;i.addEventListener("progress",function(j){h.progress(j)},false)}return i}});c(document).ajaxStart(a.ajax.start);c(document).ajaxStop(a.ajax.stop);c(document).ajaxError(a.error.ajax);if(!a.isMobile){a.root.addClass("desktop-detected");a.device="desktop"}else{a.root.addClass("mobile-detected");a.device="mobile";if(a.enable_fastclick){a.ajax.check(c.fn.noClickDelay,a.baseURL+"/ext/jquery-smartclick"+a.devext+".js",function(){c("NAV UL A").noClickDelay();c("A","#hide-menu").noClickDelay()})}}c("#hide-menu >:first-child > A").click(function(h){e.toggleClass("hidden-menu");h.preventDefault()});c("#show-shortcut").click(function(h){if(a.shortcuts.is(":visible")){a.skin._hideShortcutButtons()}else{a.skin._showShortcutButtons()}h.preventDefault()});a.shortcuts.click(function(h){a.skin._hideShortcutButtons()});c(document).mouseup(function(h){if(!a.shortcuts.is(h.target)&&a.shortcuts.has(h.target).length===0){a.skin._hideShortcutButtons()}});c("#search-mobile").click(function(){a.root.addClass("search-mobile")});c("#cancel-search-js").click(function(){a.root.removeClass("search-mobile")});c("#activity").click(function(i){var h=c(this);var j=h.next(".ajax-dropdown");if(!j.is(":visible")){j.css("left",h.position().left-j.innerWidth()/2+h.innerWidth()/2).fadeIn(150);h.addClass("active")}else{j.fadeOut(150);h.removeClass("active")}i.preventDefault()});a.skin.checkNotification();c(document).mouseup(function(h){var i=c(".ajax-dropdown");if(!i.is(h.target)&&i.has(h.target).length===0){i.fadeOut(150).prev().removeClass("active")}});c('input[name="activity"]').change(function(){var i=c(this).data("ams-url");var h=c(".ajax-notifications");a.skin.loadURL(i,h)});c("#logout a").click(function(h){h.preventDefault();h.stopPropagation();a.loginURL=c(this).attr("href");a.skin.bigBox({title:"<i class='fa fa-sign-out txt-color-orangeDark'></i> "+a.i18n.LOGOUT+" <span class='txt-color-orangeDark'><strong>"+c("#show-shortcut").text()+"</strong></span> ?",content:a.i18n.LOGOUT_COMMENT,buttons:"["+a.i18n.BTN_NO+"]["+a.i18n.BTN_YES+"]"},function(i){if(i===a.i18n.BTN_YES){a.root.addClass("animated fadeOutUp");setTimeout(a.skin.logout,1000)}})});var g=c("nav");c("UL",g).myams_menu({accordion:g.data("ams-menu-accordion")!==false,speed:a.menu_speed});c(".minifyme").click(function(h){c("BODY").toggleClass("minified");c(this).effect("highlight",{},500);h.preventDefault()});c("#refresh").click(function(h){a.skin.bigBox({title:"<i class='fa fa-refresh' style='color: green'></i> "+a.i18n.CLEAR_STORAGE_TITLE,content:a.i18n.CLEAR_STORAGE_CONTENT,buttons:"["+a.i18n.BTN_CANCEL+"]["+a.i18n.BTN_OK+"]"},function(i){if(i===a.i18n.BTN_OK&&localStorage){localStorage.clear();location.reload()}});h.preventDefault()});e.on("click",function(i){var h=c(this);if(!h.is(i.target)&&h.has(i.target).length===0&&c(".popover").has(i.target).length===0){h.popover("hide")}});a.ajax.check(c.resize,a.baseURL+"ext/jquery-resize"+a.devext+".js",function(){c("#main").resize(function(){a.skin._setPageHeight();a.skin._checkMobileWidth()});g.resize(function(){a.skin._setPageHeight()})});if(a.ajax_nav){c(document).on("click",'a[href="#"]',function(h){h.preventDefault()});c(document).on("click",'a[href!="#"]:not([data-toggle]), [data-ams-url]:not([data-toggle])',function(m){var k=c(m.currentTarget);var i=k.data("ams-disabled-handlers");if((i===true)||(i==="click")){return}var h=k.attr("href")||k.data("ams-url");if(!h||h.startsWith("javascript")||k.attr("target")||(k.data("ams-context-menu")===true)){return}m.preventDefault();m.stopPropagation();var j=a.getFunctionByName(h);if(typeof(j)==="function"){h=j.call(k)}if(typeof(h)==="function"){h.call(k)}else{h=h.replace(/\%23/,"#");var l=k.data("ams-target");if(l){a.form.confirmChangedForm(l,function(){a.skin.loadURL(h,l,k.data("ams-link-options"),k.data("ams-link-callback"))})}else{a.form.confirmChangedForm(function(){if(h.startsWith("#")){if(h!==location.hash){if(a.root.hasClass("mobile-view-activated")){a.root.removeClass("hidden-menu");window.setTimeout(function(){window.location.hash=h},50)}else{window.location.hash=h}}}else{window.location=h}})}}});c(document).on("click",'a[target="_blank"]',function(h){h.preventDefault();window.open(c(h.currentTarget).attr("href"))});c(document).on("click",'a[target="_top"]',function(h){h.preventDefault();a.form.confirmChangedForm(function(){window.location=c(h.currentTarget).attr("href")})});c(window).on("hashchange",a.skin.checkURL)}c(document).off("click.modal").on("click",'[data-toggle="modal"]',function(j){var i=c(this);var h=i.data("ams-disabled-handlers");if((h===true)||(h==="click")){return}if(i.data("ams-context-menu")===true){return}if(i.data("ams-stop-propagation")===true){j.stopPropagation()}j.preventDefault();a.dialog.open(i);if(i.parents("#shortcut").exists()){setTimeout(a.skin._hideShortcutButtons,300)}});c(document).on("click",'button[type="submit"], button.submit',function(){var h=c(this);c(h.get(0).form).data("ams-submit-button",h)});c(document).on("click","[data-ams-click-handler]",function(k){var j=c(this);var h=j.data("ams-disabled-handlers");if((h===true)||(h==="click")){return}var i=j.data();if(i.amsClickHandler){if((i.amsStopPropagation===true)||(i.amsClickStopPropagation===true)){k.stopPropagation()}if(i.amsClickKeepDefault!==true){k.preventDefault()}var l=a.getFunctionByName(i.amsClickHandler);if(l!==undefined){l.call(j,i.amsClickHandlerOptions)}}});c(document).on("change","[data-ams-change-handler]",function(k){var j=c(this);var h=j.data("ams-disabled-handlers");if((h===true)||(h==="change")){return}var i=j.data();if(i.amsChangeHandler){if(i.amsChangeKeepDefault!==true){k.preventDefault()}var l=a.getFunctionByName(i.amsChangeHandler);if(l!==undefined){l.call(j,i.amsChangeHandlerOptions)}}});c(document).on("reset","form",function(i){var h=c(this);setTimeout(function(){h.find(".select2").trigger("change")},10);a.form.setFocus(h)});c(document).on("reset","[data-ams-reset-handler]",function(j){var h=c(this);var i=h.data();if(i.amsResetHandler){if(i.amsResetKeepDefault!==true){j.preventDefault()}var k=a.getFunctionByName(i.amsResetHandler);if(k!==undefined){k.call(h,i.amsResetHandlerOptions)}}});c(document).on("change",'input[type="file"]',function(j){j.preventDefault();var h=c(this);var i=h.parent(".button");if(i.exists()&&i.parent().hasClass("input-file")){i.next('input[type="text"]').val(h.val())}});c(document).on("focusin",function(h){if(c(h.target).closest(".mce-window").length){h.stopImmediatePropagation()}});c("a[data-toggle=tab]",".nav-tabs").on("click",function(h){if(c(this).parent("li").hasClass("disabled")){h.preventDefault();return false}});c(document).on("show.bs.tab",function(j){var h=c(j.target);var i=h.data();if(i.amsUrl){if(i.amsTabLoaded){return}try{h.append('<i class="fa fa-spin fa-cog margin-left-5"></i>');a.skin.loadURL(i.amsUrl,h.attr("href"));if(i.amsTabLoadOnce){h.data("ams-tab-loaded",true)}}finally{c("i",h).remove()}}});a.initContent(document);if(a.ajax_nav&&g.exists()){a.skin.checkURL()}a.form.setFocus(document);c(window).on("beforeunload",a.form.checkBeforeUnload)};d.initContent=function(e){c(".tipsy").remove();c("[rel=tooltip]",e).tooltip();c("[rel=popover]",e).popover();c("[rel=popover-hover]",e).popover({trigger:"hover"});a.plugins.init(e);a.callbacks.init(e);a.events.init(e);a.form.init(e);if(a.device==="desktop"){a.skin._initDesktopWidgets(e)}else{a.skin._initMobileWidgets(e)}a.skin._setPageHeight()};d.i18n={INFO:"Information",WARNING:"!! WARNING !!",ERROR:"ERROR: ",WAIT:"Please wait!",FORM_SUBMITTED:"This form was already submitted...",NO_SERVER_RESPONSE:"No response from server!",ERROR_OCCURED:"An error occured!",ERRORS_OCCURED:"Some errors occured!",BAD_LOGIN_TITLE:"Bad login!",BAD_LOGIN_MESSAGE:"Your anthentication credentials didn't allow you to open a session; please check your credentials or contact administrator.",CONFIRM:"Confirm",CONFIRM_REMOVE:"Removing this content can't be undone. Do you confirm?",CLEAR_STORAGE_TITLE:"Clear Local Storage",CLEAR_STORAGE_CONTENT:"Would you like to RESET all your saved widgets and clear LocalStorage?",BTN_OK:"OK",BTN_CANCEL:"Cancel",BTN_OK_CANCEL:"[OK][Cancel]",BTN_YES:"Yes",BTN_NO:"No",BTN_YES_NO:"[Yes][No]",CLIPBOARD_COPY:"Copy to clipboard with Ctrl+C, and Enter",FORM_CHANGED_WARNING:"Some changes were not saved. These updates will be lost if you leave this page.",DELETE_WARNING:"This change can't be undone. Are you sure that you want to delete this element?",NO_UPDATE:"No changes were applied.",DATA_UPDATED:"Data successfully updated.",HOME:"Home",LOGOUT:"Logout?",LOGOUT_COMMENT:"You can improve your security further after logging out by closing this opened browser",SELECT2_PLURAL:"s",SELECT2_MATCH:"One result is available, press enter to select it.",SELECT2_MATCHES:" results are available, use up and down arrow keys to navigate.",SELECT2_NOMATCHES:"No matches found",SELECT2_SEARCHING:"Searching...",SELECT2_LOADMORE:"Loading more results...",SELECT2_INPUT_TOOSHORT:"Please enter {0} more character{1}",SELECT2_INPUT_TOOLONG:"Please delete {0} character{1}",SELECT2_SELECTION_TOOBIG:"You can only select {0} item{1}",SELECT2_FREETAG_PREFIX:"Free text: ",DT_COLUMNS:"Columns"};c(document).ready(function(){c=jQuery.noConflict();var e=c("HTML");var f=e.attr("lang")||e.attr("xml:lang");if(f&&!f.startsWith("en")){d.lang=f;d.getScript(d.baseURL+"i18n/myams_"+f.substr(0,2)+".js",function(){d.initPage()})}else{d.initPage()}})})(jQuery,this);
\ No newline at end of file
--- a/src/ztfy/myams/resources/less/buttons.less	Fri Jan 29 15:36:00 2016 +0100
+++ b/src/ztfy/myams/resources/less/buttons.less	Fri Jan 29 15:37:22 2016 +0100
@@ -47,8 +47,8 @@
 .btn {
 	padding: 6px 12px;
 	border-radius: 2px;
-	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .05);
-	-webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .05);
+	//box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .05);
+	//-webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .05);
 
 	.btn-toolbar & {
 		padding: 4px;
@@ -291,6 +291,9 @@
 		font-size: 17px;
 		margin: 10px 0 0;
 
+		&[href] {
+			cursor: pointer!important;
+		}
 		&:hover {
 			border: 1px solid #bfbfbf;
 			color: #222;
--- a/src/ztfy/myams/resources/less/colors.less	Fri Jan 29 15:36:00 2016 +0100
+++ b/src/ztfy/myams/resources/less/colors.less	Fri Jan 29 15:37:22 2016 +0100
@@ -9,6 +9,7 @@
 @warningTextColor: #6b6d31;
 @infoTextColor: #346597;
 @successTextColor: #296829;
+@successBgColor: #5cb85c;
 
 @magenta: #6e3671;
 @teal: #568a89;
@@ -42,6 +43,33 @@
 @activeTabBg: #cedbf7;
 
 
+.txt-color-danger {
+	color: @dangerTextColor !important;
+}
+.txt-color-warning {
+	color: @warningTextColor !important;
+}
+.txt-color-info {
+	color: @infoTextColor !important;
+}
+.txt-color-success {
+	color: @successTextColor !important;
+}
+
+.bg-color-danger {
+	background-color: @dangerTextColor !important;
+}
+.bg-color-warning {
+	background-color: @warningTextColor !important;
+}
+.bg-color-info {
+	background-color: @infoTextColor !important;
+}
+.bg-color-success {
+	background-color: @successBgColor !important;
+}
+
+
 .txt-color-text {
 	color: @textColor !important;
 }
--- a/src/ztfy/myams/resources/less/content.less	Fri Jan 29 15:36:00 2016 +0100
+++ b/src/ztfy/myams/resources/less/content.less	Fri Jan 29 15:37:22 2016 +0100
@@ -171,6 +171,9 @@
 	&-y {
 		overflow-y: auto;
 
+		&-none {
+			overflow-y: hidden!important;
+		}
 		&.viewport-100 {
 			max-height: 100px;
 		}
@@ -196,6 +199,9 @@
 	&-x {
 		overflow-x: auto;
 
+		&-none {
+			overflow-x: hidden!important;
+		}
 		&.viewport-100 {
 			max-width: 100px;
 		}
--- a/src/ztfy/myams/resources/less/forms.less	Fri Jan 29 15:36:00 2016 +0100
+++ b/src/ztfy/myams/resources/less/forms.less	Fri Jan 29 15:37:22 2016 +0100
@@ -215,31 +215,34 @@
 			box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
 }
 
-.uneditable-input:focus,
-input[type=color]:focus,
-input[type=date]:focus,
-input[type=datetime-local]:focus,
-input[type=datetime]:focus,
-input[type=email]:focus,
-input[type=month]:focus,
-input[type=number]:focus,
-input[type=password]:focus,
-input[type=search]:focus,
-input[type=tel]:focus,
-input[type=text]:focus,
-input[type=time]:focus,
-input[type=url]:focus,
-input[type=week]:focus,
-.filter_column input:focus,
-.filter_column select:focus,
-select:focus,
-textarea:focus {
-	border-color: rgba(82, 168, 236, 0.8);
-	outline: 0;
-	outline: thin dotted 9;
-	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(82, 168, 236, 0.6);
-	   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(82, 168, 236, 0.6);
-			box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(82, 168, 236, 0.6);
+.uneditable-input,
+input[type=color],
+input[type=date],
+input[type=datetime-local],
+input[type=datetime],
+input[type=email],
+input[type=month],
+input[type=number],
+input[type=password],
+input[type=search],
+input[type=tel],
+input[type=text],
+input[type=time],
+input[type=url],
+input[type=week],
+.filter_column input,
+.filter_column select,
+select,
+textarea {
+
+	&:focus {
+		border-color: rgba(82, 168, 236, 0.8);
+		outline: 0;
+		outline: thin dotted 9;
+		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
+		   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
+		        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
+	}
 }
 
 .form-control {
@@ -1325,6 +1328,12 @@
 
 		&[readonly] {
 			border-bottom: 1px solid #ccc!important;
+
+			&:focus {
+				-webkit-box-shadow: none;
+				   -moz-box-shadow: none;
+				        box-shadow: none;
+			}
 		}
 		&.display-mode {
 			border: none;
@@ -1550,6 +1559,29 @@
 			}
 		}
 	}
+	.inner-table-form & {
+		>fieldset {
+			margin-top: 10px;
+			margin-bottom: 0;
+		}
+		legend {
+			background-color: white;
+		}
+		.form-group {
+			padding: 5px 10px 0;
+		}
+		input[type="text"] {
+			height: 28px;
+		}
+		.mce-edit-area >iframe {
+			min-height: 250px!important;
+		}
+		footer {
+			padding: 5px 20px;
+			border-top: 0;
+			background-color: transparent;
+		}
+	}
 	.toggle {
 		margin-bottom: 4px;
 		padding-right: 61px;
@@ -2695,10 +2727,68 @@
 	}
 }
 
+.mce-container,
+.mce-container *,
+.mce-widget,
+.mce-widget *,
+.mce-reset {
+	font-family: Ubuntu, Arial, Helvetica, sans-serif!important;
+	font-size: 13px;
+
+	button {
+		padding: 2px 10px!important;
+	}
+	.mce-ico {
+		font-family: tinymce, Arial!important;
+		font-size: 14px!important;
+	}
+}
+.mce-panel {
+	background-image: none!important;
+	border-color: #ccc!important;
+}
+.mce-menubar {
+	.mce-menubtn {
+		button {
+			padding: 2px 10px;
+			line-height: 16px;
+
+			span {
+				font-size: 12px;
+				line-height: 16px;
+			}
+			.mce-caret {
+				margin-top: 6px;
+			}
+		}
+	}
+}
+.mce-menubtn span {
+	font-size: 13px!important;
+}
+.mce-btn-group .mce-btn {
+	border-color: #ccc!important;
+}
+.mce-btn {
+	background-image: none!important;
+}
+.mce-colorbutton {
+	button {
+		padding: 2px 1px 2px 5px!important;
+	}
+}
 .mce-edit-area >iframe {
 	min-height: 400px!important;
 }
+.mce-path,
+.mce-wordcount {
+	padding: 2px 8px!important;
+	font-size: 12px!important;
 
+	button {
+		font-size: 12px!important;
+	}
+}
 .client-form header {
 	padding: 15px 13px;
 	margin: 0;
--- a/src/ztfy/myams/resources/less/layout.less	Fri Jan 29 15:36:00 2016 +0100
+++ b/src/ztfy/myams/resources/less/layout.less	Fri Jan 29 15:37:22 2016 +0100
@@ -61,8 +61,11 @@
 }
 
 .page-title {
-	margin: 12px 0 15px;
+	margin: 7px 0 10px;
 
+	a {
+		color: #6F8696;
+	}
 	a:hover,
 	a:active {
 		text-decoration: none;
@@ -189,6 +192,16 @@
 		padding-left: 0;
 		text-align: left;
 	}
+	&.bordered {
+		background-color: white;
+		padding-top: 4px;
+		padding-bottom: 9px;
+		border-color: silver;
+		border-width: 2px 2px 0;
+		border-style: solid;
+		border-radius: 8px 8px 0 0;
+		margin-left: -1px;
+	}
 }
 .top-tabs {
 	display: inline-block;
@@ -240,6 +253,83 @@
 }
 
 
+#user-menu {
+	position: relative;
+
+	.btn {
+		position: relative;
+		margin-top: 10px;
+		margin-bottom: 8px;
+		padding: 3px 6px 3px 0;
+		width: 60px;
+
+		@media (max-width: 767px) {
+			margin-top: 5px;
+			margin-left: 5px!important;
+			width: 40px;
+			padding-top: 5px;
+			padding-bottom: 4px;
+
+			i.fa {
+				float: none!important;
+				font-size: 150%;
+			}
+		}
+		img,
+		i.img {
+			position: absolute;
+			left: -1px;
+			top: -4px;
+			border: solid 1px white;
+			padding: 2px;
+			background-color: white;
+			transform: rotate(-7deg);
+
+			@media (max-width: 767px) {
+				display: none;
+			}
+		}
+		i.img {
+			width: 34px;
+			height: 34px;
+			color: #999;
+			opacity: 1;
+			font-size: 220%;
+		}
+
+		&:active {
+			img,
+			i.img {
+				left: -2px;
+				top: -5px;
+			}
+		}
+	}
+	@media (max-width: 767px) {
+		.dropdown-menu {
+			a {
+				width: auto!important;
+			}
+		}
+	}
+}
+
+
+#user-activity {
+	position: relative;
+
+	.badge {
+		position: absolute;
+		top: 2px;
+		right: -8px;
+
+		@media (max-width: 767px) {
+			top: -2px;
+		}
+	}
+}
+
+
 #login-info {
 	@media (max-width:979px) {
 		display: none;
@@ -552,6 +642,18 @@
 		background: 0 0;
 		vertical-align: top;
 
+		li.strong {
+			a {
+				line-height: 1em;
+				font-weight: bold;
+				font-size: 120%;
+				color: white!important;
+
+				@media only screen and (min-width:0) and (max-width:679px) {
+					color: #333!important;
+				}
+			}
+		}
 		&,
 		a {
 			color: #ddd!important;
@@ -562,7 +664,12 @@
 			}
 		}
 		>li+li:before {
-			padding: 0 1px 0 5px;
+			padding: 0 3px;
+			//font-size: 14px;
+			//font-weight: normal;
+		}
+		>li+li.strong:before {
+			padding-right: 1px;
 		}
 		li:last-child,
 		>.active {
@@ -742,14 +849,14 @@
 		}
 	}
 	img {
-		width: 25px;
+		width: 24px;
 		height: auto;
 		display: inline-block;
 		vertical-align: middle;
-		margin-top: -3px;
-		margin-right: 7px;
+		margin-top: -6px;
+		margin-right: 0;
 		margin-left: 0;
-		border-left: 3px solid #fff;
+		border-left: 0;
 	}
 }
 
@@ -1088,6 +1195,19 @@
 					top: 0;
 				}
 			}
+			a {
+				display: inline-block;
+				box-sizing: content-box;
+				text-transform: capitalize;
+				font-size: 14px;
+				color: #333;
+				text-decoration: none;
+
+				span {
+					display: inline-block;
+					padding: 0 0 0 10px;
+				}
+			}
 		}
 	}
 
--- a/src/ztfy/myams/resources/less/menus.less	Fri Jan 29 15:36:00 2016 +0100
+++ b/src/ztfy/myams/resources/less/menus.less	Fri Jan 29 15:37:22 2016 +0100
@@ -7,7 +7,7 @@
 
 	ul {
 		width: 100%;
-		padding: 40px 28px 25px 0;
+		//padding: 40px 28px 25px 0;
 		padding: 0;
 		margin: 0;
 		font-size: 13px;
@@ -22,6 +22,10 @@
 			&.divider {
 				height: 20px;
 				border: 0;
+
+				&:last-child {
+					display: none;
+				}
 			}
 			&.header {
 				font-family: "Ubuntu-Light", Arial, Helvetica, sans-serif;
@@ -29,8 +33,8 @@
 				font-weight: bold;
 				color: #eee;
 				background-color: #b13510;
-				border-top-color: #d44918;
-				border-bottom-color: #a13812;
+				//border-top-color: #d44918;
+				//border-bottom-color: #a13812;
 				padding: 4px 10px 4px 20px;
 				line-height: 18px;
 
@@ -81,7 +85,7 @@
 						position: absolute;
 						right: -21px;
 						font-size: 20px;
-						color: #eee;
+						color: #e5e2cf;
 					}
 				}
 				&.open >a {
@@ -102,6 +106,21 @@
 			color: #fefefe!important;
 			position: relative;
 		}
+		&.active {
+			li.active {
+				>a {
+					cursor: default;
+
+					&.open {
+						cursor: pointer;
+
+						&.active {
+							cursor: default;
+						}
+					}
+				}
+			}
+		}
 		b {
 			float: right;
 			font-size: 14px;
@@ -206,8 +225,8 @@
 
 	>ul {
 		>li {
-			border-top: 1px solid #718999;
-			border-bottom: 1px solid #576975;
+			//border-top: 1px solid #718999;
+			//border-bottom: 1px solid #576975;
 
 			&:hover >ul::before,
 			&:hover >ul >li::before {
@@ -219,6 +238,7 @@
 				}
 				b {
 					position: absolute!important;
+					visibility: hidden;
 					right: 10px;
 					top: 10px;
 				}
@@ -252,6 +272,14 @@
 					}
 				}
 			}
+			&:not(.open),
+			&.open:not(.active) {
+				>a {
+					&:hover b {
+						visibility: visible;
+					}
+				}
+			}
 			>ul::before {
 				content: "";
 				display: block;
--- a/src/ztfy/myams/resources/less/modal.less	Fri Jan 29 15:36:00 2016 +0100
+++ b/src/ztfy/myams/resources/less/modal.less	Fri Jan 29 15:37:22 2016 +0100
@@ -38,6 +38,9 @@
 			min-height: 140px;
 		}
 	}
+	.close:hover {
+		background-color: white;
+	}
 	.suffix {
 		.alert {
 			margin-bottom: 0;
@@ -49,6 +52,16 @@
 	}
 }
 
+.modal-header {
+	position: relative;
+
+	.toolbar {
+		position: absolute;
+		right: 10px;
+		bottom: -19px;
+		z-index: 1;
+	}
+}
 .modal-title {
 	img {
 		margin: 0 15px 0 0;
@@ -60,6 +73,13 @@
 		overflow: hidden;
 	}
 }
+.modal-viewport {
+	fieldset {
+		.alert {
+			margin: 0 -5px 5px!important;
+		}
+	}
+}
 
 .ui-dialog {
 	position: absolute;
--- a/src/ztfy/myams/resources/less/tables.less	Fri Jan 29 15:36:00 2016 +0100
+++ b/src/ztfy/myams/resources/less/tables.less	Fri Jan 29 15:37:22 2016 +0100
@@ -27,23 +27,52 @@
 		tr {
 			&.dragging-row {
 				td {
-					background-color: @activeTabBg!important;
+					background-color: @activeTabBg !important;
 				}
 			}
-			td:first-child {
+
+			&:not(.no-drag-handle) td:first-child {
 				padding-left: 20px!important;
 			}
 		}
+		td.sorter,
+		td.sorter a {
+			cursor: move!important;
+		}
 		td.drag-handle {
 			background: transparent url('../img/vert-drag-handle.png') scroll no-repeat left 50%;
 		}
 	}
 }
+table:not(.table-dnd) {
+	td.sorter {
+		a {
+			display: none;
+		}
+	}
+}
 .table-tight {
 	td,
 	th {
 		padding: 4px 8px!important;
 		line-height: 1.3!important;
+
+		input[type="text"] {
+			height: 20px;
+			padding: 3px 8px;
+		}
+	}
+}
+.table-small {
+	td,
+	th {
+		padding: 2px 8px!important;
+		line-height: 1.2!important;
+
+		input[type="text"] {
+			height: 18px;
+			padding: 2px 8px;
+		}
 	}
 }
 .table-mini {
@@ -51,6 +80,11 @@
 	th {
 		padding: 1px 8px!important;
 		line-height: 1.1!important;
+
+		input[type="text"] {
+			height: 16px;
+			padding: 1px 8px;
+		}
 	}
 }
 
@@ -124,7 +158,7 @@
 	background: #fafafa;
 	font-size: 11px;
 	overflow: hidden;
-	padding: 5px 10px!important;
+	padding: 5px 10px;
 	border-top: 1px solid #ccc;
 	-webkit-box-shadow: inset 0 1px #fff;
 	-ms-box-shadow: inset 0 1px #fff;
@@ -222,11 +256,11 @@
 			}
 
 			.sorting_asc {
-				background: url(../img/datatable/sort_asc.png) no-repeat center right;
+				background: rgb(224, 248, 255) url(../img/datatable/sort_asc.png) no-repeat center right;
 			}
 
 			.sorting_desc {
-				background: url(../img/datatable/sort_desc.png) no-repeat center right;
+				background: rgb(212, 240, 255) url(../img/datatable/sort_desc.png) no-repeat center right;
 			}
 
 			.sorting_asc_disabled {
--- a/src/ztfy/myams/resources/less/typo.less	Fri Jan 29 15:36:00 2016 +0100
+++ b/src/ztfy/myams/resources/less/typo.less	Fri Jan 29 15:37:22 2016 +0100
@@ -35,6 +35,18 @@
 	font-style: normal;
 }
 
+@font-face {
+	font-family: 'OpenSans';
+	src: url('./fonts/OpenSans-Regular.eot');
+	src: url('./fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
+		 url('./fonts/OpenSans-Regular.woff2') format('woff2'),
+		 url('./fonts/OpenSans-Regular.woff') format('woff'),
+		 url('./fonts/OpenSans-Regular.ttf') format('truetype'),
+		 url('./fonts/OpenSans-Regular.svg') format('svg');
+	font-weight: normal;
+	font-style: normal;
+}
+
 html,
 body {
 	font-family: Ubuntu, Arial, Helvetica, sans-serif;
@@ -76,6 +88,9 @@
 .align-base {
 	vertical-align: baseline!important;
 }
+.align-middle {
+	vertical-align: middle!important;
+}
 
 .opacity-25 {
 	opacity: 0.25!important;
@@ -289,11 +304,11 @@
 	}
 }
 
-.bordered {
+.bordered:not(:empty) {
 	border: 1px solid #ccc;
 
 	&:hover {
-		border: 1px solid #bbbbbb;
+		border-color: #bbbbbb;
 	}
 	&.nohover:hover {
 		border-color: #ccc;
@@ -345,6 +360,9 @@
 }
 
 .width {
+	&-nomin {
+		min-width: 0!important;
+	}
 	&-100 {
 		width: 100px;
 		max-width: 100px;
--- a/src/ztfy/myams/resources/less/ui.less	Fri Jan 29 15:36:00 2016 +0100
+++ b/src/ztfy/myams/resources/less/ui.less	Fri Jan 29 15:37:22 2016 +0100
@@ -87,6 +87,12 @@
 	background-repeat: no-repeat;
 }
 
+.ui-sortable {
+	.ui-sortable-handle {
+		cursor: move;
+	}
+}
+
 
 /*
  * UI widget
@@ -185,7 +191,7 @@
 			margin: 7px 15px;
 		}
 	}
-	&-highlight, {
+	&-highlight {
 		&,
 		.ui-widget-content &,
 		.ui-widget-header & {
--- a/src/ztfy/myams/resources/less/widgets.less	Fri Jan 29 15:36:00 2016 +0100
+++ b/src/ztfy/myams/resources/less/widgets.less	Fri Jan 29 15:37:22 2016 +0100
@@ -22,6 +22,9 @@
 	padding: 0 8px;
 	text-align: center;
 
+	&:empty {
+		padding: 0;
+	}
 	&.no-border {
 		border-left: 0;
 	}
@@ -1125,7 +1128,7 @@
 			display: list-item;
 			background-image: none;
 
-			&.select2-result-with-children>.select2-result-label {
+			&.select2-result-with-children >.select2-result-label {
 				font-weight: 700;
 			}
 		}
@@ -1208,15 +1211,13 @@
 	&-container {
 		&.select2-container-disabled {
 			.select2-choice {
-				background-color: #f4f4f4;
 				background-image: none;
-				border: 1px solid #ddd;
+				border: 1px solid transparent;
+				border-bottom: 1px solid #ccc;
 				cursor: default;
 
 				.select2-arrow {
-					background-color: #f4f4f4;
-					background-image: none;
-					border-left: 0;
+					display: none;
 				}
 				abbr {
 					display: none;
@@ -1279,7 +1280,7 @@
 				}
 				.select2-search-choice {
 					padding: 1px 28px 1px 8px;
-					margin: 2px 0 2px 2px;
+					margin: 2px;
 					position: relative;
 					line-height: 18px;
 					color: #fff;
@@ -1314,7 +1315,10 @@
 				.select2-choices {
 					li {
 						float: none;
-						cursor: move;
+
+						&.select2-search-choice {
+							cursor: move;
+						}
 
 						&.ui-state-highlight {
 							margin: 2px 0 2px 2px;
@@ -1336,12 +1340,16 @@
 				}
 			}
 			&.select2-container-disabled .select2-choices {
-				background-color: #f4f4f4;
+				//background-color: #f4f4f4;
 				background-image: none;
 				border: 1px solid transparent;
 				border-bottom: 1px solid #ccc;
 				cursor: default;
 
+				&:hover {
+					border-color: transparent!important;
+					border-bottom: 1px solid #ccc!important;
+				}
 				.select2-search-choice {
 					padding: 1px 5px;
 					border: 1px solid #4a90cc;
@@ -1424,8 +1432,8 @@
 	}
 }
 label.with-icon {
-	>i.icon-append + .select2-parent {
-		.select2-choices {
+	>i.icon-append +.select2-parent {
+		>.select2-choices {
 			padding-right: 29px;
 		}
 	}