Merge lp:~deadlight/canonical-identity-provider/merge-1-static into lp:canonical-identity-provider/release

Proposed by Karl Williams
Status: Merged
Approved by: Daniel Manrique
Approved revision: no longer in the source branch.
Merge reported by: Otto Co-Pilot
Merged at revision: not available
Proposed branch: lp:~deadlight/canonical-identity-provider/merge-1-static
Merge into: lp:canonical-identity-provider/release
Diff against target: 5095 lines (+4476/-453)
18 files modified
package-lock.json (+3528/-0)
src/identityprovider/static/vanilla-css/styles.css (+3/-0)
src/identityprovider/static/vanilla-css/styles.map.css (+104/-0)
src/identityprovider/templatetags/menu_item.py (+22/-8)
src/webui/templates/menu_item.html (+10/-10)
src/webui/templates/static/description.html (+2/-2)
src/webui/templates/static/faq.html (+358/-358)
src/webui/templates/static/one-redirect.html (+19/-24)
src/webui/templates/static/ubuntuone-account.html (+31/-51)
src/webui/templates/vanilla/_footer.html (+28/-0)
src/webui/templates/vanilla/_header.html (+32/-0)
src/webui/templates/vanilla/base.html (+185/-0)
src/webui/templates/vanilla/common/missing_backup_device_warning.html (+19/-0)
src/webui/templates/vanilla/common/printed_codes_nearly_exhausted_warning.html (+15/-0)
src/webui/templates/vanilla/common/unverified_email_warning.html (+14/-0)
src/webui/templates/vanilla/widgets/header-me-menu.html (+17/-0)
src/webui/templates/vanilla/widgets/passwords.html (+40/-0)
src/webui/templates/vanilla/widgets/personal-menu.html (+49/-0)
To merge this branch: bzr merge lp:~deadlight/canonical-identity-provider/merge-1-static
Reviewer Review Type Date Requested Status
Maximiliano Bertacchini Approve
Daniel Manrique (community) Approve
Review via email: mp+375327@code.launchpad.net

Commit message

Update static pages on the site to use a Vanilla-based template.

- /+faq
- /one-redirect
- /+description
- /+ubuntuone-account

Description of the change

Done:

Updated the templates for the static pages on the site to use a Vanilla-based template
Slightly modified the template tag for menu items to allow for flexibility
Committed the built CSS from Vanilla

QA:

Test the following URLs:
- /+faq
- /one-redirect
- /+description
- /+ubuntuone-account

Also test the usual flow and confirm that they have not changed (login, register, settings, etc.)

To post a comment you must log in.
Revision history for this message
Daniel Manrique (roadmr) wrote :

Great!

I checked on a local copy and it all works fine, existing flows were not altered and the updated pages do have the new visuals which are as agreed.

TO be fair, those are rather uncommonly-visited pages and some are a bit outdated but 1) not your fault :) 2) makes perfect sense to start the vanilla updates at this level and move toward trickier parts of the code base.

I'll try to get one extra review on this and aim to merge/deploy to staging early next week so we can iron out any kinks on an actual deployment.

Thanks!

(I made a couple of non-blocking nitpicks below, can be fixed here or on a subsequent mp, or maybe do a massive copyright cleanup later).

review: Approve
Revision history for this message
Maximiliano Bertacchini (maxiberta) wrote :

Tested locally, and it looks great! The only affected views are the ones mentioned in the description, and other views remain unchanged.
Thanks!
+1

review: Approve
Revision history for this message
Karl Williams (deadlight) wrote :

Thanks for the reviews.

I've corrected the copyright messages

Revision history for this message
Karl Williams (deadlight) wrote :

I'm not in a group with permissions to top approve this MP. If you're happy with it then please change it.

Revision history for this message
Maximiliano Bertacchini (maxiberta) wrote :

Just top-approved. Should auto-deploy to staging soon. Thanks!

Revision history for this message
Otto Co-Pilot (otto-copilot) wrote :
Revision history for this message
Otto Co-Pilot (otto-copilot) wrote :

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== added file 'package-lock.json'
--- package-lock.json 1970-01-01 00:00:00 +0000
+++ package-lock.json 2019-11-11 16:30:47 +0000
@@ -0,0 +1,3528 @@
1{
2 "requires": true,
3 "lockfileVersion": 1,
4 "dependencies": {
5 "amdefine": {
6 "version": "1.0.1",
7 "resolved": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz",
8 "integrity": "sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU=",
9 "dev": true
10 },
11 "ansi-gray": {
12 "version": "0.1.1",
13 "resolved": "https://registry.npmjs.org/ansi-gray/-/ansi-gray-0.1.1.tgz",
14 "integrity": "sha1-KWLPVOyXksSFEKPetSRDaGHvclE=",
15 "dev": true,
16 "requires": {
17 "ansi-wrap": "0.1.0"
18 }
19 },
20 "ansi-regex": {
21 "version": "0.2.1",
22 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-0.2.1.tgz",
23 "integrity": "sha1-DY6UaWej2BQ/k+JOKYUl/BsiNfk=",
24 "dev": true
25 },
26 "ansi-styles": {
27 "version": "1.1.0",
28 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-1.1.0.tgz",
29 "integrity": "sha1-6uy/Zs1waIJ2Cy9GkVgrj1XXp94=",
30 "dev": true
31 },
32 "ansi-wrap": {
33 "version": "0.1.0",
34 "resolved": "https://registry.npmjs.org/ansi-wrap/-/ansi-wrap-0.1.0.tgz",
35 "integrity": "sha1-qCJQ3bABXponyoLoLqYDu/pF768=",
36 "dev": true
37 },
38 "archy": {
39 "version": "1.0.0",
40 "resolved": "https://registry.npmjs.org/archy/-/archy-1.0.0.tgz",
41 "integrity": "sha1-+cjBN1fMHde8N5rHeyxipcKGjEA=",
42 "dev": true
43 },
44 "arr-diff": {
45 "version": "4.0.0",
46 "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz",
47 "integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=",
48 "dev": true
49 },
50 "arr-flatten": {
51 "version": "1.1.0",
52 "resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz",
53 "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==",
54 "dev": true
55 },
56 "arr-union": {
57 "version": "3.1.0",
58 "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz",
59 "integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=",
60 "dev": true
61 },
62 "array-differ": {
63 "version": "0.1.0",
64 "resolved": "https://registry.npmjs.org/array-differ/-/array-differ-0.1.0.tgz",
65 "integrity": "sha1-EuLJtwa+1HyLSDtX5IdHP7CGHzo=",
66 "dev": true
67 },
68 "array-each": {
69 "version": "1.0.1",
70 "resolved": "https://registry.npmjs.org/array-each/-/array-each-1.0.1.tgz",
71 "integrity": "sha1-p5SvDAWrF1KEbudTofIRoFugxE8=",
72 "dev": true
73 },
74 "array-find-index": {
75 "version": "1.0.2",
76 "resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz",
77 "integrity": "sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E=",
78 "dev": true
79 },
80 "array-slice": {
81 "version": "1.1.0",
82 "resolved": "https://registry.npmjs.org/array-slice/-/array-slice-1.1.0.tgz",
83 "integrity": "sha512-B1qMD3RBP7O8o0H2KbrXDyB0IccejMF15+87Lvlor12ONPRHP6gTjXMNkt/d3ZuOGbAe66hFmaCfECI24Ufp6w==",
84 "dev": true
85 },
86 "array-union": {
87 "version": "0.1.0",
88 "resolved": "https://registry.npmjs.org/array-union/-/array-union-0.1.0.tgz",
89 "integrity": "sha1-7emAiDMGZeaZ4evwIny8YDTmJ9s=",
90 "dev": true,
91 "requires": {
92 "array-uniq": "0.1.1"
93 }
94 },
95 "array-uniq": {
96 "version": "0.1.1",
97 "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-0.1.1.tgz",
98 "integrity": "sha1-WGHz7U5LthdVl6TgeOiqeOvpWMc=",
99 "dev": true
100 },
101 "array-unique": {
102 "version": "0.3.2",
103 "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz",
104 "integrity": "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=",
105 "dev": true
106 },
107 "assign-symbols": {
108 "version": "1.0.0",
109 "resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz",
110 "integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=",
111 "dev": true
112 },
113 "async": {
114 "version": "0.9.2",
115 "resolved": "https://registry.npmjs.org/async/-/async-0.9.2.tgz",
116 "integrity": "sha1-rqdNXmHB+JlhO/ZL2mbUx48v0X0=",
117 "dev": true
118 },
119 "atob": {
120 "version": "2.1.2",
121 "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz",
122 "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==",
123 "dev": true
124 },
125 "autoprefixer": {
126 "version": "2.2.0",
127 "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-2.2.0.tgz",
128 "integrity": "sha1-x8eTaigKZPj6Dl9hCLoi+SxjljM=",
129 "dev": true,
130 "requires": {
131 "caniuse-db": "1.0.30001008",
132 "fs-extra": "0.10.0",
133 "postcss": "2.1.2"
134 }
135 },
136 "balanced-match": {
137 "version": "1.0.0",
138 "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz",
139 "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=",
140 "dev": true
141 },
142 "base": {
143 "version": "0.11.2",
144 "resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz",
145 "integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==",
146 "dev": true,
147 "requires": {
148 "cache-base": "1.0.1",
149 "class-utils": "0.3.6",
150 "component-emitter": "1.3.0",
151 "define-property": "1.0.0",
152 "isobject": "3.0.1",
153 "mixin-deep": "1.3.2",
154 "pascalcase": "0.1.1"
155 },
156 "dependencies": {
157 "define-property": {
158 "version": "1.0.0",
159 "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz",
160 "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=",
161 "dev": true,
162 "requires": {
163 "is-descriptor": "1.0.2"
164 }
165 },
166 "is-accessor-descriptor": {
167 "version": "1.0.0",
168 "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz",
169 "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==",
170 "dev": true,
171 "requires": {
172 "kind-of": "6.0.2"
173 }
174 },
175 "is-data-descriptor": {
176 "version": "1.0.0",
177 "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz",
178 "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==",
179 "dev": true,
180 "requires": {
181 "kind-of": "6.0.2"
182 }
183 },
184 "is-descriptor": {
185 "version": "1.0.2",
186 "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz",
187 "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==",
188 "dev": true,
189 "requires": {
190 "is-accessor-descriptor": "1.0.0",
191 "is-data-descriptor": "1.0.0",
192 "kind-of": "6.0.2"
193 }
194 }
195 }
196 },
197 "beeper": {
198 "version": "1.1.1",
199 "resolved": "https://registry.npmjs.org/beeper/-/beeper-1.1.1.tgz",
200 "integrity": "sha1-5tXqjF2tABMEpwsiY4RH9pyy+Ak=",
201 "dev": true
202 },
203 "brace-expansion": {
204 "version": "1.1.11",
205 "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
206 "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
207 "dev": true,
208 "requires": {
209 "balanced-match": "1.0.0",
210 "concat-map": "0.0.1"
211 }
212 },
213 "braces": {
214 "version": "2.3.2",
215 "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz",
216 "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==",
217 "dev": true,
218 "requires": {
219 "arr-flatten": "1.1.0",
220 "array-unique": "0.3.2",
221 "extend-shallow": "2.0.1",
222 "fill-range": "4.0.0",
223 "isobject": "3.0.1",
224 "repeat-element": "1.1.3",
225 "snapdragon": "0.8.2",
226 "snapdragon-node": "2.1.1",
227 "split-string": "3.1.0",
228 "to-regex": "3.0.2"
229 },
230 "dependencies": {
231 "extend-shallow": {
232 "version": "2.0.1",
233 "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
234 "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
235 "dev": true,
236 "requires": {
237 "is-extendable": "0.1.1"
238 }
239 }
240 }
241 },
242 "bufferstreams": {
243 "version": "0.0.2",
244 "resolved": "https://registry.npmjs.org/bufferstreams/-/bufferstreams-0.0.2.tgz",
245 "integrity": "sha1-fOjf+Wi7rAC56QFYosQUVvdAq90=",
246 "dev": true,
247 "requires": {
248 "readable-stream": "1.1.14"
249 }
250 },
251 "cache-base": {
252 "version": "1.0.1",
253 "resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz",
254 "integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==",
255 "dev": true,
256 "requires": {
257 "collection-visit": "1.0.0",
258 "component-emitter": "1.3.0",
259 "get-value": "2.0.6",
260 "has-value": "1.0.0",
261 "isobject": "3.0.1",
262 "set-value": "2.0.1",
263 "to-object-path": "0.3.0",
264 "union-value": "1.0.1",
265 "unset-value": "1.0.0"
266 }
267 },
268 "camelcase": {
269 "version": "2.1.1",
270 "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz",
271 "integrity": "sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8=",
272 "dev": true
273 },
274 "camelcase-keys": {
275 "version": "2.1.0",
276 "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz",
277 "integrity": "sha1-MIvur/3ygRkFHvodkyITyRuPkuc=",
278 "dev": true,
279 "requires": {
280 "camelcase": "2.1.1",
281 "map-obj": "1.0.1"
282 }
283 },
284 "caniuse-db": {
285 "version": "1.0.30001008",
286 "resolved": "https://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30001008.tgz",
287 "integrity": "sha512-Fog+uREPKb/RDc0puoAqqBZB05I8wYff+TIMDkYw9Lweq7+hUEN5fNLpIaBX6AJxq4sndqPct8fYLrDUV6u4xw==",
288 "dev": true
289 },
290 "chalk": {
291 "version": "0.5.1",
292 "resolved": "https://registry.npmjs.org/chalk/-/chalk-0.5.1.tgz",
293 "integrity": "sha1-Zjs6ZItotV0EaQ1JFnqoN4WPIXQ=",
294 "dev": true,
295 "requires": {
296 "ansi-styles": "1.1.0",
297 "escape-string-regexp": "1.0.5",
298 "has-ansi": "0.1.0",
299 "strip-ansi": "0.3.0",
300 "supports-color": "0.2.0"
301 }
302 },
303 "class-utils": {
304 "version": "0.3.6",
305 "resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz",
306 "integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==",
307 "dev": true,
308 "requires": {
309 "arr-union": "3.1.0",
310 "define-property": "0.2.5",
311 "isobject": "3.0.1",
312 "static-extend": "0.1.2"
313 },
314 "dependencies": {
315 "define-property": {
316 "version": "0.2.5",
317 "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
318 "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
319 "dev": true,
320 "requires": {
321 "is-descriptor": "0.1.6"
322 }
323 }
324 }
325 },
326 "clone": {
327 "version": "1.0.4",
328 "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz",
329 "integrity": "sha1-2jCcwmPfFZlMaIypAheco8fNfH4=",
330 "dev": true
331 },
332 "clone-stats": {
333 "version": "0.0.1",
334 "resolved": "https://registry.npmjs.org/clone-stats/-/clone-stats-0.0.1.tgz",
335 "integrity": "sha1-uI+UqCzzi4eR1YBG6kAprYjKmdE=",
336 "dev": true
337 },
338 "collection-visit": {
339 "version": "1.0.0",
340 "resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz",
341 "integrity": "sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=",
342 "dev": true,
343 "requires": {
344 "map-visit": "1.0.0",
345 "object-visit": "1.0.1"
346 }
347 },
348 "color-support": {
349 "version": "1.1.3",
350 "resolved": "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz",
351 "integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==",
352 "dev": true
353 },
354 "component-emitter": {
355 "version": "1.3.0",
356 "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz",
357 "integrity": "sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==",
358 "dev": true
359 },
360 "concat-map": {
361 "version": "0.0.1",
362 "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
363 "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=",
364 "dev": true
365 },
366 "concat-with-sourcemaps": {
367 "version": "0.1.6",
368 "resolved": "https://registry.npmjs.org/concat-with-sourcemaps/-/concat-with-sourcemaps-0.1.6.tgz",
369 "integrity": "sha1-FuWshk0Vogfnqtz/YAXbkxhYEs0=",
370 "dev": true,
371 "requires": {
372 "source-map": "0.1.43"
373 },
374 "dependencies": {
375 "source-map": {
376 "version": "0.1.43",
377 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.43.tgz",
378 "integrity": "sha1-wkvBRspRfBRx9drL4lcbK3+eM0Y=",
379 "dev": true,
380 "requires": {
381 "amdefine": "1.0.1"
382 }
383 }
384 }
385 },
386 "copy-descriptor": {
387 "version": "0.1.1",
388 "resolved": "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz",
389 "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=",
390 "dev": true
391 },
392 "core-util-is": {
393 "version": "1.0.2",
394 "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
395 "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=",
396 "dev": true
397 },
398 "csslint": {
399 "version": "0.10.0",
400 "resolved": "https://registry.npmjs.org/csslint/-/csslint-0.10.0.tgz",
401 "integrity": "sha1-OmoE51Zcjp0ZvrSXZ8fslug2WAU=",
402 "dev": true,
403 "requires": {
404 "parserlib": "0.2.5"
405 }
406 },
407 "csso": {
408 "version": "1.3.12",
409 "resolved": "https://registry.npmjs.org/csso/-/csso-1.3.12.tgz",
410 "integrity": "sha1-/GKGlKLTiTiqrEmWdTIY/TEc254=",
411 "dev": true
412 },
413 "currently-unhandled": {
414 "version": "0.4.1",
415 "resolved": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz",
416 "integrity": "sha1-mI3zP+qxke95mmE2nddsF635V+o=",
417 "dev": true,
418 "requires": {
419 "array-find-index": "1.0.2"
420 }
421 },
422 "dateformat": {
423 "version": "2.2.0",
424 "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-2.2.0.tgz",
425 "integrity": "sha1-QGXiATz5+5Ft39gu+1Bq1MZ2kGI=",
426 "dev": true
427 },
428 "debug": {
429 "version": "2.6.9",
430 "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
431 "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
432 "dev": true,
433 "requires": {
434 "ms": "2.0.0"
435 }
436 },
437 "decamelize": {
438 "version": "1.2.0",
439 "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
440 "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=",
441 "dev": true
442 },
443 "decode-uri-component": {
444 "version": "0.2.0",
445 "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz",
446 "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=",
447 "dev": true
448 },
449 "defaults": {
450 "version": "1.0.3",
451 "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.3.tgz",
452 "integrity": "sha1-xlYFHpgX2f8I7YgUd/P+QBnz730=",
453 "dev": true,
454 "requires": {
455 "clone": "1.0.4"
456 }
457 },
458 "define-property": {
459 "version": "2.0.2",
460 "resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz",
461 "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==",
462 "dev": true,
463 "requires": {
464 "is-descriptor": "1.0.2",
465 "isobject": "3.0.1"
466 },
467 "dependencies": {
468 "is-accessor-descriptor": {
469 "version": "1.0.0",
470 "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz",
471 "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==",
472 "dev": true,
473 "requires": {
474 "kind-of": "6.0.2"
475 }
476 },
477 "is-data-descriptor": {
478 "version": "1.0.0",
479 "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz",
480 "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==",
481 "dev": true,
482 "requires": {
483 "kind-of": "6.0.2"
484 }
485 },
486 "is-descriptor": {
487 "version": "1.0.2",
488 "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz",
489 "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==",
490 "dev": true,
491 "requires": {
492 "is-accessor-descriptor": "1.0.0",
493 "is-data-descriptor": "1.0.0",
494 "kind-of": "6.0.2"
495 }
496 }
497 }
498 },
499 "del": {
500 "version": "0.1.3",
501 "resolved": "https://registry.npmjs.org/del/-/del-0.1.3.tgz",
502 "integrity": "sha1-LXJKcZtaz1wLhAtCJHFeg4QGpBk=",
503 "dev": true,
504 "requires": {
505 "each-async": "1.1.1",
506 "globby": "0.1.1",
507 "is-path-cwd": "1.0.0",
508 "is-path-in-cwd": "1.0.1",
509 "rimraf": "2.7.1"
510 }
511 },
512 "deprecated": {
513 "version": "0.0.1",
514 "resolved": "https://registry.npmjs.org/deprecated/-/deprecated-0.0.1.tgz",
515 "integrity": "sha1-+cmvVGSvoeepcUWKi97yqpTVuxk=",
516 "dev": true
517 },
518 "detect-file": {
519 "version": "1.0.0",
520 "resolved": "https://registry.npmjs.org/detect-file/-/detect-file-1.0.0.tgz",
521 "integrity": "sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc=",
522 "dev": true
523 },
524 "duplexer": {
525 "version": "0.1.1",
526 "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.1.tgz",
527 "integrity": "sha1-rOb/gIwc5mtX0ev5eXessCM0z8E=",
528 "dev": true
529 },
530 "duplexer2": {
531 "version": "0.0.2",
532 "resolved": "https://registry.npmjs.org/duplexer2/-/duplexer2-0.0.2.tgz",
533 "integrity": "sha1-xhTc9n4vsUmVqRcR5aYX6KYKMds=",
534 "dev": true,
535 "requires": {
536 "readable-stream": "1.1.14"
537 }
538 },
539 "each-async": {
540 "version": "1.1.1",
541 "resolved": "https://registry.npmjs.org/each-async/-/each-async-1.1.1.tgz",
542 "integrity": "sha1-3uUim98KtrogEqOV4bhpq/iBNHM=",
543 "dev": true,
544 "requires": {
545 "onetime": "1.1.0",
546 "set-immediate-shim": "1.0.1"
547 }
548 },
549 "end-of-stream": {
550 "version": "0.1.5",
551 "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-0.1.5.tgz",
552 "integrity": "sha1-jhdyBsPICDfYVjLouTWd/osvbq8=",
553 "dev": true,
554 "requires": {
555 "once": "1.3.3"
556 },
557 "dependencies": {
558 "once": {
559 "version": "1.3.3",
560 "resolved": "https://registry.npmjs.org/once/-/once-1.3.3.tgz",
561 "integrity": "sha1-suJhVXzkwxTsgwTz+oJmPkKXyiA=",
562 "dev": true,
563 "requires": {
564 "wrappy": "1.0.2"
565 }
566 }
567 }
568 },
569 "error-ex": {
570 "version": "1.3.2",
571 "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
572 "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
573 "dev": true,
574 "requires": {
575 "is-arrayish": "0.2.1"
576 }
577 },
578 "escape-string-regexp": {
579 "version": "1.0.5",
580 "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
581 "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=",
582 "dev": true
583 },
584 "event-stream": {
585 "version": "3.3.5",
586 "resolved": "https://registry.npmjs.org/event-stream/-/event-stream-3.3.5.tgz",
587 "integrity": "sha512-vyibDcu5JL20Me1fP734QBH/kenBGLZap2n0+XXM7mvuUPzJ20Ydqj1aKcIeMdri1p+PU+4yAKugjN8KCVst+g==",
588 "dev": true,
589 "requires": {
590 "duplexer": "0.1.1",
591 "from": "0.1.7",
592 "map-stream": "0.0.7",
593 "pause-stream": "0.0.11",
594 "split": "1.0.1",
595 "stream-combiner": "0.2.2",
596 "through": "2.3.8"
597 }
598 },
599 "expand-brackets": {
600 "version": "2.1.4",
601 "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz",
602 "integrity": "sha1-t3c14xXOMPa27/D4OwQVGiJEliI=",
603 "dev": true,
604 "requires": {
605 "debug": "2.6.9",
606 "define-property": "0.2.5",
607 "extend-shallow": "2.0.1",
608 "posix-character-classes": "0.1.1",
609 "regex-not": "1.0.2",
610 "snapdragon": "0.8.2",
611 "to-regex": "3.0.2"
612 },
613 "dependencies": {
614 "define-property": {
615 "version": "0.2.5",
616 "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
617 "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
618 "dev": true,
619 "requires": {
620 "is-descriptor": "0.1.6"
621 }
622 },
623 "extend-shallow": {
624 "version": "2.0.1",
625 "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
626 "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
627 "dev": true,
628 "requires": {
629 "is-extendable": "0.1.1"
630 }
631 }
632 }
633 },
634 "expand-tilde": {
635 "version": "2.0.2",
636 "resolved": "https://registry.npmjs.org/expand-tilde/-/expand-tilde-2.0.2.tgz",
637 "integrity": "sha1-l+gBqgUt8CRU3kawK/YhZCzchQI=",
638 "dev": true,
639 "requires": {
640 "homedir-polyfill": "1.0.3"
641 }
642 },
643 "extend": {
644 "version": "3.0.2",
645 "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
646 "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==",
647 "dev": true
648 },
649 "extend-shallow": {
650 "version": "3.0.2",
651 "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz",
652 "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=",
653 "dev": true,
654 "requires": {
655 "assign-symbols": "1.0.0",
656 "is-extendable": "1.0.1"
657 },
658 "dependencies": {
659 "is-extendable": {
660 "version": "1.0.1",
661 "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz",
662 "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",
663 "dev": true,
664 "requires": {
665 "is-plain-object": "2.0.4"
666 }
667 }
668 }
669 },
670 "extglob": {
671 "version": "2.0.4",
672 "resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz",
673 "integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==",
674 "dev": true,
675 "requires": {
676 "array-unique": "0.3.2",
677 "define-property": "1.0.0",
678 "expand-brackets": "2.1.4",
679 "extend-shallow": "2.0.1",
680 "fragment-cache": "0.2.1",
681 "regex-not": "1.0.2",
682 "snapdragon": "0.8.2",
683 "to-regex": "3.0.2"
684 },
685 "dependencies": {
686 "define-property": {
687 "version": "1.0.0",
688 "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz",
689 "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=",
690 "dev": true,
691 "requires": {
692 "is-descriptor": "1.0.2"
693 }
694 },
695 "extend-shallow": {
696 "version": "2.0.1",
697 "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
698 "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
699 "dev": true,
700 "requires": {
701 "is-extendable": "0.1.1"
702 }
703 },
704 "is-accessor-descriptor": {
705 "version": "1.0.0",
706 "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz",
707 "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==",
708 "dev": true,
709 "requires": {
710 "kind-of": "6.0.2"
711 }
712 },
713 "is-data-descriptor": {
714 "version": "1.0.0",
715 "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz",
716 "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==",
717 "dev": true,
718 "requires": {
719 "kind-of": "6.0.2"
720 }
721 },
722 "is-descriptor": {
723 "version": "1.0.2",
724 "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz",
725 "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==",
726 "dev": true,
727 "requires": {
728 "is-accessor-descriptor": "1.0.0",
729 "is-data-descriptor": "1.0.0",
730 "kind-of": "6.0.2"
731 }
732 }
733 }
734 },
735 "fancy-log": {
736 "version": "1.3.3",
737 "resolved": "https://registry.npmjs.org/fancy-log/-/fancy-log-1.3.3.tgz",
738 "integrity": "sha512-k9oEhlyc0FrVh25qYuSELjr8oxsCoc4/LEZfg2iJJrfEk/tZL9bCoJE47gqAvI2m/AUjluCS4+3I0eTx8n3AEw==",
739 "dev": true,
740 "requires": {
741 "ansi-gray": "0.1.1",
742 "color-support": "1.1.3",
743 "parse-node-version": "1.0.1",
744 "time-stamp": "1.1.0"
745 }
746 },
747 "fill-range": {
748 "version": "4.0.0",
749 "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz",
750 "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=",
751 "dev": true,
752 "requires": {
753 "extend-shallow": "2.0.1",
754 "is-number": "3.0.0",
755 "repeat-string": "1.6.1",
756 "to-regex-range": "2.1.1"
757 },
758 "dependencies": {
759 "extend-shallow": {
760 "version": "2.0.1",
761 "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
762 "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
763 "dev": true,
764 "requires": {
765 "is-extendable": "0.1.1"
766 }
767 }
768 }
769 },
770 "find-index": {
771 "version": "0.1.1",
772 "resolved": "https://registry.npmjs.org/find-index/-/find-index-0.1.1.tgz",
773 "integrity": "sha1-Z101iyyjiS15Whq0cjL4tuLg3eQ=",
774 "dev": true
775 },
776 "find-up": {
777 "version": "1.1.2",
778 "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz",
779 "integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=",
780 "dev": true,
781 "requires": {
782 "path-exists": "2.1.0",
783 "pinkie-promise": "2.0.1"
784 }
785 },
786 "findup-sync": {
787 "version": "2.0.0",
788 "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-2.0.0.tgz",
789 "integrity": "sha1-kyaxSIwi0aYIhlCoaQGy2akKLLw=",
790 "dev": true,
791 "requires": {
792 "detect-file": "1.0.0",
793 "is-glob": "3.1.0",
794 "micromatch": "3.1.10",
795 "resolve-dir": "1.0.1"
796 }
797 },
798 "fined": {
799 "version": "1.2.0",
800 "resolved": "https://registry.npmjs.org/fined/-/fined-1.2.0.tgz",
801 "integrity": "sha512-ZYDqPLGxDkDhDZBjZBb+oD1+j0rA4E0pXY50eplAAOPg2N/gUBSSk5IM1/QhPfyVo19lJ+CvXpqfvk+b2p/8Ng==",
802 "dev": true,
803 "requires": {
804 "expand-tilde": "2.0.2",
805 "is-plain-object": "2.0.4",
806 "object.defaults": "1.1.0",
807 "object.pick": "1.3.0",
808 "parse-filepath": "1.0.2"
809 }
810 },
811 "first-chunk-stream": {
812 "version": "1.0.0",
813 "resolved": "https://registry.npmjs.org/first-chunk-stream/-/first-chunk-stream-1.0.0.tgz",
814 "integrity": "sha1-Wb+1DNkF9g18OUzT2ayqtOatk04=",
815 "dev": true
816 },
817 "flagged-respawn": {
818 "version": "1.0.1",
819 "resolved": "https://registry.npmjs.org/flagged-respawn/-/flagged-respawn-1.0.1.tgz",
820 "integrity": "sha512-lNaHNVymajmk0OJMBn8fVUAU1BtDeKIqKoVhk4xAALB57aALg6b4W0MfJ/cUE0g9YBXy5XhSlPIpYIJ7HaY/3Q==",
821 "dev": true
822 },
823 "for-in": {
824 "version": "1.0.2",
825 "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz",
826 "integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=",
827 "dev": true
828 },
829 "for-own": {
830 "version": "1.0.0",
831 "resolved": "https://registry.npmjs.org/for-own/-/for-own-1.0.0.tgz",
832 "integrity": "sha1-xjMy9BXO3EsE2/5wz4NklMU8tEs=",
833 "dev": true,
834 "requires": {
835 "for-in": "1.0.2"
836 }
837 },
838 "fragment-cache": {
839 "version": "0.2.1",
840 "resolved": "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz",
841 "integrity": "sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=",
842 "dev": true,
843 "requires": {
844 "map-cache": "0.2.2"
845 }
846 },
847 "from": {
848 "version": "0.1.7",
849 "resolved": "https://registry.npmjs.org/from/-/from-0.1.7.tgz",
850 "integrity": "sha1-g8YK/Fi5xWmXAH7Rp2izqzA6RP4=",
851 "dev": true
852 },
853 "fs-extra": {
854 "version": "0.10.0",
855 "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.10.0.tgz",
856 "integrity": "sha1-mcDsL9XqqtnWRiReSwFLVnKZgq8=",
857 "dev": true,
858 "requires": {
859 "jsonfile": "1.2.0",
860 "mkdirp": "0.5.1",
861 "ncp": "0.5.1",
862 "rimraf": "2.7.1"
863 }
864 },
865 "fs.realpath": {
866 "version": "1.0.0",
867 "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
868 "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=",
869 "dev": true
870 },
871 "gaze": {
872 "version": "0.5.2",
873 "resolved": "https://registry.npmjs.org/gaze/-/gaze-0.5.2.tgz",
874 "integrity": "sha1-QLcJU30k0dRXZ9takIaJ3+aaxE8=",
875 "dev": true,
876 "requires": {
877 "globule": "0.1.0"
878 }
879 },
880 "get-stdin": {
881 "version": "4.0.1",
882 "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz",
883 "integrity": "sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=",
884 "dev": true
885 },
886 "get-value": {
887 "version": "2.0.6",
888 "resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz",
889 "integrity": "sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=",
890 "dev": true
891 },
892 "glob": {
893 "version": "4.5.3",
894 "resolved": "https://registry.npmjs.org/glob/-/glob-4.5.3.tgz",
895 "integrity": "sha1-xstz0yJsHv7wTePFbQEvAzd+4V8=",
896 "dev": true,
897 "requires": {
898 "inflight": "1.0.6",
899 "inherits": "2.0.4",
900 "minimatch": "2.0.10",
901 "once": "1.4.0"
902 }
903 },
904 "glob-stream": {
905 "version": "3.1.18",
906 "resolved": "https://registry.npmjs.org/glob-stream/-/glob-stream-3.1.18.tgz",
907 "integrity": "sha1-kXCl8St5Awb9/lmPMT+PeVT9FDs=",
908 "dev": true,
909 "requires": {
910 "glob": "4.5.3",
911 "glob2base": "0.0.12",
912 "minimatch": "2.0.10",
913 "ordered-read-streams": "0.1.0",
914 "through2": "0.6.5",
915 "unique-stream": "1.0.0"
916 },
917 "dependencies": {
918 "readable-stream": {
919 "version": "1.0.34",
920 "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz",
921 "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=",
922 "dev": true,
923 "requires": {
924 "core-util-is": "1.0.2",
925 "inherits": "2.0.4",
926 "isarray": "0.0.1",
927 "string_decoder": "0.10.31"
928 }
929 },
930 "through2": {
931 "version": "0.6.5",
932 "resolved": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz",
933 "integrity": "sha1-QaucZ7KdVyCQcUEOHXp6lozTrUg=",
934 "dev": true,
935 "requires": {
936 "readable-stream": "1.0.34",
937 "xtend": "4.0.2"
938 }
939 }
940 }
941 },
942 "glob-watcher": {
943 "version": "0.0.6",
944 "resolved": "https://registry.npmjs.org/glob-watcher/-/glob-watcher-0.0.6.tgz",
945 "integrity": "sha1-uVtKjfdLOcgymLDAXJeLTZo7cQs=",
946 "dev": true,
947 "requires": {
948 "gaze": "0.5.2"
949 }
950 },
951 "glob2base": {
952 "version": "0.0.12",
953 "resolved": "https://registry.npmjs.org/glob2base/-/glob2base-0.0.12.tgz",
954 "integrity": "sha1-nUGbPijxLoOjYhZKJ3BVkiycDVY=",
955 "dev": true,
956 "requires": {
957 "find-index": "0.1.1"
958 }
959 },
960 "global-modules": {
961 "version": "1.0.0",
962 "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-1.0.0.tgz",
963 "integrity": "sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==",
964 "dev": true,
965 "requires": {
966 "global-prefix": "1.0.2",
967 "is-windows": "1.0.2",
968 "resolve-dir": "1.0.1"
969 }
970 },
971 "global-prefix": {
972 "version": "1.0.2",
973 "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-1.0.2.tgz",
974 "integrity": "sha1-2/dDxsFJklk8ZVVoy2btMsASLr4=",
975 "dev": true,
976 "requires": {
977 "expand-tilde": "2.0.2",
978 "homedir-polyfill": "1.0.3",
979 "ini": "1.3.5",
980 "is-windows": "1.0.2",
981 "which": "1.3.1"
982 }
983 },
984 "globby": {
985 "version": "0.1.1",
986 "resolved": "https://registry.npmjs.org/globby/-/globby-0.1.1.tgz",
987 "integrity": "sha1-y+xj33JLS+pFi3mhbMDjsfLKhiA=",
988 "dev": true,
989 "requires": {
990 "array-differ": "0.1.0",
991 "array-union": "0.1.0",
992 "async": "0.9.2",
993 "glob": "4.5.3"
994 }
995 },
996 "globule": {
997 "version": "0.1.0",
998 "resolved": "https://registry.npmjs.org/globule/-/globule-0.1.0.tgz",
999 "integrity": "sha1-2cjt3h2nnRJaFRt5UzuXhnY0auU=",
1000 "dev": true,
1001 "requires": {
1002 "glob": "3.1.21",
1003 "lodash": "1.0.2",
1004 "minimatch": "0.2.14"
1005 },
1006 "dependencies": {
1007 "glob": {
1008 "version": "3.1.21",
1009 "resolved": "https://registry.npmjs.org/glob/-/glob-3.1.21.tgz",
1010 "integrity": "sha1-0p4KBV3qUTj00H7UDomC6DwgZs0=",
1011 "dev": true,
1012 "requires": {
1013 "graceful-fs": "1.2.3",
1014 "inherits": "1.0.2",
1015 "minimatch": "0.2.14"
1016 }
1017 },
1018 "graceful-fs": {
1019 "version": "1.2.3",
1020 "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-1.2.3.tgz",
1021 "integrity": "sha1-FaSAaldUfLLS2/J/QuiajDRRs2Q=",
1022 "dev": true
1023 },
1024 "inherits": {
1025 "version": "1.0.2",
1026 "resolved": "https://registry.npmjs.org/inherits/-/inherits-1.0.2.tgz",
1027 "integrity": "sha1-ykMJ2t7mtUzAuNJH6NfHoJdb3Js=",
1028 "dev": true
1029 },
1030 "minimatch": {
1031 "version": "0.2.14",
1032 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz",
1033 "integrity": "sha1-x054BXT2PG+aCQ6Q775u9TpqdWo=",
1034 "dev": true,
1035 "requires": {
1036 "lru-cache": "2.7.3",
1037 "sigmund": "1.0.1"
1038 }
1039 }
1040 }
1041 },
1042 "glogg": {
1043 "version": "1.0.2",
1044 "resolved": "https://registry.npmjs.org/glogg/-/glogg-1.0.2.tgz",
1045 "integrity": "sha512-5mwUoSuBk44Y4EshyiqcH95ZntbDdTQqA3QYSrxmzj28Ai0vXBGMH1ApSANH14j2sIRtqCEyg6PfsuP7ElOEDA==",
1046 "dev": true,
1047 "requires": {
1048 "sparkles": "1.0.1"
1049 }
1050 },
1051 "graceful-fs": {
1052 "version": "3.0.12",
1053 "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.12.tgz",
1054 "integrity": "sha512-J55gaCS4iTTJfTXIxSVw3EMQckcqkpdRv3IR7gu6sq0+tbC363Zx6KH/SEwXASK9JRbhyZmVjJEVJIOxYsB3Qg==",
1055 "dev": true,
1056 "requires": {
1057 "natives": "1.1.6"
1058 }
1059 },
1060 "gulp": {
1061 "version": "3.8.11",
1062 "resolved": "https://registry.npmjs.org/gulp/-/gulp-3.8.11.tgz",
1063 "integrity": "sha1-1Vfgpyg+tBNkkZabBJd2eXLx0oo=",
1064 "dev": true,
1065 "requires": {
1066 "archy": "1.0.0",
1067 "chalk": "0.5.1",
1068 "deprecated": "0.0.1",
1069 "gulp-util": "3.0.8",
1070 "interpret": "0.3.10",
1071 "liftoff": "2.5.0",
1072 "minimist": "1.2.0",
1073 "orchestrator": "0.3.8",
1074 "pretty-hrtime": "0.2.2",
1075 "semver": "4.3.6",
1076 "tildify": "1.2.0",
1077 "v8flags": "2.1.1",
1078 "vinyl-fs": "0.3.14"
1079 }
1080 },
1081 "gulp-autoprefixer": {
1082 "version": "0.0.8",
1083 "resolved": "https://registry.npmjs.org/gulp-autoprefixer/-/gulp-autoprefixer-0.0.8.tgz",
1084 "integrity": "sha1-M9UKyweCMx2js89+EzAuEp3XfWk=",
1085 "dev": true,
1086 "requires": {
1087 "autoprefixer": "2.2.0",
1088 "bufferstreams": "0.0.2",
1089 "gulp-util": "2.2.20"
1090 },
1091 "dependencies": {
1092 "dateformat": {
1093 "version": "1.0.12",
1094 "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-1.0.12.tgz",
1095 "integrity": "sha1-nxJLZ1lMk3/3BpMuSmQsyo27/uk=",
1096 "dev": true,
1097 "requires": {
1098 "get-stdin": "4.0.1",
1099 "meow": "3.7.0"
1100 }
1101 },
1102 "gulp-util": {
1103 "version": "2.2.20",
1104 "resolved": "https://registry.npmjs.org/gulp-util/-/gulp-util-2.2.20.tgz",
1105 "integrity": "sha1-1xRuVyiRC9jwR6awseVJvCLb1kw=",
1106 "dev": true,
1107 "requires": {
1108 "chalk": "0.5.1",
1109 "dateformat": "1.0.12",
1110 "lodash._reinterpolate": "2.4.1",
1111 "lodash.template": "2.4.1",
1112 "minimist": "0.2.0",
1113 "multipipe": "0.1.2",
1114 "through2": "0.5.1",
1115 "vinyl": "0.2.3"
1116 }
1117 },
1118 "lodash._reinterpolate": {
1119 "version": "2.4.1",
1120 "resolved": "https://registry.npmjs.org/lodash._reinterpolate/-/lodash._reinterpolate-2.4.1.tgz",
1121 "integrity": "sha1-TxInqlqHEfxjL1sHofRgequLMiI=",
1122 "dev": true
1123 },
1124 "lodash.escape": {
1125 "version": "2.4.1",
1126 "resolved": "https://registry.npmjs.org/lodash.escape/-/lodash.escape-2.4.1.tgz",
1127 "integrity": "sha1-LOEsXghNsKV92l5dHu659dF1o7Q=",
1128 "dev": true,
1129 "requires": {
1130 "lodash._escapehtmlchar": "2.4.1",
1131 "lodash._reunescapedhtml": "2.4.1",
1132 "lodash.keys": "2.4.1"
1133 }
1134 },
1135 "lodash.keys": {
1136 "version": "2.4.1",
1137 "resolved": "https://registry.npmjs.org/lodash.keys/-/lodash.keys-2.4.1.tgz",
1138 "integrity": "sha1-SN6kbfj/djKxDXBrissmWR4rNyc=",
1139 "dev": true,
1140 "requires": {
1141 "lodash._isnative": "2.4.1",
1142 "lodash._shimkeys": "2.4.1",
1143 "lodash.isobject": "2.4.1"
1144 }
1145 },
1146 "lodash.template": {
1147 "version": "2.4.1",
1148 "resolved": "https://registry.npmjs.org/lodash.template/-/lodash.template-2.4.1.tgz",
1149 "integrity": "sha1-nmEQB+32KRKal0qzxIuBez4c8g0=",
1150 "dev": true,
1151 "requires": {
1152 "lodash._escapestringchar": "2.4.1",
1153 "lodash._reinterpolate": "2.4.1",
1154 "lodash.defaults": "2.4.1",
1155 "lodash.escape": "2.4.1",
1156 "lodash.keys": "2.4.1",
1157 "lodash.templatesettings": "2.4.1",
1158 "lodash.values": "2.4.1"
1159 }
1160 },
1161 "lodash.templatesettings": {
1162 "version": "2.4.1",
1163 "resolved": "https://registry.npmjs.org/lodash.templatesettings/-/lodash.templatesettings-2.4.1.tgz",
1164 "integrity": "sha1-6nbHXRHrhtTb6JqDiTu4YZKaxpk=",
1165 "dev": true,
1166 "requires": {
1167 "lodash._reinterpolate": "2.4.1",
1168 "lodash.escape": "2.4.1"
1169 }
1170 },
1171 "minimist": {
1172 "version": "0.2.0",
1173 "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.2.0.tgz",
1174 "integrity": "sha1-Tf/lJdriuGTGbC4jxicdev3s784=",
1175 "dev": true
1176 },
1177 "readable-stream": {
1178 "version": "1.0.34",
1179 "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz",
1180 "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=",
1181 "dev": true,
1182 "requires": {
1183 "core-util-is": "1.0.2",
1184 "inherits": "2.0.4",
1185 "isarray": "0.0.1",
1186 "string_decoder": "0.10.31"
1187 }
1188 },
1189 "through2": {
1190 "version": "0.5.1",
1191 "resolved": "https://registry.npmjs.org/through2/-/through2-0.5.1.tgz",
1192 "integrity": "sha1-390BLrnHAOIyP9M084rGIqs3Lac=",
1193 "dev": true,
1194 "requires": {
1195 "readable-stream": "1.0.34",
1196 "xtend": "3.0.0"
1197 }
1198 },
1199 "vinyl": {
1200 "version": "0.2.3",
1201 "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-0.2.3.tgz",
1202 "integrity": "sha1-vKk4IJWC7FpJrVOKAPofEl5RMlI=",
1203 "dev": true,
1204 "requires": {
1205 "clone-stats": "0.0.1"
1206 }
1207 },
1208 "xtend": {
1209 "version": "3.0.0",
1210 "resolved": "https://registry.npmjs.org/xtend/-/xtend-3.0.0.tgz",
1211 "integrity": "sha1-XM50B7r2Qsunvs2laBEcST9ZZlo=",
1212 "dev": true
1213 }
1214 }
1215 },
1216 "gulp-concat": {
1217 "version": "2.3.5",
1218 "resolved": "https://registry.npmjs.org/gulp-concat/-/gulp-concat-2.3.5.tgz",
1219 "integrity": "sha1-L+mMs9eBmXRN/A7LKV+5K/itjrQ=",
1220 "dev": true,
1221 "requires": {
1222 "concat-with-sourcemaps": "0.1.6",
1223 "gulp-util": "2.2.20",
1224 "through": "2.3.8"
1225 },
1226 "dependencies": {
1227 "dateformat": {
1228 "version": "1.0.12",
1229 "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-1.0.12.tgz",
1230 "integrity": "sha1-nxJLZ1lMk3/3BpMuSmQsyo27/uk=",
1231 "dev": true,
1232 "requires": {
1233 "get-stdin": "4.0.1",
1234 "meow": "3.7.0"
1235 }
1236 },
1237 "gulp-util": {
1238 "version": "2.2.20",
1239 "resolved": "https://registry.npmjs.org/gulp-util/-/gulp-util-2.2.20.tgz",
1240 "integrity": "sha1-1xRuVyiRC9jwR6awseVJvCLb1kw=",
1241 "dev": true,
1242 "requires": {
1243 "chalk": "0.5.1",
1244 "dateformat": "1.0.12",
1245 "lodash._reinterpolate": "2.4.1",
1246 "lodash.template": "2.4.1",
1247 "minimist": "0.2.0",
1248 "multipipe": "0.1.2",
1249 "through2": "0.5.1",
1250 "vinyl": "0.2.3"
1251 }
1252 },
1253 "lodash._reinterpolate": {
1254 "version": "2.4.1",
1255 "resolved": "https://registry.npmjs.org/lodash._reinterpolate/-/lodash._reinterpolate-2.4.1.tgz",
1256 "integrity": "sha1-TxInqlqHEfxjL1sHofRgequLMiI=",
1257 "dev": true
1258 },
1259 "lodash.escape": {
1260 "version": "2.4.1",
1261 "resolved": "https://registry.npmjs.org/lodash.escape/-/lodash.escape-2.4.1.tgz",
1262 "integrity": "sha1-LOEsXghNsKV92l5dHu659dF1o7Q=",
1263 "dev": true,
1264 "requires": {
1265 "lodash._escapehtmlchar": "2.4.1",
1266 "lodash._reunescapedhtml": "2.4.1",
1267 "lodash.keys": "2.4.1"
1268 }
1269 },
1270 "lodash.keys": {
1271 "version": "2.4.1",
1272 "resolved": "https://registry.npmjs.org/lodash.keys/-/lodash.keys-2.4.1.tgz",
1273 "integrity": "sha1-SN6kbfj/djKxDXBrissmWR4rNyc=",
1274 "dev": true,
1275 "requires": {
1276 "lodash._isnative": "2.4.1",
1277 "lodash._shimkeys": "2.4.1",
1278 "lodash.isobject": "2.4.1"
1279 }
1280 },
1281 "lodash.template": {
1282 "version": "2.4.1",
1283 "resolved": "https://registry.npmjs.org/lodash.template/-/lodash.template-2.4.1.tgz",
1284 "integrity": "sha1-nmEQB+32KRKal0qzxIuBez4c8g0=",
1285 "dev": true,
1286 "requires": {
1287 "lodash._escapestringchar": "2.4.1",
1288 "lodash._reinterpolate": "2.4.1",
1289 "lodash.defaults": "2.4.1",
1290 "lodash.escape": "2.4.1",
1291 "lodash.keys": "2.4.1",
1292 "lodash.templatesettings": "2.4.1",
1293 "lodash.values": "2.4.1"
1294 }
1295 },
1296 "lodash.templatesettings": {
1297 "version": "2.4.1",
1298 "resolved": "https://registry.npmjs.org/lodash.templatesettings/-/lodash.templatesettings-2.4.1.tgz",
1299 "integrity": "sha1-6nbHXRHrhtTb6JqDiTu4YZKaxpk=",
1300 "dev": true,
1301 "requires": {
1302 "lodash._reinterpolate": "2.4.1",
1303 "lodash.escape": "2.4.1"
1304 }
1305 },
1306 "minimist": {
1307 "version": "0.2.0",
1308 "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.2.0.tgz",
1309 "integrity": "sha1-Tf/lJdriuGTGbC4jxicdev3s784=",
1310 "dev": true
1311 },
1312 "readable-stream": {
1313 "version": "1.0.34",
1314 "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz",
1315 "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=",
1316 "dev": true,
1317 "requires": {
1318 "core-util-is": "1.0.2",
1319 "inherits": "2.0.4",
1320 "isarray": "0.0.1",
1321 "string_decoder": "0.10.31"
1322 }
1323 },
1324 "through2": {
1325 "version": "0.5.1",
1326 "resolved": "https://registry.npmjs.org/through2/-/through2-0.5.1.tgz",
1327 "integrity": "sha1-390BLrnHAOIyP9M084rGIqs3Lac=",
1328 "dev": true,
1329 "requires": {
1330 "readable-stream": "1.0.34",
1331 "xtend": "3.0.0"
1332 }
1333 },
1334 "vinyl": {
1335 "version": "0.2.3",
1336 "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-0.2.3.tgz",
1337 "integrity": "sha1-vKk4IJWC7FpJrVOKAPofEl5RMlI=",
1338 "dev": true,
1339 "requires": {
1340 "clone-stats": "0.0.1"
1341 }
1342 },
1343 "xtend": {
1344 "version": "3.0.0",
1345 "resolved": "https://registry.npmjs.org/xtend/-/xtend-3.0.0.tgz",
1346 "integrity": "sha1-XM50B7r2Qsunvs2laBEcST9ZZlo=",
1347 "dev": true
1348 }
1349 }
1350 },
1351 "gulp-csslint": {
1352 "version": "0.1.5",
1353 "resolved": "https://registry.npmjs.org/gulp-csslint/-/gulp-csslint-0.1.5.tgz",
1354 "integrity": "sha1-Mwv7MEJduVu2Fx/kB2LOWyPftgg=",
1355 "dev": true,
1356 "requires": {
1357 "csslint": "0.10.0",
1358 "event-stream": "3.3.5",
1359 "gulp-util": "3.0.8"
1360 }
1361 },
1362 "gulp-csso": {
1363 "version": "0.2.9",
1364 "resolved": "https://registry.npmjs.org/gulp-csso/-/gulp-csso-0.2.9.tgz",
1365 "integrity": "sha1-rpa950WbQWEuxpSkqHfAhI6d2PQ=",
1366 "dev": true,
1367 "requires": {
1368 "bufferstreams": "0.0.2",
1369 "csso": "1.3.12",
1370 "gulp-util": "2.2.20"
1371 },
1372 "dependencies": {
1373 "dateformat": {
1374 "version": "1.0.12",
1375 "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-1.0.12.tgz",
1376 "integrity": "sha1-nxJLZ1lMk3/3BpMuSmQsyo27/uk=",
1377 "dev": true,
1378 "requires": {
1379 "get-stdin": "4.0.1",
1380 "meow": "3.7.0"
1381 }
1382 },
1383 "gulp-util": {
1384 "version": "2.2.20",
1385 "resolved": "https://registry.npmjs.org/gulp-util/-/gulp-util-2.2.20.tgz",
1386 "integrity": "sha1-1xRuVyiRC9jwR6awseVJvCLb1kw=",
1387 "dev": true,
1388 "requires": {
1389 "chalk": "0.5.1",
1390 "dateformat": "1.0.12",
1391 "lodash._reinterpolate": "2.4.1",
1392 "lodash.template": "2.4.1",
1393 "minimist": "0.2.0",
1394 "multipipe": "0.1.2",
1395 "through2": "0.5.1",
1396 "vinyl": "0.2.3"
1397 }
1398 },
1399 "lodash._reinterpolate": {
1400 "version": "2.4.1",
1401 "resolved": "https://registry.npmjs.org/lodash._reinterpolate/-/lodash._reinterpolate-2.4.1.tgz",
1402 "integrity": "sha1-TxInqlqHEfxjL1sHofRgequLMiI=",
1403 "dev": true
1404 },
1405 "lodash.escape": {
1406 "version": "2.4.1",
1407 "resolved": "https://registry.npmjs.org/lodash.escape/-/lodash.escape-2.4.1.tgz",
1408 "integrity": "sha1-LOEsXghNsKV92l5dHu659dF1o7Q=",
1409 "dev": true,
1410 "requires": {
1411 "lodash._escapehtmlchar": "2.4.1",
1412 "lodash._reunescapedhtml": "2.4.1",
1413 "lodash.keys": "2.4.1"
1414 }
1415 },
1416 "lodash.keys": {
1417 "version": "2.4.1",
1418 "resolved": "https://registry.npmjs.org/lodash.keys/-/lodash.keys-2.4.1.tgz",
1419 "integrity": "sha1-SN6kbfj/djKxDXBrissmWR4rNyc=",
1420 "dev": true,
1421 "requires": {
1422 "lodash._isnative": "2.4.1",
1423 "lodash._shimkeys": "2.4.1",
1424 "lodash.isobject": "2.4.1"
1425 }
1426 },
1427 "lodash.template": {
1428 "version": "2.4.1",
1429 "resolved": "https://registry.npmjs.org/lodash.template/-/lodash.template-2.4.1.tgz",
1430 "integrity": "sha1-nmEQB+32KRKal0qzxIuBez4c8g0=",
1431 "dev": true,
1432 "requires": {
1433 "lodash._escapestringchar": "2.4.1",
1434 "lodash._reinterpolate": "2.4.1",
1435 "lodash.defaults": "2.4.1",
1436 "lodash.escape": "2.4.1",
1437 "lodash.keys": "2.4.1",
1438 "lodash.templatesettings": "2.4.1",
1439 "lodash.values": "2.4.1"
1440 }
1441 },
1442 "lodash.templatesettings": {
1443 "version": "2.4.1",
1444 "resolved": "https://registry.npmjs.org/lodash.templatesettings/-/lodash.templatesettings-2.4.1.tgz",
1445 "integrity": "sha1-6nbHXRHrhtTb6JqDiTu4YZKaxpk=",
1446 "dev": true,
1447 "requires": {
1448 "lodash._reinterpolate": "2.4.1",
1449 "lodash.escape": "2.4.1"
1450 }
1451 },
1452 "minimist": {
1453 "version": "0.2.0",
1454 "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.2.0.tgz",
1455 "integrity": "sha1-Tf/lJdriuGTGbC4jxicdev3s784=",
1456 "dev": true
1457 },
1458 "readable-stream": {
1459 "version": "1.0.34",
1460 "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz",
1461 "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=",
1462 "dev": true,
1463 "requires": {
1464 "core-util-is": "1.0.2",
1465 "inherits": "2.0.4",
1466 "isarray": "0.0.1",
1467 "string_decoder": "0.10.31"
1468 }
1469 },
1470 "through2": {
1471 "version": "0.5.1",
1472 "resolved": "https://registry.npmjs.org/through2/-/through2-0.5.1.tgz",
1473 "integrity": "sha1-390BLrnHAOIyP9M084rGIqs3Lac=",
1474 "dev": true,
1475 "requires": {
1476 "readable-stream": "1.0.34",
1477 "xtend": "3.0.0"
1478 }
1479 },
1480 "vinyl": {
1481 "version": "0.2.3",
1482 "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-0.2.3.tgz",
1483 "integrity": "sha1-vKk4IJWC7FpJrVOKAPofEl5RMlI=",
1484 "dev": true,
1485 "requires": {
1486 "clone-stats": "0.0.1"
1487 }
1488 },
1489 "xtend": {
1490 "version": "3.0.0",
1491 "resolved": "https://registry.npmjs.org/xtend/-/xtend-3.0.0.tgz",
1492 "integrity": "sha1-XM50B7r2Qsunvs2laBEcST9ZZlo=",
1493 "dev": true
1494 }
1495 }
1496 },
1497 "gulp-util": {
1498 "version": "3.0.8",
1499 "resolved": "https://registry.npmjs.org/gulp-util/-/gulp-util-3.0.8.tgz",
1500 "integrity": "sha1-AFTh50RQLifATBh8PsxQXdVLu08=",
1501 "dev": true,
1502 "requires": {
1503 "array-differ": "1.0.0",
1504 "array-uniq": "1.0.3",
1505 "beeper": "1.1.1",
1506 "chalk": "1.1.3",
1507 "dateformat": "2.2.0",
1508 "fancy-log": "1.3.3",
1509 "gulplog": "1.0.0",
1510 "has-gulplog": "0.1.0",
1511 "lodash._reescape": "3.0.0",
1512 "lodash._reevaluate": "3.0.0",
1513 "lodash._reinterpolate": "3.0.0",
1514 "lodash.template": "3.6.2",
1515 "minimist": "1.2.0",
1516 "multipipe": "0.1.2",
1517 "object-assign": "3.0.0",
1518 "replace-ext": "0.0.1",
1519 "through2": "2.0.5",
1520 "vinyl": "0.5.3"
1521 },
1522 "dependencies": {
1523 "ansi-regex": {
1524 "version": "2.1.1",
1525 "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
1526 "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
1527 "dev": true
1528 },
1529 "ansi-styles": {
1530 "version": "2.2.1",
1531 "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
1532 "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
1533 "dev": true
1534 },
1535 "array-differ": {
1536 "version": "1.0.0",
1537 "resolved": "https://registry.npmjs.org/array-differ/-/array-differ-1.0.0.tgz",
1538 "integrity": "sha1-7/UuN1gknTO+QCuLuOVkuytdQDE=",
1539 "dev": true
1540 },
1541 "array-uniq": {
1542 "version": "1.0.3",
1543 "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz",
1544 "integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=",
1545 "dev": true
1546 },
1547 "chalk": {
1548 "version": "1.1.3",
1549 "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
1550 "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
1551 "dev": true,
1552 "requires": {
1553 "ansi-styles": "2.2.1",
1554 "escape-string-regexp": "1.0.5",
1555 "has-ansi": "2.0.0",
1556 "strip-ansi": "3.0.1",
1557 "supports-color": "2.0.0"
1558 }
1559 },
1560 "has-ansi": {
1561 "version": "2.0.0",
1562 "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
1563 "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=",
1564 "dev": true,
1565 "requires": {
1566 "ansi-regex": "2.1.1"
1567 }
1568 },
1569 "strip-ansi": {
1570 "version": "3.0.1",
1571 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
1572 "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
1573 "dev": true,
1574 "requires": {
1575 "ansi-regex": "2.1.1"
1576 }
1577 },
1578 "supports-color": {
1579 "version": "2.0.0",
1580 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
1581 "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
1582 "dev": true
1583 }
1584 }
1585 },
1586 "gulplog": {
1587 "version": "1.0.0",
1588 "resolved": "https://registry.npmjs.org/gulplog/-/gulplog-1.0.0.tgz",
1589 "integrity": "sha1-4oxNRdBey77YGDY86PnFkmIp/+U=",
1590 "dev": true,
1591 "requires": {
1592 "glogg": "1.0.2"
1593 }
1594 },
1595 "has-ansi": {
1596 "version": "0.1.0",
1597 "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-0.1.0.tgz",
1598 "integrity": "sha1-hPJlqujA5qiKEtcCKJS3VoiUxi4=",
1599 "dev": true,
1600 "requires": {
1601 "ansi-regex": "0.2.1"
1602 }
1603 },
1604 "has-gulplog": {
1605 "version": "0.1.0",
1606 "resolved": "https://registry.npmjs.org/has-gulplog/-/has-gulplog-0.1.0.tgz",
1607 "integrity": "sha1-ZBTIKRNpfaUVkDl9r7EvIpZ4Ec4=",
1608 "dev": true,
1609 "requires": {
1610 "sparkles": "1.0.1"
1611 }
1612 },
1613 "has-value": {
1614 "version": "1.0.0",
1615 "resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz",
1616 "integrity": "sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=",
1617 "dev": true,
1618 "requires": {
1619 "get-value": "2.0.6",
1620 "has-values": "1.0.0",
1621 "isobject": "3.0.1"
1622 }
1623 },
1624 "has-values": {
1625 "version": "1.0.0",
1626 "resolved": "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz",
1627 "integrity": "sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=",
1628 "dev": true,
1629 "requires": {
1630 "is-number": "3.0.0",
1631 "kind-of": "4.0.0"
1632 },
1633 "dependencies": {
1634 "kind-of": {
1635 "version": "4.0.0",
1636 "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz",
1637 "integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=",
1638 "dev": true,
1639 "requires": {
1640 "is-buffer": "1.1.6"
1641 }
1642 }
1643 }
1644 },
1645 "homedir-polyfill": {
1646 "version": "1.0.3",
1647 "resolved": "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz",
1648 "integrity": "sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==",
1649 "dev": true,
1650 "requires": {
1651 "parse-passwd": "1.0.0"
1652 }
1653 },
1654 "hosted-git-info": {
1655 "version": "2.8.5",
1656 "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.5.tgz",
1657 "integrity": "sha512-kssjab8CvdXfcXMXVcvsXum4Hwdq9XGtRD3TteMEvEbq0LXyiNQr6AprqKqfeaDXze7SxWvRxdpwE6ku7ikLkg==",
1658 "dev": true
1659 },
1660 "indent-string": {
1661 "version": "2.1.0",
1662 "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz",
1663 "integrity": "sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=",
1664 "dev": true,
1665 "requires": {
1666 "repeating": "2.0.1"
1667 }
1668 },
1669 "inflight": {
1670 "version": "1.0.6",
1671 "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
1672 "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
1673 "dev": true,
1674 "requires": {
1675 "once": "1.4.0",
1676 "wrappy": "1.0.2"
1677 }
1678 },
1679 "inherits": {
1680 "version": "2.0.4",
1681 "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
1682 "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
1683 "dev": true
1684 },
1685 "ini": {
1686 "version": "1.3.5",
1687 "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz",
1688 "integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==",
1689 "dev": true
1690 },
1691 "interpret": {
1692 "version": "0.3.10",
1693 "resolved": "https://registry.npmjs.org/interpret/-/interpret-0.3.10.tgz",
1694 "integrity": "sha1-CIwl3nMcbFsRKpDwBxz69Fnlp7s=",
1695 "dev": true
1696 },
1697 "is-absolute": {
1698 "version": "1.0.0",
1699 "resolved": "https://registry.npmjs.org/is-absolute/-/is-absolute-1.0.0.tgz",
1700 "integrity": "sha512-dOWoqflvcydARa360Gvv18DZ/gRuHKi2NU/wU5X1ZFzdYfH29nkiNZsF3mp4OJ3H4yo9Mx8A/uAGNzpzPN3yBA==",
1701 "dev": true,
1702 "requires": {
1703 "is-relative": "1.0.0",
1704 "is-windows": "1.0.2"
1705 }
1706 },
1707 "is-accessor-descriptor": {
1708 "version": "0.1.6",
1709 "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz",
1710 "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=",
1711 "dev": true,
1712 "requires": {
1713 "kind-of": "3.2.2"
1714 },
1715 "dependencies": {
1716 "kind-of": {
1717 "version": "3.2.2",
1718 "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
1719 "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
1720 "dev": true,
1721 "requires": {
1722 "is-buffer": "1.1.6"
1723 }
1724 }
1725 }
1726 },
1727 "is-arrayish": {
1728 "version": "0.2.1",
1729 "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
1730 "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=",
1731 "dev": true
1732 },
1733 "is-buffer": {
1734 "version": "1.1.6",
1735 "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
1736 "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==",
1737 "dev": true
1738 },
1739 "is-data-descriptor": {
1740 "version": "0.1.4",
1741 "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz",
1742 "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=",
1743 "dev": true,
1744 "requires": {
1745 "kind-of": "3.2.2"
1746 },
1747 "dependencies": {
1748 "kind-of": {
1749 "version": "3.2.2",
1750 "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
1751 "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
1752 "dev": true,
1753 "requires": {
1754 "is-buffer": "1.1.6"
1755 }
1756 }
1757 }
1758 },
1759 "is-descriptor": {
1760 "version": "0.1.6",
1761 "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz",
1762 "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==",
1763 "dev": true,
1764 "requires": {
1765 "is-accessor-descriptor": "0.1.6",
1766 "is-data-descriptor": "0.1.4",
1767 "kind-of": "5.1.0"
1768 },
1769 "dependencies": {
1770 "kind-of": {
1771 "version": "5.1.0",
1772 "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz",
1773 "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==",
1774 "dev": true
1775 }
1776 }
1777 },
1778 "is-extendable": {
1779 "version": "0.1.1",
1780 "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
1781 "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=",
1782 "dev": true
1783 },
1784 "is-extglob": {
1785 "version": "2.1.1",
1786 "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
1787 "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=",
1788 "dev": true
1789 },
1790 "is-finite": {
1791 "version": "1.0.2",
1792 "resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.0.2.tgz",
1793 "integrity": "sha1-zGZ3aVYCvlUO8R6LSqYwU0K20Ko=",
1794 "dev": true,
1795 "requires": {
1796 "number-is-nan": "1.0.1"
1797 }
1798 },
1799 "is-glob": {
1800 "version": "3.1.0",
1801 "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz",
1802 "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=",
1803 "dev": true,
1804 "requires": {
1805 "is-extglob": "2.1.1"
1806 }
1807 },
1808 "is-number": {
1809 "version": "3.0.0",
1810 "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz",
1811 "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=",
1812 "dev": true,
1813 "requires": {
1814 "kind-of": "3.2.2"
1815 },
1816 "dependencies": {
1817 "kind-of": {
1818 "version": "3.2.2",
1819 "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
1820 "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
1821 "dev": true,
1822 "requires": {
1823 "is-buffer": "1.1.6"
1824 }
1825 }
1826 }
1827 },
1828 "is-path-cwd": {
1829 "version": "1.0.0",
1830 "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-1.0.0.tgz",
1831 "integrity": "sha1-0iXsIxMuie3Tj9p2dHLmLmXxEG0=",
1832 "dev": true
1833 },
1834 "is-path-in-cwd": {
1835 "version": "1.0.1",
1836 "resolved": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-1.0.1.tgz",
1837 "integrity": "sha512-FjV1RTW48E7CWM7eE/J2NJvAEEVektecDBVBE5Hh3nM1Jd0kvhHtX68Pr3xsDf857xt3Y4AkwVULK1Vku62aaQ==",
1838 "dev": true,
1839 "requires": {
1840 "is-path-inside": "1.0.1"
1841 }
1842 },
1843 "is-path-inside": {
1844 "version": "1.0.1",
1845 "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-1.0.1.tgz",
1846 "integrity": "sha1-jvW33lBDej/cprToZe96pVy0gDY=",
1847 "dev": true,
1848 "requires": {
1849 "path-is-inside": "1.0.2"
1850 }
1851 },
1852 "is-plain-object": {
1853 "version": "2.0.4",
1854 "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",
1855 "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
1856 "dev": true,
1857 "requires": {
1858 "isobject": "3.0.1"
1859 }
1860 },
1861 "is-relative": {
1862 "version": "1.0.0",
1863 "resolved": "https://registry.npmjs.org/is-relative/-/is-relative-1.0.0.tgz",
1864 "integrity": "sha512-Kw/ReK0iqwKeu0MITLFuj0jbPAmEiOsIwyIXvvbfa6QfmN9pkD1M+8pdk7Rl/dTKbH34/XBFMbgD4iMJhLQbGA==",
1865 "dev": true,
1866 "requires": {
1867 "is-unc-path": "1.0.0"
1868 }
1869 },
1870 "is-unc-path": {
1871 "version": "1.0.0",
1872 "resolved": "https://registry.npmjs.org/is-unc-path/-/is-unc-path-1.0.0.tgz",
1873 "integrity": "sha512-mrGpVd0fs7WWLfVsStvgF6iEJnbjDFZh9/emhRDcGWTduTfNHd9CHeUwH3gYIjdbwo4On6hunkztwOaAw0yllQ==",
1874 "dev": true,
1875 "requires": {
1876 "unc-path-regex": "0.1.2"
1877 }
1878 },
1879 "is-utf8": {
1880 "version": "0.2.1",
1881 "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz",
1882 "integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=",
1883 "dev": true
1884 },
1885 "is-windows": {
1886 "version": "1.0.2",
1887 "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz",
1888 "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==",
1889 "dev": true
1890 },
1891 "isarray": {
1892 "version": "0.0.1",
1893 "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
1894 "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=",
1895 "dev": true
1896 },
1897 "isexe": {
1898 "version": "2.0.0",
1899 "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
1900 "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=",
1901 "dev": true
1902 },
1903 "isobject": {
1904 "version": "3.0.1",
1905 "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",
1906 "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=",
1907 "dev": true
1908 },
1909 "js-base64": {
1910 "version": "2.1.9",
1911 "resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.1.9.tgz",
1912 "integrity": "sha1-8OgK4DmkvWVLXygfyT8EqRSn/M4=",
1913 "dev": true
1914 },
1915 "jsonfile": {
1916 "version": "1.2.0",
1917 "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-1.2.0.tgz",
1918 "integrity": "sha1-XzXWzZ+Ubsl7Wxg1P6nljfG4b2o=",
1919 "dev": true
1920 },
1921 "kind-of": {
1922 "version": "6.0.2",
1923 "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz",
1924 "integrity": "sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA==",
1925 "dev": true
1926 },
1927 "liftoff": {
1928 "version": "2.5.0",
1929 "resolved": "https://registry.npmjs.org/liftoff/-/liftoff-2.5.0.tgz",
1930 "integrity": "sha1-IAkpG7Mc6oYbvxCnwVooyvdcMew=",
1931 "dev": true,
1932 "requires": {
1933 "extend": "3.0.2",
1934 "findup-sync": "2.0.0",
1935 "fined": "1.2.0",
1936 "flagged-respawn": "1.0.1",
1937 "is-plain-object": "2.0.4",
1938 "object.map": "1.0.1",
1939 "rechoir": "0.6.2",
1940 "resolve": "1.12.0"
1941 }
1942 },
1943 "load-json-file": {
1944 "version": "1.1.0",
1945 "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz",
1946 "integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=",
1947 "dev": true,
1948 "requires": {
1949 "graceful-fs": "4.2.3",
1950 "parse-json": "2.2.0",
1951 "pify": "2.3.0",
1952 "pinkie-promise": "2.0.1",
1953 "strip-bom": "2.0.0"
1954 },
1955 "dependencies": {
1956 "graceful-fs": {
1957 "version": "4.2.3",
1958 "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.3.tgz",
1959 "integrity": "sha512-a30VEBm4PEdx1dRB7MFK7BejejvCvBronbLjht+sHuGYj8PHs7M/5Z+rt5lw551vZ7yfTCj4Vuyy3mSJytDWRQ==",
1960 "dev": true
1961 },
1962 "strip-bom": {
1963 "version": "2.0.0",
1964 "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz",
1965 "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=",
1966 "dev": true,
1967 "requires": {
1968 "is-utf8": "0.2.1"
1969 }
1970 }
1971 }
1972 },
1973 "lodash": {
1974 "version": "1.0.2",
1975 "resolved": "https://registry.npmjs.org/lodash/-/lodash-1.0.2.tgz",
1976 "integrity": "sha1-j1dWDIO1n8JwvT1WG2kAQ0MOJVE=",
1977 "dev": true
1978 },
1979 "lodash._basecopy": {
1980 "version": "3.0.1",
1981 "resolved": "https://registry.npmjs.org/lodash._basecopy/-/lodash._basecopy-3.0.1.tgz",
1982 "integrity": "sha1-jaDmqHbPNEwK2KVIghEd08XHyjY=",
1983 "dev": true
1984 },
1985 "lodash._basetostring": {
1986 "version": "3.0.1",
1987 "resolved": "https://registry.npmjs.org/lodash._basetostring/-/lodash._basetostring-3.0.1.tgz",
1988 "integrity": "sha1-0YYdh3+CSlL2aYMtyvPuFVZqB9U=",
1989 "dev": true
1990 },
1991 "lodash._basevalues": {
1992 "version": "3.0.0",
1993 "resolved": "https://registry.npmjs.org/lodash._basevalues/-/lodash._basevalues-3.0.0.tgz",
1994 "integrity": "sha1-W3dXYoAr3j0yl1A+JjAIIP32Ybc=",
1995 "dev": true
1996 },
1997 "lodash._escapehtmlchar": {
1998 "version": "2.4.1",
1999 "resolved": "https://registry.npmjs.org/lodash._escapehtmlchar/-/lodash._escapehtmlchar-2.4.1.tgz",
2000 "integrity": "sha1-32fDu2t+jh6DGrSL+geVuSr+iZ0=",
2001 "dev": true,
2002 "requires": {
2003 "lodash._htmlescapes": "2.4.1"
2004 }
2005 },
2006 "lodash._escapestringchar": {
2007 "version": "2.4.1",
2008 "resolved": "https://registry.npmjs.org/lodash._escapestringchar/-/lodash._escapestringchar-2.4.1.tgz",
2009 "integrity": "sha1-7P4iYYoq3lC/7qQ5N+Ud9m8O23I=",
2010 "dev": true
2011 },
2012 "lodash._getnative": {
2013 "version": "3.9.1",
2014 "resolved": "https://registry.npmjs.org/lodash._getnative/-/lodash._getnative-3.9.1.tgz",
2015 "integrity": "sha1-VwvH3t5G1hzc3mh9ZdPuy6o6r/U=",
2016 "dev": true
2017 },
2018 "lodash._htmlescapes": {
2019 "version": "2.4.1",
2020 "resolved": "https://registry.npmjs.org/lodash._htmlescapes/-/lodash._htmlescapes-2.4.1.tgz",
2021 "integrity": "sha1-MtFL8IRLbeb4tioFG09nwii2JMs=",
2022 "dev": true
2023 },
2024 "lodash._isiterateecall": {
2025 "version": "3.0.9",
2026 "resolved": "https://registry.npmjs.org/lodash._isiterateecall/-/lodash._isiterateecall-3.0.9.tgz",
2027 "integrity": "sha1-UgOte6Ql+uhCRg5pbbnPPmqsBXw=",
2028 "dev": true
2029 },
2030 "lodash._isnative": {
2031 "version": "2.4.1",
2032 "resolved": "https://registry.npmjs.org/lodash._isnative/-/lodash._isnative-2.4.1.tgz",
2033 "integrity": "sha1-PqZAS3hKe+g2x7V1gOHN95sUgyw=",
2034 "dev": true
2035 },
2036 "lodash._objecttypes": {
2037 "version": "2.4.1",
2038 "resolved": "https://registry.npmjs.org/lodash._objecttypes/-/lodash._objecttypes-2.4.1.tgz",
2039 "integrity": "sha1-fAt/admKH3ZSn4kLDNsbTf7BHBE=",
2040 "dev": true
2041 },
2042 "lodash._reescape": {
2043 "version": "3.0.0",
2044 "resolved": "https://registry.npmjs.org/lodash._reescape/-/lodash._reescape-3.0.0.tgz",
2045 "integrity": "sha1-Kx1vXf4HyKNVdT5fJ/rH8c3hYWo=",
2046 "dev": true
2047 },
2048 "lodash._reevaluate": {
2049 "version": "3.0.0",
2050 "resolved": "https://registry.npmjs.org/lodash._reevaluate/-/lodash._reevaluate-3.0.0.tgz",
2051 "integrity": "sha1-WLx0xAZklTrgsSTYBpltrKQx4u0=",
2052 "dev": true
2053 },
2054 "lodash._reinterpolate": {
2055 "version": "3.0.0",
2056 "resolved": "https://registry.npmjs.org/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz",
2057 "integrity": "sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0=",
2058 "dev": true
2059 },
2060 "lodash._reunescapedhtml": {
2061 "version": "2.4.1",
2062 "resolved": "https://registry.npmjs.org/lodash._reunescapedhtml/-/lodash._reunescapedhtml-2.4.1.tgz",
2063 "integrity": "sha1-dHxPxAED6zu4oJduVx96JlnpO6c=",
2064 "dev": true,
2065 "requires": {
2066 "lodash._htmlescapes": "2.4.1",
2067 "lodash.keys": "2.4.1"
2068 },
2069 "dependencies": {
2070 "lodash.keys": {
2071 "version": "2.4.1",
2072 "resolved": "https://registry.npmjs.org/lodash.keys/-/lodash.keys-2.4.1.tgz",
2073 "integrity": "sha1-SN6kbfj/djKxDXBrissmWR4rNyc=",
2074 "dev": true,
2075 "requires": {
2076 "lodash._isnative": "2.4.1",
2077 "lodash._shimkeys": "2.4.1",
2078 "lodash.isobject": "2.4.1"
2079 }
2080 }
2081 }
2082 },
2083 "lodash._root": {
2084 "version": "3.0.1",
2085 "resolved": "https://registry.npmjs.org/lodash._root/-/lodash._root-3.0.1.tgz",
2086 "integrity": "sha1-+6HEUkwZ7ppfgTa0YJ8BfPTe1pI=",
2087 "dev": true
2088 },
2089 "lodash._shimkeys": {
2090 "version": "2.4.1",
2091 "resolved": "https://registry.npmjs.org/lodash._shimkeys/-/lodash._shimkeys-2.4.1.tgz",
2092 "integrity": "sha1-bpzJZm/wgfC1psl4uD4kLmlJ0gM=",
2093 "dev": true,
2094 "requires": {
2095 "lodash._objecttypes": "2.4.1"
2096 }
2097 },
2098 "lodash.defaults": {
2099 "version": "2.4.1",
2100 "resolved": "https://registry.npmjs.org/lodash.defaults/-/lodash.defaults-2.4.1.tgz",
2101 "integrity": "sha1-p+iIXwXmiFEUS24SqPNngCa8TFQ=",
2102 "dev": true,
2103 "requires": {
2104 "lodash._objecttypes": "2.4.1",
2105 "lodash.keys": "2.4.1"
2106 },
2107 "dependencies": {
2108 "lodash.keys": {
2109 "version": "2.4.1",
2110 "resolved": "https://registry.npmjs.org/lodash.keys/-/lodash.keys-2.4.1.tgz",
2111 "integrity": "sha1-SN6kbfj/djKxDXBrissmWR4rNyc=",
2112 "dev": true,
2113 "requires": {
2114 "lodash._isnative": "2.4.1",
2115 "lodash._shimkeys": "2.4.1",
2116 "lodash.isobject": "2.4.1"
2117 }
2118 }
2119 }
2120 },
2121 "lodash.escape": {
2122 "version": "3.2.0",
2123 "resolved": "https://registry.npmjs.org/lodash.escape/-/lodash.escape-3.2.0.tgz",
2124 "integrity": "sha1-mV7g3BjBtIzJLv+ucaEKq1tIdpg=",
2125 "dev": true,
2126 "requires": {
2127 "lodash._root": "3.0.1"
2128 }
2129 },
2130 "lodash.isarguments": {
2131 "version": "3.1.0",
2132 "resolved": "https://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz",
2133 "integrity": "sha1-L1c9hcaiQon/AGY7SRwdM4/zRYo=",
2134 "dev": true
2135 },
2136 "lodash.isarray": {
2137 "version": "3.0.4",
2138 "resolved": "https://registry.npmjs.org/lodash.isarray/-/lodash.isarray-3.0.4.tgz",
2139 "integrity": "sha1-eeTriMNqgSKvhvhEqpvNhRtfu1U=",
2140 "dev": true
2141 },
2142 "lodash.isobject": {
2143 "version": "2.4.1",
2144 "resolved": "https://registry.npmjs.org/lodash.isobject/-/lodash.isobject-2.4.1.tgz",
2145 "integrity": "sha1-Wi5H/mmVPx7mMafrof5k0tBlWPU=",
2146 "dev": true,
2147 "requires": {
2148 "lodash._objecttypes": "2.4.1"
2149 }
2150 },
2151 "lodash.keys": {
2152 "version": "3.1.2",
2153 "resolved": "https://registry.npmjs.org/lodash.keys/-/lodash.keys-3.1.2.tgz",
2154 "integrity": "sha1-TbwEcrFWvlCgsoaFXRvQsMZWCYo=",
2155 "dev": true,
2156 "requires": {
2157 "lodash._getnative": "3.9.1",
2158 "lodash.isarguments": "3.1.0",
2159 "lodash.isarray": "3.0.4"
2160 }
2161 },
2162 "lodash.restparam": {
2163 "version": "3.6.1",
2164 "resolved": "https://registry.npmjs.org/lodash.restparam/-/lodash.restparam-3.6.1.tgz",
2165 "integrity": "sha1-k2pOMJ7zMKdkXtQUWYbIWuWyCAU=",
2166 "dev": true
2167 },
2168 "lodash.template": {
2169 "version": "3.6.2",
2170 "resolved": "https://registry.npmjs.org/lodash.template/-/lodash.template-3.6.2.tgz",
2171 "integrity": "sha1-+M3sxhaaJVvpCYrosMU9N4kx0U8=",
2172 "dev": true,
2173 "requires": {
2174 "lodash._basecopy": "3.0.1",
2175 "lodash._basetostring": "3.0.1",
2176 "lodash._basevalues": "3.0.0",
2177 "lodash._isiterateecall": "3.0.9",
2178 "lodash._reinterpolate": "3.0.0",
2179 "lodash.escape": "3.2.0",
2180 "lodash.keys": "3.1.2",
2181 "lodash.restparam": "3.6.1",
2182 "lodash.templatesettings": "3.1.1"
2183 }
2184 },
2185 "lodash.templatesettings": {
2186 "version": "3.1.1",
2187 "resolved": "https://registry.npmjs.org/lodash.templatesettings/-/lodash.templatesettings-3.1.1.tgz",
2188 "integrity": "sha1-+zB4RHU7Zrnxr6VOJix0UwfbqOU=",
2189 "dev": true,
2190 "requires": {
2191 "lodash._reinterpolate": "3.0.0",
2192 "lodash.escape": "3.2.0"
2193 }
2194 },
2195 "lodash.values": {
2196 "version": "2.4.1",
2197 "resolved": "https://registry.npmjs.org/lodash.values/-/lodash.values-2.4.1.tgz",
2198 "integrity": "sha1-q/UUQ2s8twUAFieXjLzzCxKA7qQ=",
2199 "dev": true,
2200 "requires": {
2201 "lodash.keys": "2.4.1"
2202 },
2203 "dependencies": {
2204 "lodash.keys": {
2205 "version": "2.4.1",
2206 "resolved": "https://registry.npmjs.org/lodash.keys/-/lodash.keys-2.4.1.tgz",
2207 "integrity": "sha1-SN6kbfj/djKxDXBrissmWR4rNyc=",
2208 "dev": true,
2209 "requires": {
2210 "lodash._isnative": "2.4.1",
2211 "lodash._shimkeys": "2.4.1",
2212 "lodash.isobject": "2.4.1"
2213 }
2214 }
2215 }
2216 },
2217 "loud-rejection": {
2218 "version": "1.6.0",
2219 "resolved": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz",
2220 "integrity": "sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=",
2221 "dev": true,
2222 "requires": {
2223 "currently-unhandled": "0.4.1",
2224 "signal-exit": "3.0.2"
2225 }
2226 },
2227 "lru-cache": {
2228 "version": "2.7.3",
2229 "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz",
2230 "integrity": "sha1-bUUk6LlV+V1PW1iFHOId1y+06VI=",
2231 "dev": true
2232 },
2233 "make-iterator": {
2234 "version": "1.0.1",
2235 "resolved": "https://registry.npmjs.org/make-iterator/-/make-iterator-1.0.1.tgz",
2236 "integrity": "sha512-pxiuXh0iVEq7VM7KMIhs5gxsfxCux2URptUQaXo4iZZJxBAzTPOLE2BumO5dbfVYq/hBJFBR/a1mFDmOx5AGmw==",
2237 "dev": true,
2238 "requires": {
2239 "kind-of": "6.0.2"
2240 }
2241 },
2242 "map-cache": {
2243 "version": "0.2.2",
2244 "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz",
2245 "integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=",
2246 "dev": true
2247 },
2248 "map-obj": {
2249 "version": "1.0.1",
2250 "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz",
2251 "integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=",
2252 "dev": true
2253 },
2254 "map-stream": {
2255 "version": "0.0.7",
2256 "resolved": "https://registry.npmjs.org/map-stream/-/map-stream-0.0.7.tgz",
2257 "integrity": "sha1-ih8HiW2CsQkmvTdEokIACfiJdKg=",
2258 "dev": true
2259 },
2260 "map-visit": {
2261 "version": "1.0.0",
2262 "resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz",
2263 "integrity": "sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=",
2264 "dev": true,
2265 "requires": {
2266 "object-visit": "1.0.1"
2267 }
2268 },
2269 "meow": {
2270 "version": "3.7.0",
2271 "resolved": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz",
2272 "integrity": "sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=",
2273 "dev": true,
2274 "requires": {
2275 "camelcase-keys": "2.1.0",
2276 "decamelize": "1.2.0",
2277 "loud-rejection": "1.6.0",
2278 "map-obj": "1.0.1",
2279 "minimist": "1.2.0",
2280 "normalize-package-data": "2.5.0",
2281 "object-assign": "4.1.1",
2282 "read-pkg-up": "1.0.1",
2283 "redent": "1.0.0",
2284 "trim-newlines": "1.0.0"
2285 },
2286 "dependencies": {
2287 "object-assign": {
2288 "version": "4.1.1",
2289 "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
2290 "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
2291 "dev": true
2292 }
2293 }
2294 },
2295 "micromatch": {
2296 "version": "3.1.10",
2297 "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz",
2298 "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==",
2299 "dev": true,
2300 "requires": {
2301 "arr-diff": "4.0.0",
2302 "array-unique": "0.3.2",
2303 "braces": "2.3.2",
2304 "define-property": "2.0.2",
2305 "extend-shallow": "3.0.2",
2306 "extglob": "2.0.4",
2307 "fragment-cache": "0.2.1",
2308 "kind-of": "6.0.2",
2309 "nanomatch": "1.2.13",
2310 "object.pick": "1.3.0",
2311 "regex-not": "1.0.2",
2312 "snapdragon": "0.8.2",
2313 "to-regex": "3.0.2"
2314 }
2315 },
2316 "minimatch": {
2317 "version": "2.0.10",
2318 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz",
2319 "integrity": "sha1-jQh8OcazjAAbl/ynzm0OHoCvusc=",
2320 "dev": true,
2321 "requires": {
2322 "brace-expansion": "1.1.11"
2323 }
2324 },
2325 "minimist": {
2326 "version": "1.2.0",
2327 "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
2328 "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=",
2329 "dev": true
2330 },
2331 "mixin-deep": {
2332 "version": "1.3.2",
2333 "resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz",
2334 "integrity": "sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==",
2335 "dev": true,
2336 "requires": {
2337 "for-in": "1.0.2",
2338 "is-extendable": "1.0.1"
2339 },
2340 "dependencies": {
2341 "is-extendable": {
2342 "version": "1.0.1",
2343 "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz",
2344 "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",
2345 "dev": true,
2346 "requires": {
2347 "is-plain-object": "2.0.4"
2348 }
2349 }
2350 }
2351 },
2352 "mkdirp": {
2353 "version": "0.5.1",
2354 "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
2355 "integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=",
2356 "dev": true,
2357 "requires": {
2358 "minimist": "0.0.8"
2359 },
2360 "dependencies": {
2361 "minimist": {
2362 "version": "0.0.8",
2363 "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz",
2364 "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=",
2365 "dev": true
2366 }
2367 }
2368 },
2369 "ms": {
2370 "version": "2.0.0",
2371 "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
2372 "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
2373 "dev": true
2374 },
2375 "multipipe": {
2376 "version": "0.1.2",
2377 "resolved": "https://registry.npmjs.org/multipipe/-/multipipe-0.1.2.tgz",
2378 "integrity": "sha1-Ko8t33Du1WTf8tV/HhoTfZ8FB4s=",
2379 "dev": true,
2380 "requires": {
2381 "duplexer2": "0.0.2"
2382 }
2383 },
2384 "nanomatch": {
2385 "version": "1.2.13",
2386 "resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz",
2387 "integrity": "sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==",
2388 "dev": true,
2389 "requires": {
2390 "arr-diff": "4.0.0",
2391 "array-unique": "0.3.2",
2392 "define-property": "2.0.2",
2393 "extend-shallow": "3.0.2",
2394 "fragment-cache": "0.2.1",
2395 "is-windows": "1.0.2",
2396 "kind-of": "6.0.2",
2397 "object.pick": "1.3.0",
2398 "regex-not": "1.0.2",
2399 "snapdragon": "0.8.2",
2400 "to-regex": "3.0.2"
2401 }
2402 },
2403 "natives": {
2404 "version": "1.1.6",
2405 "resolved": "https://registry.npmjs.org/natives/-/natives-1.1.6.tgz",
2406 "integrity": "sha512-6+TDFewD4yxY14ptjKaS63GVdtKiES1pTPyxn9Jb0rBqPMZ7VcCiooEhPNsr+mqHtMGxa/5c/HhcC4uPEUw/nA==",
2407 "dev": true
2408 },
2409 "ncp": {
2410 "version": "0.5.1",
2411 "resolved": "https://registry.npmjs.org/ncp/-/ncp-0.5.1.tgz",
2412 "integrity": "sha1-dDmFMW49tFkoG1hxaehFc1oFQ58=",
2413 "dev": true
2414 },
2415 "normalize-package-data": {
2416 "version": "2.5.0",
2417 "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
2418 "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==",
2419 "dev": true,
2420 "requires": {
2421 "hosted-git-info": "2.8.5",
2422 "resolve": "1.12.0",
2423 "semver": "4.3.6",
2424 "validate-npm-package-license": "3.0.4"
2425 }
2426 },
2427 "number-is-nan": {
2428 "version": "1.0.1",
2429 "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz",
2430 "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=",
2431 "dev": true
2432 },
2433 "object-assign": {
2434 "version": "3.0.0",
2435 "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-3.0.0.tgz",
2436 "integrity": "sha1-m+3VygiXlJvKR+f/QIBi1Un1h/I=",
2437 "dev": true
2438 },
2439 "object-copy": {
2440 "version": "0.1.0",
2441 "resolved": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz",
2442 "integrity": "sha1-fn2Fi3gb18mRpBupde04EnVOmYw=",
2443 "dev": true,
2444 "requires": {
2445 "copy-descriptor": "0.1.1",
2446 "define-property": "0.2.5",
2447 "kind-of": "3.2.2"
2448 },
2449 "dependencies": {
2450 "define-property": {
2451 "version": "0.2.5",
2452 "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
2453 "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
2454 "dev": true,
2455 "requires": {
2456 "is-descriptor": "0.1.6"
2457 }
2458 },
2459 "kind-of": {
2460 "version": "3.2.2",
2461 "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
2462 "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
2463 "dev": true,
2464 "requires": {
2465 "is-buffer": "1.1.6"
2466 }
2467 }
2468 }
2469 },
2470 "object-visit": {
2471 "version": "1.0.1",
2472 "resolved": "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz",
2473 "integrity": "sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=",
2474 "dev": true,
2475 "requires": {
2476 "isobject": "3.0.1"
2477 }
2478 },
2479 "object.defaults": {
2480 "version": "1.1.0",
2481 "resolved": "https://registry.npmjs.org/object.defaults/-/object.defaults-1.1.0.tgz",
2482 "integrity": "sha1-On+GgzS0B96gbaFtiNXNKeQ1/s8=",
2483 "dev": true,
2484 "requires": {
2485 "array-each": "1.0.1",
2486 "array-slice": "1.1.0",
2487 "for-own": "1.0.0",
2488 "isobject": "3.0.1"
2489 }
2490 },
2491 "object.map": {
2492 "version": "1.0.1",
2493 "resolved": "https://registry.npmjs.org/object.map/-/object.map-1.0.1.tgz",
2494 "integrity": "sha1-z4Plncj8wK1fQlDh94s7gb2AHTc=",
2495 "dev": true,
2496 "requires": {
2497 "for-own": "1.0.0",
2498 "make-iterator": "1.0.1"
2499 }
2500 },
2501 "object.pick": {
2502 "version": "1.3.0",
2503 "resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz",
2504 "integrity": "sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=",
2505 "dev": true,
2506 "requires": {
2507 "isobject": "3.0.1"
2508 }
2509 },
2510 "once": {
2511 "version": "1.4.0",
2512 "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
2513 "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
2514 "dev": true,
2515 "requires": {
2516 "wrappy": "1.0.2"
2517 }
2518 },
2519 "onetime": {
2520 "version": "1.1.0",
2521 "resolved": "https://registry.npmjs.org/onetime/-/onetime-1.1.0.tgz",
2522 "integrity": "sha1-ofeDj4MUxRbwXs78vEzP4EtO14k=",
2523 "dev": true
2524 },
2525 "orchestrator": {
2526 "version": "0.3.8",
2527 "resolved": "https://registry.npmjs.org/orchestrator/-/orchestrator-0.3.8.tgz",
2528 "integrity": "sha1-FOfp4nZPcxX7rBhOUGx6pt+UrX4=",
2529 "dev": true,
2530 "requires": {
2531 "end-of-stream": "0.1.5",
2532 "sequencify": "0.0.7",
2533 "stream-consume": "0.1.1"
2534 }
2535 },
2536 "ordered-read-streams": {
2537 "version": "0.1.0",
2538 "resolved": "https://registry.npmjs.org/ordered-read-streams/-/ordered-read-streams-0.1.0.tgz",
2539 "integrity": "sha1-/VZamvjrRHO6abbtijQ1LLVS8SY=",
2540 "dev": true
2541 },
2542 "os-homedir": {
2543 "version": "1.0.2",
2544 "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz",
2545 "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=",
2546 "dev": true
2547 },
2548 "parse-filepath": {
2549 "version": "1.0.2",
2550 "resolved": "https://registry.npmjs.org/parse-filepath/-/parse-filepath-1.0.2.tgz",
2551 "integrity": "sha1-pjISf1Oq89FYdvWHLz/6x2PWyJE=",
2552 "dev": true,
2553 "requires": {
2554 "is-absolute": "1.0.0",
2555 "map-cache": "0.2.2",
2556 "path-root": "0.1.1"
2557 }
2558 },
2559 "parse-json": {
2560 "version": "2.2.0",
2561 "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz",
2562 "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=",
2563 "dev": true,
2564 "requires": {
2565 "error-ex": "1.3.2"
2566 }
2567 },
2568 "parse-node-version": {
2569 "version": "1.0.1",
2570 "resolved": "https://registry.npmjs.org/parse-node-version/-/parse-node-version-1.0.1.tgz",
2571 "integrity": "sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA==",
2572 "dev": true
2573 },
2574 "parse-passwd": {
2575 "version": "1.0.0",
2576 "resolved": "https://registry.npmjs.org/parse-passwd/-/parse-passwd-1.0.0.tgz",
2577 "integrity": "sha1-bVuTSkVpk7I9N/QKOC1vFmao5cY=",
2578 "dev": true
2579 },
2580 "parserlib": {
2581 "version": "0.2.5",
2582 "resolved": "https://registry.npmjs.org/parserlib/-/parserlib-0.2.5.tgz",
2583 "integrity": "sha1-hZB92GBaoGq7PdKV1QuyuPpN0Rc=",
2584 "dev": true
2585 },
2586 "pascalcase": {
2587 "version": "0.1.1",
2588 "resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz",
2589 "integrity": "sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=",
2590 "dev": true
2591 },
2592 "path-exists": {
2593 "version": "2.1.0",
2594 "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz",
2595 "integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=",
2596 "dev": true,
2597 "requires": {
2598 "pinkie-promise": "2.0.1"
2599 }
2600 },
2601 "path-is-absolute": {
2602 "version": "1.0.1",
2603 "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
2604 "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
2605 "dev": true
2606 },
2607 "path-is-inside": {
2608 "version": "1.0.2",
2609 "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz",
2610 "integrity": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=",
2611 "dev": true
2612 },
2613 "path-parse": {
2614 "version": "1.0.6",
2615 "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz",
2616 "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==",
2617 "dev": true
2618 },
2619 "path-root": {
2620 "version": "0.1.1",
2621 "resolved": "https://registry.npmjs.org/path-root/-/path-root-0.1.1.tgz",
2622 "integrity": "sha1-mkpoFMrBwM1zNgqV8yCDyOpHRbc=",
2623 "dev": true,
2624 "requires": {
2625 "path-root-regex": "0.1.2"
2626 }
2627 },
2628 "path-root-regex": {
2629 "version": "0.1.2",
2630 "resolved": "https://registry.npmjs.org/path-root-regex/-/path-root-regex-0.1.2.tgz",
2631 "integrity": "sha1-v8zcjfWxLcUsi0PsONGNcsBLqW0=",
2632 "dev": true
2633 },
2634 "path-type": {
2635 "version": "1.1.0",
2636 "resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz",
2637 "integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=",
2638 "dev": true,
2639 "requires": {
2640 "graceful-fs": "4.2.3",
2641 "pify": "2.3.0",
2642 "pinkie-promise": "2.0.1"
2643 },
2644 "dependencies": {
2645 "graceful-fs": {
2646 "version": "4.2.3",
2647 "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.3.tgz",
2648 "integrity": "sha512-a30VEBm4PEdx1dRB7MFK7BejejvCvBronbLjht+sHuGYj8PHs7M/5Z+rt5lw551vZ7yfTCj4Vuyy3mSJytDWRQ==",
2649 "dev": true
2650 }
2651 }
2652 },
2653 "pause-stream": {
2654 "version": "0.0.11",
2655 "resolved": "https://registry.npmjs.org/pause-stream/-/pause-stream-0.0.11.tgz",
2656 "integrity": "sha1-/lo0sMvOErWqaitAPuLnO2AvFEU=",
2657 "dev": true,
2658 "requires": {
2659 "through": "2.3.8"
2660 }
2661 },
2662 "pify": {
2663 "version": "2.3.0",
2664 "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
2665 "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=",
2666 "dev": true
2667 },
2668 "pinkie": {
2669 "version": "2.0.4",
2670 "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz",
2671 "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=",
2672 "dev": true
2673 },
2674 "pinkie-promise": {
2675 "version": "2.0.1",
2676 "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz",
2677 "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=",
2678 "dev": true,
2679 "requires": {
2680 "pinkie": "2.0.4"
2681 }
2682 },
2683 "posix-character-classes": {
2684 "version": "0.1.1",
2685 "resolved": "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz",
2686 "integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=",
2687 "dev": true
2688 },
2689 "postcss": {
2690 "version": "2.1.2",
2691 "resolved": "https://registry.npmjs.org/postcss/-/postcss-2.1.2.tgz",
2692 "integrity": "sha1-DvEfr1RRhauIBC2kzBIK/dVlIzo=",
2693 "dev": true,
2694 "requires": {
2695 "js-base64": "2.1.9",
2696 "source-map": "0.1.43"
2697 },
2698 "dependencies": {
2699 "source-map": {
2700 "version": "0.1.43",
2701 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.43.tgz",
2702 "integrity": "sha1-wkvBRspRfBRx9drL4lcbK3+eM0Y=",
2703 "dev": true,
2704 "requires": {
2705 "amdefine": "1.0.1"
2706 }
2707 }
2708 }
2709 },
2710 "pretty-hrtime": {
2711 "version": "0.2.2",
2712 "resolved": "https://registry.npmjs.org/pretty-hrtime/-/pretty-hrtime-0.2.2.tgz",
2713 "integrity": "sha1-1P2INR46R0H4Fzr31qS4RvmJXAA=",
2714 "dev": true
2715 },
2716 "process-nextick-args": {
2717 "version": "2.0.1",
2718 "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
2719 "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
2720 "dev": true
2721 },
2722 "read-pkg": {
2723 "version": "1.1.0",
2724 "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz",
2725 "integrity": "sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=",
2726 "dev": true,
2727 "requires": {
2728 "load-json-file": "1.1.0",
2729 "normalize-package-data": "2.5.0",
2730 "path-type": "1.1.0"
2731 }
2732 },
2733 "read-pkg-up": {
2734 "version": "1.0.1",
2735 "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz",
2736 "integrity": "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=",
2737 "dev": true,
2738 "requires": {
2739 "find-up": "1.1.2",
2740 "read-pkg": "1.1.0"
2741 }
2742 },
2743 "readable-stream": {
2744 "version": "1.1.14",
2745 "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz",
2746 "integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=",
2747 "dev": true,
2748 "requires": {
2749 "core-util-is": "1.0.2",
2750 "inherits": "2.0.4",
2751 "isarray": "0.0.1",
2752 "string_decoder": "0.10.31"
2753 }
2754 },
2755 "rechoir": {
2756 "version": "0.6.2",
2757 "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz",
2758 "integrity": "sha1-hSBLVNuoLVdC4oyWdW70OvUOM4Q=",
2759 "dev": true,
2760 "requires": {
2761 "resolve": "1.12.0"
2762 }
2763 },
2764 "redent": {
2765 "version": "1.0.0",
2766 "resolved": "https://registry.npmjs.org/redent/-/redent-1.0.0.tgz",
2767 "integrity": "sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94=",
2768 "dev": true,
2769 "requires": {
2770 "indent-string": "2.1.0",
2771 "strip-indent": "1.0.1"
2772 }
2773 },
2774 "regex-not": {
2775 "version": "1.0.2",
2776 "resolved": "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz",
2777 "integrity": "sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==",
2778 "dev": true,
2779 "requires": {
2780 "extend-shallow": "3.0.2",
2781 "safe-regex": "1.1.0"
2782 }
2783 },
2784 "repeat-element": {
2785 "version": "1.1.3",
2786 "resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.3.tgz",
2787 "integrity": "sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g==",
2788 "dev": true
2789 },
2790 "repeat-string": {
2791 "version": "1.6.1",
2792 "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz",
2793 "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=",
2794 "dev": true
2795 },
2796 "repeating": {
2797 "version": "2.0.1",
2798 "resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz",
2799 "integrity": "sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=",
2800 "dev": true,
2801 "requires": {
2802 "is-finite": "1.0.2"
2803 }
2804 },
2805 "replace-ext": {
2806 "version": "0.0.1",
2807 "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-0.0.1.tgz",
2808 "integrity": "sha1-KbvZIHinOfC8zitO5B6DeVNSKSQ=",
2809 "dev": true
2810 },
2811 "resolve": {
2812 "version": "1.12.0",
2813 "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.12.0.tgz",
2814 "integrity": "sha512-B/dOmuoAik5bKcD6s6nXDCjzUKnaDvdkRyAk6rsmsKLipWj4797iothd7jmmUhWTfinVMU+wc56rYKsit2Qy4w==",
2815 "dev": true,
2816 "requires": {
2817 "path-parse": "1.0.6"
2818 }
2819 },
2820 "resolve-dir": {
2821 "version": "1.0.1",
2822 "resolved": "https://registry.npmjs.org/resolve-dir/-/resolve-dir-1.0.1.tgz",
2823 "integrity": "sha1-eaQGRMNivoLybv/nOcm7U4IEb0M=",
2824 "dev": true,
2825 "requires": {
2826 "expand-tilde": "2.0.2",
2827 "global-modules": "1.0.0"
2828 }
2829 },
2830 "resolve-url": {
2831 "version": "0.2.1",
2832 "resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz",
2833 "integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=",
2834 "dev": true
2835 },
2836 "ret": {
2837 "version": "0.1.15",
2838 "resolved": "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz",
2839 "integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==",
2840 "dev": true
2841 },
2842 "rimraf": {
2843 "version": "2.7.1",
2844 "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz",
2845 "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==",
2846 "dev": true,
2847 "requires": {
2848 "glob": "7.1.6"
2849 },
2850 "dependencies": {
2851 "glob": {
2852 "version": "7.1.6",
2853 "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz",
2854 "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==",
2855 "dev": true,
2856 "requires": {
2857 "fs.realpath": "1.0.0",
2858 "inflight": "1.0.6",
2859 "inherits": "2.0.4",
2860 "minimatch": "3.0.4",
2861 "once": "1.4.0",
2862 "path-is-absolute": "1.0.1"
2863 }
2864 },
2865 "minimatch": {
2866 "version": "3.0.4",
2867 "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
2868 "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
2869 "dev": true,
2870 "requires": {
2871 "brace-expansion": "1.1.11"
2872 }
2873 }
2874 }
2875 },
2876 "safe-buffer": {
2877 "version": "5.1.2",
2878 "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
2879 "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
2880 "dev": true
2881 },
2882 "safe-regex": {
2883 "version": "1.1.0",
2884 "resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz",
2885 "integrity": "sha1-QKNmnzsHfR6UPURinhV91IAjvy4=",
2886 "dev": true,
2887 "requires": {
2888 "ret": "0.1.15"
2889 }
2890 },
2891 "semver": {
2892 "version": "4.3.6",
2893 "resolved": "https://registry.npmjs.org/semver/-/semver-4.3.6.tgz",
2894 "integrity": "sha1-MAvG4OhjdPe6YQaLWx7NV/xlMto=",
2895 "dev": true
2896 },
2897 "sequencify": {
2898 "version": "0.0.7",
2899 "resolved": "https://registry.npmjs.org/sequencify/-/sequencify-0.0.7.tgz",
2900 "integrity": "sha1-kM/xnQLgcCf9dn9erT57ldHnOAw=",
2901 "dev": true
2902 },
2903 "set-immediate-shim": {
2904 "version": "1.0.1",
2905 "resolved": "https://registry.npmjs.org/set-immediate-shim/-/set-immediate-shim-1.0.1.tgz",
2906 "integrity": "sha1-SysbJ+uAip+NzEgaWOXlb1mfP2E=",
2907 "dev": true
2908 },
2909 "set-value": {
2910 "version": "2.0.1",
2911 "resolved": "https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz",
2912 "integrity": "sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==",
2913 "dev": true,
2914 "requires": {
2915 "extend-shallow": "2.0.1",
2916 "is-extendable": "0.1.1",
2917 "is-plain-object": "2.0.4",
2918 "split-string": "3.1.0"
2919 },
2920 "dependencies": {
2921 "extend-shallow": {
2922 "version": "2.0.1",
2923 "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
2924 "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
2925 "dev": true,
2926 "requires": {
2927 "is-extendable": "0.1.1"
2928 }
2929 }
2930 }
2931 },
2932 "sigmund": {
2933 "version": "1.0.1",
2934 "resolved": "https://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz",
2935 "integrity": "sha1-P/IfGYytIXX587eBhT/ZTQ0ZtZA=",
2936 "dev": true
2937 },
2938 "signal-exit": {
2939 "version": "3.0.2",
2940 "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz",
2941 "integrity": "sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0=",
2942 "dev": true
2943 },
2944 "snapdragon": {
2945 "version": "0.8.2",
2946 "resolved": "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz",
2947 "integrity": "sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==",
2948 "dev": true,
2949 "requires": {
2950 "base": "0.11.2",
2951 "debug": "2.6.9",
2952 "define-property": "0.2.5",
2953 "extend-shallow": "2.0.1",
2954 "map-cache": "0.2.2",
2955 "source-map": "0.5.7",
2956 "source-map-resolve": "0.5.2",
2957 "use": "3.1.1"
2958 },
2959 "dependencies": {
2960 "define-property": {
2961 "version": "0.2.5",
2962 "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
2963 "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
2964 "dev": true,
2965 "requires": {
2966 "is-descriptor": "0.1.6"
2967 }
2968 },
2969 "extend-shallow": {
2970 "version": "2.0.1",
2971 "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
2972 "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
2973 "dev": true,
2974 "requires": {
2975 "is-extendable": "0.1.1"
2976 }
2977 }
2978 }
2979 },
2980 "snapdragon-node": {
2981 "version": "2.1.1",
2982 "resolved": "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz",
2983 "integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==",
2984 "dev": true,
2985 "requires": {
2986 "define-property": "1.0.0",
2987 "isobject": "3.0.1",
2988 "snapdragon-util": "3.0.1"
2989 },
2990 "dependencies": {
2991 "define-property": {
2992 "version": "1.0.0",
2993 "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz",
2994 "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=",
2995 "dev": true,
2996 "requires": {
2997 "is-descriptor": "1.0.2"
2998 }
2999 },
3000 "is-accessor-descriptor": {
3001 "version": "1.0.0",
3002 "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz",
3003 "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==",
3004 "dev": true,
3005 "requires": {
3006 "kind-of": "6.0.2"
3007 }
3008 },
3009 "is-data-descriptor": {
3010 "version": "1.0.0",
3011 "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz",
3012 "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==",
3013 "dev": true,
3014 "requires": {
3015 "kind-of": "6.0.2"
3016 }
3017 },
3018 "is-descriptor": {
3019 "version": "1.0.2",
3020 "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz",
3021 "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==",
3022 "dev": true,
3023 "requires": {
3024 "is-accessor-descriptor": "1.0.0",
3025 "is-data-descriptor": "1.0.0",
3026 "kind-of": "6.0.2"
3027 }
3028 }
3029 }
3030 },
3031 "snapdragon-util": {
3032 "version": "3.0.1",
3033 "resolved": "https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz",
3034 "integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==",
3035 "dev": true,
3036 "requires": {
3037 "kind-of": "3.2.2"
3038 },
3039 "dependencies": {
3040 "kind-of": {
3041 "version": "3.2.2",
3042 "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
3043 "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
3044 "dev": true,
3045 "requires": {
3046 "is-buffer": "1.1.6"
3047 }
3048 }
3049 }
3050 },
3051 "source-map": {
3052 "version": "0.5.7",
3053 "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
3054 "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
3055 "dev": true
3056 },
3057 "source-map-resolve": {
3058 "version": "0.5.2",
3059 "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.2.tgz",
3060 "integrity": "sha512-MjqsvNwyz1s0k81Goz/9vRBe9SZdB09Bdw+/zYyO+3CuPk6fouTaxscHkgtE8jKvf01kVfl8riHzERQ/kefaSA==",
3061 "dev": true,
3062 "requires": {
3063 "atob": "2.1.2",
3064 "decode-uri-component": "0.2.0",
3065 "resolve-url": "0.2.1",
3066 "source-map-url": "0.4.0",
3067 "urix": "0.1.0"
3068 }
3069 },
3070 "source-map-url": {
3071 "version": "0.4.0",
3072 "resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.0.tgz",
3073 "integrity": "sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM=",
3074 "dev": true
3075 },
3076 "sparkles": {
3077 "version": "1.0.1",
3078 "resolved": "https://registry.npmjs.org/sparkles/-/sparkles-1.0.1.tgz",
3079 "integrity": "sha512-dSO0DDYUahUt/0/pD/Is3VIm5TGJjludZ0HVymmhYF6eNA53PVLhnUk0znSYbH8IYBuJdCE+1luR22jNLMaQdw==",
3080 "dev": true
3081 },
3082 "spdx-correct": {
3083 "version": "3.1.0",
3084 "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.0.tgz",
3085 "integrity": "sha512-lr2EZCctC2BNR7j7WzJ2FpDznxky1sjfxvvYEyzxNyb6lZXHODmEoJeFu4JupYlkfha1KZpJyoqiJ7pgA1qq8Q==",
3086 "dev": true,
3087 "requires": {
3088 "spdx-expression-parse": "3.0.0",
3089 "spdx-license-ids": "3.0.5"
3090 }
3091 },
3092 "spdx-exceptions": {
3093 "version": "2.2.0",
3094 "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.2.0.tgz",
3095 "integrity": "sha512-2XQACfElKi9SlVb1CYadKDXvoajPgBVPn/gOQLrTvHdElaVhr7ZEbqJaRnJLVNeaI4cMEAgVCeBMKF6MWRDCRA==",
3096 "dev": true
3097 },
3098 "spdx-expression-parse": {
3099 "version": "3.0.0",
3100 "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.0.tgz",
3101 "integrity": "sha512-Yg6D3XpRD4kkOmTpdgbUiEJFKghJH03fiC1OPll5h/0sO6neh2jqRDVHOQ4o/LMea0tgCkbMgea5ip/e+MkWyg==",
3102 "dev": true,
3103 "requires": {
3104 "spdx-exceptions": "2.2.0",
3105 "spdx-license-ids": "3.0.5"
3106 }
3107 },
3108 "spdx-license-ids": {
3109 "version": "3.0.5",
3110 "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.5.tgz",
3111 "integrity": "sha512-J+FWzZoynJEXGphVIS+XEh3kFSjZX/1i9gFBaWQcB+/tmpe2qUsSBABpcxqxnAxFdiUFEgAX1bjYGQvIZmoz9Q==",
3112 "dev": true
3113 },
3114 "split": {
3115 "version": "1.0.1",
3116 "resolved": "https://registry.npmjs.org/split/-/split-1.0.1.tgz",
3117 "integrity": "sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg==",
3118 "dev": true,
3119 "requires": {
3120 "through": "2.3.8"
3121 }
3122 },
3123 "split-string": {
3124 "version": "3.1.0",
3125 "resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz",
3126 "integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==",
3127 "dev": true,
3128 "requires": {
3129 "extend-shallow": "3.0.2"
3130 }
3131 },
3132 "static-extend": {
3133 "version": "0.1.2",
3134 "resolved": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz",
3135 "integrity": "sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=",
3136 "dev": true,
3137 "requires": {
3138 "define-property": "0.2.5",
3139 "object-copy": "0.1.0"
3140 },
3141 "dependencies": {
3142 "define-property": {
3143 "version": "0.2.5",
3144 "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
3145 "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
3146 "dev": true,
3147 "requires": {
3148 "is-descriptor": "0.1.6"
3149 }
3150 }
3151 }
3152 },
3153 "stream-combiner": {
3154 "version": "0.2.2",
3155 "resolved": "https://registry.npmjs.org/stream-combiner/-/stream-combiner-0.2.2.tgz",
3156 "integrity": "sha1-rsjLrBd7Vrb0+kec7YwZEs7lKFg=",
3157 "dev": true,
3158 "requires": {
3159 "duplexer": "0.1.1",
3160 "through": "2.3.8"
3161 }
3162 },
3163 "stream-consume": {
3164 "version": "0.1.1",
3165 "resolved": "https://registry.npmjs.org/stream-consume/-/stream-consume-0.1.1.tgz",
3166 "integrity": "sha512-tNa3hzgkjEP7XbCkbRXe1jpg+ievoa0O4SCFlMOYEscGSS4JJsckGL8swUyAa/ApGU3Ae4t6Honor4HhL+tRyg==",
3167 "dev": true
3168 },
3169 "string_decoder": {
3170 "version": "0.10.31",
3171 "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
3172 "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=",
3173 "dev": true
3174 },
3175 "strip-ansi": {
3176 "version": "0.3.0",
3177 "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-0.3.0.tgz",
3178 "integrity": "sha1-JfSOoiynkYfzF0pNuHWTR7sSYiA=",
3179 "dev": true,
3180 "requires": {
3181 "ansi-regex": "0.2.1"
3182 }
3183 },
3184 "strip-bom": {
3185 "version": "1.0.0",
3186 "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-1.0.0.tgz",
3187 "integrity": "sha1-hbiGLzhEtabV7IRnqTWYFzo295Q=",
3188 "dev": true,
3189 "requires": {
3190 "first-chunk-stream": "1.0.0",
3191 "is-utf8": "0.2.1"
3192 }
3193 },
3194 "strip-indent": {
3195 "version": "1.0.1",
3196 "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz",
3197 "integrity": "sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=",
3198 "dev": true,
3199 "requires": {
3200 "get-stdin": "4.0.1"
3201 }
3202 },
3203 "supports-color": {
3204 "version": "0.2.0",
3205 "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-0.2.0.tgz",
3206 "integrity": "sha1-2S3iaU6z9nMjlz1649i1W0wiGQo=",
3207 "dev": true
3208 },
3209 "through": {
3210 "version": "2.3.8",
3211 "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",
3212 "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=",
3213 "dev": true
3214 },
3215 "through2": {
3216 "version": "2.0.5",
3217 "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz",
3218 "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==",
3219 "dev": true,
3220 "requires": {
3221 "readable-stream": "2.3.6",
3222 "xtend": "4.0.2"
3223 },
3224 "dependencies": {
3225 "isarray": {
3226 "version": "1.0.0",
3227 "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
3228 "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
3229 "dev": true
3230 },
3231 "readable-stream": {
3232 "version": "2.3.6",
3233 "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz",
3234 "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==",
3235 "dev": true,
3236 "requires": {
3237 "core-util-is": "1.0.2",
3238 "inherits": "2.0.4",
3239 "isarray": "1.0.0",
3240 "process-nextick-args": "2.0.1",
3241 "safe-buffer": "5.1.2",
3242 "string_decoder": "1.1.1",
3243 "util-deprecate": "1.0.2"
3244 }
3245 },
3246 "string_decoder": {
3247 "version": "1.1.1",
3248 "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
3249 "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
3250 "dev": true,
3251 "requires": {
3252 "safe-buffer": "5.1.2"
3253 }
3254 }
3255 }
3256 },
3257 "tildify": {
3258 "version": "1.2.0",
3259 "resolved": "https://registry.npmjs.org/tildify/-/tildify-1.2.0.tgz",
3260 "integrity": "sha1-3OwD9V3Km3qj5bBPIYF+tW5jWIo=",
3261 "dev": true,
3262 "requires": {
3263 "os-homedir": "1.0.2"
3264 }
3265 },
3266 "time-stamp": {
3267 "version": "1.1.0",
3268 "resolved": "https://registry.npmjs.org/time-stamp/-/time-stamp-1.1.0.tgz",
3269 "integrity": "sha1-dkpaEa9QVhkhsTPztE5hhofg9cM=",
3270 "dev": true
3271 },
3272 "to-object-path": {
3273 "version": "0.3.0",
3274 "resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz",
3275 "integrity": "sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=",
3276 "dev": true,
3277 "requires": {
3278 "kind-of": "3.2.2"
3279 },
3280 "dependencies": {
3281 "kind-of": {
3282 "version": "3.2.2",
3283 "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
3284 "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
3285 "dev": true,
3286 "requires": {
3287 "is-buffer": "1.1.6"
3288 }
3289 }
3290 }
3291 },
3292 "to-regex": {
3293 "version": "3.0.2",
3294 "resolved": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz",
3295 "integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==",
3296 "dev": true,
3297 "requires": {
3298 "define-property": "2.0.2",
3299 "extend-shallow": "3.0.2",
3300 "regex-not": "1.0.2",
3301 "safe-regex": "1.1.0"
3302 }
3303 },
3304 "to-regex-range": {
3305 "version": "2.1.1",
3306 "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz",
3307 "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=",
3308 "dev": true,
3309 "requires": {
3310 "is-number": "3.0.0",
3311 "repeat-string": "1.6.1"
3312 }
3313 },
3314 "trim-newlines": {
3315 "version": "1.0.0",
3316 "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz",
3317 "integrity": "sha1-WIeWa7WCpFA6QetST301ARgVphM=",
3318 "dev": true
3319 },
3320 "unc-path-regex": {
3321 "version": "0.1.2",
3322 "resolved": "https://registry.npmjs.org/unc-path-regex/-/unc-path-regex-0.1.2.tgz",
3323 "integrity": "sha1-5z3T17DXxe2G+6xrCufYxqadUPo=",
3324 "dev": true
3325 },
3326 "union-value": {
3327 "version": "1.0.1",
3328 "resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz",
3329 "integrity": "sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==",
3330 "dev": true,
3331 "requires": {
3332 "arr-union": "3.1.0",
3333 "get-value": "2.0.6",
3334 "is-extendable": "0.1.1",
3335 "set-value": "2.0.1"
3336 }
3337 },
3338 "unique-stream": {
3339 "version": "1.0.0",
3340 "resolved": "https://registry.npmjs.org/unique-stream/-/unique-stream-1.0.0.tgz",
3341 "integrity": "sha1-1ZpKdUJ0R9mqbJHnAmP40mpLEEs=",
3342 "dev": true
3343 },
3344 "unset-value": {
3345 "version": "1.0.0",
3346 "resolved": "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz",
3347 "integrity": "sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=",
3348 "dev": true,
3349 "requires": {
3350 "has-value": "0.3.1",
3351 "isobject": "3.0.1"
3352 },
3353 "dependencies": {
3354 "has-value": {
3355 "version": "0.3.1",
3356 "resolved": "https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz",
3357 "integrity": "sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=",
3358 "dev": true,
3359 "requires": {
3360 "get-value": "2.0.6",
3361 "has-values": "0.1.4",
3362 "isobject": "2.1.0"
3363 },
3364 "dependencies": {
3365 "isobject": {
3366 "version": "2.1.0",
3367 "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz",
3368 "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=",
3369 "dev": true,
3370 "requires": {
3371 "isarray": "1.0.0"
3372 }
3373 }
3374 }
3375 },
3376 "has-values": {
3377 "version": "0.1.4",
3378 "resolved": "https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz",
3379 "integrity": "sha1-bWHeldkd/Km5oCCJrThL/49it3E=",
3380 "dev": true
3381 },
3382 "isarray": {
3383 "version": "1.0.0",
3384 "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
3385 "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
3386 "dev": true
3387 }
3388 }
3389 },
3390 "urix": {
3391 "version": "0.1.0",
3392 "resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz",
3393 "integrity": "sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=",
3394 "dev": true
3395 },
3396 "use": {
3397 "version": "3.1.1",
3398 "resolved": "https://registry.npmjs.org/use/-/use-3.1.1.tgz",
3399 "integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==",
3400 "dev": true
3401 },
3402 "user-home": {
3403 "version": "1.1.1",
3404 "resolved": "https://registry.npmjs.org/user-home/-/user-home-1.1.1.tgz",
3405 "integrity": "sha1-K1viOjK2Onyd640PKNSFcko98ZA=",
3406 "dev": true
3407 },
3408 "util-deprecate": {
3409 "version": "1.0.2",
3410 "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
3411 "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=",
3412 "dev": true
3413 },
3414 "v8flags": {
3415 "version": "2.1.1",
3416 "resolved": "https://registry.npmjs.org/v8flags/-/v8flags-2.1.1.tgz",
3417 "integrity": "sha1-qrGh+jDUX4jdMhFIh1rALAtV5bQ=",
3418 "dev": true,
3419 "requires": {
3420 "user-home": "1.1.1"
3421 }
3422 },
3423 "validate-npm-package-license": {
3424 "version": "3.0.4",
3425 "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz",
3426 "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==",
3427 "dev": true,
3428 "requires": {
3429 "spdx-correct": "3.1.0",
3430 "spdx-expression-parse": "3.0.0"
3431 }
3432 },
3433 "vanilla-framework": {
3434 "version": "2.2.0",
3435 "resolved": "https://registry.npmjs.org/vanilla-framework/-/vanilla-framework-2.2.0.tgz",
3436 "integrity": "sha512-KmQkdJYF8zeBjZaNv+ZGap7mC5rSwq5oymYHkVuu9AqyuyWX1m8feEwlArN1/jFD9lRQdhP9nAh2w0zJToPO2w==",
3437 "dev": true
3438 },
3439 "vinyl": {
3440 "version": "0.5.3",
3441 "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-0.5.3.tgz",
3442 "integrity": "sha1-sEVbOPxeDPMNQyUTLkYZcMIJHN4=",
3443 "dev": true,
3444 "requires": {
3445 "clone": "1.0.4",
3446 "clone-stats": "0.0.1",
3447 "replace-ext": "0.0.1"
3448 }
3449 },
3450 "vinyl-fs": {
3451 "version": "0.3.14",
3452 "resolved": "https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-0.3.14.tgz",
3453 "integrity": "sha1-mmhRzhysHBzqX+hsCTHWIMLPqeY=",
3454 "dev": true,
3455 "requires": {
3456 "defaults": "1.0.3",
3457 "glob-stream": "3.1.18",
3458 "glob-watcher": "0.0.6",
3459 "graceful-fs": "3.0.12",
3460 "mkdirp": "0.5.1",
3461 "strip-bom": "1.0.0",
3462 "through2": "0.6.5",
3463 "vinyl": "0.4.6"
3464 },
3465 "dependencies": {
3466 "clone": {
3467 "version": "0.2.0",
3468 "resolved": "https://registry.npmjs.org/clone/-/clone-0.2.0.tgz",
3469 "integrity": "sha1-xhJqkK1Pctv1rNskPMN3JP6T/B8=",
3470 "dev": true
3471 },
3472 "readable-stream": {
3473 "version": "1.0.34",
3474 "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz",
3475 "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=",
3476 "dev": true,
3477 "requires": {
3478 "core-util-is": "1.0.2",
3479 "inherits": "2.0.4",
3480 "isarray": "0.0.1",
3481 "string_decoder": "0.10.31"
3482 }
3483 },
3484 "through2": {
3485 "version": "0.6.5",
3486 "resolved": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz",
3487 "integrity": "sha1-QaucZ7KdVyCQcUEOHXp6lozTrUg=",
3488 "dev": true,
3489 "requires": {
3490 "readable-stream": "1.0.34",
3491 "xtend": "4.0.2"
3492 }
3493 },
3494 "vinyl": {
3495 "version": "0.4.6",
3496 "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-0.4.6.tgz",
3497 "integrity": "sha1-LzVsh6VQolVGHza76ypbqL94SEc=",
3498 "dev": true,
3499 "requires": {
3500 "clone": "0.2.0",
3501 "clone-stats": "0.0.1"
3502 }
3503 }
3504 }
3505 },
3506 "which": {
3507 "version": "1.3.1",
3508 "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
3509 "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
3510 "dev": true,
3511 "requires": {
3512 "isexe": "2.0.0"
3513 }
3514 },
3515 "wrappy": {
3516 "version": "1.0.2",
3517 "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
3518 "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=",
3519 "dev": true
3520 },
3521 "xtend": {
3522 "version": "4.0.2",
3523 "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
3524 "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==",
3525 "dev": true
3526 }
3527 }
3528}
03529
=== added file 'src/identityprovider/static/vanilla-css/styles.css'
--- src/identityprovider/static/vanilla-css/styles.css 1970-01-01 00:00:00 +0000
+++ src/identityprovider/static/vanilla-css/styles.css 2019-11-11 16:30:47 +0000
@@ -0,0 +1,3 @@
1.p-switch__slider::before,.p-switch__slider,.p-notification--information,.p-notification--negative,.p-notification--caution,.p-notification--positive,.p-notification,.p-subnav__items,.p-modal__dialog,.p-contextual-menu__dropdown,.p-code-copyable,.p-card--muted,.p-card--highlighted,.p-card{border-radius:.125rem}.p-switch__slider::before,.p-notification--information,.p-notification--negative,.p-notification--caution,.p-notification--positive,.p-notification,.p-subnav__items,.p-modal__dialog,.p-contextual-menu__dropdown,.p-card--muted,.p-card--highlighted{box-shadow:0 1px 5px 1px rgba(17,17,17,0.2)}.p-subnav__items,.p-code-copyable,.p-card{border:1px solid #cdcdcd}.p-card--muted{background-color:#f7f7f7;color:#111}.p-code-copyable,.p-notification--information,.p-notification--negative,.p-notification--caution,.p-notification--positive,.p-notification,.p-modal__dialog,.p-contextual-menu__dropdown,.p-card--highlighted,.p-card{background-color:#fff;color:#111}.p-notification--information,.p-notification--negative,.p-notification--caution,.p-notification--positive,.p-notification,.p-modal__dialog,.p-contextual-menu__dropdown,.p-card--highlighted,.p-card{margin-bottom:1.5rem;overflow:auto;padding:1rem}.p-accordion__group+.p-accordion__group::after,.p-tabs__list::after,[class*='p-strip'].is-bordered::after{background-color:#cdcdcd;content:'';height:1px;left:0;position:absolute;right:0}.p-tabs__list::after,[class*='p-strip'].is-bordered::after{bottom:0}.p-accordion__group+.p-accordion__group::after{top:0}.u-hide-text,.p-switch__slider span,.p-code-copyable__action,.p-icon--ubuntu,.p-icon--canonical,.p-icon--youtube,.p-icon--linkedin,.p-icon--instagram,.p-icon--twitter,.p-icon--google,.p-icon--facebook,.p-icon--spinner,.p-icon--question,.p-icon--user,.p-icon--share,.p-icon--success,.p-icon--search,.p-icon--copy,.p-icon--menu,.p-icon--code,.p-icon--drag,.p-icon--external-link,.p-icon--warning,.p-icon--error,.p-icon--delete,.p-icon--information,.p-icon--help,.p-icon--close,.p-icon--collapse,.p-icon--expand,.p-icon--anchor,.p-icon--contextual-menu,.p-icon--plus,.p-icon--minus{overflow:hidden;text-indent:calc(100% + 10rem);white-space:nowrap}.u-clearfix::after,.p-stepped-list::after,.p-list::after,.p-inline-images::after{clear:both;content:'';display:block}.u-no-margin--bottom:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(p):not(small):not([class*='p-heading']){margin-bottom:0 !important}@media (max-width: 772px){.p-media-object--large .u-no-margin--bottom.p-media-object__title,.u-no-margin--bottom.p-heading--one,h1.u-no-margin--bottom{margin-bottom:-0.165rem !important}}@media (min-width: 772px){.p-media-object--large .u-no-margin--bottom.p-media-object__title,.u-no-margin--bottom.p-heading--one,h1.u-no-margin--bottom{margin-bottom:-0.2rem !important}}@media (min-width: 1680px){.p-media-object--large .u-no-margin--bottom.p-media-object__title,.u-no-margin--bottom.p-heading--one,h1.u-no-margin--bottom{margin-bottom:-0.15rem !important}}@media (max-width: 772px){.u-no-margin--bottom.p-heading--two,h2.u-no-margin--bottom{margin-bottom:-0.1rem !important}}@media (min-width: 772px){.u-no-margin--bottom.p-heading--two,h2.u-no-margin--bottom{margin-bottom:-0.2rem !important}}@media (max-width: 772px){.p-pull-quote--large .u-no-margin--bottom.p-pull-quote__citation,.p-pull-quote--large .u-no-margin--bottom.p-pull-quote__quote,.u-no-margin--bottom.p-heading--three,h3.u-no-margin--bottom{margin-bottom:-0.5rem !important}}@media (min-width: 772px){.p-pull-quote--large .u-no-margin--bottom.p-pull-quote__citation,.p-pull-quote--large .u-no-margin--bottom.p-pull-quote__quote,.u-no-margin--bottom.p-heading--three,h3.u-no-margin--bottom{margin-bottom:-0.1rem !important}}@media (max-width: 772px){.p-pull-quote .u-no-margin--bottom.p-pull-quote__citation,.p-pull-quote .u-no-margin--bottom.p-pull-quote__quote,.u-no-margin--bottom.p-modal__title,.u-no-margin--bottom.p-media-object__title,.u-no-margin--bottom.p-matrix__title,.u-no-margin--bottom.p-heading--four,h4.u-no-margin--bottom{margin-bottom:-0.3rem !important}}@media (min-width: 772px){.p-pull-quote .u-no-margin--bottom.p-pull-quote__citation,.p-pull-quote .u-no-margin--bottom.p-pull-quote__quote,.u-no-margin--bottom.p-modal__title,.u-no-margin--bottom.p-media-object__title,.u-no-margin--bottom.p-matrix__title,.u-no-margin--bottom.p-heading--four,h4.u-no-margin--bottom{margin-bottom:-0.05rem !important}}@media (min-width: 1680px){.p-pull-quote .u-no-margin--bottom.p-pull-quote__citation,.p-pull-quote .u-no-margin--bottom.p-pull-quote__quote,.u-no-margin--bottom.p-modal__title,.u-no-margin--bottom.p-media-object__title,.u-no-margin--bottom.p-matrix__title,.u-no-margin--bottom.p-heading--four,h4.u-no-margin--bottom{margin-bottom:-0 !important}}.p-notification__response,.p-card__content,dd.u-no-margin--bottom,p.u-no-margin--bottom,.u-no-margin--bottom.p-heading--six,h6.u-no-margin--bottom,.u-no-margin--bottom.p-heading--five,h5.u-no-margin--bottom{margin-bottom:.1rem !important}.p-table--mobile-card td.u-no-margin--bottom::before,.p-table--mobile-card tbody th.u-no-margin--bottom::before,.u-no-margin--bottom.p-muted-heading,thead th.u-no-margin--bottom,.u-no-margin--bottom.p-tooltip__message,.u-no-margin--bottom.p-form-validation__message,.u-no-margin--bottom.p-form-help-text,small.u-no-margin--bottom,.u-no-margin--bottom.p-text--small,.u-no-margin--bottom.p-media-object__meta-list-item,.u-no-margin--bottom.p-media-object__meta-list-item--venue,.u-no-margin--bottom.p-media-object__meta-list-item--location,.u-no-margin--bottom.p-media-object__meta-list-item--date{margin-bottom:-0.2rem !important}.p-icon--spinner,.p-icon--question,.p-icon--user,.p-icon--share,.p-icon--success,.p-icon--search,.p-icon--copy,.p-icon--menu,.p-icon--code,.p-icon--drag,.p-icon--external-link,.p-icon--warning,.p-icon--error,.p-icon--delete,.p-icon--information,.p-icon--help,.p-icon--close,.p-icon--collapse,.p-icon--expand,.p-icon--anchor,.p-icon--contextual-menu,.p-icon--plus,.p-icon--minus{background-size:contain;height:1rem;width:1rem;background-position:center;background-repeat:no-repeat;background-size:contain;display:inline-block;margin:0;padding:0;position:relative;top:2px}.p-icon--ubuntu,.p-icon--canonical,.p-icon--youtube,.p-icon--linkedin,.p-icon--instagram,.p-icon--twitter,.p-icon--google,.p-icon--facebook{background-size:contain;height:2rem;width:2rem;display:inline-block}.p-icon--minus{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='9' width='9'%3E%3Cpath d='M0 5V4h9v1z' fill='%23666' fill-rule='evenodd'/%3E%3C/svg%3E")}[class*='--dark'] .p-icon--minus,.p-icon--minus.is-light{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='9' width='9'%3E%3Cpath d='M0 5V4h9v1z' fill='%23cdcdcd' fill-rule='evenodd'/%3E%3C/svg%3E")}.p-icon--plus{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='9' width='9'%3E%3Cg fill='%23666' fill-rule='evenodd'%3E%3Cpath d='M4 0h1v9H4z'/%3E%3Cpath d='M0 5V4h9v1z'/%3E%3C/g%3E%3C/svg%3E")}[class*='--dark'] .p-icon--plus,.p-icon--plus.is-light{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='9' width='9'%3E%3Cg fill='%23cdcdcd' fill-rule='evenodd'%3E%3Cpath d='M4 0h1v9H4z'/%3E%3Cpath d='M0 5V4h9v1z'/%3E%3C/g%3E%3C/svg%3E")}.p-icon--spinner,.p-icon--question,.p-icon--user,.p-icon--share,.p-icon--success,.p-icon--search,.p-icon--copy,.p-icon--menu,.p-icon--code,.p-icon--drag,.p-icon--external-link,.p-icon--warning,.p-icon--error,.p-icon--delete,.p-icon--information,.p-icon--help,.p-icon--close,.p-icon--collapse,.p-icon--expand,.p-icon--anchor,.p-icon--contextual-menu,.p-icon--minus,.p-icon--plus{background-size:contain;height:1rem;width:1rem;background-position:center;background-repeat:no-repeat;background-size:contain;display:inline-block;margin:0;padding:0;position:relative;top:2px}.p-icon--ubuntu,.p-icon--canonical,.p-icon--youtube,.p-icon--linkedin,.p-icon--instagram,.p-icon--twitter,.p-icon--google,.p-icon--facebook{background-size:contain;height:2rem;width:2rem;display:inline-block}.u-fixed-width,.p-stepped-list--detailed .p-stepped-list__item,.row,.p-divider{margin-left:auto;margin-right:auto;max-width:72rem;width:100%}@media (max-width: 620px){.u-fixed-width,.p-stepped-list--detailed .p-stepped-list__item,.row,.p-divider{padding-left:1rem;padding-right:1rem}}@media (min-width: 620px) and (max-width: 772px){.u-fixed-width,.p-stepped-list--detailed .p-stepped-list__item,.row,.p-divider{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 772px){.u-fixed-width,.p-stepped-list--detailed .p-stepped-list__item,.row,.p-divider{padding-left:1.5rem;padding-right:1.5rem}}.p-icon--spinner,.p-icon--question,.p-icon--user,.p-icon--share,.p-icon--success,.p-icon--search,.p-icon--copy,.p-icon--menu,.p-icon--code,.p-icon--drag,.p-icon--external-link,.p-icon--warning,.p-icon--error,.p-icon--delete,.p-icon--information,.p-icon--help,.p-icon--close,.p-icon--collapse,.p-icon--expand,.p-icon--anchor,.p-icon--contextual-menu,.p-icon--minus,.p-icon--plus{background-size:contain;height:1rem;width:1rem;background-position:center;background-repeat:no-repeat;background-size:contain;display:inline-block;margin:0;padding:0;position:relative;top:2px}.p-icon--ubuntu,.p-icon--canonical,.p-icon--youtube,.p-icon--linkedin,.p-icon--instagram,.p-icon--twitter,.p-icon--google,.p-icon--facebook{background-size:contain;height:2rem;width:2rem;display:inline-block}.p-label--deprecated,.p-label--updated,.p-label--new,.p-label--in-progress,.p-label--validated{border-radius:0.125rem;display:inline-block;font-size:0.875rem;line-height:1.3125rem;padding:calc(.3125rem - 1px) .5rem;text-align:center;text-decoration:none}.p-stepped-list--detailed,.p-stepped-list{counter-reset:li;display:flex;flex-direction:column;list-style:none;padding-left:0}.p-stepped-list__title{display:flex}.p-stepped-list__title::before{align-self:start;background-color:#e5e5e5;border-radius:100%;content:counter(li);counter-increment:li;direction:rtl;display:block;text-align:center}h6.p-stepped-list__title::before{margin-right:1rem}@media (max-width: 772px){h6.p-stepped-list__title::before{width:1.5rem}}@media (min-width: 772px){h6.p-stepped-list__title::before{width:1.5rem}}h5.p-stepped-list__title::before{margin-right:1rem}@media (max-width: 772px){h5.p-stepped-list__title::before{width:1.5rem}}@media (min-width: 772px){h5.p-stepped-list__title::before{width:1.5rem}}h4.p-stepped-list__title::before{margin-right:1rem}@media (max-width: 772px){h4.p-stepped-list__title::before{width:1.5rem}}@media (min-width: 772px){h4.p-stepped-list__title::before{width:2rem}}h3.p-stepped-list__title::before{margin-right:1rem}@media (max-width: 772px){h3.p-stepped-list__title::before{width:2rem}}@media (min-width: 772px){h3.p-stepped-list__title::before{width:2.5rem}}h2.p-stepped-list__title::before{margin-right:1rem}@media (max-width: 772px){h2.p-stepped-list__title::before{width:2.5rem}}@media (min-width: 772px){h2.p-stepped-list__title::before{width:3rem}}h1.p-stepped-list__title::before{margin-right:1rem}@media (max-width: 772px){h1.p-stepped-list__title::before{width:3rem}}@media (min-width: 772px){h1.p-stepped-list__title::before{width:3.5rem}}.p-media-object--large,.p-media-object{display:flex;flex-shrink:0;margin-bottom:1.5rem}.p-media-object__meta-list-item,.p-media-object__meta-list-item--venue,.p-media-object__meta-list-item--location,.p-media-object__meta-list-item--date{color:#111;padding-left:2rem}.p-media-object__meta-list-item--venue,.p-media-object__meta-list-item--location,.p-media-object__meta-list-item--date{background-position:0 75%;background-repeat:no-repeat;background-size:1rem}.p-icon--spinner,.p-icon--question,.p-icon--user,.p-icon--share,.p-icon--success,.p-icon--search,.p-icon--copy,.p-icon--menu,.p-icon--code,.p-icon--drag,.p-icon--external-link,.p-icon--warning,.p-icon--error,.p-icon--delete,.p-icon--information,.p-icon--help,.p-icon--close,.p-icon--collapse,.p-icon--expand,.p-icon--anchor,.p-icon--contextual-menu,.p-icon--minus,.p-icon--plus{background-size:contain;height:1rem;width:1rem;background-position:center;background-repeat:no-repeat;background-size:contain;display:inline-block;margin:0;padding:0;position:relative;top:2px}.p-icon--ubuntu,.p-icon--canonical,.p-icon--youtube,.p-icon--linkedin,.p-icon--instagram,.p-icon--twitter,.p-icon--google,.p-icon--facebook{background-size:contain;height:2rem;width:2rem;display:inline-block}.p-icon--contextual-menu{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='4' width='10'%3E%3Cpath d='M3.637 3.138A26.335 26.335 0 0 1 0 0h1.541a21.242 21.242 0 0 0 1.364 1.187 16.899 16.899 0 0 0 .752.563c.397.282.935.626 1.315.848h.054c.38-.222.918-.566 1.315-.848.398-.28.788-.583 1.169-.904.327-.275.643-.557.947-.846h1.541a26.335 26.335 0 0 1-3.637 3.138c-.519.365-.973.652-1.362.862-.39-.21-.844-.497-1.362-.862z' fill='%23666' fill-rule='evenodd'/%3E%3C/svg%3E")}[class*='--dark'] .p-icon--contextual-menu,.p-icon--contextual-menu.is-light{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='4' width='10'%3E%3Cpath d='M3.637 3.138A26.335 26.335 0 0 1 0 0h1.541a21.242 21.242 0 0 0 1.364 1.187 16.899 16.899 0 0 0 .752.563c.397.282.935.626 1.315.848h.054c.38-.222.918-.566 1.315-.848.398-.28.788-.583 1.169-.904.327-.275.643-.557.947-.846h1.541a26.335 26.335 0 0 1-3.637 3.138c-.519.365-.973.652-1.362.862-.39-.21-.844-.497-1.362-.862z' fill='%23cdcdcd' fill-rule='evenodd'/%3E%3C/svg%3E")}.u-fixed-width,.p-stepped-list--detailed .p-stepped-list__item,.row,.p-divider{margin-left:auto;margin-right:auto;max-width:72rem;width:100%}@media (max-width: 620px){.u-fixed-width,.p-stepped-list--detailed .p-stepped-list__item,.row,.p-divider{padding-left:1rem;padding-right:1rem}}@media (min-width: 620px) and (max-width: 772px){.u-fixed-width,.p-stepped-list--detailed .p-stepped-list__item,.row,.p-divider{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 772px){.u-fixed-width,.p-stepped-list--detailed .p-stepped-list__item,.row,.p-divider{padding-left:1.5rem;padding-right:1.5rem}}.u-no-margin--bottom:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(p):not(small):not([class*='p-heading']){margin-bottom:0 !important}@media (max-width: 772px){.p-media-object--large .u-no-margin--bottom.p-media-object__title,.u-no-margin--bottom.p-heading--one,h1.u-no-margin--bottom{margin-bottom:-0.165rem !important}}@media (min-width: 772px){.p-media-object--large .u-no-margin--bottom.p-media-object__title,.u-no-margin--bottom.p-heading--one,h1.u-no-margin--bottom{margin-bottom:-0.2rem !important}}@media (min-width: 1680px){.p-media-object--large .u-no-margin--bottom.p-media-object__title,.u-no-margin--bottom.p-heading--one,h1.u-no-margin--bottom{margin-bottom:-0.15rem !important}}@media (max-width: 772px){.u-no-margin--bottom.p-heading--two,h2.u-no-margin--bottom{margin-bottom:-0.1rem !important}}@media (min-width: 772px){.u-no-margin--bottom.p-heading--two,h2.u-no-margin--bottom{margin-bottom:-0.2rem !important}}@media (max-width: 772px){.p-pull-quote--large .u-no-margin--bottom.p-pull-quote__citation,.p-pull-quote--large .u-no-margin--bottom.p-pull-quote__quote,.u-no-margin--bottom.p-heading--three,h3.u-no-margin--bottom{margin-bottom:-0.5rem !important}}@media (min-width: 772px){.p-pull-quote--large .u-no-margin--bottom.p-pull-quote__citation,.p-pull-quote--large .u-no-margin--bottom.p-pull-quote__quote,.u-no-margin--bottom.p-heading--three,h3.u-no-margin--bottom{margin-bottom:-0.1rem !important}}@media (max-width: 772px){.p-pull-quote .u-no-margin--bottom.p-pull-quote__citation,.p-pull-quote .u-no-margin--bottom.p-pull-quote__quote,.u-no-margin--bottom.p-modal__title,.u-no-margin--bottom.p-media-object__title,.u-no-margin--bottom.p-matrix__title,.u-no-margin--bottom.p-heading--four,h4.u-no-margin--bottom{margin-bottom:-0.3rem !important}}@media (min-width: 772px){.p-pull-quote .u-no-margin--bottom.p-pull-quote__citation,.p-pull-quote .u-no-margin--bottom.p-pull-quote__quote,.u-no-margin--bottom.p-modal__title,.u-no-margin--bottom.p-media-object__title,.u-no-margin--bottom.p-matrix__title,.u-no-margin--bottom.p-heading--four,h4.u-no-margin--bottom{margin-bottom:-0.05rem !important}}@media (min-width: 1680px){.p-pull-quote .u-no-margin--bottom.p-pull-quote__citation,.p-pull-quote .u-no-margin--bottom.p-pull-quote__quote,.u-no-margin--bottom.p-modal__title,.u-no-margin--bottom.p-media-object__title,.u-no-margin--bottom.p-matrix__title,.u-no-margin--bottom.p-heading--four,h4.u-no-margin--bottom{margin-bottom:-0 !important}}.p-notification__response,.p-card__content,dd.u-no-margin--bottom,p.u-no-margin--bottom,.u-no-margin--bottom.p-heading--six,h6.u-no-margin--bottom,.u-no-margin--bottom.p-heading--five,h5.u-no-margin--bottom{margin-bottom:.1rem !important}.p-table--mobile-card td.u-no-margin--bottom::before,.p-table--mobile-card tbody th.u-no-margin--bottom::before,.u-no-margin--bottom.p-muted-heading,thead th.u-no-margin--bottom,.u-no-margin--bottom.p-tooltip__message,.u-no-margin--bottom.p-form-validation__message,.u-no-margin--bottom.p-form-help-text,small.u-no-margin--bottom,.u-no-margin--bottom.p-text--small,.u-no-margin--bottom.p-media-object__meta-list-item,.u-no-margin--bottom.p-media-object__meta-list-item--venue,.u-no-margin--bottom.p-media-object__meta-list-item--location,.u-no-margin--bottom.p-media-object__meta-list-item--date{margin-bottom:-0.2rem !important}/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%}button,input{overflow:visible}button,select{text-transform:none}button,[type='button'],[type='reset'],[type='submit']{-webkit-appearance:button}button::-moz-focus-inner,[type='button']::-moz-focus-inner,[type='reset']::-moz-focus-inner,[type='submit']::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type='button']:-moz-focusring,[type='reset']:-moz-focusring,[type='submit']:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type='checkbox'],[type='radio']{box-sizing:border-box;padding:0}[type='number']::-webkit-inner-spin-button,[type='number']::-webkit-outer-spin-button{height:auto}[type='search']{-webkit-appearance:textfield;outline-offset:-2px}[type='search']::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}html{background:#fff}@font-face{font-family:'Ubuntu';font-style:normal;font-weight:300;src:url("https://assets.ubuntu.com/v1/e8c07df6-Ubuntu-L_W.woff2") format("woff2"), url("https://assets.ubuntu.com/v1/8619add2-Ubuntu-L_W.woff") format("woff")}@font-face{font-family:'Ubuntu';font-style:normal;font-weight:400;src:url("https://assets.ubuntu.com/v1/fff37993-Ubuntu-R_W.woff2") format("woff2"), url("https://assets.ubuntu.com/v1/7af50859-Ubuntu-R_W.woff") format("woff")}@font-face{font-family:'Ubuntu';font-style:italic;font-weight:300;src:url("https://assets.ubuntu.com/v1/f8097dea-Ubuntu-LI_W.woff2") format("woff2"), url("https://assets.ubuntu.com/v1/8be89d02-Ubuntu-LI_W.woff") format("woff")}@font-face{font-family:'Ubuntu';font-style:italic;font-weight:400;src:url("https://assets.ubuntu.com/v1/fca66073-ubuntu-ri-webfont.woff2") format("woff2"), url("https://assets.ubuntu.com/v1/f0898c72-ubuntu-ri-webfont.woff") format("woff")}@font-face{font-family:'Ubuntu';font-style:normal;font-weight:100;src:url("https://assets.ubuntu.com/v1/7f100985-Ubuntu-Th_W.woff2") format("woff2"), url("https://assets.ubuntu.com/v1/502cc3a1-Ubuntu-Th_W.woff") format("woff")}@font-face{font-family:'Ubuntu Mono';font-style:normal;font-weight:300;src:url("https://assets.ubuntu.com/v1/fdd692b9-UbuntuMono-R_W.woff2") format("woff2"), url("https://assets.ubuntu.com/v1/85edb898-UbuntuMono-R_W.woff") format("woff")}@font-face{font-family:'Ubuntu Mono';font-style:normal;font-weight:400;src:url("https://assets.ubuntu.com/v1/fdd692b9-UbuntuMono-R_W.woff2") format("woff2"), url("https://assets.ubuntu.com/v1/85edb898-UbuntuMono-R_W.woff") format("woff")}.p-media-object--large .p-media-object__title,.p-heading--one,h1{max-width:20em;font-style:normal;font-weight:100;margin-top:-.5rem}@media (max-width: 772px){.p-media-object--large .p-media-object__title,.p-heading--one,h1{font-size:2.22819rem;line-height:3rem;margin-bottom:.835rem;padding-top:0.166rem}}@media (min-width: 772px){.p-media-object--large .p-media-object__title,.p-heading--one,h1{font-size:2.91029rem;line-height:3.5rem;margin-bottom:1.3rem;padding-top:0.201rem}}@media (min-width: 1680px){.p-media-object--large .p-media-object__title,.p-heading--one,h1{margin-bottom:1.35rem;padding-top:0.151rem}}.p-heading--two,h2{max-width:20em;font-style:normal;font-weight:100;margin-top:-.5rem}@media (max-width: 772px){.p-heading--two,h2{font-size:1.83274rem;line-height:2.5rem;margin-bottom:.9rem;padding-top:0.101rem}}@media (min-width: 772px){.p-heading--two,h2{font-size:2.22819rem;line-height:3rem;margin-bottom:1.3rem;padding-top:0.201rem}}.p-pull-quote--large .p-pull-quote__citation,.p-pull-quote--large .p-pull-quote__quote,.p-heading--three,h3{max-width:30em;font-style:normal;font-weight:300;margin-top:-.5rem}@media (max-width: 772px){.p-pull-quote--large .p-pull-quote__citation,.p-pull-quote--large .p-pull-quote__quote,.p-heading--three,h3{font-size:1.49271rem;line-height:2rem;margin-bottom:.5rem;padding-top:0.5rem}}@media (min-width: 772px){.p-pull-quote--large .p-pull-quote__citation,.p-pull-quote--large .p-pull-quote__quote,.p-heading--three,h3{font-size:1.70596rem;line-height:2.5rem;margin-bottom:1.4rem;padding-top:0.101rem}}.p-pull-quote .p-pull-quote__citation,.p-pull-quote .p-pull-quote__quote,.p-modal__title,.p-media-object__title,.p-matrix__title,.p-heading--four,h4{max-width:30em;font-style:normal;font-weight:300;margin-top:0}@media (max-width: 772px){.p-pull-quote .p-pull-quote__citation,.p-pull-quote .p-pull-quote__quote,.p-modal__title,.p-media-object__title,.p-matrix__title,.p-heading--four,h4{font-size:1.22176rem;line-height:1.5rem;margin-bottom:.7rem;padding-top:0.301rem}}@media (min-width: 772px){.p-pull-quote .p-pull-quote__citation,.p-pull-quote .p-pull-quote__quote,.p-modal__title,.p-media-object__title,.p-matrix__title,.p-heading--four,h4{font-size:1.30612rem;line-height:2rem;margin-bottom:.95rem;padding-top:0.051rem}}@media (min-width: 1680px){.p-pull-quote .p-pull-quote__citation,.p-pull-quote .p-pull-quote__quote,.p-modal__title,.p-media-object__title,.p-matrix__title,.p-heading--four,h4{margin-bottom:1rem;padding-top:.001rem}}.p-heading--five,h5{font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem;margin-bottom:1.1rem;margin-top:0;padding-top:.401rem}.p-heading--six,h6{font-size:1rem;font-style:italic;font-weight:300;line-height:1.5rem;margin-bottom:1.1rem;margin-top:0;padding-top:0.338rem}@media (min-width: 1680px){.p-heading--six,h6{padding-top:0.345rem}}dd,p,.p-pull-quote--small .p-pull-quote__citation,.p-pull-quote--small .p-pull-quote__quote,.p-breadcrumbs__item,dt,cite,.p-text--default{line-height:1.5rem;margin-top:0;padding-top:.4005rem}.p-pull-quote--small .p-pull-quote__citation,.p-pull-quote--small .p-pull-quote__quote,.p-breadcrumbs__item,dt,cite,.p-text--default{margin-bottom:.1rem}dd,p{margin-bottom:1.1rem}.p-tooltip__message,.p-form-validation__message,.p-form-help-text,small,.p-text--small,.p-table--mobile-card td::before,.p-table--mobile-card tbody th::before,.p-muted-heading,thead th,.p-media-object__meta-list-item,.p-media-object__meta-list-item--venue,.p-media-object__meta-list-item--location,.p-media-object__meta-list-item--date{font-size:.875rem;line-height:1rem;margin-bottom:.8rem;padding-top:0.2005rem}@media (min-width: 1680px){.p-tooltip__message,.p-form-validation__message,.p-form-help-text,small,.p-text--small,.p-table--mobile-card td::before,.p-table--mobile-card tbody th::before,.p-muted-heading,thead th,.p-media-object__meta-list-item,.p-media-object__meta-list-item--venue,.p-media-object__meta-list-item--location,.p-media-object__meta-list-item--date{padding-top:0.2006rem}}.p-table--mobile-card td::before,.p-table--mobile-card tbody th::before,.p-muted-heading,thead th{color:#666;margin-bottom:.8rem;margin-top:0;padding-top:0.2rem;text-transform:uppercase}.p-notification__status,dt,strong{font-weight:400}p:not([class*='p-heading--']):not([class*='p-muted-heading'])+h1,p:not([class*='p-heading--']):not([class*='p-muted-heading'])+.p-heading--one{padding-top:1.7rem}@media (max-width: 772px){p:not([class*='p-heading--']):not([class*='p-muted-heading'])+h1,p:not([class*='p-heading--']):not([class*='p-muted-heading'])+.p-heading--one{padding-top:1.665rem}}p:not([class*='p-heading--']):not([class*='p-muted-heading'])+h2,p:not([class*='p-heading--']):not([class*='p-muted-heading'])+.p-heading--two{padding-top:1.7rem}@media (max-width: 772px){p:not([class*='p-heading--']):not([class*='p-muted-heading'])+h2,p:not([class*='p-heading--']):not([class*='p-muted-heading'])+.p-heading--two{padding-top:1.6rem}}@media (max-width: 772px){p:not([class*='p-heading--']):not([class*='p-muted-heading'])+h3,p:not([class*='p-heading--']):not([class*='p-muted-heading'])+.p-heading--three{padding-top:2rem}}@media (min-width: 772px){p:not([class*='p-heading--']):not([class*='p-muted-heading'])+h3,p:not([class*='p-heading--']):not([class*='p-muted-heading'])+.p-heading--three{padding-top:1.6rem}}@media (max-width: 772px){p:not([class*='p-heading--']):not([class*='p-muted-heading'])+h4,p:not([class*='p-heading--']):not([class*='p-muted-heading'])+.p-heading--four{padding-top:1.8rem}}@media (min-width: 772px){p:not([class*='p-heading--']):not([class*='p-muted-heading'])+h4,p:not([class*='p-heading--']):not([class*='p-muted-heading'])+.p-heading--four{padding-top:1.55rem}}p:not([class*='p-heading--']):not([class*='p-muted-heading'])+h5,p:not([class*='p-heading--']):not([class*='p-muted-heading'])+.p-heading--five,p:not([class*='p-heading--']):not([class*='p-muted-heading'])+h6,p:not([class*='p-heading--']):not([class*='p-muted-heading'])+.p-heading--six{padding-top:1.9rem}p:not([class*='p-heading--']):not([class*='p-muted-heading'])+.p-muted-heading{padding-top:1.7rem}.p-matrix__desc:last-child,p:not([class*='p-heading--']):not([class*='p-muted-heading'])+p:not([class*='p-heading--']):not([class*='p-muted-heading']),h1+h1,h1+h2,h1+h3,h1+h4,h1+h5,h1+h6,h1+p:not([class*='p-muted-heading']),.p-heading--one+h1,.p-heading--one+h2,.p-heading--one+h3,.p-heading--one+h4,.p-heading--one+h5,.p-heading--one+h6,.p-heading--one+p:not([class*='p-muted-heading']),h2+h1,h2+h2,h2+h3,h2+h4,h2+h5,h2+h6,h2+p:not([class*='p-muted-heading']),.p-heading--two+h1,.p-heading--two+h2,.p-heading--two+h3,.p-heading--two+h4,.p-heading--two+h5,.p-heading--two+h6,.p-heading--two+p:not([class*='p-muted-heading']),h3+h1,h3+h2,h3+h3,h3+h4,h3+h5,h3+h6,h3+p:not([class*='p-muted-heading']),.p-heading--three+h1,.p-heading--three+h2,.p-heading--three+h3,.p-heading--three+h4,.p-heading--three+h5,.p-heading--three+h6,.p-heading--three+p:not([class*='p-muted-heading']),h4+h1,h4+h2,h4+h3,h4+h4,h4+h5,h4+h6,h4+p:not([class*='p-muted-heading']),.p-heading--four+h1,.p-heading--four+h2,.p-heading--four+h3,.p-heading--four+h4,.p-heading--four+h5,.p-heading--four+h6,.p-heading--four+p:not([class*='p-muted-heading']),h5+h1,h5+h2,h5+h3,h5+h4,h5+h5,h5+h6,h5+p:not([class*='p-muted-heading']),.p-heading--five+h1,.p-heading--five+h2,.p-heading--five+h3,.p-heading--five+h4,.p-heading--five+h5,.p-heading--five+h6,.p-heading--five+p:not([class*='p-muted-heading']),h6+h1,h6+h2,h6+h3,h6+h4,h6+h5,h6+h6,h6+p:not([class*='p-muted-heading']),.p-heading--six+h1,.p-heading--six+h2,.p-heading--six+h3,.p-heading--six+h4,.p-heading--six+h5,.p-heading--six+h6,.p-heading--six+p:not([class*='p-muted-heading']),.p-muted-heading+h1,.p-muted-heading+h2,.p-muted-heading+h3,.p-muted-heading+h4,.p-muted-heading+h5,.p-muted-heading+h6,.p-muted-heading+p:not([class*='p-muted-heading']){margin-top:-.5rem}label,p,.measure--p,.p-heading--five,h5,.p-heading--six,h6{max-width:40em}html{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;color:#111;font-family:"Ubuntu", -apple-system, "Segoe UI", "Roboto", "Oxygen", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;font-smoothing:subpixel-antialiased;font-weight:300;line-height:1.5rem}@media screen and (max-width: 1680px){html{font-size:1rem}}@media screen and (min-width: 1680px){html{font-size:1.125rem;line-height:1.6875rem}}small.dense,.p-text--small.dense{margin-bottom:1.3rem}p:not([class*='p-heading--']):not([class*='p-muted-heading']):empty{line-height:0;margin:0;padding:0}sub,sup{line-height:0;position:relative;vertical-align:baseline}abbr[title]{border-bottom:0.1em dotted;cursor:help;text-decoration:none}blockquote{border-left:2px solid #666;margin-bottom:1rem;margin-left:0;margin-top:0;overflow:auto;padding-bottom:.5rem;padding-left:1.5rem}blockquote>:last-child{margin-bottom:.1rem}blockquote>cite{display:block;font-style:normal}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}button{background-color:#fff;border-color:#999;color:#000}button:visited{color:#000}button:active,button:active:hover{background-color:#d9d9d9;border-color:#999;transition-duration:0s}button:hover{background-color:#e6e6e6;border-color:#999}button:disabled:active,button:disabled:hover,button.is-disabled:active,button.is-disabled:hover{background-color:rgba(0,0,0,0);border-color:#999}button .p-link--external{color:currentColor}.p-button--base,.p-button--negative,.p-button--positive,.p-button--brand,.p-button--neutral,.p-button,[type='submit'],button{transition-duration:0.165s;transition-property:background-color,border-color;transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);border-radius:.125rem;border-style:solid;border-width:1px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:300;line-height:1.5rem;margin:0 0 1.7rem 0;padding:calc(.4rem - 1px) .75rem;text-align:center;text-decoration:none}.p-button--base:focus,.p-button--negative:focus,.p-button--positive:focus,.p-button--brand:focus,.p-button--neutral:focus,.p-button:focus,[type='submit']:focus,button:focus{outline:2px solid #19b6ee}.p-button--base:active,.p-button--negative:active,.p-button--positive:active,.p-button--brand:active,.p-button--neutral:active,.p-button:active,[type='submit']:active,.p-button--base:focus,.p-button--negative:focus,.p-button--positive:focus,.p-button--brand:focus,.p-button--neutral:focus,.p-button:focus,[type='submit']:focus,.p-button--base:hover,.p-button--negative:hover,.p-button--positive:hover,.p-button--brand:hover,.p-button--neutral:hover,.p-button:hover,[type='submit']:hover,button:active,button:focus,button:hover{text-decoration:none}.p-button--base:disabled,.p-button--negative:disabled,.p-button--positive:disabled,.p-button--brand:disabled,.p-button--neutral:disabled,.p-button:disabled,[type='submit']:disabled,.is-disabled.p-button--base,.is-disabled.p-button--negative,.is-disabled.p-button--positive,.is-disabled.p-button--brand,.is-disabled.p-button--neutral,.is-disabled.p-button,.is-disabled[type='submit'],button:disabled,button.is-disabled{cursor:not-allowed;opacity:0.5}@media only screen and (max-width: 460px){.p-button--base,.p-button--negative,.p-button--positive,.p-button--brand,.p-button--neutral,.p-button,[type='submit'],button{width:100%}}@media only screen and (min-width: 461px){.p-button--base,.p-button--negative,.p-button--positive,.p-button--brand,.p-button--neutral,.p-button,[type='submit'],button{width:auto}.p-button--base:not(:last-of-type):not(:only-of-type),.p-button--negative:not(:last-of-type):not(:only-of-type),.p-button--positive:not(:last-of-type):not(:only-of-type),.p-button--brand:not(:last-of-type):not(:only-of-type),.p-button--neutral:not(:last-of-type):not(:only-of-type),.p-button:not(:last-of-type):not(:only-of-type),[type='submit']:not(:last-of-type):not(:only-of-type),button:not(:last-of-type):not(:only-of-type){margin-right:1rem}}table .p-button--base,table .p-button--negative,table .p-button--positive,table .p-button--brand,table .p-button--neutral,table .p-button,table [type='submit'],table button{margin-bottom:.1rem;padding-bottom:calc(.15rem - 1px);padding-top:calc(.15rem - 1px)}p .p-button--base,p .p-button--negative,p .p-button--positive,p .p-button--brand,p .p-button--neutral,p .p-button,p [type='submit'],p button{margin-bottom:.6rem;margin-top:-.4rem}p+p>.p-button--base,p+p>.p-button--negative,p+p>.p-button--positive,p+p>.p-button--brand,p+p>.p-button--neutral,p+p>.p-button,p+p>[type='submit'],p+p>button{margin-top:.1rem}@media only screen and (max-width: 460px){p .p-button--base+.p-button--base,p .p-button--negative+.p-button--base,p .p-button--base+.p-button--negative,p .p-button--negative+.p-button--negative,p .p-button--positive+.p-button--base,p .p-button--positive+.p-button--negative,p .p-button--base+.p-button--positive,p .p-button--negative+.p-button--positive,p .p-button--positive+.p-button--positive,p .p-button--brand+.p-button--base,p .p-button--brand+.p-button--negative,p .p-button--brand+.p-button--positive,p .p-button--base+.p-button--brand,p .p-button--negative+.p-button--brand,p .p-button--positive+.p-button--brand,p .p-button--brand+.p-button--brand,p .p-button--neutral+.p-button--base,p .p-button--neutral+.p-button--negative,p .p-button--neutral+.p-button--positive,p .p-button--neutral+.p-button--brand,p .p-button--base+.p-button--neutral,p .p-button--negative+.p-button--neutral,p .p-button--positive+.p-button--neutral,p .p-button--brand+.p-button--neutral,p .p-button--neutral+.p-button--neutral,p .p-button+.p-button--base,p .p-button+.p-button--negative,p .p-button+.p-button--positive,p .p-button+.p-button--brand,p .p-button+.p-button--neutral,p .p-button--base+.p-button,p .p-button--negative+.p-button,p .p-button--positive+.p-button,p .p-button--brand+.p-button,p .p-button--neutral+.p-button,p .p-button+.p-button,p [type='submit']+.p-button--base,p [type='submit']+.p-button--negative,p [type='submit']+.p-button--positive,p [type='submit']+.p-button--brand,p [type='submit']+.p-button--neutral,p [type='submit']+.p-button,p .p-button--base+[type='submit'],p .p-button--negative+[type='submit'],p .p-button--positive+[type='submit'],p .p-button--brand+[type='submit'],p .p-button--neutral+[type='submit'],p .p-button+[type='submit'],p [type='submit']+[type='submit'],p button+.p-button--base,p button+.p-button--negative,p button+.p-button--positive,p button+.p-button--brand,p button+.p-button--neutral,p button+.p-button,p button+[type='submit'],p .p-button--base+button,p .p-button--negative+button,p .p-button--positive+button,p .p-button--brand+button,p .p-button--neutral+button,p .p-button+button,p [type='submit']+button,p button+button{margin-top:.6rem}}code,samp,kbd{background-color:#e5e5e5;box-shadow:0 0 0 0.25rem #e5e5e5;font-family:"Ubuntu Mono", Consolas, Monaco, Courier, monospace;font-weight:300;margin-left:0.25rem;margin-right:0.25rem;text-align:left}pre,code{direction:ltr;-webkit-hyphens:none;-ms-hyphens:none;hyphens:none;-moz-tab-size:4;-o-tab-size:4;tab-size:4;word-spacing:normal;word-wrap:break-word}pre code{display:inline-block}pre{background-color:#f7f7f7;border:1px solid #cdcdcd;border-radius:.125rem;color:#111;display:block;margin-bottom:1.5rem;margin-top:0;overflow:auto;padding:calc(0.45rem - 1px) 1rem calc(0.45rem - 1px);text-align:left;text-shadow:none;white-space:pre}pre code{background:none;box-shadow:none;margin-left:0;margin-right:0}.p-code-copyable__action,.p-code-copyable,[type='file'],textarea,[type='text'],[type='date'],[type='datetime'],[type='datetime-local'],[type='month'],[type='time'],[type='week'],[type='number'],[type='search'],[type='password'],[type='email'],[type='url'],[type='tel'],select{margin-bottom:.7rem;padding-bottom:calc(.4rem - 1px);padding-top:calc(.4rem - 1px)}textarea,[type='text'],[type='date'],[type='datetime'],[type='datetime-local'],[type='month'],[type='time'],[type='week'],[type='number'],[type='search'],[type='password'],[type='email'],[type='url'],[type='tel'],select{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;background-color:#fff;border:1px solid #999;border-radius:.125rem;box-shadow:inset 0 1px 1px rgba(0,0,0,0.12);color:#111;font-family:"Ubuntu", -apple-system, "Segoe UI", "Roboto", "Oxygen", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;font-size:1rem;font-weight:300;line-height:1.5rem;min-width:10em;padding-left:.5rem;padding-right:.5rem;vertical-align:baseline;width:100%}textarea:focus,[type='text']:focus,[type='date']:focus,[type='datetime']:focus,[type='datetime-local']:focus,[type='month']:focus,[type='time']:focus,[type='week']:focus,[type='number']:focus,[type='search']:focus,[type='password']:focus,[type='email']:focus,[type='url']:focus,[type='tel']:focus,select:focus{outline:2px solid #19b6ee}table textarea,table [type='text'],table [type='date'],table [type='datetime'],table [type='datetime-local'],table [type='month'],table [type='time'],table [type='week'],table [type='number'],table [type='search'],table [type='password'],table [type='email'],table [type='url'],table [type='tel'],table select{margin:0 0 .1rem 0;padding-bottom:calc(.15rem - 1px);padding-top:calc(.15rem - 1px)}textarea:active,[type='text']:active,[type='date']:active,[type='datetime']:active,[type='datetime-local']:active,[type='month']:active,[type='time']:active,[type='week']:active,[type='number']:active,[type='search']:active,[type='password']:active,[type='email']:active,[type='url']:active,[type='tel']:active,select:active{border-color:#666;color:#111;outline:none}textarea::-webkit-placeholder,[type='text']::-webkit-placeholder,[type='date']::-webkit-placeholder,[type='datetime']::-webkit-placeholder,[type='datetime-local']::-webkit-placeholder,[type='month']::-webkit-placeholder,[type='time']::-webkit-placeholder,[type='week']::-webkit-placeholder,[type='number']::-webkit-placeholder,[type='search']::-webkit-placeholder,[type='password']::-webkit-placeholder,[type='email']::-webkit-placeholder,[type='url']::-webkit-placeholder,[type='tel']::-webkit-placeholder,select::-webkit-placeholder,textarea::-ms-placeholder,[type='text']::-ms-placeholder,[type='date']::-ms-placeholder,[type='datetime']::-ms-placeholder,[type='datetime-local']::-ms-placeholder,[type='month']::-ms-placeholder,[type='time']::-ms-placeholder,[type='week']::-ms-placeholder,[type='number']::-ms-placeholder,[type='search']::-ms-placeholder,[type='password']::-ms-placeholder,[type='email']::-ms-placeholder,[type='url']::-ms-placeholder,[type='tel']::-ms-placeholder,select::-ms-placeholder,textarea:-ms-placeholder,[type='text']:-ms-placeholder,[type='date']:-ms-placeholder,[type='datetime']:-ms-placeholder,[type='datetime-local']:-ms-placeholder,[type='month']:-ms-placeholder,[type='time']:-ms-placeholder,[type='week']:-ms-placeholder,[type='number']:-ms-placeholder,[type='search']:-ms-placeholder,[type='password']:-ms-placeholder,[type='email']:-ms-placeholder,[type='url']:-ms-placeholder,[type='tel']:-ms-placeholder,select:-ms-placeholder,textarea::placeholder,[type='text']::placeholder,[type='date']::placeholder,[type='datetime']::placeholder,[type='datetime-local']::placeholder,[type='month']::placeholder,[type='time']::placeholder,[type='week']::placeholder,[type='number']::placeholder,[type='search']::placeholder,[type='password']::placeholder,[type='email']::placeholder,[type='url']::placeholder,[type='tel']::placeholder,select::placeholder{color:#666;opacity:1}textarea:focus,[type='text']:focus,[type='date']:focus,[type='datetime']:focus,[type='datetime-local']:focus,[type='month']:focus,[type='time']:focus,[type='week']:focus,[type='number']:focus,[type='search']:focus,[type='password']:focus,[type='email']:focus,[type='url']:focus,[type='tel']:focus,select:focus{border-color:#666}textarea.has-error,.has-error[type='text'],.has-error[type='date'],.has-error[type='datetime'],.has-error[type='datetime-local'],.has-error[type='month'],.has-error[type='time'],.has-error[type='week'],.has-error[type='number'],.has-error[type='search'],.has-error[type='password'],.has-error[type='email'],.has-error[type='url'],.has-error[type='tel'],select.has-error{border:1px solid #c7162b}textarea.has-caution,.has-caution[type='text'],.has-caution[type='date'],.has-caution[type='datetime'],.has-caution[type='datetime-local'],.has-caution[type='month'],.has-caution[type='time'],.has-caution[type='week'],.has-caution[type='number'],.has-caution[type='search'],.has-caution[type='password'],.has-caution[type='email'],.has-caution[type='url'],.has-caution[type='tel'],select.has-caution{border:1px solid #f99b11}textarea.has-success,.has-success[type='text'],.has-success[type='date'],.has-success[type='datetime'],.has-success[type='datetime-local'],.has-success[type='month'],.has-success[type='time'],.has-success[type='week'],.has-success[type='number'],.has-success[type='search'],.has-success[type='password'],.has-success[type='email'],.has-success[type='url'],.has-success[type='tel'],select.has-success{border:1px solid #0e8420}textarea.has-information,.has-information[type='text'],.has-information[type='date'],.has-information[type='datetime'],.has-information[type='datetime-local'],.has-information[type='month'],.has-information[type='time'],.has-information[type='week'],.has-information[type='number'],.has-information[type='search'],.has-information[type='password'],.has-information[type='email'],.has-information[type='url'],.has-information[type='tel'],select.has-information{border:1px solid #335280}[type='radio'],[type='checkbox']{opacity:0;position:absolute}[type='radio']+label,[type='checkbox']+label{padding-left:2rem;position:relative}[type='radio']+label::before,[type='checkbox']+label::before,[type='radio']+label::after,[type='checkbox']+label::after{transition-duration:0.333s;transition-property:all;transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);position:absolute}[type='radio']+label::before,[type='checkbox']+label::before{border:1px solid #999;content:'';height:1rem;left:0;top:.65rem;width:1rem}[type='radio']+label::after,[type='checkbox']+label::after{content:'';opacity:0}[type='radio']+label.is-inline-label,[type='checkbox']+label.is-inline-label{display:inline;padding-top:0}[type='radio']+label.is-inline-label::before,[type='checkbox']+label.is-inline-label::before{top:0}[type='radio']:checked+label::after,[type='checkbox']:checked+label::after{opacity:1}[type='radio']:focus+label,[type='checkbox']:focus+label{outline:2px solid #19b6ee}.p-switch:disabled+.p-switch__slider,textarea[disabled],[disabled][type='text'],[disabled][type='date'],[disabled][type='datetime'],[disabled][type='datetime-local'],[disabled][type='month'],[disabled][type='time'],[disabled][type='week'],[disabled][type='number'],[disabled][type='search'],[disabled][type='password'],[disabled][type='email'],[disabled][type='url'],[disabled][type='tel'],select[disabled],textarea[disabled='disabled'],[disabled='disabled'][type='text'],[disabled='disabled'][type='date'],[disabled='disabled'][type='datetime'],[disabled='disabled'][type='datetime-local'],[disabled='disabled'][type='month'],[disabled='disabled'][type='time'],[disabled='disabled'][type='week'],[disabled='disabled'][type='number'],[disabled='disabled'][type='search'],[disabled='disabled'][type='password'],[disabled='disabled'][type='email'],[disabled='disabled'][type='url'],[disabled='disabled'][type='tel'],select[disabled='disabled'],[disabled][type='radio']+label,[disabled][type='checkbox']+label,[disabled='disabled'][type='radio']+label,[disabled='disabled'][type='checkbox']+label{cursor:not-allowed;opacity:0.5}textarea[readonly],[readonly][type='text'],[readonly][type='date'],[readonly][type='datetime'],[readonly][type='datetime-local'],[readonly][type='month'],[readonly][type='time'],[readonly][type='week'],[readonly][type='number'],[readonly][type='search'],[readonly][type='password'],[readonly][type='email'],[readonly][type='url'],[readonly][type='tel'],select[readonly],textarea[readonly='readonly'],[readonly='readonly'][type='text'],[readonly='readonly'][type='date'],[readonly='readonly'][type='datetime'],[readonly='readonly'][type='datetime-local'],[readonly='readonly'][type='month'],[readonly='readonly'][type='time'],[readonly='readonly'][type='week'],[readonly='readonly'][type='number'],[readonly='readonly'][type='search'],[readonly='readonly'][type='password'],[readonly='readonly'][type='email'],[readonly='readonly'][type='url'],[readonly='readonly'][type='tel'],select[readonly='readonly']{color:#cdcdcd;cursor:default}textarea[readonly]:hover,[readonly][type='text']:hover,[readonly][type='date']:hover,[readonly][type='datetime']:hover,[readonly][type='datetime-local']:hover,[readonly][type='month']:hover,[readonly][type='time']:hover,[readonly][type='week']:hover,[readonly][type='number']:hover,[readonly][type='search']:hover,[readonly][type='password']:hover,[readonly][type='email']:hover,[readonly][type='url']:hover,[readonly][type='tel']:hover,select[readonly]:hover,textarea[readonly]:active,[readonly][type='text']:active,[readonly][type='date']:active,[readonly][type='datetime']:active,[readonly][type='datetime-local']:active,[readonly][type='month']:active,[readonly][type='time']:active,[readonly][type='week']:active,[readonly][type='number']:active,[readonly][type='search']:active,[readonly][type='password']:active,[readonly][type='email']:active,[readonly][type='url']:active,[readonly][type='tel']:active,select[readonly]:active,textarea[readonly='readonly']:hover,[readonly='readonly'][type='text']:hover,[readonly='readonly'][type='date']:hover,[readonly='readonly'][type='datetime']:hover,[readonly='readonly'][type='datetime-local']:hover,[readonly='readonly'][type='month']:hover,[readonly='readonly'][type='time']:hover,[readonly='readonly'][type='week']:hover,[readonly='readonly'][type='number']:hover,[readonly='readonly'][type='search']:hover,[readonly='readonly'][type='password']:hover,[readonly='readonly'][type='email']:hover,[readonly='readonly'][type='url']:hover,[readonly='readonly'][type='tel']:hover,select[readonly='readonly']:hover,textarea[readonly='readonly']:active,[readonly='readonly'][type='text']:active,[readonly='readonly'][type='date']:active,[readonly='readonly'][type='datetime']:active,[readonly='readonly'][type='datetime-local']:active,[readonly='readonly'][type='month']:active,[readonly='readonly'][type='time']:active,[readonly='readonly'][type='week']:active,[readonly='readonly'][type='number']:active,[readonly='readonly'][type='search']:active,[readonly='readonly'][type='password']:active,[readonly='readonly'][type='email']:active,[readonly='readonly'][type='url']:active,[readonly='readonly'][type='tel']:active,select[readonly='readonly']:active{border-color:#666;outline:none}label{cursor:pointer;display:block;margin-bottom:.6rem;margin-top:0;padding-top:.4rem;width:fit-content}label.is-required::after{color:#c7162b;content:'*';left:.25rem;position:relative}label.has-error{color:#c7162b}label.has-caution{color:#f99b11}label.has-success{color:#0e8420}label.has-information{color:#335280}[type='file']{width:100%}[type='file']:focus{outline:2px solid #19b6ee}[type='search']{-moz-appearance:none;-webkit-appearance:none;appearance:none;border-radius:0}[type='search']::-webkit-search-results-decoration{display:none}[type='search']::-webkit-search-cancel-button{-webkit-appearance:searchfield-cancel-button;cursor:pointer}[type='checkbox']+label::before{border-radius:.125rem}[type='checkbox']+label::after{border-bottom:2px solid;border-left:2px solid;color:#fff;height:.375rem;left:.1875rem;top:.8375rem;transform:rotate(-45deg);width:0.625rem}[type='checkbox']:checked+label::before{background-color:#335280;border-color:#335280}[type='checkbox']:checked+.is-inline-label::after{top:.25rem}[type='radio']+label::before,[type='radio']+label::after{border-radius:50%}[type='radio']+label::after{background-color:#fff;border-radius:50%;height:6px;left:calc(.5rem - 3px);top:calc(1.15rem - 3px);width:6px}[type='radio']:checked+label::before{background-color:#335280;border-color:#335280}[type='radio']:checked+.is-inline-label::after{top:calc(.5rem - 3px)}[type='submit']{background-color:#0e8420;border-color:#0e8420;color:#fff}[type='submit']:visited{color:#fff}[type='submit']:active,[type='submit']:active:hover{background-color:#d9d9d9;border-color:#999;transition-duration:0s}[type='submit']:hover{background-color:#095615;border-color:#095615}[type='submit']:disabled:active,[type='submit']:disabled:hover,[type='submit'].is-disabled:active,[type='submit'].is-disabled:hover{background-color:#0e8420;border-color:#0e8420}[type='submit'] .p-link--external{color:currentColor}select{background-image:url("data:image/svg+xml, %3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='chevron_down' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpolygon id='chevron' fill='%23666' transform='translate(8.000000, 8.193853) rotate(90.000000) translate(-8.000000, -8.193853) ' points='4.80614657 14.3333333 8.64539007 8.17730496 4.80614657 2.05437352 6.16312057 1.19385343 11.1938534 8.17730496 6.16312057 15.1938534'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");-moz-appearance:none;-webkit-appearance:none;appearance:none;background-color:#fff;background-position:right .5rem center;background-repeat:no-repeat;background-size:1rem;box-shadow:none;color:#111;min-height:1.5rem;padding-right:1.5rem;text-indent:0.01px;text-overflow:''}select:hover{cursor:pointer}select[multiple],select[size]{background-image:none;box-shadow:none;height:auto}select[multiple] option,select[size] option{font-weight:300;line-height:calc(1rem - 2px);padding:.5rem .5rem}textarea{margin-bottom:.7rem;overflow:auto;vertical-align:top}fieldset{background-color:#f7f7f7;border:1px solid #cdcdcd;border-radius:.125rem;color:#111;margin-bottom:1.5rem;padding:calc(.5rem - 1px) .5rem}hr{background-color:#cdcdcd;border:0;height:1px;margin-bottom:calc(1rem - 1px);margin-top:0;position:relative;width:100%}hr+p{margin-top:-.5rem}.row.is-bordered{position:relative}.row.is-bordered::before{background:#cdcdcd;content:'';height:1px;margin-bottom:calc(1rem - 1px);position:absolute}@media (max-width: 620px){.row.is-bordered::before{left:1rem;right:1rem}}@media (min-width: 620px) and (max-width: 772px){.row.is-bordered::before{left:1.5rem;right:1.5rem}}@media (min-width: 772px){.row.is-bordered::before{left:1.5rem;right:1.5rem}}a{color:#007aa6;text-decoration:none}a:focus{outline:thin dotted #cdcdcd}a:hover{cursor:pointer;text-decoration:underline}a:visited{color:#005573}li>ul,li>ol{margin-bottom:0;padding-top:0}li>ul>li:last-of-type,li>ol>li:last-of-type{padding-bottom:0}ol,ul{margin-bottom:1.5rem;margin-left:1rem;margin-top:0;padding-left:1rem}nav ol,nav ul{list-style:none;list-style-image:none}li,dl{margin:0;padding:0}dd{margin-left:1rem}dt{border-top:1px solid #cdcdcd}dt:first-of-type{border-top:0}img{border:0;border-radius:.125rem;height:auto;max-width:100%}svg:not(:root){overflow:hidden}figure{margin-bottom:1.5rem;margin-left:0;width:100%}figure caption,figure figcaption{display:block;font-style:italic;margin-top:.25rem;width:100%}object,iframe,embed,canvas,video,audio{display:block;margin:0 auto 20px;max-width:100%}audio:not([controls]){display:none;height:0}[hidden]{display:none}table{border:0;border-collapse:collapse;line-height:1.5rem;overflow-x:auto;padding-bottom:1.5rem;width:100%;table-layout:fixed}td,th{font-weight:300;padding-left:0;text-align:left;text-overflow:ellipsis;vertical-align:top}@media screen and (min-width: 772px){td:not(:last-child),th:not(:last-child){padding-right:1rem}}thead th{line-height:1rem;padding-bottom:.8rem}thead tr{border-bottom:1px solid #111;vertical-align:top}tbody tr:not(:first-child),tfoot tr{border-top:1px solid #cdcdcd}.p-accordion__tab,td,th{padding-bottom:.5rem;padding-top:calc(.5rem - 1px)}.p-accordion__list{list-style-type:none;margin:0 0 1.5rem 0;padding:0}.p-accordion__group{position:relative}.p-accordion__tab{background-position:top 50% left 1rem;background-repeat:no-repeat;background-color:inherit;border:0;border-radius:0;margin-bottom:0;padding-left:2.75rem;padding-right:1rem;text-align:left;transition-duration:0s;width:100%;z-index:2}.p-accordion__tab:focus{outline:2px solid #19b6ee}.p-accordion__tab[aria-expanded='true']{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='9' width='9'%3E%3Cpath d='M0 5V4h9v1z' fill='%23666' fill-rule='evenodd'/%3E%3C/svg%3E");background-size:.75rem}.p-accordion__tab[aria-expanded='false']{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='9' width='9'%3E%3Cg fill='%23666' fill-rule='evenodd'%3E%3Cpath d='M4 0h1v9H4z'/%3E%3Cpath d='M0 5V4h9v1z'/%3E%3C/g%3E%3C/svg%3E");background-size:.75rem}.p-accordion__panel{margin:0;overflow:auto;padding-left:3.75rem}.p-accordion__panel[aria-hidden='true']{display:none}.p-article-pagination__link--next::after,.p-article-pagination__link--previous::before{color:#666;content:'\203A';font-size:2em;position:absolute;top:1rem}.p-article-pagination{display:flex;width:100%}.p-article-pagination__label,.p-article-pagination__title{color:#111;display:block;margin-top:0;width:100%}.p-article-pagination__label{margin-bottom:.25rem}.p-article-pagination__title{font-size:1.125em}@media (min-width: 620px){.p-article-pagination__title{font-size:1.25em}}.p-article-pagination__link,.p-article-pagination__link--next,.p-article-pagination__link--previous{margin-top:0;padding:1rem;position:relative;width:50%}.p-article-pagination__link:hover,.p-article-pagination__link--next:hover,.p-article-pagination__link--previous:hover{background:#f7f7f7;text-decoration:none}.p-article-pagination__link--previous{padding-left:2.5rem;text-align:left}@media (max-width: 460px){.p-article-pagination__link--previous{width:auto}.p-article-pagination__link--previous:only-child{width:100%}.p-article-pagination__link--previous:not(:only-child) *{display:none;max-width:.25rem;padding-left:1.5rem}}.p-article-pagination__link--previous::before{left:.5rem;transform:scaleX(-1)}.p-article-pagination__link--next{padding-right:2.5rem;text-align:right}@media (max-width: 460px){.p-article-pagination__link--next{width:100%}}.p-article-pagination__link--next:only-child{margin-left:auto}.p-article-pagination__link--next::after{right:.5rem}.p-breadcrumbs{list-style:none;margin:0;padding:0;width:100%}.p-breadcrumbs__item{display:inline-block;margin-bottom:.6rem}.p-breadcrumbs__item:not(:first-of-type){text-indent:1rem}.p-breadcrumbs__item:not(:first-of-type)::before{content:'\203A';margin-left:-0.75rem;margin-right:0.5rem}.p-button{background-color:#fff;border-color:#999;color:#000}.p-button:visited{color:#000}.p-button:active{background-color:#d1d1d1;border-color:#fff;transition-duration:0s}.p-button:hover{background-color:#e6e6e6;border-color:#999}.p-button:disabled:active,.p-button:disabled:hover,.is-disabled.p-button:active,.is-disabled.p-button:hover{background-color:#fff;border-color:#fff}.p-button .p-link--external{color:currentColor}.p-button--neutral{background-color:#fff;border-color:#999;color:#000}.p-button--neutral:visited{color:#000}.p-button--neutral:active{background-color:#d9d9d9;border-color:#999;transition-duration:0s}.p-button--neutral:hover{background-color:#e6e6e6;border-color:#999}.p-button--neutral:disabled:active,.p-button--neutral:disabled:hover,.is-disabled.p-button--neutral:active,.is-disabled.p-button--neutral:hover{background-color:rgba(0,0,0,0);border-color:#999}.p-button--neutral .p-link--external{color:currentColor}.p-button--brand{background-color:#333;border-color:#333;color:#fff}.p-button--brand:visited{color:#fff}.p-button--brand:active{background-color:#0d0d0d;border-color:#0d0d0d;transition-duration:0s}.p-button--brand:hover{background-color:#1a1a1a;border-color:#1a1a1a}.p-button--brand:disabled:active,.p-button--brand:disabled:hover,.is-disabled.p-button--brand:active,.is-disabled.p-button--brand:hover{background-color:#333;border-color:#333}.p-button--brand .p-link--external{color:currentColor}.p-button--positive{background-color:#0e8420;border-color:#0e8420;color:#fff}.p-button--positive:visited{color:#fff}.p-button--positive:active{background-color:#073f0f;border-color:#073f0f;transition-duration:0s}.p-button--positive:hover{background-color:#095615;border-color:#095615}.p-button--positive:disabled:active,.p-button--positive:disabled:hover,.is-disabled.p-button--positive:active,.is-disabled.p-button--positive:hover{background-color:#0e8420;border-color:#0e8420}.p-button--positive .p-link--external{color:currentColor}.p-button--negative{background-color:#c7162b;border-color:#c7162b;color:#fff}.p-button--negative:visited{color:#fff}.p-button--negative:active{background-color:#820e1c;border-color:#820e1c;transition-duration:0s}.p-button--negative:hover{background-color:#991121;border-color:#991121}.p-button--negative:disabled:active,.p-button--negative:disabled:hover,.is-disabled.p-button--negative:active,.is-disabled.p-button--negative:hover{background-color:#c7162b;border-color:#c7162b}.p-button--negative .p-link--external{color:currentColor}.p-button--base{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);color:#000}.p-button--base:visited{color:#000}.p-button--base:active{background-color:#d1d1d1;border-color:rgba(0,0,0,0);transition-duration:0s}.p-button--base:hover{background-color:#e6e6e6;border-color:rgba(0,0,0,0)}.p-button--base:disabled:active,.p-button--base:disabled:hover,.is-disabled.p-button--base:active,.is-disabled.p-button--base:hover{background-color:rgba(0,0,0,0);border-color:#999}.p-button--base .p-link--external{color:currentColor}@media (min-width: 772px){[class~='p-button'].is-inline{margin-left:1rem;width:auto}}[class~='p-button'].has-icon{width:auto}[class~='p-button'].has-icon [class*='p-icon']:only-child{margin-left:-2px;margin-right:-2px}[class~='p-button'].has-icon [class*='p-icon']+*{margin-left:.25rem}.p-card{padding:calc(1rem - 1px)}.p-card--overlay{background:rgba(255,255,255,0.9);color:#111;margin-bottom:1.5rem;overflow:auto;padding:1rem}.p-card--muted{margin-bottom:1.5rem;overflow:auto;padding:1rem}.p-card__image{margin-bottom:1rem;vertical-align:top;width:100%}.p-card__header{border-bottom:1px solid #cdcdcd;padding-bottom:1rem}.p-card__header>.p-link--soft{display:inline-block;overflow:auto}.p-card__thumbnail{max-height:2rem}[class*='p-card'] p:not([class^='p-heading--']):last-child,[class*='p-card'] h5:last-child,[class*='p-card'] h6:last-child{margin-bottom:.1rem}[class*='p-card'] p:not([class^='p-heading--']):first-child,[class*='p-card'] h5:first-child,[class*='p-card'] h6:first-child{margin-top:-.5rem}.p-code-copyable{display:flex;overflow:hidden;position:relative}.p-code-copyable+.p-code-copyable{margin-top:0}.p-code-copyable::before{color:#999;content:'$';display:block;left:0;line-height:1.5rem;padding:0 calc(36px + .5rem) 0 .5rem;position:absolute;top:.25rem;width:1rem}.p-code-copyable__input{border:0;color:#666;font-family:"Ubuntu Mono", Consolas, Monaco, Courier, monospace;line-height:1.5rem;padding:0 calc(36px + .5rem) 0 1.5rem;width:100%}.p-code-copyable__action{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='17' width='16'%3E%3Cg fill='%23666' fill-rule='evenodd'%3E%3Cpath d='M10.587 1.8h3.259c.472 0 .846.053 1.161.2s.567.412.716.748c.298.67.266 1.491.277 2.613V13.84c-.011 1.121.021 1.942-.277 2.613-.149.335-.401.6-.716.747s-.689.2-1.161.2H4.154c-.472 0-.846-.053-1.16-.2s-.568-.412-.717-.747c-.246-.554-.268-1.21-.273-2.053h.803c.016.854.058 1.428.178 1.707.072.166.151.26.336.348s.477.145.896.145h9.566c.42 0 .712-.057.897-.145a.602.602 0 0 0 .335-.348c.143-.331.175-1.081.185-2.222V5.309c-.01-1.137-.042-1.885-.185-2.216a.603.603 0 0 0-.335-.348c-.185-.088-.477-.145-.897-.145h-3.538c.182-.225.304-.5.342-.8zm-3.174 0c.038.3.16.575.341.8H4.217c-.42 0-.712.057-.896.145a.603.603 0 0 0-.336.348c-.143.33-.175 1.079-.185 2.216V10.8H2V5.361c.01-1.122-.021-1.942.277-2.613.149-.336.401-.601.716-.748s.689-.2 1.16-.2h3.26z'/%3E%3Cpath fill-rule='nonzero' d='M11.398 1.8v2.4H6.6V1.8h1.6c0 .447.353.8.8.8.445 0 .799-.353.799-.8h1.6z'/%3E%3Cpath fill-rule='nonzero' d='M10.6 1.6c0 .879-.722 1.6-1.6 1.6-.879 0-1.6-.721-1.6-1.6C7.4.72 8.121 0 9 0c.879 0 1.6.72 1.6 1.6zm-.8 0c0-.447-.354-.8-.8-.8-.447 0-.8.353-.8.8 0 .446.353.8.8.8.446 0 .8-.354.8-.8z'/%3E%3Cpath d='M8.4 7.2H14v1H8.4zM8.4 9.6H14v1H8.4zM10 12h4v1h-4z'/%3E%3Cpath fill-rule='nonzero' d='M4.4 10s2.134 1.026 4 2.505h-.002C6.427 14.03 4.4 15 4.4 15v-5z'/%3E%3Cpath d='M0 11.6h4.4v2H0z'/%3E%3C/g%3E%3C/svg%3E");background-color:#f7f7f7;border-color:#999;color:#000;background-position:center;background-repeat:no-repeat;border:0;border-left:1px solid #cdcdcd;border-radius:0;line-height:1.5rem;margin:0;position:absolute;right:0;top:0;width:36px}.p-code-copyable__action:visited{color:#000}.p-code-copyable__action:active,.p-code-copyable__action:active:hover{background-color:#d9d9d9;border-color:#999;transition-duration:0s}.p-code-copyable__action:hover{background-color:#dedede;border-color:#999}.p-code-copyable__action:disabled:active,.p-code-copyable__action:disabled:hover,.p-code-copyable__action.is-disabled:active,.p-code-copyable__action.is-disabled:hover{background-color:rgba(0,0,0,0);border-color:#999}.p-code-copyable__action .p-link--external{color:currentColor}.p-code-numbered{counter-reset:line-numbering;padding:0}.p-code-numbered__line{display:inline-block;padding:.5rem 1rem 0 5.5rem;position:relative;width:100%}.p-code-numbered__line:empty{display:block;min-height:2.5rem}.p-code-numbered__line:last-of-type,.p-code-numbered__line:last-of-type::before{padding-bottom:.5rem}.p-code-numbered__line::before{background:#fff;border-right:1px solid #cdcdcd;color:#666;content:counter(line-numbering);counter-increment:line-numbering;display:inline-block;height:100%;left:0;padding:.5rem 1rem 0 1rem;pointer-events:none;position:absolute;text-align:right;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:4.5rem}.p-contextual-menu,.p-contextual-menu--center,.p-contextual-menu--left{display:inline-block;margin:0;position:relative}.p-contextual-menu--left .p-contextual-menu__dropdown{left:0}.p-contextual-menu--left .p-contextual-menu__dropdown::before,.p-contextual-menu--left .p-contextual-menu__dropdown::after{left:.5rem;right:initial}.p-contextual-menu--left .p-contextual-menu__dropdown::after{left:.6rem}.p-contextual-menu--center .p-contextual-menu__dropdown{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.p-contextual-menu--center .p-contextual-menu__dropdown::before,.p-contextual-menu--center .p-contextual-menu__dropdown::after{left:50%;right:initial;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.p-contextual-menu__dropdown{display:none;margin:0;max-width:21rem;min-width:10rem;padding:0;position:absolute;right:0;top:calc(100% + .25rem);z-index:1}.p-contextual-menu__dropdown::before,.p-contextual-menu__dropdown::after{border-bottom:8px solid rgba(17,17,17,0.05);border-left:8px solid transparent;border-right:8px solid transparent;bottom:100%;content:'';height:0;pointer-events:none;position:absolute;right:.5rem;width:0}.p-contextual-menu__dropdown::after{border-bottom:6px solid #fff;border-left:6px solid transparent;border-right:6px solid transparent;right:.6rem}.p-contextual-menu__dropdown[aria-hidden='false']{display:block}.p-contextual-menu__group{display:block;padding:.125rem 0}.p-contextual-menu__group+.p-contextual-menu__group{border-top:1px solid #cdcdcd;margin:0}.p-contextual-menu__toggle{margin-bottom:.7rem}.p-contextual-menu__link{border:0;clear:both;color:#111;display:block;line-height:1.5rem;margin:0;overflow:hidden;padding:.125rem .5rem;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:100%}.p-contextual-menu__link:hover{background-color:#f7f7f7;text-decoration:none}.p-divider__block{position:relative}@media (max-width: 772px){.p-divider__block{padding-bottom:1.5rem;padding-top:1rem}.p-divider__block:not(:first-child)::before{background-color:#cdcdcd;content:'';height:1px;left:0;position:absolute;right:0;top:0}}@media (min-width: 772px){.p-divider__block:not(:nth-child(1))::before{background-color:#cdcdcd;bottom:.5rem;content:'';left:-1rem;position:absolute;top:.5rem;width:1px}}.p-form-help-text{color:#666;margin-top:-.5rem}.p-form-validation{color:#111;position:relative}.p-form-validation :not(select).p-form-validation__input{background-position:calc(100% - .5rem) 50%;background-repeat:no-repeat}.p-form-validation__message{margin-top:-.5rem}.p-form-validation__icon{position:relative}.p-form-validation__icon::after{position:absolute;right:.5rem;top:calc(50% - .25rem)}.is-error .p-form-validation__select-wrapper,.is-caution .p-form-validation__select-wrapper,.is-success .p-form-validation__select-wrapper{min-width:10em;position:relative}.is-error .p-form-validation__select-wrapper::after,.is-caution .p-form-validation__select-wrapper::after,.is-success .p-form-validation__select-wrapper::after{background-repeat:no-repeat;background-size:contain;content:' ';display:block;height:1rem;pointer-events:none;position:absolute;right:2rem;top:calc(50% - (1rem / 2) - (.7rem / 2));width:1rem;z-index:100}.is-error .p-form-validation__select-wrapper .p-form-validation__input,.is-caution .p-form-validation__select-wrapper .p-form-validation__input,.is-success .p-form-validation__select-wrapper .p-form-validation__input{padding-right:4rem}.is-error .p-form-validation__input{border-color:#c7162b}.is-error :not(select).p-form-validation__input,.is-error .p-form-validation__select-wrapper::after{background-image:url("https://assets.ubuntu.com/v1/4b0cd7fc-icon-error.svg")}.is-success .p-form-validation__input{border-color:#0e8420}.is-success :not(select).p-form-validation__input,.is-success .p-form-validation__select-wrapper::after{background-image:url("https://assets.ubuntu.com/v1/94949185-icon-success.svg")}.is-caution .p-form-validation__input{border-color:#f99b11}.is-caution :not(select).p-form-validation__input,.is-caution .p-form-validation__select-wrapper::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16'%3E%3Cg color='%23000'%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3Cpath stroke-linejoin='round' fill='%23f99b11' transform='matrix%282.28 0 0 2.437 -2180.8 -490.52%29' stroke='%23f99b11' stroke-width='.848' d='M963.07 207.03h-6.15l3.08-5.33z'/%3E%3Cpath d='M7 5v5h2V5H7zm0 6v2h2v-2H7z' fill='%23111'/%3E%3C/g%3E%3C/svg%3E")}.p-form--stacked{width:100%}@media screen and (min-width: 772px){.p-form--stacked .p-form__group{align-items:baseline}.p-form--stacked .p-form__group+.p-form__group{margin-top:.5rem}}@media screen and (min-width: 772px){.p-form--inline{align-items:baseline;display:inline-flex;flex-direction:row}.p-form--inline>*{margin:0}}@media screen and (min-width: 772px){.p-form--inline .p-form__group{display:flex;width:auto}.p-form--inline .p-form__group+.p-form__group,.p-form--inline .p-form__group+[class*='p-button']{margin-left:1.5rem}.p-form--inline .p-form__group .p-form__label,.p-form--inline .p-form__group .p-form__control,.p-form--inline .p-form__group .p-form-validation__message{align-self:baseline;box-sizing:border-box}.p-form--inline .p-form__group .p-form__label{flex-shrink:0;padding-right:1rem}.p-form--inline .p-form__group .p-form__control{display:inline-block}.p-form--inline .p-form__group .p-form-validation__message,.p-form--inline .p-form__group .p-form-help-text{clear:both;min-width:100%;width:0}}.p-form--inline [class*='p-button']{flex:initial;flex-shrink:0;margin-top:0}form+[class*='p-button']{margin-top:1.5rem}.row{width:100%}@media (max-width: 620px){.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1,.col-medium-6,.col-medium-5,.col-medium-4,.col-medium-3,.col-medium-2,.col-medium-1{grid-column:1/span 4}}@media (min-width: 620px) and (max-width: 772px){.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1,.col-small-4,.col-small-3,.col-small-2,.col-small-1{grid-column:1/span 6}}@media (min-width: 772px){.col-medium-6,.col-medium-5,.col-medium-4,.col-medium-3,.col-medium-2,.col-medium-1,.col-small-4,.col-small-3,.col-small-2,.col-small-1{grid-column:1/span 12}}.grid-demo [class*='col-']{background:rgba(199,22,43,0.1);margin-bottom:.5rem}.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1,.col-medium-6,.col-medium-5,.col-medium-4,.col-medium-3,.col-medium-2,.col-medium-1,.col-small-4,.col-small-3,.col-small-2,.col-small-1{display:block}.p-stepped-list--detailed .p-stepped-list__item,.row,.p-divider{display:grid;grid-template-rows:auto;margin-left:auto;margin-right:auto;max-width:72rem}.p-stepped-list--detailed .p-stepped-list__item [class*='col-'],.row [class*='col-'],.p-divider [class*='col-']{grid-column-start:auto}.p-stepped-list--detailed .p-stepped-list__item .p-stepped-list__item,.row .p-stepped-list--detailed .p-stepped-list__item,.p-stepped-list--detailed .row .p-stepped-list__item,.p-stepped-list--detailed .p-stepped-list__item .row,.row .row,.p-divider .p-stepped-list--detailed .p-stepped-list__item,.p-stepped-list--detailed .p-divider .p-stepped-list__item,.p-divider .row,.p-stepped-list--detailed .p-stepped-list__item .p-divider,.row .p-divider,.p-divider .p-divider{margin-left:0;margin-right:0;padding-left:0;padding-right:0}@media (max-width: 620px){.p-stepped-list--detailed .p-stepped-list__item,.row,.p-divider{grid-gap:0 1.5rem;grid-template-columns:repeat(4, minmax(0, 1fr))}.p-stepped-list--detailed .p-stepped-list__item *,.row *,.p-divider *{grid-column-end:span 4}}@media (min-width: 620px) and (max-width: 772px){.p-stepped-list--detailed .p-stepped-list__item,.row,.p-divider{grid-gap:0 2rem;grid-template-columns:repeat(6, minmax(0, 1fr))}.p-stepped-list--detailed .p-stepped-list__item *,.row *,.p-divider *{grid-column-end:span 6}}@media (min-width: 772px){.p-stepped-list--detailed .p-stepped-list__item,.row,.p-divider{grid-gap:0 2rem;grid-template-columns:repeat(12, minmax(0, 1fr))}.p-stepped-list--detailed .p-stepped-list__item *,.row *,.p-divider *{grid-column-end:span 12}}@media (max-width: 620px){.col-small-4{grid-column-end:span 4}.col-small-4 .row{grid-template-columns:repeat(4, minmax(0, 1fr))}.col-small-3{grid-column-end:span 3}.col-small-3 .row{grid-template-columns:repeat(3, minmax(0, 1fr))}.col-small-2{grid-column-end:span 2}.col-small-2 .row{grid-template-columns:repeat(2, minmax(0, 1fr))}.col-small-1{grid-column-end:span 1}}@media (min-width: 620px) and (max-width: 772px){.col-medium-6{grid-column-end:span 6}.col-medium-6 .row{grid-template-columns:repeat(6, minmax(0, 1fr))}.col-medium-5{grid-column-end:span 5}.col-medium-5 .row{grid-template-columns:repeat(5, minmax(0, 1fr))}.col-medium-4{grid-column-end:span 4}.col-medium-4 .row{grid-template-columns:repeat(4, minmax(0, 1fr))}.col-medium-3{grid-column-end:span 3}.col-medium-3 .row{grid-template-columns:repeat(3, minmax(0, 1fr))}.col-medium-2{grid-column-end:span 2}.col-medium-2 .row{grid-template-columns:repeat(2, minmax(0, 1fr))}.col-medium-1{grid-column-end:span 1}}@media (min-width: 772px){.col-12{grid-column-end:span 12}.col-12 .row{grid-template-columns:repeat(12, minmax(0, 1fr))}.col-11{grid-column-end:span 11}.col-11 .row{grid-template-columns:repeat(11, minmax(0, 1fr))}.col-10{grid-column-end:span 10}.col-10 .row{grid-template-columns:repeat(10, minmax(0, 1fr))}.col-9{grid-column-end:span 9}.col-9 .row{grid-template-columns:repeat(9, minmax(0, 1fr))}.col-8{grid-column-end:span 8}.col-8 .row{grid-template-columns:repeat(8, minmax(0, 1fr))}.col-7{grid-column-end:span 7}.col-7 .row{grid-template-columns:repeat(7, minmax(0, 1fr))}.col-6{grid-column-end:span 6}.col-6 .row{grid-template-columns:repeat(6, minmax(0, 1fr))}.col-5{grid-column-end:span 5}.col-5 .row{grid-template-columns:repeat(5, minmax(0, 1fr))}.col-4{grid-column-end:span 4}.col-4 .row{grid-template-columns:repeat(4, minmax(0, 1fr))}.col-3{grid-column-end:span 3}.col-3 .row{grid-template-columns:repeat(3, minmax(0, 1fr))}.col-2{grid-column-end:span 2}.col-2 .row{grid-template-columns:repeat(2, minmax(0, 1fr))}.col-1{grid-column-end:span 1}}@media (max-width: 620px){.row [class*='col-'].col-start-small-1{grid-column-start:1}.col-order-small-1{order:1}.row [class*='col-'].col-start-small-2{grid-column-start:2}.col-order-small-2{order:2}.row [class*='col-'].col-start-small-3{grid-column-start:3}.col-order-small-3{order:3}}@media (min-width: 620px) and (max-width: 772px){.row [class*='col-'].col-start-medium-1{grid-column-start:1}.col-order-medium-1{order:1}.row [class*='col-'].col-start-medium-2{grid-column-start:2}.col-order-medium-2{order:2}.row [class*='col-'].col-start-medium-3{grid-column-start:3}.col-order-medium-3{order:3}.row [class*='col-'].col-start-medium-4{grid-column-start:4}.col-order-medium-4{order:4}.row [class*='col-'].col-start-medium-5{grid-column-start:5}.col-order-medium-5{order:5}}@media (min-width: 772px){.row [class*='col-'].col-start-large-1{grid-column-start:1}.col-order-large-1{order:1}.row [class*='col-'].col-start-large-2{grid-column-start:2}.col-order-large-2{order:2}.row [class*='col-'].col-start-large-3{grid-column-start:3}.col-order-large-3{order:3}.row [class*='col-'].col-start-large-4{grid-column-start:4}.col-order-large-4{order:4}.row [class*='col-'].col-start-large-5{grid-column-start:5}.col-order-large-5{order:5}.row [class*='col-'].col-start-large-6{grid-column-start:6}.col-order-large-6{order:6}.row [class*='col-'].col-start-large-7{grid-column-start:7}.col-order-large-7{order:7}.row [class*='col-'].col-start-large-8{grid-column-start:8}.col-order-large-8{order:8}.row [class*='col-'].col-start-large-9{grid-column-start:9}.col-order-large-9{order:9}.row [class*='col-'].col-start-large-10{grid-column-start:10}.col-order-large-10{order:10}.row [class*='col-'].col-start-large-11{grid-column-start:11}.col-order-large-11{order:11}}.p-heading-icon{margin-bottom:1rem}@media (min-width: 772px){.p-heading-icon{margin-bottom:0}}.p-heading-icon__header{display:flex;margin-bottom:-.5rem}.p-heading-icon__header.is-stacked{display:inherit}.p-heading-icon__img{flex-shrink:0;height:2rem;margin-bottom:.5rem;margin-right:1rem;width:2rem}@media (max-width: 772px){.p-heading-icon__img{margin-top:0}}@media (min-width: 772px){.p-heading-icon__img{height:2.5rem;margin-top:-.5rem;width:2.5rem}}.p-heading-icon--small .p-heading-icon__img{height:1.5rem;width:1.5rem}@media (max-width: 772px){.p-heading-icon--small .p-heading-icon__img{margin-top:.25rem}}@media (min-width: 772px){.p-heading-icon--small .p-heading-icon__img{height:2rem;margin-top:0;width:2rem}}.p-icon--anchor{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M9.002 13.974a11.19 11.19 0 0 0 2.801-.574 12.166 12.166 0 0 0 3.273-1.702l.926 1.405a12.636 12.636 0 0 1-3.653 2.116c-1.356.518-2.805.777-4.347.777-1.543 0-2.998-.26-4.364-.777a12.695 12.695 0 0 1-3.636-2.116l.925-1.405c.98.727 2.066 1.295 3.256 1.702.893.306 1.833.498 2.819.574V5.996h-3v-1h3V3.733a1.999 1.999 0 1 1 2-.004v1.267h2.997v1H9.002v7.978z' fill='%23666' fill-rule='nonzero'/%3E%3C/svg%3E")}[class*='--dark'] .p-icon--anchor,.p-icon--anchor.is-light{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M9.002 13.974a11.19 11.19 0 0 0 2.801-.574 12.166 12.166 0 0 0 3.273-1.702l.926 1.405a12.636 12.636 0 0 1-3.653 2.116c-1.356.518-2.805.777-4.347.777-1.543 0-2.998-.26-4.364-.777a12.695 12.695 0 0 1-3.636-2.116l.925-1.405c.98.727 2.066 1.295 3.256 1.702.893.306 1.833.498 2.819.574V5.996h-3v-1h3V3.733a1.999 1.999 0 1 1 2-.004v1.267h2.997v1H9.002v7.978z' fill='%23cdcdcd' fill-rule='nonzero'/%3E%3C/svg%3E")}.p-icon--plus{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='9' width='9'%3E%3Cg fill='%23666' fill-rule='evenodd'%3E%3Cpath d='M4 0h1v9H4z'/%3E%3Cpath d='M0 5V4h9v1z'/%3E%3C/g%3E%3C/svg%3E")}[class*='--dark'] .p-icon--plus,.p-icon--plus.is-light{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='9' width='9'%3E%3Cg fill='%23cdcdcd' fill-rule='evenodd'%3E%3Cpath d='M4 0h1v9H4z'/%3E%3Cpath d='M0 5V4h9v1z'/%3E%3C/g%3E%3C/svg%3E")}.p-icon--minus{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='9' width='9'%3E%3Cpath d='M0 5V4h9v1z' fill='%23666' fill-rule='evenodd'/%3E%3C/svg%3E")}[class*='--dark'] .p-icon--minus,.p-icon--minus.is-light{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='9' width='9'%3E%3Cpath d='M0 5V4h9v1z' fill='%23cdcdcd' fill-rule='evenodd'/%3E%3C/svg%3E")}.p-icon--expand{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='15' width='15' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h15v15H0z'/%3E%3C/defs%3E%3Cg fill-rule='evenodd' fill='none'%3E%3Cuse xlink:href='%23a' fill='none'/%3E%3Cpath stroke='%23666' d='M.5.5h14v14H.5z'/%3E%3Cpath fill='%23666' d='M7 4h1v7H7z'/%3E%3Cpath fill='%23666' d='M4 8V7h7v1z'/%3E%3C/g%3E%3C/svg%3E")}[class*='--dark'] .p-icon--expand,.p-icon--expand.is-light{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='15' width='15' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h15v15H0z'/%3E%3C/defs%3E%3Cg fill-rule='evenodd' fill='none'%3E%3Cuse xlink:href='%23a' fill='none'/%3E%3Cpath stroke='%23cdcdcd' d='M.5.5h14v14H.5z'/%3E%3Cpath fill='%23cdcdcd' d='M7 4h1v7H7z'/%3E%3Cpath fill='%23cdcdcd' d='M4 8V7h7v1z'/%3E%3C/g%3E%3C/svg%3E")}.p-icon--collapse{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='15' width='15' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h15v15H0z'/%3E%3C/defs%3E%3Cg fill-rule='evenodd' fill='none'%3E%3Cuse xlink:href='%23a' fill='none'/%3E%3Cpath stroke='%23666' d='M.5.5h14v14H.5z'/%3E%3Cpath fill='%23666' d='M4 8V7h7v1z'/%3E%3C/g%3E%3C/svg%3E")}[class*='--dark'] .p-icon--collapse,.p-icon--collapse.is-light{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='15' width='15' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h15v15H0z'/%3E%3C/defs%3E%3Cg fill-rule='evenodd' fill='none'%3E%3Cuse xlink:href='%23a' fill='none'/%3E%3Cpath stroke='%23cdcdcd' d='M.5.5h14v14H.5z'/%3E%3Cpath fill='%23cdcdcd' d='M4 8V7h7v1z'/%3E%3C/g%3E%3C/svg%3E")}.p-icon--contextual-menu{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='4' width='10'%3E%3Cpath d='M3.637 3.138A26.335 26.335 0 0 1 0 0h1.541a21.242 21.242 0 0 0 1.364 1.187 16.899 16.899 0 0 0 .752.563c.397.282.935.626 1.315.848h.054c.38-.222.918-.566 1.315-.848.398-.28.788-.583 1.169-.904.327-.275.643-.557.947-.846h1.541a26.335 26.335 0 0 1-3.637 3.138c-.519.365-.973.652-1.362.862-.39-.21-.844-.497-1.362-.862z' fill='%23666' fill-rule='evenodd'/%3E%3C/svg%3E")}[class*='--dark'] .p-icon--contextual-menu,.p-icon--contextual-menu.is-light{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='4' width='10'%3E%3Cpath d='M3.637 3.138A26.335 26.335 0 0 1 0 0h1.541a21.242 21.242 0 0 0 1.364 1.187 16.899 16.899 0 0 0 .752.563c.397.282.935.626 1.315.848h.054c.38-.222.918-.566 1.315-.848.398-.28.788-.583 1.169-.904.327-.275.643-.557.947-.846h1.541a26.335 26.335 0 0 1-3.637 3.138c-.519.365-.973.652-1.362.862-.39-.21-.844-.497-1.362-.862z' fill='%23cdcdcd' fill-rule='evenodd'/%3E%3C/svg%3E")}.p-icon--close{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='90' width='90'%3E%3Cg color='%23000'%3E%3Cpath fill='none' d='M0 0h90v90H0z'/%3E%3Cpath d='M14.52 6L6 14.52 36.48 45 6 75.49 14.52 84 45 53.52 75.48 84 84 75.49 53.52 45 84 14.52 75.48 6 45 36.49z' fill='%23666'/%3E%3C/g%3E%3C/svg%3E")}[class*='--dark'] .p-icon--close,.p-icon--close.is-light{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='90' width='90'%3E%3Cg color='%23000'%3E%3Cpath fill='none' d='M0 0h90v90H0z'/%3E%3Cpath d='M14.52 6L6 14.52 36.48 45 6 75.49 14.52 84 45 53.52 75.48 84 84 75.49 53.52 45 84 14.52 75.48 6 45 36.49z' fill='%23cdcdcd'/%3E%3C/g%3E%3C/svg%3E")}.p-icon--help{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16'%3E%3Cpath fill='none' color='%23000' d='M0 0h16v16H0z'/%3E%3Cpath d='M8 5.23q-.43 0-.82.11-.4.1-.83.33l-.41-1.14q.45-.26 1.03-.4.6-.17 1.2-.17.74 0 1.22.21.49.2.77.5.28.31.4.68.1.37.1.72 0 .41-.16.75-.14.33-.38.61t-.5.54q-.27.25-.5.52-.24.26-.4.56-.15.3-.15.66v.15l.01.15H7.3l-.03-.26-.02-.27q0-.41.14-.73.13-.32.34-.6t.45-.5q.24-.23.45-.46.21-.24.35-.48.13-.25.13-.55 0-.4-.28-.66-.27-.27-.83-.27zM8.98 12q0 .44-.28.71-.28.27-.7.27-.4 0-.7-.27-.29-.27-.29-.7 0-.43.29-.7.3-.29.7-.29.42 0 .7.29.28.27.28.7z' fill='%23666'/%3E%3Cpath d='M2.06 1C1.47 1 1 1.48 1 2.07v11.87c0 .59.47 1.06 1.06 1.06h11.87c.6 0 1.07-.47 1.07-1.06V2.07c0-.6-.48-1.07-1.07-1.07zM2 2h12v12H2z' fill='%23666' color='%23000'/%3E%3C/svg%3E")}[class*='--dark'] .p-icon--help,.p-icon--help.is-light{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16'%3E%3Cpath fill='none' color='%23000' d='M0 0h16v16H0z'/%3E%3Cpath d='M8 5.23q-.43 0-.82.11-.4.1-.83.33l-.41-1.14q.45-.26 1.03-.4.6-.17 1.2-.17.74 0 1.22.21.49.2.77.5.28.31.4.68.1.37.1.72 0 .41-.16.75-.14.33-.38.61t-.5.54q-.27.25-.5.52-.24.26-.4.56-.15.3-.15.66v.15l.01.15H7.3l-.03-.26-.02-.27q0-.41.14-.73.13-.32.34-.6t.45-.5q.24-.23.45-.46.21-.24.35-.48.13-.25.13-.55 0-.4-.28-.66-.27-.27-.83-.27zM8.98 12q0 .44-.28.71-.28.27-.7.27-.4 0-.7-.27-.29-.27-.29-.7 0-.43.29-.7.3-.29.7-.29.42 0 .7.29.28.27.28.7z' fill='%23cdcdcd'/%3E%3Cpath d='M2.06 1C1.47 1 1 1.48 1 2.07v11.87c0 .59.47 1.06 1.06 1.06h11.87c.6 0 1.07-.47 1.07-1.06V2.07c0-.6-.48-1.07-1.07-1.07zM2 2h12v12H2z' fill='%23cdcdcd' color='%23000'/%3E%3C/svg%3E")}.p-icon--information{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16'%3E%3Cg color='%23000'%3E%3Cpath d='M2.07 1c-.59 0-1.066.475-1.066 1.066v11.867c0 .591.475 1.067 1.066 1.067h11.867c.591 0 1.066-.476 1.066-1.067V2.066c0-.59-.475-1.066-1.066-1.066zm-.066 1h12v12h-12z' fill='%23666'/%3E%3Cpath d='M7 4v2h2V4zm0 3v5h2V7z' fill='%23666'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/g%3E%3C/svg%3E")}[class*='--dark'] .p-icon--information,.p-icon--information.is-light{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16'%3E%3Cg color='%23000'%3E%3Cpath d='M2.07 1c-.59 0-1.066.475-1.066 1.066v11.867c0 .591.475 1.067 1.066 1.067h11.867c.591 0 1.066-.476 1.066-1.067V2.066c0-.59-.475-1.066-1.066-1.066zm-.066 1h12v12h-12z' fill='%23cdcdcd'/%3E%3Cpath d='M7 4v2h2V4zm0 3v5h2V7z' fill='%23cdcdcd'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/g%3E%3C/svg%3E")}.p-icon--delete{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='16'%3E%3Cg fill='none'%3E%3Cpath d='M-1 0h16v16H-1z'/%3E%3Cpath fill='gray' d='M1.5 4.998h-1v-1.5C.5 2.678 1.178 2 2 2h2.5V0h5v2H12c.822 0 1.5.677 1.5 1.499v1.5H.5v-1h2v1h-1zm10 8.503V5.998h2V14.5c0 .822-.678 1.499-1.5 1.499H2c-.822 0-1.5-.677-1.5-1.5V5.999h2V13.5c0 .285.214.5.5.5h8c.286 0 .5-.215.5-.5zm-3-11.502V1h-3v1h3zm-5 3.999h1v5.998h-1V5.998zm3 0h1v5.998h-1V5.998zm3 0h1v5.998h-1V5.998z'/%3E%3C/g%3E%3C/svg%3E")}[class*='--dark'] .p-icon--delete,.p-icon--delete.is-light{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='16'%3E%3Cg fill='none'%3E%3Cpath d='M-1 0h16v16H-1z'/%3E%3Cpath fill='gray' d='M1.5 4.998h-1v-1.5C.5 2.678 1.178 2 2 2h2.5V0h5v2H12c.822 0 1.5.677 1.5 1.499v1.5H.5v-1h2v1h-1zm10 8.503V5.998h2V14.5c0 .822-.678 1.499-1.5 1.499H2c-.822 0-1.5-.677-1.5-1.5V5.999h2V13.5c0 .285.214.5.5.5h8c.286 0 .5-.215.5-.5zm-3-11.502V1h-3v1h3zm-5 3.999h1v5.998h-1V5.998zm3 0h1v5.998h-1V5.998zm3 0h1v5.998h-1V5.998z'/%3E%3C/g%3E%3C/svg%3E")}.p-icon--error{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16'%3E%3Cg stroke-width='1.5' color='%23000'%3E%3Cpath d='M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0z' fill='%23c7162b'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3Cpath d='M5 5l6 6M11 5l-6 6' stroke-dashoffset='.8' stroke='%23fff' fill='none'/%3E%3C/g%3E%3C/svg%3E")}.p-icon--warning{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16'%3E%3Cg color='%23000'%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3Cpath stroke-linejoin='round' fill='%23f99b11' transform='matrix(2.28 0 0 2.437 -2180.8 -490.52)' stroke='%23f99b11' stroke-width='.85' d='M963.07 207.03h-6.15l3.08-5.33z'/%3E%3Cpath d='M7 5v5h2V5H7zm0 6v2h2v-2H7z' fill='%23111'/%3E%3C/g%3E%3C/svg%3E")}.p-icon--external-link{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16'%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3Cpath d='M8.58 2.07S12.21.63 16-.01V0c-.7 3.97-2.08 7.4-2.08 7.4L8.58 2.08z' fill='%23666'/%3E%3Cpath stroke-linejoin='round' d='M7.87 8.13l4.45-4.45' stroke='%23666' stroke-width='2.00001' fill='none'/%3E%3Cpath d='M1.5 2C.68 2 0 2.68 0 3.5v11c0 .82.68 1.5 1.5 1.5h11c.83 0 1.5-.68 1.5-1.5V9h-2v4.5c0 .29-.21.5-.5.5h-9a.49.49 0 0 1-.5-.5v-9c0-.28.22-.5.5-.5H7V2H1.5z' fill='%23666'/%3E%3C/svg%3E")}[class*='--dark'] .p-icon--external-link,.p-icon--external-link.is-light{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16'%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3Cpath d='M8.58 2.07S12.21.63 16-.01V0c-.7 3.97-2.08 7.4-2.08 7.4L8.58 2.08z' fill='%23cdcdcd'/%3E%3Cpath stroke-linejoin='round' d='M7.87 8.13l4.45-4.45' stroke='%23cdcdcd' stroke-width='2.00001' fill='none'/%3E%3Cpath d='M1.5 2C.68 2 0 2.68 0 3.5v11c0 .82.68 1.5 1.5 1.5h11c.83 0 1.5-.68 1.5-1.5V9h-2v4.5c0 .29-.21.5-.5.5h-9a.49.49 0 0 1-.5-.5v-9c0-.28.22-.5.5-.5H7V2H1.5z' fill='%23cdcdcd'/%3E%3C/svg%3E")}.p-icon--drag{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='14' width='6' viewBox='0 0 6 14'%3E%3Cg fill-rule='evenodd' fill='none'%3E%3Cpath d='M-10-6h26v26h-26z'/%3E%3Cpath fill-rule='nonzero' fill='%23666' d='M0 0v2h6V0M0 6v2h6V6m-6 6v2h6v-2'/%3E%3C/g%3E%3C/svg%3E")}[class*='--dark'] .p-icon--drag,.p-icon--drag.is-light{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='14' width='6' viewBox='0 0 6 14'%3E%3Cg fill-rule='evenodd' fill='none'%3E%3Cpath d='M-10-6h26v26h-26z'/%3E%3Cpath fill-rule='nonzero' fill='%23cdcdcd' d='M0 0v2h6V0M0 6v2h6V6m-6 6v2h6v-2'/%3E%3C/g%3E%3C/svg%3E")}.p-icon--code{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16'%3E%3Cpath opacity='.21' fill='none' d='M0 0h16v16H0z'/%3E%3Cpath d='M2.67 2C.9 2 .01 2 .01 4.07v8.87C0 15 .89 15 2.67 15h10.67c1.78 0 2.67 0 2.67-2.06v-8.8C16 2 15.1 2 13.34 2H2.67zm1.28 1.9h1.1v1.13a5.32 5.32 0 0 1 1.55.34l-.27 1.05a6.6 6.6 0 0 0-.73-.22c-.27-.07-.59-.1-.95-.1-.38 0-.67.07-.86.2a.65.65 0 0 0-.28.57c0 .14.02.26.08.36.06.09.14.17.25.25.12.07.25.14.42.21.16.07.34.13.55.2l.81.36c.26.12.49.27.68.44a1.78 1.78 0 0 1 .62 1.39c0 .46-.15.86-.44 1.2-.29.34-.76.56-1.43.66v1.32h-1.1v-1.29a4.7 4.7 0 0 1-1.94-.49l.36-1a4.04 4.04 0 0 0 1.92.45c.49 0 .82-.08 1-.22a.7.7 0 0 0 .3-.58c0-.16-.05-.3-.13-.43a1.09 1.09 0 0 0-.32-.31c-.15-.1-.31-.18-.51-.26l-.64-.24a8.5 8.5 0 0 1-.65-.27c-.22-.1-.41-.21-.59-.35a1.68 1.68 0 0 1-.57-1.28c0-.5.15-.9.44-1.25.29-.34.73-.56 1.33-.66V3.89zm4.06 8.09H12v1H8v-1z' fill='%23666'/%3E%3C/svg%3E")}[class*='--dark'] .p-icon--code,.p-icon--code.is-light{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16'%3E%3Cpath opacity='.21' fill='none' d='M0 0h16v16H0z'/%3E%3Cpath d='M2.67 2C.9 2 .01 2 .01 4.07v8.87C0 15 .89 15 2.67 15h10.67c1.78 0 2.67 0 2.67-2.06v-8.8C16 2 15.1 2 13.34 2H2.67zm1.28 1.9h1.1v1.13a5.32 5.32 0 0 1 1.55.34l-.27 1.05a6.6 6.6 0 0 0-.73-.22c-.27-.07-.59-.1-.95-.1-.38 0-.67.07-.86.2a.65.65 0 0 0-.28.57c0 .14.02.26.08.36.06.09.14.17.25.25.12.07.25.14.42.21.16.07.34.13.55.2l.81.36c.26.12.49.27.68.44a1.78 1.78 0 0 1 .62 1.39c0 .46-.15.86-.44 1.2-.29.34-.76.56-1.43.66v1.32h-1.1v-1.29a4.7 4.7 0 0 1-1.94-.49l.36-1a4.04 4.04 0 0 0 1.92.45c.49 0 .82-.08 1-.22a.7.7 0 0 0 .3-.58c0-.16-.05-.3-.13-.43a1.09 1.09 0 0 0-.32-.31c-.15-.1-.31-.18-.51-.26l-.64-.24a8.5 8.5 0 0 1-.65-.27c-.22-.1-.41-.21-.59-.35a1.68 1.68 0 0 1-.57-1.28c0-.5.15-.9.44-1.25.29-.34.73-.56 1.33-.66V3.89zm4.06 8.09H12v1H8v-1z' fill='%23cdcdcd'/%3E%3C/svg%3E")}.p-icon--menu{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='19' width='25' viewBox='0 0 79 60'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23666' d='M.995 0h78v12h-78zm0 24h78v12h-78zm0 24h78v12h-78z'/%3E%3Cpath d='M-5.005-15h90v90h-90z'/%3E%3C/g%3E%3C/svg%3E")}[class*='--dark'] .p-icon--menu,.p-icon--menu.is-light{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='19' width='25' viewBox='0 0 79 60'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23cdcdcd' d='M.995 0h78v12h-78zm0 24h78v12h-78zm0 24h78v12h-78z'/%3E%3Cpath d='M-5.005-15h90v90h-90z'/%3E%3C/g%3E%3C/svg%3E")}.p-icon--copy{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='17' width='16'%3E%3Cg fill='%23666' fill-rule='evenodd'%3E%3Cpath d='M10.587 1.8h3.259c.472 0 .846.053 1.161.2s.567.412.716.748c.298.67.266 1.491.277 2.613V13.84c-.011 1.121.021 1.942-.277 2.613-.149.335-.401.6-.716.747s-.689.2-1.161.2H4.154c-.472 0-.846-.053-1.16-.2s-.568-.412-.717-.747c-.246-.554-.268-1.21-.273-2.053h.803c.016.854.058 1.428.178 1.707.072.166.151.26.336.348s.477.145.896.145h9.566c.42 0 .712-.057.897-.145a.602.602 0 0 0 .335-.348c.143-.331.175-1.081.185-2.222V5.309c-.01-1.137-.042-1.885-.185-2.216a.603.603 0 0 0-.335-.348c-.185-.088-.477-.145-.897-.145h-3.538c.182-.225.304-.5.342-.8zm-3.174 0c.038.3.16.575.341.8H4.217c-.42 0-.712.057-.896.145a.603.603 0 0 0-.336.348c-.143.33-.175 1.079-.185 2.216V10.8H2V5.361c.01-1.122-.021-1.942.277-2.613.149-.336.401-.601.716-.748s.689-.2 1.16-.2h3.26z'/%3E%3Cpath fill-rule='nonzero' d='M11.398 1.8v2.4H6.6V1.8h1.6c0 .447.353.8.8.8.445 0 .799-.353.799-.8h1.6z'/%3E%3Cpath fill-rule='nonzero' d='M10.6 1.6c0 .879-.722 1.6-1.6 1.6-.879 0-1.6-.721-1.6-1.6C7.4.72 8.121 0 9 0c.879 0 1.6.72 1.6 1.6zm-.8 0c0-.447-.354-.8-.8-.8-.447 0-.8.353-.8.8 0 .446.353.8.8.8.446 0 .8-.354.8-.8z'/%3E%3Cpath d='M8.4 7.2H14v1H8.4zM8.4 9.6H14v1H8.4zM10 12h4v1h-4z'/%3E%3Cpath fill-rule='nonzero' d='M4.4 10s2.134 1.026 4 2.505h-.002C6.427 14.03 4.4 15 4.4 15v-5z'/%3E%3Cpath d='M0 11.6h4.4v2H0z'/%3E%3C/g%3E%3C/svg%3E")}[class*='--dark'] .p-icon--copy,.p-icon--copy.is-light{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='17' width='16'%3E%3Cg fill='%23cdcdcd' fill-rule='evenodd'%3E%3Cpath d='M10.587 1.8h3.259c.472 0 .846.053 1.161.2s.567.412.716.748c.298.67.266 1.491.277 2.613V13.84c-.011 1.121.021 1.942-.277 2.613-.149.335-.401.6-.716.747s-.689.2-1.161.2H4.154c-.472 0-.846-.053-1.16-.2s-.568-.412-.717-.747c-.246-.554-.268-1.21-.273-2.053h.803c.016.854.058 1.428.178 1.707.072.166.151.26.336.348s.477.145.896.145h9.566c.42 0 .712-.057.897-.145a.602.602 0 0 0 .335-.348c.143-.331.175-1.081.185-2.222V5.309c-.01-1.137-.042-1.885-.185-2.216a.603.603 0 0 0-.335-.348c-.185-.088-.477-.145-.897-.145h-3.538c.182-.225.304-.5.342-.8zm-3.174 0c.038.3.16.575.341.8H4.217c-.42 0-.712.057-.896.145a.603.603 0 0 0-.336.348c-.143.33-.175 1.079-.185 2.216V10.8H2V5.361c.01-1.122-.021-1.942.277-2.613.149-.336.401-.601.716-.748s.689-.2 1.16-.2h3.26z'/%3E%3Cpath fill-rule='nonzero' d='M11.398 1.8v2.4H6.6V1.8h1.6c0 .447.353.8.8.8.445 0 .799-.353.799-.8h1.6z'/%3E%3Cpath fill-rule='nonzero' d='M10.6 1.6c0 .879-.722 1.6-1.6 1.6-.879 0-1.6-.721-1.6-1.6C7.4.72 8.121 0 9 0c.879 0 1.6.72 1.6 1.6zm-.8 0c0-.447-.354-.8-.8-.8-.447 0-.8.353-.8.8 0 .446.353.8.8.8.446 0 .8-.354.8-.8z'/%3E%3Cpath d='M8.4 7.2H14v1H8.4zM8.4 9.6H14v1H8.4zM10 12h4v1h-4z'/%3E%3Cpath fill-rule='nonzero' d='M4.4 10s2.134 1.026 4 2.505h-.002C6.427 14.03 4.4 15 4.4 15v-5z'/%3E%3Cpath d='M0 11.6h4.4v2H0z'/%3E%3C/g%3E%3C/svg%3E")}.p-icon--search{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16'%3E%3Cg transform='translate(-74.67 -285.57) scale(.66667)' color='%23000'%3E%3Cpath opacity='.05' fill='none' d='M112 452.36h24v-24h-24z'/%3E%3Cpath style='isolation:auto;mix-blend-mode:normal;block-progression:tb;text-decoration-line:none;text-indent:0;text-transform:none' d='M129.93 444.03l-2.27 2.27 6.07 6.07 2.27-2.27z' fill='%23666'/%3E%3Cellipse stroke-linejoin='round' stroke='%23666' rx='9.48' ry='9.48' cy='438.86' cx='122.5' stroke-linecap='round' stroke-width='2.04' fill='none'/%3E%3C/g%3E%3C/svg%3E")}[class*='--dark'] .p-icon--search,.p-icon--search.is-light{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16'%3E%3Cg transform='translate(-74.67 -285.57) scale(.66667)' color='%23000'%3E%3Cpath opacity='.05' fill='none' d='M112 452.36h24v-24h-24z'/%3E%3Cpath style='isolation:auto;mix-blend-mode:normal;block-progression:tb;text-decoration-line:none;text-indent:0;text-transform:none' d='M129.93 444.03l-2.27 2.27 6.07 6.07 2.27-2.27z' fill='%23cdcdcd'/%3E%3Cellipse stroke-linejoin='round' stroke='%23cdcdcd' rx='9.48' ry='9.48' cy='438.86' cx='122.5' stroke-linecap='round' stroke-width='2.04' fill='none'/%3E%3C/g%3E%3C/svg%3E")}.p-icon--success{background-image:url("data:image/svg+xml,%3Csvg width='17' height='17' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate%281 1%29' fill='none' fill-rule='evenodd'%3E%3Ccircle stroke='%230e8420' stroke-width='1.5' fill='%230e8420' cx='7.25' cy='7.25' r='7.25'/%3E%3Cpath fill='%23fff' d='M11.05 4.173l-.066.058L6.25 8.378l-2.776-2.38-.839.948L6.25 10.75l5.5-5.787-.7-.79z'/%3E%3C/g%3E%3C/svg%3E")}.p-icon--share{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16'%3E%3Cg color='%23000'%3E%3Cpath style='block-progression:tb;text-decoration-line:none;text-indent:0;text-transform:none' d='M11.43.01c-.55.03-1.09.24-1.5.6l-.95.8v.57a6.7 6.7 0 0 1-.16 1.49c-.1.45-.28.84-.54 1.16-.25.33-.58.58-1 .75-.42.19-.95.28-1.59.28-.62 0-1.07-.04-1.57-.11-.92.54-1.36 1.38-1.36 2.5s.53 1.72 1.36 2.52a14.3 14.3 0 0 1 1.57-.08c.64 0 1.17.1 1.6.28.41.18.74.43 1 .76.25.32.43.7.53 1.15.1.45.16.95.16 1.5v.41l.92.78c.49.44 1.16.67 1.81.63a2.49 2.49 0 0 0 1.72-.87c.42-.5.63-1.18.57-1.83a2.49 2.49 0 0 0-.93-1.68l-.65-.55h-1.7a4 4 0 0 1-1.22-.19c-.38-.1-.71-.3-1-.54a2.54 2.54 0 0 1-.64-.94 3.38 3.38 0 0 1-.25-1.33c0-.52.09-.97.25-1.35A2.54 2.54 0 0 1 9.5 5.24c.38-.12.79-.18 1.23-.18h1.53l.83-.68c.8-.65 1.11-1.82.75-2.78A2.53 2.53 0 0 0 11.44 0z' fill='%23666'/%3E%3Cpath opacity='.1' fill='none' d='M0 0h16v16H0z'/%3E%3C/g%3E%3C/svg%3E")}[class*='--dark'] .p-icon--share,.p-icon--share.is-light{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16'%3E%3Cg color='%23000'%3E%3Cpath style='block-progression:tb;text-decoration-line:none;text-indent:0;text-transform:none' d='M11.43.01c-.55.03-1.09.24-1.5.6l-.95.8v.57a6.7 6.7 0 0 1-.16 1.49c-.1.45-.28.84-.54 1.16-.25.33-.58.58-1 .75-.42.19-.95.28-1.59.28-.62 0-1.07-.04-1.57-.11-.92.54-1.36 1.38-1.36 2.5s.53 1.72 1.36 2.52a14.3 14.3 0 0 1 1.57-.08c.64 0 1.17.1 1.6.28.41.18.74.43 1 .76.25.32.43.7.53 1.15.1.45.16.95.16 1.5v.41l.92.78c.49.44 1.16.67 1.81.63a2.49 2.49 0 0 0 1.72-.87c.42-.5.63-1.18.57-1.83a2.49 2.49 0 0 0-.93-1.68l-.65-.55h-1.7a4 4 0 0 1-1.22-.19c-.38-.1-.71-.3-1-.54a2.54 2.54 0 0 1-.64-.94 3.38 3.38 0 0 1-.25-1.33c0-.52.09-.97.25-1.35A2.54 2.54 0 0 1 9.5 5.24c.38-.12.79-.18 1.23-.18h1.53l.83-.68c.8-.65 1.11-1.82.75-2.78A2.53 2.53 0 0 0 11.44 0z' fill='%23cdcdcd'/%3E%3Cpath opacity='.1' fill='none' d='M0 0h16v16H0z'/%3E%3C/g%3E%3C/svg%3E")}.p-icon--user{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16'%3E%3Cpath opacity='.12' fill='none' color='%23000' d='M15.997 15.998v-16h-16v16z'/%3E%3Cpath style='text-decoration-color:%23000;font-variant-numeric:normal;text-decoration-line:none;font-variant-position:normal;mix-blend-mode:normal;block-progression:tb;font-feature-settings:normal;shape-padding:0;font-variant-alternates:normal;text-indent:0;font-variant-caps:normal;text-decoration-style:solid;font-variant-ligatures:normal;isolation:auto;text-transform:none' d='M8 0c-.587 0-1.142.109-1.651.329-.508.209-.955.515-1.329.912h-.004a4.235 4.235 0 0 0-.844 1.426 5.128 5.128 0 0 0-.299 1.787c0 .653.098 1.256.3 1.802.199.539.48 1.012.843 1.41h.004c.25.264.531.49.841.676-.258.066-.701.144-.956.237-.878.322-1.617.766-2.196 1.334h-.004a5.586 5.586 0 0 0-1.286 2.03h-.002a7.541 7.541 0 0 0-.394 2.464v1.572L14.98 16v-1.572c0-.891-.139-1.7-.42-2.467a5.19 5.19 0 0 0-1.291-2.039c-.58-.567-1.316-1.011-2.194-1.333-.25-.093-.687-.17-.94-.236.31-.187.59-.414.834-.681.373-.397.661-.872.86-1.411a5.17 5.17 0 0 0 .3-1.803c0-.645-.098-1.243-.3-1.788a4.108 4.108 0 0 0-.86-1.427A3.652 3.652 0 0 0 9.652.33 4.14 4.14 0 0 0 8.001 0z' fill='%23666' color='%23000' white-space='normal'/%3E%3C/svg%3E")}[class*='--dark'] .p-icon--user,.p-icon--user.is-light{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16'%3E%3Cpath opacity='.12' fill='none' color='%23000' d='M15.997 15.998v-16h-16v16z'/%3E%3Cpath style='text-decoration-color:%23000;font-variant-numeric:normal;text-decoration-line:none;font-variant-position:normal;mix-blend-mode:normal;block-progression:tb;font-feature-settings:normal;shape-padding:0;font-variant-alternates:normal;text-indent:0;font-variant-caps:normal;text-decoration-style:solid;font-variant-ligatures:normal;isolation:auto;text-transform:none' d='M8 0c-.587 0-1.142.109-1.651.329-.508.209-.955.515-1.329.912h-.004a4.235 4.235 0 0 0-.844 1.426 5.128 5.128 0 0 0-.299 1.787c0 .653.098 1.256.3 1.802.199.539.48 1.012.843 1.41h.004c.25.264.531.49.841.676-.258.066-.701.144-.956.237-.878.322-1.617.766-2.196 1.334h-.004a5.586 5.586 0 0 0-1.286 2.03h-.002a7.541 7.541 0 0 0-.394 2.464v1.572L14.98 16v-1.572c0-.891-.139-1.7-.42-2.467a5.19 5.19 0 0 0-1.291-2.039c-.58-.567-1.316-1.011-2.194-1.333-.25-.093-.687-.17-.94-.236.31-.187.59-.414.834-.681.373-.397.661-.872.86-1.411a5.17 5.17 0 0 0 .3-1.803c0-.645-.098-1.243-.3-1.788a4.108 4.108 0 0 0-.86-1.427A3.652 3.652 0 0 0 9.652.33 4.14 4.14 0 0 0 8.001 0z' fill='%23cdcdcd' color='%23000' white-space='normal'/%3E%3C/svg%3E")}.p-icon--question{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16'%3E%3Cpath fill='none' color='%23000' d='M-.003.002h16v16h-16z'/%3E%3Cpath d='M7.997.002c-4.41 0-8 3.59-8 8s3.59 8 8 8 8-3.589 8-8-3.589-8-8-8z' fill='%23335280' color='%23000'/%3E%3Cpath d='M8.004 5.23q-.431 0-.825.11-.394.098-.825.332l-.419-1.145q.456-.258 1.035-.406.59-.16 1.206-.16.739 0 1.219.21.48.196.763.504.283.308.394.677.111.37.111.714 0 .419-.16.751-.148.333-.382.616t-.504.542q-.271.246-.505.517-.234.258-.394.554-.148.295-.148.664v.148q0 .074.012.148h-1.28q-.025-.123-.037-.259-.012-.147-.012-.27 0-.407.135-.727.136-.32.345-.59t.443-.506q.246-.234.456-.467.209-.234.344-.48.136-.247.136-.542 0-.407-.283-.665-.271-.271-.825-.271zM8.984 12.01q0 .43-.283.7-.284.272-.702.272-.406 0-.702-.271-.283-.271-.283-.702 0-.43.283-.702.296-.283.702-.283.418 0 .702.283.283.271.283.702z' fill='%23fff'/%3E%3C/svg%3E")}.p-icon--spinner{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' width='24'%3E%3Cpath d='M7.5 23.1a12 12 0 0 0 16.4-9.8l-1.1-.2a10.9 10.9 0 0 1-14.9 9l-.4 1zM5.3 22A12 12 0 0 1 5.3 2l.6 1a10.9 10.9 0 0 0 0 18l-.6 1zm18.6-11.2A12 12 0 0 0 7.5 1l.4 1a10.8 10.8 0 0 1 14.9 9l1-.2z' fill='%23666'/%3E%3C/svg%3E")}[class*='--dark'] .p-icon--spinner,.p-icon--spinner.is-light{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' width='24'%3E%3Cpath d='M7.5 23.1a12 12 0 0 0 16.4-9.8l-1.1-.2a10.9 10.9 0 0 1-14.9 9l-.4 1zM5.3 22A12 12 0 0 1 5.3 2l.6 1a10.9 10.9 0 0 0 0 18l-.6 1zm18.6-11.2A12 12 0 0 0 7.5 1l.4 1a10.8 10.8 0 0 1 14.9 9l1-.2z' fill='%23cdcdcd'/%3E%3C/svg%3E")}.p-icon--facebook{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='40' width='40' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Ccircle id='a' cx='20' cy='20' r='20'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23666' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cpath d='M30.037 10.001c-3.92 0-6.603 2.449-6.603 6.945v3.526H19v5.255h4.434V40c1.82-.246 3.6-.728 5.3-1.438V25.727h4.423l.66-5.255h-5.084V17.47c0-1.522.48-3.085 2.55-2.563H34v-4.7c-.47-.064-2.085-.207-3.963-.207v.001z' fill='%23fff' fill-rule='nonzero' mask='url%28%23b%29'/%3E%3C/g%3E%3C/svg%3E")}.p-icon--facebook:hover{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='40' width='40' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Ccircle id='a' cx='20' cy='20' r='20'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%233b5998' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cpath d='M30.037 10.001c-3.92 0-6.603 2.449-6.603 6.945v3.526H19v5.255h4.434V40c1.82-.246 3.6-.728 5.3-1.438V25.727h4.423l.66-5.255h-5.084V17.47c0-1.522.48-3.085 2.55-2.563H34v-4.7c-.47-.064-2.085-.207-3.963-.207v.001z' fill='%23fff' fill-rule='nonzero' mask='url%28%23b%29'/%3E%3C/g%3E%3C/svg%3E")}.p-icon--google{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' %3E%3Cpath d='M20 0C8.955 0 0 8.955 0 20s8.955 20 20 20 20-8.955 20-20S31.045 0 20 0zm-4.862 26.805A6.799 6.799 0 0 1 8.333 20a6.799 6.799 0 0 1 6.805-6.805c1.839 0 3.374.67 4.559 1.778l-1.845 1.78c-.507-.486-1.39-1.05-2.714-1.05-2.323 0-4.218 1.925-4.218 4.299 0 2.373 1.897 4.298 4.218 4.298 2.694 0 3.707-1.937 3.86-2.937h-3.86V19.03h6.425c.06.34.107.68.107 1.128.002 3.887-2.605 6.647-6.532 6.647zm16.529-5.833H28.75v2.916h-1.945v-2.916h-2.917v-1.944h2.917v-2.916h1.945v2.916h2.917v1.944z' fill='%23666' fill-rule='nonzero'/%3E%3C/svg%3E")}.p-icon--google:hover{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' %3E%3Cpath d='M20 0C8.955 0 0 8.955 0 20s8.955 20 20 20 20-8.955 20-20S31.045 0 20 0zm-4.862 26.805A6.799 6.799 0 0 1 8.333 20a6.799 6.799 0 0 1 6.805-6.805c1.839 0 3.374.67 4.559 1.778l-1.845 1.78c-.507-.486-1.39-1.05-2.714-1.05-2.323 0-4.218 1.925-4.218 4.299 0 2.373 1.897 4.298 4.218 4.298 2.694 0 3.707-1.937 3.86-2.937h-3.86V19.03h6.425c.06.34.107.68.107 1.128.002 3.887-2.605 6.647-6.532 6.647zm16.529-5.833H28.75v2.916h-1.945v-2.916h-2.917v-1.944h2.917v-2.916h1.945v2.916h2.917v1.944z' fill='%23dd4b39' fill-rule='nonzero'/%3E%3C/svg%3E")}.p-icon--twitter{background-image:url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' %3E%3Cg fill-rule='nonzero' fill='none'%3E%3Ccircle cx='20' cy='20' r='20' fill='%23666'/%3E%3Cpath d='M16.34 30.55c8.87 0 13.72-7.35 13.72-13.72 0-.21 0-.42-.01-.62.94-.68 1.76-1.53 2.41-2.5-.86.38-1.79.64-2.77.76 1-.6 1.76-1.54 2.12-2.67-.93.55-1.96.95-3.06 1.17a4.799 4.799 0 0 0-3.52-1.52c-2.66 0-4.82 2.16-4.82 4.82 0 .38.04.75.13 1.1a13.68 13.68 0 0 1-9.94-5.04c-.41.71-.65 1.54-.65 2.42a4.8 4.8 0 0 0 2.15 4.01c-.79-.02-1.53-.24-2.18-.6v.06c0 2.34 1.66 4.28 3.87 4.73a4.807 4.807 0 0 1-2.18.08 4.815 4.815 0 0 0 4.5 3.35 9.693 9.693 0 0 1-7.14 1.99c2.11 1.38 4.65 2.18 7.37 2.18' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E")}.p-icon--twitter:hover{background-image:url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' %3E%3Cg fill-rule='nonzero' fill='none'%3E%3Ccircle cx='20' cy='20' r='20' fill='%231da1f2'/%3E%3Cpath d='M16.34 30.55c8.87 0 13.72-7.35 13.72-13.72 0-.21 0-.42-.01-.62.94-.68 1.76-1.53 2.41-2.5-.86.38-1.79.64-2.77.76 1-.6 1.76-1.54 2.12-2.67-.93.55-1.96.95-3.06 1.17a4.799 4.799 0 0 0-3.52-1.52c-2.66 0-4.82 2.16-4.82 4.82 0 .38.04.75.13 1.1a13.68 13.68 0 0 1-9.94-5.04c-.41.71-.65 1.54-.65 2.42a4.8 4.8 0 0 0 2.15 4.01c-.79-.02-1.53-.24-2.18-.6v.06c0 2.34 1.66 4.28 3.87 4.73a4.807 4.807 0 0 1-2.18.08 4.815 4.815 0 0 0 4.5 3.35 9.693 9.693 0 0 1-7.14 1.99c2.11 1.38 4.65 2.18 7.37 2.18' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E")}.p-icon--instagram{background-image:url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M0 28.479h28.473V.009H0z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle cx='20' cy='20' r='20' fill='%23666' fill-rule='nonzero'/%3E%3Cg transform='translate%286 6%29'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath d='M14.237.009c-3.867 0-4.352.016-5.87.086-1.515.069-2.55.31-3.456.661-.936.364-1.73.851-2.522 1.642A6.978 6.978 0 0 0 .747 4.92C.395 5.826.155 6.86.086 8.376.016 9.894 0 10.379 0 14.246c0 3.866.016 4.35.086 5.87.069 1.515.31 2.55.661 3.455.364.936.851 1.73 1.642 2.522a6.98 6.98 0 0 0 2.522 1.642c.906.352 1.94.592 3.456.661 1.518.07 2.003.086 5.87.086 3.866 0 4.35-.016 5.87-.086 1.515-.069 2.55-.31 3.455-.661a6.98 6.98 0 0 0 2.522-1.642 6.98 6.98 0 0 0 1.642-2.522c.352-.905.592-1.94.661-3.456.07-1.518.086-2.003.086-5.87 0-3.866-.016-4.35-.086-5.87-.069-1.514-.31-2.55-.661-3.455a6.98 6.98 0 0 0-1.642-2.522A6.978 6.978 0 0 0 23.562.756c-.905-.352-1.94-.592-3.456-.661-1.518-.07-2.003-.086-5.87-.086zm0 2.565c3.8 0 4.251.015 5.752.083 1.388.063 2.142.295 2.644.49a4.41 4.41 0 0 1 1.637 1.065 4.41 4.41 0 0 1 1.065 1.637c.195.502.427 1.256.49 2.644.068 1.501.083 1.951.083 5.753 0 3.8-.015 4.251-.083 5.752-.063 1.388-.295 2.142-.49 2.644a4.41 4.41 0 0 1-1.065 1.637 4.41 4.41 0 0 1-1.637 1.065c-.502.195-1.256.427-2.644.49-1.5.068-1.95.083-5.752.083-3.802 0-4.252-.015-5.753-.083-1.388-.063-2.142-.295-2.644-.49a4.41 4.41 0 0 1-1.637-1.065 4.411 4.411 0 0 1-1.065-1.637c-.195-.502-.427-1.256-.49-2.644-.068-1.5-.083-1.951-.083-5.752 0-3.802.015-4.252.083-5.753.063-1.388.295-2.142.49-2.644a4.41 4.41 0 0 1 1.065-1.637A4.41 4.41 0 0 1 5.84 3.147c.502-.195 1.256-.427 2.644-.49 1.501-.068 1.951-.083 5.753-.083z' fill='%23fff' mask='url%28%23b%29'/%3E%3C/g%3E%3Cpath d='M20.24 24.991a4.746 4.746 0 1 1 0-9.49 4.746 4.746 0 0 1 0 9.49zm0-12.056a7.31 7.31 0 1 0 0 14.621 7.31 7.31 0 0 0 0-14.621zM29.54 12.646a1.708 1.708 0 1 1-3.416 0 1.708 1.708 0 0 1 3.417 0' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E")}.p-icon--instagram:hover{background-image:url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M0 28.479h28.473V.009H0z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle cx='20' cy='20' r='20' fill='%23fb3958' fill-rule='nonzero'/%3E%3Cg transform='translate%286 6%29'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath d='M14.237.009c-3.867 0-4.352.016-5.87.086-1.515.069-2.55.31-3.456.661-.936.364-1.73.851-2.522 1.642A6.978 6.978 0 0 0 .747 4.92C.395 5.826.155 6.86.086 8.376.016 9.894 0 10.379 0 14.246c0 3.866.016 4.35.086 5.87.069 1.515.31 2.55.661 3.455.364.936.851 1.73 1.642 2.522a6.98 6.98 0 0 0 2.522 1.642c.906.352 1.94.592 3.456.661 1.518.07 2.003.086 5.87.086 3.866 0 4.35-.016 5.87-.086 1.515-.069 2.55-.31 3.455-.661a6.98 6.98 0 0 0 2.522-1.642 6.98 6.98 0 0 0 1.642-2.522c.352-.905.592-1.94.661-3.456.07-1.518.086-2.003.086-5.87 0-3.866-.016-4.35-.086-5.87-.069-1.514-.31-2.55-.661-3.455a6.98 6.98 0 0 0-1.642-2.522A6.978 6.978 0 0 0 23.562.756c-.905-.352-1.94-.592-3.456-.661-1.518-.07-2.003-.086-5.87-.086zm0 2.565c3.8 0 4.251.015 5.752.083 1.388.063 2.142.295 2.644.49a4.41 4.41 0 0 1 1.637 1.065 4.41 4.41 0 0 1 1.065 1.637c.195.502.427 1.256.49 2.644.068 1.501.083 1.951.083 5.753 0 3.8-.015 4.251-.083 5.752-.063 1.388-.295 2.142-.49 2.644a4.41 4.41 0 0 1-1.065 1.637 4.41 4.41 0 0 1-1.637 1.065c-.502.195-1.256.427-2.644.49-1.5.068-1.95.083-5.752.083-3.802 0-4.252-.015-5.753-.083-1.388-.063-2.142-.295-2.644-.49a4.41 4.41 0 0 1-1.637-1.065 4.411 4.411 0 0 1-1.065-1.637c-.195-.502-.427-1.256-.49-2.644-.068-1.5-.083-1.951-.083-5.752 0-3.802.015-4.252.083-5.753.063-1.388.295-2.142.49-2.644a4.41 4.41 0 0 1 1.065-1.637A4.41 4.41 0 0 1 5.84 3.147c.502-.195 1.256-.427 2.644-.49 1.501-.068 1.951-.083 5.753-.083z' fill='%23fff' mask='url%28%23b%29'/%3E%3C/g%3E%3Cpath d='M20.24 24.991a4.746 4.746 0 1 1 0-9.49 4.746 4.746 0 0 1 0 9.49zm0-12.056a7.31 7.31 0 1 0 0 14.621 7.31 7.31 0 0 0 0-14.621zM29.54 12.646a1.708 1.708 0 1 1-3.416 0 1.708 1.708 0 0 1 3.417 0' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E")}.p-icon--linkedin{background-image:url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' %3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle fill='%23666' fill-rule='nonzero' cx='20' cy='20' r='20'/%3E%3Cg fill='%23fff'%3E%3Cpath d='M11.07 8.406a2.743 2.743 0 0 1 2.731 2.75c0 1.52-1.225 2.753-2.731 2.753a2.743 2.743 0 0 1-2.734-2.752 2.742 2.742 0 0 1 2.734-2.751zM8.712 31.268h4.713V15.997H8.712v15.271zM16.382 15.997h4.52v2.087h.064c.63-1.201 2.167-2.467 4.46-2.467 4.773 0 5.654 3.163 5.654 7.274v8.377h-4.71v-7.426c0-1.771-.032-4.05-2.45-4.05-2.452 0-2.828 1.93-2.828 3.921v7.555h-4.71V15.997'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.p-icon--linkedin:hover{background-image:url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' %3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle fill='%230071a1' fill-rule='nonzero' cx='20' cy='20' r='20'/%3E%3Cg fill='%23fff'%3E%3Cpath d='M11.07 8.406a2.743 2.743 0 0 1 2.731 2.75c0 1.52-1.225 2.753-2.731 2.753a2.743 2.743 0 0 1-2.734-2.752 2.742 2.742 0 0 1 2.734-2.751zM8.712 31.268h4.713V15.997H8.712v15.271zM16.382 15.997h4.52v2.087h.064c.63-1.201 2.167-2.467 4.46-2.467 4.773 0 5.654 3.163 5.654 7.274v8.377h-4.71v-7.426c0-1.771-.032-4.05-2.45-4.05-2.452 0-2.828 1.93-2.828 3.921v7.555h-4.71V15.997'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.p-icon--youtube{background-image:url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M.009 18.367V.006h26.06v18.36z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle fill='%23666' fill-rule='nonzero' cx='20' cy='20' r='20'/%3E%3Cg transform='translate%287 11%29'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath d='M25.524 2.868A3.275 3.275 0 0 0 23.22.548C21.187 0 13.034 0 13.034 0S4.882 0 2.85.548a3.275 3.275 0 0 0-2.305 2.32C0 4.914 0 9.183 0 9.183s0 4.27.545 6.316a3.276 3.276 0 0 0 2.305 2.32c2.032.548 10.184.548 10.184.548s8.153 0 10.185-.548a3.276 3.276 0 0 0 2.305-2.32c.545-2.047.545-6.316.545-6.316s0-4.269-.545-6.315' fill='%23fff' mask='url%28%23b%29'/%3E%3C/g%3E%3Cpath fill='%23666' d='M17.368 24.06l6.814-3.876-6.814-3.877v7.753'/%3E%3C/g%3E%3C/svg%3E")}.p-icon--youtube:hover{background-image:url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M.009 18.367V.006h26.06v18.36z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle fill='%23d9252a' fill-rule='nonzero' cx='20' cy='20' r='20'/%3E%3Cg transform='translate%287 11%29'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath d='M25.524 2.868A3.275 3.275 0 0 0 23.22.548C21.187 0 13.034 0 13.034 0S4.882 0 2.85.548a3.275 3.275 0 0 0-2.305 2.32C0 4.914 0 9.183 0 9.183s0 4.27.545 6.316a3.276 3.276 0 0 0 2.305 2.32c2.032.548 10.184.548 10.184.548s8.153 0 10.185-.548a3.276 3.276 0 0 0 2.305-2.32c.545-2.047.545-6.316.545-6.316s0-4.269-.545-6.315' fill='%23fff' mask='url%28%23b%29'/%3E%3C/g%3E%3Cpath fill='%23d9252a' d='M17.368 24.06l6.814-3.876-6.814-3.877v7.753'/%3E%3C/g%3E%3C/svg%3E")}.p-icon--canonical{background-image:url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' %3E%3Cpath d='M20 32.735c-7.036 0-12.736-5.7-12.736-12.736 0-7.034 5.7-12.734 12.736-12.734 7.036 0 12.736 5.7 12.736 12.734 0 7.036-5.7 12.736-12.736 12.736zM40 20c0 11.045-8.955 20-20 20S0 31.045 0 20C0 8.954 8.955 0 20 0s20 8.954 20 20zM20 4.865C11.636 4.865 4.864 11.642 4.864 20c0 8.36 6.772 15.135 15.136 15.135 8.364 0 15.136-6.775 15.136-15.135 0-8.358-6.772-15.135-15.136-15.135z' fill='%23666' fill-rule='nonzero'/%3E%3C/svg%3E")}.p-icon--canonical:hover{background-image:url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' %3E%3Cpath d='M20 32.735c-7.036 0-12.736-5.7-12.736-12.736 0-7.034 5.7-12.734 12.736-12.734 7.036 0 12.736 5.7 12.736 12.734 0 7.036-5.7 12.736-12.736 12.736zM40 20c0 11.045-8.955 20-20 20S0 31.045 0 20C0 8.954 8.955 0 20 0s20 8.954 20 20zM20 4.865C11.636 4.865 4.864 11.642 4.864 20c0 8.36 6.772 15.135 15.136 15.135 8.364 0 15.136-6.775 15.136-15.135 0-8.358-6.772-15.135-15.136-15.135z' fill='%23772953' fill-rule='nonzero'/%3E%3C/svg%3E")}.p-icon--ubuntu{background-image:url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' %3E%3Cg fill-rule='nonzero' fill='none'%3E%3Cpath d='M39.906 20.013c0 10.987-8.905 19.893-19.892 19.893C9.028 39.906.122 31 .122 20.013.122 9.028 9.028.122 20.014.122c10.987 0 19.892 8.905 19.892 19.891z' fill='%23666'/%3E%3Cpath d='M9.69 20.013a2.558 2.558 0 1 1-5.116 0 2.558 2.558 0 0 1 5.116 0zM24.241 32.45a2.559 2.559 0 0 0 4.43-2.558 2.557 2.557 0 1 0-4.43 2.558zm4.429-22.313a2.557 2.557 0 1 0-4.43-2.556 2.557 2.557 0 0 0 4.43 2.556zm-8.656 2.584a7.292 7.292 0 0 1 7.265 6.648l3.701-.059a10.954 10.954 0 0 0-3.227-7.094 3.591 3.591 0 0 1-3.097-.24A3.592 3.592 0 0 1 22.9 9.41c-.92-.25-1.888-.384-2.886-.384-1.75 0-3.404.41-4.874 1.137l1.801 3.234a7.278 7.278 0 0 1 3.073-.677zm-7.294 7.293a7.283 7.283 0 0 1 3.102-5.967l-1.9-3.177a11.005 11.005 0 0 0-4.533 6.341 3.59 3.59 0 0 1 1.343 2.803 3.592 3.592 0 0 1-1.343 2.804 11.01 11.01 0 0 0 4.532 6.343l1.9-3.177a7.286 7.286 0 0 1-3.1-5.97zm7.294 7.295a7.267 7.267 0 0 1-3.073-.678l-1.8 3.234a10.938 10.938 0 0 0 4.873 1.137c.998 0 1.966-.132 2.886-.383a3.587 3.587 0 0 1 1.756-2.564 3.591 3.591 0 0 1 3.097-.24 10.958 10.958 0 0 0 3.227-7.096l-3.701-.058a7.293 7.293 0 0 1-7.265 6.648z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E")}.p-icon--ubuntu:hover{background-image:url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' %3E%3Cg fill-rule='nonzero' fill='none'%3E%3Cpath d='M39.906 20.013c0 10.987-8.905 19.893-19.892 19.893C9.028 39.906.122 31 .122 20.013.122 9.028 9.028.122 20.014.122c10.987 0 19.892 8.905 19.892 19.891z' fill='%23e95420'/%3E%3Cpath d='M9.69 20.013a2.558 2.558 0 1 1-5.116 0 2.558 2.558 0 0 1 5.116 0zM24.241 32.45a2.559 2.559 0 0 0 4.43-2.558 2.557 2.557 0 1 0-4.43 2.558zm4.429-22.313a2.557 2.557 0 1 0-4.43-2.556 2.557 2.557 0 0 0 4.43 2.556zm-8.656 2.584a7.292 7.292 0 0 1 7.265 6.648l3.701-.059a10.954 10.954 0 0 0-3.227-7.094 3.591 3.591 0 0 1-3.097-.24A3.592 3.592 0 0 1 22.9 9.41c-.92-.25-1.888-.384-2.886-.384-1.75 0-3.404.41-4.874 1.137l1.801 3.234a7.278 7.278 0 0 1 3.073-.677zm-7.294 7.293a7.283 7.283 0 0 1 3.102-5.967l-1.9-3.177a11.005 11.005 0 0 0-4.533 6.341 3.59 3.59 0 0 1 1.343 2.803 3.592 3.592 0 0 1-1.343 2.804 11.01 11.01 0 0 0 4.532 6.343l1.9-3.177a7.286 7.286 0 0 1-3.1-5.97zm7.294 7.295a7.267 7.267 0 0 1-3.073-.678l-1.8 3.234a10.938 10.938 0 0 0 4.873 1.137c.998 0 1.966-.132 2.886-.383a3.587 3.587 0 0 1 1.756-2.564 3.591 3.591 0 0 1 3.097-.24 10.958 10.958 0 0 0 3.227-7.096l-3.701-.058a7.293 7.293 0 0 1-7.265 6.648z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E")}.p-icon--medium{background-size:contain;height:1.25rem;width:1.25rem}.p-icon--large{background-size:contain;height:1.5rem;width:1.5rem}.p-icon--x-large{background-size:contain;height:1.75rem;width:1.75rem}.p-icon--x-large{background-size:contain;height:2.25rem;width:2.25rem}.p-icon--xx-large{background-size:contain;height:3rem;width:3rem}[class*='p-button-'] [class*='p-icon-']{top:-1px;vertical-align:middle}.p-image--bordered{border-color:#cdcdcd;border-style:solid;border-width:1px}.p-image--shadowed{box-shadow:0 1px 5px 1px rgba(205,205,205,0.2)}.p-inline-images{display:block;list-style:none;margin-left:0;padding-left:0;text-align:center}.p-inline-images__item{display:inline-block;margin:1rem;overflow:hidden;text-align:center;vertical-align:middle}@media only screen and (min-width: 772px){.p-inline-images__item{margin:1.875rem}}.p-inline-images__logo{max-height:3rem;max-width:7rem;width:auto}@media screen and (min-width: 772px){.p-inline-images__logo{max-height:5.5rem;max-width:9rem}}.p-label--validated{background-color:#006b75;color:#fff}.p-label--in-progress{background-color:#f99b11;color:#111}.p-label--new{background-color:#0e8420;color:#fff}.p-label--updated{background-color:#335280;color:#fff}.p-label--deprecated{background-color:#c7162b;color:#fff}.p-link--soft{color:#111}.p-link--soft:visited{color:#111;text-decoration:none}.p-link--soft:hover{color:#007aa6}.p-link--soft.is-selected{font-weight:400}.p-link--inverted{color:#f7f7f7;font-weight:400}.p-link--inverted:hover{color:#f7f7f7}.p-link--inverted:visited{color:#dedede}@supports (mask-size: 1em) or (-webkit-mask-size: 1em){.p-link--external::after{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' %3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M-1-1h16v16H-1'/%3E%3Cpath fill='%23111' d='M4.867 1.313C.6 1.32.067 1.443.067 4.51v6.4c0 3.2.533 3.2 5.333 3.2h2.133c4.8 0 5.334 0 5.334-3.2v-1.6h-1.6v1.068c0 2.133 0 2.133-4.267 2.133H5.933c-4.266 0-4.266 0-4.266-2.132V5.044c0-1.93.034-2.112 3.2-2.13v-1.6z'/%3E%3Cpath d='M-1-1h16v16H-1'/%3E%3Cpath fill='%23111' d='M6.435 2.16c.11-.446 7.113-2.196 7.448-1.86.335.334-1.416 7.335-1.863 7.447-.447.112-5.697-5.14-5.586-5.586z'/%3E%3Cpath fill='%23111' d='M9.032 3.38L4.705 7.708l1.767 1.767L10.8 5.148'/%3E%3C/g%3E%3C/svg%3E") no-repeat 0 0/cover;background-color:currentColor;content:'';margin:0 0 0 0.25em;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' %3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M-1-1h16v16H-1'/%3E%3Cpath fill='%23111' d='M4.867 1.313C.6 1.32.067 1.443.067 4.51v6.4c0 3.2.533 3.2 5.333 3.2h2.133c4.8 0 5.334 0 5.334-3.2v-1.6h-1.6v1.068c0 2.133 0 2.133-4.267 2.133H5.933c-4.266 0-4.266 0-4.266-2.132V5.044c0-1.93.034-2.112 3.2-2.13v-1.6z'/%3E%3Cpath d='M-1-1h16v16H-1'/%3E%3Cpath fill='%23111' d='M6.435 2.16c.11-.446 7.113-2.196 7.448-1.86.335.334-1.416 7.335-1.863 7.447-.447.112-5.697-5.14-5.586-5.586z'/%3E%3Cpath fill='%23111' d='M9.032 3.38L4.705 7.708l1.767 1.767L10.8 5.148'/%3E%3C/g%3E%3C/svg%3E") no-repeat 0 0/cover;padding-right:0.75em}}@supports not ((mask-size: 1em) or (-webkit-mask-size: 1em)){.p-link--external{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='0.75em' height='0.75em' viewBox='0 0 16 16' %3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M-1-1h16v16H-1'/%3E%3Cpath fill='%23007aa6' d='M4.867 1.313C.6 1.32.067 1.443.067 4.51v6.4c0 3.2.533 3.2 5.333 3.2h2.133c4.8 0 5.334 0 5.334-3.2v-1.6h-1.6v1.068c0 2.133 0 2.133-4.267 2.133H5.933c-4.266 0-4.266 0-4.266-2.132V5.044c0-1.93.034-2.112 3.2-2.13v-1.6z'/%3E%3Cpath d='M-1-1h16v16H-1'/%3E%3Cpath fill='%23007aa6' d='M6.435 2.16c.11-.446 7.113-2.196 7.448-1.86.335.334-1.416 7.335-1.863 7.447-.447.112-5.697-5.14-5.586-5.586z'/%3E%3Cpath fill='%23007aa6' d='M9.032 3.38L4.705 7.708l1.767 1.767L10.8 5.148'/%3E%3C/g%3E%3C/svg%3E");background-position:top right;background-repeat:no-repeat;background-size:0.75em;margin-top:-0.25em;padding:0.25em 1em 0 0}.p-link--external.p-link--soft,.p-link--external.sidebar__link{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='0.75em' height='0.75em' viewBox='0 0 16 16' %3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M-1-1h16v16H-1'/%3E%3Cpath fill='%23111' d='M4.867 1.313C.6 1.32.067 1.443.067 4.51v6.4c0 3.2.533 3.2 5.333 3.2h2.133c4.8 0 5.334 0 5.334-3.2v-1.6h-1.6v1.068c0 2.133 0 2.133-4.267 2.133H5.933c-4.266 0-4.266 0-4.266-2.132V5.044c0-1.93.034-2.112 3.2-2.13v-1.6z'/%3E%3Cpath d='M-1-1h16v16H-1'/%3E%3Cpath fill='%23111' d='M6.435 2.16c.11-.446 7.113-2.196 7.448-1.86.335.334-1.416 7.335-1.863 7.447-.447.112-5.697-5.14-5.586-5.586z'/%3E%3Cpath fill='%23111' d='M9.032 3.38L4.705 7.708l1.767 1.767L10.8 5.148'/%3E%3C/g%3E%3C/svg%3E")}.p-link--external.p-link--soft:hover,.p-link--external.sidebar__link:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='0.75em' height='0.75em' viewBox='0 0 16 16' %3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M-1-1h16v16H-1'/%3E%3Cpath fill='%23007aa6' d='M4.867 1.313C.6 1.32.067 1.443.067 4.51v6.4c0 3.2.533 3.2 5.333 3.2h2.133c4.8 0 5.334 0 5.334-3.2v-1.6h-1.6v1.068c0 2.133 0 2.133-4.267 2.133H5.933c-4.266 0-4.266 0-4.266-2.132V5.044c0-1.93.034-2.112 3.2-2.13v-1.6z'/%3E%3Cpath d='M-1-1h16v16H-1'/%3E%3Cpath fill='%23007aa6' d='M6.435 2.16c.11-.446 7.113-2.196 7.448-1.86.335.334-1.416 7.335-1.863 7.447-.447.112-5.697-5.14-5.586-5.586z'/%3E%3Cpath fill='%23007aa6' d='M9.032 3.38L4.705 7.708l1.767 1.767L10.8 5.148'/%3E%3C/g%3E%3C/svg%3E")}.p-link--external.p-link--inverted{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='0.75em' height='0.75em' viewBox='0 0 16 16' %3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M-1-1h16v16H-1'/%3E%3Cpath fill='%23f7f7f7' d='M4.867 1.313C.6 1.32.067 1.443.067 4.51v6.4c0 3.2.533 3.2 5.333 3.2h2.133c4.8 0 5.334 0 5.334-3.2v-1.6h-1.6v1.068c0 2.133 0 2.133-4.267 2.133H5.933c-4.266 0-4.266 0-4.266-2.132V5.044c0-1.93.034-2.112 3.2-2.13v-1.6z'/%3E%3Cpath d='M-1-1h16v16H-1'/%3E%3Cpath fill='%23f7f7f7' d='M6.435 2.16c.11-.446 7.113-2.196 7.448-1.86.335.334-1.416 7.335-1.863 7.447-.447.112-5.697-5.14-5.586-5.586z'/%3E%3Cpath fill='%23f7f7f7' d='M9.032 3.38L4.705 7.708l1.767 1.767L10.8 5.148'/%3E%3C/g%3E%3C/svg%3E")}.p-link--external.p-link--inverted:visited{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='0.75em' height='0.75em' viewBox='0 0 16 16' %3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M-1-1h16v16H-1'/%3E%3Cpath fill='%23dedede' d='M4.867 1.313C.6 1.32.067 1.443.067 4.51v6.4c0 3.2.533 3.2 5.333 3.2h2.133c4.8 0 5.334 0 5.334-3.2v-1.6h-1.6v1.068c0 2.133 0 2.133-4.267 2.133H5.933c-4.266 0-4.266 0-4.266-2.132V5.044c0-1.93.034-2.112 3.2-2.13v-1.6z'/%3E%3Cpath d='M-1-1h16v16H-1'/%3E%3Cpath fill='%23dedede' d='M6.435 2.16c.11-.446 7.113-2.196 7.448-1.86.335.334-1.416 7.335-1.863 7.447-.447.112-5.697-5.14-5.586-5.586z'/%3E%3Cpath fill='%23dedede' d='M9.032 3.38L4.705 7.708l1.767 1.767L10.8 5.148'/%3E%3C/g%3E%3C/svg%3E")}.p-link--external.sidebar__link{display:inline-block;padding:0 1em 1em 0}.p-button .p-link--external,.p-button--neutral .p-link--external,.p-button--base .p-link--external{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='0.75em' height='0.75em' viewBox='0 0 16 16' %3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M-1-1h16v16H-1'/%3E%3Cpath fill='%23111' d='M4.867 1.313C.6 1.32.067 1.443.067 4.51v6.4c0 3.2.533 3.2 5.333 3.2h2.133c4.8 0 5.334 0 5.334-3.2v-1.6h-1.6v1.068c0 2.133 0 2.133-4.267 2.133H5.933c-4.266 0-4.266 0-4.266-2.132V5.044c0-1.93.034-2.112 3.2-2.13v-1.6z'/%3E%3Cpath d='M-1-1h16v16H-1'/%3E%3Cpath fill='%23111' d='M6.435 2.16c.11-.446 7.113-2.196 7.448-1.86.335.334-1.416 7.335-1.863 7.447-.447.112-5.697-5.14-5.586-5.586z'/%3E%3Cpath fill='%23111' d='M9.032 3.38L4.705 7.708l1.767 1.767L10.8 5.148'/%3E%3C/g%3E%3C/svg%3E");padding-top:0}.p-button--positive .p-link--external{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='0.75em' height='0.75em' viewBox='0 0 16 16' %3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M-1-1h16v16H-1'/%3E%3Cpath fill='%23fff' d='M4.867 1.313C.6 1.32.067 1.443.067 4.51v6.4c0 3.2.533 3.2 5.333 3.2h2.133c4.8 0 5.334 0 5.334-3.2v-1.6h-1.6v1.068c0 2.133 0 2.133-4.267 2.133H5.933c-4.266 0-4.266 0-4.266-2.132V5.044c0-1.93.034-2.112 3.2-2.13v-1.6z'/%3E%3Cpath d='M-1-1h16v16H-1'/%3E%3Cpath fill='%23fff' d='M6.435 2.16c.11-.446 7.113-2.196 7.448-1.86.335.334-1.416 7.335-1.863 7.447-.447.112-5.697-5.14-5.586-5.586z'/%3E%3Cpath fill='%23fff' d='M9.032 3.38L4.705 7.708l1.767 1.767L10.8 5.148'/%3E%3C/g%3E%3C/svg%3E");padding-top:0}.p-button--negative .p-link--external{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='0.75em' height='0.75em' viewBox='0 0 16 16' %3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M-1-1h16v16H-1'/%3E%3Cpath fill='%23fff' d='M4.867 1.313C.6 1.32.067 1.443.067 4.51v6.4c0 3.2.533 3.2 5.333 3.2h2.133c4.8 0 5.334 0 5.334-3.2v-1.6h-1.6v1.068c0 2.133 0 2.133-4.267 2.133H5.933c-4.266 0-4.266 0-4.266-2.132V5.044c0-1.93.034-2.112 3.2-2.13v-1.6z'/%3E%3Cpath d='M-1-1h16v16H-1'/%3E%3Cpath fill='%23fff' d='M6.435 2.16c.11-.446 7.113-2.196 7.448-1.86.335.334-1.416 7.335-1.863 7.447-.447.112-5.697-5.14-5.586-5.586z'/%3E%3Cpath fill='%23fff' d='M9.032 3.38L4.705 7.708l1.767 1.767L10.8 5.148'/%3E%3C/g%3E%3C/svg%3E");padding-top:0}.p-button--brand .p-link--external{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='0.75em' height='0.75em' viewBox='0 0 16 16' %3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M-1-1h16v16H-1'/%3E%3Cpath fill='%23fff' d='M4.867 1.313C.6 1.32.067 1.443.067 4.51v6.4c0 3.2.533 3.2 5.333 3.2h2.133c4.8 0 5.334 0 5.334-3.2v-1.6h-1.6v1.068c0 2.133 0 2.133-4.267 2.133H5.933c-4.266 0-4.266 0-4.266-2.132V5.044c0-1.93.034-2.112 3.2-2.13v-1.6z'/%3E%3Cpath d='M-1-1h16v16H-1'/%3E%3Cpath fill='%23fff' d='M6.435 2.16c.11-.446 7.113-2.196 7.448-1.86.335.334-1.416 7.335-1.863 7.447-.447.112-5.697-5.14-5.586-5.586z'/%3E%3Cpath fill='%23fff' d='M9.032 3.38L4.705 7.708l1.767 1.767L10.8 5.148'/%3E%3C/g%3E%3C/svg%3E");padding-top:0}.p-strip--dark * .p-link--external.p-link--soft,.p-strip--accent * .p-link--external.p-link--soft,.p-strip--image.is-dark * .p-link--external.p-link--soft{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='0.75em' height='0.75em' viewBox='0 0 16 16' %3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M-1-1h16v16H-1'/%3E%3Cpath fill='%23fff' d='M4.867 1.313C.6 1.32.067 1.443.067 4.51v6.4c0 3.2.533 3.2 5.333 3.2h2.133c4.8 0 5.334 0 5.334-3.2v-1.6h-1.6v1.068c0 2.133 0 2.133-4.267 2.133H5.933c-4.266 0-4.266 0-4.266-2.132V5.044c0-1.93.034-2.112 3.2-2.13v-1.6z'/%3E%3Cpath d='M-1-1h16v16H-1'/%3E%3Cpath fill='%23fff' d='M6.435 2.16c.11-.446 7.113-2.196 7.448-1.86.335.334-1.416 7.335-1.863 7.447-.447.112-5.697-5.14-5.586-5.586z'/%3E%3Cpath fill='%23fff' d='M9.032 3.38L4.705 7.708l1.767 1.767L10.8 5.148'/%3E%3C/g%3E%3C/svg%3E")}.p-strip--dark * .p-link--external.p-link--soft:hover,.p-strip--accent * .p-link--external.p-link--soft:hover,.p-strip--image.is-dark * .p-link--external.p-link--soft:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='0.75em' height='0.75em' viewBox='0 0 16 16' %3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M-1-1h16v16H-1'/%3E%3Cpath fill='%23007aa6' d='M4.867 1.313C.6 1.32.067 1.443.067 4.51v6.4c0 3.2.533 3.2 5.333 3.2h2.133c4.8 0 5.334 0 5.334-3.2v-1.6h-1.6v1.068c0 2.133 0 2.133-4.267 2.133H5.933c-4.266 0-4.266 0-4.266-2.132V5.044c0-1.93.034-2.112 3.2-2.13v-1.6z'/%3E%3Cpath d='M-1-1h16v16H-1'/%3E%3Cpath fill='%23007aa6' d='M6.435 2.16c.11-.446 7.113-2.196 7.448-1.86.335.334-1.416 7.335-1.863 7.447-.447.112-5.697-5.14-5.586-5.586z'/%3E%3Cpath fill='%23007aa6' d='M9.032 3.38L4.705 7.708l1.767 1.767L10.8 5.148'/%3E%3C/g%3E%3C/svg%3E")}}.p-top{border-bottom:1px dotted #cdcdcd;clear:both;margin:20px 0}.p-top__link{background:#fff;color:#111;float:right;margin-right:5px;padding:0 5px;position:relative;text-decoration:none;top:-0.725rem}.p-list-tree__item--group::after,.p-list-tree .p-list-tree[aria-hidden='false']::after{background-position:center;background-repeat:no-repeat;content:' ';display:block;height:.9375rem;left:-0.75rem;pointer-events:none;position:absolute;top:0.4rem;width:.9375rem}.p-list-tree{border-left:1px solid #cdcdcd;list-style-type:none;margin-left:1rem;padding:0 0 0 .25rem}.p-list-tree .p-list-tree{display:none;margin-left:0}.p-list-tree .p-list-tree[aria-hidden='false']{display:block}.p-list-tree .p-list-tree[aria-hidden='false']::after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='15' width='15' viewBox='0 0 15 15'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h15v15H0z'/%3E%3C/defs%3E%3Cg fill-rule='evenodd' fill='none'%3E%3Cuse xlink:href='%23a' fill='%23FFF'/%3E%3Cpath stroke='%23888' d='M.5.5h14v14H.5z'/%3E%3Cpath fill='%23888' d='M4 8V7h7v1z'/%3E%3C/g%3E%3C/svg%3E");z-index:1}.p-list-tree__item{margin-top:.125rem;padding-left:0.8rem;position:relative}.p-list-tree__item::before{background:#cdcdcd;content:' ';display:block;height:1px;left:-.25rem;pointer-events:none;position:absolute;top:0.8rem;width:0.625rem}.p-list-tree__item--group::after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='15' width='15' viewBox='0 0 15 15'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h15v15H0z'/%3E%3C/defs%3E%3Cg fill-rule='evenodd' fill='none'%3E%3Cuse xlink:href='%23a' fill='%23FFF'/%3E%3Cpath stroke='%23888' d='M.5.5h14v14H.5z'/%3E%3Cpath fill='%23888' d='M7 4h1v7H7z'/%3E%3Cpath fill='%23888' d='M4 8V7h7v1z'/%3E%3C/g%3E%3C/svg%3E")}.p-list-tree__toggle{background:transparent;border:0;font-weight:normal;margin:0 0 0 -1.75rem;padding:0 0 0 1.75rem;transition-duration:0s;width:auto}.p-list-tree__toggle:hover{background:transparent;color:#007aa6;text-decoration:underline}.p-list-tree__toggle:focus{background:transparent;outline:1px dotted #cdcdcd}.p-list{list-style:none;margin-left:0;padding-left:0}.p-list .p-list__item{padding-bottom:.25rem;padding-top:.25rem}form .p-list .p-list__item{padding-bottom:0;padding-top:0}form .p-list .p-list__item label{margin-bottom:.1rem}.p-list--divided{list-style:none;margin-left:0;padding-left:0}.p-list--divided .p-list__item{padding-bottom:.25rem;padding-top:.25rem}form .p-list--divided .p-list__item{padding-bottom:0;padding-top:0}form .p-list--divided .p-list__item label{margin-bottom:.1rem}.p-list--divided .p-list__item{position:relative}.p-list--divided .p-list__item::after{border-bottom:1px solid #cdcdcd;bottom:0;content:'';height:1px;left:0;position:absolute;right:0}.p-list--divided .p-list__item:last-of-type::after,.p-list--divided .p-list__item .last-item::after{border-bottom:0}.p-list--divided.is-split .p-list__item:last-of-type{border-bottom:1px solid #cdcdcd}.is-ticked{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Ccircle fill='%23333' cx='7' cy='7' r='7'/%3E%3Cpath fill='%23fff' d='M6.1 10.813L2.41 8.105l1.184-1.613L5.9 8.187l4.393-4.394 1.414 1.414z' /%3E%3C/svg%3E");background-position-y:.65rem;background-repeat:no-repeat;background-size:.875rem;padding-left:2rem}.p-inline-list{margin-left:0;padding-left:0}.p-inline-list__item{display:inline;list-style:none;margin-right:1.25rem}.p-inline-list__item:last-of-type,.p-inline-list__item .last-item{margin-right:0}.p-inline-list--middot{margin-left:0;padding-left:0}.p-inline-list--middot .p-inline-list__item{display:inline;list-style:none;margin-right:1.25rem;margin-right:1.25em;position:relative}.p-inline-list--middot .p-inline-list__item:last-of-type,.p-inline-list--middot .p-inline-list__item .last-item{margin-right:0}.p-inline-list--middot .p-inline-list__item::after{color:#666;content:'\00b7';font-size:1.4em;line-height:0;position:absolute;right:-0.5em;top:0.4em}.p-inline-list--middot .p-inline-list__item:hover::after{color:#666}.p-inline-list--middot .p-inline-list__item:last-of-type::after,.p-inline-list--middot .p-inline-list__item .last-item::after{content:''}.p-stepped-list{margin-bottom:0}.p-stepped-list__item{float:none;margin-left:0;overflow:visible;padding-bottom:1.5rem;position:relative;width:100%}.p-stepped-list__bullet{display:none}.p-stepped-list--detailed{margin-left:auto}@media (min-width: 772px){.p-stepped-list--detailed .p-stepped-list__content{grid-column-end:span 6;margin-top:0}}.p-stepped-list--detailed .p-stepped-list__title{display:flex;grid-column-end:span 6;margin-left:0}.row .p-stepped-list--detailed .p-stepped-list__item{margin-left:0;margin-right:0;padding-left:0;padding-right:0}@media (min-width: 772px){@supports (-webkit-columns: 1) or (columns: 1){[class*='p-list'].is-split{column-gap:2rem;columns:2}[class*='p-list'].is-split .p-list__item{display:inline-block;width:100%}}@supports not ((-webkit-columns: 1) or (columns: 1)){[class*='p-list'].is-split{display:flex;flex-wrap:wrap}[class*='p-list'].is-split .p-list__item{width:calc(50% - 0.5rem)}}[class*='p-list'].is-split:nth-child(2n-1){margin-right:1rem}}.p-matrix{display:flex;flex-wrap:wrap;list-style:none;margin-bottom:1.5rem;margin-left:0;padding-left:0}.p-matrix>p:last-child{margin-bottom:.1rem}.p-matrix__item{border-top:1px solid #cdcdcd;display:flex;flex:1 1 auto;padding-bottom:1rem;padding-top:calc(1rem - 1px)}@media (min-width: 620px){.p-matrix__item{display:flex;flex-wrap:wrap;width:33.333%}}@media (min-width: 620px) and (max-width: 1036px){.p-matrix__item{flex-direction:column}}@media (min-width: 772px){.p-matrix__item{border-right:1px solid #cdcdcd;padding-left:1rem;padding-right:1rem;width:33.333%}.p-matrix__item:empty{display:block}.p-matrix__item:nth-child(3n + 1){padding-left:0}.p-matrix__item:nth-child(3n + 3){border-right:0}.p-matrix__item:nth-child(1),.p-matrix__item:nth-child(2),.p-matrix__item:nth-child(3){border-top:0}}@media (min-width: 1036px){.p-matrix__item{border-right:1px solid #cdcdcd;width:33.333%}.p-matrix__item:empty{display:block}.p-matrix__item:nth-child(3n + 1){padding-left:0}.p-matrix__item:nth-child(3n + 3){border-right:0;padding-right:0}.p-matrix__item:nth-last-child(1),.p-matrix__item:nth-last-child(2),.p-matrix__item:nth-last-child(3){border-bottom:0}}.p-matrix__img{align-self:flex-start;margin-bottom:1rem;margin-right:1rem;max-height:3rem;max-width:3rem;width:auto}.p-matrix__content{display:flex;flex:1 1 auto;flex-direction:column;padding-right:1rem}@media (min-width: 1036px){.p-matrix__content{width:calc(100% - 4rem)}}.p-matrix__desc:last-child{margin-bottom:.1rem}.p-matrix__desc>p:last-child{margin-bottom:.1rem}@media (max-width: 772px){.p-matrix__desc{margin-top:-.5rem}}.p-media-object__image{align-self:flex-start;border-radius:.125rem;flex-basis:inherit;flex-shrink:0;margin-right:1rem;max-height:3rem;max-width:3rem;vertical-align:middle;width:auto}.p-media-object__content{margin-bottom:.6rem;margin-top:0}.p-media-object__image.is-round{border-radius:50%}.p-media-object__meta-list{list-style:none;margin:0;padding-left:0;padding-top:.5rem}.p-media-object__meta-list-item--date{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="90" height="90"><g transform="translate(0 -962.362)"><path color="%23000" fill="none" stroke-width="7.5" overflow="visible" enable-background="accumulate" d="M0 962.362h90v90H0z"/><path d="M35.914 968.362v9c0 4.837-4.078 8.914-8.914 8.914-4.836 0-8.914-4.077-8.914-8.914v-8.547C7.56 969.892 6 973.59 6 986.362v42c0 18 3 18 30 18h18c27 0 30 0 30-18v-42c0-12.773-1.56-16.47-12.086-17.547v8.547c0 4.837-4.078 8.914-8.914 8.914-4.836 0-8.914-4.077-8.914-8.914v-9H35.914zm.086 24h18c24 0 24 0 24 12v24c0 12 0 12-24 12H36c-24 0-24 0-24-12v-24c0-12 0-12 24-12z" fill="%23666"/><rect width="6" height="18" x="24" y="962.362" ry="3" color="%23000" fill="%23666" stroke-width=".1" overflow="visible" enable-background="accumulate"/><rect ry="3" y="962.362" x="60" height="18" width="6" color="%23000" fill="%23666" stroke-width=".1" overflow="visible" enable-background="accumulate"/><path style="text-align:center;line-height:125%;-inkscape-font-specification:Ubuntu Medium" d="M33.336 1001.364v.01c-1.8 0-3.5.348-5.087 1.043-1.548.663-2.913 1.553-4.08 2.664l-.352.337 3.06 4.335.474-.472c.158-.158.425-.388.787-.673l.01-.013.01-.012c.342-.295.74-.582 1.194-.86.467-.27 1.002-.507 1.607-.71.577-.19 1.206-.288 1.896-.288 1.048 0 1.885.26 2.58.768.626.46.964 1.222.964 2.497 0 .56-.114 1.1-.35 1.647-.246.538-.58 1.082-1.006 1.635h-.002c-.408.535-.896 1.088-1.466 1.658-.582.582-1.192 1.176-1.827 1.785h-.004c-.827.8-1.653 1.613-2.48 2.44-.846.845-1.61 1.748-2.292 2.704h-.002c-.692.967-1.26 2.02-1.702 3.15-.426 1.134-.635 2.372-.635 3.707v.72c0 .31.015.583.046.828l.064.493h18.65v-5.197H31.386c.072-.144.057-.21.18-.392l.006-.012h.002c.33-.507.727-1.034 1.192-1.576.47-.548.966-1.096 1.488-1.645l.008-.01c.527-.553.998-1.027 1.413-1.416h.007c.8-.775 1.6-1.56 2.4-2.36h.007c.813-.844 1.534-1.7 2.163-2.576h.002c.66-.906 1.197-1.83 1.613-2.773.428-.994.645-2.02.645-3.054 0-2.528-.756-4.605-2.28-6.102-1.524-1.55-3.862-2.28-6.9-2.28zm16.626.635v.01l-.024.537c-.106 2.31-.24 4.618-.4 6.927-.158 2.277-.384 4.688-.676 7.233l-.07.628h.632c2.187 0 3.982.12 5.37.353h.004c1.42.23 2.518.58 3.283 1.01h.01c.804.44 1.316.945 1.6 1.512.302.606.46 1.297.46 2.1 0 .514-.094.994-.278 1.457-.174.414-.456.79-.876 1.14h-.016c-.375.333-.9.615-1.582.836-.677.193-1.514.298-2.51.298-1.48 0-2.72-.144-3.718-.42-1.012-.31-1.79-.596-2.3-.84l-.638-.304-1.17 5.187.394.198c.32.16.74.313 1.287.477.553.167 1.168.315 1.847.45.703.163 1.43.3 2.184.407.77.11 1.527.163 2.273.163 1.826 0 3.44-.214 4.84-.66h.008c1.386-.473 2.56-1.12 3.502-1.948.94-.827 1.647-1.823 2.105-2.967.454-1.135.68-2.365.68-3.678 0-2.868-1.023-5.22-3.034-6.892-1.888-1.617-4.76-2.472-8.434-2.75.033-.27.064-.51.097-.834.055-.535.096-1.096.123-1.68l.002-.025c.052-.575.09-1.138.117-1.688l.003-.027c.035-.38.054-.693.077-1.02h10.055V1002H49.962z" font-size="35.345" font-weight="500" letter-spacing="0" word-spacing="0" text-anchor="middle" fill="%23666" font-family="Ubuntu"/></g></svg>')}.p-media-object__meta-list-item--location{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="90" height="90"><g color="%23000"><path d="M45 0C30.088 0 18 12.088 18 27c0 .562.03 1.103.063 1.656.013.248.012.497.03.75.02.23.07.46.095.688C20.22 51.854 41.922 90 45 90c3.078 0 24.78-38.146 26.813-59.906.02-.232.076-.46.093-.688.022-.248.016-.5.03-.75.032-.56.064-1.12.064-1.656C72 12.088 59.912 0 45 0zm0 18c4.97 0 9 4.03 9 9s-4.03 9-9 9-9-4.03-9-9 4.03-9 9-9z" fill="%23666" stroke-width="3" overflow="visible" enable-background="accumulate"/><path fill="none" stroke-width="7.5" overflow="visible" enable-background="accumulate" d="M0 0h90v90H0z"/></g></svg>')}.p-media-object__meta-list-item--venue{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="90" height="90" viewBox="0 0 90 90.000001"><g transform="translate(-111.967 -929.337)" color="%23000"><path fill="none" stroke-width="4" overflow="visible" enable-background="accumulate" d="M111.967 929.336h90v90h-90z"/><circle r="6.5" cy="24.5" cx="23.5" transform="matrix(1.846 0 0 1.846 113.583 929.105)" fill="%23666" stroke-width="2" overflow="visible" enable-background="accumulate"/><circle r="21" cy="45" cx="45" transform="matrix(1.429 0 0 1.429 92.682 910.05)" fill="none" stroke="%23666" stroke-width="4.2" stroke-linejoin="round" overflow="visible" enable-background="accumulate"/><path d="M152.967 931.736l8-2.4v15h-8zM160.967 1016.336h-8v-12h8zM198.967 970.336v8h-12v-8zM114.967 978.336v-8h12v8z" overflow="visible" fill="%23666" stroke-width="6" enable-background="accumulate"/></g></svg>')}.p-media-object--large .p-media-object__image{max-height:6rem;max-width:6rem}.p-modal{align-items:center;background:rgba(17,17,17,0.85);content:'';display:flex;height:100vh;justify-content:center;left:0;margin:0;overflow:scroll;padding:1.5rem;position:absolute;top:0;width:100%}.p-modal__dialog{bottom:1.5rem;left:1.5rem;max-width:72rem;overflow:scroll;position:absolute;right:1.5rem;top:1.5rem;width:auto}@media screen and (min-width: 772px){.p-modal__dialog{bottom:initial;left:initial;overflow:visible;position:relative;right:initial;top:initial}}.p-modal__header{display:flex;justify-content:space-between}.p-modal__title{align-self:flex-end}.p-modal__close{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='90' width='90'%3E%3Cg color='%23000'%3E%3Cpath fill='none' d='M0 0h90v90H0z'/%3E%3Cpath d='M14.52 6L6 14.52 36.48 45 6 75.49 14.52 84 45 53.52 75.48 84 84 75.49 53.52 45 84 14.52 75.48 6 45 36.49z' fill='%23888'/%3E%3C/g%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat;background-size:1rem;border:0;box-sizing:content-box;height:1rem;margin:-1rem -1rem 0 0;padding:1rem;text-indent:-999em;width:1rem}.p-modal__close:focus{outline:2px solid #19b6ee}.p-navigation{background-color:#363636;display:flex;flex-shrink:0;position:relative;z-index:10}@media (max-width: 1px){.p-navigation{flex-direction:column}}.p-navigation a,.p-navigation a:visited,.p-navigation a:focus{color:#f7f7f7;text-decoration:none}.p-navigation a:hover{color:#757575;text-decoration:none}.p-navigation::after{background:rgba(0,0,0,0);bottom:0;content:'';height:1px;left:0;position:absolute;right:0}.p-navigation__banner{display:flex;flex:0 0 auto;justify-content:space-between}.p-navigation__image{align-self:center;max-height:2rem;min-height:1.5rem}@media (min-width: 1px){.p-navigation__link{max-width:20em}}.p-navigation__link>a{display:block;margin-bottom:0;overflow:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 1px){.p-navigation__link>a{padding:.75rem 1.5rem}.p-navigation__link>a::before{background:#f7f7f7;content:'';height:1px;left:0;position:absolute;right:0;top:0}}@media (min-width: 2px){.p-navigation__link>a{padding:.75rem 1rem}.p-navigation__link>a::before{background:rgba(0,0,0,0);bottom:0;content:'';height:1px;left:0;position:absolute;right:0}}.p-navigation__link>a:hover{color:#757575}@media (max-width: 1px){.p-navigation__link:first-child>a::before{background:rgba(0,0,0,0)}}.p-navigation__link.is-selected>a{color:#757575}.p-navigation__links{list-style:none;margin:0;padding:0}@media (max-width: 1px){.p-navigation__links{margin-top:-1px}}@media (min-width: 2px){.p-navigation__links{display:flex;flex-wrap:wrap}}.p-navigation__logo{display:flex;flex:0 0 auto;height:3rem;margin:0 1rem 0 1.5rem}.p-navigation__logo .p-navigation__link{display:flex}.p-navigation__nav{display:none}@media (max-width: 1px){.p-navigation__nav{flex-direction:column}}@media (min-width: 2px){.p-navigation__nav{display:flex;justify-content:space-between;width:100%}}.p-navigation .p-search-box{min-width:10em}@media (max-width: 1px){.p-navigation .p-search-box{flex:1 0 auto;margin:-1px 1.5rem .5rem 1.5rem;order:-1}}@media (min-width: 2px){.p-navigation .p-search-box{display:flex;flex:1 1 auto;margin:.35rem 1rem auto auto;max-width:20rem;order:1}}.p-navigation__row,.p-navigation .row{display:flex;padding-left:0;padding-right:0;width:100%}@media (max-width: 1px){.p-navigation__row,.p-navigation .row{flex-direction:column}}.p-navigation:target::after{display:none}.p-navigation:target .p-navigation__nav{display:flex}.p-navigation:target .p-navigation__toggle--open{display:none}@media (max-width: 1px){.p-navigation:target .p-navigation__toggle--close{display:block}}.p-navigation__toggle--open,.p-navigation__toggle--close{display:none;margin:0 1.5rem auto 1rem;padding:.75rem 0}@media (max-width: 1px){.p-navigation__toggle--open{display:block}}.p-navigation .u-image-position .u-image-position--right{order:2;position:relative;right:unset}.p-subnav{position:relative}.p-subnav::after{background-image:url("data:image/svg+xml, %3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='chevron_down' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpolygon id='chevron' fill='%23666' transform='translate(8.000000, 8.193853) rotate(90.000000) translate(-8.000000, -8.193853) ' points='4.80614657 14.3333333 8.64539007 8.17730496 4.80614657 2.05437352 6.16312057 1.19385343 11.1938534 8.17730496 6.16312057 15.1938534'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat;background-size:contain;content:'';display:block;height:1rem;pointer-events:none;position:absolute;right:1rem;text-indent:calc(100% + 10rem);top:1rem;width:1rem}.p-subnav.is-active::after{transform:rotate(180deg)}.p-subnav.is-active .p-subnav__items{display:block}.p-subnav>a{padding-right:2.5rem}.p-subnav__items{display:none;margin:0;padding:0;z-index:5}@media (min-width: 2px){.p-subnav__items{clip:rect(0, 1000px, 1000px, -10px);position:absolute;top:calc(3rem - 1px)}}@media (max-width: 1px){.p-subnav__items{border:0;box-shadow:none}}.p-subnav__item{background-color:#363636;display:block;padding:.75rem 1.5rem;white-space:nowrap}.p-notification--information,.p-notification--negative,.p-notification--caution,.p-notification--positive,.p-notification{display:flex;overflow:hidden;padding:0}.p-notification--information .p-icon--close,.p-notification--negative .p-icon--close,.p-notification--caution .p-icon--close,.p-notification--positive .p-icon--close,.p-notification .p-icon--close{background-color:transparent;background-size:1rem;border:0;margin:1rem 1rem auto auto;padding:.5rem}.p-notification{position:relative}.p-notification::before{top:0;background-color:#666;content:'';position:absolute}.p-notification::before{height:3px;width:auto;left:0;right:0}.p-notification+.p-notification{margin-top:1.5rem}.p-notification__response{background-position:1rem 1.15rem;background-repeat:no-repeat;background-size:1rem;padding:.9rem 1rem .5rem}.p-notification__status::after,.p-notification__action::before{content:' '}.p-notification__response,.p-notification--floating{max-width:60em}.p-notification--positive{position:relative}.p-notification--positive::before{top:0;background-color:#0e8420;content:'';position:absolute}.p-notification--positive::before{height:3px;width:auto;left:0;right:0}.p-notification--positive .p-notification__response{background-image:url("data:image/svg+xml,%3Csvg width='17px' height='17px' viewBox='0 0 17 17' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='notification-success' transform='translate(1.000000, 1.000000)'%3E%3Cg id='Page-3---colours'%3E%3Cg id='Notifications---single'%3E%3Cg id='Group'%3E%3Cg id='ICON'%3E%3Ccircle id='circle6710' stroke='%230e8420' stroke-width='1.5' fill='%230e8420' cx='7.2500086' cy='7.2500086' r='7.2500086'%3E%3C/circle%3E%3Cpolygon id='path6712' fill='%23fff' points='11.0502986 4.1734486 10.9843986 4.2311486 6.2496486 8.3783686 3.4740786 5.9974286 2.6350186 6.9463086 6.2503386 10.7500186 11.7500086 4.9627786 11.0502986 4.1734886'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");padding-left:3rem}.p-notification--caution{position:relative}.p-notification--caution::before{top:0;background-color:#f99b11;content:'';position:absolute}.p-notification--caution::before{height:3px;width:auto;left:0;right:0}.p-notification--caution .p-notification__response{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16'%3E%3Cg color='%23000'%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3Cpath stroke-linejoin='round' fill='%23f99b11' transform='matrix%282.28 0 0 2.437 -2180.8 -490.52%29' stroke='%23f99b11' stroke-width='.848' d='M963.07 207.03h-6.15l3.08-5.33z'/%3E%3Cpath d='M7 5v5h2V5H7zm0 6v2h2v-2H7z' fill='%23111'/%3E%3C/g%3E%3C/svg%3E");padding-left:3rem}.p-notification--negative{position:relative}.p-notification--negative::before{top:0;background-color:#c7162b;content:'';position:absolute}.p-notification--negative::before{height:3px;width:auto;left:0;right:0}.p-notification--negative .p-notification__response{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='17px' viewBox='0 0 16 17' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-3---colours' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Notifications---single' transform='translate(-215.000000, -271.000000)'%3E%3Cg id='Group' transform='translate(205.000000, 254.000000)'%3E%3Cg id='ICON' transform='translate(10.000000, 17.000000)'%3E%3Crect id='rect6415' x='0' y='0.36218' width='16' height='16'%3E%3C/rect%3E%3Ccircle id='circle6417' stroke='%23c7162b' stroke-width='1.5' fill='%23c7162b' cx='8' cy='8.36218' r='7.2500086'%3E%3C/circle%3E%3Cpath d='M5.00001,5.36218 L11.00001,11.36218' id='path6479-8' stroke='%23fff' stroke-width='1.5'%3E%3C/path%3E%3Cpath d='M11.00001,5.36218 L5.00001,11.36218' id='path6481-8' stroke='%23fff' stroke-width='1.5'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");padding-left:3rem}.p-notification--information{position:relative}.p-notification--information::before{top:0;background-color:#335280;content:'';position:absolute}.p-notification--information::before{height:3px;width:auto;left:0;right:0}.p-pagination__link--previous,.p-pagination__link--next,.p-pagination__link{border-color:#999;border-radius:.125rem;border-style:solid;border-width:1px;color:#000;display:block;padding:.5rem 1rem;text-decoration:none}.is-disabled.p-pagination__link--previous,.is-disabled.p-pagination__link--next,.is-disabled.p-pagination__link{opacity:0.5}.is-disabled.p-pagination__link--previous:hover,.is-disabled.p-pagination__link--next:hover,.is-disabled.p-pagination__link:hover{background-color:transparent}.p-pagination__link--previous:hover,.p-pagination__link--next:hover,.p-pagination__link:hover,.p-pagination__link--previous:focus,.p-pagination__link--next:focus,.p-pagination__link:focus,.is-active.p-pagination__link--previous,.is-active.p-pagination__link--next,.is-active.p-pagination__link{background-color:#e6e6e6;border-color:#999;text-decoration:none}.p-pagination__link--previous:active,.p-pagination__link--next:active,.p-pagination__link:active{background-color:#d9d9d9;border-color:#999}.p-pagination{display:flex;flex-direction:row;list-style:none;margin-left:0;padding-left:0}.p-pagination__item{margin-right:.5rem;width:auto}.p-pagination__item:first-child,.p-pagination__item:nth-last-child(2){margin-right:1rem}.p-pagination__item--truncation{margin:0.3rem 1rem 0 .5rem}.p-pagination__link--previous,.p-pagination__link--next{padding-left:.5rem;padding-right:.5rem}.p-pagination__link--previous .p-icon--contextual-menu{transform:rotate(0.25turn)}.p-pagination__link--next .p-icon--contextual-menu{transform:rotate(-0.25turn)}.p-pull-quote{padding:0 2rem;position:relative}.p-pull-quote .p-pull-quote__image{height:2rem;position:absolute;top:-2.75rem}.p-pull-quote .p-pull-quote__quote::before,.p-pull-quote .p-pull-quote__quote::after{font-size:2em}.p-pull-quote .p-pull-quote__quote:last-of-type::after{bottom:4rem}@media (max-width: 772px){.p-pull-quote .p-pull-quote__quote:last-of-type::after{bottom:3.5rem}}.p-pull-quote--small{padding:0 1.5rem}.p-pull-quote--small .p-pull-quote__quote::before,.p-pull-quote--small .p-pull-quote__quote::after{font-size:1.5em}.p-pull-quote--small .p-pull-quote__quote:last-of-type::after{bottom:3rem}.p-pull-quote--large{padding:0 2.5rem}.p-pull-quote--large .p-pull-quote__quote::before,.p-pull-quote--large .p-pull-quote__quote::after{font-size:2em;max-width:1em}.p-pull-quote--large .p-pull-quote__quote:last-of-type::after{bottom:4rem}@media (max-width: 772px){.p-pull-quote--large .p-pull-quote__quote:last-of-type::after{bottom:3.5rem}}.p-pull-quote,.p-pull-quote--small,.p-pull-quote--large{border:0;margin:1.5rem 0 2rem;overflow:visible;position:relative}.p-pull-quote .p-pull-quote__image,.p-pull-quote--small .p-pull-quote__image,.p-pull-quote--large .p-pull-quote__image{height:2rem;position:absolute;top:-2.75rem}.p-pull-quote .p-pull-quote__citation,.p-pull-quote--small .p-pull-quote__citation,.p-pull-quote--large .p-pull-quote__citation{font-style:italic;margin-top:.5rem}.p-pull-quote.has-image,.p-pull-quote--small.has-image,.p-pull-quote--large.has-image{margin-top:calc(2.75rem + 1.5rem)}.p-pull-quote__quote:first-of-type::before{color:#666;display:inline-block;position:absolute;content:'\201C';left:.25rem;top:0.5rem}@media (max-width: 772px){.p-pull-quote__quote:first-of-type::before{top:0.75rem}}.p-pull-quote__quote:last-of-type{margin-bottom:0}.p-pull-quote__quote:last-of-type::after{color:#666;display:inline-block;position:absolute;content:'\201E';margin-left:.5rem}.p-search-box__reset,.p-search-box__button{background:#fff;border:1px solid #999;display:block;height:100%;margin:0;padding:0 .5rem;position:absolute;top:0;width:2.5rem}.p-search-box__reset:hover,.p-search-box__button:hover{background:inherit}.p-search-box__reset:hover:disabled,.p-search-box__button:hover:disabled{cursor:not-allowed}.p-search-box{box-shadow:inset 0 1px 2px rgba(0,0,0,0.12);display:flex;margin-bottom:1.7rem;position:relative}.p-search-box__input{flex-grow:2;margin-bottom:0}.p-search-box__input::-webkit-search-cancel-button{-webkit-appearance:none}.p-search-box__input:not(:valid)~.p-search-box__reset{display:none}.p-search-box__button{right:0}.p-search-box__reset{border-left:0;border-right:0;right:2.5rem}.p-slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:3px;margin:.5rem 0;padding:0;width:100%}.p-slider::-webkit-slider-runnable-track{border:1px solid #cdcdcd;border-radius:3px;height:6px}.p-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:0;border-radius:2px;box-shadow:0 0 2px 1px rgba(0,0,0,0.2);height:24px;margin-top:-10.5px;width:24px}.p-slider::-webkit-slider-thumb:hover{cursor:pointer}.p-slider::-moz-range-track{background:#fff;border:1px solid #cdcdcd;border-radius:2px;height:4px}.p-slider::-moz-range-progress{background-color:#335280;border-radius:2px;height:4px}.p-slider::-moz-range-thumb{background:#fff;border:0;border-radius:2px;box-shadow:0 0 2px 1px rgba(0,0,0,0.2);height:24px;width:24px}.p-slider::-moz-range-thumb:hover{cursor:pointer}.p-slider::-moz-focus-outer{border:0}.p-slider::-ms-track{background:transparent;border-color:transparent;border-width:12px;color:transparent;height:6px;width:calc(100% - (24px / 2))}.p-slider::-ms-fill-lower{background:#335280;border:1px solid #cdcdcd;border-radius:2px}.p-slider::-ms-fill-upper{background:#fff;border:1px solid #cdcdcd;border-radius:2px}.p-slider::-ms-thumb{background:#fff;border:0;border-radius:2px;box-shadow:0 0 2px 1px rgba(0,0,0,0.2);height:24px;margin:0 2px;width:24px}.p-slider::-ms-thumb:hover{cursor:pointer}.p-slider::-ms-tooltip{display:none}.p-slider:focus{outline:none}.p-slider:focus::-webkit-slider-thumb{outline:2px solid #19b6ee}.p-slider:focus::-moz-range-thumb{outline:2px solid #19b6ee}.p-slider:focus::-ms-thumb{outline:2px solid #19b6ee}.p-slider:disabled{opacity:0.5}.p-slider__wrapper{align-items:center;display:inline-flex;width:100%}.p-slider__input{height:2.625rem;margin:0 0 0 1rem;min-width:5rem;text-align:center;width:5%}@media only screen and (max-width: 1036px){[class*='p-strip'].is-shallow{padding-bottom:1rem;padding-top:1rem}}@media only screen and (min-width: 1036px){[class*='p-strip'].is-shallow{padding-bottom:2rem;padding-top:2rem}}@media only screen and (max-width: 1036px){.p-strip--image,.p-strip--accent,.p-strip--dark,.p-strip--light,.p-strip{padding-bottom:2rem;padding-top:2rem}}@media only screen and (min-width: 1036px){.p-strip--image,.p-strip--accent,.p-strip--dark,.p-strip--light,.p-strip{padding-bottom:4rem;padding-top:4rem}}@media only screen and (max-width: 1036px){[class*='p-strip'].is-deep{padding:3rem 0 3rem}}@media only screen and (min-width: 1036px){[class*='p-strip'].is-deep{padding:6rem 0}}.p-strip--image,.p-strip--accent,.p-strip--dark,.p-strip--light,.p-strip{clear:both;position:relative;width:100%}.p-strip{background-color:transparent}.p-strip--light{background-color:#f7f7f7}.p-strip--dark{background-color:#111;color:#f7f7f7}.p-strip--accent{background-color:#333;color:#fff}.p-strip--image{background-repeat:no-repeat;background-size:cover}.p-strip--image.is-light{color:#000}.p-strip--image.is-dark{color:#fff}.p-switch{height:1.5rem;margin:0;position:relative;width:3rem}.p-switch:checked+.p-switch__slider::before{left:50%}.p-switch:focus{outline:none}.p-switch:focus+.p-switch__slider{outline:2px solid #19b6ee}.p-switch__slider{background:linear-gradient(to right, #335280 50%, #cdcdcd 50%);box-shadow:inset 0 2px 5px 0 rgba(17,17,17,0.2);height:1.5rem;margin:.1rem 0 1rem 0;position:relative;width:3rem}.p-switch__slider::before{transition-duration:0.5s;transition-property:all;transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);background:#fff;content:'';height:1.5rem;left:0;position:absolute;width:1.5rem}.p-table-expanding{display:flex;flex-flow:column nowrap;justify-content:space-between}.p-table-expanding tbody{margin:0}.p-table-expanding tr{display:flex;flex-flow:row;flex-wrap:wrap;margin:0;width:100%}.p-table-expanding tr+tr{margin:0}.p-table-expanding th,.p-table-expanding td{display:flex;flex-basis:0;flex-flow:row nowrap;flex-grow:1;margin:0;word-break:break-word}.p-table-expanding th.p-table-expanding__panel,.p-table-expanding td.p-table-expanding__panel{flex-basis:100%;max-width:100%}.p-table-expanding th.p-table-expanding__panel[aria-hidden='true'],.p-table-expanding td.p-table-expanding__panel[aria-hidden='true']{display:none}.p-table-expanding th.p-table-expanding__panel .row,.p-table-expanding td.p-table-expanding__panel .row{max-width:100%;padding:0;width:100%}.p-table-of-contents{border-top:1px solid #cdcdcd;font-size:0.875rem;padding:0 1.5rem}@media (min-width: 772px){.p-table-of-contents{border-left:1px solid #cdcdcd;border-top:0;padding:0 1rem}}.p-table-of-contents__header{color:#666;font-size:1rem;line-height:1.5;margin-bottom:1rem;text-transform:uppercase}.p-table-of-contents__section{padding:1rem 0}.p-table-of-contents__section:not(:last-child){border-bottom:1px dotted #cdcdcd}.p-table-of-contents__nav{list-style:none;margin:0;padding:0}.p-table-of-contents__nav .p-table-of-contents__link{border-bottom:0;color:#111;margin-bottom:.25rem}.p-table-of-contents__nav .p-table-of-contents__link:visited{color:#111}.p-table-of-contents__nav .p-table-of-contents__link:hover{color:#007aa6}.p-table-of-contents__nav .p-table-of-contents__link.is-active{font-weight:400;padding-left:.25rem}@media screen and (max-width: 1036px){.p-table--mobile-card thead{display:none}.p-table--mobile-card tbody{display:flex;flex-wrap:wrap;justify-content:space-between}.p-table--mobile-card tr{border-top:1px solid #cdcdcd;display:flex;flex-wrap:wrap;margin:-1px 0 .5rem;width:100%}.p-table--mobile-card td,.p-table--mobile-card tbody th{align-items:flex-start;display:flex;flex:0 1 auto;flex-direction:column;justify-content:left !important;margin:0;overflow:visible;padding-bottom:0;padding-top:0;text-align:left !important;width:25%}.p-table--mobile-card td[aria-label],.p-table--mobile-card tbody th[aria-label]{text-align:right}.p-table--mobile-card td[aria-label]::before,.p-table--mobile-card tbody th[aria-label]::before{content:attr(aria-label);display:block;flex:0 1 auto;margin-bottom:.3rem;width:100%}.p-table--mobile-card td.u-align--right,.p-table--mobile-card tbody th.u-align--right{justify-content:unset !important}.p-table--mobile-card .p-contextual-menu,.p-table--mobile-card .p-contextual-menu--left,.p-table--mobile-card .p-contextual-menu--center{width:100%}.p-table--mobile-card .p-contextual-menu [role='menuitem'],.p-table--mobile-card .p-contextual-menu--left [role='menuitem'],.p-table--mobile-card .p-contextual-menu--center [role='menuitem']{display:none}.p-table--mobile-card .p-contextual-menu__dropdown{box-shadow:none;display:block;max-width:100%;position:relative}.p-table--mobile-card .p-contextual-menu__dropdown::before{display:none}.p-table--mobile-card .p-contextual-menu__group{padding:0}.p-table--mobile-card .p-contextual-menu__group+.p-contextual-menu__group{margin-top:.5rem;padding-top:.5rem}.p-table--mobile-card .p-contextual-menu__link{border-color:#cdcdcd;border-radius:0.125rem;border-style:solid;border-width:1px;box-sizing:border-box;color:#000;cursor:pointer;display:block;line-height:1rem;outline:none;padding:.5rem 1.5rem;text-align:center;text-decoration:none;width:100%}.p-table--mobile-card .p-contextual-menu__link+.p-contextual-menu__link{margin-top:.25rem}}.p-table--sortable th[role='columnheader'][aria-sort="descending"]::after,.p-table--sortable th[role='columnheader'][aria-sort='ascending']::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='4' width='10' viewBox='0 0 10 4'%3E%3Cpath d='M3.637 3.138c-.518-.365-1.052-.778-1.6-1.238C1.486 1.44.946.948.414.423.273.283.135.14 0 0h1.54c.305.29.62.57.948.846.138.116.277.23.417.34.163.13.328.257.495.38.085.062.17.123.257.184.397.282.935.626 1.315.848h.054c.38-.222.918-.566 1.315-.848.4-.28.79-.583 1.17-.904C7.837.57 8.153.29 8.457 0h1.54c-.134.14-.272.282-.414.422C9.05.948 8.51 1.442 7.963 1.9c-.55.46-1.084.873-1.602 1.238S5.39 3.79 5 4c-.39-.21-.845-.497-1.363-.862z' fill='%23888' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat;background-size:100%;content:'';display:inline-block;height:0.4rem;margin-left:.25rem;vertical-align:middle;width:1rem}.p-table--sortable{table-layout:fixed}.p-table--sortable th[role='columnheader'][aria-sort]{align-items:center;cursor:pointer;white-space:nowrap}.p-table--sortable th[role='columnheader'][aria-sort="descending"]::after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.p-table--sortable th[role='columnheader'][aria-sort]:hover{color:#007aa6;text-decoration:underline}.p-tabs{border-radius:0;overflow:hidden;padding:0;position:relative}.p-tabs::before{background:linear-gradient(to right, rgba(0,0,0,0) 0%, #fff 45%, #fff 100%);color:#666;content:'\203A';display:block;font-size:2rem;line-height:calc(100% + 1rem - 3px);padding-left:1.5rem;padding-right:1.5rem;pointer-events:none;position:absolute;right:0;text-align:right;top:0;width:1rem;z-index:10}@media screen and (min-width: 772px){.p-tabs::before{display:none}}.p-tabs__list{display:flex;font-size:0;margin:0 auto 1rem;overflow-x:auto;padding:0;position:relative;white-space:nowrap;width:100%}.p-tabs__item{display:inline-block;float:none;font-size:1rem;margin:0;padding:0;width:auto}.p-tabs__item:last-child{margin-right:3rem}.p-tabs__link{color:#000;display:inline-block;padding:.75rem 1rem}.p-tabs__link:visited,.p-tabs__link:active,.p-tabs__link:hover{color:#000;text-decoration:none}.p-tabs__link:hover,.p-tabs__link[aria-selected='true']{position:relative}.p-tabs__link:hover::before,.p-tabs__link[aria-selected='true']::before{bottom:0;background-color:#666;content:'';position:absolute}.p-tabs__link:hover::before,.p-tabs__link[aria-selected='true']::before{height:3px;width:auto;left:-1px;right:-1px;z-index:1}.p-tooltip--left,.p-tooltip--right,.p-tooltip--top-right,.p-tooltip--top-center,.p-tooltip--top-left,.p-tooltip--btm-right,.p-tooltip--btm-center,.p-tooltip{position:relative}.p-tooltip--left:focus .p-tooltip__message,.p-tooltip--right:focus .p-tooltip__message,.p-tooltip--top-right:focus .p-tooltip__message,.p-tooltip--top-center:focus .p-tooltip__message,.p-tooltip--top-left:focus .p-tooltip__message,.p-tooltip--btm-right:focus .p-tooltip__message,.p-tooltip--btm-center:focus .p-tooltip__message,.p-tooltip:focus .p-tooltip__message,.p-tooltip--left:hover .p-tooltip__message,.p-tooltip--right:hover .p-tooltip__message,.p-tooltip--top-right:hover .p-tooltip__message,.p-tooltip--top-center:hover .p-tooltip__message,.p-tooltip--top-left:hover .p-tooltip__message,.p-tooltip--btm-right:hover .p-tooltip__message,.p-tooltip--btm-center:hover .p-tooltip__message,.p-tooltip:hover .p-tooltip__message{display:inline;text-decoration:initial}.p-tooltip__message{background-color:#111;border:0;border-radius:.125rem;color:#fff;display:none;left:-1rem;margin-bottom:0;padding:.5rem 1rem;position:absolute;text-align:left;text-decoration:initial;top:100%;-webkit-transform:translateX(0%) translateY(13px);transform:translateX(0%) translateY(13px);white-space:pre;z-index:1}.p-tooltip__message::before{border-bottom:.5rem solid #111;border-left:.5rem solid transparent;border-right:.5rem solid transparent;bottom:100%;content:'';height:0;left:1rem;pointer-events:none;position:absolute;width:0}.p-tooltip--btm-center .p-tooltip__message{bottom:inherit;left:50%;top:100%;-webkit-transform:translateX(-50%) translateY(13px);transform:translateX(-50%) translateY(13px)}.p-tooltip--btm-center .p-tooltip__message::before{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.p-tooltip--btm-right .p-tooltip__message{bottom:inherit;left:initial;right:-1rem;top:100%;-webkit-transform:translateY(13px);transform:translateY(13px)}.p-tooltip--btm-right .p-tooltip__message::before{left:initial;right:1rem}.p-tooltip--top-left .p-tooltip__message{bottom:100%;left:-1rem;top:initial;-webkit-transform:translateX(0%) translateY(-13px);transform:translateX(0%) translateY(-13px)}.p-tooltip--top-left .p-tooltip__message::before{border-bottom:.5rem solid transparent;border-left:.5rem solid transparent;border-right:.5rem solid transparent;border-top:.5rem solid #111;bottom:-1rem;left:1rem}.p-tooltip--top-center .p-tooltip__message{bottom:100%;left:50%;top:initial;-webkit-transform:translateX(-50%) translateY(-13px);transform:translateX(-50%) translateY(-13px)}.p-tooltip--top-center .p-tooltip__message::before{border-bottom:.5rem solid transparent;border-left:.5rem solid transparent;border-right:.5rem solid transparent;border-top:.5rem solid #111;bottom:-1rem;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.p-tooltip--top-right .p-tooltip__message{bottom:100%;left:initial;right:-1rem;top:initial;-webkit-transform:translateX(0%) translateY(-13px);transform:translateX(0%) translateY(-13px)}.p-tooltip--top-right .p-tooltip__message::before{border-bottom:.5rem solid transparent;border-left:.5rem solid transparent;border-right:.5rem solid transparent;border-top:.5rem solid #111;bottom:-1rem;left:initial;right:1rem}.p-tooltip--right .p-tooltip__message{bottom:inherit;left:100%;top:50%;-webkit-transform:translateX(14px) translateY(-50%);transform:translateX(14px) translateY(-50%)}.p-tooltip--right .p-tooltip__message::before{border-bottom:.5rem solid transparent;border-left:.5rem solid transparent;border-right:.5rem solid #111;border-top:.5rem solid transparent;bottom:inherit;left:0;top:50%;-webkit-transform:translateX(-16px) translateY(-50%);transform:translateX(-16px) translateY(-50%)}.p-tooltip--left .p-tooltip__message{bottom:inherit;left:-16px;top:50%;-webkit-transform:translateX(-100%) translateY(-50%);transform:translateX(-100%) translateY(-50%)}.p-tooltip--left .p-tooltip__message::before{border-bottom:.5rem solid transparent;border-left:.5rem solid #111;border-right:.5rem solid transparent;border-top:.5rem solid transparent;bottom:inherit;left:100%;top:50%;-webkit-transform:translateX(0) translateY(-50%);transform:translateX(0) translateY(-50%)}.u-align--center{justify-content:center !important;text-align:center !important}.u-align--left{justify-content:flex-start !important;text-align:left !important}.u-align--right{justify-content:flex-end !important;text-align:right !important}.u-align--bottom{margin-top:auto !important}.u-align-text--center{margin-left:auto !important;margin-right:auto !important;text-align:center !important}.u-align-text--left{margin-right:auto !important;text-align:left !important}.u-align-text--right{margin-left:auto !important;text-align:right !important}@media (prefers-reduced-motion: reduce){*{animation:none !important;transition:none !important}}.u-animation--spin{-webkit-animation:spin 1s infinite linear;animation:spin 1s infinite linear}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.u-baseline-grid{position:relative}.u-baseline-grid::after{background:linear-gradient(to top, rgba(255,0,0,0.3), rgba(255,0,0,0.3) 1px, transparent 1px, transparent);background-size:100% .5rem;bottom:0;content:'';display:block;left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:100}.u-baseline-grid__toggle{bottom:1.5rem;position:fixed;right:1.5rem;z-index:101}.u-embedded-media{height:0;margin-top:.5rem;max-width:100%;overflow:hidden;padding-bottom:56.25%;position:relative}.u-embedded-media__element{height:100%;left:0;position:absolute;top:0;width:100%}@media only screen and (min-width: 772px){.u-equal-height{display:flex}.u-equal-height.row{display:grid}}.u-float-right{float:right !important}@media (max-width: 620px){.u-float-right--small{float:right !important}}@media (min-width: 772px) and (max-width: 1036px){.u-float-right--medium{float:right !important}}@media (min-width: 1036px){.u-float-right--large{float:right !important}}.u-float-left{float:left !important}@media (max-width: 620px){.u-float-left--small{float:left !important}}@media (min-width: 772px) and (max-width: 1036px){.u-float-left--medium{float:left !important}}@media (min-width: 1036px){.u-float-left--large{float:left !important}}.u-hide{display:none !important}@media screen and (max-width: 772px){.u-hide--small{display:none !important}}@media (min-width: 772px) and (max-width: 1036px){.u-hide--medium{display:none !important}}@media screen and (min-width: 1036px){.u-hide--large{display:none !important}}@media (min-width: 772px){.u-image-position{overflow:hidden;position:relative}.u-image-position .u-image-position--right,.u-image-position .u-image-position--left,.u-image-position .u-image-position--bottom,.u-image-position .u-image-position--top{margin:0;position:absolute}.u-image-position [class*='col-']{position:static}.u-image-position--top{top:0}.u-image-position--bottom{bottom:0}.u-image-position--left{left:0}.u-image-position--right{right:0}}.u-table-layout--auto{table-layout:auto !important}.u-no-margin{margin:0 !important}.u-no-margin--top{margin-top:0 !important}.u-no-margin--right{margin-right:0 !important}.u-no-margin--left{margin-left:0 !important}.u-off-screen{height:1px !important;left:-10000px !important;overflow:hidden !important;position:absolute !important;top:auto !important;width:1px !important}.u-no-padding{padding:0 !important}.u-no-padding--top{padding-top:0 !important}.u-no-padding--right{padding-right:0 !important}.u-no-padding--bottom{padding-bottom:0 !important}.u-no-padding--left{padding-left:0 !important}.u-show{display:inherit !important}@media screen and (max-width: 772px){.u-show--small{display:inherit !important}}@media (min-width: 772px) and (max-width: 1036px){.u-show--medium{display:inherit !important}}@media screen and (min-width: 1036px){.u-show--large{display:inherit !important}}.u-sv3::after,.u-sv2::after,.u-sv1::after,.u-sv0::after,.u-sv-1::after,.u-sv-2::after,.u-sv-3::after{content:'';display:block;height:1px;position:relative}.u-sv-3::after{margin-top:calc(-1.5rem - 1px)}.u-sv-2::after{margin-top:calc(-1rem - 1px)}.u-sv-1::after{margin-top:calc(-.5rem - 1px)}.u-sv0::after{margin-top:calc(0rem - 1px)}.u-sv1::after{margin-top:calc(.5rem - 1px)}.u-sv2::after{margin-top:calc(1rem - 1px)}.u-sv3::after{margin-top:calc(1.5rem - 1px)}.u-vertically-center{align-items:center !important;display:grid;justify-content:flex-start}.u-vertically-center>img{align-self:center !important}@media print{.u-no-print{display:none !important}}.p-navigation .row{justify-content:space-between}.p-navigation__nav{width:auto}.p-cip-hero{background-image:linear-gradient(212deg, #E95420 0%, #C44631 6%, #A33940 12%, #8B304A 18%, #7C2B51 24%, #772953 29%, #55163B 51%, #370626 75%, #2C001E 100%)}.selected-create .login-form,.selected-create .login-title{display:none}.selected-login .create-form,.selected-login .create-title{display:none}@media only screen and (max-width: 772px){.p-sidebar{padding:0 .5rem;border-bottom:1px solid #cdcdcd}}@media only screen and (min-width: 773px){.p-sidebar{border-right:1px solid #cdcdcd}}.p-sidebar .is-active{position:relative}.p-sidebar .is-active::before{background-color:#cdcdcd;bottom:0;content:'';left:-1rem;position:absolute;top:0;width:3px}@media only screen and (min-width: 461px){button[class^="p-button"]+a[class^="p-button"],a[class^="p-button"]+button[class^="p-button"]{margin-left:1rem}}.p-table__item--truncate{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.p-table--bordered{border-top:1px solid #cdcdcd;border-bottom:1px solid #cdcdcd}.p-table-of-contents{font-size:1rem}
2
3/*# sourceMappingURL=../../static/vanilla-css/styles.map.css */
0\ No newline at end of file4\ No newline at end of file
15
=== added file 'src/identityprovider/static/vanilla-css/styles.map.css'
--- src/identityprovider/static/vanilla-css/styles.map.css 1970-01-01 00:00:00 +0000
+++ src/identityprovider/static/vanilla-css/styles.map.css 2019-11-11 16:30:47 +0000
@@ -0,0 +1,104 @@
1{
2 "version": 3,
3 "file": "../../static_src/scss/styles.css",
4 "sources": [
5 "../../static_src/scss/styles.scss",
6 "../../../../node_modules/vanilla-framework/scss/build.scss",
7 "../../../../node_modules/vanilla-framework/scss/_vanilla.scss",
8 "../../../../node_modules/vanilla-framework/scss/_settings.scss",
9 "../../../../node_modules/vanilla-framework/scss/_utilities_deprecate.scss",
10 "../../../../node_modules/vanilla-framework/scss/deprecate/index.scss",
11 "../../../../node_modules/vanilla-framework/scss/_global_functions.scss",
12 "../../../../node_modules/vanilla-framework/scss/_settings_spacing.scss",
13 "../../../../node_modules/vanilla-framework/scss/_settings_animations.scss",
14 "../../../../node_modules/vanilla-framework/scss/_settings_assets.scss",
15 "../../../../node_modules/vanilla-framework/scss/_settings_breakpoints.scss",
16 "../../../../node_modules/vanilla-framework/scss/_settings_colors.scss",
17 "../../../../node_modules/vanilla-framework/scss/_settings_font.scss",
18 "../../../../node_modules/vanilla-framework/scss/_settings_grid.scss",
19 "../../../../node_modules/vanilla-framework/scss/_settings_placeholders.scss",
20 "../../../../node_modules/vanilla-framework/scss/_settings_system.scss",
21 "../../../../node_modules/vanilla-framework/scss/_settings_tables.scss",
22 "../../../../node_modules/vanilla-framework/scss/_base.scss",
23 "../../../../node_modules/vanilla-framework/scss/_base_placeholders.scss",
24 "../../../../node_modules/vanilla-framework/scss/_base_typography.scss",
25 "../../../../node_modules/vanilla-framework/scss/_base_fontfaces.scss",
26 "../../../../node_modules/vanilla-framework/scss/_base_typography-definitions.scss",
27 "../../../../node_modules/vanilla-framework/scss/_base_placeholders-margin-collapse.scss",
28 "../../../../node_modules/vanilla-framework/scss/_base_typography-max-widths.scss",
29 "../../../../node_modules/vanilla-framework/scss/_base_typography-heading-mixins.scss",
30 "../../../../node_modules/vanilla-framework/scss/_base_blockquotes.scss",
31 "../../../../node_modules/vanilla-framework/scss/_base_box-sizing.scss",
32 "../../../../node_modules/vanilla-framework/scss/_base_button.scss",
33 "../../../../node_modules/vanilla-framework/scss/_base_code.scss",
34 "../../../../node_modules/vanilla-framework/scss/_base_forms.scss",
35 "../../../../node_modules/vanilla-framework/scss/_base_hr.scss",
36 "../../../../node_modules/vanilla-framework/scss/_base_links.scss",
37 "../../../../node_modules/vanilla-framework/scss/_base_lists.scss",
38 "../../../../node_modules/vanilla-framework/scss/_base_media.scss",
39 "../../../../node_modules/vanilla-framework/scss/_base_reset.scss",
40 "../../../../node_modules/vanilla-framework/scss/_base_tables.scss",
41 "../../../../node_modules/vanilla-framework/scss/_base_background.scss",
42 "../../../../node_modules/vanilla-framework/scss/_patterns_accordion.scss",
43 "../../../../node_modules/vanilla-framework/scss/_patterns_icons.scss",
44 "../../../../node_modules/vanilla-framework/scss/_patterns_article-pagination.scss",
45 "../../../../node_modules/vanilla-framework/scss/_patterns_breadcrumbs.scss",
46 "../../../../node_modules/vanilla-framework/scss/_patterns_buttons.scss",
47 "../../../../node_modules/vanilla-framework/scss/_patterns_card.scss",
48 "../../../../node_modules/vanilla-framework/scss/_patterns_code-copyable.scss",
49 "../../../../node_modules/vanilla-framework/scss/_patterns_code-numbered.scss",
50 "../../../../node_modules/vanilla-framework/scss/_patterns_contextual-menu.scss",
51 "../../../../node_modules/vanilla-framework/scss/_patterns_divider.scss",
52 "../../../../node_modules/vanilla-framework/scss/_patterns_form-help-text.scss",
53 "../../../../node_modules/vanilla-framework/scss/_patterns_form-validation.scss",
54 "../../../../node_modules/vanilla-framework/scss/_patterns_forms.scss",
55 "../../../../node_modules/vanilla-framework/scss/_patterns_grid.scss",
56 "../../../../node_modules/vanilla-framework/scss/_base_placeholders-fixed-width-container.scss",
57 "../../../../node_modules/vanilla-framework/scss/_patterns_heading-icon.scss",
58 "../../../../node_modules/vanilla-framework/scss/_patterns_headings.scss",
59 "../../../../node_modules/vanilla-framework/scss/_patterns_image.scss",
60 "../../../../node_modules/vanilla-framework/scss/_patterns_inline-images.scss",
61 "../../../../node_modules/vanilla-framework/scss/_patterns_label.scss",
62 "../../../../node_modules/vanilla-framework/scss/_patterns_links.scss",
63 "../../../../node_modules/vanilla-framework/scss/_patterns_list-tree.scss",
64 "../../../../node_modules/vanilla-framework/scss/_patterns_lists.scss",
65 "../../../../node_modules/vanilla-framework/scss/_patterns_matrix.scss",
66 "../../../../node_modules/vanilla-framework/scss/_patterns_media-object.scss",
67 "../../../../node_modules/vanilla-framework/scss/_patterns_modal.scss",
68 "../../../../node_modules/vanilla-framework/scss/_patterns_muted-heading.scss",
69 "../../../../node_modules/vanilla-framework/scss/_patterns_navigation.scss",
70 "../../../../node_modules/vanilla-framework/scss/_patterns_subnav.scss",
71 "../../../../node_modules/vanilla-framework/scss/_patterns_notifications.scss",
72 "../../../../node_modules/vanilla-framework/scss/_patterns_pagination.scss",
73 "../../../../node_modules/vanilla-framework/scss/_patterns_pull-quotes.scss",
74 "../../../../node_modules/vanilla-framework/scss/_patterns_search-box.scss",
75 "../../../../node_modules/vanilla-framework/scss/_patterns_slider.scss",
76 "../../../../node_modules/vanilla-framework/scss/_patterns_strip.scss",
77 "../../../../node_modules/vanilla-framework/scss/_patterns_switch.scss",
78 "../../../../node_modules/vanilla-framework/scss/_patterns_table-expanding.scss",
79 "../../../../node_modules/vanilla-framework/scss/_patterns_table-of-contents.scss",
80 "../../../../node_modules/vanilla-framework/scss/_patterns_table-mobile-card.scss",
81 "../../../../node_modules/vanilla-framework/scss/_patterns_table-sortable.scss",
82 "../../../../node_modules/vanilla-framework/scss/_patterns_tabs.scss",
83 "../../../../node_modules/vanilla-framework/scss/_patterns_tooltips.scss",
84 "../../../../node_modules/vanilla-framework/scss/_utilities_animations.scss",
85 "../../../../node_modules/vanilla-framework/scss/_utilities_baseline-grid.scss",
86 "../../../../node_modules/vanilla-framework/scss/_utilities_clearfix.scss",
87 "../../../../node_modules/vanilla-framework/scss/_utilities_content-align.scss",
88 "../../../../node_modules/vanilla-framework/scss/_utilities_embedded-media.scss",
89 "../../../../node_modules/vanilla-framework/scss/_utilities_equal-height.scss",
90 "../../../../node_modules/vanilla-framework/scss/_utilities_floats.scss",
91 "../../../../node_modules/vanilla-framework/scss/_utilities_hide.scss",
92 "../../../../node_modules/vanilla-framework/scss/_utilities_image-position.scss",
93 "../../../../node_modules/vanilla-framework/scss/_utilities_layout.scss",
94 "../../../../node_modules/vanilla-framework/scss/_utilities_margin-collapse.scss",
95 "../../../../node_modules/vanilla-framework/scss/_utilities_off-screen.scss",
96 "../../../../node_modules/vanilla-framework/scss/_utilities_padding-collapse.scss",
97 "../../../../node_modules/vanilla-framework/scss/_utilities_show.scss",
98 "../../../../node_modules/vanilla-framework/scss/_utilities_vertical-spacing.scss",
99 "../../../../node_modules/vanilla-framework/scss/_utilities_vertically-center.scss",
100 "../../../../node_modules/vanilla-framework/scss/_utilities_no-print.scss"
101 ],
102 "names": [],
103 "mappings": "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"
104}
0\ No newline at end of file105\ No newline at end of file
1106
=== modified file 'src/identityprovider/templatetags/menu_item.py'
--- src/identityprovider/templatetags/menu_item.py 2013-06-12 11:51:57 +0000
+++ src/identityprovider/templatetags/menu_item.py 2019-11-11 16:30:47 +0000
@@ -1,4 +1,4 @@
1# Copyright 2010 Canonical Ltd. This software is licensed under the1# Copyright 2010-2018 Canonical Ltd. This software is licensed under the
2# GNU Affero General Public License version 3 (see the file LICENSE).2# GNU Affero General Public License version 3 (see the file LICENSE).
33
4from django import template4from django import template
@@ -6,10 +6,24 @@
6register = template.Library()6register = template.Library()
77
88
9@register.inclusion_tag('menu_item.html', takes_context=True)9@register.inclusion_tag(
10def menu_item(context, section, label, link, extra_qa_data_id=None):10 "menu_item.html", takes_context=True
11 return {'current_section': context.get('current_section', None),11)
12 'section': section,12def menu_item(
13 'label': label,13 context,
14 'link': link,14 section,
15 'extra_qa_data_id': extra_qa_data_id}15 label,
16 link,
17 extra_qa_data_id=None,
18 html_class=None,
19):
20 return {
21 "current_section": context.get(
22 "current_section", None
23 ),
24 "section": section,
25 "label": label,
26 "link": link,
27 "extra_qa_data_id": extra_qa_data_id,
28 "html_class": html_class,
29 }
1630
=== modified file 'src/webui/templates/menu_item.html'
--- src/webui/templates/menu_item.html 2013-06-12 23:50:10 +0000
+++ src/webui/templates/menu_item.html 2019-11-11 16:30:47 +0000
@@ -1,18 +1,18 @@
1{% comment %}1{% comment %}
2Copyright 2010 Canonical Ltd. This software is licensed under the2Copyright 2010-2019 Canonical Ltd. This software is licensed under the
3GNU Affero General Public License version 3 (see the file LICENSE).3GNU Affero General Public License version 3 (see the file LICENSE).
4{% endcomment %}4{% endcomment %}
55
6<li id="{{ section }}" data-qa-id="{{ section }}">6<li id="{{ section }}" data-qa-id="{{ section }}"{% if html_class %} class="{{ html_class }}"{% endif %}>
7 {% ifequal section current_section %}7 {% ifequal section current_section %}
8 <span class="active" {% if extra_qa_data_id %}data-qa-id="{{ extra_qa_data_id }}"{% endif %}>8 <span class="active" {% if extra_qa_data_id %}data-qa-id="{{ extra_qa_data_id }}"{% endif %}>
9 {{ label }}9 {{ label }}
10 </span>
11 {% else %}
12 <a id="{{ section }}-link" data-qa-id="{{ section }}_link" href="{{ link }}" class="p-link--soft">
13 <span {% if extra_qa_data_id %}data-qa-id="{{ extra_qa_data_id }}"{% endif %}>
14 {{ label }}
10 </span>15 </span>
11 {% else %}16 </a>
12 <a id="{{ section }}-link" data-qa-id="{{ section }}_link" href="{{ link }}">
13 <span {% if extra_qa_data_id %}data-qa-id="{{ extra_qa_data_id }}"{% endif %}>
14 {{ label }}
15 </span>
16 </a>
17 {% endifequal %}17 {% endifequal %}
18</li>18</li>
1919
=== modified file 'src/webui/templates/static/description.html'
--- src/webui/templates/static/description.html 2014-12-09 21:32:43 +0000
+++ src/webui/templates/static/description.html 2019-11-11 16:30:47 +0000
@@ -1,9 +1,9 @@
1{% extends "base.html" %}1{% extends "vanilla/base.html" %}
2{% load i18n %}2{% load i18n %}
3{% load static_url %}3{% load static_url %}
44
5{% comment %}5{% comment %}
6Copyright 2010 Canonical Ltd. This software is licensed under the6Copyright 2010-2019 Canonical Ltd. This software is licensed under the
7GNU Affero General Public License version 3 (see the file LICENSE).7GNU Affero General Public License version 3 (see the file LICENSE).
8{% endcomment %}8{% endcomment %}
99
1010
=== modified file 'src/webui/templates/static/faq.html'
--- src/webui/templates/static/faq.html 2017-05-23 21:38:39 +0000
+++ src/webui/templates/static/faq.html 2019-11-11 16:30:47 +0000
@@ -1,10 +1,10 @@
1{% extends "base.html" %}1{% extends "vanilla/base.html" %}
2{% load i18n %}2{% load i18n %}
3{% load static_url %}3{% load static_url %}
4{% load faq %}4{% load faq %}
55
6{% comment %}6{% comment %}
7Copyright 2010 Canonical Ltd. This software is licensed under the7Copyright 2010-2019 Canonical Ltd. This software is licensed under the
8GNU Affero General Public License version 3 (see the file LICENSE).8GNU Affero General Public License version 3 (see the file LICENSE).
9{% endcomment %}9{% endcomment %}
1010
@@ -18,366 +18,366 @@
18<h1 class="main">{% trans "Frequently asked questions" %}</h1>18<h1 class="main">{% trans "Frequently asked questions" %}</h1>
19{% endblock %}19{% endblock %}
2020
21{% block content_class %}{% endblock %}
21{% block content %}22{% block content %}
22{% url 'account-index' as home_url %}23{% url 'account-index' as home_url %}
23{% url 'account-emails' as emails_url %}24{% url 'account-emails' as emails_url %}
24{% url 'forgot_password' as forgot_url %}25{% url 'forgot_password' as forgot_url %}
25{% url 'delete_account' as delete_url %}26{% url 'delete_account' as delete_url %}
2627 <div class="row">
27<div class="yui3-g-r">28 <div class="col-8">
28 <div class="yui3-u-1-2 faq-body">29 {% trans "What is an Ubuntu One account?" as q %}
29 {% trans "What is an Ubuntu One account?" as q %}30 {% faq_title q %}
30 {% faq_title q %}31
3132 <p>
32 <p>33 {% blocktrans %}
33 {% blocktrans %}34 Ubuntu One is now the single account you use to log in to all services and sites related to Ubuntu. Your Ubuntu One account is an email address and a password that you use to sign in to Ubuntu services.
34 Ubuntu One is now the single account you use to log in to all services and sites related to Ubuntu. Your Ubuntu One account is an email address and a password that you use to sign in to Ubuntu services.35 {% endblocktrans %}
35 {% endblocktrans %}36 </p>
36 </p>37
3738 <p>
38 <p>39 {% blocktrans with blog='https://ubuntu.com/blog/shutting-down-ubuntu-one-file-services' %}
39 {% blocktrans with blog_orig='http://blog.canonical.com/2014/04/02/shutting-down-ubuntu-one-file-services/' blog_follow_up='http://voices.canonical.com/ubuntuone/2014/06/03/moving-your-content-away-from-ubuntu-one-file-services/' %}40 The Ubuntu One File Service and Music Store were shut down on 31 July 2014, see <a href="{{ blog }}">our announcement</a> for more details.
40 The Ubuntu One File Service and Music Store were shut down on 31 July 2014, see <a href="{{ blog_orig }}">our original announcement</a> or <a href="{{ blog_follow_up }}">follow up posts</a> for more details.41 {% endblocktrans %}
41 {% endblocktrans %}42 </p>
42 </p>43
4344
4445 {% trans "How can I update my Ubuntu One email address?" as q %}
45 {% trans "How can I update my Ubuntu One email address?" as q %}46 {% faq_title q %}
46 {% faq_title q %}47
4748 <ol>
48 <ol>49 <li>
49 <li>50 {% blocktrans %}
50 {% blocktrans %}51 Log in at <a href={{ home_url }}>login.ubuntu.com</a>.
51 Log in at <a href={{ home_url }}>login.ubuntu.com</a>.52 {% endblocktrans %}
52 {% endblocktrans %}53 </li>
53 </li>54 <li>
54 <li>55 {% blocktrans %}
55 {% blocktrans %}56 Open <a href={{ emails_url }}>login.ubuntu.com/+emails</a>.
56 Open <a href={{ emails_url }}>login.ubuntu.com/+emails</a>.57 {% endblocktrans %}
57 {% endblocktrans %}58 </li>
58 </li>59 <li>
59 <li>60 {% blocktrans %}
60 {% blocktrans %}61 Under "Add email address", enter your email address and click "Add address".
61 Under "Add email address", enter your email address and click "Add address".62 {% endblocktrans %}
62 {% endblocktrans %}63 </li>
63 </li>64 <li>
64 <li>65 {% blocktrans %}
65 {% blocktrans %}66 Check your email inbox for a message to confirm your new email address.
66 Check your email inbox for a message to confirm your new email address.67 {% endblocktrans %}
67 {% endblocktrans %}68 </li>
68 </li>69 <li>
69 <li>70 {% blocktrans %}
70 {% blocktrans %}71 Once confirmed, select the new email address from the “Preferred email address” drop down menu in the ‘Personal details’ section.
71 Once confirmed, select the new email address from the “Preferred email address” drop down menu in the ‘Personal details’ section.72 {% endblocktrans %}
72 {% endblocktrans %}73 </li>
73 </li>74 </ol>
74 </ol>75
7576 {% trans "I never received my Ubuntu One verification code. Now what?" as q %}
76 {% trans "I never received my Ubuntu One verification code. Now what?" as q %}77 {% faq_title q %}
77 {% faq_title q %}78
7879 <p>
79 <p>80 {% blocktrans %}
80 {% blocktrans %}81 To work around this use the <a href={{ forgot_url }}>Forgot password</a> process.
81 To work around this use the <a href={{ forgot_url }}>Forgot password</a> process.82 {% endblocktrans %}
82 {% endblocktrans %}83 </p>
83 </p>84 <p>
84 <p>85 {% blocktrans %}
85 {% blocktrans %}86 Once you complete that process, open <a href={{ home_url }}>login.ubuntu.com</a> and log in, clicking on the "I am a returning user" option.
86 Once you complete that process, open <a href={{ home_url }}>login.ubuntu.com</a> and log in, clicking on the "I am a returning user" option.87 {% endblocktrans %}
87 {% endblocktrans %}88 </p>
88 </p>89
8990 {% trans "How do I recover or change my Ubuntu One password?" as q %}
90 {% trans "How do I recover or change my Ubuntu One password?" as q %}91 {% faq_title q %}
91 {% faq_title q %}92
9293 <p>
93 <p>94 {% blocktrans %}
94 {% blocktrans %}95 If you've forgotten your password, go to <a href={{ home_url }}>login.ubuntu.com</a> and select the "Forgot your password?" link. This will take you through a process of recovering your password.
95 If you've forgotten your password, go to <a href={{ home_url }}>login.ubuntu.com</a> and select the "Forgot your password?" link. This will take you through a process of recovering your password.96 {% endblocktrans %}
96 {% endblocktrans %}97 </p>
97 </p>98 <p>
98 <p>99 {% blocktrans %}
99 {% blocktrans %}100 If you need to change your password, login to <a href={{ home_url }}>login.ubuntu.com</a>, type your new password twice, and click the "Update" button.
100 If you need to change your password, login to <a href={{ home_url }}>login.ubuntu.com</a>, type your new password twice, and click the "Update" button.101 {% endblocktrans %}
101 {% endblocktrans %}102 </p>
102 </p>103 <p>
103 <p>104 {% blocktrans %}
104 {% blocktrans %}105 Please take to account that in order to reset your password you must have access to the email address you provided. If you ever lose access to this account (email provider shuts down, hijacked accounts, etc) you won't be able to recover your password once you've lost it. That's why we strongly suggest that you provide more than one email address in your account.
105 Please take to account that in order to reset your password you must have access to the email address you provided. If you ever lose access to this account (email provider shuts down, hijacked accounts, etc) you won't be able to recover your password once you've lost it. That's why we strongly suggest that you provide more than one email address in your account.106 {% endblocktrans %}
106 {% endblocktrans %}107 </p>
107 </p>108
108109 {% trans "Can I delete my Ubuntu One account?" as q %}
109 {% trans "Can I delete my Ubuntu One account?" as q %}110 {% faq_title q %}
110 {% faq_title q %}111
111112 <p>
112 <p>113 {% blocktrans %}
113 {% blocktrans %}114 You can delete your Ubuntu One account, however, there are some very important things you should know before doing that.
114 You can delete your Ubuntu One account, however, there are some very important things you should know before doing that.115 {% endblocktrans %}
115 {% endblocktrans %}116 </p>
116 </p>117 <p>
117 <p>118 {% blocktrans %}
118 {% blocktrans %}119 Your Ubuntu One account is tied to a lot of information and provides access to a variety of sites. You should understand that by deleting your Ubuntu One account, you will lose access to all those sites. Therefore, you should take care of all those accounts first, because you won't be able to reach them after.
119 Your Ubuntu One account is tied to a lot of information and provides access to a variety of sites. You should understand that by deleting your Ubuntu One account, you will lose access to all those sites. Therefore, you should take care of all those accounts first, because you won't be able to reach them after.120 {% endblocktrans %}
120 {% endblocktrans %}121 </p>
121 </p>122 <p>
122 <p>123 {% blocktrans %}
123 {% blocktrans %}124 To see which sites you will lose access to and should delete first, log in at <a href={{ home_url }}>login.ubuntu.com</a> . It should show a list of other sites you have recently logged into via your Ubuntu One account.
124 To see which sites you will lose access to and should delete first, log in at <a href={{ home_url }}>login.ubuntu.com</a> . It should show a list of other sites you have recently logged into via your Ubuntu One account.125 {% endblocktrans %}
125 {% endblocktrans %}126 </p>
126 </p>127 <div class="p-notification--information">
127 <p><strong>128 <p class="p-notification__response">
128 {% blocktrans %}129 <span class="p-notification__status">{% blocktrans %}Note:{% endblocktrans %}</span>
129 N.B. If you delete your Ubuntu One account, other attached accounts will become orphaned and you will lose access to all of those sites too.130 {% blocktrans %}
130 {% endblocktrans %}131 If you delete your Ubuntu One account, other attached accounts will become orphaned and you will lose access to all of those sites too.
131 </strong>132 {% endblocktrans %}
132 </p>133 </p>
133 <h4>Launchpad</h4>134 </div>
134 <p>135 <h4>Launchpad</h4>
135 {% blocktrans %}136 <p>
136 You can deactivate an account, but it won't be entirely deleted.137 {% blocktrans %}
137 {% endblocktrans %}138 You can deactivate an account, but it won't be entirely deleted.
138 </p>139 {% endblocktrans %}
139 <p>140 </p>
140 {% blocktrans %}141 <p>
141 If you don't want your data there any more, we recommend that you anonymize your account before deactivating it. This can be done by changing your display name and username, removing pictures and crypto keys, etc.142 {% blocktrans %}
142 {% endblocktrans %}143 If you don't want your data there any more, we recommend that you anonymize your account before deactivating it. This can be done by changing your display name and username, removing pictures and crypto keys, etc.
143 </p>144 {% endblocktrans %}
144 <p>145 </p>
145 {% blocktrans %}146 <p>
146 To deactivate your LP account, do the following:147 {% blocktrans %}
147 {% endblocktrans %}148 To deactivate your LP account, do the following:
148 </p>149 {% endblocktrans %}
149 <ol>150 </p>
150 <li>151 <ol>
151 {% blocktrans %}152 <li>
152 Go to your profile page.153 {% blocktrans %}
153 {% endblocktrans %}154 Go to your profile page.
154 </li>155 {% endblocktrans %}
155 <li>156 </li>
156 {% blocktrans %}157 <li>
157 Click "Change details" in the upper right.158 {% blocktrans %}
158 {% endblocktrans %}159 Click "Change details" in the upper right.
159 </li>160 {% endblocktrans %}
160 <li>161 </li>
161 {% blocktrans %}162 <li>
162 Scroll all the way to the bottom.163 {% blocktrans %}
163 {% endblocktrans %}164 Scroll all the way to the bottom.
164 </li>165 {% endblocktrans %}
165 <li>166 </li>
166 {% blocktrans %}167 <li>
167 Click "Deactivate your account."168 {% blocktrans %}
168 {% endblocktrans %}169 Click "Deactivate your account."
169 </li>170 {% endblocktrans %}
170 <li>171 </li>
171 {% blocktrans %}172 <li>
172 If you want, type in a reason for deactivating your account.173 {% blocktrans %}
173 {% endblocktrans %}174 If you want, type in a reason for deactivating your account.
174 </li>175 {% endblocktrans %}
175 <li>176 </li>
176 {% blocktrans %}177 <li>
177 Click "Deactivate Account".178 {% blocktrans %}
178 {% endblocktrans %}179 Click "Deactivate Account".
179 </li>180 {% endblocktrans %}
180 <li>181 </li>
181 {% blocktrans %}182 <li>
182 You can also go directly to the page by typing in this address:183 {% blocktrans %}
183 https://launchpad.net/~YOURUSERNAME/+deactivate-account184 You can also go directly to the page by typing in this address:
184 (replace YOURUSERNAME in the URL with the name of your account)185 https://launchpad.net/~YOURUSERNAME/+deactivate-account
185 {% endblocktrans %}186 (replace YOURUSERNAME in the URL with the name of your account)
186 </li>187 {% endblocktrans %}
187 </ol>188 </li>
188 <h4>{% trans "Other Related Accounts" %}</h4>189 </ol>
189 <p>190 <h4>{% trans "Other Related Accounts" %}</h4>
190 {% blocktrans %}191 <p>
191 For other services attached to your Ubuntu One account (such as Landscape, Ubuntu wiki sites, Ubuntu Forums and AskUbuntu), please go to those services individually to close those accounts, if possible. The Ubuntu One team cannot close those accounts for you, but many of them have self-service options.192 {% blocktrans %}
192 {% endblocktrans %}193 For other services attached to your Ubuntu One account (such as Landscape, Ubuntu wiki sites, Ubuntu Forums and AskUbuntu), please go to those services individually to close those accounts, if possible. The Ubuntu One team cannot close those accounts for you, but many of them have self-service options.
193 </p>194 {% endblocktrans %}
194 <h4>{% trans "Ubuntu One Account" %}</h4>195 </p>
195 <p>196 <h4>{% trans "Ubuntu One Account" %}</h4>
196 {% blocktrans %}197 <p>
197 The last step is to delete your Ubuntu One account.198 {% blocktrans %}
198 {% endblocktrans %}199 The last step is to delete your Ubuntu One account.
199 </p>200 {% endblocktrans %}
200 <p>201 </p>
201 {% blocktrans %}202 <p>
202 To do this, go to <a href={{ delete_url }}>login.ubuntu.com/+delete</a> and follow the instructions there.203 {% blocktrans %}
203 {% endblocktrans %}204 To do this, go to <a href={{ delete_url }}>login.ubuntu.com/+delete</a> and follow the instructions there.
204 </p>205 {% endblocktrans %}
205 <p>206 </p>
206 {% blocktrans %}207 <p>
207 After deleting your account all the email addresses associated will be unlinked from it, allowing you to use any of them to open a new account should you chose to do so.208 {% blocktrans %}
208 {% endblocktrans %}209 After deleting your account all the email addresses associated will be unlinked from it, allowing you to use any of them to open a new account should you chose to do so.
209 </p>210 {% endblocktrans %}
210211 </p>
211 {% trans "I have a problem with Ubuntu One, where can I get help?" as q %}212
212 {% faq_title q %}213 {% trans "I have a problem with Ubuntu One, where can I get help?" as q %}
213214 {% faq_title q %}
214 <p>215
215 {% blocktrans with email='isd-support@canonical.com' %}216 <p>
216 You can email any further support requests to <a href="mailto:{{ email }}">{{ email }}</a>217 {% blocktrans with email='isd-support@canonical.com' %}
217 {% endblocktrans %}218 You can email any further support requests to <a href="mailto:{{ email }}">{{ email }}</a>
218 </p>219 {% endblocktrans %}
219220 </p>
220 {% trans "I have questions about Two Factor Authentication (2FA) in my Ubuntu One account, where can I find more information?" as q %}221
221 {% faq_title q %}222 {% trans "I have questions about Two Factor Authentication (2FA) in my Ubuntu One account, where can I find more information?" as q %}
222223 {% faq_title q %}
223 <p>224
224 {% blocktrans %}225 <p>
225 We have a Two Factor Authentication specific FAQ at <a href="https://help.ubuntu.com/community/SSO/FAQs/2FA">help.ubuntu.com/community/SSO/FAQs/2FA</a>226 {% blocktrans %}
226 {% endblocktrans %}227 We have a Two Factor Authentication specific FAQ at <a href="https://help.ubuntu.com/community/SSO/FAQs/2FA">help.ubuntu.com/community/SSO/FAQs/2FA</a>
227 </p>228 {% endblocktrans %}
228229 </p>
229 {% trans "I received an email saying I should change my password. Why is that?" as q %}230
230 {% faq_title q %}231 {% trans "I received an email saying I should change my password. Why is that?" as q %}
231 <p>232 {% faq_title q %}
232 {% blocktrans %}233 <p>
233 Recently, there was a security incident on another website unrelated to Ubuntu One. Ubuntu One was not directly affected by the incident, but your Ubuntu One account is at risk because you were using the same email and password in both places.234 {% blocktrans %}
234 {% endblocktrans %}235 Recently, there was a security incident on another website unrelated to Ubuntu One. Ubuntu One was not directly affected by the incident, but your Ubuntu One account is at risk because you were using the same email and password in both places.
235 </p>236 {% endblocktrans %}
236 <h4>{% trans "Are Ubuntu One accounts compromised?" %}</h4>237 </p>
237 <p>238 <h4>{% trans "Are Ubuntu One accounts compromised?" %}</h4>
238 {% blocktrans %}239 <p>
239 Ubuntu One accounts have not been directly compromised; however, if you used the same email and password on other websites, your account is at risk because an attacker might have gained knowledge of them from the information exposed by the aforementioned security incident.240 {% blocktrans %}
240 {% endblocktrans %}241 Ubuntu One accounts have not been directly compromised; however, if you used the same email and password on other websites, your account is at risk because an attacker might have gained knowledge of them from the information exposed by the aforementioned security incident.
241 </p>242 {% endblocktrans %}
242 <p>243 </p>
243 {% blocktrans %}244 <p>
244 To prevent potential abuse of your account, we request that you preemptively change your account's password.245 {% blocktrans %}
245 {% endblocktrans %}246 To prevent potential abuse of your account, we request that you preemptively change your account's password.
246 </p>247 {% endblocktrans %}
247 <h4>{% trans "What should I do?" %}</h4>248 </p>
248 <p>249 <h4>{% trans "What should I do?" %}</h4>
249 {% blocktrans %}250 <p>
250 If you received an email from us saying you should change your password, please follow the instructions in the email; follow the provided link to reset your password and make your Ubuntu One account secure again.251 {% blocktrans %}
251 {% endblocktrans %}252 If you received an email from us saying you should change your password, please follow the instructions in the email; follow the provided link to reset your password and make your Ubuntu One account secure again.
252 </p>253 {% endblocktrans %}
253 <p>254 </p>
254 {% blocktrans %}255 <p>
255 If you didn't receive an email but you usually reuse passwords across sites, it might be a good time to create a new one for your Ubuntu One account (pay special attention not to reuse your email account's password for other services).256 {% blocktrans %}
256 {% endblocktrans %}257 If you didn't receive an email but you usually reuse passwords across sites, it might be a good time to create a new one for your Ubuntu One account (pay special attention not to reuse your email account's password for other services).
257 </p>258 {% endblocktrans %}
258 <h4>{% trans "What if I don't want to change my password?" %}</h4>259 </p>
259 <p>260 <h4>{% trans "What if I don't want to change my password?" %}</h4>
260 {% blocktrans %}261 <p>
261 If your account needs a password reset, you won't be able to log in with it until you do so. What we aim by doing this is to prevent any further access in case someone else wants to use the old login information to access your account, so basically we're protecting your account by not letting you choose a &quot;bad&quot; password.262 {% blocktrans %}
262 {% endblocktrans %}263 If your account needs a password reset, you won't be able to log in with it until you do so. What we aim by doing this is to prevent any further access in case someone else wants to use the old login information to access your account, so basically we're protecting your account by not letting you choose a &quot;bad&quot; password.
263 </p>264 {% endblocktrans %}
264 <h4>{% trans "How do you know my password was leaked?" %}</h4>265 </p>
265 <p>266 <h4>{% trans "How do you know my password was leaked?" %}</h4>
266 {% blocktrans %}267 <p>
267 The data leaked during the security breach included a list of emails and encrypted passwords. The top 100 passwords were deciphered by independent security researchers and made public online. Whenever an account included an email that was leaked, we hashed the corresponding leaked password and verified it matched the stored hashed password for that account.268 {% blocktrans %}
268 {% endblocktrans %}269 The data leaked during the security breach included a list of emails and encrypted passwords. The top 100 passwords were deciphered by independent security researchers and made public online. Whenever an account included an email that was leaked, we hashed the corresponding leaked password and verified it matched the stored hashed password for that account.
269 </p>270 {% endblocktrans %}
270 <h4>{% trans "Do you store my password in plain text?" %}</h4>271 </p>
271 <p>272 <h4>{% trans "Do you store my password in plain text?" %}</h4>
272 {% blocktrans %}273 <p>
273 No we do not. We store our account passwords in hashed form using bcrypt.274 {% blocktrans %}
274 {% endblocktrans %}275 No, we do not. We store our account passwords in hashed form using bcrypt.
275 </p>276 {% endblocktrans %}
276 <h4>{% trans "What about new users?" %}</h4>277 </p>
277 <p>278 <h4>{% trans "What about new users?" %}</h4>
278 {% blocktrans %}279 <p>
279 If a person tries to register for a new Ubuntu One account using an email and password that were leaked, we will refuse the request as long as they keep using a leaked email and password combination.280 {% blocktrans %}
280 {% endblocktrans %}281 If a person tries to register for a new Ubuntu One account using an email and password that were leaked, we will refuse the request as long as they keep using a leaked email and password combination.
281 </p>282 {% endblocktrans %}
282 <h4>{% trans "What if my email is on the leaked list but I'm using a different password?" %}</h4>283 </p>
283 <p>284 <h4>{% trans "What if my email is on the leaked list but I'm using a different password?" %}</h4>
284 {% blocktrans %}285 <p>
285 Congratulations to you! Your account is not at risk because you used different passwords.286 {% blocktrans %}
286 {% endblocktrans %}287 Congratulations to you! Your account is not at risk because you used different passwords.
287 </p>288 {% endblocktrans %}
288 <h4>{% trans "I want to change my password but I'm not allowed with a mention to my password being 'unsecure'" %}</h4>289 </p>
289 <p>290 <h4>{% trans "I want to change my password but I'm not allowed with a mention to my password being 'unsecure'" %}</h4>
290 {% blocktrans %}291 <p>
291 You are trying to change your account's password to one that was exposed publicly. For your protection we won't allow you to use a leaked password for your account.292 {% blocktrans %}
292 {% endblocktrans %}293 You are trying to change your account's password to one that was exposed publicly. For your protection we won't allow you to use a leaked password for your account.
293 </p>294 {% endblocktrans %}
294295 </p>
295 {% trans "I have two accounts. How can I merge them?" as q %}296
296 {% faq_title q %}297 {% trans "I have two accounts. How can I merge them?" as q %}
297298 {% faq_title q %}
298 <p>299
299 {% blocktrans %}300 <p>
300 In general, merging two accounts means deleting one account and optionally copying some of its metadata to the other account. However, merged accounts can experience significant issues, so the Ubuntu One team strongly recommends deleting extra accounts if possible instead of merging them. This is especially relevant for merged Launchpad accounts.301 {% blocktrans %}
301 {% endblocktrans %}302 In general, merging two accounts means deleting one account and optionally copying some of its metadata to the other account. However, merged accounts can experience significant issues, so the Ubuntu One team strongly recommends deleting extra accounts if possible instead of merging them. This is especially relevant for merged Launchpad accounts.
302 </p>303 {% endblocktrans %}
303304 </p>
304 <h4>Launchpad</h4>305
305 <p>306 <h4>Launchpad</h4>
306 {% blocktrans %}307 <p>
307 You can merge accounts yourself, though the function for it may not be easy to find.308 {% blocktrans %}
308 {% endblocktrans %}309 You can merge accounts yourself, though the function for it may not be easy to find.
309 </p>310 {% endblocktrans %}
310 <p>311 </p>
311 {% blocktrans %}312 <p>
312 First, log in to the account you want to keep. Then go to: <a href="https://launchpad.net/people/+requestmerge">launchpad.net/people/+requestmerge</a>313 {% blocktrans %}
313 {% endblocktrans %}314 First, log in to the account you want to keep. Then go to: <a href="https://launchpad.net/people/+requestmerge">launchpad.net/people/+requestmerge</a>
314 </p>315 {% endblocktrans %}
315 <p>316 </p>
316 {% blocktrans %}317 <p>
317 Follow the instructions on screen, and you should be able to merge your accounts.318 {% blocktrans %}
318 {% endblocktrans %}319 Follow the instructions on screen, and you should be able to merge your accounts.
319 </p>320 {% endblocktrans %}
320 <p>321 </p>
321 {% blocktrans %}322 <p>
322 Please note that merging your Launchpad accounts is very likely to break your access to Summit, AskUbuntu, any apps you have purchased in Software Center, and any third-party sites which use your Launchpad username as your login.323 {% blocktrans %}
323 {% endblocktrans %}324 Please note that merging your Launchpad accounts is very likely to break your access to Summit, AskUbuntu, any apps you have purchased in Software Center, and any third-party sites which use your Launchpad username as your login.
324 </p>325 {% endblocktrans %}
325 <h4>Ubuntu One</h4>326 </p>
326 <p>327 <h4>Ubuntu One</h4>
327 {% blocktrans %}328 <p>
328 SSO account merges are just a matter of deleting one account then adding its email address(es) to the other account. We recommend that you do this by deleting the account you don’t need and then adding the old address(es) to the new account afterward.329 {% blocktrans %}
329 {% endblocktrans %}330 SSO account merges are just a matter of deleting one account then adding its email address(es) to the other account. We recommend that you do this by deleting the account you don’t need and then adding the old address(es) to the new account afterward.
330 </p>331 {% endblocktrans %}
331 <p>332 </p>
332 {% blocktrans %}333 <p>
333 Otherwise, SSO accounts must be merged manually by the support team, and it can take a while since we need to verify you own both accounts first.334 {% blocktrans %}
334 {% endblocktrans %}335 Otherwise, SSO accounts must be merged manually by the support team, and it can take a while since we need to verify you own both accounts first.
335 </p>336 {% endblocktrans %}
336 <p>337 </p>
337 {% blocktrans %}338 <p>
338 Note that you will lose access to every site attached to one of the accounts, so choose carefully which account you would like to keep.339 {% blocktrans %}
339 {% endblocktrans %}340 Note that you will lose access to every site attached to one of the accounts, so choose carefully which account you would like to keep.
340 </p>341 {% endblocktrans %}
341 <ol>342 </p>
342 <li>343 <ol>
343 {% blocktrans %}344 <li>
344 Choosing a primary account: To see which sites are attached to each account, log in to your SSO accounts one at a time at <a href={{ home_url }}>login.ubuntu.com</a> . It should show a list of other sites you have recently logged into via that account. This list represents the sites that you will lose access to, on whichever account you merge from. The account you merge to will remain intact, though.345 {% blocktrans %}
345 {% endblocktrans %}346 Choosing a primary account: To see which sites are attached to each account, log in to your SSO accounts one at a time at <a href={{ home_url }}>login.ubuntu.com</a> . It should show a list of other sites you have recently logged into via that account. This list represents the sites that you will lose access to, on whichever account you merge from. The account you merge to will remain intact, though.
346 </li>347 {% endblocktrans %}
347 <li>348 </li>
348 {% blocktrans %}349 <li>
349 Merging other accounts: Before merging your SSO accounts, you should take care of any openID consumer sites or services you may have accounts on. For example, if you have two Launchpad accounts, you should manually merge those first. Then you should be ready to merge your SSO accounts.350 {% blocktrans %}
350 {% endblocktrans %}351 Merging other accounts: Before merging your SSO accounts, you should take care of any openID consumer sites or services you may have accounts on. For example, if you have two Launchpad accounts, you should manually merge those first. Then you should be ready to merge your SSO accounts.
351 </li>352 {% endblocktrans %}
352 <li>353 </li>
353 {% blocktrans %}354 <li>
354 Sending a request: If for some reason you can’t do the merge yourself, send an email to <a href="mailto:isd-support@canonical.com">isd-support@canonical.com</a>. Please make sure to specify the email addresses of both accounts in your message, along with acknowledgement that you don't mind losing access to everything attached to the non-primary account. Be clear about which account you want to keep, since you will lose access to the sites associated with the other account(s).355 {% blocktrans %}
355 {% endblocktrans %}356 Sending a request: If for some reason you can’t do the merge yourself, send an email to <a href="mailto:isd-support@canonical.com">isd-support@canonical.com</a>. Please make sure to specify the email addresses of both accounts in your message, along with acknowledgement that you don't mind losing access to everything attached to the non-primary account. Be clear about which account you want to keep, since you will lose access to the sites associated with the other account(s).
356 </li>357 {% endblocktrans %}
357 </ol>358 </li>
358 <p>359 </ol>
359 {% blocktrans %}360 <p>
360 Please send the email preferably from the email address you check the most often.361 {% blocktrans %}
361 {% endblocktrans %}362 Please send the email preferably from the email address you check the most often.
362 </p>363 {% endblocktrans %}
363 <p>364 </p>
364 {% blocktrans %}365 <p>
365 After sending a message, you should get an automated reply. Please respond to this automated reply using the email address of your other SSO account, to confirm you have access to both addresses.366 {% blocktrans %}
366 {% endblocktrans %}367 After sending a message, you should get an automated reply. Please respond to this automated reply using the email address of your other SSO account, to confirm you have access to both addresses.
367 </p>368 {% endblocktrans %}
368 </div>369 </p>
369 <div class="yui3-u-1-3 account-faq">370 </div>
370 <div class="box">371 <div class="col-4 account-faq">
371 <div class="title">372 <div class="p-card">
372 {% trans "Ubuntu One FAQ" %}373 <h3>{% trans "Ubuntu One FAQ" %}</h3>
373 </div>374 <nav class="body">
374 <div class="body">375 <ul class="p-list--divided questions">
375 <ul class="questions">376 </ul>
376 </ul>377 </nav>
377 </div>378 </div>
378 </div>379 </div>
379 </div>380 </div>
380</div>
381{% endblock %}381{% endblock %}
382382
383{% block extra_js %}383{% block extra_js %}
@@ -389,7 +389,7 @@
389 questions.each(function(q) {389 questions.each(function(q) {
390 var id = q.get('id');390 var id = q.get('id');
391 var text = q.get('text');391 var text = q.get('text');
392 list.append(Y.Node.create('<li><a href="#' + id + '">' + text + '</a></li>'));392 list.append(Y.Node.create('<li class="p-list__item"><a href="#' + id + '">' + text + '</a></li>'));
393 });393 });
394394
395 });395 });
396396
=== modified file 'src/webui/templates/static/one-redirect.html'
--- src/webui/templates/static/one-redirect.html 2014-08-14 16:54:07 +0000
+++ src/webui/templates/static/one-redirect.html 2019-11-11 16:30:47 +0000
@@ -1,10 +1,10 @@
1{% extends "base.html" %}1{% extends "vanilla/base.html" %}
2{% load i18n %}2{% load i18n %}
3{% load static_url %}3{% load static_url %}
4{% load menu_item %}4{% load menu_item %}
55
6{% comment %}6{% comment %}
7Copyright 2014 Canonical Ltd. This software is licensed under the7Copyright 2014-2019 Canonical Ltd. This software is licensed under the
8GNU Affero General Public License version 3 (see the file LICENSE).8GNU Affero General Public License version 3 (see the file LICENSE).
9{% endcomment %}9{% endcomment %}
1010
@@ -14,26 +14,21 @@
14{% block menu %}{% endblock %}14{% block menu %}{% endblock %}
15{% block content %}15{% block content %}
16{% url 'faq' as faq_url %}16{% url 'faq' as faq_url %}
17<div class="yui3-g-r">17 <p>
1818 {% blocktrans %}Ubuntu One is the single account you use to log in to
19 <div class="yui3-u-2-3 account-information">19 all services and sites related to Ubuntu. For more information please read the <a href="{{ faq_url }}">Ubuntu One FAQ.</a>{% endblocktrans %}
20 <p>20 </p>
21 {% blocktrans %}Ubuntu One is the single account you use to log in to21 <h3>Looking for Ubuntu One File Services?</h3>
22 all services and sites related to Ubuntu. For more information please read the <a href="{{ faq_url }}">Ubuntu One FAQ.</a>{% endblocktrans %}22 <p>
23 </p>23 {% blocktrans with url1="http://blog.canonical.com/2014/04/02/shutting-down-ubuntu-one-file-services/" url2="http://voices.canonical.com/ubuntuone/2014/06/03/moving-your-content-away-from-ubuntu-one-file-services/" email="isd-support@canonical.com" %}
24 <h3>Looking for Ubuntu One File Services?</h3>24 The Ubuntu One Files Services have been closed (see the <a href="{{ url1 }}">original announcement</a> or <a href="{{ url2 }}">follow up posts</a> for more details).
25 <p>25 If you have questions about the Ubuntu One File Services shutdown, please email <a href="mailto:{{ email }}">{{ email }}</a>.
26 {% blocktrans with url1="http://blog.canonical.com/2014/04/02/shutting-down-ubuntu-one-file-services/" url2="http://voices.canonical.com/ubuntuone/2014/06/03/moving-your-content-away-from-ubuntu-one-file-services/" email="isd-support@canonical.com" %}26 {% endblocktrans %}
27 The Ubuntu One Files Services have been closed (see the <a href="{{ url1 }}">original announcement</a> or <a href="{{ url2 }}">follow up posts</a> for more details).27 </p>
28 If you have questions about the Ubuntu One File Services shutdown, please email <a href="mailto:{{ email }}">{{ email }}</a>.28 <p>
29 {% endblocktrans %}29 {% url 'login' as login_url %}
30 </p>30 {% blocktrans %}
31 <p>31 <a href="{{ login_url }}">Create or log in</a> to your Ubuntu One account.
32 {% url 'login' as login_url %}32 {% endblocktrans %}
33 {% blocktrans %}33 </p>
34 <a href="{{ login_url }}">Create or log in</a> to your Ubuntu One account.
35 {% endblocktrans %}
36 </p>
37 </div>
38</div>
39{% endblock %}34{% endblock %}
4035
=== modified file 'src/webui/templates/static/ubuntuone-account.html'
--- src/webui/templates/static/ubuntuone-account.html 2014-07-30 16:35:52 +0000
+++ src/webui/templates/static/ubuntuone-account.html 2019-11-11 16:30:47 +0000
@@ -1,4 +1,4 @@
1{% extends "base.html" %}1{% extends "vanilla/base.html" %}
2{% load i18n %}2{% load i18n %}
3{% load static_url %}3{% load static_url %}
44
@@ -13,56 +13,36 @@
1313
14{% block menu %}{% endblock %}14{% block menu %}{% endblock %}
1515
16{% block text_title %}<h1 class="u1-h-main">{% trans "Your Ubuntu One account" %}</h1>{% endblock %}16{% block text_title %}<h1>{% trans "Your Ubuntu One account" %}</h1>{% endblock %}
1717
18{% block content %}18{% block content %}
19<div class="yui3-g-r">19 <div class="row">
2020 <div class="col-8">
21 <div class="yui3-u-1-2 account-information">21 <h3>{% trans "One account to log in to everything on Ubuntu" %}</h3>
2222 <p>{% blocktrans %}Ubuntu One is the single account you use to log in to
23 <h3>{% trans "One account to log in to everything on Ubuntu" %}</h3>23 all services and sites related to Ubuntu.{% endblocktrans %}</p>
2424 <h3>{% trans "Already have an SSO account?" %}</h3>
25 <p>25 <p>{% blocktrans %}You can use your existing Ubuntu single sign on or
26 {% blocktrans %}Ubuntu One is the single account you use to log in to26 Launchpad credentials to log in. Your Ubuntu single sign on account is
27 all services and sites related to Ubuntu.{% endblocktrans %}27 now called your Ubuntu One account.{% endblocktrans %}</p>
28 </p>28 </div>
2929 <div class="col-4">
30 <h3>{% trans "Already have an SSO account?" %}</h3>30 <div class="p-card">
3131 <h3>Account FAQ</h3>
32 <p>32 <ul class="p-list--divided">
33 {% blocktrans %}You can use your existing Ubuntu single sign on or33 <li class="p-list__item"><a href="{% url 'faq' %}#what-is-an-ubuntu-one-account">{% trans "What is an Ubuntu One account?" %}</a></li>
34 Launchpad credentials to log in. Your Ubuntu single sign on account is34 <li class="p-list__item"><a href="{% url 'faq' %}#how-can-i-update-my-ubuntu-one-email-address">{% trans "How can I update my Ubuntu One e-mail address?" %}</a></li>
35 now called your Ubuntu One account.{% endblocktrans %}35 <li class="p-list__item"><a href="{% url 'faq' %}#i-never-received-my-ubuntu-one-verification-code-now-what">{% trans "I never received my Ubuntu One verification code. Now what?" %}</a></li>
36 </p>36 <li class="p-list__item"><a href="{% url 'faq' %}#how-do-i-recover-or-change-my-ubuntu-one-password">{% trans "How do I recover or change my Ubuntu One password?" %}</a></li>
37 </div>37 <li class="p-list__item"><a href="{% url 'faq' %}#can-i-delete-my-ubuntu-one-account">{% trans "Can I delete my Ubuntu One account?" %}</a></li>
3838 </ul>
39 <div class="yui3-u-1-3 account-faq">39 <p>
4040 {% url 'faq' as faq_url %}
41 <div class="box">41 {% blocktrans with email='isd-support@canonical.com' %}
42 <div class="title">42 <a href="{{ faq_url }}">View all FAQs</a> or email support at <a href="mailto:{{ email }}">{{ email }}</a>
43 <h3>Account FAQ</h3>43 {% endblocktrans %}
44 </div>44 </p>
4545 </div>
46 <div class="body">46 </div>
47 <ul class="questions">47 </div>
48 <li><a href="{% url 'faq' %}#what-is-an-ubuntu-one-account">{% trans "What is an Ubuntu One account?" %}</a></li>
49 <li><a href="{% url 'faq' %}#how-can-i-update-my-ubuntu-one-email-address">{% trans "How can I update my Ubuntu One e-mail address?" %}</a></li>
50 <li><a href="{% url 'faq' %}#i-never-received-my-ubuntu-one-verification-code-now-what">{% trans "I never received my Ubuntu One verification code. Now what?" %}</a></li>
51 <li><a href="{% url 'faq' %}#how-do-i-recover-or-change-my-ubuntu-one-password">{% trans "How do I recover or change my Ubuntu One password?" %}</a></li>
52 <li><a href="{% url 'faq' %}#can-i-delete-my-ubuntu-one-account">{% trans "Can I delete my Ubuntu One account?" %}</a></li>
53 </ul>
54
55 <p class="more-help">
56 {% url 'faq' as faq_url %}
57 {% blocktrans with email='isd-support@canonical.com' %}
58 <a href="{{ faq_url }}">View all FAQs</a> or email support at <a href="mailto:{{ email }}">{{ email }}</a>
59 {% endblocktrans %}
60 </div>
61
62 </div>
63
64 </div>
65
66</div>
67
68{% endblock %}48{% endblock %}
6949
=== added directory 'src/webui/templates/vanilla'
=== added file 'src/webui/templates/vanilla/_footer.html'
--- src/webui/templates/vanilla/_footer.html 1970-01-01 00:00:00 +0000
+++ src/webui/templates/vanilla/_footer.html 2019-11-11 16:30:47 +0000
@@ -0,0 +1,28 @@
1{% load i18n static_url %}
2
3{% comment %}
4Copyright 2010-2019 Canonical Ltd. This software is licensed under the
5GNU Affero General Public License version 3 (see the file LICENSE).
6{% endcomment %}
7
8<hr>
9<footer class="p-strip is-shallow" data-qa-id="ubuntuone_footer">
10 <div class="row">
11 <p>{% trans "Ubuntu One. One place to log in to everything on Ubuntu." %}</p>
12 {% spaceless %}
13 <ul class="p-inline-list--middot">
14 <li class="p-inline-list__item"><a href="{{ 'terms_of_service'|static_url }}">{% trans "Terms" %}</a></li>
15 <li class="p-inline-list__item"><a href="{{ 'privacy_policy'|static_url }}">{% trans "Canonical privacy notice" %}</a></li>
16 <li class="p-inline-list__item"><a href="{{ 'privacy_notice'|static_url }}">{% trans "SSO privacy notice" %}</a></li>
17 <li class="p-inline-list__item"><a href="{{ 'support_form'|static_url }}">{% trans "Support" %}</a></li>
18 <li class="p-inline-list__item"><a href="{{ 'dp_bugs'|static_url }}">{% trans "Report a bug on this site" %}</a></li>
19 {% block language_footer %}
20 {% if not embedded %}
21 <li class="p-inline-list__item"><a href="{% url 'set_language' %}">{% trans "Switch language" %}</a></li>
22 {% endif %}
23 {% endblock %}
24 </ul>
25 {% endspaceless %}
26 <p>{% blocktrans with current_date|date:"Y" as current_year %}&copy; Copyright {{ current_year }} Canonical Ltd. &lsquo;Ubuntu One&rsquo; and &lsquo;Canonical&rsquo; are registered trademarks of Canonical Ltd.{% endblocktrans %}</p>
27 </div>
28</footer>
029
=== added file 'src/webui/templates/vanilla/_header.html'
--- src/webui/templates/vanilla/_header.html 1970-01-01 00:00:00 +0000
+++ src/webui/templates/vanilla/_header.html 2019-11-11 16:30:47 +0000
@@ -0,0 +1,32 @@
1{% load i18n %}
2
3{% comment %}
4Copyright 2019 Canonical Ltd. This software is licensed under the
5GNU Affero General Public License version 3 (see the file LICENSE).
6{% endcomment %}
7
8<header id="navigation" class="p-navigation">
9 <div class="row">
10 <div class="p-navigation__banner">
11 <div class="p-navigation__logo">
12 {% if not embedded %}
13 <a href="/" id="u1-logo" class="p-navigation__link">
14 <img src="https://assets.ubuntu.com/v1/d738f754-Ubuntu_One_Mono_Logo.svg" alt="{% blocktrans %}Ubuntu One{% endblocktrans %}" width="90">
15 </a>
16 {% endif %}
17 </div>
18 <a href="#navigation" class="p-navigation__toggle--open" title="menu">Menu</a>
19 <a href="#navigation-closed" class="p-navigation__toggle--close" title="close menu">Close menu</a>
20 </div>
21 <nav class="p-navigation__nav">
22 <span class="u-off-screen">
23 <a href="#main-content">Jump to main content</a>
24 </span>
25 {% block me-menu %}
26 {% include "vanilla/widgets/header-me-menu.html" %}
27 {% endblock %}
28
29 {% block navigation %}{% endblock %}
30 </nav>
31 </div>
32</header>
033
=== added file 'src/webui/templates/vanilla/base.html'
--- src/webui/templates/vanilla/base.html 1970-01-01 00:00:00 +0000
+++ src/webui/templates/vanilla/base.html 2019-11-11 16:30:47 +0000
@@ -0,0 +1,185 @@
1{% load i18n static_url combo staticfiles %}
2<!DOCTYPE html>
3<!--[if IE 7 ]><html class="ie7" lang="en" dir="ltr"><![endif]-->
4<!--[if IE 8 ]><html class="ie8" lang="en" dir="ltr"><![endif]-->
5<!--[if (gte IE 9)|!(IE)]><!--><html lang="en" dir="ltr" class="no-js" {% block html_extra %}{% endblock %}><!--<![endif]-->
6{% comment %}Copyright 2019 Canonical Ltd. This software is licensed under the GNU Affero General Public License version 3 (see the file LICENSE).{% endcomment %}
7 <head>
8 <meta charset="utf-8">
9 <meta name="viewport" content="width=device-width">
10 {% block extra_meta %}{% endblock %}
11
12 {% block extra_header %}{% endblock %}
13
14 <title>{% block title %}{% trans "Log in" %}{% endblock %}</title>
15 <link rel="icon" type="image/vnd.microsoft.icon"
16 href="{% static 'identityprovider/img/favicon.ico' %}">
17
18 {% block corecss %}
19 <link href="{% static 'vanilla-css/styles.css' %}" rel="stylesheet">
20 {% endblock %}
21 {% block extra_css %}{% endblock %}
22
23 <!--[if lt IE 9]>
24 <script type="text/javascript" src="{% static 'identityprovider/js/ie/html5shiv.js' %}"></script>
25 <![endif]-->
26 <script>
27 document.documentElement.className=document.documentElement.className.replace(/\bno-js\b/,'') + ' js';
28 </script>
29 </head>
30 <body data-qa-id="{% block qaid %}{% endblock %}" {% if embedded %}onload="blank_targets()"{% endif %}
31 class="{% block bodyclass %}{% if user.is_authenticated %}with-menu{% endif %}{% endblock %}{% if readonly %} readonly{% endif %}">
32 {% get_current_language as LANGUAGE_CODE %}
33 <!-- Current language: {{ LANGUAGE_CODE }} -->
34
35 {% if google_tag_manager_id %}
36 <!-- Google Tag Manager (noscript) -->
37 <noscript><iframe src="https://www.googletagmanager.com/ns.html?id={{ google_tag_manager_id }}"
38 height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
39 <!-- End Google Tag Manager (noscript) -->
40 {% endif %}
41
42 <div id="cont" role="main">
43 {% include "vanilla/_header.html" %}
44 <div id="content">
45 <section class="p-strip--dark p-cip-hero">
46 <div class="row">
47 <div class="col-7">
48 {% block text_title %}{% endblock %}
49 </div>
50 </div>
51 </section>
52
53 <div id="{% block content_id %}box{% endblock %}" class="row">
54 {% block menu %}
55 {% if user.is_authenticated %}
56 <div class="col-4 p-sidebar">
57 {% include "vanilla/widgets/personal-menu.html" %}
58 </div>
59 {% endif %}
60 {% endblock %}
61 <div class="{% block content_class %}col-8{% endblock %}">
62 <section class="p-strip">
63 {% block readonly %}
64 {% if readonly %}
65 <div class="p-notification--caution">
66 <p class="p-notification__response">
67 {% blocktrans %}We are currently in read-only mode. That means that at the moment you can't create new accounts, update your personal information, or request password reminders.{% endblocktrans %}
68 </p>
69 </div>
70 {% endif %}
71 {% endblock %}
72 {% block messages %}
73 {% if messages %}
74 <section class="p-strip is-shallow">
75 {% for message in messages %}
76 <div class="row">
77 <div class="col-12">
78 <div class="p-notification">
79 <p class="p-notification__response">
80 {{ message }}
81 </p>
82 </div>
83 </div>
84 </div>
85 {% endfor %}
86 </section>
87 {% endif %}
88 {% endblock %}
89 {% block content %}{% endblock %}
90 </section>
91 </div>
92 </div>
93 </section>
94 </div><!-- close #content -->
95
96 {% include "vanilla/_footer.html" %}
97
98 </div><!-- close #cont -->
99
100 {% block general_js %}
101 <script type="text/javascript">
102 YUI_config = {
103 maxURLLength: 2000,
104 combine: {{ combine|lower }},
105 comboBase: '{{ combo_url }}?',
106 base: '{% static "yui/3.15.0/" %}',
107 root: 'yui/3.15.0/'
108 }
109 </script>
110 {# use combo to load yui, to provide far future caching, as whitenoise doesn't for non-hashed urls #}
111 {# notexist disables optimisation in template tag that avoids combo if only one file #}
112 {% combo 'yui/3.15.0/yui/yui-min.js' 'notexist' %}
113
114 <script type="text/javascript">
115 YUI().use('node', 'transition', function (Y) {
116 Y.all('.message.temporary').transition({
117 easing: 'ease-out',
118 duration: 0.1,
119 delay: 5,
120 height: 0,
121 opacity: 0,
122 marginTop: 0,
123 marginBottom: 0,
124 paddingTop: 0,
125 paddingBottom: 0,
126 on: {
127 start: function () {
128 this.setStyle('overflow', 'hidden');
129 }
130 }
131 });
132 });
133 </script>
134
135 {% endblock %}
136
137 {% block test_js %}{% endblock %}
138 {% block extra_js %}{% endblock %}
139
140 {% block disable_submit_buttons_js %}
141 <script type="text/javascript">
142 (function(){
143 // disable all submit buttons after initial form submission
144 // to prevent double-clicks
145 var formEls = document.querySelectorAll('form');
146
147 if (formEls && formEls.length) {
148 for (var i = formEls.length; i--;) {
149 formEls[i].addEventListener('submit', disableAfterSubmit);
150 }
151 }
152
153 function disableAfterSubmit(e) {
154 var formEl = e.currentTarget;
155 var submitEl = formEl.querySelector('input[type=submit],button[type=submit]');
156
157 if (!submitEl.classList.contains('disabled')) {
158 disableSubmitEl(submitEl);
159 } else {
160 e.preventDefault();
161 }
162 }
163
164 function disableSubmitEl(el) {
165 el.classList.add('disabled');
166 }
167
168 })();
169 </script>
170 {% endblock %}
171
172 {% block analytics %}
173 {% if google_tag_manager_id %}
174 <!-- Google Tag Manager -->
175 <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
176 new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
177 j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
178 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
179 })(window,document,'script','dataLayer','{{ google_tag_manager_id }}');</script>
180 <!-- End Google Tag Manager -->
181 {% endif %}
182 {% endblock %}
183
184 </body>
185</html>
0186
=== added directory 'src/webui/templates/vanilla/common'
=== added file 'src/webui/templates/vanilla/common/missing_backup_device_warning.html'
--- src/webui/templates/vanilla/common/missing_backup_device_warning.html 1970-01-01 00:00:00 +0000
+++ src/webui/templates/vanilla/common/missing_backup_device_warning.html 2019-11-11 16:30:47 +0000
@@ -0,0 +1,19 @@
1{% load i18n %}
2
3{% if need_backup_device_warning %}
4{% url 'device-addition' as add_device %}
5<div id="missing_backup_device" class="p-notification--caution">
6 <p class="p-notification__response">
7 <span class="p-notification__status">{% blocktrans %}Warning:{% endblocktrans %}</span>
8 {% blocktrans %}We strongly recommend having two authentication devices,
9 a <strong>primary</strong> device and a <strong>secondary</strong>
10 or backup device.
11 <br><br>
12 Having two authentication devices means you can continue to access your
13 account with your secondary device should your primary device be lost or
14 stolen.
15 <br><br>
16 Click to <a href="{{ add_device }}">add a backup device</a>.{% endblocktrans %}
17 </p>
18</div>
19{% endif %}
020
=== added file 'src/webui/templates/vanilla/common/printed_codes_nearly_exhausted_warning.html'
--- src/webui/templates/vanilla/common/printed_codes_nearly_exhausted_warning.html 1970-01-01 00:00:00 +0000
+++ src/webui/templates/vanilla/common/printed_codes_nearly_exhausted_warning.html 2019-11-11 16:30:47 +0000
@@ -0,0 +1,15 @@
1{% load i18n url_with_token %}
2
3{% if paper_devices_needing_renewal %}
4<div id="exhausted_warning" class="p-notification--caution">
5 <p class="p-notification__response">
6 <span class="p-notification__status">{% blocktrans %}Warning:{% endblocktrans %}</span>
7 {% blocktrans %}Your printed list of backup codes is nearly used up.
8 Please print a new list for the following devices.{% endblocktrans %}
9 <br><br>
10 {% for device in paper_devices_needing_renewal %}
11 {{ device.name }} <a href="{% url_with_token 'device-print' device_id=device.id %}" class="btn-sm"><span>{% trans 'Generate New Codes' %}</span></a>
12 {% endfor %}
13 </p>
14</div>
15{% endif %}
016
=== added file 'src/webui/templates/vanilla/common/unverified_email_warning.html'
--- src/webui/templates/vanilla/common/unverified_email_warning.html 1970-01-01 00:00:00 +0000
+++ src/webui/templates/vanilla/common/unverified_email_warning.html 2019-11-11 16:30:47 +0000
@@ -0,0 +1,14 @@
1{% load i18n url_with_token %}
2
3{% if need_verify_email_warning %}
4{% url_with_token 'verify_email' email_address=unverified_email.email as verify_url %}
5<div class="p-notification--caution">
6 <p class="p-notification__response">
7 <span class="p-notification__status">{% blocktrans %}Warning:{% endblocktrans %}</span>
8 {% blocktrans %}
9 You have not verified your email address {{ unverified_email }}.
10 Click to <a href="{{ verify_url }}">verify your email address</a>.
11 {% endblocktrans %}
12 </p>
13</div>
14{% endif %}
015
=== added directory 'src/webui/templates/vanilla/widgets'
=== added file 'src/webui/templates/vanilla/widgets/header-me-menu.html'
--- src/webui/templates/vanilla/widgets/header-me-menu.html 1970-01-01 00:00:00 +0000
+++ src/webui/templates/vanilla/widgets/header-me-menu.html 2019-11-11 16:30:47 +0000
@@ -0,0 +1,17 @@
1{% load i18n %}
2{% load menu_item %}
3{% load url_with_token %}
4
5<ul class="p-navigation__links" role="menu" id="ac-status">
6 {% if user.is_authenticated %}
7 <li id="account" data-qa-id="account" class="p-navigation__link" role="menuitem">
8 <a href="{% url_with_token 'account-index' %}" id="account-link" data-qa-id="account_link" title="{% trans "My account" %} ({{user.displayname}})">{{user.displayname}}</a>
9 </li>
10 <li class="p-navigation__link">
11 <a href="{% url_with_token 'logout' %}" id="logout-link" data-qa-id="logout_link">{% trans "Log out" %}</a>
12 </li>
13{% else %}
14 {% url_with_token 'login' as login_url %}
15 {% menu_item "login" _("Log in or Create account") login_url 0 "p-navigation__link" %}
16{% endif %}
17</ul>
018
=== added file 'src/webui/templates/vanilla/widgets/passwords.html'
--- src/webui/templates/vanilla/widgets/passwords.html 1970-01-01 00:00:00 +0000
+++ src/webui/templates/vanilla/widgets/passwords.html 2019-11-11 16:30:47 +0000
The diff has been truncated for viewing.