appscms-tools-theme 0.4.4 → 0.4.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (58) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.txt +21 -21
  3. data/README.md +52 -52
  4. data/_data/{pages → about/en}/about.json +6 -7
  5. data/_data/blog/alertbar.yml +3 -3
  6. data/_data/blog/authors.yml +11 -11
  7. data/_data/blog/blog.yml +3 -3
  8. data/_data/blog/nav.json +13 -13
  9. data/_data/blog/share.yml +29 -29
  10. data/_data/{pages → contact/en}/contact.json +7 -7
  11. data/_data/feature/en/compress-pdf.json +79 -79
  12. data/_data/feature/en/split-pdf.json +80 -79
  13. data/_data/feature/hi/compress-pdf.json +29 -29
  14. data/_data/footer/en/data.json +84 -84
  15. data/_data/header/en/data.json +136 -58
  16. data/_data/{pages → help/en}/help.json +6 -7
  17. data/_data/home/en/en.json +48 -0
  18. data/_data/home/hi.json +31 -31
  19. data/_data/{pages → termAndCondition/en}/termAndCondition.json +7 -7
  20. data/_includes/author_bio.html +11 -11
  21. data/_includes/custom-head.html +29 -33
  22. data/_includes/disqus_comments.html +10 -10
  23. data/_includes/footer/index.html +53 -75
  24. data/_includes/head/index.html +30 -49
  25. data/_includes/header/blogHeader.html +31 -31
  26. data/_includes/header/index.html +54 -33
  27. data/_includes/paginationBlogPage.html +34 -34
  28. data/_includes/paginationPostPage.html +14 -14
  29. data/_includes/postbox.html +37 -37
  30. data/_includes/script.html +4 -4
  31. data/_includes/section/alertbar.html +11 -11
  32. data/_includes/section/count.html +23 -23
  33. data/_includes/share/socialshare.html +19 -0
  34. data/_layouts/aboutUs.html +17 -24
  35. data/_layouts/blog.html +71 -75
  36. data/_layouts/categories.html +24 -24
  37. data/_layouts/contactUs.html +17 -23
  38. data/_layouts/default.html +1 -1
  39. data/_layouts/feature.html +119 -142
  40. data/_layouts/help.html +18 -23
  41. data/_layouts/home.html +40 -45
  42. data/_layouts/page.html +5 -5
  43. data/_layouts/post.html +63 -68
  44. data/_layouts/termAndCondition.html +17 -23
  45. data/assets/cross.svg +4 -4
  46. data/assets/css/blog.css +464 -464
  47. data/assets/css/tools.css +1336 -3085
  48. data/assets/facebook.svg +4 -4
  49. data/assets/instagram.svg +4 -4
  50. data/assets/js/TopScroll.js +8 -9
  51. data/assets/linkdin.svg +4 -4
  52. data/assets/pdf.svg +20 -20
  53. data/assets/star.svg +4 -4
  54. data/assets/twitter.svg +4 -4
  55. data/assets/youtube.svg +4 -4
  56. metadata +12 -12
  57. data/_data/home/en.json +0 -48
  58. data/_includes/uploader/index.html +0 -69
data/assets/css/tools.css CHANGED
@@ -1,3085 +1,1336 @@
1
- header {
2
- width: 100%;
3
- border-bottom: 1px solid rgba(224, 224, 224, 1);
4
- }
5
- .navbar-toggler {
6
- outline: none !important;
7
- }
8
- .navbar-toggler > .fa_bars {
9
- position: absolute;
10
- top: 20px;
11
- font-size: 22px;
12
- }
13
-
14
- .nav__item {
15
- margin: 0 !important;
16
- padding: 0 15px;
17
- font-size: 15px;
18
- font-weight: 400;
19
- line-height: 18px;
20
- text-align: left;
21
- /* color: #11304e; */
22
- list-style: none;
23
- position: relative;
24
- }
25
- .nav__item a:hover {
26
- color: #000;
27
- text-decoration: none !important;
28
- }
29
-
30
- .navCatContainer {
31
- position: absolute;
32
- z-index: 9;
33
- padding: 25px;
34
- height: 300px;
35
- background: white;
36
- width: 100%;
37
- }
38
- .navCat {
39
- display: flex;
40
- width: 100%;
41
- justify-content: space-between;
42
- }
43
- .anchor_color {
44
- color: rgb(117, 117, 117);
45
- }
46
- .nav__item_Cat {
47
- margin: 0 !important;
48
- padding: 0 15px;
49
- font-size: 15px;
50
- font-weight: 400;
51
- line-height: 38px;
52
- text-align: left;
53
- /* color: #11304e; */
54
- list-style: none;
55
- position: relative;
56
- }
57
- .navItemlist {
58
- width: 100%;
59
- display: flex;
60
- flex-direction: column;
61
- padding: 20px 0;
62
- }
63
- @media (max-width: 992px) {
64
- .navbar-nav {
65
- margin: 0 !important;
66
- }
67
-
68
- .nav__item {
69
- padding: 15px 0;
70
- }
71
- }
72
- @media (max-width: 768px) {
73
- .faq-list {
74
- width: 100% !important;
75
- }
76
- .lpnhkH,
77
- .lpvDOQ {
78
- font-size: 20px !important;
79
- }
80
- }
81
-
82
- .gBPLal {
83
- display: flex;
84
- flex-wrap: wrap;
85
- }
86
- @media (min-width: 768px) {
87
- .gBPLal {
88
- padding: 90px 0px;
89
- }
90
- }
91
- .gCgEiD {
92
- flex: 1 1 50%;
93
- display: flex;
94
- -webkit-box-pack: center;
95
- justify-content: center;
96
- -webkit-box-align: center;
97
- align-items: center;
98
- }
99
- .esoOLU {
100
- display: flex;
101
- flex-wrap: wrap;
102
- max-width: 100%;
103
- }
104
- @media (max-width: 768px) {
105
- .esoOLU {
106
- padding: 66px 0px 36px;
107
- flex-direction: column !important;
108
- }
109
- }
110
- .gCpaMM {
111
- height: 180px;
112
- width: 300px;
113
- }
114
- .gCxxqV {
115
- flex: 1 1 50%;
116
- color: rgb(33, 33, 33);
117
- }
118
- @media (min-width: 768px) {
119
- .gBYhEu {
120
- line-height: 30px;
121
- font-size: 22px;
122
- }
123
- }
124
- .gCFTVe {
125
- list-style: none;
126
- counter-reset: howToCounter 0;
127
- margin: 0px;
128
- padding: 6px 0px;
129
- }
130
- .gCOqzn {
131
- line-height: 24px;
132
- font-size: 16px;
133
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
134
- -webkit-font-smoothing: antialiased;
135
- font-weight: 400;
136
- display: flex;
137
- padding: 6px 0px;
138
- }
139
- .gBYhEu {
140
- line-height: 30px;
141
- font-size: 20px;
142
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
143
- -webkit-font-smoothing: antialiased;
144
- font-weight: 600;
145
- margin: 0px;
146
- padding-bottom: 12px;
147
- }
148
- .kmltsK {
149
- display: flex;
150
- flex-direction: column;
151
- -webkit-box-align: center;
152
- align-items: center;
153
- padding: 0px 16px 54px;
154
- }
155
- @media (min-width: 768px) {
156
- .kmltsK {
157
- width: 33.3333%;
158
- }
159
- }
160
- .kmtPWT {
161
- width: 48px;
162
- height: 48px;
163
- }
164
- .cxlSWI {
165
- margin-left: 6px;
166
- white-space: nowrap;
167
- text-overflow: ellipsis;
168
- overflow: hidden;
169
- }
170
- .kmCmBc {
171
- line-height: 24px;
172
- font-size: 16px;
173
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
174
- -webkit-font-smoothing: antialiased;
175
- font-weight: 600;
176
- color: rgb(33, 33, 33);
177
- text-align: center;
178
- margin: 0px;
179
- padding: 12px 0px;
180
- }
181
- .kmCmBc-q {
182
- line-height: 24px;
183
- font-size: 16px;
184
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
185
- -webkit-font-smoothing: antialiased;
186
- font-weight: 600;
187
- color: rgb(33, 33, 33);
188
- text-align: left;
189
- margin: 0px;
190
- padding: 12px 0px;
191
- }
192
- .kmKJfl {
193
- line-height: 24px;
194
- font-size: 16px;
195
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
196
- -webkit-font-smoothing: antialiased;
197
- font-weight: 400;
198
- color: rgb(33, 33, 33);
199
- text-align: center;
200
- margin: 0px;
201
- padding: 0px 24px;
202
- max-width: 100%;
203
- }
204
- .enfNez {
205
- cursor: pointer;
206
- user-select: none;
207
- margin: 0px;
208
- padding: 0px;
209
- outline: 0px;
210
- border: 0px;
211
- overflow: visible;
212
- display: flex;
213
- -webkit-box-align: center;
214
- align-items: center;
215
- color: inherit;
216
- background-color: transparent;
217
- font-family: inherit;
218
- line-height: inherit;
219
- transition: background-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
220
- width: 54px;
221
- -webkit-box-pack: center;
222
- justify-content: center;
223
- border-radius: 0px 4px 4px 0px;
224
- }
225
- .kmKJfl-p {
226
- line-height: 24px;
227
- font-size: 16px;
228
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
229
- -webkit-font-smoothing: antialiased;
230
- font-weight: 400;
231
- color: rgb(33, 33, 33);
232
- text-align: left;
233
- margin: 0px;
234
- max-width: 100%;
235
- }
236
- body {
237
- margin: 0;
238
- }
239
- main {
240
- display: block;
241
- }
242
- h1 {
243
- font-size: 2em;
244
- margin: 0.67em 0;
245
- }
246
- hr {
247
- box-sizing: content-box;
248
- height: 0;
249
- overflow: visible;
250
- }
251
- pre {
252
- font-family: monospace, monospace;
253
- font-size: 1em;
254
- }
255
- a {
256
- background-color: transparent;
257
- }
258
- abbr[title] {
259
- border-bottom: none;
260
- -webkit-text-decoration: underline;
261
- text-decoration: underline;
262
- -webkit-text-decoration: underline dotted;
263
- text-decoration: underline dotted;
264
- }
265
- b,
266
- strong {
267
- font-weight: bolder;
268
- }
269
- code,
270
- kbd,
271
- samp {
272
- font-family: monospace, monospace;
273
- font-size: 1em;
274
- }
275
- small {
276
- font-size: 80%;
277
- }
278
- sub,
279
- sup {
280
- font-size: 75%;
281
- line-height: 0;
282
- position: relative;
283
- vertical-align: baseline;
284
- }
285
- sub {
286
- bottom: -0.25em;
287
- }
288
- sup {
289
- top: -0.5em;
290
- }
291
- img {
292
- border-style: none;
293
- }
294
- button,
295
- input,
296
- optgroup,
297
- select,
298
- textarea {
299
- font-family: inherit;
300
- font-size: 100%;
301
- line-height: 1.15;
302
- margin: 0;
303
- }
304
- button,
305
- input {
306
- overflow: visible;
307
- }
308
- button,
309
- select {
310
- text-transform: none;
311
- }
312
- button,
313
- [type='button'],
314
- [type='reset'],
315
- [type='submit'] {
316
- -webkit-appearance: button;
317
- }
318
- button::-moz-focus-inner,
319
- [type='button']::-moz-focus-inner,
320
- [type='reset']::-moz-focus-inner,
321
- [type='submit']::-moz-focus-inner {
322
- border-style: none;
323
- padding: 0;
324
- }
325
- button:-moz-focusring,
326
- [type='button']:-moz-focusring,
327
- [type='reset']:-moz-focusring,
328
- [type='submit']:-moz-focusring {
329
- outline: 1px dotted ButtonText;
330
- }
331
- fieldset {
332
- padding: 0.35em 0.75em 0.625em;
333
- }
334
- legend {
335
- box-sizing: border-box;
336
- color: inherit;
337
- display: table;
338
- max-width: 100%;
339
- padding: 0;
340
- white-space: normal;
341
- }
342
- progress {
343
- vertical-align: baseline;
344
- }
345
- textarea {
346
- overflow: auto;
347
- }
348
- [type='checkbox'],
349
- [type='radio'] {
350
- box-sizing: border-box;
351
- padding: 0;
352
- }
353
- [type='number']::-webkit-inner-spin-button,
354
- [type='number']::-webkit-outer-spin-button {
355
- height: auto;
356
- }
357
- [type='search'] {
358
- -webkit-appearance: textfield;
359
- outline-offset: -2px;
360
- }
361
- [type='search']::-webkit-search-decoration {
362
- -webkit-appearance: none;
363
- }
364
- ::-webkit-file-upload-button {
365
- -webkit-appearance: button;
366
- font: inherit;
367
- }
368
- details {
369
- display: block;
370
- }
371
- summary {
372
- display: list-item;
373
- }
374
- template {
375
- display: none;
376
- }
377
- [hidden] {
378
- display: none;
379
- }
380
- body {
381
- overflow-y: scroll;
382
- background: white;
383
- }
384
- #app {
385
- display: -webkit-box;
386
- display: -webkit-flex;
387
- display: -ms-flexbox;
388
- display: flex;
389
- min-height: 100vh;
390
- }
391
- * {
392
- box-sizing: border-box;
393
- margin-block-start: 0px;
394
- margin-block-end: 0px;
395
- margin-inline-start: 0px;
396
- margin-inline-end: 0px;
397
- }
398
- data-styled.g2320[id='sc-global-ilaRTG1'] {
399
- content: 'sc-global-ilaRTG1,';
400
- }
401
- data-styled.g1[id='sc-1ttxsn1-0'] {
402
- content: 'fxCLCz,';
403
- }
404
-
405
- .iFsNzG {
406
- color: rgb(33, 33, 33);
407
- position: absolute;
408
- top: 12px;
409
- right: 12px;
410
- z-index: 10;
411
- cursor: pointer;
412
- }
413
- .buUasx {
414
- position: relative;
415
- display: flex;
416
- flex-direction: column;
417
- background-color: rgb(242, 48, 48);
418
- min-height: 300px;
419
- width: 100%;
420
- }
421
- .cwvKbP {
422
- position: absolute;
423
- inset: 12px;
424
- background: rgba(0, 0, 0, 0.1);
425
- border: 2px dashed rgba(0, 0, 0, 0.15);
426
- }
427
- .cwUZOq {
428
- padding-bottom: 18px;
429
- color: white;
430
- }
431
- .iTXuYA {
432
- height: 60px;
433
- width: 96px;
434
- }
435
- .bxyVaO {
436
- display: flex;
437
- overflow: hidden;
438
- }
439
- .cwMDkh {
440
- display: flex;
441
- flex-direction: column;
442
- -webkit-box-align: center;
443
- align-items: center;
444
- flex: 1 1 auto;
445
- -webkit-box-pack: center;
446
- justify-content: center;
447
- }
448
- .cxdwsz {
449
- line-height: 24px;
450
- font-size: 16px;
451
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
452
- -webkit-font-smoothing: antialiased;
453
- font-weight: 400;
454
- padding-top: 12px;
455
- text-align: center;
456
- color: white;
457
- }
458
- .fqHzAf {
459
- display: flex;
460
- flex: 1 1 auto;
461
- }
462
- .fqPWeo {
463
- cursor: pointer;
464
- display: flex;
465
- flex: 1 1 auto;
466
- }
467
- .hzsTQm {
468
- display: flex;
469
- flex: 1 1 auto;
470
- z-index: 1;
471
- }
472
- .cweQTx {
473
- display: flex;
474
- flex-direction: column;
475
- }
476
- .fxCLCz {
477
- display: flex;
478
- -webkit-box-pack: center;
479
- justify-content: center;
480
- width: 100%;
481
- }
482
- .iFkqVx {
483
- line-height: 36px;
484
- font-size: 30px;
485
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
486
- -webkit-font-smoothing: antialiased;
487
- font-weight: 300;
488
- color: rgb(33, 33, 33);
489
- }
490
- .lpeKGy {
491
- padding: 24px 0px;
492
- }
493
- .fHhdVc {
494
- padding-right: 12px;
495
- color: rgb(242, 48, 48);
496
- }
497
- .qNym {
498
- display: flex;
499
- -webkit-box-pack: center;
500
- justify-content: center;
501
- -webkit-box-align: center;
502
- align-items: center;
503
- }
504
- .iFBkdP {
505
- display: flex;
506
- -webkit-box-pack: center;
507
- justify-content: center;
508
- padding-top: 24px;
509
- }
510
- .blziMQ {
511
- cursor: pointer;
512
- user-select: none;
513
- line-height: 18px;
514
- font-size: 15px;
515
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
516
- -webkit-font-smoothing: antialiased;
517
- font-weight: 700;
518
- position: relative;
519
- display: flex;
520
- flex: 1 1 auto;
521
- -webkit-box-align: center;
522
- align-items: center;
523
- -webkit-box-pack: center;
524
- justify-content: center;
525
- min-width: 90px;
526
- border-radius: 4px;
527
- text-transform: uppercase;
528
- white-space: nowrap;
529
- outline: 0px;
530
- border: 0px;
531
- transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
532
- padding: 0px 24px;
533
- height: 54px;
534
- background: rgb(0, 85, 255);
535
- color: rgb(255, 255, 255);
536
- }
537
- .hvHwmD {
538
- -webkit-flex: 1 0 auto;
539
- -ms-flex: 1 0 auto;
540
- flex: 1 0 auto;
541
- width: 100%;
542
- }
543
- .lpnhkH {
544
- line-height: 36px;
545
- font-size: 30px;
546
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
547
- -webkit-font-smoothing: antialiased;
548
- font-weight: 600;
549
- color: rgb(33, 33, 33);
550
- text-align: center;
551
- margin: 0px;
552
- }
553
- .lpvDOQ {
554
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
555
- -webkit-font-smoothing: antialiased;
556
- font-weight: 300;
557
- color: rgb(33, 33, 33);
558
- text-align: center;
559
- margin: 0px;
560
- }
561
- @media (min-width: 768px) {
562
- .cPukFe {
563
- line-height: 42px;
564
- font-size: 36px;
565
- }
566
- }
567
- .hDzHg {
568
- margin-left: 48px;
569
- }
570
- .dKjQAB {
571
- position: relative;
572
- display: flex;
573
- border-radius: 4px;
574
- color: rgb(33, 33, 33);
575
- background-color: rgb(255, 255, 255);
576
- }
577
- .fhjLHS {
578
- width: 1px;
579
- background-color: rgba(0, 0, 0, 0.15);
580
- }
581
- .hrcxSS {
582
- cursor: pointer;
583
- user-select: none;
584
- margin: 0px;
585
- outline: 0px;
586
- border: 0px;
587
- width: auto;
588
- overflow: visible;
589
- display: flex;
590
- -webkit-box-align: center;
591
- align-items: center;
592
- color: inherit;
593
- background-color: transparent;
594
- transition: background-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
595
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
596
- -webkit-font-smoothing: antialiased;
597
- font-weight: 700;
598
- font-size: 16px;
599
- line-height: 24px;
600
- padding: 15px 24px;
601
- height: 54px;
602
- position: relative;
603
- border-radius: 4px 0px 0px 4px;
604
- text-transform: uppercase;
605
- }
606
- .cPukFe {
607
- width: 100%;
608
- line-height: 30px;
609
- font-size: 24px;
610
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
611
- -webkit-font-smoothing: antialiased;
612
- font-weight: 700;
613
- }
614
- .favWrj {
615
- display: flex;
616
- place-content: center space-between;
617
- -webkit-box-align: center;
618
- align-items: center;
619
- margin: 0px auto;
620
- width: 100%;
621
- -webkit-box-pack: justify;
622
- padding: 0px 36px;
623
- }
624
- .eKVaAu {
625
- padding: 0px 0px 24px;
626
- }
627
- .eEFtbq {
628
- display: flex;
629
- align-content: center;
630
- -webkit-box-align: center;
631
- align-items: center;
632
- border: 1px solid rgb(238, 238, 238);
633
- overflow: hidden;
634
- cursor: pointer;
635
- color: rgb(33, 33, 33);
636
- margin: 0px auto;
637
- background: url(/build/204815b….png) center center / contain no-repeat;
638
- }
639
- .bYbgQN {
640
- display: flex;
641
- overflow: hidden;
642
- margin: 0px;
643
- width: 100%;
644
- }
645
- .eHtvdQ {
646
- display: flex;
647
- -webkit-box-pack: center;
648
- justify-content: center;
649
- padding: 0px 0px 12px;
650
- width: 100%;
651
- }
652
- @media (min-width: 768px) {
653
- .lpvDOQ {
654
- line-height: 30px;
655
- font-size: 22px;
656
- }
657
- }
658
- @media (min-width: 0px) and (max-width: 1199px) {
659
- .hvHwmD {
660
- max-width: none;
661
- }
662
- }
663
- @media (min-width: 1200px) {
664
- .hvHwmD {
665
- max-width: 1200px;
666
- }
667
- }
668
- @media (min-width: 0px) and (max-width: 767px) {
669
- .hvHwmD {
670
- padding: 0 18px;
671
- }
672
- }
673
- @media (min-width: 768px) {
674
- .hvHwmD {
675
- padding: 0 30px;
676
- }
677
- }
678
- data-styled.g2[id='sc-1ttxsn1-1'] {
679
- content: 'hvHwmD,';
680
- }
681
- .hvHwmD {
682
- flex: 1 0 auto;
683
- width: 100%;
684
- }
685
- .FoQAX {
686
- width: 100%;
687
- background: rgb(245, 245, 245);
688
- max-width: 1200px;
689
- margin: 0px auto;
690
- animation: 2s ease-in-out 0s 1 normal none running furoaB;
691
- overflow: hidden;
692
- }
693
- .iGazQq {
694
- position: relative;
695
- padding: 42px;
696
- text-align: center;
697
- display: flex;
698
- flex-direction: column;
699
- }
700
- .icPtH {
701
- margin-right: 12px;
702
- }
703
- .bxyVaO {
704
- display: -webkit-box;
705
- display: -webkit-flex;
706
- display: -ms-flexbox;
707
- display: flex;
708
- overflow: hidden;
709
- }
710
- .bxyVaO > svg {
711
- display: -webkit-box;
712
- display: -webkit-flex;
713
- display: -ms-flexbox;
714
- display: flex;
715
- -webkit-flex: 1 1 auto;
716
- -ms-flex: 1 1 auto;
717
- flex: 1 1 auto;
718
- }
719
- .bxyVaO > svg > * {
720
- fill: currentColor;
721
- }
722
- data-styled.g5[id='sc-2xfn8l-0'] {
723
- content: 'bxyVaO,';
724
- }
725
- .cPHJoA {
726
- cursor: pointer;
727
- -webkit-user-select: none;
728
- -moz-user-select: none;
729
- -ms-user-select: none;
730
- user-select: none;
731
- line-height: 18px;
732
- font-size: 15px;
733
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
734
- -webkit-font-smoothing: antialiased;
735
- font-stretch: 400;
736
- font-weight: 700;
737
- position: relative;
738
- display: -webkit-box;
739
- display: -webkit-flex;
740
- display: -ms-flexbox;
741
- display: flex;
742
- -webkit-flex: 1 1 auto;
743
- -ms-flex: 1 1 auto;
744
- flex: 1 1 auto;
745
- -webkit-align-items: center;
746
- -webkit-box-align: center;
747
- -ms-flex-align: center;
748
- align-items: center;
749
- -webkit-box-pack: center;
750
- -webkit-justify-content: center;
751
- -ms-flex-pack: center;
752
- justify-content: center;
753
- min-width: 90px;
754
- background: transparent;
755
- border-radius: 4px;
756
- text-transform: uppercase;
757
- white-space: nowrap;
758
- outline: 0;
759
- border: 0;
760
- background-clip: border-box;
761
- -webkit-transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
762
- transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
763
- padding: 0 18px;
764
- height: 42px;
765
- background: rgba(0, 85, 255, 1);
766
- color: rgba(255, 255, 255, 1);
767
- }
768
- .cPHJoA::-moz-focus-inner {
769
- padding: 0;
770
- border: 0;
771
- }
772
- .cPHJoA:disabled {
773
- background: rgba(224, 224, 224, 1);
774
- cursor: none;
775
- pointer-events: none;
776
- }
777
- .cPHJoA:hover {
778
- background: rgba(0, 76, 229, 1);
779
- }
780
- .cPHJoA:active {
781
- background: rgba(0, 68, 204, 1);
782
- }
783
- data-styled.g9[id='sc-1mvwhop-0'] {
784
- content: 'cPHJoA,';
785
- }
786
- .lfMGmO {
787
- -webkit-text-decoration: inherit;
788
- text-decoration: inherit;
789
- color: inherit;
790
- }
791
- data-styled.g17[id='sc-1bu7qfl-0'] {
792
- content: 'lfMGmO,';
793
- }
794
- .bvorGM {
795
- display: inline-block;
796
- padding: 7px 11px;
797
- cursor: pointer;
798
- border: 1px solid transparent;
799
- border-radius: 4px;
800
- background: rgba(26, 26, 26, 1);
801
- color: rgba(255, 255, 255, 1);
802
- }
803
- data-styled.g18[id='sc-9shut9-0'] {
804
- content: 'bvorGM,';
805
- }
806
- .csDfHB {
807
- overflow: hidden;
808
- }
809
- .csDfHB > svg {
810
- display: block;
811
- }
812
- data-styled.g19[id='sc-1gyxcpm-0'] {
813
- content: 'csDfHB,';
814
- }
815
- .hHIHUq {
816
- display: -webkit-inline-box;
817
- display: -webkit-inline-flex;
818
- display: -ms-inline-flexbox;
819
- display: inline-flex;
820
- -webkit-flex-direction: row;
821
- -ms-flex-direction: row;
822
- flex-direction: row;
823
- -webkit-align-items: center;
824
- -webkit-box-align: center;
825
- -ms-flex-align: center;
826
- align-items: center;
827
- margin: 0;
828
- padding: 0 8px;
829
- height: 20px;
830
- border-radius: 20px;
831
- -webkit-user-select: none;
832
- -moz-user-select: none;
833
- -ms-user-select: none;
834
- user-select: none;
835
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
836
- -webkit-font-smoothing: antialiased;
837
- font-stretch: 400;
838
- font-size: 12px;
839
- line-height: 12px;
840
- white-space: nowrap;
841
- background: rgba(26, 26, 26, 1);
842
- color: rgba(255, 255, 255, 1);
843
- font-weight: 700;
844
- }
845
- data-styled.g34[id='yngot0-0'] {
846
- content: 'hHIHUq,';
847
- }
848
- .ikoBBT {
849
- position: fixed;
850
- z-index: 600;
851
- top: 0;
852
- left: 0;
853
- display: none;
854
- -webkit-flex-direction: column;
855
- -ms-flex-direction: column;
856
- flex-direction: column;
857
- -webkit-box-pack: center;
858
- -webkit-justify-content: center;
859
- -ms-flex-pack: center;
860
- justify-content: center;
861
- -webkit-align-items: center;
862
- -webkit-box-align: center;
863
- -ms-flex-align: center;
864
- align-items: center;
865
- width: 100%;
866
- height: 100%;
867
- }
868
- data-styled.g46[id='sc-1bhf2s-0'] {
869
- content: 'ikoBBT,';
870
- }
871
- .krHGwU {
872
- position: fixed;
873
- z-index: 500;
874
- background-color: rgba(0, 0, 0, 0.4);
875
- top: 0;
876
- bottom: 0;
877
- left: 0;
878
- right: 0;
879
- }
880
- data-styled.g47[id='sc-1bhf2s-1'] {
881
- content: 'krHGwU,';
882
- }
883
- .glIZQf {
884
- display: -webkit-box;
885
- display: -webkit-flex;
886
- display: -ms-flexbox;
887
- display: flex;
888
- -webkit-box-pack: justify;
889
- -webkit-justify-content: space-between;
890
- -ms-flex-pack: justify;
891
- justify-content: space-between;
892
- -webkit-flex-direction: column;
893
- -ms-flex-direction: column;
894
- flex-direction: column;
895
- min-height: 100vh;
896
- min-width: 100%;
897
- }
898
- data-styled.g50[id='sc-1fa2dkn-0'] {
899
- content: 'glIZQf,';
900
- }
901
- .fElXmN {
902
- -webkit-flex: 1 0 auto;
903
- -ms-flex: 1 0 auto;
904
- flex: 1 0 auto;
905
- width: 100%;
906
- max-width: 1440px;
907
- }
908
- @media (min-width: 768px) {
909
- .fElXmN {
910
- padding: 0 24px;
911
- }
912
- }
913
- .NsBVV {
914
- -webkit-flex: 1 0 auto;
915
- -ms-flex: 1 0 auto;
916
- flex: 1 0 auto;
917
- width: 100%;
918
- max-width: 1440px;
919
- }
920
- @media (min-width: 0px) and (max-width: 767px) {
921
- .NsBVV {
922
- padding: 0 12px;
923
- }
924
- }
925
- @media (min-width: 768px) {
926
- .NsBVV {
927
- padding: 0 24px;
928
- }
929
- }
930
- data-styled.g51[id='bitun5-0'] {
931
- content: 'fElXmN,NsBVV,';
932
- }
933
- .inueBp {
934
- display: -webkit-box;
935
- display: -webkit-flex;
936
- display: -ms-flexbox;
937
- display: flex;
938
- -webkit-box-pack: center;
939
- -webkit-justify-content: center;
940
- -ms-flex-pack: center;
941
- justify-content: center;
942
- width: 100%;
943
- }
944
- data-styled.g52[id='bitun5-1'] {
945
- content: 'inueBp,';
946
- }
947
- .bVpxBN {
948
- width: 12px;
949
- height: 12px;
950
- }
951
- data-styled.g68[id='sxq67w-0'] {
952
- content: 'bVpxBN,';
953
- }
954
- .leXjVP {
955
- box-shadow: 0px 0px 24px rgba(26, 26, 26, 0.2);
956
- display: -webkit-box;
957
- display: -webkit-flex;
958
- display: -ms-flexbox;
959
- display: flex;
960
- -webkit-flex-direction: column;
961
- -ms-flex-direction: column;
962
- flex-direction: column;
963
- z-index: 600;
964
- background-color: rgba(255, 255, 255, 1);
965
- box-sizing: content-box;
966
- overflow-x: hidden;
967
- overflow-y: auto;
968
- }
969
- @media (max-width: 767px) {
970
- .leXjVP {
971
- position: fixed;
972
- max-height: calc(100vh - 24px);
973
- left: 12px;
974
- right: 12px;
975
- }
976
- }
977
- @media (min-width: 768px) {
978
- .leXjVP {
979
- position: relative;
980
- max-height: calc(100vh - 72px);
981
- width: 480px;
982
- }
983
- }
984
- data-styled.g69[id='kuqgaz-0'] {
985
- content: 'leXjVP,';
986
- }
987
- .ckYImm {
988
- cursor: pointer;
989
- color: rgba(33, 33, 33, 1);
990
- position: absolute;
991
- top: 0;
992
- right: 0;
993
- padding: 12px;
994
- box-sizing: content-box;
995
- }
996
- data-styled.g71[id='kuqgaz-2'] {
997
- content: 'ckYImm,';
998
- }
999
- .hSJQVR {
1000
- display: -webkit-box;
1001
- display: -webkit-flex;
1002
- display: -ms-flexbox;
1003
- display: flex;
1004
- -webkit-flex-direction: column;
1005
- -ms-flex-direction: column;
1006
- flex-direction: column;
1007
- -webkit-flex: 1 1 auto;
1008
- -ms-flex: 1 1 auto;
1009
- flex: 1 1 auto;
1010
- }
1011
- @media (max-width: 767px) {
1012
- .hSJQVR {
1013
- padding: 12px;
1014
- }
1015
- }
1016
- @media (min-width: 768px) {
1017
- .hSJQVR {
1018
- padding: 36px;
1019
- }
1020
- }
1021
- data-styled.g72[id='trcv32-0'] {
1022
- content: 'hSJQVR,';
1023
- }
1024
- .SBukn {
1025
- width: 24px;
1026
- height: 24px;
1027
- }
1028
- data-styled.g73[id='sc-2wite4-0'] {
1029
- content: 'SBukn,';
1030
- }
1031
- .fdItuc {
1032
- display: -webkit-box;
1033
- display: -webkit-flex;
1034
- display: -ms-flexbox;
1035
- display: flex;
1036
- -webkit-flex: 1 1 auto;
1037
- -ms-flex: 1 1 auto;
1038
- flex: 1 1 auto;
1039
- -webkit-text-decoration: inherit;
1040
- text-decoration: inherit;
1041
- color: inherit;
1042
- }
1043
- data-styled.g74[id='lqkt1b-0'] {
1044
- content: 'fdItuc,';
1045
- }
1046
- .hiSbSb {
1047
- display: -webkit-box;
1048
- display: -webkit-flex;
1049
- display: -ms-flexbox;
1050
- display: flex;
1051
- padding-right: 18px;
1052
- }
1053
- @media (min-width: 0px) and (max-width: 767px) {
1054
- .hiSbSb {
1055
- padding-left: 18px;
1056
- padding-right: 12px;
1057
- }
1058
- }
1059
- data-styled.g116[id='sc-168sfod-0'] {
1060
- content: 'hiSbSb,';
1061
- }
1062
- .hjaywk {
1063
- -webkit-align-items: center;
1064
- -webkit-box-align: center;
1065
- -ms-flex-align: center;
1066
- align-items: center;
1067
- }
1068
- data-styled.g117[id='sc-168sfod-1'] {
1069
- content: 'hjaywk,';
1070
- }
1071
- .hjiVat {
1072
- height: 42px;
1073
- }
1074
- @media (max-width: 767px) {
1075
- .hjiVat {
1076
- height: 36px;
1077
- }
1078
- }
1079
- data-styled.g118[id='sc-168sfod-2'] {
1080
- content: 'hjiVat,';
1081
- }
1082
- .hjrrEC {
1083
- display: -webkit-box;
1084
- display: -webkit-flex;
1085
- display: -ms-flexbox;
1086
- display: flex;
1087
- }
1088
- data-styled.g119[id='sc-168sfod-3'] {
1089
- content: 'hjrrEC,';
1090
- }
1091
- .hIbenQ {
1092
- list-style-type: none;
1093
- height: 100%;
1094
- }
1095
- data-styled.g123[id='sc-1mqygah-0'] {
1096
- content: 'hIbenQ,';
1097
- }
1098
- .cdDJXX {
1099
- display: -webkit-box;
1100
- display: -webkit-flex;
1101
- display: -ms-flexbox;
1102
- display: flex;
1103
- -webkit-align-items: center;
1104
- -webkit-box-align: center;
1105
- -ms-flex-align: center;
1106
- align-items: center;
1107
- line-height: 30px;
1108
- font-size: 18px;
1109
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
1110
- -webkit-font-smoothing: antialiased;
1111
- font-stretch: 400;
1112
- font-weight: 400;
1113
- color: rgba(33, 33, 33, 1);
1114
- white-space: nowrap;
1115
- height: 100%;
1116
- padding: 0 12px;
1117
- cursor: pointer;
1118
- -webkit-transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
1119
- transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
1120
- }
1121
- @media (min-width: 768px) {
1122
- .cdDJXX {
1123
- line-height: 18px;
1124
- font-size: 15px;
1125
- }
1126
- }
1127
- .cdDJXX:hover {
1128
- color: rgba(117, 117, 117, 1);
1129
- }
1130
- .cdDJXX:active {
1131
- color: rgba(189, 189, 189, 1);
1132
- }
1133
- data-styled.g124[id='sc-1mqygah-1'] {
1134
- content: 'cdDJXX,';
1135
- }
1136
- .hcnRAo {
1137
- display: -webkit-box;
1138
- display: -webkit-flex;
1139
- display: -ms-flexbox;
1140
- display: flex;
1141
- }
1142
- @media (min-width: 0px) and (max-width: 767px) {
1143
- .hcnRAo {
1144
- display: none;
1145
- }
1146
- }
1147
- data-styled.g131[id='sc-1hd6z21-0'] {
1148
- content: 'hcnRAo,';
1149
- }
1150
- .hcwoex {
1151
- display: -webkit-box;
1152
- display: -webkit-flex;
1153
- display: -ms-flexbox;
1154
- display: flex;
1155
- -webkit-box-pack: start;
1156
- -webkit-justify-content: flex-start;
1157
- -ms-flex-pack: start;
1158
- justify-content: flex-start;
1159
- -webkit-flex-wrap: nowrap;
1160
- -ms-flex-wrap: nowrap;
1161
- flex-wrap: nowrap;
1162
- position: relative;
1163
- overflow: hidden;
1164
- margin: 0;
1165
- padding: 0 18px;
1166
- }
1167
- @media (max-width: 767px) {
1168
- .hcwoex {
1169
- padding: 0;
1170
- }
1171
- }
1172
- data-styled.g132[id='sc-1hd6z21-1'] {
1173
- content: 'hcwoex,';
1174
- }
1175
- .hcEKIG {
1176
- height: 42px;
1177
- width: 1px;
1178
- background-color: rgba(224, 224, 224, 1);
1179
- -webkit-align-self: center;
1180
- -ms-flex-item-align: center;
1181
- align-self: center;
1182
- }
1183
- data-styled.g133[id='sc-1hd6z21-2'] {
1184
- content: 'hcEKIG,';
1185
- }
1186
- .hcNhmP {
1187
- display: -webkit-box;
1188
- display: -webkit-flex;
1189
- display: -ms-flexbox;
1190
- display: flex;
1191
- -webkit-align-items: center;
1192
- -webkit-box-align: center;
1193
- -ms-flex-align: center;
1194
- align-items: center;
1195
- }
1196
- data-styled.g134[id='sc-1hd6z21-3'] {
1197
- content: 'hcNhmP,';
1198
- }
1199
- .hcVDQY {
1200
- padding-left: 6px;
1201
- }
1202
- data-styled.g135[id='sc-1hd6z21-4'] {
1203
- content: 'hcVDQY,';
1204
- }
1205
- .jxYGTk {
1206
- cursor: pointer;
1207
- -webkit-user-select: none;
1208
- -moz-user-select: none;
1209
- -ms-user-select: none;
1210
- user-select: none;
1211
- position: relative;
1212
- display: -webkit-box;
1213
- display: -webkit-flex;
1214
- display: -ms-flexbox;
1215
- display: flex;
1216
- -webkit-box-pack: center;
1217
- -webkit-justify-content: center;
1218
- -ms-flex-pack: center;
1219
- justify-content: center;
1220
- -webkit-align-items: center;
1221
- -webkit-box-align: center;
1222
- -ms-flex-align: center;
1223
- align-items: center;
1224
- box-sizing: content-box;
1225
- width: 18px;
1226
- padding: 0 18px;
1227
- color: rgba(33, 33, 33, 1);
1228
- -webkit-transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
1229
- transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
1230
- }
1231
- .jxYGTk:hover {
1232
- color: rgba(117, 117, 117, 1);
1233
- }
1234
- .jxYGTk:active {
1235
- color: rgba(33, 33, 33, 1);
1236
- }
1237
- @media (min-width: 768px) {
1238
- .jxYGTk {
1239
- display: none;
1240
- }
1241
- }
1242
- data-styled.g153[id='rnvo6-0'] {
1243
- content: 'jxYGTk,';
1244
- }
1245
- .jyhdxt {
1246
- position: relative;
1247
- width: 18px;
1248
- height: 15px;
1249
- box-sizing: border-box;
1250
- border-top: 1px solid currentColor;
1251
- border-bottom: 1px solid currentColor;
1252
- pointer-events: none;
1253
- }
1254
- .jyhdxt:after {
1255
- content: '';
1256
- display: block;
1257
- position: absolute;
1258
- width: 100%;
1259
- height: 1px;
1260
- background-color: currentColor;
1261
- top: 50%;
1262
- }
1263
- data-styled.g154[id='rnvo6-1'] {
1264
- content: 'jyhdxt,';
1265
- }
1266
- .cblySq {
1267
- position: absolute;
1268
- width: 12px;
1269
- height: 12px;
1270
- right: 2px;
1271
- bottom: 2px;
1272
- border-radius: 50%;
1273
- background: white;
1274
- color: rgba(33, 33, 33, 1);
1275
- }
1276
- data-styled.g155[id='rhlin0-0'] {
1277
- content: 'cblySq,';
1278
- }
1279
- .sHtdd {
1280
- position: relative;
1281
- display: -webkit-box;
1282
- display: -webkit-flex;
1283
- display: -ms-flexbox;
1284
- display: flex;
1285
- -webkit-flex: 1 1 auto;
1286
- -ms-flex: 1 1 auto;
1287
- flex: 1 1 auto;
1288
- }
1289
- data-styled.g156[id='vnoyvz-0'] {
1290
- content: 'sHtdd,';
1291
- }
1292
- .sPPHm {
1293
- display: -webkit-box;
1294
- display: -webkit-flex;
1295
- display: -ms-flexbox;
1296
- display: flex;
1297
- -webkit-flex: 1 1 auto;
1298
- -ms-flex: 1 1 auto;
1299
- flex: 1 1 auto;
1300
- padding: 1px;
1301
- }
1302
- data-styled.g157[id='vnoyvz-1'] {
1303
- content: 'sPPHm,';
1304
- }
1305
- .sYmlv {
1306
- line-height: 30px;
1307
- font-size: 18px;
1308
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
1309
- -webkit-font-smoothing: antialiased;
1310
- font-stretch: 400;
1311
- font-weight: 700;
1312
- -webkit-user-select: none;
1313
- -moz-user-select: none;
1314
- -ms-user-select: none;
1315
- user-select: none;
1316
- display: -webkit-box;
1317
- display: -webkit-flex;
1318
- display: -ms-flexbox;
1319
- display: flex;
1320
- -webkit-align-items: center;
1321
- -webkit-box-align: center;
1322
- -ms-flex-align: center;
1323
- align-items: center;
1324
- -webkit-box-pack: center;
1325
- -webkit-justify-content: center;
1326
- -ms-flex-pack: center;
1327
- justify-content: center;
1328
- border-radius: 50%;
1329
- -webkit-flex: 1 1 auto;
1330
- -ms-flex: 1 1 auto;
1331
- flex: 1 1 auto;
1332
- color: white;
1333
- text-transform: uppercase;
1334
- background-color: rgba(255, 159, 25, 1);
1335
- color: white;
1336
- }
1337
- @media (min-width: 768px) {
1338
- .sYmlv {
1339
- line-height: 18px;
1340
- font-size: 15px;
1341
- }
1342
- }
1343
- data-styled.g158[id='vnoyvz-2'] {
1344
- content: 'sYmlv,';
1345
- }
1346
- .knfgvG {
1347
- position: absolute;
1348
- width: 14px;
1349
- height: 14px;
1350
- top: 0;
1351
- right: 0;
1352
- border: 2px solid white;
1353
- border-radius: 100%;
1354
- background-color: rgba(255, 0, 64, 1);
1355
- display: none;
1356
- }
1357
- data-styled.g160[id='sc-1apfbp1-0'] {
1358
- content: 'knfgvG,';
1359
- }
1360
- .jxQvto {
1361
- display: -webkit-box;
1362
- display: -webkit-flex;
1363
- display: -ms-flexbox;
1364
- display: flex;
1365
- -webkit-align-items: center;
1366
- -webkit-box-align: center;
1367
- -ms-flex-align: center;
1368
- align-items: center;
1369
- cursor: pointer;
1370
- }
1371
- @media (max-width: 767px) {
1372
- .jxQvto {
1373
- padding: 0 18px;
1374
- }
1375
- }
1376
- @media (min-width: 768px) {
1377
- .jxQvto {
1378
- padding-left: 6px;
1379
- }
1380
- }
1381
- data-styled.g161[id='sc-1pc5grg-0'] {
1382
- content: 'jxQvto,';
1383
- }
1384
- .deuuwy {
1385
- position: relative;
1386
- display: -webkit-box;
1387
- display: -webkit-flex;
1388
- display: -ms-flexbox;
1389
- display: flex;
1390
- -webkit-flex: 0 0 auto;
1391
- -ms-flex: 0 0 auto;
1392
- flex: 0 0 auto;
1393
- width: 42px;
1394
- height: 42px;
1395
- }
1396
- data-styled.g162[id='sc-1pc5grg-1'] {
1397
- content: 'deuuwy,';
1398
- }
1399
- .fPnIVd {
1400
- display: -webkit-box;
1401
- display: -webkit-flex;
1402
- display: -ms-flexbox;
1403
- display: flex;
1404
- -webkit-flex-direction: column;
1405
- -ms-flex-direction: column;
1406
- flex-direction: column;
1407
- -webkit-box-pack: center;
1408
- -webkit-justify-content: center;
1409
- -ms-flex-pack: center;
1410
- justify-content: center;
1411
- }
1412
- data-styled.g195[id='yue4at-0'] {
1413
- content: 'fPnIVd,';
1414
- }
1415
- .fPwfzm {
1416
- position: relative;
1417
- display: -webkit-box;
1418
- display: -webkit-flex;
1419
- display: -ms-flexbox;
1420
- display: flex;
1421
- -webkit-align-items: center;
1422
- -webkit-box-align: center;
1423
- -ms-flex-align: center;
1424
- align-items: center;
1425
- }
1426
- data-styled.g196[id='yue4at-1'] {
1427
- content: 'fPwfzm,';
1428
- }
1429
- .fIwWsF {
1430
- line-height: 30px;
1431
- font-size: 18px;
1432
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
1433
- -webkit-font-smoothing: antialiased;
1434
- font-stretch: 400;
1435
- font-weight: 400;
1436
- -webkit-user-select: none;
1437
- -moz-user-select: none;
1438
- -ms-user-select: none;
1439
- user-select: none;
1440
- display: -webkit-box;
1441
- display: -webkit-flex;
1442
- display: -ms-flexbox;
1443
- display: flex;
1444
- -webkit-align-items: center;
1445
- -webkit-box-align: center;
1446
- -ms-flex-align: center;
1447
- align-items: center;
1448
- -webkit-box-pack: center;
1449
- -webkit-justify-content: center;
1450
- -ms-flex-pack: center;
1451
- justify-content: center;
1452
- white-space: nowrap;
1453
- color: rgba(33, 33, 33, 1);
1454
- -webkit-transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
1455
- transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
1456
- padding: 0 12px;
1457
- cursor: pointer;
1458
- }
1459
- @media (min-width: 768px) {
1460
- .fIwWsF {
1461
- line-height: 18px;
1462
- font-size: 15px;
1463
- }
1464
- }
1465
- .fIwWsF:hover {
1466
- color: rgba(117, 117, 117, 1);
1467
- }
1468
- .fIwWsF:active {
1469
- color: rgba(189, 189, 189, 1);
1470
- }
1471
- data-styled.g197[id='xda4z1-0'] {
1472
- content: 'fIwWsF,';
1473
- }
1474
- .gXzTud {
1475
- display: -webkit-box;
1476
- display: -webkit-flex;
1477
- display: -ms-flexbox;
1478
- display: flex;
1479
- -webkit-align-items: center;
1480
- -webkit-box-align: center;
1481
- -ms-flex-align: center;
1482
- align-items: center;
1483
- padding: 0 12px;
1484
- }
1485
- @media (min-width: 0px) and (max-width: 767px) {
1486
- .gXzTud {
1487
- display: none;
1488
- }
1489
- }
1490
- data-styled.g198[id='soxssp-0'] {
1491
- content: 'gXzTud,';
1492
- }
1493
- .ipqJFq {
1494
- display: -webkit-box;
1495
- display: -webkit-flex;
1496
- display: -ms-flexbox;
1497
- display: flex;
1498
- -webkit-align-items: center;
1499
- -webkit-box-align: center;
1500
- -ms-flex-align: center;
1501
- align-items: center;
1502
- }
1503
- @media (min-width: 0px) and (max-width: 767px) {
1504
- .ipqJFq {
1505
- display: none;
1506
- }
1507
- }
1508
- data-styled.g199[id='sc-1ucfe2p-0'] {
1509
- content: 'ipqJFq,';
1510
- }
1511
- .bzKyIY {
1512
- position: relative;
1513
- display: -webkit-box;
1514
- display: -webkit-flex;
1515
- display: -ms-flexbox;
1516
- display: flex;
1517
- -webkit-box-pack: center;
1518
- -webkit-justify-content: center;
1519
- -ms-flex-pack: center;
1520
- justify-content: center;
1521
- width: 100%;
1522
- color: rgba(255, 255, 255, 1);
1523
- background-color: rgba(0, 85, 255, 1);
1524
- }
1525
- data-styled.g201[id='sc-10adoor-0'] {
1526
- content: 'bzKyIY,';
1527
- }
1528
- .krnTbj {
1529
- display: -webkit-box;
1530
- display: -webkit-flex;
1531
- display: -ms-flexbox;
1532
- display: flex;
1533
- -webkit-box-pack: center;
1534
- -webkit-justify-content: center;
1535
- -ms-flex-pack: center;
1536
- justify-content: center;
1537
- -webkit-align-items: center;
1538
- -webkit-box-align: center;
1539
- -ms-flex-align: center;
1540
- align-items: center;
1541
- padding: 6px;
1542
- cursor: pointer;
1543
- }
1544
- @media (max-width: 767px) {
1545
- .krnTbj {
1546
- -webkit-flex: 1 1 auto;
1547
- -ms-flex: 1 1 auto;
1548
- flex: 1 1 auto;
1549
- -webkit-align-items: flex-start;
1550
- -webkit-box-align: flex-start;
1551
- -ms-flex-align: flex-start;
1552
- align-items: flex-start;
1553
- -webkit-box-pack: justify;
1554
- -webkit-justify-content: space-between;
1555
- -ms-flex-pack: justify;
1556
- justify-content: space-between;
1557
- padding: 18px;
1558
- }
1559
- }
1560
- data-styled.g202[id='sc-10adoor-1'] {
1561
- content: 'krnTbj,';
1562
- }
1563
- .eMDCHU {
1564
- display: -webkit-box;
1565
- display: -webkit-flex;
1566
- display: -ms-flexbox;
1567
- display: flex;
1568
- }
1569
- @media (max-width: 767px) {
1570
- .eMDCHU {
1571
- -webkit-flex-direction: column;
1572
- -ms-flex-direction: column;
1573
- flex-direction: column;
1574
- -webkit-flex: 1 1 auto;
1575
- -ms-flex: 1 1 auto;
1576
- flex: 1 1 auto;
1577
- }
1578
- }
1579
- data-styled.g203[id='sc-1k54gzf-0'] {
1580
- content: 'eMDCHU,';
1581
- }
1582
- .eMLZmd {
1583
- line-height: 18px;
1584
- font-size: 14px;
1585
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
1586
- -webkit-font-smoothing: antialiased;
1587
- font-stretch: 400;
1588
- font-weight: 700;
1589
- padding-right: 6px;
1590
- }
1591
- data-styled.g204[id='sc-1k54gzf-1'] {
1592
- content: 'eMLZmd,';
1593
- }
1594
- .eMUvQm {
1595
- line-height: 18px;
1596
- font-size: 14px;
1597
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
1598
- -webkit-font-smoothing: antialiased;
1599
- font-stretch: 400;
1600
- font-weight: 400;
1601
- }
1602
- data-styled.g205[id='sc-1k54gzf-2'] {
1603
- content: 'eMUvQm,';
1604
- }
1605
- .hNKpxq {
1606
- -webkit-flex: 0 0 auto;
1607
- -ms-flex: 0 0 auto;
1608
- flex: 0 0 auto;
1609
- padding-right: 6px;
1610
- }
1611
- @media (max-width: 767px) {
1612
- .hNKpxq {
1613
- padding-right: 12px;
1614
- }
1615
- }
1616
- data-styled.g206[id='lvm3f1-0'] {
1617
- content: 'hNKpxq,';
1618
- }
1619
- .eehzvd {
1620
- -webkit-flex: 0 0 auto;
1621
- -ms-flex: 0 0 auto;
1622
- flex: 0 0 auto;
1623
- padding-left: 6px;
1624
- }
1625
- @media (max-width: 767px) {
1626
- .eehzvd {
1627
- padding-left: 12px;
1628
- }
1629
- }
1630
- data-styled.g207[id='sc-8vy6zj-0'] {
1631
- content: 'eehzvd,';
1632
- }
1633
- .bmnWka {
1634
- position: relative;
1635
- z-index: 400;
1636
- border-bottom: 1px solid rgba(224, 224, 224, 1);
1637
- }
1638
- data-styled.g208[id='sc-1sjqft3-0'] {
1639
- content: 'bmnWka,';
1640
- }
1641
- .ckHxed {
1642
- display: -webkit-box;
1643
- display: -webkit-flex;
1644
- display: -ms-flexbox;
1645
- display: flex;
1646
- -webkit-flex-wrap: nowrap;
1647
- -ms-flex-wrap: nowrap;
1648
- flex-wrap: nowrap;
1649
- height: 64px;
1650
- -webkit-box-pack: justify;
1651
- -webkit-justify-content: space-between;
1652
- -ms-flex-pack: justify;
1653
- justify-content: space-between;
1654
- }
1655
- data-styled.g209[id='sc-1sjqft3-1'] {
1656
- content: 'ckHxed,';
1657
- }
1658
- .ckPTIm {
1659
- display: -webkit-box;
1660
- display: -webkit-flex;
1661
- display: -ms-flexbox;
1662
- display: flex;
1663
- width: 100%;
1664
- }
1665
- data-styled.g210[id='sc-1sjqft3-2'] {
1666
- content: 'ckPTIm,';
1667
- }
1668
- .ckYqmv {
1669
- display: -webkit-box;
1670
- display: -webkit-flex;
1671
- display: -ms-flexbox;
1672
- display: flex;
1673
- }
1674
- data-styled.g211[id='sc-1sjqft3-3'] {
1675
- content: 'ckYqmv,';
1676
- }
1677
- .gGBWmo {
1678
- -webkit-flex: 1 1 auto;
1679
- -ms-flex: 1 1 auto;
1680
- flex: 1 1 auto;
1681
- display: -webkit-box;
1682
- display: -webkit-flex;
1683
- display: -ms-flexbox;
1684
- display: flex;
1685
- -webkit-flex-direction: row;
1686
- -ms-flex-direction: row;
1687
- flex-direction: row;
1688
- -webkit-box-pack: end;
1689
- -webkit-justify-content: flex-end;
1690
- -ms-flex-pack: end;
1691
- justify-content: flex-end;
1692
- }
1693
- @media (max-width: 991px) {
1694
- .gGBWmo {
1695
- padding-top: 32px;
1696
- -webkit-box-pack: justify;
1697
- -webkit-justify-content: space-between;
1698
- -ms-flex-pack: justify;
1699
- justify-content: space-between;
1700
- }
1701
- }
1702
- @media (max-width: 575px) {
1703
- .gGBWmo {
1704
- -webkit-flex-direction: column;
1705
- -ms-flex-direction: column;
1706
- flex-direction: column;
1707
- }
1708
- }
1709
- data-styled.g285[id='wji7uu-0'] {
1710
- content: 'gGBWmo,';
1711
- }
1712
- .gGKsQx {
1713
- margin: -12px 0;
1714
- padding: 0;
1715
- display: -webkit-box;
1716
- display: -webkit-flex;
1717
- display: -ms-flexbox;
1718
- display: flex;
1719
- -webkit-flex-direction: column;
1720
- -ms-flex-direction: column;
1721
- flex-direction: column;
1722
- -webkit-box-flex: 1;
1723
- -webkit-flex-grow: 1;
1724
- -ms-flex-positive: 1;
1725
- flex-grow: 1;
1726
- -webkit-flex-shrink: 1;
1727
- -ms-flex-negative: 1;
1728
- flex-shrink: 1;
1729
- -webkit-flex-basis: 0;
1730
- -ms-flex-preferred-size: 0;
1731
- flex-basis: 0;
1732
- }
1733
- @media (min-width: 992px) {
1734
- .gGKsQx {
1735
- -webkit-flex: initial;
1736
- -ms-flex: initial;
1737
- flex: initial;
1738
- width: 160px;
1739
- }
1740
- .gGKsQx:not(:first-child) {
1741
- margin-left: 80px;
1742
- }
1743
- }
1744
- @media (min-width: 576px) and (max-width: 991px) {
1745
- .gGKsQx {
1746
- padding: 0 20px;
1747
- }
1748
- .gGKsQx:first-child {
1749
- padding-left: 0;
1750
- }
1751
- .gGKsQx:last-child {
1752
- padding-right: 0;
1753
- }
1754
- }
1755
- @media (max-width: 575px) {
1756
- .gGKsQx {
1757
- -webkit-flex-basis: auto;
1758
- -ms-flex-preferred-size: auto;
1759
- flex-basis: auto;
1760
- }
1761
- .gGKsQx:not(:first-child) {
1762
- margin-top: 28px;
1763
- }
1764
- }
1765
- data-styled.g286[id='wji7uu-1'] {
1766
- content: 'gGKsQx,';
1767
- }
1768
- .gGSPuG {
1769
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
1770
- -webkit-font-smoothing: antialiased;
1771
- font-stretch: 400;
1772
- font-weight: 700;
1773
- font-size: 16px;
1774
- line-height: 24px;
1775
- color: rgba(26, 26, 26, 1);
1776
- padding: 12px 0;
1777
- -webkit-user-select: none;
1778
- -moz-user-select: none;
1779
- -ms-user-select: none;
1780
- user-select: none;
1781
- }
1782
- data-styled.g287[id='wji7uu-2'] {
1783
- content: 'gGSPuG,';
1784
- }
1785
- .gHblYP {
1786
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
1787
- -webkit-font-smoothing: antialiased;
1788
- font-stretch: 400;
1789
- font-weight: 400;
1790
- font-size: 16px;
1791
- line-height: 24px;
1792
- color: rgba(26, 26, 26, 1);
1793
- padding: 12px 0;
1794
- -webkit-flex: 0 0 auto;
1795
- -ms-flex: 0 0 auto;
1796
- flex: 0 0 auto;
1797
- width: 100%;
1798
- }
1799
- .gHblYP:hover {
1800
- color: rgba(117, 117, 117, 1);
1801
- }
1802
- data-styled.g288[id='wji7uu-3'] {
1803
- content: 'gHblYP,';
1804
- }
1805
- .gpvEdY {
1806
- padding: 32px 0;
1807
- display: -webkit-box;
1808
- display: -webkit-flex;
1809
- display: -ms-flexbox;
1810
- display: flex;
1811
- -webkit-flex-direction: row;
1812
- -ms-flex-direction: row;
1813
- flex-direction: row;
1814
- }
1815
- @media (max-width: 991px) {
1816
- .gpvEdY {
1817
- -webkit-flex-direction: column;
1818
- -ms-flex-direction: column;
1819
- flex-direction: column;
1820
- }
1821
- }
1822
- data-styled.g289[id='g4nc6y-0'] {
1823
- content: 'gpvEdY,';
1824
- }
1825
- .gpEaIh {
1826
- -webkit-flex: 1 1 auto;
1827
- -ms-flex: 1 1 auto;
1828
- flex: 1 1 auto;
1829
- display: -webkit-box;
1830
- display: -webkit-flex;
1831
- display: -ms-flexbox;
1832
- display: flex;
1833
- -webkit-flex-direction: column;
1834
- -ms-flex-direction: column;
1835
- flex-direction: column;
1836
- -webkit-align-items: flex-start;
1837
- -webkit-box-align: flex-start;
1838
- -ms-flex-align: flex-start;
1839
- align-items: flex-start;
1840
- }
1841
- data-styled.g290[id='g4nc6y-1'] {
1842
- content: 'gpEaIh,';
1843
- }
1844
- .gpMxmq {
1845
- height: 40px;
1846
- }
1847
- data-styled.g291[id='g4nc6y-2'] {
1848
- content: 'gpMxmq,';
1849
- }
1850
- .gpUTQz {
1851
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
1852
- -webkit-font-smoothing: antialiased;
1853
- font-stretch: 400;
1854
- font-weight: 400;
1855
- font-size: 18px;
1856
- line-height: 28px;
1857
- color: rgba(26, 26, 26, 1);
1858
- padding-top: 24px;
1859
- }
1860
- data-styled.g292[id='g4nc6y-3'] {
1861
- content: 'gpUTQz,';
1862
- }
1863
- .gqdquI {
1864
- display: -webkit-box;
1865
- display: -webkit-flex;
1866
- display: -ms-flexbox;
1867
- display: flex;
1868
- }
1869
- data-styled.g293[id='g4nc6y-4'] {
1870
- content: 'gqdquI,';
1871
- }
1872
- .gqlMYR {
1873
- padding-left: 6px;
1874
- }
1875
- data-styled.g294[id='g4nc6y-5'] {
1876
- content: 'gqlMYR,';
1877
- }
1878
- .jwCnFi {
1879
- list-style: none;
1880
- padding: 0 12px;
1881
- }
1882
- .jwCnFi:first-child {
1883
- padding-left: 0;
1884
- }
1885
- .jwCnFi:last-child {
1886
- padding-right: 0;
1887
- }
1888
- @media (max-width: 767px) {
1889
- .jwCnFi {
1890
- padding-bottom: 16px;
1891
- }
1892
- }
1893
- data-styled.g295[id='sc-1gpgyss-0'] {
1894
- content: 'jwCnFi,';
1895
- }
1896
- .cVpsCJ {
1897
- line-height: 30px;
1898
- font-size: 18px;
1899
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
1900
- -webkit-font-smoothing: antialiased;
1901
- font-stretch: 400;
1902
- font-weight: 400;
1903
- cursor: pointer;
1904
- -webkit-align-items: center;
1905
- -webkit-box-align: center;
1906
- -ms-flex-align: center;
1907
- align-items: center;
1908
- color: rgba(33, 33, 33, 1);
1909
- -webkit-transition: color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
1910
- transition: color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
1911
- }
1912
- @media (min-width: 768px) {
1913
- .cVpsCJ {
1914
- line-height: 18px;
1915
- font-size: 15px;
1916
- }
1917
- }
1918
- .cVpsCJ:hover {
1919
- color: rgba(0, 119, 181, 1);
1920
- }
1921
- .cMLuEn {
1922
- line-height: 30px;
1923
- font-size: 18px;
1924
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
1925
- -webkit-font-smoothing: antialiased;
1926
- font-stretch: 400;
1927
- font-weight: 400;
1928
- cursor: pointer;
1929
- -webkit-align-items: center;
1930
- -webkit-box-align: center;
1931
- -ms-flex-align: center;
1932
- align-items: center;
1933
- color: rgba(33, 33, 33, 1);
1934
- -webkit-transition: color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
1935
- transition: color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
1936
- }
1937
- @media (min-width: 768px) {
1938
- .cMLuEn {
1939
- line-height: 18px;
1940
- font-size: 15px;
1941
- }
1942
- }
1943
- .cMLuEn:hover {
1944
- color: rgba(59, 89, 152, 1);
1945
- }
1946
- .izevWD {
1947
- line-height: 30px;
1948
- font-size: 18px;
1949
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
1950
- -webkit-font-smoothing: antialiased;
1951
- font-stretch: 400;
1952
- font-weight: 400;
1953
- cursor: pointer;
1954
- -webkit-align-items: center;
1955
- -webkit-box-align: center;
1956
- -ms-flex-align: center;
1957
- align-items: center;
1958
- color: rgba(33, 33, 33, 1);
1959
- -webkit-transition: color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
1960
- transition: color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
1961
- }
1962
- @media (min-width: 768px) {
1963
- .izevWD {
1964
- line-height: 18px;
1965
- font-size: 15px;
1966
- }
1967
- }
1968
- .izevWD:hover {
1969
- color: rgba(195, 42, 163, 1);
1970
- }
1971
- .krVgxS {
1972
- line-height: 30px;
1973
- font-size: 18px;
1974
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
1975
- -webkit-font-smoothing: antialiased;
1976
- font-stretch: 400;
1977
- font-weight: 400;
1978
- cursor: pointer;
1979
- -webkit-align-items: center;
1980
- -webkit-box-align: center;
1981
- -ms-flex-align: center;
1982
- align-items: center;
1983
- color: rgba(33, 33, 33, 1);
1984
- -webkit-transition: color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
1985
- transition: color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
1986
- }
1987
- @media (min-width: 768px) {
1988
- .krVgxS {
1989
- line-height: 18px;
1990
- font-size: 15px;
1991
- }
1992
- }
1993
- .krVgxS:hover {
1994
- color: rgba(217, 37, 42, 1);
1995
- }
1996
- .keyVmj {
1997
- line-height: 30px;
1998
- font-size: 18px;
1999
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
2000
- -webkit-font-smoothing: antialiased;
2001
- font-stretch: 400;
2002
- font-weight: 400;
2003
- cursor: pointer;
2004
- -webkit-align-items: center;
2005
- -webkit-box-align: center;
2006
- -ms-flex-align: center;
2007
- align-items: center;
2008
- color: rgba(33, 33, 33, 1);
2009
- -webkit-transition: color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
2010
- transition: color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
2011
- }
2012
- @media (min-width: 768px) {
2013
- .keyVmj {
2014
- line-height: 18px;
2015
- font-size: 15px;
2016
- }
2017
- }
2018
- .keyVmj:hover {
2019
- color: rgba(29, 161, 242, 1);
2020
- }
2021
- data-styled.g296[id='sc-1gpgyss-1'] {
2022
- content: 'cVpsCJ,cMLuEn,izevWD,krVgxS,keyVmj,';
2023
- }
2024
- .ghIpqL {
2025
- display: -webkit-box;
2026
- display: -webkit-flex;
2027
- display: -ms-flexbox;
2028
- display: flex;
2029
- -webkit-box-pack: justify;
2030
- -webkit-justify-content: space-between;
2031
- -ms-flex-pack: justify;
2032
- justify-content: space-between;
2033
- -webkit-align-items: center;
2034
- -webkit-box-align: center;
2035
- -ms-flex-align: center;
2036
- align-items: center;
2037
- -webkit-flex-direction: row;
2038
- -ms-flex-direction: row;
2039
- flex-direction: row;
2040
- padding: 24px 0;
2041
- }
2042
- @media (max-width: 767px) {
2043
- .ghIpqL {
2044
- -webkit-align-items: flex-start;
2045
- -webkit-box-align: flex-start;
2046
- -ms-flex-align: flex-start;
2047
- align-items: flex-start;
2048
- -webkit-flex-direction: column;
2049
- -ms-flex-direction: column;
2050
- flex-direction: column;
2051
- padding: 32px 0;
2052
- }
2053
- }
2054
- data-styled.g297[id='sc-1vdvga6-0'] {
2055
- content: 'ghIpqL,';
2056
- }
2057
- .ghQLUU {
2058
- display: -webkit-box;
2059
- display: -webkit-flex;
2060
- display: -ms-flexbox;
2061
- display: flex;
2062
- -webkit-flex-direction: row;
2063
- -ms-flex-direction: row;
2064
- flex-direction: row;
2065
- padding: 0;
2066
- margin: 0;
2067
- }
2068
- data-styled.g298[id='sc-1vdvga6-1'] {
2069
- content: 'ghQLUU,';
2070
- }
2071
- .ghZizd {
2072
- display: -webkit-box;
2073
- display: -webkit-flex;
2074
- display: -ms-flexbox;
2075
- display: flex;
2076
- -webkit-flex-wrap: wrap;
2077
- -ms-flex-wrap: wrap;
2078
- flex-wrap: wrap;
2079
- margin: 0 -8px;
2080
- }
2081
- data-styled.g299[id='sc-1vdvga6-2'] {
2082
- content: 'ghZizd,';
2083
- }
2084
- .gihFdm {
2085
- padding: 0 8px;
2086
- }
2087
- @media (max-width: 767px) {
2088
- .gihFdm {
2089
- margin-top: 16px;
2090
- }
2091
- }
2092
- data-styled.g300[id='sc-1vdvga6-3'] {
2093
- content: 'gihFdm,';
2094
- }
2095
- .cPhikk {
2096
- position: relative;
2097
- padding: 0 6px;
2098
- }
2099
- @media (max-width: 767px) {
2100
- .cPhikk {
2101
- width: 100%;
2102
- }
2103
- }
2104
- @media (min-width: 768px) {
2105
- .cPhikk {
2106
- width: 50%;
2107
- }
2108
- }
2109
- data-styled.g301[id='sc-1fadrw7-0'] {
2110
- content: 'cPhikk,';
2111
- }
2112
- .eitabK {
2113
- line-height: 30px;
2114
- font-size: 18px;
2115
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
2116
- -webkit-font-smoothing: antialiased;
2117
- font-stretch: 400;
2118
- font-weight: 400;
2119
- display: -webkit-box;
2120
- display: -webkit-flex;
2121
- display: -ms-flexbox;
2122
- display: flex;
2123
- -webkit-align-items: center;
2124
- -webkit-box-align: center;
2125
- -ms-flex-align: center;
2126
- align-items: center;
2127
- padding: 0 6px;
2128
- color: rgba(33, 33, 33, 1);
2129
- border-bottom: 1px solid rgba(224, 224, 224, 1);
2130
- }
2131
- @media (min-width: 768px) {
2132
- .eitabK {
2133
- line-height: 18px;
2134
- font-size: 15px;
2135
- }
2136
- }
2137
- .eitabK:hover {
2138
- background-color: rgba(238, 238, 238, 1);
2139
- }
2140
- @media (max-width: 767px) {
2141
- .eitabK {
2142
- height: 72px;
2143
- }
2144
- }
2145
- @media (min-width: 768px) {
2146
- .eitabK {
2147
- height: 42px;
2148
- }
2149
- }
2150
- .eYrAGp {
2151
- line-height: 30px;
2152
- font-size: 18px;
2153
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
2154
- -webkit-font-smoothing: antialiased;
2155
- font-stretch: 400;
2156
- font-weight: 400;
2157
- display: -webkit-box;
2158
- display: -webkit-flex;
2159
- display: -ms-flexbox;
2160
- display: flex;
2161
- -webkit-align-items: center;
2162
- -webkit-box-align: center;
2163
- -ms-flex-align: center;
2164
- align-items: center;
2165
- padding: 0 6px;
2166
- color: rgba(33, 33, 33, 1);
2167
- border-bottom: 1px solid rgba(224, 224, 224, 1);
2168
- line-height: 30px;
2169
- font-size: 18px;
2170
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
2171
- -webkit-font-smoothing: antialiased;
2172
- font-stretch: 400;
2173
- font-weight: 700;
2174
- }
2175
- @media (min-width: 768px) {
2176
- .eYrAGp {
2177
- line-height: 18px;
2178
- font-size: 15px;
2179
- }
2180
- }
2181
- @media (min-width: 768px) {
2182
- .eYrAGp {
2183
- line-height: 18px;
2184
- font-size: 15px;
2185
- }
2186
- }
2187
- .eYrAGp:hover {
2188
- background-color: rgba(238, 238, 238, 1);
2189
- }
2190
- @media (max-width: 767px) {
2191
- .eYrAGp {
2192
- height: 72px;
2193
- }
2194
- }
2195
- @media (min-width: 768px) {
2196
- .eYrAGp {
2197
- height: 42px;
2198
- }
2199
- }
2200
- data-styled.g302[id='sc-1fadrw7-1'] {
2201
- content: 'eitabK,eYrAGp,';
2202
- }
2203
- .cPybsC {
2204
- position: absolute;
2205
- display: -webkit-box;
2206
- display: -webkit-flex;
2207
- display: -ms-flexbox;
2208
- display: flex;
2209
- -webkit-align-items: center;
2210
- -webkit-box-align: center;
2211
- -ms-flex-align: center;
2212
- align-items: center;
2213
- top: 0;
2214
- right: 12px;
2215
- bottom: 0;
2216
- }
2217
- data-styled.g303[id='sc-1fadrw7-2'] {
2218
- content: 'cPybsC,';
2219
- }
2220
- .gGWepF {
2221
- line-height: 30px;
2222
- font-size: 20px;
2223
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
2224
- -webkit-font-smoothing: antialiased;
2225
- font-stretch: 400;
2226
- font-weight: 600;
2227
- color: rgba(33, 33, 33, 1);
2228
- padding: 12px 0;
2229
- text-align: center;
2230
- }
2231
- @media (min-width: 768px) {
2232
- .gGWepF {
2233
- line-height: 30px;
2234
- font-size: 22px;
2235
- }
2236
- }
2237
- data-styled.g304[id='awcnw8-0'] {
2238
- content: 'gGWepF,';
2239
- }
2240
- .gHeATO {
2241
- display: -webkit-box;
2242
- display: -webkit-flex;
2243
- display: -ms-flexbox;
2244
- display: flex;
2245
- -webkit-flex-wrap: wrap;
2246
- -ms-flex-wrap: wrap;
2247
- flex-wrap: wrap;
2248
- -webkit-box-pack: justify;
2249
- -webkit-justify-content: space-between;
2250
- -ms-flex-pack: justify;
2251
- justify-content: space-between;
2252
- padding: 24px;
2253
- margin: 0;
2254
- list-style: none;
2255
- }
2256
- data-styled.g305[id='awcnw8-1'] {
2257
- content: 'gHeATO,';
2258
- }
2259
- .jsgFNg {
2260
- cursor: pointer;
2261
- -webkit-user-select: none;
2262
- -moz-user-select: none;
2263
- -ms-user-select: none;
2264
- user-select: none;
2265
- margin: 0;
2266
- padding: 0;
2267
- outline: 0;
2268
- border: 0;
2269
- width: auto;
2270
- overflow: visible;
2271
- display: -webkit-box;
2272
- display: -webkit-flex;
2273
- display: -ms-flexbox;
2274
- display: flex;
2275
- -webkit-align-items: center;
2276
- -webkit-box-align: center;
2277
- -ms-flex-align: center;
2278
- align-items: center;
2279
- color: inherit;
2280
- background-color: transparent;
2281
- font-family: inherit;
2282
- line-height: inherit;
2283
- -webkit-transition: background-color 0.1s
2284
- cubic-bezier(0.455, 0.03, 0.515, 0.955);
2285
- transition: background-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
2286
- }
2287
- .jsgFNg::-moz-focus-inner {
2288
- border: 0;
2289
- padding: 0;
2290
- }
2291
- data-styled.g306[id='j86yjt-0'] {
2292
- content: 'jsgFNg,';
2293
- }
2294
- .ffGyct {
2295
- background-color: rgba(244, 244, 244, 1);
2296
- }
2297
- data-styled.g307[id='sc-1fplln8-0'] {
2298
- content: 'ffGyct,';
2299
- }
2300
- .ffOUGC {
2301
- display: -webkit-box;
2302
- display: -webkit-flex;
2303
- display: -ms-flexbox;
2304
- display: flex;
2305
- -webkit-flex-direction: row;
2306
- -ms-flex-direction: row;
2307
- flex-direction: row;
2308
- padding: 24px 0;
2309
- }
2310
- @media (max-width: 991px) {
2311
- .ffOUGC {
2312
- -webkit-flex-direction: column-reverse;
2313
- -ms-flex-direction: column-reverse;
2314
- flex-direction: column-reverse;
2315
- }
2316
- }
2317
- @media (max-width: 575px) {
2318
- .ffOUGC {
2319
- padding: 32px 0;
2320
- }
2321
- }
2322
- data-styled.g308[id='sc-1fplln8-1'] {
2323
- content: 'ffOUGC,';
2324
- }
2325
- .ffXrkL {
2326
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
2327
- -webkit-font-smoothing: antialiased;
2328
- font-stretch: 400;
2329
- font-weight: 400;
2330
- font-size: 16px;
2331
- line-height: 24px;
2332
- color: rgba(26, 26, 26, 1);
2333
- -webkit-flex: 1 1 auto;
2334
- -ms-flex: 1 1 auto;
2335
- flex: 1 1 auto;
2336
- }
2337
- @media (min-width: 576px) and (max-width: 991px) {
2338
- .ffXrkL {
2339
- padding-top: 24px;
2340
- }
2341
- }
2342
- data-styled.g309[id='sc-1fplln8-2'] {
2343
- content: 'ffXrkL,';
2344
- }
2345
- .fgfNOU {
2346
- display: -webkit-box;
2347
- display: -webkit-flex;
2348
- display: -ms-flexbox;
2349
- display: flex;
2350
- -webkit-align-items: flex-start;
2351
- -webkit-box-align: flex-start;
2352
- -ms-flex-align: flex-start;
2353
- align-items: flex-start;
2354
- -webkit-flex-direction: row;
2355
- -ms-flex-direction: row;
2356
- flex-direction: row;
2357
- }
2358
- @media (max-width: 575px) {
2359
- .fgfNOU {
2360
- -webkit-flex-direction: column-reverse;
2361
- -ms-flex-direction: column-reverse;
2362
- flex-direction: column-reverse;
2363
- }
2364
- }
2365
- data-styled.g310[id='sc-1fplln8-3'] {
2366
- content: 'fgfNOU,';
2367
- }
2368
- .fgoktd {
2369
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
2370
- -webkit-font-smoothing: antialiased;
2371
- font-stretch: 400;
2372
- font-weight: 400;
2373
- font-size: 16px;
2374
- line-height: 24px;
2375
- color: rgba(26, 26, 26, 1);
2376
- margin: 0 20px;
2377
- }
2378
- .fgoktd:hover {
2379
- color: rgba(117, 117, 117, 1);
2380
- }
2381
- .fgoktd:first-child {
2382
- margin-left: 0;
2383
- }
2384
- .fgoktd:last-child {
2385
- margin-right: 0;
2386
- }
2387
- @media (max-width: 575px) {
2388
- .fgoktd {
2389
- margin-left: 0;
2390
- margin-right: 0;
2391
- margin-bottom: 32px;
2392
- }
2393
- }
2394
- data-styled.g311[id='sc-1fplln8-4'] {
2395
- content: 'fgoktd,';
2396
- }
2397
- .khdGMm {
2398
- color: rgba(242, 48, 48, 1);
2399
- display: inline-block;
2400
- vertical-align: middle;
2401
- margin: 0 4px;
2402
- }
2403
- @media (prefers-reduced-motion: no-preference) {
2404
- .khdGMm {
2405
- -webkit-animation: dgzxEO 2s infinite;
2406
- animation: dgzxEO 2s infinite;
2407
- }
2408
- }
2409
- data-styled.g312[id='sc-1fplln8-5'] {
2410
- content: 'khdGMm,';
2411
- }
2412
- .jKLUgT {
2413
- height: 1px;
2414
- background-color: rgba(232, 232, 232, 1);
2415
- }
2416
- data-styled.g313[id='sc-1p2sah-0'] {
2417
- content: 'jKLUgT,';
2418
- }
2419
- .jKUqLc {
2420
- width: 100%;
2421
- }
2422
- data-styled.g314[id='sc-1p2sah-1'] {
2423
- content: 'jKUqLc,';
2424
- }
2425
- .dhopRv {
2426
- display: -webkit-box;
2427
- display: -webkit-flex;
2428
- display: -ms-flexbox;
2429
- display: flex;
2430
- -webkit-flex-wrap: wrap;
2431
- -ms-flex-wrap: wrap;
2432
- flex-wrap: wrap;
2433
- list-style: none;
2434
- margin: 0;
2435
- padding: 0 0 90px 0;
2436
- }
2437
- data-styled.g710[id='je654-0'] {
2438
- content: 'dhopRv,';
2439
- }
2440
- .dTTiwf {
2441
- width: 36px;
2442
- height: 36px;
2443
- }
2444
- data-styled.g711[id='sc-1nz7oec-0'] {
2445
- content: 'dTTiwf,';
2446
- }
2447
- .hpzLVg {
2448
- position: relative;
2449
- color: white;
2450
- margin: 0;
2451
- border: 1px solid white;
2452
- }
2453
- @media (min-width: 0px) and (max-width: 767px) {
2454
- .hpzLVg {
2455
- width: 100%;
2456
- height: 114px;
2457
- }
2458
- }
2459
- @media (min-width: 768px) and (max-width: 991px) {
2460
- .hpzLVg {
2461
- width: 25%;
2462
- height: 180px;
2463
- }
2464
- }
2465
- @media (min-width: 992px) {
2466
- .hpzLVg {
2467
- width: 20%;
2468
- height: 180px;
2469
- }
2470
- }
2471
- data-styled.g712[id='sc-1jhrmy1-0'] {
2472
- content: 'hpzLVg,';
2473
- }
2474
- .hpIizp {
2475
- line-height: 24px;
2476
- font-size: 16px;
2477
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
2478
- -webkit-font-smoothing: antialiased;
2479
- font-stretch: 400;
2480
- font-weight: 700;
2481
- text-overflow: ellipsis;
2482
- white-space: nowrap;
2483
- overflow: hidden;
2484
- position: absolute;
2485
- top: 0;
2486
- right: 0;
2487
- bottom: 0;
2488
- left: 0;
2489
- -webkit-transition: box-shadow 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
2490
- transition: box-shadow 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
2491
- }
2492
- .hpIizp:hover {
2493
- box-shadow: 0px 0px 24px rgba(26, 26, 26, 0.2);
2494
- z-index: 1;
2495
- }
2496
- @media (max-width: 767px) {
2497
- .hpIizp {
2498
- padding: 12px 12px 12px 60px;
2499
- }
2500
- }
2501
- @media (min-width: 768px) {
2502
- .hpIizp {
2503
- padding: 60px 12px 12px 12px;
2504
- }
2505
- }
2506
- data-styled.g713[id='sc-1jhrmy1-1'] {
2507
- content: 'hpIizp,';
2508
- }
2509
- .hpQFdy {
2510
- position: absolute;
2511
- padding: 12px;
2512
- }
2513
- data-styled.g714[id='sc-1jhrmy1-2'] {
2514
- content: 'hpQFdy,';
2515
- }
2516
- .hpZbHH {
2517
- line-height: 18px;
2518
- font-size: 14px;
2519
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
2520
- -webkit-font-smoothing: antialiased;
2521
- font-stretch: 400;
2522
- font-weight: 400;
2523
- position: absolute;
2524
- padding: 12px;
2525
- }
2526
- @media (max-width: 767px) {
2527
- .hpZbHH {
2528
- right: 0;
2529
- bottom: 0;
2530
- left: 48px;
2531
- top: 36px;
2532
- }
2533
- }
2534
- @media (min-width: 768px) {
2535
- .hpZbHH {
2536
- left: 0;
2537
- right: 0;
2538
- bottom: 0;
2539
- top: 84px;
2540
- }
2541
- }
2542
- data-styled.g715[id='sc-1jhrmy1-3'] {
2543
- content: 'hpZbHH,';
2544
- }
2545
- .hqhylQ {
2546
- position: absolute;
2547
- top: 12px;
2548
- right: 12px;
2549
- }
2550
- data-styled.g716[id='sc-1jhrmy1-4'] {
2551
- content: 'hqhylQ,';
2552
- }
2553
- .fMjvGP {
2554
- padding: 24px 0;
2555
- }
2556
- data-styled.g717[id='sc-8oiqhz-0'] {
2557
- content: 'fMjvGP,';
2558
- }
2559
- .fMrSkY {
2560
- line-height: 30px;
2561
- font-size: 22px;
2562
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
2563
- -webkit-font-smoothing: antialiased;
2564
- font-stretch: 400;
2565
- font-weight: 600;
2566
- color: rgba(33, 33, 33, 1);
2567
- text-align: center;
2568
- margin: 0;
2569
- }
2570
- @media (min-width: 768px) {
2571
- .fMrSkY {
2572
- line-height: 36px;
2573
- font-size: 30px;
2574
- }
2575
- }
2576
- data-styled.g718[id='sc-8oiqhz-1'] {
2577
- content: 'fMrSkY,';
2578
- }
2579
- .fMAoPh {
2580
- line-height: 30px;
2581
- font-size: 20px;
2582
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
2583
- -webkit-font-smoothing: antialiased;
2584
- font-stretch: 400;
2585
- font-weight: 300;
2586
- color: rgba(33, 33, 33, 1);
2587
- text-align: center;
2588
- margin: 0;
2589
- }
2590
- @media (min-width: 768px) {
2591
- .fMAoPh {
2592
- line-height: 30px;
2593
- font-size: 22px;
2594
- }
2595
- }
2596
- data-styled.g719[id='sc-8oiqhz-2'] {
2597
- content: 'fMAoPh,';
2598
- }
2599
- .eHZkTG {
2600
- padding: 12px 0 0 0;
2601
- width: 100%;
2602
- }
2603
- data-styled.g726[id='i92094-0'] {
2604
- content: 'eHZkTG,';
2605
- }
2606
- .jEgdbF {
2607
- width: 100%;
2608
- }
2609
- data-styled.g854[id='sc-194jngp-0'] {
2610
- content: 'jEgdbF,';
2611
- }
2612
- @-webkit-keyframes dgzxEO {
2613
- 1% {
2614
- -webkit-transform: scale(1.25);
2615
- -ms-transform: scale(1.25);
2616
- transform: scale(1.25);
2617
- }
2618
- 10% {
2619
- -webkit-transform: scale(1);
2620
- -ms-transform: scale(1);
2621
- transform: scale(1);
2622
- }
2623
- 15% {
2624
- -webkit-transform: scale(1.25);
2625
- -ms-transform: scale(1.25);
2626
- transform: scale(1.25);
2627
- }
2628
- 18% {
2629
- -webkit-transform: scale(1);
2630
- -ms-transform: scale(1);
2631
- transform: scale(1);
2632
- }
2633
- }
2634
- @keyframes dgzxEO {
2635
- 1% {
2636
- -webkit-transform: scale(1.25);
2637
- -ms-transform: scale(1.25);
2638
- transform: scale(1.25);
2639
- }
2640
- 10% {
2641
- -webkit-transform: scale(1);
2642
- -ms-transform: scale(1);
2643
- transform: scale(1);
2644
- }
2645
- 15% {
2646
- -webkit-transform: scale(1.25);
2647
- -ms-transform: scale(1.25);
2648
- transform: scale(1.25);
2649
- }
2650
- 18% {
2651
- -webkit-transform: scale(1);
2652
- -ms-transform: scale(1);
2653
- transform: scale(1);
2654
- }
2655
- }
2656
- data-styled.g2329[id='sc-keyframes-dgzxEO'] {
2657
- content: 'dgzxEO,';
2658
- }
2659
- html {
2660
- line-height: 1.15;
2661
- -webkit-text-size-adjust: 100%;
2662
- }
2663
-
2664
- * {
2665
- box-sizing: border-box;
2666
- }
2667
- body {
2668
- background-image: url('img/hero-bg.png');
2669
- font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont,
2670
- sans-serif;
2671
- }
2672
-
2673
- .header {
2674
- min-height: 80px;
2675
- }
2676
- .heading {
2677
- text-align: center;
2678
- margin-top: 90px;
2679
- }
2680
- .heading-h1 {
2681
- font-size: 60px;
2682
- font-weight: 800;
2683
- line-height: 1.33;
2684
- color: #11304e;
2685
- margin: 70px 0 12px;
2686
- }
2687
- .heading-h2 {
2688
- font-size: 20px;
2689
- font-weight: 500;
2690
- opacity: 70%;
2691
- color: #11304e;
2692
- }
2693
- .img-uploader {
2694
- margin-top: 45px;
2695
- }
2696
- .uploader {
2697
- background-color: #974fff;
2698
- border-radius: 25px;
2699
- position: relative;
2700
- min-height: 1px;
2701
- padding-right: 15px;
2702
- padding-left: 15px;
2703
- margin: auto;
2704
- width: 65%;
2705
- padding: 10px;
2706
- height: 300px;
2707
- }
2708
- .inner-box {
2709
- background-color: #11304e2e;
2710
- border-radius: 25px;
2711
- width: 100%;
2712
- height: 280px;
2713
- overflow: auto;
2714
- text-align: justify;
2715
- }
2716
- .dropzone {
2717
- text-align: center;
2718
- color: white;
2719
- }
2720
- .drop-span {
2721
- color: white;
2722
- }
2723
- .button {
2724
- display: inline-block;
2725
- background: rgb(255, 255, 255);
2726
- border-radius: 10px;
2727
- padding: 13px 22px;
2728
- font-size: 16px;
2729
- font-weight: bold;
2730
- line-height: 1.19;
2731
- letter-spacing: 0.32px;
2732
- cursor: pointer;
2733
- border: unset;
2734
- color: #974fff !important;
2735
- /* margin-left: 137px; */
2736
- }
2737
- .download-reset-button {
2738
- display: flex;
2739
- float: right;
2740
- align-items: center;
2741
- position: sticky;
2742
- right: 0;
2743
- bottom: 0;
2744
- }
2745
- .extract-container {
2746
- width: 90%;
2747
- margin: auto;
2748
- padding-top: 40px;
2749
- margin-bottom: 30px;
2750
- display: none;
2751
- }
2752
- .download-all {
2753
- background: rgb(255, 255, 255);
2754
- border-radius: 10px;
2755
- padding: 7px 22px;
2756
- font-size: 16px;
2757
- font-weight: bold;
2758
- line-height: 1.19;
2759
- letter-spacing: 0.32px;
2760
- cursor: pointer;
2761
- border: unset;
2762
- color: #974fff !important;
2763
- float: left;
2764
- }
2765
-
2766
- .restart-button {
2767
- background: rgb(255, 255, 255);
2768
- border-radius: 10px;
2769
- padding: 7px 7px;
2770
- font-size: 16px;
2771
- line-height: 1.19;
2772
- letter-spacing: 0;
2773
- cursor: pointer;
2774
- border: unset;
2775
- color: #974fff !important;
2776
- margin-top: 18px;
2777
- }
2778
-
2779
- .file-upload {
2780
- display: none;
2781
- }
2782
- .textual-content {
2783
- margin-top: 90px;
2784
- }
2785
- .textual-content-box {
2786
- margin-top: 90px;
2787
- background-color: rgba(17, 48, 78, 0.18);
2788
- display: flex;
2789
- flex-direction: row;
2790
- }
2791
- .supported {
2792
- margin-top: 90px;
2793
- }
2794
-
2795
- .row {
2796
- /* flex: 1 1 0px; */
2797
- /* position: relative; */
2798
- min-height: 1px;
2799
- padding-right: 15px;
2800
- padding-left: 15px;
2801
- height: auto;
2802
- text-align: center;
2803
- margin-bottom: 30px;
2804
- }
2805
- i {
2806
- display: block;
2807
- margin-bottom: 18px;
2808
- }
2809
- .span {
2810
- display: block;
2811
- font-size: 20px;
2812
- font-weight: bold;
2813
- line-height: 1.21;
2814
- margin-bottom: 15px;
2815
- color: rgb(17, 48, 78);
2816
- }
2817
- p {
2818
- font-size: 15px;
2819
- line-height: 1.41;
2820
- color: rgb(17, 48, 78);
2821
- }
2822
- .how-to {
2823
- margin-right: -15px;
2824
- margin-left: -15px;
2825
- }
2826
- .how-to-text {
2827
- position: relative;
2828
- min-height: 1px;
2829
- padding-right: 15px;
2830
- padding-left: 15px;
2831
- margin: auto;
2832
- width: 74%;
2833
- padding: 10px;
2834
- }
2835
- .how-to-h2 {
2836
- font-size: 40px;
2837
- font-weight: 800;
2838
- line-height: 1.16;
2839
- text-align: left;
2840
- color: rgb(17, 48, 78);
2841
- /* margin: 0px 0px 40px; */
2842
- width: 100%;
2843
- margin-top: 70px;
2844
- }
2845
- .steps {
2846
- padding-left: 29px;
2847
- }
2848
- ul li span {
2849
- display: inline-block;
2850
- width: 20px;
2851
- margin-right: 20px;
2852
- position: absolute;
2853
- top: 0px;
2854
- left: 0px;
2855
- }
2856
- img {
2857
- outline: none;
2858
- border: none;
2859
- max-width: 100%;
2860
- height: auto;
2861
- }
2862
- .rating-div {
2863
- background-color: red;
2864
- }
2865
- .rating-container {
2866
- padding-right: 15px;
2867
- padding-left: 15px;
2868
- margin-right: auto;
2869
- margin-left: auto;
2870
- }
2871
- .rating-row {
2872
- margin-right: -15px;
2873
- margin-left: -15px;
2874
- }
2875
- .faq-container {
2876
- position: relative;
2877
- min-height: 1px;
2878
- padding-right: 15px;
2879
- padding-left: 15px;
2880
- }
2881
- .faq-h2 {
2882
- font-size: 53px;
2883
- font-weight: 800;
2884
- line-height: 1.16;
2885
- text-align: center;
2886
- color: #11304e;
2887
- margin: 100px 0 50px;
2888
- }
2889
- .faq-h3 {
2890
- margin: 0 0 25px;
2891
- font-size: 20px;
2892
- font-weight: 600;
2893
- color: #11304e;
2894
- position: relative;
2895
- padding-right: 30px;
2896
- line-height: 1.4;
2897
- cursor: pointer;
2898
- }
2899
- .faq-list {
2900
- position: relative;
2901
- min-height: 1px;
2902
- padding-right: 15px;
2903
- padding-left: 15px;
2904
- margin: auto;
2905
- width: 50%;
2906
- padding: 10px;
2907
- }
2908
- .sup-h2 {
2909
- font-size: 56px;
2910
- font-weight: 800;
2911
- line-height: 1.21;
2912
- color: rgb(17, 48, 78);
2913
- text-align: center;
2914
- }
2915
- .sup-ul {
2916
- margin: 0px;
2917
- padding: 63px 0px 0px;
2918
- text-align: left;
2919
- }
2920
- .sup-li {
2921
- list-style: none;
2922
- margin: 0px 0px 20px;
2923
- font-size: 15px;
2924
- color: rgb(17, 48, 78);
2925
- width: 25%;
2926
- text-align: left;
2927
- display: inline-block;
2928
- }
2929
- a {
2930
- text-decoration: unset;
2931
- color: unset;
2932
- }
2933
- .sup-i {
2934
- display: inline-block;
2935
- margin-right: 10px;
2936
- width: 19px;
2937
- vertical-align: middle;
2938
- }
2939
- .sup-span {
2940
- display: inline-block;
2941
- width: 20px;
2942
- margin-right: 20px;
2943
- position: unset !important;
2944
- top: 0px;
2945
- left: 0px;
2946
- }
2947
- .clear {
2948
- clear: both;
2949
- }
2950
- .leftbox {
2951
- float: left;
2952
- width: 30%;
2953
- height: 280px;
2954
- margin: 0px 28px;
2955
- text-align: center;
2956
- margin-bottom: 30px;
2957
- }
2958
- .middlebox {
2959
- float: left;
2960
- width: 30%;
2961
- height: 280px;
2962
- text-align: center;
2963
- margin-bottom: 30px;
2964
- }
2965
- .rightbox {
2966
- text-align: center;
2967
- float: right;
2968
- width: 30%;
2969
- height: 280px;
2970
- margin-bottom: 30px;
2971
- }
2972
- .file-list {
2973
- padding: 10px 0 20px;
2974
- }
2975
-
2976
- .single-file {
2977
- color: white;
2978
-
2979
- cursor: pointer;
2980
- }
2981
- .small-text {
2982
- font-size: 16px;
2983
- font-weight: 500;
2984
- }
2985
- .rows {
2986
- padding: 10px;
2987
- margin: auto;
2988
- width: 50%;
2989
- margin-top: 70px;
2990
- display: inline;
2991
- min-height: 1px;
2992
- padding-right: 15px;
2993
- padding-left: 15px;
2994
- }
2995
- .rows-2 {
2996
- margin-top: 50px;
2997
- }
2998
- ul li {
2999
- margin: 0 0 20px;
3000
- padding: 0;
3001
- font-size: 17px;
3002
- font-weight: 500;
3003
- line-height: 1.4;
3004
- text-align: left;
3005
- color: #11304e;
3006
- list-style: none;
3007
- position: relative;
3008
- }
3009
-
3010
- .header {
3011
- overflow: hidden;
3012
- /* background-color: #f1f1f1; */
3013
- padding: 20px 10px;
3014
- }
3015
-
3016
- .header a {
3017
- /* float: left;
3018
- color: black;
3019
- text-align: center;
3020
-
3021
- line-height: 25px;
3022
- border-radius: 4px; */
3023
-
3024
- padding: 0 20px 0 8px;
3025
- text-decoration: none;
3026
- color: #1e283c;
3027
- font-weight: 600;
3028
- font-size: 12px;
3029
- text-transform: uppercase;
3030
- outline: 0;
3031
- }
3032
-
3033
- .header a.logo {
3034
- font-size: 25px;
3035
- font-weight: bold;
3036
- margin: 0px 101px;
3037
- }
3038
-
3039
- .header a:hover {
3040
- background-color: #ddd;
3041
- color: black;
3042
- }
3043
-
3044
- .header a.active {
3045
- background-color: #eee;
3046
- color: black;
3047
- }
3048
-
3049
- .header-right {
3050
- float: right;
3051
- padding-right: 124px;
3052
- }
3053
-
3054
- /* @media screen and (max-width: 500px) {
3055
- .header a {
3056
- float: none;
3057
- display: block;
3058
- text-align: left;
3059
- }
3060
-
3061
- .header-right {
3062
- float: none;
3063
- }
3064
- } */
3065
-
3066
- .how-to-p {
3067
- margin-top: 35px;
3068
- }
3069
- .footer {
3070
- background-image: -webkit-linear-gradient(110deg, #7b10ff 0, #974fff 100%);
3071
- color: white;
3072
- padding: 100px 0px;
3073
- display: block;
3074
- }
3075
-
3076
- .footer .single-footer-widget p {
3077
- color: #fff;
3078
- }
3079
- .footer .single-footer-widget .menu-list li a {
3080
- color: #fff;
3081
- transition: all 0.3s ease 0s;
3082
- }
3083
- .footer .footer-bottom p {
3084
- color: #fff;
3085
- }
1
+ header {
2
+ width: 100%;
3
+ }
4
+ .navbar-toggler {
5
+ outline: none !important;
6
+ }
7
+ .navbar-toggler > .fa_bars {
8
+ position: absolute;
9
+ top: 20px;
10
+ font-size: 22px;
11
+ }
12
+ .nav-header {
13
+ position: sticky;
14
+ top: 0;
15
+ z-index: 10;
16
+ background: #fff;
17
+ box-shadow: 0 10px 20px -7px #e3e3e39c;
18
+ }
19
+ .nav__item {
20
+ margin: 0 !important;
21
+ padding: 0 15px;
22
+ font-size: 15px;
23
+ font-weight: 400;
24
+ line-height: 18px;
25
+ text-align: left;
26
+ list-style: none;
27
+ position: relative;
28
+ }
29
+ .nav__item a:hover {
30
+ color: #000;
31
+ text-decoration: none !important;
32
+ }
33
+ .dropdown-menu {
34
+ position: fixed;
35
+ left: 0;
36
+ top: 72px;
37
+ width: 100%;
38
+ }
39
+ .inner-dropdown {
40
+ display: flex;
41
+ justify-content: left;
42
+ padding: 30px 100px;
43
+ flex-wrap: wrap;
44
+ }
45
+ .catPad {
46
+ padding: 0 85px;
47
+ }
48
+ .catPad li {
49
+ font-size: 14px !important;
50
+ font-weight: 500;
51
+ }
52
+
53
+ .navCatContainer {
54
+ position: absolute;
55
+ z-index: 9;
56
+ padding: 25px;
57
+ height: 300px;
58
+ background: white;
59
+ width: 100%;
60
+ }
61
+ .navCat {
62
+ display: flex;
63
+ width: 100%;
64
+ justify-content: space-between;
65
+ }
66
+ .anchor_color {
67
+ color: rgb(117, 117, 117);
68
+ }
69
+ .nav__item_Cat {
70
+ margin: 0 !important;
71
+ padding: 0 15px;
72
+ font-size: 15px;
73
+ font-weight: 400;
74
+ line-height: 38px;
75
+ text-align: left;
76
+ /* color: #11304e; */
77
+ list-style: none;
78
+ position: relative;
79
+ }
80
+ .navItemlist {
81
+ width: 100%;
82
+ display: flex;
83
+ flex-direction: column;
84
+ padding: 20px 0;
85
+ }
86
+ @media (max-width: 992px) {
87
+ .dropdown-menu {
88
+ overflow-y: scroll;
89
+ height: 500px;
90
+ position: static !important;
91
+ float: none;
92
+ }
93
+ .inner-dropdown {
94
+ flex-direction: column;
95
+ padding: 0px 30px;
96
+ }
97
+ .catPad {
98
+ padding: 20px 0;
99
+ }
100
+ .navbar-nav {
101
+ margin: 0 !important;
102
+ }
103
+
104
+ .nav__item {
105
+ padding: 15px 0;
106
+ }
107
+ }
108
+ @media (max-width: 768px) {
109
+ .faq-list {
110
+ width: 100% !important;
111
+ }
112
+ .feature-h1,
113
+ .feature-h2 {
114
+ font-size: 20px !important;
115
+ }
116
+ }
117
+ .how-to-leftimg {
118
+ height: 180px;
119
+ width: 300px;
120
+ }
121
+ .how-to-right {
122
+ color: rgb(33, 33, 33);
123
+ }
124
+ @media (min-width: 768px) {
125
+ .how-to-title {
126
+ line-height: 30px;
127
+ font-size: 22px;
128
+ }
129
+ }
130
+ .how-to-list {
131
+ list-style: none;
132
+ counter-reset: howToCounter 0;
133
+ margin: 0px;
134
+ padding: 6px 0px;
135
+ }
136
+ .how-to-list-item {
137
+ line-height: 24px;
138
+ font-size: 16px;
139
+ font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
140
+ -webkit-font-smoothing: antialiased;
141
+ font-weight: 400;
142
+ display: flex;
143
+ padding: 6px 0px;
144
+ }
145
+ .how-to-title {
146
+ line-height: 30px;
147
+ font-size: 20px;
148
+ font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
149
+ -webkit-font-smoothing: antialiased;
150
+ font-weight: 600;
151
+ margin: 0px;
152
+ padding-bottom: 12px;
153
+ }
154
+
155
+ .feature-card-img {
156
+ width: 48px;
157
+ height: 48px;
158
+ }
159
+
160
+ .feature-card-title {
161
+ line-height: 24px;
162
+ font-size: 16px;
163
+ font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
164
+ -webkit-font-smoothing: antialiased;
165
+ font-weight: 600;
166
+ color: rgb(33, 33, 33);
167
+ text-align: center;
168
+ margin: 0px;
169
+ padding: 12px 0px;
170
+ }
171
+ .faq-question {
172
+ line-height: 24px;
173
+ font-size: 16px;
174
+ font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
175
+ -webkit-font-smoothing: antialiased;
176
+ font-weight: 600;
177
+ color: rgb(33, 33, 33);
178
+ text-align: left;
179
+ margin: 0px;
180
+ padding: 12px 0px;
181
+ }
182
+ .feature-card-desc {
183
+ line-height: 24px;
184
+ font-size: 16px;
185
+ font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
186
+ -webkit-font-smoothing: antialiased;
187
+ font-weight: 400;
188
+ color: rgb(33, 33, 33);
189
+ text-align: center;
190
+ margin: 0px;
191
+ padding: 0px 24px;
192
+ max-width: 100%;
193
+ }
194
+ .faq-answer {
195
+ line-height: 24px;
196
+ font-size: 16px;
197
+ font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
198
+ -webkit-font-smoothing: antialiased;
199
+ font-weight: 400;
200
+ color: rgb(33, 33, 33);
201
+ text-align: left;
202
+ margin: 0px;
203
+ max-width: 100%;
204
+ }
205
+ body {
206
+ margin: 0;
207
+ }
208
+ main {
209
+ display: block;
210
+ }
211
+ h1 {
212
+ font-size: 2em;
213
+ margin: 0.67em 0;
214
+ }
215
+ hr {
216
+ box-sizing: content-box;
217
+ height: 0;
218
+ overflow: visible;
219
+ }
220
+ pre {
221
+ font-family: monospace, monospace;
222
+ font-size: 1em;
223
+ }
224
+ a {
225
+ background-color: transparent;
226
+ }
227
+ abbr[title] {
228
+ border-bottom: none;
229
+ -webkit-text-decoration: underline;
230
+ text-decoration: underline;
231
+ -webkit-text-decoration: underline dotted;
232
+ text-decoration: underline dotted;
233
+ }
234
+ b,
235
+ strong {
236
+ font-weight: bolder;
237
+ }
238
+ code,
239
+ kbd,
240
+ samp {
241
+ font-family: monospace, monospace;
242
+ font-size: 1em;
243
+ }
244
+ small {
245
+ font-size: 80%;
246
+ }
247
+ sub,
248
+ sup {
249
+ font-size: 75%;
250
+ line-height: 0;
251
+ position: relative;
252
+ vertical-align: baseline;
253
+ }
254
+ sub {
255
+ bottom: -0.25em;
256
+ }
257
+ sup {
258
+ top: -0.5em;
259
+ }
260
+ img {
261
+ border-style: none;
262
+ }
263
+ button,
264
+ input,
265
+ optgroup,
266
+ select,
267
+ textarea {
268
+ font-family: inherit;
269
+ font-size: 100%;
270
+ line-height: 1.15;
271
+ margin: 0;
272
+ }
273
+ button,
274
+ input {
275
+ overflow: visible;
276
+ }
277
+ button,
278
+ select {
279
+ text-transform: none;
280
+ }
281
+ button,
282
+ [type='button'],
283
+ [type='reset'],
284
+ [type='submit'] {
285
+ -webkit-appearance: button;
286
+ }
287
+ button::-moz-focus-inner,
288
+ [type='button']::-moz-focus-inner,
289
+ [type='reset']::-moz-focus-inner,
290
+ [type='submit']::-moz-focus-inner {
291
+ border-style: none;
292
+ padding: 0;
293
+ }
294
+ button:-moz-focusring,
295
+ [type='button']:-moz-focusring,
296
+ [type='reset']:-moz-focusring,
297
+ [type='submit']:-moz-focusring {
298
+ outline: 1px dotted ButtonText;
299
+ }
300
+ fieldset {
301
+ padding: 0.35em 0.75em 0.625em;
302
+ }
303
+ legend {
304
+ box-sizing: border-box;
305
+ color: inherit;
306
+ display: table;
307
+ max-width: 100%;
308
+ padding: 0;
309
+ white-space: normal;
310
+ }
311
+ progress {
312
+ vertical-align: baseline;
313
+ }
314
+ textarea {
315
+ overflow: auto;
316
+ }
317
+ [type='checkbox'],
318
+ [type='radio'] {
319
+ box-sizing: border-box;
320
+ padding: 0;
321
+ }
322
+ [type='number']::-webkit-inner-spin-button,
323
+ [type='number']::-webkit-outer-spin-button {
324
+ height: auto;
325
+ }
326
+ [type='search'] {
327
+ -webkit-appearance: textfield;
328
+ outline-offset: -2px;
329
+ }
330
+ [type='search']::-webkit-search-decoration {
331
+ -webkit-appearance: none;
332
+ }
333
+ ::-webkit-file-upload-button {
334
+ -webkit-appearance: button;
335
+ font: inherit;
336
+ }
337
+ details {
338
+ display: block;
339
+ }
340
+ summary {
341
+ display: list-item;
342
+ }
343
+ template {
344
+ display: none;
345
+ }
346
+ [hidden] {
347
+ display: none;
348
+ }
349
+ body {
350
+ overflow-y: scroll;
351
+ background: white;
352
+ }
353
+ #app {
354
+ display: -webkit-box;
355
+ display: -webkit-flex;
356
+ display: -ms-flexbox;
357
+ display: flex;
358
+ min-height: 100vh;
359
+ }
360
+ * {
361
+ box-sizing: border-box;
362
+ margin-block-start: 0px;
363
+ margin-block-end: 0px;
364
+ margin-inline-start: 0px;
365
+ margin-inline-end: 0px;
366
+ }
367
+ .box-border {
368
+ position: absolute;
369
+ inset: 12px;
370
+ background: rgba(0, 0, 0, 0.1);
371
+ border: 2px dashed rgba(0, 0, 0, 0.15);
372
+ }
373
+ .div-cont {
374
+ display: flex;
375
+ overflow: hidden;
376
+ }
377
+ .content-box {
378
+ display: flex;
379
+ flex: 1 1 auto;
380
+ z-index: 1;
381
+ }
382
+ .flex-container {
383
+ display: flex;
384
+ -webkit-box-pack: center;
385
+ justify-content: center;
386
+ width: 100%;
387
+ }
388
+
389
+ .flex-class {
390
+ -webkit-flex: 1 0 auto;
391
+ -ms-flex: 1 0 auto;
392
+ flex: 1 0 auto;
393
+ width: 100%;
394
+ }
395
+ @media (min-width: 0px) and (max-width: 1199px) {
396
+ .flex-class {
397
+ max-width: none;
398
+ }
399
+ }
400
+ @media (min-width: 1200px) {
401
+ .flex-class {
402
+ max-width: 1200px;
403
+ }
404
+ }
405
+ @media (min-width: 0px) and (max-width: 767px) {
406
+ .flex-class {
407
+ padding: 0 18px;
408
+ }
409
+ }
410
+ @media (min-width: 768px) {
411
+ .flex-class {
412
+ padding: 0 30px;
413
+ }
414
+ }
415
+ .flex-class {
416
+ flex: 1 0 auto;
417
+ width: 100%;
418
+ }
419
+ .feature-h1 {
420
+ line-height: 36px;
421
+ font-size: 30px;
422
+ font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
423
+ -webkit-font-smoothing: antialiased;
424
+ font-weight: 600;
425
+ color: rgb(33, 33, 33);
426
+ text-align: center;
427
+ margin: 0px;
428
+ }
429
+ .feature-h2 {
430
+ font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
431
+ -webkit-font-smoothing: antialiased;
432
+ font-weight: 300;
433
+ color: rgb(33, 33, 33);
434
+ text-align: center;
435
+ margin: 0px;
436
+ }
437
+ @media (min-width: 768px) {
438
+ .feature-h2 {
439
+ line-height: 30px;
440
+ font-size: 22px;
441
+ }
442
+ }
443
+ .logo-height {
444
+ height: 42px;
445
+ }
446
+ @media (max-width: 767px) {
447
+ .logo-height {
448
+ height: 36px;
449
+ }
450
+ }
451
+ .footer-nav-item {
452
+ margin: -12px 0;
453
+ padding: 0;
454
+ display: -webkit-box;
455
+ display: -webkit-flex;
456
+ display: -ms-flexbox;
457
+ display: flex;
458
+ -webkit-flex-direction: column;
459
+ -ms-flex-direction: column;
460
+ flex-direction: column;
461
+ -webkit-box-flex: 1;
462
+ -webkit-flex-grow: 1;
463
+ -ms-flex-positive: 1;
464
+ flex-grow: 1;
465
+ -webkit-flex-shrink: 1;
466
+ -ms-flex-negative: 1;
467
+ flex-shrink: 1;
468
+ -webkit-flex-basis: 0;
469
+ -ms-flex-preferred-size: 0;
470
+ flex-basis: 0;
471
+ }
472
+ @media (min-width: 992px) {
473
+ .footer-nav-item {
474
+ -webkit-flex: initial;
475
+ -ms-flex: initial;
476
+ flex: initial;
477
+ width: 160px;
478
+ }
479
+ }
480
+ @media (min-width: 576px) and (max-width: 991px) {
481
+ .footer-nav-item {
482
+ padding: 0 20px;
483
+ }
484
+ .footer-nav-item:first-child {
485
+ padding-left: 0;
486
+ }
487
+ .footer-nav-item:last-child {
488
+ padding-right: 0;
489
+ }
490
+ }
491
+ @media (max-width: 575px) {
492
+ .footer-nav-item {
493
+ -webkit-flex-basis: auto;
494
+ -ms-flex-preferred-size: auto;
495
+ flex-basis: auto;
496
+ }
497
+ .footer-nav-item:not(:first-child) {
498
+ margin-top: 28px;
499
+ }
500
+ }
501
+ .home-feature-desc {
502
+ line-height: 18px;
503
+ font-size: 14px;
504
+ font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
505
+ -webkit-font-smoothing: antialiased;
506
+ font-stretch: 400;
507
+ font-weight: 400;
508
+ position: absolute;
509
+ padding: 12px;
510
+ }
511
+ @media (max-width: 767px) {
512
+ .home-feature-desc {
513
+ right: 0;
514
+ bottom: 0;
515
+ left: 48px;
516
+ top: 36px;
517
+ }
518
+ }
519
+ @media (min-width: 768px) {
520
+ .home-feature-desc {
521
+ left: 0;
522
+ right: 0;
523
+ bottom: 0;
524
+ top: 84px;
525
+ }
526
+ }
527
+ .home-top-h1 {
528
+ line-height: 30px;
529
+ font-size: 22px;
530
+ font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
531
+ -webkit-font-smoothing: antialiased;
532
+ font-stretch: 400;
533
+ font-weight: 600;
534
+ color: rgba(33, 33, 33, 1);
535
+ text-align: center;
536
+ margin: 0;
537
+ }
538
+ @media (min-width: 768px) {
539
+ .home-top-h1 {
540
+ line-height: 36px;
541
+ font-size: 30px;
542
+ }
543
+ }
544
+ .home-top-h2 {
545
+ line-height: 30px;
546
+ font-size: 20px;
547
+ font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
548
+ -webkit-font-smoothing: antialiased;
549
+ font-stretch: 400;
550
+ font-weight: 300;
551
+ color: rgba(33, 33, 33, 1);
552
+ text-align: center;
553
+ margin: 0;
554
+ }
555
+ @media (min-width: 768px) {
556
+ .home-top-h2 {
557
+ line-height: 30px;
558
+ font-size: 22px;
559
+ }
560
+ }
561
+ html {
562
+ line-height: 1.15;
563
+ -webkit-text-size-adjust: 100%;
564
+ }
565
+
566
+ * {
567
+ box-sizing: border-box;
568
+ }
569
+ body {
570
+ font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont,
571
+ sans-serif;
572
+ }
573
+ .header {
574
+ min-height: 80px;
575
+ }
576
+ .heading {
577
+ text-align: center;
578
+ margin-top: 90px;
579
+ }
580
+ .heading-h1 {
581
+ font-size: 60px;
582
+ font-weight: 800;
583
+ line-height: 1.33;
584
+ color: #11304e;
585
+ margin: 70px 0 12px;
586
+ }
587
+ .heading-h2 {
588
+ font-size: 20px;
589
+ font-weight: 500;
590
+ opacity: 70%;
591
+ color: #11304e;
592
+ }
593
+ .img-uploader {
594
+ margin-top: 45px;
595
+ }
596
+ .uploader {
597
+ background-color: #974fff;
598
+ border-radius: 25px;
599
+ position: relative;
600
+ min-height: 1px;
601
+ padding-right: 15px;
602
+ padding-left: 15px;
603
+ margin: auto;
604
+ width: 65%;
605
+ padding: 10px;
606
+ height: 300px;
607
+ }
608
+ .inner-box {
609
+ background-color: #11304e2e;
610
+ border-radius: 25px;
611
+ width: 100%;
612
+ height: 280px;
613
+ overflow: auto;
614
+ text-align: justify;
615
+ }
616
+ .dropzone {
617
+ text-align: center;
618
+ color: white;
619
+ }
620
+ .drop-span {
621
+ color: white;
622
+ }
623
+ .button {
624
+ display: inline-block;
625
+ background: rgb(255, 255, 255);
626
+ border-radius: 10px;
627
+ padding: 13px 22px;
628
+ font-size: 16px;
629
+ font-weight: bold;
630
+ line-height: 1.19;
631
+ letter-spacing: 0.32px;
632
+ cursor: pointer;
633
+ border: unset;
634
+ color: #974fff !important;
635
+ /* margin-left: 137px; */
636
+ }
637
+ .download-reset-button {
638
+ display: flex;
639
+ float: right;
640
+ align-items: center;
641
+ position: sticky;
642
+ right: 0;
643
+ bottom: 0;
644
+ }
645
+ .extract-container {
646
+ width: 90%;
647
+ margin: auto;
648
+ padding-top: 40px;
649
+ margin-bottom: 30px;
650
+ display: none;
651
+ }
652
+ .download-all {
653
+ background: rgb(255, 255, 255);
654
+ border-radius: 10px;
655
+ padding: 7px 22px;
656
+ font-size: 16px;
657
+ font-weight: bold;
658
+ line-height: 1.19;
659
+ letter-spacing: 0.32px;
660
+ cursor: pointer;
661
+ border: unset;
662
+ color: #974fff !important;
663
+ float: left;
664
+ }
665
+
666
+ .restart-button {
667
+ background: rgb(255, 255, 255);
668
+ border-radius: 10px;
669
+ padding: 7px 7px;
670
+ font-size: 16px;
671
+ line-height: 1.19;
672
+ letter-spacing: 0;
673
+ cursor: pointer;
674
+ border: unset;
675
+ color: #974fff !important;
676
+ margin-top: 18px;
677
+ }
678
+
679
+ .file-upload {
680
+ display: none;
681
+ }
682
+ .textual-content {
683
+ margin-top: 90px;
684
+ }
685
+ .textual-content-box {
686
+ margin-top: 90px;
687
+ background-color: rgba(17, 48, 78, 0.18);
688
+ display: flex;
689
+ flex-direction: row;
690
+ }
691
+ .supported {
692
+ margin-top: 90px;
693
+ }
694
+
695
+ .row {
696
+ /* flex: 1 1 0px; */
697
+ /* position: relative; */
698
+ min-height: 1px;
699
+ padding-right: 15px;
700
+ padding-left: 15px;
701
+ height: auto;
702
+ text-align: center;
703
+ margin-bottom: 30px;
704
+ }
705
+ i {
706
+ display: block;
707
+ margin-bottom: 18px;
708
+ }
709
+ .span {
710
+ display: block;
711
+ font-size: 20px;
712
+ font-weight: bold;
713
+ line-height: 1.21;
714
+ margin-bottom: 15px;
715
+ color: rgb(17, 48, 78);
716
+ }
717
+ p {
718
+ font-size: 15px;
719
+ line-height: 1.41;
720
+ color: rgb(17, 48, 78);
721
+ }
722
+ .how-to {
723
+ margin-right: -15px;
724
+ margin-left: -15px;
725
+ }
726
+ .how-to-text {
727
+ position: relative;
728
+ min-height: 1px;
729
+ padding-right: 15px;
730
+ padding-left: 15px;
731
+ margin: auto;
732
+ width: 74%;
733
+ padding: 10px;
734
+ }
735
+ .how-to-h2 {
736
+ font-size: 40px;
737
+ font-weight: 800;
738
+ line-height: 1.16;
739
+ text-align: left;
740
+ color: rgb(17, 48, 78);
741
+ /* margin: 0px 0px 40px; */
742
+ width: 100%;
743
+ margin-top: 70px;
744
+ }
745
+ .steps {
746
+ padding-left: 29px;
747
+ }
748
+ ul li span {
749
+ display: inline-block;
750
+ width: 20px;
751
+ margin-right: 20px;
752
+ position: absolute;
753
+ top: 0px;
754
+ left: 0px;
755
+ }
756
+ img {
757
+ outline: none;
758
+ border: none;
759
+ max-width: 100%;
760
+ height: auto;
761
+ }
762
+ .rating-div {
763
+ background-color: red;
764
+ }
765
+ .rating-container {
766
+ padding-right: 15px;
767
+ padding-left: 15px;
768
+ margin-right: auto;
769
+ margin-left: auto;
770
+ }
771
+ .rating-row {
772
+ margin-right: -15px;
773
+ margin-left: -15px;
774
+ }
775
+ .faq-container {
776
+ position: relative;
777
+ min-height: 1px;
778
+ padding-right: 15px;
779
+ padding-left: 15px;
780
+ }
781
+ .faq-h2 {
782
+ font-size: 53px;
783
+ font-weight: 800;
784
+ line-height: 1.16;
785
+ text-align: center;
786
+ color: #11304e;
787
+ margin: 100px 0 50px;
788
+ }
789
+ .faq-h3 {
790
+ margin: 0 0 25px;
791
+ font-size: 20px;
792
+ font-weight: 600;
793
+ color: #11304e;
794
+ position: relative;
795
+ padding-right: 30px;
796
+ line-height: 1.4;
797
+ cursor: pointer;
798
+ }
799
+ .faq-list {
800
+ position: relative;
801
+ min-height: 1px;
802
+ padding-right: 15px;
803
+ padding-left: 15px;
804
+ margin: auto;
805
+ width: 50%;
806
+ padding: 10px;
807
+ }
808
+ .sup-h2 {
809
+ font-size: 56px;
810
+ font-weight: 800;
811
+ line-height: 1.21;
812
+ color: rgb(17, 48, 78);
813
+ text-align: center;
814
+ }
815
+ .sup-ul {
816
+ margin: 0px;
817
+ padding: 63px 0px 0px;
818
+ text-align: left;
819
+ }
820
+ .sup-li {
821
+ list-style: none;
822
+ margin: 0px 0px 20px;
823
+ font-size: 15px;
824
+ color: rgb(17, 48, 78);
825
+ width: 25%;
826
+ text-align: left;
827
+ display: inline-block;
828
+ }
829
+ a {
830
+ text-decoration: unset;
831
+ color: unset;
832
+ }
833
+ .sup-i {
834
+ display: inline-block;
835
+ margin-right: 10px;
836
+ width: 19px;
837
+ vertical-align: middle;
838
+ }
839
+ .sup-span {
840
+ display: inline-block;
841
+ width: 20px;
842
+ margin-right: 20px;
843
+ position: unset !important;
844
+ top: 0px;
845
+ left: 0px;
846
+ }
847
+ .clear {
848
+ clear: both;
849
+ }
850
+ .leftbox {
851
+ float: left;
852
+ width: 30%;
853
+ height: 280px;
854
+ margin: 0px 28px;
855
+ text-align: center;
856
+ margin-bottom: 30px;
857
+ }
858
+ .middlebox {
859
+ float: left;
860
+ width: 30%;
861
+ height: 280px;
862
+ text-align: center;
863
+ margin-bottom: 30px;
864
+ }
865
+ .rightbox {
866
+ text-align: center;
867
+ float: right;
868
+ width: 30%;
869
+ height: 280px;
870
+ margin-bottom: 30px;
871
+ }
872
+ .file-list {
873
+ padding: 10px 0 20px;
874
+ }
875
+
876
+ .single-file {
877
+ color: white;
878
+
879
+ cursor: pointer;
880
+ }
881
+ .small-text {
882
+ font-size: 16px;
883
+ font-weight: 500;
884
+ }
885
+ .rows {
886
+ padding: 10px;
887
+ margin: auto;
888
+ width: 50%;
889
+ margin-top: 70px;
890
+ display: inline;
891
+ min-height: 1px;
892
+ padding-right: 15px;
893
+ padding-left: 15px;
894
+ }
895
+ .rows-2 {
896
+ margin-top: 50px;
897
+ }
898
+ ul li {
899
+ margin: 0 0 20px;
900
+ padding: 0;
901
+ font-size: 17px;
902
+ font-weight: 500;
903
+ line-height: 1.4;
904
+ text-align: left;
905
+ color: #11304e;
906
+ list-style: none;
907
+ position: relative;
908
+ }
909
+
910
+ .header {
911
+ overflow: hidden;
912
+ /* background-color: #f1f1f1; */
913
+ padding: 20px 10px;
914
+ }
915
+
916
+ .header a {
917
+ /* float: left;
918
+ color: black;
919
+ text-align: center;
920
+
921
+ line-height: 25px;
922
+ border-radius: 4px; */
923
+
924
+ padding: 0 20px 0 8px;
925
+ text-decoration: none;
926
+ color: #1e283c;
927
+ font-weight: 600;
928
+ font-size: 12px;
929
+ text-transform: uppercase;
930
+ outline: 0;
931
+ }
932
+
933
+ .header a.logo {
934
+ font-size: 25px;
935
+ font-weight: bold;
936
+ margin: 0px 101px;
937
+ }
938
+
939
+ .header a:hover {
940
+ background-color: #ddd;
941
+ color: black;
942
+ }
943
+
944
+ .header a.active {
945
+ background-color: #eee;
946
+ color: black;
947
+ }
948
+
949
+ .header-right {
950
+ float: right;
951
+ padding-right: 124px;
952
+ }
953
+ /* footer css start */
954
+ .footer {
955
+ font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
956
+ -webkit-font-smoothing: antialiased;
957
+ }
958
+ .footer-wrapper {
959
+ padding: 32px 0;
960
+ display: -webkit-box;
961
+ display: -webkit-flex;
962
+ display: -ms-flexbox;
963
+ display: flex;
964
+ -webkit-flex-direction: row;
965
+ -ms-flex-direction: row;
966
+ flex-direction: row;
967
+ }
968
+ @media (max-width: 991px) {
969
+ .footer-wrapper {
970
+ -webkit-flex-direction: column;
971
+ -ms-flex-direction: column;
972
+ flex-direction: column;
973
+ }
974
+ }
975
+ .footer-logo-cont {
976
+ -webkit-flex: 1 1 auto;
977
+ -ms-flex: 1 1 auto;
978
+ flex: 1 1 auto;
979
+ display: -webkit-box;
980
+ display: -webkit-flex;
981
+ display: -ms-flexbox;
982
+ display: flex;
983
+ -webkit-flex-direction: column;
984
+ -ms-flex-direction: column;
985
+ flex-direction: column;
986
+ -webkit-align-items: flex-start;
987
+ -webkit-box-align: flex-start;
988
+ -ms-flex-align: flex-start;
989
+ align-items: flex-start;
990
+ }
991
+ .footer-logo {
992
+ height: 40px;
993
+ }
994
+ .footer-title {
995
+ font-stretch: 400;
996
+ font-weight: 400;
997
+ font-size: 18px;
998
+ line-height: 28px;
999
+ color: rgba(26, 26, 26, 1);
1000
+ padding-top: 24px;
1001
+ }
1002
+ .footer-nav {
1003
+ -webkit-flex: 1 1 auto;
1004
+ -ms-flex: 1 1 auto;
1005
+ flex: 1 1 auto;
1006
+ display: -webkit-box;
1007
+ display: -webkit-flex;
1008
+ display: -ms-flexbox;
1009
+ display: flex;
1010
+ -webkit-flex-direction: row;
1011
+ -ms-flex-direction: row;
1012
+ flex-direction: row;
1013
+ -webkit-box-pack: end;
1014
+ -webkit-justify-content: space-between;
1015
+ -ms-flex-pack: end;
1016
+ justify-content: space-between;
1017
+ }
1018
+ @media (max-width: 991px) {
1019
+ .footer-nav {
1020
+ padding-top: 32px;
1021
+ -webkit-box-pack: justify;
1022
+ -webkit-justify-content: space-between;
1023
+ -ms-flex-pack: justify;
1024
+ justify-content: space-between;
1025
+ }
1026
+ }
1027
+ @media (max-width: 575px) {
1028
+ .footer-nav {
1029
+ -webkit-flex-direction: column;
1030
+ -ms-flex-direction: column;
1031
+ flex-direction: column;
1032
+ }
1033
+ }
1034
+ .footer-ul {
1035
+ display: flex;
1036
+ flex-direction: column;
1037
+ padding-left: 0;
1038
+ }
1039
+ .footer-ul-title {
1040
+ font-stretch: 400;
1041
+ font-weight: 700;
1042
+ font-size: 16px;
1043
+ line-height: 24px;
1044
+ color: rgba(26, 26, 26, 1);
1045
+ padding: 12px 0;
1046
+ -webkit-user-select: none;
1047
+ -moz-user-select: none;
1048
+ -ms-user-select: none;
1049
+ user-select: none;
1050
+ }
1051
+ .footer-link {
1052
+ font-stretch: 400;
1053
+ font-weight: 400;
1054
+ font-size: 16px;
1055
+ line-height: 24px;
1056
+ color: rgba(26, 26, 26, 1);
1057
+ padding: 12px 0;
1058
+ -webkit-flex: 0 0 auto;
1059
+ -ms-flex: 0 0 auto;
1060
+ flex: 0 0 auto;
1061
+ width: 100%;
1062
+ }
1063
+ .footer-link:hover {
1064
+ color: rgba(117, 117, 117, 1);
1065
+ }
1066
+ .footer-msg {
1067
+ font-stretch: 400;
1068
+ font-weight: 400;
1069
+ font-size: 16px;
1070
+ line-height: 24px;
1071
+ color: rgba(26, 26, 26, 1);
1072
+ -webkit-flex: 1 1 auto;
1073
+ -ms-flex: 1 1 auto;
1074
+ flex: 1 1 auto;
1075
+ }
1076
+ @media (min-width: 576px) and (max-width: 991px) {
1077
+ .footer-msg {
1078
+ padding-top: 24px;
1079
+ }
1080
+ }
1081
+
1082
+ .privacy-footer {
1083
+ display: -webkit-box;
1084
+ display: -webkit-flex;
1085
+ display: -ms-flexbox;
1086
+ display: flex;
1087
+ -webkit-flex-direction: row;
1088
+ -ms-flex-direction: row;
1089
+ flex-direction: row;
1090
+ padding: 24px 0;
1091
+ }
1092
+ @media (max-width: 991px) {
1093
+ .privacy-footer {
1094
+ -webkit-flex-direction: column-reverse;
1095
+ -ms-flex-direction: column-reverse;
1096
+ flex-direction: column-reverse;
1097
+ }
1098
+ }
1099
+ @media (max-width: 575px) {
1100
+ .privacy-footer {
1101
+ padding: 32px 0;
1102
+ }
1103
+ }
1104
+
1105
+ .privacy-links {
1106
+ display: -webkit-box;
1107
+ display: -webkit-flex;
1108
+ display: -ms-flexbox;
1109
+ display: flex;
1110
+ -webkit-align-items: flex-start;
1111
+ -webkit-box-align: flex-start;
1112
+ -ms-flex-align: flex-start;
1113
+ align-items: flex-start;
1114
+ -webkit-flex-direction: row;
1115
+ -ms-flex-direction: row;
1116
+ flex-direction: row;
1117
+ }
1118
+ @media (max-width: 575px) {
1119
+ .privacy-links {
1120
+ -webkit-flex-direction: column-reverse;
1121
+ -ms-flex-direction: column-reverse;
1122
+ flex-direction: column-reverse;
1123
+ }
1124
+ }
1125
+ .privacy-links-item {
1126
+ font-stretch: 400;
1127
+ font-weight: 400;
1128
+ font-size: 16px;
1129
+ line-height: 24px;
1130
+ color: rgba(26, 26, 26, 1);
1131
+ margin: 0 20px;
1132
+ }
1133
+ .privacy-links-item:hover {
1134
+ color: rgba(117, 117, 117, 1);
1135
+ }
1136
+ .privacy-links-item:first-child {
1137
+ margin-left: 0;
1138
+ }
1139
+ .privacy-links-item:last-child {
1140
+ margin-right: 0;
1141
+ }
1142
+ @media (max-width: 575px) {
1143
+ .privacy-links-item {
1144
+ margin-left: 0;
1145
+ margin-right: 0;
1146
+ margin-bottom: 32px;
1147
+ }
1148
+ }
1149
+ /* footer css end */
1150
+ /*about termsand conditions help*/
1151
+ .about-h1 {
1152
+ line-height: 30px;
1153
+ font-size: 22px;
1154
+ font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
1155
+ -webkit-font-smoothing: antialiased;
1156
+ font-stretch: 400;
1157
+ font-weight: 600;
1158
+ color: rgba(33, 33, 33, 1);
1159
+ text-align: center;
1160
+ margin: 0;
1161
+ }
1162
+ @media (min-width: 768px) {
1163
+ .about-h1 {
1164
+ line-height: 36px;
1165
+ font-size: 30px;
1166
+ }
1167
+ }
1168
+ .about-h2 {
1169
+ line-height: 30px;
1170
+ font-size: 20px;
1171
+ font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
1172
+ -webkit-font-smoothing: antialiased;
1173
+ font-stretch: 400;
1174
+ font-weight: 300;
1175
+ color: rgba(33, 33, 33, 1);
1176
+ text-align: center;
1177
+ margin: 0;
1178
+ }
1179
+ @media (min-width: 768px) {
1180
+ .about-h2 {
1181
+ line-height: 30px;
1182
+ font-size: 22px;
1183
+ }
1184
+ }
1185
+ /*closed*/
1186
+ .feature-img {
1187
+ width: 36px;
1188
+ height: 36px;
1189
+ }
1190
+ .box-padding {
1191
+ padding: 0px 0px 24px;
1192
+ }
1193
+ .box {
1194
+ position: relative;
1195
+ display: flex;
1196
+ flex-direction: column;
1197
+ background-color: rgb(242, 48, 48);
1198
+ min-height: 300px;
1199
+ width: 100%;
1200
+ }
1201
+ .social-icons {
1202
+ position: fixed;
1203
+ right: 0;
1204
+ top: 35%;
1205
+ width: 42px;
1206
+ height: 140px;
1207
+ display: flex;
1208
+ flex-direction: column;
1209
+ align-items: center;
1210
+ justify-content: center;
1211
+ border-top-left-radius: 8px;
1212
+ border-bottom-left-radius: 8px;
1213
+ background: #fff;
1214
+ box-shadow: 0 0 20px -7px #191a1a9e;
1215
+ line-height: 30px;
1216
+ }
1217
+
1218
+ @media (max-width: 768px) {
1219
+ .social-icons {
1220
+ left: 0;
1221
+ bottom: 0 !important;
1222
+ top: auto;
1223
+ font-size: 25px;
1224
+ width: 100%;
1225
+ height: 80px;
1226
+ display: flex;
1227
+ margin: 0 !important;
1228
+ flex-direction: row;
1229
+ justify-content: space-evenly;
1230
+ line-height: 100px;
1231
+ }
1232
+ }
1233
+ .social-icon {
1234
+ margin: 0 !important;
1235
+ color: gray;
1236
+ font-size: 1.6rem;
1237
+ }
1238
+ .social-icon:hover {
1239
+ color: black;
1240
+ }
1241
+ .home-features {
1242
+ display: -webkit-box;
1243
+ display: -webkit-flex;
1244
+ display: -ms-flexbox;
1245
+ display: flex;
1246
+ -webkit-flex-wrap: wrap;
1247
+ -ms-flex-wrap: wrap;
1248
+ flex-wrap: wrap;
1249
+ list-style: none;
1250
+ margin: 0;
1251
+ padding: 0 0 90px 0;
1252
+ }
1253
+
1254
+ .home-feature-box {
1255
+ position: relative;
1256
+ color: white;
1257
+ margin: 0;
1258
+ border: 1px solid white;
1259
+ }
1260
+ @media (min-width: 0px) and (max-width: 767px) {
1261
+ .home-feature-box {
1262
+ width: 100%;
1263
+ height: 114px;
1264
+ }
1265
+ }
1266
+ @media (min-width: 768px) and (max-width: 991px) {
1267
+ .home-feature-box {
1268
+ width: 25%;
1269
+ height: 180px;
1270
+ }
1271
+ }
1272
+ @media (min-width: 992px) {
1273
+ .home-feature-box {
1274
+ width: 20%;
1275
+ height: 180px;
1276
+ }
1277
+ }
1278
+ .home-feature-name {
1279
+ line-height: 24px;
1280
+ font-size: 16px;
1281
+ font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
1282
+ -webkit-font-smoothing: antialiased;
1283
+ font-stretch: 400;
1284
+ font-weight: 700;
1285
+ text-overflow: ellipsis;
1286
+ white-space: nowrap;
1287
+ overflow: hidden;
1288
+ position: absolute;
1289
+ top: 0;
1290
+ right: 0;
1291
+ bottom: 0;
1292
+ left: 0;
1293
+ -webkit-transition: box-shadow 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
1294
+ transition: box-shadow 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
1295
+ }
1296
+ .home-feature-name:hover {
1297
+ box-shadow: 0px 0px 24px rgba(26, 26, 26, 0.2);
1298
+ z-index: 1;
1299
+ }
1300
+ @media (max-width: 767px) {
1301
+ .home-feature-name {
1302
+ padding: 12px 12px 12px 60px;
1303
+ }
1304
+ }
1305
+ @media (min-width: 768px) {
1306
+ .home-feature-name {
1307
+ padding: 60px 12px 12px 12px;
1308
+ }
1309
+ }
1310
+ .home-inner-box {
1311
+ position: absolute;
1312
+ padding: 12px;
1313
+ }
1314
+ .div-cont {
1315
+ display: -webkit-box;
1316
+ display: -webkit-flex;
1317
+ display: -ms-flexbox;
1318
+ display: flex;
1319
+ overflow: hidden;
1320
+ }
1321
+ .div-cont > svg {
1322
+ display: -webkit-box;
1323
+ display: -webkit-flex;
1324
+ display: -ms-flexbox;
1325
+ display: flex;
1326
+ -webkit-flex: 1 1 auto;
1327
+ -ms-flex: 1 1 auto;
1328
+ flex: 1 1 auto;
1329
+ }
1330
+ .div-cont > svg > * {
1331
+ fill: currentColor;
1332
+ }
1333
+ .mega-menu::first-line {
1334
+ color: gray !important;
1335
+ font-weight: 600;
1336
+ }