forked from swaponline/swaponline.github.io_old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.4808e9.css
1993 lines (1699 loc) · 241 KB
/
app.4808e9.css
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
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,900&display=swap);@import url(https://fonts.googleapis.com/css?family=Roboto+Mono);.WXswr2whtDzGQDM00bQUr{padding-top:120px}.m_ht1VKxqpUspuAt1BnIk{padding-top:0}.OFUPqFkyjwc8amxjKUV3R{color:#000;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;position:relative;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-bottom:35px}._1ZTF7IzpnnsIxfh4DEKP3G{color:#000}._1J60SOH32Ujk_pSJqJ7jxc{color:#e32950;font-size:40px;text-align:center;cursor:pointer}._2BwA9WGVM17n3PyL2o3QKT{position:relative;width:100%;text-align:center;bottom:50px;color:#acacac;cursor:pointer}._1o5jaSriOBrS87gFn7ExC-{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:600px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;margin-top:60px}._2Laa-jlhQD-3C0tehr5jKU{text-align:left;margin-bottom:-3px;display:inline-block;font-weight:bold}._3Xjn45Z43QGK-lkWHtx5ug{color:#e32950;font-size:24px;text-align:center;text-transform:uppercase;padding:78px;position:relative;cursor:pointer}._3UYnmqSkeH4PbG2_FFI73L{text-align:center}.oRHTQ_xgR8B3D6eSLE5t1{margin-left:5%;top:-4px;position:relative}._3fv6AvD4xeBKucd1aQENZO{position:absolute;width:600px;top:-45px;text-align:center;font-size:18px}._1ct2uVlmSGrqZ7viDbJRTB{text-align:left}._1VkSSz87FDsfzd9SoH2UWY{display:block;text-align:center;font-size:20px;margin-bottom:-35px}._4GHhtvNGZXJmBCyylThcS{position:relative;margin-top:70px}._3PNOaxIJFdGWF3J-3ssps0{color:#a9a9a9;cursor:pointer;text-decoration:underline;position:absolute;right:50px;top:-20px}._1y6JqNZelAX_AfjQXY4vcl{position:absolute;font-size:15px;width:100%;margin-top:25px;text-align:center}._3d_y9Nhuh2SeW0P0OSNOxN{position:relative;left:130px}._3jvQ9c5VwzSOIsVBXVaW-Q{color:#3de25b}._3faG9cwLukpN-DBGbFVPwG{color:#e32950}@media (max-width: 568px){._3bUfj6zYUa60o14S1SFCHS{display:inline-block;margin-left:5px;margin-top:2px}.oRHTQ_xgR8B3D6eSLE5t1{margin-left:0;font-size:11px}}._3uup6CsTpWOJXlhvClDnki{border:1px solid #cecece;font-size:18px;margin-top:0px;position:relative;padding:30px 25px;padding-left:35px;border-radius:20px;display:inline-block;text-align:left;padding-bottom:75px;background:white;max-width:600px}@media (max-width: 568px){._3PNOaxIJFdGWF3J-3ssps0{right:40px}._3uup6CsTpWOJXlhvClDnki{display:block;width:100%;font-size:12px}}.GjiRrCB8psOY_JklQ_mhz{width:575px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}@media (max-width: 568px){.GjiRrCB8psOY_JklQ_mhz{display:block;width:100%;-webkit-box-pack:stretch;-webkit-justify-content:stretch;-ms-flex-pack:stretch;justify-content:stretch;height:70px}._1y6JqNZelAX_AfjQXY4vcl{position:relative;font-size:15px;width:100%;margin-top:0px;text-align:center}}._23lXxL_dYmolCe8bdePWji{position:relative;right:15px;top:-15px}@media (max-width: 568px){._23lXxL_dYmolCe8bdePWji img{width:50%;margin:-10% 0 0% 50%}}._2KzN2GC-dZjxzc-phtzj96{max-width:100%}._1sR_njbIcxqKXu1L8AzIIy{margin-top:0.5em;max-width:100%;font-size:21px;display:block;margin-right:5px}._3KK9SXnW9KX1yC2xp_JWos span{font-size:9px;margin-top:13px}._3KK9SXnW9KX1yC2xp_JWos i{position:absolute;top:23px}._3S7zpBEKDEn2PrFejK6cYM{display:inline-block;margin-left:5px}._3S7zpBEKDEn2PrFejK6cYM a{text-decoration:underline}._3S7zpBEKDEn2PrFejK6cYM a:hover{text-decoration:none;color:#007bff}._1sR_njbIcxqKXu1L8AzIIy span>div{display:inline-block}@media (max-width: 568px){._1sR_njbIcxqKXu1L8AzIIy{font-size:11.2px;width:60%}}._3XonsJ8uwm4EUjMz33D3lr{font-size:22px}._2crFGHXqbHShkrXgKJpYo5{position:relative}._22pb04Mclu6MferbqNRn3j{display:none}._25abY3eeTw9VGW4RNYAO02{position:absolute;bottom:20px;left:50%;width:-webkit-max-content;width:-moz-max-content;width:max-content;-webkit-transform:translateX(-50%);transform:translateX(-50%)}._25abY3eeTw9VGW4RNYAO02 i{position:absolute;top:4px;left:-25px}@media (max-width: 568px){._25abY3eeTw9VGW4RNYAO02{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}._25abY3eeTw9VGW4RNYAO02 i{left:-20px}}._3uqmd_hyXXUgSD4XjzcoO{position:absolute;left:0px;bottom:-40px;color:#000}._1VDHzJEfZc5cS1kJOQevM1{color:#000;display:block;margin-top:10px;width:185px;text-align:center}._3fv6AvD4xeBKucd1aQENZO{position:absolute;width:600px;top:-45px;text-align:center;font-size:18px}._3KK9SXnW9KX1yC2xp_JWos{margin-bottom:20px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:relative}._3KK9SXnW9KX1yC2xp_JWos img{width:265px}._3KK9SXnW9KX1yC2xp_JWos button{width:100%;margin:auto;height:56px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:56px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;background:#eee;color:#000;margin-top:13px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-left:15px}._3KK9SXnW9KX1yC2xp_JWos button:hover{background:#eee}@media (max-width: 568px){._3KK9SXnW9KX1yC2xp_JWos a{font-size:9px;height:30px;width:100%;display:block;padding:10px;position:static}._3KK9SXnW9KX1yC2xp_JWos button{display:none}}._1p3oprWlt7eWWvIqPTT2Y-{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:185px;margin-top:-35px;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;-webkit-box-pack:justify;justify-content:space-between;margin-bottom:-20px;display:none}._1p3oprWlt7eWWvIqPTT2Y- img{width:72px}._2-Ndl2d_Dm094YiZVq--hI{display:none}._2IixBdwNnoP7ALmqIpKJ5z{display:block;margin-bottom:20px;margin-top:-5px}._20qmIZeXxeATRC1Mrc_fYD,._1IjBapZytk8_KSsu22AUW3{text-decoration:none;border-radius:6px;font-size:18px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:56px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:13px;color:#fff;display:flex;background:#fff;padding:10px 15px;box-shadow:1px 1px 6px #929292;color:#000}._20qmIZeXxeATRC1Mrc_fYD:hover,._1IjBapZytk8_KSsu22AUW3:hover{color:#000;background:#eee}._20qmIZeXxeATRC1Mrc_fYD{cursor:pointer;font-size:17px}._1HnetQIUPxB_fNvBzwfu95{background:#000;color:#fff}._1IjBapZytk8_KSsu22AUW3{background:#eee;display:-webkit-inline-box;border-radius:6px;-webkit-text-decoration:dashed;-moz-text-decoration:dashed;text-decoration:dashed;color:#000;height:56px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-box-pack:normal;-webkit-justify-content:normal;-ms-flex-pack:normal;justify-content:normal;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:17px;margin-top:0;font-size:13px;text-align:center;font-weight:500;padding:0;width:182px;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;text-transform:uppercase;margin-top:10px;background:#dbdbdb;color:#626262}._1IjBapZytk8_KSsu22AUW3:hover{background:#dbdbdb;color:#626262}.jYgDSZtF7xr6UkFGkq8sH{display:block;position:absolute;bottom:13px;font-size:16px;text-transform:initial}._1cGon4ycLI0nrs3qtj7pyO{color:#000}.n9NK_K-LcfqybPLv-jTSL,._39MD26fLq_MxwZhsriXSq6{color:#000}._39MD26fLq_MxwZhsriXSq6{margin-bottom:20px}.yYW9K5JaTIp5xHHNJGaZH{text-align:center}._2JGLtIXR2rG8V5TOLuAJlq{margin-top:20px;font-size:14px}@media screen and (max-width: 690px){._3uup6CsTpWOJXlhvClDnki{width:100%}._3uup6CsTpWOJXlhvClDnki .GjiRrCB8psOY_JklQ_mhz{width:100%}._1o5jaSriOBrS87gFn7ExC-{width:100%}._1ZTF7IzpnnsIxfh4DEKP3G{width:100%}._20qmIZeXxeATRC1Mrc_fYD{font-size:14px}._23lXxL_dYmolCe8bdePWji{right:-23px}}@media (min-width: 569px) and (max-width: 1024px){._1ZTF7IzpnnsIxfh4DEKP3G{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}._1o5jaSriOBrS87gFn7ExC-{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}._3d_y9Nhuh2SeW0P0OSNOxN{left:-30px;font-size:13px}._3fv6AvD4xeBKucd1aQENZO{text-align:center;font-size:16px;top:-60px;font-weight:300;font-size:16px;border-radius:6px;background:#cecece3b;color:#000;padding:7px 20px;width:100%;max-width:600px;margin:auto;-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.OFUPqFkyjwc8amxjKUV3R{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:baseline;-webkit-align-items:baseline;-ms-flex-align:baseline;align-items:baseline}}@media (max-width: 568px){._3d_y9Nhuh2SeW0P0OSNOxN{font-size:9px;left:15px}._3fv6AvD4xeBKucd1aQENZO{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}._1ZTF7IzpnnsIxfh4DEKP3G{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}._1o5jaSriOBrS87gFn7ExC-{-webkit-box-ordinal-group:4;-webkit-order:3;-ms-flex-order:3;order:3}._3w4_nRWPqM8akExhil2yfX{font-size:8.5px}._3w4_nRWPqM8akExhil2yfX a{font-size:8.5px}._3S7zpBEKDEn2PrFejK6cYM{display:block;margin-left:0px}._3S7zpBEKDEn2PrFejK6cYM a{font-size:11px}.WXswr2whtDzGQDM00bQUr{padding-top:80px}._1ZTF7IzpnnsIxfh4DEKP3G{width:100%}._3uup6CsTpWOJXlhvClDnki{padding:15px 20px;padding-bottom:70px}._3fv6AvD4xeBKucd1aQENZO{text-align:center;font-size:16px;left:0;top:-60px;font-weight:300;font-size:15px;border-radius:6px;background:#cecece3b;color:#000;padding:7px 20px;width:100%}._2Laa-jlhQD-3C0tehr5jKU{font-size:11px;margin-top:20px}._23lXxL_dYmolCe8bdePWji{position:absolute;right:10px;top:26px;width:200px}._3KK9SXnW9KX1yC2xp_JWos{-webkit-box-pack:end;-webkit-justify-content:end;-ms-flex-pack:end;justify-content:end;width:-webkit-max-content;width:-moz-max-content;width:max-content}.WXswr2whtDzGQDM00bQUr{display:block;width:100%;font-size:11px;margin:0;margin-top:80px}.m_ht1VKxqpUspuAt1BnIk{margin-top:0}}.Qmn9JDhNdZCexhxCmih9w{position:relative;-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}h3{font-size:20px}._2ZGKnMR9AYzkaiqZbUybxd{padding-bottom:700px}._1fDT0dhvbAOX5xfRKOPn3l{margin-right:1%;cursor:pointer}@media all and (min-width: 320px) and (max-width: 480px){.OFUPqFkyjwc8amxjKUV3R{display:block;padding-top:20px !important}}@media all and (min-width: 570px) and (max-width: 670px){._3fv6AvD4xeBKucd1aQENZO{max-width:540px;width:540px}}
.k0mDTNR0UmKyBTEMEYdMs{width:100%;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}._3Zn1Wh08TvVV9Aa_6-9CNa{content:"";position:absolute;border-radius:50%;left:calc(50% - 100px);top:calc(50% - 100px);width:200px;height:200px;clip:rect(0, 200px, 200px, 100px);top:40px}.dm5Q63mt4R4HoqGIWrBtb{width:200px;height:200px;border-radius:50%;background-color:#E5E5E5;position:absolute;top:72px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.dm5Q63mt4R4HoqGIWrBtb._3NJV52EazKsbtQSGN9b0d0{background-color:#5100dc}._3DMLOgggpfbJt-C7pqvhbz{content:"";position:absolute;border-radius:50%;left:calc(50% - 100px);top:calc(50% - 100px);width:200px;height:200px;clip:rect(0, 200px, 200px, 100px)}._3DMLOgggpfbJt-C7pqvhbz .hRlSV9sxnsECTkXbG0HcA{content:"";position:absolute;border-radius:50%;left:calc(50% - 100px);top:calc(50% - 100px);width:200px;height:200px;clip:rect(0, 100px, 200px, 0);background:#5100dc;-webkit-transition:0.3s -webkit-transform ease;transition:0.3s -webkit-transform ease;transition:0.3s transform ease;transition:0.3s transform ease, 0.3s -webkit-transform ease;-webkit-transform:rotate(200deg);transform:rotate(200deg)}._3NJV52EazKsbtQSGN9b0d0 ._3DMLOgggpfbJt-C7pqvhbz{clip:rect(0, 100px, 200px, 0)}._3NJV52EazKsbtQSGN9b0d0 ._3DMLOgggpfbJt-C7pqvhbz .hRlSV9sxnsECTkXbG0HcA{clip:rect(0, 200px, 200px, 100px);-webkit-transition:0.3s -webkit-transform ease;transition:0.3s -webkit-transform ease;transition:0.3s transform ease;transition:0.3s transform ease, 0.3s -webkit-transform ease;background:#E5E5E5}.sT7IGe6u2JqOYqnuEPf_p{content:"";position:absolute;border-radius:50%;left:calc(50% - 173.91304px/2);top:calc(50% - 173.91304px/2);width:173.91304px;height:173.91304px;background:#fff;text-align:center;display:table}.sT7IGe6u2JqOYqnuEPf_p span{display:block;font-size:2.6em;font-weight:bold;color:#81CE97}._2QEjhWMjmblu-p1jo0A-J3{display:table-cell;vertical-align:middle}.UmtgLeuPe71REQgCzk694{width:160px;position:absolute;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);top:50%}._3mkYTnM6yDGlKyo0yLFf2d{content:"";position:absolute;border-radius:50%;left:calc(50% - 100px);top:calc(50% - 100px);width:200px;height:200px;clip:rect(0, 100px, 200px, 0);background:#81CE97;-webkit-transform:rotate(170deg);transform:rotate(170deg)}._23JrHYEvuEoEZqsKd79u5e{color:#8e8e8e;position:absolute;right:65px;top:68px;font-size:17px}.KDbOtFXzZVSTOKDtAQuvH{margin-top:10px;display:block;position:relative}.KDbOtFXzZVSTOKDtAQuvH div:first-child{display:inline-block}._8ronSiC_jKczJsJ9jwbaD{height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative}._2XpwnBIkjVt9T2ckzomE7c{min-width:0;-webkit-box-flex:1;-webkit-flex:auto 1 1;-ms-flex:auto 1 1;flex:auto 1 1;line-height:22px;font-size:24px;text-align:center}._2XpwnBIkjVt9T2ckzomE7c._3zX6kaJho33YvzSGUo2L8S{text-transform:uppercase}._2RmAx9FX9KU6440Apma6Da{width:20px;height:20px;opacity:0.5;-webkit-transition:opacity 0.33s cubic-bezier(0.25, 0.46, 0.45, 0.94);transition:opacity 0.33s cubic-bezier(0.25, 0.46, 0.45, 0.94)}._2RmAx9FX9KU6440Apma6Da:hover{opacity:1;-webkit-transition:none;transition:none}._1N6zqr3-ha6sufesI-bx8H{height:88px;border-bottom:1px solid #ddd}._3YYWMbRN7DpJ01qG-gNeif{display:block;color:#d66f6f}._3YYWMbRN7DpJ01qG-gNeif em{display:block;font-size:0.8rem;font-style:normal;word-wrap:break-word}._2-tayFPmvyyyY1APpEEF2l{display:inline-block;height:12px;position:absolute;bottom:30px;right:-33px}._2-tayFPmvyyyY1APpEEF2l span{color:#6d18e4;font-size:33px;-webkit-animation-name:_1iA7xzARMpjvSvi7o2lRlT;animation-name:_1iA7xzARMpjvSvi7o2lRlT;-webkit-animation-duration:1.4s;animation-duration:1.4s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-fill-mode:both;animation-fill-mode:both}._2-tayFPmvyyyY1APpEEF2l span:nth-child(2){-webkit-animation-delay:.2s;animation-delay:.2s}._2-tayFPmvyyyY1APpEEF2l span:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s}._3t1Ji0uS4-Ti7vRz_uwcKR{color:#fff;background:#e91db4;height:40px;line-height:40px;padding:0 20px;display:block;width:-webkit-max-content;width:-moz-max-content;width:max-content;text-transform:uppercase;border-radius:20px;margin:auto;margin-top:20px;font-size:16px}._3t1Ji0uS4-Ti7vRz_uwcKR:hover{background-color:#ff1fc5;color:#fff}._3jcr3DLB5zq_mh3E7ecFQ7{width:600px;text-align:center;border:1px solid #ccc;border-radius:20px}._3Wd5QHyhMvt6ihLXD-DhkS{text-align:center;padding:50px;padding-bottom:30px;z-index:1;border-radius:20px;padding-top:70px}._1ei8KcE0k4GnwSAzhYnuLp{width:184px;height:184px;border-radius:50%;margin:auto;margin-bottom:60px;z-index:1111;background:#fff;position:relative;top:9px}._1ei8KcE0k4GnwSAzhYnuLp img{width:100%;border-radius:50%}._1C0nP91A6GqW3TY7e-cJP9{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:0 24px}._2RBP7mkZBW5_XOAKhwNzj8{position:absolute;width:600px;top:-45px;text-align:center;font-size:18px}.CiWAJWQubx8r0LBQ29Xw8{display:block;margin-bottom:16px}.CiWAJWQubx8r0LBQ29Xw8 a{font-size:13px}.o2p3C6ppkO5Kl_qVimieh button{display:block;margin:auto}._220oA0SqZ8RxqlBezgsk3o{font-size:12px;color:#d66f6f;margin-top:10px;font-weight:600}._3y21dtmbrAMVoBdSjuQFWt{color:#000;margin-bottom:24px}._3y21dtmbrAMVoBdSjuQFWt span{display:block}._1bBEmhK5PGYcU5FEgPtdk5{position:absolute;bottom:-80px}._20-K-k1RIJGw1RbyHhWPjJ{line-height:56px;margin:16px 0;text-align:center;vertical-align:middle}._20-K-k1RIJGw1RbyHhWPjJ button{width:40%;margin-left:20px;margin-right:20px}._3B-1QeyIRNJCCyJKD9ek29{font-size:26px;font-weight:500;line-height:1.2;padding-bottom:24px}._3HskRheAgu50AuHc5Ff5eR{margin-bottom:24px;color:#d66f6f;font-size:15px}._3HskRheAgu50AuHc5Ff5eR span span{color:#000}.oz73ZbUdt09o2H4vUpSfy{color:#000}.KthmuuTvSrJh63lkT0yk,._2zX0A2hN5wm6amCYIdIK3s{display:block;position:relative;font-size:13px;word-wrap:break-word}@media (min-width: 569px) and (max-width: 1024px){.k0mDTNR0UmKyBTEMEYdMs{width:600px}._23JrHYEvuEoEZqsKd79u5e{top:-30px;right:0}}@media all and (min-width: 570px) and (max-width: 670px){.k0mDTNR0UmKyBTEMEYdMs{width:540px}}@media all and (min-width: 320px) and (max-width: 570px){._1bBEmhK5PGYcU5FEgPtdk5{display:none}.k0mDTNR0UmKyBTEMEYdMs{width:100%}.KDbOtFXzZVSTOKDtAQuvH{margin-top:5px}.KDbOtFXzZVSTOKDtAQuvH div{font-size:13px}._23JrHYEvuEoEZqsKd79u5e{font-size:13px;top:-25px;right:0}._3t1Ji0uS4-Ti7vRz_uwcKR{font-size:13px}._3jcr3DLB5zq_mh3E7ecFQ7{width:100%;border:none}._1k7HPYBjBTWHoecjW1Itiu{padding-top:0}._3Wd5QHyhMvt6ihLXD-DhkS{border:none;text-align:center;padding:0;padding-bottom:30px;z-index:1;border-radius:20px;padding-top:71px}._1C0nP91A6GqW3TY7e-cJP9{margin-top:-50px}.oz73ZbUdt09o2H4vUpSfy{color:#000;-webkit-transform:scale(0.8);transform:scale(0.8);margin-top:-80px}._1lILdwQsCtEVw0vWclv2Wc{border-bottom:1px solid #eee;padding-bottom:20px;margin-bottom:0px;border-top:1px solid #eee;padding-top:20px;width:100%}._3B-1QeyIRNJCCyJKD9ek29{color:#000;font-size:18px}.CiWAJWQubx8r0LBQ29Xw8{top:-5px}.CiWAJWQubx8r0LBQ29Xw8 a{font-size:12px;overflow:hidden;width:100%;display:block}._372LCmOhvo1743gUs85zLd{font-size:11px;width:100%;bottom:0}._20-K-k1RIJGw1RbyHhWPjJ button{width:90%;margin-left:0px;margin-right:0px}}
._2wnb2Csb2dK959NFnVU0Eo{display:inline-block;vertical-align:top;zoom:1;cursor:pointer;text-align:center;font-size:18px;margin-bottom:-20px}@media (max-width: 568px){._2wnb2Csb2dK959NFnVU0Eo{font-size:12px}}
.kQLHsUYkNkMjNjUOJImhL{width:32px;height:30px;display:block;position:absolute;left:40px}.kQLHsUYkNkMjNjUOJImhL img{display:block;will-change:filter;-webkit-transition:-webkit-filter 0.1s ease;transition:-webkit-filter 0.1s ease;transition:filter 0.1s ease;transition:filter 0.1s ease, -webkit-filter 0.1s ease}._2fU8FKxe5r6FzOH1s81ab6 img{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}@media (max-width: 568px){.kQLHsUYkNkMjNjUOJImhL{display:none}}@media screen and (max-width: 1390px){.kQLHsUYkNkMjNjUOJImhL{position:relative;left:auto;margin-right:85px}}@media screen and (max-width: 860px){.kQLHsUYkNkMjNjUOJImhL{display:none}}._1fQO7J4B0INNdCMOExQnP{width:100%;text-align:center}._1fQO7J4B0INNdCMOExQnP img{margin:0 auto;padding-left:30px}@media screen and (min-width: 860px){._1fQO7J4B0INNdCMOExQnP{display:none}}
label._3pDnueFHMs_q3ms8ZcXtEl>span{position:relative;padding-left:3.2em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;height:20px;display:block}label._3pDnueFHMs_q3ms8ZcXtEl{margin:0.5rem 0}label._3pDnueFHMs_q3ms8ZcXtEl>input[type='checkbox']{display:none}label._3pDnueFHMs_q3ms8ZcXtEl>span:before{background-color:#ffffff;border-radius:1.2em;border:.1em solid transparent;content:'';height:1.2em;left:0;position:absolute;margin-top:-2px;-webkit-transition:border-color .2s, background-color .2s;transition:border-color .2s, background-color .2s;border:1px solid rgba(0,0,0,0.3);box-sizing:border-box;border-radius:12px;width:56px;height:24px;cursor:pointer}label._3pDnueFHMs_q3ms8ZcXtEl>span:after{background-color:#000000;border-radius:50%;content:'';width:15px;height:15px;left:5px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);position:absolute;-webkit-transition:border-color .2s, -webkit-transform .2s;transition:border-color .2s, -webkit-transform .2s;transition:transform .2s, border-color .2s;transition:transform .2s, border-color .2s, -webkit-transform .2s;cursor:pointer}label._3pDnueFHMs_q3ms8ZcXtEl>input:checked+span:before{background-color:#000}label._3pDnueFHMs_q3ms8ZcXtEl>input:checked+span:after{background-color:#fff;right:0px;left:auto}
.qJheS4x3N5yUXEgqJMMi2{height:56px;padding:0 16px;display:inline-block;vertical-align:top;zoom:1;cursor:pointer;line-height:56px;text-align:center;font-size:18px;border:none;border-radius:6px;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:background-color 0.23s ease, color 0.23s ease;transition:background-color 0.23s ease, color 0.23s ease}._2GzkvzDse5f2S7wSKTt7z3{width:100%;display:block;padding:0}._3zY6WOp0vdU-IcEDHljcQB{background-color:#E72BB3;box-shadow:1px 1px 6px #929292;color:#fff}._3zY6WOp0vdU-IcEDHljcQB:hover{background-color:#ea42bb}._s-GvI7ITu7bzDWQquosj{background-color:#3de25b;color:#fff}._s-GvI7ITu7bzDWQquosj:hover{background-color:#53e56e}.ewAS276AGebKuctUnfzYm{background-color:#fff;color:#000;border:2px solid #e24d4d}.ewAS276AGebKuctUnfzYm:hover{background-color:#d92323}._9dfBigL6jbARP8AnGeBkV{background-color:#F2F2F2;color:#000}._9dfBigL6jbARP8AnGeBkV:hover{background-color:#d9d9d9}._1WzQpiRfuKCdDivYmfsWVz{background-color:#dbdbdb !important;cursor:default !important;color:#626262 !important}@media (max-width: 568px){.qJheS4x3N5yUXEgqJMMi2{height:46px;line-height:46px}}
._1_49INZm8fu6WJsxBilmHi{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;background:url(./images/swapIcon_b8dec1.svg) 50% 50% no-repeat;height:44px;position:relative;cursor:pointer;width:100%;border-radius:3px;border:1px solid rgba(0,0,0,0.2)}._2nawH0Gi2ZxcXeLSzDsQ0-{border:none}
._2LOdkUoVOQCUr0zesPXYsU{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;background:url(./images/flip_ac0462.svg) 50% 50% no-repeat;height:58px;width:32px;cursor:pointer;margin:0px 25px;border:none}@media (max-width: 568px){._2LOdkUoVOQCUr0zesPXYsU{position:absolute;-webkit-transform:scale(0.6);transform:scale(0.6);left:50%;margin-left:-17px;margin-top:-29px}}
._1Vm5zBFpbR85Hhgo6XtLIu{width:40px;height:40px;background:#e91db4 url(./images/delete_b97e27.svg) 50% 50% no-repeat;background-size:16px;cursor:pointer;display:inline-block;vertical-align:top;zoom:1;opacity:0.5;border-radius:50%;line-height:36px;border:none;text-align:center}._1Vm5zBFpbR85Hhgo6XtLIu:hover{opacity:1}._1b1kpzksh9LOVi19bpBRmD{height:16px}
._1AAWZfL1Bko-1Gvr4eWAiA{height:40px;padding:0 16px;display:inline-block;vertical-align:top;zoom:1;cursor:pointer;line-height:40px;text-align:center;font-size:18px;border:none;border-radius:2px;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:background-color 0.23s ease, color 0.23s ease;transition:background-color 0.23s ease, color 0.23s ease}._12i1UVG25svuwxB0AeHR4X{width:100%;display:block;padding:0}._1TWTRpRlWjodlN34uyDlkI{background-color:#E72BB3;box-shadow:1px 1px 6px #929292;color:#fff}._1TWTRpRlWjodlN34uyDlkI:hover{background-color:#ea42bb}._33pS15on9oxIBBtXmfemqm{background-color:#3de25b;color:#fff}._33pS15on9oxIBBtXmfemqm:hover{background-color:#53e56e}._2W0Aug4uRu_IMKUdnNlkDJ{background-color:#6144E5;color:#fff;font-size:15px}._3LsT14YBf5uuH8jiptWxMa{background:rgba(255,255,255,0.1);font-size:15px;color:#fff}.c3JutSMPYCAh4dNamfxoz{background-color:#fff;color:inherit;font-size:15px}._1nYnDmclw8kvW3G49OoZjw{background-color:#F2F2F2;color:#000}._1nYnDmclw8kvW3G49OoZjw:hover{background-color:#d9d9d9}._1SCbSrwslds7GWiXaYI9RF{background-color:#dbdbdb !important;cursor:default !important;color:#626262 !important}._3LsT14YBf5uuH8jiptWxMa._2W0Aug4uRu_IMKUdnNlkDJ{background:rgba(97,68,229,0.1);font-weight:bold;color:#6144E5}._1SCbSrwslds7GWiXaYI9RF._3LsT14YBf5uuH8jiptWxMa{background:rgba(97,68,229,0.1) !important;color:rgba(97,68,229,0.5) !important}@media (max-width: 568px){._1AAWZfL1Bko-1Gvr4eWAiA{height:46px;line-height:46px}}
._2yf2SivjY11GsRTdk8ix_E{display:inline-block;vertical-align:top;zoom:1;height:40px;background:#f8f3fe;padding:0 1.6em;cursor:pointer;line-height:40px;font-size:16px;border:none;font-weight:500;color:#7c1de9;border-radius:20px;margin-right:10px}._2yf2SivjY11GsRTdk8ix_E:hover{color:#7c1de9;background:#dfc5ff}@media (max-width: 568px){._2yf2SivjY11GsRTdk8ix_E{margin:0;margin-left:3.5vw;font-size:12px}}@media (max-width: 568px) and (min-width: 450px){._2yf2SivjY11GsRTdk8ix_E{margin-left:5vw}}@media (max-width: 380px){._2yf2SivjY11GsRTdk8ix_E{margin-left:0}}._1b3lTHx_hOP_eA_Z7ZINiJ{display:inline-block;vertical-align:top;zoom:1;height:40px;background:#dbdbdb;padding:0 25px;cursor:pointer;line-height:40px;font-size:16px;border:none;font-weight:500;color:#626262;border-radius:20px;margin-right:10px}
input,textarea{background:none;outline:none;border:0;border-radius:0}._1aWblpUrBzrClI1oY6s76G{display:block;width:100%}._2di3Mb1vHQXnSlfzqVyYWS{position:relative;background-color:#fff;border-radius:6px}._2di3Mb1vHQXnSlfzqVyYWS._3u8Uu26-jU0S70GCbAXViG{background-color:#fafafa}._2di3Mb1vHQXnSlfzqVyYWS._3RwSrHQhQRYZTNNCHCp6Yn{border-color:#e32950}._2di3Mb1vHQXnSlfzqVyYWS._3RwSrHQhQRYZTNNCHCp6Yn ._3T0zd_zY0Dj0v1G-EwmYuR ~ ._3xlNvFGRpGNX8ZI__BR3ID{color:#e32950}._3ksKHpdci2csw5eTlnoBF6{position:absolute;top:13px;right:10px;font-size:16px;color:#828795;background:white;padding:5px;box-shadow:-20px 0px 20px -15px rgba(0,0,0,0.5)}._2QPXgXnZW1JxddVukTy3SB{top:20px}._3T0zd_zY0Dj0v1G-EwmYuR{width:100%;height:68px;padding:0 16px;border-radius:3px;vertical-align:top;line-height:14px;box-shadow:none;font-size:20px;font-family:'Roboto Mono', monospace;padding-left:20px;color:#000;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;border:1px solid rgba(0,0,0,0.2);outline:none}._3T0zd_zY0Dj0v1G-EwmYuR:focus{border:1px solid #1E2A4B;outline:none}.FOCTIZqsTtqNYupWD7y6W{border:1px solid red}.FOCTIZqsTtqNYupWD7y6W:focus{border:1px solid red}@media (max-width: 1024px){._3T0zd_zY0Dj0v1G-EwmYuR{width:100%}}textarea._3T0zd_zY0Dj0v1G-EwmYuR{line-height:18px;padding:11px 12px;font-size:16px;-webkit-transition:padding 0.13s linear;transition:padding 0.13s linear}textarea._3T0zd_zY0Dj0v1G-EwmYuR::-webkit-input-placeholder{line-height:18px}textarea._3T0zd_zY0Dj0v1G-EwmYuR:-moz-placeholder{line-height:18px}textarea._3T0zd_zY0Dj0v1G-EwmYuR::-moz-placeholder{line-height:18px}textarea._3T0zd_zY0Dj0v1G-EwmYuR:-ms-input-placeholder{line-height:18px}._3LmV0i0qYS1GE0xjjzOll4{font-size:14px;color:#e32950}._3LmV0i0qYS1GE0xjjzOll4 [role="errorLink"]{display:inline !important;color:inherit !important;vertical-align:inherit !important;text-decoration:underline !important}@media (max-width: 568px){._3T0zd_zY0Dj0v1G-EwmYuR{font-size:14px !important;height:60px}._1aWblpUrBzrClI1oY6s76G{width:95%}._3ksKHpdci2csw5eTlnoBF6{top:15px;font-size:14px}}
._1Sjfw-XvEo9CzsRKo-9BGs{text-transform:uppercase;font-family:'CerebriSans Bold';font-weight:700;color:#512FD1;font-size:16px;font-family:Arial}
._3KAFwfDL2ul722cNRL9v6A{cursor:pointer;background:none;border:0;outline:none;-webkit-tap-highlight-color:transparent}._3KAFwfDL2ul722cNRL9v6A._1qVzDly-7aTJ1v4LTdjaCC ._2g6BBlKkKm8t-Uo99P1SC1::before,._3KAFwfDL2ul722cNRL9v6A._1qVzDly-7aTJ1v4LTdjaCC ._2g6BBlKkKm8t-Uo99P1SC1::after{background-color:#fff}._3KAFwfDL2ul722cNRL9v6A._1qVzDly-7aTJ1v4LTdjaCC:hover ._2g6BBlKkKm8t-Uo99P1SC1::before,._3KAFwfDL2ul722cNRL9v6A._1qVzDly-7aTJ1v4LTdjaCC:hover ._2g6BBlKkKm8t-Uo99P1SC1::after{background-color:#512FD1}._3KAFwfDL2ul722cNRL9v6A._1ZJhlMZ8j0StqHfXMF-opP ._2g6BBlKkKm8t-Uo99P1SC1::before,._3KAFwfDL2ul722cNRL9v6A._1ZJhlMZ8j0StqHfXMF-opP ._2g6BBlKkKm8t-Uo99P1SC1::after{background-color:#512FD1}._3KAFwfDL2ul722cNRL9v6A._1ZJhlMZ8j0StqHfXMF-opP:hover ._2g6BBlKkKm8t-Uo99P1SC1::before,._3KAFwfDL2ul722cNRL9v6A._1ZJhlMZ8j0StqHfXMF-opP:hover ._2g6BBlKkKm8t-Uo99P1SC1::after{background-color:#000}._2g6BBlKkKm8t-Uo99P1SC1{width:inherit;height:inherit;position:relative;overflow:hidden;pointer-events:none}._2g6BBlKkKm8t-Uo99P1SC1::before,._2g6BBlKkKm8t-Uo99P1SC1::after{content:'';width:50px;height:1px;display:block;background-color:#000;position:absolute;top:50%;left:50%}._2g6BBlKkKm8t-Uo99P1SC1::before{-webkit-transform:translate(-50%, -50%) rotate(45deg);transform:translate(-50%, -50%) rotate(45deg)}._2g6BBlKkKm8t-Uo99P1SC1::after{-webkit-transform:translate(-50%, -50%) rotate(-45deg);transform:translate(-50%, -50%) rotate(-45deg)}@media (max-width: 568px){._3KAFwfDL2ul722cNRL9v6A::before{width:11.25vw;height:11.25vw}}@media (min-width: 569px){._3KAFwfDL2ul722cNRL9v6A::before{width:36px;height:36px}}
._3BXipSABGg5lNfcuNMqddN{max-width:1200px;margin:0 auto}._3Igl7jyl678AGtP6pG9Yso._3gxpYbGwBAD9HpEb55QtPh{position:relative}._1GF4SWzWqNqAEU27ok1vSZ{height:100%}._3RUiHPOeG69Kud-AUBN1f9{text-align:center}@media (max-width: 568px){._3BXipSABGg5lNfcuNMqddN{padding-right:20px;padding-left:20px;overflow:hidden}._3BXipSABGg5lNfcuNMqddN._3aO2EZrYOdQfss52b48wVD{padding-top:9.375vw;padding-bottom:12.5vw}}@media (min-width: 569px){._3BXipSABGg5lNfcuNMqddN._3aO2EZrYOdQfss52b48wVD{padding-top:30px;padding-bottom:40px}}@media (min-width: 569px) and (max-width: 1024px){._3BXipSABGg5lNfcuNMqddN{padding-right:40px;padding-left:40px}}@media (min-width: 1025px){._3BXipSABGg5lNfcuNMqddN{padding-right:2%;padding-left:2%}}
.AnzyB5nMa1G32VeqPCIrO{display:inline-block;width:1.2em;height:1.2em;text-align:center;line-height:1.2em;border-radius:50%;border:0,5px;border-color:lightgrey;vertical-align:middle;background:rgba(128,128,128,0.2);-webkit-transform:scale(0.8);transform:scale(0.8);margin-top:-2px}.qioYNviJPTRKsIwcIj3FN{max-width:50vw}@media (max-width: 568px){.AnzyB5nMa1G32VeqPCIrO{display:none}._3oa3QmTiZHHG2xmhq-nwLl{display:inline-block}.qioYNviJPTRKsIwcIj3FN{max-width:80%}}
._2Zo-qQYbpP_Stds4xBjyjI{width:60px;height:12px;display:inline-block;position:relative}._2Zo-qQYbpP_Stds4xBjyjI div{width:11px;height:11px;background:#333;position:absolute;top:0;border-radius:50%;-webkit-animation-timing-function:cubic-bezier(0, 1, 1, 0);animation-timing-function:cubic-bezier(0, 1, 1, 0)}._2Zo-qQYbpP_Stds4xBjyjI div:nth-child(1){left:6px;-webkit-animation:_2_LbWQxGF1dMCQbLJMS-uE 0.6s infinite;animation:_2_LbWQxGF1dMCQbLJMS-uE 0.6s infinite}._2Zo-qQYbpP_Stds4xBjyjI div:nth-child(2){left:6px;-webkit-animation:_2fJ8HdXoOQQrhIsmPqwq91 0.6s infinite;animation:_2fJ8HdXoOQQrhIsmPqwq91 0.6s infinite}._2Zo-qQYbpP_Stds4xBjyjI div:nth-child(3){left:26px;-webkit-animation:_2fJ8HdXoOQQrhIsmPqwq91 0.6s infinite;animation:_2fJ8HdXoOQQrhIsmPqwq91 0.6s infinite}._2Zo-qQYbpP_Stds4xBjyjI div:nth-child(4){left:45px;-webkit-animation:_2Nlot5UfthULhsS2Tuxqln 0.6s infinite;animation:_2Nlot5UfthULhsS2Tuxqln 0.6s infinite}@-webkit-keyframes _2_LbWQxGF1dMCQbLJMS-uE{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes _2_LbWQxGF1dMCQbLJMS-uE{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes _2Nlot5UfthULhsS2Tuxqln{0%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(0);transform:scale(0)}}@keyframes _2Nlot5UfthULhsS2Tuxqln{0%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(0);transform:scale(0)}}@-webkit-keyframes _2fJ8HdXoOQQrhIsmPqwq91{0%{-webkit-transform:translate(0, 0);transform:translate(0, 0)}100%{-webkit-transform:translate(19px, 0);transform:translate(19px, 0)}}@keyframes _2fJ8HdXoOQQrhIsmPqwq91{0%{-webkit-transform:translate(0, 0);transform:translate(0, 0)}100%{-webkit-transform:translate(19px, 0);transform:translate(19px, 0)}}@media (max-width: 1024px){td ._2Zo-qQYbpP_Stds4xBjyjI{position:absolute;top:25px;margin:10px;right:10px}}
._3dCG1yXoM1b8rOuaoCtrQl{color:#e72bb3;background:white;font-size:16px;width:600px;text-align:center;border:1px solid #ccc;border-radius:20px;padding-bottom:30px;height:470px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}._1lBJ1tUYRXXSSTAa2TRvkI{color:#000;font-size:23px;margin-bottom:20px}._3e3Dl0tLOT8r9-1hnI6ESa{font-size:120px;color:#ff3b3b;margin-bottom:5px}._1xv1E-KhlTuefVMENLxKtS{cursor:pointer;width:200px;margin-left:20%;background:#5100e0;margin:0}._1xv1E-KhlTuefVMENLxKtS:hover{background:#782cff}._1GdomMTlC90ZmiPJIMNgg_{font-weight:bold;margin-top:30px;padding:13px 19px;border-radius:5px;font-size:19px;color:#373737;box-shadow:1px 1px 6px #929292;margin-bottom:35px}
._35sZmki_bD8HhlRD1jGrAZ,._2WLPw7ABfWANQwE5ZNvRzi,._2Nsr0abfcQkzo1WL_bNY9N,._3XmUyWsU7ZJdLcOD6RJypM{color:#000}._2Nsr0abfcQkzo1WL_bNY9N{border:1px solid #ccc;width:35px;height:35px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;border-radius:50%;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;min-width:35px}._3HcvTxlBxyxLqnbK1tIfAQ{position:relative;font-size:17px;cursor:pointer;color:#fd6b65;height:40px;line-height:40px;border-radius:20px;padding:0 1.6em;text-align:center;display:inline-block;text-decoration:underline;padding:0;margin-top:20px}._8lZ4AgCxHr93cqe2lrMY2{padding-left:10px}._35sZmki_bD8HhlRD1jGrAZ{width:37%;height:100%;margin-top:100px}._2WLPw7ABfWANQwE5ZNvRzi{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:17px;font-size:14px;opacity:0.3}._3XmUyWsU7ZJdLcOD6RJypM{margin:0;margin-left:14px;text-transform:uppercase}._3Y9yDbkMHeaB8_PBzWWxkZ{color:#000;opacity:1}._3Y9yDbkMHeaB8_PBzWWxkZ ._2Nsr0abfcQkzo1WL_bNY9N{background:#fff;color:#fff;border:none;border:1px solid #000;color:#000}._3MODqrCTv8b_SWQKFVpFfA ._2Nsr0abfcQkzo1WL_bNY9N{background:#5100dc;color:#fff;border:1px solid #5100dc;min-width:35px}._3MODqrCTv8b_SWQKFVpFfA ._3XmUyWsU7ZJdLcOD6RJypM{color:#5100dc}._3NaErk9UVTUlW1CyQVTGKl{font-size:20px;margin-left:10px;position:relative}._3NaErk9UVTUlW1CyQVTGKl a{font-size:14px;margin-top:-12px;display:block;margin-right:4px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;border-bottom:1px solid;padding-bottom:3px}._3NaErk9UVTUlW1CyQVTGKl a:hover{border-bottom:none;color:#007bff}._3NaErk9UVTUlW1CyQVTGKl i{font-size:19px;color:#007bff;display:none;margin-left:4px}@media all and (max-width: 1000px){._35sZmki_bD8HhlRD1jGrAZ{width:100%;margin-top:30px}}@media (min-width: 569px) and (max-width: 1024px){._35sZmki_bD8HhlRD1jGrAZ{margin-left:0;-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}._35sZmki_bD8HhlRD1jGrAZ.yP2WC9uM8miBz3SUjc-vE{margin-left:0px;margin-bottom:25px;-webkit-box-align:baseline;-webkit-align-items:baseline;-ms-flex-align:baseline;align-items:baseline;margin-bottom:5px;margin-top:-20px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;max-width:600px;-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}}@media (max-width: 568px){._35sZmki_bD8HhlRD1jGrAZ{margin-left:0;-webkit-box-ordinal-group:5;-webkit-order:4;-ms-flex-order:4;order:4}._3NaErk9UVTUlW1CyQVTGKl a{margin-top:0}._35sZmki_bD8HhlRD1jGrAZ.yP2WC9uM8miBz3SUjc-vE{width:100%;-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}._35sZmki_bD8HhlRD1jGrAZ.yP2WC9uM8miBz3SUjc-vE ._3HcvTxlBxyxLqnbK1tIfAQ{font-size:15px;height:30px;line-height:30px;border-bottom:1px solid;position:absolute;right:0;padding-bottom:3px;top:-5px;text-decoration:none;border-radius:0}._3XmUyWsU7ZJdLcOD6RJypM{font-size:12px}}
._1bLBL30uRvJlNGQQMQ-7D0{text-decoration:none !important;color:#2181F7 !important}._1bLBL30uRvJlNGQQMQ-7D0:hover{color:#3b95ff !important}
._3Hy4NU3mPiI2rn8LGB-XHZ{color:#e72bb3;background:white;font-size:16px;width:600px;text-align:center;border:1px solid #ccc;border-radius:20px;padding-bottom:30px;height:470px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}._1Jyp8UJ05vvjj7ITE923Bl{color:#000;font-size:23px;margin-bottom:20px}._3ifY-oEmD4tAFzdBETPFSk{font-size:120px;color:#ff3b3b;margin-bottom:5px}.WF4eMvmI-nyMNpfdgCiUC{cursor:pointer;width:200px;margin-left:20%;background:#5100e0;margin:0}.WF4eMvmI-nyMNpfdgCiUC:hover{background:#782cff}._23CqSzvSirEDkpteFrHGE1{font-weight:bold;margin-top:30px;padding:13px 19px;border-radius:5px;font-size:19px;color:#373737;box-shadow:1px 1px 6px #929292;margin-bottom:35px}
._1R-l0Tsp9nfNubjvOi1Ph_{width:450px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}
.FrwFdW0RWH-J0t4W70VV6{cursor:pointer}._2yZ_HAGxeafG-pFbYKPVmu{color:#A9A9A9;text-decoration:underline;position:absolute;left:50px;top:-20.5px}._2JNaCqI9enSRPImnXYB6u5{position:relative;display:block;top:20px;left:260px}@media (min-width: 569px) and (max-width: 1024px){._2JNaCqI9enSRPImnXYB6u5{left:25px;font-size:12px}}@media (max-width: 568px){._2JNaCqI9enSRPImnXYB6u5{left:30px;font-size:6px}}
._2YeatbxeveU4tjxeRVCpmV{width:1200px;position:relative;margin:auto;margin-top:0px}._3ZsNdlWCXEksd5SC9ymdD8{margin-top:0}._3ZKPz3TOJfdhAGCHk2TfyQ{width:100%;margin-top:-60px;margin-bottom:120px;position:relative}._3XqWLCr28EmipdxmLHYliI{margin-top:0}._2L0xz-MHCCsZoxfqEKNFHJ{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:100%;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:40px 0 0 0}._2H7jtbKP2Ci574OC8eHCU0{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}._35aEzzmnJWQHgKXvMMplxn{max-height:480px;height:480px;width:300px;overflow:auto;overflow-x:hidden;padding:5px 5px 5px 15px}._35aEzzmnJWQHgKXvMMplxn>div:not(:last-child){margin-bottom:20px}._35aEzzmnJWQHgKXvMMplxn._3c4-T1IAT0PpdI3dkLtpGJ,._35aEzzmnJWQHgKXvMMplxn._1n1lRBe3INC69L51diEimG{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}@media (max-width: 568px){._35aEzzmnJWQHgKXvMMplxn{display:none}._2L0xz-MHCCsZoxfqEKNFHJ{margin-bottom:-45px}._2L0xz-MHCCsZoxfqEKNFHJ iframe{height:300px}._3ZKPz3TOJfdhAGCHk2TfyQ{margin-top:20px}}
._1uK09U6H4Dgxxc0zaDtPFC{width:100%;height:100%;position:absolute;top:0;left:0;white-space:nowrap}._1uK09U6H4Dgxxc0zaDtPFC::before{content:"";height:100%;display:inline-block;vertical-align:top}._1uK09U6H4Dgxxc0zaDtPFC._1K6mUMnmgG3opFHIi4dhvX{overflow:auto}._1uK09U6H4Dgxxc0zaDtPFC:not(._1njrcwuQ3oQFoSQX0W-zi9){font-size:0}._1uK09U6H4Dgxxc0zaDtPFC.qlhdRveq8hIpE-Rh9XvaY{position:relative}._2XBC5qfra5P53w6XIqRLbr{text-align:center}.ViOlGKQBtjUGXDYeSNqsH ._1xMZggO3T6WjRpCKQFm3qC,.ViOlGKQBtjUGXDYeSNqsH::before{vertical-align:middle}._1xMZggO3T6WjRpCKQFm3qC{max-width:100%;display:inline-block;white-space:normal;vertical-align:middle;text-align:left}
._3j0ceJeektjXNc9NQYBO4G{padding:30px 0 40px}@media (max-width: 1024px){._3j0ceJeektjXNc9NQYBO4G{padding:10px 0 0}}@media (max-width: 568px){._3j0ceJeektjXNc9NQYBO4G{padding:0}}
._3J0EOuBma3paY9AUt5joid{margin-top:20px;font-family:'CerebriSans Bold';font-weight:700;font-size:30px;font-family:Arial;margin-bottom:10px !important}@media (max-width: 568px){._3J0EOuBma3paY9AUt5joid{font-size:20px;line-height:1.4}}
._3t_8ZVhS5DGylkpbDGXBNs{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;box-shadow:1px 1px 3px 0}._3t_8ZVhS5DGylkpbDGXBNs._yj6S_jrhb2JPYvwM_zUo ._2PUzdU74ofcH7nF39m7Cqj{background-color:#7371ff;color:#fff !important}._3t_8ZVhS5DGylkpbDGXBNs._yj6S_jrhb2JPYvwM_zUo ._2Eysl5ykPtOfUfkcSQCSEs{background:#fafafa}._2E-CwfaznQdQeJremNtDlq{position:absolute;right:10px;top:13px}._2PUzdU74ofcH7nF39m7Cqj{position:relative;cursor:pointer;min-height:40px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#474748 !important;background:#fafafa;padding:10px 30px 10px 10px}._2Eysl5ykPtOfUfkcSQCSEs{padding:10px}
._3WfbsUigTv7YvNfWQyojDx{border-radius:0 6px 6px 0 !important}._3tOgFf2WwQJgVmxECvWrTr{margin-bottom:20px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.h42rge1V8ngdZn_AuiOdi{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}._2Cd3PWXHkrUjGqK_6UE5cg{margin-bottom:35px}._2w874lG-htGGro2rPxP2DZ{margin-bottom:0px;margin-right:25px}._1Tp5eJK5G7laMoGw1ZB8-u{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}._1Tp5eJK5G7laMoGw1ZB8-u>button{margin-left:80px}@media screen and (max-width: 690px){._3tOgFf2WwQJgVmxECvWrTr{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:20px}.h42rge1V8ngdZn_AuiOdi{width:100%;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-bottom:15px}.h42rge1V8ngdZn_AuiOdi:last-child{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-left:0}}@media (max-width: 568px){._1Tp5eJK5G7laMoGw1ZB8-u{position:relative;margin-top:60px;margin-bottom:85px}.b5DHW2A0OvzwBk8TfgTfL{position:absolute;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:normal;-webkit-align-items:normal;-ms-flex-align:normal;align-items:normal}.p0HcHSESI8_E0z4vDeCCH{position:absolute;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;right:0;text-align:right}._1iRx0uq66ovEsUYVPST6K-{-webkit-transform:scale(0.8);transform:scale(0.8);left:-15px}._2Wn-NKuNXAl-d7vxoKoedR{-webkit-transform:scale(0.8);transform:scale(0.8);left:auto;right:-15px}._1Tp5eJK5G7laMoGw1ZB8-u>button{position:absolute;bottom:-90px;width:100%;left:0;margin:0;font-size:15px}._1Tp5eJK5G7laMoGw1ZB8-u>button span{margin-left:5px;margin-top:-4px}._2w874lG-htGGro2rPxP2DZ{margin:0}}
._1wWWK78owJeIVlKKjg7UAA{white-space:nowrap}.wo-HER_6A3tzSU-p4prvR{width:12px}.wo-HER_6A3tzSU-p4prvR[role="letter"]{color:white;width:100%;text-align:center}._3BCcGh0SV8S2cJ16gzULIX{width:32px;height:32px;background:#000;border-radius:50%;position:absolute;left:15px;top:47%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-transform:translateY(-50%);transform:translateY(-50%)}
._3WoNsh9Ir090waC1bmw_Jg{font-family:'CerebriSans Semibold';font-weight:600}
._1AbkiCL9CrP6_6QArMzouS{margin-bottom:6px}._2Hogerq8npJRJx7t4zYt3g{margin-top:20px;background:#fff;position:absolute;top:-12px;font-family:'Inter-SemiBold', sans-serif;z-index:9999999;left:11px;padding:0 10px;padding-right:25px;white-space:nowrap}._2Hogerq8npJRJx7t4zYt3g strong{font-weight:500}._2Hogerq8npJRJx7t4zYt3g:first-child{margin-top:0}._3yoZKXKiXZnisSa9-5jDVZ{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:0 10px;margin-left:-1px;top:-13px;padding-right:25px}@media (max-width: 1024px){._2Hogerq8npJRJx7t4zYt3g{margin-top:30px}._2Hogerq8npJRJx7t4zYt3g:first-child{margin-top:0}}@media (max-width: 568px){._2Hogerq8npJRJx7t4zYt3g:first-child{font-size:12px;margin-top:3px}}
._3TGsDmw0niNpF5eydAfwNK{display:inline-block;vertical-align:top;zoom:1;background:#fff;position:relative;border-radius:6px;box-shadow:rgba(0,0,0,0.08) 0 3px 9px 0}._3TGsDmw0niNpF5eydAfwNK._241k3DGouXSC6HO-eflc9t{width:100%;border:1px solid #000;top:0px;z-index:1111111;background:#fff;box-shadow:0px 4px 20px rgba(0,0,0,0.1);height:311px;border-radius:3px !important;overflow:hidden}._3TGsDmw0niNpF5eydAfwNK._241k3DGouXSC6HO-eflc9t ._4VDBhEMoFl9-k9Qo0Gl3_{display:none}._3TGsDmw0niNpF5eydAfwNK._241k3DGouXSC6HO-eflc9t ._3UZ8pwHXQpFuPJJu0L5awi{display:block;color:#000;position:absolute;right:0;top:20px;right:14px}._3TGsDmw0niNpF5eydAfwNK._241k3DGouXSC6HO-eflc9t ._27kyCU7xToyqJLUVhGfZsp{display:block}._3TGsDmw0niNpF5eydAfwNK._241k3DGouXSC6HO-eflc9t .OGTV5zg1p0wl7ueo2_DMe{display:block;position:absolute}._3TGsDmw0niNpF5eydAfwNK._241k3DGouXSC6HO-eflc9t ._13nuul1tZMonPyVTP8POTk{width:100%}._3TGsDmw0niNpF5eydAfwNK._241k3DGouXSC6HO-eflc9t ._13nuul1tZMonPyVTP8POTk input:focus{border-bottom:1px solid #000}._3TGsDmw0niNpF5eydAfwNK._241k3DGouXSC6HO-eflc9t ._30-6Ojh2YmsrpBV9ky3L1p{padding:0 20px}._3TGsDmw0niNpF5eydAfwNK ._1Z80-ZTXUOGMU-ZCUwPHWJ{right:25px}._3ihp--jFWezsGMHfnzIX6P,._27kyCU7xToyqJLUVhGfZsp{color:#000}._3UZ8pwHXQpFuPJJu0L5awi,.OGTV5zg1p0wl7ueo2_DMe,._27kyCU7xToyqJLUVhGfZsp{display:none}._3ihp--jFWezsGMHfnzIX6P>span{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:absolute;right:5px;top:5px}._3ihp--jFWezsGMHfnzIX6P>span span{font-size:10px}.MiVNStb15ldkTYDq1HbuP{font-weight:600;font-size:13px;line-height:17px;color:#000000;opacity:0.4;position:relative;text-align:left;display:block;margin-left:22px;margin-top:5px;margin-bottom:10px}._2dO_XDsjd9Ur37Sl1vTb1y{text-transform:capitalize;font-weight:500;font-size:18px;color:#000000;margin-right:9px;margin-top:0px}._1QL2eID8yjJp064dPvPOUs{position:absolute;font-size:18px;right:15px;font-weight:500}._1ty0y7hqlPVUlCpJoNqO5{color:#53AE94}.yHo5oJftoPo5fM98Qo9B_{color:#e32950}._3XD9d-XDWvULQXac8_zCqa{width:20px;position:absolute;left:22px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}._3YbO9SKzjl3oBVhCCaLQaT{color:rgba(0,0,0,0.4);font-size:18px;font-weight:500;text-transform:uppercase}._13nuul1tZMonPyVTP8POTk{width:75px}._13nuul1tZMonPyVTP8POTk>div{box-shadow:none}._13nuul1tZMonPyVTP8POTk input{border-radius:0}._13nuul1tZMonPyVTP8POTk input:focus{border:none}._30-6Ojh2YmsrpBV9ky3L1p{height:57px;line-height:60px;padding-right:46px;padding-left:16px;min-width:135px;cursor:pointer;text-align:left;font-size:20px;font-family:'Inter-SemiBold', sans-serif;white-space:nowrap;text-transform:capitalize;font-weight:500;border-color:grey;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}._30-6Ojh2YmsrpBV9ky3L1p img{display:none}._4VDBhEMoFl9-k9Qo0Gl3_{content:'';width:9px;height:9px;display:block;border-top:2px solid #828795;border-right:2px solid #828795;-webkit-transform:rotate(135deg);transform:rotate(135deg);margin-top:-6px;position:absolute;top:50%;right:20px}._2ukQw74LE0L6b9gOQeFpOX{min-width:100%;max-height:224px;background-color:#fff;margin-top:4px;position:absolute;right:0;top:100%;overflow-x:hidden;overflow-y:auto;z-index:9999;border-radius:6px;box-shadow:rgba(0,0,0,0.08) 0 3px 9px 0}._1fOZbQF2KgXFGrlyGHHyQa{height:56px;line-height:56px;border-top:1px solid #ddd;padding:0 16px;cursor:pointer;text-align:left;position:relative;padding-left:60px}._1fOZbQF2KgXFGrlyGHHyQa:first-child{border-top:0}._1fOZbQF2KgXFGrlyGHHyQa:hover{background-color:#F7F7F7}@media (max-width: 568px){._30-6Ojh2YmsrpBV9ky3L1p{width:100%;font-size:17px;line-height:50px}._1QL2eID8yjJp064dPvPOUs{font-size:15px;margin-top:1px}._3YbO9SKzjl3oBVhCCaLQaT{font-size:15px;margin-top:1px}._2dO_XDsjd9Ur37Sl1vTb1y{font-size:14px}._3TGsDmw0niNpF5eydAfwNK ._1Z80-ZTXUOGMU-ZCUwPHWJ{right:15px;top:25px}}
._3u9TAFfBmpY6DPEttcGM3I{margin-top:35px}._1Exz4GT0XP0IQknCLQvPBp{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}.vRy_AsR8FNbh1S6r--05R{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:300px;margin-left:60%;margin-top:-30px;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.vRy_AsR8FNbh1S6r--05R button{font-size:14px}.TdYSabqTQo-PJ_ot5CyCX{width:450px;margin-left:50%}._1_6G9u3f9qN1bs8HVP7LCI{font-size:14px;width:135px;line-height:28px;height:100%;padding:5px 5px}.j5MmmEEZwxYB81cARqmKP{margin-top:20px}._2epF89PUJwKqM4ghRMzJPx{box-shadow:0 3px 9px 0 rgba(0,0,0,0.08);padding:10px;height:120px;position:relative}._38UMQWpzEaK3OBp4rSsVA2{position:absolute;right:10px;color:#bbb;text-transform:uppercase;font-size:13px}._3nZCfyfRJECl1x22ns6Fwi,._1bR0j0riL37UTu_NNRKmao,._39P9dV_8L-t8ypWZf9OLzk,._1HBRX9pfrI6PWGNmKCj1Da{color:#000}._34a10gwQUsr8yrmt8LKuiS{position:absolute;background:#8400f0;color:#fff;text-transform:uppercase;border-radius:5px;padding:5px 26px;font-size:12px;right:10px;bottom:15px}._2HrarDKer9Q4T5LMHi16mN{position:absolute;top:15px}._2HrarDKer9Q4T5LMHi16mN img{width:35px}._2ZRasdVTWyd0GAhT9tHZc5{color:#000}.W1ow0ByIUAgp7QhxxPWj_{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}@media all and (min-width: 320px) and (max-width: 800px){._2j_iGIu8fLlei1pljTgBtO{width:40px;height:40px;opacity:0.7;-webkit-transform:scale(0.6) translate(10px, -3px);transform:scale(0.6) translate(10px, -3px);margin-top:-7px;margin-right:0px;margin-left:6px}._2j_iGIu8fLlei1pljTgBtO div{overflow:visible}}@media all and (min-width: 320px) and (max-width: 800px){.vRy_AsR8FNbh1S6r--05R,.jPsevi3VM5l5QrAb_9oUP{margin:0;margin-top:20px;margin-bottom:30px;width:auto;-webkit-box-pack:end;-webkit-justify-content:end;-ms-flex-pack:end;justify-content:end;position:absolute}.vRy_AsR8FNbh1S6r--05R ._1_6G9u3f9qN1bs8HVP7LCI:first-child,.jPsevi3VM5l5QrAb_9oUP ._1_6G9u3f9qN1bs8HVP7LCI:first-child{margin-right:10px;color:#fff}.TdYSabqTQo-PJ_ot5CyCX ._1_6G9u3f9qN1bs8HVP7LCI{width:115px;margin-right:10px}.TdYSabqTQo-PJ_ot5CyCX ._1_6G9u3f9qN1bs8HVP7LCI:last-child{margin-right:0px}table thead{display:none}.jPsevi3VM5l5QrAb_9oUP{bottom:70px}.vRy_AsR8FNbh1S6r--05R{bottom:-85px}}
._18lfg02lK9J4trfM3HsFO4{border-collapse:collapse;border:0;width:auto;margin-bottom:20px}._18lfg02lK9J4trfM3HsFO4 thead{position:-webkit-sticky;position:sticky;top:0;width:100%;height:41px;border-bottom:0.5px solid rgba(0,0,0,0.03);border-radius:3px 3px 0 0;background:#fff;z-index:100}._18lfg02lK9J4trfM3HsFO4 tbody{border-radius:0 0 3px 3px}._18lfg02lK9J4trfM3HsFO4 tbody tr{border-top:1px solid #f5f5f5}._18lfg02lK9J4trfM3HsFO4 tbody tr:first-child{border-top:0}._18lfg02lK9J4trfM3HsFO4 th,._18lfg02lK9J4trfM3HsFO4 td{border:0;text-align:left;white-space:nowrap}._18lfg02lK9J4trfM3HsFO4 th:first-child,._18lfg02lK9J4trfM3HsFO4 td:first-child{padding-left:0}._18lfg02lK9J4trfM3HsFO4 th:last-child,._18lfg02lK9J4trfM3HsFO4 td:last-child{padding-right:0}._18lfg02lK9J4trfM3HsFO4 th div button i,._18lfg02lK9J4trfM3HsFO4 td div button i{display:none}._18lfg02lK9J4trfM3HsFO4 th{padding:10px;font-size:14px;color:#bbb}._18lfg02lK9J4trfM3HsFO4 td{padding:15px 10px}._18lfg02lK9J4trfM3HsFO4 th:last-child{padding-left:30px}._18lfg02lK9J4trfM3HsFO4 td:first-child{display:table-cell;padding-left:24px}._18lfg02lK9J4trfM3HsFO4 td:last-child{padding-right:14px}._18lfg02lK9J4trfM3HsFO4 tr:last-child td:first-child{border-bottom-left-radius:3px}._18lfg02lK9J4trfM3HsFO4 tr:last-child td:last-child{border-bottom-right-radius:3px}._18lfg02lK9J4trfM3HsFO4 thead tr th:first-child{border-top-left-radius:3px;padding-left:24px}._18lfg02lK9J4trfM3HsFO4 thead tr th:last-child{border-top-right-radius:3px;padding-right:24px;padding-left:15px}.cbmQ26QRYYhD2MNYkP8A8{color:#626262}._3f2xozhaY-prhDRO6JrvaG{padding-top:41px;position:relative;display:inline-block}._3f2xozhaY-prhDRO6JrvaG thead{display:block;box-shadow:0 3px 3px 0 rgba(0,0,0,0.03)}.mc5i5BAtx-7TesTMn_-61{width:100%;margin-top:20px;display:inline-table}.mc5i5BAtx-7TesTMn_-61 thead{border:none}.mc5i5BAtx-7TesTMn_-61 td,.mc5i5BAtx-7TesTMn_-61 td:first-child{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:0}@media (max-width: 1024px){table{display:block;overflow-x:scroll}._3f2xozhaY-prhDRO6JrvaG th:last-child{padding-left:30px}._3f2xozhaY-prhDRO6JrvaG td{padding:15px 10px}._3f2xozhaY-prhDRO6JrvaG th{padding:15px 10px}._2VKg9VSGksfkgZa79Zs-Mo th:first-child{position:absolute;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;background:#fff;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:40px;width:90px}._2VKg9VSGksfkgZa79Zs-Mo th:nth-child(2){display:block;margin-left:90px}._2VKg9VSGksfkgZa79Zs-Mo td{height:80px}._2VKg9VSGksfkgZa79Zs-Mo td:first-child{position:absolute;z-index:2;background:#fff}._2VKg9VSGksfkgZa79Zs-Mo td:nth-child(2){display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-left:90px}._2VKg9VSGksfkgZa79Zs-Mo tr:first-child td:first-child{height:77px;margin-top:3px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}._2VKg9VSGksfkgZa79Zs-Mo tr:nth-child(2) td:first-child{height:80px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.mc5i5BAtx-7TesTMn_-61 th:first-child{position:absolute;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;background:#fff;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:40px;width:50px}.mc5i5BAtx-7TesTMn_-61 th:nth-child(2){display:block;margin-left:40px}}table._3f2xozhaY-prhDRO6JrvaG tr{display:table-row}@media (min-width: 569px) and (max-width: 1024px){table{overflow-x:auto}table._3f2xozhaY-prhDRO6JrvaG td:nth-child(2){width:12%}table._3f2xozhaY-prhDRO6JrvaG td:nth-child(3){width:18%}table._3f2xozhaY-prhDRO6JrvaG th:last-child{padding-left:15px}table._3f2xozhaY-prhDRO6JrvaG tr{display:table-row}._15tnNH2ajeQHymnkwnsxqN th:nth-child(4){display:block}}@media all and (min-width: 570px) and (max-width: 1024px){table._3f2xozhaY-prhDRO6JrvaG td:nth-child(4){width:80px}table._3f2xozhaY-prhDRO6JrvaG td:nth-child(5) div{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:initial;-webkit-align-items:initial;-ms-flex-align:initial;align-items:initial;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}table._3f2xozhaY-prhDRO6JrvaG td:nth-child(5) div button{margin-bottom:10px;margin-right:0;width:125px}table._3f2xozhaY-prhDRO6JrvaG td:nth-child(5) div{position:absolute;bottom:0;left:20px;right:20px}table._3f2xozhaY-prhDRO6JrvaG td:nth-child(2){width:15%;max-width:60px}table._3f2xozhaY-prhDRO6JrvaG td:nth-child(3){width:54%;max-width:80px}table._3f2xozhaY-prhDRO6JrvaG td:nth-child(5){width:26%}table._3f2xozhaY-prhDRO6JrvaG td:nth-child(5) div{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;min-width:360px;max-width:360px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}table._3f2xozhaY-prhDRO6JrvaG td:nth-child(5) div button{width:auto;padding:0 15px;margin-right:5px;font-size:13px}table._3f2xozhaY-prhDRO6JrvaG td:nth-child(5) div button{width:33.3%;-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%}table._3f2xozhaY-prhDRO6JrvaG td:nth-child(5) div button:last-child{margin-right:0}table._3f2xozhaY-prhDRO6JrvaG tr{display:block}}@media all and (min-width: 320px) and (max-width: 1024px){._18lfg02lK9J4trfM3HsFO4._1E6Kgf05mI4OFtxjAN7n3E{min-height:130px}table{overflow-x:auto}._3f2xozhaY-prhDRO6JrvaG{margin-bottom:15px;font-size:14px;overflow:hidden;padding-top:15px;min-width:auto;width:100vw;margin-left:-45px}._3f2xozhaY-prhDRO6JrvaG th{font-size:13px}._3f2xozhaY-prhDRO6JrvaG th:last-child{padding-left:15px}._3f2xozhaY-prhDRO6JrvaG th:nth-child(1){padding-left:5px}._3f2xozhaY-prhDRO6JrvaG th:nth-child(2),._3f2xozhaY-prhDRO6JrvaG td:nth-child(2){display:none}._3f2xozhaY-prhDRO6JrvaG td:nth-child(1){padding-left:10px}._3f2xozhaY-prhDRO6JrvaG th:nth-child(2){padding-left:10px}._3f2xozhaY-prhDRO6JrvaG td:nth-child(2){width:auto}._3f2xozhaY-prhDRO6JrvaG tr{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;position:relative;width:100%;height:65px;border-radius:0px;padding:0;margin-bottom:0;overflow:hidden;box-shadow:none;padding:0 10px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}._3f2xozhaY-prhDRO6JrvaG tbody{width:100%;display:block}._3f2xozhaY-prhDRO6JrvaG tbody tr{border:none}._3f2xozhaY-prhDRO6JrvaG thead{display:none}}@media all and (min-width: 320px) and (max-width: 800px){._18lfg02lK9J4trfM3HsFO4._1E6Kgf05mI4OFtxjAN7n3E thead{display:none}}@media (max-width: 568px){._18lfg02lK9J4trfM3HsFO4{margin-top:15px}td:first-child{left:-1em}._18lfg02lK9J4trfM3HsFO4._1E6Kgf05mI4OFtxjAN7n3E{display:table;width:280px}._18lfg02lK9J4trfM3HsFO4._1E6Kgf05mI4OFtxjAN7n3E td{position:relative}._18lfg02lK9J4trfM3HsFO4._1E6Kgf05mI4OFtxjAN7n3E td:first-child{display:table-cell}._18lfg02lK9J4trfM3HsFO4._1E6Kgf05mI4OFtxjAN7n3E ._27F4vU31kGdwb-wR-OuTVS{position:relative}._3f2xozhaY-prhDRO6JrvaG{margin-left:-20px}table._3f2xozhaY-prhDRO6JrvaG td:nth-child(5) div{position:absolute;bottom:0;left:20px;right:20px}table._3f2xozhaY-prhDRO6JrvaG td:nth-child(2){width:15%;max-width:60px}table._3f2xozhaY-prhDRO6JrvaG td:nth-child(3){width:54%;max-width:80px}table._3f2xozhaY-prhDRO6JrvaG td:nth-child(5){width:26%}table._3f2xozhaY-prhDRO6JrvaG td:nth-child(5) div{position:absolute;left:0;top:70px;width:100%;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:0 20px}table._3f2xozhaY-prhDRO6JrvaG td:nth-child(5) div button{width:auto;padding:0 15px;margin-right:5px;font-size:13px}table._3f2xozhaY-prhDRO6JrvaG td:nth-child(5) div button{width:33.3%;-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%}table._3f2xozhaY-prhDRO6JrvaG td:nth-child(5) div button:last-child{margin-right:0}table._3f2xozhaY-prhDRO6JrvaG tr{display:block}}
._1sI4yuJ3xhbTtuT7aGbS70 ._3Dvz1A-3N46PRu5Ha6vPiR,._1sI4yuJ3xhbTtuT7aGbS70 ._1uvHAgiZNuZBPMVhMwz_uR,._1g8FAREI5aWo8XpJDjpHEc ._3Dvz1A-3N46PRu5Ha6vPiR,._1g8FAREI5aWo8XpJDjpHEc ._1uvHAgiZNuZBPMVhMwz_uR{color:gray;display:block}._1sI4yuJ3xhbTtuT7aGbS70 ._1908zeLdW7N_GRazYtNSJp,._1g8FAREI5aWo8XpJDjpHEc ._1908zeLdW7N_GRazYtNSJp{font-size:14px}._1sI4yuJ3xhbTtuT7aGbS70 ._2lLMRFl6g9GkEV7PWVOyP3,._1g8FAREI5aWo8XpJDjpHEc ._2lLMRFl6g9GkEV7PWVOyP3{font-size:14px}._1sI4yuJ3xhbTtuT7aGbS70 ._3GVvG6FDIDEpPi0FON7uM2,._1g8FAREI5aWo8XpJDjpHEc ._3GVvG6FDIDEpPi0FON7uM2{position:relative}._1sI4yuJ3xhbTtuT7aGbS70 ._3t1I2yjyEvi8jHmeajq1oN,._1g8FAREI5aWo8XpJDjpHEc ._3t1I2yjyEvi8jHmeajq1oN{font-size:12px;width:auto;height:auto;padding:0.8em 1em}._1sI4yuJ3xhbTtuT7aGbS70 .OQAEBFJoQgOUroz0sjH8g,._1g8FAREI5aWo8XpJDjpHEc .OQAEBFJoQgOUroz0sjH8g{top:48%;right:0px;width:75px;height:40px;font-size:50%;position:absolute;padding:0 1px 0 1px;text-transform:uppercase;-webkit-transform:translateY(-50%);transform:translateY(-50%)}._1sI4yuJ3xhbTtuT7aGbS70 ._26jNRemUePlsoPdY4z5JMO,._1g8FAREI5aWo8XpJDjpHEc ._26jNRemUePlsoPdY4z5JMO{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}._1g8FAREI5aWo8XpJDjpHEc ._3GVvG6FDIDEpPi0FON7uM2{position:relative}@media all and (min-width: 320px) and (max-width: 800px){._26jNRemUePlsoPdY4z5JMO{width:280px}}
._2q028YNvENpyTMLIIARd-n{border-radius:50%}
._2R1jZbg0qpdk8d_thHl_f_{padding:5px 30px;height:60px;width:auto;background-color:#e91db4;position:relative;opacity:0.8;border-radius:5px;color:#ffffff;cursor:pointer;box-shadow:1px 1px 6px #929292}._2R1jZbg0qpdk8d_thHl_f_:hover{opacity:1}.cbbrx4tcynLYdZozgMtRB{background-color:#828795;color:#000000}.cbbrx4tcynLYdZozgMtRB:hover{opacity:0.5}@media (max-width: 568px){._2R1jZbg0qpdk8d_thHl_f_{height:60px;min-width:30px}}
._3fhX3C2KEE1eTXQSvfoTG5{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}._2e83r_hlWVj0ah5NSGFXnt,._2ClHjyGivA5T8FbKFDyE03{color:#3de25b}._3kCurQIvpVfeLJ8c43CZKv,._1RcmYqqmBSB6Yi_RaEsoyd{color:#e32950}._1RcmYqqmBSB6Yi_RaEsoyd,._2ClHjyGivA5T8FbKFDyE03{cursor:pointer}td{text-align:center}._3St5DHM_y-8n9PhKfQcDl1{font-size:14px;font-weight:700;min-width:150px;margin-right:10px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}._1b2RPoCEsvnvirQZ8FxUhG{text-transform:uppercase}._3L8CPGQ0BxmKYLlaMgfIaa{width:150px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}._1U9SQcH_QDzDOzmnMzPS1j{display:inline-block;width:5px;margin:5px}._1U9SQcH_QDzDOzmnMzPS1j img{display:block;width:100%;height:auto}.p_tiXrmbz3OCSvHEch0zj{width:18px;margin-top:-2px;margin-right:12px}._2dhcGrKWAPXDPjoWEuX-6J{color:#212529}._2dhcGrKWAPXDPjoWEuX-6J:hover{color:#212529}
._1TWvrkgMjUwUofVkncK-SR{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}._1TWvrkgMjUwUofVkncK-SR>div:first-child{-webkit-transform:translateX(5px);transform:translateX(5px)}._1TWvrkgMjUwUofVkncK-SR>div:last-child{-webkit-transform:translateX(-5px);transform:translateX(-5px)}
._1wYXYNQjz0AZWa6U-M-5sD{width:100%;position:relative;background-color:#47454a;border:1px solid #fff;position:relative;border-radius:50%}._1wYXYNQjz0AZWa6U-M-5sD::after{content:'';display:block;padding-bottom:100%;line-height:0;font-size:0}.mK0HOHsR73lplW9k0jjme{height:50%;display:block;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}._1Nd751eMXQW3zaOnuCFAP7{width:100%;height:100%;display:block;position:absolute;top:0;left:0;text-align:center;color:#fff}._1sLtM40qJqmYkyJlZgcgVW{background:rgba(97,68,229,0.1);width:40px;height:40px;border-radius:50%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin-right:15px}
.geUw7OqJRPJPd_E-MgSjd{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}._1yNhPten3J-tE-Ay33J2UT,._1pI75cTqo5nLxoLCI58iAZ{color:#3de25b}._144IrcMxiFS4uk80t3CHsN,._2Cj6fxrNQFl0FnBEU2hEmx{color:#e32950}._2Cj6fxrNQFl0FnBEU2hEmx,._1pI75cTqo5nLxoLCI58iAZ{cursor:pointer}._2Cj6fxrNQFl0FnBEU2hEmx{position:absolute;right:7px;font-size:25px;top:50%;color:#e91db4;opacity:0.5;-webkit-transform:translateY(-50%);transform:translateY(-50%)}td{text-align:center}._2qUFhQNAZZm1F1YXvOgz_R{width:18px;margin-top:-2px;margin-right:12px;position:absolute;cursor:pointer;top:0;right:33px;top:52%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}._3rEFS7mM9D6xPJ1a4isSOk{color:#212529}._3rEFS7mM9D6xPJ1a4isSOk:hover{color:#212529}._1vVC6DEYmd-qZQ7DpqmmcR{font-size:14px;font-weight:700;min-width:150px;margin-right:10px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}._22LlNV1EYo5mnWEcyFqbko{width:150px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}._3YN9jUfZeazft7r4tkm7j9,._1GCqgpODP-6DYRaHUk7lOP{color:gray;display:block}._1xErRLv8HTvJvZlTUKCy8u{font-size:14px}._1kTOkcxallmqvuVHtJhZC7{font-size:14px}._2Uk6hGoowtaHzGMEzczUdr{position:absolute;top:48%;right:0px;width:67px;height:40px;-webkit-transform:translateY(-50%);transform:translateY(-50%);text-transform:uppercase;font-size:12px}._1imLpr0y31_eul5AoPAzef{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:75%;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}._1EXbokeJCfjhoH3DOEFtK-{position:absolute;top:-4px;right:15px;font-size:14px}
._2RJ1rLxLpMNVAn2sTzkwDk{margin:25px 0px}._2S34NtsQx7NMx-B036Odyt{margin-top:-88px}._1BIyNKEIBDy_1YrZPXvOc-{margin-top:0}._3zd2K5UTRRxEXU9aA3i3pq{margin-top:0px}.nbU2jn0KMxx1CLvOeMyx5{margin-top:0}._3U6rZRTkL4-fE-SnC9_7M1{color:#626262;margin-top:40px}._2KgEfvxBNmZl4KGm9yLD5x{margin-bottom:30px}._4z-iJeJi2vysZbmmWnYvQ{padding-bottom:25px}._3BMLQdOAxqlOgA6cbC1gq_{padding-top:0}._3JWdZYb-ZxhrEXepkRGTgd{margin-bottom:-15px;display:block}@media all and (min-width: 570px) and (max-width: 700px){._2S34NtsQx7NMx-B036Odyt{margin-top:-88px}}@media (min-width: 569px) and (max-width: 1024px){._3JWdZYb-ZxhrEXepkRGTgd{margin-bottom:10px}}@media (max-width: 568px){._2S34NtsQx7NMx-B036Odyt{margin-top:0px;margin-bottom:-60px}._3JWdZYb-ZxhrEXepkRGTgd{margin-bottom:0px}._4z-iJeJi2vysZbmmWnYvQ{height:auto;padding-bottom:0}._3U6rZRTkL4-fE-SnC9_7M1{margin-top:10px}}
.lEcxDo3jx4oME9x75uTg3{margin-right:10px}.nkIepD36yJtW2hZt11Sop{font-size:14px;position:absolute;padding:5px 15px;background:#f8f3fe;top:-16px;left:calc(25%);border-radius:20px}._1XapDTdw5sZLRHRFrLeRfj{cursor:pointer;display:inline;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}._10vmcR4LZ5YA7qPU5_1hEw{margin-right:5px;font-size:20px;width:22px}._1-8y0ZD8AQQTzxUL-oMrVN{font-size:12px;color:#c9c9c9;position:absolute;bottom:-20px}._38DYwMKvPanmBGvIKI9Kha{display:inline-block;vertical-align:top;zoom:1;height:40px;background:#dbdbdb;padding:0 25px;cursor:pointer;line-height:40px;font-size:16px;border:none;font-weight:500;color:#626262;border-radius:20px;margin-right:10px}._2G-kRKZRY2DCSRCkbPC5UZ{font-size:12px;color:#c9c9c9}._2G-kRKZRY2DCSRCkbPC5UZ span{margin-bottom:-5px;display:block}._2yIay52IJvcvK5TF4MsY6U{float:left;position:relative;height:23px}._3TKEtmBeRcZFpPAJJvBueo{display:inline-block;vertical-align:top;zoom:1;height:40px;background:#f8f3fe;padding:0 25px;cursor:pointer;line-height:40px;font-size:16px;font-weight:500;color:#7c1de9;border-radius:20px;margin-right:10px}._3TKEtmBeRcZFpPAJJvBueo:hover{color:#7c1de9;background:#dfc5ff}._22lY8TpuqJBCqeqDAuAzLW{onClick:none}._2Ir5PDjnekkb5H5Jc6Q17v{margin-left:15px}._1IwBmXBZFyLdRpCL552DPo{position:relative;left:18px}._17RmBpLSJB8ElG9ESI73AZ{position:relative;left:18px}.lEcxDo3jx4oME9x75uTg3{margin-right:10px}.nkIepD36yJtW2hZt11Sop{font-size:14px;position:absolute;padding:5px 15px;background:#f8f3fe;top:-16px;left:calc(25%);border-radius:20px}._1XapDTdw5sZLRHRFrLeRfj{cursor:pointer;display:inline;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}._10vmcR4LZ5YA7qPU5_1hEw{margin-right:5px}._16DbZjbMRg4tsnib2RZApx{min-width:170px;max-width:170px}._9VJHSWNZA4WOl9XO1SivR{color:#000;display:block;margin-left:-10px;display:none}._25kg0id-0VXT6u95qMj6v9{display:none}._3OGFSasWwjzw9XTcC8EFv9{display:none}tr button:disabled,tr button[disabled],tr button[disabled]:hover{background-color:#dbdbdb;cursor:default;color:#626262}.jWJfHbCDLJrByCcE0IVDn{position:relative;min-width:400px}._48tcNmh1Dw9hjfWNPu441{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}._7JmnSpYpRrbPAOjxCyz6C{color:inherit}.eWcpWRsGtWK0ftqvFztZQ{color:inherit;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-left:10px;bottom:0}.eWcpWRsGtWK0ftqvFztZQ ._2Ir5PDjnekkb5H5Jc6Q17v,.eWcpWRsGtWK0ftqvFztZQ ._1qPE27Q_vp4tFsgLf6MigF{display:block}._1Ix8MLNR9dqq3-V4a41Bn5 button{color:#ffffff;width:auto;background:rgba(61,226,91,0.7);height:25px;line-height:25px;padding:0px 25px;margin-left:31px;margin:0;margin-bottom:0;font-size:16px;margin-right:10px;height:40px}._1Ix8MLNR9dqq3-V4a41Bn5 button:hover{color:#ffffff;background:rgba(61,226,91,0.8)}._2v9H042vPJSnGIP737g8 button{background:#ffffff;color:#8c8c8c;border:1px solid #dbdbdb;height:25px;line-height:15px;padding:0 25px;font-size:16px;height:40px;margin-right:-10px}._2v9H042vPJSnGIP737g8 button:hover{background:#ffffff;color:#8c8c8c;border:1px solid #dbdbdb}._2Ir5PDjnekkb5H5Jc6Q17v,._1qPE27Q_vp4tFsgLf6MigF{display:none}._20eG1DSIk1ErD8fJhu7vQK button{color:#ffffff;width:auto;background:rgba(61,226,91,0.7);height:25px;line-height:25px;padding:0px 25px;margin:0;margin-bottom:0;font-size:16px;margin-right:10px;margin-left:60px;height:40px}._20eG1DSIk1ErD8fJhu7vQK button:hover{color:#ffffff;background:rgba(61,226,91,0.8)}._3dJM-Wg3XeXk0oiEHZIEzz button{background:#ffffff;color:#8c8c8c;border:1px solid #dbdbdb;height:25px;line-height:15px;padding:0 25px;font-size:16px;height:40px;margin-right:-10px}._3dJM-Wg3XeXk0oiEHZIEzz button:hover{background:#ffffff;color:#8c8c8c;border:1px solid #dbdbdb}._3jEAZao7PzsRQiLy66iUFJ{position:relative;left:51%}._24yH7ptVWI2lBupstFZblB{position:absolute;color:red;font-size:14px;z-index:5}@media all and (min-width: 570px) and (max-width: 1024px){._3LB9RJxSbOlUNFISOg3sjA,._2Ir5PDjnekkb5H5Jc6Q17v{margin-left:0px}.jWJfHbCDLJrByCcE0IVDn{display:table-cell}._3LB9RJxSbOlUNFISOg3sjA,._2Ir5PDjnekkb5H5Jc6Q17v{top:auto}.eWcpWRsGtWK0ftqvFztZQ{color:inherit;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;left:170px;top:-65px;position:absolute;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}._1-BosjwLKyoQr6aL-NUQBp{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;max-width:140px;display:none;-webkit-box-align:end !important;-webkit-align-items:flex-end !important;-ms-flex-align:end !important;align-items:flex-end !important}}@media all and (min-width: 320px) and (max-width: 1024px){._1-8y0ZD8AQQTzxUL-oMrVN{bottom:-10px}._9VJHSWNZA4WOl9XO1SivR{display:block}.jWJfHbCDLJrByCcE0IVDn{position:absolute;bottom:0;right:10px;min-width:80px;width:auto !important}._48tcNmh1Dw9hjfWNPu441{position:absolute;right:40px;bottom:10px;width:100% !important}._48tcNmh1Dw9hjfWNPu441 ._2yIay52IJvcvK5TF4MsY6U{position:absolute;right:-20px;bottom:15px;display:none}._16DbZjbMRg4tsnib2RZApx{min-width:75px}._1XapDTdw5sZLRHRFrLeRfj{font-size:15px;position:absolute;right:20px;background:transparent !important;top:23px}.jWJfHbCDLJrByCcE0IVDn{display:none}._9VJHSWNZA4WOl9XO1SivR{color:#000;display:block;font-size:16px}tr.MKDCgVJlXraygWLRVZtRU{color:#000;height:120px;border-bottom:1px solid rgba(0,0,0,0.05);box-shadow:rgba(0,0,0,0.08) 0px 0px 20px 0;margin-bottom:10px;margin-top:10px}tr.MKDCgVJlXraygWLRVZtRU ._48tcNmh1Dw9hjfWNPu441 ._2yIay52IJvcvK5TF4MsY6U{display:block}tr.MKDCgVJlXraygWLRVZtRU .jWJfHbCDLJrByCcE0IVDn{display:block}tr.MKDCgVJlXraygWLRVZtRU td:nth-child(1) a{top:14px;position:absolute}tr.MKDCgVJlXraygWLRVZtRU ._9VJHSWNZA4WOl9XO1SivR{position:absolute;left:70px;top:23px;margin:0;color:#000}tr.MKDCgVJlXraygWLRVZtRU ._2Ir5PDjnekkb5H5Jc6Q17v{top:0px}tr._25kg0id-0VXT6u95qMj6v9 td:nth-child(5) div{display:none}._2G-kRKZRY2DCSRCkbPC5UZ{position:absolute;right:0;top:23px}._2G-kRKZRY2DCSRCkbPC5UZ span{display:inline-block;margin-right:5px}._2Ir5PDjnekkb5H5Jc6Q17v{right:0;height:22px;line-height:0px;top:-47px;left:103px;color:#ffffff;background:rgba(61,226,91,0.7);height:25px;line-height:25px;padding:0 0.9em !important;margin-left:31px;margin:0;margin-bottom:10px;font-size:13px !important;margin-right:5px !important;width:115px}._1qPE27Q_vp4tFsgLf6MigF{background:#ffffff;color:#8c8c8c;border:1px solid #dbdbdb;height:25px;line-height:15px;padding:0 15px !important;display:none;width:115px;font-size:13px !important}}@media all and (min-width: 320px) and (max-width: 570px){.jWJfHbCDLJrByCcE0IVDn{display:none}tr.MKDCgVJlXraygWLRVZtRU .jWJfHbCDLJrByCcE0IVDn{display:none}._48tcNmh1Dw9hjfWNPu441{position:absolute;right:-90px;bottom:50px;width:100% !important}._48tcNmh1Dw9hjfWNPu441 ._2yIay52IJvcvK5TF4MsY6U{display:none !important}._2Ir5PDjnekkb5H5Jc6Q17v{width:75px;height:26px !important;position:absolute;left:16px;top:-17px !important;font-size:10px !important}._1qPE27Q_vp4tFsgLf6MigF{width:100px;display:none !important}}
.Fvemf3aZNkCLzWPR9naLa{font-size:12px;position:absolute;bottom:-2px}._10bSifRHqMZCS5ZvXdYn32{color:#3de25b}._31C7RNMgQTlLfICUfa533{color:red}.IE3ZwxPi_51eGVEvT79hA{margin-right:5px}
._3EZyEBPNhVQ_dvboy3G-xD{height:56px;padding:0 0.89em;display:inline-block;vertical-align:top;zoom:1;cursor:pointer;line-height:56px;text-transform:uppercase;text-align:center;font-size:18px;border:none;margin-right:10px;border-radius:6px;background-color:#f8f3fe;box-shadow:0px 0px 0px #929292;color:#7c1de9;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:background-color 0.23s ease, color 0.23s ease;transition:background-color 0.23s ease, color 0.23s ease}._3EZyEBPNhVQ_dvboy3G-xD:hover{color:#7c1de9;background:#dfc5ff}._1VYweLlLVQrQJ5YqVnFFB{background-color:#dbdbdb !important;cursor:default !important;color:#626262 !important}._2kOraMGXPY6gY-_ZIK0Qlc{display:inline-block;vertical-align:top;zoom:1;height:40px;background:#f8f3fe;padding:0 25px;line-height:40px;font-size:16px;font-weight:500;border-radius:20px;text-transform:none}._2kOraMGXPY6gY-_ZIK0Qlc:disable{background-color:#F2F2F2;color:#000}._2kOraMGXPY6gY-_ZIK0Qlc:disable:hover{background-color:#d9d9d9}
@-webkit-keyframes _3wVoLRjCTL5HW1YCSfoBzd{0%{-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0)}13%{-webkit-transform:translate(-50%, -3px);transform:translate(-50%, -3px)}26%{-webkit-transform:translate(-50%, 3px);transform:translate(-50%, 3px)}40%{-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0)}100%{-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0)}}@keyframes _3wVoLRjCTL5HW1YCSfoBzd{0%{-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0)}13%{-webkit-transform:translate(-50%, -3px);transform:translate(-50%, -3px)}26%{-webkit-transform:translate(-50%, 3px);transform:translate(-50%, 3px)}40%{-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0)}100%{-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0)}}@-webkit-keyframes _14amY7-cQrwboaKApYvG-O{0%{max-height:0;opacity:0}20%{opacity:0}100%{opacity:1;max-height:300px}}@keyframes _14amY7-cQrwboaKApYvG-O{0%{max-height:0;opacity:0}20%{opacity:0}100%{opacity:1;max-height:300px}}@media (min-width: 831px){._3TOky3Q2qyYij9EmSjpsln{position:absolute;width:50%;top:87px}._3TOky3Q2qyYij9EmSjpsln h1,._3TOky3Q2qyYij9EmSjpsln span{font-size:45px}._3TOky3Q2qyYij9EmSjpsln *{margin:0;padding:0}._1FNt_28Vg08NKU58AI3Vcj{padding-top:70px}}._2Mc-0AtLmWfHVGfMPTvPUq{position:absolute;top:15px}._3H2pwvLScdZ2MehgoN7ivO{min-height:100vh;position:relative;background:#f5f5f5;margin-bottom:100px}._3H2pwvLScdZ2MehgoN7ivO:before{position:absolute;content:'';background:#6144E5;right:0;width:32%;z-index:100;height:100%;top:0}._2NB1UvLaTLYXAWxWMuG7oJ{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;position:absolute;bottom:56px;right:50%;color:gray;cursor:pointer;-webkit-transition:opacity 0.3s ease, visibility 0.1s 0.3s;transition:opacity 0.3s ease, visibility 0.1s 0.3s}._2NB1UvLaTLYXAWxWMuG7oJ.hidden{opacity:0;visibility:hidden}._3pE5SbuELzCEdjm2mjwHhy{left:22em;top:7em;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:60px;-webkit-box-align:right;-webkit-align-items:right;-ms-flex-align:right;align-items:right;position:absolute}._1s9-yrMLVgB33Apk7kXVb6{content:'';background:black;width:8px;height:8px;border-radius:50%;-webkit-animation:_3wVoLRjCTL5HW1YCSfoBzd 5s linear infinite;animation:_3wVoLRjCTL5HW1YCSfoBzd 5s linear infinite}._3PtErgKr0jWZ_EEvhRWFSU{display:inline-block;margin-right:15px;font-size:10px;line-height:1.1em}.KCMqVHXxCrnOfbn1bvirH{color:#000;width:100vw;position:relative;left:50%;margin-left:-50vw}.OcAMcHaollM4oMHUhnu1U{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;max-width:1200px;margin:auto;padding:20vmin 2% 10vmin}._1SJNnpZ5kZEQmEIN73ix_w{display:block;position:relative;margin-bottom:10px;-webkit-animation:_14amY7-cQrwboaKApYvG-O 0.7s linear 1;animation:_14amY7-cQrwboaKApYvG-O 0.7s linear 1;will-change:max-height, opacity}.jFTRV6qwvcNwuTVflyKnb{margin-top:0;width:100%;background:#000;border-radius:3px;height:68px;font-size:16px;-webkit-flex-basis:47%;-ms-flex-preferred-size:47%;flex-basis:47%;box-shadow:none}.jFTRV6qwvcNwuTVflyKnb._217gp7xrJQ29lwflvnRhVc{background:#F5F5F5}._2XtqdrBnyJRosV-XaS5xVZ input{border:none;margin:0;height:30px;padding:0;margin-bottom:20px;font-size:16px}._2XtqdrBnyJRosV-XaS5xVZ input:focus{border:none}._2nCbVDnRcbodkda2IRIdBF{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;height:73px;margin-bottom:-10px}._3Lg4fWnhheEVFiQ23nmS_L{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-top:-88px}._2hMrGucEtFYKDCYJ-X39r4{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}._2rNpIVXTN08Lk-sccmeTyp{border:1px solid #000;background:#fff;-webkit-transition:background-color 0.2s ease, color 0.1s ease, border-color 0.2s ease;transition:background-color 0.2s ease, color 0.1s ease, border-color 0.2s ease}._2rNpIVXTN08Lk-sccmeTyp:hover{background:black;color:white;border-color:white}._4vPrOD43ICEQVQVCViflt{width:200px;font-weight:500;line-height:21px;font-size:16px}._1k1-dgd8sv7yjDw456uPLu{margin-bottom:15px;border:1px solid rgba(0,0,0,0.3);border-radius:3px;min-height:73px;margin-bottom:15px;padding:0 20px}._3KtUZkONcF5FwTIviOwWVm{position:relative}._3easvDosekBB3ckzOEOPjG{position:relative;z-index:-1;max-height:0;opacity:0;-webkit-transition:max-height 0.3s ease;transition:max-height 0.3s ease}.WlJmZ1Lpz-RDVuXTGNK0K{z-index:0;opacity:1;max-height:100vh;-webkit-transition:opacity 0.3s 0.2s, max-height 0.7s ease;transition:opacity 0.3s 0.2s, max-height 0.7s ease}._2XtqdrBnyJRosV-XaS5xVZ{margin-top:10px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}._3MM3ZDZi4RKshbGBgme8ox{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}._1FNt_28Vg08NKU58AI3Vcj{padding-top:100px}._3LSqi5giKml4OJ0yD_d69I{-webkit-flex-basis:58%;-ms-flex-preferred-size:58%;flex-basis:58%}._3LSqi5giKml4OJ0yD_d69I iframe{width:100%;height:355px}.yTGtifPTDfQ1V7EaDduuh{position:relative;margin-top:-100px;padding:50px 40px;width:460px;z-index:100;background:#FFFFFF;box-shadow:0px 0px 8px rgba(0,0,0,0.1);border-radius:8px}.jmYL3J7yi06Man8fk7E17{position:relative;padding:50px 0;margin:0 auto;margin-top:20px;width:100%;max-width:420px;z-index:100}._2XPvp_HUlLp_asO8hTHc4S{position:relative}._1ECuKCnMg8RQXQqwtC7lVG{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#fff;padding:0.3em 10px;margin-top:-5px;font-size:13px;background:#FD6B65;border-radius:3px;margin-bottom:15px;-webkit-animation:_14amY7-cQrwboaKApYvG-O 0.7s linear 1;animation:_14amY7-cQrwboaKApYvG-O 0.7s linear 1;will-change:max-height, opacity}._1ECuKCnMg8RQXQqwtC7lVG a{color:inherit;font-size:inherit;text-decoration:underline}._1ECuKCnMg8RQXQqwtC7lVG._3lRR-xfYUC9AbyxMXJd04N{cursor:pointer}._1NiLrWPknGuqnF93rIzl-u{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#fff;padding:0.3em 10px;margin-top:-5px;font-size:13px;background:#ffb200;border-radius:3px;margin-bottom:15px;-webkit-animation:_14amY7-cQrwboaKApYvG-O 0.7s linear 1;animation:_14amY7-cQrwboaKApYvG-O 0.7s linear 1;will-change:max-height, opacity}._1NiLrWPknGuqnF93rIzl-u a{color:inherit;font-size:inherit;text-decoration:underline}._3lkd4C76iEDTgJ1MHYQDzx{color:red}._3qrD4Dv6EO9_JcbqOkgp4h{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}._3pVlRHW9qhQrzS7Ij0Lvw7{position:static;padding:0;margin:0px 12px -20px auto;-webkit-transform:rotate(90deg);transform:rotate(90deg)}._2iw4LeFM0AW62lAVNuBN7D{display:block;position:relative}._3i4Se4yPR8nbGpCOpswy6k{color:#626262;margin-top:40px}._2sZCRCbO_V5jWTkQKd9P2D{display:inline-block;position:relative;top:2px}._3hSYw3oG1sGGIPkf7MTXX1{display:block;position:relative}._3hSYw3oG1sGGIPkf7MTXX1>*{display:block;position:static !important;margin:0 !important;padding:0 !important}._2JcHDDlQEedgW63Bw6ovX0{position:absolute;bottom:12px;right:10px;background:#fff;color:rgba(0,0,0,0.3);font-family:'Roboto Mono', monospace;font-size:13px;text-align:right;padding:10px 10px}._26A_TzfUEcI_x6q8fuIp6I{position:relative}._1plc2dKxU_4goZ0LURDAZa{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;width:100%;height:100%;z-index:999999999999999999}._2-XkhbMTQwdf3Qi5uAnZ9v{text-align:right;position:relative;font-size:30px}._2-qqlK4osRti3utoW4AwW3{position:absolute;left:97%;top:9px}._1aeECg5Z7mp4iuabW3VsGV{position:relative;z-index:1;width:100%;margin:-16px 0 26px;background:white;overflow:visible;-webkit-animation:_14amY7-cQrwboaKApYvG-O 0.7s linear 1;animation:_14amY7-cQrwboaKApYvG-O 0.7s linear 1;will-change:max-height, opacity}._1aeECg5Z7mp4iuabW3VsGV>div{margin:0}._3R4jig1x5c4EsaxtndklOz{display:inline-block;position:absolute;top:40px;background:#fff;font-size:13px;right:50px;font-family:'Roboto Mono', monospace;padding:0 10px;color:#b5b5b5;margin-bottom:0}.bze7A6pMk7LQwdxZTenp9{position:relative;left:16.8em;color:white;bottom:-5em;font-family:'Roboto Mono', monospace;text-decoration:underline}.bze7A6pMk7LQwdxZTenp9:hover{color:white;text-decoration:underline}._210jihdcMFX5m8X6VUIMuK{display:none}._3cUfiORT9fF3KL3BpmLGkP{line-height:1.2em;font-size:38px}.vdnRpuzHcTHC4Xg0wFRXZ{margin:100px auto 40px;max-width:1200px}@media (max-width: 1200px){.KCMqVHXxCrnOfbn1bvirH{width:auto;left:0;margin:0 -2%}.vdnRpuzHcTHC4Xg0wFRXZ{padding:0 2em}}@media (min-width: 569px) and (max-width: 1024px){._3LSqi5giKml4OJ0yD_d69I{-webkit-flex-basis:50%;-ms-flex-preferred-size:50%;flex-basis:50%}.bze7A6pMk7LQwdxZTenp9{left:16.5em;color:#297df1;text-decoration:underline;font-family:'Roboto Mono', monospace}.bze7A6pMk7LQwdxZTenp9:hover{color:#297df1;text-decoration:underline}.TVAmdOPDCAwhEWQ1GonYK{-webkit-flex-basis:45%;-ms-flex-preferred-size:45%;flex-basis:45%}.jFTRV6qwvcNwuTVflyKnb{font-size:12px}._3R4jig1x5c4EsaxtndklOz{font-size:14px}._3TOky3Q2qyYij9EmSjpsln{width:45%}._3TOky3Q2qyYij9EmSjpsln h1,._3TOky3Q2qyYij9EmSjpsln span{font-size:35px}._3H2pwvLScdZ2MehgoN7ivO::before{display:none}.KCMqVHXxCrnOfbn1bvirH{margin:0 -40px}.OcAMcHaollM4oMHUhnu1U{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}._3Lg4fWnhheEVFiQ23nmS_L{height:auto;padding:50px 0 90px}}@media all and (min-width: 320px) and (max-width: 830px){._1FNt_28Vg08NKU58AI3Vcj,._3MM3ZDZi4RKshbGBgme8ox{margin-top:20px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;max-width:830px;margin:auto}._1FNt_28Vg08NKU58AI3Vcj{padding-top:120px}.jFTRV6qwvcNwuTVflyKnb{font-size:12px}.TVAmdOPDCAwhEWQ1GonYK{margin-bottom:80px;margin-top:60px}._3MM3ZDZi4RKshbGBgme8ox{padding:0 25px;overflow:hidden}._3MM3ZDZi4RKshbGBgme8ox ._3pVlRHW9qhQrzS7Ij0Lvw7{left:auto;right:40px;-webkit-transform:translateY(12px) rotate(90deg);transform:translateY(12px) rotate(90deg)}._3MM3ZDZi4RKshbGBgme8ox ._3lEz-FAPPw1O5IFNRrII9C{width:auto}._3TOky3Q2qyYij9EmSjpsln{width:100%}}@media all and (max-width: 570px){._1FNt_28Vg08NKU58AI3Vcj{padding-top:210px}}@media all and (min-width: 320px) and (max-width: 400px){.jFTRV6qwvcNwuTVflyKnb{font-size:12px;height:48px}}@media (max-width: 99999px){.TVAmdOPDCAwhEWQ1GonYK{margin:0 auto}}@media (max-width: 568px){._3cUfiORT9fF3KL3BpmLGkP{font-size:16px}._2NB1UvLaTLYXAWxWMuG7oJ{bottom:70px;right:40%;z-index:101}.vdnRpuzHcTHC4Xg0wFRXZ{overflow:hidden;width:90%;position:relative;margin:60px auto 0}._210jihdcMFX5m8X6VUIMuK{display:block;background:white}._210jihdcMFX5m8X6VUIMuK h3{display:block;margin:auto;margin-top:-100px;margin-bottom:100px;padding:0;padding-bottom:10px;padding-top:15px}._210jihdcMFX5m8X6VUIMuK h3 div{display:block;margin:auto;width:90%;text-align:center}._3i4Se4yPR8nbGpCOpswy6k{margin-top:10px}._3pE5SbuELzCEdjm2mjwHhy{left:80%;top:6.5em}.bze7A6pMk7LQwdxZTenp9{left:51%;color:#297df1}._1SJNnpZ5kZEQmEIN73ix_w{font-size:12px}._3R4jig1x5c4EsaxtndklOz{top:43px;right:20px;font-size:10px}.KCMqVHXxCrnOfbn1bvirH{margin:0 -20px}.OcAMcHaollM4oMHUhnu1U{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;width:100%;height:auto;-webkit-box-align:normal;-webkit-align-items:normal;-ms-flex-align:normal;align-items:normal;padding-top:0;padding:0}._3H2pwvLScdZ2MehgoN7ivO{background:#f5f5f5;padding:60px 0;margin-bottom:60px}._3H2pwvLScdZ2MehgoN7ivO::before{display:none}.yTGtifPTDfQ1V7EaDduuh{width:100%;padding:50px 15px;border-radius:0;box-shadow:none}._1FNt_28Vg08NKU58AI3Vcj{margin:0}._4vPrOD43ICEQVQVCViflt{width:170px;font-weight:500;line-height:19px;font-size:13px}}._65YCMt_1c5knzJWqxd6Jz{width:100vw;left:auto;margin:0}
._3TmrEA34DDZj6rSfFOxYa0{width:100%;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;height:68px;margin-bottom:30px;vertical-align:center;border-radius:6px;text-align:center;position:relative}._2BEwAkf-7mbIZTB7C7SdMR>span{position:absolute;right:5px;top:5px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}._2BEwAkf-7mbIZTB7C7SdMR>span span{font-size:10px}._2cD8QKQYlQSqOLaFKKyTbD{color:#828795;position:absolute;left:10px;font-family:'Roboto Mono', monospace;bottom:-14px;top:auto;background:#fff;right:auto;padding:0 10px;font-size:13px}._2We0O-1tJMtt9ca9Eh_Q41{min-width:0;-webkit-box-flex:1;-webkit-flex:auto 1 1;-ms-flex:auto 1 1;flex:auto 1 1}._2We0O-1tJMtt9ca9Eh_Q41 input{padding-right:144px}._2dKAeIEY2fSSSMT2rCNlxa{display:none}.cJ1yiw-QLxlb6W8JEnl-v{border-radius:6px 0 0 6px !important;box-shadow:none !important}._2dKAeIEY2fSSSMT2rCNlxa{font-size:10px;position:absolute;left:-1px;margin-top:70px;width:350px}._1MHRsN9cdgWgJSqBR56i6r{position:absolute;left:-1px;margin-top:70px;text-align:left;font-size:14px}._3-akezCrf7IJT5w1Swpb7Z{color:red}input:disabled{background-color:#eee}._3nlaT-QQvT_y3wKNTu1Vny{position:relative}._336f6U5wdLHcMQgKcbbkYJ{border-radius:0 6px 6px 0 !important;background:none;box-shadow:none;position:absolute;right:1px;top:6px;background-image:-webkit-linear-gradient(left, rgba(255,255,255,0.3) 0%, white 6%);background-image:linear-gradient(to right, rgba(255,255,255,0.3) 0%, white 6%)}._336f6U5wdLHcMQgKcbbkYJ>div:nth-child(2){margin-top:10px;display:block;position:absolute;top:75px;border:none;width:auto;z-index:1111112;border-radius:0;box-shadow:none}._336f6U5wdLHcMQgKcbbkYJ>div:nth-child(2) div{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;border:none}._336f6U5wdLHcMQgKcbbkYJ input{border:none;height:69px;border-bottom:1px solid #000;font-size:16px;padding-left:2px}._336f6U5wdLHcMQgKcbbkYJ.-fb9OAhQT8l91i5CkYWHJ{width:100%;border:1px solid #000;top:0px;z-index:1;background:#fff;height:375px;border-radius:3px}@media (max-width: 568px){._336f6U5wdLHcMQgKcbbkYJ{width:130px;height:48px}._336f6U5wdLHcMQgKcbbkYJ input{font-size:13px}._2cD8QKQYlQSqOLaFKKyTbD{font-size:14px}._3TmrEA34DDZj6rSfFOxYa0{height:60px}._2We0O-1tJMtt9ca9Eh_Q41 input{padding-left:10px;padding-right:120px}._2cD8QKQYlQSqOLaFKKyTbD{font-size:9px;left:10px;bottom:-4px}}
._1B2NPnqj7X3UrhhMDu0B3g{font-style:normal;font-weight:600;font-size:20px;position:relative;color:#000000}._1Ga-Mx7b-jrVte_H2Hkukd{padding:0;list-style:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;position:relative;margin-top:40px;width:300px;left:15%;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}._3DvgHUq3kq20YMFAo3RyUZ img{width:30px}._3DvgHUq3kq20YMFAo3RyUZ:first-child img{width:30px}._1ORAVQdal_APSdJEZcNdb4 img{width:20px}._1Y1XgrIme-5yQwyCaaKa62{position:relative;width:400px;left:-60px}._2loplKh-pR9gwdvt3LDoIP{position:absolute;width:30px;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:30px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;border-radius:50%;right:-20px;top:-20px;z-index:111;background:#fff}.NOGZOcOE7i8Py6BTuZ7bL{position:absolute;width:56px;height:56px;background:#FFFFFF;box-shadow:0px 0px 8px rgba(0,0,0,0.1);border-radius:50%;color:#000000;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-weight:100;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;font-size:35px;position:absolute;right:-50px;top:-10px}._1o7Tndr5vJhSA8dNvBPlvU{left:211%;color:black;cursor:pointer;font-size:20px;width:100%;position:absolute;top:3em}@media (min-width: 569px) and (max-width: 1024px){._1PW3x2GUIVn9vbB99btsDR{left:22%;position:relative}}@media (max-width: 1024px){._1PW3x2GUIVn9vbB99btsDR{display:none}}@media all and (min-width: 320px) and (max-width: 830px){._1PW3x2GUIVn9vbB99btsDR{margin-top:40px}}@media all and (min-width: 320px) and (max-width: 850px){._1PW3x2GUIVn9vbB99btsDR{left:16%;position:relative}}@media all and (min-width: 450px) and (max-width: 568px){._1Y1XgrIme-5yQwyCaaKa62{position:relative;width:400px;left:-120px}}@media all and (min-width: 568px) and (max-width: 850px){._1Y1XgrIme-5yQwyCaaKa62{left:-105px}}@media (max-width: 568px){._1Ga-Mx7b-jrVte_H2Hkukd{width:70%;padding-right:10px}._1B2NPnqj7X3UrhhMDu0B3g{font-size:15px}._1Y1XgrIme-5yQwyCaaKa62{width:100%;left:-80px}._3DvgHUq3kq20YMFAo3RyUZ img{width:30px}._3DvgHUq3kq20YMFAo3RyUZ:first-child img{width:25px}.NOGZOcOE7i8Py6BTuZ7bL{right:-10px;top:-10px}}
._3R8KTOlZ6ytjlsOTqz8mrQ{width:560px;font-style:normal;line-height:60px;font-size:48px;border-bottom:1px solid rgba(0,0,0,0.1);padding-bottom:40px;margin-bottom:50px;font-family:'Inter-Bold', sans-serif}._1UeDi1Uv90UxpdVFm-3yTC{color:#6144E5}@media (min-width: 569px) and (max-width: 1024px){._3R8KTOlZ6ytjlsOTqz8mrQ{width:auto;text-align:center;font-size:30px}}@media (max-width: 568px){._3R8KTOlZ6ytjlsOTqz8mrQ{display:none;width:100%;font-size:22px;line-height:1.4;margin-bottom:20px;padding-bottom:20px;padding-top:70px}}
.LP8D5VF18R2ZQ-yrgU4gW{width:67.3%}._17fLjFXt6P5XadCNzGBcyd{position:relative}@media (max-width: 568px){.LP8D5VF18R2ZQ-yrgU4gW{width:100%;max-width:370px;margin:auto;padding:0 20px}}
/**
* Custom Fonts
* =========================================== */
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 400;
src: url(./fonts/Inter-Regular.woff2) format("woff2"),
url(./fonts/Inter-Regular.woff) format("woff");
}
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 500;
src: url(./fonts/Inter-Medium.woff2) format("woff2"),
url(./fonts/Inter-Medium.woff) format("woff");
}
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 600;
src: url(./fonts/Inter-SemiBold.woff2) format("woff2"),
url(./fonts/Inter-SemiBold.woff) format("woff");
}
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 700;
src: url(./fonts/Inter-Bold.woff2) format("woff2"),
url(./fonts/Inter-Bold.woff) format("woff");
}
/**
* Common
* =========================================== */
body {
font-family: CerebriSans, Arial, Verdana, Tahoma;
position: relative;
counter-reset: tooltip;
}
a,
a:hover {
color: #7777FF;
}
/**
* Starter Overlay
* =========================================== */
.starter-overlay {
font-family: Inter;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #fff;
height: 100%;
padding: 0;
overflow: auto;
z-index: 999999999999999999;
}
/* Sections */
.section {
padding-top: 100px;
padding-bottom: 100px;
}
.section-title {
text-align: center;
font-weight: bold;
font-size: 18px;
color: #7777FF;
margin-bottom: 25px;
}
.section-subtitle {
text-align: center;
font-weight: bold;
font-size: 32px;
line-height: 1.4;
color: #151B57;
max-width: 740px;
margin-left: auto;
margin-right: auto;
margin-bottom: 65px;
}
.section-subtitle a:hover {
text-decoration: none;
color: #151b57;
}
.block-h6 {
font-family: Inter;
font-weight: bold;
font-size: 18px;
line-height: normal;
color: #7777FF;
padding-top: 15px;
padding-bottom: 20px;
}
.block-h1 {
font-family: Inter;
font-weight: bold;
font-size: 32px;
line-height: 1.5;
color: #151B57;
}
.block-h2 {
font-family: Inter;
font-weight: bold;
font-size: 26px;
line-height: 1.5;
color: #151B57;
}
.block-p {
font-size: 20px;
}
.bg-light-blue {
background-color: #F3F3FF;
}
.swap-list {
font-family: Inter;
list-style: none;
font-size: 18px;
padding: 0;
}
.swap-list>li {
position: relative;
padding-left: 35px;
margin-bottom: 15px;
color: #565d6d;
}
.swap-list>li:before {
content: '';
position: absolute;
top: 10px;
left: 5px;
width: 10px;
height: 10px;
border-radius: 50%;
background-color: #000;
border: 3px solid #7777ff;
}
.text-cyan {
color: #7777FF;
}
@media (max-width: 767px) {
.section {
padding-top: 60px;
padding-bottom: 60px;
}
.section-subtitle,
.block-h2 {
font-size: 26px;
margin-bottom: 30px;
}
}
@media (max-width: 480px) {
.block-h2 {
font-size: 20px;
}
}
/* Navbar */
.navbar {
font-family: Inter;
}
.navbar.sticky-top {
box-shadow: 0 3px 10px rgba(119, 119, 255, .15);
}
.navbar-brand>img {
display: block;
}
.navbar-nav>li>a {
font-weight: 600;
font-size: 16px;
}
.navbar-nav-right>li>a {
color: #7777FF;
}
.navbar-nav-right>li>a:hover {
color: #9b9bf7;
}
.navbar-nav-left>li>a {
color: #4a5b8c;
font-weight: 400;
padding-top: 1rem;
padding-bottom: 1rem;
}
.navbar-nav-left>li>a:hover,
.navbar-nav-left>.active>a {
color: #1E2A4B;
}
.dropdown-menu {
margin-top: -2px;
font-size: 1rem;
color: #a1a4bc;
border: 0;
box-shadow: 0 3px 10px rgba(119, 119, 255, .3) !important;
}
.dropdown-menu a {
color: #4a5b8c;
}
.dropdown-menu a:hover {
color: #1E2A4B;
}
.navbar-toggler-icon {
font-size: 30px;
color: #7777ff;
line-height: 1.5em;
}
.dropdown-item.active,
.dropdown-item:active {
color: #151b57;
background-color: #f3f3ff;
}
.dropdown-toggle:after {
content: "\f078";
font-family: "Font Awesome 5 Free";
font-weight: 900;
vertical-align: 1px;
border: 0;
font-size: 12px;
}
.nav-open-menu {
display: block;
margin: 5px 10px;
width: 22px;
height: 22px;
border-top: 2px solid #1e2a4b;
border-bottom: 2px solid #1e2a4b;
margin-left: 20px;
position: relative;
transition: border-color .3s;
}
.nav-open-menu:before,
.nav-open-menu:after {
content: '';
height: 2px;
position: absolute;
top: 8px;
right: 0;
left: -8px;
background-color: #1e2a4b;
transition: all .3s;
}
.nav-open-menu:after {
top: 8px;
right: 0;
left: -8px;
background-color: transparent;
}
.nav-open-menu:not(.collapsed):after {
background-color: #1e2a4b;
}
.nav-open-menu:hover {
border-color: #7777FF;
}
.nav-open-menu:hover:before,
.nav-open-menu:not(.collapsed):hover:after {
background-color: #7777FF;
}
.nav-open-menu:not(.collapsed) {
border-color: transparent;
}
.nav-open-menu:not(.collapsed):before {
transform: rotate(45deg);
}
.nav-open-menu:not(.collapsed):after {
transform: rotate(-45deg);
}
@media (min-width: 1200px) {
.dropdown>.dropdown-menu {
display: block;
opacity: 0;
visibility: hidden;
margin-top: 15px;
transition: all .3s;
}
.dropdown:hover>.dropdown-menu {
opacity: 1;
visibility: visible;
margin-top: 0;
}
}
@media (min-width: 992px) {
.navbar {
padding-top: 15px;
padding-bottom: 15px;
}
.navbar-expand-lg .navbar-nav .nav-link {
padding-left: 15px;
padding-right: 15px;
}
.nav-open-menu {
display: none;
}
}
@media (max-width: 991px) {
.navbar {
padding-top: 15px;
padding-bottom: 15px;
}
.navbar-nav-left {
padding-top: 10px;
}
.navbar-nav-left>li>a {
padding-top: 8px;
padding-bottom: 8px;
font-size: 18px;
}
.navbar-nav-right {
padding-top: 10px;
padding-bottom: 10px;
}
}
/* Section Decentralized */
.page-ieo .section-decentralized {
padding-top: 70px;
padding-bottom: 70px;
}
/* Features */
.features {
padding-top: 80px;
padding-bottom: 60px;
}
.features .section-subtitle {
max-width: 630px;
margin-bottom: 60px;
}
.features-icon {
margin-bottom: 45px;
height: 74px;
font-size: 56px;
color: #7777ff;
}
.features-item h4 {
font-family: 'Inter';
color: #151B57;
font-weight: bold;
font-size: 24px;
line-height: 34px;
margin-bottom: 10px;
}
.features-item p {
font-family: 'Inter';
font-weight: 500;
font-size: 16px;
line-height: 23px;
color: #151B57;
opacity: 0.5;
max-width: 300px;
}
@media (max-width: 991px) {
.features-item {
margin-bottom: 80px;
}
}
@media (max-width: 767px) {
.features {
padding-top: 60px;
padding-bottom: 0;
}
}
@media (max-width: 575px) {
.features-item {
max-width: 350px;
margin-left: auto;
margin-right: auto;
}
.features-item p {
max-width: inherit;
}
.features-icon {
margin-bottom: 10px;
}
}
/* How It Work */
.howitwork {
background-color: #F3F3FF;
padding-top: 30px;
padding-bottom: 30px;
min-height: 600px;
}
.howitwork h6 {
font-family: Inter;
font-weight: bold;
font-size: 18px;
line-height: normal;
color: #7777FF;
padding-top: 15px;
padding-bottom: 20px;
}
.howitwork h2 {
font-family: Inter;
font-weight: bold;
font-size: 32px;
line-height: 1.3;
color: #151B57;
margin-bottom: 45px;
}
.howitwork h3 {
font-family: Inter;
font-weight: bold;
font-size: 40px;
color: #151B57;
margin-bottom: 25px;
}
.howitwork-nav>a {
display: block;
font-family: Inter;
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: normal;
color: #151B57;
opacity: 0.5;
border-left: 2px solid #cfd2ef;
padding: 10px 15px 10px 20px;
cursor: pointer;
text-decoration: none;
transition: all .3s;
}
.howitwork-nav>a:hover,
.howitwork-nav>a.active {
color: #7777FF;
border-left-color: #7777FF;
cursor: pointer;
opacity: 1;
}
.howitwork-help {
position: absolute;
color: #444;
bottom: 100%;
margin-bottom: -2px;
right: -5px;
font-size: 13px;
width: 50%;
text-align: center;
}
.howitwork-help:before {
content: counter(tooltip);
counter-increment: tooltip;
font-family: Inter;
font-weight: bold;
line-height: 1;
}
.howitwork-images {
position: relative;
margin: 0 auto;
}
.howitwork-images:after {
content: '';
display: block;
padding-top: 87%;
}
.howitwork-image-link {
display: block;
position: absolute;
background-color: #fff;
border-radius: .25rem;
margin-top: 0;
transition: all .3s;
}
.howitwork-image-link:hover {
margin-top: -10px;
}
.howitwork-image-link.animate-top {
margin-top: -10px;
}
.howitwork-image-link>img {
box-shadow: 0 3px 10px rgba(119, 119, 255, .3);
transition: all .3s;
opacity: .7;
}
.howitwork-image-link>img {
max-height: 70%;
}
.howitwork-image-link:hover>img,
.howitwork-image-link.active>img {
box-shadow: 0 3px 30px rgba(119, 119, 255, .5);
opacity: 1;
}
.howitwork-image-link:hover .howitwork-image-link>img {
opacity: .7;
}
.howitwork-image-link:hover .howitwork-image-link:hover>img {
box-shadow: 0 3px 30px rgba(119, 119, 255, .5);
opacity: 1;
}
.howitwork-image-link:nth-child(1) {
top: 15%;
left: 21%;
width: 58%;
z-index: 3;
}
.howitwork-image-link:nth-child(2) {
top: 0;
left: 0;
width: 52%;
max-height: 80%;
z-index: 2;
}
.howitwork-image-link:nth-child(3) {
top: 9%;
right: 0;
max-width: 90%;
z-index: 1;
}
.howitwork-image-link.active {
z-index: 4;
-webkit-animation: soar 3.5s cubic-bezier(.445, .05, .55, .95) infinite;
animation: soar 3.5s cubic-bezier(.445, .05, .55, .95) infinite;
}
.howitwork-images .howitwork-image-link:hover {
z-index: 5;
}
.howitwork-action {
text-align: center;
padding-top: 0;
}
@media (max-height: 600px) and (min-width: 992px) {
.howitwork {
margin-top: -60px;
}
}
@media (max-height: 800px) and (min-width: 992px) {
.howitwork {
margin-top: 0;
}
}
@media (max-height: 550px) {
.howitwork-images {
max-width: 70%;
}
.howitwork-images:after {
padding-top: 80%;
}
.howitwork h2 {
font-size: 26px;
margin-bottom: 30px;
}
.howitwork-action {
padding-top: 15px;
}
}
@media (min-width: 1270px) {
.carousel-control-next {
right: -60px;
}
.carousel-control-prev {
left: -60px;
}
}
@media (max-width: 991px) {
.howitwork {
height: auto !important;
}
}
@media (max-width: 767px) {
.howitwork h2 {
font-size: 26px;
}
.howitwork-carousel .carousel-item {
height: auto;
}
}
/* Reviews */
.reviews {
padding-top: 140px;
padding-bottom: 100px;
}
.reviews-heading {
font-family: Inter;
font-weight: bold;
font-size: 32px;
line-height: 42px;
text-align: center;
color: #7777FF;
margin-top: 30px;
}
.reviews-swiper {
text-align: center;
margin-bottom: 30px;
}
.review-swiper-content {
min-height: 300px;
}
.review-swiper-heading {
font-family: Inter;
font-weight: bold;
font-size: 64px;
text-align: center;
color: #151B57;
margin-top: 25px;
margin-bottom: 25px;
}
.review-swiper-content p {
font-family: 'Inter';
font-weight: normal;
font-size: 22px;
line-height: 1.6;
color: #9ca0c1;
margin-bottom: 20px;
}
.reviews-nav {
margin-bottom: 30px;
}
.review-nav-item {
display: block;
padding-top: 45px;
color: #4a4a92;
border-top: 4px solid #e4e4ff;
cursor: pointer;
}
.review-nav-item:hover,
.swiper-slide-thumb-active {
border-top-color: #7777ff;
color: #7777FF;
text-decoration: none;
}
.review-nav-gravatar {
position: relative;
}
.review-nav-profile {
font-size: 16px;
transition: all .3s;
}
.review-nav-profile:hover {
color: #e518a7;
}
.review-nav-inner {
opacity: .5;
transition: all .3s;
padding-bottom: 8px;
}
.review-nav-item:hover .review-nav-inner,
.swiper-slide-thumb-active .review-nav-inner {
opacity: 1;
}
.review-nav-gravatar>span {
display: block;
width: 64px;
height: 64px;
border-radius: 50%;
overflow: hidden;
}
.review-nav-gravatar img {
width: 64px;
border-radius: 50%;
height: auto;
filter: grayscale(100%);
}
.review-nav-bio {
padding-left: 25px;
padding-right: 25px;
}
.review-nav-name {
display: block;
font-weight: bold;
font-size: 18px;
line-height: 26px;
transition: all .3s;
}
.review-nav-ocupation {
display: block;
max-width: 250px;
font-size: 15px;
line-height: 22px;
color: #8a8dab;
}
@media (min-width: 1199px) {
.review-swiper-content {
width: 75%;
}
}
@media (max-width: 991px) {
.review-nav-inner {
flex-direction: column;
}
.review-nav-bio {
padding-left: 15px;
padding-right: 15px;
text-align: center;
}
.review-nav-gravatar span {
margin: 0 auto 10px;
}
}
@media (max-width: 767px) {
.reviews {
padding-top: 60px;
padding-bottom: 0;
}
.review-carousel-heading {
font-size: 40px;
}
.review-swiper-content {
min-height: 200px;
}
}
@media (max-width: 575px) {
.review-nav-ocupation {
display: none;
}
.review-nav-name {
font-size: 12px;
}
}
/* Why section */
.why-section {
padding-top: 80px;
padding-bottom: 140px;
}
.why-title {
text-align: center;
font-weight: bold;
font-size: 18px;
color: #7777FF;
margin-bottom: 25px;
}
.why-subtitle {
text-align: center;
font-weight: bold;
font-size: 32px;
line-height: 1;
color: #151B57;
max-width: 740px;
margin: 0 auto 65px;
}
.why-diagram {
display: table;
width: 100%;
}
.why-diagram-row {
display: table-row;
}
.why-diagram-label {
display: table-cell;
width: 280px;
font-weight: 600;
font-size: 36px;
color: #151B57;
vertical-align: middle;
}
.why-diagram-progress {
display: table-cell;
vertical-align: middle;
padding-top: 8px;
padding-bottom: 8px;
}
.why-diagram-row.disable .why-diagram-label {
color: rgba(0, 0, 0, .2);
}
.why-progress-item {
background: linear-gradient(90deg, #FE968B 0%, #7777FF 100%);
border-radius: 8px;
height: 80px;
}
.why-diagram-row.disable .why-progress-item {
background: linear-gradient(270deg, #F1F1F1 0%, #EDEDED 100%);
}
@media (max-width: 767px) {
.why-section {
padding-top: 60px;
padding-bottom: 60px;
}
.why-subtitle {
font-size: 24px;
margin-bottom: 50px;
}
.why-diagram-label {
font-size: 22px;
width: 180px;
}
}
@media (max-width: 480px) {
.why-diagram-label {
font-size: 16px;
width: 110px;
}
}
/* Footer */
.footer {
background-color: #151B57;
padding-bottom: 35px;
}
.footer-top {
padding-top: 130px;
position: relative;
}
.footer-top:after {
content: '';
display: block;
left: 15px;
right: 15px;
bottom: 0;
position: absolute;
background-color: rgba(255, 255, 255, .2);
height: 1px;
}
.footer-top h2 {
font-family: Inter;
font-weight: 500;
font-size: 32px;
color: #fff;
margin-bottom: 110px;
line-height: 1.5;