-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcreate.html
905 lines (858 loc) · 76.9 KB
/
create.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
<!doctype html>
<html>
<head>
<title>Kliffa.fi | Paytrail Payment API | Create a new payment</title>
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0" />
<meta name="format-detection" content="telephone=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="shortcut icon" href="https://kliffa.fi/static/images/favicon-16.ico?v2" sizes="16x16">
<link rel="shortcut icon" href="https://kliffa.fi/static/images/favicon-32.ico?v2" sizes="32x32">
<link rel="shortcut icon" href="https://kliffa.fi/static/images/favicon-48.ico?v2" sizes="48x48">
<link rel="apple-touch-icon" href="https://kliffa.fi/images/kliffa_innovations_logo-1024px.png?v3">
<link rel="stylesheet" href="https://kliffa.fi/static/dist/jquery/1.12.0/jquery-ui.min.css?v1" type="text/css" />
<link rel="stylesheet" href="https://kliffa.fi/static/dist/bootstrap/4.0.0/css/bootstrap.min.css" type="text/css" />
<link rel="stylesheet" href="https://kliffa.fi/static/dist/bootstrap/4.5.3/css/bootstrap.min.css" type="text/css" />
<link rel="stylesheet" href="/static/dist/fonts/Oswald-4.4.2.css" type="text/css" media="all" />
<link rel="stylesheet" href="/static/dist/fonts/font-awesome-4.6.3.min.css" type="text/css" media="all" />
<link rel="stylesheet" href="/static/dist/fonts/fontawesome/5.0.6/all.css">
<link rel="stylesheet" href="/static/dist/fonts/font-awesome-icon-3.2.1.css" type="text/css" media="all" />
<link rel="stylesheet" href="https://kliffa.fi/static/css/text.css?ver=1.10&proddate=20220329" type="text/css" />
<link rel="stylesheet" href="https://kliffa.fi/static/css/place.css?ver=1.20&proddate=20220329" type="text/css" />
<link rel="stylesheet" href="https://kliffa.fi/static/css/payment.css?ver=1.20&proddate=20221107" type="text/css" />
<link rel="stylesheet" href="https://kliffa.fi/static/css/main.css?ver=1.29&proddate=20220329" type="text/css" />
<link rel="stylesheet" href="https://kliffa.fi/static/css/main_media.css?ver=0.79&proddate=20221107" type="text/css" />
<script type="text/javascript" src="https://kliffa.fi/static/dist/jquery/jquery-1.12.4.min.js?v1"></script>
<script type="text/javascript" src="https://kliffa.fi/static/dist/jquery/1.12.0/jquery-ui.min.js?v1"></script>
<script type="text/javascript" src="https://kliffa.fi/static/dist/popper/1.14.1/js/popper.min.js"></script>
<script type="text/javascript" src="https://kliffa.fi/static/dist/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<script type="text/javascript" src="/demo/perl-paytrail-payment-api-integration/js/Paytrail.js"></script>
</head>
<body>
<div id="msglayer" class="msgLayer"></div>
<div class="header-wrap">
<header id="header">
<div class="header-bar">
<div id="site-logo"><a href="/" title="Kliffa.fi"><img src="/images/kliffa_logo-68.png" id="kliffa_logo" alt="Kliffa Logo" title="Kliffa.fi etusivu" width="68" height="42" /></a></div>
<div id="main-nav" class="main-nav" style="display:none;"></div>
<div id="sub-main-nav" class="main-nav"><ul></ul></div>
</div><!-- /.header-bar -->
</header>
</div>
<div id="main-content" class="main-content-wrap" style="height:none;">
<nav class="navbar navbar-expand-lg navbar-light bg-light navbar-border">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav navbar-nav-feature">
<li class="nav-item"><a href="#" id="cancel_reservation1" class="nav-link">Demo</a></li>
<li class="nav-item active"><a href="#" class="nav-link" style="cursor:text;"><b>Booking details</b></a></li>
<li class="nav-item"><a href="#" class="nav-link" style="cursor:text;">Confirmation</a></li>
</ul>
</div>
</nav>
<div class="main-payment-wrap">
<div class="row_inner_wrapper">
<div class="article_footer">
<div class="col-xs-1 col-md-1"></div>
<div class="col-xs-12 col-md-10" style="height:30px;">
<div id="errorAlert" class="alert alert-danger error-alert">
<button type="button" aria-label="Close" class="close" onclick="jQuery('div#errorAlert').hide();"><span aria-hidden="true">x</span></button>
<span id="errorText"></span>
</div>
<div id="warnAlert" class="alert alert-warning error-alert">
<button type="button" aria-label="Close" class="close" onclick="jQuery('div#warnAlert').hide();"><span aria-hidden="true">x</span></button>
<span id="warnText"></span>
</div>
</div>
</div>
<div class="row_inner">
<div class="payment_wrapper">
<span class="head-32">Booking confirmation and payment</span><br /><br />
<span class="head-17">Check your booking details. Please enter your payment card data and after that confirm by clicking the ”Pay button” at the bottom of the page.</span><br /><br />
<span class="head-19">Reservation Number:</span> <span id="booking_no" class="booking_no">WL5D2W14WW</span><br /><br />
<div id="payment_wrap_1" class="row margin-desktop-10">
<div class="col-6 col-sm-6 col-md-6"><span class="head-23">Reservation data</span></div>
<div class="col-6 col-sm-6 col-md-3" style="position:relative;top:10px;"><div class="glyphicon glyphicon-pencil" style="width:100%;" /></div>
</div>
<div class="payment_booking_wrapper">
<div class="row payment_col">
<div class="col-12 col-sm-12 col-md-4"><span class="bhead-19">Product</span></div><div class="col-12 col-sm-12 col-md-8"><span id="product" class="head-19">IT Consulting Services</span></div><br />
<div class="col-12 col-sm-12 col-md-4"><span class="bhead-19">Include</span></div><div class="col-12 col-sm-12 col-md-8"><span id="payment_booking_date_text" class="head-19">Software development</span></div><br />
<div class="col-12 col-sm-12 col-md-4"><span class="bhead-19">Total price</span></div><div class="col-12 col-sm-12 col-md-8"><span id="totalSum" class="head-19">299.00</span><span class="head-19"> €</span></div><br />
<div class="col-12 col-sm-12 col-md-4"><span class="bhead-19">Booking time</span></div><div class="col-12 col-sm-12 col-md-8"><span class="head-19">01 Nov 2022, 16:34</span></div><br />
</div>
</div>
</div>
<div id="payment_wrap_2" class="row margin-desktop-10">
<div class="col-6 col-sm-6 col-md-6 col-margin-10"><span class="head-23">Personal Data</span></div>
<div class="col-6 col-sm-6 col-md-3 payment_wrap_2_col_2 col-margin-10" style="top:10px;"><div class="glyphicon glyphicon-pencil" style="width:100%;" /></div>
</div>
<div id="payment_userdata" class="payment_userdata_wrapper">
<div id="div_edit_personal_data" class="row payment_col">
<div class="col-12 col-sm-12 col-md-4 text_height"><span class="bhead-19">Name<sup>*</sup></span></div><div class="col-12 col-sm-12 col-md-8"><span id="lastname" class="head-19">Testaaja </span> <span id="firstname" class="head-19">Teemu </span></div><br />
<div class="col-12 col-sm-12 col-md-4 text_height"><span class="bhead-19">Address<sup>*</sup></span></div><div class="col-12 col-sm-12 col-md-8"><span id="address" class="head-19">Testaajankatu 10 A 1 </span></div><br />
<div class="col-12 col-sm-12 col-md-4 text_height"><span class="bhead-19">ZIP Code<sup>*</sup></span></div><div class="col-12 col-sm-12 col-md-8"><span id="zipcode" class="head-19">00200 </span></div><br />
<div class="col-12 col-sm-12 col-md-4"><span class="bhead-19">City and Country/Region<sup>*</sup></span></div><div class="col-12 col-sm-12 col-md-8"><span id="city" class="head-19">Helsinki, Finland</span></div><br />
<div class="col-12 col-sm-12 col-md-4 text_height"><span class="bhead-19" title="Matkapuhelinnumero on pakollinen tieto.">Phone<sup>*</sup></span></div><div class="col-12 col-sm-12 col-md-8"><span id="telno" class="head-19">+358401234567 </span></div><br />
<div class="col-12 col-sm-12 col-md-4 text_height"><span class="bhead-19">Email Address<sup>*</sup></span></div><div class="col-12 col-sm-12 col-md-8"><span id="email" class="head-19">sales@kliffa.fi</span></div><br />
</div>
</div>
</div>
<div id="payment_wrap_2_error_handler" class="row margin-desktop-10">
<div class="col-12 col-sm-12 col-md-12">
<span class="errorText2" id="errorText2" style="position:relative;float:left;top:0px;left:10px;"></span><span class="" style="color:green;"></span>
</div>
</div>
<div id="payment_wrap_2b" class="row margin-desktop-10">
<div class="col-12 col-sm-12 col-md-12"><span class="head-23">Special Requests</span></div>
<div class="payment_userdata_wrapper">
<textarea name="message" id="_message" rows="5" cols="50" wrap="soft" placeholder="You can always make a special request after your booking is complete!" title="You can always make a special request after your booking is complete!" style="position:relative;left:0px;top:5px;width:99%;height:220px;"></textarea>
</div>
</div>
<div id="payment_wrap_3" class="row margin-desktop-10">
<div class="col-12 col-sm-12 col-md-12"><span id="payment_headline1" class="head-23">SEPA payment 299 €</span></div>
<div id="payment_card_box" class="payment_booking_wrapper" style="padding-left:0px;">
<div class="row adbox-wrap">
<div id="osuuspankki" class="col-10 col-sm-5 col-md-3 padding-10 adbox" onclick="processPayment(this);">
<div class="spinner-border adbox-spinner text-success"><span class="sr-only">Loading...</span></div>
<div class="adbox-logo-wrap">
<!--?xml version="1.0" encoding="UTF-8" standalone="no"?-->
<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="80px" height="80px" viewBox="0 0 350 350" sodipodi:version="0.32" inkscape:version="0.48.0 r9654" sodipodi:docname="OP.svg" version="1.1">
<defs id="defs1903"></defs>
<sodipodi:namedview id="base" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="1.2175" inkscape:cx="49.459861" inkscape:cy="99.743097" inkscape:document-units="px" inkscape:current-layer="layer1" inkscape:window-width="1366" inkscape:window-height="706" inkscape:window-x="-8" inkscape:window-y="-8" showgrid="false" showguides="false" inkscape:guide-bbox="true" fit-margin-top="0" fit-margin-left="0" fit-margin-right="0" fit-margin-bottom="0" inkscape:window-maximized="1">
<sodipodi:guide orientation="1,0" position="-575.89378,147.9085" id="guide3813"></sodipodi:guide>
<sodipodi:guide orientation="1,0" position="106.76612,43.00805" id="guide3815"></sodipodi:guide>
<sodipodi:guide orientation="0,1" position="89.16155,216.51545" id="guide3817"></sodipodi:guide>
<sodipodi:guide orientation="0,1" position="119.40797,167.27474" id="guide3821"></sodipodi:guide>
</sodipodi:namedview>
<metadata id="metadata1906">
<rdf:rdf>
<cc:work rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"></dc:type>
<dc:title></dc:title>
</cc:work>
</rdf:rdf>
</metadata>
<g inkscape:label="Taso 1" inkscape:groupmode="layer" id="layer1" transform="translate(-252.04724,-406.18109)">
<path style="opacity:0.98999999;color:#000000;fill:#ff6a10;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" d="m 396.21005,644.57494 c 33.77186,-7.24626 63.8132,-29.3338 80.46627,-59.16188 19.48836,-34.90648 20.49817,-76.66481 2.72681,-112.75746 -6.57833,-13.36021 -13.59332,-22.88679 -24.52485,-33.30565 -14.87179,-14.17429 -32.97911,-24.30596 -52.90057,-29.59969 -14.25863,-3.78894 -36.8313,-4.70208 -50.89066,-2.05874 -46.60543,8.76247 -84.082,43.53595 -95.94516,89.02489 -2.94497,11.29239 -4.05871,36.3713 -2.14691,48.34373 7.88701,49.39178 46.02958,89.20573 95.45487,99.63767 9.63481,2.03357 38.05057,1.96047 47.7602,-0.12287 z" id="path3789" inkscape:connector-curvature="0" sodipodi:nodetypes="ssssssssss"></path>
<path style="opacity:0.98999999;color:#000000;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" d="m 358.73056,480.16934 c -47.02914,-24.01776 -82.55011,16.20474 -80.5411,46.44353 0.20411,38.15307 41.28113,66.43983 80.5411,45.77174 l 0,47.91173 25.18311,-0.0923 0.39887,-48.0112 c 49.4987,23.34318 82.25396,-16.03467 81.66587,-45.56854 -0.60787,-38.09437 -38.74546,-67.74357 -81.66587,-46.45505 l 0,-48.10342 -24.85652,0 z m -26.61168,18.09986 c 40.27632,4.50795 32.86842,55.81119 -0.14812,56.59041 -38.90523,-0.95785 -38.80581,-56.59584 0.14812,-56.59041 z m 82.56125,-0.80272 c 37.46728,4.21587 33.12602,56.35719 -1.77811,57.39546 -42.8389,-5.61331 -34.10622,-58.42089 1.77811,-57.39546 z" id="path3819" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccccccccccccccc"></path>
</g>
</svg>
</div>
</div>
<div id="nordea" class="col-10 col-sm-5 col-md-3 padding-10 adbox" onclick="processPayment(this);">
<div class="spinner-border adbox-spinner text-success"><span class="sr-only">Loading...</span></div>
<div class="adbox-logo-wrap">
<!--?xml version="1.0" encoding="utf-8"?-->
<!-- Generator: Adobe Illustrator 22.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0" y="0" viewBox="0 30 136.1 28.3" style="enable-background:new 0 0 136.1 28.3;" xml:space="preserve" width="100px" height="100px">
<path class="st0" d="M124,6c-5.5,0.4-9.9,4.9-10.3,10.4c-0.4,6.5,4.7,11.9,11.1,11.9c2.3,0,5.4-1.2,6.8-3.6V28h4.3l0-10.6
C136.1,10.4,130.4,5.5,124,6z M131.3,17.5c-0.2,3.7-3.4,6.5-7.2,6c-2.9-0.4-5.2-2.7-5.6-5.6c-0.4-3.9,2.6-7.2,6.4-7.2
c3.4,0,6.2,2.7,6.4,6.1V17.5z"></path>
<path class="st0" d="M100.4,6c-5.9,0.2-10.9,4.7-10.9,11.3c0,6,4.9,11.1,11.2,11.1c4.4,0,8.7-2.6,10.4-6.9l-4.3-1.3
c-0.8,1.8-2.7,3.3-4.8,3.7c-3,0.6-5.8-1.3-6.9-3.3l16.7-4.6C111.2,11.6,107.5,5.8,100.4,6z M94.2,16.7c0-2.3,1.4-5,4.4-6.1
c3.4-1.3,6.4,0.4,7.7,2.8L94.2,16.7z"></path>
<g>
<path class="st0" d="M63.6,10.5l0-4.6C59.4,6,58,8,57.3,9.2V6.7l-4.8,0v10.2V28l4.9,0c0-6.6,0-6.5,0-10.5
C57.5,12.6,60.3,10.7,63.6,10.5z"></path>
<polygon class="st0" points="19.6,19.4 5,2.3 0,2.3 0,28 5.1,28 5.1,10.8 19.9,28 24.5,28 24.5,2.3 19.6,2.3 "></polygon>
<path class="st0" d="M86.5,0h-4.6v8.4c-1.1-1.4-4.5-2.6-7.4-2.3c-5.5,0.4-9.9,4.9-10.3,10.4c-0.4,6.5,4.7,11.9,11.1,11.9
c2.4,0,5.7-1.1,6.8-3.2l0,2.8h4.3V17.4c0-0.1,0-0.1,0-0.2c0-0.1,0-0.1,0-0.2V0z M81.8,17.5c-0.2,3.7-3.4,6.5-7.2,6
c-2.9-0.4-5.2-2.7-5.6-5.6c-0.4-3.9,2.6-7.2,6.4-7.2c3.4,0,6.2,2.7,6.4,6.1V17.5z"></path>
<path class="st0" d="M38.5,6c-6.2,0-11.2,5-11.2,11.2c0,6.2,5,11.2,11.2,11.2s11.2-5,11.2-11.2C49.7,11,44.7,6,38.5,6z M38.5,23.6
c-3.5,0-6.4-2.9-6.4-6.4c0-3.5,2.9-6.4,6.4-6.4s6.4,2.9,6.4,6.4C44.9,20.7,42.1,23.6,38.5,23.6z"></path>
</g>
<line class="st0" x1="94.2" y1="16.8" x2="94.2" y2="16.8"></line>
<line class="st0" x1="106.3" y1="13.4" x2="106.3" y2="13.4"></line>
</svg>
</div>
</div>
<div id="danske" class="col-10 col-sm-5 col-md-3 padding-10 adbox" onclick="processPayment(this);">
<div class="spinner-border adbox-spinner text-success"><span class="sr-only">Loading...</span></div>
<div class="adbox-logo-wrap">
<!--?xml version="1.0" encoding="utf-8"?-->
<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 70 500 75.4" style="enable-background:new 0 0 500 75.4;" xml:space="preserve" width="120px" height="120px">
<path class="st0" d="M500,0H321v75.4h179V0z M498,1.9v71.6H322.9V1.9H498"></path>
<path class="st0" d="M0,75.4h313.2V0H0V75.4z"></path>
<path class="st1" d="M498,1.9v71.6H322.9V1.9H498"></path>
<path class="st1" d="M108.2,42.8c0,7.4-4,11.1-12.9,11.1h-14V26.1h13.6c10.8,0,13.4,5.3,13.4,11V42.8z M113.9,42.6v-4.8
c0-15.2-11.9-15.8-20-15.8H75.4V58h20.1C111.3,58,113.9,49.5,113.9,42.6"></path>
<path class="st1" d="M145.2,49.2c0,2.1-0.2,4-2.6,4.8c-1.4,0.5-3.4,0.7-6.7,0.7c-3.3,0-5.3-0.3-6.5-1.1c-0.8-0.5-1.1-1.3-1.1-3
c0-2.2,0.5-3.4,1.6-3.9c1-0.5,2.4-0.6,6.4-0.6h9L145.2,49.2L145.2,49.2z M150.7,58V43.9c0-2.7,0-4.5-0.2-5.9
c-0.3-1.4-0.7-2.4-1.9-3.3c-2.6-2-9.1-2.1-12.2-2.1c-2.4,0-8.9,0.3-11.3,2.3c-0.8,0.7-1,1.5-1,2.5c0,0.6,0.1,1.5,0.1,2.6h5.3
c0.1-0.6,0.2-2.2,0.8-2.8c0.7-0.7,1.9-1,5.6-1c4.2,0,7.1,0.1,8.3,0.8c1.1,0.6,1.1,2,1.1,3v2.4H133c-3.3,0-7.1,0.1-9.2,2.9
c-1,1.2-1.4,2.8-1.4,4.8c0,6,3.7,8,13.1,8c4.9,0,8.1-0.8,10-2.4l0.5,2.1L150.7,58"></path>
<path class="st1" d="M183.4,58V44.3c0-4.8-0.2-5.7-1.4-6.6c-1.1-0.8-3.3-1.3-6.6-1.3c-2.9,0-5.9,0.4-8.7,1.1V58h-5.4V32.9h4.8
l0.4,1.8c1.1-0.6,1.9-1,3-1.4c1.8-0.5,4.1-0.8,7.1-0.8c3.4,0,6.1,0.5,8.1,1.4c2,0.9,3.1,2.5,3.5,4.4c0.3,1.3,0.4,2.4,0.4,5.3V58
H183.4"></path>
<path class="st1" d="M223.4,56.5c-2.5,1.3-6.6,1.8-11.9,1.8c-3.7,0-6.7-0.3-9.1-0.9c-2.5-0.6-3.8-1.8-3.9-3.9
c-0.1-1.1,0-2.1,0.1-3.5h5.2c0.2,1.3,0.2,1.7,0.2,1.9c0.2,1.2,0.1,1.8,1.5,2.3c1.4,0.4,3.5,0.6,6.3,0.6c3.4,0,5.8-0.4,7.4-1.1
c1.1-0.5,1.7-1.4,1.7-3.1c0-2-0.4-2.8-2.5-3.1c-0.6-0.1-1.3-0.1-1.9-0.2c-0.4,0-1.5,0-3.4-0.1c-0.9,0-1.9-0.1-3.2-0.1
c-5.4-0.3-11.1-0.5-11.1-6.8c0-5.7,3.5-7.7,13.1-7.7c2.4,0,5.4,0.2,7.2,0.4c2.1,0.3,3.7,0.6,4.8,1.3c1.3,0.7,1.7,1.9,1.7,3.8
c0,0.5,0,1.1-0.1,1.9h-5.3l-0.2-1.1c-0.3-1.4-0.4-1.6-0.8-1.9c-0.8-0.6-3.1-0.9-6.3-0.9s-5.1,0.1-6.6,0.7c-1.4,0.5-2,1.4-2,3.2
c0,1.2,0.5,2.1,1,2.5c1.4,0.9,8.8,0.8,11.4,0.8c2.7,0,4.5,0.3,6,0.8c2.8,1,3.8,2.8,3.8,6.4C226.6,53.5,225.6,55.4,223.4,56.5"></path>
<path class="st1" d="M256.6,58l-13-11.9h-1.9V58h-5.4V22.1h5.4v20.5h1.9l10.8-9.7h6.3l-12.5,11.1L263.8,58H256.6"></path>
<path class="st1" d="M290.6,43h-17.3c0.2-3.2,0.9-4.6,2.1-5.5c1.3-0.9,3.6-1.4,7-1.4c4.7,0,6.9,1,7.7,3.2
C290.4,40.3,290.6,41.1,290.6,43z M295.6,50.1h-5.3c-0.2,0.8-0.3,2.7-1,3.4c-0.8,0.8-2.4,1.2-6.8,1.2c-4.3,0-6.7-0.6-7.9-1.8
c-0.9-0.9-1.4-2.8-1.4-5.7v-0.7h22.6c0-1.2,0.1-1.5,0.1-2.5c0-4.2-0.6-6.5-2.4-8.2c-2-2.1-6-3.2-11.4-3.2c-6.9,0-11.2,1.6-12.9,5.1
c-1,2-1.6,4.8-1.6,8.3c0,5.5,1.4,8.9,4.7,10.6c2,1.1,5.4,1.7,9.8,1.8c3.7,0,6.6-0.2,9.8-1.1c3.1-1,3.9-2.8,3.9-4.3
C295.7,52.6,295.7,51.4,295.6,50.1"></path>
<path class="st0" d="M366.9,31.1c0,5.3-3,6.4-9.1,6.4h-13.6V26.1h14.3C363.9,26.1,366.9,26.6,366.9,31.1L366.9,31.1z M374,47.9
c0-4.4-2.5-7.7-8.6-8.6v-0.1c4.7-1.2,7.2-3.7,7.2-7.5c0-6.3-3.1-9.5-11.8-9.5h-22.5V58h23.4C369.6,58,374,54.4,374,47.9L374,47.9z
M368.2,48.3c0,5.1-3.6,5.6-9.2,5.6h-14.8V41.6h15.6C366.4,41.6,368.2,43.7,368.2,48.3"></path>
<path class="st0" d="M403.4,49.2c0,2.1-0.1,4-2.5,4.8c-1.4,0.5-3.4,0.7-6.7,0.7c-3.3,0-5.3-0.3-6.5-1.1c-0.8-0.5-1.1-1.3-1.1-3
c0-2.2,0.5-3.4,1.6-3.9c1-0.5,2.3-0.6,6.4-0.6h8.9V49.2z M408.9,58V43.9c0-2.7,0-4.5-0.2-5.9c-0.3-1.4-0.7-2.4-1.9-3.3
c-2.6-2-9.1-2.1-12.2-2.1c-2.4,0-8.9,0.3-11.3,2.3c-0.8,0.7-1,1.5-1,2.5c0,0.6,0.1,1.5,0.1,2.6h5.3c0.1-0.6,0.2-2.2,0.8-2.8
c0.7-0.7,1.9-1,5.6-1c4.2,0,7.1,0.1,8.3,0.8c1.1,0.6,1,2,1,3v2.4h-12.2c-3.3,0-7.1,0.1-9.2,2.9c-0.9,1.2-1.4,2.8-1.4,4.8
c0,6,3.7,8,13.1,8c4.9,0,8.1-0.8,10-2.4l0.5,2.1L408.9,58"></path>
<path class="st0" d="M440.3,58V44.3c0-4.8-0.2-5.7-1.4-6.6c-1.1-0.8-3.3-1.3-6.6-1.3c-2.9,0-5.9,0.4-8.7,1.1V58h-5.4V32.9h4.8
l0.4,1.8c1-0.6,1.9-1,3-1.4c1.8-0.5,4-0.8,7.1-0.8c3.4,0,6.1,0.5,8.1,1.4c2,0.9,3.1,2.5,3.5,4.4c0.3,1.3,0.4,2.4,0.4,5.3V58H440.3"></path>
<path class="st0" d="M475.4,58l-13-11.9h-1.9V58h-5.4V22.1h5.4v20.5h1.9l10.8-9.7h6.3L467,43.9L482.6,58H475.4"></path>
</svg>
</div>
</div>
<div id="saastopankki" class="col-10 col-sm-5 col-md-3 padding-10 adbox" onclick="processPayment(this);">
<div class="spinner-border adbox-spinner text-success"><span class="sr-only">Loading...</span></div>
<div class="adbox-logo-wrap">
<!--?xml version="1.0" encoding="utf-8"?-->
<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 206.9 206.9" style="enable-background:new 0 0 206.9 206.9;" xml:space="preserve" width="80px" height="80px">
<g>
<g>
<path class="st0" d="M103.3,102.3c0-7.7-2.4-14.9-6.6-20.7H82.8c6.5,4.6,10.7,12.2,10.7,20.7c0,8.6-4.3,16.2-10.8,20.8h41.2
c-6.5-4.6-10.8-12.2-10.8-20.8c0-8.5,4.2-16.1,10.7-20.7H110C105.8,87.4,103.4,94.6,103.3,102.3L103.3,102.3"></path>
<path class="st0" d="M103.3,45.3c-3.6,0-6.9,1.4-9.4,3.9c-2.5,2.5-3.9,5.9-3.9,9.5c0,3.4,0.7,5.5,1.4,7.6c0.7,2.1,1.4,3.8,2.1,5.4
c-1.6-0.7-3.3-1.4-5.4-2.1c-2.1-0.7-4.2-1.4-7.6-1.4c-3.6,0-6.9,1.4-9.4,3.9c-2.5,2.5-3.9,5.9-3.9,9.4c0,3.6,1.4,6.9,3.9,9.4
c2.5,2.5,5.9,3.9,9.4,3.9c2,0,4.1-0.4,6.1-1.5c1.3,2.8,2,5.7,2,8.8c0,1.2-0.1,2.3-0.3,3.4c-2.6,0.8-5.2,1.3-7.8,1.3
c-6.8,0-13.1-2.6-17.9-7.4c-4.8-4.8-7.4-11.1-7.4-17.9c0-13.1,10.4-24.7,23.3-24.9c0.2-12.9,11.7-23.4,24.8-23.4
c13.1,0,24.7,10.4,24.8,23.4c12.9,0.2,23.3,11.7,23.3,24.9c0,6.8-2.6,13.1-7.4,17.9c-4.8,4.8-11.1,7.4-17.9,7.4
c-2.6,0-5.2-0.4-7.8-1.3c-0.2-1.1-0.3-2.2-0.3-3.4c0-3.1,0.7-6,2-8.8c2,1.1,4.1,1.5,6.1,1.5c3.6,0,6.9-1.4,9.4-3.9
c2.5-2.5,3.9-5.9,3.9-9.4c0-3.6-1.4-6.9-3.9-9.4c-2.5-2.5-5.9-3.9-9.4-3.9c-3.4,0-5.5,0.6-7.6,1.4c-2.1,0.7-3.8,1.4-5.4,2.1
c0.7-1.6,1.4-3.3,2.1-5.4c0.7-2.1,1.4-4.2,1.4-7.6c0-3.6-1.4-6.9-3.9-9.5C110.2,46.7,106.9,45.3,103.3,45.3"></path>
</g>
<g>
<path class="st0" d="M10.8,165.6c-3.7,0-7-1.6-9.1-4.1l2.7-2.7c1.7,1.9,4.3,3,6.7,3c3.6,0,5.3-1.2,5.3-3.7c0-2-1.5-3-5.8-4.3
c-5.4-1.6-8-3-8-7.6c0-4.4,3.7-7.2,8.5-7.2c3.5,0,6.1,1.3,8.4,3.5l-2.7,2.8c-1.6-1.7-3.4-2.5-6-2.5c-3,0-4.3,1.5-4.3,3.2
c0,1.8,1.2,2.7,5.6,4c5.1,1.5,8.2,3.2,8.2,7.7C20.3,162.4,17.4,165.6,10.8,165.6"></path>
<path class="st0" d="M34.7,143.6c-1.4,0-2.5-1.1-2.5-2.5c0-1.4,1.1-2.5,2.5-2.5c1.3,0,2.5,1.1,2.5,2.5
C37.2,142.4,36.1,143.6,34.7,143.6 M34.8,157c-1-0.5-2.3-0.8-4.4-0.8c-2.4,0-4,1.1-4,2.9c0,1.9,1.2,3.2,3.7,3.2
c2,0,3.8-1.2,4.7-2.5V157z M27.6,143.6c-1.4,0-2.5-1.1-2.5-2.5c0-1.4,1.1-2.5,2.5-2.5c1.3,0,2.5,1.1,2.5,2.5
C30,142.4,28.9,143.6,27.6,143.6z M34.8,165.2v-1.9c-1.3,1.3-3.2,2.3-5.3,2.3c-3.1,0-6.7-1.8-6.7-6.5c0-4.3,3.3-6.2,7.7-6.2
c1.8,0,3.2,0.3,4.3,0.7v-1.4c0-2.1-1.3-3.3-3.6-3.3c-2,0-3.5,0.4-5,1.2l-1.5-2.9c1.8-1.1,3.9-1.7,6.6-1.7c4.3,0,7.2,2.1,7.2,6.5
v13.2H34.8z"></path>
<path class="st0" d="M53.2,143.6c-1.4,0-2.5-1.1-2.5-2.5c0-1.4,1.1-2.5,2.5-2.5c1.3,0,2.5,1.1,2.5,2.5
C55.6,142.4,54.5,143.6,53.2,143.6 M53.2,157c-1-0.5-2.3-0.8-4.4-0.8c-2.4,0-4,1.1-4,2.9c0,1.9,1.2,3.2,3.7,3.2
c2,0,3.8-1.2,4.7-2.5V157z M46,143.6c-1.4,0-2.5-1.1-2.5-2.5c0-1.4,1.1-2.5,2.5-2.5c1.3,0,2.5,1.1,2.5,2.5
C48.5,142.4,47.3,143.6,46,143.6z M53.2,165.2v-1.9c-1.3,1.3-3.2,2.3-5.3,2.3c-3.1,0-6.7-1.8-6.7-6.5c0-4.3,3.3-6.2,7.7-6.2
c1.8,0,3.2,0.3,4.3,0.7v-1.4c0-2.1-1.3-3.3-3.6-3.3c-2,0-3.5,0.4-5,1.2l-1.5-2.9c1.8-1.1,3.9-1.7,6.6-1.7c4.3,0,7.2,2.1,7.2,6.5
v13.2H53.2z"></path>
<path class="st0" d="M66.8,165.6c-2.6,0-5.4-1-7.4-2.5l1.7-2.9c1.8,1.2,3.8,1.9,5.6,1.9c2.4,0,3.5-0.8,3.5-2.1
c0-1.5-1.7-2.2-4.5-3.2c-4.1-1.6-5.6-3-5.6-6.1c0-3.4,2.7-5.2,6.6-5.2c2.4,0,4.8,0.9,6.5,2.1l-1.7,2.9c-1.6-1.1-3.2-1.7-5-1.7
c-1.8,0-2.6,0.7-2.6,1.8c0,1,0.7,1.7,3.6,2.8c4.3,1.7,6.5,2.8,6.5,6.5C74,164.2,70.6,165.6,66.8,165.6"></path>
<path class="st0" d="M86.3,164.7c-0.9,0.5-2.2,0.9-3.7,0.9c-2.7,0-4.3-1.6-4.3-5.1v-11.1h-2.7v-3.4h2.7v-5.5l3.7-2v7.5h4.8v3.4H82
v10.4c0,1.8,0.6,2.3,2,2.3c1,0,2.1-0.4,2.8-0.8L86.3,164.7"></path>
<path class="st0" d="M100.5,143.7c-1.4,0-2.5-1.1-2.5-2.5c0-1.4,1.1-2.5,2.5-2.5c1.3,0,2.5,1.1,2.5,2.5
C103,142.6,101.8,143.7,100.5,143.7 M96.9,149.1c-2.9,0-4.6,2.5-4.6,6.3c0,4.2,1.9,6.5,4.8,6.5s4.7-2.9,4.7-6.4
C101.8,151.7,99.9,149.1,96.9,149.1z M93.4,143.7c-1.4,0-2.5-1.1-2.5-2.5c0-1.4,1.1-2.5,2.5-2.5c1.3,0,2.5,1.1,2.5,2.5
C95.8,142.6,94.7,143.7,93.4,143.7z M96.9,165.6c-4.8,0-8.5-4-8.5-10c0-6.3,3.7-10,8.6-10c4.9,0,8.6,3.9,8.6,9.9
C105.6,161.9,101.9,165.6,96.9,165.6z"></path>
<path class="st0" d="M116.6,149c-1.8,0-3.4,1.2-4.4,2.5v8.1c0.8,1.1,2.6,2.5,4.5,2.5c2.7,0,4.2-2.1,4.2-6.1
C120.9,151.2,119.4,149,116.6,149 M117.1,165.6c-1.9,0-3.8-1-4.8-2.2v6.9l-3.7,1.9v-26.3h3.7v1.8c1.4-1.3,3-2.2,5-2.2
c4.1,0,7.4,3,7.4,10.3C124.7,162.5,121.1,165.6,117.1,165.6z"></path>
<path class="st0" d="M138.7,157c-1-0.5-2.3-0.8-4.4-0.8c-2.4,0-4,1.1-4,2.9c0,1.9,1.2,3.2,3.7,3.2c2,0,3.8-1.2,4.7-2.5V157
M138.7,165.2v-1.9c-1.3,1.3-3.2,2.3-5.3,2.3c-3.1,0-6.7-1.8-6.7-6.5c0-4.3,3.3-6.2,7.7-6.2c1.8,0,3.2,0.3,4.3,0.7v-1.4
c0-2.1-1.3-3.3-3.6-3.3c-2,0-3.5,0.4-5,1.2l-1.5-2.9c1.8-1.1,3.9-1.7,6.6-1.7c4.3,0,7.2,2.1,7.2,6.5v13.2H138.7z"></path>
<path class="st0" d="M157.8,165.2v-10.9c0-3.9-1.5-5.3-4-5.3c-2.5,0-4,1.8-4,4.9v11.3h-3.8v-19.3h3.8v1.8c1-1.4,2.9-2.2,4.8-2.2
c4.5,0,6.9,2.9,6.9,8.6v11H157.8"></path>
<path class="st0" d="M176.2,165.2l-4.3-9.6l-2.9,3.9v5.7h-3.8v-24.7l3.8-2v12.1c0,1.2,0,3.2,0,4.1c0.5-0.8,1.5-2.2,2.1-3.2l4-5.6
h4.3l-4.9,6.5l5.8,12.8H176.2"></path>
<path class="st0" d="M193.8,165.2l-4.3-9.6l-2.9,3.9v5.7h-3.8v-24.7l3.8-2v12.1c0,1.2,0,3.2,0,4.1c0.5-0.8,1.5-2.2,2.1-3.2l4-5.6
h4.3l-4.9,6.5l5.8,12.8H193.8"></path>
<path class="st0" d="M204.4,165.2h-3.8v-19.3h3.8V165.2z M202.6,143.5c-1.4,0-2.5-1.1-2.5-2.4c0-1.4,1.1-2.5,2.5-2.5
c1.3,0,2.4,1.1,2.4,2.5C205,142.4,203.9,143.5,202.6,143.5z"></path>
</g>
</g>
</svg>
</div>
</div>
<div id="spankki" class="col-10 col-sm-5 col-md-3 padding-10 adbox" onclick="processPayment(this);">
<div class="spinner-border adbox-spinner text-success"><span class="sr-only">Loading...</span></div>
<div class="adbox-logo-wrap">
<!--?xml version="1.0" encoding="utf-8"?-->
<svg version="1.1" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 70 706.3 141.3" style="enable-background:new 0 0 706.3 141.3;" xml:space="preserve" width="100px" height="100px">
<path id="path30" class="st0" d="M674.7,18.8c0-7,5.7-12.7,12.7-12.7c7,0,12.7,5.7,12.7,12.7c0,7-5.7,12.7-12.7,12.7
C680.4,31.4,674.7,25.8,674.7,18.8 M358.3,43.8v2.4c9.3,5.1,8,11,8,20.4v48.8c0,9.4,1.3,15.1-8,20.3v2.5h35.2v-2.5
c-9.3-5.1-8-10.6-8-20V82.8c0-14.8,8.7-27.3,24.3-27.3c17,0,23.5,10.3,23.5,28.8v31.3c0,9.2,1.3,14.9-8,20.1v2.5h35.2v-2.5
c-9.3-5.1-8-10.6-8-20.1V77.2c0-31-22.3-36-37.3-36c-12.3,0-23.9,6.1-29.7,15.8V41.2H383c-4.4,2.5-7.7,2.6-12.3,2.6L358.3,43.8z
M86.7,5.4c-10-3-20.7-4.5-31.1-4.5c-26.7,0-52.5,9.7-52.5,35.4C3.1,80,73.8,75,73.8,105.5c0,11.9-15.1,18.9-29.2,18.9
c-16.3,0-34.1-6.6-44.6-16.4l5.4,27.2c11.9,4.3,24.7,6.1,37.4,6.1c34.9,0,56-16.2,56-39.6c0-37.6-70.3-39.7-70.3-67.6
c0-11.9,13.8-17.2,25.8-17.2c11.7,0,25.1,4.7,32.5,11.4V5.4z M114,65.7c1.8-1.9,4.5-3.5,6.8-3.5h43.5c2.3,0,2.2,1.6,0.4,3.5
l-7.8,8.6c-1.8,1.9-4.6,3.5-6.8,3.5h-43.6c-2.1,0-2.2-1.6-0.4-3.5L114,65.7z M470.2,3.3v2.4c9.1,5.1,7.8,10.9,7.8,20.4v89.4
c0,9.4,1.3,15.1-7.8,20.3v2.5h35.2v-2.5c-9.5-5.1-8.2-10.8-8.2-20.3V0h-2.5c-2.7,3.1-6,3.3-10.6,3.3L470.2,3.3z M532.3,126.6
c4,5.6,9.2,11.5,21.5,11.5h16.4c-9.5-5.7-15.8-14.5-22.3-22.9l-25.7-31.7l35.2-39.6h-32v2.4c1.8,0.4,4,1.3,4,4.2
c0,5.1-7.6,12.9-10.7,16.4l-17.5,18.7L532.3,126.6z M671.1,43.8v2.4c9.3,5.1,8,10.8,8,20.2v49c0,9.4,1.3,15.1-8,20.2v2.5h35.2v-2.5
c-9.3-5.1-8-10.8-8-20.3V40.6h-2.4c-3.6,3.1-7,3.3-11.9,3.3L671.1,43.8z M172.8,3.3v2.4C183.3,9.8,182,23,182,32.2v77.2
c0,9.3,1.3,22.5-9.5,26.2v2.5h41.9v-2.5c-11.2-6.1-11-12.4-11-23.9V18.6c13.1,0,1,0,14.8,0c17.6,0.1,30.1,7.4,30.1,25.4
c0,18-14.7,28.6-37.9,28.6V75c3.7,1.6,10.4,2.4,15.7,2.5c24.2,0.4,45.5-14.8,45.5-38.4c0-22.9-20.3-35.9-47.7-35.9L172.8,3.3z
M165.9,72.2h3.8c2.2,0,2.2,1.6,0.4,3.5l-7.8,8.6c-1.7,2-4.6,3.5-6.8,3.5H112c-2.2,0-2.2-1.6-0.4-3.5l1.2-1.3h39.7
c2.2,0,5-1.6,6.8-3.5L165.9,72.2z M570.2,3.3v2.4c9.1,5.1,7.8,10.9,7.8,20.4v89.4c0,9.4,1.3,15.1-7.8,20.3v2.5h35.2v-2.5
c-9.5-5.1-8.2-10.8-8.2-20.3V0h-2.5c-2.7,3.1-5.9,3.3-10.6,3.3L570.2,3.3z M632.2,126.6c4,5.6,9.3,11.5,21.5,11.5H670
c-9.5-5.7-15.8-14.5-22.3-22.9L622,83.4l35.1-39.6h-32v2.4c1.8,0.4,4,1.3,4,4.2c0,5.1-7.6,12.9-10.8,16.4L601,85.5L632.2,126.6z
M358.4,126.1c-18,0-20.1-4.3-20.1-22.7l0.3-29.4c0-27.2-15.2-32.8-37.8-32.8c-3.7,0-19.4-0.2-21.2,6.5C277,57,272.9,63,272.9,63
c7.8-4.5,16.5-7.4,27.2-7.4c7.8,0,19.2,2.4,19.2,11.1c0,21.2-62.3,10.7-62.3,46c0,18.1,14.6,28.2,35.4,28.2c3.6,0,4.2,0.1,9.9,0
l11.9-14.6c-6.1,0.1-7.5,0-12.5,0c-14.4,0-23.4-3.3-23.4-14.7c0-9.5,11.8-14,21.7-16.3c7.8-1.8,14.5-3.3,19.3-7v31.2
c0,16.4,12.7,20.9,27.3,20.9L358.4,126.1z"></path>
</svg>
</div>
</div>
<div id="pop" class="col-10 col-sm-5 col-md-3 padding-10 adbox" onclick="processPayment(this);">
<div class="spinner-border adbox-spinner text-success"><span class="sr-only">Loading...</span></div>
<div class="adbox-logo-wrap">
<!--?xml version="1.0" encoding="utf-8"?-->
<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 55 147.5 33.1" style="enable-background:new 0 0 147.5 33.1;" xml:space="preserve" width="120px" height="120px">
<path class="st0" d="M145.3,13.3c0,0-0.6,0.1-0.6,0.1c0,0,0,0,0,0c0,0,0,0,0,0c0,0-0.1-0.1-0.1-0.1c-0.2,0.1-0.4,0.1-0.6,0.1
c-0.2,0-0.3-0.1-0.5-0.2c-0.1,0-0.2,0.1-0.4,0.1c-0.1,0-0.3,0-0.4-0.1c-0.2,0-0.3-0.1-0.4-0.3c0-0.1-0.1-0.2-0.2-0.4
c-0.1,0.1-0.2,0.1-0.3,0.1c-0.1,0-0.2,0-0.3-0.1c0,0-0.1,0-0.1-0.1c0,0,0,0,0,0c0,0,0,0.1-0.1,0.1c-0.1,0.2-0.3,0.3-0.5,0.3
c0,0-0.1,0-0.1,0c-0.1,0-0.2,0-0.3-0.1c0,0,0,0,0,0c0,0,0,0.1,0,0.1c-0.1,0.4-0.3,0.6-0.5,0.6c-0.1,0-0.1,0-0.2,0
c0,0.1-0.1,0.2-0.1,0.3c-0.1,0.1-0.1,0.1-0.2,0.2c-0.1,0.2-0.2,0.4-0.4,0.6c-0.1,0.1-0.1,0.1-0.2,0.1c-0.1,0.2-0.2,0.5-0.4,0.8
c-0.2,0.2-0.4,0.5-0.7,0.7c4-0.3,6.8-1.7,8-2.7C145.7,13.3,145.5,13.4,145.3,13.3"></path>
<path class="st1" d="M147.3,9.6c-0.3,0-0.3-0.2-0.3-0.2s0.7-0.7,0.5-0.7c-0.1,0-0.1,0-0.1,0s0.1-0.6-0.2-0.5
c-0.2,0.1-0.3,0.1-0.3,0.1s-0.1-0.2,0-0.3c0.1-0.1-0.3,0-0.3,0s0.8-0.9,0.5-0.8c-0.2,0.1-0.2-0.1-0.2-0.1s0.2-0.1,0.3-0.2
c0.1-0.1,0.2-0.3,0.1-0.3c-0.1,0-0.2-0.1-0.2-0.1s0.4-0.8,0.2-0.7c-0.5,0.2-0.6,0-0.6,0s0.2-0.6,0.1-0.7c0,0-0.3,0-0.1-0.1
c0.1-0.1,0.3-0.4,0.3-0.4c0,0-0.2,0.1-0.1-0.1c0.1-0.2,0.2-0.6,0.1-0.5c-0.2,0-0.3-0.2-0.3-0.2s0.5-0.5,0.5-0.8c0,0-0.6-0.1-0.5-0.1
c0.4-0.2,0.6-0.6,0.6-0.7c0-0.1-0.3,0-0.3-0.1c0.3-0.1,0.2-0.5,0.3-0.7c0-0.1-0.3-0.1-0.3-0.1S146.8,1,147,0.9
c0.2-0.2,0.3-0.4,0.2-0.4c-0.3,0,0-0.2,0-0.3c0,0,0.2-0.2,0.1-0.2c-0.3,0-0.7,0.3-0.7,0.3s-0.1-0.1-0.1-0.1c0,0.1-0.1,0.3-0.2,0.4
C146.2,0.8,146,1,146,1s-0.2-0.2-0.2-0.2c0,0-0.1,0.2-0.1,0.3c-0.1,0.1-0.2,0.3-0.2,0.3s-0.1-0.1-0.1,0c0,0.1-0.1,0.3-0.1,0.3
s-0.2-0.3-0.2-0.3c0,0,0,0-0.2,0.5c-0.1,0.2-0.3,0.3-0.3,0.3s-0.1-0.2-0.1-0.1c0,0.3-0.3,0.5-0.3,0.5s-0.3-0.2-0.3-0.3
c-0.2,0-0.3,0.3-0.5,0.5c-0.2,0.2-0.4,0.3-0.4,0.3c0,0,0-0.2-0.2-0.2c-0.1,0.3-0.4,0.6-0.4,0.6s-0.1-0.3-0.2-0.3
c-0.1,0.1-0.2,0.1-0.2,0.1s0-0.2-0.1-0.3c-0.1-0.1-0.1-0.2-0.2-0.2c0,0.1-0.2,0.2-0.3,0.3c-0.1,0.1-0.3,0.1-0.3,0.1
s-0.2-0.3-0.2-0.2c0,0,0,0.3-0.1,0.4c-0.1,0.2-0.2,0.3-0.2,0.3s-0.2-0.2-0.2-0.1c0,0-0.1,0.2-0.2,0.3c0,0.2-0.2,0.3-0.2,0.3
s0-0.1-0.1-0.2c0-0.1-0.1-0.1-0.1-0.1c0,0-0.1,0-0.1,0.1c0,0-0.1,0-0.1,0c0-0.1-0.1-0.3-0.2-0.5c-0.1-0.1-0.2-0.4-0.3-0.3
c-0.1,0.1-0.1,0.2-0.2,0.2c-0.1,0.1-0.2,0.1-0.2,0.1s-0.1-0.1-0.1-0.1c0,0.1,0,0.2-0.1,0.3c-0.1,0.1-0.1,0.2-0.2,0.2
c0,0-0.2-0.2-0.3-0.2c0,0-0.1,0.3-0.2,0.5c-0.1,0.2-0.3,0.5-0.3,0.5s0-0.1-0.1-0.1c0-0.1-0.1-0.2-0.2-0.1c0,0.1-0.1,0.2-0.2,0.3
c-0.1,0.1-0.3,0.2-0.3,0.2S137,5.1,137,5c0-0.1-0.1,0-0.1,0s-0.1,0-0.1,0c0,0-0.1,0.1-0.1,0.1s-0.2-0.2-0.3-0.3
c-0.1-0.1-0.2-0.1-0.2-0.1c-0.2,0.1-0.2,0.2-0.4,0.3c-0.3,0.1-0.4,0.7-0.4,0.7s-0.1,0-0.1-0.1c-0.1,0-0.1,0-0.1,0
c-0.2,0,0,0.4-0.1,0.6c-0.1,0.3-0.2,0.6-0.2,0.6s-0.2-0.2-0.3-0.1c0,0.1-0.1,0.3-0.1,0.4c-0.1,0.2-0.2,0.4-0.2,0.4
c-0.2,0-0.4-0.1-0.5-0.2c-0.2-0.1-0.2-0.4-0.4-0.4c0,0.4-0.3,0.9-0.3,0.9s-0.1-0.1-0.2,0c0,0.1,0.1,0.2,0.1,0.4c0,0.2,0,0.5,0,0.5
s-0.1-0.1-0.3,0c0.2,0.5,0.1,1.1,0.1,1.1s-0.2-0.1-0.4,0c-0.1,0.2,0.1,0.5,0.2,0.8c0.1,0.2,0,0.5,0,0.5s-0.2,0-0.3,0.2
c0.2,1.5,2.9,3.6,3.3,4c0.2,0.2,0.2,0.1,0.2,0.3c0.1,0.4-0.5,0.8-0.5,0.8c0,0-0.8,0.5-3.1,0.5h-1.8l-4.5,5.9v-14l-3.8,1.8v22.2h3.8
v-6.8l4.2,6.8h5.1l-6-9.1l4.6-5.5c0.9-1,2-1.5,2.4-1.8c1.6-1,1.7-2.2,1.7-2.2s0.1-0.1,0.2,0c0,0.1,0.1,0.1,0.1,0.1
c0,0,0.2-0.2,0.2-0.3c0,0-0.1-0.3,0-0.3c0.1,0,0.1,0,0.2,0c0.1,0,0.2,0,0.2,0c0,0,0-0.2,0-0.3c0,0,0.1,0,0.1-0.1
c0-0.2,0.1-0.2,0.1-0.2s0.2,0,0.4,0c0.1,0.1,0.1,0,0.1,0c0.1,0,0.1-0.2,0.1-0.3c0.1-0.1,0.1-0.2,0.2-0.3c0.3-0.2,0.4-0.3,0.4-0.3
s0.2,0,0.2,0.1c0.1,0.1,0.3,0.1,0.3,0.1c0,0,0.1-0.2,0.3-0.4c0.2-0.1,0.4-0.1,0.4-0.1s0,0,0.1,0.1c0,0.1,0.2,0.2,0.2,0.2
s0.1-0.2,0.5-0.2c0.4-0.1,0.6-0.1,0.6-0.1c0,0,0,0.4,0,0.6c0,0.2,0.1,0.3,0.1,0.3s0,0,0.1,0c0,0,0.1,0,0.1,0c0,0,0,0.1,0,0.1
c0,0,0,0.1,0,0.1s0,0,0.2,0c0.1-0.1,0.5-0.2,0.5-0.2c0,0-0.1,0.1,0,0.2c0.1,0,0.2,0.1,0.2,0.1c0.1,0,0.2,0,0.5-0.2s0.4-0.2,0.4-0.2
c0,0,0,0.2,0,0.2c0.1,0,0.2,0,0.2,0c0,0,0,0.1,0,0.1c0,0,0,0,0,0.1c0,0,0,0.1,0,0.2c0.1,0.1,0.6-0.1,0.6-0.1c0.1,0.3,0.5,0,0.6-0.1
c0,0,0-0.2,0.1-0.2c0.4-0.2,0.6-0.5,0.4-0.4c-0.1,0-0.2-0.1-0.2-0.1c0.1-0.1,0.6-0.7,0.4-0.7c-0.3,0.1-0.5,0.1-0.5,0.1
s0.2-0.1,0.1-0.3c0,0-0.5,0-0.3-0.2c0.1-0.1,0.3-0.4,0.2-0.3c-0.1,0-0.1-0.1-0.1-0.1s0.2,0,0.4-0.2C147.2,9.9,147.4,9.6,147.3,9.6"></path>
<path class="st1" d="M48,10.3c-2.3,0-5.3,0.2-7,0.2v22.1h4.2v-7.1h0v-3c0,0,0,0,0,0v-9.2c0.5,0,1.3,0,2,0c3,0,4.5,1.4,4.5,4.8
c0,4-2.6,4.5-4.2,4.5l-1.4,3c0.3,0,0.7,0,1.1,0c1.2,0,4.2,0,6.3-1.8c1.4-1.2,2.6-3.1,2.6-6c0-2.2-0.7-4.1-1.8-5.4
C52.6,10.4,50,10.3,48,10.3"></path>
<path class="st1" d="M35.3,12.7c-2.6-2.5-6.3-2.7-7.1-2.7c-2.7,0-5.5,0.5-8.2,2.9c-2.2,2-3.7,4.8-3.7,8.8c0,5.3,3,11.4,10.8,11.4
c5.9,0,11.6-3.8,11.6-11.7C38.7,16.6,36.6,13.9,35.3,12.7 M27.8,30.4c-3.7,0-7-3.4-7-9.1c0-4.5,2.1-8.5,6.5-8.5c3.7,0,7,3.4,7,9.2
C34.2,28.6,30.2,30.4,27.8,30.4z"></path>
<path class="st1" d="M7,10.3c-2.3,0-5.3,0.2-7,0.2v22.1h4.2v-6.9l0,0l0-3.8h0v-8.6c0.5,0,1.3,0,2.1,0c3,0,4.5,1.4,4.5,4.8
c0,4.1-2.6,4.5-4.2,4.5l-1.4,3c0.3,0,0.7,0,1.1,0c1.2,0,4.2,0,6.3-1.8c1.4-1.2,2.6-3.1,2.6-6c0-2.2-0.7-4.1-1.8-5.4
C11.6,10.4,9,10.3,7,10.3"></path>
<polyline class="st1" points="120.5,16.7 116.1,16.7 111.5,22.6 111.5,8.6 107.7,10.4 107.7,32.6 111.5,32.6 111.5,25.8 115.7,32.6
120.8,32.6 114.8,23.5 120.5,16.7 "></polyline>
<polyline class="st1" points="136.7,32.6 140.6,32.6 140.6,16.7 136.7,18.7 136.7,32.6 "></polyline>
<path class="st1" d="M101.2,16.3c-1.8,0-3.7,1.1-5.2,2.3l0.1-1.9l-3.9,1.9v14h3.9V21.7c0.5-0.5,1.9-1.7,3.4-1.7
c1.7,0,1.7,1.4,1.7,3.9v8.7h3.9v-9.8c0-1.9,0-3.4-0.6-4.5C104,17.4,103,16.3,101.2,16.3"></path>
<path class="st1" d="M75.3,12.5c-1.8-2-4.4-2.1-6.4-2.1c-2.3,0-5.3,0.2-7,0.2v22.1h4.2v-6.9l0,0l0-3.8h0v-8.6c0.5,0,1.3,0,2.1,0
c3,0,4.5,1.4,4.5,4.8c0,4.1-2.6,4.5-4.2,4.5l-1.4,3c0.3,0,0.7,0,1.1,0c1.2,0,4.2,0,6.3-1.8c1.4-1.2,2.6-3.1,2.6-6
C77.1,15.6,76.4,13.7,75.3,12.5"></path>
<path class="st1" d="M89,29.6c-0.7,0-0.7-0.5-0.7-1.4l0.1-5.7c0-1.7,0-2.7-0.4-3.9c-0.4-1-1.7-2.3-4.4-2.3c-1.2,0-3.4,0.3-5.4,1.6
l1.1,2.8c0.6-0.6,1.6-1.3,3.2-1.3c0.4,0,1.2,0,1.7,0.6c0.4,0.4,0.4,0.8,0.4,3.1c-6.6,1-7.9,1.8-7.9,5.3c0,4.1,2.4,4.6,3.3,4.6
c1.7,0,3.4-0.8,4.9-1.5C85.2,32,85.6,33,87,33c1.8,0,3.6-1.2,3.7-1.3c0,0,0,0,0,0l-0.9-2.2C89.6,29.6,89.3,29.6,89,29.6 M84.6,29.1
c-1.3,0.4-1.8,0.6-2.6,0.6c-1.2,0-1.6-0.5-1.6-1.8c0-1.3,0.3-1.5,1.2-1.7c0.2-0.1,1.5-0.4,3-0.6V29.1z"></path>
</svg>
</div>
</div>
<div id="aktia" class="col-10 col-sm-5 col-md-3 padding-10 adbox" onclick="processPayment(this);">
<div class="spinner-border adbox-spinner text-success"><span class="sr-only">Loading...</span></div>
<div class="adbox-logo-wrap">
<!--?xml version="1.0" encoding="utf-8"?-->
<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 404.9 128.8" style="enable-background:new 0 0 404.9 128.8;" xml:space="preserve" width="80px" height="80px">
<path class="st0" d="M107.5,126.9L63.2,5H43.9L0,126.9h19L29.1,98h48.7l10.3,28.9H107.5L107.5,126.9z M72.2,81.6H34.6l9.7-27.8
c3.1-9,7.5-23,8.9-28.2c1.4,5.2,6.3,19.3,9.2,28L72.2,81.6L72.2,81.6z"></path>
<path class="st1" d="M200.5,126.9L173,66.1l23.1-30.6h-20.4l-19,26.6c-3,4.4-7.7,11.3-10.1,15c0-4.5,0.2-13.9,0.2-19.5V0L129,9.4
v117.5h17.9v-27l13.9-18.4l20.2,45.4H200.5L200.5,126.9z"></path>
<path class="st1" d="M264.5,108.8c-3.3,1.9-8.5,3.7-13.2,3.7c-6.6,0-9.4-2.4-9.4-11V51.9h22.6V35.5h-22.6V0l-17.6,9.4v26.1h-13.1
v16.4h13.1v52.7c0,16.4,7.8,24.2,20.5,24.2c7.1,0,13.2-1.7,17.6-4.2L264.5,108.8L264.5,108.8z"></path>
<path class="st0" d="M310.3,12.2c0-6.4-5.2-11.7-11.5-11.7c-6.4,0-11.7,5.2-11.7,11.7c0,6.3,5.2,11.5,11.7,11.5
C305,23.7,310.3,18.4,310.3,12.2L310.3,12.2z M307.6,126.9V35.5h-17.9v91.4H307.6L307.6,126.9z"></path>
<path class="st0" d="M404.9,126.9V64.2c0-20.7-13.9-30.6-34.3-30.6c-12.9,0-22.6,2.8-31.3,8.2l7,13.6c7.1-4,14.4-5.7,23.8-5.7
c11.1,0,17.2,5.6,17.2,15.5v6.8c-5-2.3-11.8-3.5-20.4-3.5c-20.7,0-36.4,9.2-36.4,29.6c0,22.4,16.9,30.8,31.7,30.8
c9.9,0,18.8-4.7,25.1-11v9H404.9L404.9,126.9z M387.3,100.9c-4.2,5.7-12.5,11.7-22.1,11.7c-11.8,0-17.6-6.1-17.6-15.1
c0-8.4,7.3-13.6,18.8-13.6c9.7,0,16,1.6,20.9,4V100.9L387.3,100.9z"></path>
</svg>
</div>
</div>
<div id="handelsbanken" class="col-10 col-sm-5 col-md-3 padding-10 adbox" onclick="processPayment(this);">
<div class="spinner-border adbox-spinner text-success"><span class="sr-only">Loading...</span></div>
<div class="adbox-logo-wrap">
<!--?xml version="1.0" encoding="utf-8"?-->
<svg version="1.1" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 800 82.1" style="enable-background:new 0 0 800 82.1;" xml:space="preserve">
<g id="g3">
<path id="path5" class="st0" d="M16.8,44.4v36.1H0V0h16.8v30.5h31.4V0H65v80.5H48.2V44.4H16.8z"></path>
<path id="path7" class="st0" d="M127.5,68.8c0,7.1,1.6,8.6,3.5,9.3v2.4H114c-0.9-2.8-1.1-3.7-1.5-7.1c-3.6,3.7-8.6,8.6-19.3,8.6
c-9,0-18.2-5-18.2-17.4c0-11.7,7.4-17.6,17.4-19.1l14.1-2.1c2.5-0.3,5.5-1.3,5.5-4.7c0-6.6-6.3-7-10.3-7c-7.8,0-9.2,4.8-9.6,8.3H77
c1.8-18.3,14.5-20.9,26.7-20.9c8.4,0,23.8,2.6,23.8,17.3V68.8L127.5,68.8z M112.1,51.5c-1.6,1.2-4.1,2.2-10.7,3.3
c-5.8,1-10.7,2.5-10.7,9c0,5.5,4.3,7.2,7.3,7.2c7,0,14-4.5,14-11.8V51.5z"></path>
<path id="path9" class="st0" d="M194.3,80.5h-15.7V44.3c0-4.4-0.2-11.8-10.2-11.8c-7,0-12.3,4.7-12.3,13.8v34.2h-15.7V20.9h15v8.7
h0.2c2.1-3.6,6.6-10.3,17.9-10.3c11.7,0,20.7,6.8,20.7,20L194.3,80.5L194.3,80.5z"></path>
<path id="path11" class="st0" d="M262.3,80.5h-15.4V73h-0.2c-3.8,6.7-10.8,9.1-17.3,9.1c-17.7,0-25.1-15.7-25.1-32.1
c0-20.6,11.7-30.7,24.8-30.7c10.1,0,14.8,5.5,17.3,9.3h0.2V0h15.7L262.3,80.5L262.3,80.5z M233.3,69.2c10,0,13.9-8.3,13.9-17.2
c0-9.5-2.7-19.2-13.5-19.2c-10,0-13.3,8.9-13.3,18.3C220.4,58.2,223.2,69.2,233.3,69.2z"></path>
<path id="path13" class="st0" d="M326.4,63c-4.1,14.4-16,19.1-26.2,19.1c-16.8,0-29.7-8.1-29.7-32.6c0-7.2,2.5-30.2,28.6-30.2
c11.8,0,28,5.6,28,32.9v2.8h-40.9c0.4,4.5,1.3,14.6,14,14.6c4.4,0,8.9-2.2,10.1-6.5L326.4,63L326.4,63z M310.9,44.7
c-0.9-9.6-7.1-12.6-12.1-12.6c-7.4,0-11.3,4.7-12.2,12.6H310.9z"></path>
<path id="path15" class="st0" d="M352.5,80.5h-15.7V0h15.7V80.5z"></path>
<path id="path17" class="st0" d="M400.2,39c-0.7-3.8-2-7.8-10.5-7.8c-8.5,0-9.6,3.3-9.6,5.8c0,9.4,37.3,2.6,37.3,24.6
c0,17.4-16.8,20.5-26.1,20.5c-13.6,0-28.3-4.7-28.7-20.6h16.1c0,5,3.1,8.7,13,8.7c8.1,0,10-3.9,10-6.2c0-10-37-2.5-37-24.8
c0-8.7,5.5-20,24.1-20c11.7,0,25.6,2.9,26.8,19.7L400.2,39L400.2,39z"></path>
<path id="path19" class="st0" d="M442.9,28.6h0.2c2.5-3.8,7.2-9.3,17.3-9.3c13.1,0,24.8,10.1,24.8,30.7c0,16.4-7.4,32.1-25.1,32.1
c-6.5,0-13.5-2.4-17.3-9.1h-0.2v7.5h-15.4V0h15.7V28.6z M455.7,32.9c-10.8,0-13.5,9.6-13.5,19.2c0,8.9,3.9,17.2,13.9,17.2
c10.1,0,12.9-11,12.9-18.1C469,41.7,465.6,32.9,455.7,32.9z"></path>
<path id="path21" class="st0" d="M543.3,68.8c0,7.1,1.6,8.6,3.5,9.3v2.4h-16.9c-0.9-2.8-1.1-3.7-1.5-7.1c-3.6,3.7-8.6,8.6-19.3,8.6
c-9,0-18.2-5-18.2-17.4c0-11.7,7.4-17.6,17.4-19.1l14.1-2.1c2.5-0.3,5.5-1.3,5.5-4.7c0-6.6-6.3-7-10.3-7c-7.9,0-9.2,4.8-9.6,8.3
h-15.1c1.8-18.3,14.5-20.9,26.7-20.9c8.4,0,23.8,2.6,23.8,17.3L543.3,68.8L543.3,68.8z M528,51.5c-1.6,1.2-4.1,2.2-10.7,3.3
c-5.8,1-10.7,2.5-10.7,9c0,5.5,4.3,7.2,7.3,7.2c7,0,14-4.5,14-11.8L528,51.5L528,51.5z"></path>
<path id="path23" class="st0" d="M610.2,80.5h-15.7V44.3c0-4.4-0.2-11.8-10.2-11.8c-7,0-12.3,4.7-12.3,13.8v34.2h-15.7V20.9h15v8.7
h0.2c2.1-3.6,6.6-10.3,17.9-10.3c11.7,0,20.7,6.8,20.7,20V80.5L610.2,80.5z"></path>
<path id="path25" class="st0" d="M639.8,80.5h-15.7V0h15.7v43.5l19.7-22.6h19.3L657.7,44l21.6,36.6h-18.8l-14.2-25.6l-6.5,6.7V80.5
z"></path>
<path id="path27" class="st0" d="M736.1,63c-4.1,14.4-16,19.1-26.2,19.1c-16.8,0-29.7-8.1-29.7-32.6c0-7.2,2.5-30.2,28.6-30.2
c11.8,0,28,5.6,28,32.9v2.8h-40.9c0.4,4.5,1.3,14.6,14,14.6c4.4,0,8.9-2.2,10.1-6.5L736.1,63L736.1,63z M720.6,44.7
c-0.9-9.6-7.1-12.6-12.1-12.6c-7.4,0-11.3,4.7-12.2,12.6H720.6z"></path>
<path id="path29" class="st0" d="M800,80.5h-15.7V44.3c0-4.4-0.2-11.8-10.2-11.8c-7,0-12.3,4.7-12.3,13.8v34.2h-15.7V20.9h15v8.7
h0.2c2.1-3.6,6.6-10.3,17.9-10.3c11.7,0,20.7,6.8,20.7,20V80.5L800,80.5z"></path>
</g>
</svg>
</div>
</div>
<div id="alandsbanken" class="col-10 col-sm-5 col-md-3 padding-10 adbox" onclick="processPayment(this);">
<div class="adbox-logo-wrap">
<!--?xml version="1.0" encoding="utf-8"?-->
<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 1091.9 82.1" style="enable-background:new 0 0 1091.9 82.1;" xml:space="preserve">
<path class="st0" d="M108.9,82c-0.1-27.7,0-32.1,0-48.5c-7.8-13.5-0.4-0.7-8.2-14c11.4,0,22.7,0,34.1,0c0,15.7,0,31,0,46.6
c11.2,0.1,22.2,0,33.4,0.1c-8.4,15.3-0.1,0.4-8.7,15.8C148.2,82,127,82,108.9,82"></path>
<path class="st0" d="M277.7,82c0-16.2,0-31.9,0-48.1c-8.2-14-0.3-0.4-8.5-14.5c27.4,0,35.5,0,48.4,0c17.9,28.8,0.5,0.9,18.1,29.1
c0-9.7,0-19.4,0-29.1c7.1,0,14.2,0,21.2,0c0,21.2,0,38.2,0,62.6c-11.1,0-22.6,0-33.6,0c-23.9-37.6-0.4-0.9-24.2-38.1
c-0.1,12.8,0,18.5,0,38.1C289.9,82.1,285.8,82.1,277.7,82"></path>
<path class="st0" d="M883,82c-15.5-25.2-0.3-0.6-15.9-25.7c-0.1,8.9,0.1,16,0,25.6c-8.9,0.1-16.9,0.1-25.5,0.1c0-12.4,0-32,0.1-48.7
c-7.9-13.3-0.3-0.6-8.3-13.9c11.4,0,22.3,0,33.7,0c0,11.2,0,22.3,0,34c10.2-11.1,20.8-22.8,30.9-34c6.2,0,9.4,0,18,0
c-23.1,25.7-1.3,1.3-24.1,26.8c20.7,34.7,0.7,1.3,21.4,35.8C901.1,82,891.8,82,883,82"></path>
<path class="st0" d="M929,33c-6.7-11.2-0.4-0.8-8.2-13.5c23.9-0.1,47.8-0.1,71.8-0.1c8.2,13.3,0.3,0.7,8.5,13.9
c-15.4,0-30.4,0-45.8,0c0,2.9,0,6.9,0,10.2c6.5,0,12.8,0,19.2,0c0,4.7,0,8.9,0,13.5c-6.4,0-12.9-0.1-19.2,0c0,3.9,0,7.5,0,11.6
c15.5,0,30.7,0,46.2,0c-6.7,12.8-0.5,0.8-7,13.5c-31.7,0-43.7,0-65.5,0C929,65.5,929,49.5,929,33"></path>
<path class="st0" d="M462.3,66.1c27.2,0,29,0,50.3,0.1c3.6-1,3.5-6.5,0.1-7.2c-40.1,0.4-49.8,0-50.4-19
c-0.2-11.8,9.1-19.9,16.3-20.6c16.2,0,32.3-0.1,48.7,0c1.7,2.8,7.8,12.8,8.4,13.8c-13.8,0-25.1,0-41,0c-2.7,1-3.5,5.4-0.1,6.6
c17.1-0.1,23.6,0,34.2,0c19.6,3.2,19.7,39.5-0.7,42.1c-18.4,0-26.9,0-56,0C463,67.1,471.7,81.3,462.3,66.1"></path>
<path class="st0" d="M425.5,19.9c-9.4-0.6-15.7-0.4-57.5-0.4c8.2,13.5,0.4,0.7,8.4,13.9c-0.1,16.5-0.1,32.1-0.1,48.7
c29.8,0,39.6,0.2,49-0.6c16.7-1.2,28.1-15.2,28.1-28C453.5,37.1,445.5,23.1,425.5,19.9z M402.6,68.5c0-14-0.1-24.5,0-35.1
c15.5-1,23,2.9,22.8,19.5C424.8,65.6,419,69.7,402.6,68.5z"></path>
<path class="st0" d="M737.1,82c-36.5-59.3-1-1.7-38.6-62.6c-15.2,0-30.4,0-45.7,0c8.7,13.4,0.6,0.8,8.9,13.8
C653,49.4,644.3,65.8,635.7,82c8.4,0,12.3,0,20.1,0c5.8-11.6,1.4-2.7,6.8-13.5c12.3,0,24.8,0,37.2,0c-6.6,12.1-0.8,1.3-7.4,13.5
C707.4,82,721.9,82,737.1,82z M671.2,53.4c7.5-14.6,0.5-1,7.8-15.2c8.7,13.1,0.6,0.6,10.1,15.2C682.3,53.4,678.5,53.4,671.2,53.4z"></path>
<path class="st0" d="M102.3,82.1c-13-20.9-25.9-41.8-38.7-62.6c-15.3,0-30.5-0.1-45.8,0c8.6,13.7,0,0.1,8.5,13.7
C0,81.8,26.2,33.2,0,82V82c20,0.1,0-0.1,20.1,0c6.5-12.2,0.9-1.5,7.2-13.5c16.5,0,16.9,0,37.2,0c-6.6,12.4-0.4,0.6-7.3,13.5
C72.3,82.1,87.2,82.1,102.3,82.1z M53.8,53.4c-16.7,0.1-1.5,0.1-18,0h-0.1c7.9-14.5,0.5-1.1,8.7-15.6C53.4,52.3,54,53.1,53.8,53.4z"></path>
<path class="st0" d="M269.6,82.1c-37.5-60.7-0.8-1.3-38.7-62.6c-17.6-0.1-22.1-0.1-45.8-0.1c7.9,12.6,0.5,0.8,8.5,13.8
C169,79.4,167.7,82,167.6,82c6.7,0,13.5,0,20.2,0c6.5-13,0.4-0.7,6.9-13.5c12.6,0,24.8,0,37.3-0.1c-6.4,12.1-0.9,1.6-7.2,13.6
C241.3,82.1,254.7,82.1,269.6,82.1z M203.2,53.4c8.2-15.2,0.1-0.4,8.4-15.5c9.2,14.7,0.5,0.8,9.7,15.4
C212.9,53.4,209.7,53.4,203.2,53.4z"></path>
<path class="st0" d="M619.9,49.6c0-0.2,0-0.4,0-0.5c6.7-3.2,9.5-9.6,9.2-15.7c-0.5-8.9-6.2-13-14.5-13.9
c-22.3,0.1-29.2-0.1-66.9-0.1c7.9,13.1,0.4,0.6,8.4,13.9c0,16.7,0,30.2-0.1,48.7c22.8,0,35.8,0.1,62.1,0
C637.8,79.8,635.4,51.8,619.9,49.6z M582.2,33.3c13.8,0.3,19.8-1.3,20.1,4.5c-0.3,6.8-7.9,5-20.1,5.3
C582.2,39.9,582.3,36.4,582.2,33.3z M582.1,68.6c0-5.2,0-5.9,0-12.1c16.3,0.1,22.4-0.9,22.9,6.3C604.6,69.9,598.2,68.2,582.1,68.6z"></path>
<path class="st0" d="M29.5,14.1c-8.2-13.5-0.1,0-8.6-14C38.2,0,41.5,0,51.3,0c8.8,13.8,0.4,0.6,8.9,14
C49.9,14.1,39.7,14.1,29.5,14.1"></path>
<path class="st0" d="M745.9,82c0-16.2,0-31.9,0-48.1c-8.1-14-0.3-0.4-8.4-14.5c27.5,0,35.5,0,48.3,0c17.9,28.8,0.5,0.9,18.2,29.1
c0-9.7,0-19.4,0-29.1c7,0,14.1,0,21.2,0c0,21.2,0,38.2,0,62.6c-11.1,0-22.6,0-33.6,0c-24-37.6-0.4-0.9-24.3-38.1
c-0.1,12.8,0.1,18.5,0,38.1C758.2,82.1,754.1,82.1,745.9,82"></path>
<path class="st0" d="M1012.7,82c0-16.2,0-31.9,0-48.1c-8.2-14-0.4-0.4-8.4-14.5c27.4,0,35.5,0,48.4,0c17.9,28.8,0.4,0.9,18.1,29.1
c0-9.7,0-19.4,0-29.1c7.1,0,14.2,0,21.2,0c0,21.2,0,38.2,0,62.6c-11.1,0-22.6,0-33.6,0c-23.9-37.6-0.4-0.9-24.3-38.1
c0,12.8,0.1,18.5,0,38.1C1024.9,82.1,1020.8,82.1,1012.7,82"></path>
</svg>
</div>
<div class="spinner-border adbox-spinner text-success"><span class="sr-only">Loading...</span></div>
</div>
<div id="omasp" class="col-10 col-sm-5 col-md-3 padding-10 adbox" onclick="processPayment(this);">
<div class="spinner-border adbox-spinner text-success"><span class="sr-only">Loading...</span></div>
<div class="adbox-logo-wrap">
<!--?xml version="1.0" encoding="utf-8"?-->
<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 40 359.3 135.5" style="enable-background:new 0 0 359.3 135.5;" xml:space="preserve" width="100px" height="100px">
<path class="st0" d="M136.9,49.1c8.3,0,13.3,5.1,13.3,14.1v38.7h9.2V62.8c0-12.9-7.6-21.3-21.5-21.3c-10.8,0-17.1,5.2-20.5,12.3
c-2.8-6.9-10.1-12.3-19.9-12.3c-7.7,0-14.1,2.8-18.7,10v-8.4h-9.1v58.8h9.2V64.8c0-8.7,6.5-15.7,17.5-15.7c8.4,0,13.5,5.1,13.5,14.1
v38.7h9.2V65.5C119.2,55.2,126.4,49.1,136.9,49.1"></path>
<path class="st0" d="M320.4,30.1h8.9c0-1.7,0-3.1-0.4-5.2C326,8.9,312.9,0,298.5,0c-16.8,0-30.3,12.8-30.3,30.1
c0,18.8,11.3,25.6,11.3,43.2c0,12.8-8,22.5-20.5,22.5c-12.9,0-21.2-10.7-21.2-23.3c0-12.5,8-21.1,16.9-22.5c0.8-0.1,2.3-0.3,3.1-0.3
V42c-0.9,0-2.4,0.1-3.6,0.3c-12.1,1.5-25.6,12-25.6,30.3c0,17.1,12.5,30.9,30.3,30.9c17.3,0,30.1-13.6,30.1-30.3
c0-19.3-11.3-26.4-11.3-43.1c0-14,9.1-22.5,20.9-22.5c10.4,0,18.8,5.7,21.3,18.5C320.1,27.3,320.4,28.9,320.4,30.1"></path>
<path class="st0" d="M329.3,41.5c-9.2,0-16.5,4.7-21.2,12.7V43.1h-9.2v92.4h9.2V70.3c0-13.3,9.2-21.2,20.4-21.2
c12.9,0,21.5,10,21.5,22.5c0,13.7-7.9,24.3-21.5,24.3c-3.9,0-7.1-0.7-9.9-1.9v7.9c2.9,0.9,6.7,1.6,9.9,1.6c19.2,0,30.8-14,30.8-31.9
C359.3,55.1,346.4,41.5,329.3,41.5"></path>
<path class="st0" d="M194.7,41.5c-11.9,0-20.9,5.5-22.9,14.8h9.2c1.9-5.3,7.1-7.2,13.7-7.2c7.9,0,14.4,3.3,14.4,12.3v1.6
c0,3.2-1.6,5.2-5.7,5.2h-13.7c-12,0-20.3,6.5-20.3,17.3c0,10.5,8.9,18,21.2,18c7.6,0,14.7-2.9,18.7-9.7v8.1h9.1V61.5
C218.3,49.3,209.2,41.5,194.7,41.5z M209.1,80.5c0,10.7-8.3,15.6-17.1,15.6c-9.9,0-13.3-5.6-13.3-10.7c0-6.1,3.6-10.4,12.3-10.4
h10.7c3.1,0,6-0.5,7.5-2.3V80.5z"></path>
<path class="st0" d="M30.1,41.5C13.3,41.5,0,54.4,0,72.5c0,18.1,13.3,30.9,30.1,30.9c16.9,0,30.3-12.8,30.3-30.9
C60.4,54.4,47.1,41.5,30.1,41.5z M30.1,95.9c-12.5,0-20.8-10-20.8-23.3c0-13.5,8.3-23.5,20.8-23.5c12.7,0,20.9,10.1,20.9,23.5
C51.1,85.9,42.8,95.9,30.1,95.9z"></path>
</svg>
</div>
</div>
</div>
</div>
</div>
<div id="payment_wrap_4" class="row margin-desktop-10">
<div class="col-12 col-sm-12 col-md-12"><span id="payment_headline1" class="head-23">Credit card payment 299 €</span></div>
<div class="payment_booking_wrapper" style="padding-left:0px;">
<div class="row adbox-wrap">
<div id="visa" class="col-10 col-sm-5 col-md-3 padding-10 adbox" onclick="processPayment(this);">
<div class="spinner-border adbox-spinner text-success"><span class="sr-only">Loading...</span></div>
<div class="adbox-logo-wrap">
<!--?xml version="1.0" encoding="utf-8"?-->
<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 256 145.1" style="enable-background:new 0 0 256 145.1;" xml:space="preserve" width="80px" height="80px">
<path class="st0" d="M97.2,32.8l-33.5,80H41.8L25.3,48.9c-1-3.9-1.9-5.4-4.9-7c-5-2.7-13.2-5.2-20.4-6.8l0.5-2.3h35.2
c4.5,0,8.5,3,9.5,8.1l8.7,46.3l21.6-54.4H97.2z M126.8,32.8l-17.1,80H89l17.1-80H126.8z M182.9,86.6c0.1-21.1-29.2-22.3-29-31.7
c0.1-2.9,2.8-5.9,8.8-6.7c3-0.4,11.1-0.7,20.4,3.6l3.6-17c-5-1.8-11.4-3.5-19.3-3.5c-20.5,0-34.8,10.9-35,26.4
c-0.1,11.5,10.3,17.9,18.1,21.8c8.1,3.9,10.8,6.4,10.7,9.9c-0.1,5.4-6.4,7.7-12.4,7.8c-10.4,0.2-16.4-2.8-21.2-5.1l-3.8,17.5
c4.8,2.2,13.8,4.1,23,4.2C168.6,114,182.8,103.2,182.9,86.6L182.9,86.6z M236.9,112.7H256l-16.7-80h-17.6c-4,0-7.3,2.3-8.8,5.9
l-31,74.1h21.7l4.3-11.9h26.5L236.9,112.7z M213.8,84.4l10.9-30l6.3,30H213.8z"></path>
</svg>
</div>
</div>
<div id="mastercard" class="col-10 col-sm-5 col-md-3 padding-10 adbox" onclick="processPayment(this);">
<div class="spinner-border adbox-spinner text-success"><span class="sr-only">Loading...</span></div>
<div class="adbox-logo-wrap">
<!--?xml version="1.0" encoding="utf-8"?-->
<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 30 168.3 106.4" style="enable-background:new 0 0 168.3 106.4;" xml:space="preserve" width="120px" height="120px">
<path id="XMLID_1775_" d="M47.1,98v-6c0-2.3-1.4-3.8-3.8-3.8c-1.2,0-2.5,0.4-3.4,1.7c-0.7-1.1-1.7-1.7-3.2-1.7c-1,0-2,0.3-2.8,1.4
v-1.2h-2.1V98H34v-5.3c0-1.7,0.9-2.5,2.3-2.5c1.4,0,2.1,0.9,2.1,2.5V98h2.1v-5.3c0-1.7,1-2.5,2.3-2.5c1.4,0,2.1,0.9,2.1,2.5V98H47.1
z M78.2,88.4h-3.4v-2.9h-2.1v2.9h-1.9v1.9h1.9v4.4c0,2.2,0.9,3.5,3.3,3.5c0.9,0,1.9-0.3,2.6-0.7L78,95.7c-0.6,0.4-1.3,0.5-1.8,0.5
c-1,0-1.4-0.6-1.4-1.6v-4.3h3.4V88.4z M95.9,88.2c-1.2,0-2,0.6-2.5,1.4v-1.2h-2.1V98h2.1v-5.4c0-1.6,0.7-2.5,2-2.5
c0.4,0,0.9,0.1,1.3,0.2l0.6-2C96.9,88.3,96.3,88.2,95.9,88.2L95.9,88.2z M69.1,89.2c-1-0.7-2.4-1-3.9-1c-2.4,0-4,1.2-4,3.1
c0,1.6,1.2,2.5,3.3,2.8l1,0.1c1.1,0.2,1.7,0.5,1.7,1c0,0.7-0.8,1.2-2.2,1.2c-1.4,0-2.5-0.5-3.2-1l-1,1.6c1.1,0.8,2.6,1.2,4.1,1.2
c2.8,0,4.4-1.3,4.4-3.1c0-1.7-1.3-2.6-3.3-2.9l-1-0.1c-0.9-0.1-1.6-0.3-1.6-0.9c0-0.7,0.7-1.1,1.8-1.1c1.2,0,2.4,0.5,3,0.8
L69.1,89.2z M124.8,88.2c-1.2,0-2,0.6-2.5,1.4v-1.2h-2.1V98h2.1v-5.4c0-1.6,0.7-2.5,2-2.5c0.4,0,0.9,0.1,1.3,0.2l0.6-2
C125.8,88.3,125.2,88.2,124.8,88.2L124.8,88.2z M98,93.2c0,2.9,2,5,5.1,5c1.4,0,2.4-0.3,3.4-1.1l-1-1.7c-0.8,0.6-1.6,0.9-2.5,0.9
c-1.7,0-2.9-1.2-2.9-3.1c0-1.8,1.2-3,2.9-3.1c0.9,0,1.7,0.3,2.5,0.9l1-1.7c-1-0.8-2-1.1-3.4-1.1C100,88.2,98,90.3,98,93.2L98,93.2z
M117.5,93.2v-4.8h-2.1v1.2c-0.7-0.9-1.7-1.4-3-1.4c-2.7,0-4.8,2.1-4.8,5c0,2.9,2.1,5,4.8,5c1.4,0,2.4-0.5,3-1.4V98h2.1V93.2z
M109.7,93.2c0-1.7,1.1-3.1,2.9-3.1c1.7,0,2.9,1.3,2.9,3.1c0,1.7-1.2,3.1-2.9,3.1C110.8,96.3,109.7,94.9,109.7,93.2L109.7,93.2z
M84.6,88.2c-2.8,0-4.8,2-4.8,5c0,3,2,5,4.9,5c1.4,0,2.8-0.4,3.9-1.3l-1-1.5c-0.8,0.6-1.8,1-2.8,1c-1.3,0-2.6-0.6-2.9-2.3h7.1
c0-0.3,0-0.5,0-0.8C89.2,90.2,87.3,88.2,84.6,88.2L84.6,88.2z M84.6,90.1c1.3,0,2.2,0.8,2.4,2.3h-5C82.3,91,83.1,90.1,84.6,90.1
L84.6,90.1z M136.8,93.2v-8.6h-2.1v5c-0.7-0.9-1.7-1.4-3-1.4c-2.7,0-4.8,2.1-4.8,5c0,2.9,2.1,5,4.8,5c1.4,0,2.4-0.5,3-1.4V98h2.1
V93.2z M129,93.2c0-1.7,1.1-3.1,2.9-3.1c1.7,0,2.9,1.3,2.9,3.1c0,1.7-1.2,3.1-2.9,3.1C130.1,96.3,129,94.9,129,93.2L129,93.2z
M58.8,93.2v-4.8h-2.1v1.2c-0.7-0.9-1.7-1.4-3-1.4c-2.7,0-4.8,2.1-4.8,5c0,2.9,2.1,5,4.8,5c1.4,0,2.4-0.5,3-1.4V98h2.1V93.2z
M51.1,93.2c0-1.7,1.1-3.1,2.9-3.1c1.7,0,2.9,1.3,2.9,3.1c0,1.7-1.2,3.1-2.9,3.1C52.2,96.3,51.1,94.9,51.1,93.2z M140.2,96.6
c0.1,0,0.3,0,0.4,0.1c0.1,0,0.2,0.1,0.3,0.2c0.1,0.1,0.2,0.2,0.2,0.3s0.1,0.2,0.1,0.4c0,0.1,0,0.3-0.1,0.4c-0.1,0.1-0.1,0.2-0.2,0.3
c-0.1,0.1-0.2,0.2-0.3,0.2c-0.1,0.1-0.2,0.1-0.4,0.1c-0.1,0-0.3,0-0.4-0.1c-0.1-0.1-0.2-0.1-0.3-0.2c-0.1-0.1-0.2-0.2-0.2-0.3
c-0.1-0.1-0.1-0.2-0.1-0.4c0-0.1,0-0.3,0.1-0.4c0.1-0.1,0.1-0.2,0.2-0.3c0.1-0.1,0.2-0.2,0.3-0.2C140,96.6,140.1,96.6,140.2,96.6z
M140.2,98.3c0.1,0,0.2,0,0.3-0.1c0.1,0,0.2-0.1,0.2-0.2c0.1-0.1,0.1-0.1,0.2-0.2c0-0.1,0.1-0.2,0.1-0.3c0-0.1,0-0.2-0.1-0.3
c0-0.1-0.1-0.2-0.2-0.2c-0.1-0.1-0.1-0.1-0.2-0.2s-0.2-0.1-0.3-0.1c-0.1,0-0.2,0-0.3,0.1c-0.1,0-0.2,0.1-0.2,0.2
c-0.1,0.1-0.1,0.1-0.2,0.2c0,0.1-0.1,0.2-0.1,0.3c0,0.1,0,0.2,0.1,0.3c0,0.1,0.1,0.2,0.2,0.2c0.1,0.1,0.1,0.1,0.2,0.2
C140,98.3,140.1,98.3,140.2,98.3z M140.3,97.1c0.1,0,0.2,0,0.3,0.1c0.1,0.1,0.1,0.1,0.1,0.2c0,0.1,0,0.1-0.1,0.2
c0,0-0.1,0.1-0.2,0.1l0.3,0.3h-0.2l-0.3-0.3h-0.1V98h-0.2v-0.9H140.3z M140.1,97.3v0.2h0.2c0,0,0.1,0,0.1,0c0,0,0,0,0-0.1
c0,0,0-0.1,0-0.1c0,0-0.1,0-0.1,0H140.1z"></path>
<rect x="68.4" y="15.6" class="st0" width="31.5" height="56.6"></rect>
<path id="XMLID_330_" class="st1" d="M70.4,43.9c0-11.5,5.4-21.7,13.7-28.3C78,10.8,70.3,7.9,61.9,7.9c-19.9,0-36,16.1-36,36
c0,19.9,16.1,36,36,36c8.4,0,16.1-2.9,22.2-7.7C75.8,65.6,70.4,55.4,70.4,43.9z"></path>
<path class="st2" d="M139,66.2V65h0.5v-0.2h-1.2V65h0.5v1.2H139z M141.3,66.2v-1.4h-0.4l-0.4,1l-0.4-1h-0.4v1.4h0.3v-1.1l0.4,0.9
h0.3l0.4-0.9v1.1H141.3z"></path>
<path class="st3" d="M142.4,43.9c0,19.9-16.1,36-36,36c-8.4,0-16.1-2.9-22.2-7.7c8.4-6.6,13.7-16.8,13.7-28.3s-5.4-21.7-13.7-28.3
c6.1-4.8,13.8-7.7,22.2-7.7C126.3,7.9,142.4,24,142.4,43.9z"></path>
</svg>
</div>
</div>
<div id="amex" class="col-10 col-sm-5 col-md-3 padding-10 adbox" onclick="processPayment(this);">
<div class="spinner-border adbox-spinner text-success"><span class="sr-only">Loading...</span></div>
<div class="adbox-logo-wrap">
<img src="/static/images/american-express.svg" alt="American Express" style="width:80px;height:80px">
</div>
</div>
</div>
</div>
</div>
<div id="payment_wrap_5" class="row margin-desktop-10">
<div class="col-12 col-sm-12 col-md-5"><span id="payment_headline1" class="head-23">Mobile payment 299 €</span></div>
<div class="col-12 col-sm-12 col-md-7">
<a href="#" class="link3" onclick="jQuery('div#info_cvv_code').show();return false;">What is a CVV Number?</a>
</div>
<div class="payment_booking_wrapper" style="padding-left:0px;">
<div class="row adbox-wrap">
<div id="mobilepay" class="col-10 col-sm-5 col-md-3 padding-10 adbox" onclick="processPayment(this);">
<div class="spinner-border adbox-spinner text-success"><span class="sr-only">Loading...</span></div>
<div class="adbox-logo-wrap">
<!--?xml version="1.0" encoding="utf-8"?-->
<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 40 215 69" style="enable-background:new 0 0 215 69;" xml:space="preserve" width="120px" height="120px">
<g>
<path class="st0" d="M26,69c-2.4,0-4.5-1.4-5.4-3.6L0.4,16.8c-1.2-3,0.2-6.4,3.2-7.6l21.1-8.7c1.4-0.6,3-0.6,4.5,0
c1.4,0.6,2.6,1.7,3.2,3.2l20.1,48.6c1.2,3-0.2,6.4-3.2,7.6l-21.1,8.7C27.5,68.8,26.7,69,26,69z M26.9,3.1c-0.4,0-0.7,0.1-1,0.2
L4.8,12.1c-0.7,0.3-1.2,0.8-1.5,1.5s-0.3,1.4,0,2.1l20.1,48.6c0.6,1.4,2.1,2,3.5,1.5l21.1-8.7l0,0c0.7-0.3,1.2-0.8,1.5-1.5
c0.3-0.7,0.3-1.4,0-2.1L29.4,4.8C29,3.8,28,3.1,26.9,3.1z"></path>
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="-447.7435" y1="392.1894" x2="-447.7069" y2="392.9553" gradientTransform="matrix(2.8982 -1.2005 -7.969 -19.2389 4461.2056 7029.8149)">
<stop offset="0" style="stop-color:#504678"></stop>
<stop offset="0.302" style="stop-color:#504678;stop-opacity:0.616"></stop>
<stop offset="0.608" style="stop-color:#504678;stop-opacity:0.283"></stop>
<stop offset="0.852" style="stop-color:#504678;stop-opacity:7.600000e-02"></stop>
<stop offset="1" style="stop-color:#504678;stop-opacity:0"></stop>
</linearGradient>
<polygon class="st1" points="30.7,8 33.6,6.8 41.6,26 38.7,27.2 "></polygon>
<linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="-701.2814" y1="441.2536" x2="-701.2448" y2="442.0194" gradientTransform="matrix(-2.8982 1.2005 9.0206 21.7777 -5970.0269 -8734.6182)">
<stop offset="0" style="stop-color:#504678"></stop>
<stop offset="0.302" style="stop-color:#504678;stop-opacity:0.616"></stop>
<stop offset="0.608" style="stop-color:#504678;stop-opacity:0.283"></stop>
<stop offset="0.852" style="stop-color:#504678;stop-opacity:7.600000e-02"></stop>
<stop offset="1" style="stop-color:#504678;stop-opacity:0"></stop>
</linearGradient>
<polygon class="st2" points="51.1,49 48.2,50.2 39.2,28.4 42.1,27.2 "></polygon>
<path class="st0" d="M44.5,35.7c-6,2.5-11.1,5.9-14.4,10.1l-8.5-20.5c3.9-4.5,8.8-8,14.4-10.1c6-2.5,12.1-3.7,17.3-3l8.5,20.5
C55.9,32.3,50,33.3,44.5,35.7z"></path>
<g transform="translate(21 11)" class="st3">
<linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="-581.5435" y1="397.0202" x2="-581.1066" y2="397.271" gradientTransform="matrix(40.154 0 0 -33.8277 23357.4492 13453.7158)">
<stop offset="0" style="stop-color:#504678"></stop>
<stop offset="0.179" style="stop-color:#504678;stop-opacity:0.872"></stop>
<stop offset="0.526" style="stop-color:#504678;stop-opacity:0.536"></stop>
<stop offset="1" style="stop-color:#504678;stop-opacity:0"></stop>
</linearGradient>
<path class="st4" d="M23.5,24.7c-6,2.5-11.1,5.9-14.4,10.1L0.7,14.3C4.5,9.8,9.5,6.3,15,4.2c6-2.5,12.1-3.7,17.3-3l8.5,20.5
C34.9,21.3,29,22.3,23.5,24.7z"></path>
<linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="-581.2029" y1="397.3333" x2="-581.2275" y2="397.4993" gradientTransform="matrix(40.154 0 0 -33.8277 23357.4492 13453.7158)">
<stop offset="0" style="stop-color:#504678"></stop>
<stop offset="0.643" style="stop-color:#504678;stop-opacity:0.332"></stop>
<stop offset="1" style="stop-color:#504678;stop-opacity:0"></stop>
</linearGradient>
<path class="st5" d="M23.5,24.7c-6,2.5-11.1,5.9-14.4,10.1L0.7,14.3C4.5,9.8,9.5,6.3,15,4.2c6-2.5,12.1-3.7,17.3-3l8.5,20.5
C34.9,21.3,29,22.3,23.5,24.7z"></path>
</g>
<path class="st0" d="M47.3,42c-6.5,0-12.5,1.3-17.1,3.8V25.1c5.3-2.7,11.2-4,17.1-3.8c6.5,0,12.6,1.2,17.1,3.8v20.8
C59.1,43.1,53.2,41.8,47.3,42z M80.6,42l5.3-16.7c0.1-0.2,0.3-0.4,0.5-0.4h2.7c0.2,0,0.4,0.2,0.5,0.4l4.1,10.5
c0.1,0.2,0.3,0.2,0.4,0l4.1-10.5c0.1-0.2,0.3-0.4,0.5-0.4h2.7c0.2,0,0.4,0.2,0.5,0.4L107,42c0.1,0.1,0,0.3,0,0.4
c-0.1,0.1-0.2,0.2-0.4,0.2h-3.2c-0.2,0-0.4-0.1-0.5-0.4l-3.3-10.8c-0.1-0.2-0.3-0.2-0.4,0l-4,10.8c-0.1,0.3-0.3,0.4-0.6,0.4h-1.8
c-0.3,0-0.4-0.2-0.6-0.4l-4.1-10.8c-0.1-0.2-0.3-0.2-0.3,0l-3.4,10.8c-0.1,0.2-0.3,0.4-0.5,0.4h-3c-0.1,0-0.3-0.1-0.3-0.2
S80.6,42.1,80.6,42z M108,36c-0.1-2.8,1.6-5.4,4.2-6.6s5.6-0.6,7.7,1.4c2,2,2.7,5,1.6,7.6c-1.1,2.6-3.6,4.4-6.5,4.4
c-1.9,0.1-3.6-0.6-5-1.9C108.7,39.6,108,37.9,108,36z M118.4,36c-0.1-1.9-1.7-3.3-3.6-3.2s-3.3,1.7-3.3,3.5s1.6,3.4,3.5,3.3
C116.9,39.6,118.5,37.9,118.4,36L118.4,36z M128.2,41.5c-0.3-0.2-0.5-0.1-0.5,0.2v0.3c0,0.3-0.2,0.5-0.5,0.5h-2.4
c-0.3,0-0.5-0.2-0.5-0.5V25.4c0-0.3,0.2-0.5,0.5-0.5h2.6c0.3,0,0.5,0.2,0.5,0.5v4.8c0,0.3,0.2,0.4,0.6,0.2c1-0.7,2.2-1.1,3.4-1.1
c3.6,0,6.3,3,6.3,6.9c0.1,1.8-0.6,3.5-1.8,4.8s-2.9,2-4.6,2.1C130.4,42.9,129.1,42.4,128.2,41.5z M134.6,36
c0.1-1.3-0.5-2.5-1.6-3.2s-2.5-0.7-3.6,0s-1.7,1.9-1.6,3.2c0,0.9,0.3,1.8,0.9,2.5c0.6,0.7,1.5,1.1,2.5,1.1c0.9,0,1.8-0.4,2.5-1.1
C134.2,37.9,134.6,36.9,134.6,36L134.6,36z M140.2,26.1c0-1.1,0.9-2,2-2s2,0.9,2,2c0,1.1-0.9,2-2,2S140.2,27.2,140.2,26.1z
M140.4,42.1V30c0-0.3,0.2-0.5,0.5-0.5h2.6c0.1,0,0.3,0,0.4,0.1c0.1,0.1,0.2,0.2,0.2,0.4v12.1c0,0.3-0.2,0.5-0.5,0.5h-2.6
C140.6,42.5,140.4,42.3,140.4,42.1L140.4,42.1z M146.9,38.1V25.4c0-0.3,0.2-0.5,0.5-0.5h2.6c0.3,0,0.5,0.2,0.5,0.5v12.9
c0,0.8,0.4,1.4,1.3,1.4c0.1,0,0.3,0.1,0.3,0.1s0.1,0.2,0.1,0.3v2.1c0,0.3-0.2,0.5-0.5,0.5C148.2,42.7,146.9,41.6,146.9,38.1z
M153.1,36.1c0-2.4,1.3-4.6,3.4-5.8c2.1-1.2,4.7-1.2,6.8,0c2.1,1.2,3.4,3.5,3.4,5.9c0,0.5-0.1,0.9-0.6,0.9h-8.9
c-0.2,0-0.3,0.1-0.3,0.3c0.2,1.6,1.6,2.7,3.2,2.6c0.9,0,1.9-0.4,2.5-1.1c0.2-0.3,0.5-0.4,0.8-0.4h2.4c0.4,0,0.6,0.3,0.4,0.7
c-1.4,2.9-4.6,4.4-7.7,3.7C155.3,42,153.1,39.2,153.1,36.1L153.1,36.1z M162.6,34.9c0.2,0,0.3-0.1,0.2-0.3c-0.3-1.4-1.5-2.5-3-2.4
c-1.4,0-2.7,1-3,2.4c-0.1,0.2,0,0.4,0.2,0.4H162.6z M168.8,42.1V25.4c0-0.3,0.2-0.5,0.5-0.5h8.2c3.7,0,6.3,2.2,6.3,5.9
s-2.9,5.9-6.5,5.9h-4.3c-0.1,0-0.3,0-0.4,0.1c-0.1,0.1-0.1,0.2-0.1,0.4v4.9c0,0.3-0.2,0.5-0.5,0.5h-2.7
C169,42.5,168.8,42.3,168.8,42.1z M177.3,33.6c1.5,0,2.8-1.3,2.7-2.9c0-0.7-0.3-1.4-0.8-2c-0.5-0.5-1.2-0.8-2-0.8h-4.4
c-0.3,0-0.4,0.2-0.4,0.5v4.7c0,0.3,0.1,0.5,0.4,0.5L177.3,33.6z M185,36c-0.1-1.8,0.6-3.5,1.8-4.8c1.2-1.3,2.9-2,4.7-2.1
c1.3,0,2.5,0.5,3.5,1.3c0.2,0.2,0.5,0.2,0.5-0.1V30c0-0.3,0.2-0.5,0.5-0.5h2.4c0.3,0,0.5,0.2,0.5,0.5v8.6c0,0.7,0.2,0.9,0.7,1
c0.2,0,0.4,0.2,0.4,0.4v2.3c0,0.2-0.2,0.4-0.4,0.4c-1.7,0-2.7-0.5-3.3-1.5c-0.2-0.3-0.3-0.3-0.6-0.1c-1.1,1.1-2.6,1.8-4.2,1.7
c-1.8-0.1-3.5-0.8-4.7-2.1C185.5,39.5,184.9,37.8,185,36L185,36z M195.4,36c0.1-1.3-0.5-2.5-1.6-3.2c-1.1-0.7-2.5-0.7-3.6,0
c-1.1,0.7-1.7,1.9-1.6,3.2c-0.1,1.3,0.5,2.5,1.6,3.2c1.1,0.7,2.5,0.7,3.6,0C194.9,38.5,195.5,37.3,195.4,36z M201.1,47.1V45
c0-0.3,0.2-0.5,0.5-0.5c1.7,0.1,3.2-0.9,3.7-2.5c0.1-0.3,0.1-0.7-0.1-1l-4.8-10.8c-0.1-0.1-0.1-0.3,0-0.5c0.1-0.1,0.2-0.2,0.4-0.2
h2.6c0.3,0,0.4,0.2,0.5,0.5l3,6.9c0.2,0.5,0.5,0.5,0.8,0l2.9-6.9c0.1-0.3,0.2-0.4,0.5-0.4h2.5c0.2,0,0.3,0.1,0.4,0.2
c0.1,0.1,0.1,0.3,0,0.4l-4.9,11.6c-1.8,4.2-3.7,5.8-7.5,5.8C201.4,47.6,201.1,47.4,201.1,47.1z"></path>
</g>
</svg>
</div>
</div>
<div id="pivo" class="col-10 col-sm-5 col-md-3 padding-10 adbox" onclick="processPayment(this);">
<div class="spinner-border adbox-spinner text-success"><span class="sr-only">Loading...</span></div>
<div class="adbox-logo-wrap">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 17 100 40" width="120px" height="120px">
<path fill="#25D0C5" d="M45.724 8.907a2.2375 2.2375 0 11-4.475 0 2.2375 2.2375 0 014.475 0zm22.306 7.13a4.324 4.324 0 000 8.614 4.325 4.325 0 000-8.615zm0 11.637a7.346 7.346 0 11.017-14.692 7.346 7.346 0 01-.017 14.692zm-26.096-.234h3.139V13.03h-3.14v14.41zm-9.667-2.822a4.2745 4.2745 0 110-8.549 4.275 4.275 0 010 8.55zm.25-11.587a6.243 6.243 0 00-5.042 2.655V13.03H24.67v18.3h3.105v-5.795a6.145 6.145 0 004.725 2.138 7.096 7.096 0 007.03-7.33 7.062 7.062 0 00-7.013-7.313zM50.933 27.44h5.06l4.157-14.41h-3.206l-3.49 12.106-3.49-12.105h-3.172l4.141 14.409z"></path></svg>
</div>
</div>
<div id="siirto" class="col-10 col-sm-5 col-md-3 padding-10 adbox" onclick="processPayment(this);">
<div class="spinner-border adbox-spinner text-success"><span class="sr-only">Loading...</span></div>
<div class="adbox-logo-wrap">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 20 100 40" width="140px" height="140px">
<path fill="#F4A800" d="M21.4 25.4v-3.3l.7.4a8 8 0 004.2 1.5c.6 0 1.3 0 1.9-.2 1-.4 1-1.5.2-2-.4-.4-.9-.6-1.3-.8l-3-1.1c-1.2-.6-2.4-1.4-2.8-2.8-.8-2.4 0-4.8 3-5.7 2.3-.7 4.7-.4 7 .4l.8.3.1.1v3l-.6-.2c-1.5-.6-3-1.2-4.5-1.1-.5 0-1 .1-1.4.3-.8.4-1 1.3-.2 1.8.5.3 1 .6 1.7.8l3.5 1.6a4.3 4.3 0 012 5.5 4.6 4.6 0 01-3.2 2.7 10 10 0 01-8-1.1h-.1zm51.5-3.8a5.5 5.5 0 01-6 5.3 5.5 5.5 0 01-5.2-6 5.6 5.6 0 016-5c3 0 5.4 2.8 5.2 5.7zm-5.6-2.8a2.7 2.7 0 00-2.6 2.6c0 1.5 1.2 2.6 2.6 2.6 1.5 0 2.7-1.2 2.7-2.7 0-1.3-1.3-2.5-2.7-2.5zm-6-.4h-3.9v4.4c0 1 .7 1.6 1.7 1.6l1.1-.1 1.1-.5v2.5c-1.7.6-3.5 1-5.3.2-1.4-.7-2-1.9-2-3.4v-4.7h-1.5v-.7l3-3.4 1.3-1.3.6-.3V16h3.9v2.3zm-17.8-2.1h3.3V19h.1l.3-.5 1.3-1.7c1-.9 2-1 3-.4l1 .6-1 3a3 3 0 00-1.1-.6c-1-.4-1.8-.2-2.4.6-.7 1-1.3 2-1.2 3.3v3.4h-3.3V16.3zm-6.3 0v10.4H34V16.3h3.3zm1.5-.1H42v10.5h-3.3V16.2zm3.5-3.3c0 1-.8 1.8-1.9 1.8-1 0-1.8-.8-1.8-1.8s.8-1.9 1.8-1.9 1.9.8 1.9 1.9zm-4.8-.1c0 1-.8 1.9-1.8 1.9s-2-.8-2-1.9c0-1 .9-1.8 2-1.8 1 0 1.8.8 1.8 1.8z"></path><path fill="#F32534" d="M76.3 26.9a2.6 2.6 0 01-2.7-2.7c0-1.5 1.1-2.7 2.7-2.7 1.5 0 2.7 1.2 2.7 2.8 0 1.5-1.2 2.6-2.7 2.6z"></path>
</svg>
</div>
</div>
<div id="applepay" class="col-10 col-sm-5 col-md-3 padding-10 adbox" onclick="processPayment(this);">
<div class="spinner-border adbox-spinner text-success"><span class="sr-only">Loading...</span></div>
<div class="adbox-logo-wrap">
<!--?xml version="1.0" encoding="utf-8"?-->
<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 27 165.52107 105.9651" enable-background="new 0 0 165.52107 105.9651" xml:space="preserve" width="120px" height="120px">
<g>
<path id="XMLID_4_" d="M150.69807,0H14.82318c-0.5659,0-1.1328,0-1.69769,0.0033c-0.47751,0.0034-0.95391,0.0087-1.43031,0.0217
c-1.039,0.0281-2.0869,0.0894-3.1129,0.2738c-1.0424,0.1876-2.0124,0.4936-2.9587,0.9754
c-0.9303,0.4731-1.782,1.0919-2.52009,1.8303c-0.73841,0.7384-1.35721,1.5887-1.83021,2.52
c-0.4819,0.9463-0.7881,1.9166-0.9744,2.9598c-0.18539,1.0263-0.2471,2.074-0.2751,3.1119
c-0.0128,0.4764-0.01829,0.9528-0.0214,1.4291c-0.0033,0.5661-0.0022,1.1318-0.0022,1.6989V91.142
c0,0.5671-0.0011,1.13181,0.0022,1.69901c0.00311,0.4763,0.0086,0.9527,0.0214,1.4291
c0.028,1.03699,0.08971,2.08469,0.2751,3.11069c0.1863,1.0436,0.4925,2.0135,0.9744,2.9599
c0.473,0.9313,1.0918,1.7827,1.83021,2.52c0.73809,0.7396,1.58979,1.3583,2.52009,1.8302
c0.9463,0.4831,1.9163,0.7892,2.9587,0.9767c1.026,0.1832,2.0739,0.2456,3.1129,0.2737c0.4764,0.0108,0.9528,0.0172,1.43031,0.0194
c0.56489,0.0044,1.13179,0.0044,1.69769,0.0044h135.87489c0.5649,0,1.13181,0,1.69659-0.0044
c0.47641-0.0022,0.95282-0.0086,1.4314-0.0194c1.0368-0.0281,2.0845-0.0905,3.11301-0.2737
c1.041-0.1875,2.0112-0.4936,2.9576-0.9767c0.9313-0.4719,1.7805-1.0906,2.52011-1.8302c0.7372-0.7373,1.35599-1.5887,1.8302-2.52
c0.48299-0.9464,0.78889-1.9163,0.97429-2.9599c0.1855-1.026,0.2457-2.0737,0.2738-3.11069
c0.013-0.4764,0.01941-0.9528,0.02161-1.4291c0.00439-0.5672,0.00439-1.1319,0.00439-1.69901V14.8242
c0-0.5671,0-1.1328-0.00439-1.6989c-0.0022-0.4763-0.00861-0.9527-0.02161-1.4291c-0.02811-1.0379-0.0883-2.0856-0.2738-3.1119
c-0.18539-1.0432-0.4913-2.0135-0.97429-2.9598c-0.47421-0.9313-1.093-1.7816-1.8302-2.52
c-0.73961-0.7384-1.58881-1.3572-2.52011-1.8303c-0.9464-0.4818-1.9166-0.7878-2.9576-0.9754
c-1.0285-0.1844-2.0762-0.2457-3.11301-0.2738c-0.47858-0.013-0.95499-0.0183-1.4314-0.0217C151.82988,0,151.26297,0,150.69807,0
L150.69807,0z"></path>
<path id="XMLID_3_" fill="#FFFFFF" d="M150.69807,3.532l1.67149,0.0032c0.4528,0.0032,0.90561,0.0081,1.36092,0.0205
c0.79201,0.0214,1.71849,0.0643,2.58209,0.2191c0.7507,0.1352,1.38029,0.3408,1.9845,0.6484
c0.5965,0.3031,1.14301,0.7003,1.62019,1.1768c0.479,0.4797,0.87671,1.0271,1.18381,1.6302
c0.30589,0.5995,0.51019,1.2261,0.64459,1.9823c0.1544,0.8542,0.1971,1.7832,0.21881,2.5801
c0.01219,0.4498,0.01819,0.8996,0.0204,1.3601c0.00429,0.5569,0.0042,1.1135,0.0042,1.6715V91.142
c0,0.558,0.00009,1.1136-0.0043,1.6824c-0.00211,0.4497-0.0081,0.8995-0.0204,1.3501c-0.02161,0.7957-0.0643,1.7242-0.2206,2.5885
c-0.13251,0.7458-0.3367,1.3725-0.64429,1.975c-0.30621,0.6016-0.70331,1.1484-1.18022,1.6251
c-0.47989,0.48-1.0246,0.876-1.62819,1.1819c-0.5997,0.3061-1.22821,0.51151-1.97151,0.6453
c-0.88109,0.157-1.84639,0.2002-2.57339,0.2199c-0.4574,0.0103-0.9126,0.01649-1.37889,0.0187
c-0.55571,0.0043-1.1134,0.0042-1.6692,0.0042H14.82318c-0.0074,0-0.0146,0-0.0221,0c-0.5494,0-1.0999,0-1.6593-0.0043
c-0.4561-0.00211-0.9112-0.0082-1.3512-0.0182c-0.7436-0.0201-1.7095-0.0632-2.5834-0.2193
c-0.74969-0.1348-1.3782-0.3402-1.9858-0.6503c-0.59789-0.3032-1.1422-0.6988-1.6223-1.1797
c-0.4764-0.4756-0.8723-1.0207-1.1784-1.6232c-0.3064-0.6019-0.5114-1.2305-0.64619-1.9852
c-0.15581-0.8626-0.19861-1.7874-0.22-2.5777c-0.01221-0.4525-0.01731-0.9049-0.02021-1.3547l-0.0022-1.3279l0.0001-0.3506V14.8242
l-0.0001-0.3506l0.0021-1.3251c0.003-0.4525,0.0081-0.9049,0.02031-1.357c0.02139-0.7911,0.06419-1.7163,0.22129-2.5861
c0.1336-0.7479,0.3385-1.3765,0.6465-1.9814c0.3037-0.5979,0.7003-1.1437,1.17921-1.6225
c0.477-0.4772,1.02309-0.8739,1.62479-1.1799c0.6011-0.3061,1.2308-0.5116,1.9805-0.6465c0.8638-0.1552,1.7909-0.198,2.5849-0.2195
c0.4526-0.0123,0.9052-0.0172,1.3544-0.0203l1.6771-0.0033H150.69807"></path>
<g>
<g>
<path d="M45.1862,35.64053c1.41724-1.77266,2.37897-4.15282,2.12532-6.58506c-2.07464,0.10316-4.60634,1.36871-6.07207,3.14276
c-1.31607,1.5192-2.4809,3.99902-2.17723,6.3293C41.39111,38.72954,43.71785,37.36345,45.1862,35.64053"></path>
<path d="M47.28506,38.98252c-3.38211-0.20146-6.25773,1.91951-7.87286,1.91951c-1.61602,0-4.08931-1.81799-6.76438-1.76899
c-3.48177,0.05114-6.71245,2.01976-8.4793,5.15079c-3.63411,6.2636-0.95904,15.55471,2.57494,20.65606
c1.71618,2.5238,3.78447,5.30269,6.50976,5.20287c2.57494-0.10104,3.58421-1.66732,6.71416-1.66732
c3.12765,0,4.03679,1.66732,6.76252,1.61681c2.82665-0.05054,4.59381-2.52506,6.30997-5.05132
c1.96878-2.877,2.77473-5.65498,2.82542-5.80748c-0.0507-0.05051-5.45058-2.12204-5.50065-8.33358
c-0.05098-5.20101,4.23951-7.6749,4.44144-7.82832C52.3832,39.4881,48.5975,39.08404,47.28506,38.98252"></path>
</g>
<g>
<path d="M76.73385,31.94381c7.35096,0,12.4697,5.06708,12.4697,12.44437c0,7.40363-5.22407,12.49704-12.65403,12.49704h-8.13892
v12.94318h-5.88037v-37.8846H76.73385z M68.41059,51.9493h6.74732c5.11975,0,8.0336-2.75636,8.0336-7.53479
c0-4.77792-2.91385-7.50845-8.00727-7.50845h-6.77365V51.9493z"></path>
<path d="M90.73997,61.97864c0-4.8311,3.70182-7.79761,10.26583-8.16526l7.56061-0.44614v-2.12639
c0-3.07185-2.07423-4.90959-5.53905-4.90959c-3.28251,0-5.33041,1.57492-5.82871,4.04313h-5.35574
c0.31499-4.98859,4.56777-8.66407,11.3941-8.66407c6.69466,0,10.97377,3.54432,10.97377,9.08388v19.03421h-5.43472v-4.54194
h-0.13065c-1.60125,3.07185-5.09341,5.01441-8.71623,5.01441C94.52078,70.30088,90.73997,66.94038,90.73997,61.97864z
M108.56641,59.4846v-2.17905l-6.8,0.41981c-3.38683,0.23649-5.30306,1.73291-5.30306,4.09579
c0,2.41504,1.99523,3.99046,5.04075,3.99046C105.46823,65.81161,108.56641,63.08108,108.56641,59.4846z"></path>
<path d="M119.34167,79.9889v-4.5946c0.4193,0.10483,1.36425,0.10483,1.83723,0.10483c2.6252,0,4.04313-1.10245,4.90908-3.9378
c0-0.05267,0.49931-1.68025,0.49931-1.70658l-9.97616-27.64562h6.14268l6.98432,22.47371h0.10432l6.98433-22.47371h5.9857
l-10.34483,29.06304c-2.36186,6.69517-5.0924,8.84789-10.81577,8.84789C121.17891,80.12006,119.76098,80.06739,119.34167,79.9889
z"></path>
</g>
</g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>
</div>
</div>
</div>
</div>
</div>
<div id="payment_wrap_6" class="row margin-desktop-10">
<div class="col-12 col-sm-12 col-md-5"><img src="/static/images/paytrail_logo_90.png" alt="Paytrail Logo" title="Maksujärjestelmänä toimii Paytrail." width="90" height="90" style="position:relative;top:7px;left:30px;" />
<br /><br />
</div>
<div class="col-12 col-sm-12 col-md-7">
<a href="#" class="link3" onclick="jQuery('div#info_security_server').show();return false;">What does protected server mean?</a>
</div>
</div>
<div id="payment_wrap_7" class="row margin-desktop-10">
<div class="col-12 col-sm-12 col-md-12"><input type="submit" id="btn_payment_not_register" name="btn_payment" class="btn btn-default" value=" PAY 299 € " style="position:relative; left:9px; top:11px;" onclick="processPaymentClick(this);" /><br /><br />
</div>
<div class="row margin-desktop-bottom-70"><span class="errorText2" id="errorText3"></span><span id="loading" style="color:green;font-size:16px;"></span></div>
<div class="col-12 col-sm-12 col-md-12">
<br /><br />
</div>
<div id="info_cvv_code" class="alert alert-success alert-dismissible info-absolute-alert">
<button type="button" aria-label="Close" class="close" onclick="jQuery('div#info_cvv_code').hide();"><span aria-hidden="true">x</span></button>
CVV/CVC code is required for all online payments also at Kliffa. CVV code is a security code that is usually found on the back of your card. CVV code helps to protect your online payments. Usually the CVV code is asked each time you make a purchase. CVV code is a 3- or 4-digit code depending on the credit card issuer.
</div>
<div id="info_security_server" class="alert alert-success alert-dismissible info-absolute-alert">
<button type="button" aria-label="Close" class="close" onclick="jQuery('div#info_security_server').hide();"><span aria-hidden="true">x</span></button>
Online Payment uses 256-bit encrypted SSL connection. Secure Sockets Layer (SSL) is a standard security technology for establishing an encrypted link between a browser and our server. Therefore we can offer a trusted and veried connection between your credit card and our a server. SSL certificate has been admitted by <a href="https://www.thawte.com/" class="alert_link" target="_blank">Thawte</a>.
</div>
<div id="info_save_card" class="alert alert-success alert-dismissible info-absolute-alert">
<button type="button" aria-label="Close" class="close" onclick="jQuery('div#info_save_card').hide();"><span aria-hidden="true">x</span></button>
Kliffan varauspalvelu käyttää Stripe-maksujärjestelmää. Maksukortin numerot jäävät muistiin Stripen maksujärjestelmään. Maksukortin tallennus tarkoittaa, että seuraavalla varauskerralla Kliffan järjestelmästä löytyy jo Stripen asiakastunniste, mitä vastaan maksu voidaan hoitaa ilman maksukortin tietojen syöttämistä. Asiakastunnistetta ei pysty hyödyntämään muualla kuin tällä sivustolla tehtävissä varauksissa.
Lue lisää Stripesta: <a href="https://stripe.com/fi" class="alert_link" target="_blank">täältä</a>.
</div>
</div>
<div id="payment_wrap_8" class="row margin-desktop-10">
<div class="article_footer">
<div class="col-xs-1 col-md-1"></div>
<div class="col-xs-12 col-md-10" style="height:30px;">
<div id="errorAlert" class="alert alert-danger error-alert">
<button type="button" aria-label="Close" class="close" onclick="jQuery('div#errorAlert').hide();"><span aria-hidden="true">x</span></button>
<span id="errorText"></span>
</div>
<div id="warnAlert" class="alert alert-warning error-alert">
<button type="button" aria-label="Close" class="close" onclick="jQuery('div#warnAlert').hide();"><span aria-hidden="true">x</span></button>
<span id="warnText"></span>
</div>
<div id="infoAlert" class="alert alert-info info-alert">
<button type="button" aria-label="Close" class="close" onclick="jQuery('div#infoAlert').hide();"><span aria-hidden="true">x</span></button>
<span id="infoText"></span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div><!-- /#main-content -->
<div class="footer-wrap">
<footer id="footer-bar">
<ul>
<div style="float:left;"><li><a href="https://kliffa.fi">© Kliffa.fi 2022</a></li></div>
<div style="float:left;"><li><a href="mailto:sales@kliffa.fi">sales@kliffa.fi</a></li></div>
<li>
<div class="row">
<div class="social-media">
<img src="/static/images/facebook-16.jpg" alt="Facebook" title="Tykkää meistä Facebookissa" width="16" height="16" style="cursor:pointer;" onclick="window.open('https://www.facebook.com/kliffa.fi/', 'Facebook');" /> <img src="/static/images/twitter-16.jpg" alt="Twitter" title="Seuraa Twiittejämme" width="16" height="16" style="cursor:pointer;" onclick="window.open('https://twitter.com/kliffaa', 'Twitter');" /> <img src="/static/images/instagram-16.jpg" alt="Instagram" title="Seuraa meitä Instagramissa" width="16" height="16" style="cursor:pointer;" onclick="window.open('https://www.instagram.com/kliffa/', 'Instagram');" />
</div>
<div class="whatsapp" style="float:left;">
<a href="#" title="Lähetä meille viestiä WhatsApp:lla." style="cursor:pointer;" onclick="window.open(getWhatsAppURL(), 'WhatsApp');">
<i class="fab fa-whatsapp fa-16x text-dark-gray"></i><br />
</a>
</div>
</li>
<div style="float:left;"><li><span>+358 40 369 5930</span></li></div>
<div style="float:left;"><li><span>Y-tunnus: 2705369-8</span></li></div>
<div style="float:left;"><li><a href="/static/pdf/Tietosuojailmoitus.pdf" target="_blank">Tietosuojailmoitus</a></li></div>
</div>
</ul>
</footer>
</div><!-- /.footer-wrap -->
<form name="frm_finish_payment" id="frm_finish_payment" action="cgi-bin/index.cgi" method="post" enctype="application/x-www-form-urlencoded">
<input type="hidden" name="reservation_confirmed" value="true" />
<input type="hidden" name="booking_no" value="WL5D2W14WW" />
<input type="hidden" id="finish_email" name="email" value="sales@kliffa.fi" />
<input type="hidden" name="email" id="email" value="sales@kliffa.fi" />
<input type="hidden" name="lastname" id="lastname" value="Testaaja" />
<input type="hidden" name="firstname" id="firstname" value="Teemu" />
<input type="hidden" name="address" id="address" value="Testaajankatu 10 A 1" />
<input type="hidden" name="zipcode" id="zipcode" value="00200" />
<input type="hidden" name="city" id="city" value="Helsinki" />
<input type="hidden" name="telno" id="telno" value="0401234567" />
<input type="hidden" name="message" id="message" value="" />
</form>
</body>
</html>