-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
826 lines (817 loc) · 68.9 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
<!DOCTYPE html>
<html lang="sv">
<head>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/fonts.css">
<script src="scripts/jquery-3.4.1.min.js"></script>
<script src="scripts/clinicwiz.js"></script>
<script src="scripts/smoothscroll.js"></script>
<script src="scripts/tracking.js"></script>
<link rel="icon" href="data:; base64,iVBORw0KGgo=">
<title>ClinicWiz</title>
<meta name="description" content="Spara tid och slipp pappersarbete med ClinicWiz app samtidigt som du lätt och smidigt får full kontroll på både digitala hälsodeklarationer och kundjournaler." />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="google" content="nositelinkssearchbox" />
<meta name="format-detection" content="telephone=no">
<meta property="og:title" content="ClinicWiz" />
<meta property="og:site_name" content="ClinicWiz" />
<meta property="og:url" content="https://www.clinicwiz.se/" />
<meta name="og:description" content="Spara tid och slipp pappersarbete med ClinicWiz app samtidigt som du lätt och smidigt får full kontroll på både digitala hälsodeklarationer och kundjournaler." />
<meta property="og:description" content="Spara tid och slipp pappersarbete med ClinicWiz app samtidigt som du lätt och smidigt får full kontroll på både digitala hälsodeklarationer och kundjournaler." />
<meta property="og:image" content="https://clinicwiz.se/background/2.jpg" />
</head>
<body id="body">
<div class="page-container">
<div id="main-menu" class="main-menu one-edge-shadow">
<div class="clinicwiz-menu">
<img src="images/written_logo.png" style="height: 25px; float: left; padding-left: 20px;"></span>
<div style="float: right;">
<a class="menu-button" href="#download">Ladda ner appen</a>
<a class="menu-button" href="#included">Vad ingår?</a>
<a class="menu-button" href="#price">Pris</a>
<a class="menu-button blackbackgroundcolor hover" target="_blank" href="https://account.clinicwiz.se" rel="noopener noreferrer" style="padding-top:15px; padding-bottom: 13px; padding-left: 25px; padding-right: 25px; color:white; border-radius: 0.5rem; text-align: center;">Logga
in
<?xml version="1.0" encoding="iso-8859-1"?>
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 510 510" style="width: 25px; height: 25px; margin-bottom: -6px; margin-left: 3px;" xml:space="preserve">
<g>
<g id="account-circle">
<path fill="#FFFFFF" d="M255,0C114.75,0,0,114.75,0,255s114.75,255,255,255s255-114.75,255-255S395.25,0,255,0z M255,76.5
c43.35,0,76.5,33.15,76.5,76.5s-33.15,76.5-76.5,76.5c-43.35,0-76.5-33.15-76.5-76.5S211.65,76.5,255,76.5z M255,438.6
c-63.75,0-119.85-33.149-153-81.6c0-51,102-79.05,153-79.05S408,306,408,357C374.85,405.45,318.75,438.6,255,438.6z" />
</g>
</g>
</svg>
</a>
</div>
</div>
<div id="clinicwiz-menu-mobile" class="clinicwiz-menu-mobile">
<img src="images/written_logo.png" style="padding-top:5px; height: 25px; float: left; padding-left: 20px;"></span>
<div style="float: right; padding-right: 20px;">
<div class="bar1"></div>
<div class="bar2"></div>
<div class="bar3"></div>
</div>
</div>
<div id="clinicwiz-menu-mobile-expanded" style="display: none; width: 100%;">
<a class="menu-button actionbutton" href="#download">Ladda ner appen</a>
<a class="menu-button actionbutton" href="#included">Vad ingår?</a>
<a class="menu-button actionbutton" href="#price">Pris</a>
<a class="menu-button actionbutton one-edge-shadow teal-hover" target="_blank" rel="noopener noreferrer" href="https://account.clinicwiz.se" data-url="search" style="color:teal; font-weight: bold; border-bottom: 1px solid rgba(0,0,0,0.1);">Logga
in
</a>
</div>
</div>
<div class="content">
<div class="two-block-fullwidth">
<div class="inside-block first-section-first-block">
<div class="inside-block-left" id="download">
<h1 class="blacktextcolor margintext mobile-fix" style="text-align: left;">
Digital Hälsodeklaration
</h1>
<h2 class="blacktextcolor margintext mobile-fix">Enkelt och lätt, både för dig och dina kunder</h2>
<div class="blacktextcolor margintext mobile-fix">
Med ClinicWiz app får du lätt och smidigt full kontroll på både digitala hälsodeklarationer och kundjournaler. Du slipper ha kunduppgifter på handskrivna lappar eller i olika dokument på din dator. Du samlar helt enkelt allt i en och samma databas. Kunden registrerar sina uppgifter snabbt och enkelt via ClinicWiz appen och du kan smidigt administrera all kundinformation. Du sparar tid. Du slipper pappersarbete.
</div>
<h2 class="blacktextcolor margintext mobile-fix" style="text-align: left;">Ladda ner appen</h2>
<div class="blacktextcolor margintext mobile-fix">
Ta steget idag och gör alla hälsodeklarationer digital. Slipp alla papper och pärmar, bli digital och framtidssäkra er journalhantering redan idag!
</div>
</div>
<span class="margin-left" style="margin-top: 20px; margin-bottom: 5px;">Ladda ner appen här!</span>
<div class="first-buttons">
<a target="_blank" rel="noopener noreferrer" href="https://apps.apple.com/se/app/clinicwiz/id1504557453"><img width="150px" style=" -webkit-box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
-moz-box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
box-shadow: 0 4px 10px rgb(0 0 0 / 10%);" src="images/apple_download.png"></a>
<a target="_blank" rel="noopener noreferrer" style="margin-left: 5px;" href="https://play.google.com/store/apps/details?id=clinic.wiz.app"><img width="150px" style=" -webkit-box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
-moz-box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
box-shadow: 0 4px 10px rgb(0 0 0 / 10%);" src="images/google_download.png"></a>
</div>
<div class="margin-left" style="display: flex; margin-top: 10px;">
<div style="font-family: SF Pro Text, Helvetica, Arial, sans-serif; margin-right: 5px;font-size: 14px; font-style: italic;">*Hantering av
personuppgifter enligt
GDPR
</div>
</div>
</div>
<div class="two-block-breaker"></div>
<div class="inside-block first-section-second-block remove-mobile-padding">
<div class="inside-block-right">
<div id="first-section-image-div" style="margin:auto">
<img style="max-height:600px; margin: auto;" src="images/mockup.png">
</div>
</div>
</div>
</div>
<div class="breaker">
<div class="inside-breaker"></div>
</div>
<div class="two-block-fullwidth">
<div class="inside-block mobile-order3" style="padding:unset !important">
<div class="inside-block-left" style="padding:unset !important; margin-right: 0px;">
<img style="width: 100%;" src="background/2.jpg">
</div>
</div>
<div class="two-block-breaker mobile-order2"></div>
<div class="inside-block mobile-order1">
<h1 class="blacktextcolor margintext mobile-fix">Ny lag gällande estetiska behandlingar</h1>
<div class="blacktextcolor margintext mobile-fix">
Sedan 2021 gäller en ny lag rörande estetiska behandlingar, lagen innehåller ett flertal skärpningar bland annat vem som får utföra behandlingarna.
</div>
<div class="blacktextcolor margintext mobile-fix">
Lagen ställer även krav på att samtliga nya kunder fyller i en hälsodeklaration. Du som utövare måste dessutom informera om alternativa behandlingar och eventuella risker.
</div>
</div>
</div>
<div class="breaker">
<div class="inside-breaker"></div>
</div>
<h1 class="blacktextcolor margintext mobile-fix" style="margin: auto; text-align: center; padding: 0 20px">Digital konsultation</h1>
<div class="workflow">
<div class="workflow-part">
<img style="max-height:600px;" src="images/consultationflow/1.png">
<span class="workflow-text">Kunden får ett mail och fyller in sina personuppgifter</span>
</div>
<div class="workflow-part">
<img style="max-height:600px;" src="images/consultationflow/3.png">
<span class="workflow-text">Kunden får sedan tillgång till den information somer klinik valt</span>
</div>
<div class="workflow-part">
<img style="max-height:600px;" src="images/consultationflow/4.png">
<span class="workflow-text">Ni kan enkelt följa upp den digtala konsulationen</span>
</div>
<div class="workflow-part">
<img style="max-height:600px;" src="images/consultationflow/5.png">
<span class="workflow-text">Samt registrera när konsultationen (telefon) är genomförd</span>
</div>
</div>
<div class="breaker">
<div class="inside-breaker"></div>
</div>
<div class="two-block-fullwidth">
<div class="inside-block">
<h1 class="blacktextcolor margintext mobile-fix">Digital hälsodeklaration</h1>
<div class="blacktextcolor margintext mobile-fix">
Varje ny kund behöver fylla i en hälsodeklaration innan behandling. För att underlätta för din kund bör du erbjuda möjligheten att fylla i deklarationen digitalt i förväg. Snabbt och säkert. När kunden kommer till din klinik är det administrativa redan avklarat och du slipper lägga tid på detta. Allt ligger redan klart i ClinicWiz.
</div>
<h1 class="blacktextcolor margintext mobile-fix">Färdiga mallar för hälsodeklaration</h1>
<div class="blacktextcolor margintext mobile-fix">
Du kommer snabbt igång då vi redan skapat mallar för den digitala hälsodeklarationen. Du kan naturligtvis anpassa denna efter dina behov och önskemål.
</div>
</div>
<div class="two-block-breaker"></div>
<div class="inside-block" style="padding:unset !important">
<div class="inside-block-right" style="margin-right: 0px;">
<img style="width: 100%;" src="background/7.jpg">
</div>
</div>
</div>
<div class="breaker">
<div class="inside-breaker"></div>
</div>
<h1 class="blacktextcolor margintext mobile-fix" style="margin: auto; text-align: center; padding: 0 20px">Hälsodeklarationen</h1>
<div class="workflow">
<div class="workflow-part">
<img style="max-height:600px;" src="images/appflow/1.png">
<span class="workflow-text">Kunden skriver in sina personuppgifter</span>
</div>
<div class="workflow-part">
<img style="max-height:600px;" src="images/appflow/2.png">
<span class="workflow-text">Därefter svarar kunden på de frågor er klinik valut ut</span>
</div>
<div class="workflow-part">
<img style="max-height:600px;" src="images/appflow/3.png">
<span class="workflow-text">Kunden intygar att uppgifterna som lämnats är korrekta</span>
</div>
<div class="workflow-part">
<img style="max-height:600px;" src="images/appflow/4.png">
<span class="workflow-text">Kunden avslutar med att signera</span>
</div>
</div>
<div class="breaker">
<div class="inside-breaker"></div>
</div>
<div class="lightbackgroundcolor" style="display: flex;" id="included">
</div>
<div class="one-block padding lightbackgroundcolor" style="margin-top: 0; margin-bottom: 0; max-width: unset;">
<div style="max-width: 1180px; margin: auto;">
<div class="additional-information">
<div class="additional-information-card">
<div class="stats-card-icon">
<svg height="463pt" viewBox="0 -87 463.83425 463" style="margin: auto; height: 38px; margin-top: 10px;" xmlns="http://www.w3.org/2000/svg">
<path d="m375.835938 112.957031c-5.851563 0-11.691407.582031-17.425782 1.742188-4.324218-21.582031-18.304687-39.992188-37.933594-49.957031-19.625-9.964844-42.738281-10.382813-62.714843-1.136719-18.078125-49.796875-73.101563-75.507813-122.898438-57.429688s-75.507812 73.105469-57.429687 122.898438c-43.621094 1.378906-78.078125 37.484375-77.4257815 81.121093.6562495 43.640626 36.1835935 78.691407 79.8281255 78.761719h296c48.597656 0 88-39.398437 88-88 0-48.601562-39.402344-88-88-88zm0 0" fill="#a3d4f7" />
</svg>
</div>
<div class="stats-card-header">
Molnbaserad tjänst
</div>
<div class="stats-card-text">
ClinicWiz är en molnbaserad tjänst där vi krypterar all data som lagras i molnet inom Europa. Vi gör kontinuerliga säkerhetskopieringar så att din data alltid är säker.
</div>
</div>
<div class="additional-information-card">
<div class="stats-card-icon">
<svg height="485pt" viewBox="-2 0 485 485.6" style="margin: auto; height: 38px; margin-top: 10px;" xmlns="http://www.w3.org/2000/svg">
<path d="m384.300781 240c0 79.527344-64.472656 144-144 144-79.53125 0-144-64.472656-144-144s64.46875-144 144-144c79.527344 0 144 64.472656 144 144zm0 0" fill="#0a51a5" />
<path d="m192.300781 216h96c8.800781 0 16 7.199219 16 16v80c0 8.800781-7.199219 16-16 16h-96c-8.800781 0-16-7.199219-16-16v-80c0-8.800781 7.199219-16 16-16zm0 0" fill="#e8c325" />
<path d="m256.300781 264c0 8.835938-7.164062 16-16 16-8.835937 0-16-7.164062-16-16s7.164063-16 16-16c8.835938 0 16 7.164062 16 16zm0 0" fill="#0a51a5" />
<path d="m232.300781 272h16v32h-16zm0 0" fill="#0a51a5" />
<g fill="#e8c325">
<path d="m216.300781 16h48v16h-48zm0 0" />
<path d="m229.898438 53.601562-11.199219-11.203124 13.601562-13.597657v-28.800781h16v35.199219zm0 0" />
<path d="m234.722656 37.738281 11.3125-11.3125 15.839844 15.839844-11.316406 11.3125zm0 0" />
<path d="m320.300781 48h48v16h-48zm0 0" />
<path d="m333.898438 85.601562-11.199219-11.203124 13.601562-13.597657v-28.800781h16v35.199219zm0 0" />
<path d="m338.71875 69.738281 11.316406-11.3125 15.839844 15.839844-11.316406 11.3125zm0 0" />
<path d="m400.300781 128h48v16h-48zm0 0" />
<path d="m413.898438 165.601562-11.199219-11.203124 13.601562-13.597657v-28.800781h16v35.199219zm0 0" />
<path d="m418.71875 149.738281 11.316406-11.3125 15.835938 15.839844-11.3125 11.3125zm0 0" />
<path d="m432.300781 232h48v16h-48zm0 0" />
<path d="m445.898438 269.601562-11.199219-11.203124 13.601562-13.597657v-28.800781h16v35.199219zm0 0" />
<path d="m450.71875 253.738281 11.3125-11.3125 15.839844 15.839844-11.3125 11.3125zm0 0" />
<path d="m216.300781 448h48v16h-48zm0 0" />
<path d="m229.898438 485.601562-11.199219-11.203124 13.601562-13.597657v-28.800781h16v35.199219zm0 0" />
<path d="m234.71875 469.734375 11.3125-11.3125 15.839844 15.839844-11.3125 11.3125zm0 0" />
<path d="m400.300781 336h48v16h-48zm0 0" />
<path d="m413.898438 373.601562-11.199219-11.203124 13.601562-13.597657v-28.800781h16v35.199219zm0 0" />
<path d="m418.71875 357.738281 11.3125-11.3125 15.839844 15.835938-11.3125 11.316406zm0 0" />
<path d="m328.300781 416h48v16h-48zm0 0" />
<path d="m341.898438 453.601562-11.199219-11.203124 13.601562-13.597657v-28.800781h16v35.199219zm0 0" />
<path d="m346.71875 437.738281 11.3125-11.316406 15.839844 15.839844-11.3125 11.3125zm0 0" />
<path d="m112.300781 48h48v16h-48zm0 0" />
<path d="m146.699219 85.601562-18.398438-18.402343v-35.199219h16v28.800781l13.597657 13.597657zm0 0" />
<path d="m114.722656 74.261719 15.839844-15.835938 11.3125 11.3125-15.839844 15.839844zm0 0" />
<path d="m32.300781 128h48v16h-48zm0 0" />
<path d="m66.699219 165.601562-18.398438-18.402343v-35.199219h16v28.800781l13.597657 13.597657zm0 0" />
<path d="m34.722656 154.261719 15.839844-15.839844 11.3125 11.316406-15.839844 15.835938zm0 0" />
<path d="m.300781 232h48v16h-48zm0 0" />
<path d="m34.699219 269.601562-18.398438-18.402343v-35.199219h16v28.800781l13.597657 13.597657zm0 0" />
<path d="m2.722656 258.261719 15.835938-15.839844 11.316406 11.3125-15.839844 15.839844zm0 0" />
<path d="m32.300781 336h48v16h-48zm0 0" />
<path d="m66.699219 373.601562-18.398438-18.402343v-35.199219h16v28.800781l13.597657 13.597657zm0 0" />
<path d="m34.71875 362.261719 15.839844-15.839844 11.316406 11.3125-15.839844 15.839844zm0 0" />
<path d="m104.300781 416h48v16h-48zm0 0" />
<path d="m138.699219 453.601562-18.398438-18.402343v-35.199219h16v28.800781l13.597657 13.597657zm0 0" />
<path d="m106.71875 442.261719 15.839844-15.839844 11.3125 11.3125-15.835938 15.839844zm0 0" />
</g>
<path d="m288.300781 216h-16v-40c0-17.601562-14.402343-32-32-32-17.601562 0-32 14.398438-32 32v40h-16v-40c0-26.398438 21.597657-48 48-48 26.398438 0 48 21.601562 48 48zm0 0" fill="#c6a414" />
</svg>
</div>
<div class="stats-card-header">
GDPR
</div>
<div class="stats-card-text">
Vi uppfyller de regler som stipuleras i GDPR för datalagring av personuppgifter. Du slipper tänka på det.
</div>
</div>
<div class="additional-information-card">
<div class="stats-card-icon">
<svg id="Capa_1" enable-background="new 0 0 510 510" viewBox="0 0 510 510" style="margin: auto; height: 38px; margin-top: 10px;" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="273.323" x2="273.323" y1="16.526" y2="79.361">
<stop offset="0" stop-color="#6b0" />
<stop offset="1" stop-color="#0b799d" />
</linearGradient>
<linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="228.596" x2="228.596" y1="16.526" y2="79.361">
<stop offset="0" stop-color="#90cc1c" />
<stop offset="1" stop-color="#6b0" />
</linearGradient>
<linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="231.141" x2="414.441" y1="20.373" y2="591.332">
<stop offset="0" stop-color="#b9dd39" />
<stop offset="1" stop-color="#0b799d" />
</linearGradient>
<linearGradient id="lg1">
<stop offset="0" stop-color="#fdbf00" />
<stop offset="1" stop-color="#ff9100" />
</linearGradient>
<linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="372.569" x2="386.917" xlink:href="#lg1" y1="109.346" y2="120.277" />
<linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="412.608" x2="426.955" xlink:href="#lg1" y1="109.346" y2="120.277" />
<linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="452.646" x2="466.994" xlink:href="#lg1" y1="109.346" y2="120.277" />
<linearGradient id="lg2">
<stop offset="0" stop-color="#0b799d" stop-opacity="0" />
<stop offset=".3645" stop-color="#096380" stop-opacity=".365" />
<stop offset=".76" stop-color="#084f67" stop-opacity=".76" />
<stop offset="1" stop-color="#07485e" />
</linearGradient>
<linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="292.049" x2="445.266" xlink:href="#lg2" y1="231.758" y2="-163.566" />
<linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="298.875" x2="298.875" xlink:href="#lg2" y1="341.527" y2="424.184" />
<linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="229.448" x2="229.448" y1="74.872" y2="137.708">
<stop offset="0" stop-color="#0095ff" />
<stop offset="1" stop-color="#0b799d" />
</linearGradient>
<linearGradient id="SVGID_10_" gradientUnits="userSpaceOnUse" x1="184.721" x2="184.721" y1="74.872" y2="137.708">
<stop offset="0" stop-color="#48b2e3" />
<stop offset="1" stop-color="#0095ff" />
</linearGradient>
<linearGradient id="SVGID_11_" gradientUnits="userSpaceOnUse" x1="79.066" x2="341.967" y1="113.77" y2="376.671">
<stop offset="0" stop-color="#76e2f8" />
<stop offset="1" stop-color="#48b2e3" />
</linearGradient>
<linearGradient id="lg3">
<stop offset="0" stop-color="#edf5ff" />
<stop offset="1" stop-color="#d5e8fe" />
</linearGradient>
<linearGradient id="SVGID_12_" gradientUnits="userSpaceOnUse" x1="328.694" x2="343.042" xlink:href="#lg3" y1="167.692" y2="178.624" />
<linearGradient id="SVGID_13_" gradientUnits="userSpaceOnUse" x1="368.733" x2="383.08" xlink:href="#lg3" y1="167.692" y2="178.624" />
<linearGradient id="SVGID_14_" gradientUnits="userSpaceOnUse" x1="408.771" x2="423.119" xlink:href="#lg3" y1="167.692" y2="178.624" />
<linearGradient id="lg4">
<stop offset="0" stop-color="#b5dbff" stop-opacity="0" />
<stop offset=".1734" stop-color="#8fc5e9" stop-opacity=".173" />
<stop offset=".4541" stop-color="#56a4c8" stop-opacity=".454" />
<stop offset=".6955" stop-color="#2d8db1" stop-opacity=".696" />
<stop offset=".8853" stop-color="#147ea2" stop-opacity=".885" />
<stop offset="1" stop-color="#0b799d" />
</linearGradient>
<linearGradient id="SVGID_15_" gradientUnits="userSpaceOnUse" x1="250.162" x2="258.742" xlink:href="#lg4" y1="455.732" y2="124.233" />
<linearGradient id="SVGID_16_" gradientUnits="userSpaceOnUse" x1="255" x2="255" xlink:href="#lg4" y1="399.874" y2="482.53" />
<linearGradient id="SVGID_17_" gradientUnits="userSpaceOnUse" x1="185.573" x2="185.573" y1="133.219" y2="196.054">
<stop offset="0" stop-color="#ff9100" />
<stop offset="1" stop-color="#e63950" />
</linearGradient>
<linearGradient id="SVGID_18_" gradientUnits="userSpaceOnUse" x1="140.846" x2="140.846" xlink:href="#lg1" y1="133.219" y2="196.054" />
<linearGradient id="SVGID_19_" gradientUnits="userSpaceOnUse" x1="35.191" x2="298.092" y1="172.116" y2="435.018">
<stop offset="0" stop-color="#ffda2d" />
<stop offset="1" stop-color="#fdbf00" />
</linearGradient>
<linearGradient id="lg5">
<stop offset="0" stop-color="#ff637b" />
<stop offset="1" stop-color="#e63950" />
</linearGradient>
<linearGradient id="SVGID_20_" gradientUnits="userSpaceOnUse" x1="284.82" x2="299.167" xlink:href="#lg5" y1="226.039" y2="236.97" />
<linearGradient id="SVGID_21_" gradientUnits="userSpaceOnUse" x1="324.858" x2="339.205" xlink:href="#lg5" y1="226.039" y2="236.97" />
<linearGradient id="SVGID_22_" gradientUnits="userSpaceOnUse" x1="364.896" x2="379.244" xlink:href="#lg5" y1="226.039" y2="236.97" />
<linearGradient id="SVGID_23_" gradientUnits="userSpaceOnUse" x1="211.125" x2="211.125" y1="458.22" y2="540.877">
<stop offset="0" stop-color="#ff9100" stop-opacity="0" />
<stop offset="1" stop-color="#ff9100" />
</linearGradient>
<g>
<g>
<path d="m360.357 79.322h-174.069v-49.576c0-16.428 13.318-29.746 29.746-29.746h114.577c16.428 0 29.746 13.318 29.746 29.746z" fill="url(#SVGID_1_)" />
<path d="m315.63 79.322h-174.069v-49.576c0-16.428 13.318-29.746 29.746-29.746h114.577c16.428 0 29.746 13.318 29.746 29.746z" fill="url(#SVGID_2_)" />
<path d="m268.257 56.462v-26.716c0-16.428-13.318-29.746-29.746-29.746h-114.577c-16.428 0-29.746 13.318-29.746 29.746v321.184c0 23.404 18.973 42.377 42.377 42.377h324.619c23.404 0 42.377-18.973 42.377-42.377v-239.146c0-23.404-18.973-42.377-42.377-42.377h-179.982c-7.149 0-12.945-5.796-12.945-12.945z" fill="url(#SVGID_3_)" />
<g>
<path d="m381.161 127.705h-10.206c-5.853 0-10.598-4.745-10.598-10.598v-10.206c0-5.853 4.745-10.598 10.598-10.598h10.206c5.853 0 10.598 4.745 10.598 10.598v10.206c.001 5.853-4.744 10.598-10.598 10.598z" fill="url(#SVGID_4_)" />
<path d="m421.2 127.705h-10.206c-5.853 0-10.598-4.745-10.598-10.598v-10.206c0-5.853 4.745-10.598 10.598-10.598h10.206c5.853 0 10.598 4.745 10.598 10.598v10.206c0 5.853-4.745 10.598-10.598 10.598z" fill="url(#SVGID_5_)" />
<path d="m461.238 127.705h-10.206c-5.853 0-10.598-4.745-10.598-10.598v-10.206c0-5.853 4.745-10.598 10.598-10.598h10.206c5.853 0 10.598 4.745 10.598 10.598v10.206c.001 5.853-4.744 10.598-10.598 10.598z" fill="url(#SVGID_6_)" />
</g>
<path d="m461.184 393.307c23.404 0 42.377-18.973 42.377-42.377v-154.328l-54.359-54.359c-7.768-8.876-19.172-14.49-31.893-14.49h-49.703l-57.732-58.347h-28.673-187.013v281.075c0 23.651 19.173 42.824 42.824 42.824h324.172z" fill="url(#SVGID_7_)" />
<path d="m94.188 304.069v46.861c0 23.404 18.973 42.377 42.377 42.377h324.619c23.404 0 42.377-18.973 42.377-42.377v-46.861z" fill="url(#SVGID_8_)" />
</g>
<g>
<path d="m316.482 137.669h-174.068v-49.576c0-16.428 13.318-29.746 29.746-29.746h114.577c16.428 0 29.746 13.318 29.746 29.746v49.576z" fill="url(#SVGID_9_)" />
<path d="m271.755 137.669h-174.068v-49.576c0-16.428 13.318-29.746 29.746-29.746h114.577c16.428 0 29.746 13.318 29.746 29.746v49.576z" fill="url(#SVGID_10_)" />
<path d="m224.382 114.809v-26.716c0-16.428-13.318-29.746-29.746-29.746h-114.577c-16.428 0-29.746 13.318-29.746 29.746v321.184c0 23.404 18.973 42.377 42.377 42.377h324.619c23.404 0 42.377-18.973 42.377-42.377v-239.146c0-23.404-18.973-42.377-42.377-42.377h-179.982c-7.149 0-12.945-5.796-12.945-12.945z" fill="url(#SVGID_11_)" />
<g>
<path d="m337.286 186.052h-10.206c-5.853 0-10.598-4.745-10.598-10.598v-10.206c0-5.853 4.745-10.598 10.598-10.598h10.206c5.853 0 10.598 4.745 10.598 10.598v10.206c.001 5.853-4.744 10.598-10.598 10.598z" fill="url(#SVGID_12_)" />
<path d="m377.325 186.052h-10.206c-5.853 0-10.598-4.745-10.598-10.598v-10.206c0-5.853 4.745-10.598 10.598-10.598h10.206c5.853 0 10.598 4.745 10.598 10.598v10.206c0 5.853-4.745 10.598-10.598 10.598z" fill="url(#SVGID_13_)" />
<path d="m417.363 186.052h-10.206c-5.853 0-10.598-4.745-10.598-10.598v-10.206c0-5.853 4.745-10.598 10.598-10.598h10.206c5.853 0 10.598 4.745 10.598 10.598v10.206c.001 5.853-4.744 10.598-10.598 10.598z" fill="url(#SVGID_14_)" />
</g>
<path d="m417.309 451.653c23.404 0 42.377-18.973 42.377-42.377v-154.327l-54.359-54.359c-7.768-8.876-19.172-14.49-31.893-14.49h-49.703l-57.731-58.346h-28.673-187.013v281.075c0 23.651 19.173 42.824 42.824 42.824z" fill="url(#SVGID_15_)" />
<path d="m50.314 362.416v46.861c0 23.404 18.973 42.377 42.377 42.377h324.619c23.404 0 42.377-18.973 42.377-42.377v-46.861z" fill="url(#SVGID_16_)" />
</g>
<g>
<path d="m272.607 196.016h-174.068v-49.576c0-16.428 13.318-29.746 29.746-29.746h114.577c16.428 0 29.746 13.318 29.746 29.746v49.576z" fill="url(#SVGID_17_)" />
<path d="m227.88 196.016h-174.068v-49.576c0-16.428 13.318-29.746 29.746-29.746h114.577c16.428 0 29.746 13.318 29.746 29.746v49.576z" fill="url(#SVGID_18_)" />
<path d="m180.507 173.155v-26.716c0-16.428-13.318-29.746-29.746-29.746h-114.576c-16.428 0-29.746 13.318-29.746 29.746v321.184c0 23.404 18.972 42.377 42.377 42.377h324.619c23.404 0 42.377-18.973 42.377-42.377v-239.146c0-23.404-18.973-42.377-42.377-42.377h-179.983c-7.149 0-12.945-5.795-12.945-12.945z" fill="url(#SVGID_19_)" />
<g>
<path d="m293.411 244.399h-10.206c-5.853 0-10.598-4.745-10.598-10.598v-10.206c0-5.853 4.745-10.598 10.598-10.598h10.206c5.853 0 10.598 4.745 10.598 10.598v10.205c.001 5.853-4.744 10.599-10.598 10.599z" fill="url(#SVGID_20_)" />
<path d="m333.45 244.399h-10.206c-5.853 0-10.598-4.745-10.598-10.598v-10.206c0-5.853 4.745-10.598 10.598-10.598h10.206c5.853 0 10.598 4.745 10.598 10.598v10.205c0 5.853-4.745 10.599-10.598 10.599z" fill="url(#SVGID_21_)" />
<path d="m373.488 244.399h-10.206c-5.853 0-10.598-4.745-10.598-10.598v-10.206c0-5.853 4.745-10.598 10.598-10.598h10.206c5.853 0 10.598 4.745 10.598 10.598v10.205c.001 5.853-4.744 10.599-10.598 10.599z" fill="url(#SVGID_22_)" />
</g>
<path d="m6.439 420.762v46.861c0 23.404 18.972 42.377 42.377 42.377h324.619c23.404 0 42.377-18.973 42.377-42.377v-46.861z" fill="url(#SVGID_23_)" />
</g>
</g>
</svg>
</div>
<div class="stats-card-header">
Lagringsutrymme
</div>
<div class="stats-card-text">
Vi vill att allt ska vara enkelt, därför erbjuder vi obegränsat lagringsutrymme för dina hälsodeklarationer, digital konsultationer, journaler och bilder.
</div>
</div>
<div class="additional-information-card">
<div class="stats-card-icon">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 60 60" style="margin: auto; height: 38px; margin-top: 10px; opacity:0.6" xml:space="preserve">
<g>
<g>
<rect x="19" y="26" width="2" height="2" />
<rect x="19" y="30" width="2" height="2" />
<path d="M19,13h2c2.8,0,5-2.2,5-5V5c0-2.8-2.2-5-5-5h-2c-2.8,0-5,2.2-5,5v3C14,10.8,16.2,13,19,13z M16,5c0-1.7,1.3-3,3-3h2
c1.7,0,3,1.3,3,3v3c0,1.7-1.3,3-3,3h-2c-1.7,0-3-1.3-3-3V5z" />
<path d="M59,34H32V21c0-3.9-3.1-7-7-7H15c-3.9,0-7,3.1-7,7v13H1c-0.6,0-1,0.4-1,1v6c0,0.6,0.4,1,1,1h3v18h2V42h44v-2H5H2v-4h56v4
h-3c-0.6,0-1,0.4-1,1v19h2V42h3c0.6,0,1-0.4,1-1v-6C60,34.4,59.6,34,59,34z M21.7,16l-1.6,4.2L18.5,16H21.7z M10,21
c0-2.8,2.2-5,5-5h1.3l2.8,7.4c0.1,0.3,0.5,0.6,0.9,0.6s0.8-0.3,1.1-0.6l2.8-7.4H25c2.8,0,5,2.2,5,5v13h-3V24h-2v10H15V24h-2v10h-3
L10,21L10,21z" />
<path d="M59,3H35c-0.6,0-1,0.4-1,1v14c0,0.6,0.4,1,1,1h5v4c0,0.4,0.2,0.8,0.6,0.9C40.7,24,40.9,24,41,24c0.3,0,0.5-0.1,0.7-0.3
l4.7-4.7H59c0.6,0,1-0.4,1-1V4C60,3.4,59.6,3,59,3z M58,17H46c-0.3,0-0.5,0.1-0.7,0.3L42,20.6V18c0-0.6-0.4-1-1-1h-5V5h22V17z" />
<rect x="39" y="8" width="6" height="2" />
<rect x="47" y="8" width="6" height="2" />
<rect x="39" y="12" width="16" height="2" />
<path d="M35,47H25c-0.6,0-1,0.4-1,1v6c0,0.6,0.4,1,1,1h10c0.6,0,1-0.4,1-1v-6C36,47.4,35.6,47,35,47z M34,53h-8v-4h8V53z" />
<rect x="40" y="48" width="2" height="2" />
<rect x="44" y="48" width="2" height="2" />
<rect x="48" y="48" width="2" height="2" />
<rect x="40" y="52" width="2" height="2" />
<rect x="44" y="52" width="2" height="2" />
<rect x="48" y="52" width="2" height="2" />
<rect x="10" y="48" width="2" height="2" />
<rect x="14" y="48" width="2" height="2" />
<rect x="18" y="48" width="2" height="2" />
<rect x="10" y="52" width="2" height="2" />
<rect x="14" y="52" width="2" height="2" />
<rect x="18" y="52" width="2" height="2" />
</g>
</g>
</svg>
</div>
<div class="stats-card-header">
Digital Konsultation
</div>
<div class="stats-card-text">
Enkel hantering av kraven för den nya lagen gällande estetiska behandlingar. Allt via digital konsultation med uppföljning.
</div>
</div>
<div class="additional-information-card">
<div class="stats-card-icon">
<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" style="margin: auto; height: 38px; margin-top: 10px;" xmlns:xlink="http://www.w3.org/1999/xlink">
<linearGradient id="linear-gradient" gradientUnits="userSpaceOnUse" x1="-1" x2="65.483" y1="32" y2="32">
<stop offset="0" stop-color="#84aa50" />
<stop offset="1" stop-color="#00acc9" />
</linearGradient>
<linearGradient id="linear-gradient-2" x2="65.483" xlink:href="#linear-gradient" y1="29" y2="29" />
<linearGradient id="linear-gradient-5" x2="65.483" xlink:href="#linear-gradient" y1="25" y2="25" />
<linearGradient id="linear-gradient-8" x2="65.483" xlink:href="#linear-gradient" y1="37" y2="37" />
<linearGradient id="linear-gradient-11" x2="65.483" xlink:href="#linear-gradient" y1="33" y2="33" />
<linearGradient id="linear-gradient-14" x2="65.483" xlink:href="#linear-gradient" y1="45" y2="45" />
<linearGradient id="linear-gradient-17" x2="65.483" xlink:href="#linear-gradient" y1="41" y2="41" />
<linearGradient id="linear-gradient-20" x2="65.483" xlink:href="#linear-gradient" y1="19" y2="19" />
<linearGradient id="linear-gradient-21" x2="65.483" xlink:href="#linear-gradient" y1="11" y2="11" />
<linearGradient id="linear-gradient-22" x2="65.483" xlink:href="#linear-gradient" y1="7" y2="7" />
<linearGradient id="linear-gradient-26" x2="65.483" xlink:href="#linear-gradient" y1="15" y2="15" />
<linearGradient id="linear-gradient-28" x2="65.483" xlink:href="#linear-gradient" y1="54" y2="54" />
<g id="Gradient_outline" data-name="Gradient outline">
<path d="m54 2h-44a1 1 0 0 0 -1 1v58a1 1 0 0 0 1 1h38a1 1 0 0 0 .707-.293l6-6a1 1 0 0 0 .293-.707v-52a1 1 0 0 0 -1-1zm-43 2h42v50h-5a1 1 0 0 0 -1 1v5h-36zm40.586 52-2.586 2.586v-2.586z" fill="url(#linear-gradient)" />
<g fill="url(#linear-gradient-2)">
<path d="m14 28h6v2h-6z" />
<path d="m30 28h20v2h-20z" />
<path d="m26 28h2v2h-2z" />
</g>
<path d="m14 24h6v2h-6z" fill="url(#linear-gradient-5)" />
<path d="m26 24h20v2h-20z" fill="url(#linear-gradient-5)" />
<path d="m48 24h2v2h-2z" fill="url(#linear-gradient-5)" />
<path d="m14 36h6v2h-6z" fill="url(#linear-gradient-8)" />
<path d="m30 36h20v2h-20z" fill="url(#linear-gradient-8)" />
<path d="m26 36h2v2h-2z" fill="url(#linear-gradient-8)" />
<path d="m14 32h6v2h-6z" fill="url(#linear-gradient-11)" />
<path d="m26 32h20v2h-20z" fill="url(#linear-gradient-11)" />
<path d="m48 32h2v2h-2z" fill="url(#linear-gradient-11)" />
<path d="m14 44h6v2h-6z" fill="url(#linear-gradient-14)" />
<path d="m30 44h20v2h-20z" fill="url(#linear-gradient-14)" />
<path d="m26 44h2v2h-2z" fill="url(#linear-gradient-14)" />
<path d="m14 40h6v2h-6z" fill="url(#linear-gradient-17)" />
<path d="m26 40h20v2h-20z" fill="url(#linear-gradient-17)" />
<path d="m48 40h2v2h-2z" fill="url(#linear-gradient-17)" />
<path d="m13 18h38v2h-38z" fill="url(#linear-gradient-20)" />
<path d="m18 16a5 5 0 1 0 -5-5 5.006 5.006 0 0 0 5 5zm0-8a3 3 0 1 1 -3 3 3 3 0 0 1 3-3z" fill="url(#linear-gradient-21)" />
<path d="m25 6h10v2h-10z" fill="url(#linear-gradient-22)" />
<path d="m25 10h6v2h-6z" fill="url(#linear-gradient-21)" />
<path d="m37 6h14v2h-14z" fill="url(#linear-gradient-22)" />
<path d="m33 10h18v2h-18z" fill="url(#linear-gradient-21)" />
<path d="m25 14h14v2h-14z" fill="url(#linear-gradient-26)" />
<path d="m41 14h2v2h-2z" fill="url(#linear-gradient-26)" />
<path d="m13 50v8h26v-8zm24 6h-22v-4h22z" fill="url(#linear-gradient-28)" />
</g>
</svg>
</div>
<div class="stats-card-header">
Hälsodeklaration
</div>
<div class="stats-card-text">
Använd vår standardmall eller ändra, lägg till, ta bort frågor så får du exakt den digitala hälsodeklaration du önskar.
</div>
</div>
<div class="additional-information-card">
<div class="stats-card-icon">
<svg viewBox="0 -21 511.98744 511" style="margin: auto; height: 38px; margin-top: 10px;" xmlns="http://www.w3.org/2000/svg">
<path d="m133.320312 373.828125c-34.152343 0-64.53125-21.867187-75.5625-54.421875l-.746093-2.453125c-2.601563-8.621094-3.691407-15.871094-3.691407-23.125v-145.453125l-51.753906 172.757812c-6.65625 25.410157 8.511719 51.753907 33.960938 58.773438l329.878906 88.34375c4.117188 1.066406 8.234375 1.578125 12.289062 1.578125 21.246094 0 40.660157-14.101563 46.101563-34.882813l19.21875-61.117187zm0 0" fill="#eceff1" />
<path d="m511.988281 48.492188v245.335937c0 26.453125-21.546875 48-48 48h-330.667969c-2.132812 0-4.265624-.214844-6.1875-.429687-22.398437-2.769532-39.890624-21.117188-41.597656-43.730469-.214844-1.28125-.214844-2.5625-.214844-3.839844v-245.335937c0-26.453126 21.546876-48 48-48h330.667969c26.453125 0 48 21.546874 48 48zm0 0" fill="#eceff1" />
<path d="m234.652344 107.160156c0 23.5625-19.101563 42.667969-42.664063 42.667969-23.566406 0-42.667969-19.105469-42.667969-42.667969s19.101563-42.667968 42.667969-42.667968c23.5625 0 42.664063 19.105468 42.664063 42.667968zm0 0" fill="#ffc107" />
<path d="m511.988281 233.878906v59.949219c0 26.453125-21.546875 48-48 48h-330.667969c-2.132812 0-4.265624-.214844-6.1875-.429687l219.734376-219.730469c14.507812-14.507813 38.398437-14.507813 52.90625 0zm0 0" fill="#388e3c" />
<path d="m385.265625 341.828125h-251.945313c-2.132812 0-4.265624-.214844-6.1875-.429687-22.398437-2.769532-39.890624-21.117188-41.597656-43.730469l101.332032-101.335938c14.507812-14.503906 38.398437-14.503906 52.90625 0zm0 0" fill="#4caf50" />
</svg>
</div>
<div class="stats-card-header">
Bilder/journaler
</div>
<div class="stats-card-text">
Du sparar enkelt före- och efterbilder digitalt på dina kunder, samt även journaler för lättare uppföljning.
</div>
</div>
</div>
</div>
</div>
<div class="breaker">
<div class="inside-breaker"></div>
</div>
<div class="two-block-fullwidth">
<div class="inside-block mobile-order3" style="padding:unset !important">
<div class="inside-block-left" style="margin-right: 0px;">
<img style="max-height:600px; margin: auto;" src="images/mockup2.png">
</div>
</div>
<div class="two-block-breaker mobile-order2"></div>
<div class="inside-block mobile-order1">
<h1 class="blacktextcolor margintext mobile-fix">Lätthanterligt journalsystem</h1>
<div class="blacktextcolor margintext mobile-fix">
För att hålla ordning på all dokumentation som krävs behöver du ClinicWiz. Programmet erbjuder förutom digital hälsodeklaration och journalföring möjlighet att spara bilder. Du kan även enkelt se dagens alla kunder.
</div>
</div>
</div>
<div class="breaker">
<div class="inside-breaker"></div>
</div>
<div class="lightbackgroundcolor" style="display: flex;">
</div>
<div class="one-block padding lightbackgroundcolor" style="margin-top: 0; margin-bottom: 0; max-width: unset;">
<div style="max-width: 1180px; margin: auto; display: flex;">
<div class="stats-main">
<div class="stats-card">
<div style="margin: auto;">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 55.867 55.867" style="enable-background:new 0 0 55.867 55.867; width:30px; height:30px;" xml:space="preserve">
<path d="M55.818,21.578c-0.118-0.362-0.431-0.626-0.808-0.681L36.92,18.268L28.83,1.876c-0.168-0.342-0.516-0.558-0.896-0.558
s-0.729,0.216-0.896,0.558l-8.091,16.393l-18.09,2.629c-0.377,0.055-0.689,0.318-0.808,0.681c-0.117,0.361-0.02,0.759,0.253,1.024
l13.091,12.76l-3.091,18.018c-0.064,0.375,0.09,0.754,0.397,0.978c0.309,0.226,0.718,0.255,1.053,0.076l16.182-8.506l16.18,8.506
c0.146,0.077,0.307,0.115,0.466,0.115c0.207,0,0.413-0.064,0.588-0.191c0.308-0.224,0.462-0.603,0.397-0.978l-3.09-18.017
l13.091-12.761C55.838,22.336,55.936,21.939,55.818,21.578z" />
<g>
</svg>
</div>
<div class="additional-information-div">
Mer än
<div class="stats1" style="margin-left: 5px; margin-right: 5px;">
200
</div>
kliniker
</div>
<div style="justify-content: center; flex-wrap: wrap;">
Över
<span class="stats1">
200
</span>
kliniker över hela Sverige använder redan ClinicWiz
</div>
</div>
<div class="stats-card">
<div style="margin: auto;">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 55.867 55.867" style="enable-background:new 0 0 55.867 55.867; width:30px; height:30px;" xml:space="preserve">
<path d="M55.818,21.578c-0.118-0.362-0.431-0.626-0.808-0.681L36.92,18.268L28.83,1.876c-0.168-0.342-0.516-0.558-0.896-0.558
s-0.729,0.216-0.896,0.558l-8.091,16.393l-18.09,2.629c-0.377,0.055-0.689,0.318-0.808,0.681c-0.117,0.361-0.02,0.759,0.253,1.024
l13.091,12.76l-3.091,18.018c-0.064,0.375,0.09,0.754,0.397,0.978c0.309,0.226,0.718,0.255,1.053,0.076l16.182-8.506l16.18,8.506
c0.146,0.077,0.307,0.115,0.466,0.115c0.207,0,0.413-0.064,0.588-0.191c0.308-0.224,0.462-0.603,0.397-0.978l-3.09-18.017
l13.091-12.761C55.838,22.336,55.936,21.939,55.818,21.578z" />
<g>
</svg>
</div>
<div class="additional-information-div">
Över
<div class="stats2" style="margin-left: 5px; margin-right: 5px;">
2500
</div>
digitala hälsodeklarationer
</div>
<div style="justify-content: center; flex-wrap: wrap;">
Mer än
<span class="stats2">
2500
</span>
kunder har idag registrerat sin digitala hälsodeklaration med ClinicWiz
</div>
</div>
<div class="stats-card">
<div style="margin: auto;">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 55.867 55.867" style="enable-background:new 0 0 55.867 55.867; width:30px; height:30px;" xml:space="preserve">
<path d="M55.818,21.578c-0.118-0.362-0.431-0.626-0.808-0.681L36.92,18.268L28.83,1.876c-0.168-0.342-0.516-0.558-0.896-0.558
s-0.729,0.216-0.896,0.558l-8.091,16.393l-18.09,2.629c-0.377,0.055-0.689,0.318-0.808,0.681c-0.117,0.361-0.02,0.759,0.253,1.024
l13.091,12.76l-3.091,18.018c-0.064,0.375,0.09,0.754,0.397,0.978c0.309,0.226,0.718,0.255,1.053,0.076l16.182-8.506l16.18,8.506
c0.146,0.077,0.307,0.115,0.466,0.115c0.207,0,0.413-0.064,0.588-0.191c0.308-0.224,0.462-0.603,0.397-0.978l-3.09-18.017
l13.091-12.761C55.838,22.336,55.936,21.939,55.818,21.578z" />
<g>
</svg>
</div>
<div class="additional-information-div">
Över
<div class="stats3" style="margin-left: 5px; margin-right: 5px;">
500
</div>
digitala konsultationer
</div>
<div style="justify-content: center; flex-wrap: wrap;">
Mer än
<span class="stats3">
500
</span>
kunder har idag gjort sin digitala konsultation med ClinicWiz
</div>
</div>
<div class="stats-card">
<div style="margin: auto;">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 55.867 55.867" style="enable-background:new 0 0 55.867 55.867; width:30px; height:30px;" xml:space="preserve">
<path d="M55.818,21.578c-0.118-0.362-0.431-0.626-0.808-0.681L36.92,18.268L28.83,1.876c-0.168-0.342-0.516-0.558-0.896-0.558
s-0.729,0.216-0.896,0.558l-8.091,16.393l-18.09,2.629c-0.377,0.055-0.689,0.318-0.808,0.681c-0.117,0.361-0.02,0.759,0.253,1.024
l13.091,12.76l-3.091,18.018c-0.064,0.375,0.09,0.754,0.397,0.978c0.309,0.226,0.718,0.255,1.053,0.076l16.182-8.506l16.18,8.506
c0.146,0.077,0.307,0.115,0.466,0.115c0.207,0,0.413-0.064,0.588-0.191c0.308-0.224,0.462-0.603,0.397-0.978l-3.09-18.017
l13.091-12.761C55.838,22.336,55.936,21.939,55.818,21.578z" />
<g>
</svg>
</div>
<div class="additional-information-div">
Mer än
<div class="stats4" style="margin-left: 5px; margin-right: 5px;">
10000
</div>
bilder dokumenterade
</div>
<div style="justify-content: center; flex-wrap: wrap;">
Mer än
<span class="stats4">
10000
</span>
bilder har dokumenteras med hjälp av ClinicWiz
</div>
</div>
</div>
</div>
</div>
<div class="one-block-fullwidth lightbackgroundcolor" style="padding-top: 0rem; margin-bottom: 0; margin-top: 0;">
<div style="display: flex; margin-bottom: 40px;">
<div style="margin: auto; display: flex; flex-direction: column;">
<div style="margin: auto;">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 55.867 55.867" style="enable-background:new 0 0 55.867 55.867; width:30px; height:30px;" xml:space="preserve">
<path d="M55.818,21.578c-0.118-0.362-0.431-0.626-0.808-0.681L36.92,18.268L28.83,1.876c-0.168-0.342-0.516-0.558-0.896-0.558
s-0.729,0.216-0.896,0.558l-8.091,16.393l-18.09,2.629c-0.377,0.055-0.689,0.318-0.808,0.681c-0.117,0.361-0.02,0.759,0.253,1.024
l13.091,12.76l-3.091,18.018c-0.064,0.375,0.09,0.754,0.397,0.978c0.309,0.226,0.718,0.255,1.053,0.076l16.182-8.506l16.18,8.506
c0.146,0.077,0.307,0.115,0.466,0.115c0.207,0,0.413-0.064,0.588-0.191c0.308-0.224,0.462-0.603,0.397-0.978l-3.09-18.017
l13.091-12.761C55.838,22.336,55.936,21.939,55.818,21.578z" />
<g>
</svg>
</div>
<h1 class="additional-information-div">
<b>Högsta betyg</b>
</h1>
<div style="color:black; text-align: center; padding:0 20px;">
ClinicWiz-appen har fått högsta betyg, fem stjärnon, i både Appstore och Google Play
</div>
</div>
</div>
</div>
<div class="breaker">
<div class="inside-breaker"></div>
</div>
<div class="two-block-fullwidth">
<div class="inside-block" style="padding:0; flex-direction: unset;">
<div class="inside-block-left" style="padding-left: 0; margin: auto;">
<img style="width: 100%;" src="background/3.jpg">
</div>
</div>
<div class="two-block-breaker"></div>
<div class="inside-block" style="padding:unset !important">
<div class="inside-block-right inside-block-right-buttons" style="padding-left: 0; display: block; margin: auto; display: flex;">
<div class="inside-block-left padding extra-padding" style="display: block; margin: auto; font-size:1.3rem;text-align: center;">
Gör det enkelt, både för er och era kunder! Slipp alla papper och pärmar, bli digitala och framtidssäkra idag!
</div>
<span style="margin:auto; margin-bottom: 5px;">Ladda ner appen här!</span>
<div style="margin: auto; display: flex;">
<a target="_blank" rel="noopener noreferrer" href="https://apps.apple.com/se/app/clinicwiz/id1504557453"><img width="150px" style="-webkit-box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
-moz-box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
box-shadow: 0 4px 10px rgb(0 0 0 / 10%);" src="images/apple_download.png"></a>
<a target="_blank" rel="noopener noreferrer" style="margin-left: 5px;" href="https://play.google.com/store/apps/details?id=clinic.wiz.app"><img width="150px" style=" -webkit-box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
-moz-box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
box-shadow: 0 4px 10px rgb(0 0 0 / 10%);" src="images/google_download.png"></a>
</div>
</div>
</div>
</div>
<div class="breaker">
<div class="inside-breaker"></div>
</div>
<div class="lightbackgroundcolor" style="display: flex;" id="price">
</div>
<div class="one-block-fullwidth lightbackgroundcolor" style="padding-top: 1rem; padding-bottom: 3rem; margin-bottom: 0; margin-top: 0;">
<div style="display: flex; margin: 20px; margin-bottom: 40px;">
<div style="margin: auto; display: flex; flex-direction: column;">
<h1 class="blacktextcolor margintext mobile-fix" style="font-size: 32px;">Prislista</h1>
<div style="text-align: center;margin: auto; margin-top: 20px;">
Första månaden är <u>gratis</u>!
</div>
<div class="blacktextcolor" style="text-align: center; font-size: 2rem; display: flex; flex-direction: column;">
<div style="display: flex; margin-top: 20px; font-size: 16px;">
<span style="min-width: 175px; text-align: left;">Bindningstid 1 månad</span>
<span class="dots"></span>
<span style="min-width: 90px;">499 kr/mån*</span>
</div>
<span style="font-weight: normal; font-size: 12px; opacity: 0.8; text-align: left;">Full tillgång till ClinicWiz samtliga funktioner under 1 månad med automatisk förlängning**</span>
<div style="margin-top: 20px; font-size: 12px; font-weight: normal; text-align: left;">
<div>*Exklusive 25% moms (619kr inkl. moms)</div>
<div>**Abonnemanget förlängs automatiskt med 1 månad om det inte sägs upp minst 30 dagar i förväg.</div>
</div>
</div>
<div style="text-align: center;margin: auto; margin-top: 20px;">
Hantera er betalning i ClinicWiz appen via "Konto" menyn.
</div>
<div style="margin: auto; margin-top: 20px;">
<img style="width: 125px;" src="images/apple_payment.png">
<img style="width: 125px;" src="images/google_payment.png">
</div>
<div style="text-align: center; font-style: italic; font-size: 16px; color:rgb(0,0,0, 0.8)">
Betalning sker via App Store och Google Play
</div>
</div>
</div>
</div>
<div class="one-block-fullwidth graybackgroundcolor footer-main" style="margin-bottom: 0;">
<div class="graybackgroundcolor" style="display: flex;">
<div class="footer">
<div class="footer-item order1" style="display: flex;">
<div style="display: flex; flex-direction: column; margin: auto;">
<div style="margin: auto;">
<img style="width: 150px;" src="images/written_logo.png">
<div class="footer-info" style="color: rgb(0,0,0);text-align: center; font-size: 10px;">ägs av</div>
<div class="footer-info" style="color: rgb(0,0,0);text-align: center; font-size: 10px;">App
Realization Sweden AB</div>
<div class="footer-info" style=" color: rgb(0,0,0);text-align: center; font-size: 10px">
Org. nummer: 559222-8273</div>
</div>
</div>
</div>
<div class="footer-item order2">
<div>
<div class="footer-links">
<div class="social-media">
<div style="display: flex; margin: auto;">
<div class="social-media-icon">
<a target="_blank" rel="noopener noreferrer" href="https://apps.apple.com/se/app/clinicwiz/id1504557453">
<img style="width: 50px; height: 50px;" src="images/appstore_footer.png"></a>
AppStore
</div>
<div class="social-media-icon">
<a target="_blank" rel="noopener noreferrer" href="https://play.google.com/store/apps/details?id=clinic.wiz.app">
<img style="width: 50px; height: 50px;" src="images/google_play_footer.png">
</a>
Goole Play
</div>
<div class="social-media-icon">
<a target="_blank" rel="noopener noreferrer" href="mailto:[email protected]">
<img style="width: 50px; height: 50px;" src="images/email_footer.png">
</a>
Mail
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer-item order3">
<div>
<div class="footer-header">Kontakta oss</div>
<div class="footer-info">Support, när ni behöver det!</div>
<div style="margin: auto; display: flex; margin-top: 10px;">
<a href="mailto:[email protected]" style="text-align: center; margin: auto;">[email protected]</a>
</div>
<div style="margin-top: 10px;" class="footer-info">Läs om våra vilkor <a style="font-weight: bold; text-decoration: underline;" href="privacy_policy.html">här</a></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
<script>
$(document).ready(function () {
function numberWithSpaces(x) {
return x.toString().replace(/\B(?=(\d{3})+(?!\d))/g, " ");
}
$.ajax
({
type: "GET",
url: "https://api.clinicwiz.se/information/stats",
headers: { 'apikey': '9f]te-UDqn' },
dataType: 'json',
success: function (data) {
var stats1 = document.getElementsByClassName('stats1');
for (i = 0; i < stats1.length; i++)
stats1[i].innerHTML = numberWithSpaces(Math.floor(data.numberOfCustomerClinics / 10) * 10);
var stats2 = document.getElementsByClassName('stats2');
for (i = 0; i < stats2.length; i++)
stats2[i].innerHTML = numberWithSpaces(Math.floor(data.numberOfCustomerHealthDeclarations / 100) * 100);
var stats3 = document.getElementsByClassName('stats3');
for (i = 0; i < stats3.length; i++)
stats3[i].innerHTML = numberWithSpaces(Math.floor(data.numberOfCustomerTreatmentDocuments / 100) * 100);
var stats4 = document.getElementsByClassName('stats4');
for (i = 0; i < stats3.length; i++)
stats4[i].innerHTML = numberWithSpaces(Math.floor(data.numberOfCustomerPictures / 100) * 100);
}
});
});
</script>