-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
817 lines (648 loc) · 82.3 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>International Dance</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Your data your way">
<meta name="color-scheme" content="dark light">
<meta name="robots" content="index, archive">
<meta name="author" content="D7460N">
<meta name="format-detection" content="telephone=yes">
<meta name="format-detection" content="date=yes">
<meta name="format-detection" content="address=yes">
<meta name="format-detection" content="email=yes">
<!-- <link rel="canonical" href="https://international.dance/"> -->
<link rel="manifest" href="manifest.json" crossorigin="use-credentials">
<link rel="icon" type="image/svg+xml" href="assets/images/logos/toeshoe.svg">
<!-- "Essential" - will be inline for immediate affect without ping -->
<link rel="stylesheet" type="text/css" href="assets/css/reset.css">
<link rel="stylesheet" type="text/css" href="assets/css/layout.css">
<link rel="stylesheet" type="text/css" href="assets/css/typography.css">
<link rel="stylesheet" type="text/css" href="assets/css/themes.css">
</head>
<body>
<app-container>
<header>
<app-logo>
<a href="/" aria-label="International Dance">
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2980.42 619.26">
<path
d="M-411.22,294.18c-20.27-1.16-39.92-5.07-58.58-13.3a76.82,76.82,0,0,1-14.29-8.16c-1.73-1.27-3.58-2.43-5-4.63L-476.59,230a7.08,7.08,0,0,1,1.73.63c17.56,13.24,37.83,19.95,59,24.44a309.73,309.73,0,0,0,68.52,6.26h3.08c-5.35,14.16-4.33,28.59-3.72,43.08-6.78,3.69-13.83,6.16-20.86,8.6-21.85,7.61-44.09,13.93-66.38,20.09-2.2.61-4.64.69-6.81,2.68,11.13-.72,21.9-1.28,32.66-2.13,18.59-1.45,37.17-3.2,55.77-4.55,4.32-.31,7.59-1.47,10.09-5.14,2-3,4.59-5.62,6.89-8.4,1.65,1,1.93,2.59,2.64,3.88a81.9,81.9,0,0,0,30,31.38c8.79,5.36,15,13,17.29,23.44,1.41,6.52,0,12.6-2.68,18.44-4,8.65-10.34,15.44-17.65,21.4a19.51,19.51,0,0,1-5.33,2.69c-38.51,15.35-66.9,42.28-88.18,77.25-18.37,30.19-29.75,63.1-37.43,97.39-10.48,46.78-13.81,94.18-11.88,142,.18,4.47-1.45,7.26-4.62,9.76-6.68,5.28-14.39,5.73-22.33,4.69-7.62-1-18.39-5.55-25.63-10.54-8.28-70.43-16.58-141.18-23.41-212,38-33,70.05-71.34,103.75-108.86-6.32-1.93-12.05-3.57-17.72-5.42-20.05-6.54-39.18-14.94-56-27.9a79.48,79.48,0,0,1-18.62-19.36,7.61,7.61,0,0,1-1.41-6.09c3.17-14.81,6.28-29.63,9.42-44.44.13-.64.38-1.25.71-2.3,6.11-.9,12.32-1.85,18.54-2.74,24.55-3.5,49-7.6,73.45-11.8,1.48-.25,3-.36,4.46-.53a3,3,0,0,0,3.48-1.25C-407.73,293.6-409.47,293.89-411.22,294.18Zm-60.21,62.43c22.78,14.54,47.74,23.85,73.79,31.37l28.77-33.9C-403.69,359.27-437.44,361.64-471.43,356.61Z"
transform="translate(525.83 -229.95)" />
<path
d="M290.85,701.14a18.88,18.88,0,0,1-1.08,6.62H204c.46-2.28.86-4.31,1.31-6.59,4.11-.39,8.1-.06,12-1,6.27-1.43,10.82-4.73,13.65-10.59,4-8.22,5.4-17.09,7-25.93q6.31-35.64,12.47-71.3,2-11.55,3.27-23.23a19.56,19.56,0,0,0-.2-5.46c-1.13-6.57-4.32-9.07-11.06-8.64-4,.25-7.75,1.74-11.42,2.64-1.35-1-.67-2.8-2.24-3.65-.92,1.6-1.73,3.17-2.69,4.64-7,10.74-18.81,12.73-28.78,4.82-2.61-2.07-5-4.38-7.83-6.2-3.5-2.24-6.85-2.09-10.27.14a57.59,57.59,0,0,0-10.46,9.25,152.32,152.32,0,0,0-12.71,16,10.89,10.89,0,0,0-1.91,4.56q-7.4,42.29-14.8,84.58a52.47,52.47,0,0,0-.43,11.48c.42,8.73,5.36,14.58,13.94,16.52a45.28,45.28,0,0,0,11,1.16,12.26,12.26,0,0,1-1,6.69H74.38c.38-2.23.71-4.17,1.08-6.37,3.5-.69,7-.51,10.41-1.16,11.92-2.26,17.49-7.2,20-19.21,2.62-12.72,4.81-25.52,7.06-38.31q5.4-30.72,10.6-61.49a89,89,0,0,0,1.62-14.38c0-8.48-4.48-12.52-13-11.69-3.66.36-7.13,1.56-10.78,2.58-1.32-2.1-1.3-4.36-1.07-6.88l30.3-11.58c7.15-2.72,14.35-5.34,21.46-8.16,3.86-1.53,7.71-1.47,12.15-.88-2.11,12.15-4.18,24-6.34,36.49,2.26-1.28,3.11-3.09,4.28-4.55,6.15-7.69,12.64-15,20.35-21.25a58.12,58.12,0,0,1,15.84-9.34,30.92,30.92,0,0,1,15.75-1.41c8.36,1.28,15.11,8.32,15.37,16.61,0,1,.12,2,.19,2.93,2.12.73,3.69-.56,5.32-1.17,14.8-5.53,29.61-11,44.31-16.83A26.51,26.51,0,0,1,293,530.15c-2,11.49-4,22.85-6,34.77,2.54-1.32,4-3.12,5.61-4.61,11.38-10.35,23.31-19.9,37.6-26,10.39-4.46,21.14-5.92,32.22-3.26,9.92,2.39,16.69,8.54,20.66,17.93,4.21,10,4.77,20.34,3.48,30.9-2.7,22-7.44,43.63-11,65.48-1.91,11.82-4.67,23.51-5.74,35.47-1.25,14.11,3.26,19.4,17.26,20.15,1.48.08,3,.14,4.74.22.51,2.31-.31,4.29-.94,6.57H305.19c.38-2.18.74-4.21,1.12-6.35,2.64-.7,5.15-.28,7.6-.4,13.13-.64,20.15-6.26,23.43-19.07,2.84-11.13,4.33-22.54,6.38-33.83q5.07-28,9.7-56.09a72.67,72.67,0,0,0,.64-21.39c-1.42-11.14-7.56-17-18.81-17.5-8.89-.41-17.11,2.24-24.93,6.16-8.69,4.35-16.39,10.17-23.66,16.6a7.54,7.54,0,0,0-2.61,4.63c-5.57,32-11.22,63.93-16.74,95.9a56.56,56.56,0,0,0-.76,11c.16,6.87,4.37,11.41,11.1,12.74C281.9,700.93,286.22,700.92,290.85,701.14Z"
transform="translate(525.83 -229.95)" />
<path
d="M1705.14,543.23c1.2-6.69,2.32-12.72,3.36-18.76,2.55-14.75,5.42-29.46,7-44.37a25.14,25.14,0,0,0-.06-7.45c-1.16-6.25-5-9.11-11.33-8.37a54,54,0,0,0-5.88,1.14c-1.77.42-3.51,1-5.54,1.54-1.23-1.87-1-4.09-1.78-5.86,1.19-1.49,2.7-1.76,4.06-2.29,15.84-6.08,31.71-12.09,47.48-18.33,4.06-1.61,8-1.66,12.51-1.18-1.51,8.71-3,17.2-4.47,25.68q-7.76,44-15.54,88t-15.48,88c-1.57,9-3,18.06-4.29,27.12a45.39,45.39,0,0,0-.24,11.47c.63,5.85,3.74,8.53,9.57,8.61a32.24,32.24,0,0,0,8.84-1.44c1.57-.41,3.06-1.26,4.92-.9a12.3,12.3,0,0,1,.66,5.61c-1,1.55-2.66,1.72-4,2.25-15.47,6.09-31,12.06-46.46,18.21a24.51,24.51,0,0,1-13.17,1.16c1.29-7.66,2.54-15.11,3.85-22.91-2.35.46-3.46,2-4.81,3.06-9.29,7.42-19.09,14-30.65,17.37-16.85,4.84-33.42,4.53-48.53-5.35-15.64-10.23-24.48-25.23-27.12-43.58-3.77-26.24,2.51-50.63,15.42-73.37,9.8-17.27,22.42-32.26,38.85-43.72s34.37-16.43,54.24-14.76c10.32.87,19.36,4.56,26.7,12.06A18.92,18.92,0,0,0,1705.14,543.23Zm-7.13,37a42,42,0,0,0-1.18-11.41c-2.13-9.38-6.27-17.54-14.91-22.67-11.58-6.89-23.3-6-34.71.09-13.17,7.08-22.58,18-29.26,31.21-10.76,21.27-15,44-13.79,67.67.77,14.45,6,27.24,16.75,37.34a34.83,34.83,0,0,0,28.33,9.73c10.92-1.05,19.66-6.63,28.12-13,3.44-2.59,5-5.71,5.7-9.91,3.7-22,7.74-43.9,11.51-65.87C1695.89,595.73,1697.84,588.12,1698,580.26Z"
transform="translate(525.83 -229.95)" />
<path
d="M1002.67,551c8.1-3.1,15.68-6,23.27-8.9,9.32-3.55,18.69-7,28-10.67,4.18-1.67,8.33-1.82,13.06-1.28l-6.14,35.31c4.16-3.72,7.56-6.86,11.06-9.89,9.86-8.54,20.3-16.2,32.39-21.34,10.23-4.36,20.81-5.8,31.73-3.27,10.14,2.35,17,8.54,21,18.13,4.19,10,4.69,20.34,3.42,30.9-2.41,20-6.73,39.68-10,59.55-2.26,14-5.52,27.75-6.81,41.87,0,.33-.1.65-.13,1-.93,11.91,3.62,17.33,15.55,18.44,2.13.2,4.28.24,6.63.36.52,2.35-.33,4.33-1,6.58h-85.64c.42-2.25.79-4.28,1.28-6.9,3.11,0,6.09.2,9,0,11.87-.93,18.56-6.54,21.66-18,2.21-8.2,3.35-16.62,4.84-25q5.32-29.72,10.51-59.47c1.57-9,2.74-18.1,1.64-27.31-1.43-12-8.17-18.13-20.35-18.05-8.31,0-16.08,2.49-23.44,6.21a113.28,113.28,0,0,0-23.65,16.59,7.6,7.6,0,0,0-2.62,4.63c-5.56,32-11.21,63.91-16.73,95.87a57.31,57.31,0,0,0-.77,10.95c.14,6.87,4.35,11.46,11,12.78a81.46,81.46,0,0,0,13.18,1c.45,2.37-.59,4.34-.81,6.63H978.28c-.2-2.25.71-4.2,1-6.5,3.9-.56,7.73-.14,11.5-.91,6.91-1.4,11.7-5.06,14.62-11.51,3.62-8,5.06-16.51,6.56-25q6.36-35.87,12.54-71.76c1.31-7.71,2.19-15.49,3.26-23.23a2.78,2.78,0,0,0,.08-.49c.08-9.74-3-15.1-14.67-12.71-2.75.56-5.46,1.36-8.54,2.13Z"
transform="translate(525.83 -229.95)" />
<path
d="M-311.19,701.31c.36,2.39-.66,4.31-.89,6.43h-85.87c.42-2.24.78-4.18,1.13-6.13,1.93-1.1,4-.53,5.92-.59,11.51-.38,17.85-4.88,21.77-15.69,3.14-8.65,4.38-17.74,6-26.74q6-33.4,11.67-66.85c1.29-7.55,2.16-15.16,3.14-22.75a17.09,17.09,0,0,0-.08-4.46c-1-7.52-4.71-10.35-12.31-9.35a48,48,0,0,0-10.37,2.71,19.54,19.54,0,0,1-1.93-6.72c3.15-1.91,6.53-2.82,9.74-4,13.51-5.18,27.11-10.11,40.55-15.44,4.37-1.74,8.63-2,13.71-1.64-2,11.6-4,23-6.06,34.89,2.54-1.33,4-3.13,5.6-4.61,11.38-10.35,23.31-19.9,37.59-26,10.38-4.46,21.12-5.93,32.2-3.27,9.93,2.37,16.71,8.51,20.68,17.89,4.22,10,4.79,20.33,3.5,30.88-2.68,22-7.43,43.62-11,65.46-2,12.15-4.84,24.15-5.85,36.45a38.77,38.77,0,0,0-.14,5.49c.46,7.34,4.26,11.44,11.45,13,3.59.79,7.27.48,10.86,1.18a13,13,0,0,1-1.16,6.47h-85.43c.34-2.21.64-4.23.95-6.29,2.44-1,4.8-.45,7.08-.53,13.62-.49,20.9-6.16,24.15-19.44,3.17-12.93,4.91-26.15,7.31-39.24,3.09-16.85,6-33.74,8.74-50.65a72.8,72.8,0,0,0,.61-20.9C-249.38,559.11-256.11,553-268,553c-8.66,0-16.71,2.64-24.34,6.59a116.23,116.23,0,0,0-22.8,16.09,8.12,8.12,0,0,0-2.8,5.06c-5.49,31.63-11.09,63.25-16.55,94.89a62.51,62.51,0,0,0-.91,11.43c.08,7.11,4.33,11.61,11.34,13C-319.86,701-315.52,700.7-311.19,701.31Z"
transform="translate(525.83 -229.95)" />
<path
d="M1999.74,701.26c.45,2.31-.47,4.16-.87,6.41H1913c.43-2.2.81-4.14,1.21-6.23,3.75-1,7.61-.28,11.37-1.06,6.89-1.43,11.75-5,14.7-11.43,3.65-8,5.09-16.5,6.6-25q6.4-36.12,12.63-72.26c1.29-7.54,2.15-15.15,3.14-22.74a18.82,18.82,0,0,0,0-4c-.73-8.64-5.27-10.73-12.94-9.71a95.38,95.38,0,0,0-10,2.4,17.67,17.67,0,0,1-1.73-6.24c1.33-1.61,3.08-1.79,4.59-2.36,15.37-5.88,30.81-11.6,46.13-17.62,4.22-1.65,8.34-1.76,13.21-1.41-2,11.63-4,23-6.06,34.88,2.55-1.32,4-3.14,5.63-4.64,11.39-10.33,23.31-19.88,37.6-26,10.38-4.46,21.13-5.92,32.21-3.25,9.92,2.39,16.68,8.53,20.65,17.92,4.2,10,4.77,20.33,3.48,30.88-2.7,22-7.44,43.62-11,65.46-2,12.15-4.84,24.16-5.84,36.46a36,36,0,0,0,0,6.48c.65,6.53,4.43,10.49,10.89,11.88a65.84,65.84,0,0,0,11.19,1c.54,2.3-.26,4.28-.91,6.58h-85.57c.33-2.11.65-4.13,1-6.2,2.46-.88,4.81-.41,7.09-.49,13.62-.5,20.88-6.18,24.13-19.48,3.16-12.93,4.9-26.15,7.3-39.24,3.09-16.85,6-33.75,8.74-50.66a72.58,72.58,0,0,0,.65-20.4c-1.47-12.26-8.33-18.41-20.73-18.19-8.31.14-16.07,2.62-23.4,6.37a113.82,113.82,0,0,0-23.23,16.34,7.62,7.62,0,0,0-2.71,4.58q-7,40.06-14,80.13c-1.28,7.37-2.87,14.7-3.34,22.19a34.21,34.21,0,0,0,0,6.48A12.75,12.75,0,0,0,1986,700C1990.5,701,1995.17,700.81,1999.74,701.26Z"
transform="translate(525.83 -229.95)" />
<path
d="M1866.06,593c2.44-10.79,4-21.48,2.75-32.33s-8.07-17.28-18.91-18.8c-11.73-1.64-22.18.76-30.49,9.82a20.86,20.86,0,0,0-5.58,10.95c-.64,3.94-1.17,7.9-1.91,11.82-1.85,9.71-7.58,15.56-16.52,17s-15.34-3.83-15.57-12.93c-.21-8.62,3.09-15.94,8.39-22.42,11.34-13.89,26.13-22.07,43.68-24.89,15.23-2.45,30.52-2.53,45.55,1.78,11.46,3.3,20,9.82,23.17,21.83,1.78,6.73.92,13.62-.06,20.35-3.71,25.52-8.78,50.82-13.07,76.24-1.33,7.87-2.81,15.73-3.53,23.69a35.45,35.45,0,0,0-.11,4c.15,7.63,5.42,10.56,12.21,6.58,4.31-2.52,8-5.91,11.88-9.1l4.29-3.57c.78,4.61-.15,9.47-2.57,12-7.82,8.23-16.07,16-26.15,21.45-5.63,3.07-11.56,5.1-18.09,4.93-9.23-.24-14.43-5.05-15.65-14.14-.57-4.3.31-8.56.09-12.91-2,.2-3.13,1.49-4.49,2.38-9.06,5.92-18,12-27.33,17.49a56.27,56.27,0,0,1-24.62,7.48c-24,1.78-40-15.6-37.19-39.94a54.13,54.13,0,0,1,20.58-37.44c11.25-9.08,24-15.57,37.1-21.33,16.31-7.14,33-13.17,49.82-19.09C1864.35,593.75,1865,593.48,1866.06,593Zm-2,12c-12.8,4.77-24.8,9.22-36.43,14.56-8.5,3.9-16.57,8.6-23.46,15-9.36,8.68-14.64,19.23-14.17,32.27.57,15.85,13.48,25.59,28.79,21.68a51.84,51.84,0,0,0,5.7-1.84c9.37-3.63,17.78-9,26.08-14.56,1.71-1.15,2.19-2.68,2.52-4.58,2.2-12.78,4.52-25.54,6.77-38.31C1861.26,621.42,1862.59,613.59,1864.07,605Z"
transform="translate(525.83 -229.95)" />
<path
d="M1342.89,673.08c-.29,5.8-1.33,10.73-5.85,14.9-7.36,6.79-14.57,13.67-23.44,18.51-5.47,3-11.23,5-17.57,5-9.75,0-15.12-4.91-16.3-14.53-.51-4.17.32-8.29.15-12.48-1.91.06-3.06,1.4-4.42,2.27-8.26,5.32-16.47,10.7-24.74,16a56.47,56.47,0,0,1-26.69,9c-27,2-40.27-17.4-37.72-40.27,1.71-15.41,8.8-27.66,20.81-37.29,11.14-8.94,23.71-15.36,36.69-21,15.39-6.74,31.16-12.51,47-18.09,1.71-.6,3.39-1.28,5.28-2,2.4-11,4.21-22,2.56-33.18-1.49-10.12-8-16.29-18.15-17.83-11.67-1.76-22.2.34-30.67,9.29a21.36,21.36,0,0,0-6.06,11.77c-.55,3.79-1.12,7.58-1.83,11.34-1.86,9.89-7.78,15.86-16.92,17.19-8.73,1.26-14.94-4-15.19-12.91-.24-8.61,3-15.95,8.32-22.43,11.21-13.75,25.79-22,43.16-24.87,15.39-2.59,30.83-2.67,46,1.65,11.46,3.26,20,9.73,23.25,21.74,1.8,6.74,1,13.63,0,20.36-3.7,25.52-8.78,50.81-13.07,76.23-1.33,7.88-2.8,15.73-3.54,23.69a35.56,35.56,0,0,0-.13,4c.14,7.69,5.33,10.66,12.12,6.73,4.47-2.59,8.31-6.1,12.28-9.41C1339.62,675.22,1340.82,673.79,1342.89,673.08ZM1294.05,605c-17,6.69-33.74,12-48.83,21.3a68,68,0,0,0-11.17,8.38c-9.27,8.76-14.56,19.3-14,32.33.62,15.62,13.35,25.29,28.46,21.62,1.45-.35,2.86-.86,4.28-1.34,10.17-3.51,19.08-9.33,28-15.24,1.74-1.16,2.09-2.77,2.41-4.64,2.54-14.58,5.18-29.14,7.76-43.71C1291.93,617.69,1292.92,611.66,1294.05,605Z"
transform="translate(525.83 -229.95)" />
<path
d="M568.82,673.2c.07,6.5-2,11.43-6.71,15.7-7,6.4-13.94,12.88-22.35,17.49-5.62,3.09-11.52,5.18-18,5.08-9.49-.14-14.79-5-16-14.34-.53-4.18.16-8.3.2-12.47-1.66-.48-2.51.75-3.52,1.41-8.4,5.4-16.74,10.89-25.14,16.29a59.93,59.93,0,0,1-24.61,9C426.81,715,409,697,412.31,671.13c2-15.39,9-27.58,21.06-37.17,11-8.81,23.45-15.15,36.27-20.79,15.38-6.75,31.16-12.5,47-18.11,1.71-.61,3.41-1.25,5.42-2,2.46-11.22,4.3-22.51,2.46-34-1.42-8.81-6.84-14.42-15.41-16.41-12.61-2.93-24.15-1-33.48,8.9a20.88,20.88,0,0,0-5.82,11.36c-.58,3.78-1.14,7.57-1.83,11.33-1.82,10-7.64,15.94-16.77,17.34-8.79,1.35-15.06-3.86-15.37-12.68-.29-8.61,2.95-16,8.21-22.48a65.84,65.84,0,0,1,31-21.79,100.93,100.93,0,0,1,58.54-1.45c11.31,3,19.7,9.64,22.9,21.45,1.88,6.9,1,13.94,0,20.83-3.78,25.68-8.78,51.15-13.21,76.72-1.17,6.72-2.17,13.47-3.12,20.23a42.8,42.8,0,0,0-.34,7c.15,7.27,4.89,10.13,11.47,6.7a54.05,54.05,0,0,0,7.74-5.45c2.9-2.24,5.67-4.64,8.51-7A4.86,4.86,0,0,1,568.82,673.2ZM520,605.41c-11.64,3.22-38,14.43-47.51,20.14A71.3,71.3,0,0,0,460,634.72c-9.28,8.76-14.55,19.31-14,32.34.65,15.61,13.4,25.25,28.51,21.56,1.29-.31,2.56-.72,3.82-1.16,10.32-3.56,19.41-9.41,28.4-15.44,1.75-1.17,2.05-2.8,2.38-4.66,2.54-14.58,5.18-29.14,7.76-43.71C517.94,617.64,518.92,611.61,520,605.41Z"
transform="translate(525.83 -229.95)" />
<path
d="M871.44,713.47a72.77,72.77,0,0,1-24.07-4C831,703.58,820.18,692,813,676.56c-8.89-19.07-10.1-38.94-5-59,7.59-29.71,23.14-54.5,48.67-72,20-13.76,42.53-18.71,66.6-14.42,23.27,4.14,38.74,18.16,47.64,39.67,7.12,17.24,7.52,35.08,3,52.93-7.26,28.59-21.71,52.82-45.26,71C912.89,707,892.86,713.46,871.44,713.47ZM842.21,636c.22,3.3.33,8,.86,12.59,1.41,12.49,4.29,24.59,11.17,35.34,4.84,7.57,11.5,12.89,20.41,14.94A38.84,38.84,0,0,0,900,696.17c12.74-5.78,21.5-15.56,26.91-28.22,9.84-23,13.85-47.17,12.83-72.07-.55-13.44-3.87-26.29-11.23-37.84-7.67-12-20.74-17.9-34.75-15.43-11.93,2.11-21.84,7.69-29.44,17.24a80.06,80.06,0,0,0-11.56,19.72C845.56,597.23,843,615.77,842.21,636Z"
transform="translate(525.83 -229.95)" />
<path
d="M-41.43,600c-3,15.59-4,30.5.58,45.13C-29,683.18,8.31,691.09,36.42,674c10.09-6.12,17.14-15.16,23.46-24.86,1.62-2.5,3.1-5.1,4.69-7.73,2.39.26,3.61,2.2,5.58,3.19A91.93,91.93,0,0,1,57.8,669.87C47.74,684.41,35.92,697.19,20,705.5S-12.76,716-29.93,711.36c-23.82-6.41-37.44-23.08-43-46.59-4-16.77-1.85-33.43,1.91-50,4.15-18.24,11.14-35.25,23.13-49.8C-32.78,546.67-14,534.14,9.91,530.48c12.1-1.85,24.28-1.85,36,2.43,19.37,7.06,30.09,21.24,33,41.38a73.17,73.17,0,0,1-1,25.73ZM39.88,588.8c1.39-5.35,1.15-10.66,1.28-15.94.35-13.33-10.15-26.34-24.08-29.14A36.17,36.17,0,0,0-5.3,546.58c-17.91,8-28.54,22.24-33.72,40.87a1,1,0,0,0,.68,1.35Z"
transform="translate(525.83 -229.95)" />
<path
d="M2452.53,600.25H2333.8c-1.78,5.16-1.93,10.33-2.35,15.41-1.06,13,0,25.72,5.75,37.56,7.46,15.39,19.13,26.1,36.58,28.6,19.49,2.8,36.09-3.53,49.67-17.74a103.29,103.29,0,0,0,13.35-18c.94-1.56,1.87-3.12,2.83-4.73,2.22.43,3.4,2.2,4.87,2.86.8,1.62,0,2.64-.43,3.67-9.79,24.87-25.76,44.64-49.24,57.64a65.36,65.36,0,0,1-49.43,6c-23.87-6.28-37.61-22.88-43.29-46.36-4.09-16.91-1.94-33.76,1.88-50.45,4.18-18.23,11.18-35.24,23.2-49.76,15-18.16,33.69-30.64,57.39-34.34,12.28-1.92,24.62-2,36.49,2.41,19.34,7.11,30,21.32,32.86,41.49C2455.27,584,2454.48,593.76,2452.53,600.25ZM2335.8,588.74h79.08c1.36-5.29,1.14-10.45,1.29-15.59.5-17.19-15.9-33.12-35.69-29.63-17.65,3.11-29.95,13.61-38.5,28.9A50.92,50.92,0,0,0,2335.8,588.74Z"
transform="translate(525.83 -229.95)" />
<path
d="M2266.45,639.78a11.59,11.59,0,0,1,5.34,2.87c-10.79,28-27.58,50.77-55.36,64-15.77,7.48-32.33,9.61-49,3.78-19.74-6.91-31.39-21.8-37.22-41.38-4.52-15.16-3.74-30.61-1.16-46,3.44-20.57,10.86-39.46,24.41-55.52,15.09-17.88,33.42-31,56.72-35.89,13.53-2.84,27.12-2.87,40.47,1.39a44.78,44.78,0,0,1,24.71,19.21c4.09,6.41,5.82,13.36,3.76,21-1.73,6.43-5.63,10.85-11.93,13a24.91,24.91,0,0,1-16.65,0c-5.17-1.8-8.26-5.37-8.78-11a62.52,62.52,0,0,1-.08-9.48,41.58,41.58,0,0,0,.13-5c-.7-10.64-6.69-16.7-17.33-17.74-17.66-1.73-31.35,5.45-42.28,18.81-10.49,12.83-16.19,27.78-19.07,43.91-2.7,15.1-2.68,30.13,1.91,44.94a64.39,64.39,0,0,0,6.63,15c8.41,13.6,21.07,19,36.49,18,16.41-1,29.84-8.56,41-20.34A127.78,127.78,0,0,0,2263.06,645C2264.14,643.35,2265.21,641.68,2266.45,639.78Z"
transform="translate(525.83 -229.95)" />
<path
d="M1395.39,467c-1.42-2.18-1.57-4.21-2.18-6.08.79-1.31,2.19-1.47,3.38-1.92,16.29-6.28,32.6-12.48,48.88-18.8,3.71-1.44,7.41-1.32,11.54-.86-1.51,8.71-3,17.19-4.47,25.67q-7.76,44-15.54,87.95-8.34,47.18-16.68,94.33-2.55,14.5-5,29a54.29,54.29,0,0,0-.51,11c.25,6.62,4.15,11.24,10.62,12.7a61.44,61.44,0,0,0,13.33,1.13c-.35,2.3-.66,4.32-1,6.62h-84.38c-.5-3.24-.51-3.24.68-6.37,3-.26,6.09-.52,9.2-.82,9.23-.9,14.65-6.43,17.66-14.75,2.55-7.08,3.68-14.5,5-21.86q10.88-61.42,21.66-122.85c3.49-20.15,7.58-40.21,9.93-60.56a25.65,25.65,0,0,0-.13-8.43c-1.23-5.79-4.79-8.5-10.74-7.81A63.62,63.62,0,0,0,1395.39,467Z"
transform="translate(525.83 -229.95)" />
<path
d="M-149.75,548.12h-27a8.91,8.91,0,0,1,.92-6.11c29-13.53,48.84-36,62.91-63.1a5.11,5.11,0,0,1,3.57-.89,5.22,5.22,0,0,1,3.14.55c-3.24,18.44-6.48,36.91-9.87,56.17,13.49.25,26.68,0,40,.17.06,4.71-1.22,8.66-1.87,13.15h-40.43c-1.25,6.88-2.47,13.38-3.61,19.88q-7.29,41.29-14.53,82.59c-1.12,6.39-2.52,12.74-2.94,19.24a35.42,35.42,0,0,0,.15,7c1.17,8.65,7.73,13.51,16.31,11.84a29.76,29.76,0,0,0,17.2-10.37c1.19-1.39,2.28-2.84,3.47-4.33a13.29,13.29,0,0,1,7.21.22,73.17,73.17,0,0,1-13.13,18.83c-8.46,8.88-18.43,15.27-30.67,17.58a31.59,31.59,0,0,1-14.84-.69c-11.15-3.27-17.66-11.74-18.33-23.46-.61-10.6,1.63-20.87,3.43-31.19q8.23-47.2,16.64-94.39C-151.27,556.88-150.59,553-149.75,548.12Z"
transform="translate(525.83 -229.95)" />
<path
d="M596.21,548.2c-.42-4.19.8-6.31,4.3-8,20.17-9.67,35.9-24.53,48.47-42.82,4.23-6.15,7.87-12.71,11.75-19a12.17,12.17,0,0,1,6.14,0c-3.3,18.73-6.55,37.22-9.9,56.31h39.87c.31,4.86-1,8.91-1.88,13.48H654.68c-1.22,6.58-2.41,12.75-3.5,18.94q-8.41,47.67-16.74,95.38a46.1,46.1,0,0,0-.67,14.41c1.2,8.6,7.83,13.4,16.42,11.67,7.89-1.58,13.94-6.06,18.75-12.37l1.76-2.35c2.43-.29,4.69-.73,7.36.45-10,18-23.14,31.93-44.06,36.23a29,29,0,0,1-21.62-3.84c-7.08-4.35-10.63-10.83-11.34-18.94-.79-9.05.76-17.93,2.32-26.79q7.83-44.49,15.71-89,1.74-9.83,3.53-19.65a8.84,8.84,0,0,0,0-4.11Z"
transform="translate(525.83 -229.95)" />
<path
d="M712.43,557.72c-.44-1.58-.87-3-1.21-4.43a9.51,9.51,0,0,1-.15-1.69c.75-1.46,2-1.52,3.08-1.92,16.31-6.21,32.65-12.37,48.93-18.66,3.89-1.5,7.73-1.32,12.11-.81-1.2,7.11-2.33,14-3.54,20.79q-7.32,41.52-14.67,83c-2.5,14.25-4.87,28.52-7.38,42.77a51.7,51.7,0,0,0-.58,10.46c.2,7,4.12,11.44,10.93,12.85a62.28,62.28,0,0,0,11.07,1c.07,2.48.07,4.57-1.16,6.61H686.2c-.35-2.34.49-4.2.92-6.34,3.59-.34,7.2-.68,10.8-1,8.64-.84,13.77-6.13,16.87-13.7,2.72-6.65,3.82-13.76,5.07-20.79,4.31-24.24,8.61-48.48,12.75-72.74,1.31-7.71,2.18-15.49,3.12-23.25a20.11,20.11,0,0,0-.32-7c-1.3-5.73-3.88-7.9-9.72-7.89C721.16,555,717,556.76,712.43,557.72Z"
transform="translate(525.83 -229.95)" />
<path class="cls-1"
d="M1546.19,763.6c.5-1.9,2.07-1.44,3.27-1.43,15.14.12,30.3-.61,45.41.88a47.69,47.69,0,0,1,10.24,2.13c10.47,3.47,16.56,11,18.73,21.52,5,23.91-9.84,54.38-41.55,59.34a84.89,84.89,0,0,1-13.41,1c-10.83-.07-21.65,0-32.47,0-1.61,0-3.32.46-5-.7.53-2,2.32-1.47,3.63-1.68,6.64-1.05,8.67-2.58,10-9.26,2.81-14.53,5.31-29.11,7.93-43.68.86-4.74,1.73-9.49,2.52-14.24a37.14,37.14,0,0,0,.55-5.46c.1-4.52-1.48-6.25-6-7C1548.74,764.74,1547,765.46,1546.19,763.6Zm23,6.16c-4.14,23.42-8.52,47-12.38,70.89,15,3.68,27.86,1.55,38.69-8.79,12.11-11.58,15.82-26.22,14.28-42.41-.49-5.2-3-9.73-6.45-13.79C1596.47,767.72,1581.43,764.82,1569.18,769.76Z"
transform="translate(525.83 -229.95)" />
<path class="cls-1"
d="M-370.56,807c-1.77,10.24-3.63,20.36-5.21,30.53-.56,3.54,1.09,5.52,4.7,6.56a42.46,42.46,0,0,1,5.57,1.66c-3.85,2.2-8,1-11.92,1.23s-8,.09-12,0-8.07.32-12.37-.37c1.13-2.39,2.84-1.83,4.18-2.05,6.36-1.06,8.35-2.61,9.59-9,2.47-12.73,4.66-25.53,6.94-38.3,1.2-6.72,2.34-13.44,3.51-20.16.2-1.15.43-2.3.53-3.45.52-6-.78-7.63-6.84-8.67-1.06-.18-2.43.22-2.92-1.33.43-1.92,2-1.37,3.21-1.44,15.49-.8,29.63-.23,32.41,1.27-.64,2-2.43,1.31-3.77,1.5-6,.86-8.26,2.54-9.51,8.51-1.72,8.13-3,16.35-4.49,24.54a4,4,0,0,0,.53,3.3h37.12c1.94-2.48,1.61-5.64,2.17-8.49,1.29-6.52,2-13.15,3.36-19.67,1.08-5.32-2-7.5-6.28-8.14-1.23-.18-2.71.3-3.59-1a1.29,1.29,0,0,1,1.37-1.66q16.49,0,33,.05a1,1,0,0,1,1.06.92c0,1.74-1.38,1.47-2.44,1.62-7.71,1.09-9.58,2.67-11.06,10.48-2.21,11.77-4.21,23.58-6.25,35.39-1.45,8.35-2.94,16.71-4.21,25.09-.89,5.86.39,7.44,6.12,8.62,1.25.26,2.73-.12,4.07,1.79-4,1.45-7.91.58-11.69.72-4.16.16-8.32,0-12.49,0h-11.9c0-2.66,1.69-2.24,2.86-2.31,6-.33,9.43-3.36,10.53-9.33,1.71-9.3,3.55-18.56,4.81-27.85C-335.58,806.11-363,805.72-370.56,807Z"
transform="translate(525.83 -229.95)" />
<path class="cls-1"
d="M1016.13,763.42c3.8-1.78,32-1.81,35.71-.12-.28,2-1.92,1.44-3.1,1.6-6.67.93-8.73,2.44-10.06,9.1-2.4,12.07-4.47,24.21-6.61,36.33-1.5,8.52-3,17-4.27,25.6-.88,5.8.4,7.34,6.22,8.54,1.22.25,2.74-.2,3.75,1.62-3.8,1.81-7.76.67-11.55.86-4.15.2-8.33.11-12.49,0-3.94-.08-7.91.38-11.86-.35.17-2.29,1.81-1.78,3-2,7.12-1.06,8.8-2.3,10.37-9.42,2-9.22,3.67-18.53,4.87-27.83-3.82-1.31-32-1.62-38.22-.48-1.72,4-1.8,8.59-2.72,12.92-1.06,5-1.76,10.17-2.61,15.25-1,6.4.35,8.31,6.89,9.51,1,.19,2.41-.29,3,1.19-3,1.43-29.16,1.87-35.81.6,0-2.08,1.73-1.58,2.9-1.77,7.66-1.2,9.25-2.41,10.71-10.19,3.08-16.35,5.9-32.74,8.79-49.13.75-4.25,1.57-8.52,2-12.81.45-4.73-1.2-6.58-5.94-7.49-1.13-.21-2.37.07-3.38-.66-.23-.17-.3-.55-.44-.82a1.29,1.29,0,0,1,1.3-1.25q16.47,0,33,0a1.27,1.27,0,0,1,1.3,1.36c-.52,1.64-2.08,1.1-3.3,1.27-6.48.86-8.68,2.48-10,8.61-1.71,8.13-3,16.35-4.47,24.54a3.88,3.88,0,0,0,.59,3.26h37.09c1.87-2.61,1.6-5.75,2.17-8.61,1.25-6.36,2.31-12.77,3.21-19.19.82-5.94-.63-7.61-6.73-8.58C1018.3,764.77,1017,765.15,1016.13,763.42Z"
transform="translate(525.83 -229.95)" />
<path class="cls-1"
d="M1174.74,798.16a4.93,4.93,0,0,0-3.93-1.27c-1.1,0-2.34.62-3.19-.66,2.28-2.55,14.52-7.51,19.71-8,1.32,1.66.46,3.44.16,5.17s-.74,3.2-.17,5.1c2.38-1,3.93-2.8,5.74-4.2a30.81,30.81,0,0,1,8.12-4.84c9.74-3.65,16.09-.75,19.62,9.24,2.47-.68,4-2.73,5.87-4.19a28.65,28.65,0,0,1,11.42-5.92c10.5-2.43,17.58,3.47,16.68,14.23-.39,4.63-1.33,9.22-2.12,13.81-1.07,6.23-2.25,12.44-3.36,18.67a19.77,19.77,0,0,0-.27,3c-.08,3.81.46,4.57,3.93,6,1,.4,2.46.06,2.79,2.42-9.19.46-18.27.16-27.8.22.89-2.67,2.64-2.41,3.94-2.66a7.18,7.18,0,0,0,6.26-6.24c1.94-10.8,4.13-21.57,5.67-32.44,1.08-7.65-3.46-11.24-11-9.34-4.3,1.08-7.84,3.58-11.18,6.39-1.27,1.06-1.54,2.46-1.8,4-1.71,10-3.51,20-5.22,30-.92,5.42-.33,6.3,4.89,7.87.78.23,1.66.25,2.28,1.49-2.94,2-6.25.71-9.3.93s-6.33.1-9.49,0-6.45.31-9.84-.35c.9-2.46,2.7-2,4-2.24a7.77,7.77,0,0,0,6.59-6.63q2.73-14.47,5.14-29a26.22,26.22,0,0,0,.1-7c-.38-3.59-2.67-5.64-6.29-5.88-6.51-.42-11.42,3-16,7-1.19,1-1.32,2.65-1.58,4.12q-2.44,13.77-4.87,27.53a22.79,22.79,0,0,0-.3,3c-.27,5.18.23,5.84,5.36,7.13.63.16,1.35.1,1.74.78a1.5,1.5,0,0,1,.12.44c-3.05,1.43-22.27,1.75-27.68.44-.08-1.46,1.06-1.51,2-1.61,4.73-.53,6.92-3.47,7.7-7.87q2.46-14,5-28C1174.79,805.2,1175.57,801.63,1174.74,798.16Z"
transform="translate(525.83 -229.95)" />
<path class="cls-1"
d="M-132.44,846.66h-27.19c0-2.26,1.68-2,2.82-2.2,4.22-.6,6.44-3,7.15-7.15,1.8-10.32,3.7-20.63,5.49-31a15.14,15.14,0,0,0,.08-4c-.38-3.89-2.54-6.14-6.41-6.39-6.9-.45-12,3.24-16.71,7.67-.89.84-.75,2.16-.95,3.3-1.76,10-3.54,20-5.25,30-.87,5.06-.22,6,4.74,7.54.88.28,2.08.09,2.46,2.14-9.51.75-18.9.29-28.57.29.61-2.76,2.49-2.23,3.75-2.47a8,8,0,0,0,6.87-7c1.75-9.49,3.48-19,5.06-28.5a27.17,27.17,0,0,0,.13-7c-.34-3.66-2.53-5.79-6.11-6.06-6.7-.5-11.76,3-16.42,7.16-1.13,1-1.18,2.7-1.45,4.19q-2.38,13.51-4.78,27a24.75,24.75,0,0,0-.33,3c-.32,5.41.15,6,5.64,7.38a2.06,2.06,0,0,1,1.61,1c-2.51,1.6-20,2.13-27.66.84-.3-1.46.74-1.68,1.74-1.78,5-.48,7.18-3.6,8-8.18q2.48-14.26,5-28.51c.62-3.42,1.35-6.82.4-9.77-2.29-2.45-5-.35-7.37-2,2.52-3.35,6.57-3.46,9.84-4.86s6.52-3.17,10.38-3.29c1.3,3.66-1.19,6.85-.29,10.38,2.44-.71,3.9-2.6,5.65-4a29.28,29.28,0,0,1,11.44-5.9c8-1.84,13.15,1,15.84,8.79a13.58,13.58,0,0,0,1,1.73c2.15-1.74,4.17-3.37,6.18-5a26.13,26.13,0,0,1,10.09-5.27c11.43-2.92,18.85,3.59,17.25,15.34-.87,6.43-2.1,12.81-3.2,19.21-.7,4.1-1.54,8.17-2.2,12.28-1,6-.38,6.93,5.42,9.19.41.16.71.6,1.06.91Z"
transform="translate(525.83 -229.95)" />
<path class="cls-1"
d="M521.64,846.6H494.47c0-2.12,1.68-1.87,2.81-2,4.8-.52,6.89-3.56,7.66-7.91,1.61-9.18,3.28-18.35,4.8-27.55a31.94,31.94,0,0,0,.29-7c-.22-3.73-2.32-5.73-6-6.13-7.12-.77-16.06,5.67-17.32,12.61-1.67,9.17-3.32,18.34-4.8,27.55-1,6.27-.69,6.6,5.28,8.48.65.21,1.24.42,1.48,1.13-2.78,1.43-20.21,1.87-27.25.67-.36-1.83,1.16-1.81,2.17-2,4.71-.73,6.69-3.77,7.46-8.15,2.25-13,4.61-25.9,6.93-38.84,1.23-6.89,2.48-13.77,3.65-20.66.49-2.94.81-5.92.21-8.42-2.21-2.71-5.22-.44-7.32-2.06,2.59-2.77,14.84-7.61,19.85-7.88,1.35,1.86.46,3.82.13,5.72-1.77,10-3.58,20-5.35,30-.23,1.29-.3,2.61-.54,4.82l7.39-5.81a23.54,23.54,0,0,1,8.34-4.39c10-2.75,16.54,2.07,16.63,12.38,0,6-1.4,11.89-2.37,17.8-.94,5.75-2,11.48-2.91,17.23-.89,5.57-.28,6.53,4.91,8.55a5.42,5.42,0,0,1,1.15.85Z"
transform="translate(525.83 -229.95)" />
<path class="cls-1"
d="M223.26,846.45c.75-2.08,2.31-1.77,3.5-1.93a7.39,7.39,0,0,0,6.8-6.36c2-10.8,4.29-21.55,5.47-32.49a17.18,17.18,0,0,0,0-4,6,6,0,0,0-5.46-5.6c-7.05-1.17-16.54,5.44-17.83,12.54-1.67,9.17-3.31,18.35-4.79,27.55-1,6.3-.7,6.62,5.25,8.5a2,2,0,0,1,1.51,1.11c-2.76,1.46-20,1.9-27.25.7-.38-1.83,1.13-1.81,2.15-2,4.69-.73,6.7-3.74,7.46-8.14C203,819.65,206,802.94,209,786.22c.56-3.11,1.19-6.21,1.65-9.34.42-3,1-5.92,0-8.68-2-2.47-5-.21-7.11-1.8,2.53-2.76,14.76-7.61,19.83-7.91,1.37,1.86.47,3.82.14,5.72-1.76,10-3.58,20-5.35,30-.22,1.29-.29,2.61-.54,4.84l7.38-5.8a23.46,23.46,0,0,1,8.34-4.39c10-2.76,16.55,2,16.64,12.35.06,6-1.4,11.89-2.37,17.8s-2.06,11.81-3,17.73c-.8,5-.06,6.11,5,8.07a6,6,0,0,1,1.19.86C248.12,847.24,231.27,847.74,223.26,846.45Z"
transform="translate(525.83 -229.95)" />
<path class="cls-1"
d="M1447.24,845.93c-4.51,1.4-23.79,1.43-27.9.21.13-1.66,1.58-1.55,2.58-1.71,4.51-.76,6.36-3.77,7.1-7.91,1.57-8.85,3.24-17.68,4.81-26.53q2.88-16.23,5.66-32.47c.56-3.25,1.21-6.53.14-9.39-2.27-2.25-5-.23-7-1.65,2.17-2.93,15.3-8,20.51-7.7-1.53,13.29-4.75,26.29-6.62,40.37,3.36-2.66,5.94-4.71,8.54-6.73a21.65,21.65,0,0,1,9-4c8.19-1.7,14.19,2.8,14.83,11.17.38,4.87-.66,9.62-1.43,14.38-1.2,7.4-2.59,14.76-3.79,22.15-1,5.84-.55,6.41,5.19,8.84.5.21.75.58.75,1.79-9.06.59-18.13.19-27.76.29,1-2.42,2.5-2.31,3.7-2.45,4.06-.48,6.36-2.95,7.06-6.71,1.88-10.15,3.55-20.33,5.29-30.5a14.91,14.91,0,0,0,.09-1.5c.43-8.61-4.09-11.9-12.21-8.86-3.33,1.25-6.07,3.43-8.78,5.65a6,6,0,0,0-2,3.87c-1.67,9.84-3.49,19.67-5.08,29.53-1,6.56-.85,6.67,5.57,8.75A9.94,9.94,0,0,1,1447.24,845.93Z"
transform="translate(525.83 -229.95)" />
<path class="cls-1"
d="M447.43,826c1.83,1.23,1.23,2.12.62,2.93-13.21,17.66-31.67,24.38-51.88,17.76-12.79-4.18-18.79-14.65-20-27.43-2.26-23.85,12.62-47.38,34.85-55.74,11.51-4.33,23-4.72,34.27,1.29,3.91,2.09,5.37,1.66,8.11-1.76.78-1,1-2.58,3.48-2.53a239.42,239.42,0,0,1-3,28.14c-2.25,0-2-1.53-2.35-2.51-.43-1.26-.58-2.6-.95-3.88-3.65-12.74-14.06-19.15-27.12-16.85C414.82,767,407.62,771,402.59,778c-9.74,13.68-14,29-11.59,45.75,1.64,11.5,10.44,18.59,22.08,19.38,11.1.76,20.19-3.11,27.94-10.77Z"
transform="translate(525.83 -229.95)" />
<path class="cls-1"
d="M834.9,845.88c-4.27,1.42-24.08,1.51-28.49.3.52-1.7,2.06-1.49,3.25-1.65,4.05-.52,6.34-3,7.05-6.75,1.88-10,3.55-20,5.26-30a20.38,20.38,0,0,0,.15-3.5c0-6.95-3.53-9.57-10.33-7.77-4.13,1.09-7.53,3.46-10.79,6.09a5.87,5.87,0,0,0-2.09,3.82c-1.77,10.5-3.71,21-5.45,31.49-.64,3.87.53,5.34,4.39,6.5.92.28,2,.08,2.68,1.06a10.34,10.34,0,0,1,.36,1.2c-9.29.62-18.37.25-27.41.24-.27-2,.89-2.22,1.81-2.29,5-.42,6.78-3.82,7.59-8,1.46-7.52,2.77-15.07,4.11-22.6.62-3.45,1.24-6.89,1.73-10.35.3-2.11.76-4.32-.64-5.93-2.2-1.67-4.56-.16-6.57-1.13,1-2.25,1-2.36,9.16-5.27,3.48-1.24,6.74-3.56,11-3,.45,3.53-1.31,6.65-1,10,2.15-.37,3.19-2,4.6-3.13,3.29-2.59,6.7-4.95,10.76-6.2,10.1-3.11,16.92,1.84,17,12.35.06,6-1.56,11.87-2.49,17.78-.88,5.59-1.94,11.15-2.81,16.74-1,6.43-.61,7,5.43,8.9A9.28,9.28,0,0,1,834.9,845.88Z"
transform="translate(525.83 -229.95)" />
<path class="cls-1"
d="M1724.65,846.08c-3.75,1.22-23,1.3-27.27.11,0-1.37,1.13-1.52,2.07-1.6,4.41-.39,6.39-3.29,7.22-7.15,1.13-5.21,2.09-10.45,3-15.69,1-5.9,2-11.82,3-17.73a21.39,21.39,0,0,0,.27-3.48c0-2.42-1.17-3.69-3.67-3.7-1.29,0-2.65.58-4.42-.79,2.74-3,6.69-3.37,10-4.74s6.58-3.18,10.52-3.27c1.14,3.58-1.06,6.67-.66,10.21,2-.18,3-1.82,4.33-2.87,3.68-2.92,7.5-5.53,12.13-6.73,9.15-2.37,15.5,2.35,15.9,11.83.25,6.24-1.46,12.21-2.4,18.29-.89,5.75-2,11.47-2.91,17.23-1,6.27-.67,6.68,5.62,8.79.41.14.72.59,2,1.64-10.17,1.08-19.46.41-28.72.46-.25-2.17,1.2-2.13,2.23-2.22,5.24-.47,7.42-3.71,8.24-8.51,1.5-8.86,3.21-17.68,4.67-26.55a32.16,32.16,0,0,0,.27-7.47c-.28-4.06-2.48-6.16-6.43-6.1-6.42.1-11.28,3.59-15.73,7.77-.92.86-.81,2.15-1,3.28-1.76,10-3.56,20-5.24,30-.83,4.95,0,6,4.9,7.46C1723.38,844.81,1724.59,844.64,1724.65,846.08Z"
transform="translate(525.83 -229.95)" />
<path
d="M1475.84,695.76c.07-15.47,15.59-27.61,30.44-23.83a15.89,15.89,0,0,1,12,13.16c2.23,14.86-11.09,29.33-26.09,28.35C1482.3,712.79,1475.79,705.75,1475.84,695.76Z"
transform="translate(525.83 -229.95)" />
<path class="cls-1"
d="M892.83,839.46c3.51,1.37,4.91-2.36,7.56-2.93a1.63,1.63,0,0,1,.07,2.57c-2.84,3.28-5.88,6.36-10,8.09-5.94,2.5-9.08.76-10.2-5.61-.08-.46-.24-.91-.48-1.78-3,1.87-5.78,3.58-8.52,5.38a18.66,18.66,0,0,1-12.39,2.89A9.56,9.56,0,0,1,850,840c-1.06-6.7.67-12.52,6-17,4.79-4,10.42-6.51,16.12-8.84,4.45-1.81,9-3.46,13.27-5.11a19.14,19.14,0,0,0,1.54-7.59c.09-5.41-2-8.34-6.45-9.2-5-1-10.11,1.88-11.54,6.49-.5,1.58-.66,3.26-1.05,4.87a6.1,6.1,0,0,1-4,4.69c-3.67,1.28-6.88-1-6.48-4.91.36-3.45,2.17-6.18,4.63-8.59,7.75-7.63,21.65-8.14,29.52-4.86,4.63,1.92,6.66,6,6,11.37-1.27,10.23-3.4,20.32-5.1,30.49C892,834.32,891.2,837,892.83,839.46Zm-7.74-26.19c-6.89,2.6-13.08,4.51-18.26,8.58-3.86,3-6.26,6.87-5.78,12s4.54,7.86,9.5,6.52c3.26-.87,6-2.67,8.86-4.43a5.13,5.13,0,0,0,2.36-3.63C882.84,826.29,883.87,820.28,885.09,813.27Z"
transform="translate(525.83 -229.95)" />
<path class="cls-1"
d="M1679.84,839.47c3.51,1.35,4.91-2.38,7.56-3a1.67,1.67,0,0,1,.06,2.59c-2.85,3.28-5.89,6.36-10,8.08-5.94,2.5-9.07.76-10.19-5.62-.08-.46-.25-.9-.49-1.77-3,1.87-5.78,3.58-8.52,5.39a18.71,18.71,0,0,1-12.39,2.88A9.56,9.56,0,0,1,1637,840c-1.06-6.71.67-12.52,6-17,4.79-4,10.42-6.51,16.12-8.84,4.45-1.82,9-3.46,13.27-5.11a19.38,19.38,0,0,0,1.53-7.6c.09-5.41-2-8.34-6.46-9.19-5-1-10.1,1.88-11.54,6.5-.49,1.58-.65,3.26-1,4.87a6.07,6.07,0,0,1-4,4.68c-3.68,1.28-6.88-1-6.47-4.92.36-3.45,2.18-6.18,4.64-8.59,7.74-7.62,21.66-8.13,29.52-4.85,4.63,1.93,6.65,6,6,11.38-1.27,10.24-3.41,20.32-5.1,30.49C1679,834.33,1678.19,837,1679.84,839.47ZM1672,813.71c-7,1.73-14.35,5.07-18.16,8.1s-6.27,6.86-5.82,12,4.52,7.91,9.47,6.59c3.25-.87,6-2.67,8.86-4.42a5.12,5.12,0,0,0,2.39-3.62C1669.83,826.33,1670.87,820.31,1672,813.71Z"
transform="translate(525.83 -229.95)" />
<path class="cls-1"
d="M46.12,812.16C46,829.91,32.71,846,15.82,848.64c-13.56,2.16-24.28-6.29-26-19.92-2-16.08,9.4-33.5,22.36-38.44a34.11,34.11,0,0,1,9.2-2.19C36.1,786.88,46.2,796.74,46.12,812.16ZM34,814c0-6.58-.81-12-4.08-16.7-2.81-4-6.91-5.55-11.76-4.52-5.51,1.16-9.19,4.64-11.55,9.48A45.59,45.59,0,0,0,2.39,828.5a25.75,25.75,0,0,0,2.72,9c3.46,6.43,10.14,8.48,16.6,5A18.22,18.22,0,0,0,30,833,58.86,58.86,0,0,0,34,814Z"
transform="translate(525.83 -229.95)" />
<path class="cls-1"
d="M-238.88,812.15c-.08,17.75-13.4,33.8-30.29,36.49-13.56,2.16-24.29-6.29-26-19.92-2-16.07,9.38-33.49,22.36-38.43a33.39,33.39,0,0,1,9.19-2.19C-248.91,786.87-238.8,796.74-238.88,812.15Zm-12.09,2c0-6.69-.8-12.08-4.07-16.8-2.81-4.06-6.91-5.57-11.76-4.54-5.92,1.24-9.63,5.14-12,10.34a46.75,46.75,0,0,0-3.94,24.38,26.73,26.73,0,0,0,2.86,10c3.46,6.44,10.13,8.5,16.59,5.07A18.16,18.16,0,0,0-255,833,58.6,58.6,0,0,0-251,814.12Z"
transform="translate(525.83 -229.95)" />
<path class="cls-1"
d="M58.32,846.45c1.16-1.84,2.46-1.65,3.55-1.81,5.16-.75,7.94-3.86,8.89-8.8s1.88-10.15,2.79-15.23q2.1-11.8,4.17-23.6a12,12,0,0,0,0-2c-3.26-1.51-6.76.06-9.76-1.14-1-1.35-.25-2.35.34-3.5,3.25-1.24,6.88.2,10.16-1,1.12-1.88,1.2-3.9,1.65-5.83,2.72-11.66,8.91-20.4,20.78-24.1,6.51-2,12.86-1.85,18.44,2.71,3.51,2.86,3.94,7.17,1.11,10-2.52,2.53-6,2.49-8.3-.29a49.92,49.92,0,0,1-2.9-4.66c-3.43-5.27-9.26-5.66-13.34-.86a10.52,10.52,0,0,0-1.81,3c-2.35,6.27-3.25,12.84-4.21,19.58,4.52,1.93,9.13.1,13.59,1.36.83,2.85-.4,3.9-3.11,4-3.64.14-7.32-.41-11.12.45-1.82,3.8-1.9,8-2.63,12.06-1.69,9.33-3.36,18.67-4.81,28-1.16,7.45.38,9.25,7.81,10,.95.09,2-.2,2.9,1.22-3.63,1.75-7.41.66-11,.85-3.82.2-7.67.13-11.5,0S62.45,847.49,58.32,846.45Z"
transform="translate(525.83 -229.95)" />
<path class="cls-1"
d="M-65,811.35H-103.7c-2.22,8.31-1.39,15.64,4,22,6.36,7.47,18.37,6.76,25.57-1.17,2-2.17,3.15-5,5.38-6.82,1.24.5,1.49,1.25,1.12,2.11C-72,837.69-78.5,845.77-90,848.33c-12,2.67-23.09-4.31-24.58-16.48-1.77-14.43,2-27.47,13.57-37.23a27.84,27.84,0,0,1,20.4-6.57C-68.65,788.85-61.75,798.67-65,811.35ZM-78,807.54c1.17-1.27.95-2.49,1-3.62a14.11,14.11,0,0,0-.1-3,9.82,9.82,0,0,0-7.39-7.89c-8-1.68-17.48,5.86-18,14.49Z"
transform="translate(525.83 -229.95)" />
<path class="cls-1"
d="M280.5,811.42a22.07,22.07,0,0,0,0,15.42c4.43,13,19.9,15.81,29.26,5.31,2-2.19,3.63-4.62,5.37-6.86,1.26.49,1.6,1.21,1.23,2.09-4.36,10.26-10.83,18.36-22.33,20.93-12,2.7-23.09-4.23-24.62-16.4-1.82-14.45,2-27.47,13.52-37.25A27.85,27.85,0,0,1,302.83,788c12.27.58,19.36,10.28,16.23,23.17C306.39,811.54,293.48,811.13,280.5,811.42Zm25.68-3.92a5.85,5.85,0,0,0,.9-3.76c.21-7.7-5.73-12.64-13.11-10.51-6.89,2-11,6.91-13.08,14.27Z"
transform="translate(525.83 -229.95)" />
<path class="cls-1"
d="M1887.33,825.05c1.15,1.07,1.33,1.68,1.05,2.36-4.38,10.25-10.85,18.34-22.35,20.91-12,2.69-23.09-4.26-24.6-16.43-1.8-14.44,2-27.47,13.54-37.25a27.85,27.85,0,0,1,19.89-6.62c12.26.59,19.38,10.35,16.22,23-12.7.78-25.62-.13-38.83.52-2.22,8.3-1.32,15.78,4.35,22.11,6.41,7.15,18.25,6.33,25.2-1.52C1883.74,829.94,1885.41,827.52,1887.33,825.05Zm-9.13-17.53a6.15,6.15,0,0,0,.88-3.81c.19-7.52-5.31-12.12-12.67-10.64-6.26,1.26-11.83,7.32-13,14.45Z"
transform="translate(525.83 -229.95)" />
<path class="cls-1"
d="M1108.12,811.32H1070c-5.17,11.89,1.55,25.49,13.11,27,6.41.85,11.73-1.7,15.94-6.48,1.85-2.09,3.43-4.42,5.07-6.56,1.53.48,1.68,1.33,1.2,2.41-4.51,10.18-11,18.24-22.56,20.68-11.79,2.49-22.68-4.37-24.25-16.35-1.9-14.64,2-27.79,13.77-37.62a27.56,27.56,0,0,1,18.46-6.43C1103.65,788.16,1111.05,797.52,1108.12,811.32ZM1070,807.54H1095c1.17-1.27,1-2.5,1-3.62.3-8.12-6.22-13.17-13.89-10.47C1075.82,795.69,1071.87,800.33,1070,807.54Z"
transform="translate(525.83 -229.95)" />
<path
d="M752.53,461.62c.1-12.1,11.23-22.88,23.33-22.6,10.5.23,17.33,8.79,15.42,19.3-2.23,12.24-14.24,21.14-25.71,19C757.35,475.85,752.46,470,752.53,461.62Z"
transform="translate(525.83 -229.95)" />
<path class="cls-1"
d="M1407,825.13c.89.47,1.06,1.11.78,1.76-4.3,10.33-11,18.28-22.22,21.23-11.53,3-22.37-3.6-24.29-15.31-2.54-15.44,2.44-31.66,18-40.7,6.75-3.93,14-5.29,21.62-3.07a14.14,14.14,0,0,1,9.36,7.69c2.65,5.72-.76,10.81-6.82,10.37-3.32-.25-4.8-1.6-5.21-4.89-.12-1,0-2-.08-3-.2-4.77-2.51-7-7.25-6.74a15.46,15.46,0,0,0-12,6.34c-6.72,9-8.75,19-5.45,29.73,2.86,9.3,10.77,12.67,19.79,8.9,4.47-1.87,7.58-5.3,10.57-8.92C1404.82,827.32,1405.24,825.48,1407,825.13Z"
transform="translate(525.83 -229.95)" />
<path class="cls-1"
d="M1822.14,825.13c.81.66.85,1.21.66,1.65-4.23,10.36-10.89,18.32-22.13,21.31-11.55,3.08-22.41-3.47-24.38-15.18-2.63-15.65,2.51-32.28,18.75-41.24,6.5-3.58,13.45-4.77,20.74-2.66a14.35,14.35,0,0,1,9.41,7.62,7.54,7.54,0,0,1-.45,8.06c-1.66,2.33-4.12,2.64-6.71,2.38-3-.3-4.4-1.67-4.81-4.75-.13-1,0-2-.09-3-.2-5-2.64-7.23-7.64-6.83a15.44,15.44,0,0,0-11.51,6.24c-6.75,9-8.81,19-5.56,29.71,2.82,9.32,10.71,12.76,19.73,9,4.48-1.85,7.61-5.27,10.6-8.88C1819.76,827.4,1820.16,825.55,1822.14,825.13Z"
transform="translate(525.83 -229.95)" />
<path class="cls-1"
d="M675.66,788.09a94.32,94.32,0,0,1-2.91,19.41c-2.17-.1-2.2-1.42-2.46-2.5-.34-1.45-.47-3-.89-4.39-2.28-7.72-10.41-11-17.49-7-6,3.34-6.67,10.09-1.24,14.33,3.16,2.46,6.85,4.09,10.4,5.93a35,35,0,0,1,7.49,4.9c5,4.51,5.66,10,3.58,15.94-3.27,9.4-14.32,15.52-25,14.05a42.76,42.76,0,0,1-5.39-1.05c-3.21-.88-6.37-1.95-9.47.45-.89-4.77,1.49-17.22,3.88-20.21,1.48,1.84,1.31,4.08,1.87,6.05,1.59,5.58,5,9.3,10.76,10.68a11.59,11.59,0,0,0,10.32-2.42c4.94-4,5.13-9.93.48-14.22a41,41,0,0,0-7.43-5c-3.17-1.84-6.46-3.49-9.29-5.85a12,12,0,0,1-4.31-12.49,20.51,20.51,0,0,1,24.72-16.1c.49.1,1,.22,1.45.36C668.33,790,672,791.61,675.66,788.09Z"
transform="translate(525.83 -229.95)" />
<path class="cls-1"
d="M1998.56,788.19a81.17,81.17,0,0,1-3.13,20c-2.9-2.38-2.21-5.16-2.89-7.4-2.37-7.75-10.29-11.15-17.44-7.35-6.28,3.34-6.94,10.35-1.19,14.58a81.71,81.71,0,0,0,8.62,5c1.74,1,3.58,1.79,5.28,2.84,9.85,6,11.29,17.64,3,25.74a24.14,24.14,0,0,1-21,7.06c-1.48-.19-3-.5-4.42-.83-3.49-.81-7-2.6-10.75.33.81-7.17,1.51-13.77,3.56-20.7,2.61,2,2.17,4.34,2.71,6.27,1.61,5.8,5.14,9.63,11.09,10.94a11.43,11.43,0,0,0,10.62-3c4.39-4,4.41-9.44.07-13.54-2.56-2.43-5.67-4.06-8.7-5.81a55.89,55.89,0,0,1-8.39-5.38,11.77,11.77,0,0,1-4.39-10.62,20.65,20.65,0,0,1,23.81-18.08,21.4,21.4,0,0,1,3.89.93C1992.19,790.46,1995.31,791,1998.56,788.19Z"
transform="translate(525.83 -229.95)" />
<path class="cls-1"
d="M1297.94,846.66h-27.49c-.15-2.11,1.31-2,2.34-2.14,4.38-.57,6.24-3.53,7-7.39,1.43-7.35,2.76-14.72,4.07-22.1q3.38-19.17,6.66-38.37c.5-2.92,1.14-5.88.07-8.46-2.1-2.46-5.15-.12-7.19-2,3.61-3.09,16-7.66,20.33-7.48.64,3.51-.68,6.84-1.26,10.19-3.82,22.31-7.76,44.6-11.66,66.89a20.17,20.17,0,0,0-.4,3c-.06,3.19.91,4.44,3.91,5.51C1295.48,844.68,1297.09,844.24,1297.94,846.66Z"
transform="translate(525.83 -229.95)" />
<path class="cls-1"
d="M1907.06,796c3.6-2.85,16.34-7.56,20.57-7.59.58,3.48-1.13,6.75-1.06,9.68,1.77-1.49,3.87-3.16,5.86-5,2.77-2.49,5.79-4.55,9.56-5a6.7,6.7,0,0,1,7.61,5c.6,2.68-1.3,6-4.12,7.28-2.41,1.1-4.49.41-6.54-1-4.56-3.11-5.14-2.94-9.14,1a19.44,19.44,0,0,0-5.88,11.77c-.88,6.59-2.24,13.11-3.38,19.67a39.13,39.13,0,0,0-.6,4.44c-.3,5.4.53,6.55,5.74,8.27a2.46,2.46,0,0,1,2.16,2c-9.74.93-19.33.22-28.92.46-.05-2.61,1.69-2.34,2.83-2.54,4.4-.77,6.56-3.47,7.29-7.72,1.88-11,3.87-22,5.78-32.92a13.61,13.61,0,0,0,.15-3c-.15-3.06-.88-3.78-3.86-4C1909.86,796.74,1908.48,797.55,1907.06,796Z"
transform="translate(525.83 -229.95)" />
<path class="cls-1"
d="M561.65,846.39c-4.58.88-24.79.83-28.83-.07.39-2.08,2.27-1.72,3.54-2a7.75,7.75,0,0,0,6.49-6.71q3.1-17.19,6-34.41c.33-1.92.58-4-1-5.63-1.9-1.74-4.57.28-6.63-1.2,2.59-2.93,15.86-8,20.57-7.85.32,3.46-1.29,6.74-1.18,9.62,1.78-1.52,3.88-3.27,5.92-5.08,2.92-2.59,6.07-4.74,10.09-5a6.61,6.61,0,0,1,7,5.17c.54,2.7-1.42,6-4.25,7.21-2.43,1.06-4.49.29-6.53-1.12-4.45-3.08-4.9-3-8.77.79a19.75,19.75,0,0,0-6.17,12.16c-.84,6.59-2.24,13.11-3.39,19.66a37.88,37.88,0,0,0-.55,3.95c-.38,5.74.4,6.87,5.84,8.68C560.56,844.83,561.48,844.83,561.65,846.39Z"
transform="translate(525.83 -229.95)" />
<path class="cls-1"
d="M181.3,836.3c-3.34,6.32-7.77,10.5-14.45,11.57s-11.15-3-10.73-9.73a141.15,141.15,0,0,1,2.22-14.79c1.42-8.19,2.93-16.37,4.39-24.56a6.06,6.06,0,0,0-.12-4c-2.17-1.52-4.93,0-7.58-1.46,2-3.29,5.84-4,8.33-6.46a103.49,103.49,0,0,0,7.3-7.51c2.24-2.67,3.08-6.51,7-8.84,0,6.77-2.24,12.45-2.44,18.54,4,1.75,8.32,0,12.3,1.22.77,2.82-.54,3.78-3,3.78h-9.85c-2.2,5.32-2.34,10.54-3.37,15.54-1.5,7.33-2.68,14.73-3.89,22.12-.48,2.94-1.27,6.25,2,8.12s5.7-.22,8.1-2.1C178.28,837.09,178.84,835.87,181.3,836.3Z"
transform="translate(525.83 -229.95)" />
<path class="cls-1"
d="M719.57,836.17c-2.14,7.09-9.88,12.51-16.58,11.79-4.76-.51-7.66-3.68-8-8.7-.19-3.37.68-6.62,1.23-9.89,1.68-10,3.54-20,5.34-30a9.73,9.73,0,0,0,.17-4.42c-2.23-1.88-5.3.13-8.17-2.17,4.53-3.11,8.94-5.89,12.7-9.54s5.59-8.83,10.18-13.14c.32,7.27-2.39,13-2.16,19.28,4.06,1,8.12,0,12.2.81.55,2.6-.32,3.86-2.92,3.87h-9.94c-2.3,5.18-2.35,10.42-3.39,15.41-1.52,7.32-2.67,14.72-3.89,22.11-.49,2.93-1.34,6.27,1.8,8.18,3.32,2,6-.21,8.47-2.26C717.4,836.92,717.92,835.94,719.57,836.17Z"
transform="translate(525.83 -229.95)" />
<path class="cls-1"
d="M732.14,846.12a2.4,2.4,0,0,1,2.26-1.54c4.52-.49,6.72-3.38,7.48-7.5q3-16.68,5.88-33.39c.36-2.08.73-4.32-.13-5.3-2.71-2.56-5.38-.52-8.19-2.6a93.69,93.69,0,0,1,21.27-8c.34,3.83-.7,6.85-1.2,9.88-2.14,12.78-4.5,25.52-6.6,38.31-1.06,6.45-.78,6.63,5.53,8.8.4.14.69.61,1.06,1C756.35,847.31,737.26,847.57,732.14,846.12Z"
transform="translate(525.83 -229.95)" />
<path class="cls-1"
d="M1146.81,845.65c-3.59,1.68-22.73,1.9-27.46.5,0-1.45,1.18-1.46,2.08-1.56,4.78-.58,6.79-3.74,7.55-8,1.73-9.65,3.42-19.31,5.13-29,.46-2.62,1.1-5.22.78-7.91a3.42,3.42,0,0,0-1.16-2.21c-1.87-1.33-4.19-.07-6.27-.73,1.08-2.34,1-2.45,9.19-5.39,3.47-1.26,6.75-3.54,11.12-3.05.24,3.37-.76,6.38-1.27,9.42-2.14,12.78-4.5,25.52-6.59,38.31-1.06,6.43-.79,6.58,5.56,8.77A7.69,7.69,0,0,1,1146.81,845.65Z"
transform="translate(525.83 -229.95)" />
<path class="cls-1"
d="M1322.11,796.1c3.08-2.74,15.73-7.59,20.13-7.78,1.17,1.15.5,2.48.28,3.74-2.52,14.57-5.17,29.11-7.58,43.7-1.13,6.8-.85,7,5.73,9.15.28.1.48.42.72.64-2.41,1.72-19.59,2.26-27,.88-.27-1.84,1.22-1.75,2.25-1.88,4.29-.56,6.44-3.32,7.17-7.23,2.08-11.27,4.13-22.56,6-33.88.88-5.48-.12-6.41-5.56-6.47A2.48,2.48,0,0,1,1322.11,796.1Z"
transform="translate(525.83 -229.95)" />
<path class="cls-1"
d="M595.16,796.24c3-3,16.27-8,20.35-7.66.77,1.28.15,2.56-.07,3.83-2.5,14.4-5.11,28.79-7.49,43.22-1.13,6.86-.94,6.9,5.6,9.21.52.18.76.56.87,1.8a238.21,238.21,0,0,1-27.12.07c.13-2.06,1.31-2,2.21-2.14,4.8-.6,6.71-3.82,7.49-8.09,1.34-7.36,2.69-14.71,4-22.08.67-3.76,1.39-7.52,1.83-11.31.62-5.25-.23-6.1-5.46-6.13A2.82,2.82,0,0,1,595.16,796.24Z"
transform="translate(525.83 -229.95)" />
<path class="cls-2"
d="M1343.11,758.19a5.32,5.32,0,0,1,5.44,5.73,7.84,7.84,0,0,1-7.61,7.05,5.12,5.12,0,0,1-5.43-5.16A7.93,7.93,0,0,1,1343.11,758.19Z"
transform="translate(525.83 -229.95)" />
<path class="cls-2"
d="M1147.87,758.19a5.34,5.34,0,0,1,5.69,5.49,7.86,7.86,0,0,1-7.38,7.29c-3.21.08-5.48-1.9-5.66-4.92C1140.29,762.2,1144,758.28,1147.87,758.19Z"
transform="translate(525.83 -229.95)" />
<path class="cls-2"
d="M758.79,771a5.15,5.15,0,0,1-5.28-5.32,7.94,7.94,0,0,1,7.74-7.48,5.35,5.35,0,0,1,5.32,5.4C766.59,767.47,762.78,771.1,758.79,771Z"
transform="translate(525.83 -229.95)" />
<path class="cls-2"
d="M613.61,771a5.12,5.12,0,0,1-5.09-5.49c.14-3.93,4.07-7.55,7.91-7.29a5.32,5.32,0,0,1,5.13,5.56A7.85,7.85,0,0,1,613.61,771Z"
transform="translate(525.83 -229.95)" />
<path class="cls-3" d="M-411.22,294.18c1.75-.29,3.49-.58,5.42.4a3,3,0,0,1-3.48,1.25Z"
transform="translate(525.83 -229.95)" />
</svg>
</a>
</app-logo>
<app-ad>Sign up for a <a href="https://app.thestudiodirector.com/internationaldance/portal.sd?page=Login"
target="_blank">free class</a>!</app-ad>
<!-- <sign-in><a href="https://app.thestudiodirector.com/internationaldance/portal.sd?page=Login" target="_blank">Sign-In</a></sign-in> -->
<app-login>
<a href="#about">Login</a>
</app-login>
</header>
<nav>
<ul>
<li>
<label>Home
<input type="radio" id="radio01" name="radio" checked>
</label>
</li>
<li>
<label>About
<input type="radio" id="radio02" name="radio">
</label>
</li>
<li>
<label>Classes
<input type="radio" id="radio03" name="radio">
</label>
</li>
<li>
<label>Policy
<input type="radio" id="radio04" name="radio">
</label>
</li>
<li>
<label>Contact
<input type="radio" id="radio05" name="radio">
</label>
</li>
</ul>
</nav>
<main>
<article id="tab01">
<section>
<h1>Welcome!</h1>
<p>Apologies for the dust! We are in transition!</p>
<p>We have outgrown our location at Pinecrest Shopping Center!</p>
<p>We are so excited to be in our new location just down the street at the <a
href="https://maps.app.goo.gl/hX1LV955fVvC7YqXZ" target="_blank">Annandale Shopping Center</a>!</p>
<p>Sign up for our <a href="#">5678 News Letter</a> to stay in the know!</p>
<p><a href="https://app.thestudiodirector.com/internationaldance/portal.sd?page=Login"
target="_blank">Register</a> for our 2023-2024 International Dance Season TODAY!<br>
Classes are live in-studio!</p>
<p>
Reach out to us:<br>
Email: <a
href="mailto:[email protected]?&subject=International Dance Inquiry&body=What can we do for you today?">[email protected]</a><br>
Phone: <a href="tel:+6785703172">(703) 634‑9834</a>
</p>
<p><a href="https://www.international.dance/_files/ugd/7fa31d_1a6a9485d377480d872b00d73af46267.pdf"
target="_blank">Current schedule and rates</a> (PDF)</p>
<p>Sign up for a <a href="https://app.thestudiodirector.com/internationaldance/portal.sd?page=Login"
target="_blank">free class</a>!<br></p>
<p> </p>
</section>
</article>
<article id="tab02">
<h2>ABOUT</h2>
<section>
<p>International Dance, LLC. was founded as the School of International Dance by Christina Heimlich in 1962.
The school is directed by Elizabeth Hawkins. Assistant director Rebecca Collier and our instructors are
Miss Elizabeth, Miss Becca, Miss Sarah, Miss Victoria, Miss Natalie, and Miss Misha.</p>
<p>Within the school we have a group of advanced dancers called "The Christina Heimlich Dancers." They
perform and carry on the traditions that uphold the standards of our founder.</p>
<p>We want to take this opportunity to let you know a little more about our program. As a student, your
child will learn about pre-ballet or ballet, creative movement as well as international folk and character
dance. Some classes also study tap and jazz. Participation in our classes will encourage development of
motor coordination skills, balance, partnering, flexibility, strength, concentration, independence,
creativity through use of imagination, poise, posture, rhythm, discipline - all while having fun and
learning about music and dance.</p>
<hr>
<h3>STAFF</h3>
<figure>
<figcaption>Elizabeth Hawkins | Owner | Director | Instructor</figcaption>
<img src="assets/images/staff/e.jpg" alt="image">
<p>Artistic Director Elizabeth Hawkins studied under both Founder Christina Heimlich and former Artistic
Director Lisa Filipy for 10 years as an elite Christina Heimlich Dancer. She continued her dancing
career at Shenandoah University where she studied under Robyn Schroth and Pamela Saxon and received a
Bachelor of Fine Arts degree. She rejoined International Dance in 2012.</p>
<p>"Miss Elizabeth," as her students call her, is an accomplished director, choreographer, and seamstress.
In addition she has 25 plus years of working with and inspiring children. Her love of dance,
choreography, music and teaching shows in everything she does. </p>
</figure>
</section>
</article>
<article id="tab03">
<h2>CLASSES</h2>
<section>
<p>
Classes are held in Alexandria and Annandale VA and are available for ages three years to adult. Classes
run from 30 minutes to two hours. Participation in our classes develops coordination and motor skills,
balance, flexibility, strength, concentration, poise, posture, discipline, while having fun and learning
about music and dance.</p>
<p>Any age can learn to love dancing. We are excited to stretch and enhance the ability of each individual
dancer so that they can reach their personal goals.</p>
<p>International Dance, LLC's designed method and quality program follows a structured sequence of training
stages intended to increase student's technical skills, stamina and discipline in accordance with their
age and physical development. We work hard to emphasize correct placement in order to prevent injury. Our
curriculum embraces traditional ballet principles and incorporates elements of the French, Italian and
Russian training systems. These methods help to provide a healthy and enjoyable learning environment and
allow the students to experience a feeling of mastery in each level. It is a style that readily adapts to
meet the demands of any choreographer, any company, and any style of movement.</p>
<p>* Students will be assessed on ability and accomplishment of certain expectations before being invited to
participate in a higher level of training. Classes are not always dictated by age and do not coincide with
academic grade levels or other dance school programs. We try to keep our program consistent with worldwide
expectations and age appropriate development. </p>
<hr>
<h3>BALLET</h3>
<h4>BEGINNER</h4>
<p>An introduction to ballet with beginning development of ballet concepts including turn out, coordination,
spatial awareness and a specific focus on class etiquette. Students will begin positions of the feet, and
introductory movement vocabulary. The goal of Beginner Ballet is to impart the fundamentals of classical
ballet. Class focuses on basic ballet technique, proper body alignment, French terminology and musicality.
Students will be introduced to elementary barre and center work. International Folk and Character Dancing
(our specialty) is introduced to allow students the freedom to express themselves and learn to love
movement.</p>
<hr>
<h4>INTERMEDIATE</h4>
<p>In Intermediate Ballet, attention is paid to the proper extension of the legs and shape of the feet,
developing movement sequences, port de bras and balance. Students will see an increase in difficulty in
barre and center work Students begin focus on repetition and retention. Intermediate Ballet training
becomes much more serious. Some classes will focus on pointe work, pirouettes, use of the head and upper
body, fluidity of port de bras as well as the intricacies of small and large jumps. International Folk and
Character technique and combinations are developed with attention placed on personal presentation.</p>
<hr>
<h4>ADVANCED</h4>
<p>Advanced Ballet training becomes much more rigorous. Classes focus on pointe work, multiple pirouettes,
fluidity of movement as well as the intricacies of small and large jumps. This class will pay attention to
fine details, use of the upper body, breath of movement and expression as well as an increasingly advanced
repertory of steps. Focused attention is given to each advanced student enhancing their strengths and
broadening their abilities. Character Dance is integral to a classical ballet repertoire. It is a stylized
representation of traditional folk or national dance, normally from European countries and uses movements
and dance which have been adapted for the theatre. Classic ballets include and feature character dance. It
is an integral part of International Dance, LLC.</p>
<hr>
<h3>LYRICAL</h3>
<p>This dance form incorporates ballet, modern, and jazz and is often performed to music with lyrics.
Students in lyrical will enjoy movements that focus on flexibility and fluidity.</p>
<hr>
<h3>TAP/JAZZ</h3>
<h4>BEGINNING</h4>
<p>This class allows students to experience hearing themselves dance. Making rhythm with their feet brings
smiles to their faces. Steps and terminology are introduced. Students will explore coordination, single
time steps, beginning turns, short combinations, and showmanship along with rhythm and timing within a
wide range of musical accompaniment. Jazz styles and steps are presented and syncopation is introduced.
</p>
<hr>
<h4>INTERMEDIATE</h4>
<p>This class continues the development of technique & terminology. Students will further develop skills
including musicality and sound clarity with an added focus on increasing speed, and developing style.
Students are introduced to tap legends and are exposed to musical theatre dancing. Intermediate level
students should expect to learn double and triple time steps, 3 & 5 beat riffs, pull-backs, pick-ups,
more advanced turns, as well as more intricate rhythms. Jazz styles and steps are broadened as Fosse and
Kelly are introduced.</p>
<hr>
<h4>ADVANCED</h4>
<p>This class continues the development of technique & terminology. Students will further develop skills
including musicality and sound clarity with an added focus on increasing speed, and developing style.
Advanced level tappers should expect to master double and triple time steps, traveling time steps, 4 &
6 beat riffs, double pull-backs, pick-ups, more advanced turns, as well as more intricate rhythms and
improvisation. Choreography and solo work are encouraged. Jazz styles and steps become fluid and movements
are interpreted and discussed. This method stretches students to emote and tell stories through movement.
</p>
<p> </p>
</section>
</article>
<article id="tab04">
<h2>POLICY</h2>
<section>
<p>Here at International Dance, LLC. we desire to develop each student's love for dance, a strong technical
foundation, the ability to perform as well as an artistic education. This policy is for your information
and benefit. We request that you please read it thoroughly to avoid any possible misunderstandings in the
future. Please retain it for your reference.</p>
<hr>
<h3>ENROLLMENT</h3>
<p>Enrollment is for a continuous period each year from September through June (10 months).</p>
<p>We encourage students to finish the year so as to complete the planned curriculum.</p>
<p>In order to keep up with the level of the class, each student must maintain good attendance and be on
time for the beginning of the class. This helps the student warm up properly and prevent injury.</p>
<hr>
<h3>PLACEMENT</h3>
<p>Placement is at the discretion of the Directors and Instructors of International Dance, LLC. All students
are carefully placed in levels to insure maximum progress. Although students are placed according to age
for beginning levels, students with some training will be placed into respective classes depending on
ability, strength and previous development based on the judgment of the directors and instructors.</p>
<p>Advancement, however, depends upon application, attitude, artistic abilities, dance accomplishment and
physical qualifications, not necessarily upon age, or length of time spent studying dance.</p>
<hr>
<h3>POINTE</h3>
<p>Pointe (toe): Typically requires four or five years of preparatory study and is not permitted until a
student is at least eleven, twelve or thirteen years old and has both good body placement and control.
Exceptions to this and other pointe rules are determined by an assessment on an individual basis by the
director.</p>
<p>A minimum of two ballet classes a week is required to take pointe class because dancing on pointe shoes
demands extra strength and technique. The dancers strength and focus contribute to ongoing progress on
pointe.</p>
<hr>
<h3>TUITION</h3>
<p>Tuition is to be paid IN ADVANCE whether paid in 1 complete annual payment or 10 payments covering
September through June - according to the payment schedule. See Tuition for details.</p>
<p>A withdrawal can only become effective when the studio is notified in writing 30 days in advance of a new
four week period according to the payment schedule.</p>
<p>If tuition is not current the student will not be allowed to continue classes. </p>
<p>There is a $55 per student non-refundable registration fee for each year.</p>
<p>There is a $20 cleaning fee per student.</p>
<p>There is a $75 Media Technology fee per Family.</p>
<p>A late fee of $25 will be assessed if payment is not made by the second week of the payment period.</p>
<p>There will be a $35 charge for all returned checks. </p>
<hr>
<h3>ARRIVALS</h3>
<p>Arrive 10 minutes before class begins (this ensures all dancers have adequate warm-up time to avoid
injury).</p>
<p>If a dancer arrives late please enter class but try not to disrupt the other dents.</p>
<p>We strongly encourage parents to be on time for both dropping off and picking up your students.</p>
<hr>
<h3>ATTENDANCE</h3>
<p>There is no refund or credit for missed classes for any reason, including injury or illness.</p>
<p>Missed classes may be made up in a class of comparable placement, i.e. the student's current class level
or lower. STUDENTS MAY NOT MAKE UP MISSED CLASSES IN LEVELS HIGHER THAN THEIR CURRENT YEAR PLACEMENT. All
make-up classes must be made within four weeks of the missed class.</p>
<p>Make-up classes are in addition to the student's regular classes. Classes can be made up anytime within
the current season with approval from the director but cannot be accumulated to the end of the season in
place of the last four-week payment.</p>
<p>A class for which a student has enrolled cannot be dropped and then used for a make-up class.</p>
<p>No person may make-up a class if they have not paid for their current four-week period in which the
make-up class is to be taken.</p>
<p>No classes may be carried over from the fall-winter course to the summer course or from the summer course
to the fall-winter course.</p>
<p>Tuition is non-transferable and non-refundable.</p>
<hr>
<h3>DECORUM</h3>
<p>Please give the instructors full attention at all times without talking to the other students.</p>
<p>During class, teachers and students may, but are not required to, wear masks during their class.
Appropriate social distancing and hand washing will be maintained at all times.</p>
<p>Please remind your dancer(s) to maintain a reasonable distance in effort to help others stay comfortable.
</p>
<p>Class time is not to be used for socializing.</p>
<p>Personal corrections are given for improvement, please look upon them as extra help.</p>
<p>No gum chewing, sitting down or hanging on barres will be allowed.</p>
<p>Other than water, absolutely no food or drinks are permitted in the studio at any time.</p>
<hr>
<h3>PERFORMANCES</h3>
<p>All performances will follow state and federal COVID-19 guidelines for large gatherings.</p>
<p>International Dance, LLC. students participate in the Spring Recital with the exception being Miss
Elizabeth will assess the youngest students and decide if they are ready to perform.</p>
<p>In order to participate in the Spring Recital, each dancer must have paid the in full all tuition prior
to performing and have paid any performance fees and costume fees required by International Dance, LLC.
</p>
<p>Other optional performances include international festivals, art events, nursing home performances and
our Christmas Show.</p>
<hr>
<h3>CHD</h3>
<p>The Christina Heimlich Dancers are an elite group of dancers chosen by International Dance, LLC.
directors and instructors.</p>
<p>Christina Heimlich Dancers represent the best of what International Dance, LLC. has to offer.</p>
<p>Christina Heimlich Dancers are ambassadors to the community sharing happiness through dancing and bring
the joy of dance to others.</p>
<p>Christina Heimlich Dancers have additional performances and responsibilities throughout the year.</p>
<hr>
<h3>ATTIRE</h3>
<p>We require class uniforms. Black leotard, pink footed or convertible tights. Students may choose a skin
tone tights if desired. Pink Ballet shoes, Black tap shoes, Tan jazz shoes for Lyrical classes.</p>
<p>Pink ballet shoes must have one or two elastic straps sewn on and strings tied and cut off.</p>
<p>We do have an online store that is specifically for us. You can find your child's suggested uniform at
the following link. www.shopnimbly.com/InternationalDance</p>
<p>We have sizing kits for leotards and ballet and Jazz shoes available at the Pinecrest studio for your
convenience.</p>
<p>Having the uniform makes being ready for class easier for students and parents alike. We would like to
have all dancers in uniform at the start of the season. Thank you for your cooperation.</p>
<p>Do not wear your dance shoes outside of the studio.</p>
<p>Tights must cover the entire foot while dancing.</p>
<p>Female students should secure their hair in a neat bun. If you have short hair, please use bobby pins to
neatly secure it away from your face.</p>
<p>No jewelry (except small post earrings) should be worn in class (please leave jewelry at home as
International Dance, LLC. is not responsible for items lost).</p>
<p>Please make sure your dancer's clothes are clean and free from holes and stains (including tights, shoes
and leotards).</p>
<hr>
<h3>OUTSIDE</h3>
<p>Currently we are asking all non-dancing family members to refrain from waiting in the front lobby area at
the studio. The outside area at the Pinecrest studio has been upgraded and has a new facelift. A perfect
place to wait before picking up your dancer.</p>
<p>We request that all students refrain from excessive noise and rowdiness in the hallways and dressing
rooms while waiting before and after classes.</p>
<p>Parents are asked to keep non-dancing children with them at all times and not permit them to wander the
premises unattended. Please keep feet and hands off the walls, feet off the furniture, be careful to not
spill on the floors, and put trash in the trash cans.</p>
<p>Treat it like it is your home and we will all be happier.</p>
<hr>
<h3>COVID</h3>
<p>International Dance, LLC. makes every effort to keep our studio sanitized and to prevent symptomatic
employees and dancers from entering the building. However, COVID-19 has been proven to be asymptomatic in
some persons. Therefore, International Dance, LLC. cannot guarantee that you or your child(ren) will not
become infected with COVID-19 or any other known or unknown virus or illness. Further, attending
International Dance, LLC. may increase your risk and your child(ren)'s risk of contracting COVID-19.</p>
<p>When registering your student you are acknowledging and aware of how the contagious nature of COVID-19
may affect your dancer and you voluntarily assume the risk that my child(ren) and I may be exposed to or
infected by COVID-19 by attending International Dance, LLC. and that such exposure or infection may result
in personal injury, illness, permanent disability, and or death. By signing this agreement, I agree that
my child and any accompanying persons will not enter International Dance, LLC. if we exhibit any of the
following new or worsening signs or symptoms of possible COVID-19:</p>
<p>A temperature greater than 100.4 degrees Fahrenheit,</p>
<p>cough,</p>
<p>shortness of breath or difficulty breathing,</p>
<p>other respiratory symptoms,</p>
<p>Or at least two of the following symptoms:</p>
<p>chills,</p>
<p>repeated shaking with chills,</p>
<p>muscle pain,</p>
<p>sore throat or new loss of taste or smell.</p>
<p>I also agree that, neither my child(ren) nor any accompanying adult will enter International Dance, LLC.
if we have had known close contact with a person who is lab-confirmed to have COVID-19.</p>
<p>Protocols are in place if staff/faculty/student becomes ill including contact tracing to the best of our
ability.</p>
<p>Protocols are subject to change as CDC guidelines and recommendations dictate. Thank you for being part
of our International Dance, LLC. family, and for your help as we navigate this new environment together
for everyone's health and wellness.</p>
<hr>
<h3>SECURITY</h3>
<p>International Dance, LLC. will not be responsible for personal property left or lost in any area of the
school.</p>
<p>Bring your purse/dance bag into the studio and place it in the changing room.</p>
<p>Please put names in all dance-wear and shoes.</p>
<p>Call the office as soon as you realize something has been left at the school so that we may retrieve it
and hold it for you or check our lost and found in the dressing room next time you're in the studio.</p>
<hr>
<h3>BEHAVIOR</h3>
<p>International Dance strives to provide a safe and supportive community that fosters a lifelong love for
dance and creative expression. As such, International Dance expects each and every student, dancer,
assistant, teacher, instructor, staff member and or parent/guardian to respect and be kind to each other
at all times. International Dance does not tolerate bullying in any form; physical, emotional, social or
otherwise.</p>
<p>International Dance defines bullying as any behavior; physical, verbal, written (electronically or in
person), that purposely and detrimentally targets another student, dancer, assistant, teacher, instructor,
staff member and or parent/guardian.</p>
<p>Reports of bullying will be investigated, verified, and documented by International Dance staff members.
This investigation may include but is not limited to contacting the alleged bullying party, the alleged
victim, teachers, assistants, and parent/guardians who may have possibly witnessed the event(s). If staff
investigation produces corroborating evidence of the report, it will be documented and serve as the basis
for a course of action. International Dance director, Elizabeth Hawkins, also reviews any and all reports
of bullying.</p>
<p>Verified and documented reports may have severe consequences up to and including immediate termination of
enrollment without refund for classes missed.</p>
<p>As per the policy above, International Dance recognizes that bullying does not just occur between
students. Parents or guardians who are witnessed as bullying or harassing another student, dancer,
assistant, teacher, instructor, staff member and or parent/guardian, are equally subject to the above
policies and consequences.</p>
<hr>
<h3>CLOSURES</h3>
<p>Specific dates for the International Dance, LLC. holidays are shown on the Schedule page.</p>
<p>Classes may be made up for holiday closures on</p>
<p>Columbus Day</p>
<p>President's Day</p>
<p>For the two weeks we are closed for the December holidays and the two-weeks of Spring Break that we are
closed, there is no charge and no make-up classes are necessary.</p>
<hr>
<h3>WEATHER</h3>
<p>Inclement Weather: In the event of inclement weather, International Dance, LLC. follows Fairfax County
Public Schools for closings. Should schools have delayed openings due to inclement weather, International
Dance, LLC. will, in most cases, be open on time. A message will be published on the website home page and
emailed to registered students/parents, when the studio is closed because of weather conditions. Classes
missed due to inclement weather may be made up during the normal school year.</p>
<hr>
<h3>ANNOUNCEMENTS</h3>
<p>A newsletter is published and emailed to registered students every month with reminders of holiday
closures, payment due dates, rehearsals and other important announcements or pertinent information.</p>
<p>Please "like" and "follow" us on Facebook , Instagram or Twitter to get the latest news and events.</p>
<hr>
<h3>DISCLAIMER</h3>
<p>Dance is a physical activity, and as with all such activity there is an inherent risk of injury.
International Dance, LLC. does not assume any liability for injury or accident which occurs while
participating in classes or performances. As when beginning any new physical activity if you have
questions about your ability to participate, please contact your personal physician.</p>
<p> </p>
</section>
</article>
<article id="tab05">
<h2>CONTACT</h2>
<section>
<p>
Reach out to us:<br>
Email: <a
href="mailto:[email protected]?&subject=International Dance Inquiry&body=What can we do for you today?">[email protected]</a><br>
Phone: <a href="tel:+6785703172">(703) 570‑3172</a>
</p>
<address>
<p>
International Dance<br>
7010 Columbia Pike Annandale,
VA 22003
</p>
</address>
<p>For support or specific inquiries about International Dance, please use the contact information above. We
look
forward to speaking with you!</p>
<p> </p>
</section>
</article>
</main>
<footer>
<powered-by>© International Dance 2024</powered-by>
<social-media>
<a href="https://www.facebook.com/internationaldancellc" aria-label="Facebook" title="facebook"
target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 5509.84 5509.3" alt="Facebook Logo">
<path
d="M3784.4,5506.49v-2105.87c4.07-1.1,7.7-2.69,11.42-2.95,7.3-.49,14.66-.28,21.99-.28,214.66,0,429.32,0,643.97-.02,7.33,0,14.68.1,21.98-.47,7.88-.62,10.35-3.06,11.51-11.2,2.82-19.78,5.43-39.59,8.02-59.4,4.99-38.3,9.95-76.6,14.84-114.9,4.56-35.67,8.95-71.36,13.54-107.02,4.68-36.32,9.55-72.62,14.25-108.94,4.61-35.66,9.06-71.35,13.65-107.01,4.77-36.98,9.67-73.95,14.45-110.93,4.53-35,8.96-70.02,13.46-105.03,3.4-26.42,6.89-52.82,10.21-79.25.9-7.19,1.35-14.45,2.08-22.47-4.79-1.19-8.47-2.68-12.22-2.91-7.31-.45-14.66-.22-21.99-.22-251.32,0-502.65.01-753.97-.08-8.48,0-17.29,1.74-25.77-2.45-3.46-7.1-2.04-14.53-2.05-21.67-.12-76.66-.11-153.33-.07-229.99.06-101.33-.5-202.66.56-303.98.51-48.66,5.65-97.12,19.16-144.21,4.03-14.06,8.65-28.03,14.18-41.56,28.89-70.65,80.58-117.88,151.02-145.46,38.06-14.9,77.65-23.37,118.16-28.33,39.8-4.88,79.73-5.77,119.73-5.78,128.66-.06,257.32,0,385.98-.05,11.21,0,22.5.56,34.56-2.22.76-4.98,1.69-9.42,2.05-13.91.38-4.64.27-9.33.27-13.99.01-227.99.02-455.98-.04-683.97,0-9.17,1.16-18.59-3.34-28.05-9.24-1.52-18.32-3.56-27.51-4.43-35.15-3.31-70.32-6.37-105.51-9.27-27.88-2.3-55.79-4.36-83.7-6.29-24.6-1.7-49.2-3.38-73.83-4.49-43.27-1.96-86.56-3.96-129.86-5.06-66.63-1.7-133.27-2.91-199.91-3.86-64.72-.92-129.15,3.22-193.41,11.14-102.36,12.63-201.57,37.24-296.84,76.89-141.07,58.72-261.41,145.66-358.03,264.57-73.11,89.97-126.23,190.88-163.34,300.42-25.5,75.28-42.98,152.41-53.28,231.25-5.96,45.62-10.87,91.28-11.84,137.3-.93,43.97-2.29,87.95-2.36,131.92-.27,171.99-.1,343.99-.14,515.98,0,8.59-.36,17.19-.57,26.41-4.74,1.22-8.4,2.75-12.15,3.01-6.63.47-13.32.19-19.99.19-216.66,0-433.32-.02-649.97.08-8.54,0-17.33-1.6-26.42,2.39-.84,3.41-2.27,7.15-2.59,10.99-.49,5.96-.29,11.99-.29,17.99,0,255.32,0,510.65,0,765.97,0,6.66-.14,13.35.34,19.99.64,8.93,3.29,11.45,12.62,12.07,6.64.44,13.33.3,19.99.3,215.99.01,431.98,0,647.97.05,9.2,0,18.4.54,28.37.86,1.03,4.98,2.25,8.71,2.47,12.49.4,6.65.21,13.33.21,19.99,0,681.97.01,1363.94-.06,2045.92,0,9.83,1.43,19.88-2.34,30.56-3.91.63-7.69,1.61-11.51,1.79-6.65.32-13.33.18-19.99.18-645.3,0-1290.6,0-1935.89.02-41.34,0-82.67-.68-123.75-5.62-81.71-9.82-161.09-29.15-237.7-59.48-281.52-111.49-493.12-352.17-566.62-645.1-13.96-55.65-23.51-112.11-25.76-169.57-1.25-31.95-2.73-63.93-2.74-95.9C-.04,3342.26-.05,2150.97.16,959.69c0-35.95.92-72.07,4.35-107.83,14.38-149.75,60.77-289.02,142.44-415.61C272.47,241.68,446.06,109.54,667.28,40.57c56.72-17.68,114.8-28.88,173.96-35.13C878.45,1.51,915.72.23,953.01.23,2154.29.05,3355.58.14,4556.86,0c115.68-.01,228.43,16.68,336.9,57.61,227.26,85.75,397.65,236.48,511.26,451.03,45.56,86.03,75.28,177.72,91.63,273.59,8.86,51.94,13.48,104.38,13.08,157.16-.07,9.33,0,18.67,0,28,0,1192.62-.02,2385.23.1,3577.85,0,40.7-.56,81.36-4.94,121.8-8.56,79.1-26.34,156.09-54.1,230.82-100.11,269.41-324.6,486.65-611.08,572.21-59.51,17.78-120.18,29.28-182.07,35.21-31.95,3.06-63.88,3.76-95.84,3.79-249.99.24-499.98.14-749.97.09-8.52,0-17.23,1.06-27.44-2.68Z" />
</svg>
</a>
<a href="https://www.instagram.com/internationaldancellc/" aria-label="Instagram" title="Instagram"
target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 558.57 558.95" alt="Instagram Logo">
<path
d="M0,279.33c0-39.06,0-78.12,0-117.18C-.01,102.08,33.48,46.64,86.71,18.68,110.45,6.22,135.74.01,162.54,0c77.93-.01,155.87,0,233.8,0,76.43,0,142.73,53.69,158.63,128.45,2.38,11.17,3.56,22.46,3.57,33.86.02,78.12.05,156.24,0,234.36-.05,76.9-54.12,143.27-129.32,158.88-10.8,2.24-21.73,3.36-32.76,3.37-78.18.02-156.37.06-234.55,0-76.78-.06-143.45-54.68-158.63-129.83C1.09,418.27,0,407.35,0,396.32c0-39,0-78,0-117ZM50.58,279.49c0,38.81-.08,77.62.08,116.43.03,6.71.62,13.51,1.75,20.12,9.08,52.93,55.81,92.24,109.57,92.26,78.25.04,156.49.05,234.74-.06,6.15,0,12.38-.59,18.45-1.65,53.92-9.42,92.78-55.78,92.78-110.46,0-77.87.04-155.74-.08-233.61-.01-6.77-.62-13.64-1.82-20.31-9.49-52.83-55.93-91.57-109.77-91.62-78.06-.07-156.12-.08-234.17.08-7.45.02-15.03.78-22.31,2.31-52.44,10.98-89.2,56.5-89.21,110.07,0,38.81,0,77.62,0,116.43Z" />
<path
d="M135.76,279.15c.04-79.26,64.39-143.45,143.77-143.4,79.28.06,143.34,64.5,143.25,144.1-.09,79.41-64.46,143.37-144.23,143.3-78.82-.07-142.83-64.62-142.79-144ZM279.44,186.35c-51.2-.01-93.04,41.6-93.09,92.6-.05,51.73,41.46,93.59,92.83,93.61,51.37.01,92.98-41.72,92.99-93.26.02-51.09-41.73-92.93-92.74-92.94Z" />
<path
d="M428.68,163.79c-17.51.11-34.43-13.67-33.73-34.95.59-17.98,14.59-31.82,33.27-32.1,17.39-.27,34.39,13.69,33.62,35.01-.65,17.89-14.63,31.56-33.16,32.04Z" />
</svg>
</a>
<a href="https://www.pinterest.com/internationaldancellc/" aria-label="Pinterest" title="Pinterest"
target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 508.79 508.62" alt="Pinterest Logo">
<path
d="M179.29,496.73c12.74-13.12,19.57-29.09,24.93-45.57,5.9-18.16,10.66-36.69,15.82-55.09,1.83-6.53,4.61-7.42,9.69-2.96,10.6,9.31,23.7,12.56,37.09,14.66,40.14,6.28,73.19-8.22,101.57-35.55,21.1-20.33,32.34-46.11,39.38-73.93,8.66-34.24,8.45-68.42-3.97-101.71-14.93-40.03-44.59-66.03-83.07-82.34-83.17-35.25-181.94,5.96-214.93,89.89-14.23,36.22-15.35,73.01.31,109.39,4.39,10.22,10.76,19.21,19.41,26.29,3.16,2.58,6.9,4.72,10.72,6.15,7.13,2.67,14.03.25,18.61-5.79,7.36-9.68,6.88-23.63-1.35-32.66-14.21-15.57-18.88-33.88-16.52-54.52,1.93-16.81,5.19-33.21,12.99-48.4,12.59-24.51,33.1-39.94,58.08-50.09,29.07-11.81,58.72-15.85,89.15-5.64,35.09,11.78,55.65,39.44,58.01,76.44,2.42,37.78-4.6,73.23-24.64,105.63-9.01,14.56-20.5,26.7-36.98,33.01-18.88,7.24-38.78,1.46-46.9-14.75-3.54-7.07-5.32-15.42-6.16-23.37-1.56-14.86,3.22-28.94,7.47-42.98,4.96-16.38,10.66-32.59,14.59-49.22,4.28-18.12-6.4-30.63-25.05-31.25-26.35-.86-49.63,19.18-53.48,45.68-2.34,16.15,1.11,31.01,8.48,45.31,1.17,2.26,1.7,5.45,1.14,7.9-13.25,58.55-26.69,117.05-40.08,175.56-.7,3.06-1.28,6.15-1.92,9.26C59.07,449.52-24.71,333.59,6.74,196.97,39.87,53.04,187.86-32.71,330.3,11.79c140.21,43.81,215.22,196.68,160.54,335.29-55.16,139.82-203.57,186.01-311.55,149.65Z" />
</svg>
</a>
<a href="https://x.com/intdnc" aria-label="X" title="X" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 550.66 550.95" alt="X Logo">
<path
d="M550.66,275.61c-.16,152.39-123.46,275.54-275.66,275.34C122.95,550.75-.16,427.46,0,275.31.16,122.58,123.62-.25,275.49,0c152.59.25,275.34,123.5,275.17,275.61ZM113.93,130.76c39.23,54.86,78.22,109.37,117.23,163.92-39.1,41.82-78.01,83.45-116.93,125.07.07.15.15.29.22.44.66,0,1.32,0,1.99,0,12.69,0,25.37-.02,38.06.04,1.45,0,2.41-.45,3.38-1.49,15.63-16.78,31.29-33.52,46.95-50.27,12.16-13.01,24.31-26.02,36.47-39.03,2.71-2.9,5.44-5.77,8.22-8.72.38.47.63.74.85,1.04,23.07,32.24,46.15,64.47,69.19,96.72.82,1.15,1.61,1.76,3.16,1.76,37.25-.05,74.49-.04,111.74-.04.64,0,1.29,0,2.3,0-40.71-56.95-81.13-113.49-121.6-170.1,37.2-39.79,74.22-79.39,111.56-119.33-14.32,0-28.01-.02-41.69.05-.67,0-1.49.54-1.99,1.07-13.59,14.49-27.15,29.01-40.72,43.52-11.81,12.64-23.62,25.3-35.44,37.94-3.35,3.58-6.72,7.15-10.11,10.76-.38-.48-.67-.81-.92-1.17-21.58-30.15-43.18-60.3-64.72-90.49-.9-1.27-1.81-1.73-3.36-1.73-37,.05-73.99.04-110.99.04-.81,0-1.62,0-2.86,0Z" />
<path
d="M174.02,161.62c11.24,0,21.99,0,32.74,0,2.37,0,5.11-.67,7.01.3,1.89.96,2.97,3.57,4.35,5.49,26.29,36.7,52.59,73.39,78.83,110.11,26.21,36.67,52.36,73.37,78.53,110.06.31.44.6.9,1.11,1.65-1.05,0-1.77,0-2.49,0-11.69,0-23.37-.04-35.06.05-1.78.01-2.8-.57-3.8-1.98-20.13-28.2-40.31-56.37-60.48-84.55-5.27-7.36-10.54-14.72-15.8-22.09-27.85-39.02-55.7-78.05-83.55-117.07-.38-.54-.76-1.09-1.37-1.97Z" />
</svg>
</a>
</social-media>
</footer>
</app-container>
</body>
</html>