appscms-tools-theme 0.4.0 → 0.4.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (61) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.txt +21 -21
  3. data/README.md +52 -52
  4. data/_data/{pages → about/en}/about.json +6 -7
  5. data/_data/blog/alertbar.yml +3 -3
  6. data/_data/blog/authors.yml +11 -11
  7. data/_data/blog/blog.yml +3 -3
  8. data/_data/blog/nav.json +13 -13
  9. data/_data/blog/share.yml +29 -29
  10. data/_data/{pages → contact/en}/contact.json +7 -7
  11. data/_data/feature/en/compress-pdf.json +79 -77
  12. data/_data/feature/en/split-pdf.json +81 -0
  13. data/_data/feature/hi/compress-pdf.json +29 -29
  14. data/_data/footer/en/data.json +84 -84
  15. data/_data/header/en/data.json +136 -58
  16. data/_data/{pages → help/en}/help.json +6 -7
  17. data/_data/home/en/en.json +48 -0
  18. data/_data/home/hi.json +31 -31
  19. data/_data/{pages → termAndCondition/en}/termAndCondition.json +7 -7
  20. data/_includes/author_bio.html +11 -11
  21. data/_includes/custom-head.html +29 -33
  22. data/_includes/disqus_comments.html +10 -10
  23. data/_includes/footer/index.html +53 -75
  24. data/_includes/head/index.html +30 -46
  25. data/_includes/header/blogHeader.html +31 -34
  26. data/_includes/header/index.html +54 -117
  27. data/_includes/paginationBlogPage.html +34 -34
  28. data/_includes/paginationPostPage.html +14 -14
  29. data/_includes/postbox.html +37 -32
  30. data/_includes/script.html +4 -4
  31. data/_includes/section/alertbar.html +11 -11
  32. data/_includes/section/count.html +23 -23
  33. data/_includes/share/socialshare.html +19 -0
  34. data/_layouts/aboutUs.html +17 -24
  35. data/_layouts/blog.html +71 -75
  36. data/_layouts/categories.html +24 -24
  37. data/_layouts/contactUs.html +17 -23
  38. data/_layouts/default.html +1 -1
  39. data/_layouts/feature.html +119 -137
  40. data/_layouts/help.html +18 -23
  41. data/_layouts/home.html +40 -44
  42. data/_layouts/page.html +5 -5
  43. data/_layouts/post.html +63 -68
  44. data/_layouts/termAndCondition.html +17 -23
  45. data/assets/cross.svg +4 -4
  46. data/assets/css/blog.css +464 -464
  47. data/assets/css/tools.css +1336 -1170
  48. data/assets/facebook.svg +4 -4
  49. data/assets/instagram.svg +4 -4
  50. data/assets/js/TopScroll.js +8 -9
  51. data/assets/linkdin.svg +4 -4
  52. data/assets/pdf.svg +20 -20
  53. data/assets/star.svg +4 -4
  54. data/assets/twitter.svg +4 -4
  55. data/assets/youtube.svg +4 -4
  56. metadata +13 -16
  57. data/_data/home/en.json +0 -48
  58. data/_includes/search-lunr.html +0 -16
  59. data/_includes/uploader/index.html +0 -69
  60. data/assets/js/lunr.js +0 -2977
  61. data/assets/js/lunrsearchengine.js +0 -89
data/assets/css/tools.css CHANGED
@@ -1,1170 +1,1336 @@
1
- .gBHowc {
2
- display: flex;
3
- width: 100%;
4
- border-top: 1px solid rgb(224, 224, 224);
5
- }
6
- .gBPLal {
7
- display: flex;
8
- flex-wrap: wrap;
9
- }
10
- @media (min-width: 768px)
11
- {.gBPLal {
12
- padding: 90px 0px;
13
- }}
14
- .gCgEiD {
15
- flex: 1 1 50%;
16
- display: flex;
17
- -webkit-box-pack: center;
18
- justify-content: center;
19
- -webkit-box-align: center;
20
- align-items: center;
21
- }
22
- .esoOLU {
23
- display: flex;
24
- flex-wrap: wrap;
25
- max-width: 100%;
26
- }
27
- .gCpaMM {
28
- height: 180px;
29
- width: 300px;
30
- }
31
- .gCxxqV {
32
- flex: 1 1 50%;
33
- color: rgb(33, 33, 33);
34
- }
35
- @media (min-width: 768px){
36
- .gBYhEu {
37
- line-height: 30px;
38
- font-size: 22px;
39
- }}
40
- .gCFTVe {
41
- list-style: none;
42
- counter-reset: howToCounter 0;
43
- margin: 0px;
44
- padding: 6px 0px;
45
- }
46
- .gCOqzn {
47
- line-height: 24px;
48
- font-size: 16px;
49
- font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
50
- -webkit-font-smoothing: antialiased;
51
- font-weight: 400;
52
- display: flex;
53
- padding: 6px 0px;
54
- }
55
- .gBYhEu {
56
- line-height: 30px;
57
- font-size: 20px;
58
- font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
59
- -webkit-font-smoothing: antialiased;
60
- font-weight: 600;
61
- margin: 0px;
62
- padding-bottom: 12px;
63
- }
64
- .kmltsK {
65
- display: flex;
66
- flex-direction: column;
67
- -webkit-box-align: center;
68
- align-items: center;
69
- padding: 0px 16px 54px;
70
- }
71
- @media (min-width: 768px){.kmltsK {
72
- width: 33.3333%;
73
- }}
74
- .kmtPWT {
75
- width: 48px;
76
- height: 48px;
77
- }
78
- .cxlSWI {
79
- margin-left: 6px;
80
- white-space: nowrap;
81
- text-overflow: ellipsis;
82
- overflow: hidden;
83
- }
84
- .kmCmBc {
85
- line-height: 24px;
86
- font-size: 16px;
87
- font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
88
- -webkit-font-smoothing: antialiased;
89
- font-weight: 600;
90
- color: rgb(33, 33, 33);
91
- text-align: center;
92
- margin: 0px;
93
- padding: 12px 0px;
94
- }
95
- .kmCmBc-q {
96
- line-height: 24px;
97
- font-size: 16px;
98
- font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
99
- -webkit-font-smoothing: antialiased;
100
- font-weight: 600;
101
- color: rgb(33, 33, 33);
102
- text-align: left;
103
- margin: 0px;
104
- padding: 12px 0px;
105
- }
106
- .kmKJfl {
107
- line-height: 24px;
108
- font-size: 16px;
109
- font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
110
- -webkit-font-smoothing: antialiased;
111
- font-weight: 400;
112
- color: rgb(33, 33, 33);
113
- text-align: center;
114
- margin: 0px;
115
- padding: 0px 24px;
116
- max-width: 100%;
117
- }
118
- .enfNez {
119
- cursor: pointer;
120
- user-select: none;
121
- margin: 0px;
122
- padding: 0px;
123
- outline: 0px;
124
- border: 0px;
125
- overflow: visible;
126
- display: flex;
127
- -webkit-box-align: center;
128
- align-items: center;
129
- color: inherit;
130
- background-color: transparent;
131
- font-family: inherit;
132
- line-height: inherit;
133
- transition: background-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
134
- width: 54px;
135
- -webkit-box-pack: center;
136
- justify-content: center;
137
- border-radius: 0px 4px 4px 0px;
138
- }
139
- .kmKJfl-p {
140
- line-height: 24px;
141
- font-size: 16px;
142
- font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
143
- -webkit-font-smoothing: antialiased;
144
- font-weight: 400;
145
- color: rgb(33, 33, 33);
146
- text-align: left;
147
- margin: 0px;
148
- max-width: 100%;
149
- }
150
- @media (min-width: 768px){.esoOLU {padding: 66px 0px 36px;}}
151
- body{margin:0;}
152
- main{display:block;}
153
- h1{font-size:2em;margin:0.67em 0;}
154
- hr{box-sizing:content-box;height:0;overflow:visible;}
155
- pre{font-family:monospace,monospace;font-size:1em;}
156
- a{background-color:transparent;}
157
- abbr[title]{border-bottom:none;-webkit-text-decoration:underline;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;}
158
- b,strong{font-weight:bolder;}
159
- code,kbd,samp{font-family:monospace,monospace;font-size:1em;}
160
- small{font-size:80%;}
161
- sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
162
- sub{bottom:-0.25em;}
163
- sup{top:-0.5em;}
164
- img{border-style:none;}
165
- button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}
166
- button,input{overflow:visible;}
167
- button,select{text-transform:none;}
168
- button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button;}
169
- button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0;}
170
- button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText;}
171
- fieldset{padding:0.35em 0.75em 0.625em;}
172
- legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}
173
- progress{vertical-align:baseline;}
174
- textarea{overflow:auto;}
175
- [type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0;}
176
- [type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto;}
177
- [type="search"]{-webkit-appearance:textfield;outline-offset:-2px;}
178
- [type="search"]::-webkit-search-decoration{-webkit-appearance:none;}
179
- ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}
180
- details{display:block;}
181
- summary{display:list-item;}
182
- template{display:none;}
183
- [hidden]{display:none;}
184
- body{overflow-y:scroll;background:white;}
185
- #app{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;min-height:100vh;}
186
- *{box-sizing:border-box;margin-block-start:0px;margin-block-end:0px;margin-inline-start:0px;margin-inline-end:0px;}
187
- data-styled.g2320[id="sc-global-ilaRTG1"]{content:"sc-global-ilaRTG1,"}
188
- data-styled.g1[id="sc-1ttxsn1-0"]{content:"fxCLCz,"}
189
-
190
-
191
- .iFsNzG{
192
- color: rgb(33, 33, 33);
193
- position: absolute;
194
- top: 12px;
195
- right: 12px;
196
- z-index: 10;
197
- cursor: pointer;
198
- }
199
- .buUasx{
200
- position: relative;
201
- display: flex;
202
- flex-direction: column;
203
- background-color: rgb(242, 48, 48);
204
- min-height: 300px;
205
- width: 100%;
206
- }
207
- .cwvKbP{
208
- position: absolute;
209
- inset: 12px;
210
- background: rgba(0, 0, 0, 0.1);
211
- border: 2px dashed rgba(0, 0, 0, 0.15);
212
- }
213
- .cwUZOq{
214
- padding-bottom: 18px;
215
- color: white;
216
- }
217
- .iTXuYA{
218
- height: 60px;
219
- width: 96px;
220
- }
221
- .bxyVaO {
222
- display: flex;
223
- overflow: hidden;
224
- }
225
- .cwMDkh{
226
- display: flex;
227
- flex-direction: column;
228
- -webkit-box-align: center;
229
- align-items: center;
230
- flex: 1 1 auto;
231
- -webkit-box-pack: center;
232
- justify-content: center;
233
- }
234
- .cxdwsz{
235
- line-height: 24px;
236
- font-size: 16px;
237
- font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
238
- -webkit-font-smoothing: antialiased;
239
- font-weight: 400;
240
- padding-top: 12px;
241
- text-align: center;
242
- color: white;
243
- }
244
- .fqHzAf{
245
- display: flex;
246
- flex: 1 1 auto;
247
- }
248
- .fqPWeo{
249
- cursor: pointer;
250
- display: flex;
251
- flex: 1 1 auto;
252
- }
253
- .hzsTQm{
254
- display: flex;
255
- flex: 1 1 auto;
256
- z-index: 1;
257
- }
258
- .cweQTx{
259
- display: flex;
260
- flex-direction: column;
261
- }
262
- .fxCLCz{display: flex;
263
- -webkit-box-pack: center;
264
- justify-content: center;
265
- width: 100%;}
266
- .iFkqVx{
267
- line-height: 36px;
268
- font-size: 30px;
269
- font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
270
- -webkit-font-smoothing: antialiased;
271
- font-weight: 300;
272
- color: rgb(33, 33, 33);
273
- }
274
- .lpeKGy{
275
- padding: 24px 0px;
276
- }
277
- .fHhdVc{
278
- padding-right: 12px;
279
- color: rgb(242, 48, 48);
280
- }
281
- .qNym{
282
- display: flex;
283
- -webkit-box-pack: center;
284
- justify-content: center;
285
- -webkit-box-align: center;
286
- align-items: center;
287
- }
288
- .iFBkdP{
289
- display: flex;
290
- -webkit-box-pack: center;
291
- justify-content: center;
292
- padding-top: 24px;
293
- }
294
- .blziMQ{
295
- cursor: pointer;
296
- user-select: none;
297
- line-height: 18px;
298
- font-size: 15px;
299
- font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
300
- -webkit-font-smoothing: antialiased;
301
- font-weight: 700;
302
- position: relative;
303
- display: flex;
304
- flex: 1 1 auto;
305
- -webkit-box-align: center;
306
- align-items: center;
307
- -webkit-box-pack: center;
308
- justify-content: center;
309
- min-width: 90px;
310
- border-radius: 4px;
311
- text-transform: uppercase;
312
- white-space: nowrap;
313
- outline: 0px;
314
- border: 0px;
315
- transition: background 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
316
- padding: 0px 24px;
317
- height: 54px;
318
- background: rgb(0, 85, 255);
319
- color: rgb(255, 255, 255);
320
-
321
- }
322
- .hvHwmD{-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;width:100%;}
323
- .lpnhkH{line-height: 36px;
324
- font-size: 30px;
325
- font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
326
- -webkit-font-smoothing: antialiased;
327
- font-weight: 600;
328
- color: rgb(33, 33, 33);
329
- text-align: center;
330
- margin: 0px;}
331
- .lpvDOQ{
332
- font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
333
- -webkit-font-smoothing: antialiased;
334
- font-weight: 300;
335
- color: rgb(33, 33, 33);
336
- text-align: center;
337
- margin: 0px;
338
- }
339
- @media (min-width: 768px){.cPukFe {line-height: 42px;font-size: 36px;}}
340
- .hDzHg{
341
- margin-left: 48px;
342
- }
343
- .dKjQAB{
344
- position: relative;
345
- display: flex;
346
- border-radius: 4px;
347
- color: rgb(33, 33, 33);
348
- background-color: rgb(255, 255, 255);
349
- }
350
- .fhjLHS {
351
- width: 1px;
352
- background-color: rgba(0, 0, 0, 0.15);
353
- }
354
- .hrcxSS{
355
- cursor: pointer;
356
- user-select: none;
357
- margin: 0px;
358
- outline: 0px;
359
- border: 0px;
360
- width: auto;
361
- overflow: visible;
362
- display: flex;
363
- -webkit-box-align: center;
364
- align-items: center;
365
- color: inherit;
366
- background-color: transparent;
367
- transition: background-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
368
- font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
369
- -webkit-font-smoothing: antialiased;
370
- font-weight: 700;
371
- font-size: 16px;
372
- line-height: 24px;
373
- padding: 15px 24px;
374
- height: 54px;
375
- position: relative;
376
- border-radius: 4px 0px 0px 4px;
377
- text-transform: uppercase;
378
- }
379
- .cPukFe{
380
- width: 100%;
381
- line-height: 30px;
382
- font-size: 24px;
383
- font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
384
- -webkit-font-smoothing: antialiased;
385
- font-weight: 700;
386
- }
387
- .favWrj{
388
- display: flex;
389
- place-content: center space-between;
390
- -webkit-box-align: center;
391
- align-items: center;
392
- margin: 0px auto;
393
- width: 100%;
394
- -webkit-box-pack: justify;
395
- padding: 0px 36px;
396
- }
397
- .eKVaAu{
398
- padding: 0px 0px 24px;
399
- }
400
- .eEFtbq{
401
- display: flex;
402
- align-content: center;
403
- -webkit-box-align: center;
404
- align-items: center;
405
- border: 1px solid rgb(238, 238, 238);
406
- overflow: hidden;
407
- cursor: pointer;
408
- color: rgb(33, 33, 33);
409
- margin: 0px auto;
410
- background: url(/build/204815b….png) center center / contain no-repeat;
411
- }
412
- .bYbgQN{
413
- display: flex;
414
- overflow: hidden;
415
- margin: 0px;
416
- width: 100%;
417
- }
418
- .eHtvdQ{
419
- display: flex;
420
- -webkit-box-pack: center;
421
- justify-content: center;
422
- padding: 0px 0px 12px;
423
- width: 100%;
424
- }
425
- @media (min-width: 768px){.lpvDOQ {line-height: 30px;font-size: 22px;}}
426
- @media (min-width:0px) and (max-width:1199px){.hvHwmD{max-width:none;}}
427
- @media (min-width:1200px){.hvHwmD{max-width:1200px;}}
428
- @media (min-width:0px) and (max-width:767px){.hvHwmD{padding:0 18px;}}
429
- @media (min-width:768px){.hvHwmD{padding:0 30px;}}
430
- data-styled.g2[id="sc-1ttxsn1-1"]{content:"hvHwmD,"}
431
- .hvHwmD{flex: 1 0 auto;
432
- width: 100%;}
433
- .FoQAX {
434
- width: 100%;
435
- background: rgb(245, 245, 245);
436
- max-width: 1200px;
437
- margin: 0px auto;
438
- animation: 2s ease-in-out 0s 1 normal none running furoaB;
439
- overflow: hidden;
440
- }
441
- .iGazQq{
442
- position: relative;
443
- padding: 42px;
444
- text-align: center;
445
- display: flex;
446
- flex-direction: column;
447
- }
448
- .icPtH{margin-right: 12px;}
449
- .bxyVaO{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;}
450
- .bxyVaO > svg{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;}
451
- .bxyVaO > svg > *{fill:currentColor;}
452
- data-styled.g5[id="sc-2xfn8l-0"]{content:"bxyVaO,"}
453
- .cPHJoA{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;line-height:18px;font-size:15px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:700;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;min-width:90px;background:transparent;border-radius:4px;text-transform:uppercase;white-space:nowrap;outline:0;border:0;background-clip:border-box;-webkit-transition:background .2s cubic-bezier(0.455,0.03,0.515,0.955);transition:background .2s cubic-bezier(0.455,0.03,0.515,0.955);padding:0 18px;height:42px;background:rgba(0,85,255,1);color:rgba(255,255,255,1);}
454
- .cPHJoA::-moz-focus-inner{padding:0;border:0;}
455
- .cPHJoA:disabled{background:rgba(224,224,224,1);cursor:none;pointer-events:none;}
456
- .cPHJoA:hover{background:rgba(0,76,229,1);}
457
- .cPHJoA:active{background:rgba(0,68,204,1);}
458
- data-styled.g9[id="sc-1mvwhop-0"]{content:"cPHJoA,"}
459
- .lfMGmO{-webkit-text-decoration:inherit;text-decoration:inherit;color:inherit;}
460
- data-styled.g17[id="sc-1bu7qfl-0"]{content:"lfMGmO,"}
461
- .bvorGM{display:inline-block;padding:7px 11px;cursor:pointer;border:1px solid transparent;border-radius:4px;background:rgba(26,26,26,1);color:rgba(255,255,255,1);}
462
- data-styled.g18[id="sc-9shut9-0"]{content:"bvorGM,"}
463
- .csDfHB{overflow:hidden;}
464
- .csDfHB > svg{display:block;}
465
- data-styled.g19[id="sc-1gyxcpm-0"]{content:"csDfHB,"}
466
- .hHIHUq{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;padding:0 8px;height:20px;border-radius:20px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-size:12px;line-height:12px;white-space:nowrap;background:rgba(26,26,26,1);color:rgba(255,255,255,1);font-weight:700;}
467
- data-styled.g34[id="yngot0-0"]{content:"hHIHUq,"}
468
- .ikoBBT{position:fixed;z-index:600;top:0;left:0;display:none;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;}
469
- data-styled.g46[id="sc-1bhf2s-0"]{content:"ikoBBT,"}
470
- .krHGwU{position:fixed;z-index:500;background-color:rgba(0,0,0,0.4);top:0;bottom:0;left:0;right:0;}
471
- data-styled.g47[id="sc-1bhf2s-1"]{content:"krHGwU,"}
472
- .glIZQf{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;min-height:100vh;min-width:100%;}
473
- data-styled.g50[id="sc-1fa2dkn-0"]{content:"glIZQf,"}
474
- .fElXmN{-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;width:100%;max-width:1440px;}
475
- @media (min-width:768px){.fElXmN{padding:0 24px;}}
476
- .NsBVV{-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;width:100%;max-width:1440px;}
477
- @media (min-width:0px) and (max-width:767px){.NsBVV{padding:0 12px;}}
478
- @media (min-width:768px){.NsBVV{padding:0 24px;}}
479
- data-styled.g51[id="bitun5-0"]{content:"fElXmN,NsBVV,"}
480
- .inueBp{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100%;}
481
- data-styled.g52[id="bitun5-1"]{content:"inueBp,"}
482
- .bVpxBN{width:12px;height:12px;}
483
- data-styled.g68[id="sxq67w-0"]{content:"bVpxBN,"}
484
- .leXjVP{box-shadow:0px 0px 24px rgba(26,26,26,0.2);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;z-index:600;background-color:rgba(255,255,255,1);box-sizing:content-box;overflow-x:hidden;overflow-y:auto;}
485
- @media (max-width:767px){.leXjVP{position:fixed;max-height:calc(100vh - 24px);left:12px;right:12px;}}
486
- @media (min-width:768px){.leXjVP{position:relative;max-height:calc(100vh - 72px);width:480px;}}
487
- data-styled.g69[id="kuqgaz-0"]{content:"leXjVP,"}
488
- .ckYImm{cursor:pointer;color:rgba(33,33,33,1);position:absolute;top:0;right:0;padding:12px;box-sizing:content-box;}
489
- data-styled.g71[id="kuqgaz-2"]{content:"ckYImm,"}
490
- .hSJQVR{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;}
491
- @media (max-width:767px){.hSJQVR{padding:12px;}}
492
- @media (min-width:768px){.hSJQVR{padding:36px;}}
493
- data-styled.g72[id="trcv32-0"]{content:"hSJQVR,"}
494
- .SBukn{width:24px;height:24px;}
495
- data-styled.g73[id="sc-2wite4-0"]{content:"SBukn,"}
496
- .fdItuc{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-text-decoration:inherit;text-decoration:inherit;color:inherit;}
497
- data-styled.g74[id="lqkt1b-0"]{content:"fdItuc,"}
498
- .hiSbSb{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-right:18px;}
499
- @media (min-width:0px) and (max-width:767px){.hiSbSb{padding-left:18px;padding-right:12px;}}
500
- data-styled.g116[id="sc-168sfod-0"]{content:"hiSbSb,"}
501
- .hjaywk{-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
502
- data-styled.g117[id="sc-168sfod-1"]{content:"hjaywk,"}
503
- .hjiVat{height:42px;}
504
- @media (max-width:767px){.hjiVat{height:36px;}}
505
- data-styled.g118[id="sc-168sfod-2"]{content:"hjiVat,"}
506
- .hjrrEC{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}
507
- data-styled.g119[id="sc-168sfod-3"]{content:"hjrrEC,"}
508
- .hIbenQ{list-style-type:none;height:100%;}
509
- data-styled.g123[id="sc-1mqygah-0"]{content:"hIbenQ,"}
510
- .cdDJXX{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:30px;font-size:18px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:400;color:rgba(33,33,33,1);white-space:nowrap;height:100%;padding:0 12px;cursor:pointer;-webkit-transition:color .2s cubic-bezier(0.455,0.03,0.515,0.955);transition:color .2s cubic-bezier(0.455,0.03,0.515,0.955);}
511
- @media (min-width:768px){.cdDJXX{line-height:18px;font-size:15px;}}
512
- .cdDJXX:hover{color:rgba(117,117,117,1);}
513
- .cdDJXX:active{color:rgba(189,189,189,1);}
514
- data-styled.g124[id="sc-1mqygah-1"]{content:"cdDJXX,"}
515
- .hcnRAo{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}
516
- @media (min-width:0px) and (max-width:767px){.hcnRAo{display:none;}}
517
- data-styled.g131[id="sc-1hd6z21-0"]{content:"hcnRAo,"}
518
- .hcwoex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;position:relative;overflow:hidden;margin:0;padding:0 18px;}
519
- @media (max-width:767px){.hcwoex{padding:0;}}
520
- data-styled.g132[id="sc-1hd6z21-1"]{content:"hcwoex,"}
521
- .hcEKIG{height:42px;width:1px;background-color:rgba(224,224,224,1);-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;}
522
- data-styled.g133[id="sc-1hd6z21-2"]{content:"hcEKIG,"}
523
- .hcNhmP{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
524
- data-styled.g134[id="sc-1hd6z21-3"]{content:"hcNhmP,"}
525
- .hcVDQY{padding-left:6px;}
526
- data-styled.g135[id="sc-1hd6z21-4"]{content:"hcVDQY,"}
527
- .jxYGTk{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;box-sizing:content-box;width:18px;padding:0 18px;color:rgba(33,33,33,1);-webkit-transition:color .2s cubic-bezier(0.455,0.03,0.515,0.955);transition:color .2s cubic-bezier(0.455,0.03,0.515,0.955);}
528
- .jxYGTk:hover{color:rgba(117,117,117,1);}
529
- .jxYGTk:active{color:rgba(33,33,33,1);}
530
- @media (min-width:768px){.jxYGTk{display:none;}}
531
- data-styled.g153[id="rnvo6-0"]{content:"jxYGTk,"}
532
- .jyhdxt{position:relative;width:18px;height:15px;box-sizing:border-box;border-top:1px solid currentColor;border-bottom:1px solid currentColor;pointer-events:none;}
533
- .jyhdxt:after{content:'';display:block;position:absolute;width:100%;height:1px;background-color:currentColor;top:50%;}
534
- data-styled.g154[id="rnvo6-1"]{content:"jyhdxt,"}
535
- .cblySq{position:absolute;width:12px;height:12px;right:2px;bottom:2px;border-radius:50%;background:white;color:rgba(33,33,33,1);}
536
- data-styled.g155[id="rhlin0-0"]{content:"cblySq,"}
537
- .sHtdd{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;}
538
- data-styled.g156[id="vnoyvz-0"]{content:"sHtdd,"}
539
- .sPPHm{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;padding:1px;}
540
- data-styled.g157[id="vnoyvz-1"]{content:"sPPHm,"}
541
- .sYmlv{line-height:30px;font-size:18px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:700;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;color:white;text-transform:uppercase;background-color:rgba(255,159,25,1);color:white;}
542
- @media (min-width:768px){.sYmlv{line-height:18px;font-size:15px;}}
543
- data-styled.g158[id="vnoyvz-2"]{content:"sYmlv,"}
544
- .knfgvG{position:absolute;width:14px;height:14px;top:0;right:0;border:2px solid white;border-radius:100%;background-color:rgba(255,0,64,1);display:none;}
545
- data-styled.g160[id="sc-1apfbp1-0"]{content:"knfgvG,"}
546
- .jxQvto{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;}
547
- @media (max-width:767px){.jxQvto{padding:0 18px;}}
548
- @media (min-width:768px){.jxQvto{padding-left:6px;}}
549
- data-styled.g161[id="sc-1pc5grg-0"]{content:"jxQvto,"}
550
- .deuuwy{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:42px;height:42px;}
551
- data-styled.g162[id="sc-1pc5grg-1"]{content:"deuuwy,"}
552
- .fPnIVd{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}
553
- data-styled.g195[id="yue4at-0"]{content:"fPnIVd,"}
554
- .fPwfzm{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
555
- data-styled.g196[id="yue4at-1"]{content:"fPwfzm,"}
556
- .fIwWsF{line-height:30px;font-size:18px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:400;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;white-space:nowrap;color:rgba(33,33,33,1);-webkit-transition:color .2s cubic-bezier(0.455,0.03,0.515,0.955);transition:color .2s cubic-bezier(0.455,0.03,0.515,0.955);padding:0 12px;cursor:pointer;}
557
- @media (min-width:768px){.fIwWsF{line-height:18px;font-size:15px;}}
558
- .fIwWsF:hover{color:rgba(117,117,117,1);}
559
- .fIwWsF:active{color:rgba(189,189,189,1);}
560
- data-styled.g197[id="xda4z1-0"]{content:"fIwWsF,"}
561
- .gXzTud{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 12px;}
562
- @media (min-width:0px) and (max-width:767px){.gXzTud{display:none;}}
563
- data-styled.g198[id="soxssp-0"]{content:"gXzTud,"}
564
- .ipqJFq{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
565
- @media (min-width:0px) and (max-width:767px){.ipqJFq{display:none;}}
566
- data-styled.g199[id="sc-1ucfe2p-0"]{content:"ipqJFq,"}
567
- .bzKyIY{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;width:100%;color:rgba(255,255,255,1);background-color:rgba(0,85,255,1);}
568
- data-styled.g201[id="sc-10adoor-0"]{content:"bzKyIY,"}
569
- .krnTbj{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:6px;cursor:pointer;}
570
- @media (max-width:767px){.krnTbj{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:18px;}}
571
- data-styled.g202[id="sc-10adoor-1"]{content:"krnTbj,"}
572
- .eMDCHU{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}
573
- @media (max-width:767px){.eMDCHU{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;}}
574
- data-styled.g203[id="sc-1k54gzf-0"]{content:"eMDCHU,"}
575
- .eMLZmd{line-height:18px;font-size:14px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:700;padding-right:6px;}
576
- data-styled.g204[id="sc-1k54gzf-1"]{content:"eMLZmd,"}
577
- .eMUvQm{line-height:18px;font-size:14px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:400;}
578
- data-styled.g205[id="sc-1k54gzf-2"]{content:"eMUvQm,"}
579
- .hNKpxq{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;padding-right:6px;}
580
- @media (max-width:767px){.hNKpxq{padding-right:12px;}}
581
- data-styled.g206[id="lvm3f1-0"]{content:"hNKpxq,"}
582
- .eehzvd{-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;padding-left:6px;}
583
- @media (max-width:767px){.eehzvd{padding-left:12px;}}
584
- data-styled.g207[id="sc-8vy6zj-0"]{content:"eehzvd,"}
585
- .bmnWka{position:relative;z-index:400;border-bottom:1px solid rgba(224,224,224,1);}
586
- data-styled.g208[id="sc-1sjqft3-0"]{content:"bmnWka,"}
587
- .ckHxed{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;height:64px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}
588
- data-styled.g209[id="sc-1sjqft3-1"]{content:"ckHxed,"}
589
- .ckPTIm{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:100%;}
590
- data-styled.g210[id="sc-1sjqft3-2"]{content:"ckPTIm,"}
591
- .ckYqmv{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}
592
- data-styled.g211[id="sc-1sjqft3-3"]{content:"ckYqmv,"}
593
- .gGBWmo{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;}
594
- @media (max-width:991px){.gGBWmo{padding-top:32px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}}
595
- @media (max-width:575px){.gGBWmo{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}}
596
- data-styled.g285[id="wji7uu-0"]{content:"gGBWmo,"}
597
- .gGKsQx{margin:-12px 0;padding:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;}
598
- @media (min-width:992px){.gGKsQx{-webkit-flex:initial;-ms-flex:initial;flex:initial;width:160px;}.gGKsQx:not(:first-child){margin-left:80px;}}
599
- @media (min-width:576px) and (max-width:991px){.gGKsQx{padding:0 20px;}.gGKsQx:first-child{padding-left:0;}.gGKsQx:last-child{padding-right:0;}}
600
- @media (max-width:575px){.gGKsQx{-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto;}.gGKsQx:not(:first-child){margin-top:28px;}}
601
- data-styled.g286[id="wji7uu-1"]{content:"gGKsQx,"}
602
- .gGSPuG{font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:700;font-size:16px;line-height:24px;color:rgba(26,26,26,1);padding:12px 0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
603
- data-styled.g287[id="wji7uu-2"]{content:"gGSPuG,"}
604
- .gHblYP{font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:400;font-size:16px;line-height:24px;color:rgba(26,26,26,1);padding:12px 0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;}
605
- .gHblYP:hover{color:rgba(117,117,117,1);}
606
- data-styled.g288[id="wji7uu-3"]{content:"gHblYP,"}
607
- .gpvEdY{padding:32px 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;}
608
- @media (max-width:991px){.gpvEdY{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}}
609
- data-styled.g289[id="g4nc6y-0"]{content:"gpvEdY,"}
610
- .gpEaIh{-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;}
611
- data-styled.g290[id="g4nc6y-1"]{content:"gpEaIh,"}
612
- .gpMxmq{height:40px;}
613
- data-styled.g291[id="g4nc6y-2"]{content:"gpMxmq,"}
614
- .gpUTQz{font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:400;font-size:18px;line-height:28px;color:rgba(26,26,26,1);padding-top:24px;}
615
- data-styled.g292[id="g4nc6y-3"]{content:"gpUTQz,"}
616
- .gqdquI{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}
617
- data-styled.g293[id="g4nc6y-4"]{content:"gqdquI,"}
618
- .gqlMYR{padding-left:6px;}
619
- data-styled.g294[id="g4nc6y-5"]{content:"gqlMYR,"}
620
- .jwCnFi{list-style:none;padding:0 12px;}
621
- .jwCnFi:first-child{padding-left:0;}
622
- .jwCnFi:last-child{padding-right:0;}
623
- @media (max-width:767px){.jwCnFi{padding-bottom:16px;}}
624
- data-styled.g295[id="sc-1gpgyss-0"]{content:"jwCnFi,"}
625
- .cVpsCJ{line-height:30px;font-size:18px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:400;cursor:pointer;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:rgba(33,33,33,1);-webkit-transition:color .1s cubic-bezier(0.455,0.03,0.515,0.955);transition:color .1s cubic-bezier(0.455,0.03,0.515,0.955);}
626
- @media (min-width:768px){.cVpsCJ{line-height:18px;font-size:15px;}}
627
- .cVpsCJ:hover{color:rgba(0,119,181,1);}
628
- .cMLuEn{line-height:30px;font-size:18px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:400;cursor:pointer;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:rgba(33,33,33,1);-webkit-transition:color .1s cubic-bezier(0.455,0.03,0.515,0.955);transition:color .1s cubic-bezier(0.455,0.03,0.515,0.955);}
629
- @media (min-width:768px){.cMLuEn{line-height:18px;font-size:15px;}}
630
- .cMLuEn:hover{color:rgba(59,89,152,1);}
631
- .izevWD{line-height:30px;font-size:18px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:400;cursor:pointer;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:rgba(33,33,33,1);-webkit-transition:color .1s cubic-bezier(0.455,0.03,0.515,0.955);transition:color .1s cubic-bezier(0.455,0.03,0.515,0.955);}
632
- @media (min-width:768px){.izevWD{line-height:18px;font-size:15px;}}
633
- .izevWD:hover{color:rgba(195,42,163,1);}
634
- .krVgxS{line-height:30px;font-size:18px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:400;cursor:pointer;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:rgba(33,33,33,1);-webkit-transition:color .1s cubic-bezier(0.455,0.03,0.515,0.955);transition:color .1s cubic-bezier(0.455,0.03,0.515,0.955);}
635
- @media (min-width:768px){.krVgxS{line-height:18px;font-size:15px;}}
636
- .krVgxS:hover{color:rgba(217,37,42,1);}
637
- .keyVmj{line-height:30px;font-size:18px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:400;cursor:pointer;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:rgba(33,33,33,1);-webkit-transition:color .1s cubic-bezier(0.455,0.03,0.515,0.955);transition:color .1s cubic-bezier(0.455,0.03,0.515,0.955);}
638
- @media (min-width:768px){.keyVmj{line-height:18px;font-size:15px;}}
639
- .keyVmj:hover{color:rgba(29,161,242,1);}
640
- data-styled.g296[id="sc-1gpgyss-1"]{content:"cVpsCJ,cMLuEn,izevWD,krVgxS,keyVmj,"}
641
- .ghIpqL{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;padding:24px 0;}
642
- @media (max-width:767px){.ghIpqL{-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding:32px 0;}}
643
- data-styled.g297[id="sc-1vdvga6-0"]{content:"ghIpqL,"}
644
- .ghQLUU{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;padding:0;margin:0;}
645
- data-styled.g298[id="sc-1vdvga6-1"]{content:"ghQLUU,"}
646
- .ghZizd{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -8px;}
647
- data-styled.g299[id="sc-1vdvga6-2"]{content:"ghZizd,"}
648
- .gihFdm{padding:0 8px;}
649
- @media (max-width:767px){.gihFdm{margin-top:16px;}}
650
- data-styled.g300[id="sc-1vdvga6-3"]{content:"gihFdm,"}
651
- .cPhikk{position:relative;padding:0 6px;}
652
- @media (max-width:767px){.cPhikk{width:100%;}}
653
- @media (min-width:768px){.cPhikk{width:50%;}}
654
- data-styled.g301[id="sc-1fadrw7-0"]{content:"cPhikk,"}
655
- .eitabK{line-height:30px;font-size:18px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:400;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 6px;color:rgba(33,33,33,1);border-bottom:1px solid rgba(224,224,224,1);}
656
- @media (min-width:768px){.eitabK{line-height:18px;font-size:15px;}}
657
- .eitabK:hover{background-color:rgba(238,238,238,1);}
658
- @media (max-width:767px){.eitabK{height:72px;}}
659
- @media (min-width:768px){.eitabK{height:42px;}}
660
- .eYrAGp{line-height:30px;font-size:18px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:400;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 6px;color:rgba(33,33,33,1);border-bottom:1px solid rgba(224,224,224,1);line-height:30px;font-size:18px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:700;}
661
- @media (min-width:768px){.eYrAGp{line-height:18px;font-size:15px;}}
662
- @media (min-width:768px){.eYrAGp{line-height:18px;font-size:15px;}}
663
- .eYrAGp:hover{background-color:rgba(238,238,238,1);}
664
- @media (max-width:767px){.eYrAGp{height:72px;}}
665
- @media (min-width:768px){.eYrAGp{height:42px;}}
666
- data-styled.g302[id="sc-1fadrw7-1"]{content:"eitabK,eYrAGp,"}
667
- .cPybsC{position:absolute;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:0;right:12px;bottom:0;}
668
- data-styled.g303[id="sc-1fadrw7-2"]{content:"cPybsC,"}
669
- .gGWepF{line-height:30px;font-size:20px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:600;color:rgba(33,33,33,1);padding:12px 0;text-align:center;}
670
- @media (min-width:768px){.gGWepF{line-height:30px;font-size:22px;}}
671
- data-styled.g304[id="awcnw8-0"]{content:"gGWepF,"}
672
- .gHeATO{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:24px;margin:0;list-style:none;}
673
- data-styled.g305[id="awcnw8-1"]{content:"gHeATO,"}
674
- .jsgFNg{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin:0;padding:0;outline:0;border:0;width:auto;overflow:visible;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:inherit;background-color:transparent;font-family:inherit;line-height:inherit;-webkit-transition:background-color .1s cubic-bezier(0.455,0.03,0.515,0.955);transition:background-color .1s cubic-bezier(0.455,0.03,0.515,0.955);}
675
- .jsgFNg::-moz-focus-inner{border:0;padding:0;}
676
- data-styled.g306[id="j86yjt-0"]{content:"jsgFNg,"}
677
- .ffGyct{background-color:rgba(244,244,244,1);}
678
- data-styled.g307[id="sc-1fplln8-0"]{content:"ffGyct,"}
679
- .ffOUGC{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;padding:24px 0;}
680
- @media (max-width:991px){.ffOUGC{-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;}}
681
- @media (max-width:575px){.ffOUGC{padding:32px 0;}}
682
- data-styled.g308[id="sc-1fplln8-1"]{content:"ffOUGC,"}
683
- .ffXrkL{font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:400;font-size:16px;line-height:24px;color:rgba(26,26,26,1);-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;}
684
- @media (min-width:576px) and (max-width:991px){.ffXrkL{padding-top:24px;}}
685
- data-styled.g309[id="sc-1fplln8-2"]{content:"ffXrkL,"}
686
- .fgfNOU{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;}
687
- @media (max-width:575px){.fgfNOU{-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;}}
688
- data-styled.g310[id="sc-1fplln8-3"]{content:"fgfNOU,"}
689
- .fgoktd{font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:400;font-size:16px;line-height:24px;color:rgba(26,26,26,1);margin:0 20px;}
690
- .fgoktd:hover{color:rgba(117,117,117,1);}
691
- .fgoktd:first-child{margin-left:0;}
692
- .fgoktd:last-child{margin-right:0;}
693
- @media (max-width:575px){.fgoktd{margin-left:0;margin-right:0;margin-bottom:32px;}}
694
- data-styled.g311[id="sc-1fplln8-4"]{content:"fgoktd,"}
695
- .khdGMm{color:rgba(242,48,48,1);display:inline-block;vertical-align:middle;margin:0 4px;}
696
- @media (prefers-reduced-motion:no-preference){.khdGMm{-webkit-animation:dgzxEO 2s infinite;animation:dgzxEO 2s infinite;}}
697
- data-styled.g312[id="sc-1fplln8-5"]{content:"khdGMm,"}
698
- .jKLUgT{height:1px;background-color:rgba(232,232,232,1);}
699
- data-styled.g313[id="sc-1p2sah-0"]{content:"jKLUgT,"}
700
- .jKUqLc{width:100%;}
701
- data-styled.g314[id="sc-1p2sah-1"]{content:"jKUqLc,"}
702
- .dhopRv{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0;padding:0 0 90px 0;}
703
- data-styled.g710[id="je654-0"]{content:"dhopRv,"}
704
- .dTTiwf{width:36px;height:36px;}
705
- data-styled.g711[id="sc-1nz7oec-0"]{content:"dTTiwf,"}
706
- .hpzLVg{position:relative;color:white;margin:0;border:1px solid white;}
707
- @media (min-width:0px) and (max-width:767px){.hpzLVg{width:100%;height:114px;}}
708
- @media (min-width:768px) and (max-width:991px){.hpzLVg{width:25%;height:180px;}}
709
- @media (min-width:992px){.hpzLVg{width:20%;height:180px;}}
710
- data-styled.g712[id="sc-1jhrmy1-0"]{content:"hpzLVg,"}
711
- .hpIizp{line-height:24px;font-size:16px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:700;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;-webkit-transition:box-shadow .2s cubic-bezier(0.455,0.03,0.515,0.955);transition:box-shadow .2s cubic-bezier(0.455,0.03,0.515,0.955);}
712
- .hpIizp:hover{box-shadow:0px 0px 24px rgba(26,26,26,0.2);z-index:1;}
713
- @media (max-width:767px){.hpIizp{padding:12px 12px 12px 60px;}}
714
- @media (min-width:768px){.hpIizp{padding:60px 12px 12px 12px;}}
715
- data-styled.g713[id="sc-1jhrmy1-1"]{content:"hpIizp,"}
716
- .hpQFdy{position:absolute;padding:12px;}
717
- data-styled.g714[id="sc-1jhrmy1-2"]{content:"hpQFdy,"}
718
- .hpZbHH{line-height:18px;font-size:14px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:400;position:absolute;padding:12px;}
719
- @media (max-width:767px){.hpZbHH{right:0;bottom:0;left:48px;top:36px;}}
720
- @media (min-width:768px){.hpZbHH{left:0;right:0;bottom:0;top:84px;}}
721
- data-styled.g715[id="sc-1jhrmy1-3"]{content:"hpZbHH,"}
722
- .hqhylQ{position:absolute;top:12px;right:12px;}
723
- data-styled.g716[id="sc-1jhrmy1-4"]{content:"hqhylQ,"}
724
- .fMjvGP{padding:24px 0;}
725
- data-styled.g717[id="sc-8oiqhz-0"]{content:"fMjvGP,"}
726
- .fMrSkY{line-height:30px;font-size:22px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:600;color:rgba(33,33,33,1);text-align:center;margin:0;}
727
- @media (min-width:768px){.fMrSkY{line-height:36px;font-size:30px;}}
728
- data-styled.g718[id="sc-8oiqhz-1"]{content:"fMrSkY,"}
729
- .fMAoPh{line-height:30px;font-size:20px;font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;font-stretch:400;font-weight:300;color:rgba(33,33,33,1);text-align:center;margin:0;}
730
- @media (min-width:768px){.fMAoPh{line-height:30px;font-size:22px;}}
731
- data-styled.g719[id="sc-8oiqhz-2"]{content:"fMAoPh,"}
732
- .eHZkTG{padding:12px 0 0 0;width:100%;}
733
- data-styled.g726[id="i92094-0"]{content:"eHZkTG,"}
734
- .jEgdbF{width:100%;}
735
- data-styled.g854[id="sc-194jngp-0"]{content:"jEgdbF,"}
736
- @-webkit-keyframes dgzxEO{1%{-webkit-transform:scale(1.25);-ms-transform:scale(1.25);transform:scale(1.25);}10%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}15%{-webkit-transform:scale(1.25);-ms-transform:scale(1.25);transform:scale(1.25);}18%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}}
737
- @keyframes dgzxEO{1%{-webkit-transform:scale(1.25);-ms-transform:scale(1.25);transform:scale(1.25);}10%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}15%{-webkit-transform:scale(1.25);-ms-transform:scale(1.25);transform:scale(1.25);}18%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}}
738
- data-styled.g2329[id="sc-keyframes-dgzxEO"]{content:"dgzxEO,"}
739
- html{line-height:1.15;-webkit-text-size-adjust:100%;}
740
-
741
- * {box-sizing: border-box;}
742
- body {
743
- background-image: url("img/hero-bg.png");
744
- font-family: Montserrat,system-ui,-apple-system, BlinkMacSystemFont,sans-serif;
745
- }
746
-
747
- .header{
748
- min-height: 80px;
749
- }
750
- .heading {
751
- text-align: center;
752
- margin-top: 90px;
753
- }
754
- .heading-h1{
755
- font-size: 60px;
756
- font-weight: 800;
757
- line-height: 1.33;
758
- color: #11304e;
759
- margin: 70px 0 12px;
760
- }
761
- .heading-h2{
762
- font-size: 20px;
763
- font-weight: 500;
764
- opacity: 70%;
765
- color: #11304e;
766
- }
767
- .img-uploader{
768
- margin-top: 45px;
769
- }
770
- .uploader {
771
- background-color: #974fff;
772
- border-radius: 25px;
773
- position: relative;
774
- min-height: 1px;
775
- padding-right: 15px;
776
- padding-left: 15px;
777
- margin: auto;
778
- width: 65%;
779
- padding: 10px;
780
- height:300px;
781
-
782
- }
783
- .inner-box{
784
- background-color: #11304e2e;
785
- border-radius: 25px;
786
- width: 100%;
787
- height: 280px;
788
- overflow: auto;
789
- text-align:justify;
790
- }
791
- .dropzone{
792
- text-align: center;
793
- color: white;
794
- }
795
- .drop-span{
796
- color: white;
797
- }
798
- .button{
799
- display: inline-block;
800
- background: rgb(255, 255, 255);
801
- border-radius: 10px;
802
- padding: 13px 22px;
803
- font-size: 16px;
804
- font-weight: bold;
805
- line-height: 1.19;
806
- letter-spacing: 0.32px;
807
- cursor: pointer;
808
- border: unset;
809
- color:#974fff!important;
810
- /* margin-left: 137px; */
811
- }
812
- .download-reset-button{
813
- display:flex;
814
- float:right;
815
- align-items: center;
816
- position:sticky;
817
- right:0;
818
- bottom:0;
819
-
820
- }
821
- .extract-container{
822
- width:90%;
823
- margin:auto;
824
- padding-top:40px;
825
- margin-bottom:30px;
826
- display:none;
827
- }
828
- .download-all{
829
- background: rgb(255, 255, 255);
830
- border-radius: 10px;
831
- padding: 7px 22px;
832
- font-size: 16px;
833
- font-weight: bold;
834
- line-height: 1.19;
835
- letter-spacing: 0.32px;
836
- cursor: pointer;
837
- border: unset;
838
- color:#974fff!important;
839
- float:left;
840
- }
841
-
842
- .restart-button{
843
- background: rgb(255, 255, 255);
844
- border-radius: 10px;
845
- padding: 7px 7px;
846
- font-size: 16px;
847
- line-height: 1.19;
848
- letter-spacing: 0;
849
- cursor: pointer;
850
- border: unset;
851
- color:#974fff!important;
852
- margin-top: 18px;
853
- }
854
-
855
- .file-upload{
856
- display:none;
857
- }
858
- .textual-content{
859
- margin-top: 90px;
860
-
861
- }
862
- .textual-content-box{
863
- margin-top: 90px;
864
- background-color: rgba(17, 48, 78, 0.18);
865
- display: flex;
866
- flex-direction:row;
867
-
868
- }
869
- .supported{
870
- margin-top: 90px;
871
- }
872
-
873
- .row {
874
- /* flex: 1 1 0px; */
875
- /* position: relative; */
876
- min-height: 1px;
877
- padding-right: 15px;
878
- padding-left: 15px;
879
- height: auto;
880
- text-align: center;
881
- margin-bottom: 30px;
882
- }
883
- i{
884
- display: block;
885
- margin-bottom: 18px;
886
-
887
- }
888
- .span{
889
- display: block;
890
- font-size: 20px;
891
- font-weight: bold;
892
- line-height: 1.21;
893
- margin-bottom: 15px;
894
- color: rgb(17, 48, 78);
895
- }
896
- p{
897
- font-size: 15px;
898
- line-height: 1.41;
899
- color: rgb(17, 48, 78);
900
- }
901
- .how-to{
902
- margin-right: -15px;
903
- margin-left: -15px
904
- }
905
- .how-to-text{
906
- position: relative;
907
- min-height: 1px;
908
- padding-right: 15px;
909
- padding-left: 15px;
910
- margin: auto;
911
- width: 74%;
912
- padding: 10px;
913
-
914
- }
915
- .how-to-h2 {
916
- font-size: 40px;
917
- font-weight: 800;
918
- line-height: 1.16;
919
- text-align: left;
920
- color: rgb(17, 48, 78);
921
- /* margin: 0px 0px 40px; */
922
- width: 100%;
923
- margin-top: 70px;
924
- }
925
- .steps{
926
- padding-left: 29px;
927
- }
928
- ul li span {
929
- display: inline-block;
930
- width: 20px;
931
- margin-right: 20px;
932
- position: absolute;
933
- top: 0px;
934
- left: 0px;
935
- }
936
- ul li {
937
- margin: 0px 0px 20px;
938
- padding: 0px;
939
- font-size: 17px;
940
- font-weight: 500;
941
- line-height: 1.4;
942
- text-align: left;
943
- color: rgb(17, 48, 78);
944
- list-style: none;
945
- position: relative;
946
- }
947
- img{
948
- outline: none;
949
- border: none;
950
- max-width: 100%;
951
- height: auto;
952
- }
953
- .rating-div{
954
- background-color: red
955
- }
956
- .rating-container{
957
- padding-right: 15px;
958
- padding-left: 15px;
959
- margin-right: auto;
960
- margin-left: auto;
961
- }
962
- .rating-row{
963
- margin-right: -15px;
964
- margin-left: -15px;
965
- }
966
- .faq-container{
967
- position: relative;
968
- min-height: 1px;
969
- padding-right: 15px;
970
- padding-left: 15px;
971
- }
972
- .faq-h2{
973
- font-size: 53px;
974
- font-weight: 800;
975
- line-height: 1.16;
976
- text-align: center;
977
- color: #11304e;
978
- margin: 100px 0 50px;
979
- }
980
- .faq-h3{
981
- margin: 0 0 25px;
982
- font-size: 20px;
983
- font-weight: 600;
984
- color: #11304e;
985
- position: relative;
986
- padding-right: 30px;
987
- line-height: 1.4;
988
- cursor: pointer;
989
- }
990
- .faq-list{
991
- position: relative;
992
- min-height: 1px;
993
- padding-right: 15px;
994
- padding-left: 15px;
995
- margin: auto;
996
- width: 50%;
997
- padding: 10px;
998
-
999
-
1000
- }
1001
- .sup-h2{
1002
- font-size: 56px;
1003
- font-weight: 800;
1004
- line-height: 1.21;
1005
- color: rgb(17, 48, 78);
1006
- text-align: center;
1007
- }
1008
- .sup-ul{
1009
- margin: 0px;
1010
- padding: 63px 0px 0px;
1011
- text-align: left;
1012
- }
1013
- .sup-li{
1014
- list-style: none;
1015
- margin: 0px 0px 20px;
1016
- font-size: 15px;
1017
- color: rgb(17, 48, 78);
1018
- width: 25%;
1019
- text-align: left;
1020
- display: inline-block;
1021
- }
1022
- a{
1023
- text-decoration: unset;
1024
- color: unset;
1025
- }
1026
- .sup-i{
1027
- display: inline-block;
1028
- margin-right: 10px;
1029
- width: 19px;
1030
- vertical-align: middle;
1031
- }
1032
- .sup-span{
1033
- display: inline-block;
1034
- width: 20px;
1035
- margin-right: 20px;
1036
- position: unset!important;
1037
- top: 0px;
1038
- left: 0px;
1039
- }
1040
- .clear {
1041
- clear: both;
1042
- }
1043
- .leftbox {
1044
- float:left;
1045
- width:30%;
1046
- height:280px;
1047
- margin: 0px 28px;
1048
- text-align: center;
1049
- margin-bottom: 30px;
1050
- }
1051
- .middlebox{
1052
- float:left;
1053
- width:30%;
1054
- height:280px;
1055
- text-align: center;
1056
- margin-bottom: 30px;
1057
-
1058
- }
1059
- .rightbox{
1060
- text-align: center;
1061
- float:right;
1062
- width:30%;
1063
- height:280px;
1064
- margin-bottom: 30px;
1065
- }
1066
- .file-list{
1067
- padding:10px 0 20px;
1068
- }
1069
-
1070
- .single-file{
1071
- color:white;
1072
-
1073
- cursor:pointer;
1074
- }
1075
- .small-text{
1076
- font-size: 16px;
1077
- font-weight:500;
1078
- }
1079
- .rows{
1080
- padding: 10px;
1081
- margin: auto;
1082
- width:50%;
1083
- margin-top: 70px;
1084
- display: inline;
1085
- min-height: 1px;
1086
- padding-right: 15px;
1087
- padding-left: 15px;
1088
- }
1089
- .rows-2{
1090
- margin-top: 50px;
1091
- }
1092
-
1093
- .header {
1094
- overflow: hidden;
1095
- /* background-color: #f1f1f1; */
1096
- padding: 20px 10px;
1097
- }
1098
-
1099
- .header a {
1100
- /* float: left;
1101
- color: black;
1102
- text-align: center;
1103
-
1104
- line-height: 25px;
1105
- border-radius: 4px; */
1106
-
1107
- padding: 0 20px 0 8px;
1108
- text-decoration: none;
1109
- color: #1e283c;
1110
- font-weight: 600;
1111
- font-size: 12px;
1112
- text-transform: uppercase;
1113
- outline: 0;
1114
- }
1115
-
1116
- .header a.logo {
1117
- font-size: 25px;
1118
- font-weight: bold;
1119
- margin: 0px 101px;
1120
- }
1121
-
1122
- .header a:hover {
1123
- background-color: #ddd;
1124
- color: black;
1125
- }
1126
-
1127
- .header a.active {
1128
- background-color:#eee;
1129
- color: black;
1130
- }
1131
-
1132
- .header-right {
1133
- float: right;
1134
- padding-right: 124px;
1135
- }
1136
-
1137
- /* @media screen and (max-width: 500px) {
1138
- .header a {
1139
- float: none;
1140
- display: block;
1141
- text-align: left;
1142
- }
1143
-
1144
- .header-right {
1145
- float: none;
1146
- }
1147
- } */
1148
-
1149
- .how-to-p{
1150
- margin-top: 35px;
1151
- }
1152
- .footer{
1153
- background-image: -webkit-linear-gradient(110deg,#7b10ff 0,#974fff 100%);
1154
- color:white;
1155
- padding: 100px 0px;
1156
- display: block;
1157
-
1158
- }
1159
-
1160
- .footer .single-footer-widget p {
1161
- color: #fff;
1162
- }
1163
- .footer .single-footer-widget .menu-list li a {
1164
- color: #fff;
1165
- transition: all .3s ease 0s;
1166
- }
1167
- .footer .footer-bottom p {
1168
- color: #fff;
1169
-
1170
- }
1
+ header {
2
+ width: 100%;
3
+ }
4
+ .navbar-toggler {
5
+ outline: none !important;
6
+ }
7
+ .navbar-toggler > .fa_bars {
8
+ position: absolute;
9
+ top: 20px;
10
+ font-size: 22px;
11
+ }
12
+ .nav-header {
13
+ position: sticky;
14
+ top: 0;
15
+ z-index: 10;
16
+ background: #fff;
17
+ box-shadow: 0 10px 20px -7px #e3e3e39c;
18
+ }
19
+ .nav__item {
20
+ margin: 0 !important;
21
+ padding: 0 15px;
22
+ font-size: 15px;
23
+ font-weight: 400;
24
+ line-height: 18px;
25
+ text-align: left;
26
+ list-style: none;
27
+ position: relative;
28
+ }
29
+ .nav__item a:hover {
30
+ color: #000;
31
+ text-decoration: none !important;
32
+ }
33
+ .dropdown-menu {
34
+ position: fixed;
35
+ left: 0;
36
+ top: 72px;
37
+ width: 100%;
38
+ }
39
+ .inner-dropdown {
40
+ display: flex;
41
+ justify-content: left;
42
+ padding: 30px 100px;
43
+ flex-wrap: wrap;
44
+ }
45
+ .catPad {
46
+ padding: 0 85px;
47
+ }
48
+ .catPad li {
49
+ font-size: 14px !important;
50
+ font-weight: 500;
51
+ }
52
+
53
+ .navCatContainer {
54
+ position: absolute;
55
+ z-index: 9;
56
+ padding: 25px;
57
+ height: 300px;
58
+ background: white;
59
+ width: 100%;
60
+ }
61
+ .navCat {
62
+ display: flex;
63
+ width: 100%;
64
+ justify-content: space-between;
65
+ }
66
+ .anchor_color {
67
+ color: rgb(117, 117, 117);
68
+ }
69
+ .nav__item_Cat {
70
+ margin: 0 !important;
71
+ padding: 0 15px;
72
+ font-size: 15px;
73
+ font-weight: 400;
74
+ line-height: 38px;
75
+ text-align: left;
76
+ /* color: #11304e; */
77
+ list-style: none;
78
+ position: relative;
79
+ }
80
+ .navItemlist {
81
+ width: 100%;
82
+ display: flex;
83
+ flex-direction: column;
84
+ padding: 20px 0;
85
+ }
86
+ @media (max-width: 992px) {
87
+ .dropdown-menu {
88
+ overflow-y: scroll;
89
+ height: 500px;
90
+ position: static !important;
91
+ float: none;
92
+ }
93
+ .inner-dropdown {
94
+ flex-direction: column;
95
+ padding: 0px 30px;
96
+ }
97
+ .catPad {
98
+ padding: 20px 0;
99
+ }
100
+ .navbar-nav {
101
+ margin: 0 !important;
102
+ }
103
+
104
+ .nav__item {
105
+ padding: 15px 0;
106
+ }
107
+ }
108
+ @media (max-width: 768px) {
109
+ .faq-list {
110
+ width: 100% !important;
111
+ }
112
+ .feature-h1,
113
+ .feature-h2 {
114
+ font-size: 20px !important;
115
+ }
116
+ }
117
+ .how-to-leftimg {
118
+ height: 180px;
119
+ width: 300px;
120
+ }
121
+ .how-to-right {
122
+ color: rgb(33, 33, 33);
123
+ }
124
+ @media (min-width: 768px) {
125
+ .how-to-title {
126
+ line-height: 30px;
127
+ font-size: 22px;
128
+ }
129
+ }
130
+ .how-to-list {
131
+ list-style: none;
132
+ counter-reset: howToCounter 0;
133
+ margin: 0px;
134
+ padding: 6px 0px;
135
+ }
136
+ .how-to-list-item {
137
+ line-height: 24px;
138
+ font-size: 16px;
139
+ font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
140
+ -webkit-font-smoothing: antialiased;
141
+ font-weight: 400;
142
+ display: flex;
143
+ padding: 6px 0px;
144
+ }
145
+ .how-to-title {
146
+ line-height: 30px;
147
+ font-size: 20px;
148
+ font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
149
+ -webkit-font-smoothing: antialiased;
150
+ font-weight: 600;
151
+ margin: 0px;
152
+ padding-bottom: 12px;
153
+ }
154
+
155
+ .feature-card-img {
156
+ width: 48px;
157
+ height: 48px;
158
+ }
159
+
160
+ .feature-card-title {
161
+ line-height: 24px;
162
+ font-size: 16px;
163
+ font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
164
+ -webkit-font-smoothing: antialiased;
165
+ font-weight: 600;
166
+ color: rgb(33, 33, 33);
167
+ text-align: center;
168
+ margin: 0px;
169
+ padding: 12px 0px;
170
+ }
171
+ .faq-question {
172
+ line-height: 24px;
173
+ font-size: 16px;
174
+ font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
175
+ -webkit-font-smoothing: antialiased;
176
+ font-weight: 600;
177
+ color: rgb(33, 33, 33);
178
+ text-align: left;
179
+ margin: 0px;
180
+ padding: 12px 0px;
181
+ }
182
+ .feature-card-desc {
183
+ line-height: 24px;
184
+ font-size: 16px;
185
+ font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
186
+ -webkit-font-smoothing: antialiased;
187
+ font-weight: 400;
188
+ color: rgb(33, 33, 33);
189
+ text-align: center;
190
+ margin: 0px;
191
+ padding: 0px 24px;
192
+ max-width: 100%;
193
+ }
194
+ .faq-answer {
195
+ line-height: 24px;
196
+ font-size: 16px;
197
+ font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
198
+ -webkit-font-smoothing: antialiased;
199
+ font-weight: 400;
200
+ color: rgb(33, 33, 33);
201
+ text-align: left;
202
+ margin: 0px;
203
+ max-width: 100%;
204
+ }
205
+ body {
206
+ margin: 0;
207
+ }
208
+ main {
209
+ display: block;
210
+ }
211
+ h1 {
212
+ font-size: 2em;
213
+ margin: 0.67em 0;
214
+ }
215
+ hr {
216
+ box-sizing: content-box;
217
+ height: 0;
218
+ overflow: visible;
219
+ }
220
+ pre {
221
+ font-family: monospace, monospace;
222
+ font-size: 1em;
223
+ }
224
+ a {
225
+ background-color: transparent;
226
+ }
227
+ abbr[title] {
228
+ border-bottom: none;
229
+ -webkit-text-decoration: underline;
230
+ text-decoration: underline;
231
+ -webkit-text-decoration: underline dotted;
232
+ text-decoration: underline dotted;
233
+ }
234
+ b,
235
+ strong {
236
+ font-weight: bolder;
237
+ }
238
+ code,
239
+ kbd,
240
+ samp {
241
+ font-family: monospace, monospace;
242
+ font-size: 1em;
243
+ }
244
+ small {
245
+ font-size: 80%;
246
+ }
247
+ sub,
248
+ sup {
249
+ font-size: 75%;
250
+ line-height: 0;
251
+ position: relative;
252
+ vertical-align: baseline;
253
+ }
254
+ sub {
255
+ bottom: -0.25em;
256
+ }
257
+ sup {
258
+ top: -0.5em;
259
+ }
260
+ img {
261
+ border-style: none;
262
+ }
263
+ button,
264
+ input,
265
+ optgroup,
266
+ select,
267
+ textarea {
268
+ font-family: inherit;
269
+ font-size: 100%;
270
+ line-height: 1.15;
271
+ margin: 0;
272
+ }
273
+ button,
274
+ input {
275
+ overflow: visible;
276
+ }
277
+ button,
278
+ select {
279
+ text-transform: none;
280
+ }
281
+ button,
282
+ [type='button'],
283
+ [type='reset'],
284
+ [type='submit'] {
285
+ -webkit-appearance: button;
286
+ }
287
+ button::-moz-focus-inner,
288
+ [type='button']::-moz-focus-inner,
289
+ [type='reset']::-moz-focus-inner,
290
+ [type='submit']::-moz-focus-inner {
291
+ border-style: none;
292
+ padding: 0;
293
+ }
294
+ button:-moz-focusring,
295
+ [type='button']:-moz-focusring,
296
+ [type='reset']:-moz-focusring,
297
+ [type='submit']:-moz-focusring {
298
+ outline: 1px dotted ButtonText;
299
+ }
300
+ fieldset {
301
+ padding: 0.35em 0.75em 0.625em;
302
+ }
303
+ legend {
304
+ box-sizing: border-box;
305
+ color: inherit;
306
+ display: table;
307
+ max-width: 100%;
308
+ padding: 0;
309
+ white-space: normal;
310
+ }
311
+ progress {
312
+ vertical-align: baseline;
313
+ }
314
+ textarea {
315
+ overflow: auto;
316
+ }
317
+ [type='checkbox'],
318
+ [type='radio'] {
319
+ box-sizing: border-box;
320
+ padding: 0;
321
+ }
322
+ [type='number']::-webkit-inner-spin-button,
323
+ [type='number']::-webkit-outer-spin-button {
324
+ height: auto;
325
+ }
326
+ [type='search'] {
327
+ -webkit-appearance: textfield;
328
+ outline-offset: -2px;
329
+ }
330
+ [type='search']::-webkit-search-decoration {
331
+ -webkit-appearance: none;
332
+ }
333
+ ::-webkit-file-upload-button {
334
+ -webkit-appearance: button;
335
+ font: inherit;
336
+ }
337
+ details {
338
+ display: block;
339
+ }
340
+ summary {
341
+ display: list-item;
342
+ }
343
+ template {
344
+ display: none;
345
+ }
346
+ [hidden] {
347
+ display: none;
348
+ }
349
+ body {
350
+ overflow-y: scroll;
351
+ background: white;
352
+ }
353
+ #app {
354
+ display: -webkit-box;
355
+ display: -webkit-flex;
356
+ display: -ms-flexbox;
357
+ display: flex;
358
+ min-height: 100vh;
359
+ }
360
+ * {
361
+ box-sizing: border-box;
362
+ margin-block-start: 0px;
363
+ margin-block-end: 0px;
364
+ margin-inline-start: 0px;
365
+ margin-inline-end: 0px;
366
+ }
367
+ .box-border {
368
+ position: absolute;
369
+ inset: 12px;
370
+ background: rgba(0, 0, 0, 0.1);
371
+ border: 2px dashed rgba(0, 0, 0, 0.15);
372
+ }
373
+ .div-cont {
374
+ display: flex;
375
+ overflow: hidden;
376
+ }
377
+ .content-box {
378
+ display: flex;
379
+ flex: 1 1 auto;
380
+ z-index: 1;
381
+ }
382
+ .flex-container {
383
+ display: flex;
384
+ -webkit-box-pack: center;
385
+ justify-content: center;
386
+ width: 100%;
387
+ }
388
+
389
+ .flex-class {
390
+ -webkit-flex: 1 0 auto;
391
+ -ms-flex: 1 0 auto;
392
+ flex: 1 0 auto;
393
+ width: 100%;
394
+ }
395
+ @media (min-width: 0px) and (max-width: 1199px) {
396
+ .flex-class {
397
+ max-width: none;
398
+ }
399
+ }
400
+ @media (min-width: 1200px) {
401
+ .flex-class {
402
+ max-width: 1200px;
403
+ }
404
+ }
405
+ @media (min-width: 0px) and (max-width: 767px) {
406
+ .flex-class {
407
+ padding: 0 18px;
408
+ }
409
+ }
410
+ @media (min-width: 768px) {
411
+ .flex-class {
412
+ padding: 0 30px;
413
+ }
414
+ }
415
+ .flex-class {
416
+ flex: 1 0 auto;
417
+ width: 100%;
418
+ }
419
+ .feature-h1 {
420
+ line-height: 36px;
421
+ font-size: 30px;
422
+ font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
423
+ -webkit-font-smoothing: antialiased;
424
+ font-weight: 600;
425
+ color: rgb(33, 33, 33);
426
+ text-align: center;
427
+ margin: 0px;
428
+ }
429
+ .feature-h2 {
430
+ font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
431
+ -webkit-font-smoothing: antialiased;
432
+ font-weight: 300;
433
+ color: rgb(33, 33, 33);
434
+ text-align: center;
435
+ margin: 0px;
436
+ }
437
+ @media (min-width: 768px) {
438
+ .feature-h2 {
439
+ line-height: 30px;
440
+ font-size: 22px;
441
+ }
442
+ }
443
+ .logo-height {
444
+ height: 42px;
445
+ }
446
+ @media (max-width: 767px) {
447
+ .logo-height {
448
+ height: 36px;
449
+ }
450
+ }
451
+ .footer-nav-item {
452
+ margin: -12px 0;
453
+ padding: 0;
454
+ display: -webkit-box;
455
+ display: -webkit-flex;
456
+ display: -ms-flexbox;
457
+ display: flex;
458
+ -webkit-flex-direction: column;
459
+ -ms-flex-direction: column;
460
+ flex-direction: column;
461
+ -webkit-box-flex: 1;
462
+ -webkit-flex-grow: 1;
463
+ -ms-flex-positive: 1;
464
+ flex-grow: 1;
465
+ -webkit-flex-shrink: 1;
466
+ -ms-flex-negative: 1;
467
+ flex-shrink: 1;
468
+ -webkit-flex-basis: 0;
469
+ -ms-flex-preferred-size: 0;
470
+ flex-basis: 0;
471
+ }
472
+ @media (min-width: 992px) {
473
+ .footer-nav-item {
474
+ -webkit-flex: initial;
475
+ -ms-flex: initial;
476
+ flex: initial;
477
+ width: 160px;
478
+ }
479
+ }
480
+ @media (min-width: 576px) and (max-width: 991px) {
481
+ .footer-nav-item {
482
+ padding: 0 20px;
483
+ }
484
+ .footer-nav-item:first-child {
485
+ padding-left: 0;
486
+ }
487
+ .footer-nav-item:last-child {
488
+ padding-right: 0;
489
+ }
490
+ }
491
+ @media (max-width: 575px) {
492
+ .footer-nav-item {
493
+ -webkit-flex-basis: auto;
494
+ -ms-flex-preferred-size: auto;
495
+ flex-basis: auto;
496
+ }
497
+ .footer-nav-item:not(:first-child) {
498
+ margin-top: 28px;
499
+ }
500
+ }
501
+ .home-feature-desc {
502
+ line-height: 18px;
503
+ font-size: 14px;
504
+ font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
505
+ -webkit-font-smoothing: antialiased;
506
+ font-stretch: 400;
507
+ font-weight: 400;
508
+ position: absolute;
509
+ padding: 12px;
510
+ }
511
+ @media (max-width: 767px) {
512
+ .home-feature-desc {
513
+ right: 0;
514
+ bottom: 0;
515
+ left: 48px;
516
+ top: 36px;
517
+ }
518
+ }
519
+ @media (min-width: 768px) {
520
+ .home-feature-desc {
521
+ left: 0;
522
+ right: 0;
523
+ bottom: 0;
524
+ top: 84px;
525
+ }
526
+ }
527
+ .home-top-h1 {
528
+ line-height: 30px;
529
+ font-size: 22px;
530
+ font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
531
+ -webkit-font-smoothing: antialiased;
532
+ font-stretch: 400;
533
+ font-weight: 600;
534
+ color: rgba(33, 33, 33, 1);
535
+ text-align: center;
536
+ margin: 0;
537
+ }
538
+ @media (min-width: 768px) {
539
+ .home-top-h1 {
540
+ line-height: 36px;
541
+ font-size: 30px;
542
+ }
543
+ }
544
+ .home-top-h2 {
545
+ line-height: 30px;
546
+ font-size: 20px;
547
+ font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
548
+ -webkit-font-smoothing: antialiased;
549
+ font-stretch: 400;
550
+ font-weight: 300;
551
+ color: rgba(33, 33, 33, 1);
552
+ text-align: center;
553
+ margin: 0;
554
+ }
555
+ @media (min-width: 768px) {
556
+ .home-top-h2 {
557
+ line-height: 30px;
558
+ font-size: 22px;
559
+ }
560
+ }
561
+ html {
562
+ line-height: 1.15;
563
+ -webkit-text-size-adjust: 100%;
564
+ }
565
+
566
+ * {
567
+ box-sizing: border-box;
568
+ }
569
+ body {
570
+ font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont,
571
+ sans-serif;
572
+ }
573
+ .header {
574
+ min-height: 80px;
575
+ }
576
+ .heading {
577
+ text-align: center;
578
+ margin-top: 90px;
579
+ }
580
+ .heading-h1 {
581
+ font-size: 60px;
582
+ font-weight: 800;
583
+ line-height: 1.33;
584
+ color: #11304e;
585
+ margin: 70px 0 12px;
586
+ }
587
+ .heading-h2 {
588
+ font-size: 20px;
589
+ font-weight: 500;
590
+ opacity: 70%;
591
+ color: #11304e;
592
+ }
593
+ .img-uploader {
594
+ margin-top: 45px;
595
+ }
596
+ .uploader {
597
+ background-color: #974fff;
598
+ border-radius: 25px;
599
+ position: relative;
600
+ min-height: 1px;
601
+ padding-right: 15px;
602
+ padding-left: 15px;
603
+ margin: auto;
604
+ width: 65%;
605
+ padding: 10px;
606
+ height: 300px;
607
+ }
608
+ .inner-box {
609
+ background-color: #11304e2e;
610
+ border-radius: 25px;
611
+ width: 100%;
612
+ height: 280px;
613
+ overflow: auto;
614
+ text-align: justify;
615
+ }
616
+ .dropzone {
617
+ text-align: center;
618
+ color: white;
619
+ }
620
+ .drop-span {
621
+ color: white;
622
+ }
623
+ .button {
624
+ display: inline-block;
625
+ background: rgb(255, 255, 255);
626
+ border-radius: 10px;
627
+ padding: 13px 22px;
628
+ font-size: 16px;
629
+ font-weight: bold;
630
+ line-height: 1.19;
631
+ letter-spacing: 0.32px;
632
+ cursor: pointer;
633
+ border: unset;
634
+ color: #974fff !important;
635
+ /* margin-left: 137px; */
636
+ }
637
+ .download-reset-button {
638
+ display: flex;
639
+ float: right;
640
+ align-items: center;
641
+ position: sticky;
642
+ right: 0;
643
+ bottom: 0;
644
+ }
645
+ .extract-container {
646
+ width: 90%;
647
+ margin: auto;
648
+ padding-top: 40px;
649
+ margin-bottom: 30px;
650
+ display: none;
651
+ }
652
+ .download-all {
653
+ background: rgb(255, 255, 255);
654
+ border-radius: 10px;
655
+ padding: 7px 22px;
656
+ font-size: 16px;
657
+ font-weight: bold;
658
+ line-height: 1.19;
659
+ letter-spacing: 0.32px;
660
+ cursor: pointer;
661
+ border: unset;
662
+ color: #974fff !important;
663
+ float: left;
664
+ }
665
+
666
+ .restart-button {
667
+ background: rgb(255, 255, 255);
668
+ border-radius: 10px;
669
+ padding: 7px 7px;
670
+ font-size: 16px;
671
+ line-height: 1.19;
672
+ letter-spacing: 0;
673
+ cursor: pointer;
674
+ border: unset;
675
+ color: #974fff !important;
676
+ margin-top: 18px;
677
+ }
678
+
679
+ .file-upload {
680
+ display: none;
681
+ }
682
+ .textual-content {
683
+ margin-top: 90px;
684
+ }
685
+ .textual-content-box {
686
+ margin-top: 90px;
687
+ background-color: rgba(17, 48, 78, 0.18);
688
+ display: flex;
689
+ flex-direction: row;
690
+ }
691
+ .supported {
692
+ margin-top: 90px;
693
+ }
694
+
695
+ .row {
696
+ /* flex: 1 1 0px; */
697
+ /* position: relative; */
698
+ min-height: 1px;
699
+ padding-right: 15px;
700
+ padding-left: 15px;
701
+ height: auto;
702
+ text-align: center;
703
+ margin-bottom: 30px;
704
+ }
705
+ i {
706
+ display: block;
707
+ margin-bottom: 18px;
708
+ }
709
+ .span {
710
+ display: block;
711
+ font-size: 20px;
712
+ font-weight: bold;
713
+ line-height: 1.21;
714
+ margin-bottom: 15px;
715
+ color: rgb(17, 48, 78);
716
+ }
717
+ p {
718
+ font-size: 15px;
719
+ line-height: 1.41;
720
+ color: rgb(17, 48, 78);
721
+ }
722
+ .how-to {
723
+ margin-right: -15px;
724
+ margin-left: -15px;
725
+ }
726
+ .how-to-text {
727
+ position: relative;
728
+ min-height: 1px;
729
+ padding-right: 15px;
730
+ padding-left: 15px;
731
+ margin: auto;
732
+ width: 74%;
733
+ padding: 10px;
734
+ }
735
+ .how-to-h2 {
736
+ font-size: 40px;
737
+ font-weight: 800;
738
+ line-height: 1.16;
739
+ text-align: left;
740
+ color: rgb(17, 48, 78);
741
+ /* margin: 0px 0px 40px; */
742
+ width: 100%;
743
+ margin-top: 70px;
744
+ }
745
+ .steps {
746
+ padding-left: 29px;
747
+ }
748
+ ul li span {
749
+ display: inline-block;
750
+ width: 20px;
751
+ margin-right: 20px;
752
+ position: absolute;
753
+ top: 0px;
754
+ left: 0px;
755
+ }
756
+ img {
757
+ outline: none;
758
+ border: none;
759
+ max-width: 100%;
760
+ height: auto;
761
+ }
762
+ .rating-div {
763
+ background-color: red;
764
+ }
765
+ .rating-container {
766
+ padding-right: 15px;
767
+ padding-left: 15px;
768
+ margin-right: auto;
769
+ margin-left: auto;
770
+ }
771
+ .rating-row {
772
+ margin-right: -15px;
773
+ margin-left: -15px;
774
+ }
775
+ .faq-container {
776
+ position: relative;
777
+ min-height: 1px;
778
+ padding-right: 15px;
779
+ padding-left: 15px;
780
+ }
781
+ .faq-h2 {
782
+ font-size: 53px;
783
+ font-weight: 800;
784
+ line-height: 1.16;
785
+ text-align: center;
786
+ color: #11304e;
787
+ margin: 100px 0 50px;
788
+ }
789
+ .faq-h3 {
790
+ margin: 0 0 25px;
791
+ font-size: 20px;
792
+ font-weight: 600;
793
+ color: #11304e;
794
+ position: relative;
795
+ padding-right: 30px;
796
+ line-height: 1.4;
797
+ cursor: pointer;
798
+ }
799
+ .faq-list {
800
+ position: relative;
801
+ min-height: 1px;
802
+ padding-right: 15px;
803
+ padding-left: 15px;
804
+ margin: auto;
805
+ width: 50%;
806
+ padding: 10px;
807
+ }
808
+ .sup-h2 {
809
+ font-size: 56px;
810
+ font-weight: 800;
811
+ line-height: 1.21;
812
+ color: rgb(17, 48, 78);
813
+ text-align: center;
814
+ }
815
+ .sup-ul {
816
+ margin: 0px;
817
+ padding: 63px 0px 0px;
818
+ text-align: left;
819
+ }
820
+ .sup-li {
821
+ list-style: none;
822
+ margin: 0px 0px 20px;
823
+ font-size: 15px;
824
+ color: rgb(17, 48, 78);
825
+ width: 25%;
826
+ text-align: left;
827
+ display: inline-block;
828
+ }
829
+ a {
830
+ text-decoration: unset;
831
+ color: unset;
832
+ }
833
+ .sup-i {
834
+ display: inline-block;
835
+ margin-right: 10px;
836
+ width: 19px;
837
+ vertical-align: middle;
838
+ }
839
+ .sup-span {
840
+ display: inline-block;
841
+ width: 20px;
842
+ margin-right: 20px;
843
+ position: unset !important;
844
+ top: 0px;
845
+ left: 0px;
846
+ }
847
+ .clear {
848
+ clear: both;
849
+ }
850
+ .leftbox {
851
+ float: left;
852
+ width: 30%;
853
+ height: 280px;
854
+ margin: 0px 28px;
855
+ text-align: center;
856
+ margin-bottom: 30px;
857
+ }
858
+ .middlebox {
859
+ float: left;
860
+ width: 30%;
861
+ height: 280px;
862
+ text-align: center;
863
+ margin-bottom: 30px;
864
+ }
865
+ .rightbox {
866
+ text-align: center;
867
+ float: right;
868
+ width: 30%;
869
+ height: 280px;
870
+ margin-bottom: 30px;
871
+ }
872
+ .file-list {
873
+ padding: 10px 0 20px;
874
+ }
875
+
876
+ .single-file {
877
+ color: white;
878
+
879
+ cursor: pointer;
880
+ }
881
+ .small-text {
882
+ font-size: 16px;
883
+ font-weight: 500;
884
+ }
885
+ .rows {
886
+ padding: 10px;
887
+ margin: auto;
888
+ width: 50%;
889
+ margin-top: 70px;
890
+ display: inline;
891
+ min-height: 1px;
892
+ padding-right: 15px;
893
+ padding-left: 15px;
894
+ }
895
+ .rows-2 {
896
+ margin-top: 50px;
897
+ }
898
+ ul li {
899
+ margin: 0 0 20px;
900
+ padding: 0;
901
+ font-size: 17px;
902
+ font-weight: 500;
903
+ line-height: 1.4;
904
+ text-align: left;
905
+ color: #11304e;
906
+ list-style: none;
907
+ position: relative;
908
+ }
909
+
910
+ .header {
911
+ overflow: hidden;
912
+ /* background-color: #f1f1f1; */
913
+ padding: 20px 10px;
914
+ }
915
+
916
+ .header a {
917
+ /* float: left;
918
+ color: black;
919
+ text-align: center;
920
+
921
+ line-height: 25px;
922
+ border-radius: 4px; */
923
+
924
+ padding: 0 20px 0 8px;
925
+ text-decoration: none;
926
+ color: #1e283c;
927
+ font-weight: 600;
928
+ font-size: 12px;
929
+ text-transform: uppercase;
930
+ outline: 0;
931
+ }
932
+
933
+ .header a.logo {
934
+ font-size: 25px;
935
+ font-weight: bold;
936
+ margin: 0px 101px;
937
+ }
938
+
939
+ .header a:hover {
940
+ background-color: #ddd;
941
+ color: black;
942
+ }
943
+
944
+ .header a.active {
945
+ background-color: #eee;
946
+ color: black;
947
+ }
948
+
949
+ .header-right {
950
+ float: right;
951
+ padding-right: 124px;
952
+ }
953
+ /* footer css start */
954
+ .footer {
955
+ font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
956
+ -webkit-font-smoothing: antialiased;
957
+ }
958
+ .footer-wrapper {
959
+ padding: 32px 0;
960
+ display: -webkit-box;
961
+ display: -webkit-flex;
962
+ display: -ms-flexbox;
963
+ display: flex;
964
+ -webkit-flex-direction: row;
965
+ -ms-flex-direction: row;
966
+ flex-direction: row;
967
+ }
968
+ @media (max-width: 991px) {
969
+ .footer-wrapper {
970
+ -webkit-flex-direction: column;
971
+ -ms-flex-direction: column;
972
+ flex-direction: column;
973
+ }
974
+ }
975
+ .footer-logo-cont {
976
+ -webkit-flex: 1 1 auto;
977
+ -ms-flex: 1 1 auto;
978
+ flex: 1 1 auto;
979
+ display: -webkit-box;
980
+ display: -webkit-flex;
981
+ display: -ms-flexbox;
982
+ display: flex;
983
+ -webkit-flex-direction: column;
984
+ -ms-flex-direction: column;
985
+ flex-direction: column;
986
+ -webkit-align-items: flex-start;
987
+ -webkit-box-align: flex-start;
988
+ -ms-flex-align: flex-start;
989
+ align-items: flex-start;
990
+ }
991
+ .footer-logo {
992
+ height: 40px;
993
+ }
994
+ .footer-title {
995
+ font-stretch: 400;
996
+ font-weight: 400;
997
+ font-size: 18px;
998
+ line-height: 28px;
999
+ color: rgba(26, 26, 26, 1);
1000
+ padding-top: 24px;
1001
+ }
1002
+ .footer-nav {
1003
+ -webkit-flex: 1 1 auto;
1004
+ -ms-flex: 1 1 auto;
1005
+ flex: 1 1 auto;
1006
+ display: -webkit-box;
1007
+ display: -webkit-flex;
1008
+ display: -ms-flexbox;
1009
+ display: flex;
1010
+ -webkit-flex-direction: row;
1011
+ -ms-flex-direction: row;
1012
+ flex-direction: row;
1013
+ -webkit-box-pack: end;
1014
+ -webkit-justify-content: space-between;
1015
+ -ms-flex-pack: end;
1016
+ justify-content: space-between;
1017
+ }
1018
+ @media (max-width: 991px) {
1019
+ .footer-nav {
1020
+ padding-top: 32px;
1021
+ -webkit-box-pack: justify;
1022
+ -webkit-justify-content: space-between;
1023
+ -ms-flex-pack: justify;
1024
+ justify-content: space-between;
1025
+ }
1026
+ }
1027
+ @media (max-width: 575px) {
1028
+ .footer-nav {
1029
+ -webkit-flex-direction: column;
1030
+ -ms-flex-direction: column;
1031
+ flex-direction: column;
1032
+ }
1033
+ }
1034
+ .footer-ul {
1035
+ display: flex;
1036
+ flex-direction: column;
1037
+ padding-left: 0;
1038
+ }
1039
+ .footer-ul-title {
1040
+ font-stretch: 400;
1041
+ font-weight: 700;
1042
+ font-size: 16px;
1043
+ line-height: 24px;
1044
+ color: rgba(26, 26, 26, 1);
1045
+ padding: 12px 0;
1046
+ -webkit-user-select: none;
1047
+ -moz-user-select: none;
1048
+ -ms-user-select: none;
1049
+ user-select: none;
1050
+ }
1051
+ .footer-link {
1052
+ font-stretch: 400;
1053
+ font-weight: 400;
1054
+ font-size: 16px;
1055
+ line-height: 24px;
1056
+ color: rgba(26, 26, 26, 1);
1057
+ padding: 12px 0;
1058
+ -webkit-flex: 0 0 auto;
1059
+ -ms-flex: 0 0 auto;
1060
+ flex: 0 0 auto;
1061
+ width: 100%;
1062
+ }
1063
+ .footer-link:hover {
1064
+ color: rgba(117, 117, 117, 1);
1065
+ }
1066
+ .footer-msg {
1067
+ font-stretch: 400;
1068
+ font-weight: 400;
1069
+ font-size: 16px;
1070
+ line-height: 24px;
1071
+ color: rgba(26, 26, 26, 1);
1072
+ -webkit-flex: 1 1 auto;
1073
+ -ms-flex: 1 1 auto;
1074
+ flex: 1 1 auto;
1075
+ }
1076
+ @media (min-width: 576px) and (max-width: 991px) {
1077
+ .footer-msg {
1078
+ padding-top: 24px;
1079
+ }
1080
+ }
1081
+
1082
+ .privacy-footer {
1083
+ display: -webkit-box;
1084
+ display: -webkit-flex;
1085
+ display: -ms-flexbox;
1086
+ display: flex;
1087
+ -webkit-flex-direction: row;
1088
+ -ms-flex-direction: row;
1089
+ flex-direction: row;
1090
+ padding: 24px 0;
1091
+ }
1092
+ @media (max-width: 991px) {
1093
+ .privacy-footer {
1094
+ -webkit-flex-direction: column-reverse;
1095
+ -ms-flex-direction: column-reverse;
1096
+ flex-direction: column-reverse;
1097
+ }
1098
+ }
1099
+ @media (max-width: 575px) {
1100
+ .privacy-footer {
1101
+ padding: 32px 0;
1102
+ }
1103
+ }
1104
+
1105
+ .privacy-links {
1106
+ display: -webkit-box;
1107
+ display: -webkit-flex;
1108
+ display: -ms-flexbox;
1109
+ display: flex;
1110
+ -webkit-align-items: flex-start;
1111
+ -webkit-box-align: flex-start;
1112
+ -ms-flex-align: flex-start;
1113
+ align-items: flex-start;
1114
+ -webkit-flex-direction: row;
1115
+ -ms-flex-direction: row;
1116
+ flex-direction: row;
1117
+ }
1118
+ @media (max-width: 575px) {
1119
+ .privacy-links {
1120
+ -webkit-flex-direction: column-reverse;
1121
+ -ms-flex-direction: column-reverse;
1122
+ flex-direction: column-reverse;
1123
+ }
1124
+ }
1125
+ .privacy-links-item {
1126
+ font-stretch: 400;
1127
+ font-weight: 400;
1128
+ font-size: 16px;
1129
+ line-height: 24px;
1130
+ color: rgba(26, 26, 26, 1);
1131
+ margin: 0 20px;
1132
+ }
1133
+ .privacy-links-item:hover {
1134
+ color: rgba(117, 117, 117, 1);
1135
+ }
1136
+ .privacy-links-item:first-child {
1137
+ margin-left: 0;
1138
+ }
1139
+ .privacy-links-item:last-child {
1140
+ margin-right: 0;
1141
+ }
1142
+ @media (max-width: 575px) {
1143
+ .privacy-links-item {
1144
+ margin-left: 0;
1145
+ margin-right: 0;
1146
+ margin-bottom: 32px;
1147
+ }
1148
+ }
1149
+ /* footer css end */
1150
+ /*about termsand conditions help*/
1151
+ .about-h1 {
1152
+ line-height: 30px;
1153
+ font-size: 22px;
1154
+ font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
1155
+ -webkit-font-smoothing: antialiased;
1156
+ font-stretch: 400;
1157
+ font-weight: 600;
1158
+ color: rgba(33, 33, 33, 1);
1159
+ text-align: center;
1160
+ margin: 0;
1161
+ }
1162
+ @media (min-width: 768px) {
1163
+ .about-h1 {
1164
+ line-height: 36px;
1165
+ font-size: 30px;
1166
+ }
1167
+ }
1168
+ .about-h2 {
1169
+ line-height: 30px;
1170
+ font-size: 20px;
1171
+ font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
1172
+ -webkit-font-smoothing: antialiased;
1173
+ font-stretch: 400;
1174
+ font-weight: 300;
1175
+ color: rgba(33, 33, 33, 1);
1176
+ text-align: center;
1177
+ margin: 0;
1178
+ }
1179
+ @media (min-width: 768px) {
1180
+ .about-h2 {
1181
+ line-height: 30px;
1182
+ font-size: 22px;
1183
+ }
1184
+ }
1185
+ /*closed*/
1186
+ .feature-img {
1187
+ width: 36px;
1188
+ height: 36px;
1189
+ }
1190
+ .box-padding {
1191
+ padding: 0px 0px 24px;
1192
+ }
1193
+ .box {
1194
+ position: relative;
1195
+ display: flex;
1196
+ flex-direction: column;
1197
+ background-color: rgb(242, 48, 48);
1198
+ min-height: 300px;
1199
+ width: 100%;
1200
+ }
1201
+ .social-icons {
1202
+ position: fixed;
1203
+ right: 0;
1204
+ top: 35%;
1205
+ width: 42px;
1206
+ height: 140px;
1207
+ display: flex;
1208
+ flex-direction: column;
1209
+ align-items: center;
1210
+ justify-content: center;
1211
+ border-top-left-radius: 8px;
1212
+ border-bottom-left-radius: 8px;
1213
+ background: #fff;
1214
+ box-shadow: 0 0 20px -7px #191a1a9e;
1215
+ line-height: 30px;
1216
+ }
1217
+
1218
+ @media (max-width: 768px) {
1219
+ .social-icons {
1220
+ left: 0;
1221
+ bottom: 0 !important;
1222
+ top: auto;
1223
+ font-size: 25px;
1224
+ width: 100%;
1225
+ height: 80px;
1226
+ display: flex;
1227
+ margin: 0 !important;
1228
+ flex-direction: row;
1229
+ justify-content: space-evenly;
1230
+ line-height: 100px;
1231
+ }
1232
+ }
1233
+ .social-icon {
1234
+ margin: 0 !important;
1235
+ color: gray;
1236
+ font-size: 1.6rem;
1237
+ }
1238
+ .social-icon:hover {
1239
+ color: black;
1240
+ }
1241
+ .home-features {
1242
+ display: -webkit-box;
1243
+ display: -webkit-flex;
1244
+ display: -ms-flexbox;
1245
+ display: flex;
1246
+ -webkit-flex-wrap: wrap;
1247
+ -ms-flex-wrap: wrap;
1248
+ flex-wrap: wrap;
1249
+ list-style: none;
1250
+ margin: 0;
1251
+ padding: 0 0 90px 0;
1252
+ }
1253
+
1254
+ .home-feature-box {
1255
+ position: relative;
1256
+ color: white;
1257
+ margin: 0;
1258
+ border: 1px solid white;
1259
+ }
1260
+ @media (min-width: 0px) and (max-width: 767px) {
1261
+ .home-feature-box {
1262
+ width: 100%;
1263
+ height: 114px;
1264
+ }
1265
+ }
1266
+ @media (min-width: 768px) and (max-width: 991px) {
1267
+ .home-feature-box {
1268
+ width: 25%;
1269
+ height: 180px;
1270
+ }
1271
+ }
1272
+ @media (min-width: 992px) {
1273
+ .home-feature-box {
1274
+ width: 20%;
1275
+ height: 180px;
1276
+ }
1277
+ }
1278
+ .home-feature-name {
1279
+ line-height: 24px;
1280
+ font-size: 16px;
1281
+ font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
1282
+ -webkit-font-smoothing: antialiased;
1283
+ font-stretch: 400;
1284
+ font-weight: 700;
1285
+ text-overflow: ellipsis;
1286
+ white-space: nowrap;
1287
+ overflow: hidden;
1288
+ position: absolute;
1289
+ top: 0;
1290
+ right: 0;
1291
+ bottom: 0;
1292
+ left: 0;
1293
+ -webkit-transition: box-shadow 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
1294
+ transition: box-shadow 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
1295
+ }
1296
+ .home-feature-name:hover {
1297
+ box-shadow: 0px 0px 24px rgba(26, 26, 26, 0.2);
1298
+ z-index: 1;
1299
+ }
1300
+ @media (max-width: 767px) {
1301
+ .home-feature-name {
1302
+ padding: 12px 12px 12px 60px;
1303
+ }
1304
+ }
1305
+ @media (min-width: 768px) {
1306
+ .home-feature-name {
1307
+ padding: 60px 12px 12px 12px;
1308
+ }
1309
+ }
1310
+ .home-inner-box {
1311
+ position: absolute;
1312
+ padding: 12px;
1313
+ }
1314
+ .div-cont {
1315
+ display: -webkit-box;
1316
+ display: -webkit-flex;
1317
+ display: -ms-flexbox;
1318
+ display: flex;
1319
+ overflow: hidden;
1320
+ }
1321
+ .div-cont > svg {
1322
+ display: -webkit-box;
1323
+ display: -webkit-flex;
1324
+ display: -ms-flexbox;
1325
+ display: flex;
1326
+ -webkit-flex: 1 1 auto;
1327
+ -ms-flex: 1 1 auto;
1328
+ flex: 1 1 auto;
1329
+ }
1330
+ .div-cont > svg > * {
1331
+ fill: currentColor;
1332
+ }
1333
+ .mega-menu::first-line {
1334
+ color: gray !important;
1335
+ font-weight: 600;
1336
+ }