first commit

This commit is contained in:
alazhar 2020-01-02 22:30:28 +07:00
commit be2fb7f563
339 changed files with 53011 additions and 0 deletions

21
Home.html Normal file
View File

@ -0,0 +1,21 @@
<div id="carousel-id" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carousel-id" data-slide-to="0" class=""></li>
<li data-target="#carousel-id" data-slide-to="1" class=""></li>
<li data-target="#carousel-id" data-slide-to="2" class="active"></li>
</ol>
<div class="carousel-inner">
<div class="item">
<img data-src="holder.js/900x500/auto/#777:#7a7a7a/text:First slide" alt="First slide" src="images/Lomba Foto Indomaret 2014.jpg" style="height: 600px !important;">
</div>
<div class="item">
<img data-src="holder.js/900x500/auto/#666:#6a6a6a/text:Second slide" alt="Second slide" src="images/Lomba Foto Indomaret 2014.jpg">
</div>
<div class="item active">
<img data-src="holder.js/900x500/auto/#555:#5a5a5a/text:Third slide" alt="Third slide" src="images/Lomba Foto Indomaret 2014.jpg">
</div>
</div>
<a class="left carousel-control" href="#carousel-id" data-slide="prev"><span class="glyphicon glyphicon-chevron-left"></span></a>
<a class="right carousel-control" href="#carousel-id" data-slide="next"><span class="glyphicon glyphicon-chevron-right"></span></a>
</div>

0
README.md Normal file
View File

61
_div style=.html Normal file
View File

@ -0,0 +1,61 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Error</title>
<style type="text/css">
::selection{ background-color: #E13300; color: white; }
::moz-selection{ background-color: #E13300; color: white; }
::webkit-selection{ background-color: #E13300; color: white; }
body {
background-color: #fff;
margin: 40px;
font: 13px/20px normal Helvetica, Arial, sans-serif;
color: #4F5155;
}
a {
color: #003399;
background-color: transparent;
font-weight: normal;
}
h1 {
color: #444;
background-color: transparent;
border-bottom: 1px solid #D0D0D0;
font-size: 19px;
font-weight: normal;
margin: 0 0 14px 0;
padding: 14px 15px 10px 15px;
}
code {
font-family: Consolas, Monaco, Courier New, Courier, monospace;
font-size: 12px;
background-color: #f9f9f9;
border: 1px solid #D0D0D0;
color: #002166;
display: block;
margin: 14px 0 14px 0;
padding: 12px 10px 12px 10px;
}
#container {
margin: 10px;
border: 1px solid #D0D0D0;
-webkit-box-shadow: 0 0 8px #D0D0D0;
}
p {
margin: 12px 15px 12px 15px;
}
</style>
</head>
<body>
<div id="container">
<h1>An Error Was Encountered</h1>
<p>The URI you submitted has disallowed characters.</p> </div>
</body>
</html>

937
alerts.html Normal file
View File

@ -0,0 +1,937 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="images/favicon.png" type="image/png">
<title>Bracket Responsive Bootstrap3 Admin</title>
<link href="css/style.default.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Preloader -->
<div id="preloader">
<div id="status"><i class="fa fa-spinner fa-spin"></i></div>
</div>
<section>
<div class="leftpanel">
<div class="logopanel">
<h1><span>[</span> bracket <span>]</span></h1>
</div><!-- logopanel -->
<div class="leftpanelinner">
<!-- This is only visible to small devices -->
<div class="visible-xs hidden-sm hidden-md hidden-lg">
<div class="media userlogged">
<img alt="" src="images/photos/loggeduser.png" class="media-object">
<div class="media-body">
<h4>John Doe</h4>
<span>"Life is so..."</span>
</div>
</div>
<h5 class="sidebartitle actitle">Account</h5>
<ul class="nav nav-pills nav-stacked nav-bracket mb30">
<li><a href="profile.html"><i class="fa fa-user"></i> <span>Profile</span></a></li>
<li><a href="#"><i class="fa fa-cog"></i> <span>Account Settings</span></a></li>
<li><a href="#"><i class="fa fa-question-circle"></i> <span>Help</span></a></li>
<li><a href="signout.html"><i class="fa fa-sign-out"></i> <span>Sign Out</span></a></li>
</ul>
</div>
<h5 class="sidebartitle">Navigation</h5>
<ul class="nav nav-pills nav-stacked nav-bracket">
<li><a href="index.html"><i class="fa fa-home"></i> <span>Dashboard</span></a></li>
<li><a href="email.html"><i class="fa fa-envelope-o"></i> <span>Email</span></a></li>
<li class="nav-parent"><a href="#"><i class="fa fa-edit"></i> <span>Forms</span></a>
<ul class="children">
<li><a href="general-forms.html"><i class="fa fa-caret-right"></i> General Forms</a></li>
<li><a href="form-layouts.html"><i class="fa fa-caret-right"></i> Form Layouts</a></li>
<li><a href="form-validation.html"><i class="fa fa-caret-right"></i> Form Validation</a></li>
<li><a href="form-wizards.html"><i class="fa fa-caret-right"></i> Form Wizards</a></li>
<li><a href="wysiwyg.html"><i class="fa fa-caret-right"></i> WYSIWYG</a></li>
</ul>
</li>
<li class="nav-parent nav-active active"><a href="#"><i class="fa fa-suitcase"></i> <span>UI Elements</span></a>
<ul class="children" style="display: block">
<li><a href="buttons.html"><i class="fa fa-caret-right"></i> Buttons</a></li>
<li><a href="icons.html"><i class="fa fa-caret-right"></i> Icons</a></li>
<li><a href="typography.html"><i class="fa fa-caret-right"></i> Typography</a></li>
<li class="active"><a href="alerts.html"><i class="fa fa-caret-right"></i> Alerts &amp; Notifications</a></li>
<li><a href="tabs-accordions.html"><i class="fa fa-caret-right"></i> Tabs &amp; Accordions</a></li>
<li><a href="sliders.html"><i class="fa fa-caret-right"></i> Sliders</a></li>
<li><a href="graphs.html"><i class="fa fa-caret-right"></i> Graphs &amp; Charts</a></li>
<li><a href="widgets.html"><i class="fa fa-caret-right"></i> Panels &amp; Widgets</a></li>
<li><a href="extras.html"><i class="fa fa-caret-right"></i> Extras</a></li>
</ul>
</li>
<li><a href="tables.html"><i class="fa fa-th-list"></i> <span>Tables</span></a></li>
<li><a href="maps.html"><i class="fa fa-map-marker"></i> <span>Maps</span></a></li>
<li class="nav-parent"><a href="#"><i class="fa fa-file-text"></i> <span>Pages</span></a>
<ul class="children">
<li><a href="calendar.html"><i class="fa fa-caret-right"></i> Calendar</a></li>
<li><a href="media-manager.html"><i class="fa fa-caret-right"></i> Media Manager</a></li>
<li><a href="timeline.html"><i class="fa fa-caret-right"></i> Timeline</a></li>
<li><a href="blog-list.html"><i class="fa fa-caret-right"></i> Blog List</a></li>
<li><a href="blog-single.html"><i class="fa fa-caret-right"></i> Blog Single</a></li>
<li><a href="people-directory.html"><i class="fa fa-caret-right"></i> People Directory</a></li>
<li><a href="profile.html"><i class="fa fa-caret-right"></i> Profile</a></li>
<li><a href="invoice.html"><i class="fa fa-caret-right"></i> Invoice</a></li>
<li><a href="search-results.html"><i class="fa fa-caret-right"></i> Search Results</a></li>
<li><a href="blank.html"><i class="fa fa-caret-right"></i> Blank Page</a></li>
<li><a href="notfound.html"><i class="fa fa-caret-right"></i> 404 Page</a></li>
<li><a href="locked.html"><i class="fa fa-caret-right"></i> Locked Screen</a></li>
<li><a href="signin.html"><i class="fa fa-caret-right"></i> Sign In</a></li>
<li><a href="signup.html"><i class="fa fa-caret-right"></i> Sign Up</a></li>
</ul>
</li>
<li><a href="layouts.html"><i class="fa fa-laptop"></i> <span>Skins &amp; Layouts</span></a></li>
</ul>
<div class="infosummary">
<h5 class="sidebartitle">Information Summary</h5>
<ul>
<li>
<div class="datainfo">
<span class="text-muted">Daily Traffic</span>
<h4>630, 201</h4>
</div>
<div id="sidebar-chart" class="chart"></div>
</li>
<li>
<div class="datainfo">
<span class="text-muted">Average Users</span>
<h4>1, 332, 801</h4>
</div>
<div id="sidebar-chart2" class="chart"></div>
</li>
<li>
<div class="datainfo">
<span class="text-muted">Disk Usage</span>
<h4>82.2%</h4>
</div>
<div id="sidebar-chart3" class="chart"></div>
</li>
<li>
<div class="datainfo">
<span class="text-muted">CPU Usage</span>
<h4>140.05 - 32</h4>
</div>
<div id="sidebar-chart4" class="chart"></div>
</li>
<li>
<div class="datainfo">
<span class="text-muted">Memory Usage</span>
<h4>32.2%</h4>
</div>
<div id="sidebar-chart5" class="chart"></div>
</li>
</ul>
</div><!-- infosummary -->
</div><!-- leftpanelinner -->
</div><!-- leftpanel -->
<div class="mainpanel">
<div class="headerbar">
<a class="menutoggle"><i class="fa fa-bars"></i></a>
<form class="searchform" action="http://themepixels.com/demo/webpage/bracket/index.html" method="post">
<input type="text" class="form-control" name="keyword" placeholder="Search here..." />
</form>
<div class="header-right">
<ul class="headermenu">
<li>
<div class="btn-group">
<button class="btn btn-default dropdown-toggle tp-icon" data-toggle="dropdown">
<i class="glyphicon glyphicon-user"></i>
<span class="badge">2</span>
</button>
<div class="dropdown-menu dropdown-menu-head pull-right">
<h5 class="title">2 Newly Registered Users</h5>
<ul class="dropdown-list user-list">
<li class="new">
<div class="thumb"><a href="#"><img src="images/photos/user1.png" alt="" /></a></div>
<div class="desc">
<h5><a href="#">Draniem Daamul (@draniem)</a> <span class="badge badge-success">new</span></h5>
</div>
</li>
<li class="new">
<div class="thumb"><a href="#"><img src="images/photos/user2.png" alt="" /></a></div>
<div class="desc">
<h5><a href="#">Zaham Sindilmaca (@zaham)</a> <span class="badge badge-success">new</span></h5>
</div>
</li>
<li>
<div class="thumb"><a href="#"><img src="images/photos/user3.png" alt="" /></a></div>
<div class="desc">
<h5><a href="#">Weno Carasbong (@wenocar)</a></h5>
</div>
</li>
<li>
<div class="thumb"><a href="#"><img src="images/photos/user4.png" alt="" /></a></div>
<div class="desc">
<h5><a href="#">Nusja Nawancali (@nusja)</a></h5>
</div>
</li>
<li>
<div class="thumb"><a href="#"><img src="images/photos/user5.png" alt="" /></a></div>
<div class="desc">
<h5><a href="#">Lane Kitmari (@lane_kitmare)</a></h5>
</div>
</li>
<li class="new"><a href="#">See All Users</a></li>
</ul>
</div>
</div>
</li>
<li>
<div class="btn-group">
<button class="btn btn-default dropdown-toggle tp-icon" data-toggle="dropdown">
<i class="glyphicon glyphicon-envelope"></i>
<span class="badge">1</span>
</button>
<div class="dropdown-menu dropdown-menu-head pull-right">
<h5 class="title">You Have 1 New Message</h5>
<ul class="dropdown-list gen-list">
<li class="new">
<a href="#">
<span class="thumb"><img src="images/photos/user1.png" alt="" /></span>
<span class="desc">
<span class="name">Draniem Daamul <span class="badge badge-success">new</span></span>
<span class="msg">Lorem ipsum dolor sit amet...</span>
</span>
</a>
</li>
<li>
<a href="#">
<span class="thumb"><img src="images/photos/user2.png" alt="" /></span>
<span class="desc">
<span class="name">Nusja Nawancali</span>
<span class="msg">Lorem ipsum dolor sit amet...</span>
</span>
</a>
</li>
<li>
<a href="#">
<span class="thumb"><img src="images/photos/user3.png" alt="" /></span>
<span class="desc">
<span class="name">Weno Carasbong</span>
<span class="msg">Lorem ipsum dolor sit amet...</span>
</span>
</a>
</li>
<li>
<a href="#">
<span class="thumb"><img src="images/photos/user4.png" alt="" /></span>
<span class="desc">
<span class="name">Zaham Sindilmaca</span>
<span class="msg">Lorem ipsum dolor sit amet...</span>
</span>
</a>
</li>
<li>
<a href="#">
<span class="thumb"><img src="images/photos/user5.png" alt="" /></span>
<span class="desc">
<span class="name">Veno Leongal</span>
<span class="msg">Lorem ipsum dolor sit amet...</span>
</span>
</a>
</li>
<li class="new"><a href="#">Read All Messages</a></li>
</ul>
</div>
</div>
</li>
<li>
<div class="btn-group">
<button class="btn btn-default dropdown-toggle tp-icon" data-toggle="dropdown">
<i class="glyphicon glyphicon-globe"></i>
<span class="badge">5</span>
</button>
<div class="dropdown-menu dropdown-menu-head pull-right">
<h5 class="title">You Have 5 New Notifications</h5>
<ul class="dropdown-list gen-list">
<li class="new">
<a href="#">
<span class="thumb"><img src="images/photos/user4.png" alt="" /></span>
<span class="desc">
<span class="name">Zaham Sindilmaca <span class="badge badge-success">new</span></span>
<span class="msg">is now following you</span>
</span>
</a>
</li>
<li class="new">
<a href="#">
<span class="thumb"><img src="images/photos/user5.png" alt="" /></span>
<span class="desc">
<span class="name">Weno Carasbong <span class="badge badge-success">new</span></span>
<span class="msg">is now following you</span>
</span>
</a>
</li>
<li class="new">
<a href="#">
<span class="thumb"><img src="images/photos/user3.png" alt="" /></span>
<span class="desc">
<span class="name">Veno Leongal <span class="badge badge-success">new</span></span>
<span class="msg">likes your recent status</span>
</span>
</a>
</li>
<li class="new">
<a href="#">
<span class="thumb"><img src="images/photos/user3.png" alt="" /></span>
<span class="desc">
<span class="name">Nusja Nawancali <span class="badge badge-success">new</span></span>
<span class="msg">downloaded your work</span>
</span>
</a>
</li>
<li class="new">
<a href="#">
<span class="thumb"><img src="images/photos/user3.png" alt="" /></span>
<span class="desc">
<span class="name">Nusja Nawancali <span class="badge badge-success">new</span></span>
<span class="msg">send you 2 messages</span>
</span>
</a>
</li>
<li class="new"><a href="#">See All Notifications</a></li>
</ul>
</div>
</div>
</li>
<li>
<div class="btn-group">
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
<img src="images/photos/loggeduser.png" alt="" />
John Doe
<span class="caret"></span>
</button>
<ul class="dropdown-menu dropdown-menu-usermenu pull-right">
<li><a href="profile.html"><i class="glyphicon glyphicon-user"></i> My Profile</a></li>
<li><a href="#"><i class="glyphicon glyphicon-cog"></i> Account Settings</a></li>
<li><a href="#"><i class="glyphicon glyphicon-question-sign"></i> Help</a></li>
<li><a href="signin.html"><i class="glyphicon glyphicon-log-out"></i> Log Out</a></li>
</ul>
</div>
</li>
<li>
<button id="chatview" class="btn btn-default tp-icon chat-icon">
<i class="glyphicon glyphicon-comment"></i>
</button>
</li>
</ul>
</div><!-- header-right -->
</div><!-- headerbar -->
<div class="pageheader">
<h2><i class="fa fa-bell"></i> Alerts &amp; Notifications <span>Subtitle goes here...</span></h2>
<div class="breadcrumb-wrapper">
<span class="label">You are here:</span>
<ol class="breadcrumb">
<li><a href="index.html">Bracket</a></li>
<li><a href="buttons.html">UI Elements</a></li>
<li class="active">Alerts &amp; Notifications</li>
</ol>
</div>
</div>
<div class="contentpanel">
<div class="row">
<div class="col-md-6">
<div class="panel panel-default">
<div class="panel-heading">
<div class="panel-btns">
<a href="#" class="panel-close">&times;</a>
<a href="#" class="minimize">&minus;</a>
</div><!-- panel-btns -->
<h4 class="panel-title">Modal Box</h4>
<p>Modals are streamlined, but flexible, dialog prompts with the minimum required functionality and smart defaults.</p>
</div><!-- panel-heading -->
<div class="panel-body">
<!-- Button trigger modal -->
<button class="btn btn-primary btn-lg" data-toggle="modal" data-target="#myModal">
Launch Modal
</button>
</div>
</div><!-- panel -->
<div class="panel panel-default">
<div class="panel-heading">
<div class="panel-btns">
<a href="#" class="panel-close">&times;</a>
<a href="#" class="minimize">&minus;</a>
</div><!-- panel-btns -->
<h4 class="panel-title">Tooltips</h4>
<p>The tooltip is a common graphical ui element. The user hovers the pointer over an item, without clicking it, and a tooltip may appear.</p>
</div><!-- panel-heading -->
<div class="panel-body">
<div class="tooltip-example">
<button title="Tooltip on right" data-placement="right" data-toggle="tooltip" class="btn btn-default tooltips" type="button">Tooltip Right</button>
<button title="" data-placement="left" data-toggle="tooltip" class="btn btn-default tooltips" type="button" data-original-title="Tooltip on left">Tooltip Left</button>
<button title="Tooltip on top" data-placement="top" data-toggle="tooltip" class="btn btn-default tooltips" type="button">Tooltip Top</button>
<button title="Tooltip on bottom" data-placement="bottom" data-toggle="tooltip" class="btn btn-default tooltips" type="button">Tooltip Bottom</button>
</div>
</div>
</div><!-- panel -->
<div class="panel panel-default">
<div class="panel-heading">
<div class="panel-btns">
<a href="#" class="panel-close">&times;</a>
<a href="#" class="minimize">&minus;</a>
</div><!-- panel-btns -->
<h4 class="panel-title">Popovers</h4>
<p>Add small overlays of content, like those on the iPad, to any element for housing secondary information.</p>
</div><!-- panel-heading -->
<div class="panel-body">
<div class="popover-example">
<button data-content="Vivamus sagittis lacus vel augue laoreet rutrum faucibus." data-placement="left" data-toggle="popover" data-container="body" class="btn btn-default popovers" type="button" data-original-title="" title="">
Popover Left
</button>
<button data-content="Vivamus sagittis lacus vel augue laoreet rutrum faucibus." data-placement="top" data-toggle="popover" data-container="body" class="btn btn-default popovers" type="button" data-original-title="" title="">
Popover Top
</button>
<button data-content="Vivamus sagittis lacus vel augue laoreet rutrum faucibus." data-placement="bottom" data-toggle="popover" data-container="body" class="btn btn-default popovers" type="button" data-original-title="" title="">
Popover Bottom
</button>
<button data-content="Vivamus sagittis lacus vel augue laoreet rutrum faucibus." data-placement="right" data-toggle="popover" data-container="body" class="btn btn-default popovers" type="button" data-original-title="" title="">
Popover Right
</button>
</div>
</div>
</div><!-- panel -->
</div><!-- col-md-6 -->
<div class="col-md-6">
<div class="panel panel-default">
<div class="panel-heading">
<div class="panel-btns">
<a href="#" class="panel-close">&times;</a>
<a href="#" class="minimize">&minus;</a>
</div><!-- panel-btns -->
<h4 class="panel-title">Alert Messages</h4>
<p>Provide contextual feedback messages for typical user actions with the handful of available and flexible alert messages.</p>
</div><!-- panel-heading -->
<div class="panel-body">
<div class="alert alert-success">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>
<strong>Well done!</strong> You successfully read this <a href="#" class="alert-link">important alert message</a>.
</div>
<div class="alert alert-info">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>
<strong>Heads up!</strong> This <a href="#" class="alert-link">alert needs your attention</a>, but it's not super important.
</div>
<div class="alert alert-warning">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>
<strong>Warning!</strong> Best check yo self, you're <a href="#" class="alert-link">not looking too good</a>.
</div>
<div class="alert alert-danger">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>
<strong>Oh snap!</strong> Change a <a href="#" class="alert-link">few things</a> up and try submitting again.
</div>
<div class="alert alert-info fade in nomargin">
<button aria-hidden="true" data-dismiss="alert" class="close" type="button">&times;</button>
<h4>Announcements!</h4>
<p>Change this and that and try again. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum.</p>
<p>
<button class="btn btn-info" type="button">Take this action</button>
<button class="btn btn-white" type="button">Or do this</button>
</p>
</div>
</div>
</div><!-- panel -->
</div><!-- col-md-6 -->
</div><!-- row -->
<div class="row">
<div class="col-md-7">
<div class="panel panel-default">
<div class="panel-heading">
<div class="panel-btns">
<a href="#" class="panel-close">&times;</a>
<a href="#" class="minimize">&minus;</a>
</div><!-- panel-btns -->
<h4 class="panel-title">Progress Bars</h4>
<p>Provide up-to-date feedback on the progress of a workflow or action with simple yet flexible progress bars.</p>
</div><!-- panel-heading -->
<div class="panel-body">
<h5 class="subtitle">Basic Progress</h5>
<p>Default progress bar. Progress bars use some of the same button and alert classes for consistent styles.</p>
<div class="progress">
<div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100" style="width: 40%">
<span class="sr-only">40% Complete (success)</span>
</div>
</div>
<div class="progress">
<div class="progress-bar progress-bar-info" role="progressbar" aria-valuenow="20" aria-valuemin="0" aria-valuemax="100" style="width: 20%">
<span class="sr-only">20% Complete</span>
</div>
</div>
<div class="progress">
<div class="progress-bar progress-bar-warning" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 60%">
<span class="sr-only">60% Complete (warning)</span>
</div>
</div>
<div class="progress">
<div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100" style="width: 80%">
<span class="sr-only">80% Complete</span>
</div>
</div>
<br />
<h5 class="subtitle">Striped Progress</h5>
<p>Uses a gradient to create a striped effect. Not available in IE8</p>
<div class="progress progress-striped">
<div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100" style="width: 40%">
<span class="sr-only">40% Complete (success)</span>
</div>
</div>
<br />
<h5 class="subtitle">Animated Progress</h5>
<p>Add <code>.active</code> to <code>.progress-striped</code> to animate the stripes right to left. Not available in all versions of IE.</p>
<div class="progress progress-striped active">
<div class="progress-bar progress-bar-primary" role="progressbar" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100" style="width: 40%">
<span class="sr-only">40% Complete (success)</span>
</div>
</div>
</div><!-- panel-body -->
</div><!-- panel -->
</div><!-- col-md-7 -->
<div class="col-md-5">
<div class="panel panel-default">
<div class="panel-heading">
<div class="panel-btns">
<a href="#" class="panel-close">&times;</a>
<a href="#" class="minimize">&minus;</a>
</div><!-- panel-btns -->
<h4 class="panel-title">Labels &amp; Badges</h4>
</div><!-- panel-heading -->
<div class="panel-body">
<h5 class="subtitle">Labels</h5>
<p>Add any of the below mentioned modifier classes to change the appearance of a label.</p>
<span class="label label-default">Default</span>
<span class="label label-primary">Primary</span>
<span class="label label-success">Success</span>
<span class="label label-info">Info</span>
<span class="label label-warning">Warning</span>
<span class="label label-danger">Danger</span>
<br /><br />
<h5 class="subtitle">Badges</h5>
<p>Easily highlight new or unread items by adding below to links, navs, and more.</p>
<span class="badge">42</span>
<span class="badge badge-primary">10</span>
<span class="badge badge-success">28</span>
<span class="badge badge-warning">90</span>
<span class="badge badge-danger">33</span>
<span class="badge badge-info">21</span>
<br /><br />
<h5 class="subtitle">Badge Example</h5>
<p>Adapts to active nav states.</p>
<ul class="nav nav-pills nav-stacked">
<li class="active">
<a href="#">
<span class="badge pull-right">42</span>
Home
</a>
</li>
<li><a href="#">Profile</a></li>
<li>
<a href="#">
<span class="badge pull-right">3</span>
Messages
</a>
</li>
</ul>
</div>
</div><!-- panel -->
</div><!-- col-md-5 -->
</div><!-- row -->
</div><!-- contentpanel -->
</div><!-- mainpanel -->
<div class="rightpanel">
<!-- Nav tabs -->
<ul class="nav nav-tabs nav-justified">
<li class="active"><a href="#rp-alluser" data-toggle="tab"><i class="fa fa-users"></i></a></li>
<li><a href="#rp-favorites" data-toggle="tab"><i class="fa fa-heart"></i></a></li>
<li><a href="#rp-history" data-toggle="tab"><i class="fa fa-clock-o"></i></a></li>
<li><a href="#rp-settings" data-toggle="tab"><i class="fa fa-gear"></i></a></li>
</ul>
<!-- Tab panes -->
<div class="tab-content">
<div class="tab-pane active" id="rp-alluser">
<h5 class="sidebartitle">Online Users</h5>
<ul class="chatuserlist">
<li class="online">
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/userprofile.png" class="media-object">
</a>
<div class="media-body">
<strong>Eileen Sideways</strong>
<small>Los Angeles, CA</small>
</div>
</div><!-- media -->
</li>
<li class="online">
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user1.png" class="media-object">
</a>
<div class="media-body">
<span class="pull-right badge badge-danger">2</span>
<strong>Zaham Sindilmaca</strong>
<small>San Francisco, CA</small>
</div>
</div><!-- media -->
</li>
<li class="online">
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user2.png" class="media-object">
</a>
<div class="media-body">
<strong>Nusja Nawancali</strong>
<small>Bangkok, Thailand</small>
</div>
</div><!-- media -->
</li>
<li class="online">
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user3.png" class="media-object">
</a>
<div class="media-body">
<strong>Renov Leongal</strong>
<small>Cebu City, Philippines</small>
</div>
</div><!-- media -->
</li>
<li class="online">
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user4.png" class="media-object">
</a>
<div class="media-body">
<strong>Weno Carasbong</strong>
<small>Tokyo, Japan</small>
</div>
</div><!-- media -->
</li>
</ul>
<div class="mb30"></div>
<h5 class="sidebartitle">Offline Users</h5>
<ul class="chatuserlist">
<li>
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user5.png" class="media-object">
</a>
<div class="media-body">
<strong>Eileen Sideways</strong>
<small>Los Angeles, CA</small>
</div>
</div><!-- media -->
</li>
<li>
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user2.png" class="media-object">
</a>
<div class="media-body">
<strong>Zaham Sindilmaca</strong>
<small>San Francisco, CA</small>
</div>
</div><!-- media -->
</li>
<li>
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user3.png" class="media-object">
</a>
<div class="media-body">
<strong>Nusja Nawancali</strong>
<small>Bangkok, Thailand</small>
</div>
</div><!-- media -->
</li>
<li>
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user4.png" class="media-object">
</a>
<div class="media-body">
<strong>Renov Leongal</strong>
<small>Cebu City, Philippines</small>
</div>
</div><!-- media -->
</li>
<li>
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user5.png" class="media-object">
</a>
<div class="media-body">
<strong>Weno Carasbong</strong>
<small>Tokyo, Japan</small>
</div>
</div><!-- media -->
</li>
<li>
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user4.png" class="media-object">
</a>
<div class="media-body">
<strong>Renov Leongal</strong>
<small>Cebu City, Philippines</small>
</div>
</div><!-- media -->
</li>
<li>
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user5.png" class="media-object">
</a>
<div class="media-body">
<strong>Weno Carasbong</strong>
<small>Tokyo, Japan</small>
</div>
</div><!-- media -->
</li>
</ul>
</div>
<div class="tab-pane" id="rp-favorites">
<h5 class="sidebartitle">Favorites</h5>
<ul class="chatuserlist">
<li class="online">
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user2.png" class="media-object">
</a>
<div class="media-body">
<strong>Eileen Sideways</strong>
<small>Los Angeles, CA</small>
</div>
</div><!-- media -->
</li>
<li>
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user1.png" class="media-object">
</a>
<div class="media-body">
<strong>Zaham Sindilmaca</strong>
<small>San Francisco, CA</small>
</div>
</div><!-- media -->
</li>
<li>
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user3.png" class="media-object">
</a>
<div class="media-body">
<strong>Nusja Nawancali</strong>
<small>Bangkok, Thailand</small>
</div>
</div><!-- media -->
</li>
<li class="online">
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user4.png" class="media-object">
</a>
<div class="media-body">
<strong>Renov Leongal</strong>
<small>Cebu City, Philippines</small>
</div>
</div><!-- media -->
</li>
<li class="online">
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user5.png" class="media-object">
</a>
<div class="media-body">
<strong>Weno Carasbong</strong>
<small>Tokyo, Japan</small>
</div>
</div><!-- media -->
</li>
</ul>
</div>
<div class="tab-pane" id="rp-history">
<h5 class="sidebartitle">History</h5>
<ul class="chatuserlist">
<li class="online">
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user4.png" class="media-object">
</a>
<div class="media-body">
<strong>Eileen Sideways</strong>
<small>Hi hello, ctc?... would you mind if I go to your...</small>
</div>
</div><!-- media -->
</li>
<li>
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user2.png" class="media-object">
</a>
<div class="media-body">
<strong>Zaham Sindilmaca</strong>
<small>This is to inform you that your product that we...</small>
</div>
</div><!-- media -->
</li>
<li>
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user3.png" class="media-object">
</a>
<div class="media-body">
<strong>Nusja Nawancali</strong>
<small>Are you willing to have a long term relat...</small>
</div>
</div><!-- media -->
</li>
</ul>
</div>
<div class="tab-pane pane-settings" id="rp-settings">
<h5 class="sidebartitle mb20">Settings</h5>
<div class="form-group">
<label class="col-xs-8 control-label">Show Offline Users</label>
<div class="col-xs-4 control-label">
<div class="toggle toggle-success"></div>
</div>
</div>
<div class="form-group">
<label class="col-xs-8 control-label">Enable History</label>
<div class="col-xs-4 control-label">
<div class="toggle toggle-success"></div>
</div>
</div>
<div class="form-group">
<label class="col-xs-8 control-label">Show Full Name</label>
<div class="col-xs-4 control-label">
<div class="toggle-chat1 toggle-success"></div>
</div>
</div>
<div class="form-group">
<label class="col-xs-8 control-label">Show Location</label>
<div class="col-xs-4 control-label">
<div class="toggle toggle-success"></div>
</div>
</div>
</div><!-- tab-pane -->
</div><!-- tab-content -->
</div><!-- rightpanel -->
</section>
<!-- Modal -->
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
<h4 class="modal-title" id="myModalLabel">Modal title</h4>
</div>
<div class="modal-body">
Content goes here...
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
<button type="button" class="btn btn-primary">Save changes</button>
</div>
</div><!-- modal-content -->
</div><!-- modal-dialog -->
</div><!-- modal -->
<script src="js/jquery-1.10.2.min.js"></script>
<script src="js/jquery-migrate-1.2.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/modernizr.min.js"></script>
<script src="js/jquery.sparkline.min.js"></script>
<script src="js/toggles.min.js"></script>
<script src="js/retina.min.js"></script>
<script src="js/jquery.cookies.js"></script>
<script src="js/custom.js"></script>
</body>
</html>

75
all.html Normal file
View File

@ -0,0 +1,75 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Webpage</title>
<link rel="stylesheet" href="../../../css/style.default.css" type="text/css" />
<link rel="stylesheet" href="../../../css/style.blue.css" type="text/css" />
<script type="text/javascript" src="../../../js/jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="../../../js/jquery-migrate-1.2.1.min.js"></script>
<script type="text/javascript" src="../../../js/modernizr.min.js"></script>
<script type="text/javascript" src="../../../js/bootstrap.min.js"></script>
<script type="text/javascript" src="../../../js/jquery.dropdown.js"></script>
<script type="text/javascript" src="../../../js/custom.js"></script>
<script>
jQuery(document).ready(function(){
var winHeight = jQuery(window).height();
jQuery('#framedemo').height(winHeight - 65);
jQuery('#cd-dropdown').dropdown( {
gutter : 5,
stack : false,
slidingIn : 100
});
});
</script>
</head>
<body>
<div class="headframe">
<div class="row-fluid">
<div class="span3"><a href="http://themepixels.com/"><img src="../../../images/tp-logo.png" /></a></div>
<div class="span9 align-right">
<a href="_div%20style%3d.html"border:1px solid #990000;padding-left:20px;margin:0 0 10px 0;">
<h4>A PHP Error was encountered</h4>
<p>Severity: Notice</p>
<p>Message: Trying to get property of non-object</p>
<p>Filename: views/demo.php</p>
<p>Line Number: 40</p>
</div>" class="btn btn-primary btn-small"><span class="iconfa-shopping-cart"></span> Purchase Theme</a>
<a href="_div%20style%3d.html"border:1px solid #990000;padding-left:20px;margin:0 0 10px 0;">
<h4>A PHP Error was encountered</h4>
<p>Severity: Notice</p>
<p>Message: Trying to get property of non-object</p>
<p>Filename: views/demo.php</p>
<p>Line Number: 41</p>
</div>" class="btn btn-black btn-small"><span class="cls">&times;</span> Remove Frame</a>
</div>
</div><!-- row-fluid -->
</div>
<iframe id="framedemo" src="_div%20style%3d.html"border:1px solid #990000;padding-left:20px;margin:0 0 10px 0;">
<h4>A PHP Error was encountered</h4>
<p>Severity: Notice</p>
<p>Message: Trying to get property of non-object</p>
<p>Filename: views/demo.php</p>
<p>Line Number: 45</p>
</div>"></iframe>
</body>
</html>

75
audio.html Normal file
View File

@ -0,0 +1,75 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Webpage</title>
<link rel="stylesheet" href="../../../css/style.default.css" type="text/css" />
<link rel="stylesheet" href="../../../css/style.blue.css" type="text/css" />
<script type="text/javascript" src="../../../js/jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="../../../js/jquery-migrate-1.2.1.min.js"></script>
<script type="text/javascript" src="../../../js/modernizr.min.js"></script>
<script type="text/javascript" src="../../../js/bootstrap.min.js"></script>
<script type="text/javascript" src="../../../js/jquery.dropdown.js"></script>
<script type="text/javascript" src="../../../js/custom.js"></script>
<script>
jQuery(document).ready(function(){
var winHeight = jQuery(window).height();
jQuery('#framedemo').height(winHeight - 65);
jQuery('#cd-dropdown').dropdown( {
gutter : 5,
stack : false,
slidingIn : 100
});
});
</script>
</head>
<body>
<div class="headframe">
<div class="row-fluid">
<div class="span3"><a href="http://themepixels.com/"><img src="../../../images/tp-logo.png" /></a></div>
<div class="span9 align-right">
<a href="_div%20style%3d.html"border:1px solid #990000;padding-left:20px;margin:0 0 10px 0;">
<h4>A PHP Error was encountered</h4>
<p>Severity: Notice</p>
<p>Message: Trying to get property of non-object</p>
<p>Filename: views/demo.php</p>
<p>Line Number: 40</p>
</div>" class="btn btn-primary btn-small"><span class="iconfa-shopping-cart"></span> Purchase Theme</a>
<a href="_div%20style%3d.html"border:1px solid #990000;padding-left:20px;margin:0 0 10px 0;">
<h4>A PHP Error was encountered</h4>
<p>Severity: Notice</p>
<p>Message: Trying to get property of non-object</p>
<p>Filename: views/demo.php</p>
<p>Line Number: 41</p>
</div>" class="btn btn-black btn-small"><span class="cls">&times;</span> Remove Frame</a>
</div>
</div><!-- row-fluid -->
</div>
<iframe id="framedemo" src="_div%20style%3d.html"border:1px solid #990000;padding-left:20px;margin:0 0 10px 0;">
<h4>A PHP Error was encountered</h4>
<p>Severity: Notice</p>
<p>Message: Trying to get property of non-object</p>
<p>Filename: views/demo.php</p>
<p>Line Number: 45</p>
</div>"></iframe>
</body>
</html>

516
blank.html Normal file
View File

@ -0,0 +1,516 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="images/favicon.png" type="image/png">
<title>i Kios</title>
<script src="js/jquery-1.10.2.min.js"></script>
<script src="js/jquery-migrate-1.2.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/modernizr.min.js"></script>
<script src="js/jquery.sparkline.min.js"></script>
<script src="js/toggles.min.js"></script>
<script src="js/retina.min.js"></script>
<script src="js/jquery.cookies.js"></script>
<script src="js/custom.js"></script>
<link href="css/style.default.css" rel="stylesheet">
<style>
body{
background-color: #003366 !important;
}
.sidebartitle{
color: #fff !important;
}
.nav-bracket > li > a {
color: #fff !important;
}
.panel{
margin-bottom: 0 !important;
}
.nav-bracket > li > a:hover {
color: #003366 !important;
}
.carousel-inner>.item {
padding-left: 100px;
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
height: 600px !important;
}
#sidebartitle .selected{
-webkit-filter: hue-rotate(180deg);
filter: hue-rotate(180deg);
}
#submenulist .selected2{
-webkit-filter: hue-rotate(180deg);
filter: hue-rotate(180deg);
}
#submenu{
margin-bottom: 10px;
background-color: darkcyan;
padding: 10px 0 10px 0;
}
</style>
<script type="text/javascript" charset="utf-8">
var loading = "<div id='loadingcontent'><img src='loading81.gif' alt='loading' style='float:right;margin:100px 300px;'/></div>";
var loading2 = "<div id='loadingcontent'><img src='loading7.gif' alt='loading' style='float:right;margin:100px 300px;'/></div>";
var imgloading = "<img src='<?php echo base_url(); ?>asset/img/ajax_loading.gif' alt='loading' id='imgloading' width='20px;' style='float:right;margin-top:12px;display:block;' />";
$(document).ready(function() {
$('#content').html(loading);
$("#content").load("home.html");
});
$("#sidebartitle li a").live('click', function(event) {
$('#content').html(loading);
$(".selected", event.delegateTarget).removeClass("selected");
$(this).parent().addClass("selected");
event.preventDefault();
var href = $(this).attr('href');
$.ajax({
url: href,
success: function()
{
$("#content").load(href);
setTimeout(function(){
$('#content').fadeIn(3000);
$('#imgloading').remove();
}, 20000);
},
error: function(XMLHttpRequest, textStatus, errorThrown)
{
//alert("Status: " + textStatus);
alert("Error: " + errorThrown);
}
});
});
$("#submenulist li a").live('click', function(event) {
$('#maincontent').html(loading2);
//alert("test");
$(".selected2", event.delegateTarget).removeClass("selected2");
$(this).parent().addClass("selected2");
event.preventDefault();
var href = $(this).attr('href');
$.ajax({
url: href,
success: function()
{
$("#maincontent").load(href);
setTimeout(function(){
$('#maincontent').fadeIn(3000);
$('#imgloading').remove();
}, 20000);
},
error: function(XMLHttpRequest, textStatus, errorThrown)
{
//alert("Status: " + textStatus);
alert("Error: " + errorThrown);
}
});
});
</script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Preloader -->
<div id="preloader">
<div id="status"><i class="fa fa-spinner fa-spin"></i></div>
</div>
<section>
<div class="leftpanel">
<div class="logopanel">
<img src="images/idm.jpg" class="img-responsive" alt="Image">
</div><!-- logopanel -->
<div class="leftpanelinner">
<h5 class="sidebartitle">Navigation</h5>
<ul class="nav nav-pills nav-stacked nav-bracket" id="sidebartitle">
<li>
<a href="pulsa.html">
<img src="image/ipulsa.jpg" style="height:70px"/>
</a>
</li>
<li>
<a href="pulsa.html">
<img src="image/delivery.jpg" style="height:70px"/>
</a>
</li>
<li>
<a href="voucher.html">
<img src="image/voucher.jpg" style="height:70px"/>
</a>
</li>
<li>
<a href="ticket.html">
<img src="image/tiket.jpg" style="height:70px"/>
</a>
</li>
<li>
<a href="payment.html">
<img src="image/payment.jpg" style="height:70px"/>
</a>
</li>
</ul>
</div><!-- leftpanelinner -->
</div><!-- leftpanel -->
<div class="mainpanel">
<div class="headerbar">
<form class="searchform" action="http://themepixels.com/demo/webpage/bracket/index.html" method="post">
<input type="text" class="form-control" name="keyword" placeholder="Search here..." style="width:90%"/>
</form>
<div class="header-right">
<ul class="headermenu">
<li>
<div class="btn-group">
<button class="btn btn-default dropdown-toggle tp-icon" data-toggle="dropdown">
<i class="fa fa-question"></i>
</button>
</div>
</li>
</ul>
</div><!-- header-right -->
</div><!-- headerbar -->
<div class="contentpanel text-center" id="content" align="center" valign="middle">
<div id="carousel-id" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carousel-id" data-slide-to="0" class=""></li>
<li data-target="#carousel-id" data-slide-to="1" class=""></li>
<li data-target="#carousel-id" data-slide-to="2" class="active"></li>
</ol>
<div class="carousel-inner">
<div class="item">
<img data-src="holder.js/900x500/auto/#777:#7a7a7a/text:First slide" alt="First slide" src="images/Lomba Foto Indomaret 2014.jpg" style="height: 600px !important;">
</div>
<div class="item">
<img data-src="holder.js/900x500/auto/#666:#6a6a6a/text:Second slide" alt="Second slide" src="images/Lomba Foto Indomaret 2014.jpg">
</div>
<div class="item active">
<img data-src="holder.js/900x500/auto/#555:#5a5a5a/text:Third slide" alt="Third slide" src="images/Lomba Foto Indomaret 2014.jpg">
</div>
</div>
<a class="left carousel-control" href="#carousel-id" data-slide="prev"><span class="glyphicon glyphicon-chevron-left"></span></a>
<a class="right carousel-control" href="#carousel-id" data-slide="next"><span class="glyphicon glyphicon-chevron-right"></span></a>
</div>
</div>
</div><!-- mainpanel -->
<div class="rightpanel">
<!-- Nav tabs -->
<ul class="nav nav-tabs nav-justified">
<li class="active"><a href="#rp-alluser" data-toggle="tab"><i class="fa fa-users"></i></a></li>
<li><a href="#rp-favorites" data-toggle="tab"><i class="fa fa-heart"></i></a></li>
<li><a href="#rp-history" data-toggle="tab"><i class="fa fa-clock-o"></i></a></li>
<li><a href="#rp-settings" data-toggle="tab"><i class="fa fa-gear"></i></a></li>
</ul>
<!-- Tab panes -->
<div class="tab-content">
<div class="tab-pane active" id="rp-alluser">
<h5 class="sidebartitle">Online Users</h5>
<ul class="chatuserlist">
<li class="online">
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/userprofile.png" class="media-object">
</a>
<div class="media-body">
<strong>Eileen Sideways</strong>
<small>Los Angeles, CA</small>
</div>
</div><!-- media -->
</li>
<li class="online">
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user1.png" class="media-object">
</a>
<div class="media-body">
<span class="pull-right badge badge-danger">2</span>
<strong>Zaham Sindilmaca</strong>
<small>San Francisco, CA</small>
</div>
</div><!-- media -->
</li>
<li class="online">
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user2.png" class="media-object">
</a>
<div class="media-body">
<strong>Nusja Nawancali</strong>
<small>Bangkok, Thailand</small>
</div>
</div><!-- media -->
</li>
<li class="online">
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user3.png" class="media-object">
</a>
<div class="media-body">
<strong>Renov Leongal</strong>
<small>Cebu City, Philippines</small>
</div>
</div><!-- media -->
</li>
<li class="online">
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user4.png" class="media-object">
</a>
<div class="media-body">
<strong>Weno Carasbong</strong>
<small>Tokyo, Japan</small>
</div>
</div><!-- media -->
</li>
</ul>
<div class="mb30"></div>
<h5 class="sidebartitle">Offline Users</h5>
<ul class="chatuserlist">
<li>
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user5.png" class="media-object">
</a>
<div class="media-body">
<strong>Eileen Sideways</strong>
<small>Los Angeles, CA</small>
</div>
</div><!-- media -->
</li>
<li>
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user2.png" class="media-object">
</a>
<div class="media-body">
<strong>Zaham Sindilmaca</strong>
<small>San Francisco, CA</small>
</div>
</div><!-- media -->
</li>
<li>
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user3.png" class="media-object">
</a>
<div class="media-body">
<strong>Nusja Nawancali</strong>
<small>Bangkok, Thailand</small>
</div>
</div><!-- media -->
</li>
<li>
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user4.png" class="media-object">
</a>
<div class="media-body">
<strong>Renov Leongal</strong>
<small>Cebu City, Philippines</small>
</div>
</div><!-- media -->
</li>
<li>
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user5.png" class="media-object">
</a>
<div class="media-body">
<strong>Weno Carasbong</strong>
<small>Tokyo, Japan</small>
</div>
</div><!-- media -->
</li>
<li>
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user4.png" class="media-object">
</a>
<div class="media-body">
<strong>Renov Leongal</strong>
<small>Cebu City, Philippines</small>
</div>
</div><!-- media -->
</li>
<li>
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user5.png" class="media-object">
</a>
<div class="media-body">
<strong>Weno Carasbong</strong>
<small>Tokyo, Japan</small>
</div>
</div><!-- media -->
</li>
</ul>
</div>
<div class="tab-pane" id="rp-favorites">
<h5 class="sidebartitle">Favorites</h5>
<ul class="chatuserlist">
<li class="online">
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user2.png" class="media-object">
</a>
<div class="media-body">
<strong>Eileen Sideways</strong>
<small>Los Angeles, CA</small>
</div>
</div><!-- media -->
</li>
<li>
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user1.png" class="media-object">
</a>
<div class="media-body">
<strong>Zaham Sindilmaca</strong>
<small>San Francisco, CA</small>
</div>
</div><!-- media -->
</li>
<li>
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user3.png" class="media-object">
</a>
<div class="media-body">
<strong>Nusja Nawancali</strong>
<small>Bangkok, Thailand</small>
</div>
</div><!-- media -->
</li>
<li class="online">
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user4.png" class="media-object">
</a>
<div class="media-body">
<strong>Renov Leongal</strong>
<small>Cebu City, Philippines</small>
</div>
</div><!-- media -->
</li>
<li class="online">
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user5.png" class="media-object">
</a>
<div class="media-body">
<strong>Weno Carasbong</strong>
<small>Tokyo, Japan</small>
</div>
</div><!-- media -->
</li>
</ul>
</div>
<div class="tab-pane" id="rp-history">
<h5 class="sidebartitle">History</h5>
<ul class="chatuserlist">
<li class="online">
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user4.png" class="media-object">
</a>
<div class="media-body">
<strong>Eileen Sideways</strong>
<small>Hi hello, ctc?... would you mind if I go to your...</small>
</div>
</div><!-- media -->
</li>
<li>
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user2.png" class="media-object">
</a>
<div class="media-body">
<strong>Zaham Sindilmaca</strong>
<small>This is to inform you that your product that we...</small>
</div>
</div><!-- media -->
</li>
<li>
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user3.png" class="media-object">
</a>
<div class="media-body">
<strong>Nusja Nawancali</strong>
<small>Are you willing to have a long term relat...</small>
</div>
</div><!-- media -->
</li>
</ul>
</div>
<div class="tab-pane pane-settings" id="rp-settings">
<h5 class="sidebartitle mb20">Settings</h5>
<div class="form-group">
<label class="col-xs-8 control-label">Show Offline Users</label>
<div class="col-xs-4 control-label">
<div class="toggle toggle-success"></div>
</div>
</div>
<div class="form-group">
<label class="col-xs-8 control-label">Enable History</label>
<div class="col-xs-4 control-label">
<div class="toggle toggle-success"></div>
</div>
</div>
<div class="form-group">
<label class="col-xs-8 control-label">Show Full Name</label>
<div class="col-xs-4 control-label">
<div class="toggle-chat1 toggle-success"></div>
</div>
</div>
<div class="form-group">
<label class="col-xs-8 control-label">Show Location</label>
<div class="col-xs-4 control-label">
<div class="toggle toggle-success"></div>
</div>
</div>
</div><!-- tab-pane -->
</div><!-- tab-content -->
</div><!-- rightpanel -->
</section>
</body>
</html>

936
blog-list.html Normal file
View File

@ -0,0 +1,936 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="images/favicon.png" type="image/png">
<title>Bracket Responsive Bootstrap3 Admin</title>
<link href="css/style.default.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Preloader -->
<div id="preloader">
<div id="status"><i class="fa fa-spinner fa-spin"></i></div>
</div>
<section>
<div class="leftpanel">
<div class="logopanel">
<h1><span>[</span> bracket <span>]</span></h1>
</div><!-- logopanel -->
<div class="leftpanelinner">
<!-- This is only visible to small devices -->
<div class="visible-xs hidden-sm hidden-md hidden-lg">
<div class="media userlogged">
<img alt="" src="images/photos/loggeduser.png" class="media-object">
<div class="media-body">
<h4>John Doe</h4>
<span>"Life is so..."</span>
</div>
</div>
<h5 class="sidebartitle actitle">Account</h5>
<ul class="nav nav-pills nav-stacked nav-bracket mb30">
<li><a href="profile.html"><i class="fa fa-user"></i> <span>Profile</span></a></li>
<li><a href="#"><i class="fa fa-cog"></i> <span>Account Settings</span></a></li>
<li><a href="#"><i class="fa fa-question-circle"></i> <span>Help</span></a></li>
<li><a href="signout.html"><i class="fa fa-sign-out"></i> <span>Sign Out</span></a></li>
</ul>
</div>
<h5 class="sidebartitle">Navigation</h5>
<ul class="nav nav-pills nav-stacked nav-bracket">
<li><a href="index.html"><i class="fa fa-home"></i> <span>Dashboard</span></a></li>
<li><a href="email.html"><i class="fa fa-envelope-o"></i> <span>Email</span></a></li>
<li class="nav-parent"><a href="#"><i class="fa fa-edit"></i> <span>Forms</span></a>
<ul class="children">
<li><a href="general-forms.html"><i class="fa fa-caret-right"></i> General Forms</a></li>
<li><a href="form-layouts.html"><i class="fa fa-caret-right"></i> Form Layouts</a></li>
<li><a href="form-validation.html"><i class="fa fa-caret-right"></i> Form Validation</a></li>
<li><a href="form-wizards.html"><i class="fa fa-caret-right"></i> Form Wizards</a></li>
<li><a href="wysiwyg.html"><i class="fa fa-caret-right"></i> WYSIWYG</a></li>
</ul>
</li>
<li class="nav-parent"><a href="#"><i class="fa fa-suitcase"></i> <span>UI Elements</span></a>
<ul class="children">
<li><a href="buttons.html"><i class="fa fa-caret-right"></i> Buttons</a></li>
<li><a href="icons.html"><i class="fa fa-caret-right"></i> Icons</a></li>
<li><a href="typography.html"><i class="fa fa-caret-right"></i> Typography</a></li>
<li><a href="alerts.html"><i class="fa fa-caret-right"></i> Alerts &amp; Notifications</a></li>
<li><a href="tabs-accordions.html"><i class="fa fa-caret-right"></i> Tabs &amp; Accordions</a></li>
<li><a href="sliders.html"><i class="fa fa-caret-right"></i> Sliders</a></li>
<li><a href="graphs.html"><i class="fa fa-caret-right"></i> Graphs &amp; Charts</a></li>
<li><a href="widgets.html"><i class="fa fa-caret-right"></i> Panels &amp; Widgets</a></li>
<li><a href="extras.html"><i class="fa fa-caret-right"></i> Extras</a></li>
</ul>
</li>
<li><a href="tables.html"><i class="fa fa-th-list"></i> <span>Tables</span></a></li>
<li><a href="maps.html"><i class="fa fa-map-marker"></i> <span>Maps</span></a></li>
<li class="nav-parent nav-active active"><a href="#"><i class="fa fa-file-text"></i> <span>Pages</span></a>
<ul class="children" style="display: block;">
<li><a href="calendar.html"><i class="fa fa-caret-right"></i> Calendar</a></li>
<li><a href="media-manager.html"><i class="fa fa-caret-right"></i> Media Manager</a></li>
<li><a href="timeline.html"><i class="fa fa-caret-right"></i> Timeline</a></li>
<li class="active"><a href="blog-list.html"><i class="fa fa-caret-right"></i> Blog List</a></li>
<li><a href="blog-single.html"><i class="fa fa-caret-right"></i> Blog Single</a></li>
<li><a href="people-directory.html"><i class="fa fa-caret-right"></i> People Directory</a></li>
<li><a href="profile.html"><i class="fa fa-caret-right"></i> Profile</a></li>
<li><a href="invoice.html"><i class="fa fa-caret-right"></i> Invoice</a></li>
<li><a href="search-results.html"><i class="fa fa-caret-right"></i> Search Results</a></li>
<li><a href="blank.html"><i class="fa fa-caret-right"></i> Blank Page</a></li>
<li><a href="notfound.html"><i class="fa fa-caret-right"></i> 404 Page</a></li>
<li><a href="locked.html"><i class="fa fa-caret-right"></i> Locked Screen</a></li>
<li><a href="signin.html"><i class="fa fa-caret-right"></i> Sign In</a></li>
<li><a href="signup.html"><i class="fa fa-caret-right"></i> Sign Up</a></li>
</ul>
</li>
<li><a href="layouts.html"><i class="fa fa-laptop"></i> <span>Skins &amp; Layouts</span></a></li>
</ul>
<div class="infosummary">
<h5 class="sidebartitle">Information Summary</h5>
<ul>
<li>
<div class="datainfo">
<span class="text-muted">Daily Traffic</span>
<h4>630, 201</h4>
</div>
<div id="sidebar-chart" class="chart"></div>
</li>
<li>
<div class="datainfo">
<span class="text-muted">Average Users</span>
<h4>1, 332, 801</h4>
</div>
<div id="sidebar-chart2" class="chart"></div>
</li>
<li>
<div class="datainfo">
<span class="text-muted">Disk Usage</span>
<h4>82.2%</h4>
</div>
<div id="sidebar-chart3" class="chart"></div>
</li>
<li>
<div class="datainfo">
<span class="text-muted">CPU Usage</span>
<h4>140.05 - 32</h4>
</div>
<div id="sidebar-chart4" class="chart"></div>
</li>
<li>
<div class="datainfo">
<span class="text-muted">Memory Usage</span>
<h4>32.2%</h4>
</div>
<div id="sidebar-chart5" class="chart"></div>
</li>
</ul>
</div><!-- infosummary -->
</div><!-- leftpanelinner -->
</div><!-- leftpanel -->
<div class="mainpanel">
<div class="headerbar">
<a class="menutoggle"><i class="fa fa-bars"></i></a>
<form class="searchform" action="http://themepixels.com/demo/webpage/bracket/index.html" method="post">
<input type="text" class="form-control" name="keyword" placeholder="Search here..." />
</form>
<div class="header-right">
<ul class="headermenu">
<li>
<div class="btn-group">
<button class="btn btn-default dropdown-toggle tp-icon" data-toggle="dropdown">
<i class="glyphicon glyphicon-user"></i>
<span class="badge">2</span>
</button>
<div class="dropdown-menu dropdown-menu-head pull-right">
<h5 class="title">2 Newly Registered Users</h5>
<ul class="dropdown-list user-list">
<li class="new">
<div class="thumb"><a href="#"><img src="images/photos/user1.png" alt="" /></a></div>
<div class="desc">
<h5><a href="#">Draniem Daamul (@draniem)</a> <span class="badge badge-success">new</span></h5>
</div>
</li>
<li class="new">
<div class="thumb"><a href="#"><img src="images/photos/user2.png" alt="" /></a></div>
<div class="desc">
<h5><a href="#">Zaham Sindilmaca (@zaham)</a> <span class="badge badge-success">new</span></h5>
</div>
</li>
<li>
<div class="thumb"><a href="#"><img src="images/photos/user3.png" alt="" /></a></div>
<div class="desc">
<h5><a href="#">Weno Carasbong (@wenocar)</a></h5>
</div>
</li>
<li>
<div class="thumb"><a href="#"><img src="images/photos/user4.png" alt="" /></a></div>
<div class="desc">
<h5><a href="#">Nusja Nawancali (@nusja)</a></h5>
</div>
</li>
<li>
<div class="thumb"><a href="#"><img src="images/photos/user5.png" alt="" /></a></div>
<div class="desc">
<h5><a href="#">Lane Kitmari (@lane_kitmare)</a></h5>
</div>
</li>
<li class="new"><a href="#">See All Users</a></li>
</ul>
</div>
</div>
</li>
<li>
<div class="btn-group">
<button class="btn btn-default dropdown-toggle tp-icon" data-toggle="dropdown">
<i class="glyphicon glyphicon-envelope"></i>
<span class="badge">1</span>
</button>
<div class="dropdown-menu dropdown-menu-head pull-right">
<h5 class="title">You Have 1 New Message</h5>
<ul class="dropdown-list gen-list">
<li class="new">
<a href="#">
<span class="thumb"><img src="images/photos/user1.png" alt="" /></span>
<span class="desc">
<span class="name">Draniem Daamul <span class="badge badge-success">new</span></span>
<span class="msg">Lorem ipsum dolor sit amet...</span>
</span>
</a>
</li>
<li>
<a href="#">
<span class="thumb"><img src="images/photos/user2.png" alt="" /></span>
<span class="desc">
<span class="name">Nusja Nawancali</span>
<span class="msg">Lorem ipsum dolor sit amet...</span>
</span>
</a>
</li>
<li>
<a href="#">
<span class="thumb"><img src="images/photos/user3.png" alt="" /></span>
<span class="desc">
<span class="name">Weno Carasbong</span>
<span class="msg">Lorem ipsum dolor sit amet...</span>
</span>
</a>
</li>
<li>
<a href="#">
<span class="thumb"><img src="images/photos/user4.png" alt="" /></span>
<span class="desc">
<span class="name">Zaham Sindilmaca</span>
<span class="msg">Lorem ipsum dolor sit amet...</span>
</span>
</a>
</li>
<li>
<a href="#">
<span class="thumb"><img src="images/photos/user5.png" alt="" /></span>
<span class="desc">
<span class="name">Veno Leongal</span>
<span class="msg">Lorem ipsum dolor sit amet...</span>
</span>
</a>
</li>
<li class="new"><a href="#">Read All Messages</a></li>
</ul>
</div>
</div>
</li>
<li>
<div class="btn-group">
<button class="btn btn-default dropdown-toggle tp-icon" data-toggle="dropdown">
<i class="glyphicon glyphicon-globe"></i>
<span class="badge">5</span>
</button>
<div class="dropdown-menu dropdown-menu-head pull-right">
<h5 class="title">You Have 5 New Notifications</h5>
<ul class="dropdown-list gen-list">
<li class="new">
<a href="#">
<span class="thumb"><img src="images/photos/user4.png" alt="" /></span>
<span class="desc">
<span class="name">Zaham Sindilmaca <span class="badge badge-success">new</span></span>
<span class="msg">is now following you</span>
</span>
</a>
</li>
<li class="new">
<a href="#">
<span class="thumb"><img src="images/photos/user5.png" alt="" /></span>
<span class="desc">
<span class="name">Weno Carasbong <span class="badge badge-success">new</span></span>
<span class="msg">is now following you</span>
</span>
</a>
</li>
<li class="new">
<a href="#">
<span class="thumb"><img src="images/photos/user3.png" alt="" /></span>
<span class="desc">
<span class="name">Veno Leongal <span class="badge badge-success">new</span></span>
<span class="msg">likes your recent status</span>
</span>
</a>
</li>
<li class="new">
<a href="#">
<span class="thumb"><img src="images/photos/user3.png" alt="" /></span>
<span class="desc">
<span class="name">Nusja Nawancali <span class="badge badge-success">new</span></span>
<span class="msg">downloaded your work</span>
</span>
</a>
</li>
<li class="new">
<a href="#">
<span class="thumb"><img src="images/photos/user3.png" alt="" /></span>
<span class="desc">
<span class="name">Nusja Nawancali <span class="badge badge-success">new</span></span>
<span class="msg">send you 2 messages</span>
</span>
</a>
</li>
<li class="new"><a href="#">See All Notifications</a></li>
</ul>
</div>
</div>
</li>
<li>
<div class="btn-group">
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
<img src="images/photos/loggeduser.png" alt="" />
John Doe
<span class="caret"></span>
</button>
<ul class="dropdown-menu dropdown-menu-usermenu pull-right">
<li><a href="profile.html"><i class="glyphicon glyphicon-user"></i> My Profile</a></li>
<li><a href="#"><i class="glyphicon glyphicon-cog"></i> Account Settings</a></li>
<li><a href="#"><i class="glyphicon glyphicon-question-sign"></i> Help</a></li>
<li><a href="signin.html"><i class="glyphicon glyphicon-log-out"></i> Log Out</a></li>
</ul>
</div>
</li>
<li>
<button id="chatview" class="btn btn-default tp-icon chat-icon">
<i class="glyphicon glyphicon-comment"></i>
</button>
</li>
</ul>
</div><!-- header-right -->
</div><!-- headerbar -->
<div class="pageheader">
<h2><i class="fa fa-file-text"></i> Blog List <span>Read our latest news...</span></h2>
<div class="breadcrumb-wrapper">
<span class="label">You are here:</span>
<ol class="breadcrumb">
<li><a href="index.html">Bracket</a></li>
<li><a href="index.html">Pages</a></li>
<li class="active">Blog List</li>
</ol>
</div>
</div>
<div class="contentpanel">
<div id="bloglist" class="row">
<div class="col-xs-6 col-sm-4 col-md-3">
<div class="blog-item">
<a href="blog-single.html" class="blog-img"><img src="images/photos/blog1.jpg" class="img-responsive" alt="" /></a>
<div class="blog-details">
<h4 class="blog-title"><a href="#">Getting Started With Film Photography</a></h4>
<ul class="blog-meta">
<li>By: <a href="#">TmPxls</a></li>
<li>Jan 03, 2014</li>
<li><a href="#">2 Comments</a></li>
</ul>
<div class="blog-summary">
<p>Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda</p>
<button class="btn btn-sm btn-white">Read More</button>
</div>
</div>
</div><!-- blog-item -->
</div><!-- col-xs-6 -->
<div class="col-xs-6 col-sm-4 col-md-3">
<div class="blog-item">
<a href="blog-single.html" class="blog-img"><img src="images/photos/blog2.jpg" class="img-responsive" alt="" /></a>
<div class="blog-details">
<h4 class="blog-title"><a href="#">Rigging in Autodesk 3Ds Max</a></h4>
<ul class="blog-meta">
<li>By: <a href="#">TmPxls</a></li>
<li>Jan 02, 2014</li>
<li><a href="#">18 Comments</a></li>
</ul>
<div class="blog-summary">
<p>Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae</p>
<button class="btn btn-sm btn-white">Read More</button>
</div>
</div>
</div><!-- blog-item -->
</div><!-- col-xs-6 -->
<div class="col-xs-6 col-sm-4 col-md-3">
<div class="blog-item blog-quote">
<div class="quote quote-primary">
<a href="#">
Walking on water and developing software from a specification are easy if both are frozen
<small class="quote-author">- Edward V Berard</small>
</a>
</div>
<div class="blog-details">
<ul class="blog-meta">
<li>By: <a href="#">TmPxls</a></li>
<li>Jan 02, 2014</li>
<li><a href="#">2 Comments</a></li>
</ul>
</div><!-- blog-details -->
</div><!-- blog-item -->
</div><!-- col-xs-6 -->
<div class="col-xs-6 col-sm-4 col-md-3">
<div class="blog-item">
<a href="blog-single.html" class="blog-img"><img src="images/photos/blog3.jpg" class="img-responsive" alt="" /></a>
<div class="blog-details">
<h4 class="blog-title"><a href="#">Which is the best 3D Rendering Software?</a></h4>
<ul class="blog-meta">
<li>By: <a href="#">TmPxls</a></li>
<li>Jan 02, 2014</li>
<li><a href="#">2 Comments</a></li>
</ul>
<div class="blog-summary">
<p>Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae</p>
<button class="btn btn-sm btn-white">Read More</button>
</div>
</div>
</div><!-- blog-item -->
</div><!-- col-xs-6 -->
<div class="col-xs-6 col-sm-4 col-md-3">
<div class="blog-item">
<div class="blog-video">
<iframe src="http://player.vimeo.com/video/51478176" allowfullscreen></iframe>
</div>
<div class="blog-details">
<h4 class="blog-title"><a href="#">Traversing Files in Java 7</a></h4>
<ul class="blog-meta">
<li>By: <a href="#">TmPxls</a></li>
<li>Jan 01, 2014</li>
<li><a href="#">5 Comments</a></li>
</ul>
<div class="blog-summary">
<p>Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae</p>
<button class="btn btn-sm btn-white">Read More</button>
</div>
</div>
</div><!-- blog-item -->
</div><!-- col-xs-6 -->
<div class="col-xs-6 col-sm-4 col-md-3">
<div class="blog-item blog-quote">
<div class="quote quote-success">
<a href="#">
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
<small class="quote-author">- Martin Fowler</small>
</a>
</div>
<div class="blog-details">
<ul class="blog-meta">
<li>By: <a href="#">TmPxls</a></li>
<li>Dec 31, 2013</li>
<li><a href="#">2 Comments</a></li>
</ul>
</div><!-- blog-details -->
</div><!-- blog-item -->
</div><!-- col-xs-6 -->
<div class="col-xs-6 col-sm-4 col-md-3">
<div class="blog-item">
<a href="blog-single.html" class="blog-img"><img src="images/photos/blog4.jpg" class="img-responsive" alt="" /></a>
<div class="blog-details">
<h4 class="blog-title"><a href="#">How to Create Infinite Scrolling on Your Website</a></h4>
<ul class="blog-meta">
<li>By: <a href="#">TmPxls</a></li>
<li>Dec 30, 2014</li>
<li><a href="#">3 Comments</a></li>
</ul>
<div class="blog-summary">
<p>Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae</p>
<button class="btn btn-sm btn-white">Read More</button>
</div>
</div>
</div><!-- blog-item -->
</div><!-- col-xs-6 -->
<div class="col-xs-6 col-sm-4 col-md-3">
<div class="blog-item">
<a href="blog-single.html" class="blog-img"><img src="images/photos/media1.jpg" class="img-responsive" alt="" /></a>
<div class="blog-details">
<h4 class="blog-title"><a href="#">Getting Started With Film Photography</a></h4>
<ul class="blog-meta">
<li>By: <a href="#">TmPxls</a></li>
<li>Dec 30, 2013</li>
<li><a href="#">2 Comments</a></li>
</ul>
<div class="blog-summary">
<p>Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda</p>
<button class="btn btn-sm btn-white">Read More</button>
</div>
</div>
</div><!-- blog-item -->
</div><!-- col-xs-6 -->
<div class="col-xs-6 col-sm-4 col-md-3">
<div class="blog-item blog-quote">
<div class="quote quote-danger">
<a href="#">
Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.
<small class="quote-author">- Brian Kernighan</small>
</a>
</div>
<div class="blog-details">
<ul class="blog-meta">
<li>By: <a href="#">TmPxls</a></li>
<li>Dec 29, 2013</li>
<li><a href="#">2 Comments</a></li>
</ul>
</div><!-- blog-details -->
</div><!-- blog-item -->
</div><!-- col-xs-6 -->
<div class="col-xs-6 col-sm-4 col-md-3">
<div class="blog-item">
<a href="blog-single.html" class="blog-img"><img src="images/photos/blog1.jpg" class="img-responsive" alt="" /></a>
<div class="blog-details">
<h4 class="blog-title"><a href="#">Getting Started With Film Photography</a></h4>
<ul class="blog-meta">
<li>By: <a href="#">TmPxls</a></li>
<li>Jan 03, 2014</li>
<li><a href="#">2 Comments</a></li>
</ul>
<div class="blog-summary">
<p>Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda</p>
<button class="btn btn-sm btn-white">Read More</button>
</div>
</div>
</div><!-- blog-item -->
</div><!-- col-xs-6 -->
<div class="col-xs-6 col-sm-4 col-md-3">
<div class="blog-item">
<a href="blog-single.html" class="blog-img"><img src="images/photos/blog2.jpg" class="img-responsive" alt="" /></a>
<div class="blog-details">
<h4 class="blog-title"><a href="#">Rigging in Autodesk 3Ds Max</a></h4>
<ul class="blog-meta">
<li>By: <a href="#">TmPxls</a></li>
<li>Jan 02, 2014</li>
<li><a href="#">18 Comments</a></li>
</ul>
<div class="blog-summary">
<p>Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae</p>
<button class="btn btn-sm btn-white">Read More</button>
</div>
</div>
</div><!-- blog-item -->
</div><!-- col-xs-6 -->
<div class="col-xs-6 col-sm-4 col-md-3">
<div class="blog-item blog-quote">
<div class="quote quote-primary">
<a href="#">
Walking on water and developing software from a specification are easy if both are frozen
<small class="quote-author">- Edward V Berard</small>
</a>
</div>
<div class="blog-details">
<ul class="blog-meta">
<li>By: <a href="#">TmPxls</a></li>
<li>Jan 02, 2014</li>
<li><a href="#">2 Comments</a></li>
</ul>
</div><!-- blog-details -->
</div><!-- blog-item -->
</div><!-- col-xs-6 -->
<div class="col-xs-6 col-sm-4 col-md-3">
<div class="blog-item">
<a href="blog-single.html" class="blog-img"><img src="images/photos/blog3.jpg" class="img-responsive" alt="" /></a>
<div class="blog-details">
<h4 class="blog-title"><a href="#">Which is the best 3D Rendering Software?</a></h4>
<ul class="blog-meta">
<li>By: <a href="#">TmPxls</a></li>
<li>Jan 02, 2014</li>
<li><a href="#">2 Comments</a></li>
</ul>
<div class="blog-summary">
<p>Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae</p>
<button class="btn btn-sm btn-white">Read More</button>
</div>
</div>
</div><!-- blog-item -->
</div><!-- col-xs-6 -->
</div><!-- row -->
</div><!-- contentpanel -->
</div><!-- mainpanel -->
<div class="rightpanel">
<!-- Nav tabs -->
<ul class="nav nav-tabs nav-justified">
<li class="active"><a href="#rp-alluser" data-toggle="tab"><i class="fa fa-users"></i></a></li>
<li><a href="#rp-favorites" data-toggle="tab"><i class="fa fa-heart"></i></a></li>
<li><a href="#rp-history" data-toggle="tab"><i class="fa fa-clock-o"></i></a></li>
<li><a href="#rp-settings" data-toggle="tab"><i class="fa fa-gear"></i></a></li>
</ul>
<!-- Tab panes -->
<div class="tab-content">
<div class="tab-pane active" id="rp-alluser">
<h5 class="sidebartitle">Online Users</h5>
<ul class="chatuserlist">
<li class="online">
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/userprofile.png" class="media-object">
</a>
<div class="media-body">
<strong>Eileen Sideways</strong>
<small>Los Angeles, CA</small>
</div>
</div><!-- media -->
</li>
<li class="online">
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user1.png" class="media-object">
</a>
<div class="media-body">
<span class="pull-right badge badge-danger">2</span>
<strong>Zaham Sindilmaca</strong>
<small>San Francisco, CA</small>
</div>
</div><!-- media -->
</li>
<li class="online">
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user2.png" class="media-object">
</a>
<div class="media-body">
<strong>Nusja Nawancali</strong>
<small>Bangkok, Thailand</small>
</div>
</div><!-- media -->
</li>
<li class="online">
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user3.png" class="media-object">
</a>
<div class="media-body">
<strong>Renov Leongal</strong>
<small>Cebu City, Philippines</small>
</div>
</div><!-- media -->
</li>
<li class="online">
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user4.png" class="media-object">
</a>
<div class="media-body">
<strong>Weno Carasbong</strong>
<small>Tokyo, Japan</small>
</div>
</div><!-- media -->
</li>
</ul>
<div class="mb30"></div>
<h5 class="sidebartitle">Offline Users</h5>
<ul class="chatuserlist">
<li>
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user5.png" class="media-object">
</a>
<div class="media-body">
<strong>Eileen Sideways</strong>
<small>Los Angeles, CA</small>
</div>
</div><!-- media -->
</li>
<li>
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user2.png" class="media-object">
</a>
<div class="media-body">
<strong>Zaham Sindilmaca</strong>
<small>San Francisco, CA</small>
</div>
</div><!-- media -->
</li>
<li>
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user3.png" class="media-object">
</a>
<div class="media-body">
<strong>Nusja Nawancali</strong>
<small>Bangkok, Thailand</small>
</div>
</div><!-- media -->
</li>
<li>
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user4.png" class="media-object">
</a>
<div class="media-body">
<strong>Renov Leongal</strong>
<small>Cebu City, Philippines</small>
</div>
</div><!-- media -->
</li>
<li>
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user5.png" class="media-object">
</a>
<div class="media-body">
<strong>Weno Carasbong</strong>
<small>Tokyo, Japan</small>
</div>
</div><!-- media -->
</li>
<li>
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user4.png" class="media-object">
</a>
<div class="media-body">
<strong>Renov Leongal</strong>
<small>Cebu City, Philippines</small>
</div>
</div><!-- media -->
</li>
<li>
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user5.png" class="media-object">
</a>
<div class="media-body">
<strong>Weno Carasbong</strong>
<small>Tokyo, Japan</small>
</div>
</div><!-- media -->
</li>
</ul>
</div>
<div class="tab-pane" id="rp-favorites">
<h5 class="sidebartitle">Favorites</h5>
<ul class="chatuserlist">
<li class="online">
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user2.png" class="media-object">
</a>
<div class="media-body">
<strong>Eileen Sideways</strong>
<small>Los Angeles, CA</small>
</div>
</div><!-- media -->
</li>
<li>
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user1.png" class="media-object">
</a>
<div class="media-body">
<strong>Zaham Sindilmaca</strong>
<small>San Francisco, CA</small>
</div>
</div><!-- media -->
</li>
<li>
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user3.png" class="media-object">
</a>
<div class="media-body">
<strong>Nusja Nawancali</strong>
<small>Bangkok, Thailand</small>
</div>
</div><!-- media -->
</li>
<li class="online">
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user4.png" class="media-object">
</a>
<div class="media-body">
<strong>Renov Leongal</strong>
<small>Cebu City, Philippines</small>
</div>
</div><!-- media -->
</li>
<li class="online">
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user5.png" class="media-object">
</a>
<div class="media-body">
<strong>Weno Carasbong</strong>
<small>Tokyo, Japan</small>
</div>
</div><!-- media -->
</li>
</ul>
</div>
<div class="tab-pane" id="rp-history">
<h5 class="sidebartitle">History</h5>
<ul class="chatuserlist">
<li class="online">
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user4.png" class="media-object">
</a>
<div class="media-body">
<strong>Eileen Sideways</strong>
<small>Hi hello, ctc?... would you mind if I go to your...</small>
</div>
</div><!-- media -->
</li>
<li>
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user2.png" class="media-object">
</a>
<div class="media-body">
<strong>Zaham Sindilmaca</strong>
<small>This is to inform you that your product that we...</small>
</div>
</div><!-- media -->
</li>
<li>
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user3.png" class="media-object">
</a>
<div class="media-body">
<strong>Nusja Nawancali</strong>
<small>Are you willing to have a long term relat...</small>
</div>
</div><!-- media -->
</li>
</ul>
</div>
<div class="tab-pane pane-settings" id="rp-settings">
<h5 class="sidebartitle mb20">Settings</h5>
<div class="form-group">
<label class="col-xs-8 control-label">Show Offline Users</label>
<div class="col-xs-4 control-label">
<div class="toggle toggle-success"></div>
</div>
</div>
<div class="form-group">
<label class="col-xs-8 control-label">Enable History</label>
<div class="col-xs-4 control-label">
<div class="toggle toggle-success"></div>
</div>
</div>
<div class="form-group">
<label class="col-xs-8 control-label">Show Full Name</label>
<div class="col-xs-4 control-label">
<div class="toggle-chat1 toggle-success"></div>
</div>
</div>
<div class="form-group">
<label class="col-xs-8 control-label">Show Location</label>
<div class="col-xs-4 control-label">
<div class="toggle toggle-success"></div>
</div>
</div>
</div><!-- tab-pane -->
</div><!-- tab-content -->
</div><!-- rightpanel -->
</section>
<script src="js/jquery-1.10.2.min.js"></script>
<script src="js/jquery-migrate-1.2.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/modernizr.min.js"></script>
<script src="js/jquery.sparkline.min.js"></script>
<script src="js/toggles.min.js"></script>
<script src="js/retina.min.js"></script>
<script src="js/jquery.cookies.js"></script>
<script src="js/masonry.pkgd.min.js"></script>
<script src="js/custom.js"></script>
<script>
jQuery(window).load(function(){
var container = document.querySelector('#bloglist');
var msnry = new Masonry( container, {
// options
columnWidth: '.col-xs-6',
itemSelector: '.col-xs-6'
});
// check on load
if(jQuery(window).width() <= 480 )
msnry.destroy();
// check on resize
jQuery(window).resize(function(){
if(jQuery(this).width() <= 480 )
msnry.destroy();
});
});
</script>
</body>
</html>

875
blog-single.html Normal file
View File

@ -0,0 +1,875 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="images/favicon.png" type="image/png">
<title>Bracket Responsive Bootstrap3 Admin</title>
<link href="css/style.default.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Preloader -->
<div id="preloader">
<div id="status"><i class="fa fa-spinner fa-spin"></i></div>
</div>
<section>
<div class="leftpanel">
<div class="logopanel">
<h1><span>[</span> bracket <span>]</span></h1>
</div><!-- logopanel -->
<div class="leftpanelinner">
<!-- This is only visible to small devices -->
<div class="visible-xs hidden-sm hidden-md hidden-lg">
<div class="media userlogged">
<img alt="" src="images/photos/loggeduser.png" class="media-object">
<div class="media-body">
<h4>John Doe</h4>
<span>"Life is so..."</span>
</div>
</div>
<h5 class="sidebartitle actitle">Account</h5>
<ul class="nav nav-pills nav-stacked nav-bracket mb30">
<li><a href="profile.html"><i class="fa fa-user"></i> <span>Profile</span></a></li>
<li><a href="#"><i class="fa fa-cog"></i> <span>Account Settings</span></a></li>
<li><a href="#"><i class="fa fa-question-circle"></i> <span>Help</span></a></li>
<li><a href="signout.html"><i class="fa fa-sign-out"></i> <span>Sign Out</span></a></li>
</ul>
</div>
<h5 class="sidebartitle">Navigation</h5>
<ul class="nav nav-pills nav-stacked nav-bracket">
<li><a href="index.html"><i class="fa fa-home"></i> <span>Dashboard</span></a></li>
<li><a href="email.html"><i class="fa fa-envelope-o"></i> <span>Email</span></a></li>
<li class="nav-parent"><a href="#"><i class="fa fa-edit"></i> <span>Forms</span></a>
<ul class="children">
<li><a href="general-forms.html"><i class="fa fa-caret-right"></i> General Forms</a></li>
<li><a href="form-layouts.html"><i class="fa fa-caret-right"></i> Form Layouts</a></li>
<li><a href="form-validation.html"><i class="fa fa-caret-right"></i> Form Validation</a></li>
<li><a href="form-wizards.html"><i class="fa fa-caret-right"></i> Form Wizards</a></li>
<li><a href="wysiwyg.html"><i class="fa fa-caret-right"></i> WYSIWYG</a></li>
</ul>
</li>
<li class="nav-parent"><a href="#"><i class="fa fa-suitcase"></i> <span>UI Elements</span></a>
<ul class="children">
<li><a href="buttons.html"><i class="fa fa-caret-right"></i> Buttons</a></li>
<li><a href="icons.html"><i class="fa fa-caret-right"></i> Icons</a></li>
<li><a href="typography.html"><i class="fa fa-caret-right"></i> Typography</a></li>
<li><a href="alerts.html"><i class="fa fa-caret-right"></i> Alerts &amp; Notifications</a></li>
<li><a href="tabs-accordions.html"><i class="fa fa-caret-right"></i> Tabs &amp; Accordions</a></li>
<li><a href="sliders.html"><i class="fa fa-caret-right"></i> Sliders</a></li>
<li><a href="graphs.html"><i class="fa fa-caret-right"></i> Graphs &amp; Charts</a></li>
<li><a href="widgets.html"><i class="fa fa-caret-right"></i> Panels &amp; Widgets</a></li>
<li><a href="extras.html"><i class="fa fa-caret-right"></i> Extras</a></li>
</ul>
</li>
<li><a href="tables.html"><i class="fa fa-th-list"></i> <span>Tables</span></a></li>
<li><a href="maps.html"><i class="fa fa-map-marker"></i> <span>Maps</span></a></li>
<li class="nav-parent nav-active active"><a href="#"><i class="fa fa-file-text"></i> <span>Pages</span></a>
<ul class="children" style="display: block;">
<li><a href="calendar.html"><i class="fa fa-caret-right"></i> Calendar</a></li>
<li><a href="media-manager.html"><i class="fa fa-caret-right"></i> Media Manager</a></li>
<li><a href="timeline.html"><i class="fa fa-caret-right"></i> Timeline</a></li>
<li><a href="blog-list.html"><i class="fa fa-caret-right"></i> Blog List</a></li>
<li class="active"><a href="blog-single.html"><i class="fa fa-caret-right"></i> Blog Single</a></li>
<li><a href="people-directory.html"><i class="fa fa-caret-right"></i> People Directory</a></li>
<li><a href="profile.html"><i class="fa fa-caret-right"></i> Profile</a></li>
<li><a href="invoice.html"><i class="fa fa-caret-right"></i> Invoice</a></li>
<li><a href="search-results.html"><i class="fa fa-caret-right"></i> Search Results</a></li>
<li><a href="blank.html"><i class="fa fa-caret-right"></i> Blank Page</a></li>
<li><a href="notfound.html"><i class="fa fa-caret-right"></i> 404 Page</a></li>
<li><a href="locked.html"><i class="fa fa-caret-right"></i> Locked Screen</a></li>
<li><a href="signin.html"><i class="fa fa-caret-right"></i> Sign In</a></li>
<li><a href="signup.html"><i class="fa fa-caret-right"></i> Sign Up</a></li>
</ul>
</li>
<li><a href="layouts.html"><i class="fa fa-laptop"></i> <span>Skins &amp; Layouts</span></a></li>
</ul>
<div class="infosummary">
<h5 class="sidebartitle">Information Summary</h5>
<ul>
<li>
<div class="datainfo">
<span class="text-muted">Daily Traffic</span>
<h4>630, 201</h4>
</div>
<div id="sidebar-chart" class="chart"></div>
</li>
<li>
<div class="datainfo">
<span class="text-muted">Average Users</span>
<h4>1, 332, 801</h4>
</div>
<div id="sidebar-chart2" class="chart"></div>
</li>
<li>
<div class="datainfo">
<span class="text-muted">Disk Usage</span>
<h4>82.2%</h4>
</div>
<div id="sidebar-chart3" class="chart"></div>
</li>
<li>
<div class="datainfo">
<span class="text-muted">CPU Usage</span>
<h4>140.05 - 32</h4>
</div>
<div id="sidebar-chart4" class="chart"></div>
</li>
<li>
<div class="datainfo">
<span class="text-muted">Memory Usage</span>
<h4>32.2%</h4>
</div>
<div id="sidebar-chart5" class="chart"></div>
</li>
</ul>
</div><!-- infosummary -->
</div><!-- leftpanelinner -->
</div><!-- leftpanel -->
<div class="mainpanel">
<div class="headerbar">
<a class="menutoggle"><i class="fa fa-bars"></i></a>
<form class="searchform" action="http://themepixels.com/demo/webpage/bracket/index.html" method="post">
<input type="text" class="form-control" name="keyword" placeholder="Search here..." />
</form>
<div class="header-right">
<ul class="headermenu">
<li>
<div class="btn-group">
<button class="btn btn-default dropdown-toggle tp-icon" data-toggle="dropdown">
<i class="glyphicon glyphicon-user"></i>
<span class="badge">2</span>
</button>
<div class="dropdown-menu dropdown-menu-head pull-right">
<h5 class="title">2 Newly Registered Users</h5>
<ul class="dropdown-list user-list">
<li class="new">
<div class="thumb"><a href="#"><img src="images/photos/user1.png" alt="" /></a></div>
<div class="desc">
<h5><a href="#">Draniem Daamul (@draniem)</a> <span class="badge badge-success">new</span></h5>
</div>
</li>
<li class="new">
<div class="thumb"><a href="#"><img src="images/photos/user2.png" alt="" /></a></div>
<div class="desc">
<h5><a href="#">Zaham Sindilmaca (@zaham)</a> <span class="badge badge-success">new</span></h5>
</div>
</li>
<li>
<div class="thumb"><a href="#"><img src="images/photos/user3.png" alt="" /></a></div>
<div class="desc">
<h5><a href="#">Weno Carasbong (@wenocar)</a></h5>
</div>
</li>
<li>
<div class="thumb"><a href="#"><img src="images/photos/user4.png" alt="" /></a></div>
<div class="desc">
<h5><a href="#">Nusja Nawancali (@nusja)</a></h5>
</div>
</li>
<li>
<div class="thumb"><a href="#"><img src="images/photos/user5.png" alt="" /></a></div>
<div class="desc">
<h5><a href="#">Lane Kitmari (@lane_kitmare)</a></h5>
</div>
</li>
<li class="new"><a href="#">See All Users</a></li>
</ul>
</div>
</div>
</li>
<li>
<div class="btn-group">
<button class="btn btn-default dropdown-toggle tp-icon" data-toggle="dropdown">
<i class="glyphicon glyphicon-envelope"></i>
<span class="badge">1</span>
</button>
<div class="dropdown-menu dropdown-menu-head pull-right">
<h5 class="title">You Have 1 New Message</h5>
<ul class="dropdown-list gen-list">
<li class="new">
<a href="#">
<span class="thumb"><img src="images/photos/user1.png" alt="" /></span>
<span class="desc">
<span class="name">Draniem Daamul <span class="badge badge-success">new</span></span>
<span class="msg">Lorem ipsum dolor sit amet...</span>
</span>
</a>
</li>
<li>
<a href="#">
<span class="thumb"><img src="images/photos/user2.png" alt="" /></span>
<span class="desc">
<span class="name">Nusja Nawancali</span>
<span class="msg">Lorem ipsum dolor sit amet...</span>
</span>
</a>
</li>
<li>
<a href="#">
<span class="thumb"><img src="images/photos/user3.png" alt="" /></span>
<span class="desc">
<span class="name">Weno Carasbong</span>
<span class="msg">Lorem ipsum dolor sit amet...</span>
</span>
</a>
</li>
<li>
<a href="#">
<span class="thumb"><img src="images/photos/user4.png" alt="" /></span>
<span class="desc">
<span class="name">Zaham Sindilmaca</span>
<span class="msg">Lorem ipsum dolor sit amet...</span>
</span>
</a>
</li>
<li>
<a href="#">
<span class="thumb"><img src="images/photos/user5.png" alt="" /></span>
<span class="desc">
<span class="name">Veno Leongal</span>
<span class="msg">Lorem ipsum dolor sit amet...</span>
</span>
</a>
</li>
<li class="new"><a href="#">Read All Messages</a></li>
</ul>
</div>
</div>
</li>
<li>
<div class="btn-group">
<button class="btn btn-default dropdown-toggle tp-icon" data-toggle="dropdown">
<i class="glyphicon glyphicon-globe"></i>
<span class="badge">5</span>
</button>
<div class="dropdown-menu dropdown-menu-head pull-right">
<h5 class="title">You Have 5 New Notifications</h5>
<ul class="dropdown-list gen-list">
<li class="new">
<a href="#">
<span class="thumb"><img src="images/photos/user4.png" alt="" /></span>
<span class="desc">
<span class="name">Zaham Sindilmaca <span class="badge badge-success">new</span></span>
<span class="msg">is now following you</span>
</span>
</a>
</li>
<li class="new">
<a href="#">
<span class="thumb"><img src="images/photos/user5.png" alt="" /></span>
<span class="desc">
<span class="name">Weno Carasbong <span class="badge badge-success">new</span></span>
<span class="msg">is now following you</span>
</span>
</a>
</li>
<li class="new">
<a href="#">
<span class="thumb"><img src="images/photos/user3.png" alt="" /></span>
<span class="desc">
<span class="name">Veno Leongal <span class="badge badge-success">new</span></span>
<span class="msg">likes your recent status</span>
</span>
</a>
</li>
<li class="new">
<a href="#">
<span class="thumb"><img src="images/photos/user3.png" alt="" /></span>
<span class="desc">
<span class="name">Nusja Nawancali <span class="badge badge-success">new</span></span>
<span class="msg">downloaded your work</span>
</span>
</a>
</li>
<li class="new">
<a href="#">
<span class="thumb"><img src="images/photos/user3.png" alt="" /></span>
<span class="desc">
<span class="name">Nusja Nawancali <span class="badge badge-success">new</span></span>
<span class="msg">send you 2 messages</span>
</span>
</a>
</li>
<li class="new"><a href="#">See All Notifications</a></li>
</ul>
</div>
</div>
</li>
<li>
<div class="btn-group">
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
<img src="images/photos/loggeduser.png" alt="" />
John Doe
<span class="caret"></span>
</button>
<ul class="dropdown-menu dropdown-menu-usermenu pull-right">
<li><a href="profile.html"><i class="glyphicon glyphicon-user"></i> My Profile</a></li>
<li><a href="#"><i class="glyphicon glyphicon-cog"></i> Account Settings</a></li>
<li><a href="#"><i class="glyphicon glyphicon-question-sign"></i> Help</a></li>
<li><a href="signin.html"><i class="glyphicon glyphicon-log-out"></i> Log Out</a></li>
</ul>
</div>
</li>
<li>
<button id="chatview" class="btn btn-default tp-icon chat-icon">
<i class="glyphicon glyphicon-comment"></i>
</button>
</li>
</ul>
</div><!-- header-right -->
</div><!-- headerbar -->
<div class="pageheader">
<h2><i class="fa fa-file-text"></i> Blog Single <span>Read our latest news...</span></h2>
<div class="breadcrumb-wrapper">
<span class="label">You are here:</span>
<ol class="breadcrumb">
<li><a href="index.html">Bracket</a></li>
<li><a href="index.html">Pages</a></li>
<li class="active">Blog Single</li>
</ol>
</div>
</div>
<div class="contentpanel">
<div class="row blog-content">
<div class="col-sm-9">
<div class="panel panel-default panel-blog">
<div class="panel-body">
<h3 class="blogsingle-title">Getting Started With Film Photography</h3>
<ul class="blog-meta">
<li>By: <a href="#">TmPxls</a></li>
<li>Jan 02, 2014</li>
<li><a href="#">2 Comments</a></li>
</ul>
<br />
<div class="blog-img"><img src="images/photos/blog1.jpg" class="img-responsive" alt="" /></div>
<div class="mb20"></div>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.</p>
<p>Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.</p>
<p>Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur</p>
</div><!-- panel-body -->
</div><!-- panel -->
<div class="authorpanel">
<div class="media">
<a class="pull-left" href="#">
<img class="media-object thumbnail" src="images/photos/userprofile.png" alt="" />
</a>
<div class="media-body event-body">
<h4 class="subtitle">About The Author</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
</div>
</div><!-- media -->
</div><!-- authorpanel -->
<div class="mb30"></div>
<h5 class="subtitle">5 Comments</h5>
<div class="mb30"></div>
<ul class="media-list comment-list">
<li class="media">
<a class="pull-left" href="#">
<img class="media-object thumbnail" src="images/photos/user1.png" alt="" />
</a>
<div class="media-body">
<a href="#" class="btn btn-primary btn-xs pull-right reply">Reply</a>
<h4>Nusja Nawancali</h4>
<small class="text-muted">January 10, 2014 at 7:30am</small>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
<div class="media">
<a class="pull-left" href="#">
<img class="media-object thumbnail" src="images/photos/userprofile.png" alt="" />
</a>
<div class="media-body">
<a href="#" class="btn btn-primary btn-xs pull-right reply">Reply</a>
<h4>Eileen Sideways</h4>
<small class="text-muted">January 10, 2014 at 7:30am</small>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
<div class="media">
<a class="pull-left" href="#">
<img class="media-object thumbnail" src="images/photos/user3.png" alt="" />
</a>
<div class="media-body">
<a href="#" class="btn btn-primary btn-xs pull-right reply">Reply</a>
<h4>Zaham Sindilmaca</h4>
<small class="text-muted">January 10, 2014 at 7:30am</small>
<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
</div>
</div><!-- media -->
</div><!-- media-body -->
</div><!-- media -->
<div class="media">
<a class="pull-left" href="#">
<img class="media-object thumbnail" src="images/photos/user2.png" alt="" />
</a>
<div class="media-body">
<a href="#" class="btn btn-primary btn-xs pull-right reply">Reply</a>
<h4>Ray Sin</h4>
<small class="text-muted">January 10, 2014 at 7:30am</small>
<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
</div>
</div><!-- media -->
</div><!-- media-body -->
</li><!-- media -->
<li class="media">
<a class="pull-left" href="#">
<img class="media-object thumbnail" src="images/photos/user1.png" alt="" />
</a>
<div class="media-body">
<a href="#" class="btn btn-primary btn-xs pull-right reply">Reply</a>
<h4>Nusja Nawancali</h4>
<small class="text-muted">January 10, 2014 at 7:30am</small>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
</div>
</li><!-- media -->
<li class="media">
<a class="pull-left" href="#">
<img class="media-object thumbnail" src="images/photos/user4.png" alt="" />
</a>
<div class="media-body">
<a href="#" class="btn btn-primary btn-xs pull-right reply">Reply</a>
<h4>Weno Carasbong</h4>
<small class="text-muted">January 10, 2014 at 7:30am</small>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
<div class="media">
<a class="pull-left" href="#">
<img class="media-object thumbnail" src="images/photos/user3.png" alt="" />
</a>
<div class="media-body">
<a href="#" class="btn btn-primary btn-xs pull-right reply">Reply</a>
<h4>Zaham Sindilmaca</h4>
<small class="text-muted">January 10, 2014 at 7:30am</small>
<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
</div>
</div><!-- media -->
</div>
</li><!-- media -->
</ul><!-- comment-list -->
<div class="mb30"></div>
<h5 class="subtitle mb5">Leave A Comment</h5>
<p class="text-muted">Your email address will not be published.</p>
<div class="mb20"></div>
<form>
<div class="row row-pad-5">
<div class="col-lg-4">
<input type="text" class="form-control" placeholder="Name" name="name">
</div>
<div class="col-lg-4">
<input type="email" class="form-control" placeholder="Email" name="email">
</div>
<div class="col-lg-4">
<input type="url" class="form-control" placeholder="Website" name="website">
</div>
</div><!-- row -->
<textarea placeholder="Message" rows="5" class="form-control"></textarea>
<div class="mb10"></div>
<button class="btn btn-primary">Add Comment</button>
</form>
</div><!-- col-sm-8 -->
<div class="col-sm-3">
<div class="blog-sidebar">
<h5 class="subtitle">Text Widget</h5>
<p>Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam</p>
<div class="mb30"></div>
<h5 class="subtitle">Categories</h5>
<ul class="sidebar-list">
<li><a href="#"><i class="fa fa-angle-right"></i> Science &amp; Technology</a></li>
<li><a href="#"><i class="fa fa-angle-right"></i> Food &amp; Health</a></li>
<li><a href="#"><i class="fa fa-angle-right"></i> Entertainment</a></li>
<li><a href="#"><i class="fa fa-angle-right"></i> Web Development</a></li>
<li><a href="#"><i class="fa fa-angle-right"></i> Communication</a></li>
<li><a href="#"><i class="fa fa-angle-right"></i> Movies &amp; TV Shows</a></li>
</ul>
<div class="mb30"></div>
<h5 class="subtitle">Archives</h5>
<ul class="sidebar-list">
<li><a href="#"><i class="fa fa-angle-right"></i> January 2014</a></li>
<li><a href="#"><i class="fa fa-angle-right"></i> December 2013</a></li>
<li><a href="#"><i class="fa fa-angle-right"></i> November 2013</a></li>
<li><a href="#"><i class="fa fa-angle-right"></i> October 2013</a></li>
<li><a href="#"><i class="fa fa-angle-right"></i> September 2013</a></li>
</ul>
</div><!-- blog-sidebar -->
</div><!-- col-sm-4 -->
</div><!-- row -->
</div><!-- contentpanel -->
</div><!-- mainpanel -->
<div class="rightpanel">
<!-- Nav tabs -->
<ul class="nav nav-tabs nav-justified">
<li class="active"><a href="#rp-alluser" data-toggle="tab"><i class="fa fa-users"></i></a></li>
<li><a href="#rp-favorites" data-toggle="tab"><i class="fa fa-heart"></i></a></li>
<li><a href="#rp-history" data-toggle="tab"><i class="fa fa-clock-o"></i></a></li>
<li><a href="#rp-settings" data-toggle="tab"><i class="fa fa-gear"></i></a></li>
</ul>
<!-- Tab panes -->
<div class="tab-content">
<div class="tab-pane active" id="rp-alluser">
<h5 class="sidebartitle">Online Users</h5>
<ul class="chatuserlist">
<li class="online">
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/userprofile.png" class="media-object">
</a>
<div class="media-body">
<strong>Eileen Sideways</strong>
<small>Los Angeles, CA</small>
</div>
</div><!-- media -->
</li>
<li class="online">
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user1.png" class="media-object">
</a>
<div class="media-body">
<span class="pull-right badge badge-danger">2</span>
<strong>Zaham Sindilmaca</strong>
<small>San Francisco, CA</small>
</div>
</div><!-- media -->
</li>
<li class="online">
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user2.png" class="media-object">
</a>
<div class="media-body">
<strong>Nusja Nawancali</strong>
<small>Bangkok, Thailand</small>
</div>
</div><!-- media -->
</li>
<li class="online">
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user3.png" class="media-object">
</a>
<div class="media-body">
<strong>Renov Leongal</strong>
<small>Cebu City, Philippines</small>
</div>
</div><!-- media -->
</li>
<li class="online">
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user4.png" class="media-object">
</a>
<div class="media-body">
<strong>Weno Carasbong</strong>
<small>Tokyo, Japan</small>
</div>
</div><!-- media -->
</li>
</ul>
<div class="mb30"></div>
<h5 class="sidebartitle">Offline Users</h5>
<ul class="chatuserlist">
<li>
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user5.png" class="media-object">
</a>
<div class="media-body">
<strong>Eileen Sideways</strong>
<small>Los Angeles, CA</small>
</div>
</div><!-- media -->
</li>
<li>
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user2.png" class="media-object">
</a>
<div class="media-body">
<strong>Zaham Sindilmaca</strong>
<small>San Francisco, CA</small>
</div>
</div><!-- media -->
</li>
<li>
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user3.png" class="media-object">
</a>
<div class="media-body">
<strong>Nusja Nawancali</strong>
<small>Bangkok, Thailand</small>
</div>
</div><!-- media -->
</li>
<li>
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user4.png" class="media-object">
</a>
<div class="media-body">
<strong>Renov Leongal</strong>
<small>Cebu City, Philippines</small>
</div>
</div><!-- media -->
</li>
<li>
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user5.png" class="media-object">
</a>
<div class="media-body">
<strong>Weno Carasbong</strong>
<small>Tokyo, Japan</small>
</div>
</div><!-- media -->
</li>
<li>
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user4.png" class="media-object">
</a>
<div class="media-body">
<strong>Renov Leongal</strong>
<small>Cebu City, Philippines</small>
</div>
</div><!-- media -->
</li>
<li>
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user5.png" class="media-object">
</a>
<div class="media-body">
<strong>Weno Carasbong</strong>
<small>Tokyo, Japan</small>
</div>
</div><!-- media -->
</li>
</ul>
</div>
<div class="tab-pane" id="rp-favorites">
<h5 class="sidebartitle">Favorites</h5>
<ul class="chatuserlist">
<li class="online">
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user2.png" class="media-object">
</a>
<div class="media-body">
<strong>Eileen Sideways</strong>
<small>Los Angeles, CA</small>
</div>
</div><!-- media -->
</li>
<li>
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user1.png" class="media-object">
</a>
<div class="media-body">
<strong>Zaham Sindilmaca</strong>
<small>San Francisco, CA</small>
</div>
</div><!-- media -->
</li>
<li>
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user3.png" class="media-object">
</a>
<div class="media-body">
<strong>Nusja Nawancali</strong>
<small>Bangkok, Thailand</small>
</div>
</div><!-- media -->
</li>
<li class="online">
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user4.png" class="media-object">
</a>
<div class="media-body">
<strong>Renov Leongal</strong>
<small>Cebu City, Philippines</small>
</div>
</div><!-- media -->
</li>
<li class="online">
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user5.png" class="media-object">
</a>
<div class="media-body">
<strong>Weno Carasbong</strong>
<small>Tokyo, Japan</small>
</div>
</div><!-- media -->
</li>
</ul>
</div>
<div class="tab-pane" id="rp-history">
<h5 class="sidebartitle">History</h5>
<ul class="chatuserlist">
<li class="online">
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user4.png" class="media-object">
</a>
<div class="media-body">
<strong>Eileen Sideways</strong>
<small>Hi hello, ctc?... would you mind if I go to your...</small>
</div>
</div><!-- media -->
</li>
<li>
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user2.png" class="media-object">
</a>
<div class="media-body">
<strong>Zaham Sindilmaca</strong>
<small>This is to inform you that your product that we...</small>
</div>
</div><!-- media -->
</li>
<li>
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user3.png" class="media-object">
</a>
<div class="media-body">
<strong>Nusja Nawancali</strong>
<small>Are you willing to have a long term relat...</small>
</div>
</div><!-- media -->
</li>
</ul>
</div>
<div class="tab-pane pane-settings" id="rp-settings">
<h5 class="sidebartitle mb20">Settings</h5>
<div class="form-group">
<label class="col-xs-8 control-label">Show Offline Users</label>
<div class="col-xs-4 control-label">
<div class="toggle toggle-success"></div>
</div>
</div>
<div class="form-group">
<label class="col-xs-8 control-label">Enable History</label>
<div class="col-xs-4 control-label">
<div class="toggle toggle-success"></div>
</div>
</div>
<div class="form-group">
<label class="col-xs-8 control-label">Show Full Name</label>
<div class="col-xs-4 control-label">
<div class="toggle-chat1 toggle-success"></div>
</div>
</div>
<div class="form-group">
<label class="col-xs-8 control-label">Show Location</label>
<div class="col-xs-4 control-label">
<div class="toggle toggle-success"></div>
</div>
</div>
</div><!-- tab-pane -->
</div><!-- tab-content -->
</div><!-- rightpanel -->
</section>
<script src="js/jquery-1.10.2.min.js"></script>
<script src="js/jquery-migrate-1.2.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/modernizr.min.js"></script>
<script src="js/jquery.sparkline.min.js"></script>
<script src="js/toggles.min.js"></script>
<script src="js/retina.min.js"></script>
<script src="js/jquery.cookies.js"></script>
<script src="js/custom.js"></script>
<script>
jQuery(window).load(function(){
var container = document.querySelector('#bloglist');
var msnry = new Masonry( container, {
// options
columnWidth: '.col-xs-6',
itemSelector: '.col-xs-6'
});
});
</script>
</body>
</html>

1089
buttons.html Normal file

File diff suppressed because it is too large Load Diff

765
calendar.html Normal file
View File

@ -0,0 +1,765 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="images/favicon.png" type="image/png">
<title>Bracket Responsive Bootstrap3 Admin</title>
<link href="css/style.default.css" rel="stylesheet">
<link href="css/fullcalendar.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Preloader -->
<div id="preloader">
<div id="status"><i class="fa fa-spinner fa-spin"></i></div>
</div>
<section>
<div class="leftpanel">
<div class="logopanel">
<h1><span>[</span> bracket <span>]</span></h1>
</div><!-- logopanel -->
<div class="leftpanelinner">
<!-- This is only visible to small devices -->
<div class="visible-xs hidden-sm hidden-md hidden-lg">
<div class="media userlogged">
<img alt="" src="images/photos/loggeduser.png" class="media-object">
<div class="media-body">
<h4>John Doe</h4>
<span>"Life is so..."</span>
</div>
</div>
<h5 class="sidebartitle actitle">Account</h5>
<ul class="nav nav-pills nav-stacked nav-bracket mb30">
<li><a href="profile.html"><i class="fa fa-user"></i> <span>Profile</span></a></li>
<li><a href="#"><i class="fa fa-cog"></i> <span>Account Settings</span></a></li>
<li><a href="#"><i class="fa fa-question-circle"></i> <span>Help</span></a></li>
<li><a href="signout.html"><i class="fa fa-sign-out"></i> <span>Sign Out</span></a></li>
</ul>
</div>
<h5 class="sidebartitle">Navigation</h5>
<ul class="nav nav-pills nav-stacked nav-bracket">
<li><a href="index.html"><i class="fa fa-home"></i> <span>Dashboard</span></a></li>
<li><a href="email.html"><i class="fa fa-envelope-o"></i> <span>Email</span></a></li>
<li class="nav-parent"><a href="#"><i class="fa fa-edit"></i> <span>Forms</span></a>
<ul class="children">
<li><a href="general-forms.html"><i class="fa fa-caret-right"></i> General Forms</a></li>
<li><a href="form-layouts.html"><i class="fa fa-caret-right"></i> Form Layouts</a></li>
<li><a href="form-validation.html"><i class="fa fa-caret-right"></i> Form Validation</a></li>
<li><a href="form-wizards.html"><i class="fa fa-caret-right"></i> Form Wizards</a></li>
<li><a href="wysiwyg.html"><i class="fa fa-caret-right"></i> WYSIWYG</a></li>
</ul>
</li>
<li class="nav-parent"><a href="#"><i class="fa fa-suitcase"></i> <span>UI Elements</span></a>
<ul class="children">
<li><a href="buttons.html"><i class="fa fa-caret-right"></i> Buttons</a></li>
<li><a href="icons.html"><i class="fa fa-caret-right"></i> Icons</a></li>
<li><a href="typography.html"><i class="fa fa-caret-right"></i> Typography</a></li>
<li><a href="alerts.html"><i class="fa fa-caret-right"></i> Alerts &amp; Notifications</a></li>
<li><a href="tabs-accordions.html"><i class="fa fa-caret-right"></i> Tabs &amp; Accordions</a></li>
<li><a href="sliders.html"><i class="fa fa-caret-right"></i> Sliders</a></li>
<li><a href="graphs.html"><i class="fa fa-caret-right"></i> Graphs &amp; Charts</a></li>
<li><a href="widgets.html"><i class="fa fa-caret-right"></i> Panels &amp; Widgets</a></li>
<li><a href="extras.html"><i class="fa fa-caret-right"></i> Extras</a></li>
</ul>
</li>
<li><a href="tables.html"><i class="fa fa-th-list"></i> <span>Tables</span></a></li>
<li><a href="maps.html"><i class="fa fa-map-marker"></i> <span>Maps</span></a></li>
<li class="nav-parent nav-active active"><a href="#"><i class="fa fa-file-text"></i> <span>Pages</span></a>
<ul class="children" style="display: block">
<li class="active"><a href="calendar.html"><i class="fa fa-caret-right"></i> Calendar</a></li>
<li><a href="media-manager.html"><i class="fa fa-caret-right"></i> Media Manager</a></li>
<li><a href="timeline.html"><i class="fa fa-caret-right"></i> Timeline</a></li>
<li><a href="blog-list.html"><i class="fa fa-caret-right"></i> Blog List</a></li>
<li><a href="blog-single.html"><i class="fa fa-caret-right"></i> Blog Single</a></li>
<li><a href="people-directory.html"><i class="fa fa-caret-right"></i> People Directory</a></li>
<li><a href="profile.html"><i class="fa fa-caret-right"></i> Profile</a></li>
<li><a href="invoice.html"><i class="fa fa-caret-right"></i> Invoice</a></li>
<li><a href="search-results.html"><i class="fa fa-caret-right"></i> Search Results</a></li>
<li><a href="blank.html"><i class="fa fa-caret-right"></i> Blank Page</a></li>
<li><a href="notfound.html"><i class="fa fa-caret-right"></i> 404 Page</a></li>
<li><a href="locked.html"><i class="fa fa-caret-right"></i> Locked Screen</a></li>
<li><a href="signin.html"><i class="fa fa-caret-right"></i> Sign In</a></li>
<li><a href="signup.html"><i class="fa fa-caret-right"></i> Sign Up</a></li>
</ul>
</li>
<li><a href="layouts.html"><i class="fa fa-laptop"></i> <span>Skins &amp; Layouts</span></a></li>
</ul>
<div class="infosummary">
<h5 class="sidebartitle">Information Summary</h5>
<ul>
<li>
<div class="datainfo">
<span class="text-muted">Daily Traffic</span>
<h4>630, 201</h4>
</div>
<div id="sidebar-chart" class="chart"></div>
</li>
<li>
<div class="datainfo">
<span class="text-muted">Average Users</span>
<h4>1, 332, 801</h4>
</div>
<div id="sidebar-chart2" class="chart"></div>
</li>
<li>
<div class="datainfo">
<span class="text-muted">Disk Usage</span>
<h4>82.2%</h4>
</div>
<div id="sidebar-chart3" class="chart"></div>
</li>
<li>
<div class="datainfo">
<span class="text-muted">CPU Usage</span>
<h4>140.05 - 32</h4>
</div>
<div id="sidebar-chart4" class="chart"></div>
</li>
<li>
<div class="datainfo">
<span class="text-muted">Memory Usage</span>
<h4>32.2%</h4>
</div>
<div id="sidebar-chart5" class="chart"></div>
</li>
</ul>
</div><!-- infosummary -->
</div><!-- leftpanelinner -->
</div><!-- leftpanel -->
<div class="mainpanel">
<div class="headerbar">
<a class="menutoggle"><i class="fa fa-bars"></i></a>
<form class="searchform" action="http://themepixels.com/demo/webpage/bracket/index.html" method="post">
<input type="text" class="form-control" name="keyword" placeholder="Search here..." />
</form>
<div class="header-right">
<ul class="headermenu">
<li>
<div class="btn-group">
<button class="btn btn-default dropdown-toggle tp-icon" data-toggle="dropdown">
<i class="glyphicon glyphicon-user"></i>
<span class="badge">2</span>
</button>
<div class="dropdown-menu dropdown-menu-head pull-right">
<h5 class="title">2 Newly Registered Users</h5>
<ul class="dropdown-list user-list">
<li class="new">
<div class="thumb"><a href="#"><img src="images/photos/user1.png" alt="" /></a></div>
<div class="desc">
<h5><a href="#">Draniem Daamul (@draniem)</a> <span class="badge badge-success">new</span></h5>
</div>
</li>
<li class="new">
<div class="thumb"><a href="#"><img src="images/photos/user2.png" alt="" /></a></div>
<div class="desc">
<h5><a href="#">Zaham Sindilmaca (@zaham)</a> <span class="badge badge-success">new</span></h5>
</div>
</li>
<li>
<div class="thumb"><a href="#"><img src="images/photos/user3.png" alt="" /></a></div>
<div class="desc">
<h5><a href="#">Weno Carasbong (@wenocar)</a></h5>
</div>
</li>
<li>
<div class="thumb"><a href="#"><img src="images/photos/user4.png" alt="" /></a></div>
<div class="desc">
<h5><a href="#">Nusja Nawancali (@nusja)</a></h5>
</div>
</li>
<li>
<div class="thumb"><a href="#"><img src="images/photos/user5.png" alt="" /></a></div>
<div class="desc">
<h5><a href="#">Lane Kitmari (@lane_kitmare)</a></h5>
</div>
</li>
<li class="new"><a href="#">See All Users</a></li>
</ul>
</div>
</div>
</li>
<li>
<div class="btn-group">
<button class="btn btn-default dropdown-toggle tp-icon" data-toggle="dropdown">
<i class="glyphicon glyphicon-envelope"></i>
<span class="badge">1</span>
</button>
<div class="dropdown-menu dropdown-menu-head pull-right">
<h5 class="title">You Have 1 New Message</h5>
<ul class="dropdown-list gen-list">
<li class="new">
<a href="#">
<span class="thumb"><img src="images/photos/user1.png" alt="" /></span>
<span class="desc">
<span class="name">Draniem Daamul <span class="badge badge-success">new</span></span>
<span class="msg">Lorem ipsum dolor sit amet...</span>
</span>
</a>
</li>
<li>
<a href="#">
<span class="thumb"><img src="images/photos/user2.png" alt="" /></span>
<span class="desc">
<span class="name">Nusja Nawancali</span>
<span class="msg">Lorem ipsum dolor sit amet...</span>
</span>
</a>
</li>
<li>
<a href="#">
<span class="thumb"><img src="images/photos/user3.png" alt="" /></span>
<span class="desc">
<span class="name">Weno Carasbong</span>
<span class="msg">Lorem ipsum dolor sit amet...</span>
</span>
</a>
</li>
<li>
<a href="#">
<span class="thumb"><img src="images/photos/user4.png" alt="" /></span>
<span class="desc">
<span class="name">Zaham Sindilmaca</span>
<span class="msg">Lorem ipsum dolor sit amet...</span>
</span>
</a>
</li>
<li>
<a href="#">
<span class="thumb"><img src="images/photos/user5.png" alt="" /></span>
<span class="desc">
<span class="name">Veno Leongal</span>
<span class="msg">Lorem ipsum dolor sit amet...</span>
</span>
</a>
</li>
<li class="new"><a href="#">Read All Messages</a></li>
</ul>
</div>
</div>
</li>
<li>
<div class="btn-group">
<button class="btn btn-default dropdown-toggle tp-icon" data-toggle="dropdown">
<i class="glyphicon glyphicon-globe"></i>
<span class="badge">5</span>
</button>
<div class="dropdown-menu dropdown-menu-head pull-right">
<h5 class="title">You Have 5 New Notifications</h5>
<ul class="dropdown-list gen-list">
<li class="new">
<a href="#">
<span class="thumb"><img src="images/photos/user4.png" alt="" /></span>
<span class="desc">
<span class="name">Zaham Sindilmaca <span class="badge badge-success">new</span></span>
<span class="msg">is now following you</span>
</span>
</a>
</li>
<li class="new">
<a href="#">
<span class="thumb"><img src="images/photos/user5.png" alt="" /></span>
<span class="desc">
<span class="name">Weno Carasbong <span class="badge badge-success">new</span></span>
<span class="msg">is now following you</span>
</span>
</a>
</li>
<li class="new">
<a href="#">
<span class="thumb"><img src="images/photos/user3.png" alt="" /></span>
<span class="desc">
<span class="name">Veno Leongal <span class="badge badge-success">new</span></span>
<span class="msg">likes your recent status</span>
</span>
</a>
</li>
<li class="new">
<a href="#">
<span class="thumb"><img src="images/photos/user3.png" alt="" /></span>
<span class="desc">
<span class="name">Nusja Nawancali <span class="badge badge-success">new</span></span>
<span class="msg">downloaded your work</span>
</span>
</a>
</li>
<li class="new">
<a href="#">
<span class="thumb"><img src="images/photos/user3.png" alt="" /></span>
<span class="desc">
<span class="name">Nusja Nawancali <span class="badge badge-success">new</span></span>
<span class="msg">send you 2 messages</span>
</span>
</a>
</li>
<li class="new"><a href="#">See All Notifications</a></li>
</ul>
</div>
</div>
</li>
<li>
<div class="btn-group">
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
<img src="images/photos/loggeduser.png" alt="" />
John Doe
<span class="caret"></span>
</button>
<ul class="dropdown-menu dropdown-menu-usermenu pull-right">
<li><a href="profile.html"><i class="glyphicon glyphicon-user"></i> My Profile</a></li>
<li><a href="#"><i class="glyphicon glyphicon-cog"></i> Account Settings</a></li>
<li><a href="#"><i class="glyphicon glyphicon-question-sign"></i> Help</a></li>
<li><a href="signin.html"><i class="glyphicon glyphicon-log-out"></i> Log Out</a></li>
</ul>
</div>
</li>
<li>
<button id="chatview" class="btn btn-default tp-icon chat-icon">
<i class="glyphicon glyphicon-comment"></i>
</button>
</li>
</ul>
</div><!-- header-right -->
</div><!-- headerbar -->
<div class="pageheader">
<h2><i class="fa fa-calendar"></i> Calendar <span>Subtitle goes here...</span></h2>
<div class="breadcrumb-wrapper">
<span class="label">You are here:</span>
<ol class="breadcrumb">
<li><a href="index.html">Bracket</a></li>
<li><a href="calendar.html">Pages</a></li>
<li class="active">Calendar</li>
</ol>
</div>
</div>
<div class="contentpanel">
<p class="mb20"><a href="http://arshaw.com/fullcalendar/" target="_blank">FullCalendar</a> is a jQuery plugin that provides a full-sized, drag & drop calendar like the one below. It uses AJAX to fetch events on-the-fly for each month and is easily configured to use your own feed format (an extension is provided for Google Calendar).</p>
<div class="row">
<div class="col-md-3">
<div class="panel panel-default panel-dark panel-alt">
<div class="panel-heading">
<h4 class="panel-title">Draggable Events</h4>
</div>
<div class="panel-body">
<div id='external-events'>
<div class='external-event'>My Event 1</div>
<div class='external-event'>My Event 2</div>
<div class='external-event'>My Event 3</div>
<div class='external-event'>My Event 4</div>
<div class='external-event'>My Event 5</div>
</div>
</div>
</div>
</div><!-- col-md-3 -->
<div class="col-md-9">
<div id="calendar"></div>
</div><!-- col-md-9 -->
</div>
</div>
</div><!-- mainpanel -->
<div class="rightpanel">
<!-- Nav tabs -->
<ul class="nav nav-tabs nav-justified">
<li class="active"><a href="#rp-alluser" data-toggle="tab"><i class="fa fa-users"></i></a></li>
<li><a href="#rp-favorites" data-toggle="tab"><i class="fa fa-heart"></i></a></li>
<li><a href="#rp-history" data-toggle="tab"><i class="fa fa-clock-o"></i></a></li>
<li><a href="#rp-settings" data-toggle="tab"><i class="fa fa-gear"></i></a></li>
</ul>
<!-- Tab panes -->
<div class="tab-content">
<div class="tab-pane active" id="rp-alluser">
<h5 class="sidebartitle">Online Users</h5>
<ul class="chatuserlist">
<li class="online">
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/userprofile.png" class="media-object">
</a>
<div class="media-body">
<strong>Eileen Sideways</strong>
<small>Los Angeles, CA</small>
</div>
</div><!-- media -->
</li>
<li class="online">
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user1.png" class="media-object">
</a>
<div class="media-body">
<span class="pull-right badge badge-danger">2</span>
<strong>Zaham Sindilmaca</strong>
<small>San Francisco, CA</small>
</div>
</div><!-- media -->
</li>
<li class="online">
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user2.png" class="media-object">
</a>
<div class="media-body">
<strong>Nusja Nawancali</strong>
<small>Bangkok, Thailand</small>
</div>
</div><!-- media -->
</li>
<li class="online">
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user3.png" class="media-object">
</a>
<div class="media-body">
<strong>Renov Leongal</strong>
<small>Cebu City, Philippines</small>
</div>
</div><!-- media -->
</li>
<li class="online">
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user4.png" class="media-object">
</a>
<div class="media-body">
<strong>Weno Carasbong</strong>
<small>Tokyo, Japan</small>
</div>
</div><!-- media -->
</li>
</ul>
<div class="mb30"></div>
<h5 class="sidebartitle">Offline Users</h5>
<ul class="chatuserlist">
<li>
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user5.png" class="media-object">
</a>
<div class="media-body">
<strong>Eileen Sideways</strong>
<small>Los Angeles, CA</small>
</div>
</div><!-- media -->
</li>
<li>
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user2.png" class="media-object">
</a>
<div class="media-body">
<strong>Zaham Sindilmaca</strong>
<small>San Francisco, CA</small>
</div>
</div><!-- media -->
</li>
<li>
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user3.png" class="media-object">
</a>
<div class="media-body">
<strong>Nusja Nawancali</strong>
<small>Bangkok, Thailand</small>
</div>
</div><!-- media -->
</li>
<li>
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user4.png" class="media-object">
</a>
<div class="media-body">
<strong>Renov Leongal</strong>
<small>Cebu City, Philippines</small>
</div>
</div><!-- media -->
</li>
<li>
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user5.png" class="media-object">
</a>
<div class="media-body">
<strong>Weno Carasbong</strong>
<small>Tokyo, Japan</small>
</div>
</div><!-- media -->
</li>
<li>
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user4.png" class="media-object">
</a>
<div class="media-body">
<strong>Renov Leongal</strong>
<small>Cebu City, Philippines</small>
</div>
</div><!-- media -->
</li>
<li>
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user5.png" class="media-object">
</a>
<div class="media-body">
<strong>Weno Carasbong</strong>
<small>Tokyo, Japan</small>
</div>
</div><!-- media -->
</li>
</ul>
</div>
<div class="tab-pane" id="rp-favorites">
<h5 class="sidebartitle">Favorites</h5>
<ul class="chatuserlist">
<li class="online">
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user2.png" class="media-object">
</a>
<div class="media-body">
<strong>Eileen Sideways</strong>
<small>Los Angeles, CA</small>
</div>
</div><!-- media -->
</li>
<li>
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user1.png" class="media-object">
</a>
<div class="media-body">
<strong>Zaham Sindilmaca</strong>
<small>San Francisco, CA</small>
</div>
</div><!-- media -->
</li>
<li>
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user3.png" class="media-object">
</a>
<div class="media-body">
<strong>Nusja Nawancali</strong>
<small>Bangkok, Thailand</small>
</div>
</div><!-- media -->
</li>
<li class="online">
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user4.png" class="media-object">
</a>
<div class="media-body">
<strong>Renov Leongal</strong>
<small>Cebu City, Philippines</small>
</div>
</div><!-- media -->
</li>
<li class="online">
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user5.png" class="media-object">
</a>
<div class="media-body">
<strong>Weno Carasbong</strong>
<small>Tokyo, Japan</small>
</div>
</div><!-- media -->
</li>
</ul>
</div>
<div class="tab-pane" id="rp-history">
<h5 class="sidebartitle">History</h5>
<ul class="chatuserlist">
<li class="online">
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user4.png" class="media-object">
</a>
<div class="media-body">
<strong>Eileen Sideways</strong>
<small>Hi hello, ctc?... would you mind if I go to your...</small>
</div>
</div><!-- media -->
</li>
<li>
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user2.png" class="media-object">
</a>
<div class="media-body">
<strong>Zaham Sindilmaca</strong>
<small>This is to inform you that your product that we...</small>
</div>
</div><!-- media -->
</li>
<li>
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user3.png" class="media-object">
</a>
<div class="media-body">
<strong>Nusja Nawancali</strong>
<small>Are you willing to have a long term relat...</small>
</div>
</div><!-- media -->
</li>
</ul>
</div>
<div class="tab-pane pane-settings" id="rp-settings">
<h5 class="sidebartitle mb20">Settings</h5>
<div class="form-group">
<label class="col-xs-8 control-label">Show Offline Users</label>
<div class="col-xs-4 control-label">
<div class="toggle toggle-success"></div>
</div>
</div>
<div class="form-group">
<label class="col-xs-8 control-label">Enable History</label>
<div class="col-xs-4 control-label">
<div class="toggle toggle-success"></div>
</div>
</div>
<div class="form-group">
<label class="col-xs-8 control-label">Show Full Name</label>
<div class="col-xs-4 control-label">
<div class="toggle-chat1 toggle-success"></div>
</div>
</div>
<div class="form-group">
<label class="col-xs-8 control-label">Show Location</label>
<div class="col-xs-4 control-label">
<div class="toggle toggle-success"></div>
</div>
</div>
</div><!-- tab-pane -->
</div><!-- tab-content -->
</div><!-- rightpanel -->
</section>
<script src="js/jquery-1.10.2.min.js"></script>
<script src="js/jquery-migrate-1.2.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/modernizr.min.js"></script>
<script src="js/jquery.sparkline.min.js"></script>
<script src="js/toggles.min.js"></script>
<script src="js/retina.min.js"></script>
<script src="js/jquery.cookies.js"></script>
<script src="js/jquery-ui-1.10.3.min.js"></script>
<script src="js/fullcalendar.min.js"></script>
<script src="js/custom.js"></script>
<script>
jQuery(document).ready(function() {
/* initialize the external events
-----------------------------------------------------------------*/
jQuery('#external-events div.external-event').each(function() {
// create an Event Object (http://arshaw.com/fullcalendar/docs/event_data/Event_Object/)
// it doesn't need to have a start or end
var eventObject = {
title: $.trim($(this).text()) // use the element's text as the event title
};
// store the Event Object in the DOM element so we can get to it later
jQuery(this).data('eventObject', eventObject);
// make the event draggable using jQuery UI
jQuery(this).draggable({
zIndex: 999,
revert: true, // will cause the event to go back to its
revertDuration: 0 // original position after the drag
});
});
/* initialize the calendar
-----------------------------------------------------------------*/
jQuery('#calendar').fullCalendar({
header: {
left: 'prev,next today',
center: 'title',
right: 'month,agendaWeek,agendaDay'
},
editable: true,
droppable: true, // this allows things to be dropped onto the calendar !!!
drop: function(date, allDay) { // this function is called when something is dropped
// retrieve the dropped element's stored Event Object
var originalEventObject = jQuery(this).data('eventObject');
// we need to copy it, so that multiple events don't have a reference to the same object
var copiedEventObject = $.extend({}, originalEventObject);
// assign it the date that was reported
copiedEventObject.start = date;
copiedEventObject.allDay = allDay;
// render the event on the calendar
// the last `true` argument determines if the event "sticks" (http://arshaw.com/fullcalendar/docs/event_rendering/renderEvent/)
jQuery('#calendar').fullCalendar('renderEvent', copiedEventObject, true);
// is the "remove after drop" checkbox checked?
if (jQuery('#drop-remove').is(':checked')) {
// if so, remove the element from the "Draggable Events" list
jQuery(this).remove();
}
}
});
});
</script>
</body>
</html>

61
css/_div style=.html Normal file
View File

@ -0,0 +1,61 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Error</title>
<style type="text/css">
::selection{ background-color: #E13300; color: white; }
::moz-selection{ background-color: #E13300; color: white; }
::webkit-selection{ background-color: #E13300; color: white; }
body {
background-color: #fff;
margin: 40px;
font: 13px/20px normal Helvetica, Arial, sans-serif;
color: #4F5155;
}
a {
color: #003399;
background-color: transparent;
font-weight: normal;
}
h1 {
color: #444;
background-color: transparent;
border-bottom: 1px solid #D0D0D0;
font-size: 19px;
font-weight: normal;
margin: 0 0 14px 0;
padding: 14px 15px 10px 15px;
}
code {
font-family: Consolas, Monaco, Courier New, Courier, monospace;
font-size: 12px;
background-color: #f9f9f9;
border: 1px solid #D0D0D0;
color: #002166;
display: block;
margin: 14px 0 14px 0;
padding: 12px 10px 12px 10px;
}
#container {
margin: 10px;
border: 1px solid #D0D0D0;
-webkit-box-shadow: 0 0 8px #D0D0D0;
}
p {
margin: 12px 15px 12px 15px;
}
</style>
</head>
<body>
<div id="container">
<h1>An Error Was Encountered</h1>
<p>The URI you submitted has disallowed characters.</p> </div>
</body>
</html>

394
css/animate.delay.css Normal file
View File

@ -0,0 +1,394 @@
.animate0 {
-webkit-animation-duration: .8s;
-webkit-animation-delay: 0s;
-webkit-animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-duration: .8s;
-moz-animation-delay: 0s;
-moz-animation-timing-function: ease;
-moz-animation-fill-mode: both;
-ms-animation-duration: .8s;
-ms-animation-delay: 0s;
-ms-animation-timing-function: ease;
-ms-animation-fill-mode: both;
animation-duration: .8s;
animation-delay: 0s;
animation-timing-function: ease;
animation-fill-mode: both;
}
.animate1{
-webkit-animation-duration: .8s;
-webkit-animation-delay: .2s;
-webkit-animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-duration: .8s;
-moz-animation-delay: .2s;
-moz-animation-timing-function: ease;
-moz-animation-fill-mode: both;
-ms-animation-duration: .8s;
-ms-animation-delay: .2s;
-ms-animation-timing-function: ease;
-ms-animation-fill-mode: both;
animation-duration: .8s;
animation-delay: .2s;
animation-timing-function: ease;
animation-fill-mode: both;
}
.animate2{
-webkit-animation-duration: .8s;
-webkit-animation-delay: .4s;
-webkit-animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-duration: .8s;
-moz-animation-delay: .4s;
-moz-animation-timing-function: ease;
-moz-animation-fill-mode: both;
-ms-animation-duration: .8s;
-ms-animation-delay: .4s;
-ms-animation-timing-function: ease;
-ms-animation-fill-mode: both;
animation-duration: .8s;
animation-delay: .4s;
animation-timing-function: ease;
animation-fill-mode: both;
}
.animate3{
-webkit-animation-duration: .8s;
-webkit-animation-delay: .6s;
-webkit-animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-duration: .8s;
-moz-animation-delay: .6s;
-moz-animation-timing-function: ease;
-moz-animation-fill-mode: both;
-ms-animation-duration: .8s;
-ms-animation-delay: .6s;
-ms-animation-timing-function: ease;
-ms-animation-fill-mode: both;
animation-duration: .8s;
animation-delay: .6s;
animation-timing-function: ease;
animation-fill-mode: both;
}
.animate4{
-webkit-animation-duration: .8s;
-webkit-animation-delay: .8s;
-webkit-animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-duration: .8s;
-moz-animation-delay: .8s;
-moz-animation-timing-function: ease;
-moz-animation-fill-mode: both;
-ms-animation-duration: .8s;
-ms-animation-delay: .8s;
-ms-animation-timing-function: ease;
-ms-animation-fill-mode: both;
animation-duration: .8s;
animation-delay: .8s;
animation-timing-function: ease;
animation-fill-mode: both;
}
.animate5{
-webkit-animation-duration: .8s;
-webkit-animation-delay: 1s;
-webkit-animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-duration: .8s;
-moz-animation-delay: 1s;
-moz-animation-timing-function: ease;
-moz-animation-fill-mode: both;
-ms-animation-duration: .8s;
-ms-animation-delay: 1s;
-ms-animation-timing-function: ease;
-ms-animation-fill-mode: both;
animation-duration: .8s;
animation-delay: 1s;
animation-timing-function: ease;
animation-fill-mode: both;
}
.animate6{
-webkit-animation-duration: .8s;
-webkit-animation-delay: 1.2s;
-webkit-animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-duration: .8s;
-moz-animation-delay: 1.2s;
-moz-animation-timing-function: ease;
-moz-animation-fill-mode: both;
-ms-animation-duration: .8s;
-ms-animation-delay: 1.2s;
-ms-animation-timing-function: ease;
-ms-animation-fill-mode: both;
animation-duration: .8s;
animation-delay: 1.2s;
animation-timing-function: ease;
animation-fill-mode: both;
}
.animate7{
-webkit-animation-duration: .8s;
-webkit-animation-delay: 1.4s;
-webkit-animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-duration: .8s;
-moz-animation-delay: 1.4s;
-moz-animation-timing-function: ease;
-moz-animation-fill-mode: both;
-ms-animation-duration: .8s;
-ms-animation-delay: 1.4s;
-ms-animation-timing-function: ease;
-ms-animation-fill-mode: both;
animation-duration: .8s;
animation-delay: 1.4s;
animation-timing-function: ease;
animation-fill-mode: both;
}
.animate8{
-webkit-animation-duration: .8s;
-webkit-animation-delay: 1.8s;
-webkit-animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-duration: .8s;
-moz-animation-delay: 1.8s;
-moz-animation-timing-function: ease;
-moz-animation-fill-mode: both;
-ms-animation-duration: .8s;
-ms-animation-delay: 1.8s;
-ms-animation-timing-function: ease;
-ms-animation-fill-mode: both;
animation-duration: .8s;
animation-delay: 1.8s;
animation-timing-function: ease;
animation-fill-mode: both;
}
.animate9{
-webkit-animation-duration: .8s;
-webkit-animation-delay: 1.8s;
-webkit-animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-duration: .8s;
-moz-animation-delay: 1.8s;
-moz-animation-timing-function: ease;
-moz-animation-fill-mode: both;
-ms-animation-duration: .8s;
-ms-animation-delay: 1.8s;
-ms-animation-timing-function: ease;
-ms-animation-fill-mode: both;
animation-duration: .8s;
animation-delay: 1.8s;
animation-timing-function: ease;
animation-fill-mode: both;
}
.animate10{
-webkit-animation-duration: .8s;
-webkit-animation-delay: 2.0s;
-webkit-animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-duration: .8s;
-moz-animation-delay: 2.0s;
-moz-animation-timing-function: ease;
-moz-animation-fill-mode: both;
-ms-animation-duration: .8s;
-ms-animation-delay: 2.0s;
-ms-animation-timing-function: ease;
-ms-animation-fill-mode: both;
animation-duration: .8s;
animation-delay: 2.0s;
animation-timing-function: ease;
animation-fill-mode: both;
}
.animate11{
-webkit-animation-duration: .8s;
-webkit-animation-delay: 2.2s;
-webkit-animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-duration: .8s;
-moz-animation-delay: 2.2s;
-moz-animation-timing-function: ease;
-moz-animation-fill-mode: both;
-ms-animation-duration: .8s;
-ms-animation-delay: 2.2s;
-ms-animation-timing-function: ease;
-ms-animation-fill-mode: both;
animation-duration: .8s;
animation-delay: 2.2s;
animation-timing-function: ease;
animation-fill-mode: both;
}
.animate12{
-webkit-animation-duration: .8s;
-webkit-animation-delay: 2.4s;
-webkit-animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-duration: .8s;
-moz-animation-delay: 2.4s;
-moz-animation-timing-function: ease;
-moz-animation-fill-mode: both;
-ms-animation-duration: .8s;
-ms-animation-delay: 2.4s;
-ms-animation-timing-function: ease;
-ms-animation-fill-mode: both;
animation-duration: .8s;
animation-delay: 2.4s;
animation-timing-function: ease;
animation-fill-mode: both;
}
.animate13{
-webkit-animation-duration: .8s;
-webkit-animation-delay: 2.8s;
-webkit-animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-duration: .8s;
-moz-animation-delay: 2.8s;
-moz-animation-timing-function: ease;
-moz-animation-fill-mode: both;
-ms-animation-duration: .8s;
-ms-animation-delay: 2.8s;
-ms-animation-timing-function: ease;
-ms-animation-fill-mode: both;
animation-duration: .8s;
animation-delay: 2.8s;
animation-timing-function: ease;
animation-fill-mode: both;
}
.animate14{
-webkit-animation-duration: .8s;
-webkit-animation-delay: 2.8s;
-webkit-animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-duration: .8s;
-moz-animation-delay: 2.8s;
-moz-animation-timing-function: ease;
-moz-animation-fill-mode: both;
-ms-animation-duration: .8s;
-ms-animation-delay: 2.8s;
-ms-animation-timing-function: ease;
-ms-animation-fill-mode: both;
animation-duration: .8s;
animation-delay: 2.8s;
animation-timing-function: ease;
animation-fill-mode: both;
}
.animate15{
-webkit-animation-duration: .8s;
-webkit-animation-delay: 3.0s;
-webkit-animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-duration: .8s;
-moz-animation-delay: 3.0s;
-moz-animation-timing-function: ease;
-moz-animation-fill-mode: both;
-ms-animation-duration: .8s;
-ms-animation-delay: 3.0s;
-ms-animation-timing-function: ease;
-ms-animation-fill-mode: both;
animation-duration: .8s;
animation-delay: 3.0s;
animation-timing-function: ease;
animation-fill-mode: both;
}
.animate16{
-webkit-animation-duration: .8s;
-webkit-animation-delay: 3.2s;
-webkit-animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-duration: .8s;
-moz-animation-delay: 3.2s;
-moz-animation-timing-function: ease;
-moz-animation-fill-mode: both;
-ms-animation-duration: .8s;
-ms-animation-delay: 3.2s;
-ms-animation-timing-function: ease;
-ms-animation-fill-mode: both;
animation-duration: .8s;
animation-delay: 3.2s;
animation-timing-function: ease;
animation-fill-mode: both;
}
.animate17{
-webkit-animation-duration: .8s;
-webkit-animation-delay: 3.4s;
-webkit-animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-duration: .8s;
-moz-animation-delay: 3.4s;
-moz-animation-timing-function: ease;
-moz-animation-fill-mode: both;
-ms-animation-duration: .8s;
-ms-animation-delay: 3.4s;
-ms-animation-timing-function: ease;
-ms-animation-fill-mode: both;
animation-duration: .8s;
animation-delay: 3.4s;
animation-timing-function: ease;
animation-fill-mode: both;
}
.animate18{
-webkit-animation-duration: .8s;
-webkit-animation-delay: 3.6s;
-webkit-animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-duration: .8s;
-moz-animation-delay: 3.6s;
-moz-animation-timing-function: ease;
-moz-animation-fill-mode: both;
-ms-animation-duration: .8s;
-ms-animation-delay: 3.6s;
-ms-animation-timing-function: ease;
-ms-animation-fill-mode: both;
animation-duration: .8s;
animation-delay: 3.6s;
animation-timing-function: ease;
animation-fill-mode: both;
}
.animate19{
-webkit-animation-duration: .8s;
-webkit-animation-delay: 3.8s;
-webkit-animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-duration: .8s;
-moz-animation-delay: 3.8s;
-moz-animation-timing-function: ease;
-moz-animation-fill-mode: both;
-ms-animation-duration: .8s;
-ms-animation-delay: 3.8s;
-ms-animation-timing-function: ease;
-ms-animation-fill-mode: both;
animation-duration: .8s;
animation-delay: 3.8s;
animation-timing-function: ease;
animation-fill-mode: both;
}
.animate20{
-webkit-animation-duration: .8s;
-webkit-animation-delay: 4.0s;
-webkit-animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-duration: .8s;
-moz-animation-delay: 4.0s;
-moz-animation-timing-function: ease;
-moz-animation-fill-mode: both;
-ms-animation-duration: .8s;
-ms-animation-delay: 4.0s;
-ms-animation-timing-function: ease;
-ms-animation-fill-mode: both;
animation-duration: .8s;
animation-delay: 4.0s;
animation-timing-function: ease;
animation-fill-mode: both;
}

1
css/animate.min.css vendored Normal file

File diff suppressed because one or more lines are too long

36
css/bootstrap-fileupload.min.css vendored Normal file
View File

@ -0,0 +1,36 @@
/*!
* Bootstrap v2.3.0-j4
*
* Copyright 2012 Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world by @mdo and @fat, extended by @ArnoldDaniels.
*/
.clearfix{*zoom:1;}.clearfix:before,.clearfix:after{display:table;content:"";line-height:0;}
.clearfix:after{clear:both;}
.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0;}
.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.btn-file{overflow:hidden;position:relative;vertical-align:middle;}.btn-file>input{position:absolute;top:0;right:0;margin:0;opacity:0;filter:alpha(opacity=0);transform:translate(-300px, 0) scale(4);font-size:23px;direction:ltr;cursor:pointer;}
.fileupload .uneditable-input{display:inline-block;margin-bottom:0px;vertical-align:middle;cursor:text;background: #fff;}
.fileupload .thumbnail{overflow:hidden;display:inline-block;margin-bottom:5px;vertical-align:middle;text-align:center;}.fileupload .thumbnail>img{display:inline-block;vertical-align:middle;max-height:100%;}
.fileupload .btn{vertical-align:middle; line-height: 21px; margin-left: -5px; }
.fileupload-exists .fileupload-new,.fileupload-new .fileupload-exists{display:none;}
.fileupload-inline .fileupload-controls{display:inline;}
.fileupload-new .input-append .btn-file{-webkit-border-radius:0 2px 2px 0;-moz-border-radius:0 2px 2px 0;border-radius:0 2px 2px 0;}
.thumbnail-borderless .thumbnail{border:none;padding:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
.fileupload-new.thumbnail-borderless .thumbnail{border:1px solid #ddd;}
.control-group.warning .fileupload .uneditable-input{color:#a47e3c;border-color:#a47e3c;}
.control-group.warning .fileupload .fileupload-preview{color:#a47e3c;}
.control-group.warning .fileupload .thumbnail{border-color:#a47e3c;}
.control-group.error .fileupload .uneditable-input{color:#b94a48;border-color:#b94a48;}
.control-group.error .fileupload .fileupload-preview{color:#b94a48;}
.control-group.error .fileupload .thumbnail{border-color:#b94a48;}
.control-group.success .fileupload .uneditable-input{color:#468847;border-color:#468847;}
.control-group.success .fileupload .fileupload-preview{color:#468847;}
.control-group.success .fileupload .thumbnail{border-color:#468847;}
.uneditable-input {
border: 1px solid #ccc; height: 35px; padding: 6px 10px; width: 200px; overflow: hidden;
-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }
.uneditable-input .glyphicon { float: left; margin-right: 5px; vertical-align: middle; margin-top: 2px; opacity: 0.5; }
.fileupload-preview { width: 400px; display: block; color: #666; }

1289
css/bootstrap-override.css vendored Normal file

File diff suppressed because it is too large Load Diff

10
css/bootstrap-timepicker.min.css vendored Normal file
View File

@ -0,0 +1,10 @@
/*!
* Timepicker Component for Twitter Bootstrap
*
* Copyright 2013 Joris de Wit
*
* Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/.bootstrap-timepicker{position:relative}.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu{left:auto;right:0}.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before{left:auto;right:12px}.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after{left:auto;right:13px}.bootstrap-timepicker .add-on{cursor:pointer}.bootstrap-timepicker .add-on i{display:inline-block;width:16px;height:16px}.bootstrap-timepicker-widget.dropdown-menu{padding:2px 3px 2px 2px}.bootstrap-timepicker-widget.dropdown-menu.open{display:inline-block}.bootstrap-timepicker-widget.dropdown-menu:before{border-bottom:7px solid rgba(0,0,0,0.2);border-left:7px solid transparent;border-right:7px solid transparent;content:"";display:inline-block;left:9px;position:absolute;top:-7px}.bootstrap-timepicker-widget.dropdown-menu:after{border-bottom:6px solid #fff;border-left:6px solid transparent;border-right:6px solid transparent;content:"";display:inline-block;left:10px;position:absolute;top:-6px}.bootstrap-timepicker-widget a.btn,.bootstrap-timepicker-widget input{border-radius:4px}.bootstrap-timepicker-widget table{width:100%;margin:0}.bootstrap-timepicker-widget table td{text-align:center;height:30px;margin:0;padding:2px}.bootstrap-timepicker-widget table td:not(.separator){min-width:30px}.bootstrap-timepicker-widget table td span{width:100%}.bootstrap-timepicker-widget table td a{border:1px transparent solid;width:100%;display:inline-block;margin:0;padding:8px 0;outline:0;color:#333}.bootstrap-timepicker-widget table td a:hover{text-decoration:none;background-color:#eee;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border-color:#ddd}.bootstrap-timepicker-widget table td a i{margin-top:2px}.bootstrap-timepicker-widget table td input{width:25px;margin:0;text-align:center}.bootstrap-timepicker-widget .modal-content{padding:4px}@media(min-width:767px){.bootstrap-timepicker-widget.modal{width:200px;margin-left:-100px}}@media(max-width:767px){.bootstrap-timepicker{width:100%}.bootstrap-timepicker .dropdown-menu{width:100%}}

98
css/bootstrap-wysihtml5.css vendored Normal file
View File

@ -0,0 +1,98 @@
ul.wysihtml5-toolbar {
margin: 0;
padding: 0;
display: block;
}
ul.wysihtml5-toolbar::after {
clear: both;
display: table;
content: "";
}
ul.wysihtml5-toolbar > li {
float: left;
display: list-item;
list-style: none;
margin: 0 5px 10px 0;
}
ul.wysihtml5-toolbar a[data-wysihtml5-command=bold] {
font-weight: bold;
}
ul.wysihtml5-toolbar a[data-wysihtml5-command=italic] {
font-style: italic;
}
ul.wysihtml5-toolbar a[data-wysihtml5-command=underline] {
text-decoration: underline;
}
ul.wysihtml5-toolbar a.btn.wysihtml5-command-active {
background-image: none;
background-color: #fff;
outline: 0;
}
ul.wysihtml5-commands-disabled .dropdown-menu {
display: none !important;
}
ul.wysihtml5-toolbar div.wysihtml5-colors {
display:block;
width: 50px;
height: 20px;
margin-top: 2px;
margin-left: 5px;
position: absolute;
pointer-events: none;
}
ul.wysihtml5-toolbar a.wysihtml5-colors-title {
padding-left: 70px;
}
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="black"] {
background: black !important;
}
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="silver"] {
background: silver !important;
}
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="gray"] {
background: gray !important;
}
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="maroon"] {
background: maroon !important;
}
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="red"] {
background: red !important;
}
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="purple"] {
background: purple !important;
}
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="green"] {
background: green !important;
}
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="olive"] {
background: olive !important;
}
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="navy"] {
background: navy !important;
}
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="blue"] {
background: blue !important;
}
ul.wysihtml5-toolbar div[data-wysihtml5-command-value="orange"] {
background: orange !important;
}

7
css/bootstrap.min.css vendored Normal file

File diff suppressed because one or more lines are too long

75
css/chosen-sprite.html Normal file
View File

@ -0,0 +1,75 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Webpage</title>
<link rel="stylesheet" href="../../../../css/style.default.css" type="text/css" />
<link rel="stylesheet" href="../../../../css/style.blue.css" type="text/css" />
<script type="text/javascript" src="../../../../js/jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="../../../../js/jquery-migrate-1.2.1.min.js"></script>
<script type="text/javascript" src="../../../../js/modernizr.min.js"></script>
<script type="text/javascript" src="../../../../js/bootstrap.min.js"></script>
<script type="text/javascript" src="../../../../js/jquery.dropdown.js"></script>
<script type="text/javascript" src="../../../../js/custom.js"></script>
<script>
jQuery(document).ready(function(){
var winHeight = jQuery(window).height();
jQuery('#framedemo').height(winHeight - 65);
jQuery('#cd-dropdown').dropdown( {
gutter : 5,
stack : false,
slidingIn : 100
});
});
</script>
</head>
<body>
<div class="headframe">
<div class="row-fluid">
<div class="span3"><a href="http://themepixels.com/"><img src="../../../../images/tp-logo.png" /></a></div>
<div class="span9 align-right">
<a href="_div%20style%3d.html"border:1px solid #990000;padding-left:20px;margin:0 0 10px 0;">
<h4>A PHP Error was encountered</h4>
<p>Severity: Notice</p>
<p>Message: Trying to get property of non-object</p>
<p>Filename: views/demo.php</p>
<p>Line Number: 40</p>
</div>" class="btn btn-primary btn-small"><span class="iconfa-shopping-cart"></span> Purchase Theme</a>
<a href="_div%20style%3d.html"border:1px solid #990000;padding-left:20px;margin:0 0 10px 0;">
<h4>A PHP Error was encountered</h4>
<p>Severity: Notice</p>
<p>Message: Trying to get property of non-object</p>
<p>Filename: views/demo.php</p>
<p>Line Number: 41</p>
</div>" class="btn btn-black btn-small"><span class="cls">&times;</span> Remove Frame</a>
</div>
</div><!-- row-fluid -->
</div>
<iframe id="framedemo" src="_div%20style%3d.html"border:1px solid #990000;padding-left:20px;margin:0 0 10px 0;">
<h4>A PHP Error was encountered</h4>
<p>Severity: Notice</p>
<p>Message: Trying to get property of non-object</p>
<p>Filename: views/demo.php</p>
<p>Line Number: 45</p>
</div>"></iframe>
</body>
</html>

61
css/chosen-sprite@2x.html Normal file
View File

@ -0,0 +1,61 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Error</title>
<style type="text/css">
::selection{ background-color: #E13300; color: white; }
::moz-selection{ background-color: #E13300; color: white; }
::webkit-selection{ background-color: #E13300; color: white; }
body {
background-color: #fff;
margin: 40px;
font: 13px/20px normal Helvetica, Arial, sans-serif;
color: #4F5155;
}
a {
color: #003399;
background-color: transparent;
font-weight: normal;
}
h1 {
color: #444;
background-color: transparent;
border-bottom: 1px solid #D0D0D0;
font-size: 19px;
font-weight: normal;
margin: 0 0 14px 0;
padding: 14px 15px 10px 15px;
}
code {
font-family: Consolas, Monaco, Courier New, Courier, monospace;
font-size: 12px;
background-color: #f9f9f9;
border: 1px solid #D0D0D0;
color: #002166;
display: block;
margin: 14px 0 14px 0;
padding: 12px 10px 12px 10px;
}
#container {
margin: 10px;
border: 1px solid #D0D0D0;
-webkit-box-shadow: 0 0 8px #D0D0D0;
}
p {
margin: 12px 15px 12px 15px;
}
</style>
</head>
<body>
<div id="container">
<h1>An Error Was Encountered</h1>
<p>The URI you submitted has disallowed characters.</p> </div>
</body>
</html>

398
css/chosen.css Normal file
View File

@ -0,0 +1,398 @@
/* @group Base */
.chosen-container {
position: relative;
display: inline-block;
vertical-align: middle;
font-size: 13px;
zoom: 1;
*display: inline;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.chosen-container .chosen-drop {
position: absolute;
top: 100%;
left: -9999px;
z-index: 1010;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
border: 1px solid #aaa;
border-top: 0;
background: #fff;
}
.chosen-container.chosen-with-drop .chosen-drop {
left: 0;
}
.chosen-container a {
cursor: pointer;
}
/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
position: relative;
display: block;
overflow: hidden;
padding: 6px 10px 7px;
border: 1px solid #ccc;
border-radius: 2px;
background-color: #fff;
color: #444;
text-decoration: none;
white-space: nowrap;
line-height: 21px;
}
.chosen-container-single .chosen-default {
color: #999;
}
.chosen-container-single .chosen-single span {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
position: absolute;
top: 6px;
right: 26px;
display: block;
width: 12px;
height: 12px;
background: url('chosen-sprite.html') -42px 1px no-repeat;
font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
position: absolute;
top: 0;
right: 0;
display: block;
width: 18px;
height: 100%;
}
.chosen-container-single .chosen-single div b {
display: block;
width: 100%;
height: 100%;
background: url('../images/chosen-sprite.png') no-repeat 0px 8px;
}
.chosen-container-single .chosen-search {
position: relative;
z-index: 1010;
margin: 0;
padding: 3px 4px;
white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 1px 0;
padding: 8px 20px 8px 10px;
width: 100%;
height: auto;
outline: 0;
border: 1px solid #aaa;
background: #fff url('../images/icon-search.png') no-repeat 97% center;
font-size: 1em;
font-family: sans-serif;
line-height: normal;
border-radius: 0;
}
.chosen-container-single .chosen-drop {
margin-top: -1px;
border-radius: 0 0 2px 2px;
background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
position: absolute;
left: -9999px;
}
/* @end */
/* @group Results */
.chosen-container .chosen-results {
position: relative;
overflow-x: hidden;
overflow-y: auto;
margin: 0 4px 4px 0;
padding: 0 0 0 4px;
max-height: 240px;
-webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
display: none;
margin: 0;
padding: 5px 6px;
list-style: none;
line-height: 15px;
}
.chosen-container .chosen-results li.active-result {
display: list-item;
cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
display: list-item;
color: #ccc;
cursor: default;
}
.chosen-container .chosen-results li.highlighted {
background-color: #428BCA;
color: #fff;
}
.chosen-container .chosen-results li.no-results {
display: list-item;
background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
display: list-item;
font-weight: bold;
cursor: default;
}
.chosen-container .chosen-results li.group-option {
padding-left: 15px;
}
.chosen-container .chosen-results li em {
font-style: normal;
text-decoration: underline;
}
/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
position: relative;
overflow: hidden;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
width: 100%;
height: 37px !important;
height: 1%;
border: 1px solid #ccc;
background-color: #fff;
cursor: text;
-moz-border-radis: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}
.chosen-container-multi .chosen-choices li {
float: left;
list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
margin: 0;
padding: 0;
white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
margin: 1px 0;
padding: 8px 10px;
outline: 0;
border: 0 !important;
background: transparent !important;
box-shadow: none;
color: #666;
font-size: 100%;
font-family: sans-serif;
line-height: normal;
border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-field .default {
color: #999;
}
.chosen-container-multi .chosen-choices li.search-choice {
position: relative;
margin: 3px 0 3px 3px;
padding: 8px 20px 8px 10px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
background-color: #eee;
background-clip: padding-box;
color: #333;
line-height: 13px;
cursor: default;
font-size: 12px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
position: absolute;
top: 8px;
right: 3px;
display: block;
width: 12px;
height: 12px;
background: url('../images/chosen-sprite.png') -42px 1px no-repeat;
font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
padding-right: 5px;
border: 1px solid #ccc;
background-color: #e4e4e4;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
margin: 0;
padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
display: list-item;
color: #ccc;
cursor: default;
}
/* @end */
/* @group Active */
.chosen-container-active .chosen-single {
border: 1px solid #bbb;
}
.chosen-container-active.chosen-with-drop .chosen-single {
border: 1px solid #aaa;
-moz-border-radius-bottomright: 0;
border-bottom-right-radius: 0;
-moz-border-radius-bottomleft: 0;
border-bottom-left-radius: 0;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
border-left: none;
background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
background-position: -18px 8px;
}
.chosen-container-active .chosen-choices {
border: 1px solid #bbb;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
color: #111 !important;
}
/* @end */
/* @group Disabled Support */
.chosen-disabled {
opacity: 0.5 !important;
cursor: default;
}
.chosen-disabled .chosen-single {
cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
cursor: default;
}
/* @end */
/* @group Right to Left */
.chosen-rtl {
text-align: right;
}
.chosen-rtl .chosen-single {
overflow: visible;
padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
margin-right: 0;
margin-left: 26px;
direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
margin-left: 38px;
}
.chosen-rtl .chosen-single div {
right: auto;
left: 3px;
}
.chosen-rtl .chosen-single abbr {
right: auto;
left: 26px;
}
.chosen-rtl .chosen-choices li {
float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
margin: 3px 5px 3px 0;
padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
right: auto;
left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
margin: 0 0 4px 4px;
padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
padding-right: 15px;
padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
padding: 4px 5px 4px 20px;
background: white url('chosen-sprite.html') no-repeat -30px -20px;
background: url('chosen-sprite.html') no-repeat -30px -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
background: url('chosen-sprite.html') no-repeat -30px -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
background: url('chosen-sprite.html') no-repeat -30px -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
background: url('chosen-sprite.html') no-repeat -30px -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
background: url('chosen-sprite.html') no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
background-position: -12px 2px;
}
/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
.chosen-rtl .chosen-search input[type="text"],
.chosen-container-single .chosen-single abbr,
.chosen-container-single .chosen-single div b,
.chosen-container-single .chosen-search input[type="text"],
.chosen-container-multi .chosen-choices .search-choice .search-choice-close,
.chosen-container .chosen-results-scroll-down span,
.chosen-container .chosen-results-scroll-up span {
background-image: url('chosen-sprite%402x.html') !important;
background-size: 52px 37px !important;
background-repeat: no-repeat !important;
}
}
/* @end */

174
css/colorpicker.css Normal file
View File

@ -0,0 +1,174 @@
.colorpicker {
width: 356px;
height: 176px;
overflow: hidden;
position: absolute;
background: url(../images/colorpicker/colorpicker_background.png);
font-family: Arial, Helvetica, sans-serif;
display: none;
}
.colorpicker_color {
width: 150px;
height: 150px;
left: 14px;
top: 13px;
position: absolute;
background: #f00;
overflow: hidden;
cursor: crosshair;
}
.colorpicker_color div {
position: absolute;
top: 0;
left: 0;
width: 150px;
height: 150px;
background: url(../images/colorpicker/colorpicker_overlay.png);
}
.colorpicker_color div div {
position: absolute;
top: 0;
left: 0;
width: 11px;
height: 11px;
overflow: hidden;
background: url(../images/colorpicker/colorpicker_select.gif);
margin: -5px 0 0 -5px;
}
.colorpicker_hue {
position: absolute;
top: 13px;
left: 171px;
width: 35px;
height: 150px;
cursor: n-resize;
}
.colorpicker_hue div {
position: absolute;
width: 35px;
height: 9px;
overflow: hidden;
background: url(../images/colorpicker/colorpicker_indic.gif) left top;
margin: -4px 0 0 0;
left: 0px;
}
.colorpicker_new_color {
position: absolute;
width: 60px;
height: 30px;
left: 213px;
top: 13px;
background: #f00;
}
.colorpicker_current_color {
position: absolute;
width: 60px;
height: 30px;
left: 283px;
top: 13px;
background: #f00;
}
.colorpicker input {
background-color: transparent !important;
border: 1px solid transparent !important;
position: absolute !important;
font-size: 10px !important;
font-family: Arial, Helvetica, sans-serif !important;
color: #898989 !important;
top: 4px !important;
right: 11px !important;
text-align: right !important;
margin: 0 !important;
padding: 0 !important;
height: 11px !important;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.colorpicker_hex {
position: absolute;
width: 72px;
height: 22px;
background: url(../images/colorpicker/colorpicker_hex.png) top;
left: 212px;
top: 142px;
}
.colorpicker_hex input {
right: 6px;
}
.colorpicker_field {
height: 22px;
width: 62px;
background-position: top;
position: absolute;
}
.colorpicker_field span {
position: absolute;
width: 12px;
height: 22px;
overflow: hidden;
top: 0;
right: 0;
cursor: n-resize;
}
.colorpicker_rgb_r {
background-image: url(../images/colorpicker/colorpicker_rgb_r.png);
top: 52px;
left: 212px;
}
.colorpicker_rgb_g {
background-image: url(../images/colorpicker/colorpicker_rgb_g.png);
top: 82px;
left: 212px;
}
.colorpicker_rgb_b {
background-image: url(../images/colorpicker/colorpicker_rgb_b.png);
top: 112px;
left: 212px;
}
.colorpicker_hsb_h {
background-image: url(../images/colorpicker/colorpicker_hsb_h.png);
top: 52px;
left: 282px;
}
.colorpicker_hsb_s {
background-image: url(../images/colorpicker/colorpicker_hsb_s.png);
top: 82px;
left: 282px;
}
.colorpicker_hsb_b {
background-image: url(../images/colorpicker/colorpicker_hsb_b.png);
top: 112px;
left: 282px;
}
.colorpicker_submit {
position: absolute;
width: 22px;
height: 22px;
background: url(../images/colorpicker/colorpicker_submit.png) top;
left: 322px;
top: 142px;
overflow: hidden;
}
.colorpicker_focus {
background-position: center;
}
.colorpicker_hex.colorpicker_focus {
background-position: bottom;
}
.colorpicker_submit.colorpicker_focus {
background-position: bottom;
}
.colorpicker_slider {
background-position: bottom;
}
.colorselector {
display: inline-block; height: 28px; width: 28x; vertical-align: middle;
position: relative; vertical-align: middle; margin-left: 5px;
}
.colorselector span {
display: block; height: 28px; width: 28px; position: absolute; left: 0; top: 0; cursor: pointer;
background: #000 url(../images/colorpicker/select2.png) no-repeat -4px -4px;
}

400
css/dropzone.css Normal file
View File

@ -0,0 +1,400 @@
/* The MIT License */
.dropzone,
.dropzone *,
.dropzone-previews,
.dropzone-previews * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.dropzone {
position: relative;
border: 1px #ccc;
background: #E4E7EA;
padding: 1em;
}
.dropzone.dz-clickable {
cursor: pointer;
}
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message span {
cursor: pointer;
}
.dropzone.dz-clickable * {
cursor: default;
}
.dropzone .dz-message {
opacity: 1;
-ms-filter: none;
filter: none;
}
.dropzone.dz-drag-hover {
border: 2px dashed #ccc;
background-color: #e9ecef;
}
.dropzone.dz-started .dz-message {
display: none;
}
.dropzone .dz-preview,
.dropzone-previews .dz-preview {
background: rgba(255,255,255,0.8);
position: relative;
display: inline-block;
margin: 17px;
vertical-align: top;
border: 1px solid #ccc;
padding: 6px 6px 6px 6px;
}
.dropzone .dz-preview.dz-file-preview [data-dz-thumbnail],
.dropzone-previews .dz-preview.dz-file-preview [data-dz-thumbnail] {
display: none;
}
.dropzone .dz-preview .dz-details,
.dropzone-previews .dz-preview .dz-details {
width: 100px;
height: 100px;
position: relative;
background: #ebebeb;
padding: 5px;
margin-bottom: 22px;
}
.dropzone .dz-preview .dz-details .dz-filename,
.dropzone-previews .dz-preview .dz-details .dz-filename {
overflow: hidden;
height: 100%;
}
.dropzone .dz-preview .dz-details img,
.dropzone-previews .dz-preview .dz-details img {
position: absolute;
top: 0;
left: 0;
width: 100px;
height: 100px;
}
.dropzone .dz-preview .dz-details .dz-size,
.dropzone-previews .dz-preview .dz-details .dz-size {
position: absolute;
bottom: -28px;
left: 3px;
height: 28px;
line-height: 28px;
}
.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
display: block;
}
.dropzone .dz-preview:hover .dz-details img,
.dropzone-previews .dz-preview:hover .dz-details img {
display: none;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
display: none;
position: absolute;
width: 40px;
height: 40px;
font-size: 30px;
text-align: center;
right: -10px;
top: -10px;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
color: #8cc657;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
color: #ee162d;
}
.dropzone .dz-preview .dz-progress,
.dropzone-previews .dz-preview .dz-progress {
position: absolute;
top: 100px;
left: 6px;
right: 6px;
height: 6px;
background: #d7d7d7;
display: none;
}
.dropzone .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 0%;
background-color: #8cc657;
}
.dropzone .dz-preview.dz-processing .dz-progress,
.dropzone-previews .dz-preview.dz-processing .dz-progress {
display: block;
}
.dropzone .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
display: none;
position: absolute;
top: -5px;
left: -20px;
background: rgba(245,245,245,0.8);
padding: 8px 10px;
color: #800;
min-width: 140px;
max-width: 500px;
z-index: 500;
}
.dropzone .dz-preview:hover.dz-error .dz-error-message,
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
display: block;
}
.dropzone {
border: 1px solid #ccc;
min-height: 360px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
background: #E4E7EA;
padding: 23px;
}
.dropzone .dz-default.dz-message {
opacity: 1;
-ms-filter: none;
filter: none;
-webkit-transition: opacity 0.3s ease-in-out;
-moz-transition: opacity 0.3s ease-in-out;
-o-transition: opacity 0.3s ease-in-out;
-ms-transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out;
background-image: url("../images/uploadfile.png");
background-repeat: no-repeat;
background-position: 0 0;
position: absolute;
width: 256px;
height: 256px;
margin-left: -128px;
margin-top: -128px;
top: 50%;
left: 50%;
}
.dropzone .dz-default.dz-message span {
display: none;
}
.dropzone.dz-square .dz-default.dz-message {
background-position: 0 -123px;
width: 268px;
margin-left: -134px;
height: 174px;
margin-top: -87px;
}
.dropzone.dz-drag-hover .dz-message {
opacity: 0.15;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
filter: alpha(opacity=15);
}
.dropzone.dz-started .dz-message {
display: block;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
}
.dropzone .dz-preview,
.dropzone-previews .dz-preview {
font-size: 14px;
}
.dropzone .dz-preview.dz-image-preview:hover .dz-details img,
.dropzone-previews .dz-preview.dz-image-preview:hover .dz-details img {
display: block;
opacity: 0.1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
filter: alpha(opacity=10);
}
.dropzone .dz-preview.dz-success .dz-success-mark,
.dropzone-previews .dz-preview.dz-success .dz-success-mark {
opacity: 1;
-ms-filter: none;
filter: none;
}
.dropzone .dz-preview.dz-error .dz-error-mark,
.dropzone-previews .dz-preview.dz-error .dz-error-mark {
opacity: 1;
-ms-filter: none;
filter: none;
}
.dropzone .dz-preview.dz-error .dz-progress .dz-upload,
.dropzone-previews .dz-preview.dz-error .dz-progress .dz-upload {
background: #ee1e2d;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
display: block;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-webkit-transition: opacity 0.4s ease-in-out;
-moz-transition: opacity 0.4s ease-in-out;
-o-transition: opacity 0.4s ease-in-out;
-ms-transition: opacity 0.4s ease-in-out;
transition: opacity 0.4s ease-in-out;
background-image: url("../images/spritemap.png");
background-repeat: no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:1.5/1),(min-device-pixel-ratio:1.5),(min-resolution:138dpi),(min-resolution:1.5dppx) {
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
background-image: url("../images/spritemap%402x.png");
-webkit-background-size: 428px 406px;
-moz-background-size: 428px 406px;
background-size: 428px 406px;
}
}
.dropzone .dz-preview .dz-error-mark span,
.dropzone-previews .dz-preview .dz-error-mark span,
.dropzone .dz-preview .dz-success-mark span,
.dropzone-previews .dz-preview .dz-success-mark span {
display: none;
}
.dropzone .dz-preview .dz-error-mark,
.dropzone-previews .dz-preview .dz-error-mark {
background-position: -268px -123px;
}
.dropzone .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-success-mark {
background-position: -268px -163px;
}
.dropzone .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
-webkit-animation: loading 0.4s linear infinite;
-moz-animation: loading 0.4s linear infinite;
-o-animation: loading 0.4s linear infinite;
-ms-animation: loading 0.4s linear infinite;
animation: loading 0.4s linear infinite;
-webkit-transition: width 0.3s ease-in-out;
-moz-transition: width 0.3s ease-in-out;
-o-transition: width 0.3s ease-in-out;
-ms-transition: width 0.3s ease-in-out;
transition: width 0.3s ease-in-out;
-webkit-border-radius: 2px;
border-radius: 2px;
position: absolute;
top: 0;
left: 0;
width: 0%;
height: 100%;
background-image: url("../images/spritemap.png");
background-repeat: repeat-x;
background-position: 0px -400px;
}
@media all and (-webkit-min-device-pixel-ratio:1.5),(min--moz-device-pixel-ratio:1.5),(-o-min-device-pixel-ratio:1.5/1),(min-device-pixel-ratio:1.5),(min-resolution:138dpi),(min-resolution:1.5dppx) {
.dropzone .dz-preview .dz-progress .dz-upload,
.dropzone-previews .dz-preview .dz-progress .dz-upload {
background-image: url("../images/spritemap%402x.png");
-webkit-background-size: 428px 406px;
-moz-background-size: 428px 406px;
background-size: 428px 406px;
}
}
.dropzone .dz-preview.dz-success .dz-progress,
.dropzone-previews .dz-preview.dz-success .dz-progress {
display: block;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-webkit-transition: opacity 0.4s ease-in-out;
-moz-transition: opacity 0.4s ease-in-out;
-o-transition: opacity 0.4s ease-in-out;
-ms-transition: opacity 0.4s ease-in-out;
transition: opacity 0.4s ease-in-out;
}
.dropzone .dz-preview .dz-error-message,
.dropzone-previews .dz-preview .dz-error-message {
display: block;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-webkit-transition: opacity 0.3s ease-in-out;
-moz-transition: opacity 0.3s ease-in-out;
-o-transition: opacity 0.3s ease-in-out;
-ms-transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out;
}
.dropzone .dz-preview:hover.dz-error .dz-error-message,
.dropzone-previews .dz-preview:hover.dz-error .dz-error-message {
opacity: 1;
-ms-filter: none;
filter: none;
}
.dropzone a.dz-remove,
.dropzone-previews a.dz-remove {
background-image: -webkit-linear-gradient(top, #fafafa, #eee);
background-image: -moz-linear-gradient(top, #fafafa, #eee);
background-image: -o-linear-gradient(top, #fafafa, #eee);
background-image: -ms-linear-gradient(top, #fafafa, #eee);
background-image: linear-gradient(to bottom, #fafafa, #eee);
-webkit-border-radius: 2px;
border-radius: 2px;
border: 1px solid #eee;
text-decoration: none;
display: block;
padding: 4px 5px;
text-align: center;
color: #aaa;
margin-top: 26px;
}
.dropzone a.dz-remove:hover,
.dropzone-previews a.dz-remove:hover {
color: #666;
}
@-moz-keyframes loading {
0% {
background-position: 0 -400px;
}
100% {
background-position: -7px -400px;
}
}
@-webkit-keyframes loading {
0% {
background-position: 0 -400px;
}
100% {
background-position: -7px -400px;
}
}
@-o-keyframes loading {
0% {
background-position: 0 -400px;
}
100% {
background-position: -7px -400px;
}
}
@-ms-keyframes loading {
0% {
background-position: 0 -400px;
}
100% {
background-position: -7px -400px;
}
}
@keyframes loading {
0% {
background-position: 0 -400px;
}
100% {
background-position: -7px -400px;
}
}

4
css/font-awesome.min.css vendored Normal file

File diff suppressed because one or more lines are too long

612
css/fullcalendar.css Normal file
View File

@ -0,0 +1,612 @@
/*!
* FullCalendar v1.6.4 Stylesheet
* Docs & License: http://arshaw.com/fullcalendar/
* (c) 2013 Adam Shaw
*/
.fc {
direction: ltr;
text-align: left;
background: #fff;
padding: 20px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
-webkit-box-shadow: 0 3px 0 rgba(12,12,12,0.03);
box-shadow: 0 3px 0 rgba(12,12,12,0.03);
}
.fc table {
border-collapse: collapse;
border-spacing: 0;
}
html .fc,
.fc table {
font-size: 1em;
}
.fc td,
.fc th {
padding: 0;
vertical-align: top;
}
/* Header */
.fc-header td {
white-space: nowrap;
}
.fc-header-left {
width: 25%;
text-align: left;
}
.fc-header-center {
text-align: center;
}
.fc-header-right {
width: 25%;
text-align: right;
}
.fc-header-title {
display: inline-block;
vertical-align: top;
}
.fc-header-title h2 {
margin-top: 7px;
white-space: nowrap;
font-size: 18px;
text-transform: uppercase;
color: #333;
font-family: 'LatoBold';
}
.fc .fc-header-space {
padding-left: 10px;
}
.fc-header .fc-button {
margin-bottom: 1em;
vertical-align: top;
}
/* buttons edges butting together */
.fc-header .fc-button {
margin-right: -1px;
}
.fc-header .fc-corner-right, /* non-theme */
.fc-header .ui-corner-right { /* theme */
margin-right: 0; /* back to normal */
}
/* button layering (for border precedence) */
.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
z-index: 2;
}
.fc-header .fc-state-down {
z-index: 3;
}
.fc-header .fc-state-active,
.fc-header .ui-state-active {
z-index: 4;
}
/* Content */
.fc-content {
clear: both;
zoom: 1;
margin-top: 10px;
}
.fc-view {
width: 100%;
overflow: hidden;
}
/* Cell Styles */
.fc-widget-header {
text-transform: uppercase;
font-weight: normal;
font-family: 'LatoBold';
font-size: 13px;
height: 40px;
}
.fc-widget-content {
border: 1px solid #eee;
}
.fc-widget-content > div {
margin: 2px;
padding: 3px;
}
.fc-state-highlight {
background: #f7f7f7;
}
.fc-cell-overlay { /* semi-transparent rectangle while dragging */
background: #bce8f1;
opacity: .3;
filter: alpha(opacity=30); /* for IE */
}
/* Buttons
------------------------------------------------------------------------*/
.fc-button {
position: relative;
display: inline-block;
padding: 6px 10px;
overflow: hidden;
line-height: 1.9em;
white-space: nowrap;
cursor: pointer;
}
.fc-state-default.fc-corner-left { /* non-theme */
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.fc-state-default.fc-corner-right { /* non-theme */
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
/*
Our default prev/next buttons use HTML entities like &lsaquo; &rsaquo; &laquo; &raquo;
and we'll try to make them look good cross-browser.
*/
.fc-text-arrow {
margin: 0 .1em;
font-size: 2em;
font-family: "Courier New", Courier, monospace;
vertical-align: baseline; /* for IE7 */
}
.fc-button-prev .fc-text-arrow,
.fc-button-next .fc-text-arrow { /* for &lsaquo; &rsaquo; */
font-weight: bold;
}
/* icon (for jquery ui) */
.fc-button .fc-icon-wrap {
position: relative;
float: left;
top: 50%;
}
.fc-button .ui-icon {
position: relative;
float: left;
margin-top: -50%;
*margin-top: 0;
*top: -50%;
}
/*
button states
borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
border: 1px solid #ddd;
font-size: 12px;
text-transform: uppercase;
}
.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
color: #333333;
background-color: #e6e6e6;
}
.fc-state-hover {
color: #333333;
text-decoration: none;
background-position: 0 -15px;
-webkit-transition: background-position 0.1s linear;
-moz-transition: background-position 0.1s linear;
-o-transition: background-position 0.1s linear;
transition: background-position 0.1s linear;
}
.fc-state-down,
.fc-state-active {
background-color: #eee;
background-image: none;
outline: 0;
}
.fc-state-disabled {
cursor: default;
opacity: 0.65;
filter: alpha(opacity=65);
box-shadow: none;
background: none;
color: #ccc;
}
.fc-button-next,
.fc-button-prev {
line-height: 20px;
}
/* Global Event Styles
------------------------------------------------------------------------*/
.fc-event-container > * {
z-index: 8;
}
.fc-event-container > .ui-draggable-dragging,
.fc-event-container > .ui-resizable-resizing {
z-index: 9;
}
.fc-event {
border: 1px solid #428BCA; /* default BORDER color */
background-color: #428BCA; /* default BACKGROUND color */
color: #fff; /* default TEXT color */
font-size: .85em;
cursor: default;
}
a.fc-event {
text-decoration: none;
}
a.fc-event,
.fc-event-draggable {
cursor: pointer;
}
.fc-rtl .fc-event {
text-align: right;
}
.fc-event-inner {
width: 100%;
height: 100%;
overflow: hidden;
}
.fc-event-time,
.fc-event-title {
padding: 0 1px;
padding-left: 5px;
}
.fc .ui-resizable-handle {
display: block;
position: absolute;
z-index: 99999;
overflow: hidden; /* hacky spaces (IE6/7) */
font-size: 300%; /* */
line-height: 50%; /* */
}
/* Horizontal Events
------------------------------------------------------------------------*/
.fc-event-hori {
border-width: 1px 0;
margin-bottom: 1px;
}
.fc-ltr .fc-event-hori.fc-event-start,
.fc-rtl .fc-event-hori.fc-event-end {
border-left-width: 1px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start {
border-right-width: 1px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
/* resizable */
.fc-event-hori .ui-resizable-e {
top: 0 !important; /* importants override pre jquery ui 1.7 styles */
right: -3px !important;
width: 7px !important;
height: 100% !important;
cursor: e-resize;
}
.fc-event-hori .ui-resizable-w {
top: 0 !important;
left: -3px !important;
width: 7px !important;
height: 100% !important;
cursor: w-resize;
}
.fc-event-hori .ui-resizable-handle {
_padding-bottom: 14px; /* IE6 had 0 height */
}
/* Reusable Separate-border Table
------------------------------------------------------------*/
table.fc-border-separate {
border-collapse: separate;
}
.fc-border-separate th,
.fc-border-separate td {
border-width: 1px 0 0 1px;
}
.fc-border-separate th.fc-last,
.fc-border-separate td.fc-last {
border-right-width: 1px;
}
.fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
border-bottom-width: 1px;
}
.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
border-top-width: 0;
}
/* Month View, Basic Week View, Basic Day View */
.fc-week td:first-child {
border-left: 0;
}
.fc-week td:last-child {
border-right: 0;
}
.fc-week:last-child td {
border-bottom: 0;
}
.fc-grid th {
text-align: center;
}
.fc .fc-week-number {
width: 22px;
text-align: center;
}
.fc .fc-week-number div {
padding: 0 2px;
}
.fc-grid .fc-day-number {
float: right;
padding: 0 2px;
}
.fc-grid .fc-other-month .fc-day-number {
opacity: 0.3;
filter: alpha(opacity=30); /* for IE */
/* opacity with small font can sometimes look too faded
might want to set the 'color' property instead
making day-numbers bold also fixes the problem */
}
.fc-grid .fc-day-content {
clear: both;
padding: 2px 2px 1px; /* distance between events and day edges */
}
/* event styles */
.fc-grid .fc-event-time {
font-weight: bold;
}
/* right-to-left */
.fc-rtl .fc-grid .fc-day-number {
float: left;
}
.fc-rtl .fc-grid .fc-event-time {
float: right;
}
/* Agenda Week View, Agenda Day View
------------------------------------------------------------------------*/
.fc-agenda table {
border-collapse: separate;
}
.fc-agenda-days th {
text-align: center;
}
.fc-agenda .fc-agenda-axis {
width: 50px;
padding: 0 4px;
vertical-align: middle;
text-align: right;
white-space: nowrap;
font-weight: normal;
}
.fc-agenda .fc-week-number {
font-weight: bold;
}
.fc-agenda .fc-day-content {
padding: 2px 2px 1px;
}
/* make axis border take precedence */
.fc-agenda-days .fc-agenda-axis {
border-right-width: 1px;
}
.fc-agenda-days .fc-col0 {
border-left-width: 0;
}
/* all-day area */
.fc-agenda-allday th {
border-width: 0 1px;
}
.fc-agenda-allday .fc-day-content {
min-height: 34px; /* TODO: doesnt work well in quirksmode */
_height: 34px;
}
/* divider (between all-day and slots) */
.fc-agenda-divider-inner {
height: 2px;
overflow: hidden;
}
.fc-widget-header .fc-agenda-divider-inner {
background: #eee;
}
/* slot rows */
.fc-agenda-slots th {
border-width: 1px 1px 0;
}
.fc-agenda-slots td {
border-width: 1px 0 0;
background: none;
}
.fc-agenda-slots td div {
height: 20px;
}
.fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
border-top-width: 0;
}
.fc-agenda-slots tr.fc-minor th,
.fc-agenda-slots tr.fc-minor td {
border-top-style: dotted;
}
.fc-agenda-slots tr.fc-minor th.ui-widget-header {
*border-top-style: solid; /* doesn't work with background in IE6/7 */
}
/* Vertical Events
------------------------------------------------------------------------*/
.fc-event-vert {
border-width: 0 1px;
}
.fc-event-vert.fc-event-start {
border-top-width: 1px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.fc-event-vert.fc-event-end {
border-bottom-width: 1px;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
.fc-event-vert .fc-event-time {
white-space: nowrap;
font-size: 10px;
}
.fc-event-vert .fc-event-inner {
position: relative;
z-index: 2;
}
.fc-event-vert .fc-event-bg { /* makes the event lighter w/ a semi-transparent overlay */
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #fff;
opacity: .25;
filter: alpha(opacity=25);
}
.fc .ui-draggable-dragging .fc-event-bg, /* TODO: something nicer like .fc-opacity */
.fc-select-helper .fc-event-bg {
display: none\9; /* for IE6/7/8. nested opacity filters while dragging don't work */
}
/* resizable */
.fc-event-vert .ui-resizable-s {
bottom: 0 !important; /* importants override pre jquery ui 1.7 styles */
width: 100% !important;
height: 8px !important;
overflow: hidden !important;
line-height: 8px !important;
font-size: 11px !important;
font-family: monospace;
text-align: center;
cursor: s-resize;
}
.fc-agenda .ui-resizable-resizing { /* TODO: better selector */
_overflow: hidden;
}

View File

@ -0,0 +1,61 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Error</title>
<style type="text/css">
::selection{ background-color: #E13300; color: white; }
::moz-selection{ background-color: #E13300; color: white; }
::webkit-selection{ background-color: #E13300; color: white; }
body {
background-color: #fff;
margin: 40px;
font: 13px/20px normal Helvetica, Arial, sans-serif;
color: #4F5155;
}
a {
color: #003399;
background-color: transparent;
font-weight: normal;
}
h1 {
color: #444;
background-color: transparent;
border-bottom: 1px solid #D0D0D0;
font-size: 19px;
font-weight: normal;
margin: 0 0 14px 0;
padding: 14px 15px 10px 15px;
}
code {
font-family: Consolas, Monaco, Courier New, Courier, monospace;
font-size: 12px;
background-color: #f9f9f9;
border: 1px solid #D0D0D0;
color: #002166;
display: block;
margin: 14px 0 14px 0;
padding: 12px 10px 12px 10px;
}
#container {
margin: 10px;
border: 1px solid #D0D0D0;
-webkit-box-shadow: 0 0 8px #D0D0D0;
}
p {
margin: 12px 15px 12px 15px;
}
</style>
</head>
<body>
<div id="container">
<h1>An Error Was Encountered</h1>
<p>The URI you submitted has disallowed characters.</p> </div>
</body>
</html>

View File

@ -0,0 +1,75 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Webpage</title>
<link rel="stylesheet" href="../../../../../css/style.default.css" type="text/css" />
<link rel="stylesheet" href="../../../../../css/style.blue.css" type="text/css" />
<script type="text/javascript" src="../../../../../js/jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="../../../../../js/jquery-migrate-1.2.1.min.js"></script>
<script type="text/javascript" src="../../../../../js/modernizr.min.js"></script>
<script type="text/javascript" src="../../../../../js/bootstrap.min.js"></script>
<script type="text/javascript" src="../../../../../js/jquery.dropdown.js"></script>
<script type="text/javascript" src="../../../../../js/custom.js"></script>
<script>
jQuery(document).ready(function(){
var winHeight = jQuery(window).height();
jQuery('#framedemo').height(winHeight - 65);
jQuery('#cd-dropdown').dropdown( {
gutter : 5,
stack : false,
slidingIn : 100
});
});
</script>
</head>
<body>
<div class="headframe">
<div class="row-fluid">
<div class="span3"><a href="http://themepixels.com/"><img src="../../../../../images/tp-logo.png" /></a></div>
<div class="span9 align-right">
<a href="_div%20style%3d.html"border:1px solid #990000;padding-left:20px;margin:0 0 10px 0;">
<h4>A PHP Error was encountered</h4>
<p>Severity: Notice</p>
<p>Message: Trying to get property of non-object</p>
<p>Filename: views/demo.php</p>
<p>Line Number: 40</p>
</div>" class="btn btn-primary btn-small"><span class="iconfa-shopping-cart"></span> Purchase Theme</a>
<a href="_div%20style%3d.html"border:1px solid #990000;padding-left:20px;margin:0 0 10px 0;">
<h4>A PHP Error was encountered</h4>
<p>Severity: Notice</p>
<p>Message: Trying to get property of non-object</p>
<p>Filename: views/demo.php</p>
<p>Line Number: 41</p>
</div>" class="btn btn-black btn-small"><span class="cls">&times;</span> Remove Frame</a>
</div>
</div><!-- row-fluid -->
</div>
<iframe id="framedemo" src="_div%20style%3d.html"border:1px solid #990000;padding-left:20px;margin:0 0 10px 0;">
<h4>A PHP Error was encountered</h4>
<p>Severity: Notice</p>
<p>Message: Trying to get property of non-object</p>
<p>Filename: views/demo.php</p>
<p>Line Number: 45</p>
</div>"></iframe>
</body>
</html>

View File

@ -0,0 +1,37 @@
.jvectormap-label {
position: absolute;
display: none;
border: solid 1px #CDCDCD;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: #292929;
color: white;
font-family: sans-serif, Verdana;
font-size: smaller;
padding: 3px;
}
.jvectormap-zoomin, .jvectormap-zoomout {
position: absolute;
left: 10px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
background: #292929;
padding: 2px;
color: white;
width: 15px;
height: 15px;
cursor: pointer;
line-height: 10px;
text-align: center;
}
.jvectormap-zoomin {
top: 10px;
}
.jvectormap-zoomout {
top: 30px;
}

986
css/jquery-ui-1.10.3.css vendored Normal file
View File

@ -0,0 +1,986 @@
/*! jQuery UI - v1.10.3 - 2013-11-20
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
display: none;
}
.ui-helper-hidden-accessible {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.ui-helper-reset {
margin: 0;
padding: 0;
border: 0;
outline: 0;
line-height: 1.3;
text-decoration: none;
font-size: 100%;
list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
content: "";
display: table;
border-collapse: collapse;
}
.ui-helper-clearfix:after {
clear: both;
}
.ui-helper-clearfix {
min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
width: 100%;
height: 100%;
top: 0;
left: 0;
position: absolute;
opacity: 0;
filter:Alpha(Opacity=0);
}
.ui-front {
z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
display: block;
text-indent: -99999px;
overflow: hidden;
background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.ui-resizable {
position: relative;
}
.ui-resizable-handle {
position: absolute;
font-size: 0.1px;
display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
display: none;
}
.ui-resizable-n {
cursor: n-resize;
height: 7px;
width: 100%;
top: -5px;
left: 0;
}
.ui-resizable-s {
cursor: s-resize;
height: 7px;
width: 100%;
bottom: -5px;
left: 0;
}
.ui-resizable-e {
cursor: e-resize;
width: 7px;
right: -5px;
top: 0;
height: 100%;
}
.ui-resizable-w {
cursor: w-resize;
width: 7px;
left: -5px;
top: 0;
height: 100%;
}
.ui-resizable-se {
cursor: se-resize;
width: 12px;
height: 12px;
right: 1px;
bottom: 1px;
}
.ui-resizable-sw {
cursor: sw-resize;
width: 9px;
height: 9px;
left: -5px;
bottom: -5px;
}
.ui-resizable-nw {
cursor: nw-resize;
width: 9px;
height: 9px;
left: -5px;
top: -5px;
}
.ui-resizable-ne {
cursor: ne-resize;
width: 9px;
height: 9px;
right: -5px;
top: -5px;
}
.ui-selectable-helper {
position: absolute;
z-index: 100;
border: 1px dotted black;
}
.ui-accordion .ui-accordion-header {
display: block;
cursor: pointer;
position: relative;
margin-top: 2px;
padding: .5em .5em .5em .7em;
min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
position: absolute;
left: .5em;
top: 50%;
margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
padding: 1em 2.2em;
border-top: 0;
overflow: auto;
}
.ui-autocomplete {
position: absolute;
top: 0;
left: 0;
cursor: default;
}
.ui-button {
display: inline-block;
position: relative;
padding: 0;
line-height: normal;
margin-right: .1em;
cursor: pointer;
vertical-align: middle;
text-align: center;
overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
width: 2.4em;
}
.ui-button-icons-only {
width: 3.4em;
}
button.ui-button-icons-only {
width: 3.7em;
}
/* button text element */
.ui-button .ui-button-text {
display: block;
line-height: normal;
}
.ui-button-text-only .ui-button-text {
padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
padding: .4em;
text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
padding-left: 2.1em;
padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
padding: .4em 1em;
}
/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
position: absolute;
top: 50%;
margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
left: 50%;
margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
right: .5em;
}
/* button sets */
.ui-buttonset {
margin-right: 7px;
}
.ui-buttonset .ui-button {
margin-left: 0;
margin-right: -.3em;
}
/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
border: 0;
padding: 0;
}
.ui-datepicker {
width: 17em;
padding: .2em .2em 0;
display: none;
}
.ui-datepicker .ui-datepicker-header {
position: relative;
padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
position: absolute;
top: 2px;
width: 1.8em;
height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
left: 2px;
}
.ui-datepicker .ui-datepicker-next {
right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
display: block;
position: absolute;
left: 50%;
margin-left: -8px;
top: 50%;
margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
margin: 0 2.3em;
line-height: 1.8em;
text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
font-size: 1em;
margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
width: 49%;
}
.ui-datepicker table {
width: 100%;
font-size: .9em;
border-collapse: collapse;
margin: 0 0 .4em;
}
.ui-datepicker th {
padding: .7em .3em;
text-align: center;
font-weight: bold;
border: 0;
}
.ui-datepicker td {
border: 0;
padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
display: block;
padding: .2em;
text-align: right;
text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
background-image: none;
margin: .7em 0 0 0;
padding: 0 .2em;
border-left: 0;
border-right: 0;
border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
float: right;
margin: .5em .2em .4em;
cursor: pointer;
padding: .2em .6em .3em .6em;
width: auto;
overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
width: 95%;
margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
clear: left;
}
.ui-datepicker-row-break {
clear: both;
width: 100%;
font-size: 0;
}
/* RTL support */
.ui-datepicker-rtl {
direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
right: 2px;
left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
left: 2px;
right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
right: 1px;
left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
left: 1px;
right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
border-right-width: 0;
border-left-width: 1px;
}
.ui-dialog {
position: absolute;
top: 0;
left: 0;
padding: .2em;
outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
padding: .4em 1em;
position: relative;
}
.ui-dialog .ui-dialog-title {
float: left;
margin: .1em 0;
white-space: nowrap;
width: 90%;
overflow: hidden;
text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
position: absolute;
right: .3em;
top: 50%;
width: 21px;
margin: -10px 0 0 0;
padding: 1px;
height: 20px;
}
.ui-dialog .ui-dialog-content {
position: relative;
border: 0;
padding: .5em 1em;
background: none;
overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
text-align: left;
border-width: 1px 0 0 0;
background-image: none;
margin-top: .5em;
padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
margin: .5em .4em .5em 0;
cursor: pointer;
}
.ui-dialog .ui-resizable-se {
width: 12px;
height: 12px;
right: -5px;
bottom: -5px;
background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
cursor: move;
}
.ui-menu {
list-style: none;
padding: 2px;
margin: 0;
display: block;
outline: none;
}
.ui-menu .ui-menu {
margin-top: -3px;
position: absolute;
}
.ui-menu .ui-menu-item {
margin: 0;
padding: 0;
width: 100%;
/* support: IE10, see #8844 */
list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
margin: 5px -2px 5px -2px;
height: 0;
font-size: 0;
line-height: 0;
border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
text-decoration: none;
display: block;
padding: 2px .4em;
line-height: 1.5;
min-height: 0; /* support: IE7 */
font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
font-weight: normal;
margin: -1px;
}
.ui-menu .ui-state-disabled {
font-weight: normal;
margin: .4em 0 .2em;
line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
cursor: default;
}
/* icon support */
.ui-menu-icons {
position: relative;
}
.ui-menu-icons .ui-menu-item a {
position: relative;
padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
position: absolute;
top: .2em;
left: .2em;
}
/* right-aligned */
.ui-menu .ui-menu-icon {
position: static;
float: right;
}
.ui-progressbar {
height: 2em;
text-align: left;
overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
margin: -1px;
height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
background: url("images/animated-overlay.html");
height: 100%;
filter: alpha(opacity=25);
opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
background-image: none;
}
.ui-slider {
position: relative;
text-align: left;
}
.ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 1.2em;
height: 1.2em;
cursor: default;
}
.ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
font-size: .7em;
display: block;
border: 0;
background-position: 0 0;
}
/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
filter: inherit;
}
.ui-slider-horizontal {
height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
top: -.3em;
margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
top: 0;
height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
right: 0;
}
.ui-slider-vertical {
width: .8em;
height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
left: -.3em;
margin-left: 0;
margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
left: 0;
width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
top: 0;
}
.ui-spinner {
position: relative;
display: inline-block;
overflow: hidden;
padding: 0;
vertical-align: middle;
}
.ui-spinner-input {
border: none;
background: none;
color: inherit;
padding: 0;
margin: .2em 0;
vertical-align: middle;
margin-left: .4em;
margin-right: 22px;
}
.ui-spinner-button {
width: 16px;
height: 50%;
font-size: .5em;
padding: 0;
margin: 0;
text-align: center;
position: absolute;
cursor: default;
display: block;
overflow: hidden;
right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
border-top: none;
border-bottom: none;
border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
position: absolute;
margin-top: -8px;
top: 50%;
left: 0;
}
.ui-spinner-up {
top: 0;
}
.ui-spinner-down {
bottom: 0;
}
/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
/* need to fix icons sprite */
background-position: -65px -16px;
}
.ui-tabs {
position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
padding: .2em;
}
.ui-tabs .ui-tabs-nav {
margin: 0;
padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
list-style: none;
float: left;
position: relative;
top: 0;
margin: 1px .2em 0 0;
border-bottom-width: 0;
padding: 0;
white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
float: left;
padding: .5em 1em;
text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
margin-bottom: -1px;
padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
cursor: text;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
display: block;
border-width: 0;
padding: 1em 1.4em;
background: none;
}
.ui-tooltip {
padding: 8px;
position: absolute;
z-index: 9999;
max-width: 300px;
-webkit-box-shadow: 0 0 5px #aaa;
box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
border-width: 2px;
}
/* JQUERY UI THEME */
.ui-datepicker {
background: #1D2939;
margin-top: 1px;
z-index: 100000;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
width: 280px;
}
.ui-datepicker-title {
text-transform: uppercase;
font-family: 'LatoBold';
color: #1CAF9A;
}
.ui-datepicker th {
text-transform: uppercase;
font-family: 'LatoBold';
font-weight: normal;
font-size: 11px;
color: #fff;
}
.ui-datepicker td.ui-datepicker-today a {
background: rgba(255,255,255,0.1);
}
.ui-datepicker td a {
color: #636E7B;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
padding: 3px 5px;
-moz-transition: all 0.2s ease-out 0s;
-webkit-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
}
.ui-datepicker td a:hover {
background: #1CAF9A;
color: #fff;
}
.ui-datepicker-next,
.ui-datepicker-prev {
-moz-transition: all 0.2s ease-out 0s;
-webkit-transition: all 0.2s ease-out 0s;
transition: all 0.2s ease-out 0s;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}
.ui-datepicker-next {
background: url(../images/calendar-arrow.png) no-repeat 10px 5px;
}
.ui-datepicker-next:hover {
top: 2px;
right: 2px;
background-color: #1CAF9A;
cursor: pointer;
}
.ui-datepicker-prev {
background: url(../images/calendar-arrow.png) no-repeat 8px -80px;
}
.ui-datepicker-prev:hover {
top: 2px;
left: 2px;
background-color: #1CAF9A;
cursor: pointer;
}
.ui-datepicker-buttonpane button {
border: 0;
background: #1CAF9A;
color: #fff;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
padding: 7px 10px;
}
.ui-spinner {
border: 1px solid #ccc;
background: #fff;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
overflow: hidden;
}
.ui-spinner-input {
margin: 0 20px 0 0;
padding: 10px;
}
.ui-spinner-button {
background-color: #E4E7EA;
border-left: 1px solid #ccc;
width: 32px;
background-repeat: no-repeat;
background-image: url(../images/dropdown-arrow.png);
cursor: pointer;
}
.ui-spinner-up {
background-position: 9px -41px;
border-bottom: 1px solid #ccc !important;
}
.ui-spinner-down {
background-position: 9px 6px;
}
.ui-spinner-button:hover {
background-color: #f3f3f3;
}
.ui-slider {
background: rgba(17,18,18,0.1);
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.ui-slider-horizontal {
height: 6px;
margin: 15px 0;
}
.ui-slider .ui-slider-handle {
background: #999;
border: 6px solid #fff;
width: 20px;
height: 20px;
-moz-border-radius: 50px;
-webkit-border-radius: 50px;
border-radius: 50px;
top: -0.4em;
cursor: pointer;
-moz-box-shadow: 0 0 2px rgba(0,0,0,0.4);
-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.4);
box-shadow: 0 0 2px rgba(0,0,0,0.4);
}
.ui-slider .ui-slider-handle:hover {
-moz-box-shadow: 0 0 6px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.5);
box-shadow: 0 0 6px rgba(0,0,0,0.5);
}
.ui-slider .ui-slider-range {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background: #999;
}
.slider-primary .ui-slider-range,
.slider-primary .ui-slider-handle {
background-color: #428BCA;
}
.slider-success .ui-slider-range,
.slider-success .ui-slider-handle {
background-color: #1CAF9A;
}
.slider-warning .ui-slider-range,
.slider-warning .ui-slider-handle {
background-color: #F0AD4E;
}
.slider-danger .ui-slider-range,
.slider-danger .ui-slider-handle {
background-color: #D9534F;
}
.slider-info .ui-slider-range,
.slider-info .ui-slider-handle {
background-color: #5BC0DE;
}
.ui-slider-vertical {
width: 6px;
display: inline-block;
}
.ui-slider-vertical .ui-slider-handle {
top: auto;
left: -7px;
}

1
css/jquery.dataTables.min.css vendored Normal file

File diff suppressed because one or more lines are too long

253
css/jquery.datatables.css Normal file
View File

@ -0,0 +1,253 @@
.dataTables_wrapper {
position: relative;
clear: both;
*zoom: 1;
}
.dataTables_length {
float: left;
margin-bottom: 10px;
}
.dataTables_length::after {
clear: both;
display: block;
content: '';
}
.dataTables_length label {
display: inline-block;
}
.dataTable {
display: inline-table;
}
.dataTable:before {
display: block;
clear: both;
content: '';
}
.dataTable thead > tr > th {
background-color: transparent;
background-repeat: no-repeat;
background-position: 97% center;
}
.dataTables_filter {
float: right;
text-align: right;
margin-bottom: 10px;
}
.dataTables_filter:after {
display: block;
clear: both;
content: '';
}
.dataTables_filter input {
border: 1px solid #ddd;
padding: 10px;
font-zize: 13px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
margin-left: 5px;
}
.dataTables_filter input:focus {
border-color: #999;
-moz-box-shadow: 3px 3px 0 rgba(0,0,0,0.05);
-webkit-box-shadow: 3px 3px 0 rgba(0,0,0,0.05);
box-shadow: 3px 3px 0 rgba(0,0,0,0.05);
}
.dataTables_info {
clear: both;
float: left;
}
.dataTables_paginate {
float: right;
text-align: right;
}
/* Two button pagination - previous / next */
.paginate_disabled_previous,
.paginate_enabled_previous,
.paginate_disabled_next,
.paginate_enabled_next {
float: left;
cursor: pointer;
padding: 6px 15px;
display: inline-block;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
color: #666;
}
.paginate_enabled_previous,
.paginate_enabled_next {
color: #fff;
background: #428BCA;
border: 1px solid #357EBD;
}
.paginate_enabled_previous:hover,
.paginate_enabled_next:hover {
color: #fff;
background: #3276B1;
border-color: #285E8E;
color: #fff;
text-decoration: none;
}
.paginate_disabled_previous,
.paginate_disabled_next {
border: 1px solid #ccc;
background-color: #ddd;
color: #999;
}
.paginate_disabled_previous:hover,
.paginate_disabled_next:hover {
text-decoration: none;
color: #999;
cursor: default;
}
.paginate_disabled_next,
.paginate_enabled_next {
margin-left: 5px;
}
/* Full number pagination */
.paging_full_numbers {
line-height: 22px;
}
.paging_full_numbers a:active {
outline: none
}
.paging_full_numbers a:hover {
text-decoration: none;
}
.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active {
border: 1px solid #ddd;
padding: 6px 12px;
margin-right: 5px;
cursor: pointer;
color: #636E7B;
line-height: 21px;
float: left;
position: relative;
background: #fff;
display: inline-block;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.paging_full_numbers > li:first-child > a,
.paging_full_numbers > li:first-child > span {
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
}
.paging_full_numbers a.paginate_button:hover {
text-decoration: none !important;
background-color: #E4E7EA;
}
.paging_full_numbers a.paginate_active {
background-color: #1CAF9A;
border-color: #1CAF9A;
color: #fff;
}
.paging_full_numbers a:focus {
text-decoration: none;
}
.paging_full_numbers a.last {
margin-right: 0;
}
.paginate_button_disabled {
opacity: 0.5;
}
.paginate_button_disabled:hover {
cursor: default !important;
background-color: #fff !important;
}
/*
* Processing indicator
*/
.dataTables_processing {
position: absolute;
top: 50%;
left: 50%;
width: 250px;
height: 30px;
margin-left: -125px;
margin-top: -15px;
padding: 14px 0 2px 0;
border: 1px solid #ddd;
text-align: center;
color: #999;
font-size: 14px;
background-color: white;
}
/*
* Sorting
*/
.sorting {
background-image: url('../images/sort_both.png');
}
.sorting_asc {
background-image: url('../images/sort_asc.png');
}
.sorting_desc {
background-image: url('../images/sort_desc.png');
}
.sorting_asc_disabled {
background-image: url('../images/sort_asc_disabled.png');
}
.sorting_desc_disabled {
background-image: url('../images/sort_desc_disabled.png');
}
table.dataTable thead th:active,
table.dataTable thead td:active {
outline: none;
}
/*
* Scrolling
*/
.dataTables_scroll {
clear: both;
}
.dataTables_scrollBody {
*margin-top: -1px;
-webkit-overflow-scrolling: touch;
}

99
css/jquery.gritter.css Normal file
View File

@ -0,0 +1,99 @@
#gritter-notice-wrapper {
position:fixed;
top:20px;
right:20px;
width:301px;
z-index:9999;
}
.gritter-item-wrapper {
position:relative;
margin:0 0 10px 0;
background: #000;
background: rgba(0,0,0,0.75);
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.growl-primary {
background: rgba(66,139,202,0.80);
}
.growl-success {
background: rgba(28,175,154,0.80);
}
.growl-warning {
background: rgba(240,173,78,0.80);
}
.growl-danger {
background: rgba(217,83,79,0.80);
}
.growl-info {
background: rgba(91,192,222,0.80);
}
.gritter-item {
display:block;
color:#eee;
padding: 15px;
font-size: 11px;
}
.gritter-item p {
padding:0;
margin:0;
word-wrap:break-word;
line-height: 18px;
font-size: 13px;
opacity: 0.75;
}
.gritter-close {
display:none;
position:absolute;
top: 10px;
right: 10px;
background: url(../images/close-white.png) no-repeat center center;
cursor:pointer;
width:10px;
height:11px;
text-indent:-9999em;
opacity: 0.5;
}
.gritter-title {
font-size: 14px;
padding:0 0 7px 0;
display:block;
font-family: 'LatoBold';
}
.gritter-image {
width:48px;
height:48px;
float:left;
}
.gritter-with-image,
.gritter-without-image {
padding:0;
}
.gritter-with-image {
width:220px;
float:right;
padding-left: 10px;
}
/* for the light (white) version of the gritter notice */
.gritter-light .gritter-item {
background: #fff;
background: rgba(255,255,255,0.75);
color: #666;
}

67
css/jquery.tagsinput.css Normal file
View File

@ -0,0 +1,67 @@
div.tagsinput {
border:1px solid #ccc;
background: #FFF;
padding:5px;
width:300px;
height:100px;
overflow-y: auto;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}
div.tagsinput span.tag {
display: block;
float: left;
padding: 2px 5px;
text-decoration:none;
background: #1caf9a;
color: #fff;
margin-right: 5px;
margin-bottom:5px;
font-size:13px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}
div.tagsinput span.tag a {
font-weight: bold;
color: #fff;
opacity: 0.5;
text-decoration: none;
font-size: 11px;
}
div.tagsinput span.tag a:hover {
opacity: 1;
}
div.tagsinput input {
width: 80px;
margin: 0px;
font-size: 13px;
border: 1px solid transparent;
padding: 5px;
background: transparent;
color: #000;
outline: 0px;
margin-right: 5px;
margin-bottom: 5px;
}
div.tagsinput div {
display: block;
float: left;
}
.tags_clear {
clear: both;
width: 100%;
height: 0px;
}
.not_valid {
background: #FBD8DB !important;
color: #90111A !important;
}

124
css/lato.css Normal file
View File

@ -0,0 +1,124 @@
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on January 26, 2013 07:16:15 AM America/New_York */
@font-face {
font-family: 'LatoBlackItalic';
src: url('../fonts/lato/Lato-BlaIta-webfont.eot');
src: url('../fonts/lato/Lato-BlaIta-webfontd41d.eot?#iefix') format('embedded-opentype'),
url('../fonts/lato/Lato-BlaIta-webfont.woff') format('woff'),
url('../fonts/lato/Lato-BlaIta-webfont.ttf') format('truetype'),
url('../fonts/lato/Lato-BlaIta-webfont.svg#LatoBlackItalic') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'LatoBlack';
src: url('../fonts/lato/Lato-Bla-webfont.eot');
src: url('../fonts/lato/Lato-Bla-webfontd41d.eot?#iefix') format('embedded-opentype'),
url('../fonts/lato/Lato-Bla-webfont.woff') format('woff'),
url('../fonts/lato/Lato-Bla-webfont.ttf') format('truetype'),
url('../fonts/lato/Lato-Bla-webfont.svg#LatoBlack') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'LatoBoldItalic';
src: url('../fonts/lato/Lato-BolIta-webfont.eot');
src: url('../fonts/lato/Lato-BolIta-webfontd41d.eot?#iefix') format('embedded-opentype'),
url('../fonts/lato/Lato-BolIta-webfont.woff') format('woff'),
url('../fonts/lato/Lato-BolIta-webfont.ttf') format('truetype'),
url('../fonts/lato/Lato-BolIta-webfont.svg#LatoBoldItalic') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'LatoBold';
src: url('../fonts/lato/Lato-Bol-webfont.eot');
src: url('../fonts/lato/Lato-Bol-webfontd41d.eot?#iefix') format('embedded-opentype'),
url('../fonts/lato/Lato-Bol-webfont.woff') format('woff'),
url('../fonts/lato/Lato-Bol-webfont.ttf') format('truetype'),
url('../fonts/lato/Lato-Bol-webfont.svg#LatoBold') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'LatoItalic';
src: url('../fonts/lato/Lato-RegIta-webfont.eot');
src: url('../fonts/lato/Lato-RegIta-webfontd41d.eot?#iefix') format('embedded-opentype'),
url('../fonts/lato/Lato-RegIta-webfont.woff') format('woff'),
url('../fonts/lato/Lato-RegIta-webfont.ttf') format('truetype'),
url('../fonts/lato/Lato-RegIta-webfont.svg#LatoItalic') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'LatoRegular';
src: url('../fonts/lato/Lato-Reg-webfont.eot');
src: url('../fonts/lato/Lato-Reg-webfontd41d.eot?#iefix') format('embedded-opentype'),
url('../fonts/lato/Lato-Reg-webfont.woff') format('woff'),
url('../fonts/lato/Lato-Reg-webfont.ttf') format('truetype'),
url('../fonts/lato/Lato-Reg-webfont.svg#LatoRegular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'LatoLightItalic';
src: url('../fonts/lato/Lato-LigIta-webfont.eot');
src: url('../fonts/lato/Lato-LigIta-webfontd41d.eot?#iefix') format('embedded-opentype'),
url('../fonts/lato/Lato-LigIta-webfont.woff') format('woff'),
url('../fonts/lato/Lato-LigIta-webfont.ttf') format('truetype'),
url('../fonts/lato/Lato-LigIta-webfont.svg#LatoLightItalic') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'LatoLight';
src: url('../fonts/lato/Lato-Lig-webfont.eot');
src: url('../fonts/lato/Lato-Lig-webfontd41d.eot?#iefix') format('embedded-opentype'),
url('../fonts/lato/Lato-Lig-webfont.woff') format('woff'),
url('../fonts/lato/Lato-Lig-webfont.ttf') format('truetype'),
url('../fonts/lato/Lato-Lig-webfont.svg#LatoLight') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'LatoHairlineItalic';
src: url('../fonts/lato/Lato-HaiIta-webfont.eot');
src: url('../fonts/lato/Lato-HaiIta-webfontd41d.eot?#iefix') format('embedded-opentype'),
url('../fonts/lato/Lato-HaiIta-webfont.woff') format('woff'),
url('../fonts/lato/Lato-HaiIta-webfont.ttf') format('truetype'),
url('../fonts/lato/Lato-HaiIta-webfont.svg#LatoHairlineItalic') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'LatoHairline';
src: url('../fonts/lato/Lato-Hai-webfont.eot');
src: url('../fonts/lato/Lato-Hai-webfontd41d.eot?#iefix') format('embedded-opentype'),
url('../fonts/lato/Lato-Hai-webfont.woff') format('woff'),
url('../fonts/lato/Lato-Hai-webfont.ttf') format('truetype'),
url('../fonts/lato/Lato-Hai-webfont.svg#LatoHairline') format('svg');
font-weight: normal;
font-style: normal;
}

24
css/morris.css Normal file
View File

@ -0,0 +1,24 @@
.morris-hover {
position: absolute;
z-index: 1000;
}
.morris-hover.morris-default-style {
border-radius: 3px;
padding: 6px;
color: #333;
background: rgba(255, 255, 255, 0.8);
border: 1px solid #ddd;
font-size: 12px;
text-align: center;
}
.morris-hover.morris-default-style .morris-hover-row-label {
font-weight: bold;
margin: 0.25em 0;
}
.morris-hover.morris-default-style .morris-hover-point{
white-space: nowrap;
margin: 0.1em 0;
}

170
css/prettyPhoto.css Normal file
View File

@ -0,0 +1,170 @@
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(../images/prettyphoto/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(../images/prettyphoto/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(../images/prettyphoto/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(../images/prettyphoto/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(../images/prettyphoto/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(../images/prettyphoto/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(../images/prettyphoto/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(../images/prettyphoto/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(../images/prettyphoto/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(../images/prettyphoto/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(../images/prettyphoto/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(../images/prettyphoto/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(../images/prettyphoto/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(../images/prettyphoto/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(../images/prettyphoto/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(../images/prettyphoto/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(../images/prettyphoto/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(../images/prettyphoto/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(../images/prettyphoto/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.html) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.html) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(../images/prettyPhoto/light_rounded/btnNext.html) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(../images/prettyPhoto/light_rounded/btnPrevious.html) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(../images/prettyPhoto/light_rounded/sprite.html) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(../images/prettyPhoto/light_rounded/sprite.html) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(../images/prettyPhoto/light_rounded/sprite.html) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(../images/prettyPhoto/light_rounded/sprite.html) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/light_rounded/sprite.html) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(../images/prettyPhoto/light_rounded/sprite.html) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(../images/prettyPhoto/light_rounded/sprite.html) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/light_rounded/sprite.html) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(../images/prettyPhoto/light_rounded/sprite.html) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.html) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.html) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.html) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.html) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(../images/prettyPhoto/dark_rounded/contentPattern.html) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(../images/prettyPhoto/dark_rounded/contentPattern.html) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(../images/prettyPhoto/dark_rounded/btnNext.html) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(../images/prettyPhoto/dark_rounded/btnPrevious.html) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(../images/prettyPhoto/dark_rounded/sprite.html) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.html) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(../images/prettyPhoto/dark_rounded/sprite.html) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.html) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/dark_rounded/sprite.html) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(../images/prettyPhoto/dark_rounded/sprite.html) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(../images/prettyPhoto/dark_rounded/sprite.html) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/dark_rounded/sprite.html) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(../images/prettyPhoto/dark_rounded/sprite.html) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.html) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.html) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(../images/prettyPhoto/dark_rounded/loader.html) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(../images/prettyPhoto/dark_square/loader.html) center center no-repeat}
div.dark_square .pp_expand{background:url(../images/prettyPhoto/dark_square/sprite.html) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(../images/prettyPhoto/dark_square/sprite.html) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(../images/prettyPhoto/dark_square/sprite.html) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(../images/prettyPhoto/dark_square/sprite.html) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/dark_square/sprite.html) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(../images/prettyPhoto/dark_square/sprite.html) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(../images/prettyPhoto/dark_square/sprite.html) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(../images/prettyPhoto/dark_square/sprite.html) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(../images/prettyPhoto/dark_square/sprite.html) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(../images/prettyPhoto/dark_square/btnNext.html) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(../images/prettyPhoto/dark_square/btnPrevious.html) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(../images/prettyPhoto/light_square/sprite.html) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(../images/prettyPhoto/light_square/sprite.html) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(../images/prettyPhoto/light_square/sprite.html) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(../images/prettyPhoto/light_square/sprite.html) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/light_square/sprite.html) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(../images/prettyPhoto/light_square/sprite.html) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(../images/prettyPhoto/light_square/sprite.html) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(../images/prettyPhoto/light_square/sprite.html) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(../images/prettyPhoto/light_square/sprite.html) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(../images/prettyPhoto/light_square/btnNext.html) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(../images/prettyPhoto/light_square/btnPrevious.html) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(../images/prettyPhoto/facebook/sprite.html) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(../images/prettyPhoto/facebook/contentPatternTop.html) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(../images/prettyPhoto/facebook/sprite.html) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(../images/prettyPhoto/facebook/contentPatternLeft.html) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(../images/prettyPhoto/facebook/contentPatternRight.html) top right repeat-y}
div.facebook .pp_expand{background:url(../images/prettyPhoto/facebook/sprite.html) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(../images/prettyPhoto/facebook/sprite.html) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(../images/prettyPhoto/facebook/sprite.html) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(../images/prettyPhoto/facebook/sprite.html) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(../images/prettyPhoto/facebook/sprite.html) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(../images/prettyPhoto/facebook/loader.html) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(../images/prettyPhoto/facebook/sprite.html) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(../images/prettyPhoto/facebook/sprite.html) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(../images/prettyPhoto/facebook/sprite.html) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(../images/prettyPhoto/facebook/sprite.html) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(../images/prettyPhoto/facebook/btnNext.html) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(../images/prettyPhoto/facebook/btnPrevious.html) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(../images/prettyPhoto/facebook/sprite.html) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(../images/prettyPhoto/facebook/contentPatternBottom.html) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(../images/prettyPhoto/facebook/sprite.html) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(../images/prettyPhoto/facebook/default_thumbnail.html) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(../images/prettyPhoto/light_rounded/btnNext.html) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(../images/prettyPhoto/light_rounded/btnNext.html) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(../images/prettyPhoto/light_rounded/loader.html) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(../images/prettyPhoto/dark_rounded/contentPattern.html) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}

3862
css/style.default.css Normal file

File diff suppressed because it is too large Load Diff

165
css/style.inverse.css Normal file
View File

@ -0,0 +1,165 @@
body {
background: #fff;
}
/*** HEADER ***/
.logopanel,
.headerbar {
background: #1d2939;
border-bottom: 1px solid #1d2939;
}
.logopanel h1 {
color: #fff;
}
.headerbar {
border-color: rgba(255,255,255,0.05);
}
.menutoggle {
border-color: rgba(255,255,255,0.05);
color: #fff;
}
.menutoggle:hover {
background: rgba(0,0,0,0.1);
color: #fff;
}
.headerbar .searchform input {
background: none;
border-color: rgba(255,255,255,0.05);
}
.headermenu > li {
border-color: rgba(255,255,255,0.05);
}
.headermenu .tp-icon,
.headermenu .dropdown-toggle {
background: none;
}
.headermenu .tp-icon {
color: rgba(255,255,255,0.5);
}
.headermenu .chat-icon {
border: 0;
}
.headermenu .dropdown-menu {
margin-top: 1px;
}
.headermenu .dropdown-toggle:hover,
.headermenu .dropdown-toggle:focus,
.headermenu .dropdown-toggle:active,
.headermenu .dropdown-toggle.active,
.headermenu .open .dropdown-toggle.dropdown-toggle {
background: rgba(0,0,0,0.1);
color: rgba(255,255,255,0.8);
}
.dropdown-menu-head .title {
background: #fff;
border: 1px solid #ddd;
border-bottom-color: #eee;
border-top: 0;
}
.headermenu .dropdown-menu:after {
border-bottom-color: #fff;
}
.headermenu .dropdown-menu-usermenu {
background: #fff;
border: 1px solid #ddd;
border-top: 0;
}
.leftpanel-collapsed .headerbar {
border-left: 0;
margin-left: -52px;
}
/*** LEFT PANEL ***/
.nav-bracket > li > a {
color: #333;
}
.nav-bracket > li.active > a {
-moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
-webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
}
.nav-bracket > li > a:hover,
.nav-bracket > li > a:active,
.nav-bracket > li.nav-active > a {
background-color: #eee;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.nav-bracket > li.nav-parent > a:hover {
background-color: #eee;
}
.infosummary .datainfo h4 {
color: #333;
}
.infosummary li,
.infosummary ul {
border-color: rgba(0,0,0,0.1);
}
.leftpanel-collapsed .nav-bracket li.nav-hover ul {
background-color: #fff;
}
.leftpanel-collapsed .nav-bracket li a span {
background: #eee;
}
.nav-bracket > li.nav-parent.active > a,
.nav-bracket > li.nav-active.active > a,
.nav-bracket > li.nav-active.active > a:hover {
background-color: #1CAF9A;
}
/*** MAIN PANEL ***/
.pageheader,
.contentpanel {
border-left: 1px solid #e7e7e7;
}
/*** RIGHT PANEL ***/
.rightpanel .nav-tabs {
background: #e4e7ea;
}
.rightpanel .nav-tabs > li > a {
color: rgba(0,0,0,0.5);
}
.rightpanel .nav-tabs > .active > a,
.rightpanel .nav-tabs > .active > a:hover,
.rightpanel .nav-tabs > .active > a:focus {
background-color: #fff;
color: #333;
}
.chatuserlist .online .media-body strong {
color: #1CAF9A;
}

260
css/toggles.css Normal file
View File

@ -0,0 +1,260 @@
.toggle-slide {
overflow: hidden;
cursor: pointer;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
direction: ltr;
}
.toggle-slide .toggle-on,.toggle-slide .toggle-off,.toggle-slide .toggle-blob {
float: left;
}
.toggle-slide .toggle-blob {
position: relative;
z-index: 99;
cursor: hand;
cursor: grab;
cursor: -moz-grab;
cursor: -webkit-grab;
}
.toggle-slide {
overflow: hidden;
cursor: pointer;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
direction: ltr;
}
.toggle-slide .toggle-on,.toggle-slide .toggle-off,.toggle-slide .toggle-blob {
float: left;
}
.toggle-slide .toggle-blob {
position: relative;
z-index: 99;
cursor: hand;
cursor: grab;
cursor: -moz-grab;
cursor: -webkit-grab;
}
/*** THEMES ***/
.toggle-default .toggle-slide {
border: 1px solid #ccc;
}
.toggle-default .toggle-slide.active {
border-color: #999;
}
.toggle-default .toggle-slide .toggle-on,
.toggle-default .toggle-slide .toggle-off,
.toggle-default .toggle-slide .toggle-blob {
font-size: 11px;
font-weight: 500;
}
.toggle-default .toggle-slide .toggle-on,
.toggle-default .toggle-select .toggle-inner .active {
background: #999;
color: #fff;
}
.toggle-default .toggle-slide .toggle-off,
.toggle-default .toggle-select .toggle-on {
color: #666;
background: #f7f7f7;
}
.toggle-default .toggle-slide .toggle-blob {
background: #fff;
border-right: 1px solid #ccc;
}
.toggle-default .toggle-slide.active .toggle-blob {
border-left: 1px solid #999;
border-right: 0;
}
.toggle-default .toggle-slide .toggle-blob:hover {
background: #fcfcfc;
}
/* toggle primary */
.toggle-primary .toggle-slide {
border: 1px solid #999;
}
.toggle-primary .toggle-slide.active {
border-color: #357EBD;
}
.toggle-primary .toggle-slide .toggle-on,
.toggle-primary .toggle-slide .toggle-off,
.toggle-primary .toggle-slide .toggle-blob {
font-size: 11px;
font-weight: 500;
}
.toggle-primary .toggle-slide .toggle-on,
.toggle-primary .toggle-select .toggle-inner .active {
background: #428BCA;
color: #fff;
}
.toggle-primary .toggle-slide .toggle-off,
.toggle-primary .toggle-select .toggle-on {
color: #fff;
background: #bbb;
}
.toggle-primary .toggle-slide .toggle-blob {
background: #fff;
border-right: 1px solid #999;
}
.toggle-primary .toggle-slide.active .toggle-blob {
border-left: 1px solid #357EBD;
border-right: 0;
}
.toggle-primary .toggle-slide .toggle-blob:hover {
background: #fcfcfc;
}
/* toggle success */
.toggle-success .toggle-slide {
border: 1px solid #999;
}
.toggle-success .toggle-slide.active {
border-color: #1CAF9A;
}
.toggle-success .toggle-slide .toggle-on,
.toggle-success .toggle-slide .toggle-off,
.toggle-success .toggle-slide .toggle-blob {
font-size: 11px;
font-weight: 500;
}
.toggle-success .toggle-slide .toggle-on,
.toggle-success .toggle-select .toggle-inner .active {
background: #1CAF9A;
color: #fff;
}
.toggle-success .toggle-slide .toggle-off,
.toggle-success .toggle-select .toggle-on {
color: #fff;
background: #bbb;
}
.toggle-success .toggle-slide .toggle-blob {
background: #fff;
border-right: 1px solid #999;
}
.toggle-success .toggle-slide.active .toggle-blob {
border-left: 1px solid #4CAE4C;
border-right: 0;
}
.toggle-success .toggle-slide .toggle-blob:hover {
background: #fcfcfc;
}
/* toggle warning */
.toggle-warning .toggle-slide {
border: 1px solid #999;
}
.toggle-warning .toggle-slide.active {
border-color: #EEA236;
}
.toggle-warning .toggle-slide .toggle-on,
.toggle-warning .toggle-slide .toggle-off,
.toggle-warning .toggle-slide .toggle-blob {
font-size: 11px;
font-weight: 500;
}
.toggle-warning .toggle-slide .toggle-on,
.toggle-warning .toggle-select .toggle-inner .active {
background: #F0AD4E;
color: #fff;
}
.toggle-warning .toggle-slide .toggle-off,
.toggle-warning .toggle-select .toggle-on {
color: #fff;
background: #bbb;
}
.toggle-warning .toggle-slide .toggle-blob {
background: #fff;
border-right: 1px solid #999;
}
.toggle-warning .toggle-slide.active .toggle-blob {
border-left: 1px solid #EEA236;
border-right: 0;
}
.toggle-warning .toggle-slide .toggle-blob:hover {
background: #fcfcfc;
}
/* toggle danger */
.toggle-danger .toggle-slide {
border: 1px solid #999;
}
.toggle-danger .toggle-slide.active {
border-color: #D43F3A;
}
.toggle-danger .toggle-slide .toggle-on,
.toggle-danger .toggle-slide .toggle-off,
.toggle-danger .toggle-slide .toggle-blob {
font-size: 11px;
font-weight: 500;
}
.toggle-danger .toggle-slide .toggle-on,
.toggle-danger .toggle-select .toggle-inner .active {
background: #D9534F;
color: #fff;
}
.toggle-danger .toggle-slide .toggle-off,
.toggle-danger .toggle-select .toggle-on {
color: #fff;
background: #bbb;
}
.toggle-danger .toggle-slide .toggle-blob {
background: #fff;
border-right: 1px solid #999;
}
.toggle-danger .toggle-slide.active .toggle-blob {
border-left: 1px solid #D43F3A;
border-right: 0;
}
.toggle-danger .toggle-slide .toggle-blob:hover {
background: #fcfcfc;
}

75
document.html Normal file
View File

@ -0,0 +1,75 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Webpage</title>
<link rel="stylesheet" href="../../../css/style.default.css" type="text/css" />
<link rel="stylesheet" href="../../../css/style.blue.css" type="text/css" />
<script type="text/javascript" src="../../../js/jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="../../../js/jquery-migrate-1.2.1.min.js"></script>
<script type="text/javascript" src="../../../js/modernizr.min.js"></script>
<script type="text/javascript" src="../../../js/bootstrap.min.js"></script>
<script type="text/javascript" src="../../../js/jquery.dropdown.js"></script>
<script type="text/javascript" src="../../../js/custom.js"></script>
<script>
jQuery(document).ready(function(){
var winHeight = jQuery(window).height();
jQuery('#framedemo').height(winHeight - 65);
jQuery('#cd-dropdown').dropdown( {
gutter : 5,
stack : false,
slidingIn : 100
});
});
</script>
</head>
<body>
<div class="headframe">
<div class="row-fluid">
<div class="span3"><a href="http://themepixels.com/"><img src="../../../images/tp-logo.png" /></a></div>
<div class="span9 align-right">
<a href="_div%20style%3d.html"border:1px solid #990000;padding-left:20px;margin:0 0 10px 0;">
<h4>A PHP Error was encountered</h4>
<p>Severity: Notice</p>
<p>Message: Trying to get property of non-object</p>
<p>Filename: views/demo.php</p>
<p>Line Number: 40</p>
</div>" class="btn btn-primary btn-small"><span class="iconfa-shopping-cart"></span> Purchase Theme</a>
<a href="_div%20style%3d.html"border:1px solid #990000;padding-left:20px;margin:0 0 10px 0;">
<h4>A PHP Error was encountered</h4>
<p>Severity: Notice</p>
<p>Message: Trying to get property of non-object</p>
<p>Filename: views/demo.php</p>
<p>Line Number: 41</p>
</div>" class="btn btn-black btn-small"><span class="cls">&times;</span> Remove Frame</a>
</div>
</div><!-- row-fluid -->
</div>
<iframe id="framedemo" src="_div%20style%3d.html"border:1px solid #990000;padding-left:20px;margin:0 0 10px 0;">
<h4>A PHP Error was encountered</h4>
<p>Severity: Notice</p>
<p>Message: Trying to get property of non-object</p>
<p>Filename: views/demo.php</p>
<p>Line Number: 45</p>
</div>"></iframe>
</body>
</html>

1176
email.html Normal file

File diff suppressed because it is too large Load Diff

943
extras.html Normal file
View File

@ -0,0 +1,943 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="images/favicon.png" type="image/png">
<title>Bracket Responsive Bootstrap3 Admin</title>
<link href="css/style.default.css" rel="stylesheet">
<link href="css/jquery.gritter.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Preloader -->
<div id="preloader">
<div id="status"><i class="fa fa-spinner fa-spin"></i></div>
</div>
<section>
<div class="leftpanel">
<div class="logopanel">
<h1><span>[</span> bracket <span>]</span></h1>
</div><!-- logopanel -->
<div class="leftpanelinner">
<!-- This is only visible to small devices -->
<div class="visible-xs hidden-sm hidden-md hidden-lg">
<div class="media userlogged">
<img alt="" src="images/photos/loggeduser.png" class="media-object">
<div class="media-body">
<h4>John Doe</h4>
<span>"Life is so..."</span>
</div>
</div>
<h5 class="sidebartitle actitle">Account</h5>
<ul class="nav nav-pills nav-stacked nav-bracket mb30">
<li><a href="profile.html"><i class="fa fa-user"></i> <span>Profile</span></a></li>
<li><a href="#"><i class="fa fa-cog"></i> <span>Account Settings</span></a></li>
<li><a href="#"><i class="fa fa-question-circle"></i> <span>Help</span></a></li>
<li><a href="signout.html"><i class="fa fa-sign-out"></i> <span>Sign Out</span></a></li>
</ul>
</div>
<h5 class="sidebartitle">Navigation</h5>
<ul class="nav nav-pills nav-stacked nav-bracket">
<li><a href="index.html"><i class="fa fa-home"></i> <span>Dashboard</span></a></li>
<li><a href="email.html"><i class="fa fa-envelope-o"></i> <span>Email</span></a></li>
<li class="nav-parent"><a href="#"><i class="fa fa-edit"></i> <span>Forms</span></a>
<ul class="children">
<li><a href="general-forms.html"><i class="fa fa-caret-right"></i> General Forms</a></li>
<li><a href="form-layouts.html"><i class="fa fa-caret-right"></i> Form Layouts</a></li>
<li><a href="form-validation.html"><i class="fa fa-caret-right"></i> Form Validation</a></li>
<li><a href="form-wizards.html"><i class="fa fa-caret-right"></i> Form Wizards</a></li>
<li><a href="wysiwyg.html"><i class="fa fa-caret-right"></i> WYSIWYG</a></li>
</ul>
</li>
<li class="nav-parent active"><a href="#"><i class="fa fa-suitcase"></i> <span>UI Elements</span></a>
<ul class="children">
<li><a href="buttons.html"><i class="fa fa-caret-right"></i> Buttons</a></li>
<li><a href="icons.html"><i class="fa fa-caret-right"></i> Icons</a></li>
<li><a href="typography.html"><i class="fa fa-caret-right"></i> Typography</a></li>
<li><a href="alerts.html"><i class="fa fa-caret-right"></i> Alerts &amp; Notifications</a></li>
<li><a href="tabs-accordions.html"><i class="fa fa-caret-right"></i> Tabs &amp; Accordions</a></li>
<li><a href="sliders.html"><i class="fa fa-caret-right"></i> Sliders</a></li>
<li><a href="graphs.html"><i class="fa fa-caret-right"></i> Graphs &amp; Charts</a></li>
<li><a href="widgets.html"><i class="fa fa-caret-right"></i> Panels &amp; Widgets</a></li>
<li class="active"><a href="extras.html"><i class="fa fa-caret-right"></i> Extras</a></li>
</ul>
</li>
<li><a href="tables.html"><i class="fa fa-th-list"></i> <span>Tables</span></a></li>
<li><a href="maps.html"><i class="fa fa-map-marker"></i> <span>Maps</span></a></li>
<li class="nav-parent"><a href="#"><i class="fa fa-file-text"></i> <span>Pages</span></a>
<ul class="children">
<li><a href="calendar.html"><i class="fa fa-caret-right"></i> Calendar</a></li>
<li><a href="media-manager.html"><i class="fa fa-caret-right"></i> Media Manager</a></li>
<li><a href="timeline.html"><i class="fa fa-caret-right"></i> Timeline</a></li>
<li><a href="blog-list.html"><i class="fa fa-caret-right"></i> Blog List</a></li>
<li><a href="blog-single.html"><i class="fa fa-caret-right"></i> Blog Single</a></li>
<li><a href="people-directory.html"><i class="fa fa-caret-right"></i> People Directory</a></li>
<li><a href="profile.html"><i class="fa fa-caret-right"></i> Profile</a></li>
<li><a href="invoice.html"><i class="fa fa-caret-right"></i> Invoice</a></li>
<li><a href="search-results.html"><i class="fa fa-caret-right"></i> Search Results</a></li>
<li><a href="blank.html"><i class="fa fa-caret-right"></i> Blank Page</a></li>
<li><a href="notfound.html"><i class="fa fa-caret-right"></i> 404 Page</a></li>
<li><a href="locked.html"><i class="fa fa-caret-right"></i> Locked Screen</a></li>
<li><a href="signin.html"><i class="fa fa-caret-right"></i> Sign In</a></li>
<li><a href="signup.html"><i class="fa fa-caret-right"></i> Sign Up</a></li>
</ul>
</li>
<li><a href="layouts.html"><i class="fa fa-laptop"></i> <span>Skins &amp; Layouts</span></a></li>
</ul>
<div class="infosummary">
<h5 class="sidebartitle">Information Summary</h5>
<ul>
<li>
<div class="datainfo">
<span class="text-muted">Daily Traffic</span>
<h4>630, 201</h4>
</div>
<div id="sidebar-chart" class="chart"></div>
</li>
<li>
<div class="datainfo">
<span class="text-muted">Average Users</span>
<h4>1, 332, 801</h4>
</div>
<div id="sidebar-chart2" class="chart"></div>
</li>
<li>
<div class="datainfo">
<span class="text-muted">Disk Usage</span>
<h4>82.2%</h4>
</div>
<div id="sidebar-chart3" class="chart"></div>
</li>
<li>
<div class="datainfo">
<span class="text-muted">CPU Usage</span>
<h4>140.05 - 32</h4>
</div>
<div id="sidebar-chart4" class="chart"></div>
</li>
<li>
<div class="datainfo">
<span class="text-muted">Memory Usage</span>
<h4>32.2%</h4>
</div>
<div id="sidebar-chart5" class="chart"></div>
</li>
</ul>
</div><!-- infosummary -->
</div><!-- leftpanelinner -->
</div><!-- leftpanel -->
<div class="mainpanel">
<div class="headerbar">
<a class="menutoggle"><i class="fa fa-bars"></i></a>
<form class="searchform" action="http://themepixels.com/demo/webpage/bracket/index.html" method="post">
<input type="text" class="form-control" name="keyword" placeholder="Search here..." />
</form>
<div class="header-right">
<ul class="headermenu">
<li>
<div class="btn-group">
<button class="btn btn-default dropdown-toggle tp-icon" data-toggle="dropdown">
<i class="glyphicon glyphicon-user"></i>
<span class="badge">2</span>
</button>
<div class="dropdown-menu dropdown-menu-head pull-right">
<h5 class="title">2 Newly Registered Users</h5>
<ul class="dropdown-list user-list">
<li class="new">
<div class="thumb"><a href="#"><img src="images/photos/user1.png" alt="" /></a></div>
<div class="desc">
<h5><a href="#">Draniem Daamul (@draniem)</a> <span class="badge badge-success">new</span></h5>
</div>
</li>
<li class="new">
<div class="thumb"><a href="#"><img src="images/photos/user2.png" alt="" /></a></div>
<div class="desc">
<h5><a href="#">Zaham Sindilmaca (@zaham)</a> <span class="badge badge-success">new</span></h5>
</div>
</li>
<li>
<div class="thumb"><a href="#"><img src="images/photos/user3.png" alt="" /></a></div>
<div class="desc">
<h5><a href="#">Weno Carasbong (@wenocar)</a></h5>
</div>
</li>
<li>
<div class="thumb"><a href="#"><img src="images/photos/user4.png" alt="" /></a></div>
<div class="desc">
<h5><a href="#">Nusja Nawancali (@nusja)</a></h5>
</div>
</li>
<li>
<div class="thumb"><a href="#"><img src="images/photos/user5.png" alt="" /></a></div>
<div class="desc">
<h5><a href="#">Lane Kitmari (@lane_kitmare)</a></h5>
</div>
</li>
<li class="new"><a href="#">See All Users</a></li>
</ul>
</div>
</div>
</li>
<li>
<div class="btn-group">
<button class="btn btn-default dropdown-toggle tp-icon" data-toggle="dropdown">
<i class="glyphicon glyphicon-envelope"></i>
<span class="badge">1</span>
</button>
<div class="dropdown-menu dropdown-menu-head pull-right">
<h5 class="title">You Have 1 New Message</h5>
<ul class="dropdown-list gen-list">
<li class="new">
<a href="#">
<span class="thumb"><img src="images/photos/user1.png" alt="" /></span>
<span class="desc">
<span class="name">Draniem Daamul <span class="badge badge-success">new</span></span>
<span class="msg">Lorem ipsum dolor sit amet...</span>
</span>
</a>
</li>
<li>
<a href="#">
<span class="thumb"><img src="images/photos/user2.png" alt="" /></span>
<span class="desc">
<span class="name">Nusja Nawancali</span>
<span class="msg">Lorem ipsum dolor sit amet...</span>
</span>
</a>
</li>
<li>
<a href="#">
<span class="thumb"><img src="images/photos/user3.png" alt="" /></span>
<span class="desc">
<span class="name">Weno Carasbong</span>
<span class="msg">Lorem ipsum dolor sit amet...</span>
</span>
</a>
</li>
<li>
<a href="#">
<span class="thumb"><img src="images/photos/user4.png" alt="" /></span>
<span class="desc">
<span class="name">Zaham Sindilmaca</span>
<span class="msg">Lorem ipsum dolor sit amet...</span>
</span>
</a>
</li>
<li>
<a href="#">
<span class="thumb"><img src="images/photos/user5.png" alt="" /></span>
<span class="desc">
<span class="name">Veno Leongal</span>
<span class="msg">Lorem ipsum dolor sit amet...</span>
</span>
</a>
</li>
<li class="new"><a href="#">Read All Messages</a></li>
</ul>
</div>
</div>
</li>
<li>
<div class="btn-group">
<button class="btn btn-default dropdown-toggle tp-icon" data-toggle="dropdown">
<i class="glyphicon glyphicon-globe"></i>
<span class="badge">5</span>
</button>
<div class="dropdown-menu dropdown-menu-head pull-right">
<h5 class="title">You Have 5 New Notifications</h5>
<ul class="dropdown-list gen-list">
<li class="new">
<a href="#">
<span class="thumb"><img src="images/photos/user4.png" alt="" /></span>
<span class="desc">
<span class="name">Zaham Sindilmaca <span class="badge badge-success">new</span></span>
<span class="msg">is now following you</span>
</span>
</a>
</li>
<li class="new">
<a href="#">
<span class="thumb"><img src="images/photos/user5.png" alt="" /></span>
<span class="desc">
<span class="name">Weno Carasbong <span class="badge badge-success">new</span></span>
<span class="msg">is now following you</span>
</span>
</a>
</li>
<li class="new">
<a href="#">
<span class="thumb"><img src="images/photos/user3.png" alt="" /></span>
<span class="desc">
<span class="name">Veno Leongal <span class="badge badge-success">new</span></span>
<span class="msg">likes your recent status</span>
</span>
</a>
</li>
<li class="new">
<a href="#">
<span class="thumb"><img src="images/photos/user3.png" alt="" /></span>
<span class="desc">
<span class="name">Nusja Nawancali <span class="badge badge-success">new</span></span>
<span class="msg">downloaded your work</span>
</span>
</a>
</li>
<li class="new">
<a href="#">
<span class="thumb"><img src="images/photos/user3.png" alt="" /></span>
<span class="desc">
<span class="name">Nusja Nawancali <span class="badge badge-success">new</span></span>
<span class="msg">send you 2 messages</span>
</span>
</a>
</li>
<li class="new"><a href="#">See All Notifications</a></li>
</ul>
</div>
</div>
</li>
<li>
<div class="btn-group">
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
<img src="images/photos/loggeduser.png" alt="" />
John Doe
<span class="caret"></span>
</button>
<ul class="dropdown-menu dropdown-menu-usermenu pull-right">
<li><a href="profile.html"><i class="glyphicon glyphicon-user"></i> My Profile</a></li>
<li><a href="#"><i class="glyphicon glyphicon-cog"></i> Account Settings</a></li>
<li><a href="#"><i class="glyphicon glyphicon-question-sign"></i> Help</a></li>
<li><a href="signin.html"><i class="glyphicon glyphicon-log-out"></i> Log Out</a></li>
</ul>
</div>
</li>
<li>
<button id="chatview" class="btn btn-default tp-icon chat-icon">
<i class="glyphicon glyphicon-comment"></i>
</button>
</li>
</ul>
</div><!-- header-right -->
</div><!-- headerbar -->
<div class="pageheader">
<h2><i class="fa fa-star"></i> Extras <span>Subtitle goes here...</span></h2>
<div class="breadcrumb-wrapper">
<span class="label">You are here:</span>
<ol class="breadcrumb">
<li><a href="index.html">Bracket</a></li>
<li><a href="buttons.html">UI Elements</a></li>
<li class="active">Extras</li>
</ol>
</div>
</div>
<div class="contentpanel">
<div class="row">
<div class="col-md-6">
<div class="panel panel-default">
<div class="panel-heading">
<div class="panel-btns">
<a href="#" class="panel-close">&times;</a>
<a href="#" class="minimize">&minus;</a>
</div><!-- panel-btns -->
<h4 class="panel-title">Pagination</h4>
<p>Provide pagination links for your site or app with the multi-page pagination component.</p>
</div><!-- panel-heading -->
<div class="panel-body">
<h5 class="subtitle mb5">Default Pagination</h5>
<p>Simple pagination inspired by Rdio, great for apps and search results.</p>
<ul class="pagination">
<li class="disabled"><a href="#"><i class="fa fa-angle-left"></i></a></li>
<li><a href="#">1</a></li>
<li class="active"><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">4</a></li>
<li><a href="#">5</a></li>
<li><a href="#"><i class="fa fa-angle-right"></i></a></li>
</ul>
<div class="mb5"></div>
<h5 class="subtitle mb5">Split Pagination</h5>
<p>Links are split to each other by adding a class of <code>.pagination-split</code></p>
<ul class="pagination pagination-split">
<li class="disabled"><a href="#"><i class="fa fa-angle-left"></i></a></li>
<li><a href="#">1</a></li>
<li class="active"><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">4</a></li>
<li><a href="#">5</a></li>
<li><a href="#"><i class="fa fa-angle-right"></i></a></li>
</ul>
<div class="mb5"></div>
<h5 class="subtitle mb5">Sizing</h5>
<p>Add <code>.pagination-lg</code> or <code>.pagination-sm</code> for additional sizes.</p>
<ul class="pagination pagination-lg mb5">
<li class="disabled"><a href="#"><i class="fa fa-angle-left"></i></a></li>
<li><a href="#">1</a></li>
<li class="active"><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">4</a></li>
<li><a href="#">5</a></li>
<li><a href="#"><i class="fa fa-angle-right"></i></a></li>
</ul>
</div>
</div><!-- panel -->
</div><!-- col-md-6 -->
<div class="col-md-6">
<div class="panel panel-default">
<div class="panel-heading">
<div class="panel-btns">
<a href="#" class="panel-close">&times;</a>
<a href="#" class="minimize">&minus;</a>
</div><!-- panel-btns -->
<h4 class="panel-title">Pager</h4>
<p>Quick previous and next links for simple pagination implementations with light markup and styles.</p>
</div><!-- panel-heading -->
<div class="panel-body">
<h5 class="subtitle mb5">Default</h5>
<p>By default, the pager centers links.</p>
<ul class="pager">
<li><a href="#"><i class="fa fa-angle-left"></i> Previous</a></li>
<li><a href="#">Next <i class="fa fa-angle-right"></i></a></li>
</ul>
<div class="clearfix mb20"></div>
<h5 class="subtitle mb5">Aligned Links</h5>
<p>Alternatively, you can align each link to the sides:</p>
<ul class="pager">
<li class="previous"><a href="#">&larr; Older</a></li>
<li class="next"><a href="#">Newer &rarr;</a></li>
</ul>
<div class="clearfix mb20"></div>
<h5 class="subtitle mb5">Optional Disabled State</h5>
<p>Pager links also use the general <code>.disabled</code> utility class from the pagination.</p>
<ul class="pager">
<li class="previous disabled"><a href="#">&larr; Older</a></li>
<li class="next"><a href="#">Newer &rarr;</a></li>
</ul>
</div><!-- panel-body -->
</div><!-- panel -->
</div><!-- col-md-6 -->
</div><!-- row -->
<div class="row">
<div class="col-md-6">
<div class="panel panel-default">
<div class="panel-heading">
<div class="panel-btns">
<a href="#" class="panel-close">&times;</a>
<a href="#" class="minimize">&minus;</a>
</div><!-- panel-btns -->
<h4 class="panel-title">Growl Notifications</h4>
<p>Growl is a jQuery plugin designed to provide informative messages in the browser.</p>
</div><!-- panel-heading -->
<div class="panel-body">
<a href="#" class="btn btn-default mr5" id="growl1">Growl With Image</a>
<a href="#" class="btn btn-default" id="growl2">Growl Without Image</a>
<div class="mb10"></div>
<a href="#" class="btn btn-primary mr5 mb10" id="growl-primary">Primary</a>
<a href="#" class="btn btn-success mr5 mb10" id="growl-success">Success</a>
<a href="#" class="btn btn-warning mr5 mb10" id="growl-warning">Warning</a>
<a href="#" class="btn btn-danger mr5 mb10" id="growl-danger">Danger</a>
<a href="#" class="btn btn-info mb10" id="growl-info">Info</a>
</div>
</div><!-- panel -->
</div><!-- col-md-6 -->
<div class="col-md-6">
<div class="panel panel-default">
<div class="panel-heading">
<div class="panel-btns">
<a href="#" class="panel-close">&times;</a>
<a href="#" class="minimize">&minus;</a>
</div><!-- panel-btns -->
<h4 class="panel-title">Ajax Loader Images</h4>
</div><!-- panel-heading -->
<div class="panel-body">
<div class="loaders">
<img src="images/loaders/loader1.gif" alt="" />
<img src="images/loaders/loader2.gif" alt="" />
<img src="images/loaders/loader3.gif" alt="" />
<img src="images/loaders/loader4.gif" alt="" />
<img src="images/loaders/loader8.gif" alt="" />
<img src="images/loaders/loader9.gif" alt="" />
<img src="images/loaders/loader5.gif" alt="" />
<img src="images/loaders/loader6.gif" alt="" />
<img src="images/loaders/loader7.gif" alt="" />
<img src="images/loaders/loader10.gif" alt="" />
<img src="images/loaders/loader11.gif" alt="" />
<img src="images/loaders/loader12.gif" alt="" />
<img src="images/loaders/loader13.gif" alt="" />
<img src="images/loaders/loader14.gif" alt="" />
<img src="images/loaders/loader15.gif" alt="" />
<img src="images/loaders/loader16.gif" alt="" />
<img src="images/loaders/loader17.gif" alt="" />
<img src="images/loaders/loader18.gif" alt="" />
<img src="images/loaders/loader19.gif" alt="" />
<img src="images/loaders/loader20.gif" alt="" />
<img src="images/loaders/loader21.gif" alt="" />
<img src="images/loaders/loader22.gif" alt="" />
<img src="images/loaders/loader23.gif" alt="" />
<img src="images/loaders/loader24.gif" alt="" />
<img src="images/loaders/loader25.gif" alt="" />
<img src="images/loaders/loader26.gif" alt="" />
<img src="images/loaders/loader27.gif" alt="" />
<img src="images/loaders/loader28.gif" alt="" />
<img src="images/loaders/loader29.gif" alt="" />
<img src="images/loaders/loader30.gif" alt="" />
</div><!--loaders-->
</div>
</div><!-- panel -->
</div><!-- col-md-6 -->
</div>
</div><!-- contentpanel -->
</div><!-- mainpanel -->
<div class="rightpanel">
<!-- Nav tabs -->
<ul class="nav nav-tabs nav-justified">
<li class="active"><a href="#rp-alluser" data-toggle="tab"><i class="fa fa-users"></i></a></li>
<li><a href="#rp-favorites" data-toggle="tab"><i class="fa fa-heart"></i></a></li>
<li><a href="#rp-history" data-toggle="tab"><i class="fa fa-clock-o"></i></a></li>
<li><a href="#rp-settings" data-toggle="tab"><i class="fa fa-gear"></i></a></li>
</ul>
<!-- Tab panes -->
<div class="tab-content">
<div class="tab-pane active" id="rp-alluser">
<h5 class="sidebartitle">Online Users</h5>
<ul class="chatuserlist">
<li class="online">
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/userprofile.png" class="media-object">
</a>
<div class="media-body">
<strong>Eileen Sideways</strong>
<small>Los Angeles, CA</small>
</div>
</div><!-- media -->
</li>
<li class="online">
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user1.png" class="media-object">
</a>
<div class="media-body">
<span class="pull-right badge badge-danger">2</span>
<strong>Zaham Sindilmaca</strong>
<small>San Francisco, CA</small>
</div>
</div><!-- media -->
</li>
<li class="online">
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user2.png" class="media-object">
</a>
<div class="media-body">
<strong>Nusja Nawancali</strong>
<small>Bangkok, Thailand</small>
</div>
</div><!-- media -->
</li>
<li class="online">
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user3.png" class="media-object">
</a>
<div class="media-body">
<strong>Renov Leongal</strong>
<small>Cebu City, Philippines</small>
</div>
</div><!-- media -->
</li>
<li class="online">
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user4.png" class="media-object">
</a>
<div class="media-body">
<strong>Weno Carasbong</strong>
<small>Tokyo, Japan</small>
</div>
</div><!-- media -->
</li>
</ul>
<div class="mb30"></div>
<h5 class="sidebartitle">Offline Users</h5>
<ul class="chatuserlist">
<li>
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user5.png" class="media-object">
</a>
<div class="media-body">
<strong>Eileen Sideways</strong>
<small>Los Angeles, CA</small>
</div>
</div><!-- media -->
</li>
<li>
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user2.png" class="media-object">
</a>
<div class="media-body">
<strong>Zaham Sindilmaca</strong>
<small>San Francisco, CA</small>
</div>
</div><!-- media -->
</li>
<li>
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user3.png" class="media-object">
</a>
<div class="media-body">
<strong>Nusja Nawancali</strong>
<small>Bangkok, Thailand</small>
</div>
</div><!-- media -->
</li>
<li>
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user4.png" class="media-object">
</a>
<div class="media-body">
<strong>Renov Leongal</strong>
<small>Cebu City, Philippines</small>
</div>
</div><!-- media -->
</li>
<li>
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user5.png" class="media-object">
</a>
<div class="media-body">
<strong>Weno Carasbong</strong>
<small>Tokyo, Japan</small>
</div>
</div><!-- media -->
</li>
<li>
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user4.png" class="media-object">
</a>
<div class="media-body">
<strong>Renov Leongal</strong>
<small>Cebu City, Philippines</small>
</div>
</div><!-- media -->
</li>
<li>
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user5.png" class="media-object">
</a>
<div class="media-body">
<strong>Weno Carasbong</strong>
<small>Tokyo, Japan</small>
</div>
</div><!-- media -->
</li>
</ul>
</div>
<div class="tab-pane" id="rp-favorites">
<h5 class="sidebartitle">Favorites</h5>
<ul class="chatuserlist">
<li class="online">
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user2.png" class="media-object">
</a>
<div class="media-body">
<strong>Eileen Sideways</strong>
<small>Los Angeles, CA</small>
</div>
</div><!-- media -->
</li>
<li>
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user1.png" class="media-object">
</a>
<div class="media-body">
<strong>Zaham Sindilmaca</strong>
<small>San Francisco, CA</small>
</div>
</div><!-- media -->
</li>
<li>
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user3.png" class="media-object">
</a>
<div class="media-body">
<strong>Nusja Nawancali</strong>
<small>Bangkok, Thailand</small>
</div>
</div><!-- media -->
</li>
<li class="online">
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user4.png" class="media-object">
</a>
<div class="media-body">
<strong>Renov Leongal</strong>
<small>Cebu City, Philippines</small>
</div>
</div><!-- media -->
</li>
<li class="online">
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user5.png" class="media-object">
</a>
<div class="media-body">
<strong>Weno Carasbong</strong>
<small>Tokyo, Japan</small>
</div>
</div><!-- media -->
</li>
</ul>
</div>
<div class="tab-pane" id="rp-history">
<h5 class="sidebartitle">History</h5>
<ul class="chatuserlist">
<li class="online">
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user4.png" class="media-object">
</a>
<div class="media-body">
<strong>Eileen Sideways</strong>
<small>Hi hello, ctc?... would you mind if I go to your...</small>
</div>
</div><!-- media -->
</li>
<li>
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user2.png" class="media-object">
</a>
<div class="media-body">
<strong>Zaham Sindilmaca</strong>
<small>This is to inform you that your product that we...</small>
</div>
</div><!-- media -->
</li>
<li>
<div class="media">
<a href="#" class="pull-left media-thumb">
<img alt="" src="images/photos/user3.png" class="media-object">
</a>
<div class="media-body">
<strong>Nusja Nawancali</strong>
<small>Are you willing to have a long term relat...</small>
</div>
</div><!-- media -->
</li>
</ul>
</div>
<div class="tab-pane pane-settings" id="rp-settings">
<h5 class="sidebartitle mb20">Settings</h5>
<div class="form-group">
<label class="col-xs-8 control-label">Show Offline Users</label>
<div class="col-xs-4 control-label">
<div class="toggle toggle-success"></div>
</div>
</div>
<div class="form-group">
<label class="col-xs-8 control-label">Enable History</label>
<div class="col-xs-4 control-label">
<div class="toggle toggle-success"></div>
</div>
</div>
<div class="form-group">
<label class="col-xs-8 control-label">Show Full Name</label>
<div class="col-xs-4 control-label">
<div class="toggle-chat1 toggle-success"></div>
</div>
</div>
<div class="form-group">
<label class="col-xs-8 control-label">Show Location</label>
<div class="col-xs-4 control-label">
<div class="toggle toggle-success"></div>
</div>
</div>
</div><!-- tab-pane -->
</div><!-- tab-content -->
</div><!-- rightpanel -->
</section>
<script src="js/jquery-1.10.2.min.js"></script>
<script src="js/jquery-migrate-1.2.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/modernizr.min.js"></script>
<script src="js/jquery.sparkline.min.js"></script>
<script src="js/toggles.min.js"></script>
<script src="js/retina.min.js"></script>
<script src="js/jquery.cookies.js"></script>
<script src="js/jquery.gritter.min.js"></script>
<script src="js/custom.js"></script>
<script>
jQuery(document).ready(function() {
jQuery('#growl1').click(function(){
jQuery.gritter.add({
// (string | mandatory) the heading of the notification
title: 'This is a regular notice!',
// (string | mandatory) the text inside the notification
text: 'This will fade out after a certain amount of time.',
// (string | optional) the image to display on the left
image: 'images/screen.png',
// (bool | optional) if you want it to fade out on its own or just sit there
sticky: false,
// (int | optional) the time you want it to be alive for before fading out
time: ''
});
return false;
});
jQuery('#growl2').click(function(){
jQuery.gritter.add({
title: 'This is a regular notice!',
text: 'This will fade out after a certain amount of time.',
sticky: false,
time: ''
});
return false;
});
jQuery('#growl-primary').click(function(){
jQuery.gritter.add({
title: 'This is a regular notice!',
text: 'This will fade out after a certain amount of time.',
class_name: 'growl-primary',
image: 'images/screen.png',
sticky: false,
time: ''
});
return false;
});
jQuery('#growl-success').click(function(){
jQuery.gritter.add({
title: 'This is a regular notice!',
text: 'This will fade out after a certain amount of time.',
class_name: 'growl-success',
image: 'images/screen.png',
sticky: false,
time: ''
});
return false;
});
jQuery('#growl-warning').click(function(){
jQuery.gritter.add({
title: 'This is a regular notice!',
text: 'This will fade out after a certain amount of time.',
class_name: 'growl-warning',
image: 'images/screen.png',
sticky: false,
time: ''
});
return false;
});
jQuery('#growl-danger').click(function(){
jQuery.gritter.add({
title: 'This is a regular notice!',
text: 'This will fade out after a certain amount of time.',
class_name: 'growl-danger',
image: 'images/screen.png',
sticky: false,
time: ''
});
return false;
});
jQuery('#growl-info').click(function(){
jQuery.gritter.add({
title: 'This is a regular notice!',
text: 'This will fade out after a certain amount of time.',
class_name: 'growl-info',
image: 'images/screen.png',
sticky: false,
time: ''
});
return false;
});
});
</script>
</body>
</html>

Binary file not shown.

View File

@ -0,0 +1,414 @@
<?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="fontawesomeregular" horiz-adv-x="1536" >
<font-face units-per-em="1792" ascent="1536" descent="-256" />
<missing-glyph horiz-adv-x="448" />
<glyph unicode=" " horiz-adv-x="448" />
<glyph unicode="&#x09;" horiz-adv-x="448" />
<glyph unicode="&#xa0;" horiz-adv-x="448" />
<glyph unicode="&#xa8;" horiz-adv-x="1792" />
<glyph unicode="&#xa9;" horiz-adv-x="1792" />
<glyph unicode="&#xae;" horiz-adv-x="1792" />
<glyph unicode="&#xb4;" horiz-adv-x="1792" />
<glyph unicode="&#xc6;" horiz-adv-x="1792" />
<glyph unicode="&#x2000;" horiz-adv-x="768" />
<glyph unicode="&#x2001;" />
<glyph unicode="&#x2002;" horiz-adv-x="768" />
<glyph unicode="&#x2003;" />
<glyph unicode="&#x2004;" horiz-adv-x="512" />
<glyph unicode="&#x2005;" horiz-adv-x="384" />
<glyph unicode="&#x2006;" horiz-adv-x="256" />
<glyph unicode="&#x2007;" horiz-adv-x="256" />
<glyph unicode="&#x2008;" horiz-adv-x="192" />
<glyph unicode="&#x2009;" horiz-adv-x="307" />
<glyph unicode="&#x200a;" horiz-adv-x="85" />
<glyph unicode="&#x202f;" horiz-adv-x="307" />
<glyph unicode="&#x205f;" horiz-adv-x="384" />
<glyph unicode="&#x2122;" horiz-adv-x="1792" />
<glyph unicode="&#x221e;" horiz-adv-x="1792" />
<glyph unicode="&#x2260;" horiz-adv-x="1792" />
<glyph unicode="&#xe000;" horiz-adv-x="500" d="M0 0z" />
<glyph unicode="&#xf000;" horiz-adv-x="1792" d="M1699 1350q0 -35 -43 -78l-632 -632v-768h320q26 0 45 -19t19 -45t-19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45t45 19h320v768l-632 632q-43 43 -43 78q0 23 18 36.5t38 17.5t43 4h1408q23 0 43 -4t38 -17.5t18 -36.5z" />
<glyph unicode="&#xf001;" d="M1536 1312v-1120q0 -50 -34 -89t-86 -60.5t-103.5 -32t-96.5 -10.5t-96.5 10.5t-103.5 32t-86 60.5t-34 89t34 89t86 60.5t103.5 32t96.5 10.5q105 0 192 -39v537l-768 -237v-709q0 -50 -34 -89t-86 -60.5t-103.5 -32t-96.5 -10.5t-96.5 10.5t-103.5 32t-86 60.5t-34 89 t34 89t86 60.5t103.5 32t96.5 10.5q105 0 192 -39v967q0 31 19 56.5t49 35.5l832 256q12 4 28 4q40 0 68 -28t28 -68z" />
<glyph unicode="&#xf002;" horiz-adv-x="1664" d="M1152 704q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5zM1664 -128q0 -52 -38 -90t-90 -38q-54 0 -90 38l-343 342q-179 -124 -399 -124q-143 0 -273.5 55.5t-225 150t-150 225t-55.5 273.5 t55.5 273.5t150 225t225 150t273.5 55.5t273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -220 -124 -399l343 -343q37 -37 37 -90z" />
<glyph unicode="&#xf003;" horiz-adv-x="1792" d="M1664 32v768q-32 -36 -69 -66q-268 -206 -426 -338q-51 -43 -83 -67t-86.5 -48.5t-102.5 -24.5h-1h-1q-48 0 -102.5 24.5t-86.5 48.5t-83 67q-158 132 -426 338q-37 30 -69 66v-768q0 -13 9.5 -22.5t22.5 -9.5h1472q13 0 22.5 9.5t9.5 22.5zM1664 1083v11v13.5t-0.5 13 t-3 12.5t-5.5 9t-9 7.5t-14 2.5h-1472q-13 0 -22.5 -9.5t-9.5 -22.5q0 -168 147 -284q193 -152 401 -317q6 -5 35 -29.5t46 -37.5t44.5 -31.5t50.5 -27.5t43 -9h1h1q20 0 43 9t50.5 27.5t44.5 31.5t46 37.5t35 29.5q208 165 401 317q54 43 100.5 115.5t46.5 131.5z M1792 1120v-1088q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1472q66 0 113 -47t47 -113z" />
<glyph unicode="&#xf004;" horiz-adv-x="1792" d="M896 -128q-26 0 -44 18l-624 602q-10 8 -27.5 26t-55.5 65.5t-68 97.5t-53.5 121t-23.5 138q0 220 127 344t351 124q62 0 126.5 -21.5t120 -58t95.5 -68.5t76 -68q36 36 76 68t95.5 68.5t120 58t126.5 21.5q224 0 351 -124t127 -344q0 -221 -229 -450l-623 -600 q-18 -18 -44 -18z" />
<glyph unicode="&#xf005;" horiz-adv-x="1664" d="M1664 889q0 -22 -26 -48l-363 -354l86 -500q1 -7 1 -20q0 -21 -10.5 -35.5t-30.5 -14.5q-19 0 -40 12l-449 236l-449 -236q-22 -12 -40 -12q-21 0 -31.5 14.5t-10.5 35.5q0 6 2 20l86 500l-364 354q-25 27 -25 48q0 37 56 46l502 73l225 455q19 41 49 41t49 -41l225 -455 l502 -73q56 -9 56 -46z" />
<glyph unicode="&#xf006;" horiz-adv-x="1664" d="M1137 532l306 297l-422 62l-189 382l-189 -382l-422 -62l306 -297l-73 -421l378 199l377 -199zM1664 889q0 -22 -26 -48l-363 -354l86 -500q1 -7 1 -20q0 -50 -41 -50q-19 0 -40 12l-449 236l-449 -236q-22 -12 -40 -12q-21 0 -31.5 14.5t-10.5 35.5q0 6 2 20l86 500 l-364 354q-25 27 -25 48q0 37 56 46l502 73l225 455q19 41 49 41t49 -41l225 -455l502 -73q56 -9 56 -46z" />
<glyph unicode="&#xf007;" horiz-adv-x="1408" d="M1408 131q0 -120 -73 -189.5t-194 -69.5h-874q-121 0 -194 69.5t-73 189.5q0 53 3.5 103.5t14 109t26.5 108.5t43 97.5t62 81t85.5 53.5t111.5 20q9 0 42 -21.5t74.5 -48t108 -48t133.5 -21.5t133.5 21.5t108 48t74.5 48t42 21.5q61 0 111.5 -20t85.5 -53.5t62 -81 t43 -97.5t26.5 -108.5t14 -109t3.5 -103.5zM1088 1024q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5t271.5 -112.5t112.5 -271.5z" />
<glyph unicode="&#xf008;" horiz-adv-x="1920" d="M384 -64v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM384 320v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM384 704v128q0 26 -19 45t-45 19h-128 q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1408 -64v512q0 26 -19 45t-45 19h-768q-26 0 -45 -19t-19 -45v-512q0 -26 19 -45t45 -19h768q26 0 45 19t19 45zM384 1088v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45 t45 -19h128q26 0 45 19t19 45zM1792 -64v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1408 704v512q0 26 -19 45t-45 19h-768q-26 0 -45 -19t-19 -45v-512q0 -26 19 -45t45 -19h768q26 0 45 19t19 45zM1792 320v128 q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1792 704v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1792 1088v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19 t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1920 1248v-1344q0 -66 -47 -113t-113 -47h-1600q-66 0 -113 47t-47 113v1344q0 66 47 113t113 47h1600q66 0 113 -47t47 -113z" />
<glyph unicode="&#xf009;" horiz-adv-x="1664" d="M768 512v-384q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90zM768 1280v-384q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90zM1664 512v-384q0 -52 -38 -90t-90 -38 h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90zM1664 1280v-384q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90z" />
<glyph unicode="&#xf00a;" horiz-adv-x="1792" d="M512 288v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM512 800v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1152 288v-192q0 -40 -28 -68t-68 -28h-320 q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM512 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1152 800v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28 h320q40 0 68 -28t28 -68zM1792 288v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1152 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 800v-192 q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68z" />
<glyph unicode="&#xf00b;" horiz-adv-x="1792" d="M512 288v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM512 800v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 288v-192q0 -40 -28 -68t-68 -28h-960 q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h960q40 0 68 -28t28 -68zM512 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 800v-192q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v192q0 40 28 68t68 28 h960q40 0 68 -28t28 -68zM1792 1312v-192q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h960q40 0 68 -28t28 -68z" />
<glyph unicode="&#xf00c;" horiz-adv-x="1792" d="M1671 970q0 -40 -28 -68l-724 -724l-136 -136q-28 -28 -68 -28t-68 28l-136 136l-362 362q-28 28 -28 68t28 68l136 136q28 28 68 28t68 -28l294 -295l656 657q28 28 68 28t68 -28l136 -136q28 -28 28 -68z" />
<glyph unicode="&#xf00d;" horiz-adv-x="1408" d="M1298 214q0 -40 -28 -68l-136 -136q-28 -28 -68 -28t-68 28l-294 294l-294 -294q-28 -28 -68 -28t-68 28l-136 136q-28 28 -28 68t28 68l294 294l-294 294q-28 28 -28 68t28 68l136 136q28 28 68 28t68 -28l294 -294l294 294q28 28 68 28t68 -28l136 -136q28 -28 28 -68 t-28 -68l-294 -294l294 -294q28 -28 28 -68z" />
<glyph unicode="&#xf00e;" horiz-adv-x="1664" d="M1024 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-224v-224q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v224h-224q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h224v224q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5v-224h224 q13 0 22.5 -9.5t9.5 -22.5zM1152 704q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5zM1664 -128q0 -53 -37.5 -90.5t-90.5 -37.5q-54 0 -90 38l-343 342q-179 -124 -399 -124q-143 0 -273.5 55.5 t-225 150t-150 225t-55.5 273.5t55.5 273.5t150 225t225 150t273.5 55.5t273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -220 -124 -399l343 -343q37 -37 37 -90z" />
<glyph unicode="&#xf010;" horiz-adv-x="1664" d="M1024 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-576q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h576q13 0 22.5 -9.5t9.5 -22.5zM1152 704q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5z M1664 -128q0 -53 -37.5 -90.5t-90.5 -37.5q-54 0 -90 38l-343 342q-179 -124 -399 -124q-143 0 -273.5 55.5t-225 150t-150 225t-55.5 273.5t55.5 273.5t150 225t225 150t273.5 55.5t273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -220 -124 -399l343 -343q37 -37 37 -90z " />
<glyph unicode="&#xf011;" d="M1536 640q0 -156 -61 -298t-164 -245t-245 -164t-298 -61t-298 61t-245 164t-164 245t-61 298q0 182 80.5 343t226.5 270q43 32 95.5 25t83.5 -50q32 -42 24.5 -94.5t-49.5 -84.5q-98 -74 -151.5 -181t-53.5 -228q0 -104 40.5 -198.5t109.5 -163.5t163.5 -109.5 t198.5 -40.5t198.5 40.5t163.5 109.5t109.5 163.5t40.5 198.5q0 121 -53.5 228t-151.5 181q-42 32 -49.5 84.5t24.5 94.5q31 43 84 50t95 -25q146 -109 226.5 -270t80.5 -343zM896 1408v-640q0 -52 -38 -90t-90 -38t-90 38t-38 90v640q0 52 38 90t90 38t90 -38t38 -90z" />
<glyph unicode="&#xf012;" horiz-adv-x="1792" d="M256 96v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM640 224v-320q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v320q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1024 480v-576q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23 v576q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1408 864v-960q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v960q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1792 1376v-1472q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v1472q0 14 9 23t23 9h192q14 0 23 -9t9 -23z" />
<glyph unicode="&#xf013;" d="M1024 640q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1536 749v-222q0 -12 -8 -23t-20 -13l-185 -28q-19 -54 -39 -91q35 -50 107 -138q10 -12 10 -25t-9 -23q-27 -37 -99 -108t-94 -71q-12 0 -26 9l-138 108q-44 -23 -91 -38 q-16 -136 -29 -186q-7 -28 -36 -28h-222q-14 0 -24.5 8.5t-11.5 21.5l-28 184q-49 16 -90 37l-141 -107q-10 -9 -25 -9q-14 0 -25 11q-126 114 -165 168q-7 10 -7 23q0 12 8 23q15 21 51 66.5t54 70.5q-27 50 -41 99l-183 27q-13 2 -21 12.5t-8 23.5v222q0 12 8 23t19 13 l186 28q14 46 39 92q-40 57 -107 138q-10 12 -10 24q0 10 9 23q26 36 98.5 107.5t94.5 71.5q13 0 26 -10l138 -107q44 23 91 38q16 136 29 186q7 28 36 28h222q14 0 24.5 -8.5t11.5 -21.5l28 -184q49 -16 90 -37l142 107q9 9 24 9q13 0 25 -10q129 -119 165 -170q7 -8 7 -22 q0 -12 -8 -23q-15 -21 -51 -66.5t-54 -70.5q26 -50 41 -98l183 -28q13 -2 21 -12.5t8 -23.5z" />
<glyph unicode="&#xf014;" horiz-adv-x="1408" d="M512 800v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM768 800v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1024 800v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576 q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1152 76v948h-896v-948q0 -22 7 -40.5t14.5 -27t10.5 -8.5h832q3 0 10.5 8.5t14.5 27t7 40.5zM480 1152h448l-48 117q-7 9 -17 11h-317q-10 -2 -17 -11zM1408 1120v-64q0 -14 -9 -23t-23 -9h-96v-948q0 -83 -47 -143.5t-113 -60.5h-832 q-66 0 -113 58.5t-47 141.5v952h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h309l70 167q15 37 54 63t79 26h320q40 0 79 -26t54 -63l70 -167h309q14 0 23 -9t9 -23z" />
<glyph unicode="&#xf015;" horiz-adv-x="1664" d="M1408 544v-480q0 -26 -19 -45t-45 -19h-384v384h-256v-384h-384q-26 0 -45 19t-19 45v480q0 1 0.5 3t0.5 3l575 474l575 -474q1 -2 1 -6zM1631 613l-62 -74q-8 -9 -21 -11h-3q-13 0 -21 7l-692 577l-692 -577q-12 -8 -24 -7q-13 2 -21 11l-62 74q-8 10 -7 23.5t11 21.5 l719 599q32 26 76 26t76 -26l244 -204v195q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-408l219 -182q10 -8 11 -21.5t-7 -23.5z" />
<glyph unicode="&#xf016;" horiz-adv-x="1280" d="M128 0h1024v768h-416q-40 0 -68 28t-28 68v416h-512v-1280zM768 896h376q-10 29 -22 41l-313 313q-12 12 -41 22v-376zM1280 864v-896q0 -40 -28 -68t-68 -28h-1088q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h640q40 0 88 -20t76 -48l312 -312q28 -28 48 -76t20 -88z " />
<glyph unicode="&#xf017;" d="M896 992v-448q0 -14 -9 -23t-23 -9h-320q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h224v352q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640 q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
<glyph unicode="&#xf018;" horiz-adv-x="1920" d="M1111 540v4l-24 320q-1 13 -11 22.5t-23 9.5h-186q-13 0 -23 -9.5t-11 -22.5l-24 -320v-4q-1 -12 8 -20t21 -8h244q12 0 21 8t8 20zM1870 73q0 -73 -46 -73h-704q13 0 22 9.5t8 22.5l-20 256q-1 13 -11 22.5t-23 9.5h-272q-13 0 -23 -9.5t-11 -22.5l-20 -256 q-1 -13 8 -22.5t22 -9.5h-704q-46 0 -46 73q0 54 26 116l417 1044q8 19 26 33t38 14h339q-13 0 -23 -9.5t-11 -22.5l-15 -192q-1 -14 8 -23t22 -9h166q13 0 22 9t8 23l-15 192q-1 13 -11 22.5t-23 9.5h339q20 0 38 -14t26 -33l417 -1044q26 -62 26 -116z" />
<glyph unicode="&#xf019;" horiz-adv-x="1664" d="M1280 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1536 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 416v-320q0 -40 -28 -68t-68 -28h-1472q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h465l135 -136 q58 -56 136 -56t136 56l136 136h464q40 0 68 -28t28 -68zM1339 985q17 -41 -14 -70l-448 -448q-18 -19 -45 -19t-45 19l-448 448q-31 29 -14 70q17 39 59 39h256v448q0 26 19 45t45 19h256q26 0 45 -19t19 -45v-448h256q42 0 59 -39z" />
<glyph unicode="&#xf01a;" d="M1120 608q0 -12 -10 -24l-319 -319q-11 -9 -23 -9t-23 9l-320 320q-15 16 -7 35q8 20 30 20h192v352q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-352h192q14 0 23 -9t9 -23zM768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273 t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
<glyph unicode="&#xf01b;" d="M1118 660q-8 -20 -30 -20h-192v-352q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v352h-192q-14 0 -23 9t-9 23q0 12 10 24l319 319q11 9 23 9t23 -9l320 -320q15 -16 7 -35zM768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198 t73 273t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
<glyph unicode="&#xf01c;" d="M1023 576h316q-1 3 -2.5 8t-2.5 8l-212 496h-708l-212 -496q-1 -2 -2.5 -8t-2.5 -8h316l95 -192h320zM1536 546v-482q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v482q0 62 25 123l238 552q10 25 36.5 42t52.5 17h832q26 0 52.5 -17t36.5 -42l238 -552 q25 -61 25 -123z" />
<glyph unicode="&#xf01d;" d="M1184 640q0 -37 -32 -55l-544 -320q-15 -9 -32 -9q-16 0 -32 8q-32 19 -32 56v640q0 37 32 56q33 18 64 -1l544 -320q32 -18 32 -55zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640 q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
<glyph unicode="&#xf01e;" d="M1536 1280v-448q0 -26 -19 -45t-45 -19h-448q-42 0 -59 40q-17 39 14 69l138 138q-148 137 -349 137q-104 0 -198.5 -40.5t-163.5 -109.5t-109.5 -163.5t-40.5 -198.5t40.5 -198.5t109.5 -163.5t163.5 -109.5t198.5 -40.5q119 0 225 52t179 147q7 10 23 12q14 0 25 -9 l137 -138q9 -8 9.5 -20.5t-7.5 -22.5q-109 -132 -264 -204.5t-327 -72.5q-156 0 -298 61t-245 164t-164 245t-61 298t61 298t164 245t245 164t298 61q147 0 284.5 -55.5t244.5 -156.5l130 129q29 31 70 14q39 -17 39 -59z" />
<glyph unicode="&#xf021;" d="M1511 480q0 -5 -1 -7q-64 -268 -268 -434.5t-478 -166.5q-146 0 -282.5 55t-243.5 157l-129 -129q-19 -19 -45 -19t-45 19t-19 45v448q0 26 19 45t45 19h448q26 0 45 -19t19 -45t-19 -45l-137 -137q71 -66 161 -102t187 -36q134 0 250 65t186 179q11 17 53 117 q8 23 30 23h192q13 0 22.5 -9.5t9.5 -22.5zM1536 1280v-448q0 -26 -19 -45t-45 -19h-448q-26 0 -45 19t-19 45t19 45l138 138q-148 137 -349 137q-134 0 -250 -65t-186 -179q-11 -17 -53 -117q-8 -23 -30 -23h-199q-13 0 -22.5 9.5t-9.5 22.5v7q65 268 270 434.5t480 166.5 q146 0 284 -55.5t245 -156.5l130 129q19 19 45 19t45 -19t19 -45z" />
<glyph unicode="&#xf022;" horiz-adv-x="1792" d="M384 352v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 608v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M384 864v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1536 352v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h960q13 0 22.5 -9.5t9.5 -22.5z M1536 608v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h960q13 0 22.5 -9.5t9.5 -22.5zM1536 864v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h960q13 0 22.5 -9.5 t9.5 -22.5zM1664 160v832q0 13 -9.5 22.5t-22.5 9.5h-1472q-13 0 -22.5 -9.5t-9.5 -22.5v-832q0 -13 9.5 -22.5t22.5 -9.5h1472q13 0 22.5 9.5t9.5 22.5zM1792 1248v-1088q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1472q66 0 113 -47 t47 -113z" />
<glyph unicode="&#xf023;" horiz-adv-x="1152" d="M320 768h512v192q0 106 -75 181t-181 75t-181 -75t-75 -181v-192zM1152 672v-576q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v576q0 40 28 68t68 28h32v192q0 184 132 316t316 132t316 -132t132 -316v-192h32q40 0 68 -28t28 -68z" />
<glyph unicode="&#xf024;" horiz-adv-x="1792" d="M320 1280q0 -72 -64 -110v-1266q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v1266q-64 38 -64 110q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1792 1216v-763q0 -25 -12.5 -38.5t-39.5 -27.5q-215 -116 -369 -116q-61 0 -123.5 22t-108.5 48 t-115.5 48t-142.5 22q-192 0 -464 -146q-17 -9 -33 -9q-26 0 -45 19t-19 45v742q0 32 31 55q21 14 79 43q236 120 421 120q107 0 200 -29t219 -88q38 -19 88 -19q54 0 117.5 21t110 47t88 47t54.5 21q26 0 45 -19t19 -45z" />
<glyph unicode="&#xf025;" horiz-adv-x="1664" d="M1664 650q0 -166 -60 -314l-20 -49l-185 -33q-22 -83 -90.5 -136.5t-156.5 -53.5v-32q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-32q71 0 130 -35.5t93 -95.5l68 12q29 95 29 193q0 148 -88 279t-236.5 209t-315.5 78 t-315.5 -78t-236.5 -209t-88 -279q0 -98 29 -193l68 -12q34 60 93 95.5t130 35.5v32q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v32q-88 0 -156.5 53.5t-90.5 136.5l-185 33l-20 49q-60 148 -60 314q0 151 67 291t179 242.5 t266 163.5t320 61t320 -61t266 -163.5t179 -242.5t67 -291z" />
<glyph unicode="&#xf026;" horiz-adv-x="768" d="M768 1184v-1088q0 -26 -19 -45t-45 -19t-45 19l-333 333h-262q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h262l333 333q19 19 45 19t45 -19t19 -45z" />
<glyph unicode="&#xf027;" horiz-adv-x="1152" d="M768 1184v-1088q0 -26 -19 -45t-45 -19t-45 19l-333 333h-262q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h262l333 333q19 19 45 19t45 -19t19 -45zM1152 640q0 -76 -42.5 -141.5t-112.5 -93.5q-10 -5 -25 -5q-26 0 -45 18.5t-19 45.5q0 21 12 35.5t29 25t34 23t29 35.5 t12 57t-12 57t-29 35.5t-34 23t-29 25t-12 35.5q0 27 19 45.5t45 18.5q15 0 25 -5q70 -27 112.5 -93t42.5 -142z" />
<glyph unicode="&#xf028;" horiz-adv-x="1664" d="M768 1184v-1088q0 -26 -19 -45t-45 -19t-45 19l-333 333h-262q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h262l333 333q19 19 45 19t45 -19t19 -45zM1152 640q0 -76 -42.5 -141.5t-112.5 -93.5q-10 -5 -25 -5q-26 0 -45 18.5t-19 45.5q0 21 12 35.5t29 25t34 23t29 35.5 t12 57t-12 57t-29 35.5t-34 23t-29 25t-12 35.5q0 27 19 45.5t45 18.5q15 0 25 -5q70 -27 112.5 -93t42.5 -142zM1408 640q0 -153 -85 -282.5t-225 -188.5q-13 -5 -25 -5q-27 0 -46 19t-19 45q0 39 39 59q56 29 76 44q74 54 115.5 135.5t41.5 173.5t-41.5 173.5 t-115.5 135.5q-20 15 -76 44q-39 20 -39 59q0 26 19 45t45 19q13 0 26 -5q140 -59 225 -188.5t85 -282.5zM1664 640q0 -230 -127 -422.5t-338 -283.5q-13 -5 -26 -5q-26 0 -45 19t-19 45q0 36 39 59q7 4 22.5 10.5t22.5 10.5q46 25 82 51q123 91 192 227t69 289t-69 289 t-192 227q-36 26 -82 51q-7 4 -22.5 10.5t-22.5 10.5q-39 23 -39 59q0 26 19 45t45 19q13 0 26 -5q211 -91 338 -283.5t127 -422.5z" />
<glyph unicode="&#xf029;" horiz-adv-x="1408" d="M384 384v-128h-128v128h128zM384 1152v-128h-128v128h128zM1152 1152v-128h-128v128h128zM128 129h384v383h-384v-383zM128 896h384v384h-384v-384zM896 896h384v384h-384v-384zM640 640v-640h-640v640h640zM1152 128v-128h-128v128h128zM1408 128v-128h-128v128h128z M1408 640v-384h-384v128h-128v-384h-128v640h384v-128h128v128h128zM640 1408v-640h-640v640h640zM1408 1408v-640h-640v640h640z" />
<glyph unicode="&#xf02a;" horiz-adv-x="1792" d="M63 0h-63v1408h63v-1408zM126 1h-32v1407h32v-1407zM220 1h-31v1407h31v-1407zM377 1h-31v1407h31v-1407zM534 1h-62v1407h62v-1407zM660 1h-31v1407h31v-1407zM723 1h-31v1407h31v-1407zM786 1h-31v1407h31v-1407zM943 1h-63v1407h63v-1407zM1100 1h-63v1407h63v-1407z M1226 1h-63v1407h63v-1407zM1352 1h-63v1407h63v-1407zM1446 1h-63v1407h63v-1407zM1635 1h-94v1407h94v-1407zM1698 1h-32v1407h32v-1407zM1792 0h-63v1408h63v-1408z" />
<glyph unicode="&#xf02b;" d="M448 1088q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1515 512q0 -53 -37 -90l-491 -492q-39 -37 -91 -37q-53 0 -90 37l-715 716q-38 37 -64.5 101t-26.5 117v416q0 52 38 90t90 38h416q53 0 117 -26.5t102 -64.5 l715 -714q37 -39 37 -91z" />
<glyph unicode="&#xf02c;" horiz-adv-x="1920" d="M448 1088q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1515 512q0 -53 -37 -90l-491 -492q-39 -37 -91 -37q-53 0 -90 37l-715 716q-38 37 -64.5 101t-26.5 117v416q0 52 38 90t90 38h416q53 0 117 -26.5t102 -64.5 l715 -714q37 -39 37 -91zM1899 512q0 -53 -37 -90l-491 -492q-39 -37 -91 -37q-36 0 -59 14t-53 45l470 470q37 37 37 90q0 52 -37 91l-715 714q-38 38 -102 64.5t-117 26.5h224q53 0 117 -26.5t102 -64.5l715 -714q37 -39 37 -91z" />
<glyph unicode="&#xf02d;" horiz-adv-x="1664" d="M1639 1058q40 -57 18 -129l-275 -906q-19 -64 -76.5 -107.5t-122.5 -43.5h-923q-77 0 -148.5 53.5t-99.5 131.5q-24 67 -2 127q0 4 3 27t4 37q1 8 -3 21.5t-3 19.5q2 11 8 21t16.5 23.5t16.5 23.5q23 38 45 91.5t30 91.5q3 10 0.5 30t-0.5 28q3 11 17 28t17 23 q21 36 42 92t25 90q1 9 -2.5 32t0.5 28q4 13 22 30.5t22 22.5q19 26 42.5 84.5t27.5 96.5q1 8 -3 25.5t-2 26.5q2 8 9 18t18 23t17 21q8 12 16.5 30.5t15 35t16 36t19.5 32t26.5 23.5t36 11.5t47.5 -5.5l-1 -3q38 9 51 9h761q74 0 114 -56t18 -130l-274 -906 q-36 -119 -71.5 -153.5t-128.5 -34.5h-869q-27 0 -38 -15q-11 -16 -1 -43q24 -70 144 -70h923q29 0 56 15.5t35 41.5l300 987q7 22 5 57q38 -15 59 -43zM575 1056q-4 -13 2 -22.5t20 -9.5h608q13 0 25.5 9.5t16.5 22.5l21 64q4 13 -2 22.5t-20 9.5h-608q-13 0 -25.5 -9.5 t-16.5 -22.5zM492 800q-4 -13 2 -22.5t20 -9.5h608q13 0 25.5 9.5t16.5 22.5l21 64q4 13 -2 22.5t-20 9.5h-608q-13 0 -25.5 -9.5t-16.5 -22.5z" />
<glyph unicode="&#xf02e;" horiz-adv-x="1280" d="M1164 1408q23 0 44 -9q33 -13 52.5 -41t19.5 -62v-1289q0 -34 -19.5 -62t-52.5 -41q-19 -8 -44 -8q-48 0 -83 32l-441 424l-441 -424q-36 -33 -83 -33q-23 0 -44 9q-33 13 -52.5 41t-19.5 62v1289q0 34 19.5 62t52.5 41q21 9 44 9h1048z" />
<glyph unicode="&#xf02f;" horiz-adv-x="1664" d="M384 0h896v256h-896v-256zM384 640h896v384h-160q-40 0 -68 28t-28 68v160h-640v-640zM1536 576q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 576v-416q0 -13 -9.5 -22.5t-22.5 -9.5h-224v-160q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68 v160h-224q-13 0 -22.5 9.5t-9.5 22.5v416q0 79 56.5 135.5t135.5 56.5h64v544q0 40 28 68t68 28h672q40 0 88 -20t76 -48l152 -152q28 -28 48 -76t20 -88v-256h64q79 0 135.5 -56.5t56.5 -135.5z" />
<glyph unicode="&#xf030;" horiz-adv-x="1920" d="M960 864q119 0 203.5 -84.5t84.5 -203.5t-84.5 -203.5t-203.5 -84.5t-203.5 84.5t-84.5 203.5t84.5 203.5t203.5 84.5zM1664 1280q106 0 181 -75t75 -181v-896q0 -106 -75 -181t-181 -75h-1408q-106 0 -181 75t-75 181v896q0 106 75 181t181 75h224l51 136 q19 49 69.5 84.5t103.5 35.5h512q53 0 103.5 -35.5t69.5 -84.5l51 -136h224zM960 128q185 0 316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
<glyph unicode="&#xf031;" horiz-adv-x="1664" d="M725 977l-170 -450q73 -1 153.5 -2t119 -1.5t52.5 -0.5l29 2q-32 95 -92 241q-53 132 -92 211zM21 -128h-21l2 79q22 7 80 18q89 16 110 31q20 16 48 68l237 616l280 724h75h53l11 -21l205 -480q103 -242 124 -297q39 -102 96 -235q26 -58 65 -164q24 -67 65 -149 q22 -49 35 -57q22 -19 69 -23q47 -6 103 -27q6 -39 6 -57q0 -14 -1 -26q-80 0 -192 8q-93 8 -189 8q-79 0 -135 -2l-200 -11l-58 -2q0 45 4 78l131 28q56 13 68 23q12 12 12 27t-6 32l-47 114l-92 228l-450 2q-29 -65 -104 -274q-23 -64 -23 -84q0 -31 17 -43 q26 -21 103 -32q3 0 13.5 -2t30 -5t40.5 -6q1 -28 1 -58q0 -17 -2 -27q-66 0 -349 20l-48 -8q-81 -14 -167 -14z" />
<glyph unicode="&#xf032;" horiz-adv-x="1408" d="M555 15q76 -32 140 -32q131 0 216 41t122 113q38 70 38 181q0 114 -41 180q-58 94 -141 126q-80 32 -247 32q-74 0 -101 -10v-144l-1 -173l3 -270q0 -15 12 -44zM541 761q43 -7 109 -7q175 0 264 65t89 224q0 112 -85 187q-84 75 -255 75q-52 0 -130 -13q0 -44 2 -77 q7 -122 6 -279l-1 -98q0 -43 1 -77zM0 -128l2 94q45 9 68 12q77 12 123 31q17 27 21 51q9 66 9 194l-2 497q-5 256 -9 404q-1 87 -11 109q-1 4 -12 12q-18 12 -69 15q-30 2 -114 13l-4 83l260 6l380 13l45 1q5 0 14 0.5t14 0.5q1 0 21.5 -0.5t40.5 -0.5h74q88 0 191 -27 q43 -13 96 -39q57 -29 102 -76q44 -47 65 -104t21 -122q0 -70 -32 -128t-95 -105q-26 -20 -150 -77q177 -41 267 -146q92 -106 92 -236q0 -76 -29 -161q-21 -62 -71 -117q-66 -72 -140 -108q-73 -36 -203 -60q-82 -15 -198 -11l-197 4q-84 2 -298 -11q-33 -3 -272 -11z" />
<glyph unicode="&#xf033;" horiz-adv-x="1024" d="M0 -126l17 85q4 1 77 20q76 19 116 39q29 37 41 101l27 139l56 268l12 64q8 44 17 84.5t16 67t12.5 46.5t9 30.5t3.5 11.5l29 157l16 63l22 135l8 50v38q-41 22 -144 28q-28 2 -38 4l19 103l317 -14q39 -2 73 -2q66 0 214 9q33 2 68 4.5t36 2.5q-2 -19 -6 -38 q-7 -29 -13 -51q-55 -19 -109 -31q-64 -16 -101 -31q-12 -31 -24 -88q-9 -44 -13 -82q-44 -199 -66 -306l-61 -311l-38 -158l-43 -235l-12 -45q-2 -7 1 -27q64 -15 119 -21q36 -5 66 -10q-1 -29 -7 -58q-7 -31 -9 -41q-18 0 -23 -1q-24 -2 -42 -2q-9 0 -28 3q-19 4 -145 17 l-198 2q-41 1 -174 -11q-74 -7 -98 -9z" />
<glyph unicode="&#xf034;" horiz-adv-x="1792" d="M81 1407l54 -27q20 -5 211 -5h130l19 3l115 1l215 -1h293l34 -2q14 -1 28 7t21 16l7 8l42 1q15 0 28 -1v-104.5t1 -131.5l1 -100l-1 -58q0 -32 -4 -51q-39 -15 -68 -18q-25 43 -54 128q-8 24 -15.5 62.5t-11.5 65.5t-6 29q-13 15 -27 19q-7 2 -42.5 2t-103.5 -1t-111 -1 q-34 0 -67 -5q-10 -97 -8 -136l1 -152v-332l3 -359l-1 -147q-1 -46 11 -85q49 -25 89 -32q2 0 18 -5t44 -13t43 -12q30 -8 50 -18q5 -45 5 -50q0 -10 -3 -29q-14 -1 -34 -1q-110 0 -187 10q-72 8 -238 8q-88 0 -233 -14q-48 -4 -70 -4q-2 22 -2 26l-1 26v9q21 33 79 49 q139 38 159 50q9 21 12 56q8 192 6 433l-5 428q-1 62 -0.5 118.5t0.5 102.5t-2 57t-6 15q-6 5 -14 6q-38 6 -148 6q-43 0 -100 -13.5t-73 -24.5q-13 -9 -22 -33t-22 -75t-24 -84q-6 -19 -19.5 -32t-20.5 -13q-44 27 -56 44v297v86zM1744 128q33 0 42 -18.5t-11 -44.5 l-126 -162q-20 -26 -49 -26t-49 26l-126 162q-20 26 -11 44.5t42 18.5h80v1024h-80q-33 0 -42 18.5t11 44.5l126 162q20 26 49 26t49 -26l126 -162q20 -26 11 -44.5t-42 -18.5h-80v-1024h80z" />
<glyph unicode="&#xf035;" d="M81 1407l54 -27q20 -5 211 -5h130l19 3l115 1l446 -1h318l34 -2q14 -1 28 7t21 16l7 8l42 1q15 0 28 -1v-104.5t1 -131.5l1 -100l-1 -58q0 -32 -4 -51q-39 -15 -68 -18q-25 43 -54 128q-8 24 -15.5 62.5t-11.5 65.5t-6 29q-13 15 -27 19q-7 2 -58.5 2t-138.5 -1t-128 -1 q-94 0 -127 -5q-10 -97 -8 -136l1 -152v52l3 -359l-1 -147q-1 -46 11 -85q49 -25 89 -32q2 0 18 -5t44 -13t43 -12q30 -8 50 -18q5 -45 5 -50q0 -10 -3 -29q-14 -1 -34 -1q-110 0 -187 10q-72 8 -238 8q-82 0 -233 -13q-45 -5 -70 -5q-2 22 -2 26l-1 26v9q21 33 79 49 q139 38 159 50q9 21 12 56q6 137 6 433l-5 44q0 265 -2 278q-2 11 -6 15q-6 5 -14 6q-38 6 -148 6q-50 0 -168.5 -14t-132.5 -24q-13 -9 -22 -33t-22 -75t-24 -84q-6 -19 -19.5 -32t-20.5 -13q-44 27 -56 44v297v86zM1505 113q26 -20 26 -49t-26 -49l-162 -126 q-26 -20 -44.5 -11t-18.5 42v80h-1024v-80q0 -33 -18.5 -42t-44.5 11l-162 126q-26 20 -26 49t26 49l162 126q26 20 44.5 11t18.5 -42v-80h1024v80q0 33 18.5 42t44.5 -11z" />
<glyph unicode="&#xf036;" horiz-adv-x="1792" d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1408 576v-128q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1280q26 0 45 -19t19 -45zM1664 960v-128q0 -26 -19 -45 t-45 -19h-1536q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1536q26 0 45 -19t19 -45zM1280 1344v-128q0 -26 -19 -45t-45 -19h-1152q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1152q26 0 45 -19t19 -45z" />
<glyph unicode="&#xf037;" horiz-adv-x="1792" d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1408 576v-128q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h896q26 0 45 -19t19 -45zM1664 960v-128q0 -26 -19 -45t-45 -19 h-1408q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1408q26 0 45 -19t19 -45zM1280 1344v-128q0 -26 -19 -45t-45 -19h-640q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h640q26 0 45 -19t19 -45z" />
<glyph unicode="&#xf038;" horiz-adv-x="1792" d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 576v-128q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1280q26 0 45 -19t19 -45zM1792 960v-128q0 -26 -19 -45 t-45 -19h-1536q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1536q26 0 45 -19t19 -45zM1792 1344v-128q0 -26 -19 -45t-45 -19h-1152q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1152q26 0 45 -19t19 -45z" />
<glyph unicode="&#xf039;" horiz-adv-x="1792" d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 576v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 960v-128q0 -26 -19 -45 t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 1344v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45z" />
<glyph unicode="&#xf03a;" horiz-adv-x="1792" d="M256 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5t9.5 -22.5zM256 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5 t9.5 -22.5zM256 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5t9.5 -22.5zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1344 q13 0 22.5 -9.5t9.5 -22.5zM256 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5t9.5 -22.5zM1792 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5 t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5zM1792 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5zM1792 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192 q0 13 9.5 22.5t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5z" />
<glyph unicode="&#xf03b;" horiz-adv-x="1792" d="M384 992v-576q0 -13 -9.5 -22.5t-22.5 -9.5q-14 0 -23 9l-288 288q-9 9 -9 23t9 23l288 288q9 9 23 9q13 0 22.5 -9.5t9.5 -22.5zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5 t9.5 -22.5zM1792 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088q13 0 22.5 -9.5t9.5 -22.5zM1792 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088 q13 0 22.5 -9.5t9.5 -22.5zM1792 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5t9.5 -22.5z" />
<glyph unicode="&#xf03c;" horiz-adv-x="1792" d="M352 704q0 -14 -9 -23l-288 -288q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5v576q0 13 9.5 22.5t22.5 9.5q14 0 23 -9l288 -288q9 -9 9 -23zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5 t9.5 -22.5zM1792 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088q13 0 22.5 -9.5t9.5 -22.5zM1792 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088 q13 0 22.5 -9.5t9.5 -22.5zM1792 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5t9.5 -22.5z" />
<glyph unicode="&#xf03d;" horiz-adv-x="1792" d="M1792 1184v-1088q0 -42 -39 -59q-13 -5 -25 -5q-27 0 -45 19l-403 403v-166q0 -119 -84.5 -203.5t-203.5 -84.5h-704q-119 0 -203.5 84.5t-84.5 203.5v704q0 119 84.5 203.5t203.5 84.5h704q119 0 203.5 -84.5t84.5 -203.5v-165l403 402q18 19 45 19q12 0 25 -5 q39 -17 39 -59z" />
<glyph unicode="&#xf03e;" horiz-adv-x="1920" d="M640 960q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1664 576v-448h-1408v192l320 320l160 -160l512 512zM1760 1280h-1600q-13 0 -22.5 -9.5t-9.5 -22.5v-1216q0 -13 9.5 -22.5t22.5 -9.5h1600q13 0 22.5 9.5t9.5 22.5v1216 q0 13 -9.5 22.5t-22.5 9.5zM1920 1248v-1216q0 -66 -47 -113t-113 -47h-1600q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1600q66 0 113 -47t47 -113z" />
<glyph unicode="&#xf040;" d="M363 0l91 91l-235 235l-91 -91v-107h128v-128h107zM886 928q0 22 -22 22q-10 0 -17 -7l-542 -542q-7 -7 -7 -17q0 -22 22 -22q10 0 17 7l542 542q7 7 7 17zM832 1120l416 -416l-832 -832h-416v416zM1515 1024q0 -53 -37 -90l-166 -166l-416 416l166 165q36 38 90 38 q53 0 91 -38l235 -234q37 -39 37 -91z" />
<glyph unicode="&#xf041;" horiz-adv-x="1024" d="M768 896q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1024 896q0 -109 -33 -179l-364 -774q-16 -33 -47.5 -52t-67.5 -19t-67.5 19t-46.5 52l-365 774q-33 70 -33 179q0 212 150 362t362 150t362 -150t150 -362z" />
<glyph unicode="&#xf042;" d="M768 96v1088q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
<glyph unicode="&#xf043;" horiz-adv-x="1024" d="M512 384q0 36 -20 69q-1 1 -15.5 22.5t-25.5 38t-25 44t-21 50.5q-4 16 -21 16t-21 -16q-7 -23 -21 -50.5t-25 -44t-25.5 -38t-15.5 -22.5q-20 -33 -20 -69q0 -53 37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1024 512q0 -212 -150 -362t-362 -150t-362 150t-150 362 q0 145 81 275q6 9 62.5 90.5t101 151t99.5 178t83 201.5q9 30 34 47t51 17t51.5 -17t33.5 -47q28 -93 83 -201.5t99.5 -178t101 -151t62.5 -90.5q81 -127 81 -275z" />
<glyph unicode="&#xf044;" horiz-adv-x="1792" d="M888 352l116 116l-152 152l-116 -116v-56h96v-96h56zM1328 1072q-16 16 -33 -1l-350 -350q-17 -17 -1 -33t33 1l350 350q17 17 1 33zM1408 478v-190q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832 q63 0 117 -25q15 -7 18 -23q3 -17 -9 -29l-49 -49q-14 -14 -32 -8q-23 6 -45 6h-832q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v126q0 13 9 22l64 64q15 15 35 7t20 -29zM1312 1216l288 -288l-672 -672h-288v288zM1756 1084l-92 -92 l-288 288l92 92q28 28 68 28t68 -28l152 -152q28 -28 28 -68t-28 -68z" />
<glyph unicode="&#xf045;" horiz-adv-x="1664" d="M1408 547v-259q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h255v0q13 0 22.5 -9.5t9.5 -22.5q0 -27 -26 -32q-77 -26 -133 -60q-10 -4 -16 -4h-112q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832 q66 0 113 47t47 113v214q0 19 18 29q28 13 54 37q16 16 35 8q21 -9 21 -29zM1645 1043l-384 -384q-18 -19 -45 -19q-12 0 -25 5q-39 17 -39 59v192h-160q-323 0 -438 -131q-119 -137 -74 -473q3 -23 -20 -34q-8 -2 -12 -2q-16 0 -26 13q-10 14 -21 31t-39.5 68.5t-49.5 99.5 t-38.5 114t-17.5 122q0 49 3.5 91t14 90t28 88t47 81.5t68.5 74t94.5 61.5t124.5 48.5t159.5 30.5t196.5 11h160v192q0 42 39 59q13 5 25 5q26 0 45 -19l384 -384q19 -19 19 -45t-19 -45z" />
<glyph unicode="&#xf046;" horiz-adv-x="1664" d="M1408 606v-318q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832q63 0 117 -25q15 -7 18 -23q3 -17 -9 -29l-49 -49q-10 -10 -23 -10q-3 0 -9 2q-23 6 -45 6h-832q-66 0 -113 -47t-47 -113v-832 q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v254q0 13 9 22l64 64q10 10 23 10q6 0 12 -3q20 -8 20 -29zM1639 1095l-814 -814q-24 -24 -57 -24t-57 24l-430 430q-24 24 -24 57t24 57l110 110q24 24 57 24t57 -24l263 -263l647 647q24 24 57 24t57 -24l110 -110 q24 -24 24 -57t-24 -57z" />
<glyph unicode="&#xf047;" horiz-adv-x="1792" d="M1792 640q0 -26 -19 -45l-256 -256q-19 -19 -45 -19t-45 19t-19 45v128h-384v-384h128q26 0 45 -19t19 -45t-19 -45l-256 -256q-19 -19 -45 -19t-45 19l-256 256q-19 19 -19 45t19 45t45 19h128v384h-384v-128q0 -26 -19 -45t-45 -19t-45 19l-256 256q-19 19 -19 45 t19 45l256 256q19 19 45 19t45 -19t19 -45v-128h384v384h-128q-26 0 -45 19t-19 45t19 45l256 256q19 19 45 19t45 -19l256 -256q19 -19 19 -45t-19 -45t-45 -19h-128v-384h384v128q0 26 19 45t45 19t45 -19l256 -256q19 -19 19 -45z" />
<glyph unicode="&#xf048;" horiz-adv-x="1024" d="M979 1395q19 19 32 13t13 -32v-1472q0 -26 -13 -32t-32 13l-710 710q-9 9 -13 19v-678q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-678q4 11 13 19z" />
<glyph unicode="&#xf049;" horiz-adv-x="1792" d="M1747 1395q19 19 32 13t13 -32v-1472q0 -26 -13 -32t-32 13l-710 710q-9 9 -13 19v-710q0 -26 -13 -32t-32 13l-710 710q-9 9 -13 19v-678q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-678q4 11 13 19l710 710 q19 19 32 13t13 -32v-710q4 11 13 19z" />
<glyph unicode="&#xf04a;" horiz-adv-x="1664" d="M1619 1395q19 19 32 13t13 -32v-1472q0 -26 -13 -32t-32 13l-710 710q-8 9 -13 19v-710q0 -26 -13 -32t-32 13l-710 710q-19 19 -19 45t19 45l710 710q19 19 32 13t13 -32v-710q5 11 13 19z" />
<glyph unicode="&#xf04b;" horiz-adv-x="1408" d="M1384 609l-1328 -738q-23 -13 -39.5 -3t-16.5 36v1472q0 26 16.5 36t39.5 -3l1328 -738q23 -13 23 -31t-23 -31z" />
<glyph unicode="&#xf04c;" d="M1536 1344v-1408q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h512q26 0 45 -19t19 -45zM640 1344v-1408q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h512q26 0 45 -19t19 -45z" />
<glyph unicode="&#xf04d;" d="M1536 1344v-1408q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h1408q26 0 45 -19t19 -45z" />
<glyph unicode="&#xf04e;" horiz-adv-x="1664" d="M45 -115q-19 -19 -32 -13t-13 32v1472q0 26 13 32t32 -13l710 -710q8 -8 13 -19v710q0 26 13 32t32 -13l710 -710q19 -19 19 -45t-19 -45l-710 -710q-19 -19 -32 -13t-13 32v710q-5 -10 -13 -19z" />
<glyph unicode="&#xf050;" horiz-adv-x="1792" d="M45 -115q-19 -19 -32 -13t-13 32v1472q0 26 13 32t32 -13l710 -710q8 -8 13 -19v710q0 26 13 32t32 -13l710 -710q8 -8 13 -19v678q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-1408q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v678q-5 -10 -13 -19l-710 -710 q-19 -19 -32 -13t-13 32v710q-5 -10 -13 -19z" />
<glyph unicode="&#xf051;" horiz-adv-x="1024" d="M45 -115q-19 -19 -32 -13t-13 32v1472q0 26 13 32t32 -13l710 -710q8 -8 13 -19v678q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-1408q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v678q-5 -10 -13 -19z" />
<glyph unicode="&#xf052;" horiz-adv-x="1538" d="M14 557l710 710q19 19 45 19t45 -19l710 -710q19 -19 13 -32t-32 -13h-1472q-26 0 -32 13t13 32zM1473 0h-1408q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h1408q26 0 45 -19t19 -45v-256q0 -26 -19 -45t-45 -19z" />
<glyph unicode="&#xf053;" horiz-adv-x="1152" d="M742 -37l-652 651q-37 37 -37 90.5t37 90.5l652 651q37 37 90.5 37t90.5 -37l75 -75q37 -37 37 -90.5t-37 -90.5l-486 -486l486 -485q37 -38 37 -91t-37 -90l-75 -75q-37 -37 -90.5 -37t-90.5 37z" />
<glyph unicode="&#xf054;" horiz-adv-x="1152" d="M1099 704q0 -52 -37 -91l-652 -651q-37 -37 -90 -37t-90 37l-76 75q-37 39 -37 91q0 53 37 90l486 486l-486 485q-37 39 -37 91q0 53 37 90l76 75q36 38 90 38t90 -38l652 -651q37 -37 37 -90z" />
<glyph unicode="&#xf055;" d="M1216 576v128q0 26 -19 45t-45 19h-256v256q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-256h-256q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h256v-256q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v256h256q26 0 45 19t19 45zM1536 640q0 -209 -103 -385.5 t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
<glyph unicode="&#xf056;" d="M1216 576v128q0 26 -19 45t-45 19h-768q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h768q26 0 45 19t19 45zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5 t103 -385.5z" />
<glyph unicode="&#xf057;" d="M1149 414q0 26 -19 45l-181 181l181 181q19 19 19 45q0 27 -19 46l-90 90q-19 19 -46 19q-26 0 -45 -19l-181 -181l-181 181q-19 19 -45 19q-27 0 -46 -19l-90 -90q-19 -19 -19 -46q0 -26 19 -45l181 -181l-181 -181q-19 -19 -19 -45q0 -27 19 -46l90 -90q19 -19 46 -19 q26 0 45 19l181 181l181 -181q19 -19 45 -19q27 0 46 19l90 90q19 19 19 46zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
<glyph unicode="&#xf058;" d="M1284 802q0 28 -18 46l-91 90q-19 19 -45 19t-45 -19l-408 -407l-226 226q-19 19 -45 19t-45 -19l-91 -90q-18 -18 -18 -46q0 -27 18 -45l362 -362q19 -19 45 -19q27 0 46 19l543 543q18 18 18 45zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103 t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
<glyph unicode="&#xf059;" d="M896 160v192q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h192q14 0 23 9t9 23zM1152 832q0 88 -55.5 163t-138.5 116t-170 41q-243 0 -371 -213q-15 -24 8 -42l132 -100q7 -6 19 -6q16 0 25 12q53 68 86 92q34 24 86 24q48 0 85.5 -26t37.5 -59 q0 -38 -20 -61t-68 -45q-63 -28 -115.5 -86.5t-52.5 -125.5v-36q0 -14 9 -23t23 -9h192q14 0 23 9t9 23q0 19 21.5 49.5t54.5 49.5q32 18 49 28.5t46 35t44.5 48t28 60.5t12.5 81zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5 t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
<glyph unicode="&#xf05a;" d="M1024 160v160q0 14 -9 23t-23 9h-96v512q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-160q0 -14 9 -23t23 -9h96v-320h-96q-14 0 -23 -9t-9 -23v-160q0 -14 9 -23t23 -9h448q14 0 23 9t9 23zM896 1056v160q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23v-160q0 -14 9 -23 t23 -9h192q14 0 23 9t9 23zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
<glyph unicode="&#xf05b;" d="M1197 512h-109q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h109q-32 108 -112.5 188.5t-188.5 112.5v-109q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v109q-108 -32 -188.5 -112.5t-112.5 -188.5h109q26 0 45 -19t19 -45v-128q0 -26 -19 -45t-45 -19h-109 q32 -108 112.5 -188.5t188.5 -112.5v109q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-109q108 32 188.5 112.5t112.5 188.5zM1536 704v-128q0 -26 -19 -45t-45 -19h-143q-37 -161 -154.5 -278.5t-278.5 -154.5v-143q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v143 q-161 37 -278.5 154.5t-154.5 278.5h-143q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h143q37 161 154.5 278.5t278.5 154.5v143q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-143q161 -37 278.5 -154.5t154.5 -278.5h143q26 0 45 -19t19 -45z" />
<glyph unicode="&#xf05c;" d="M1097 457l-146 -146q-10 -10 -23 -10t-23 10l-137 137l-137 -137q-10 -10 -23 -10t-23 10l-146 146q-10 10 -10 23t10 23l137 137l-137 137q-10 10 -10 23t10 23l146 146q10 10 23 10t23 -10l137 -137l137 137q10 10 23 10t23 -10l146 -146q10 -10 10 -23t-10 -23 l-137 -137l137 -137q10 -10 10 -23t-10 -23zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5 t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
<glyph unicode="&#xf05d;" d="M1171 723l-422 -422q-19 -19 -45 -19t-45 19l-294 294q-19 19 -19 45t19 45l102 102q19 19 45 19t45 -19l147 -147l275 275q19 19 45 19t45 -19l102 -102q19 -19 19 -45t-19 -45zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198 t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
<glyph unicode="&#xf05e;" d="M1312 643q0 161 -87 295l-754 -753q137 -89 297 -89q111 0 211.5 43.5t173.5 116.5t116 174.5t43 212.5zM313 344l755 754q-135 91 -300 91q-148 0 -273 -73t-198 -199t-73 -274q0 -162 89 -299zM1536 643q0 -157 -61 -300t-163.5 -246t-245 -164t-298.5 -61t-298.5 61 t-245 164t-163.5 246t-61 300t61 299.5t163.5 245.5t245 164t298.5 61t298.5 -61t245 -164t163.5 -245.5t61 -299.5z" />
<glyph unicode="&#xf060;" d="M1536 640v-128q0 -53 -32.5 -90.5t-84.5 -37.5h-704l293 -294q38 -36 38 -90t-38 -90l-75 -76q-37 -37 -90 -37q-52 0 -91 37l-651 652q-37 37 -37 90q0 52 37 91l651 650q38 38 91 38q52 0 90 -38l75 -74q38 -38 38 -91t-38 -91l-293 -293h704q52 0 84.5 -37.5 t32.5 -90.5z" />
<glyph unicode="&#xf061;" d="M1472 576q0 -54 -37 -91l-651 -651q-39 -37 -91 -37q-51 0 -90 37l-75 75q-38 38 -38 91t38 91l293 293h-704q-52 0 -84.5 37.5t-32.5 90.5v128q0 53 32.5 90.5t84.5 37.5h704l-293 294q-38 36 -38 90t38 90l75 75q38 38 90 38q53 0 91 -38l651 -651q37 -35 37 -90z" />
<glyph unicode="&#xf062;" horiz-adv-x="1664" d="M1611 565q0 -51 -37 -90l-75 -75q-38 -38 -91 -38q-54 0 -90 38l-294 293v-704q0 -52 -37.5 -84.5t-90.5 -32.5h-128q-53 0 -90.5 32.5t-37.5 84.5v704l-294 -293q-36 -38 -90 -38t-90 38l-75 75q-38 38 -38 90q0 53 38 91l651 651q35 37 90 37q54 0 91 -37l651 -651 q37 -39 37 -91z" />
<glyph unicode="&#xf063;" horiz-adv-x="1664" d="M1611 704q0 -53 -37 -90l-651 -652q-39 -37 -91 -37q-53 0 -90 37l-651 652q-38 36 -38 90q0 53 38 91l74 75q39 37 91 37q53 0 90 -37l294 -294v704q0 52 38 90t90 38h128q52 0 90 -38t38 -90v-704l294 294q37 37 90 37q52 0 91 -37l75 -75q37 -39 37 -91z" />
<glyph unicode="&#xf064;" horiz-adv-x="1792" d="M1792 896q0 -26 -19 -45l-512 -512q-19 -19 -45 -19t-45 19t-19 45v256h-224q-98 0 -175.5 -6t-154 -21.5t-133 -42.5t-105.5 -69.5t-80 -101t-48.5 -138.5t-17.5 -181q0 -55 5 -123q0 -6 2.5 -23.5t2.5 -26.5q0 -15 -8.5 -25t-23.5 -10q-16 0 -28 17q-7 9 -13 22 t-13.5 30t-10.5 24q-127 285 -127 451q0 199 53 333q162 403 875 403h224v256q0 26 19 45t45 19t45 -19l512 -512q19 -19 19 -45z" />
<glyph unicode="&#xf065;" d="M755 480q0 -13 -10 -23l-332 -332l144 -144q19 -19 19 -45t-19 -45t-45 -19h-448q-26 0 -45 19t-19 45v448q0 26 19 45t45 19t45 -19l144 -144l332 332q10 10 23 10t23 -10l114 -114q10 -10 10 -23zM1536 1344v-448q0 -26 -19 -45t-45 -19t-45 19l-144 144l-332 -332 q-10 -10 -23 -10t-23 10l-114 114q-10 10 -10 23t10 23l332 332l-144 144q-19 19 -19 45t19 45t45 19h448q26 0 45 -19t19 -45z" />
<glyph unicode="&#xf066;" d="M768 576v-448q0 -26 -19 -45t-45 -19t-45 19l-144 144l-332 -332q-10 -10 -23 -10t-23 10l-114 114q-10 10 -10 23t10 23l332 332l-144 144q-19 19 -19 45t19 45t45 19h448q26 0 45 -19t19 -45zM1523 1248q0 -13 -10 -23l-332 -332l144 -144q19 -19 19 -45t-19 -45 t-45 -19h-448q-26 0 -45 19t-19 45v448q0 26 19 45t45 19t45 -19l144 -144l332 332q10 10 23 10t23 -10l114 -114q10 -10 10 -23z" />
<glyph unicode="&#xf067;" horiz-adv-x="1408" d="M1408 800v-192q0 -40 -28 -68t-68 -28h-416v-416q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v416h-416q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h416v416q0 40 28 68t68 28h192q40 0 68 -28t28 -68v-416h416q40 0 68 -28t28 -68z" />
<glyph unicode="&#xf068;" horiz-adv-x="1408" d="M1408 800v-192q0 -40 -28 -68t-68 -28h-1216q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h1216q40 0 68 -28t28 -68z" />
<glyph unicode="&#xf069;" horiz-adv-x="1664" d="M1482 486q46 -26 59.5 -77.5t-12.5 -97.5l-64 -110q-26 -46 -77.5 -59.5t-97.5 12.5l-266 153v-307q0 -52 -38 -90t-90 -38h-128q-52 0 -90 38t-38 90v307l-266 -153q-46 -26 -97.5 -12.5t-77.5 59.5l-64 110q-26 46 -12.5 97.5t59.5 77.5l266 154l-266 154 q-46 26 -59.5 77.5t12.5 97.5l64 110q26 46 77.5 59.5t97.5 -12.5l266 -153v307q0 52 38 90t90 38h128q52 0 90 -38t38 -90v-307l266 153q46 26 97.5 12.5t77.5 -59.5l64 -110q26 -46 12.5 -97.5t-59.5 -77.5l-266 -154z" />
<glyph unicode="&#xf06a;" d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM896 161v190q0 14 -9 23.5t-22 9.5h-192q-13 0 -23 -10t-10 -23v-190q0 -13 10 -23t23 -10h192 q13 0 22 9.5t9 23.5zM894 505l18 621q0 12 -10 18q-10 8 -24 8h-220q-14 0 -24 -8q-10 -6 -10 -18l17 -621q0 -10 10 -17.5t24 -7.5h185q14 0 23.5 7.5t10.5 17.5z" />
<glyph unicode="&#xf06b;" d="M928 180v56v468v192h-320v-192v-468v-56q0 -25 18 -38.5t46 -13.5h192q28 0 46 13.5t18 38.5zM472 1024h195l-126 161q-26 31 -69 31q-40 0 -68 -28t-28 -68t28 -68t68 -28zM1160 1120q0 40 -28 68t-68 28q-43 0 -69 -31l-125 -161h194q40 0 68 28t28 68zM1536 864v-320 q0 -14 -9 -23t-23 -9h-96v-416q0 -40 -28 -68t-68 -28h-1088q-40 0 -68 28t-28 68v416h-96q-14 0 -23 9t-9 23v320q0 14 9 23t23 9h440q-93 0 -158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5q107 0 168 -77l128 -165l128 165q61 77 168 77q93 0 158.5 -65.5t65.5 -158.5 t-65.5 -158.5t-158.5 -65.5h440q14 0 23 -9t9 -23z" />
<glyph unicode="&#xf06c;" horiz-adv-x="1792" d="M1280 832q0 26 -19 45t-45 19q-172 0 -318 -49.5t-259.5 -134t-235.5 -219.5q-19 -21 -19 -45q0 -26 19 -45t45 -19q24 0 45 19q27 24 74 71t67 66q137 124 268.5 176t313.5 52q26 0 45 19t19 45zM1792 1030q0 -95 -20 -193q-46 -224 -184.5 -383t-357.5 -268 q-214 -108 -438 -108q-148 0 -286 47q-15 5 -88 42t-96 37q-16 0 -39.5 -32t-45 -70t-52.5 -70t-60 -32q-30 0 -51 11t-31 24t-27 42q-2 4 -6 11t-5.5 10t-3 9.5t-1.5 13.5q0 35 31 73.5t68 65.5t68 56t31 48q0 4 -14 38t-16 44q-9 51 -9 104q0 115 43.5 220t119 184.5 t170.5 139t204 95.5q55 18 145 25.5t179.5 9t178.5 6t163.5 24t113.5 56.5l29.5 29.5t29.5 28t27 20t36.5 16t43.5 4.5q39 0 70.5 -46t47.5 -112t24 -124t8 -96z" />
<glyph unicode="&#xf06d;" horiz-adv-x="1408" d="M1408 -160v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5zM1152 896q0 -78 -24.5 -144t-64 -112.5t-87.5 -88t-96 -77.5t-87.5 -72t-64 -81.5t-24.5 -96.5q0 -96 67 -224l-4 1l1 -1 q-90 41 -160 83t-138.5 100t-113.5 122.5t-72.5 150.5t-27.5 184q0 78 24.5 144t64 112.5t87.5 88t96 77.5t87.5 72t64 81.5t24.5 96.5q0 94 -66 224l3 -1l-1 1q90 -41 160 -83t138.5 -100t113.5 -122.5t72.5 -150.5t27.5 -184z" />
<glyph unicode="&#xf06e;" horiz-adv-x="1792" d="M1664 576q-152 236 -381 353q61 -104 61 -225q0 -185 -131.5 -316.5t-316.5 -131.5t-316.5 131.5t-131.5 316.5q0 121 61 225q-229 -117 -381 -353q133 -205 333.5 -326.5t434.5 -121.5t434.5 121.5t333.5 326.5zM944 960q0 20 -14 34t-34 14q-125 0 -214.5 -89.5 t-89.5 -214.5q0 -20 14 -34t34 -14t34 14t14 34q0 86 61 147t147 61q20 0 34 14t14 34zM1792 576q0 -34 -20 -69q-140 -230 -376.5 -368.5t-499.5 -138.5t-499.5 139t-376.5 368q-20 35 -20 69t20 69q140 229 376.5 368t499.5 139t499.5 -139t376.5 -368q20 -35 20 -69z" />
<glyph unicode="&#xf070;" horiz-adv-x="1792" d="M555 201l78 141q-87 63 -136 159t-49 203q0 121 61 225q-229 -117 -381 -353q167 -258 427 -375zM944 960q0 20 -14 34t-34 14q-125 0 -214.5 -89.5t-89.5 -214.5q0 -20 14 -34t34 -14t34 14t14 34q0 86 61 147t147 61q20 0 34 14t14 34zM1307 1151q0 -7 -1 -9 q-105 -188 -315 -566t-316 -567l-49 -89q-10 -16 -28 -16q-12 0 -134 70q-16 10 -16 28q0 12 44 87q-143 65 -263.5 173t-208.5 245q-20 31 -20 69t20 69q153 235 380 371t496 136q89 0 180 -17l54 97q10 16 28 16q5 0 18 -6t31 -15.5t33 -18.5t31.5 -18.5t19.5 -11.5 q16 -10 16 -27zM1344 704q0 -139 -79 -253.5t-209 -164.5l280 502q8 -45 8 -84zM1792 576q0 -35 -20 -69q-39 -64 -109 -145q-150 -172 -347.5 -267t-419.5 -95l74 132q212 18 392.5 137t301.5 307q-115 179 -282 294l63 112q95 -64 182.5 -153t144.5 -184q20 -34 20 -69z " />
<glyph unicode="&#xf071;" horiz-adv-x="1792" d="M1024 161v190q0 14 -9.5 23.5t-22.5 9.5h-192q-13 0 -22.5 -9.5t-9.5 -23.5v-190q0 -14 9.5 -23.5t22.5 -9.5h192q13 0 22.5 9.5t9.5 23.5zM1022 535l18 459q0 12 -10 19q-13 11 -24 11h-220q-11 0 -24 -11q-10 -7 -10 -21l17 -457q0 -10 10 -16.5t24 -6.5h185 q14 0 23.5 6.5t10.5 16.5zM1008 1469l768 -1408q35 -63 -2 -126q-17 -29 -46.5 -46t-63.5 -17h-1536q-34 0 -63.5 17t-46.5 46q-37 63 -2 126l768 1408q17 31 47 49t65 18t65 -18t47 -49z" />
<glyph unicode="&#xf072;" horiz-adv-x="1408" d="M1376 1376q44 -52 12 -148t-108 -172l-161 -161l160 -696q5 -19 -12 -33l-128 -96q-7 -6 -19 -6q-4 0 -7 1q-15 3 -21 16l-279 508l-259 -259l53 -194q5 -17 -8 -31l-96 -96q-9 -9 -23 -9h-2q-15 2 -24 13l-189 252l-252 189q-11 7 -13 23q-1 13 9 25l96 97q9 9 23 9 q6 0 8 -1l194 -53l259 259l-508 279q-14 8 -17 24q-2 16 9 27l128 128q14 13 30 8l665 -159l160 160q76 76 172 108t148 -12z" />
<glyph unicode="&#xf073;" horiz-adv-x="1664" d="M128 -128h288v288h-288v-288zM480 -128h320v288h-320v-288zM128 224h288v320h-288v-320zM480 224h320v320h-320v-320zM128 608h288v288h-288v-288zM864 -128h320v288h-320v-288zM480 608h320v288h-320v-288zM1248 -128h288v288h-288v-288zM864 224h320v320h-320v-320z M512 1088v288q0 13 -9.5 22.5t-22.5 9.5h-64q-13 0 -22.5 -9.5t-9.5 -22.5v-288q0 -13 9.5 -22.5t22.5 -9.5h64q13 0 22.5 9.5t9.5 22.5zM1248 224h288v320h-288v-320zM864 608h320v288h-320v-288zM1248 608h288v288h-288v-288zM1280 1088v288q0 13 -9.5 22.5t-22.5 9.5h-64 q-13 0 -22.5 -9.5t-9.5 -22.5v-288q0 -13 9.5 -22.5t22.5 -9.5h64q13 0 22.5 9.5t9.5 22.5zM1664 1152v-1280q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h384v96q0 66 47 113t113 47 h64q66 0 113 -47t47 -113v-96h128q52 0 90 -38t38 -90z" />
<glyph unicode="&#xf074;" horiz-adv-x="1792" d="M666 1055q-60 -92 -137 -273q-22 45 -37 72.5t-40.5 63.5t-51 56.5t-63 35t-81.5 14.5h-224q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h224q250 0 410 -225zM1792 256q0 -14 -9 -23l-320 -320q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5v192q-32 0 -85 -0.5t-81 -1t-73 1 t-71 5t-64 10.5t-63 18.5t-58 28.5t-59 40t-55 53.5t-56 69.5q59 93 136 273q22 -45 37 -72.5t40.5 -63.5t51 -56.5t63 -35t81.5 -14.5h256v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23zM1792 1152q0 -14 -9 -23l-320 -320q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5 v192h-256q-48 0 -87 -15t-69 -45t-51 -61.5t-45 -77.5q-32 -62 -78 -171q-29 -66 -49.5 -111t-54 -105t-64 -100t-74 -83t-90 -68.5t-106.5 -42t-128 -16.5h-224q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h224q48 0 87 15t69 45t51 61.5t45 77.5q32 62 78 171q29 66 49.5 111 t54 105t64 100t74 83t90 68.5t106.5 42t128 16.5h256v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23z" />
<glyph unicode="&#xf075;" horiz-adv-x="1792" d="M1792 640q0 -174 -120 -321.5t-326 -233t-450 -85.5q-70 0 -145 8q-198 -175 -460 -242q-49 -14 -114 -22q-17 -2 -30.5 9t-17.5 29v1q-3 4 -0.5 12t2 10t4.5 9.5l6 9t7 8.5t8 9q7 8 31 34.5t34.5 38t31 39.5t32.5 51t27 59t26 76q-157 89 -247.5 220t-90.5 281 q0 130 71 248.5t191 204.5t286 136.5t348 50.5q244 0 450 -85.5t326 -233t120 -321.5z" />
<glyph unicode="&#xf076;" d="M1536 704v-128q0 -201 -98.5 -362t-274 -251.5t-395.5 -90.5t-395.5 90.5t-274 251.5t-98.5 362v128q0 26 19 45t45 19h384q26 0 45 -19t19 -45v-128q0 -52 23.5 -90t53.5 -57t71 -30t64 -13t44 -2t44 2t64 13t71 30t53.5 57t23.5 90v128q0 26 19 45t45 19h384 q26 0 45 -19t19 -45zM512 1344v-384q0 -26 -19 -45t-45 -19h-384q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h384q26 0 45 -19t19 -45zM1536 1344v-384q0 -26 -19 -45t-45 -19h-384q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h384q26 0 45 -19t19 -45z" />
<glyph unicode="&#xf077;" horiz-adv-x="1664" d="M1611 320q0 -53 -37 -90l-75 -75q-38 -38 -91 -38q-54 0 -90 38l-486 485l-486 -485q-36 -38 -90 -38t-90 38l-75 75q-38 36 -38 90q0 53 38 91l651 651q37 37 90 37q52 0 91 -37l650 -651q38 -38 38 -91z" />
<glyph unicode="&#xf078;" horiz-adv-x="1664" d="M1611 832q0 -53 -37 -90l-651 -651q-38 -38 -91 -38q-54 0 -90 38l-651 651q-38 36 -38 90q0 53 38 91l74 75q39 37 91 37q53 0 90 -37l486 -486l486 486q37 37 90 37q52 0 91 -37l75 -75q37 -39 37 -91z" />
<glyph unicode="&#xf079;" horiz-adv-x="1920" d="M1280 32q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-8 0 -13.5 2t-9 7t-5.5 8t-3 11.5t-1 11.5v13v11v160v416h-192q-26 0 -45 19t-19 45q0 24 15 41l320 384q19 22 49 22t49 -22l320 -384q15 -17 15 -41q0 -26 -19 -45t-45 -19h-192v-384h576q16 0 25 -11l160 -192q7 -11 7 -21 zM1920 448q0 -24 -15 -41l-320 -384q-20 -23 -49 -23t-49 23l-320 384q-15 17 -15 41q0 26 19 45t45 19h192v384h-576q-16 0 -25 12l-160 192q-7 9 -7 20q0 13 9.5 22.5t22.5 9.5h960q8 0 13.5 -2t9 -7t5.5 -8t3 -11.5t1 -11.5v-13v-11v-160v-416h192q26 0 45 -19t19 -45z " />
<glyph unicode="&#xf07a;" horiz-adv-x="1664" d="M640 0q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1536 0q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1664 1088v-512q0 -24 -16 -42.5t-41 -21.5 l-1044 -122q1 -7 4.5 -21.5t6 -26.5t2.5 -22q0 -16 -24 -64h920q26 0 45 -19t19 -45t-19 -45t-45 -19h-1024q-26 0 -45 19t-19 45q0 14 11 39.5t29.5 59.5t20.5 38l-177 823h-204q-26 0 -45 19t-19 45t19 45t45 19h256q16 0 28.5 -6.5t20 -15.5t13 -24.5t7.5 -26.5 t5.5 -29.5t4.5 -25.5h1201q26 0 45 -19t19 -45z" />
<glyph unicode="&#xf07b;" horiz-adv-x="1664" d="M1664 928v-704q0 -92 -66 -158t-158 -66h-1216q-92 0 -158 66t-66 158v960q0 92 66 158t158 66h320q92 0 158 -66t66 -158v-32h672q92 0 158 -66t66 -158z" />
<glyph unicode="&#xf07c;" horiz-adv-x="1920" d="M1879 584q0 -31 -31 -66l-336 -396q-43 -51 -120.5 -86.5t-143.5 -35.5h-1088q-34 0 -60.5 13t-26.5 43q0 31 31 66l336 396q43 51 120.5 86.5t143.5 35.5h1088q34 0 60.5 -13t26.5 -43zM1536 928v-160h-832q-94 0 -197 -47.5t-164 -119.5l-337 -396l-5 -6q0 4 -0.5 12.5 t-0.5 12.5v960q0 92 66 158t158 66h320q92 0 158 -66t66 -158v-32h544q92 0 158 -66t66 -158z" />
<glyph unicode="&#xf07d;" horiz-adv-x="768" d="M704 1216q0 -26 -19 -45t-45 -19h-128v-1024h128q26 0 45 -19t19 -45t-19 -45l-256 -256q-19 -19 -45 -19t-45 19l-256 256q-19 19 -19 45t19 45t45 19h128v1024h-128q-26 0 -45 19t-19 45t19 45l256 256q19 19 45 19t45 -19l256 -256q19 -19 19 -45z" />
<glyph unicode="&#xf07e;" horiz-adv-x="1792" d="M1792 640q0 -26 -19 -45l-256 -256q-19 -19 -45 -19t-45 19t-19 45v128h-1024v-128q0 -26 -19 -45t-45 -19t-45 19l-256 256q-19 19 -19 45t19 45l256 256q19 19 45 19t45 -19t19 -45v-128h1024v128q0 26 19 45t45 19t45 -19l256 -256q19 -19 19 -45z" />
<glyph unicode="&#xf080;" horiz-adv-x="1920" d="M512 512v-384h-256v384h256zM896 1024v-896h-256v896h256zM1280 768v-640h-256v640h256zM1664 1152v-1024h-256v1024h256zM1792 32v1216q0 13 -9.5 22.5t-22.5 9.5h-1600q-13 0 -22.5 -9.5t-9.5 -22.5v-1216q0 -13 9.5 -22.5t22.5 -9.5h1600q13 0 22.5 9.5t9.5 22.5z M1920 1248v-1216q0 -66 -47 -113t-113 -47h-1600q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1600q66 0 113 -47t47 -113z" />
<glyph unicode="&#xf081;" d="M1280 926q-56 -25 -121 -34q68 40 93 117q-65 -38 -134 -51q-61 66 -153 66q-87 0 -148.5 -61.5t-61.5 -148.5q0 -29 5 -48q-129 7 -242 65t-192 155q-29 -50 -29 -106q0 -114 91 -175q-47 1 -100 26v-2q0 -75 50 -133.5t123 -72.5q-29 -8 -51 -8q-13 0 -39 4 q21 -63 74.5 -104t121.5 -42q-116 -90 -261 -90q-26 0 -50 3q148 -94 322 -94q112 0 210 35.5t168 95t120.5 137t75 162t24.5 168.5q0 18 -1 27q63 45 105 109zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5 t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
<glyph unicode="&#xf082;" d="M1307 618l23 219h-198v109q0 49 15.5 68.5t71.5 19.5h110v219h-175q-152 0 -218 -72t-66 -213v-131h-131v-219h131v-635h262v635h175zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960 q119 0 203.5 -84.5t84.5 -203.5z" />
<glyph unicode="&#xf083;" horiz-adv-x="1792" d="M928 704q0 14 -9 23t-23 9q-66 0 -113 -47t-47 -113q0 -14 9 -23t23 -9t23 9t9 23q0 40 28 68t68 28q14 0 23 9t9 23zM1152 574q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181zM128 0h1536v128h-1536v-128zM1280 574q0 159 -112.5 271.5 t-271.5 112.5t-271.5 -112.5t-112.5 -271.5t112.5 -271.5t271.5 -112.5t271.5 112.5t112.5 271.5zM256 1216h384v128h-384v-128zM128 1024h1536v118v138h-828l-64 -128h-644v-128zM1792 1280v-1280q0 -53 -37.5 -90.5t-90.5 -37.5h-1536q-53 0 -90.5 37.5t-37.5 90.5v1280 q0 53 37.5 90.5t90.5 37.5h1536q53 0 90.5 -37.5t37.5 -90.5z" />
<glyph unicode="&#xf084;" horiz-adv-x="1792" d="M832 1024q0 80 -56 136t-136 56t-136 -56t-56 -136q0 -42 19 -83q-41 19 -83 19q-80 0 -136 -56t-56 -136t56 -136t136 -56t136 56t56 136q0 42 -19 83q41 -19 83 -19q80 0 136 56t56 136zM1683 320q0 -17 -49 -66t-66 -49q-9 0 -28.5 16t-36.5 33t-38.5 40t-24.5 26 l-96 -96l220 -220q28 -28 28 -68q0 -42 -39 -81t-81 -39q-40 0 -68 28l-671 671q-176 -131 -365 -131q-163 0 -265.5 102.5t-102.5 265.5q0 160 95 313t248 248t313 95q163 0 265.5 -102.5t102.5 -265.5q0 -189 -131 -365l355 -355l96 96q-3 3 -26 24.5t-40 38.5t-33 36.5 t-16 28.5q0 17 49 66t66 49q13 0 23 -10q6 -6 46 -44.5t82 -79.5t86.5 -86t73 -78t28.5 -41z" />
<glyph unicode="&#xf085;" horiz-adv-x="1920" d="M896 640q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1664 128q0 52 -38 90t-90 38t-90 -38t-38 -90q0 -53 37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1664 1152q0 52 -38 90t-90 38t-90 -38t-38 -90q0 -53 37.5 -90.5t90.5 -37.5 t90.5 37.5t37.5 90.5zM1280 731v-185q0 -10 -7 -19.5t-16 -10.5l-155 -24q-11 -35 -32 -76q34 -48 90 -115q7 -10 7 -20q0 -12 -7 -19q-23 -30 -82.5 -89.5t-78.5 -59.5q-11 0 -21 7l-115 90q-37 -19 -77 -31q-11 -108 -23 -155q-7 -24 -30 -24h-186q-11 0 -20 7.5t-10 17.5 l-23 153q-34 10 -75 31l-118 -89q-7 -7 -20 -7q-11 0 -21 8q-144 133 -144 160q0 9 7 19q10 14 41 53t47 61q-23 44 -35 82l-152 24q-10 1 -17 9.5t-7 19.5v185q0 10 7 19.5t16 10.5l155 24q11 35 32 76q-34 48 -90 115q-7 11 -7 20q0 12 7 20q22 30 82 89t79 59q11 0 21 -7 l115 -90q34 18 77 32q11 108 23 154q7 24 30 24h186q11 0 20 -7.5t10 -17.5l23 -153q34 -10 75 -31l118 89q8 7 20 7q11 0 21 -8q144 -133 144 -160q0 -9 -7 -19q-12 -16 -42 -54t-45 -60q23 -48 34 -82l152 -23q10 -2 17 -10.5t7 -19.5zM1920 198v-140q0 -16 -149 -31 q-12 -27 -30 -52q51 -113 51 -138q0 -4 -4 -7q-122 -71 -124 -71q-8 0 -46 47t-52 68q-20 -2 -30 -2t-30 2q-14 -21 -52 -68t-46 -47q-2 0 -124 71q-4 3 -4 7q0 25 51 138q-18 25 -30 52q-149 15 -149 31v140q0 16 149 31q13 29 30 52q-51 113 -51 138q0 4 4 7q4 2 35 20 t59 34t30 16q8 0 46 -46.5t52 -67.5q20 2 30 2t30 -2q51 71 92 112l6 2q4 0 124 -70q4 -3 4 -7q0 -25 -51 -138q17 -23 30 -52q149 -15 149 -31zM1920 1222v-140q0 -16 -149 -31q-12 -27 -30 -52q51 -113 51 -138q0 -4 -4 -7q-122 -71 -124 -71q-8 0 -46 47t-52 68 q-20 -2 -30 -2t-30 2q-14 -21 -52 -68t-46 -47q-2 0 -124 71q-4 3 -4 7q0 25 51 138q-18 25 -30 52q-149 15 -149 31v140q0 16 149 31q13 29 30 52q-51 113 -51 138q0 4 4 7q4 2 35 20t59 34t30 16q8 0 46 -46.5t52 -67.5q20 2 30 2t30 -2q51 71 92 112l6 2q4 0 124 -70 q4 -3 4 -7q0 -25 -51 -138q17 -23 30 -52q149 -15 149 -31z" />
<glyph unicode="&#xf086;" horiz-adv-x="1792" d="M1408 768q0 -139 -94 -257t-256.5 -186.5t-353.5 -68.5q-86 0 -176 16q-124 -88 -278 -128q-36 -9 -86 -16h-3q-11 0 -20.5 8t-11.5 21q-1 3 -1 6.5t0.5 6.5t2 6l2.5 5t3.5 5.5t4 5t4.5 5t4 4.5q5 6 23 25t26 29.5t22.5 29t25 38.5t20.5 44q-124 72 -195 177t-71 224 q0 139 94 257t256.5 186.5t353.5 68.5t353.5 -68.5t256.5 -186.5t94 -257zM1792 512q0 -120 -71 -224.5t-195 -176.5q10 -24 20.5 -44t25 -38.5t22.5 -29t26 -29.5t23 -25q1 -1 4 -4.5t4.5 -5t4 -5t3.5 -5.5l2.5 -5t2 -6t0.5 -6.5t-1 -6.5q-3 -14 -13 -22t-22 -7 q-50 7 -86 16q-154 40 -278 128q-90 -16 -176 -16q-271 0 -472 132q58 -4 88 -4q161 0 309 45t264 129q125 92 192 212t67 254q0 77 -23 152q129 -71 204 -178t75 -230z" />
<glyph unicode="&#xf087;" d="M256 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 768q0 51 -39 89.5t-89 38.5h-352q0 58 48 159.5t48 160.5q0 98 -32 145t-128 47q-26 -26 -38 -85t-30.5 -125.5t-59.5 -109.5q-22 -23 -77 -91q-4 -5 -23 -30t-31.5 -41t-34.5 -42.5 t-40 -44t-38.5 -35.5t-40 -27t-35.5 -9h-32v-640h32q13 0 31.5 -3t33 -6.5t38 -11t35 -11.5t35.5 -12.5t29 -10.5q211 -73 342 -73h121q192 0 192 167q0 26 -5 56q30 16 47.5 52.5t17.5 73.5t-18 69q53 50 53 119q0 25 -10 55.5t-25 47.5q32 1 53.5 47t21.5 81zM1536 769 q0 -89 -49 -163q9 -33 9 -69q0 -77 -38 -144q3 -21 3 -43q0 -101 -60 -178q1 -139 -85 -219.5t-227 -80.5h-36h-93q-96 0 -189.5 22.5t-216.5 65.5q-116 40 -138 40h-288q-53 0 -90.5 37.5t-37.5 90.5v640q0 53 37.5 90.5t90.5 37.5h274q36 24 137 155q58 75 107 128 q24 25 35.5 85.5t30.5 126.5t62 108q39 37 90 37q84 0 151 -32.5t102 -101.5t35 -186q0 -93 -48 -192h176q104 0 180 -76t76 -179z" />
<glyph unicode="&#xf088;" d="M256 1088q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 512q0 35 -21.5 81t-53.5 47q15 17 25 47.5t10 55.5q0 69 -53 119q18 32 18 69t-17.5 73.5t-47.5 52.5q5 30 5 56q0 85 -49 126t-136 41h-128q-131 0 -342 -73q-5 -2 -29 -10.5 t-35.5 -12.5t-35 -11.5t-38 -11t-33 -6.5t-31.5 -3h-32v-640h32q16 0 35.5 -9t40 -27t38.5 -35.5t40 -44t34.5 -42.5t31.5 -41t23 -30q55 -68 77 -91q41 -43 59.5 -109.5t30.5 -125.5t38 -85q96 0 128 47t32 145q0 59 -48 160.5t-48 159.5h352q50 0 89 38.5t39 89.5z M1536 511q0 -103 -76 -179t-180 -76h-176q48 -99 48 -192q0 -118 -35 -186q-35 -69 -102 -101.5t-151 -32.5q-51 0 -90 37q-34 33 -54 82t-25.5 90.5t-17.5 84.5t-31 64q-48 50 -107 127q-101 131 -137 155h-274q-53 0 -90.5 37.5t-37.5 90.5v640q0 53 37.5 90.5t90.5 37.5 h288q22 0 138 40q128 44 223 66t200 22h112q140 0 226.5 -79t85.5 -216v-5q60 -77 60 -178q0 -22 -3 -43q38 -67 38 -144q0 -36 -9 -69q49 -74 49 -163z" />
<glyph unicode="&#xf089;" horiz-adv-x="896" d="M832 1504v-1339l-449 -236q-22 -12 -40 -12q-21 0 -31.5 14.5t-10.5 35.5q0 6 2 20l86 500l-364 354q-25 27 -25 48q0 37 56 46l502 73l225 455q19 41 49 41z" />
<glyph unicode="&#xf08a;" horiz-adv-x="1792" d="M1664 940q0 81 -21.5 143t-55 98.5t-81.5 59.5t-94 31t-98 8t-112 -25.5t-110.5 -64t-86.5 -72t-60 -61.5q-18 -22 -49 -22t-49 22q-24 28 -60 61.5t-86.5 72t-110.5 64t-112 25.5t-98 -8t-94 -31t-81.5 -59.5t-55 -98.5t-21.5 -143q0 -168 187 -355l581 -560l580 559 q188 188 188 356zM1792 940q0 -221 -229 -450l-623 -600q-18 -18 -44 -18t-44 18l-624 602q-10 8 -27.5 26t-55.5 65.5t-68 97.5t-53.5 121t-23.5 138q0 220 127 344t351 124q62 0 126.5 -21.5t120 -58t95.5 -68.5t76 -68q36 36 76 68t95.5 68.5t120 58t126.5 21.5 q224 0 351 -124t127 -344z" />
<glyph unicode="&#xf08b;" horiz-adv-x="1664" d="M640 96q0 -4 1 -20t0.5 -26.5t-3 -23.5t-10 -19.5t-20.5 -6.5h-320q-119 0 -203.5 84.5t-84.5 203.5v704q0 119 84.5 203.5t203.5 84.5h320q13 0 22.5 -9.5t9.5 -22.5q0 -4 1 -20t0.5 -26.5t-3 -23.5t-10 -19.5t-20.5 -6.5h-320q-66 0 -113 -47t-47 -113v-704 q0 -66 47 -113t113 -47h288h11h13t11.5 -1t11.5 -3t8 -5.5t7 -9t2 -13.5zM1568 640q0 -26 -19 -45l-544 -544q-19 -19 -45 -19t-45 19t-19 45v288h-448q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h448v288q0 26 19 45t45 19t45 -19l544 -544q19 -19 19 -45z" />
<glyph unicode="&#xf08c;" d="M237 122h231v694h-231v-694zM483 1030q-1 52 -36 86t-93 34t-94.5 -34t-36.5 -86q0 -51 35.5 -85.5t92.5 -34.5h1q59 0 95 34.5t36 85.5zM1068 122h231v398q0 154 -73 233t-193 79q-136 0 -209 -117h2v101h-231q3 -66 0 -694h231v388q0 38 7 56q15 35 45 59.5t74 24.5 q116 0 116 -157v-371zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
<glyph unicode="&#xf08d;" horiz-adv-x="1152" d="M480 672v448q0 14 -9 23t-23 9t-23 -9t-9 -23v-448q0 -14 9 -23t23 -9t23 9t9 23zM1152 320q0 -26 -19 -45t-45 -19h-429l-51 -483q-2 -12 -10.5 -20.5t-20.5 -8.5h-1q-27 0 -32 27l-76 485h-404q-26 0 -45 19t-19 45q0 123 78.5 221.5t177.5 98.5v512q-52 0 -90 38 t-38 90t38 90t90 38h640q52 0 90 -38t38 -90t-38 -90t-90 -38v-512q99 0 177.5 -98.5t78.5 -221.5z" />
<glyph unicode="&#xf08e;" horiz-adv-x="1792" d="M1408 608v-320q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h704q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-704q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v320 q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1792 1472v-512q0 -26 -19 -45t-45 -19t-45 19l-176 176l-652 -652q-10 -10 -23 -10t-23 10l-114 114q-10 10 -10 23t10 23l652 652l-176 176q-19 19 -19 45t19 45t45 19h512q26 0 45 -19t19 -45z" />
<glyph unicode="&#xf090;" d="M1184 640q0 -26 -19 -45l-544 -544q-19 -19 -45 -19t-45 19t-19 45v288h-448q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h448v288q0 26 19 45t45 19t45 -19l544 -544q19 -19 19 -45zM1536 992v-704q0 -119 -84.5 -203.5t-203.5 -84.5h-320q-13 0 -22.5 9.5t-9.5 22.5 q0 4 -1 20t-0.5 26.5t3 23.5t10 19.5t20.5 6.5h320q66 0 113 47t47 113v704q0 66 -47 113t-113 47h-288h-11h-13t-11.5 1t-11.5 3t-8 5.5t-7 9t-2 13.5q0 4 -1 20t-0.5 26.5t3 23.5t10 19.5t20.5 6.5h320q119 0 203.5 -84.5t84.5 -203.5z" />
<glyph unicode="&#xf091;" horiz-adv-x="1664" d="M458 653q-74 162 -74 371h-256v-96q0 -78 94.5 -162t235.5 -113zM1536 928v96h-256q0 -209 -74 -371q141 29 235.5 113t94.5 162zM1664 1056v-128q0 -71 -41.5 -143t-112 -130t-173 -97.5t-215.5 -44.5q-42 -54 -95 -95q-38 -34 -52.5 -72.5t-14.5 -89.5q0 -54 30.5 -91 t97.5 -37q75 0 133.5 -45.5t58.5 -114.5v-64q0 -14 -9 -23t-23 -9h-832q-14 0 -23 9t-9 23v64q0 69 58.5 114.5t133.5 45.5q67 0 97.5 37t30.5 91q0 51 -14.5 89.5t-52.5 72.5q-53 41 -95 95q-113 5 -215.5 44.5t-173 97.5t-112 130t-41.5 143v128q0 40 28 68t68 28h288v96 q0 66 47 113t113 47h576q66 0 113 -47t47 -113v-96h288q40 0 68 -28t28 -68z" />
<glyph unicode="&#xf092;" d="M394 184q-8 -9 -20 3q-13 11 -4 19q8 9 20 -3q12 -11 4 -19zM352 245q9 -12 0 -19q-8 -6 -17 7t0 18q9 7 17 -6zM291 305q-5 -7 -13 -2q-10 5 -7 12q3 5 13 2q10 -5 7 -12zM322 271q-6 -7 -16 3q-9 11 -2 16q6 6 16 -3q9 -11 2 -16zM451 159q-4 -12 -19 -6q-17 4 -13 15 t19 7q16 -5 13 -16zM514 154q0 -11 -16 -11q-17 -2 -17 11q0 11 16 11q17 2 17 -11zM572 164q2 -10 -14 -14t-18 8t14 15q16 2 18 -9zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-224q-16 0 -24.5 1t-19.5 5t-16 14.5t-5 27.5v239q0 97 -52 142q57 6 102.5 18t94 39 t81 66.5t53 105t20.5 150.5q0 121 -79 206q37 91 -8 204q-28 9 -81 -11t-92 -44l-38 -24q-93 26 -192 26t-192 -26q-16 11 -42.5 27t-83.5 38.5t-86 13.5q-44 -113 -7 -204q-79 -85 -79 -206q0 -85 20.5 -150t52.5 -105t80.5 -67t94 -39t102.5 -18q-40 -36 -49 -103 q-21 -10 -45 -15t-57 -5t-65.5 21.5t-55.5 62.5q-19 32 -48.5 52t-49.5 24l-20 3q-21 0 -29 -4.5t-5 -11.5t9 -14t13 -12l7 -5q22 -10 43.5 -38t31.5 -51l10 -23q13 -38 44 -61.5t67 -30t69.5 -7t55.5 3.5l23 4q0 -38 0.5 -103t0.5 -68q0 -22 -11 -33.5t-22 -13t-33 -1.5 h-224q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
<glyph unicode="&#xf093;" horiz-adv-x="1664" d="M1280 64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1536 64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 288v-320q0 -40 -28 -68t-68 -28h-1472q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h427q21 -56 70.5 -92 t110.5 -36h256q61 0 110.5 36t70.5 92h427q40 0 68 -28t28 -68zM1339 936q-17 -40 -59 -40h-256v-448q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v448h-256q-42 0 -59 40q-17 39 14 69l448 448q18 19 45 19t45 -19l448 -448q31 -30 14 -69z" />
<glyph unicode="&#xf094;" d="M1407 710q0 44 -7 113.5t-18 96.5q-12 30 -17 44t-9 36.5t-4 48.5q0 23 5 68.5t5 67.5q0 37 -10 55q-4 1 -13 1q-19 0 -58 -4.5t-59 -4.5q-60 0 -176 24t-175 24q-43 0 -94.5 -11.5t-85 -23.5t-89.5 -34q-137 -54 -202 -103q-96 -73 -159.5 -189.5t-88 -236t-24.5 -248.5 q0 -40 12.5 -120t12.5 -121q0 -23 -11 -66.5t-11 -65.5t12 -36.5t34 -14.5q24 0 72.5 11t73.5 11q57 0 169.5 -15.5t169.5 -15.5q181 0 284 36q129 45 235.5 152.5t166 245.5t59.5 275zM1535 712q0 -165 -70 -327.5t-196 -288t-281 -180.5q-124 -44 -326 -44 q-57 0 -170 14.5t-169 14.5q-24 0 -72.5 -14.5t-73.5 -14.5q-73 0 -123.5 55.5t-50.5 128.5q0 24 11 68t11 67q0 40 -12.5 120.5t-12.5 121.5q0 111 18 217.5t54.5 209.5t100.5 194t150 156q78 59 232 120q194 78 316 78q60 0 175.5 -24t173.5 -24q19 0 57 5t58 5 q81 0 118 -50.5t37 -134.5q0 -23 -5 -68t-5 -68q0 -10 1 -18.5t3 -17t4 -13.5t6.5 -16t6.5 -17q16 -40 25 -118.5t9 -136.5z" />
<glyph unicode="&#xf095;" horiz-adv-x="1408" d="M1408 296q0 -27 -10 -70.5t-21 -68.5q-21 -50 -122 -106q-94 -51 -186 -51q-27 0 -52.5 3.5t-57.5 12.5t-47.5 14.5t-55.5 20.5t-49 18q-98 35 -175 83q-128 79 -264.5 215.5t-215.5 264.5q-48 77 -83 175q-3 9 -18 49t-20.5 55.5t-14.5 47.5t-12.5 57.5t-3.5 52.5 q0 92 51 186q56 101 106 122q25 11 68.5 21t70.5 10q14 0 21 -3q18 -6 53 -76q11 -19 30 -54t35 -63.5t31 -53.5q3 -4 17.5 -25t21.5 -35.5t7 -28.5q0 -20 -28.5 -50t-62 -55t-62 -53t-28.5 -46q0 -9 5 -22.5t8.5 -20.5t14 -24t11.5 -19q76 -137 174 -235t235 -174 q2 -1 19 -11.5t24 -14t20.5 -8.5t22.5 -5q18 0 46 28.5t53 62t55 62t50 28.5q14 0 28.5 -7t35.5 -21.5t25 -17.5q25 -15 53.5 -31t63.5 -35t54 -30q70 -35 76 -53q3 -7 3 -21z" />
<glyph unicode="&#xf096;" horiz-adv-x="1408" d="M1120 1280h-832q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v832q0 66 -47 113t-113 47zM1408 1120v-832q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832 q119 0 203.5 -84.5t84.5 -203.5z" />
<glyph unicode="&#xf097;" horiz-adv-x="1280" d="M1152 1280h-1024v-1242l423 406l89 85l89 -85l423 -406v1242zM1164 1408q23 0 44 -9q33 -13 52.5 -41t19.5 -62v-1289q0 -34 -19.5 -62t-52.5 -41q-19 -8 -44 -8q-48 0 -83 32l-441 424l-441 -424q-36 -33 -83 -33q-23 0 -44 9q-33 13 -52.5 41t-19.5 62v1289 q0 34 19.5 62t52.5 41q21 9 44 9h1048z" />
<glyph unicode="&#xf098;" d="M1280 343q0 11 -2 16q-3 8 -38.5 29.5t-88.5 49.5l-53 29q-5 3 -19 13t-25 15t-21 5q-18 0 -47 -32.5t-57 -65.5t-44 -33q-7 0 -16.5 3.5t-15.5 6.5t-17 9.5t-14 8.5q-99 55 -170.5 126.5t-126.5 170.5q-2 3 -8.5 14t-9.5 17t-6.5 15.5t-3.5 16.5q0 13 20.5 33.5t45 38.5 t45 39.5t20.5 36.5q0 10 -5 21t-15 25t-13 19q-3 6 -15 28.5t-25 45.5t-26.5 47.5t-25 40.5t-16.5 18t-16 2q-48 0 -101 -22q-46 -21 -80 -94.5t-34 -130.5q0 -16 2.5 -34t5 -30.5t9 -33t10 -29.5t12.5 -33t11 -30q60 -164 216.5 -320.5t320.5 -216.5q6 -2 30 -11t33 -12.5 t29.5 -10t33 -9t30.5 -5t34 -2.5q57 0 130.5 34t94.5 80q22 53 22 101zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
<glyph unicode="&#xf099;" horiz-adv-x="1664" d="M1620 1128q-67 -98 -162 -167q1 -14 1 -42q0 -130 -38 -259.5t-115.5 -248.5t-184.5 -210.5t-258 -146t-323 -54.5q-271 0 -496 145q35 -4 78 -4q225 0 401 138q-105 2 -188 64.5t-114 159.5q33 -5 61 -5q43 0 85 11q-112 23 -185.5 111.5t-73.5 205.5v4q68 -38 146 -41 q-66 44 -105 115t-39 154q0 88 44 163q121 -149 294.5 -238.5t371.5 -99.5q-8 38 -8 74q0 134 94.5 228.5t228.5 94.5q140 0 236 -102q109 21 205 78q-37 -115 -142 -178q93 10 186 50z" />
<glyph unicode="&#xf09a;" horiz-adv-x="768" d="M511 980h257l-30 -284h-227v-824h-341v824h-170v284h170v171q0 182 86 275.5t283 93.5h227v-284h-142q-39 0 -62.5 -6.5t-34 -23.5t-13.5 -34.5t-3 -49.5v-142z" />
<glyph unicode="&#xf09b;" d="M1536 640q0 -251 -146.5 -451.5t-378.5 -277.5q-27 -5 -39.5 7t-12.5 30v211q0 97 -52 142q57 6 102.5 18t94 39t81 66.5t53 105t20.5 150.5q0 121 -79 206q37 91 -8 204q-28 9 -81 -11t-92 -44l-38 -24q-93 26 -192 26t-192 -26q-16 11 -42.5 27t-83.5 38.5t-86 13.5 q-44 -113 -7 -204q-79 -85 -79 -206q0 -85 20.5 -150t52.5 -105t80.5 -67t94 -39t102.5 -18q-40 -36 -49 -103q-21 -10 -45 -15t-57 -5t-65.5 21.5t-55.5 62.5q-19 32 -48.5 52t-49.5 24l-20 3q-21 0 -29 -4.5t-5 -11.5t9 -14t13 -12l7 -5q22 -10 43.5 -38t31.5 -51l10 -23 q13 -38 44 -61.5t67 -30t69.5 -7t55.5 3.5l23 4q0 -38 0.5 -89t0.5 -54q0 -18 -13 -30t-40 -7q-232 77 -378.5 277.5t-146.5 451.5q0 209 103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
<glyph unicode="&#xf09c;" horiz-adv-x="1664" d="M1664 960v-256q0 -26 -19 -45t-45 -19h-64q-26 0 -45 19t-19 45v256q0 106 -75 181t-181 75t-181 -75t-75 -181v-192h96q40 0 68 -28t28 -68v-576q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v576q0 40 28 68t68 28h672v192q0 185 131.5 316.5t316.5 131.5 t316.5 -131.5t131.5 -316.5z" />
<glyph unicode="&#xf09d;" horiz-adv-x="1920" d="M1760 1408q66 0 113 -47t47 -113v-1216q0 -66 -47 -113t-113 -47h-1600q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1600zM160 1280q-13 0 -22.5 -9.5t-9.5 -22.5v-224h1664v224q0 13 -9.5 22.5t-22.5 9.5h-1600zM1760 0q13 0 22.5 9.5t9.5 22.5v608h-1664v-608 q0 -13 9.5 -22.5t22.5 -9.5h1600zM256 128v128h256v-128h-256zM640 128v128h384v-128h-384z" />
<glyph unicode="&#xf09e;" horiz-adv-x="1408" d="M384 192q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM896 69q2 -28 -17 -48q-18 -21 -47 -21h-135q-25 0 -43 16.5t-20 41.5q-22 229 -184.5 391.5t-391.5 184.5q-25 2 -41.5 20t-16.5 43v135q0 29 21 47q17 17 43 17h5q160 -13 306 -80.5 t259 -181.5q114 -113 181.5 -259t80.5 -306zM1408 67q2 -27 -18 -47q-18 -20 -46 -20h-143q-26 0 -44.5 17.5t-19.5 42.5q-12 215 -101 408.5t-231.5 336t-336 231.5t-408.5 102q-25 1 -42.5 19.5t-17.5 43.5v143q0 28 20 46q18 18 44 18h3q262 -13 501.5 -120t425.5 -294 q187 -186 294 -425.5t120 -501.5z" />
<glyph unicode="&#xf0a0;" d="M1040 320q0 -33 -23.5 -56.5t-56.5 -23.5t-56.5 23.5t-23.5 56.5t23.5 56.5t56.5 23.5t56.5 -23.5t23.5 -56.5zM1296 320q0 -33 -23.5 -56.5t-56.5 -23.5t-56.5 23.5t-23.5 56.5t23.5 56.5t56.5 23.5t56.5 -23.5t23.5 -56.5zM1408 160v320q0 13 -9.5 22.5t-22.5 9.5 h-1216q-13 0 -22.5 -9.5t-9.5 -22.5v-320q0 -13 9.5 -22.5t22.5 -9.5h1216q13 0 22.5 9.5t9.5 22.5zM178 640h1180l-157 482q-4 13 -16 21.5t-26 8.5h-782q-14 0 -26 -8.5t-16 -21.5zM1536 480v-320q0 -66 -47 -113t-113 -47h-1216q-66 0 -113 47t-47 113v320q0 25 16 75 l197 606q17 53 63 86t101 33h782q55 0 101 -33t63 -86l197 -606q16 -50 16 -75z" />
<glyph unicode="&#xf0a1;" horiz-adv-x="1792" d="M1664 896q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5v-384q0 -52 -38 -90t-90 -38q-417 347 -812 380q-58 -19 -91 -66t-31 -100.5t40 -92.5q-20 -33 -23 -65.5t6 -58t33.5 -55t48 -50t61.5 -50.5q-29 -58 -111.5 -83t-168.5 -11.5t-132 55.5q-7 23 -29.5 87.5 t-32 94.5t-23 89t-15 101t3.5 98.5t22 110.5h-122q-66 0 -113 47t-47 113v192q0 66 47 113t113 47h480q435 0 896 384q52 0 90 -38t38 -90v-384zM1536 292v954q-394 -302 -768 -343v-270q377 -42 768 -341z" />
<glyph unicode="&#xf0a2;" horiz-adv-x="1664" d="M848 -160q0 16 -16 16q-59 0 -101.5 42.5t-42.5 101.5q0 16 -16 16t-16 -16q0 -73 51.5 -124.5t124.5 -51.5q16 0 16 16zM183 128h1298q-164 181 -246.5 411.5t-82.5 484.5q0 256 -320 256t-320 -256q0 -254 -82.5 -484.5t-246.5 -411.5zM1664 128q0 -52 -38 -90t-90 -38 h-448q0 -106 -75 -181t-181 -75t-181 75t-75 181h-448q-52 0 -90 38t-38 90q190 161 287 397.5t97 498.5q0 165 96 262t264 117q-8 18 -8 37q0 40 28 68t68 28t68 -28t28 -68q0 -19 -8 -37q168 -20 264 -117t96 -262q0 -262 97 -498.5t287 -397.5z" />
<glyph unicode="&#xf0a3;" d="M1376 640l138 -135q30 -28 20 -70q-12 -41 -52 -51l-188 -48l53 -186q12 -41 -19 -70q-29 -31 -70 -19l-186 53l-48 -188q-10 -40 -51 -52q-12 -2 -19 -2q-31 0 -51 22l-135 138l-135 -138q-28 -30 -70 -20q-41 11 -51 52l-48 188l-186 -53q-41 -12 -70 19q-31 29 -19 70 l53 186l-188 48q-40 10 -52 51q-10 42 20 70l138 135l-138 135q-30 28 -20 70q12 41 52 51l188 48l-53 186q-12 41 19 70q29 31 70 19l186 -53l48 188q10 41 51 51q41 12 70 -19l135 -139l135 139q29 30 70 19q41 -10 51 -51l48 -188l186 53q41 12 70 -19q31 -29 19 -70 l-53 -186l188 -48q40 -10 52 -51q10 -42 -20 -70z" />
<glyph unicode="&#xf0a4;" horiz-adv-x="1792" d="M256 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 768q0 51 -39 89.5t-89 38.5h-576q0 20 15 48.5t33 55t33 68t15 84.5q0 67 -44.5 97.5t-115.5 30.5q-24 0 -90 -139q-24 -44 -37 -65q-40 -64 -112 -145q-71 -81 -101 -106 q-69 -57 -140 -57h-32v-640h32q72 0 167 -32t193.5 -64t179.5 -32q189 0 189 167q0 26 -5 56q30 16 47.5 52.5t17.5 73.5t-18 69q53 50 53 119q0 25 -10 55.5t-25 47.5h331q52 0 90 38t38 90zM1792 769q0 -105 -75.5 -181t-180.5 -76h-169q-4 -62 -37 -119q3 -21 3 -43 q0 -101 -60 -178q1 -139 -85 -219.5t-227 -80.5q-133 0 -322 69q-164 59 -223 59h-288q-53 0 -90.5 37.5t-37.5 90.5v640q0 53 37.5 90.5t90.5 37.5h288q10 0 21.5 4.5t23.5 14t22.5 18t24 22.5t20.5 21.5t19 21.5t14 17q65 74 100 129q13 21 33 62t37 72t40.5 63t55 49.5 t69.5 17.5q125 0 206.5 -67t81.5 -189q0 -68 -22 -128h374q104 0 180 -76t76 -179z" />
<glyph unicode="&#xf0a5;" horiz-adv-x="1792" d="M1376 128h32v640h-32q-35 0 -67.5 12t-62.5 37t-50 46t-49 54q-2 3 -3.5 4.5t-4 4.5t-4.5 5q-72 81 -112 145q-14 22 -38 68q-1 3 -10.5 22.5t-18.5 36t-20 35.5t-21.5 30.5t-18.5 11.5q-71 0 -115.5 -30.5t-44.5 -97.5q0 -43 15 -84.5t33 -68t33 -55t15 -48.5h-576 q-50 0 -89 -38.5t-39 -89.5q0 -52 38 -90t90 -38h331q-15 -17 -25 -47.5t-10 -55.5q0 -69 53 -119q-18 -32 -18 -69t17.5 -73.5t47.5 -52.5q-4 -24 -4 -56q0 -85 48.5 -126t135.5 -41q84 0 183 32t194 64t167 32zM1664 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45 t45 -19t45 19t19 45zM1792 768v-640q0 -53 -37.5 -90.5t-90.5 -37.5h-288q-59 0 -223 -59q-190 -69 -317 -69q-142 0 -230 77.5t-87 217.5l1 5q-61 76 -61 178q0 22 3 43q-33 57 -37 119h-169q-105 0 -180.5 76t-75.5 181q0 103 76 179t180 76h374q-22 60 -22 128 q0 122 81.5 189t206.5 67q38 0 69.5 -17.5t55 -49.5t40.5 -63t37 -72t33 -62q35 -55 100 -129q2 -3 14 -17t19 -21.5t20.5 -21.5t24 -22.5t22.5 -18t23.5 -14t21.5 -4.5h288q53 0 90.5 -37.5t37.5 -90.5z" />
<glyph unicode="&#xf0a6;" d="M1280 -64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 700q0 189 -167 189q-26 0 -56 -5q-16 30 -52.5 47.5t-73.5 17.5t-69 -18q-50 53 -119 53q-25 0 -55.5 -10t-47.5 -25v331q0 52 -38 90t-90 38q-51 0 -89.5 -39t-38.5 -89v-576 q-20 0 -48.5 15t-55 33t-68 33t-84.5 15q-67 0 -97.5 -44.5t-30.5 -115.5q0 -24 139 -90q44 -24 65 -37q64 -40 145 -112q81 -71 106 -101q57 -69 57 -140v-32h640v32q0 72 32 167t64 193.5t32 179.5zM1536 705q0 -133 -69 -322q-59 -164 -59 -223v-288q0 -53 -37.5 -90.5 t-90.5 -37.5h-640q-53 0 -90.5 37.5t-37.5 90.5v288q0 10 -4.5 21.5t-14 23.5t-18 22.5t-22.5 24t-21.5 20.5t-21.5 19t-17 14q-74 65 -129 100q-21 13 -62 33t-72 37t-63 40.5t-49.5 55t-17.5 69.5q0 125 67 206.5t189 81.5q68 0 128 -22v374q0 104 76 180t179 76 q105 0 181 -75.5t76 -180.5v-169q62 -4 119 -37q21 3 43 3q101 0 178 -60q139 1 219.5 -85t80.5 -227z" />
<glyph unicode="&#xf0a7;" d="M1408 576q0 84 -32 183t-64 194t-32 167v32h-640v-32q0 -35 -12 -67.5t-37 -62.5t-46 -50t-54 -49q-9 -8 -14 -12q-81 -72 -145 -112q-22 -14 -68 -38q-3 -1 -22.5 -10.5t-36 -18.5t-35.5 -20t-30.5 -21.5t-11.5 -18.5q0 -71 30.5 -115.5t97.5 -44.5q43 0 84.5 15t68 33 t55 33t48.5 15v-576q0 -50 38.5 -89t89.5 -39q52 0 90 38t38 90v331q46 -35 103 -35q69 0 119 53q32 -18 69 -18t73.5 17.5t52.5 47.5q24 -4 56 -4q85 0 126 48.5t41 135.5zM1280 1344q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1536 580 q0 -142 -77.5 -230t-217.5 -87l-5 1q-76 -61 -178 -61q-22 0 -43 3q-54 -30 -119 -37v-169q0 -105 -76 -180.5t-181 -75.5q-103 0 -179 76t-76 180v374q-54 -22 -128 -22q-121 0 -188.5 81.5t-67.5 206.5q0 38 17.5 69.5t49.5 55t63 40.5t72 37t62 33q55 35 129 100 q3 2 17 14t21.5 19t21.5 20.5t22.5 24t18 22.5t14 23.5t4.5 21.5v288q0 53 37.5 90.5t90.5 37.5h640q53 0 90.5 -37.5t37.5 -90.5v-288q0 -59 59 -223q69 -190 69 -317z" />
<glyph unicode="&#xf0a8;" d="M1280 576v128q0 26 -19 45t-45 19h-502l189 189q19 19 19 45t-19 45l-91 91q-18 18 -45 18t-45 -18l-362 -362l-91 -91q-18 -18 -18 -45t18 -45l91 -91l362 -362q18 -18 45 -18t45 18l91 91q18 18 18 45t-18 45l-189 189h502q26 0 45 19t19 45zM1536 640 q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
<glyph unicode="&#xf0a9;" d="M1285 640q0 27 -18 45l-91 91l-362 362q-18 18 -45 18t-45 -18l-91 -91q-18 -18 -18 -45t18 -45l189 -189h-502q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h502l-189 -189q-19 -19 -19 -45t19 -45l91 -91q18 -18 45 -18t45 18l362 362l91 91q18 18 18 45zM1536 640 q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
<glyph unicode="&#xf0aa;" d="M1284 641q0 27 -18 45l-362 362l-91 91q-18 18 -45 18t-45 -18l-91 -91l-362 -362q-18 -18 -18 -45t18 -45l91 -91q18 -18 45 -18t45 18l189 189v-502q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v502l189 -189q19 -19 45 -19t45 19l91 91q18 18 18 45zM1536 640 q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
<glyph unicode="&#xf0ab;" d="M1284 639q0 27 -18 45l-91 91q-18 18 -45 18t-45 -18l-189 -189v502q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-502l-189 189q-19 19 -45 19t-45 -19l-91 -91q-18 -18 -18 -45t18 -45l362 -362l91 -91q18 -18 45 -18t45 18l91 91l362 362q18 18 18 45zM1536 640 q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
<glyph unicode="&#xf0ac;" d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM1042 887q-2 -1 -9.5 -9.5t-13.5 -9.5q2 0 4.5 5t5 11t3.5 7q6 7 22 15q14 6 52 12q34 8 51 -11 q-2 2 9.5 13t14.5 12q3 2 15 4.5t15 7.5l2 22q-12 -1 -17.5 7t-6.5 21q0 -2 -6 -8q0 7 -4.5 8t-11.5 -1t-9 -1q-10 3 -15 7.5t-8 16.5t-4 15q-2 5 -9.5 10.5t-9.5 10.5q-1 2 -2.5 5.5t-3 6.5t-4 5.5t-5.5 2.5t-7 -5t-7.5 -10t-4.5 -5q-3 2 -6 1.5t-4.5 -1t-4.5 -3t-5 -3.5 q-3 -2 -8.5 -3t-8.5 -2q15 5 -1 11q-10 4 -16 3q9 4 7.5 12t-8.5 14h5q-1 4 -8.5 8.5t-17.5 8.5t-13 6q-8 5 -34 9.5t-33 0.5q-5 -6 -4.5 -10.5t4 -14t3.5 -12.5q1 -6 -5.5 -13t-6.5 -12q0 -7 14 -15.5t10 -21.5q-3 -8 -16 -16t-16 -12q-5 -8 -1.5 -18.5t10.5 -16.5 q2 -2 1.5 -4t-3.5 -4.5t-5.5 -4t-6.5 -3.5l-3 -2q-11 -5 -20.5 6t-13.5 26q-7 25 -16 30q-23 8 -29 -1q-5 13 -41 26q-25 9 -58 4q6 1 0 15q-7 15 -19 12q3 6 4 17.5t1 13.5q3 13 12 23q1 1 7 8.5t9.5 13.5t0.5 6q35 -4 50 11q5 5 11.5 17t10.5 17q9 6 14 5.5t14.5 -5.5 t14.5 -5q14 -1 15.5 11t-7.5 20q12 -1 3 17q-5 7 -8 9q-12 4 -27 -5q-8 -4 2 -8q-1 1 -9.5 -10.5t-16.5 -17.5t-16 5q-1 1 -5.5 13.5t-9.5 13.5q-8 0 -16 -15q3 8 -11 15t-24 8q19 12 -8 27q-7 4 -20.5 5t-19.5 -4q-5 -7 -5.5 -11.5t5 -8t10.5 -5.5t11.5 -4t8.5 -3 q14 -10 8 -14q-2 -1 -8.5 -3.5t-11.5 -4.5t-6 -4q-3 -4 0 -14t-2 -14q-5 5 -9 17.5t-7 16.5q7 -9 -25 -6l-10 1q-4 0 -16 -2t-20.5 -1t-13.5 8q-4 8 0 20q1 4 4 2q-4 3 -11 9.5t-10 8.5q-46 -15 -94 -41q6 -1 12 1q5 2 13 6.5t10 5.5q34 14 42 7l5 5q14 -16 20 -25 q-7 4 -30 1q-20 -6 -22 -12q7 -12 5 -18q-4 3 -11.5 10t-14.5 11t-15 5q-16 0 -22 -1q-146 -80 -235 -222q7 -7 12 -8q4 -1 5 -9t2.5 -11t11.5 3q9 -8 3 -19q1 1 44 -27q19 -17 21 -21q3 -11 -10 -18q-1 2 -9 9t-9 4q-3 -5 0.5 -18.5t10.5 -12.5q-7 0 -9.5 -16t-2.5 -35.5 t-1 -23.5l2 -1q-3 -12 5.5 -34.5t21.5 -19.5q-13 -3 20 -43q6 -8 8 -9q3 -2 12 -7.5t15 -10t10 -10.5q4 -5 10 -22.5t14 -23.5q-2 -6 9.5 -20t10.5 -23q-1 0 -2.5 -1t-2.5 -1q3 -7 15.5 -14t15.5 -13q1 -3 2 -10t3 -11t8 -2q2 20 -24 62q-15 25 -17 29q-3 5 -5.5 15.5 t-4.5 14.5q2 0 6 -1.5t8.5 -3.5t7.5 -4t2 -3q-3 -7 2 -17.5t12 -18.5t17 -19t12 -13q6 -6 14 -19.5t0 -13.5q9 0 20 -10t17 -20q5 -8 8 -26t5 -24q2 -7 8.5 -13.5t12.5 -9.5l16 -8t13 -7q5 -2 18.5 -10.5t21.5 -11.5q10 -4 16 -4t14.5 2.5t13.5 3.5q15 2 29 -15t21 -21 q36 -19 55 -11q-2 -1 0.5 -7.5t8 -15.5t9 -14.5t5.5 -8.5q5 -6 18 -15t18 -15q6 4 7 9q-3 -8 7 -20t18 -10q14 3 14 32q-31 -15 -49 18q0 1 -2.5 5.5t-4 8.5t-2.5 8.5t0 7.5t5 3q9 0 10 3.5t-2 12.5t-4 13q-1 8 -11 20t-12 15q-5 -9 -16 -8t-16 9q0 -1 -1.5 -5.5t-1.5 -6.5 q-13 0 -15 1q1 3 2.5 17.5t3.5 22.5q1 4 5.5 12t7.5 14.5t4 12.5t-4.5 9.5t-17.5 2.5q-19 -1 -26 -20q-1 -3 -3 -10.5t-5 -11.5t-9 -7q-7 -3 -24 -2t-24 5q-13 8 -22.5 29t-9.5 37q0 10 2.5 26.5t3 25t-5.5 24.5q3 2 9 9.5t10 10.5q2 1 4.5 1.5t4.5 0t4 1.5t3 6q-1 1 -4 3 q-3 3 -4 3q7 -3 28.5 1.5t27.5 -1.5q15 -11 22 2q0 1 -2.5 9.5t-0.5 13.5q5 -27 29 -9q3 -3 15.5 -5t17.5 -5q3 -2 7 -5.5t5.5 -4.5t5 0.5t8.5 6.5q10 -14 12 -24q11 -40 19 -44q7 -3 11 -2t4.5 9.5t0 14t-1.5 12.5l-1 8v18l-1 8q-15 3 -18.5 12t1.5 18.5t15 18.5q1 1 8 3.5 t15.5 6.5t12.5 8q21 19 15 35q7 0 11 9q-1 0 -5 3t-7.5 5t-4.5 2q9 5 2 16q5 3 7.5 11t7.5 10q9 -12 21 -2q7 8 1 16q5 7 20.5 10.5t18.5 9.5q7 -2 8 2t1 12t3 12q4 5 15 9t13 5l17 11q3 4 0 4q18 -2 31 11q10 11 -6 20q3 6 -3 9.5t-15 5.5q3 1 11.5 0.5t10.5 1.5 q15 10 -7 16q-17 5 -43 -12zM879 10q206 36 351 189q-3 3 -12.5 4.5t-12.5 3.5q-18 7 -24 8q1 7 -2.5 13t-8 9t-12.5 8t-11 7q-2 2 -7 6t-7 5.5t-7.5 4.5t-8.5 2t-10 -1l-3 -1q-3 -1 -5.5 -2.5t-5.5 -3t-4 -3t0 -2.5q-21 17 -36 22q-5 1 -11 5.5t-10.5 7t-10 1.5t-11.5 -7 q-5 -5 -6 -15t-2 -13q-7 5 0 17.5t2 18.5q-3 6 -10.5 4.5t-12 -4.5t-11.5 -8.5t-9 -6.5t-8.5 -5.5t-8.5 -7.5q-3 -4 -6 -12t-5 -11q-2 4 -11.5 6.5t-9.5 5.5q2 -10 4 -35t5 -38q7 -31 -12 -48q-27 -25 -29 -40q-4 -22 12 -26q0 -7 -8 -20.5t-7 -21.5q0 -6 2 -16z" />
<glyph unicode="&#xf0ad;" horiz-adv-x="1664" d="M384 64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1028 484l-682 -682q-37 -37 -90 -37q-52 0 -91 37l-106 108q-38 36 -38 90q0 53 38 91l681 681q39 -98 114.5 -173.5t173.5 -114.5zM1662 919q0 -39 -23 -106q-47 -134 -164.5 -217.5 t-258.5 -83.5q-185 0 -316.5 131.5t-131.5 316.5t131.5 316.5t316.5 131.5q58 0 121.5 -16.5t107.5 -46.5q16 -11 16 -28t-16 -28l-293 -169v-224l193 -107q5 3 79 48.5t135.5 81t70.5 35.5q15 0 23.5 -10t8.5 -25z" />
<glyph unicode="&#xf0ae;" horiz-adv-x="1792" d="M1024 128h640v128h-640v-128zM640 640h1024v128h-1024v-128zM1280 1152h384v128h-384v-128zM1792 320v-256q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 832v-256q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19 t-19 45v256q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 1344v-256q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h1664q26 0 45 -19t19 -45z" />
<glyph unicode="&#xf0b0;" horiz-adv-x="1408" d="M1403 1241q17 -41 -14 -70l-493 -493v-742q0 -42 -39 -59q-13 -5 -25 -5q-27 0 -45 19l-256 256q-19 19 -19 45v486l-493 493q-31 29 -14 70q17 39 59 39h1280q42 0 59 -39z" />
<glyph unicode="&#xf0b1;" horiz-adv-x="1792" d="M640 1280h512v128h-512v-128zM1792 640v-480q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v480h672v-160q0 -26 19 -45t45 -19h320q26 0 45 19t19 45v160h672zM1024 640v-128h-256v128h256zM1792 1120v-384h-1792v384q0 66 47 113t113 47h352v160q0 40 28 68 t68 28h576q40 0 68 -28t28 -68v-160h352q66 0 113 -47t47 -113z" />
<glyph unicode="&#xf0b2;" d="M1283 995l-355 -355l355 -355l144 144q29 31 70 14q39 -17 39 -59v-448q0 -26 -19 -45t-45 -19h-448q-42 0 -59 40q-17 39 14 69l144 144l-355 355l-355 -355l144 -144q31 -30 14 -69q-17 -40 -59 -40h-448q-26 0 -45 19t-19 45v448q0 42 40 59q39 17 69 -14l144 -144 l355 355l-355 355l-144 -144q-19 -19 -45 -19q-12 0 -24 5q-40 17 -40 59v448q0 26 19 45t45 19h448q42 0 59 -40q17 -39 -14 -69l-144 -144l355 -355l355 355l-144 144q-31 30 -14 69q17 40 59 40h448q26 0 45 -19t19 -45v-448q0 -42 -39 -59q-13 -5 -25 -5q-26 0 -45 19z " />
<glyph unicode="&#xf0c0;" horiz-adv-x="1920" d="M593 640q-162 -5 -265 -128h-134q-82 0 -138 40.5t-56 118.5q0 353 124 353q6 0 43.5 -21t97.5 -42.5t119 -21.5q67 0 133 23q-5 -37 -5 -66q0 -139 81 -256zM1664 3q0 -120 -73 -189.5t-194 -69.5h-874q-121 0 -194 69.5t-73 189.5q0 53 3.5 103.5t14 109t26.5 108.5 t43 97.5t62 81t85.5 53.5t111.5 20q10 0 43 -21.5t73 -48t107 -48t135 -21.5t135 21.5t107 48t73 48t43 21.5q61 0 111.5 -20t85.5 -53.5t62 -81t43 -97.5t26.5 -108.5t14 -109t3.5 -103.5zM640 1280q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75 t75 -181zM1344 896q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5t271.5 -112.5t112.5 -271.5zM1920 671q0 -78 -56 -118.5t-138 -40.5h-134q-103 123 -265 128q81 117 81 256q0 29 -5 66q66 -23 133 -23q59 0 119 21.5t97.5 42.5 t43.5 21q124 0 124 -353zM1792 1280q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181z" />
<glyph unicode="&#xf0c1;" horiz-adv-x="1664" d="M1456 320q0 40 -28 68l-208 208q-28 28 -68 28q-42 0 -72 -32q3 -3 19 -18.5t21.5 -21.5t15 -19t13 -25.5t3.5 -27.5q0 -40 -28 -68t-68 -28q-15 0 -27.5 3.5t-25.5 13t-19 15t-21.5 21.5t-18.5 19q-33 -31 -33 -73q0 -40 28 -68l206 -207q27 -27 68 -27q40 0 68 26 l147 146q28 28 28 67zM753 1025q0 40 -28 68l-206 207q-28 28 -68 28q-39 0 -68 -27l-147 -146q-28 -28 -28 -67q0 -40 28 -68l208 -208q27 -27 68 -27q42 0 72 31q-3 3 -19 18.5t-21.5 21.5t-15 19t-13 25.5t-3.5 27.5q0 40 28 68t68 28q15 0 27.5 -3.5t25.5 -13t19 -15 t21.5 -21.5t18.5 -19q33 31 33 73zM1648 320q0 -120 -85 -203l-147 -146q-83 -83 -203 -83q-121 0 -204 85l-206 207q-83 83 -83 203q0 123 88 209l-88 88q-86 -88 -208 -88q-120 0 -204 84l-208 208q-84 84 -84 204t85 203l147 146q83 83 203 83q121 0 204 -85l206 -207 q83 -83 83 -203q0 -123 -88 -209l88 -88q86 88 208 88q120 0 204 -84l208 -208q84 -84 84 -204z" />
<glyph unicode="&#xf0c2;" horiz-adv-x="1920" d="M1920 384q0 -159 -112.5 -271.5t-271.5 -112.5h-1088q-185 0 -316.5 131.5t-131.5 316.5q0 132 71 241.5t187 163.5q-2 28 -2 43q0 212 150 362t362 150q158 0 286.5 -88t187.5 -230q70 62 166 62q106 0 181 -75t75 -181q0 -75 -41 -138q129 -30 213 -134.5t84 -239.5z " />
<glyph unicode="&#xf0c3;" horiz-adv-x="1664" d="M1527 88q56 -89 21.5 -152.5t-140.5 -63.5h-1152q-106 0 -140.5 63.5t21.5 152.5l503 793v399h-64q-26 0 -45 19t-19 45t19 45t45 19h512q26 0 45 -19t19 -45t-19 -45t-45 -19h-64v-399zM748 813l-272 -429h712l-272 429l-20 31v37v399h-128v-399v-37z" />
<glyph unicode="&#xf0c4;" horiz-adv-x="1792" d="M960 640q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1260 576l507 -398q28 -20 25 -56q-5 -35 -35 -51l-128 -64q-13 -7 -29 -7q-17 0 -31 8l-690 387l-110 -66q-8 -4 -12 -5q14 -49 10 -97q-7 -77 -56 -147.5t-132 -123.5q-132 -84 -277 -84 q-136 0 -222 78q-90 84 -79 207q7 76 56 147t131 124q132 84 278 84q83 0 151 -31q9 13 22 22l122 73l-122 73q-13 9 -22 22q-68 -31 -151 -31q-146 0 -278 84q-82 53 -131 124t-56 147q-5 59 15.5 113t63.5 93q85 79 222 79q145 0 277 -84q83 -52 132 -123t56 -148 q4 -48 -10 -97q4 -1 12 -5l110 -66l690 387q14 8 31 8q16 0 29 -7l128 -64q30 -16 35 -51q3 -36 -25 -56zM579 836q46 42 21 108t-106 117q-92 59 -192 59q-74 0 -113 -36q-46 -42 -21 -108t106 -117q92 -59 192 -59q74 0 113 36zM494 91q81 51 106 117t-21 108 q-39 36 -113 36q-100 0 -192 -59q-81 -51 -106 -117t21 -108q39 -36 113 -36q100 0 192 59zM672 704l96 -58v11q0 36 33 56l14 8l-79 47l-26 -26q-3 -3 -10 -11t-12 -12q-2 -2 -4 -3.5t-3 -2.5zM896 480l96 -32l736 576l-128 64l-768 -431v-113l-160 -96l9 -8q2 -2 7 -6 q4 -4 11 -12t11 -12l26 -26zM1600 64l128 64l-520 408l-177 -138q-2 -3 -13 -7z" />
<glyph unicode="&#xf0c5;" horiz-adv-x="1792" d="M1696 1152q40 0 68 -28t28 -68v-1216q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v288h-544q-40 0 -68 28t-28 68v672q0 40 20 88t48 76l408 408q28 28 76 48t88 20h416q40 0 68 -28t28 -68v-328q68 40 128 40h416zM1152 939l-299 -299h299v299zM512 1323l-299 -299 h299v299zM708 676l316 316v416h-384v-416q0 -40 -28 -68t-68 -28h-416v-640h512v256q0 40 20 88t48 76zM1664 -128v1152h-384v-416q0 -40 -28 -68t-68 -28h-416v-640h896z" />
<glyph unicode="&#xf0c6;" horiz-adv-x="1408" d="M1404 151q0 -117 -79 -196t-196 -79q-135 0 -235 100l-777 776q-113 115 -113 271q0 159 110 270t269 111q158 0 273 -113l605 -606q10 -10 10 -22q0 -16 -30.5 -46.5t-46.5 -30.5q-13 0 -23 10l-606 607q-79 77 -181 77q-106 0 -179 -75t-73 -181q0 -105 76 -181 l776 -777q63 -63 145 -63q64 0 106 42t42 106q0 82 -63 145l-581 581q-26 24 -60 24q-29 0 -48 -19t-19 -48q0 -32 25 -59l410 -410q10 -10 10 -22q0 -16 -31 -47t-47 -31q-12 0 -22 10l-410 410q-63 61 -63 149q0 82 57 139t139 57q88 0 149 -63l581 -581q100 -98 100 -235 z" />
<glyph unicode="&#xf0c7;" d="M384 0h768v384h-768v-384zM1280 0h128v896q0 14 -10 38.5t-20 34.5l-281 281q-10 10 -34 20t-39 10v-416q0 -40 -28 -68t-68 -28h-576q-40 0 -68 28t-28 68v416h-128v-1280h128v416q0 40 28 68t68 28h832q40 0 68 -28t28 -68v-416zM896 928v320q0 13 -9.5 22.5t-22.5 9.5 h-192q-13 0 -22.5 -9.5t-9.5 -22.5v-320q0 -13 9.5 -22.5t22.5 -9.5h192q13 0 22.5 9.5t9.5 22.5zM1536 896v-928q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h928q40 0 88 -20t76 -48l280 -280q28 -28 48 -76t20 -88z" />
<glyph unicode="&#xf0c8;" d="M1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
<glyph unicode="&#xf0c9;" d="M1536 192v-128q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1408q26 0 45 -19t19 -45zM1536 704v-128q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1408q26 0 45 -19t19 -45zM1536 1216v-128q0 -26 -19 -45 t-45 -19h-1408q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1408q26 0 45 -19t19 -45z" />
<glyph unicode="&#xf0ca;" horiz-adv-x="1792" d="M384 128q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM384 640q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5 t22.5 9.5h1216q13 0 22.5 -9.5t9.5 -22.5zM384 1152q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1792 736v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1216q13 0 22.5 -9.5t9.5 -22.5z M1792 1248v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1216q13 0 22.5 -9.5t9.5 -22.5z" />
<glyph unicode="&#xf0cb;" horiz-adv-x="1792" d="M381 -84q0 -80 -54.5 -126t-135.5 -46q-106 0 -172 66l57 88q49 -45 106 -45q29 0 50.5 14.5t21.5 42.5q0 64 -105 56l-26 56q8 10 32.5 43.5t42.5 54t37 38.5v1q-16 0 -48.5 -1t-48.5 -1v-53h-106v152h333v-88l-95 -115q51 -12 81 -49t30 -88zM383 543v-159h-362 q-6 36 -6 54q0 51 23.5 93t56.5 68t66 47.5t56.5 43.5t23.5 45q0 25 -14.5 38.5t-39.5 13.5q-46 0 -81 -58l-85 59q24 51 71.5 79.5t105.5 28.5q73 0 123 -41.5t50 -112.5q0 -50 -34 -91.5t-75 -64.5t-75.5 -50.5t-35.5 -52.5h127v60h105zM1792 224v-192q0 -13 -9.5 -22.5 t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 14 9 23t23 9h1216q13 0 22.5 -9.5t9.5 -22.5zM384 1123v-99h-335v99h107q0 41 0.5 122t0.5 121v12h-2q-8 -17 -50 -54l-71 76l136 127h106v-404h108zM1792 736v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5 t-9.5 22.5v192q0 14 9 23t23 9h1216q13 0 22.5 -9.5t9.5 -22.5zM1792 1248v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1216q13 0 22.5 -9.5t9.5 -22.5z" />
<glyph unicode="&#xf0cc;" horiz-adv-x="1792" d="M1760 640q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-1728q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h1728zM483 704q-28 35 -51 80q-48 97 -48 188q0 181 134 309q133 127 393 127q50 0 167 -19q66 -12 177 -48q10 -38 21 -118q14 -123 14 -183q0 -18 -5 -45l-12 -3l-84 6 l-14 2q-50 149 -103 205q-88 91 -210 91q-114 0 -182 -59q-67 -58 -67 -146q0 -73 66 -140t279 -129q69 -20 173 -66q58 -28 95 -52h-743zM990 448h411q7 -39 7 -92q0 -111 -41 -212q-23 -55 -71 -104q-37 -35 -109 -81q-80 -48 -153 -66q-80 -21 -203 -21q-114 0 -195 23 l-140 40q-57 16 -72 28q-8 8 -8 22v13q0 108 -2 156q-1 30 0 68l2 37v44l102 2q15 -34 30 -71t22.5 -56t12.5 -27q35 -57 80 -94q43 -36 105 -57q59 -22 132 -22q64 0 139 27q77 26 122 86q47 61 47 129q0 84 -81 157q-34 29 -137 71z" />
<glyph unicode="&#xf0cd;" d="M48 1313q-37 2 -45 4l-3 88q13 1 40 1q60 0 112 -4q132 -7 166 -7q86 0 168 3q116 4 146 5q56 0 86 2l-1 -14l2 -64v-9q-60 -9 -124 -9q-60 0 -79 -25q-13 -14 -13 -132q0 -13 0.5 -32.5t0.5 -25.5l1 -229l14 -280q6 -124 51 -202q35 -59 96 -92q88 -47 177 -47 q104 0 191 28q56 18 99 51q48 36 65 64q36 56 53 114q21 73 21 229q0 79 -3.5 128t-11 122.5t-13.5 159.5l-4 59q-5 67 -24 88q-34 35 -77 34l-100 -2l-14 3l2 86h84l205 -10q76 -3 196 10l18 -2q6 -38 6 -51q0 -7 -4 -31q-45 -12 -84 -13q-73 -11 -79 -17q-15 -15 -15 -41 q0 -7 1.5 -27t1.5 -31q8 -19 22 -396q6 -195 -15 -304q-15 -76 -41 -122q-38 -65 -112 -123q-75 -57 -182 -89q-109 -33 -255 -33q-167 0 -284 46q-119 47 -179 122q-61 76 -83 195q-16 80 -16 237v333q0 188 -17 213q-25 36 -147 39zM1536 -96v64q0 14 -9 23t-23 9h-1472 q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h1472q14 0 23 9t9 23z" />
<glyph unicode="&#xf0ce;" horiz-adv-x="1664" d="M512 160v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM512 544v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1024 160v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23 v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM512 928v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1024 544v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1536 160v192 q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1024 928v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1536 544v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192 q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1536 928v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1664 1248v-1088q0 -66 -47 -113t-113 -47h-1344q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1344q66 0 113 -47t47 -113 z" />
<glyph unicode="&#xf0d0;" horiz-adv-x="1664" d="M1190 955l293 293l-107 107l-293 -293zM1637 1248q0 -27 -18 -45l-1286 -1286q-18 -18 -45 -18t-45 18l-198 198q-18 18 -18 45t18 45l1286 1286q18 18 45 18t45 -18l198 -198q18 -18 18 -45zM286 1438l98 -30l-98 -30l-30 -98l-30 98l-98 30l98 30l30 98zM636 1276 l196 -60l-196 -60l-60 -196l-60 196l-196 60l196 60l60 196zM1566 798l98 -30l-98 -30l-30 -98l-30 98l-98 30l98 30l30 98zM926 1438l98 -30l-98 -30l-30 -98l-30 98l-98 30l98 30l30 98z" />
<glyph unicode="&#xf0d1;" horiz-adv-x="1792" d="M640 128q0 52 -38 90t-90 38t-90 -38t-38 -90t38 -90t90 -38t90 38t38 90zM256 640h384v256h-158q-13 0 -22 -9l-195 -195q-9 -9 -9 -22v-30zM1536 128q0 52 -38 90t-90 38t-90 -38t-38 -90t38 -90t90 -38t90 38t38 90zM1792 1216v-1024q0 -15 -4 -26.5t-13.5 -18.5 t-16.5 -11.5t-23.5 -6t-22.5 -2t-25.5 0t-22.5 0.5q0 -106 -75 -181t-181 -75t-181 75t-75 181h-384q0 -106 -75 -181t-181 -75t-181 75t-75 181h-64q-3 0 -22.5 -0.5t-25.5 0t-22.5 2t-23.5 6t-16.5 11.5t-13.5 18.5t-4 26.5q0 26 19 45t45 19v320q0 8 -0.5 35t0 38 t2.5 34.5t6.5 37t14 30.5t22.5 30l198 198q19 19 50.5 32t58.5 13h160v192q0 26 19 45t45 19h1024q26 0 45 -19t19 -45z" />
<glyph unicode="&#xf0d2;" d="M1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103q-111 0 -218 32q59 93 78 164q9 34 54 211q20 -39 73 -67.5t114 -28.5q121 0 216 68.5t147 188.5t52 270q0 114 -59.5 214t-172.5 163t-255 63q-105 0 -196 -29t-154.5 -77t-109 -110.5t-67 -129.5t-21.5 -134 q0 -104 40 -183t117 -111q30 -12 38 20q2 7 8 31t8 30q6 23 -11 43q-51 61 -51 151q0 151 104.5 259.5t273.5 108.5q151 0 235.5 -82t84.5 -213q0 -170 -68.5 -289t-175.5 -119q-61 0 -98 43.5t-23 104.5q8 35 26.5 93.5t30 103t11.5 75.5q0 50 -27 83t-77 33 q-62 0 -105 -57t-43 -142q0 -73 25 -122l-99 -418q-17 -70 -13 -177q-206 91 -333 281t-127 423q0 209 103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
<glyph unicode="&#xf0d3;" d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-725q85 122 108 210q9 34 53 209q21 -39 73.5 -67t112.5 -28q181 0 295.5 147.5t114.5 373.5q0 84 -35 162.5t-96.5 139t-152.5 97t-197 36.5q-104 0 -194.5 -28.5t-153 -76.5 t-107.5 -109.5t-66.5 -128t-21.5 -132.5q0 -102 39.5 -180t116.5 -110q13 -5 23.5 0t14.5 19q10 44 15 61q6 23 -11 42q-50 62 -50 150q0 150 103.5 256.5t270.5 106.5q149 0 232.5 -81t83.5 -210q0 -168 -67.5 -286t-173.5 -118q-60 0 -97 43.5t-23 103.5q8 34 26.5 92.5 t29.5 102t11 74.5q0 49 -26.5 81.5t-75.5 32.5q-61 0 -103.5 -56.5t-42.5 -139.5q0 -72 24 -121l-98 -414q-24 -100 -7 -254h-183q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960z" />
<glyph unicode="&#xf0d4;" d="M678 -57q0 -38 -10 -71h-380q-95 0 -171.5 56.5t-103.5 147.5q24 45 69 77.5t100 49.5t107 24t107 7q32 0 49 -2q6 -4 30.5 -21t33 -23t31 -23t32 -25.5t27.5 -25.5t26.5 -29.5t21 -30.5t17.5 -34.5t9.5 -36t4.5 -40.5zM385 294q-234 -7 -385 -85v433q103 -118 273 -118 q32 0 70 5q-21 -61 -21 -86q0 -67 63 -149zM558 805q0 -100 -43.5 -160.5t-140.5 -60.5q-51 0 -97 26t-78 67.5t-56 93.5t-35.5 104t-11.5 99q0 96 51.5 165t144.5 69q66 0 119 -41t84 -104t47 -130t16 -128zM1536 896v-736q0 -119 -84.5 -203.5t-203.5 -84.5h-468 q39 73 39 157q0 66 -22 122.5t-55.5 93t-72 71t-72 59.5t-55.5 54.5t-22 59.5q0 36 23 68t56 61.5t65.5 64.5t55.5 93t23 131t-26.5 145.5t-75.5 118.5q-6 6 -14 11t-12.5 7.5t-10 9.5t-10.5 17h135l135 64h-437q-138 0 -244.5 -38.5t-182.5 -133.5q0 126 81 213t207 87h960 q119 0 203.5 -84.5t84.5 -203.5v-96h-256v256h-128v-256h-256v-128h256v-256h128v256h256z" />
<glyph unicode="&#xf0d5;" horiz-adv-x="1664" d="M876 71q0 21 -4.5 40.5t-9.5 36t-17.5 34.5t-21 30.5t-26.5 29.5t-27.5 25.5t-32 25.5t-31 23t-33 23t-30.5 21q-17 2 -50 2q-54 0 -106 -7t-108 -25t-98 -46t-69 -75t-27 -107q0 -68 35.5 -121.5t93 -84t120.5 -45.5t127 -15q59 0 112.5 12.5t100.5 39t74.5 73.5 t27.5 110zM756 933q0 60 -16.5 127.5t-47 130.5t-84 104t-119.5 41q-93 0 -144 -69t-51 -165q0 -47 11.5 -99t35.5 -104t56 -93.5t78 -67.5t97 -26q97 0 140.5 60.5t43.5 160.5zM625 1408h437l-135 -79h-135q71 -45 110 -126t39 -169q0 -74 -23 -131.5t-56 -92.5t-66 -64.5 t-56 -61t-23 -67.5q0 -26 16.5 -51t43 -48t58.5 -48t64 -55.5t58.5 -66t43 -85t16.5 -106.5q0 -160 -140 -282q-152 -131 -420 -131q-59 0 -119.5 10t-122 33.5t-108.5 58t-77 89t-30 121.5q0 61 37 135q32 64 96 110.5t145 71t155 36t150 13.5q-64 83 -64 149q0 12 2 23.5 t5 19.5t8 21.5t7 21.5q-40 -5 -70 -5q-149 0 -255.5 98t-106.5 246q0 140 95 250.5t234 141.5q94 20 187 20zM1664 1152v-128h-256v-256h-128v256h-256v128h256v256h128v-256h256z" />
<glyph unicode="&#xf0d6;" horiz-adv-x="1920" d="M768 384h384v96h-128v448h-114l-148 -137l77 -80q42 37 55 57h2v-288h-128v-96zM1280 640q0 -70 -21 -142t-59.5 -134t-101.5 -101t-138 -39t-138 39t-101.5 101t-59.5 134t-21 142t21 142t59.5 134t101.5 101t138 39t138 -39t101.5 -101t59.5 -134t21 -142zM1792 384 v512q-106 0 -181 75t-75 181h-1152q0 -106 -75 -181t-181 -75v-512q106 0 181 -75t75 -181h1152q0 106 75 181t181 75zM1920 1216v-1152q0 -26 -19 -45t-45 -19h-1792q-26 0 -45 19t-19 45v1152q0 26 19 45t45 19h1792q26 0 45 -19t19 -45z" />
<glyph unicode="&#xf0d7;" horiz-adv-x="1024" d="M1024 832q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19l-448 448q-19 19 -19 45t19 45t45 19h896q26 0 45 -19t19 -45z" />
<glyph unicode="&#xf0d8;" horiz-adv-x="1024" d="M1024 320q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45l448 448q19 19 45 19t45 -19l448 -448q19 -19 19 -45z" />
<glyph unicode="&#xf0d9;" horiz-adv-x="640" d="M640 1088v-896q0 -26 -19 -45t-45 -19t-45 19l-448 448q-19 19 -19 45t19 45l448 448q19 19 45 19t45 -19t19 -45z" />
<glyph unicode="&#xf0da;" horiz-adv-x="640" d="M576 640q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19t-19 45v896q0 26 19 45t45 19t45 -19l448 -448q19 -19 19 -45z" />
<glyph unicode="&#xf0db;" horiz-adv-x="1664" d="M160 0h608v1152h-640v-1120q0 -13 9.5 -22.5t22.5 -9.5zM1536 32v1120h-640v-1152h608q13 0 22.5 9.5t9.5 22.5zM1664 1248v-1216q0 -66 -47 -113t-113 -47h-1344q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1344q66 0 113 -47t47 -113z" />
<glyph unicode="&#xf0dc;" horiz-adv-x="1024" d="M1024 448q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19l-448 448q-19 19 -19 45t19 45t45 19h896q26 0 45 -19t19 -45zM1024 832q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45l448 448q19 19 45 19t45 -19l448 -448q19 -19 19 -45z" />
<glyph unicode="&#xf0dd;" horiz-adv-x="1024" d="M1024 448q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19l-448 448q-19 19 -19 45t19 45t45 19h896q26 0 45 -19t19 -45z" />
<glyph unicode="&#xf0de;" horiz-adv-x="1024" d="M1024 832q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45l448 448q19 19 45 19t45 -19l448 -448q19 -19 19 -45z" />
<glyph unicode="&#xf0e0;" horiz-adv-x="1792" d="M1792 826v-794q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v794q44 -49 101 -87q362 -246 497 -345q57 -42 92.5 -65.5t94.5 -48t110 -24.5h1h1q51 0 110 24.5t94.5 48t92.5 65.5q170 123 498 345q57 39 100 87zM1792 1120q0 -79 -49 -151t-122 -123 q-376 -261 -468 -325q-10 -7 -42.5 -30.5t-54 -38t-52 -32.5t-57.5 -27t-50 -9h-1h-1q-23 0 -50 9t-57.5 27t-52 32.5t-54 38t-42.5 30.5q-91 64 -262 182.5t-205 142.5q-62 42 -117 115.5t-55 136.5q0 78 41.5 130t118.5 52h1472q65 0 112.5 -47t47.5 -113z" />
<glyph unicode="&#xf0e1;" d="M349 911v-991h-330v991h330zM370 1217q1 -73 -50.5 -122t-135.5 -49h-2q-82 0 -132 49t-50 122q0 74 51.5 122.5t134.5 48.5t133 -48.5t51 -122.5zM1536 488v-568h-329v530q0 105 -40.5 164.5t-126.5 59.5q-63 0 -105.5 -34.5t-63.5 -85.5q-11 -30 -11 -81v-553h-329 q2 399 2 647t-1 296l-1 48h329v-144h-2q20 32 41 56t56.5 52t87 43.5t114.5 15.5q171 0 275 -113.5t104 -332.5z" />
<glyph unicode="&#xf0e2;" d="M1536 640q0 -156 -61 -298t-164 -245t-245 -164t-298 -61q-172 0 -327 72.5t-264 204.5q-7 10 -6.5 22.5t8.5 20.5l137 138q10 9 25 9q16 -2 23 -12q73 -95 179 -147t225 -52q104 0 198.5 40.5t163.5 109.5t109.5 163.5t40.5 198.5t-40.5 198.5t-109.5 163.5 t-163.5 109.5t-198.5 40.5q-98 0 -188 -35.5t-160 -101.5l137 -138q31 -30 14 -69q-17 -40 -59 -40h-448q-26 0 -45 19t-19 45v448q0 42 40 59q39 17 69 -14l130 -129q107 101 244.5 156.5t284.5 55.5q156 0 298 -61t245 -164t164 -245t61 -298z" />
<glyph unicode="&#xf0e3;" horiz-adv-x="1792" d="M1771 0q0 -53 -37 -90l-107 -108q-39 -37 -91 -37q-53 0 -90 37l-363 364q-38 36 -38 90q0 53 43 96l-256 256l-126 -126q-14 -14 -34 -14t-34 14q2 -2 12.5 -12t12.5 -13t10 -11.5t10 -13.5t6 -13.5t5.5 -16.5t1.5 -18q0 -38 -28 -68q-3 -3 -16.5 -18t-19 -20.5 t-18.5 -16.5t-22 -15.5t-22 -9t-26 -4.5q-40 0 -68 28l-408 408q-28 28 -28 68q0 13 4.5 26t9 22t15.5 22t16.5 18.5t20.5 19t18 16.5q30 28 68 28q10 0 18 -1.5t16.5 -5.5t13.5 -6t13.5 -10t11.5 -10t13 -12.5t12 -12.5q-14 14 -14 34t14 34l348 348q14 14 34 14t34 -14 q-2 2 -12.5 12t-12.5 13t-10 11.5t-10 13.5t-6 13.5t-5.5 16.5t-1.5 18q0 38 28 68q3 3 16.5 18t19 20.5t18.5 16.5t22 15.5t22 9t26 4.5q40 0 68 -28l408 -408q28 -28 28 -68q0 -13 -4.5 -26t-9 -22t-15.5 -22t-16.5 -18.5t-20.5 -19t-18 -16.5q-30 -28 -68 -28 q-10 0 -18 1.5t-16.5 5.5t-13.5 6t-13.5 10t-11.5 10t-13 12.5t-12 12.5q14 -14 14 -34t-14 -34l-126 -126l256 -256q43 43 96 43q52 0 91 -37l363 -363q37 -39 37 -91z" />
<glyph unicode="&#xf0e4;" horiz-adv-x="1792" d="M384 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM576 832q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1004 351l101 382q6 26 -7.5 48.5t-38.5 29.5 t-48 -6.5t-30 -39.5l-101 -382q-60 -5 -107 -43.5t-63 -98.5q-20 -77 20 -146t117 -89t146 20t89 117q16 60 -6 117t-72 91zM1664 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1024 1024q0 53 -37.5 90.5 t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1472 832q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1792 384q0 -261 -141 -483q-19 -29 -54 -29h-1402q-35 0 -54 29 q-141 221 -141 483q0 182 71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
<glyph unicode="&#xf0e5;" horiz-adv-x="1792" d="M896 1152q-204 0 -381.5 -69.5t-282 -187.5t-104.5 -255q0 -112 71.5 -213.5t201.5 -175.5l87 -50l-27 -96q-24 -91 -70 -172q152 63 275 171l43 38l57 -6q69 -8 130 -8q204 0 381.5 69.5t282 187.5t104.5 255t-104.5 255t-282 187.5t-381.5 69.5zM1792 640 q0 -174 -120 -321.5t-326 -233t-450 -85.5q-70 0 -145 8q-198 -175 -460 -242q-49 -14 -114 -22h-5q-15 0 -27 10.5t-16 27.5v1q-3 4 -0.5 12t2 10t4.5 9.5l6 9t7 8.5t8 9q7 8 31 34.5t34.5 38t31 39.5t32.5 51t27 59t26 76q-157 89 -247.5 220t-90.5 281q0 174 120 321.5 t326 233t450 85.5t450 -85.5t326 -233t120 -321.5z" />
<glyph unicode="&#xf0e6;" horiz-adv-x="1792" d="M704 1152q-153 0 -286 -52t-211.5 -141t-78.5 -191q0 -82 53 -158t149 -132l97 -56l-35 -84q34 20 62 39l44 31l53 -10q78 -14 153 -14q153 0 286 52t211.5 141t78.5 191t-78.5 191t-211.5 141t-286 52zM704 1280q191 0 353.5 -68.5t256.5 -186.5t94 -257t-94 -257 t-256.5 -186.5t-353.5 -68.5q-86 0 -176 16q-124 -88 -278 -128q-36 -9 -86 -16h-3q-11 0 -20.5 8t-11.5 21q-1 3 -1 6.5t0.5 6.5t2 6l2.5 5t3.5 5.5t4 5t4.5 5t4 4.5q5 6 23 25t26 29.5t22.5 29t25 38.5t20.5 44q-124 72 -195 177t-71 224q0 139 94 257t256.5 186.5 t353.5 68.5zM1526 111q10 -24 20.5 -44t25 -38.5t22.5 -29t26 -29.5t23 -25q1 -1 4 -4.5t4.5 -5t4 -5t3.5 -5.5l2.5 -5t2 -6t0.5 -6.5t-1 -6.5q-3 -14 -13 -22t-22 -7q-50 7 -86 16q-154 40 -278 128q-90 -16 -176 -16q-271 0 -472 132q58 -4 88 -4q161 0 309 45t264 129 q125 92 192 212t67 254q0 77 -23 152q129 -71 204 -178t75 -230q0 -120 -71 -224.5t-195 -176.5z" />
<glyph unicode="&#xf0e7;" horiz-adv-x="896" d="M885 970q18 -20 7 -44l-540 -1157q-13 -25 -42 -25q-4 0 -14 2q-17 5 -25.5 19t-4.5 30l197 808l-406 -101q-4 -1 -12 -1q-18 0 -31 11q-18 15 -13 39l201 825q4 14 16 23t28 9h328q19 0 32 -12.5t13 -29.5q0 -8 -5 -18l-171 -463l396 98q8 2 12 2q19 0 34 -15z" />
<glyph unicode="&#xf0e8;" horiz-adv-x="1792" d="M1792 288v-320q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h96v192h-512v-192h96q40 0 68 -28t28 -68v-320q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h96v192h-512v-192h96q40 0 68 -28t28 -68v-320 q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h96v192q0 52 38 90t90 38h512v192h-96q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h320q40 0 68 -28t28 -68v-320q0 -40 -28 -68t-68 -28h-96v-192h512q52 0 90 -38t38 -90v-192h96q40 0 68 -28t28 -68 z" />
<glyph unicode="&#xf0e9;" horiz-adv-x="1664" d="M896 708v-580q0 -104 -76 -180t-180 -76t-180 76t-76 180q0 26 19 45t45 19t45 -19t19 -45q0 -50 39 -89t89 -39t89 39t39 89v580q33 11 64 11t64 -11zM1664 681q0 -13 -9.5 -22.5t-22.5 -9.5q-11 0 -23 10q-49 46 -93 69t-102 23q-68 0 -128 -37t-103 -97 q-7 -10 -17.5 -28t-14.5 -24q-11 -17 -28 -17q-18 0 -29 17q-4 6 -14.5 24t-17.5 28q-43 60 -102.5 97t-127.5 37t-127.5 -37t-102.5 -97q-7 -10 -17.5 -28t-14.5 -24q-11 -17 -29 -17q-17 0 -28 17q-4 6 -14.5 24t-17.5 28q-43 60 -103 97t-128 37q-58 0 -102 -23t-93 -69 q-12 -10 -23 -10q-13 0 -22.5 9.5t-9.5 22.5q0 5 1 7q45 183 172.5 319.5t298 204.5t360.5 68q140 0 274.5 -40t246.5 -113.5t194.5 -187t115.5 -251.5q1 -2 1 -7zM896 1408v-98q-42 2 -64 2t-64 -2v98q0 26 19 45t45 19t45 -19t19 -45z" />
<glyph unicode="&#xf0ea;" horiz-adv-x="1792" d="M768 -128h896v640h-416q-40 0 -68 28t-28 68v416h-384v-1152zM1024 1312v64q0 13 -9.5 22.5t-22.5 9.5h-704q-13 0 -22.5 -9.5t-9.5 -22.5v-64q0 -13 9.5 -22.5t22.5 -9.5h704q13 0 22.5 9.5t9.5 22.5zM1280 640h299l-299 299v-299zM1792 512v-672q0 -40 -28 -68t-68 -28 h-960q-40 0 -68 28t-28 68v160h-544q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h1088q40 0 68 -28t28 -68v-328q21 -13 36 -28l408 -408q28 -28 48 -76t20 -88z" />
<glyph unicode="&#xf0eb;" horiz-adv-x="1024" d="M736 960q0 -13 -9.5 -22.5t-22.5 -9.5t-22.5 9.5t-9.5 22.5q0 46 -54 71t-106 25q-13 0 -22.5 9.5t-9.5 22.5t9.5 22.5t22.5 9.5q50 0 99.5 -16t87 -54t37.5 -90zM896 960q0 72 -34.5 134t-90 101.5t-123 62t-136.5 22.5t-136.5 -22.5t-123 -62t-90 -101.5t-34.5 -134 q0 -101 68 -180q10 -11 30.5 -33t30.5 -33q128 -153 141 -298h228q13 145 141 298q10 11 30.5 33t30.5 33q68 79 68 180zM1024 960q0 -155 -103 -268q-45 -49 -74.5 -87t-59.5 -95.5t-34 -107.5q47 -28 47 -82q0 -37 -25 -64q25 -27 25 -64q0 -52 -45 -81q13 -23 13 -47 q0 -46 -31.5 -71t-77.5 -25q-20 -44 -60 -70t-87 -26t-87 26t-60 70q-46 0 -77.5 25t-31.5 71q0 24 13 47q-45 29 -45 81q0 37 25 64q-25 27 -25 64q0 54 47 82q-4 50 -34 107.5t-59.5 95.5t-74.5 87q-103 113 -103 268q0 99 44.5 184.5t117 142t164 89t186.5 32.5 t186.5 -32.5t164 -89t117 -142t44.5 -184.5z" />
<glyph unicode="&#xf0ec;" horiz-adv-x="1792" d="M1792 352v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5q-12 0 -24 10l-319 320q-9 9 -9 22q0 14 9 23l320 320q9 9 23 9q13 0 22.5 -9.5t9.5 -22.5v-192h1376q13 0 22.5 -9.5t9.5 -22.5zM1792 896q0 -14 -9 -23l-320 -320q-9 -9 -23 -9 q-13 0 -22.5 9.5t-9.5 22.5v192h-1376q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1376v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23z" />
<glyph unicode="&#xf0ed;" horiz-adv-x="1920" d="M1280 608q0 14 -9 23t-23 9h-224v352q0 13 -9.5 22.5t-22.5 9.5h-192q-13 0 -22.5 -9.5t-9.5 -22.5v-352h-224q-13 0 -22.5 -9.5t-9.5 -22.5q0 -14 9 -23l352 -352q9 -9 23 -9t23 9l351 351q10 12 10 24zM1920 384q0 -159 -112.5 -271.5t-271.5 -112.5h-1088 q-185 0 -316.5 131.5t-131.5 316.5q0 130 70 240t188 165q-2 30 -2 43q0 212 150 362t362 150q156 0 285.5 -87t188.5 -231q71 62 166 62q106 0 181 -75t75 -181q0 -76 -41 -138q130 -31 213.5 -135.5t83.5 -238.5z" />
<glyph unicode="&#xf0ee;" horiz-adv-x="1920" d="M1280 672q0 14 -9 23l-352 352q-9 9 -23 9t-23 -9l-351 -351q-10 -12 -10 -24q0 -14 9 -23t23 -9h224v-352q0 -13 9.5 -22.5t22.5 -9.5h192q13 0 22.5 9.5t9.5 22.5v352h224q13 0 22.5 9.5t9.5 22.5zM1920 384q0 -159 -112.5 -271.5t-271.5 -112.5h-1088 q-185 0 -316.5 131.5t-131.5 316.5q0 130 70 240t188 165q-2 30 -2 43q0 212 150 362t362 150q156 0 285.5 -87t188.5 -231q71 62 166 62q106 0 181 -75t75 -181q0 -76 -41 -138q130 -31 213.5 -135.5t83.5 -238.5z" />
<glyph unicode="&#xf0f0;" horiz-adv-x="1408" d="M384 192q0 -26 -19 -45t-45 -19t-45 19t-19 45t19 45t45 19t45 -19t19 -45zM1408 131q0 -121 -73 -190t-194 -69h-874q-121 0 -194 69t-73 190q0 68 5.5 131t24 138t47.5 132.5t81 103t120 60.5q-22 -52 -22 -120v-203q-58 -20 -93 -70t-35 -111q0 -80 56 -136t136 -56 t136 56t56 136q0 61 -35.5 111t-92.5 70v203q0 62 25 93q132 -104 295 -104t295 104q25 -31 25 -93v-64q-106 0 -181 -75t-75 -181v-89q-32 -29 -32 -71q0 -40 28 -68t68 -28t68 28t28 68q0 42 -32 71v89q0 52 38 90t90 38t90 -38t38 -90v-89q-32 -29 -32 -71q0 -40 28 -68 t68 -28t68 28t28 68q0 42 -32 71v89q0 68 -34.5 127.5t-93.5 93.5q0 10 0.5 42.5t0 48t-2.5 41.5t-7 47t-13 40q68 -15 120 -60.5t81 -103t47.5 -132.5t24 -138t5.5 -131zM1088 1024q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5 t271.5 -112.5t112.5 -271.5z" />
<glyph unicode="&#xf0f1;" horiz-adv-x="1408" d="M1280 832q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 832q0 -62 -35.5 -111t-92.5 -70v-395q0 -159 -131.5 -271.5t-316.5 -112.5t-316.5 112.5t-131.5 271.5v132q-164 20 -274 128t-110 252v512q0 26 19 45t45 19q6 0 16 -2q17 30 47 48 t65 18q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5q-33 0 -64 18v-402q0 -106 94 -181t226 -75t226 75t94 181v402q-31 -18 -64 -18q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5q35 0 65 -18t47 -48q10 2 16 2q26 0 45 -19t19 -45v-512q0 -144 -110 -252 t-274 -128v-132q0 -106 94 -181t226 -75t226 75t94 181v395q-57 21 -92.5 70t-35.5 111q0 80 56 136t136 56t136 -56t56 -136z" />
<glyph unicode="&#xf0f2;" horiz-adv-x="1792" d="M640 1152h512v128h-512v-128zM288 1152v-1280h-64q-92 0 -158 66t-66 158v832q0 92 66 158t158 66h64zM1408 1152v-1280h-1024v1280h128v160q0 40 28 68t68 28h576q40 0 68 -28t28 -68v-160h128zM1792 928v-832q0 -92 -66 -158t-158 -66h-64v1280h64q92 0 158 -66 t66 -158z" />
<glyph unicode="&#xf0f3;" horiz-adv-x="1664" d="M848 -160q0 16 -16 16q-59 0 -101.5 42.5t-42.5 101.5q0 16 -16 16t-16 -16q0 -73 51.5 -124.5t124.5 -51.5q16 0 16 16zM1664 128q0 -52 -38 -90t-90 -38h-448q0 -106 -75 -181t-181 -75t-181 75t-75 181h-448q-52 0 -90 38t-38 90q190 161 287 397.5t97 498.5 q0 165 96 262t264 117q-8 18 -8 37q0 40 28 68t68 28t68 -28t28 -68q0 -19 -8 -37q168 -20 264 -117t96 -262q0 -262 97 -498.5t287 -397.5z" />
<glyph unicode="&#xf0f4;" horiz-adv-x="1920" d="M1664 896q0 80 -56 136t-136 56h-64v-384h64q80 0 136 56t56 136zM0 128h1792q0 -106 -75 -181t-181 -75h-1280q-106 0 -181 75t-75 181zM1856 896q0 -159 -112.5 -271.5t-271.5 -112.5h-64v-32q0 -92 -66 -158t-158 -66h-704q-92 0 -158 66t-66 158v736q0 26 19 45 t45 19h1152q159 0 271.5 -112.5t112.5 -271.5z" />
<glyph unicode="&#xf0f5;" horiz-adv-x="1408" d="M640 1472v-640q0 -61 -35.5 -111t-92.5 -70v-779q0 -52 -38 -90t-90 -38h-128q-52 0 -90 38t-38 90v779q-57 20 -92.5 70t-35.5 111v640q0 26 19 45t45 19t45 -19t19 -45v-416q0 -26 19 -45t45 -19t45 19t19 45v416q0 26 19 45t45 19t45 -19t19 -45v-416q0 -26 19 -45 t45 -19t45 19t19 45v416q0 26 19 45t45 19t45 -19t19 -45zM1408 1472v-1600q0 -52 -38 -90t-90 -38h-128q-52 0 -90 38t-38 90v512h-224q-13 0 -22.5 9.5t-9.5 22.5v800q0 132 94 226t226 94h256q26 0 45 -19t19 -45z" />
<glyph unicode="&#xf0f6;" horiz-adv-x="1280" d="M1024 352v-64q0 -14 -9 -23t-23 -9h-704q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h704q14 0 23 -9t9 -23zM1024 608v-64q0 -14 -9 -23t-23 -9h-704q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h704q14 0 23 -9t9 -23zM128 0h1024v768h-416q-40 0 -68 28t-28 68v416h-512v-1280z M768 896h376q-10 29 -22 41l-313 313q-12 12 -41 22v-376zM1280 864v-896q0 -40 -28 -68t-68 -28h-1088q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h640q40 0 88 -20t76 -48l312 -312q28 -28 48 -76t20 -88z" />
<glyph unicode="&#xf0f7;" horiz-adv-x="1408" d="M384 224v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M640 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M1152 224v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM896 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M640 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 992v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M1152 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM896 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M640 992v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 1248v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M1152 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM896 992v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M640 1248v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1152 992v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M896 1248v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1152 1248v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M896 -128h384v1536h-1152v-1536h384v224q0 13 9.5 22.5t22.5 9.5h320q13 0 22.5 -9.5t9.5 -22.5v-224zM1408 1472v-1664q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v1664q0 26 19 45t45 19h1280q26 0 45 -19t19 -45z" />
<glyph unicode="&#xf0f8;" horiz-adv-x="1408" d="M384 224v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M640 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M1152 224v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM896 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M640 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1152 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M896 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1152 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M896 -128h384v1152h-256v-32q0 -40 -28 -68t-68 -28h-448q-40 0 -68 28t-28 68v32h-256v-1152h384v224q0 13 9.5 22.5t22.5 9.5h320q13 0 22.5 -9.5t9.5 -22.5v-224zM896 1056v320q0 13 -9.5 22.5t-22.5 9.5h-64q-13 0 -22.5 -9.5t-9.5 -22.5v-96h-128v96q0 13 -9.5 22.5 t-22.5 9.5h-64q-13 0 -22.5 -9.5t-9.5 -22.5v-320q0 -13 9.5 -22.5t22.5 -9.5h64q13 0 22.5 9.5t9.5 22.5v96h128v-96q0 -13 9.5 -22.5t22.5 -9.5h64q13 0 22.5 9.5t9.5 22.5zM1408 1088v-1280q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v1280q0 26 19 45t45 19h320 v288q0 40 28 68t68 28h448q40 0 68 -28t28 -68v-288h320q26 0 45 -19t19 -45z" />
<glyph unicode="&#xf0f9;" horiz-adv-x="1920" d="M640 128q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM256 640h384v256h-158q-14 -2 -22 -9l-195 -195q-7 -12 -9 -22v-30zM1536 128q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5 t90.5 37.5t37.5 90.5zM1664 800v192q0 14 -9 23t-23 9h-224v224q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23v-224h-224q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h224v-224q0 -14 9 -23t23 -9h192q14 0 23 9t9 23v224h224q14 0 23 9t9 23zM1920 1344v-1152 q0 -26 -19 -45t-45 -19h-192q0 -106 -75 -181t-181 -75t-181 75t-75 181h-384q0 -106 -75 -181t-181 -75t-181 75t-75 181h-128q-26 0 -45 19t-19 45t19 45t45 19v416q0 26 13 58t32 51l198 198q19 19 51 32t58 13h160v320q0 26 19 45t45 19h1152q26 0 45 -19t19 -45z" />
<glyph unicode="&#xf0fa;" horiz-adv-x="1792" d="M1280 416v192q0 14 -9 23t-23 9h-224v224q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23v-224h-224q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h224v-224q0 -14 9 -23t23 -9h192q14 0 23 9t9 23v224h224q14 0 23 9t9 23zM640 1152h512v128h-512v-128zM256 1152v-1280h-32 q-92 0 -158 66t-66 158v832q0 92 66 158t158 66h32zM1440 1152v-1280h-1088v1280h160v160q0 40 28 68t68 28h576q40 0 68 -28t28 -68v-160h160zM1792 928v-832q0 -92 -66 -158t-158 -66h-32v1280h32q92 0 158 -66t66 -158z" />
<glyph unicode="&#xf0fb;" horiz-adv-x="1920" d="M1920 576q-1 -32 -288 -96l-352 -32l-224 -64h-64l-293 -352h69q26 0 45 -4.5t19 -11.5t-19 -11.5t-45 -4.5h-96h-160h-64v32h64v416h-160l-192 -224h-96l-32 32v192h32v32h128v8l-192 24v128l192 24v8h-128v32h-32v192l32 32h96l192 -224h160v416h-64v32h64h160h96 q26 0 45 -4.5t19 -11.5t-19 -11.5t-45 -4.5h-69l293 -352h64l224 -64l352 -32q261 -58 287 -93z" />
<glyph unicode="&#xf0fc;" horiz-adv-x="1664" d="M640 640v384h-256v-256q0 -53 37.5 -90.5t90.5 -37.5h128zM1664 192v-192h-1152v192l128 192h-128q-159 0 -271.5 112.5t-112.5 271.5v320l-64 64l32 128h480l32 128h960l32 -192l-64 -32v-800z" />
<glyph unicode="&#xf0fd;" d="M1280 192v896q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-320h-512v320q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-896q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v320h512v-320q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1536 1120v-960 q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
<glyph unicode="&#xf0fe;" d="M1280 576v128q0 26 -19 45t-45 19h-320v320q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-320h-320q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h320v-320q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v320h320q26 0 45 19t19 45zM1536 1120v-960 q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
<glyph unicode="&#xf100;" horiz-adv-x="1024" d="M627 160q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l50 -50q10 -10 10 -23t-10 -23l-393 -393l393 -393q10 -10 10 -23zM1011 160q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23 t10 23l466 466q10 10 23 10t23 -10l50 -50q10 -10 10 -23t-10 -23l-393 -393l393 -393q10 -10 10 -23z" />
<glyph unicode="&#xf101;" horiz-adv-x="1024" d="M595 576q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23zM979 576q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23 l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23z" />
<glyph unicode="&#xf102;" horiz-adv-x="1152" d="M1075 224q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-393 393l-393 -393q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l466 -466q10 -10 10 -23zM1075 608q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-393 393l-393 -393 q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l466 -466q10 -10 10 -23z" />
<glyph unicode="&#xf103;" horiz-adv-x="1152" d="M1075 672q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l393 -393l393 393q10 10 23 10t23 -10l50 -50q10 -10 10 -23zM1075 1056q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23 t10 23l50 50q10 10 23 10t23 -10l393 -393l393 393q10 10 23 10t23 -10l50 -50q10 -10 10 -23z" />
<glyph unicode="&#xf104;" horiz-adv-x="640" d="M627 992q0 -13 -10 -23l-393 -393l393 -393q10 -10 10 -23t-10 -23l-50 -50q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l50 -50q10 -10 10 -23z" />
<glyph unicode="&#xf105;" horiz-adv-x="640" d="M595 576q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23z" />
<glyph unicode="&#xf106;" horiz-adv-x="1152" d="M1075 352q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-393 393l-393 -393q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l466 -466q10 -10 10 -23z" />
<glyph unicode="&#xf107;" horiz-adv-x="1152" d="M1075 800q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l393 -393l393 393q10 10 23 10t23 -10l50 -50q10 -10 10 -23z" />
<glyph unicode="&#xf108;" horiz-adv-x="1920" d="M1792 544v832q0 13 -9.5 22.5t-22.5 9.5h-1600q-13 0 -22.5 -9.5t-9.5 -22.5v-832q0 -13 9.5 -22.5t22.5 -9.5h1600q13 0 22.5 9.5t9.5 22.5zM1920 1376v-1088q0 -66 -47 -113t-113 -47h-544q0 -37 16 -77.5t32 -71t16 -43.5q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19 t-19 45q0 14 16 44t32 70t16 78h-544q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1600q66 0 113 -47t47 -113z" />
<glyph unicode="&#xf109;" horiz-adv-x="1920" d="M416 256q-66 0 -113 47t-47 113v704q0 66 47 113t113 47h1088q66 0 113 -47t47 -113v-704q0 -66 -47 -113t-113 -47h-1088zM384 1120v-704q0 -13 9.5 -22.5t22.5 -9.5h1088q13 0 22.5 9.5t9.5 22.5v704q0 13 -9.5 22.5t-22.5 9.5h-1088q-13 0 -22.5 -9.5t-9.5 -22.5z M1760 192h160v-96q0 -40 -47 -68t-113 -28h-1600q-66 0 -113 28t-47 68v96h160h1600zM1040 96q16 0 16 16t-16 16h-160q-16 0 -16 -16t16 -16h160z" />
<glyph unicode="&#xf10a;" horiz-adv-x="1152" d="M640 128q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1024 288v960q0 13 -9.5 22.5t-22.5 9.5h-832q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h832q13 0 22.5 9.5t9.5 22.5zM1152 1248v-1088q0 -66 -47 -113t-113 -47h-832 q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h832q66 0 113 -47t47 -113z" />
<glyph unicode="&#xf10b;" horiz-adv-x="768" d="M464 128q0 33 -23.5 56.5t-56.5 23.5t-56.5 -23.5t-23.5 -56.5t23.5 -56.5t56.5 -23.5t56.5 23.5t23.5 56.5zM672 288v704q0 13 -9.5 22.5t-22.5 9.5h-512q-13 0 -22.5 -9.5t-9.5 -22.5v-704q0 -13 9.5 -22.5t22.5 -9.5h512q13 0 22.5 9.5t9.5 22.5zM480 1136 q0 16 -16 16h-160q-16 0 -16 -16t16 -16h160q16 0 16 16zM768 1152v-1024q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v1024q0 52 38 90t90 38h512q52 0 90 -38t38 -90z" />
<glyph unicode="&#xf10c;" d="M768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103 t279.5 -279.5t103 -385.5z" />
<glyph unicode="&#xf10d;" horiz-adv-x="1664" d="M768 576v-384q0 -80 -56 -136t-136 -56h-384q-80 0 -136 56t-56 136v704q0 104 40.5 198.5t109.5 163.5t163.5 109.5t198.5 40.5h64q26 0 45 -19t19 -45v-128q0 -26 -19 -45t-45 -19h-64q-106 0 -181 -75t-75 -181v-32q0 -40 28 -68t68 -28h224q80 0 136 -56t56 -136z M1664 576v-384q0 -80 -56 -136t-136 -56h-384q-80 0 -136 56t-56 136v704q0 104 40.5 198.5t109.5 163.5t163.5 109.5t198.5 40.5h64q26 0 45 -19t19 -45v-128q0 -26 -19 -45t-45 -19h-64q-106 0 -181 -75t-75 -181v-32q0 -40 28 -68t68 -28h224q80 0 136 -56t56 -136z" />
<glyph unicode="&#xf10e;" horiz-adv-x="1664" d="M768 1216v-704q0 -104 -40.5 -198.5t-109.5 -163.5t-163.5 -109.5t-198.5 -40.5h-64q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h64q106 0 181 75t75 181v32q0 40 -28 68t-68 28h-224q-80 0 -136 56t-56 136v384q0 80 56 136t136 56h384q80 0 136 -56t56 -136zM1664 1216 v-704q0 -104 -40.5 -198.5t-109.5 -163.5t-163.5 -109.5t-198.5 -40.5h-64q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h64q106 0 181 75t75 181v32q0 40 -28 68t-68 28h-224q-80 0 -136 56t-56 136v384q0 80 56 136t136 56h384q80 0 136 -56t56 -136z" />
<glyph unicode="&#xf110;" horiz-adv-x="1568" d="M496 192q0 -60 -42.5 -102t-101.5 -42q-60 0 -102 42t-42 102t42 102t102 42q59 0 101.5 -42t42.5 -102zM928 0q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM320 640q0 -66 -47 -113t-113 -47t-113 47t-47 113 t47 113t113 47t113 -47t47 -113zM1360 192q0 -46 -33 -79t-79 -33t-79 33t-33 79t33 79t79 33t79 -33t33 -79zM528 1088q0 -73 -51.5 -124.5t-124.5 -51.5t-124.5 51.5t-51.5 124.5t51.5 124.5t124.5 51.5t124.5 -51.5t51.5 -124.5zM992 1280q0 -80 -56 -136t-136 -56 t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1536 640q0 -40 -28 -68t-68 -28t-68 28t-28 68t28 68t68 28t68 -28t28 -68zM1328 1088q0 -33 -23.5 -56.5t-56.5 -23.5t-56.5 23.5t-23.5 56.5t23.5 56.5t56.5 23.5t56.5 -23.5t23.5 -56.5z" />
<glyph unicode="&#xf111;" d="M1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
<glyph unicode="&#xf112;" horiz-adv-x="1792" d="M1792 416q0 -166 -127 -451q-3 -7 -10.5 -24t-13.5 -30t-13 -22q-12 -17 -28 -17q-15 0 -23.5 10t-8.5 25q0 9 2.5 26.5t2.5 23.5q5 68 5 123q0 101 -17.5 181t-48.5 138.5t-80 101t-105.5 69.5t-133 42.5t-154 21.5t-175.5 6h-224v-256q0 -26 -19 -45t-45 -19t-45 19 l-512 512q-19 19 -19 45t19 45l512 512q19 19 45 19t45 -19t19 -45v-256h224q713 0 875 -403q53 -134 53 -333z" />
<glyph unicode="&#xf113;" horiz-adv-x="1664" d="M640 320q0 -40 -12.5 -82t-43 -76t-72.5 -34t-72.5 34t-43 76t-12.5 82t12.5 82t43 76t72.5 34t72.5 -34t43 -76t12.5 -82zM1280 320q0 -40 -12.5 -82t-43 -76t-72.5 -34t-72.5 34t-43 76t-12.5 82t12.5 82t43 76t72.5 34t72.5 -34t43 -76t12.5 -82zM1440 320 q0 120 -69 204t-187 84q-41 0 -195 -21q-71 -11 -157 -11t-157 11q-152 21 -195 21q-118 0 -187 -84t-69 -204q0 -88 32 -153.5t81 -103t122 -60t140 -29.5t149 -7h168q82 0 149 7t140 29.5t122 60t81 103t32 153.5zM1664 496q0 -207 -61 -331q-38 -77 -105.5 -133t-141 -86 t-170 -47.5t-171.5 -22t-167 -4.5q-78 0 -142 3t-147.5 12.5t-152.5 30t-137 51.5t-121 81t-86 115q-62 123 -62 331q0 237 136 396q-27 82 -27 170q0 116 51 218q108 0 190 -39.5t189 -123.5q147 35 309 35q148 0 280 -32q105 82 187 121t189 39q51 -102 51 -218 q0 -87 -27 -168q136 -160 136 -398z" />
<glyph unicode="&#xf114;" horiz-adv-x="1664" d="M1536 224v704q0 40 -28 68t-68 28h-704q-40 0 -68 28t-28 68v64q0 40 -28 68t-68 28h-320q-40 0 -68 -28t-28 -68v-960q0 -40 28 -68t68 -28h1216q40 0 68 28t28 68zM1664 928v-704q0 -92 -66 -158t-158 -66h-1216q-92 0 -158 66t-66 158v960q0 92 66 158t158 66h320 q92 0 158 -66t66 -158v-32h672q92 0 158 -66t66 -158z" />
<glyph unicode="&#xf115;" horiz-adv-x="1920" d="M1781 605q0 35 -53 35h-1088q-40 0 -85.5 -21.5t-71.5 -52.5l-294 -363q-18 -24 -18 -40q0 -35 53 -35h1088q40 0 86 22t71 53l294 363q18 22 18 39zM640 768h768v160q0 40 -28 68t-68 28h-576q-40 0 -68 28t-28 68v64q0 40 -28 68t-68 28h-320q-40 0 -68 -28t-28 -68 v-853l256 315q44 53 116 87.5t140 34.5zM1909 605q0 -62 -46 -120l-295 -363q-43 -53 -116 -87.5t-140 -34.5h-1088q-92 0 -158 66t-66 158v960q0 92 66 158t158 66h320q92 0 158 -66t66 -158v-32h544q92 0 158 -66t66 -158v-160h192q54 0 99 -24.5t67 -70.5q15 -32 15 -68z " />
<glyph unicode="&#xf116;" horiz-adv-x="1792" />
<glyph unicode="&#xf117;" horiz-adv-x="1792" />
<glyph unicode="&#xf118;" d="M1134 461q-37 -121 -138 -195t-228 -74t-228 74t-138 195q-8 25 4 48.5t38 31.5q25 8 48.5 -4t31.5 -38q25 -80 92.5 -129.5t151.5 -49.5t151.5 49.5t92.5 129.5q8 26 32 38t49 4t37 -31.5t4 -48.5zM640 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5 t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1152 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5 t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
<glyph unicode="&#xf119;" d="M1134 307q8 -25 -4 -48.5t-37 -31.5t-49 4t-32 38q-25 80 -92.5 129.5t-151.5 49.5t-151.5 -49.5t-92.5 -129.5q-8 -26 -31.5 -38t-48.5 -4q-26 8 -38 31.5t-4 48.5q37 121 138 195t228 74t228 -74t138 -195zM640 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5 t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1152 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204 t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
<glyph unicode="&#xf11a;" d="M1152 448q0 -26 -19 -45t-45 -19h-640q-26 0 -45 19t-19 45t19 45t45 19h640q26 0 45 -19t19 -45zM640 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1152 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5 t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640 q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
<glyph unicode="&#xf11b;" horiz-adv-x="1920" d="M832 448v128q0 14 -9 23t-23 9h-192v192q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-192h-192q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h192v-192q0 -14 9 -23t23 -9h128q14 0 23 9t9 23v192h192q14 0 23 9t9 23zM1408 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5 t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1664 640q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1920 512q0 -212 -150 -362t-362 -150q-192 0 -338 128h-220q-146 -128 -338 -128q-212 0 -362 150 t-150 362t150 362t362 150h896q212 0 362 -150t150 -362z" />
<glyph unicode="&#xf11c;" horiz-adv-x="1920" d="M384 368v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM512 624v-96q0 -16 -16 -16h-224q-16 0 -16 16v96q0 16 16 16h224q16 0 16 -16zM384 880v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1408 368v-96q0 -16 -16 -16 h-864q-16 0 -16 16v96q0 16 16 16h864q16 0 16 -16zM768 624v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM640 880v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1024 624v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16 h96q16 0 16 -16zM896 880v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1280 624v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1664 368v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1152 880v-96 q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1408 880v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1664 880v-352q0 -16 -16 -16h-224q-16 0 -16 16v96q0 16 16 16h112v240q0 16 16 16h96q16 0 16 -16zM1792 128v896h-1664v-896 h1664zM1920 1024v-896q0 -53 -37.5 -90.5t-90.5 -37.5h-1664q-53 0 -90.5 37.5t-37.5 90.5v896q0 53 37.5 90.5t90.5 37.5h1664q53 0 90.5 -37.5t37.5 -90.5z" />
<glyph unicode="&#xf11d;" horiz-adv-x="1792" d="M1664 491v616q-169 -91 -306 -91q-82 0 -145 32q-100 49 -184 76.5t-178 27.5q-173 0 -403 -127v-599q245 113 433 113q55 0 103.5 -7.5t98 -26t77 -31t82.5 -39.5l28 -14q44 -22 101 -22q120 0 293 92zM320 1280q0 -35 -17.5 -64t-46.5 -46v-1266q0 -14 -9 -23t-23 -9 h-64q-14 0 -23 9t-9 23v1266q-29 17 -46.5 46t-17.5 64q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1792 1216v-763q0 -39 -35 -57q-10 -5 -17 -9q-218 -116 -369 -116q-88 0 -158 35l-28 14q-64 33 -99 48t-91 29t-114 14q-102 0 -235.5 -44t-228.5 -102 q-15 -9 -33 -9q-16 0 -32 8q-32 19 -32 56v742q0 35 31 55q35 21 78.5 42.5t114 52t152.5 49.5t155 19q112 0 209 -31t209 -86q38 -19 89 -19q122 0 310 112q22 12 31 17q31 16 62 -2q31 -20 31 -55z" />
<glyph unicode="&#xf11e;" horiz-adv-x="1792" d="M832 536v192q-181 -16 -384 -117v-185q205 96 384 110zM832 954v197q-172 -8 -384 -126v-189q215 111 384 118zM1664 491v184q-235 -116 -384 -71v224q-20 6 -39 15q-5 3 -33 17t-34.5 17t-31.5 15t-34.5 15.5t-32.5 13t-36 12.5t-35 8.5t-39.5 7.5t-39.5 4t-44 2 q-23 0 -49 -3v-222h19q102 0 192.5 -29t197.5 -82q19 -9 39 -15v-188q42 -17 91 -17q120 0 293 92zM1664 918v189q-169 -91 -306 -91q-45 0 -78 8v-196q148 -42 384 90zM320 1280q0 -35 -17.5 -64t-46.5 -46v-1266q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v1266 q-29 17 -46.5 46t-17.5 64q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1792 1216v-763q0 -39 -35 -57q-10 -5 -17 -9q-218 -116 -369 -116q-88 0 -158 35l-28 14q-64 33 -99 48t-91 29t-114 14q-102 0 -235.5 -44t-228.5 -102q-15 -9 -33 -9q-16 0 -32 8 q-32 19 -32 56v742q0 35 31 55q35 21 78.5 42.5t114 52t152.5 49.5t155 19q112 0 209 -31t209 -86q38 -19 89 -19q122 0 310 112q22 12 31 17q31 16 62 -2q31 -20 31 -55z" />
<glyph unicode="&#xf120;" horiz-adv-x="1664" d="M585 553l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23t-10 -23zM1664 96v-64q0 -14 -9 -23t-23 -9h-960q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h960q14 0 23 -9 t9 -23z" />
<glyph unicode="&#xf121;" horiz-adv-x="1920" d="M617 137l-50 -50q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l50 -50q10 -10 10 -23t-10 -23l-393 -393l393 -393q10 -10 10 -23t-10 -23zM1208 1204l-373 -1291q-4 -13 -15.5 -19.5t-23.5 -2.5l-62 17q-13 4 -19.5 15.5t-2.5 24.5 l373 1291q4 13 15.5 19.5t23.5 2.5l62 -17q13 -4 19.5 -15.5t2.5 -24.5zM1865 553l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23t-10 -23z" />
<glyph unicode="&#xf122;" horiz-adv-x="1792" d="M640 454v-70q0 -42 -39 -59q-13 -5 -25 -5q-27 0 -45 19l-512 512q-19 19 -19 45t19 45l512 512q29 31 70 14q39 -17 39 -59v-69l-397 -398q-19 -19 -19 -45t19 -45zM1792 416q0 -58 -17 -133.5t-38.5 -138t-48 -125t-40.5 -90.5l-20 -40q-8 -17 -28 -17q-6 0 -9 1 q-25 8 -23 34q43 400 -106 565q-64 71 -170.5 110.5t-267.5 52.5v-251q0 -42 -39 -59q-13 -5 -25 -5q-27 0 -45 19l-512 512q-19 19 -19 45t19 45l512 512q29 31 70 14q39 -17 39 -59v-262q411 -28 599 -221q169 -173 169 -509z" />
<glyph unicode="&#xf123;" horiz-adv-x="1664" d="M1186 579l257 250l-356 52l-66 10l-30 60l-159 322v-963l59 -31l318 -168l-60 355l-12 66zM1638 841l-363 -354l86 -500q5 -33 -6 -51.5t-34 -18.5q-17 0 -40 12l-449 236l-449 -236q-23 -12 -40 -12q-23 0 -34 18.5t-6 51.5l86 500l-364 354q-32 32 -23 59.5t54 34.5 l502 73l225 455q20 41 49 41q28 0 49 -41l225 -455l502 -73q45 -7 54 -34.5t-24 -59.5z" />
<glyph unicode="&#xf124;" horiz-adv-x="1408" d="M1401 1187l-640 -1280q-17 -35 -57 -35q-5 0 -15 2q-22 5 -35.5 22.5t-13.5 39.5v576h-576q-22 0 -39.5 13.5t-22.5 35.5t4 42t29 30l1280 640q13 7 29 7q27 0 45 -19q15 -14 18.5 -34.5t-6.5 -39.5z" />
<glyph unicode="&#xf125;" horiz-adv-x="1664" d="M557 256h595v595zM512 301l595 595h-595v-595zM1664 224v-192q0 -14 -9 -23t-23 -9h-224v-224q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v224h-864q-14 0 -23 9t-9 23v864h-224q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h224v224q0 14 9 23t23 9h192q14 0 23 -9t9 -23 v-224h851l246 247q10 9 23 9t23 -9q9 -10 9 -23t-9 -23l-247 -246v-851h224q14 0 23 -9t9 -23z" />
<glyph unicode="&#xf126;" horiz-adv-x="1024" d="M288 64q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM288 1216q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM928 1088q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM1024 1088q0 -52 -26 -96.5t-70 -69.5 q-2 -287 -226 -414q-68 -38 -203 -81q-128 -40 -169.5 -71t-41.5 -100v-26q44 -25 70 -69.5t26 -96.5q0 -80 -56 -136t-136 -56t-136 56t-56 136q0 52 26 96.5t70 69.5v820q-44 25 -70 69.5t-26 96.5q0 80 56 136t136 56t136 -56t56 -136q0 -52 -26 -96.5t-70 -69.5v-497 q54 26 154 57q55 17 87.5 29.5t70.5 31t59 39.5t40.5 51t28 69.5t8.5 91.5q-44 25 -70 69.5t-26 96.5q0 80 56 136t136 56t136 -56t56 -136z" />
<glyph unicode="&#xf127;" horiz-adv-x="1664" d="M439 265l-256 -256q-10 -9 -23 -9q-12 0 -23 9q-9 10 -9 23t9 23l256 256q10 9 23 9t23 -9q9 -10 9 -23t-9 -23zM608 224v-320q0 -14 -9 -23t-23 -9t-23 9t-9 23v320q0 14 9 23t23 9t23 -9t9 -23zM384 448q0 -14 -9 -23t-23 -9h-320q-14 0 -23 9t-9 23t9 23t23 9h320 q14 0 23 -9t9 -23zM1648 320q0 -120 -85 -203l-147 -146q-83 -83 -203 -83q-121 0 -204 85l-334 335q-21 21 -42 56l239 18l273 -274q27 -27 68 -27.5t68 26.5l147 146q28 28 28 67q0 40 -28 68l-274 275l18 239q35 -21 56 -42l336 -336q84 -86 84 -204zM1031 1044l-239 -18 l-273 274q-28 28 -68 28q-39 0 -68 -27l-147 -146q-28 -28 -28 -67q0 -40 28 -68l274 -274l-18 -240q-35 21 -56 42l-336 336q-84 86 -84 204q0 120 85 203l147 146q83 83 203 83q121 0 204 -85l334 -335q21 -21 42 -56zM1664 960q0 -14 -9 -23t-23 -9h-320q-14 0 -23 9 t-9 23t9 23t23 9h320q14 0 23 -9t9 -23zM1120 1504v-320q0 -14 -9 -23t-23 -9t-23 9t-9 23v320q0 14 9 23t23 9t23 -9t9 -23zM1527 1353l-256 -256q-11 -9 -23 -9t-23 9q-9 10 -9 23t9 23l256 256q10 9 23 9t23 -9q9 -10 9 -23t-9 -23z" />
<glyph unicode="&#xf128;" horiz-adv-x="1024" d="M704 280v-240q0 -16 -12 -28t-28 -12h-240q-16 0 -28 12t-12 28v240q0 16 12 28t28 12h240q16 0 28 -12t12 -28zM1020 880q0 -54 -15.5 -101t-35 -76.5t-55 -59.5t-57.5 -43.5t-61 -35.5q-41 -23 -68.5 -65t-27.5 -67q0 -17 -12 -32.5t-28 -15.5h-240q-15 0 -25.5 18.5 t-10.5 37.5v45q0 83 65 156.5t143 108.5q59 27 84 56t25 76q0 42 -46.5 74t-107.5 32q-65 0 -108 -29q-35 -25 -107 -115q-13 -16 -31 -16q-12 0 -25 8l-164 125q-13 10 -15.5 25t5.5 28q160 266 464 266q80 0 161 -31t146 -83t106 -127.5t41 -158.5z" />
<glyph unicode="&#xf129;" horiz-adv-x="640" d="M640 192v-128q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h64v384h-64q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h384q26 0 45 -19t19 -45v-576h64q26 0 45 -19t19 -45zM512 1344v-192q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v192 q0 26 19 45t45 19h256q26 0 45 -19t19 -45z" />
<glyph unicode="&#xf12a;" horiz-adv-x="640" d="M512 288v-224q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v224q0 26 19 45t45 19h256q26 0 45 -19t19 -45zM542 1344l-28 -768q-1 -26 -20.5 -45t-45.5 -19h-256q-26 0 -45.5 19t-20.5 45l-28 768q-1 26 17.5 45t44.5 19h320q26 0 44.5 -19t17.5 -45z" />
<glyph unicode="&#xf12b;" d="M897 167v-167h-248l-159 252l-24 42q-8 9 -11 21h-3l-9 -21q-10 -20 -25 -44l-155 -250h-258v167h128l197 291l-185 272h-137v168h276l139 -228q2 -4 23 -42q8 -9 11 -21h3q3 9 11 21l25 42l140 228h257v-168h-125l-184 -267l204 -296h109zM1534 846v-206h-514l-3 27 q-4 28 -4 46q0 64 26 117t65 86.5t84 65t84 54.5t65 54t26 64q0 38 -29.5 62.5t-70.5 24.5q-51 0 -97 -39q-14 -11 -36 -38l-105 92q26 37 63 66q83 65 188 65q110 0 178 -59.5t68 -158.5q0 -56 -24.5 -103t-62 -76.5t-81.5 -58.5t-82 -50.5t-65.5 -51.5t-30.5 -63h232v80 h126z" />
<glyph unicode="&#xf12c;" d="M897 167v-167h-248l-159 252l-24 42q-8 9 -11 21h-3l-9 -21q-10 -20 -25 -44l-155 -250h-258v167h128l197 291l-185 272h-137v168h276l139 -228q2 -4 23 -42q8 -9 11 -21h3q3 9 11 21l25 42l140 228h257v-168h-125l-184 -267l204 -296h109zM1536 -50v-206h-514l-4 27 q-3 45 -3 46q0 64 26 117t65 86.5t84 65t84 54.5t65 54t26 64q0 38 -29.5 62.5t-70.5 24.5q-51 0 -97 -39q-14 -11 -36 -38l-105 92q26 37 63 66q80 65 188 65q110 0 178 -59.5t68 -158.5q0 -66 -34.5 -118.5t-84 -86t-99.5 -62.5t-87 -63t-41 -73h232v80h126z" />
<glyph unicode="&#xf12d;" horiz-adv-x="1920" d="M896 128l336 384h-768l-336 -384h768zM1909 1205q15 -34 9.5 -71.5t-30.5 -65.5l-896 -1024q-38 -44 -96 -44h-768q-38 0 -69.5 20.5t-47.5 54.5q-15 34 -9.5 71.5t30.5 65.5l896 1024q38 44 96 44h768q38 0 69.5 -20.5t47.5 -54.5z" />
<glyph unicode="&#xf12e;" horiz-adv-x="1664" d="M1664 438q0 -81 -44.5 -135t-123.5 -54q-41 0 -77.5 17.5t-59 38t-56.5 38t-71 17.5q-110 0 -110 -124q0 -39 16 -115t15 -115v-5q-22 0 -33 -1q-34 -3 -97.5 -11.5t-115.5 -13.5t-98 -5q-61 0 -103 26.5t-42 83.5q0 37 17.5 71t38 56.5t38 59t17.5 77.5q0 79 -54 123.5 t-135 44.5q-84 0 -143 -45.5t-59 -127.5q0 -43 15 -83t33.5 -64.5t33.5 -53t15 -50.5q0 -45 -46 -89q-37 -35 -117 -35q-95 0 -245 24q-9 2 -27.5 4t-27.5 4l-13 2q-1 0 -3 1q-2 0 -2 1v1024q2 -1 17.5 -3.5t34 -5t21.5 -3.5q150 -24 245 -24q80 0 117 35q46 44 46 89 q0 22 -15 50.5t-33.5 53t-33.5 64.5t-15 83q0 82 59 127.5t144 45.5q80 0 134 -44.5t54 -123.5q0 -41 -17.5 -77.5t-38 -59t-38 -56.5t-17.5 -71q0 -57 42 -83.5t103 -26.5q64 0 180 15t163 17v-2q-1 -2 -3.5 -17.5t-5 -34t-3.5 -21.5q-24 -150 -24 -245q0 -80 35 -117 q44 -46 89 -46q22 0 50.5 15t53 33.5t64.5 33.5t83 15q82 0 127.5 -59t45.5 -143z" />
<glyph unicode="&#xf130;" horiz-adv-x="1152" d="M1152 832v-128q0 -221 -147.5 -384.5t-364.5 -187.5v-132h256q26 0 45 -19t19 -45t-19 -45t-45 -19h-640q-26 0 -45 19t-19 45t19 45t45 19h256v132q-217 24 -364.5 187.5t-147.5 384.5v128q0 26 19 45t45 19t45 -19t19 -45v-128q0 -185 131.5 -316.5t316.5 -131.5 t316.5 131.5t131.5 316.5v128q0 26 19 45t45 19t45 -19t19 -45zM896 1216v-512q0 -132 -94 -226t-226 -94t-226 94t-94 226v512q0 132 94 226t226 94t226 -94t94 -226z" />
<glyph unicode="&#xf131;" horiz-adv-x="1408" d="M271 591l-101 -101q-42 103 -42 214v128q0 26 19 45t45 19t45 -19t19 -45v-128q0 -53 15 -113zM1385 1193l-361 -361v-128q0 -132 -94 -226t-226 -94q-55 0 -109 19l-96 -96q97 -51 205 -51q185 0 316.5 131.5t131.5 316.5v128q0 26 19 45t45 19t45 -19t19 -45v-128 q0 -221 -147.5 -384.5t-364.5 -187.5v-132h256q26 0 45 -19t19 -45t-19 -45t-45 -19h-640q-26 0 -45 19t-19 45t19 45t45 19h256v132q-125 13 -235 81l-254 -254q-10 -10 -23 -10t-23 10l-82 82q-10 10 -10 23t10 23l1234 1234q10 10 23 10t23 -10l82 -82q10 -10 10 -23 t-10 -23zM1005 1325l-621 -621v512q0 132 94 226t226 94q102 0 184.5 -59t116.5 -152z" />
<glyph unicode="&#xf132;" horiz-adv-x="1280" d="M1088 576v640h-448v-1137q119 63 213 137q235 184 235 360zM1280 1344v-768q0 -86 -33.5 -170.5t-83 -150t-118 -127.5t-126.5 -103t-121 -77.5t-89.5 -49.5t-42.5 -20q-12 -6 -26 -6t-26 6q-16 7 -42.5 20t-89.5 49.5t-121 77.5t-126.5 103t-118 127.5t-83 150 t-33.5 170.5v768q0 26 19 45t45 19h1152q26 0 45 -19t19 -45z" />
<glyph unicode="&#xf133;" horiz-adv-x="1664" d="M128 -128h1408v1024h-1408v-1024zM512 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1280 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1664 1152v-1280 q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h384v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h128q52 0 90 -38t38 -90z" />
<glyph unicode="&#xf134;" horiz-adv-x="1408" d="M512 1344q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 1376v-320q0 -16 -12 -25q-8 -7 -20 -7q-4 0 -7 1l-448 96q-11 2 -18 11t-7 20h-256v-102q111 -23 183.5 -111t72.5 -203v-800q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v800 q0 106 62.5 190.5t161.5 114.5v111h-32q-59 0 -115 -23.5t-91.5 -53t-66 -66.5t-40.5 -53.5t-14 -24.5q-17 -35 -57 -35q-16 0 -29 7q-23 12 -31.5 37t3.5 49q5 10 14.5 26t37.5 53.5t60.5 70t85 67t108.5 52.5q-25 42 -25 86q0 66 47 113t113 47t113 -47t47 -113 q0 -33 -14 -64h302q0 11 7 20t18 11l448 96q3 1 7 1q12 0 20 -7q12 -9 12 -25z" />
<glyph unicode="&#xf135;" horiz-adv-x="1664" d="M1440 1088q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM1664 1376q0 -249 -75.5 -430.5t-253.5 -360.5q-81 -80 -195 -176l-20 -379q-2 -16 -16 -26l-384 -224q-7 -4 -16 -4q-12 0 -23 9l-64 64q-13 14 -8 32l85 276l-281 281l-276 -85q-3 -1 -9 -1 q-14 0 -23 9l-64 64q-17 19 -5 39l224 384q10 14 26 16l379 20q96 114 176 195q188 187 358 258t431 71q14 0 24 -9.5t10 -22.5z" />
<glyph unicode="&#xf136;" horiz-adv-x="1792" d="M1745 763l-164 -763h-334l178 832q13 56 -15 88q-27 33 -83 33h-169l-204 -953h-334l204 953h-286l-204 -953h-334l204 953l-153 327h1276q101 0 189.5 -40.5t147.5 -113.5q60 -73 81 -168.5t0 -194.5z" />
<glyph unicode="&#xf137;" d="M909 141l102 102q19 19 19 45t-19 45l-307 307l307 307q19 19 19 45t-19 45l-102 102q-19 19 -45 19t-45 -19l-454 -454q-19 -19 -19 -45t19 -45l454 -454q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5 t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
<glyph unicode="&#xf138;" d="M717 141l454 454q19 19 19 45t-19 45l-454 454q-19 19 -45 19t-45 -19l-102 -102q-19 -19 -19 -45t19 -45l307 -307l-307 -307q-19 -19 -19 -45t19 -45l102 -102q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5 t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
<glyph unicode="&#xf139;" d="M1165 397l102 102q19 19 19 45t-19 45l-454 454q-19 19 -45 19t-45 -19l-454 -454q-19 -19 -19 -45t19 -45l102 -102q19 -19 45 -19t45 19l307 307l307 -307q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5 t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
<glyph unicode="&#xf13a;" d="M813 237l454 454q19 19 19 45t-19 45l-102 102q-19 19 -45 19t-45 -19l-307 -307l-307 307q-19 19 -45 19t-45 -19l-102 -102q-19 -19 -19 -45t19 -45l454 -454q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5 t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
<glyph unicode="&#xf13b;" horiz-adv-x="1408" d="M1130 939l16 175h-884l47 -534h612l-22 -228l-197 -53l-196 53l-13 140h-175l22 -278l362 -100h4v1l359 99l50 544h-644l-15 181h674zM0 1408h1408l-128 -1438l-578 -162l-574 162z" />
<glyph unicode="&#xf13c;" horiz-adv-x="1792" d="M275 1408h1505l-266 -1333l-804 -267l-698 267l71 356h297l-29 -147l422 -161l486 161l68 339h-1208l58 297h1209l38 191h-1208z" />
<glyph unicode="&#xf13d;" horiz-adv-x="1792" d="M960 1280q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1792 352v-352q0 -22 -20 -30q-8 -2 -12 -2q-13 0 -23 9l-93 93q-119 -143 -318.5 -226.5t-429.5 -83.5t-429.5 83.5t-318.5 226.5l-93 -93q-9 -9 -23 -9q-4 0 -12 2q-20 8 -20 30v352 q0 14 9 23t23 9h352q22 0 30 -20q8 -19 -7 -35l-100 -100q67 -91 189.5 -153.5t271.5 -82.5v647h-192q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h192v163q-58 34 -93 92.5t-35 128.5q0 106 75 181t181 75t181 -75t75 -181q0 -70 -35 -128.5t-93 -92.5v-163h192q26 0 45 -19 t19 -45v-128q0 -26 -19 -45t-45 -19h-192v-647q149 20 271.5 82.5t189.5 153.5l-100 100q-15 16 -7 35q8 20 30 20h352q14 0 23 -9t9 -23z" />
<glyph unicode="&#xf13e;" horiz-adv-x="1152" d="M1056 768q40 0 68 -28t28 -68v-576q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v576q0 40 28 68t68 28h32v320q0 185 131.5 316.5t316.5 131.5t316.5 -131.5t131.5 -316.5q0 -26 -19 -45t-45 -19h-64q-26 0 -45 19t-19 45q0 106 -75 181t-181 75t-181 -75t-75 -181 v-320h736z" />
<glyph unicode="&#xf140;" d="M1024 640q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181zM1152 640q0 159 -112.5 271.5t-271.5 112.5t-271.5 -112.5t-112.5 -271.5t112.5 -271.5t271.5 -112.5t271.5 112.5t112.5 271.5zM1280 640q0 -212 -150 -362t-362 -150t-362 150 t-150 362t150 362t362 150t362 -150t150 -362zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640 q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
<glyph unicode="&#xf141;" horiz-adv-x="1408" d="M384 800v-192q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68zM896 800v-192q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68zM1408 800v-192q0 -40 -28 -68t-68 -28h-192 q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68z" />
<glyph unicode="&#xf142;" horiz-adv-x="384" d="M384 288v-192q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68zM384 800v-192q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68zM384 1312v-192q0 -40 -28 -68t-68 -28h-192 q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68z" />
<glyph unicode="&#xf143;" d="M512 256q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM863 162q-13 232 -177 396t-396 177q-14 1 -24 -9t-10 -23v-128q0 -13 8.5 -22t21.5 -10q154 -11 264 -121t121 -264q1 -13 10 -21.5t22 -8.5h128q13 0 23 10 t9 24zM1247 161q-5 154 -56 297.5t-139.5 260t-205 205t-260 139.5t-297.5 56q-14 1 -23 -9q-10 -10 -10 -23v-128q0 -13 9 -22t22 -10q204 -7 378 -111.5t278.5 -278.5t111.5 -378q1 -13 10 -22t22 -9h128q13 0 23 10q11 9 9 23zM1536 1120v-960q0 -119 -84.5 -203.5 t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
<glyph unicode="&#xf144;" d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM1152 585q32 18 32 55t-32 55l-544 320q-31 19 -64 1q-32 -19 -32 -56v-640q0 -37 32 -56 q16 -8 32 -8q17 0 32 9z" />
<glyph unicode="&#xf145;" horiz-adv-x="1792" d="M1024 1084l316 -316l-572 -572l-316 316zM813 105l618 618q19 19 19 45t-19 45l-362 362q-18 18 -45 18t-45 -18l-618 -618q-19 -19 -19 -45t19 -45l362 -362q18 -18 45 -18t45 18zM1702 742l-907 -908q-37 -37 -90.5 -37t-90.5 37l-126 126q56 56 56 136t-56 136 t-136 56t-136 -56l-125 126q-37 37 -37 90.5t37 90.5l907 906q37 37 90.5 37t90.5 -37l125 -125q-56 -56 -56 -136t56 -136t136 -56t136 56l126 -125q37 -37 37 -90.5t-37 -90.5z" />
<glyph unicode="&#xf146;" d="M1280 576v128q0 26 -19 45t-45 19h-896q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h896q26 0 45 19t19 45zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5 t84.5 -203.5z" />
<glyph unicode="&#xf147;" horiz-adv-x="1408" d="M1152 736v-64q0 -14 -9 -23t-23 -9h-832q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h832q14 0 23 -9t9 -23zM1280 288v832q0 66 -47 113t-113 47h-832q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113zM1408 1120v-832q0 -119 -84.5 -203.5 t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832q119 0 203.5 -84.5t84.5 -203.5z" />
<glyph unicode="&#xf148;" horiz-adv-x="1024" d="M1018 933q-18 -37 -58 -37h-192v-864q0 -14 -9 -23t-23 -9h-704q-21 0 -29 18q-8 20 4 35l160 192q9 11 25 11h320v640h-192q-40 0 -58 37q-17 37 9 68l320 384q18 22 49 22t49 -22l320 -384q27 -32 9 -68z" />
<glyph unicode="&#xf149;" horiz-adv-x="1024" d="M32 1280h704q13 0 22.5 -9.5t9.5 -23.5v-863h192q40 0 58 -37t-9 -69l-320 -384q-18 -22 -49 -22t-49 22l-320 384q-26 31 -9 69q18 37 58 37h192v640h-320q-14 0 -25 11l-160 192q-13 14 -4 34q9 19 29 19z" />
<glyph unicode="&#xf14a;" d="M685 237l614 614q19 19 19 45t-19 45l-102 102q-19 19 -45 19t-45 -19l-467 -467l-211 211q-19 19 -45 19t-45 -19l-102 -102q-19 -19 -19 -45t19 -45l358 -358q19 -19 45 -19t45 19zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5 t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
<glyph unicode="&#xf14b;" d="M404 428l152 -152l-52 -52h-56v96h-96v56zM818 818q14 -13 -3 -30l-291 -291q-17 -17 -30 -3q-14 13 3 30l291 291q17 17 30 3zM544 128l544 544l-288 288l-544 -544v-288h288zM1152 736l92 92q28 28 28 68t-28 68l-152 152q-28 28 -68 28t-68 -28l-92 -92zM1536 1120 v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
<glyph unicode="&#xf14c;" d="M1280 608v480q0 26 -19 45t-45 19h-480q-42 0 -59 -39q-17 -41 14 -70l144 -144l-534 -534q-19 -19 -19 -45t19 -45l102 -102q19 -19 45 -19t45 19l534 534l144 -144q18 -19 45 -19q12 0 25 5q39 17 39 59zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960 q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
<glyph unicode="&#xf14d;" d="M1005 435l352 352q19 19 19 45t-19 45l-352 352q-30 31 -69 14q-40 -17 -40 -59v-160q-119 0 -216 -19.5t-162.5 -51t-114 -79t-76.5 -95.5t-44.5 -109t-21.5 -111.5t-5 -110.5q0 -181 167 -404q10 -12 25 -12q7 0 13 3q22 9 19 33q-44 354 62 473q46 52 130 75.5 t224 23.5v-160q0 -42 40 -59q12 -5 24 -5q26 0 45 19zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
<glyph unicode="&#xf14e;" d="M640 448l256 128l-256 128v-256zM1024 1039v-542l-512 -256v542zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103 t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
<glyph unicode="&#xf150;" d="M1145 861q18 -35 -5 -66l-320 -448q-19 -27 -52 -27t-52 27l-320 448q-23 31 -5 66q17 35 57 35h640q40 0 57 -35zM1280 160v960q0 13 -9.5 22.5t-22.5 9.5h-960q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h960q13 0 22.5 9.5t9.5 22.5zM1536 1120 v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
<glyph unicode="&#xf151;" d="M1145 419q-17 -35 -57 -35h-640q-40 0 -57 35q-18 35 5 66l320 448q19 27 52 27t52 -27l320 -448q23 -31 5 -66zM1280 160v960q0 13 -9.5 22.5t-22.5 9.5h-960q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h960q13 0 22.5 9.5t9.5 22.5zM1536 1120v-960 q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
<glyph unicode="&#xf152;" d="M1088 640q0 -33 -27 -52l-448 -320q-31 -23 -66 -5q-35 17 -35 57v640q0 40 35 57q35 18 66 -5l448 -320q27 -19 27 -52zM1280 160v960q0 14 -9 23t-23 9h-960q-14 0 -23 -9t-9 -23v-960q0 -14 9 -23t23 -9h960q14 0 23 9t9 23zM1536 1120v-960q0 -119 -84.5 -203.5 t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
<glyph unicode="&#xf153;" horiz-adv-x="1024" d="M976 229l35 -159q3 -12 -3 -22.5t-17 -14.5l-5 -1q-4 -2 -10.5 -3.5t-16 -4.5t-21.5 -5.5t-25.5 -5t-30 -5t-33.5 -4.5t-36.5 -3t-38.5 -1q-234 0 -409 130.5t-238 351.5h-95q-13 0 -22.5 9.5t-9.5 22.5v113q0 13 9.5 22.5t22.5 9.5h66q-2 57 1 105h-67q-14 0 -23 9 t-9 23v114q0 14 9 23t23 9h98q67 210 243.5 338t400.5 128q102 0 194 -23q11 -3 20 -15q6 -11 3 -24l-43 -159q-3 -13 -14 -19.5t-24 -2.5l-4 1q-4 1 -11.5 2.5l-17.5 3.5t-22.5 3.5t-26 3t-29 2.5t-29.5 1q-126 0 -226 -64t-150 -176h468q16 0 25 -12q10 -12 7 -26 l-24 -114q-5 -26 -32 -26h-488q-3 -37 0 -105h459q15 0 25 -12q9 -12 6 -27l-24 -112q-2 -11 -11 -18.5t-20 -7.5h-387q48 -117 149.5 -185.5t228.5 -68.5q18 0 36 1.5t33.5 3.5t29.5 4.5t24.5 5t18.5 4.5l12 3l5 2q13 5 26 -2q12 -7 15 -21z" />
<glyph unicode="&#xf154;" horiz-adv-x="1024" d="M1020 399v-367q0 -14 -9 -23t-23 -9h-956q-14 0 -23 9t-9 23v150q0 13 9.5 22.5t22.5 9.5h97v383h-95q-14 0 -23 9.5t-9 22.5v131q0 14 9 23t23 9h95v223q0 171 123.5 282t314.5 111q185 0 335 -125q9 -8 10 -20.5t-7 -22.5l-103 -127q-9 -11 -22 -12q-13 -2 -23 7 q-5 5 -26 19t-69 32t-93 18q-85 0 -137 -47t-52 -123v-215h305q13 0 22.5 -9t9.5 -23v-131q0 -13 -9.5 -22.5t-22.5 -9.5h-305v-379h414v181q0 13 9 22.5t23 9.5h162q14 0 23 -9.5t9 -22.5z" />
<glyph unicode="&#xf155;" horiz-adv-x="1024" d="M978 351q0 -153 -99.5 -263.5t-258.5 -136.5v-175q0 -14 -9 -23t-23 -9h-135q-13 0 -22.5 9.5t-9.5 22.5v175q-66 9 -127.5 31t-101.5 44.5t-74 48t-46.5 37.5t-17.5 18q-17 21 -2 41l103 135q7 10 23 12q15 2 24 -9l2 -2q113 -99 243 -125q37 -8 74 -8q81 0 142.5 43 t61.5 122q0 28 -15 53t-33.5 42t-58.5 37.5t-66 32t-80 32.5q-39 16 -61.5 25t-61.5 26.5t-62.5 31t-56.5 35.5t-53.5 42.5t-43.5 49t-35.5 58t-21 66.5t-8.5 78q0 138 98 242t255 134v180q0 13 9.5 22.5t22.5 9.5h135q14 0 23 -9t9 -23v-176q57 -6 110.5 -23t87 -33.5 t63.5 -37.5t39 -29t15 -14q17 -18 5 -38l-81 -146q-8 -15 -23 -16q-14 -3 -27 7q-3 3 -14.5 12t-39 26.5t-58.5 32t-74.5 26t-85.5 11.5q-95 0 -155 -43t-60 -111q0 -26 8.5 -48t29.5 -41.5t39.5 -33t56 -31t60.5 -27t70 -27.5q53 -20 81 -31.5t76 -35t75.5 -42.5t62 -50 t53 -63.5t31.5 -76.5t13 -94z" />
<glyph unicode="&#xf156;" horiz-adv-x="898" d="M898 1066v-102q0 -14 -9 -23t-23 -9h-168q-23 -144 -129 -234t-276 -110q167 -178 459 -536q14 -16 4 -34q-8 -18 -29 -18h-195q-16 0 -25 12q-306 367 -498 571q-9 9 -9 22v127q0 13 9.5 22.5t22.5 9.5h112q132 0 212.5 43t102.5 125h-427q-14 0 -23 9t-9 23v102 q0 14 9 23t23 9h413q-57 113 -268 113h-145q-13 0 -22.5 9.5t-9.5 22.5v133q0 14 9 23t23 9h832q14 0 23 -9t9 -23v-102q0 -14 -9 -23t-23 -9h-233q47 -61 64 -144h171q14 0 23 -9t9 -23z" />
<glyph unicode="&#xf157;" horiz-adv-x="1027" d="M603 0h-172q-13 0 -22.5 9t-9.5 23v330h-288q-13 0 -22.5 9t-9.5 23v103q0 13 9.5 22.5t22.5 9.5h288v85h-288q-13 0 -22.5 9t-9.5 23v104q0 13 9.5 22.5t22.5 9.5h214l-321 578q-8 16 0 32q10 16 28 16h194q19 0 29 -18l215 -425q19 -38 56 -125q10 24 30.5 68t27.5 61 l191 420q8 19 29 19h191q17 0 27 -16q9 -14 1 -31l-313 -579h215q13 0 22.5 -9.5t9.5 -22.5v-104q0 -14 -9.5 -23t-22.5 -9h-290v-85h290q13 0 22.5 -9.5t9.5 -22.5v-103q0 -14 -9.5 -23t-22.5 -9h-290v-330q0 -13 -9.5 -22.5t-22.5 -9.5z" />
<glyph unicode="&#xf158;" horiz-adv-x="1280" d="M1043 971q0 100 -65 162t-171 62h-320v-448h320q106 0 171 62t65 162zM1280 971q0 -193 -126.5 -315t-326.5 -122h-340v-118h505q14 0 23 -9t9 -23v-128q0 -14 -9 -23t-23 -9h-505v-192q0 -14 -9.5 -23t-22.5 -9h-167q-14 0 -23 9t-9 23v192h-224q-14 0 -23 9t-9 23v128 q0 14 9 23t23 9h224v118h-224q-14 0 -23 9t-9 23v149q0 13 9 22.5t23 9.5h224v629q0 14 9 23t23 9h539q200 0 326.5 -122t126.5 -315z" />
<glyph unicode="&#xf159;" horiz-adv-x="1792" d="M514 341l81 299h-159l75 -300q1 -1 1 -3t1 -3q0 1 0.5 3.5t0.5 3.5zM630 768l35 128h-292l32 -128h225zM822 768h139l-35 128h-70zM1271 340l78 300h-162l81 -299q0 -1 0.5 -3.5t1.5 -3.5q0 1 0.5 3t0.5 3zM1382 768l33 128h-297l34 -128h230zM1792 736v-64q0 -14 -9 -23 t-23 -9h-213l-164 -616q-7 -24 -31 -24h-159q-24 0 -31 24l-166 616h-209l-167 -616q-7 -24 -31 -24h-159q-11 0 -19.5 7t-10.5 17l-160 616h-208q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h175l-33 128h-142q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h109l-89 344q-5 15 5 28 q10 12 26 12h137q26 0 31 -24l90 -360h359l97 360q7 24 31 24h126q24 0 31 -24l98 -360h365l93 360q5 24 31 24h137q16 0 26 -12q10 -13 5 -28l-91 -344h111q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-145l-34 -128h179q14 0 23 -9t9 -23z" />
<glyph unicode="&#xf15a;" horiz-adv-x="1280" d="M1167 896q18 -182 -131 -258q117 -28 175 -103t45 -214q-7 -71 -32.5 -125t-64.5 -89t-97 -58.5t-121.5 -34.5t-145.5 -15v-255h-154v251q-80 0 -122 1v-252h-154v255q-18 0 -54 0.5t-55 0.5h-200l31 183h111q50 0 58 51v402h16q-6 1 -16 1v287q-13 68 -89 68h-111v164 l212 -1q64 0 97 1v252h154v-247q82 2 122 2v245h154v-252q79 -7 140 -22.5t113 -45t82.5 -78t36.5 -114.5zM952 351q0 36 -15 64t-37 46t-57.5 30.5t-65.5 18.5t-74 9t-69 3t-64.5 -1t-47.5 -1v-338q8 0 37 -0.5t48 -0.5t53 1.5t58.5 4t57 8.5t55.5 14t47.5 21t39.5 30 t24.5 40t9.5 51zM881 827q0 33 -12.5 58.5t-30.5 42t-48 28t-55 16.5t-61.5 8t-58 2.5t-54 -1t-39.5 -0.5v-307q5 0 34.5 -0.5t46.5 0t50 2t55 5.5t51.5 11t48.5 18.5t37 27t27 38.5t9 51z" />
<glyph unicode="&#xf15b;" horiz-adv-x="1280" d="M1280 768v-800q0 -40 -28 -68t-68 -28h-1088q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h544v-544q0 -40 28 -68t68 -28h544zM1277 896h-509v509q82 -15 132 -65l312 -312q50 -50 65 -132z" />
<glyph unicode="&#xf15c;" horiz-adv-x="1280" d="M1024 160v64q0 14 -9 23t-23 9h-704q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h704q14 0 23 9t9 23zM1024 416v64q0 14 -9 23t-23 9h-704q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h704q14 0 23 9t9 23zM1280 768v-800q0 -40 -28 -68t-68 -28h-1088q-40 0 -68 28 t-28 68v1344q0 40 28 68t68 28h544v-544q0 -40 28 -68t68 -28h544zM1277 896h-509v509q82 -15 132 -65l312 -312q50 -50 65 -132z" />
<glyph unicode="&#xf15d;" horiz-adv-x="1664" d="M1191 1128h177l-72 218l-12 47q-2 16 -2 20h-4l-3 -20q0 -1 -3.5 -18t-7.5 -29zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9t9 -23zM1572 -23 v-233h-584v90l369 529q12 18 21 27l11 9v3q-2 0 -6.5 -0.5t-7.5 -0.5q-12 -3 -30 -3h-232v-115h-120v229h567v-89l-369 -530q-6 -8 -21 -26l-11 -11v-2l14 2q9 2 30 2h248v119h121zM1661 874v-106h-288v106h75l-47 144h-243l-47 -144h75v-106h-287v106h70l230 662h162 l230 -662h70z" />
<glyph unicode="&#xf15e;" horiz-adv-x="1664" d="M1191 104h177l-72 218l-12 47q-2 16 -2 20h-4l-3 -20q0 -1 -3.5 -18t-7.5 -29zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9t9 -23zM1661 -150 v-106h-288v106h75l-47 144h-243l-47 -144h75v-106h-287v106h70l230 662h162l230 -662h70zM1572 1001v-233h-584v90l369 529q12 18 21 27l11 9v3q-2 0 -6.5 -0.5t-7.5 -0.5q-12 -3 -30 -3h-232v-115h-120v229h567v-89l-369 -530q-6 -8 -21 -26l-11 -10v-3l14 3q9 1 30 1h248 v119h121z" />
<glyph unicode="&#xf160;" horiz-adv-x="1792" d="M736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9t9 -23zM1792 -32v-192q0 -14 -9 -23t-23 -9h-832q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h832 q14 0 23 -9t9 -23zM1600 480v-192q0 -14 -9 -23t-23 -9h-640q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h640q14 0 23 -9t9 -23zM1408 992v-192q0 -14 -9 -23t-23 -9h-448q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h448q14 0 23 -9t9 -23zM1216 1504v-192q0 -14 -9 -23t-23 -9h-256 q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h256q14 0 23 -9t9 -23z" />
<glyph unicode="&#xf161;" horiz-adv-x="1792" d="M1216 -32v-192q0 -14 -9 -23t-23 -9h-256q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h256q14 0 23 -9t9 -23zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192 q14 0 23 -9t9 -23zM1408 480v-192q0 -14 -9 -23t-23 -9h-448q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h448q14 0 23 -9t9 -23zM1600 992v-192q0 -14 -9 -23t-23 -9h-640q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h640q14 0 23 -9t9 -23zM1792 1504v-192q0 -14 -9 -23t-23 -9h-832 q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h832q14 0 23 -9t9 -23z" />
<glyph unicode="&#xf162;" d="M1346 223q0 63 -44 116t-103 53q-52 0 -83 -37t-31 -94t36.5 -95t104.5 -38q50 0 85 27t35 68zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9t9 -23 zM1486 165q0 -62 -13 -121.5t-41 -114t-68 -95.5t-98.5 -65.5t-127.5 -24.5q-62 0 -108 16q-24 8 -42 15l39 113q15 -7 31 -11q37 -13 75 -13q84 0 134.5 58.5t66.5 145.5h-2q-21 -23 -61.5 -37t-84.5 -14q-106 0 -173 71.5t-67 172.5q0 105 72 178t181 73q123 0 205 -94.5 t82 -252.5zM1456 882v-114h-469v114h167v432q0 7 0.5 19t0.5 17v16h-2l-7 -12q-8 -13 -26 -31l-62 -58l-82 86l192 185h123v-654h165z" />
<glyph unicode="&#xf163;" d="M1346 1247q0 63 -44 116t-103 53q-52 0 -83 -37t-31 -94t36.5 -95t104.5 -38q50 0 85 27t35 68zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9 t9 -23zM1456 -142v-114h-469v114h167v432q0 7 0.5 19t0.5 17v16h-2l-7 -12q-8 -13 -26 -31l-62 -58l-82 86l192 185h123v-654h165zM1486 1189q0 -62 -13 -121.5t-41 -114t-68 -95.5t-98.5 -65.5t-127.5 -24.5q-62 0 -108 16q-24 8 -42 15l39 113q15 -7 31 -11q37 -13 75 -13 q84 0 134.5 58.5t66.5 145.5h-2q-21 -23 -61.5 -37t-84.5 -14q-106 0 -173 71.5t-67 172.5q0 105 72 178t181 73q123 0 205 -94.5t82 -252.5z" />
<glyph unicode="&#xf164;" horiz-adv-x="1664" d="M256 192q0 26 -19 45t-45 19q-27 0 -45.5 -19t-18.5 -45q0 -27 18.5 -45.5t45.5 -18.5q26 0 45 18.5t19 45.5zM416 704v-640q0 -26 -19 -45t-45 -19h-288q-26 0 -45 19t-19 45v640q0 26 19 45t45 19h288q26 0 45 -19t19 -45zM1600 704q0 -86 -55 -149q15 -44 15 -76 q3 -76 -43 -137q17 -56 0 -117q-15 -57 -54 -94q9 -112 -49 -181q-64 -76 -197 -78h-36h-76h-17q-66 0 -144 15.5t-121.5 29t-120.5 39.5q-123 43 -158 44q-26 1 -45 19.5t-19 44.5v641q0 25 18 43.5t43 20.5q24 2 76 59t101 121q68 87 101 120q18 18 31 48t17.5 48.5 t13.5 60.5q7 39 12.5 61t19.5 52t34 50q19 19 45 19q46 0 82.5 -10.5t60 -26t40 -40.5t24 -45t12 -50t5 -45t0.5 -39q0 -38 -9.5 -76t-19 -60t-27.5 -56q-3 -6 -10 -18t-11 -22t-8 -24h277q78 0 135 -57t57 -135z" />
<glyph unicode="&#xf165;" horiz-adv-x="1664" d="M256 960q0 -26 -19 -45t-45 -19q-27 0 -45.5 19t-18.5 45q0 27 18.5 45.5t45.5 18.5q26 0 45 -18.5t19 -45.5zM416 448v640q0 26 -19 45t-45 19h-288q-26 0 -45 -19t-19 -45v-640q0 -26 19 -45t45 -19h288q26 0 45 19t19 45zM1545 597q55 -61 55 -149q-1 -78 -57.5 -135 t-134.5 -57h-277q4 -14 8 -24t11 -22t10 -18q18 -37 27 -57t19 -58.5t10 -76.5q0 -24 -0.5 -39t-5 -45t-12 -50t-24 -45t-40 -40.5t-60 -26t-82.5 -10.5q-26 0 -45 19q-20 20 -34 50t-19.5 52t-12.5 61q-9 42 -13.5 60.5t-17.5 48.5t-31 48q-33 33 -101 120q-49 64 -101 121 t-76 59q-25 2 -43 20.5t-18 43.5v641q0 26 19 44.5t45 19.5q35 1 158 44q77 26 120.5 39.5t121.5 29t144 15.5h17h76h36q133 -2 197 -78q58 -69 49 -181q39 -37 54 -94q17 -61 0 -117q46 -61 43 -137q0 -32 -15 -76z" />
<glyph unicode="&#xf166;" d="M919 233v157q0 50 -29 50q-17 0 -33 -16v-224q16 -16 33 -16q29 0 29 49zM1103 355h66v34q0 51 -33 51t-33 -51v-34zM532 621v-70h-80v-423h-74v423h-78v70h232zM733 495v-367h-67v40q-39 -45 -76 -45q-33 0 -42 28q-6 16 -6 54v290h66v-270q0 -24 1 -26q1 -15 15 -15 q20 0 42 31v280h67zM985 384v-146q0 -52 -7 -73q-12 -42 -53 -42q-35 0 -68 41v-36h-67v493h67v-161q32 40 68 40q41 0 53 -42q7 -21 7 -74zM1236 255v-9q0 -29 -2 -43q-3 -22 -15 -40q-27 -40 -80 -40q-52 0 -81 38q-21 27 -21 86v129q0 59 20 86q29 38 80 38t78 -38 q21 -28 21 -86v-76h-133v-65q0 -51 34 -51q24 0 30 26q0 1 0.5 7t0.5 16.5v21.5h68zM785 1079v-156q0 -51 -32 -51t-32 51v156q0 52 32 52t32 -52zM1318 366q0 177 -19 260q-10 44 -43 73.5t-76 34.5q-136 15 -412 15q-275 0 -411 -15q-44 -5 -76.5 -34.5t-42.5 -73.5 q-20 -87 -20 -260q0 -176 20 -260q10 -43 42.5 -73t75.5 -35q137 -15 412 -15t412 15q43 5 75.5 35t42.5 73q20 84 20 260zM563 1017l90 296h-75l-51 -195l-53 195h-78l24 -69t23 -69q35 -103 46 -158v-201h74v201zM852 936v130q0 58 -21 87q-29 38 -78 38q-51 0 -78 -38 q-21 -29 -21 -87v-130q0 -58 21 -87q27 -38 78 -38q49 0 78 38q21 27 21 87zM1033 816h67v370h-67v-283q-22 -31 -42 -31q-15 0 -16 16q-1 2 -1 26v272h-67v-293q0 -37 6 -55q11 -27 43 -27q36 0 77 45v-40zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960 q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
<glyph unicode="&#xf167;" d="M971 292v-211q0 -67 -39 -67q-23 0 -45 22v301q22 22 45 22q39 0 39 -67zM1309 291v-46h-90v46q0 68 45 68t45 -68zM343 509h107v94h-312v-94h105v-569h100v569zM631 -60h89v494h-89v-378q-30 -42 -57 -42q-18 0 -21 21q-1 3 -1 35v364h-89v-391q0 -49 8 -73 q12 -37 58 -37q48 0 102 61v-54zM1060 88v197q0 73 -9 99q-17 56 -71 56q-50 0 -93 -54v217h-89v-663h89v48q45 -55 93 -55q54 0 71 55q9 27 9 100zM1398 98v13h-91q0 -51 -2 -61q-7 -36 -40 -36q-46 0 -46 69v87h179v103q0 79 -27 116q-39 51 -106 51q-68 0 -107 -51 q-28 -37 -28 -116v-173q0 -79 29 -116q39 -51 108 -51q72 0 108 53q18 27 21 54q2 9 2 58zM790 1011v210q0 69 -43 69t-43 -69v-210q0 -70 43 -70t43 70zM1509 260q0 -234 -26 -350q-14 -59 -58 -99t-102 -46q-184 -21 -555 -21t-555 21q-58 6 -102.5 46t-57.5 99 q-26 112 -26 350q0 234 26 350q14 59 58 99t103 47q183 20 554 20t555 -20q58 -7 102.5 -47t57.5 -99q26 -112 26 -350zM511 1536h102l-121 -399v-271h-100v271q-14 74 -61 212q-37 103 -65 187h106l71 -263zM881 1203v-175q0 -81 -28 -118q-37 -51 -106 -51q-67 0 -105 51 q-28 38 -28 118v175q0 80 28 117q38 51 105 51q69 0 106 -51q28 -37 28 -117zM1216 1365v-499h-91v55q-53 -62 -103 -62q-46 0 -59 37q-8 24 -8 75v394h91v-367q0 -33 1 -35q3 -22 21 -22q27 0 57 43v381h91z" />
<glyph unicode="&#xf168;" horiz-adv-x="1408" d="M597 869q-10 -18 -257 -456q-27 -46 -65 -46h-239q-21 0 -31 17t0 36l253 448q1 0 0 1l-161 279q-12 22 -1 37q9 15 32 15h239q40 0 66 -45zM1403 1511q11 -16 0 -37l-528 -934v-1l336 -615q11 -20 1 -37q-10 -15 -32 -15h-239q-42 0 -66 45l-339 622q18 32 531 942 q25 45 64 45h241q22 0 31 -15z" />
<glyph unicode="&#xf169;" d="M685 771q0 1 -126 222q-21 34 -52 34h-184q-18 0 -26 -11q-7 -12 1 -29l125 -216v-1l-196 -346q-9 -14 0 -28q8 -13 24 -13h185q31 0 50 36zM1309 1268q-7 12 -24 12h-187q-30 0 -49 -35l-411 -729q1 -2 262 -481q20 -35 52 -35h184q18 0 25 12q8 13 -1 28l-260 476v1 l409 723q8 16 0 28zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
<glyph unicode="&#xf16a;" horiz-adv-x="1792" d="M1280 640q0 37 -30 54l-512 320q-31 20 -65 2q-33 -18 -33 -56v-640q0 -38 33 -56q16 -8 31 -8q20 0 34 10l512 320q30 17 30 54zM1792 640q0 -96 -1 -150t-8.5 -136.5t-22.5 -147.5q-16 -73 -69 -123t-124 -58q-222 -25 -671 -25t-671 25q-71 8 -124.5 58t-69.5 123 q-14 65 -21.5 147.5t-8.5 136.5t-1 150t1 150t8.5 136.5t22.5 147.5q16 73 69 123t124 58q222 25 671 25t671 -25q71 -8 124.5 -58t69.5 -123q14 -65 21.5 -147.5t8.5 -136.5t1 -150z" />
<glyph unicode="&#xf16b;" horiz-adv-x="1792" d="M402 829l494 -305l-342 -285l-490 319zM1388 274v-108l-490 -293v-1l-1 1l-1 -1v1l-489 293v108l147 -96l342 284v2l1 -1l1 1v-2l343 -284zM554 1418l342 -285l-494 -304l-338 270zM1390 829l338 -271l-489 -319l-343 285zM1239 1418l489 -319l-338 -270l-494 304z" />
<glyph unicode="&#xf16c;" horiz-adv-x="1408" d="M928 135v-151l-707 -1v151zM1169 481v-701l-1 -35v-1h-1132l-35 1h-1v736h121v-618h928v618h120zM241 393l704 -65l-13 -150l-705 65zM309 709l683 -183l-39 -146l-683 183zM472 1058l609 -360l-77 -130l-609 360zM832 1389l398 -585l-124 -85l-399 584zM1285 1536 l121 -697l-149 -26l-121 697z" />
<glyph unicode="&#xf16d;" d="M1362 110v648h-135q20 -63 20 -131q0 -126 -64 -232.5t-174 -168.5t-240 -62q-197 0 -337 135.5t-140 327.5q0 68 20 131h-141v-648q0 -26 17.5 -43.5t43.5 -17.5h1069q25 0 43 17.5t18 43.5zM1078 643q0 124 -90.5 211.5t-218.5 87.5q-127 0 -217.5 -87.5t-90.5 -211.5 t90.5 -211.5t217.5 -87.5q128 0 218.5 87.5t90.5 211.5zM1362 1003v165q0 28 -20 48.5t-49 20.5h-174q-29 0 -49 -20.5t-20 -48.5v-165q0 -29 20 -49t49 -20h174q29 0 49 20t20 49zM1536 1211v-1142q0 -81 -58 -139t-139 -58h-1142q-81 0 -139 58t-58 139v1142q0 81 58 139 t139 58h1142q81 0 139 -58t58 -139z" />
<glyph unicode="&#xf16e;" d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960zM698 640q0 88 -62 150t-150 62t-150 -62t-62 -150t62 -150t150 -62t150 62t62 150zM1262 640q0 88 -62 150 t-150 62t-150 -62t-62 -150t62 -150t150 -62t150 62t62 150z" />
<glyph unicode="&#xf170;" d="M768 914l201 -306h-402zM1133 384h94l-459 691l-459 -691h94l104 160h522zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
<glyph unicode="&#xf171;" horiz-adv-x="1408" d="M815 677q8 -63 -50.5 -101t-111.5 -6q-39 17 -53.5 58t-0.5 82t52 58q36 18 72.5 12t64 -35.5t27.5 -67.5zM926 698q-14 107 -113 164t-197 13q-63 -28 -100.5 -88.5t-34.5 -129.5q4 -91 77.5 -155t165.5 -56q91 8 152 84t50 168zM1165 1240q-20 27 -56 44.5t-58 22 t-71 12.5q-291 47 -566 -2q-43 -7 -66 -12t-55 -22t-50 -43q30 -28 76 -45.5t73.5 -22t87.5 -11.5q228 -29 448 -1q63 8 89.5 12t72.5 21.5t75 46.5zM1222 205q-8 -26 -15.5 -76.5t-14 -84t-28.5 -70t-58 -56.5q-86 -48 -189.5 -71.5t-202 -22t-201.5 18.5q-46 8 -81.5 18 t-76.5 27t-73 43.5t-52 61.5q-25 96 -57 292l6 16l18 9q223 -148 506.5 -148t507.5 148q21 -6 24 -23t-5 -45t-8 -37zM1403 1166q-26 -167 -111 -655q-5 -30 -27 -56t-43.5 -40t-54.5 -31q-252 -126 -610 -88q-248 27 -394 139q-15 12 -25.5 26.5t-17 35t-9 34t-6 39.5 t-5.5 35q-9 50 -26.5 150t-28 161.5t-23.5 147.5t-22 158q3 26 17.5 48.5t31.5 37.5t45 30t46 22.5t48 18.5q125 46 313 64q379 37 676 -50q155 -46 215 -122q16 -20 16.5 -51t-5.5 -54z" />
<glyph unicode="&#xf172;" d="M848 666q0 43 -41 66t-77 1q-43 -20 -42.5 -72.5t43.5 -70.5q39 -23 81 4t36 72zM928 682q8 -66 -36 -121t-110 -61t-119 40t-56 113q-2 49 25.5 93t72.5 64q70 31 141.5 -10t81.5 -118zM1100 1073q-20 -21 -53.5 -34t-53 -16t-63.5 -8q-155 -20 -324 0q-44 6 -63 9.5 t-52.5 16t-54.5 32.5q13 19 36 31t40 15.5t47 8.5q198 35 408 1q33 -5 51 -8.5t43 -16t39 -31.5zM1142 327q0 7 5.5 26.5t3 32t-17.5 16.5q-161 -106 -365 -106t-366 106l-12 -6l-5 -12q26 -154 41 -210q47 -81 204 -108q249 -46 428 53q34 19 49 51.5t22.5 85.5t12.5 71z M1272 1020q9 53 -8 75q-43 55 -155 88q-216 63 -487 36q-132 -12 -226 -46q-38 -15 -59.5 -25t-47 -34t-29.5 -54q8 -68 19 -138t29 -171t24 -137q1 -5 5 -31t7 -36t12 -27t22 -28q105 -80 284 -100q259 -28 440 63q24 13 39.5 23t31 29t19.5 40q48 267 80 473zM1536 1120 v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
<glyph unicode="&#xf173;" horiz-adv-x="1024" d="M390 1408h219v-388h364v-241h-364v-394q0 -136 14 -172q13 -37 52 -60q50 -31 117 -31q117 0 232 76v-242q-102 -48 -178 -65q-77 -19 -173 -19q-105 0 -186 27q-78 25 -138 75q-58 51 -79 105q-22 54 -22 161v539h-170v217q91 30 155 84q64 55 103 132q39 78 54 196z " />
<glyph unicode="&#xf174;" d="M1123 127v181q-88 -56 -174 -56q-51 0 -88 23q-29 17 -39 45q-11 30 -11 129v295h274v181h-274v291h-164q-11 -90 -40 -147t-78 -99q-48 -40 -116 -63v-163h127v-404q0 -78 17 -121q17 -42 59 -78q43 -37 104 -57q62 -20 140 -20q67 0 129 14q57 13 134 49zM1536 1120 v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
<glyph unicode="&#xf175;" horiz-adv-x="768" d="M765 237q8 -19 -5 -35l-350 -384q-10 -10 -23 -10q-14 0 -24 10l-355 384q-13 16 -5 35q9 19 29 19h224v1248q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1248h224q21 0 29 -19z" />
<glyph unicode="&#xf176;" horiz-adv-x="768" d="M765 1043q-9 -19 -29 -19h-224v-1248q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v1248h-224q-21 0 -29 19t5 35l350 384q10 10 23 10q14 0 24 -10l355 -384q13 -16 5 -35z" />
<glyph unicode="&#xf177;" horiz-adv-x="1792" d="M1792 736v-192q0 -14 -9 -23t-23 -9h-1248v-224q0 -21 -19 -29t-35 5l-384 350q-10 10 -10 23q0 14 10 24l384 354q16 14 35 6q19 -9 19 -29v-224h1248q14 0 23 -9t9 -23z" />
<glyph unicode="&#xf178;" horiz-adv-x="1792" d="M1728 643q0 -14 -10 -24l-384 -354q-16 -14 -35 -6q-19 9 -19 29v224h-1248q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h1248v224q0 21 19 29t35 -5l384 -350q10 -10 10 -23z" />
<glyph unicode="&#xf179;" horiz-adv-x="1408" d="M1393 321q-39 -125 -123 -250q-129 -196 -257 -196q-49 0 -140 32q-86 32 -151 32q-61 0 -142 -33q-81 -34 -132 -34q-152 0 -301 259q-147 261 -147 503q0 228 113 374q112 144 284 144q72 0 177 -30q104 -30 138 -30q45 0 143 34q102 34 173 34q119 0 213 -65 q52 -36 104 -100q-79 -67 -114 -118q-65 -94 -65 -207q0 -124 69 -223t158 -126zM1017 1494q0 -61 -29 -136q-30 -75 -93 -138q-54 -54 -108 -72q-37 -11 -104 -17q3 149 78 257q74 107 250 148q1 -3 2.5 -11t2.5 -11q0 -4 0.5 -10t0.5 -10z" />
<glyph unicode="&#xf17a;" horiz-adv-x="1664" d="M682 530v-651l-682 94v557h682zM682 1273v-659h-682v565zM1664 530v-786l-907 125v661h907zM1664 1408v-794h-907v669z" />
<glyph unicode="&#xf17b;" horiz-adv-x="1408" d="M493 1053q16 0 27.5 11.5t11.5 27.5t-11.5 27.5t-27.5 11.5t-27 -11.5t-11 -27.5t11 -27.5t27 -11.5zM915 1053q16 0 27 11.5t11 27.5t-11 27.5t-27 11.5t-27.5 -11.5t-11.5 -27.5t11.5 -27.5t27.5 -11.5zM103 869q42 0 72 -30t30 -72v-430q0 -43 -29.5 -73t-72.5 -30 t-73 30t-30 73v430q0 42 30 72t73 30zM1163 850v-666q0 -46 -32 -78t-77 -32h-75v-227q0 -43 -30 -73t-73 -30t-73 30t-30 73v227h-138v-227q0 -43 -30 -73t-73 -30q-42 0 -72 30t-30 73l-1 227h-74q-46 0 -78 32t-32 78v666h918zM931 1255q107 -55 171 -153.5t64 -215.5 h-925q0 117 64 215.5t172 153.5l-71 131q-7 13 5 20q13 6 20 -6l72 -132q95 42 201 42t201 -42l72 132q7 12 20 6q12 -7 5 -20zM1408 767v-430q0 -43 -30 -73t-73 -30q-42 0 -72 30t-30 73v430q0 43 30 72.5t72 29.5q43 0 73 -29.5t30 -72.5z" />
<glyph unicode="&#xf17c;" d="M663 1125q-11 -1 -15.5 -10.5t-8.5 -9.5q-5 -1 -5 5q0 12 19 15h10zM750 1111q-4 -1 -11.5 6.5t-17.5 4.5q24 11 32 -2q3 -6 -3 -9zM399 684q-4 1 -6 -3t-4.5 -12.5t-5.5 -13.5t-10 -13q-7 -10 -1 -12q4 -1 12.5 7t12.5 18q1 3 2 7t2 6t1.5 4.5t0.5 4v3t-1 2.5t-3 2z M1254 325q0 18 -55 42q4 15 7.5 27.5t5 26t3 21.5t0.5 22.5t-1 19.5t-3.5 22t-4 20.5t-5 25t-5.5 26.5q-10 48 -47 103t-72 75q24 -20 57 -83q87 -162 54 -278q-11 -40 -50 -42q-31 -4 -38.5 18.5t-8 83.5t-11.5 107q-9 39 -19.5 69t-19.5 45.5t-15.5 24.5t-13 15t-7.5 7 q-14 62 -31 103t-29.5 56t-23.5 33t-15 40q-4 21 6 53.5t4.5 49.5t-44.5 25q-15 3 -44.5 18t-35.5 16q-8 1 -11 26t8 51t36 27q37 3 51 -30t4 -58q-11 -19 -2 -26.5t30 -0.5q13 4 13 36v37q-5 30 -13.5 50t-21 30.5t-23.5 15t-27 7.5q-107 -8 -89 -134q0 -15 -1 -15 q-9 9 -29.5 10.5t-33 -0.5t-15.5 5q1 57 -16 90t-45 34q-27 1 -41.5 -27.5t-16.5 -59.5q-1 -15 3.5 -37t13 -37.5t15.5 -13.5q10 3 16 14q4 9 -7 8q-7 0 -15.5 14.5t-9.5 33.5q-1 22 9 37t34 14q17 0 27 -21t9.5 -39t-1.5 -22q-22 -15 -31 -29q-8 -12 -27.5 -23.5 t-20.5 -12.5q-13 -14 -15.5 -27t7.5 -18q14 -8 25 -19.5t16 -19t18.5 -13t35.5 -6.5q47 -2 102 15q2 1 23 7t34.5 10.5t29.5 13t21 17.5q9 14 20 8q5 -3 6.5 -8.5t-3 -12t-16.5 -9.5q-20 -6 -56.5 -21.5t-45.5 -19.5q-44 -19 -70 -23q-25 -5 -79 2q-10 2 -9 -2t17 -19 q25 -23 67 -22q17 1 36 7t36 14t33.5 17.5t30 17t24.5 12t17.5 2.5t8.5 -11q0 -2 -1 -4.5t-4 -5t-6 -4.5t-8.5 -5t-9 -4.5t-10 -5t-9.5 -4.5q-28 -14 -67.5 -44t-66.5 -43t-49 -1q-21 11 -63 73q-22 31 -25 22q-1 -3 -1 -10q0 -25 -15 -56.5t-29.5 -55.5t-21 -58t11.5 -63 q-23 -6 -62.5 -90t-47.5 -141q-2 -18 -1.5 -69t-5.5 -59q-8 -24 -29 -3q-32 31 -36 94q-2 28 4 56q4 19 -1 18l-4 -5q-36 -65 10 -166q5 -12 25 -28t24 -20q20 -23 104 -90.5t93 -76.5q16 -15 17.5 -38t-14 -43t-45.5 -23q8 -15 29 -44.5t28 -54t7 -70.5q46 24 7 92 q-4 8 -10.5 16t-9.5 12t-2 6q3 5 13 9.5t20 -2.5q46 -52 166 -36q133 15 177 87q23 38 34 30q12 -6 10 -52q-1 -25 -23 -92q-9 -23 -6 -37.5t24 -15.5q3 19 14.5 77t13.5 90q2 21 -6.5 73.5t-7.5 97t23 70.5q15 18 51 18q1 37 34.5 53t72.5 10.5t60 -22.5zM626 1152 q3 17 -2.5 30t-11.5 15q-9 2 -9 -7q2 -5 5 -6q10 0 7 -15q-3 -20 8 -20q3 0 3 3zM1045 955q-2 8 -6.5 11.5t-13 5t-14.5 5.5q-5 3 -9.5 8t-7 8t-5.5 6.5t-4 4t-4 -1.5q-14 -16 7 -43.5t39 -31.5q9 -1 14.5 8t3.5 20zM867 1168q0 11 -5 19.5t-11 12.5t-9 3q-14 -1 -7 -7l4 -2 q14 -4 18 -31q0 -3 8 2zM921 1401q0 2 -2.5 5t-9 7t-9.5 6q-15 15 -24 15q-9 -1 -11.5 -7.5t-1 -13t-0.5 -12.5q-1 -4 -6 -10.5t-6 -9t3 -8.5q4 -3 8 0t11 9t15 9q1 1 9 1t15 2t9 7zM1486 60q20 -12 31 -24.5t12 -24t-2.5 -22.5t-15.5 -22t-23.5 -19.5t-30 -18.5 t-31.5 -16.5t-32 -15.5t-27 -13q-38 -19 -85.5 -56t-75.5 -64q-17 -16 -68 -19.5t-89 14.5q-18 9 -29.5 23.5t-16.5 25.5t-22 19.5t-47 9.5q-44 1 -130 1q-19 0 -57 -1.5t-58 -2.5q-44 -1 -79.5 -15t-53.5 -30t-43.5 -28.5t-53.5 -11.5q-29 1 -111 31t-146 43q-19 4 -51 9.5 t-50 9t-39.5 9.5t-33.5 14.5t-17 19.5q-10 23 7 66.5t18 54.5q1 16 -4 40t-10 42.5t-4.5 36.5t10.5 27q14 12 57 14t60 12q30 18 42 35t12 51q21 -73 -32 -106q-32 -20 -83 -15q-34 3 -43 -10q-13 -15 5 -57q2 -6 8 -18t8.5 -18t4.5 -17t1 -22q0 -15 -17 -49t-14 -48 q3 -17 37 -26q20 -6 84.5 -18.5t99.5 -20.5q24 -6 74 -22t82.5 -23t55.5 -4q43 6 64.5 28t23 48t-7.5 58.5t-19 52t-20 36.5q-121 190 -169 242q-68 74 -113 40q-11 -9 -15 15q-3 16 -2 38q1 29 10 52t24 47t22 42q8 21 26.5 72t29.5 78t30 61t39 54q110 143 124 195 q-12 112 -16 310q-2 90 24 151.5t106 104.5q39 21 104 21q53 1 106 -13.5t89 -41.5q57 -42 91.5 -121.5t29.5 -147.5q-5 -95 30 -214q34 -113 133 -218q55 -59 99.5 -163t59.5 -191q8 -49 5 -84.5t-12 -55.5t-20 -22q-10 -2 -23.5 -19t-27 -35.5t-40.5 -33.5t-61 -14 q-18 1 -31.5 5t-22.5 13.5t-13.5 15.5t-11.5 20.5t-9 19.5q-22 37 -41 30t-28 -49t7 -97q20 -70 1 -195q-10 -65 18 -100.5t73 -33t85 35.5q59 49 89.5 66.5t103.5 42.5q53 18 77 36.5t18.5 34.5t-25 28.5t-51.5 23.5q-33 11 -49.5 48t-15 72.5t15.5 47.5q1 -31 8 -56.5 t14.5 -40.5t20.5 -28.5t21 -19t21.5 -13t16.5 -9.5z" />
<glyph unicode="&#xf17d;" d="M1024 36q-42 241 -140 498h-2l-2 -1q-16 -6 -43 -16.5t-101 -49t-137 -82t-131 -114.5t-103 -148l-15 11q184 -150 418 -150q132 0 256 52zM839 643q-21 49 -53 111q-311 -93 -673 -93q-1 -7 -1 -21q0 -124 44 -236.5t124 -201.5q50 89 123.5 166.5t142.5 124.5t130.5 81 t99.5 48l37 13q4 1 13 3.5t13 4.5zM732 855q-120 213 -244 378q-138 -65 -234 -186t-128 -272q302 0 606 80zM1416 536q-210 60 -409 29q87 -239 128 -469q111 75 185 189.5t96 250.5zM611 1277q-1 0 -2 -1q1 1 2 1zM1201 1132q-185 164 -433 164q-76 0 -155 -19 q131 -170 246 -382q69 26 130 60.5t96.5 61.5t65.5 57t37.5 40.5zM1424 647q-3 232 -149 410l-1 -1q-9 -12 -19 -24.5t-43.5 -44.5t-71 -60.5t-100 -65t-131.5 -64.5q25 -53 44 -95q2 -6 6.5 -17.5t7.5 -16.5q36 5 74.5 7t73.5 2t69 -1.5t64 -4t56.5 -5.5t48 -6.5t36.5 -6 t25 -4.5zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
<glyph unicode="&#xf17e;" d="M1173 473q0 50 -19.5 91.5t-48.5 68.5t-73 49t-82.5 34t-87.5 23l-104 24q-30 7 -44 10.5t-35 11.5t-30 16t-16.5 21t-7.5 30q0 77 144 77q43 0 77 -12t54 -28.5t38 -33.5t40 -29t48 -12q47 0 75.5 32t28.5 77q0 55 -56 99.5t-142 67.5t-182 23q-68 0 -132 -15.5 t-119.5 -47t-89 -87t-33.5 -128.5q0 -61 19 -106.5t56 -75.5t80 -48.5t103 -32.5l146 -36q90 -22 112 -36q32 -20 32 -60q0 -39 -40 -64.5t-105 -25.5q-51 0 -91.5 16t-65 38.5t-45.5 45t-46 38.5t-54 16q-50 0 -75.5 -30t-25.5 -75q0 -92 122 -157.5t291 -65.5 q73 0 140 18.5t122.5 53.5t88.5 93.5t33 131.5zM1536 256q0 -159 -112.5 -271.5t-271.5 -112.5q-130 0 -234 80q-77 -16 -150 -16q-143 0 -273.5 55.5t-225 150t-150 225t-55.5 273.5q0 73 16 150q-80 104 -80 234q0 159 112.5 271.5t271.5 112.5q130 0 234 -80 q77 16 150 16q143 0 273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -73 -16 -150q80 -104 80 -234z" />
<glyph unicode="&#xf180;" horiz-adv-x="1664" d="M1483 512l-587 -587q-52 -53 -127.5 -53t-128.5 53l-587 587q-53 53 -53 128t53 128l587 587q53 53 128 53t128 -53l265 -265l-398 -399l-188 188q-42 42 -99 42q-59 0 -100 -41l-120 -121q-42 -40 -42 -99q0 -58 42 -100l406 -408q30 -28 67 -37l6 -4h28q60 0 99 41 l619 619l2 -3q53 -53 53 -128t-53 -128zM1406 1138l120 -120q14 -15 14 -36t-14 -36l-730 -730q-17 -15 -37 -15v0q-4 0 -6 1q-18 2 -30 14l-407 408q-14 15 -14 36t14 35l121 120q13 15 35 15t36 -15l252 -252l574 575q15 15 36 15t36 -15z" />
<glyph unicode="&#xf181;" d="M704 192v1024q0 14 -9 23t-23 9h-480q-14 0 -23 -9t-9 -23v-1024q0 -14 9 -23t23 -9h480q14 0 23 9t9 23zM1376 576v640q0 14 -9 23t-23 9h-480q-14 0 -23 -9t-9 -23v-640q0 -14 9 -23t23 -9h480q14 0 23 9t9 23zM1536 1344v-1408q0 -26 -19 -45t-45 -19h-1408 q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h1408q26 0 45 -19t19 -45z" />
<glyph unicode="&#xf182;" horiz-adv-x="1280" d="M1280 480q0 -40 -28 -68t-68 -28q-51 0 -80 43l-227 341h-45v-132l247 -411q9 -15 9 -33q0 -26 -19 -45t-45 -19h-192v-272q0 -46 -33 -79t-79 -33h-160q-46 0 -79 33t-33 79v272h-192q-26 0 -45 19t-19 45q0 18 9 33l247 411v132h-45l-227 -341q-29 -43 -80 -43 q-40 0 -68 28t-28 68q0 29 16 53l256 384q73 107 176 107h384q103 0 176 -107l256 -384q16 -24 16 -53zM864 1280q0 -93 -65.5 -158.5t-158.5 -65.5t-158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5t158.5 -65.5t65.5 -158.5z" />
<glyph unicode="&#xf183;" horiz-adv-x="1024" d="M1024 832v-416q0 -40 -28 -68t-68 -28t-68 28t-28 68v352h-64v-912q0 -46 -33 -79t-79 -33t-79 33t-33 79v464h-64v-464q0 -46 -33 -79t-79 -33t-79 33t-33 79v912h-64v-352q0 -40 -28 -68t-68 -28t-68 28t-28 68v416q0 80 56 136t136 56h640q80 0 136 -56t56 -136z M736 1280q0 -93 -65.5 -158.5t-158.5 -65.5t-158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5t158.5 -65.5t65.5 -158.5z" />
<glyph unicode="&#xf184;" d="M773 234l350 473q16 22 24.5 59t-6 85t-61.5 79q-40 26 -83 25.5t-73.5 -17.5t-54.5 -45q-36 -40 -96 -40q-59 0 -95 40q-24 28 -54.5 45t-73.5 17.5t-84 -25.5q-46 -31 -60.5 -79t-6 -85t24.5 -59zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103 t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
<glyph unicode="&#xf185;" horiz-adv-x="1792" d="M1472 640q0 117 -45.5 223.5t-123 184t-184 123t-223.5 45.5t-223.5 -45.5t-184 -123t-123 -184t-45.5 -223.5t45.5 -223.5t123 -184t184 -123t223.5 -45.5t223.5 45.5t184 123t123 184t45.5 223.5zM1748 363q-4 -15 -20 -20l-292 -96v-306q0 -16 -13 -26q-15 -10 -29 -4 l-292 94l-180 -248q-10 -13 -26 -13t-26 13l-180 248l-292 -94q-14 -6 -29 4q-13 10 -13 26v306l-292 96q-16 5 -20 20q-5 17 4 29l180 248l-180 248q-9 13 -4 29q4 15 20 20l292 96v306q0 16 13 26q15 10 29 4l292 -94l180 248q9 12 26 12t26 -12l180 -248l292 94 q14 6 29 -4q13 -10 13 -26v-306l292 -96q16 -5 20 -20q5 -16 -4 -29l-180 -248l180 -248q9 -12 4 -29z" />
<glyph unicode="&#xf186;" d="M1262 233q-54 -9 -110 -9q-182 0 -337 90t-245 245t-90 337q0 192 104 357q-201 -60 -328.5 -229t-127.5 -384q0 -130 51 -248.5t136.5 -204t204 -136.5t248.5 -51q144 0 273.5 61.5t220.5 171.5zM1465 318q-94 -203 -283.5 -324.5t-413.5 -121.5q-156 0 -298 61 t-245 164t-164 245t-61 298q0 153 57.5 292.5t156 241.5t235.5 164.5t290 68.5q44 2 61 -39q18 -41 -15 -72q-86 -78 -131.5 -181.5t-45.5 -218.5q0 -148 73 -273t198 -198t273 -73q118 0 228 51q41 18 72 -13q14 -14 17.5 -34t-4.5 -38z" />
<glyph unicode="&#xf187;" horiz-adv-x="1792" d="M1088 704q0 26 -19 45t-45 19h-256q-26 0 -45 -19t-19 -45t19 -45t45 -19h256q26 0 45 19t19 45zM1664 896v-960q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v960q0 26 19 45t45 19h1408q26 0 45 -19t19 -45zM1728 1344v-256q0 -26 -19 -45t-45 -19h-1536 q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h1536q26 0 45 -19t19 -45z" />
<glyph unicode="&#xf188;" horiz-adv-x="1664" d="M1632 576q0 -26 -19 -45t-45 -19h-224q0 -171 -67 -290l208 -209q19 -19 19 -45t-19 -45q-18 -19 -45 -19t-45 19l-198 197q-5 -5 -15 -13t-42 -28.5t-65 -36.5t-82 -29t-97 -13v896h-128v-896q-51 0 -101.5 13.5t-87 33t-66 39t-43.5 32.5l-15 14l-183 -207 q-20 -21 -48 -21q-24 0 -43 16q-19 18 -20.5 44.5t15.5 46.5l202 227q-58 114 -58 274h-224q-26 0 -45 19t-19 45t19 45t45 19h224v294l-173 173q-19 19 -19 45t19 45t45 19t45 -19l173 -173h844l173 173q19 19 45 19t45 -19t19 -45t-19 -45l-173 -173v-294h224q26 0 45 -19 t19 -45zM1152 1152h-640q0 133 93.5 226.5t226.5 93.5t226.5 -93.5t93.5 -226.5z" />
<glyph unicode="&#xf189;" horiz-adv-x="1920" d="M1917 1016q23 -64 -150 -294q-24 -32 -65 -85q-78 -100 -90 -131q-17 -41 14 -81q17 -21 81 -82h1l1 -1l1 -1l2 -2q141 -131 191 -221q3 -5 6.5 -12.5t7 -26.5t-0.5 -34t-25 -27.5t-59 -12.5l-256 -4q-24 -5 -56 5t-52 22l-20 12q-30 21 -70 64t-68.5 77.5t-61 58 t-56.5 15.5q-3 -1 -8 -3.5t-17 -14.5t-21.5 -29.5t-17 -52t-6.5 -77.5q0 -15 -3.5 -27.5t-7.5 -18.5l-4 -5q-18 -19 -53 -22h-115q-71 -4 -146 16.5t-131.5 53t-103 66t-70.5 57.5l-25 24q-10 10 -27.5 30t-71.5 91t-106 151t-122.5 211t-130.5 272q-6 16 -6 27t3 16l4 6 q15 19 57 19l274 2q12 -2 23 -6.5t16 -8.5l5 -3q16 -11 24 -32q20 -50 46 -103.5t41 -81.5l16 -29q29 -60 56 -104t48.5 -68.5t41.5 -38.5t34 -14t27 5q2 1 5 5t12 22t13.5 47t9.5 81t0 125q-2 40 -9 73t-14 46l-6 12q-25 34 -85 43q-13 2 5 24q17 19 38 30q53 26 239 24 q82 -1 135 -13q20 -5 33.5 -13.5t20.5 -24t10.5 -32t3.5 -45.5t-1 -55t-2.5 -70.5t-1.5 -82.5q0 -11 -1 -42t-0.5 -48t3.5 -40.5t11.5 -39t22.5 -24.5q8 -2 17 -4t26 11t38 34.5t52 67t68 107.5q60 104 107 225q4 10 10 17.5t11 10.5l4 3l5 2.5t13 3t20 0.5l288 2 q39 5 64 -2.5t31 -16.5z" />
<glyph unicode="&#xf18a;" horiz-adv-x="1792" d="M675 252q21 34 11 69t-45 50q-34 14 -73 1t-60 -46q-22 -34 -13 -68.5t43 -50.5t74.5 -2.5t62.5 47.5zM769 373q8 13 3.5 26.5t-17.5 18.5q-14 5 -28.5 -0.5t-21.5 -18.5q-17 -31 13 -45q14 -5 29 0.5t22 18.5zM943 266q-45 -102 -158 -150t-224 -12 q-107 34 -147.5 126.5t6.5 187.5q47 93 151.5 139t210.5 19q111 -29 158.5 -119.5t2.5 -190.5zM1255 426q-9 96 -89 170t-208.5 109t-274.5 21q-223 -23 -369.5 -141.5t-132.5 -264.5q9 -96 89 -170t208.5 -109t274.5 -21q223 23 369.5 141.5t132.5 264.5zM1563 422 q0 -68 -37 -139.5t-109 -137t-168.5 -117.5t-226 -83t-270.5 -31t-275 33.5t-240.5 93t-171.5 151t-65 199.5q0 115 69.5 245t197.5 258q169 169 341.5 236t246.5 -7q65 -64 20 -209q-4 -14 -1 -20t10 -7t14.5 0.5t13.5 3.5l6 2q139 59 246 59t153 -61q45 -63 0 -178 q-2 -13 -4.5 -20t4.5 -12.5t12 -7.5t17 -6q57 -18 103 -47t80 -81.5t34 -116.5zM1489 1046q42 -47 54.5 -108.5t-6.5 -117.5q-8 -23 -29.5 -34t-44.5 -4q-23 8 -34 29.5t-4 44.5q20 63 -24 111t-107 35q-24 -5 -45 8t-25 37q-5 24 8 44.5t37 25.5q60 13 119 -5.5t101 -65.5z M1670 1209q87 -96 112.5 -222.5t-13.5 -241.5q-9 -27 -34 -40t-52 -4t-40 34t-5 52q28 82 10 172t-80 158q-62 69 -148 95.5t-173 8.5q-28 -6 -52 9.5t-30 43.5t9.5 51.5t43.5 29.5q123 26 244 -11.5t208 -134.5z" />
<glyph unicode="&#xf18b;" d="M1133 -34q-171 -94 -368 -94q-196 0 -367 94q138 87 235.5 211t131.5 268q35 -144 132.5 -268t235.5 -211zM638 1394v-485q0 -252 -126.5 -459.5t-330.5 -306.5q-181 215 -181 495q0 187 83.5 349.5t229.5 269.5t325 137zM1536 638q0 -280 -181 -495 q-204 99 -330.5 306.5t-126.5 459.5v485q179 -30 325 -137t229.5 -269.5t83.5 -349.5z" />
<glyph unicode="&#xf18c;" horiz-adv-x="1408" d="M1402 433q-32 -80 -76 -138t-91 -88.5t-99 -46.5t-101.5 -14.5t-96.5 8.5t-86.5 22t-69.5 27.5t-46 22.5l-17 10q-113 -228 -289.5 -359.5t-384.5 -132.5q-19 0 -32 13t-13 32t13 31.5t32 12.5q173 1 322.5 107.5t251.5 294.5q-36 -14 -72 -23t-83 -13t-91 2.5t-93 28.5 t-92 59t-84.5 100t-74.5 146q114 47 214 57t167.5 -7.5t124.5 -56.5t88.5 -77t56.5 -82q53 131 79 291q-7 -1 -18 -2.5t-46.5 -2.5t-69.5 0.5t-81.5 10t-88.5 23t-84 42.5t-75 65t-54.5 94.5t-28.5 127.5q70 28 133.5 36.5t112.5 -1t92 -30t73.5 -50t56 -61t42 -63t27.5 -56 t16 -39.5l4 -16q12 122 12 195q-8 6 -21.5 16t-49 44.5t-63.5 71.5t-54 93t-33 112.5t12 127t70 138.5q73 -25 127.5 -61.5t84.5 -76.5t48 -85t20.5 -89t-0.5 -85.5t-13 -76.5t-19 -62t-17 -42l-7 -15q1 -5 1 -50.5t-1 -71.5q3 7 10 18.5t30.5 43t50.5 58t71 55.5t91.5 44.5 t112 14.5t132.5 -24q-2 -78 -21.5 -141.5t-50 -104.5t-69.5 -71.5t-81.5 -45.5t-84.5 -24t-80 -9.5t-67.5 1t-46.5 4.5l-17 3q-23 -147 -73 -283q6 7 18 18.5t49.5 41t77.5 52.5t99.5 42t117.5 20t129 -23.5t137 -77.5z" />
<glyph unicode="&#xf18d;" horiz-adv-x="1280" d="M1259 283v-66q0 -85 -57.5 -144.5t-138.5 -59.5h-57l-260 -269v269h-529q-81 0 -138.5 59.5t-57.5 144.5v66h1238zM1259 609v-255h-1238v255h1238zM1259 937v-255h-1238v255h1238zM1259 1077v-67h-1238v67q0 84 57.5 143.5t138.5 59.5h846q81 0 138.5 -59.5t57.5 -143.5z " />
<glyph unicode="&#xf18e;" d="M1152 640q0 -14 -9 -23l-320 -320q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5v192h-352q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h352v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198 t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
<glyph unicode="&#xf190;" d="M1152 736v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-352v-192q0 -14 -9 -23t-23 -9q-12 0 -24 10l-319 319q-9 9 -9 23t9 23l320 320q9 9 23 9q13 0 22.5 -9.5t9.5 -22.5v-192h352q13 0 22.5 -9.5t9.5 -22.5zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198 t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
<glyph unicode="&#xf191;" d="M1024 960v-640q0 -26 -19 -45t-45 -19q-20 0 -37 12l-448 320q-27 19 -27 52t27 52l448 320q17 12 37 12q26 0 45 -19t19 -45zM1280 160v960q0 13 -9.5 22.5t-22.5 9.5h-960q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h960q13 0 22.5 9.5t9.5 22.5z M1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
<glyph unicode="&#xf192;" d="M1024 640q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181zM768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5 t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
<glyph unicode="&#xf193;" horiz-adv-x="1664" d="M1023 349l102 -204q-58 -179 -210 -290t-339 -111q-156 0 -288.5 77.5t-210 210t-77.5 288.5q0 181 104.5 330t274.5 211l17 -131q-122 -54 -195 -165.5t-73 -244.5q0 -185 131.5 -316.5t316.5 -131.5q126 0 232.5 65t165 175.5t49.5 236.5zM1571 249l58 -114l-256 -128 q-13 -7 -29 -7q-40 0 -57 35l-239 477h-472q-24 0 -42.5 16.5t-21.5 40.5l-96 779q-2 16 6 42q14 51 57 82.5t97 31.5q66 0 113 -47t47 -113q0 -69 -52 -117.5t-120 -41.5l37 -289h423v-128h-407l16 -128h455q40 0 57 -35l228 -455z" />
<glyph unicode="&#xf194;" d="M1254 899q16 85 -21 132q-52 65 -187 45q-17 -3 -41 -12.5t-57.5 -30.5t-64.5 -48.5t-59.5 -70t-44.5 -91.5q80 7 113.5 -16t26.5 -99q-5 -52 -52 -143q-43 -78 -71 -99q-44 -32 -87 14q-23 24 -37.5 64.5t-19 73t-10 84t-8.5 71.5q-23 129 -34 164q-12 37 -35.5 69 t-50.5 40q-57 16 -127 -25q-54 -32 -136.5 -106t-122.5 -102v-7q16 -8 25.5 -26t21.5 -20q21 -3 54.5 8.5t58 10.5t41.5 -30q11 -18 18.5 -38.5t15 -48t12.5 -40.5q17 -46 53 -187q36 -146 57 -197q42 -99 103 -125q43 -12 85 -1.5t76 31.5q131 77 250 237 q104 139 172.5 292.5t82.5 226.5zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
<glyph unicode="&#xf195;" horiz-adv-x="1152" d="M1152 704q0 -191 -94.5 -353t-256.5 -256.5t-353 -94.5h-160q-14 0 -23 9t-9 23v611l-215 -66q-3 -1 -9 -1q-10 0 -19 6q-13 10 -13 26v128q0 23 23 31l233 71v93l-215 -66q-3 -1 -9 -1q-10 0 -19 6q-13 10 -13 26v128q0 23 23 31l233 71v250q0 14 9 23t23 9h160 q14 0 23 -9t9 -23v-181l375 116q15 5 28 -5t13 -26v-128q0 -23 -23 -31l-393 -121v-93l375 116q15 5 28 -5t13 -26v-128q0 -23 -23 -31l-393 -121v-487q188 13 318 151t130 328q0 14 9 23t23 9h160q14 0 23 -9t9 -23z" />
<glyph unicode="&#xf196;" horiz-adv-x="1408" d="M1152 736v-64q0 -14 -9 -23t-23 -9h-352v-352q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v352h-352q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h352v352q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-352h352q14 0 23 -9t9 -23zM1280 288v832q0 66 -47 113t-113 47h-832 q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113zM1408 1120v-832q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832q119 0 203.5 -84.5t84.5 -203.5z" />
<glyph unicode="&#xf197;" horiz-adv-x="1792" />
<glyph unicode="&#xf198;" horiz-adv-x="1792" />
<glyph unicode="&#xf199;" horiz-adv-x="1792" />
<glyph unicode="&#xf19a;" horiz-adv-x="1792" />
<glyph unicode="&#xf19b;" horiz-adv-x="1792" />
<glyph unicode="&#xf19c;" horiz-adv-x="1792" />
<glyph unicode="&#xf19d;" horiz-adv-x="1792" />
<glyph unicode="&#xf19e;" horiz-adv-x="1792" />
<glyph unicode="&#xf500;" horiz-adv-x="1792" />
</font>
</defs></svg>

After

Width:  |  Height:  |  Size: 197 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,229 @@
<?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="glyphicons_halflingsregular" horiz-adv-x="1200" >
<font-face units-per-em="1200" ascent="960" descent="-240" />
<missing-glyph horiz-adv-x="500" />
<glyph />
<glyph />
<glyph unicode="&#xd;" />
<glyph unicode=" " />
<glyph unicode="*" d="M100 500v200h259l-183 183l141 141l183 -183v259h200v-259l183 183l141 -141l-183 -183h259v-200h-259l183 -183l-141 -141l-183 183v-259h-200v259l-183 -183l-141 141l183 183h-259z" />
<glyph unicode="+" d="M0 400v300h400v400h300v-400h400v-300h-400v-400h-300v400h-400z" />
<glyph unicode="&#xa0;" />
<glyph unicode="&#x2000;" horiz-adv-x="652" />
<glyph unicode="&#x2001;" horiz-adv-x="1304" />
<glyph unicode="&#x2002;" horiz-adv-x="652" />
<glyph unicode="&#x2003;" horiz-adv-x="1304" />
<glyph unicode="&#x2004;" horiz-adv-x="434" />
<glyph unicode="&#x2005;" horiz-adv-x="326" />
<glyph unicode="&#x2006;" horiz-adv-x="217" />
<glyph unicode="&#x2007;" horiz-adv-x="217" />
<glyph unicode="&#x2008;" horiz-adv-x="163" />
<glyph unicode="&#x2009;" horiz-adv-x="260" />
<glyph unicode="&#x200a;" horiz-adv-x="72" />
<glyph unicode="&#x202f;" horiz-adv-x="260" />
<glyph unicode="&#x205f;" horiz-adv-x="326" />
<glyph unicode="&#x20ac;" d="M100 500l100 100h113q0 47 5 100h-218l100 100h135q37 167 112 257q117 141 297 141q242 0 354 -189q60 -103 66 -209h-181q0 55 -25.5 99t-63.5 68t-75 36.5t-67 12.5q-24 0 -52.5 -10t-62.5 -32t-65.5 -67t-50.5 -107h379l-100 -100h-300q-6 -46 -6 -100h406l-100 -100 h-300q9 -74 33 -132t52.5 -91t62 -54.5t59 -29t46.5 -7.5q29 0 66 13t75 37t63.5 67.5t25.5 96.5h174q-31 -172 -128 -278q-107 -117 -274 -117q-205 0 -324 158q-36 46 -69 131.5t-45 205.5h-217z" />
<glyph unicode="&#x2212;" d="M200 400h900v300h-900v-300z" />
<glyph unicode="&#x2601;" d="M-14 494q0 -80 56.5 -137t135.5 -57h750q120 0 205 86t85 208q0 120 -85 206.5t-205 86.5q-46 0 -90 -14q-44 97 -134.5 156.5t-200.5 59.5q-152 0 -260 -107.5t-108 -260.5q0 -25 2 -37q-66 -14 -108.5 -67.5t-42.5 -122.5z" />
<glyph unicode="&#x2709;" d="M0 100l400 400l200 -200l200 200l400 -400h-1200zM0 300v600l300 -300zM0 1100l600 -603l600 603h-1200zM900 600l300 300v-600z" />
<glyph unicode="&#x270f;" d="M-13 -13l333 112l-223 223zM187 403l214 -214l614 614l-214 214zM887 1103l214 -214l99 92q13 13 13 32.5t-13 33.5l-153 153q-15 13 -33 13t-33 -13z" />
<glyph unicode="&#xe000;" horiz-adv-x="500" d="M0 0z" />
<glyph unicode="&#xe001;" d="M0 1200h1200l-500 -550v-550h300v-100h-800v100h300v550z" />
<glyph unicode="&#xe002;" d="M14 84q18 -55 86 -75.5t147 5.5q65 21 109 69t44 90v606l600 155v-521q-64 16 -138 -7q-79 -26 -122.5 -83t-25.5 -111q17 -55 85.5 -75.5t147.5 4.5q70 23 111.5 63.5t41.5 95.5v881q0 10 -7 15.5t-17 2.5l-752 -193q-10 -3 -17 -12.5t-7 -19.5v-689q-64 17 -138 -7 q-79 -25 -122.5 -82t-25.5 -112z" />
<glyph unicode="&#xe003;" d="M23 693q0 200 142 342t342 142t342 -142t142 -342q0 -142 -78 -261l300 -300q7 -8 7 -18t-7 -18l-109 -109q-8 -7 -18 -7t-18 7l-300 300q-119 -78 -261 -78q-200 0 -342 142t-142 342zM176 693q0 -136 97 -233t234 -97t233.5 96.5t96.5 233.5t-96.5 233.5t-233.5 96.5 t-234 -97t-97 -233z" />
<glyph unicode="&#xe005;" d="M100 784q0 64 28 123t73 100.5t104.5 64t119 20.5t120 -38.5t104.5 -104.5q48 69 109.5 105t121.5 38t118.5 -20.5t102.5 -64t71 -100.5t27 -123q0 -57 -33.5 -117.5t-94 -124.5t-126.5 -127.5t-150 -152.5t-146 -174q-62 85 -145.5 174t-149.5 152.5t-126.5 127.5 t-94 124.5t-33.5 117.5z" />
<glyph unicode="&#xe006;" d="M-72 800h479l146 400h2l146 -400h472l-382 -278l145 -449l-384 275l-382 -275l146 447zM168 71l2 1z" />
<glyph unicode="&#xe007;" d="M-72 800h479l146 400h2l146 -400h472l-382 -278l145 -449l-384 275l-382 -275l146 447zM168 71l2 1zM237 700l196 -142l-73 -226l192 140l195 -141l-74 229l193 140h-235l-77 211l-78 -211h-239z" />
<glyph unicode="&#xe008;" d="M0 0v143l400 257v100q-37 0 -68.5 74.5t-31.5 125.5v200q0 124 88 212t212 88t212 -88t88 -212v-200q0 -51 -31.5 -125.5t-68.5 -74.5v-100l400 -257v-143h-1200z" />
<glyph unicode="&#xe009;" d="M0 0v1100h1200v-1100h-1200zM100 100h100v100h-100v-100zM100 300h100v100h-100v-100zM100 500h100v100h-100v-100zM100 700h100v100h-100v-100zM100 900h100v100h-100v-100zM300 100h600v400h-600v-400zM300 600h600v400h-600v-400zM1000 100h100v100h-100v-100z M1000 300h100v100h-100v-100zM1000 500h100v100h-100v-100zM1000 700h100v100h-100v-100zM1000 900h100v100h-100v-100z" />
<glyph unicode="&#xe010;" d="M0 50v400q0 21 14.5 35.5t35.5 14.5h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5zM0 650v400q0 21 14.5 35.5t35.5 14.5h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400 q-21 0 -35.5 14.5t-14.5 35.5zM600 50v400q0 21 14.5 35.5t35.5 14.5h400q21 0 35.5 -14.5t14.5 -35.5v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5zM600 650v400q0 21 14.5 35.5t35.5 14.5h400q21 0 35.5 -14.5t14.5 -35.5v-400 q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5z" />
<glyph unicode="&#xe011;" d="M0 50v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM0 450v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200 q-21 0 -35.5 14.5t-14.5 35.5zM0 850v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM400 50v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5 t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM400 450v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM400 850v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5 v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM800 50v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM800 450v200q0 21 14.5 35.5t35.5 14.5h200 q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM800 850v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5z" />
<glyph unicode="&#xe012;" d="M0 50v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM0 450q0 -21 14.5 -35.5t35.5 -14.5h200q21 0 35.5 14.5t14.5 35.5v200q0 21 -14.5 35.5t-35.5 14.5h-200q-21 0 -35.5 -14.5 t-14.5 -35.5v-200zM0 850v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5zM400 50v200q0 21 14.5 35.5t35.5 14.5h700q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5 t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5zM400 450v200q0 21 14.5 35.5t35.5 14.5h700q21 0 35.5 -14.5t14.5 -35.5v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5zM400 850v200q0 21 14.5 35.5t35.5 14.5h700q21 0 35.5 -14.5t14.5 -35.5 v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5z" />
<glyph unicode="&#xe013;" d="M29 454l419 -420l818 820l-212 212l-607 -607l-206 207z" />
<glyph unicode="&#xe014;" d="M106 318l282 282l-282 282l212 212l282 -282l282 282l212 -212l-282 -282l282 -282l-212 -212l-282 282l-282 -282z" />
<glyph unicode="&#xe015;" d="M23 693q0 200 142 342t342 142t342 -142t142 -342q0 -142 -78 -261l300 -300q7 -8 7 -18t-7 -18l-109 -109q-8 -7 -18 -7t-18 7l-300 300q-119 -78 -261 -78q-200 0 -342 142t-142 342zM176 693q0 -136 97 -233t234 -97t233.5 96.5t96.5 233.5t-96.5 233.5t-233.5 96.5 t-234 -97t-97 -233zM300 600v200h100v100h200v-100h100v-200h-100v-100h-200v100h-100z" />
<glyph unicode="&#xe016;" d="M23 694q0 200 142 342t342 142t342 -142t142 -342q0 -141 -78 -262l300 -299q7 -7 7 -18t-7 -18l-109 -109q-8 -8 -18 -8t-18 8l-300 299q-120 -77 -261 -77q-200 0 -342 142t-142 342zM176 694q0 -136 97 -233t234 -97t233.5 97t96.5 233t-96.5 233t-233.5 97t-234 -97 t-97 -233zM300 601h400v200h-400v-200z" />
<glyph unicode="&#xe017;" d="M23 600q0 183 105 331t272 210v-166q-103 -55 -165 -155t-62 -220q0 -177 125 -302t302 -125t302 125t125 302q0 120 -62 220t-165 155v166q167 -62 272 -210t105 -331q0 -118 -45.5 -224.5t-123 -184t-184 -123t-224.5 -45.5t-224.5 45.5t-184 123t-123 184t-45.5 224.5 zM500 750q0 -21 14.5 -35.5t35.5 -14.5h100q21 0 35.5 14.5t14.5 35.5v400q0 21 -14.5 35.5t-35.5 14.5h-100q-21 0 -35.5 -14.5t-14.5 -35.5v-400z" />
<glyph unicode="&#xe018;" d="M100 1h200v300h-200v-300zM400 1v500h200v-500h-200zM700 1v800h200v-800h-200zM1000 1v1200h200v-1200h-200z" />
<glyph unicode="&#xe019;" d="M26 601q0 -33 6 -74l151 -38l2 -6q14 -49 38 -93l3 -5l-80 -134q45 -59 105 -105l133 81l5 -3q45 -26 94 -39l5 -2l38 -151q40 -5 74 -5q27 0 74 5l38 151l6 2q46 13 93 39l5 3l134 -81q56 44 104 105l-80 134l3 5q24 44 39 93l1 6l152 38q5 40 5 74q0 28 -5 73l-152 38 l-1 6q-16 51 -39 93l-3 5l80 134q-44 58 -104 105l-134 -81l-5 3q-45 25 -93 39l-6 1l-38 152q-40 5 -74 5q-27 0 -74 -5l-38 -152l-5 -1q-50 -14 -94 -39l-5 -3l-133 81q-59 -47 -105 -105l80 -134l-3 -5q-25 -47 -38 -93l-2 -6l-151 -38q-6 -48 -6 -73zM385 601 q0 88 63 151t152 63t152 -63t63 -151q0 -89 -63 -152t-152 -63t-152 63t-63 152z" />
<glyph unicode="&#xe020;" d="M100 1025v50q0 10 7.5 17.5t17.5 7.5h275v100q0 41 29.5 70.5t70.5 29.5h300q41 0 70.5 -29.5t29.5 -70.5v-100h275q10 0 17.5 -7.5t7.5 -17.5v-50q0 -11 -7 -18t-18 -7h-1050q-11 0 -18 7t-7 18zM200 100v800h900v-800q0 -41 -29.5 -71t-70.5 -30h-700q-41 0 -70.5 30 t-29.5 71zM300 100h100v700h-100v-700zM500 100h100v700h-100v-700zM500 1100h300v100h-300v-100zM700 100h100v700h-100v-700zM900 100h100v700h-100v-700z" />
<glyph unicode="&#xe021;" d="M1 601l656 644l644 -644h-200v-600h-300v400h-300v-400h-300v600h-200z" />
<glyph unicode="&#xe022;" d="M100 25v1150q0 11 7 18t18 7h475v-500h400v-675q0 -11 -7 -18t-18 -7h-850q-11 0 -18 7t-7 18zM700 800v300l300 -300h-300z" />
<glyph unicode="&#xe023;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM500 500v400h100 v-300h200v-100h-300z" />
<glyph unicode="&#xe024;" d="M-100 0l431 1200h209l-21 -300h162l-20 300h208l431 -1200h-538l-41 400h-242l-40 -400h-539zM488 500h224l-27 300h-170z" />
<glyph unicode="&#xe025;" d="M0 0v400h490l-290 300h200v500h300v-500h200l-290 -300h490v-400h-1100zM813 200h175v100h-175v-100z" />
<glyph unicode="&#xe026;" d="M1 600q0 122 47.5 233t127.5 191t191 127.5t233 47.5t233 -47.5t191 -127.5t127.5 -191t47.5 -233t-47.5 -233t-127.5 -191t-191 -127.5t-233 -47.5t-233 47.5t-191 127.5t-127.5 191t-47.5 233zM188 600q0 -170 121 -291t291 -121t291 121t121 291t-121 291t-291 121 t-291 -121t-121 -291zM350 600h150v300h200v-300h150l-250 -300z" />
<glyph unicode="&#xe027;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM350 600l250 300 l250 -300h-150v-300h-200v300h-150z" />
<glyph unicode="&#xe028;" d="M0 25v475l200 700h800q199 -700 200 -700v-475q0 -11 -7 -18t-18 -7h-1150q-11 0 -18 7t-7 18zM200 500h200l50 -200h300l50 200h200l-97 500h-606z" />
<glyph unicode="&#xe029;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -172 121.5 -293t292.5 -121t292.5 121t121.5 293q0 171 -121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM500 397v401 l297 -200z" />
<glyph unicode="&#xe030;" d="M23 600q0 -118 45.5 -224.5t123 -184t184 -123t224.5 -45.5t224.5 45.5t184 123t123 184t45.5 224.5h-150q0 -177 -125 -302t-302 -125t-302 125t-125 302t125 302t302 125q136 0 246 -81l-146 -146h400v400l-145 -145q-157 122 -355 122q-118 0 -224.5 -45.5t-184 -123 t-123 -184t-45.5 -224.5z" />
<glyph unicode="&#xe031;" d="M23 600q0 118 45.5 224.5t123 184t184 123t224.5 45.5q198 0 355 -122l145 145v-400h-400l147 147q-112 80 -247 80q-177 0 -302 -125t-125 -302h-150zM100 0v400h400l-147 -147q112 -80 247 -80q177 0 302 125t125 302h150q0 -118 -45.5 -224.5t-123 -184t-184 -123 t-224.5 -45.5q-198 0 -355 122z" />
<glyph unicode="&#xe032;" d="M100 0h1100v1200h-1100v-1200zM200 100v900h900v-900h-900zM300 200v100h100v-100h-100zM300 400v100h100v-100h-100zM300 600v100h100v-100h-100zM300 800v100h100v-100h-100zM500 200h500v100h-500v-100zM500 400v100h500v-100h-500zM500 600v100h500v-100h-500z M500 800v100h500v-100h-500z" />
<glyph unicode="&#xe033;" d="M0 100v600q0 41 29.5 70.5t70.5 29.5h100v200q0 82 59 141t141 59h300q82 0 141 -59t59 -141v-200h100q41 0 70.5 -29.5t29.5 -70.5v-600q0 -41 -29.5 -70.5t-70.5 -29.5h-900q-41 0 -70.5 29.5t-29.5 70.5zM400 800h300v150q0 21 -14.5 35.5t-35.5 14.5h-200 q-21 0 -35.5 -14.5t-14.5 -35.5v-150z" />
<glyph unicode="&#xe034;" d="M100 0v1100h100v-1100h-100zM300 400q60 60 127.5 84t127.5 17.5t122 -23t119 -30t110 -11t103 42t91 120.5v500q-40 -81 -101.5 -115.5t-127.5 -29.5t-138 25t-139.5 40t-125.5 25t-103 -29.5t-65 -115.5v-500z" />
<glyph unicode="&#xe035;" d="M0 275q0 -11 7 -18t18 -7h50q11 0 18 7t7 18v300q0 127 70.5 231.5t184.5 161.5t245 57t245 -57t184.5 -161.5t70.5 -231.5v-300q0 -11 7 -18t18 -7h50q11 0 18 7t7 18v300q0 116 -49.5 227t-131 192.5t-192.5 131t-227 49.5t-227 -49.5t-192.5 -131t-131 -192.5 t-49.5 -227v-300zM200 20v460q0 8 6 14t14 6h160q8 0 14 -6t6 -14v-460q0 -8 -6 -14t-14 -6h-160q-8 0 -14 6t-6 14zM800 20v460q0 8 6 14t14 6h160q8 0 14 -6t6 -14v-460q0 -8 -6 -14t-14 -6h-160q-8 0 -14 6t-6 14z" />
<glyph unicode="&#xe036;" d="M0 400h300l300 -200v800l-300 -200h-300v-400zM688 459l141 141l-141 141l71 71l141 -141l141 141l71 -71l-141 -141l141 -141l-71 -71l-141 141l-141 -141z" />
<glyph unicode="&#xe037;" d="M0 400h300l300 -200v800l-300 -200h-300v-400zM700 857l69 53q111 -135 111 -310q0 -169 -106 -302l-67 54q86 110 86 248q0 146 -93 257z" />
<glyph unicode="&#xe038;" d="M0 401v400h300l300 200v-800l-300 200h-300zM702 858l69 53q111 -135 111 -310q0 -170 -106 -303l-67 55q86 110 86 248q0 145 -93 257zM889 951l7 -8q123 -151 123 -344q0 -189 -119 -339l-7 -8l81 -66l6 8q142 178 142 405q0 230 -144 408l-6 8z" />
<glyph unicode="&#xe039;" d="M0 0h500v500h-200v100h-100v-100h-200v-500zM0 600h100v100h400v100h100v100h-100v300h-500v-600zM100 100v300h300v-300h-300zM100 800v300h300v-300h-300zM200 200v100h100v-100h-100zM200 900h100v100h-100v-100zM500 500v100h300v-300h200v-100h-100v-100h-200v100 h-100v100h100v200h-200zM600 0v100h100v-100h-100zM600 1000h100v-300h200v-300h300v200h-200v100h200v500h-600v-200zM800 800v300h300v-300h-300zM900 0v100h300v-100h-300zM900 900v100h100v-100h-100zM1100 200v100h100v-100h-100z" />
<glyph unicode="&#xe040;" d="M0 200h100v1000h-100v-1000zM100 0v100h300v-100h-300zM200 200v1000h100v-1000h-100zM500 0v91h100v-91h-100zM500 200v1000h200v-1000h-200zM700 0v91h100v-91h-100zM800 200v1000h100v-1000h-100zM900 0v91h200v-91h-200zM1000 200v1000h200v-1000h-200z" />
<glyph unicode="&#xe041;" d="M1 700v475q0 10 7.5 17.5t17.5 7.5h474l700 -700l-500 -500zM148 953q0 -42 29 -71q30 -30 71.5 -30t71.5 30q29 29 29 71t-29 71q-30 30 -71.5 30t-71.5 -30q-29 -29 -29 -71z" />
<glyph unicode="&#xe042;" d="M2 700v475q0 11 7 18t18 7h474l700 -700l-500 -500zM148 953q0 -42 30 -71q29 -30 71 -30t71 30q30 29 30 71t-30 71q-29 30 -71 30t-71 -30q-30 -29 -30 -71zM701 1200h100l700 -700l-500 -500l-50 50l450 450z" />
<glyph unicode="&#xe043;" d="M100 0v1025l175 175h925v-1000l-100 -100v1000h-750l-100 -100h750v-1000h-900z" />
<glyph unicode="&#xe044;" d="M200 0l450 444l450 -443v1150q0 20 -14.5 35t-35.5 15h-800q-21 0 -35.5 -15t-14.5 -35v-1151z" />
<glyph unicode="&#xe045;" d="M0 100v700h200l100 -200h600l100 200h200v-700h-200v200h-800v-200h-200zM253 829l40 -124h592l62 124l-94 346q-2 11 -10 18t-18 7h-450q-10 0 -18 -7t-10 -18zM281 24l38 152q2 10 11.5 17t19.5 7h500q10 0 19.5 -7t11.5 -17l38 -152q2 -10 -3.5 -17t-15.5 -7h-600 q-10 0 -15.5 7t-3.5 17z" />
<glyph unicode="&#xe046;" d="M0 200q0 -41 29.5 -70.5t70.5 -29.5h1000q41 0 70.5 29.5t29.5 70.5v600q0 41 -29.5 70.5t-70.5 29.5h-150q-4 8 -11.5 21.5t-33 48t-53 61t-69 48t-83.5 21.5h-200q-41 0 -82 -20.5t-70 -50t-52 -59t-34 -50.5l-12 -20h-150q-41 0 -70.5 -29.5t-29.5 -70.5v-600z M356 500q0 100 72 172t172 72t172 -72t72 -172t-72 -172t-172 -72t-172 72t-72 172zM494 500q0 -44 31 -75t75 -31t75 31t31 75t-31 75t-75 31t-75 -31t-31 -75zM900 700v100h100v-100h-100z" />
<glyph unicode="&#xe047;" d="M53 0h365v66q-41 0 -72 11t-49 38t1 71l92 234h391l82 -222q16 -45 -5.5 -88.5t-74.5 -43.5v-66h417v66q-34 1 -74 43q-18 19 -33 42t-21 37l-6 13l-385 998h-93l-399 -1006q-24 -48 -52 -75q-12 -12 -33 -25t-36 -20l-15 -7v-66zM416 521l178 457l46 -140l116 -317h-340 z" />
<glyph unicode="&#xe048;" d="M100 0v89q41 7 70.5 32.5t29.5 65.5v827q0 28 -1 39.5t-5.5 26t-15.5 21t-29 14t-49 14.5v70h471q120 0 213 -88t93 -228q0 -55 -11.5 -101.5t-28 -74t-33.5 -47.5t-28 -28l-12 -7q8 -3 21.5 -9t48 -31.5t60.5 -58t47.5 -91.5t21.5 -129q0 -84 -59 -156.5t-142 -111 t-162 -38.5h-500zM400 200h161q89 0 153 48.5t64 132.5q0 90 -62.5 154.5t-156.5 64.5h-159v-400zM400 700h139q76 0 130 61.5t54 138.5q0 82 -84 130.5t-239 48.5v-379z" />
<glyph unicode="&#xe049;" d="M200 0v57q77 7 134.5 40.5t65.5 80.5l173 849q10 56 -10 74t-91 37q-6 1 -10.5 2.5t-9.5 2.5v57h425l2 -57q-33 -8 -62 -25.5t-46 -37t-29.5 -38t-17.5 -30.5l-5 -12l-128 -825q-10 -52 14 -82t95 -36v-57h-500z" />
<glyph unicode="&#xe050;" d="M-75 200h75v800h-75l125 167l125 -167h-75v-800h75l-125 -167zM300 900v300h150h700h150v-300h-50q0 29 -8 48.5t-18.5 30t-33.5 15t-39.5 5.5t-50.5 1h-200v-850l100 -50v-100h-400v100l100 50v850h-200q-34 0 -50.5 -1t-40 -5.5t-33.5 -15t-18.5 -30t-8.5 -48.5h-49z " />
<glyph unicode="&#xe051;" d="M33 51l167 125v-75h800v75l167 -125l-167 -125v75h-800v-75zM100 901v300h150h700h150v-300h-50q0 29 -8 48.5t-18 30t-33.5 15t-40 5.5t-50.5 1h-200v-650l100 -50v-100h-400v100l100 50v650h-200q-34 0 -50.5 -1t-39.5 -5.5t-33.5 -15t-18.5 -30t-8 -48.5h-50z" />
<glyph unicode="&#xe052;" d="M0 50q0 -20 14.5 -35t35.5 -15h1100q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-1100q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM0 350q0 -20 14.5 -35t35.5 -15h800q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-800q-21 0 -35.5 -14.5t-14.5 -35.5 v-100zM0 650q0 -20 14.5 -35t35.5 -15h1000q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-1000q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM0 950q0 -20 14.5 -35t35.5 -15h600q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-600q-21 0 -35.5 -14.5 t-14.5 -35.5v-100z" />
<glyph unicode="&#xe053;" d="M0 50q0 -20 14.5 -35t35.5 -15h1100q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-1100q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM0 650q0 -20 14.5 -35t35.5 -15h1100q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-1100q-21 0 -35.5 -14.5t-14.5 -35.5 v-100zM200 350q0 -20 14.5 -35t35.5 -15h700q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-700q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM200 950q0 -20 14.5 -35t35.5 -15h700q21 0 35.5 15t14.5 35v100q0 21 -14.5 35.5t-35.5 14.5h-700q-21 0 -35.5 -14.5 t-14.5 -35.5v-100z" />
<glyph unicode="&#xe054;" d="M0 50v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1100q-21 0 -35.5 15t-14.5 35zM100 650v100q0 21 14.5 35.5t35.5 14.5h1000q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1000q-21 0 -35.5 15 t-14.5 35zM300 350v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-800q-21 0 -35.5 15t-14.5 35zM500 950v100q0 21 14.5 35.5t35.5 14.5h600q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-600 q-21 0 -35.5 15t-14.5 35z" />
<glyph unicode="&#xe055;" d="M0 50v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1100q-21 0 -35.5 15t-14.5 35zM0 350v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1100q-21 0 -35.5 15 t-14.5 35zM0 650v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1100q-21 0 -35.5 15t-14.5 35zM0 950v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1100 q-21 0 -35.5 15t-14.5 35z" />
<glyph unicode="&#xe056;" d="M0 50v100q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-100q-21 0 -35.5 15t-14.5 35zM0 350v100q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-100q-21 0 -35.5 15 t-14.5 35zM0 650v100q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-100q-21 0 -35.5 15t-14.5 35zM0 950v100q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-100q-21 0 -35.5 15 t-14.5 35zM300 50v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-800q-21 0 -35.5 15t-14.5 35zM300 350v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-800 q-21 0 -35.5 15t-14.5 35zM300 650v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-800q-21 0 -35.5 15t-14.5 35zM300 950v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15 h-800q-21 0 -35.5 15t-14.5 35z" />
<glyph unicode="&#xe057;" d="M-101 500v100h201v75l166 -125l-166 -125v75h-201zM300 0h100v1100h-100v-1100zM500 50q0 -20 14.5 -35t35.5 -15h600q20 0 35 15t15 35v100q0 21 -15 35.5t-35 14.5h-600q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM500 350q0 -20 14.5 -35t35.5 -15h300q20 0 35 15t15 35 v100q0 21 -15 35.5t-35 14.5h-300q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM500 650q0 -20 14.5 -35t35.5 -15h500q20 0 35 15t15 35v100q0 21 -15 35.5t-35 14.5h-500q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM500 950q0 -20 14.5 -35t35.5 -15h100q20 0 35 15t15 35v100 q0 21 -15 35.5t-35 14.5h-100q-21 0 -35.5 -14.5t-14.5 -35.5v-100z" />
<glyph unicode="&#xe058;" d="M1 50q0 -20 14.5 -35t35.5 -15h600q20 0 35 15t15 35v100q0 21 -15 35.5t-35 14.5h-600q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM1 350q0 -20 14.5 -35t35.5 -15h300q20 0 35 15t15 35v100q0 21 -15 35.5t-35 14.5h-300q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM1 650 q0 -20 14.5 -35t35.5 -15h500q20 0 35 15t15 35v100q0 21 -15 35.5t-35 14.5h-500q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM1 950q0 -20 14.5 -35t35.5 -15h100q20 0 35 15t15 35v100q0 21 -15 35.5t-35 14.5h-100q-21 0 -35.5 -14.5t-14.5 -35.5v-100zM801 0v1100h100v-1100 h-100zM934 550l167 -125v75h200v100h-200v75z" />
<glyph unicode="&#xe059;" d="M0 275v650q0 31 22 53t53 22h750q31 0 53 -22t22 -53v-650q0 -31 -22 -53t-53 -22h-750q-31 0 -53 22t-22 53zM900 600l300 300v-600z" />
<glyph unicode="&#xe060;" d="M0 44v1012q0 18 13 31t31 13h1112q19 0 31.5 -13t12.5 -31v-1012q0 -18 -12.5 -31t-31.5 -13h-1112q-18 0 -31 13t-13 31zM100 263l247 182l298 -131l-74 156l293 318l236 -288v500h-1000v-737zM208 750q0 56 39 95t95 39t95 -39t39 -95t-39 -95t-95 -39t-95 39t-39 95z " />
<glyph unicode="&#xe062;" d="M148 745q0 124 60.5 231.5t165 172t226.5 64.5q123 0 227 -63t164.5 -169.5t60.5 -229.5t-73 -272q-73 -114 -166.5 -237t-150.5 -189l-57 -66q-10 9 -27 26t-66.5 70.5t-96 109t-104 135.5t-100.5 155q-63 139 -63 262zM342 772q0 -107 75.5 -182.5t181.5 -75.5 q107 0 182.5 75.5t75.5 182.5t-75.5 182t-182.5 75t-182 -75.5t-75 -181.5z" />
<glyph unicode="&#xe063;" d="M1 600q0 122 47.5 233t127.5 191t191 127.5t233 47.5t233 -47.5t191 -127.5t127.5 -191t47.5 -233t-47.5 -233t-127.5 -191t-191 -127.5t-233 -47.5t-233 47.5t-191 127.5t-127.5 191t-47.5 233zM173 600q0 -177 125.5 -302t301.5 -125v854q-176 0 -301.5 -125 t-125.5 -302z" />
<glyph unicode="&#xe064;" d="M117 406q0 94 34 186t88.5 172.5t112 159t115 177t87.5 194.5q21 -71 57.5 -142.5t76 -130.5t83 -118.5t82 -117t70 -116t50 -125.5t18.5 -136q0 -89 -39 -165.5t-102 -126.5t-140 -79.5t-156 -33.5q-114 6 -211.5 53t-161.5 138.5t-64 210.5zM243 414q14 -82 59.5 -136 t136.5 -80l16 98q-7 6 -18 17t-34 48t-33 77q-15 73 -14 143.5t10 122.5l9 51q-92 -110 -119.5 -185t-12.5 -156z" />
<glyph unicode="&#xe065;" d="M0 400v300q0 165 117.5 282.5t282.5 117.5q366 -6 397 -14l-186 -186h-311q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v125l200 200v-225q0 -165 -117.5 -282.5t-282.5 -117.5h-300q-165 0 -282.5 117.5 t-117.5 282.5zM436 341l161 50l412 412l-114 113l-405 -405zM995 1015l113 -113l113 113l-21 85l-92 28z" />
<glyph unicode="&#xe066;" d="M0 400v300q0 165 117.5 282.5t282.5 117.5h261l2 -80q-133 -32 -218 -120h-145q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5l200 153v-53q0 -165 -117.5 -282.5t-282.5 -117.5h-300q-165 0 -282.5 117.5t-117.5 282.5 zM423 524q30 38 81.5 64t103 35.5t99 14t77.5 3.5l29 -1v-209l360 324l-359 318v-216q-7 0 -19 -1t-48 -8t-69.5 -18.5t-76.5 -37t-76.5 -59t-62 -88t-39.5 -121.5z" />
<glyph unicode="&#xe067;" d="M0 400v300q0 165 117.5 282.5t282.5 117.5h300q60 0 127 -23l-178 -177h-349q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v69l200 200v-169q0 -165 -117.5 -282.5t-282.5 -117.5h-300q-165 0 -282.5 117.5 t-117.5 282.5zM342 632l283 -284l566 567l-136 137l-430 -431l-147 147z" />
<glyph unicode="&#xe068;" d="M0 603l300 296v-198h200v200h-200l300 300l295 -300h-195v-200h200v198l300 -296l-300 -300v198h-200v-200h195l-295 -300l-300 300h200v200h-200v-198z" />
<glyph unicode="&#xe069;" d="M200 50v1000q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-437l500 487v-1100l-500 488v-438q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5z" />
<glyph unicode="&#xe070;" d="M0 50v1000q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-437l500 487v-487l500 487v-1100l-500 488v-488l-500 488v-438q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5z" />
<glyph unicode="&#xe071;" d="M136 550l564 550v-487l500 487v-1100l-500 488v-488z" />
<glyph unicode="&#xe072;" d="M200 0l900 550l-900 550v-1100z" />
<glyph unicode="&#xe073;" d="M200 150q0 -21 14.5 -35.5t35.5 -14.5h200q21 0 35.5 14.5t14.5 35.5v800q0 21 -14.5 35.5t-35.5 14.5h-200q-21 0 -35.5 -14.5t-14.5 -35.5v-800zM600 150q0 -21 14.5 -35.5t35.5 -14.5h200q21 0 35.5 14.5t14.5 35.5v800q0 21 -14.5 35.5t-35.5 14.5h-200 q-21 0 -35.5 -14.5t-14.5 -35.5v-800z" />
<glyph unicode="&#xe074;" d="M200 150q0 -20 14.5 -35t35.5 -15h800q21 0 35.5 15t14.5 35v800q0 21 -14.5 35.5t-35.5 14.5h-800q-21 0 -35.5 -14.5t-14.5 -35.5v-800z" />
<glyph unicode="&#xe075;" d="M0 0v1100l500 -487v487l564 -550l-564 -550v488z" />
<glyph unicode="&#xe076;" d="M0 0v1100l500 -487v487l500 -487v437q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-1000q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v438l-500 -488v488z" />
<glyph unicode="&#xe077;" d="M300 0v1100l500 -487v437q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-1000q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v438z" />
<glyph unicode="&#xe078;" d="M100 250v100q0 21 14.5 35.5t35.5 14.5h1000q21 0 35.5 -14.5t14.5 -35.5v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1000q-21 0 -35.5 14.5t-14.5 35.5zM100 500h1100l-550 564z" />
<glyph unicode="&#xe079;" d="M185 599l592 -592l240 240l-353 353l353 353l-240 240z" />
<glyph unicode="&#xe080;" d="M272 194l353 353l-353 353l241 240l572 -571l21 -22l-1 -1v-1l-592 -591z" />
<glyph unicode="&#xe081;" d="M3 600q0 162 80 299.5t217.5 217.5t299.5 80t299.5 -80t217.5 -217.5t80 -299.5t-80 -300t-217.5 -218t-299.5 -80t-299.5 80t-217.5 218t-80 300zM300 500h200v-200h200v200h200v200h-200v200h-200v-200h-200v-200z" />
<glyph unicode="&#xe082;" d="M3 600q0 162 80 299.5t217.5 217.5t299.5 80t299.5 -80t217.5 -217.5t80 -299.5t-80 -300t-217.5 -218t-299.5 -80t-299.5 80t-217.5 218t-80 300zM300 500h600v200h-600v-200z" />
<glyph unicode="&#xe083;" d="M3 600q0 162 80 299.5t217.5 217.5t299.5 80t299.5 -80t217.5 -217.5t80 -299.5t-80 -300t-217.5 -218t-299.5 -80t-299.5 80t-217.5 218t-80 300zM246 459l213 -213l141 142l141 -142l213 213l-142 141l142 141l-213 212l-141 -141l-141 142l-212 -213l141 -141z" />
<glyph unicode="&#xe084;" d="M3 600q0 162 80 299.5t217.5 217.5t299.5 80t299.5 -80t217.5 -217.5t80 -299.5t-80 -299.5t-217.5 -217.5t-299.5 -80t-299.5 80t-217.5 217.5t-80 299.5zM270 551l276 -277l411 411l-175 174l-236 -236l-102 102z" />
<glyph unicode="&#xe085;" d="M3 600q0 162 80 299.5t217.5 217.5t299.5 80t299.5 -80t217.5 -217.5t80 -299.5t-80 -300t-217.5 -218t-299.5 -80t-299.5 80t-217.5 218t-80 300zM363 700h144q4 0 11.5 -1t11 -1t6.5 3t3 9t1 11t3.5 8.5t3.5 6t5.5 4t6.5 2.5t9 1.5t9 0.5h11.5h12.5q19 0 30 -10t11 -26 q0 -22 -4 -28t-27 -22q-5 -1 -12.5 -3t-27 -13.5t-34 -27t-26.5 -46t-11 -68.5h200q5 3 14 8t31.5 25.5t39.5 45.5t31 69t14 94q0 51 -17.5 89t-42 58t-58.5 32t-58.5 15t-51.5 3q-105 0 -172 -56t-67 -183zM500 300h200v100h-200v-100z" />
<glyph unicode="&#xe086;" d="M3 600q0 162 80 299.5t217.5 217.5t299.5 80t299.5 -80t217.5 -217.5t80 -299.5t-80 -300t-217.5 -218t-299.5 -80t-299.5 80t-217.5 218t-80 300zM400 300h400v100h-100v300h-300v-100h100v-200h-100v-100zM500 800h200v100h-200v-100z" />
<glyph unicode="&#xe087;" d="M0 500v200h194q15 60 36 104.5t55.5 86t88 69t126.5 40.5v200h200v-200q54 -20 113 -60t112.5 -105.5t71.5 -134.5h203v-200h-203q-25 -102 -116.5 -186t-180.5 -117v-197h-200v197q-140 27 -208 102.5t-98 200.5h-194zM290 500q24 -73 79.5 -127.5t130.5 -78.5v206h200 v-206q149 48 201 206h-201v200h200q-25 74 -76 127.5t-124 76.5v-204h-200v203q-75 -24 -130 -77.5t-79 -125.5h209v-200h-210z" />
<glyph unicode="&#xe088;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM356 465l135 135 l-135 135l109 109l135 -135l135 135l109 -109l-135 -135l135 -135l-109 -109l-135 135l-135 -135z" />
<glyph unicode="&#xe089;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM322 537l141 141 l87 -87l204 205l142 -142l-346 -345z" />
<glyph unicode="&#xe090;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -115 62 -215l568 567q-100 62 -216 62q-171 0 -292.5 -121.5t-121.5 -292.5zM391 245q97 -59 209 -59q171 0 292.5 121.5t121.5 292.5 q0 112 -59 209z" />
<glyph unicode="&#xe091;" d="M0 547l600 453v-300h600v-300h-600v-301z" />
<glyph unicode="&#xe092;" d="M0 400v300h600v300l600 -453l-600 -448v301h-600z" />
<glyph unicode="&#xe093;" d="M204 600l450 600l444 -600h-298v-600h-300v600h-296z" />
<glyph unicode="&#xe094;" d="M104 600h296v600h300v-600h298l-449 -600z" />
<glyph unicode="&#xe095;" d="M0 200q6 132 41 238.5t103.5 193t184 138t271.5 59.5v271l600 -453l-600 -448v301q-95 -2 -183 -20t-170 -52t-147 -92.5t-100 -135.5z" />
<glyph unicode="&#xe096;" d="M0 0v400l129 -129l294 294l142 -142l-294 -294l129 -129h-400zM635 777l142 -142l294 294l129 -129v400h-400l129 -129z" />
<glyph unicode="&#xe097;" d="M34 176l295 295l-129 129h400v-400l-129 130l-295 -295zM600 600v400l129 -129l295 295l142 -141l-295 -295l129 -130h-400z" />
<glyph unicode="&#xe101;" d="M23 600q0 118 45.5 224.5t123 184t184 123t224.5 45.5t224.5 -45.5t184 -123t123 -184t45.5 -224.5t-45.5 -224.5t-123 -184t-184 -123t-224.5 -45.5t-224.5 45.5t-184 123t-123 184t-45.5 224.5zM456 851l58 -302q4 -20 21.5 -34.5t37.5 -14.5h54q20 0 37.5 14.5 t21.5 34.5l58 302q4 20 -8 34.5t-33 14.5h-207q-20 0 -32 -14.5t-8 -34.5zM500 300h200v100h-200v-100z" />
<glyph unicode="&#xe102;" d="M0 800h100v-200h400v300h200v-300h400v200h100v100h-111v6t-1 15t-3 18l-34 172q-11 39 -41.5 63t-69.5 24q-32 0 -61 -17l-239 -144q-22 -13 -40 -35q-19 24 -40 36l-238 144q-33 18 -62 18q-39 0 -69.5 -23t-40.5 -61l-35 -177q-2 -8 -3 -18t-1 -15v-6h-111v-100z M100 0h400v400h-400v-400zM200 900q-3 0 14 48t35 96l18 47l214 -191h-281zM700 0v400h400v-400h-400zM731 900l202 197q5 -12 12 -32.5t23 -64t25 -72t7 -28.5h-269z" />
<glyph unicode="&#xe103;" d="M0 -22v143l216 193q-9 53 -13 83t-5.5 94t9 113t38.5 114t74 124q47 60 99.5 102.5t103 68t127.5 48t145.5 37.5t184.5 43.5t220 58.5q0 -189 -22 -343t-59 -258t-89 -181.5t-108.5 -120t-122 -68t-125.5 -30t-121.5 -1.5t-107.5 12.5t-87.5 17t-56.5 7.5l-99 -55z M238.5 300.5q19.5 -6.5 86.5 76.5q55 66 367 234q70 38 118.5 69.5t102 79t99 111.5t86.5 148q22 50 24 60t-6 19q-7 5 -17 5t-26.5 -14.5t-33.5 -39.5q-35 -51 -113.5 -108.5t-139.5 -89.5l-61 -32q-369 -197 -458 -401q-48 -111 -28.5 -117.5z" />
<glyph unicode="&#xe104;" d="M111 408q0 -33 5 -63q9 -56 44 -119.5t105 -108.5q31 -21 64 -16t62 23.5t57 49.5t48 61.5t35 60.5q32 66 39 184.5t-13 157.5q79 -80 122 -164t26 -184q-5 -33 -20.5 -69.5t-37.5 -80.5q-10 -19 -14.5 -29t-12 -26t-9 -23.5t-3 -19t2.5 -15.5t11 -9.5t19.5 -5t30.5 2.5 t42 8q57 20 91 34t87.5 44.5t87 64t65.5 88.5t47 122q38 172 -44.5 341.5t-246.5 278.5q22 -44 43 -129q39 -159 -32 -154q-15 2 -33 9q-79 33 -120.5 100t-44 175.5t48.5 257.5q-13 -8 -34 -23.5t-72.5 -66.5t-88.5 -105.5t-60 -138t-8 -166.5q2 -12 8 -41.5t8 -43t6 -39.5 t3.5 -39.5t-1 -33.5t-6 -31.5t-13.5 -24t-21 -20.5t-31 -12q-38 -10 -67 13t-40.5 61.5t-15 81.5t10.5 75q-52 -46 -83.5 -101t-39 -107t-7.5 -85z" />
<glyph unicode="&#xe105;" d="M-61 600l26 40q6 10 20 30t49 63.5t74.5 85.5t97 90t116.5 83.5t132.5 59t145.5 23.5t145.5 -23.5t132.5 -59t116.5 -83.5t97 -90t74.5 -85.5t49 -63.5t20 -30l26 -40l-26 -40q-6 -10 -20 -30t-49 -63.5t-74.5 -85.5t-97 -90t-116.5 -83.5t-132.5 -59t-145.5 -23.5 t-145.5 23.5t-132.5 59t-116.5 83.5t-97 90t-74.5 85.5t-49 63.5t-20 30zM120 600q7 -10 40.5 -58t56 -78.5t68 -77.5t87.5 -75t103 -49.5t125 -21.5t123.5 20t100.5 45.5t85.5 71.5t66.5 75.5t58 81.5t47 66q-1 1 -28.5 37.5t-42 55t-43.5 53t-57.5 63.5t-58.5 54 q49 -74 49 -163q0 -124 -88 -212t-212 -88t-212 88t-88 212q0 85 46 158q-102 -87 -226 -258zM377 656q49 -124 154 -191l105 105q-37 24 -75 72t-57 84l-20 36z" />
<glyph unicode="&#xe106;" d="M-61 600l26 40q6 10 20 30t49 63.5t74.5 85.5t97 90t116.5 83.5t132.5 59t145.5 23.5q61 0 121 -17l37 142h148l-314 -1200h-148l37 143q-82 21 -165 71.5t-140 102t-109.5 112t-72 88.5t-29.5 43zM120 600q210 -282 393 -336l37 141q-107 18 -178.5 101.5t-71.5 193.5 q0 85 46 158q-102 -87 -226 -258zM377 656q49 -124 154 -191l47 47l23 87q-30 28 -59 69t-44 68l-14 26zM780 161l38 145q22 15 44.5 34t46 44t40.5 44t41 50.5t33.5 43.5t33 44t24.5 34q-97 127 -140 175l39 146q67 -54 131.5 -125.5t87.5 -103.5t36 -52l26 -40l-26 -40 q-7 -12 -25.5 -38t-63.5 -79.5t-95.5 -102.5t-124 -100t-146.5 -79z" />
<glyph unicode="&#xe107;" d="M-97.5 34q13.5 -34 50.5 -34h1294q37 0 50.5 35.5t-7.5 67.5l-642 1056q-20 33 -48 36t-48 -29l-642 -1066q-21 -32 -7.5 -66zM155 200l445 723l445 -723h-345v100h-200v-100h-345zM500 600l100 -300l100 300v100h-200v-100z" />
<glyph unicode="&#xe108;" d="M100 262v41q0 20 11 44.5t26 38.5l363 325v339q0 62 44 106t106 44t106 -44t44 -106v-339l363 -325q15 -14 26 -38.5t11 -44.5v-41q0 -20 -12 -26.5t-29 5.5l-359 249v-263q100 -91 100 -113v-64q0 -21 -13 -29t-32 1l-94 78h-222l-94 -78q-19 -9 -32 -1t-13 29v64 q0 22 100 113v263l-359 -249q-17 -12 -29 -5.5t-12 26.5z" />
<glyph unicode="&#xe109;" d="M0 50q0 -20 14.5 -35t35.5 -15h1000q21 0 35.5 15t14.5 35v750h-1100v-750zM0 900h1100v150q0 21 -14.5 35.5t-35.5 14.5h-150v100h-100v-100h-500v100h-100v-100h-150q-21 0 -35.5 -14.5t-14.5 -35.5v-150zM100 100v100h100v-100h-100zM100 300v100h100v-100h-100z M100 500v100h100v-100h-100zM300 100v100h100v-100h-100zM300 300v100h100v-100h-100zM300 500v100h100v-100h-100zM500 100v100h100v-100h-100zM500 300v100h100v-100h-100zM500 500v100h100v-100h-100zM700 100v100h100v-100h-100zM700 300v100h100v-100h-100zM700 500 v100h100v-100h-100zM900 100v100h100v-100h-100zM900 300v100h100v-100h-100zM900 500v100h100v-100h-100z" />
<glyph unicode="&#xe110;" d="M0 200v200h259l600 600h241v198l300 -295l-300 -300v197h-159l-600 -600h-341zM0 800h259l122 -122l141 142l-181 180h-341v-200zM678 381l141 142l122 -123h159v198l300 -295l-300 -300v197h-241z" />
<glyph unicode="&#xe111;" d="M0 400v600q0 41 29.5 70.5t70.5 29.5h1000q41 0 70.5 -29.5t29.5 -70.5v-600q0 -41 -29.5 -70.5t-70.5 -29.5h-596l-304 -300v300h-100q-41 0 -70.5 29.5t-29.5 70.5z" />
<glyph unicode="&#xe112;" d="M100 600v200h300v-250q0 -113 6 -145q17 -92 102 -117q39 -11 92 -11q37 0 66.5 5.5t50 15.5t36 24t24 31.5t14 37.5t7 42t2.5 45t0 47v25v250h300v-200q0 -42 -3 -83t-15 -104t-31.5 -116t-58 -109.5t-89 -96.5t-129 -65.5t-174.5 -25.5t-174.5 25.5t-129 65.5t-89 96.5 t-58 109.5t-31.5 116t-15 104t-3 83zM100 900v300h300v-300h-300zM800 900v300h300v-300h-300z" />
<glyph unicode="&#xe113;" d="M-30 411l227 -227l352 353l353 -353l226 227l-578 579z" />
<glyph unicode="&#xe114;" d="M70 797l580 -579l578 579l-226 227l-353 -353l-352 353z" />
<glyph unicode="&#xe115;" d="M-198 700l299 283l300 -283h-203v-400h385l215 -200h-800v600h-196zM402 1000l215 -200h381v-400h-198l299 -283l299 283h-200v600h-796z" />
<glyph unicode="&#xe116;" d="M18 939q-5 24 10 42q14 19 39 19h896l38 162q5 17 18.5 27.5t30.5 10.5h94q20 0 35 -14.5t15 -35.5t-15 -35.5t-35 -14.5h-54l-201 -961q-2 -4 -6 -10.5t-19 -17.5t-33 -11h-31v-50q0 -20 -14.5 -35t-35.5 -15t-35.5 15t-14.5 35v50h-300v-50q0 -20 -14.5 -35t-35.5 -15 t-35.5 15t-14.5 35v50h-50q-21 0 -35.5 15t-14.5 35q0 21 14.5 35.5t35.5 14.5h535l48 200h-633q-32 0 -54.5 21t-27.5 43z" />
<glyph unicode="&#xe117;" d="M0 0v800h1200v-800h-1200zM0 900v100h200q0 41 29.5 70.5t70.5 29.5h300q41 0 70.5 -29.5t29.5 -70.5h500v-100h-1200z" />
<glyph unicode="&#xe118;" d="M1 0l300 700h1200l-300 -700h-1200zM1 400v600h200q0 41 29.5 70.5t70.5 29.5h300q41 0 70.5 -29.5t29.5 -70.5h500v-200h-1000z" />
<glyph unicode="&#xe119;" d="M302 300h198v600h-198l298 300l298 -300h-198v-600h198l-298 -300z" />
<glyph unicode="&#xe120;" d="M0 600l300 298v-198h600v198l300 -298l-300 -297v197h-600v-197z" />
<glyph unicode="&#xe121;" d="M0 100v100q0 41 29.5 70.5t70.5 29.5h1000q41 0 70.5 -29.5t29.5 -70.5v-100q0 -41 -29.5 -70.5t-70.5 -29.5h-1000q-41 0 -70.5 29.5t-29.5 70.5zM31 400l172 739q5 22 23 41.5t38 19.5h672q19 0 37.5 -22.5t23.5 -45.5l172 -732h-1138zM800 100h100v100h-100v-100z M1000 100h100v100h-100v-100z" />
<glyph unicode="&#xe122;" d="M-101 600v50q0 24 25 49t50 38l25 13v-250l-11 5.5t-24 14t-30 21.5t-24 27.5t-11 31.5zM99 500v250v5q0 13 0.5 18.5t2.5 13t8 10.5t15 3h200l675 250v-850l-675 200h-38l47 -276q2 -12 -3 -17.5t-11 -6t-21 -0.5h-8h-83q-20 0 -34.5 14t-18.5 35q-56 337 -56 351z M1100 200v850q0 21 14.5 35.5t35.5 14.5q20 0 35 -14.5t15 -35.5v-850q0 -20 -15 -35t-35 -15q-21 0 -35.5 15t-14.5 35z" />
<glyph unicode="&#xe123;" d="M74 350q0 21 13.5 35.5t33.5 14.5h17l118 173l63 327q15 77 76 140t144 83l-18 32q-6 19 3 32t29 13h94q20 0 29 -10.5t3 -29.5l-18 -37q83 -19 144 -82.5t76 -140.5l63 -327l118 -173h17q20 0 33.5 -14.5t13.5 -35.5q0 -20 -13 -40t-31 -27q-22 -9 -63 -23t-167.5 -37 t-251.5 -23t-245.5 20.5t-178.5 41.5l-58 20q-18 7 -31 27.5t-13 40.5zM497 110q12 -49 40 -79.5t63 -30.5t63 30.5t39 79.5q-48 -6 -102 -6t-103 6z" />
<glyph unicode="&#xe124;" d="M21 445l233 -45l-78 -224l224 78l45 -233l155 179l155 -179l45 233l224 -78l-78 224l234 45l-180 155l180 156l-234 44l78 225l-224 -78l-45 233l-155 -180l-155 180l-45 -233l-224 78l78 -225l-233 -44l179 -156z" />
<glyph unicode="&#xe125;" d="M0 200h200v600h-200v-600zM300 275q0 -75 100 -75h61q123 -100 139 -100h250q46 0 83 57l238 344q29 31 29 74v100q0 44 -30.5 84.5t-69.5 40.5h-328q28 118 28 125v150q0 44 -30.5 84.5t-69.5 40.5h-50q-27 0 -51 -20t-38 -48l-96 -198l-145 -196q-20 -26 -20 -63v-400z M400 300v375l150 212l100 213h50v-175l-50 -225h450v-125l-250 -375h-214l-136 100h-100z" />
<glyph unicode="&#xe126;" d="M0 400v600h200v-600h-200zM300 525v400q0 75 100 75h61q123 100 139 100h250q46 0 83 -57l238 -344q29 -31 29 -74v-100q0 -44 -30.5 -84.5t-69.5 -40.5h-328q28 -118 28 -125v-150q0 -44 -30.5 -84.5t-69.5 -40.5h-50q-27 0 -51 20t-38 48l-96 198l-145 196 q-20 26 -20 63zM400 525l150 -212l100 -213h50v175l-50 225h450v125l-250 375h-214l-136 -100h-100v-375z" />
<glyph unicode="&#xe127;" d="M8 200v600h200v-600h-200zM308 275v525q0 17 14 35.5t28 28.5l14 9l362 230q14 6 25 6q17 0 29 -12l109 -112q14 -14 14 -34q0 -18 -11 -32l-85 -121h302q85 0 138.5 -38t53.5 -110t-54.5 -111t-138.5 -39h-107l-130 -339q-7 -22 -20.5 -41.5t-28.5 -19.5h-341 q-7 0 -90 81t-83 94zM408 289l100 -89h293l131 339q6 21 19.5 41t28.5 20h203q16 0 25 15t9 36q0 20 -9 34.5t-25 14.5h-457h-6.5h-7.5t-6.5 0.5t-6 1t-5 1.5t-5.5 2.5t-4 4t-4 5.5q-5 12 -5 20q0 14 10 27l147 183l-86 83l-339 -236v-503z" />
<glyph unicode="&#xe128;" d="M-101 651q0 72 54 110t139 37h302l-85 121q-11 16 -11 32q0 21 14 34l109 113q13 12 29 12q11 0 25 -6l365 -230q7 -4 16.5 -10.5t26 -26t16.5 -36.5v-526q0 -13 -85.5 -93.5t-93.5 -80.5h-342q-15 0 -28.5 20t-19.5 41l-131 339h-106q-84 0 -139 39t-55 111zM-1 601h222 q15 0 28.5 -20.5t19.5 -40.5l131 -339h293l106 89v502l-342 237l-87 -83l145 -184q10 -11 10 -26q0 -11 -5 -20q-1 -3 -3.5 -5.5l-4 -4t-5 -2.5t-5.5 -1.5t-6.5 -1t-6.5 -0.5h-7.5h-6.5h-476v-100zM999 201v600h200v-600h-200z" />
<glyph unicode="&#xe129;" d="M97 719l230 -363q4 -6 10.5 -15.5t26 -25t36.5 -15.5h525q13 0 94 83t81 90v342q0 15 -20 28.5t-41 19.5l-339 131v106q0 84 -39 139t-111 55t-110 -53.5t-38 -138.5v-302l-121 84q-15 12 -33.5 11.5t-32.5 -13.5l-112 -110q-22 -22 -6 -53zM172 739l83 86l183 -146 q22 -18 47 -5q3 1 5.5 3.5l4 4t2.5 5t1.5 5.5t1 6.5t0.5 6v7.5v7v456q0 22 25 31t50 -0.5t25 -30.5v-202q0 -16 20 -29.5t41 -19.5l339 -130v-294l-89 -100h-503zM400 0v200h600v-200h-600z" />
<glyph unicode="&#xe130;" d="M1 585q-15 -31 7 -53l112 -110q13 -13 32 -13.5t34 10.5l121 85l-1 -302q0 -84 38.5 -138t110.5 -54t111 55t39 139v106l339 131q20 6 40.5 19.5t20.5 28.5v342q0 7 -81 90t-94 83h-525q-17 0 -35.5 -14t-28.5 -28l-10 -15zM76 565l237 339h503l89 -100v-294l-340 -130 q-20 -6 -40 -20t-20 -29v-202q0 -22 -25 -31t-50 0t-25 31v456v14.5t-1.5 11.5t-5 12t-9.5 7q-24 13 -46 -5l-184 -146zM305 1104v200h600v-200h-600z" />
<glyph unicode="&#xe131;" d="M5 597q0 122 47.5 232.5t127.5 190.5t190.5 127.5t232.5 47.5q162 0 299.5 -80t217.5 -218t80 -300t-80 -299.5t-217.5 -217.5t-299.5 -80t-300 80t-218 217.5t-80 299.5zM300 500h300l-2 -194l402 294l-402 298v-197h-298v-201z" />
<glyph unicode="&#xe132;" d="M0 597q0 122 47.5 232.5t127.5 190.5t190.5 127.5t231.5 47.5q122 0 232.5 -47.5t190.5 -127.5t127.5 -190.5t47.5 -232.5q0 -162 -80 -299.5t-218 -217.5t-300 -80t-299.5 80t-217.5 217.5t-80 299.5zM200 600l400 -294v194h302v201h-300v197z" />
<glyph unicode="&#xe133;" d="M5 597q0 122 47.5 232.5t127.5 190.5t190.5 127.5t232.5 47.5q121 0 231.5 -47.5t190.5 -127.5t127.5 -190.5t47.5 -232.5q0 -162 -80 -299.5t-217.5 -217.5t-299.5 -80t-300 80t-218 217.5t-80 299.5zM300 600h200v-300h200v300h200l-300 400z" />
<glyph unicode="&#xe134;" d="M5 597q0 122 47.5 232.5t127.5 190.5t190.5 127.5t232.5 47.5q121 0 231.5 -47.5t190.5 -127.5t127.5 -190.5t47.5 -232.5q0 -162 -80 -299.5t-217.5 -217.5t-299.5 -80t-300 80t-218 217.5t-80 299.5zM300 600l300 -400l300 400h-200v300h-200v-300h-200z" />
<glyph unicode="&#xe135;" d="M5 597q0 122 47.5 232.5t127.5 190.5t190.5 127.5t232.5 47.5q121 0 231.5 -47.5t190.5 -127.5t127.5 -190.5t47.5 -232.5q0 -162 -80 -299.5t-217.5 -217.5t-299.5 -80t-300 80t-218 217.5t-80 299.5zM254 780q-8 -34 5.5 -93t7.5 -87q0 -9 17 -44t16 -60q12 0 23 -5.5 t23 -15t20 -13.5q20 -10 108 -42q22 -8 53 -31.5t59.5 -38.5t57.5 -11q8 -18 -15 -55.5t-20 -57.5q12 -21 22.5 -34.5t28 -27t36.5 -17.5q0 -6 -3 -15.5t-3.5 -14.5t4.5 -17q101 -2 221 111q31 30 47 48t34 49t21 62q-14 9 -37.5 9.5t-35.5 7.5q-14 7 -49 15t-52 19 q-9 0 -39.5 -0.5t-46.5 -1.5t-39 -6.5t-39 -16.5q-50 -35 -66 -12q-4 2 -3.5 25.5t0.5 25.5q-6 13 -26.5 17t-24.5 7q2 22 -2 41t-16.5 28t-38.5 -20q-23 -25 -42 4q-19 28 -8 58q8 16 22 22q6 -1 26 -1.5t33.5 -4.5t19.5 -13q12 -19 32 -37.5t34 -27.5l14 -8q0 3 9.5 39.5 t5.5 57.5q-4 23 14.5 44.5t22.5 31.5q5 14 10 35t8.5 31t15.5 22.5t34 21.5q-6 18 10 37q8 0 23.5 -1.5t24.5 -1.5t20.5 4.5t20.5 15.5q-10 23 -30.5 42.5t-38 30t-49 26.5t-43.5 23q11 41 1 44q31 -13 58.5 -14.5t39.5 3.5l11 4q6 36 -17 53.5t-64 28.5t-56 23 q-19 -3 -37 0q-15 -12 -36.5 -21t-34.5 -12t-44 -8t-39 -6q-15 -3 -46 0t-45 -3q-20 -6 -51.5 -25.5t-34.5 -34.5q-3 -11 6.5 -22.5t8.5 -18.5q-3 -34 -27.5 -91t-29.5 -79zM518 915q3 12 16 30.5t16 25.5q10 -10 18.5 -10t14 6t14.5 14.5t16 12.5q0 -18 8 -42.5t16.5 -44 t9.5 -23.5q-6 1 -39 5t-53.5 10t-36.5 16z" />
<glyph unicode="&#xe136;" d="M0 164.5q0 21.5 15 37.5l600 599q-33 101 6 201.5t135 154.5q164 92 306 -9l-259 -138l145 -232l251 126q13 -175 -151 -267q-123 -70 -253 -23l-596 -596q-15 -16 -36.5 -16t-36.5 16l-111 110q-15 15 -15 36.5z" />
<glyph unicode="&#xe137;" horiz-adv-x="1220" d="M0 196v100q0 41 29.5 70.5t70.5 29.5h1000q41 0 70.5 -29.5t29.5 -70.5v-100q0 -41 -29.5 -70.5t-70.5 -29.5h-1000q-41 0 -70.5 29.5t-29.5 70.5zM0 596v100q0 41 29.5 70.5t70.5 29.5h1000q41 0 70.5 -29.5t29.5 -70.5v-100q0 -41 -29.5 -70.5t-70.5 -29.5h-1000 q-41 0 -70.5 29.5t-29.5 70.5zM0 996v100q0 41 29.5 70.5t70.5 29.5h1000q41 0 70.5 -29.5t29.5 -70.5v-100q0 -41 -29.5 -70.5t-70.5 -29.5h-1000q-41 0 -70.5 29.5t-29.5 70.5zM600 596h500v100h-500v-100zM800 196h300v100h-300v-100zM900 996h200v100h-200v-100z" />
<glyph unicode="&#xe138;" d="M100 1100v100h1000v-100h-1000zM150 1000h900l-350 -500v-300l-200 -200v500z" />
<glyph unicode="&#xe139;" d="M0 200v200h1200v-200q0 -41 -29.5 -70.5t-70.5 -29.5h-1000q-41 0 -70.5 29.5t-29.5 70.5zM0 500v400q0 41 29.5 70.5t70.5 29.5h300v100q0 41 29.5 70.5t70.5 29.5h200q41 0 70.5 -29.5t29.5 -70.5v-100h300q41 0 70.5 -29.5t29.5 -70.5v-400h-500v100h-200v-100h-500z M500 1000h200v100h-200v-100z" />
<glyph unicode="&#xe140;" d="M0 0v400l129 -129l200 200l142 -142l-200 -200l129 -129h-400zM0 800l129 129l200 -200l142 142l-200 200l129 129h-400v-400zM729 329l142 142l200 -200l129 129v-400h-400l129 129zM729 871l200 200l-129 129h400v-400l-129 129l-200 -200z" />
<glyph unicode="&#xe141;" d="M0 596q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM182 596q0 -172 121.5 -293t292.5 -121t292.5 121t121.5 293q0 171 -121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM291 655 q0 23 15.5 38.5t38.5 15.5t39 -16t16 -38q0 -23 -16 -39t-39 -16q-22 0 -38 16t-16 39zM400 850q0 22 16 38.5t39 16.5q22 0 38 -16t16 -39t-16 -39t-38 -16q-23 0 -39 16.5t-16 38.5zM513 609q0 32 21 56.5t52 29.5l122 126l1 1q-9 14 -9 28q0 22 16 38.5t39 16.5 q22 0 38 -16t16 -39t-16 -39t-38 -16q-16 0 -29 10l-55 -145q17 -22 17 -51q0 -36 -25.5 -61.5t-61.5 -25.5q-37 0 -62.5 25.5t-25.5 61.5zM800 655q0 22 16 38t39 16t38.5 -15.5t15.5 -38.5t-16 -39t-38 -16q-23 0 -39 16t-16 39z" />
<glyph unicode="&#xe142;" d="M-40 375q-13 -95 35 -173q35 -57 94 -89t129 -32q63 0 119 28q33 16 65 40.5t52.5 45.5t59.5 64q40 44 57 61l394 394q35 35 47 84t-3 96q-27 87 -117 104q-20 2 -29 2q-46 0 -79.5 -17t-67.5 -51l-388 -396l-7 -7l69 -67l377 373q20 22 39 38q23 23 50 23q38 0 53 -36 q16 -39 -20 -75l-547 -547q-52 -52 -125 -52q-55 0 -100 33t-54 96q-5 35 2.5 66t31.5 63t42 50t56 54q24 21 44 41l348 348q52 52 82.5 79.5t84 54t107.5 26.5q25 0 48 -4q95 -17 154 -94.5t51 -175.5q-7 -101 -98 -192l-252 -249l-253 -256l7 -7l69 -60l517 511 q67 67 95 157t11 183q-16 87 -67 154t-130 103q-69 33 -152 33q-107 0 -197 -55q-40 -24 -111 -95l-512 -512q-68 -68 -81 -163z" />
<glyph unicode="&#xe143;" d="M79 784q0 131 99 229.5t230 98.5q144 0 242 -129q103 129 245 129q130 0 227 -98.5t97 -229.5q0 -46 -17.5 -91t-61 -99t-77 -89.5t-104.5 -105.5q-197 -191 -293 -322l-17 -23l-16 23q-43 58 -100 122.5t-92 99.5t-101 100l-84.5 84.5t-68 74t-60 78t-33.5 70.5t-15 78z M250 784q0 -27 30.5 -70t61.5 -75.5t95 -94.5l22 -22q93 -90 190 -201q82 92 195 203l12 12q64 62 97.5 97t64.5 79t31 72q0 71 -48 119.5t-106 48.5q-73 0 -131 -83l-118 -171l-114 174q-51 80 -124 80q-59 0 -108.5 -49.5t-49.5 -118.5z" />
<glyph unicode="&#xe144;" d="M57 353q0 -94 66 -160l141 -141q66 -66 159 -66q95 0 159 66l283 283q66 66 66 159t-66 159l-141 141q-12 12 -19 17l-105 -105l212 -212l-389 -389l-247 248l95 95l-18 18q-46 45 -75 101l-55 -55q-66 -66 -66 -159zM269 706q0 -93 66 -159l141 -141l19 -17l105 105 l-212 212l389 389l247 -247l-95 -96l18 -18q46 -46 77 -99l29 29q35 35 62.5 88t27.5 96q0 93 -66 159l-141 141q-66 66 -159 66q-95 0 -159 -66l-283 -283q-66 -64 -66 -159z" />
<glyph unicode="&#xe145;" d="M200 100v953q0 21 30 46t81 48t129 38t163 15t162 -15t127 -38t79 -48t29 -46v-953q0 -41 -29.5 -70.5t-70.5 -29.5h-600q-41 0 -70.5 29.5t-29.5 70.5zM300 300h600v700h-600v-700zM496 150q0 -43 30.5 -73.5t73.5 -30.5t73.5 30.5t30.5 73.5t-30.5 73.5t-73.5 30.5 t-73.5 -30.5t-30.5 -73.5z" />
<glyph unicode="&#xe146;" d="M0 0l303 380l207 208l-210 212h300l267 279l-35 36q-15 14 -15 35t15 35q14 15 35 15t35 -15l283 -282q15 -15 15 -36t-15 -35q-14 -15 -35 -15t-35 15l-36 35l-279 -267v-300l-212 210l-208 -207z" />
<glyph unicode="&#xe148;" d="M295 433h139q5 -77 48.5 -126.5t117.5 -64.5v335l-27 7q-46 14 -79 26.5t-72 36t-62.5 52t-40 72.5t-16.5 99q0 92 44 159.5t109 101t144 40.5v78h100v-79q38 -4 72.5 -13.5t75.5 -31.5t71 -53.5t51.5 -84t24.5 -118.5h-159q-8 72 -35 109.5t-101 50.5v-307l64 -14 q34 -7 64 -16.5t70 -31.5t67.5 -52t47.5 -80.5t20 -112.5q0 -139 -89 -224t-244 -96v-77h-100v78q-152 17 -237 104q-40 40 -52.5 93.5t-15.5 139.5zM466 889q0 -29 8 -51t16.5 -34t29.5 -22.5t31 -13.5t38 -10q7 -2 11 -3v274q-61 -8 -97.5 -37.5t-36.5 -102.5zM700 237 q170 18 170 151q0 64 -44 99.5t-126 60.5v-311z" />
<glyph unicode="&#xe149;" d="M100 600v100h166q-24 49 -44 104q-10 26 -14.5 55.5t-3 72.5t25 90t68.5 87q97 88 263 88q129 0 230 -89t101 -208h-153q0 52 -34 89.5t-74 51.5t-76 14q-37 0 -79 -14.5t-62 -35.5q-41 -44 -41 -101q0 -11 2.5 -24.5t5.5 -24t9.5 -26.5t10.5 -25t14 -27.5t14 -25.5 t15.5 -27t13.5 -24h242v-100h-197q8 -50 -2.5 -115t-31.5 -94q-41 -59 -99 -113q35 11 84 18t70 7q32 1 102 -16t104 -17q76 0 136 30l50 -147q-41 -25 -80.5 -36.5t-59 -13t-61.5 -1.5q-23 0 -128 33t-155 29q-39 -4 -82 -17t-66 -25l-24 -11l-55 145l16.5 11t15.5 10 t13.5 9.5t14.5 12t14.5 14t17.5 18.5q48 55 54 126.5t-30 142.5h-221z" />
<glyph unicode="&#xe150;" d="M2 300l298 -300l298 300h-198v900h-200v-900h-198zM602 900l298 300l298 -300h-198v-900h-200v900h-198z" />
<glyph unicode="&#xe151;" d="M2 300h198v900h200v-900h198l-298 -300zM700 0v200h100v-100h200v-100h-300zM700 400v100h300v-200h-99v-100h-100v100h99v100h-200zM700 700v500h300v-500h-100v100h-100v-100h-100zM801 900h100v200h-100v-200z" />
<glyph unicode="&#xe152;" d="M2 300h198v900h200v-900h198l-298 -300zM700 0v500h300v-500h-100v100h-100v-100h-100zM700 700v200h100v-100h200v-100h-300zM700 1100v100h300v-200h-99v-100h-100v100h99v100h-200zM801 200h100v200h-100v-200z" />
<glyph unicode="&#xe153;" d="M2 300l298 -300l298 300h-198v900h-200v-900h-198zM800 100v400h300v-500h-100v100h-200zM800 1100v100h200v-500h-100v400h-100zM901 200h100v200h-100v-200z" />
<glyph unicode="&#xe154;" d="M2 300l298 -300l298 300h-198v900h-200v-900h-198zM800 400v100h200v-500h-100v400h-100zM800 800v400h300v-500h-100v100h-200zM901 900h100v200h-100v-200z" />
<glyph unicode="&#xe155;" d="M2 300l298 -300l298 300h-198v900h-200v-900h-198zM700 100v200h500v-200h-500zM700 400v200h400v-200h-400zM700 700v200h300v-200h-300zM700 1000v200h200v-200h-200z" />
<glyph unicode="&#xe156;" d="M2 300l298 -300l298 300h-198v900h-200v-900h-198zM700 100v200h200v-200h-200zM700 400v200h300v-200h-300zM700 700v200h400v-200h-400zM700 1000v200h500v-200h-500z" />
<glyph unicode="&#xe157;" d="M0 400v300q0 165 117.5 282.5t282.5 117.5h300q162 0 281 -118.5t119 -281.5v-300q0 -165 -118.5 -282.5t-281.5 -117.5h-300q-165 0 -282.5 117.5t-117.5 282.5zM200 300q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5 h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500z" />
<glyph unicode="&#xe158;" d="M0 400v300q0 163 119 281.5t281 118.5h300q165 0 282.5 -117.5t117.5 -282.5v-300q0 -165 -117.5 -282.5t-282.5 -117.5h-300q-163 0 -281.5 117.5t-118.5 282.5zM200 300q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5 h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500zM400 300l333 250l-333 250v-500z" />
<glyph unicode="&#xe159;" d="M0 400v300q0 163 117.5 281.5t282.5 118.5h300q163 0 281.5 -119t118.5 -281v-300q0 -165 -117.5 -282.5t-282.5 -117.5h-300q-165 0 -282.5 117.5t-117.5 282.5zM200 300q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5 h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500zM300 700l250 -333l250 333h-500z" />
<glyph unicode="&#xe160;" d="M0 400v300q0 165 117.5 282.5t282.5 117.5h300q165 0 282.5 -117.5t117.5 -282.5v-300q0 -162 -118.5 -281t-281.5 -119h-300q-165 0 -282.5 118.5t-117.5 281.5zM200 300q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5 h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500zM300 400h500l-250 333z" />
<glyph unicode="&#xe161;" d="M0 400v300h300v200l400 -350l-400 -350v200h-300zM500 0v200h500q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5h-500v200h400q165 0 282.5 -117.5t117.5 -282.5v-300q0 -165 -117.5 -282.5t-282.5 -117.5h-400z" />
<glyph unicode="&#xe162;" d="M216 519q10 -19 32 -19h302q-155 -438 -160 -458q-5 -21 4 -32l9 -8l9 -1q13 0 26 16l538 630q15 19 6 36q-8 18 -32 16h-300q1 4 78 219.5t79 227.5q2 17 -6 27l-8 8h-9q-16 0 -25 -15q-4 -5 -98.5 -111.5t-228 -257t-209.5 -238.5q-17 -19 -7 -40z" />
<glyph unicode="&#xe163;" d="M0 400q0 -165 117.5 -282.5t282.5 -117.5h300q47 0 100 15v185h-500q-41 0 -70.5 29.5t-29.5 70.5v500q0 41 29.5 70.5t70.5 29.5h500v185q-14 4 -114 7.5t-193 5.5l-93 2q-165 0 -282.5 -117.5t-117.5 -282.5v-300zM600 400v300h300v200l400 -350l-400 -350v200h-300z " />
<glyph unicode="&#xe164;" d="M0 400q0 -165 117.5 -282.5t282.5 -117.5h300q163 0 281.5 117.5t118.5 282.5v98l-78 73l-122 -123v-148q0 -41 -29.5 -70.5t-70.5 -29.5h-500q-41 0 -70.5 29.5t-29.5 70.5v500q0 41 29.5 70.5t70.5 29.5h156l118 122l-74 78h-100q-165 0 -282.5 -117.5t-117.5 -282.5 v-300zM496 709l353 342l-149 149h500v-500l-149 149l-342 -353z" />
<glyph unicode="&#xe165;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM406 600 q0 80 57 137t137 57t137 -57t57 -137t-57 -137t-137 -57t-137 57t-57 137z" />
<glyph unicode="&#xe166;" d="M0 0v275q0 11 7 18t18 7h1048q11 0 19 -7.5t8 -17.5v-275h-1100zM100 800l445 -500l450 500h-295v400h-300v-400h-300zM900 150h100v50h-100v-50z" />
<glyph unicode="&#xe167;" d="M0 0v275q0 11 7 18t18 7h1048q11 0 19 -7.5t8 -17.5v-275h-1100zM100 700h300v-300h300v300h295l-445 500zM900 150h100v50h-100v-50z" />
<glyph unicode="&#xe168;" d="M0 0v275q0 11 7 18t18 7h1048q11 0 19 -7.5t8 -17.5v-275h-1100zM100 705l305 -305l596 596l-154 155l-442 -442l-150 151zM900 150h100v50h-100v-50z" />
<glyph unicode="&#xe169;" d="M0 0v275q0 11 7 18t18 7h1048q11 0 19 -7.5t8 -17.5v-275h-1100zM100 988l97 -98l212 213l-97 97zM200 401h700v699l-250 -239l-149 149l-212 -212l149 -149zM900 150h100v50h-100v-50z" />
<glyph unicode="&#xe170;" d="M0 0v275q0 11 7 18t18 7h1048q11 0 19 -7.5t8 -17.5v-275h-1100zM200 612l212 -212l98 97l-213 212zM300 1200l239 -250l-149 -149l212 -212l149 148l248 -237v700h-699zM900 150h100v50h-100v-50z" />
<glyph unicode="&#xe171;" d="M23 415l1177 784v-1079l-475 272l-310 -393v416h-392zM494 210l672 938l-672 -712v-226z" />
<glyph unicode="&#xe172;" d="M0 150v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100l200 -200v-850q0 -21 -15 -35.5t-35 -14.5h-150v400h-700v-400h-150q-21 0 -35.5 14.5t-14.5 35.5zM600 1000h100v200h-100v-200z" />
<glyph unicode="&#xe173;" d="M0 150v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100l200 -200v-218l-276 -275l-120 120l-126 -127h-378v-400h-150q-21 0 -35.5 14.5t-14.5 35.5zM581 306l123 123l120 -120l353 352l123 -123l-475 -476zM600 1000h100v200h-100v-200z" />
<glyph unicode="&#xe174;" d="M0 150v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100l200 -200v-269l-103 -103l-170 170l-298 -298h-329v-400h-150q-21 0 -35.5 14.5t-14.5 35.5zM600 1000h100v200h-100v-200zM700 133l170 170l-170 170l127 127l170 -170l170 170l127 -128l-170 -169l170 -170 l-127 -127l-170 170l-170 -170z" />
<glyph unicode="&#xe175;" d="M0 150v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100l200 -200v-300h-400v-200h-500v-400h-150q-21 0 -35.5 14.5t-14.5 35.5zM600 300l300 -300l300 300h-200v300h-200v-300h-200zM600 1000v200h100v-200h-100z" />
<glyph unicode="&#xe176;" d="M0 150v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100l200 -200v-402l-200 200l-298 -298h-402v-400h-150q-21 0 -35.5 14.5t-14.5 35.5zM600 300h200v-300h200v300h200l-300 300zM600 1000v200h100v-200h-100z" />
<glyph unicode="&#xe177;" d="M0 250q0 -21 14.5 -35.5t35.5 -14.5h1100q21 0 35.5 14.5t14.5 35.5v550h-1200v-550zM0 900h1200v150q0 21 -14.5 35.5t-35.5 14.5h-1100q-21 0 -35.5 -14.5t-14.5 -35.5v-150zM100 300v200h400v-200h-400z" />
<glyph unicode="&#xe178;" d="M0 400l300 298v-198h400v-200h-400v-198zM100 800v200h100v-200h-100zM300 800v200h100v-200h-100zM500 800v200h400v198l300 -298l-300 -298v198h-400zM800 300v200h100v-200h-100zM1000 300h100v200h-100v-200z" />
<glyph unicode="&#xe179;" d="M100 700v400l50 100l50 -100v-300h100v300l50 100l50 -100v-300h100v300l50 100l50 -100v-400l-100 -203v-447q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v447zM800 597q0 -29 10.5 -55.5t25 -43t29 -28.5t25.5 -18l10 -5v-397q0 -21 14.5 -35.5 t35.5 -14.5h200q21 0 35.5 14.5t14.5 35.5v1106q0 31 -18 40.5t-44 -7.5l-276 -117q-25 -16 -43.5 -50.5t-18.5 -65.5v-359z" />
<glyph unicode="&#xe180;" d="M100 0h400v56q-75 0 -87.5 6t-12.5 44v394h500v-394q0 -38 -12.5 -44t-87.5 -6v-56h400v56q-4 0 -11 0.5t-24 3t-30 7t-24 15t-11 24.5v888q0 22 25 34.5t50 13.5l25 2v56h-400v-56q75 0 87.5 -6t12.5 -44v-394h-500v394q0 38 12.5 44t87.5 6v56h-400v-56q4 0 11 -0.5 t24 -3t30 -7t24 -15t11 -24.5v-888q0 -22 -25 -34.5t-50 -13.5l-25 -2v-56z" />
<glyph unicode="&#xe181;" d="M0 300q0 -41 29.5 -70.5t70.5 -29.5h300q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5h-300q-41 0 -70.5 -29.5t-29.5 -70.5v-500zM100 100h400l200 200h105l295 98v-298h-425l-100 -100h-375zM100 300v200h300v-200h-300zM100 600v200h300v-200h-300z M100 1000h400l200 -200v-98l295 98h105v200h-425l-100 100h-375zM700 402v163l400 133v-163z" />
<glyph unicode="&#xe182;" d="M16.5 974.5q0.5 -21.5 16 -90t46.5 -140t104 -177.5t175 -208q103 -103 207.5 -176t180 -103.5t137 -47t92.5 -16.5l31 1l163 162q16 17 13 40.5t-22 37.5l-192 136q-19 14 -45 12t-42 -19l-119 -118q-143 103 -267 227q-126 126 -227 268l118 118q17 17 20 41.5 t-11 44.5l-139 194q-14 19 -36.5 22t-40.5 -14l-162 -162q-1 -11 -0.5 -32.5z" />
<glyph unicode="&#xe183;" d="M0 50v212q0 20 10.5 45.5t24.5 39.5l365 303v50q0 4 1 10.5t12 22.5t30 28.5t60 23t97 10.5t97 -10t60 -23.5t30 -27.5t12 -24l1 -10v-50l365 -303q14 -14 24.5 -39.5t10.5 -45.5v-212q0 -21 -15 -35.5t-35 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5zM0 712 q0 -21 14.5 -33.5t34.5 -8.5l202 33q20 4 34.5 21t14.5 38v146q141 24 300 24t300 -24v-146q0 -21 14.5 -38t34.5 -21l202 -33q20 -4 34.5 8.5t14.5 33.5v200q-6 8 -19 20.5t-63 45t-112 57t-171 45t-235 20.5q-92 0 -175 -10.5t-141.5 -27t-108.5 -36.5t-81.5 -40 t-53.5 -36.5t-31 -27.5l-9 -10v-200z" />
<glyph unicode="&#xe184;" d="M100 0v100h1100v-100h-1100zM175 200h950l-125 150v250l100 100v400h-100v-200h-100v200h-200v-200h-100v200h-200v-200h-100v200h-100v-400l100 -100v-250z" />
<glyph unicode="&#xe185;" d="M100 0h300v400q0 41 -29.5 70.5t-70.5 29.5h-100q-41 0 -70.5 -29.5t-29.5 -70.5v-400zM500 0v1000q0 41 29.5 70.5t70.5 29.5h100q41 0 70.5 -29.5t29.5 -70.5v-1000h-300zM900 0v700q0 41 29.5 70.5t70.5 29.5h100q41 0 70.5 -29.5t29.5 -70.5v-700h-300z" />
<glyph unicode="&#xe186;" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 300h300v300h-200v100h200v100h-300v-300h200v-100h-200v-100zM600 300h200v100h100v300h-100v100h-200v-500 zM700 400v300h100v-300h-100z" />
<glyph unicode="&#xe187;" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 300h100v200h100v-200h100v500h-100v-200h-100v200h-100v-500zM600 300h200v100h100v300h-100v100h-200v-500 zM700 400v300h100v-300h-100z" />
<glyph unicode="&#xe188;" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 300h300v100h-200v300h200v100h-300v-500zM600 300h300v100h-200v300h200v100h-300v-500z" />
<glyph unicode="&#xe189;" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 550l300 -150v300zM600 400l300 150l-300 150v-300z" />
<glyph unicode="&#xe190;" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 300v500h700v-500h-700zM300 400h130q41 0 68 42t27 107t-28.5 108t-66.5 43h-130v-300zM575 549 q0 -65 27 -107t68 -42h130v300h-130q-38 0 -66.5 -43t-28.5 -108z" />
<glyph unicode="&#xe191;" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 300h300v300h-200v100h200v100h-300v-300h200v-100h-200v-100zM601 300h100v100h-100v-100zM700 700h100 v-400h100v500h-200v-100z" />
<glyph unicode="&#xe192;" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 300h300v400h-200v100h-100v-500zM301 400v200h100v-200h-100zM601 300h100v100h-100v-100zM700 700h100 v-400h100v500h-200v-100z" />
<glyph unicode="&#xe193;" d="M-100 300v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212zM100 200h900v700h-900v-700zM200 700v100h300v-300h-99v-100h-100v100h99v200h-200zM201 300v100h100v-100h-100zM601 300v100h100v-100h-100z M700 700v100h200v-500h-100v400h-100z" />
<glyph unicode="&#xe194;" d="M4 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM186 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM400 500v200 l100 100h300v-100h-300v-200h300v-100h-300z" />
<glyph unicode="&#xe195;" d="M0 600q0 162 80 299t217 217t299 80t299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299zM182 600q0 -171 121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5t-292.5 -121.5t-121.5 -292.5zM400 400v400h300 l100 -100v-100h-100v100h-200v-100h200v-100h-200v-100h-100zM700 400v100h100v-100h-100z" />
<glyph unicode="&#xe197;" d="M-14 494q0 -80 56.5 -137t135.5 -57h222v300h400v-300h128q120 0 205 86t85 208q0 120 -85 206.5t-205 86.5q-46 0 -90 -14q-44 97 -134.5 156.5t-200.5 59.5q-152 0 -260 -107.5t-108 -260.5q0 -25 2 -37q-66 -14 -108.5 -67.5t-42.5 -122.5zM300 200h200v300h200v-300 h200l-300 -300z" />
<glyph unicode="&#xe198;" d="M-14 494q0 -80 56.5 -137t135.5 -57h8l414 414l403 -403q94 26 154.5 104t60.5 178q0 121 -85 207.5t-205 86.5q-46 0 -90 -14q-44 97 -134.5 156.5t-200.5 59.5q-152 0 -260 -107.5t-108 -260.5q0 -25 2 -37q-66 -14 -108.5 -67.5t-42.5 -122.5zM300 200l300 300 l300 -300h-200v-300h-200v300h-200z" />
<glyph unicode="&#xe199;" d="M100 200h400v-155l-75 -45h350l-75 45v155h400l-270 300h170l-270 300h170l-300 333l-300 -333h170l-270 -300h170z" />
<glyph unicode="&#xe200;" d="M121 700q0 -53 28.5 -97t75.5 -65q-4 -16 -4 -38q0 -74 52.5 -126.5t126.5 -52.5q56 0 100 30v-306l-75 -45h350l-75 45v306q46 -30 100 -30q74 0 126.5 52.5t52.5 126.5q0 24 -9 55q50 32 79.5 83t29.5 112q0 90 -61.5 155.5t-150.5 71.5q-26 89 -99.5 145.5 t-167.5 56.5q-116 0 -197.5 -81.5t-81.5 -197.5q0 -4 1 -12t1 -11q-14 2 -23 2q-74 0 -126.5 -52.5t-52.5 -126.5z" />
</font>
</defs></svg>

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,147 @@
<?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>
This is a custom SVG webfont generated by Font Squirrel.
Copyright : Copyright c 20102011 by tyPoland Lukasz Dziedzic with Reserved Font Name Lato Licensed under the SIL Open Font License Version 11
Designer : Lukasz Dziedzic
Foundry : tyPoland Lukasz Dziedzic
Foundry URL : httpwwwtypolandcom
</metadata>
<defs>
<font id="LatoBlack" horiz-adv-x="1187" >
<font-face units-per-em="2048" ascent="1649" descent="-399" />
<missing-glyph horiz-adv-x="395" />
<glyph unicode=" " horiz-adv-x="395" />
<glyph unicode="&#x09;" horiz-adv-x="395" />
<glyph unicode="&#xa0;" horiz-adv-x="395" />
<glyph unicode="!" horiz-adv-x="770" d="M205 161q0 37 13.5 68.5t38 55t57 37.5t71.5 14q38 0 70.5 -14t57.5 -37.5t38.5 -55t13.5 -68.5t-13.5 -69.5t-38.5 -56t-57.5 -36.5t-70.5 -13q-39 0 -71.5 13t-57 36.5t-38 56t-13.5 69.5zM240 906v586h297v-586q0 -94 -11.5 -186.5t-29.5 -189.5h-215 q-18 96 -29.5 189t-11.5 187z" />
<glyph unicode="&#x22;" horiz-adv-x="911" d="M113 1199v293h276v-293l-29 -162q-9 -55 -32.5 -84t-77.5 -29q-46 0 -72 29t-37 84zM522 1199v293h277v-293l-29 -162q-9 -55 -32.5 -84t-78.5 -29q-46 0 -72 29t-36 84z" />
<glyph unicode="#" d="M20 487q0 9 1.5 19.5t3.5 21.5l16 99h181l43 241h-204l25 129q9 47 40.5 70t98.5 23h70l53 300q8 48 46 75t87 27h146l-72 -402h170l72 402h141q45 0 73 -24.5t28 -63.5v-8q0 -4 -1 -8l-53 -298h199l-25 -129q-9 -48 -40.5 -70.5t-98.5 -22.5h-65l-43 -241h112 q39 0 60.5 -19t21.5 -64q0 -9 -1 -19.5t-3 -21.5l-17 -99h-202l-72 -404h-147q-19 0 -36.5 8t-29.5 22t-19.5 33t-7.5 40q0 5 0.5 11.5t1.5 11.5l50 278h-169l-51 -293q-5 -30 -18 -51t-32.5 -34.5t-42.5 -19.5t-48 -6h-141l72 404h-91q-39 0 -60.5 19t-21.5 64zM482 627 h170l43 241h-170z" />
<glyph unicode="$" d="M35 180l98 143q12 17 33 29t45 12q25 0 50.5 -13t55.5 -31.5t66 -37.5t82 -31l38 387q-74 20 -146.5 48t-131 75t-95 119.5t-36.5 182.5q0 81 33 157.5t96 138t155 101t211 45.5l11 114q3 29 25.5 52t58.5 23h117l-21 -202q111 -20 191 -66t135 -98l-78 -114 q-17 -26 -35 -37.5t-43 -11.5q-16 0 -36.5 7.5t-45 18t-53 23t-59.5 21.5l-36 -364q49 -14 98 -31t94.5 -39t85 -50.5t69 -67.5t45.5 -89.5t16 -115.5q0 -97 -32.5 -182.5t-96 -151t-155.5 -107t-211 -50.5l-12 -128q-3 -29 -26 -52t-58 -23h-117l20 211 q-118 19 -224.5 67.5t-180.5 117.5zM393 1094q0 -60 38.5 -98t100.5 -63l31 309q-47 -7 -79 -21t-52 -33.5t-29.5 -43t-9.5 -50.5zM658 245q169 30 169 186q0 58 -37 93t-99 59z" />
<glyph unicode="%" horiz-adv-x="1675" d="M51 1130q0 85 26.5 154.5t74.5 118.5t113 76t143 27t143.5 -27t113.5 -76t74.5 -118.5t26.5 -154.5q0 -82 -29.5 -149.5t-79 -116t-114.5 -75t-135 -26.5q-78 0 -143 26.5t-113 75t-74.5 116t-26.5 149.5zM111 0l1124 1445q15 17 37.5 32t62.5 15h232l-1125 -1447 q-15 -19 -38 -32t-56 -13h-237zM297 1130q0 -49 8 -81.5t22.5 -52t35 -27.5t45.5 -8t45.5 8t36 27.5t24 52t8.5 81.5q0 52 -8.5 86.5t-24 55t-36.5 29t-45 8.5q-25 0 -45.5 -8.5t-35 -29t-22.5 -55t-8 -86.5zM909 350q0 85 27 154t74.5 118.5t112.5 76.5t143 27t144 -27 t113.5 -76.5t74 -118.5t26.5 -154q0 -82 -29.5 -150t-79 -116.5t-114.5 -75t-135 -26.5q-78 0 -143 26.5t-112.5 75t-74.5 116.5t-27 150zM1155 350q0 -49 8 -81.5t22.5 -52t35 -28t45.5 -8.5t45.5 8.5t36 28t24 52t8.5 81.5q0 51 -8.5 85.5t-24 55t-36.5 28.5t-45 8 q-25 0 -45.5 -8t-35 -28.5t-22.5 -55t-8 -85.5z" />
<glyph unicode="&#x26;" horiz-adv-x="1480" d="M47 421q0 68 21 128t59 112t90.5 94.5t115.5 73.5q-48 75 -69.5 147t-21.5 139q0 80 29 151t85 125t137 85.5t187 31.5q99 0 175 -29t128 -76.5t82 -110t37 -128.5l-205 -41q-5 -1 -8.5 -1.5t-7.5 -0.5q-43 0 -64 45q-24 53 -55 81t-82 28q-36 0 -62.5 -13.5t-44.5 -35 t-27 -50t-9 -59.5q0 -27 4.5 -51.5t15 -49.5t29.5 -51.5t49 -57.5l369 -389q28 61 44 128t23 138q2 29 19 45.5t45 16.5h200q0 -150 -40 -279.5t-113 -236.5l313 -330h-313q-24 0 -42.5 2.5t-34 8.5t-30 17.5t-31.5 28.5l-64 68q-97 -68 -212.5 -104.5t-245.5 -36.5 q-89 0 -174.5 30.5t-152 87.5t-107.5 138t-41 181zM371 446q0 -49 14.5 -89t42.5 -68.5t66 -44.5t86 -16q69 0 127.5 18t109.5 51l-343 363q-56 -46 -79.5 -100.5t-23.5 -113.5z" />
<glyph unicode="'" horiz-adv-x="501" d="M113 1199v293h276v-293l-29 -162q-9 -55 -32.5 -84t-77.5 -29q-46 0 -72 29t-37 84z" />
<glyph unicode="(" horiz-adv-x="614" d="M82 641q0 131 16 258t49.5 249.5t87 241t127.5 234.5l142 -82q17 -11 30.5 -26.5t13.5 -38.5q0 -11 -3.5 -24.5t-12.5 -30.5q-43 -85 -75.5 -179.5t-55 -194.5t-34 -203t-11.5 -204t12 -203.5t35 -202t56.5 -193.5t75.5 -180q14 -30 14 -55t-13.5 -40t-31.5 -26l-142 -82 q-75 115 -128 233.5t-86.5 241t-49.5 249.5t-16 258z" />
<glyph unicode=")" horiz-adv-x="614" d="M66 -193q0 25 14 55q42 86 75 180t56 193.5t35 202t12 203.5t-11 204t-34 203t-55.5 194.5t-75.5 179.5q-8 16 -11.5 29.5t-3.5 25.5q0 24 13 39t31 26l141 82q148 -231 214 -476t66 -507q0 -263 -66 -507.5t-214 -474.5l-141 82q-18 11 -31.5 26t-13.5 40z" />
<glyph unicode="*" horiz-adv-x="819" d="M57 1078l150 87q19 11 38.5 19.5t40.5 12.5q-20 4 -40 13t-39 20l-150 89l74 123l150 -90q18 -11 35 -23t30 -26q-12 35 -12 78v180h149v-178q0 -22 -2.5 -42t-8.5 -38q13 14 29.5 25.5t35.5 23.5l149 88l74 -123l-150 -87q-20 -11 -39.5 -19.5t-40.5 -12.5 q20 -4 40.5 -12.5t39.5 -20.5l150 -89l-74 -122l-149 89q-19 11 -36 23t-31 27q13 -36 13 -79v-179h-149v177q0 20 2.5 41t8.5 39q-13 -14 -29.5 -25.5t-34.5 -23.5l-150 -87z" />
<glyph unicode="+" d="M86 574v228h377v405h258v-405h379v-228h-379v-407h-258v407h-377z" />
<glyph unicode="," horiz-adv-x="483" d="M70 180q0 33 12 61t35 49t54.5 33.5t70.5 12.5q46 0 79.5 -16t56 -43t33.5 -62.5t11 -74.5q0 -51 -16.5 -109t-48.5 -116t-80.5 -114.5t-110.5 -102.5l-55 49q-11 11 -17 21t-6 24q0 10 7 22t18 21q12 12 28.5 29.5t32.5 39t30 47t21 54.5q-36 3 -64.5 17.5t-48.5 38 t-31 53.5t-11 66z" />
<glyph unicode="-" horiz-adv-x="757" d="M102 495v256h553v-256h-553z" />
<glyph unicode="." horiz-adv-x="483" d="M61 161q0 37 14 68.5t38 55t57 37.5t72 14q38 0 70.5 -14t57 -37.5t38.5 -55t14 -68.5t-14 -69.5t-38.5 -56t-57 -36.5t-70.5 -13q-39 0 -72 13t-57 36.5t-38 56t-14 69.5z" />
<glyph unicode="/" horiz-adv-x="819" d="M-25 -101l582 1526q20 52 62.5 80t97.5 28h135l-576 -1521q-11 -28 -29 -49t-40 -35.5t-47 -21.5t-49 -7h-136z" />
<glyph unicode="0" d="M41 746q0 196 41.5 339.5t115 237.5t174.5 139.5t220 45.5t220.5 -45.5t176 -139.5t116.5 -237.5t42 -339.5t-42 -339t-116.5 -237t-176 -140t-220.5 -46t-220 46t-174.5 140t-115 237t-41.5 339zM369 746q0 -156 19 -254t50 -154.5t71.5 -77.5t82.5 -21t83 21t73 77.5 t51.5 155t19.5 253.5t-19.5 254t-51.5 155t-73 77t-83 21t-82.5 -21t-71.5 -77t-50 -155t-19 -254z" />
<glyph unicode="1" d="M135 1103l465 390h262v-1264h246v-229h-850v229h287v753q0 55 3 116l-169 -141q-16 -13 -32.5 -18.5t-32.5 -5.5q-27 0 -47.5 11.5t-30.5 25.5z" />
<glyph unicode="2" d="M68 0v102q0 30 12 64t43 61l430 433q55 55 96 105.5t67.5 99t40 97.5t13.5 103q0 89 -42.5 136.5t-129.5 47.5q-36 0 -65.5 -10t-53 -27.5t-40.5 -41t-27 -51.5q-16 -46 -41.5 -66.5t-68.5 -20.5q-10 0 -22 1t-24 3l-168 30q16 112 63 194.5t116 138t158 82.5t191 27 q111 0 199.5 -32t151 -89.5t96 -137t33.5 -174.5q0 -82 -23 -151.5t-63 -132.5t-93 -122t-112 -119l-292 -299q56 16 111 26t103 10h279q51 0 80.5 -28.5t29.5 -74.5v-184h-1048z" />
<glyph unicode="3" d="M76 383l141 57q18 8 36 11.5t36 3.5q33 0 59 -13t39 -38q46 -85 98 -123t121 -38q53 0 92.5 18t66 46t39.5 64t13 72q0 48 -6.5 86.5t-37.5 66.5t-93 42.5t-172 14.5v219q93 0 150.5 14.5t88.5 39.5t41.5 61t10.5 79q0 88 -42.5 135.5t-129.5 47.5q-36 0 -66 -10 t-53.5 -27.5t-40 -41t-27.5 -51.5q-16 -46 -41 -66.5t-68 -20.5q-10 0 -22 1t-24 3l-168 30q16 112 62.5 194.5t116 138t158.5 82.5t191 27q111 0 197 -31t145.5 -84.5t90 -123.5t30.5 -148q0 -71 -14.5 -124.5t-42.5 -93t-69.5 -67t-94.5 -45.5q248 -86 248 -337 q0 -119 -43 -207t-115.5 -146.5t-167.5 -87.5t-199 -29q-106 0 -189 23t-147.5 71.5t-113 124.5t-84.5 180z" />
<glyph unicode="4" d="M6 564l690 928h303v-912h154v-179q0 -24 -16 -41t-45 -17h-93v-343h-276v343h-600q-30 0 -54 18.5t-30 46.5zM339 580h384v389q0 36 2.5 77t7.5 86z" />
<glyph unicode="5" d="M47 174l98 131q15 20 36 31t44 11q31 0 58 -17t59.5 -37t75.5 -36t106 -16t108.5 21t73.5 57t41 85t13 104q0 109 -61.5 165.5t-174.5 56.5q-100 0 -196 -38l-197 53l127 747h764v-131q0 -33 -10.5 -59.5t-32.5 -46.5t-57.5 -31t-85.5 -11h-357l-42 -246q42 7 81 10.5 t76 3.5q118 0 208 -36t151.5 -98t92.5 -145.5t31 -178.5q0 -120 -42.5 -218.5t-118 -170.5t-180.5 -111t-230 -39q-73 0 -139 15t-124 41.5t-107 60.5t-89 73z" />
<glyph unicode="6" d="M68 518q0 112 43 222.5t127 225.5l335 453q23 31 68 52t102 21h283l-442 -528q-10 -11 -20 -23t-19 -23q36 13 75 20t85 7q81 0 159.5 -26.5t141 -82t101 -140t38.5 -198.5q0 -104 -39 -198t-110 -164t-171.5 -111t-222.5 -41q-125 0 -224 39t-168.5 110t-105.5 169 t-36 216zM373 475q0 -55 13 -99t41 -76t70 -49t99 -17q49 0 91.5 18.5t73.5 51t48.5 76t17.5 94.5q0 57 -16.5 102.5t-47.5 76t-74.5 47t-96.5 16.5q-48 0 -88 -17t-69 -49t-45.5 -76t-16.5 -99z" />
<glyph unicode="7" d="M84 1283v209h1049v-133q0 -56 -12.5 -91t-23.5 -60l-522 -1104q-20 -44 -60 -74t-105 -30h-232l533 1068q22 44 46.5 79t54.5 66h-656q-14 0 -27 6t-23 15.5t-16 22.5t-6 26z" />
<glyph unicode="8" d="M61 427q0 60 14 114t44.5 98.5t78 79.5t114.5 58q-102 46 -151.5 128t-49.5 197q0 87 35.5 161t100 128.5t153 85.5t194.5 31q105 0 194 -31t153.5 -85.5t100 -128.5t35.5 -161q0 -115 -50 -197t-151 -128q67 -24 114 -58.5t77.5 -79t44.5 -98.5t14 -114q0 -100 -38 -182 t-108.5 -140t-168.5 -89.5t-217 -31.5t-217 31.5t-168.5 89.5t-109 140t-38.5 182zM389 433q0 -44 12 -82.5t37 -66.5t63.5 -44.5t92.5 -16.5q53 0 92 16.5t64 44.5t37 66.5t12 82.5q0 48 -10.5 88t-34 68t-63 44t-97.5 16t-97.5 -16t-63 -44t-34 -68t-10.5 -88zM420 1096 q0 -39 7 -76t26.5 -65.5t53.5 -46t87 -17.5t87 17.5t53.5 46t26.5 65.5t7 76q0 35 -9 67.5t-30 57.5t-54.5 40.5t-80.5 15.5q-48 0 -81 -15.5t-54 -40.5t-30 -57.5t-9 -67.5z" />
<glyph unicode="9" d="M115 1013q0 101 37 191t106.5 158t165.5 107t215 39q121 0 216 -36.5t161 -103t101.5 -158.5t35.5 -202q0 -74 -12 -138.5t-33 -123.5t-50.5 -112.5t-66.5 -106.5l-321 -456q-20 -30 -64.5 -50.5t-99.5 -20.5h-293l473 565q14 17 27 33t25 33q-46 -25 -100 -37t-114 -12 q-73 0 -145.5 26t-131.5 79t-95.5 134t-36.5 192zM432 1036q0 -223 207 -223q101 0 156 61t55 162q0 54 -16 96t-44 69.5t-68 41.5t-87 14q-48 0 -85.5 -16.5t-63.5 -46.5t-40 -70.5t-14 -87.5z" />
<glyph unicode=":" horiz-adv-x="565" d="M102 161q0 37 14 68.5t38 55t57 37.5t72 14q38 0 70.5 -14t57 -37.5t38.5 -55t14 -68.5t-14 -69.5t-38.5 -56t-57 -36.5t-70.5 -13q-39 0 -72 13t-57 36.5t-38 56t-14 69.5zM102 860q0 37 14 69t38 55.5t57 37t72 13.5q38 0 70.5 -13.5t57 -37t38.5 -55.5t14 -69t-14 -69 t-38.5 -55.5t-57 -37t-70.5 -13.5q-39 0 -72 13.5t-57 37t-38 55.5t-14 69z" />
<glyph unicode=";" horiz-adv-x="565" d="M102 860q0 37 14 69t38 55.5t57 37t72 13.5q38 0 70.5 -13.5t57 -37t38.5 -55.5t14 -69t-14 -69t-38.5 -55.5t-57 -37t-70.5 -13.5q-39 0 -72 13.5t-57 37t-38 55.5t-14 69zM111 180q0 33 12 61t35 49t54.5 33.5t70.5 12.5q46 0 79.5 -16t56 -43t33.5 -62.5t11 -74.5 q0 -51 -16.5 -109t-48.5 -116t-80.5 -114.5t-110.5 -102.5l-55 49q-11 11 -17 21t-6 24q0 10 7 22t18 21q12 12 28.5 29.5t32.5 39t30 47t21 54.5q-36 3 -64.5 17.5t-48.5 38t-31 53.5t-11 66z" />
<glyph unicode="&#x3c;" d="M133 629v124l830 434v-220q0 -24 -12.5 -44t-39.5 -34l-290 -157q-27 -14 -56.5 -24t-62.5 -18q33 -8 62.5 -16.5t56.5 -23.5l290 -157q27 -14 39.5 -34t12.5 -43v-220z" />
<glyph unicode="=" d="M127 386v227h932v-227h-932zM127 761v228h932v-228h-932z" />
<glyph unicode="&#x3e;" d="M225 196v220q0 24 12.5 43t38.5 34l291 157q26 14 56 23t63 17q-33 8 -63 18t-56 24l-291 157q-27 14 -39 34t-12 44v220l830 -434v-124z" />
<glyph unicode="?" horiz-adv-x="903" d="M39 1356q38 32 82.5 59.5t95.5 48.5t110 32.5t128 11.5q96 0 173.5 -25.5t131.5 -73t83 -114.5t29 -149q0 -79 -21.5 -135.5t-54.5 -98.5t-72.5 -72t-75 -56.5t-61.5 -52t-32 -57.5l-29 -144h-217l-22 165q-1 6 -1.5 12.5t-0.5 12.5q0 45 21.5 79t54 62t70.5 54t71 56 t54.5 67.5t21.5 88.5q0 61 -40.5 98t-111.5 37q-54 0 -90.5 -11.5t-62.5 -25.5t-45.5 -25t-39.5 -11q-44 0 -65 38zM227 161q0 37 14 68.5t38 55t57 37.5t72 14q38 0 70.5 -14t57 -37.5t38.5 -55t14 -68.5t-14 -69.5t-38.5 -56t-57.5 -36.5t-70 -13q-39 0 -72 13t-57 36.5 t-38 56t-14 69.5z" />
<glyph unicode="@" horiz-adv-x="1685" d="M51 609q0 108 29 211.5t82 194.5t128 168t167 132.5t199.5 86.5t226.5 31q99 0 193.5 -22.5t179 -65.5t156 -105.5t122.5 -142t79.5 -175.5t28.5 -204q0 -110 -33 -206.5t-93 -169t-142.5 -114.5t-179.5 -42q-33 0 -63.5 7t-57.5 21.5t-49.5 39t-35.5 58.5 q-61 -68 -127.5 -96.5t-143.5 -28.5q-67 0 -117 23t-84 64t-50.5 97.5t-16.5 123.5q0 58 14.5 118.5t44.5 116t75.5 105.5t107 86t139.5 57.5t174 21.5q45 0 81.5 -3.5t68.5 -9.5t60 -15.5t58 -22.5l-101 -388q-15 -60 -15 -96q0 -51 23 -70.5t62 -19.5q37 0 69 26t56 72 t37.5 108.5t13.5 136.5q0 127 -38 223.5t-108 162t-168.5 99.5t-219.5 34q-132 0 -243 -49t-190.5 -134.5t-124 -200t-44.5 -244.5q0 -164 49.5 -287.5t137 -206.5t208 -124.5t260.5 -41.5q81 0 149 8.5t123.5 22.5t98.5 31.5t73 34.5q23 12 42 12q36 0 51 -38l43 -110 q-51 -34 -113.5 -62.5t-134.5 -50t-155 -33.5t-177 -12q-193 0 -354.5 60t-280 171.5t-184.5 270t-66 355.5zM692 503q0 -60 23 -90t65 -30q23 0 45 7t41.5 24t35.5 44.5t26 68.5l71 280q-25 3 -49 3q-51 0 -98 -24.5t-82.5 -66.5t-56.5 -98t-21 -118z" />
<glyph unicode="A" horiz-adv-x="1509" d="M2 0l578 1492h354l577 -1492h-268q-45 0 -74 21t-41 54l-88 260h-567l-88 -260q-10 -29 -40 -52t-73 -23h-270zM553 570h408l-138 409q-13 39 -31 91.5t-35 114.5q-16 -62 -33.5 -115.5t-33.5 -92.5z" />
<glyph unicode="B" horiz-adv-x="1343" d="M123 0v1492h549q155 0 263 -28.5t177 -81t100 -127t31 -166.5q0 -50 -14.5 -97t-45 -88t-78.5 -74t-116 -58q147 -36 218 -116.5t71 -205.5q0 -95 -37 -177.5t-108 -143t-175.5 -95t-238.5 -34.5h-596zM469 261h244q69 0 112 17.5t68 45t34 62.5t9 71q0 41 -11 73.5 t-37 55t-69 35t-108 12.5h-242v-372zM469 864h180q57 0 103.5 8.5t78.5 29t49 56t17 90.5q0 53 -13.5 88t-41 56.5t-70 31t-100.5 9.5h-203v-369z" />
<glyph unicode="C" horiz-adv-x="1345" d="M37 746q0 167 57.5 307t160 241.5t246 157.5t316.5 56q84 0 158.5 -14.5t139 -41t118.5 -62.5t96 -80l-117 -157q-11 -14 -26.5 -26t-42.5 -12q-18 0 -34.5 8.5t-35 20t-40.5 25.5t-52.5 25.5t-71 20t-94.5 8.5q-94 0 -172 -33.5t-133.5 -95.5t-87 -150t-31.5 -198 q0 -115 31.5 -203.5t85 -149.5t125.5 -93t153 -32q47 0 86 5t72.5 16t63.5 29t61 44q12 10 26.5 17t29.5 7q12 0 24.5 -4.5t24.5 -15.5l137 -145q-90 -118 -226 -177.5t-321 -59.5q-170 0 -304.5 57.5t-228.5 159.5t-144 241.5t-50 303.5z" />
<glyph unicode="D" horiz-adv-x="1519" d="M123 0v1492h579q174 0 317 -56.5t244.5 -155.5t157.5 -236t56 -298q0 -162 -56 -298.5t-157.5 -236t-244 -155.5t-317.5 -56h-579zM471 266h231q99 0 177 33.5t132 95.5t82.5 151t28.5 200t-28.5 200t-82.5 151t-131.5 95.5t-177.5 33.5h-231v-960z" />
<glyph unicode="E" horiz-adv-x="1157" d="M123 0v1492h960v-266h-612v-348h469v-256h-469v-356h612v-266h-960z" />
<glyph unicode="F" horiz-adv-x="1140" d="M123 0v1492h960v-266h-612v-378h510v-267h-510v-581h-348z" />
<glyph unicode="G" horiz-adv-x="1458" d="M37 746q0 167 55 307t158 241.5t249 157.5t326 56q93 0 175 -15t151.5 -42t126.5 -63.5t102 -79.5l-100 -153q-14 -22 -34 -34t-44 -12q-31 0 -63 20q-41 25 -77.5 43t-74.5 29t-80 16.5t-94 5.5q-97 0 -175 -34.5t-132.5 -97t-84.5 -150t-30 -195.5q0 -119 33 -211 t90.5 -155.5t137 -96.5t173.5 -33q72 0 127.5 12t104.5 33v226h-148q-33 0 -51 17.5t-18 44.5v190h530v-630q-57 -42 -119 -72t-132 -49.5t-149.5 -28.5t-170.5 -9q-164 0 -303.5 57.5t-241 159.5t-159.5 241.5t-58 303.5z" />
<glyph unicode="H" horiz-adv-x="1548" d="M123 0v1492h348v-624h606v624h348v-1492h-348v631h-606v-631h-348z" />
<glyph unicode="I" horiz-adv-x="655" d="M154 0v1492h348v-1492h-348z" />
<glyph unicode="J" horiz-adv-x="880" d="M16 10l19 202q2 27 21 43t53 16q17 0 42.5 -5.5t61.5 -5.5q50 0 87.5 14t62 46t37 84.5t12.5 129.5v958h346v-951q0 -125 -31.5 -227.5t-94.5 -175.5t-158 -113.5t-224 -40.5q-58 0 -115.5 6t-118.5 20z" />
<glyph unicode="K" horiz-adv-x="1462" d="M123 0v1492h346v-604h55q77 0 111 48l336 487q28 40 63 54.5t86 14.5h301l-442 -603q-24 -33 -49.5 -54.5t-51.5 -35.5q39 -14 71 -39.5t59 -67.5l450 -692h-309q-30 0 -51 4t-36 12.5t-26.5 20t-21.5 26.5l-338 520q-18 29 -46.5 40.5t-76.5 11.5h-84v-635h-346z" />
<glyph unicode="L" horiz-adv-x="1062" d="M123 0v1492h346v-1216h553v-276h-899z" />
<glyph unicode="M" horiz-adv-x="1923" d="M123 0v1492h264q23 0 39.5 -1t30 -6t24.5 -16t21 -30l384 -757q20 -39 39 -81t37 -86q17 45 36.5 87.5t39.5 82.5l383 754q10 19 21 30t24.5 16t30 6t39.5 1h264v-1492h-305v858q0 62 6 135l-395 -767q-18 -36 -49.5 -54t-71.5 -18h-47q-40 0 -71 18t-50 54l-397 768 q4 -36 6 -71t2 -65v-858h-305z" />
<glyph unicode="N" horiz-adv-x="1548" d="M123 0v1492h182q23 0 38 -2t27.5 -7.5t24 -16t25.5 -27.5l708 -896q-4 43 -6 83.5t-2 75.5v790h305v-1492h-180q-40 0 -67.5 12.5t-53.5 44.5l-703 889q3 -39 5 -76t2 -70v-800h-305z" />
<glyph unicode="O" horiz-adv-x="1638" d="M45 746q0 162 56 301.5t157.5 242t245 160.5t317.5 58t317 -58.5t244.5 -161t157 -242t55.5 -300.5q0 -162 -55.5 -301t-157 -242t-244.5 -161t-317 -58t-317.5 58t-245 161t-157.5 242t-56 301zM399 746q0 -112 29 -200t82.5 -149.5t132 -94t178.5 -32.5q99 0 177 32.5 t132 94t82.5 150t28.5 199.5t-28.5 199.5t-82.5 150t-131.5 94.5t-177.5 33t-178.5 -33t-132 -94.5t-82.5 -150t-29 -199.5z" />
<glyph unicode="P" horiz-adv-x="1306" d="M123 0v1492h526q158 0 271 -37.5t186.5 -103t108 -154.5t34.5 -192q0 -112 -35.5 -205t-109.5 -160t-187 -104t-268 -37h-180v-499h-346zM469 760h180q135 0 194.5 64.5t59.5 180.5q0 51 -15.5 93t-46.5 72t-78.5 46.5t-113.5 16.5h-180v-473z" />
<glyph unicode="Q" horiz-adv-x="1638" d="M45 746q0 162 56 301.5t157.5 242t245 160.5t317.5 58t317 -58.5t244.5 -161t157 -242t55.5 -300.5q0 -96 -20 -184.5t-57 -166.5t-92 -144.5t-124 -117.5l377 -413h-284q-61 0 -111.5 15t-89.5 60l-185 208q-45 -9 -92 -14t-96 -5q-174 0 -317.5 58t-245 161t-157.5 242 t-56 301zM399 746q0 -112 29 -200t82.5 -149.5t132 -94t178.5 -32.5q99 0 177 32.5t132 94t82.5 150t28.5 199.5t-28.5 199.5t-82.5 150t-131.5 94.5t-177.5 33t-178.5 -33t-132 -94.5t-82.5 -150t-29 -199.5z" />
<glyph unicode="R" horiz-adv-x="1361" d="M123 0v1492h485q162 0 276 -33.5t186.5 -92.5t105 -140t32.5 -176q0 -73 -19.5 -137.5t-57.5 -119.5t-94 -98t-129 -70q35 -17 65.5 -43t52.5 -63l317 -519h-313q-87 0 -125 66l-248 433q-16 29 -38 41t-62 12h-88v-552h-346zM469 791h139q71 0 120.5 17.5t81.5 49.5 t46 74.5t14 91.5q0 98 -64 153.5t-198 55.5h-139v-442z" />
<glyph unicode="S" horiz-adv-x="1110" d="M14 180l103 162q11 18 31.5 29.5t44.5 11.5q31 0 62 -19.5t70.5 -43t90.5 -43t121 -19.5q94 0 146 41.5t52 131.5q0 52 -28.5 85t-75 54.5t-106 38t-122 36.5t-122 49t-106 76.5t-75 119t-28.5 175.5q0 84 33.5 164t99 142.5t161 99.5t218.5 37q69 0 133.5 -10.5 t123 -31.5t109 -50.5t90.5 -65.5l-86 -161q-15 -25 -32 -37t-43 -12q-24 0 -51 14.5t-61.5 33t-78.5 33.5t-100 15q-97 0 -145 -41.5t-48 -112.5q0 -45 29 -74.5t75.5 -51t106.5 -39.5t122.5 -40t122 -51.5t106.5 -76t75.5 -112.5t28.5 -159q0 -103 -36 -193t-104 -157.5 t-168 -105.5t-227 -38q-70 0 -142 14t-139.5 40.5t-127 62t-103.5 79.5z" />
<glyph unicode="T" horiz-adv-x="1226" d="M20 1218v274h1186v-274h-420v-1218h-346v1218h-420z" />
<glyph unicode="U" horiz-adv-x="1486" d="M102 608v884h347v-883q0 -79 19.5 -140.5t57.5 -105.5t93 -67t124 -23q70 0 125 23t92.5 66.5t57.5 105t20 140.5v884h346v-884q0 -137 -44.5 -251.5t-127.5 -197.5t-201.5 -129t-267.5 -46q-150 0 -268.5 46t-201.5 129t-127 197.5t-44 251.5z" />
<glyph unicode="V" horiz-adv-x="1509" d="M0 1492h279q45 0 73.5 -20.5t40.5 -54.5l289 -799q19 -52 39 -113.5t38 -128.5q14 68 33 129t37 113l287 799q10 29 40 52t73 23h280l-598 -1492h-313z" />
<glyph unicode="W" horiz-adv-x="2193" d="M10 1492h291q45 0 75.5 -20.5t39.5 -54.5l205 -778q10 -38 20 -81t15 -90q10 48 22.5 90.5t23.5 80.5l242 778q9 29 39.5 52t73.5 23h102q45 0 74.5 -20t40.5 -55l239 -778q11 -36 23.5 -76.5t22.5 -86.5q8 45 16.5 86t17.5 77l205 778q8 30 39 52.5t74 22.5h272 l-461 -1492h-313l-281 925q-7 22 -14.5 47t-14.5 54q-7 -29 -15 -54.5t-15 -46.5l-285 -925h-313z" />
<glyph unicode="X" horiz-adv-x="1458" d="M10 0l480 767l-461 725h346q34 0 49.5 -8.5t28.5 -29.5l297 -503q5 13 11.5 25.5t14.5 25.5l260 447q26 43 70 43h332l-468 -710l478 -782h-346q-34 0 -55 16.5t-33 38.5l-299 523q-8 -23 -19 -39l-278 -484q-12 -22 -32.5 -38.5t-51.5 -16.5h-324z" />
<glyph unicode="Y" horiz-adv-x="1386" d="M-20 1492h305q45 0 71.5 -21t42.5 -54l211 -434q26 -52 47.5 -96t37.5 -87q15 44 37 88t46 95l209 434q6 13 17 26.5t24.5 24.5t31.5 17.5t40 6.5h307l-541 -925v-567h-346v567z" />
<glyph unicode="Z" horiz-adv-x="1249" d="M41 0v133q0 24 8 47t23 42l702 1004h-676v266h1116v-125q0 -27 -8.5 -52.5t-23.5 -47.5l-701 -1001h711v-266h-1151z" />
<glyph unicode="[" horiz-adv-x="614" d="M92 -332v1926h459v-120q0 -32 -23 -54.5t-59 -22.5h-113v-1531h113q36 0 59 -22.5t23 -53.5v-122h-459z" />
<glyph unicode="\" horiz-adv-x="827" d="M-37 1533h135q55 0 97.5 -27.5t62.5 -80.5l582 -1526h-135q-25 0 -50 7t-47 21.5t-40.5 36t-28.5 48.5z" />
<glyph unicode="]" horiz-adv-x="614" d="M63 -210q0 31 23.5 53.5t58.5 22.5h113v1531h-113q-36 0 -59 22.5t-23 54.5v120h459v-1926h-459v122z" />
<glyph unicode="^" d="M90 786l395 706h207l395 -706h-233q-28 0 -46 14t-30 36l-127 242q-17 33 -32 62.5t-26 59.5q-10 -30 -23.5 -59.5t-30.5 -62.5l-123 -242q-11 -20 -30 -35t-50 -15h-246z" />
<glyph unicode="_" horiz-adv-x="806" d="M0 -111h807v-198h-807v198z" />
<glyph unicode="`" horiz-adv-x="675" d="M-39 1508h297q48 0 71.5 -15.5t41.5 -45.5l139 -251h-180q-36 0 -57.5 9.5t-45.5 33.5z" />
<glyph unicode="a" horiz-adv-x="1103" d="M72 276q0 56 28.5 116t99 108.5t190.5 81t302 36.5v46q0 93 -38.5 134.5t-108.5 41.5q-56 0 -92 -12.5t-64.5 -28t-55 -27.5t-63.5 -12q-33 0 -56 16t-36 39l-57 99q96 85 213.5 126.5t251.5 41.5q96 0 173.5 -31t131 -87t82 -132.5t28.5 -167.5v-664h-145 q-45 0 -68 12.5t-38 50.5l-23 59q-40 -34 -77 -59.5t-76 -43.5t-84 -26.5t-99 -8.5q-73 0 -132 19t-100.5 55.5t-64 91t-22.5 126.5zM375 292q0 -54 29.5 -76t87.5 -22q61 0 107 21.5t93 69.5v147q-95 -4 -156.5 -16.5t-97.5 -30.5t-49.5 -41.5t-13.5 -51.5z" />
<glyph unicode="b" d="M123 0v1533h317v-584q59 58 134.5 93.5t177.5 35.5q83 0 153.5 -35.5t121.5 -105t80.5 -169.5t29.5 -228q0 -120 -33.5 -221.5t-93.5 -176t-143.5 -116.5t-184.5 -42q-47 0 -84.5 9t-68.5 26t-57.5 40.5t-50.5 51.5l-11 -54q-7 -33 -26 -45t-50 -12h-211zM440 289 q36 -40 78 -56t88 -16q44 0 81 17.5t64 56t42.5 100t15.5 149.5q0 84 -12.5 141t-34.5 92.5t-52.5 51t-68.5 15.5q-35 0 -63 -7t-52 -19t-44.5 -31t-41.5 -44v-450z" />
<glyph unicode="c" horiz-adv-x="995" d="M53 534q0 115 34.5 214.5t101.5 172.5t166 115t229 42q125 0 219 -40t170 -116l-84 -112q-14 -17 -27.5 -27.5t-38.5 -10.5q-24 0 -42.5 11.5t-42 25t-55.5 25t-79 11.5q-58 0 -100.5 -21.5t-70 -61.5t-41 -98t-13.5 -130q0 -153 59 -235t162 -82q55 0 87.5 14t55 31 t41.5 31t47 14q38 0 58 -27l92 -114q-49 -56 -103.5 -91.5t-111 -55.5t-114 -27.5t-111.5 -7.5q-97 0 -186 36.5t-156 107t-106.5 173t-39.5 233.5z" />
<glyph unicode="d" d="M51 527q0 119 33 221t93 176t143.5 116t185.5 42q82 0 138.5 -24t103.5 -63v538h317v-1533h-197q-30 0 -49.5 13.5t-27.5 39.5l-25 81q-32 -34 -66.5 -61.5t-75 -47.5t-87.5 -30.5t-101 -10.5q-83 0 -153.5 36.5t-121.5 106.5t-80.5 170.5t-29.5 229.5zM379 527 q0 -84 12 -141t34 -92.5t53 -51t69 -15.5q35 0 63 7t51.5 19t44.5 30.5t42 43.5v450q-37 40 -78.5 56t-87.5 16q-44 0 -81 -17.5t-64 -56t-42.5 -100t-15.5 -148.5z" />
<glyph unicode="e" horiz-adv-x="1114" d="M53 554q0 106 36.5 201.5t104.5 167t165 113.5t219 42q105 0 192.5 -32.5t150.5 -95t98.5 -153t35.5 -205.5q0 -36 -3 -58.5t-11.5 -36t-22 -18.5t-35.5 -5h-612q15 -133 80.5 -193t169.5 -60q55 0 95 13.5t71 30t57 29.5t55 13q38 0 57 -27l93 -114q-49 -56 -106 -91.5 t-117 -55.5t-120 -27.5t-114 -7.5q-112 0 -209.5 36t-171 108t-116 178.5t-42.5 247.5zM374 658h396q0 38 -9.5 74t-31.5 64t-58 45.5t-87 17.5q-91 0 -142.5 -52t-67.5 -149z" />
<glyph unicode="f" horiz-adv-x="741" d="M20 935v125h150v60q0 91 29 165t84 126t134 81t179 29q39 0 72 -5t69 -15l-6 -154q-1 -16 -8.5 -27t-19 -18t-25 -10t-27.5 -3q-42 0 -74.5 -8t-54.5 -29t-33.5 -55.5t-11.5 -86.5v-50h250v-217h-240v-843h-317v844l-70 14q-36 8 -58 25.5t-22 51.5z" />
<glyph unicode="g" horiz-adv-x="1071" d="M14 -87q0 71 43 119.5t118 76.5q-36 24 -57.5 60.5t-21.5 92.5q0 24 8.5 50t25.5 50.5t44 47t64 40.5q-83 44 -131 116.5t-48 168.5q0 80 34 144t93 108.5t138.5 68.5t173.5 24q68 0 127.5 -13t110.5 -38h321v-116q0 -27 -15 -42t-51 -23l-78 -18q14 -46 15 -95 q0 -80 -33.5 -143.5t-91.5 -108t-136.5 -68.5t-168.5 -24q-50 0 -95 6q-35 -20 -34 -47q0 -27 28 -38.5t74 -16t105.5 -6t121 -7.5t121 -19t105.5 -43t74 -79.5t28 -126.5q0 -72 -35 -140.5t-102.5 -121.5t-165.5 -85.5t-225 -32.5q-125 0 -216 24t-150.5 62t-88.5 88.5 t-29 104.5zM289 -46q0 -23 9.5 -41t34 -31.5t66 -21t105.5 -7.5q69 0 112.5 8t70 22.5t36.5 34.5t10 43q0 26 -16 41t-43 24.5t-63.5 13.5t-78.5 6t-87 3.5t-89 6.5q-30 -20 -48.5 -45t-18.5 -57zM348 728q0 -31 9 -56.5t27 -44.5t46.5 -29.5t67.5 -10.5q79 0 114 39.5 t35 101.5q0 65 -35 101.5t-114 36.5t-114.5 -36.5t-35.5 -101.5z" />
<glyph unicode="h" d="M123 0v1533h317v-564q57 49 124.5 79t160.5 30q87 0 154 -30t113 -84t69.5 -128t23.5 -161v-675h-317v675q0 78 -36 121.5t-105 43.5q-52 0 -98.5 -22.5t-88.5 -60.5v-757h-317z" />
<glyph unicode="i" horiz-adv-x="583" d="M104 1353q0 39 15 72.5t41 59t60 40t73 14.5q40 0 75 -14.5t62 -40t42 -59t15 -72.5q0 -38 -15 -71.5t-42 -58.5t-62 -40t-75 -15q-39 0 -73 15t-60 40t-41 58.5t-15 71.5zM133 0v1062h318v-1062h-318z" />
<glyph unicode="j" horiz-adv-x="579" d="M-63 -347l10 167q2 22 14 32t49 10t60.5 6t37.5 21.5t19.5 41.5t5.5 67v1064h318v-1064q0 -75 -19 -141t-62.5 -115.5t-115 -78.5t-176.5 -29q-39 0 -72 5t-69 14zM104 1353q0 39 15 72.5t41 59t60 40t73 14.5q40 0 75 -14.5t62 -40t42 -59t15 -72.5q0 -38 -15 -71.5 t-42 -58.5t-62 -40t-75 -15q-39 0 -73 15t-60 40t-41 58.5t-15 71.5z" />
<glyph unicode="k" horiz-adv-x="1179" d="M123 0v1533h317v-859h47q30 0 46 8t30 30l201 299q17 27 41 39t61 12h291l-274 -378q-19 -27 -42.5 -47.5t-49.5 -36.5q46 -35 79 -92l299 -508h-286q-36 0 -62 12t-43 41l-200 376q-14 26 -30 33.5t-46 7.5h-62v-470h-317z" />
<glyph unicode="l" horiz-adv-x="583" d="M133 0v1533h318v-1533h-318z" />
<glyph unicode="m" horiz-adv-x="1763" d="M123 0v1062h196q30 0 50 -13.5t28 -39.5l18 -58q27 28 55.5 51t61.5 40t71.5 26.5t84.5 9.5q96 0 159 -49.5t96 -132.5q27 49 65.5 84t83 56.5t94 31.5t98.5 10q91 0 162 -27t118.5 -78.5t72 -127t24.5 -170.5v-675h-318v675q0 165 -141 165q-65 0 -107 -42.5t-42 -122.5 v-675h-318v675q0 91 -35.5 128t-105.5 37q-43 0 -81.5 -19.5t-72.5 -52.5v-768h-317z" />
<glyph unicode="n" d="M123 0v1062h196q30 0 50 -13.5t28 -39.5l19 -62q31 29 63.5 53.5t70 41.5t81 26.5t94.5 9.5q87 0 154 -30t113 -84t69.5 -128t23.5 -161v-675h-317v675q0 78 -36 121.5t-105 43.5q-52 0 -98.5 -22.5t-88.5 -60.5v-757h-317z" />
<glyph unicode="o" d="M51 534q0 126 39.5 226.5t111.5 171t172 108.5t222 38q121 0 220 -38t170.5 -108.5t111 -171.5t39.5 -226q0 -127 -39.5 -229t-111 -173.5t-170.5 -109.5t-220 -38q-122 0 -222 38t-172 109.5t-111.5 173.5t-39.5 229zM379 531q0 -158 52 -235t165 -77q110 0 161.5 77.5 t51.5 234.5q0 158 -51.5 235t-161.5 77q-113 0 -165 -77t-52 -235z" />
<glyph unicode="p" horiz-adv-x="1183" d="M123 -337v1399h196q30 0 50 -13.5t28 -39.5l24 -78q31 34 66 61.5t75.5 47.5t87 31t102.5 11q83 0 153.5 -36.5t121.5 -106.5t80.5 -170.5t29.5 -228.5q0 -120 -33.5 -221.5t-93.5 -176t-143.5 -116.5t-184.5 -42q-83 0 -139.5 23.5t-102.5 63.5v-408h-317zM440 289 q36 -40 78 -56t88 -16q44 0 81 17.5t64 56t42.5 100t15.5 149.5q0 84 -12.5 141t-34.5 92.5t-52.5 51t-68.5 15.5q-35 0 -63 -7t-52 -19t-44.5 -31t-41.5 -44v-450z" />
<glyph unicode="q" d="M51 527q0 119 33 221t93 176t143.5 116t185.5 42q48 0 87 -8t71 -23.5t60 -37t53 -46.5l14 42q18 53 77 53h197v-1399h-317v453q-60 -59 -135 -95.5t-177 -36.5q-83 0 -153.5 36.5t-121.5 106.5t-80.5 170.5t-29.5 229.5zM379 527q0 -84 12 -141t34 -92.5t53 -51 t69 -15.5q35 0 63 7t51.5 19t44.5 30.5t42 43.5v450q-37 39 -78.5 55.5t-87.5 16.5q-44 0 -81 -17.5t-64 -56t-42.5 -100t-15.5 -148.5z" />
<glyph unicode="r" horiz-adv-x="845" d="M123 0v1062h188q24 0 40 -4t26.5 -13t16 -23t9.5 -35l18 -99q58 90 131 142t159 52q73 0 116 -34l-41 -234q-4 -22 -16 -30.5t-33 -8.5q-17 0 -40.5 4.5t-59.5 4.5q-125 0 -197 -133v-651h-317z" />
<glyph unicode="s" horiz-adv-x="901" d="M23 115l73 116q13 20 31.5 32t48.5 12q28 0 50 -12t47.5 -26.5t60 -26.5t86.5 -12q37 0 62.5 7.5t41 21t22.5 29.5t7 34q0 32 -21.5 52t-56.5 35t-79.5 28t-90.5 29.5t-90.5 39.5t-79.5 58t-56.5 86.5t-21.5 123.5q0 68 26.5 129t78.5 107t131 73t184 27q57 0 111 -10 t101 -28.5t86 -43.5t69 -55l-72 -112q-12 -19 -26 -27t-35 -8q-23 0 -45.5 9.5t-48.5 21t-59 21t-75 9.5q-60 0 -92.5 -23t-32.5 -64q0 -30 21 -49.5t56 -34t79 -28t90 -30t90 -38.5t79 -54t56 -78t21 -111q0 -79 -28.5 -145.5t-85.5 -114.5t-140.5 -74.5t-192.5 -26.5 q-54 0 -108 10t-105 27.5t-93.5 41.5t-73.5 52z" />
<glyph unicode="t" horiz-adv-x="819" d="M35 905v124l169 33l62 259q12 49 70 49h166v-310h258v-217h-258v-528q0 -37 18 -61t51 -24q17 0 29 4t21 8.5t16.5 8t17.5 3.5q14 0 23 -6.5t18 -21.5l97 -150q-61 -46 -138 -69t-159 -23q-76 0 -134 22t-97.5 62.5t-60 97.5t-20.5 128v549h-90q-25 0 -42 15.5t-17 46.5z " />
<glyph unicode="u" d="M102 388v674h318v-674q0 -79 36 -122t105 -43q52 0 98 21.5t89 60.5v757h317v-1062h-197q-59 0 -77 53l-20 62q-31 -30 -63.5 -54t-70 -41t-80.5 -26.5t-94 -9.5q-87 0 -154 30t-113 84.5t-70 128t-24 161.5z" />
<glyph unicode="v" horiz-adv-x="1132" d="M10 1062h264q34 0 57 -16t31 -39l148 -477q17 -58 33 -113.5t27 -110.5q11 55 27.5 110.5t35.5 113.5l153 477q8 24 31 39.5t53 15.5h252l-411 -1062h-289z" />
<glyph unicode="w" horiz-adv-x="1665" d="M0 1062h254q34 0 58.5 -15.5t29.5 -39.5l107 -477q12 -54 22 -105t18 -101q14 50 30.5 100.5t31.5 105.5l133 478q6 24 29.5 39.5t54.5 15.5h141q34 0 58 -16t30 -39l127 -478q14 -54 29 -105t29 -103q8 51 19.5 101.5t25.5 106.5l112 477q5 25 29.5 40t54.5 15h242 l-330 -1062h-258q-20 0 -34.5 12.5t-22.5 40.5l-152 530q-10 36 -19 70.5t-16 69.5q-7 -36 -16 -71.5t-20 -70.5l-154 -528q-15 -53 -68 -53h-245z" />
<glyph unicode="x" horiz-adv-x="1173" d="M20 0l357 549l-342 513h305q34 0 50 -9t28 -29l189 -314q6 18 15.5 35.5t20.5 36.5l135 237q13 24 29.5 33.5t40.5 9.5h291l-342 -499l356 -563h-305q-34 0 -54.5 16.5t-33.5 38.5l-190 326q-5 -17 -12 -32.5t-15 -29.5l-156 -264q-12 -22 -32.5 -38.5t-51.5 -16.5h-283z " />
<glyph unicode="y" horiz-adv-x="1132" d="M0 1062h281q37 0 57 -16.5t29 -38.5l174 -458q25 -63 40 -127q10 33 22 64.5t24 64.5l157 456q8 24 32.5 39.5t51.5 15.5h256l-567 -1337q-14 -32 -34.5 -47t-65.5 -15h-238l205 430z" />
<glyph unicode="z" horiz-adv-x="976" d="M66 0v129q0 19 10.5 48.5t29.5 55.5l448 593h-460v236h821v-127q0 -33 -12 -62.5t-29 -51.5l-443 -585h474v-236h-839z" />
<glyph unicode="{" horiz-adv-x="614" d="M14 543v177q31 0 52 10t33.5 28t18 43t5.5 55q0 45 -5.5 91t-13 92t-13 93.5t-5.5 94.5q0 83 24 151t75 116t128.5 74t186.5 26h53v-137q0 -16 -7 -27.5t-17.5 -18.5t-21.5 -10.5t-20 -3.5q-65 0 -95 -40t-30 -111q0 -56 5 -106t10 -97t9.5 -92t4.5 -91q0 -39 -10 -74.5 t-31 -66t-52 -53.5t-71 -35q40 -12 71 -35t52 -53t31 -66.5t10 -74.5q0 -46 -4.5 -91t-9.5 -91.5t-10 -96.5t-5 -107q0 -71 30.5 -110.5t94.5 -39.5q8 0 19.5 -3.5t22 -11t17.5 -18.5t7 -28v-137h-53q-109 0 -186.5 26t-128.5 75t-75 116.5t-24 150.5q0 47 5.5 94t13 93 t13 92t5.5 92q0 61 -24 98.5t-85 37.5z" />
<glyph unicode="|" horiz-adv-x="614" d="M184 -337v1931h246v-1931h-246z" />
<glyph unicode="}" horiz-adv-x="614" d="M61 -195q0 16 7.5 27.5t17.5 19t21.5 11t19.5 3.5q65 0 95 40t30 110q0 56 -4.5 106.5t-10 97t-10 91.5t-4.5 91q0 38 10.5 74.5t31.5 66.5t51 52.5t70 35.5q-40 12 -70 35t-51 53.5t-31.5 66t-10.5 74.5q0 46 4.5 91t10 92t10 97t4.5 106q0 71 -30.5 111t-94.5 40 q-8 0 -19.5 3.5t-21.5 10.5t-17.5 18.5t-7.5 27.5v137h54q109 0 186.5 -26t128 -74t74.5 -116t24 -151q0 -47 -5.5 -94.5t-12.5 -93.5t-12.5 -92t-5.5 -91q0 -30 5.5 -55t17.5 -43t33 -28t52 -10v-177q-61 0 -84.5 -37.5t-23.5 -98.5q0 -45 5.5 -91.5t12.5 -92.5t12.5 -93 t5.5 -94q0 -83 -24 -150.5t-74.5 -116.5t-128.5 -75t-186 -26h-54v137z" />
<glyph unicode="~" d="M82 394q0 87 23 157t66 118.5t106 74.5t143 26q54 0 101.5 -12t88.5 -26.5t75.5 -26.5t62.5 -12q49 0 75.5 32t26.5 93h256q0 -87 -23 -156.5t-66 -118t-106 -75t-143 -26.5q-54 0 -102 12t-88.5 27t-75 26.5t-62.5 11.5q-49 0 -75.5 -31.5t-26.5 -93.5h-256z" />
<glyph unicode="&#xa2;" d="M111 531q0 111 34 208t101.5 169.5t166.5 116.5t228 50l14 144q3 28 25.5 51t58.5 23h117l-23 -232q77 -17 141 -52t120 -87l-82 -108q-13 -17 -26 -26.5t-38 -9.5q-15 0 -29.5 5t-31 13t-35.5 16.5t-43 16.5l-63 -612q44 6 74 20t53 28t42.5 24t42.5 10q18 0 33.5 -7 t24.5 -19l88 -109q-41 -45 -86.5 -76.5t-93.5 -52.5t-99 -32t-102 -15l-12 -129q-3 -28 -25.5 -51.5t-58.5 -23.5h-117l20 210q-88 16 -164.5 59t-133.5 111.5t-89 160.5t-32 206zM424 531q0 -111 34 -183.5t98 -105.5l60 598q-100 -20 -146 -100.5t-46 -208.5z" />
<glyph unicode="&#xa3;" d="M29 603v98q0 41 26 71.5t78 30.5h86v221q0 97 30 184.5t90.5 154.5t152.5 106t217 39q83 0 150 -21t119.5 -58t92.5 -88t70 -109l-127 -80q-38 -20 -73 -20q-47 0 -85 38q-39 40 -70.5 59.5t-76.5 19.5q-83 0 -123.5 -57.5t-40.5 -166.5v-222h389v-121q0 -15 -6.5 -29 t-18.5 -25.5t-28 -18t-35 -6.5h-301v-160q0 -61 -23 -110.5t-62 -92.5q46 10 92 15.5t93 5.5h514v-130q0 -23 -9.5 -46.5t-27 -42t-42.5 -30.5t-56 -12h-977v190q34 6 65 19.5t54.5 34t38 49.5t14.5 66v244h-190z" />
<glyph unicode="&#xa5;" d="M-20 1492h264q45 0 72.5 -20t41.5 -55l170 -435q22 -55 39 -100.5t27 -90.5q9 46 25 91.5t36 99.5l168 435q11 30 40.5 52.5t72.5 22.5h266l-400 -838h255v-169h-307v-90h307v-169h-307v-226h-318v226h-307v169h307v90h-307v169h254z" />
<glyph unicode="&#xa9;" horiz-adv-x="1607" d="M41 746q0 105 27 203t77 182t119.5 154t154.5 119.5t181.5 76.5t202.5 27q105 0 203 -27t182.5 -76.5t154.5 -119.5t119.5 -154t77 -181.5t27.5 -203.5q0 -104 -27.5 -201.5t-77 -181.5t-119.5 -154t-154.5 -119.5t-182.5 -76.5t-203 -27q-104 0 -201.5 27t-182.5 76.5 t-154.5 119.5t-119.5 154t-77 181t-27 202zM211 746q0 -130 45.5 -242.5t125.5 -196t188 -131t233 -47.5q126 0 235 47.5t190 131t127 196t46 242.5q0 87 -21 167t-59.5 149.5t-92.5 126t-121 96.5t-143.5 62t-160.5 22q-125 0 -233 -48t-188 -132.5t-125.5 -198.5 t-45.5 -244zM352 750q0 104 37 191.5t101 151.5t150 99.5t185 35.5q118 0 203 -41t137 -103l-84 -111q-8 -8 -20 -19t-33 -11q-20 0 -35 9.5t-33.5 20.5t-45.5 20t-72 9q-103 0 -156 -68t-53 -184q0 -61 13.5 -108.5t38.5 -79.5t59 -48t75 -16q48 0 76.5 8.5t47 19 t31.5 19.5t34 10q12 0 23 -6t20 -15l104 -108q-55 -77 -144.5 -116.5t-207.5 -39.5q-103 0 -187 37.5t-142 102.5t-90 152.5t-32 187.5z" />
<glyph unicode="&#xad;" horiz-adv-x="757" d="M102 495v256h553v-256h-553z" />
<glyph unicode="&#xae;" horiz-adv-x="1607" d="M41 746q0 105 27 203t77 182t119.5 154t154.5 119.5t181.5 76.5t202.5 27q105 0 203 -27t182.5 -76.5t154.5 -119.5t119.5 -154t77 -181.5t27.5 -203.5q0 -104 -27.5 -201.5t-77 -181.5t-119.5 -154t-154.5 -119.5t-182.5 -76.5t-203 -27q-104 0 -201.5 27t-182.5 76.5 t-154.5 119.5t-119.5 154t-77 181t-27 202zM211 746q0 -130 45.5 -242.5t125.5 -196t188 -131t233 -47.5q118 0 220.5 42t182.5 117h-221q-56 0 -78 40l-94 236q-11 17 -24 25t-37 8h-33v-309h-275v922h361q102 0 176.5 -18t122 -53t70 -86.5t22.5 -116.5q0 -43 -10 -82.5 t-31 -72.5t-54.5 -60t-79.5 -44q30 -15 50.5 -39.5t36.5 -57.5l127 -264q78 83 122 192.5t44 237.5q0 87 -21 167t-59.5 149.5t-92.5 126t-121 96.5t-143.5 62t-160.5 22q-125 0 -233 -48t-188 -132.5t-125.5 -198.5t-45.5 -244zM719 785h65q49 0 77.5 8t43 22t18 36t3.5 50 q0 27 -3.5 47t-16 33.5t-36.5 21t-65 7.5h-86v-225z" />
<glyph unicode="&#xb4;" horiz-adv-x="675" d="M184 1196l140 251q17 30 40.5 45.5t71.5 15.5h307l-266 -269q-24 -24 -45 -33.5t-57 -9.5h-191z" />
<glyph unicode="&#x2000;" horiz-adv-x="846" />
<glyph unicode="&#x2001;" horiz-adv-x="1693" />
<glyph unicode="&#x2002;" horiz-adv-x="846" />
<glyph unicode="&#x2003;" horiz-adv-x="1693" />
<glyph unicode="&#x2004;" horiz-adv-x="564" />
<glyph unicode="&#x2005;" horiz-adv-x="422" />
<glyph unicode="&#x2006;" horiz-adv-x="281" />
<glyph unicode="&#x2007;" horiz-adv-x="281" />
<glyph unicode="&#x2008;" horiz-adv-x="210" />
<glyph unicode="&#x2009;" horiz-adv-x="337" />
<glyph unicode="&#x200a;" horiz-adv-x="93" />
<glyph unicode="&#x2010;" horiz-adv-x="757" d="M102 495v256h553v-256h-553z" />
<glyph unicode="&#x2011;" horiz-adv-x="757" d="M102 495v256h553v-256h-553z" />
<glyph unicode="&#x2012;" horiz-adv-x="757" d="M102 495v256h553v-256h-553z" />
<glyph unicode="&#x2013;" d="M174 513v217h840v-217h-840z" />
<glyph unicode="&#x2014;" horiz-adv-x="1763" d="M174 513v217h1415v-217h-1415z" />
<glyph unicode="&#x2018;" horiz-adv-x="483" d="M87 1228q0 110 57.5 210.5t168.5 185.5l101 -59q12 -8 17.5 -18t5.5 -20q0 -11 -5 -21.5t-12 -17.5q-11 -12 -25 -30t-26.5 -42t-21 -53.5t-8.5 -63.5q0 -37 13 -78.5t42 -90.5q10 -16 10 -32q0 -18 -12 -32.5t-34 -23.5l-190 -70q-41 65 -61 129t-20 127z" />
<glyph unicode="&#x2019;" horiz-adv-x="483" d="M77 1033q0 11 5 21.5t12 17.5q11 12 25 30t26.5 41.5t21 53.5t8.5 64q0 37 -12.5 78.5t-42.5 90.5q-10 16 -10 32q0 18 12 32.5t34 23.5l190 70q41 -65 61 -129t20 -128q0 -110 -57.5 -210t-168.5 -185l-101 59q-12 8 -17.5 18t-5.5 20z" />
<glyph unicode="&#x201c;" horiz-adv-x="849" d="M87 1228q0 110 57.5 210.5t168.5 185.5l101 -59q12 -8 17.5 -18t5.5 -20q0 -11 -5 -21.5t-12 -17.5q-11 -12 -25 -30t-26.5 -42t-21 -53.5t-8.5 -63.5q0 -37 13 -78.5t42 -90.5q10 -16 10 -32q0 -18 -12 -32.5t-34 -23.5l-190 -70q-41 65 -61 129t-20 127zM454 1228 q0 110 57 210.5t169 185.5l100 -59q12 -8 18 -18t6 -20q0 -11 -5 -21.5t-13 -17.5q-11 -12 -24.5 -30t-26 -42t-21 -53.5t-8.5 -63.5q0 -37 12.5 -78.5t42.5 -90.5q10 -16 10 -32q0 -18 -12.5 -32.5t-33.5 -23.5l-190 -70q-41 65 -61 129t-20 127z" />
<glyph unicode="&#x201d;" horiz-adv-x="849" d="M77 1033q0 11 5 21.5t12 17.5q11 12 25 30t26.5 41.5t21 53.5t8.5 64q0 37 -12.5 78.5t-42.5 90.5q-10 16 -10 32q0 18 12 32.5t34 23.5l190 70q41 -65 61 -129t20 -128q0 -110 -57.5 -210t-168.5 -185l-101 59q-12 8 -17.5 18t-5.5 20zM443 1033q0 11 5.5 21.5 t12.5 17.5q11 12 25 30t26 41.5t21 53.5t9 64q0 37 -13 78.5t-43 90.5q-10 16 -10 32q0 18 12.5 32.5t33.5 23.5l191 70q41 -65 61 -129t20 -128q0 -110 -57.5 -210t-169.5 -185l-100 59q-12 8 -18 18t-6 20z" />
<glyph unicode="&#x2022;" d="M86 606q0 102 40 192.5t108.5 158t160.5 106.5t197 39t197.5 -39t161.5 -106.5t109 -157.5t40 -193q0 -101 -40 -191t-109 -157t-161.5 -105.5t-197.5 -38.5q-104 0 -196.5 38.5t-161 105.5t-108.5 157t-40 191z" />
<glyph unicode="&#x2026;" horiz-adv-x="1613" d="M61 161q0 37 14 68.5t38 55t57 37.5t72 14q38 0 70.5 -14t57 -37.5t38.5 -55t14 -68.5t-14 -69.5t-38.5 -56t-57 -36.5t-70.5 -13q-39 0 -72 13t-57 36.5t-38 56t-14 69.5zM627 161q0 37 13.5 68.5t37.5 55t57 37.5t72 14q38 0 70.5 -14t57 -37.5t38.5 -55t14 -68.5 t-14 -69.5t-38.5 -56t-57 -36.5t-70.5 -13q-39 0 -72 13t-57 36.5t-37.5 56t-13.5 69.5zM1192 161q0 37 14 68.5t38 55t56.5 37.5t71.5 14q38 0 71 -14t57.5 -37.5t38 -55t13.5 -68.5t-13.5 -69.5t-38 -56t-57.5 -36.5t-71 -13q-39 0 -71.5 13t-56.5 36.5t-38 56t-14 69.5z " />
<glyph unicode="&#x202f;" horiz-adv-x="337" />
<glyph unicode="&#x205f;" horiz-adv-x="422" />
<glyph unicode="&#x20ac;" d="M41 542v169h100v35v29q0 14 1 29h-101v169h123q26 121 79 219.5t127.5 168.5t169 107.5t201.5 37.5q145 0 251.5 -57.5t170.5 -153.5l-116 -120q-11 -12 -25 -22t-37 -10q-25 0 -41.5 15.5t-39 34t-56.5 34t-92 15.5q-96 0 -164.5 -68t-99.5 -201h471v-94 q0 -13 -6.5 -26.5t-17.5 -24.5t-27 -17.5t-35 -6.5h-407q-1 -14 -1 -29v-29v-35h395v-95q0 -13 -6 -26t-17.5 -24t-27 -17.5t-35.5 -6.5h-293q27 -148 93.5 -220t162.5 -72q43 0 74 8.5t52.5 21t36.5 28t27.5 27.5t25.5 21t30 9q14 0 24 -4.5t21 -15.5l139 -124 q-71 -116 -185.5 -175.5t-260.5 -59.5q-122 0 -218.5 40.5t-168 113t-117 175t-64.5 227.5h-116z" />
<glyph unicode="&#x2122;" horiz-adv-x="1497" d="M51 1319v173h522v-173h-153v-455h-217v455h-152zM625 864v628h188q13 0 23 -1t17.5 -4.5t14 -10t15.5 -16.5l96 -222q19 -43 34 -86q7 22 16 43.5t20 42.5l102 222q17 20 30 26t40 6h188v-628h-190v258l14 116l-129 -275q-10 -22 -29.5 -33.5t-44.5 -11.5h-31 q-25 0 -44 11.5t-29 33.5l-123 270l12 -111v-258h-190z" />
<glyph unicode="&#xe000;" horiz-adv-x="1060" d="M0 1060h1060v-1060h-1060v1060z" />
</font>
</defs></svg>

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,147 @@
<?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>
This is a custom SVG webfont generated by Font Squirrel.
Copyright : Copyright c 20102011 by tyPoland Lukasz Dziedzic with Reserved Font Name Lato Licensed under the SIL Open Font License Version 11
Designer : Lukasz Dziedzic
Foundry : tyPoland Lukasz Dziedzic
Foundry URL : httpwwwtypolandcom
</metadata>
<defs>
<font id="LatoBlackItalic" horiz-adv-x="1187" >
<font-face units-per-em="2048" ascent="1649" descent="-399" />
<missing-glyph horiz-adv-x="395" />
<glyph unicode=" " horiz-adv-x="395" />
<glyph unicode="&#x09;" horiz-adv-x="395" />
<glyph unicode="&#xa0;" horiz-adv-x="395" />
<glyph unicode="!" horiz-adv-x="714" d="M154 161q0 37 13.5 68.5t37.5 55t57 37.5t72 14q38 0 70.5 -14t57 -37.5t38.5 -55t14 -68.5t-14 -69.5t-38.5 -56t-57 -36.5t-70.5 -13q-39 0 -72 13t-57 36.5t-37.5 56t-13.5 69.5zM255 681q0 56 3 111.5t10 111.5l72 588h285l-72 -588q-11 -93 -33.5 -185.5 t-52.5 -190.5h-207q-2 39 -3.5 77t-1.5 76z" />
<glyph unicode="&#x22;" horiz-adv-x="847" d="M184 1197l37 293h266l-36 -293l-48 -162q-15 -53 -41.5 -81t-78.5 -28q-45 0 -66 28t-24 81zM569 1197l37 293h266l-36 -293l-48 -162q-15 -53 -41.5 -81t-78.5 -28q-45 0 -66 28t-24 81z" />
<glyph unicode="#" d="M12 469q0 26 11 57l28 95h183l75 250h-207l39 124q14 46 47.5 67t100.5 21h76l92 309q14 47 53.5 72.5t87.5 25.5h141l-124 -407h177l123 407h138q39 0 62.5 -20.5t23.5 -53.5q0 -14 -4 -26l-92 -307h202l-41 -122q-15 -46 -48 -68t-97 -22h-72l-75 -250h118q34 0 53 -15 t19 -48q0 -26 -10 -57l-29 -94h-206l-122 -407h-143q-34 0 -54.5 24t-20.5 61q0 8 1 17.5t4 19.5l85 285h-177l-88 -301q-8 -29 -24 -49t-36 -33t-43 -18.5t-46 -5.5h-138l124 407h-95q-34 0 -53 14.5t-19 47.5zM484 621h179l74 250h-176z" />
<glyph unicode="$" d="M2 180l113 136q14 17 35 28.5t45 11.5q25 0 48 -13t51.5 -32t63 -38.5t80.5 -31.5l87 401q-66 18 -129.5 44t-115 67t-83 103t-31.5 154t38 178.5t109 154.5t172.5 111t228.5 49l25 116q6 29 31.5 51t58.5 22h113l-44 -201q109 -20 182 -65t122 -98l-88 -109 q-20 -26 -38.5 -37t-43.5 -11q-15 0 -34.5 8t-43 19.5t-51 24t-59.5 21.5l-82 -377q66 -20 131 -45.5t117 -65t84 -97t32 -141.5q0 -102 -38 -195t-110.5 -164.5t-175.5 -117t-233 -54.5l-28 -134q-5 -27 -31 -49t-59 -22h-113l46 212q-57 9 -112 26.5t-104 41.5t-91.5 53.5 t-74.5 64.5zM461 1076q0 -55 35 -89.5t92 -58.5l70 323q-54 -7 -92 -23.5t-61.5 -39.5t-33.5 -51.5t-10 -60.5zM624 233q102 15 152.5 69t50.5 144q0 54 -35 86.5t-91 55.5z" />
<glyph unicode="%" horiz-adv-x="1548" d="M35 0l1216 1445q17 16 40.5 30.5t62.5 14.5h223l-1219 -1447q-17 -17 -40 -30t-56 -13h-227zM119 1078q0 95 29.5 173.5t81 135t121 87t149.5 30.5q66 0 119.5 -23t92 -65.5t59 -102t20.5 -130.5q0 -95 -33.5 -173t-87.5 -133.5t-122.5 -85.5t-139.5 -30q-66 0 -119 23 t-91 65t-58.5 100t-20.5 129zM354 1078q0 -71 21 -98.5t57 -27.5q27 0 49.5 11.5t39 38t25.5 70.5t9 109q0 74 -22 104t-58 30q-28 0 -50.5 -13t-37.5 -41t-24 -73t-9 -110zM817 298q0 96 30 175t81 135.5t120.5 87t149.5 30.5q66 0 119.5 -23.5t92 -65.5t59 -102t20.5 -132 q0 -95 -33.5 -172.5t-87 -133t-122 -85.5t-140.5 -30q-66 0 -119 23t-91 65t-58.5 100t-20.5 128zM1053 298q0 -70 21 -98t56 -28q27 0 49.5 11.5t39 38.5t25.5 71t9 108q0 75 -22 104t-57 29q-28 0 -50.5 -12.5t-38 -40.5t-24 -73t-8.5 -110z" />
<glyph unicode="&#x26;" horiz-adv-x="1366" d="M27 370q0 78 24 146t66 125.5t100 104.5t126 80q-29 62 -40.5 123.5t-11.5 116.5q0 89 31.5 169t91 140.5t144.5 95.5t192 35q92 0 160.5 -27.5t114 -74t68.5 -109t23 -131.5l-184 -36q-17 -3 -30 -3q-24 0 -37 11t-21 36q-35 109 -123 109q-35 0 -62 -16t-45.5 -42.5 t-28.5 -62.5t-10 -76q0 -41 14 -86t48 -97l278 -367q56 113 81 242q5 28 20 45.5t45 17.5h217q-19 -151 -71.5 -281t-130.5 -235l245 -323h-266q-37 0 -63 4.5t-46.5 15t-37.5 26t-36 39.5l-18 24q-90 -60 -191.5 -92.5t-209.5 -32.5q-103 0 -183.5 27t-134 77.5t-81 122 t-27.5 159.5zM342 409q0 -42 9 -77t30 -60t55 -39t82 -14q53 0 104.5 18.5t98.5 53.5l-267 365q-63 -54 -87.5 -116t-24.5 -131z" />
<glyph unicode="'" horiz-adv-x="464" d="M184 1197l37 293h266l-36 -293l-48 -162q-15 -53 -41.5 -81t-78.5 -28q-45 0 -66 28t-24 81z" />
<glyph unicode="(" horiz-adv-x="565" d="M70 416q0 160 21 311t68 298t122 294t184 301l127 -78q14 -10 25 -23t11 -32q0 -12 -6.5 -26.5t-17.5 -35.5q-58 -106 -108 -220.5t-85 -238.5t-55 -256t-20 -273q0 -68 4.5 -143t14 -151t24 -149.5t35.5 -136.5q4 -12 6.5 -23t2.5 -20q0 -28 -15.5 -45t-36.5 -28 l-146 -79q-41 86 -70 181t-48 192t-28 194.5t-9 186.5z" />
<glyph unicode=")" horiz-adv-x="565" d="M-28 -205q0 12 6.5 26.5t17.5 35.5q58 105 108 220.5t85 238.5t55 256t20 273q0 68 -4.5 143t-13.5 151t-24 149.5t-36 136.5q-4 12 -6.5 23t-2.5 20q0 28 15.5 45t36.5 28l146 79q41 -86 70 -180.5t48 -192.5t28 -195t9 -186q0 -160 -21 -311t-68 -298t-122 -294 t-184 -301l-127 78q-14 10 -25 23t-11 32z" />
<glyph unicode="*" horiz-adv-x="753" d="M119 1078l145 89q20 11 40.5 19.5t40.5 12.5q-39 6 -73 31l-125 91l86 119l125 -92q15 -10 29.5 -21.5t26.5 -24.5q-4 17 -4 43v16q0 9 2 17l22 181h144l-23 -180q-3 -20 -7.5 -44.5t-13.5 -42.5q14 14 31 29.5t37 26.5l146 90l55 -119l-146 -89q-20 -11 -40.5 -19 t-41.5 -12q19 -4 38 -11.5t36 -20.5l123 -91l-84 -115l-125 89q-16 10 -30 21t-25 25q2 -10 3 -20.5t1 -21.5q0 -8 -0.5 -17t-1.5 -17l-23 -181h-143l23 179q5 43 20 79q-14 -14 -31 -25.5t-37 -21.5l-145 -89z" />
<glyph unicode="+" d="M96 579l29 219h379l51 407h248l-50 -407h384l-29 -219h-382l-50 -410h-250l51 410h-381z" />
<glyph unicode="," horiz-adv-x="483" d="M31 180q0 33 12 61t35 49t54.5 33.5t70.5 12.5q46 0 79.5 -16t56 -43t33.5 -62.5t11 -74.5q0 -51 -16.5 -109t-48.5 -116t-80.5 -114.5t-110.5 -102.5l-55 49q-11 11 -17 20.5t-6 22.5q0 16 18 36.5t41 47t45.5 58.5t32.5 73q-35 3 -63.5 17.5t-49 37.5t-31.5 53.5 t-11 66.5z" />
<glyph unicode="-" horiz-adv-x="702" d="M94 498l31 247h514l-33 -247h-512z" />
<glyph unicode="." horiz-adv-x="483" d="M25 161q0 37 13.5 68.5t37.5 55t57 37.5t72 14q38 0 70.5 -14t57 -37.5t38.5 -55t14 -68.5t-14 -69.5t-38.5 -56t-57 -36.5t-70.5 -13q-39 0 -72 13t-57 36.5t-37.5 56t-13.5 69.5z" />
<glyph unicode="/" horiz-adv-x="768" d="M-94 -103l698 1493q24 51 69 77.5t99 26.5h129l-692 -1487q-12 -28 -32 -48t-43.5 -34t-49 -21t-47.5 -7h-131z" />
<glyph unicode="0" d="M63 591q0 232 50.5 404t138 286t205.5 169.5t256 55.5q103 0 188 -37.5t145.5 -113.5t94 -190t33.5 -266q0 -232 -50.5 -404t-138 -286t-206.5 -169.5t-255 -55.5q-103 0 -188 37.5t-145.5 114t-94 190t-33.5 265.5zM383 597q0 -109 16 -180t41.5 -112.5t58 -58.5 t66.5 -17q62 0 115.5 41t92 123.5t60 207.5t21.5 293q0 109 -16 179.5t-41.5 112.5t-58 59t-66.5 17q-63 0 -116 -41t-91.5 -124t-60 -208t-21.5 -292z" />
<glyph unicode="1" d="M201 0l26 222h289l96 803l22 92l-202 -155q-17 -13 -34 -17.5t-31 -4.5q-27 0 -45.5 11t-26.5 23l-80 129l510 390h254l-157 -1271h251l-29 -222h-843z" />
<glyph unicode="2" d="M10 0l13 98q3 28 19 61.5t48 60.5l488 436q72 65 122 120t81 107.5t45 104t14 109.5q0 75 -40 117.5t-120 42.5q-37 0 -69 -10.5t-59 -29.5t-47.5 -44.5t-33.5 -55.5q-20 -44 -48.5 -63.5t-70.5 -19.5q-23 0 -43 4l-157 28q31 111 87 193t131.5 137.5t167.5 82.5t193 27 q99 0 178.5 -28t134.5 -78.5t84 -120.5t29 -153q0 -92 -27 -168t-74 -145t-111 -132.5t-138 -130.5l-338 -308q57 16 112.5 25t102.5 9h297q46 0 70.5 -23.5t24.5 -62.5q0 -2 -0.5 -6.5l-2.5 -22.5t-6.5 -55.5t-13.5 -105.5h-1043z" />
<glyph unicode="3" d="M63 381l144 55q19 8 37 11.5t36 3.5q32 0 54.5 -12.5t32.5 -36.5q34 -89 82 -129.5t126 -40.5q59 0 105.5 21t78.5 56.5t48 83t16 100.5q0 37 -11 67t-43.5 51.5t-89.5 33t-151 11.5l29 210q93 1 155 17t99 45t52.5 71.5t15.5 98.5q0 77 -40.5 118t-119.5 41 q-76 0 -130 -40t-81 -100q-20 -44 -48.5 -63.5t-69.5 -19.5q-9 0 -20 1t-22 3l-158 28q30 111 86.5 193t131.5 137.5t167 82.5t193 27t179 -28t130 -75.5t79.5 -110.5t27.5 -134q0 -81 -17 -141.5t-50.5 -103.5t-83 -71.5t-114.5 -46.5q105 -43 157 -117.5t52 -179.5 q0 -85 -22.5 -156t-61.5 -128t-94 -100t-119.5 -72.5t-136.5 -43.5t-147 -14q-106 0 -187 23t-139.5 71.5t-96.5 123.5t-61 179z" />
<glyph unicode="4" d="M16 560l807 932h301l-112 -918h153l-24 -171q-3 -23 -20.5 -39.5t-47.5 -16.5h-89l-42 -347h-276l42 347h-598q-30 0 -54.5 19t-27.5 52zM347 574h388l49 410q4 31 11 66t17 73z" />
<glyph unicode="5" d="M12 170l111 128q17 20 38.5 29.5t43.5 9.5q30 0 55 -16.5t55.5 -36.5t72.5 -36.5t106 -16.5q73 0 125.5 26t86 68t50 97t16.5 116q0 90 -55 142.5t-167 52.5q-43 0 -93 -8t-109 -27l-182 52l219 742h758l-17 -127q-4 -31 -16.5 -57t-36.5 -45t-60 -29t-85 -10h-365 l-77 -263q42 8 81 11t75 3q110 0 192 -31t137 -84.5t82.5 -126.5t27.5 -156q0 -130 -49 -239.5t-135 -187.5t-202 -122t-251 -44q-73 0 -136.5 14.5t-117.5 40.5t-98.5 59.5t-79.5 71.5z" />
<glyph unicode="6" d="M68 443q0 138 58.5 262.5t172.5 256.5l395 457q26 30 72 50.5t100 20.5h273l-550 -578q38 14 79.5 21.5t87.5 7.5q75 0 145 -24t124 -72t87 -121t33 -169q0 -117 -45.5 -221t-127 -181.5t-192.5 -123t-241 -45.5q-113 0 -201 34t-148 95t-91 145.5t-31 184.5zM358 433 q0 -47 13 -85.5t38.5 -65.5t64 -42t89.5 -15q55 0 105 21t87 59t59 89t22 112q0 50 -15.5 89.5t-43 67t-67.5 42.5t-89 15q-55 0 -103.5 -20.5t-84 -58t-55.5 -90t-20 -118.5z" />
<glyph unicode="7" d="M123 0l672 1084q26 41 54 75t60 65h-665q-27 0 -44.5 18.5t-17.5 41.5q0 11 2.5 34t7 52t9 60.5t8.5 61.5h1044l-14 -118q-5 -41 -15 -75.5t-24 -57.5l-702 -1173q-17 -29 -50 -48.5t-67 -19.5h-258z" />
<glyph unicode="8" d="M51 375q0 71 17 133t54 114t94 91.5t137 64.5q-85 42 -127 111.5t-42 163.5q0 97 41 180t113.5 144t169 95t209.5 34q97 0 177.5 -28t137.5 -76.5t88 -115t31 -143.5q0 -131 -62 -225t-186 -144q114 -43 164.5 -120t50.5 -180q0 -112 -44 -202.5t-122.5 -154.5 t-186.5 -98.5t-235 -34.5q-110 0 -197.5 28t-150.5 79t-97 123.5t-34 160.5zM371 400q0 -40 10.5 -73.5t33.5 -58t59 -39t85 -14.5q62 0 108 19.5t76 53.5t45 80.5t15 100.5q0 41 -10.5 75.5t-33.5 58.5t-59 37t-88 13q-68 0 -113.5 -19t-74.5 -52.5t-41 -80.5t-12 -101z M481 1057q0 -33 8 -63.5t26.5 -55t49 -39t76.5 -14.5q67 0 108 23t63.5 57.5t30 76.5t7.5 79q0 32 -8.5 61t-27.5 51.5t-49.5 36t-74.5 13.5q-55 0 -94.5 -18.5t-65 -49.5t-37.5 -72t-12 -86z" />
<glyph unicode="9" d="M160 0l540 567l32 34t30 34q-50 -26 -106.5 -38.5t-116.5 -12.5q-68 0 -133 23t-116 69t-82.5 115.5t-31.5 163.5q0 113 44 213t122.5 175t186 119t233.5 44q109 0 193.5 -32t142.5 -89.5t88.5 -137t30.5 -174.5q0 -82 -16 -153t-46 -137t-72 -128.5t-94 -125.5 l-381 -460q-25 -30 -68 -49.5t-98 -19.5h-282zM487 996q0 -92 47.5 -140t141.5 -48q58 0 104 19t78.5 53t50 82.5t17.5 106.5q0 47 -14.5 83.5t-40.5 61.5t-63 38.5t-81 13.5q-54 0 -98 -20t-75.5 -56.5t-49 -86t-17.5 -107.5z" />
<glyph unicode=":" horiz-adv-x="483" d="M25 161q0 37 13.5 68.5t37.5 55t57 37.5t72 14q38 0 70.5 -14t57 -37.5t38.5 -55t14 -68.5t-14 -69.5t-38.5 -56t-57 -36.5t-70.5 -13q-39 0 -72 13t-57 36.5t-37.5 56t-13.5 69.5zM123 860q0 37 14 69t38 55.5t56.5 37t71.5 13.5q38 0 71 -13.5t57.5 -37t38 -55.5 t13.5 -69t-13.5 -69t-38 -55.5t-57.5 -37t-71 -13.5q-39 0 -71.5 13.5t-56.5 37t-38 55.5t-14 69z" />
<glyph unicode=";" horiz-adv-x="483" d="M25 180q0 33 12 61t35 49t54.5 33.5t70.5 12.5q46 0 79.5 -16t56 -43t33.5 -62.5t11 -74.5q0 -51 -16.5 -109t-48.5 -116t-80.5 -114.5t-110.5 -102.5l-55 49q-11 11 -17 20.5t-6 22.5q0 16 18 36.5t41 47t45.5 58.5t32.5 73q-35 3 -63.5 17.5t-49 37.5t-31.5 53.5 t-11 66.5zM121 860q0 37 13.5 69t38 55.5t57 37t71.5 13.5q38 0 70.5 -13.5t57.5 -37t38.5 -55.5t13.5 -69t-13.5 -69t-38.5 -55.5t-57.5 -37t-70.5 -13.5q-39 0 -71.5 13.5t-57 37t-38 55.5t-13.5 69z" />
<glyph unicode="&#x3c;" horiz-adv-x="1092" d="M139 629l16 124l882 434l-27 -220q-3 -24 -17.5 -44t-44.5 -34l-309 -157q-28 -14 -59 -24t-65 -18q33 -8 61 -16.5t53 -23.5l273 -157q42 -24 42 -65q0 -8 -1 -12l-29 -220z" />
<glyph unicode="=" d="M115 392l28 219h928l-29 -219h-927zM162 763l28 220h926l-26 -220h-928z" />
<glyph unicode="&#x3e;" horiz-adv-x="1092" d="M101 196l28 220q3 24 17.5 43.5t43.5 34.5l310 156q28 14 59 24t65 18q-33 8 -61 17t-53 23l-273 158q-42 24 -42 64q0 8 1 13l28 220l775 -433l-15 -124z" />
<glyph unicode="?" horiz-adv-x="839" d="M141 1354q40 32 84.5 59.5t95 48.5t106.5 32.5t120 11.5q87 0 152.5 -24.5t109 -66t65 -96t21.5 -116.5q0 -87 -22 -147t-56.5 -103t-76 -74t-80.5 -61t-71 -63.5t-46 -80.5l-45 -146h-211v165q0 53 24 94.5t60.5 76.5t78.5 66t78 63t60 69.5t24 84.5q0 55 -27.5 88 t-95.5 33q-48 0 -82 -12t-59.5 -25.5t-45 -25.5t-38.5 -12q-20 0 -34.5 8.5t-22.5 28.5zM188 161q0 37 14 68.5t38 55t57 37.5t72 14q38 0 70.5 -14t57 -37.5t38.5 -55t14 -68.5t-14 -69.5t-38.5 -56t-57 -36.5t-70.5 -13q-39 0 -72 13t-57 36.5t-38 56t-14 69.5z" />
<glyph unicode="@" horiz-adv-x="1521" d="M47 484q0 127 31 246.5t86.5 224.5t134.5 192.5t174 150t205 97.5t229 35q127 0 238 -45t194 -126.5t131 -197t48 -257.5q0 -128 -37 -240.5t-101.5 -196t-151.5 -132.5t-188 -49q-29 0 -56.5 7t-50.5 21.5t-40 38t-27 57.5q-65 -67 -130 -95t-136 -28q-54 0 -94.5 19.5 t-67 53.5t-40 80t-13.5 100q0 62 16.5 128.5t48.5 128t80.5 116t113 95.5t144.5 64.5t177 23.5q43 0 76.5 -3t63 -9t54.5 -14.5t51 -21.5l-141 -387q-14 -40 -21 -70t-7 -52q0 -39 18.5 -54t48.5 -15q40 0 75.5 34t62 93t42 138t15.5 169q0 105 -28.5 186.5t-82 137.5 t-132 84.5t-177.5 28.5q-134 0 -247 -57.5t-194.5 -158t-127.5 -237t-46 -293.5q0 -135 36 -238t102 -173t159 -105.5t209 -35.5q75 0 136.5 7.5t109.5 20t83.5 27t57.5 29.5q17 10 32 13.5t28 3.5q27 0 41.5 -15.5t19.5 -35.5l23 -83q-51 -34 -111 -62.5t-129.5 -50 t-147.5 -33.5t-165 -12q-162 0 -292 52.5t-222 148t-141.5 230.5t-49.5 301zM623 472q0 -94 63 -94q19 0 38 7t37.5 25t36.5 47t33 72l103 281q-22 3 -43 3q-49 0 -97.5 -28t-86 -75t-61 -109t-23.5 -129z" />
<glyph unicode="A" horiz-adv-x="1357" d="M-82 0l713 1492h342l346 -1492h-258q-43 0 -69 20t-31 53l-47 268h-506l-111 -268q-11 -29 -44 -51t-73 -22h-262zM501 568h375l-73 426q-9 53 -20 108t-18 100q-8 -25 -21.5 -56t-26 -60.5t-24.5 -55t-17 -38.5z" />
<glyph unicode="B" horiz-adv-x="1236" d="M45 0l184 1492h512q130 0 223 -24.5t152 -70t86 -109.5t27 -142q0 -61 -16 -118t-50.5 -105.5t-88.5 -87.5t-131 -66q121 -33 179 -102t58 -174q0 -103 -39.5 -193t-114.5 -156.5t-182 -105t-242 -38.5h-557zM410 251h219q61 0 103 18t68 50t38 75t12 94q0 34 -8.5 62 t-29.5 46.5t-55.5 29.5t-84.5 11h-215zM483 858h160q56 0 101.5 11.5t77.5 38.5t49.5 72t17.5 112q0 83 -43.5 117t-134.5 34h-181z" />
<glyph unicode="C" horiz-adv-x="1210" d="M51 634q0 128 29 242.5t81 212t125 175t162.5 132t191.5 83.5t214 29q84 0 153 -15.5t125 -44t100 -67.5t77 -86l-117 -135q-12 -14 -28.5 -25.5t-43.5 -11.5q-17 0 -31.5 8.5t-29.5 20t-33 26t-44 26t-61 20t-83 8.5q-94 0 -175.5 -40t-141.5 -114t-94 -180t-34 -238 q0 -95 23 -169.5t63 -126.5t95.5 -79t119.5 -27q56 0 98 8.5t71.5 22t50 29.5t37 29t30.5 22t31 9q16 0 27 -5.5t16 -13.5l116 -140q-97 -116 -230.5 -175.5t-303.5 -59.5q-141 0 -250 49.5t-184 136.5t-113.5 206.5t-38.5 257.5z" />
<glyph unicode="D" horiz-adv-x="1396" d="M45 0l184 1492h537q146 0 263.5 -49.5t199.5 -136.5t126 -206t44 -258q0 -122 -28 -231t-79 -203t-124 -169t-164 -128.5t-198 -82t-224 -28.5h-537zM414 257h200q102 0 184.5 40.5t139.5 115t88 181t31 240.5q0 91 -21 165t-62.5 126.5t-102 81t-138.5 28.5h-201z" />
<glyph unicode="E" horiz-adv-x="1060" d="M45 0l184 1492h889l-33 -257h-551l-46 -361h423l-32 -247h-421l-45 -370h556l-33 -257h-891z" />
<glyph unicode="F" horiz-adv-x="1048" d="M45 0l184 1492h889l-33 -257h-551l-50 -393h462l-35 -257h-458l-72 -585h-336z" />
<glyph unicode="G" horiz-adv-x="1337" d="M51 649q0 124 28.5 236t80.5 207.5t125 172t163 131t193 83.5t217 29q95 0 172.5 -17t139 -46.5t109.5 -68t85 -79.5l-109 -134q-37 -45 -83 -45q-28 0 -56 19q-37 24 -68.5 41.5t-64 29.5t-68.5 18t-81 6q-97 0 -178.5 -41.5t-139.5 -117t-90.5 -181t-32.5 -232.5 q0 -98 24 -176t68 -132t105.5 -82.5t136.5 -28.5q61 0 110.5 10.5t94.5 30.5l29 243h-127q-29 0 -44.5 13.5t-15.5 35.5l23 193h497l-77 -624q-57 -42 -119 -72t-129 -49.5t-141 -28.5t-158 -9q-138 0 -252.5 50.5t-196 139.5t-126 211t-44.5 264z" />
<glyph unicode="H" horiz-adv-x="1425" d="M45 0l184 1492h336l-78 -630h539l78 630h336l-185 -1492h-335l77 635h-538l-78 -635h-336z" />
<glyph unicode="I" horiz-adv-x="606" d="M74 0l182 1492h336l-182 -1492h-336z" />
<glyph unicode="J" horiz-adv-x="806" d="M-49 10l24 192q3 26 18 42.5t48 16.5q25 0 55.5 -5.5t67.5 -5.5q83 0 136 65t71 212l116 965h334l-116 -956q-15 -125 -56.5 -226.5t-109 -174.5t-161 -112t-214.5 -39q-54 0 -106 6t-107 20z" />
<glyph unicode="K" horiz-adv-x="1351" d="M45 0l182 1492h334l-76 -610h50q36 0 63.5 11.5t44.5 37.5l354 494q29 40 66 53.5t86 13.5h289l-469 -609q-24 -32 -49.5 -52.5t-53.5 -34.5q35 -14 61.5 -38.5t45.5 -65.5l315 -692h-297q-29 0 -48.5 4t-33.5 12t-23 19.5t-16 25.5l-231 525q-13 30 -38.5 41.5 t-68.5 11.5h-76l-79 -639h-332z" />
<glyph unicode="L" horiz-adv-x="978" d="M45 0l184 1492h334l-151 -1226h501l-32 -266h-836z" />
<glyph unicode="M" horiz-adv-x="1773" d="M45 0l184 1492h254q22 0 38.5 -1t29 -5.5t22 -15t15.5 -29.5l262 -786q22 -65 37 -132q16 34 34 67t37 65l457 786q20 35 51 43t60 8h262l-184 -1492h-293l104 868q3 28 10 61.5t15 68.5l-449 -770q-20 -35 -53 -51.5t-72 -16.5h-45q-39 0 -68 17.5t-40 50.5l-262 772 q-2 -35 -4 -67.5t-5 -59.5l-102 -873h-295z" />
<glyph unicode="N" horiz-adv-x="1425" d="M45 0l184 1492h177q22 0 36.5 -1.5t26 -7t21 -16t18.5 -26.5l523 -922q2 36 6 69t7 61l101 843h295l-185 -1492h-174q-39 0 -64.5 11.5t-43.5 43.5l-521 921q-2 -29 -5 -55.5t-5 -50.5l-102 -870h-295z" />
<glyph unicode="O" horiz-adv-x="1499" d="M51 649q0 121 28.5 232t80 206.5t125 173t165 132.5t198 85t224.5 30q146 0 263.5 -51.5t199 -141.5t125 -212t43.5 -261q0 -121 -28 -231.5t-80 -206t-125 -173t-164 -132.5t-197.5 -85t-224.5 -30q-147 0 -264.5 51.5t-199.5 141t-125.5 211t-43.5 261.5zM393 656 q0 -92 21.5 -166.5t63 -128t103 -82.5t140.5 -29q102 0 183.5 42t138.5 118.5t87.5 184t30.5 239.5q0 92 -22 167t-64.5 129t-104 83t-139.5 29q-102 0 -183 -42.5t-137.5 -119t-87 -185t-30.5 -239.5z" />
<glyph unicode="P" horiz-adv-x="1208" d="M45 0l182 1492h494q133 0 227.5 -32.5t155.5 -89t90 -134t29 -166.5q0 -122 -37.5 -226t-114.5 -179.5t-194.5 -118.5t-278.5 -43h-160l-61 -503h-332zM470 754h161q72 0 120.5 21t78.5 59t43.5 91.5t13.5 116.5q0 44 -12 81t-36.5 63.5t-62 41.5t-88.5 15h-158z" />
<glyph unicode="Q" horiz-adv-x="1499" d="M51 649q0 121 28.5 232t80 206.5t125 173t165 132.5t198 85t224.5 30q146 0 263.5 -51.5t199 -141.5t125 -212t43.5 -261q0 -114 -24.5 -218.5t-70.5 -196t-111.5 -168t-146.5 -132.5l298 -408h-274q-58 0 -105.5 14t-77.5 58l-144 208q-79 -15 -163 -15 q-147 0 -264.5 51.5t-199.5 141t-125.5 211t-43.5 261.5zM393 656q0 -92 21.5 -166.5t63 -128t103 -82.5t140.5 -29q102 0 183.5 42t138.5 118.5t87.5 184t30.5 239.5q0 92 -22 167t-64.5 129t-104 83t-139.5 29q-102 0 -183 -42.5t-137.5 -119t-87 -185t-30.5 -239.5z" />
<glyph unicode="R" horiz-adv-x="1257" d="M45 0l182 1492h453q137 0 234 -29t158.5 -80.5t89.5 -121.5t28 -152q0 -83 -22 -156.5t-64 -135.5t-103 -110t-139 -78q31 -17 58 -42t43 -62l217 -525h-301q-42 0 -71 16.5t-40 46.5l-162 442q-11 29 -30 40.5t-56 11.5h-75l-68 -557h-332zM474 787h122q72 0 122 22 t81 59t45 86.5t14 103.5q0 42 -12 76t-38.5 58.5t-66 37.5t-92.5 13h-119z" />
<glyph unicode="S" horiz-adv-x="1024" d="M-31 180l119 156q13 17 34.5 28.5t43.5 11.5q29 0 56 -20t59.5 -44t76 -44t107.5 -20q93 0 143.5 50.5t50.5 150.5q0 46 -23 75.5t-60 50t-85.5 36.5t-98.5 34.5t-98 43.5t-85.5 65.5t-60.5 99t-23 144.5q0 99 37.5 191t107 162.5t169 112.5t223.5 42q63 0 123 -13 t112 -36.5t95 -56t73 -70.5l-100 -137q-17 -25 -35.5 -36t-42.5 -11t-47.5 15.5t-52.5 33.5t-67 33.5t-89 15.5q-47 0 -82.5 -13t-59 -37t-35.5 -55.5t-12 -69.5q0 -41 23 -68.5t61.5 -48.5t87 -38.5t99 -38t99 -47t87 -66.5t61.5 -96.5t23 -135.5q0 -113 -39 -212 t-111.5 -173t-176.5 -117.5t-234 -43.5q-65 0 -130 14t-124.5 40.5t-111 62t-87.5 79.5z" />
<glyph unicode="T" horiz-adv-x="1130" d="M106 1228l33 264h1096l-35 -264h-379l-151 -1228h-332l149 1228h-381z" />
<glyph unicode="U" horiz-adv-x="1366" d="M96 506q0 48 6 99l107 887h334l-109 -887q-2 -18 -3 -36t-1 -35q0 -127 58 -199.5t167 -72.5q62 0 113.5 24t90.5 68.5t64.5 108t34.5 142.5l109 887h334l-109 -887q-17 -136 -72 -250t-142.5 -196.5t-203 -128.5t-253.5 -46q-125 0 -223 37.5t-165 107t-102 165.5 t-35 212z" />
<glyph unicode="V" horiz-adv-x="1400" d="M121 1492h268q43 0 68.5 -20.5t31.5 -52.5l156 -822q9 -50 22 -113t21 -128q22 65 49.5 127t48.5 114l349 822q6 13 17 26.5t27 24t35 16.5t39 6h271l-733 -1492h-304z" />
<glyph unicode="W" horiz-adv-x="2027" d="M131 1492h262q43 0 69 -20t32 -53l104 -804q4 -29 6 -59t4 -54q2 -30 2 -58q15 48 32 91t32 80l305 804q11 28 43 50.5t74 22.5h78q43 0 70 -20t32 -53l115 -804q5 -36 10.5 -78t9.5 -88q13 46 26.5 88t26.5 78l295 804q10 29 43.5 51t75.5 22h264l-608 -1492h-303 l-137 942q-3 23 -7.5 50t-7.5 57q-11 -30 -21.5 -57t-19.5 -50l-364 -942h-301z" />
<glyph unicode="X" horiz-adv-x="1355" d="M-78 0l561 796l-323 696h303q33 0 46.5 -8.5t22.5 -29.5l197 -471q5 10 11 19.5t14 20.5l262 426q14 24 31 33.5t40 9.5h351l-497 -680l359 -812h-299q-33 0 -51 16.5t-26 36.5l-221 548q-4 -7 -8.5 -13t-8.5 -13l-330 -522q-19 -30 -44.5 -41.5t-55.5 -11.5h-334z" />
<glyph unicode="Y" horiz-adv-x="1286" d="M100 1492h297q43 0 67 -20t36 -53l143 -451q14 -45 26 -87t20 -81q19 39 43 80.5t50 87.5l254 451q15 28 45 50.5t72 22.5h277l-612 -921l-70 -571h-334l70 568z" />
<glyph unicode="Z" horiz-adv-x="1146" d="M-29 0l13 98q3 20 12.5 39t21.5 36l755 1062h-597l33 257h1032l-14 -100q-3 -20 -13 -39t-22 -36l-754 -1060h631l-33 -257h-1065z" />
<glyph unicode="[" horiz-adv-x="565" d="M-23 -328l236 1920h430l-14 -116q-4 -30 -29.5 -51.5t-58.5 -21.5h-96l-190 -1540h99q31 0 50 -19t19 -47q0 -1 -0.5 -4t-2 -14.5t-4.5 -37t-8 -69.5h-431z" />
<glyph unicode="\" horiz-adv-x="765" d="M102 1494h129q54 0 90.5 -27.5t51.5 -76.5l332 -1493h-130q-48 0 -89.5 28t-55.5 82z" />
<glyph unicode="]" horiz-adv-x="565" d="M-47 -328l16 116q5 31 29 53t57 22h98l190 1540h-99q-32 0 -51.5 18.5t-19.5 44.5q0 2 0.5 5t0.5 5l16 116h431l-238 -1920h-430z" />
<glyph unicode="^" d="M143 786l396 706h206l396 -706h-234q-28 0 -46 14t-30 36l-126 242q-17 33 -32.5 62.5t-26.5 59.5q-10 -30 -23.5 -59.5t-30.5 -62.5l-123 -242q-11 -20 -30 -35t-50 -15h-246z" />
<glyph unicode="_" horiz-adv-x="743" d="M-100 -307l24 190h744l-25 -190h-743z" />
<glyph unicode="`" horiz-adv-x="626" d="M-2 1506h287q45 0 66 -14.5t32 -44.5l96 -251h-174q-34 0 -54 9t-38 32z" />
<glyph unicode="a" horiz-adv-x="1083" d="M30 366q0 144 52.5 273.5t147.5 227t225 154.5t285 57q76 0 154 -10t154 -37l-129 -1031h-170q-30 0 -50 7.5t-32 21t-16.5 32t-4.5 39.5v76q-66 -90 -145.5 -141t-175.5 -51q-57 0 -110.5 23t-94.5 69.5t-65.5 119t-24.5 170.5zM347 422q0 -51 8.5 -87t22 -58 t32.5 -32.5t42 -10.5q35 0 67.5 26.5t61.5 71.5t53.5 105.5t42.5 128.5l37 294h-19q-78 0 -142 -34.5t-110 -94.5t-71 -139.5t-25 -169.5z" />
<glyph unicode="b" horiz-adv-x="1126" d="M44 0l186 1533h312l-79 -638q71 86 154 134.5t177 48.5q66 0 120 -23t93.5 -72t61.5 -125.5t22 -181.5q0 -139 -42.5 -264.5t-114.5 -221t-165.5 -151t-196.5 -55.5q-79 0 -138.5 30t-101.5 79l-3 -10q-14 -43 -37 -63t-74 -20h-174zM384 262q30 -25 66.5 -35t70.5 -10 q55 0 102 37t80.5 97t52.5 136.5t19 156.5q0 101 -29.5 147.5t-78.5 46.5q-34 0 -70.5 -26t-70 -70.5t-63 -104t-48.5 -127.5z" />
<glyph unicode="c" horiz-adv-x="897" d="M42 433q0 130 42.5 247t119 205t180.5 139.5t229 51.5q106 0 182.5 -36t137.5 -114l-103 -118q-11 -11 -25 -20t-32 -9q-20 0 -34 9t-30.5 18.5t-40 18.5t-61.5 9q-47 0 -91.5 -27.5t-79.5 -78.5t-56 -126t-21 -170q0 -53 12.5 -92.5t34 -65.5t50 -39.5t61.5 -13.5 q49 0 79.5 14t53 30.5t42 30t46.5 13.5q15 0 30 -7t26 -19l82 -97q-51 -56 -98.5 -95t-97.5 -62.5t-107 -34t-126 -10.5q-93 0 -167.5 31.5t-127.5 90t-81.5 141.5t-28.5 186z" />
<glyph unicode="d" horiz-adv-x="1128" d="M36 387q0 92 19.5 179.5t54 164.5t83 141t106 109.5t122 71t133.5 25.5q66 0 118.5 -22t92.5 -58l68 535h311l-191 -1533h-170q-30 0 -49.5 7.5t-31.5 21t-16.5 32t-4.5 39.5v89q-73 -96 -161 -150.5t-187 -54.5q-66 0 -120 23t-93.5 72t-61.5 125.5t-22 182.5zM351 418 q0 -101 30 -147t79 -46q33 0 68 24.5t68.5 67.5t62 101t49.5 125l32 258q-30 24 -66 34t-69 10q-55 0 -101.5 -37t-80.5 -97t-53 -136.5t-19 -156.5z" />
<glyph unicode="e" horiz-adv-x="991" d="M42 433q0 85 19 166t54.5 152t86.5 131t115 103t140.5 67t162.5 24q85 0 151 -24.5t111 -64t68.5 -88.5t23.5 -98q0 -73 -29 -133.5t-100 -107t-191 -79t-303 -51.5q2 -109 47.5 -159t135.5 -50q42 0 72.5 7.5t53.5 18.5t41 23l36 24q17 11 35.5 18t41.5 7 q15 0 29.5 -7.5t25.5 -19.5l82 -95q-56 -55 -110 -96t-110.5 -67t-120.5 -38t-140 -12q-94 0 -173 32t-136 91t-88 142t-31 184zM374 627q99 15 160.5 32t95.5 37t45.5 43t11.5 49q0 27 -20.5 50.5t-65.5 23.5q-79 0 -138 -62.5t-89 -172.5z" />
<glyph unicode="f" horiz-adv-x="679" d="M52 -252l132 1096l-62 14q-27 6 -45 22t-18 44q0 7 1 11l17 125h134l7 60q11 91 50 165t99.5 126t140 81t171.5 29q36 0 66 -5t61 -15l-29 -160q-5 -27 -28.5 -35t-47.5 -8q-79 0 -125.5 -42t-58.5 -146l-6 -50h215l-29 -217h-201l-96 -792l-55 -178q-18 -59 -56 -92 t-108 -33h-129z" />
<glyph unicode="g" horiz-adv-x="1032" d="M-77 -87q0 90 45.5 150t117.5 96.5t159 51t170 14.5q47 0 89.5 -4t78.5 -11q-2 12 -2 25v27q0 54 27 124q-40 -27 -91.5 -42t-128.5 -15q-60 0 -115.5 20t-98 61t-68 102.5t-25.5 146.5q0 79 30 154.5t90 134.5t148.5 94.5t206.5 35.5q60 0 116 -13.5t103 -41.5h305 l-14 -99q-9 -62 -59 -79l-91 -31q6 -34 7 -70q0 -66 -18 -111.5t-39.5 -86.5t-39.5 -84t-18 -102q0 -42 14 -77t30 -72t30 -78t14 -94q0 -82 -36 -155t-103.5 -128t-166 -87.5t-224.5 -32.5q-103 0 -185.5 21.5t-139 58.5t-87.5 88t-31 109zM224 -48q0 -52 38.5 -79 t129.5 -27q47 0 87 12.5t68 34.5t44 52.5t16 68.5v13q0 6 -1 11q-52 8 -95.5 12t-79.5 4q-55 0 -94.5 -8t-64.5 -22t-36.5 -33t-11.5 -39zM370 657q0 -68 27.5 -106t82.5 -38q38 0 66 19.5t47 50.5t29 70t10 79q0 67 -27.5 103.5t-85.5 36.5q-38 0 -66 -17.5t-46.5 -47.5 t-27.5 -69t-9 -81z" />
<glyph unicode="h" horiz-adv-x="1134" d="M44 0l186 1533h318l-75 -610q73 80 154 117.5t167 37.5q59 0 109.5 -21.5t86.5 -63t56.5 -102t20.5 -138.5q0 -18 -1.5 -38t-3.5 -40l-80 -675h-317l79 675q2 16 3.5 30t1.5 26q0 55 -19.5 76.5t-58.5 21.5q-32 0 -67 -18.5t-67 -53.5t-60 -84t-47 -110l-69 -563h-317z " />
<glyph unicode="i" horiz-adv-x="552" d="M56 0l127 1062h314l-127 -1062h-314zM183 1353q0 38 15.5 71.5t41.5 59t59 40.5t69 15q37 0 70.5 -14.5t59.5 -40t42 -59t16 -72.5q0 -38 -16.5 -71.5t-43 -58.5t-61 -40t-69.5 -15q-36 0 -69 15t-58 40t-40.5 58.5t-15.5 71.5z" />
<glyph unicode="j" horiz-adv-x="546" d="M-165 -347l31 167q4 22 18 32t47 10t55 6t36.5 21.5t22.5 41.5t13 67l129 1064h312l-129 -1064q-9 -75 -37.5 -141t-77 -115.5t-118 -78.5t-161.5 -29q-45 0 -76.5 5t-64.5 14zM173 1353q0 38 15.5 71.5t41.5 59t59 40.5t68 15q37 0 71 -14.5t60 -40t42 -59t16 -72.5 q0 -38 -16.5 -71.5t-43 -58.5t-61 -40t-70.5 -15t-68.5 15t-57.5 40t-40.5 58.5t-15.5 71.5z" />
<glyph unicode="k" horiz-adv-x="1099" d="M48 0l189 1533h313l-106 -859h22q27 0 43 8t33 30l219 299q19 27 42.5 39t57.5 12h285l-297 -378q-20 -27 -45 -47.5t-51 -35.5q22 -17 37.5 -40t27.5 -53l213 -508h-276q-34 0 -56 12t-34 41l-148 376q-11 26 -24 33.5t-41 7.5h-33l-58 -470h-313z" />
<glyph unicode="l" horiz-adv-x="532" d="M44 0l186 1533h314l-187 -1533h-313z" />
<glyph unicode="m" horiz-adv-x="1632" d="M36 0l129 1062h164q49 0 76.5 -23t27.5 -75v-63q68 90 142.5 133.5t156.5 43.5q90 0 149.5 -58t75.5 -170q71 118 155 173t190 55q59 0 107.5 -21t83 -62t53.5 -100t19 -137q0 -19 -1.5 -40.5t-3.5 -42.5l-80 -675h-314l80 675q2 17 3 31.5t1 27.5q0 52 -16 72.5 t-49 20.5q-32 0 -61 -16.5t-55.5 -49t-48 -78t-37.5 -101.5l-69 -582h-313l80 675q2 17 3 31.5t1 27.5q0 52 -16.5 72.5t-48.5 20.5t-62 -17t-56 -50t-47.5 -79.5t-37.5 -103.5l-70 -577h-311z" />
<glyph unicode="n" horiz-adv-x="1126" d="M36 0l127 1062h164q49 0 76.5 -23t27.5 -75v-85q77 102 168 150.5t188 48.5q59 0 109 -21.5t86 -63t56.5 -102t20.5 -138.5q0 -18 -1.5 -38t-3.5 -40l-80 -675h-318l80 675q2 16 3 30t1 26q0 54 -19 75t-56 21q-35 0 -73 -21.5t-72.5 -60t-63 -94.5t-44.5 -124l-59 -527 h-317z" />
<glyph unicode="o" horiz-adv-x="1058" d="M32 432q0 141 46.5 259.5t125.5 204.5t182.5 134t218.5 48q89 0 166 -29.5t134 -86.5t89.5 -140.5t32.5 -191.5q0 -139 -46.5 -257.5t-125.5 -205t-183 -135t-218 -48.5q-89 0 -166.5 29.5t-134.5 86.5t-89 140t-32 192zM349 434q0 -114 31.5 -164.5t101.5 -50.5 q53 0 95.5 32.5t71.5 88t45 130t16 158.5q0 116 -31.5 165.5t-101.5 49.5q-53 0 -95.5 -32.5t-71.5 -87.5t-45 -130t-16 -159z" />
<glyph unicode="p" horiz-adv-x="1107" d="M-5 -337l170 1399h164q49 0 76.5 -23t27.5 -75v-97q73 98 162 154.5t190 56.5q66 0 120 -23t93.5 -72t61.5 -125.5t22 -181.5q0 -139 -42.5 -264.5t-114 -221t-165 -151t-196.5 -55.5q-67 0 -119 21.5t-92 56.5l-49 -399h-309zM378 261q30 -24 66 -34t69 -10q55 0 102 37 t80.5 97t52.5 136.5t19 156.5q0 101 -29.5 147.5t-79.5 46.5q-33 0 -68.5 -25.5t-69 -69t-62.5 -101.5t-48 -125z" />
<glyph unicode="q" horiz-adv-x="1083" d="M30 366q0 144 52.5 273.5t147.5 227t225 154.5t285 57q76 0 154 -10t154 -37l-172 -1368h-209q-27 0 -44.5 9t-28.5 22t-16 29.5t-5 32.5q0 10 1 16l49 373q-62 -77 -136.5 -119t-161.5 -42q-57 0 -110.5 23t-94.5 69.5t-65.5 119t-24.5 170.5zM347 422q0 -51 8.5 -87 t22 -58t32.5 -32.5t42 -10.5q34 0 66.5 26.5t61.5 71t53.5 104.5t42.5 127l38 297h-19q-78 0 -142 -34.5t-110 -94.5t-71 -139.5t-25 -169.5z" />
<glyph unicode="r" horiz-adv-x="768" d="M36 0l129 1062h164q49 0 76.5 -23t27.5 -75v-121q61 109 133 167t149 58q43 0 85 -19l-58 -294q-52 23 -99 22q-79 0 -140 -71t-99 -229l-57 -477h-311z" />
<glyph unicode="s" horiz-adv-x="808" d="M-26 115l78 116q14 20 33 32t47 12q26 0 44 -12l40 -26q22 -14 51.5 -26.5t77.5 -12.5q68 0 100.5 30t32.5 71q0 32 -17 52.5t-44.5 35t-62.5 26.5t-71.5 26.5t-71.5 33.5t-62.5 47.5t-44.5 70.5t-17 101q0 74 27 143.5t81 123.5t134 86.5t186 32.5t189.5 -36.5 t138.5 -90.5l-82 -112q-14 -18 -26.5 -26.5t-33.5 -8.5q-20 0 -40 9t-43 21t-52 21t-67 9q-71 0 -101 -27t-30 -70q0 -28 16.5 -47.5t44.5 -34.5t63 -28t72 -29t72.5 -36.5t63 -50t44.5 -70.5t17 -97q0 -80 -32 -151t-91 -124t-143.5 -84t-190.5 -31q-50 0 -99 10 t-92.5 27.5t-79.5 41.5t-59 52z" />
<glyph unicode="t" horiz-adv-x="747" d="M78 894q0 1 2 18t4 36t4 35t2 18l3 28l161 33l89 259q15 49 70 49h172l-39 -310h237l-26 -217h-238l-51 -417q-5 -42 -7.5 -66t-4 -37t-2 -17.5t-0.5 -5.5q0 -30 13.5 -50t43.5 -20q16 0 27 4t19 8.5t15.5 8t16.5 3.5q14 0 21 -6.5t14 -21.5l69 -150q-63 -46 -136 -69 t-146 -23q-61 0 -110.5 16.5t-85 49t-55.5 77.5t-22 102v18q0 10 1.5 29t5 50t10.5 83l54 434h-85q-19 0 -32.5 12.5t-13.5 38.5z" />
<glyph unicode="u" horiz-adv-x="1124" d="M68 310q0 18 1.5 38t3.5 40l80 674h317l-80 -674q-2 -16 -3 -30t-1 -26q0 -54 19 -76t57 -22q32 0 67 19t68 53.5t61 83.5t47 110l68 562h318l-129 -1062h-162q-113 0 -113 104v68q-77 -96 -165 -142t-183 -46q-59 0 -109 21.5t-86 63t-56 102t-20 139.5z" />
<glyph unicode="v" horiz-adv-x="1056" d="M65 1062h262q33 0 52 -16t23 -39l70 -477q9 -60 15.5 -118t10.5 -116q18 57 40 114.5t47 119.5l186 477q9 25 32.5 40t51.5 15h252l-516 -1062h-268z" />
<glyph unicode="w" horiz-adv-x="1546" d="M75 1062h243q31 0 52.5 -15.5t23.5 -39.5l31 -477q0 -4 0.5 -7.5t0.5 -7.5q3 -49 5 -95t3 -92q18 49 39.5 99t41.5 103l178 478q8 24 32.5 39.5t51.5 15.5h137q33 0 53 -16t23 -39l62 -478q7 -52 13.5 -102t11.5 -99q14 49 30.5 98t34.5 103l149 477q8 24 31.5 39.5 t50.5 15.5h234l-432 -1062h-248q-18 0 -30 12.5t-17 40.5l-78 530q-3 23 -5.5 44.5t-4.5 44.5q-8 -24 -17.5 -46.5t-17.5 -44.5l-203 -528q-22 -53 -68 -53h-237z" />
<glyph unicode="x" horiz-adv-x="1095" d="M-60 0l414 575l-238 487h291q31 0 44.5 -8t22.5 -29l118 -273q7 13 15 25.5t17 25.5l139 216q27 43 67 43h289l-368 -485l264 -577h-291q-31 0 -49 16.5t-27 38.5l-132 325q-5 -11 -11 -21.5t-12 -18.5l-189 -285q-14 -22 -34 -38.5t-50 -16.5h-280z" />
<glyph unicode="y" horiz-adv-x="1056" d="M75 1062h268q34 0 51 -16.5t23 -38.5l92 -458q6 -30 11 -59t8 -59q12 30 26.5 60t28.5 60l196 456q12 24 36 39.5t48 15.5h256l-688 -1338q-16 -32 -40 -46.5t-58 -14.5h-238l243 432z" />
<glyph unicode="z" horiz-adv-x="913" d="M-5 0l16 129q2 19 16.5 48.5t34.5 55.5l463 593h-403l29 236h776l-17 -127q-4 -33 -18.5 -62.5t-32.5 -51.5l-459 -585h418l-28 -236h-795z" />
<glyph unicode="{" horiz-adv-x="565" d="M12 -23q0 66 13.5 126t30 116t29.5 111.5t13 111.5q0 46 -19 75.5t-65 29.5l23 171q38 0 61.5 16.5t36.5 48.5t18 81t5 115q0 11 -0.5 28.5t-0.5 36.5t-0.5 36.5t-0.5 29.5q0 117 25.5 206.5t79 151t137.5 93t200 31.5h47l-16 -133q-2 -15 -10 -25.5t-18 -17.5t-21 -10 t-19 -3q-58 0 -89 -42t-40 -116q-7 -56 -9 -105.5t-3.5 -96.5t-3 -91.5t-6.5 -90.5q-5 -39 -19.5 -75t-37.5 -67t-54.5 -53.5t-71.5 -34.5q65 -23 96 -76t31 -118q0 -58 -11.5 -114t-26 -111t-26 -111.5t-11.5 -116.5q0 -55 22.5 -88t71.5 -33q16 0 34.5 -13t18.5 -39 q0 -7 -2 -27t-5 -42t-5.5 -41.5t-3.5 -28.5h-50q-91 0 -157 22t-108.5 62.5t-62.5 96.5t-20 124z" />
<glyph unicode="|" horiz-adv-x="614" d="M123 -337v1931h246v-1931h-246z" />
<glyph unicode="}" horiz-adv-x="565" d="M-49 -328l18 131q5 31 29 45.5t41 14.5q57 1 87.5 42.5t39.5 113.5q7 55 9.5 105t3.5 96.5t2.5 91t6.5 89.5q4 39 18.5 75.5t37.5 67t54.5 53.5t70.5 35q-65 23 -96 76.5t-31 119.5q0 57 12 112.5t26.5 111t26.5 112.5t12 117q0 54 -22 87.5t-70 34.5q-8 0 -17.5 2.5 t-18 8.5t-14 15.5t-5.5 22.5q0 1 2 17.5t4 36.5t4 37t2 18l4 31h50q90 0 155.5 -22t108 -62.5t62.5 -97t20 -125.5q0 -65 -13.5 -124.5t-29 -116t-28.5 -111.5t-13 -111q0 -46 18 -75t64 -29l-21 -171q-38 0 -61.5 -16t-36.5 -48.5t-18 -82t-5 -115.5v-130 q0 -117 -25.5 -206.5t-79 -151t-137 -93.5t-198.5 -32h-49z" />
<glyph unicode="~" d="M20 394q0 87 23.5 157t66.5 118.5t106 74.5t142 26q54 0 102 -12t89 -26.5t75 -26.5t62 -12q49 0 75.5 32t26.5 93h256q0 -87 -23 -156.5t-66 -118t-106 -75t-142 -26.5q-54 0 -102 12t-89 27t-75 26.5t-62 11.5q-49 0 -76 -31.5t-27 -93.5h-256z" />
<glyph unicode="&#xa2;" d="M113 457q0 126 40.5 235.5t117 192t187.5 132.5t253 56l32 148q3 13 11.5 26t20 23t26.5 16.5t33 6.5h112l-52 -234q77 -16 137.5 -50.5t109.5 -86.5l-92 -105q-14 -17 -28 -25t-38 -8q-15 0 -29 5.5t-30.5 13.5t-35.5 16.5t-43 17.5l-138 -628q47 6 79.5 19.5t57.5 27 t45.5 24.5t44.5 11q39 0 53 -24l72 -105q-45 -44 -94.5 -75.5t-100.5 -52t-103 -31.5t-104 -15l-28 -132q-6 -29 -31.5 -51.5t-58.5 -22.5h-113l46 211q-79 15 -144.5 53.5t-113.5 97.5t-74.5 138t-26.5 175zM414 471q0 -87 28 -147.5t83 -90.5l135 614q-65 -11 -111.5 -42 t-76.5 -79.5t-44 -113t-14 -141.5z" />
<glyph unicode="&#xa3;" d="M-12 0l24 184q70 14 106.5 54t45.5 116l31 251h-150l15 120q2 13 10 26t20 23t28 17t35 7h65l28 226q12 97 55.5 184.5t115.5 153.5t171.5 105t222.5 39q90 0 157.5 -20.5t118 -56t84 -86.5t56.5 -110l-133 -79q-17 -11 -36 -14.5t-36 -3.5q-47 0 -78 36q-18 23 -34 39.5 t-34 26.5t-41 14.5t-55 4.5q-88 0 -148 -59.5t-73 -171.5l-28 -228h435l-15 -120q-2 -13 -9.5 -26.5t-20 -24t-28 -16.5t-34.5 -6h-350l-20 -169q-8 -65 -29.5 -115.5t-60.5 -94.5q50 11 100 18t99 7h530l-16 -123q-3 -23 -15.5 -45.5t-31 -40.5t-44.5 -30t-54 -12h-979z " />
<glyph unicode="&#xa5;" d="M92 236l23 162h310l11 90h-311l20 164h259l-298 838h256q42 0 67 -20t34 -53l127 -449q14 -52 24.5 -96.5t15.5 -87.5q14 43 35 87t48 97l231 449q14 29 44.5 51t72.5 22h258l-507 -838h261l-20 -164h-311l-11 -90h309l-20 -162h-309l-29 -236h-305l29 236h-314z" />
<glyph unicode="&#xa9;" horiz-adv-x="1607" d="M72 746q0 105 27 203t76.5 182t119.5 154t155 119.5t181.5 76.5t202.5 27q105 0 203 -27t182.5 -76.5t154.5 -119.5t119.5 -154t76.5 -181.5t27 -203.5q0 -104 -27 -201.5t-76.5 -181.5t-119.5 -154t-154.5 -119.5t-182.5 -76.5t-203 -27t-202 27t-182 76.5t-155 119.5 t-119.5 154t-76.5 181t-27 202zM242 746q0 -130 45.5 -242.5t125.5 -196t188 -131t233 -47.5q126 0 235 47.5t189.5 131t127 196t46.5 242.5q0 87 -21 167t-59.5 149.5t-93 126t-121 96.5t-143 62t-160.5 22q-125 0 -233 -48t-188 -132.5t-125.5 -198.5t-45.5 -244zM383 750 q0 104 37 191.5t101 151.5t150 99.5t185 35.5q118 0 203 -41t137 -103l-84 -111q-7 -9 -20 -19.5t-33 -10.5t-35 9.5t-33.5 20.5t-45.5 20t-73 9q-103 0 -155.5 -68t-52.5 -184q0 -61 13.5 -108.5t38 -79.5t59 -48t75.5 -16q48 0 76 8.5t46.5 19t32 19.5t33.5 10 q12 0 23.5 -6t19.5 -15l105 -108q-55 -77 -145 -116.5t-207 -39.5q-103 0 -187 37.5t-142.5 102.5t-90 152.5t-31.5 187.5z" />
<glyph unicode="&#xad;" horiz-adv-x="702" d="M94 498l31 247h514l-33 -247h-512z" />
<glyph unicode="&#xae;" horiz-adv-x="1607" d="M66 746q0 105 27 203t76.5 182t119 154t154.5 119.5t182 76.5t202 27t203 -27t182.5 -76.5t155 -119.5t120 -154t76.5 -181.5t27 -203.5q0 -104 -27 -201.5t-76.5 -181.5t-120 -154t-155 -119.5t-182 -76.5t-203.5 -27q-105 0 -202 27t-182 76.5t-154.5 119.5t-119 154 t-76.5 181t-27 202zM236 746q0 -130 45.5 -242.5t125 -196t187.5 -131t233 -47.5q118 0 221 42t183 117h-221q-56 0 -78 40l-94 236q-8 18 -22.5 25.5t-39.5 7.5h-33v-309h-274v922h360q102 0 176.5 -18t122.5 -53t70.5 -86.5t22.5 -116.5q0 -43 -10.5 -82.5t-31.5 -72.5 t-54 -60t-79 -44q30 -15 50 -39.5t37 -57.5l127 -264q78 83 121.5 192.5t43.5 237.5q0 87 -21 167t-59 149.5t-92.5 126t-121 96.5t-143.5 62t-161 22q-125 0 -233 -48t-187.5 -132.5t-125 -198.5t-45.5 -244zM743 785h66q49 0 77 8t42.5 22t18 36t3.5 50q0 27 -3.5 47 t-15.5 33.5t-36.5 21t-65.5 7.5h-86v-225z" />
<glyph unicode="&#xb4;" horiz-adv-x="626" d="M254 1196l158 251q18 29 43 44t71 15h295l-280 -269q-25 -24 -48 -32.5t-57 -8.5h-182z" />
<glyph unicode="&#x2000;" horiz-adv-x="845" />
<glyph unicode="&#x2001;" horiz-adv-x="1691" />
<glyph unicode="&#x2002;" horiz-adv-x="845" />
<glyph unicode="&#x2003;" horiz-adv-x="1691" />
<glyph unicode="&#x2004;" horiz-adv-x="563" />
<glyph unicode="&#x2005;" horiz-adv-x="422" />
<glyph unicode="&#x2006;" horiz-adv-x="281" />
<glyph unicode="&#x2007;" horiz-adv-x="281" />
<glyph unicode="&#x2008;" horiz-adv-x="210" />
<glyph unicode="&#x2009;" horiz-adv-x="337" />
<glyph unicode="&#x200a;" horiz-adv-x="93" />
<glyph unicode="&#x2010;" horiz-adv-x="702" d="M94 498l31 247h514l-33 -247h-512z" />
<glyph unicode="&#x2011;" horiz-adv-x="702" d="M94 498l31 247h514l-33 -247h-512z" />
<glyph unicode="&#x2012;" horiz-adv-x="702" d="M94 498l31 247h514l-33 -247h-512z" />
<glyph unicode="&#x2013;" horiz-adv-x="1097" d="M164 515l26 210h775l-27 -210h-774z" />
<glyph unicode="&#x2014;" horiz-adv-x="1630" d="M164 515l26 210h1307l-27 -210h-1306z" />
<glyph unicode="&#x2018;" horiz-adv-x="448" d="M163 1179q0 121 67 234t198 207l87 -55q9 -5 14.5 -15t5.5 -20q0 -14 -7.5 -24.5t-22.5 -27.5q-9 -11 -24 -31.5t-28.5 -48t-23 -62t-9.5 -74.5q0 -32 7.5 -66.5t25.5 -72.5q4 -8 4 -19q0 -18 -14.5 -33.5t-39.5 -23.5l-192 -69q-25 50 -36.5 100.5t-11.5 100.5z" />
<glyph unicode="&#x2019;" horiz-adv-x="448" d="M123 1028q0 14 7 24.5t22 27.5q10 10 24 31t28 48.5t24 62t10 74.5q0 32 -8 66.5t-25 72.5q-4 8 -4 19q0 18 14 33.5t39 23.5l192 69q25 -50 37 -100t12 -101q0 -121 -67.5 -234t-198.5 -207l-87 55q-9 5 -14 15t-5 20z" />
<glyph unicode="&#x201c;" horiz-adv-x="792" d="M163 1179q0 121 67 234t198 207l87 -55q9 -5 14.5 -15t5.5 -20q0 -14 -7.5 -24.5t-22.5 -27.5q-9 -11 -24 -31.5t-28.5 -48t-23 -62t-9.5 -74.5q0 -32 7.5 -66.5t25.5 -72.5q4 -8 4 -19q0 -18 -14.5 -33.5t-39.5 -23.5l-192 -69q-25 50 -36.5 100.5t-11.5 100.5z M507 1179q0 121 67 234t198 207l87 -55q9 -5 14.5 -15t5.5 -20q0 -14 -7.5 -24.5t-22.5 -27.5q-9 -11 -24 -31.5t-28.5 -48t-23 -62t-9.5 -74.5q0 -32 7.5 -66.5t25.5 -72.5q4 -8 4 -19q0 -18 -14.5 -33.5t-38.5 -23.5l-193 -69q-25 50 -36.5 100.5t-11.5 100.5z" />
<glyph unicode="&#x201d;" horiz-adv-x="792" d="M123 1028q0 14 7 24.5t22 27.5q10 10 24 31t28 48.5t24 62t10 74.5q0 32 -8 66.5t-25 72.5q-4 8 -4 19q0 18 14 33.5t39 23.5l192 69q25 -50 37 -100t12 -101q0 -121 -67.5 -234t-198.5 -207l-87 55q-9 5 -14 15t-5 20zM465 1028q0 14 7 24.5t22 27.5q10 10 24 31 t28 48.5t24 62t10 74.5q0 32 -8 66.5t-25 72.5q-4 8 -4 19q0 18 14 33.5t39 23.5l192 69q25 -50 37 -100t12 -101q0 -121 -67.5 -234t-198.5 -207l-87 55q-9 5 -14 15t-5 20z" />
<glyph unicode="&#x2022;" d="M102 606q0 102 40 192.5t108.5 158t161 106.5t196.5 39q105 0 197.5 -39t161.5 -106.5t109 -157.5t40 -193q0 -101 -40 -191t-109 -157t-161 -105.5t-198 -38.5q-104 0 -196.5 38.5t-161 105.5t-108.5 157t-40 191z" />
<glyph unicode="&#x2026;" horiz-adv-x="1613" d="M25 161q0 37 13.5 68.5t37.5 55t57 37.5t72 14q38 0 70.5 -14t57 -37.5t38.5 -55t14 -68.5t-14 -69.5t-38.5 -56t-57 -36.5t-70.5 -13q-39 0 -72 13t-57 36.5t-37.5 56t-13.5 69.5zM590 161q0 37 13.5 68.5t38 55t57 37.5t71.5 14q38 0 70.5 -14t57.5 -37.5t38.5 -55 t13.5 -68.5t-13.5 -69.5t-38.5 -56t-57.5 -36.5t-70.5 -13q-39 0 -71.5 13t-57 36.5t-38 56t-13.5 69.5zM1155 161q0 37 14 68.5t38 55t56.5 37.5t71.5 14q38 0 71 -14t57.5 -37.5t38.5 -55t14 -68.5t-14 -69.5t-38.5 -56t-57.5 -36.5t-71 -13q-39 0 -71.5 13t-56.5 36.5 t-38 56t-14 69.5z" />
<glyph unicode="&#x202f;" horiz-adv-x="337" />
<glyph unicode="&#x205f;" horiz-adv-x="422" />
<glyph unicode="&#x20ac;" d="M45 544l21 163h102q2 26 4.5 50t6.5 49h-101l20 163h119q40 124 104.5 222.5t149 168.5t185 107t210.5 37q72 0 132.5 -14.5t109.5 -42.5t87 -66.5t65 -85.5l-123 -113q-14 -13 -28.5 -23t-39.5 -10q-15 0 -27 7.5t-23.5 18.5t-25 24t-33 24t-47 18.5t-67.5 7.5 q-105 0 -188 -71.5t-129 -208.5h489l-10 -92q-2 -12 -10 -25t-20 -23t-28.5 -16.5t-36.5 -6.5h-421q-3 -24 -6 -49t-5 -50h408l-12 -91q-2 -13 -10 -26t-20 -23.5t-28 -16.5t-35 -6h-302q12 -151 72 -227t157 -76q67 0 107 17.5t67 40t46.5 40t45.5 17.5q14 0 23 -3t18 -14 l119 -120q-85 -115 -206.5 -174t-266.5 -59q-120 0 -210 41.5t-152 115.5t-96 176.5t-41 224.5h-120z" />
<glyph unicode="&#x2122;" horiz-adv-x="1380" d="M145 1323l23 167h483l-22 -167h-139l-56 -459h-207l55 459h-137zM616 864l76 626h177q26 0 45 -4t24 -27l53 -231q6 -20 11.5 -45t10.5 -45q9 20 19.5 43t24.5 47l114 231q11 24 26.5 27.5t39.5 3.5h186l-75 -626h-185l33 269l26 107l-145 -277q-11 -22 -32 -32.5 t-46 -10.5h-28q-24 0 -42.5 11t-23.5 32l-72 270q0 -29 -1 -56.5t-3 -43.5l-30 -269h-183z" />
<glyph unicode="&#xe000;" horiz-adv-x="1060" d="M0 1060h1060v-1060h-1060v1060z" />
</font>
</defs></svg>

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,147 @@
<?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>
This is a custom SVG webfont generated by Font Squirrel.
Copyright : Copyright c 20102011 by tyPoland Lukasz Dziedzic with Reserved Font Name Lato Licensed under the SIL Open Font License Version 11
Designer : Lukasz Dziedzic
Foundry : tyPoland Lukasz Dziedzic
Foundry URL : httpwwwtypolandcom
</metadata>
<defs>
<font id="LatoBold" horiz-adv-x="1187" >
<font-face units-per-em="2048" ascent="1649" descent="-399" />
<missing-glyph horiz-adv-x="395" />
<glyph unicode=" " horiz-adv-x="395" />
<glyph unicode="&#x09;" horiz-adv-x="395" />
<glyph unicode="&#xa0;" horiz-adv-x="395" />
<glyph unicode="!" horiz-adv-x="738" d="M214 139q0 32 12 60.5t33 49t49.5 33t61.5 12.5q32 0 60.5 -12.5t49 -33t32.5 -49t12 -60.5q0 -33 -12 -61t-32.5 -48.5t-49.5 -32t-60 -11.5q-33 0 -61.5 11.5t-49.5 32t-33 48.5t-12 61zM253 895v586h239v-586q0 -93 -9.5 -182.5t-24.5 -190.5h-171q-15 100 -24.5 190 t-9.5 183z" />
<glyph unicode="&#x22;" horiz-adv-x="864" d="M134 1186v295h220v-295l-23 -160q-7 -45 -26 -69t-62 -24q-37 0 -58.5 24t-27.5 69zM511 1186v295h220v-295l-23 -160q-7 -45 -26 -69t-62 -24q-37 0 -58.5 24t-27.5 69z" />
<glyph unicode="#" d="M40 486q0 14 3 33l13 81h195l53 283h-219l19 105q7 39 32 58t80 19h114l63 330q8 41 38 63.5t70 22.5h114l-77 -416h208l79 416h113q36 0 58.5 -20.5t22.5 -52.5q0 -10 -1 -15l-64 -328h208l-19 -106q-7 -39 -32.5 -57.5t-79.5 -18.5h-102l-52 -283h145q33 0 50 -16 t17 -54q0 -14 -4 -32l-12 -80h-222l-79 -418h-116q-31 0 -53 24.5t-22 60.5q0 5 0.5 9.5t1.5 9.5l60 314h-210l-59 -326q-9 -49 -42 -70.5t-73 -21.5h-112l78 418h-117q-33 0 -50.5 15.5t-17.5 52.5zM459 600h210l52 283h-209z" />
<glyph unicode="$" d="M71 178l77 116q10 15 27.5 25t35.5 10q23 0 48.5 -16t58 -37.5t74.5 -43t100 -31.5l38 458q-73 20 -144 48t-127.5 73.5t-91.5 115.5t-35 174q0 78 31.5 152t90.5 132.5t146 96.5t200 43l11 129q2 25 20.5 44.5t48.5 19.5h93l-17 -202q109 -17 187.5 -61.5t136.5 -99.5 l-61 -93q-14 -20 -28.5 -30.5t-35.5 -10.5q-15 0 -36 9.5t-48 23.5t-60 28.5t-73 23.5l-36 -424q74 -23 146.5 -50t130 -70t93.5 -107t36 -160q0 -95 -32 -178.5t-92.5 -147.5t-150 -104t-203.5 -48l-13 -151q-2 -24 -20 -43.5t-48 -19.5h-93l18 219q-120 16 -224.5 65 t-178.5 122zM371 1095q0 -39 13 -69t37 -53t57 -41t72 -32l32 379q-56 -7 -96.5 -24t-66 -41.5t-37 -54.5t-11.5 -64zM648 198q109 14 164.5 73t55.5 154q0 39 -13.5 68t-38.5 51.5t-59 39t-74 29.5z" />
<glyph unicode="%" horiz-adv-x="1644" d="M62 1122q0 86 26 156t71.5 118t108 74t135.5 26q74 0 137 -26t109 -74t71.5 -118t25.5 -156q0 -84 -28 -151.5t-75 -115t-109.5 -73t-130.5 -25.5q-74 0 -136 25.5t-107.5 73t-71.5 115t-26 151.5zM139 0l1100 1441q12 15 30.5 27.5t51.5 12.5h183l-1100 -1443 q-12 -16 -31 -27t-45 -11h-189zM259 1122q0 -57 11 -95.5t30 -62t46 -33.5t57 -10q31 0 58 10t47 33.5t31.5 62t11.5 95.5q0 59 -11.5 99.5t-31.5 65t-47 35t-58 10.5t-57.5 -10.5t-45.5 -35t-30 -65t-11 -99.5zM898 348q0 86 25.5 155.5t71 118t108 74.5t136.5 26t137 -26 t109 -74.5t71.5 -118t25.5 -155.5q0 -84 -28 -151.5t-75 -115t-109.5 -73.5t-130.5 -26q-74 0 -136.5 26t-108 73.5t-71 115t-25.5 151.5zM1095 348q0 -57 11 -96t30 -62.5t45.5 -34t57.5 -10.5t58 10.5t47 34t32 62.5t12 96q0 59 -12 99t-32 65t-47 35.5t-58 10.5 t-57.5 -10.5t-45.5 -35.5t-30 -65t-11 -99z" />
<glyph unicode="&#x26;" horiz-adv-x="1462" d="M66 408q0 69 22.5 130.5t62 115t94.5 96.5t121 73q-54 77 -79.5 150.5t-25.5 145.5q0 77 28 146t82 120.5t132 81.5t176 30q90 0 161 -27.5t122 -73.5t80 -105.5t34 -123.5l-161 -33q-3 -1 -6 -1h-7q-17 0 -31 9.5t-22 29.5q-9 27 -23.5 51t-35 42t-48 29t-63.5 11 q-43 0 -77 -15t-57.5 -40t-35.5 -58.5t-12 -70.5q0 -31 6.5 -59.5t21 -57t37.5 -59t56 -64.5l394 -409q34 65 54 136.5t27 145.5q2 24 15 38t37 14h159q-1 -135 -39 -258t-109 -226l310 -322h-247q-19 0 -34.5 2t-28.5 7.5t-25.5 15t-25.5 23.5l-103 106q-98 -80 -218 -125 t-261 -45q-86 0 -168 29t-146.5 84.5t-103.5 134t-39 176.5zM323 428q0 -56 19 -101t53 -76.5t78.5 -48.5t94.5 -17q90 0 164.5 28.5t135.5 78.5l-389 399q-82 -53 -119 -119.5t-37 -143.5z" />
<glyph unicode="'" horiz-adv-x="487" d="M134 1186v295h220v-295l-23 -160q-7 -45 -26 -69t-62 -24q-37 0 -58.5 24t-27.5 69z" />
<glyph unicode="(" horiz-adv-x="614" d="M109 642q0 128 15.5 251.5t49.5 243t87 237t129 234.5l113 -68q14 -8 24.5 -21t10.5 -32t-14 -46q-94 -179 -145 -383.5t-51 -415.5t51 -414.5t146 -383.5q7 -13 10 -24t3 -21q0 -20 -10.5 -33t-24.5 -21l-113 -69q-76 117 -129 235t-87 237.5t-49.5 242.5t-15.5 251z " />
<glyph unicode=")" horiz-adv-x="614" d="M77 -201q0 9 2.5 20.5t9.5 24.5q95 179 146.5 383t51.5 415t-51.5 415.5t-145.5 383.5q-13 27 -13 46t10 32t25 21l112 68q76 -117 129.5 -234.5t87 -237t49.5 -243t16 -251.5t-16 -251t-49.5 -242.5t-87 -237.5t-129.5 -235l-112 69q-14 8 -24.5 21t-10.5 33z" />
<glyph unicode="*" horiz-adv-x="819" d="M78 1081l163 95q18 11 36 18t37 10q-19 2 -37 10.5t-36 19.5l-163 95l59 103l163 -97q17 -11 33 -23t27 -26q-7 17 -9.5 36.5t-2.5 40.5v189h121v-187q0 -22 -2.5 -41.5t-9.5 -37.5q11 14 26.5 26t33.5 23l162 95l60 -103l-162 -93q-18 -11 -36.5 -19t-37.5 -11 q35 -6 74 -28l162 -96l-59 -102l-163 95q-18 11 -33.5 22.5t-27.5 25.5q13 -33 13 -75v-189h-121v187q0 20 2.5 40t8.5 37q-11 -14 -26.5 -25.5t-32.5 -22.5l-162 -94z" />
<glyph unicode="+" d="M93 594v187h396v420h205v-420h399v-187h-399v-422h-205v422h-396z" />
<glyph unicode="," horiz-adv-x="460" d="M82 156q0 29 10.5 53.5t30 43.5t47.5 30t60 11q39 0 68 -14t48.5 -38t28.5 -55t9 -66q0 -49 -15 -103.5t-43.5 -108.5t-70.5 -105.5t-96 -94.5l-44 40q-18 15 -19 38q0 8 6 18.5t14 18.5l27.5 30t33 41t30 50t19.5 58q-32 0 -58.5 12t-45.5 32.5t-29.5 48t-10.5 60.5z " />
<glyph unicode="-" horiz-adv-x="735" d="M102 513v211h531v-211h-531z" />
<glyph unicode="." horiz-adv-x="460" d="M75 139q0 32 11.5 60.5t32.5 49t50 33t61 12.5t60.5 -12.5t49 -33t33 -49t12.5 -60.5q0 -33 -12.5 -61t-33 -48.5t-49 -32t-60.5 -11.5q-33 0 -61.5 11.5t-49.5 32t-32.5 48.5t-11.5 61z" />
<glyph unicode="/" horiz-adv-x="792" d="M-18 -97l598 1530q17 43 50 66t79 23h107l-593 -1525q-9 -24 -23.5 -41t-33 -29t-38.5 -18t-40 -6h-106z" />
<glyph unicode="0" d="M51 740q0 195 41 337.5t114 235.5t171.5 138.5t214.5 45.5t215.5 -45.5t173 -138.5t115 -235.5t41.5 -337.5q0 -194 -41.5 -336.5t-115 -235.5t-173 -138.5t-215.5 -45.5t-214.5 45.5t-171.5 138.5t-114 235.5t-41 336.5zM312 740q0 -161 23 -266t62 -167.5t90 -87.5 t105 -25q55 0 106.5 25t90.5 87.5t63 168t24 265.5q0 161 -24 266.5t-63 168t-90.5 87.5t-106.5 25q-54 0 -105 -25t-90 -87.5t-62 -168t-23 -266.5z" />
<glyph unicode="1" d="M169 1099l452 384h207v-1294h267v-189h-820v189h300v864q0 50 4 105l-213 -178q-13 -11 -27 -15t-28 -4q-20 0 -37 8.5t-25 19.5z" />
<glyph unicode="2" d="M86 0v84q0 26 11 53.5t34 50.5l450 451q56 57 100.5 109.5t74.5 103.5t46 104t16 111q0 53 -15.5 93.5t-44 68t-68 41.5t-88.5 14q-91 0 -150 -46t-82 -124q-11 -39 -34 -56t-57 -17q-15 0 -34 3l-133 24q15 106 59 186.5t110 134.5t151.5 81t183.5 27q102 0 187.5 -30 t146 -85.5t94 -133.5t33.5 -173q0 -82 -24 -151.5t-64.5 -133t-94.5 -123t-114 -120.5l-334 -341q49 14 96.5 22t90.5 8h380q41 0 65 -23.5t24 -60.5v-152h-1016z" />
<glyph unicode="3" d="M92 376l112 46q29 12 58 12q27 0 48 -11t32 -33q18 -36 40 -70.5t53 -62t72.5 -44t98.5 -16.5q65 0 113 21t80 54.5t48 75t16 83.5q0 53 -11 96.5t-47 74.5t-103 48.5t-180 17.5v180q93 1 154.5 17.5t98 45.5t51 70t14.5 90q0 105 -57.5 159t-156.5 54 q-90 0 -149.5 -47.5t-83.5 -122.5q-12 -39 -33.5 -56t-56.5 -17q-16 0 -35 3l-133 24q15 106 59.5 186.5t110.5 134.5t151.5 81t183.5 27q102 0 184.5 -29t141 -81t89.5 -121.5t31 -150.5q0 -71 -15.5 -124.5t-46 -93.5t-74 -67.5t-98.5 -46.5q133 -42 198.5 -128t65.5 -216 q0 -111 -41 -195.5t-110.5 -142.5t-161 -87.5t-194.5 -29.5q-112 0 -194.5 25.5t-144 75.5t-104.5 123t-74 168z" />
<glyph unicode="4" d="M24 545l701 937h240v-924h186v-146q0 -20 -13.5 -35.5t-38.5 -15.5h-134v-361h-222v361h-624q-26 0 -45.5 16t-24.5 40zM293 558h450v484q0 33 2.5 71t7.5 79z" />
<glyph unicode="5" d="M78 158l78 107q25 35 65 35q26 0 52 -16.5t61 -36t81 -35.5t111 -16q70 0 123 22.5t88.5 63t53.5 96t18 121.5q0 121 -70 189t-207 68q-108 0 -216 -39l-157 45l123 719h731v-108q0 -54 -34.5 -88t-114.5 -34h-407l-54 -309q100 20 184 21q117 0 205.5 -35t148.5 -96.5 t91 -144t31 -177.5q0 -118 -41.5 -215t-115 -166.5t-174.5 -107t-220 -37.5q-70 0 -132.5 14t-117 38t-101 55.5t-83.5 66.5z" />
<glyph unicode="6" d="M89 504q0 104 42.5 214t131.5 229l353 474q18 25 54 42.5t82 17.5h225l-439 -538q-14 -17 -27 -32.5t-26 -31.5q43 22 93 34t108 12q84 0 163.5 -28t140 -83.5t97 -138.5t36.5 -194q0 -103 -37.5 -193.5t-106.5 -158.5t-165.5 -106.5t-213.5 -38.5q-119 0 -213 37.5 t-160.5 106t-102 164t-35.5 212.5zM332 465q0 -61 17 -112t50 -87t82 -56t114 -20q60 0 111 20.5t87 57.5t56.5 86.5t20.5 108.5q0 63 -19.5 114t-55 86t-86 53.5t-110.5 18.5t-109.5 -20.5t-84.5 -56.5t-54 -86t-19 -107z" />
<glyph unicode="7" d="M98 1310v171h1024v-110q0 -49 -10.5 -79t-20.5 -51l-561 -1155q-17 -36 -48.5 -61t-86.5 -25h-183l573 1132q36 70 80 119h-708q-24 0 -41.5 17.5t-17.5 41.5z" />
<glyph unicode="8" d="M80 416q0 131 64.5 221.5t200.5 134.5q-109 45 -162.5 128t-53.5 200q0 84 34.5 156.5t96 126.5t147 84t187.5 30t187.5 -30t147 -84t96 -126.5t34.5 -156.5q0 -117 -54.5 -200t-161.5 -128q136 -44 200.5 -134.5t64.5 -221.5q0 -98 -37.5 -178t-105 -136.5t-162 -87 t-209.5 -30.5t-209.5 30.5t-162 87t-105 136.5t-37.5 178zM340 420q0 -51 16.5 -95t48.5 -76t79 -50t110 -18q62 0 109.5 18t79.5 50t48.5 76t16.5 95q0 122 -67.5 184.5t-186.5 62.5t-186.5 -62.5t-67.5 -184.5zM376 1096q0 -44 10.5 -85.5t36.5 -74t67.5 -52t103.5 -19.5 q61 0 103 19.5t68 52t36.5 74t10.5 85.5q0 42 -13.5 79.5t-40 67t-67.5 47t-97 17.5t-97 -17.5t-68.5 -47t-40 -67t-12.5 -79.5z" />
<glyph unicode="9" d="M133 1017q0 99 37 186t103.5 152.5t159.5 103.5t206 38q114 0 204.5 -36t154.5 -100.5t98 -154.5t34 -197q0 -69 -11.5 -130.5t-33.5 -118.5t-53 -110.5t-68 -107.5l-339 -484q-17 -25 -51.5 -41.5t-78.5 -16.5h-233l460 574q17 22 32.5 42.5t29.5 40.5 q-51 -33 -112.5 -49.5t-128.5 -16.5q-77 0 -151 26.5t-131.5 80.5t-92.5 133.5t-35 185.5zM386 1036q0 -124 64 -189t182 -65q61 0 108.5 19.5t80.5 53.5t50 80t17 99q0 60 -18.5 108t-52.5 80.5t-80.5 50t-101.5 17.5q-57 0 -103.5 -19t-78.5 -52.5t-49.5 -80.5t-17.5 -102 z" />
<glyph unicode=":" horiz-adv-x="542" d="M116 139q0 32 11.5 60.5t32.5 49t50 33t61 12.5t60.5 -12.5t49 -33t33 -49t12.5 -60.5q0 -33 -12.5 -61t-33 -48.5t-49 -32t-60.5 -11.5q-33 0 -61.5 11.5t-49.5 32t-32.5 48.5t-11.5 61zM116 869q0 32 11.5 60.5t32.5 49t50 33t61 12.5t60.5 -12.5t49 -33t33 -49 t12.5 -60.5q0 -33 -12.5 -61t-33 -48.5t-49 -32t-60.5 -11.5q-33 0 -61.5 11.5t-49.5 32t-32.5 48.5t-11.5 61z" />
<glyph unicode=";" horiz-adv-x="542" d="M116 869q0 32 11.5 60.5t32.5 49t50 33t61 12.5t60.5 -12.5t49 -33t33 -49t12.5 -60.5q0 -33 -12.5 -61t-33 -48.5t-49 -32t-60.5 -11.5q-33 0 -61.5 11.5t-49.5 32t-32.5 48.5t-11.5 61zM123 156q0 29 10.5 53.5t30 43.5t47.5 30t60 11q39 0 68 -14t48.5 -38t28.5 -55 t9 -66q0 -49 -15 -103.5t-43.5 -108.5t-70.5 -105.5t-96 -94.5l-44 40q-18 15 -19 38q0 8 5.5 18.5t14.5 18.5l27.5 30t32.5 41t30 50t20 58q-32 0 -58.5 12t-45.5 32.5t-29.5 48t-10.5 60.5z" />
<glyph unicode="&#x3c;" d="M142 639v102l811 423v-180q0 -20 -10 -37t-34 -29l-371 -191q-24 -12 -50 -21t-56 -16q30 -7 56 -15.5t50 -21.5l371 -191q24 -12 34 -29t10 -38v-180z" />
<glyph unicode="=" d="M139 414v188h908v-188h-908zM139 775v188h908v-188h-908z" />
<glyph unicode="&#x3e;" d="M234 215v180q0 20 10.5 37.5t34.5 29.5l371 191q45 23 106 37q-30 7 -56 16t-50 21l-371 191q-24 12 -34.5 29t-10.5 37v180l812 -423v-102z" />
<glyph unicode="?" horiz-adv-x="861" d="M38 1347q35 31 76.5 58.5t89.5 48t104.5 32t121.5 11.5q89 0 162.5 -24.5t125.5 -70t80.5 -110t28.5 -144.5q0 -78 -22.5 -135t-56.5 -99t-74 -72.5t-76 -57.5t-62 -53t-31 -59l-24 -150h-173l-17 167q-1 5 -1 9v9q0 45 22.5 78t56 62.5t72.5 57t73 59.5t56.5 73t22.5 97 q0 37 -14 66t-38.5 50t-59 32t-73.5 11q-58 0 -99 -12.5t-69 -28.5t-47.5 -29t-34.5 -13q-37 0 -54 31zM231 139q0 32 12 60.5t33 49t49.5 33t61.5 12.5q32 0 60.5 -12.5t49 -33t33 -49t12.5 -60.5q0 -33 -12.5 -61t-33 -48.5t-49 -32t-60.5 -11.5q-33 0 -61.5 11.5 t-49.5 32t-33 48.5t-12 61z" />
<glyph unicode="@" horiz-adv-x="1684" d="M69 597q0 110 28 213t80 194t126 166.5t164 130t195 84.5t220 30q145 0 278.5 -48.5t236.5 -139t164.5 -221t61.5 -294.5q0 -110 -32 -205.5t-90 -166.5t-136.5 -111.5t-170.5 -40.5q-70 0 -124.5 33t-76.5 106q-60 -74 -127.5 -106t-145.5 -32q-65 0 -112.5 22.5 t-79.5 62t-48 93.5t-16 117q0 58 15 118.5t44.5 116t74 104t105 85t135 57.5t166.5 21q79 0 135 -12t108 -35l-98 -380q-16 -66 -16 -109q0 -31 7.5 -51.5t20.5 -33t31 -17t40 -4.5q43 0 81.5 27t67 76.5t45.5 117t17 147.5q0 133 -41.5 234.5t-116 169.5t-177.5 102 t-226 34q-134 0 -249.5 -50.5t-200 -138.5t-132 -208t-47.5 -258q0 -168 52 -295.5t143.5 -213t214.5 -128.5t267 -43q79 0 147.5 8.5t126 23.5t104.5 34t84 41q20 11 34 11q30 0 42 -33l35 -91q-106 -70 -248.5 -114t-324.5 -44q-185 0 -343 58.5t-273 167.5t-180 265.5 t-65 352.5zM659 490q0 -66 28.5 -102t82.5 -36q27 0 54 8.5t51.5 29.5t45 55.5t33.5 86.5l75 289q-33 6 -67 6q-63 0 -119 -27.5t-96 -74.5t-64 -108t-24 -127z" />
<glyph unicode="A" horiz-adv-x="1454" d="M6 0l582 1481h281l582 -1481h-213q-36 0 -59 18t-33 44l-111 303h-613l-111 -303q-8 -24 -32 -43t-59 -19h-214zM493 559h472l-181 493q-12 33 -27 77.5t-29 96.5q-14 -52 -28 -97.5t-27 -78.5z" />
<glyph unicode="B" horiz-adv-x="1334" d="M150 0v1481h510q145 0 248.5 -28t169.5 -79t96.5 -123.5t30.5 -164.5q0 -52 -15 -99.5t-47.5 -89t-82 -75.5t-118.5 -57q305 -69 305 -330q0 -94 -35.5 -174t-104.5 -137.5t-169 -90.5t-229 -33h-559zM425 215h280q77 0 128.5 18.5t82.5 49t45 71.5t14 87 q0 48 -15.5 86.5t-48 66t-84 41.5t-124.5 14h-278v-434zM425 840h220q140 0 213 51t73 163q0 116 -65.5 165t-205.5 49h-235v-428z" />
<glyph unicode="C" horiz-adv-x="1373" d="M63 740q0 167 55.5 306t156 239t240 156t308.5 56q165 0 288.5 -52.5t211.5 -139.5l-92 -128q-8 -12 -21 -21.5t-35 -9.5q-24 0 -48.5 18.5t-62.5 40t-96 40t-147 18.5q-104 0 -191.5 -36.5t-150.5 -104t-98.5 -164.5t-35.5 -218q0 -125 35.5 -222t96 -163.5t142 -102 t176.5 -35.5q56 0 101.5 6t84 19.5t72.5 34.5t68 52q10 9 21.5 14.5t24.5 5.5q23 0 39 -17l109 -118q-90 -112 -221.5 -171t-316.5 -59q-165 0 -296.5 56t-224.5 156.5t-143 239.5t-50 304z" />
<glyph unicode="D" horiz-adv-x="1530" d="M150 0v1481h565q168 0 306 -55t236.5 -152.5t152.5 -234t54 -299.5t-54 -299t-152.5 -234t-236.5 -152.5t-306 -54.5h-565zM427 219h288q109 0 195 36t146.5 103t93.5 163.5t33 218.5t-33 219t-93.5 164t-147 103t-194.5 36h-288v-1043z" />
<glyph unicode="E" horiz-adv-x="1172" d="M150 0v1481h933v-219h-656v-411h517v-212h-517v-419h656v-220h-933z" />
<glyph unicode="F" horiz-adv-x="1149" d="M150 0v1481h933v-219h-656v-439h554v-220h-554v-603h-277z" />
<glyph unicode="G" horiz-adv-x="1480" d="M63 740q0 167 54.5 306.5t154.5 239.5t242 155.5t320 55.5q181 0 313.5 -53.5t224.5 -139.5l-80 -125q-24 -38 -62 -38q-25 0 -50 16q-33 19 -67.5 38.5t-76 34t-93 24t-119.5 9.5q-110 0 -198 -37t-150.5 -105.5t-96.5 -165t-34 -215.5q0 -128 36 -227.5t100.5 -168.5 t153.5 -105t194 -36q93 0 162.5 17t131.5 46v270h-185q-27 0 -42 14.5t-15 36.5v155h492v-599q-56 -41 -117 -71t-130 -49.5t-148 -29t-170 -9.5q-162 0 -298 56t-235.5 156.5t-155.5 239.5t-56 304z" />
<glyph unicode="H" horiz-adv-x="1548" d="M150 0v1481h277v-637h694v637h278v-1481h-278v647h-694v-647h-277z" />
<glyph unicode="I" horiz-adv-x="643" d="M183 0v1481h277v-1481h-277z" />
<glyph unicode="J" horiz-adv-x="894" d="M39 11l14 164q2 23 17 36.5t44 13.5q17 0 45 -7t71 -7q58 0 103.5 17t75.5 53.5t45.5 95.5t15.5 143v961h275v-955q0 -125 -30.5 -225t-91.5 -171t-152 -108.5t-212 -37.5q-55 0 -108.5 6.5t-111.5 20.5z" />
<glyph unicode="K" horiz-adv-x="1429" d="M159 0v1482h275v-622h65q39 0 64.5 11t43.5 34l409 517q26 33 54 46t71 13h237l-498 -616q-24 -29 -45.5 -48t-46.5 -32q34 -12 61.5 -34.5t52.5 -57.5l514 -693h-244q-49 0 -73 14t-40 40l-419 547q-20 27 -46 38.5t-73 11.5h-87v-651h-275z" />
<glyph unicode="L" horiz-adv-x="1058" d="M150 0v1481h275v-1254h593v-227h-868z" />
<glyph unicode="M" horiz-adv-x="1904" d="M150 0v1481h207q18 0 31.5 -1t24.5 -5.5t20 -13.5t18 -24l442 -823q17 -33 32 -68t29 -71q14 37 29.5 73t33.5 68l438 821q8 15 17 24t19.5 13.5t24 5.5t31.5 1h208v-1481h-243v956q0 27 2 59t5 64l-448 -839q-15 -29 -39.5 -45t-57.5 -16h-38q-33 0 -57.5 16t-39.5 45 l-454 842q4 -34 5.5 -66t1.5 -60v-956h-242z" />
<glyph unicode="N" horiz-adv-x="1548" d="M150 0v1481h144q18 0 30.5 -1.5t22 -6.5t19 -13.5t20.5 -22.5l777 -991q-4 36 -5.5 70.5t-1.5 64.5v900h243v-1481h-143q-33 0 -54 10t-42 37l-774 986q3 -33 4.5 -65t1.5 -59v-909h-242z" />
<glyph unicode="O" horiz-adv-x="1637" d="M69 740q0 163 54 302t153 240t237.5 158t306.5 57t306.5 -57.5t236.5 -158t152.5 -239.5t54.5 -302t-54.5 -301.5t-152.5 -240t-236.5 -158t-306.5 -56.5t-306.5 56.5t-237.5 158t-153 240t-54 301.5zM350 740q0 -122 33 -218.5t94 -163.5t148 -103t195 -36 q109 0 195.5 36t147 103t92.5 163.5t32 218.5t-32 219t-92.5 164.5t-147 103.5t-195.5 36t-195.5 -36t-147.5 -103.5t-94 -164.5t-33 -219z" />
<glyph unicode="P" horiz-adv-x="1280" d="M159 0v1481h482q148 0 257 -35t179.5 -97.5t104 -149.5t33.5 -190q0 -108 -35.5 -197.5t-107.5 -154t-179.5 -100.5t-251.5 -36h-207v-521h-275zM434 736h207q76 0 132 19t93 54.5t55.5 86t18.5 113.5q0 59 -18.5 107t-55.5 82t-93 52t-132 18h-207v-532z" />
<glyph unicode="Q" horiz-adv-x="1637" d="M69 740q0 163 54 302t153 240t237.5 158t306.5 57t306.5 -57.5t236.5 -158t152.5 -239.5t54.5 -302q0 -99 -20.5 -189.5t-59 -169.5t-94 -145t-125.5 -116l376 -410h-228q-49 0 -88.5 13.5t-72.5 49.5l-217 239q-52 -14 -106.5 -21t-114.5 -7q-168 0 -306.5 56.5 t-237.5 158t-153 240t-54 301.5zM350 740q0 -122 33 -218.5t94 -163.5t148 -103t195 -36q109 0 195.5 36t147 103t92.5 163.5t32 218.5t-32 219t-92.5 164.5t-147 103.5t-195.5 36t-195.5 -36t-147.5 -103.5t-94 -164.5t-33 -219z" />
<glyph unicode="R" horiz-adv-x="1341" d="M159 0v1481h451q152 0 260 -31.5t177 -87.5t101.5 -134.5t32.5 -172.5q0 -75 -22 -141.5t-63.5 -121t-102.5 -95.5t-139 -65q52 -30 90 -85l371 -547h-248q-36 0 -61 14.5t-42 40.5l-312 474q-17 27 -38 38.5t-62 11.5h-118v-579h-275zM434 776h172q78 0 136 19.5t95 54 t55.5 81.5t18.5 103q0 113 -74 173.5t-227 60.5h-176v-492z" />
<glyph unicode="S" horiz-adv-x="1098" d="M37 178l80 132q11 14 27 24t35 10q26 0 55.5 -21t70 -46.5t95.5 -46.5t131 -21q118 0 182.5 56t64.5 160q0 58 -29 95t-77 62t-109.5 42.5t-125 38t-125 49t-109.5 75t-77.5 115.5t-29.5 170q0 81 32.5 158t94.5 136t152 95t206 36q131 0 241.5 -41t188.5 -115l-68 -130 q-11 -23 -26 -32t-35 -9t-46 16t-61 35.5t-81.5 35.5t-109.5 16q-57 0 -100 -14t-72 -38.5t-43.5 -59t-14.5 -75.5q0 -52 29.5 -86.5t77.5 -59.5t109.5 -44t125.5 -41t125.5 -51.5t109.5 -74t77 -109t29 -156.5q0 -100 -34 -188t-100 -153t-161.5 -102t-218.5 -37 q-71 0 -139.5 13.5t-131.5 39t-117.5 61.5t-97.5 80z" />
<glyph unicode="T" horiz-adv-x="1218" d="M25 1254v227h1168v-227h-445v-1254h-276v1254h-447z" />
<glyph unicode="U" horiz-adv-x="1490" d="M132 594v887h276v-886q0 -85 23 -153.5t66 -117.5t106 -75.5t142 -26.5q80 0 143 26.5t106.5 75t66.5 117t23 153.5v887h276v-887q0 -132 -42.5 -244t-122.5 -193.5t-193.5 -127t-256.5 -45.5q-142 0 -255.5 45.5t-193 127t-122 193.5t-42.5 244z" />
<glyph unicode="V" horiz-adv-x="1454" d="M4 1481h222q36 0 58.5 -17.5t33.5 -45.5l349 -903q17 -44 33 -96.5t30 -111.5q24 118 58 208l348 903q9 24 32.5 43.5t58.5 19.5h222l-598 -1481h-249z" />
<glyph unicode="W" horiz-adv-x="2143" d="M12 1481h232q36 0 60 -17t32 -46l252 -886q9 -33 16.5 -71t15.5 -81q8 43 17.5 81.5t20.5 70.5l291 886q8 24 32.5 43.5t58.5 19.5h81q36 0 59.5 -17t32.5 -46l289 -886q23 -66 39 -145q7 40 15 77t16 68l252 886q7 26 31.5 44.5t59.5 18.5h216l-460 -1481h-249 l-323 1012q-6 19 -13 41.5t-13 48.5q-6 -26 -12.5 -48.5t-12.5 -41.5l-327 -1012h-249z" />
<glyph unicode="X" horiz-adv-x="1390" d="M12 0l493 762l-472 719h274q29 0 41.5 -8t23.5 -25l337 -544q5 13 11 26t14 26l308 487q23 38 59 38h264l-477 -708l490 -773h-275q-28 0 -45 14.5t-28 32.5l-343 567q-4 -12 -9 -22.5t-10 -20.5l-329 -524q-11 -17 -27.5 -32t-41.5 -15h-258z" />
<glyph unicode="Y" horiz-adv-x="1340" d="M-7 1481h243q36 0 56.5 -17.5t35.5 -44.5l271 -494q24 -44 41 -83.5t32 -77.5q13 39 30 78.5t40 82.5l270 494q11 23 33.5 42.5t57.5 19.5h244l-539 -906v-575h-276v575z" />
<glyph unicode="Z" horiz-adv-x="1263" d="M63 0v109q0 20 7.5 39t18.5 35l762 1079h-739v219h1095v-102q0 -47 -26 -86l-760 -1073h768v-220h-1126z" />
<glyph unicode="[" horiz-adv-x="614" d="M118 -315v1899h420v-99q0 -27 -19 -46t-49 -19h-141v-1572h141q30 0 49 -18.5t19 -45.5v-99h-420z" />
<glyph unicode="\" horiz-adv-x="799" d="M-29 1522h109q45 0 78 -23t51 -66l597 -1530h-107q-40 0 -78 23.5t-56 70.5z" />
<glyph unicode="]" horiz-adv-x="614" d="M77 -216q0 27 19 45.5t48 18.5h142v1572h-142q-30 0 -48.5 19t-18.5 46v99h420v-1899h-420v99z" />
<glyph unicode="^" d="M125 796l382 685h164l382 -685h-186q-24 0 -38.5 12t-24.5 30l-163 296q-15 29 -28 54t-21 52q-8 -27 -19.5 -53t-26.5 -53l-160 -296q-9 -17 -24.5 -29.5t-42.5 -12.5h-194z" />
<glyph unicode="_" horiz-adv-x="806" d="M0 -137h807v-164h-807v164z" />
<glyph unicode="`" horiz-adv-x="653" d="M-1 1497h237q42 0 61.5 -14t35.5 -40l146 -249h-144q-29 0 -47 7.5t-36 28.5z" />
<glyph unicode="a" horiz-adv-x="1072" d="M83 268q0 59 31 117t104 105t193.5 77.5t300.5 34.5v62q0 105 -44.5 155.5t-129.5 50.5q-61 0 -102.5 -14t-71.5 -32t-55.5 -32.5t-56.5 -14.5q-26 0 -44.5 13.5t-29.5 32.5l-46 81q181 166 437 166q92 0 164.5 -30t122.5 -84t76 -128.5t26 -163.5v-664h-113 q-36 0 -56.5 11t-30.5 43l-23 75q-40 -36 -78.5 -63t-79 -45.5t-87 -27.5t-102.5 -9q-67 0 -123 17.5t-96.5 53.5t-63 89t-22.5 124zM325 282q0 -67 39 -95.5t103 -28.5q39 0 71.5 7t62 21.5t56.5 35.5t55 49v178q-111 -5 -185 -19t-119.5 -35.5t-64 -50t-18.5 -62.5z" />
<glyph unicode="b" horiz-adv-x="1167" d="M138 0v1522h253v-600q62 67 141 106t185 39q86 0 157 -35.5t123 -103t80 -166.5t28 -228q0 -118 -32 -218.5t-90.5 -174t-142 -115t-187.5 -41.5q-48 0 -88 9.5t-72.5 27t-61 42.5t-53.5 56l-11 -71q-6 -27 -21 -38t-41 -11h-167zM391 272q43 -53 94 -74t110 -21 q57 0 103 21.5t78.5 65.5t50 111t17.5 159t-15 156t-42.5 104t-67 58t-89.5 18q-79 0 -135 -33t-104 -94v-471z" />
<glyph unicode="c" horiz-adv-x="976" d="M65 527q0 116 33 215t97.5 171t160 113t218.5 41q118 0 206.5 -38t159.5 -108l-67 -93q-11 -14 -21.5 -22t-31.5 -8q-19 0 -37.5 11.5t-44 26.5t-61 26.5t-87.5 11.5q-67 0 -117 -24t-83.5 -69t-49.5 -109t-16 -145q0 -84 17.5 -149.5t51.5 -110t82 -67.5t109 -23 q60 0 97.5 15t63 33t44.5 32.5t42 14.5q31 0 47 -23l72 -92q-42 -49 -91 -82.5t-101.5 -53.5t-109 -28t-111.5 -8q-97 0 -183.5 36t-150.5 106t-101 170.5t-37 229.5z" />
<glyph unicode="d" horiz-adv-x="1167" d="M62 522q0 117 32 217.5t91.5 174t142.5 115t186 41.5q88 0 150.5 -28t111.5 -75v555h253v-1522h-155q-49 0 -64 46l-20 101q-33 -37 -69 -66.5t-77.5 -51t-89 -33t-102.5 -11.5q-86 0 -158 35.5t-123.5 104t-80 168.5t-28.5 229zM324 522q0 -92 14.5 -156t42.5 -104.5 t67.5 -58.5t89.5 -18q79 0 134 33t104 93v471q-43 52 -93.5 74t-109.5 22q-57 0 -103.5 -21.5t-79 -65t-49.5 -111t-17 -158.5z" />
<glyph unicode="e" horiz-adv-x="1094" d="M65 548q0 108 34.5 202.5t99.5 164.5t159 111t211 41q99 0 183 -31.5t144 -92.5t94 -149.5t34 -202.5q0 -29 -2.5 -48t-9 -29.5t-18 -15t-28.5 -4.5h-650q11 -162 87 -238t201 -76q61 0 106 14.5t78 32t58 31.5t49 14q15 0 26.5 -6t19.5 -17l74 -92q-42 -49 -94.5 -82.5 t-109 -53.5t-115.5 -28t-114 -8q-110 0 -204 36t-164 107.5t-109.5 176.5t-39.5 243zM322 646h475q0 49 -13.5 92.5t-41 76.5t-69.5 52t-99 19q-111 0 -173 -62.5t-79 -177.5z" />
<glyph unicode="f" horiz-adv-x="717" d="M24 938v103h156v78q0 90 27 162t78 122t123.5 76.5t163.5 26.5q73 0 136 -19l-6 -127q-2 -30 -27.5 -37t-59.5 -7q-45 0 -80 -10t-59.5 -34t-37.5 -63.5t-13 -97.5v-70h273v-180h-265v-861h-253v860l-91 14q-30 5 -47.5 20.5t-17.5 43.5z" />
<glyph unicode="g" horiz-adv-x="1059" d="M33 -92q0 74 45 124t125 80q-39 22 -62.5 57.5t-23.5 92.5q0 24 8 49t25 49.5t42.5 46.5t60.5 39q-80 43 -125.5 115t-45.5 168q0 78 31 141t87 107.5t132.5 68t166.5 23.5q68 0 127 -14t108 -40h302v-94q0 -24 -12 -37.5t-42 -18.5l-94 -17q10 -27 15.5 -56.5t5.5 -62.5 q0 -78 -31 -141t-86 -107t-130 -68t-163 -24q-59 0 -116 11q-49 -30 -49 -66q0 -32 29 -47t76.5 -21t108 -7.5t124 -6.5t124 -18t108 -40.5t77 -75t29.5 -122.5q0 -70 -34.5 -135.5t-99.5 -116.5t-159 -82.5t-215 -31.5q-120 0 -208 23t-146 61.5t-86.5 89t-28.5 104.5z M252 -59q0 -28 14 -52t44 -41.5t78 -27t118 -9.5q71 0 122 10.5t84 29.5t48.5 45t15.5 57t-18.5 50.5t-50 30t-74 15.5t-90 7.5t-98.5 5.5t-98 9q-43 -24 -69 -56t-26 -74zM312 723q0 -37 12 -68.5t35 -54.5t58.5 -36t81.5 -13q47 0 81.5 13t58 35.5t35 54t11.5 69.5 q0 78 -46.5 123.5t-139.5 45.5t-140 -45.5t-47 -123.5z" />
<glyph unicode="h" horiz-adv-x="1164" d="M135 0v1522h253v-585q61 58 135 94t173 36q86 0 152.5 -29t111.5 -82t68 -126t23 -161v-669h-253v669q0 96 -44.5 148.5t-133.5 52.5q-66 0 -123.5 -29.5t-108.5 -80.5v-760h-253z" />
<glyph unicode="i" horiz-adv-x="555" d="M119 1357q0 34 12.5 63.5t34 51t51 34.5t62.5 13q34 0 63.5 -13t51.5 -34.5t35 -51t13 -63.5q0 -33 -13 -61.5t-35 -50t-52 -34.5t-63 -13t-62.5 13t-51 34.5t-34 50t-12.5 61.5zM152 0v1051h252v-1051h-252z" />
<glyph unicode="j" horiz-adv-x="550" d="M-59 -349l8 136q3 20 16 26t51 6t64 7.5t42 24.5t23 44.5t7 68.5v1087h252v-1087q0 -69 -17.5 -129t-57 -105.5t-103.5 -72t-156 -26.5q-36 0 -66.5 5t-62.5 15zM119 1357q0 34 12.5 63.5t34 51t51 34.5t62.5 13q34 0 63.5 -13t51.5 -34.5t35 -51t13 -63.5 q0 -33 -13 -61.5t-35 -50t-52 -34.5t-63 -13t-62.5 13t-51 34.5t-34 50t-12.5 61.5z" />
<glyph unicode="k" horiz-adv-x="1129" d="M138 0v1522h253v-872h47q26 0 40.5 7.5t30.5 26.5l261 323q17 20 36.5 32t51.5 12h232l-327 -391q-17 -22 -35.5 -39.5t-40.5 -30.5q22 -15 38 -35.5t33 -44.5l350 -510h-228q-30 0 -50.5 10t-36.5 35l-268 398q-15 24 -30.5 31t-45.5 7h-58v-481h-253z" />
<glyph unicode="l" horiz-adv-x="555" d="M152 0v1522h252v-1522h-252z" />
<glyph unicode="m" horiz-adv-x="1724" d="M135 0v1051h155q49 0 64 -46l17 -78q28 31 58 56.5t64 44t73.5 29t86.5 10.5q99 0 163.5 -54t95.5 -143q25 52 62 89.5t81 61t93.5 35t99.5 11.5q87 0 154.5 -26.5t114 -78t70.5 -125t24 -168.5v-669h-253v669q0 100 -44 150.5t-129 50.5q-39 0 -72.5 -13t-58.5 -38 t-39.5 -63t-14.5 -87v-669h-254v669q0 105 -42 153t-125 48q-54 0 -102 -27t-89 -74v-769h-253z" />
<glyph unicode="n" horiz-adv-x="1164" d="M135 0v1051h155q49 0 64 -46l18 -83q32 33 67 59.5t74.5 46t84.5 29.5t98 10q86 0 152.5 -29t111.5 -82t68 -126t23 -161v-669h-253v669q0 96 -44.5 148.5t-133.5 52.5q-66 0 -123.5 -29.5t-108.5 -80.5v-760h-253z" />
<glyph unicode="o" horiz-adv-x="1164" d="M62 527q0 124 37.5 224.5t105.5 170t164.5 107.5t214.5 38t213.5 -38t163 -107.5t104.5 -170t37 -224.5q0 -125 -37 -225t-104.5 -171t-163.5 -108.5t-213 -37.5q-118 0 -214.5 37.5t-164.5 108.5t-105.5 171t-37.5 225zM324 525q0 -169 63.5 -257.5t196.5 -88.5 q131 0 194 88t63 258t-63 259t-194 89q-133 0 -196.5 -89.5t-63.5 -258.5z" />
<glyph unicode="p" horiz-adv-x="1158" d="M135 -343v1394h155q25 0 42 -11.5t22 -34.5l21 -98q63 73 145.5 118t193.5 45q86 0 157 -36t123 -104t80 -167.5t28 -228.5q0 -118 -32 -218.5t-90.5 -174t-142 -115t-187.5 -41.5q-89 0 -151 27t-111 75v-430h-253zM388 272q43 -53 93.5 -74t109.5 -21q57 0 103.5 21.5 t79 65.5t50 111t17.5 159t-15 156t-42.5 104t-67 58t-89.5 18q-79 0 -135 -33t-104 -94v-471z" />
<glyph unicode="q" horiz-adv-x="1167" d="M62 522q0 117 32 217.5t91.5 174t142.5 115t186 41.5q49 0 89.5 -8.5t75 -25t63 -39t55.5 -51.5l13 59q5 24 22.5 35t41.5 11h155v-1394h-253v475q-32 -34 -67 -61t-75 -46t-85 -29.5t-97 -10.5q-86 0 -158 35.5t-123.5 104t-80 168.5t-28.5 229zM324 522 q0 -92 14.5 -156t42.5 -104.5t67.5 -58.5t89.5 -18q79 0 134 33t104 93v471q-43 52 -93.5 74t-109.5 22q-57 0 -103.5 -21.5t-79 -65t-49.5 -111t-17 -158.5z" />
<glyph unicode="r" horiz-adv-x="836" d="M135 0v1051h149q39 0 54 -14.5t20 -49.5l16 -127q56 97 132 153.5t170 56.5q78 0 129 -36l-33 -189q-3 -18 -13 -26t-28 -8q-15 0 -41.5 7t-71.5 7q-79 0 -135 -43.5t-95 -127.5v-654h-253z" />
<glyph unicode="s" horiz-adv-x="894" d="M43 113l58 96q11 17 26.5 26.5t39.5 9.5t44.5 -13.5t48.5 -29t65 -28.5t95 -13q45 0 77 10.5t53 28t31 40.5t10 48q0 37 -22 60.5t-58.5 41t-83 31t-95 30t-95.5 38.5t-83 56t-58 83t-22 118q0 65 25.5 123.5t75 102t124 69.5t171.5 26q109 0 198 -36t148 -94l-57 -91 q-10 -16 -21.5 -23t-28.5 -7q-18 0 -39.5 10.5t-49 23t-63 23t-83.5 10.5q-75 0 -118 -32t-43 -83q0 -34 22 -57t58.5 -40.5t82.5 -31t94 -30t94.5 -37.5t82.5 -53.5t58 -77.5t22 -108q0 -76 -27.5 -140t-80.5 -110.5t-131.5 -72.5t-179.5 -26q-54 0 -106 9.5t-99.5 27 t-88 41t-71.5 51.5z" />
<glyph unicode="t" horiz-adv-x="792" d="M40 914v101l169 27l53 287q4 20 19 31.5t37 11.5h132v-331h276v-180h-276v-569q0 -49 24.5 -77t65.5 -28q24 0 39.5 6t27 12t21 11.5t18.5 5.5q11 0 18.5 -5.5t15.5 -16.5l76 -123q-55 -46 -127 -69.5t-149 -23.5q-136 0 -209.5 77t-73.5 213v587h-107q-20 0 -35 13 t-15 40z" />
<glyph unicode="u" horiz-adv-x="1164" d="M114 383v668h253v-668q0 -96 44.5 -149t133.5 -53q66 0 123 29.5t108 80.5v760h253v-1051h-155q-49 0 -64 46l-17 84q-33 -33 -68 -60t-74.5 -46t-85 -29.5t-97.5 -10.5q-86 0 -152 29t-111 82t-68 126.5t-23 161.5z" />
<glyph unicode="v" horiz-adv-x="1092" d="M14 1051h210q28 0 47 -13.5t26 -33.5l203 -562q17 -49 29 -96t21 -94q9 47 21 94t30 96l208 562q7 20 25.5 33.5t44.5 13.5h199l-416 -1051h-230z" />
<glyph unicode="w" horiz-adv-x="1619" d="M7 1051h201q29 0 48 -13.5t25 -33.5l150 -562q12 -46 20 -90t15 -88q11 44 24 88t27 90l174 564q6 20 24.5 33.5t43.5 13.5h111q28 0 46.5 -13.5t24.5 -33.5l172 -574q13 -44 24 -85.5t21 -83.5q7 44 16 88t22 91l156 562q5 20 24.5 33.5t44.5 13.5h192l-333 -1051h-204 q-33 0 -47 45l-189 607q-9 30 -17 60t-13 60q-6 -31 -13 -61t-17 -61l-191 -605q-14 -45 -55 -45h-194z" />
<glyph unicode="x" horiz-adv-x="1105" d="M25 0l359 542l-345 509h244q28 0 41 -8t23 -25l220 -351q5 17 13 34.5t19 34.5l177 277q12 19 25.5 28.5t33.5 9.5h232l-346 -498l360 -553h-243q-28 0 -45 14.5t-28 32.5l-223 366q-9 -37 -26 -62l-197 -304q-11 -17 -27.5 -32t-40.5 -15h-226z" />
<glyph unicode="y" horiz-adv-x="1092" d="M7 1051h221q31 0 47.5 -14.5t24.5 -32.5l224 -545q11 -27 19.5 -55.5t14.5 -57.5q8 30 18 57.5t21 56.5l211 544q8 20 27 33.5t43 13.5h202l-572 -1340q-11 -27 -29 -40.5t-55 -13.5h-188l196 421z" />
<glyph unicode="z" horiz-adv-x="961" d="M69 0v105q0 17 8 41.5t25 46.5l504 664h-508v194h797v-105q0 -27 -9.5 -52t-23.5 -42l-500 -657h519v-195h-812z" />
<glyph unicode="{" horiz-adv-x="614" d="M30 561v147q65 0 94 39t29 102q0 48 -7 95.5t-15.5 96t-15 97t-6.5 98.5q0 78 22.5 142t69 110t117.5 71t167 25h55v-113q0 -13 -6 -22.5t-14.5 -16t-17.5 -9.5t-17 -3h-9q-72 0 -109.5 -45t-37.5 -124q0 -56 6 -107.5t12.5 -100.5t13 -96t6.5 -95q0 -39 -11 -74t-32 -63 t-50 -49.5t-66 -31.5q37 -11 66 -32t50 -50t32 -63.5t11 -72.5q0 -48 -6.5 -95.5t-13 -96t-12.5 -100t-6 -108.5q0 -78 37.5 -123t109.5 -45h9q7 0 16.5 -3t18 -9t14.5 -16t6 -24v-111h-55q-96 0 -167 25t-117.5 70.5t-69 109.5t-22.5 142q0 50 6.5 98.5t15 96.5t15.5 96.5 t7 96.5q0 62 -29 101.5t-94 39.5z" />
<glyph unicode="|" horiz-adv-x="614" d="M209 -343v1927h197v-1927h-197z" />
<glyph unicode="}" horiz-adv-x="614" d="M75 -204q0 13 5.5 23.5t14 16.5t18 9t16.5 3h9q72 0 110 45.5t38 122.5q0 56 -6.5 108t-13 100.5t-12.5 96t-6 95.5q0 38 10.5 72.5t31 63.5t50.5 50t67 32q-37 10 -67 31.5t-50.5 49.5t-31 63t-10.5 74q0 48 6 95t12.5 96t13 100.5t6.5 107.5q0 79 -38 124t-110 45h-9 q-7 0 -16.5 3t-18 9.5t-14 16t-5.5 22.5v113h54q96 0 167.5 -25t118 -71t69 -110t22.5 -142q0 -50 -6.5 -98.5t-15.5 -97t-15.5 -96t-6.5 -95.5q0 -62 29 -101.5t94 -39.5v-147q-65 0 -94 -39.5t-29 -101.5q0 -48 6.5 -96.5t15.5 -96.5t15.5 -96.5t6.5 -98.5 q0 -78 -22.5 -142t-69 -109.5t-118 -70.5t-167.5 -25h-54v111z" />
<glyph unicode="~" d="M100 408q0 79 21 142.5t60.5 109.5t97 70.5t131.5 24.5q54 0 103.5 -14.5t94 -31.5t83.5 -31t72 -14q57 0 89 36.5t32 103.5h203q0 -79 -20.5 -143t-60 -109.5t-97 -70t-131.5 -24.5q-54 0 -103.5 14t-94 31t-83.5 31.5t-72 14.5q-57 0 -89 -37t-32 -103h-204z" />
<glyph unicode="&#xa2;" d="M126 525q0 112 34 208.5t100 168.5t162.5 115t221.5 48l14 161q2 24 20.5 43.5t48.5 19.5h93l-20 -234q81 -14 146.5 -48.5t120.5 -85.5l-66 -90q-10 -14 -20 -21t-31 -7q-14 0 -29.5 6.5t-35.5 17t-44.5 20.5t-57.5 18l-59 -689q54 5 90.5 20t62.5 30.5t45.5 27.5 t40.5 12q31 0 47 -21l69 -90q-36 -42 -79 -72t-90 -50t-98 -30.5t-104 -14.5l-13 -151q-2 -25 -20.5 -44.5t-47.5 -19.5h-93l18 219q-91 13 -169 54.5t-135.5 109.5t-89.5 160.5t-32 208.5zM376 525q0 -137 50 -221.5t143 -114.5l59 683q-129 -16 -190.5 -106t-61.5 -241z " />
<glyph unicode="&#xa3;" d="M40 614v81q0 35 21.5 60t63.5 25h111v242q0 96 28.5 182.5t87 151.5t146.5 103t207 38q82 0 146.5 -21t115.5 -57t88.5 -84.5t63.5 -104.5l-101 -65q-33 -16 -59 -16q-38 0 -67 34q-19 23 -38 41.5t-41 32t-48.5 20.5t-59.5 7q-105 0 -157.5 -69t-52.5 -192v-243h418 v-100q0 -25 -20 -45.5t-51 -20.5h-347v-198q0 -68 -25.5 -120.5t-69.5 -97.5q76 17 151 17h600v-106q0 -18 -7.5 -38t-22 -36t-34.5 -25.5t-45 -9.5h-982v159q35 8 67 23t56 38t38.5 54t14.5 73v267h-196z" />
<glyph unicode="&#xa5;" d="M11 1481h210q36 0 58.5 -17t34.5 -45l225 -499q20 -46 32.5 -85t20.5 -77q8 38 20 77t32 85l222 499q11 24 34 43t57 19h212l-408 -833h282v-141h-326v-97h326v-141h-326v-269h-253v269h-328v141h328v97h-328v141h283z" />
<glyph unicode="&#xa9;" horiz-adv-x="1620" d="M54 740q0 104 27.5 201t76.5 181t118 153.5t153 118.5t180.5 76t200.5 27t201 -27t181 -76t153 -118.5t118 -153.5t76.5 -180.5t27.5 -201.5q0 -103 -27.5 -200t-76.5 -180.5t-118 -152.5t-153 -118t-181 -76t-201 -27t-200.5 27t-180.5 76t-153 118t-118 152.5 t-76.5 180t-27.5 200.5zM193 740q0 -133 47.5 -248.5t131 -201t196 -135t242.5 -49.5t243.5 49.5t197.5 135t132.5 201t48.5 248.5q0 89 -22 171t-62 153.5t-97 129t-125.5 99t-148.5 64t-167 22.5t-166.5 -22.5t-148 -64t-124.5 -99t-95.5 -129t-61 -153.5t-21.5 -171z M362 743q0 104 36 191.5t99.5 150.5t149 98t186.5 35q115 0 196 -38t136 -99l-66 -91q-6 -8 -16.5 -16t-27.5 -8t-32.5 10t-37 22.5t-54.5 22.5t-85 10q-61 0 -109.5 -20t-81.5 -57.5t-50.5 -90.5t-17.5 -120q0 -70 18 -123t49.5 -89t75 -55t94.5 -19q50 0 82.5 8t55 19.5 t40 22.5t39.5 17q11 0 20.5 -4.5t15.5 -12.5l84 -89q-57 -73 -144 -111.5t-205 -38.5q-102 0 -185 36.5t-142 100.5t-91 150.5t-32 187.5z" />
<glyph unicode="&#xad;" horiz-adv-x="735" d="M102 513v211h531v-211h-531z" />
<glyph unicode="&#xae;" horiz-adv-x="1620" d="M54 740q0 104 27.5 201t76.5 181t118 153.5t153 118.5t180.5 76t200.5 27t201 -27t181 -76t153 -118.5t118 -153.5t76.5 -180.5t27.5 -201.5q0 -103 -27.5 -200t-76.5 -180.5t-118 -152.5t-153 -118t-181 -76t-201 -27t-200.5 27t-180.5 76t-153 118t-118 152.5 t-76.5 180t-27.5 200.5zM193 740q0 -133 47.5 -248.5t131 -201t196 -135t242.5 -49.5t243.5 49.5t197.5 135t132.5 201t48.5 248.5q0 89 -22 171t-62 153.5t-97 129t-125.5 99t-148.5 64t-167 22.5t-166.5 -22.5t-148 -64t-124.5 -99t-95.5 -129t-61 -153.5t-21.5 -171z M476 284v918h329q191 0 280.5 -68.5t89.5 -196.5q0 -91 -47.5 -159t-146.5 -100q24 -13 39 -33t31 -47l185 -314h-211q-46 0 -64 33l-148 270q-10 14 -23 21.5t-38 7.5h-57v-332h-219zM695 773h91q52 0 86 9t53 26t26 43t7 58t-6 56t-23 40t-47 23.5t-77 7.5h-110v-263z" />
<glyph unicode="&#xb4;" horiz-adv-x="653" d="M193 1194l145 249q15 27 35.5 40.5t61.5 13.5h246l-253 -267q-19 -20 -37 -28t-47 -8h-151z" />
<glyph unicode="&#x2000;" horiz-adv-x="842" />
<glyph unicode="&#x2001;" horiz-adv-x="1686" />
<glyph unicode="&#x2002;" horiz-adv-x="842" />
<glyph unicode="&#x2003;" horiz-adv-x="1686" />
<glyph unicode="&#x2004;" horiz-adv-x="562" />
<glyph unicode="&#x2005;" horiz-adv-x="420" />
<glyph unicode="&#x2006;" horiz-adv-x="280" />
<glyph unicode="&#x2007;" horiz-adv-x="280" />
<glyph unicode="&#x2008;" horiz-adv-x="209" />
<glyph unicode="&#x2009;" horiz-adv-x="336" />
<glyph unicode="&#x200a;" horiz-adv-x="93" />
<glyph unicode="&#x2010;" horiz-adv-x="735" d="M102 513v211h531v-211h-531z" />
<glyph unicode="&#x2011;" horiz-adv-x="735" d="M102 513v211h531v-211h-531z" />
<glyph unicode="&#x2012;" horiz-adv-x="735" d="M102 513v211h531v-211h-531z" />
<glyph unicode="&#x2013;" horiz-adv-x="1164" d="M167 524v179h830v-179h-830z" />
<glyph unicode="&#x2014;" horiz-adv-x="1724" d="M167 524v179h1389v-179h-1389z" />
<glyph unicode="&#x2018;" horiz-adv-x="460" d="M100 1230q0 102 52 196t150 171l79 -48q10 -6 14 -14.5t4 -16.5q0 -9 -4 -17.5t-9 -14.5q-13 -15 -28 -35.5t-27.5 -45t-20.5 -53t-8 -61.5q0 -35 11.5 -74t37.5 -82q9 -14 9 -29q0 -33 -36 -46l-154 -60q-70 114 -70 230z" />
<glyph unicode="&#x2019;" horiz-adv-x="460" d="M88 1052q0 19 13 32q13 15 28 35.5t27.5 44.5t20 52.5t7.5 61.5q0 35 -11 74.5t-38 83.5q-9 13 -9 27q0 33 38 46l152 60q36 -57 53 -114.5t17 -115.5q0 -102 -51.5 -195t-149.5 -172l-79 48q-10 6 -14 15t-4 17z" />
<glyph unicode="&#x201c;" horiz-adv-x="800" d="M100 1230q0 102 52 196t150 171l79 -48q10 -6 14 -14.5t4 -16.5q0 -9 -4 -17.5t-9 -14.5q-13 -15 -28 -35.5t-27.5 -45t-20.5 -53t-8 -61.5q0 -35 11.5 -74t37.5 -82q9 -14 9 -29q0 -33 -36 -46l-154 -60q-70 114 -70 230zM440 1230q0 102 52 196t150 171l79 -48 q10 -6 14 -14.5t4 -16.5q0 -9 -4 -17.5t-9 -14.5q-13 -15 -28 -35.5t-27.5 -45t-20.5 -53t-8 -61.5q0 -35 11.5 -74t37.5 -82q9 -14 9 -29q0 -33 -36 -46l-154 -60q-70 114 -70 230z" />
<glyph unicode="&#x201d;" horiz-adv-x="800" d="M88 1052q0 19 13 32q13 15 28 35t27.5 44.5t20 53t7.5 61.5q0 35 -11 74.5t-38 83.5q-9 13 -9 27q0 33 38 46l152 60q36 -57 53 -114.5t17 -115.5q0 -102 -51.5 -195t-149.5 -172l-79 48q-10 6 -14 15t-4 17zM428 1052q0 19 13 32q13 15 28 35t27.5 44.5t20 53t7.5 61.5 q0 35 -11 74.5t-38 83.5q-9 13 -9 27q0 33 38 46l152 60q36 -57 53 -114.5t17 -115.5q0 -102 -51.5 -195t-149.5 -172l-79 48q-10 6 -14 15t-4 17z" />
<glyph unicode="&#x2022;" d="M146 607q0 92 35.5 173t96 142t141.5 96t173 35t174 -35t142.5 -96t95.5 -142t35 -173q0 -91 -35 -171.5t-95.5 -141t-142.5 -95t-174 -34.5t-173 34.5t-141.5 95t-96 141t-35.5 171.5z" />
<glyph unicode="&#x2026;" horiz-adv-x="1553" d="M75 139q0 32 11.5 60.5t32.5 49t50 33t61 12.5t60.5 -12.5t49 -33t33 -49t12.5 -60.5q0 -33 -12.5 -61t-33 -48.5t-49 -32t-60.5 -11.5q-33 0 -61.5 11.5t-49.5 32t-32.5 48.5t-11.5 61zM622 139q0 32 11.5 60.5t32.5 49t49.5 33t61.5 12.5q32 0 60.5 -12.5t49 -33 t33 -49t12.5 -60.5q0 -33 -12.5 -61t-33 -48.5t-49 -32t-60.5 -11.5q-33 0 -61.5 11.5t-49.5 32t-32.5 48.5t-11.5 61zM1168 139q0 32 12 60.5t33 49t49.5 33t61.5 12.5q32 0 60.5 -12.5t49 -33t33 -49t12.5 -60.5q0 -33 -12.5 -61t-33 -48.5t-49 -32t-60.5 -11.5 q-33 0 -61.5 11.5t-49.5 32t-33 48.5t-12 61z" />
<glyph unicode="&#x202f;" horiz-adv-x="336" />
<glyph unicode="&#x205f;" horiz-adv-x="420" />
<glyph unicode="&#x20ac;" d="M38 552v140h119q-1 11 -1 24v24v35q0 17 1 34h-119v141h136q24 125 75 226t124.5 171.5t167 109t202.5 38.5q142 0 244 -55t170 -148l-89 -96q-10 -11 -21.5 -20t-31.5 -9q-14 0 -26 8.5t-26.5 20.5t-32 26.5t-41.5 27t-56.5 20.5t-77.5 8q-121 0 -204 -83t-116 -245h514 v-78q0 -24 -19 -43.5t-51 -19.5h-461q-1 -17 -1 -34v-35v-24q0 -12 1 -24h434v-77q0 -24 -19 -43.5t-51 -19.5h-352q29 -176 110.5 -262.5t201.5 -86.5q74 0 118.5 20t73 44.5t47 44.5t41.5 20q11 0 20 -3.5t17 -14.5l109 -100q-72 -111 -182 -169.5t-257 -58.5 q-120 0 -215.5 40.5t-166.5 114t-116 178t-63 233.5h-130z" />
<glyph unicode="&#x2122;" horiz-adv-x="1486" d="M58 1337v144h510v-144h-168v-474h-175v474h-167zM642 863v618h151q23 0 34.5 -3t21.5 -24l134 -261q8 -18 15 -36t12 -37q6 18 13 37t16 36l137 261q10 19 22 23t34 4h150v-618h-153v309l11 102l-157 -309q-19 -38 -59 -38h-25q-42 0 -60 38l-155 304l12 -97v-309h-154z " />
<glyph unicode="&#xe000;" horiz-adv-x="1050" d="M0 1050h1050v-1050h-1050v1050z" />
</font>
</defs></svg>

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,147 @@
<?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>
This is a custom SVG webfont generated by Font Squirrel.
Copyright : Copyright c 20102011 by tyPoland Lukasz Dziedzic with Reserved Font Name Lato Licensed under the SIL Open Font License Version 11
Designer : Lukasz Dziedzic
Foundry : tyPoland Lukasz Dziedzic
Foundry URL : httpwwwtypolandcom
</metadata>
<defs>
<font id="LatoBoldItalic" horiz-adv-x="1187" >
<font-face units-per-em="2048" ascent="1649" descent="-399" />
<missing-glyph horiz-adv-x="395" />
<glyph unicode=" " horiz-adv-x="395" />
<glyph unicode="&#x09;" horiz-adv-x="395" />
<glyph unicode="&#xa0;" horiz-adv-x="395" />
<glyph unicode="!" horiz-adv-x="684" d="M158 139q0 32 11.5 60.5t32 49t49.5 33t61 12.5q33 0 61 -12.5t49 -33t33.5 -49t12.5 -60.5q0 -33 -12.5 -61t-33.5 -48.5t-49 -32t-61 -11.5t-61.5 11.5t-49 32t-32 48.5t-11.5 61zM263 600q0 77 3.5 148.5t13.5 145.5l71 587h229l-72 -587q-11 -93 -31.5 -182.5 t-47.5 -191.5h-165q0 20 -0.5 40.5t-0.5 39.5z" />
<glyph unicode="&#x22;" horiz-adv-x="802" d="M203 1024v161l37 295h212l-37 -295l-41 -161q-11 -43 -32 -66.5t-64 -23.5q-36 0 -53 23.5t-22 66.5zM556 1024v161l37 295h212l-37 -295l-41 -161q-11 -43 -32 -66.5t-64 -23.5q-36 0 -53 23.5t-22 66.5z" />
<glyph unicode="#" d="M33 471q0 17 8 47l21 77h197l90 291h-221l31 100q11 39 38 57t81 18h118l106 336q12 39 44 61t70 22h112l-132 -419h215l131 419h110q31 0 50 -17.5t19 -44.5q0 -13 -4 -24l-105 -333h210l-33 -102q-12 -38 -38 -55.5t-78 -17.5h-108l-91 -291h151q29 0 44 -11.5 t15 -39.5q0 -17 -8 -47l-22 -78h-226l-130 -419h-112q-27 0 -44.5 19.5t-17.5 49.5q0 14 5 32l100 318h-216l-102 -330q-14 -48 -48.5 -68.5t-72.5 -20.5h-108l131 419h-122q-28 0 -43 12t-15 40zM459 595h216l90 291h-215z" />
<glyph unicode="$" d="M36 178l89 112q11 14 28.5 23.5t36.5 9.5q22 0 45 -16.5t53 -38t70.5 -43.5t98.5 -32l96 470q-65 19 -127 44t-111.5 65t-80 100t-30.5 148q0 89 35.5 172t103.5 148t164 106.5t217 46.5l27 130q5 25 25.5 44t47.5 19h90l-41 -201q106 -17 179.5 -61t124.5 -100l-70 -89 q-15 -20 -30 -30t-36 -10q-15 0 -35 10t-45 24.5t-57.5 29t-72.5 23.5l-89 -434q44 -14 88 -29.5t84.5 -35.5t75 -45t60 -59t40.5 -77t15 -98q0 -100 -37.5 -191t-107 -160.5t-169.5 -114t-225 -52.5l-31 -155q-5 -24 -26 -42.5t-48 -18.5h-90l45 221q-118 15 -216.5 64 t-163.5 123zM438 1074q0 -35 12.5 -61.5t34 -48t51 -38t65.5 -30.5l80 390q-65 -7 -111 -26.5t-75 -47.5t-43 -63.5t-14 -74.5zM608 189q125 14 191.5 82.5t66.5 172.5q0 35 -12.5 61.5t-35.5 47t-54.5 36t-68.5 28.5z" />
<glyph unicode="%" horiz-adv-x="1518" d="M62 0l1192 1441q14 14 33.5 26.5t50.5 12.5h178l-1194 -1443q-13 -16 -33 -26.5t-46 -10.5h-181zM128 1068q0 97 28.5 176t78.5 134.5t117 85.5t143 30q61 0 112 -22t87.5 -63.5t56.5 -100t20 -130.5q0 -98 -31.5 -176.5t-83.5 -133.5t-118 -84t-135 -29q-61 0 -112 22 t-87 63t-56 98.5t-20 129.5zM316 1068q0 -42 8 -71.5t22 -48t33.5 -27t43.5 -8.5q33 0 62 14t50.5 45.5t34 81.5t12.5 123q0 86 -30.5 122.5t-76.5 36.5q-34 0 -63 -14.5t-50.5 -47t-33.5 -83t-12 -123.5zM806 294q0 98 28.5 177.5t78.5 135t117 85.5t142 30 q61 0 112.5 -22.5t88 -64t56.5 -100t20 -131.5q0 -98 -32 -176t-83 -133t-117.5 -84t-135.5 -29q-61 0 -112 22.5t-87 63t-56 98t-20 128.5zM994 294q0 -83 30 -119t77 -36q34 0 63 14t50.5 45t34 82t12.5 123q0 86 -31 122.5t-77 36.5q-34 0 -63 -15t-50.5 -47t-33.5 -82.5 t-12 -123.5z" />
<glyph unicode="&#x26;" horiz-adv-x="1347" d="M42 357q0 79 25 149.5t69.5 129t105.5 105.5t132 80q-33 65 -48.5 128.5t-15.5 121.5q0 87 31 164.5t87 135t136.5 91.5t180.5 34q78 0 141.5 -23.5t108 -66.5t69.5 -103.5t25 -135.5l-146 -28q-14 -3 -24 -3q-37 0 -48 41q-7 29 -19 52.5t-30.5 41.5t-42.5 28.5 t-56 10.5q-43 0 -77.5 -17.5t-58.5 -48t-36.5 -70.5t-12.5 -87q0 -49 17.5 -101.5t61.5 -109.5l304 -394q34 61 57.5 128t37.5 138q5 24 16.5 38t37.5 14h171q-17 -136 -67 -259t-124 -226l243 -315h-212q-30 0 -50.5 3.5t-37.5 12.5t-31 22t-29 33l-53 69 q-95 -74 -205 -115t-230 -41q-94 0 -168.5 26t-127 74.5t-80 117.5t-27.5 155zM293 390q0 -99 52.5 -155.5t152.5 -56.5q74 0 141.5 29.5t126.5 81.5l-303 400q-91 -59 -130.5 -135.5t-39.5 -163.5z" />
<glyph unicode="'" horiz-adv-x="451" d="M203 1024v161l37 295h212l-37 -295l-41 -161q-11 -43 -32 -66.5t-64 -23.5q-36 0 -54 23.5t-21 66.5z" />
<glyph unicode="(" horiz-adv-x="565" d="M96 425q0 153 19 296.5t64 287t121 290.5t189 306l102 -65q11 -8 19 -18.5t8 -25.5q0 -10 -4 -23t-14 -29q-70 -117 -124 -233t-91 -238t-56.5 -253t-19.5 -277q0 -71 6 -149.5t17.5 -158t29 -154.5t41.5 -140q7 -18 8 -36q0 -23 -12 -36.5t-29 -23.5l-116 -64 q-42 87 -71.5 181t-48.5 189.5t-28.5 190.5t-9.5 183z" />
<glyph unicode=")" horiz-adv-x="565" d="M-18 -211q0 10 4 23t14 29q70 117 124 233t91 238t56.5 253t19.5 277q0 71 -5.5 149.5t-17.5 158t-29.5 154.5t-41.5 140q-7 18 -8 36q0 23 12 36.5t29 23.5l116 65q41 -87 71 -181.5t49 -190t28.5 -190.5t9.5 -183q0 -153 -19 -296.5t-64 -287t-121 -290.5t-189 -305 l-102 64q-11 8 -19 18.5t-8 25.5z" />
<glyph unicode="*" horiz-adv-x="753" d="M134 1081l159 96q19 11 38 18.5t39 9.5q-39 6 -70 29l-136 96l69 100l137 -98l28 -22t23 -25q-3 10 -4 20.5t-1 21.5q0 8 0.5 16.5t1.5 16.5l23 190h117l-23 -188q-2 -20 -7.5 -38.5t-13.5 -35.5q11 11 25.5 21t29.5 19l166 100l45 -99l-158 -95q-37 -23 -75 -29 q17 -3 34 -10t33 -18l136 -97l-69 -98l-136 96q-14 11 -28 21.5t-23 22.5q5 -23 5 -43q0 -7 -0.5 -14t-1.5 -14l-25 -191h-116l24 189q2 20 6.5 38t12.5 35q-13 -13 -28.5 -22.5t-32.5 -21.5l-159 -96z" />
<glyph unicode="+" d="M106 597l23 181h398l53 422h197l-52 -422h401l-22 -181h-401l-52 -424h-198l52 424h-399z" />
<glyph unicode="," horiz-adv-x="460" d="M41 156q0 29 10.5 53.5t30 43.5t47 30t59.5 11q39 0 68.5 -14t48.5 -38t28.5 -55t9.5 -66q0 -49 -15 -103.5t-43.5 -108.5t-70.5 -105.5t-97 -94.5l-44 40q-18 15 -19 37q0 15 17.5 35t39.5 46.5t43.5 60t30.5 75.5q-33 0 -59 12t-45.5 32.5t-29.5 48t-10 60.5z" />
<glyph unicode="-" horiz-adv-x="679" d="M96 516l25 204h492l-25 -204h-492z" />
<glyph unicode="." horiz-adv-x="460" d="M35 139q0 32 11.5 60.5t32.5 49t49.5 33t60.5 12.5q33 0 61.5 -12.5t49.5 -33t33 -49t12 -60.5q0 -33 -12 -61t-33 -48.5t-49.5 -32t-61.5 -11.5t-61 11.5t-49 32t-32.5 48.5t-11.5 61z" />
<glyph unicode="/" horiz-adv-x="741" d="M-89 -99l720 1503q20 42 55.5 64t79.5 22h102l-713 -1497q-22 -45 -62.5 -68.5t-77.5 -23.5h-104z" />
<glyph unicode="0" d="M72 587q0 230 50 401t137 284t204 168.5t250 55.5q100 0 183.5 -38t143.5 -113t93 -188.5t33 -263.5q0 -230 -50 -401t-137 -284.5t-204 -168.5t-250 -55q-100 0 -183.5 37.5t-143.5 113t-93 188.5t-33 264zM327 592q0 -115 19 -192.5t51 -125t74 -68t87 -20.5 q74 0 138.5 43t112 130t75 219t27.5 310q0 115 -19 192.5t-51 125t-74 67.5t-87 20q-74 0 -138.5 -43t-112 -130t-75 -218.5t-27.5 -309.5z" />
<glyph unicode="1" d="M217 0l22 183h302l110 904l20 87l-249 -191q-14 -11 -27.5 -15t-25.5 -4q-20 0 -36.5 8.5t-22.5 19.5l-62 107l495 384h202l-161 -1300h271l-23 -183h-815z" />
<glyph unicode="2" d="M29 0l9 81q3 24 16.5 51.5t38.5 49.5l508 454q74 66 127.5 123t89.5 112.5t53.5 111t17.5 119.5q0 91 -53.5 139.5t-144.5 48.5q-46 0 -86.5 -12.5t-73 -36t-57.5 -56.5t-42 -72q-15 -38 -39 -54.5t-58 -16.5q-14 0 -33 4l-125 22q29 105 82 185.5t126 134.5t161 81 t185 27q93 0 169 -26.5t129.5 -74.5t83 -117t29.5 -152q0 -92 -28.5 -168.5t-77 -145.5t-114 -133.5t-140.5 -131.5l-382 -348q49 13 97 20.5t90 7.5h394q36 0 56.5 -19.5t20.5 -50.5q0 -2 -0.5 -6t-2 -18.5t-5.5 -46t-12 -86.5h-1009z" />
<glyph unicode="3" d="M79 374l114 44q31 12 58 12t44.5 -10t25.5 -31q16 -51 37.5 -88.5t51 -62.5t68.5 -37.5t90 -12.5q71 0 126.5 25t93 65t57.5 92.5t20 107.5q0 42 -13 77.5t-49 60.5t-98.5 40t-160.5 15l23 173q95 1 162.5 19t109.5 51.5t61 81t19 109.5q0 91 -53 138t-143 47 q-94 0 -161 -49t-100 -128q-15 -38 -39 -54.5t-56 -16.5q-14 0 -33 4l-125 22q28 105 81 185.5t125 134.5t160.5 81t186.5 27q94 0 168.5 -26t126 -72t78.5 -108.5t27 -135.5q0 -81 -19 -141.5t-54.5 -105t-88 -74t-118.5 -48.5q115 -39 171 -116t56 -186q0 -120 -46.5 -213 t-125 -156.5t-180 -96.5t-211.5 -33q-104 0 -183 23t-136 71t-93 122t-55 174z" />
<glyph unicode="4" d="M31 542l818 940h237l-112 -929h185l-19 -139q-2 -19 -17 -34t-40 -15h-133l-44 -365h-221l44 365h-614q-26 0 -49 15t-26 38zM298 553h455l61 503q8 59 27 133z" />
<glyph unicode="5" d="M40 155l87 105q14 17 31.5 24.5t35.5 7.5q26 0 50 -16.5t56.5 -35.5t77.5 -35.5t111 -16.5q79 0 140.5 27t103.5 74t64 109.5t22 135.5q0 102 -64 163t-194 61q-47 0 -101 -9t-119 -27l-146 43l211 716h726l-13 -105q-6 -51 -43.5 -83.5t-114.5 -32.5h-414l-95 -322 q96 19 181 19q109 0 189.5 -29.5t135 -82t81.5 -124.5t27 -156q0 -86 -22 -162.5t-62 -141.5t-96.5 -116.5t-124.5 -87t-146.5 -54.5t-163.5 -19q-70 0 -130.5 13.5t-111.5 37t-93.5 55t-75.5 65.5z" />
<glyph unicode="6" d="M86 430q0 67 15 130t44 126t73 127t103 131l414 477q20 25 57 42t80 17h218l-505 -540l-62 -67q47 24 100 36.5t112 12.5q78 0 148 -25.5t123.5 -73.5t84.5 -120t31 -165q0 -116 -44.5 -217t-122.5 -175.5t-185 -118t-233 -43.5q-106 0 -190.5 32.5t-142.5 91.5 t-88 141.5t-30 180.5zM317 421q0 -52 15.5 -96t46 -76t75 -49.5t102.5 -17.5q68 0 126 24t101 66t68 100.5t25 126.5q0 55 -17.5 99.5t-50 76t-77.5 47.5t-101 16q-68 0 -125.5 -24t-98.5 -66.5t-65 -100t-24 -126.5z" />
<glyph unicode="7" d="M156 0l718 1144q22 35 44.5 62.5t48.5 53.5h-716q-22 0 -36.5 14.5t-14.5 35.5l21 171h1021l-11 -97q-4 -34 -13 -63.5t-20 -48.5l-741 -1215q-14 -24 -41 -40.5t-57 -16.5h-203z" />
<glyph unicode="8" d="M67 365q0 153 78 257t239 150q-91 41 -136 112.5t-45 168.5q0 94 39 175.5t107.5 140.5t162.5 93t204 34q95 0 172 -27.5t131 -75.5t84 -113t30 -139q0 -133 -66.5 -228t-195.5 -144q116 -40 172.5 -118.5t56.5 -187.5q0 -110 -43 -198.5t-119 -151t-180.5 -96 t-227.5 -33.5q-105 0 -190.5 27t-146.5 77t-93.5 120.5t-32.5 156.5zM322 386q0 -46 14.5 -84.5t44 -66.5t72.5 -44t100 -16q71 0 125.5 21t92.5 58.5t57.5 89.5t19.5 115q0 52 -16.5 91.5t-47 66t-73.5 40t-97 13.5q-68 0 -121.5 -19t-92 -55t-58.5 -89t-20 -121zM439 1057 q0 -38 10.5 -73.5t34 -63t61.5 -44t92 -16.5q75 0 124 24.5t78 63t41 85t12 90.5q0 38 -11.5 72t-35.5 59.5t-61.5 41t-89.5 15.5q-63 0 -111 -20.5t-80 -55t-48 -80.5t-16 -98z" />
<glyph unicode="9" d="M195 962q0 111 43 208t118.5 169.5t179 114.5t224.5 42q102 0 183 -31t137 -87.5t85 -134.5t29 -171q0 -78 -16 -146t-45 -131.5t-72 -125.5t-96 -126l-402 -487q-20 -24 -54.5 -40t-77.5 -16h-224l529 575q20 23 39.5 44.5t36.5 43.5q-56 -35 -120.5 -52.5t-134.5 -17.5 q-72 0 -137.5 23.5t-115.5 70t-79.5 115.5t-29.5 160zM442 994q0 -104 57 -160.5t166 -56.5q69 0 124 22.5t94 62.5t59.5 93.5t20.5 114.5q0 52 -17 94t-47.5 71.5t-73 45t-93.5 15.5q-63 0 -116.5 -22.5t-92 -62.5t-60 -95.5t-21.5 -121.5z" />
<glyph unicode=":" horiz-adv-x="460" d="M35 139q0 32 11.5 60.5t32.5 49t49.5 33t60.5 12.5q33 0 61.5 -12.5t49.5 -33t33 -49t12 -60.5q0 -33 -12 -61t-33 -48.5t-49.5 -32t-61.5 -11.5t-61 11.5t-49 32t-32.5 48.5t-11.5 61zM135 869q0 32 12 60.5t33 49t49 33t61 12.5t61 -12.5t49 -33t33 -49t12 -60.5 q0 -33 -12 -61t-33 -48.5t-49 -32t-61 -11.5t-61 11.5t-49 32t-33 48.5t-12 61z" />
<glyph unicode=";" horiz-adv-x="460" d="M36 156q0 29 10.5 53.5t30 43.5t47 30t59.5 11q39 0 68.5 -14t48 -38t28.5 -55t10 -66q0 -49 -15 -103.5t-43.5 -108.5t-70.5 -105.5t-97 -94.5l-44 40q-18 15 -19 37q0 15 17.5 35t39.5 46.5t43.5 60t30.5 75.5q-33 0 -59 12t-45.5 32.5t-29.5 48t-10 60.5zM137 869 q0 32 12 60.5t33 49t49 33t61 12.5t61 -12.5t49 -33t33 -49t12 -60.5q0 -33 -12 -61t-33 -48.5t-49 -32t-61 -11.5t-61 11.5t-49 32t-33 48.5t-12 61z" />
<glyph unicode="&#x3c;" horiz-adv-x="1092" d="M151 639l12 102l863 423l-22 -180q-2 -20 -14.5 -37t-38.5 -29l-395 -191q-26 -12 -53 -21t-57 -16q28 -7 53 -15.5t48 -21.5l349 -191q20 -11 28.5 -25t8.5 -31q0 -1 -0.5 -5.5t-3 -23t-7 -56t-13.5 -106.5z" />
<glyph unicode="=" d="M129 419l23 181h904l-23 -181h-904zM174 776l23 182h902l-21 -182h-904z" />
<glyph unicode="&#x3e;" horiz-adv-x="1092" d="M116 216l22 180q2 20 14.5 37.5t37.5 29.5l396 190q26 12 53 21t56 16q-28 7 -53 16t-47 21l-349 192q-20 11 -28.5 24.5t-8.5 31.5q0 1 0.5 5t2.5 22.5t7 56.5t13 106l759 -424l-12 -102z" />
<glyph unicode="?" horiz-adv-x="798" d="M138 1346q37 31 78.5 58t89 48t101.5 32.5t114 11.5q80 0 142 -23t104 -63t63.5 -93.5t21.5 -115.5q0 -65 -13.5 -114.5t-36 -87.5t-51 -68t-60 -55t-62.5 -47t-58 -45.5t-47.5 -50t-29.5 -61.5l-41 -152h-168v168q0 51 25 91t63.5 74t82.5 65t82.5 66t63.5 76t25 95 q0 67 -38 105t-113 38q-52 0 -90.5 -13t-66 -29t-47 -29.5t-35.5 -13.5q-15 0 -27.5 7.5t-19.5 23.5zM187 139q0 32 12 60.5t32.5 49t49 33t61.5 12.5t61 -12.5t49 -33t33.5 -49t12.5 -60.5q0 -33 -12.5 -61t-33.5 -48.5t-49 -32t-61 -11.5t-61.5 11.5t-49 32t-32.5 48.5 t-12 61z" />
<glyph unicode="@" horiz-adv-x="1526" d="M62 474q0 128 31 247.5t86 224t133 190t172 146.5t201.5 95t221.5 34q124 0 232.5 -42.5t190 -122t128.5 -193t47 -254.5q0 -129 -36 -240.5t-98.5 -193.5t-146 -129.5t-178.5 -47.5q-65 0 -111 32.5t-57 105.5q-65 -74 -131.5 -105.5t-139.5 -31.5q-52 0 -90 18.5 t-63.5 51.5t-38 77.5t-12.5 95.5q0 62 16.5 127.5t49 127t80 115t110 94t140 64t168.5 23.5q38 0 68.5 -3t57 -8.5t50 -14t47.5 -19.5l-138 -379q-17 -46 -23.5 -80.5t-6.5 -58.5q0 -46 21.5 -63t55.5 -17q46 0 88 35t74 96t51.5 145t19.5 183q0 111 -31 196t-89 143 t-140.5 87.5t-183.5 29.5q-90 0 -173.5 -26.5t-155.5 -75.5t-130.5 -118t-100.5 -155t-65 -186t-23 -211q0 -139 38 -245.5t108 -178.5t167 -109.5t215 -37.5q73 0 136 8t114.5 22t92 31.5t70.5 34.5q14 8 26.5 11.5t22.5 3.5q22 0 33 -12.5t16 -29.5l18 -70 q-106 -70 -242 -114t-305 -44q-156 0 -282.5 51t-216.5 144.5t-139.5 226.5t-49.5 299zM594 459q0 -52 20.5 -82t61.5 -30q24 0 48.5 9t48.5 30.5t46.5 57.5t42.5 91l106 290q-28 6 -60 6q-61 0 -118 -31.5t-100.5 -83.5t-69.5 -119t-26 -138z" />
<glyph unicode="A" horiz-adv-x="1313" d="M-74 0l716 1481h271l354 -1481h-206q-35 0 -55.5 16.5t-25.5 43.5l-61 310h-552l-138 -310q-11 -24 -36.5 -42t-57.5 -18h-209zM450 557h431l-101 507q-8 37 -16 78t-15 92q-19 -51 -38.5 -94.5t-35.5 -76.5z" />
<glyph unicode="B" horiz-adv-x="1228" d="M72 0l182 1481h475q123 0 210.5 -24t143.5 -68t82.5 -106.5t26.5 -139.5q0 -63 -17 -121t-53 -107.5t-91 -88.5t-132 -64q126 -32 187.5 -103t61.5 -181q0 -102 -38 -189.5t-109.5 -151.5t-174.5 -100.5t-233 -36.5h-521zM362 207h251q72 0 123 19.5t84.5 54.5t49.5 85 t16 109q0 81 -51.5 129t-167.5 48h-250zM439 836h197q137 0 211.5 64.5t74.5 197.5q0 93 -53 135.5t-164 42.5h-211z" />
<glyph unicode="C" horiz-adv-x="1235" d="M76 628q0 128 27.5 242t78.5 211t123 173.5t159 131t188 83t210 28.5q81 0 147.5 -15t121 -41.5t97.5 -64t78 -83.5l-93 -110q-10 -12 -23.5 -21.5t-34.5 -9.5q-23 0 -43 18.5t-51.5 40.5t-81 40.5t-130.5 18.5q-106 0 -197.5 -43.5t-159 -124.5t-106 -195t-38.5 -257 q0 -103 26 -185t72.5 -139t110 -87t137.5 -30q62 0 109 9.5t81.5 25t59 32.5t43 32.5t32.5 25t29 9.5q12 0 20 -5t13 -10l94 -116q-96 -111 -226.5 -169.5t-299.5 -58.5q-136 0 -242.5 48.5t-180 134.5t-112 204t-38.5 257z" />
<glyph unicode="D" horiz-adv-x="1406" d="M72 0l182 1481h522q141 0 254.5 -48.5t192.5 -133.5t121 -202.5t42 -256.5q0 -184 -59 -339t-165 -266t-251.5 -173t-317.5 -62h-521zM365 212h255q112 0 202.5 43t155.5 123.5t100.5 195.5t35.5 260q0 99 -24.5 180t-71 137.5t-114 87.5t-154.5 31h-255z" />
<glyph unicode="E" horiz-adv-x="1076" d="M72 0l182 1481h863l-26 -212h-596l-52 -421h468l-25 -204h-468l-53 -432h598l-27 -212h-864z" />
<glyph unicode="F" horiz-adv-x="1056" d="M72 0l182 1481h863l-26 -212h-596l-56 -451h503l-28 -212h-500l-75 -606h-267z" />
<glyph unicode="G" horiz-adv-x="1358" d="M76 640q0 125 27.5 237t78 207.5t122 171.5t160 130t191 82.5t214.5 28.5q90 0 164 -16t133.5 -43.5t106.5 -64.5t84 -78l-86 -110q-28 -36 -66 -36q-24 0 -45 14q-34 23 -65.5 42.5t-67.5 33.5t-78.5 22.5t-98.5 8.5q-111 0 -203 -44.5t-158.5 -126t-103.5 -195.5 t-37 -255q0 -106 27 -190t76.5 -142.5t118.5 -89.5t154 -31q83 0 146.5 15.5t121.5 44.5l35 283h-164q-24 0 -36.5 11.5t-12.5 30.5l17 157h461l-73 -595q-113 -82 -243 -120.5t-297 -38.5q-136 0 -247 49t-190.5 136.5t-122.5 208t-43 262.5z" />
<glyph unicode="H" horiz-adv-x="1425" d="M72 0l182 1481h267l-80 -642h624l80 642h267l-183 -1481h-267l79 650h-622l-80 -650h-267z" />
<glyph unicode="I" horiz-adv-x="593" d="M101 0l182 1481h267l-181 -1481h-268z" />
<glyph unicode="J" horiz-adv-x="821" d="M-28 11l20 156q2 22 14.5 36t39.5 14q24 0 54.5 -7t78.5 -7q47 0 87 16.5t72 52.5t53.5 94t31.5 141l119 974h266l-119 -968q-15 -123 -55 -221t-104 -166.5t-152 -105t-200 -36.5q-54 0 -104 6.5t-102 20.5z" />
<glyph unicode="K" horiz-adv-x="1320" d="M79 0l181 1482h266l-77 -627h57q36 0 61 11t45 35l428 522q27 33 56.5 45.5t69.5 12.5h229l-525 -620q-24 -28 -45.5 -47t-46.5 -31q31 -12 53 -33.5t40 -56.5l376 -693h-233q-24 0 -40.5 3.5t-28 10t-19 16.5t-14.5 22l-305 552q-14 27 -36.5 38.5t-66.5 11.5h-80 l-81 -654h-264z" />
<glyph unicode="L" horiz-adv-x="974" d="M72 0l182 1481h265l-155 -1261h538l-25 -220h-805z" />
<glyph unicode="M" horiz-adv-x="1756" d="M72 0l182 1481h200q17 0 30.5 -1t23.5 -5.5t17 -13t14 -23.5l306 -846q9 -27 16 -54.5t15 -56.5q12 29 26 56.5t31 54.5l514 846q9 15 19 23.5t20.5 13t24 5.5t30.5 1h202l-182 -1481h-234l119 965q3 27 9 58.5t13 63.5l-509 -845q-17 -29 -43 -43.5t-57 -14.5h-37 q-31 0 -54 14.5t-33 43.5l-305 842q-1 -32 -2.5 -61.5t-4.5 -53.5l-117 -969h-234z" />
<glyph unicode="N" horiz-adv-x="1425" d="M72 0l182 1481h139q17 0 29 -1.5t21.5 -6.5t16.5 -13t15 -22l577 -1011q2 30 4.5 58t5.5 53l116 943h234l-183 -1481h-136q-31 0 -52.5 9.5t-35.5 36.5l-574 1011q-2 -25 -4 -48t-4 -43l-117 -966h-234z" />
<glyph unicode="O" horiz-adv-x="1499" d="M76 640q0 123 27 234t77.5 206.5t122 172t160 131.5t192 84t217.5 29q141 0 254 -50t192 -138t121 -208.5t42 -260.5q0 -123 -27.5 -234t-78 -206.5t-121.5 -172t-159.5 -131t-192 -83.5t-217.5 -29q-141 0 -254 50t-192 138t-121 208t-42 260zM348 646q0 -100 24.5 -182 t72 -140t115.5 -89t155 -31q112 0 203 45t155.5 127t99.5 198t35 260q0 100 -25 182t-72.5 140t-116 90t-154.5 32q-111 0 -201.5 -45t-155 -128t-100 -200t-35.5 -259z" />
<glyph unicode="P" horiz-adv-x="1182" d="M79 0l181 1481h451q126 0 216.5 -30.5t149 -84.5t86.5 -128.5t28 -163.5q0 -119 -37.5 -219.5t-112 -174t-187 -115t-261.5 -41.5h-185l-65 -524h-264zM433 731h187q78 0 135 23.5t95 66t56 101t18 129.5q0 50 -14.5 92t-44 71t-74.5 45.5t-106 16.5h-184z" />
<glyph unicode="Q" horiz-adv-x="1499" d="M76 640q0 123 27 234t77.5 206.5t122 172t160 131.5t192 84t217.5 29q141 0 254 -50t192 -138t121 -208.5t42 -260.5q0 -118 -25 -225.5t-72.5 -200t-113.5 -169t-149 -131.5l296 -405h-217q-48 0 -84.5 12.5t-61.5 48.5l-170 238q-47 -11 -97 -17.5t-102 -6.5 q-141 0 -254 50t-192 138t-121 208t-42 260zM348 646q0 -100 24.5 -182t72 -140t115.5 -89t155 -31q112 0 203 45t155.5 127t99.5 198t35 260q0 100 -25 182t-72.5 140t-116 90t-154.5 32q-111 0 -201.5 -45t-155 -128t-100 -200t-35.5 -259z" />
<glyph unicode="R" horiz-adv-x="1238" d="M79 0l181 1481h421q128 0 219 -27.5t149.5 -76t86 -116t27.5 -148.5q0 -86 -24 -161t-69 -136.5t-110.5 -107.5t-148.5 -72q24 -14 43 -34.5t34 -49.5l264 -552h-239q-34 0 -56.5 14t-34.5 39l-217 481q-12 27 -30 38.5t-56 11.5h-104l-72 -584h-264zM438 773h154 q80 0 137.5 23t95 63.5t56 95t18.5 116.5q0 96 -59.5 150.5t-183.5 54.5h-155z" />
<glyph unicode="S" horiz-adv-x="1012" d="M-10 178l94 127q11 14 28.5 23.5t34.5 9.5q16 0 32.5 -10.5t35 -25t41 -32.5t51 -33t64.5 -25t83 -10q116 0 181 65.5t65 181.5q0 51 -23.5 83.5t-62.5 55t-88 39.5t-100.5 36t-101 44t-88 64.5t-62 97t-23.5 141.5q0 95 35 183t100.5 155t159.5 107.5t211 40.5 q60 0 116 -12.5t104.5 -35t89 -53.5t69.5 -69l-79 -112q-14 -20 -28.5 -29.5t-34.5 -9.5t-42 16t-51.5 36t-70 36.5t-97.5 16.5q-56 0 -99.5 -16.5t-72.5 -45t-44 -67.5t-15 -84q0 -47 24.5 -78.5t63 -55t89 -42t102 -38.5t102 -47t89 -66t62.5 -93.5t24 -132.5 q0 -109 -37 -205t-107.5 -168t-170 -114.5t-224.5 -42.5q-65 0 -127.5 13.5t-117.5 39t-102 61.5t-82 80z" />
<glyph unicode="T" horiz-adv-x="1122" d="M116 1263l26 218h1079l-28 -218h-406l-155 -1263h-264l154 1263h-406z" />
<glyph unicode="U" horiz-adv-x="1370" d="M122 494q0 46 6 97l108 890h266l-110 -889q-2 -19 -3 -37.5t-1 -36.5q0 -70 17 -126t50 -96t82.5 -61.5t112.5 -21.5q72 0 132 27t105 77t74 119.5t39 154.5l110 890h265l-108 -890q-16 -131 -69.5 -242.5t-137 -192.5t-194.5 -126.5t-243 -45.5q-120 0 -213.5 37 t-157.5 105t-97 161.5t-33 206.5z" />
<glyph unicode="V" horiz-adv-x="1347" d="M124 1481h213q35 0 55.5 -17t25.5 -44l197 -922q10 -48 19.5 -97t17.5 -104q17 55 39 106t42 95l421 922q10 23 36.5 42t58.5 19h215l-731 -1481h-241z" />
<glyph unicode="W" horiz-adv-x="1979" d="M131 1481h209q35 0 56 -17t25 -44l130 -908q5 -33 6.5 -71t3.5 -80q27 84 54 151l369 908q9 23 35.5 42t58.5 19h62q35 0 56.5 -17t26.5 -44l147 -908q5 -33 9.5 -69.5t6.5 -76.5q11 40 22.5 77t24.5 69l351 908q9 24 36 42.5t60 18.5h210l-605 -1481h-241l-167 1026 q-3 19 -6.5 42.5t-5.5 48.5q-8 -26 -17 -48.5l-17 -42.5l-419 -1026h-239z" />
<glyph unicode="X" horiz-adv-x="1291" d="M-75 0l572 791l-333 690h240q27 0 39 -8t20 -26l227 -511q10 22 25 43l314 465q25 37 61 37h277l-504 -678l372 -803h-238q-27 0 -41.5 14.5t-22.5 31.5l-257 593q-5 -8 -9.5 -16.5t-10.5 -16.5l-383 -560q-17 -26 -37.5 -36t-45.5 -10h-265z" />
<glyph unicode="Y" horiz-adv-x="1241" d="M112 1481h236q35 0 53.5 -17t28.5 -44l192 -512q14 -37 22.5 -72t14.5 -69q16 34 35.5 68.5t42.5 72.5l319 512q14 24 37 42.5t57 18.5h220l-607 -904l-72 -577h-266l72 578z" />
<glyph unicode="Z" horiz-adv-x="1160" d="M-7 0l10 81q2 17 9.5 33t19.5 30l820 1125h-657l25 212h1013l-11 -83q-2 -17 -10.5 -32.5t-19.5 -31.5l-818 -1122h686l-27 -212h-1040z" />
<glyph unicode="[" horiz-adv-x="565" d="M4 -312l233 1894h392l-12 -96q-3 -25 -23.5 -43.5t-47.5 -18.5h-124l-196 -1580h127q23 0 39.5 -12.5t16.5 -35.5l-13 -108h-392z" />
<glyph unicode="\" horiz-adv-x="739" d="M106 1490h103q44 0 74.5 -22.5t40.5 -63.5l350 -1503h-103q-39 0 -73 23.5t-45 68.5z" />
<glyph unicode="]" horiz-adv-x="565" d="M-32 -312l13 94q3 27 23 44.5t47 17.5h126l195 1580h-126q-26 0 -41.5 16t-15.5 39l13 103h392l-234 -1894h-392z" />
<glyph unicode="^" d="M180 796l382 685h164l382 -685h-185q-24 0 -39 12t-25 30l-162 296q-15 29 -28 54.5t-22 51.5q-8 -27 -19.5 -53t-26.5 -53l-159 -296q-9 -17 -25 -29.5t-42 -12.5h-195z" />
<glyph unicode="_" horiz-adv-x="743" d="M-99 -300l19 159h744l-20 -159h-743z" />
<glyph unicode="`" horiz-adv-x="605" d="M37 1496h229q39 0 56.5 -13.5t28.5 -39.5l103 -249h-140q-27 0 -43.5 7t-30.5 28z" />
<glyph unicode="a" horiz-adv-x="1059" d="M39 359q0 94 23.5 183.5t67 167.5t105 144t138 113t165 73t186.5 26q71 0 142 -10t140 -37l-127 -1019h-134q-46 0 -64 21.5t-18 54.5l8 143q-70 -109 -157 -171.5t-191 -62.5q-59 0 -111 23.5t-90.5 70t-60.5 116.5t-22 164zM292 404q0 -111 34.5 -162t95.5 -51 q42 0 82.5 29t76 79.5t66.5 119t53 147.5l40 318q-28 3 -51 3q-85 0 -157.5 -39t-126 -105t-83.5 -154t-30 -185z" />
<glyph unicode="b" horiz-adv-x="1101" d="M61 0l186 1522h247l-83 -679q74 103 164.5 163.5t192.5 60.5q66 0 119.5 -24t91.5 -72t58.5 -122t20.5 -173q0 -89 -18.5 -175t-52.5 -163t-80.5 -141.5t-104 -111.5t-122.5 -73.5t-134 -26.5q-81 0 -144 32t-106 87l-8 -34q-8 -37 -27.5 -53.5t-61.5 -16.5h-138z M337 246q35 -38 80 -53.5t89 -15.5q68 0 123 42t94.5 109.5t61 152t21.5 169.5q0 111 -36 164.5t-100 53.5q-42 0 -85 -28.5t-83.5 -78.5t-75 -118.5t-58.5 -145.5z" />
<glyph unicode="c" horiz-adv-x="891" d="M51 423q0 128 41 244t115 205t175 141.5t221 52.5q104 0 177.5 -37t130.5 -110l-81 -97q-9 -9 -20.5 -16.5t-26.5 -7.5q-17 0 -31.5 10.5t-33.5 23t-47 23t-73 10.5q-58 0 -111.5 -31.5t-94 -90t-64.5 -140.5t-24 -181q0 -116 51.5 -179t138.5 -63q58 0 96.5 17t65 37 t47.5 37t46 17q12 0 23.5 -7t21.5 -17l64 -78q-52 -57 -99.5 -96t-97 -62.5t-103.5 -33t-119 -9.5q-91 0 -163 31t-122.5 88.5t-76.5 138.5t-26 180z" />
<glyph unicode="d" horiz-adv-x="1103" d="M44 377q0 89 18.5 174.5t52 162.5t80.5 141.5t104 111.5t122 73.5t135 26.5q71 0 128 -25.5t100 -69.5l69 550h248l-188 -1522h-134q-46 0 -64.5 21.5t-18.5 54.5l9 153q-76 -113 -170.5 -178.5t-200.5 -65.5q-66 0 -119.5 24t-91.5 72t-58.5 122t-20.5 174zM296 401 q0 -111 36 -164.5t100 -53.5q41 0 84 28.5t83 78t74.5 116.5t58.5 145l32 255q-35 38 -80 53t-88 15q-68 0 -123 -41.5t-94.5 -109.5t-61 -152.5t-21.5 -169.5z" />
<glyph unicode="e" horiz-adv-x="968" d="M50 421q0 83 18 163t52 151.5t83 132t111 104.5t136 68.5t159 24.5q83 0 145 -23.5t103.5 -61t62 -83.5t20.5 -90q0 -71 -28 -129t-101 -104.5t-197.5 -79.5t-316.5 -53v-13q0 -248 210 -248q45 0 80 9t61 21t47 27.5t39 28t35 21t38 8.5q12 0 24.5 -5.5t20.5 -17.5 l64 -77q-54 -54 -106 -94.5t-106.5 -66t-115 -37.5t-131.5 -12q-92 0 -167 31t-128 88t-82.5 137.5t-29.5 179.5zM317 603q127 17 204.5 38t120 45.5t56.5 52t14 59.5q0 15 -7 31.5t-20.5 29t-35.5 21.5t-54 9q-51 0 -95 -21t-79.5 -59t-62 -91t-41.5 -115z" />
<glyph unicode="f" horiz-adv-x="651" d="M59 -253l135 1114l-81 15q-23 4 -37.5 16.5t-14.5 36.5q0 1 0.5 4t2 13.5t4 32.5t7.5 62h141l9 78q11 90 47.5 162t92.5 122t128.5 76.5t156.5 26.5q66 0 121 -19l-22 -131q-2 -11 -10 -18t-19 -10t-25 -4t-28 -1q-41 0 -75.5 -11.5t-60.5 -36.5t-43 -65.5t-24 -98.5 l-8 -70h235l-23 -180h-226l-99 -818l-52 -193q-14 -50 -44.5 -76.5t-85.5 -26.5h-102z" />
<glyph unicode="g" horiz-adv-x="993" d="M-72 -100q0 87 44 146t114 95.5t156.5 52.5t172.5 16q42 0 82 -3.5t75 -9.5q-4 16 -6.5 32.5t-2.5 34.5q0 59 33 131q-39 -27 -88 -41t-119 -14q-59 0 -113 19.5t-95 59.5t-65 100t-24 139q0 77 29 150.5t85 131t139 92.5t193 35q58 0 110.5 -14t96.5 -40h294l-11 -82 q-4 -25 -16 -42.5t-34 -23.5l-108 -28q5 -20 8 -43t3 -48q0 -47 -10.5 -84t-25.5 -69t-32 -60t-32.5 -57.5t-25.5 -61.5t-10 -71q0 -42 17.5 -77.5t38 -72t38 -78.5t17.5 -98q0 -78 -35 -148t-100.5 -122.5t-159.5 -83.5t-213 -31q-97 0 -174.5 20t-132 56t-84 85t-29.5 107 zM168 -69q0 -61 49 -93t152 -32q57 0 104 14.5t81 40t53 60.5t19 75q0 14 -1.5 28t-3.5 26q-55 9 -102 13.5t-88 4.5q-70 0 -119.5 -11.5t-81.5 -30t-47 -43t-15 -52.5zM323 657q0 -79 35 -121.5t103 -42.5q46 0 81 21.5t59 56t36 78t12 88.5q0 77 -35.5 118t-104.5 41 q-46 0 -81 -20t-58.5 -53t-35 -76.5t-11.5 -89.5z" />
<glyph unicode="h" horiz-adv-x="1111" d="M61 0l186 1522h252l-79 -651q77 99 166.5 147.5t182.5 48.5q59 0 107.5 -21t82 -61.5t52 -99.5t18.5 -135q0 -19 -1.5 -39.5t-3.5 -41.5l-79 -669h-253l79 669q2 18 3.5 34.5t1.5 30.5q0 68 -25.5 97.5t-77.5 29.5q-39 0 -81 -22t-81 -62.5t-73 -97.5t-57 -128l-67 -551 h-253z" />
<glyph unicode="i" horiz-adv-x="527" d="M76 0l126 1051h250l-126 -1051h-250zM201 1357q0 33 13 62.5t34.5 51.5t50 35t57.5 13q31 0 59.5 -13t50.5 -34.5t35.5 -51t13.5 -63.5q0 -33 -14 -61.5t-36 -50t-50.5 -34.5t-59.5 -13q-30 0 -58 13t-49.5 34.5t-34 50t-12.5 61.5z" />
<glyph unicode="j" horiz-adv-x="518" d="M-161 -349l25 136q6 20 19.5 26t47.5 6q35 0 59 7.5t40.5 24.5t26 44.5t14.5 68.5l133 1087h248l-134 -1087q-8 -69 -34 -129t-69.5 -105.5t-105.5 -72t-143 -26.5q-40 0 -69 5t-58 15zM193 1357q0 33 13 62.5t34.5 51.5t49.5 35t58 13q31 0 59.5 -13t50.5 -34.5 t35.5 -51t13.5 -63.5q0 -33 -14 -61.5t-36 -50t-50.5 -34.5t-59.5 -13q-30 0 -58 13t-49.5 34.5t-34 50t-12.5 61.5z" />
<glyph unicode="k" horiz-adv-x="1043" d="M63 0l187 1522h250l-107 -872h26q24 0 38.5 7.5t30.5 26.5l279 323q18 20 37.5 32t49.5 12h225l-346 -391q-19 -22 -38.5 -39.5t-41.5 -30.5q19 -14 32 -35t26 -45l260 -510h-219q-28 0 -46 10t-30 35l-204 398q-12 24 -25 31t-41 7h-34l-59 -481h-250z" />
<glyph unicode="l" horiz-adv-x="510" d="M67 0l184 1522h249l-185 -1522h-248z" />
<glyph unicode="m" horiz-adv-x="1618" d="M53 0l128 1052h128q39 0 61.5 -18.5t22.5 -58.5v-3q0 -2 -0.5 -14l-1.5 -36t-3 -68q71 108 154 160.5t173 52.5q97 0 153 -64.5t65 -186.5q74 129 163.5 190t194.5 61q118 0 182 -79.5t64 -228.5q0 -20 -1 -43.5t-4 -46.5l-79 -669h-250q20 174 34.5 295.5t24 203 t14.5 127.5t7.5 71t3 33.5t0.5 13.5q0 61 -20.5 88.5t-66.5 27.5q-39 0 -76 -20.5t-70 -59.5t-61 -95t-50 -127l-65 -558h-249l79 669q2 22 3.5 40.5t1.5 34.5q0 61 -20 88.5t-66 27.5q-40 0 -78 -21.5t-71.5 -62t-61.5 -98t-49 -129.5l-66 -549h-248z" />
<glyph unicode="n" horiz-adv-x="1102" d="M53 0l126 1052h129q40 0 62 -19.5t22 -62.5l-7 -136q80 118 177 175.5t201 57.5q58 0 105.5 -21t81.5 -61.5t52.5 -99.5t18.5 -135q0 -19 -1.5 -39.5t-3.5 -41.5l-79 -669h-253q20 173 34.5 293.5t24 200t14.5 125.5t7.5 69.5t3 31t0.5 12.5q0 68 -24.5 98t-76.5 30 q-42 0 -87 -24.5t-86 -69.5t-75 -108.5t-55 -141.5l-58 -516h-253z" />
<glyph unicode="o" horiz-adv-x="1044" d="M44 425q0 136 43.5 254t119 204t175.5 135t214 49q87 0 161 -29t128.5 -85.5t85 -138.5t30.5 -187q0 -135 -44 -252.5t-119 -204t-175.5 -136t-213.5 -49.5q-87 0 -161.5 29t-128.5 85.5t-84.5 138.5t-30.5 187zM297 427q0 -128 43 -188t131 -60q63 0 114.5 36.5t88 97.5 t56 142t19.5 170q0 128 -43.5 188t-132.5 60q-63 0 -114 -35.5t-87 -97t-55.5 -142.5t-19.5 -171z" />
<glyph unicode="p" horiz-adv-x="1085" d="M11 -343l170 1395h128q35 0 59.5 -15t24.5 -49v-3q0 -3 -1 -19t-2 -50t-4 -97q76 114 171.5 181t202.5 67q66 0 119.5 -24t91.5 -72t58.5 -122t20.5 -173q0 -89 -18.5 -175t-52.5 -163t-80.5 -141.5t-104 -111.5t-122.5 -73.5t-134 -26.5q-71 0 -129 25t-100 70l-52 -423 h-246zM330 245q35 -37 79.5 -52.5t88.5 -15.5q68 0 123 42t94.5 109.5t61 152t21.5 169.5q0 111 -36 164.5t-100 53.5q-42 0 -85 -28t-83 -77.5t-74.5 -117t-59.5 -145.5z" />
<glyph unicode="q" horiz-adv-x="1059" d="M39 359q0 94 23.5 183.5t67 167.5t105 144t138 113t165 73t186.5 26q71 0 142 -10t140 -37l-170 -1362h-164q-22 0 -36.5 7t-23.5 18.5t-13 25.5t-4 29q0 1 0.5 4.5t2 17t4.5 41t9 77t16 126t24 187.5q-68 -96 -149.5 -150.5t-178.5 -54.5q-59 0 -111 23.5t-90.5 70 t-60.5 116.5t-22 164zM292 404q0 -111 34.5 -162t95.5 -51q41 0 81.5 28.5t76 78t66 117t52.5 145.5l42 325q-14 1 -26.5 1.5t-24.5 0.5q-85 0 -157.5 -39t-126 -105t-83.5 -154t-30 -185z" />
<glyph unicode="r" horiz-adv-x="744" d="M53 0l128 1052h128q37 0 60.5 -16.5t23.5 -52.5v-4q0 -4 -1 -21t-2 -54.5t-4 -104.5q65 124 141.5 191.5t159.5 67.5q42 0 85 -19l-46 -241q-51 22 -97 21q-91 0 -160 -87t-113 -272l-55 -460h-248z" />
<glyph unicode="s" horiz-adv-x="803" d="M-8 113l61 96q11 17 27 26.5t38 9.5t39 -13.5t40.5 -29.5t57 -29t85.5 -13q42 0 74 11t54 30.5t33.5 45t11.5 54.5q0 35 -17.5 58t-46.5 40t-66 29.5t-75.5 27t-74.5 33t-65.5 46.5t-47 68.5t-17.5 98.5q0 70 27 136t78.5 117t127 81.5t172.5 30.5q100 0 177.5 -34.5 t130.5 -87.5l-65 -92q-11 -16 -21.5 -23t-27.5 -7t-35.5 10.5t-42.5 23t-55 23t-75 10.5q-81 0 -124 -36.5t-43 -90.5q0 -32 17.5 -54t46.5 -38.5t66 -30t75.5 -29.5t75.5 -36t65.5 -48.5t46.5 -69t18 -97.5q0 -76 -30 -144.5t-86.5 -120t-136 -81.5t-178.5 -30 q-50 0 -96.5 9.5t-87.5 27t-74 41t-57 51.5z" />
<glyph unicode="t" horiz-adv-x="726" d="M87 904q0 1 0.5 4t1.5 14t3.5 32.5t6.5 60.5l160 27l84 287q6 20 21 31.5t36 11.5h136l-41 -331h254l-22 -180h-255l-56 -458q-5 -42 -7.5 -66.5t-4.5 -38t-2.5 -19.5t-0.5 -8q0 -39 19 -61.5t54 -22.5q22 0 37 6t26.5 12t20 11.5t16.5 5.5q11 0 18 -5.5t12 -16.5 l54 -123q-56 -46 -124.5 -69.5t-138.5 -23.5q-112 0 -176.5 60t-67.5 170v17q0 10 1.5 29t5 50t9.5 80l58 471h-99q-17 0 -28 10.5t-11 32.5z" />
<glyph unicode="u" horiz-adv-x="1100" d="M82 300q0 20 1 40.5t4 43.5l79 667h253q-20 -173 -34.5 -293t-24 -200t-14.5 -126t-7.5 -69.5t-3 -31.5t-0.5 -14q0 -68 25 -97t76 -29q40 0 82.5 22.5t82 63t73.5 99t57 130.5l66 545h253l-127 -1051h-128q-17 0 -33.5 4.5t-29 14t-20 23.5t-7.5 34v4l6 128 q-80 -113 -175 -168t-196 -55q-58 0 -106 21t-81.5 60.5t-52 98.5t-18.5 135z" />
<glyph unicode="v" horiz-adv-x="1017" d="M71 1051h207q27 0 42.5 -13.5t19.5 -33.5l111 -562q10 -50 14 -99.5t7 -98.5q14 49 31 97.5t41 100.5l251 562q9 20 28 33.5t41 13.5h200l-518 -1051h-213z" />
<glyph unicode="w" horiz-adv-x="1502" d="M79 1051h191q27 0 44.5 -13.5t19.5 -33.5l61 -562q5 -46 5.5 -89t2.5 -86q15 43 32.5 86t35.5 89l228 564q8 20 26.5 33.5t41.5 13.5h109q27 0 42 -13.5t18 -33.5l88 -564q7 -46 12 -89l10 -86q11 43 23.5 86t30.5 89l204 562q7 20 25.5 33.5t41.5 13.5h184l-433 -1051 h-195q-32 0 -39 45l-101 607q-6 41 -9 79l-14 -40t-15 -41l-250 -605q-18 -45 -55 -45h-187z" />
<glyph unicode="x" horiz-adv-x="1030" d="M-55 0l416 568l-243 483h229q26 0 37 -7.5t19 -24.5l145 -313q6 12 13 24.5t17 26.5l184 258q12 17 25.5 26.5t30.5 9.5h230l-370 -484l270 -567h-230q-26 0 -40.5 14t-23.5 32l-160 369q-5 -11 -11.5 -22.5t-12.5 -20.5l-233 -326q-13 -17 -30 -31.5t-40 -14.5h-222z " />
<glyph unicode="y" horiz-adv-x="1017" d="M79 1051h212q28 0 41.5 -14t18.5 -33l129 -545q6 -27 10 -52.5t6 -52.5q11 27 22.5 53t24.5 53l259 545q10 20 29.5 33t39.5 13h203l-694 -1342q-27 -52 -82 -52h-187l233 423z" />
<glyph unicode="z" horiz-adv-x="897" d="M-1 0l13 105q2 17 13 42t28 46l530 664h-452l24 194h748l-13 -105q-3 -27 -14 -52.5t-27 -41.5l-525 -657h461l-22 -195h-764z" />
<glyph unicode="{" horiz-adv-x="565" d="M32 564l17 142q76 0 105.5 62.5t29.5 193.5q0 16 -1 37.5t-1.5 44.5t-1.5 45t-1 39q0 109 24.5 193.5t74.5 142.5t125.5 88t179.5 30h48l-14 -109q-2 -12 -8 -21.5t-14.5 -15.5t-18 -9t-16.5 -3h-7q-68 0 -106.5 -48.5t-47.5 -138.5q-5 -52 -6 -100t-1 -94t-1 -89.5 t-5 -87.5q-4 -43 -18 -80t-37 -67.5t-53.5 -52.5t-67.5 -32q59 -20 91 -71t32 -116q0 -59 -13.5 -116t-30 -113.5t-29.5 -114.5t-13 -120q0 -61 28 -100t83 -39h9q14 0 29.5 -9.5t15.5 -33.5v-3q0 -3 -1.5 -13.5t-4.5 -33t-8 -63.5h-49q-82 0 -141.5 21.5t-97.5 59.5 t-57 91.5t-19 117.5q0 67 14.5 127.5t32 118t32.5 113.5t15 115q0 49 -23 80.5t-73 31.5z" />
<glyph unicode="|" horiz-adv-x="614" d="M147 -343v1927h197v-1927h-197z" />
<glyph unicode="}" horiz-adv-x="565" d="M-34 -312l14 109q1 12 7.5 21.5t15 15.5t18 8.5t16.5 2.5h7q68 0 106.5 49t47.5 139q5 52 6 100t1 93.5t1 89t5 87.5q4 43 18 80.5t37 68t53.5 52t67.5 32.5q-59 20 -91 71t-32 115q0 59 13.5 116t30 114t29.5 115t13 120q0 61 -28 99.5t-83 38.5h-9q-14 0 -29.5 10 t-15.5 33v4q0 3 1.5 13.5t4.5 33t8 63.5h49q81 0 141 -21.5t98 -60t57 -91.5t19 -118q0 -67 -14.5 -127t-32 -117.5t-32.5 -113.5t-15 -115q0 -49 23 -80.5t73 -31.5l-17 -142q-76 0 -105.5 -63t-29.5 -193q0 -16 1 -37.5t1.5 -44.5t1.5 -45.5t1 -39.5q0 -109 -24.5 -193 t-74.5 -142t-126 -88t-179 -30h-48z" />
<glyph unicode="~" d="M39 408q0 79 21 142.5t60.5 109.5t96.5 70.5t131 24.5q54 0 104 -14.5t94.5 -31.5t83.5 -31t71 -14q57 0 89 36.5t32 103.5h204q0 -79 -21 -143t-60.5 -109.5t-96.5 -70t-131 -24.5q-54 0 -104 14t-94.5 31t-83.5 31.5t-71 14.5q-57 0 -89 -37t-32 -103h-204z" />
<glyph unicode="&#xa2;" d="M126 450q0 127 40 237t115 192t184.5 130.5t248.5 53.5l34 164q5 24 25.5 43t47.5 19h90l-49 -235q80 -14 142 -48t111 -85l-74 -85q-12 -14 -22.5 -21.5t-30.5 -7.5q-14 0 -28.5 7t-33.5 17t-43.5 20.5t-57.5 18.5l-144 -700q56 5 95 20t67 30.5t49 27.5t42 12 q31 0 43 -20l56 -86q-40 -41 -86 -71t-95.5 -50t-102.5 -30.5t-106 -14.5l-32 -155q-5 -24 -25.5 -42.5t-47.5 -18.5h-91l46 219q-81 12 -149 49t-116 96t-75 138t-27 176zM367 462q0 -110 42.5 -181t121.5 -98l144 695q-78 -8 -136 -41.5t-96.5 -87.5t-57 -126.5 t-18.5 -160.5z" />
<glyph unicode="&#xa3;" d="M1 0l19 154q71 16 111 58.5t51 127.5l34 276h-159l13 99q3 23 24 41.5t51 18.5h91l29 247q11 96 53.5 182.5t112 151t164.5 102.5t213 38q88 0 153.5 -20t113 -55.5t79.5 -84t52 -105.5l-106 -64q-30 -15 -58 -15q-17 0 -33.5 7t-28.5 25q-18 25 -35 44.5t-38.5 33.5 t-51 21t-71.5 7q-54 0 -100 -18.5t-81.5 -52.5t-58 -83.5t-29.5 -111.5l-30 -249h458l-11 -97q-2 -24 -23.5 -43t-51.5 -19h-391l-25 -210q-8 -70 -32 -122.5t-67 -96.5q40 9 80 14.5t80 5.5h612l-13 -102q-2 -18 -12 -37t-25 -34t-35.5 -24.5t-44.5 -9.5h-983z" />
<glyph unicode="&#xa5;" d="M110 276l18 137h329l11 98h-329l17 135h286l-307 834h205q33 0 53 -17t28 -44l169 -511q14 -43 21 -80.5t13 -74.5q12 37 28 74.5t40 80.5l293 511q13 24 37.5 42.5t56.5 18.5h206l-513 -834h288l-17 -135h-329l-13 -98h329l-16 -137h-330l-34 -276h-243l33 276h-330z " />
<glyph unicode="&#xa9;" horiz-adv-x="1620" d="M83 740q0 104 27 201t76.5 181t118.5 153.5t152.5 118.5t179.5 76t201 27q104 0 201 -27t181 -76t153 -118.5t118 -153.5t76 -180.5t27 -201.5q0 -103 -27 -200t-76 -180.5t-118 -152.5t-153 -118t-181 -76t-201 -27q-103 0 -200 27t-180.5 76t-152.5 118t-118.5 152.5 t-76.5 180t-27 200.5zM221 740q0 -133 47.5 -248.5t130.5 -201t196 -135t243 -49.5q87 0 166.5 23t149 63.5t126 98t96.5 128t62 151.5t22 170t-22 171t-62 153.5t-96.5 129t-126 99t-149 64t-166.5 22.5q-86 0 -165.5 -22.5t-148 -64t-124.5 -99t-96 -129t-61.5 -153.5 t-21.5 -171zM391 743q0 104 36 191.5t99.5 150.5t149 98t185.5 35q114 0 196 -38.5t137 -98.5l-67 -91q-6 -8 -16.5 -16t-27.5 -8t-32.5 10t-37 22.5t-54.5 22.5t-86 10q-61 0 -108.5 -20t-81 -57.5t-51 -90.5t-17.5 -120q0 -70 18 -123t49.5 -89t75 -55t95.5 -19 q50 0 82.5 8t55 19.5t40 22.5t39.5 17q11 0 20.5 -4.5t15.5 -12.5l84 -89q-57 -73 -144.5 -111.5t-204.5 -38.5q-102 0 -185.5 36.5t-142 100.5t-90.5 150.5t-32 187.5z" />
<glyph unicode="&#xad;" horiz-adv-x="679" d="M96 516l25 204h492l-25 -204h-492z" />
<glyph unicode="&#xae;" horiz-adv-x="1620" d="M81 740q0 157 59.5 294.5t161.5 240.5t239.5 162.5t294.5 59.5q104 0 201 -27t181 -76t153 -118.5t118 -153.5t76 -180.5t27 -201.5q0 -103 -27 -200t-76 -180.5t-118 -152.5t-153 -118t-181 -76t-201 -27t-200.5 27t-180.5 76t-153 118t-118 152.5t-76 180t-27 200.5z M218 740q0 -133 47.5 -248.5t131 -201t196.5 -135t243 -49.5q87 0 166.5 23t149 63.5t126 98t96.5 128t62 151.5t22 170t-22 171t-62 153.5t-96.5 129t-126 99t-149 64t-166.5 22.5t-166.5 -22.5t-148 -64t-124.5 -99t-96 -129t-61.5 -153.5t-21.5 -171zM502 284v918h328 q191 0 280.5 -68.5t89.5 -196.5q0 -91 -47 -159t-146 -99q24 -13 39 -33.5t30 -47.5l186 -314h-211q-45 0 -64 33l-148 270q-8 15 -21.5 22t-40.5 7h-56v-332h-219zM721 773h91q53 0 86.5 9t52.5 26t26 43t7 58t-6 56t-23 40t-47 23.5t-78 7.5h-109v-263z" />
<glyph unicode="&#xb4;" horiz-adv-x="605" d="M261 1194l164 249q17 27 38 40t60 13h237l-268 -267q-20 -20 -39 -27.5t-46 -7.5h-146z" />
<glyph unicode="&#x2000;" horiz-adv-x="842" />
<glyph unicode="&#x2001;" horiz-adv-x="1685" />
<glyph unicode="&#x2002;" horiz-adv-x="842" />
<glyph unicode="&#x2003;" horiz-adv-x="1685" />
<glyph unicode="&#x2004;" horiz-adv-x="561" />
<glyph unicode="&#x2005;" horiz-adv-x="420" />
<glyph unicode="&#x2006;" horiz-adv-x="280" />
<glyph unicode="&#x2007;" horiz-adv-x="280" />
<glyph unicode="&#x2008;" horiz-adv-x="209" />
<glyph unicode="&#x2009;" horiz-adv-x="336" />
<glyph unicode="&#x200a;" horiz-adv-x="93" />
<glyph unicode="&#x2010;" horiz-adv-x="679" d="M96 516l25 204h492l-25 -204h-492z" />
<glyph unicode="&#x2011;" horiz-adv-x="679" d="M96 516l25 204h492l-25 -204h-492z" />
<glyph unicode="&#x2012;" horiz-adv-x="679" d="M96 516l25 204h492l-25 -204h-492z" />
<glyph unicode="&#x2013;" horiz-adv-x="1075" d="M159 525l21 174h765l-21 -174h-765z" />
<glyph unicode="&#x2014;" horiz-adv-x="1592" d="M159 525l21 174h1282l-21 -174h-1282z" />
<glyph unicode="&#x2018;" horiz-adv-x="427" d="M176 1184q0 114 61.5 218.5t175.5 191.5l68 -45q15 -9 16 -28q0 -11 -6 -21t-19 -24q-12 -14 -28 -36.5t-29.5 -50.5t-22.5 -62t-9 -72q0 -30 6.5 -61.5t22.5 -65.5q3 -8 3 -16q0 -15 -11.5 -28t-31.5 -21l-155 -57q-41 88 -41 178z" />
<glyph unicode="&#x2019;" horiz-adv-x="427" d="M133 1048q0 11 6 20t20 24q12 14 28 36t29 50.5t22.5 62.5t9.5 72q0 30 -7 61.5t-22 64.5q-3 9 -3 16q0 16 11.5 29t31.5 21l155 58q41 -88 41 -179q0 -114 -61.5 -218.5t-176.5 -191.5l-69 45q-15 11 -15 29z" />
<glyph unicode="&#x201c;" horiz-adv-x="744" d="M176 1184q0 114 61.5 218.5t175.5 191.5l68 -45q15 -9 16 -28q0 -11 -6 -21t-19 -24q-12 -14 -28 -36.5t-29.5 -50.5t-22.5 -62t-9 -72q0 -30 6.5 -61.5t22.5 -65.5q3 -8 3 -16q0 -15 -11.5 -28t-31.5 -21l-155 -57q-41 88 -41 178zM495 1184q0 114 61 218.5t175 191.5 l69 -45q15 -9 15 -28q0 -11 -5.5 -21t-18.5 -24q-12 -14 -28.5 -36.5t-29.5 -50.5t-22.5 -62t-9.5 -72q0 -30 7 -61.5t22 -65.5q3 -8 3 -16q0 -15 -11 -28t-32 -21l-154 -57q-41 88 -41 178z" />
<glyph unicode="&#x201d;" horiz-adv-x="744" d="M137 1048q0 11 6.5 20t19.5 24q12 14 28 36t29 50.5t22.5 62.5t9.5 72q0 30 -6.5 61.5t-22.5 64.5q-3 9 -3 16q0 16 11.5 29t31.5 21l155 58q41 -88 41 -179q0 -114 -61.5 -218.5t-176.5 -191.5l-68 45q-16 11 -16 29zM455 1048q0 11 6 20t19 24q12 14 28 36t29.5 50.5 t22.5 62.5t9 72q0 30 -6.5 61.5t-21.5 64.5q-3 9 -3 16q0 16 11 29t32 21l154 58q41 -88 41 -179q0 -114 -61.5 -218.5t-175.5 -191.5l-69 45q-15 11 -15 29z" />
<glyph unicode="&#x2022;" d="M166 607q0 92 35.5 173t95.5 142t141 96t173 35q93 0 174.5 -35t142 -96t96 -142t35.5 -173q0 -91 -35.5 -171.5t-96 -141t-141.5 -95t-175 -34.5q-92 0 -173 34.5t-141 95t-95.5 141t-35.5 171.5z" />
<glyph unicode="&#x2026;" horiz-adv-x="1553" d="M35 139q0 32 11.5 60.5t32.5 49t49.5 33t60.5 12.5q33 0 61.5 -12.5t49.5 -33t33 -49t12 -60.5q0 -33 -12 -61t-33 -48.5t-49.5 -32t-61.5 -11.5t-61 11.5t-49 32t-32.5 48.5t-11.5 61zM582 139q0 32 11.5 60.5t32.5 49t49 33t61 12.5t61 -12.5t49 -33t33.5 -49 t12.5 -60.5q0 -33 -12.5 -61t-33.5 -48.5t-49 -32t-61 -11.5t-61 11.5t-49 32t-32.5 48.5t-11.5 61zM1128 139q0 32 12 60.5t32.5 49t49 33t61.5 12.5t61 -12.5t49 -33t33.5 -49t12.5 -60.5q0 -33 -12.5 -61t-33.5 -48.5t-49 -32t-61 -11.5t-61.5 11.5t-49 32t-32.5 48.5 t-12 61z" />
<glyph unicode="&#x202f;" horiz-adv-x="336" />
<glyph unicode="&#x205f;" horiz-adv-x="420" />
<glyph unicode="&#x20ac;" d="M44 554l16 135h120q2 32 5 62t9 60h-118l16 136h132q37 127 100 228.5t146 172t183.5 108.5t212.5 38q141 0 235.5 -55t151.5 -146l-97 -93q-11 -11 -22.5 -19.5t-31.5 -8.5t-36 17.5t-41.5 38.5t-65.5 38.5t-109 17.5q-130 0 -228.5 -86t-148.5 -251h528l-8 -77 q-2 -22 -23 -40.5t-54 -18.5h-474q-9 -58 -12 -122h444l-9 -74q-3 -24 -24.5 -42.5t-50.5 -18.5h-361q11 -176 83.5 -267t193.5 -91q50 0 87.5 9.5t66 24t49.5 31.5t37.5 31t30.5 24t29 10q11 0 17.5 -4t15.5 -13l94 -97q-85 -109 -202.5 -167.5t-262.5 -58.5 q-117 0 -206.5 41.5t-150.5 116.5t-94.5 179.5t-38.5 230.5h-134z" />
<glyph unicode="&#x2122;" horiz-adv-x="1370" d="M155 1340l18 140h471l-17 -140h-153l-58 -477h-167l57 477h-151zM633 863l75 617h145q22 0 33.5 -3.5t17.5 -23.5l84 -268q11 -36 18 -69q8 17 16 33.5t19 35.5l153 268q11 19 24 23t34 4h144l-75 -617h-147l38 318q2 20 8 42t15 53l-177 -311q-10 -17 -26.5 -26.5 t-36.5 -9.5h-23q-18 0 -33 9t-20 27l-99 305q0 -36 -0.5 -57.5t-1.5 -31.5l-38 -318h-147z" />
<glyph unicode="&#xe000;" horiz-adv-x="1050" d="M0 1050h1050v-1050h-1050v1050z" />
</font>
</defs></svg>

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,147 @@
<?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>
This is a custom SVG webfont generated by Font Squirrel.
Copyright : Copyright c 20102011 by tyPoland Lukasz Dziedzic with Reserved Font Name Lato Licensed under the SIL Open Font License Version 11
Designer : Lukasz Dziedzic
Foundry : Lukasz Dziedzic
Foundry URL : httpwwwtypolandcom
</metadata>
<defs>
<font id="LatoHairline" horiz-adv-x="1187" >
<font-face units-per-em="2048" ascent="1649" descent="-399" />
<missing-glyph horiz-adv-x="395" />
<glyph unicode=" " horiz-adv-x="395" />
<glyph unicode="&#x09;" horiz-adv-x="395" />
<glyph unicode="&#xa0;" horiz-adv-x="395" />
<glyph unicode="!" horiz-adv-x="624" d="M246 49q0 28 19 48t46 20q28 0 48 -20t20 -48t-20 -46.5t-48 -18.5t-46.5 18.5t-18.5 46.5zM301 848v586h29v-586q0 -45 -0.5 -84.5t-1 -80.5t-2 -88t-2.5 -108h-17q-2 60 -3 107.5t-1.5 88.5t-1 80.5t-0.5 84.5z" />
<glyph unicode="&#x22;" horiz-adv-x="698" d="M209 1133v301h20v-301l-2 -156q0 -8 -8 -8t-8 8zM469 1133v301h20v-301l-2 -156q0 -8 -8 -8t-8 8z" />
<glyph unicode="#" d="M111 483v6h236l100 455h-279v6q0 12 14 13h268l101 454q3 16 18 17h9l-106 -471h350l106 471h10q10 0 10 -10q0 -4 -5 -24l-98 -437h240v-7q0 -12 -14 -12h-228l-101 -455h272q14 0 14 -12v-6h-288l-105 -471h-6q-13 0 -14 8q0 5 5 22l98 441h-350l-102 -455 q-3 -16 -16 -16h-10l105 471h-220q-14 0 -14 12zM370 489h350l100 455h-350z" />
<glyph unicode="$" d="M197 170l4 4q3 3 5 4.5t7 1.5q6 0 18 -12.5t32 -32t48.5 -42.5t69 -42.5t92.5 -33t120 -13.5l27 744q-68 22 -131.5 47t-113 64.5t-79.5 97t-30 143.5q0 68 25 130t73.5 110t118.5 77t161 31l7 192q0 16 13 17h10l-8 -209q100 -2 177.5 -36t145.5 -105l-4 -7 q-3 -6 -10 -6q-10 0 -28.5 20t-54 44.5t-90 45.5t-136.5 23l-24 -662q73 -24 143.5 -50t126.5 -65t90 -97.5t34 -149.5q0 -86 -28 -160.5t-82.5 -131t-132.5 -90t-179 -36.5l-8 -249q0 -16 -12 -17h-10l9 265q-72 0 -128.5 12.5t-104.5 36.5t-87 58.5t-76 78.5zM289 1100 q0 -77 27.5 -130.5t73.5 -90t106 -61t125 -46.5l23 654q-86 -2 -152 -29t-111.5 -72t-68.5 -103.5t-23 -121.5zM615 4q94 3 168.5 36t126 86.5t78 124t26.5 148.5q0 84 -32.5 140t-84.5 93.5t-119 62t-137 46.5z" />
<glyph unicode="%" horiz-adv-x="1536" d="M102 1090q0 93 22.5 160.5t61.5 112t91.5 66t111.5 21.5q58 0 110.5 -21.5t91.5 -66t62 -112t23 -160.5q0 -92 -23 -160t-62 -112t-91.5 -65.5t-110.5 -21.5q-59 0 -111.5 21.5t-91.5 65.5t-61.5 112t-22.5 160zM125 1090q0 -89 21 -154t57.5 -106.5t84 -60.5t101.5 -19 q53 0 101.5 19t84.5 60.5t57 106t21 154.5q0 89 -21 153.5t-57 106.5t-84.5 62t-101.5 20q-54 0 -101.5 -20t-84 -62t-57.5 -106.5t-21 -153.5zM242 0l1011 1425q5 8 17 9h14l-1012 -1426q-5 -8 -16 -8h-14zM860 342q0 93 22.5 160.5t61.5 112t91 66t112 21.5 q58 0 110.5 -21.5t91.5 -66t62 -112t23 -160.5q0 -92 -23 -159.5t-62 -111.5t-91.5 -65.5t-110.5 -21.5q-59 0 -111.5 21.5t-91.5 65.5t-61.5 111.5t-22.5 159.5zM883 342q0 -89 21 -153.5t57 -106t84 -61t102 -19.5q53 0 101 19.5t84.5 61t57.5 106t21 153.5t-21 153.5 t-57.5 106.5t-84.5 62t-101 20q-54 0 -102 -20t-84 -62t-57 -106.5t-21 -153.5z" />
<glyph unicode="&#x26;" horiz-adv-x="1394" d="M129 352q0 77 28.5 146.5t79.5 127t118.5 101t146.5 69.5q-42 44 -74 84.5t-53.5 80.5t-32 83t-10.5 93q0 69 25 126t70.5 98.5t108 65t138.5 23.5q59 0 115 -22t99.5 -59t70 -86t26.5 -103h-6q-5 0 -9.5 3.5t-6.5 12.5q-2 28 -20.5 68t-54 76.5t-89.5 63t-125 26.5 q-70 0 -128.5 -22t-100.5 -60t-65.5 -92t-23.5 -119q0 -95 51 -183t152 -184l488 -467q52 78 81.5 161t38.5 157q2 8 4.5 12t10.5 4h8q-3 -77 -35 -168.5t-92 -180.5l301 -288h-16q-9 0 -15.5 1t-15.5 9l-267 259q-42 -58 -96.5 -109.5t-120.5 -91t-143 -62t-164 -22.5 q-73 0 -144 24t-127 70.5t-91 115t-35 158.5zM154 352q0 -89 35 -154.5t90 -108.5t121 -64t126 -21q86 0 161 22t139 60t116 89t92 109l-517 496q-78 -25 -144.5 -67.5t-115 -98.5t-76 -122.5t-27.5 -139.5z" />
<glyph unicode="'" horiz-adv-x="438" d="M209 1133v301h20v-301l-2 -156q0 -8 -8 -8t-8 8z" />
<glyph unicode="(" horiz-adv-x="614" d="M205 647q0 115 14 223.5t47 216.5t87.5 219.5t133.5 233.5l11 -6q4 -2 4 -7q0 -4 -4 -9q-135 -203 -203 -418t-68 -453q0 -239 67.5 -453t203.5 -417q4 -5 4 -9t-4 -8l-11 -6q-80 122 -134 233.5t-87 219.5t-47 216t-14 224z" />
<glyph unicode=")" horiz-adv-x="614" d="M111 -232q0 4 4 9q135 203 202.5 417.5t67.5 452.5t-67.5 453t-202.5 418q-4 5 -4 9q0 5 4 7l10 6q80 -122 134 -233.5t87 -219.5t47.5 -216.5t14.5 -223.5q0 -116 -14.5 -224t-47.5 -216t-87 -219.5t-134 -233.5l-10 6q-4 4 -4 8z" />
<glyph unicode="*" horiz-adv-x="819" d="M150 1370l10 19l209 -121q5 -3 8.5 -5.5t6.5 -6.5l8 -7l12 -12q-4 18 -5.5 26.5t-1.5 20.5v234h21v-234q0 -12 -0.5 -20.5t-5.5 -26.5l19.5 19.5t17.5 11.5l206 121l11 -19l-207 -121q-10 -6 -18 -9.5t-23 -7.5q17 -5 24 -7.5t17 -7.5l209 -121l-11 -19l-208 121 q-5 3 -9 5t-7.5 4.5t-8.5 7t-12 12.5q3 -18 4.5 -26t1.5 -19v-234h-21v234q0 11 1.5 18.5t5.5 25.5q-13 -13 -18 -17t-17 -11l-207 -121l-10 19l206 121q10 5 18 7.5l24 7.5q-17 7 -24 9t-18 8z" />
<glyph unicode="+" d="M121 676v20h461v482h20v-482h463v-20h-463v-483h-20v483h-461z" />
<glyph unicode="," horiz-adv-x="378" d="M125 -234q0 3 5 10q10 13 27.5 36t34 54t28 67.5t11.5 77.5q-17 -19 -47 -19q-25 0 -41 17t-16 44q0 25 17 44.5t44 19.5q28 0 46 -20.5t18 -59.5q0 -79 -34.5 -152t-86.5 -129l-3 3q-3 4 -3 7z" />
<glyph unicode="-" horiz-adv-x="655" d="M102 592v20h451v-20h-451z" />
<glyph unicode="." horiz-adv-x="378" d="M123 49q0 28 19 48t46 20q28 0 48 -20t20 -48t-20 -46.5t-48 -18.5t-46.5 18.5t-18.5 46.5z" />
<glyph unicode="/" horiz-adv-x="700" d="M2 -80l655 1542q6 12 21 13h10l-655 -1543q-3 -8 -10 -10t-13 -2h-8z" />
<glyph unicode="0" d="M86 717q0 188 40.5 326t109.5 228.5t161.5 134.5t196.5 44q103 0 196 -44t162 -134.5t109.5 -228.5t40.5 -326t-40.5 -326t-109.5 -228t-162 -133.5t-196 -43.5t-196 43.5t-162 133.5t-109.5 228t-40.5 326zM111 717q0 -184 38 -318.5t104 -221.5t154.5 -129t186.5 -42 t185.5 42t153 129t104 221t38.5 319q0 184 -38.5 318t-104 222t-153 130.5t-185.5 42.5t-186.5 -42.5t-154.5 -130.5t-104 -222t-38 -318z" />
<glyph unicode="1" d="M291 1079l403 363h15v-1422h340v-20h-713v20h348v1328q0 14 1 29t3 29l-371 -335q-5 -5 -10 -5q-6 0 -10 5z" />
<glyph unicode="2" d="M154 0v8q0 6 3 10.5t5 6.5l516 524q63 65 119.5 126t98.5 124.5t66.5 131t24.5 144.5q0 93 -31.5 160.5t-84 110.5t-119 63.5t-136.5 20.5q-80 0 -147 -25t-118 -69.5t-84.5 -106t-45.5 -135.5q-3 -16 -16 -17h-10q11 86 46 155.5t90.5 117.5t127.5 74t157 26 q74 0 145.5 -21.5t126.5 -67t89.5 -116t34.5 -170.5q0 -82 -26.5 -152.5t-70.5 -135t-101.5 -126.5t-121.5 -126l-506 -517q22 2 50 3.5t63 1.5h741q10 0 11 -11v-12h-897z" />
<glyph unicode="3" d="M152 344l4 2q4 2 8 2q8 0 11.5 -6.5t6.5 -18.5q3 -14 12 -43.5t27.5 -65t47.5 -73t75 -68t109.5 -50t150.5 -19.5q105 0 184 35.5t132 90t79.5 120.5t26.5 129q0 74 -25.5 137.5t-81 110.5t-141.5 74t-207 28v16q94 3 171 29.5t131 72t83 107.5t29 138q0 89 -30 153 t-81 105t-116.5 60.5t-134.5 19.5q-80 0 -147.5 -25t-119 -69.5t-85 -106t-46.5 -135.5q-3 -16 -14 -17h-10q11 86 46.5 155.5t90.5 117.5t127.5 74t157.5 26q74 0 143.5 -20.5t123.5 -63.5t87 -111t33 -163q0 -73 -28 -134t-73.5 -106t-105 -74t-121.5 -39q89 -7 158 -36.5 t115.5 -76.5t71 -110t24.5 -137q0 -79 -33.5 -150.5t-93 -126t-141.5 -86.5t-179 -32q-86 0 -151 17t-112.5 45.5t-80 66t-54 77t-34 79.5t-20.5 75z" />
<glyph unicode="4" d="M84 461l741 975h15v-973h303v-8q0 -12 -17 -13h-286v-442h-25v442h-711q-11 0 -13.5 2.5t-4.5 8.5zM113 463h702v891v17q0 9 2 19z" />
<glyph unicode="5" d="M186 90l7 8q4 6 12 6q7 0 31.5 -14.5t66 -33t99.5 -33.5t133 -15q91 0 173 29.5t143 86t97.5 141t36.5 194.5q0 87 -25 160.5t-77.5 127.5t-132.5 84t-190 30q-61 0 -132.5 -9.5t-153.5 -30.5l-18 8l109 605h614v-11q0 -5 -4 -8.5t-10 -3.5h-580l-103 -568 q78 20 147.5 29.5t130.5 9.5q112 0 196.5 -31.5t141 -87t85.5 -134t29 -172.5q0 -113 -39 -201t-104.5 -148.5t-152 -92t-181.5 -31.5q-55 0 -106.5 9t-96 24t-81.5 34t-65 39z" />
<glyph unicode="6" d="M164 440q0 76 43 182t145 244l416 561q3 5 6 6t6 1h21l-428 -578q-55 -75 -92.5 -136t-60.5 -116q27 54 69.5 97t95 73.5t113 47t125.5 16.5q97 0 176 -32t134 -88t85.5 -134t30.5 -170q0 -96 -34 -175t-95 -136t-145 -88t-183 -31q-94 0 -172.5 30t-135.5 88.5 t-88.5 143t-31.5 194.5zM188 424q0 -91 29 -168t81.5 -132.5t127.5 -87.5t166 -32q101 0 181.5 31t136 85.5t85 130t29.5 163.5q0 93 -29 167.5t-82 127t-126.5 80.5t-161.5 28q-104 0 -186 -36.5t-137 -93t-84.5 -126t-29.5 -137.5z" />
<glyph unicode="7" d="M150 1423v11h935v-13q0 -6 -4 -14l-712 -1395q-6 -12 -23 -12h-12l715 1397q3 7 8 14h-895q-12 0 -12 12z" />
<glyph unicode="8" d="M143 367q0 90 29.5 157t78.5 113.5t113 73t134 38.5q-72 13 -128.5 44.5t-94.5 76.5t-58 102t-20 122q0 74 27 138.5t77.5 113t124.5 76.5t168 28q93 0 167.5 -28t125 -76.5t77.5 -113.5t27 -138q0 -65 -20.5 -122t-59 -102t-94 -76.5t-127.5 -44.5q70 -11 134 -38 t113 -73.5t78 -113.5t29 -157q0 -89 -33 -160.5t-93 -120.5t-142.5 -75.5t-181.5 -26.5t-181.5 26.5t-142.5 75.5t-93.5 120.5t-33.5 160.5zM168 367q0 -83 31.5 -150t88.5 -114.5t135 -73t171 -25.5t171 25.5t134.5 73t88.5 114.5t32 150q0 75 -20 131t-54 97.5t-77.5 68.5 t-90.5 43.5t-95 23t-89 6.5q-42 0 -89.5 -6.5t-95 -23t-91 -43.5t-77 -68.5t-53.5 -97.5t-20 -131zM221 1094q0 -66 23 -126.5t69.5 -107t116.5 -74.5t164 -28q93 0 163 28t117 74.5t70 107t23 126.5q0 72 -26 133.5t-74 106t-117 70.5t-156 26t-156 -26t-117.5 -70.5 t-74 -106t-25.5 -133.5z" />
<glyph unicode="9" d="M197 1036q0 90 33.5 166t92.5 131.5t139.5 86t174.5 30.5q88 0 163.5 -31t130.5 -88.5t86.5 -138.5t31.5 -180q0 -50 -12.5 -96.5t-35.5 -95t-57 -102t-78 -118.5l-399 -594q-3 -5 -6 -5.5t-6 -0.5h-21l414 610q51 76 90 135t62 119q-26 -54 -67 -97.5t-92 -74 t-110.5 -47t-122.5 -16.5q-94 0 -170.5 30.5t-130 85t-82 129t-28.5 162.5zM221 1036q0 -89 28.5 -160.5t79 -122t121.5 -77.5t156 -27q99 0 177 35t132 89t81.5 121.5t27.5 131.5q0 87 -29 161.5t-81 128t-122.5 84t-154.5 30.5q-91 0 -167.5 -29t-131.5 -80.5t-86 -124.5 t-31 -160z" />
<glyph unicode=":" horiz-adv-x="460" d="M164 49q0 28 19 48t46 20q28 0 48 -20t20 -48t-20 -46.5t-48 -18.5t-46.5 18.5t-18.5 46.5zM164 907q0 28 19 48t46 20q28 0 48 -20t20 -48t-20 -46.5t-48 -18.5t-46.5 18.5t-18.5 46.5z" />
<glyph unicode=";" horiz-adv-x="460" d="M164 907q0 28 19 48t46 20q28 0 48 -20t20 -48t-20 -46.5t-48 -18.5t-46.5 18.5t-18.5 46.5zM166 -234q0 3 5 10q10 13 27.5 36t34 54t28 67.5t11.5 77.5q-17 -19 -47 -19q-25 0 -41 17t-16 44q0 25 17 44.5t44 19.5q28 0 46 -20.5t18 -59.5q0 -79 -34.5 -152t-86.5 -129 l-3 3q-3 4 -3 7z" />
<glyph unicode="&#x3c;" d="M174 680v12l748 381v-11q0 -12 -20 -22l-658 -333l-24 -12t-24 -9q12 -4 23.5 -9t24.5 -11l658 -334q19 -10 20 -22v-11z" />
<glyph unicode="=" d="M184 532v21h820v-21h-820zM184 834v20h820v-20h-820z" />
<glyph unicode="&#x3e;" d="M266 299v11q0 11 20 22l658 334q11 5 23 10.5t24 9.5q-12 3 -23 9l-24 12l-658 333q-19 9 -20 22v11l748 -381v-12z" />
<glyph unicode="?" horiz-adv-x="710" d="M33 1311q25 26 56 50.5t69.5 44.5t84 32t99.5 12q62 0 121.5 -20t105 -57.5t73.5 -91t28 -122.5q0 -78 -25 -134t-63 -98.5t-82 -75.5t-82.5 -62t-64.5 -59t-27 -66l-7 -177h-16v179q0 40 25 71t63.5 60.5t82.5 61.5t82.5 74t63.5 96.5t25 129.5q0 63 -25.5 113.5 t-67.5 85.5t-97 53.5t-113 18.5q-73 0 -126 -20.5t-89.5 -45.5t-56.5 -45.5t-24 -20.5t-8 6zM246 49q0 28 19 48t46 20q28 0 48 -20t20 -48t-20 -46.5t-48 -18.5t-46.5 18.5t-18.5 46.5z" />
<glyph unicode="@" horiz-adv-x="1681" d="M131 545q0 174 59.5 320t161.5 251t237 163t288 58q88 0 173 -17.5t160 -53t138.5 -89.5t109 -126.5t71 -163.5t25.5 -201q0 -113 -28.5 -203.5t-77.5 -154.5t-114 -98.5t-138 -34.5q-92 0 -132.5 48t-40.5 129q0 13 1 27t3 28q-52 -118 -129 -172t-169 -54q-54 0 -93 19 t-65 51t-38.5 75.5t-12.5 93.5q0 57 15 116t43.5 113t70.5 101t95.5 81.5t118 54.5t138.5 20q42 0 85.5 -8t74.5 -23l-90 -344q-14 -53 -20.5 -95t-6.5 -76q0 -51 13 -83.5t34.5 -50.5t49 -24.5t57.5 -6.5q66 0 126 32.5t106.5 93t74 148.5t27.5 197q0 161 -54 279.5 t-144.5 197t-208.5 116.5t-248 38q-95 0 -186 -25t-171.5 -73t-147.5 -116.5t-115.5 -154t-75.5 -187.5t-27 -216q0 -186 60 -329t163 -240t240.5 -146t289.5 -49q148 0 279 36.5t247 112.5q4 3 9 3q7 0 10 -6l6 -11q-118 -79 -254 -118.5t-297 -39.5t-302 51.5t-246.5 151 t-166.5 246.5t-61 338zM545 440q0 -45 11.5 -85t34.5 -69.5t58.5 -47t83.5 -17.5q42 0 87 14.5t87 52t78.5 102.5t63.5 165l86 332q-32 8 -60.5 13t-73.5 5q-71 0 -132 -19.5t-111.5 -52.5t-90 -78.5t-67 -97.5t-41.5 -107.5t-14 -109.5z" />
<glyph unicode="A" horiz-adv-x="1257" d="M20 0l598 1434h21l598 -1434h-18q-9 0 -13 10l-199 479h-756l-200 -479q-3 -10 -14 -10h-17zM259 510h739l-353 848q-5 11 -8.5 21t-7.5 21q-4 -11 -8 -21t-9 -21z" />
<glyph unicode="B" horiz-adv-x="1302" d="M246 0v1434h372q228 0 340.5 -92t112.5 -265q0 -63 -25 -122.5t-68.5 -106.5t-104 -78.5t-131.5 -38.5q91 -7 164.5 -34t125 -72.5t79.5 -108t28 -139.5q0 -91 -31.5 -162t-91.5 -118.5t-146.5 -72t-195.5 -24.5h-428zM270 20h404q103 0 185 23t139 67.5t86.5 111.5 t29.5 155q0 78 -31 141t-88 107.5t-138.5 68t-180.5 23.5h-406v-697zM270 737h359q115 0 194.5 32t130 81.5t73 109.5t22.5 117q0 160 -106 248t-325 88h-348v-676z" />
<glyph unicode="C" horiz-adv-x="1472" d="M158 717q0 164 49.5 299t140 232t217 149.5t279.5 52.5q78 0 140.5 -10t116.5 -31t102.5 -53t99.5 -74l-4 -5q-4 -5 -9 -5q-8 0 -22 11.5t-37 29t-56.5 38t-80.5 38t-109 29.5t-141 12q-145 0 -266.5 -50t-209 -142.5t-137 -224.5t-49.5 -296q0 -167 49 -299t135 -224.5 t203 -141t254 -48.5q87 0 156 12.5t125.5 36t105 57.5t97.5 78q5 5 8 6q4 0 7 -4l9 -8q-45 -44 -96.5 -80t-113 -62.5t-135.5 -41t-163 -14.5q-144 0 -266 50.5t-211 145.5t-138.5 231t-49.5 306z" />
<glyph unicode="D" horiz-adv-x="1568" d="M246 0v1434h512q147 0 269 -48.5t209.5 -140.5t136 -225t48.5 -303t-48.5 -303t-136 -225.5t-209.5 -140.5t-269 -48h-512zM270 20h488q141 0 258.5 46.5t201.5 135.5t130.5 218.5t46.5 296.5t-46.5 296.5t-130.5 218.5t-201.5 135t-258.5 46h-488v-1393z" />
<glyph unicode="E" horiz-adv-x="1228" d="M246 0v1434h837v-23h-813v-672h691v-22h-691v-694h815l-2 -23h-837z" />
<glyph unicode="F" horiz-adv-x="1181" d="M246 0v1434h837v-23h-813v-692h711v-23h-711v-696h-24z" />
<glyph unicode="G" horiz-adv-x="1558" d="M158 717q0 169 49 304.5t141 231t222.5 146.5t293.5 51q80 0 146.5 -9.5t123.5 -30t107 -51.5t98 -74l-3 -5q-4 -5 -9 -5q-8 0 -34.5 24t-80.5 53t-139 53.5t-209 24.5q-156 0 -281.5 -49t-214.5 -141t-137.5 -224t-48.5 -299t48 -299t135 -224.5t208 -141t269 -48.5 q88 0 159 10t132.5 28.5t116.5 46t110 62.5v445h-322q-12 0 -12 10v10h356v-475q-53 -36 -110 -65t-122 -49.5t-141 -31.5t-167 -11q-155 0 -281 50.5t-215.5 145.5t-138.5 231t-49 306z" />
<glyph unicode="H" horiz-adv-x="1548" d="M246 0v1434h24v-695h1008v695h25v-1434h-25v717h-1008v-717h-24z" />
<glyph unicode="I" horiz-adv-x="598" d="M287 0v1434h24v-1434h-24z" />
<glyph unicode="J" horiz-adv-x="946" d="M117 14l2 6q4 10 12 11q10 0 23.5 -4t32.5 -9.5t44.5 -9.5t61.5 -4q87 0 158 28.5t121 86t77 143.5t27 201v971h24v-971q0 -121 -29.5 -210.5t-83 -149.5t-129 -89.5t-165.5 -29.5q-84 -1 -176 30z" />
<glyph unicode="K" horiz-adv-x="1314" d="M287 0v1436h24v-695h97q19 0 32.5 1t24 5t21 11t22.5 18l668 641q11 9 18 13t18 4h13l-697 -668q-16 -15 -29 -23t-32 -12q18 -3 32 -11t27 -22l740 -698h-11q-15 0 -21.5 3t-14.5 11l-705 666q-15 14 -26.5 22.5t-22.5 12.5t-24.5 5t-32.5 1h-97v-721h-24z" />
<glyph unicode="L" horiz-adv-x="1042" d="M246 0v1434h24v-1411h731v-23h-755z" />
<glyph unicode="M" horiz-adv-x="1841" d="M246 0v1434h8q9 0 14 -9l652 -1096q3 -5 5.5 -10t5.5 -12q3 7 5.5 12t5.5 10l631 1096q5 8 14 9h8v-1434h-20v1370v10q0 5 1 11l-628 -1094q-7 -10 -14 -10h-6q-7 0 -15 10l-648 1093q1 -5 1 -10v-10v-1370h-20z" />
<glyph unicode="N" horiz-adv-x="1548" d="M246 0v1434h8q9 0 14 -9l1015 -1381q-1 5 -1 11v11v1368h21v-1434h-7q-6 0 -11 7l-1020 1388q1 -6 1 -13v-12v-1370h-20z" />
<glyph unicode="O" horiz-adv-x="1632" d="M154 717q0 169 48.5 304.5t136 231t209 146.5t267.5 51q147 0 269 -50.5t209.5 -146t136.5 -231t49 -305.5t-49 -305.5t-136.5 -230t-209 -145t-269.5 -50.5q-146 0 -267.5 50.5t-209 145t-136 230t-48.5 305.5zM178 717q0 -167 47.5 -298.5t132 -223.5t201.5 -140.5 t256 -48.5q141 0 258.5 48.5t201.5 140.5t130.5 223.5t46.5 298.5t-46.5 299t-130.5 224t-201.5 141t-258.5 49q-139 0 -256 -49t-201.5 -141t-132 -224t-47.5 -299z" />
<glyph unicode="P" horiz-adv-x="1185" d="M287 0v1434h323q234 0 360 -101.5t126 -308.5q0 -89 -35.5 -164.5t-100 -129.5t-153.5 -85t-197 -31h-299v-614h-24zM311 635h299q105 0 190.5 30t145.5 83t92.5 123.5t32.5 152.5q0 191 -115 290t-346 99h-299v-778z" />
<glyph unicode="Q" horiz-adv-x="1632" d="M154 717q0 169 48.5 304.5t136 231t209 146.5t267.5 51q147 0 269 -50.5t209.5 -146t136.5 -231t49 -305.5q0 -116 -22.5 -216t-65 -181.5t-103.5 -145t-138 -106.5l380 -402h-23q-8 0 -12.5 2.5t-7.5 5.5l-359 382q-69 -35 -147 -52.5t-166 -17.5q-146 0 -267.5 50.5 t-209 145t-136 230t-48.5 305.5zM178 717q0 -167 47.5 -298.5t132 -223.5t201.5 -140.5t256 -48.5q141 0 258.5 48.5t201.5 140.5t130.5 223.5t46.5 298.5t-46.5 299t-130.5 224t-201.5 141t-258.5 49q-139 0 -256 -49t-201.5 -141t-132 -224t-47.5 -299z" />
<glyph unicode="R" horiz-adv-x="1269" d="M287 0v1434h331q224 0 344.5 -87t120.5 -272q0 -87 -33.5 -157t-95 -119t-147 -77t-189.5 -30q10 -4 18.5 -10.5t16.5 -15.5l559 -666h-16q-8 0 -13 1.5t-14 10.5l-536 643q-9 11 -18 18.5t-19.5 11.5t-25 5.5t-35.5 1.5h-224v-692h-24zM311 713h289q105 0 189.5 25 t144.5 71.5t92.5 113.5t32.5 152q0 175 -114 256.5t-327 81.5h-307v-700z" />
<glyph unicode="S" horiz-adv-x="1056" d="M115 170l4 4q3 3 5 4.5t7 1.5q6 0 18 -12.5t32.5 -32.5t49 -42.5t69.5 -42.5t93.5 -33t120.5 -13q99 0 176.5 32t131.5 85.5t82 125t28 152.5q0 68 -21 117t-57 84.5t-83.5 60.5t-102 45t-110.5 37t-110.5 37.5t-102 46.5t-83.5 63.5t-57 89t-21 122.5q0 69 26 131.5 t75 111t121 77t165 28.5q104 0 185 -34t151 -107l-4 -6q-5 -6 -11 -7q-9 0 -28 21t-55.5 46t-94 46t-143.5 21q-88 0 -156 -27.5t-114 -72.5t-70 -104.5t-24 -123.5q0 -83 32 -138.5t84.5 -93t120 -63t137 -48.5t137 -48.5t120 -65t84.5 -97.5t32 -145q0 -88 -29.5 -164 t-86 -133t-138.5 -89.5t-186 -32.5q-73 0 -130 12.5t-105 36.5t-87.5 58.5t-76.5 78.5z" />
<glyph unicode="T" d="M41 1411v23h1106v-23h-539v-1411h-24v1411h-543z" />
<glyph unicode="U" horiz-adv-x="1507" d="M236 532v902h24v-899q0 -110 34 -207t97.5 -169t155 -113.5t207.5 -41.5t207.5 41.5t155 113t97 168t33.5 205.5v902h25v-902q0 -114 -36 -214t-103.5 -174.5t-163.5 -118t-215 -43.5q-120 0 -216 43.5t-163.5 118t-103 174.5t-35.5 214z" />
<glyph unicode="V" horiz-adv-x="1257" d="M20 1434h19q9 0 12 -11l561 -1347q5 -11 9.5 -22t7.5 -20q3 9 7 20t9 22l561 1347q3 10 15 11h16l-598 -1434h-21z" />
<glyph unicode="W" horiz-adv-x="1964" d="M20 1434h19q9 0 12 -11l419 -1338q5 -14 8.5 -27t6.5 -27q3 14 7 27t9 27l466 1338q3 10 12 11h6q9 0 12 -11l466 -1338q10 -28 16 -54q6 31 15 54l419 1338q3 10 14 11h17l-455 -1434h-21l-477 1376q-6 19 -9 32q-3 -12 -9 -32l-477 -1376h-21z" />
<glyph unicode="X" horiz-adv-x="1150" d="M20 0l539 733l-514 701h23q8 0 11.5 -5.5t6.5 -9.5l491 -673l9 16l479 657q3 5 7.5 10t10.5 5h23l-513 -698l537 -736h-22q-8 0 -12 5.5t-6 8.5l-515 709q-1 -5 -8 -14l-506 -695q-4 -5 -8 -9.5t-10 -4.5h-23z" />
<glyph unicode="Y" horiz-adv-x="1175" d="M41 1434h20q9 0 15 -9l482 -747q8 -13 16 -25t14 -24q5 12 13 24t16 25l483 747q5 8 14 9h21l-535 -825v-609h-25v609z" />
<glyph unicode="Z" horiz-adv-x="1312" d="M143 0v4q0 6 1.5 9.5t5.5 9.5l999 1388h-989v23h1024v-4q0 -9 -8 -21l-998 -1386h1004l-2 -23h-1037z" />
<glyph unicode="[" horiz-adv-x="614" d="M209 -248v1786h280v-6q0 -12 -14 -12h-244v-1749h244q14 0 14 -13v-6h-280z" />
<glyph unicode="\" horiz-adv-x="700" d="M2 1475h10q14 0 21 -13l655 -1542h-8q-6 0 -13 2t-10 10z" />
<glyph unicode="]" horiz-adv-x="614" d="M125 -242q0 12 14 13h244v1749h-244q-14 0 -14 12v6h281v-1786h-281v6z" />
<glyph unicode="^" d="M248 831l334 603h12l334 -603h-15q-13 0 -20 15l-287 518l-10 20t-8 21q-7 -20 -19 -41l-286 -518q-3 -5 -8 -10t-13 -5h-14z" />
<glyph unicode="_" horiz-adv-x="806" d="M0 -246h807v-22h-807v22z" />
<glyph unicode="`" horiz-adv-x="573" d="M131 1450h27q17 0 25 -4t18 -19l168 -241h-15q-11 0 -16 8z" />
<glyph unicode="a" horiz-adv-x="960" d="M123 236q0 68 39.5 121.5t121 91t205 59.5t293.5 27v129q0 79 -17 141t-51 105t-85 66t-119 23q-53 0 -96 -11t-77 -27.5t-59 -36t-43.5 -36t-29.5 -27.5t-17 -11q-4 0 -10 6l-4 4q74 78 153 119t183 41q77 0 132.5 -24.5t92.5 -70.5t54.5 -112.5t17.5 -148.5v-664h-4 q-14 0 -15 16l-6 163q-43 -45 -86 -81.5t-91 -61.5t-103.5 -38.5t-122.5 -13.5q-45 0 -90.5 13.5t-82.5 44t-60 78t-23 116.5zM147 236q0 -60 20 -104t52.5 -72t74 -42t85.5 -14q71 0 128 16.5t105 44t89.5 64t80.5 76.5v309q-323 -10 -479 -80t-156 -198z" />
<glyph unicode="b" horiz-adv-x="1095" d="M195 0v1475h24v-678q68 102 163.5 162.5t209.5 60.5q195 0 298 -125.5t103 -386.5q0 -110 -28 -204.5t-83.5 -164.5t-137.5 -110.5t-191 -40.5q-112 0 -195 44t-140 136l-3 -154q0 -5 -2 -9.5t-10 -4.5h-8zM219 200q66 -105 146.5 -148.5t187.5 -43.5q105 0 183 38.5 t130 106t77.5 158.5t25.5 197q0 250 -96 370.5t-281 120.5q-112 0 -207.5 -62.5t-165.5 -172.5v-564z" />
<glyph unicode="c" horiz-adv-x="911" d="M102 502q0 117 30 212.5t86 163t137.5 105t185.5 37.5q91 0 162 -29t122 -76l-6 -6q-4 -4 -8 -4q-6 0 -23 15t-49 32.5t-81 32t-117 14.5q-97 0 -174 -34.5t-130.5 -99t-81.5 -157t-28 -206.5q0 -119 28 -210.5t80.5 -154.5t125.5 -96t163 -33q80 0 135.5 18.5t91 41 t54 41t24.5 18.5q4 0 9 -4l4 -4q-15 -23 -45 -46t-71 -42t-92 -31t-110 -12q-97 0 -175 34.5t-132.5 100.5t-84.5 161.5t-30 217.5z" />
<glyph unicode="d" horiz-adv-x="1095" d="M102 500q0 109 28 204t83 165t137.5 110.5t192.5 40.5q111 0 193.5 -44t140.5 -136v635h24v-1475h-6q-14 0 -14 16l-4 194q-68 -102 -164 -162t-209 -60q-196 0 -299 125.5t-103 386.5zM127 500q0 -250 95.5 -371t281.5 -121q112 0 207.5 62.5t165.5 172.5v564 q-67 105 -148 148.5t-186 43.5t-183 -38t-130 -106t-77.5 -159t-25.5 -196z" />
<glyph unicode="e" horiz-adv-x="1024" d="M102 522q0 111 30 202.5t86 157t137.5 102t185.5 36.5q79 0 147.5 -28t119 -83.5t79 -136t28.5 -184.5q0 -5 -3.5 -7.5t-8.5 -2.5h-774q-2 -14 -2 -28v-28q0 -125 29.5 -220.5t84.5 -160.5t132.5 -99t171.5 -34q85 0 146 18.5t101.5 41t61 41t27.5 18.5q4 0 8 -4l4 -4 q-17 -22 -51.5 -45t-81 -42.5t-102 -31.5t-113.5 -12q-103 0 -185 36t-139 105t-88 168t-31 225zM130 596h763q0 97 -26.5 172.5t-74.5 126.5t-112.5 77.5t-138.5 26.5q-90 0 -162.5 -29t-124.5 -81.5t-83.5 -127.5t-40.5 -165z" />
<glyph unicode="f" horiz-adv-x="632" d="M35 952v9h180v153q0 86 20.5 149t57 104t86.5 61t110 20q30 0 62 -5.5t53 -17.5l-2 -8q-2 -6 -7 -6q-10 0 -34 8t-72 8q-53 0 -98.5 -16.5t-79 -54t-52.5 -97.5t-19 -145v-153h358v-21h-358v-940h-25v940l-168 4q-12 0 -12 8z" />
<glyph unicode="g" horiz-adv-x="1019" d="M96 -115q0 86 58.5 148t157.5 96q-57 14 -91.5 45.5t-34.5 89.5q0 20 9 43t24 45t37.5 42t49.5 35q-70 41 -107 110.5t-37 160.5q0 71 23.5 130t68 101t107 65.5t141.5 23.5q67 0 121.5 -17.5t97.5 -48.5h244v-4q0 -6 -5.5 -10t-11.5 -4l-200 -4q46 -43 70 -101.5 t24 -130.5t-24 -130.5t-68.5 -100.5t-107 -65t-140.5 -23q-100 0 -176 38q-26 -14 -47.5 -32.5t-37 -39t-24 -42t-8.5 -41.5q0 -51 31.5 -78t84 -40.5t119 -17t136 -6.5t136 -10.5t119 -28.5t84 -59t31.5 -104q0 -60 -31 -115t-88 -97.5t-137.5 -67.5t-179.5 -25 q-101 0 -179 21.5t-131 58.5t-80.5 86t-27.5 104zM121 -115q0 -52 27.5 -97.5t78.5 -79.5t123.5 -53.5t163.5 -19.5q81 0 155.5 21t132 58.5t92 90t34.5 115.5q0 57 -28.5 91.5t-75.5 53.5t-107.5 26t-126 10.5t-130 7t-118.5 13.5q-48 -17 -89 -40t-70 -52.5t-45.5 -65.5 t-16.5 -79zM186 700q0 -67 22 -122t63 -94.5t99.5 -61t131.5 -21.5q75 0 133 21.5t98.5 61t62 95t21.5 121.5q0 67 -22 122.5t-63 94.5t-99.5 60.5t-130.5 21.5q-73 0 -131.5 -21.5t-99.5 -60.5t-63 -94.5t-22 -122.5z" />
<glyph unicode="h" horiz-adv-x="1081" d="M180 0v1475h25v-680q35 51 78.5 92.5t93.5 71t105.5 45.5t113.5 16q167 0 249.5 -99.5t82.5 -277.5v-643h-25v643q0 84 -18.5 150t-56.5 112t-96 70t-136 24q-118 0 -217 -63t-174 -173v-763h-25z" />
<glyph unicode="i" horiz-adv-x="454" d="M170 1376q0 24 17 41t40 17q22 0 40 -17t18 -41q0 -22 -18 -38.5t-40 -16.5q-24 0 -40.5 16.5t-16.5 38.5zM215 0v1004h25v-1004h-25z" />
<glyph unicode="j" horiz-adv-x="450" d="M-47 -360l4 8q4 8 9 8q8 0 25 -9t48 -9q87 0 131.5 51.5t44.5 134.5v1180h25v-1180q0 -45 -14.5 -83t-40.5 -65.5t-63 -43t-83 -15.5q-28 0 -48 6t-38 17zM170 1376q0 24 17 41t40 17q22 0 40 -17t18 -41q0 -22 -18 -38.5t-40 -16.5q-24 0 -40.5 16.5t-16.5 38.5z" />
<glyph unicode="k" horiz-adv-x="950" d="M195 0v1475h24v-926h47q9 0 21.5 2t27.5 16l478 420q8 8 16 12.5t20 4.5h19l-508 -445q-13 -12 -26 -17q14 -4 24.5 -11t19.5 -15l531 -516h-19q-8 0 -14 2t-14 10l-504 490q-8 8 -16 13.5t-16.5 8.5t-19.5 4.5t-26 1.5h-41v-530h-24z" />
<glyph unicode="l" horiz-adv-x="454" d="M215 0v1475h25v-1475h-25z" />
<glyph unicode="m" horiz-adv-x="1585" d="M180 0v1004h6q14 0 15 -17l3 -189q58 101 142 161.5t182 60.5q121 0 189 -75t85 -213q12 73 42 127t73.5 90t96 53.5t108.5 17.5q71 0 128.5 -24.5t97.5 -72t62 -118.5t22 -162v-643h-25v643q0 173 -74.5 264.5t-210.5 91.5q-60 0 -116 -22.5t-99 -67t-68.5 -111 t-25.5 -155.5v-643h-25v643q0 84 -16.5 150t-50 112t-82.5 70t-113 24q-97 0 -178.5 -61.5t-142.5 -171.5v-766h-25z" />
<glyph unicode="n" horiz-adv-x="1081" d="M180 0v1004h6q14 0 15 -17l3 -193q35 51 78.5 93t93.5 71.5t105.5 45.5t114.5 16q167 0 249.5 -99.5t82.5 -277.5v-643h-25v643q0 84 -18.5 150t-56.5 112t-96 70t-136 24q-118 0 -217 -63t-174 -173v-763h-25z" />
<glyph unicode="o" horiz-adv-x="1081" d="M102 502q0 117 29 212.5t84.5 163t137 105t188.5 37.5q105 0 187 -37.5t138 -105t84.5 -163.5t28.5 -212q0 -117 -28.5 -211.5t-84.5 -162.5t-138 -104t-187 -36q-106 0 -188 36t-137.5 104t-84.5 162.5t-29 211.5zM127 502q0 -111 26 -202t78 -155.5t129 -100.5t181 -36 q102 0 180 36t129.5 100.5t77.5 155.5t26 202t-26 202.5t-77.5 157t-129.5 101.5t-180 36q-103 0 -180.5 -36t-129.5 -101.5t-78 -157t-26 -202.5z" />
<glyph unicode="p" horiz-adv-x="1067" d="M180 -369v1373h6q14 0 15 -17l3 -190q68 103 163.5 163t210.5 60q195 0 298 -125.5t103 -386.5q0 -110 -28 -204.5t-83.5 -164.5t-138 -110.5t-190.5 -40.5q-221 0 -334 179v-536h-25zM205 200q66 -105 146.5 -148.5t187.5 -43.5q105 0 183 38.5t129.5 106t77 158.5 t25.5 197q0 250 -95.5 370.5t-280.5 120.5q-112 0 -208 -62.5t-165 -172.5v-564z" />
<glyph unicode="q" horiz-adv-x="1095" d="M102 500q0 109 28 204t83 165t137.5 110.5t192.5 40.5q111 0 193.5 -44t140.5 -136l4 147q0 16 14 17h6v-1373h-24v579q-68 -102 -164 -162t-209 -60q-196 0 -299 125.5t-103 386.5zM127 500q0 -250 95.5 -371t281.5 -121q112 0 207.5 62.5t165.5 172.5v565 q-61 101 -144.5 146t-189.5 45q-105 0 -183 -38t-130 -106t-77.5 -159t-25.5 -196z" />
<glyph unicode="r" horiz-adv-x="802" d="M180 0v1004h6q14 0 15 -17l3 -278q22 75 53.5 132.5t74.5 97.5t97.5 60.5t123.5 20.5q49 0 91 -10.5t81 -28.5l-4 -8q-2 -3 -3.5 -5.5t-6.5 -2.5t-17 5t-31 11t-46 11t-64 5q-134 0 -217 -88t-131 -250v-659h-25z" />
<glyph unicode="s" horiz-adv-x="874" d="M115 104l6 7q3 3 5 4.5t7 1.5q8 0 26.5 -17.5t52 -39t84 -39t124.5 -17.5t130.5 21.5t95.5 59t59 87t20 107.5t-25.5 96.5t-67 65t-95 44.5t-108.5 34.5t-108.5 34.5t-95 45.5t-67 67.5t-25.5 99q0 50 22.5 95.5t63.5 81t98 56.5t125 21q85 0 149.5 -23t125.5 -75l-4 -7 q-4 -6 -11 -6q-8 0 -23.5 14t-46 31t-76.5 31t-114 14q-63 0 -116 -19t-90.5 -51.5t-58.5 -74.5t-21 -88q0 -54 25.5 -90.5t67 -61.5t94.5 -42.5t108.5 -34.5t108.5 -36t94.5 -47.5t67.5 -70t26 -102.5t-22.5 -115.5t-64 -94.5t-102.5 -63.5t-139 -23.5q-54 0 -96.5 8.5 t-79 24t-67.5 37.5t-62 50z" />
<glyph unicode="t" horiz-adv-x="700" d="M59 950v6l181 5l8 403q0 5 2.5 9.5t7.5 4.5h6v-417h342v-21h-342v-750q0 -51 13 -86t35.5 -57t52 -32.5t63.5 -10.5q43 0 75.5 13.5t55 28.5t36 28.5t19.5 13.5q4 0 9 -4l4 -4q-15 -20 -37.5 -38t-48.5 -31t-55 -20t-58 -7q-88 0 -138 48t-50 158v750h-166q-15 0 -15 10z " />
<glyph unicode="u" horiz-adv-x="1081" d="M154 360v644h24v-644q0 -84 18.5 -150t57 -112t96 -70t135.5 -24q118 0 217 62.5t175 173.5v764h24v-1004h-6q-14 0 -14 16l-4 193q-36 -51 -79 -93t-93.5 -71.5t-105.5 -45t-114 -15.5q-168 0 -249.5 99t-81.5 277z" />
<glyph unicode="v" horiz-adv-x="952" d="M31 1004h14q8 0 12 -5t6 -10l400 -919q4 -9 7.5 -18.5t5.5 -19.5q2 10 5.5 19t7.5 19l400 919q7 14 18 15h15l-437 -1004h-18z" />
<glyph unicode="w" horiz-adv-x="1458" d="M31 1004h14q8 0 12 -5t6 -10l308 -919q4 -11 7.5 -21.5t5.5 -21.5q2 11 5.5 21t7.5 22l320 929q3 10 10 11h6q7 0 10 -11l318 -929q4 -11 7.5 -22.5t5.5 -19.5q5 19 13 42l308 919q7 14 18 15h14l-344 -1004h-10q-9 0 -12 10l-322 934q-6 16 -9 29q-2 -7 -4.5 -14 t-4.5 -15l-326 -934q-3 -10 -10 -10h-10z" />
<glyph unicode="x" horiz-adv-x="866" d="M41 0l375 510l-361 494h23q8 0 12 -6l6 -9l337 -466q2 4 4 7.5t5 8.5l328 450q3 5 7.5 10t10.5 5h23l-361 -491l375 -513h-22q-8 0 -12.5 5.5t-6.5 8.5l-352 486q-1 -5 -8 -15l-342 -471q-4 -5 -8 -9.5t-11 -4.5h-22z" />
<glyph unicode="y" horiz-adv-x="952" d="M31 1004h14q8 0 13 -5t8 -10l399 -911q4 -9 7.5 -18.5t5.5 -19.5q2 10 5.5 19.5t8.5 18.5l399 911q7 14 18 15h15l-592 -1350q-3 -8 -9.5 -15.5t-15.5 -7.5h-14l172 386z" />
<glyph unicode="z" horiz-adv-x="909" d="M80 0v6q0 5 1.5 7t4.5 7l704 963h-675v21h708v-11q0 -3 -1.5 -5t-4.5 -7l-702 -961h678v-20h-713z" />
<glyph unicode="{" horiz-adv-x="614" d="M82 635v20q38 0 70 12t55.5 33.5t37 51t13.5 65.5q0 59 -10.5 115.5t-24 112t-24.5 112t-11 117.5q0 55 18 103t50.5 84t78 56.5t99.5 20.5h58v-8q0 -10 -13 -10h-45q-48 0 -88.5 -17.5t-70.5 -50t-47 -77.5t-17 -101q0 -58 10.5 -115t24 -114t24.5 -114t11 -114 q0 -39 -14 -69t-35.5 -51.5t-48 -34.5t-52.5 -17q26 -5 52.5 -18t48 -34.5t35.5 -51t14 -68.5q0 -57 -11 -114t-24.5 -114t-24 -113.5t-10.5 -115.5q0 -56 17 -101t47 -77.5t70.5 -49.5t88.5 -17h45q12 0 13 -11v-8h-58q-54 0 -99.5 20.5t-78 56.5t-50.5 84t-18 103 q0 60 11 117t24.5 112.5t24 111.5t10.5 116q0 35 -13.5 64.5t-37 51t-55.5 34t-70 12.5z" />
<glyph unicode="|" horiz-adv-x="614" d="M297 -369v1907h20v-1907h-20z" />
<glyph unicode="}" horiz-adv-x="614" d="M123 -240q0 10 12 11h45q47 0 88 17t71.5 49.5t47 77.5t16.5 101q0 58 -10.5 115t-24 114t-24 114t-10.5 114q0 39 13.5 68.5t35 51t48.5 34.5t51 18q-25 4 -51.5 17t-48 34.5t-35 51.5t-13.5 69q0 57 10.5 114t24 114t24 113.5t10.5 115.5q0 56 -16.5 101t-47 77.5 t-71.5 50t-88 17.5h-45q-12 0 -12 10v8h57q54 0 100 -20.5t78 -56.5t50 -84t18 -103q0 -60 -11 -117t-24 -112.5t-24 -111.5t-11 -116q0 -36 13.5 -65.5t37 -51t56 -33.5t69.5 -12v-20q-38 0 -70 -12.5t-55.5 -34t-37 -51t-13.5 -64.5q0 -60 11 -116t24 -111.5t24 -112 t11 -117.5q0 -55 -18 -103t-50 -84t-78 -56.5t-100 -20.5h-57v8z" />
<glyph unicode="~" d="M164 463q0 44 13.5 85t40.5 72t66 49.5t89 18.5q52 0 109.5 -23t114.5 -50.5t113 -50.5t105 -23q43 0 77.5 15.5t59 43.5t37.5 65t15 80h20q0 -45 -14 -85t-40.5 -71.5t-65.5 -50t-89 -18.5q-52 0 -109.5 23t-114.5 51t-113 51t-105 23q-43 0 -77.5 -16t-59 -43.5 t-38 -65t-14.5 -80.5h-20z" />
<glyph unicode="&#xa2;" d="M180 502q0 117 33 212.5t94.5 163t151 105t203.5 37.5l8 235q0 16 12 17h10l-9 -253q93 -3 165.5 -32t124.5 -72l-6 -6q-4 -4 -9 -4q-6 0 -23 14t-50 31t-82.5 32t-119.5 17l-34 -991q86 1 146.5 19.5t99 40.5t58.5 40.5t26 18.5q4 0 8 -4l4 -4q-16 -23 -48 -46 t-76 -41.5t-99 -30.5t-119 -13l-8 -246q0 -16 -12 -16h-11l9 263q-102 3 -185 38.5t-141 101.5t-89.5 160t-31.5 213zM205 502q0 -116 30 -206.5t85.5 -153.5t133 -97t174.5 -37l32 991q-108 0 -192 -34.5t-142.5 -99t-89.5 -156.5t-31 -207z" />
<glyph unicode="&#xa3;" d="M82 664v8q0 6 4.5 9t9.5 3h197v330q0 94 25.5 174t75.5 137.5t125 90t173 32.5q76 0 133.5 -18.5t99.5 -49t70.5 -72t48.5 -87.5l-8 -2q-2 -1 -3 -1h-4q-6 0 -13 11q-20 37 -45.5 72.5t-62.5 63.5t-89 45t-127 17q-92 0 -162 -30.5t-117 -85.5t-71.5 -131t-24.5 -166 v-330h525v-10q0 -5 -3.5 -7.5t-9.5 -2.5h-512v-367q0 -53 -12 -95.5t-34.5 -76.5t-54.5 -60t-72 -46q20 2 37.5 3t37.5 1h903v-11q0 -5 -4 -8.5t-10 -3.5h-999v23q36 16 69 38.5t58.5 55.5t41 77t15.5 103v367h-211z" />
<glyph unicode="&#xa5;" d="M123 1434h20q9 0 15 -9l415 -768q5 -8 8.5 -14.5t6.5 -14.5q3 8 6 14.5t8 14.5l416 768q5 8 14 9h21l-446 -811h390v-21h-397v-131h397v-20h-397v-451h-25v451h-397v20h397v131h-397v21h390z" />
<glyph unicode="&#xa9;" horiz-adv-x="1667" d="M102 717q0 152 57.5 285t157 232t232.5 156.5t285 57.5t284.5 -57.5t232 -156.5t157 -232.5t57.5 -284.5q0 -152 -57.5 -285t-157 -232.5t-232.5 -156.5t-284 -57q-152 0 -285 57t-232.5 156.5t-157 232.5t-57.5 285zM127 717q0 -146 55.5 -275.5t151 -225t224.5 -151 t276 -55.5q98 0 188 25t169 71.5t143.5 111t111 142.5t71.5 168t25 189q0 97 -25 187.5t-71.5 169.5t-111 143.5t-143.5 111t-169.5 71.5t-187.5 25q-98 0 -188.5 -25t-169 -71.5t-143 -111t-110.5 -143.5t-71 -169.5t-25 -187.5zM399 717q0 102 33.5 186t94 144t145 93.5 t186.5 33.5q52 0 94 -7t78.5 -19.5t69.5 -32.5t65 -46l-4 -6q-3 -4 -8 -4q-8 0 -25.5 15t-51.5 32t-86.5 32t-131.5 15q-96 0 -176 -30t-137.5 -87t-89 -138t-31.5 -181q0 -102 31.5 -182.5t87.5 -136.5t133 -85.5t168 -29.5q58 0 103.5 7t83 21t69.5 35t63 47q2 2 6 2 t11 -6l4 -4q-31 -27 -65.5 -49.5t-76 -38.5t-90.5 -25.5t-108 -9.5q-97 0 -178.5 32t-140.5 90.5t-92.5 143t-33.5 189.5z" />
<glyph unicode="&#xad;" horiz-adv-x="655" d="M102 592v20h451v-20h-451z" />
<glyph unicode="&#xae;" horiz-adv-x="1667" d="M102 717q0 152 57.5 285t157 232t232.5 156.5t285 57.5t284.5 -57.5t232 -156.5t157 -232.5t57.5 -284.5q0 -152 -57.5 -285t-157 -232.5t-232.5 -156.5t-284 -57q-152 0 -285 57t-232.5 156.5t-157 232.5t-57.5 285zM127 717q0 -146 55.5 -275.5t151 -225t224.5 -151 t276 -55.5q98 0 188 25t169 71.5t143.5 111t111 142.5t71.5 168t25 189q0 97 -25 187.5t-71.5 169.5t-111 143.5t-143.5 111t-169.5 71.5t-187.5 25q-98 0 -188.5 -25t-169 -71.5t-143 -111t-110.5 -143.5t-71 -169.5t-25 -187.5zM588 266v901h217q140 0 216.5 -54.5 t76.5 -170.5q0 -54 -20.5 -97.5t-58.5 -75t-90 -49t-116 -20.5q9 -4 17 -10.5t16 -15.5l342 -408h-21q-5 0 -8 1t-8 7l-338 404q-8 9 -20 15.5t-41 6.5h-140v-434h-24zM612 721h181q133 0 206.5 57.5t73.5 163.5q0 109 -67 157t-201 48h-193v-426z" />
<glyph unicode="&#xb4;" horiz-adv-x="573" d="M221 1186l168 241q9 14 17.5 18.5t25.5 4.5h27l-207 -256q-7 -8 -16 -8h-15z" />
<glyph unicode="&#x2000;" horiz-adv-x="828" />
<glyph unicode="&#x2001;" horiz-adv-x="1656" />
<glyph unicode="&#x2002;" horiz-adv-x="828" />
<glyph unicode="&#x2003;" horiz-adv-x="1656" />
<glyph unicode="&#x2004;" horiz-adv-x="551" />
<glyph unicode="&#x2005;" horiz-adv-x="413" />
<glyph unicode="&#x2006;" horiz-adv-x="275" />
<glyph unicode="&#x2007;" horiz-adv-x="275" />
<glyph unicode="&#x2008;" horiz-adv-x="206" />
<glyph unicode="&#x2009;" horiz-adv-x="330" />
<glyph unicode="&#x200a;" horiz-adv-x="91" />
<glyph unicode="&#x2010;" horiz-adv-x="655" d="M102 592v20h451v-20h-451z" />
<glyph unicode="&#x2011;" horiz-adv-x="655" d="M102 592v20h451v-20h-451z" />
<glyph unicode="&#x2012;" horiz-adv-x="655" d="M102 592v20h451v-20h-451z" />
<glyph unicode="&#x2013;" horiz-adv-x="1081" d="M143 571v21h795v-21h-795z" />
<glyph unicode="&#x2014;" horiz-adv-x="1585" d="M143 571v21h1299v-21h-1299z" />
<glyph unicode="&#x2018;" horiz-adv-x="378" d="M106 1240q0 35 9 68.5t24.5 65.5t36 60.5t42.5 54.5l4 -4q2 -2 2 -5q0 -1 -2 -5q-45 -61 -68.5 -113.5t-23.5 -104.5q0 -33 7 -55.5t22 -50.5q4 -8 4 -10q0 -5 -6 -8l-21 -11q-16 30 -23 59t-7 59z" />
<glyph unicode="&#x2019;" horiz-adv-x="378" d="M123 1127q0 1 2 6q45 61 68.5 113t23.5 104q0 33 -7 55.5t-22 50.5q-4 8 -4 10q0 5 6 9l21 10q16 -30 23 -59t7 -59q0 -35 -9 -68.5t-24 -65.5t-35.5 -60.5t-43.5 -54.5l-4 4q-2 2 -2 5z" />
<glyph unicode="&#x201c;" horiz-adv-x="624" d="M106 1240q0 35 9 68.5t24.5 65.5t36 60.5t42.5 54.5l4 -4q2 -2 2 -5q0 -1 -2 -5q-45 -61 -68.5 -113.5t-23.5 -104.5q0 -33 7 -55.5t22 -50.5q4 -8 4 -10q0 -5 -6 -8l-21 -11q-16 30 -23 59t-7 59zM352 1240q0 35 9 68.5t24 65.5t35.5 60.5t43.5 54.5l4 -4q2 -2 2 -5 q0 -1 -2 -5q-45 -61 -68.5 -113.5t-23.5 -104.5q0 -33 7 -55.5t21 -50.5l5 -10q0 -5 -7 -8l-20 -11q-16 30 -23 59t-7 59z" />
<glyph unicode="&#x201d;" horiz-adv-x="624" d="M123 1127q0 1 2 6q45 61 68.5 113t23.5 104q0 33 -7 55.5t-22 50.5q-4 8 -4 10q0 5 6 9l21 10q16 -30 23 -59t7 -59q0 -35 -9 -68.5t-24 -65.5t-35.5 -60.5t-43.5 -54.5l-4 4q-2 2 -2 5zM369 1127q0 1 2 6q45 61 68.5 113t23.5 104q0 33 -7 55.5t-22 50.5q-4 8 -4 10 q0 5 6 9l21 10q16 -30 22.5 -59t6.5 -59q0 -35 -8.5 -68.5t-24 -65.5t-36 -60.5t-42.5 -54.5l-4 4q-2 2 -2 5z" />
<glyph unicode="&#x2022;" d="M362 612q0 48 18.5 90.5t50 74.5t73 50.5t88.5 18.5q48 0 90.5 -18.5t74 -50.5t50 -74.5t18.5 -90.5q0 -47 -18.5 -88.5t-50 -72.5t-74 -49.5t-90.5 -18.5q-47 0 -88.5 18.5t-73 49.5t-50 72.5t-18.5 88.5z" />
<glyph unicode="&#x2026;" horiz-adv-x="1341" d="M123 49q0 28 19 48t46 20q28 0 48 -20t20 -48t-20 -46.5t-48 -18.5t-46.5 18.5t-18.5 46.5zM604 49q0 28 19 48t47 20t47.5 -20t19.5 -48t-20 -46.5t-47 -18.5q-28 0 -47 18.5t-19 46.5zM1085 49q0 28 19 48t47 20t48 -20t20 -48t-20 -46.5t-48 -18.5t-47 18.5t-19 46.5z " />
<glyph unicode="&#x202f;" horiz-adv-x="330" />
<glyph unicode="&#x205f;" horiz-adv-x="413" />
<glyph unicode="&#x20ac;" d="M29 598v20h181q-3 47 -3 99q0 30 1 58.5t3 55.5h-182v21h184q13 141 56 251.5t112.5 187.5t162.5 117t208 40q63 0 116 -10.5t99 -31.5t87 -52.5t81 -73.5l-5 -6q-3 -4 -8 -4t-16 11.5t-30 29t-47.5 38t-67.5 38t-91.5 29t-117.5 11.5q-108 0 -196.5 -37t-154.5 -110.5 t-108 -181t-55 -246.5h663v-8q0 -6 -2.5 -9.5t-11.5 -3.5h-651q-2 -28 -3.5 -56.5t-1.5 -57.5q0 -51 3 -99h575v-8q0 -12 -14 -12h-558q12 -145 52.5 -256.5t106.5 -186t155 -113t197 -38.5q70 0 125 14t97 35t71.5 45.5t50.5 45.5t33.5 35t19.5 14q4 0 10 -7l4 -4 q-37 -44 -79 -80t-92.5 -62.5t-110.5 -41t-132 -14.5q-114 0 -207 39.5t-161.5 117.5t-111 193t-54.5 264h-182z" />
<glyph unicode="&#x2122;" horiz-adv-x="1449" d="M82 1413v21h469v-21h-221v-555h-25v555h-223zM705 858v576h14q5 0 7 -1.5t5 -5.5l264 -426l5 -10l6 10l256 426q3 6 10 7h14v-576h-20v524l1 17l-255 -426q-3 -6 -11 -6h-4q-7 0 -10 6l-262 425l2 -16v-524h-22z" />
<glyph unicode="&#xe000;" horiz-adv-x="1004" d="M0 1005h1005v-1005h-1005v1005z" />
</font>
</defs></svg>

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,147 @@
<?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>
This is a custom SVG webfont generated by Font Squirrel.
Copyright : Copyright c 20102011 by tyPoland Lukasz Dziedzic with Reserved Font Name Lato Licensed under the SIL Open Font License Version 11
Designer : Lukasz Dziedzic
Foundry : Lukasz Dziedzic
Foundry URL : httpwwwtypolandcom
</metadata>
<defs>
<font id="LatoHairlineItalic" horiz-adv-x="1187" >
<font-face units-per-em="2048" ascent="1649" descent="-399" />
<missing-glyph horiz-adv-x="395" />
<glyph unicode=" " horiz-adv-x="395" />
<glyph unicode="&#x09;" horiz-adv-x="395" />
<glyph unicode="&#xa0;" horiz-adv-x="395" />
<glyph unicode="!" horiz-adv-x="575" d="M172 49q0 28 19 48t47 20t47.5 -20t19.5 -48t-20 -46.5t-47 -18.5q-28 0 -47 18.5t-19 46.5zM281 487q6 60 10.5 107.5t9 88.5t9 80.5t9.5 84.5l72 586h29l-72 -586q-8 -67 -20.5 -153t-30.5 -208h-16z" />
<glyph unicode="&#x22;" horiz-adv-x="643" d="M252 977l16 156l39 301h19l-37 -301l-21 -156q0 -8 -8 -8t-8 8zM494 977l16 156l39 301h18l-37 -301l-20 -156q0 -8 -8 -8t-8 8z" />
<glyph unicode="#" d="M104 480v9h237l157 455h-279v6q0 6 5 9.5t12 3.5h266l157 454q5 16 21 17h8l-164 -471h350l164 471h11q9 0 9 -10q0 -4 -3 -11l-158 -450h242l-1 -7q-3 -12 -16 -12h-229l-157 -455h272q14 0 14 -12q0 -2 -0.5 -2.5t-0.5 -1.5q-1 -1 -1 -2h-289l-162 -471h-6q-12 0 -12 7 q0 3 2 10t9 26l147 428h-351l-155 -455q-5 -16 -19 -16h-10l162 471h-219q-13 0 -13 9zM364 489h350l156 455h-350z" />
<glyph unicode="$" d="M156 170l4 4q5 3 7 4.5t7 1.5q6 0 16.5 -12.5t28 -32t43.5 -42.5t64 -42.5t88.5 -33t117.5 -13.5l118 746q-60 20 -116 43.5t-100 59t-70 85.5t-26 123q0 76 29 145.5t83.5 122.5t133 86t176.5 35l31 190q3 16 14 17h10l-33 -207q99 -2 172 -36t133 -105l-4 -6 q-3 -6 -10 -7q-7 0 -15.5 10t-23 24.5t-36 31t-52 31.5t-71.5 25t-96 12l-105 -663q62 -22 125 -46.5t114 -60t83 -88t32 -130.5q0 -91 -33 -173t-95.5 -144t-151 -99.5t-197.5 -40.5l-39 -249q0 -16 -14 -17h-11l42 265q-72 0 -127 12.5t-99.5 36.5t-80 58.5t-66.5 78.5z M360 1065q0 -67 24.5 -113t65 -78.5t93.5 -56t110 -44.5l104 655q-93 -2 -167 -32t-124.5 -80t-78 -115t-27.5 -136zM554 4q103 3 186 40t141.5 96t90.5 136t32 162q0 73 -29 121.5t-76 82.5t-106.5 56.5t-121.5 43.5z" />
<glyph unicode="%" horiz-adv-x="1415" d="M160 0l1106 1425q8 8 18 9h14l-1108 -1426q-5 -8 -16 -8h-14zM162 1022q0 109 25.5 189.5t68.5 133.5t100 79t119 26q47 0 88.5 -18t72 -55t47.5 -91.5t17 -128.5q0 -110 -26 -189.5t-69.5 -132.5t-100.5 -78.5t-117 -25.5q-48 0 -89.5 18t-71.5 54.5t-47 91t-17 127.5z M182 1022q0 -70 16 -121t43.5 -85t65.5 -50t82 -16q56 0 108.5 24t92.5 73.5t64 126.5t24 183q0 70 -16 121.5t-43.5 85.5t-65 51t-80.5 17q-57 0 -109.5 -24.5t-93 -75t-64.5 -128t-24 -182.5zM768 274q0 109 25.5 190t68.5 133.5t100 78.5t119 26q47 0 88.5 -17.5 t72 -54.5t48 -92t17.5 -128q0 -110 -26.5 -190t-70 -132.5t-100 -78t-117.5 -25.5q-48 0 -89.5 17.5t-71.5 54t-47 91t-17 127.5zM788 274q0 -70 16 -121t44 -84.5t65.5 -50t81.5 -16.5q56 0 108.5 24t92.5 74t64 126.5t24 183.5q0 70 -16 121.5t-43.5 85t-65 50.5t-80.5 17 q-57 0 -109 -24t-92.5 -74.5t-65 -128.5t-24.5 -183z" />
<glyph unicode="&#x26;" horiz-adv-x="1284" d="M96 307q0 86 32.5 163t87 140t128 110.5t155.5 75.5q-59 77 -89.5 147t-30.5 149t26.5 145t73.5 113.5t111.5 73.5t140.5 26q54 0 102 -18.5t83 -54t55.5 -85.5t20.5 -112h-9q-5 0 -8.5 3.5t-3.5 12.5q0 32 -13 72.5t-41 76t-74 60.5t-112 25q-73 0 -132.5 -25t-103 -69 t-68 -104.5t-24.5 -131.5q0 -82 38 -164.5t108 -165.5l389 -465q58 81 96 165t52 155q3 12 16 12h10q-11 -77 -52 -168t-108 -180l242 -289h-16q-9 0 -15 1t-14 9l-213 257q-46 -58 -102.5 -110t-122 -90t-138.5 -60.5t-153 -22.5q-61 0 -119.5 21.5t-103.5 63t-73 101 t-28 137.5zM121 309q0 -77 28 -134t72 -95t98 -57t105 -19q77 0 148 22t134 60.5t117.5 89t98.5 108.5l-411 495q-82 -28 -152.5 -74t-124 -107t-83.5 -134.5t-30 -154.5z" />
<glyph unicode="'" horiz-adv-x="403" d="M252 977l16 156l39 301h19l-37 -301l-21 -156q0 -8 -8 -8t-8 8z" />
<glyph unicode="(" horiz-adv-x="565" d="M191 461q0 82 5 160.5t18.5 159t39.5 165t68.5 177t104 195.5t147.5 222l6 -3q2 -1 5 -3t3 -5q0 -4 -5 -11q-93 -127 -162.5 -250t-115.5 -250t-68.5 -262t-22.5 -287q0 -85 9.5 -174.5t29.5 -178.5t49 -175t68 -164l2 -4q1 -2 1 -4q0 -6 -12 -12l-6 -3 q-88 185 -126 365.5t-38 341.5z" />
<glyph unicode=")" horiz-adv-x="565" d="M13 -234q0 4 5 11q93 127 162.5 250t115.5 249.5t68.5 262t22.5 286.5q0 85 -9.5 175t-29.5 179t-49.5 174.5t-67.5 164.5l-2 4q-1 2 -1 4q0 5 12 11l6 3q88 -185 126 -365.5t38 -340.5q0 -82 -5 -161t-18.5 -159.5t-39 -165t-68 -177t-104.5 -196t-148 -221.5l-5 3 q-2 1 -5.5 3.5t-3.5 5.5z" />
<glyph unicode="*" horiz-adv-x="753" d="M190 1096l205 121q10 5 18 7.5l24 7.5q-8 3 -13.5 5t-9 3.5t-7.5 3.5t-8 5l-176 121l13 19l176 -121q9 -6 12.5 -12t17.5 -19q-1 13 -2 20.5t-1 14.5t1 12l29 234h20l-28 -234q-2 -12 -4 -20.5t-8 -26.5q14 14 20.5 19.5t17.5 11.5l205 121l6 -19l-204 -121 q-10 -6 -18 -9.5t-22 -7.5q14 -5 20.5 -7t14.5 -8l179 -121l-13 -19l-176 121q-10 7 -14.5 9.5t-15.5 16.5q0 -11 0.5 -18t0.5 -12q0 -7 -1 -12l-29 -234h-21l29 234q2 11 3.5 18.5t8.5 24.5q-14 -12 -20 -16.5t-17 -10.5l-204 -121z" />
<glyph unicode="+" d="M143 676l2 20h461l60 482h20l-59 -482h463l-3 -20h-462l-60 -483h-20l59 483h-461z" />
<glyph unicode="," horiz-adv-x="378" d="M74 -233q0 5 4 10q7 11 24 33.5t34 53t30 68t14 79.5q-17 -19 -47 -19q-25 0 -41 17t-16 44q0 25 17 44.5t44 19.5q28 0 46 -20.5t18 -59.5q0 -79 -34.5 -152t-86.5 -129l-3 3q-3 4 -3 8z" />
<glyph unicode="-" horiz-adv-x="602" d="M104 592l5 20h413l-2 -20h-416z" />
<glyph unicode="." horiz-adv-x="378" d="M72 49q0 28 19 48t46 20q28 0 48 -20t20 -48t-20 -46.5t-48 -18.5t-46.5 18.5t-18.5 46.5z" />
<glyph unicode="/" horiz-adv-x="645" d="M-70 -80l793 1542q6 12 20 13h11l-793 -1543q-3 -8 -9.5 -10t-12.5 -2h-9z" />
<glyph unicode="0" d="M102 571q0 223 50.5 388.5t135 274.5t194.5 162.5t229 53.5q90 0 168 -36.5t136 -109t91 -182.5t33 -258q0 -223 -50.5 -388.5t-135 -274.5t-194.5 -162t-229 -53q-91 0 -168.5 36t-135.5 109t-91 183t-33 257zM127 571q0 -143 31 -249t85.5 -176t128.5 -105t160 -35 q114 0 219 51.5t186 157.5t129 267.5t48 381.5q0 142 -31 249t-85.5 177t-128.5 105t-160 35q-114 0 -219 -51.5t-186 -157.5t-129 -268t-48 -382z" />
<glyph unicode="1" d="M274 0l2 20h349l163 1328l14 62l-415 -339q-5 -4 -11 -4q-7 0 -11 8l-3 4l447 363h14l-174 -1422h340l-2 -20h-713z" />
<glyph unicode="2" d="M92 0l1 9q0 5 3.5 9.5t5.5 6.5l582 524q78 71 146.5 136.5t119.5 133.5t81 141.5t30 161.5q0 79 -27 137t-73.5 96t-105.5 56.5t-124 18.5q-80 0 -150 -25t-127 -69.5t-98 -106t-61 -135.5q-5 -16 -19 -17h-10q22 86 65.5 155.5t104.5 117.5t136.5 74t160.5 26 q69 0 132.5 -19t112.5 -59t78 -101.5t29 -146.5q0 -89 -28.5 -163t-77 -140.5t-114 -129.5t-139.5 -130l-601 -545q23 2 51 3t64 1h741q10 0 10 -10l-2 -10h-897z" />
<glyph unicode="3" d="M133 344h8q3 0 9 -1.5t8 -10.5q10 -75 35.5 -135.5t71.5 -103.5t114 -66t164 -23q113 0 200.5 39t147.5 99.5t91.5 134t31.5 143.5q0 65 -20.5 121t-68.5 97.5t-127.5 65.5t-197.5 25l2 16q102 3 186.5 32.5t145 80.5t94 122t33.5 157q0 76 -26.5 131t-71 91t-103 53.5 t-123.5 17.5q-80 0 -150.5 -25t-127.5 -69.5t-98.5 -106t-61.5 -135.5q-5 -16 -16 -17h-11q22 86 65.5 155.5t104.5 117.5t136.5 74t160.5 26q69 0 131.5 -18t110 -56.5t76 -97t28.5 -139.5q0 -85 -32 -154.5t-85.5 -121t-120.5 -83t-135 -42.5q81 -7 141.5 -33t101.5 -68 t62 -97t21 -118q0 -88 -38 -168t-106 -140t-158.5 -95t-194.5 -35q-194 0 -293 94t-115 266z" />
<glyph unicode="4" d="M80 453v8l860 975h14l-119 -973h304l-2 -8q0 -12 -17 -13h-287l-55 -442h-22l54 442h-712q-11 0 -13.5 3t-4.5 8zM108 463h704l110 891q2 20 7 38z" />
<glyph unicode="5" d="M137 90l6 9q5 5 13 5q7 0 30 -14.5t62 -33t94.5 -33.5t130.5 -15q99 0 192 33t164 97.5t113.5 159t42.5 218.5q0 76 -23 139t-71 108.5t-122.5 71t-176.5 25.5q-60 0 -129.5 -9t-149.5 -30l-16 8l182 605h615l-1 -9q-2 -14 -16 -14h-579l-175 -569q78 20 146 29t128 9 q104 0 182 -27t130 -74.5t77.5 -114.5t25.5 -148q0 -127 -45.5 -226t-121 -167t-173.5 -103.5t-201 -35.5q-55 0 -105 8.5t-92.5 23.5t-76.5 34.5t-60 39.5z" />
<glyph unicode="6" d="M152 373q0 55 13.5 110.5t43 115t76 126t112.5 141.5l486 561q6 6 12 7h20l-499 -578q-70 -80 -116.5 -144t-76.5 -123q33 57 81 103t105.5 78.5t122.5 50t132 17.5q89 0 159 -28.5t119 -77.5t74.5 -117t25.5 -148q0 -109 -39.5 -198t-109 -152.5t-163 -98t-202.5 -34.5 q-85 0 -154 26t-118.5 76t-76.5 122.5t-27 164.5zM174 371q0 -79 24.5 -146t70.5 -116.5t112 -77t149 -27.5q111 0 201 35t153.5 97t98.5 146.5t35 184.5q0 80 -25 144.5t-71 110.5t-112 70.5t-146 24.5q-112 0 -202 -40t-154 -103.5t-99 -143t-35 -159.5z" />
<glyph unicode="7" d="M263 1418l1 16h936v-7q0 -5 -2.5 -11t-5.5 -11l-881 -1389q-5 -8 -10 -12t-16 -4h-13l887 1397q2 4 6 7l6 7h-896q-12 0 -12 7z" />
<glyph unicode="8" d="M123 322q0 102 33.5 177.5t90 127.5t129.5 81t150 41q-63 13 -111 41t-81.5 68t-50.5 90t-17 107q0 81 31.5 153t89.5 126t140 85t184 31q86 0 152.5 -25t111.5 -68t68.5 -101t23.5 -123q0 -73 -24 -136.5t-69 -114.5t-109 -85.5t-145 -48.5q62 -10 119 -34.5t100 -65 t68 -98t25 -134.5q0 -101 -38.5 -181.5t-106 -136t-159 -85t-198.5 -29.5q-91 0 -166 23.5t-129 67.5t-83 106.5t-29 140.5zM150 326q0 -73 27.5 -132.5t77.5 -101.5t120.5 -65t156.5 -23q100 0 187.5 28.5t151.5 82t100.5 130t36.5 171.5q0 63 -18 112.5t-48 84.5t-68.5 59 t-81.5 38.5t-86.5 20.5t-82.5 6q-45 0 -97.5 -7.5t-104.5 -25.5t-101.5 -48t-87 -75.5t-60 -108.5t-22.5 -146zM291 1057q0 -58 20 -112.5t61.5 -96t104.5 -66t148 -24.5q102 0 180 31t130.5 83.5t79.5 120t27 140.5q0 63 -22 117.5t-65 94t-105 62.5t-141 23 q-94 0 -171.5 -29t-132.5 -79t-84.5 -118t-29.5 -147z" />
<glyph unicode="9" d="M258 985q0 101 39.5 186.5t107 147t157.5 96.5t192 35q81 0 147.5 -27.5t114 -78t74 -120.5t26.5 -155q0 -65 -15.5 -118.5t-45 -107t-74 -112t-102.5 -131.5l-473 -594q-3 -5 -6.5 -5.5t-6.5 -0.5h-20q170 213 290 361.5t199.5 249t123.5 162t63 98.5q-32 -55 -78 -100 t-102 -76.5t-118.5 -48.5t-125.5 -17q-87 0 -155.5 26.5t-115.5 74t-71.5 113t-24.5 142.5zM283 985q0 -77 24.5 -139t69 -106t107.5 -67.5t141 -23.5q106 0 192.5 38.5t147.5 99.5t94 136.5t33 151.5q0 77 -25 142t-69.5 112t-107.5 74t-138 27q-99 0 -185 -32.5t-149 -91 t-99 -140.5t-36 -181z" />
<glyph unicode=":" horiz-adv-x="378" d="M72 49q0 28 19 48t46 20q28 0 48 -20t20 -48t-20 -46.5t-48 -18.5t-46.5 18.5t-18.5 46.5zM178 907q0 28 19 48t47 20t47.5 -20t19.5 -48t-20 -46.5t-47 -18.5q-28 0 -47 18.5t-19 46.5z" />
<glyph unicode=";" horiz-adv-x="378" d="M74 -233q0 5 4 10q7 11 24 33.5t34 53t30 68t14 79.5q-17 -19 -47 -19q-25 0 -41 17t-16 44q0 25 17 44.5t44 19.5q28 0 46 -20.5t18 -59.5q0 -79 -34.5 -152t-86.5 -129l-3 3q-3 4 -3 8zM195 907q0 28 18.5 48t46.5 20t48 -20t20 -48t-20 -46.5t-48 -18.5t-46.5 18.5 t-18.5 46.5z" />
<glyph unicode="&#x3c;" horiz-adv-x="1092" d="M189 680l2 12l794 381l-1 -11q-1 -11 -22 -22l-700 -333q-12 -6 -24.5 -12t-25.5 -9q23 -7 45 -20l617 -334q17 -9 18 -19q0 -2 -0.5 -4.5t-0.5 -4.5q-1 -3 -1 -5z" />
<glyph unicode="=" d="M180 532l2 21h819l-2 -21h-819zM217 834l2 20h819l-2 -20h-819z" />
<glyph unicode="&#x3e;" horiz-adv-x="1092" d="M158 299l1 11q1 11 22 22l700 334q12 6 24.5 11.5t25.5 8.5q-23 7 -45 21l-618 333q-17 9 -17 19v4q0 3 1 5q0 3 1 5l700 -381l-2 -12z" />
<glyph unicode="?" horiz-adv-x="655" d="M127 1310q26 26 58 51t70.5 44.5t82.5 32t94 12.5q53 0 102 -18t85.5 -51t58.5 -81.5t22 -107.5q0 -85 -26 -146t-66 -106.5t-87.5 -79.5t-89.5 -64.5t-72.5 -61.5t-36.5 -70l-29 -177h-17l23 179q5 42 35 74.5t71.5 63.5t89.5 64t88 77t66.5 103t26.5 142 q0 56 -20 100.5t-54 75.5t-78.5 47.5t-93.5 16.5q-69 0 -120 -20.5t-87 -45t-56.5 -45t-27.5 -20.5q-4 0 -7 5zM184 49q0 28 19 48t47 20t47.5 -20t19.5 -48t-19.5 -46.5t-47.5 -18.5t-47 18.5t-19 46.5z" />
<glyph unicode="@" horiz-adv-x="1546" d="M117 430q0 133 30 252.5t84.5 220.5t128.5 181t162 136.5t186.5 86.5t200.5 30q112 0 212 -34.5t175 -105t119.5 -175t44.5 -244.5q0 -133 -33.5 -240.5t-89.5 -183.5t-127.5 -117.5t-146.5 -41.5q-74 0 -106.5 37t-32.5 102q0 42 12 93q-62 -118 -140 -172t-163 -54 q-43 0 -74.5 15t-52 42.5t-30 63t-9.5 77.5q0 60 17 123t48.5 121t76.5 110t101.5 90.5t122.5 60.5t140 22q39 0 78.5 -8t66.5 -23l-127 -344q-27 -71 -38 -122.5t-11 -88.5q0 -39 11 -63t28 -38t39.5 -19t46.5 -5q68 0 134.5 38.5t118.5 111t85 177t33 236.5 q0 136 -42.5 237t-115 168t-168.5 100.5t-205 33.5q-95 0 -189 -28.5t-179.5 -83t-159 -132t-126.5 -175.5t-83.5 -215t-30.5 -249q0 -158 47 -279.5t128.5 -204.5t192 -126t238.5 -43q137 0 264 37.5t242 113.5q4 3 9 3q6 0 8 -7q0 -2 0.5 -4t0.5 -4q0 -3 1 -4 q-118 -79 -248 -118.5t-279 -39.5q-134 0 -248.5 44.5t-198.5 130t-131.5 210.5t-47.5 287zM492 403q0 -38 8.5 -71t27 -57.5t46.5 -39t67 -14.5q38 0 81 14.5t86 52t85 102.5t78 165l120 332q-28 9 -54.5 13.5t-65.5 4.5q-71 0 -133.5 -21.5t-115.5 -58.5t-95.5 -86.5 t-73 -105t-46 -115t-15.5 -115.5z" />
<glyph unicode="A" horiz-adv-x="1159" d="M-43 0l727 1434h21l374 -1434h-18q-9 0 -12 10l-124 479h-694l-241 -479q-5 -10 -17 -10h-16zM242 510h678l-220 848q-3 11 -5.5 21t-4.5 22q-5 -11 -10 -21.5t-10 -21.5z" />
<glyph unicode="B" horiz-adv-x="1198" d="M164 0l176 1434h344q190 0 283.5 -79.5t93.5 -224.5q0 -77 -27.5 -146t-76 -123t-112.5 -88.5t-136 -41.5q77 -6 137.5 -30.5t102.5 -64.5t64.5 -94.5t22.5 -121.5q0 -100 -32.5 -178t-94 -132t-150 -82t-200.5 -28h-395zM190 20h371q105 0 189 26t142 76.5t89 124.5 t31 171q0 69 -25 124t-72 94t-114.5 60t-151.5 21h-373zM279 737h329q114 0 195.5 36t133.5 93t76.5 125.5t24.5 134.5q0 135 -87.5 211t-268.5 76h-320z" />
<glyph unicode="C" horiz-adv-x="1326" d="M162 604q0 188 55.5 344.5t154 267.5t232 172.5t289.5 61.5q72 0 128 -10t103 -31t88 -53t82 -74l-2 -3q-4 -7 -14 -7q-8 0 -29.5 24.5t-65 54t-114.5 54.5t-178 25q-148 0 -277 -58t-224 -165.5t-149.5 -260t-54.5 -342.5q0 -138 37.5 -249t105 -189t161.5 -120t206 -42 q81 0 146.5 14t117 35.5t89 45.5t63.5 45.5t40.5 35.5t19.5 14q4 0 7 -3.5t4 -4.5l3 -4q-47 -44 -99.5 -80t-112.5 -62.5t-129.5 -41t-150.5 -14.5q-120 0 -218 43.5t-167.5 124t-108 195.5t-38.5 257z" />
<glyph unicode="D" horiz-adv-x="1443" d="M164 0l176 1434h471q122 0 220.5 -41.5t168 -119.5t106.5 -189.5t37 -252.5q0 -196 -53.5 -349.5t-148 -260.5t-225 -164t-281.5 -57h-471zM190 20h447q145 0 270 54.5t215.5 158.5t142.5 255t52 343q0 136 -36 244.5t-102 183.5t-160 114.5t-210 39.5h-447z" />
<glyph unicode="E" horiz-adv-x="1130" d="M164 0l176 1434h772l-4 -23h-747l-82 -672h634l-4 -22h-633l-86 -694h750l-4 -23h-772z" />
<glyph unicode="F" horiz-adv-x="1087" d="M164 0l176 1434h772l-4 -23h-747l-85 -692h654l-4 -23h-653l-85 -696h-24z" />
<glyph unicode="G" horiz-adv-x="1433" d="M162 602q0 194 54 350.5t153 267t236.5 170.5t305.5 60q74 0 134 -9.5t110.5 -29.5t93.5 -51.5t82 -73.5l-2 -4q-2 -3 -4.5 -5.5t-9.5 -2.5q-5 0 -16 11.5t-30.5 28.5t-49.5 37.5t-73.5 37.5t-102 29t-134.5 12q-161 0 -294 -57.5t-228 -164.5t-148 -260.5t-53 -345.5 q0 -137 37 -247.5t105.5 -188.5t166 -120t218.5 -42q81 0 148 10t125 28.5t111.5 46t108.5 62.5l56 445h-295q-10 0 -11 10v10h330l-59 -475q-53 -36 -109 -65t-118.5 -49.5t-133.5 -31.5t-155 -11q-128 0 -229.5 43.5t-172.5 124t-109 195t-38 255.5z" />
<glyph unicode="H" horiz-adv-x="1425" d="M164 0l176 1434h25l-86 -695h923l86 695h25l-176 -1434h-25l88 717h-924l-88 -717h-24z" />
<glyph unicode="I" horiz-adv-x="548" d="M201 0l176 1434h24l-176 -1434h-24z" />
<glyph unicode="J" horiz-adv-x="870" d="M47 14l2 6q1 3 3.5 7t10.5 4q9 0 21 -4t31 -9.5t46.5 -9.5t69.5 -4q67 0 129 20.5t112.5 68.5t87 128.5t50.5 200.5l125 1012h25l-125 -1012q-14 -118 -49.5 -201t-88 -135.5t-119 -77t-144.5 -24.5h-5q-55 0 -98.5 7.5t-83.5 22.5z" />
<glyph unicode="K" horiz-adv-x="1210" d="M201 0l176 1436h24l-85 -695h90q17 0 30 1t23.5 5t20 11t22.5 18l690 641q11 11 19.5 14t17.5 3h14l-721 -668q-17 -17 -29.5 -24.5t-29.5 -10.5q16 -3 27 -10.5t22 -22.5l592 -698h-10q-15 0 -21 3t-12 11l-565 666l-12 14t-15 13.5t-24.5 10t-41.5 3.5h-90l-88 -721 h-24z" />
<glyph unicode="L" horiz-adv-x="958" d="M164 0l176 1434h25l-175 -1411h674l-4 -23h-696z" />
<glyph unicode="M" horiz-adv-x="1693" d="M164 0l176 1434h8q5 0 8.5 -1.5t5.5 -7.5l465 -1103q4 -7 6 -15l728 1118q5 8 14 9h8l-176 -1434h-21l168 1370q1 6 1 9t1 5l-708 -1087q-7 -10 -14 -10h-7q-9 0 -12 10l-462 1093v-10q0 -5 -1 -10l-168 -1370h-20z" />
<glyph unicode="N" horiz-adv-x="1423" d="M164 0l176 1434h8q7 0 12 -9l763 -1381v11q0 6 1 11l168 1368h21l-176 -1434h-4q-7 0 -15 10l-764 1385q-1 -5 -1 -10q0 -4 -0.5 -8t-0.5 -7l-168 -1370h-20z" />
<glyph unicode="O" horiz-adv-x="1501" d="M162 600q0 129 24.5 242.5t70 208t109.5 168.5t143 125.5t170 78.5t191 27q121 0 219.5 -43.5t167.5 -124t106.5 -194.5t37.5 -254q0 -196 -54.5 -352.5t-149.5 -267t-225 -169.5t-282 -59q-121 0 -218 43.5t-166 123t-106.5 193.5t-37.5 254zM186 602 q0 -137 36.5 -247.5t103 -188t160 -119t206.5 -41.5q145 0 270 57t217 164t143.5 260.5t51.5 346.5q0 137 -35.5 247.5t-102 188t-160 119t-208.5 41.5q-95 0 -182.5 -26t-163.5 -75t-137.5 -121t-106 -164t-68.5 -203t-24 -239z" />
<glyph unicode="P" horiz-adv-x="1091" d="M201 0l176 1434h299q198 0 299.5 -86t101.5 -258q0 -106 -38 -193.5t-105.5 -150.5t-159 -97.5t-199.5 -34.5h-275l-75 -614h-24zM303 635h275q104 0 191 34t150 94t98.5 142.5t35.5 179.5q0 159 -94.5 243.5t-284.5 84.5h-276z" />
<glyph unicode="Q" horiz-adv-x="1499" d="M162 600q0 129 24.5 242.5t70 208t109.5 168.5t143 125.5t170 78.5t191 27q121 0 219.5 -43.5t167.5 -124t106.5 -194.5t37.5 -254q0 -139 -28 -259.5t-79.5 -218t-123.5 -171.5t-160 -122l299 -397h-15q-15 0 -20 8l-284 379q-68 -33 -143 -50t-157 -17 q-121 0 -218 43.5t-166 123t-106.5 193.5t-37.5 254zM186 602q0 -137 36.5 -247.5t103 -188t160 -119t206.5 -41.5q145 0 270 57t217 164t143.5 260.5t51.5 346.5q0 137 -35.5 247.5t-102 188t-160 119t-208.5 41.5q-95 0 -182.5 -26t-163.5 -75t-137.5 -121t-106 -164 t-68.5 -203t-24 -239z" />
<glyph unicode="R" horiz-adv-x="1167" d="M201 0l176 1434h307q188 0 287.5 -75t99.5 -231q0 -100 -35.5 -179.5t-99 -135.5t-151 -87t-191.5 -34q15 -7 29 -26l432 -666h-17q-8 0 -13 1.5t-11 10.5l-412 643q-7 10 -14 17.5t-16.5 12t-22.5 6t-33 1.5h-206l-85 -692h-24zM313 713h265q105 0 191.5 28t148 82 t95.5 130t34 173q0 146 -93.5 216.5t-271.5 70.5h-283l-6 -53z" />
<glyph unicode="S" horiz-adv-x="972" d="M63 170l5 4q6 6 14 6q5 0 14.5 -12.5t25.5 -32.5t40 -42.5t59 -42.5t81.5 -33t109.5 -13q99 0 180 35.5t137.5 95.5t87.5 140t31 171q0 70 -26 117t-69 80t-97.5 56t-112 44t-111.5 45t-97 59t-69 85.5t-26 124.5q0 78 27 149t78.5 125t126.5 86.5t171 32.5 q95 0 165.5 -34t125.5 -107l-3 -5q-4 -7 -11 -8q-6 0 -15 10l-22.5 25t-33.5 32t-49 32t-69 25t-92 10q-88 0 -157.5 -30t-118.5 -80.5t-75 -118t-26 -142.5q0 -71 26 -118.5t69 -81t97.5 -57t112 -45.5t111.5 -46t97 -58.5t69 -84t26 -122.5q0 -94 -32 -178t-92 -147 t-145.5 -100t-190.5 -37q-67 0 -118 12.5t-92 36.5t-74.5 58.5t-62.5 78.5z" />
<glyph unicode="T" horiz-adv-x="1093" d="M150 1411l2 23h1017l-2 -23h-494l-173 -1411h-25l173 1411h-498z" />
<glyph unicode="U" horiz-adv-x="1386" d="M214 445q0 22 1 43.5t4 43.5l111 902h24l-110 -899q-2 -23 -3.5 -44.5t-1.5 -43.5q0 -94 25.5 -175.5t75 -140.5t123.5 -93t170 -34q105 0 195 41.5t157 113t110 168t56 205.5l111 902h24l-110 -902q-14 -114 -60 -213.5t-117 -174.5t-165.5 -118.5t-204.5 -43.5 q-99 0 -176.5 35.5t-130.5 97.5t-80.5 147t-27.5 183z" />
<glyph unicode="V" horiz-adv-x="1159" d="M133 1434h15q10 0 14 -11l350 -1347q2 -11 5 -21t5 -21q5 11 10.5 21t10.5 21l680 1347q5 10 14 11h16l-725 -1434h-20z" />
<glyph unicode="W" horiz-adv-x="1808" d="M133 1434h19q8 0 10 -11l221 -1347q2 -12 3.5 -22.5t2.5 -22.5q5 12 9 22t10 23l596 1347q4 10 14 11h4q9 0 10 -11l264 -1347l4 -22t3 -23q5 12 9 22t9 23l551 1347q2 5 6.5 8t9.5 3h17l-594 -1434h-21l-270 1376q-2 8 -3 17t-1 17q-2 -8 -5.5 -17t-6.5 -17l-609 -1376 h-20z" />
<glyph unicode="X" horiz-adv-x="1060" d="M-63 0l611 765l-372 669h21q8 0 11.5 -4.5t8.5 -12.5l349 -638q2 5 9 14l502 630q5 6 10 8.5t11 2.5h18l-535 -668l423 -766h-23q-8 0 -11 5t-5 9l-404 738q-3 -5 -8 -13l-573 -725q-5 -6 -10 -10t-11 -4h-22z" />
<glyph unicode="Y" horiz-adv-x="1083" d="M152 1434h20q8 0 12 -9l361 -768q3 -6 6 -12.5t6 -14.5q5 8 9.5 14.5t8.5 12.5l549 768q5 8 15 9h20l-592 -825l-75 -609h-25l76 609z" />
<glyph unicode="Z" horiz-adv-x="1208" d="M70 0l2 10q2 5 3.5 7t4.5 8l1087 1386h-909l4 23h942l-2 -11q-2 -5 -3.5 -7.5t-6.5 -8.5l-1087 -1384h923l-4 -23h-954z" />
<glyph unicode="[" horiz-adv-x="565" d="M100 -248l219 1786h259v-6q0 -12 -15 -12h-223l-217 -1749h225q12 0 12 -13l-2 -6h-258z" />
<glyph unicode="\" horiz-adv-x="645" d="M121 1475h10q15 0 19 -13l413 -1542h-8q-6 0 -12 2t-8 10z" />
<glyph unicode="]" horiz-adv-x="565" d="M23 -242q0 12 16 13h223l215 1749h-223q-8 0 -10 3t-2 9v6h260l-219 -1786h-260v6z" />
<glyph unicode="^" d="M311 831l334 603h12l334 -603h-14q-13 0 -21 15l-286 518q-5 10 -10.5 20t-8.5 21q-7 -20 -18 -41l-287 -518q-3 -5 -7.5 -10t-12.5 -5h-15z" />
<glyph unicode="_" horiz-adv-x="743" d="M-94 -268l2 22h743l-4 -22h-741z" />
<glyph unicode="`" horiz-adv-x="528" d="M174 1450h27q15 0 22.5 -4t14.5 -19l124 -241h-14q-9 0 -14 8z" />
<glyph unicode="a" horiz-adv-x="976" d="M72 334q0 86 22.5 170t62.5 159.5t95 140t121 112t140.5 74t152.5 26.5q55 0 101 -11t89 -38l-117 -967h-6q-7 0 -9.5 3.5t-2.5 8.5l49 428q-39 -99 -89 -182.5t-108 -143.5t-122.5 -93t-133.5 -33q-67 0 -113 25.5t-75.5 71.5t-43 109.5t-13.5 139.5zM96 334 q0 -75 13 -135t39.5 -102.5t68.5 -65.5t100 -23q66 0 130 34t122.5 97.5t110.5 153t95 202.5l58 461q-38 20 -79 29.5t-88 9.5q-74 0 -144.5 -25.5t-134 -70.5t-117 -107.5t-92.5 -136t-60.5 -155.5t-21.5 -166z" />
<glyph unicode="b" horiz-adv-x="1015" d="M125 0l178 1475h23l-112 -909q40 99 92.5 183t112.5 143t126.5 92.5t134.5 33.5q67 0 116 -26t81 -72.5t47.5 -109t15.5 -136.5q0 -73 -15 -152.5t-44 -155.5t-71.5 -144.5t-97 -120.5t-120.5 -82.5t-141 -30.5q-89 0 -166 44t-120 135l-24 -153q-2 -6 -2 -10t-8 -4h-6z M170 198q25 -52 56 -88.5t67.5 -58.5t77 -32.5t82.5 -10.5q74 0 136.5 30t114.5 80t92 117t67 141t41 150.5t14 147.5q0 75 -15.5 134.5t-45.5 101.5t-74.5 64.5t-102.5 22.5q-67 0 -133 -34t-127.5 -97.5t-115.5 -154.5t-97 -205z" />
<glyph unicode="c" horiz-adv-x="876" d="M84 379q0 79 16.5 157.5t46.5 150t73 132.5t97 105.5t117.5 70t134.5 25.5q49 0 88.5 -10t71.5 -27.5t57.5 -42.5t47.5 -53l-5 -4q-4 -4 -10 -4q-7 0 -21.5 18.5t-43 41.5t-73.5 41.5t-114 18.5q-99 0 -183 -53t-145.5 -140t-95.5 -198.5t-34 -228.5q0 -78 16.5 -145.5 t53.5 -117.5t94.5 -79t138.5 -29q61 0 110.5 14t88 34.5t67.5 44t50 44t34 34.5t22 14q3 0 5.5 -1t7.5 -6q-56 -62 -105 -101t-95 -60.5t-91 -29t-94 -7.5q-86 0 -148 30t-102 82.5t-59 124t-19 154.5z" />
<glyph unicode="d" horiz-adv-x="1017" d="M76 334q0 73 14.5 152t44 155.5t72 144.5t96.5 119.5t119.5 82t142.5 30.5q88 0 164.5 -42.5t119.5 -132.5l79 632h22l-180 -1475h-6q-8 0 -10 4.5t-2 9.5l50 428q-40 -100 -93 -183.5t-112.5 -144t-126.5 -93.5t-134 -33t-116 26.5t-81.5 72.5t-47.5 109.5t-15 137.5z M98 334q0 -75 15.5 -135t45 -102.5t74.5 -65.5t103 -23q66 0 131 34t126 97.5t115.5 153.5t97.5 203l39 314q-25 52 -56 87.5t-67.5 58t-76.5 32t-82 9.5q-74 0 -136.5 -29.5t-114.5 -79.5t-92 -116t-67 -140t-41 -150.5t-14 -147.5z" />
<glyph unicode="e" horiz-adv-x="890" d="M82 371q0 74 14.5 151t43 148.5t70.5 135t96.5 111t122 74.5t146.5 27q72 0 119 -19.5t75 -48t39 -60.5t11 -56q0 -40 -10.5 -76.5t-39 -69.5t-78.5 -61.5t-128.5 -53.5t-189 -46t-259.5 -38q-9 -60 -10 -118q0 -84 19.5 -151t58 -114.5t96.5 -72.5t136 -25 q58 0 105.5 14t85.5 34.5t67 44t50 44t35.5 34.5t22.5 14q3 0 5 -1t8 -6q-48 -52 -94 -89.5t-92 -62t-94 -35.5t-101 -11q-82 0 -144 26.5t-103.5 75.5t-62 120.5t-20.5 160.5zM117 510q152 16 261 37t185 45.5t122.5 53t72 59t34.5 63t9 66.5q0 25 -12 53t-38 53t-69.5 41 t-106.5 16q-97 0 -174 -42t-135 -110.5t-95.5 -156t-53.5 -178.5z" />
<glyph unicode="f" horiz-adv-x="548" d="M70 954v7h162l20 153q10 86 37 149t65.5 104t88 61t104.5 20q27 0 54.5 -5.5t47.5 -17.5l-1 -4q-1 -3 -3.5 -6.5t-7.5 -3.5q-10 0 -32.5 8t-59.5 8q-50 0 -94 -16.5t-79.5 -54t-60.5 -97.5t-37 -145l-20 -153h313l-4 -19h-310l-114 -932l-39 -256q-2 -8 -5.5 -10t-6.5 -2 h-4l146 1200l-150 4q-10 0 -10 8z" />
<glyph unicode="g" horiz-adv-x="858" d="M-55 -154q0 66 33.5 122t96 96t150.5 63.5t198 23.5q35 0 71 -3t75 -8q-27 27 -46 57t-19 72q0 22 3.5 41.5t12.5 41t25.5 47t43.5 58.5q-45 -33 -96 -51.5t-100 -18.5q-58 0 -106 18t-82 52.5t-53 84.5t-19 113q0 69 23 134t67 115.5t107 82t143 31.5q99 0 166 -49h254 v-8q0 -3 -3.5 -7t-15.5 -6h-210q33 -33 51 -81t18 -109q-1 -62 -17 -112.5t-39.5 -92t-50 -77.5t-49 -69t-38 -66.5t-15.5 -70.5q0 -28 14 -52t35 -48.5t45.5 -49t45.5 -54t35 -65t14 -79.5q0 -57 -31.5 -112.5t-88 -98.5t-135.5 -69.5t-173 -26.5q-74 0 -136.5 15 t-107.5 44t-70.5 72t-25.5 100zM-33 -154q0 -51 23.5 -90t66 -66t101.5 -41t129 -14q91 0 165 25.5t127 66t81.5 91.5t29.5 104q0 37 -8.5 65t-23 51.5t-33 43t-36.5 38.5q-43 5 -83 8t-77 3q-115 0 -201.5 -23t-144 -62.5t-87 -91.5t-29.5 -108zM156 655q0 -123 65 -185 t172 -62q75 0 134.5 30.5t101 79.5t63 112t21.5 128q0 60 -17.5 105t-49 75t-76 44.5t-97.5 14.5q-76 0 -134.5 -29t-99 -76.5t-62 -109t-21.5 -127.5z" />
<glyph unicode="h" horiz-adv-x="1028" d="M125 0l178 1475h23l-105 -862q41 92 94 167t112.5 128t124.5 81.5t130 28.5q112 0 163 -69.5t51 -199.5q0 -25 -2 -51t-5 -55l-76 -643h-22l75 643q6 53 6 101q0 121 -45.5 187t-146.5 66q-62 0 -126.5 -30t-124.5 -87t-115 -137.5t-99 -181.5l-68 -561h-22z" />
<glyph unicode="i" horiz-adv-x="436" d="M145 0l123 1004h23l-123 -1004h-23zM264 1376q0 24 16 41t37 17q20 0 37 -17t17 -41q0 -22 -16.5 -38.5t-37.5 -16.5q-22 0 -37.5 16.5t-15.5 38.5z" />
<glyph unicode="j" horiz-adv-x="417" d="M-145 -360l4 8q4 8 10 8q8 0 22 -9t41 -9q79 0 126.5 51.5t58.5 134.5l145 1180h23l-146 -1180q-5 -45 -22.5 -83t-45 -65.5t-63.5 -43t-78 -15.5q-25 0 -42.5 6t-32.5 17zM264 1376q0 24 16 41t37 17q20 0 37 -17t17 -41q0 -22 -16.5 -38.5t-37.5 -16.5 q-22 0 -37.5 16.5t-15.5 38.5z" />
<glyph unicode="k" horiz-adv-x="845" d="M119 0l180 1475h23l-114 -926h44q15 0 25 3t24 15l490 420q8 7 16 12t20 5h17l-522 -445q-15 -12 -27 -17q12 -4 21 -11t16 -15l426 -516h-17q-8 0 -14 2t-12 10l-402 490q-14 17 -28 22.5t-41 5.5h-38l-65 -530h-22z" />
<glyph unicode="l" horiz-adv-x="434" d="M145 0l179 1475h22l-180 -1475h-21z" />
<glyph unicode="m" horiz-adv-x="1572" d="M117 0l121 1008h4q8 0 10 -5t2 -10l-44 -391q40 95 90 172t107.5 131t120 83.5t127.5 29.5q50 0 84 -15t55 -43t30 -70t9 -95q0 -34 -3.5 -71.5t-8.5 -80.5q39 94 91 165t109 117.5t117.5 69.5t116.5 23q52 0 88 -16t58 -46t32 -74.5t10 -102.5q0 -61 -9 -136l-76 -643 h-23l76 643q9 74 9 134q0 53 -8.5 94t-28 69.5t-51.5 42.5t-79 14q-55 0 -114 -23.5t-115.5 -72t-109.5 -124.5t-96 -180l-70 -597h-23l76 643q5 43 8 80.5t3 70.5q0 49 -7.5 87t-26 64t-49.5 39t-76 13q-133 0 -245 -114.5t-203 -330.5l-66 -552h-22z" />
<glyph unicode="n" horiz-adv-x="1021" d="M117 0l121 1008h4q8 0 10 -5t2 -10l-44 -392q41 95 94 172t114 131.5t126.5 84t131.5 29.5q111 0 162.5 -70t51.5 -202q0 -24 -2 -49.5t-5 -53.5l-76 -643h-23l76 643q3 27 5 52.5t2 48.5q0 121 -46 187t-147 66q-63 0 -128.5 -31t-126.5 -89t-115.5 -140.5t-98.5 -184.5 l-66 -552h-22z" />
<glyph unicode="o" horiz-adv-x="995" d="M86 395q0 79 15.5 156t44.5 146.5t70.5 128.5t95 102t117.5 67.5t136 24.5q80 0 143.5 -28.5t108 -82t68.5 -128.5t24 -169q0 -78 -15 -154.5t-44.5 -146t-71 -129t-94.5 -102.5t-117 -67.5t-137 -24.5q-80 0 -144 28.5t-108.5 81.5t-68 128t-23.5 169zM111 395 q0 -90 22.5 -161.5t64 -122t100.5 -77t134 -26.5q101 0 184.5 52t143 137t92.5 193.5t33 221.5q0 90 -22.5 162t-64.5 122t-101.5 76.5t-133.5 26.5q-68 0 -127.5 -23.5t-110 -65t-90 -98t-67.5 -123.5t-42.5 -142t-14.5 -152z" />
<glyph unicode="p" horiz-adv-x="1007" d="M70 -369l168 1377h4q8 0 10 -5t2 -13l-48 -426q40 100 92 183.5t112.5 143.5t127 93.5t134.5 33.5q67 0 116 -26t81 -72.5t47.5 -109t15.5 -136.5q0 -73 -15 -152.5t-44 -155.5t-71.5 -144.5t-97 -120.5t-120.5 -82.5t-142 -30.5q-88 0 -164.5 43.5t-119.5 134.5 l-66 -535h-22zM162 198q25 -52 56 -88.5t67.5 -58.5t76.5 -32.5t82 -10.5q74 0 137 30t115 80t91.5 117t67 141t41 150.5t13.5 147.5q0 75 -15 134.5t-45 101.5t-74.5 64.5t-102.5 22.5q-67 0 -133 -34t-127.5 -97.5t-115.5 -154.5t-97 -205z" />
<glyph unicode="q" horiz-adv-x="976" d="M72 334q0 86 22.5 170t62.5 159.5t95 140t121 112t140.5 74t152.5 26.5q55 0 101 -11t89 -38l-162 -1336h-4q-10 0 -14.5 4.5t-4.5 16.5q0 3 0.5 9t1.5 13l94 757q-40 -98 -89.5 -179.5t-107 -140t-121.5 -91t-132 -32.5q-67 0 -113 25.5t-75.5 71.5t-43 109.5 t-13.5 139.5zM96 334q0 -75 13 -135t39.5 -102.5t68.5 -65.5t100 -23q66 0 129.5 34t122 97t110.5 152.5t95 201.5l59 463q-38 20 -79 29.5t-88 9.5q-74 0 -144.5 -25.5t-134 -70.5t-117 -107.5t-92.5 -136t-60.5 -155.5t-21.5 -166z" />
<glyph unicode="r" horiz-adv-x="661" d="M117 0l121 1008h4q12 0 12 -15l-42 -370q72 190 167 291.5t207 101.5q45 0 88 -17l-4 -18q-43 15 -84 15q-58 0 -111.5 -30t-101 -86t-89.5 -136.5t-78 -182.5l-67 -561h-22z" />
<glyph unicode="s" horiz-adv-x="784" d="M53 104l6 7q6 6 11 6t19 -18t43 -39.5t74.5 -39.5t115.5 -18t128 25.5t99.5 68t64.5 97.5t23 114q0 50 -20.5 85t-54 59t-76.5 40.5t-87.5 32t-87 32.5t-75.5 41.5t-53.5 59.5t-20.5 86q0 54 25 104t68.5 88t101.5 60.5t124 22.5q79 0 135.5 -23t104.5 -75 q-5 -8 -7.5 -10.5t-6.5 -2.5q-7 0 -20.5 14t-39 31t-66.5 31t-104 14q-58 0 -111.5 -20.5t-94.5 -55.5t-65 -81t-24 -97q0 -47 20.5 -79t54 -54.5t76 -39t87 -32.5t87.5 -34t76 -43.5t53.5 -63t20.5 -90.5q0 -60 -23.5 -118.5t-67.5 -104t-107 -73t-142 -27.5 q-49 0 -87.5 8.5t-69 24t-56.5 37.5t-51 50z" />
<glyph unicode="t" horiz-adv-x="649" d="M121 950l2 6l165 5l56 403q1 5 4 9.5t8 4.5h6l-51 -417h314l-2 -21h-315l-77 -633q-5 -42 -8 -69l-5 -47q-2 -18 -2.5 -27.5t-0.5 -13.5q0 -39 9.5 -67t27 -45.5t41 -25.5t51.5 -8q40 0 71 13.5t54.5 28.5t37.5 28.5t19 13.5q4 0 9 -4l2 -4q-34 -42 -87.5 -69t-107.5 -27 q-71 0 -110 38.5t-39 127.5q0 5 0.5 14.5t2 27.5t5 46t8.5 71l77 631h-153q-12 0 -12 10z" />
<glyph unicode="u" horiz-adv-x="1019" d="M132 261q0 24 2 50t5 54l76 639h23l-76 -639q-6 -54 -6 -102q0 -122 45.5 -188.5t146.5 -66.5q63 0 128.5 31.5t126.5 89.5t115.5 140.5t98.5 185.5l66 549h22l-121 -1004h-6q-8 0 -10 4.5t-2 9.5l47 389v6q-41 -95 -94 -173t-114.5 -133.5t-127 -85t-131.5 -29.5 q-111 0 -162.5 71t-51.5 202z" />
<glyph unicode="v" horiz-adv-x="880" d="M92 1004h12q8 0 11.5 -5t5.5 -10l254 -919l4 -20t3 -20q3 9 7.5 18.5t9.5 21.5l480 919q7 14 20 15h12l-524 -1004h-16z" />
<glyph unicode="w" horiz-adv-x="1345" d="M92 1004h10q13 0 17 -15l172 -919q2 -11 3 -21t2 -21q7 19 17 42l408 929q3 10 12 11h4q5 0 6 -2.5t2 -8.5l181 -929l4 -22t3 -21q4 9 8 20t9 23l396 919q7 14 18 15h12l-438 -1004h-10q-8 0 -10 10l-183 934q-2 8 -2.5 15.5t-1.5 15.5q-5 -15 -12 -31l-414 -934 q-5 -10 -11 -10h-9z" />
<glyph unicode="x" horiz-adv-x="800" d="M-39 0l428 534l-264 470h12q13 0 19 -9l250 -447q2 3 4 5.5t4 5.5l346 436q5 8 14 9h19l-377 -473l295 -531h-13q-15 0 -20 10l-281 508q-3 -5 -8 -12l-393 -498q-4 -5 -8 -6.5t-11 -1.5h-16z" />
<glyph unicode="y" horiz-adv-x="880" d="M92 1004h12q8 0 11.5 -3.5t5.5 -11.5l256 -911q5 -18 7 -39q3 10 7.5 20t9.5 19l482 915q5 10 16 11h14l-714 -1356q-8 -16 -23 -17h-12l206 386z" />
<glyph unicode="z" horiz-adv-x="839" d="M14 0v6q0 4 2.5 7.5t6.5 6.5l764 963h-621l4 21h651l-1 -8q0 -6 -9 -15l-764 -961h625l-2 -20h-656z" />
<glyph unicode="{" horiz-adv-x="565" d="M92 635l2 20q38 0 72 14.5t59.5 43.5t40.5 72.5t15 103.5q0 37 -3 77l-7 80l-6 79q-3 40 -3 77q0 76 20.5 138t56.5 106t84 68t103 24h54v-8q-3 -10 -15 -10h-41q-48 0 -91.5 -20.5t-76 -60.5t-52 -99.5t-19.5 -137.5q0 -37 3 -77.5t6 -82t6 -81t3 -74.5 q0 -61 -16.5 -105t-41 -73t-53.5 -44.5t-55 -19.5q22 -4 43 -15.5t37.5 -30t27.5 -45.5t11 -60q0 -63 -19.5 -126t-42.5 -126t-42 -128.5t-19 -133.5q0 -47 13 -85.5t36 -66.5t55.5 -42.5t71.5 -14.5h43q10 0 10 -11l-2 -8h-53q-45 0 -81.5 18t-62 49t-39 72.5t-13.5 90.5 q0 72 19.5 135t43 124.5t43 122.5t19.5 128q0 63 -40.5 103t-103.5 40z" />
<glyph unicode="|" horiz-adv-x="614" d="M236 -369v1907h20v-1907h-20z" />
<glyph unicode="}" horiz-adv-x="565" d="M20 -248l2 7q2 11 13 12h41q48 0 91.5 20.5t76 60t52 99t19.5 137.5q0 37 -2.5 77.5t-5.5 82t-5.5 81t-2.5 74.5q0 60 16 104t40 73t52.5 44.5t55.5 20.5q-22 4 -43 15.5t-37.5 30.5t-27.5 45.5t-11 60.5q0 63 19 125.5t42 125.5t42.5 128t19.5 135q0 47 -13 85.5t-36 66 t-55.5 42.5t-71.5 15h-41q-11 0 -11 10v4q0 2 1 4h53q45 0 81.5 -18t62 -49t39 -73t13.5 -89q0 -48 -9 -92.5t-22.5 -86t-29.5 -82t-29.5 -81.5t-22.5 -82.5t-9 -85.5q0 -32 10 -58t29 -45t45 -30t59 -11l-4 -20q-37 0 -71 -14.5t-59.5 -43.5t-41 -72.5t-15.5 -103.5 q0 -37 4 -76l6 -80l6 -80q3 -40 3 -77q0 -76 -20.5 -138t-56.5 -106t-84 -68t-103 -24h-54z" />
<glyph unicode="~" d="M102 463q0 44 14 85t40.5 72t65.5 49.5t89 18.5q52 0 109.5 -23t115 -50.5t113.5 -50.5t105 -23q43 0 77 15.5t58.5 43.5t38 65t14.5 80h21q0 -45 -14 -85t-40.5 -71.5t-65.5 -50t-89 -18.5q-52 0 -109.5 23t-115 51t-113.5 51t-105 23q-43 0 -77 -16t-58.5 -43.5 t-38 -65t-14.5 -80.5h-21z" />
<glyph unicode="&#xa2;" d="M174 420q0 134 38.5 244.5t110 189.5t173.5 122.5t229 43.5l37 235q3 16 14 17h10l-38 -253q92 -3 160.5 -32t115.5 -72l-6 -6q-3 -2 -5 -3t-5 -1q-6 0 -22 14t-46.5 31t-78 32t-117.5 17l-154 -991q86 1 148 20t103.5 41t64 40t28.5 18q3 0 4 -2l4 -3l2 -3 q-18 -22 -52.5 -45t-81 -42t-103.5 -31t-120 -13l-38 -246q-3 -16 -14 -16h-11l41 263q-92 2 -164.5 32.5t-123 86.5t-77 135t-26.5 177zM199 422q0 -95 25.5 -171t73.5 -129t116 -82.5t154 -31.5l154 991q-120 0 -216.5 -40.5t-165 -116t-105 -182t-36.5 -238.5z" />
<glyph unicode="&#xa3;" d="M47 0l2 23q38 16 71.5 35.5t58.5 48t42.5 69.5t24.5 100l47 388h-191l1 8q1 12 16 12h176l41 332q11 94 48 174t96.5 137.5t139.5 90t179 32.5q80 0 136.5 -18.5t96 -49t63 -72t38.5 -87.5l-6 -1q-8 -2 -10 -2q-7 0 -11 11q-15 37 -36 72.5t-55.5 63.5t-87.5 45.5 t-130 17.5q-92 0 -167.5 -31t-132 -86t-91 -131t-46.5 -166l-41 -332h545v-8q-3 -12 -16 -12h-531l-47 -388q-6 -52 -20 -92t-37 -70t-54 -53t-72 -42q19 2 36 3t37 1h903v-11q0 -5 -5 -8.5t-11 -3.5h-1000z" />
<glyph unicode="&#xa5;" d="M172 451l2 20h397l16 131h-397l3 21h390l-345 811h20q9 0 12 -9l322 -768q7 -17 11 -31l8 15q4 7 10 16l509 768q4 5 8 7t9 2h20l-545 -811h390l-2 -21h-399l-15 -131h397l-2 -20h-398l-54 -451h-25l54 451h-396z" />
<glyph unicode="&#xa9;" horiz-adv-x="1667" d="M123 717q0 152 57.5 285t156.5 232t232 156.5t285 57.5t285 -57.5t232 -156.5t156.5 -232.5t57.5 -284.5q0 -152 -57.5 -285t-156.5 -232.5t-232 -156.5t-285 -57t-285 57t-232 156.5t-156.5 232.5t-57.5 285zM147 717q0 -146 55.5 -275.5t151.5 -225t225 -151t275 -55.5 q97 0 188 25t169.5 71.5t143 111t111 142.5t72 168t25.5 189q0 97 -25.5 187.5t-72 169.5t-111 143.5t-143 111t-169.5 71.5t-188 25q-98 0 -188.5 -25t-168.5 -71.5t-142.5 -111t-110.5 -143.5t-71.5 -169.5t-25.5 -187.5zM420 717q0 102 33 186t93.5 144t145 93.5 t187.5 33.5q52 0 94 -7t78 -19.5t69 -32.5t66 -46q-5 -8 -7 -9t-8 -1t-23.5 15t-51 32t-87 32t-130.5 15q-96 0 -176 -30t-137.5 -87t-89.5 -138t-32 -181q0 -102 32 -182.5t88 -136.5t132.5 -85.5t167.5 -29.5q58 0 104 7t83.5 21t69 35t63.5 47q4 3 8 3t8 -6q2 -3 4 -5 q-31 -27 -65 -49.5t-75.5 -38.5t-90.5 -25.5t-109 -9.5q-97 0 -178.5 32t-140.5 90.5t-92 143t-33 189.5z" />
<glyph unicode="&#xad;" horiz-adv-x="602" d="M104 592l5 20h413l-2 -20h-416z" />
<glyph unicode="&#xae;" horiz-adv-x="1667" d="M133 717q0 152 57.5 285t156.5 232t232.5 156.5t284.5 57.5q152 0 285 -57.5t232.5 -156.5t156.5 -232.5t57 -284.5q0 -152 -57 -285t-156.5 -232.5t-232.5 -156.5t-285 -57t-285 57t-232 156.5t-156.5 232.5t-57.5 285zM158 717q0 -146 55 -275.5t151 -225t225 -151 t275 -55.5q97 0 188 25t169.5 71.5t143.5 111t111.5 142.5t71.5 168t25 189q0 97 -25 187.5t-71.5 169.5t-111.5 143.5t-143.5 111t-169 71.5t-188.5 25t-188 -25t-168.5 -71.5t-143 -111t-110.5 -143.5t-71 -169.5t-25 -187.5zM618 266v901h218q140 0 216 -54.5t76 -170.5 q0 -54 -20.5 -97.5t-58 -75t-90 -49t-115.5 -20.5q9 -4 16.5 -10.5t16.5 -15.5l342 -408h-21q-5 0 -8 1t-8 7l-338 404q-8 9 -20 15.5t-42 6.5h-139v-434h-25zM643 721h180q133 0 207 57.5t74 163.5q0 109 -67 157t-201 48h-193v-426z" />
<glyph unicode="&#xb4;" horiz-adv-x="528" d="M287 1186l184 241q11 14 19.5 18.5t23.5 4.5h27l-224 -256q-5 -8 -16 -8h-14z" />
<glyph unicode="&#x2000;" horiz-adv-x="828" />
<glyph unicode="&#x2001;" horiz-adv-x="1656" />
<glyph unicode="&#x2002;" horiz-adv-x="828" />
<glyph unicode="&#x2003;" horiz-adv-x="1656" />
<glyph unicode="&#x2004;" horiz-adv-x="551" />
<glyph unicode="&#x2005;" horiz-adv-x="413" />
<glyph unicode="&#x2006;" horiz-adv-x="275" />
<glyph unicode="&#x2007;" horiz-adv-x="275" />
<glyph unicode="&#x2008;" horiz-adv-x="206" />
<glyph unicode="&#x2009;" horiz-adv-x="330" />
<glyph unicode="&#x200a;" horiz-adv-x="91" />
<glyph unicode="&#x2010;" horiz-adv-x="602" d="M104 592l5 20h413l-2 -20h-416z" />
<glyph unicode="&#x2011;" horiz-adv-x="602" d="M104 592l5 20h413l-2 -20h-416z" />
<glyph unicode="&#x2012;" horiz-adv-x="602" d="M104 592l5 20h413l-2 -20h-416z" />
<glyph unicode="&#x2013;" horiz-adv-x="995" d="M141 571l2 21h731l-2 -21h-731z" />
<glyph unicode="&#x2014;" horiz-adv-x="1460" d="M141 571l2 21h1196l-4 -21h-1194z" />
<glyph unicode="&#x2018;" horiz-adv-x="350" d="M223 1209q0 39 11.5 77t30.5 73.5t43.5 68t50.5 60.5l3 -3q2 -2 3 -4q0 -2 -9 -14q-50 -61 -78 -123t-28 -119q0 -39 14 -74q2 -6 2 -9q0 -7 -6 -9l-20 -11q-17 42 -17 87z" />
<glyph unicode="&#x2019;" horiz-adv-x="350" d="M170 1126q0 2 8 14q50 61 78.5 123t28.5 119q0 39 -15 74q-2 6 -2 9q0 7 6 10l21 10q16 -42 16 -87q0 -39 -11 -77t-30 -73.5t-43.5 -68t-51.5 -60.5l-3 3q-2 2 -2 4z" />
<glyph unicode="&#x201c;" horiz-adv-x="575" d="M223 1209q0 39 11.5 77t30.5 73.5t43.5 68t50.5 60.5l3 -3q2 -2 3 -4q0 -2 -9 -14q-50 -61 -78 -123t-28 -119q0 -39 14 -74q2 -6 2 -9q0 -7 -6 -9l-20 -11q-17 42 -17 87zM451 1209q0 39 11 77t30 73.5t43.5 68t51.5 60.5l3 -3q2 -2 2 -4t-8 -14q-50 -61 -78.5 -123 t-28.5 -119q0 -39 15 -74q2 -6 2 -9q0 -7 -7 -9l-20 -11q-16 42 -16 87z" />
<glyph unicode="&#x201d;" horiz-adv-x="575" d="M190 1126q0 2 9 14q50 61 78 123t28 119q0 39 -14 74q-2 6 -2 9q0 7 6 10l20 10q16 -42 17 -87q0 -39 -11.5 -77t-30.5 -73.5t-43.5 -68t-50.5 -60.5l-3 3q-3 2 -3 4zM418 1126q0 2 8 14q50 61 78 123t28 119q0 39 -14 74q-2 6 -2 9q0 7 6 10l21 10q16 -42 16 -87 q0 -39 -11 -77t-30 -73.5t-43.5 -68t-51.5 -60.5l-3 3q-2 2 -2 4z" />
<glyph unicode="&#x2022;" d="M393 612q0 48 18.5 90.5t50 74.5t72.5 50.5t89 18.5t90.5 -18.5t74 -50.5t50 -74.5t18.5 -90.5q0 -47 -18.5 -88.5t-50 -72.5t-74 -49.5t-90.5 -18.5q-47 0 -88.5 18.5t-73 49.5t-50 72.5t-18.5 88.5z" />
<glyph unicode="&#x2026;" horiz-adv-x="1341" d="M72 49q0 28 19 48t46 20q28 0 48 -20t20 -48t-20 -46.5t-48 -18.5t-46.5 18.5t-18.5 46.5zM553 49q0 28 19 48t46 20q28 0 48 -20t20 -48t-20 -46.5t-48 -18.5t-46.5 18.5t-18.5 46.5zM1034 49q0 28 19 48t47 20t47.5 -20t19.5 -48t-20 -46.5t-47 -18.5q-28 0 -47 18.5 t-19 46.5z" />
<glyph unicode="&#x202f;" horiz-adv-x="330" />
<glyph unicode="&#x205f;" horiz-adv-x="413" />
<glyph unicode="&#x20ac;" d="M41 598l2 20h181q2 56 7 109.5t14 103.5h-175l2 21h177q28 140 83 251t134.5 188t181 118t220.5 41q63 0 115 -10t95.5 -31t80.5 -53t72 -74l-3 -4q-5 -6 -11 -6q-5 0 -15 11.5t-27 29t-42.5 38t-62.5 38t-87.5 29.5t-116.5 12q-113 0 -209.5 -38.5t-172.5 -112.5 t-130 -181.5t-82 -245.5h672v-8q0 -12 -16 -13h-660q-8 -50 -13 -102.5t-7 -110.5h575v-8q0 -12 -16 -12h-559v-25q0 -136 29.5 -242t86.5 -178.5t138 -110.5t184 -38q70 0 126.5 14t101 35t78.5 45.5t57 45.5t37.5 35t21.5 14q3 0 4 -2l4 -4l4 -5q-42 -44 -88.5 -80 t-100 -62.5t-115.5 -41t-134 -14.5q-109 0 -194 39.5t-143.5 115t-90 184.5t-31.5 248v27h-182z" />
<glyph unicode="&#x2122;" horiz-adv-x="1333" d="M186 1413l4 21h431l-3 -21h-202l-68 -555h-24l67 555h-205zM692 858l70 576h14q7 0 10 -7l191 -426q3 -6 3 -11l7 11l287 426q3 6 10 7h14l-69 -576h-21l64 524l3 15l-286 -424q-3 -6 -10 -6h-4q-5 0 -8 6l-189 424v-15l-65 -524h-21z" />
<glyph unicode="&#xe000;" horiz-adv-x="1004" d="M0 1005h1005v-1005h-1005v1005z" />
</font>
</defs></svg>

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,147 @@
<?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>
This is a custom SVG webfont generated by Font Squirrel.
Copyright : Copyright c 20102011 by tyPoland Lukasz Dziedzic with Reserved Font Name Lato Licensed under the SIL Open Font License Version 11
Designer : Lukasz Dziedzic
Foundry : Lukasz Dziedzic
Foundry URL : httpwwwtypolandcom
</metadata>
<defs>
<font id="LatoLight" horiz-adv-x="1187" >
<font-face units-per-em="2048" ascent="1649" descent="-399" />
<missing-glyph horiz-adv-x="395" />
<glyph unicode=" " horiz-adv-x="395" />
<glyph unicode="&#x09;" horiz-adv-x="395" />
<glyph unicode="&#xa0;" horiz-adv-x="395" />
<glyph unicode="!" horiz-adv-x="660" d="M236 79q0 19 7 36.5t19.5 30.5t29.5 20.5t38 7.5q19 0 36.5 -7.5t30.5 -20.5t20.5 -30.5t7.5 -36.5q0 -20 -7.5 -37t-20.5 -30t-30.5 -20t-36.5 -7q-40 0 -67 27t-27 67zM286 863v586h95v-586q0 -46 -1 -87t-2.5 -83.5t-4.5 -89.5t-6 -104h-67q-3 57 -6 104t-4.5 89.5 t-2.5 83.5t-1 87z" />
<glyph unicode="&#x22;" horiz-adv-x="751" d="M184 1150v299h85v-299l-9 -157q-2 -17 -9 -27t-25 -10q-14 0 -22 10t-10 27zM481 1150v299h85v-299l-9 -157q-2 -17 -9 -27t-25 -10q-14 0 -22 10t-11 27z" />
<glyph unicode="#" d="M88 484v10q0 5 2 15l3 16h223l84 399h-259l6 39q4 34 46 33h218l89 414q4 19 16.5 29t30.5 10h43l-97 -453h305l97 453h43q32 0 32 -31q0 -8 -1 -12l-89 -410h230l-6 -39q-5 -34 -46 -33h-189l-84 -399h231q31 0 31 -26l-5 -45h-267l-96 -454h-42q-14 0 -23.5 8.5 t-9.5 25.5q0 7 1 11l88 409h-305l-88 -413q-5 -23 -17.5 -32t-29.5 -9h-43l96 454h-187q-14 0 -22.5 6.5t-8.5 23.5zM398 525h305l84 399h-305z" />
<glyph unicode="$" d="M156 173l27 40q12 15 29 15q9 0 23 -11t33.5 -28t46 -37t62 -38t80.5 -31t102 -16l33 651q-70 22 -136 48.5t-117.5 68t-83.5 102t-32 153.5q0 71 26.5 136.5t78.5 117.5t127.5 83.5t173.5 34.5l9 172q1 14 8.5 23.5t22.5 9.5h37l-12 -206q103 -7 181 -45.5t143 -102.5 l-23 -35q-10 -17 -26 -17q-12 0 -32.5 16.5t-52.5 37t-79.5 39.5t-114.5 24l-30 -585q48 -15 97 -32t93.5 -37.5t82.5 -47t66 -62.5t44 -83t16 -108q0 -88 -30 -166t-85.5 -137t-137 -94.5t-185.5 -40.5l-12 -216q-1 -13 -8.5 -22.5t-20.5 -9.5h-37l12 248q-131 6 -228 56 t-171 132zM314 1098q0 -63 22.5 -108.5t61.5 -77.5t90 -55t108 -43l29 565q-78 -4 -136 -28.5t-97 -63t-58.5 -87.5t-19.5 -102zM625 67q82 5 146 33t107.5 73.5t66 105.5t22.5 129q0 68 -26 114.5t-69 79.5t-98.5 55t-117.5 41z" />
<glyph unicode="%" horiz-adv-x="1570" d="M89 1101q0 90 23.5 158.5t64.5 114t97 68.5t119 23t118.5 -23t97 -68.5t65.5 -114t24 -158.5q0 -89 -24.5 -157t-66.5 -113.5t-97 -68.5t-117 -23q-63 0 -119 23t-97 68.5t-64.5 113.5t-23.5 157zM168 1101q0 -79 18 -135t48.5 -91.5t71.5 -52.5t87 -17t87.5 17t73 52.5 t49.5 91.5t18 135t-18 135t-49.5 92.5t-73 53.5t-87.5 17t-87 -17t-71.5 -53.5t-48.5 -92.5t-18 -135zM209 0l1039 1431q6 8 15 13t23 5h69l-1041 -1431q-13 -18 -35 -18h-70zM872 344q0 90 24 158.5t64.5 114.5t96.5 69t120 23q63 0 118.5 -23t97 -69t65 -114.5 t23.5 -158.5q0 -89 -24.5 -157t-66 -113t-97 -68t-116.5 -23q-63 0 -119.5 23t-97 68t-64.5 113t-24 157zM950 344q0 -79 18 -134.5t49 -91.5t72 -52.5t88 -16.5q46 0 87.5 16.5t72 52.5t48.5 91.5t18 134.5t-18 136t-48.5 93t-72 53t-87.5 17t-87.5 -17t-72.5 -53t-49 -93 t-18 -136z" />
<glyph unicode="&#x26;" horiz-adv-x="1416" d="M109 371q0 74 26.5 141t72.5 122.5t109.5 99.5t137.5 72q-73 82 -109.5 159t-36.5 165q0 72 26 133t74.5 106t115.5 70.5t150 25.5q69 0 130 -23.5t106.5 -63.5t73 -92.5t29.5 -109.5q-14 -3 -26 -7q-24 -5 -37 -5q-8 0 -15 6.5t-10 17.5q-7 27 -24.5 61.5t-47.5 65.5 t-74.5 52.5t-104.5 21.5q-61 0 -111.5 -19t-86.5 -53.5t-56 -81.5t-20 -103q0 -84 43 -161t134 -165l456 -451q46 74 73.5 154t35.5 155q2 13 8 20.5t18 7.5h57q-2 -96 -36.5 -198t-97.5 -195l305 -299h-91q-18 0 -30 4t-28 19l-210 205q-46 -53 -101 -98t-119.5 -77.5 t-138 -50.5t-154.5 -18q-77 0 -151.5 25.5t-133.5 75t-95 122t-36 164.5zM208 377q0 -79 30 -137.5t78.5 -98t107 -59t116.5 -19.5q72 0 135.5 16.5t119.5 46t102.5 69t85.5 88.5l-470 461q-6 5 -11 12q-68 -29 -122.5 -69t-92.5 -88.5t-58.5 -105t-20.5 -116.5z" />
<glyph unicode="'" horiz-adv-x="453" d="M184 1150v299h85v-299l-9 -157q-2 -17 -9 -27t-25 -10q-14 0 -22 10t-10 27z" />
<glyph unicode="(" horiz-adv-x="614" d="M174 645q0 120 15 233t47.5 225t86.5 225.5t133 234.5l43 -27q13 -7 13 -22q0 -10 -7 -21q-122 -197 -184 -407t-62 -441q0 -229 62 -439.5t185 -406.5q7 -11 7 -21q0 -15 -14 -23l-43 -26q-79 121 -133 234t-86.5 225t-47.5 224.5t-15 232.5z" />
<glyph unicode=")" horiz-adv-x="614" d="M100 -222q0 10 8 21q123 196 184.5 406.5t61.5 439.5q0 230 -62 440.5t-183 407.5q-7 11 -8 21q0 14 14 22l43 27q78 -121 132 -234.5t87 -225.5t47.5 -225t14.5 -233t-14.5 -232.5t-47.5 -224.5t-87 -225.5t-132 -233.5l-43 26q-15 8 -15 23z" />
<glyph unicode="*" horiz-adv-x="819" d="M126 1357l27 46l193 -113q16 -10 26 -19.5t24 -27.5q-8 19 -11.5 34t-3.5 33v219h53v-218q0 -18 -2.5 -33t-10.5 -34q12 17 22.5 27t26.5 19l193 112l26 -46l-192 -112q-15 -9 -28.5 -14t-31.5 -7q18 -3 31 -7.5t29 -12.5l193 -112l-25 -47l-195 113q-15 9 -25.5 17.5 t-23.5 25.5q6 -18 9.5 -31.5t3.5 -30.5v-219h-53v218q0 17 2.5 30.5t10.5 30.5q-11 -15 -22 -23.5t-26 -17.5l-192 -111l-26 45l193 112q14 8 27 12.5t32 7.5q-19 3 -32 8t-27 13z" />
<glyph unicode="+" d="M112 649v75h440v462h80v-462h441v-75h-441v-464h-80v464h-440z" />
<glyph unicode="," horiz-adv-x="404" d="M113 87q0 36 24.5 61.5t64.5 25.5q44 0 68 -30t24 -79q0 -42 -11 -86t-31.5 -85.5t-49 -80.5t-63.5 -72l-15 15q-8 8 -8 18q0 5 3 10t7 9q10 10 26 30t32 47.5t28.5 60t16.5 69.5q-6 -2 -13.5 -3t-16.5 -1q-38 0 -62 25.5t-24 65.5z" />
<glyph unicode="-" horiz-adv-x="680" d="M102 566v83h477v-83h-477z" />
<glyph unicode="." horiz-adv-x="404" d="M108 79q0 19 7 36.5t19.5 30.5t29.5 20.5t38 7.5q19 0 36.5 -7.5t30.5 -20.5t20.5 -30.5t7.5 -36.5q0 -20 -7.5 -37t-20.5 -30t-30.5 -20t-36.5 -7q-40 0 -67 27t-27 67z" />
<glyph unicode="/" horiz-adv-x="730" d="M-5 -86l637 1538q15 38 55 38h42l-636 -1536q-8 -20 -24.5 -30t-33.5 -10h-40z" />
<glyph unicode="0" d="M75 725q0 190 40.5 329.5t111 230.5t164.5 135.5t202 44.5t202.5 -44.5t165 -135.5t111.5 -230.5t41 -329.5t-41 -329.5t-111.5 -230.5t-165.5 -135.5t-202 -44.5q-108 0 -202 44.5t-164.5 135.5t-111 230.5t-40.5 329.5zM175 725q0 -177 34 -301.5t91 -204t133 -115.5 t160 -36t160 36t133 115.5t91 204t34 301.5q0 176 -34 301t-91 204.5t-133 116t-160 36.5t-160 -36.5t-133 -116t-91 -204.5t-34 -301z" />
<glyph unicode="1" d="M252 1085l419 370h75v-1379h317v-76h-747v76h333v1175q0 35 3 74l-319 -284q-10 -9 -25 -9q-17 0 -26 12z" />
<glyph unicode="2" d="M132 0v35q0 11 5.5 23t14.5 20l494 501q61 62 113.5 120.5t91 118t60.5 121.5t22 133q0 80 -26.5 139t-71 97t-102.5 56t-122 18q-69 0 -126.5 -21t-102 -58t-73.5 -89t-41 -113q-10 -36 -41 -36q-2 0 -5 0.5t-5 0.5l-49 8q12 93 50.5 166t97 123t135 76t165.5 26 q83 0 158.5 -24t133 -72.5t91 -121.5t33.5 -172q0 -82 -25 -152t-68 -134.5t-100 -125.5t-119 -124l-454 -463q33 8 68.5 12t71.5 4h625q16 0 26 -9.5t10 -25.5v-57h-935z" />
<glyph unicode="3" d="M132 354l39 17q12 5 24 5q11 0 21 -5t15 -20l8 -20q6 -18 17 -45.5t29 -56.5t44.5 -58.5t65 -52.5t90.5 -37t119 -14q92 0 161.5 30.5t116 78t69.5 106.5t23 114q0 67 -21 124.5t-70 98.5t-129.5 65.5t-198.5 24.5v70q94 2 166 25t120 63t72.5 95.5t24.5 121.5 q0 77 -25.5 133.5t-68.5 93.5t-100.5 54t-119.5 17q-69 0 -126.5 -20.5t-101.5 -57t-73.5 -88.5t-43.5 -115q-8 -36 -38 -36q-7 0 -12 1l-50 8q13 93 51 166t96.5 123t135.5 76t166 26q83 0 156.5 -23t129.5 -69t88 -114.5t32 -158.5q0 -71 -22 -128t-60.5 -100t-90.5 -72 t-113 -44q160 -30 241.5 -123.5t81.5 -234.5q0 -89 -36 -165t-98.5 -131.5t-147 -86.5t-184.5 -31q-124 0 -206.5 33t-135.5 86.5t-83 119t-48 131.5z" />
<glyph unicode="4" d="M65 488l728 963h87v-957h265v-54q0 -11 -6.5 -17.5t-21.5 -6.5h-237v-416h-88v416h-683q-15 0 -23.5 6.5t-11.5 17.5zM171 494h621v758q0 17 1 37t4 40z" />
<glyph unicode="5" d="M152 113l28 40q10 15 30 15q13 0 38 -15.5t64.5 -34t93.5 -33.5t125 -15q84 0 157 27t126.5 78t84 126.5t30.5 170.5q0 78 -23 143.5t-69.5 112t-118 72.5t-167.5 26q-58 0 -124 -9t-139 -30l-64 20l114 642h651v-42q0 -20 -13.5 -34t-43.5 -14h-524l-87 -483 q69 17 130 24.5t117 7.5q113 0 199 -32t144 -90t87.5 -138t29.5 -174q0 -115 -40 -205.5t-108 -154t-159 -97t-194 -33.5q-60 0 -114.5 10.5t-102.5 28.5t-87.5 41.5t-70.5 48.5z" />
<glyph unicode="6" d="M139 461q0 85 43 192t142 240l395 532q17 24 52 24h86l-432 -564q-32 -42 -58.5 -79t-48.5 -73q60 62 143.5 97.5t181.5 35.5q93 0 172 -30.5t136 -86.5t89 -135t32 -178q0 -98 -35.5 -181t-98 -143.5t-151 -94t-193.5 -33.5q-101 0 -185 32.5t-144 94t-93 150t-33 200.5 zM234 437q0 -81 25.5 -149.5t71.5 -118t112.5 -77t149.5 -27.5q88 0 158.5 27.5t120.5 76t76.5 115.5t26.5 146q0 83 -26 150t-74 113.5t-113.5 72t-145.5 25.5q-90 0 -161 -31.5t-120 -81t-75 -113t-26 -128.5z" />
<glyph unicode="7" d="M133 1386v63h964v-44q0 -17 -3.5 -30t-9.5 -22l-664 -1316q-8 -16 -22 -26.5t-37 -10.5h-66l669 1311q13 27 31 48h-835q-11 0 -19 8t-8 19z" />
<glyph unicode="8" d="M123 383q0 80 23 142.5t65 108.5t100 76.5t127 46.5q-63 18 -112.5 50t-82.5 76t-50.5 97.5t-17.5 115.5q0 77 29 144.5t83.5 117.5t132 78.5t174.5 28.5q96 0 173.5 -28.5t132 -78.5t84 -118t29.5 -144q0 -61 -17.5 -115t-51.5 -98t-83 -76t-112 -50q70 -15 127.5 -46 t99.5 -77t65.5 -108.5t23.5 -142.5q0 -92 -35 -166t-97 -126t-148.5 -79.5t-190.5 -27.5t-191 27.5t-148.5 79.5t-96.5 126t-35 166zM223 384q0 -73 26.5 -132t75.5 -101.5t117.5 -66t151.5 -23.5t151 23.5t117 66t76 101.5t27 132q0 95 -35 158.5t-89.5 101.5t-120 54 t-126.5 16t-127 -16t-120 -54t-89 -101.5t-35 -158.5zM270 1095q0 -58 19 -112.5t59 -97t101 -67.5t145 -25q83 0 144 25t101 67.5t58.5 96.5t18.5 113q0 62 -21.5 116t-62.5 94t-101 62.5t-137 22.5t-137.5 -22.5t-102 -62.5t-63 -94t-21.5 -116z" />
<glyph unicode="9" d="M176 1030q0 93 34.5 172.5t96 138t146 91.5t184.5 33q96 0 176.5 -32.5t138.5 -92.5t90 -143.5t32 -185.5q0 -56 -11.5 -107.5t-34.5 -102.5t-56 -105t-75 -115l-380 -557q-15 -24 -50 -24h-88l428 598q31 43 57 81.5t47 74.5q-59 -66 -143.5 -102t-180.5 -36 q-89 0 -164.5 29.5t-130 83.5t-85.5 130.5t-31 170.5zM273 1036q0 -80 25 -144t69.5 -108.5t107.5 -68t139 -23.5q87 0 155.5 30t115.5 78t71 108t24 121q0 79 -25.5 144.5t-71.5 112t-109 72.5t-138 26q-80 0 -147 -25.5t-114.5 -71.5t-74.5 -110t-27 -141z" />
<glyph unicode=":" horiz-adv-x="486" d="M148 79q0 19 7.5 36.5t20 30.5t29.5 20.5t38 7.5q19 0 36.5 -7.5t30.5 -20.5t20.5 -30.5t7.5 -36.5q0 -20 -7.5 -37t-20.5 -30t-30.5 -20t-36.5 -7q-40 0 -67.5 27t-27.5 67zM148 895q0 19 7.5 36.5t20 30.5t29.5 20.5t38 7.5q19 0 36.5 -7.5t30.5 -20.5t20.5 -30.5 t7.5 -36.5q0 -20 -7.5 -37t-20.5 -30t-30.5 -20t-36.5 -7q-40 0 -67.5 27t-27.5 67z" />
<glyph unicode=";" horiz-adv-x="486" d="M148 895q0 19 7.5 36.5t20 30.5t29.5 20.5t38 7.5q19 0 36.5 -7.5t30.5 -20.5t20.5 -30.5t7.5 -36.5q0 -20 -7.5 -37t-20.5 -30t-30.5 -20t-36.5 -7q-40 0 -67.5 27t-27.5 67zM154 87q0 36 24.5 61.5t64.5 25.5q44 0 68 -30t24 -79q0 -42 -11 -86t-31.5 -85.5t-49 -80.5 t-63.5 -72l-15 15q-8 8 -8 18q0 5 3 10t7 9q10 10 26 30t32 47.5t28.5 60t16.5 69.5q-6 -2 -13.5 -3t-16.5 -1q-38 0 -62 25.5t-24 65.5z" />
<glyph unicode="&#x3c;" d="M164 667v42l768 394v-67q0 -11 -6 -19t-22 -17l-566 -286q-34 -17 -74 -27q43 -9 74 -25l566 -288q15 -8 21.5 -16.5t6.5 -19.5v-67z" />
<glyph unicode="=" d="M170 494v75h847v-75h-847zM170 814v76h847v-76h-847z" />
<glyph unicode="&#x3e;" d="M257 271v67q0 11 6 20t21 16l567 288q32 16 73 25q-20 5 -38 12t-35 15l-567 286q-27 14 -27 36v67l768 -394v-42z" />
<glyph unicode="?" horiz-adv-x="758" d="M34 1323q28 28 62.5 53.5t76 45.5t90.5 31.5t107 11.5q72 0 135 -21.5t111 -61.5t76 -97.5t28 -129.5q0 -78 -24 -134t-61 -98.5t-80 -75t-80.5 -60.5t-63.5 -57t-28 -63l-12 -168h-67l-5 175v5q0 42 24.5 73.5t61 61.5t79 60.5t79 69t61 88.5t24.5 119q0 55 -21.5 98.5 t-58.5 74t-85 46t-101 15.5q-68 0 -117 -17.5t-83 -39.5t-53.5 -40t-26.5 -18q-15 0 -23 12zM241 79q0 19 7 36.5t20 30.5t29.5 20.5t37.5 7.5q19 0 36.5 -7.5t30.5 -20.5t20.5 -30.5t7.5 -36.5q0 -20 -7.5 -37t-20.5 -30t-30.5 -20t-36.5 -7q-40 0 -67 27t-27 67z" />
<glyph unicode="@" horiz-adv-x="1682" d="M111 562q0 171 60 317.5t164.5 254t244 168.5t298.5 61q137 0 263 -42.5t222.5 -127t154.5 -209.5t58 -290q0 -112 -29.5 -204t-81.5 -158t-121.5 -102.5t-148.5 -36.5q-90 0 -135.5 47.5t-47.5 136.5q-57 -95 -129.5 -137.5t-156.5 -42.5q-57 0 -99 20t-70 54.5 t-41.5 81.5t-13.5 102q0 87 33 174.5t97 157.5t157.5 114t211.5 44q54 0 102 -9t86 -27l-93 -355q-12 -47 -18 -84.5t-6 -67.5q0 -45 11.5 -73t30.5 -44.5t43.5 -22t50.5 -5.5q58 0 111.5 30.5t94.5 87.5t65 138t24 181q0 152 -49.5 265t-135 188t-199 111.5t-241.5 36.5 q-140 0 -266 -54t-220.5 -151.5t-150.5 -232t-56 -295.5q0 -181 58 -319t157.5 -230.5t232 -140t281.5 -47.5q152 0 277.5 35t227.5 101q7 5 18 5q14 0 20 -14l16 -38q-115 -76 -253 -117t-306 -41q-169 0 -315 54t-254.5 157t-171 252.5t-62.5 342.5zM582 457 q0 -41 10 -76.5t30.5 -61t50.5 -40.5t71 -15q37 0 76.5 12.5t76 44.5t68 87t53.5 140l82 317q-25 7 -51 11t-61 4q-92 0 -167.5 -37.5t-128 -98t-81.5 -135.5t-29 -152z" />
<glyph unicode="A" horiz-adv-x="1319" d="M15 0l593 1449h105l593 -1449h-81q-14 0 -23.5 7.5t-14.5 20.5l-171 421h-712l-170 -421q-4 -11 -14 -19.5t-25 -8.5h-80zM336 526h649l-296 732q-7 17 -14 39.5t-15 47.5q-7 -25 -14 -47t-14 -41z" />
<glyph unicode="B" horiz-adv-x="1312" d="M215 0v1449h417q124 0 214.5 -24.5t150 -72t88.5 -116.5t29 -156q0 -57 -20 -110.5t-58 -98.5t-92.5 -78t-125.5 -51q171 -26 263.5 -113.5t92.5 -232.5q0 -92 -33 -165.5t-95.5 -125t-153.5 -78.5t-207 -27h-470zM319 84h364q191 0 288.5 82.5t97.5 231.5q0 69 -26 124 t-75 93t-121 58.5t-163 20.5h-365v-610zM319 771h315q100 0 171.5 25.5t117 67.5t67 95.5t21.5 109.5q0 146 -93 221.5t-286 75.5h-313v-595z" />
<glyph unicode="C" horiz-adv-x="1440" d="M127 725q0 165 51.5 301t145.5 234t224.5 151.5t288.5 53.5q79 0 144.5 -11.5t122 -33.5t107 -55t98.5 -76l-32 -46q-8 -12 -26 -12q-9 0 -23.5 10.5t-36.5 26.5t-53 35t-74 35t-99.5 26.5t-127.5 10.5q-132 0 -243 -45.5t-190.5 -130t-124.5 -205t-45 -269.5 q0 -154 44.5 -274.5t122 -204t183.5 -128t230 -44.5q78 0 139 10t112 30.5t95 50.5t87 69q5 4 10 7t11 3q10 0 17 -7l41 -44q-45 -48 -98 -86.5t-116 -66t-138.5 -42t-165.5 -14.5q-151 0 -276 52.5t-215 149.5t-140 234t-50 305z" />
<glyph unicode="D" horiz-adv-x="1556" d="M215 0v1449h528q155 0 282 -50t218 -144.5t141.5 -228.5t50.5 -301q0 -168 -50.5 -302t-141.5 -228.5t-218 -144.5t-282 -50h-528zM321 85h422q131 0 239 43t184 125t118 200.5t42 271.5q0 152 -42 270.5t-118 200.5t-184 125t-239 43h-422v-1279z" />
<glyph unicode="E" horiz-adv-x="1210" d="M215 0v1449h868v-87h-762v-586h634v-85h-634v-604h762v-87h-868z" />
<glyph unicode="F" horiz-adv-x="1171" d="M215 0v1449h868v-87h-762v-609h660v-87h-660v-666h-106z" />
<glyph unicode="G" horiz-adv-x="1532" d="M127 725q0 168 51 304.5t145.5 233.5t229 149.5t301.5 52.5q83 0 153 -11t130.5 -33t113 -54.5t100.5 -74.5l-28 -45q-9 -15 -26 -15q-9 0 -17 4q-15 6 -44.5 28.5t-79 47t-124.5 44t-181 19.5q-141 0 -255 -45t-194 -129t-124 -204.5t-44 -271.5q0 -154 44.5 -275.5 t123.5 -206t190 -129.5t246 -45q75 0 136 7.5t114 23t100.5 37.5t95.5 49v391h-278q-11 0 -19 7t-8 16v57h400v-515q-54 -38 -112.5 -67.5t-125 -49.5t-143 -30.5t-168.5 -10.5q-157 0 -286 52.5t-222 149.5t-144 234t-51 305z" />
<glyph unicode="H" horiz-adv-x="1548" d="M215 0v1449h106v-676h907v676h105v-1449h-105v694h-907v-694h-106z" />
<glyph unicode="I" horiz-adv-x="612" d="M253 0v1449h105v-1449h-105z" />
<glyph unicode="J" horiz-adv-x="929" d="M91 13q2 14 3.5 28.5t2.5 29.5q2 9 8 16t20 7q9 0 22 -3.5t31 -7.5t41 -7.5t53 -3.5q78 0 140.5 24.5t106.5 75t67 128t23 181.5v968h106v-966q0 -122 -30.5 -215t-86 -156.5t-136 -95.5t-180.5 -32q-46 0 -93.5 7t-97.5 22z" />
<glyph unicode="K" horiz-adv-x="1351" d="M246 0v1451h104v-671h86q19 0 33.5 1.5t26.5 6.5t22 12t22 18l584 601q16 16 30 23t35 7h85l-633 -650q-19 -20 -34 -31.5t-34 -18.5q22 -6 39 -19t34 -34l668 -696h-85q-27 0 -38 7.5t-24 20.5l-613 626q-11 11 -20.5 19.5t-21 14t-28 8t-41.5 2.5h-93v-698h-104z" />
<glyph unicode="L" horiz-adv-x="1047" d="M215 0v1449h104v-1360h688v-89h-792z" />
<glyph unicode="M" horiz-adv-x="1861" d="M215 0v1449h72q14 0 22.5 -3t17.5 -16l584 -1008q15 -29 27 -62q6 16 12.5 32.5t15.5 30.5l569 1007q8 13 16.5 16t22.5 3h73v-1449h-93v1235q0 27 4 56l-571 -1012q-14 -27 -41 -27h-16q-26 0 -41 27l-586 1013q3 -30 3 -57v-1235h-91z" />
<glyph unicode="N" horiz-adv-x="1548" d="M215 0v1449h51q14 0 22.5 -3.5t17.5 -15.5l938 -1256q-3 31 -3 59v1216h92v-1449h-50q-24 0 -38 20l-942 1258q3 -31 3 -58v-1220h-91z" />
<glyph unicode="O" horiz-adv-x="1633" d="M126 725q0 167 50.5 303.5t142 233.5t218.5 150t279 53q155 0 282 -52.5t218 -150t141 -234t50 -303.5q0 -168 -50 -304.5t-141 -233.5t-218 -149.5t-282 -52.5q-153 0 -279.5 52.5t-218 149.5t-142 233.5t-50.5 304.5zM233 725q0 -153 42.5 -273t120 -204t184.5 -128 t236 -44q131 0 238.5 44t184 128t118.5 204t42 273q0 152 -42 272.5t-118.5 204.5t-184 128.5t-238.5 44.5q-129 0 -236 -44.5t-184.5 -128.5t-120 -204.5t-42.5 -272.5z" />
<glyph unicode="P" horiz-adv-x="1215" d="M246 0v1449h374q255 0 384.5 -111.5t129.5 -318.5q0 -95 -35.5 -175t-102 -138t-162 -90t-214.5 -32h-270v-584h-104zM350 668h270q96 0 171.5 26.5t128.5 73.5t81 111t28 140q0 167 -103 257t-306 90h-270v-698z" />
<glyph unicode="Q" horiz-adv-x="1633" d="M126 725q0 167 50.5 303.5t142 233.5t218.5 150t279 53q155 0 282 -52.5t218 -150t141 -234t50 -303.5q0 -110 -22 -206.5t-63 -178t-99.5 -146t-132.5 -110.5l377 -403h-88q-20 0 -37 5.5t-29 19.5l-309 334q-65 -27 -136.5 -41t-151.5 -14q-153 0 -279.5 52.5 t-218 149.5t-142 233.5t-50.5 304.5zM233 725q0 -153 42.5 -273t120 -204t184.5 -128t236 -44q131 0 238.5 44t184 128t118.5 204t42 273q0 152 -42 272.5t-118.5 204.5t-184 128.5t-238.5 44.5q-129 0 -236 -44.5t-184.5 -128.5t-120 -204.5t-42.5 -272.5z" />
<glyph unicode="R" horiz-adv-x="1292" d="M246 0v1449h369q251 0 375 -97t124 -284q0 -83 -28.5 -151.5t-82.5 -120.5t-129.5 -85t-171.5 -43q25 -15 44 -41l499 -627h-91q-16 0 -28 6t-23 21l-464 587q-17 23 -37 32t-62 9h-190v-655h-104zM350 733h252q96 0 172.5 23t129 66t80.5 103.5t28 136.5 q0 155 -101.5 229.5t-295.5 74.5h-265v-633z" />
<glyph unicode="S" horiz-adv-x="1070" d="M89 173l29 45q12 15 28 15q9 0 23.5 -12t35 -30t49.5 -39t66.5 -39t87 -30t111.5 -12q86 0 153.5 26t114.5 71t71.5 107t24.5 133q0 77 -31.5 126.5t-82.5 82.5t-116 55.5t-133.5 44t-133.5 48.5t-116.5 68t-82.5 103t-31 156q0 73 27.5 140t80.5 119t131.5 83t178.5 31 q113 0 202.5 -35.5t163.5 -109.5l-25 -47q-9 -17 -26 -18q-13 0 -34 19t-57 42t-90 42.5t-133 19.5t-138.5 -22.5t-100 -61.5t-61.5 -90t-21 -107q0 -74 31 -122t82.5 -82t116.5 -57t133.5 -45.5t133.5 -49.5t116.5 -68t82.5 -101t31 -149q0 -91 -31 -171.5t-90.5 -140 t-145.5 -93.5t-197 -34q-143 0 -246.5 50.5t-181.5 138.5z" />
<glyph unicode="T" horiz-adv-x="1197" d="M36 1360v89h1125v-89h-509v-1360h-104v1360h-512z" />
<glyph unicode="U" horiz-adv-x="1502" d="M202 553v896h105v-895q0 -101 30.5 -188.5t87 -152.5t139 -101.5t187.5 -36.5q104 0 186.5 36t140 100.5t87.5 152.5t30 189v896h104v-896q0 -120 -37.5 -224t-109 -181t-173 -121t-228.5 -44t-229 44t-173 121t-109 181t-38 224z" />
<glyph unicode="V" horiz-adv-x="1319" d="M15 1449h83q14 0 23.5 -7.5t14.5 -20.5l494 -1202q19 -47 32 -100q11 55 29 100l493 1202q5 11 14.5 19.5t24.5 8.5h82l-598 -1449h-94z" />
<glyph unicode="W" horiz-adv-x="2021" d="M17 1449h87q30 0 38 -28l366 -1191q6 -20 10.5 -43.5t9.5 -49.5q5 26 10.5 49.5t12.5 43.5l410 1191q4 11 14 19.5t24 8.5h29q14 0 23.5 -7.5t14.5 -20.5l410 -1191q7 -20 12.5 -42.5t10.5 -48.5q5 25 9 48t11 43l365 1191q3 11 14 19.5t25 8.5h80l-456 -1449h-94 l-428 1257q-8 25 -14 53q-6 -28 -15 -53l-429 -1257h-93z" />
<glyph unicode="X" horiz-adv-x="1227" d="M17 0l524 743l-500 706h103q14 0 21 -6t12 -15l440 -634q3 8 7 15.5t9 15.5l425 602q6 8 13 15t18 7h100l-501 -700l521 -749h-103q-14 0 -22.5 8.5t-13.5 17.5l-457 667q-4 -15 -14 -29l-448 -638q-7 -9 -16.5 -17.5t-21.5 -8.5h-96z" />
<glyph unicode="Y" horiz-adv-x="1227" d="M26 1449h91q14 0 22.5 -6.5t17.5 -19.5l414 -665q14 -24 24.5 -46t18.5 -44q8 23 18.5 44.5t24.5 45.5l414 665q6 11 15.5 18.5t23.5 7.5h92l-535 -851v-598h-106v598z" />
<glyph unicode="Z" horiz-adv-x="1296" d="M118 0v38q0 19 12 37l922 1287h-908v87h1047v-36q0 -22 -14 -42l-920 -1284h926v-87h-1065z" />
<glyph unicode="[" horiz-adv-x="614" d="M179 -270v1823h326v-36q0 -13 -9 -21.5t-23 -8.5h-211v-1691h211q14 0 23 -8t9 -21v-37h-326z" />
<glyph unicode="\" horiz-adv-x="732" d="M-8 1490h42q40 0 55 -38l637 -1538h-40q-17 0 -33.5 9.5t-24.5 30.5z" />
<glyph unicode="]" horiz-adv-x="614" d="M110 -233q0 13 8 21t22 8h211v1691h-211q-14 0 -22 8t-8 22v36h324v-1823h-324v37z" />
<glyph unicode="^" d="M208 819l349 630h61l350 -630h-70q-11 0 -20 7t-14 17l-247 446q-9 17 -16 32.5t-12 32.5q-5 -16 -12 -32t-16 -33l-246 -446q-5 -8 -13 -16t-21 -8h-73z" />
<glyph unicode="_" horiz-adv-x="806" d="M0 -210h807v-70h-807v70z" />
<glyph unicode="`" horiz-adv-x="599" d="M88 1465h94q25 0 37 -7t24 -25l160 -244h-55q-12 0 -21 3.5t-17 13.5z" />
<glyph unicode="a" horiz-adv-x="996" d="M110 247q0 65 36.5 120t115 96t202 65.5t296.5 28.5v107q0 141 -61 217t-181 76q-74 0 -125.5 -20.5t-87.5 -45t-58.5 -45t-37.5 -20.5q-20 0 -31 19l-17 29q80 80 168 121t199 41q82 0 143.5 -26t102 -74.5t61 -117.5t20.5 -154v-664h-39q-31 0 -38 29l-14 130 q-42 -41 -83.5 -74t-86.5 -55.5t-97.5 -34t-114.5 -11.5q-52 0 -101.5 15t-87 47t-60.5 81.5t-23 119.5zM204 251q0 -51 17 -88.5t44.5 -61.5t64.5 -35.5t77 -11.5q59 0 108.5 13t92 36t79.5 54.5t73 68.5v266q-145 -4 -250.5 -22t-173.5 -49t-100 -73.5t-32 -96.5z" />
<glyph unicode="b" horiz-adv-x="1118" d="M176 0v1490h98v-649q68 90 157 142t201 52q187 0 292 -129.5t105 -389.5q0 -112 -29 -208.5t-86 -167.5t-139.5 -112t-189.5 -41q-106 0 -183 41.5t-133 122.5l-6 -125q-3 -26 -27 -26h-60zM274 222q58 -88 129 -123.5t163 -35.5q90 0 158 33t113.5 93t68.5 143.5 t23 183.5q0 227 -84 334t-241 107q-101 0 -183 -52t-147 -145v-538z" />
<glyph unicode="c" horiz-adv-x="931" d="M90 510q0 117 31 213t89.5 165.5t144 108t196.5 38.5q99 0 176.5 -31.5t134.5 -85.5l-25 -35q-5 -5 -10 -9t-13 -4q-10 0 -28 14t-47.5 30.5t-74 30t-108.5 13.5q-88 0 -156 -31t-114.5 -89.5t-71.5 -141.5t-25 -186q0 -108 25.5 -190.5t71.5 -139.5t111.5 -87t145.5 -30 q74 0 123.5 17.5t81.5 38t51 38t30 17.5q13 0 21 -10l27 -33q-24 -31 -60 -57.5t-81 -46t-97.5 -30t-110.5 -10.5q-97 0 -177.5 35t-138 102t-90 164.5t-32.5 221.5z" />
<glyph unicode="d" horiz-adv-x="1118" d="M89 507q0 112 29 208.5t86 167.5t139.5 112t190.5 41q103 0 178.5 -38.5t131.5 -111.5v604h98v-1490h-54q-26 0 -30 27l-10 160q-68 -92 -158.5 -146t-203.5 -54q-187 0 -292 130t-105 390zM189 507q0 -227 84 -334t241 -107q101 0 183 52t147 145v538 q-59 87 -130.5 122.5t-161.5 35.5t-157.5 -32.5t-113 -92.5t-69 -143.5t-23.5 -183.5z" />
<glyph unicode="e" horiz-adv-x="1046" d="M90 530q0 110 31.5 202.5t90 159.5t144 105t194.5 38q86 0 159 -29.5t127 -86.5t84 -140t30 -190q0 -23 -6.5 -31t-20.5 -8h-737v-20q0 -115 27 -201.5t76 -145.5t118.5 -88.5t155.5 -29.5q77 0 133.5 16.5t94.5 37.5t60.5 38t33.5 17q13 0 20 -10l27 -33 q-25 -31 -65.5 -57.5t-90 -45.5t-106.5 -30t-114 -11q-104 0 -190 36t-147.5 106t-95 170.5t-33.5 230.5zM190 612h672q0 82 -22.5 147t-63.5 110t-98 69.5t-127 24.5q-79 0 -141.5 -25t-108 -71t-74 -110.5t-37.5 -144.5z" />
<glyph unicode="f" horiz-adv-x="659" d="M31 947v40h173v129q0 87 22.5 153t63.5 110t98.5 66t127.5 22q32 0 64 -5.5t57 -15.5l-3 -47q-1 -14 -20 -15q-12 0 -33 3.5t-52 3.5q-50 0 -92.5 -15t-73 -48t-47.5 -85.5t-17 -129.5v-126h331v-73h-329v-914h-97v912l-144 10q-29 1 -29 25z" />
<glyph unicode="g" horiz-adv-x="1033" d="M77 -108q0 81 53 139.5t146 90.5q-51 17 -81 50t-30 91q0 22 8 45.5t24.5 46.5t39.5 43.5t54 36.5q-73 42 -113.5 111.5t-40.5 163.5q0 74 26 133.5t74 102.5t115.5 66.5t149.5 23.5q67 0 123.5 -16t101.5 -46h261v-34q0 -26 -29 -28l-154 -11q29 -39 44 -87.5t15 -103.5 q0 -74 -26.5 -134t-74 -102.5t-114 -66t-147.5 -23.5q-88 0 -160 27q-43 -25 -67.5 -59t-24.5 -65q0 -44 30.5 -67.5t81.5 -34.5t116 -14t132 -6.5t132 -13t115.5 -32.5t81.5 -64.5t31 -109.5q0 -63 -32 -122t-92 -104t-145 -72t-190 -27q-108 0 -188.5 22t-135.5 59.5 t-82.5 86.5t-27.5 104zM164 -96q0 -45 23 -83.5t67.5 -66.5t109 -44.5t148.5 -16.5q78 0 145 17.5t116.5 49t78 75.5t28.5 96q0 48 -25.5 77.5t-67.5 46t-96.5 23t-114.5 9.5t-120.5 6t-112.5 12q-39 -15 -72 -35t-57 -45t-37 -55t-13 -66zM227 708q0 -57 18.5 -104.5 t54 -81.5t86.5 -52.5t116 -18.5q66 0 117 18.5t85.5 52.5t52.5 81t18 105q0 57 -18.5 104.5t-53.5 81.5t-86 52.5t-115 18.5q-65 0 -116 -18.5t-86.5 -52.5t-54 -81.5t-18.5 -104.5z" />
<glyph unicode="h" horiz-adv-x="1107" d="M166 0v1490h97v-645q71 87 161.5 138.5t203.5 51.5q84 0 148 -26.5t106 -76.5t63.5 -121t21.5 -160v-651h-98v651q0 143 -65.5 224.5t-200.5 81.5q-100 0 -186 -51.5t-154 -141.5v-764h-97z" />
<glyph unicode="i" horiz-adv-x="486" d="M154 1370q0 18 7 35t19.5 29.5t28.5 19.5t35 7q18 0 34.5 -7t28.5 -19.5t20 -29t8 -35.5q0 -18 -8 -34t-20 -28.5t-28.5 -19.5t-34.5 -7t-34.5 7t-29 19.5t-19.5 28.5t-7 34zM195 0v1019h97v-1019h-97z" />
<glyph unicode="j" horiz-adv-x="482" d="M-51 -356l5 49q1 12 14 12q8 0 23 -4t41 -4q83 0 123 45t40 128v1149h97v-1149q0 -53 -15.5 -98t-45.5 -78.5t-75.5 -52.5t-107.5 -19q-30 0 -53 5.5t-46 16.5zM154 1370q0 18 7 35t19.5 29.5t28.5 19.5t35 7q18 0 34.5 -7t28.5 -19.5t20 -29t8 -35.5q0 -18 -8 -34 t-20 -28.5t-28.5 -19.5t-34.5 -7t-34.5 7t-29 19.5t-19.5 28.5t-7 34z" />
<glyph unicode="k" horiz-adv-x="1007" d="M176 0v1490h98v-908h48q14 0 26.5 4t28.5 19l408 388q11 11 23 18.5t31 7.5h86l-450 -427q-10 -10 -19.5 -19t-20.5 -15q16 -8 27.5 -19.5t23.5 -24.5l472 -514h-85q-14 0 -25 5.5t-23 18.5l-428 458q-17 18 -31.5 25t-44.5 7h-47v-514h-98z" />
<glyph unicode="l" horiz-adv-x="486" d="M195 0v1490h97v-1490h-97z" />
<glyph unicode="m" horiz-adv-x="1629" d="M166 0v1019h53q27 0 31 -26l9 -147q30 42 63.5 76.5t72 60t82 39t91.5 13.5q112 0 178.5 -65t90.5 -180q18 63 51.5 109t76.5 76.5t93.5 45t103.5 14.5q76 0 136.5 -25t103 -74t65 -121t22.5 -164v-651h-98v651q0 150 -64.5 228t-184.5 78q-53 0 -102 -19t-86.5 -57.5 t-59.5 -96t-22 -133.5v-651h-97v651q0 148 -59.5 227t-172.5 79q-83 0 -154 -49.5t-126 -137.5v-770h-97z" />
<glyph unicode="n" horiz-adv-x="1107" d="M166 0v1019h53q27 0 31 -26l9 -153q70 88 162.5 141.5t206.5 53.5q84 0 148 -26.5t106 -76.5t63.5 -121t21.5 -160v-651h-98v651q0 143 -65.5 224.5t-200.5 81.5q-100 0 -186 -51.5t-154 -141.5v-764h-97z" />
<glyph unicode="o" horiz-adv-x="1107" d="M89 510q0 120 31.5 216.5t91 165.5t146 106t196.5 37t196.5 -37t145.5 -106t90.5 -165.5t31.5 -216.5t-31.5 -216t-90.5 -165t-145.5 -105.5t-196.5 -36.5t-196.5 36.5t-146 105.5t-91 165t-31.5 216zM189 510q0 -102 23.5 -184.5t69 -141t113.5 -90t159 -31.5t159 31.5 t113.5 90t68.5 141t23 184.5q0 101 -23 184t-68.5 142t-113.5 90.5t-159 31.5t-159 -31.5t-113.5 -90.5t-69 -142t-23.5 -184z" />
<glyph unicode="p" horiz-adv-x="1095" d="M166 -360v1379h53q13 0 21.5 -5.5t9.5 -20.5l9 -157q68 92 158.5 146t203.5 54q188 0 292.5 -130t104.5 -390q0 -112 -29.5 -208.5t-85.5 -167.5t-138.5 -112t-190.5 -41q-104 0 -180 37.5t-131 112.5v-497h-97zM263 223q58 -88 129.5 -124t162.5 -36q90 0 157.5 33 t113 93t69 143.5t23.5 183.5q0 227 -83.5 334t-241.5 107q-101 0 -183.5 -52.5t-146.5 -146.5v-535z" />
<glyph unicode="q" horiz-adv-x="1118" d="M89 507q0 112 29 208.5t86 167.5t139.5 112t190.5 41q105 0 182.5 -40t132.5 -117l9 114q1 26 30 26h54v-1379h-98v541q-68 -90 -157.5 -142t-200.5 -52q-187 0 -292 130t-105 390zM189 507q0 -227 84 -334t241 -107q101 0 183 52t147 145v539q-55 84 -128 120.5 t-164 36.5q-90 0 -157.5 -32.5t-113 -92.5t-69 -143.5t-23.5 -183.5z" />
<glyph unicode="r" horiz-adv-x="813" d="M166 0v1019h51q17 0 25 -7t9 -25l8 -215q49 124 131 194t202 70q46 0 85 -9.5t74 -28.5l-14 -67q-3 -16 -20 -17q-6 0 -17.5 4.5t-28.5 9.5t-41.5 9t-56.5 4q-116 0 -190 -71.5t-120 -206.5v-663h-97z" />
<glyph unicode="s" horiz-adv-x="880" d="M91 108l24 34q5 8 11 12.5t17 4.5q13 0 33 -16.5t51 -35.5t77.5 -35.5t115.5 -16.5q65 0 114 18t81.5 49t49.5 72.5t17 87.5q0 51 -24.5 84.5t-64.5 57t-90.5 40t-104.5 33t-104.5 36t-90.5 49t-64.5 72t-24.5 106.5q0 54 23.5 104t67 88t106 60.5t140.5 22.5 q93 0 165 -26.5t133 -81.5l-22 -34q-7 -14 -22 -14q-11 0 -29.5 12.5t-47.5 28.5t-71.5 29t-103.5 13q-55 0 -101 -16t-78 -42.5t-50 -62t-18 -74.5q0 -48 24.5 -80t64.5 -54.5t90.5 -38.5t104 -32.5t104 -36.5t90.5 -50t64.5 -73t24.5 -104q0 -67 -24 -124t-69.5 -99 t-112 -66.5t-151.5 -24.5q-108 0 -186 34.5t-139 89.5z" />
<glyph unicode="t" horiz-adv-x="730" d="M53 938v38l174 12l25 365q1 9 7.5 16t18.5 7h46v-389h320v-73h-320v-691q0 -42 10.5 -72t29.5 -49.5t44.5 -29t55.5 -9.5q37 0 63.5 11t46 24t31.5 23.5t20 10.5t16 -10l27 -43q-39 -43 -99 -69t-125 -26q-103 0 -161 57t-58 177v696h-146q-11 0 -18.5 6.5t-7.5 17.5z " />
<glyph unicode="u" horiz-adv-x="1107" d="M140 368v651h99v-651q0 -143 65.5 -225t199.5 -82q99 0 185 51t155 141v766h98v-1019h-54q-29 0 -30 27l-9 151q-71 -88 -163.5 -141t-206.5 -53q-85 0 -148.5 26.5t-105.5 76.5t-63.5 121t-21.5 160z" />
<glyph unicode="v" horiz-adv-x="997" d="M26 1019h76q14 0 23 -7.5t13 -17.5l336 -804q10 -24 15 -45l11 -43q5 22 10.5 44t14.5 44l338 804q5 11 14 18t21 7h74l-430 -1019h-86z" />
<glyph unicode="w" horiz-adv-x="1509" d="M23 1019h74q14 0 23.5 -7.5t12.5 -17.5l257 -804q7 -24 11 -45l9 -43q5 22 11 43.5t14 44.5l274 811q7 23 28 23h40q23 0 30 -23l269 -811q15 -46 25 -89q4 22 8.5 44t12.5 45l258 804q8 25 35 25h72l-341 -1019h-72q-16 0 -23 22l-280 827q-5 15 -9 30.5t-7 30.5 q-3 -15 -7 -30.5t-9 -30.5l-282 -827q-6 -22 -25 -22h-68z" />
<glyph unicode="x" horiz-adv-x="943" d="M36 0l368 521l-354 498h93q14 0 21 -6t12 -15l299 -432q4 17 18 37l279 394q5 9 13 15.5t18 6.5h90l-356 -493l370 -526h-93q-14 0 -22.5 8.5t-13.5 17.5l-309 450q-5 -20 -15 -35l-297 -417q-7 -9 -15 -16.5t-19 -7.5h-87z" />
<glyph unicode="y" horiz-adv-x="997" d="M23 1019h80q15 0 24 -7.5t13 -17.5l343 -792q6 -15 11 -31t9 -33q5 16 10.5 32t11.5 32l339 792q5 11 14.5 18t20.5 7h75l-586 -1347q-6 -14 -16 -23t-28 -9h-70l180 398z" />
<glyph unicode="z" horiz-adv-x="925" d="M76 0v39q0 17 15 38l640 865h-621v77h736v-41q0 -22 -15 -39l-637 -862h626v-77h-744z" />
<glyph unicode="{" horiz-adv-x="614" d="M65 610v63q36 0 65.5 11t50.5 32t32 49.5t11 61.5q0 56 -9.5 109.5t-21 107t-21 107t-9.5 111.5q0 62 19.5 115.5t56 92.5t90.5 61t122 22h56v-43q0 -11 -9 -17t-17 -6h-34q-44 0 -80 -15.5t-62 -44t-41 -69.5t-15 -91q0 -58 9 -113.5t20.5 -109.5t20.5 -107.5t9 -108.5 q0 -38 -12.5 -69.5t-33.5 -55t-48.5 -39.5t-56.5 -23q30 -6 57 -22t48 -40t33.5 -55t12.5 -69q0 -54 -9 -108t-20.5 -108.5t-20.5 -109.5t-9 -113q0 -50 15 -91t41 -69.5t62 -44t80 -15.5h34q8 0 17 -6t9 -17v-43h-56q-68 0 -122 22t-90.5 61.5t-56 92.5t-19.5 116 q0 57 9.5 110.5t21 107t21 106.5t9.5 110q0 34 -11 62t-32 49t-50.5 32t-65.5 11z" />
<glyph unicode="|" horiz-adv-x="614" d="M268 -360v1913h77v-1913h-77z" />
<glyph unicode="}" horiz-adv-x="614" d="M108 -227q0 11 8 17t17 6h34q44 0 80.5 15.5t62.5 44t41 69.5t15 91q0 57 -9.5 112.5t-20.5 110t-20.5 108t-9.5 108.5q0 38 12.5 69t33.5 55t48 40t57 22q-30 7 -57 23t-48 39.5t-33.5 55.5t-12.5 69q0 54 9.5 108t20.5 108t20.5 109t9.5 114q0 50 -15 91t-41 69.5 t-62.5 44t-80.5 15.5h-34q-9 0 -17 6t-8 17v43h56q68 0 121.5 -22t90.5 -61t56.5 -92.5t19.5 -115.5q0 -57 -10 -111t-21 -107.5t-21 -106.5t-10 -110q0 -34 11.5 -62t32.5 -49t50 -32t65 -11v-63q-36 0 -65 -11t-50 -32t-32.5 -49.5t-11.5 -61.5q0 -56 10 -109.5t21 -107 t21 -107t10 -110.5q0 -62 -19.5 -115.5t-56.5 -93t-91 -61.5t-121 -22h-56v43z" />
<glyph unicode="~" d="M143 444q0 56 16.5 104.5t47.5 84.5t75.5 56.5t101.5 20.5q53 0 108 -20t108 -44.5t103.5 -44.5t94.5 -20q38 0 69 13.5t52.5 38t33.5 58.5t12 74h79q0 -56 -16 -104.5t-47 -84t-76 -56t-102 -20.5q-52 0 -107 20t-108.5 44.5t-104 44.5t-94.5 20q-39 0 -69 -14 t-51.5 -38.5t-33.5 -58.5t-13 -74h-79z" />
<glyph unicode="&#xa2;" d="M163 510q0 115 32.5 210.5t95.5 164.5t155 108.5t209 41.5l11 210q1 13 8.5 23t21.5 10h37l-12 -246q89 -8 158 -37.5t123 -76.5l-24 -34q-5 -5 -9.5 -9t-13.5 -4t-26 12t-45 27t-69 28.5t-98 18.5l-44 -895q77 2 129 19.5t86.5 37.5t54.5 36.5t31 16.5q8 0 12 -2t8 -7 l25 -32q-24 -30 -59 -55t-80 -44t-98.5 -30.5t-112.5 -13.5l-11 -215q-1 -13 -8.5 -22.5t-21.5 -9.5h-37l12 248q-98 6 -179 44t-139.5 104.5t-90 160t-31.5 212.5zM259 510q0 -100 24 -179.5t69.5 -136.5t109.5 -89.5t144 -39.5l45 893q-94 -3 -167 -35t-123 -90t-76 -140 t-26 -183z" />
<glyph unicode="&#xa3;" d="M69 647v33q0 15 9.5 25.5t26.5 10.5h169v301q0 95 27 177t79.5 142t132 94t183.5 34q78 0 137.5 -19t104 -51.5t76.5 -76.5t54 -93l-39 -23q-9 -5 -22 -5q-17 0 -31 17q-20 32 -43.5 62.5t-55 54t-75.5 37t-106 13.5q-80 0 -139.5 -26.5t-100.5 -74t-61.5 -114.5 t-20.5 -148v-301h490v-40q0 -11 -8.5 -20t-21.5 -9h-460v-311q0 -91 -37 -153t-101 -106q23 4 44.5 6t45.5 2h806v-41q0 -15 -12.5 -29.5t-33.5 -14.5h-993v67q35 13 68 33.5t58.5 50t40 69.5t14.5 93v334h-205z" />
<glyph unicode="&#xa5;" d="M87 1449h81q27 0 40 -26l354 -681q8 -20 15 -38t12 -35q9 34 26 73l354 681q5 11 14.5 18.5t24.5 7.5h82l-434 -818h356v-60h-375v-120h375v-60h-375v-391h-97v391h-375v60h375v120h-375v60h354z" />
<glyph unicode="&#xa9;" horiz-adv-x="1651" d="M87 725q0 101 26.5 196t74.5 177t115.5 149.5t149.5 115.5t176 74.5t196 26.5t196.5 -26.5t177 -74.5t150 -115.5t115 -149.5t74.5 -177t27 -196q0 -102 -27 -196.5t-74.5 -176.5t-115 -149.5t-150 -115.5t-176.5 -74.5t-197 -26.5q-101 0 -195.5 26.5t-176.5 74.5 t-149.5 115.5t-115.5 149.5t-74.5 176.5t-26.5 196.5zM147 725q0 -142 53 -266.5t145 -217.5t215.5 -146t264.5 -53t265.5 53t217 146t145.5 217.5t53 266.5t-53 266.5t-145.5 218t-216.5 147t-266 53.5q-141 0 -264.5 -53.5t-215.5 -147t-145 -218t-53 -266.5zM387 726 q0 102 34.5 187t96 146t146.5 95t186 34q53 0 97.5 -8t82.5 -22.5t71 -35.5t64 -49l-24 -34q-7 -11 -21 -11q-10 0 -27 13.5t-46.5 29t-76 29t-116.5 13.5q-85 0 -154.5 -27t-119.5 -77.5t-77 -122t-27 -160.5q0 -92 27 -164t75.5 -121.5t114.5 -75.5t145 -26q87 0 150 21 t118 64q12 10 23 10q5 0 9.5 -2t6.5 -4l32 -32q-60 -60 -142.5 -96t-200.5 -36q-98 0 -181 33.5t-141.5 94t-91.5 145.5t-33 189z" />
<glyph unicode="&#xad;" horiz-adv-x="680" d="M102 566v83h477v-83h-477z" />
<glyph unicode="&#xae;" horiz-adv-x="1651" d="M87 725q0 101 26.5 196t74.5 177t115.5 149.5t149.5 115.5t176 74.5t196 26.5t196.5 -26.5t177 -74.5t150 -115.5t115 -149.5t74.5 -177t27 -196q0 -102 -27 -196.5t-74.5 -176.5t-115 -149.5t-150 -115.5t-176.5 -74.5t-197 -26.5q-101 0 -195.5 26.5t-176.5 74.5 t-149.5 115.5t-115.5 149.5t-74.5 176.5t-26.5 196.5zM147 725q0 -142 53 -266.5t145 -217.5t215.5 -146t264.5 -53t265.5 53t217 146t145.5 217.5t53 266.5t-53 266.5t-145.5 218t-216.5 147t-266 53.5q-141 0 -264.5 -53.5t-215.5 -147t-145 -218t-53 -266.5zM552 272v907 h253q157 0 237 -59t80 -180q0 -102 -66 -167.5t-186 -82.5q12 -7 22 -16.5t19 -24.5l292 -377h-82q-10 0 -17.5 3.5t-13.5 13.5l-277 359q-8 11 -21 18t-40 7h-113v-401h-87zM639 738h152q124 0 184.5 50t60.5 143q0 94 -55 137t-176 43h-166v-373z" />
<glyph unicode="&#xb4;" horiz-adv-x="599" d="M212 1189l161 244q11 18 23.5 25t36.5 7h96l-221 -259q-8 -10 -16.5 -13.5t-21.5 -3.5h-58z" />
<glyph unicode="&#x2000;" horiz-adv-x="833" />
<glyph unicode="&#x2001;" horiz-adv-x="1667" />
<glyph unicode="&#x2002;" horiz-adv-x="833" />
<glyph unicode="&#x2003;" horiz-adv-x="1667" />
<glyph unicode="&#x2004;" horiz-adv-x="555" />
<glyph unicode="&#x2005;" horiz-adv-x="416" />
<glyph unicode="&#x2006;" horiz-adv-x="277" />
<glyph unicode="&#x2007;" horiz-adv-x="277" />
<glyph unicode="&#x2008;" horiz-adv-x="207" />
<glyph unicode="&#x2009;" horiz-adv-x="332" />
<glyph unicode="&#x200a;" horiz-adv-x="92" />
<glyph unicode="&#x2010;" horiz-adv-x="680" d="M102 566v83h477v-83h-477z" />
<glyph unicode="&#x2011;" horiz-adv-x="680" d="M102 566v83h477v-83h-477z" />
<glyph unicode="&#x2012;" horiz-adv-x="680" d="M102 566v83h477v-83h-477z" />
<glyph unicode="&#x2013;" horiz-adv-x="1107" d="M151 556v73h805v-73h-805z" />
<glyph unicode="&#x2014;" horiz-adv-x="1629" d="M151 556v73h1328v-73h-1328z" />
<glyph unicode="&#x2018;" horiz-adv-x="404" d="M133 1237q0 80 39 153.5t101 134.5l28 -19q8 -6 8 -14q0 -7 -6 -13q-39 -52 -64.5 -103.5t-25.5 -106.5q0 -60 36 -123q5 -8 5 -17q0 -14 -15 -20l-64 -27q-22 39 -32 77.5t-10 77.5z" />
<glyph unicode="&#x2019;" horiz-adv-x="404" d="M113 1103q0 8 6 14q39 51 64.5 103t25.5 107q0 59 -36 122q-5 8 -5 16q0 14 15 21l63 26q23 -39 33 -77t10 -77q0 -80 -39 -154t-102 -134l-28 19q-7 6 -7 14z" />
<glyph unicode="&#x201c;" horiz-adv-x="680" d="M133 1237q0 80 39 153.5t101 134.5l28 -19q8 -6 8 -14q0 -7 -6 -13q-39 -52 -64.5 -103.5t-25.5 -106.5q0 -60 36 -123q5 -8 5 -17q0 -14 -15 -20l-64 -27q-22 39 -32 77.5t-10 77.5zM409 1237q0 80 38.5 153.5t101.5 134.5l28 -19q8 -6 8 -14q0 -7 -6 -13 q-39 -52 -65 -103.5t-26 -106.5q0 -60 36 -123q5 -8 5 -17q0 -14 -15 -20l-63 -27q-22 39 -32 77.5t-10 77.5z" />
<glyph unicode="&#x201d;" horiz-adv-x="680" d="M113 1103q0 8 6 14q39 51 64.5 103t25.5 107q0 59 -36 122q-5 8 -5 16q0 14 15 21l63 26q23 -39 33 -77t10 -77q0 -80 -39 -154t-102 -134l-28 19q-7 6 -7 14zM388 1103q0 8 6 14q39 51 64.5 103t25.5 107q0 59 -35 122q-5 8 -6 16q0 14 16 21l62 26q23 -39 33 -77 t10 -77q0 -80 -39 -154t-101 -134l-29 19q-7 6 -7 14z" />
<glyph unicode="&#x2022;" d="M293 610q0 62 23.5 117.5t64.5 97t95 65t116 23.5t117.5 -23.5t96.5 -65t64.5 -96.5t23.5 -118q0 -61 -23.5 -115t-64.5 -95t-96.5 -64.5t-117.5 -23.5q-61 0 -115.5 23.5t-95.5 64.5t-64.5 95t-23.5 115z" />
<glyph unicode="&#x2026;" horiz-adv-x="1409" d="M108 79q0 19 7 36.5t19.5 30.5t29.5 20.5t38 7.5q19 0 36.5 -7.5t30.5 -20.5t20.5 -30.5t7.5 -36.5q0 -20 -7.5 -37t-20.5 -30t-30.5 -20t-36.5 -7q-40 0 -67 27t-27 67zM609 79q0 19 7.5 36.5t20 30.5t29.5 20.5t37 7.5q19 0 37 -7.5t30.5 -20.5t20.5 -30.5t8 -36.5 q0 -20 -8 -37t-20.5 -30t-30 -20t-37.5 -7q-40 0 -67 27t-27 67zM1112 79q0 19 7 36.5t20 30.5t30 20.5t37 7.5q19 0 37 -7.5t30.5 -20.5t20.5 -30.5t8 -36.5q0 -20 -8 -37t-20.5 -30t-30 -20t-37.5 -7q-40 0 -67 27t-27 67z" />
<glyph unicode="&#x202f;" horiz-adv-x="332" />
<glyph unicode="&#x205f;" horiz-adv-x="416" />
<glyph unicode="&#x20ac;" d="M32 583v60h161l-2 40t-1 42q0 50 4 99h-162v60h168q16 135 62 242.5t117 182t164 114.5t206 40q66 0 121.5 -11.5t103 -34t89 -56t79.5 -77.5l-32 -36q-4 -5 -9 -8.5t-14 -3.5q-8 0 -19 10.5t-28.5 26t-42.5 34.5t-59.5 34.5t-80 26t-104.5 10.5q-92 0 -169 -32 t-135 -94.5t-96 -154.5t-53 -213h616v-31q0 -11 -7.5 -20t-24.5 -9h-590q-3 -48 -3 -99q0 -22 0.5 -41.5t1.5 -40.5h529v-31q0 -12 -8 -20.5t-23 -8.5h-493q13 -127 50 -223.5t94.5 -161t134 -97t168.5 -32.5q63 0 112 12t86 31t63.5 41t45 41t31.5 31.5t22 12.5 q10 0 19 -10l38 -35q-37 -47 -80 -85.5t-95 -66t-113.5 -42t-133.5 -14.5q-116 0 -210 40t-163 116.5t-112 187.5t-57 254h-166z" />
<glyph unicode="&#x2122;" horiz-adv-x="1461" d="M74 1389v60h482v-60h-204v-529h-72v529h-206zM684 860v589h58q10 0 15 -2t12 -10l222 -373l11 -30q5 16 14 30l218 373q5 8 9.5 10t14.5 2h59v-589h-64v454l5 45l-224 -389q-8 -16 -25 -17h-12q-17 0 -25 17l-229 387l6 -43v-454h-65z" />
<glyph unicode="&#xe000;" horiz-adv-x="1020" d="M0 1020h1020v-1020h-1020v1020z" />
</font>
</defs></svg>

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,147 @@
<?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>
This is a custom SVG webfont generated by Font Squirrel.
Copyright : Copyright c 20102011 by tyPoland Lukasz Dziedzic with Reserved Font Name Lato Licensed under the SIL Open Font License Version 11
Designer : Lukasz Dziedzic
Foundry : Lukasz Dziedzic
Foundry URL : httpwwwtypolandcom
</metadata>
<defs>
<font id="LatoLightItalic" horiz-adv-x="1187" >
<font-face units-per-em="2048" ascent="1649" descent="-399" />
<missing-glyph horiz-adv-x="395" />
<glyph unicode=" " horiz-adv-x="395" />
<glyph unicode="&#x09;" horiz-adv-x="395" />
<glyph unicode="&#xa0;" horiz-adv-x="395" />
<glyph unicode="!" horiz-adv-x="610" d="M167 79q0 19 7 36.5t20 30.5t30 20.5t37 7.5q19 0 36.5 -7.5t30.5 -20.5t20.5 -30.5t7.5 -36.5q0 -20 -7.5 -37t-20.5 -30t-30 -20t-37 -7q-40 0 -67 27t-27 67zM275 499q4 57 7.5 104t7 89.5t7.5 83.5t9 87l72 586h93l-72 -586q-6 -46 -12 -87t-13 -83.5t-16 -89.5 t-19 -104h-64z" />
<glyph unicode="&#x22;" horiz-adv-x="694" d="M237 992l10 158l39 299h80l-37 -299l-27 -158q-4 -16 -11.5 -25.5t-25.5 -9.5q-14 0 -20 9.5t-8 25.5zM514 992l10 158l39 299h80l-37 -299l-26 -158q-4 -16 -12 -25.5t-25 -9.5q-14 0 -20.5 9.5t-8.5 25.5z" />
<glyph unicode="#" d="M82 478q0 4 0.5 7.5t1.5 9.5l7 29h224l134 401h-260l11 38q7 32 49 31h219l140 416q6 19 20 29t31 10h41l-152 -455h306l154 455h42q12 0 19.5 -6.5t7.5 -19.5q0 -7 -3 -16l-140 -413h231l-12 -37q-5 -16 -16 -24t-31 -8h-192l-133 -401h232q29 0 28 -26v-7q0 -4 -2 -8 l-9 -29h-268l-152 -454h-40q-12 0 -20 7t-8 21q0 7 3 16l137 410h-307l-137 -414q-7 -22 -21 -31t-31 -9h-42l152 454h-187q-27 -1 -27 24zM394 524h307l135 401h-308z" />
<glyph unicode="$" d="M117 173l31 39q11 14 31 14q9 0 21 -11t29.5 -28t41.5 -37.5t57 -38.5t77 -30.5t101 -15.5l114 656q-61 20 -120 44.5t-104.5 61t-73 90t-27.5 131.5q0 80 31 153.5t89.5 131t142.5 92.5t190 38l29 171q2 14 11.5 23t22.5 9h36l-35 -204q102 -7 175 -45t129 -103l-25 -34 q-12 -16 -28 -16q-12 0 -30 16.5t-48.5 37.5t-75.5 40t-111 24l-102 -589q66 -22 129.5 -46.5t114 -61t82 -89.5t31.5 -133q0 -94 -35 -178.5t-99.5 -149.5t-156 -105t-206.5 -45l-37 -218q-2 -12 -11 -21.5t-23 -9.5h-35l43 249q-131 6 -222 56t-154 132zM385 1068 q0 -55 20 -94.5t55 -68.5t80 -50.5t96 -40.5l98 569q-86 -4 -151 -31.5t-109 -70.5t-66.5 -98.5t-22.5 -114.5zM570 65q91 5 163.5 36.5t122.5 82t76.5 117t26.5 139.5q0 59 -23 100.5t-61.5 70.5t-89 50t-105.5 39z" />
<glyph unicode="%" horiz-adv-x="1447" d="M128 0l1134 1431q8 8 16.5 13t23.5 5h66l-1136 -1432q-15 -17 -36 -17h-68zM151 1037q0 105 26.5 185.5t71.5 134t105.5 80.5t126.5 27q52 0 96.5 -19.5t76.5 -57t50.5 -93.5t18.5 -130q0 -105 -28 -185t-74.5 -133t-105.5 -80t-123 -27q-52 0 -96.5 19.5t-77 57t-50 93 t-17.5 128.5zM225 1037q0 -61 13.5 -105t36.5 -73t55 -42.5t69 -13.5q49 0 94 20.5t79 64.5t54.5 112t20.5 163q0 61 -13 106t-37 74t-55.5 43.5t-68.5 14.5q-49 0 -94 -21t-79.5 -65.5t-54.5 -113.5t-20 -164zM780 281q0 105 27 185.5t72 134t104.5 81t126.5 27.5 q52 0 96 -19.5t76.5 -58t51 -94.5t18.5 -129q0 -105 -28.5 -185t-74.5 -133t-105.5 -80t-122.5 -27q-52 0 -96.5 19.5t-76.5 57t-50 93t-18 128.5zM854 281q0 -60 13.5 -104.5t37 -73t55.5 -42.5t69 -14q49 0 93.5 20.5t78.5 64.5t54.5 112t20.5 164q0 61 -13.5 105.5 t-37 73.5t-54.5 43t-68 14q-49 0 -94 -21t-79.5 -65.5t-55 -113t-20.5 -163.5z" />
<glyph unicode="&#x26;" horiz-adv-x="1304" d="M79 324q0 84 29.5 158t80.5 136t119.5 109t147.5 78q-50 72 -75 140t-25 139q0 82 28 152t78 121t119.5 79.5t153.5 28.5q63 0 116.5 -21t91.5 -59t59 -91.5t21 -117.5l-53 -10q-2 0 -4 -0.5t-4 -0.5q-19 0 -23 25q-4 33 -17 68t-37.5 65t-63 49t-93.5 19 q-62 0 -114 -22.5t-89.5 -62t-58 -93.5t-20.5 -117q0 -71 32 -143.5t92 -147.5l362 -445q51 74 84.5 153t47.5 152q2 11 8 18t20 7h61q-14 -96 -57 -198t-113 -195l243 -297h-79q-26 0 -39.5 5.5t-28.5 24.5l-157 193q-48 -52 -103.5 -96t-118 -76t-131 -49.5t-141.5 -17.5 t-136.5 23t-110.5 66.5t-74.5 107t-27.5 143.5zM176 336q0 -68 23.5 -119.5t61.5 -86.5t86.5 -52.5t99.5 -17.5q63 0 122.5 17t113 47t102 71t88.5 89l-380 471q-73 -31 -131.5 -75t-99.5 -98t-63.5 -116t-22.5 -130z" />
<glyph unicode="'" horiz-adv-x="418" d="M237 992l10 158l39 299h80l-37 -299l-27 -158q-4 -16 -11.5 -25.5t-25.5 -9.5q-14 0 -20 9.5t-8 25.5z" />
<glyph unicode="(" horiz-adv-x="565" d="M160 449q0 88 5 172.5t20.5 169.5t42 172.5t70 181.5t105 197t145.5 220l39 -26q11 -7 11 -18q0 -9 -9 -25q-85 -122 -149.5 -238.5t-107.5 -239.5t-65 -258.5t-22 -295.5q0 -81 8 -167t25 -171.5t42.5 -168t59.5 -156.5q4 -9 4 -17q0 -9 -4.5 -15.5t-11.5 -10.5l-44 -25 q-44 90 -75 183t-51 184.5t-29 180.5t-9 171z" />
<glyph unicode=")" horiz-adv-x="565" d="M3 -226q0 9 9 24q85 122 149.5 239t107.5 239.5t65 258.5t22 295q0 81 -8.5 167t-25.5 171.5t-42 168t-59 156.5q-4 9 -4 17q0 9 4.5 15.5t11.5 10.5l45 26q44 -91 74.5 -184t50.5 -184.5t29 -180t9 -170.5q0 -88 -5 -172.5t-20.5 -169.5t-42 -172.5t-70 -182 t-105 -197.5t-145.5 -219l-39 25q-11 8 -11 19z" />
<glyph unicode="*" horiz-adv-x="753" d="M172 1091l190 112q14 9 28 13.5t34 7.5q-19 3 -31 7t-25 13l-164 113l30 45l164 -113q14 -9 22.5 -19t19.5 -29q-4 14 -6 25.5t-2 23.5v9q0 4 1 10l27 220h51l-27 -219q-2 -18 -6.5 -32.5t-14.5 -33.5q13 17 25 26.5t28 18.5l190 113l18 -45l-189 -113q-15 -9 -29 -14 t-33 -7q18 -2 30 -6.5t26 -13.5l164 -112l-29 -44l-164 112q-13 9 -22 16.5t-19 23.5q3 -13 4.5 -23t1.5 -21v-8q0 -4 -1 -8l-28 -219h-51l28 219q2 17 6 30.5t13 29.5q-11 -14 -24 -23t-26 -17l-189 -112z" />
<glyph unicode="+" d="M131 650l9 73h441l57 462h77l-57 -462h443l-8 -73h-444l-56 -464h-78l57 464h-441z" />
<glyph unicode="," horiz-adv-x="404" d="M65 87q0 36 24.5 61.5t64.5 25.5q44 0 68 -30t24 -79q0 -42 -11 -86t-31.5 -85.5t-49 -80.5t-63.5 -72l-16 15q-5 4 -6 9t-1 10q0 8 15.5 27t35.5 48t38.5 67t23.5 83q-6 -2 -13.5 -3t-16.5 -1q-38 0 -62 25.5t-24 65.5z" />
<glyph unicode="-" horiz-adv-x="626" d="M101 567l12 80h438l-9 -80h-441z" />
<glyph unicode="." horiz-adv-x="404" d="M59 79q0 19 7.5 36.5t20 30.5t29.5 20.5t38 7.5q19 0 37 -7.5t30.5 -20.5t20.5 -30.5t8 -36.5q0 -40 -28 -67t-68 -27t-67.5 27t-27.5 67z" />
<glyph unicode="/" horiz-adv-x="675" d="M-76 -86l769 1529q17 37 58 37h40l-768 -1528q-9 -19 -26 -28.5t-34 -9.5h-39z" />
<glyph unicode="0" d="M92 577q0 225 50.5 392.5t136 277.5t197.5 164t235 54q94 0 174 -36.5t138 -110.5t91 -185t33 -260q0 -226 -50 -393t-135 -277t-197.5 -164t-236.5 -54q-94 0 -174 36.5t-138 110.5t-91 185.5t-33 259.5zM190 579q0 -134 27.5 -231t75 -160t111.5 -93t137 -30 q101 0 192.5 48.5t162 148t112 252t41.5 358.5q0 133 -27.5 230.5t-74.5 160t-111 92.5t-137 30q-101 0 -193 -48.5t-162.5 -148t-112 -251.5t-41.5 -358z" />
<glyph unicode="1" d="M256 0l8 74h334l146 1189l16 70l-362 -291q-12 -9 -24 -9q-18 0 -26 13l-22 39l461 370h75l-169 -1381h317l-9 -74h-745z" />
<glyph unicode="2" d="M72 0l4 34q1 11 7.5 22.5t15.5 19.5l558 502q77 69 141 131.5t110 126t72 131.5t26 148q0 69 -23.5 119.5t-62.5 84t-91.5 49.5t-110.5 16q-70 0 -130 -19.5t-108.5 -57t-84.5 -90.5t-56 -117q-6 -18 -17.5 -26t-25.5 -8q-7 0 -11 1l-47 7q24 92 70.5 165t111 123 t144 76.5t168.5 26.5q77 0 144 -21.5t117.5 -64t80 -106.5t29.5 -148q0 -93 -30.5 -170t-82 -146.5t-120.5 -135t-146 -134.5l-515 -467q33 8 69 12t72 4h631q31 0 31 -34l-7 -54h-933z" />
<glyph unicode="3" d="M116 354l42 15q9 3 19 3q11 0 21 -5.5t12 -16.5q14 -73 39.5 -126t66 -89t98 -53t137.5 -17q99 0 176.5 34t130 88t80.5 120.5t28 131.5q0 56 -18.5 106t-62.5 86.5t-118 57.5t-185 21l9 67q99 3 178 28.5t133.5 71t83.5 109t29 140.5q0 66 -22.5 114.5t-61 81 t-89.5 47.5t-110 15q-70 0 -130 -19.5t-109.5 -56.5t-85 -90t-56.5 -118q-5 -18 -15.5 -26t-25.5 -8q-7 0 -11 1l-47 7q24 92 70.5 165t111 123t144 76.5t168.5 26.5q77 0 143 -21t115.5 -61.5t77.5 -100.5t28 -138q0 -82 -26 -146.5t-71 -112.5t-106 -80.5t-130 -48.5 q71 -13 123.5 -41.5t88.5 -69t54 -92t18 -111.5q0 -98 -41.5 -182t-112 -145.5t-165 -96t-200.5 -34.5q-99 0 -173.5 23.5t-127 70.5t-83 116t-42.5 160z" />
<glyph unicode="4" d="M63 487l847 964h86l-117 -958h266l-7 -52q-1 -11 -8.5 -17.5t-21.5 -6.5h-239l-50 -417h-86l51 417h-681q-15 0 -24.5 6.5t-11.5 17.5zM169 493h625l93 763q3 33 14 73z" />
<glyph unicode="5" d="M105 112l33 40q12 14 30 14q13 0 36 -15.5t60 -34.5t90 -34t124 -15q93 0 175.5 31t144.5 89.5t98 143t36 191.5q0 68 -20.5 123.5t-63.5 95.5t-109 62.5t-156 22.5q-113 0 -261 -38l-58 20l192 641h650l-6 -41q-3 -20 -17 -33t-44 -13h-526l-148 -488q133 32 242 32 q105 0 184.5 -27.5t132.5 -77t79 -118.5t26 -151q0 -128 -46.5 -229.5t-125 -172.5t-180.5 -108.5t-213 -37.5q-59 0 -112.5 10t-98.5 28t-82.5 41t-65.5 49z" />
<glyph unicode="6" d="M130 391q0 59 14 117t43.5 119t75.5 126t110 139l463 533q9 10 22 17t30 7h83l-501 -565q-39 -43 -70.5 -81.5t-58.5 -74.5q68 65 157 101t188 36q86 0 156 -27t120.5 -76t78 -118.5t27.5 -153.5q0 -111 -41.5 -203.5t-113.5 -160t-170.5 -105t-212.5 -37.5 q-91 0 -165 28t-126.5 81t-80.5 128.5t-28 169.5zM220 387q0 -70 21.5 -129t62.5 -102.5t100 -68.5t135 -25q96 0 176 31.5t137 87t88.5 131.5t31.5 165q0 72 -22.5 130.5t-64 99.5t-101 63t-132.5 22q-97 0 -176.5 -35t-136 -92t-88 -129.5t-31.5 -148.5z" />
<glyph unicode="7" d="M234 0l834 1315q8 13 17 24.5t19 22.5h-838q-11 0 -17.5 6.5t-6.5 16.5l8 64h963l-4 -36q-1 -14 -5.5 -28t-9.5 -23l-837 -1332q-8 -13 -19.5 -21.5t-29.5 -8.5h-74z" />
<glyph unicode="8" d="M104 336q0 91 28 162t77 123.5t116.5 85.5t146.5 50q-112 34 -169 112t-57 185q0 86 33.5 161t95 130.5t147 87.5t190.5 32q89 0 158.5 -26t118 -70.5t73.5 -104.5t25 -128q0 -70 -20.5 -131t-60 -110t-97 -85t-131.5 -55q61 -14 112 -41.5t87.5 -67.5t56.5 -93.5 t20 -121.5q0 -104 -40 -187t-110 -141t-166 -88.5t-208 -30.5q-96 0 -174 25t-134 71t-87 111t-31 145zM205 345q0 -65 23.5 -117t66.5 -90t105 -58.5t139 -20.5q91 0 167.5 26.5t132 75t86.5 116.5t31 153q0 81 -31 136t-80 88t-109 47t-116 14q-45 0 -93 -8t-94 -25 t-87.5 -46t-72.5 -70t-49.5 -95.5t-18.5 -125.5zM338 1057q0 -51 17 -99.5t52.5 -85t90.5 -58.5t131 -22q93 0 161.5 29t114 76.5t67.5 108t22 123.5q0 55 -19 103t-55.5 83.5t-91 55.5t-125.5 20q-85 0 -152.5 -26t-114.5 -71t-72.5 -105.5t-25.5 -131.5z" />
<glyph unicode="9" d="M238 977q0 104 40 194t111 155t165 102t202 37q87 0 158 -28.5t121.5 -80.5t78 -125t27.5 -161q0 -70 -15.5 -128t-45 -115t-73.5 -116t-101 -129l-450 -559q-17 -23 -50 -23h-87l502 599q33 39 65 78t61 81q-68 -68 -158 -105t-186 -37q-82 0 -149.5 26.5t-115.5 73.5 t-74 113.5t-26 147.5zM334 988q0 -69 21 -124t60.5 -93.5t95.5 -59t126 -20.5q95 0 171.5 33.5t130 87t82.5 122t29 139.5q0 69 -22 126.5t-62 99t-96.5 64.5t-124.5 23q-88 0 -163 -29t-130.5 -81.5t-86.5 -126t-31 -161.5z" />
<glyph unicode=":" horiz-adv-x="404" d="M59 79q0 19 7.5 36.5t20 30.5t29.5 20.5t38 7.5q19 0 37 -7.5t30.5 -20.5t20.5 -30.5t8 -36.5q0 -40 -28 -67t-68 -27t-67.5 27t-27.5 67zM164 895q0 19 7 36.5t20 30.5t30 20.5t37 7.5q19 0 37 -7.5t31 -20.5t20.5 -30.5t7.5 -36.5q0 -40 -28 -67t-68 -27t-67 27t-27 67 z" />
<glyph unicode=";" horiz-adv-x="404" d="M61 87q0 36 25 61.5t65 25.5q44 0 68 -30t24 -79q0 -42 -11 -86t-31.5 -85.5t-49 -80.5t-63.5 -72l-16 15q-5 4 -6 9t-1 10q0 8 15.5 27t35.5 48t38.5 67t23.5 83q-6 -2 -13.5 -3t-17.5 -1q-38 0 -62 25.5t-24 65.5zM175 895q0 19 7 36.5t20 30.5t30 20.5t37 7.5 q19 0 37.5 -7.5t31 -20.5t20.5 -30.5t8 -36.5q0 -40 -28.5 -67t-68.5 -27t-67 27t-27 67z" />
<glyph unicode="&#x3c;" horiz-adv-x="1092" d="M177 667l5 42l816 394l-8 -67q-3 -22 -32 -36l-602 -286q-17 -8 -36 -15t-39 -12q41 -10 69 -25l532 -288q23 -11 22 -31v-3q0 -2 -1 -8t-2.5 -20.5t-4.5 -40.5z" />
<glyph unicode="=" d="M164 496l8 72h847l-9 -72h-846zM203 815l9 73h846l-8 -73h-847z" />
<glyph unicode="&#x3e;" horiz-adv-x="1092" d="M143 271l9 67q3 22 31 36l602 286q17 8 36.5 15t39.5 12q-41 10 -69 26l-532 287q-23 11 -22 31v3q0 2 1 8.5t2.5 20.5t4.5 40l719 -395l-6 -42z" />
<glyph unicode="?" horiz-adv-x="701" d="M130 1321q30 28 65 54t76.5 46t89 32t100.5 12q62 0 115 -19.5t91.5 -55t60 -85.5t21.5 -110q0 -85 -25.5 -145.5t-64 -105.5t-84.5 -78t-87.5 -64t-72 -62.5t-38.5 -72.5l-33 -168h-65l17 174q4 45 33 80t69 67t86 64t85 73t64.5 94.5t25.5 127.5q0 48 -16 86.5 t-45.5 65.5t-69 41t-84.5 14q-63 0 -110 -17.5t-80 -39t-53.5 -39.5t-30.5 -18q-12 0 -19 12zM185 79q0 19 7.5 36.5t20 30.5t29.5 20.5t38 7.5q19 0 36.5 -7.5t30 -20.5t20.5 -30.5t8 -36.5q0 -20 -8 -37t-20.5 -30t-30 -20t-36.5 -7q-40 0 -67.5 27t-27.5 67z" />
<glyph unicode="@" horiz-adv-x="1540" d="M99 444q0 132 31 251.5t85 221.5t129.5 184.5t165.5 140t191 89t207 31.5q115 0 218 -37.5t180.5 -110.5t123 -180.5t45.5 -248.5q0 -132 -35 -241t-93 -187t-133 -121t-157 -43q-75 0 -111.5 39.5t-36.5 113.5v14q0 7 1 16q-65 -94 -136.5 -136.5t-148.5 -42.5 q-46 0 -80 16t-55.5 45.5t-32.5 68.5t-11 84q0 60 17 123.5t49 123t78 111.5t104 91t127.5 61.5t149.5 22.5q50 0 93 -8.5t77 -26.5l-130 -355q-24 -62 -33.5 -108.5t-9.5 -78.5q0 -34 9 -55.5t24 -34t35 -17t41 -4.5q60 0 119 37.5t105.5 106.5t74.5 167t28 218 q0 127 -39 223.5t-106.5 160t-159.5 95.5t-198 32q-94 0 -184.5 -28t-172 -80t-149.5 -127t-118 -169t-78 -205.5t-28 -235.5q0 -152 44 -268.5t122.5 -196.5t184.5 -121t231 -41q140 0 259.5 35t216.5 98q11 7 20 7q18 0 22 -18l7 -32q-114 -76 -245.5 -117t-287.5 -41 q-141 0 -259.5 46.5t-204 135.5t-134 216t-48.5 290zM524 422q0 -34 8 -63t23.5 -50.5t40 -34t56.5 -12.5q34 0 71 12.5t74 44.5t72.5 87.5t66.5 141.5l115 318q-23 7 -46.5 11t-54.5 4q-60 0 -115.5 -19t-102.5 -52.5t-85.5 -78.5t-65.5 -95.5t-42 -105.5t-15 -108z" />
<glyph unicode="A" horiz-adv-x="1208" d="M-53 0l724 1449h100l368 -1449h-78q-14 0 -23 7.5t-12 19.5l-103 424h-650l-206 -424q-5 -11 -16.5 -19t-25.5 -8h-78zM310 525h595l-179 738q-5 17 -9.5 38.5t-7.5 45.5q-2 -6 -8 -19t-12 -26.5t-11 -24.5t-7 -15z" />
<glyph unicode="B" horiz-adv-x="1207" d="M134 0l178 1449h386q104 0 180 -21.5t126.5 -62t74.5 -99t24 -131.5q0 -70 -22.5 -133.5t-64 -115t-101 -89t-134.5 -56.5q141 -24 216 -101t75 -201q0 -100 -34 -181.5t-99.5 -139t-158.5 -88t-211 -30.5h-435zM246 81h332q190 0 291.5 92.5t101.5 262.5q0 59 -21 107 t-61.5 81.5t-99.5 52t-135 18.5h-332zM331 769h285q99 0 172 29.5t120 78.5t69.5 111.5t22.5 128.5q0 122 -76 186.5t-235 64.5h-285z" />
<glyph unicode="C" horiz-adv-x="1297" d="M134 612q0 189 57.5 346.5t158.5 270t237.5 174.5t295.5 62q75 0 134 -11.5t109 -34t91 -56.5t80 -77l-31 -41q-11 -12 -28 -12q-12 0 -33 22.5t-61 49.5t-104 49.5t-162 22.5q-135 0 -252 -53t-203 -151.5t-135.5 -238.5t-49.5 -314q0 -127 33.5 -229t94 -173.5 t145 -109t184.5 -37.5q75 0 134.5 12.5t105.5 31.5t79.5 41t57 41t38 32t23.5 13t13 -6l36 -43q-47 -48 -101 -86.5t-115.5 -66t-132.5 -42t-153 -14.5q-125 0 -226 45t-172 128t-109.5 198.5t-38.5 256.5z" />
<glyph unicode="D" horiz-adv-x="1431" d="M134 0l178 1449h488q128 0 231.5 -43.5t175.5 -123.5t111 -193.5t39 -253.5q0 -128 -25 -240t-72 -204.5t-113 -165t-147.5 -123t-177 -76.5t-200.5 -26h-488zM246 83h385q135 0 248.5 50.5t196.5 147t129 235.5t46 317q0 124 -32 223t-92 167.5t-145.5 105.5t-191.5 37 h-386z" />
<glyph unicode="E" horiz-adv-x="1113" d="M134 0l178 1449h801l-11 -84h-698l-72 -590h580l-11 -82h-579l-75 -609h700l-11 -84h-802z" />
<glyph unicode="F" horiz-adv-x="1077" d="M134 0l178 1449h801l-11 -84h-698l-75 -613h605l-12 -85h-604l-81 -667h-103z" />
<glyph unicode="G" horiz-adv-x="1409" d="M134 614q0 191 56.5 348.5t158 269t241.5 172.5t308 61q79 0 143.5 -11.5t117.5 -34t97 -55.5t83 -75l-31 -40q-12 -15 -27 -15q-8 0 -16 4q-9 4 -23 16.5t-34 27.5t-48 32t-66.5 31t-89 23t-114.5 9q-144 0 -264 -53t-206.5 -151.5t-134 -239t-47.5 -316.5 q0 -127 33.5 -228.5t96 -173.5t150.5 -110t198 -38q69 0 125.5 7.5t106.5 23t96.5 37t92.5 48.5l49 395h-253q-23 0 -23 19v2q0 2 0.5 7t2 17t3.5 33h372l-64 -514q-54 -38 -111 -67.5t-121 -49.5t-136 -30.5t-156 -10.5q-130 0 -235 45.5t-178.5 128.5t-113 199t-39.5 257z " />
<glyph unicode="H" horiz-adv-x="1425" d="M134 0l178 1449h103l-84 -677h827l84 677h103l-179 -1449h-102l85 695h-827l-85 -695h-103z" />
<glyph unicode="I" horiz-adv-x="563" d="M169 0l177 1449h103l-178 -1449h-102z" />
<glyph unicode="J" horiz-adv-x="854" d="M23 13l8 56q2 8 7 15t19 7q10 0 22.5 -3.5t30.5 -7.5t43 -7.5t61 -3.5q60 0 115.5 18.5t100 63.5t76 118t44.5 181l123 999h102l-123 -997q-15 -120 -52 -208t-93 -146t-130.5 -86t-163.5 -28q-55 0 -100.5 7t-89.5 22z" />
<glyph unicode="K" horiz-adv-x="1245" d="M162 0l177 1451h102l-83 -673h79q35 0 55.5 8t44.5 31l606 602q17 17 31.5 23.5t33.5 6.5h83l-657 -652q-19 -18 -34 -30.5t-33 -18.5q18 -6 31.5 -19t28.5 -33l523 -696h-82q-27 0 -36.5 7t-18.5 20l-482 628q-9 11 -16.5 19.5t-18 14t-24.5 8t-37 2.5h-86l-86 -699 h-101z" />
<glyph unicode="L" horiz-adv-x="963" d="M134 0l178 1449h102l-168 -1362h631l-12 -87h-731z" />
<glyph unicode="M" horiz-adv-x="1713" d="M134 0l178 1449h70q14 0 23 -2.5t14 -16.5l414 -1020q4 -11 7.5 -23t5.5 -25q10 23 24 48l654 1020q8 13 16.5 16t23.5 3h70l-178 -1449h-89l153 1238q2 11 4 25t5 28l-645 -1012q-16 -26 -42 -26h-17q-27 0 -35 26l-412 1015q0 -31 -3 -55l-152 -1239h-89z" />
<glyph unicode="N" horiz-adv-x="1423" d="M134 0l178 1449h50q14 0 21 -3.5t14 -15.5l703 -1262q1 14 1.5 27t2.5 24l151 1230h90l-179 -1449h-47q-26 0 -38 23l-703 1261l-3 -46l-152 -1238h-89z" />
<glyph unicode="O" horiz-adv-x="1500" d="M134 613q0 190 56.5 347.5t155 269.5t233.5 173.5t291 61.5q128 0 231 -45.5t175.5 -128.5t111 -199t38.5 -256q0 -191 -55.5 -348t-155 -268.5t-234.5 -173t-293 -61.5q-127 0 -229.5 45.5t-174.5 128.5t-111 198.5t-39 255.5zM238 616q0 -126 32.5 -226.5t93 -171.5 t145.5 -109t190 -38q135 0 249 52.5t197 152t129.5 240t46.5 318.5q0 126 -32.5 226.5t-92.5 172t-145.5 109.5t-191.5 38q-133 0 -246.5 -53t-197 -152.5t-130.5 -241t-47 -317.5z" />
<glyph unicode="P" horiz-adv-x="1120" d="M162 0l177 1449h348q213 0 319.5 -96t106.5 -269q0 -111 -38 -202t-107.5 -157.5t-168 -103t-218.5 -36.5h-246l-72 -585h-101zM345 667h246q96 0 173.5 30.5t132 85t84.5 129t30 162.5q0 139 -83.5 216.5t-250.5 77.5h-246z" />
<glyph unicode="Q" horiz-adv-x="1499" d="M134 613q0 190 56.5 347.5t155 269.5t233.5 173.5t291 61.5q128 0 231 -45.5t175.5 -128.5t111 -199t38.5 -256q0 -132 -27 -248t-76.5 -212t-119.5 -171.5t-157 -125.5l297 -398h-79q-20 0 -35.5 5t-25.5 19l-244 331q-127 -51 -271 -51q-127 0 -229.5 45.5 t-174.5 128.5t-111 198.5t-39 255.5zM238 616q0 -126 32.5 -226.5t93 -171.5t145.5 -109t190 -38q135 0 249 52.5t197 152t129.5 240t46.5 318.5q0 126 -32.5 226.5t-92.5 172t-145.5 109.5t-191.5 38q-133 0 -246.5 -53t-197 -152.5t-130.5 -241t-47 -317.5z" />
<glyph unicode="R" horiz-adv-x="1189" d="M162 0l177 1449h344q210 0 314 -83.5t104 -242.5q0 -94 -31 -172.5t-87 -137t-135.5 -95.5t-175.5 -49q22 -15 36 -40l377 -629h-87q-31 0 -46 26l-349 589q-14 23 -31 32t-55 9h-173l-81 -656h-101zM353 732h229q97 0 174.5 26.5t131.5 76t82.5 119t28.5 154.5 q0 131 -82.5 195.5t-242.5 64.5h-242z" />
<glyph unicode="S" horiz-adv-x="985" d="M40 173l34 44q14 14 28 14q9 0 21 -12t29 -30t40 -39t56 -39t76.5 -30t100.5 -12q86 0 155.5 29t119 80t75.5 120.5t26 148.5q0 63 -25.5 106t-67 72.5t-94.5 50t-108 41t-108.5 45t-95 61t-66.5 89.5t-25 129q0 83 29.5 160t85.5 136t137 93.5t184 34.5q104 0 183 -38 t137 -112l-29 -41q-11 -17 -27 -18q-12 0 -29.5 19.5t-47.5 42.5t-77.5 42.5t-119.5 19.5q-78 0 -139 -25t-103.5 -68.5t-65 -101.5t-22.5 -123q0 -62 25.5 -105t67 -73t94.5 -52t108.5 -43t108.5 -46t94.5 -61t67 -87t25.5 -126q0 -98 -34 -186.5t-96.5 -155t-153 -105 t-201.5 -38.5q-131 0 -221.5 50.5t-151.5 138.5z" />
<glyph unicode="T" horiz-adv-x="1102" d="M138 1363l10 86h1038l-10 -86h-467l-167 -1363h-102l167 1363h-469z" />
<glyph unicode="U" horiz-adv-x="1381" d="M183 461q0 45 6 91l110 897h102l-110 -896q-2 -20 -3.5 -40.5t-1.5 -41.5q0 -86 23 -159t67.5 -126.5t110 -83.5t151.5 -30q95 0 175 36.5t140 101t99 153t51 189.5l109 897h103l-111 -897q-15 -120 -62.5 -224t-123 -180.5t-175 -120.5t-216.5 -44q-105 0 -188 36 t-139.5 99.5t-86.5 151.5t-30 191z" />
<glyph unicode="V" horiz-adv-x="1219" d="M130 1449h81q14 0 22 -7.5t11 -19.5l301 -1209q5 -22 10 -46.5t8 -50.5q9 27 19 51t21 46l597 1209q5 11 16 19t25 8h80l-727 -1449h-91z" />
<glyph unicode="W" horiz-adv-x="1862" d="M132 1449h80q30 0 33 -27l191 -1204q3 -19 4 -40t3 -44q7 23 15 44t16 40l523 1204q5 11 15.5 19t24.5 8h23q28 0 33 -27l227 -1204q3 -18 5 -39t4 -43q7 22 14 43t14 39l486 1204q4 11 16 19t26 8h79l-598 -1449h-91l-237 1263q-2 11 -3.5 24t-3.5 28q-5 -14 -9.5 -27.5 t-9.5 -24.5l-547 -1263h-91z" />
<glyph unicode="X" horiz-adv-x="1134" d="M-68 0l598 774l-358 675h91q14 0 21 -5t12 -17l308 -601q7 14 16 27l442 578q14 18 33 18h101l-524 -670l405 -779h-91q-14 0 -21 8t-11 17l-354 695l-6 -12q-3 -6 -8 -12l-512 -671q-9 -11 -19 -18t-22 -7h-101z" />
<glyph unicode="Y" horiz-adv-x="1133" d="M138 1449h90q14 0 22 -7t13 -19l306 -684q8 -17 12.5 -34t7.5 -33q8 17 17 33.5t21 33.5l475 684q7 11 16 18.5t24 7.5h85l-597 -852l-75 -597h-101l74 598z" />
<glyph unicode="Z" horiz-adv-x="1192" d="M45 0l4 34q1 8 5.5 14.5t10.5 14.5l999 1302h-826l11 84h964l-5 -34q-2 -9 -5.5 -16t-10.5 -16l-997 -1299h843l-11 -84h-982z" />
<glyph unicode="[" horiz-adv-x="565" d="M70 -269l223 1821h301l-4 -35q-2 -12 -11 -20t-22 -8h-191l-209 -1694h192q12 0 19.5 -6.5t7.5 -17.5q0 -1 -0.5 -7t-4.5 -33h-301z" />
<glyph unicode="\" horiz-adv-x="674" d="M116 1480h40q40 0 49 -37l393 -1529h-38q-17 0 -32 9t-20 29z" />
<glyph unicode="]" horiz-adv-x="565" d="M5 -269l4 36q2 12 11 20t23 8h191l208 1694h-191q-27 0 -27 23l4 40h303l-224 -1821h-302z" />
<glyph unicode="^" d="M269 819l349 630h61l349 -630h-69q-11 0 -20 7t-14 17l-247 446q-18 32 -29 64q-5 -16 -11.5 -31.5t-14.5 -32.5l-246 -446q-5 -8 -13.5 -16t-22.5 -8h-72z" />
<glyph unicode="_" horiz-adv-x="743" d="M-96 -279l8 67h743l-9 -67h-742z" />
<glyph unicode="`" horiz-adv-x="552" d="M130 1465h91q24 0 34 -7.5t18 -24.5l118 -244h-54q-22 0 -34 16z" />
<glyph unicode="a" horiz-adv-x="1003" d="M61 342q0 89 22.5 174.5t64 162.5t99 141.5t126.5 111.5t148 73.5t163 26.5q61 0 114.5 -10.5t105.5 -37.5l-120 -984h-47q-19 0 -27 9t-8 23l34 320q-39 -82 -85.5 -149t-99 -115t-111 -74.5t-121.5 -26.5q-65 0 -112.5 25t-80 71t-49 111.5t-16.5 147.5zM159 357 q0 -137 46.5 -213t145.5 -76q58 0 115 32.5t108.5 92.5t97 144.5t81.5 186.5l51 415q-60 20 -131 20q-69 0 -133.5 -23t-121.5 -64t-104.5 -97t-82 -123t-53.5 -142t-19 -153z" />
<glyph unicode="b" horiz-adv-x="1043" d="M104 0l181 1490h95l-99 -815q40 81 89 147t103 113t114 73t122 26q67 0 117 -25.5t83.5 -72t51 -113t17.5 -148.5q0 -79 -16.5 -160.5t-46.5 -157.5t-73.5 -144t-99 -118t-121.5 -79t-140 -29q-87 0 -158.5 39.5t-114.5 116.5l-20 -110q-3 -17 -10 -25t-25 -8h-49z M223 210q22 -40 50 -68t60.5 -45.5t66.5 -25.5t70 -8q65 0 120.5 26.5t101 71.5t81 105t59.5 126.5t37 136.5t13 137q0 137 -52.5 213t-152.5 76q-58 0 -117 -32.5t-114 -92t-102.5 -143.5t-84.5 -186z" />
<glyph unicode="c" horiz-adv-x="881" d="M74 393q0 81 17 160.5t48.5 151t76.5 132t101.5 104.5t122.5 69t141 25q50 0 90.5 -9.5t74 -27.5t61.5 -43.5t51 -57.5l-29 -34q-9 -11 -21 -11q-10 0 -25 16.5t-40 35.5t-65 35t-100 16q-86 0 -160.5 -46t-129.5 -123.5t-86 -179.5t-31 -213q0 -71 16 -131t49 -104 t83.5 -68.5t118.5 -24.5q54 0 97.5 11.5t76.5 29t58 38.5t44.5 38.5t33.5 29t25 11.5t22 -10l21 -27q-54 -60 -102.5 -99t-95.5 -61.5t-95 -30.5t-102 -8q-88 0 -153 30t-108 84.5t-64.5 129t-21.5 162.5z" />
<glyph unicode="d" horiz-adv-x="1045" d="M66 348q0 78 16 159.5t46.5 157.5t74 143.5t98.5 117.5t120.5 79t140.5 29q83 0 152.5 -36t114.5 -109l75 601h94l-182 -1490h-47q-19 0 -27 9t-8 23l34 324q-40 -83 -89.5 -151t-105 -116.5t-116 -75t-122.5 -26.5q-67 0 -117 25.5t-84 72.5t-51 113.5t-17 149.5z M162 356q0 -137 52 -213.5t153 -76.5q58 0 116.5 32t113 91.5t102 143t84.5 184.5l36 295q-44 80 -109.5 112.5t-136.5 32.5q-65 0 -120.5 -26t-101 -71t-80.5 -104.5t-59.5 -126t-37 -137t-12.5 -136.5z" />
<glyph unicode="e" horiz-adv-x="916" d="M72 387q0 77 15 155t45.5 149.5t75 134t102 108.5t127 72.5t150.5 26.5q75 0 126.5 -21t83.5 -52t46.5 -67.5t14.5 -68.5q0 -42 -11 -79.5t-40 -71.5t-78 -64t-126 -55.5t-183.5 -45.5t-249.5 -35q-2 -22 -3 -42.5t-1 -41.5q0 -153 69 -238.5t208 -85.5q54 0 98 11.5 t78 30t60.5 39t46.5 39t35 30t27 11.5t22 -10l23 -27q-50 -53 -98 -91.5t-96.5 -63t-101 -36t-111.5 -11.5q-85 0 -151 28t-111 79.5t-68.5 126t-23.5 166.5zM181 541q130 14 224.5 33t160 40t106 45.5t63 50.5t30 54t7.5 57q0 22 -9.5 47t-32 45.5t-59 34.5t-89.5 14 q-82 0 -148 -35t-117 -93t-85.5 -134t-50.5 -159z" />
<glyph unicode="f" horiz-adv-x="581" d="M68 945q0 1 0.5 6.5t3.5 35.5h155l17 129q10 87 39.5 153t74 110t101 66t121.5 22q29 0 57.5 -5.5t50.5 -15.5l-10 -49q-1 -11 -15 -12q-11 0 -32 4.5t-47 4.5q-46 0 -87.5 -15.5t-74 -49t-55.5 -86.5t-32 -130l-17 -126h289l-10 -72h-284l-108 -893l-43 -236 q-4 -23 -17.5 -32.5t-32.5 -9.5h-36l143 1170l-129 9q-22 2 -22 22z" />
<glyph unicode="g" horiz-adv-x="902" d="M-60 -136q0 74 38 130.5t104 95.5t154 59.5t188 20.5q35 0 69.5 -2.5t70.5 -7.5q-17 24 -29 50.5t-12 58.5q0 36 12.5 73t47.5 89q-42 -29 -89 -44t-102 -15q-58 0 -108.5 18.5t-86.5 54.5t-56.5 89t-20.5 122q0 71 25 139t72.5 121.5t117 85.5t159.5 32q52 0 98 -12.5 t82 -38.5h266l-4 -33q-1 -10 -7.5 -17.5t-21.5 -9.5l-166 -14q18 -32 28.5 -70.5t10.5 -84.5q-1 -56 -14.5 -102.5t-34 -85t-44.5 -71.5t-44.5 -65t-34 -64.5t-13.5 -69.5q0 -31 12.5 -57t30 -50.5t39 -49.5t39.5 -53t30.5 -60.5t12.5 -72.5q0 -65 -33 -124.5t-92.5 -106 t-142.5 -74t-186 -27.5q-81 0 -148 16.5t-115.5 47.5t-75 76.5t-26.5 102.5zM32 -126q0 -44 20 -78.5t56.5 -57.5t89 -35t115.5 -12q80 0 145.5 21.5t112 57t72.5 82t27 95.5q0 50 -16.5 86t-40.5 65l1 -3q-50 8 -95 11.5t-87 3.5q-101 0 -176 -19t-124.5 -51.5t-74.5 -75.5 t-25 -90zM209 656q0 -109 55 -165t151 -56q66 0 117.5 27.5t87 72.5t54 101.5t18.5 114.5q0 106 -56 160t-152 54q-66 0 -117 -26.5t-86 -69.5t-53.5 -99t-18.5 -114z" />
<glyph unicode="h" horiz-adv-x="1054" d="M104 0l181 1490h96l-94 -778q41 77 90.5 136.5t104.5 101t112 63t116 21.5q115 0 171.5 -73.5t56.5 -211.5q0 -8 -0.5 -19t-3 -36.5t-7.5 -73.5t-14.5 -128t-23 -200.5t-34.5 -291.5h-96l77 651q6 47 6 89q0 104 -39.5 158.5t-124.5 54.5q-55 0 -112.5 -28t-111.5 -80.5 t-102 -127.5t-85 -167l-66 -550h-97z" />
<glyph unicode="i" horiz-adv-x="465" d="M123 0l124 1019h95l-124 -1019h-95zM244 1370q0 18 7 34.5t19 29.5t27 20t33 7q16 0 32 -7t28 -19.5t19.5 -29t7.5 -35.5q0 -18 -7.5 -34t-19.5 -28.5t-28 -19.5t-32 -7q-17 0 -32.5 7t-27.5 19.5t-19 28.5t-7 34z" />
<glyph unicode="j" horiz-adv-x="450" d="M-151 -356l6 22q5 23 8.5 31t11.5 8t21.5 -4t35.5 -4q76 0 118 45t52 128l142 1149h94l-141 -1149q-6 -53 -26.5 -98t-53 -78.5t-77 -52.5t-98.5 -19q-30 0 -51.5 5.5t-41.5 16.5zM242 1370q0 18 7 34.5t19 29.5t27 20t33 7q16 0 32 -7t28 -19.5t19.5 -29t7.5 -35.5 q0 -18 -8 -34t-20 -28.5t-28 -19.5t-32 -7q-17 0 -32.5 7t-27 19.5t-18.5 28.5t-7 34z" />
<glyph unicode="k" horiz-adv-x="909" d="M101 0l183 1490h95l-112 -908h38q18 0 29.5 4.5t26.5 18.5l422 388q12 11 23.5 18.5t29.5 7.5h84l-466 -427q-11 -10 -21 -19t-21 -15q14 -8 23 -19.5t19 -24.5l372 -514h-82q-14 0 -23 5t-19 19l-337 458q-14 18 -27.5 25t-41.5 7h-37l-62 -514h-96z" />
<glyph unicode="l" horiz-adv-x="458" d="M120 0l180 1490h95l-181 -1490h-94z" />
<glyph unicode="m" horiz-adv-x="1588" d="M96 0l123 1022h44q36 0 36 -37l-29 -285q80 159 184.5 246.5t220.5 87.5q102 0 145.5 -64.5t43.5 -185.5q0 -35 -3 -74q40 82 87.5 142.5t100.5 101t108 60.5t110 20q110 0 158 -69t48 -197q0 -10 -1 -23t-3.5 -40.5t-7.5 -76t-14 -130.5t-23.5 -203.5t-34.5 -294.5h-96 l77 651q4 32 6 60t2 54q0 92 -31.5 139.5t-110.5 47.5q-50 0 -102 -23t-101.5 -69t-94 -115.5t-80.5 -163.5l-68 -581h-96l77 651q9 71 9 126q0 86 -29.5 130.5t-105.5 44.5q-117 0 -215.5 -106.5t-173.5 -300.5l-65 -545h-95z" />
<glyph unicode="n" horiz-adv-x="1048" d="M96 0l123 1022h44q35 0 35 -37l-30 -295q42 81 93 145t107 108.5t115.5 67.5t119.5 23q114 0 171.5 -74.5t57.5 -214.5q0 -9 -0.5 -20.5t-3 -37t-8 -72.5t-14.5 -126t-23 -198.5t-34 -290.5h-96l76 651q6 47 7 89q0 103 -39.5 157.5t-124.5 54.5q-57 0 -115.5 -29 t-113.5 -83t-103 -130t-85 -171l-62 -539h-97z" />
<glyph unicode="o" horiz-adv-x="1011" d="M73 406q0 124 36.5 238t104 201t159.5 138.5t202 51.5q82 0 149.5 -29t115 -83t73.5 -131.5t26 -174.5q0 -124 -37.5 -237.5t-104 -201t-158.5 -139.5t-203 -52q-82 0 -149 28.5t-114.5 83t-73.5 132t-26 175.5zM170 406q0 -163 72 -253t202 -90q89 0 162.5 47t125.5 124 t80.5 177t28.5 205q0 164 -73 253t-202 89q-59 0 -111.5 -21t-96.5 -58.5t-79 -89.5t-59 -113.5t-37 -129.5t-13 -140z" />
<glyph unicode="p" horiz-adv-x="1033" d="M51 -360l168 1382h44q36 0 36 -37l-33 -320q40 83 90 151t105.5 116.5t116 75t122.5 26.5q67 0 117 -25.5t84 -72t51.5 -113t17.5 -148.5q0 -79 -16.5 -160.5t-46.5 -157.5t-73.5 -144t-99 -118t-121.5 -79t-140 -29q-83 0 -153 36.5t-114 108.5l-61 -492h-94zM215 210 q45 -81 110.5 -114t136.5 -33q65 0 120.5 26.5t101 71.5t81 105t59.5 126.5t36.5 136.5t12.5 137q0 137 -52 213t-152 76q-58 0 -117 -32t-113.5 -91.5t-102.5 -143t-85 -185.5z" />
<glyph unicode="q" horiz-adv-x="1003" d="M61 342q0 89 22.5 174.5t64 162.5t99 141.5t126.5 111.5t148 73.5t163 26.5q61 0 114.5 -10.5t105.5 -37.5l-165 -1344h-55q-20 0 -29 11t-9 30q0 8 1 13l81 642q-39 -79 -84.5 -143t-97 -110t-108.5 -71t-119 -25q-65 0 -112.5 25t-80 71t-49 111.5t-16.5 147.5z M159 357q0 -137 46.5 -213t145.5 -76q58 0 114 32t107.5 91.5t96.5 142.5t81 184l1 3l53 418q-60 20 -131 20q-69 0 -133.5 -23t-121.5 -64t-104.5 -97t-82 -123t-53.5 -142t-19 -153z" />
<glyph unicode="r" horiz-adv-x="688" d="M96 0l123 1022h44q36 0 36 -37l-30 -303q70 167 159.5 257.5t191.5 90.5q42 0 86 -17l-18 -91q-47 17 -88 17q-110 0 -197.5 -108t-149.5 -312l-62 -519h-95z" />
<glyph unicode="s" horiz-adv-x="790" d="M34 108l23 34q6 8 12.5 12.5t15.5 4.5q10 0 25.5 -16.5t42.5 -36.5t69 -36.5t106 -16.5q60 0 109.5 20t85 55t55 80.5t19.5 96.5q0 45 -19.5 76t-51 53t-72.5 37t-83.5 30t-83.5 33t-73 43.5t-51.5 62.5t-19.5 90q0 59 26 114t72 97.5t109.5 67.5t138.5 25 q86 0 149.5 -26.5t113.5 -79.5l-24 -34q-8 -14 -22 -14q-10 0 -25 12.5t-41 28.5t-63.5 29t-94.5 13q-52 0 -98.5 -17.5t-81 -47t-54.5 -67.5t-20 -81q0 -42 19.5 -71t52 -50t73 -36t83.5 -30.5t83.5 -34.5t72.5 -45.5t51.5 -65t19.5 -92.5q0 -66 -26 -127.5t-74 -109 t-116.5 -76t-152.5 -28.5q-99 0 -165.5 34.5t-114.5 89.5z" />
<glyph unicode="t" horiz-adv-x="673" d="M111 934l5 42l160 12l68 365q2 9 9 16t18 7h47l-48 -389h295l-9 -73h-295l-70 -575q-5 -42 -8 -68.5t-5.5 -43.5t-3 -25t-0.5 -13q0 -67 31.5 -96.5t80.5 -29.5q34 0 60 11t45.5 24t32 23.5t18.5 10.5t9 -2.5t6 -7.5l18 -43q-41 -43 -99 -69t-117 -26q-84 0 -131.5 46 t-48.5 141q0 6 0.5 15.5t2 27.5t5 47.5t9.5 74.5l69 578h-134q-20 1 -20 20z" />
<glyph unicode="u" horiz-adv-x="1046" d="M117 276q0 9 0.5 20t3 37t7.5 72.5t14.5 125.5t23 198t34.5 290h96l-77 -648q-6 -48 -6 -89q0 -104 39.5 -159t124.5 -55q56 0 113.5 28.5t111.5 82t102.5 129t85.5 169.5l65 542h96l-123 -1019h-45q-19 0 -28 10t-9 28l31 290q-42 -81 -92.5 -144.5t-106.5 -107 t-115.5 -66.5t-118.5 -23q-114 0 -170.5 75t-56.5 214z" />
<glyph unicode="v" horiz-adv-x="924" d="M85 1019h75q14 0 21.5 -7.5t9.5 -17.5l208 -804q4 -24 7 -46t5 -46q13 43 34 92l407 804q5 11 15 18t21 7h73l-523 -1019h-80z" />
<glyph unicode="w" horiz-adv-x="1395" d="M88 1019h69q26 0 30 -25l138 -804q4 -23 4.5 -43.5t0.5 -41.5q8 20 16 41.5t18 43.5l350 811q8 23 30 23h37q23 0 26 -23l150 -811q5 -24 7 -45t4 -43q6 22 13 43.5t17 44.5l334 804q5 11 14 18t20 7h68l-437 -1019h-69q-15 0 -20 22l-156 827q-5 26 -6 47 q-7 -23 -18 -47l-360 -827q-8 -22 -25 -22h-68z" />
<glyph unicode="x" horiz-adv-x="874" d="M-44 0l424 545l-257 474h82q13 0 19 -3.5t12 -11.5l214 -408q7 15 16 28l295 377q7 8 12.5 13t14.5 5h86l-373 -475l285 -544h-81q-13 0 -21 5.5t-13 17.5l-241 466q-6 -15 -15 -27l-342 -442q-7 -8 -15 -14t-20 -6h-82z" />
<glyph unicode="y" horiz-adv-x="924" d="M88 1019h76q14 0 20.5 -6.5t10.5 -18.5l215 -792q4 -15 5.5 -30.5t3.5 -31.5q6 15 12.5 31t14.5 31l411 795q5 11 14.5 16.5t18.5 5.5h75l-708 -1351q-14 -29 -42 -28h-69l215 398z" />
<glyph unicode="z" horiz-adv-x="858" d="M9 0l4 39q1 8 6.5 18.5t13.5 19.5l689 865h-567l10 77h683l-6 -41q-3 -20 -19 -39l-687 -862h573l-10 -77h-690z" />
<glyph unicode="{" horiz-adv-x="565" d="M73 611l7 61q76 0 123 59.5t47 180.5q0 61 -7 132.5t-7 133.5q0 87 22 156t61.5 117.5t96.5 74.5t128 26h52l-4 -41q-2 -11 -11.5 -16.5t-17.5 -5.5h-29q-59 0 -100.5 -26t-66.5 -70t-35.5 -100.5t-10.5 -115.5q0 -68 4.5 -135.5t4.5 -131.5q0 -46 -8.5 -89t-28.5 -78.5 t-52 -62t-79 -39.5q25 -6 46 -20t37 -35t26 -48t10 -60q0 -62 -17.5 -122.5t-38.5 -121.5t-38.5 -124t-17.5 -129q0 -42 11 -76t31 -58.5t49 -38t65 -13.5h31q7 0 14.5 -5t7.5 -15v-1q0 -1 -0.5 -6t-1.5 -13.5t-3 -23.5h-52q-57 0 -101 19t-73.5 52.5t-45 79t-15.5 99.5 q0 70 18 132.5t39.5 122.5t39.5 119.5t18 122.5q0 58 -35 95.5t-93 37.5z" />
<glyph unicode="|" horiz-adv-x="614" d="M207 -360v1913h77v-1913h-77z" />
<glyph unicode="}" horiz-adv-x="565" d="M3 -269l4 41q2 11 11.5 16.5t17.5 5.5h30q59 0 100 26t66 70t36 100t11 116q0 68 -5 135.5t-5 131.5q0 46 8.5 89t28.5 79t51.5 62t79.5 39q-25 6 -46 20t-37 34.5t-26 48t-10 60.5q0 62 17.5 122.5t38.5 121.5t38.5 124t17.5 130q0 41 -11 75t-31 58.5t-49.5 38 t-64.5 13.5h-31q-7 0 -14.5 5t-7.5 15v1q0 1 0.5 6t1.5 13.5t3 23.5h53q56 0 100 -19t73.5 -52.5t45 -79t15.5 -98.5q0 -70 -18 -133t-39.5 -123t-39.5 -119.5t-18 -122.5q0 -58 35 -95.5t93 -37.5l-7 -61q-76 0 -123 -59t-47 -181q0 -61 7.5 -132.5t7.5 -133.5 q0 -87 -22.5 -156t-62 -117.5t-96.5 -74.5t-128 -26h-52z" />
<glyph unicode="~" d="M82 444q0 56 16.5 104.5t47 84.5t75 56.5t102.5 20.5q53 0 107.5 -20t108 -44.5t103.5 -44.5t94 -20q38 0 69.5 13.5t53 38t33 58.5t11.5 74h80q0 -56 -16.5 -104.5t-47 -84t-75.5 -56t-103 -20.5q-52 0 -106.5 20t-108.5 44.5t-104 44.5t-94 20q-39 0 -69.5 -14 t-52 -38.5t-33 -58.5t-12.5 -74h-79z" />
<glyph unicode="&#xa2;" d="M159 430q0 132 39 242t111.5 190t176.5 125t235 47l36 212q2 12 11 22t23 10h35l-42 -246q88 -8 155 -38t114 -76l-28 -33q-5 -5 -10 -8.5t-14 -3.5t-24 11.5t-42 26.5t-67 28.5t-97 18.5l-154 -898q77 2 132.5 19.5t93 37.5t59 36.5t32.5 16.5t17 -9l22 -31 q-27 -29 -65 -54t-85.5 -44t-102.5 -30.5t-115 -13.5l-37 -216q-2 -13 -10.5 -22t-21.5 -9h-36l42 247q-88 6 -159 38.5t-121 89.5t-76.5 136.5t-26.5 177.5zM252 435q0 -83 21 -149t60 -113.5t94.5 -75.5t126.5 -35l154 897q-108 -3 -192.5 -40.5t-143 -106t-89.5 -164 t-31 -213.5z" />
<glyph unicode="&#xa3;" d="M32 0l8 66q37 13 68 31t55 44.5t40 64t22 91.5l43 351h-180l4 38q2 11 11.5 19.5t23.5 8.5h149l37 304q11 95 50 177t101.5 142t147.5 94t190 34q82 0 142 -19t101 -51t68 -76t43 -93l-41 -23q-12 -5 -21 -5q-17 0 -29 17q-16 33 -35.5 64t-50 54.5t-75.5 37t-111 13.5 q-80 0 -146.5 -26.5t-116 -75t-80.5 -115.5t-40 -148l-37 -305h517l-4 -37q-2 -12 -11.5 -20.5t-23.5 -8.5h-486l-40 -330q-5 -45 -16.5 -80.5t-29.5 -65t-42 -53.5t-56 -44q23 4 44 6t44 2h810l-4 -40q-2 -15 -15.5 -29t-33.5 -14h-994z" />
<glyph unicode="&#xa5;" d="M152 394l7 58h375l15 120h-375l6 59h356l-331 818h79q26 0 34 -26l273 -684q8 -20 11.5 -38t5.5 -35q7 17 14.5 35t20.5 38l440 684q7 11 17.5 18.5t24.5 7.5h80l-533 -818h355l-7 -59h-376l-15 -120h376l-7 -58h-375l-49 -394h-95l48 394h-375z" />
<glyph unicode="&#xa9;" horiz-adv-x="1651" d="M110 725q0 101 26.5 196t74.5 177t115.5 149.5t149.5 115.5t176 74.5t197 26.5q101 0 196 -26.5t177 -74.5t149.5 -115.5t115.5 -149.5t74.5 -177t26.5 -196q0 -102 -26.5 -196.5t-74.5 -176.5t-115.5 -149.5t-149.5 -115.5t-177 -74.5t-196 -26.5t-196 26.5t-177 74.5 t-149.5 115.5t-115.5 149.5t-74.5 176.5t-26.5 196.5zM171 725q0 -142 52.5 -266.5t145 -217.5t216 -146t264.5 -53q94 0 181 24t163 68.5t138 106.5t106.5 138t68.5 163.5t24 182.5q0 142 -53.5 266.5t-146 218t-216.5 147t-265 53.5t-264.5 -53.5t-216 -147t-145 -218 t-52.5 -266.5zM411 726q0 102 34 187t95 146t146 95t186 34q53 0 98 -8t83 -22.5t71 -35.5t64 -49l-24 -34q-7 -11 -21 -11q-9 0 -26 13.5t-47.5 29t-77 29t-115.5 13.5q-85 0 -155 -27t-119.5 -77.5t-76.5 -122t-27 -160.5q0 -92 27 -164t75.5 -121.5t114.5 -75.5t144 -26 q61 0 105.5 9.5t76.5 23.5t55 30t43 29q2 2 5.5 4t6.5 2q5 0 8 -2t4 -3l35 -36q-60 -60 -142 -96t-201 -36q-98 0 -180 33.5t-141 94t-91.5 145.5t-32.5 189z" />
<glyph unicode="&#xad;" horiz-adv-x="626" d="M101 567l12 80h438l-9 -80h-441z" />
<glyph unicode="&#xae;" horiz-adv-x="1651" d="M116 725q0 101 26.5 196t74.5 177t115.5 149.5t149.5 115.5t176.5 74.5t196.5 26.5t196.5 -26.5t176.5 -74.5t149.5 -115.5t115.5 -149.5t74.5 -177t26.5 -196q0 -102 -26.5 -196.5t-74.5 -176.5t-115.5 -149.5t-149.5 -115.5t-177 -74.5t-196 -26.5t-196 26.5t-177 74.5 t-149.5 115.5t-115.5 149.5t-74.5 176.5t-26.5 196.5zM177 725q0 -142 53 -266.5t145 -217.5t215.5 -146t264.5 -53q94 0 181 24t163 68.5t138 106.5t106.5 138t68.5 163.5t24 182.5q0 142 -53 266.5t-146 218t-217 147t-265 53.5t-264.5 -53.5t-215.5 -147t-145 -218 t-53 -266.5zM581 272v907h253q158 0 237.5 -59t79.5 -180q0 -102 -65.5 -167.5t-186.5 -82.5q12 -7 21.5 -17t19.5 -24l292 -377h-81q-19 0 -32 17l-277 359q-8 11 -20.5 18t-41.5 7h-112v-401h-87zM668 738h151q124 0 185 50t61 143q0 94 -55 137t-176 43h-166v-373z" />
<glyph unicode="&#xb4;" horiz-adv-x="552" d="M279 1189l177 244q13 17 25.5 24.5t35.5 7.5h93l-237 -260q-15 -16 -38 -16h-56z" />
<glyph unicode="&#x2000;" horiz-adv-x="832" />
<glyph unicode="&#x2001;" horiz-adv-x="1666" />
<glyph unicode="&#x2002;" horiz-adv-x="832" />
<glyph unicode="&#x2003;" horiz-adv-x="1666" />
<glyph unicode="&#x2004;" horiz-adv-x="555" />
<glyph unicode="&#x2005;" horiz-adv-x="415" />
<glyph unicode="&#x2006;" horiz-adv-x="277" />
<glyph unicode="&#x2007;" horiz-adv-x="277" />
<glyph unicode="&#x2008;" horiz-adv-x="207" />
<glyph unicode="&#x2009;" horiz-adv-x="332" />
<glyph unicode="&#x200a;" horiz-adv-x="92" />
<glyph unicode="&#x2010;" horiz-adv-x="626" d="M101 567l12 80h438l-9 -80h-441z" />
<glyph unicode="&#x2011;" horiz-adv-x="626" d="M101 567l12 80h438l-9 -80h-441z" />
<glyph unicode="&#x2012;" horiz-adv-x="626" d="M101 567l12 80h438l-9 -80h-441z" />
<glyph unicode="&#x2013;" horiz-adv-x="1020" d="M146 556l9 71h742l-8 -71h-743z" />
<glyph unicode="&#x2014;" horiz-adv-x="1502" d="M146 556l9 71h1223l-9 -71h-1223z" />
<glyph unicode="&#x2018;" horiz-adv-x="374" d="M209 1201q0 90 47 172t121 150l23 -17q6 -5 7 -12q0 -5 -3 -10t-11 -14q-42 -50 -71.5 -110.5t-29.5 -124.5q0 -48 19 -91q2 -4 2 -11q0 -16 -17 -23l-64 -26q-23 57 -23 117z" />
<glyph unicode="&#x2019;" horiz-adv-x="374" d="M158 1101q0 5 3 9.5t11 13.5q43 50 71.5 110.5t28.5 125.5q0 24 -4 46t-14 45q-2 4 -2 11q0 15 17 23l64 25q24 -56 23 -116q0 -90 -47 -172.5t-121 -149.5l-23 17q-7 5 -7 12z" />
<glyph unicode="&#x201c;" horiz-adv-x="629" d="M209 1201q0 90 47 172t121 150l23 -17q6 -5 7 -12q0 -5 -3 -10t-11 -14q-42 -50 -71.5 -110.5t-29.5 -124.5q0 -48 19 -91q2 -4 2 -11q0 -16 -17 -23l-64 -26q-23 57 -23 117zM465 1201q0 90 47 172t121 150l23 -17q6 -5 7 -12q0 -5 -3 -10t-11 -14q-42 -50 -71.5 -110.5 t-29.5 -124.5q0 -48 19 -91q2 -4 2 -11q0 -16 -17 -23l-64 -26q-23 57 -23 117z" />
<glyph unicode="&#x201d;" horiz-adv-x="629" d="M173 1101q0 5 3 9.5t11 13.5q43 50 72 110.5t29 125.5q0 24 -4 46t-15 45q-2 4 -2 11q0 15 18 23l63 25q24 -56 24 -116q0 -90 -47 -172.5t-121 -149.5l-24 17q-7 5 -7 12zM429 1101q0 5 3 9.5t11 13.5q43 50 72 110.5t29 125.5q0 24 -4 46t-15 45q-2 4 -2 11q0 15 18 23 l63 25q24 -56 24 -116q0 -90 -47 -172.5t-121 -149.5l-24 17q-7 5 -7 12z" />
<glyph unicode="&#x2022;" d="M321 610q0 62 23.5 117.5t64.5 97t94.5 65t114.5 23.5q62 0 118 -23.5t96.5 -65t64.5 -96.5t24 -118q0 -61 -24 -115t-64.5 -95t-96 -64.5t-118.5 -23.5q-61 0 -114.5 23.5t-94.5 64.5t-64.5 95t-23.5 115z" />
<glyph unicode="&#x2026;" horiz-adv-x="1409" d="M59 79q0 19 7.5 36.5t20 30.5t29.5 20.5t38 7.5q19 0 37 -7.5t30.5 -20.5t20.5 -30.5t8 -36.5q0 -40 -28 -67t-68 -27t-67.5 27t-27.5 67zM562 79q0 19 7.5 36.5t20 30.5t29.5 20.5t37 7.5q19 0 37 -7.5t30.5 -20.5t20.5 -30.5t8 -36.5q0 -20 -8 -37t-20.5 -30t-30 -20 t-37.5 -7q-40 0 -67 27t-27 67zM1064 79q0 19 7 36.5t20 30.5t30 20.5t37 7.5q19 0 37 -7.5t31 -20.5t20.5 -30.5t7.5 -36.5q0 -40 -28 -67t-68 -27t-67 27t-27 67z" />
<glyph unicode="&#x202f;" horiz-adv-x="332" />
<glyph unicode="&#x205f;" horiz-adv-x="415" />
<glyph unicode="&#x20ac;" d="M42 584l6 58h161q2 48 6 93.5t12 88.5h-155l6 59h162q31 136 88.5 243.5t138.5 182.5t182.5 115t217.5 40q66 0 120 -11.5t98.5 -34t82 -56t70.5 -76.5l-38 -37q-5 -5 -8.5 -7.5t-11.5 -2.5t-18.5 11t-26 26.5t-38 34t-55 34.5t-77 26.5t-104.5 10.5q-97 0 -181 -32.5 t-151.5 -96.5t-117 -157.5t-76.5 -212.5h628l-4 -30q-2 -11 -10 -20t-25 -9h-600q-7 -43 -11.5 -88t-6.5 -94h534l-3 -30q-2 -12 -11.5 -20t-24.5 -8h-496q0 -125 26.5 -221.5t76.5 -162t121.5 -99.5t162.5 -34q63 0 114 12t90.5 31t69 41t50.5 41t35.5 31.5t23.5 12.5 q8 0 17 -10l32 -33q-42 -47 -90 -85.5t-103 -66t-118.5 -42t-135.5 -14.5q-113 0 -200.5 41.5t-147.5 119t-90.5 188.5t-30.5 250h-166z" />
<glyph unicode="&#x2122;" horiz-adv-x="1344" d="M176 1390l8 59h444l-7 -59h-187l-64 -530h-71l65 530h-188zM673 860l71 589h57q10 0 15 -2.5t8 -10.5l156 -375q2 -8 4 -15t4 -15q3 8 7 15t10 15l243 375q5 8 10.5 10.5t15.5 2.5h55l-71 -589h-61l55 457l10 40l-251 -387q-9 -15 -27 -16h-10q-15 0 -23 16l-160 389v-42 l-57 -457h-61z" />
<glyph unicode="&#xe000;" horiz-adv-x="1020" d="M0 1020h1020v-1020h-1020v1020z" />
</font>
</defs></svg>

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,147 @@
<?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>
This is a custom SVG webfont generated by Font Squirrel.
Copyright : Copyright c 20102011 by tyPoland Lukasz Dziedzic with Reserved Font Name Lato Licensed under the SIL Open Font License Version 11
Designer : Lukasz Dziedzic
Foundry : tyPoland Lukasz Dziedzic
Foundry URL : httpwwwtypolandcom
</metadata>
<defs>
<font id="LatoRegular" horiz-adv-x="1187" >
<font-face units-per-em="2048" ascent="1649" descent="-399" />
<missing-glyph horiz-adv-x="395" />
<glyph unicode=" " horiz-adv-x="395" />
<glyph unicode="&#x09;" horiz-adv-x="395" />
<glyph unicode="&#xa0;" horiz-adv-x="395" />
<glyph unicode="!" horiz-adv-x="702" d="M223 113q0 27 10 50t26.5 40.5t40.5 28t50 10.5q27 0 50.5 -10.5t41 -28t27 -41t9.5 -49.5q0 -28 -9.5 -51t-27 -40.5t-41 -27t-50.5 -9.5t-50.5 9.5t-40 27t-26.5 40.5t-10 51zM267 882v585h173v-585q0 -46 -1.5 -90t-4.5 -89t-7.5 -91.5t-10.5 -99.5h-124 q-6 53 -11 99.5t-8 91.5t-4.5 89t-1.5 90z" />
<glyph unicode="&#x22;" horiz-adv-x="813" d="M156 1170v297h158v-297l-16 -158q-3 -33 -17.5 -51t-46.5 -18q-27 0 -41.5 18t-20.5 51zM497 1170v297h158v-297l-16 -158q-3 -33 -17.5 -51t-46.5 -18q-27 0 -41.5 18t-20.5 51z" />
<glyph unicode="#" d="M55 485q0 5 0.5 11.5t1.5 12.5l9 58h208l67 334h-238l14 76q5 30 23.5 44t58.5 14h161l74 367q6 31 28 48t53 17h82l-86 -432h253l86 432h81q26 0 42.5 -15t16.5 -40q0 -8 -1 -13l-75 -364h218l-14 -77q-5 -30 -24 -43.5t-58 -13.5h-141l-67 -334h184q25 0 38 -11.5 t13 -41.5q0 -5 -0.5 -10.5t-1.5 -11.5l-9 -59h-243l-86 -433h-83q-24 0 -40 17.5t-16 44.5q0 4 0.5 8t1.5 9l72 354h-252l-73 -363q-8 -38 -31 -54t-53 -16h-81l87 433h-150q-24 0 -37 11.5t-13 40.5zM425 567h253l66 334h-252z" />
<glyph unicode="$" d="M109 175l54 84q7 11 20.5 18.5t27.5 7.5q19 0 44 -19.5t60.5 -44.5t85.5 -49t119 -32l38 544q-72 22 -141 49t-123.5 70.5t-88 109.5t-33.5 165q0 75 29 146t85 126.5t138 91t188 39.5l11 147q2 19 15 34.5t36 15.5h67l-14 -202q108 -13 185.5 -55.5t139.5 -101.5 l-44 -68q-20 -31 -47 -30q-14 0 -35.5 12.5t-51 29.5t-68.5 34t-89 24l-34 -496q74 -23 145.5 -49t129 -68t92.5 -105t35 -158q0 -92 -30.5 -173t-89.5 -142t-144.5 -99.5t-194.5 -44.5l-13 -181q-2 -19 -15.5 -34t-35.5 -15h-67l15 232q-124 11 -225.5 60.5t-175.5 126.5z M344 1097q0 -49 17.5 -85.5t48 -64t71.5 -48t89 -37.5l31 462q-67 -6 -115.5 -26.5t-79.5 -51.5t-46.5 -69t-15.5 -80zM636 140q67 6 118.5 29.5t87 59t53 83t17.5 105.5q0 51 -19 88t-51.5 63.5t-76.5 46t-94 35.5z" />
<glyph unicode="%" horiz-adv-x="1609" d="M74 1113q0 88 24.5 156.5t68.5 116t103 72t128 24.5t129 -24.5t103.5 -72t68.5 -116t25 -156.5q0 -86 -26.5 -154t-71 -114.5t-104 -71t-124.5 -24.5q-70 0 -128.5 24.5t-102.5 71t-68.5 114.5t-24.5 154zM170 0l1067 1431q13 17 28 26.5t40 9.5h131l-1072 -1437 q-10 -13 -24.5 -21.5t-34.5 -8.5h-135zM217 1113q0 -67 14 -113.5t38.5 -75.5t57.5 -42t71 -13t71.5 13t58.5 42t39.5 76t14.5 113q0 68 -14.5 115t-39.5 77t-58.5 43.5t-71.5 13.5t-71 -13.5t-57.5 -43.5t-38.5 -77t-14 -115zM886 346q0 88 24.5 157t68.5 116.5t103 72 t128 24.5t128.5 -24.5t103.5 -72t68.5 -116.5t24.5 -157q0 -86 -26.5 -153.5t-71 -114t-103.5 -71t-124 -24.5q-70 0 -128.5 24.5t-102.5 71t-68.5 114t-24.5 153.5zM1029 346q0 -67 14 -113t38.5 -75t57.5 -42t71 -13t71.5 13t58.5 42t39.5 75.5t14.5 112.5 q0 68 -14.5 115.5t-39.5 77t-58.5 43t-71.5 13.5t-71 -13.5t-57.5 -43t-38.5 -77t-14 -115.5z" />
<glyph unicode="&#x26;" horiz-adv-x="1439" d="M84 391q0 72 24 136t66.5 118t101 97t127.5 74q-62 79 -91.5 153.5t-29.5 154.5q0 75 27 140.5t78 114t124.5 77t164.5 28.5q81 0 147.5 -26t115 -69t76.5 -100t33 -119l-114 -22q-5 -1 -9 -1q-13 0 -25 7t-17 26q-7 27 -23 55.5t-41 52t-60.5 38.5t-82.5 15 q-51 0 -92 -16t-70.5 -45.5t-45 -69t-15.5 -85.5q0 -36 8.5 -68.5t26 -66t45 -68.5t66.5 -74l422 -429q39 69 62 144t31 151q2 19 12.5 30.5t28.5 11.5h113q-2 -118 -38 -231.5t-104 -213.5l308 -311h-177q-30 0 -48 7t-41 30l-147 148q-96 -93 -221.5 -147t-276.5 -54 q-82 0 -160.5 27.5t-140.5 80t-100 128.5t-38 171zM269 406q0 -67 24.5 -117.5t64.5 -85.5t91.5 -53t104.5 -18q115 0 206 42t161 112l-434 437q-109 -58 -163.5 -139.5t-54.5 -177.5z" />
<glyph unicode="'" horiz-adv-x="471" d="M156 1170v297h158v-297l-16 -158q-3 -33 -17.5 -51t-46.5 -18q-27 0 -41.5 18t-20.5 51z" />
<glyph unicode="(" horiz-adv-x="614" d="M137 644q0 124 15.5 243t48.5 235t87 231.5t131 234.5l81 -50q11 -7 18 -16.5t7 -23.5q0 -15 -10 -35q-108 -186 -163.5 -393t-55.5 -426t56.5 -425.5t162.5 -393.5q6 -11 8 -19.5t2 -16.5q0 -14 -7 -23.5t-18 -16.5l-81 -49q-77 118 -131 233.5t-87 232.5t-48.5 235 t-15.5 243z" />
<glyph unicode=")" horiz-adv-x="614" d="M76 -211q0 8 2 16.5t8 19.5q106 187 162.5 393.5t56.5 425.5t-55.5 426t-163.5 393q-10 19 -10 35q0 14 7 23.5t18 16.5l81 50q77 -119 131 -234.5t87 -231.5t48.5 -235t15.5 -243q0 -125 -15.5 -243t-48.5 -235t-87 -232.5t-131 -233.5l-81 49q-11 7 -18 16.5t-7 23.5z " />
<glyph unicode="*" horiz-adv-x="819" d="M98 1341l45 77l178 -102q36 -20 58 -53q-9 18 -13 37t-4 39v203h91v-202q0 -42 -15 -73q11 15 25 26.5t32 22.5l176 101l45 -77l-176 -102q-17 -11 -34.5 -17.5t-35.5 -8.5q18 -2 35 -7.5t35 -16.5l177 -104l-45 -76l-177 102q-18 11 -33 22.5t-26 27.5q16 -34 17 -74 v-202h-91v201q0 19 3 37t10 34q-20 -26 -54 -46l-177 -101l-45 76l176 103q37 22 75 24q-20 2 -38 8t-37 18z" />
<glyph unicode="+" d="M102 618v139h415v437h150v-437h416v-139h-416v-440h-150v440h-415z" />
<glyph unicode="," horiz-adv-x="434" d="M96 126q0 24 9 44.5t24.5 36.5t38 25.5t49.5 9.5q31 0 55 -11.5t40 -31.5t24 -46t8 -57q0 -46 -13.5 -95.5t-38 -98t-60.5 -95t-82 -85.5l-31 30q-13 12 -14 29q0 13 15 28q10 11 26 30t32.5 43.5t30 54t19.5 63.5h-13q-27 0 -48.5 9t-37 26t-24.5 40t-9 51z" />
<glyph unicode="-" horiz-adv-x="710" d="M102 537v154h506v-154h-506z" />
<glyph unicode="." horiz-adv-x="434" d="M90 113q0 27 10 50t26.5 40.5t40 28t50.5 10.5t50.5 -10.5t41 -28t27 -41t9.5 -49.5q0 -28 -9.5 -51t-27 -40.5t-41 -27t-50.5 -9.5t-50.5 9.5t-40 27t-26.5 40.5t-10 51z" />
<glyph unicode="/" horiz-adv-x="763" d="M-12 -92l615 1533q13 33 38 50t58 17h77l-611 -1530q-14 -36 -42.5 -53t-57.5 -17h-77z" />
<glyph unicode="0" d="M61 733q0 193 41 334t113 234t168.5 138t209.5 45q112 0 209.5 -45t169 -138t113 -234t41.5 -334t-41.5 -333.5t-113 -232.5t-169 -137t-209.5 -45q-113 0 -209.5 45t-168.5 137t-113 232.5t-41 333.5zM250 733q0 -168 28 -281.5t75 -183t109.5 -100t130.5 -30.5 t130 30.5t110 100t76 183t28 281.5t-28 282t-76 184t-110.5 100t-129.5 30q-68 0 -130.5 -30t-109.5 -100t-75 -184t-28 -282z" />
<glyph unicode="1" d="M207 1093l436 377h149v-1331h288v-139h-786v139h315v1001q0 45 3 91l-262 -224q-10 -8 -20.5 -12t-19.5 -4q-15 0 -27.5 7t-18.5 16z" />
<glyph unicode="2" d="M106 0v62q0 19 8 40t25 38l470 472q58 59 106.5 114t83 110.5t52.5 112.5t18 121q0 65 -20.5 113.5t-56 80t-84 47.5t-103.5 16t-102 -16.5t-83.5 -45.5t-61.5 -69t-35 -88q-8 -30 -24.5 -43t-43.5 -13q-5 0 -10.5 0.5t-13.5 1.5l-95 16q14 100 55 177.5t104 130 t144.5 79.5t175.5 27q93 0 174 -28t140 -80.5t93 -128.5t34 -172q0 -82 -24.5 -151.5t-66.5 -133.5t-97 -124t-116 -122l-386 -396q41 11 82.5 18t80.5 7h492q30 0 47 -17.5t17 -44.5v-111h-979z" />
<glyph unicode="3" d="M111 367l77 32q22 9 43 10q20 0 36.5 -9t24.5 -27q2 -4 4 -9l4 -10q14 -30 34.5 -67t55.5 -70t86.5 -55.5t128.5 -22.5t135 25t96 65t57.5 89.5t19.5 97.5q0 59 -15.5 108t-57 85t-115 56.5t-187.5 20.5v132q93 1 159 20.5t108 53.5t61 81t19 104q0 63 -20 110.5t-55 78 t-82.5 46t-102.5 15.5t-102.5 -16.5t-84 -45.5t-61 -69.5t-36.5 -87.5q-8 -30 -24.5 -43t-42.5 -13q-5 0 -10.5 0.5t-12.5 1.5l-95 16q14 100 55 177.5t104 130t144.5 79.5t175.5 27q93 0 172 -26.5t135.5 -76t88.5 -119t32 -154.5q0 -70 -18 -124.5t-51 -96t-80.5 -70.5 t-105.5 -46q143 -38 215.5 -127t72.5 -223q0 -101 -38.5 -182t-105 -138t-155 -87t-190.5 -30q-117 0 -199.5 29t-140 80t-94 121.5t-62.5 152.5z" />
<glyph unicode="4" d="M41 520l714 947h170v-938h222v-104q0 -16 -10 -27.5t-30 -11.5h-182v-386h-161v386h-650q-20 0 -35.5 12t-19.5 29zM239 529h525v606q0 27 1.5 57.5t6.5 62.5z" />
<glyph unicode="5" d="M111 138l55 78q18 27 49 27q19 0 45.5 -16t63 -35.5t86.5 -35.5t118 -16q77 0 138.5 24.5t105 70.5t67 109.5t23.5 141.5q0 69 -20 124.5t-60.5 94t-100.5 60t-141 21.5q-55 0 -114.5 -9t-123.5 -29l-115 33l119 686h695v-79q0 -39 -24.5 -64.5t-82.5 -25.5h-461 l-67 -385q115 25 212 25q115 0 202 -34t146.5 -93t90 -140t30.5 -176q0 -117 -41 -211.5t-112.5 -161.5t-167.5 -102.5t-208 -35.5q-65 0 -124 12.5t-110.5 34t-95 49t-77.5 58.5z" />
<glyph unicode="6" d="M111 484q0 96 43 205t136 234l372 500q14 18 39.5 31t58.5 13h162l-509 -644q52 36 115.5 56t137.5 20q88 0 166.5 -29t138 -85t94.5 -137.5t35 -185.5q0 -101 -37 -188.5t-103 -152t-159 -101t-205 -36.5q-111 0 -200.5 35t-153 100t-97.5 157.5t-34 207.5zM287 453 q0 -71 20.5 -129.5t60 -100.5t96 -65t129.5 -23q74 0 133 23.5t101.5 65.5t65.5 99.5t23 125.5q0 72 -22.5 129.5t-63 98t-98 62t-126.5 21.5q-74 0 -133 -25t-100.5 -67.5t-63.5 -98.5t-22 -116z" />
<glyph unicode="7" d="M113 1343v124h997v-82q0 -35 -7.5 -57t-16.5 -38l-607 -1225q-13 -27 -36.5 -46t-63.5 -19h-130l616 1210q13 26 27 47.5t32 40.5h-766q-17 0 -31 14t-14 31z" />
<glyph unicode="8" d="M98 401q0 141 74 233t211 131q-116 43 -174.5 128.5t-58.5 204.5q0 81 31.5 151.5t90 122.5t140 82t181.5 30q99 0 181 -30t140.5 -82t90 -122.5t31.5 -151.5q0 -119 -59 -204.5t-174 -128.5q137 -39 210.5 -130.5t73.5 -233.5q0 -96 -36 -173t-101 -131.5t-156.5 -83.5 t-200.5 -29q-110 0 -201 29t-156.5 83.5t-101.5 131.5t-36 173zM287 404q0 -61 21 -111.5t60.5 -87t96 -56.5t128.5 -20t128.5 20t96 56.5t60.5 87t21 111.5q0 76 -25 130t-67.5 87.5t-98 49.5t-115.5 16t-115.5 -16t-98 -49.5t-67.5 -87.5t-25 -130zM328 1095 q0 -50 14 -97.5t46 -83.5t82.5 -58t122.5 -22t122.5 22t82 58t46 83t14.5 98t-17 96t-50 79t-83 53t-115 19q-66 0 -115.5 -19t-83 -53t-50 -79t-16.5 -96z" />
<glyph unicode="9" d="M152 1023q0 96 35.5 180t100 146.5t153.5 98.5t196 36q105 0 191 -35t147.5 -97.5t95 -149.5t33.5 -192q0 -63 -12 -120t-34.5 -111.5t-53.5 -108.5t-71 -111l-358 -516q-13 -19 -37.5 -31t-56.5 -12h-168l447 585q23 30 42 56.5t37 52.5q-56 -45 -127 -68.5t-150 -23.5 q-83 0 -157 27.5t-130.5 81.5t-89.5 132.5t-33 179.5zM334 1036q0 -70 20 -124.5t57.5 -92.5t91 -57.5t120.5 -19.5q74 0 130.5 24.5t95.5 64t59.5 92t20.5 108.5q0 69 -22 124.5t-61 94.5t-93 60t-118 21q-68 0 -123.5 -22t-95 -61t-61 -93t-21.5 -119z" />
<glyph unicode=":" horiz-adv-x="516" d="M131 113q0 27 10 50t26.5 40.5t40 28t50.5 10.5t50.5 -10.5t41 -28t27 -41t9.5 -49.5q0 -28 -9.5 -51t-27 -40.5t-41 -27t-50.5 -9.5t-50.5 9.5t-40 27t-26.5 40.5t-10 51zM131 881q0 27 10 50t26.5 40.5t40 28t50.5 10.5t50.5 -10.5t41 -28t27 -41t9.5 -49.5 q0 -28 -9.5 -51t-27 -40.5t-41 -27t-50.5 -9.5t-50.5 9.5t-40 27t-26.5 40.5t-10 51z" />
<glyph unicode=";" horiz-adv-x="516" d="M131 881q0 27 10 50t26.5 40.5t40 28t50.5 10.5t50.5 -10.5t41 -28t27 -41t9.5 -49.5q0 -28 -9.5 -51t-27 -40.5t-41 -27t-50.5 -9.5t-50.5 9.5t-40 27t-26.5 40.5t-10 51zM137 126q0 24 9 44.5t24.5 36.5t38 25.5t49.5 9.5q31 0 55 -11.5t40 -31.5t24 -46t8 -57 q0 -46 -13.5 -95.5t-38 -98t-60.5 -95t-83 -85.5l-30 30q-13 12 -14 29q0 13 15 28q10 11 26 30t32.5 43.5t30 54t19.5 63.5h-13q-27 0 -48.5 9t-37 26t-24.5 40t-9 51z" />
<glyph unicode="&#x3c;" d="M152 651v76l792 411v-130q0 -17 -8 -30t-29 -24l-460 -233q-20 -11 -43 -19t-49 -14q26 -5 49 -13t43 -19l460 -232q20 -10 28.5 -23.5t8.5 -29.5v-131z" />
<glyph unicode="=" d="M154 450v138h879v-138h-879zM154 793v138h879v-138h-879z" />
<glyph unicode="&#x3e;" d="M244 240v131q0 16 8 29.5t29 23.5l459 232q20 10 42.5 18.5t47.5 13.5q-26 6 -47.5 14t-42.5 19l-459 233q-20 10 -28.5 23t-8.5 31v130l791 -411v-76z" />
<glyph unicode="?" horiz-adv-x="815" d="M35 1336q32 30 70 56.5t83.5 47t98.5 32.5t114 12q81 0 150.5 -23.5t119.5 -66.5t78.5 -104.5t28.5 -138.5q0 -78 -23 -134t-58 -98.5t-77 -74t-78.5 -59t-62.5 -55.5t-30 -61l-19 -157h-125l-12 170v11q0 43 23 76.5t58.5 62.5t75.5 58.5t75.5 64.5t58.5 80t23 107 q0 44 -17.5 79.5t-47 61t-70 38.5t-86.5 13q-62 0 -107 -15t-75.5 -33.5t-49.5 -34t-31 -15.5q-26 0 -40 24zM236 113q0 27 9.5 50t26.5 40.5t40.5 28t49.5 10.5q27 0 50.5 -10.5t41 -28t27 -41t9.5 -49.5q0 -28 -9.5 -51t-27 -40.5t-41 -27t-50.5 -9.5t-50 9.5t-40 27 t-26.5 40.5t-9.5 51z" />
<glyph unicode="@" horiz-adv-x="1683" d="M88 582q0 112 28 215t79.5 192.5t123 164t159.5 127t189.5 82t212.5 29.5q94 0 184 -20.5t170.5 -60.5t148 -99t116 -135.5t76 -170t27.5 -203.5q0 -111 -31.5 -204t-86 -162t-129 -108t-160.5 -39q-80 0 -130 38.5t-64 118.5q-59 -83 -128.5 -118.5t-149.5 -35.5 q-61 0 -106.5 20.5t-75.5 58t-45 89t-15 110.5q0 87 33.5 175.5t99 160t163 116.5t225.5 45q69 0 121 -11t98 -31l-96 -370q-19 -77 -19 -127q0 -37 9 -61t25 -38t37 -19t45 -5q50 0 95 29t79.5 81t54 125t19.5 162q0 141 -45.5 248t-124.5 178t-187 106.5t-233 35.5 q-137 0 -257 -52.5t-209 -144.5t-140.5 -218t-51.5 -274q0 -174 55 -306t149.5 -221t222 -134t274.5 -45q156 0 275 34t206 86q15 9 28 9q22 0 31 -24l26 -68q-110 -74 -249.5 -116t-316.5 -42t-330 56.5t-265 162.5t-176 259.5t-64 348.5zM625 476q0 -74 33.5 -118.5 t100.5 -44.5q32 0 64 10.5t62 36t55.5 69.5t42.5 111l78 302q-40 9 -87 9q-77 0 -141 -32.5t-110 -84.5t-72 -119.5t-26 -138.5z" />
<glyph unicode="A" horiz-adv-x="1392" d="M10 0l587 1467h202l586 -1467h-153q-27 0 -43.5 13.5t-24.5 33.5l-137 354h-658l-138 -354q-7 -18 -24.5 -32.5t-42.5 -14.5h-154zM424 545h548l-231 597q-23 55 -44 138q-11 -42 -21.5 -77.5t-21.5 -61.5z" />
<glyph unicode="B" horiz-adv-x="1325" d="M178 0v1467h468q135 0 233 -26.5t161 -75.5t93 -120t30 -161q0 -54 -17 -104t-51 -93t-86 -77t-121 -55q161 -32 242.5 -116t81.5 -221q0 -93 -34 -170t-100 -132.5t-162 -85.5t-219 -30h-519zM377 158h317q85 0 146 19.5t100.5 54.5t58 84t18.5 107q0 114 -80.5 180 t-243.5 66h-316v-511zM377 810h262q84 0 145.5 18.5t102 51t60 79.5t19.5 102q0 129 -78 189.5t-242 60.5h-269v-501z" />
<glyph unicode="C" horiz-adv-x="1402" d="M92 733q0 166 54 304.5t151 237.5t233 154t299 55q162 0 279.5 -50.5t208.5 -136.5l-65 -91q-7 -10 -16 -16.5t-27 -6.5q-13 0 -28 9.5t-35.5 24t-48 31t-65.5 30.5t-88 24t-116 10q-118 0 -215.5 -40.5t-168 -115.5t-110 -182.5t-39.5 -240.5q0 -137 39.5 -244.5 t107.5 -182t161 -113t201 -38.5q66 0 118 7.5t96.5 24t83 41.5t77.5 60q17 15 33 15t30 -13l78 -85q-90 -104 -218.5 -162.5t-309.5 -58.5q-159 0 -288 54.5t-220 153.5t-141.5 237t-50.5 304z" />
<glyph unicode="D" horiz-adv-x="1542" d="M178 0v1467h549q162 0 295 -52.5t228.5 -149.5t147.5 -232t52 -300t-52 -300t-147.5 -231.5t-228.5 -149t-295 -52.5h-549zM378 161h349q118 0 214 39t163.5 112t104.5 179.5t37 241.5t-37 241.5t-104.5 180.5t-163.5 113t-214 39h-349v-1146z" />
<glyph unicode="E" horiz-adv-x="1189" d="M178 0v1467h904v-161h-704v-488h570v-155h-570v-501h704v-162h-904z" />
<glyph unicode="F" horiz-adv-x="1159" d="M178 0v1467h904v-161h-704v-513h602v-162h-602v-631h-200z" />
<glyph unicode="G" horiz-adv-x="1503" d="M92 733q0 168 53 306.5t150.5 237t236.5 153t311 54.5q87 0 161.5 -13t138.5 -37t118.5 -58.5t101.5 -77.5l-56 -90q-17 -28 -45 -27q-16 0 -36 11q-26 14 -57.5 34.5t-77 39.5t-107.5 32.5t-147 13.5q-124 0 -224.5 -40.5t-171 -116t-108.5 -182.5t-38 -240 q0 -139 39.5 -248t111 -185t170 -116t217.5 -40q59 0 108.5 6t93.5 17t83 27t78 36v324h-227q-19 0 -31 11.5t-12 27.5v113h450v-564q-55 -40 -115 -69.5t-128 -49.5t-146 -29.5t-169 -9.5q-160 0 -293 54.5t-229 153.5t-150 237t-54 304z" />
<glyph unicode="H" horiz-adv-x="1548" d="M178 0v1467h200v-654h790v654h200v-1467h-200v668h-790v-668h-200z" />
<glyph unicode="I" horiz-adv-x="628" d="M215 0v1467h199v-1467h-199z" />
<glyph unicode="J" horiz-adv-x="909" d="M61 12q2 30 5.5 59t6.5 58q2 17 12.5 28t32.5 11q18 0 49 -9t82 -9q68 0 120.5 20t89 63t55 110.5t18.5 159.5v964h198v-960q0 -123 -30 -220.5t-89 -164.5t-145 -102.5t-198 -35.5q-99 -1 -207 28z" />
<glyph unicode="K" horiz-adv-x="1394" d="M199 0v1467h197v-643h75q39 0 62 10t44 33l488 553q23 26 43.5 36.5t53.5 10.5h169l-559 -631q-22 -24 -40.5 -40.5t-40.5 -26.5q29 -9 50.5 -27.5t44.5 -46.5l584 -695h-172q-19 0 -32.5 3t-23 8t-18 13.5t-16.5 17.5l-507 583q-11 12 -21 20.5t-22.5 15t-29.5 9 t-42 2.5h-90v-672h-197z" />
<glyph unicode="L" horiz-adv-x="1052" d="M178 0v1467h199v-1300h635v-167h-834z" />
<glyph unicode="M" horiz-adv-x="1884" d="M178 0v1467h147q27 0 41 -5t27 -28l507 -904q14 -25 25 -51.5t21 -54.5q10 29 21.5 55t25.5 52l497 903q13 24 27.5 28.5t41.5 4.5h146v-1467h-174v1078q0 22 1 46.5t3 50.5l-503 -918q-26 -46 -71 -46h-29q-46 0 -72 46l-514 921q3 -27 4.5 -52.5t1.5 -47.5v-1078h-174z " />
<glyph unicode="N" horiz-adv-x="1548" d="M178 0v1467h103q27 0 39.5 -6.5t28.5 -26.5l850 -1106q-3 27 -4 51.5t-1 48.5v1039h174v-1467h-100q-24 0 -40 8t-31 28l-849 1105q2 -26 3 -50.5t1 -44.5v-1046h-174z" />
<glyph unicode="O" horiz-adv-x="1634" d="M94 733q0 165 52.5 303t147.5 237.5t228 155t295 55.5t295.5 -55.5t229 -155t147.5 -237.5t52 -303t-52 -302.5t-147.5 -237t-229 -154t-295.5 -54.5t-295 54.5t-228 154t-147.5 237t-52.5 302.5zM297 733q0 -135 37 -242t105 -181t164 -113.5t214 -39.5q119 0 215 39.5 t164 113.5t104.5 181t36.5 242t-36.5 242.5t-104.5 182t-164 114.5t-215 40q-118 0 -214 -40t-164 -114.5t-105 -182t-37 -242.5z" />
<glyph unicode="P" horiz-adv-x="1251" d="M199 0v1467h433q139 0 242 -32t170.5 -91.5t101 -143.5t33.5 -187q0 -102 -36 -187.5t-105 -147t-171.5 -95.5t-234.5 -34h-236v-549h-197zM396 707h236q85 0 150 22.5t109 63t66.5 96.5t22.5 124q0 140 -86.5 219t-261.5 79h-236v-604z" />
<glyph unicode="Q" horiz-adv-x="1634" d="M94 733q0 165 52.5 303t147.5 237.5t228 155t295 55.5t295.5 -55.5t229 -155t147.5 -237.5t52 -303q0 -103 -21 -196.5t-61 -173.5t-97 -145.5t-129 -114.5l377 -406h-164q-37 0 -65.5 10t-52.5 36l-258 281q-58 -18 -121 -28.5t-132 -10.5q-162 0 -295 54.5t-228 154 t-147.5 237t-52.5 302.5zM297 733q0 -135 37 -242t105 -181t164 -113.5t214 -39.5q119 0 215 39.5t164 113.5t104.5 181t36.5 242t-36.5 242.5t-104.5 182t-164 114.5t-215 40q-118 0 -214 -40t-164 -114.5t-105 -182t-37 -242.5z" />
<glyph unicode="R" horiz-adv-x="1318" d="M199 0v1467h414q139 0 240.5 -28t167.5 -81t98 -128.5t32 -168.5q0 -78 -24.5 -145.5t-71 -121.5t-114 -91.5t-151.5 -57.5q37 -22 65 -62l428 -583h-176q-54 0 -80 42l-381 524q-17 25 -37.5 35.5t-61.5 10.5h-151v-612h-197zM396 757h208q87 0 153 21t110.5 59.5 t67 91.5t22.5 118q0 131 -86.5 197.5t-257.5 66.5h-217v-554z" />
<glyph unicode="S" horiz-adv-x="1085" d="M59 175l58 94q8 11 19.5 19t26.5 8q22 0 49.5 -23t69 -50.5t100 -51t143.5 -23.5q71 0 126.5 19.5t93.5 55t58.5 84.5t20.5 110q0 67 -30 109t-79 71t-112 49t-129 41t-129 48.5t-112.5 71.5t-79.5 110t-30 163q0 78 30 151t87.5 129t142 90t194.5 34q123 0 224 -39 t177 -113l-48 -94q-9 -15 -19.5 -23t-26.5 -8q-17 0 -40.5 17.5t-58.5 38.5t-85 38.5t-120 17.5q-67 0 -118 -18t-85.5 -48.5t-52 -72t-17.5 -89.5q0 -61 30.5 -102t80 -69.5t112.5 -49.5t129 -43.5t129 -50.5t112.5 -71t80 -105.5t30.5 -154.5q0 -96 -33 -180.5t-96 -147 t-154.5 -98t-208.5 -35.5q-142 0 -259.5 51.5t-200.5 139.5z" />
<glyph unicode="T" horiz-adv-x="1208" d="M29 1300v167h1149v-167h-475v-1300h-198v1300h-476z" />
<glyph unicode="U" horiz-adv-x="1495" d="M164 575v892h197v-890q0 -92 26.5 -169t76 -132.5t121.5 -86.5t164 -31q91 0 162.5 30.5t121 86t76 132t26.5 168.5v892h197v-892q0 -127 -40.5 -235.5t-115.5 -187.5t-183.5 -124t-243.5 -45t-244 45t-184.5 124t-116 187.5t-40.5 235.5z" />
<glyph unicode="V" horiz-adv-x="1392" d="M8 1467h159q27 0 43 -13t24 -34l415 -1035q14 -35 26 -76t23 -85q9 44 20 85t25 76l413 1035q7 17 24.5 32t43.5 15h159l-598 -1467h-179z" />
<glyph unicode="W" horiz-adv-x="2086" d="M14 1467h165q27 0 44.5 -13t23.5 -34l303 -1020q8 -28 14.5 -59.5t13.5 -66.5q7 35 14 67.5t16 58.5l345 1020q6 17 24 32t44 15h57q27 0 44 -13t24 -34l343 -1020q18 -53 33 -121q6 34 11 64.5t13 56.5l304 1020q5 18 23 32.5t44 14.5h155l-458 -1467h-178l-372 1119 q-11 32 -21 74q-5 -20 -9.5 -39t-9.5 -35l-374 -1119h-178z" />
<glyph unicode="X" horiz-adv-x="1316" d="M14 0l505 754l-484 713h197q22 0 32 -7t19 -20l383 -588q7 22 21 47l362 537q9 14 19.5 22.5t26.5 8.5h189l-486 -704l502 -763h-196q-23 0 -35.5 12t-20.5 26l-394 615q-7 -22 -18 -41l-383 -574q-9 -14 -21 -26t-33 -12h-185z" />
<glyph unicode="Y" horiz-adv-x="1288" d="M8 1467h174q27 0 42.5 -13t26.5 -33l336 -570q20 -36 34 -67.5t25 -62.5q11 32 24.5 63.5t34.5 66.5l334 570q9 16 25 31t42 15h176l-539 -883v-584h-197v584z" />
<glyph unicode="Z" horiz-adv-x="1277" d="M88 0v78q0 31 20 58l831 1170h-812v161h1073v-73q0 -35 -21 -66l-831 -1166h838v-162h-1098z" />
<glyph unicode="[" horiz-adv-x="614" d="M145 -296v1866h377v-72q0 -23 -13.5 -35.5t-36.5 -12.5h-173v-1625h173q23 0 36.5 -13t13.5 -36v-72h-377z" />
<glyph unicode="\" horiz-adv-x="768" d="M-20 1508h77q34 0 58.5 -17t38.5 -50l615 -1533h-77q-30 0 -58.5 17.5t-41.5 52.5z" />
<glyph unicode="]" horiz-adv-x="614" d="M92 -224q0 20 14 34.5t36 14.5h173v1625h-173q-23 0 -36.5 14t-13.5 34v72h377v-1866h-377v72z" />
<glyph unicode="^" d="M162 806l366 661h118l367 -661h-132q-17 0 -29.5 10t-21.5 25l-200 360q-13 24 -23 46t-17 43q-14 -45 -38 -89l-199 -360q-8 -14 -19.5 -24.5t-32.5 -10.5h-139z" />
<glyph unicode="_" horiz-adv-x="806" d="M0 -169h807v-123h-807v123z" />
<glyph unicode="`" horiz-adv-x="628" d="M39 1484h173q34 0 50.5 -11t30.5 -34l152 -248h-104q-22 0 -35 6.5t-27 22.5z" />
<glyph unicode="a" horiz-adv-x="1038" d="M94 259q0 61 34 118t109 101t197 72.5t298 32.5v81q0 121 -51.5 182.5t-153.5 61.5q-67 0 -112 -17t-78.5 -37.5t-57.5 -37.5t-48 -17q-18 0 -32 9.5t-22 24.5l-33 58q86 83 185.5 124t220.5 41q87 0 154.5 -29t113.5 -80t69.5 -123.5t23.5 -159.5v-664h-81q-27 0 -43 8 t-21 35l-21 96q-41 -37 -79.5 -66t-81.5 -49t-92 -30t-108 -10q-60 0 -113 16.5t-92 50.5t-62 85.5t-23 122.5zM269 267q0 -41 13.5 -70.5t36 -48.5t53 -27.5t66.5 -8.5q48 0 88 9.5t75.5 27.5t67.5 43.5t63 58.5v216q-126 -4 -214 -20t-143.5 -41.5t-80.5 -60.5t-25 -78z " />
<glyph unicode="b" horiz-adv-x="1144" d="M156 0v1508h183v-620q65 75 148 120.5t191 45.5q90 0 162.5 -34t124 -101t79 -166t27.5 -228q0 -115 -30.5 -213.5t-88.5 -170.5t-141.5 -113.5t-187.5 -41.5q-100 0 -170.5 38.5t-122.5 108.5l-9 -94q-8 -39 -48 -39h-117zM339 250q49 -68 109 -95.5t134 -27.5 q145 0 223 103.5t78 294.5q0 101 -18 174t-52 119.5t-83 68t-112 21.5q-89 0 -156 -41t-123 -115v-502z" />
<glyph unicode="c" horiz-adv-x="956" d="M76 519q0 116 32 214t94 169.5t153 111.5t209 40q109 0 193 -35.5t148 -99.5l-48 -66q-8 -11 -16 -17.5t-24 -6.5q-15 0 -33 13t-45.5 28.5t-67 28t-97.5 12.5q-76 0 -134 -27t-97.5 -78t-59.5 -124t-20 -163q0 -94 21.5 -167t60.5 -123t95 -76t125 -26q67 0 110 16 t71.5 35.5t47 35t36.5 15.5q24 0 35 -17l51 -67q-68 -83 -169 -121t-213 -38q-97 0 -181 35.5t-145.5 104t-96.5 167.5t-35 226z" />
<glyph unicode="d" horiz-adv-x="1144" d="M74 515q0 115 30.5 213.5t88.5 171.5t141 114.5t188 41.5q95 0 163 -32.5t121 -90.5v575h182v-1508h-108q-39 0 -50 38l-16 126q-67 -81 -152 -129.5t-196 -48.5q-89 0 -162 34t-124 100.5t-78.5 166t-27.5 228.5zM262 515q0 -101 17.5 -173.5t51.5 -119t83 -68 t112 -21.5q89 0 156.5 41t123.5 116v502q-50 68 -110 94.5t-133 26.5q-145 0 -223 -103.5t-78 -294.5z" />
<glyph unicode="e" horiz-adv-x="1073" d="M76 540q0 109 33 203t95.5 163t152.5 108.5t203 39.5q93 0 172 -31.5t136.5 -90.5t89.5 -145.5t32 -196.5q0 -43 -9 -57.5t-35 -14.5h-690q2 -98 26.5 -171t67.5 -121.5t102.5 -72.5t133.5 -24q69 0 118.5 16t85 34.5t59.5 34t42 15.5q23 0 35 -17l51 -67 q-34 -41 -81 -71t-101 -49.5t-111 -29t-114 -9.5q-108 0 -198 36t-156 106.5t-103 174t-37 237.5zM262 632h564q0 63 -17 116t-51 91.5t-82.5 59.5t-111.5 21q-132 0 -208 -76.5t-94 -211.5z" />
<glyph unicode="f" horiz-adv-x="690" d="M27 942v75h163v100q0 89 25.5 158.5t72 117t112 72t147.5 24.5q70 0 129 -21l-4 -91q-1 -20 -17.5 -24t-46.5 -4h-31q-47 0 -85.5 -12.5t-66.5 -40t-42.5 -72.5t-14.5 -112v-95h300v-132h-294v-885h-184v882l-114 13q-22 5 -35.5 16t-13.5 31z" />
<glyph unicode="g" horiz-adv-x="1046" d="M51 -99q0 77 48.5 130.5t133.5 85.5q-44 20 -70 54.5t-26 91.5q0 23 8.5 47t25 47.5t41.5 45t57 37.5q-77 43 -120.5 114.5t-43.5 166.5q0 76 29.5 138t81.5 105.5t124.5 67t158.5 23.5q68 0 126.5 -15t106.5 -44h282v-67q0 -34 -43 -43l-118 -17q35 -67 35 -148 q0 -76 -29.5 -138t-81 -106t-122.5 -67.5t-156 -23.5q-73 0 -138 17q-33 -20 -49.5 -43.5t-16.5 -46.5q0 -37 29.5 -55.5t79 -27t112 -10.5t127.5 -6.5t127.5 -16t111.5 -37t78.5 -70.5t29.5 -117q0 -67 -33 -129t-95.5 -110.5t-153 -78t-203.5 -29.5q-114 0 -199.5 22.5 t-141.5 60.5t-84.5 88t-28.5 104zM211 -76q0 -35 18 -65t55 -52t92.5 -35t131.5 -13q74 0 132 13.5t98.5 38t62 58.5t21.5 75q0 39 -21.5 62.5t-58 36t-85 19t-101.5 9t-108.5 5.5t-105.5 11q-58 -28 -94.5 -68t-36.5 -95zM273 716q0 -46 15 -84.5t43.5 -66t70.5 -43 t97 -15.5t97.5 15.5t71 43t43 66t14.5 84.5q0 95 -58 151.5t-168 56.5t-168 -56.5t-58 -151.5z" />
<glyph unicode="h" horiz-adv-x="1138" d="M150 0v1508h182v-610q67 71 147.5 113.5t186.5 42.5q85 0 150 -28.5t108.5 -80t66 -124t22.5 -161.5v-660h-183v660q0 118 -53.5 183t-164.5 65q-81 0 -151 -39t-129 -105v-764h-182z" />
<glyph unicode="i" horiz-adv-x="524" d="M133 1363q0 27 10.5 51t28 42t41 28t49.5 10q27 0 50.5 -10t41.5 -28t28.5 -42t10.5 -51t-10.5 -50t-28.5 -41t-41.5 -28t-50.5 -10t-50 10t-40.5 28t-28 41t-10.5 50zM170 0v1037h182v-1037h-182z" />
<glyph unicode="j" horiz-adv-x="520" d="M-57 -352l8 98q2 13 9 17t23 4q8 0 17 -0.5t23 -0.5q80 0 113.5 37t33.5 120v1114h182v-1114q0 -62 -16.5 -116t-51.5 -94t-91 -63t-134 -23q-34 0 -61 5.5t-55 15.5zM133 1363q0 27 10.5 51t28 42t41 28t49.5 10q27 0 50.5 -10t41.5 -28t28.5 -42t10.5 -51t-10.5 -50 t-28.5 -41t-41.5 -28t-50.5 -10t-50 10t-40.5 28t-28 41t-10.5 50z" />
<glyph unicode="k" horiz-adv-x="1073" d="M156 0v1508h183v-887h47q20 0 33.5 5.5t30.5 22.5l327 351q15 16 30.5 26.5t41.5 10.5h166l-382 -406q-14 -17 -28 -30.5t-32 -23.5q18 -12 33.5 -28.5t28.5 -36.5l405 -512h-163q-23 0 -39 8.5t-30 27.5l-341 425q-15 22 -30.5 28.5t-46.5 6.5h-51v-496h-183z" />
<glyph unicode="l" horiz-adv-x="524" d="M170 0v1508h182v-1508h-182z" />
<glyph unicode="m" horiz-adv-x="1681" d="M150 0v1037h108q39 0 49 -38l14 -106q57 71 128 116t165 45q105 0 170.5 -58.5t94.5 -157.5q22 56 57 97t79 67.5t93.5 39t100.5 12.5q82 0 146 -26.5t108.5 -76.5t68 -123t23.5 -168v-660h-182v660q0 122 -53 185t-155 63q-45 0 -85.5 -15.5t-71 -46.5t-48.5 -77.5 t-18 -108.5v-660h-182v660q0 125 -50.5 186.5t-146.5 61.5q-68 0 -125.5 -36t-105.5 -99v-773h-182z" />
<glyph unicode="n" horiz-adv-x="1138" d="M150 0v1037h108q39 0 49 -38l15 -112q68 75 151 121t193 46q85 0 150 -28.5t108.5 -80t66 -124t22.5 -161.5v-660h-183v660q0 118 -53.5 183t-164.5 65q-81 0 -151 -39t-129 -105v-764h-182z" />
<glyph unicode="o" horiz-adv-x="1138" d="M74 519q0 122 34.5 221t99 168.5t156.5 107.5t205 38q114 0 205.5 -38t155.5 -107.5t98.5 -168.5t34.5 -221q0 -123 -34.5 -221t-98.5 -168t-155.5 -107t-205.5 -37t-205.5 37t-156 107t-99 168t-34.5 221zM262 518q0 -92 19 -164.5t57.5 -122.5t96 -76.5t134.5 -26.5 q154 0 229.5 103t75.5 287q0 185 -75.5 288.5t-229.5 103.5q-78 0 -135 -26.5t-95.5 -76.5t-57.5 -123.5t-19 -165.5z" />
<glyph unicode="p" horiz-adv-x="1130" d="M150 -351v1388h108q39 0 49 -38l16 -122q67 81 152 130t197 49q89 0 161.5 -34.5t124 -101.5t79 -166.5t27.5 -228.5q0 -115 -31 -213.5t-88 -170.5t-140.5 -113.5t-188.5 -41.5q-96 0 -164 31.5t-120 90.5v-459h-182zM332 250q50 -68 110 -95.5t133 -27.5 q144 0 222.5 103.5t78.5 294.5q0 101 -18 174t-52 119.5t-83 68t-112 21.5q-89 0 -156 -41t-123 -115v-502z" />
<glyph unicode="q" horiz-adv-x="1144" d="M74 515q0 115 30.5 213.5t88.5 171.5t141 114.5t188 41.5q100 0 170.5 -36t125.5 -101l12 80q10 38 50 38h108v-1388h-182v505q-66 -76 -149.5 -122t-190.5 -46q-89 0 -162 34t-124 100.5t-78.5 166t-27.5 228.5zM262 515q0 -101 17.5 -173.5t51.5 -119t83 -68t112 -21.5 q89 0 156.5 41t123.5 116v502q-49 66 -109.5 93.5t-133.5 27.5q-145 0 -223 -103.5t-78 -294.5z" />
<glyph unicode="r" horiz-adv-x="825" d="M150 0v1037h104q30 0 41 -11t15 -39l13 -162q53 109 131 170t184 61q43 0 78 -10t64 -27l-23 -136q-7 -26 -32 -26q-14 0 -44 10t-83 10q-95 0 -159 -55.5t-107 -161.5v-660h-182z" />
<glyph unicode="s" horiz-adv-x="888" d="M63 110l43 69q8 13 19.5 20.5t30.5 7.5q18 0 38.5 -14.5t49.5 -32t70.5 -31.5t104.5 -14q53 0 93 13.5t66.5 37t39.5 54.5t13 66q0 43 -23 71t-61 48t-86.5 35t-99.5 31t-99.5 37t-86.5 53t-61 78.5t-23 113.5q0 59 24.5 114t71.5 96.5t116 66t157 24.5 q102 0 183.5 -32.5t140.5 -88.5l-41 -67q-12 -23 -37 -22q-15 0 -35 11t-48 25t-67 26t-92 12q-46 0 -83 -12t-63 -32.5t-40 -47.5t-14 -59q0 -40 23 -66.5t61 -46t86 -34.5t99 -32t99 -37.5t86 -51t61 -75t23 -107.5q0 -72 -25.5 -132.5t-76 -105t-123 -70t-167.5 -25.5 q-109 0 -197.5 35.5t-149.5 90.5z" />
<glyph unicode="t" horiz-adv-x="763" d="M45 925v72l170 22l42 320q2 15 13.5 25t28.5 10h92v-357h297v-132h-297v-623q0 -66 32 -97.5t82 -31.5q29 0 49.5 7.5t36 17t26.5 17t19 7.5q14 0 26 -17l53 -87q-47 -44 -113.5 -69t-137.5 -25q-123 0 -189 68.5t-66 197.5v635h-125q-16 0 -27.5 10t-11.5 30z" />
<glyph unicode="u" horiz-adv-x="1138" d="M125 376v661h182v-661q0 -118 54.5 -182.5t163.5 -64.5q80 0 150.5 38t130.5 105v765h182v-1037h-108q-39 0 -50 38l-14 112q-68 -75 -151.5 -120.5t-192.5 -45.5q-85 0 -150 28t-109 79t-66 124t-22 161z" />
<glyph unicode="v" horiz-adv-x="1048" d="M18 1037h150q22 0 36 -11t20 -27l263 -667q14 -37 22.5 -74t15.5 -73q8 36 17.5 73t23.5 74l267 667q6 16 19.5 27t34.5 11h142l-423 -1037h-165z" />
<glyph unicode="w" horiz-adv-x="1568" d="M14 1037h144q23 0 37 -11t19 -27l199 -667q8 -37 15 -71.5t12 -69.5q8 35 18.5 69.5t21.5 71.5l219 672q5 15 18 25t33 10h78q20 0 34 -10t19 -25l214 -672q11 -36 19.5 -71t17.5 -68q5 34 13 70.5t17 68.5l203 667q5 16 19.5 27t33.5 11h137l-335 -1037h-145 q-27 0 -37 35l-229 703q-8 24 -13 48t-11 48q-5 -24 -10 -48.5t-13 -48.5l-233 -702q-11 -35 -42 -35h-137z" />
<glyph unicode="x" horiz-adv-x="1032" d="M29 0l363 531l-349 506h175q23 0 33 -7t18 -20l254 -389q9 29 27 57l223 328q10 14 20.5 22.5t25.5 8.5h168l-349 -495l363 -542h-175q-23 0 -35.5 12t-20.5 26l-261 406q-7 -30 -22 -53l-241 -353q-10 -14 -22 -26t-33 -12h-162z" />
<glyph unicode="y" horiz-adv-x="1048" d="M14 1037h158q24 0 37 -11.5t19 -26.5l278 -653q9 -23 15.5 -45t12.5 -46q7 24 14 46.5t16 45.5l270 652q6 16 20.5 27t32.5 11h145l-578 -1343q-9 -20 -23 -32.5t-43 -12.5h-135l189 411z" />
<glyph unicode="z" horiz-adv-x="946" d="M72 0v76q0 13 6.5 31t18.5 34l565 753h-559v143h770v-78q0 -19 -7 -37t-18 -32l-561 -748h566v-142h-781z" />
<glyph unicode="{" horiz-adv-x="614" d="M45 583v109q69 0 104.5 41t35.5 107q0 51 -8 101t-17.5 100.5t-18 101.5t-8.5 104q0 71 21 130.5t63.5 102.5t105.5 66.5t147 23.5h54v-81q0 -20 -14 -29.5t-27 -9.5h-20q-79 0 -124.5 -51.5t-45.5 -140.5q0 -57 7 -110t16.5 -104t16.5 -101t7 -101q0 -39 -11.5 -72.5 t-32.5 -59.5t-49 -45t-62 -28q34 -9 62 -28t49 -45.5t32.5 -59.5t11.5 -71q0 -51 -7 -101t-16.5 -101t-16.5 -104t-7 -111q0 -89 45.5 -140t124.5 -51h20q12 0 26.5 -9.5t14.5 -29.5v-82h-54q-84 0 -147 24t-105.5 67t-63.5 102.5t-21 130.5q0 53 8.5 103.5t18 101.5 t17.5 101t8 101q0 65 -35.5 106.5t-104.5 41.5z" />
<glyph unicode="|" horiz-adv-x="614" d="M236 -351v1921h141v-1921h-141z" />
<glyph unicode="}" horiz-adv-x="614" d="M90 -214q0 20 14.5 29.5t26.5 9.5h21q79 0 124.5 51t45.5 140q0 57 -7.5 110.5t-16.5 104.5t-16.5 101t-7.5 101q0 38 11.5 71t32.5 59.5t49 45.5t62 28q-34 9 -62 28t-49 45t-32.5 59.5t-11.5 72.5q0 51 7.5 101t16.5 101t16.5 104t7.5 110q0 88 -46 140t-124 52h-21 q-12 0 -26.5 9t-14.5 30v81h54q84 0 147 -23.5t105 -66.5t63.5 -102.5t21.5 -130.5q0 -53 -8 -104t-18 -101.5t-18 -100.5t-8 -101q0 -66 36 -107t104 -41v-109q-69 0 -104.5 -41.5t-35.5 -106.5q0 -51 8 -101t18 -101t18 -101.5t8 -103.5q0 -71 -21.5 -130.5t-63.5 -102.5 t-105 -67t-147 -24h-54v82z" />
<glyph unicode="~" d="M119 424q0 69 19 126t54 98t87 64t118 23q53 0 105.5 -17t101 -36.5t92.5 -36.5t81 -17q67 0 104.5 43.5t38.5 114.5h147q0 -69 -19 -126t-54.5 -98t-87.5 -63.5t-118 -22.5q-53 0 -105 16.5t-100.5 36.5t-93 37t-80.5 17q-67 0 -104.5 -43t-38.5 -116h-147z" />
<glyph unicode="&#xa2;" d="M141 518q0 114 34 209.5t98.5 166.5t158.5 112.5t216 44.5l12 183q2 20 16 35t36 15h67l-16 -238q84 -12 151.5 -44.5t122.5 -82.5l-47 -64q-8 -11 -15.5 -16.5t-22.5 -5.5q-12 0 -29 8.5t-40 20.5t-55 24.5t-75 19.5l-54 -780q65 4 108.5 20t73.5 33.5t49.5 31.5 t36.5 14q11 0 20 -4.5t14 -11.5l50 -65q-61 -74 -156 -111.5t-205 -44.5l-12 -179q-2 -19 -16 -34.5t-35 -15.5h-68l15 230q-94 10 -173 50.5t-137 108t-90.5 160.5t-32.5 210zM323 518q0 -166 69 -264t193 -122l53 778q-78 -6 -137 -35t-99 -80t-59.5 -120.5t-19.5 -156.5z " />
<glyph unicode="&#xa3;" d="M53 629v59q0 27 16.5 45.5t46.5 18.5h137v267q0 96 27.5 180.5t84 147.5t140.5 99.5t196 36.5q80 0 142 -20t110 -55t83.5 -81t60.5 -99l-74 -47q-10 -6 -21 -9t-21 -3q-14 0 -27 6t-24 20q-20 26 -41.5 50t-47.5 42t-59.5 28.5t-80.5 10.5q-65 0 -113.5 -21.5 t-81.5 -61.5t-49.5 -96t-16.5 -126v-269h452v-74q0 -18 -15.5 -33.5t-37.5 -15.5h-399v-249q0 -77 -29 -133t-80 -102q30 5 59 9t60 4h692v-78q0 -14 -6 -28t-16 -26t-24.5 -19t-32.5 -7h-987v118q35 10 66.5 27.5t56 43.5t39.5 61.5t15 82.5v296h-200z" />
<glyph unicode="&#xa5;" d="M45 1467h153q27 0 42.5 -12.5t25.5 -33.5l283 -579q14 -36 24.5 -66t17.5 -59q7 30 16 60t24 65l281 579q8 17 25 31.5t43 14.5h154l-419 -827h314v-104h-348v-108h348v-105h-348v-323h-183v323h-348v105h348v108h-348v104h313z" />
<glyph unicode="&#xa9;" horiz-adv-x="1634" d="M70 733q0 103 26.5 199t75 179.5t117 151.5t151.5 117.5t178.5 76t198.5 26.5t199 -26.5t179 -76t151.5 -117.5t117 -151.5t75.5 -179t27 -199.5q0 -102 -27 -198t-75.5 -179t-117 -151t-151.5 -117t-178.5 -75.5t-199.5 -26.5q-103 0 -198.5 26.5t-178.5 75.5 t-151.5 117t-117 151t-75 178.5t-26.5 198.5zM172 733q0 -91 22.5 -175t64.5 -157t100.5 -132.5t130 -102t154.5 -65.5t173 -23q135 0 253.5 51t206 139.5t138 208t50.5 256.5q0 91 -23 176t-65 158.5t-100.5 134t-130.5 103t-155.5 66t-173.5 23.5q-135 0 -253 -52 t-205 -141.5t-137 -210t-50 -257.5zM374 735q0 103 35 190t97.5 149t148 96t186.5 34q111 0 188.5 -34.5t135.5 -91.5l-47 -66q-5 -6 -13 -12.5t-21 -6.5q-14 0 -30 11.5t-41.5 25t-64.5 25.5t-99 12q-72 0 -129.5 -23t-98 -66t-62.5 -104.5t-22 -138.5q0 -79 22 -141 t60.5 -103.5t93 -64t117.5 -22.5q49 0 83 6.5t58.5 16.5t43.5 22.5t40 24.5q8 5 13.5 8.5t11.5 3.5q11 0 15.5 -3t10.5 -9l62 -65q-58 -68 -143 -105.5t-204 -37.5q-100 0 -182.5 35t-141.5 97.5t-91 148.5t-32 188z" />
<glyph unicode="&#xad;" horiz-adv-x="710" d="M102 537v154h506v-154h-506z" />
<glyph unicode="&#xae;" horiz-adv-x="1634" d="M70 733q0 103 26.5 199t75 179.5t117 151.5t151.5 117.5t178.5 76t198.5 26.5t199 -26.5t179 -76t151.5 -117.5t117 -151.5t75.5 -179t27 -199.5q0 -102 -27 -198t-75.5 -179t-117 -151t-151.5 -117t-178.5 -75.5t-199.5 -26.5q-103 0 -198.5 26.5t-178.5 75.5 t-151.5 117t-117 151t-75 178.5t-26.5 198.5zM172 733q0 -91 22.5 -175t64.5 -157t100.5 -132.5t130 -102t154.5 -65.5t173 -23q135 0 253.5 51t206 139.5t138 208t50.5 256.5q0 91 -23 176t-65 158.5t-100.5 134t-130.5 103t-155.5 66t-173.5 23.5q-135 0 -253 -52 t-205 -141.5t-137 -210t-50 -257.5zM510 279v913h295q176 0 261 -64t85 -189q0 -96 -55 -163.5t-163 -93.5q17 -10 30 -25.5t24 -35.5l234 -342h-152q-34 0 -50 25l-206 309q-9 13 -22 20.5t-39 7.5h-82v-362h-160zM670 758h118q56 0 96 10.5t64 31t34.5 50.5t10.5 69 q0 38 -9.5 66.5t-31.5 47t-58 27.5t-89 9h-135v-311z" />
<glyph unicode="&#xb4;" horiz-adv-x="628" d="M201 1191l151 248q14 24 31 34.5t50 10.5h178l-238 -264q-14 -15 -28 -22t-36 -7h-108z" />
<glyph unicode="&#x2000;" horiz-adv-x="838" />
<glyph unicode="&#x2001;" horiz-adv-x="1678" />
<glyph unicode="&#x2002;" horiz-adv-x="838" />
<glyph unicode="&#x2003;" horiz-adv-x="1678" />
<glyph unicode="&#x2004;" horiz-adv-x="559" />
<glyph unicode="&#x2005;" horiz-adv-x="418" />
<glyph unicode="&#x2006;" horiz-adv-x="279" />
<glyph unicode="&#x2007;" horiz-adv-x="279" />
<glyph unicode="&#x2008;" horiz-adv-x="208" />
<glyph unicode="&#x2009;" horiz-adv-x="334" />
<glyph unicode="&#x200a;" horiz-adv-x="93" />
<glyph unicode="&#x2010;" horiz-adv-x="710" d="M102 537v154h506v-154h-506z" />
<glyph unicode="&#x2011;" horiz-adv-x="710" d="M102 537v154h506v-154h-506z" />
<glyph unicode="&#x2012;" horiz-adv-x="710" d="M102 537v154h506v-154h-506z" />
<glyph unicode="&#x2013;" horiz-adv-x="1138" d="M160 538v133h819v-133h-819z" />
<glyph unicode="&#x2014;" horiz-adv-x="1681" d="M160 538v133h1362v-133h-1362z" />
<glyph unicode="&#x2018;" horiz-adv-x="434" d="M59 1234q0 92 46 176.5t127 155.5l57 -35q8 -5 10.5 -11.5t2.5 -12.5q0 -14 -10 -24q-16 -20 -31.5 -43t-28 -48t-19.5 -52.5t-7 -58.5q0 -33 9.5 -67.5t33.5 -73.5q7 -11 7 -24q0 -25 -28 -35l-111 -45q-30 49 -44 99t-14 99z" />
<glyph unicode="&#x2019;" horiz-adv-x="434" d="M92 1073q0 14 10 25q16 19 32 42t28 48t19 53t7 58q0 33 -9.5 68t-33.5 74q-7 11 -7 22q0 25 28 36l112 45q30 -49 43 -98t13 -98q0 -93 -45.5 -178t-126.5 -155l-57 35q-8 5 -10.5 11t-2.5 12z" />
<glyph unicode="&#x201c;" horiz-adv-x="745" d="M59 1234q0 92 46 176.5t127 155.5l57 -35q8 -5 10.5 -11.5t2.5 -12.5q0 -14 -10 -24q-16 -20 -31.5 -43t-28 -48t-19.5 -52.5t-7 -58.5q0 -33 9.5 -67.5t33.5 -73.5q7 -11 7 -24q0 -25 -28 -35l-111 -45q-30 49 -44 99t-14 99zM371 1234q0 92 45.5 176.5t127.5 155.5 l56 -35q8 -5 10.5 -11.5t2.5 -12.5q0 -14 -10 -24q-16 -20 -31.5 -43t-28 -48t-19.5 -52.5t-7 -58.5q0 -33 10 -67.5t33 -73.5q7 -11 7 -24q0 -25 -27 -35l-112 -45q-30 49 -43.5 99t-13.5 99z" />
<glyph unicode="&#x201d;" horiz-adv-x="745" d="M92 1073q0 14 10 25q16 19 32 42t28 48t19 53t7 58q0 33 -9.5 68t-33.5 74q-7 11 -7 22q0 25 28 36l112 45q30 -49 43 -98t13 -98q0 -93 -45.5 -178t-126.5 -155l-57 35q-8 5 -10.5 11t-2.5 12zM403 1073q0 14 11 25q16 19 31.5 42t27.5 48t19.5 53t7.5 58q0 33 -10 68 t-33 74q-7 11 -7 22q0 25 27 36l112 45q30 -49 43 -98t13 -98q0 -93 -45.5 -178t-126.5 -155l-56 35q-8 5 -11 11t-3 12z" />
<glyph unicode="&#x2022;" d="M213 609q0 79 30 148.5t81.5 121.5t120.5 82t147 30q79 0 148.5 -30t121 -82t82 -121.5t30.5 -148.5t-30.5 -148t-82 -120t-121 -81.5t-148.5 -30.5q-78 0 -147 30.5t-120.5 81.5t-81.5 120t-30 148z" />
<glyph unicode="&#x2026;" horiz-adv-x="1488" d="M90 113q0 27 10 50t26.5 40.5t40 28t50.5 10.5t50.5 -10.5t41 -28t27 -41t9.5 -49.5q0 -28 -9.5 -51t-27 -40.5t-41 -27t-50.5 -9.5t-50.5 9.5t-40 27t-26.5 40.5t-10 51zM616 113q0 27 10 50t27 40.5t40.5 28t49.5 10.5q27 0 50.5 -10.5t41 -28t27 -41t9.5 -49.5 q0 -28 -9.5 -51t-27 -40.5t-41 -27t-50.5 -9.5t-50 9.5t-40 27t-27 40.5t-10 51zM1144 113q0 27 9.5 50t26.5 40.5t40.5 28t50.5 10.5t50.5 -10.5t40.5 -28t27 -41t10 -49.5q0 -28 -10 -51t-27 -40.5t-41 -27t-50 -9.5q-27 0 -50.5 9.5t-40.5 27t-26.5 40.5t-9.5 51z" />
<glyph unicode="&#x202f;" horiz-adv-x="334" />
<glyph unicode="&#x205f;" horiz-adv-x="418" />
<glyph unicode="&#x20ac;" d="M35 566v105h137q-1 15 -1 30v32q0 20 0.5 41.5t1.5 41.5h-138v105h150q20 129 69 232.5t121 177t166.5 112.5t204.5 39q137 0 234.5 -51.5t169.5 -141.5l-63 -69q-8 -9 -16 -16t-22 -7q-17 0 -36.5 19.5t-51 43t-81.5 43t-126 19.5q-150 0 -248.5 -102.5t-131.5 -298.5 h560v-57q0 -18 -14 -33t-38 -15h-521q-1 -20 -1.5 -40.5t-0.5 -42.5v-32q0 -15 1 -30h479v-58q0 -17 -14.5 -32t-39.5 -15h-415q29 -211 127 -316.5t247 -105.5q55 0 97.5 11t73 27.5t52.5 35.5t38.5 35t29.5 27t25 11q8 0 14 -3.5t15 -11.5l76 -71q-72 -104 -178 -162 t-253 -58q-119 0 -214 40.5t-164.5 115.5t-114 183t-61.5 242h-145z" />
<glyph unicode="&#x2122;" horiz-adv-x="1474" d="M66 1360v107h497v-107h-184v-499h-129v499h-184zM662 861v606h108q17 0 24.5 -4t18.5 -17l173 -310q6 -14 12 -27t10 -28q5 14 9 27t12 28l173 310q9 13 17.5 17t24.5 4h109v-606h-113v374l9 77l-187 -344q-13 -29 -45 -29h-19q-32 0 -44 29l-188 341l8 -74v-374h-112z " />
<glyph unicode="&#xe000;" horiz-adv-x="1035" d="M0 1035h1035v-1035h-1035v1035z" />
</font>
</defs></svg>

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,147 @@
<?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>
This is a custom SVG webfont generated by Font Squirrel.
Copyright : Copyright c 20102011 by tyPoland Lukasz Dziedzic with Reserved Font Name Lato Licensed under the SIL Open Font License Version 11
Designer : Lukasz Dziedzic
Foundry : tyPoland Lukasz Dziedzic
Foundry URL : httpwwwtypolandcom
</metadata>
<defs>
<font id="LatoItalic" horiz-adv-x="1187" >
<font-face units-per-em="2048" ascent="1649" descent="-399" />
<missing-glyph horiz-adv-x="395" />
<glyph unicode=" " horiz-adv-x="395" />
<glyph unicode="&#x09;" horiz-adv-x="395" />
<glyph unicode="&#xa0;" horiz-adv-x="395" />
<glyph unicode="!" horiz-adv-x="650" d="M163 113q0 27 9.5 50t26.5 40.5t40 28t51 10.5q27 0 50.5 -10.5t40.5 -28t27 -41t10 -49.5q0 -28 -10 -51t-27 -40.5t-41 -27t-50 -9.5q-28 0 -51 9.5t-40 27t-26.5 40.5t-9.5 51zM269 511q1 53 2.5 100t4.5 91t6.5 88t9.5 90l72 587h166l-71 -587q-6 -46 -13.5 -90 t-15.5 -88t-18.5 -91t-22.5 -100h-120z" />
<glyph unicode="&#x22;" horiz-adv-x="753" d="M223 1011v158l38 296h152l-37 -296l-35 -158q-7 -32 -23 -49.5t-46 -17.5q-27 0 -38 17.5t-11 49.5zM543 1011v158l38 296h151l-37 -296l-35 -158q-7 -32 -22.5 -49.5t-45.5 -17.5q-27 0 -38 17.5t-11 49.5z" />
<glyph unicode="#" d="M55 475q0 7 2 15l3 18l16 56h210l108 339h-238l21 73q8 29 28 42t59 13h165l121 372q10 30 33 46t53 16h80l-142 -434h256l142 434h79q23 0 37 -12t14 -33q0 -11 -4 -20l-121 -369h219l-22 -73q-8 -29 -28 -42t-57 -13h-147l-108 -339h186q20 0 32.5 -9.5t12.5 -31.5 q0 -7 -1 -14.5t-4 -18.5l-17 -56h-244l-141 -434h-79q-20 0 -33.5 14t-13.5 36q0 14 5 27l115 357h-256l-118 -366q-11 -36 -36 -52t-54 -16h-78l140 434h-151q-44 0 -44 41zM431 564h257l109 339h-256z" />
<glyph unicode="$" d="M73 175l62 80q19 26 50 26q18 0 40.5 -19.5t55.5 -45t80.5 -49.5t116.5 -32l106 553q-63 19 -124.5 44.5t-109 64t-76.5 95t-29 140.5q0 85 33.5 164t97 140.5t154.5 100.5t204 43l29 148q4 19 19.5 34t35.5 15h66l-39 -201q105 -12 178.5 -54t125.5 -102l-49 -66 q-11 -15 -22.5 -22t-26.5 -7q-14 0 -33.5 13t-47 30.5t-65 34.5t-88.5 24l-95 -503q66 -22 130 -47t115 -62.5t82.5 -93t31.5 -136.5q0 -97 -35.5 -184.5t-103.5 -155.5t-164 -110.5t-216 -49.5l-35 -183q-4 -18 -18.5 -32.5t-36.5 -14.5h-65l44 233q-122 11 -217.5 60.5 t-160.5 126.5zM415 1072q0 -43 15.5 -75t43 -57.5t64 -44t78.5 -35.5l90 469q-74 -6 -129 -29t-91 -58t-53.5 -78.5t-17.5 -91.5zM591 134q76 7 134.5 33t99.5 66t62 93.5t21 115.5q0 45 -17.5 78.5t-47 58t-69.5 42.5t-85 33z" />
<glyph unicode="%" horiz-adv-x="1486" d="M92 0l1165 1437q11 11 26 19.5t39 8.5h127l-1167 -1436q-10 -13 -25 -21t-36 -8h-129zM138 1054q0 101 28 180.5t75.5 134t111.5 83.5t135 29q57 0 105.5 -21t83 -61t54 -97.5t19.5 -130.5q0 -101 -30.5 -180t-79.5 -133t-112 -82t-130 -28q-57 0 -105 21t-82.5 60 t-53.5 96t-19 129zM275 1054q0 -50 10.5 -85.5t29 -58.5t43.5 -34t55 -11q40 0 76 17t63.5 53.5t43 94t15.5 140.5q0 51 -10.5 88t-29 60.5t-43.5 35t-54 11.5q-41 0 -77.5 -17.5t-63 -55.5t-42.5 -96.5t-16 -141.5zM795 288q0 101 27.5 180.5t75 134.5t111.5 84t136 29 q57 0 104.5 -21t82.5 -61t54 -97.5t19 -129.5q0 -101 -29.5 -181t-79 -133.5t-113 -81.5t-129.5 -28q-57 0 -105 21t-82 60t-53 95.5t-19 128.5zM931 288q0 -50 10 -86t28.5 -59t43.5 -34t55 -11q40 0 76.5 17t64 54t43.5 95.5t16 141.5q0 51 -11 87t-29.5 60t-43.5 34.5 t-54 10.5q-41 0 -77 -17.5t-63 -55.5t-43 -96t-16 -141z" />
<glyph unicode="&#x26;" horiz-adv-x="1328" d="M58 343q0 81 27.5 152.5t75 131.5t111.5 107t138 80q-40 68 -59 133.5t-19 129.5q0 84 29 158.5t83 128.5t129.5 86t167.5 32q72 0 130.5 -22.5t100.5 -62.5t65 -94.5t23 -117.5v-6q0 -3 -1 -9l-104 -19q-5 -1 -8.5 -1.5t-7.5 -0.5q-30 0 -37 34q-6 30 -18.5 58.5 t-33.5 51.5t-51.5 37.5t-72.5 14.5q-52 0 -94 -19.5t-72.5 -54t-46.5 -81t-16 -99.5q0 -58 24 -120t75 -126l330 -419q42 68 69.5 140t41.5 145q4 18 13.5 29.5t28.5 11.5h122q-16 -118 -62.5 -231.5t-119.5 -212.5l244 -308h-152q-22 0 -37.5 2.5t-28 8.5t-23 16.5 t-23.5 24.5l-98 125q-96 -89 -214 -141t-250 -52q-84 0 -153.5 25t-119.5 71.5t-78 113t-28 149.5zM241 366q0 -57 17.5 -102t49 -75.5t74.5 -46.5t93 -16q97 0 183 44t158 116l-341 435q-118 -63 -176 -154.5t-58 -200.5z" />
<glyph unicode="'" horiz-adv-x="436" d="M223 1011v158l38 296h152l-37 -296l-35 -158q-7 -32 -23 -49.5t-46 -17.5q-27 0 -38 17.5t-11 49.5z" />
<glyph unicode="(" horiz-adv-x="565" d="M125 435q0 143 16.5 279t60 274t119 285t195.5 313l73 -48q8 -5 14 -13.5t6 -21.5q0 -16 -14 -38q-76 -117 -134.5 -233t-98 -239t-60.5 -256.5t-21 -284.5q0 -76 7 -157.5t21 -163.5t35.5 -161t48.5 -147q6 -15 6 -28q0 -17 -9 -28t-21 -18l-83 -47q-43 88 -73.5 181.5 t-50 188t-28.5 186.5t-9 177z" />
<glyph unicode=")" horiz-adv-x="565" d="M-8 -217q0 17 14 40q75 117 134 235.5t99 244t61 258t21 276.5q0 75 -7.5 156.5t-22.5 163.5t-36 161t-48 147q-6 15 -6 27q0 17 9 27.5t21 18.5l84 48q42 -89 72.5 -182t50 -187.5t28.5 -186.5t9 -178q0 -143 -16.5 -279t-59.5 -274t-119 -284.5t-196 -312.5l-72 47 q-8 6 -14 14.5t-6 19.5z" />
<glyph unicode="*" horiz-adv-x="753" d="M152 1085l173 104q37 22 73 24q-37 3 -67 25l-149 104l52 75l149 -103q16 -11 28 -22.5t20 -27.5q-8 25 -8 48q0 6 0.5 12t1.5 13l26 204h86l-25 -203q-2 -19 -7 -36t-15 -34q11 14 26 25t33 21l173 102l33 -75l-173 -103q-36 -22 -69 -25q17 -2 32 -7.5t30 -16.5 l149 -105l-51 -73l-149 102q-15 10 -27.5 20.5t-20.5 24.5q7 -20 7 -43q0 -6 -0.5 -12t-1.5 -13l-24 -204h-87l25 203q2 18 6.5 35t12.5 32q-11 -13 -24.5 -23t-31.5 -20l-173 -102z" />
<glyph unicode="+" d="M118 621l16 133h417l55 439h144l-55 -439h420l-16 -133h-420l-54 -442h-145l55 442h-417z" />
<glyph unicode="," horiz-adv-x="435" d="M51 126q0 48 33.5 82t88.5 34q31 0 54.5 -11.5t39.5 -31.5t24 -46t8 -57q0 -46 -13 -95.5t-38 -98t-60.5 -95t-82.5 -85.5l-31 30q-13 12 -14 29q0 12 16.5 31.5t38 46.5t41.5 62.5t27 78.5h-12q-53 0 -86.5 35.5t-33.5 90.5z" />
<glyph unicode="-" horiz-adv-x="656" d="M99 539l19 149h468l-20 -149h-467z" />
<glyph unicode="." horiz-adv-x="435" d="M46 113q0 27 10 50t27 40.5t40 28t51 10.5q27 0 50 -10.5t40.5 -28t27.5 -41t10 -49.5q0 -28 -10 -51t-27.5 -40.5t-40.5 -27t-50 -9.5q-28 0 -51 9.5t-40 27t-27 40.5t-10 51z" />
<glyph unicode="/" horiz-adv-x="711" d="M-83 -93l741 1514q14 31 41 48t60 17h75l-739 -1512q-16 -33 -46 -50t-57 -17h-75z" />
<glyph unicode="0" d="M81 583q0 228 50 397t136 280.5t201 166.5t244 55q97 0 179 -37.5t141 -112t92 -186.5t33 -261q0 -228 -50 -398t-136 -281.5t-200.5 -166t-243.5 -54.5q-98 0 -180 37t-141 111.5t-92 186.5t-33 263zM265 586q0 -123 23 -209.5t62 -140.5t91 -78.5t109 -24.5 q86 0 163.5 45.5t135 138t91.5 233t34 331.5q0 123 -23 209.5t-62 140.5t-91 78.5t-109 24.5q-86 0 -163 -45.5t-135 -138t-92 -233.5t-34 -331z" />
<glyph unicode="1" d="M234 0l16 135h317l126 1029l19 79l-300 -234q-18 -14 -39 -15q-15 0 -27.5 7t-17.5 15l-45 77l481 377h143l-164 -1335h291l-16 -135h-784z" />
<glyph unicode="2" d="M48 0l7 60q2 17 12.5 38.5t28.5 37.5l531 474q75 67 133 127t98.5 118.5t61.5 120t21 132.5q0 55 -18 97t-49.5 70t-75 42t-95.5 14q-115 0 -195 -60t-118 -164q-11 -30 -29 -42t-44 -12q-5 0 -11 0.5t-12 1.5l-89 15q26 100 76.5 177t119 129t153 79t178.5 27 q85 0 157.5 -24t124.5 -70.5t81 -112.5t29 -150q0 -93 -29 -169.5t-79 -145.5t-117.5 -133.5t-142.5 -132.5l-442 -402q42 11 84 17.5t81 6.5h502q27 0 41 -14.5t14 -37.5q0 -10 -2 -27.5t-4 -32.5l-7 -54h-975z" />
<glyph unicode="3" d="M95 366l82 30q23 8 41 8q19 0 33 -8t19 -24q16 -59 39 -104t56.5 -74.5t81 -44.5t113.5 -15q84 0 149.5 28.5t110 75t68 104.5t23.5 119q0 49 -15 90.5t-55 71.5t-107.5 47.5t-172.5 17.5l17 126q195 4 290 83.5t95 216.5q0 54 -17.5 95t-49.5 68.5t-75 40.5t-94 13 q-117 0 -196.5 -60.5t-118.5 -163.5q-11 -30 -29 -42t-43 -12q-5 0 -10.5 0.5t-11.5 1.5l-90 15q26 100 76.5 177t119.5 129t152.5 79t178.5 27q86 0 157 -23.5t121 -67t78 -105t28 -136.5q0 -81 -21.5 -143t-61 -108t-95.5 -76t-124 -49q125 -36 187.5 -115t62.5 -194 q0 -111 -44 -199.5t-118.5 -151.5t-173.5 -96.5t-207 -33.5q-102 0 -179 23.5t-131.5 70.5t-88.5 119t-50 169z" />
<glyph unicode="4" d="M46 517l831 950h170l-116 -941h222l-14 -100q-2 -15 -13 -26.5t-31 -11.5h-182l-47 -388h-159l48 388h-645q-20 0 -38 11.5t-20 28.5zM241 526h530l77 618q2 25 8 53t14 57z" />
<glyph unicode="5" d="M70 136l62 76q22 25 50 25q19 0 43.5 -16t58.5 -35t83 -35t117 -16q85 0 156.5 29t122.5 80.5t79 123.5t28 160q0 58 -18 106t-55 82.5t-93.5 52.5t-133.5 18q-51 0 -110 -8.5t-128 -26.5l-106 31l202 684h692l-10 -77q-5 -37 -31 -61t-83 -24h-466l-117 -395 q114 25 208 25q108 0 188 -29t133.5 -80.5t80.5 -121.5t27 -153q0 -129 -48 -234t-128.5 -178.5t-188.5 -114t-228 -40.5q-65 0 -122 12t-106 33t-88.5 48.5t-70.5 58.5z" />
<glyph unicode="6" d="M106 413q0 63 14.5 124t44 123t74 126t105.5 135l437 502q15 17 41.5 29.5t57.5 12.5h156l-504 -550q-47 -52 -85 -97q56 37 123.5 58t143.5 21q81 0 151 -25.5t121.5 -74.5t81.5 -120t30 -160q0 -114 -43 -211t-119 -168.5t-179 -112.5t-223 -41q-100 0 -179.5 30.5 t-134.5 87t-84.5 135.5t-29.5 176zM273 407q0 -60 18.5 -111t53.5 -88t86 -57.5t117 -20.5q81 0 149 27t117.5 75.5t77.5 114t28 142.5q0 62 -20 113t-56.5 86.5t-88.5 54.5t-115 19q-81 0 -148.5 -28.5t-115.5 -77.5t-75.5 -113t-27.5 -136z" />
<glyph unicode="7" d="M191 0l772 1219q15 25 31 45.5t35 40.5h-771q-17 0 -28 11t-11 27v5l15 119h995l-7 -69q-3 -26 -10 -49t-16 -37l-784 -1267q-11 -18 -31.5 -31.5t-43.5 -13.5h-146z" />
<glyph unicode="8" d="M84 351q0 165 88.5 268.5t248.5 145.5q-99 39 -149 113.5t-50 175.5q0 90 37 168t102 136t155 91t198 33q92 0 165.5 -27t125.5 -73.5t79.5 -109.5t27.5 -134q0 -134 -71 -231.5t-208 -143.5q119 -36 182 -115t63 -198q0 -108 -41.5 -194t-114.5 -147t-173.5 -93 t-218.5 -32q-101 0 -183.5 26t-141 74t-90 116t-31.5 151zM269 368q0 -54 18.5 -99t54.5 -77t87 -50t118 -18q80 0 144.5 23.5t110.5 65.5t70.5 101.5t24.5 130.5q0 66 -23 112t-62 75.5t-89.5 43t-105.5 13.5q-68 0 -130 -18.5t-110.5 -57.5t-78 -99.5t-29.5 -145.5z M393 1057q0 -44 13.5 -85t42.5 -72.5t74.5 -50.5t110.5 -19q83 0 141 27t94 69.5t52.5 94.5t16.5 104q0 46 -15 86t-44.5 70.5t-74.5 48t-106 17.5q-74 0 -130.5 -23.5t-95.5 -62t-59 -92t-20 -112.5z" />
<glyph unicode="9" d="M214 969q0 108 42 201.5t115 162.5t172.5 109t214.5 40q96 0 172.5 -30.5t129.5 -84.5t81.5 -130t28.5 -166q0 -74 -15 -138t-45.5 -124t-73.5 -120.5t-98 -128.5l-423 -518q-15 -18 -39.5 -30t-55.5 -12h-162l517 586q27 30 50.5 57.5t43.5 53.5q-62 -46 -136.5 -70 t-153.5 -24q-77 0 -143.5 24.5t-116 71.5t-77.5 115.5t-28 154.5zM393 992q0 -120 68 -186.5t191 -66.5q81 0 145.5 27.5t110 73.5t70 106.5t24.5 125.5q0 59 -18.5 108t-53.5 83.5t-83.5 53.5t-108.5 19q-75 0 -137.5 -25.5t-109 -71t-72.5 -108.5t-26 -139z" />
<glyph unicode=":" horiz-adv-x="435" d="M46 113q0 27 10 50t27 40.5t40 28t51 10.5q27 0 50 -10.5t40.5 -28t27.5 -41t10 -49.5q0 -28 -10 -51t-27.5 -40.5t-40.5 -27t-50 -9.5q-28 0 -51 9.5t-40 27t-27 40.5t-10 51zM148 881q0 27 10 50t27.5 40.5t40.5 28t50 10.5t50 -10.5t40.5 -28t27.5 -41t10 -49.5 q0 -28 -10 -51t-27.5 -40.5t-40.5 -27t-50 -9.5q-28 0 -50.5 9.5t-40 27t-27.5 40.5t-10 51z" />
<glyph unicode=";" horiz-adv-x="435" d="M47 126q0 48 33.5 82t88.5 34q31 0 54.5 -11.5t39.5 -31.5t24 -46t8 -57q0 -46 -13 -95.5t-38 -98t-61 -95t-82 -85.5l-31 30q-13 12 -14 29q0 12 16.5 31.5t38 46.5t41.5 62.5t27 78.5h-12q-53 0 -86.5 35.5t-33.5 90.5zM155 881q0 27 9.5 50t27 40.5t40.5 28t51 10.5 q27 0 49.5 -10.5t40 -28t28 -41t10.5 -49.5q0 -28 -10.5 -51t-28 -40.5t-40.5 -27t-49 -9.5q-28 0 -51 9.5t-40.5 27t-27 40.5t-9.5 51z" />
<glyph unicode="&#x3c;" horiz-adv-x="1092" d="M163 651l9 76l842 411l-17 -130q-2 -17 -12 -30t-31 -24l-488 -233q-22 -11 -46 -19t-50 -14q25 -5 46.5 -13t41.5 -19l432 -232q15 -8 23 -20t8 -23q0 -1 -1.5 -14.5t-4.5 -33.5t-6 -44l-6 -49z" />
<glyph unicode="=" d="M144 453l17 134h878l-16 -134h-879zM187 794l17 134h876l-15 -134h-878z" />
<glyph unicode="&#x3e;" horiz-adv-x="1092" d="M128 241l16 130q2 17 12.5 30t30.5 23l489 233q22 11 45.5 19t50.5 14q-25 5 -47 13.5t-41 18.5l-432 232q-15 8 -23 20t-8 23q0 1 1.5 14.5t4 33.5t5.5 45l7 49l740 -412l-9 -76z" />
<glyph unicode="?" horiz-adv-x="754" d="M135 1334q34 30 72.5 56.5t83 47t95 32.5t108.5 12q72 0 129.5 -21.5t98.5 -59.5t62.5 -89.5t21.5 -112.5q0 -86 -24 -146.5t-61 -105t-81.5 -76.5t-85 -62.5t-71.5 -63t-42 -76.5l-38 -158h-121l11 170q3 49 30 87t66 71t83.5 65t82 69t62.5 83.5t25 108.5 q0 80 -48.5 126t-131.5 46q-57 0 -99 -15t-72.5 -33.5t-50.5 -34t-33 -15.5q-25 0 -35 23zM187 113q0 27 10 50t27 40.5t40 28t50 10.5t50.5 -10.5t41 -28t27 -41t9.5 -49.5q0 -28 -9.5 -51t-27 -40.5t-41 -27t-50.5 -9.5q-28 0 -50.5 9.5t-39.5 27t-27 40.5t-10 51z" />
<glyph unicode="@" horiz-adv-x="1532" d="M79 461q0 130 30.5 249t85.5 222t131.5 187.5t169 144.5t197 93t215.5 33q120 0 226 -40.5t185.5 -117.5t125.5 -187.5t46 -251.5q0 -130 -35.5 -240.5t-96 -190.5t-140 -126t-168.5 -46q-72 0 -114 38t-46 117q-65 -82 -133.5 -117t-142.5 -35q-49 0 -85 17.5t-60 48.5 t-35.5 73t-11.5 91q0 61 16.5 125.5t48.5 124.5t78.5 113.5t107.5 93.5t135 63t160 23q65 0 111 -10.5t88 -30.5l-135 -369q-19 -53 -28 -92t-9 -68q0 -28 7.5 -45.5t20 -28.5t29.5 -15t37 -4q52 0 101.5 36t88 101t62 155t23.5 198q0 119 -35 209t-97.5 150t-149 91 t-189.5 31q-138 0 -262.5 -60t-218.5 -167.5t-149 -255t-55 -322.5q0 -144 41 -256t114 -187t174.5 -114t222.5 -39q144 0 253.5 32t187.5 81q11 7 19.5 9t16.5 2q15 0 24.5 -10t13.5 -22l12 -52q-110 -74 -243.5 -116t-296.5 -42q-148 0 -271.5 49t-212 140.5t-137 222 t-48.5 294.5zM562 442q0 -58 25.5 -95t78.5 -37q28 0 58.5 10.5t60 36.5t58 70.5t53.5 113.5l110 303q-36 9 -78 9q-75 0 -141.5 -36.5t-116 -94.5t-79 -131.5t-29.5 -148.5z" />
<glyph unicode="A" horiz-adv-x="1266" d="M-65 0l720 1467h194l359 -1467h-147q-26 0 -40 13t-20 33l-79 358h-598l-168 -358q-9 -18 -28 -32t-43 -14h-150zM388 544h503l-135 607q-6 27 -13.5 60.5t-12.5 72.5q-14 -39 -29 -73t-28 -61z" />
<glyph unicode="B" horiz-adv-x="1219" d="M99 0l182 1467h434q115 0 197 -23t135.5 -65.5t79 -103.5t25.5 -135q0 -66 -19 -125.5t-57 -109.5t-94.5 -89t-132.5 -62q132 -30 198.5 -104.5t66.5 -188.5q0 -101 -36.5 -186t-105 -146t-167 -95t-222.5 -34h-484zM309 152h289q81 0 142.5 21.5t102.5 61t61.5 96 t20.5 127.5q0 97 -65.5 155t-197.5 58h-288zM390 806h237q83 0 145 22t103 61.5t61.5 94.5t20.5 122q0 105 -63.5 158t-196.5 53h-243z" />
<glyph unicode="C" horiz-adv-x="1263" d="M102 621q0 191 59.5 349.5t163.5 273t244.5 177.5t301.5 63q78 0 141.5 -13.5t116 -39t95 -61.5t79.5 -80l-66 -80q-8 -10 -18.5 -16.5t-25.5 -6.5q-18 0 -38.5 20.5t-56 44.5t-91.5 44.5t-145 20.5q-119 0 -222 -47.5t-179 -136.5t-119.5 -214.5t-43.5 -282.5 q0 -114 29.5 -204t82.5 -153t125.5 -97t159.5 -34q68 0 120 11.5t92 28t68.5 36.5t49.5 36t35 27.5t25 11.5q9 0 15.5 -3.5t10.5 -8.5l67 -83q-96 -104 -222 -162t-292 -58q-131 0 -235.5 47t-177 131.5t-111 201.5t-38.5 257z" />
<glyph unicode="D" horiz-adv-x="1418" d="M99 0l182 1467h505q135 0 244.5 -46t185 -129.5t116.5 -199.5t41 -255q0 -187 -58 -341.5t-159.5 -264.5t-242.5 -170.5t-307 -60.5h-507zM311 155h314q123 0 224 46.5t174 134t113.5 213t40.5 284.5q0 111 -28.5 199.5t-81 150.5t-128.5 95.5t-171 33.5h-313z" />
<glyph unicode="E" horiz-adv-x="1092" d="M99 0l182 1467h834l-19 -156h-642l-62 -495h520l-19 -150h-519l-63 -510h644l-19 -156h-837z" />
<glyph unicode="F" horiz-adv-x="1065" d="M99 0l182 1467h834l-19 -156h-642l-65 -523h550l-21 -155h-547l-78 -633h-194z" />
<glyph unicode="G" horiz-adv-x="1381" d="M102 629q0 189 59 346.5t163 270.5t247 175.5t312 62.5q85 0 154.5 -14.5t126 -40t102 -60.5t83.5 -76l-62 -80q-10 -13 -21 -20t-25 -7q-17 0 -34 10q-23 13 -50 34t-65 40t-92.5 33t-131.5 14q-126 0 -231 -48t-180 -137.5t-117 -215t-42 -280.5q0 -116 30 -208 t85.5 -156.5t133.5 -99t174 -34.5q53 0 99 6t86.5 17t78 27t74.5 36l40 332h-204q-17 0 -27 9t-10 24l1 5q1 5 1 11t1 11v6l9 80h420l-68 -560q-55 -40 -114 -69.5t-124.5 -49.5t-138.5 -29.5t-157 -9.5q-133 0 -241 47.5t-185 133t-118.5 204.5t-41.5 260z" />
<glyph unicode="H" horiz-adv-x="1425" d="M99 0l182 1467h192l-81 -658h716l81 658h192l-180 -1467h-193l83 670h-716l-82 -670h-194z" />
<glyph unicode="I" horiz-adv-x="579" d="M132 0l179 1467h193l-179 -1467h-193z" />
<glyph unicode="J" horiz-adv-x="836" d="M-5 12l14 112q2 15 12 26.5t30 11.5q10 0 23.5 -2.5t30.5 -6t39 -6.5t51 -3q53 0 100 17.5t85 57.5t64 104.5t37 158.5l120 985h192l-120 -981q-30 -244 -152.5 -373t-324.5 -129q-55 0 -103.5 7t-97.5 21z" />
<glyph unicode="K" horiz-adv-x="1287" d="M117 0l179 1467h191l-79 -646h67q36 0 59 10t45 33l507 557q24 27 46.5 36.5t53.5 9.5h163l-586 -634q-22 -24 -41 -40t-39 -25q25 -10 42.5 -28t35.5 -45l442 -695h-165q-18 0 -31 3t-21.5 8t-14.5 13t-13 17l-385 586q-16 25 -36 36t-64 11h-83l-83 -674h-190z" />
<glyph unicode="L" horiz-adv-x="969" d="M99 0l182 1467h191l-162 -1305h581l-20 -162h-772z" />
<glyph unicode="M" horiz-adv-x="1736" d="M99 0l182 1467h140q26 0 40.5 -4.5t22.5 -27.5l356 -923q6 -22 11.5 -41.5t10.5 -41.5q18 43 43 83l577 923q14 24 29 28t40 4h143l-181 -1467h-167l134 1084q2 20 6.5 44t9.5 50l-570 -920q-27 -44 -75 -44h-27q-47 0 -64 44l-353 922q-1 -25 -2.5 -48.5t-3.5 -44.5 l-133 -1087h-169z" />
<glyph unicode="N" horiz-adv-x="1424" d="M99 0l182 1467h98q26 0 37.5 -6t23.5 -26l633 -1122q2 24 4 45t4 40l131 1069h169l-180 -1467h-96q-24 0 -39 7.5t-27 28.5l-631 1122q0 -5 -0.5 -14t-2 -19.5t-2.5 -21t-2 -18.5l-133 -1085h-169z" />
<glyph unicode="O" horiz-adv-x="1500" d="M102 628q0 187 58.5 344t161.5 271t244 177.5t305 63.5q135 0 243.5 -49t184.5 -135t116.5 -204t40.5 -258q0 -125 -26.5 -237t-75 -206.5t-118 -170.5t-155 -129t-185 -81.5t-209.5 -28.5q-135 0 -243 48t-184.5 133.5t-117 203.5t-40.5 258zM298 633q0 -112 28.5 -202 t81.5 -153.5t128.5 -98t171.5 -34.5q123 0 224 48.5t174 138t113.5 217t40.5 285.5q0 112 -29 202t-81.5 153.5t-129 98.5t-171.5 35q-121 0 -222.5 -48.5t-174 -138.5t-113.5 -217.5t-41 -285.5z" />
<glyph unicode="P" horiz-adv-x="1155" d="M117 0l179 1467h404q117 0 203 -27.5t142 -78.5t83.5 -123t27.5 -160q0 -116 -38 -212.5t-110 -166t-178 -109t-242 -39.5h-213l-68 -551h-190zM393 702h213q87 0 153.5 27t111.5 74.5t69 113.5t24 144q0 59 -17.5 106t-52.5 80.5t-88 51.5t-124 18h-213z" />
<glyph unicode="Q" horiz-adv-x="1499" d="M102 628q0 187 58.5 344t161.5 271t244 177.5t305 63.5q135 0 243.5 -49t184.5 -135t116.5 -204t40.5 -258q0 -124 -26 -234.5t-74 -205t-116.5 -170.5t-152.5 -130l296 -402h-154q-35 0 -62 9.5t-46 35.5l-201 279q-55 -17 -113 -26t-120 -9q-135 0 -243 48 t-184.5 133.5t-117 203.5t-40.5 258zM298 633q0 -112 28.5 -202t81.5 -153.5t128.5 -98t171.5 -34.5q123 0 224 48.5t174 138t113.5 217t40.5 285.5q0 112 -29 202t-81.5 153.5t-129 98.5t-171.5 35q-121 0 -222.5 -48.5t-174 -138.5t-113.5 -217.5t-41 -285.5z" />
<glyph unicode="R" horiz-adv-x="1216" d="M117 0l179 1467h386q117 0 202.5 -24.5t141 -70t83 -110.5t27.5 -145q0 -89 -27 -166t-77 -137.5t-120.5 -103t-159.5 -63.5q33 -23 54 -61l316 -586h-170q-50 0 -71 41l-277 528q-13 26 -30.5 36t-55.5 10h-135l-76 -615h-190zM400 755h188q87 0 153.5 24.5t112 69 t68.5 105.5t23 133q0 112 -70 171t-210 59h-195z" />
<glyph unicode="S" horiz-adv-x="1000" d="M12 175l68 91q8 11 20.5 18.5t26.5 7.5q19 0 41.5 -23t57.5 -51.5t86.5 -51.5t127.5 -23q71 0 128 22.5t96 62.5t60.5 96t21.5 123q0 56 -24.5 94t-64.5 63.5t-90.5 44.5t-104 38.5t-104.5 44t-91 62t-64.5 93t-24.5 136.5q0 90 33 173t94.5 146.5t149.5 101.5t198 38 q113 0 203 -43t149 -118l-57 -81q-11 -14 -21.5 -22t-24.5 -8q-17 0 -36.5 18t-50 39t-73.5 39t-107 18q-66 0 -117 -20.5t-86.5 -56t-54 -82.5t-18.5 -101q0 -53 25 -89.5t64.5 -62.5t91.5 -46t105 -41t105 -46.5t92 -63.5t64.5 -91.5t24.5 -128.5q0 -104 -36 -197 t-103 -162.5t-162 -110.5t-214 -41q-131 0 -234 51.5t-170 139.5z" />
<glyph unicode="T" horiz-adv-x="1113" d="M126 1307l19 160h1060l-20 -160h-433l-160 -1307h-191l160 1307h-435z" />
<glyph unicode="U" horiz-adv-x="1375" d="M150 479q0 46 6 94l108 894h192l-110 -893q-2 -20 -3.5 -39.5t-1.5 -37.5q0 -77 20 -140.5t58.5 -109.5t95 -71t130.5 -25q82 0 151 31.5t121 87.5t85 133.5t45 169.5l109 894h192l-109 -894q-15 -126 -66 -234t-130.5 -187t-185.5 -124t-232 -45q-114 0 -202 36.5 t-149 102.5t-92.5 157t-31.5 200z" />
<glyph unicode="V" horiz-adv-x="1289" d="M127 1467h153q26 0 40 -13t19 -33l245 -1048q8 -33 15.5 -72.5t12.5 -82.5q14 43 30 82t33 73l501 1048q8 16 27 31t43 15h154l-730 -1467h-173z" />
<glyph unicode="W" horiz-adv-x="1927" d="M132 1467h150q26 0 41 -12.5t18 -33.5l158 -1038q2 -14 3.5 -34.5t3.5 -40.5l2 -46q10 33 21 63.5t22 57.5l439 1038q8 17 26.5 31.5t43.5 14.5h44q26 0 41 -12.5t19 -33.5l184 -1038q5 -27 8 -56.5t5 -62.5q10 33 19 62.5t19 56.5l412 1038q7 17 27.5 31.5t44.5 14.5 h150l-601 -1467h-174l-198 1129q-3 16 -5.5 36t-4.5 40q-7 -20 -14 -39.5t-14 -36.5l-476 -1129h-172z" />
<glyph unicode="X" horiz-adv-x="1220" d="M-72 0l584 783l-345 684h173q22 0 31 -7t16 -21l262 -553q9 19 23 38l372 514q11 14 22 21.5t27 7.5h197l-513 -675l387 -792h-172q-20 0 -32 12t-18 25l-299 640q-8 -17 -18 -31l-442 -609q-27 -37 -63 -37h-192z" />
<glyph unicode="Y" horiz-adv-x="1192" d="M124 1467h170q26 0 39 -12.5t21 -32.5l244 -587q10 -30 17.5 -56.5t12.5 -53.5q12 27 27 53.5t32 56.5l390 587q11 16 28 30.5t42 14.5h159l-604 -880l-72 -587h-192l73 585z" />
<glyph unicode="Z" horiz-adv-x="1175" d="M16 0l9 60q2 14 7.5 25.5t14.5 24.5l897 1201h-730l19 156h991l-9 -61q-2 -14 -8 -26t-15 -24l-897 -1200h756l-21 -156h-1014z" />
<glyph unicode="[" horiz-adv-x="565" d="M34 -294l228 1863h351l-8 -69q-2 -20 -17.5 -33.5t-36.5 -13.5h-155l-201 -1630h156q19 0 31 -11.5t12 -28.5q0 -1 -0.5 -7t-1.5 -15t-2.5 -18.5t-2.5 -18.5l-2 -18h-351z" />
<glyph unicode="\" horiz-adv-x="710" d="M111 1486h74q33 0 55 -17.5t30 -47.5l370 -1514h-74q-29 0 -54.5 17.5t-33.5 49.5z" />
<glyph unicode="]" horiz-adv-x="565" d="M-15 -294l9 69q2 20 17 34t37 14h156l200 1630h-155q-20 0 -32 12t-12 29l6 49l3 26h352l-229 -1863h-352z" />
<glyph unicode="^" d="M220 806l368 661h117l367 -661h-133q-17 0 -29.5 10t-20.5 25l-201 360q-13 24 -23 46t-17 43q-14 -45 -38 -89l-197 -360q-8 -14 -20.5 -24.5t-33.5 -10.5h-139z" />
<glyph unicode="_" horiz-adv-x="743" d="M-97 -291l14 119h743l-15 -119h-742z" />
<glyph unicode="`" horiz-adv-x="581" d="M79 1482h167q32 0 46 -10.5t24 -32.5l110 -248h-101q-20 0 -32.5 6t-24.5 22z" />
<glyph unicode="a" horiz-adv-x="1034" d="M49 351q0 92 23 179.5t65.5 165.5t102 143t132.5 112.5t157 74t177 26.5q67 0 129.5 -11t123.5 -37l-123 -1004h-95q-36 0 -48.5 18.5t-12.5 44.5l18 210q-37 -66 -79 -119t-90 -90t-100 -57.5t-108 -20.5q-61 0 -111.5 24t-86 70.5t-55 114.5t-19.5 156zM231 384 q0 -247 158 -247q50 0 98.5 31.5t91.5 86.5t80 131.5t66 167.5l44 356q-23 5 -45 7t-43 2q-61 0 -118.5 -20t-108 -56t-91 -85.5t-70 -109t-46 -126.5t-16.5 -138z" />
<glyph unicode="b" horiz-adv-x="1075" d="M81 0l182 1508h179l-90 -733q39 62 84 114t94.5 88t102.5 56t108 20q132 0 206 -96.5t74 -281.5q0 -84 -17.5 -168t-49.5 -160.5t-78 -142.5t-101.5 -114.5t-121 -76t-137.5 -27.5q-83 0 -150 34.5t-110 99.5l-13 -67q-8 -27 -21 -40t-44 -13h-97zM286 228q39 -55 93 -78 t110 -23q53 0 100.5 22.5t86.5 61t69.5 90t51.5 110.5t32.5 122t11.5 124q0 122 -44 185.5t-124 63.5q-49 0 -99.5 -30.5t-97 -85t-87.5 -129t-71 -163.5z" />
<glyph unicode="c" horiz-adv-x="886" d="M61 410q0 126 39.5 241.5t110.5 204.5t168 142.5t214 53.5q102 0 172 -36.5t122 -106.5l-58 -68q-6 -8 -15 -13.5t-20 -5.5q-14 0 -28 13t-36 29t-55.5 28.5t-85.5 12.5q-71 0 -134 -38.5t-110 -105t-74 -157.5t-27 -195q0 -63 14 -115t43 -88.5t70.5 -56.5t96.5 -20 q46 0 82 9.5t63.5 24t48.5 31.5t38 31.5t30.5 24t28.5 9.5q20 0 35 -17l45 -56q-53 -58 -101 -97t-96 -62t-100 -32t-111 -9q-90 0 -159 30.5t-115.5 86.5t-71 134.5t-24.5 172.5z" />
<glyph unicode="d" horiz-adv-x="1077" d="M54 364q0 84 17.5 167.5t50 160.5t78 143t101 114t121 76t137.5 28q76 0 139 -30t107 -85l71 570h179l-187 -1508h-94q-36 0 -48.5 18.5t-12.5 44.5l19 217q-39 -67 -85 -121.5t-96.5 -92.5t-105.5 -59t-111 -21q-133 0 -206.5 97t-73.5 281zM234 382q0 -122 44.5 -186 t123.5 -64q49 0 99 30.5t96.5 84t87 128t70.5 162.5l33 274q-39 54 -93 76.5t-109 22.5q-81 0 -146 -48t-110.5 -124t-70.5 -170.5t-25 -185.5z" />
<glyph unicode="e" horiz-adv-x="944" d="M60 407q0 80 17 159t49.5 150.5t79 133t106.5 106t132 70.5t155 26q79 0 136.5 -22.5t94 -57.5t54.5 -77t18 -80q0 -68 -27.5 -124.5t-101.5 -102t-203 -79.5t-331 -54q-1 -11 -1 -22v-22q0 -137 59.5 -209.5t180.5 -72.5q49 0 87.5 10.5t69 25t53.5 32.5t42.5 33 t35.5 25t33 10q18 0 34 -17l45 -57q-52 -54 -102 -92.5t-102 -64t-109 -37t-123 -11.5q-89 0 -159.5 29.5t-119.5 84.5t-76 133t-27 174zM256 575q158 19 253 44.5t146.5 54.5t67.5 63t16 71q0 18 -8 38t-26 36.5t-46.5 27.5t-69.5 11q-65 0 -119 -27t-96 -73.5t-72 -109.5 t-46 -136z" />
<glyph unicode="f" horiz-adv-x="619" d="M65 937l8 80h148l12 100q11 89 44.5 158.5t84.5 117t116 72t139 24.5q63 0 116 -21l-17 -94q-2 -14 -14 -17.5t-30 -3.5q-9 0 -20 0.5t-23 0.5q-44 0 -81.5 -13t-66 -41.5t-48 -74.5t-27.5 -113l-13 -95h259l-17 -131h-252l-103 -852l-48 -212q-17 -77 -94 -77h-71 l138 1138l-103 13q-17 5 -27 14.5t-10 26.5z" />
<glyph unicode="g" horiz-adv-x="951" d="M-68 -116q0 81 42 139.5t111 96.5t156.5 55.5t178.5 17.5q37 0 73 -3.5t72 -8.5q-9 19 -14.5 40.5t-5.5 45.5q0 32 9.5 66t32.5 76q-39 -27 -87 -41.5t-110 -14.5q-59 0 -111 19.5t-90.5 57.5t-61.5 95t-23 132q0 74 27.5 145t79.5 127t129 90t177 34q113 0 196 -54h281 l-8 -60q-2 -17 -11.5 -31.5t-29.5 -17.5l-129 -23q9 -27 14.5 -56t5.5 -61q-1 -51 -13 -92.5t-29.5 -76t-38 -65.5t-38 -61.5t-29 -63t-11.5 -69.5q0 -43 21 -78t46 -72t46 -80.5t21 -102.5q0 -73 -34 -138t-96.5 -115t-152 -79.5t-200.5 -29.5q-89 0 -162.5 18.5t-125 52.5 t-80 81.5t-28.5 104.5zM105 -93q0 -74 62 -113t176 -39q68 0 123.5 18t95 47.5t61.5 69.5t22 84q0 27 -5 50t-13 44q-55 9 -104 13t-92 4q-84 0 -145.5 -15t-101.5 -39.5t-59.5 -56.5t-19.5 -67zM271 656q0 -92 44.5 -140t124.5 -48q55 0 97.5 24t71.5 63.5t44.5 88.5 t15.5 99q0 90 -45.5 136.5t-125.5 46.5q-55 0 -97.5 -22.5t-71 -60.5t-43.5 -86.5t-15 -100.5z" />
<glyph unicode="h" horiz-adv-x="1085" d="M81 0l182 1508h182l-85 -700q81 121 180 183t202 62q118 0 181.5 -78t63.5 -226q0 -20 -1 -42.5t-4 -46.5l-78 -660h-182l78 660q2 20 3.5 39.5t1.5 36.5q0 84 -31.5 125t-98.5 41q-46 0 -95 -25t-95 -71t-86 -111t-69 -145l-67 -550h-182z" />
<glyph unicode="i" horiz-adv-x="498" d="M97 0l125 1037h179l-125 -1037h-179zM220 1363q0 27 10.5 50.5t27.5 41.5t40 28.5t46 10.5q25 0 47.5 -10t40.5 -28t28 -42t10 -51t-10.5 -50t-28.5 -41t-40.5 -28t-47.5 -10q-24 0 -46.5 10t-39 28t-27 41t-10.5 50z" />
<glyph unicode="j" horiz-adv-x="486" d="M-157 -352l19 98q5 13 12 17t22 4q7 0 15.5 -0.5t19.5 -0.5q73 0 108.5 37t45.5 120l136 1114h179l-137 -1114q-8 -62 -31 -116t-62 -94t-92.5 -63t-122.5 -23q-36 0 -61.5 5.5t-50.5 15.5zM215 1363q0 27 10.5 50.5t27.5 41.5t39 28.5t47 10.5t47.5 -10t40 -28t28 -42 t10.5 -51t-11 -50t-28.5 -41t-41 -28t-46.5 -10q-25 0 -47 10t-38.5 28t-27 41t-10.5 50z" />
<glyph unicode="k" horiz-adv-x="982" d="M80 0l185 1508h179l-108 -887h32q20 0 33.5 5.5t29.5 22.5l343 351q16 16 31.5 26.5t40.5 10.5h161l-401 -406q-15 -16 -30 -30t-32 -24q16 -12 27.5 -29t22.5 -36l311 -512h-156q-23 0 -37 8t-25 28l-264 425q-13 20 -26 27.5t-42 7.5h-34l-61 -496h-180z" />
<glyph unicode="l" horiz-adv-x="486" d="M90 0l183 1508h180l-184 -1508h-179z" />
<glyph unicode="m" horiz-adv-x="1604" d="M73 0l125 1038h91q61 0 61 -61l-14 -185q77 129 168 195t192 66q105 0 155.5 -72.5t50.5 -206.5q78 142 175 210.5t203 68.5q115 0 171.5 -75t56.5 -215q0 -24 -2 -49.5t-5 -53.5l-78 -660h-179l78 660q6 50 6 92q0 77 -25.5 113t-85.5 36q-44 0 -88.5 -22t-85.5 -64.5 t-76 -105.5t-63 -145l-66 -564h-181l79 660q3 28 5 52.5t2 46.5q0 73 -24 107.5t-84 34.5q-49 0 -94.5 -24.5t-86 -71t-75.5 -113.5t-64 -151l-64 -541h-178z" />
<glyph unicode="n" horiz-adv-x="1077" d="M73 0l124 1038h91q61 0 61 -61l-15 -201q83 137 187 207t215 70q116 0 180 -78t64 -227q0 -20 -1 -42t-4 -46l-78 -660h-182l78 660q2 20 3.5 39.5t1.5 36.5q0 84 -31.5 124.5t-97.5 40.5q-49 0 -100 -26.5t-98 -75t-87.5 -118t-69.5 -154.5l-59 -527h-182z" />
<glyph unicode="o" horiz-adv-x="1029" d="M56 417q0 131 41 246.5t112.5 202.5t168 137.5t209.5 50.5q85 0 155.5 -29.5t121.5 -84.5t80 -135.5t29 -181.5q0 -130 -41 -246t-112 -203t-168.5 -137.5t-209.5 -50.5q-85 0 -155.5 29t-121.5 84.5t-80 135.5t-29 182zM240 418q0 -143 55.5 -216.5t163.5 -73.5 q75 0 136 41t104 109t67 157t24 187q0 143 -56.5 215.5t-163.5 72.5q-76 0 -136.5 -40.5t-103.5 -108.5t-66.5 -157t-23.5 -186z" />
<glyph unicode="p" horiz-adv-x="1060" d="M29 -351l169 1389h91q61 0 61 -61l-17 -221q39 68 85 122.5t96.5 93.5t106 60t112.5 21q132 0 206 -96.5t74 -281.5q0 -84 -17.5 -168t-50 -160.5t-78 -142.5t-101 -114.5t-121 -76t-137.5 -27.5q-77 0 -140.5 30t-106.5 86l-55 -453h-177zM276 229q39 -56 94 -79 t111 -23q53 0 100.5 22.5t86.5 61t69.5 90t51.5 110.5t32.5 122t11.5 124q0 122 -44.5 185.5t-123.5 63.5q-49 0 -100 -30.5t-98 -86t-87.5 -131t-70.5 -164.5z" />
<glyph unicode="q" horiz-adv-x="1034" d="M49 351q0 92 23 179.5t65.5 165.5t102 143t132.5 112.5t157 74t177 26.5q67 0 129.5 -11t123.5 -37l-167 -1355h-115q-33 0 -46.5 19t-13.5 44q0 3 1.5 11.5t2.5 17t2 15.5t1 10l60 482q-36 -60 -77 -108.5t-87 -82.5t-96 -52.5t-103 -18.5q-61 0 -111.5 24t-86 70.5 t-55 114.5t-19.5 156zM231 384q0 -247 158 -247q49 0 97 31t91 85t79.5 129.5t65.5 164.5l46 363q-22 5 -44 7t-43 2q-61 0 -118.5 -20t-108 -56t-91 -85.5t-70 -109t-46 -126.5t-16.5 -138z" />
<glyph unicode="r" horiz-adv-x="718" d="M73 0l125 1038h91q29 0 45 -13t16 -41q0 -4 -0.5 -11.5t-1 -16t-1 -14.5t-0.5 -7l-14 -189q67 143 149 221.5t173 78.5q43 0 86 -19l-32 -175q-48 19 -94 19q-99 0 -177 -96.5t-130 -293.5l-57 -481h-178z" />
<glyph unicode="s" horiz-adv-x="796" d="M10 110l45 69q8 13 19.5 20.5t28.5 7.5q16 0 33 -14.5t41.5 -32.5t61.5 -32t95 -14q50 0 90.5 15t68.5 41t43 60t15 73q0 52 -32 83t-80 51.5t-103 38.5t-103.5 46t-80 73t-31.5 120q0 66 26 126.5t75 107.5t119.5 75.5t158.5 28.5q93 0 164 -31.5t122 -84.5l-46 -66 q-8 -12 -16 -17.5t-21 -5.5q-14 0 -31 11t-41 25t-58.5 26t-84.5 12q-46 0 -83.5 -13t-65.5 -35.5t-42.5 -52.5t-14.5 -64q0 -48 31.5 -77t79.5 -50t104 -40.5t104 -49t80 -75.5t32 -120q0 -72 -28.5 -137.5t-81 -115t-127 -79t-166.5 -29.5q-99 0 -175.5 35.5t-124.5 90.5z " />
<glyph unicode="t" horiz-adv-x="701" d="M97 916q0 3 1 12.5t2.5 21.5l3 24t2.5 23l160 22l77 320q4 15 15.5 25t27.5 10h96l-45 -357h273l-16 -132h-273l-63 -510q-5 -42 -7 -68l-4 -41q-2 -15 -2.5 -21t-0.5 -9q0 -52 24 -77.5t66 -25.5q27 0 47.5 7.5t35 17t25 17t18.5 7.5t13 -4t10 -13l38 -87 q-49 -44 -113.5 -69t-128.5 -25q-99 0 -156.5 54t-59.5 158q0 6 0.5 15.5t2 28t4.5 48t9 78.5l65 519h-116q-13 0 -22 7.5t-9 23.5z" />
<glyph unicode="u" horiz-adv-x="1075" d="M98 291q0 20 1 41.5t4 45.5l78 659h181l-77 -659q-2 -20 -3.5 -38.5t-1.5 -36.5q0 -84 31 -125t99 -41q47 0 96.5 25.5t96 73t86.5 114t70 148.5l64 539h182l-125 -1037h-90q-32 0 -49.5 14.5t-17.5 43.5q0 1 1 18.5t2.5 38t3 38t1.5 18.5l7 83q-83 -132 -185 -200 t-211 -68q-116 0 -180 79t-64 226z" />
<glyph unicode="v" horiz-adv-x="974" d="M77 1037h147q20 0 32.5 -11t15.5 -27l155 -667q8 -38 11.5 -76t5.5 -75q11 37 23.5 74.5t31.5 76.5l321 667q8 16 22.5 27t31.5 11h143l-520 -1037h-153z" />
<glyph unicode="w" horiz-adv-x="1453" d="M83 1037h136q20 0 33 -10t15 -28l95 -667q5 -36 6 -69.5t2 -65.5q12 33 25 66t27 69l284 672q6 15 19.5 25t31.5 10h76q20 0 31.5 -10t13.5 -25l115 -672q6 -36 10 -70t7 -67q10 33 19.5 67t24.5 70l262 667q6 16 20.5 27t32.5 11h131l-435 -1037h-138q-24 0 -30 35 l-126 703q-3 16 -5 33l-4 34q-5 -17 -10.5 -33.5t-12.5 -34.5l-300 -702q-14 -35 -41 -35h-133z" />
<glyph unicode="x" horiz-adv-x="959" d="M-51 0l420 558l-249 479h163q20 0 29 -5.5t16 -19.5l174 -357q5 11 10.5 21.5t13.5 21.5l235 311q11 14 20.5 21t22.5 7h165l-371 -480l276 -557h-162q-20 0 -31.5 11t-18.5 25l-196 415q-10 -23 -22 -39l-282 -377q-10 -14 -22.5 -24.5t-30.5 -10.5h-160z" />
<glyph unicode="y" horiz-adv-x="974" d="M83 1037h150q22 0 32.5 -10.5t15.5 -27.5l166 -653q5 -22 8.5 -43t5.5 -43q9 22 17.5 44t20.5 43l327 654q8 16 23 26t31 10h144l-700 -1346q-22 -42 -64 -42h-133l224 412z" />
<glyph unicode="z" horiz-adv-x="878" d="M3 0l9 76q2 13 11 31t21 34l601 753h-504l18 143h719l-10 -78q-2 -19 -11 -37t-20 -32l-598 -748h512l-17 -142h-731z" />
<glyph unicode="{" horiz-adv-x="565" d="M50 585l13 106q76 0 113.5 61t37.5 188q0 23 -1.5 50t-3 55t-3 55t-1.5 50q0 99 23 177t68.5 131.5t113 82t155.5 28.5h50l-9 -79q-2 -20 -18 -28.5t-26 -8.5h-18q-40 0 -74 -15.5t-58 -50.5t-37.5 -92t-13.5 -140v-51q0 -30 0.5 -62t0.5 -63v-50q0 -79 -17 -132 t-43.5 -86t-56.5 -50t-56 -24q54 -17 87 -64t33 -111q0 -61 -15 -119.5t-33 -117.5t-33.5 -119t-15.5 -124q0 -72 34.5 -115.5t96.5 -43.5h19q10 0 22 -8t12 -25q0 -3 -1 -10t-1.5 -15t-1.5 -14t-1 -7l-4 -38h-51q-71 0 -123 20.5t-86.5 57t-52 86.5t-17.5 110 q0 68 16.5 129t36 120t36 116.5t16.5 118.5q0 53 -29 87t-83 34z" />
<glyph unicode="|" horiz-adv-x="614" d="M175 -351v1921h141v-1921h-141z" />
<glyph unicode="}" horiz-adv-x="565" d="M-16 -293l9 79q1 10 6 17t11.5 11.5t14 6.5t12.5 2h18q40 0 74 15.5t58 50.5t37.5 92t13.5 140v50q0 31 -0.5 63t-0.5 62v51q0 78 17 131t43.5 86.5t56.5 50.5t56 24q-54 17 -87 64t-33 111q0 61 15.5 119.5t33 117.5t33 119t15.5 124q0 72 -34.5 115.5t-96.5 43.5h-19 q-10 0 -22 7.5t-12 25.5q0 3 1 10t1.5 15t1.5 14t1 7l4 38h51q71 0 123 -20.5t86.5 -57t52 -86.5t17.5 -110q0 -68 -16.5 -129t-36 -120t-36 -117t-16.5 -118q0 -53 29 -87t83 -34l-13 -106q-76 0 -113.5 -61t-37.5 -188q0 -23 1.5 -50t3 -55t3 -55.5t1.5 -49.5 q0 -99 -23 -177t-68.5 -132t-113 -82t-155.5 -28h-50z" />
<glyph unicode="~" d="M58 424q0 69 19 126t54.5 98t87 64t118.5 23q53 0 105.5 -17t101 -36.5t92.5 -36.5t81 -17q67 0 104 43.5t38 114.5h148q0 -69 -19 -126t-54.5 -98t-87.5 -63.5t-118 -22.5q-53 0 -105.5 16.5t-101 36.5t-92.5 37t-81 17q-67 0 -104 -43t-38 -116h-148z" />
<glyph unicode="&#xa2;" d="M141 441q0 129 39.5 239.5t113.5 191t181 128t242 50.5l35 185q4 19 19 34t36 15h65l-46 -240q84 -11 148 -43t113 -82l-53 -62q-8 -11 -16.5 -15.5t-23.5 -4.5q-12 0 -27.5 9t-37.5 21.5t-53 24.5t-74 19l-151 -789q66 4 112.5 20t78.5 33.5t54 31t38 13.5q23 0 32 -15 l40 -62q-34 -36 -76.5 -63.5t-92 -47t-103 -30.5t-108.5 -14l-34 -182q-4 -19 -19 -34t-36 -15h-66l44 233q-84 9 -153 44t-118 92.5t-76 137t-27 177.5zM314 450q0 -135 59.5 -217.5t168.5 -104.5l149 786q-92 -6 -162 -40.5t-117.5 -95t-72.5 -144t-25 -184.5z" />
<glyph unicode="&#xa3;" d="M15 0l15 115q36 10 65 26t51 40t36 58t20 82l37 309h-167l8 71q2 18 18 33t39 15h116l34 271q12 96 53 180.5t107 147t156 98.5t202 36q86 0 149 -19.5t108 -53.5t74 -80.5t48 -100.5l-77 -45q-20 -10 -41 -11q-14 0 -26.5 5.5t-20.5 19.5q-17 28 -35 52.5t-44 43 t-62.5 28.5t-90.5 10q-67 0 -121.5 -22t-96 -62.5t-67.5 -97.5t-34 -128l-33 -272h484l-8 -72q-2 -17 -17.5 -32t-39.5 -15h-433l-32 -262q-9 -77 -36.5 -131.5t-77.5 -97.5q30 6 61 10t60 4h703l-9 -75q-2 -13 -9 -27t-18.5 -25.5t-26.5 -18.5t-32 -7h-989z" />
<glyph unicode="&#xa5;" d="M129 329l13 101h351l13 108h-351l12 101h317l-317 826h147q25 0 39.5 -11.5t21.5 -32.5l216 -586q12 -34 17 -64t9 -58q9 29 21 59t33 63l359 586q11 17 28.5 30.5t42.5 13.5h148l-522 -826h317l-11 -101h-351l-13 -108h350l-12 -101h-351l-40 -329h-176l40 329h-351z " />
<glyph unicode="&#xa9;" horiz-adv-x="1635" d="M95 733q0 103 26.5 199t76 179.5t117.5 151.5t151 117.5t178 76t199 26.5q103 0 199 -26.5t179 -76t151.5 -117.5t117 -151.5t75 -179t26.5 -199.5q0 -102 -26.5 -198t-75 -179t-117 -151t-151.5 -117t-179 -75.5t-199 -26.5q-102 0 -198 26.5t-179 75.5t-151 117 t-117.5 151t-76 178.5t-26.5 198.5zM199 733q0 -91 22.5 -175t64 -157t100 -132.5t130 -102t154.5 -65.5t173 -23t173.5 23t155.5 65.5t131 102t101 132.5t65 157t23 175q0 137 -50.5 257.5t-138.5 210t-206.5 141.5t-253.5 52q-90 0 -173 -23.5t-154.5 -66t-130 -103 t-100 -134t-64 -158.5t-22.5 -176zM400 735q0 103 35 190t97.5 149t148 96t185.5 34q112 0 189.5 -34t135.5 -92l-47 -66q-5 -6 -13.5 -12.5t-19.5 -6.5q-14 0 -30 11.5t-41.5 25t-65 25.5t-98.5 12q-73 0 -130.5 -23t-98.5 -66t-62.5 -104.5t-21.5 -138.5q0 -79 21.5 -141 t60 -103.5t91 -64t116.5 -22.5q65 0 109 13t73 28t46 27.5t29 12.5q9 0 13.5 -3t10.5 -8l61 -65q-58 -68 -142.5 -105.5t-203.5 -37.5q-100 0 -182.5 35t-141.5 97.5t-91.5 148.5t-32.5 188z" />
<glyph unicode="&#xad;" horiz-adv-x="656" d="M99 539l19 149h468l-20 -149h-467z" />
<glyph unicode="&#xae;" horiz-adv-x="1635" d="M96 733q0 103 27 199t76 179.5t117 151.5t151.5 117.5t178.5 76t199 26.5q103 0 198.5 -26.5t179 -76t151.5 -117.5t117 -151.5t75.5 -179t26.5 -199.5q0 -102 -26.5 -198t-75.5 -179t-117 -151t-151.5 -117t-179 -75.5t-198.5 -26.5t-198.5 26.5t-179 75.5t-151.5 117 t-117 151t-76 178.5t-27 198.5zM200 733q0 -91 22.5 -175t64.5 -157t100 -132.5t130 -102t155 -65.5t173 -23t173 23t155 65.5t131 102t101 132.5t65 157t23 175q0 137 -50.5 257.5t-138 210t-206 141.5t-253.5 52t-253 -52t-205 -141.5t-137 -210t-50 -257.5zM538 279v913 h295q176 0 261 -64t85 -189q0 -96 -55 -163.5t-163 -93.5q17 -10 29 -26t26 -35l232 -342h-151q-34 0 -50 25l-206 309q-9 14 -22 21t-40 7h-82v-362h-159zM697 758h118q57 0 96.5 10.5t63.5 31t35 50.5t11 69q0 38 -10 66.5t-32 47t-57.5 27.5t-88.5 9h-136v-311z" />
<glyph unicode="&#xb4;" horiz-adv-x="581" d="M269 1191l170 248q14 23 31.5 33t49.5 10h172l-254 -263q-14 -15 -29 -21.5t-35 -6.5h-105z" />
<glyph unicode="&#x2000;" horiz-adv-x="838" />
<glyph unicode="&#x2001;" horiz-adv-x="1677" />
<glyph unicode="&#x2002;" horiz-adv-x="838" />
<glyph unicode="&#x2003;" horiz-adv-x="1677" />
<glyph unicode="&#x2004;" horiz-adv-x="559" />
<glyph unicode="&#x2005;" horiz-adv-x="418" />
<glyph unicode="&#x2006;" horiz-adv-x="279" />
<glyph unicode="&#x2007;" horiz-adv-x="279" />
<glyph unicode="&#x2008;" horiz-adv-x="208" />
<glyph unicode="&#x2009;" horiz-adv-x="334" />
<glyph unicode="&#x200a;" horiz-adv-x="93" />
<glyph unicode="&#x2010;" horiz-adv-x="656" d="M99 539l19 149h468l-20 -149h-467z" />
<glyph unicode="&#x2011;" horiz-adv-x="656" d="M99 539l19 149h468l-20 -149h-467z" />
<glyph unicode="&#x2012;" horiz-adv-x="656" d="M99 539l19 149h468l-20 -149h-467z" />
<glyph unicode="&#x2013;" horiz-adv-x="1050" d="M154 540l15 128h755l-16 -128h-754z" />
<glyph unicode="&#x2014;" horiz-adv-x="1552" d="M154 540l15 128h1255l-16 -128h-1254z" />
<glyph unicode="&#x2018;" horiz-adv-x="403" d="M191 1192q0 102 54.5 197.5t150.5 173.5l48 -32q12 -9 13 -23q0 -8 -5 -15t-16 -19q-16 -19 -33 -44t-30.5 -54t-22 -62t-8.5 -68q0 -27 5 -54.5t19 -55.5q3 -8 3 -15q0 -25 -31 -38l-114 -43q-17 38 -25 76t-8 76z" />
<glyph unicode="&#x2019;" horiz-adv-x="403" d="M144 1071q0 8 5 15.5t16 19.5q16 19 33 44t30.5 53.5t22 61t8.5 68.5q0 27 -5 54.5t-18 56.5q-3 7 -4 14q0 25 31 38l114 43q17 -38 25 -76t8 -75q0 -102 -54.5 -197.5t-150.5 -173.5l-49 32q-12 9 -12 22z" />
<glyph unicode="&#x201c;" horiz-adv-x="692" d="M191 1192q0 102 54.5 197.5t150.5 173.5l48 -32q12 -9 13 -23q0 -8 -5 -15t-16 -19q-16 -19 -33 -44t-30.5 -54t-22 -62t-8.5 -68q0 -27 5 -54.5t19 -55.5q3 -8 3 -15q0 -25 -31 -38l-114 -43q-17 38 -25 76t-8 76zM482 1192q0 102 54.5 197.5t150.5 173.5l48 -32 q12 -9 13 -23q0 -8 -5 -15t-16 -19q-16 -19 -33 -44t-30.5 -54t-22 -62t-8.5 -68q0 -27 5 -54.5t18 -55.5q3 -8 3 -15q0 -25 -30 -38l-114 -43q-17 38 -25 76t-8 76z" />
<glyph unicode="&#x201d;" horiz-adv-x="692" d="M154 1071q0 8 4.5 15.5t15.5 19.5q16 19 33 44t30.5 53.5t22 61t8.5 68.5q0 27 -5 54.5t-18 56.5q-3 7 -3 14q0 25 30 38l114 43q17 -38 25 -76t8 -75q0 -102 -54.5 -197.5t-150.5 -173.5l-49 32q-11 9 -11 22zM443 1071q0 8 5 15.5t16 19.5q16 19 33 44t30.5 53.5t22 61 t8.5 68.5q0 27 -5 54.5t-18 56.5q-3 7 -4 14q0 25 31 38l114 43q17 -38 25 -76t8 -75q0 -102 -54.5 -197.5t-150.5 -173.5l-49 32q-12 9 -12 22z" />
<glyph unicode="&#x2022;" d="M237 609q0 79 29.5 148.5t81 121.5t120.5 82t146 30q79 0 149 -30t121.5 -82t81.5 -121.5t30 -148.5t-30 -148t-81.5 -120t-121.5 -81.5t-149 -30.5q-78 0 -146.5 30.5t-120 81.5t-81 120t-29.5 148z" />
<glyph unicode="&#x2026;" horiz-adv-x="1488" d="M46 113q0 27 10 50t27 40.5t40 28t51 10.5q27 0 50 -10.5t40.5 -28t27.5 -41t10 -49.5q0 -28 -10 -51t-27.5 -40.5t-40.5 -27t-50 -9.5q-28 0 -51 9.5t-40 27t-27 40.5t-10 51zM572 113q0 27 10 50t27.5 40.5t40.5 28t50 10.5t50 -10.5t40.5 -28t27.5 -41t10 -49.5 q0 -28 -10 -51t-27.5 -40.5t-40.5 -27t-50 -9.5q-28 0 -50.5 9.5t-40 27t-27.5 40.5t-10 51zM1100 113q0 27 9.5 50t26.5 40.5t40.5 28t50.5 10.5t50 -10.5t40.5 -28t28 -41t10.5 -49.5q0 -28 -10.5 -51t-28 -40.5t-41 -27t-49.5 -9.5q-27 0 -50.5 9.5t-40.5 27t-26.5 40.5 t-9.5 51z" />
<glyph unicode="&#x202f;" horiz-adv-x="334" />
<glyph unicode="&#x205f;" horiz-adv-x="418" />
<glyph unicode="&#x20ac;" d="M43 567l12 102h139q3 76 15 148h-135l12 102h144q34 130 95 234t143.5 177t183.5 112t215 39q136 0 227.5 -51t151.5 -140l-68 -67q-12 -12 -19.5 -16.5t-21.5 -4.5q-11 0 -21.5 9.5t-24.5 23t-33.5 30t-47 30.5t-65.5 23t-90 9q-79 0 -148.5 -26.5t-126.5 -79 t-100 -128.5t-69 -174h573l-6 -57q-3 -17 -18 -31t-40 -14h-531q-6 -36 -9.5 -72.5t-5.5 -75.5h485l-7 -56q-2 -17 -18 -31.5t-39 -14.5h-422q7 -209 92.5 -319t233.5 -110q84 0 141 23t94.5 51t61 51t41.5 23q8 0 14 -2t12 -11l66 -69q-85 -103 -198.5 -161t-258.5 -58 q-116 0 -204.5 42t-149 118t-92 183.5t-35.5 238.5h-148z" />
<glyph unicode="&#x2122;" horiz-adv-x="1358" d="M164 1362l14 103h459l-13 -103h-168l-62 -501h-123l61 501h-168zM651 861l73 604h105q16 0 25 -3t14 -17l117 -315q8 -28 12 -51q6 13 13 25.5t15 25.5l194 315q9 14 17.5 17t25.5 3h104l-73 -604h-109l47 379l16 73l-211 -345q-16 -28 -46 -28h-17q-29 0 -39 28 l-128 346v-74l-47 -379h-108z" />
<glyph unicode="&#xe000;" horiz-adv-x="1035" d="M0 1035h1035v-1035h-1035v1035z" />
</font>
</defs></svg>

After

Width:  |  Height:  |  Size: 39 KiB

Some files were not shown because too many files have changed in this diff Show More