jekyll-theme-digitalebrain 0.1.6 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (73) hide show
  1. checksums.yaml +4 -4
  2. data/assets/.DS_Store +0 -0
  3. data/assets/css/Flaticon.woff +0 -0
  4. data/assets/css/Flaticon.woff2 +0 -0
  5. data/assets/css/_flaticon.scss +70 -0
  6. data/assets/css/ajax-loader.gif +0 -0
  7. data/assets/css/animate.css +3377 -0
  8. data/assets/css/aos.css +2 -0
  9. data/assets/css/bootstrap/bootstrap-grid.css +1708 -0
  10. data/assets/css/bootstrap/bootstrap-reboot.css +272 -0
  11. data/assets/css/bootstrap-datepicker.css +512 -0
  12. data/assets/css/bootstrap.min.css +7 -0
  13. data/assets/css/content.css +101 -0
  14. data/assets/css/css/bootstrap-reboot.css +272 -0
  15. data/assets/css/css/mixins/_text-hide.css +0 -0
  16. data/assets/css/flaticon.css +47 -0
  17. data/assets/css/icomoon.css +4919 -0
  18. data/assets/css/ionicons.min.css +11 -0
  19. data/assets/css/jquery.timepicker.css +72 -0
  20. data/assets/css/magnific-popup.css +351 -0
  21. data/assets/css/open-iconic-bootstrap.min.css +1 -0
  22. data/assets/css/owl.carousel.min.css +6 -0
  23. data/assets/css/owl.theme.default.min.css +15 -0
  24. data/assets/css/style.css +8488 -0
  25. data/assets/fonts/flaticon/backup.txt +1 -0
  26. data/assets/fonts/flaticon/font/Flaticon.eot +0 -0
  27. data/assets/fonts/flaticon/font/Flaticon.svg +303 -0
  28. data/assets/fonts/flaticon/font/Flaticon.ttf +0 -0
  29. data/assets/fonts/flaticon/font/Flaticon.woff +0 -0
  30. data/assets/fonts/flaticon/font/Flaticon.woff2 +0 -0
  31. data/assets/fonts/flaticon/font/_flaticon.scss +70 -0
  32. data/assets/fonts/flaticon/font/flaticon.css +47 -0
  33. data/assets/fonts/flaticon/font/flaticon.html +530 -0
  34. data/assets/fonts/flaticon/license/license.pdf +0 -0
  35. data/assets/fonts/icomoon/icomoon.eot +0 -0
  36. data/assets/fonts/icomoon/icomoon.svg +1530 -0
  37. data/assets/fonts/icomoon/icomoon.ttf +0 -0
  38. data/assets/fonts/icomoon/icomoon.woff +0 -0
  39. data/assets/fonts/ionicons/css/_ionicons.scss +1480 -0
  40. data/assets/fonts/ionicons/css/ionicons.min.css +11 -0
  41. data/assets/fonts/ionicons/fonts/ionicons.eot +0 -0
  42. data/assets/fonts/ionicons/fonts/ionicons.svg +2094 -0
  43. data/assets/fonts/ionicons/fonts/ionicons.ttf +0 -0
  44. data/assets/fonts/ionicons/fonts/ionicons.woff +0 -0
  45. data/assets/fonts/ionicons/fonts/ionicons.woff2 +0 -0
  46. data/assets/fonts/open-iconic/open-iconic.eot +0 -0
  47. data/assets/fonts/open-iconic/open-iconic.otf +0 -0
  48. data/assets/fonts/open-iconic/open-iconic.svg +543 -0
  49. data/assets/fonts/open-iconic/open-iconic.ttf +0 -0
  50. data/assets/fonts/open-iconic/open-iconic.woff +0 -0
  51. data/assets/images/.DS_Store +0 -0
  52. data/assets/images/bg_1.jpg +0 -0
  53. data/assets/images/bg_1_.jpg +0 -0
  54. data/assets/images/bubbles_.jpg +0 -0
  55. data/assets/images/favicon.png +0 -0
  56. data/assets/images/loc.png +0 -0
  57. data/assets/js/aos.js +2 -0
  58. data/assets/js/bootstrap-datepicker.js +1671 -0
  59. data/assets/js/bootstrap.min.js +7 -0
  60. data/assets/js/google-map.js +62 -0
  61. data/assets/js/jquery-3.2.1.min.js +4 -0
  62. data/assets/js/jquery-migrate-3.0.1.min.js +215 -0
  63. data/assets/js/jquery.animateNumber.min.js +8 -0
  64. data/assets/js/jquery.easing.1.3.js +205 -0
  65. data/assets/js/jquery.magnific-popup.min.js +4 -0
  66. data/assets/js/jquery.min.js +10253 -0
  67. data/assets/js/jquery.stellar.min.js +2 -0
  68. data/assets/js/jquery.timepicker.min.js +7 -0
  69. data/assets/js/jquery.waypoints.min.js +7 -0
  70. data/assets/js/main.js +346 -0
  71. data/assets/js/owl.carousel.min.js +7 -0
  72. data/assets/js/popper.min.js +5 -0
  73. metadata +130 -2
@@ -0,0 +1,1708 @@
1
+ /*!
2
+ * Bootstrap Grid v4.1.0 (https://getbootstrap.com/)
3
+ * Copyright 2011-2018 The Bootstrap Authors
4
+ * Copyright 2011-2018 Twitter, Inc.
5
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
6
+ */
7
+ @-ms-viewport {
8
+ width: device-width; }
9
+
10
+ html {
11
+ -webkit-box-sizing: border-box;
12
+ box-sizing: border-box;
13
+ -ms-overflow-style: scrollbar; }
14
+
15
+ *,
16
+ *::before,
17
+ *::after {
18
+ -webkit-box-sizing: inherit;
19
+ box-sizing: inherit; }
20
+
21
+ .container {
22
+ width: 100%;
23
+ padding-right: 15px;
24
+ padding-left: 15px;
25
+ margin-right: auto;
26
+ margin-left: auto; }
27
+ @media (min-width: 576px) {
28
+ .container {
29
+ max-width: 540px; } }
30
+ @media (min-width: 768px) {
31
+ .container {
32
+ max-width: 720px; } }
33
+ @media (min-width: 992px) {
34
+ .container {
35
+ max-width: 960px; } }
36
+ @media (min-width: 1200px) {
37
+ .container {
38
+ max-width: 1140px; } }
39
+
40
+ .container-fluid {
41
+ width: 100%;
42
+ padding-right: 15px;
43
+ padding-left: 15px;
44
+ margin-right: auto;
45
+ margin-left: auto; }
46
+
47
+ .row {
48
+ display: -webkit-box;
49
+ display: -ms-flexbox;
50
+ display: flex;
51
+ -ms-flex-wrap: wrap;
52
+ flex-wrap: wrap;
53
+ margin-right: -15px;
54
+ margin-left: -15px; }
55
+
56
+ .no-gutters {
57
+ margin-right: 0;
58
+ margin-left: 0; }
59
+ .no-gutters > .col,
60
+ .no-gutters > [class*="col-"] {
61
+ padding-right: 0;
62
+ padding-left: 0; }
63
+
64
+ .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
65
+ .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
66
+ .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
67
+ .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
68
+ .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
69
+ .col-xl-auto {
70
+ position: relative;
71
+ width: 100%;
72
+ min-height: 1px;
73
+ padding-right: 15px;
74
+ padding-left: 15px; }
75
+
76
+ .col {
77
+ -ms-flex-preferred-size: 0;
78
+ flex-basis: 0;
79
+ -webkit-box-flex: 1;
80
+ -ms-flex-positive: 1;
81
+ flex-grow: 1;
82
+ max-width: 100%; }
83
+
84
+ .col-auto {
85
+ -webkit-box-flex: 0;
86
+ -ms-flex: 0 0 auto;
87
+ flex: 0 0 auto;
88
+ width: auto;
89
+ max-width: none; }
90
+
91
+ .col-1 {
92
+ -webkit-box-flex: 0;
93
+ -ms-flex: 0 0 8.33333%;
94
+ flex: 0 0 8.33333%;
95
+ max-width: 8.33333%; }
96
+
97
+ .col-2 {
98
+ -webkit-box-flex: 0;
99
+ -ms-flex: 0 0 16.66667%;
100
+ flex: 0 0 16.66667%;
101
+ max-width: 16.66667%; }
102
+
103
+ .col-3 {
104
+ -webkit-box-flex: 0;
105
+ -ms-flex: 0 0 25%;
106
+ flex: 0 0 25%;
107
+ max-width: 25%; }
108
+
109
+ .col-4 {
110
+ -webkit-box-flex: 0;
111
+ -ms-flex: 0 0 33.33333%;
112
+ flex: 0 0 33.33333%;
113
+ max-width: 33.33333%; }
114
+
115
+ .col-5 {
116
+ -webkit-box-flex: 0;
117
+ -ms-flex: 0 0 41.66667%;
118
+ flex: 0 0 41.66667%;
119
+ max-width: 41.66667%; }
120
+
121
+ .col-6 {
122
+ -webkit-box-flex: 0;
123
+ -ms-flex: 0 0 50%;
124
+ flex: 0 0 50%;
125
+ max-width: 50%; }
126
+
127
+ .col-7 {
128
+ -webkit-box-flex: 0;
129
+ -ms-flex: 0 0 58.33333%;
130
+ flex: 0 0 58.33333%;
131
+ max-width: 58.33333%; }
132
+
133
+ .col-8 {
134
+ -webkit-box-flex: 0;
135
+ -ms-flex: 0 0 66.66667%;
136
+ flex: 0 0 66.66667%;
137
+ max-width: 66.66667%; }
138
+
139
+ .col-9 {
140
+ -webkit-box-flex: 0;
141
+ -ms-flex: 0 0 75%;
142
+ flex: 0 0 75%;
143
+ max-width: 75%; }
144
+
145
+ .col-10 {
146
+ -webkit-box-flex: 0;
147
+ -ms-flex: 0 0 83.33333%;
148
+ flex: 0 0 83.33333%;
149
+ max-width: 83.33333%; }
150
+
151
+ .col-11 {
152
+ -webkit-box-flex: 0;
153
+ -ms-flex: 0 0 91.66667%;
154
+ flex: 0 0 91.66667%;
155
+ max-width: 91.66667%; }
156
+
157
+ .col-12 {
158
+ -webkit-box-flex: 0;
159
+ -ms-flex: 0 0 100%;
160
+ flex: 0 0 100%;
161
+ max-width: 100%; }
162
+
163
+ .order-first {
164
+ -webkit-box-ordinal-group: 0;
165
+ -ms-flex-order: -1;
166
+ order: -1; }
167
+
168
+ .order-last {
169
+ -webkit-box-ordinal-group: 14;
170
+ -ms-flex-order: 13;
171
+ order: 13; }
172
+
173
+ .order-0 {
174
+ -webkit-box-ordinal-group: 1;
175
+ -ms-flex-order: 0;
176
+ order: 0; }
177
+
178
+ .order-1 {
179
+ -webkit-box-ordinal-group: 2;
180
+ -ms-flex-order: 1;
181
+ order: 1; }
182
+
183
+ .order-2 {
184
+ -webkit-box-ordinal-group: 3;
185
+ -ms-flex-order: 2;
186
+ order: 2; }
187
+
188
+ .order-3 {
189
+ -webkit-box-ordinal-group: 4;
190
+ -ms-flex-order: 3;
191
+ order: 3; }
192
+
193
+ .order-4 {
194
+ -webkit-box-ordinal-group: 5;
195
+ -ms-flex-order: 4;
196
+ order: 4; }
197
+
198
+ .order-5 {
199
+ -webkit-box-ordinal-group: 6;
200
+ -ms-flex-order: 5;
201
+ order: 5; }
202
+
203
+ .order-6 {
204
+ -webkit-box-ordinal-group: 7;
205
+ -ms-flex-order: 6;
206
+ order: 6; }
207
+
208
+ .order-7 {
209
+ -webkit-box-ordinal-group: 8;
210
+ -ms-flex-order: 7;
211
+ order: 7; }
212
+
213
+ .order-8 {
214
+ -webkit-box-ordinal-group: 9;
215
+ -ms-flex-order: 8;
216
+ order: 8; }
217
+
218
+ .order-9 {
219
+ -webkit-box-ordinal-group: 10;
220
+ -ms-flex-order: 9;
221
+ order: 9; }
222
+
223
+ .order-10 {
224
+ -webkit-box-ordinal-group: 11;
225
+ -ms-flex-order: 10;
226
+ order: 10; }
227
+
228
+ .order-11 {
229
+ -webkit-box-ordinal-group: 12;
230
+ -ms-flex-order: 11;
231
+ order: 11; }
232
+
233
+ .order-12 {
234
+ -webkit-box-ordinal-group: 13;
235
+ -ms-flex-order: 12;
236
+ order: 12; }
237
+
238
+ .offset-1 {
239
+ margin-left: 8.33333%; }
240
+
241
+ .offset-2 {
242
+ margin-left: 16.66667%; }
243
+
244
+ .offset-3 {
245
+ margin-left: 25%; }
246
+
247
+ .offset-4 {
248
+ margin-left: 33.33333%; }
249
+
250
+ .offset-5 {
251
+ margin-left: 41.66667%; }
252
+
253
+ .offset-6 {
254
+ margin-left: 50%; }
255
+
256
+ .offset-7 {
257
+ margin-left: 58.33333%; }
258
+
259
+ .offset-8 {
260
+ margin-left: 66.66667%; }
261
+
262
+ .offset-9 {
263
+ margin-left: 75%; }
264
+
265
+ .offset-10 {
266
+ margin-left: 83.33333%; }
267
+
268
+ .offset-11 {
269
+ margin-left: 91.66667%; }
270
+
271
+ @media (min-width: 576px) {
272
+ .col-sm {
273
+ -ms-flex-preferred-size: 0;
274
+ flex-basis: 0;
275
+ -webkit-box-flex: 1;
276
+ -ms-flex-positive: 1;
277
+ flex-grow: 1;
278
+ max-width: 100%; }
279
+ .col-sm-auto {
280
+ -webkit-box-flex: 0;
281
+ -ms-flex: 0 0 auto;
282
+ flex: 0 0 auto;
283
+ width: auto;
284
+ max-width: none; }
285
+ .col-sm-1 {
286
+ -webkit-box-flex: 0;
287
+ -ms-flex: 0 0 8.33333%;
288
+ flex: 0 0 8.33333%;
289
+ max-width: 8.33333%; }
290
+ .col-sm-2 {
291
+ -webkit-box-flex: 0;
292
+ -ms-flex: 0 0 16.66667%;
293
+ flex: 0 0 16.66667%;
294
+ max-width: 16.66667%; }
295
+ .col-sm-3 {
296
+ -webkit-box-flex: 0;
297
+ -ms-flex: 0 0 25%;
298
+ flex: 0 0 25%;
299
+ max-width: 25%; }
300
+ .col-sm-4 {
301
+ -webkit-box-flex: 0;
302
+ -ms-flex: 0 0 33.33333%;
303
+ flex: 0 0 33.33333%;
304
+ max-width: 33.33333%; }
305
+ .col-sm-5 {
306
+ -webkit-box-flex: 0;
307
+ -ms-flex: 0 0 41.66667%;
308
+ flex: 0 0 41.66667%;
309
+ max-width: 41.66667%; }
310
+ .col-sm-6 {
311
+ -webkit-box-flex: 0;
312
+ -ms-flex: 0 0 50%;
313
+ flex: 0 0 50%;
314
+ max-width: 50%; }
315
+ .col-sm-7 {
316
+ -webkit-box-flex: 0;
317
+ -ms-flex: 0 0 58.33333%;
318
+ flex: 0 0 58.33333%;
319
+ max-width: 58.33333%; }
320
+ .col-sm-8 {
321
+ -webkit-box-flex: 0;
322
+ -ms-flex: 0 0 66.66667%;
323
+ flex: 0 0 66.66667%;
324
+ max-width: 66.66667%; }
325
+ .col-sm-9 {
326
+ -webkit-box-flex: 0;
327
+ -ms-flex: 0 0 75%;
328
+ flex: 0 0 75%;
329
+ max-width: 75%; }
330
+ .col-sm-10 {
331
+ -webkit-box-flex: 0;
332
+ -ms-flex: 0 0 83.33333%;
333
+ flex: 0 0 83.33333%;
334
+ max-width: 83.33333%; }
335
+ .col-sm-11 {
336
+ -webkit-box-flex: 0;
337
+ -ms-flex: 0 0 91.66667%;
338
+ flex: 0 0 91.66667%;
339
+ max-width: 91.66667%; }
340
+ .col-sm-12 {
341
+ -webkit-box-flex: 0;
342
+ -ms-flex: 0 0 100%;
343
+ flex: 0 0 100%;
344
+ max-width: 100%; }
345
+ .order-sm-first {
346
+ -webkit-box-ordinal-group: 0;
347
+ -ms-flex-order: -1;
348
+ order: -1; }
349
+ .order-sm-last {
350
+ -webkit-box-ordinal-group: 14;
351
+ -ms-flex-order: 13;
352
+ order: 13; }
353
+ .order-sm-0 {
354
+ -webkit-box-ordinal-group: 1;
355
+ -ms-flex-order: 0;
356
+ order: 0; }
357
+ .order-sm-1 {
358
+ -webkit-box-ordinal-group: 2;
359
+ -ms-flex-order: 1;
360
+ order: 1; }
361
+ .order-sm-2 {
362
+ -webkit-box-ordinal-group: 3;
363
+ -ms-flex-order: 2;
364
+ order: 2; }
365
+ .order-sm-3 {
366
+ -webkit-box-ordinal-group: 4;
367
+ -ms-flex-order: 3;
368
+ order: 3; }
369
+ .order-sm-4 {
370
+ -webkit-box-ordinal-group: 5;
371
+ -ms-flex-order: 4;
372
+ order: 4; }
373
+ .order-sm-5 {
374
+ -webkit-box-ordinal-group: 6;
375
+ -ms-flex-order: 5;
376
+ order: 5; }
377
+ .order-sm-6 {
378
+ -webkit-box-ordinal-group: 7;
379
+ -ms-flex-order: 6;
380
+ order: 6; }
381
+ .order-sm-7 {
382
+ -webkit-box-ordinal-group: 8;
383
+ -ms-flex-order: 7;
384
+ order: 7; }
385
+ .order-sm-8 {
386
+ -webkit-box-ordinal-group: 9;
387
+ -ms-flex-order: 8;
388
+ order: 8; }
389
+ .order-sm-9 {
390
+ -webkit-box-ordinal-group: 10;
391
+ -ms-flex-order: 9;
392
+ order: 9; }
393
+ .order-sm-10 {
394
+ -webkit-box-ordinal-group: 11;
395
+ -ms-flex-order: 10;
396
+ order: 10; }
397
+ .order-sm-11 {
398
+ -webkit-box-ordinal-group: 12;
399
+ -ms-flex-order: 11;
400
+ order: 11; }
401
+ .order-sm-12 {
402
+ -webkit-box-ordinal-group: 13;
403
+ -ms-flex-order: 12;
404
+ order: 12; }
405
+ .offset-sm-0 {
406
+ margin-left: 0; }
407
+ .offset-sm-1 {
408
+ margin-left: 8.33333%; }
409
+ .offset-sm-2 {
410
+ margin-left: 16.66667%; }
411
+ .offset-sm-3 {
412
+ margin-left: 25%; }
413
+ .offset-sm-4 {
414
+ margin-left: 33.33333%; }
415
+ .offset-sm-5 {
416
+ margin-left: 41.66667%; }
417
+ .offset-sm-6 {
418
+ margin-left: 50%; }
419
+ .offset-sm-7 {
420
+ margin-left: 58.33333%; }
421
+ .offset-sm-8 {
422
+ margin-left: 66.66667%; }
423
+ .offset-sm-9 {
424
+ margin-left: 75%; }
425
+ .offset-sm-10 {
426
+ margin-left: 83.33333%; }
427
+ .offset-sm-11 {
428
+ margin-left: 91.66667%; } }
429
+
430
+ @media (min-width: 768px) {
431
+ .col-md {
432
+ -ms-flex-preferred-size: 0;
433
+ flex-basis: 0;
434
+ -webkit-box-flex: 1;
435
+ -ms-flex-positive: 1;
436
+ flex-grow: 1;
437
+ max-width: 100%; }
438
+ .col-md-auto {
439
+ -webkit-box-flex: 0;
440
+ -ms-flex: 0 0 auto;
441
+ flex: 0 0 auto;
442
+ width: auto;
443
+ max-width: none; }
444
+ .col-md-1 {
445
+ -webkit-box-flex: 0;
446
+ -ms-flex: 0 0 8.33333%;
447
+ flex: 0 0 8.33333%;
448
+ max-width: 8.33333%; }
449
+ .col-md-2 {
450
+ -webkit-box-flex: 0;
451
+ -ms-flex: 0 0 16.66667%;
452
+ flex: 0 0 16.66667%;
453
+ max-width: 16.66667%; }
454
+ .col-md-3 {
455
+ -webkit-box-flex: 0;
456
+ -ms-flex: 0 0 25%;
457
+ flex: 0 0 25%;
458
+ max-width: 25%; }
459
+ .col-md-4 {
460
+ -webkit-box-flex: 0;
461
+ -ms-flex: 0 0 33.33333%;
462
+ flex: 0 0 33.33333%;
463
+ max-width: 33.33333%; }
464
+ .col-md-5 {
465
+ -webkit-box-flex: 0;
466
+ -ms-flex: 0 0 41.66667%;
467
+ flex: 0 0 41.66667%;
468
+ max-width: 41.66667%; }
469
+ .col-md-6 {
470
+ -webkit-box-flex: 0;
471
+ -ms-flex: 0 0 50%;
472
+ flex: 0 0 50%;
473
+ max-width: 50%; }
474
+ .col-md-7 {
475
+ -webkit-box-flex: 0;
476
+ -ms-flex: 0 0 58.33333%;
477
+ flex: 0 0 58.33333%;
478
+ max-width: 58.33333%; }
479
+ .col-md-8 {
480
+ -webkit-box-flex: 0;
481
+ -ms-flex: 0 0 66.66667%;
482
+ flex: 0 0 66.66667%;
483
+ max-width: 66.66667%; }
484
+ .col-md-9 {
485
+ -webkit-box-flex: 0;
486
+ -ms-flex: 0 0 75%;
487
+ flex: 0 0 75%;
488
+ max-width: 75%; }
489
+ .col-md-10 {
490
+ -webkit-box-flex: 0;
491
+ -ms-flex: 0 0 83.33333%;
492
+ flex: 0 0 83.33333%;
493
+ max-width: 83.33333%; }
494
+ .col-md-11 {
495
+ -webkit-box-flex: 0;
496
+ -ms-flex: 0 0 91.66667%;
497
+ flex: 0 0 91.66667%;
498
+ max-width: 91.66667%; }
499
+ .col-md-12 {
500
+ -webkit-box-flex: 0;
501
+ -ms-flex: 0 0 100%;
502
+ flex: 0 0 100%;
503
+ max-width: 100%; }
504
+ .order-md-first {
505
+ -webkit-box-ordinal-group: 0;
506
+ -ms-flex-order: -1;
507
+ order: -1; }
508
+ .order-md-last {
509
+ -webkit-box-ordinal-group: 14;
510
+ -ms-flex-order: 13;
511
+ order: 13; }
512
+ .order-md-0 {
513
+ -webkit-box-ordinal-group: 1;
514
+ -ms-flex-order: 0;
515
+ order: 0; }
516
+ .order-md-1 {
517
+ -webkit-box-ordinal-group: 2;
518
+ -ms-flex-order: 1;
519
+ order: 1; }
520
+ .order-md-2 {
521
+ -webkit-box-ordinal-group: 3;
522
+ -ms-flex-order: 2;
523
+ order: 2; }
524
+ .order-md-3 {
525
+ -webkit-box-ordinal-group: 4;
526
+ -ms-flex-order: 3;
527
+ order: 3; }
528
+ .order-md-4 {
529
+ -webkit-box-ordinal-group: 5;
530
+ -ms-flex-order: 4;
531
+ order: 4; }
532
+ .order-md-5 {
533
+ -webkit-box-ordinal-group: 6;
534
+ -ms-flex-order: 5;
535
+ order: 5; }
536
+ .order-md-6 {
537
+ -webkit-box-ordinal-group: 7;
538
+ -ms-flex-order: 6;
539
+ order: 6; }
540
+ .order-md-7 {
541
+ -webkit-box-ordinal-group: 8;
542
+ -ms-flex-order: 7;
543
+ order: 7; }
544
+ .order-md-8 {
545
+ -webkit-box-ordinal-group: 9;
546
+ -ms-flex-order: 8;
547
+ order: 8; }
548
+ .order-md-9 {
549
+ -webkit-box-ordinal-group: 10;
550
+ -ms-flex-order: 9;
551
+ order: 9; }
552
+ .order-md-10 {
553
+ -webkit-box-ordinal-group: 11;
554
+ -ms-flex-order: 10;
555
+ order: 10; }
556
+ .order-md-11 {
557
+ -webkit-box-ordinal-group: 12;
558
+ -ms-flex-order: 11;
559
+ order: 11; }
560
+ .order-md-12 {
561
+ -webkit-box-ordinal-group: 13;
562
+ -ms-flex-order: 12;
563
+ order: 12; }
564
+ .offset-md-0 {
565
+ margin-left: 0; }
566
+ .offset-md-1 {
567
+ margin-left: 8.33333%; }
568
+ .offset-md-2 {
569
+ margin-left: 16.66667%; }
570
+ .offset-md-3 {
571
+ margin-left: 25%; }
572
+ .offset-md-4 {
573
+ margin-left: 33.33333%; }
574
+ .offset-md-5 {
575
+ margin-left: 41.66667%; }
576
+ .offset-md-6 {
577
+ margin-left: 50%; }
578
+ .offset-md-7 {
579
+ margin-left: 58.33333%; }
580
+ .offset-md-8 {
581
+ margin-left: 66.66667%; }
582
+ .offset-md-9 {
583
+ margin-left: 75%; }
584
+ .offset-md-10 {
585
+ margin-left: 83.33333%; }
586
+ .offset-md-11 {
587
+ margin-left: 91.66667%; } }
588
+
589
+ @media (min-width: 992px) {
590
+ .col-lg {
591
+ -ms-flex-preferred-size: 0;
592
+ flex-basis: 0;
593
+ -webkit-box-flex: 1;
594
+ -ms-flex-positive: 1;
595
+ flex-grow: 1;
596
+ max-width: 100%; }
597
+ .col-lg-auto {
598
+ -webkit-box-flex: 0;
599
+ -ms-flex: 0 0 auto;
600
+ flex: 0 0 auto;
601
+ width: auto;
602
+ max-width: none; }
603
+ .col-lg-1 {
604
+ -webkit-box-flex: 0;
605
+ -ms-flex: 0 0 8.33333%;
606
+ flex: 0 0 8.33333%;
607
+ max-width: 8.33333%; }
608
+ .col-lg-2 {
609
+ -webkit-box-flex: 0;
610
+ -ms-flex: 0 0 16.66667%;
611
+ flex: 0 0 16.66667%;
612
+ max-width: 16.66667%; }
613
+ .col-lg-3 {
614
+ -webkit-box-flex: 0;
615
+ -ms-flex: 0 0 25%;
616
+ flex: 0 0 25%;
617
+ max-width: 25%; }
618
+ .col-lg-4 {
619
+ -webkit-box-flex: 0;
620
+ -ms-flex: 0 0 33.33333%;
621
+ flex: 0 0 33.33333%;
622
+ max-width: 33.33333%; }
623
+ .col-lg-5 {
624
+ -webkit-box-flex: 0;
625
+ -ms-flex: 0 0 41.66667%;
626
+ flex: 0 0 41.66667%;
627
+ max-width: 41.66667%; }
628
+ .col-lg-6 {
629
+ -webkit-box-flex: 0;
630
+ -ms-flex: 0 0 50%;
631
+ flex: 0 0 50%;
632
+ max-width: 50%; }
633
+ .col-lg-7 {
634
+ -webkit-box-flex: 0;
635
+ -ms-flex: 0 0 58.33333%;
636
+ flex: 0 0 58.33333%;
637
+ max-width: 58.33333%; }
638
+ .col-lg-8 {
639
+ -webkit-box-flex: 0;
640
+ -ms-flex: 0 0 66.66667%;
641
+ flex: 0 0 66.66667%;
642
+ max-width: 66.66667%; }
643
+ .col-lg-9 {
644
+ -webkit-box-flex: 0;
645
+ -ms-flex: 0 0 75%;
646
+ flex: 0 0 75%;
647
+ max-width: 75%; }
648
+ .col-lg-10 {
649
+ -webkit-box-flex: 0;
650
+ -ms-flex: 0 0 83.33333%;
651
+ flex: 0 0 83.33333%;
652
+ max-width: 83.33333%; }
653
+ .col-lg-11 {
654
+ -webkit-box-flex: 0;
655
+ -ms-flex: 0 0 91.66667%;
656
+ flex: 0 0 91.66667%;
657
+ max-width: 91.66667%; }
658
+ .col-lg-12 {
659
+ -webkit-box-flex: 0;
660
+ -ms-flex: 0 0 100%;
661
+ flex: 0 0 100%;
662
+ max-width: 100%; }
663
+ .order-lg-first {
664
+ -webkit-box-ordinal-group: 0;
665
+ -ms-flex-order: -1;
666
+ order: -1; }
667
+ .order-lg-last {
668
+ -webkit-box-ordinal-group: 14;
669
+ -ms-flex-order: 13;
670
+ order: 13; }
671
+ .order-lg-0 {
672
+ -webkit-box-ordinal-group: 1;
673
+ -ms-flex-order: 0;
674
+ order: 0; }
675
+ .order-lg-1 {
676
+ -webkit-box-ordinal-group: 2;
677
+ -ms-flex-order: 1;
678
+ order: 1; }
679
+ .order-lg-2 {
680
+ -webkit-box-ordinal-group: 3;
681
+ -ms-flex-order: 2;
682
+ order: 2; }
683
+ .order-lg-3 {
684
+ -webkit-box-ordinal-group: 4;
685
+ -ms-flex-order: 3;
686
+ order: 3; }
687
+ .order-lg-4 {
688
+ -webkit-box-ordinal-group: 5;
689
+ -ms-flex-order: 4;
690
+ order: 4; }
691
+ .order-lg-5 {
692
+ -webkit-box-ordinal-group: 6;
693
+ -ms-flex-order: 5;
694
+ order: 5; }
695
+ .order-lg-6 {
696
+ -webkit-box-ordinal-group: 7;
697
+ -ms-flex-order: 6;
698
+ order: 6; }
699
+ .order-lg-7 {
700
+ -webkit-box-ordinal-group: 8;
701
+ -ms-flex-order: 7;
702
+ order: 7; }
703
+ .order-lg-8 {
704
+ -webkit-box-ordinal-group: 9;
705
+ -ms-flex-order: 8;
706
+ order: 8; }
707
+ .order-lg-9 {
708
+ -webkit-box-ordinal-group: 10;
709
+ -ms-flex-order: 9;
710
+ order: 9; }
711
+ .order-lg-10 {
712
+ -webkit-box-ordinal-group: 11;
713
+ -ms-flex-order: 10;
714
+ order: 10; }
715
+ .order-lg-11 {
716
+ -webkit-box-ordinal-group: 12;
717
+ -ms-flex-order: 11;
718
+ order: 11; }
719
+ .order-lg-12 {
720
+ -webkit-box-ordinal-group: 13;
721
+ -ms-flex-order: 12;
722
+ order: 12; }
723
+ .offset-lg-0 {
724
+ margin-left: 0; }
725
+ .offset-lg-1 {
726
+ margin-left: 8.33333%; }
727
+ .offset-lg-2 {
728
+ margin-left: 16.66667%; }
729
+ .offset-lg-3 {
730
+ margin-left: 25%; }
731
+ .offset-lg-4 {
732
+ margin-left: 33.33333%; }
733
+ .offset-lg-5 {
734
+ margin-left: 41.66667%; }
735
+ .offset-lg-6 {
736
+ margin-left: 50%; }
737
+ .offset-lg-7 {
738
+ margin-left: 58.33333%; }
739
+ .offset-lg-8 {
740
+ margin-left: 66.66667%; }
741
+ .offset-lg-9 {
742
+ margin-left: 75%; }
743
+ .offset-lg-10 {
744
+ margin-left: 83.33333%; }
745
+ .offset-lg-11 {
746
+ margin-left: 91.66667%; } }
747
+
748
+ @media (min-width: 1200px) {
749
+ .col-xl {
750
+ -ms-flex-preferred-size: 0;
751
+ flex-basis: 0;
752
+ -webkit-box-flex: 1;
753
+ -ms-flex-positive: 1;
754
+ flex-grow: 1;
755
+ max-width: 100%; }
756
+ .col-xl-auto {
757
+ -webkit-box-flex: 0;
758
+ -ms-flex: 0 0 auto;
759
+ flex: 0 0 auto;
760
+ width: auto;
761
+ max-width: none; }
762
+ .col-xl-1 {
763
+ -webkit-box-flex: 0;
764
+ -ms-flex: 0 0 8.33333%;
765
+ flex: 0 0 8.33333%;
766
+ max-width: 8.33333%; }
767
+ .col-xl-2 {
768
+ -webkit-box-flex: 0;
769
+ -ms-flex: 0 0 16.66667%;
770
+ flex: 0 0 16.66667%;
771
+ max-width: 16.66667%; }
772
+ .col-xl-3 {
773
+ -webkit-box-flex: 0;
774
+ -ms-flex: 0 0 25%;
775
+ flex: 0 0 25%;
776
+ max-width: 25%; }
777
+ .col-xl-4 {
778
+ -webkit-box-flex: 0;
779
+ -ms-flex: 0 0 33.33333%;
780
+ flex: 0 0 33.33333%;
781
+ max-width: 33.33333%; }
782
+ .col-xl-5 {
783
+ -webkit-box-flex: 0;
784
+ -ms-flex: 0 0 41.66667%;
785
+ flex: 0 0 41.66667%;
786
+ max-width: 41.66667%; }
787
+ .col-xl-6 {
788
+ -webkit-box-flex: 0;
789
+ -ms-flex: 0 0 50%;
790
+ flex: 0 0 50%;
791
+ max-width: 50%; }
792
+ .col-xl-7 {
793
+ -webkit-box-flex: 0;
794
+ -ms-flex: 0 0 58.33333%;
795
+ flex: 0 0 58.33333%;
796
+ max-width: 58.33333%; }
797
+ .col-xl-8 {
798
+ -webkit-box-flex: 0;
799
+ -ms-flex: 0 0 66.66667%;
800
+ flex: 0 0 66.66667%;
801
+ max-width: 66.66667%; }
802
+ .col-xl-9 {
803
+ -webkit-box-flex: 0;
804
+ -ms-flex: 0 0 75%;
805
+ flex: 0 0 75%;
806
+ max-width: 75%; }
807
+ .col-xl-10 {
808
+ -webkit-box-flex: 0;
809
+ -ms-flex: 0 0 83.33333%;
810
+ flex: 0 0 83.33333%;
811
+ max-width: 83.33333%; }
812
+ .col-xl-11 {
813
+ -webkit-box-flex: 0;
814
+ -ms-flex: 0 0 91.66667%;
815
+ flex: 0 0 91.66667%;
816
+ max-width: 91.66667%; }
817
+ .col-xl-12 {
818
+ -webkit-box-flex: 0;
819
+ -ms-flex: 0 0 100%;
820
+ flex: 0 0 100%;
821
+ max-width: 100%; }
822
+ .order-xl-first {
823
+ -webkit-box-ordinal-group: 0;
824
+ -ms-flex-order: -1;
825
+ order: -1; }
826
+ .order-xl-last {
827
+ -webkit-box-ordinal-group: 14;
828
+ -ms-flex-order: 13;
829
+ order: 13; }
830
+ .order-xl-0 {
831
+ -webkit-box-ordinal-group: 1;
832
+ -ms-flex-order: 0;
833
+ order: 0; }
834
+ .order-xl-1 {
835
+ -webkit-box-ordinal-group: 2;
836
+ -ms-flex-order: 1;
837
+ order: 1; }
838
+ .order-xl-2 {
839
+ -webkit-box-ordinal-group: 3;
840
+ -ms-flex-order: 2;
841
+ order: 2; }
842
+ .order-xl-3 {
843
+ -webkit-box-ordinal-group: 4;
844
+ -ms-flex-order: 3;
845
+ order: 3; }
846
+ .order-xl-4 {
847
+ -webkit-box-ordinal-group: 5;
848
+ -ms-flex-order: 4;
849
+ order: 4; }
850
+ .order-xl-5 {
851
+ -webkit-box-ordinal-group: 6;
852
+ -ms-flex-order: 5;
853
+ order: 5; }
854
+ .order-xl-6 {
855
+ -webkit-box-ordinal-group: 7;
856
+ -ms-flex-order: 6;
857
+ order: 6; }
858
+ .order-xl-7 {
859
+ -webkit-box-ordinal-group: 8;
860
+ -ms-flex-order: 7;
861
+ order: 7; }
862
+ .order-xl-8 {
863
+ -webkit-box-ordinal-group: 9;
864
+ -ms-flex-order: 8;
865
+ order: 8; }
866
+ .order-xl-9 {
867
+ -webkit-box-ordinal-group: 10;
868
+ -ms-flex-order: 9;
869
+ order: 9; }
870
+ .order-xl-10 {
871
+ -webkit-box-ordinal-group: 11;
872
+ -ms-flex-order: 10;
873
+ order: 10; }
874
+ .order-xl-11 {
875
+ -webkit-box-ordinal-group: 12;
876
+ -ms-flex-order: 11;
877
+ order: 11; }
878
+ .order-xl-12 {
879
+ -webkit-box-ordinal-group: 13;
880
+ -ms-flex-order: 12;
881
+ order: 12; }
882
+ .offset-xl-0 {
883
+ margin-left: 0; }
884
+ .offset-xl-1 {
885
+ margin-left: 8.33333%; }
886
+ .offset-xl-2 {
887
+ margin-left: 16.66667%; }
888
+ .offset-xl-3 {
889
+ margin-left: 25%; }
890
+ .offset-xl-4 {
891
+ margin-left: 33.33333%; }
892
+ .offset-xl-5 {
893
+ margin-left: 41.66667%; }
894
+ .offset-xl-6 {
895
+ margin-left: 50%; }
896
+ .offset-xl-7 {
897
+ margin-left: 58.33333%; }
898
+ .offset-xl-8 {
899
+ margin-left: 66.66667%; }
900
+ .offset-xl-9 {
901
+ margin-left: 75%; }
902
+ .offset-xl-10 {
903
+ margin-left: 83.33333%; }
904
+ .offset-xl-11 {
905
+ margin-left: 91.66667%; } }
906
+
907
+ .d-none {
908
+ display: none !important; }
909
+
910
+ .d-inline {
911
+ display: inline !important; }
912
+
913
+ .d-inline-block {
914
+ display: inline-block !important; }
915
+
916
+ .d-block {
917
+ display: block !important; }
918
+
919
+ .d-table {
920
+ display: table !important; }
921
+
922
+ .d-table-row {
923
+ display: table-row !important; }
924
+
925
+ .d-table-cell {
926
+ display: table-cell !important; }
927
+
928
+ .d-flex {
929
+ display: -webkit-box !important;
930
+ display: -ms-flexbox !important;
931
+ display: flex !important; }
932
+
933
+ .d-inline-flex {
934
+ display: -webkit-inline-box !important;
935
+ display: -ms-inline-flexbox !important;
936
+ display: inline-flex !important; }
937
+
938
+ @media (min-width: 576px) {
939
+ .d-sm-none {
940
+ display: none !important; }
941
+ .d-sm-inline {
942
+ display: inline !important; }
943
+ .d-sm-inline-block {
944
+ display: inline-block !important; }
945
+ .d-sm-block {
946
+ display: block !important; }
947
+ .d-sm-table {
948
+ display: table !important; }
949
+ .d-sm-table-row {
950
+ display: table-row !important; }
951
+ .d-sm-table-cell {
952
+ display: table-cell !important; }
953
+ .d-sm-flex {
954
+ display: -webkit-box !important;
955
+ display: -ms-flexbox !important;
956
+ display: flex !important; }
957
+ .d-sm-inline-flex {
958
+ display: -webkit-inline-box !important;
959
+ display: -ms-inline-flexbox !important;
960
+ display: inline-flex !important; } }
961
+
962
+ @media (min-width: 768px) {
963
+ .d-md-none {
964
+ display: none !important; }
965
+ .d-md-inline {
966
+ display: inline !important; }
967
+ .d-md-inline-block {
968
+ display: inline-block !important; }
969
+ .d-md-block {
970
+ display: block !important; }
971
+ .d-md-table {
972
+ display: table !important; }
973
+ .d-md-table-row {
974
+ display: table-row !important; }
975
+ .d-md-table-cell {
976
+ display: table-cell !important; }
977
+ .d-md-flex {
978
+ display: -webkit-box !important;
979
+ display: -ms-flexbox !important;
980
+ display: flex !important; }
981
+ .d-md-inline-flex {
982
+ display: -webkit-inline-box !important;
983
+ display: -ms-inline-flexbox !important;
984
+ display: inline-flex !important; } }
985
+
986
+ @media (min-width: 992px) {
987
+ .d-lg-none {
988
+ display: none !important; }
989
+ .d-lg-inline {
990
+ display: inline !important; }
991
+ .d-lg-inline-block {
992
+ display: inline-block !important; }
993
+ .d-lg-block {
994
+ display: block !important; }
995
+ .d-lg-table {
996
+ display: table !important; }
997
+ .d-lg-table-row {
998
+ display: table-row !important; }
999
+ .d-lg-table-cell {
1000
+ display: table-cell !important; }
1001
+ .d-lg-flex {
1002
+ display: -webkit-box !important;
1003
+ display: -ms-flexbox !important;
1004
+ display: flex !important; }
1005
+ .d-lg-inline-flex {
1006
+ display: -webkit-inline-box !important;
1007
+ display: -ms-inline-flexbox !important;
1008
+ display: inline-flex !important; } }
1009
+
1010
+ @media (min-width: 1200px) {
1011
+ .d-xl-none {
1012
+ display: none !important; }
1013
+ .d-xl-inline {
1014
+ display: inline !important; }
1015
+ .d-xl-inline-block {
1016
+ display: inline-block !important; }
1017
+ .d-xl-block {
1018
+ display: block !important; }
1019
+ .d-xl-table {
1020
+ display: table !important; }
1021
+ .d-xl-table-row {
1022
+ display: table-row !important; }
1023
+ .d-xl-table-cell {
1024
+ display: table-cell !important; }
1025
+ .d-xl-flex {
1026
+ display: -webkit-box !important;
1027
+ display: -ms-flexbox !important;
1028
+ display: flex !important; }
1029
+ .d-xl-inline-flex {
1030
+ display: -webkit-inline-box !important;
1031
+ display: -ms-inline-flexbox !important;
1032
+ display: inline-flex !important; } }
1033
+
1034
+ @media print {
1035
+ .d-print-none {
1036
+ display: none !important; }
1037
+ .d-print-inline {
1038
+ display: inline !important; }
1039
+ .d-print-inline-block {
1040
+ display: inline-block !important; }
1041
+ .d-print-block {
1042
+ display: block !important; }
1043
+ .d-print-table {
1044
+ display: table !important; }
1045
+ .d-print-table-row {
1046
+ display: table-row !important; }
1047
+ .d-print-table-cell {
1048
+ display: table-cell !important; }
1049
+ .d-print-flex {
1050
+ display: -webkit-box !important;
1051
+ display: -ms-flexbox !important;
1052
+ display: flex !important; }
1053
+ .d-print-inline-flex {
1054
+ display: -webkit-inline-box !important;
1055
+ display: -ms-inline-flexbox !important;
1056
+ display: inline-flex !important; } }
1057
+
1058
+ .flex-row {
1059
+ -webkit-box-orient: horizontal !important;
1060
+ -webkit-box-direction: normal !important;
1061
+ -ms-flex-direction: row !important;
1062
+ flex-direction: row !important; }
1063
+
1064
+ .flex-column {
1065
+ -webkit-box-orient: vertical !important;
1066
+ -webkit-box-direction: normal !important;
1067
+ -ms-flex-direction: column !important;
1068
+ flex-direction: column !important; }
1069
+
1070
+ .flex-row-reverse {
1071
+ -webkit-box-orient: horizontal !important;
1072
+ -webkit-box-direction: reverse !important;
1073
+ -ms-flex-direction: row-reverse !important;
1074
+ flex-direction: row-reverse !important; }
1075
+
1076
+ .flex-column-reverse {
1077
+ -webkit-box-orient: vertical !important;
1078
+ -webkit-box-direction: reverse !important;
1079
+ -ms-flex-direction: column-reverse !important;
1080
+ flex-direction: column-reverse !important; }
1081
+
1082
+ .flex-wrap {
1083
+ -ms-flex-wrap: wrap !important;
1084
+ flex-wrap: wrap !important; }
1085
+
1086
+ .flex-nowrap {
1087
+ -ms-flex-wrap: nowrap !important;
1088
+ flex-wrap: nowrap !important; }
1089
+
1090
+ .flex-wrap-reverse {
1091
+ -ms-flex-wrap: wrap-reverse !important;
1092
+ flex-wrap: wrap-reverse !important; }
1093
+
1094
+ .flex-fill {
1095
+ -webkit-box-flex: 1 !important;
1096
+ -ms-flex: 1 1 auto !important;
1097
+ flex: 1 1 auto !important; }
1098
+
1099
+ .flex-grow-0 {
1100
+ -webkit-box-flex: 0 !important;
1101
+ -ms-flex-positive: 0 !important;
1102
+ flex-grow: 0 !important; }
1103
+
1104
+ .flex-grow-1 {
1105
+ -webkit-box-flex: 1 !important;
1106
+ -ms-flex-positive: 1 !important;
1107
+ flex-grow: 1 !important; }
1108
+
1109
+ .flex-shrink-0 {
1110
+ -ms-flex-negative: 0 !important;
1111
+ flex-shrink: 0 !important; }
1112
+
1113
+ .flex-shrink-1 {
1114
+ -ms-flex-negative: 1 !important;
1115
+ flex-shrink: 1 !important; }
1116
+
1117
+ .justify-content-start {
1118
+ -webkit-box-pack: start !important;
1119
+ -ms-flex-pack: start !important;
1120
+ justify-content: flex-start !important; }
1121
+
1122
+ .justify-content-end {
1123
+ -webkit-box-pack: end !important;
1124
+ -ms-flex-pack: end !important;
1125
+ justify-content: flex-end !important; }
1126
+
1127
+ .justify-content-center {
1128
+ -webkit-box-pack: center !important;
1129
+ -ms-flex-pack: center !important;
1130
+ justify-content: center !important; }
1131
+
1132
+ .justify-content-between {
1133
+ -webkit-box-pack: justify !important;
1134
+ -ms-flex-pack: justify !important;
1135
+ justify-content: space-between !important; }
1136
+
1137
+ .justify-content-around {
1138
+ -ms-flex-pack: distribute !important;
1139
+ justify-content: space-around !important; }
1140
+
1141
+ .align-items-start {
1142
+ -webkit-box-align: start !important;
1143
+ -ms-flex-align: start !important;
1144
+ align-items: flex-start !important; }
1145
+
1146
+ .align-items-end {
1147
+ -webkit-box-align: end !important;
1148
+ -ms-flex-align: end !important;
1149
+ align-items: flex-end !important; }
1150
+
1151
+ .align-items-center {
1152
+ -webkit-box-align: center !important;
1153
+ -ms-flex-align: center !important;
1154
+ align-items: center !important; }
1155
+
1156
+ .align-items-baseline {
1157
+ -webkit-box-align: baseline !important;
1158
+ -ms-flex-align: baseline !important;
1159
+ align-items: baseline !important; }
1160
+
1161
+ .align-items-stretch {
1162
+ -webkit-box-align: stretch !important;
1163
+ -ms-flex-align: stretch !important;
1164
+ align-items: stretch !important; }
1165
+
1166
+ .align-content-start {
1167
+ -ms-flex-line-pack: start !important;
1168
+ align-content: flex-start !important; }
1169
+
1170
+ .align-content-end {
1171
+ -ms-flex-line-pack: end !important;
1172
+ align-content: flex-end !important; }
1173
+
1174
+ .align-content-center {
1175
+ -ms-flex-line-pack: center !important;
1176
+ align-content: center !important; }
1177
+
1178
+ .align-content-between {
1179
+ -ms-flex-line-pack: justify !important;
1180
+ align-content: space-between !important; }
1181
+
1182
+ .align-content-around {
1183
+ -ms-flex-line-pack: distribute !important;
1184
+ align-content: space-around !important; }
1185
+
1186
+ .align-content-stretch {
1187
+ -ms-flex-line-pack: stretch !important;
1188
+ align-content: stretch !important; }
1189
+
1190
+ .align-self-auto {
1191
+ -ms-flex-item-align: auto !important;
1192
+ align-self: auto !important; }
1193
+
1194
+ .align-self-start {
1195
+ -ms-flex-item-align: start !important;
1196
+ align-self: flex-start !important; }
1197
+
1198
+ .align-self-end {
1199
+ -ms-flex-item-align: end !important;
1200
+ align-self: flex-end !important; }
1201
+
1202
+ .align-self-center {
1203
+ -ms-flex-item-align: center !important;
1204
+ align-self: center !important; }
1205
+
1206
+ .align-self-baseline {
1207
+ -ms-flex-item-align: baseline !important;
1208
+ align-self: baseline !important; }
1209
+
1210
+ .align-self-stretch {
1211
+ -ms-flex-item-align: stretch !important;
1212
+ align-self: stretch !important; }
1213
+
1214
+ @media (min-width: 576px) {
1215
+ .flex-sm-row {
1216
+ -webkit-box-orient: horizontal !important;
1217
+ -webkit-box-direction: normal !important;
1218
+ -ms-flex-direction: row !important;
1219
+ flex-direction: row !important; }
1220
+ .flex-sm-column {
1221
+ -webkit-box-orient: vertical !important;
1222
+ -webkit-box-direction: normal !important;
1223
+ -ms-flex-direction: column !important;
1224
+ flex-direction: column !important; }
1225
+ .flex-sm-row-reverse {
1226
+ -webkit-box-orient: horizontal !important;
1227
+ -webkit-box-direction: reverse !important;
1228
+ -ms-flex-direction: row-reverse !important;
1229
+ flex-direction: row-reverse !important; }
1230
+ .flex-sm-column-reverse {
1231
+ -webkit-box-orient: vertical !important;
1232
+ -webkit-box-direction: reverse !important;
1233
+ -ms-flex-direction: column-reverse !important;
1234
+ flex-direction: column-reverse !important; }
1235
+ .flex-sm-wrap {
1236
+ -ms-flex-wrap: wrap !important;
1237
+ flex-wrap: wrap !important; }
1238
+ .flex-sm-nowrap {
1239
+ -ms-flex-wrap: nowrap !important;
1240
+ flex-wrap: nowrap !important; }
1241
+ .flex-sm-wrap-reverse {
1242
+ -ms-flex-wrap: wrap-reverse !important;
1243
+ flex-wrap: wrap-reverse !important; }
1244
+ .flex-sm-fill {
1245
+ -webkit-box-flex: 1 !important;
1246
+ -ms-flex: 1 1 auto !important;
1247
+ flex: 1 1 auto !important; }
1248
+ .flex-sm-grow-0 {
1249
+ -webkit-box-flex: 0 !important;
1250
+ -ms-flex-positive: 0 !important;
1251
+ flex-grow: 0 !important; }
1252
+ .flex-sm-grow-1 {
1253
+ -webkit-box-flex: 1 !important;
1254
+ -ms-flex-positive: 1 !important;
1255
+ flex-grow: 1 !important; }
1256
+ .flex-sm-shrink-0 {
1257
+ -ms-flex-negative: 0 !important;
1258
+ flex-shrink: 0 !important; }
1259
+ .flex-sm-shrink-1 {
1260
+ -ms-flex-negative: 1 !important;
1261
+ flex-shrink: 1 !important; }
1262
+ .justify-content-sm-start {
1263
+ -webkit-box-pack: start !important;
1264
+ -ms-flex-pack: start !important;
1265
+ justify-content: flex-start !important; }
1266
+ .justify-content-sm-end {
1267
+ -webkit-box-pack: end !important;
1268
+ -ms-flex-pack: end !important;
1269
+ justify-content: flex-end !important; }
1270
+ .justify-content-sm-center {
1271
+ -webkit-box-pack: center !important;
1272
+ -ms-flex-pack: center !important;
1273
+ justify-content: center !important; }
1274
+ .justify-content-sm-between {
1275
+ -webkit-box-pack: justify !important;
1276
+ -ms-flex-pack: justify !important;
1277
+ justify-content: space-between !important; }
1278
+ .justify-content-sm-around {
1279
+ -ms-flex-pack: distribute !important;
1280
+ justify-content: space-around !important; }
1281
+ .align-items-sm-start {
1282
+ -webkit-box-align: start !important;
1283
+ -ms-flex-align: start !important;
1284
+ align-items: flex-start !important; }
1285
+ .align-items-sm-end {
1286
+ -webkit-box-align: end !important;
1287
+ -ms-flex-align: end !important;
1288
+ align-items: flex-end !important; }
1289
+ .align-items-sm-center {
1290
+ -webkit-box-align: center !important;
1291
+ -ms-flex-align: center !important;
1292
+ align-items: center !important; }
1293
+ .align-items-sm-baseline {
1294
+ -webkit-box-align: baseline !important;
1295
+ -ms-flex-align: baseline !important;
1296
+ align-items: baseline !important; }
1297
+ .align-items-sm-stretch {
1298
+ -webkit-box-align: stretch !important;
1299
+ -ms-flex-align: stretch !important;
1300
+ align-items: stretch !important; }
1301
+ .align-content-sm-start {
1302
+ -ms-flex-line-pack: start !important;
1303
+ align-content: flex-start !important; }
1304
+ .align-content-sm-end {
1305
+ -ms-flex-line-pack: end !important;
1306
+ align-content: flex-end !important; }
1307
+ .align-content-sm-center {
1308
+ -ms-flex-line-pack: center !important;
1309
+ align-content: center !important; }
1310
+ .align-content-sm-between {
1311
+ -ms-flex-line-pack: justify !important;
1312
+ align-content: space-between !important; }
1313
+ .align-content-sm-around {
1314
+ -ms-flex-line-pack: distribute !important;
1315
+ align-content: space-around !important; }
1316
+ .align-content-sm-stretch {
1317
+ -ms-flex-line-pack: stretch !important;
1318
+ align-content: stretch !important; }
1319
+ .align-self-sm-auto {
1320
+ -ms-flex-item-align: auto !important;
1321
+ align-self: auto !important; }
1322
+ .align-self-sm-start {
1323
+ -ms-flex-item-align: start !important;
1324
+ align-self: flex-start !important; }
1325
+ .align-self-sm-end {
1326
+ -ms-flex-item-align: end !important;
1327
+ align-self: flex-end !important; }
1328
+ .align-self-sm-center {
1329
+ -ms-flex-item-align: center !important;
1330
+ align-self: center !important; }
1331
+ .align-self-sm-baseline {
1332
+ -ms-flex-item-align: baseline !important;
1333
+ align-self: baseline !important; }
1334
+ .align-self-sm-stretch {
1335
+ -ms-flex-item-align: stretch !important;
1336
+ align-self: stretch !important; } }
1337
+
1338
+ @media (min-width: 768px) {
1339
+ .flex-md-row {
1340
+ -webkit-box-orient: horizontal !important;
1341
+ -webkit-box-direction: normal !important;
1342
+ -ms-flex-direction: row !important;
1343
+ flex-direction: row !important; }
1344
+ .flex-md-column {
1345
+ -webkit-box-orient: vertical !important;
1346
+ -webkit-box-direction: normal !important;
1347
+ -ms-flex-direction: column !important;
1348
+ flex-direction: column !important; }
1349
+ .flex-md-row-reverse {
1350
+ -webkit-box-orient: horizontal !important;
1351
+ -webkit-box-direction: reverse !important;
1352
+ -ms-flex-direction: row-reverse !important;
1353
+ flex-direction: row-reverse !important; }
1354
+ .flex-md-column-reverse {
1355
+ -webkit-box-orient: vertical !important;
1356
+ -webkit-box-direction: reverse !important;
1357
+ -ms-flex-direction: column-reverse !important;
1358
+ flex-direction: column-reverse !important; }
1359
+ .flex-md-wrap {
1360
+ -ms-flex-wrap: wrap !important;
1361
+ flex-wrap: wrap !important; }
1362
+ .flex-md-nowrap {
1363
+ -ms-flex-wrap: nowrap !important;
1364
+ flex-wrap: nowrap !important; }
1365
+ .flex-md-wrap-reverse {
1366
+ -ms-flex-wrap: wrap-reverse !important;
1367
+ flex-wrap: wrap-reverse !important; }
1368
+ .flex-md-fill {
1369
+ -webkit-box-flex: 1 !important;
1370
+ -ms-flex: 1 1 auto !important;
1371
+ flex: 1 1 auto !important; }
1372
+ .flex-md-grow-0 {
1373
+ -webkit-box-flex: 0 !important;
1374
+ -ms-flex-positive: 0 !important;
1375
+ flex-grow: 0 !important; }
1376
+ .flex-md-grow-1 {
1377
+ -webkit-box-flex: 1 !important;
1378
+ -ms-flex-positive: 1 !important;
1379
+ flex-grow: 1 !important; }
1380
+ .flex-md-shrink-0 {
1381
+ -ms-flex-negative: 0 !important;
1382
+ flex-shrink: 0 !important; }
1383
+ .flex-md-shrink-1 {
1384
+ -ms-flex-negative: 1 !important;
1385
+ flex-shrink: 1 !important; }
1386
+ .justify-content-md-start {
1387
+ -webkit-box-pack: start !important;
1388
+ -ms-flex-pack: start !important;
1389
+ justify-content: flex-start !important; }
1390
+ .justify-content-md-end {
1391
+ -webkit-box-pack: end !important;
1392
+ -ms-flex-pack: end !important;
1393
+ justify-content: flex-end !important; }
1394
+ .justify-content-md-center {
1395
+ -webkit-box-pack: center !important;
1396
+ -ms-flex-pack: center !important;
1397
+ justify-content: center !important; }
1398
+ .justify-content-md-between {
1399
+ -webkit-box-pack: justify !important;
1400
+ -ms-flex-pack: justify !important;
1401
+ justify-content: space-between !important; }
1402
+ .justify-content-md-around {
1403
+ -ms-flex-pack: distribute !important;
1404
+ justify-content: space-around !important; }
1405
+ .align-items-md-start {
1406
+ -webkit-box-align: start !important;
1407
+ -ms-flex-align: start !important;
1408
+ align-items: flex-start !important; }
1409
+ .align-items-md-end {
1410
+ -webkit-box-align: end !important;
1411
+ -ms-flex-align: end !important;
1412
+ align-items: flex-end !important; }
1413
+ .align-items-md-center {
1414
+ -webkit-box-align: center !important;
1415
+ -ms-flex-align: center !important;
1416
+ align-items: center !important; }
1417
+ .align-items-md-baseline {
1418
+ -webkit-box-align: baseline !important;
1419
+ -ms-flex-align: baseline !important;
1420
+ align-items: baseline !important; }
1421
+ .align-items-md-stretch {
1422
+ -webkit-box-align: stretch !important;
1423
+ -ms-flex-align: stretch !important;
1424
+ align-items: stretch !important; }
1425
+ .align-content-md-start {
1426
+ -ms-flex-line-pack: start !important;
1427
+ align-content: flex-start !important; }
1428
+ .align-content-md-end {
1429
+ -ms-flex-line-pack: end !important;
1430
+ align-content: flex-end !important; }
1431
+ .align-content-md-center {
1432
+ -ms-flex-line-pack: center !important;
1433
+ align-content: center !important; }
1434
+ .align-content-md-between {
1435
+ -ms-flex-line-pack: justify !important;
1436
+ align-content: space-between !important; }
1437
+ .align-content-md-around {
1438
+ -ms-flex-line-pack: distribute !important;
1439
+ align-content: space-around !important; }
1440
+ .align-content-md-stretch {
1441
+ -ms-flex-line-pack: stretch !important;
1442
+ align-content: stretch !important; }
1443
+ .align-self-md-auto {
1444
+ -ms-flex-item-align: auto !important;
1445
+ align-self: auto !important; }
1446
+ .align-self-md-start {
1447
+ -ms-flex-item-align: start !important;
1448
+ align-self: flex-start !important; }
1449
+ .align-self-md-end {
1450
+ -ms-flex-item-align: end !important;
1451
+ align-self: flex-end !important; }
1452
+ .align-self-md-center {
1453
+ -ms-flex-item-align: center !important;
1454
+ align-self: center !important; }
1455
+ .align-self-md-baseline {
1456
+ -ms-flex-item-align: baseline !important;
1457
+ align-self: baseline !important; }
1458
+ .align-self-md-stretch {
1459
+ -ms-flex-item-align: stretch !important;
1460
+ align-self: stretch !important; } }
1461
+
1462
+ @media (min-width: 992px) {
1463
+ .flex-lg-row {
1464
+ -webkit-box-orient: horizontal !important;
1465
+ -webkit-box-direction: normal !important;
1466
+ -ms-flex-direction: row !important;
1467
+ flex-direction: row !important; }
1468
+ .flex-lg-column {
1469
+ -webkit-box-orient: vertical !important;
1470
+ -webkit-box-direction: normal !important;
1471
+ -ms-flex-direction: column !important;
1472
+ flex-direction: column !important; }
1473
+ .flex-lg-row-reverse {
1474
+ -webkit-box-orient: horizontal !important;
1475
+ -webkit-box-direction: reverse !important;
1476
+ -ms-flex-direction: row-reverse !important;
1477
+ flex-direction: row-reverse !important; }
1478
+ .flex-lg-column-reverse {
1479
+ -webkit-box-orient: vertical !important;
1480
+ -webkit-box-direction: reverse !important;
1481
+ -ms-flex-direction: column-reverse !important;
1482
+ flex-direction: column-reverse !important; }
1483
+ .flex-lg-wrap {
1484
+ -ms-flex-wrap: wrap !important;
1485
+ flex-wrap: wrap !important; }
1486
+ .flex-lg-nowrap {
1487
+ -ms-flex-wrap: nowrap !important;
1488
+ flex-wrap: nowrap !important; }
1489
+ .flex-lg-wrap-reverse {
1490
+ -ms-flex-wrap: wrap-reverse !important;
1491
+ flex-wrap: wrap-reverse !important; }
1492
+ .flex-lg-fill {
1493
+ -webkit-box-flex: 1 !important;
1494
+ -ms-flex: 1 1 auto !important;
1495
+ flex: 1 1 auto !important; }
1496
+ .flex-lg-grow-0 {
1497
+ -webkit-box-flex: 0 !important;
1498
+ -ms-flex-positive: 0 !important;
1499
+ flex-grow: 0 !important; }
1500
+ .flex-lg-grow-1 {
1501
+ -webkit-box-flex: 1 !important;
1502
+ -ms-flex-positive: 1 !important;
1503
+ flex-grow: 1 !important; }
1504
+ .flex-lg-shrink-0 {
1505
+ -ms-flex-negative: 0 !important;
1506
+ flex-shrink: 0 !important; }
1507
+ .flex-lg-shrink-1 {
1508
+ -ms-flex-negative: 1 !important;
1509
+ flex-shrink: 1 !important; }
1510
+ .justify-content-lg-start {
1511
+ -webkit-box-pack: start !important;
1512
+ -ms-flex-pack: start !important;
1513
+ justify-content: flex-start !important; }
1514
+ .justify-content-lg-end {
1515
+ -webkit-box-pack: end !important;
1516
+ -ms-flex-pack: end !important;
1517
+ justify-content: flex-end !important; }
1518
+ .justify-content-lg-center {
1519
+ -webkit-box-pack: center !important;
1520
+ -ms-flex-pack: center !important;
1521
+ justify-content: center !important; }
1522
+ .justify-content-lg-between {
1523
+ -webkit-box-pack: justify !important;
1524
+ -ms-flex-pack: justify !important;
1525
+ justify-content: space-between !important; }
1526
+ .justify-content-lg-around {
1527
+ -ms-flex-pack: distribute !important;
1528
+ justify-content: space-around !important; }
1529
+ .align-items-lg-start {
1530
+ -webkit-box-align: start !important;
1531
+ -ms-flex-align: start !important;
1532
+ align-items: flex-start !important; }
1533
+ .align-items-lg-end {
1534
+ -webkit-box-align: end !important;
1535
+ -ms-flex-align: end !important;
1536
+ align-items: flex-end !important; }
1537
+ .align-items-lg-center {
1538
+ -webkit-box-align: center !important;
1539
+ -ms-flex-align: center !important;
1540
+ align-items: center !important; }
1541
+ .align-items-lg-baseline {
1542
+ -webkit-box-align: baseline !important;
1543
+ -ms-flex-align: baseline !important;
1544
+ align-items: baseline !important; }
1545
+ .align-items-lg-stretch {
1546
+ -webkit-box-align: stretch !important;
1547
+ -ms-flex-align: stretch !important;
1548
+ align-items: stretch !important; }
1549
+ .align-content-lg-start {
1550
+ -ms-flex-line-pack: start !important;
1551
+ align-content: flex-start !important; }
1552
+ .align-content-lg-end {
1553
+ -ms-flex-line-pack: end !important;
1554
+ align-content: flex-end !important; }
1555
+ .align-content-lg-center {
1556
+ -ms-flex-line-pack: center !important;
1557
+ align-content: center !important; }
1558
+ .align-content-lg-between {
1559
+ -ms-flex-line-pack: justify !important;
1560
+ align-content: space-between !important; }
1561
+ .align-content-lg-around {
1562
+ -ms-flex-line-pack: distribute !important;
1563
+ align-content: space-around !important; }
1564
+ .align-content-lg-stretch {
1565
+ -ms-flex-line-pack: stretch !important;
1566
+ align-content: stretch !important; }
1567
+ .align-self-lg-auto {
1568
+ -ms-flex-item-align: auto !important;
1569
+ align-self: auto !important; }
1570
+ .align-self-lg-start {
1571
+ -ms-flex-item-align: start !important;
1572
+ align-self: flex-start !important; }
1573
+ .align-self-lg-end {
1574
+ -ms-flex-item-align: end !important;
1575
+ align-self: flex-end !important; }
1576
+ .align-self-lg-center {
1577
+ -ms-flex-item-align: center !important;
1578
+ align-self: center !important; }
1579
+ .align-self-lg-baseline {
1580
+ -ms-flex-item-align: baseline !important;
1581
+ align-self: baseline !important; }
1582
+ .align-self-lg-stretch {
1583
+ -ms-flex-item-align: stretch !important;
1584
+ align-self: stretch !important; } }
1585
+
1586
+ @media (min-width: 1200px) {
1587
+ .flex-xl-row {
1588
+ -webkit-box-orient: horizontal !important;
1589
+ -webkit-box-direction: normal !important;
1590
+ -ms-flex-direction: row !important;
1591
+ flex-direction: row !important; }
1592
+ .flex-xl-column {
1593
+ -webkit-box-orient: vertical !important;
1594
+ -webkit-box-direction: normal !important;
1595
+ -ms-flex-direction: column !important;
1596
+ flex-direction: column !important; }
1597
+ .flex-xl-row-reverse {
1598
+ -webkit-box-orient: horizontal !important;
1599
+ -webkit-box-direction: reverse !important;
1600
+ -ms-flex-direction: row-reverse !important;
1601
+ flex-direction: row-reverse !important; }
1602
+ .flex-xl-column-reverse {
1603
+ -webkit-box-orient: vertical !important;
1604
+ -webkit-box-direction: reverse !important;
1605
+ -ms-flex-direction: column-reverse !important;
1606
+ flex-direction: column-reverse !important; }
1607
+ .flex-xl-wrap {
1608
+ -ms-flex-wrap: wrap !important;
1609
+ flex-wrap: wrap !important; }
1610
+ .flex-xl-nowrap {
1611
+ -ms-flex-wrap: nowrap !important;
1612
+ flex-wrap: nowrap !important; }
1613
+ .flex-xl-wrap-reverse {
1614
+ -ms-flex-wrap: wrap-reverse !important;
1615
+ flex-wrap: wrap-reverse !important; }
1616
+ .flex-xl-fill {
1617
+ -webkit-box-flex: 1 !important;
1618
+ -ms-flex: 1 1 auto !important;
1619
+ flex: 1 1 auto !important; }
1620
+ .flex-xl-grow-0 {
1621
+ -webkit-box-flex: 0 !important;
1622
+ -ms-flex-positive: 0 !important;
1623
+ flex-grow: 0 !important; }
1624
+ .flex-xl-grow-1 {
1625
+ -webkit-box-flex: 1 !important;
1626
+ -ms-flex-positive: 1 !important;
1627
+ flex-grow: 1 !important; }
1628
+ .flex-xl-shrink-0 {
1629
+ -ms-flex-negative: 0 !important;
1630
+ flex-shrink: 0 !important; }
1631
+ .flex-xl-shrink-1 {
1632
+ -ms-flex-negative: 1 !important;
1633
+ flex-shrink: 1 !important; }
1634
+ .justify-content-xl-start {
1635
+ -webkit-box-pack: start !important;
1636
+ -ms-flex-pack: start !important;
1637
+ justify-content: flex-start !important; }
1638
+ .justify-content-xl-end {
1639
+ -webkit-box-pack: end !important;
1640
+ -ms-flex-pack: end !important;
1641
+ justify-content: flex-end !important; }
1642
+ .justify-content-xl-center {
1643
+ -webkit-box-pack: center !important;
1644
+ -ms-flex-pack: center !important;
1645
+ justify-content: center !important; }
1646
+ .justify-content-xl-between {
1647
+ -webkit-box-pack: justify !important;
1648
+ -ms-flex-pack: justify !important;
1649
+ justify-content: space-between !important; }
1650
+ .justify-content-xl-around {
1651
+ -ms-flex-pack: distribute !important;
1652
+ justify-content: space-around !important; }
1653
+ .align-items-xl-start {
1654
+ -webkit-box-align: start !important;
1655
+ -ms-flex-align: start !important;
1656
+ align-items: flex-start !important; }
1657
+ .align-items-xl-end {
1658
+ -webkit-box-align: end !important;
1659
+ -ms-flex-align: end !important;
1660
+ align-items: flex-end !important; }
1661
+ .align-items-xl-center {
1662
+ -webkit-box-align: center !important;
1663
+ -ms-flex-align: center !important;
1664
+ align-items: center !important; }
1665
+ .align-items-xl-baseline {
1666
+ -webkit-box-align: baseline !important;
1667
+ -ms-flex-align: baseline !important;
1668
+ align-items: baseline !important; }
1669
+ .align-items-xl-stretch {
1670
+ -webkit-box-align: stretch !important;
1671
+ -ms-flex-align: stretch !important;
1672
+ align-items: stretch !important; }
1673
+ .align-content-xl-start {
1674
+ -ms-flex-line-pack: start !important;
1675
+ align-content: flex-start !important; }
1676
+ .align-content-xl-end {
1677
+ -ms-flex-line-pack: end !important;
1678
+ align-content: flex-end !important; }
1679
+ .align-content-xl-center {
1680
+ -ms-flex-line-pack: center !important;
1681
+ align-content: center !important; }
1682
+ .align-content-xl-between {
1683
+ -ms-flex-line-pack: justify !important;
1684
+ align-content: space-between !important; }
1685
+ .align-content-xl-around {
1686
+ -ms-flex-line-pack: distribute !important;
1687
+ align-content: space-around !important; }
1688
+ .align-content-xl-stretch {
1689
+ -ms-flex-line-pack: stretch !important;
1690
+ align-content: stretch !important; }
1691
+ .align-self-xl-auto {
1692
+ -ms-flex-item-align: auto !important;
1693
+ align-self: auto !important; }
1694
+ .align-self-xl-start {
1695
+ -ms-flex-item-align: start !important;
1696
+ align-self: flex-start !important; }
1697
+ .align-self-xl-end {
1698
+ -ms-flex-item-align: end !important;
1699
+ align-self: flex-end !important; }
1700
+ .align-self-xl-center {
1701
+ -ms-flex-item-align: center !important;
1702
+ align-self: center !important; }
1703
+ .align-self-xl-baseline {
1704
+ -ms-flex-item-align: baseline !important;
1705
+ align-self: baseline !important; }
1706
+ .align-self-xl-stretch {
1707
+ -ms-flex-item-align: stretch !important;
1708
+ align-self: stretch !important; } }