-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
864 lines (694 loc) · 71.4 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>JungleStar | Revealing</title>
<meta name="description" content="Recent Projects Starring in the jungle...">
<meta name="author" content="rokma">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/favicon-194x194.png" sizes="194x194">
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="/android-chrome-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#ff0000">
<meta name="msapplication-TileImage" content="/mstile-144x144.png">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="css/reveal.min.css">
<link rel="stylesheet" href="css/theme/rok.css" id="theme">
<script src="lib/js/head.min.js"></script>
<!-- If the query includes 'print-pdf', include the PDF print sheet -->
<script>
if( window.location.search.match( /print-pdf/gi ) ) {
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = 'css/print/pdf.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
}
</script>
</head>
<body>
<div class="reveal">
<div class="slides">
<!-- first contact -->
<section data-background="images/1.svg" data-background-transition="zoom">
</section>
<section data-background="images/1.svg" data-state="darkit" data-transition="zoom">
<h1 >It's a jungle out there.</h1>
</section>
<section data-background="images/2.svg" data-background-transition="zoom">
</section>
<section data-background="images/2.svg" data-state="darkit" data-transition="zoom">
<h1 >Luck is not enough.<br></h1>
</section>
<section data-background="images/3.svg" data-background-transition="zoom">
</section>
<section data-background="images/3.svg" data-state="darkit" data-transition="zoom">
<h1 >How customers get to know you?</h1>
</section>
<section >
<h2>Planning</h2>
<h1>Communication<br>Strategy</h1>
<h2>will show results!</h2>
</section>
<!-- take a break -->
<section data-autoslide="5000">
<span class="forward"> > </span>
</section>
<!-- start showtime -->
<section data-state="01">
<section>
<div class="lastblok" >
<h2>Plan Communication Strategy!</h2>
<h1>Reputation is everything</h1>
<h3>Show results time!</h3>
</div>
</section>
<section data-state="05">
<h4>at Jungle<span class="star">★</span>Star we</h4>
<h1 class="huge">design</h1>
</section>
<section data-state="06">
<h4>at Jungle<span class="star">★</span>Star we</h4>
<h1 class="huge">develop</h1>
</section>
<section data-state="07">
<h4>at Jungle<span class="star">★</span>Star we </h4>
<h1 class="huge">produce</h1>
</section>
<section data-state="08">
<h4>at Jungle<span class="star">★</span>Star we craft</h4>
<h1 class="huge">clean user<br>experiences</h1>
</section>
<section data-state="09">
<h4>Jungle<span class="star">★</span>Star</h4>
<h1 class="huge">to make you<br>look awesome.</h1>
</section>
</section>
<!-- take a break -->
<section data-autoslide="5000">
<span class="forward"> > </span>
</section>
<section>
<svg class="pinksummer-ico" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1800 700">
<style type="text/css">
.pink-pink{fill:#E54378;}
.pink-white{fill:#FFFFFF;}
</style>
<path id="pink-circle" class="pink-pink" d="M662.5,350c0,158.9-128.8,287.7-287.7,287.7C215.9,637.7,87.1,508.9,87.1,350
c0-158.9,128.8-287.7,287.7-287.7C533.7,62.3,662.5,191.1,662.5,350z"/>
<path id="pink" class="pink-white" d="M214,277.6c-8.6,0-16.5,2-23.6,6.1c-7.1,4.1-12.7,9.4-16.8,15.9v-19h-32v179h34.3v-65.3
c6.4,6.9,12.6,11.8,18.4,14.6c5.8,2.8,12.3,4.3,19.5,4.3c15.1,0,27.9-6,38.5-18c10.6-12,15.9-28.8,15.9-50.5
c0-21.1-5.2-37.5-15.7-49.3C241.9,283.5,229.1,277.6,214,277.6z M225.3,376.3c-5.3,6.4-11.9,9.6-19.9,9.6c-8.3,0-15.3-3.5-21.1-10.4
c-5.8-7-8.7-17.7-8.7-32.3c0-12.7,2.8-22.3,8.3-28.7c5.5-6.5,12.5-9.7,20.9-9.7c8.1,0,14.8,3.3,20.3,9.9c5.5,6.6,8.2,16.7,8.2,30.3
C233.2,359.4,230.6,369.9,225.3,376.3z M295.3,263h34.3v-31.7h-34.3V263z M295.3,410.2h34.3V280.5h-34.3V410.2z M474.1,292.1
c-3.2-4.2-8-7.7-14.2-10.4c-6.3-2.7-13.2-4.1-20.8-4.1c-17.2,0-31.4,7.3-42.7,22v-19h-31.9v129.6h34.3v-58.7
c0-14.5,0.9-24.4,2.6-29.8c1.7-5.4,5-9.7,9.7-12.9c4.7-3.3,10-4.9,16-4.9c4.6,0,8.6,1.1,11.9,3.4c3.3,2.3,5.7,5.5,7.1,9.6
c1.5,4.1,2.2,13.2,2.2,27.2v66.2h34.3v-80.6c0-10-0.6-17.7-1.9-23.1C479.6,301.2,477.3,296.4,474.1,292.1z M588.7,327.9l44.3-47.4
h-42.2l-40.2,45.7v-95h-34.3v179h34.3v-41.5l16-16.7l32.6,58.2h37L588.7,327.9z"/>
<path id="summer" class="pink-white" d="M787,344.1c-7.2-6-20-11.1-38.3-15.3s-29-7.4-32-9.6c-2.3-1.7-3.4-3.8-3.4-6.2c0-2.8,1.3-5.2,3.9-7
c3.9-2.5,10.4-3.8,19.4-3.8c7.2,0,12.7,1.3,16.5,4s6.5,6.6,7.9,11.6l32.3-6c-3.3-11.3-9.2-19.9-17.8-25.6
c-8.6-5.8-21.8-8.7-39.6-8.7c-18.6,0-32.4,3.8-41.3,11.5c-8.9,7.7-13.3,17.1-13.3,28.3c0,12.5,5.1,22.2,15.4,29.2
c7.4,5,24.9,10.6,52.6,16.7c5.9,1.4,9.8,2.9,11.5,4.5c1.6,1.7,2.4,3.9,2.4,6.5c0,3.8-1.5,6.9-4.5,9.2c-4.5,3.3-11.2,4.9-20,4.9
c-8.1,0-14.3-1.7-18.8-5.2c-4.5-3.5-7.4-8.5-8.9-15.2l-34.4,5.2c3.2,12.3,9.9,22,20.2,29.2c10.3,7.2,24.3,10.7,41.9,10.7
c19.4,0,34.1-4.3,44.1-12.8c9.9-8.5,14.9-18.8,14.9-30.6C797.8,358.7,794.2,350.2,787,344.1z M910.7,335.2c0,18.6-0.9,30.2-2.6,35
s-4.9,8.7-9.5,12c-4.6,3.2-9.9,4.8-15.7,4.8c-5.1,0-9.4-1.2-12.7-3.6c-3.3-2.4-5.6-5.7-6.9-9.8c-1.3-4.1-1.9-15.3-1.9-33.5v-59.6
h-34.3v82c0,12.2,1.5,21.8,4.6,28.7c3.1,6.9,8.1,12.3,15,16.1c6.9,3.8,14.7,5.7,23.4,5.7c8.5,0,16.7-2,24.4-6
c7.7-4,13.9-9.4,18.6-16.4v19.4H945V280.5h-34.3V335.2z M1150.3,283.4c-6.6-3.9-14.6-5.8-24.2-5.8c-7.5,0-14.5,1.7-21.1,5.1
s-12.7,8.6-18.4,15.5c-3.9-6.9-8.9-12.1-15-15.5s-13.3-5.1-21.6-5.1c-15.6,0-29.1,6.9-40.4,20.6v-17.7H978v129.6h34.3v-63
c0-12.5,0.9-21.4,2.7-26.7c1.8-5.4,4.9-9.5,9.1-12.3c4.2-2.8,9-4.3,14.3-4.3c4.4,0,7.9,0.9,10.4,2.7c2.6,1.8,4.5,4.5,5.7,8.2
s1.8,11.8,1.8,24.4v71h34.3v-62.3c0-12.2,0.9-21.1,2.8-26.8c1.9-5.7,4.9-9.9,9.2-12.9c4.2-2.9,8.7-4.4,13.5-4.4
c6.6,0,11.5,2.4,14.6,7.3c2.4,3.7,3.5,12,3.5,24.9v74.1h34.3v-82.9c0-12.4-1.2-21.3-3.5-26.9C1161.8,293,1156.9,287.3,1150.3,283.4z
M1372.6,283.4c-6.6-3.9-14.6-5.8-24.2-5.8c-7.5,0-14.5,1.7-21.1,5.1s-12.7,8.6-18.4,15.5c-3.9-6.9-8.9-12.1-15-15.5
s-13.3-5.1-21.6-5.1c-15.6,0-29.1,6.9-40.4,20.6v-17.7h-31.6v129.6h34.3v-63c0-12.5,0.9-21.4,2.7-26.7c1.8-5.4,4.9-9.5,9.1-12.3
c4.2-2.8,9-4.3,14.3-4.3c4.4,0,7.9,0.9,10.4,2.7c2.6,1.8,4.5,4.5,5.7,8.2s1.8,11.8,1.8,24.4v71h34.3v-62.3c0-12.2,0.9-21.1,2.8-26.8
c1.9-5.7,4.9-9.9,9.2-12.9c4.2-2.9,8.7-4.4,13.5-4.4c6.6,0,11.5,2.4,14.6,7.3c2.4,3.7,3.5,12,3.5,24.9v74.1h34.3v-82.9
c0-12.4-1.2-21.3-3.5-26.9C1384.1,293,1379.2,287.3,1372.6,283.4z M1474.5,277.6c-17.2,0-31.4,6.1-42.6,18.2
c-11.2,12.2-16.8,29-16.8,50.5c0,18,4.3,32.9,12.8,44.7c10.8,14.7,27.5,22.1,50,22.1c14.2,0,26.1-3.3,35.6-9.8
c9.5-6.5,16.4-16.1,20.8-28.6l-34.2-5.7c-1.9,6.5-4.6,11.2-8.3,14.2s-8.2,4.4-13.5,4.4c-7.9,0-14.5-2.8-19.8-8.5
c-5.3-5.7-8.1-13.6-8.3-23.7h85.9c0.5-26.3-4.8-45.8-16-58.5C1509,284,1493.8,277.6,1474.5,277.6z M1450.9,334.3
c-0.1-9.4,2.3-16.8,7.2-22.2c4.9-5.5,11.1-8.2,18.6-8.2c7,0,12.9,2.6,17.8,7.8c4.9,5.2,7.4,12.7,7.7,22.6H1450.9z M1624.1,277.6
c-5.5,0-10.5,1.4-14.8,4.2c-4.4,2.8-9.3,8.5-14.7,17.2v-18.4h-31.9v129.6h34.3v-40c0-22.1,1-36.5,2.9-43.5
c1.9-6.9,4.5-11.7,7.9-14.3c3.3-2.6,7.4-4,12.2-4c5,0,10.3,1.9,16.1,5.6l10.6-29.9C1639.4,279.8,1631.9,277.6,1624.1,277.6z"/>
<path id="con-art" class="pink-white" d="M723.4,493.2c-2.9,2.7-6.6,4-11,4c-5.5,0-9.9-2-13.3-6c-3.4-4-5.1-10.5-5.1-19.3
c0-8.7,1.8-15.1,5.3-19.2c3.5-4,8.1-6.1,13.7-6.1c3.7,0,6.9,1.1,9.5,3.4c2.6,2.2,4.5,5.6,5.5,10l10.9-1.7
c-1.3-6.7-4.2-11.8-8.8-15.4c-4.6-3.6-10.4-5.4-17.6-5.4c-5.7,0-10.9,1.3-15.7,4c-4.8,2.7-8.4,6.7-10.8,12
c-2.4,5.3-3.5,11.6-3.5,18.7c0,11,2.7,19.5,8.2,25.4c5.5,5.9,12.7,8.9,21.8,8.9c7.2,0,13.3-2.1,18.2-6.4s8-10.2,9.2-17.8l-11-1.4
C728.2,486.3,726.3,490.5,723.4,493.2z M776.3,437.5c-8.2,0-15.1,2.4-20.7,7.3c-6.8,5.9-10.2,14.9-10.2,27.1
c0,11.1,2.8,19.7,8.5,25.6c5.7,5.9,13.2,8.9,22.4,8.9c5.8,0,11.1-1.3,15.9-4c4.9-2.7,8.6-6.5,11.1-11.3c2.5-4.9,3.8-11.5,3.8-20
c0-10.5-2.9-18.7-8.6-24.6C792.8,440.4,785.4,437.5,776.3,437.5z M790.1,490.9c-3.7,4.2-8.3,6.3-13.9,6.3c-5.6,0-10.2-2.1-13.9-6.3
c-3.7-4.2-5.5-10.5-5.5-19s1.8-14.8,5.5-18.9c3.7-4.2,8.3-6.3,13.9-6.3c5.5,0,10.1,2.1,13.8,6.3c3.7,4.2,5.6,10.4,5.6,18.5
C795.7,480.2,793.8,486.7,790.1,490.9z M869.8,445.2c-1.7-2.3-4.2-4.2-7.5-5.6s-7-2.1-11-2.1c-9.2,0-16.1,3.6-21,10.9V439h-10.1v66
h11.2v-36c0-8.4,1.7-14.2,5.2-17.2c3.5-3,7.6-4.5,12.3-4.5c3,0,5.6,0.7,7.8,2c2.2,1.3,3.8,3.1,4.6,5.4c0.9,2.3,1.3,5.7,1.3,10.2
v40.1h11.2v-40.6c0-5.2-0.2-8.8-0.6-10.9C872.6,450.3,871.4,447.5,869.8,445.2z M910.5,495.3c-1.7,0-2.9-0.3-3.8-0.8
c-0.9-0.5-1.5-1.3-1.9-2.2c-0.4-0.9-0.6-3-0.6-6.1v-38.6h11.2V439h-11.2v-23l-11.1,6.7V439h-8.2v8.7h8.2v38c0,6.7,0.5,11.1,1.4,13.2
c0.9,2.1,2.5,3.8,4.7,5.1c2.2,1.3,5.4,1.9,9.4,1.9c2.5,0,5.3-0.3,8.4-1l-1.6-9.9C913.4,495.2,911.8,495.3,910.5,495.3z M953.4,437.5
c-9.1,0-16.5,3.1-22.2,9.2c-5.7,6.1-8.6,14.7-8.6,25.8c0,10.7,2.8,19.1,8.5,25c5.7,5.9,13.3,8.9,23,8.9c7.7,0,14-1.9,18.9-5.6
c4.9-3.7,8.3-9,10.1-15.7l-11.6-1.4c-1.7,4.7-4,8.2-6.9,10.3c-2.9,2.2-6.4,3.2-10.5,3.2c-5.5,0-10.1-1.9-13.8-5.8
c-3.7-3.9-5.7-9.4-6.1-16.6h49.2c0-1.3,0.1-2.3,0.1-3c0-10.9-2.8-19.3-8.4-25.3C969.5,440.5,962.2,437.5,953.4,437.5z M934.8,465.6
c0.4-5.8,2.3-10.4,5.8-13.8c3.5-3.4,7.8-5.2,13-5.2c5.7,0,10.3,2.2,13.9,6.5c2.3,2.8,3.7,6.9,4.2,12.5H934.8z M1066.1,437.5
c-8.4,0-15.2,3.9-20.4,11.6c-1.3-3.6-3.5-6.5-6.6-8.5c-3.1-2-7.1-3-12-3c-4.4,0-8.3,1-11.7,3c-3.4,2-6.2,4.6-8.3,7.8V439h-10v66
h11.2v-34.2c0-6,0.6-10.6,1.8-13.8c1.2-3.2,3.1-5.6,5.8-7.3c2.7-1.7,5.6-2.5,8.7-2.5c4.1,0,7.1,1.2,8.9,3.7
c1.8,2.5,2.7,6.2,2.7,11.2v42.9h11.2v-38.3c0-6.8,1.5-11.7,4.6-14.8c3.1-3.1,6.9-4.6,11.6-4.6c2.6,0,4.8,0.6,6.7,1.8
c1.9,1.2,3.2,2.8,3.9,4.8c0.7,2,1.1,5.2,1.1,9.7v41.6h11.1v-45.3c0-7.5-1.8-13.1-5.3-16.7C1077.7,439.3,1072.6,437.5,1066.1,437.5z
M1147.3,441.8c-4.3-2.9-9.3-4.3-14.9-4.3c-4.3,0-8,0.8-11,2.5c-3,1.7-5.7,4.2-8.1,7.5V439h-10.2v91.2h11.2v-32.1
c1.9,2.4,4.3,4.4,7.3,6c3,1.6,6.3,2.4,10,2.4c5.1,0,9.9-1.4,14.6-4.3c4.6-2.9,8.1-7,10.6-12.4s3.6-11.5,3.6-18.2
c0-6.3-1.1-12.1-3.3-17.4C1154.8,448.8,1151.6,444.7,1147.3,441.8z M1143.6,490.9c-3.5,4.2-7.8,6.3-12.8,6.3c-4.9,0-9-2-12.5-6.1
c-3.4-4.1-5.2-10.3-5.2-18.8c0-8.5,1.8-15,5.5-19.4c3.7-4.5,7.9-6.7,12.6-6.7c4.8,0,8.9,2.1,12.4,6.3c3.5,4.2,5.2,10.5,5.2,18.9
C1148.9,480.2,1147.1,486.7,1143.6,490.9z M1200.6,437.5c-8.2,0-15.1,2.4-20.7,7.3c-6.8,5.9-10.2,14.9-10.2,27.1
c0,11.1,2.8,19.7,8.5,25.6c5.7,5.9,13.2,8.9,22.4,8.9c5.8,0,11.1-1.3,15.9-4c4.9-2.7,8.6-6.5,11.1-11.3c2.5-4.9,3.8-11.5,3.8-20
c0-10.5-2.9-18.7-8.6-24.6C1217.1,440.4,1209.6,437.5,1200.6,437.5z M1214.4,490.9c-3.7,4.2-8.3,6.3-13.9,6.3
c-5.6,0-10.2-2.1-13.9-6.3c-3.7-4.2-5.5-10.5-5.5-19s1.8-14.8,5.5-18.9c3.7-4.2,8.3-6.3,13.9-6.3c5.5,0,10.1,2.1,13.8,6.3
c3.7,4.2,5.6,10.4,5.6,18.5C1220,480.2,1218.1,486.7,1214.4,490.9z M1261.6,439.7c-2.2,1.5-4.5,4.6-7.1,9.3v-10h-10.1v66h11.2v-34.5
c0-4.7,0.6-9.1,1.9-13c0.8-2.6,2.2-4.6,4.2-6.1c1.9-1.5,4.1-2.2,6.6-2.2c2.7,0,5.5,0.8,8.2,2.4l3.9-10.4c-3.9-2.4-7.7-3.6-11.5-3.6
C1266.2,437.5,1263.8,438.2,1261.6,439.7z M1340.3,477.3v-14.9c0-5-0.2-8.4-0.6-10.3c-0.7-3.1-1.8-5.6-3.5-7.6c-1.7-2-4.2-3.7-7.8-5
c-3.5-1.3-8.1-2-13.7-2c-5.7,0-10.7,0.8-15,2.3c-4.3,1.6-7.6,3.8-9.9,6.6c-2.3,2.9-3.9,6.7-4.9,11.3l10.9,1.5
c1.2-4.7,3.1-7.9,5.6-9.8c2.5-1.8,6.4-2.8,11.6-2.8c5.6,0,9.9,1.3,12.7,3.8c2.1,1.9,3.2,5.1,3.2,9.6c0,0.4,0,1.4-0.1,2.9
c-4.3,1.5-10.9,2.8-19.9,3.9c-4.4,0.5-7.7,1.1-9.9,1.7c-3,0.8-5.7,2-8,3.7c-2.4,1.6-4.3,3.8-5.8,6.4s-2.2,5.6-2.2,8.9
c0,5.5,1.9,10,5.8,13.6c3.9,3.5,9.5,5.3,16.7,5.3c4.4,0,8.5-0.7,12.3-2.2c3.8-1.4,7.8-3.9,12-7.5c0.3,3.1,1.1,5.8,2.2,8.1h11.7
c-1.4-2.5-2.4-5.2-2.8-7.9C1340.6,494.2,1340.3,487.7,1340.3,477.3z M1329,475.9c0,4.9-0.6,8.7-1.8,11.2c-1.6,3.3-4,5.8-7.4,7.7
c-3.4,1.9-7.2,2.8-11.5,2.8c-4.3,0-7.7-1-9.9-3c-2.3-2-3.4-4.5-3.4-7.5c0-1.9,0.5-3.7,1.6-5.3c1-1.6,2.5-2.8,4.4-3.6
c1.9-0.8,5.2-1.6,9.8-2.2c8.1-1.2,14.2-2.6,18.3-4.2V475.9z M1374.7,439.7c-2.2,1.5-4.5,4.6-7.1,9.3v-10h-10.1v66h11.2v-34.5
c0-4.7,0.6-9.1,1.9-13c0.8-2.6,2.2-4.6,4.2-6.1c1.9-1.5,4.1-2.2,6.6-2.2c2.7,0,5.5,0.8,8.2,2.4l3.9-10.4c-3.9-2.4-7.7-3.6-11.5-3.6
C1379.3,437.5,1376.9,438.2,1374.7,439.7z M1428.8,477.4c-1.8,4.9-3.3,9.9-4.6,15c-1.4-5.3-3-10.4-4.8-15.3l-13.7-38.2h-12l25,66.1
c-0.5,1.2-0.8,2.1-1,2.7c-1.6,4.4-2.7,7.2-3.4,8.3c-1,1.5-2.2,2.6-3.7,3.5c-1.5,0.8-3.5,1.2-6,1.2c-1.8,0-4-0.3-6.4-1l1.2,10.5
c2.6,0.9,5.1,1.4,7.2,1.4c3.6,0,6.6-0.9,9.2-2.6c2.6-1.7,4.8-4.4,6.8-8.1c1.5-2.7,3.6-7.7,6.3-15l25.1-67.1h-11.2L1428.8,477.4z
M1552.4,477.3v-14.9c0-5-0.2-8.4-0.6-10.3c-0.7-3.1-1.8-5.6-3.5-7.6c-1.7-2-4.2-3.7-7.8-5c-3.5-1.3-8.1-2-13.7-2
c-5.7,0-10.7,0.8-15,2.3c-4.3,1.6-7.6,3.8-9.9,6.6c-2.3,2.9-3.9,6.7-4.9,11.3l10.9,1.5c1.2-4.7,3.1-7.9,5.6-9.8
c2.5-1.8,6.4-2.8,11.6-2.8c5.6,0,9.9,1.3,12.7,3.8c2.1,1.9,3.2,5.1,3.2,9.6c0,0.4,0,1.4-0.1,2.9c-4.3,1.5-10.9,2.8-19.9,3.9
c-4.4,0.5-7.7,1.1-9.9,1.7c-3,0.8-5.7,2-8,3.7c-2.4,1.6-4.3,3.8-5.8,6.4s-2.2,5.6-2.2,8.9c0,5.5,1.9,10,5.8,13.6
c3.9,3.5,9.5,5.3,16.7,5.3c4.4,0,8.5-0.7,12.3-2.2c3.8-1.4,7.8-3.9,12-7.5c0.3,3.1,1.1,5.8,2.2,8.1h11.7c-1.4-2.5-2.4-5.2-2.8-7.9
C1552.6,494.2,1552.4,487.7,1552.4,477.3z M1541.1,475.9c0,4.9-0.6,8.7-1.8,11.2c-1.6,3.3-4,5.8-7.4,7.7c-3.4,1.9-7.2,2.8-11.5,2.8
c-4.3,0-7.7-1-9.9-3c-2.3-2-3.4-4.5-3.4-7.5c0-1.9,0.5-3.7,1.6-5.3c1-1.6,2.5-2.8,4.4-3.6c1.9-0.8,5.2-1.6,9.8-2.2
c8.1-1.2,14.2-2.6,18.3-4.2V475.9z M1586.8,439.7c-2.2,1.5-4.5,4.6-7.1,9.3v-10h-10.1v66h11.2v-34.5c0-4.7,0.6-9.1,1.9-13
c0.8-2.6,2.2-4.6,4.2-6.1c1.9-1.5,4.1-2.2,6.6-2.2c2.7,0,5.5,0.8,8.2,2.4l3.9-10.4c-3.9-2.4-7.7-3.6-11.5-3.6
C1591.3,437.5,1588.9,438.2,1586.8,439.7z M1636.5,494.9c-2,0.3-3.7,0.4-4.9,0.4c-1.7,0-2.9-0.3-3.8-0.8c-0.9-0.5-1.5-1.3-1.9-2.2
c-0.4-0.9-0.6-3-0.6-6.1v-38.6h11.2V439h-11.2v-23l-11.1,6.7V439h-8.2v8.7h8.2v38c0,6.7,0.5,11.1,1.4,13.2c0.9,2.1,2.5,3.8,4.7,5.1
c2.2,1.3,5.4,1.9,9.4,1.9c2.5,0,5.3-0.3,8.4-1L1636.5,494.9z"/>
</svg>
</section>
<!-- speak -->
<section>
<a target="_blank" href="http://speak.junglestar.org">
<!-- logo BABY!
speak-junglestar-org-icon.svg rgb(124,255,0)-->
<svg
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="50.5 450.5 1000 1000" >
<style>
.speak-background-reference{
fill: none;
}
.speak-bubble{
stroke-linejoin: round;
stroke: #00ff00;
stroke-linecap: round;
stroke-miterlimit:10;
stroke-width:9;
fill: none;
}
.speak-one-color{
stroke: #00ff00;
fill: #00ff00;
stroke-width: 0;
stroke-miterlimit: 10;
}
</style>
<g>
<rect id="background" class="speak-background-reference" x="250.5" y="450.5" fill="none" width="600" height="600"/>
<path id="speak" class="speak-one-color" d="M378.489,963.461c-4.757-0.388-8.699-2.426-11.829-6.113c-3.131-3.687-4.502-7.936-4.112-12.74
c0.388-4.755,2.425-8.699,6.114-11.829c3.687-3.129,7.934-4.5,12.738-4.112c4.755,0.389,8.711,2.428,11.865,6.115
c0.922,1.214,1.819,2.402,2.694,3.565c0.873,1.166,2.231,1.747,4.075,1.747c1.603,0,2.973-0.568,4.114-1.71
c1.14-1.14,1.709-2.511,1.709-4.113c0-1.165-0.288-2.208-0.873-3.129c-0.824-1.358-1.771-2.669-2.838-3.932
c-6.31-6.938-13.687-10.41-22.129-10.41c-7.135,0-13.445,2.355-18.926,7.062c-6.117,5.192-9.515,11.792-10.193,19.8
c-0.63,8.055,1.651,15.141,6.844,21.256c5.192,6.114,11.792,9.512,19.799,10.19c6.455,0.535,11.757,3.24,15.906,8.118
c4.148,4.876,5.956,10.54,5.424,16.995c-0.535,6.405-3.252,11.684-8.153,15.834c-4.901,4.148-10.554,5.98-16.961,5.495
c-6.454-0.533-11.744-3.276-15.869-8.225c-0.777-0.824-1.456-1.699-2.038-2.622c-1.214-1.794-2.865-2.693-4.951-2.693
c-1.601,0-2.972,0.571-4.111,1.712c-1.141,1.14-1.711,2.51-1.711,4.111c0,1.311,0.388,2.476,1.164,3.494
c0.825,1.264,1.748,2.451,2.767,3.567c7.521,8.252,16.5,12.375,26.934,12.375c8.348,0,15.796-2.791,22.348-8.371
c7.327-6.212,11.38-14.122,12.156-23.73c0.098-1.115,0.146-2.231,0.146-3.349c0-8.25-2.742-15.624-8.225-22.13
C396.104,968.363,388.146,964.287,378.489,963.461z M447.629,916.8h-23.294c-1.603,0-2.974,0.57-4.114,1.711
s-1.711,2.512-1.711,4.114v104.822c0,1.602,0.57,2.973,1.711,4.112c1.141,1.141,2.512,1.711,4.114,1.711
c1.601,0,2.971-0.57,4.112-1.711c1.14-1.14,1.709-2.511,1.709-4.112v-34.941h17.473c10.433,0,19.35-3.7,26.75-11.101
c7.401-7.399,11.101-16.318,11.101-26.751c0-10.435-3.699-19.353-11.101-26.752C466.979,920.501,458.062,916.8,447.629,916.8z
M466.152,973.18c-5.119,5.12-11.294,7.68-18.523,7.68h-17.473v-52.412h17.473c7.229,0,13.404,2.561,18.523,7.681
c5.121,5.12,7.682,11.295,7.682,18.526C473.834,961.885,471.273,968.06,466.152,973.18z M569.107,928.447
c1.602,0,2.972-0.569,4.112-1.711c1.14-1.14,1.711-2.51,1.711-4.111c0-1.603-0.571-2.974-1.711-4.114
c-1.141-1.141-2.511-1.711-4.112-1.711h-69.882c-1.603,0-2.974,0.57-4.114,1.711s-1.71,2.512-1.71,4.114v104.822
c0,1.602,0.569,2.973,1.71,4.112c1.141,1.141,2.512,1.711,4.114,1.711h69.882c1.602,0,2.972-0.57,4.112-1.711
c1.14-1.14,1.711-2.511,1.711-4.112c0-1.601-0.571-2.972-1.711-4.113c-1.141-1.14-2.511-1.711-4.112-1.711h-64.06v-40.764h46.589
c1.601,0,2.972-0.57,4.113-1.712c1.14-1.139,1.71-2.511,1.71-4.111c0-1.603-0.57-2.974-1.71-4.114
c-1.142-1.139-2.513-1.71-4.113-1.71h-46.589v-40.765H569.107z M635.046,920.876c-0.293-0.873-0.779-1.673-1.458-2.402
c-1.165-1.114-2.549-1.674-4.149-1.674s-2.961,0.56-4.076,1.674c-0.729,0.729-1.237,1.529-1.528,2.402l-40.474,104.096
c-0.338,0.728-0.511,1.555-0.511,2.476c0,1.602,0.57,2.973,1.711,4.112c1.142,1.141,2.513,1.711,4.114,1.711
s2.984-0.557,4.148-1.674c0.534-0.583,0.947-1.214,1.238-1.893l14.484-37.198h41.785l14.485,37.198
c0.293,0.679,0.729,1.31,1.311,1.893c1.117,1.117,2.475,1.674,4.077,1.674c1.601,0,2.971-0.57,4.113-1.711
c1.138-1.14,1.709-2.511,1.709-4.112c0-0.921-0.171-1.748-0.509-2.476L635.046,920.876z M613.06,980.859l16.379-42.146l16.38,42.146
H613.06z M717.068,967.684l40.909-40.911c1.116-1.163,1.675-2.546,1.675-4.147c0-1.603-0.57-2.974-1.711-4.114
c-1.142-1.141-2.511-1.711-4.112-1.711s-3.034,0.608-4.295,1.822l-53.94,53.939v-49.937c0-1.603-0.57-2.974-1.71-4.114
c-1.142-1.141-2.512-1.711-4.112-1.711c-1.604,0-2.974,0.57-4.113,1.711c-1.142,1.141-1.712,2.512-1.712,4.114v104.822
c0,1.602,0.57,2.973,1.712,4.112c1.14,1.141,2.51,1.711,4.113,1.711c1.601,0,2.971-0.57,4.112-1.711
c1.14-1.14,1.71-2.511,1.71-4.112v-38.289l13.103-13.103l40.328,54.741c1.164,1.649,2.814,2.474,4.95,2.474
c1.164,0,2.281-0.388,3.349-1.164c1.553-1.212,2.329-2.839,2.329-4.878c0-1.164-0.364-2.257-1.091-3.276L717.068,967.684z"/>
<polygon id="ballon" fill="none" class="speak-bubble" points="
761.747,802.047 651.755,802.047 554.32,890.224 459.262,802.047 339.252,802.047 339.252,467.729 761.747,467.729 "/>
<path id="esclam" class="speak-one-color" d="M550.499,703.854c2.39,0,4.453-0.869,6.189-2.605c1.665-1.665,2.499-3.656,2.499-5.973V573.561
c0-2.389-0.852-4.433-2.555-6.134c-1.699-1.702-3.744-2.552-6.134-2.552c-2.389,0-4.435,0.85-6.133,2.552
c-1.702,1.701-2.554,3.745-2.554,6.134v121.715c0,2.316,0.869,4.308,2.607,5.973C546.084,702.984,548.11,703.854,550.499,703.854z
M559.729,716.339c-2.535-2.532-5.609-3.8-9.229-3.8s-6.694,1.268-9.229,3.8c-2.534,2.535-3.8,5.61-3.8,9.23
c0,3.619,1.266,6.694,3.8,9.229s5.608,3.8,9.229,3.8s6.694-1.266,9.229-3.8c2.533-2.534,3.8-5.609,3.8-9.229
C563.528,721.949,562.262,718.874,559.729,716.339z"/>
</g>
</svg>
</a>
</section>
<!-- glandsurfshots -->
<section>
<!-- <a href="http://glandsurfshots.com"> -->
<!-- <h1>gland surf shots</h1> -->
<svg class="glandsurfshots-ico" xmlns="http://www.w3.org/2000/svg" viewBox="-50 0 1000 780">
<style type="text/css">
.basestroke {
stroke: #C6FF00;
stroke-width:5;
stroke-linecap:round;
stroke-linejoin:round;
}
.st2 {fill:#C6FF00;}
.fillnone{fill:none;}
</style>
<path class="basestroke fillnone" d="M323.6,594c-82.2-48.5-137.4-138.5-137.4-241.5c0-79.2,32.6-150.7,85.1-201.6"/>
<path class="basestroke fillnone" d="M640.9,138c60.7,51.3,99.4,128.3,99.4,214.5c0,105.6-58,197.4-143.5,245"/>
<path class="basestroke fillnone" d="M390.6,82.7c23.2-6.3,47.5-9.7,72.7-9.7c48.6,0,94.3,12.6,134.1,34.8"/>
<path class="basestroke fillnone" d="M781,215.8c-1.8-20.8-4.3-51.2-37-58.3c1.3-5,3.4-12.6,5.6-22.7c1.7-7.6-2.6-11-8.9-12.9
c-14.9-4.4-51.4-16.2-94.5-23.1c-5.4-0.9-12.2-0.5-13,4c-1.5,8.9-3.8,16-4.2,18.5c-33.5-26.1-38.8-103.6-95.8-103.6h-95.8
c-38.9,0-55.4,42.1-77,75c-24.5,9.9-47.3,23.2-67.8,39.4l-174.5,12.5C70.7,148.5,12,197.6,12,248.4V571c0,23.2,21.3,42.2,47.4,42.2
H363c31.1,12.2,64.9,18.9,100.3,18.9c35.4,0,69.2-6.7,100.3-18.9h159.2c26.1,0,45.2-6.8,56.3-33.4
C786.9,560.9,793.5,364.2,781,215.8z"/>
<path class="basestroke fillnone" d="M657.8,353c0,108.2-86.9,195.8-194.1,195.8S269.6,461.2,269.6,353c0-108.2,86.9-195.9,194.1-195.9
S657.8,244.8,657.8,353z"/>
<g>
<path class="st2" d="M266.3,234.6l-3.3-2l7.1-12l10.5,6.2c0.4,2.7,0.4,5.3-0.1,7.7c-0.4,2.4-1.2,4.6-2.5,6.7
c-1.6,2.8-3.7,5-6.3,6.5c-2.5,1.6-5.3,2.3-8.2,2.1c-2.9-0.2-5.8-1.1-8.6-2.7c-2.7-1.6-5-3.7-6.7-6.3c-1.7-2.6-2.5-5.3-2.4-8.1
c0.1-2.8,1-5.7,2.7-8.5c1.2-2,2.6-3.7,4.3-5c1.6-1.3,3.3-2,5.1-2.2c1.7-0.2,3.7,0,5.9,0.6l-1.1,3.9c-1.7-0.4-3.1-0.6-4.3-0.4
c-1.2,0.1-2.4,0.7-3.6,1.5c-1.2,0.9-2.2,2-3,3.5c-1,1.7-1.6,3.3-1.8,4.9c-0.2,1.6-0.1,3,0.3,4.2c0.4,1.3,1,2.4,1.7,3.4
c1.3,1.8,3,3.2,5,4.5c2.5,1.5,4.9,2.3,7.1,2.4c2.2,0.1,4.2-0.4,6-1.6c1.8-1.2,3.3-2.7,4.4-4.6c1-1.6,1.6-3.4,1.9-5.3
c0.3-1.9,0.3-3.5,0.1-4.7l-5.3-3.1L266.3,234.6z"/>
<path class="st2" d="M279,220.6l-3.2-2.4l7.5-9.9l3.2,2.4L279,220.6z"/>
<path class="st2" d="M296.8,213.4l-24.3-22.1l2.9-3.2l21.5,19.5l10.9-12l2.9,2.6L296.8,213.4z"/>
<path class="st2" d="M310.9,197.5L299,164.4l3.5-3.1l31.6,16.2l-3.8,3.2l-9.4-5.1l-10.4,9l3.7,9.9L310.9,197.5z M309.2,181.1
l8.4-7.3l-8.5-4.7c-2.6-1.4-4.7-2.6-6.2-3.6c1.1,1.9,2,3.8,2.7,5.9L309.2,181.1z"/>
<path class="st2" d="M336.1,176.2l-17.7-27.7l3.8-2.4l28.4,12.5l-13.9-21.8l3.5-2.2l17.7,27.7l-3.8,2.4l-28.4-12.5l13.9,21.8
L336.1,176.2z"/>
<path class="st2" d="M363.4,159.3l-13.4-30l10.3-4.6c2.3-1,4.2-1.7,5.5-2c1.9-0.4,3.7-0.3,5.4,0.2c2.2,0.6,4.1,1.8,5.8,3.5
c1.7,1.7,3.2,3.9,4.4,6.6c1,2.3,1.7,4.4,1.9,6.4c0.3,2,0.2,3.8-0.1,5.3c-0.3,1.5-0.8,2.8-1.5,3.9c-0.7,1.1-1.7,2.1-2.9,3.1
c-1.2,1-2.8,1.9-4.6,2.7L363.4,159.3z M365.7,154l6.4-2.9c2-0.9,3.4-1.8,4.4-2.6c1-0.9,1.6-1.8,2-2.8c0.5-1.4,0.7-3,0.5-4.8
c-0.2-1.8-0.8-3.9-1.8-6.1c-1.4-3.1-3-5.3-4.8-6.6c-1.8-1.2-3.5-1.8-5.3-1.7c-1.2,0.1-3,0.6-5.4,1.7l-6.3,2.8L365.7,154z"/>
<path class="st2" d="M400.8,133l3.9-1.3c0.6,1.6,1.3,2.8,2.2,3.6c0.9,0.9,2.2,1.5,3.8,1.8c1.6,0.3,3.3,0.2,5.1-0.2
c1.6-0.4,3-0.9,4.1-1.7s1.9-1.6,2.3-2.6c0.4-1,0.5-2,0.3-3c-0.2-1-0.7-1.8-1.5-2.4c-0.8-0.6-1.9-1-3.3-1.2c-0.9-0.1-3-0.2-6.1-0.3
s-5.3-0.2-6.6-0.6c-1.7-0.5-3.1-1.2-4.1-2.2c-1-1-1.7-2.3-2-3.7c-0.4-1.6-0.3-3.2,0.3-4.9s1.7-3,3.3-4.1c1.6-1.1,3.5-1.9,5.6-2.4
c2.4-0.5,4.6-0.6,6.5-0.3c2,0.4,3.6,1.2,5,2.4c1.3,1.3,2.2,2.8,2.7,4.7l-4,1.2c-0.7-2-1.8-3.3-3.3-4.1c-1.5-0.7-3.5-0.8-5.9-0.3
c-2.6,0.6-4.3,1.5-5.3,2.7c-1,1.2-1.3,2.5-1,3.8c0.3,1.2,0.9,2,1.9,2.6c1,0.6,3.3,0.8,6.9,0.8c3.6,0,6.1,0.1,7.5,0.4
c2.1,0.4,3.7,1.2,4.9,2.3c1.2,1.1,2,2.5,2.4,4.3c0.4,1.7,0.3,3.4-0.4,5.2c-0.6,1.7-1.8,3.2-3.4,4.5c-1.6,1.3-3.6,2.1-5.9,2.7
c-2.9,0.7-5.4,0.8-7.6,0.4c-2.2-0.4-4-1.3-5.5-2.8C402.4,136.9,401.3,135.2,400.8,133z"/>
<path class="st2" d="M452.2,102.2l4.3-0.4l1.6,18.9c0.3,3.3,0.1,5.9-0.5,7.9c-0.6,2-1.8,3.7-3.6,5.1c-1.8,1.4-4.3,2.2-7.5,2.5
c-3.1,0.3-5.6-0.1-7.7-1c-2-0.9-3.6-2.3-4.6-4.2c-1-1.9-1.6-4.6-1.9-8.1l-1.6-18.9l4.3-0.4l1.6,18.9c0.2,2.8,0.7,4.9,1.3,6.2
c0.6,1.3,1.6,2.3,3,2.9c1.3,0.6,2.9,0.9,4.8,0.7c3.2-0.3,5.4-1.2,6.6-2.7c1.2-1.6,1.7-4.4,1.3-8.5L452.2,102.2z"/>
<path class="st2" d="M465.4,134.6l2.1-32.8l14.5,1c2.9,0.2,5.1,0.6,6.6,1.3s2.6,1.8,3.4,3.4s1.2,3.2,1,5c-0.2,2.3-1,4.2-2.6,5.7
s-4,2.4-7.2,2.6c1.1,0.6,1.9,1.2,2.5,1.8c1.2,1.2,2.3,2.8,3.3,4.6l5.1,9.3l-5.5-0.4l-3.9-7.1c-1.1-2.1-2.1-3.6-2.8-4.7
c-0.8-1.1-1.4-1.9-2.1-2.3c-0.6-0.5-1.3-0.8-1.9-1c-0.5-0.1-1.3-0.2-2.4-0.3l-5-0.3l-1,14.6L465.4,134.6z M470.9,116.5l9.3,0.6
c2,0.1,3.5,0,4.7-0.3c1.1-0.3,2-0.9,2.7-1.8c0.6-0.9,1-1.8,1.1-2.9c0.1-1.6-0.4-2.9-1.4-3.9c-1.1-1.1-2.8-1.7-5.2-1.8l-10.4-0.7
L470.9,116.5z"/>
<path class="st2" d="M497.5,137.3l6.6-32.2l21.7,4.4l-0.8,3.8l-17.4-3.6l-2,10l15.1,3.1l-0.8,3.8l-15.1-3.1l-3,14.6L497.5,137.3z"
/>
<path class="st2" d="M538,136.3l3.9,1.2c-0.4,1.6-0.5,3-0.3,4.3c0.3,1.2,1,2.5,2.1,3.6c1.1,1.2,2.6,2.1,4.3,2.8c1.5,0.6,3,1,4.3,1
c1.4,0,2.5-0.2,3.4-0.8c0.9-0.6,1.5-1.3,1.9-2.3c0.4-1,0.5-1.9,0.2-2.8c-0.3-0.9-0.9-1.9-2-2.9c-0.7-0.7-2.3-1.9-4.8-3.7
c-2.5-1.8-4.2-3.2-5.1-4.3c-1.1-1.4-1.8-2.7-2.1-4.2c-0.3-1.4-0.1-2.8,0.5-4.2c0.6-1.5,1.6-2.8,3.1-3.8c1.4-1,3.1-1.5,5.1-1.5
c2,0,4,0.4,6,1.2c2.3,0.9,4.1,2.1,5.5,3.5c1.4,1.4,2.3,3,2.7,4.8s0.2,3.6-0.5,5.4l-4-1.3c0.6-2,0.5-3.8-0.3-5.2
c-0.8-1.5-2.4-2.7-4.7-3.6c-2.4-1-4.4-1.3-5.9-0.8c-1.5,0.4-2.5,1.3-3,2.5c-0.4,1.1-0.4,2.2,0.1,3.2c0.5,1,2.2,2.6,5.2,4.6
c3,2.1,4.9,3.6,5.9,4.7c1.4,1.5,2.3,3.1,2.7,4.7c0.3,1.6,0.2,3.2-0.5,4.8c-0.7,1.6-1.7,3-3.3,4c-1.5,1.1-3.3,1.6-5.4,1.7
c-2.1,0.1-4.2-0.3-6.3-1.2c-2.8-1.1-4.9-2.5-6.4-4c-1.5-1.6-2.5-3.4-2.9-5.4C537,140.4,537.2,138.4,538,136.3z"/>
<path class="st2" d="M562.7,158.2l16.5-28.4l3.8,2.2l-6.8,11.7l14.8,8.6l6.8-11.7l3.8,2.2L585,171.2l-3.8-2.2l7.8-13.4l-14.7-8.6
l-7.8,13.4L562.7,158.2z"/>
<path class="st2" d="M599,161.2c3.4-4.3,7.2-6.7,11.4-7.2c4.2-0.6,8.1,0.6,11.7,3.5c2.4,1.9,4,4.2,5,6.8c1,2.7,1.2,5.4,0.5,8.2
c-0.6,2.8-2,5.5-4,8.1c-2.1,2.6-4.5,4.5-7.2,5.7c-2.7,1.2-5.4,1.6-8.2,1.1s-5.3-1.6-7.5-3.4c-2.4-1.9-4.1-4.3-5.1-6.9
c-1-2.7-1.1-5.4-0.5-8.2C596,166,597.2,163.5,599,161.2z M602.5,164.1c-2.5,3.1-3.6,6.2-3.4,9.3c0.2,3.1,1.6,5.7,4.1,7.7
c2.5,2.1,5.4,2.8,8.5,2.4c3.1-0.5,6-2.4,8.6-5.7c1.7-2.1,2.8-4.2,3.3-6.3c0.5-2.1,0.5-4.2-0.2-6.1c-0.7-1.9-1.8-3.6-3.5-5
c-2.4-1.9-5.1-2.8-8.2-2.5C608.6,158.2,605.6,160.2,602.5,164.1z"/>
<path class="st2" d="M622.3,202.9l21.1-19.9l-7.4-7.9l2.8-2.7l17.8,19l-2.8,2.7l-7.4-7.9l-21.1,19.9L622.3,202.9z"/>
<path class="st2" d="M642.5,209.3l2.7,3.1c-1.2,1.1-2,2.3-2.5,3.5c-0.4,1.2-0.5,2.6-0.1,4.2c0.3,1.6,1.1,3.1,2.2,4.7
c1,1.3,2,2.4,3.2,3.1c1.1,0.7,2.2,1.1,3.3,1.1c1.1,0,2-0.3,2.8-0.9c0.8-0.6,1.4-1.4,1.7-2.3c0.3-0.9,0.2-2.1-0.2-3.5
c-0.2-0.9-0.9-2.8-2.1-5.7c-1.2-2.9-1.9-5-2.1-6.3c-0.3-1.8-0.1-3.3,0.4-4.6c0.5-1.3,1.4-2.5,2.6-3.3c1.3-1,2.9-1.5,4.6-1.6
c1.7-0.1,3.4,0.4,5.1,1.4c1.7,1,3.1,2.4,4.4,4.2c1.4,2,2.4,3.9,2.8,5.9c0.5,2,0.4,3.8-0.3,5.5c-0.6,1.7-1.7,3.2-3.2,4.3l-2.7-3.2
c1.5-1.4,2.4-2.9,2.5-4.6c0.1-1.7-0.6-3.5-2.1-5.6c-1.5-2.1-3.1-3.4-4.5-3.8c-1.5-0.4-2.8-0.2-3.9,0.6c-1,0.7-1.5,1.6-1.6,2.7
c-0.1,1.1,0.5,3.4,1.9,6.7c1.4,3.3,2.3,5.7,2.6,7.1c0.4,2.1,0.3,3.9-0.2,5.4c-0.6,1.5-1.6,2.8-3,3.8c-1.4,1-3,1.6-4.9,1.7
c-1.8,0.1-3.7-0.4-5.4-1.4c-1.8-1-3.4-2.5-4.7-4.4c-1.7-2.4-2.8-4.7-3.3-6.8c-0.5-2.1-0.3-4.2,0.4-6.1
C639.5,212.3,640.8,210.7,642.5,209.3z"/>
<path class="st2" d="M674.7,419.5l31,10.9l-7.3,20.9l-3.7-1.3l5.9-16.8l-9.6-3.4l-5.1,14.6l-3.7-1.3l5.1-14.6l-14.1-4.9
L674.7,419.5z"/>
<path class="st2" d="M664.9,445.6l29.9,13.6l-1.8,4l-29.9-13.6L664.9,445.6z"/>
<path class="st2" d="M660.5,455.9l28.4,16.5l-2.2,3.9l-30.9,2l22.3,13l-2.1,3.6l-28.4-16.5l2.2-3.9l31-2l-22.3-13L660.5,455.9z"/>
<path class="st2" d="M644,483.4l25.7,20.4l-7,8.9c-1.6,2-2.9,3.4-4,4.3c-1.5,1.2-3.1,2-4.8,2.3c-2.2,0.4-4.5,0.3-6.8-0.4
c-2.3-0.7-4.6-2-6.9-3.8c-2-1.6-3.5-3.2-4.6-4.8c-1.1-1.7-1.9-3.2-2.4-4.7c-0.4-1.5-0.6-2.9-0.5-4.2c0.1-1.3,0.5-2.7,1.1-4.1
c0.7-1.4,1.6-2.9,2.8-4.5L644,483.4z M644.4,489.3l-4.4,5.5c-1.3,1.7-2.2,3.2-2.7,4.4c-0.5,1.2-0.6,2.3-0.5,3.4
c0.2,1.4,0.8,2.9,1.8,4.5c1,1.5,2.5,3.1,4.4,4.6c2.7,2.1,5.1,3.3,7.3,3.6c2.1,0.3,4,0,5.5-0.9c1.1-0.6,2.4-2,4-4l4.3-5.4
L644.4,489.3z"/>
<path class="st2" d="M608.6,541.4l10.4-21.3l2.6,3l-8.4,16.7l17.7-5.9l2.6,3l-22.5,7.2L608.6,541.4z"/>
<path class="st2" d="M585.2,540.6l16.5,28.4l-10.6,6.2c-2.2,1.3-4.1,2-5.7,2.2c-1.6,0.2-3.2-0.1-4.6-0.9s-2.5-1.8-3.3-3.1
c-0.7-1.2-1-2.6-1-4c0-1.5,0.5-2.9,1.5-4.3c-2,0.5-3.8,0.4-5.5-0.3c-1.6-0.7-2.9-1.8-3.9-3.5c-0.8-1.3-1.2-2.7-1.3-4.2
c-0.1-1.5,0.1-2.8,0.5-3.9c0.5-1.1,1.2-2.2,2.3-3.2s2.5-2.1,4.3-3.1L585.2,540.6z M583.4,546.1l-7.1,4.1c-1.2,0.7-2,1.2-2.5,1.6
c-0.8,0.7-1.3,1.3-1.7,2c-0.4,0.7-0.5,1.5-0.5,2.4c0,0.9,0.3,1.8,0.8,2.7c0.6,1.1,1.4,1.8,2.4,2.3c1,0.5,2.1,0.6,3.2,0.3
c1.1-0.2,2.6-0.9,4.4-1.9l6.6-3.8L583.4,546.1z M591,559.3l-6.1,3.6c-1.7,1-2.8,1.8-3.4,2.4c-0.8,0.8-1.2,1.7-1.3,2.7
c-0.1,0.9,0.1,1.9,0.7,2.9c0.5,0.9,1.3,1.6,2.1,2.1c0.9,0.5,1.8,0.6,2.8,0.3c1-0.2,2.5-0.9,4.5-2.1l5.7-3.3L591,559.3z"/>
<path class="st2" d="M551.7,593.8l-4,1.6l-7.1-17.6c-1.2-3.1-1.9-5.6-1.9-7.7c0-2.1,0.6-4.1,2-5.9c1.3-1.9,3.5-3.4,6.4-4.6
c2.9-1.2,5.4-1.6,7.6-1.4c2.2,0.2,4.1,1.2,5.6,2.7c1.5,1.6,2.9,3.9,4.2,7.2l7.1,17.6l-4,1.6l-7.1-17.6c-1.1-2.6-2.1-4.5-3.1-5.6
c-1-1.1-2.2-1.7-3.7-1.9c-1.5-0.2-3.1,0.1-4.8,0.8c-3,1.2-4.8,2.7-5.5,4.6c-0.7,1.9-0.3,4.7,1.2,8.5L551.7,593.8z"/>
<path class="st2" d="M520.6,569l3.4,13.5l16.9,15.3l-5.1,1.3l-8.7-8.1c-1.6-1.5-3.1-3-4.6-4.6c-0.5,1.9-1.2,4.1-2.1,6.5l-3.8,10.9
l-4.9,1.2l8.1-21.6l-3.4-13.5L520.6,569z"/>
<path class="st2" d="M469.5,590.7l21.1-10.7l0.3,4l-16.7,8.3l17.6,6l0.3,4l-22.3-7.8L469.5,590.7z"/>
<path class="st2" d="M451.3,576l-4.1,32.6l-11.2-1.4c-2.5-0.3-4.4-0.7-5.7-1.2c-1.8-0.7-3.3-1.7-4.5-2.9c-1.5-1.7-2.6-3.7-3.1-6.1
c-0.6-2.4-0.7-5-0.3-7.9c0.3-2.5,0.9-4.6,1.7-6.5c0.8-1.8,1.8-3.3,2.8-4.5c1.1-1.1,2.2-2,3.3-2.6c1.2-0.6,2.5-1,4.1-1.1
s3.3-0.1,5.3,0.1L451.3,576z M446.5,579.3l-7-0.9c-2.1-0.3-3.9-0.3-5.1,0c-1.3,0.2-2.3,0.7-3.1,1.3c-1.2,0.9-2.1,2.2-2.9,3.8
c-0.8,1.7-1.3,3.7-1.7,6.2c-0.4,3.4-0.2,6.1,0.7,8.1s2.1,3.4,3.6,4.2c1.1,0.6,2.9,1,5.5,1.4l6.8,0.9L446.5,579.3z"/>
<path class="st2" d="M416.5,587.4c-1.5,5.2-4.1,9-7.7,11.1c-3.7,2.2-7.7,2.6-12.2,1.3c-2.9-0.8-5.3-2.3-7.3-4.4
c-1.9-2.1-3.2-4.5-3.7-7.4c-0.5-2.8-0.3-5.9,0.6-9c0.9-3.2,2.4-5.9,4.4-8c2-2.2,4.4-3.6,7.1-4.2c2.7-0.6,5.5-0.5,8.2,0.2
c3,0.9,5.4,2.3,7.3,4.4c1.9,2.1,3.1,4.6,3.6,7.4C417.5,581.8,417.3,584.6,416.5,587.4z M412.2,586.1c1.1-3.8,0.9-7.1-0.5-9.9
c-1.4-2.8-3.7-4.6-6.8-5.5c-3.1-0.9-6-0.5-8.7,1.1c-2.7,1.6-4.6,4.5-5.7,8.6c-0.7,2.6-0.9,4.9-0.6,7.1c0.3,2.2,1.2,4,2.5,5.6
c1.4,1.5,3.1,2.6,5.2,3.2c3,0.8,5.8,0.6,8.5-0.9C408.8,594,410.9,590.9,412.2,586.1z"/>
<path class="st2" d="M381.5,559.5l-6.5,33.4l-4-2l4.9-21.6c0.5-2.3,1.1-4.5,1.7-6.7c-2.3,2.8-3.6,4.4-4,4.8l-15.3,17.2l-4.7-2.3
l3-17c0.7-4.2,1.7-8.1,2.8-11.6c-1.3,1.7-2.8,3.6-4.6,5.7l-13.9,16.7l-3.9-1.9l22.5-25.6l3.8,1.8l-4.7,25.6
c-0.4,2.1-0.6,3.4-0.8,3.9c1-1.2,1.8-2.2,2.6-3l17.2-19.5L381.5,559.5z"/>
<path class="st2" d="M349.3,542.8l-19.1,26.8l-3.6-2.6l0.9-31.1l-15,21l-3.4-2.4l19.1-26.8l3.6,2.6l-0.9,31.1l15-21L349.3,542.8z"
/>
<path class="st2" d="M323.6,523.7l-22.3,24.1l-3.2-3l19.7-21.3l-11.9-11l2.6-2.8L323.6,523.7z"/>
<path class="st2" d="M294.1,518c-4.2,3.5-8.4,5.1-12.7,4.8c-4.2-0.3-7.8-2.2-10.8-5.8c-1.9-2.3-3.1-4.9-3.5-7.7
c-0.4-2.8,0-5.5,1.1-8.2s3.1-5,5.6-7.1c2.6-2.1,5.3-3.5,8.2-4.1c2.9-0.6,5.6-0.4,8.2,0.6c2.6,1,4.8,2.7,6.6,4.9
c2,2.4,3.1,5,3.5,7.8c0.4,2.8,0,5.6-1.2,8.2C298,514,296.3,516.2,294.1,518z M291.3,514.5c3.1-2.5,4.8-5.3,5.2-8.4
c0.4-3.1-0.4-5.9-2.5-8.4c-2.1-2.5-4.7-3.9-7.8-4c-3.1-0.2-6.3,1.1-9.6,3.8c-2.1,1.7-3.6,3.5-4.5,5.5c-1,2-1.3,4-1.1,6
c0.3,2,1.1,3.9,2.5,5.6c2,2.4,4.5,3.8,7.5,4.1C284,519.1,287.5,517.7,291.3,514.5z"/>
<path class="st2" d="M286,482.8l-34.6,6.2l-2.4-4l21.2-28.5l2.6,4.2l-6.5,8.4l7.1,11.8l10.4-2.1L286,482.8z M269.6,481.7l-5.8-9.5
l-6,7.6c-1.8,2.3-3.4,4.2-4.6,5.5c2-0.7,4.1-1.3,6.3-1.7L269.6,481.7z"/>
<path class="st2" d="M269.2,454.3L239,467.2l-4.4-10.4c-1-2.4-1.6-4.2-1.9-5.6c-0.3-1.9-0.3-3.7,0.3-5.4c0.7-2.2,1.9-4.1,3.6-5.8
c1.8-1.7,4-3.1,6.7-4.3c2.3-1,4.4-1.6,6.4-1.8c2-0.2,3.8-0.2,5.3,0.2s2.8,0.9,3.9,1.6c1.1,0.7,2.1,1.7,3.1,3s1.8,2.8,2.6,4.6
L269.2,454.3z M263.9,451.8l-2.8-6.5c-0.9-2-1.7-3.5-2.6-4.5c-0.9-1-1.8-1.7-2.7-2c-1.4-0.5-2.9-0.7-4.8-0.6
c-1.8,0.2-3.9,0.7-6.2,1.7c-3.2,1.4-5.4,2.9-6.6,4.7c-1.3,1.8-1.9,3.5-1.8,5.2c0,1.2,0.6,3.1,1.6,5.4l2.7,6.4L263.9,451.8z"/>
</g>
<path id="logo_wave" class="basestroke fillnone" d="M334,478.6c72-17.6,132.7-50.2,151.6-96.6c27.1-66.6-41.3-97-84.7-80.4c0,0,39.1-44.6,92.8-52.8
c47-7.2,85.7-0.4,123.7,13"/>
</svg>
<!-- </a> -->
</section>
<!-- fumes -->
<section>
<a href="http://fumes.junglestar.org">
<!-- <h1>Fumes</h1> -->
<svg class="fumes-ico" xmlns="http://www.w3.org/2000/svg" viewBox="-200 200 1400 1400">
<style>
.fumes-ico-opacity-white {
opacity: 0.4;
fill: #FFFFFF;
}
.fumes-ico-opacity-red {
opacity: 0.5;
fill: #FF0000
}
.fumes-ico-bg {
fill: #000000;
fill: none;
}
</style>
<rect class="fumes-ico-bg" width="1000" height="1000"/>
<path id="suck" display="none" class="fumes-ico-opacity-red" d="M870.936 754.917c-0.003 0.003-0.007 0.007-0.011 0.01 C870.979 754.921 870.986 754.917 870.936 754.917z M906.961 904.347c-4.426-2.331-10.098-5.4-17.026-9.21 c-6.936-3.808-14.698-8.167-23.302-13.085c-8.601-4.911-17.384-10.135-26.346-15.661c-8.964-5.528-17.807-11.177-26.527-16.953 c-8.727-5.768-16.551-11.36-23.481-16.767c9.08-8.598 18.285-17.438 27.604-26.533c7.888-7.858 16.546-16.334 25.987-25.425 c9.436-9.083 18.456-17.682 27.055-25.786c-0.185 0.021-1.012 0.079-2.5 0.173c-1.915 0.128-4.479 0.312-7.705 0.555 c-3.229 0.249-6.873 0.551-10.935 0.918c-4.066 0.371-8.243 0.681-12.547 0.924c-10.039 0.738-21.631 1.473-34.771 2.21 c-8.367 10.318-16.971 20.026-25.809 29.114c-7.649 7.864-15.896 15.54-24.734 23.032c-8.844 7.493-17.331 12.96-25.452 16.396 c-1.434-7.859-2.392-15.292-2.866-22.294c-0.484-7.001-0.662-13.941-0.54-20.82c0.119-6.875 0.415-13.757 0.899-20.636 c0.474-6.875 1.073-14.248 1.792-22.112l-54.132-8.108c-1.914 13.763-2.811 29.24-2.686 46.435 c0.115 17.198 1.13 34.824 3.047 52.882c1.264 11.948 2.93 23.787 4.979 35.521l-35.448 3.354 c-3.348 5.409-8.304 9.768-14.876 13.085c-6.576 3.318-16.789 4.974-30.648 4.974c-11.47 0-21.093-2.516-28.859-7.553 c-7.766-5.035-14.102-11.667-18.996-19.901c-4.903-8.227-8.367-17.501-10.396-27.821c-2.032-10.318-3.047-20.757-3.047-31.324 c0-11.055 2.626-20.512 7.888-28.375c5.253-7.859 11.83-11.791 19.717-11.791c4.298 0 8.362 1.104 12.186 3.315 c3.821 2.21 7.289 5.16 10.395 8.845c3.105 3.683 5.915 7.865 8.427 12.528c2.51 4.672 4.717 9.34 6.633 14.003 c4.535 11.55 8.359 24.451 11.468 38.693l46.244-18.423c-3.107-17.193-7.706-31.753-13.802-43.67 c-6.092-11.916-13.146-21.558-21.149-28.926c-8.009-7.371-16.911-12.716-26.706-16.032c-9.8-3.318-19.838-4.975-30.111-4.975 c-9.803 0-19.776 1.722-29.932 5.157c-10.16 3.445-19.418 8.789-27.783 16.029c-8.365 7.252-15.235 16.586-20.613 28.009 c-2.081 4.424-3.755 9.175-5.031 14.244c-0.739-6.866-1.917-13.046-3.568-18.484c-2.993-9.82-6.158-17.687-9.501-23.582 c-4.067-6.876-8.602-12.403-13.621-16.582l-46.242 23.215c3.583 4.18 6.687 9.461 9.321 15.846 c2.385 5.657 4.535 12.841 6.452 21.559c1.91 8.724 2.868 19.348 2.868 31.874c0 9.583-0.896 17.569-2.688 23.956 c-1.795 6.391-4.07 11.423-6.814 15.107c-2.749 3.686-5.618 6.266-8.602 7.738c-2.99 1.476-5.681 2.213-8.066 2.213 c-5.499 0-10.038-1.594-13.621-4.79c-3.586-3.193-6.455-7.429-8.605-12.714c-2.15-5.279-3.708-11.242-4.66-17.875 c-0.958-6.633-1.434-13.387-1.434-20.268c0-7.61 0.359-14.924 1.077-21.927c0.715-7 1.549-13.322 2.51-18.978 c0.95-6.386 2.148-12.403 3.581-18.058l-47.315 29.113c-1.917 4.18-3.468 8.476-4.66 12.898c-1.201 3.934-2.275 8.475-3.228 13.635 c-0.952 5.158-1.432 10.567-1.432 16.213c0 9.539 0.708 19.182 2.096 28.938c-7.28-6.961-16.268-13.418-27.004-19.354 c-11.114-6.138-23.122-11.794-36.025-16.95c-12.906-5.164-24.917-9.953-36.029-14.374c-11.112-4.421-20.378-8.477-27.782-12.162 c-7.41-3.685-11.112-7.243-11.112-10.685c0-2.702 2.332-4.847 6.992-6.449c4.66-1.598 10.45-2.397 17.385-2.397 c4.779 0 9.976 0.433 15.594 1.292c5.609 0.862 11.168 2.273 16.668 4.239c5.496 1.968 10.81 4.421 15.953 7.369 c5.134 2.946 9.617 6.631 13.443 11.054l48.033-16.953c-5.5-7.368-12.491-13.937-20.969-19.711 c-8.486-5.771-17.868-10.691-28.14-14.743c-10.278-4.053-21.15-7.122-32.621-9.214c-11.473-2.082-22.709-3.131-33.697-3.131 c-16.012 0-29.215 1.473-39.612 4.424c-10.394 2.946-18.7 6.759-24.911 11.423c-6.218 4.671-10.575 9.89-13.084 15.661 c-2.509 5.775-3.764 11.366-3.764 16.766c0 8.602 3.764 16.462 11.29 23.586c7.528 7.131 16.904 13.819 28.141 20.085 c11.23 6.266 23.481 11.976 36.743 17.134c13.263 5.16 25.507 9.893 36.744 14.188c11.23 4.302 20.613 8.231 28.138 11.793 c7.528 3.563 11.293 6.817 11.293 9.768c0 2.704-2.213 4.732-6.633 6.078c-4.425 1.354-10.097 2.026-17.027 2.026 c-7.169 0-15.178-0.607-24.015-1.843c-8.845-1.227-17.628-3.317-26.349-6.262c-8.727-2.95-17.151-6.757-25.273-11.426 c-8.127-4.666-15.178-10.318-21.149-16.951l-39.076 29.849c5.98 7.37 14.045 13.882 24.199 19.533 c10.157 5.652 21.328 10.442 33.517 14.37c12.188 3.932 24.914 6.88 38.179 8.843c13.262 1.97 25.866 2.95 37.817 2.95 c15.292 0 28.438-1.348 39.434-4.056c10.988-2.702 19.893-6.138 26.703-10.317c6.813-4.174 11.83-8.965 15.057-14.37 c1.797-3.011 3.075-6.062 3.871-9.149c4.539 7.318 10.582 13.387 18.172 18.176c8.362 5.284 19.234 7.924 32.618 7.924 c13.858 0 26.583-2.701 38.178-8.107c11.587-5.4 21.625-12.958 30.112-22.661c8.48-9.702 15.113-21.192 19.897-34.458 c1.868-5.189 3.366-10.587 4.504-16.188c1.166 8.427 3.124 16.404 5.887 23.926c4.779 13.025 11.833 24.203 21.15 33.536 c9.32 9.34 20.909 16.584 34.773 21.743c13.856 5.157 29.987 7.738 48.393 7.738c12.188 0 23.418-1.532 33.697-4.606 c10.272-3.069 19.895-7.188 28.856-12.348c8.964-5.156 17.208-11.295 24.736-18.423c0.763-0.722 1.51-1.472 2.267-2.204 c3.685 17.349 8.24 33.315 13.681 47.897c0.477-0.494 3.701-1.169 9.678-2.026c5.972-0.865 12.546-1.897 19.718-3.13 c8.359-1.227 17.923-2.58 28.675-4.056c-2.15-6.384-4.423-13.268-6.811-20.635c-1.916-6.388-3.941-13.758-6.093-22.112 c-2.15-8.35-4.182-17.192-6.092-26.531c5.252 3.441 11.048 7.064 17.385 10.87c6.327 3.81 12.903 7.678 19.717 11.606 c6.808 3.934 13.676 7.803 20.609 11.609c6.927 3.813 13.625 7.558 20.077 11.238c15.054 8.354 30.469 16.833 46.24 25.43 l57.356-19.534C913.951 907.975 911.381 906.684 906.961 904.347z"/>
<path id="you" display="none" class="fumes-ico-opacity-red" d="M227.467 608.611c2.868-9.089 5.612-17.441 8.246-25.061 l-56.282 9.212c-0.958 4.424-2.272 9.583-3.942 15.481c-1.436 4.914-3.228 10.934-5.378 18.055 c-2.15 7.128-4.782 15.235-7.887 24.319c-3.109 8.847-7.348 15.422-12.726 19.719c-5.375 4.3-10.575 6.445-15.594 6.445 c-3.583 0-6.451-0.975-8.602-2.944c-2.15-1.964-3.826-4.544-5.019-7.741c-1.198-3.188-1.97-6.817-2.332-10.871 c-0.356-4.053-0.418-8.163-0.175-12.347c0.472-9.82 2.266-21.123 5.375-33.9l-49.469-5.526c-2.869 15.233-4.538 29.913-5.019 44.036 c-0.478 14.13 0.537 26.657 3.046 37.589c2.513 10.933 6.811 19.658 12.907 26.163c6.096 6.512 14.277 9.767 24.555 9.767 c5.494 0 10.693-0.737 15.594-2.213c4.894-1.474 9.138-3.188 12.725-5.157c4.301-2.214 8.244-4.664 11.83-7.371l-44.809 120.502 l60.222-13.634c5.019-16.462 10.038-33.039 15.057-49.748c4.301-14.247 8.961-29.668 13.98-46.248 c5.019-16.587 9.679-31.878 13.98-45.881c3.818-12.529 7.404-24.139 10.755-34.823C221.849 625.745 224.833 616.476 227.467 608.611 z M533.416 634.774c-2.992-9.824-6.158-17.69-9.501-23.585c-4.067-6.876-8.605-12.404-13.621-16.581l-46.245 23.213 c3.583 4.183 6.689 9.461 9.323 15.848c2.382 5.655 4.536 12.842 6.452 21.557c1.91 8.725 2.868 19.351 2.868 31.878 c0 9.578-0.898 17.568-2.69 23.953c-1.795 6.389-4.066 11.422-6.811 15.107c-2.75 3.685-5.618 6.266-8.605 7.74 c-2.99 1.475-5.678 2.209-8.066 2.209c-5.5 0-10.038-1.593-13.621-4.789c-3.586-3.19-6.452-7.427-8.603-12.712 c-2.15-5.281-3.707-11.241-4.66-17.874c-0.958-6.632-1.436-13.39-1.436-20.268c0-7.614 0.362-14.924 1.077-21.927 c0.715-7 1.552-13.325 2.51-18.98c0.95-6.386 2.151-12.402 3.583-18.054l-47.318 29.108c-1.916 4.185-3.465 8.476-4.66 12.898 c-0.745 2.444-1.442 5.126-2.091 8.042c-0.968-3.229-2.168-6.346-3.641-9.331c-4.304-8.717-10.162-16.215-17.566-22.479 c-7.41-6.265-16.074-11.056-25.988-14.37c-9.919-3.318-20.378-4.974-31.366-4.974c-13.146 0-25.397 1.655-36.747 4.974 c-11.352 3.314-21.271 8.232-29.752 14.737c-8.483 6.515-15.178 14.743-20.072 24.693c-4.898 9.948-7.351 21.558-7.351 34.825 c0 6.632 1.077 14.064 3.228 22.294c2.151 8.232 6.274 15.973 12.367 23.216c6.096 7.248 14.517 13.33 25.272 18.242 c10.756 4.916 24.852 7.369 42.299 7.369c14.817 0 27.961-2.083 39.431-6.266c11.474-4.177 21.091-9.822 28.857-16.949 c7.765-7.124 13.68-15.535 17.744-25.245c0.775-1.851 1.453-3.729 2.081-5.621c0.28 2.421 0.6 4.847 0.965 7.28 c1.552 10.318 4.661 19.656 9.321 28.006c4.66 8.353 11.168 15.172 19.536 20.453c8.365 5.285 19.233 7.923 32.62 7.923 c13.859 0 26.585-2.7 38.177-8.108c11.589-5.4 21.627-12.954 30.114-22.661c8.478-9.702 15.11-21.19 19.895-34.454 c4.778-13.268 7.169-27.882 7.169-43.855C537.895 656.763 536.4 644.603 533.416 634.774z M321.205 723.77 c-4.429 8.235-12.135 12.344-23.123 12.344c-12.188 0-20.497-3.501-24.917-10.501c-4.422-7-6.63-16.398-6.63-28.191 c0-13.269 2.922-23.583 8.784-30.953c5.853-7.374 13.443-11.056 22.763-11.056c7.645 0 14.518 3.196 20.61 9.58 c6.095 6.39 9.139 15.725 9.139 28.006C327.831 705.285 325.622 715.544 321.205 723.77z"/>
<path id="fumes" class="fumes-ico-opacity-white" d="M585.314 555.605c-4.545-21.07-9.602-41.148-15.181-60.225 c-5.583-19.071-11.094-35.814-16.543-50.223c0.254 0.271-2.143 1.139-7.203 2.603c-5.06 1.467-10.704 3.137-16.93 5.002 c-7.27 2.141-15.575 4.4-24.916 6.804c-1.3 8.805-3.246 19.743-5.836 32.814c-2.081 11.203-5.061 25.408-8.954 42.616 c-3.886 17.181-8.811 37.747-14.762 61.704c-0.075-0.504-1.118-2.661-3.145-6.483c-2.335-4.399-5.644-10.002-9.928-16.804 c-4.28-6.805-9.279-14.54-14.984-23.208c-5.71-8.671-11.873-17.271-18.489-25.814c-6.62-8.532-13.5-16.606-20.631-24.207 c-7.141-7.604-14.211-13.81-21.217-18.609l-37.637 16.145c-0.17-0.311-0.337-0.639-0.508-0.939 c-4.42-7.466-9.345-13.468-14.792-18.007l-50.217 25.21c3.891 4.539 7.264 10.273 10.121 17.206 c2.589 6.145 4.928 13.945 7.006 23.412c2.078 9.473 3.117 21.01 3.117 34.612c0 10.407-0.975 19.078-2.921 26.014 c-1.949 6.938-4.416 12.403-7.396 16.404c-2.986 4.003-6.1 6.805-9.345 8.407c-3.247 1.597-6.165 2.398-8.758 2.398 c-5.972 0-10.9-1.73-14.791-5.201c-3.894-3.465-7.006-8.063-9.341-13.807c-2.338-5.732-4.026-12.206-5.061-19.409 c-1.04-7.203-1.558-14.537-1.558-22.006c0-8.269 0.389-16.21 1.169-23.812c0.777-7.603 1.685-14.468 2.726-20.607 c1.031-6.937 2.332-13.471 3.891-19.609l-48.383 29.769l-19.344-38.175L43.658 494.78l-10.9 15.607 c5.193 13.604 9.664 28.547 13.429 44.819c3.759 16.273 6.874 32.947 9.341 50.021c2.464 17.075 4.284 33.95 5.451 50.62 c1.168 16.678 1.751 32.214 1.751 46.619c0.52 0 3.698-0.602 9.538-1.797c5.837-1.204 12.26-2.475 19.269-3.807 c8.301-1.596 17.516-3.597 27.637-6.003c0-12.803-0.389-25.939-1.166-39.415c-0.78-13.468-1.82-26.475-3.115-39.015l76.804-6.78 c0.407 4.506 0.947 9.032 1.63 13.583c1.684 11.204 5.061 21.347 10.12 30.411c5.061 9.071 12.127 16.477 21.214 22.208 c9.081 5.741 20.887 8.605 35.423 8.605c15.049 0 28.865-2.935 41.457-8.805c12.584-5.863 23.484-14.069 32.699-24.608 c9.208-10.535 16.409-23.013 21.605-37.417c1.373-3.817 2.561-7.739 3.571-11.761c1.388 7.921 2.729 16.102 4.017 24.566 c3.245 21.347 4.868 42.156 4.868 62.428c0-0.265 2.918-1.065 8.758-2.402c5.836-1.332 12.259-2.799 19.269-4.401 c8.302-1.865 17.771-4.004 28.414-6.404c0-8.534-0.454-17.339-1.359-26.413c-0.915-9.061-1.888-17.337-2.922-24.809 c-1.301-8.804-2.726-17.069-4.281-24.809c4.925 4.802 9.986 11.072 15.181 18.809c5.186 7.741 9.928 15.94 14.208 24.61 c4.281 8.669 7.847 17.204 10.705 25.607c2.85 8.405 4.28 15.41 4.28 21.011l45.543-9.606c1.813-16.268 3.634-30.013 5.453-41.213 c1.811-11.208 3.563-20.609 5.254-28.214c1.685-7.604 3.437-13.804 5.253-18.61c1.813-4.798 3.631-8.803 5.451-12.003 c1.813 6.142 3.826 13.343 6.033 21.608c2.203 8.27 4.345 17.478 6.423 27.613c2.077 10.142 3.759 21.076 5.061 32.813 c1.297 11.742 1.945 24.007 1.945 36.814l27.25-7.199c8.04-2.136 16.991-4.537 26.861-7.206c0-19.208-1.498-39.547-4.478-61.024 C593.618 597.962 589.851 576.681 585.314 555.605z M195.855 553.604c-1.301 4.272-2.467 9.204-3.501 14.808 c-0.342 1.846-0.606 3.731-0.836 5.636l-82.076 0.366c-1.301-7.732-2.599-14.269-3.894-19.609 c-1.301-5.333-2.597-9.202-3.892-11.604l96.333 3.603C197.191 549.04 196.476 551.304 195.855 553.604z M981.386 618.233 c-8.047-7.866-18.101-15.139-30.168-21.812c-12.065-6.663-25.109-12.806-39.122-18.405c-14.013-5.604-27.053-10.808-39.123-15.606 c-12.065-4.804-22.125-9.207-30.168-13.207c-8.046-4.005-12.066-7.866-12.066-11.604c0-2.935 2.531-5.262 7.591-7.003 c5.064-1.734 11.354-2.6 18.88-2.6c5.189 0 10.832 0.467 16.933 1.399c6.096 0.936 12.129 2.47 18.102 4.603 c5.969 2.139 11.739 4.799 17.323 8.004c5.578 3.196 10.442 7.201 14.596 12.003l52.163-18.407 c-5.975-8.003-13.562-15.138-22.772-21.407c-9.216-6.268-19.401-11.606-30.559-16.009c-11.159-4.403-22.967-7.733-35.423-10.006 c-12.456-2.261-24.658-3.4-36.589-3.4c-17.391 0-31.728 1.6-43.015 4.805c-11.287 3.199-20.309 7.34-27.055 12.402 c-6.75 5.072-11.482 10.741-14.207 17.007c-2.723 6.272-4.085 12.343-4.085 18.206c0 9.341 4.085 17.876 12.26 25.612 c8.175 7.743 18.356 15.006 30.559 21.81c12.191 6.804 25.494 13.005 39.9 18.607c14.4 5.603 27.694 10.743 39.896 15.41 c12.198 4.667 22.385 8.936 30.557 12.803c8.179 3.868 12.262 7.402 12.262 10.605c0 2.939-2.401 5.141-7.198 6.601 c-4.806 1.47-10.97 2.205-18.492 2.205c-7.783 0-16.483-0.664-26.079-2.004c-9.605-1.33-19.144-3.604-28.61-6.802 c-9.479-3.203-18.624-7.337-27.443-12.403c-8.825-5.07-16.486-11.208-22.968-18.412l-9.155 6.996L659.465 636.84 c-0.522-9.067-1.301-19.609-2.336-31.612l97.312-8.806l4.676-38.416l-104.326 6.005l-5.84-28.812 c10.124-0.534 21.54-0.866 34.26-1.003c12.711-0.13 24.776 0.07 36.199 0.604c13.238 0.537 26.596 1.196 40.096 1.998 l-11.681-41.215l-128.454-4.804l-34.646 27.611c2.857 8.005 5.778 19.077 8.758 33.215c2.979 14.144 5.705 29.479 8.175 46.018 c2.465 16.545 4.474 33.281 6.033 50.221c1.556 16.945 2.335 32.085 2.335 45.424l20.242-3.607l142.468-24.806l1.67-4.051 c2.14 1.391 4.359 2.745 6.703 4.051c11.025 6.138 23.16 11.339 36.396 15.604c13.232 4.271 27.055 7.47 41.455 9.604 c14.404 2.137 28.089 3.204 41.066 3.204c16.604 0 30.881-1.467 42.82-4.406c11.932-2.935 21.603-6.665 29.001-11.204 c7.396-4.532 12.846-9.734 16.348-15.604c3.504-5.867 5.256-11.867 5.256-18.008C993.452 634.706 989.426 626.104 981.386 618.233z"/>
<path class="fumes-ico-opacity-red" d="M385.068 559.367c-2.833 8.192-5.783 17.175-8.867 26.947c-2.832 8.456-6.041 18.424-9.637 29.917 c-3.604 11.49-7.46 23.973-11.565 37.445c-4.624 15.058-9.636 31.5-15.032 49.335c-5.397 17.829-10.408 34.411-15.033 49.73 c-5.396 17.967-10.793 35.792-16.19 53.492l-64.756 14.661l48.182-129.574c-3.856 2.911-8.095 5.546-12.72 7.926 c-3.856 2.117-8.42 3.961-13.683 5.546c-5.27 1.586-10.861 2.379-16.768 2.379c-11.052 0-19.849-3.5-26.404-10.502 c-6.555-6.995-11.177-16.377-13.878-28.133c-2.698-11.754-3.789-25.225-3.275-40.418c0.517-15.188 2.312-30.972 5.396-47.353 l53.193 5.942c-3.343 13.739-5.272 25.894-5.779 36.453c-0.262 4.499-0.195 8.918 0.188 13.276 c0.389 4.358 1.219 8.263 2.507 11.689c1.282 3.438 3.084 6.213 5.396 8.324c2.312 2.118 5.396 3.166 9.25 3.166 c5.397 0 10.988-2.307 16.768-6.931c5.783-4.62 10.341-11.69 13.684-21.203c3.339-9.769 6.168-18.486 8.481-26.15 c2.312-7.657 4.239-14.13 5.783-19.414c1.795-6.343 3.208-11.891 4.238-16.646L385.068 559.367z"/>
<path class="fumes-ico-opacity-red" d="M457.144 598.996c11.815 0 23.062 1.779 33.728 5.348c10.66 3.564 19.977 8.715 27.943 15.451 c7.963 6.736 14.262 14.8 18.891 24.173c4.624 9.379 6.937 19.881 6.937 31.504c0 11.629-2.185 22.653-6.555 33.086 c-4.37 10.441-10.729 19.484-19.08 27.146c-8.351 7.664-18.691 13.733-31.029 18.226c-12.333 4.497-26.467 6.737-42.399 6.737 c-18.761 0-33.918-2.638-45.484-7.924c-11.564-5.282-20.62-11.822-27.175-19.616c-6.552-7.788-10.985-16.111-13.298-24.964 c-2.312-8.849-3.471-16.841-3.471-23.972c0-14.267 2.639-26.75 7.904-37.447c5.264-10.699 12.462-19.548 21.584-26.553 c9.119-6.995 19.785-12.282 31.992-15.847C429.835 600.775 443.008 598.996 457.144 598.996z M452.133 636.639 c-10.021 0-18.184 3.959-24.477 11.889c-6.303 7.925-9.445 19.017-9.445 33.283c0 12.681 2.374 22.787 7.129 30.314 c4.754 7.527 13.688 11.291 26.793 11.291c11.814 0 20.102-4.417 24.863-13.273c4.75-8.845 7.126-19.876 7.126-33.088 c0-13.206-3.272-23.243-9.827-30.114C467.744 640.076 460.354 636.639 452.133 636.639z"/>
<path class="fumes-ico-opacity-red" d="M599.758 600.185c-1.54 6.076-2.831 12.546-3.853 19.413c-1.03 6.081-1.929 12.882-2.698 20.409 c-0.77 7.529-1.158 15.39-1.158 23.577c0 7.396 0.514 14.662 1.544 21.794c1.024 7.132 2.699 13.541 5.011 19.22 c2.312 5.683 5.394 10.237 9.25 13.669c3.854 3.437 8.733 5.149 14.647 5.149c2.567 0 5.458-0.789 8.673-2.376 c3.211-1.585 6.295-4.36 9.252-8.322c2.951-3.963 5.395-9.375 7.324-16.245c1.926-6.865 2.893-15.456 2.893-25.757 c0-13.47-1.03-24.896-3.086-34.277c-2.059-9.37-4.374-17.099-6.936-23.18c-2.832-6.867-6.172-12.543-10.025-17.04l49.726-24.961 c5.394 4.491 10.274 10.435 14.647 17.829c3.595 6.338 6.998 14.797 10.217 25.36c3.208 10.568 4.814 23.645 4.814 39.229 c0 17.176-2.569 32.891-7.708 47.156c-5.145 14.263-12.276 26.616-21.393 37.049c-9.126 10.438-19.919 18.56-32.382 24.367 c-12.464 5.815-26.148 8.719-41.051 8.719c-14.393 0-26.08-2.836-35.074-8.519c-8.999-5.68-15.997-13.013-21.008-21.993 c-5.012-8.979-8.354-19.02-10.022-30.114s-2.507-22.055-2.507-32.888c0-6.075 0.521-11.89 1.544-17.438 c1.023-5.549 2.179-10.433 3.468-14.662c1.284-4.757 2.949-9.371 5.011-13.87L599.758 600.185z"/>
<path class="fumes-ico-opacity-red" d="M258.333 808.814c-4.115-4.755-8.935-8.718-14.456-11.885c-5.53-3.171-11.244-5.809-17.154-7.924 c-5.913-2.115-11.891-3.632-17.922-4.559c-6.041-0.924-11.629-1.39-16.768-1.39c-7.458 0-13.684 0.86-18.695 2.578 c-5.011 1.723-7.518 4.029-7.518 6.935c0 3.701 3.981 7.526 11.948 11.489c7.961 3.962 17.925 8.323 29.874 13.078 c11.949 4.753 24.864 9.902 38.742 15.456c13.875 5.544 26.786 11.626 38.738 18.227c11.948 6.605 21.903 13.807 29.872 21.593 c7.964 7.797 11.949 16.315 11.949 25.559c0 6.084-1.736 12.024-5.203 17.835c-3.47 5.812-8.864 10.963-16.19 15.452 c-7.323 4.494-16.899 8.188-28.714 11.094c-11.824 2.912-25.959 4.36-42.402 4.36c-12.851 0-26.404-1.054-40.665-3.172 c-14.264-2.11-27.947-5.28-41.053-9.509c-13.106-4.223-25.119-9.374-36.04-15.452c-10.918-6.076-19.59-13.078-26.021-21.004 l42.017-32.095c6.421 7.132 14.002 13.21 22.742 18.227c8.734 5.021 17.792 9.113 27.176 12.286 c9.377 3.166 18.822 5.415 28.333 6.733c9.502 1.328 18.114 1.981 25.823 1.981c7.452 0 13.551-0.724 18.309-2.18 c4.752-1.446 7.132-3.628 7.132-6.535c0-3.173-4.048-6.671-12.143-10.503c-8.092-3.829-18.181-8.055-30.256-12.681 c-12.083-4.619-25.249-9.708-39.51-15.257c-14.26-5.546-27.434-11.687-39.509-18.424c-12.083-6.737-22.165-13.929-30.26-21.597 c-8.093-7.66-12.14-16.112-12.14-25.362c0-5.806 1.35-11.817 4.047-18.027c2.699-6.206 7.384-11.817 14.07-16.841 c6.679-5.015 15.61-9.114 26.786-12.283c11.18-3.173 25.376-4.756 42.594-4.756c11.815 0 23.897 1.127 36.234 3.366 c12.334 2.249 24.025 5.551 35.077 9.907c11.045 4.357 21.134 9.649 30.259 15.854c9.116 6.209 16.634 13.272 22.547 21.195 L258.333 808.814z" />
<path class="fumes-ico-opacity-red" d="M372.805 763.246c-1.541 6.079-2.829 12.551-3.851 19.417c-1.033 6.081-1.929 12.879-2.698 20.406 c-0.772 7.529-1.159 15.394-1.159 23.577c0 7.399 0.511 14.661 1.542 21.794c1.023 7.132 2.697 13.544 5.01 19.22 c2.312 5.684 5.396 10.237 9.252 13.672c3.854 3.437 8.734 5.151 14.648 5.151c2.563 0 5.458-0.794 8.672-2.381 c3.209-1.583 6.293-4.356 9.249-8.32c2.951-3.961 5.398-9.373 7.328-16.244c1.926-6.868 2.89-15.455 2.89-25.761 c0-13.469-1.031-24.893-3.085-34.273c-2.061-9.374-4.373-17.099-6.937-23.182c-2.833-6.865-6.169-12.544-10.022-17.039 l49.723-24.962c5.396 4.493 10.273 10.438 14.646 17.83c3.596 6.339 6.998 14.798 10.217 25.357 c3.209 10.569 4.817 23.648 4.817 39.233c0 17.176-2.571 32.887-7.707 47.152c-5.145 14.265-12.277 26.621-21.396 37.053 c-9.125 10.435-19.92 18.561-32.379 24.367c-12.468 5.813-26.149 8.718-41.052 8.718c-14.392 0-26.082-2.839-35.073-8.52 c-8.999-5.678-15.996-13.009-21.008-21.992c-5.01-8.977-8.355-19.021-10.025-30.114c-1.666-11.097-2.503-22.055-2.503-32.892 c0-6.07 0.516-11.887 1.541-17.433c1.024-5.549 2.179-10.432 3.471-14.662c1.282-4.755 2.949-9.375 5.01-13.868L372.805 763.246z" />
<path class="fumes-ico-opacity-red" d="M571.702 729.169c11.046 0 21.841 1.781 32.378 5.349c10.533 3.567 20.104 9.313 28.716 17.239 c8.607 7.924 16.191 18.292 22.742 31.104c6.555 12.813 11.499 28.47 14.841 46.958l-49.726 19.81 c-3.343-15.314-7.454-29.188-12.331-41.607c-2.061-5.013-4.434-10.033-7.133-15.057c-2.701-5.014-5.722-9.511-9.062-13.472 c-3.339-3.961-7.067-7.134-11.176-9.51c-4.111-2.378-8.482-3.565-13.104-3.565c-8.481 0-15.551 4.228-21.202 12.679 c-5.657 8.456-8.481 18.624-8.481 30.512c0 11.362 1.091 22.587 3.275 33.682c2.182 11.098 5.908 21.07 11.18 29.916 c5.263 8.855 12.076 15.986 20.427 21.399c8.35 5.417 18.697 8.122 31.032 8.122c14.902 0 25.885-1.78 32.956-5.348 c7.067-3.567 12.397-8.254 15.996-14.07l62.832-5.943c-7.458 8.718-15.228 16.913-23.319 24.57 c-8.095 7.665-16.959 14.266-26.599 19.811c-9.636 5.548-19.982 9.977-31.028 13.276c-11.052 3.307-23.128 4.953-36.234 4.953 c-19.792 0-37.137-2.774-52.037-8.32c-14.908-5.548-27.369-13.337-37.391-23.38c-10.019-10.036-17.603-22.055-22.742-36.061 c-5.142-13.997-7.711-29.452-7.711-46.362c0-16.902 2.894-31.502 8.674-43.785c5.783-12.283 13.169-22.319 22.165-30.117 c8.994-7.785 18.95-13.531 29.874-17.236C550.438 731.021 561.161 729.169 571.702 729.169z" />
<path class="fumes-ico-opacity-red" d="M743.615 743.434c-0.772 8.456-1.418 16.385-1.928 23.777c-0.52 7.396-0.839 14.797-0.967 22.189 c-0.131 7.396 0.061 14.859 0.58 22.387c0.511 7.53 1.542 15.522 3.083 23.973c8.733-3.694 17.858-9.572 27.369-17.631 c9.503-8.056 18.37-16.309 26.596-24.767c9.504-9.771 18.755-20.211 27.752-31.306c14.13-0.792 26.595-1.582 37.389-2.376 c4.628-0.261 9.12-0.595 13.492-0.993c4.367-0.395 8.286-0.72 11.758-0.987c3.47-0.262 6.227-0.459 8.285-0.596 c2.056-0.131 2.951-0.197 2.699-0.197c-9.25 8.719-18.953 17.967-29.103 27.738c-10.152 9.775-19.463 18.889-27.943 27.339 c-10.022 9.779-19.92 19.286-29.684 28.53c7.452 5.813 15.866 11.827 25.249 18.029c9.378 6.211 18.887 12.285 28.524 18.229 c9.637 5.943 19.082 11.56 28.33 16.841c9.251 5.287 17.599 9.976 25.056 14.069c7.451 4.097 13.55 7.396 18.309 9.903 c4.752 2.514 7.517 3.901 8.289 4.16l-61.674 21.005c-16.96-9.245-33.535-18.361-49.723-27.345 c-6.938-3.958-14.14-7.984-21.588-12.084c-7.456-4.094-14.841-8.254-22.162-12.484c-7.325-4.224-14.397-8.383-21.2-12.479 c-6.814-4.093-13.046-7.988-18.694-11.688c2.054 10.041 4.238 19.551 6.551 28.528c2.313 8.983 4.491 16.908 6.552 23.777 c2.567 7.922 5.011 15.323 7.322 22.188c-11.561 1.588-21.844 3.043-30.834 4.361c-7.711 1.325-14.779 2.436-21.201 3.366 c-6.427 0.922-9.894 1.647-10.406 2.179c-5.914-15.85-10.859-33.215-14.843-52.104c-3.982-18.887-7-38.043-9.054-57.457 c-2.062-19.417-3.152-38.37-3.276-56.863c-0.135-18.488 0.829-35.132 2.888-49.931L743.615 743.434z"/>
</svg>
</a>
</section>
<!-- krap -->
<section data-autoslide="5000">
<a href="http://krap.junglestar.org">
<!-- logo BABY!
k-rap.svg -->
<svg class="krap-icon" xmlns:svg="http://www.w3.org/2000/svg" viewBox="-179.286 -120.172 281.356 193.783" >
<g transform="translate(-293.78641,-581.89101)">
<g transform="matrix(1.25,0,0,-1.25,376.28395,623.20929)">
<path class="krap"
d="M-1.53 18.028c13.316 2.94 18.42 14.54 16.94 31.47 c-1.568 18.004-12.741 41.964-32.07 39.938c-13.849-1.452-28.053-7.513-41.754-10.893c-14.577-3.596-28.379-6.727-41.754-9.68 c-3.922-3.137-10.182-3.939-10.892-10.29c28.827 8.01 43.632-40.873 28.441-59.905c-2.411-3.021-6.716-4.091-7.868-7.87 c24.936-3.713 30.43 24.12 26.63 45.387c5.553-9.857 6.997-30.398 0.604-40.544c14.865 2.6 17.85 19.91 15.73 37.52 c16.447 4.73 31.95 10.4 49.02 14.523C4.682 37.65 1.34 23.651-1.53 18.03"/>
</g>
<g transform="matrix(1.25,0,0,-1.25,312.66307,601.53642)">
<path class="krap"
d="M-60.767 38.207c-0.369-0.034-0.717-0.089-0.605-0.605 c22.837-3.927 33.396-45.28 15.129-61.722C-15.803-16.896-28.703 44.324-60.767 38.21"/>
</g>
<g transform="matrix(1.25,0,0,-1.25,324.5482,623.90854)">
<path class="krap"
d="M-49.702 17.377c-0.027 14.251-8.938 30.105-19.363 33.28 c-19.524 5.951-26.472-13.316-24.205-29.046c1.018-7.084 5.274-17.08 9.683-17.548c-7.981 9.423-12.499 42.7 6.05 44.78 C-57.277 51.118-47.307 18.53-57.57-0.172C-50.931 0.937-49.69 11.312-49.702 17.38"/>
</g>
<g transform="matrix(1.25,0,0,-1.25,360.20408,629.15179)">
<path class="krap"
d="M-16.503 12.495c6.864 2.56 15.59 4.6 20.57 7.866c7.585 4.97 8.96 15.86 7.87 28.44 c-14.841-3.918-28.509-9.011-43.57-12.708c2.796-12.403-2.334-25.004-5.445-31.467C-31.208 7.809-23.734 9.797-16.503 12.49"/>
</g>
<g transform="matrix(1.25,0,0,-1.25,316.5082,612.37317)">
<path class="krap"
d="M-57.188 28.117c-4.084-4.279-8.668-12.809-6.052-19.967 c6.191 2.55 10.388-2.115 12.709-5.447C-49.058 12.843-51.234 23.499-57.188 28.12"/>
</g>
<g transform="matrix(1.25,0,0,-1.25,304.27345,638.24067)">
<path class="krap"
d="M-68.579 4.033c2.465-11.738 14.21 1.04 16.94 4.24 c1.851 2.16 8.71 7.55 7.26 13.312c-1.138 4.524-5.882 3.9-7.263 3.632C-56.161 24.332-69.825 9.965-68.579 4.03"/>
</g>
<g transform="matrix(1.25,0,0,-1.25,293.78645,641.38654)">
<path class="krap"
d="M-78.344 1.104c0.039-9.506 14.196-5.7 18.16 0c-4.384 0.702-2.861 9.017-4.237 10.89 C-68.614 7.737-78.374 8.228-78.344 1.1"/>
</g>
<g transform="matrix(1.25,0,0,-1.25,304.27345,642.78517)">
<path class="krap"
d="M-68.579-0.197C-71.5-14.75-61.858-10.2-52.241-6.248 c7.071 2.9 14 2.83 12.1 11.495C-50.295 15.974-56.485-3.54-68.579-0.197"/>
</g>
</g>
<g>
<polygon class="krap"
points="-98.01,-92.95 -101.52,-74.83 -94.36,-74.83 -97.87,-92.95" />
<path class="krap"
d="M-122.83-98.605c-0.445-0.678-1.065-1.182-1.861-1.509c-0.796-0.327-1.849-0.492-3.159-0.492h-3.722v15.589 h4.072c1.264 0 2.27-0.176 3.02-0.526c0.749-0.352 1.322-0.854 1.721-1.51c0.397-0.655 0.667-1.462 0.807-2.422 c0.141-0.959 0.211-2.071 0.211-3.336c0-1.264-0.07-2.375-0.211-3.335C-122.092-97.105-122.385-97.926-122.83-98.605z" />
<path class="krap"
d="M-61.953-120.172h-105.333c-6.627 0-12 5.373-12 12v50.667c0 6.63 5.37 12 12 12h87.529l8.471 48v-48 h9.333c6.627 0 12-5.373 12-12v-50.667C-49.953-114.799-55.326-120.172-61.953-120.172z M-120.618-57.349l-6.671-21.347h-4.283 v21.347h-7.163v-49.998h11.516c8.427 0 12.64 4.89 12.64 14.676c0 2.903-0.457 5.396-1.369 7.48 c-0.913 2.084-2.517 3.757-4.811 5.021l7.725 22.823H-120.618z M-90.914-57.349l-2.106-10.745h-9.761l-2.106 10.745h-7.163 l11.166-49.998h5.969l11.165 49.998H-90.914z M-57.383-86.456c-0.258 1.569-0.808 3.032-1.651 4.39 c-0.983 1.639-2.294 2.915-3.933 3.827c-1.639 0.913-3.792 1.369-6.46 1.369h-3.651v19.522h-7.163v-49.998h10.744 c1.966 0 3.7 0.26 5.2 0.772c1.497 0.52 2.85 1.43 4.07 2.739c1.217 1.31 2.06 2.84 2.53 4.6 c0.468 1.75 0.7 4.13 0.7 7.127C-56.997-89.908-57.127-88.024-57.383-86.456z"/>
<path class="krap"
d="M-64.476-98.113c-0.352-0.773-0.902-1.381-1.65-1.826c-0.749-0.444-1.826-0.667-3.23-0.667h-3.722v16.993 h3.44c1.451 0 2.575-0.21 3.371-0.631c0.796-0.421 1.38-0.994 1.756-1.721c0.374-0.725 0.597-1.603 0.667-2.633 c0.07-1.029 0.105-2.177 0.105-3.441c0-1.17-0.035-2.282-0.105-3.336C-63.914-96.427-64.125-97.341-64.476-98.113z"/>
<path class="just-the-k"
d="M-168.649-107.347h7.163v22.822h0.14l10.463-22.822h7.163l-9.762 20.013l11.586 29.985h-7.583l-8.146-22.19l-3.862 7.23 v14.958h-7.163V-107.347z"/>
</g>
</svg>
<!-- /logo -->
</a>
</section>
<!-- rocco -->
<section >
<a class="roc" target="_blank" href="http://roccomarosi.com">
<svg class="camera-ico" xmlns="http://www.w3.org/2000/svg" viewBox="-11.5 -8.7 808 614">
<style>
.black {
fill: #000000;
}
.white {
fill: none;
stroke: rgba(255,255,255,.1);
stroke-width: 15.0379;
stroke-miterlimit: 3.8637;
}
</style>
<filter id="i1" width="150%" height="150%">
<feOffset result = "offOut" in = "SourceAlpha" dx = "30" dy = "30"/>
<feColorMatrix result = "matrixOut" in = "offOut" type = "matrix" values = "0.2 0 0 0 0 0 0.2 0 0 0 0 0 0.2 0 0 0 0 0 1 0"/>
<feGaussianBlur result = "blurOut" in = "matrixOut" stdDeviation = "10"/>
<feBlend in = "SourceAlpha" in2 = "blurOut" mode = "normal"/>
</filter>
<filter id="glare" x="0" y="0" width="200%" height="200%" color="yellow">
<feOffset result="offOut" in="SourceAlpha" dx="20" dy="20" />
<feGaussianBlur result="blurOut" in="offOut" stdDeviation="10" />
<feBlend in="SourceGraphic" in2="blurOut" mode="normal" />
</filter>
<!--
<filter id="invert">
<feComponentTransfer>
<feFuncR type="table" tableValues="[amount] (1 - [amount])"/>
<feFuncG type="table" tableValues="[amount] (1 - [amount])"/>
<feFuncB type="table" tableValues="[amount] (1 - [amount])"/>
</feComponentTransfer>
</filter>
-->
<path class="white"
d="M468.7 212.3c-81.1 0-146.9 65.8-146.9 146.9c0 81.1 65.8 146.9 146.9 146.9c81.1 0 146.9-65.8 146.9-146.9 C615.6 278 549.8 212.3 468.7 212.3z M779.5 198.8c-1.8-20.9-4.4-51.5-37.5-58.6c1.4-5.1 3.4-12.6 5.7-22.8c1.7-7.7-2.6-11-9-12.9 c-15.1-4.5-52.1-16.2-95.8-23.2c-5.5-0.9-12.4-0.5-13.2 4c-1.5 8.9-3.8 16.1-4.3 18.6c-34-26.2-39.3-104-97.1-104h-97.1 c-65.1 0-68.4 115.2-135 114.1l-188.7 13.4c-48 3.6-107.5 53-107.5 104v324.1C0 578.9 21.6 598 48 598h672.4 c26.4 0 45.8-6.8 57-33.5C785.5 545.5 792.2 347.8 779.5 198.8z M229.5 250.5c7.7 0 14 6.3 14 14s-6.3 14-14 14s-14-6.3-14-14 S221.8 250.5 229.5 250.5z M231.2 321.8c-8.7 0-15.7-7-15.7-15.7c0-8.7 7-15.7 15.7-15.7s15.7 7 15.7 15.7 C246.8 314.8 239.8 321.8 231.2 321.8z M468.7 558.3c-110 0-199.2-89.2-199.2-199.2c0-110 89.2-199.2 199.2-199.2 s199.2 89.2 199.2 199.2C667.9 469.2 578.7 558.3 468.7 558.3z" />
<path class="black"
d="M468.7 212.3c-81.1 0-146.9 65.8-146.9 146.9c0 81.1 65.8 146.9 146.9 146.9c81.1 0 146.9-65.8 146.9-146.9 C615.6 278 549.8 212.3 468.7 212.3z M779.5 198.8c-1.8-20.9-4.4-51.5-37.5-58.6c1.4-5.1 3.4-12.6 5.7-22.8c1.7-7.7-2.6-11-9-12.9 c-15.1-4.5-52.1-16.2-95.8-23.2c-5.5-0.9-12.4-0.5-13.2 4c-1.5 8.9-3.8 16.1-4.3 18.6c-34-26.2-39.3-104-97.1-104h-97.1 c-65.1 0-68.4 115.2-135 114.1l-188.7 13.4c-48 3.6-107.5 53-107.5 104v324.1C0 578.9 21.6 598 48 598h672.4 c26.4 0 45.8-6.8 57-33.5C785.5 545.5 792.2 347.8 779.5 198.8z M229.5 250.5c7.7 0 14 6.3 14 14s-6.3 14-14 14s-14-6.3-14-14 S221.8 250.5 229.5 250.5z M231.2 321.8c-8.7 0-15.7-7-15.7-15.7c0-8.7 7-15.7 15.7-15.7s15.7 7 15.7 15.7 C246.8 314.8 239.8 321.8 231.2 321.8z M468.7 558.3c-110 0-199.2-89.2-199.2-199.2c0-110 89.2-199.2 199.2-199.2 s199.2 89.2 199.2 199.2C667.9 469.2 578.7 558.3 468.7 558.3z" />
</svg>
<h1>Rocco Marosi</h1>
<h2>Architecture Photography</h2>
</a>
</section>
<!-- freezer -->
<section>
<a target="_blank" href="http://freezer.junglestar.org">
<!-- logo BABY!
BIO
past
Built Boiler, Freezer, bowls,
Have been Totally Skate,
Payed to wear Vision,
Montly checks from Billabongos,
Made Renault pay a huge ramp,
Jumped on stage like a tramp.
Cleaned the camp,
Lived to work,
Shut the biz.
present
Work to live.
The jungle star,
inside
Eat zero alien,
make my day.
freezer-plug.svg -->
<svg xmlns="http://www.w3.org/2000/svg" viewBox="-150 0 900 900">
<style>
.elektrik-blue{
stroke: blue;
stroke-width: 10;
stroke-miterlimit: 10;
fill: none;
}
</style>
<path class="elektrik-blue" d="M357.073 416.77l-1.136-3.195c-3.152-8.567-8.196-8.55-18.044-4.979 L289.32 426.29l8.567 23.571l51.425-18.741C357.763 428.1 359.6 423.7 357.1 416.77z"/>
<path class="elektrik-blue" d="M60.917 344.3 c-15.483-42.217 4.336-90.23 41.073-103.603c76.211-27.745 89.9 74.3 126.8 60.888c18.981-6.908 8.397-47.622 11.912-61.019 c5.965-22.226 16.917-22.4 26.039-47.255l-23.265-63.928c-1.952-5.327 2.593-15.44 10.035-17.998L360.042 72.62l12.167 33.5 L430.9 84.715c12.418-4.502 27.8 13.6 29.6 18.55c3.432 9.37-2.621 30.339-9.406 32.675l-59.723 21.733l17.79 48.9 l58.386-21.222c9.983-3.633 26.4 9.8 29.3 17.808c2.214 6.087-2.345 31.116-9.145 33.439l-59.364 21.605l12.218 33.6 L330.606 331.77c-6.501 2.498-15.092-4.519-16.484-8.349l-22.165-60.905c-3.585-1.861-7.477-3.904-10.69-5.957 c-5.996 51.623-1.004 76.354-37.047 89.481c-68.495 24.94-78.617-80.153-125.336-63.15c-19.304 7.03-24.222 38.565-19.073 52.9 l34.609 95.113l208.896-76.048c30.696-11.161 50.8 25.4 57.9 44.609c4.017 11 9.4 38.1 0.7 49.2 c11.345 2 17 8 22.1 19.788l51.042-108.406l-76.434 27.821l-18.75-45.195l140.413-51.068l16.393 45.1 c-15.384 35.238-32.19 70.722-49.003 105.532l74.767-27.194c15.994-35.981 24.955-75.77 24.955-117.685 c0-160.154-129.847-289.991-290.01-289.991C137.16 7.3 7.3 137.2 7.3 297.304c0 97.8 48.5 184.3 122.7 236.8 L60.917 344.311z"/>
<path class="elektrik-blue" d="M398.337 526.242l-14.854-40.409 c-2.927-7.72-7.721-13.362-14.48-11.021l-55.979 20.355l20.076 54.871l-41.691 15.188L246.58 442.107l-89.704 32.671l8.606 23.7 l82.416-30l16.187 44.53l-82.084 29.876l8.803 24.184c32.981 13 68.9 20.3 106.5 20.3 c90.232 0 170.827-41.203 224.012-105.828L398.337 526.242z"/>
</svg>
</a>
</section>
<!-- take a break -->
<section data-autoslide="5000">
<span class="forward"> > </span>
</section>
<!-- Reputation is everything -->
<section >
<section>
<div class="lastblok" >
<h1>Reputation is everything</h1>
<h2>How do customers know about you?</h2>
</div>
</section>
<section data-state="01">
<h1 class="huge">presentation</h1>
</section>
<section data-state="02">
<h1 class="huge">priming</h1>
</section>
<section data-state="02">
<h1 class="huge">impression</h1>
</section>
<section data-state="03">
<h1 class="huge">shock</h1>
</section>
<section data-state="04">
<h1 class="huge">rumors</h1>
</section>
<section data-state="05">
<h1 class="huge">interactions</h1>
</section>
<section data-state="06">
<a href="#/18" class="opacity30">
<p class="pushdown">↩</p>
<h1 class="huge">iteration</h1>
</a>
</section>
<!-- at last the fixed section! -->
<div class="lastblok" >
<h1> </h1>
<h6> </h6>
<h2 class="fixed centered">How Reputation is built?</h2>
<h3>
<a id="call2action" href="mailto:info@junglestar.org" >
know more
</a>
</h3>
<a href="https://junglestar.org">
<h4>Jungle<span class="star">★</span>Star help Entrepeneurs build Reputation.</h4>
</a>
<small>Your Brand has been procrastinating this for long? Let's Jungle Start a new phase together. Fresh and up-to-date!</small>
</div>
</section>
</div><!-- /reveal -->
</div><!-- /slides -->
<script src="js/reveal.min.js"></script>
<script>
// Full list of configuration options available here:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
// The "normal" size of the presentation, aspect ratio will be preserved
// when the presentation is scaled to fit different resolutions. Can be
// specified using percentage units.
width: 960,
height: 700,
// Factor of the display size that should remain empty around the content
margin: 0.1,
// Bounds for smallest/largest possible scale to apply to content
minScale: 0.2,
maxScale: 1.5,
hideAddressBar: true,
transitionSpeed: 'slow',
controls: true,
progress: true,
history: true,
center: true,
theme: Reveal.getQueryHash().theme, // available themes are in /css/theme
transition: Reveal.getQueryHash().transition || 'default', // default/cube/page/concave/zoom/linear/fade/none
});
Reveal.configure({
mouseWheel: false,
keyboard: {
13: 'next' // go to the next slide when the ENTER key is pressed
}
});
</script>
<script>
//open external link in new window
(function() {
var links = document.links;
for (var i = 0, linksLength = links.length; i < linksLength; i++) {
// can also be
// links[i].hostname != 'subdomain.example.com'
if (links[i].hostname != window.location.hostname) {
links[i].target = '_blank';
links[i].className += ' externalLink';
}
}
})();
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-49653244-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>