appscms-tools-theme 0.4.3 → 0.4.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (70) 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 +19 -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 +28 -29
  10. data/_data/contact/en/contact.json +52 -0
  11. data/_data/disclaimer/en/disclaimer.json +49 -0
  12. data/_data/feature/en/compress-pdf.json +157 -79
  13. data/_data/feature/en/split-pdf.json +150 -79
  14. data/_data/feature/hi/compress-pdf.json +82 -30
  15. data/_data/footer/en/data.json +84 -84
  16. data/_data/footer/hi/data.json +85 -0
  17. data/_data/header/en/data.json +144 -58
  18. data/_data/header/hi/data.json +145 -0
  19. data/_data/{pages → help/en}/help.json +19 -7
  20. data/_data/home/en/en.json +88 -0
  21. data/_data/home/hi/hi.json +87 -0
  22. data/_data/languagesupport/compress-pdf-langs.json +12 -0
  23. data/_data/languagesupport/index-langs.json +12 -0
  24. data/_data/privacy/en/privacyPolicy.json +277 -0
  25. data/_data/termAndCondition/en/termAndCondition.json +370 -0
  26. data/_includes/author_bio.html +11 -11
  27. data/_includes/custom-head.html +29 -33
  28. data/_includes/disqus_comments.html +10 -10
  29. data/_includes/dropdown/langdropdown.html +22 -0
  30. data/_includes/footer/index.html +55 -75
  31. data/_includes/head/index.html +54 -49
  32. data/_includes/header/blogHeader.html +31 -31
  33. data/_includes/header/index.html +56 -33
  34. data/_includes/paginationBlogPage.html +34 -34
  35. data/_includes/paginationPostPage.html +14 -14
  36. data/_includes/postbox.html +37 -37
  37. data/_includes/script.html +11 -4
  38. data/_includes/section/alertbar.html +11 -11
  39. data/_includes/section/count.html +23 -23
  40. data/_includes/share/socialshare.html +22 -0
  41. data/_layouts/aboutUs.html +22 -24
  42. data/_layouts/blog.html +71 -75
  43. data/_layouts/categories.html +24 -24
  44. data/_layouts/contactUs.html +49 -23
  45. data/_layouts/default.html +1 -1
  46. data/_layouts/disclaimer.html +50 -0
  47. data/_layouts/feature.html +120 -142
  48. data/_layouts/help.html +22 -23
  49. data/_layouts/home.html +44 -45
  50. data/_layouts/page.html +5 -5
  51. data/_layouts/post.html +63 -68
  52. data/_layouts/privacyPolicy.html +51 -0
  53. data/_layouts/termAndCondition.html +49 -23
  54. data/assets/cross.svg +4 -4
  55. data/assets/css/blog.css +464 -464
  56. data/assets/css/tools.css +1427 -3085
  57. data/assets/facebook.svg +4 -4
  58. data/assets/instagram.svg +4 -4
  59. data/assets/js/TopScroll.js +8 -9
  60. data/assets/linkdin.svg +4 -4
  61. data/assets/pdf.svg +20 -20
  62. data/assets/star.svg +4 -4
  63. data/assets/twitter.svg +4 -4
  64. data/assets/youtube.svg +4 -4
  65. metadata +23 -14
  66. data/_data/home/en.json +0 -48
  67. data/_data/home/hi.json +0 -32
  68. data/_data/pages/contact.json +0 -8
  69. data/_data/pages/termAndCondition.json +0 -8
  70. data/_includes/uploader/index.html +0 -69
data/assets/css/tools.css CHANGED
@@ -1,3085 +1,1427 @@
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
+ * {
2
+ box-sizing: border-box;
3
+ margin-block-start: 0px;
4
+ margin-block-end: 0px;
5
+ margin-inline-start: 0px;
6
+ margin-inline-end: 0px;
7
+ }
8
+ body {
9
+ padding: 0;
10
+ margin: 0;
11
+ font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
12
+ -webkit-font-smoothing: antialiased;
13
+ box-sizing: border-box;
14
+ overflow-y: scroll;
15
+ background: white;
16
+ }
17
+ header {
18
+ width: 100%;
19
+ }
20
+ .navbar-toggler {
21
+ outline: none !important;
22
+ }
23
+ .navbar-toggler > .fa_bars {
24
+ position: absolute;
25
+ top: 20px;
26
+ font-size: 22px;
27
+ }
28
+ .nav-header {
29
+ position: sticky;
30
+ top: 0;
31
+ z-index: 10;
32
+ background: #fff;
33
+ box-shadow: 0 10px 20px -7px #e3e3e39c;
34
+ }
35
+ .nav__item {
36
+ margin: 0 !important;
37
+ padding: 0 15px;
38
+ font-size: 15px;
39
+ font-weight: 400;
40
+ line-height: 18px;
41
+ text-align: left;
42
+ list-style: none;
43
+ position: relative;
44
+ }
45
+ .nav__item a:hover {
46
+ color: #000;
47
+ text-decoration: none !important;
48
+ }
49
+ .dropdown-menu {
50
+ position: fixed;
51
+ left: 0;
52
+ top: 71px;
53
+ width: 100%;
54
+ }
55
+ .inner-dropdown {
56
+ display: flex;
57
+ justify-content: left;
58
+ padding: 30px 100px;
59
+ flex-wrap: wrap;
60
+ }
61
+ .catPad {
62
+ padding: 0 85px;
63
+ }
64
+ .catPad li {
65
+ font-size: 14px !important;
66
+ font-weight: 500;
67
+ }
68
+
69
+ .navCatContainer {
70
+ position: absolute;
71
+ z-index: 9;
72
+ padding: 25px;
73
+ height: 300px;
74
+ background: white;
75
+ width: 100%;
76
+ }
77
+ .navCat {
78
+ display: flex;
79
+ width: 100%;
80
+ justify-content: space-between;
81
+ }
82
+ .anchor_color {
83
+ color: rgb(117, 117, 117);
84
+ }
85
+ .nav__item_Cat {
86
+ margin: 0 !important;
87
+ padding: 0 15px;
88
+ font-size: 15px;
89
+ font-weight: 400;
90
+ line-height: 38px;
91
+ text-align: left;
92
+ /* color: #11304e; */
93
+ list-style: none;
94
+ position: relative;
95
+ }
96
+ .navItemlist {
97
+ width: 100%;
98
+ display: flex;
99
+ flex-direction: column;
100
+ padding: 20px 0;
101
+ }
102
+ @media (max-width: 992px) {
103
+ .dropdown-menu {
104
+ overflow-y: scroll;
105
+ height: 500px;
106
+ position: static !important;
107
+ float: none;
108
+ }
109
+ .inner-dropdown {
110
+ flex-direction: column;
111
+ padding: 0px 30px;
112
+ }
113
+ .catPad {
114
+ padding: 20px 0;
115
+ }
116
+ .navbar-nav {
117
+ margin: 0 !important;
118
+ }
119
+
120
+ .nav__item {
121
+ padding: 15px 0;
122
+ }
123
+ }
124
+ @media (max-width: 768px) {
125
+ .faq-list {
126
+ width: 100% !important;
127
+ }
128
+ .feature-h1,
129
+ .feature-h2 {
130
+ font-size: 20px !important;
131
+ }
132
+ }
133
+ .how-to-leftimg {
134
+ height: 180px;
135
+ width: 300px;
136
+ }
137
+ .how-to-right {
138
+ color: rgb(33, 33, 33);
139
+ }
140
+ @media (min-width: 768px) {
141
+ .how-to-title {
142
+ line-height: 30px;
143
+ font-size: 22px;
144
+ }
145
+ }
146
+ .how-to-list {
147
+ list-style: none;
148
+ counter-reset: howToCounter 0;
149
+ margin: 0px;
150
+ padding: 6px 0px;
151
+ }
152
+ .how-to-list-item {
153
+ line-height: 24px;
154
+ font-size: 16px;
155
+ -webkit-font-smoothing: antialiased;
156
+ -webkit-font-smoothing: antialiased;
157
+ -webkit-font-smoothing: antialiased;
158
+ font-weight: 400;
159
+ display: flex;
160
+ padding: 6px 0px;
161
+ }
162
+ .how-to-title {
163
+ line-height: 30px;
164
+ font-size: 20px;
165
+ -webkit-font-smoothing: antialiased;
166
+ -webkit-font-smoothing: antialiased;
167
+ -webkit-font-smoothing: antialiased;
168
+ font-weight: 600;
169
+ margin: 0px;
170
+ padding-bottom: 12px;
171
+ }
172
+
173
+ .feature-card-img {
174
+ width: 48px;
175
+ height: 48px;
176
+ }
177
+
178
+ .feature-card-title {
179
+ line-height: 24px;
180
+ font-size: 16px;
181
+ -webkit-font-smoothing: antialiased;
182
+ -webkit-font-smoothing: antialiased;
183
+ -webkit-font-smoothing: antialiased;
184
+ font-weight: 600;
185
+ color: rgb(33, 33, 33);
186
+ text-align: center;
187
+ margin: 0px;
188
+ padding: 12px 0px;
189
+ }
190
+ .faq-question {
191
+ line-height: 24px;
192
+ font-size: 16px;
193
+ -webkit-font-smoothing: antialiased;
194
+ -webkit-font-smoothing: antialiased;
195
+ -webkit-font-smoothing: antialiased;
196
+ font-weight: 600;
197
+ color: rgb(33, 33, 33);
198
+ text-align: left;
199
+ margin: 0px;
200
+ padding: 12px 0px;
201
+ }
202
+ .feature-card-desc {
203
+ line-height: 24px;
204
+ font-size: 16px;
205
+ -webkit-font-smoothing: antialiased;
206
+ -webkit-font-smoothing: antialiased;
207
+ -webkit-font-smoothing: antialiased;
208
+ font-weight: 400;
209
+ color: rgb(33, 33, 33);
210
+ text-align: center;
211
+ margin: 0px;
212
+ padding: 0px 24px;
213
+ max-width: 100%;
214
+ }
215
+ .faq-answer {
216
+ line-height: 24px;
217
+ font-size: 16px;
218
+ -webkit-font-smoothing: antialiased;
219
+ -webkit-font-smoothing: antialiased;
220
+ -webkit-font-smoothing: antialiased;
221
+ font-weight: 400;
222
+ color: rgb(33, 33, 33);
223
+ text-align: left;
224
+ margin: 0px;
225
+ max-width: 100%;
226
+ }
227
+
228
+ main {
229
+ display: block;
230
+ }
231
+ h1 {
232
+ font-size: 2em;
233
+ margin: 0.67em 0;
234
+ }
235
+ hr {
236
+ box-sizing: content-box;
237
+ height: 0;
238
+ overflow: visible;
239
+ }
240
+ pre {
241
+ font-family: monospace, monospace;
242
+ font-size: 1em;
243
+ }
244
+ a {
245
+ background-color: transparent;
246
+ }
247
+ abbr[title] {
248
+ border-bottom: none;
249
+ -webkit-text-decoration: underline;
250
+ text-decoration: underline;
251
+ -webkit-text-decoration: underline dotted;
252
+ text-decoration: underline dotted;
253
+ }
254
+ b,
255
+ strong {
256
+ font-weight: bolder;
257
+ }
258
+ code,
259
+ kbd,
260
+ samp {
261
+ font-family: monospace, monospace;
262
+ font-size: 1em;
263
+ }
264
+ small {
265
+ font-size: 80%;
266
+ }
267
+ sub,
268
+ sup {
269
+ font-size: 75%;
270
+ line-height: 0;
271
+ position: relative;
272
+ vertical-align: baseline;
273
+ }
274
+ sub {
275
+ bottom: -0.25em;
276
+ }
277
+ sup {
278
+ top: -0.5em;
279
+ }
280
+ img {
281
+ border-style: none;
282
+ }
283
+ button,
284
+ input,
285
+ optgroup,
286
+ select,
287
+ textarea {
288
+ font-family: inherit;
289
+ font-size: 100%;
290
+ line-height: 1.15;
291
+ margin: 0;
292
+ }
293
+ button,
294
+ input {
295
+ overflow: visible;
296
+ }
297
+ button,
298
+ select {
299
+ text-transform: none;
300
+ }
301
+ button,
302
+ [type='button'],
303
+ [type='reset'],
304
+ [type='submit'] {
305
+ -webkit-appearance: button;
306
+ }
307
+ button::-moz-focus-inner,
308
+ [type='button']::-moz-focus-inner,
309
+ [type='reset']::-moz-focus-inner,
310
+ [type='submit']::-moz-focus-inner {
311
+ border-style: none;
312
+ padding: 0;
313
+ }
314
+ button:-moz-focusring,
315
+ [type='button']:-moz-focusring,
316
+ [type='reset']:-moz-focusring,
317
+ [type='submit']:-moz-focusring {
318
+ outline: 1px dotted ButtonText;
319
+ }
320
+ fieldset {
321
+ padding: 0.35em 0.75em 0.625em;
322
+ }
323
+ legend {
324
+ box-sizing: border-box;
325
+ color: inherit;
326
+ display: table;
327
+ max-width: 100%;
328
+ padding: 0;
329
+ white-space: normal;
330
+ }
331
+ progress {
332
+ vertical-align: baseline;
333
+ }
334
+ textarea {
335
+ overflow: auto;
336
+ }
337
+ [type='checkbox'],
338
+ [type='radio'] {
339
+ box-sizing: border-box;
340
+ padding: 0;
341
+ }
342
+ [type='number']::-webkit-inner-spin-button,
343
+ [type='number']::-webkit-outer-spin-button {
344
+ height: auto;
345
+ }
346
+ [type='search'] {
347
+ -webkit-appearance: textfield;
348
+ outline-offset: -2px;
349
+ }
350
+ [type='search']::-webkit-search-decoration {
351
+ -webkit-appearance: none;
352
+ }
353
+ ::-webkit-file-upload-button {
354
+ -webkit-appearance: button;
355
+ font: inherit;
356
+ }
357
+ details {
358
+ display: block;
359
+ }
360
+ summary {
361
+ display: list-item;
362
+ }
363
+ template {
364
+ display: none;
365
+ }
366
+ [hidden] {
367
+ display: none;
368
+ }
369
+
370
+ #app {
371
+ display: -webkit-box;
372
+ display: -webkit-flex;
373
+ display: -ms-flexbox;
374
+ display: flex;
375
+ min-height: 100vh;
376
+ }
377
+
378
+ .box-border {
379
+ position: absolute;
380
+ inset: 12px;
381
+ background: rgba(0, 0, 0, 0.1);
382
+ border: 2px dashed rgba(0, 0, 0, 0.15);
383
+ }
384
+ .div-cont {
385
+ display: flex;
386
+ overflow: hidden;
387
+ }
388
+ .content-box {
389
+ display: flex;
390
+ flex: 1 1 auto;
391
+ z-index: 1;
392
+ }
393
+ .flex-container {
394
+ display: flex;
395
+ -webkit-box-pack: center;
396
+ justify-content: center;
397
+ width: 100%;
398
+ }
399
+
400
+ .flex-class {
401
+ -webkit-flex: 1 0 auto;
402
+ -ms-flex: 1 0 auto;
403
+ flex: 1 0 auto;
404
+ width: 100%;
405
+ }
406
+ @media (min-width: 0px) and (max-width: 1199px) {
407
+ .flex-class {
408
+ max-width: none;
409
+ }
410
+ }
411
+ @media (min-width: 1200px) {
412
+ .flex-class {
413
+ max-width: 1200px;
414
+ }
415
+ }
416
+ @media (min-width: 0px) and (max-width: 767px) {
417
+ .flex-class {
418
+ padding: 0 18px;
419
+ }
420
+ }
421
+ @media (min-width: 768px) {
422
+ .flex-class {
423
+ padding: 0 30px;
424
+ }
425
+ }
426
+ .flex-class {
427
+ flex: 1 0 auto;
428
+ width: 100%;
429
+ }
430
+ .feature-h1 {
431
+ line-height: 36px;
432
+ font-size: 30px;
433
+ -webkit-font-smoothing: antialiased;
434
+ -webkit-font-smoothing: antialiased;
435
+ -webkit-font-smoothing: antialiased;
436
+ font-weight: 600;
437
+ color: rgb(33, 33, 33);
438
+ text-align: center;
439
+ margin: 0px;
440
+ }
441
+ .feature-h2 {
442
+ -webkit-font-smoothing: antialiased;
443
+ -webkit-font-smoothing: antialiased;
444
+ -webkit-font-smoothing: antialiased;
445
+ font-weight: 300;
446
+ color: rgb(33, 33, 33);
447
+ text-align: center;
448
+ margin: 0px;
449
+ }
450
+ @media (min-width: 768px) {
451
+ .feature-h2 {
452
+ line-height: 30px;
453
+ font-size: 22px;
454
+ }
455
+ }
456
+ .logo-height {
457
+ height: 42px;
458
+ }
459
+ @media (max-width: 767px) {
460
+ .logo-height {
461
+ height: 36px;
462
+ }
463
+ }
464
+ .footer-nav-item {
465
+ margin: -12px 0;
466
+ padding: 0;
467
+ display: -webkit-box;
468
+ display: -webkit-flex;
469
+ display: -ms-flexbox;
470
+ display: flex;
471
+ -webkit-flex-direction: column;
472
+ -ms-flex-direction: column;
473
+ flex-direction: column;
474
+ -webkit-box-flex: 1;
475
+ -webkit-flex-grow: 1;
476
+ -ms-flex-positive: 1;
477
+ flex-grow: 1;
478
+ -webkit-flex-shrink: 1;
479
+ -ms-flex-negative: 1;
480
+ flex-shrink: 1;
481
+ -webkit-flex-basis: 0;
482
+ -ms-flex-preferred-size: 0;
483
+ flex-basis: 0;
484
+ }
485
+ @media (min-width: 992px) {
486
+ .footer-nav-item {
487
+ -webkit-flex: initial;
488
+ -ms-flex: initial;
489
+ flex: initial;
490
+ width: 160px;
491
+ }
492
+ }
493
+ @media (min-width: 576px) and (max-width: 991px) {
494
+ .footer-nav-item {
495
+ padding: 0 20px;
496
+ }
497
+ .footer-nav-item:first-child {
498
+ padding-left: 0;
499
+ }
500
+ .footer-nav-item:last-child {
501
+ padding-right: 0;
502
+ }
503
+ }
504
+ @media (max-width: 575px) {
505
+ .footer-nav-item {
506
+ -webkit-flex-basis: auto;
507
+ -ms-flex-preferred-size: auto;
508
+ flex-basis: auto;
509
+ }
510
+ .footer-nav-item:not(:first-child) {
511
+ margin-top: 28px;
512
+ }
513
+ }
514
+ .home-feature-desc {
515
+ line-height: 18px;
516
+ font-size: 14px;
517
+ -webkit-font-smoothing: antialiased;
518
+ -webkit-font-smoothing: antialiased;
519
+ -webkit-font-smoothing: antialiased;
520
+ font-stretch: 400;
521
+ font-weight: 400;
522
+ position: absolute;
523
+ padding: 12px;
524
+ }
525
+ @media (max-width: 767px) {
526
+ .home-feature-desc {
527
+ right: 0;
528
+ bottom: 0;
529
+ left: 48px;
530
+ top: 36px;
531
+ }
532
+ }
533
+ @media (min-width: 768px) {
534
+ .home-feature-desc {
535
+ left: 0;
536
+ right: 0;
537
+ bottom: 0;
538
+ top: 84px;
539
+ }
540
+ }
541
+ .home-top-h1 {
542
+ line-height: 30px;
543
+ font-size: 22px;
544
+ -webkit-font-smoothing: antialiased;
545
+ -webkit-font-smoothing: antialiased;
546
+ -webkit-font-smoothing: antialiased;
547
+ font-stretch: 400;
548
+ font-weight: 600;
549
+ color: rgba(33, 33, 33, 1);
550
+ text-align: center;
551
+ margin: 0;
552
+ }
553
+ @media (min-width: 768px) {
554
+ .home-top-h1 {
555
+ line-height: 36px;
556
+ font-size: 30px;
557
+ }
558
+ }
559
+ .home-top-h2 {
560
+ line-height: 30px;
561
+ font-size: 20px;
562
+ -webkit-font-smoothing: antialiased;
563
+ -webkit-font-smoothing: antialiased;
564
+ -webkit-font-smoothing: antialiased;
565
+ font-stretch: 400;
566
+ font-weight: 300;
567
+ color: rgba(33, 33, 33, 1);
568
+ text-align: center;
569
+ margin: 0;
570
+ }
571
+ @media (min-width: 768px) {
572
+ .home-top-h2 {
573
+ line-height: 30px;
574
+ font-size: 22px;
575
+ }
576
+ }
577
+ html {
578
+ line-height: 1.15;
579
+ -webkit-text-size-adjust: 100%;
580
+ }
581
+
582
+ * {
583
+ box-sizing: border-box;
584
+ }
585
+
586
+ .header {
587
+ min-height: 80px;
588
+ }
589
+ .heading {
590
+ text-align: center;
591
+ margin-top: 90px;
592
+ }
593
+ .heading-h1 {
594
+ font-size: 60px;
595
+ font-weight: 800;
596
+ line-height: 1.33;
597
+ color: #11304e;
598
+ margin: 70px 0 12px;
599
+ }
600
+ .heading-h2 {
601
+ font-size: 20px;
602
+ font-weight: 500;
603
+ opacity: 70%;
604
+ color: #11304e;
605
+ }
606
+ .img-uploader {
607
+ margin-top: 45px;
608
+ }
609
+ .uploader {
610
+ background-color: #974fff;
611
+ border-radius: 25px;
612
+ position: relative;
613
+ min-height: 1px;
614
+ padding-right: 15px;
615
+ padding-left: 15px;
616
+ margin: auto;
617
+ width: 65%;
618
+ padding: 10px;
619
+ height: 300px;
620
+ }
621
+ .inner-box {
622
+ background-color: #11304e2e;
623
+ border-radius: 25px;
624
+ width: 100%;
625
+ height: 280px;
626
+ overflow: auto;
627
+ text-align: justify;
628
+ }
629
+ .dropzone {
630
+ text-align: center;
631
+ color: white;
632
+ }
633
+ .drop-span {
634
+ color: white;
635
+ }
636
+ .button {
637
+ display: inline-block;
638
+ background: rgb(255, 255, 255);
639
+ border-radius: 10px;
640
+ padding: 13px 22px;
641
+ font-size: 16px;
642
+ font-weight: bold;
643
+ line-height: 1.19;
644
+ letter-spacing: 0.32px;
645
+ cursor: pointer;
646
+ border: unset;
647
+ color: #974fff !important;
648
+ /* margin-left: 137px; */
649
+ }
650
+ .download-reset-button {
651
+ display: flex;
652
+ float: right;
653
+ align-items: center;
654
+ position: sticky;
655
+ right: 0;
656
+ bottom: 0;
657
+ }
658
+ .extract-container {
659
+ width: 90%;
660
+ margin: auto;
661
+ padding-top: 40px;
662
+ margin-bottom: 30px;
663
+ display: none;
664
+ }
665
+ .download-all {
666
+ background: rgb(255, 255, 255);
667
+ border-radius: 10px;
668
+ padding: 7px 22px;
669
+ font-size: 16px;
670
+ font-weight: bold;
671
+ line-height: 1.19;
672
+ letter-spacing: 0.32px;
673
+ cursor: pointer;
674
+ border: unset;
675
+ color: #974fff !important;
676
+ float: left;
677
+ }
678
+
679
+ .restart-button {
680
+ background: rgb(255, 255, 255);
681
+ border-radius: 10px;
682
+ padding: 7px 7px;
683
+ font-size: 16px;
684
+ line-height: 1.19;
685
+ letter-spacing: 0;
686
+ cursor: pointer;
687
+ border: unset;
688
+ color: #974fff !important;
689
+ margin-top: 18px;
690
+ }
691
+
692
+ .file-upload {
693
+ display: none;
694
+ }
695
+ .textual-content {
696
+ margin-top: 90px;
697
+ }
698
+ .textual-content-box {
699
+ margin-top: 90px;
700
+ background-color: rgba(17, 48, 78, 0.18);
701
+ display: flex;
702
+ flex-direction: row;
703
+ }
704
+ .supported {
705
+ margin-top: 90px;
706
+ }
707
+
708
+ .row {
709
+ /* flex: 1 1 0px; */
710
+ /* position: relative; */
711
+ min-height: 1px;
712
+ padding-right: 15px;
713
+ padding-left: 15px;
714
+ height: auto;
715
+ text-align: center;
716
+ margin-bottom: 30px;
717
+ }
718
+ i {
719
+ display: block;
720
+ margin-bottom: 18px;
721
+ }
722
+ .span {
723
+ display: block;
724
+ font-size: 20px;
725
+ font-weight: bold;
726
+ line-height: 1.21;
727
+ margin-bottom: 15px;
728
+ color: rgb(17, 48, 78);
729
+ }
730
+ p {
731
+ font-size: 15px;
732
+ line-height: 1.41;
733
+ color: rgb(17, 48, 78);
734
+ }
735
+ .how-to {
736
+ margin-right: -15px;
737
+ margin-left: -15px;
738
+ }
739
+ .how-to-text {
740
+ position: relative;
741
+ min-height: 1px;
742
+ padding-right: 15px;
743
+ padding-left: 15px;
744
+ margin: auto;
745
+ width: 74%;
746
+ padding: 10px;
747
+ }
748
+ .how-to-h2 {
749
+ font-size: 40px;
750
+ font-weight: 800;
751
+ line-height: 1.16;
752
+ text-align: left;
753
+ color: rgb(17, 48, 78);
754
+ /* margin: 0px 0px 40px; */
755
+ width: 100%;
756
+ margin-top: 70px;
757
+ }
758
+ .steps {
759
+ padding-left: 29px;
760
+ }
761
+ ul li span {
762
+ display: inline-block;
763
+ width: 20px;
764
+ margin-right: 20px;
765
+ position: absolute;
766
+ top: 0px;
767
+ left: 0px;
768
+ }
769
+ img {
770
+ outline: none;
771
+ border: none;
772
+ max-width: 100%;
773
+ height: auto;
774
+ }
775
+ .rating-div {
776
+ background-color: red;
777
+ }
778
+ .rating-container {
779
+ padding-right: 15px;
780
+ padding-left: 15px;
781
+ margin-right: auto;
782
+ margin-left: auto;
783
+ }
784
+ .rating-row {
785
+ margin-right: -15px;
786
+ margin-left: -15px;
787
+ }
788
+ .faq-container {
789
+ position: relative;
790
+ min-height: 1px;
791
+ padding-right: 15px;
792
+ padding-left: 15px;
793
+ }
794
+ .faq-h2 {
795
+ font-size: 53px;
796
+ font-weight: 800;
797
+ line-height: 1.16;
798
+ text-align: center;
799
+ color: #11304e;
800
+ margin: 100px 0 50px;
801
+ }
802
+ .faq-h3 {
803
+ margin: 0 0 25px;
804
+ font-size: 20px;
805
+ font-weight: 600;
806
+ color: #11304e;
807
+ position: relative;
808
+ padding-right: 30px;
809
+ line-height: 1.4;
810
+ cursor: pointer;
811
+ }
812
+ .faq-list {
813
+ position: relative;
814
+ min-height: 1px;
815
+ padding-right: 15px;
816
+ padding-left: 15px;
817
+ margin: auto;
818
+ width: 50%;
819
+ padding: 10px;
820
+ }
821
+ .sup-h2 {
822
+ font-size: 56px;
823
+ font-weight: 800;
824
+ line-height: 1.21;
825
+ color: rgb(17, 48, 78);
826
+ text-align: center;
827
+ }
828
+ .sup-ul {
829
+ margin: 0px;
830
+ padding: 63px 0px 0px;
831
+ text-align: left;
832
+ }
833
+ .sup-li {
834
+ list-style: none;
835
+ margin: 0px 0px 20px;
836
+ font-size: 15px;
837
+ color: rgb(17, 48, 78);
838
+ width: 25%;
839
+ text-align: left;
840
+ display: inline-block;
841
+ }
842
+ a {
843
+ text-decoration: unset;
844
+ color: unset;
845
+ }
846
+ .sup-i {
847
+ display: inline-block;
848
+ margin-right: 10px;
849
+ width: 19px;
850
+ vertical-align: middle;
851
+ }
852
+ .sup-span {
853
+ display: inline-block;
854
+ width: 20px;
855
+ margin-right: 20px;
856
+ position: unset !important;
857
+ top: 0px;
858
+ left: 0px;
859
+ }
860
+ .clear {
861
+ clear: both;
862
+ }
863
+ .leftbox {
864
+ float: left;
865
+ width: 30%;
866
+ height: 280px;
867
+ margin: 0px 28px;
868
+ text-align: center;
869
+ margin-bottom: 30px;
870
+ }
871
+ .middlebox {
872
+ float: left;
873
+ width: 30%;
874
+ height: 280px;
875
+ text-align: center;
876
+ margin-bottom: 30px;
877
+ }
878
+ .rightbox {
879
+ text-align: center;
880
+ float: right;
881
+ width: 30%;
882
+ height: 280px;
883
+ margin-bottom: 30px;
884
+ }
885
+ .file-list {
886
+ padding: 10px 0 20px;
887
+ }
888
+
889
+ .single-file {
890
+ color: white;
891
+
892
+ cursor: pointer;
893
+ }
894
+ .small-text {
895
+ font-size: 16px;
896
+ font-weight: 500;
897
+ }
898
+ .rows {
899
+ padding: 10px;
900
+ margin: auto;
901
+ width: 50%;
902
+ margin-top: 70px;
903
+ display: inline;
904
+ min-height: 1px;
905
+ padding-right: 15px;
906
+ padding-left: 15px;
907
+ }
908
+ .rows-2 {
909
+ margin-top: 50px;
910
+ }
911
+ ul li {
912
+ margin: 0 0 20px;
913
+ padding: 0;
914
+ font-size: 17px;
915
+ font-weight: 500;
916
+ line-height: 1.4;
917
+ text-align: left;
918
+ color: #11304e;
919
+ list-style: none;
920
+ position: relative;
921
+ }
922
+
923
+ .header {
924
+ overflow: hidden;
925
+ /* background-color: #f1f1f1; */
926
+ padding: 20px 10px;
927
+ }
928
+
929
+ .header a {
930
+ /* float: left;
931
+ color: black;
932
+ text-align: center;
933
+
934
+ line-height: 25px;
935
+ border-radius: 4px; */
936
+
937
+ padding: 0 20px 0 8px;
938
+ text-decoration: none;
939
+ color: #1e283c;
940
+ font-weight: 600;
941
+ font-size: 12px;
942
+ text-transform: uppercase;
943
+ outline: 0;
944
+ }
945
+
946
+ .header a.logo {
947
+ font-size: 25px;
948
+ font-weight: bold;
949
+ margin: 0px 101px;
950
+ }
951
+
952
+ .header a:hover {
953
+ background-color: #ddd;
954
+ color: black;
955
+ }
956
+
957
+ .header a.active {
958
+ background-color: #eee;
959
+ color: black;
960
+ }
961
+
962
+ .header-right {
963
+ float: right;
964
+ padding-right: 124px;
965
+ }
966
+ /* footer css start */
967
+ .footer {
968
+ -webkit-font-smoothing: antialiased;
969
+ -webkit-font-smoothing: antialiased;
970
+ -webkit-font-smoothing: antialiased;
971
+ }
972
+ .footer-wrapper {
973
+ padding: 32px 0;
974
+ display: -webkit-box;
975
+ display: -webkit-flex;
976
+ display: -ms-flexbox;
977
+ display: flex;
978
+ -webkit-flex-direction: row;
979
+ -ms-flex-direction: row;
980
+ flex-direction: row;
981
+ border-bottom: 1px solid #e8e8e8;
982
+ }
983
+ @media (max-width: 991px) {
984
+ .footer-wrapper {
985
+ -webkit-flex-direction: column;
986
+ -ms-flex-direction: column;
987
+ flex-direction: column;
988
+ }
989
+ }
990
+ .footer-logo-cont {
991
+ -webkit-flex: 1 1 auto;
992
+ -ms-flex: 1 1 auto;
993
+ flex: 1 1 auto;
994
+ display: -webkit-box;
995
+ display: -webkit-flex;
996
+ display: -ms-flexbox;
997
+ display: flex;
998
+ -webkit-flex-direction: column;
999
+ -ms-flex-direction: column;
1000
+ flex-direction: column;
1001
+ -webkit-align-items: flex-start;
1002
+ -webkit-box-align: flex-start;
1003
+ -ms-flex-align: flex-start;
1004
+ align-items: flex-start;
1005
+ }
1006
+ .footer-logo {
1007
+ height: 40px;
1008
+ }
1009
+ .footer-title {
1010
+ font-stretch: 400;
1011
+ font-weight: 400;
1012
+ font-size: 18px;
1013
+ line-height: 28px;
1014
+ color: rgba(26, 26, 26, 1);
1015
+ padding-top: 24px;
1016
+ }
1017
+ .footer-nav {
1018
+ -webkit-flex: 1 1 auto;
1019
+ -ms-flex: 1 1 auto;
1020
+ flex: 1 1 auto;
1021
+ display: -webkit-box;
1022
+ display: -webkit-flex;
1023
+ display: -ms-flexbox;
1024
+ display: flex;
1025
+ -webkit-flex-direction: row;
1026
+ -ms-flex-direction: row;
1027
+ flex-direction: row;
1028
+ -webkit-box-pack: end;
1029
+ -webkit-justify-content: space-between;
1030
+ -ms-flex-pack: end;
1031
+ justify-content: space-between;
1032
+ }
1033
+ @media (max-width: 991px) {
1034
+ .footer-nav {
1035
+ padding-top: 32px;
1036
+ -webkit-box-pack: justify;
1037
+ -webkit-justify-content: space-between;
1038
+ -ms-flex-pack: justify;
1039
+ justify-content: space-between;
1040
+ }
1041
+ }
1042
+ @media (max-width: 575px) {
1043
+ .footer-nav {
1044
+ -webkit-flex-direction: column;
1045
+ -ms-flex-direction: column;
1046
+ flex-direction: column;
1047
+ }
1048
+ }
1049
+ .footer-ul {
1050
+ display: flex;
1051
+ flex-direction: column;
1052
+ padding-left: 0;
1053
+ }
1054
+ .footer-ul-title {
1055
+ font-stretch: 400;
1056
+ font-weight: 700;
1057
+ font-size: 16px;
1058
+ line-height: 24px;
1059
+ color: rgba(26, 26, 26, 1);
1060
+ padding: 12px 0;
1061
+ -webkit-user-select: none;
1062
+ -moz-user-select: none;
1063
+ -ms-user-select: none;
1064
+ user-select: none;
1065
+ }
1066
+ .footer-link {
1067
+ font-stretch: 400;
1068
+ font-weight: 400;
1069
+ font-size: 16px;
1070
+ line-height: 24px;
1071
+ color: rgba(26, 26, 26, 1);
1072
+ padding: 12px 0;
1073
+ -webkit-flex: 0 0 auto;
1074
+ -ms-flex: 0 0 auto;
1075
+ flex: 0 0 auto;
1076
+ width: 100%;
1077
+ }
1078
+ .footer-link:hover {
1079
+ color: rgba(117, 117, 117, 1);
1080
+ }
1081
+ .footer-msg {
1082
+ font-stretch: 400;
1083
+ font-weight: 400;
1084
+ font-size: 16px;
1085
+ line-height: 24px;
1086
+ color: rgba(26, 26, 26, 1);
1087
+ -webkit-flex: 1 1 auto;
1088
+ -ms-flex: 1 1 auto;
1089
+ flex: 1 1 auto;
1090
+ }
1091
+ @media (min-width: 576px) and (max-width: 991px) {
1092
+ .footer-msg {
1093
+ padding-top: 24px;
1094
+ }
1095
+ }
1096
+
1097
+ .privacy-footer {
1098
+ display: -webkit-box;
1099
+ display: -webkit-flex;
1100
+ display: -ms-flexbox;
1101
+ display: flex;
1102
+ -webkit-flex-direction: row;
1103
+ -ms-flex-direction: row;
1104
+ flex-direction: row;
1105
+ padding: 24px 0;
1106
+ }
1107
+ @media (max-width: 991px) {
1108
+ .privacy-footer {
1109
+ -webkit-flex-direction: column-reverse;
1110
+ -ms-flex-direction: column-reverse;
1111
+ flex-direction: column-reverse;
1112
+ }
1113
+ }
1114
+ @media (max-width: 575px) {
1115
+ .privacy-footer {
1116
+ padding: 32px 0;
1117
+ }
1118
+ }
1119
+
1120
+ .privacy-links {
1121
+ display: -webkit-box;
1122
+ display: -webkit-flex;
1123
+ display: -ms-flexbox;
1124
+ display: flex;
1125
+ -webkit-align-items: flex-start;
1126
+ -webkit-box-align: flex-start;
1127
+ -ms-flex-align: flex-start;
1128
+ align-items: flex-start;
1129
+ -webkit-flex-direction: row;
1130
+ -ms-flex-direction: row;
1131
+ flex-direction: row;
1132
+ }
1133
+ @media (max-width: 575px) {
1134
+ .privacy-links {
1135
+ -webkit-flex-direction: column-reverse;
1136
+ -ms-flex-direction: column-reverse;
1137
+ flex-direction: column-reverse;
1138
+ }
1139
+ }
1140
+ .privacy-links-item {
1141
+ font-stretch: 400;
1142
+ font-weight: 400;
1143
+ font-size: 16px;
1144
+ line-height: 24px;
1145
+ color: rgba(26, 26, 26, 1);
1146
+ margin: 0 20px;
1147
+ }
1148
+ .privacy-links-item:hover {
1149
+ color: rgba(117, 117, 117, 1);
1150
+ }
1151
+ .privacy-links-item:first-child {
1152
+ margin-left: 0;
1153
+ }
1154
+ .privacy-links-item:last-child {
1155
+ margin-right: 0;
1156
+ }
1157
+ @media (max-width: 575px) {
1158
+ .privacy-links-item {
1159
+ margin-left: 0;
1160
+ margin-right: 0;
1161
+ margin-bottom: 32px;
1162
+ }
1163
+ }
1164
+ /* footer css end */
1165
+ /*about termsand conditions help*/
1166
+ .contact_layout {
1167
+ -webkit-font-smoothing: antialiased;
1168
+ -webkit-font-smoothing: antialiased;
1169
+ -webkit-font-smoothing: antialiased;
1170
+ }
1171
+ .about_layout {
1172
+ -webkit-font-smoothing: antialiased;
1173
+ -webkit-font-smoothing: antialiased;
1174
+ -webkit-font-smoothing: antialiased;
1175
+ }
1176
+ .contact-h1 {
1177
+ line-height: 30px;
1178
+ font-size: 22px;
1179
+ font-stretch: 400;
1180
+ font-weight: 600;
1181
+ color: rgba(33, 33, 33, 1);
1182
+ text-align: center;
1183
+ margin: 0;
1184
+ }
1185
+ @media (min-width: 768px) {
1186
+ .contact-h1 {
1187
+ line-height: 36px;
1188
+ font-size: 30px;
1189
+ }
1190
+ }
1191
+ .contact-h2 {
1192
+ line-height: 30px;
1193
+ font-stretch: 400;
1194
+ font-weight: 300;
1195
+ font-size: 20px;
1196
+ color: rgba(33, 33, 33, 1);
1197
+ text-align: center;
1198
+ margin: 0;
1199
+ }
1200
+ @media (min-width: 768px) {
1201
+ .contact-h2 {
1202
+ line-height: 30px;
1203
+ font-size: 22px;
1204
+ }
1205
+ }
1206
+ .about-h1 {
1207
+ line-height: 30px;
1208
+ font-size: 22px;
1209
+ font-stretch: 400;
1210
+ font-weight: 600;
1211
+ color: rgba(33, 33, 33, 1);
1212
+ text-align: center;
1213
+ margin: 0;
1214
+ }
1215
+ @media (min-width: 768px) {
1216
+ .about-h1 {
1217
+ line-height: 36px;
1218
+ font-size: 30px;
1219
+ }
1220
+ }
1221
+ .about-h2 {
1222
+ line-height: 30px;
1223
+ font-stretch: 400;
1224
+ font-weight: 300;
1225
+ font-size: 20px;
1226
+ color: rgba(33, 33, 33, 1);
1227
+ text-align: center;
1228
+ margin: 0;
1229
+ }
1230
+ .common-h2 {
1231
+ font-stretch: 400;
1232
+ font-size: 20px;
1233
+ color: rgba(33, 33, 33, 1);
1234
+ }
1235
+ @media (min-width: 768px) {
1236
+ .about-h2 {
1237
+ line-height: 30px;
1238
+ font-size: 22px;
1239
+ }
1240
+ .common-h2 {
1241
+ font-size: 22px;
1242
+ }
1243
+ }
1244
+ /*closed*/
1245
+ .feature-img {
1246
+ width: 36px;
1247
+ height: 36px;
1248
+ }
1249
+ .box-padding {
1250
+ padding: 0px 0px 24px;
1251
+ }
1252
+ .box {
1253
+ position: relative;
1254
+ display: flex;
1255
+ flex-direction: column;
1256
+ background-color: rgb(242, 48, 48);
1257
+ min-height: 300px;
1258
+ width: 100%;
1259
+ }
1260
+ .social-icons {
1261
+ position: fixed;
1262
+ right: 0;
1263
+ top: 35%;
1264
+ width: 42px;
1265
+ height: 140px;
1266
+ display: flex;
1267
+ flex-direction: column;
1268
+ align-items: center;
1269
+ justify-content: center;
1270
+ z-index: 999;
1271
+ border-top-left-radius: 8px;
1272
+ border-bottom-left-radius: 8px;
1273
+ background: #fff;
1274
+ box-shadow: 0 0 20px -7px #191a1a9e;
1275
+ line-height: 30px;
1276
+ }
1277
+
1278
+ @media (max-width: 768px) {
1279
+ .social-icons {
1280
+ left: 0;
1281
+ bottom: 0 !important;
1282
+ top: auto;
1283
+ font-size: 25px;
1284
+ width: 100%;
1285
+ height: 60px;
1286
+ display: flex;
1287
+ margin: 0 !important;
1288
+ flex-direction: row;
1289
+ justify-content: space-evenly;
1290
+ line-height: 100px;
1291
+ }
1292
+ }
1293
+ .social-icon {
1294
+ margin: 0 !important;
1295
+ color: gray;
1296
+ font-size: 1.6rem;
1297
+ }
1298
+ .social-icon:hover {
1299
+ color: black;
1300
+ }
1301
+ .home-features {
1302
+ display: -webkit-box;
1303
+ display: -webkit-flex;
1304
+ display: -ms-flexbox;
1305
+ display: flex;
1306
+ -webkit-flex-wrap: wrap;
1307
+ -ms-flex-wrap: wrap;
1308
+ flex-wrap: wrap;
1309
+ list-style: none;
1310
+ margin: 0;
1311
+ padding: 0 0 90px 0;
1312
+ }
1313
+
1314
+ .home-feature-box {
1315
+ position: relative;
1316
+ color: white;
1317
+ margin: 0;
1318
+ border: 1px solid white;
1319
+ }
1320
+ @media (min-width: 0px) and (max-width: 767px) {
1321
+ .home-feature-box {
1322
+ width: 100%;
1323
+ height: 114px;
1324
+ }
1325
+ }
1326
+ @media (min-width: 768px) and (max-width: 991px) {
1327
+ .home-feature-box {
1328
+ width: 25%;
1329
+ height: 180px;
1330
+ }
1331
+ }
1332
+ @media (min-width: 992px) {
1333
+ .home-feature-box {
1334
+ width: 20%;
1335
+ height: 180px;
1336
+ }
1337
+ }
1338
+ .home-feature-name {
1339
+ line-height: 24px;
1340
+ font-size: 16px;
1341
+ -webkit-font-smoothing: antialiased;
1342
+ -webkit-font-smoothing: antialiased;
1343
+ -webkit-font-smoothing: antialiased;
1344
+ font-stretch: 400;
1345
+ font-weight: 700;
1346
+ text-overflow: ellipsis;
1347
+ white-space: nowrap;
1348
+ overflow: hidden;
1349
+ position: absolute;
1350
+ top: 0;
1351
+ right: 0;
1352
+ bottom: 0;
1353
+ left: 0;
1354
+ -webkit-transition: box-shadow 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
1355
+ transition: box-shadow 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
1356
+ }
1357
+ .home-feature-name:hover {
1358
+ box-shadow: 0px 0px 24px rgba(26, 26, 26, 0.2);
1359
+ z-index: 1;
1360
+ }
1361
+ @media (max-width: 767px) {
1362
+ .home-feature-name {
1363
+ padding: 12px 12px 12px 60px;
1364
+ }
1365
+ }
1366
+ @media (min-width: 768px) {
1367
+ .home-feature-name {
1368
+ padding: 60px 12px 12px 12px;
1369
+ }
1370
+ }
1371
+ .home-inner-box {
1372
+ position: absolute;
1373
+ padding: 12px;
1374
+ }
1375
+ .div-cont {
1376
+ display: -webkit-box;
1377
+ display: -webkit-flex;
1378
+ display: -ms-flexbox;
1379
+ display: flex;
1380
+ overflow: hidden;
1381
+ }
1382
+ .div-cont > svg {
1383
+ display: -webkit-box;
1384
+ display: -webkit-flex;
1385
+ display: -ms-flexbox;
1386
+ display: flex;
1387
+ -webkit-flex: 1 1 auto;
1388
+ -ms-flex: 1 1 auto;
1389
+ flex: 1 1 auto;
1390
+ }
1391
+ .div-cont > svg > * {
1392
+ fill: currentColor;
1393
+ }
1394
+ .mega-menu::first-line {
1395
+ color: gray !important;
1396
+ font-weight: 600;
1397
+ }
1398
+ .lang-dropdown {
1399
+ position: fixed;
1400
+ right: 30px;
1401
+ top: 20px;
1402
+ z-index: 999;
1403
+ }
1404
+ @media (max-width: 994px) {
1405
+ .lang-dropdown {
1406
+ top: 75px;
1407
+ z-index: 5;
1408
+ right: 4px;
1409
+ position: absolute;
1410
+ }
1411
+ .lang-dropdown .lang-dropdown-btn {
1412
+ position: absolute;
1413
+ right: 0;
1414
+ }
1415
+ .drop-down-wrapper {
1416
+ overflow-y: unset !important;
1417
+ }
1418
+ }
1419
+ .drop-down-wrapper {
1420
+ height: fit-content !important;
1421
+ }
1422
+ .lang-dropdown-item {
1423
+ width: 100%;
1424
+ display: block;
1425
+ text-align: center;
1426
+ text-decoration: none !important;
1427
+ }