initial rebranding
diff --git a/developer/templates/developerhome.html b/developer/templates/developerhome.html
index aaccc10..1a4f73a 100644
--- a/developer/templates/developerhome.html
+++ b/developer/templates/developerhome.html
@@ -2,6 +2,6 @@
 
 {% block content %}
 
-<h1>Developer portal</h1>
+<h1>DEVELOPER PORTAL</h1>
 
-{% endblock %}
\ No newline at end of file
+{% endblock %}
diff --git a/developer/templates/developerpage.html b/developer/templates/developerpage.html
index 871a362..93f87b0 100644
--- a/developer/templates/developerpage.html
+++ b/developer/templates/developerpage.html
@@ -5,15 +5,17 @@
 <div class="panel panel-default">
   <div class="panel-heading">
     <b class="panel-title">
-      Navigation
+      Developer Navigation
       <span class="label label-warning">Beta</span>
     </b>
   </div>
   <div class="panel-body">
-  	<a href="{% url 'developer:home' %}">Developer Portal Home</a><br>
-    <a href="{% url 'developer:view_dev_products' %}">Manage products</a><br>
-    <a href="{% url 'developer:submit_product' %}">Submit a new product</a><br>
+    <ul class="navigation-list">
+  	  <li><a class="navigation-item" href="{% url 'developer:home' %}">Developer Portal Home</a></li>
+      <li><a class="navigation-item" href="{% url 'developer:view_dev_products' %}">Manage products</a></li>
+      <li><a class="navigation-item" href="{% url 'developer:submit_product' %}">Submit a new product</a></li>
+    </ul>
   </div>
 </div>
 
-{% endblock %}
\ No newline at end of file
+{% endblock %}
diff --git a/exp_portal/templates/experimenthome.html b/exp_portal/templates/experimenthome.html
index 7d024f1..52e275a 100644
--- a/exp_portal/templates/experimenthome.html
+++ b/exp_portal/templates/experimenthome.html
@@ -1,6 +1,7 @@
 {% extends "experimentpage.html" %}
 
 {% block content %}
-<h1>Experiment Administrator Portal</h1>
 
-{% endblock %}
\ No newline at end of file
+<h1>EXPERIMENT ADMINISTRATOR PORTAL</h1>
+
+{% endblock %}
diff --git a/exp_portal/templates/experimentpage.html b/exp_portal/templates/experimentpage.html
index f210cf7..9f7bc83 100644
--- a/exp_portal/templates/experimentpage.html
+++ b/exp_portal/templates/experimentpage.html
@@ -5,20 +5,22 @@
 <div class="panel panel-default">
   <div class="panel-heading">
     <b class="panel-title">
-      Navigation
+      Experiment Navigation
       <span class="label label-warning">Beta</span>
     </b>
   </div>
   <div class="panel-body">
-  	<a href="{% url 'exp_portal:home' %}">Experiment Portal Home</a><br>
-    <a href="{% url 'exp_portal:view_status' %}">Experiment status</a><br>
-    <a href="{% url 'exp_portal:manage_exps' %}">Manage Experiments</a><br>
-    <a href="{% url 'exp_portal:manage_datasets' %}">Manage Datasets</a><br>
-    <a href="{% url 'exp_portal:manage_tasks' %}">Manage Tasks</a><br>
-    <a href="{% url 'exp_portal:manage_products' %}">Manage Products</a><br>
-    <a href="{% url 'exp_portal:manage_users' %}">Manage Users</a><br>
-    <a href="{% url 'exp_portal:send_email' %}">Send Email</a>
+    <ul class="navigation-list">
+  	  <li><a class="navigation-item" href="{% url 'exp_portal:home' %}">Experiment Portal Home</a></li>
+      <li><a class="navigation-item" href="{% url 'exp_portal:view_status' %}">Experiment Status</a></li>
+      <li><a class="navigation-item" href="{% url 'exp_portal:manage_exps' %}">Manage Experiments</a></li>
+      <li><a class="navigation-item" href="{% url 'exp_portal:manage_datasets' %}">Manage Datasets</a></li>
+      <li><a class="navigation-item" href="{% url 'exp_portal:manage_tasks' %}">Manage Tasks</a></li>
+      <li><a class="navigation-item" href="{% url 'exp_portal:manage_products' %}">Manage Products</a></li>
+      <li><a class="navigation-item" href="{% url 'exp_portal:manage_users' %}">Manage Users</a></li>
+      <li><a class="navigation-item" href="{% url 'exp_portal:send_email' %}">Send Email</a></li>
+    </ul>
   </div>
 </div>
 
-{% endblock %}
\ No newline at end of file
+{% endblock %}
diff --git a/exp_portal/templates/user_profile.html b/exp_portal/templates/user_profile.html
index 6639ab1..b96c4a7 100644
--- a/exp_portal/templates/user_profile.html
+++ b/exp_portal/templates/user_profile.html
@@ -2,6 +2,6 @@
 
 {% block content %}
 
-<h1>User Profile Settings</h1>
+<h1>USER PROFILE SETTINGS</h1>
 
-{% endblock %}
\ No newline at end of file
+{% endblock %}
diff --git a/op_tasks/templates/instruction_home.html b/op_tasks/templates/instruction_home.html
index 067bd54..c6622ab 100644
--- a/op_tasks/templates/instruction_home.html
+++ b/op_tasks/templates/instruction_home.html
@@ -2,11 +2,11 @@
 
 {% block content %}
 
-<h1>Instructions Home</h1>
+<h1>INSTRUCTIONS</h1>
 
 <div class="instructions" >
   <a href="{% url 'op_tasks:exp_instruct' %}">
-    <h3>
+    <div class="task-list-text">
       {% if not user.userprofile.exp_inst_complete %}
         <div class="task-current">
           <span class="glyphicon glyphicon-unchecked"></span>
@@ -16,13 +16,13 @@
         <span class="glyphicon glyphicon-check"></span>
         Experiment Information and Instructions
       {% endif %}
-    </h3>
+    </div>
   </a>
 </div>
 
 <div class="instructions" >
   <a href="{% url 'op_tasks:portal_instruct' %}">
-    <h3>
+    <div class="task-list-text">
       {% if not user.userprofile.portal_inst_complete %}
         <div class="task-current">
           <span class="glyphicon glyphicon-unchecked"></span>
@@ -32,7 +32,7 @@
         <span class="glyphicon glyphicon-check"></span>
         Portal Guide
       {% endif %}
-    </h3>
+    </div>
   </a>
 </div>
 
@@ -54,8 +54,8 @@
 
 {% if user.userprofile.exp_inst_complete and user.userprofile.portal_inst_complete %}
 <hr>
-<h4>Thank you for completing the instructions.</h4>
-<h4>These links will remain active if you need to review the instructions again in the future.</h4>  
-<h4>Please return to your <a href="{% url 'op_tasks:task_list' %}">task list</a> to complete all tasks</h4>
+<p>Thank you for completing the instructions.</p>
+<p>These links will remain active if you need to review the instructions again in the future.</p>
+<p>Please return to your <a href="{% url 'op_tasks:task_list' %}">task list</a> to complete all tasks</p>
 {% endif %}
-{% endblock %}
\ No newline at end of file
+{% endblock %}
diff --git a/op_tasks/templates/instructions/exp_instructions.html b/op_tasks/templates/instructions/exp_instructions.html
index 7e0d29e..84ee382 100644
--- a/op_tasks/templates/instructions/exp_instructions.html
+++ b/op_tasks/templates/instructions/exp_instructions.html
@@ -2,33 +2,22 @@
 
 {% block content %}
 
-<h1>Hello and thank you for participating!</h1>
-<p>Before you arrive at the DARPA XDATA Experiment Dashboard, you should know more about what you’ll be asked to do, and how to do it. This document is the first of three that will walk you through some of the things you’ll need to know. In particular, this document will give you a high-level overview of the experiment itself.</p>
+<h1>Hello and Thank You for Participating!</h1>
+<p>Before you arrive at the XDATA Experiment Dashboard, you should know more about what you’ll be asked to do, and how to do it. We will walk you through some of the things you’ll need to know.</p>
 
-<p>The purpose of this experiment is to determine how certain kinds of software user interfaces affect analytic reasoning in the context of very large data sets—BIG data sets like social media, micro transactions (loans, for example), and even sports statistics. This study is sponsored by the Defense Advanced Research Projects Agency (DARPA).</p>
+<p>The purpose of this experiment is to determine how certain kinds of software user interfaces affect analytic reasoning in the context of very large data sets—BIG data sets like social media, transportation data, and financial data, and others. This study is sponsored by the Defense Advanced Research Projects Agency (DARPA).</p>
 
-<p>You’ll be asked to complete a number of tasks, in a specific sequence. After reviewing these instructions, you’ll have access to the DARPA XDATA Experiment Dashboard. This dashboard will give you access to all tasks, in the correct order—you won’t be able to complete tasks out of order. These tasks include, in order:</p>
+<p>You’ll be asked to complete a number of tasks, in a specific sequence. After reviewing these instructions, you’ll have access to the XDATA Experiment Dashboard. This dashboard will give you access to all tasks, in the correct order—you won’t be able to complete tasks out of order. These tasks include, in order:</p>
 
-<strong>Consent Form</strong><p>You will first see a detailed consent form that describes the research and, most importantly, your rights as a participant in human subjects research. You will need to read this document very carefully and make a decision as to whether you still want to volunteer in this research. If you acknowledge this consent form, you will have official access to the research tasks</p>
+<h4>Intake Questionnaire</h4><p>The first of your research tasks is a comprehensive intake questionnaire—this will ask you many questions regarding you expertise, education, background, as well as questions about how you approach complex analytic questions—we will even ask you to complete a few analytic problem solving questions as part of the intake. You must complete the intake questionnaire to be eligible for the remainder of the research tasks.</p>
 
-<strong>Intake Questionnaire</strong><p>The first of your research tasks is a comprehensive intake questionnaire—this will ask you many questions regarding you expertise, education, background, as well as questions about how you approach complex analytic questions—we will even ask you to complete a few analytic problem solving questions as part of the intake. You must complete the intake questionnaire to be eligible for the remainder of the research tasks.</p>
+<p>Once you’ve completed the Intake questionnaire, you’ll have access to the XDATA Experiment Dashboard, which has a number of features.</p>
 
-<br>
+<h4>Analytic Tasks</h4><p>Analytic, or “operational tasks”, will require you to make sense of the data your given, with the analytic tool you’re provided. Specifically, you’ll be asked select questions about various entities (persons, places, things, and patterns!) within the data. Your job is to do your best to answer these questions correctly in the time allotted. There are two analytic tasks. We will give you special instructions for how to interface with these tasks and the software you will use to complete them.</p>
 
-<strong>Once you’ve completed the Intake questionnaire, you’ll have access to the XDATA Experiment Dashboard, which has a number of features.</strong>
+<h4>Post-Task Surveys</h4><p>Following each of the two analytic tasks, you’ll be diverted to very short post-task surveys that will ask about you about your experiences in the previous task. You will be asked to do two of these, following each of your analytic tasks.</p>
 
-<br><br>
-
-<strong>Analytic Task Instructions</strong><p>The Dashboard will require that you view instructions for your analytic tasks before your start doing the tasks themselves. These instructions will tell you how to use the analytic tools we provide you, and the dataset you will be provided. You will also see instructions for how to log and register answers to questions that you will be asked while you perform these tasks. Finally, you’ll have access to this page as well, just in case you want to return and reread this material. You can return to the instructions page any time, except for when you are actually working on the tasks themselves.</p> 
-
-<strong>Analytic Tasks</strong><p>Analytic, or “operational tasks”, will require you to make sense of the data your given, with the analytic tool you’re provided. Specifically, you’ll be asked select questions about various entities (persons, places, things, and patterns!) within the data. Your job is to do your best to answer these questions correctly in the time allotted. There are two analytic tasks.<p>
-
-<strong>Post-Task Surveys</strong><p>Following each of the two analytic tasks, you’ll be diverted to very short post-task surveys that will ask about you about your experiences in the previous task. You will be asked to do two of these, following each of your analytic tasks.</p>
- 
-<strong>Debriefing</strong><p>After completing all tasks, we’ll provide you with some more information about the study, why we’re doing it, and what we’re ultimately hoping to accomplish.</p>
-
-
-<strong>Achievements</strong><p>As you complete tasks, and complete them correctly, you will unlock achievements. Additionally, if you complete all tasks, you will be allowed to come back for Free Play: you can choose different combinations of datasets and tools to explore as you would. Your performance on additional tasks associated with these other tools and datasets will count toward achievements, too!<p>
+<h4>Achievements</h4><p>As you complete tasks, and complete them correctly, you will unlock achievements. Additionally, if you complete all tasks, you will be allowed to come back for Free Play: you can choose different combinations of tasks and software and explore them at your leisure. Your performance on additional tasks associated with these other tools and datasets will count toward achievements, too!</p>
 
 <br>
 <form id="exp_inst_complete" method="get" action="{% url 'op_tasks:instruct' read='experiment' %}">
@@ -37,4 +26,4 @@
 		I have read and I understand this information
 	</button>
 </form>
-{% endblock %}
\ No newline at end of file
+{% endblock %}
diff --git a/op_tasks/templates/instructions/portal_instructions.html b/op_tasks/templates/instructions/portal_instructions.html
index bb6ee9b..6747930 100644
--- a/op_tasks/templates/instructions/portal_instructions.html
+++ b/op_tasks/templates/instructions/portal_instructions.html
@@ -1,7 +1,7 @@
 {% extends "userpage.html" %}
 {% load static %}
 {% block content %}
-<h1>Portal Instructions</h1>
+<h1>PORTAL INSTRUCTIONS</h1>
 
 <div id="carousel-example-generic" class="carousel slide" data-ride="carousel" data-interval="false">
   <!-- Indicators -->
@@ -11,42 +11,30 @@
     <li data-target="#carousel-example-generic" data-slide-to="2"></li>
     <li data-target="#carousel-example-generic" data-slide-to="3"></li>
     <li data-target="#carousel-example-generic" data-slide-to="4"></li>
-    <li data-target="#carousel-example-generic" data-slide-to="5"></li>
-    <li data-target="#carousel-example-generic" data-slide-to="6"></li>
   </ol>
 
   <!-- Wrapper for slides -->
   <div class="carousel-inner" role="listbox">
     <div class="item active">
-      <img src="{% static 'instructions/Slide1.jpg' %}" alt="Portal Instructions Slide 1" style="margin:auto">
+      <img src="{% static 'instructions/login.png' %}" alt="Portal Instructions Slide 1" style="margin:auto">
     </div>
     <div class="item">
-      <img src="{% static 'instructions/Slide2.jpg' %}" alt="Portal Instructions Slide 2" style="margin:auto">
+      <img src="{% static 'instructions/instructions.png' %}" alt="Portal Instructions Slide 2" style="margin:auto">
       <div class="carousel-caption">
       </div>
     </div>
     <div class="item">
-      <img src="{% static 'instructions/Slide3.jpg' %}" alt="Portal Instructions Slide 3" style="margin:auto">
+      <img src="{% static 'instructions/buttonlaunch.png' %}" alt="Portal Instructions Slide 3" style="margin:auto">
       <div class="carousel-caption">
       </div>
     </div>
     <div class="item">
-      <img src="{% static 'instructions/Slide4.jpg' %}" alt="Portal Instructions Slide 4" style="margin:auto">
+      <img src="{% static 'instructions/tabs.png' %}" alt="Portal Instructions Slide 4" style="margin:auto">
       <div class="carousel-caption">
       </div>
     </div>
     <div class="item">
-      <img src="{% static 'instructions/Slide5.jpg' %}" alt="Portal Instructions Slide 5" style="margin:auto">
-      <div class="carousel-caption">
-      </div>
-    </div>
-    <div class="item">
-      <img src="{% static 'instructions/Slide6.jpg' %}" alt="Portal Instructions Slide 6" style="margin:auto">
-      <div class="carousel-caption">
-      </div>
-    </div>
-    <div class="item">
-      <img src="{% static 'instructions/Slide7.jpg' %}" alt="Portal Instructions Slide 7" style="margin:auto">
+      <img src="{% static 'instructions/quiz.png' %}" alt="Portal Instructions Slide 5" style="margin:auto">
       <div class="carousel-caption">
       </div>
     </div>
@@ -62,7 +50,7 @@
     <span class="sr-only">Next</span>
   </a>
 </div>
-
+<br>
 <!-- Submit button -->
 <form id="portal_inst_complete" method="get" action="{% url 'op_tasks:instruct' read='portal' %}">
 	{% csrf_token %}
@@ -71,4 +59,4 @@
 	</button>
 </form>
 
-{% endblock %}
\ No newline at end of file
+{% endblock %}
diff --git a/op_tasks/templates/intro.html b/op_tasks/templates/intro.html
index 962809a..f428151 100644
--- a/op_tasks/templates/intro.html
+++ b/op_tasks/templates/intro.html
@@ -3,137 +3,134 @@
 {% block head %}
 {% endblock %}
 {% block container %}
+  <div id="recruitment-text">
+    <div id="consent-title">INFORMED CONSENT FOR PARTICIPATION IN A RESEARCH PROJECT</div>
 
-    <h1>INFORMED CONSENT FOR PARTICIPATION IN A RESEARCH PROJECT</h1>
+    <div class="consent-details"><h4 style="display:inline-block;">TITLE:</h4>  Examining User Experience in Data Analytic Operations</div>
 
-    <h3><b>TITLE:</b> 	Examining User Experience in Data Analytic Operations</h3>
+    <div class="consent-details"><h4 style="display:inline-block;">PRINCIPAL INVESTIGATOR:</h4>	Joshua C. Poore, Ph.D.; Draper Laboratory, Cambridge, MA.</div>
 
-
-    <h3><b>PRINCIPAL
-        <br>INVESTIGATOR:</b>	Joshua C. Poore, Ph.D.; Draper Laboratory, Cambridge, MA.</h3>
-
-    <h3>AFFILIATED SITE
-    <br>LEAD RESEARCHER:</h3>
+    <div class="consent-details"><h4 style="display:inline-block;">AFFILIATED SITE LEAD RESEARCHER:</h4></div>
 
     <p>In accordance with 45 C.F.R., Section 46.116, relating to the Protection of Human Subjects in
-    Research, you must provide your informed consent prior to taking part in any of the procedures described below. We ask that you carefully consider the information about this research provided below before giving your informed consent for participation. This consent form contains technical terms.  Please ask the research staff to explain any words or information that you do not clearly understand.
+    Research, you must provide your informed consent prior to taking part in any of the procedures described below. We ask that you carefully consider the information about this research provided below before giving your informed consent for participation. This consent form contains technical terms.  Please ask the research staff to explain any words or information that you do not clearly understand.</p>
 
-    <p><b>INVITATION TO PARTICIPATE</b>
-    <br>You are being asked to participate in a laboratory study investigating how you make sense of data and utilize user-interfaces, analytic tools, and visualizations as part of your analytic workflow. As part of this study you may be asked to engage with a variety of tasks, such as playing “table-top” games, pencil-and-paper tests, questionnaires and cognitive tests, as well as interactive tasks on a computer. You may be asked to engage in these experiences while you are monitored with physiological measurement equipment. The research team is conducting this study to determine whether certain types of analytic tools might change how people solve analytic problems and perform cognitive activities. This study is funded by the Defense Advanced Research Projects Agency.
+    <h4>INVITATION TO PARTICIPATE</h4>
+    <p>You are being asked to participate in a laboratory study investigating how you make sense of data and utilize user-interfaces, analytic tools, and visualizations as part of your analytic workflow. As part of this study you may be asked to engage with a variety of tasks, such as playing “table-top” games, pencil-and-paper tests, questionnaires and cognitive tests, as well as interactive tasks on a computer. You may be asked to engage in these experiences while you are monitored with physiological measurement equipment. The research team is conducting this study to determine whether certain types of analytic tools might change how people solve analytic problems and perform cognitive activities. This study is funded by the Defense Advanced Research Projects Agency.</p>
 
-    <p><b>DESCRIPTION OF PROJECT</b>
-    <br>You have been asked to take part in this study because: 1) you have indicated that you have some formal training or experience in interpretation of data, hypothesis testing, or construction of reasoned argument such that you can  complete of laboratory task and/or provide thoughtful considertation of questions regarding data analysis; 2) you have indicated that you are not currently taking any medication or substance that would interfere with physiological monitoring (only required for laboratory experiments, not online experiments). Individuals younger than 18 years of age, non-US citizens, incarcerated (i.e., prisoners) individuals, or members of another legally protected population (i.e., intellectually handicapped, children, etc.) are not eligible for participation. Pregnant women are eligible for participation and are therefore not counted in our definition of “protected populations”—pregnancy does not impair a woman's ability to provide legally effective informed consent and we do not anticipate that protocol tasks introduce disproportional risks for pregnant women beyond those posed to other eligible participant populations.
+    <h4>DESCRIPTION OF PROJECT</h4>
+    <p>You have been asked to take part in this study because: 1) you have indicated that you have some formal training or experience in interpretation of data, hypothesis testing, or construction of reasoned argument such that you can  complete of laboratory task and/or provide thoughtful considertation of questions regarding data analysis; 2) you have indicated that you are not currently taking any medication or substance that would interfere with physiological monitoring (only required for laboratory experiments, not online experiments). Individuals younger than 18 years of age, non-US citizens, incarcerated (i.e., prisoners) individuals, or members of another legally protected population (i.e., intellectually handicapped, children, etc.) are not eligible for participation. Pregnant women are eligible for participation and are therefore not counted in our definition of “protected populations”—pregnancy does not impair a woman's ability to provide legally effective informed consent and we do not anticipate that protocol tasks introduce disproportional risks for pregnant women beyond those posed to other eligible participant populations.</p>
 
-    <p>In order to decide whether you wish to be a part of this research study you should know enough about its risks and benefits to make an informed judgment.  This consent form gives you detailed information about the research study, which a member of the research team will discuss with you.  This discussion should go over all aspects of this research: its purpose, the procedures that will be performed, and any risks of the procedures, possible benefits, and possible alternatives.  Once you have reviewed the terms outlined in this form, and had all of your questions answered to your satisfaction, you will be asked to provide your consent to participate in this research. Your consent indicates that you understand the procedures, risks, benefits, and compensation associated with participation in this study, as well as your rights as a research participant.
+    <p>In order to decide whether you wish to be a part of this research study you should know enough about its risks and benefits to make an informed judgment.  This consent form gives you detailed information about the research study, which a member of the research team will discuss with you.  This discussion should go over all aspects of this research: its purpose, the procedures that will be performed, and any risks of the procedures, possible benefits, and possible alternatives.  Once you have reviewed the terms outlined in this form, and had all of your questions answered to your satisfaction, you will be asked to provide your consent to participate in this research. Your consent indicates that you understand the procedures, risks, benefits, and compensation associated with participation in this study, as well as your rights as a research participant.</p>
 
-    <p>This form will first be presented to you in electronic form, preceding your Online Intake Questionnaire. After reading this version, and having all your questions answered to your satisfaction, you will be asked to indicate your assent to and comprehension of the procedures, risks, benefits, and compensation outlined in this form. This assent does not obligate you to participate in any other future component of this study. If you are solicited to participate in a (subsequent) laboratory session, you will be asked to review this document again and provide your signature on a “hard-copy” of this form as proof of your consent. At this time you are free to decline further participation or ask any additional questions you might have before providing your consent and signature. In either case, you are entitled to a copy of this form that is both signed and dated by research staff for your records.
+    <p>This form will first be presented to you in electronic form, preceding your Online Intake Questionnaire. After reading this version, and having all your questions answered to your satisfaction, you will be asked to indicate your assent to and comprehension of the procedures, risks, benefits, and compensation outlined in this form. This assent does not obligate you to participate in any other future component of this study. If you are solicited to participate in a (subsequent) laboratory session, you will be asked to review this document again and provide your signature on a “hard-copy” of this form as proof of your consent. At this time you are free to decline further participation or ask any additional questions you might have before providing your consent and signature. In either case, you are entitled to a copy of this form that is both signed and dated by research staff for your records.</p>
 
-    <p><b>DESCRIPTION OF PROCEDURES</b>
-    <br>Your participation in this study may involve up to 9 hours of your time. However, no single component of this study will require more than 2 consecutive hours. All study components will occur on separate days and times to be negotiated between you and study personnel. If you have been recruited for an online experiment, these components will be distributed to you through an online portal that will direct you to the appropriate procedures. These components and the approximate time to complete each are listed below:
+    <h4>DESCRIPTION OF PROCEDURES</h4>
+    <p>Your participation in this study may involve up to 9 hours of your time. However, no single component of this study will require more than 2 consecutive hours. All study components will occur on separate days and times to be negotiated between you and study personnel. If you have been recruited for an online experiment, these components will be distributed to you through an online portal that will direct you to the appropriate procedures. These components and the approximate time to complete each are listed below:</p>
 
     <p>Online Intake Survey: 30-60 minutes
     <br>Online or Laboratory Task(s): 90-120 minutes
     <br>Follow-Up Tasks I (Online or Laboratory): 90-120 minutes
     <br>Follow-Up Tasks II (Online or Laboratory): 90-120 minutes
-    <br>Follow-Up Tasks III (Online or Laboratory): 90-120 minutes
+    <br>Follow-Up Tasks III (Online or Laboratory): 90-120 minutes</p>
 
-    <p>You will be (have been) notified at the time of your recruitment which procedures we are anticipating you to participate in, and whether your procedures are expected to take place exclusively online or in a laboratory, or some combination thereof. You will have the option to indicate you interest for being solicited for additional study components following your first at the bottom of this form. You may, at any time, indicate that you are NOT interested in further solicitation by submitting a request to study personnel via email or phone.
+    <p>You will be (have been) notified at the time of your recruitment which procedures we are anticipating you to participate in, and whether your procedures are expected to take place exclusively online or in a laboratory, or some combination thereof. You will have the option to indicate you interest for being solicited for additional study components following your first at the bottom of this form. You may, at any time, indicate that you are NOT interested in further solicitation by submitting a request to study personnel via email or phone.</p>
 
-    <p>If you are recruited for a laboratory session (or follow-up laboratory session(s)), it will take place at either be at the Charles Stark Draper Laboratory (Cambridge, MA), or an affiliated research site. You will be notified of your research site at the time of your recruitment. Your research site is also identified on the signature page of this document.
+    <p>If you are recruited for a laboratory session (or follow-up laboratory session(s)), it will take place at either be at the Charles Stark Draper Laboratory (Cambridge, MA), or an affiliated research site. You will be notified of your research site at the time of your recruitment. Your research site is also identified on the signature page of this document.</p>
 
-    <p><b>Online Intake Survey</b>
+    <h4>Online Intake Survey</h4>
 
-    <br>You will first be asked to complete questionnaires which gather information about your demographic information, education, personality, and analytic experience. This is estimated to take approximately 30-60 minutes of your time. Prior to completing these measures, you will be asked whether or not you agree and assent to the terms mentioned in this consent form. If you agree with and assent to these terms, you will proceed to the questionnaires, all of which can be answered online via a secure web-survey that is hosted through SurveyMonkey.com, a reputable company that hosts web-based surveys and allows for complete confidentiality through the use of sophisticated data-encryption techniques (all data submitted through SurveyMonkey.com is encrypted through secure socket encryption (SSL)). SurveyMonkey.com's data security and privacy statement will be made available to you upon request.
+    <p>You will first be asked to complete questionnaires which gather information about your demographic information, education, personality, and analytic experience. This is estimated to take approximately 30-60 minutes of your time. Prior to completing these measures, you will be asked whether or not you agree and assent to the terms mentioned in this consent form. If you agree with and assent to these terms, you will proceed to the questionnaires, all of which can be answered online via a secure web-survey that is hosted through SurveyMonkey.com, a reputable company that hosts web-based surveys and allows for complete confidentiality through the use of sophisticated data-encryption techniques (all data submitted through SurveyMonkey.com is encrypted through secure socket encryption (SSL)). SurveyMonkey.com's data security and privacy statement will be made available to you upon request.</p>
 
-    <p>If you are recruited for an online experiment, the online consent form and online intake survey will be made available to you via a web-based portal that will give you directions as to which tasks (see below) we are asking you to complete and the sequence with which we wish you to complete them. A link to this portal will accompany recruitment materials and will guide you through a brief registration that will provide you with a username and password for repeated access to the portal.
+    <p>If you are recruited for an online experiment, the online consent form and online intake survey will be made available to you via a web-based portal that will give you directions as to which tasks (see below) we are asking you to complete and the sequence with which we wish you to complete them. A link to this portal will accompany recruitment materials and will guide you through a brief registration that will provide you with a username and password for repeated access to the portal.</p>
 
-    <p>If you are recruited for a laboratory experiment, the online consent form and online intake survey will be distributed to you as a link embedded in an email sent to you via study personnel.
+    <p>If you are recruited for a laboratory experiment, the online consent form and online intake survey will be distributed to you as a link embedded in an email sent to you via study personnel.</p>
 
-    <p>Following the completion of your online survey, you will be given instructions regarding a laboratory session, which constitutes part two of this study.
+    <p>Following the completion of your online survey, you will be given instructions regarding a laboratory session, which constitutes part two of this study.</p>
 
-    <p><b>Online Tasks</b>
+    <h4>Online Tasks</h4>
 
-    <br>If you have been recruited for an online experiment, a web-based portal will direct you through a number of tasks that you may complete at your convenience on a computer that meets the minimum operating requirements described on the web-based portal. The tasks that you will be asked to complete may consists of up to 3 kinds tasks. No single session of tasks is expected to last more than 2 hours. First, you will be asked to complete cognitive assessments for pattern recognition, learning acumen, attention and fatigue. Second, you will be asked to engage in an analytic task, in which you will be asked to make sense of complex data/information. This task may be timed. Finally, you will be asked follow-up questionnaires pertaining to your analytic task, including your assessments of the difficulty of the task, how useful the tools you were provided to complete your task, how you arrived at your answers and how you felt while you were completing the task.
+    <p>If you have been recruited for an online experiment, a web-based portal will direct you through a number of tasks that you may complete at your convenience on a computer that meets the minimum operating requirements described on the web-based portal. The tasks that you will be asked to complete may consists of up to 3 kinds tasks. No single session of tasks is expected to last more than 2 hours. First, you will be asked to complete cognitive assessments for pattern recognition, learning acumen, attention and fatigue. Second, you will be asked to engage in an analytic task, in which you will be asked to make sense of complex data/information. This task may be timed. Finally, you will be asked follow-up questionnaires pertaining to your analytic task, including your assessments of the difficulty of the task, how useful the tools you were provided to complete your task, how you arrived at your answers and how you felt while you were completing the task.</p>
 
 
-    <p><b>Laboratory Tasks</b>
+    <h4>Laboratory Tasks</h4>
 
-    <br>If you have been recruited for a laboratory experiment, when you arrive at the laboratory, you will be given another opportunity to review a “hard-copy” of this form, which you will be asked to physically sign for our records and yours. At this time the procedures of this session will be explained to you verbally and you will have the opportunity to have any and all of your questions about your participation answered by research staff.  At this time you will also be briefed about emergency exit procedures for the laboratory should there be an unexpected emergency.
+    <p>If you have been recruited for a laboratory experiment, when you arrive at the laboratory, you will be given another opportunity to review a “hard-copy” of this form, which you will be asked to physically sign for our records and yours. At this time the procedures of this session will be explained to you verbally and you will have the opportunity to have any and all of your questions about your participation answered by research staff.  At this time you will also be briefed about emergency exit procedures for the laboratory should there be an unexpected emergency.</p>
 
-    <p>The Laboratory Session will take place at the Draper Laboratory or a satellite research laboratory and may consists of up to 3 kinds of tasks. No single session of tasks is expected to last more than 2 hours. First, you will be asked to complete cognitive assessments for pattern recognition, learning acumen, attention and fatigue. Second, you will be asked to engage in an analytic task, in which you will be asked to make sense of complex data/information. This task may be timed and may be presented to you in either paper-and-pencil or computerized format. Finally, you will be asked follow-up questionnaires pertaining to your analytic task, including your assessments of the difficulty of the task, how useful the tools you were provided to complete your task, how you arrived at your answers and how you felt while you were completing the task.
+    <p>The Laboratory Session will take place at the Draper Laboratory or a satellite research laboratory and may consists of up to 3 kinds of tasks. No single session of tasks is expected to last more than 2 hours. First, you will be asked to complete cognitive assessments for pattern recognition, learning acumen, attention and fatigue. Second, you will be asked to engage in an analytic task, in which you will be asked to make sense of complex data/information. This task may be timed and may be presented to you in either paper-and-pencil or computerized format. Finally, you will be asked follow-up questionnaires pertaining to your analytic task, including your assessments of the difficulty of the task, how useful the tools you were provided to complete your task, how you arrived at your answers and how you felt while you were completing the task.</p>
 
-    <p><b>Physiological Monitoring — For Laboratory Experiments Only</b>
+    <h4>Physiological Monitoring — For Laboratory Experiments Only</h4>
 
-    <br>While you are completing cognitive batteries (Task 1) and analytic tasks (Task 2) we may wish to collect physiological data from you. To do so we may collect a number of physiological features from a suite of physiological sensors. These include: heart rate, your pulse amplitude, skin conductance, brain activity, as well as eye-movements and pupil dilation. We have selected this suite of physiological sensors because they are minimally invasive and will not interfere with your completion of laboratory tasks. Before measurements can be taken using these techniques, some preparation of the skin is necessary. In some cases, this may include cleaning the skin with alcohol pads and application of water-based gels that will improve the quality of signals detected by the electrodes. A member of the research team will help secure the electrodes in place, and both male and female research staff will be available to assist this preparation for male and female research participants, respectively.
+    <p>While you are completing cognitive batteries (Task 1) and analytic tasks (Task 2) we may wish to collect physiological data from you. To do so we may collect a number of physiological features from a suite of physiological sensors. These include: heart rate, your pulse amplitude, skin conductance, brain activity, as well as eye-movements and pupil dilation. We have selected this suite of physiological sensors because they are minimally invasive and will not interfere with your completion of laboratory tasks. Before measurements can be taken using these techniques, some preparation of the skin is necessary. In some cases, this may include cleaning the skin with alcohol pads and application of water-based gels that will improve the quality of signals detected by the electrodes. A member of the research team will help secure the electrodes in place, and both male and female research staff will be available to assist this preparation for male and female research participants, respectively.</p>
 
-    <p>All of these physiological monitoring techniques are deemed safe for all participants by the American Psychological Association, American Medical Association and/or have been approved for use with human research volunteers by the US Department of Health and Human Services. Safety documentation for the sensors will be made available upon request. Furthermore, we have selected specific sensor kinds to reduce the likelihood of your discomfort. Please do not hesitate to ask the researcher describing these procedures to show you the physiological sensors if you have any concerns; they will answer any questions you might have about the kind of data they collect, how they collect data, and how they are applied.
+    <p>All of these physiological monitoring techniques are deemed safe for all participants by the American Psychological Association, American Medical Association and/or have been approved for use with human research volunteers by the US Department of Health and Human Services. Safety documentation for the sensors will be made available upon request. Furthermore, we have selected specific sensor kinds to reduce the likelihood of your discomfort. Please do not hesitate to ask the researcher describing these procedures to show you the physiological sensors if you have any concerns; they will answer any questions you might have about the kind of data they collect, how they collect data, and how they are applied.</p>
 
-    <p>You will be told at the start of your laboratory session whether or not we wish to monitor your physiology, and if so, which of the physiological features described above we wish to measure.
+    <p>You will be told at the start of your laboratory session whether or not we wish to monitor your physiology, and if so, which of the physiological features described above we wish to measure.</p>
 
-    <p><b>Debriefing</b>
-    <br>Following your tasks, we will tell you more about the specific aims of the research study as well as answer any and all questions you may have. If you are a laboratory experiment participant, you will receive monetary compensation for your participation.
+    <h4>Debriefing</h4>
+    <p>Following your tasks, we will tell you more about the specific aims of the research study as well as answer any and all questions you may have. If you are a laboratory experiment participant, you will receive monetary compensation for your participation.</p>
 
-    <p><b>Follow-Up Session(s)</b>
+    <h4>Follow-Up Session(s)</h4>
 
-    <br>You may be asked if you are interested in participating in a follow-up session at a date after your laboratory session (laboratory experiments only), or given additional task-sets to complete via the web-based portal (online experiments only). These tasks will be identical to those you complete in your first session, with respect to procedures and time necessary to complete them (up to 2 hours). However, these sessions or task-sets may involve different analytic tasks and/or analytic tools that were not previously available for testing or were not permitted by time in your original laboratory session. You will NOT be solicited for follow-up sessions without you express permission to do so (see end of Informed Consent Form).
+    <p>You may be asked if you are interested in participating in a follow-up session at a date after your laboratory session (laboratory experiments only), or given additional task-sets to complete via the web-based portal (online experiments only). These tasks will be identical to those you complete in your first session, with respect to procedures and time necessary to complete them (up to 2 hours). However, these sessions or task-sets may involve different analytic tasks and/or analytic tools that were not previously available for testing or were not permitted by time in your original laboratory session. You will NOT be solicited for follow-up sessions without you express permission to do so (see end of Informed Consent Form).</p>
 
-    <p><b>CONFIDENTIALITY</b>
-    <br>Your privacy and the confidentiality of your data will be protected.  Your research records and recordings will be kept as confidential as possible. At no time, will you be photographed, nor will your identity be shared as part of the study. However, if you are a laboratory experiment participant, your likeness may be incidentally captured by research facility security cameras. No study personnel will have access to security footage and in no way will that footage be tied to the information you provide through participation in this study. Only a code number will identify your research records. The code number will not be based on any information that could be used to identify you (for example, social security number, initials, birth date, etc.). The master list linking names to code numbers will be kept separately from the research data in a locked file at the site at which participated. This list will only be accessible the Principal Investigator (Draper), engaged investigators responsible for data collection at an affiliated research site, and regulatory bodies that oversee the compliance of this study with human-subjects research procedures for the sole purpose of protecting human-subjects  (i.e., New England Institutional Review Board; Department of Defense (study sponsor)). All data on computers are password protected and limited to authorized research personnel, and contain no identifiers. Only your code number will accompany your data for analytic purposes, whether at the primary research site (Draper Laboratory), or at any other approved research sites—your name and/or other identifying information will not be included when data are securely sent to other sites for analysis. Only authorized research staff will have access to the information gathered in this study. All laboratory sites conducting analyses are required to follow the same privacy/confidentiality regulations we described above. Your identity will not be revealed in any reports or publications resulting from this study for any reason without your express, written consent for your identity to be released. We will retain your contact information should we wish to contact you for your written consent in the future, or should you wish to participate in additional study procedures (i.e., Part 2).Please note that by law we are required to disclose certain information about you without your consent that would identify you as a participant in the research project.  Specifically, we are mandated to report information about child abuse, elderly abuse, intent to hurt yourself, or intent to hurt others.
+    <h4>CONFIDENTIALITY</h4>
+    <p>Your privacy and the confidentiality of your data will be protected.  Your research records and recordings will be kept as confidential as possible. At no time, will you be photographed, nor will your identity be shared as part of the study. However, if you are a laboratory experiment participant, your likeness may be incidentally captured by research facility security cameras. No study personnel will have access to security footage and in no way will that footage be tied to the information you provide through participation in this study. Only a code number will identify your research records. The code number will not be based on any information that could be used to identify you (for example, social security number, initials, birth date, etc.). The master list linking names to code numbers will be kept separately from the research data in a locked file at the site at which participated. This list will only be accessible the Principal Investigator (Draper), engaged investigators responsible for data collection at an affiliated research site, and regulatory bodies that oversee the compliance of this study with human-subjects research procedures for the sole purpose of protecting human-subjects  (i.e., New England Institutional Review Board; Department of Defense (study sponsor)). All data on computers are password protected and limited to authorized research personnel, and contain no identifiers. Only your code number will accompany your data for analytic purposes, whether at the primary research site (Draper Laboratory), or at any other approved research sites—your name and/or other identifying information will not be included when data are securely sent to other sites for analysis. Only authorized research staff will have access to the information gathered in this study. All laboratory sites conducting analyses are required to follow the same privacy/confidentiality regulations we described above. Your identity will not be revealed in any reports or publications resulting from this study for any reason without your express, written consent for your identity to be released. We will retain your contact information should we wish to contact you for your written consent in the future, or should you wish to participate in additional study procedures (i.e., Part 2).Please note that by law we are required to disclose certain information about you without your consent that would identify you as a participant in the research project.  Specifically, we are mandated to report information about child abuse, elderly abuse, intent to hurt yourself, or intent to hurt others.</p>
 
-    <p>After the study is completed, the study data may be placed in a secure central storage location. The data will not include your name or other information that could identify you. The purpose is to make study data available to other researchers who must request permission to use it.  Although the results of your research information will not be sold, the information obtained from the research may lead to the development of commercial products in the future. You will not receive any money from the use of your research information.
+    <p>After the study is completed, the study data may be placed in a secure central storage location. The data will not include your name or other information that could identify you. The purpose is to make study data available to other researchers who must request permission to use it.  Although the results of your research information will not be sold, the information obtained from the research may lead to the development of commercial products in the future. You will not receive any money from the use of your research information.</p>
 
-    <p><b>RISKS AND INCONVENIENCES</b>
-    <br><i>Risks.</i> This study is associated with minimal risks. However, if the consent form is not read carefully, there could be a risk of not understanding fully the nature of the research being conducted, your responsibilities, and the safeguards to protect your confidentiality. Additionally, while most individuals tolerate all of the planned tasks, some may find them tedious and some individuals find it distressing or inconvenient to be monitored with physiological sensors. No procedures or materials (i.e., sensors/conductive gels/pastes) used in this study are deemed dangerous to any population (incl. pregnant women and fetuses). All gels/pastes used in this study are water-based and hypoallergenic. In very rare cases, participants with sensitive skin may feel some minor discomfort related to skin-preparation protocols, which include preparation with medical alcohol pads.
+    <h4>RISKS AND INCONVENIENCES</h4>
+    <p><b style="display:inline-block; font-family:'montserrat-bold';">Risks:</b> This study is associated with minimal risks. However, if the consent form is not read carefully, there could be a risk of not understanding fully the nature of the research being conducted, your responsibilities, and the safeguards to protect your confidentiality. Additionally, while most individuals tolerate all of the planned tasks, some may find them tedious and some individuals find it distressing or inconvenient to be monitored with physiological sensors. No procedures or materials (i.e., sensors/conductive gels/pastes) used in this study are deemed dangerous to any population (incl. pregnant women and fetuses). All gels/pastes used in this study are water-based and hypoallergenic. In very rare cases, participants with sensitive skin may feel some minor discomfort related to skin-preparation protocols, which include preparation with medical alcohol pads.</p>
 
-    <p><i>Risk reduction.</i> To minimize any risk of not truly understanding the elements of this study, you will be provided several opportunities in which the purpose and procedures of the study will be presented, and you will be able to ask any questions and have those questions answered. Additionally, if at any time you feel uncomfortable with any study procedures you may discontinue your participation without penalty (you may be eligible to receive prorated payment or course credit). In addition, you can request to meet with our clinical psychologist on staff to discuss any stress or emotional distress you may experience related to your participation today.
+    <p><b style="display:inline-block; font-family:'montserrat-bold';">Risk reduction:</b> To minimize any risk of not truly understanding the elements of this study, you will be provided several opportunities in which the purpose and procedures of the study will be presented, and you will be able to ask any questions and have those questions answered. Additionally, if at any time you feel uncomfortable with any study procedures you may discontinue your participation without penalty (you may be eligible to receive prorated payment or course credit). In addition, you can request to meet with our clinical psychologist on staff to discuss any stress or emotional distress you may experience related to your participation today.</p>
 
-    <p>You will NOT be held responsible for any damages or mechanical failures that may occur to the equipment during the course of testing within the Draper Laboratory, nor will this affect your compensation.
+    <p>You will NOT be held responsible for any damages or mechanical failures that may occur to the equipment during the course of testing within the Draper Laboratory, nor will this affect your compensation.</p>
 
-    <p><b>BENEFITS</b>
-    <br>There is no direct benefit to you for participation in the study.
+    <h4>BENEFITS</h4>
+    <p>There is no direct benefit to you for participation in the study.</p>
 
-    <p><b>ECONOMIC CONSIDERATIONS</b>
-    <br>Participants recruited for laboratory experiments are eligible to receive monetary compensation. Participants recruited for online only experiments are not eligible to receive monetary compensation. Student populations that are recruited for laboratory experiments at university/college sites may be eligible to receive either monetary compensation or course credit as per their institutions' guidelines. US government personnel that volunteer to participate as government employees (not private citizens) may not be eligible to receive compensation for their participation.
+    <h4>ECONOMIC CONSIDERATIONS</h4>
+    <p>Participants recruited for laboratory experiments are eligible to receive monetary compensation. Participants recruited for online only experiments are not eligible to receive monetary compensation. Student populations that are recruited for laboratory experiments at university/college sites may be eligible to receive either monetary compensation or course credit as per their institutions' guidelines. US government personnel that volunteer to participate as government employees (not private citizens) may not be eligible to receive compensation for their participation.</p>
 
-    <p>The total compensation possible for laboratory experiments is $135, which accounts for full participation in the online intake questionnaire, the laboratory session and all possible follow-up sessions. Completion of a given study component will result in maximum compensation possible for that component at the rate of $15/hour; this will be based on the maximum time estimate for that component (see above). Partial completion of a given study component will result in pro-rated payment for time spent in participation at the same rate of $15/hour. For example, completion of the Online Intake Questionnaire and the first Laboratory Session results in the payment of $45, full completion of the Online Intake Questionnaire and partial completion of  Laboratory Tasks may result in a payment of $30. Payment for partial completion of the Online Intake Questionnaire participation will be mailed directly to participants in the form of checks with a cash value of $15. Payment for laboratory session (or follow-up session) participation will be given to participants, in person, directly following their session.
+    <p>The total compensation possible for laboratory experiments is $135, which accounts for full participation in the online intake questionnaire, the laboratory session and all possible follow-up sessions. Completion of a given study component will result in maximum compensation possible for that component at the rate of $15/hour; this will be based on the maximum time estimate for that component (see above). Partial completion of a given study component will result in pro-rated payment for time spent in participation at the same rate of $15/hour. For example, completion of the Online Intake Questionnaire and the first Laboratory Session results in the payment of $45, full completion of the Online Intake Questionnaire and partial completion of  Laboratory Tasks may result in a payment of $30. Payment for partial completion of the Online Intake Questionnaire participation will be mailed directly to participants in the form of checks with a cash value of $15. Payment for laboratory session (or follow-up session) participation will be given to participants, in person, directly following their session.</p>
 
-    <p><b>ALTERNATIVES</b>
-    <br>Participation in the study is VOLUNTARY.  The alternative to participating in this study is NOT participating in this study.  If you decide to participate in this study, you may withdraw from the study at ANY time. You may choose not to participate at ANY time.
+    <h4>ALTERNATIVES</h4>
+    <p>Participation in the study is VOLUNTARY.  The alternative to participating in this study is NOT participating in this study.  If you decide to participate in this study, you may withdraw from the study at ANY time. You may choose not to participate at ANY time.</p>
 
-    <p><b>IN CASE OF INJURY</b>
-    <br>Compensation may or may not be payable in the event of physical injury arising from this study under applicable federal law.  If you have any questions about your rights as a participant, you may contact the Principal Investigator, Dr. Joshua C. Poore, at 617-258-4023, software-evaluation@draper.com.
+    <h4>IN CASE OF INJURY</h4>
+    <p>Compensation may or may not be payable in the event of physical injury arising from this study under applicable federal law.  If you have any questions about your rights as a participant, you may contact the Principal Investigator, Dr. Joshua C. Poore, at 617-258-4023, software-evaluation@draper.com.</p>
 
-    <p><b>VOLUNTARY PARTICIPATION AND WITHDRAWAL</b>
-    <br>Your participation in this study is voluntary. You can refuse to participate in, or withdraw from this study at any time without penalty or loss of benefits to which you are otherwise entitled.  If you decide to withdraw from the study, you can also request that all electronic data (including audio and video recordings) collected to that point be destroyed.
+    <h4>VOLUNTARY PARTICIPATION AND WITHDRAWAL</h4>
+    <p>Your participation in this study is voluntary. You can refuse to participate in, or withdraw from this study at any time without penalty or loss of benefits to which you are otherwise entitled.  If you decide to withdraw from the study, you can also request that all electronic data (including audio and video recordings) collected to that point be destroyed.</p>
 
-    <p><b>Study Withdrawal</b>
+    <p><b style="font-family:'montserrat-bold'">Study Withdrawal</b>
     <br>The principal investigator may end your participation in this study for any of the following reasons:
     <br>1.	If he feels that it is in your best interest to stop being in the study;
     <br>2.	If the study is cancelled by the sponsor, the New England Institutional Review Board or by Office of Human Research Protections (OHRP);
-    <br>3.	For administrative reasons.
+    <br>3.	For administrative reasons.</p>
 
-    <p><b>QUESTIONS</b>
-    <br>We have used some technical terms in this form.  Please feel free to ask about anything you don't understand and to consider this research and the consent form carefully - as long as you feel is necessary - before you make a decision. If you have any questions about your rights as a participant, or the study itself, you may contact the Principal Investigator, Dr. Joshua C. Poore, at 617-258-4023, software-evaluation@draper.com (email preferred).
+    <h4>QUESTIONS</h4>
+    <p>We have used some technical terms in this form.  Please feel free to ask about anything you don't understand and to consider this research and the consent form carefully - as long as you feel is necessary - before you make a decision. If you have any questions about your rights as a participant, or the study itself, you may contact the Principal Investigator, Dr. Joshua C. Poore, at 617-258-4023, software-evaluation@draper.com (email preferred).</p>
 
-    <p><b>VOLUNTEER'S STATEMENT</b>
+    <h4>VOLUNTEER'S STATEMENT</h4>
 
-    <br>I have been given a chance to ask questions about this research study.  These questions have been answered to my satisfaction.  I may contact the Principal Investigator if I have any more questions about taking part in this study. The Principal Investigator or the company he is employed by is being paid by the sponsor for my participation in this study.
+    <p>I have been given a chance to ask questions about this research study.  These questions have been answered to my satisfaction.  I may contact the Principal Investigator if I have any more questions about taking part in this study. The Principal Investigator or the company he is employed by is being paid by the sponsor for my participation in this study.</p>
 
-    <p>I understand that my participation in this research project is voluntary.  I know that I may quit the study at any time without harming my future medical care or losing any benefits to which I might be entitled.  I also understand that the investigator in charge of this study may decide at any time that I should no longer participate in this study.
+    <p>I understand that my participation in this research project is voluntary.  I know that I may quit the study at any time without harming my future medical care or losing any benefits to which I might be entitled.  I also understand that the investigator in charge of this study may decide at any time that I should no longer participate in this study.</p>
 
-    <p>If I have any questions about my rights as a research subject in this study I may contact:
+    <p>If I have any questions about my rights as a research subject in this study I may contact:</p>
 
     <p>New England Institutional Review Board
     <br>Telephone:  1-800-232-9570</p>
     <br>
 
 
-    <a class="btn btn-lg btn-success btn-block" href="{% url 'op_tasks:register' %}" role="button">
-        I acknowledge that I have read the procedures described above and my questions have been answered to my satisfaction.
+    <a class="btn btn-success btn-block btn-consent-form-accept" href="{% url 'op_tasks:register' %}" role="button">
+        I acknowledge that I have read the procedures described above and <br> my questions have been answered to my satisfaction.
     </a>
     <br>
-    <a class="btn btn-lg btn-danger btn-block" href="{% url 'op_tasks:safety' %}" role="button">
+    <a class="btn btn-danger btn-block btn-consent-form-reject" href="{% url 'op_tasks:safety' %}" role="button">
         I do not wish to participate in this experiment.
     </a>
-
-{% endblock %}
\ No newline at end of file
+  </div>
+{% endblock %}
diff --git a/op_tasks/templates/product.html b/op_tasks/templates/product.html
index 5c6d650..fafb79c 100755
--- a/op_tasks/templates/product.html
+++ b/op_tasks/templates/product.html
@@ -15,7 +15,7 @@
     <span class="glyphicon glyphicon-chevron-down"></span>
     Task Menu
   </div>
-  
+
   <div class="ot-container">
     <button id="open-task-button" class="btn btn-primary ot-open-btn" data-toggle="modal" data-target="#myModal">
       Open Task
@@ -88,7 +88,7 @@
         }
 
         function pad(n) {return (n<10) ? ("0"+n) : n;}
-        
+
         var redirect = function(url, method) {
           var form = document.getElementById('timerblock');
           form.method = method;
@@ -103,5 +103,3 @@
 {% endif %}
 
 {% endblock %}
-
-
diff --git a/op_tasks/templates/registration/login.html b/op_tasks/templates/registration/login.html
index 52b3b82..925bf7b 100755
--- a/op_tasks/templates/registration/login.html
+++ b/op_tasks/templates/registration/login.html
@@ -1,17 +1,17 @@
 {% extends "main.html" %}
 
 {% block container %}
-  <section>
-  	<h1 align="center"><b>Login to XDATA Online</b></h1>
+  <section class="login-section">
+  	<div class="login-title">LOGIN TO XDATA ONLINE</div>
     <form class="form-signin" id="login_form" method="post" action="{% url 'op_tasks:login' %}">
       {% csrf_token %}
-      <h4 class="form-signin-heading">Please sign in</h4>
+      <div class="form-signin-heading">Please sign in</div>
       <input class="form-control" name="username" value="" placeholder="Username" required autofocus/>
       <input class="form-control" type="password" name="password" value="" placeholder="Password" required/>
-      <button class="btn btn-lg btn-primary btn-block" type="submit" value="submit">Sign in</button>
-    </form>
-    <h4 align="center">
+      <button class="btn-bordered btn-login" type="submit" value="submit">Sign in</button>
+      <div class="login-forgot">
         <a href="{% url 'op_tasks:reset' %}">Forgot password?</a>
-    </h4>
+      </div>
+    </form>
   </section>
-{% endblock %}
\ No newline at end of file
+{% endblock %}
diff --git a/op_tasks/templates/registration/register.html b/op_tasks/templates/registration/register.html
index ad5a3f1..4cecd82 100755
--- a/op_tasks/templates/registration/register.html
+++ b/op_tasks/templates/registration/register.html
@@ -1,40 +1,39 @@
-{% extends "page.html" %}
+{% extends "main.html" %}
 
 {% block container %}
-<h1>Registration</h1>
+<section class="login-section">
+	<div class="login-title">REGISTRATION</div>
 
 	{% if registered %}
-	<h2>Thank you for registering!</h2>
+	<div class="form-signin-heading">Thank you for registering!</div>
 	{% else %}
-    <h2 class="form-signin-heading">Create an account</h2>
+		<form class="form-signin" role="form" id="user_form" method="post" action="{% url 'op_tasks:register' %}" enctype="multipart/form-data">
+			{% csrf_token %}
+			<div class="form-signin-heading">Create an account</div>
+    	<div class="form-group">
+      	<p class="required">
+      		<label for="id_email">Username: (please use a valid email address)</label>
+      		<input class="form-control" id="id_email" name="username" type="email" placeholder="Enter email"/>
+      	</p>
+    	</div>
+    	<div class="form-group">
+      	<p class="required">
+        	<label for="id_password1">Password:</label>
+        	<input class="form-control" id="id_password" name="password" type="password" placeholder="Enter password"/>
+      	</p>
+    	</div>
+    	<div class="form-group">
+      	<p class="required">
+        	<label for="id_password2">Password (again):</label>
+        	<input class="form-control" id="id_password2" name="password2" type="password" placeholder="Enter password again" />
+    		</p>
+    	</div>
+    	<button id="id_register_button" type="submit" class="btn-bordered btn-login">Submit</button>
+  	</form>
+  {% endif %}
 
-	<form role="form" id="user_form" method="post" action="{% url 'op_tasks:register' %}" enctype="multipart/form-data">
-		{% csrf_token %}
-
-        <div class="form-group">
-            <p class="required">
-                <label for="id_email">Username: (please use a valid email address)</label>
-                <input class="form-control" id="id_email" name="username" type="email" placeholder="Enter email"/>
-            </p>
-        </div>
-        <div class="form-group">
-            <p class="required">
-                <label for="id_password1">Password:</label>
-                <input class="form-control" id="id_password" name="password" type="password" placeholder="Enter password"/>
-            </p>
-        </div>
-        <div class="form-group">
-            <p class="required">
-                <label for="id_password2">Password (again):</label>
-                <input class="form-control" id="id_password2" name="password2" type="password" placeholder="Enter password again" />
-            </p>
-        </div>
-        <button id="id_register_button" type="submit" class="btn btn-default">Submit</button>
-    </form>
-    {% endif %}
-
-    {% if registered %}
-    <h4 class="form-signin-heading">Click here to sign in: <a href="{% url 'op_tasks:login' %}">Sign in</a>
-    {% endif %}
-
-{% endblock %}
\ No newline at end of file
+  {% if registered %}
+    <div class="form-signin-heading">Click here to sign in: <a href="{% url 'op_tasks:login' %}">Sign in</a></div>
+  {% endif %}
+</section>
+{% endblock %}
diff --git a/op_tasks/templates/registration/reset_password_confirm.html b/op_tasks/templates/registration/reset_password_confirm.html
index a5275c4..94dfb4a 100644
--- a/op_tasks/templates/registration/reset_password_confirm.html
+++ b/op_tasks/templates/registration/reset_password_confirm.html
@@ -1,16 +1,15 @@
 {% extends "main.html" %}
 {% block title %}Reset Password{% endblock %}
 {% block container %}
-    <div align="center">
-    {% if validlink %}
-        <form method="post">
-            {% csrf_token %}
-            {{ form.as_p }}
-            <button type="submit">Submit</button>
-        </form>
-    {% else %}
-        <p>This reset link is no longer valid!</p>
-    {% endif %}
-    </div>
-
+<section class="login-section">
+  {% if validlink %}
+    <form method="post">
+      {% csrf_token %}
+      {{ form.as_p }}
+      <button class="btn-bordered btn-login btn-reset" type="submit">Submit</button>
+    </form>
+  {% else %}
+    <div class="form-signin-heading">This reset link is no longer valid!</div>
+  {% endif %}
+</section>
 {% endblock%}
diff --git a/op_tasks/templates/registration/reset_password_done.html b/op_tasks/templates/registration/reset_password_done.html
index c6f4733..0d4352f 100644
--- a/op_tasks/templates/registration/reset_password_done.html
+++ b/op_tasks/templates/registration/reset_password_done.html
@@ -4,8 +4,8 @@
 
 {% block container %}
 
-<h1>Password reset in progress</h1>
+<div class="login-title reset-title">PASSWORD RESET IN PROGRESS</div>
 
-<p>We've emailed you instructions for setting your password to the email address you submitted. You should be receiving it shortly.</p>
+<div class="form-signin-heading">We've emailed you instructions for setting your password to the email address you submitted. You should be receiving it shortly.</div>
 
-{% endblock %}
\ No newline at end of file
+{% endblock %}
diff --git a/op_tasks/templates/registration/reset_password_form.html b/op_tasks/templates/registration/reset_password_form.html
index 6a3b2d3..e0752df 100644
--- a/op_tasks/templates/registration/reset_password_form.html
+++ b/op_tasks/templates/registration/reset_password_form.html
@@ -1,16 +1,15 @@
 {% extends "main.html" %}
 {% block title %}Reset Password{% endblock %}
 {% block container %}
-
-<form method="post">
-    <h2 align="center">Password Reset</h2>
-    <h4 align="center">Please enter your email to continue:</h4>
+<section class="login-section">
+  <form method="post">
+    <div class="login-title reset-title">RESET YOUR PASSWORD</div>
+    <div class="form-signin-heading">Please enter your email to continue:</h4>
     {% csrf_token %}
-    <div align="center">
+    <div>
         {{ form.as_p }}
-        <button type="submit">Submit</button>
+        <button class="btn-bordered btn-login btn-reset" type="submit">Submit</button>
     </div>
-</form>
-
+  </form>
+</section>
 {% endblock %}
-
diff --git a/op_tasks/templates/task.html b/op_tasks/templates/task.html
index 19b9226..138919f 100644
--- a/op_tasks/templates/task.html
+++ b/op_tasks/templates/task.html
@@ -17,7 +17,7 @@
     <span class="glyphicon glyphicon-chevron-down"></span>
     Task Menu
   </div>
-  
+
   <div class="ot-container">
     <button id="product_button" onclick="open_product()" class="btn btn-primary ot-open-btn">
       Open {{tasklistitem.product.name}}
@@ -101,7 +101,7 @@
         function pad(n) {
           return (n<10) ? ("0"+n) : n;
         }
-        
+
         function task_timer() {
           set_time();
           time = time - 1;
@@ -121,7 +121,7 @@
           setInterval(function(){task_timer()},1000);
           // setTimeout('redirect("{% url 'op_tasks:product' task_pk=tasklistitem.pk %}", "post")', 1000*60*{{user.userprofile.experiment.task_length}});
         }
-        
+
         var redirect = function(url, method) {
           var form = document.getElementById('timerblock');
           form.method = method;
@@ -136,5 +136,3 @@
 {% endif %}
 
 {% endblock %}
-
-
diff --git a/op_tasks/templates/task_launch.html b/op_tasks/templates/task_launch.html
index 41a3d6e..e1d90c4 100644
--- a/op_tasks/templates/task_launch.html
+++ b/op_tasks/templates/task_launch.html
@@ -1,28 +1,33 @@
-{% extends "base.html" %}
+{% extends "main.html" %}
 {% block head %}
 {% endblock %}
-{% block body %}
+{% block header %}
+  <div id="header-navbar">
+    Signed in as {{user.username}} | <a class="header-navbar-link" href="{% url 'op_tasks:logout' %}">Sign Out</a>
+  </div>
+{% endblock %}
+{% block container %}
 
 <div class="head" onunload="close_instructions()">
 	<h1>{{tasklistitem.op_task.name}}</h1>
-	<h3>
-		Please read all of these instructions before clicking any buttons!
-	</h3>
 	<h4>
-		Click the button below to view instructions for {{tasklistitem.product.name}}.  After you have read the instructions, the button below to begin your task will be enabled.  
+		Please read all of these instructions before clicking any buttons!
 	</h4>
+	<p>
+		Click the button below to view instructions for {{tasklistitem.product.name}}.  After you have read the instructions, the button below to begin your task will be enabled.
+	</p>
 	<button id="instructions_button" onclick="open_instructions();" class="btn btn-lg btn-warning">
 		Instructions
 	</button>
-	<h4>
+	<p>
 		Click the blue button in the Task Menu below to launch {{ tasklistitem.product.name }} when ready
-	</h4>
-	<h4>
+	</p>
+	<p>
 		Click the red button in the Task Menu below when you have completed your task
-	</h4>
-	<h4>
-		Please click the green button below to begin your task.  This will load the task in this page and you will have {{tasklistitem.userprofile.experiment.task_length}} minutes to answer all questions.  
-	</h4>
+	</p>
+	<p>
+		Please click the green button below to begin your task.  This will load the task in this page and you will have {{tasklistitem.userprofile.experiment.task_length}} minutes to answer all questions.
+	</p>
 	<button id="open_task_button" onclick="task_launch();" class="btn btn-lg btn-success">
 		Begin Task
 	</button>
@@ -45,4 +50,4 @@
 
 </script>
 
-{% endblock %}
\ No newline at end of file
+{% endblock %}
diff --git a/op_tasks/templates/task_list.html b/op_tasks/templates/task_list.html
index 2434480..427b7db 100755
--- a/op_tasks/templates/task_list.html
+++ b/op_tasks/templates/task_list.html
@@ -2,13 +2,13 @@
 
 {% block content %}
 
-<h1><b>Task List</b></h1>
+<h1>TASK LIST</h1>
 
 <!-- progress bar -->
 {% if user.userprofile.experiment.show_progress %}
-<h2><b>Status</b></h2>
+<div class="status-bar-title">Status</div>
 <div class="progress">
-   <div class="progress-bar" role="progressbar" aria-valuenow="60" 
+   <div class="progress-bar" role="progressbar" aria-valuenow="60"
       aria-valuemin="0" aria-valuemax="100" style="min-width: 2em; width: {{user.userprofile.progress}}%;">
       {{user.userprofile.progress}}% Complete
    </div>
@@ -19,22 +19,18 @@
 <div class="instructions" >
   <a href="{% url 'op_tasks:instruct' %}">
     {% if user.userprofile.exp_inst_complete and user.userprofile.portal_inst_complete %}
-    
-    <h3>
-      <span class="glyphicon glyphicon-check"></span>
-      Click here to review instructional materials
-    </h3>
-    <h5 class='text'>This material is available throughout the experiment</h5>
-
+      <div class="task-list-text">
+        <span class="glyphicon glyphicon-check"></span>
+        Click here to review instructional materials.
+      </div>
+      <div class="task-list-subtext">This material is available throughout the experiment</div>
     {% else %}
-    
-    <div class="task-current">
-      <h3>
-        <span class="glyphicon glyphicon-unchecked"></span>
-        Click here to review instructional materials
-      </h3>
-    </div>
-
+      <div class="task-current">
+        <div class="task-list-text">
+          <span class="glyphicon glyphicon-unchecked"></span>
+          Click here to review instructional materials.
+        </div>
+      </div>
     {% endif %}
   </a>
 </div>
@@ -43,99 +39,99 @@
 <table class="ot-list table table-bordered">
   <tbody>
     {% for tasklistitem in userprofile.tasklistitem_set.all %}
-    
+
       {% if tasklistitem.task_complete and not tasklistitem.task_active and tasklistitem.exit_complete %}
       <!-- tasklistitem not active, complete, and exit complete -->
-        <tr class="ot-disabled">
+        <tr class="ot-disabled task-list-item">
           <td class="status">
             <span class="glyphicon glyphicon-check"></span>
           </td>
           <td>
-            <div style="font-size: 18px;">
+            <div class="task-list-text">
               <span class="heading">{{tasklistitem.op_task.name}} with {{tasklistitem.product.name}}</span>
               <span class="pull-right text">Task Complete. Thank You!</span>
-            </div>     
+            </div>
           </td>
         </tr>
-        
+
       {% elif tasklistitem.task_complete and not tasklistitem.task_active and not tasklistitem.exit_complete %}
       <!-- tasklistitem not active, complete, and exit active -->
-        <tr class="task-current">
+        <tr class="task-current task-list-item">
           <td class="status">
             <span class="glyphicon glyphicon-unchecked"></span>
-          </td>   
+          </td>
           <td>
             <div class="task-current">
-              <h3 class="heading disabled">{{tasklistitem.op_task.name}} with {{tasklistitem.product.name}}</h3>
-              <p class="text disabled">Task Complete. Thank You!</p>
+              <div class="heading disabled task-list-text">{{tasklistitem.op_task.name}} with {{tasklistitem.product.name}}</div>
+              <div class="text disabled task-list-text">Task Complete. Thank You!</div>
               <a href="" data-toggle="modal" data-target="#exit-{{tasklistitem.pk}}">
                 <span class="glyphicon glyphicon-hand-right"></span>
-                Complete Post-Task Survey to Continue
+                <div class="task-list-subtext" style="display:inline-block;">Complete Post-Task Survey to Continue</div>
               </a>
             </div>
           </td>
         </tr>
-        
+
       {% elif not tasklistitem.task_complete and not tasklistitem.task_active %}
       <!-- task not active and not complete -->
-        <tr class="ot-disabled">
+        <tr class="ot-disabled task-list-item">
           <td class="status">
             <span class="glyphicon glyphicon-unchecked"></span>
           </td>
           <td>
-            <div style="font-size: 18px;">
+            <div class="task-list-text">
               <span class="heading">{{tasklistitem.op_task.name}} with {{tasklistitem.product.name}}</span>
               <span class="pull-right text">Complete previous tasks first.</span>
-            </div>      
+            </div>
           </td>
         </tr>
-        
+
       {% elif tasklistitem.task_complete and tasklistitem.task_active and tasklistitem.exit_active and not tasklistitem.exit_complete %}
       <!-- task active and complete with exit active -->
-        <tr>
+        <tr class="task-list-item">
           <td class="status" >
             <span class="glyphicon glyphicon-check" style="color:#428bca"></span>
           </td>
           <td>
             <a href="{% url 'op_tasks:task_test' task_pk=tasklistitem.pk %}">
-              <h3 class="heading">{{tasklistitem.op_task.name}} with {{tasklistitem.product.name}}</h3>
-              <p class="text">Task Complete.  Thank you!</p>
+              <div class="heading task-list-text">{{tasklistitem.op_task.name}} with {{tasklistitem.product.name}}</div>
+              <div class="text task-list-text">Task Complete.  Thank you!</div>
             </a>
             <a class="task-current" href="" data-toggle="modal" data-target="#exit-{{tasklistitem.pk}}">
               <span class="glyphicon glyphicon-hand-right"></span>
-              Complete Post-Task Survey Here
+              <div class="task-list-subtext" style="display:inline-block;">Complete Post-Task Survey Here</div>
             </a>
           </td>
         </tr>
-        
+
       {% elif tasklistitem.task_active and tasklistitem.task_complete and tasklistitem.exit_complete %}
       <!-- task active, complete, exit complete -->
-        <tr>
+        <tr class="task-list-item">
           <td class="status">
             <span class="glyphicon glyphicon-check" style="color:#428bca"></span>
           </td>
           <td>
             <a href="{% url 'op_tasks:task_test' task_pk=tasklistitem.pk %}">
-              <h3 class="heading">{{tasklistitem.op_task.name}} with {{tasklistitem.product.name}}</h3>
-              <p class="text">Task Complete.  Thank you!</p>
+              <div class="heading task-list-text">{{tasklistitem.op_task.name}} with {{tasklistitem.product.name}}</div>
+              <div class="text task-list-text">Task Complete.  Thank you!</div>
             </a>
             <a href="" data-toggle="modal" data-target="#exit-{{tasklistitem.pk}}">
               <span class="glyphicon glyphicon-check"></span>
-              Post-task survey complete
+              <div class="task-list-subtext" style="display:inline-block;">Post-task survey complete</div>
             </a>
           </td>
         </tr>
-        
+
       {% elif tasklistitem.task_active and not tasklistitem.task_complete %}
       <!-- task active, not complete and exit task not active -->
-        <tr class="task-current">
+        <tr class="task-current task-list-item">
           <td class="status">
             <span class="glyphicon glyphicon-unchecked"></span>
-          </td>   
+          </td>
           <td>
             <a class="task-current" href="{% url 'op_tasks:task_test' task_pk=tasklistitem.pk %}">
-              <h3 class="heading">{{tasklistitem.op_task.name}} with {{tasklistitem.product.name}}</h3>
-              <p class="text">Task not yet completed. Click to start this Operational Task</p>
+              <div class="heading task-list-text">{{tasklistitem.op_task.name}} with {{tasklistitem.product.name}}</div>
+              <div class="text task-list-subtext">Task not yet completed. Click to start this Operational Task</div>
             </a>
           </td>
         </tr>
@@ -144,10 +140,10 @@
 
       <!-- exit survey popup -->
       <div class="modal fade" id="exit-{{tasklistitem.pk}}" tabindex="-1" role="dialog" aria-labelledby="intake" aria-hidden="true">
-        <div class="modal-dialog" width="940px" height="540px">
+        <div class="modal-dialog">
           <div class="modal-content">
             <div class="modal-body" id="surveymonkeyframe">
-              <iframe src="{{tasklistitem.op_task.exit_url}}?sid={{userprofile.user_hash}}::{{tasklistitem.pk}}" width="1100px" height="500px"></iframe>
+              <iframe src="{{tasklistitem.op_task.exit_url}}?sid={{userprofile.user_hash}}::{{tasklistitem.pk}}" width="100%" height="100%"></iframe>
             </div>
             <div class="modal-footer">
               <div>
@@ -155,7 +151,7 @@
               </div>
               <div>
                 <form id="exit-survey-complete" method="post" action="{% url 'op_tasks:product' task_pk=tasklistitem.pk %}">{% csrf_token %}
-                  <button type="submit" style="float: right;" class="btn btn-success">Submit survey</button>
+                  <button type="submit" style="float: right;" class="btn btn-success">Survey Finished</button>
                 </form>
               </div>
             </div>
@@ -171,11 +167,9 @@
 
 {% if all_complete %}
   <hr>
-  <h4>Thank you for participating, you have completed all Operational Tasks!</h4>
-  <p>If you are interested in future study components or engagement with analytic tools, 
-    we will contact you if you indicated such interest in the intake questionnaire.</p>
-  <p>If you are interested in working on developing these analytic tools, which are free 
-    and open source, please see the DARPA <a href="http://www.darpa.mil/opencatalog/XDATA.html">open catalogue.</a> </p>
+  <div class="task-list-text">Thank you for participating, you have completed all Operational Tasks!</div>
+  <p>If you are interested in future study components or engagement with analytic tools, we will contact you if you indicated such interest in the intake questionnaire.</p>
+  <p>If you are interested in working on developing these analytic tools, which are free and open source, please return to <a href="http://www.xdataonline.com/">XDATA Online</a> to explore DARPA's <a href="http://www.darpa.mil/opencatalog/XDATA.html">Open Catalog</a>, the applications you used, and datasets!</p>
 {% endif %}
 
-{% endblock %}
\ No newline at end of file
+{% endblock %}
diff --git a/op_tasks/templates/userpage.html b/op_tasks/templates/userpage.html
index 1424f07..a97018d 100644
--- a/op_tasks/templates/userpage.html
+++ b/op_tasks/templates/userpage.html
@@ -1,25 +1,23 @@
 {% extends "page.html" %}
 
 {% block side_block %}
-
-{% if user.userprofile.experiment.has_achievements %}
-<div class="panel panel-default">
-  <div class="panel-heading">
-    <b class="panel-title">Achievements</b>
-  </div>
-  <div class="panel-body">
-    <div class="media">
-      <div class="media-body">
-        <h4 class="media-heading">Achievement 1</h4>
-      </div>
-      <div class="media-right">
-        <a href="#">
-          <img class="media-object" src="/static/images/Colonel_Grade_3.png" alt="...">
-        </a>
+  <!-- {% if user.userprofile.experiment.has_achievements %}
+  <div class="panel panel-default">
+    <div class="panel-heading">
+      <b class="panel-title">Achievements</b>
+    </div>
+    <div class="panel-body">
+      <div class="media">
+        <div class="media-body">
+          <h4 class="media-heading">Achievement 1</h4>
+        </div>
+        <div class="media-right">
+          <a href="#">
+            <img class="media-object" src="/static/images/Colonel_Grade_3.png" alt="...">
+          </a>
+        </div>
       </div>
     </div>
   </div>
-</div>
-{% endif %}
-
-{% endblock %}
\ No newline at end of file
+  {% endif %} -->
+{% endblock %}
diff --git a/static/css/product.css b/static/css/product.css
index c6322c7..7641206 100644
--- a/static/css/product.css
+++ b/static/css/product.css
@@ -3,8 +3,11 @@
 	padding: 3px 5px;
 	border-top-left-radius: 5px;
 	border-top-right-radius: 5px;
-	height: 20;
+	height: 30px;
 	cursor: pointer;
+	font-family: 'montserrat-bold';
+	font-size: 18px;
+	line-height: 24px;
 }
 
 .ot-hide > .open-close {
@@ -18,13 +21,13 @@
 }
 
 #ot_menu {
-	height: 170px;
+	height: 178px;
 	/*bottom: 0px;*/
 	/*left: 3%;*/
 	/*position: fixed;*/
 	background-color: #fff;
 	z-index: 1000;
-	width: 200px;
+	width: 230px;
 	border-radius: 5px;
 }
 
@@ -38,7 +41,7 @@
 .ot-show {
 	position: fixed;
 	left: 20px;
-	bottom: 10px;
+	bottom: 45px;
 	/*margin-bottom: 10px;*/
 	opacity: 1;
 	filter: alpha(opacity=100);
@@ -63,6 +66,7 @@
 
 .ot-container {
 	margin: 5px;
+	font-family: 'montserrat-reg';
 }
 
 .ot-open-btn {
@@ -71,13 +75,17 @@
 }
 
 .timer {
-  margin-top: 5px;
-  margin-bottom: 5px;
+  margin-top: 10px;
+  margin-bottom: 10px;
   /*background-color: white;*/
-  
+
   text-align: center;
 }
 
 .timer .time {
 	font-size: 20px;
-}
\ No newline at end of file
+}
+
+.timer p {
+	margin: 5px;
+}
diff --git a/static/css/styles.css b/static/css/styles.css
index d68eb76..b5d43e8 100644
--- a/static/css/styles.css
+++ b/static/css/styles.css
@@ -1,14 +1,418 @@
+/* CSS Reset */
+html, body, div, span, applet, object, iframe,
+h1, h2, h3, h4, h5, h6, p, blockquote, pre,
+a, abbr, acronym, address, big, cite, code,
+del, dfn, em, img, ins, kbd, q, s, samp,
+small, strike, strong, sub, sup, tt, var,
+b, u, i, center,
+dl, dt, dd, ol, ul, li,
+fieldset, form, label, legend,
+table, caption, tbody, tfoot, thead, tr, th, td,
+article, aside, canvas, details, embed,
+figure, figcaption, footer, header, hgroup,
+menu, nav, output, ruby, section, summary,
+time, mark, audio, video {
+	margin: 0;
+	padding: 0;
+	border: 0;
+	font-size: 100%;
+	font: inherit;
+	vertical-align: baseline;
+}
+/* HTML5 display-role reset for older browsers */
+article, aside, details, figcaption, figure,
+footer, header, hgroup, menu, nav, section {
+	display: block;
+}
+body {
+	line-height: 1;
+}
+ol, ul {
+	list-style: none;
+}
+blockquote, q {
+	quotes: none;
+}
+blockquote:before, blockquote:after,
+q:before, q:after {
+	content: '';
+	content: none;
+}
+table {
+	border-collapse: collapse;
+	border-spacing: 0;
+}
+
+/* Import fonts */
+@font-face {
+    font-family: 'texgyre-italic';
+    src: url('../fonts/texgyreschola-italic-webfont.eot');
+    src: url('../fonts/texgyreschola-italic-webfont.eot?#iefix') format('embedded-opentype'),
+         url('../fonts/texgyreschola-italic-webfont.woff') format('woff'),
+         url('../fonts/texgyreschola-italic-webfont.ttf') format('truetype'),
+         url('../fonts/texgyreschola-italic-webfont.svg#texgyrescholaitalic') format('svg');
+    font-weight: normal;
+    font-style: normal;
+}
+
+@font-face {
+  font-family: 'montserrat-bold';
+  src: url('../fonts/Montserrat-Bold.otf') format('opentype');
+}
+
+@font-face {
+  font-family: 'montserrat-light';
+  src: url('../fonts/Montserrat-Light.otf') format('opentype');
+}
+
+@font-face {
+    font-family: 'montserrat-reg';
+    src: url('../fonts/Montserrat-Regular.otf') format('opentype');
+}
+
+/* Stout-specific styles */
 body,
 html {
+  font-family: 'montserrat-light', 'texgyre-italic', 'Arial';
+  color: #191919;
+  height: 100%;
+  min-height: 700px;
+  min-width: 1000px;
   margin: 0;
   padding: 0;
-  height: 100%;
-  /*padding-top: 40px;*/
-  /*padding-bottom: 40px;*/
-  background-color: #eee;
-  /*overflow: closed;*/
 }
 
+body {
+  background-image: url('../images/background.jpg');
+  background-repeat: repeat;
+}
+
+p {
+  font-family: 'montserrat-light';
+  font-size: 19px;
+  line-height: 22px;
+  margin-top: 1em;
+  margin-bottom: 1em;
+}
+
+h1 {
+  font-family: 'montserrat-bold';
+  font-size: 28px;
+  margin-bottom: 20px;
+}
+
+h2 {
+  font-family: 'montserrat-reg';
+  font-size: 28px;
+}
+
+h3 {
+  font-family: 'montserrat-light';
+  font-size: 18px;
+}
+
+h4 {
+  font-family: 'montserrat-bold';
+  font-size: 20px;
+}
+
+.main-header {
+  height: 50px;
+  background-color: #ff4611;
+  line-height: 50px;
+}
+
+#header-title {
+  font-family: 'montserrat-bold';
+  font-size: 26px;
+  color: #ffffff;
+  margin: 0 14px;
+  display: inline-block;
+}
+
+#header-navbar {
+  font-family: 'montserrat-reg';
+  font-size: 18px;
+  color: #ffffff;
+  margin: 0 14px;
+  float: right;
+  display: inline-block;
+}
+
+.header-navbar-link {
+  text-decoration: none;
+  color: #ffffff;
+  border: none;
+}
+
+.header-navbar-link:hover {
+  color: #4577b8;
+}
+
+.container {
+  min-height: calc(100% - 50px);
+  min-width: 100%;
+  margin-bottom: -25px;
+  padding-top: 30px;
+  padding-bottom: 30px;
+}
+
+.main-footer, .container:after {
+  height: 25px;
+}
+
+.main-footer {
+  background-color: #ff4611;
+}
+
+.pane {
+  height: 100%;
+  min-height: 100%;
+  width: 100%;
+  margin: 0;
+  padding: 0;
+}
+
+#landing-header {
+  height: 400px;
+  background-color: #ff4611;
+  color: #ffffff;
+  text-align: center;
+  padding: 40px auto;
+  width: 100%;
+  display: table;
+}
+
+#landing-container {
+  display: table-cell;
+  text-align: center;
+  vertical-align: middle;
+  padding: 0 40px;
+}
+
+#landing-title {
+  font-family: 'montserrat-bold';
+  font-size: 76px;
+  max-width: 1200px;
+  margin: 0 auto 40px auto;
+}
+
+#landing-subtitle {
+  font-family: 'montserrat-light';
+  font-size: 28px;
+  max-width: 1000px;
+  margin: 0 auto;
+}
+
+#landing-login {
+  height: calc(100% - 400px);
+  padding: 40px;
+  text-align: center;
+}
+
+.btn-bordered {
+  display: inline-block;
+  padding: 6px 12px;
+  border: 4px solid #ff4611;
+  border-radius: 2px;
+  font-family: 'montserrat-reg';
+  font-size: 22px;
+  text-align: center;
+  line-height: 22px;
+}
+
+a.btn-bordered, a.btn-bordered:hover {
+  text-decoration: none;
+  color: black;
+  height: 100%;
+  width: 100%;
+}
+
+#landing-button {
+  width: 192px;
+  height: 65px;
+  line-height: 45px;
+  margin: 20px;
+}
+
+#recruitment-header {
+  height: 300px;
+  background-color: #ff4611;
+  color: #ffffff;
+  text-align: center;
+  padding: 40px auto;
+  width: 100%;
+  display: table;
+}
+
+#recruitment-header-container {
+  display: table-cell;
+  text-align: center;
+  vertical-align: middle;
+  padding: 0 40px;
+}
+
+#recruitment-title {
+  font-family: 'montserrat-light';
+  font-size: 68px;
+  max-width: 1200px;
+  margin: 0 auto;
+}
+
+#recruitment-title b {
+  font-family: 'montserrat-bold';
+}
+
+#recruitment-info-container {
+  text-align: center;
+  width: 100%;
+  padding: 40px;
+}
+
+#recruitment-text {
+  width: 80%;
+  margin: 0 auto;
+}
+
+.login-section {
+  margin: 50px;
+}
+
+.login-title {
+  font-family: 'montserrat-reg';
+  font-size: 48px;
+  color: #ff4611;
+}
+
+.form-signin {
+  max-width: 500px;
+  padding: 30px;
+}
+
+.form-signin-heading {
+  margin-bottom: 20px;
+  font-family: 'texgyre-italic';
+  font-size: 24px;
+}
+
+.form-control {
+  margin-bottom: 20px;
+  background-color: #e5e6e8;
+}
+
+.btn-login {
+  background: transparent;
+  width: 200px;
+  height: 50px;
+  margin-bottom: 10px;
+}
+
+.login-forgot {
+  width: 200px;
+  text-align: center;
+}
+
+.reset-title {
+  margin-bottom: 30px;
+}
+
+.btn-reset {
+  margin-top: 30px;
+}
+
+#consent-title {
+  font-family: 'montserrat-bold';
+  font-size: 26px;
+  text-align: center;
+  margin-bottom: 20px;
+}
+
+.consent-details {
+  font-family: 'montserrat-reg';
+  font-size: 16px;
+  line-height: 20px;
+}
+
+.btn-consent-form-accept, .btn-consent-form-reject {
+  height: 50px;
+  width: 500px;
+  margin: 0 auto;
+}
+
+.btn-consent-form-reject {
+  line-height: 35px;
+}
+
+.panel {
+  background-color: #e5e6e8;
+}
+
+.panel-heading {
+  background-color: #e5e6e8 !important;
+}
+
+.panel-title {
+  font-family: 'montserrat-bold';
+}
+
+.navigation-list {
+  list-style-type: disc;
+  list-style-position: inside;
+}
+
+.navigation-item {
+  color: #4577b8;
+  font-family: 'montserrat-reg';
+  font-size: 16px;
+  line-height: 20px;
+}
+
+.status-bar-title {
+  font-family: 'montserrat-reg';
+  font-size: 24px;
+  margin-bottom: 10px;
+}
+
+.instructions {
+  margin: 0px 0px 20px 8px;
+}
+
+.task-list-text {
+  font-family: 'montserrat-reg';
+  font-size: 20px;
+}
+
+.task-list-subtext {
+  font-family: 'montserrat-light';
+  font-size: 18px;
+}
+
+.task-list-item{
+
+}
+
+.carousel-inner {
+  height: 450px;
+}
+
+.modal-dialog {
+  width: 80%;
+  height: 80%;
+}
+
+.modal-content {
+  width: 100%;
+  height: 100%;
+}
+
+.modal-body {
+  width: 100%;
+  height: calc(100% - 65px);
+}
+
+
+/* old css */
+
 #content {
   position: absolute;
   left: 0;
@@ -47,17 +451,11 @@
   margin: 2px;
 }*/
 
-.modal-dialog {
-  width: 1140px;
-}
 
-.form-signin {
-  max-width: 500px;
-  padding: 15px;
-  margin: 0 auto;
-}
 
-.form-signin .form-signin-heading,
+
+
+.form-signin,
 .form-signin .checkbox {
   margin-bottom: 10px;
 }
@@ -87,11 +485,11 @@
 
 .signin {
   text-align: center;
-} 
+}
 
 .head h1{
   font-size: 63px;
-} 
+}
 
 .register {
   margin-top: 40px;
@@ -106,7 +504,7 @@
 .ot-list-item {
   position: relative;
   display: block;
-  
+
   margin-bottom: -1px;
   background-color: #fff;
   border: 1px solid #ddd;
@@ -136,12 +534,12 @@
 
 a:hover, a:focus {
   color: #2a6496;
-  text-decoration: none; 
+  text-decoration: none;
 }
 
 tr.ot-disabled {
-background-color: #F3F3F3;
-color: #aaa;
+  background-color: #e5e6e8;
+  color: #a5a6a8;
 }
 
 div.status {
@@ -430,7 +828,7 @@
 
             .trayTableBody li:nth-child(even) {
               background: #555;
-            } 
+            }
 
           .trayTableBody>li>div {
             float: left;
@@ -447,7 +845,7 @@
           }
 
             .expTray .progress {
-              margin-bottom: 0; 
+              margin-bottom: 0;
               width: 75%;
             }
 
@@ -680,4 +1078,4 @@
   float: left;
   font-size: 18px;
   margin: 8px 0 0 40px;
-}
\ No newline at end of file
+}
diff --git a/static/fonts/Montserrat-Bold.otf b/static/fonts/Montserrat-Bold.otf
new file mode 100644
index 0000000..eaf99a5
--- /dev/null
+++ b/static/fonts/Montserrat-Bold.otf
Binary files differ
diff --git a/static/fonts/Montserrat-Light.otf b/static/fonts/Montserrat-Light.otf
new file mode 100644
index 0000000..a01805f
--- /dev/null
+++ b/static/fonts/Montserrat-Light.otf
Binary files differ
diff --git a/static/fonts/Montserrat-Regular.otf b/static/fonts/Montserrat-Regular.otf
new file mode 100644
index 0000000..85d0c1e
--- /dev/null
+++ b/static/fonts/Montserrat-Regular.otf
Binary files differ
diff --git a/static/fonts/texgyreschola-italic-webfont.eot b/static/fonts/texgyreschola-italic-webfont.eot
new file mode 100644
index 0000000..90f1c6a
--- /dev/null
+++ b/static/fonts/texgyreschola-italic-webfont.eot
Binary files differ
diff --git a/static/fonts/texgyreschola-italic-webfont.svg b/static/fonts/texgyreschola-italic-webfont.svg
new file mode 100644
index 0000000..5139c18
--- /dev/null
+++ b/static/fonts/texgyreschola-italic-webfont.svg
@@ -0,0 +1,1544 @@
+<?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">
+<metadata></metadata>
+<defs>
+<font id="texgyrescholaitalic" horiz-adv-x="333" >
+<font-face units-per-em="1000" ascent="798" descent="-202" />
+<missing-glyph horiz-adv-x="278" />
+<glyph unicode="&#xfb01;" horiz-adv-x="611" d="M-60 -202q85 180 148 436l41 174h-89l13 47h87q26 88 38.5 116.5t38.5 64.5q73 100 198 100q55 0 89.5 -24t34.5 -62q0 -24 -16 -40.5t-40 -16.5q-22 0 -37.5 13t-15.5 32q0 14 8 28t8 18q0 18 -36 18q-83 0 -127 -87q-26 -49 -56 -160h90q81 0 196 14l-106 -356 q-12 -44 -12 -56q0 -21 17 -21q20 0 53 33t69 89l30 -18q-91 -154 -187 -154q-29 0 -48.5 18t-19.5 45q0 26 23 100l54 184q12 43 12 52q0 13 -12.5 18t-43.5 5h-126l-62 -247q-16 -64 -51.5 -181.5t-52.5 -163.5z" />
+<glyph unicode="&#xfb02;" horiz-adv-x="611" d="M-60 -202q85 181 148 436l41 174h-89l13 47h87q28 91 39.5 118t38.5 63q38 52 86 76t116 24q33 0 65 -7l109 7l-185 -623q-13 -44 -13 -57q0 -20 18 -20q21 0 54 33t69 89l31 -18q-91 -155 -187 -155q-30 0 -47.5 19t-17.5 51q0 38 27 128l124 418q-23 12 -23 37 q0 6 8 24t8 23q0 16 -43 16q-89 0 -134 -86q-26 -53 -56 -160h143l-13 -47h-141l-62 -247q-16 -64 -51.5 -181.5t-52.5 -163.5z" />
+<glyph unicode="&#xfb03;" horiz-adv-x="904" d="M-68 -202q94 209 148 436l41 174h-89l13 47h87q33 121 70 181q60 100 157 100q48 0 79.5 -25.5t31.5 -64.5q0 -23 -15.5 -38t-38.5 -15q-22 0 -37 13t-15 32q0 14 9 28q7 12 7 18q0 17 -24 17q-53 0 -88 -86q-21 -50 -49 -160h200q26 88 38.5 116.5t38.5 64.5 q73 100 198 100q55 0 89.5 -24t34.5 -62q0 -24 -16 -40.5t-40 -16.5q-22 0 -37.5 13t-15.5 32q0 14 8 28t8 18q0 18 -36 18q-83 0 -127 -87q-26 -49 -56 -160h90q81 0 196 14l-106 -356q-12 -44 -12 -56q0 -21 17 -21q20 0 53 33t69 89l30 -18q-91 -154 -187 -154 q-29 0 -48.5 18t-19.5 45q0 26 23 100l54 184q12 43 12 52q0 13 -12.5 18t-43.5 5h-126l-62 -247q-16 -64 -51.5 -181.5t-52.5 -163.5l-110 -18q85 180 148 436l41 174h-200l-62 -247q-50 -198 -104 -345z" />
+<glyph unicode="&#xfb04;" horiz-adv-x="904" d="M-68 -202q94 209 148 436l41 174h-89l13 47h87q33 121 70 181q60 100 157 100q48 0 79.5 -25.5t31.5 -64.5q0 -23 -15.5 -38t-38.5 -15q-22 0 -37 13t-15 32q0 14 9 28q7 12 7 18q0 17 -24 17q-53 0 -88 -86q-21 -50 -49 -160h190q28 91 39.5 118t38.5 63q38 52 86 76 t116 24q33 0 65 -7l109 7l-185 -623q-13 -44 -13 -57q0 -20 18 -20q21 0 54 33t69 89l31 -18q-91 -155 -187 -155q-30 0 -47.5 19t-17.5 51q0 38 27 128l124 418q-23 12 -23 37q0 6 8 24t8 23q0 16 -43 16q-89 0 -134 -86q-26 -53 -56 -160h143l-13 -47h-141l-62 -247 q-16 -64 -51.5 -181.5t-52.5 -163.5l-110 -18q85 181 148 436l41 174h-190l-62 -247q-50 -198 -104 -345z" />
+<glyph horiz-adv-x="1000" />
+<glyph horiz-adv-x="1000" />
+<glyph unicode="&#xd;" horiz-adv-x="1000" />
+<glyph unicode=" "  horiz-adv-x="278" />
+<glyph unicode="&#x09;" horiz-adv-x="278" />
+<glyph unicode="&#xa0;" horiz-adv-x="278" />
+<glyph unicode="!" d="M30 47q0 25 18 43.5t44 18.5t44 -18.5t18 -43.5q0 -26 -18.5 -44t-44.5 -18q-25 0 -43 18.5t-18 43.5zM104 192q66 249 79 434q4 52 23.5 81.5t50.5 29.5q26 0 42.5 -16t16.5 -42q0 -22 -6.5 -39.5t-43.5 -96.5q-67 -147 -126 -361z" />
+<glyph unicode="&#x22;" horiz-adv-x="400" d="M100 520l56 175q11 37 42 37q18 0 31.5 -13t13.5 -30q0 -13 -13 -32l-110 -147zM252 520l56 175q11 37 42 37q18 0 31.5 -13t13.5 -30q0 -15 -13 -32l-110 -147z" />
+<glyph unicode="#" horiz-adv-x="556" d="M33 220v56h109l21 148h-103v56h111l30 206h65l-30 -206h123l30 206h65l-30 -206h100v-56h-108l-21 -148h102v-56h-110l-32 -220h-65l32 220h-123l-32 -220h-65l32 220h-101zM207 276h123l21 148h-123z" />
+<glyph unicode="$" horiz-adv-x="556" d="M3 143q0 40 21.5 65.5t55.5 25.5q27 0 44.5 -16.5t17.5 -42.5q0 -43 -49 -57q-20 -5 -20 -18q0 -21 29.5 -41.5t69.5 -28.5l74 274l-6 3l-6 2q-63 26 -97 72t-34 104q0 87 70 147.5t170 60.5h7l27 99h43l-28 -103q66 -12 105 -52t39 -96q0 -36 -18 -56.5t-49 -20.5 q-25 0 -41.5 15.5t-16.5 38.5q0 35 34 52q17 9 17 21q0 16 -23 32t-58 24l-70 -259q46 -19 66 -31q96 -62 96 -158q0 -59 -33.5 -107.5t-94.5 -77.5q-58 -27 -134 -28h-7l-33 -121h-43l34 124q-71 12 -115 54.5t-44 99.5zM183 522q0 -40 24 -70.5t66 -47.5l66 247 q-73 -1 -114.5 -35.5t-41.5 -93.5zM215 26q37 1 67 10q46 14 74.5 49t28.5 78q0 85 -87 120q-7 3 -13 5z" />
+<glyph unicode="%" horiz-adv-x="833" d="M46 445q0 90 73.5 176.5t159.5 86.5q55 0 91 -47q39 -22 73 -22q101 0 162 83h46l-414 -722h-50l362 635q-53 -30 -97 -30q-29 0 -65 12q4 -23 4 -36q0 -95 -67 -177.5t-150 -82.5q-56 0 -92 35t-36 89zM130 419q0 -27 16.5 -44.5t42.5 -17.5q61 0 114.5 73t53.5 157 q0 17 -6 43q-40 15 -64 43q-33 -11 -49.5 -28t-45.5 -67q-62 -109 -62 -159zM445 136q0 93 72 179t158 86q51 0 84 -33.5t33 -85.5q0 -89 -65 -178t-152 -89q-56 0 -93 34.5t-37 86.5zM527 111q0 -25 17 -42.5t42 -17.5q62 0 116.5 73.5t54.5 155.5q0 35 -19 59.5t-46 24.5 q-46 0 -91 -74q-74 -120 -74 -179z" />
+<glyph unicode="&#x26;" horiz-adv-x="852" d="M24 170q0 81 53 139.5t186 114.5q-8 60 -8 93q0 100 51 160t136 60q68 0 110 -36.5t42 -94.5q0 -67 -49.5 -111t-172.5 -79q44 -186 106 -270q110 102 110 159q0 49 -64 49h-17l6 43h260l-5 -43q-50 -5 -78 -28.5t-83 -101.5q-47 -67 -100 -116q45 -52 91 -52 q34 0 59.5 19t61.5 71l34 -21q-89 -140 -201 -140q-75 0 -130 58q-104 -58 -200 -58q-89 0 -143.5 51t-54.5 134zM139 196q0 -62 36.5 -108.5t98.5 -46.5q56 0 118 39q-81 130 -121 299q-132 -66 -132 -183zM354 565q0 -40 10 -106q73 24 116 63t43 87q0 35 -22.5 58.5 t-56.5 23.5q-41 0 -65.5 -34t-24.5 -92z" />
+<glyph unicode="'" horiz-adv-x="278" d="M114 520l58 175q11 37 43 37q19 0 33 -12.5t14 -28.5q0 -15 -14 -34l-114 -147z" />
+<glyph unicode="(" d="M40 213q0 170 99 318.5t250 204.5l10 -23q-63 -33 -100.5 -66.5t-66.5 -83.5q-52 -89 -82.5 -208t-30.5 -233q0 -66 12.5 -116t45.5 -114l-21 -15q-116 144 -116 336z" />
+<glyph unicode=")" d="M-93 -100q63 34 100.5 67.5t65.5 82.5q52 90 82.5 208.5t30.5 233.5q0 65 -12.5 114.5t-44.5 114.5l21 15q115 -143 115 -336q0 -170 -98.5 -318t-249.5 -205z" />
+<glyph unicode="*" horiz-adv-x="500" d="M34 450q0 17 13.5 30.5t31.5 13.5q3 0 19 -2q34 -6 49 -6q19 0 43 6l32 9l-23 24q-19 17 -33.5 25.5t-47.5 20.5q-39 16 -39 47q0 17 11.5 29t29.5 12q33 0 47 -39q13 -35 20.5 -48t26.5 -32l23 -24l9 33q6 21 6 42q0 5 -3.5 32.5t-3.5 37.5q0 17 13.5 30.5t30.5 13.5 q16 0 28 -13t12 -31q0 -17 -17 -37q-23 -27 -30.5 -40t-14.5 -41l-9 -32l33 8q36 10 80 46q21 17 37 17q18 0 31 -12t13 -29t-14 -30.5t-31 -13.5q-3 0 -19 2q-33 7 -47 7q-13 0 -45 -7l-32 -9l24 -24q26 -26 79 -46q40 -16 40 -47q0 -18 -11.5 -29.5t-29.5 -11.5 q-33 0 -47 39q-12 34 -19.5 46.5t-27.5 33.5l-23 24l-9 -33q-6 -21 -6 -41q0 -5 3.5 -32t3.5 -38q0 -18 -13 -31.5t-31 -13.5q-16 0 -28 13t-12 31q0 17 17 37q23 29 30.5 41.5t14.5 39.5l9 32l-33 -8q-35 -10 -80 -46q-21 -17 -37 -17q-18 0 -31 12t-13 29z" />
+<glyph unicode="+" horiz-adv-x="606" d="M35 210v80h223v223h80v-223h223v-80h-223v-223h-80v223h-223z" />
+<glyph unicode="," horiz-adv-x="278" d="M-39 -136q113 52 127 131q-7 -1 -17 -1q-25 0 -40.5 14.5t-15.5 38.5q0 26 19.5 44t47.5 18q30 0 49.5 -22.5t19.5 -57.5q0 -58 -48 -111.5t-129 -84.5z" />
+<glyph unicode="-" d="M32 195l22 83h205l-22 -83h-205z" />
+<glyph unicode="." horiz-adv-x="278" d="M17 47q0 25 18.5 43.5t43.5 18.5t43.5 -18.5t18.5 -43.5q0 -26 -18.5 -44t-44.5 -18q-25 0 -43 18.5t-18 43.5z" />
+<glyph unicode="/" horiz-adv-x="606" d="M140 -108l268 830h58l-268 -830h-58z" />
+<glyph unicode="0" horiz-adv-x="556" d="M29 232q0 117 43 225.5t118 177.5t161 69q79 0 127.5 -69t48.5 -181q0 -121 -45 -230t-120 -174t-159 -65q-77 0 -125.5 69t-48.5 178zM124 158q0 -64 22 -98.5t62 -34.5q53 0 98 61.5t70.5 148t39.5 166.5t14 130q0 133 -81 133q-62 0 -116 -90t-81.5 -205.5 t-27.5 -210.5z" />
+<glyph unicode="1" horiz-adv-x="556" d="M50 0l5 47h43q69 0 84 14q9 9 23 62l107 400q10 36 10 45q0 13 -11 16.5t-57 3.5h-69l12 44q54 0 123 22.5t110 53.5h29l-157 -585q-9 -41 -9 -49q0 -17 15 -22t64 -5h54l-6 -47h-370z" />
+<glyph unicode="2" horiz-adv-x="556" d="M-35 0q7 42 62 100t253 229q68 59 95.5 105.5t27.5 102.5q0 53 -32.5 85t-84.5 32q-50 0 -96 -29.5t-46 -61.5q0 -9 5.5 -14.5t22.5 -14.5q46 -25 46 -61q0 -27 -18.5 -45.5t-46.5 -18.5q-35 0 -56 25t-21 67q0 82 71.5 142.5t167.5 60.5q86 0 139.5 -48.5t53.5 -126.5 q0 -59 -26.5 -106.5t-86.5 -93.5q-13 -10 -169 -119q-113 -79 -148 -125h232q36 0 53.5 13.5t45.5 62.5l26 46l36 -14l-77 -193h-429z" />
+<glyph unicode="3" horiz-adv-x="556" d="M-2 143q0 39 19.5 62.5t51.5 23.5q26 0 45 -18.5t19 -43.5q0 -40 -41 -58q-20 -9 -20 -22q0 -24 31.5 -42t72.5 -18q80 0 127 60.5t47 151.5q0 46 -22 75t-57 29q-8 0 -29.5 -3t-28.5 -3q-29 0 -29 26q0 28 34 28q11 -4 58 -4q50 0 90 53.5t40 119.5q0 46 -28.5 72.5 t-78.5 26.5q-35 0 -66 -15.5t-31 -33.5q0 -5 17.5 -29t17.5 -39q0 -25 -16 -41t-41 -16q-28 0 -45.5 19t-17.5 50q0 61 59.5 105.5t141.5 44.5q83 0 135.5 -44.5t52.5 -114.5q0 -58 -35 -102.5t-97 -67.5q-21 -6 -34 -11q118 -38 118 -144q0 -100 -76.5 -167.5t-189.5 -67.5 q-90 0 -142 42.5t-52 115.5z" />
+<glyph unicode="4" horiz-adv-x="556" d="M-8 184v42l466 482h54l-126 -470h114l-14 -54h-114l-17 -61q-10 -36 -10 -49q0 -17 15.5 -22t64.5 -5h18l-5 -47h-311l6 47h18q69 0 84 14q6 5 8.5 12.5t14.5 49.5l16 61h-282zM65 238h224l85 318z" />
+<glyph unicode="5" horiz-adv-x="556" d="M4 137q0 36 22 60.5t55 24.5q26 0 43 -16t17 -40q0 -33 -26 -51q-38 -17 -38 -28q0 -25 32 -43t75 -18q77 0 132 69.5t55 166.5q0 62 -30 95.5t-86 33.5t-103 -36q-5 -56 -44 -56q-15 0 -25.5 10t-10.5 24t8.5 24.5t31.5 25.5l91 321q110 -29 205 -29q56 0 124 29 q8 0 8 -12q0 -37 -56 -71.5t-129 -34.5q-52 0 -131 16l-56 -189q69 33 126 33q82 0 134 -48.5t52 -123.5q0 -119 -86 -204t-207 -85q-79 0 -131 43t-52 109z" />
+<glyph unicode="6" horiz-adv-x="556" d="M36 221q0 82 28.5 168t76 156t114.5 114.5t139 44.5q67 0 110 -33.5t43 -84.5q0 -34 -19 -54.5t-50 -20.5q-26 0 -42 15t-16 39q0 12 11 38t11 30q0 14 -13.5 22.5t-36.5 8.5q-80 0 -143 -93.5t-91 -235.5q61 94 165 94q75 0 122 -48t47 -125q0 -111 -75 -191t-186 -80 q-91 0 -143 63t-52 173zM129 153q0 -60 27 -93.5t75 -33.5q66 0 111 64.5t45 159.5q0 58 -25.5 89.5t-71.5 31.5q-69 0 -115 -62.5t-46 -155.5z" />
+<glyph unicode="7" horiz-adv-x="556" d="M69 493l97 211l25 -1l101 -6q54 -3 95 -3q87 0 174 10v-30l-94 -146q-104 -169 -143 -253t-76 -225q-10 -35 -25.5 -50t-42.5 -15t-42.5 15.5t-15.5 42.5q0 50 62 150q49 80 177 260l109 156h-169q-79 0 -107 -14.5t-64 -73.5l-24 -40z" />
+<glyph unicode="8" horiz-adv-x="556" d="M8 142q0 140 181 209q-40 29 -57.5 61t-17.5 78q0 90 66 152t163 62q80 0 132 -44t52 -112q0 -60 -33 -99t-118 -79q59 -38 81.5 -74.5t22.5 -86.5q0 -97 -74.5 -160.5t-189.5 -63.5q-96 0 -152 42.5t-56 114.5zM89 154q0 -58 37 -91.5t101 -33.5q70 0 118 39t48 96 q0 50 -37 83t-129 77q-138 -62 -138 -170zM194 538q0 -43 31.5 -75.5t107.5 -69.5q52 18 85.5 63.5t33.5 97.5q0 47 -33 77t-84 30q-58 0 -99.5 -36t-41.5 -87z" />
+<glyph unicode="9" horiz-adv-x="556" d="M7 102q0 32 19 53t49 21q26 0 43 -16.5t17 -41.5q0 -12 -12.5 -35t-12.5 -26q0 -30 50 -30q77 0 138.5 82.5t94.5 232.5q-67 -85 -163 -85q-72 0 -121 48t-49 119q0 107 75.5 193.5t184.5 86.5q93 0 146 -66.5t53 -183.5q0 -105 -47 -213t-131.5 -182t-180.5 -74 q-67 0 -110 33t-43 84zM166 434q0 -56 25.5 -87t72.5 -31q69 0 114.5 61t45.5 154q0 60 -28.5 95.5t-76.5 35.5q-65 0 -109 -68t-44 -160z" />
+<glyph unicode=":" horiz-adv-x="278" d="M42 47q0 25 18 43.5t44 18.5t44 -18.5t18 -43.5q0 -26 -18.5 -44t-44.5 -18q-25 0 -43 18.5t-18 43.5zM130 401q0 25 18 43.5t44 18.5t44 -18.5t18 -43.5q0 -26 -18.5 -44t-44.5 -18q-25 0 -43 18.5t-18 43.5z" />
+<glyph unicode=";" horiz-adv-x="278" d="M-14 -135q113 51 127 130q-7 -1 -17 -1q-25 0 -40.5 14.5t-15.5 38.5q0 26 19.5 44t47.5 18q30 0 49.5 -22.5t19.5 -57.5q0 -58 -47.5 -111t-129.5 -85zM137 401q0 25 18.5 43.5t43.5 18.5t43.5 -18.5t18.5 -43.5q0 -26 -18.5 -44t-44.5 -18q-25 0 -43 18.5t-18 43.5z " />
+<glyph unicode="&#x3c;" horiz-adv-x="606" d="M57 214v72l464 229v-90l-356 -175l356 -175v-90z" />
+<glyph unicode="=" horiz-adv-x="606" d="M35 120v80h526v-80h-526zM35 300v80h526v-80h-526z" />
+<glyph unicode="&#x3e;" horiz-adv-x="606" d="M57 -15v90l356 175l-356 175v90l464 -229v-72z" />
+<glyph unicode="?" horiz-adv-x="444" d="M102 47q0 25 18 43.5t44 18.5t44 -18.5t18 -43.5q0 -26 -18.5 -44t-44.5 -18q-25 0 -43 18.5t-18 43.5zM113 550q0 82 47.5 134.5t120.5 52.5q60 0 98 -39t38 -100q0 -63 -37 -108.5t-146 -115.5q-67 -43 -67 -88q0 -23 12 -36t33 -13q30 0 47.5 16.5t30.5 56.5l36 -6 q-9 -47 -40.5 -76t-74.5 -29q-42 0 -68 27.5t-26 72.5q0 53 35.5 101.5t123.5 116.5q43 33 60.5 58.5t17.5 53.5t-21.5 47.5t-53.5 19.5q-59 0 -93 -41.5t-34 -128.5h-38q-1 11 -1 24z" />
+<glyph unicode="@" horiz-adv-x="747" d="M28 356q0 162 105.5 271t259.5 109q139 0 237 -88t98 -213q0 -107 -77.5 -197.5t-169.5 -90.5q-31 0 -50 18t-19 47q0 12 1 20q-29 -43 -53.5 -61t-54.5 -18q-52 0 -88.5 42t-36.5 107q0 91 63 166t138 75q59 0 78 -65l16 56h88l-73 -289q-4 -16 -4 -30q0 -11 7.5 -17.5 t19.5 -6.5q52 0 107.5 78t55.5 160q0 102 -81.5 179t-195.5 77q-137 0 -226 -91.5t-89 -232.5t89.5 -232.5t227.5 -91.5q155 0 240 151h61q-37 -85 -122 -143.5t-187 -58.5q-155 0 -260 106.5t-105 263.5zM270 271q0 -37 12.5 -57.5t35.5 -20.5q29 0 58 40t46.5 95.5 t17.5 101.5q0 33 -12 52.5t-33 19.5q-33 0 -63 -43t-46 -96t-16 -92z" />
+<glyph unicode="A" horiz-adv-x="704" d="M-82 0l5 47q41 0 74.5 27.5t73.5 93.5l330 569h41l125 -629q8 -39 21.5 -50t54.5 -11h25l-5 -47h-301l5 47h23q42 0 53.5 7t11.5 29q0 8 -4 32l-23 123h-255l-55 -96q-18 -30 -18 -55q0 -23 15 -31.5t54 -8.5h24l-6 -47h-269zM200 285h220l-57 287z" />
+<glyph unicode="B" horiz-adv-x="722" d="M-31 0l5 47h15q57 0 73 14q8 8 23 62l128 476q9 36 9 49q0 17 -15 22t-64 5h-26l6 47h301q123 0 183.5 -43.5t60.5 -123.5q0 -73 -51 -120t-144 -64q157 -47 157 -165q0 -98 -76 -152t-222 -54h-363zM187 74q0 -16 14.5 -21.5t55.5 -5.5h50q99 0 150 50.5t51 127.5 q0 62 -44.5 92t-143.5 30h-63l-64 -238q-6 -23 -6 -35zM269 394h83q97 0 147 47t50 129q0 55 -28 80t-90 25h-29q-39 0 -51 -11t-24 -57z" />
+<glyph unicode="C" horiz-adv-x="722" d="M40 280q0 115 56.5 221t150 171t195.5 65q108 0 175 -80l60 58h36l-56 -280h-41q-5 137 -46 198t-120 61q-63 0 -118 -43.5t-90.5 -111t-56 -146.5t-20.5 -153q0 -92 48 -149t138 -57q81 0 137 42.5t105 146.5l41 -18q-49 -115 -122.5 -167.5t-177.5 -52.5 q-133 0 -213.5 80.5t-80.5 214.5z" />
+<glyph unicode="D" horiz-adv-x="778" d="M-38 0l5 47h20q53 0 68 14q8 8 23 62l128 476q9 36 9 49q0 17 -15 22t-64 5h-26l6 47h290q84 0 136 -12t89 -40q104 -78 104 -235q0 -100 -47.5 -197t-127.5 -161q-52 -41 -121 -59t-175 -18h-302zM181 79q0 -32 46 -32h32q140 0 206 57q61 53 105 167.5t44 217.5 q0 186 -188 186h-30q-40 0 -52 -10.5t-24 -54.5l-133 -500q-6 -22 -6 -31z" />
+<glyph unicode="E" horiz-adv-x="722" d="M-37 0l5 47h19q54 0 69 14q9 9 23 62l128 476q9 36 9 49q0 17 -15 22t-64 5h-26l6 47h584l-39 -241h-45v35q0 90 -35 124.5t-104 34.5h-58q-56 0 -71.5 -10.5t-28.5 -58.5l-55 -205h33q71 0 108.5 28.5t59.5 96.5l45 -6l-89 -334l-45 8q9 41 9 69q0 47 -23.5 69t-77.5 22 h-32l-59 -220q-11 -42 -11 -55q0 -18 15.5 -25t54.5 -7h54q105 0 164.5 39.5t124.5 158.5l5 8l41 -8l-78 -245h-601z" />
+<glyph unicode="F" horiz-adv-x="667" d="M-34 0l5 47h22q34 0 45.5 3t20.5 11q9 9 23 62l128 476q9 36 9 49q0 17 -15 22t-64 5h-26l6 47h578l-39 -241h-45v35q0 52 -8 79.5t-29 46.5q-37 33 -102 33h-52q-56 0 -71.5 -10.5t-28.5 -58.5l-55 -205h33q71 0 108.5 28.5t59.5 96.5l45 -6l-89 -334l-45 8q9 41 9 69 q0 47 -23.5 69t-77.5 22h-32l-62 -231q-10 -41 -10 -49q0 -17 15 -22t64 -5h26l-5 -47h-318z" />
+<glyph unicode="G" horiz-adv-x="778" d="M39 273q0 111 56 218.5t153.5 176.5t206.5 69q61 0 105 -20t83 -64l62 62h34l-55 -281l-42 7q-2 126 -48.5 189.5t-130.5 63.5q-136 0 -225 -169q-35 -68 -56 -149.5t-21 -153.5q0 -91 47.5 -142.5t130.5 -51.5q148 0 188 150l18 80v5q0 13 -17 17.5t-62 4.5h-33l5 47 h325l-6 -47h-21q-47 0 -63 -13q-8 -6 -11.5 -15t-14.5 -48l-60 -223h-44l-12 81q-47 -44 -96.5 -63t-120.5 -19q-129 0 -202 76t-73 212z" />
+<glyph unicode="H" horiz-adv-x="833" d="M-38 0l5 47h15q58 0 73 14q9 9 23 62l128 476q9 36 9 49q0 17 -15 22t-64 5h-26l6 47h317l-5 -47h-17q-56 0 -70 -14q-7 -5 -10 -13t-13 -49l-54 -198h322l53 198q10 34 10 49q0 17 -15 22t-64 5h-26l5 47h318l-5 -47h-17q-56 0 -71 -14q-6 -5 -9 -13t-14 -49l-128 -476 q-9 -34 -9 -49q0 -17 15 -22t64 -5h26l-6 -47h-317l5 47h17q56 0 71 14q8 8 23 62l61 231h-321l-62 -231q-10 -41 -10 -49q0 -17 15 -22t64 -5h26l-5 -47h-318z" />
+<glyph unicode="I" horiz-adv-x="407" d="M-33 0l5 47q70 1 84 14q9 9 23 62l128 476q10 39 10 49q0 17 -15.5 22t-64.5 5h-22l6 47h310l-5 -47q-70 -1 -84 -14q-9 -9 -23 -62l-128 -476q-10 -38 -10 -48q0 -17 15.5 -22.5t64.5 -5.5h22l-6 -47h-310z" />
+<glyph unicode="J" horiz-adv-x="611" d="M-13 143q0 61 35 103t86 42q35 0 57 -19.5t22 -51.5q0 -31 -18.5 -50.5t-47.5 -19.5q-9 0 -28 8.5t-32 8.5q-11 0 -18.5 -9t-7.5 -23q0 -44 35 -74t87 -30q63 0 100.5 43.5t65.5 147.5l102 380q10 40 10 49q0 17 -15 22t-64 5h-30l6 47h314l-5 -47h-18q-49 0 -63 -14 q-6 -6 -9.5 -14.5t-13.5 -47.5l-109 -407q-29 -107 -89.5 -157t-160.5 -50q-90 0 -140.5 41.5t-50.5 116.5z" />
+<glyph unicode="K" horiz-adv-x="741" d="M-40 0l5 47h19q54 0 69 14q6 5 9.5 14t13.5 48l128 476q9 36 9 49q0 17 -15 22t-64 5h-26l6 47h317l-5 -47h-17q-56 0 -70 -14q-7 -5 -10 -13t-14 -49l-68 -257l288 240q54 44 54 68q0 14 -12.5 19.5t-46.5 5.5h-22l6 47h300l-5 -47q-60 -5 -101 -24.5t-100 -73.5 l-188 -157l152 -315q21 -44 32.5 -51t61.5 -7h31l-6 -47h-327l5 47h33q40 0 54 3.5t14 14.5q0 6 -16 39l-117 246l-113 -93l-36 -134q-10 -41 -10 -49q0 -17 15 -22t64 -5h26l-5 -47h-318z" />
+<glyph unicode="L" horiz-adv-x="667" d="M-37 0l5 47h19q54 0 69 14q9 9 23 62l128 476q9 36 9 49q0 17 -15 22t-64 5h-26l6 47h336l-6 -47h-22q-69 0 -83 -14q-7 -6 -9.5 -13.5t-13.5 -48.5l-125 -465q-11 -41 -11 -55q0 -18 15.5 -25t54.5 -7h42q106 0 167 42.5t127 163.5l41 -8l-78 -245h-589z" />
+<glyph unicode="M" horiz-adv-x="944" d="M-26 0l5 47q54 2 78 33t52 137l102 382q10 38 10 49q0 17 -15 22t-64 5h-26l5 47h242l53 -540l341 540h216l-5 -47h-14q-59 0 -74 -14q-6 -5 -9 -13t-14 -49l-127 -476q-10 -33 -10 -49q0 -17 15 -22t64 -5h26l-6 -47h-317l5 47h17q56 0 71 14q8 8 23 62l132 493 l-386 -616h-36l-62 602l-103 -385q-23 -93 -23 -115q0 -55 89 -55l-5 -47h-250z" />
+<glyph unicode="N" horiz-adv-x="815" d="M-48 0l5 47q46 1 69 14t39.5 46.5t36.5 109.5l114 426q-6 20 -17.5 26t-47.5 6h-52l5 47h211l253 -552l90 335q23 93 23 115q0 55 -90 55l6 47h262l-5 -47q-63 -2 -88.5 -32t-53.5 -138l-139 -519h-39l-278 601l-99 -370q-24 -93 -24 -115q0 -29 18 -42t62 -13h21l-6 -47 h-276z" />
+<glyph unicode="O" horiz-adv-x="778" d="M40 275q0 121 59.5 228.5t155.5 170.5t202 63q120 0 199 -80.5t79 -206.5q0 -118 -56.5 -225t-155 -173.5t-211.5 -66.5q-125 0 -198.5 78.5t-73.5 211.5zM158 207q0 -83 42 -131t114 -48q59 0 110.5 30.5t85.5 85.5q47 75 77.5 175t30.5 177q0 89 -38.5 143.5 t-119.5 54.5q-101 0 -179 -100q-49 -63 -86 -179.5t-37 -207.5z" />
+<glyph unicode="P" horiz-adv-x="667" d="M-33 0l5 47h15q58 0 73 14q8 8 23 62l128 476q9 36 9 49q0 17 -15 22t-64 5h-26l6 47h295q247 0 247 -181q0 -123 -109 -182q-52 -27 -97 -34t-182 -7h-28l-52 -195q-7 -27 -10 -49q0 -17 15 -22t64 -5h26l-5 -47h-318zM260 365h29q65 -1 102 2q80 8 120 58.5t40 126.5 q0 67 -33 95t-112 28h-12q-31 0 -43.5 -9.5t-20.5 -38.5z" />
+<glyph unicode="Q" horiz-adv-x="778" d="M40 278q0 119 57 225t152.5 170t202.5 64q124 0 203.5 -78.5t79.5 -211.5q0 -250 -237 -420v-22q1 -62 12 -89t38 -27q40 0 75 73l35 -22q-35 -65 -72 -96.5t-86 -31.5q-50 0 -82.5 38.5t-32.5 98.5q0 20 4 43q-35 -7 -66 -7q-132 0 -207.5 78t-75.5 215zM157 200 q0 -81 38 -128q-9 30 -9 51q0 63 41.5 103.5t105.5 40.5q65 0 105 -39t47 -112q60 83 95 187.5t35 201.5q0 188 -160 188q-83 0 -153.5 -78t-107.5 -190.5t-37 -224.5zM223 118q0 -42 26 -65.5t72 -23.5q35 0 75 16q9 50 9 72q0 46 -23.5 73.5t-63.5 27.5q-41 0 -68 -28.5 t-27 -71.5z" />
+<glyph unicode="R" horiz-adv-x="741" d="M-41 0l5 47h16q57 0 72 14q9 9 23 62l128 476q9 36 9 49q0 17 -15 22t-64 5h-26l6 47h320q258 0 258 -164q0 -49 -27.5 -91.5t-74.5 -66.5q-48 -24 -153 -36q55 -20 79 -58.5t24 -103.5q0 -5 -0.5 -17t-0.5 -19l-1 -51q-1 -61 30 -61q21 0 36 20t34 73l36 -15 q-29 -79 -62 -113t-81 -34q-47 0 -76.5 33.5t-29.5 87.5q0 24 6 100q3 31 3 54q0 49 -26.5 69.5t-89.5 20.5h-69l-61 -227q-7 -27 -10 -49q0 -17 15 -22t64 -5h26l-5 -47h-318zM260 397h78q63 0 93 5.5t58 21.5q82 49 82 141q0 53 -34.5 81.5t-97.5 28.5h-49 q-35 0 -47.5 -11t-23.5 -49z" />
+<glyph unicode="S" horiz-adv-x="667" d="M0 0l55 285l40 -7q-1 -11 -1 -28q0 -101 56 -161.5t149 -60.5q77 0 125.5 39.5t48.5 103.5q0 55 -44 87q-12 8 -78 36l-86 36q-84 35 -115.5 78t-31.5 105q0 95 69.5 159.5t170.5 64.5q107 0 182 -74l54 52h38l-54 -261l-42 7q1 9 1 20q0 99 -46 156t-126 57 q-67 0 -111.5 -37.5t-44.5 -93.5q0 -39 27.5 -67.5t86.5 -51.5l85 -34q90 -36 125.5 -79.5t35.5 -116.5q0 -99 -76 -164t-193 -65q-122 0 -206 78l-59 -63h-35z" />
+<glyph unicode="T" horiz-adv-x="685" d="M40 464l88 258h598l-42 -275l-42 5q2 41 2 70q0 81 -27.5 117t-94.5 36h-14q-23 0 -31.5 -9t-18.5 -47l-133 -496q-9 -34 -9 -49q0 -17 15 -22t64 -5h37l-6 -47h-346l5 47h22q69 0 84 14q9 9 23 62l136 510q5 18 5 25q0 17 -33 17h-14q-67 0 -110 -41.5t-117 -175.5z" />
+<glyph unicode="U" horiz-adv-x="815" d="M93 176q0 45 20 118l82 305q9 36 9 49q0 17 -15 22t-64 5h-25l5 47h318l-6 -47h-18q-55 0 -69 -14q-7 -6 -9.5 -12.5t-13.5 -49.5l-90 -333q-14 -49 -14 -103q0 -64 42.5 -99.5t118.5 -35.5q114 0 174 84q18 25 30 58.5t35 119.5l58 215q23 93 23 115q0 29 -22.5 42 t-70.5 13l6 47h263l-5 -47q-36 -2 -53 -5.5t-33.5 -23.5t-26 -48.5t-27.5 -92.5l-56 -211q-33 -126 -68.5 -189.5t-92.5 -91.5t-155 -28q-122 0 -186 49t-64 142z" />
+<glyph unicode="V" horiz-adv-x="704" d="M36 675l7 47h295l-5 -47h-34q-37 0 -48.5 -6t-11.5 -26q0 -15 8 -52l87 -436l223 401q31 54 31 78q0 41 -75 41h-18l5 47h272l-5 -47q-53 -5 -84.5 -34t-89.5 -128l-297 -528h-37l-117 592q-12 60 -27 79t-51 19h-28z" />
+<glyph unicode="W" horiz-adv-x="926" d="M53 675l5 47h267l-6 -47h-20q-31 0 -43 -6.5t-12 -23.5q0 -11 5 -46l54 -403l168 383l-7 50q-5 33 -14.5 39.5t-55.5 6.5h-18l5 47h278l-5 -47h-19q-36 0 -48.5 -5.5t-12.5 -21.5q0 -7 2 -27l54 -425l163 376q23 55 23 72q0 31 -64 31h-17l5 47h233l-5 -47 q-51 -11 -75.5 -37t-59.5 -106l-238 -547h-38l-70 505l-227 -505h-35l-79 602q-8 61 -19 72q-13 16 -48 16h-26z" />
+<glyph unicode="X" horiz-adv-x="704" d="M-73 0l5 47q52 7 85 27t89 79l197 207l-104 245q-20 47 -37 58.5t-66 11.5h-24l5 47h315l-5 -47h-18q-67 0 -67 -28q0 -8 10 -32l72 -172l122 125q48 51 48 78q0 29 -52 29h-20l5 47h283l-5 -47q-52 -1 -85.5 -19.5t-91.5 -77.5l-182 -186l116 -272q22 -52 37 -62.5 t65 -10.5h26l-5 -47h-321l6 47h31q36 0 48.5 4.5t12.5 18.5q0 12 -6 25l-90 214l-151 -159q-39 -41 -39 -68q0 -35 62 -35h21l-6 -47h-286z" />
+<glyph unicode="Y" horiz-adv-x="685" d="M32 675l5 47h308l-5 -47h-28q-61 0 -61 -24q0 -11 11 -38l100 -249l170 218q26 31 26 54q0 18 -17 28.5t-47 10.5h-23l5 47h282l-5 -47q-54 -3 -86 -24t-85 -87l-200 -256l-50 -185q-10 -41 -10 -49q0 -17 15.5 -22t64.5 -5h36l-5 -47h-347l6 47h22q69 0 83 14 q7 6 9.5 13.5t13.5 48.5l50 185l-120 298q-17 42 -37 55.5t-64 13.5h-17z" />
+<glyph unicode="Z" horiz-adv-x="667" d="M-25 0l6 38l533 637h-96q-122 0 -177 -42q-27 -20 -41 -39t-59 -94q-11 -18 -17 -28l-41 11l81 239h503l-6 -39l-534 -636h135q118 0 178 42.5t129 178.5l42 -12l-82 -256h-554z" />
+<glyph unicode="[" d="M-33 -108l223 830h220l-9 -33h-135l-205 -765h146l-9 -32h-231z" />
+<glyph unicode="\" horiz-adv-x="606" d="M89 708h54l379 -708h-54z" />
+<glyph unicode="]" d="M-83 -108l9 33h134l205 765h-146l9 32h231l-223 -830h-219z" />
+<glyph unicode="^" horiz-adv-x="606" d="M52 318l209 404h85l208 -404h-87l-163 311l-165 -311h-87z" />
+<glyph unicode="_" horiz-adv-x="500" d="M0 -81h500v-42h-500v42z" />
+<glyph unicode="`" d="M244 621q-21 23 2.5 48.5t47.5 25.5q11 0 18 -6t16 -24l63 -140h-39z" />
+<glyph unicode="a" horiz-adv-x="574" d="M1 148q0 125 81 230q72 92 165 92q49 0 83 -29.5t39 -75.5l27 90h87l-100 -336q-11 -39 -11 -54q0 -10 6.5 -17.5t14.5 -7.5q40 0 99 118l31 -17q-17 -38 -49 -83q-52 -73 -117 -73q-27 0 -44 18t-17 47q0 13 5 32q-37 -54 -71 -75.5t-81 -21.5q-67 0 -107.5 44.5 t-40.5 118.5zM92 134q0 -46 21.5 -72t58.5 -26q72 0 117 90q51 104 51 200q0 41 -20.5 65t-55.5 24q-47 0 -80 -35q-40 -41 -66 -110.5t-26 -135.5z" />
+<glyph unicode="b" horiz-adv-x="556" d="M32 128q0 31 14 79l120 404q9 33 9 43q0 17 -13 24.5t-44 7.5h-24l4 36l192 15l-106 -358q42 50 78 70.5t79 20.5q67 0 107 -46.5t40 -123.5q0 -140 -101 -238q-80 -77 -192 -77q-74 0 -118.5 39t-44.5 104zM117 120q0 -46 22.5 -71.5t63.5 -25.5q77 0 132 92 q54 91 54 190q0 49 -21.5 76.5t-59.5 27.5q-74 0 -132 -91q-59 -98 -59 -198z" />
+<glyph unicode="c" horiz-adv-x="444" d="M5 166q0 120 80.5 212t185.5 92q54 0 92 -31.5t38 -76.5q0 -32 -18 -53.5t-45 -21.5q-23 0 -38 13.5t-15 35.5q0 32 37 48q16 6 16 15q0 13 -20 23t-44 10q-52 0 -94 -47.5t-62.5 -110.5t-20.5 -122q0 -56 24.5 -87.5t68.5 -31.5q75 0 151 99l29 -22q-80 -125 -193 -125 q-78 0 -125 49.5t-47 131.5z" />
+<glyph unicode="d" horiz-adv-x="611" d="M3 150q0 124 85 222t193 98q56 0 90 -36q15 -17 25 -46l66 223q9 30 9 44q0 31 -57 31h-31l4 36l199 15l-178 -600q-15 -53 -15 -72q0 -27 25 -27t48.5 24.5t67.5 95.5l30 -18q-82 -155 -175 -155q-68 0 -68 71q0 14 1 22q-64 -93 -162 -93q-70 0 -113.5 46t-43.5 119z M100 140q0 -49 24.5 -78.5t64.5 -29.5q73 0 123 97q24 46 40.5 105.5t16.5 99.5t-24 65.5t-61 25.5q-74 0 -131 -99q-53 -93 -53 -186z" />
+<glyph unicode="e" horiz-adv-x="444" d="M-6 158q0 122 84.5 217t193.5 95q53 0 86 -28.5t33 -74.5q0 -90 -120 -143q-51 -23 -182 -54q-2 -26 -2 -34q0 -48 26 -76t71 -28q74 0 155 84l24 -27q-80 -104 -196 -104q-81 0 -127 46t-46 127zM94 209q67 14 102 30q111 49 111 134q0 26 -15 41.5t-40 15.5 q-55 0 -98 -60t-60 -161z" />
+<glyph unicode="f" d="M-68 -202q94 209 148 436l41 174h-89l13 47h87q33 121 70 181q60 100 157 100q48 0 79.5 -25.5t31.5 -64.5q0 -23 -15.5 -38t-38.5 -15q-22 0 -37 13t-15 32q0 14 9 28q7 12 7 18q0 17 -24 17q-53 0 -88 -86q-21 -50 -49 -160h129l-14 -47h-126l-62 -247 q-50 -198 -104 -345z" />
+<glyph unicode="g" horiz-adv-x="537" d="M-79 -90q0 54 49 83q27 17 79 28q-55 27 -55 74q0 41 33 67q29 25 90 33q-62 33 -62 104q0 69 61 120t144 51q43 0 86 -19q68 54 114 54q26 0 44.5 -15.5t18.5 -36.5q0 -19 -11.5 -31.5t-28.5 -12.5q-12 0 -19 5t-19 21t-26 16q-15 0 -37 -19q59 -42 59 -111 q0 -34 -18 -69t-47 -58q-52 -42 -135 -42q-24 0 -72 7q-21 3 -41 3q-26 0 -43 -11.5t-17 -28.5q0 -26 37 -35q17 -4 110 -9q89 -5 132 -28q52 -28 52 -90q0 -74 -68 -118q-67 -44 -205 -44q-113 0 -169 39q-36 28 -36 73zM2 -83q0 -77 142 -77q86 0 132 23.5t46 67.5 q0 37 -37 52q-17 7 -61.5 13.5t-78.5 6.5q-67 0 -105 -22.5t-38 -63.5zM146 279q0 -42 23.5 -66t64.5 -24q57 0 87.5 48.5t30.5 114.5q0 37 -23 58.5t-62 21.5q-54 0 -87.5 -42.5t-33.5 -110.5z" />
+<glyph unicode="h" horiz-adv-x="611" d="M0 0l181 611q9 31 9 44q0 31 -57 31h-31l4 36l199 15l-119 -402q98 135 188 135q43 0 72 -28t29 -70q0 -44 -24 -112l-47 -138q-19 -53 -19 -67q0 -8 5 -13.5t13 -5.5q47 0 123 118l29 -21q-40 -71 -87.5 -109.5t-94.5 -38.5q-30 0 -50 21.5t-20 53.5q0 28 18 83l53 156 q15 46 15 70q0 18 -12.5 29.5t-31.5 11.5q-72 0 -143 -103q-27 -38 -40.5 -70t-33.5 -98l-41 -139h-87z" />
+<glyph unicode="i" d="M27 48q0 24 22 101l58 195q9 33 9 44q0 31 -57 31h-24l4 36l192 15l-106 -357q-12 -42 -12 -56q0 -21 17 -21q42 0 121 121l31 -17q-23 -35 -38.5 -55.5t-40 -47t-51 -39t-56.5 -12.5q-29 0 -49 18t-20 44zM172 610q0 20 14.5 34.5t34.5 14.5t34.5 -14.5t14.5 -34.5 t-14.5 -34.5t-34.5 -14.5t-34.5 14.5t-14.5 34.5z" />
+<glyph unicode="j" horiz-adv-x="315" d="M-166 -122q0 26 15.5 43t40.5 17q21 0 34.5 -13t13.5 -34q0 -12 -8 -27q-5 -8 -5 -14q0 -7 6.5 -12.5t14.5 -5.5q66 0 108 163q17 69 25 92l76 257q9 30 9 43q0 17 -13 24.5t-44 7.5h-35l4 36l203 15l-119 -400q-32 -109 -45.5 -141.5t-35.5 -60.5q-61 -70 -143 -70 q-47 0 -74.5 21.5t-27.5 58.5zM219 610q0 20 14.5 34.5t34.5 14.5t34.5 -14.5t14.5 -34.5t-14.5 -34.5t-34.5 -14.5t-34.5 14.5t-14.5 34.5z" />
+<glyph unicode="k" horiz-adv-x="556" d="M-5 0l181 611q9 33 9 44q0 31 -57 31h-31l4 36l199 15l-124 -418q51 79 98 115t99 36q41 0 69.5 -26.5t28.5 -64.5q0 -102 -183 -167q24 -20 34 -45t14 -77q2 -30 6 -39.5t15 -9.5q18 0 39.5 23.5t64.5 89.5l31 -20q-47 -78 -86.5 -113.5t-80.5 -35.5q-74 0 -74 100l1 49 v37q0 27 -16 27l-34 -3q-9 0 -15.5 6.5t-6.5 15.5q0 27 31 27q15 0 27 -5l13 -3q10 0 42 16q97 48 97 107q0 22 -13 36.5t-33 14.5q-28 0 -64.5 -25t-69.5 -67q-24 -31 -49.5 -84t-40.5 -104l-38 -130h-87z" />
+<glyph unicode="l" d="M16 55q0 37 27 127l127 429q9 30 9 44q0 31 -57 31h-31l4 36l199 15l-185 -625q-13 -43 -13 -55q0 -21 18 -21q44 0 123 121l31 -17q-91 -155 -187 -155q-30 0 -47.5 19t-17.5 51z" />
+<glyph unicode="m" horiz-adv-x="889" d="M15 0l102 344q8 29 8 43q0 32 -56 32h-24l3 36l182 15l-29 -135q53 75 92.5 105t86.5 30q41 0 69 -26.5t28 -66.5q0 -19 -6 -48q87 141 193 141q41 0 67 -25.5t26 -65.5q0 -37 -12 -75l-63 -194q-12 -39 -12 -49t6.5 -17.5t14.5 -7.5q37 0 115 116l31 -21 q-49 -71 -76 -98q-51 -48 -99 -48q-35 0 -56.5 19.5t-21.5 50.5q0 21 4 38t24 74l46 142q14 44 14 64q0 37 -39 37q-28 0 -63 -23t-62 -60q-46 -61 -82 -182l-43 -145h-87l80 271q20 63 20 100q0 39 -42 39q-56 0 -116.5 -77t-94.5 -192l-41 -141h-87z" />
+<glyph unicode="n" horiz-adv-x="611" d="M14 0l102 344q9 33 9 44q0 31 -57 31h-24l4 36l181 15l-29 -135q98 135 185 135q40 0 68 -28.5t28 -68.5q0 -45 -24 -113l-47 -138q-19 -52 -19 -67q0 -8 5 -13.5t13 -5.5q48 0 124 120l29 -21q-87 -150 -183 -150q-30 0 -50 21t-20 53q0 30 18 84l53 156q15 46 15 70 q0 17 -11.5 29t-28.5 12q-32 0 -69.5 -27.5t-69.5 -75.5q-27 -39 -40.5 -70.5t-33.5 -97.5l-41 -139h-87z" />
+<glyph unicode="o" horiz-adv-x="500" d="M5 172q0 125 84 212q83 86 184 86q73 0 125 -55.5t52 -133.5q0 -118 -85 -214q-73 -82 -182 -82q-82 0 -130 50.5t-48 136.5zM95 128q0 -105 89 -105q40 0 69 23.5t55 75.5q20 41 33.5 94.5t13.5 92.5q0 58 -23 90.5t-64 32.5q-56 0 -98 -54q-31 -41 -53 -114.5 t-22 -135.5z" />
+<glyph unicode="p" horiz-adv-x="574" d="M-101 -202l4 36q51 2 62.5 12t26.5 64l128 434q9 28 9 44q0 31 -57 31h-24l4 36l182 15l-15 -85q70 85 149 85q63 0 105 -52q33 -42 33 -111q0 -129 -80 -229q-72 -93 -180 -93q-50 0 -74.5 18t-44.5 70l-49 -163q-11 -39 -11 -50q0 -15 14 -20.5t50 -5.5h12l-4 -36h-240 zM153 127q0 -40 23.5 -66t60.5 -26q77 0 128 109q47 97 47 185q0 40 -20.5 64t-54.5 24q-64 0 -115 -78q-28 -43 -48.5 -105.5t-20.5 -106.5z" />
+<glyph unicode="q" horiz-adv-x="556" d="M0 145q0 127 82.5 226t188.5 99q77 0 128 -69l61 69h39l-166 -560q-11 -39 -11 -50q0 -15 14 -20.5t50 -5.5h8l-4 -36h-246l4 36q58 1 70.5 11t27.5 65l43 145q-65 -69 -138 -69q-30 0 -60 12t-49 31q-42 40 -42 116zM95 138q0 -46 21.5 -75t56.5 -29q40 0 76.5 31 t62.5 88q18 39 31 92.5t13 90.5q0 42 -22.5 68.5t-57.5 26.5q-36 0 -71.5 -29.5t-63.5 -82.5q-20 -38 -33 -89t-13 -92z" />
+<glyph unicode="r" horiz-adv-x="444" d="M9 0l102 344q10 36 10 47q0 28 -58 28h-24l4 36l181 15l-23 -116q40 62 75.5 89t77.5 27q34 0 56.5 -21t22.5 -53q0 -28 -16.5 -46t-42.5 -18q-30 0 -43 22q-4 6 -4 32q0 23 -18 23q-34 0 -86 -78.5t-80 -172.5l-47 -158h-87z" />
+<glyph unicode="s" horiz-adv-x="444" d="M-1 98q0 29 16.5 48t41.5 19q22 0 36.5 -14.5t14.5 -35.5q0 -13 -3.5 -20.5t-17.5 -22.5q-7 -5 -7 -15q0 -15 24.5 -24.5t62.5 -9.5q52 0 83 24t31 64q0 26 -14.5 40.5t-56.5 31.5l-37.5 15t-33.5 15.5t-31.5 19.5t-22.5 22t-17 29t-5 35q0 65 51 108t130 43 q65 0 106.5 -29t41.5 -75q0 -27 -16 -44t-41 -17q-23 0 -37.5 13t-14.5 33q0 17 16 40q5 8 5 14q0 12 -18 19.5t-47 7.5q-44 0 -73 -23t-29 -57q0 -29 16.5 -45t65.5 -33q60 -22 87 -39q50 -34 50 -96q0 -68 -54 -111t-140 -43q-75 0 -119 30.5t-44 82.5z" />
+<glyph unicode="t" horiz-adv-x="352" d="M25 61q0 27 19 95l75 252h-94l14 47h94l49 166h87l-49 -166h109l-14 -47h-109l-95 -319q-3 -12 -3 -23q0 -28 23 -28q25 0 51.5 26t72.5 96l30 -20q-35 -57 -50 -77q-26 -35 -64.5 -56.5t-73.5 -21.5q-30 0 -51 22t-21 54z" />
+<glyph unicode="u" horiz-adv-x="611" d="M41 419l3 36l193 15l-98 -328q-11 -37 -11 -57q0 -18 12.5 -30.5t30.5 -12.5q53 0 113 74.5t91 178.5l47 160h87l-99 -332q-12 -44 -12 -59q0 -10 5.5 -17t13.5 -7q32 0 109 113l30 -18q-53 -82 -94 -116t-87 -34q-28 0 -46 18.5t-18 47.5q0 26 12 68q-85 -133 -186 -133 q-42 0 -68.5 25.5t-26.5 66.5q0 23 4 39.5t27 91.5l40 135q8 29 8 43q0 17 -12.5 24.5t-43.5 7.5h-24z" />
+<glyph unicode="v" horiz-adv-x="519" d="M34 419l3 36l185 15l-68 -231q-24 -80 -24 -124q0 -33 19 -55.5t47 -22.5q39 0 78.5 35t68.5 96q44 90 44 149q0 16 -5 26.5t-23 30.5q-21 24 -21 46q0 20 13 35t32 15q26 0 44 -23t18 -56q0 -59 -25 -137.5t-62 -139.5q-82 -130 -186 -130q-54 0 -90.5 37.5t-36.5 93.5 q0 49 19 114l34 115q10 30 10 46q0 29 -57 29h-17z" />
+<glyph unicode="w" horiz-adv-x="778" d="M32 82q0 30 17 85l52 177q8 26 8 43t-12.5 24.5t-43.5 7.5h-17l4 36l185 15l-87 -293q-20 -67 -20 -91q0 -20 15 -34t37 -14q51 0 104 75q60 82 87 175l50 167h87l-65 -216q-23 -81 -23 -130q0 -33 14.5 -52t40.5 -19q70 0 139 128q45 87 45 152q0 16 -5 26t-23 30 q-21 24 -21 46q0 21 13.5 35.5t32.5 14.5q26 0 44 -23t18 -56q0 -61 -27 -143.5t-68 -145.5q-40 -61 -81.5 -89t-92.5 -28q-49 0 -78.5 29.5t-29.5 78.5q0 9 2 41q-42 -63 -76 -97q-50 -52 -118 -52q-49 0 -78 26.5t-29 70.5z" />
+<glyph unicode="x" horiz-adv-x="500" d="M-33 47q0 26 14.5 42t36.5 16q36 0 43 -39q3 -20 15 -20q26 0 69 79l45 80l-12 58q-20 99 -29 115q-7 15 -21 15q-13 0 -28.5 -16.5t-53.5 -71.5l-29 21q58 84 75 103q37 41 69 41q31 0 49 -27t31 -92l11 -55l29 52q24 45 31.5 56.5t23.5 28.5q34 37 78 37q25 0 41 -17.5 t16 -43.5q0 -25 -13.5 -39.5t-36.5 -14.5q-14 0 -20.5 5t-13.5 20q-6 13 -17 13q-27 0 -63 -67l-44 -81l19 -95q14 -62 24 -83t27 -21q24 0 64 54q14 20 28 42l31 -17q-28 -50 -47 -72q-34 -42 -53.5 -55t-47.5 -13q-37 0 -58 23.5t-34 79.5l-15 67l-30 -54 q-66 -116 -138 -116q-30 0 -48 17t-18 45z" />
+<glyph unicode="y" horiz-adv-x="500" d="M-79 -128q0 23 15 38.5t37 15.5q32 0 43 -31q3 -8 3 -39q0 -16 19 -16q43 0 106 77q21 27 57 84q-31 176 -71 324q-16 64 -38 64q-13 0 -25 -18t-40 -78l-31 14q62 163 130 163q32 0 54.5 -36.5t39.5 -118.5l44 -211q104 165 104 247q0 18 -6 52q-2 12 -2 17 q0 20 14.5 35t34.5 15t32.5 -14.5t12.5 -37.5q0 -25 -13.5 -58.5t-55.5 -115.5q-121 -236 -201 -338q-86 -108 -171 -108q-39 0 -65.5 21.5t-26.5 52.5z" />
+<glyph unicode="z" horiz-adv-x="463" d="M-33 9q0 48 72 128q43 47 80.5 75t146.5 96q42 26 74 60q-33 -8 -51 -8q-34 0 -92 20q-45 14 -60 14q-37 0 -82 -80l-33 17q71 139 165 139q27 0 84 -28q46 -23 72 -23q11 0 16.5 5.5t9.5 20.5q7 25 24 25q10 0 17 -6.5t7 -16.5q0 -20 -22 -57.5t-57 -76.5 q-37 -42 -73 -70.5t-94 -61.5q-59 -34 -81.5 -50.5t-39.5 -38.5q31 9 49 9q31 0 101 -24q45 -16 67 -16q47 0 86 90l35 -12q-23 -71 -67 -112.5t-95 -41.5q-49 0 -119 32q-65 31 -77 31q-6 0 -7.5 -2.5t-1.5 -14.5q0 -46 -30 -46q-24 0 -24 24z" />
+<glyph unicode="{" d="M52 -21q0 35 17 95l23 88q13 48 13 69q0 46 -49 62l7 28q49 14 70.5 41t36.5 92l32 118q26 94 68 123q39 27 101 27h10l-8 -29q-41 -5 -64 -33.5t-42 -99.5l-35 -128q-17 -59 -40 -86t-68 -39q52 -20 52 -65q0 -22 -13 -67l-29 -111q-15 -54 -15 -84q0 -56 50 -59l-8 -29 h-21q-41 0 -64.5 23t-23.5 64z" />
+<glyph unicode="|" horiz-adv-x="606" d="M258 -108v830h80v-830h-80z" />
+<glyph unicode="}" d="M-98 -108l8 29q41 5 63.5 33.5t41.5 99.5l35 128q16 58 39.5 85.5t67.5 39.5q-51 20 -51 65q0 22 12 67l30 111q15 54 15 85q0 25 -13.5 40.5t-36.5 17.5l8 29h21q40 0 64.5 -23t24.5 -60q0 -31 -18 -99l-23 -88q-13 -48 -13 -69q0 -48 50 -62l-8 -28q-48 -14 -70 -41 t-38 -92l-31 -118q-26 -94 -69 -123q-37 -27 -101 -27h-8z" />
+<glyph unicode="~" horiz-adv-x="606" d="M41 220q28 49 66 78t74 29q32 0 99 -32l46 -22q57 -28 80 -28q43 0 86 65l53 -38q-28 -49 -66 -78t-74 -29q-32 0 -99 31l-46 23q-44 21 -54.5 24.5t-25.5 3.5q-43 0 -86 -65z" />
+<glyph unicode="&#xa0;" />
+<glyph unicode="&#xa1;" d="M143 -209q0 22 6.5 39.5t43.5 96.5q67 147 126 361l36 -10q-66 -249 -79 -434q-4 -52 -23.5 -81.5t-50.5 -29.5q-26 0 -42.5 16t-16.5 42zM305 423q0 26 18.5 44t44.5 18q25 0 43 -18.5t18 -43.5t-18.5 -43.5t-43.5 -18.5t-43.5 18.5t-18.5 43.5z" />
+<glyph unicode="&#xa2;" horiz-adv-x="556" d="M61 167q0 121 81.5 211.5t189.5 90.5q27 0 56 -12l55 124h43l-64 -145q35 -31 35 -73q0 -32 -18.5 -53t-47.5 -21q-18 0 -30 9l-117 -263q48 5 79 25.5t74 74.5l31 -22q-90 -133 -206 -127l-54 -121h-43l57 127q-56 16 -88.5 63t-32.5 112zM156 156q0 -79 49 -110 l139 311q10 25 34 30q10 2 12.5 4t2.5 9q0 13 -19.5 22.5t-45.5 9.5q-74 0 -127 -106q-45 -90 -45 -170z" />
+<glyph unicode="&#xa3;" horiz-adv-x="556" d="M-8 65q0 35 25 60t62 25q36 0 90 -21q15 48 15 93q0 36 -8 103h-126l5 43h117q-2 35 -2 56q0 129 65 204.5t165 75.5q63 0 104 -33.5t41 -85.5q0 -39 -20 -63.5t-51 -24.5q-25 0 -40.5 15t-15.5 38q0 32 30 53q15 11 18.5 15.5t3.5 11.5q0 16 -16.5 26t-43.5 10 q-137 0 -137 -252q0 -26 1 -46h136l-5 -43h-132q0 -112 -51 -220q69 -36 128 -36q84 0 137 81l35 -14q-31 -78 -77 -114.5t-111 -36.5q-38 0 -69 12.5t-79 47.5q-31 -34 -54.5 -47t-55.5 -13q-37 0 -60.5 22.5t-23.5 57.5zM31 65q0 -19 13 -31t34 -12q46 0 71 53 q-41 34 -73 34q-19 0 -32 -12.5t-13 -31.5z" />
+<glyph unicode="&#xa4;" horiz-adv-x="556" d="M25 145l53 53q-52 69 -52 151q0 83 50 147l-51 51l52 51l50 -51q67 50 147 50q82 0 151 -52l54 53l51 -51l-53 -53q52 -67 52 -152q0 -80 -50 -147l51 -50l-51 -52l-51 51q-67 -50 -147 -50q-84 0 -151 52l-53 -53zM109 346q0 -70 49.5 -120t117.5 -50q71 0 121 49.5 t50 120.5q0 70 -49.5 119.5t-119.5 49.5t-119.5 -49.5t-49.5 -119.5z" />
+<glyph unicode="&#xa5;" horiz-adv-x="556" d="M40 202l5 43h154l21 78l-1 2h-146l5 43h126l-80 220q-23 69 -80 69h-4l5 47h256l-5 -47h-14q-62 0 -62 -24q0 -10 11 -39l76 -215l128 185q26 36 26 55q0 17 -17.5 27.5t-47.5 10.5h-9l5 47h231l-5 -47q-46 -10 -69 -28.5t-70 -83.5l-126 -177h120l-5 -43h-146l-1 -2 l-21 -78h146l-5 -43h-152l-22 -79q-9 -41 -9 -49q0 -16 15.5 -21.5t63.5 -5.5h27l-5 -47h-317l5 47h13q69 0 83 14q7 6 9.5 13.5t13.5 48.5l22 79h-148z" />
+<glyph unicode="&#xa6;" horiz-adv-x="606" d="M258 -108v332h80v-332h-80zM258 390v332h80v-332h-80z" />
+<glyph unicode="&#xa7;" horiz-adv-x="500" d="M-11 -32q0 28 16.5 45.5t41.5 17.5q24 0 39.5 -15t15.5 -39q0 -25 -22 -46q-9 -8 -9 -15q0 -13 20.5 -23.5t46.5 -10.5q37 0 59.5 23.5t22.5 61.5q0 32 -15 63.5t-58 86.5l-61 78q-55 69 -55 136q0 56 39.5 94t98.5 38q22 0 49 -9q-31 46 -43 75.5t-12 63.5q0 66 45 105 t121 39q65 0 108 -33.5t43 -83.5q0 -28 -16 -46t-41 -18q-24 0 -40.5 16t-16.5 39q0 16 6 26.5t25 26.5q6 4 6 9q0 13 -21 22.5t-48 9.5q-41 0 -65.5 -23t-24.5 -62q0 -30 17 -63t64 -94l57 -75q54 -70 54 -130q0 -57 -39 -95.5t-96 -38.5q-19 0 -48 7q51 -85 51 -138 q0 -62 -45.5 -102.5t-115.5 -40.5q-66 0 -110 34t-44 84zM108 358q0 -33 26 -68l48 -67q28 -40 47 -53t48 -13q34 0 58.5 21.5t24.5 51.5q0 38 -38 90l-42 57q-40 53 -96 53q-34 0 -55 -20t-21 -52z" />
+<glyph unicode="&#xa8;" d="M186 610q0 20 14.5 34.5t34.5 14.5t34.5 -14.5t14.5 -34.5t-14.5 -34.5t-34.5 -14.5t-34.5 14.5t-14.5 34.5zM376 610q0 20 14.5 34.5t34.5 14.5t34.5 -14.5t14.5 -34.5t-14.5 -34.5t-34.5 -14.5t-34.5 14.5t-14.5 34.5z" />
+<glyph unicode="&#xa9;" horiz-adv-x="747" d="M16 339q0 146 103.5 250t249.5 104t250 -104t104 -250t-104 -249.5t-250 -103.5t-249.5 103.5t-103.5 249.5zM60 339q0 -128 90.5 -218.5t218.5 -90.5t219 90.5t91 218.5t-91 219t-219 91t-218.5 -91t-90.5 -219zM177 296q-2 92 67 165.5t160 73.5q60 0 100 -41l32 29h24 l-29 -149h-27q-5 71 -28.5 102.5t-67.5 31.5q-46 0 -82.5 -38t-53.5 -90t-15 -103q2 -47 28.5 -76t76.5 -29q45 0 75.5 22t57.5 77l28 -11q-51 -118 -171 -118q-77 0 -125 42t-50 112z" />
+<glyph unicode="&#xaa;" horiz-adv-x="422" d="M83 330v40h283v-40h-283zM83 539q0 74 48.5 133t109.5 59q33 0 55 -17t26 -46l18 54h56l-65 -200q-7 -22 -7 -32q0 -15 14 -15q23 0 65 70l19 -10q-46 -93 -107 -93q-18 0 -29 11t-11 28q0 4 3 19q-25 -32 -46.5 -45t-52.5 -13q-43 0 -69.5 26.5t-26.5 70.5zM142 531 q0 -28 14 -43.5t38 -15.5q45 0 77 57.5t32 115.5q0 25 -13 39t-36 14q-46 0 -79 -54t-33 -113z" />
+<glyph unicode="&#xab;" horiz-adv-x="426" d="M-15 243l186 144q19 15 24 15q9 0 9 -13q0 -7 -7.5 -16t-53.5 -56l-78 -84l61 -119q2 -8 2 -12q0 -17 -16 -17q-7 0 -18 15q-31 43 -109 143zM183 243l186 144q19 15 24 15q9 0 9 -13q0 -7 -7.5 -16t-53.5 -56l-78 -84l61 -119q2 -8 2 -12q0 -17 -16 -17q-7 0 -18 15z " />
+<glyph unicode="&#xac;" horiz-adv-x="606" d="M35 300v80h526v-220h-80v140h-446z" />
+<glyph unicode="&#xad;" d="M32 195l22 83h205l-22 -83h-205z" />
+<glyph unicode="&#xae;" horiz-adv-x="747" d="M16 339q0 146 103.5 250t249.5 104t250 -104t104 -250t-104 -249.5t-250 -103.5t-249.5 103.5t-103.5 249.5zM60 339q0 -128 90.5 -218.5t218.5 -90.5t219 90.5t91 218.5t-91 219t-219 91t-218.5 -91t-90.5 -219zM162 154l3 29h11q30 0 36 6q5 4 12 31l66 245q4 20 4 25 q0 7 -8 9.5t-33 2.5h-16l3 29h183q150 0 152 -86q1 -26 -14.5 -48.5t-42.5 -35.5q-26 -13 -77 -18q52 -21 53 -82v-45q0 -29 15 -29q11 0 18.5 10t17.5 38l26 -9q-16 -43 -35.5 -61.5t-48.5 -18.5q-28 0 -46 18t-19 47q3 60 3 79q-1 24 -15.5 34t-48.5 10h-35l-31 -114 q-2 -8 -3.5 -15.5t-1.5 -9.5q1 -7 9 -9.5t33 -2.5h16l-3 -29h-183zM334 363h40q57 0 82 14q45 25 43 70q-2 55 -73 55h-28q-18 0 -24 -5t-11 -24z" />
+<glyph unicode="&#xaf;" d="M174 585l11 51h301l-11 -51h-301z" />
+<glyph unicode="&#xb0;" horiz-adv-x="400" d="M70 534q0 64 44.5 108t108.5 44q62 0 104.5 -44t42.5 -109q0 -64 -43.5 -108.5t-106.5 -44.5t-106.5 44.5t-43.5 109.5zM126 533q0 -40 28 -68t66 -28q39 0 66 28t27 68t-26.5 68t-64.5 28q-40 0 -68 -28t-28 -68z" />
+<glyph unicode="&#xb1;" horiz-adv-x="606" d="M35 0v80h526v-80h-526zM35 290v80h223v223h80v-223h223v-80h-223v-138h-80v138h-223z" />
+<glyph unicode="&#xb2;" d="M0 288q4 28 38 61t165 139q42 34 59.5 61t17.5 59q0 30 -20 48t-53 18q-30 0 -58 -16.5t-28 -33.5q0 -7 16 -15q30 -16 30 -39q0 -17 -12.5 -29t-31.5 -12q-24 0 -38 16t-14 42q0 49 46 86t108 37q57 0 92.5 -29.5t35.5 -77.5q0 -67 -73 -120q-28 -20 -108 -71 q-70 -45 -89 -67h142q22 0 32.5 7.5t26.5 35.5l18 30l29 -11l-51 -119h-280z" />
+<glyph unicode="&#xb3;" d="M1 375q0 24 13 39t35 15q18 0 31 -11.5t13 -27.5q0 -25 -28 -37q-11 -5 -11 -10q0 -13 19 -22.5t45 -9.5q49 0 78.5 33.5t29.5 87.5q0 26 -13.5 42t-36.5 16q-3 0 -17 -1.5t-19 -1.5q-22 0 -22 18q0 20 25 20l22 -1l14 -1q31 0 56.5 30t25.5 68q0 26 -17.5 41t-48.5 15 q-21 0 -40 -8.5t-19 -17.5q0 -4 8 -11q14 -14 14 -29q0 -16 -11 -26.5t-28 -10.5q-19 0 -31 12.5t-12 31.5q0 37 38.5 64.5t91.5 27.5q55 0 90 -27t35 -70q0 -76 -100 -107q70 -22 70 -85q0 -61 -50 -101.5t-124 -40.5q-58 0 -92 26t-34 70z" />
+<glyph unicode="&#xb4;" d="M224 525l138 140q31 30 50 30q14 0 24.5 -10.5t10.5 -24.5q0 -22 -25 -39l-159 -96h-39z" />
+<glyph unicode="&#xb5;" horiz-adv-x="611" d="M-70 -180q0 23 9.5 45.5t42.5 78.5q26 47 35 76l96 324q8 29 8 43q0 17 -12.5 24.5t-43.5 7.5h-24l3 36l193 15l-98 -328q-11 -37 -11 -57q0 -18 12.5 -30.5t30.5 -12.5q53 0 113 74.5t91 178.5l47 160h87l-99 -332q-12 -44 -12 -59q0 -10 5.5 -17t13.5 -7q32 0 109 113 l30 -18q-53 -82 -94 -116t-87 -34q-28 0 -46 18.5t-18 47.5q0 26 12 68q-85 -133 -184 -133q-53 0 -79 46q-11 -36 -12 -80q-2 -81 -17 -116q-11 -23 -30 -39t-38 -16q-14 0 -23.5 11t-9.5 28z" />
+<glyph unicode="&#xb6;" horiz-adv-x="650" d="M88 -144l3 36h5q49 0 65 14q8 10 26 73l92 345h-33q-151 0 -151 131q0 60 27 120t71 97q37 31 74.5 40.5t123.5 9.5h254l-3 -36q-45 -2 -57 -9t-18 -31l-179 -667q-15 -57 -15 -65q0 -11 11 -15.5t46 -6.5l-3 -36h-339zM219 416q0 -28 13 -43.5t36 -15.5h20l88 329 q-51 0 -78.5 -27t-46.5 -96l-22 -82q-10 -38 -10 -65zM229 -107h71l212 793h-71z" />
+<glyph unicode="&#xb7;" horiz-adv-x="278" d="M72 250q0 26 18 44t44 18t44 -18t18 -44t-18 -44t-44 -18t-44 18t-18 44z" />
+<glyph unicode="&#xb8;" d="M3 -199l18 33q36 -12 62 -12q25 0 40.5 11t15.5 29t-13 28.5t-35 10.5q-13 0 -33 -6l-9 6l59 104h35l-39 -69q21 3 30 3q36 0 58.5 -19t22.5 -49q0 -39 -34 -63t-90 -24q-48 0 -88 17z" />
+<glyph unicode="&#xb9;" d="M43 288l4 34h31q42 0 50 7q4 4 13 35l68 237q1 1 4 11.5t3 14.5q0 5 -6.5 6.5t-33.5 1.5h-48l9 32q35 0 79 13t69 32h24l-100 -349q-6 -24 -6 -28q0 -8 9 -10.5t38 -2.5h38l-5 -34h-240z" />
+<glyph unicode="&#xba;" horiz-adv-x="372" d="M83 329v40h284v-40h-284zM83 555q0 70 52.5 123t121.5 53q47 0 81 -33t34 -79q0 -70 -51 -123.5t-125 -53.5q-53 0 -83 30t-30 83zM142 528q0 -63 58 -63q43 0 76.5 53t33.5 120q0 33 -15 51.5t-41 18.5q-46 0 -79 -56t-33 -124z" />
+<glyph unicode="&#xbb;" horiz-adv-x="426" d="M-17 98q0 7 7.5 16t52.5 56l79 84l-61 119q-2 6 -2 12q0 17 16 17q7 0 18 -15l109 -144l-186 -143q-19 -15 -24 -15q-9 0 -9 13zM181 98q0 7 7.5 16t52.5 56l79 84l-61 119q-2 6 -2 12q0 17 16 17q7 0 18 -15l109 -144l-186 -143q-19 -15 -24 -15q-9 0 -9 13z" />
+<glyph unicode="&#xbc;" horiz-adv-x="834" d="M33 288l4 34h31q42 0 50 7q4 4 13 35l68 237q1 1 4 11.5t3 14.5q0 5 -6.5 6.5t-33.5 1.5h-48l9 32q35 0 79 13t69 32h24l-100 -349q-6 -24 -6 -28q0 -8 9 -10.5t38 -2.5h38l-5 -34h-240zM223 0l383 708h54l-383 -708h-54zM498 109v30l295 285h40l-79 -276h71l-10 -39h-72 l-10 -34q-6 -23 -6 -27q0 -8 9 -10.5t38 -2.5h15l-4 -35h-202l4 35h15q35 0 44.5 4t14.5 22l14 48h-177zM555 148h131l49 173z" />
+<glyph unicode="&#xbd;" horiz-adv-x="834" d="M33 288l4 34h31q42 0 50 7q4 4 13 35l68 237q1 1 4 11.5t3 14.5q0 5 -6.5 6.5t-33.5 1.5h-48l9 32q35 0 79 13t69 32h24l-100 -349q-6 -24 -6 -28q0 -8 9 -10.5t38 -2.5h38l-5 -34h-240zM216 0l383 708h54l-383 -708h-54zM491 0q4 28 38 61t165 139q42 34 59.5 61 t17.5 59q0 30 -20 48t-53 18q-30 0 -58 -16.5t-28 -33.5q0 -7 16 -15q30 -16 30 -39q0 -17 -12.5 -29t-31.5 -12q-24 0 -38 16t-14 42q0 49 46 86t108 37q57 0 92.5 -29.5t35.5 -77.5q0 -67 -73 -120q-28 -20 -108 -71q-70 -45 -89 -67h142q22 0 32.5 7.5t26.5 35.5l18 30 l29 -11l-51 -119h-280z" />
+<glyph unicode="&#xbe;" horiz-adv-x="834" d="M1 375q0 24 13 39t35 15q18 0 31 -11.5t13 -27.5q0 -25 -28 -37q-11 -5 -11 -10q0 -13 19 -22.5t45 -9.5q49 0 78.5 33.5t29.5 87.5q0 26 -13.5 42t-36.5 16q-3 0 -17 -1.5t-19 -1.5q-22 0 -22 18q0 20 25 20l22 -1l14 -1q31 0 56.5 30t25.5 68q0 26 -17.5 41t-48.5 15 q-21 0 -40 -8.5t-19 -17.5q0 -4 8 -11q14 -14 14 -29q0 -16 -11 -26.5t-28 -10.5q-19 0 -31 12.5t-12 31.5q0 37 38.5 64.5t91.5 27.5q55 0 90 -27t35 -70q0 -76 -100 -107q70 -22 70 -85q0 -61 -50 -101.5t-124 -40.5q-58 0 -92 26t-34 70zM235 0l383 708h54l-383 -708h-54 zM498 109v30l295 285h40l-79 -276h71l-10 -39h-72l-10 -34q-6 -23 -6 -27q0 -8 9 -10.5t38 -2.5h15l-4 -35h-202l4 35h15q35 0 44.5 4t14.5 22l14 48h-177zM555 148h131l49 173z" />
+<glyph unicode="&#xbf;" horiz-adv-x="444" d="M153 -128q0 63 37 108.5t146 115.5q67 43 67 88q0 23 -12 36t-33 13q-30 0 -47.5 -16.5t-30.5 -56.5l-36 6q9 47 40.5 76t74.5 29q42 0 68 -27.5t26 -72.5q0 -53 -35.5 -101.5t-123.5 -116.5q-43 -33 -60.5 -58.5t-17.5 -53.5t21.5 -47.5t53.5 -19.5q59 0 93 41.5 t34 128.5h38q1 -11 1 -24q0 -82 -47.5 -134.5t-120.5 -52.5q-60 0 -98 39t-38 100zM344 423q0 26 18.5 44t44.5 18q25 0 43 -18.5t18 -43.5t-18 -43.5t-44 -18.5t-44 18.5t-18 43.5z" />
+<glyph unicode="&#xc0;" horiz-adv-x="704" d="M-82 0l5 47q41 0 74.5 27.5t73.5 93.5l330 569h41l125 -629q8 -39 21.5 -50t54.5 -11h25l-5 -47h-301l5 47h23q42 0 53.5 7t11.5 29q0 8 -4 32l-23 123h-255l-55 -96q-18 -30 -18 -55q0 -23 15 -31.5t54 -8.5h24l-6 -47h-269zM200 285h220l-57 287zM334 887q7 13 24.5 22 t34.5 9q25 0 46 -27l98 -126h-47l-145 86q-23 13 -11 36z" />
+<glyph unicode="&#xc1;" horiz-adv-x="704" d="M-82 0l5 47q41 0 74.5 27.5t73.5 93.5l330 569h41l125 -629q8 -39 21.5 -50t54.5 -11h25l-5 -47h-301l5 47h23q42 0 53.5 7t11.5 29q0 8 -4 32l-23 123h-255l-55 -96q-18 -30 -18 -55q0 -23 15 -31.5t54 -8.5h24l-6 -47h-269zM200 285h220l-57 287zM321 765l166 126 q35 27 60 27q17 0 29.5 -9t12.5 -22q0 -23 -30 -36l-191 -86h-47z" />
+<glyph unicode="&#xc2;" horiz-adv-x="704" d="M-82 0l5 47q41 0 74.5 27.5t73.5 93.5l330 569h41l125 -629q8 -39 21.5 -50t54.5 -11h25l-5 -47h-301l5 47h23q42 0 53.5 7t11.5 29q0 8 -4 32l-23 123h-255l-55 -96q-18 -30 -18 -55q0 -23 15 -31.5t54 -8.5h24l-6 -47h-269zM200 285h220l-57 287zM253 766l184 152h60 l109 -152h-43l-104 94l-163 -94h-43z" />
+<glyph unicode="&#xc3;" horiz-adv-x="704" d="M-82 0l5 47q41 0 74.5 27.5t73.5 93.5l330 569h41l125 -629q8 -39 21.5 -50t54.5 -11h25l-5 -47h-301l5 47h23q42 0 53.5 7t11.5 29q0 8 -4 32l-23 123h-255l-55 -96q-18 -30 -18 -55q0 -23 15 -31.5t54 -8.5h24l-6 -47h-269zM200 285h220l-57 287zM285 789 q9 50 32.5 77.5t57.5 27.5q23 0 100 -26q42 -15 59 -15q32 0 49 42h30q-5 -43 -32.5 -74t-60.5 -31q-26 0 -86 23q-58 21 -74 21q-33 0 -45 -45h-30z" />
+<glyph unicode="&#xc4;" horiz-adv-x="704" d="M-82 0l5 47q41 0 74.5 27.5t73.5 93.5l330 569h41l125 -629q8 -39 21.5 -50t54.5 -11h25l-5 -47h-301l5 47h23q42 0 53.5 7t11.5 29q0 8 -4 32l-23 123h-255l-55 -96q-18 -30 -18 -55q0 -23 15 -31.5t54 -8.5h24l-6 -47h-269zM200 285h220l-57 287zM306 842 q0 20 14.5 34.5t34.5 14.5t34.5 -14.5t14.5 -34.5t-14.5 -34.5t-34.5 -14.5t-34.5 14.5t-14.5 34.5zM496 842q0 20 14.5 34.5t34.5 14.5t34.5 -14.5t14.5 -34.5t-14.5 -34.5t-34.5 -14.5t-34.5 14.5t-14.5 34.5z" />
+<glyph unicode="&#xc5;" horiz-adv-x="704" d="M-82 0l5 47q41 0 74.5 27.5t73.5 93.5l330 569h41l125 -629q8 -39 21.5 -50t54.5 -11h25l-5 -47h-301l5 47h23q42 0 53.5 7t11.5 29q0 8 -4 32l-23 123h-255l-55 -96q-18 -30 -18 -55q0 -23 15 -31.5t54 -8.5h24l-6 -47h-269zM200 285h220l-57 287zM354 858q0 41 29.5 70 t70.5 29q40 0 69.5 -29.5t29.5 -69.5q0 -42 -29.5 -71t-71.5 -29q-40 0 -69 29.5t-29 70.5zM390 858q0 -26 18.5 -45t44.5 -19q27 0 45.5 18.5t18.5 45.5q0 26 -18.5 44.5t-44.5 18.5t-45 -18.5t-19 -44.5z" />
+<glyph unicode="&#xc6;" horiz-adv-x="870" d="M-92 0l5 47q35 0 69 46l320 460q37 53 37 80q0 23 -18 32.5t-62 9.5h-27l5 47h633l-39 -241h-45l1 71q0 123 -118 123h-27q-39 0 -52 -11.5t-25 -57.5l-55 -205h27q59 0 86.5 27t50.5 98l46 -6l-90 -334l-45 8q9 37 9 70q0 49 -14 69.5t-56 20.5h-27l-59 -220 q-12 -41 -12 -56q0 -31 64 -31h22q94 0 155.5 50.5t109.5 155.5l40 -8l-78 -245h-532l6 47h18q55 0 69 14q7 6 9.5 13.5t13.5 48.5l42 155h-191l-95 -137q-25 -37 -25 -58q0 -38 77 -36l-6 -47h-217zM205 325h172l83 310q11 39 -1 39q-11 0 -23 -20z" />
+<glyph unicode="&#xc7;" horiz-adv-x="722" d="M40 280q0 115 56.5 221t150 171t195.5 65q108 0 175 -80l60 58h36l-56 -280h-41q-5 137 -46 198t-120 61q-63 0 -118 -43.5t-90.5 -111t-56 -146.5t-20.5 -153q0 -92 48 -149t138 -57q81 0 137 42.5t105 146.5l41 -18q-93 -220 -296 -220h-17l-29 -49q21 3 29 3 q37 0 59.5 -19t22.5 -49q0 -39 -34 -63t-90 -24q-48 0 -88 17l18 33q36 -12 62 -12q25 0 40.5 11t15.5 29q0 17 -13 28t-35 11q-11 0 -34 -6l-8 6l50 87q-117 16 -182 93t-65 199z" />
+<glyph unicode="&#xc8;" horiz-adv-x="722" d="M-37 0l5 47h19q54 0 69 14q9 9 23 62l128 476q9 36 9 49q0 17 -15 22t-64 5h-26l6 47h584l-39 -241h-45v35q0 90 -35 124.5t-104 34.5h-58q-56 0 -71.5 -10.5t-28.5 -58.5l-55 -205h33q71 0 108.5 28.5t59.5 96.5l45 -6l-89 -334l-45 8q9 41 9 69q0 47 -23.5 69t-77.5 22 h-32l-59 -220q-11 -42 -11 -55q0 -18 15.5 -25t54.5 -7h54q105 0 164.5 39.5t124.5 158.5l5 8l41 -8l-78 -245h-601zM326 887q7 13 24.5 22t34.5 9q25 0 46 -27l98 -126h-47l-145 86q-23 13 -11 36z" />
+<glyph unicode="&#xc9;" horiz-adv-x="722" d="M-37 0l5 47h19q54 0 69 14q9 9 23 62l128 476q9 36 9 49q0 17 -15 22t-64 5h-26l6 47h584l-39 -241h-45v35q0 90 -35 124.5t-104 34.5h-58q-56 0 -71.5 -10.5t-28.5 -58.5l-55 -205h33q71 0 108.5 28.5t59.5 96.5l45 -6l-89 -334l-45 8q9 41 9 69q0 47 -23.5 69t-77.5 22 h-32l-59 -220q-11 -42 -11 -55q0 -18 15.5 -25t54.5 -7h54q105 0 164.5 39.5t124.5 158.5l5 8l41 -8l-78 -245h-601zM313 765l166 126q35 27 60 27q17 0 29.5 -9t12.5 -22q0 -23 -30 -36l-191 -86h-47z" />
+<glyph unicode="&#xca;" horiz-adv-x="722" d="M-37 0l5 47h19q54 0 69 14q9 9 23 62l128 476q9 36 9 49q0 17 -15 22t-64 5h-26l6 47h584l-39 -241h-45v35q0 90 -35 124.5t-104 34.5h-58q-56 0 -71.5 -10.5t-28.5 -58.5l-55 -205h33q71 0 108.5 28.5t59.5 96.5l45 -6l-89 -334l-45 8q9 41 9 69q0 47 -23.5 69t-77.5 22 h-32l-59 -220q-11 -42 -11 -55q0 -18 15.5 -25t54.5 -7h54q105 0 164.5 39.5t124.5 158.5l5 8l41 -8l-78 -245h-601zM245 766l184 152h60l109 -152h-43l-104 94l-163 -94h-43z" />
+<glyph unicode="&#xcb;" horiz-adv-x="722" d="M-37 0l5 47h19q54 0 69 14q9 9 23 62l128 476q9 36 9 49q0 17 -15 22t-64 5h-26l6 47h584l-39 -241h-45v35q0 90 -35 124.5t-104 34.5h-58q-56 0 -71.5 -10.5t-28.5 -58.5l-55 -205h33q71 0 108.5 28.5t59.5 96.5l45 -6l-89 -334l-45 8q9 41 9 69q0 47 -23.5 69t-77.5 22 h-32l-59 -220q-11 -42 -11 -55q0 -18 15.5 -25t54.5 -7h54q105 0 164.5 39.5t124.5 158.5l5 8l41 -8l-78 -245h-601zM298 842q0 20 14.5 34.5t34.5 14.5t34.5 -14.5t14.5 -34.5t-14.5 -34.5t-34.5 -14.5t-34.5 14.5t-14.5 34.5zM488 842q0 20 14.5 34.5t34.5 14.5 t34.5 -14.5t14.5 -34.5t-14.5 -34.5t-34.5 -14.5t-34.5 14.5t-14.5 34.5z" />
+<glyph unicode="&#xcc;" horiz-adv-x="407" d="M-33 0l5 47q70 1 84 14q9 9 23 62l128 476q10 39 10 49q0 17 -15.5 22t-64.5 5h-22l6 47h310l-5 -47q-70 -1 -84 -14q-9 -9 -23 -62l-128 -476q-10 -38 -10 -48q0 -17 15.5 -22.5t64.5 -5.5h22l-6 -47h-310zM212 887q7 13 24.5 22t34.5 9q25 0 46 -27l98 -126h-47 l-145 86q-23 13 -11 36z" />
+<glyph unicode="&#xcd;" horiz-adv-x="407" d="M-33 0l5 47q70 1 84 14q9 9 23 62l128 476q10 39 10 49q0 17 -15.5 22t-64.5 5h-22l6 47h310l-5 -47q-70 -1 -84 -14q-9 -9 -23 -62l-128 -476q-10 -38 -10 -48q0 -17 15.5 -22.5t64.5 -5.5h22l-6 -47h-310zM199 765l166 126q35 27 60 27q17 0 29.5 -9t12.5 -22 q0 -23 -30 -36l-191 -86h-47z" />
+<glyph unicode="&#xce;" horiz-adv-x="407" d="M-33 0l5 47q70 1 84 14q9 9 23 62l128 476q10 39 10 49q0 17 -15.5 22t-64.5 5h-22l6 47h310l-5 -47q-70 -1 -84 -14q-9 -9 -23 -62l-128 -476q-10 -38 -10 -48q0 -17 15.5 -22.5t64.5 -5.5h22l-6 -47h-310zM131 766l184 152h60l109 -152h-43l-104 94l-163 -94h-43z" />
+<glyph unicode="&#xcf;" horiz-adv-x="407" d="M-33 0l5 47q70 1 84 14q9 9 23 62l128 476q10 39 10 49q0 17 -15.5 22t-64.5 5h-22l6 47h310l-5 -47q-70 -1 -84 -14q-9 -9 -23 -62l-128 -476q-10 -38 -10 -48q0 -17 15.5 -22.5t64.5 -5.5h22l-6 -47h-310zM184 842q0 20 14.5 34.5t34.5 14.5t34.5 -14.5t14.5 -34.5 t-14.5 -34.5t-34.5 -14.5t-34.5 14.5t-14.5 34.5zM374 842q0 20 14.5 34.5t34.5 14.5t34.5 -14.5t14.5 -34.5t-14.5 -34.5t-34.5 -14.5t-34.5 14.5t-14.5 34.5z" />
+<glyph unicode="&#xd0;" horiz-adv-x="778" d="M-38 0l5 47h18q55 0 70 14q6 6 9.5 14.5t13.5 47.5l60 231h-102l12 47h103l55 198q9 32 9 49t-15 22t-64 5h-26l6 47h290q84 0 136 -12t89 -40q104 -78 104 -235q0 -100 -47.5 -197t-127.5 -161q-97 -77 -289 -77h-309zM181 75q0 -28 46 -28h32q141 0 205 57 q61 55 105 166t44 210q0 100 -45 147.5t-142 47.5h-30q-24 0 -31 -0.5t-18 -6.5t-15.5 -19t-11.5 -39l-57 -209h198l-12 -47h-199l-63 -244q-7 -24 -6 -35z" />
+<glyph unicode="&#xd1;" horiz-adv-x="815" d="M-48 0l5 47q46 1 69 14t39.5 46.5t36.5 109.5l114 426q-6 20 -17.5 26t-47.5 6h-52l5 47h211l253 -552l90 335q23 93 23 115q0 55 -90 55l6 47h262l-5 -47q-63 -2 -88.5 -32t-53.5 -138l-139 -519h-39l-278 601l-99 -370q-24 -93 -24 -115q0 -29 18 -42t62 -13h21l-6 -47 h-276zM372 789q9 50 32.5 77.5t57.5 27.5q23 0 100 -26q42 -15 59 -15q32 0 49 42h30q-5 -43 -32.5 -74t-60.5 -31q-26 0 -86 23q-58 21 -74 21q-33 0 -45 -45h-30z" />
+<glyph unicode="&#xd2;" horiz-adv-x="778" d="M40 275q0 121 59.5 228.5t155.5 170.5t202 63q120 0 199 -80.5t79 -206.5q0 -118 -56.5 -225t-155 -173.5t-211.5 -66.5q-125 0 -198.5 78.5t-73.5 211.5zM158 207q0 -83 42 -131t114 -48q59 0 110.5 30.5t85.5 85.5q47 75 77.5 175t30.5 177q0 89 -38.5 143.5 t-119.5 54.5q-101 0 -179 -100q-49 -63 -86 -179.5t-37 -207.5zM398 887q7 13 24.5 22t34.5 9q25 0 46 -27l98 -126h-47l-145 86q-23 13 -11 36z" />
+<glyph unicode="&#xd3;" horiz-adv-x="778" d="M40 275q0 121 59.5 228.5t155.5 170.5t202 63q120 0 199 -80.5t79 -206.5q0 -118 -56.5 -225t-155 -173.5t-211.5 -66.5q-125 0 -198.5 78.5t-73.5 211.5zM158 207q0 -83 42 -131t114 -48q59 0 110.5 30.5t85.5 85.5q47 75 77.5 175t30.5 177q0 89 -38.5 143.5 t-119.5 54.5q-101 0 -179 -100q-49 -63 -86 -179.5t-37 -207.5zM385 765l166 126q35 27 60 27q17 0 29.5 -9t12.5 -22q0 -23 -30 -36l-191 -86h-47z" />
+<glyph unicode="&#xd4;" horiz-adv-x="778" d="M40 275q0 121 59.5 228.5t155.5 170.5t202 63q120 0 199 -80.5t79 -206.5q0 -118 -56.5 -225t-155 -173.5t-211.5 -66.5q-125 0 -198.5 78.5t-73.5 211.5zM158 207q0 -83 42 -131t114 -48q59 0 110.5 30.5t85.5 85.5q47 75 77.5 175t30.5 177q0 89 -38.5 143.5 t-119.5 54.5q-101 0 -179 -100q-49 -63 -86 -179.5t-37 -207.5zM317 766l184 152h60l109 -152h-43l-104 94l-163 -94h-43z" />
+<glyph unicode="&#xd5;" horiz-adv-x="778" d="M40 275q0 121 59.5 228.5t155.5 170.5t202 63q120 0 199 -80.5t79 -206.5q0 -118 -56.5 -225t-155 -173.5t-211.5 -66.5q-125 0 -198.5 78.5t-73.5 211.5zM158 207q0 -83 42 -131t114 -48q59 0 110.5 30.5t85.5 85.5q47 75 77.5 175t30.5 177q0 89 -38.5 143.5 t-119.5 54.5q-101 0 -179 -100q-49 -63 -86 -179.5t-37 -207.5zM349 789q9 50 32.5 77.5t57.5 27.5q23 0 100 -26q42 -15 59 -15q32 0 49 42h30q-5 -43 -32.5 -74t-60.5 -31q-26 0 -86 23q-58 21 -74 21q-33 0 -45 -45h-30z" />
+<glyph unicode="&#xd6;" horiz-adv-x="778" d="M40 275q0 121 59.5 228.5t155.5 170.5t202 63q120 0 199 -80.5t79 -206.5q0 -118 -56.5 -225t-155 -173.5t-211.5 -66.5q-125 0 -198.5 78.5t-73.5 211.5zM158 207q0 -83 42 -131t114 -48q59 0 110.5 30.5t85.5 85.5q47 75 77.5 175t30.5 177q0 89 -38.5 143.5 t-119.5 54.5q-101 0 -179 -100q-49 -63 -86 -179.5t-37 -207.5zM370 842q0 20 14.5 34.5t34.5 14.5t34.5 -14.5t14.5 -34.5t-14.5 -34.5t-34.5 -14.5t-34.5 14.5t-14.5 34.5zM560 842q0 20 14.5 34.5t34.5 14.5t34.5 -14.5t14.5 -34.5t-14.5 -34.5t-34.5 -14.5t-34.5 14.5 t-14.5 34.5z" />
+<glyph unicode="&#xd7;" horiz-adv-x="606" d="M84 92l157 158l-157 158l56 56l158 -157l158 157l56 -56l-157 -158l157 -158l-56 -56l-158 157l-158 -157z" />
+<glyph unicode="&#xd8;" horiz-adv-x="778" d="M1 -87l118 145q-79 77 -79 218q0 120 57 227t153 170.5t203 63.5q98 0 171 -53l53 66h58l-77 -95q77 -80 77 -204q0 -118 -56.5 -225.5t-154.5 -174t-211 -66.5q-93 0 -160 44l-94 -116h-58zM158 209q0 -47 14 -84l412 509q-39 59 -127 59q-99 0 -176 -99 q-49 -64 -86 -180t-37 -205zM195 82q41 -53 120 -53q69 0 127.5 45t95 116t57 154.5t20.5 164.5q0 43 -11 79z" />
+<glyph unicode="&#xd9;" horiz-adv-x="815" d="M93 176q0 45 20 118l82 305q9 36 9 49q0 17 -15 22t-64 5h-25l5 47h318l-6 -47h-18q-55 0 -69 -14q-7 -6 -9.5 -12.5t-13.5 -49.5l-90 -333q-14 -49 -14 -103q0 -64 42.5 -99.5t118.5 -35.5q114 0 174 84q18 25 30 58.5t35 119.5l58 215q23 93 23 115q0 29 -22.5 42 t-70.5 13l6 47h263l-5 -47q-36 -2 -53 -5.5t-33.5 -23.5t-26 -48.5t-27.5 -92.5l-56 -211q-33 -126 -68.5 -189.5t-92.5 -91.5t-155 -28q-122 0 -186 49t-64 142zM417 887q7 13 24.5 22t34.5 9q25 0 46 -27l98 -126h-47l-145 86q-23 13 -11 36z" />
+<glyph unicode="&#xda;" horiz-adv-x="815" d="M93 176q0 45 20 118l82 305q9 36 9 49q0 17 -15 22t-64 5h-25l5 47h318l-6 -47h-18q-55 0 -69 -14q-7 -6 -9.5 -12.5t-13.5 -49.5l-90 -333q-14 -49 -14 -103q0 -64 42.5 -99.5t118.5 -35.5q114 0 174 84q18 25 30 58.5t35 119.5l58 215q23 93 23 115q0 29 -22.5 42 t-70.5 13l6 47h263l-5 -47q-36 -2 -53 -5.5t-33.5 -23.5t-26 -48.5t-27.5 -92.5l-56 -211q-33 -126 -68.5 -189.5t-92.5 -91.5t-155 -28q-122 0 -186 49t-64 142zM404 765l166 126q35 27 60 27q17 0 29.5 -9t12.5 -22q0 -23 -30 -36l-191 -86h-47z" />
+<glyph unicode="&#xdb;" horiz-adv-x="815" d="M93 176q0 45 20 118l82 305q9 36 9 49q0 17 -15 22t-64 5h-25l5 47h318l-6 -47h-18q-55 0 -69 -14q-7 -6 -9.5 -12.5t-13.5 -49.5l-90 -333q-14 -49 -14 -103q0 -64 42.5 -99.5t118.5 -35.5q114 0 174 84q18 25 30 58.5t35 119.5l58 215q23 93 23 115q0 29 -22.5 42 t-70.5 13l6 47h263l-5 -47q-36 -2 -53 -5.5t-33.5 -23.5t-26 -48.5t-27.5 -92.5l-56 -211q-33 -126 -68.5 -189.5t-92.5 -91.5t-155 -28q-122 0 -186 49t-64 142zM336 766l184 152h60l109 -152h-43l-104 94l-163 -94h-43z" />
+<glyph unicode="&#xdc;" horiz-adv-x="815" d="M93 176q0 45 20 118l82 305q9 36 9 49q0 17 -15 22t-64 5h-25l5 47h318l-6 -47h-18q-55 0 -69 -14q-7 -6 -9.5 -12.5t-13.5 -49.5l-90 -333q-14 -49 -14 -103q0 -64 42.5 -99.5t118.5 -35.5q114 0 174 84q18 25 30 58.5t35 119.5l58 215q23 93 23 115q0 29 -22.5 42 t-70.5 13l6 47h263l-5 -47q-36 -2 -53 -5.5t-33.5 -23.5t-26 -48.5t-27.5 -92.5l-56 -211q-33 -126 -68.5 -189.5t-92.5 -91.5t-155 -28q-122 0 -186 49t-64 142zM389 842q0 20 14.5 34.5t34.5 14.5t34.5 -14.5t14.5 -34.5t-14.5 -34.5t-34.5 -14.5t-34.5 14.5t-14.5 34.5z M579 842q0 20 14.5 34.5t34.5 14.5t34.5 -14.5t14.5 -34.5t-14.5 -34.5t-34.5 -14.5t-34.5 14.5t-14.5 34.5z" />
+<glyph unicode="&#xdd;" horiz-adv-x="685" d="M32 675l5 47h308l-5 -47h-28q-61 0 -61 -24q0 -11 11 -38l100 -249l170 218q26 31 26 54q0 18 -17 28.5t-47 10.5h-23l5 47h282l-5 -47q-54 -3 -86 -24t-85 -87l-200 -256l-50 -185q-10 -41 -10 -49q0 -17 15.5 -22t64.5 -5h36l-5 -47h-347l6 47h22q69 0 83 14 q7 6 9.5 13.5t13.5 48.5l50 185l-120 298q-17 42 -37 55.5t-64 13.5h-17zM340 765l166 126q35 27 60 27q17 0 29.5 -9t12.5 -22q0 -23 -30 -36l-191 -86h-47z" />
+<glyph unicode="&#xde;" horiz-adv-x="667" d="M-33 0l5 47q70 1 84 14q8 8 23 62l128 477q10 39 10 48q0 17 -15.5 22t-64.5 5h-22l6 47h310l-5 -47q-27 0 -43 -2t-26.5 -3.5t-16 -10t-8 -14t-7.5 -24t-9 -30.5h61q247 0 247 -181q0 -124 -109 -183q-51 -27 -100.5 -34t-188.5 -7h-18l-17 -63q-10 -38 -10 -48 q0 -17 15.5 -22.5t64.5 -5.5h22l-6 -47h-310zM221 233h19q74 -1 112 2q80 8 120 59t40 127q0 67 -33 95t-112 28h-12q-31 0 -43.5 -9.5t-20.5 -38.5z" />
+<glyph unicode="&#xdf;" horiz-adv-x="556" d="M-76 -202q47 76 129 378l44 175q32 128 56 192.5t55 107.5q62 85 158 85q72 0 115.5 -39t43.5 -104q0 -136 -148 -186q92 -62 92 -160q0 -101 -56.5 -181t-144.5 -80q-46 0 -76 24t-30 62q0 25 15 41.5t38 16.5q20 0 34.5 -12.5t14.5 -29.5q0 -7 -7 -26.5t-7 -24.5 t6.5 -9.5t14.5 -4.5q37 0 73.5 93.5t36.5 181.5q0 47 -21.5 70.5t-74.5 33.5q-29 4 -29 22q0 8 6 13.5t13 5.5q55 -8 63 -8q41 0 72 53t31 123q0 43 -21 66.5t-59 23.5q-72 0 -114 -110q-12 -29 -68 -247l-35 -143q-48 -210 -114 -385z" />
+<glyph unicode="&#xe0;" horiz-adv-x="574" d="M1 148q0 125 81 230q72 92 165 92q49 0 83 -29.5t39 -75.5l27 90h87l-100 -336q-11 -39 -11 -54q0 -10 6.5 -17.5t14.5 -7.5q40 0 99 118l31 -17q-17 -38 -49 -83q-52 -73 -117 -73q-27 0 -44 18t-17 47q0 13 5 32q-37 -54 -71 -75.5t-81 -21.5q-67 0 -107.5 44.5 t-40.5 118.5zM92 134q0 -46 21.5 -72t58.5 -26q72 0 117 90q51 104 51 200q0 41 -20.5 65t-55.5 24q-47 0 -80 -35q-40 -41 -66 -110.5t-26 -135.5zM230 621q-21 23 2.5 48.5t47.5 25.5q11 0 18 -6t16 -24l63 -140h-39z" />
+<glyph unicode="&#xe1;" horiz-adv-x="574" d="M1 148q0 125 81 230q72 92 165 92q49 0 83 -29.5t39 -75.5l27 90h87l-100 -336q-11 -39 -11 -54q0 -10 6.5 -17.5t14.5 -7.5q40 0 99 118l31 -17q-17 -38 -49 -83q-52 -73 -117 -73q-27 0 -44 18t-17 47q0 13 5 32q-37 -54 -71 -75.5t-81 -21.5q-67 0 -107.5 44.5 t-40.5 118.5zM92 134q0 -46 21.5 -72t58.5 -26q72 0 117 90q51 104 51 200q0 41 -20.5 65t-55.5 24q-47 0 -80 -35q-40 -41 -66 -110.5t-26 -135.5zM210 525l138 140q31 30 50 30q14 0 24.5 -10.5t10.5 -24.5q0 -22 -25 -39l-159 -96h-39z" />
+<glyph unicode="&#xe2;" horiz-adv-x="574" d="M1 148q0 125 81 230q72 92 165 92q49 0 83 -29.5t39 -75.5l27 90h87l-100 -336q-11 -39 -11 -54q0 -10 6.5 -17.5t14.5 -7.5q40 0 99 118l31 -17q-17 -38 -49 -83q-52 -73 -117 -73q-27 0 -44 18t-17 47q0 13 5 32q-37 -54 -71 -75.5t-81 -21.5q-67 0 -107.5 44.5 t-40.5 118.5zM92 134q0 -46 21.5 -72t58.5 -26q72 0 117 90q51 104 51 200q0 41 -20.5 65t-55.5 24q-47 0 -80 -35q-40 -41 -66 -110.5t-26 -135.5zM146 526l153 169h50l91 -169h-36l-86 104l-136 -104h-36z" />
+<glyph unicode="&#xe3;" horiz-adv-x="574" d="M1 148q0 125 81 230q72 92 165 92q49 0 83 -29.5t39 -75.5l27 90h87l-100 -336q-11 -39 -11 -54q0 -10 6.5 -17.5t14.5 -7.5q40 0 99 118l31 -17q-17 -38 -49 -83q-52 -73 -117 -73q-27 0 -44 18t-17 47q0 13 5 32q-37 -54 -71 -75.5t-81 -21.5q-67 0 -107.5 44.5 t-40.5 118.5zM92 134q0 -46 21.5 -72t58.5 -26q72 0 117 90q51 104 51 200q0 41 -20.5 65t-55.5 24q-47 0 -80 -35q-40 -41 -66 -110.5t-26 -135.5zM152 557q9 50 32.5 77.5t57.5 27.5q23 0 100 -26q42 -15 59 -15q32 0 49 42h30q-5 -43 -32.5 -74t-60.5 -31q-26 0 -86 23 q-58 21 -74 21q-33 0 -45 -45h-30z" />
+<glyph unicode="&#xe4;" horiz-adv-x="574" d="M1 148q0 125 81 230q72 92 165 92q49 0 83 -29.5t39 -75.5l27 90h87l-100 -336q-11 -39 -11 -54q0 -10 6.5 -17.5t14.5 -7.5q40 0 99 118l31 -17q-17 -38 -49 -83q-52 -73 -117 -73q-27 0 -44 18t-17 47q0 13 5 32q-37 -54 -71 -75.5t-81 -21.5q-67 0 -107.5 44.5 t-40.5 118.5zM92 134q0 -46 21.5 -72t58.5 -26q72 0 117 90q51 104 51 200q0 41 -20.5 65t-55.5 24q-47 0 -80 -35q-40 -41 -66 -110.5t-26 -135.5zM172 610q0 20 14.5 34.5t34.5 14.5t34.5 -14.5t14.5 -34.5t-14.5 -34.5t-34.5 -14.5t-34.5 14.5t-14.5 34.5zM362 610 q0 20 14.5 34.5t34.5 14.5t34.5 -14.5t14.5 -34.5t-14.5 -34.5t-34.5 -14.5t-34.5 14.5t-14.5 34.5z" />
+<glyph unicode="&#xe5;" horiz-adv-x="574" d="M1 148q0 125 81 230q72 92 165 92q49 0 83 -29.5t39 -75.5l27 90h87l-100 -336q-11 -39 -11 -54q0 -10 6.5 -17.5t14.5 -7.5q40 0 99 118l31 -17q-17 -38 -49 -83q-52 -73 -117 -73q-27 0 -44 18t-17 47q0 13 5 32q-37 -54 -71 -75.5t-81 -21.5q-67 0 -107.5 44.5 t-40.5 118.5zM92 134q0 -46 21.5 -72t58.5 -26q72 0 117 90q51 104 51 200q0 41 -20.5 65t-55.5 24q-47 0 -80 -35q-40 -41 -66 -110.5t-26 -135.5zM216 611q0 41 29.5 70t70.5 29q40 0 69.5 -29t29.5 -70q0 -42 -29.5 -71t-71.5 -29q-40 0 -69 29.5t-29 70.5zM252 611 q0 -26 18.5 -45t44.5 -19q27 0 45.5 18.5t18.5 45.5q0 25 -18.5 44t-44.5 19t-45 -18.5t-19 -44.5z" />
+<glyph unicode="&#xe6;" horiz-adv-x="722" d="M-18 84q0 72 74 113t247 63q15 59 15 88q0 37 -27.5 60t-72.5 23q-29 0 -50 -9t-21 -22q0 -1 6.5 -8t12.5 -19t6 -24q0 -23 -14.5 -36.5t-38.5 -13.5q-25 0 -39.5 15t-14.5 41q0 48 47 81.5t114 33.5q95 0 153 -73q79 73 173 73q52 0 83.5 -27.5t31.5 -73.5 q0 -71 -66 -110t-231 -67q-9 -32 -9 -55q0 -49 25 -76.5t70 -27.5q84 0 154 84l28 -26q-90 -106 -208 -106q-121 0 -142 106q-39 -58 -82 -82t-106 -24q-55 0 -86.5 26.5t-31.5 72.5zM75 95q0 -26 17 -43t44 -17q58 0 95 43t62 142q-111 -16 -164.5 -44.5t-53.5 -80.5z M378 232q100 16 151.5 48.5t51.5 94.5q0 24 -14 38t-37 14q-50 0 -86 -46.5t-66 -148.5z" />
+<glyph unicode="&#xe7;" horiz-adv-x="444" d="M5 165q0 121 80.5 213t185.5 92q54 0 92 -31.5t38 -76.5q0 -32 -18 -53.5t-45 -21.5q-23 0 -38 13.5t-15 35.5q0 32 37 48q16 6 16 15q0 13 -20 23t-44 10q-68 0 -116 -74q-26 -39 -43.5 -100.5t-17.5 -112.5t26 -81.5t70 -30.5q71 0 148 99l29 -22q-74 -119 -185 -124 l-27 -50q21 3 30 3q36 0 58.5 -19t22.5 -49q0 -39 -34 -63t-90 -24q-48 0 -88 17l18 33q34 -12 63 -12q25 0 40 11t15 29q0 17 -13 28t-35 11q-13 0 -33 -6l-9 6l47 85q-70 11 -107.5 57.5t-37.5 121.5z" />
+<glyph unicode="&#xe8;" horiz-adv-x="444" d="M-6 158q0 122 84.5 217t193.5 95q53 0 86 -28.5t33 -74.5q0 -90 -120 -143q-51 -23 -182 -54q-2 -26 -2 -34q0 -48 26 -76t71 -28q74 0 155 84l24 -27q-80 -104 -196 -104q-81 0 -127 46t-46 127zM94 209q67 14 102 30q111 49 111 134q0 26 -15 41.5t-40 15.5 q-55 0 -98 -60t-60 -161zM236 621q-21 23 2.5 48.5t47.5 25.5q11 0 18 -6t16 -24l63 -140h-39z" />
+<glyph unicode="&#xe9;" horiz-adv-x="444" d="M-6 158q0 122 84.5 217t193.5 95q53 0 86 -28.5t33 -74.5q0 -90 -120 -143q-51 -23 -182 -54q-2 -26 -2 -34q0 -48 26 -76t71 -28q74 0 155 84l24 -27q-80 -104 -196 -104q-81 0 -127 46t-46 127zM94 209q67 14 102 30q111 49 111 134q0 26 -15 41.5t-40 15.5 q-55 0 -98 -60t-60 -161zM216 525l138 140q31 30 50 30q14 0 24.5 -10.5t10.5 -24.5q0 -22 -25 -39l-159 -96h-39z" />
+<glyph unicode="&#xea;" horiz-adv-x="444" d="M-6 158q0 122 84.5 217t193.5 95q53 0 86 -28.5t33 -74.5q0 -90 -120 -143q-51 -23 -182 -54q-2 -26 -2 -34q0 -48 26 -76t71 -28q74 0 155 84l24 -27q-80 -104 -196 -104q-81 0 -127 46t-46 127zM94 209q67 14 102 30q111 49 111 134q0 26 -15 41.5t-40 15.5 q-55 0 -98 -60t-60 -161zM152 526l153 169h50l91 -169h-36l-86 104l-136 -104h-36z" />
+<glyph unicode="&#xeb;" horiz-adv-x="444" d="M-6 158q0 122 84.5 217t193.5 95q53 0 86 -28.5t33 -74.5q0 -90 -120 -143q-51 -23 -182 -54q-2 -26 -2 -34q0 -48 26 -76t71 -28q74 0 155 84l24 -27q-80 -104 -196 -104q-81 0 -127 46t-46 127zM94 209q67 14 102 30q111 49 111 134q0 26 -15 41.5t-40 15.5 q-55 0 -98 -60t-60 -161zM178 610q0 20 14.5 34.5t34.5 14.5t34.5 -14.5t14.5 -34.5t-14.5 -34.5t-34.5 -14.5t-34.5 14.5t-14.5 34.5zM368 610q0 20 14.5 34.5t34.5 14.5t34.5 -14.5t14.5 -34.5t-14.5 -34.5t-34.5 -14.5t-34.5 14.5t-14.5 34.5z" />
+<glyph unicode="&#xec;" d="M27 48q0 24 22 101l58 195q9 33 9 44q0 31 -57 31h-24l4 36l192 15l-106 -357q-12 -42 -12 -56q0 -21 17 -21q42 0 121 121l31 -17q-23 -35 -38.5 -55.5t-40 -47t-51 -39t-56.5 -12.5q-29 0 -49 18t-20 44zM135 621q-21 23 2.5 48.5t47.5 25.5q11 0 18 -6t16 -24l63 -140 h-39z" />
+<glyph unicode="&#xed;" d="M27 48q0 24 22 101l58 195q9 33 9 44q0 31 -57 31h-24l4 36l192 15l-106 -357q-12 -42 -12 -56q0 -21 17 -21q42 0 121 121l31 -17q-23 -35 -38.5 -55.5t-40 -47t-51 -39t-56.5 -12.5q-29 0 -49 18t-20 44zM114 525l138 140q31 30 50 30q14 0 24.5 -10.5t10.5 -24.5 q0 -22 -25 -39l-159 -96h-39z" />
+<glyph unicode="&#xee;" d="M27 48q0 24 22 101l58 195q9 33 9 44q0 31 -57 31h-24l4 36l192 15l-106 -357q-12 -42 -12 -56q0 -21 17 -21q42 0 121 121l31 -17q-23 -35 -38.5 -55.5t-40 -47t-51 -39t-56.5 -12.5q-29 0 -49 18t-20 44zM51 526l153 169h50l91 -169h-36l-86 104l-136 -104h-36z" />
+<glyph unicode="&#xef;" d="M27 48q0 24 22 101l58 195q9 33 9 44q0 31 -57 31h-24l4 36l192 15l-106 -357q-12 -42 -12 -56q0 -21 17 -21q42 0 121 121l31 -17q-23 -35 -38.5 -55.5t-40 -47t-51 -39t-56.5 -12.5q-29 0 -49 18t-20 44zM77 610q0 20 14.5 34.5t34.5 14.5t34.5 -14.5t14.5 -34.5 t-14.5 -34.5t-34.5 -14.5t-34.5 14.5t-14.5 34.5zM267 610q0 20 14.5 34.5t34.5 14.5t34.5 -14.5t14.5 -34.5t-14.5 -34.5t-34.5 -14.5t-34.5 14.5t-14.5 34.5z" />
+<glyph unicode="&#xf0;" horiz-adv-x="500" d="M5 173q0 78 38 147t100.5 109.5t130.5 40.5q34 0 68 -15q-4 8 -11.5 22t-8.5 17q-25 47 -67 89l-135 -67l-17 35l121 61q-32 27 -73 60l38 39q53 -29 101 -66l142 71l18 -35l-126 -63q126 -126 126 -326q0 -128 -79.5 -217.5t-187.5 -89.5q-82 0 -130 51t-48 137zM95 128 q0 -51 23 -78t66 -27q85 0 135 124q16 38 26 84t10 77q0 59 -23 91.5t-64 32.5q-48 0 -88.5 -46t-62.5 -115.5t-22 -142.5z" />
+<glyph unicode="&#xf1;" horiz-adv-x="611" d="M14 0l102 344q9 33 9 44q0 31 -57 31h-24l4 36l181 15l-29 -135q98 135 185 135q40 0 68 -28.5t28 -68.5q0 -45 -24 -113l-47 -138q-19 -52 -19 -67q0 -8 5 -13.5t13 -5.5q48 0 124 120l29 -21q-87 -150 -183 -150q-30 0 -50 21t-20 53q0 30 18 84l53 156q15 46 15 70 q0 17 -11.5 29t-28.5 12q-32 0 -69.5 -27.5t-69.5 -75.5q-27 -39 -40.5 -70.5t-33.5 -97.5l-41 -139h-87zM205 557q9 50 32.5 77.5t57.5 27.5q23 0 100 -26q42 -15 59 -15q32 0 49 42h30q-5 -43 -32.5 -74t-60.5 -31q-26 0 -86 23q-58 21 -74 21q-33 0 -45 -45h-30z" />
+<glyph unicode="&#xf2;" horiz-adv-x="500" d="M5 172q0 125 84 212q83 86 184 86q73 0 125 -55.5t52 -133.5q0 -118 -85 -214q-73 -82 -182 -82q-82 0 -130 50.5t-48 136.5zM95 128q0 -105 89 -105q40 0 69 23.5t55 75.5q20 41 33.5 94.5t13.5 92.5q0 58 -23 90.5t-64 32.5q-56 0 -98 -54q-31 -41 -53 -114.5 t-22 -135.5zM245 621q-21 23 2.5 48.5t47.5 25.5q11 0 18 -6t16 -24l63 -140h-39z" />
+<glyph unicode="&#xf3;" horiz-adv-x="500" d="M5 172q0 125 84 212q83 86 184 86q73 0 125 -55.5t52 -133.5q0 -118 -85 -214q-73 -82 -182 -82q-82 0 -130 50.5t-48 136.5zM95 128q0 -105 89 -105q40 0 69 23.5t55 75.5q20 41 33.5 94.5t13.5 92.5q0 58 -23 90.5t-64 32.5q-56 0 -98 -54q-31 -41 -53 -114.5 t-22 -135.5zM224 525l138 140q31 30 50 30q14 0 24.5 -10.5t10.5 -24.5q0 -22 -25 -39l-159 -96h-39z" />
+<glyph unicode="&#xf4;" horiz-adv-x="500" d="M5 172q0 125 84 212q83 86 184 86q73 0 125 -55.5t52 -133.5q0 -118 -85 -214q-73 -82 -182 -82q-82 0 -130 50.5t-48 136.5zM95 128q0 -105 89 -105q40 0 69 23.5t55 75.5q20 41 33.5 94.5t13.5 92.5q0 58 -23 90.5t-64 32.5q-56 0 -98 -54q-31 -41 -53 -114.5 t-22 -135.5zM161 526l153 169h50l91 -169h-36l-86 104l-136 -104h-36z" />
+<glyph unicode="&#xf5;" horiz-adv-x="500" d="M5 172q0 125 84 212q83 86 184 86q73 0 125 -55.5t52 -133.5q0 -118 -85 -214q-73 -82 -182 -82q-82 0 -130 50.5t-48 136.5zM95 128q0 -105 89 -105q40 0 69 23.5t55 75.5q20 41 33.5 94.5t13.5 92.5q0 58 -23 90.5t-64 32.5q-56 0 -98 -54q-31 -41 -53 -114.5 t-22 -135.5zM167 557q9 50 32.5 77.5t57.5 27.5q23 0 100 -26q42 -15 59 -15q32 0 49 42h30q-5 -43 -32.5 -74t-60.5 -31q-26 0 -86 23q-58 21 -74 21q-33 0 -45 -45h-30z" />
+<glyph unicode="&#xf6;" horiz-adv-x="500" d="M5 172q0 125 84 212q83 86 184 86q73 0 125 -55.5t52 -133.5q0 -118 -85 -214q-73 -82 -182 -82q-82 0 -130 50.5t-48 136.5zM95 128q0 -105 89 -105q40 0 69 23.5t55 75.5q20 41 33.5 94.5t13.5 92.5q0 58 -23 90.5t-64 32.5q-56 0 -98 -54q-31 -41 -53 -114.5 t-22 -135.5zM187 610q0 20 14.5 34.5t34.5 14.5t34.5 -14.5t14.5 -34.5t-14.5 -34.5t-34.5 -14.5t-34.5 14.5t-14.5 34.5zM377 610q0 20 14.5 34.5t34.5 14.5t34.5 -14.5t14.5 -34.5t-14.5 -34.5t-34.5 -14.5t-34.5 14.5t-14.5 34.5z" />
+<glyph unicode="&#xf7;" horiz-adv-x="606" d="M35 210v80h526v-80h-526zM236 70q0 26 18 44t44 18t44 -18t18 -44t-18 -44t-44 -18t-44 18t-18 44zM236 431q0 25 18 43.5t44 18.5t44 -18.5t18 -43.5q0 -26 -18 -44t-44 -18t-44 18t-18 44z" />
+<glyph unicode="&#xf8;" horiz-adv-x="500" d="M-5 173q0 118 81.5 207.5t186.5 89.5q33 0 63 -12l52 90h43l-62 -108q81 -60 81 -158q0 -113 -77.5 -205t-191.5 -92q-30 0 -64 8l-64 -113h-43l72 129q-77 49 -77 164zM85 129q0 -38 16 -70l203 359q-21 14 -47 14q-46 0 -86.5 -46t-63 -115.5t-22.5 -141.5zM129 33 q21 -10 45 -10q40 0 69 23.5t55 75.5q47 96 47 190q0 43 -15 76z" />
+<glyph unicode="&#xf9;" horiz-adv-x="611" d="M41 419l3 36l193 15l-98 -328q-11 -37 -11 -57q0 -18 12.5 -30.5t30.5 -12.5q53 0 113 74.5t91 178.5l47 160h87l-99 -332q-12 -44 -12 -59q0 -10 5.5 -17t13.5 -7q32 0 109 113l30 -18q-53 -82 -94 -116t-87 -34q-28 0 -46 18.5t-18 47.5q0 26 12 68q-85 -133 -186 -133 q-42 0 -68.5 25.5t-26.5 66.5q0 23 4 39.5t27 91.5l40 135q8 29 8 43q0 17 -12.5 24.5t-43.5 7.5h-24zM280 621q-21 23 2.5 48.5t47.5 25.5q11 0 18 -6t16 -24l63 -140h-39z" />
+<glyph unicode="&#xfa;" horiz-adv-x="611" d="M41 419l3 36l193 15l-98 -328q-11 -37 -11 -57q0 -18 12.5 -30.5t30.5 -12.5q53 0 113 74.5t91 178.5l47 160h87l-99 -332q-12 -44 -12 -59q0 -10 5.5 -17t13.5 -7q32 0 109 113l30 -18q-53 -82 -94 -116t-87 -34q-28 0 -46 18.5t-18 47.5q0 26 12 68q-85 -133 -186 -133 q-42 0 -68.5 25.5t-26.5 66.5q0 23 4 39.5t27 91.5l40 135q8 29 8 43q0 17 -12.5 24.5t-43.5 7.5h-24zM259 525l138 140q31 30 50 30q14 0 24.5 -10.5t10.5 -24.5q0 -22 -25 -39l-159 -96h-39z" />
+<glyph unicode="&#xfb;" horiz-adv-x="611" d="M41 419l3 36l193 15l-98 -328q-11 -37 -11 -57q0 -18 12.5 -30.5t30.5 -12.5q53 0 113 74.5t91 178.5l47 160h87l-99 -332q-12 -44 -12 -59q0 -10 5.5 -17t13.5 -7q32 0 109 113l30 -18q-53 -82 -94 -116t-87 -34q-28 0 -46 18.5t-18 47.5q0 26 12 68q-85 -133 -186 -133 q-42 0 -68.5 25.5t-26.5 66.5q0 23 4 39.5t27 91.5l40 135q8 29 8 43q0 17 -12.5 24.5t-43.5 7.5h-24zM196 526l153 169h50l91 -169h-36l-86 104l-136 -104h-36z" />
+<glyph unicode="&#xfc;" horiz-adv-x="611" d="M41 419l3 36l193 15l-98 -328q-11 -37 -11 -57q0 -18 12.5 -30.5t30.5 -12.5q53 0 113 74.5t91 178.5l47 160h87l-99 -332q-12 -44 -12 -59q0 -10 5.5 -17t13.5 -7q32 0 109 113l30 -18q-53 -82 -94 -116t-87 -34q-28 0 -46 18.5t-18 47.5q0 26 12 68q-85 -133 -186 -133 q-42 0 -68.5 25.5t-26.5 66.5q0 23 4 39.5t27 91.5l40 135q8 29 8 43q0 17 -12.5 24.5t-43.5 7.5h-24zM222 610q0 20 14.5 34.5t34.5 14.5t34.5 -14.5t14.5 -34.5t-14.5 -34.5t-34.5 -14.5t-34.5 14.5t-14.5 34.5zM412 610q0 20 14.5 34.5t34.5 14.5t34.5 -14.5t14.5 -34.5 t-14.5 -34.5t-34.5 -14.5t-34.5 14.5t-14.5 34.5z" />
+<glyph unicode="&#xfd;" horiz-adv-x="500" d="M-79 -128q0 23 15 38.5t37 15.5q32 0 43 -31q3 -8 3 -39q0 -16 19 -16q43 0 106 77q21 27 57 84q-31 176 -71 324q-16 64 -38 64q-13 0 -25 -18t-40 -78l-31 14q62 163 130 163q32 0 54.5 -36.5t39.5 -118.5l44 -211q104 165 104 247q0 18 -6 52q-2 12 -2 17 q0 20 14.5 35t34.5 15t32.5 -14.5t12.5 -37.5q0 -25 -13.5 -58.5t-55.5 -115.5q-121 -236 -201 -338q-86 -108 -171 -108q-39 0 -65.5 21.5t-26.5 52.5zM199 525l138 140q31 30 50 30q14 0 24.5 -10.5t10.5 -24.5q0 -22 -25 -39l-159 -96h-39z" />
+<glyph unicode="&#xfe;" horiz-adv-x="574" d="M-101 -202l4 36q51 2 62 12t26 64l209 701q9 32 9 43q0 17 -13 24.5t-44 7.5h-32l4 36l199 15l-104 -352q70 85 149 85q58 0 98 -44.5t40 -118.5q0 -124 -76 -223t-184 -99q-50 0 -74.5 18t-45.5 70l-48 -163q-11 -42 -11 -51q0 -14 14 -19.5t50 -5.5h12l-4 -36h-240z M152 127q0 -40 24 -66t60 -26q77 0 129 109q47 97 47 185q0 40 -20.5 64t-54.5 24q-46 0 -90 -48t-69.5 -115.5t-25.5 -126.5z" />
+<glyph unicode="&#xff;" horiz-adv-x="500" d="M-79 -128q0 23 15 38.5t37 15.5q32 0 43 -31q3 -8 3 -39q0 -16 19 -16q43 0 106 77q21 27 57 84q-31 176 -71 324q-16 64 -38 64q-13 0 -25 -18t-40 -78l-31 14q62 163 130 163q32 0 54.5 -36.5t39.5 -118.5l44 -211q104 165 104 247q0 18 -6 52q-2 12 -2 17 q0 20 14.5 35t34.5 15t32.5 -14.5t12.5 -37.5q0 -25 -13.5 -58.5t-55.5 -115.5q-121 -236 -201 -338q-86 -108 -171 -108q-39 0 -65.5 21.5t-26.5 52.5zM161 610q0 20 14.5 34.5t34.5 14.5t34.5 -14.5t14.5 -34.5t-14.5 -34.5t-34.5 -14.5t-34.5 14.5t-14.5 34.5zM351 610 q0 20 14.5 34.5t34.5 14.5t34.5 -14.5t14.5 -34.5t-14.5 -34.5t-34.5 -14.5t-34.5 14.5t-14.5 34.5z" />
+<glyph unicode="&#x152;" horiz-adv-x="981" d="M36 284q0 118 58.5 223t155.5 163q48 28 105.5 40t146.5 12h461l-39 -241h-45v20q0 10 0.5 23t0.5 18v10q0 123 -118 123h-28q-39 0 -52 -11.5t-25 -57.5l-55 -205h27q59 0 86.5 27t50.5 98l45 -6l-89 -334l-45 8q9 39 9 71q0 48 -14 68.5t-56 20.5h-27l-59 -220 q-11 -40 -11 -56q0 -31 63 -31h22q86 0 140 36.5t103 130.5l21 39l41 -8l-78 -245h-509q-141 0 -213.5 75t-72.5 209zM159 223q0 -79 43 -128t111 -49q49 0 72 24.5t42 94.5l101 378q13 51 13 69q0 65 -94 65q-118 0 -204 -143q-37 -62 -60.5 -149.5t-23.5 -161.5z" />
+<glyph unicode="&#x153;" horiz-adv-x="778" d="M0 177q0 114 82.5 203.5t185.5 89.5q93 0 148 -88q81 88 186 88q52 0 85 -29t33 -74q0 -90 -120 -143q-52 -23 -182 -54q-2 -26 -2 -34q0 -48 26 -76t71 -28q40 0 75.5 19t79.5 65l24 -27q-42 -55 -89 -79.5t-109 -24.5q-52 0 -85 16.5t-58 54.5q-69 -71 -177 -71 q-82 0 -128 51t-46 141zM91 128q0 -107 89 -107q40 0 69 23.5t55 76.5q46 95 46 200q0 50 -23 79.5t-63 29.5q-48 0 -88.5 -45t-62.5 -114.5t-22 -142.5zM424 209q110 25 161 65.5t51 98.5q0 25 -15 40t-39 15q-56 0 -100.5 -61t-57.5 -158z" />
+<glyph unicode="&#x178;" horiz-adv-x="685" d="M32 675l5 47h308l-5 -47h-28q-61 0 -61 -24q0 -11 11 -38l100 -249l170 218q26 31 26 54q0 18 -17 28.5t-47 10.5h-23l5 47h282l-5 -47q-54 -3 -86 -24t-85 -87l-200 -256l-50 -185q-10 -41 -10 -49q0 -17 15.5 -22t64.5 -5h36l-5 -47h-347l6 47h22q69 0 83 14 q7 6 9.5 13.5t13.5 48.5l50 185l-120 298q-17 42 -37 55.5t-64 13.5h-17zM325 842q0 20 14.5 34.5t34.5 14.5t34.5 -14.5t14.5 -34.5t-14.5 -34.5t-34.5 -14.5t-34.5 14.5t-14.5 34.5zM515 842q0 20 14.5 34.5t34.5 14.5t34.5 -14.5t14.5 -34.5t-14.5 -34.5t-34.5 -14.5 t-34.5 14.5t-14.5 34.5z" />
+<glyph unicode="&#x2c6;" d="M160 526l153 169h50l91 -169h-36l-86 104l-136 -104h-36z" />
+<glyph unicode="&#x2dc;" d="M166 557q9 50 32.5 77.5t57.5 27.5q23 0 100 -26q42 -15 59 -15q32 0 49 42h30q-5 -43 -32.5 -74t-60.5 -31q-26 0 -86 23q-58 21 -74 21q-33 0 -45 -45h-30z" />
+<glyph unicode="&#x2000;" horiz-adv-x="478" />
+<glyph unicode="&#x2001;" horiz-adv-x="957" />
+<glyph unicode="&#x2002;" horiz-adv-x="478" />
+<glyph unicode="&#x2003;" horiz-adv-x="957" />
+<glyph unicode="&#x2004;" horiz-adv-x="319" />
+<glyph unicode="&#x2005;" horiz-adv-x="239" />
+<glyph unicode="&#x2006;" horiz-adv-x="159" />
+<glyph unicode="&#x2007;" horiz-adv-x="159" />
+<glyph unicode="&#x2008;" horiz-adv-x="119" />
+<glyph unicode="&#x2009;" horiz-adv-x="191" />
+<glyph unicode="&#x200a;" horiz-adv-x="53" />
+<glyph unicode="&#x2010;" d="M32 195l22 83h205l-22 -83h-205z" />
+<glyph unicode="&#x2011;" d="M32 195l22 83h205l-22 -83h-205z" />
+<glyph unicode="&#x2012;" d="M32 195l22 83h205l-22 -83h-205z" />
+<glyph unicode="&#x2013;" horiz-adv-x="500" d="M-18 206l16 61h520l-16 -61h-520z" />
+<glyph unicode="&#x2014;" horiz-adv-x="1000" d="M-18 206l16 61h1020l-16 -61h-1020z" />
+<glyph unicode="&#x2018;" horiz-adv-x="204" d="M61 541q0 58 48.5 111t129.5 85l13 -31q-113 -52 -127 -130h17q25 0 40.5 -14.5t15.5 -38.5q0 -26 -19.5 -44t-47.5 -18q-30 0 -50 23t-20 57z" />
+<glyph unicode="&#x2019;" horiz-adv-x="204" d="M39 464q113 52 127 131q-7 -1 -17 -1q-25 0 -40.5 14.5t-15.5 38.5q0 26 19.5 44t47.5 18q30 0 50 -23t20 -57q0 -58 -48.5 -111t-129.5 -85z" />
+<glyph unicode="&#x201a;" horiz-adv-x="204" d="M-79 -136q113 52 127 131q-7 -1 -17 -1q-25 0 -40.5 14.5t-15.5 38.5q0 26 19.5 44t47.5 18q30 0 50 -23t20 -57q0 -58 -48.5 -111t-129.5 -85z" />
+<glyph unicode="&#x201c;" horiz-adv-x="389" d="M63 541q0 58 48.5 111t129.5 85l13 -31q-113 -52 -127 -130h17q25 0 40.5 -14.5t15.5 -38.5q0 -26 -19.5 -44t-47.5 -18q-30 0 -50 23t-20 57zM241 541q0 58 48.5 111t129.5 85l13 -31q-113 -52 -127 -130h17q25 0 40.5 -14.5t15.5 -38.5q0 -26 -19.5 -44t-47.5 -18 q-30 0 -50 23t-20 57z" />
+<glyph unicode="&#x201d;" horiz-adv-x="389" d="M38 492q113 53 127 131q-7 -1 -17 -1q-25 0 -40.5 14.5t-15.5 38.5q0 26 19.5 44t47.5 18q30 0 50 -23t20 -57q0 -58 -48 -111t-130 -85zM216 492q112 52 127 131q-7 -1 -17 -1q-25 0 -40.5 14.5t-15.5 38.5q0 26 19.5 44t47.5 18q30 0 50 -23t20 -57q0 -58 -48.5 -111 t-129.5 -85z" />
+<glyph unicode="&#x201e;" horiz-adv-x="389" d="M-79 -136q113 52 127 131q-7 -1 -17 -1q-25 0 -40.5 14.5t-15.5 38.5q0 26 19.5 44t47.5 18q30 0 50 -23t20 -57q0 -58 -48.5 -111t-129.5 -85zM98 -136q113 52 127 131q-7 -1 -17 -1q-25 0 -40.5 14.5t-15.5 38.5q0 26 19.5 44t47.5 18q30 0 50 -23t20 -57 q0 -58 -48.5 -111t-129.5 -85z" />
+<glyph unicode="&#x2022;" horiz-adv-x="606" d="M114 386q0 70 49.5 119t119.5 49t119 -49t49 -119q0 -71 -49.5 -120t-120.5 -49q-68 0 -117.5 50t-49.5 119z" />
+<glyph unicode="&#x2026;" horiz-adv-x="1000" d="M55 47q0 25 18.5 43.5t43.5 18.5t43.5 -18.5t18.5 -43.5q0 -26 -18.5 -44t-44.5 -18q-25 0 -43 18.5t-18 43.5zM388 47q0 25 18 43.5t44 18.5t44 -18.5t18 -43.5q0 -26 -18.5 -44t-44.5 -18q-25 0 -43 18.5t-18 43.5zM721 47q0 25 18.5 43.5t43.5 18.5t43.5 -18.5 t18.5 -43.5q0 -26 -18.5 -44t-44.5 -18q-25 0 -43 18.5t-18 43.5z" />
+<glyph unicode="&#x202f;" horiz-adv-x="191" />
+<glyph unicode="&#x2039;" d="M42 243l186 144q19 15 24 15q9 0 9 -13q0 -7 -7.5 -16t-53.5 -56l-78 -84l61 -119q2 -8 2 -12q0 -17 -16 -17q-7 0 -18 15q-31 43 -109 143z" />
+<glyph unicode="&#x203a;" d="M40 98q0 7 7.5 16t52.5 56l79 84l-61 119q-2 6 -2 12q0 17 16 17q7 0 18 -15l109 -144l-186 -143q-19 -15 -24 -15q-9 0 -9 13z" />
+<glyph unicode="&#x205f;" horiz-adv-x="239" />
+<glyph unicode="&#x20ac;" horiz-adv-x="556" d="M-29 253l35 57h34q5 28 21 75h-56l35 57h44q29 61 66 107q132 164 274 164q40 0 66.5 -13.5t58.5 -51.5l49 57h31l-47 -204h-36q-6 69 -19 100t-43.5 49t-69.5 18q-57 0 -108 -40t-89 -115q-11 -20 -30 -71h301l-35 -57h-285q-6 -18 -21 -75h267l-35 -57h-244 q-8 -41 -8 -79q0 -69 41.5 -106.5t106.5 -37.5q39 1 78 20.5t65 50.5q29 34 65 102l36 1l-46 -204l-31 -1l-24 55q-49 -38 -81.5 -53t-72.5 -16q-97 0 -166 63t-69 166q0 9 2 39h-60z" />
+<glyph unicode="&#x2122;" horiz-adv-x="945" d="M193 592l45 130h326l-20 -139l-27 3q3 56 -10 82t-55 26h-8q-11 0 -14 -4t-8 -21l-65 -242q-4 -18 -4 -23q1 -7 8.5 -9.5t31.5 -2.5h21l-4 -27h-188l3 27h13q35 0 41 6q5 5 11 29l67 249q0 2 1.5 6.5t1.5 5.5q0 6 -16 6h-7q-36 1 -58 -19t-60 -87zM546 365l2 27 q29 1 41 15.5t26 65.5l49 187q5 18 5 23q0 7 -7.5 9t-33.5 2h-15l3 28h134l35 -258l173 258h118l-2 -28h-10q-28 0 -36 -5q-3 -3 -10 -29l-62 -233q-5 -17 -5 -23q0 -7 8 -9.5t32 -2.5h14l-3 -27h-172l2 27h11q28 0 34 6q4 3 11 29l60 225l-190 -287h-24l-40 281l-46 -173 q-11 -47 -11 -56q1 -25 48 -25l-2 -27h-137z" />
+<glyph unicode="&#xe000;" horiz-adv-x="470" d="M0 0v470h470v-470h-470z" />
+<hkern u1="&#x2c;" u2="&#x201d;" k="-5" />
+<hkern u1="&#x2c;" u2="&#x2019;" k="-5" />
+<hkern u1="&#x2c;" u2="&#x31;" k="50" />
+<hkern u1="&#x2d;" u2="&#x178;" k="80" />
+<hkern u1="&#x2d;" u2="&#xc5;" k="10" />
+<hkern u1="&#x2d;" u2="&#xc4;" k="10" />
+<hkern u1="&#x2d;" u2="Y" k="80" />
+<hkern u1="&#x2d;" u2="W" k="50" />
+<hkern u1="&#x2d;" u2="V" k="60" />
+<hkern u1="&#x2d;" u2="T" k="80" />
+<hkern u1="&#x2d;" u2="A" k="10" />
+<hkern u1="&#x2e;" u2="&#x31;" k="55" />
+<hkern u1="&#x31;" u2="&#x2e;" k="30" />
+<hkern u1="&#x31;" u2="&#x2c;" k="30" />
+<hkern u1="&#x37;" u2="&#x3a;" k="95" />
+<hkern u1="&#x37;" u2="&#x2e;" k="80" />
+<hkern u1="&#x37;" u2="&#x2c;" k="80" />
+<hkern u1="A" u2="&#x2039;" k="45" />
+<hkern u1="A" u2="&#x201d;" k="60" />
+<hkern u1="A" u2="&#x2019;" k="60" />
+<hkern u1="A" u2="&#x178;" k="20" />
+<hkern u1="A" u2="&#xff;" k="50" />
+<hkern u1="A" u2="&#xfc;" k="10" />
+<hkern u1="A" u2="&#xfb;" k="10" />
+<hkern u1="A" u2="&#xf8;" k="5" />
+<hkern u1="A" u2="&#xf6;" k="5" />
+<hkern u1="A" u2="&#xf2;" k="5" />
+<hkern u1="A" u2="&#xeb;" k="-5" />
+<hkern u1="A" u2="&#xe7;" k="5" />
+<hkern u1="A" u2="&#xe5;" k="-5" />
+<hkern u1="A" u2="&#xe4;" k="-5" />
+<hkern u1="A" u2="&#xdc;" k="45" />
+<hkern u1="A" u2="&#xdb;" k="45" />
+<hkern u1="A" u2="&#xd8;" k="35" />
+<hkern u1="A" u2="&#xd6;" k="35" />
+<hkern u1="A" u2="&#xd2;" k="35" />
+<hkern u1="A" u2="&#xc7;" k="35" />
+<hkern u1="A" u2="&#xab;" k="20" />
+<hkern u1="A" u2="y" k="50" />
+<hkern u1="A" u2="v" k="15" />
+<hkern u1="A" u2="u" k="10" />
+<hkern u1="A" u2="t" k="-5" />
+<hkern u1="A" u2="q" k="-5" />
+<hkern u1="A" u2="o" k="5" />
+<hkern u1="A" u2="g" k="-15" />
+<hkern u1="A" u2="e" k="-5" />
+<hkern u1="A" u2="c" k="5" />
+<hkern u1="A" u2="b" k="10" />
+<hkern u1="A" u2="a" k="-5" />
+<hkern u1="A" u2="Y" k="20" />
+<hkern u1="A" u2="W" k="85" />
+<hkern u1="A" u2="V" k="90" />
+<hkern u1="A" u2="U" k="45" />
+<hkern u1="A" u2="T" k="20" />
+<hkern u1="A" u2="Q" k="30" />
+<hkern u1="A" u2="O" k="35" />
+<hkern u1="A" u2="G" k="30" />
+<hkern u1="A" u2="C" k="35" />
+<hkern u1="A" u2="&#x2e;" k="-15" />
+<hkern u1="A" u2="&#x2d;" k="15" />
+<hkern u1="A" u2="&#x2c;" k="-15" />
+<hkern u1="B" u2="&#x178;" k="20" />
+<hkern u1="B" u2="&#x152;" k="15" />
+<hkern u1="B" u2="&#xd8;" k="10" />
+<hkern u1="B" u2="&#xd6;" k="10" />
+<hkern u1="B" u2="&#xd5;" k="10" />
+<hkern u1="B" u2="&#xd4;" k="10" />
+<hkern u1="B" u2="&#xd3;" k="10" />
+<hkern u1="B" u2="&#xd2;" k="10" />
+<hkern u1="B" u2="&#xc5;" k="5" />
+<hkern u1="B" u2="&#xc4;" k="5" />
+<hkern u1="B" u2="&#xc3;" k="5" />
+<hkern u1="B" u2="&#xc2;" k="5" />
+<hkern u1="B" u2="&#xc1;" k="5" />
+<hkern u1="B" u2="&#xc0;" k="5" />
+<hkern u1="B" u2="Y" k="20" />
+<hkern u1="B" u2="W" k="35" />
+<hkern u1="B" u2="V" k="25" />
+<hkern u1="B" u2="O" k="10" />
+<hkern u1="B" u2="A" k="5" />
+<hkern u1="C" u2="&#xe000;" k="15" />
+<hkern u1="C" u2="&#xd8;" k="10" />
+<hkern u1="C" u2="&#xd6;" k="10" />
+<hkern u1="C" u2="&#xd5;" k="10" />
+<hkern u1="C" u2="&#xd4;" k="10" />
+<hkern u1="C" u2="&#xd3;" k="10" />
+<hkern u1="C" u2="&#xd2;" k="10" />
+<hkern u1="C" u2="&#xc6;" k="15" />
+<hkern u1="C" u2="&#xc5;" k="20" />
+<hkern u1="C" u2="&#xc4;" k="20" />
+<hkern u1="C" u2="&#xc3;" k="20" />
+<hkern u1="C" u2="&#xc2;" k="20" />
+<hkern u1="C" u2="&#xc1;" k="20" />
+<hkern u1="C" u2="&#xc0;" k="20" />
+<hkern u1="C" u2="O" k="10" />
+<hkern u1="C" u2="K" k="20" />
+<hkern u1="C" u2="H" k="20" />
+<hkern u1="C" u2="A" k="20" />
+<hkern u1="D" u2="&#xe000;" k="35" />
+<hkern u1="D" u2="&#x178;" k="35" />
+<hkern u1="D" u2="&#xc5;" k="40" />
+<hkern u1="D" u2="&#xc4;" k="40" />
+<hkern u1="D" u2="&#xc3;" k="40" />
+<hkern u1="D" u2="&#xc2;" k="40" />
+<hkern u1="D" u2="&#xc1;" k="40" />
+<hkern u1="D" u2="&#xc0;" k="40" />
+<hkern u1="D" u2="Y" k="35" />
+<hkern u1="D" u2="X" k="45" />
+<hkern u1="D" u2="W" k="50" />
+<hkern u1="D" u2="V" k="40" />
+<hkern u1="D" u2="J" k="5" />
+<hkern u1="D" u2="A" k="40" />
+<hkern u1="F" u2="&#x153;" k="50" />
+<hkern u1="F" u2="&#x152;" k="55" />
+<hkern u1="F" u2="&#xf8;" k="55" />
+<hkern u1="F" u2="&#xf6;" k="25" />
+<hkern u1="F" u2="&#xf5;" k="25" />
+<hkern u1="F" u2="&#xf4;" k="25" />
+<hkern u1="F" u2="&#xf3;" k="40" />
+<hkern u1="F" u2="&#xf2;" k="25" />
+<hkern u1="F" u2="&#xeb;" k="25" />
+<hkern u1="F" u2="&#xea;" k="25" />
+<hkern u1="F" u2="&#xe9;" k="40" />
+<hkern u1="F" u2="&#xe8;" k="25" />
+<hkern u1="F" u2="&#xe6;" k="35" />
+<hkern u1="F" u2="&#xe5;" k="25" />
+<hkern u1="F" u2="&#xe4;" k="25" />
+<hkern u1="F" u2="&#xe3;" k="25" />
+<hkern u1="F" u2="&#xe2;" k="25" />
+<hkern u1="F" u2="&#xe1;" k="35" />
+<hkern u1="F" u2="&#xe0;" k="25" />
+<hkern u1="F" u2="&#xc6;" k="50" />
+<hkern u1="F" u2="&#xc5;" k="75" />
+<hkern u1="F" u2="&#xc4;" k="75" />
+<hkern u1="F" u2="u" k="-5" />
+<hkern u1="F" u2="o" k="55" />
+<hkern u1="F" u2="j" k="20" />
+<hkern u1="F" u2="e" k="50" />
+<hkern u1="F" u2="a" k="50" />
+<hkern u1="F" u2="J" k="70" />
+<hkern u1="F" u2="A" k="75" />
+<hkern u1="F" u2="&#x2e;" k="95" />
+<hkern u1="F" u2="&#x2d;" k="50" />
+<hkern u1="F" u2="&#x2c;" k="90" />
+<hkern u1="G" u2="&#xe000;" k="5" />
+<hkern u1="G" u2="&#xc5;" k="5" />
+<hkern u1="G" u2="&#xc4;" k="5" />
+<hkern u1="G" u2="&#xc3;" k="5" />
+<hkern u1="G" u2="&#xc2;" k="5" />
+<hkern u1="G" u2="&#xc1;" k="5" />
+<hkern u1="G" u2="&#xc0;" k="5" />
+<hkern u1="G" u2="W" k="5" />
+<hkern u1="G" u2="T" k="20" />
+<hkern u1="G" u2="A" k="5" />
+<hkern u1="J" u2="&#xc6;" k="40" />
+<hkern u1="J" u2="&#xc5;" k="45" />
+<hkern u1="J" u2="&#xc4;" k="45" />
+<hkern u1="J" u2="A" k="45" />
+<hkern u1="K" u2="&#x152;" k="40" />
+<hkern u1="K" u2="&#xff;" k="85" />
+<hkern u1="K" u2="&#xfd;" k="85" />
+<hkern u1="K" u2="&#xfc;" k="10" />
+<hkern u1="K" u2="&#xfb;" k="10" />
+<hkern u1="K" u2="&#xf8;" k="10" />
+<hkern u1="K" u2="&#xf6;" k="10" />
+<hkern u1="K" u2="&#xe6;" k="-20" />
+<hkern u1="K" u2="&#xd8;" k="35" />
+<hkern u1="K" u2="&#xd6;" k="35" />
+<hkern u1="K" u2="&#xc7;" k="35" />
+<hkern u1="K" u2="y" k="85" />
+<hkern u1="K" u2="u" k="10" />
+<hkern u1="K" u2="o" k="10" />
+<hkern u1="K" u2="T" k="-20" />
+<hkern u1="K" u2="S" k="-15" />
+<hkern u1="K" u2="O" k="35" />
+<hkern u1="K" u2="G" k="35" />
+<hkern u1="K" u2="C" k="35" />
+<hkern u1="K" u2="&#x2d;" k="50" />
+<hkern u1="L" u2="&#xe000;" k="-25" />
+<hkern u1="L" u2="&#x201d;" k="50" />
+<hkern u1="L" u2="&#x2019;" k="40" />
+<hkern u1="L" u2="&#x178;" k="50" />
+<hkern u1="L" u2="&#xfc;" k="5" />
+<hkern u1="L" u2="&#xfb;" k="5" />
+<hkern u1="L" u2="&#xfa;" k="5" />
+<hkern u1="L" u2="&#xf9;" k="5" />
+<hkern u1="L" u2="&#xdd;" k="50" />
+<hkern u1="L" u2="&#xdc;" k="25" />
+<hkern u1="L" u2="&#xdb;" k="25" />
+<hkern u1="L" u2="&#xda;" k="25" />
+<hkern u1="L" u2="&#xd9;" k="25" />
+<hkern u1="L" u2="&#xc6;" k="-35" />
+<hkern u1="L" u2="&#xc5;" k="-30" />
+<hkern u1="L" u2="&#xc4;" k="-30" />
+<hkern u1="L" u2="&#xc3;" k="-30" />
+<hkern u1="L" u2="&#xc2;" k="-30" />
+<hkern u1="L" u2="&#xc1;" k="-30" />
+<hkern u1="L" u2="&#xc0;" k="-30" />
+<hkern u1="L" u2="u" k="5" />
+<hkern u1="L" u2="Y" k="50" />
+<hkern u1="L" u2="W" k="65" />
+<hkern u1="L" u2="V" k="70" />
+<hkern u1="L" u2="U" k="25" />
+<hkern u1="L" u2="T" k="50" />
+<hkern u1="L" u2="G" k="-5" />
+<hkern u1="L" u2="A" k="-30" />
+<hkern u1="L" u2="&#x2d;" k="-40" />
+<hkern u1="N" u2="&#xe000;" k="25" />
+<hkern u1="N" u2="&#xfc;" k="40" />
+<hkern u1="N" u2="&#xfb;" k="40" />
+<hkern u1="N" u2="&#xfa;" k="40" />
+<hkern u1="N" u2="&#xf9;" k="40" />
+<hkern u1="N" u2="&#xf8;" k="35" />
+<hkern u1="N" u2="&#xf6;" k="35" />
+<hkern u1="N" u2="&#xf5;" k="35" />
+<hkern u1="N" u2="&#xf4;" k="35" />
+<hkern u1="N" u2="&#xf3;" k="35" />
+<hkern u1="N" u2="&#xf2;" k="35" />
+<hkern u1="N" u2="&#xeb;" k="30" />
+<hkern u1="N" u2="&#xea;" k="30" />
+<hkern u1="N" u2="&#xe9;" k="30" />
+<hkern u1="N" u2="&#xe8;" k="30" />
+<hkern u1="N" u2="&#xe6;" k="40" />
+<hkern u1="N" u2="&#xe5;" k="35" />
+<hkern u1="N" u2="&#xe4;" k="35" />
+<hkern u1="N" u2="&#xe3;" k="35" />
+<hkern u1="N" u2="&#xe2;" k="35" />
+<hkern u1="N" u2="&#xe1;" k="35" />
+<hkern u1="N" u2="&#xe0;" k="35" />
+<hkern u1="N" u2="&#xd8;" k="30" />
+<hkern u1="N" u2="&#xd6;" k="30" />
+<hkern u1="N" u2="&#xd5;" k="30" />
+<hkern u1="N" u2="&#xd4;" k="30" />
+<hkern u1="N" u2="&#xd3;" k="30" />
+<hkern u1="N" u2="&#xd2;" k="30" />
+<hkern u1="N" u2="&#xc7;" k="30" />
+<hkern u1="N" u2="&#xc6;" k="25" />
+<hkern u1="N" u2="&#xc5;" k="30" />
+<hkern u1="N" u2="&#xc4;" k="30" />
+<hkern u1="N" u2="&#xc3;" k="30" />
+<hkern u1="N" u2="&#xc2;" k="30" />
+<hkern u1="N" u2="&#xc1;" k="30" />
+<hkern u1="N" u2="&#xc0;" k="30" />
+<hkern u1="N" u2="u" k="40" />
+<hkern u1="N" u2="o" k="35" />
+<hkern u1="N" u2="e" k="30" />
+<hkern u1="N" u2="a" k="35" />
+<hkern u1="N" u2="O" k="30" />
+<hkern u1="N" u2="G" k="30" />
+<hkern u1="N" u2="C" k="30" />
+<hkern u1="N" u2="A" k="30" />
+<hkern u1="N" u2="&#x2e;" k="40" />
+<hkern u1="N" u2="&#x2c;" k="35" />
+<hkern u1="O" u2="&#xe000;" k="35" />
+<hkern u1="O" u2="&#x178;" k="30" />
+<hkern u1="O" u2="&#xc6;" k="35" />
+<hkern u1="O" u2="&#xc5;" k="40" />
+<hkern u1="O" u2="&#xc4;" k="40" />
+<hkern u1="O" u2="&#xc3;" k="40" />
+<hkern u1="O" u2="&#xc1;" k="40" />
+<hkern u1="O" u2="&#xc0;" k="40" />
+<hkern u1="O" u2="Y" k="30" />
+<hkern u1="O" u2="X" k="45" />
+<hkern u1="O" u2="W" k="45" />
+<hkern u1="O" u2="V" k="35" />
+<hkern u1="O" u2="A" k="40" />
+<hkern u1="P" u2="&#x153;" k="30" />
+<hkern u1="P" u2="&#xf8;" k="35" />
+<hkern u1="P" u2="&#xf6;" k="35" />
+<hkern u1="P" u2="&#xf4;" k="35" />
+<hkern u1="P" u2="&#xeb;" k="35" />
+<hkern u1="P" u2="&#xea;" k="35" />
+<hkern u1="P" u2="&#xe8;" k="35" />
+<hkern u1="P" u2="&#xe6;" k="25" />
+<hkern u1="P" u2="&#xe5;" k="30" />
+<hkern u1="P" u2="&#xe4;" k="30" />
+<hkern u1="P" u2="&#xe1;" k="30" />
+<hkern u1="P" u2="&#xc6;" k="70" />
+<hkern u1="P" u2="&#xc5;" k="80" />
+<hkern u1="P" u2="&#xc4;" k="80" />
+<hkern u1="P" u2="&#xc1;" k="80" />
+<hkern u1="P" u2="o" k="35" />
+<hkern u1="P" u2="e" k="35" />
+<hkern u1="P" u2="a" k="30" />
+<hkern u1="P" u2="J" k="80" />
+<hkern u1="P" u2="A" k="80" />
+<hkern u1="P" u2="&#x2e;" k="110" />
+<hkern u1="P" u2="&#x2d;" k="55" />
+<hkern u1="P" u2="&#x2c;" k="110" />
+<hkern u1="R" u2="&#x178;" k="15" />
+<hkern u1="R" u2="&#x152;" k="15" />
+<hkern u1="R" u2="&#xff;" k="45" />
+<hkern u1="R" u2="&#xfc;" k="20" />
+<hkern u1="R" u2="&#xfb;" k="20" />
+<hkern u1="R" u2="&#xfa;" k="20" />
+<hkern u1="R" u2="&#xf9;" k="20" />
+<hkern u1="R" u2="&#xf8;" k="5" />
+<hkern u1="R" u2="&#xf6;" k="5" />
+<hkern u1="R" u2="&#xf5;" k="5" />
+<hkern u1="R" u2="&#xf4;" k="5" />
+<hkern u1="R" u2="&#xf3;" k="5" />
+<hkern u1="R" u2="&#xf2;" k="5" />
+<hkern u1="R" u2="&#xe6;" k="-5" />
+<hkern u1="R" u2="&#xdc;" k="35" />
+<hkern u1="R" u2="&#xdb;" k="35" />
+<hkern u1="R" u2="&#xda;" k="35" />
+<hkern u1="R" u2="&#xd9;" k="35" />
+<hkern u1="R" u2="&#xd8;" k="15" />
+<hkern u1="R" u2="&#xd6;" k="15" />
+<hkern u1="R" u2="&#xd5;" k="15" />
+<hkern u1="R" u2="&#xd4;" k="15" />
+<hkern u1="R" u2="&#xd3;" k="15" />
+<hkern u1="R" u2="&#xd2;" k="15" />
+<hkern u1="R" u2="&#xc7;" k="15" />
+<hkern u1="R" u2="y" k="45" />
+<hkern u1="R" u2="u" k="20" />
+<hkern u1="R" u2="o" k="5" />
+<hkern u1="R" u2="Y" k="15" />
+<hkern u1="R" u2="W" k="35" />
+<hkern u1="R" u2="V" k="20" />
+<hkern u1="R" u2="U" k="35" />
+<hkern u1="R" u2="T" k="15" />
+<hkern u1="R" u2="O" k="15" />
+<hkern u1="R" u2="G" k="15" />
+<hkern u1="R" u2="C" k="15" />
+<hkern u1="S" u2="&#xe000;" k="5" />
+<hkern u1="S" u2="&#x178;" k="-5" />
+<hkern u1="S" u2="&#xc5;" k="5" />
+<hkern u1="S" u2="&#xc4;" k="5" />
+<hkern u1="S" u2="&#xc3;" k="5" />
+<hkern u1="S" u2="&#xc2;" k="5" />
+<hkern u1="S" u2="&#xc1;" k="5" />
+<hkern u1="S" u2="&#xc0;" k="5" />
+<hkern u1="S" u2="t" k="20" />
+<hkern u1="S" u2="Y" k="-5" />
+<hkern u1="S" u2="W" k="5" />
+<hkern u1="S" u2="V" k="-5" />
+<hkern u1="S" u2="T" k="20" />
+<hkern u1="S" u2="A" k="5" />
+<hkern u1="T" u2="&#x2039;" k="130" />
+<hkern u1="T" u2="&#x178;" k="-45" />
+<hkern u1="T" u2="&#x153;" k="60" />
+<hkern u1="T" u2="&#x152;" k="45" />
+<hkern u1="T" u2="&#xfc;" k="-5" />
+<hkern u1="T" u2="&#xfb;" k="-5" />
+<hkern u1="T" u2="&#xfa;" k="-10" />
+<hkern u1="T" u2="&#xf9;" k="-5" />
+<hkern u1="T" u2="&#xf8;" k="35" />
+<hkern u1="T" u2="&#xf6;" k="20" />
+<hkern u1="T" u2="&#xf5;" k="20" />
+<hkern u1="T" u2="&#xf4;" k="20" />
+<hkern u1="T" u2="&#xf3;" k="25" />
+<hkern u1="T" u2="&#xf2;" k="20" />
+<hkern u1="T" u2="&#xeb;" k="15" />
+<hkern u1="T" u2="&#xea;" k="15" />
+<hkern u1="T" u2="&#xe9;" k="25" />
+<hkern u1="T" u2="&#xe8;" k="15" />
+<hkern u1="T" u2="&#xe7;" k="35" />
+<hkern u1="T" u2="&#xe6;" k="60" />
+<hkern u1="T" u2="&#xe5;" k="15" />
+<hkern u1="T" u2="&#xe4;" k="15" />
+<hkern u1="T" u2="&#xe3;" k="15" />
+<hkern u1="T" u2="&#xe2;" k="15" />
+<hkern u1="T" u2="&#xe1;" k="20" />
+<hkern u1="T" u2="&#xe0;" k="15" />
+<hkern u1="T" u2="&#xd8;" k="-5" />
+<hkern u1="T" u2="&#xd6;" k="-5" />
+<hkern u1="T" u2="&#xd5;" k="-5" />
+<hkern u1="T" u2="&#xd4;" k="-5" />
+<hkern u1="T" u2="&#xd3;" k="-5" />
+<hkern u1="T" u2="&#xd2;" k="-5" />
+<hkern u1="T" u2="&#xc7;" k="-10" />
+<hkern u1="T" u2="&#xc6;" k="70" />
+<hkern u1="T" u2="&#xc5;" k="45" />
+<hkern u1="T" u2="&#xc4;" k="45" />
+<hkern u1="T" u2="&#xc3;" k="45" />
+<hkern u1="T" u2="&#xc2;" k="45" />
+<hkern u1="T" u2="&#xc1;" k="45" />
+<hkern u1="T" u2="&#xc0;" k="45" />
+<hkern u1="T" u2="&#xab;" k="100" />
+<hkern u1="T" u2="w" k="-15" />
+<hkern u1="T" u2="v" k="-15" />
+<hkern u1="T" u2="u" k="-15" />
+<hkern u1="T" u2="s" k="20" />
+<hkern u1="T" u2="r" k="-15" />
+<hkern u1="T" u2="o" k="35" />
+<hkern u1="T" u2="j" k="5" />
+<hkern u1="T" u2="g" k="35" />
+<hkern u1="T" u2="e" k="35" />
+<hkern u1="T" u2="c" k="35" />
+<hkern u1="T" u2="a" k="30" />
+<hkern u1="T" u2="Y" k="-45" />
+<hkern u1="T" u2="W" k="-35" />
+<hkern u1="T" u2="V" k="-40" />
+<hkern u1="T" u2="S" k="10" />
+<hkern u1="T" u2="O" k="-5" />
+<hkern u1="T" u2="J" k="80" />
+<hkern u1="T" u2="G" k="-5" />
+<hkern u1="T" u2="C" k="-10" />
+<hkern u1="T" u2="A" k="45" />
+<hkern u1="T" u2="&#x3b;" k="30" />
+<hkern u1="T" u2="&#x3a;" k="25" />
+<hkern u1="T" u2="&#x2e;" k="95" />
+<hkern u1="T" u2="&#x2d;" k="100" />
+<hkern u1="T" u2="&#x2c;" k="90" />
+<hkern u1="U" u2="&#xf1;" k="20" />
+<hkern u1="U" u2="&#xc6;" k="45" />
+<hkern u1="U" u2="&#xc5;" k="50" />
+<hkern u1="U" u2="&#xc4;" k="50" />
+<hkern u1="U" u2="&#xc3;" k="50" />
+<hkern u1="U" u2="&#xc2;" k="50" />
+<hkern u1="U" u2="&#xc1;" k="50" />
+<hkern u1="U" u2="&#xc0;" k="50" />
+<hkern u1="U" u2="r" k="45" />
+<hkern u1="U" u2="p" k="45" />
+<hkern u1="U" u2="n" k="45" />
+<hkern u1="U" u2="m" k="45" />
+<hkern u1="U" u2="A" k="50" />
+<hkern u1="U" u2="&#x2e;" k="50" />
+<hkern u1="U" u2="&#x2c;" k="45" />
+<hkern u1="V" u2="&#x2039;" k="100" />
+<hkern u1="V" u2="&#x153;" k="60" />
+<hkern u1="V" u2="&#x152;" k="45" />
+<hkern u1="V" u2="&#xff;" k="35" />
+<hkern u1="V" u2="&#xfd;" k="50" />
+<hkern u1="V" u2="&#xfc;" k="30" />
+<hkern u1="V" u2="&#xfb;" k="30" />
+<hkern u1="V" u2="&#xfa;" k="40" />
+<hkern u1="V" u2="&#xf9;" k="30" />
+<hkern u1="V" u2="&#xf8;" k="85" />
+<hkern u1="V" u2="&#xf6;" k="40" />
+<hkern u1="V" u2="&#xf5;" k="40" />
+<hkern u1="V" u2="&#xf4;" k="40" />
+<hkern u1="V" u2="&#xf3;" k="60" />
+<hkern u1="V" u2="&#xf2;" k="40" />
+<hkern u1="V" u2="&#xeb;" k="40" />
+<hkern u1="V" u2="&#xea;" k="40" />
+<hkern u1="V" u2="&#xe9;" k="60" />
+<hkern u1="V" u2="&#xe8;" k="40" />
+<hkern u1="V" u2="&#xe6;" k="60" />
+<hkern u1="V" u2="&#xe5;" k="40" />
+<hkern u1="V" u2="&#xe4;" k="40" />
+<hkern u1="V" u2="&#xe3;" k="40" />
+<hkern u1="V" u2="&#xe2;" k="40" />
+<hkern u1="V" u2="&#xe1;" k="60" />
+<hkern u1="V" u2="&#xe0;" k="40" />
+<hkern u1="V" u2="&#xd8;" k="45" />
+<hkern u1="V" u2="&#xd6;" k="45" />
+<hkern u1="V" u2="&#xd5;" k="45" />
+<hkern u1="V" u2="&#xd4;" k="45" />
+<hkern u1="V" u2="&#xd3;" k="45" />
+<hkern u1="V" u2="&#xd2;" k="45" />
+<hkern u1="V" u2="&#xc7;" k="40" />
+<hkern u1="V" u2="&#xc6;" k="70" />
+<hkern u1="V" u2="&#xc5;" k="95" />
+<hkern u1="V" u2="&#xc4;" k="95" />
+<hkern u1="V" u2="&#xc3;" k="95" />
+<hkern u1="V" u2="&#xc2;" k="95" />
+<hkern u1="V" u2="&#xc1;" k="95" />
+<hkern u1="V" u2="&#xc0;" k="95" />
+<hkern u1="V" u2="&#xab;" k="70" />
+<hkern u1="V" u2="y" k="70" />
+<hkern u1="V" u2="u" k="55" />
+<hkern u1="V" u2="r" k="55" />
+<hkern u1="V" u2="o" k="85" />
+<hkern u1="V" u2="g" k="90" />
+<hkern u1="V" u2="e" k="80" />
+<hkern u1="V" u2="a" k="80" />
+<hkern u1="V" u2="T" k="-15" />
+<hkern u1="V" u2="S" k="15" />
+<hkern u1="V" u2="O" k="45" />
+<hkern u1="V" u2="G" k="45" />
+<hkern u1="V" u2="C" k="40" />
+<hkern u1="V" u2="A" k="95" />
+<hkern u1="V" u2="&#x3b;" k="105" />
+<hkern u1="V" u2="&#x3a;" k="100" />
+<hkern u1="V" u2="&#x2e;" k="100" />
+<hkern u1="V" u2="&#x2d;" k="70" />
+<hkern u1="V" u2="&#x2c;" k="100" />
+<hkern u1="W" u2="&#x2039;" k="75" />
+<hkern u1="W" u2="&#x153;" k="60" />
+<hkern u1="W" u2="&#x152;" k="45" />
+<hkern u1="W" u2="&#xff;" k="30" />
+<hkern u1="W" u2="&#xfd;" k="40" />
+<hkern u1="W" u2="&#xfc;" k="25" />
+<hkern u1="W" u2="&#xfb;" k="25" />
+<hkern u1="W" u2="&#xfa;" k="35" />
+<hkern u1="W" u2="&#xf9;" k="25" />
+<hkern u1="W" u2="&#xf8;" k="60" />
+<hkern u1="W" u2="&#xf6;" k="30" />
+<hkern u1="W" u2="&#xf5;" k="30" />
+<hkern u1="W" u2="&#xf4;" k="30" />
+<hkern u1="W" u2="&#xf3;" k="45" />
+<hkern u1="W" u2="&#xf2;" k="30" />
+<hkern u1="W" u2="&#xeb;" k="30" />
+<hkern u1="W" u2="&#xea;" k="30" />
+<hkern u1="W" u2="&#xe9;" k="45" />
+<hkern u1="W" u2="&#xe8;" k="30" />
+<hkern u1="W" u2="&#xe6;" k="60" />
+<hkern u1="W" u2="&#xe5;" k="30" />
+<hkern u1="W" u2="&#xe4;" k="30" />
+<hkern u1="W" u2="&#xe3;" k="30" />
+<hkern u1="W" u2="&#xe2;" k="30" />
+<hkern u1="W" u2="&#xe1;" k="45" />
+<hkern u1="W" u2="&#xe0;" k="30" />
+<hkern u1="W" u2="&#xd8;" k="45" />
+<hkern u1="W" u2="&#xd6;" k="45" />
+<hkern u1="W" u2="&#xc7;" k="45" />
+<hkern u1="W" u2="&#xc6;" k="70" />
+<hkern u1="W" u2="&#xc5;" k="70" />
+<hkern u1="W" u2="&#xc4;" k="70" />
+<hkern u1="W" u2="&#xab;" k="50" />
+<hkern u1="W" u2="y" k="55" />
+<hkern u1="W" u2="u" k="50" />
+<hkern u1="W" u2="r" k="50" />
+<hkern u1="W" u2="o" k="60" />
+<hkern u1="W" u2="g" k="65" />
+<hkern u1="W" u2="e" k="55" />
+<hkern u1="W" u2="a" k="60" />
+<hkern u1="W" u2="T" k="-5" />
+<hkern u1="W" u2="S" k="25" />
+<hkern u1="W" u2="O" k="45" />
+<hkern u1="W" u2="G" k="45" />
+<hkern u1="W" u2="C" k="45" />
+<hkern u1="W" u2="A" k="70" />
+<hkern u1="W" u2="&#x3b;" k="95" />
+<hkern u1="W" u2="&#x3a;" k="90" />
+<hkern u1="W" u2="&#x2e;" k="70" />
+<hkern u1="W" u2="&#x2d;" k="45" />
+<hkern u1="W" u2="&#x2c;" k="70" />
+<hkern u1="X" u2="&#xff;" k="90" />
+<hkern u1="X" u2="&#xfc;" k="15" />
+<hkern u1="X" u2="&#xfb;" k="15" />
+<hkern u1="X" u2="&#xfa;" k="15" />
+<hkern u1="X" u2="&#xf9;" k="15" />
+<hkern u1="X" u2="&#xf8;" k="15" />
+<hkern u1="X" u2="&#xf6;" k="15" />
+<hkern u1="X" u2="&#xf5;" k="15" />
+<hkern u1="X" u2="&#xf4;" k="15" />
+<hkern u1="X" u2="&#xf3;" k="15" />
+<hkern u1="X" u2="&#xf2;" k="15" />
+<hkern u1="X" u2="&#xeb;" k="5" />
+<hkern u1="X" u2="&#xea;" k="5" />
+<hkern u1="X" u2="&#xe9;" k="5" />
+<hkern u1="X" u2="&#xe8;" k="5" />
+<hkern u1="X" u2="&#xe5;" k="5" />
+<hkern u1="X" u2="&#xe4;" k="5" />
+<hkern u1="X" u2="&#xe3;" k="5" />
+<hkern u1="X" u2="&#xe2;" k="5" />
+<hkern u1="X" u2="&#xe1;" k="5" />
+<hkern u1="X" u2="&#xe0;" k="5" />
+<hkern u1="X" u2="&#xd8;" k="40" />
+<hkern u1="X" u2="&#xd6;" k="40" />
+<hkern u1="X" u2="&#xd5;" k="40" />
+<hkern u1="X" u2="&#xd4;" k="40" />
+<hkern u1="X" u2="&#xd3;" k="40" />
+<hkern u1="X" u2="&#xd2;" k="40" />
+<hkern u1="X" u2="&#xc7;" k="35" />
+<hkern u1="X" u2="y" k="90" />
+<hkern u1="X" u2="u" k="15" />
+<hkern u1="X" u2="o" k="15" />
+<hkern u1="X" u2="e" k="5" />
+<hkern u1="X" u2="a" k="5" />
+<hkern u1="X" u2="Q" k="40" />
+<hkern u1="X" u2="O" k="40" />
+<hkern u1="X" u2="C" k="35" />
+<hkern u1="X" u2="&#x2d;" k="50" />
+<hkern u1="Y" u2="&#x2039;" k="125" />
+<hkern u1="Y" u2="&#x153;" k="60" />
+<hkern u1="Y" u2="&#x152;" k="45" />
+<hkern u1="Y" u2="&#xfc;" k="35" />
+<hkern u1="Y" u2="&#xfb;" k="35" />
+<hkern u1="Y" u2="&#xfa;" k="55" />
+<hkern u1="Y" u2="&#xf9;" k="35" />
+<hkern u1="Y" u2="&#xf8;" k="95" />
+<hkern u1="Y" u2="&#xf6;" k="50" />
+<hkern u1="Y" u2="&#xf5;" k="50" />
+<hkern u1="Y" u2="&#xf4;" k="50" />
+<hkern u1="Y" u2="&#xf3;" k="70" />
+<hkern u1="Y" u2="&#xf2;" k="50" />
+<hkern u1="Y" u2="&#xeb;" k="45" />
+<hkern u1="Y" u2="&#xea;" k="45" />
+<hkern u1="Y" u2="&#xe9;" k="70" />
+<hkern u1="Y" u2="&#xe8;" k="45" />
+<hkern u1="Y" u2="&#xe6;" k="60" />
+<hkern u1="Y" u2="&#xe5;" k="45" />
+<hkern u1="Y" u2="&#xe4;" k="45" />
+<hkern u1="Y" u2="&#xe3;" k="45" />
+<hkern u1="Y" u2="&#xe2;" k="45" />
+<hkern u1="Y" u2="&#xe1;" k="70" />
+<hkern u1="Y" u2="&#xe0;" k="45" />
+<hkern u1="Y" u2="&#xd8;" k="35" />
+<hkern u1="Y" u2="&#xd6;" k="35" />
+<hkern u1="Y" u2="&#xc7;" k="35" />
+<hkern u1="Y" u2="&#xc6;" k="70" />
+<hkern u1="Y" u2="&#xc5;" k="45" />
+<hkern u1="Y" u2="&#xc4;" k="45" />
+<hkern u1="Y" u2="&#xab;" k="95" />
+<hkern u1="Y" u2="v" k="70" />
+<hkern u1="Y" u2="u" k="70" />
+<hkern u1="Y" u2="p" k="80" />
+<hkern u1="Y" u2="o" k="95" />
+<hkern u1="Y" u2="g" k="85" />
+<hkern u1="Y" u2="e" k="90" />
+<hkern u1="Y" u2="a" k="90" />
+<hkern u1="Y" u2="T" k="-20" />
+<hkern u1="Y" u2="S" k="10" />
+<hkern u1="Y" u2="O" k="35" />
+<hkern u1="Y" u2="G" k="35" />
+<hkern u1="Y" u2="C" k="35" />
+<hkern u1="Y" u2="A" k="45" />
+<hkern u1="Y" u2="&#x3b;" k="100" />
+<hkern u1="Y" u2="&#x3a;" k="105" />
+<hkern u1="Y" u2="&#x2e;" k="90" />
+<hkern u1="Y" u2="&#x2d;" k="95" />
+<hkern u1="Y" u2="&#x2c;" k="90" />
+<hkern u1="Z" u2="&#xff;" k="10" />
+<hkern u1="Z" u2="y" k="10" />
+<hkern u1="Z" u2="v" k="15" />
+<hkern u1="a" u2="&#x2019;" k="5" />
+<hkern u1="a" u2="&#xff;" k="35" />
+<hkern u1="a" u2="y" k="35" />
+<hkern u1="a" u2="w" k="20" />
+<hkern u1="a" u2="v" k="20" />
+<hkern u1="a" u2="j" k="45" />
+<hkern u1="b" u2="&#xff;" k="5" />
+<hkern u1="b" u2="y" k="5" />
+<hkern u1="b" u2="w" k="25" />
+<hkern u1="b" u2="v" k="25" />
+<hkern u1="c" u2="k" k="20" />
+<hkern u1="c" u2="h" k="25" />
+<hkern u1="e" u2="&#x2019;" k="-20" />
+<hkern u1="e" u2="&#xff;" k="5" />
+<hkern u1="e" u2="y" k="5" />
+<hkern u1="e" u2="w" k="20" />
+<hkern u1="e" u2="v" k="20" />
+<hkern u1="e" u2="t" k="15" />
+<hkern u1="e" u2="V" k="80" />
+<hkern u1="f" u2="&#x2019;" k="-55" />
+<hkern u1="f" u2="&#x153;" k="15" />
+<hkern u1="f" u2="&#xf8;" k="20" />
+<hkern u1="f" u2="&#xf6;" k="10" />
+<hkern u1="f" u2="&#xf5;" k="10" />
+<hkern u1="f" u2="&#xf4;" k="10" />
+<hkern u1="f" u2="&#xf3;" k="15" />
+<hkern u1="f" u2="&#xf2;" k="10" />
+<hkern u1="f" u2="&#xeb;" k="10" />
+<hkern u1="f" u2="&#xea;" k="10" />
+<hkern u1="f" u2="&#xe9;" k="10" />
+<hkern u1="f" u2="&#xe8;" k="10" />
+<hkern u1="f" u2="&#xe6;" k="5" />
+<hkern u1="f" u2="&#xe5;" k="5" />
+<hkern u1="f" u2="&#xe4;" k="5" />
+<hkern u1="f" u2="&#xe3;" k="5" />
+<hkern u1="f" u2="&#xe2;" k="5" />
+<hkern u1="f" u2="&#xe1;" k="10" />
+<hkern u1="f" u2="&#xe0;" k="5" />
+<hkern u1="f" u2="t" k="-20" />
+<hkern u1="f" u2="s" k="10" />
+<hkern u1="f" u2="o" k="20" />
+<hkern u1="f" u2="l" k="-40" />
+<hkern u1="f" u2="f" k="-15" />
+<hkern u1="f" u2="e" k="15" />
+<hkern u1="f" u2="a" k="15" />
+<hkern u1="g" u2="&#xeb;" k="30" />
+<hkern u1="g" u2="&#xe8;" k="30" />
+<hkern u1="g" u2="&#xe6;" k="20" />
+<hkern u1="g" u2="&#xe5;" k="30" />
+<hkern u1="g" u2="&#xe4;" k="30" />
+<hkern u1="g" u2="&#xe3;" k="30" />
+<hkern u1="g" u2="&#xe2;" k="30" />
+<hkern u1="g" u2="&#xe1;" k="30" />
+<hkern u1="g" u2="&#xe0;" k="30" />
+<hkern u1="g" u2="l" k="35" />
+<hkern u1="g" u2="e" k="30" />
+<hkern u1="g" u2="a" k="30" />
+<hkern u1="h" u2="&#x2019;" k="20" />
+<hkern u1="h" u2="&#xff;" k="45" />
+<hkern u1="h" u2="y" k="45" />
+<hkern u1="k" u2="&#xfc;" k="25" />
+<hkern u1="k" u2="&#xfb;" k="25" />
+<hkern u1="k" u2="&#xf8;" k="10" />
+<hkern u1="k" u2="&#xf6;" k="10" />
+<hkern u1="k" u2="&#xe5;" k="5" />
+<hkern u1="k" u2="&#xe4;" k="5" />
+<hkern u1="k" u2="u" k="25" />
+<hkern u1="k" u2="s" k="5" />
+<hkern u1="k" u2="o" k="10" />
+<hkern u1="k" u2="g" k="5" />
+<hkern u1="k" u2="a" k="5" />
+<hkern u1="k" u2="W" k="30" />
+<hkern u1="k" u2="V" k="40" />
+<hkern u1="k" u2="&#x2d;" k="10" />
+<hkern u1="l" u2="&#xff;" k="50" />
+<hkern u1="l" u2="&#xfd;" k="50" />
+<hkern u1="l" u2="y" k="50" />
+<hkern u1="l" u2="v" k="30" />
+<hkern u1="m" u2="&#xff;" k="40" />
+<hkern u1="m" u2="y" k="40" />
+<hkern u1="m" u2="w" k="20" />
+<hkern u1="m" u2="v" k="20" />
+<hkern u1="m" u2="p" k="25" />
+<hkern u1="n" u2="&#x2019;" k="20" />
+<hkern u1="n" u2="&#xff;" k="40" />
+<hkern u1="n" u2="y" k="40" />
+<hkern u1="n" u2="w" k="15" />
+<hkern u1="n" u2="v" k="20" />
+<hkern u1="n" u2="p" k="25" />
+<hkern u1="n" u2="T" k="60" />
+<hkern u1="o" u2="&#x2019;" k="-15" />
+<hkern u1="o" u2="&#xff;" k="-5" />
+<hkern u1="o" u2="y" k="-5" />
+<hkern u1="o" u2="x" k="10" />
+<hkern u1="o" u2="w" k="15" />
+<hkern u1="o" u2="v" k="20" />
+<hkern u1="o" u2="t" k="15" />
+<hkern u1="o" u2="T" k="50" />
+<hkern u1="p" u2="&#xff;" k="5" />
+<hkern u1="p" u2="y" k="5" />
+<hkern u1="p" u2="t" k="20" />
+<hkern u1="q" u2="&#xfc;" k="25" />
+<hkern u1="q" u2="&#xfb;" k="25" />
+<hkern u1="q" u2="&#xfa;" k="25" />
+<hkern u1="q" u2="&#xf9;" k="25" />
+<hkern u1="q" u2="&#xe7;" k="25" />
+<hkern u1="q" u2="u" k="25" />
+<hkern u1="q" u2="c" k="25" />
+<hkern u1="r" u2="&#x2019;" k="-35" />
+<hkern u1="r" u2="&#x153;" k="5" />
+<hkern u1="r" u2="&#xff;" k="-10" />
+<hkern u1="r" u2="&#xf8;" k="10" />
+<hkern u1="r" u2="&#xf6;" k="10" />
+<hkern u1="r" u2="&#xf5;" k="10" />
+<hkern u1="r" u2="&#xf4;" k="10" />
+<hkern u1="r" u2="&#xf3;" k="10" />
+<hkern u1="r" u2="&#xf2;" k="10" />
+<hkern u1="r" u2="&#xf1;" k="5" />
+<hkern u1="r" u2="&#xeb;" k="10" />
+<hkern u1="r" u2="&#xea;" k="10" />
+<hkern u1="r" u2="&#xe9;" k="10" />
+<hkern u1="r" u2="&#xe8;" k="10" />
+<hkern u1="r" u2="&#xe7;" k="10" />
+<hkern u1="r" u2="&#xe6;" k="10" />
+<hkern u1="r" u2="&#xe5;" k="10" />
+<hkern u1="r" u2="&#xe4;" k="10" />
+<hkern u1="r" u2="&#xe3;" k="10" />
+<hkern u1="r" u2="&#xe2;" k="10" />
+<hkern u1="r" u2="&#xe1;" k="10" />
+<hkern u1="r" u2="&#xe0;" k="10" />
+<hkern u1="r" u2="y" k="-10" />
+<hkern u1="r" u2="t" k="-10" />
+<hkern u1="r" u2="s" k="15" />
+<hkern u1="r" u2="q" k="15" />
+<hkern u1="r" u2="p" k="5" />
+<hkern u1="r" u2="o" k="10" />
+<hkern u1="r" u2="n" k="5" />
+<hkern u1="r" u2="m" k="5" />
+<hkern u1="r" u2="l" k="30" />
+<hkern u1="r" u2="k" k="30" />
+<hkern u1="r" u2="j" k="15" />
+<hkern u1="r" u2="h" k="35" />
+<hkern u1="r" u2="g" k="15" />
+<hkern u1="r" u2="f" k="-5" />
+<hkern u1="r" u2="e" k="10" />
+<hkern u1="r" u2="d" k="15" />
+<hkern u1="r" u2="c" k="10" />
+<hkern u1="r" u2="a" k="10" />
+<hkern u1="r" u2="&#x3b;" k="40" />
+<hkern u1="r" u2="&#x3a;" k="35" />
+<hkern u1="r" u2="&#x2e;" k="110" />
+<hkern u1="r" u2="&#x2d;" k="75" />
+<hkern u1="r" u2="&#x2c;" k="110" />
+<hkern u1="s" u2="&#x2019;" k="-20" />
+<hkern u1="s" u2="t" k="15" />
+<hkern u1="t" u2="&#x2019;" k="-5" />
+<hkern u1="t" u2="&#xf8;" k="10" />
+<hkern u1="t" u2="&#xf6;" k="10" />
+<hkern u1="t" u2="&#xf5;" k="10" />
+<hkern u1="t" u2="&#xf4;" k="10" />
+<hkern u1="t" u2="&#xf3;" k="10" />
+<hkern u1="t" u2="&#xf2;" k="10" />
+<hkern u1="t" u2="&#xeb;" k="5" />
+<hkern u1="t" u2="&#xea;" k="5" />
+<hkern u1="t" u2="&#xe9;" k="5" />
+<hkern u1="t" u2="&#xe8;" k="5" />
+<hkern u1="t" u2="&#xe5;" k="5" />
+<hkern u1="t" u2="&#xe4;" k="5" />
+<hkern u1="t" u2="&#xe3;" k="5" />
+<hkern u1="t" u2="&#xe2;" k="5" />
+<hkern u1="t" u2="&#xe1;" k="5" />
+<hkern u1="t" u2="&#xe0;" k="5" />
+<hkern u1="t" u2="o" k="10" />
+<hkern u1="t" u2="h" k="25" />
+<hkern u1="t" u2="e" k="5" />
+<hkern u1="t" u2="a" k="5" />
+<hkern u1="t" u2="S" k="10" />
+<hkern u1="t" u2="&#x3b;" k="35" />
+<hkern u1="t" u2="&#x3a;" k="40" />
+<hkern u1="u" u2="&#x2019;" k="10" />
+<hkern u1="v" u2="&#x153;" k="20" />
+<hkern u1="v" u2="&#xf8;" k="25" />
+<hkern u1="v" u2="&#xf6;" k="25" />
+<hkern u1="v" u2="&#xf5;" k="25" />
+<hkern u1="v" u2="&#xf4;" k="25" />
+<hkern u1="v" u2="&#xf3;" k="25" />
+<hkern u1="v" u2="&#xf2;" k="25" />
+<hkern u1="v" u2="&#xeb;" k="20" />
+<hkern u1="v" u2="&#xea;" k="20" />
+<hkern u1="v" u2="&#xe9;" k="20" />
+<hkern u1="v" u2="&#xe8;" k="20" />
+<hkern u1="v" u2="&#xe7;" k="25" />
+<hkern u1="v" u2="&#xe6;" k="20" />
+<hkern u1="v" u2="&#xe5;" k="20" />
+<hkern u1="v" u2="&#xe4;" k="20" />
+<hkern u1="v" u2="&#xe3;" k="20" />
+<hkern u1="v" u2="&#xe2;" k="20" />
+<hkern u1="v" u2="&#xe1;" k="20" />
+<hkern u1="v" u2="&#xe0;" k="20" />
+<hkern u1="v" u2="s" k="30" />
+<hkern u1="v" u2="o" k="25" />
+<hkern u1="v" u2="l" k="35" />
+<hkern u1="v" u2="g" k="30" />
+<hkern u1="v" u2="e" k="20" />
+<hkern u1="v" u2="c" k="25" />
+<hkern u1="v" u2="a" k="20" />
+<hkern u1="v" u2="&#x3b;" k="65" />
+<hkern u1="v" u2="&#x3a;" k="65" />
+<hkern u1="v" u2="&#x2e;" k="45" />
+<hkern u1="v" u2="&#x2d;" k="10" />
+<hkern u1="v" u2="&#x2c;" k="45" />
+<hkern u1="w" u2="&#x153;" k="20" />
+<hkern u1="w" u2="&#xf8;" k="20" />
+<hkern u1="w" u2="&#xf6;" k="20" />
+<hkern u1="w" u2="&#xeb;" k="15" />
+<hkern u1="w" u2="&#xe7;" k="20" />
+<hkern u1="w" u2="&#xe6;" k="20" />
+<hkern u1="w" u2="&#xe5;" k="20" />
+<hkern u1="w" u2="&#xe4;" k="20" />
+<hkern u1="w" u2="s" k="30" />
+<hkern u1="w" u2="o" k="20" />
+<hkern u1="w" u2="l" k="30" />
+<hkern u1="w" u2="g" k="30" />
+<hkern u1="w" u2="e" k="15" />
+<hkern u1="w" u2="c" k="20" />
+<hkern u1="w" u2="a" k="20" />
+<hkern u1="w" u2="&#x3b;" k="65" />
+<hkern u1="w" u2="&#x3a;" k="65" />
+<hkern u1="w" u2="&#x2e;" k="40" />
+<hkern u1="w" u2="&#x2d;" k="10" />
+<hkern u1="w" u2="&#x2c;" k="40" />
+<hkern u1="x" u2="&#xeb;" k="-5" />
+<hkern u1="x" u2="&#xea;" k="-5" />
+<hkern u1="x" u2="&#xe9;" k="-5" />
+<hkern u1="x" u2="&#xe8;" k="-5" />
+<hkern u1="x" u2="&#xe5;" k="-5" />
+<hkern u1="x" u2="&#xe4;" k="-5" />
+<hkern u1="x" u2="&#xe3;" k="-5" />
+<hkern u1="x" u2="&#xe2;" k="-5" />
+<hkern u1="x" u2="&#xe1;" k="-5" />
+<hkern u1="x" u2="&#xe0;" k="-5" />
+<hkern u1="x" u2="q" k="-5" />
+<hkern u1="x" u2="e" k="-5" />
+<hkern u1="x" u2="a" k="-5" />
+<hkern u1="y" u2="&#x153;" k="20" />
+<hkern u1="y" u2="&#xf8;" k="25" />
+<hkern u1="y" u2="&#xf6;" k="25" />
+<hkern u1="y" u2="&#xeb;" k="20" />
+<hkern u1="y" u2="&#xea;" k="20" />
+<hkern u1="y" u2="&#xe7;" k="25" />
+<hkern u1="y" u2="&#xe6;" k="20" />
+<hkern u1="y" u2="&#xe5;" k="20" />
+<hkern u1="y" u2="&#xe4;" k="20" />
+<hkern u1="y" u2="s" k="30" />
+<hkern u1="y" u2="o" k="25" />
+<hkern u1="y" u2="l" k="35" />
+<hkern u1="y" u2="g" k="30" />
+<hkern u1="y" u2="e" k="20" />
+<hkern u1="y" u2="c" k="25" />
+<hkern u1="y" u2="a" k="20" />
+<hkern u1="y" u2="&#x3b;" k="55" />
+<hkern u1="y" u2="&#x3a;" k="55" />
+<hkern u1="y" u2="&#x2e;" k="50" />
+<hkern u1="y" u2="&#x2d;" k="15" />
+<hkern u1="y" u2="&#x2c;" k="50" />
+<hkern u1="&#xbb;" u2="&#x178;" k="80" />
+<hkern u1="&#xbb;" u2="&#xc5;" k="15" />
+<hkern u1="&#xbb;" u2="&#xc4;" k="15" />
+<hkern u1="&#xbb;" u2="Y" k="80" />
+<hkern u1="&#xbb;" u2="W" k="55" />
+<hkern u1="&#xbb;" u2="V" k="60" />
+<hkern u1="&#xbb;" u2="T" k="80" />
+<hkern u1="&#xbb;" u2="A" k="15" />
+<hkern u1="&#xc0;" u2="y" k="50" />
+<hkern u1="&#xc0;" u2="u" k="10" />
+<hkern u1="&#xc0;" u2="o" k="5" />
+<hkern u1="&#xc0;" u2="Y" k="20" />
+<hkern u1="&#xc0;" u2="U" k="45" />
+<hkern u1="&#xc0;" u2="O" k="35" />
+<hkern u1="&#xc1;" u2="y" k="50" />
+<hkern u1="&#xc1;" u2="u" k="10" />
+<hkern u1="&#xc1;" u2="t" k="-5" />
+<hkern u1="&#xc1;" u2="o" k="5" />
+<hkern u1="&#xc1;" u2="c" k="5" />
+<hkern u1="&#xc1;" u2="Y" k="20" />
+<hkern u1="&#xc1;" u2="U" k="45" />
+<hkern u1="&#xc1;" u2="T" k="20" />
+<hkern u1="&#xc1;" u2="O" k="35" />
+<hkern u1="&#xc1;" u2="C" k="35" />
+<hkern u1="&#xc2;" u2="y" k="50" />
+<hkern u1="&#xc2;" u2="u" k="10" />
+<hkern u1="&#xc2;" u2="Y" k="20" />
+<hkern u1="&#xc2;" u2="U" k="45" />
+<hkern u1="&#xc3;" u2="y" k="50" />
+<hkern u1="&#xc3;" u2="o" k="5" />
+<hkern u1="&#xc3;" u2="Y" k="20" />
+<hkern u1="&#xc3;" u2="O" k="35" />
+<hkern u1="&#xc4;" u2="&#x2039;" k="45" />
+<hkern u1="&#xc4;" u2="&#x201d;" k="60" />
+<hkern u1="&#xc4;" u2="&#x2019;" k="60" />
+<hkern u1="&#xc4;" u2="&#x178;" k="20" />
+<hkern u1="&#xc4;" u2="&#xff;" k="50" />
+<hkern u1="&#xc4;" u2="&#xfc;" k="10" />
+<hkern u1="&#xc4;" u2="&#xfb;" k="10" />
+<hkern u1="&#xc4;" u2="&#xf8;" k="5" />
+<hkern u1="&#xc4;" u2="&#xf6;" k="5" />
+<hkern u1="&#xc4;" u2="&#xeb;" k="-5" />
+<hkern u1="&#xc4;" u2="&#xe7;" k="5" />
+<hkern u1="&#xc4;" u2="&#xe5;" k="-5" />
+<hkern u1="&#xc4;" u2="&#xe4;" k="-5" />
+<hkern u1="&#xc4;" u2="&#xdc;" k="45" />
+<hkern u1="&#xc4;" u2="&#xdb;" k="45" />
+<hkern u1="&#xc4;" u2="&#xd8;" k="35" />
+<hkern u1="&#xc4;" u2="&#xd6;" k="35" />
+<hkern u1="&#xc4;" u2="&#xc7;" k="35" />
+<hkern u1="&#xc4;" u2="&#xab;" k="20" />
+<hkern u1="&#xc4;" u2="y" k="50" />
+<hkern u1="&#xc4;" u2="v" k="15" />
+<hkern u1="&#xc4;" u2="u" k="10" />
+<hkern u1="&#xc4;" u2="t" k="-5" />
+<hkern u1="&#xc4;" u2="q" k="-5" />
+<hkern u1="&#xc4;" u2="o" k="5" />
+<hkern u1="&#xc4;" u2="g" k="-15" />
+<hkern u1="&#xc4;" u2="e" k="-5" />
+<hkern u1="&#xc4;" u2="c" k="5" />
+<hkern u1="&#xc4;" u2="b" k="10" />
+<hkern u1="&#xc4;" u2="a" k="-5" />
+<hkern u1="&#xc4;" u2="Y" k="20" />
+<hkern u1="&#xc4;" u2="W" k="85" />
+<hkern u1="&#xc4;" u2="V" k="90" />
+<hkern u1="&#xc4;" u2="U" k="45" />
+<hkern u1="&#xc4;" u2="T" k="20" />
+<hkern u1="&#xc4;" u2="Q" k="30" />
+<hkern u1="&#xc4;" u2="O" k="35" />
+<hkern u1="&#xc4;" u2="G" k="30" />
+<hkern u1="&#xc4;" u2="C" k="35" />
+<hkern u1="&#xc4;" u2="&#x2e;" k="-15" />
+<hkern u1="&#xc4;" u2="&#x2d;" k="15" />
+<hkern u1="&#xc4;" u2="&#x2c;" k="-15" />
+<hkern u1="&#xc5;" u2="&#x2039;" k="45" />
+<hkern u1="&#xc5;" u2="&#x201d;" k="60" />
+<hkern u1="&#xc5;" u2="&#x2019;" k="60" />
+<hkern u1="&#xc5;" u2="&#x178;" k="20" />
+<hkern u1="&#xc5;" u2="&#xff;" k="50" />
+<hkern u1="&#xc5;" u2="&#xfc;" k="10" />
+<hkern u1="&#xc5;" u2="&#xfb;" k="10" />
+<hkern u1="&#xc5;" u2="&#xf8;" k="5" />
+<hkern u1="&#xc5;" u2="&#xf6;" k="5" />
+<hkern u1="&#xc5;" u2="&#xeb;" k="-5" />
+<hkern u1="&#xc5;" u2="&#xe7;" k="5" />
+<hkern u1="&#xc5;" u2="&#xe5;" k="-5" />
+<hkern u1="&#xc5;" u2="&#xe4;" k="-5" />
+<hkern u1="&#xc5;" u2="&#xdc;" k="45" />
+<hkern u1="&#xc5;" u2="&#xdb;" k="45" />
+<hkern u1="&#xc5;" u2="&#xd8;" k="35" />
+<hkern u1="&#xc5;" u2="&#xd6;" k="35" />
+<hkern u1="&#xc5;" u2="&#xc7;" k="35" />
+<hkern u1="&#xc5;" u2="&#xab;" k="20" />
+<hkern u1="&#xc5;" u2="y" k="50" />
+<hkern u1="&#xc5;" u2="v" k="15" />
+<hkern u1="&#xc5;" u2="u" k="10" />
+<hkern u1="&#xc5;" u2="t" k="-5" />
+<hkern u1="&#xc5;" u2="q" k="-5" />
+<hkern u1="&#xc5;" u2="o" k="5" />
+<hkern u1="&#xc5;" u2="g" k="-15" />
+<hkern u1="&#xc5;" u2="e" k="-5" />
+<hkern u1="&#xc5;" u2="c" k="5" />
+<hkern u1="&#xc5;" u2="b" k="10" />
+<hkern u1="&#xc5;" u2="a" k="-5" />
+<hkern u1="&#xc5;" u2="Y" k="20" />
+<hkern u1="&#xc5;" u2="W" k="85" />
+<hkern u1="&#xc5;" u2="V" k="90" />
+<hkern u1="&#xc5;" u2="U" k="45" />
+<hkern u1="&#xc5;" u2="T" k="20" />
+<hkern u1="&#xc5;" u2="Q" k="30" />
+<hkern u1="&#xc5;" u2="O" k="35" />
+<hkern u1="&#xc5;" u2="G" k="30" />
+<hkern u1="&#xc5;" u2="C" k="35" />
+<hkern u1="&#xc5;" u2="&#x2e;" k="-15" />
+<hkern u1="&#xc5;" u2="&#x2d;" k="15" />
+<hkern u1="&#xc5;" u2="&#x2c;" k="-15" />
+<hkern u1="&#xc7;" u2="&#xd8;" k="10" />
+<hkern u1="&#xc7;" u2="&#xd6;" k="10" />
+<hkern u1="&#xc7;" u2="&#xc6;" k="15" />
+<hkern u1="&#xc7;" u2="&#xc5;" k="20" />
+<hkern u1="&#xc7;" u2="&#xc4;" k="20" />
+<hkern u1="&#xc7;" u2="O" k="10" />
+<hkern u1="&#xc7;" u2="K" k="20" />
+<hkern u1="&#xc7;" u2="H" k="20" />
+<hkern u1="&#xc7;" u2="A" k="20" />
+<hkern u1="&#xd1;" u2="&#xfc;" k="40" />
+<hkern u1="&#xd1;" u2="&#xfb;" k="40" />
+<hkern u1="&#xd1;" u2="&#xf8;" k="35" />
+<hkern u1="&#xd1;" u2="&#xf6;" k="35" />
+<hkern u1="&#xd1;" u2="&#xeb;" k="30" />
+<hkern u1="&#xd1;" u2="&#xe6;" k="40" />
+<hkern u1="&#xd1;" u2="&#xe5;" k="35" />
+<hkern u1="&#xd1;" u2="&#xe4;" k="35" />
+<hkern u1="&#xd1;" u2="&#xd8;" k="30" />
+<hkern u1="&#xd1;" u2="&#xd6;" k="30" />
+<hkern u1="&#xd1;" u2="&#xc7;" k="30" />
+<hkern u1="&#xd1;" u2="&#xc6;" k="25" />
+<hkern u1="&#xd1;" u2="&#xc5;" k="30" />
+<hkern u1="&#xd1;" u2="&#xc4;" k="30" />
+<hkern u1="&#xd1;" u2="u" k="40" />
+<hkern u1="&#xd1;" u2="o" k="35" />
+<hkern u1="&#xd1;" u2="e" k="30" />
+<hkern u1="&#xd1;" u2="a" k="35" />
+<hkern u1="&#xd1;" u2="O" k="30" />
+<hkern u1="&#xd1;" u2="G" k="30" />
+<hkern u1="&#xd1;" u2="C" k="30" />
+<hkern u1="&#xd1;" u2="A" k="30" />
+<hkern u1="&#xd1;" u2="&#x2e;" k="40" />
+<hkern u1="&#xd1;" u2="&#x2c;" k="35" />
+<hkern u1="&#xd2;" u2="A" k="40" />
+<hkern u1="&#xd3;" u2="A" k="40" />
+<hkern u1="&#xd6;" u2="&#x178;" k="30" />
+<hkern u1="&#xd6;" u2="&#xc6;" k="35" />
+<hkern u1="&#xd6;" u2="&#xc5;" k="40" />
+<hkern u1="&#xd6;" u2="&#xc4;" k="40" />
+<hkern u1="&#xd6;" u2="Y" k="30" />
+<hkern u1="&#xd6;" u2="X" k="45" />
+<hkern u1="&#xd6;" u2="W" k="45" />
+<hkern u1="&#xd6;" u2="V" k="35" />
+<hkern u1="&#xd6;" u2="A" k="40" />
+<hkern u1="&#xd8;" u2="&#x178;" k="30" />
+<hkern u1="&#xd8;" u2="&#xc6;" k="35" />
+<hkern u1="&#xd8;" u2="&#xc5;" k="40" />
+<hkern u1="&#xd8;" u2="&#xc4;" k="40" />
+<hkern u1="&#xd8;" u2="Y" k="30" />
+<hkern u1="&#xd8;" u2="X" k="45" />
+<hkern u1="&#xd8;" u2="W" k="45" />
+<hkern u1="&#xd8;" u2="V" k="35" />
+<hkern u1="&#xd8;" u2="A" k="40" />
+<hkern u1="&#xd9;" u2="&#xf1;" k="20" />
+<hkern u1="&#xd9;" u2="n" k="45" />
+<hkern u1="&#xd9;" u2="m" k="45" />
+<hkern u1="&#xd9;" u2="A" k="50" />
+<hkern u1="&#xda;" u2="&#xf1;" k="20" />
+<hkern u1="&#xda;" u2="p" k="45" />
+<hkern u1="&#xda;" u2="n" k="45" />
+<hkern u1="&#xda;" u2="m" k="45" />
+<hkern u1="&#xda;" u2="A" k="50" />
+<hkern u1="&#xdb;" u2="&#xf1;" k="20" />
+<hkern u1="&#xdb;" u2="&#xc6;" k="45" />
+<hkern u1="&#xdb;" u2="&#xc5;" k="50" />
+<hkern u1="&#xdb;" u2="&#xc4;" k="50" />
+<hkern u1="&#xdb;" u2="r" k="45" />
+<hkern u1="&#xdb;" u2="p" k="45" />
+<hkern u1="&#xdb;" u2="n" k="45" />
+<hkern u1="&#xdb;" u2="m" k="45" />
+<hkern u1="&#xdb;" u2="A" k="50" />
+<hkern u1="&#xdb;" u2="&#x2e;" k="50" />
+<hkern u1="&#xdb;" u2="&#x2c;" k="45" />
+<hkern u1="&#xdc;" u2="&#xf1;" k="20" />
+<hkern u1="&#xdc;" u2="&#xc6;" k="45" />
+<hkern u1="&#xdc;" u2="&#xc5;" k="50" />
+<hkern u1="&#xdc;" u2="&#xc4;" k="50" />
+<hkern u1="&#xdc;" u2="r" k="45" />
+<hkern u1="&#xdc;" u2="p" k="45" />
+<hkern u1="&#xdc;" u2="n" k="45" />
+<hkern u1="&#xdc;" u2="m" k="45" />
+<hkern u1="&#xdc;" u2="A" k="50" />
+<hkern u1="&#xdc;" u2="&#x2e;" k="50" />
+<hkern u1="&#xdc;" u2="&#x2c;" k="45" />
+<hkern u1="&#xdd;" u2="&#x153;" k="60" />
+<hkern u1="&#xdd;" u2="&#x152;" k="45" />
+<hkern u1="&#xdd;" u2="&#xfc;" k="35" />
+<hkern u1="&#xdd;" u2="&#xfb;" k="35" />
+<hkern u1="&#xdd;" u2="&#xfa;" k="55" />
+<hkern u1="&#xdd;" u2="&#xf9;" k="35" />
+<hkern u1="&#xdd;" u2="&#xf6;" k="50" />
+<hkern u1="&#xdd;" u2="&#xf5;" k="50" />
+<hkern u1="&#xdd;" u2="&#xf4;" k="50" />
+<hkern u1="&#xdd;" u2="&#xf3;" k="70" />
+<hkern u1="&#xdd;" u2="&#xf2;" k="50" />
+<hkern u1="&#xdd;" u2="&#xeb;" k="45" />
+<hkern u1="&#xdd;" u2="&#xea;" k="45" />
+<hkern u1="&#xdd;" u2="&#xe9;" k="70" />
+<hkern u1="&#xdd;" u2="&#xe8;" k="45" />
+<hkern u1="&#xdd;" u2="&#xe6;" k="60" />
+<hkern u1="&#xdd;" u2="&#xe5;" k="45" />
+<hkern u1="&#xdd;" u2="&#xe4;" k="45" />
+<hkern u1="&#xdd;" u2="&#xe3;" k="45" />
+<hkern u1="&#xdd;" u2="&#xe2;" k="45" />
+<hkern u1="&#xdd;" u2="&#xe1;" k="70" />
+<hkern u1="&#xdd;" u2="&#xe0;" k="45" />
+<hkern u1="&#xdd;" u2="&#xc6;" k="70" />
+<hkern u1="&#xdd;" u2="T" k="-20" />
+<hkern u1="&#xdd;" u2="C" k="35" />
+<hkern u1="&#xe0;" u2="y" k="35" />
+<hkern u1="&#xe1;" u2="y" k="35" />
+<hkern u1="&#xe2;" u2="y" k="35" />
+<hkern u1="&#xe3;" u2="y" k="35" />
+<hkern u1="&#xe4;" u2="&#x2019;" k="5" />
+<hkern u1="&#xe4;" u2="&#xff;" k="35" />
+<hkern u1="&#xe4;" u2="y" k="35" />
+<hkern u1="&#xe4;" u2="w" k="20" />
+<hkern u1="&#xe4;" u2="v" k="20" />
+<hkern u1="&#xe4;" u2="j" k="45" />
+<hkern u1="&#xe5;" u2="&#x2019;" k="5" />
+<hkern u1="&#xe5;" u2="&#xff;" k="35" />
+<hkern u1="&#xe5;" u2="y" k="35" />
+<hkern u1="&#xe5;" u2="w" k="20" />
+<hkern u1="&#xe5;" u2="v" k="20" />
+<hkern u1="&#xe5;" u2="j" k="45" />
+<hkern u1="&#xe6;" u2="&#xff;" k="5" />
+<hkern u1="&#xe6;" u2="y" k="5" />
+<hkern u1="&#xe6;" u2="w" k="20" />
+<hkern u1="&#xe6;" u2="v" k="20" />
+<hkern u1="&#xe7;" u2="k" k="20" />
+<hkern u1="&#xe7;" u2="h" k="25" />
+<hkern u1="&#xe8;" u2="t" k="15" />
+<hkern u1="&#xe9;" u2="t" k="15" />
+<hkern u1="&#xea;" u2="t" k="15" />
+<hkern u1="&#xeb;" u2="&#x2019;" k="-20" />
+<hkern u1="&#xeb;" u2="&#xff;" k="5" />
+<hkern u1="&#xeb;" u2="y" k="5" />
+<hkern u1="&#xeb;" u2="w" k="20" />
+<hkern u1="&#xeb;" u2="v" k="20" />
+<hkern u1="&#xeb;" u2="t" k="15" />
+<hkern u1="&#xf1;" u2="&#x2019;" k="20" />
+<hkern u1="&#xf1;" u2="&#xff;" k="40" />
+<hkern u1="&#xf1;" u2="y" k="40" />
+<hkern u1="&#xf1;" u2="w" k="15" />
+<hkern u1="&#xf1;" u2="v" k="20" />
+<hkern u1="&#xf1;" u2="p" k="25" />
+<hkern u1="&#xf1;" u2="T" k="60" />
+<hkern u1="&#xf3;" u2="t" k="15" />
+<hkern u1="&#xf3;" u2="T" k="50" />
+<hkern u1="&#xf6;" u2="&#x2019;" k="-15" />
+<hkern u1="&#xf6;" u2="&#xff;" k="-5" />
+<hkern u1="&#xf6;" u2="y" k="-5" />
+<hkern u1="&#xf6;" u2="x" k="10" />
+<hkern u1="&#xf6;" u2="w" k="15" />
+<hkern u1="&#xf6;" u2="v" k="20" />
+<hkern u1="&#xf6;" u2="t" k="15" />
+<hkern u1="&#xf6;" u2="T" k="50" />
+<hkern u1="&#xf8;" u2="&#x2019;" k="-15" />
+<hkern u1="&#xf8;" u2="&#xff;" k="-5" />
+<hkern u1="&#xf8;" u2="y" k="-5" />
+<hkern u1="&#xf8;" u2="x" k="10" />
+<hkern u1="&#xf8;" u2="w" k="15" />
+<hkern u1="&#xf8;" u2="v" k="20" />
+<hkern u1="&#xf8;" u2="t" k="15" />
+<hkern u1="&#xf8;" u2="T" k="50" />
+<hkern u1="&#xfb;" u2="&#x2019;" k="10" />
+<hkern u1="&#xfc;" u2="&#x2019;" k="10" />
+<hkern u1="&#xfd;" u2="&#x153;" k="20" />
+<hkern u1="&#xfd;" u2="&#xe6;" k="20" />
+<hkern u1="&#xfd;" u2="c" k="25" />
+<hkern u1="&#xff;" u2="&#x153;" k="20" />
+<hkern u1="&#xff;" u2="&#xf8;" k="25" />
+<hkern u1="&#xff;" u2="&#xf6;" k="25" />
+<hkern u1="&#xff;" u2="&#xeb;" k="20" />
+<hkern u1="&#xff;" u2="&#xe7;" k="25" />
+<hkern u1="&#xff;" u2="&#xe6;" k="20" />
+<hkern u1="&#xff;" u2="&#xe5;" k="20" />
+<hkern u1="&#xff;" u2="&#xe4;" k="20" />
+<hkern u1="&#xff;" u2="s" k="30" />
+<hkern u1="&#xff;" u2="o" k="25" />
+<hkern u1="&#xff;" u2="l" k="35" />
+<hkern u1="&#xff;" u2="g" k="30" />
+<hkern u1="&#xff;" u2="e" k="20" />
+<hkern u1="&#xff;" u2="c" k="25" />
+<hkern u1="&#xff;" u2="a" k="20" />
+<hkern u1="&#xff;" u2="&#x3b;" k="55" />
+<hkern u1="&#xff;" u2="&#x3a;" k="55" />
+<hkern u1="&#xff;" u2="&#x2e;" k="50" />
+<hkern u1="&#xff;" u2="&#x2d;" k="15" />
+<hkern u1="&#xff;" u2="&#x2c;" k="50" />
+<hkern u1="&#x178;" u2="&#x2039;" k="125" />
+<hkern u1="&#x178;" u2="&#x153;" k="60" />
+<hkern u1="&#x178;" u2="&#x152;" k="45" />
+<hkern u1="&#x178;" u2="&#xfc;" k="35" />
+<hkern u1="&#x178;" u2="&#xfb;" k="35" />
+<hkern u1="&#x178;" u2="&#xfa;" k="55" />
+<hkern u1="&#x178;" u2="&#xf9;" k="35" />
+<hkern u1="&#x178;" u2="&#xf8;" k="95" />
+<hkern u1="&#x178;" u2="&#xf6;" k="50" />
+<hkern u1="&#x178;" u2="&#xf5;" k="50" />
+<hkern u1="&#x178;" u2="&#xf4;" k="50" />
+<hkern u1="&#x178;" u2="&#xf3;" k="70" />
+<hkern u1="&#x178;" u2="&#xf2;" k="50" />
+<hkern u1="&#x178;" u2="&#xeb;" k="45" />
+<hkern u1="&#x178;" u2="&#xea;" k="45" />
+<hkern u1="&#x178;" u2="&#xe9;" k="70" />
+<hkern u1="&#x178;" u2="&#xe8;" k="45" />
+<hkern u1="&#x178;" u2="&#xe6;" k="60" />
+<hkern u1="&#x178;" u2="&#xe5;" k="45" />
+<hkern u1="&#x178;" u2="&#xe4;" k="45" />
+<hkern u1="&#x178;" u2="&#xe3;" k="45" />
+<hkern u1="&#x178;" u2="&#xe2;" k="45" />
+<hkern u1="&#x178;" u2="&#xe1;" k="70" />
+<hkern u1="&#x178;" u2="&#xe0;" k="45" />
+<hkern u1="&#x178;" u2="&#xd8;" k="35" />
+<hkern u1="&#x178;" u2="&#xd6;" k="35" />
+<hkern u1="&#x178;" u2="&#xc7;" k="35" />
+<hkern u1="&#x178;" u2="&#xc6;" k="70" />
+<hkern u1="&#x178;" u2="&#xc5;" k="45" />
+<hkern u1="&#x178;" u2="&#xc4;" k="45" />
+<hkern u1="&#x178;" u2="&#xab;" k="95" />
+<hkern u1="&#x178;" u2="v" k="70" />
+<hkern u1="&#x178;" u2="u" k="70" />
+<hkern u1="&#x178;" u2="p" k="80" />
+<hkern u1="&#x178;" u2="o" k="95" />
+<hkern u1="&#x178;" u2="g" k="85" />
+<hkern u1="&#x178;" u2="e" k="90" />
+<hkern u1="&#x178;" u2="a" k="90" />
+<hkern u1="&#x178;" u2="T" k="-20" />
+<hkern u1="&#x178;" u2="S" k="10" />
+<hkern u1="&#x178;" u2="O" k="35" />
+<hkern u1="&#x178;" u2="G" k="35" />
+<hkern u1="&#x178;" u2="C" k="35" />
+<hkern u1="&#x178;" u2="A" k="45" />
+<hkern u1="&#x178;" u2="&#x3b;" k="100" />
+<hkern u1="&#x178;" u2="&#x3a;" k="105" />
+<hkern u1="&#x178;" u2="&#x2e;" k="90" />
+<hkern u1="&#x178;" u2="&#x2d;" k="95" />
+<hkern u1="&#x178;" u2="&#x2c;" k="90" />
+<hkern u1="&#x2018;" u2="&#x178;" k="-45" />
+<hkern u1="&#x2018;" u2="&#xc6;" k="50" />
+<hkern u1="&#x2018;" u2="&#xc5;" k="60" />
+<hkern u1="&#x2018;" u2="&#xc4;" k="60" />
+<hkern u1="&#x2018;" u2="Y" k="-45" />
+<hkern u1="&#x2018;" u2="W" k="-40" />
+<hkern u1="&#x2018;" u2="V" k="-45" />
+<hkern u1="&#x2018;" u2="T" k="-35" />
+<hkern u1="&#x2018;" u2="A" k="60" />
+<hkern u1="&#x2019;" u2="&#xff;" k="-15" />
+<hkern u1="&#x2019;" u2="&#xf8;" k="15" />
+<hkern u1="&#x2019;" u2="&#xf6;" k="15" />
+<hkern u1="&#x2019;" u2="&#xc6;" k="50" />
+<hkern u1="&#x2019;" u2="&#xc5;" k="60" />
+<hkern u1="&#x2019;" u2="&#xc4;" k="60" />
+<hkern u1="&#x2019;" u2="y" k="-15" />
+<hkern u1="&#x2019;" u2="s" k="10" />
+<hkern u1="&#x2019;" u2="r" k="5" />
+<hkern u1="&#x2019;" u2="o" k="15" />
+<hkern u1="&#x2019;" u2="d" k="20" />
+<hkern u1="&#x2019;" u2="A" k="60" />
+<hkern u1="&#x2019;" u2="&#x2e;" k="45" />
+<hkern u1="&#x2019;" u2="&#x2c;" k="40" />
+<hkern u1="&#x201c;" u2="&#x178;" k="-45" />
+<hkern u1="&#x201c;" u2="&#xc6;" k="50" />
+<hkern u1="&#x201c;" u2="&#xc5;" k="65" />
+<hkern u1="&#x201c;" u2="&#xc4;" k="65" />
+<hkern u1="&#x201c;" u2="Y" k="-45" />
+<hkern u1="&#x201c;" u2="W" k="-35" />
+<hkern u1="&#x201c;" u2="V" k="-45" />
+<hkern u1="&#x201c;" u2="T" k="-35" />
+<hkern u1="&#x201c;" u2="A" k="65" />
+<hkern u1="&#x201d;" u2="&#x178;" k="-35" />
+<hkern u1="&#x201d;" u2="&#xc6;" k="55" />
+<hkern u1="&#x201d;" u2="&#xc5;" k="70" />
+<hkern u1="&#x201d;" u2="&#xc4;" k="70" />
+<hkern u1="&#x201d;" u2="Y" k="-35" />
+<hkern u1="&#x201d;" u2="W" k="-25" />
+<hkern u1="&#x201d;" u2="V" k="-35" />
+<hkern u1="&#x201d;" u2="T" k="-30" />
+<hkern u1="&#x201d;" u2="A" k="70" />
+<hkern u1="&#x201e;" u2="&#x178;" k="55" />
+<hkern u1="&#x201e;" u2="&#xc6;" k="-50" />
+<hkern u1="&#x201e;" u2="&#xc5;" k="-35" />
+<hkern u1="&#x201e;" u2="&#xc4;" k="-35" />
+<hkern u1="&#x201e;" u2="Y" k="55" />
+<hkern u1="&#x201e;" u2="W" k="65" />
+<hkern u1="&#x201e;" u2="V" k="75" />
+<hkern u1="&#x201e;" u2="T" k="50" />
+<hkern u1="&#x201e;" u2="A" k="-35" />
+<hkern u1="&#x203a;" u2="&#x178;" k="105" />
+<hkern u1="&#x203a;" u2="&#xc6;" k="25" />
+<hkern u1="&#x203a;" u2="&#xc5;" k="40" />
+<hkern u1="&#x203a;" u2="&#xc4;" k="40" />
+<hkern u1="&#x203a;" u2="Y" k="105" />
+<hkern u1="&#x203a;" u2="W" k="75" />
+<hkern u1="&#x203a;" u2="V" k="85" />
+<hkern u1="&#x203a;" u2="T" k="105" />
+<hkern u1="&#x203a;" u2="A" k="40" />
+</font>
+</defs></svg> 
\ No newline at end of file
diff --git a/static/fonts/texgyreschola-italic-webfont.ttf b/static/fonts/texgyreschola-italic-webfont.ttf
new file mode 100644
index 0000000..7569232
--- /dev/null
+++ b/static/fonts/texgyreschola-italic-webfont.ttf
Binary files differ
diff --git a/static/fonts/texgyreschola-italic-webfont.woff b/static/fonts/texgyreschola-italic-webfont.woff
new file mode 100644
index 0000000..8dcc041
--- /dev/null
+++ b/static/fonts/texgyreschola-italic-webfont.woff
Binary files differ
diff --git a/static/images/background.jpg b/static/images/background.jpg
new file mode 100644
index 0000000..8b6e13e
--- /dev/null
+++ b/static/images/background.jpg
Binary files differ
diff --git a/static/instructions/Slide1.jpg b/static/instructions/Slide1.jpg
deleted file mode 100644
index 536e46a..0000000
--- a/static/instructions/Slide1.jpg
+++ /dev/null
Binary files differ
diff --git a/static/instructions/Slide2.jpg b/static/instructions/Slide2.jpg
deleted file mode 100644
index 32f297d..0000000
--- a/static/instructions/Slide2.jpg
+++ /dev/null
Binary files differ
diff --git a/static/instructions/Slide3.jpg b/static/instructions/Slide3.jpg
deleted file mode 100644
index 4a08fa8..0000000
--- a/static/instructions/Slide3.jpg
+++ /dev/null
Binary files differ
diff --git a/static/instructions/Slide4.jpg b/static/instructions/Slide4.jpg
deleted file mode 100644
index 7ebc74e..0000000
--- a/static/instructions/Slide4.jpg
+++ /dev/null
Binary files differ
diff --git a/static/instructions/Slide5.jpg b/static/instructions/Slide5.jpg
deleted file mode 100644
index 9622960..0000000
--- a/static/instructions/Slide5.jpg
+++ /dev/null
Binary files differ
diff --git a/static/instructions/Slide6.jpg b/static/instructions/Slide6.jpg
deleted file mode 100644
index a76b5f3..0000000
--- a/static/instructions/Slide6.jpg
+++ /dev/null
Binary files differ
diff --git a/static/instructions/Slide7.jpg b/static/instructions/Slide7.jpg
deleted file mode 100644
index 9bd4101..0000000
--- a/static/instructions/Slide7.jpg
+++ /dev/null
Binary files differ
diff --git a/static/instructions/buttonlaunch.png b/static/instructions/buttonlaunch.png
new file mode 100644
index 0000000..9bbfd91
--- /dev/null
+++ b/static/instructions/buttonlaunch.png
Binary files differ
diff --git a/static/instructions/instructions.png b/static/instructions/instructions.png
new file mode 100644
index 0000000..38f744b
--- /dev/null
+++ b/static/instructions/instructions.png
Binary files differ
diff --git a/static/instructions/login.png b/static/instructions/login.png
new file mode 100644
index 0000000..45419dd
--- /dev/null
+++ b/static/instructions/login.png
Binary files differ
diff --git a/static/instructions/quiz.png b/static/instructions/quiz.png
new file mode 100644
index 0000000..f1bb8af
--- /dev/null
+++ b/static/instructions/quiz.png
Binary files differ
diff --git a/static/instructions/tabs.png b/static/instructions/tabs.png
new file mode 100644
index 0000000..afbb9da
--- /dev/null
+++ b/static/instructions/tabs.png
Binary files differ
diff --git a/xdata/templates/base.html b/xdata/templates/base.html
index af1ab63..1c5d0e8 100755
--- a/xdata/templates/base.html
+++ b/xdata/templates/base.html
@@ -22,4 +22,4 @@
     <script type="text/javascript" src="{% static 'javascript/lib/d3.min.js' %}"></script>
     <script type="text/javascript" src="{% static 'javascript/base.js' %}"></script>
   </body>
-</html>
\ No newline at end of file
+</html>
diff --git a/xdata/templates/index.html b/xdata/templates/index.html
index d6a1d6a..25347fa 100755
--- a/xdata/templates/index.html
+++ b/xdata/templates/index.html
@@ -1,45 +1,66 @@
 {% extends "main.html" %}
-{% block head %}  
+{% block head %}
 <!-- <link rel="stylesheet" type="text/css" href="/static/css/styles.css"> -->
 {% endblock %}
 
 {% block body %}
-<div class="container">
+<!-- <div class="container"> -->
 	{% block container %}
-        <div class="head">
-            <h1>XDATA</h1>
-            <p class="lead">Welcome to XDATA.  Thank you for participating in our online user testing session and
-                helping us model user workflow through analysis of your activities</p>
+		<div class='pane'>
+      <div id='landing-header'>
+				<div id='landing-container'>
+        	<div id='landing-title'>WELCOME TO THE XDATA EVALUATION ENVIRONMENT</div>
+  				<div id='landing-subtitle'>Thank you for participating in our online user testing session and helping us model user workflow through analysis of your activities</div>
+				</div>
+			</div>
+			<div id='landing-login'>
+      	<div id="landing-register">
+        	<h2>New Participant?</h2>
+        	<a class="btn-bordered" id="landing-button" href="#recruitment" role="button">LEARN MORE</a>
+      	</div>
+      	<div id="landing-signin">
+        	<h3>Already Registered? <a href="{% url 'op_tasks:login' %}">Sign in</a></h3>
+      	</div>
+			</div>
+		</div>
 
-            <div class="register">
-                <h3>New Participant?</h3>
-                <a class="btn btn-lg btn-success" href="{% url 'op_tasks:intro' process='register' %}" role="button">Register</a>
-            </div>
-            <div class="signin">
-                <h4 class="form-signin-heading">Already Registered? <a href="{% url 'op_tasks:login' %}">Sign in</a></h4>
-            </div>
+		<div class="pane">
+			<div id="recruitment-header">
+				<a name="recruitment"></a>
+				<div id="recruitment-header-container">
+					<div id="recruitment-title">
+						<b>THANK YOU</b> for your interest in the XDATA research study!
+					</div>
+				</div>
+			</div>
+			<div id="recruitment-info-container">
+				<div id="recruitment-text">
+      		<h4>Call for Research Participants</h4>
+					<p>The purpose of this study is to determine whether certain kinds of interfaces and analytic tools affect your analytic workflow. This study is funded by the Defense Advanced Research Projects Agency. Your participation will include providing information about your basic demographics, personality, analytic abilities via online questionnaire. This will be followed by a testing session to be completed at your convenience through our online testing portal. During the testing session, you will be asked to participate in a variety of tasks, questionnaires and cognitive tests, as well as interactive tasks on a computer.</p>
 
-            <h4>Call for Research Participants</h4>
-            <p>The purpose of this study is to determine whether certain kinds of interfaces and analytic tools affect your analytic workflow. This study is funded by the Defense Advanced Research Projects Agency. Your participation will include providing information about your basic demographics, personality, analytic abilities via online questionnaire. This will be followed by a testing session to be completed at your convenience through our online testing portal. During the testing session, you will be asked to participate in a variety of tasks, questionnaires and cognitive tests, as well as interactive tasks on a computer.</p>
-            <h4>Eligibility Information</h4>
-            <p>Participation in this research is open to any persons between the ages of 18 and 60 years, that are not incarcerated (i.e., prisoners) or a member of another legally protected population (i.e., intellectually handicapped, children, etc.), with the exception of pregnant women (the procedures and materials used in this study do not limit the participation of pregnant women). You may be excluded from participation if you do not have sufficient formal training or experience in interpretation of data, hypothesis testing, or construction of reasoned argument to effectively answer questions about analytic process or participate in laboratory tasks. Ideally, potential participants have at least 3 years applied or working experience within an analytic vocation (e.g., intelligence, military, legal, business, marketing, credit, banking, finance, and capital markets, etc.) OR post-graduate training within a relevant area of study and associated analytic skills (e.g., economics, behavioral sciences, statistics, political science, etc.), OR have had relevant internships, post-doctoral, or research experience. However, should you feel that you meet the requirements given your applied experience, we will consider eligibility on a case-by-case basis. </p>
-            <h4>Additional Study Details</h4>
-            <p><i>Study Duration:</i>  Your participation in this study can involve up to 3 hours of your time: approximately 30-60 minutes to fill out online questionnaires, and 90-120 minutes as you engage in online analytic tasks. Additional follow-up tasks with similar content may be solicited, with your permission. Each of these are estimated to take between 90-120 minutes.</p>
-            <p><i>Participant Involvement:</i>  Participation involves both completion of the online questionnaires and online tasks, which involve using next generation analytic tools to solve difficult analytic problems using complex data sources. However, participation in the online questionnaires neither obligates you to participate in online analytic tasks nor guarantees that you will be invited for follow up tasks.</p>
-            <p><i>Compensation:</i>  Participation is strictly voluntary—there is no monetary compensation for participation in this study. However, participants being recruited from university research sites may be eligible for course/research credit commensurate with their participation as per their institution’s guidelines.</p>
-            <p>To register as a participant or just to learn more about this unique research opportunity, please click on the link to the Online Consent Form posted below. If you acknowledge the terms in the consent form, you can register a unique, but anonymous username that will be used to keep track of your data. If, after visiting our website, you have additional questions and concerns, please contact us at software-evaluation@draper.com.</p>
-            <p>Thank you in advance for your interest and consideration!</p>
-            <p><b>[AFFILIATED SITE RESEARCH LEAD]</b></p>
+					<h4>Eligibility Information</h4>
+					<p>Participation in this research is open to any persons between the ages of 18 and 60 years, that are not incarcerated (i.e., prisoners) or a member of another legally protected population (i.e., intellectually handicapped, children, etc.), with the exception of pregnant women (the procedures and materials used in this study do not limit the participation of pregnant women). You may be excluded from participation if you do not have sufficient formal training or experience in interpretation of data, hypothesis testing, or construction of reasoned argument to effectively answer questions about analytic process or participate in laboratory tasks. Ideally, potential participants have at least 3 years applied or working experience within an analytic vocation (e.g., intelligence, military, legal, business, marketing, credit, banking, finance, and capital markets, etc.), OR post-graduate training within a relevant area of study and associated analytic skills (e.g., economics, behavioral sciences, statistics, political science, etc.), OR have had relevant internships, post-doctoral, or research experience. However, should you feel that you meet the requirements given your applied experience, we will consider eligibility on a case-by-case basis.</p>
 
-            <p>Dr. Joshua C. Poore (Principal Investigator)
-            <br>Senior Member of the Technical Staff
-            <br>The Charles Stark Draper Laboratory
-            <br>555 Technology Square, Rm. 2242
-            <br>Cambridge, MA 02139-3563
-            <br>Phone: (617) 258-4023
-            <br>Email: jpoore@draper.com</p>
+					<h4>Additional Study Details</h4>
+      		<p><i>Study Duration:</i>  Your participation in this study can involve up to 3 hours of your time: approximately 30-60 minutes to fill out online questionnaires, and 90-120 minutes as you engage in online analytic tasks. Additional follow-up tasks with similar content may be solicited, with your permission. Each of these are estimated to take between 90-120 minutes.</p>
+					<p><i>Participant Involvement:</i>  Participation involves both completion of the online questionnaires and online tasks, which involve using next generation analytic tools to solve difficult analytic problems using complex data sources. However, participation in the online questionnaires neither obligates you to participate in online analytic tasks nor guarantees that you will be invited for follow up tasks.</p>
+					<p><i>Compensation:</i>  Participation is strictly voluntary—there is no monetary compensation for participation in this study. However, participants being recruited from university research sites may be eligible for course/research credit commensurate with their participation as per their institution’s guidelines.</p>
 
-        </div>
-    {% endblock %}
-</div> <!-- /container -->
-{% endblock %}
\ No newline at end of file
+					<p><b>To register as a participant or just to learn more about this unique research opportunity, please click on the green Register link above.</b> This will forward you to our Online Consent Form. If you acknowledge the terms in the consent form, you can register a unique, but anonymous username that will be used to keep track of your data. If, after visiting our website, you have additional questions and concerns, please contact us at <a href='mailto:software-evaluation@draper.com'>software-evaluation@draper.com</a>.</p>
+      		<p>Thank you in advance for your interest and consideration!</p>
+
+      		<p>Dr. Joshua C. Poore (Principal Investigator)
+      		<br>Senior Member of the Technical Staff
+      		<br>The Charles Stark Draper Laboratory
+      		<br>555 Technology Square, Rm. 2242
+      		<br>Cambridge, MA 02139-3563
+      		<br>Phone: (617) 258-4023
+      		<br>Email: <a href='software-evaluation@draper.com'>software-evaluation@draper.com</a></p>
+
+					<a class="btn-bordered" id="landing-button" href="{% url 'op_tasks:intro' process='register' %}" role="button">REGISTER</a>
+				</div>
+			</div>
+    </div>
+  {% endblock %}
+<!-- </div> -->
+{% endblock %}
diff --git a/xdata/templates/main.html b/xdata/templates/main.html
index cc5293e..3605d99 100755
--- a/xdata/templates/main.html
+++ b/xdata/templates/main.html
@@ -1,12 +1,21 @@
 {% extends "base.html" %}
 
 {% block head %}
-  <title>XDATA | Online </title>  
+  <title>XDATA | Online</title>
 {% endblock %}
 
 {% block body %}
+
+<div class="main-header">
+  <div id="header-title">XDATA</div>
+  {% block header %}
+  {% endblock %}
+</div>
+
 <div class="container">
 	{% block container %}
 	{% endblock %}
-</div> <!-- /container -->
-{% endblock %}
\ No newline at end of file
+</div>
+
+<div class="main-footer"></div>
+{% endblock %}
diff --git a/xdata/templates/page.html b/xdata/templates/page.html
index de157ed..3e5e385 100755
--- a/xdata/templates/page.html
+++ b/xdata/templates/page.html
@@ -1,35 +1,18 @@
 {% extends "main.html" %}
-{% block head %}  
+{% block head %}
+{% endblock %}
+
+{% block header %}
+  <div id="header-navbar">
+    Signed in as {{user.username}} | <a class="header-navbar-link" href="{% url 'op_tasks:logout' %}">Sign Out</a>
+  </div>
 {% endblock %}
 
 {% block container %}
-<!-- Static navbar -->
-    <div class="navbar navbar-default" role="navigation">
-      <div class="container-fluid">
-        <div class="navbar-header">
-          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse">
-            <span class="sr-only">Toggle navigation</span>
-            <span class="icon-bar"></span>
-            <span class="icon-bar"></span>
-            <span class="icon-bar"></span>
-          </button>
-          <a class="navbar-brand" href="{% url 'op_tasks:task_list' %}">XDATA Online</a>
-        </div>
-        <div class="navbar-collapse collapse">          
-          <ul class="nav navbar-nav navbar-right">
-            <li><p class="navbar-text">Signed in as {{user.username}}</p></li>
-            <li><p class="navbar-brand">|</a></li>
-            <li><a href="{% url 'op_tasks:logout' %}">Sign out</a></li>
-          </ul>
-        </div><!--/.nav-collapse -->
-      </div><!--/.container-fluid -->
-    </div>
-
-    <div class="container-fluid">
-      <div class="row">
-        <div class="col-md-3 sidebar">
-
-          {% if user.is_staff %}
+  <div class="container-fluid">
+    <div class="row">
+      <div class="col-md-3 sidebar">
+        {% if user.is_staff %}
           <div class="panel panel-default">
             <div class="panel-heading">
               <b class="panel-title">
@@ -38,32 +21,32 @@
               </b>
             </div>
             <div class="panel-body">
-              <a href="{% url 'exp_portal:home' %}">Experiment Portal</a><br>
-              <a href="{% url 'developer:home' %}">Developer Portal</a><br>
+              <ul class="navigation-list">
+                <li><a class="navigation-item" href="{% url 'exp_portal:home' %}">Experiment Portal</a></li>
+                <li><a class="navigation-item" href="{% url 'developer:home' %}">Developer Portal</a></li>
+              </ul>
             </div>
           </div>
-          {% endif %}
-
-          <div class="panel panel-default">
-            <div class="panel-heading">
-              <b class="panel-title">Navigation</b>
-            </div>
-            <div class="panel-body">
-              <a href="{% url 'op_tasks:task_list' %}">Task List</a><br>
-              <a href="{% url 'op_tasks:instruct' %}">Instructions</a><br>
-              <a href="{% url 'op_tasks:view_profile' %}">Manage user profile</a><br>
-            </div>
-          </div> 
-
-          {% block side_block %}
-          {% endblock %}
-
+        {% endif %}
+        <div class="panel panel-default">
+          <div class="panel-heading">
+            <b class="panel-title">Navigation</b>
+          </div>
+          <div class="panel-body">
+            <ul class="navigation-list">
+              <li><a class="navigation-item" href="{% url 'op_tasks:task_list' %}">Task List</a></li>
+              <li><a class="navigation-item" href="{% url 'op_tasks:instruct' %}">Instructions</a></li>
+              <li><a class="navigation-item" href="{% url 'op_tasks:view_profile' %}">Manage user profile</a></li>
+            </ul>
+          </div>
         </div>
-        <div class="col-md-9 main">
-          {% block content %} 
-          {% endblock %}
-        </div>
+        {% block side_block %}
+        {% endblock %}
+      </div>
+      <div class="col-md-9 main">
+        {% block content %}
+        {% endblock %}
       </div>
     </div>
-    
+  </div>
 {% endblock %}