-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdatacenters.html
313 lines (294 loc) · 37.8 KB
/
datacenters.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Root -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="robots" content="index,follow">
<!-- Meta -->
<title>Datacenters WriteLN</title>
<meta name="description" content="WriteLN HTML Cloud Theme">
<meta name="keywords" content="WriteLN, Theme"/>
<meta name="copyright" content="WriteLN">
<!-- Icons -->
<link rel="icon" href="assets/static/favicon.png">
<!-- Assets -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.1/css/all.css">
<link rel="stylesheet" href="assets/dist/bootstrap.css">
<link rel="stylesheet" href="assets/dist/app.css">
<script src="assets/dist/jquery.min.js"></script>
<script src="assets/dist/bootstrap.min.js"></script>
<script src="assets/dist/app.js"></script>
</head>
<body>
<!--
Head Nav
-->
<nav class="navbar navbar-expand-md">
<div class="container">
<!-- Logo -->
<a class="navbar-brand logo" href="index.html"><img src="assets/static/logo.svg" alt="WriteLN"></a>
<!-- End Logo -->
<!-- Navbar Toggler -->
<button class="navbar-toggler collapsed" data-toggle="collapse" data-target="#navigation">
<i class="fas fa-bars"></i>
</button>
<!-- End Navbar Toggler -->
<!-- Navigation -->
<div id="navigation" class="navbar-collapse collapse">
<div class="content d-md-flex">
<!--Left Menu Section-->
<ul class="navbar-nav ml-md-5 mr-auto">
<li class="nav-item"><a class="nav-link" href="cloud.html">Features</a></li>
<li class="nav-item"><a class="nav-link" href="pricing.html">Pricing</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown">Resources</a>
<div class="dropdown-menu">
<a class="dropdown-item media" href="faq.html">
<i class="far fa-question-circle"></i>
<span class="media-body align-self-center">FAQ</span>
</a>
<a class="dropdown-item media" href="refferer.html">
<i class="fas fa-hand-holding-usd"></i>
<span class="media-body align-self-center">Support Programs</span>
</a>
<a class="dropdown-item media" href="api.html">
<i class="fas fa-code"></i>
<span class="media-body align-self-center">Api Documentation</span>
</a>
<a class="dropdown-item media" href="network-status.html">
<i class="fas fa-server"></i>
<span class="media-body align-self-center">Network Status</span>
</a>
</div>
</li>
</ul>
<!-- End Left Menu Section -->
<!-- Right Menu Section -->
<ul class="navbar-nav">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown">Company</a>
<div class="dropdown-menu">
<a class="dropdown-item media" href="about.html">About</a>
<a class="dropdown-item media" href="teams.html">Teams</a>
<a class="dropdown-item media" href="careers.html">Careers</a>
<a class="dropdown-item media" href="news.html">News</a>
<a class="dropdown-item media" href="legal.html">Legal</a>
<a class="dropdown-item media" href="contact.html">Contact</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown">
<i class="fas fa-globe"></i>
<span class="text">Language</span>
</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="#!">Deutsche</a>
<a class="dropdown-item" href="#!">English</a>
</div>
</li>
<li class="nav-item"><a class="nav-link" href="#!">Login</a></li>
<li class="nav-item hrbottom">
<hr>
<a class="btn btn-success btnregister" href="#!">Register</a>
</li>
</ul>
<!-- End Right Menu Section -->
</div>
</div>
<!-- End Navigation -->
</div>
</nav>
<!--
Container
-->
<main>
<!--Hero Section-->
<div class="d-flex align-items-center section-main">
<div class="back-gradient">
<span></span><span></span><span></span><span></span><span></span>
<span></span><span></span><span></span><span></span><span></span>
</div>
<div class="container title text-white">
<h1 class="display-4 mb-0">Datacenters</h1>
<p class="description mb-0 mt-4">We are expanding globally for low latency infrastructure and working with all our strength</p>
</div>
</div>
<!--End Hero Section-->
<!--Section Earth-->
<div class="section section-earth">
<div class="container">
<h2 class="section-title text-center mb-4">We Serve Globally</h2>
<div class="description mb-5 text-center">We are working with all our speed in order to serve more locations.</div>
<!--World SVG-->
<svg width="100%" height="100%" viewBox="0 0 1174 580" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;">
<path d="M1173.4,495.4c-1.2,1.4 -2.8,2.3 -4.7,2.6l0,2.6c-1.5,2.1 -3.2,4.1 -5,6c-1.4,-1.8 -2,-3.9 -1.9,-6.2l-2.4,-1.3l-0.5,-2c1.5,-1.4 2.4,-3.1 2.8,-5.1c-0.8,-2.6 -2.1,-5.2 -3.9,-7.3l0.9,1.5c-2,-2.2 -3.4,-4.7 -4.9,-7.2l1.4,-0.1l0.4,1.6c3.4,0.9 4.5,4.1 6,7l-0.1,1.1l2.5,1.3l-0.3,-1.8c1.2,2.3 3,4 5.5,5l3.4,-1.4l0.8,3.7Zm-17.3,10.8l3.1,0.1l0.1,1.4c-1.1,2 -2.5,3.8 -4.4,5.2l0.4,2.7c-2.4,0.4 -4.5,0.9 -6.7,1.8l0.6,2.8l-1.7,-0.3l0.8,1.7l-1.6,3.4l-5.4,2.4l-5.2,-1.9l-2,0.4l-0.5,-1.4l0.4,-1l1.1,0.4c4.8,-8.4 15.2,-10.5 18.3,-20.6l2.7,2.9Zm-542.6,-306.1c-6.6,-1.3 -8,-4.2 -12.5,-8.4c0.6,-2 0.6,-4.1 0.1,-6.1c-2.9,-2.4 -6.1,-4.4 -9.3,-6.5l-1.8,-0.1l-3.1,-3.1l1.2,-0.1l-3.9,-4.4l-1.5,2.3l-1.2,-2.9l0.5,-1l-1.8,0l-3.2,2.1l0.8,1l-0.5,1.3c2.5,3.8 5.7,7 8.3,10.7l3.7,0.5l0.4,2c2.6,1 5.2,2.2 7.4,4l0.7,2.6c-1.2,-1.1 -2.4,-2 -3.9,-2.9l-2,1.9l1.9,2.4l0.1,1.5l-1.5,0.6l-1.3,2.1l-2.5,1.3l1.9,-2.8l-1.6,-4.7c-1.7,-0.7 -3.2,-1.6 -4.6,-2.7l0.5,-0.4c-7.4,-3.8 -12.6,-9 -18.3,-14.9c-4,1.3 -7.5,3.7 -11.1,5.7c-1.4,-1.1 -3,-1.5 -4.8,-1.4l-4,3l0.3,2.3c-2.2,2 -7.9,5.5 -7.9,5.5l-2.5,2.1l0.3,5.3l-3.4,4.3l-2.3,0.8l-1.9,2.4c-4.1,1.2 -8.3,-0.3 -11.5,3.1l-1.8,-0.4l-1.9,-3.1c-2.7,-0.2 -5.4,-0.3 -8,-0.1c0.4,-2 0.5,-3.9 0.5,-5.9l-1.5,-0.4l-0.8,-0.6c1.8,-4.8 2.1,-9.6 2.9,-14.4l-1.9,-1.9c6.5,-5.5 17.7,-1.8 25.5,-2.7l1.7,-4.5l-0.7,-0.1l0.6,-3.5l-0.2,-3.3c-1.4,-1.7 -2.8,-3.5 -4.2,-5.2l-1.3,0.1c-1.9,-1.1 -4,-2 -6.2,-2.5c0.3,-0.6 0.7,-1 1.2,-1.4l-1.5,0.2l4,-1.6c2.4,0.4 4.7,0.4 7.1,0.1c0,-1.6 -0.5,-3.1 -1.5,-4.4l2.3,0l1.7,1.4l3.4,-0.3c3.4,-3.5 6.3,-8.1 11.6,-8.5l-0.8,-0.8c2,-1.3 3.3,-3.1 3.9,-5.5l1.9,0.6c-0.5,0.5 -0.8,1.1 -0.9,1.8c0,0 1.9,-2.7 1.3,-3.4c1.2,-1 2.6,-1.5 4.2,-1.6l1.2,0l2.5,-1.1l1.6,0.3l1.1,0.4l1.9,-1.5c-0.4,-0.6 -1.8,-2.2 -1.8,-2.2c0.3,-2 -1.8,-5.5 -1.8,-5.5l0.7,-2.1l-0.4,-1.9c1.2,-0.2 2.2,-0.8 2.9,-1.7l0.9,0.8l1,-1.9l2.1,0.3l1.2,1.8l-0.2,2.1c-1.1,0.4 -2.1,1.1 -2.8,2l-0.8,3l1.5,2.4l2.1,0.7l0.7,1.5l2.4,0.3c1.5,-0.9 3.2,-1.6 4.9,-2c1.7,1.3 3.5,2.5 5.3,3.6l1.6,-1.9c3.5,-1.4 7.2,-2.4 10.9,-3.4l1.8,2.1c2.9,-0.8 5.3,-2.4 8.1,-3.3c0.1,-2.3 -0.2,-4.8 -0.9,-7c0.7,-1.1 1.1,-2.2 1.4,-3.4l4.2,-2.1c1.1,1 2,2.1 2.7,3.4l3,-2.1l0.6,-4.3l-1.3,0.5c-0.5,-1.3 -1.3,-2.5 -2.3,-3.5l0.9,-1.5c5.3,-2 9.8,-0.3 15,-1.2l-0.6,-1.8c1.8,-0.3 3.6,-0.5 5.4,-0.7l-0.7,-1.6l-2.1,-0.2l-0.8,-2.2l-3.4,1.3l-2.9,-0.9c-0.5,0.9 -1.3,1.6 -2.3,2c-2.1,-0.2 -4.3,0.2 -6.3,0.9l-3.3,-1.4l-2,0.4c-0.8,-0.8 -1.6,-1.4 -2.6,-2c0.2,-4.8 -3,-8.9 -0.4,-13.5l2.8,-0.8l0.9,-2.2l1.7,-0.3c2.2,-2.5 4.6,-4.7 7.4,-6.4l-0.4,-2.5c-2.5,-1.7 -5.6,-2.6 -8.6,-2.8c-2.4,1.9 -4.1,4.2 -5.8,6.6l0.8,2.4c-1.1,2.4 -3.1,3.9 -5.7,4.2c-2.3,2 -5.1,3.2 -7.2,5.5c-0.6,2.8 -0.7,5.8 -0.2,8.7c2.4,1.1 4.6,3 6,5.2c-2.6,1.7 -5.8,2.1 -8.8,1.3c2.2,0.9 4.4,1.1 6.7,0.6c-0.8,0.4 -1.5,0.7 -2.3,1.1l-0.9,1.6c-1.1,0.3 -2.3,0.6 -3.4,0.9l1.1,2.3c-1.5,3.3 -2.3,6.8 -3.3,10.2c-1.6,-0.1 -3.3,0.1 -4.9,0.5l-0.2,1.8l-4.9,0.8l0,-2.1l-1.3,-2l0.7,-0.9c-1.3,-2.8 -3.4,-5.3 -3.9,-8.5l-0.7,-0.5c0.1,-1 -0.1,-2 -0.7,-2.8l0.4,-1.3l-1.5,-0.3l-0.4,-1.9c-2.6,3.6 -6.4,6.2 -10.6,7.9c-1.8,-0.5 -3.6,-1.2 -5.3,-2l-1.6,-6.5l-0.8,-2.7l-0.3,-1.9l0.2,-4.1l1.3,-3.5l2.8,-0.9l1,-1.6l3.1,-0.1l-1.5,-1.7l3.9,0.4c2.5,-2.8 5.2,-5.5 8,-8.1l2.3,-0.4c0.9,-1.7 2.3,-2.9 4.1,-3.6l-0.8,-1.8c0.9,-1.9 2.3,-3.3 4.3,-4.1l-1.5,-1.6l2.8,-1.2l-0.7,-1.3c3.3,-1.2 5.4,-3.9 8.1,-6l1,0.4l0.3,-2.6c1.9,-2.1 3.9,-4 5.9,-6.1c1.6,0.6 3.2,0.6 4.8,0.1l1.7,-2.5c0,0 2.4,-0.2 3.9,-1.5l7.5,-2.4c2.4,-1.1 4.8,-2 7.3,-2.9c0,0 0.8,1.3 2.6,-0.2l4.2,-0.5l2.8,1.3l4.6,1.5l1.4,2.2l-5.7,0.4c2,1.8 4.7,2.7 7.4,2.8l3.7,-1.8c0,0 20,9.3 29.8,13.6l0.9,2.8l-2.1,3.5c-10.5,0.5 -18.1,0.9 -27.9,-3c2.6,2.4 5.3,4.6 8.2,6.5l-1.2,2.9l1.6,4.3c3.1,2 6.5,4 10.3,3.4l0.2,-1.6l-2.5,-0.8l-1.8,-3.1c4.1,0.5 8.4,2.3 12.5,1.6c-0.5,-1.9 -0.8,-3.8 -0.9,-5.7c2.8,-1.2 5.5,-2.6 8.1,-4.1l5,2l0.9,-5.2c-0.6,-0.7 -1.3,-1.4 -1.9,-2.1l1.5,-4.4l-1.1,-2.2l4.2,0.2l5.2,4.2l-5.3,2.8l7.7,2.2c2.9,-5.2 13,-10.2 18.7,-9.6l3.2,-1.8l-0.9,2.8l0.5,1.3l3,0l1.6,-1.6c4.9,-0.1 9.5,-3 14.3,-2l-0.1,2.3c1.7,-1.1 3.4,-2 5.2,-2.7l-1.3,-4.5c8.3,-2.9 18.4,3 25.1,7.4l3.5,-3.2l-3,-0.5l-0.8,-3l-4.1,-2.3l2,-2.8c-0.9,-1.5 -1.5,-3.1 -1.9,-4.8c5,-2.1 5.5,-7.3 9.1,-10.8c3.8,-0.1 7.4,0.6 11.2,1.2c-1.1,2.6 -2.1,5.3 -2.9,7.9l2.7,4.9c-1.2,2.8 -1.2,5.9 -1,9l2.9,3.4c-1,3.1 -2.5,5.8 -5.3,7.6l-0.9,2.3c-2.7,0.3 -5.5,0.3 -8.2,0.1c2.8,1.7 5.8,2.8 9,2.9c4.6,-2.1 6.2,-5.6 9.9,-8.6l-1.2,-3.6l8.1,-1.6l4.1,6.8l1.7,-0.9l-3.6,-1.1l1.8,-2.2l-1.1,-3.3c-4.3,-2.5 -7.9,-2.8 -12.7,-3.2l-0.8,-2.9l1.5,-3.2l-2.2,-5.9c2.7,-2.3 4.3,-5.7 5.3,-9l2.1,1.3c-0.4,2.5 -0.5,5.1 -0.4,7.7c3.5,1.1 7,1.3 10.3,2.7l-1.6,-3.3l-4.7,-0.8l-1.4,-1.2c6.8,-3.7 14.8,-1.3 21.8,0.4l-2.2,3.8l0,4l2.1,-2.6l0.7,3.3c0.6,-3 1,-6 1.1,-9c-1.5,-0.6 -2.8,-1.7 -3.5,-3.1c-1.5,-0.3 -3,-0.9 -4.4,-1.6c-0.1,-2.1 -0.7,-4 -1.8,-5.8c7.1,-1.4 13.8,-2.2 21,-2.7l-2,2.2l4.8,-2.4l-2.6,-4.1c8.7,-11.2 30,-11.8 43,-10.7l2.4,-2.9l2.6,-0.7l0.2,-1.8l8,-5.3l5.1,0.2l-2,3.7c3.1,0.1 6.2,0.4 9.3,0.8l-2.8,3.2l3.4,0.2l2.8,-1.7c7,0.2 10.5,2.5 16.9,3.9l1.4,1.5l-2,2.5l1.8,1.4c-9.3,5.2 -19.8,10 -27.9,16.6c4.8,-2.7 11.2,-3.4 16.5,-4.9l0.1,-2.7c2.7,1.3 5.9,1.7 8.8,1.1l2.2,3.6l2.1,-2.3c4.8,-1 9.7,-0.1 14.4,0.2l1,3.3c4.5,1.3 9,0.1 13.4,1.5c1.4,-2.2 3,-4.2 4.7,-6.1c5,1.4 9.7,3.1 14.4,5c-2.8,0.9 -5.5,2.1 -7.8,3.8c6.1,2.3 11.9,5.8 17.8,8.6l4,-5.3l6,3.2l6.1,-1.3c0,0 6.7,0.1 8,-0.9l3.8,-3.7l-2.9,0.1c9,-2.4 12.4,-3.1 22.3,-1.5l-2.5,1.8l3.2,0.5l3.7,-0.9l9.4,1.9l-3.4,1.8l7.3,2l3.5,3.7c8.6,-1 14.8,-1.4 23.4,0.2l2.1,4.3l3.7,2.2l0.7,2.8c2.5,-2.5 5.9,-2.9 9.3,-3.4c4.1,2.6 6.9,0 11.1,0.7c3.3,0.6 5.7,3.2 8.7,4.7l4.2,-1.1l-2.6,-4.1l1.4,-2.3c10.1,0.7 22.6,0.8 31.4,6.6c0,6.5 0,13.1 0.1,19.6l-2.6,3.6c-1.8,1 -3.6,1.3 -5.5,0.9l-1,-1.6l-1.8,0.7l-2,-0.6l-0.1,2c1.9,-0.1 3.6,0.6 4.8,2.1c1.1,0.2 2.1,0.6 3,1.4l-0.5,2.4l2.8,3.5l1.2,-0.2l-2.5,2.5l-4.7,-1.8c-3.7,3 -8.1,3.6 -12.2,5.6c-4.5,2.3 -8.2,6 -13.1,7.8l-4,-1.9c-3,0.4 -5.8,1.6 -7.9,3.8l0.5,-3.2c-1.8,0.4 -3.3,1.4 -4.4,3l-1.7,-0.7c-1.6,0 -2.9,0.5 -4.1,1.5l0.1,1.3c-1.5,1.8 -2.9,3.7 -4.3,5.7l1.7,2.2l2.3,0.9l-1.7,2l1.8,2.6l-0.7,3.1l-0.7,-2c-2,5.2 -2.8,9.5 -9.1,10.4l-1,1.9l0.7,2.3l-3.2,1.2c-2.1,3.3 -4.8,6 -7.4,8.9c-2.5,-10 -6.7,-21.6 0.3,-30.6c6.4,-3.4 13.1,-7.6 17.4,-13.7l3.3,-1.1l3,-3.3c-0.2,-1.4 0,-2.8 0.5,-4.2l4.4,-1.4l-17.7,8.8c0.8,-1.9 -19,2.9 -20.4,5.1l3.3,2.3c-4.2,1 -8.7,0.9 -13.1,1.5l2.9,-1.2c0,0 -5.7,-1.8 -7.1,-2.7c-1.7,0.3 -3.2,1.2 -4.3,2.5c-6,-1.3 -12.4,-0.5 -18.5,-0.9c-9,5.9 -19.6,13.9 -26.8,22.1l5.2,1l3.1,3l3.5,-1.4l5.7,1.5c5.6,5.4 1.2,21.4 -3,26.9c-5.4,7.2 -11.8,18 -20.7,20.7c-0.9,-0.4 -1.8,-0.9 -2.6,-1.5l-2,0.2l0.5,-1c-2.5,2.2 -7.3,9 -7.3,9c-1.7,2.3 -3.9,4.2 -6.6,5c0.4,5.9 5.7,9 6.2,15.1l-1.8,3.4c-3,0.3 -5.5,1.7 -8.5,2.8c0.6,-3.4 0.7,-6.6 -1.5,-9.3c0.8,-0.7 1.7,-1.2 2.7,-1.4l-1,-1.8c-1.3,0 -2.7,0.1 -4,0.2l-1.9,-2.5l2,-2.1l-0.5,-3.4l-3.4,-1.4c-3.7,0.7 -7,2.5 -10.2,4.4l2,-2.2l-1.4,-0.8l2.7,-3.8l-2.1,-1.3c-3.6,2.4 -6.8,5.5 -10.7,7.2l-1.7,-0.6l1.2,4.1l2.6,1.4l1,2.6l4.1,-2.5c2.1,1 4.3,1.6 6.7,1.6l-0.4,2.1l-4.7,0.5l-3.3,1.8l-2.9,4.9c3.1,2 7,9.9 7,9.9c0.5,1.9 0.6,3.9 0.4,5.9l-4.3,1.9c2.1,-0.2 4.1,0.1 6.1,0.9l-0.4,1.8l-1.4,3.9c0,0 -3.7,5 -6,6.4l0,2.9c-1.1,1.3 -5.8,5.8 -6.1,6.6c-4.1,2.4 -9,6.7 -14,3.9c-2.6,4.6 -7.6,3.6 -11.2,6.6l0.3,1.9c-1.3,-2.3 -3.2,-4.1 -5.6,-5.3c-0.8,0.9 -3.7,3.1 -3.7,3.1c-3.5,1.3 -5.2,4.4 -5.5,8.1c5,8.2 13.1,12.8 11.1,24c-2,2 -4.8,3 -7.7,3.4c-0.1,1.1 -0.3,2.2 -0.6,3.3c-2.2,1.1 -4.4,2.5 -6.3,4c0.5,-2 -4.1,-6.9 -4.1,-6.9l-7.5,-6.9l-1.2,-3l-3.2,1.3c-0.4,4.3 -3.1,8.2 -2.8,12.4l2.3,0.4c1,2.3 1.8,4.7 2.3,7.1c3.3,1.3 5.8,3.9 8.3,6.4c1.3,4.4 1.1,9.1 4,12.8c-3.5,-0.5 -6.6,-2.2 -9.3,-4.3c-0.4,-1.9 -1.3,-3.5 -2.7,-4.8c-0.2,-3.1 -1,-6.4 -3.2,-8.6c0,0 -3.3,-3.7 -4.6,-5c0.8,-9.5 2.8,-23.4 -5,-31.2l-2.1,3.2l-3.1,1.5l-1.4,-0.7l-2.3,0.5c1.6,-3.8 0.3,-7 -0.5,-10.8l-1.8,-0.1l-9.6,-13.3l0.1,3.2l-5.3,1.9l-6.4,0.7c-2.1,7 -17.2,17.6 -23.6,21.3c0.1,5.6 0.2,9.7 -1,15.2c-1.3,0.9 -2.2,2.1 -2.5,3.5l0.4,1.5c-2,0.8 -3.6,2 -4.8,3.8c-6.8,-8.7 -20.4,-31.7 -15.4,-43l-1.3,-5l-2.2,3.5l-4.3,1.6l-6.3,-5.8l5,-2l-5.3,-0.6c-1.2,-1.3 -5.8,-6.3 -7.2,-7.5c-3.1,-1 -6.3,-0.4 -9.4,-0.8c-7.3,1.9 -15,0.7 -22.1,-1.5c-0.7,-1.6 -1.5,-3.2 -2.5,-4.7l-5.2,1.9c-10.6,-1 -11.2,-11.2 -19.2,-14.2c-1.8,1.5 -3.5,3 -5.3,4.4c0,0 2.9,3.6 3.7,5.4c1.7,1 3.2,2.3 4.6,3.7l-0.5,0.9c0.6,2.1 4.2,1.6 4.2,1.6c0.3,2.4 0.7,4.9 1.2,7.3c2.8,0 5.5,-0.4 8.2,-0.6c2.6,-2.5 5.6,-4.5 7.9,-7.3l-0.7,2.6l1.1,3.2c3.2,3.5 7.9,4 10.8,7.7c-2.1,4.2 -5.4,7.6 -7.2,12c-3.7,1.2 -5.5,5.2 -9.1,6.2c-4.1,1.1 -8.4,2.1 -10.5,6.1c-8.2,1.9 -18.5,10.3 -26.9,9.1c-3.9,-11.6 -6.3,-20.2 -15.3,-29.2c0.3,-5 -2.2,-9.8 -6.6,-12.2c-1,-5 -5.1,-8.6 -8.2,-12.3l1.1,-4.7c-1.4,-2.2 -2.3,-4.7 -2.6,-7.3c1.4,-4 3.4,-7.7 5.3,-11.5l-0.9,-3.8l1.1,-3.6l-0.8,-1c-3.4,0.2 -6.4,1.6 -9.6,2.6c-2.2,-1.7 -4.9,-2.7 -7.6,-3.1l-1.5,2.4l-2.2,0.1l-1.6,-2.2c-1.2,-0.1 -2.4,-0.1 -3.6,0c-0.6,-1.1 -1.5,-2 -2.6,-2.8l-0.1,-1.9l-2.2,-2.1l0.9,-0.6l0.1,-1.3l-0.6,-1.2l-1.8,-0.8l5.5,-3.9c1.5,0.4 3.7,-0.2 3.7,-0.2l3.5,-1l-2.2,-0.5l1,-1.2c1.7,-0.2 3.3,0 4.9,0.5c3.9,-2.6 9,-4.2 13.6,-4l3.4,1.5l0.9,1.4c5.6,1.5 10,0.9 15.8,0.8l0.5,-7.1c-4.9,-1.5 -7.1,-6.4 -12.3,-7.5l-1.8,-2.3l3.4,-3.2l-0.7,-2.4l4.7,-2.8c-5.9,1.3 -11.9,4.4 -17.8,4.9c2.2,2.4 5.5,4.2 8.8,3.4c-2.7,1.3 -5.6,2.1 -8.2,3.5l-2.2,-0.1l0.4,-2l-3.5,-1.6l2.9,-1.5l-4.3,-2.1l-0.4,-2.4c-3.2,0.6 -5.4,3.1 -7.8,4.8c-0.3,0.8 -0.3,1.7 -0.1,2.5l-2.6,1.8c-1.4,3.2 -2.8,6.3 -3.7,9.6c0.9,1.9 2.4,3.1 4.3,3.8l-1.5,1.3c-2.9,0 -5.6,1.7 -7.8,3.6c0,0 -5.1,-4.2 -8.6,-2.5l2.2,2.4l-2.2,0.9l-2.9,-2.3l-0.9,0.1c0.3,1.9 1,3.8 1.9,5.5l-0.7,0.4l-1.2,0.6l4.7,2.6l-0.2,2l-3.2,-1m104.7,-13.8l-2.2,-2.4l-1.9,3.7c-0.8,-1.7 -1,-3.4 -0.8,-5.3c-3,-2.2 -5,-4.9 -7.6,-7.4l0.5,-1.3l3.1,0.2l-1.5,-1.2l1.1,-1.5l6.1,-0.4l-1.1,-0.7c0.7,-1.6 1.1,-3.2 1.3,-4.9c-2.3,-0.9 -4.7,-1.5 -7.1,-1.7c-4.1,1.6 -7.5,5.2 -12,5.7c-0.5,1.8 -1.4,3.4 -2.7,4.7l1.6,1.4l1.5,1.5c-1.3,4.8 5.1,12.5 9.3,14.6l-2.6,0.3c0,1.7 -0.5,3.3 -1.4,4.6l-1.5,4.9c4.4,3.4 11.8,5.6 17.2,3.8c-0.2,-2.6 0,-5.3 0.4,-7.9l-2.8,-1.9l1.9,-0.9l-0.4,-1.8l-2.7,-1.3l0.7,-3.1c1.2,0.3 2.3,0.8 3.2,1.5l1.1,-0.9l-0.7,-2.3Zm-180.7,-41.7l3.2,0.4l-1.2,2.1c-4.8,0.8 -9.9,1.6 -14.8,1.2l-0.6,1.6l-2.3,-0.3l-3.1,1.7l-1.6,-0.8c1.8,-0.8 3.1,-2.1 4.1,-3.8c1.6,-0.9 3.3,-1.1 5,-0.9l1,-2c-2.8,0.8 -5.8,0.3 -8.4,-0.9l3.3,-1.9l0.5,-1.8l-1.7,-0.7l5.6,-2l0.1,-4.2l-1.9,-0.3l0.9,-2.7c-2.2,0.4 -4.4,0.5 -6.6,0.3l1.4,-3.2l-0.6,-1.5l0.7,-1.6l-3,1.8c0,-1.4 0.1,-2.8 0.1,-4.2l-1.7,0.7c0.8,-2.2 1.8,-4.1 3.2,-6l-0.9,-1.8l1.4,-0.4l0,-1.9l1.9,0.9l4.1,-0.6l-3.6,4.4l7.4,0.6l-3.6,5.5l1.2,0.8l-3.7,0.9l4.9,0.6l2.2,1.8l0.9,3.1l2.7,1.9c1.2,2.3 2,4.8 2.3,7.4l5.5,1.5l-4.3,4.3Zm-20.2,-19.1l0.6,-0.1l-0.6,0.1Zm0.2,6.2l-2.6,1.8l1.5,3.9l-2.1,3.8c-3.6,1.1 -7,2.6 -10.6,3.5l-1.4,-1.5l0.7,-1.4l-1.6,-0.1l2.2,-0.7c0.6,-0.9 1.4,-1.5 2.3,-2l-1.6,0.2l0.4,-1.2l1.9,-1.1l-4.2,-1l0.1,-0.9l1.5,-1.4l-1.6,-0.1l5.3,-1.4l1.3,-2l-2.1,0c0.9,-0.6 1.6,-1.4 2.1,-2.3c2.3,0.4 4.6,0.4 6.9,-0.1l1.6,4Zm70.1,72.5l-2,0.8c-2.6,-0.9 -5,-2.6 -6.7,-4.8c3,-0.1 6.3,0.2 9.4,-0.5c-0.6,0.9 -1,1.8 -1.2,2.9l0.5,1.6Zm-84.2,21.3c1.4,-1.4 2.1,-3 2.1,-4.9c2.5,-2.4 5.4,-4.3 8.5,-6c0.6,-2.2 1.7,-4.3 3.2,-6c2.6,1.9 5.7,2.7 8.8,1.9l1.2,0.7c3.1,-1 5.7,-2.4 8.8,-2.3c7.4,-4.9 16.8,-3.2 25.2,-5l1.6,1.1l5,-1.9l2.8,1.4l2.8,-0.6c-0.3,3.7 -1.4,7.3 -2.9,10.7l1.2,2.7l2,0l1.2,1.5c5.5,1.2 11.8,2 15,7.1c3.8,1.2 7.7,2.4 11.6,3.4c2.1,-2.3 3.5,-5.1 4.3,-8.1l7.6,0.2c1.9,1.5 4.1,2.3 6.5,2.3l0.8,1.4c4.4,-0.1 9,0.8 13,2.6l4.3,-2.1c4.3,0.1 9.2,0.6 13.2,1.5c0.7,1.9 1.5,3.8 2.2,5.6c-1.1,1.8 -1.8,3.8 -2.1,5.8l-5.5,-7.5c-1.2,9.1 10.4,16.1 10.8,25.3l3.4,3.6l1.3,9.3c4.6,4.6 6.1,7.8 8.4,13.9l0.4,-1.3c2.9,3.5 7.6,6.9 11.3,9.8l-2.2,3.2c2.5,0.8 4.6,2.3 6.5,4.2l4.8,-1.4l1.5,0.5l3.1,-1.7l2.2,0.2c2.8,-0.8 5.8,-0.7 8.2,-2.4l2.4,0.2c-1.4,11.1 -8.2,21.1 -15.5,29.4c-6.4,7.3 -21.9,14.2 -23.3,24.9c-4.2,3.9 -0.9,12.9 0,18l2.9,2.8c-0.9,4 -0.6,10.3 1.2,14l-5.4,7.4c-6.5,2.8 -12.1,6.2 -14.7,13.3c2.8,4.4 1,8 1.8,12.6c-3,2.8 -7.1,3.2 -9.7,6.4l1.4,1.7c-1.8,14.1 -16.3,24.1 -28.4,28.6l-2.5,-1c-1.6,0.6 -3.2,0.8 -4.9,0.5l-2.6,1.5c-2.4,-0.2 -4.9,0 -7.3,0.5c-0.8,-0.7 -1.8,-1.1 -2.8,-1.2c0,-1.9 -0.6,-3.7 -1.8,-5.2c0.6,-0.6 1.1,-1.4 1.3,-2.2c-2.5,-7.9 -7.8,-13.7 -10.8,-21.2l0.2,-1.2c-1.3,-4.3 -2.9,-9.9 -2.5,-14.6c-4.3,-7.3 -9.1,-13.5 -8.7,-22.1c2.4,-3.8 1.9,-8.5 5.6,-11.3c1.7,-3.8 1.1,-7.5 -1.2,-10.8l1.1,-2.5c-4,-8.8 -7.4,-14.8 -13.7,-22.2l0.3,-1.4l-1.6,-2.7c0.7,-1.2 1.7,-2.1 2.9,-2.9l-1.7,-1.5c0.4,-3.8 2.2,-7.1 1.4,-11.1c-1.8,-0.8 -3.5,-1.8 -5,-3.1c-2.6,0.7 -5.4,1.1 -8.1,1l-1.3,-3.5l-1,-0.4c-0.7,-1.1 -1.7,-2 -2.9,-2.6c-6.8,-0.1 -14.3,2.1 -20.3,5.2c-1.3,0 -2.6,-0.4 -3.6,-1.2c-6.1,0.1 -11,0.8 -17,2.4c-6,-4 -12.8,-7.7 -17.7,-13.1l0.9,-0.9c-1.9,-3.6 -5.2,-6.3 -8.2,-8.8l0.9,-1.9l-3.9,-1.5l-1.5,-1.9c0.1,-1.2 0.3,-2.3 0.5,-3.5l-2.8,-3.4c3.9,-3 6.3,-11.7 3.2,-15.7l0.6,-1.5l-2.4,-3.4c1.4,-5.3 5,-14.5 8.7,-18.4c5,-5.3 12,-8.8 15.9,-14.7l-0.5,-4.5Zm-206.9,-115.8l-1.8,1.3l-3.8,-0.5l-3.4,-2.8l-2.3,0.3l-1.3,2l-5.2,2.6l-0.4,-2.8l-5.1,0.9c0.6,-1.3 1.5,-2.2 2.7,-2.8c0.5,-3.3 1.5,-6.5 2.4,-9.7l1.3,2.8c4.7,0.8 10,3.5 12.8,7.5c1.4,0.3 2.8,0.8 4.1,1.2Zm-43.3,-44l0.3,3.1c1.9,1.1 3.2,2.7 4,4.8l-2.8,2.3c2.4,0.5 4.8,1 7.1,1.5c-0.6,2.3 -0.3,4.6 0.6,6.8l7,-3.7l1.3,2.6l-2,1.8l2,4.1l3.9,1c0.7,-1.6 1.8,-2.9 3,-4.1l0.6,-2.9l3.2,-1.3c-1.1,-1.7 -2,-3.5 -2.6,-5.5c3.9,-0.3 7.9,-0.1 10.8,2.7l1.8,0.1l-0.6,4l-2,-1.4l3.3,7l-2.2,4.8l-5,1l-4.7,-2.2c1.6,0.9 3,2.2 4.2,3.6c-3.3,-1.1 -7,-1.4 -10.4,-0.8l2.9,1.6l-5.5,4.4c-2.5,-1.4 -5.2,-2.6 -8,-3.5l-2.8,0.5c4,2 8.1,3.3 12.3,4.6l-2.9,4.6l-6.5,0.2l0.3,3.3c-3.9,-0.5 -7.6,-1.3 -11.5,-2.1c2.8,1.7 5.8,3.1 8.9,4l-4,1.8l-0.2,1.4c-1.7,1.3 -3.4,2.6 -5.1,3.9c-0.9,5.1 -5.4,8.4 -4.5,13.9l4.1,1.8l3.5,8.4l7.3,-0.7c9,4.2 15.7,8.3 25.9,9.5c2.6,8.8 1.9,14.1 10.8,19.3l-0.3,-2.8l2.1,1.4c-0.1,-1.8 0.2,-3.6 0.8,-5.3c-0.6,-3.8 -2.3,-7.2 -2.8,-10.8l2.9,-1.1l7.1,-9.1l-6.8,-8.5c2.3,-3.1 4.2,-6.3 3.4,-10.3l-2.6,-0.1l2.4,-4.1l-1.7,-3.5c5,0.1 10.1,0.7 14.9,-0.9c2.8,1.7 5.4,3.2 7.1,6.1l6.1,1.2c-0.3,3.2 0.2,6.4 0.6,9.6l-1.5,1l0.5,1.4l4,-0.9l2.2,2.7l3.9,-1.6l2.6,0.5c0.6,-2.2 1.2,-4.3 2,-6.5l2.2,-2.1c2.5,2.5 5.4,5.3 5.6,8.9c1.1,1.1 2.3,2.2 3.6,3.1l-0.8,1.5l2.6,3.2l-3.1,0.1l1.2,2.1c1.8,0.6 3.4,1.6 4.7,3l-0.1,2.9c3.6,-0.4 7.2,0.7 10.5,2.3c-2.6,1.5 -5.4,2.8 -8.4,3.5l-0.9,2.4c2.8,-0.8 5.5,-2.1 7.9,-3.8l1.9,0.5l0.6,2.3l4.1,0.5c0.2,1.6 0.3,3.1 0.4,4.7l-2.2,2.9c-4.5,0.5 -7.7,2.2 -11,5.2c-7.5,0.4 -16.2,-0.5 -23.5,1.6l-1.9,3.2c-5.9,1 -8.9,7 -12.3,11.2c6.3,-5.4 10.2,-7.7 18,-10.4l4,3.3c-2,1.4 -4.3,2 -6.8,1.6c2,0.7 3.9,1.1 6,1.3l-2.3,2.8c1.6,1.5 3.4,2.9 5.3,4.1c0,0 2,1.6 3.6,2l2.6,-0.9l1.6,2l1.7,0.6c-2.6,1 -5.4,1.6 -7.9,2.6c-1.1,-0.1 -2.3,-0.1 -3.4,0.2c-1,1.8 -2.3,3.3 -3.9,4.5l-1.5,-1.3l0.3,-3.2l5.2,-3.1l0.4,1.1l2.6,-1.1l-5.1,0.1l1.4,-1.9l-0.5,-0.9c-2.5,1.7 -5.3,3 -8.3,3.4c0.1,0.7 0,1.3 -0.1,2c-1.4,0.8 -8.7,3 -9.3,3.4c-0.6,2.4 -1.9,4.6 -3.6,6.3l3.5,1.6l-3.2,1.6l-0.7,-1c-2.9,1.8 -10.1,4.4 -10.1,4.4c0.1,1 0.2,1.9 0.3,2.9c-0.9,1.4 -1.9,2.7 -2.9,3.9c-0.7,-0.9 -1.3,-1.7 -2,-2.6c0,0 0.6,2.9 1.8,4.6c-0.8,1.8 -1.9,3.5 -3.2,5l0.1,-9.5l-2,1.3l2.8,13.8l-4.5,2.1l2.5,0.7c-2.4,0.8 -8.8,4.9 -8.8,4.9c-2.8,4.8 -7.8,5.2 -7.9,11.5c-0.1,5 2.9,10.1 4.2,15l-1.6,5.3c-0.9,-0.3 -6.6,-7.2 -7.5,-9l0.1,-5.5c-1.5,-0.9 -9.1,-2.8 -9.1,-2.8c0,0 -6.8,-2.3 -8.8,-3c-2,0.5 -3.3,5.6 -3.3,5.6c-1.3,-0.8 -9.8,-1.8 -9.8,-1.8c-3.2,-0.4 -13.5,3.8 -16.1,3.6l-2.6,2.6l0.5,6.8c-2.8,4.6 -1.6,10.6 -1.6,15.8c3.8,5.8 5.7,9.4 12.6,11.5c2.5,-0.6 4.9,-1.3 7.4,-2c2.7,-4.7 4.8,-9.1 10.9,-9.4l4.7,2.6l-2.1,2.6c0.1,1.9 -0.1,3.9 -0.6,5.8l-1,-1.8l-0.8,1.9c0.6,2.1 0.6,4.2 0,6.3l-1.6,1.5c5.2,1.4 10.6,-0.3 15.7,1l0.2,1.4l2.6,2.9c-2.1,4.1 -1.2,8.5 -1,12.9c2,1.9 3.8,3.7 5.3,6c3.3,-0.6 6.6,-1.1 9.9,-1.9l4,1.2l2.5,3.9c0,0 0.9,0.1 2.9,-0.2l-1.3,1.8c0.1,2.5 -0.3,4.8 -1.2,7.1l2.7,1.6c0,0 3,-7.1 4.8,-8.2l-1.9,-1.2c3.4,0.5 6.1,2.6 8.7,5c3.6,-0.3 7.3,0 10.7,1l5.5,-1.9l4,2.9c0.9,0.8 2,1.4 3.1,1.8l-3.2,2.8c3.7,0.4 6.7,0.2 9.6,2.6l1.3,4.1c4.9,3.7 12.7,3.2 18.5,4c1.8,1.8 3.8,3.5 5.9,4.8c0.5,3.4 2,6.7 4.2,9.3c-2.4,3.2 -5.6,5.2 -7.3,8.9l3.9,-1.2l5.6,2.3l-0.4,1.7c1.5,-1.2 2.8,-2.6 3.9,-4.2c4,-0.4 7.9,0.5 11.5,2.2l0.7,4.7c6.3,-1.1 10.8,-0.8 17.2,0c4.7,3.8 8.1,6.1 13.7,8.3l-1,13.7c-1.4,1.8 -3.1,3.2 -5.1,4.2c-0.7,2.2 -1.7,4.3 -3,6.2l-2.3,-0.3c-1.7,5.4 -0.5,11.3 -1.5,16.9c-1.1,5.7 -9.1,18.8 -9.1,18.8c-4.1,0.6 -8,-0.7 -11.2,2.6c-4.5,0.6 -7.6,4.3 -11.4,6.7c-0.3,3.4 -0.2,6.8 -0.1,10.2c-4.1,3.7 -5.1,8.9 -9.1,12.7l2.8,-5.5l-2,-0.2l-0.7,2.8c-4.2,3.7 -5.4,9.7 -9.4,13.9c-4.7,1.1 -9.7,0.3 -13.8,-2.1l0.4,2.3l2.3,1.4c0.4,2.4 1.3,4.7 2.6,6.8c-1.2,1.7 -2.3,3.5 -3.3,5.3c-4.7,1.9 -10.1,3.1 -15.1,2.1c-0.2,2.6 -0.2,4.9 -0.2,7.6c-3.1,1.1 -6.3,1.3 -9.3,0.1c0.2,2 0.6,4.1 1,6.1l3.6,-0.2l-0.6,2.1l-3.8,2c-0.9,2.1 -1.5,4.2 -1.6,6.5l-5.8,2.5l0.9,5.7l4.1,2.9c-5.7,8.5 -8.6,10.2 -9,21.2l-3.3,-0.4c-1,1.2 13.5,7.9 11.6,9l-20,-2.7c0,0 -7,-11.2 -8,-12.3l-0.9,-13.8c0.2,-1.3 0.8,-2.3 1.8,-3.1l-5,-1.9l3.7,-3.2c0,0 6.1,-8.2 6.4,-14.6c-0.7,-0.9 -4,-3 -4,-3l-0.6,-4.3l1.9,-3c-0.7,-3.1 -0.6,-6.2 -1.3,-9.3c0,0 5.1,-10 6.9,-14.2l-0.4,-1.7l0.9,-2.2c-0.7,-3.6 -1.5,-7.2 0.7,-10.5c-1.7,-5.7 2.9,-13.2 2.6,-19.4c-0.3,-6.5 0.5,-13.4 0.5,-20.1c-7.1,-7.3 -15.4,-10 -20.6,-19c-4.5,-7.7 -8,-19.6 -16.3,-23.9l1.5,-0.4c-0.4,-1.8 -0.8,-3.7 -1.1,-5.6l3.3,-2.6l1.4,-4.2l-1.8,1.6l-1.9,-1.3c0.4,-1.5 0.3,-2.9 -0.2,-4.3l2.1,-1.2c0.7,-1.7 1.2,-3.5 1.8,-5.2c1.6,-0.6 4.5,-5.1 4.5,-5.1l4.6,-4.7c-0.8,-4.5 -1.3,-8.9 -2,-13.3l1.9,-0.7l-1.2,-2.3c0,0 4.2,-2.5 6.4,-4l0.4,-2.3l3.3,-0.9l1.2,-2.1l3.1,0l1.2,-3.7l-0.5,-1.1c-1.7,-1 -7.6,0.8 -7.6,0.8l1.1,2.8l-2.8,0.7l-1,-2.2c-2,-0.8 -4.1,-0.9 -6.2,-0.4l-9.3,-7.2c-0.1,-3.6 -2.3,-6.1 -5.2,-8.2c-0.2,-1.2 -0.7,-2.3 -1.7,-3.1c-10.1,-1.5 -14.5,-3.9 -22.8,-9.7l-6.8,1.8c-10.6,-3.1 -20.5,-7.7 -29.2,-14.4c2.1,-9 -6.5,-10.9 -9,-18c-1.5,-0.9 -15.5,-17.2 -16.8,-22.1l-6,-2.4l-0.4,2.4c1.6,3.7 3.6,8.1 7,10.3c1,6.6 8.7,12.2 11.3,18.2l-2.2,0c-2.3,-1.8 -4.5,-3.8 -6.6,-5.8c0.2,-1.4 0,-2.7 -0.6,-3.9c-2.8,-2.7 -6,-4.6 -9.3,-6.7l1.9,-3.9c-5.9,-3.1 -8.5,-12.3 -11.2,-18.1c-2.7,-1.5 -5.7,-2.6 -8.7,-3.1c-1.4,-4.5 -5.5,-7.7 -6.4,-12.5l-0.1,-0.1l-4.1,-4.3c-1.1,-5.3 -2,-10.8 -2.9,-16.2l1.7,-2.5c-0.1,-3.7 0.1,-7.3 1.2,-10.9l-2.8,-7l6.1,-0.3l0.3,2.9c1.8,-3.3 0.6,-7.1 -1.6,-9.9c-2,-0.1 -9.8,-5.4 -12,-6.1l-4,-3.6l0.8,-2.7c-1,-2.2 -5.7,-5.1 -5.7,-5.1c-1.6,-1.2 -9.4,-10.7 -9.4,-10.7l-0.3,-3.5c-3.8,-2.7 -4.3,-7.4 -8.4,-9.7l-1.5,1c-1.6,-1.3 -3.4,-2.1 -5.3,-2.6l1.8,2l-3.2,0.1c-2.3,-2.3 -20.6,-8 -23.8,-7.9l-13.5,-4.8c-0.1,1.7 0,3.3 0.3,5c-4.4,-0.2 -7.9,2.8 -11.7,4.6c0.5,-3.3 5.1,-10.9 5.1,-10.9c-5.4,2.6 -8.1,7 -13,10.1l2.2,2.7c-2.9,3.5 -10.6,8.6 -10.6,8.6c-3.3,0.6 -6.4,2.4 -8.5,5l-4.2,-0.8c8.1,-3.8 7,-6.4 11.3,-13.1c-2,-0.1 -4,-0.1 -6,0l0.2,1.4c-3.4,-1.5 -7,-2.4 -10.7,-2.6l-0.1,-3.9c-2.4,-0.9 -4.8,-1 -7.3,-0.4l-2.2,-2.3l0.9,-2l3.8,0.6c-2.1,-1.5 -4.6,-2.4 -7.1,-3l-1.8,-2.6c0,0 4.5,-5.6 6.8,-7.7l3.2,1c1.5,-1.6 7.6,-4.8 7.6,-4.8l-1.3,-3.1l1.6,-1.3l-3.3,-0.5l-4.1,2.1c-3.5,-1.2 -7,-0.9 -10.7,-1l-1.1,-2.8l3.1,-0.6l-8.3,-2.4c4.9,-1.9 9.6,-3.5 14.7,-4.7l0.7,2.2c4,0.8 7.2,-1.4 11.2,-1l0.5,-1.3c-1.9,-0.3 -3.7,-0.7 -5.6,-1l-5.7,-2.5c-3,-3.2 -7.4,-4.8 -11.3,-6.9l1.7,-2c2.5,-0.6 4.9,-1.2 7.4,-1.7c2.1,-3.8 13.3,-8.3 13.3,-8.3l-0.3,-2.6c14.9,-2.7 69.3,8.8 82.9,12.8l-1.2,-2l16.4,-6.7l3.6,0.3c-3.5,2.6 -8.3,5.3 -12.4,6.6c0.6,1.3 5.8,-1 5.8,-1c4.7,-1.3 11.5,-8.9 11.5,-8.9c3.2,2.9 6.6,5.5 10.2,7.9l0,-2.8l3.6,2.6l1.6,-0.4l2.3,-2.3c8.7,0.8 23.1,3.6 30.1,8.8l-2.6,0.3l-2.2,2.1c6.5,1.1 11,0.9 17.5,-0.1c2.4,1.3 5.1,2.1 7.5,3.3l-1.1,1.3l2.9,3l1.5,-2.1l-2,-5c2.6,-0.7 5,-1.7 7.3,-2.9c8.1,2.7 15.6,4.4 24,2.3l1.6,1.3l2.5,-1l-4.3,-1.6l1.8,-1.2c2,0.4 3.9,1.3 5.6,2.4l0,3.7l3.1,1.5l-0.5,-5.3c2.6,-0.9 4.7,-2.5 6.5,-4.6l-3.6,-0.6l2.1,-1.8l3.2,1.2l0,-3.2c-3.7,-0.2 -7,-1.9 -10.7,-2.8c-0.2,-1.7 -0.6,-3.3 -1.1,-4.9l0.8,-2.9l2.9,0.1l-1.1,-2.8m439.1,342.8l2.4,-5.2c-1.9,-3.7 -1.6,-7.8 -0.3,-11.6l0.8,-0.9c1.4,-0.3 2.8,-0.7 4.2,-1.4l1.7,0.3l2.6,-2l0.7,-1.8l1.5,-0.4c0.1,-1.3 0.2,-2.6 0.2,-3.9l1.4,0.9l1.6,-1.7l0.4,-2.9l3.5,2.3c0.4,2.9 0.9,5.7 1.5,8.5l-2.2,-1c0.7,10.5 -5.4,22.7 -8.4,32.7l-5.4,2.8c-8.5,-0.2 -6.9,-9 -6.2,-14.7Zm214.7,-65.6c6.2,-0.4 7.4,5.5 12.4,7.5l12.3,11c0,0 5.6,7.3 6.5,7.5c2.3,3.2 1,7.5 0.7,11.2c-1.4,0 -3.4,0.1 -3.4,0.1c-5.1,-4.3 -9.9,-8.2 -13.6,-13.7c-3.8,-5.6 -9.9,-12.3 -12.4,-18.2c-3,-1 -5.2,-3.5 -5.5,-6.7c0.9,0.4 1.9,0.9 3,1.3Zm31.6,40l0.7,-0.9l3.9,-1.5c2.1,0.7 4,1.8 5.7,3.1c4.2,0 8.5,-0.8 12.5,0.7l0.7,1.6c1.7,0.8 3.6,1.2 5.5,1.1l0.2,2.8c-4,-2.1 -16.5,-4.2 -20.8,-3c-1.9,-0.9 -3.9,-1.4 -6,-1.4l0.7,-1l-4.7,-1.2c0.5,-0.3 1.1,-0.3 1.6,-0.3Zm43.3,-163.1l1.2,-1.4l1.8,1l1.6,-0.1c-0.4,3.3 -0.1,7.1 -2.9,9.6c-0.1,-0.8 -0.4,-1.5 -0.8,-2.2l-1.1,1.5c-0.4,-1.7 0,-3.4 1.1,-4.7c-1.2,-1.1 -2.5,-2.1 -3.9,-2.9c1,-0.3 2,-0.6 3,-0.8Zm11,-0.2l-3.5,2.1l-1,-2c1.8,-1.1 3.6,-2.2 5.5,-3.1l2.6,0.9l-0.9,2.2l-2.7,-0.1Zm-20.1,126.4l6.3,2.1l-1.9,0.4l0.2,1.2c1.1,0.8 1.8,1.8 2.3,3.1l-0.4,1.3l3.5,3.3l-4,0.6l-0.6,5.5l-4.5,3.1c0,2.2 -0.7,4.3 -1.8,6.2l-3.6,0.7c-1.2,-1.3 -2.7,-2.2 -4.4,-2.7c-1.5,0.8 -3.1,1.3 -4.7,1.6l-0.5,-2.8l-5,0.8l-0.5,-4.7l-2.5,-2.7l0.7,-0.5c-0.7,-1.6 -1.4,-3.3 -2.1,-4.9l2.1,-3.8c0.7,1.5 1.7,2.6 3.1,3.5c4.9,0.4 8.9,-2.3 13.8,-2c1.2,-3.3 3.3,-6 4.5,-9.3Zm32.5,-138.7c2.6,-1.1 4.9,-2.9 6.8,-5c1,-3.7 2,-7.3 3,-10.9l2.4,-0.2l-0.2,-1.9l1.6,-0.5c0.8,3.1 1.1,6.3 1.5,9.5c-1,1.5 -1.9,3.1 -2.7,4.7l0.3,2.6l-1.6,3.5l1,1.9l-1,0.6c-0.4,1.2 -1.2,2.1 -2.3,2.6l0.4,-2.7c-1.7,0.8 -2.9,2 -3.6,3.7l-1.2,-1.3l-2.8,1.4l-2.2,-0.9c-1.4,1.7 -2.7,3.5 -4.1,5.2l-2.2,-3.4c-3.1,-1.2 -6.6,-0.3 -9.8,0.1l-0.7,1.7l-2.7,-0.4l-0.3,-1.3c3.6,-3.8 10.6,-5.9 15.6,-4.7c1.3,-2.7 3,-5.3 5.2,-7.4l-0.4,3.1Zm27.6,-25.8l-3.7,0.9l-3.4,3.4c-3.3,-1.6 -6.8,-0.8 -10.2,-0.8l3.1,2.1c-1.3,0.4 -2.5,1 -3.5,2c-0.1,-1.2 -0.5,-2.3 -1.2,-3.4c1,-1.4 1.7,-2.9 2.1,-4.5l3,-1.3l1.4,-2.6l-0.3,-3.1l1.3,-1.7c2,2.4 4.5,4.4 7.2,6l4,-1.5l-0.7,2.2l0.9,2.3Zm48,206.4l1,2.5l2.9,0.5l0.4,1.5l1.5,0.4l-0.6,0.9l3.1,2.6c-6.8,-2.1 -10.8,-3.6 -15.7,-8.9c-2.4,-0.6 -4.8,-1.1 -7.2,-1.5l0.4,1.5l-1.1,0.8l-4,0l3.6,2.3c-2.5,1.2 -5.4,1.4 -8.1,0.9l-3.3,-3.5l-3.4,0.3l0.6,-1.5l-1.6,-2.5l1.2,-0.4c-1.6,-1.4 -2.8,-3.1 -3.7,-5.1c-4.1,-1.7 -8.4,-3.2 -12.5,-4.8l-1.5,-2.9l-2.1,3.3c-1,-1.7 -2.2,-3.3 -3.6,-4.7c2.3,0.5 4.4,-0.1 6.1,-1.8l-5.5,0.3l-1.1,-1.9l-2.8,-0.8l0.5,-1.8c2,-0.9 4.1,-1.2 6.3,-1l3.4,2.4l1.2,5.3l0.4,-0.9l4,1.4l1.7,-2.5l1.8,-0.2l1.1,-1.4c8.2,-1.2 17,5 24.8,6.9c0.9,1.3 2,2.3 3.4,3l1.1,2.7l6.2,3.7l-2.6,1.5l3.7,3.4Zm-119.3,64l3.3,1.6l0.4,-2.4l-2.6,-4.3c1,-2.7 1.7,-5.6 2.1,-8.5l1.2,1.3c1.5,-2.7 4.5,-4.5 7,-6.4c7.2,-0.7 15.5,-5.3 19.7,-11l-0.7,-1.8l2.2,-3.1l2.7,-1.2c0,0 4.3,-3.4 6.3,-4.3c0.5,-1.2 1.2,-2.4 2,-3.4c0.9,0 1.7,-0.2 2.5,-0.7l4.3,1.9l1.6,1.6c1.4,0.1 2.7,0.1 4.1,0.2l0.6,-0.9l-1.1,-1.5l1.4,-2.4l1.8,-1l1.1,-2.8l1.4,-0.9c2,0.2 3.8,-0.2 5.6,-1.1c-0.9,-0.5 -1.7,-1.2 -2.2,-2.1c3.8,1.5 9.4,3.6 13.3,2.4c0,0 2.1,0.7 2.8,0.7l0.9,1.1c-1,1.2 -2.1,2.3 -3.2,3.4c-0.1,1.6 -0.6,3 -1.6,4.2c3.6,2.7 8.1,5.6 12.5,6.5c1.3,2.2 3.2,3 5.6,2.4c3.7,-4.9 1.4,-12 5.1,-15.9l-1.4,-0.4c1.3,-1.6 2.4,-3.4 3.2,-5.3c2.4,3.6 3.5,7.2 4.5,11.5c1.1,-0.1 2.2,0.2 3.1,0.8c2.5,3.4 2.6,7.5 5,10.9c-0.3,1.4 -0.2,2.7 0.4,3.9l3.3,1.9l0.5,0.9c1.7,0.7 3.4,1.7 4.8,3l-0.1,1.6c1.4,1.9 2.6,4 3.7,6.1l0.6,-0.7l1.8,0.6l0.6,3.9c3.1,2.8 6.1,5.7 7.4,9.8c-0.1,1.5 -0.3,2.9 -0.7,4.4l0.8,1.1c0.6,6.2 -0.6,12.4 -3.4,17.9c-5.4,3.9 -8.8,13.1 -10,19.4l-6.7,1c-1.3,1.4 -3,2.4 -4.8,3c0.4,0.4 0.5,0.9 0.4,1.4c-1.3,-0.6 -2.3,-1.7 -2.9,-3.1l-2.2,-0.1l0.3,-2.1c-1.4,1.5 -3.1,2.7 -5.1,3.4c-4,-2.4 -8.7,-2.6 -11.7,-6.8l-0.8,-5.1l-1.9,-2l-2.1,0l0.9,-2l-1.7,-3.1l-1.3,3.4c-0.9,-0.1 -1.7,0 -2.5,0.4l2,-2.5c0.4,-2.6 0.7,-5.1 1.1,-7.7c-1.4,3.1 -6,8.8 -6,8.8l-2.8,-1.7l0,-2.3c-0.9,-0.6 -3.7,-4.1 -3.7,-4.1l-2.1,-3c-10.9,-0.8 -26.5,-2.2 -33.3,9l-1.4,-0.5l-1.8,0.7c-2.5,-0.5 -5,-0.1 -7.5,0.6c-2.3,2.2 -4.8,4 -7.6,5.5c-3.3,0.2 -6.5,-0.4 -9.2,-2.3c0.1,-2.9 0.6,-5.7 1.2,-8.5c-3.6,-8.3 -6.8,-15.3 -11,-23.2Zm108.2,56l0.1,-2.9l5.2,2.2c1.8,-0.3 3.5,-0.6 5.3,-0.9l1.1,4.3c-1,1.7 -1.5,3.6 -1.6,5.6l-0.5,-1l-2.7,2.6l-2.5,-0.3l-0.3,-1.4l-1.2,-0.6c-1.1,-2.6 -1.6,-5.1 -2.9,-7.6Z" style="fill:#777;fill-rule:nonzero;"/>
<defs>
<radialGradient id="_Radial1" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="matrix(68.1155,491.023,-558.425,77.4657,587.448,172.133)">
<stop offset="0" style="stop-color:#FFFFFF;stop-opacity:1"/>
<stop offset="1" style="stop-color:#AAAAAA;stop-opacity:1"/>
</radialGradient>
</defs>
<circle data-toggle="tooltip" data-html="true" class="loc-coming" cx="312" cy="212" r="5" data-title="<div class='popup-earth'><h5>New York</h5><span>Coming Soon</span></div>"></circle>
<circle data-toggle="tooltip" data-html="true" class="loc-coming" cx="155" cy="225" r="5" data-title="<div class='popup-earth'><h5>San Francisco</h5><span>Coming Soon</span></div>"></circle>
<circle data-toggle="tooltip" data-html="true" class="loc-success" cx="638" cy="194" r="5" data-title="<div class='popup-earth'><h5>İstanbul</h5></div>"></circle>
<circle data-toggle="tooltip" data-html="true" class="loc-coming" cx="555" cy="140" r="5" data-title="<div class='popup-earth'><h5>Amsterdam</h5><span>Coming Soon</span></div>"></circle>
<circle data-toggle="tooltip" data-html="true" class="loc-coming" cx="573" cy="152" r="5" data-title="<div class='popup-earth'><h5>Frankfurt</h5><span>Coming Soon</span></div>"></circle>
<circle data-toggle="tooltip" data-html="true" class="loc-coming" cx="545" cy="160" r="5" data-title="<div class='popup-earth'><h5>Paris</h5><span>Coming Soon</span></div>"></circle>
<circle data-toggle="tooltip" data-html="true" class="loc-coming" cx="532" cy="140" r="5" data-title="<div class='popup-earth'><h5>London</h5><span>Coming Soon</span></div>"></circle>
<circle data-toggle="tooltip" data-html="true" class="loc-coming" cx="880" cy="320" r="5" data-title="<div class='popup-earth'><h5>Singapore</h5><span>Coming Soon</span></div>"></circle>
<circle data-toggle="tooltip" data-html="true" class="loc-coming" cx="1002" cy="210" r="5" data-title="<div class='popup-earth'><h5>Tokyo</h5><span>Coming Soon</span></div>"></circle>
</svg>
<!--End World SVG-->
</div>
</div>
<!--End Section Earth-->
<!--Section Limits-->
<div class="section section-color overflow-hidden">
<div class="container text-center">
<h2 class="mb-4">Force Speed Limits!</h2>
<p class="mb-0">All writeLN servers, except storage, use the SSD disk and the latest Intel CPUs. We offer low latency network with 10 Gigabit bandwidth.</p>
</div>
</div>
<!--End Section Limits-->
<!--Section Datacenters-->
<div class="section">
<div class="container">
<h2 class="text-center mb-4">Datacenters</h2>
<table class="table table-borderlesss table-hover mb-0">
<tr>
<td><b>New York</b></td>
<td>United States</td>
<td class="text-right"><span class="badge badge-danger pl-2 pr-2 pt-1 pb-1 fs--5">Coming Soon</span></td>
</tr>
<tr>
<td><b>San Francisco</b></td>
<td>United States</td>
<td class="text-right"><span class="badge badge-danger pl-2 pr-2 pt-1 pb-1 fs--5">Coming Soon</span></td>
</tr>
<tr>
<td><b>İstanbul</b></td>
<td>European</td>
<td class="text-right"><span class="badge badge-success pl-2 pr-2 pt-1 pb-1 fs--5">Active</span></td>
</tr>
<tr>
<td><b>Amsterdam</b></td>
<td>European</td>
<td class="text-right"><span class="badge badge-danger pl-2 pr-2 pt-1 pb-1 fs--5">Coming Soon</span></td>
</tr>
<tr>
<td><b>Frankfurt</b></td>
<td>European</td>
<td class="text-right"><span class="badge badge-danger pl-2 pr-2 pt-1 pb-1 fs--5">Coming Soon</span></td>
</tr>
<tr>
<td><b>Paris</b></td>
<td>European</td>
<td class="text-right"><span class="badge badge-danger pl-2 pr-2 pt-1 pb-1 fs--5">Coming Soon</span></td>
</tr>
<tr>
<td><b>London</b></td>
<td>European</td>
<td class="text-right"><span class="badge badge-danger pl-2 pr-2 pt-1 pb-1 fs--5">Coming Soon</span></td>
</tr>
<tr>
<td><b>Singapore</b></td>
<td>Asia</td>
<td class="text-right"><span class="badge badge-danger pl-2 pr-2 pt-1 pb-1 fs--5">Coming Soon</span></td>
</tr>
<tr>
<td><b>Tokyo</b></td>
<td>Asia</td>
<td class="text-right"><span class="badge badge-danger pl-2 pr-2 pt-1 pb-1 fs--5">Coming Soon</span></td>
</tr>
</table>
</div>
</div>
<!--End Section Datacenters-->
</main>
<!--
Footer
-->
<footer class="footer cta">
<!--Footer Background Section-->
<div class="back-footer">
<span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span>
</div>
<!--End Footer Background Section-->
<!--Footer CTA-->
<div class="footercta">
<div class="container">
<div class="content d-flex bg-success">
<h2 class="text-white mr-auto align-self-center">Get started in the Flexible Cloud!</h2>
<div class="buttons">
<a class="btn btn-lg btn-dark" href="#!">CREATE ACCOUNT</a>
</div>
</div>
</div>
</div>
<!--End Footer CTA-->
<!--Footer Links Section-->
<div class="footersub">
<div class="container">
<div class="row">
<div class="col-md col-sm-3 col-6 mb-4 collogo">
<ul class="list-unstyled colinfo">
<li>
<a class="logo d-block mb-4" href="index.html"><img src="assets/static/logo.svg" alt="WriteLN"></a>
</li>
</ul>
</div>
<div class="col-md col-sm-3 col-6 mb-sm-0 mb-4">
<h4>Support</h4>
<ul class="list-unstyled mb-0">
<li><a href="contact.html">Support Ticket</a></li>
<li><a href="mailto:example@example.com">example@example.com</a></li>
<li><a href="contact.html"></a></li>
</ul>
</div>
<div class="col-md col-sm-3 col-6 mb-sm-0 mb-4">
<h4>Product</h4>
<ul class="list-unstyled mb-0">
<li><a href="cloud.html">Cloud Server</a></li>
<li><a href="pricing.html">Pricing</a></li>
<li><a href="api.html">API Documentation</a></li>
<li><a href="api.html">API Library</a></li>
</ul>
</div>
<div class="col-md col-sm-3 col-6 mb-sm-0 mb-4">
<h4>Resources</h4>
<ul class="list-unstyled mb-0">
<li><a href="faq.html">FAQ</a></li>
<li><a href="network-status.html">Network Status</a></li>
<li><a href="refferer.html">Support Programs</a></li>
<li><a href="operating-system.html">Operating System</a></li>
<li><a href="applications.html">Applications</a></li>
<li><a href="datacenters.html">Datacenter</a></li>
</ul>
</div>
<div class="col-md col-sm-3 col-6 mb-sm-0 mb-4">
<h4>Company</h4>
<ul class="list-unstyled mb-0">
<li><a href="about.html">About</a></li>
<li><a href="teams.html">Teams</a></li>
<li><a href="careers.html">Carrers</a></li>
<li><a href="news.html">News</a></li>
<li><a href="legal.html">Legal</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
<!--End Footer Links Section-->
<!--Copyright Section-->
<div class="container">
<div class="pt-4 pb-4 d-flex copyright">
<div class="text-white mr-auto align-self-center">© Copyright 2021 WriteLN. All Right Reserved.
</div>
</div>
</div>
<!--End Copyright Section-->
</footer>
</body>
</html>