UNPKG

78.5 kBCSSView Raw
1
2.next-sr-only {
3 position: absolute;
4 width: 1px;
5 height: 1px;
6 padding: 0;
7 overflow: hidden;
8 clip: rect(0, 0, 0, 0);
9 white-space: nowrap;
10 border: 0;
11 top: 0;
12 margin: -1px; }
13
14/* Grid System */
15/* 根据 Alibaba Base DPL(BASE DPL)设计规范实现 */
16/* 栅格系统, 根据不同的屏幕尺寸情况,调整这些区块的排版,将页面划分为若干等宽的列,然后推荐通过等宽列来创建响应式的页面区块。另外,屏幕宽度较大的时候,区块倾向于水平分布,而屏幕宽度较小的时候,区块倾向于竖直堆叠。 */
17/* ------------------------------- */
18.next-row {
19 box-sizing: border-box;
20 display: flex; }
21 .next-row *,
22 .next-row *:before,
23 .next-row *:after {
24 box-sizing: border-box; }
25 .next-row.next-row-wrap {
26 flex-wrap: wrap; }
27 @media (min-width: 320px) {
28 .next-row.next-row-fixed {
29 width: 320px; } }
30 @media (min-width: 480px) {
31 .next-row.next-row-fixed {
32 width: 480px; } }
33 @media (min-width: 720px) {
34 .next-row.next-row-fixed {
35 width: 720px; } }
36 @media (min-width: 990px) {
37 .next-row.next-row-fixed {
38 width: 990px; } }
39 @media (min-width: 1200px) {
40 .next-row.next-row-fixed {
41 width: 1200px; } }
42 @media (min-width: 1500px) {
43 .next-row.next-row-fixed {
44 width: 1500px; } }
45 .next-row.next-row-fixed-xxs {
46 width: 320px; }
47 .next-row.next-row-fixed-xs {
48 width: 480px; }
49 .next-row.next-row-fixed-s {
50 width: 720px; }
51 .next-row.next-row-fixed-m {
52 width: 990px; }
53 .next-row.next-row-fixed-l {
54 width: 1200px; }
55 .next-row.next-row-fixed-xl {
56 width: 1500px; }
57 .next-row.next-row-justify-start {
58 justify-content: flex-start; }
59 .next-row.next-row-justify-end {
60 justify-content: flex-end; }
61 .next-row.next-row-justify-center {
62 justify-content: center; }
63 .next-row.next-row-justify-space-between {
64 justify-content: space-between; }
65 .next-row.next-row-justify-space-around {
66 justify-content: space-around; }
67 .next-row.next-row-align-top {
68 align-items: flex-start; }
69 .next-row.next-row-align-bottom {
70 align-items: flex-end; }
71 .next-row.next-row-align-center {
72 align-items: center; }
73 .next-row.next-row-align-baseline {
74 align-items: baseline; }
75 .next-row.next-row-align-stretch {
76 align-items: stretch; }
77
78.next-col {
79 flex: 1; }
80 .next-col.next-col-top {
81 align-self: flex-start; }
82 .next-col.next-col-bottom {
83 align-self: flex-end; }
84 .next-col.next-col-center {
85 align-self: center; }
86
87/* IE9 pack */
88@media all and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
89 .next-row {
90 display: table;
91 width: 100%; }
92 .next-col {
93 display: table-cell;
94 vertical-align: top; } }
95
96.next-col-1 {
97 flex: 0 0 4.16667%;
98 width: 4.16667%;
99 max-width: 4.16667%; }
100
101.next-col-2 {
102 flex: 0 0 8.33333%;
103 width: 8.33333%;
104 max-width: 8.33333%; }
105
106.next-col-3 {
107 flex: 0 0 12.5%;
108 width: 12.5%;
109 max-width: 12.5%; }
110
111.next-col-4 {
112 flex: 0 0 16.66667%;
113 width: 16.66667%;
114 max-width: 16.66667%; }
115
116.next-col-5 {
117 flex: 0 0 20.83333%;
118 width: 20.83333%;
119 max-width: 20.83333%; }
120
121.next-col-6 {
122 flex: 0 0 25%;
123 width: 25%;
124 max-width: 25%; }
125
126.next-col-7 {
127 flex: 0 0 29.16667%;
128 width: 29.16667%;
129 max-width: 29.16667%; }
130
131.next-col-8 {
132 flex: 0 0 33.33333%;
133 width: 33.33333%;
134 max-width: 33.33333%; }
135
136.next-col-9 {
137 flex: 0 0 37.5%;
138 width: 37.5%;
139 max-width: 37.5%; }
140
141.next-col-10 {
142 flex: 0 0 41.66667%;
143 width: 41.66667%;
144 max-width: 41.66667%; }
145
146.next-col-11 {
147 flex: 0 0 45.83333%;
148 width: 45.83333%;
149 max-width: 45.83333%; }
150
151.next-col-12 {
152 flex: 0 0 50%;
153 width: 50%;
154 max-width: 50%; }
155
156.next-col-13 {
157 flex: 0 0 54.16667%;
158 width: 54.16667%;
159 max-width: 54.16667%; }
160
161.next-col-14 {
162 flex: 0 0 58.33333%;
163 width: 58.33333%;
164 max-width: 58.33333%; }
165
166.next-col-15 {
167 flex: 0 0 62.5%;
168 width: 62.5%;
169 max-width: 62.5%; }
170
171.next-col-16 {
172 flex: 0 0 66.66667%;
173 width: 66.66667%;
174 max-width: 66.66667%; }
175
176.next-col-17 {
177 flex: 0 0 70.83333%;
178 width: 70.83333%;
179 max-width: 70.83333%; }
180
181.next-col-18 {
182 flex: 0 0 75%;
183 width: 75%;
184 max-width: 75%; }
185
186.next-col-19 {
187 flex: 0 0 79.16667%;
188 width: 79.16667%;
189 max-width: 79.16667%; }
190
191.next-col-20 {
192 flex: 0 0 83.33333%;
193 width: 83.33333%;
194 max-width: 83.33333%; }
195
196.next-col-21 {
197 flex: 0 0 87.5%;
198 width: 87.5%;
199 max-width: 87.5%; }
200
201.next-col-22 {
202 flex: 0 0 91.66667%;
203 width: 91.66667%;
204 max-width: 91.66667%; }
205
206.next-col-23 {
207 flex: 0 0 95.83333%;
208 width: 95.83333%;
209 max-width: 95.83333%; }
210
211.next-col-24 {
212 flex: 0 0 100%;
213 width: 100%;
214 max-width: 100%; }
215
216@media (min-width: 320px) {
217 .next-col-xxs-1 {
218 flex: 0 0 4.16667%;
219 width: 4.16667%;
220 max-width: 4.16667%; }
221 .next-col-xxs-2 {
222 flex: 0 0 8.33333%;
223 width: 8.33333%;
224 max-width: 8.33333%; }
225 .next-col-xxs-3 {
226 flex: 0 0 12.5%;
227 width: 12.5%;
228 max-width: 12.5%; }
229 .next-col-xxs-4 {
230 flex: 0 0 16.66667%;
231 width: 16.66667%;
232 max-width: 16.66667%; }
233 .next-col-xxs-5 {
234 flex: 0 0 20.83333%;
235 width: 20.83333%;
236 max-width: 20.83333%; }
237 .next-col-xxs-6 {
238 flex: 0 0 25%;
239 width: 25%;
240 max-width: 25%; }
241 .next-col-xxs-7 {
242 flex: 0 0 29.16667%;
243 width: 29.16667%;
244 max-width: 29.16667%; }
245 .next-col-xxs-8 {
246 flex: 0 0 33.33333%;
247 width: 33.33333%;
248 max-width: 33.33333%; }
249 .next-col-xxs-9 {
250 flex: 0 0 37.5%;
251 width: 37.5%;
252 max-width: 37.5%; }
253 .next-col-xxs-10 {
254 flex: 0 0 41.66667%;
255 width: 41.66667%;
256 max-width: 41.66667%; }
257 .next-col-xxs-11 {
258 flex: 0 0 45.83333%;
259 width: 45.83333%;
260 max-width: 45.83333%; }
261 .next-col-xxs-12 {
262 flex: 0 0 50%;
263 width: 50%;
264 max-width: 50%; }
265 .next-col-xxs-13 {
266 flex: 0 0 54.16667%;
267 width: 54.16667%;
268 max-width: 54.16667%; }
269 .next-col-xxs-14 {
270 flex: 0 0 58.33333%;
271 width: 58.33333%;
272 max-width: 58.33333%; }
273 .next-col-xxs-15 {
274 flex: 0 0 62.5%;
275 width: 62.5%;
276 max-width: 62.5%; }
277 .next-col-xxs-16 {
278 flex: 0 0 66.66667%;
279 width: 66.66667%;
280 max-width: 66.66667%; }
281 .next-col-xxs-17 {
282 flex: 0 0 70.83333%;
283 width: 70.83333%;
284 max-width: 70.83333%; }
285 .next-col-xxs-18 {
286 flex: 0 0 75%;
287 width: 75%;
288 max-width: 75%; }
289 .next-col-xxs-19 {
290 flex: 0 0 79.16667%;
291 width: 79.16667%;
292 max-width: 79.16667%; }
293 .next-col-xxs-20 {
294 flex: 0 0 83.33333%;
295 width: 83.33333%;
296 max-width: 83.33333%; }
297 .next-col-xxs-21 {
298 flex: 0 0 87.5%;
299 width: 87.5%;
300 max-width: 87.5%; }
301 .next-col-xxs-22 {
302 flex: 0 0 91.66667%;
303 width: 91.66667%;
304 max-width: 91.66667%; }
305 .next-col-xxs-23 {
306 flex: 0 0 95.83333%;
307 width: 95.83333%;
308 max-width: 95.83333%; }
309 .next-col-xxs-24 {
310 flex: 0 0 100%;
311 width: 100%;
312 max-width: 100%; } }
313
314@media (min-width: 480px) {
315 .next-col-xs-1 {
316 flex: 0 0 4.16667%;
317 width: 4.16667%;
318 max-width: 4.16667%; }
319 .next-col-xs-2 {
320 flex: 0 0 8.33333%;
321 width: 8.33333%;
322 max-width: 8.33333%; }
323 .next-col-xs-3 {
324 flex: 0 0 12.5%;
325 width: 12.5%;
326 max-width: 12.5%; }
327 .next-col-xs-4 {
328 flex: 0 0 16.66667%;
329 width: 16.66667%;
330 max-width: 16.66667%; }
331 .next-col-xs-5 {
332 flex: 0 0 20.83333%;
333 width: 20.83333%;
334 max-width: 20.83333%; }
335 .next-col-xs-6 {
336 flex: 0 0 25%;
337 width: 25%;
338 max-width: 25%; }
339 .next-col-xs-7 {
340 flex: 0 0 29.16667%;
341 width: 29.16667%;
342 max-width: 29.16667%; }
343 .next-col-xs-8 {
344 flex: 0 0 33.33333%;
345 width: 33.33333%;
346 max-width: 33.33333%; }
347 .next-col-xs-9 {
348 flex: 0 0 37.5%;
349 width: 37.5%;
350 max-width: 37.5%; }
351 .next-col-xs-10 {
352 flex: 0 0 41.66667%;
353 width: 41.66667%;
354 max-width: 41.66667%; }
355 .next-col-xs-11 {
356 flex: 0 0 45.83333%;
357 width: 45.83333%;
358 max-width: 45.83333%; }
359 .next-col-xs-12 {
360 flex: 0 0 50%;
361 width: 50%;
362 max-width: 50%; }
363 .next-col-xs-13 {
364 flex: 0 0 54.16667%;
365 width: 54.16667%;
366 max-width: 54.16667%; }
367 .next-col-xs-14 {
368 flex: 0 0 58.33333%;
369 width: 58.33333%;
370 max-width: 58.33333%; }
371 .next-col-xs-15 {
372 flex: 0 0 62.5%;
373 width: 62.5%;
374 max-width: 62.5%; }
375 .next-col-xs-16 {
376 flex: 0 0 66.66667%;
377 width: 66.66667%;
378 max-width: 66.66667%; }
379 .next-col-xs-17 {
380 flex: 0 0 70.83333%;
381 width: 70.83333%;
382 max-width: 70.83333%; }
383 .next-col-xs-18 {
384 flex: 0 0 75%;
385 width: 75%;
386 max-width: 75%; }
387 .next-col-xs-19 {
388 flex: 0 0 79.16667%;
389 width: 79.16667%;
390 max-width: 79.16667%; }
391 .next-col-xs-20 {
392 flex: 0 0 83.33333%;
393 width: 83.33333%;
394 max-width: 83.33333%; }
395 .next-col-xs-21 {
396 flex: 0 0 87.5%;
397 width: 87.5%;
398 max-width: 87.5%; }
399 .next-col-xs-22 {
400 flex: 0 0 91.66667%;
401 width: 91.66667%;
402 max-width: 91.66667%; }
403 .next-col-xs-23 {
404 flex: 0 0 95.83333%;
405 width: 95.83333%;
406 max-width: 95.83333%; }
407 .next-col-xs-24 {
408 flex: 0 0 100%;
409 width: 100%;
410 max-width: 100%; } }
411
412@media (min-width: 720px) {
413 .next-col-s-1 {
414 flex: 0 0 4.16667%;
415 width: 4.16667%;
416 max-width: 4.16667%; }
417 .next-col-s-2 {
418 flex: 0 0 8.33333%;
419 width: 8.33333%;
420 max-width: 8.33333%; }
421 .next-col-s-3 {
422 flex: 0 0 12.5%;
423 width: 12.5%;
424 max-width: 12.5%; }
425 .next-col-s-4 {
426 flex: 0 0 16.66667%;
427 width: 16.66667%;
428 max-width: 16.66667%; }
429 .next-col-s-5 {
430 flex: 0 0 20.83333%;
431 width: 20.83333%;
432 max-width: 20.83333%; }
433 .next-col-s-6 {
434 flex: 0 0 25%;
435 width: 25%;
436 max-width: 25%; }
437 .next-col-s-7 {
438 flex: 0 0 29.16667%;
439 width: 29.16667%;
440 max-width: 29.16667%; }
441 .next-col-s-8 {
442 flex: 0 0 33.33333%;
443 width: 33.33333%;
444 max-width: 33.33333%; }
445 .next-col-s-9 {
446 flex: 0 0 37.5%;
447 width: 37.5%;
448 max-width: 37.5%; }
449 .next-col-s-10 {
450 flex: 0 0 41.66667%;
451 width: 41.66667%;
452 max-width: 41.66667%; }
453 .next-col-s-11 {
454 flex: 0 0 45.83333%;
455 width: 45.83333%;
456 max-width: 45.83333%; }
457 .next-col-s-12 {
458 flex: 0 0 50%;
459 width: 50%;
460 max-width: 50%; }
461 .next-col-s-13 {
462 flex: 0 0 54.16667%;
463 width: 54.16667%;
464 max-width: 54.16667%; }
465 .next-col-s-14 {
466 flex: 0 0 58.33333%;
467 width: 58.33333%;
468 max-width: 58.33333%; }
469 .next-col-s-15 {
470 flex: 0 0 62.5%;
471 width: 62.5%;
472 max-width: 62.5%; }
473 .next-col-s-16 {
474 flex: 0 0 66.66667%;
475 width: 66.66667%;
476 max-width: 66.66667%; }
477 .next-col-s-17 {
478 flex: 0 0 70.83333%;
479 width: 70.83333%;
480 max-width: 70.83333%; }
481 .next-col-s-18 {
482 flex: 0 0 75%;
483 width: 75%;
484 max-width: 75%; }
485 .next-col-s-19 {
486 flex: 0 0 79.16667%;
487 width: 79.16667%;
488 max-width: 79.16667%; }
489 .next-col-s-20 {
490 flex: 0 0 83.33333%;
491 width: 83.33333%;
492 max-width: 83.33333%; }
493 .next-col-s-21 {
494 flex: 0 0 87.5%;
495 width: 87.5%;
496 max-width: 87.5%; }
497 .next-col-s-22 {
498 flex: 0 0 91.66667%;
499 width: 91.66667%;
500 max-width: 91.66667%; }
501 .next-col-s-23 {
502 flex: 0 0 95.83333%;
503 width: 95.83333%;
504 max-width: 95.83333%; }
505 .next-col-s-24 {
506 flex: 0 0 100%;
507 width: 100%;
508 max-width: 100%; } }
509
510@media (min-width: 990px) {
511 .next-col-m-1 {
512 flex: 0 0 4.16667%;
513 width: 4.16667%;
514 max-width: 4.16667%; }
515 .next-col-m-2 {
516 flex: 0 0 8.33333%;
517 width: 8.33333%;
518 max-width: 8.33333%; }
519 .next-col-m-3 {
520 flex: 0 0 12.5%;
521 width: 12.5%;
522 max-width: 12.5%; }
523 .next-col-m-4 {
524 flex: 0 0 16.66667%;
525 width: 16.66667%;
526 max-width: 16.66667%; }
527 .next-col-m-5 {
528 flex: 0 0 20.83333%;
529 width: 20.83333%;
530 max-width: 20.83333%; }
531 .next-col-m-6 {
532 flex: 0 0 25%;
533 width: 25%;
534 max-width: 25%; }
535 .next-col-m-7 {
536 flex: 0 0 29.16667%;
537 width: 29.16667%;
538 max-width: 29.16667%; }
539 .next-col-m-8 {
540 flex: 0 0 33.33333%;
541 width: 33.33333%;
542 max-width: 33.33333%; }
543 .next-col-m-9 {
544 flex: 0 0 37.5%;
545 width: 37.5%;
546 max-width: 37.5%; }
547 .next-col-m-10 {
548 flex: 0 0 41.66667%;
549 width: 41.66667%;
550 max-width: 41.66667%; }
551 .next-col-m-11 {
552 flex: 0 0 45.83333%;
553 width: 45.83333%;
554 max-width: 45.83333%; }
555 .next-col-m-12 {
556 flex: 0 0 50%;
557 width: 50%;
558 max-width: 50%; }
559 .next-col-m-13 {
560 flex: 0 0 54.16667%;
561 width: 54.16667%;
562 max-width: 54.16667%; }
563 .next-col-m-14 {
564 flex: 0 0 58.33333%;
565 width: 58.33333%;
566 max-width: 58.33333%; }
567 .next-col-m-15 {
568 flex: 0 0 62.5%;
569 width: 62.5%;
570 max-width: 62.5%; }
571 .next-col-m-16 {
572 flex: 0 0 66.66667%;
573 width: 66.66667%;
574 max-width: 66.66667%; }
575 .next-col-m-17 {
576 flex: 0 0 70.83333%;
577 width: 70.83333%;
578 max-width: 70.83333%; }
579 .next-col-m-18 {
580 flex: 0 0 75%;
581 width: 75%;
582 max-width: 75%; }
583 .next-col-m-19 {
584 flex: 0 0 79.16667%;
585 width: 79.16667%;
586 max-width: 79.16667%; }
587 .next-col-m-20 {
588 flex: 0 0 83.33333%;
589 width: 83.33333%;
590 max-width: 83.33333%; }
591 .next-col-m-21 {
592 flex: 0 0 87.5%;
593 width: 87.5%;
594 max-width: 87.5%; }
595 .next-col-m-22 {
596 flex: 0 0 91.66667%;
597 width: 91.66667%;
598 max-width: 91.66667%; }
599 .next-col-m-23 {
600 flex: 0 0 95.83333%;
601 width: 95.83333%;
602 max-width: 95.83333%; }
603 .next-col-m-24 {
604 flex: 0 0 100%;
605 width: 100%;
606 max-width: 100%; } }
607
608@media (min-width: 1200px) {
609 .next-col-l-1 {
610 flex: 0 0 4.16667%;
611 width: 4.16667%;
612 max-width: 4.16667%; }
613 .next-col-l-2 {
614 flex: 0 0 8.33333%;
615 width: 8.33333%;
616 max-width: 8.33333%; }
617 .next-col-l-3 {
618 flex: 0 0 12.5%;
619 width: 12.5%;
620 max-width: 12.5%; }
621 .next-col-l-4 {
622 flex: 0 0 16.66667%;
623 width: 16.66667%;
624 max-width: 16.66667%; }
625 .next-col-l-5 {
626 flex: 0 0 20.83333%;
627 width: 20.83333%;
628 max-width: 20.83333%; }
629 .next-col-l-6 {
630 flex: 0 0 25%;
631 width: 25%;
632 max-width: 25%; }
633 .next-col-l-7 {
634 flex: 0 0 29.16667%;
635 width: 29.16667%;
636 max-width: 29.16667%; }
637 .next-col-l-8 {
638 flex: 0 0 33.33333%;
639 width: 33.33333%;
640 max-width: 33.33333%; }
641 .next-col-l-9 {
642 flex: 0 0 37.5%;
643 width: 37.5%;
644 max-width: 37.5%; }
645 .next-col-l-10 {
646 flex: 0 0 41.66667%;
647 width: 41.66667%;
648 max-width: 41.66667%; }
649 .next-col-l-11 {
650 flex: 0 0 45.83333%;
651 width: 45.83333%;
652 max-width: 45.83333%; }
653 .next-col-l-12 {
654 flex: 0 0 50%;
655 width: 50%;
656 max-width: 50%; }
657 .next-col-l-13 {
658 flex: 0 0 54.16667%;
659 width: 54.16667%;
660 max-width: 54.16667%; }
661 .next-col-l-14 {
662 flex: 0 0 58.33333%;
663 width: 58.33333%;
664 max-width: 58.33333%; }
665 .next-col-l-15 {
666 flex: 0 0 62.5%;
667 width: 62.5%;
668 max-width: 62.5%; }
669 .next-col-l-16 {
670 flex: 0 0 66.66667%;
671 width: 66.66667%;
672 max-width: 66.66667%; }
673 .next-col-l-17 {
674 flex: 0 0 70.83333%;
675 width: 70.83333%;
676 max-width: 70.83333%; }
677 .next-col-l-18 {
678 flex: 0 0 75%;
679 width: 75%;
680 max-width: 75%; }
681 .next-col-l-19 {
682 flex: 0 0 79.16667%;
683 width: 79.16667%;
684 max-width: 79.16667%; }
685 .next-col-l-20 {
686 flex: 0 0 83.33333%;
687 width: 83.33333%;
688 max-width: 83.33333%; }
689 .next-col-l-21 {
690 flex: 0 0 87.5%;
691 width: 87.5%;
692 max-width: 87.5%; }
693 .next-col-l-22 {
694 flex: 0 0 91.66667%;
695 width: 91.66667%;
696 max-width: 91.66667%; }
697 .next-col-l-23 {
698 flex: 0 0 95.83333%;
699 width: 95.83333%;
700 max-width: 95.83333%; }
701 .next-col-l-24 {
702 flex: 0 0 100%;
703 width: 100%;
704 max-width: 100%; } }
705
706@media (min-width: 1500px) {
707 .next-col-xl-1 {
708 flex: 0 0 4.16667%;
709 width: 4.16667%;
710 max-width: 4.16667%; }
711 .next-col-xl-2 {
712 flex: 0 0 8.33333%;
713 width: 8.33333%;
714 max-width: 8.33333%; }
715 .next-col-xl-3 {
716 flex: 0 0 12.5%;
717 width: 12.5%;
718 max-width: 12.5%; }
719 .next-col-xl-4 {
720 flex: 0 0 16.66667%;
721 width: 16.66667%;
722 max-width: 16.66667%; }
723 .next-col-xl-5 {
724 flex: 0 0 20.83333%;
725 width: 20.83333%;
726 max-width: 20.83333%; }
727 .next-col-xl-6 {
728 flex: 0 0 25%;
729 width: 25%;
730 max-width: 25%; }
731 .next-col-xl-7 {
732 flex: 0 0 29.16667%;
733 width: 29.16667%;
734 max-width: 29.16667%; }
735 .next-col-xl-8 {
736 flex: 0 0 33.33333%;
737 width: 33.33333%;
738 max-width: 33.33333%; }
739 .next-col-xl-9 {
740 flex: 0 0 37.5%;
741 width: 37.5%;
742 max-width: 37.5%; }
743 .next-col-xl-10 {
744 flex: 0 0 41.66667%;
745 width: 41.66667%;
746 max-width: 41.66667%; }
747 .next-col-xl-11 {
748 flex: 0 0 45.83333%;
749 width: 45.83333%;
750 max-width: 45.83333%; }
751 .next-col-xl-12 {
752 flex: 0 0 50%;
753 width: 50%;
754 max-width: 50%; }
755 .next-col-xl-13 {
756 flex: 0 0 54.16667%;
757 width: 54.16667%;
758 max-width: 54.16667%; }
759 .next-col-xl-14 {
760 flex: 0 0 58.33333%;
761 width: 58.33333%;
762 max-width: 58.33333%; }
763 .next-col-xl-15 {
764 flex: 0 0 62.5%;
765 width: 62.5%;
766 max-width: 62.5%; }
767 .next-col-xl-16 {
768 flex: 0 0 66.66667%;
769 width: 66.66667%;
770 max-width: 66.66667%; }
771 .next-col-xl-17 {
772 flex: 0 0 70.83333%;
773 width: 70.83333%;
774 max-width: 70.83333%; }
775 .next-col-xl-18 {
776 flex: 0 0 75%;
777 width: 75%;
778 max-width: 75%; }
779 .next-col-xl-19 {
780 flex: 0 0 79.16667%;
781 width: 79.16667%;
782 max-width: 79.16667%; }
783 .next-col-xl-20 {
784 flex: 0 0 83.33333%;
785 width: 83.33333%;
786 max-width: 83.33333%; }
787 .next-col-xl-21 {
788 flex: 0 0 87.5%;
789 width: 87.5%;
790 max-width: 87.5%; }
791 .next-col-xl-22 {
792 flex: 0 0 91.66667%;
793 width: 91.66667%;
794 max-width: 91.66667%; }
795 .next-col-xl-23 {
796 flex: 0 0 95.83333%;
797 width: 95.83333%;
798 max-width: 95.83333%; }
799 .next-col-xl-24 {
800 flex: 0 0 100%;
801 width: 100%;
802 max-width: 100%; } }
803
804.next-col-1p5 {
805 flex: 0 0 20%;
806 width: 20%;
807 max-width: 20%; }
808
809.next-col-2p5 {
810 flex: 0 0 40%;
811 width: 40%;
812 max-width: 40%; }
813
814.next-col-3p5 {
815 flex: 0 0 60%;
816 width: 60%;
817 max-width: 60%; }
818
819.next-col-4p5 {
820 flex: 0 0 80%;
821 width: 80%;
822 max-width: 80%; }
823
824.next-col-5p5 {
825 flex: 0 0 100%;
826 width: 100%;
827 max-width: 100%; }
828
829@media (min-width: 320px) {
830 .next-col-xxs-1p5 {
831 flex: 0 0 20%;
832 width: 20%;
833 max-width: 20%; }
834 .next-col-xxs-2p5 {
835 flex: 0 0 40%;
836 width: 40%;
837 max-width: 40%; }
838 .next-col-xxs-3p5 {
839 flex: 0 0 60%;
840 width: 60%;
841 max-width: 60%; }
842 .next-col-xxs-4p5 {
843 flex: 0 0 80%;
844 width: 80%;
845 max-width: 80%; }
846 .next-col-xxs-5p5 {
847 flex: 0 0 100%;
848 width: 100%;
849 max-width: 100%; } }
850
851@media (min-width: 480px) {
852 .next-col-xs-1p5 {
853 flex: 0 0 20%;
854 width: 20%;
855 max-width: 20%; }
856 .next-col-xs-2p5 {
857 flex: 0 0 40%;
858 width: 40%;
859 max-width: 40%; }
860 .next-col-xs-3p5 {
861 flex: 0 0 60%;
862 width: 60%;
863 max-width: 60%; }
864 .next-col-xs-4p5 {
865 flex: 0 0 80%;
866 width: 80%;
867 max-width: 80%; }
868 .next-col-xs-5p5 {
869 flex: 0 0 100%;
870 width: 100%;
871 max-width: 100%; } }
872
873@media (min-width: 720px) {
874 .next-col-s-1p5 {
875 flex: 0 0 20%;
876 width: 20%;
877 max-width: 20%; }
878 .next-col-s-2p5 {
879 flex: 0 0 40%;
880 width: 40%;
881 max-width: 40%; }
882 .next-col-s-3p5 {
883 flex: 0 0 60%;
884 width: 60%;
885 max-width: 60%; }
886 .next-col-s-4p5 {
887 flex: 0 0 80%;
888 width: 80%;
889 max-width: 80%; }
890 .next-col-s-5p5 {
891 flex: 0 0 100%;
892 width: 100%;
893 max-width: 100%; } }
894
895@media (min-width: 990px) {
896 .next-col-m-1p5 {
897 flex: 0 0 20%;
898 width: 20%;
899 max-width: 20%; }
900 .next-col-m-2p5 {
901 flex: 0 0 40%;
902 width: 40%;
903 max-width: 40%; }
904 .next-col-m-3p5 {
905 flex: 0 0 60%;
906 width: 60%;
907 max-width: 60%; }
908 .next-col-m-4p5 {
909 flex: 0 0 80%;
910 width: 80%;
911 max-width: 80%; }
912 .next-col-m-5p5 {
913 flex: 0 0 100%;
914 width: 100%;
915 max-width: 100%; } }
916
917@media (min-width: 1200px) {
918 .next-col-l-1p5 {
919 flex: 0 0 20%;
920 width: 20%;
921 max-width: 20%; }
922 .next-col-l-2p5 {
923 flex: 0 0 40%;
924 width: 40%;
925 max-width: 40%; }
926 .next-col-l-3p5 {
927 flex: 0 0 60%;
928 width: 60%;
929 max-width: 60%; }
930 .next-col-l-4p5 {
931 flex: 0 0 80%;
932 width: 80%;
933 max-width: 80%; }
934 .next-col-l-5p5 {
935 flex: 0 0 100%;
936 width: 100%;
937 max-width: 100%; } }
938
939@media (min-width: 1500px) {
940 .next-col-xl-1p5 {
941 flex: 0 0 20%;
942 width: 20%;
943 max-width: 20%; }
944 .next-col-xl-2p5 {
945 flex: 0 0 40%;
946 width: 40%;
947 max-width: 40%; }
948 .next-col-xl-3p5 {
949 flex: 0 0 60%;
950 width: 60%;
951 max-width: 60%; }
952 .next-col-xl-4p5 {
953 flex: 0 0 80%;
954 width: 80%;
955 max-width: 80%; }
956 .next-col-xl-5p5 {
957 flex: 0 0 100%;
958 width: 100%;
959 max-width: 100%; } }
960
961.next-col-fixed-1 {
962 flex: 0 0 20px;
963 width: 20px;
964 max-width: 20px; }
965
966.next-col-fixed-2 {
967 flex: 0 0 40px;
968 width: 40px;
969 max-width: 40px; }
970
971.next-col-fixed-3 {
972 flex: 0 0 60px;
973 width: 60px;
974 max-width: 60px; }
975
976.next-col-fixed-4 {
977 flex: 0 0 80px;
978 width: 80px;
979 max-width: 80px; }
980
981.next-col-fixed-5 {
982 flex: 0 0 100px;
983 width: 100px;
984 max-width: 100px; }
985
986.next-col-fixed-6 {
987 flex: 0 0 120px;
988 width: 120px;
989 max-width: 120px; }
990
991.next-col-fixed-7 {
992 flex: 0 0 140px;
993 width: 140px;
994 max-width: 140px; }
995
996.next-col-fixed-8 {
997 flex: 0 0 160px;
998 width: 160px;
999 max-width: 160px; }
1000
1001.next-col-fixed-9 {
1002 flex: 0 0 180px;
1003 width: 180px;
1004 max-width: 180px; }
1005
1006.next-col-fixed-10 {
1007 flex: 0 0 200px;
1008 width: 200px;
1009 max-width: 200px; }
1010
1011.next-col-fixed-11 {
1012 flex: 0 0 220px;
1013 width: 220px;
1014 max-width: 220px; }
1015
1016.next-col-fixed-12 {
1017 flex: 0 0 240px;
1018 width: 240px;
1019 max-width: 240px; }
1020
1021.next-col-fixed-13 {
1022 flex: 0 0 260px;
1023 width: 260px;
1024 max-width: 260px; }
1025
1026.next-col-fixed-14 {
1027 flex: 0 0 280px;
1028 width: 280px;
1029 max-width: 280px; }
1030
1031.next-col-fixed-15 {
1032 flex: 0 0 300px;
1033 width: 300px;
1034 max-width: 300px; }
1035
1036.next-col-fixed-16 {
1037 flex: 0 0 320px;
1038 width: 320px;
1039 max-width: 320px; }
1040
1041.next-col-fixed-17 {
1042 flex: 0 0 340px;
1043 width: 340px;
1044 max-width: 340px; }
1045
1046.next-col-fixed-18 {
1047 flex: 0 0 360px;
1048 width: 360px;
1049 max-width: 360px; }
1050
1051.next-col-fixed-19 {
1052 flex: 0 0 380px;
1053 width: 380px;
1054 max-width: 380px; }
1055
1056.next-col-fixed-20 {
1057 flex: 0 0 400px;
1058 width: 400px;
1059 max-width: 400px; }
1060
1061.next-col-fixed-21 {
1062 flex: 0 0 420px;
1063 width: 420px;
1064 max-width: 420px; }
1065
1066.next-col-fixed-22 {
1067 flex: 0 0 440px;
1068 width: 440px;
1069 max-width: 440px; }
1070
1071.next-col-fixed-23 {
1072 flex: 0 0 460px;
1073 width: 460px;
1074 max-width: 460px; }
1075
1076.next-col-fixed-24 {
1077 flex: 0 0 480px;
1078 width: 480px;
1079 max-width: 480px; }
1080
1081.next-col-fixed-25 {
1082 flex: 0 0 500px;
1083 width: 500px;
1084 max-width: 500px; }
1085
1086.next-col-fixed-26 {
1087 flex: 0 0 520px;
1088 width: 520px;
1089 max-width: 520px; }
1090
1091.next-col-fixed-27 {
1092 flex: 0 0 540px;
1093 width: 540px;
1094 max-width: 540px; }
1095
1096.next-col-fixed-28 {
1097 flex: 0 0 560px;
1098 width: 560px;
1099 max-width: 560px; }
1100
1101.next-col-fixed-29 {
1102 flex: 0 0 580px;
1103 width: 580px;
1104 max-width: 580px; }
1105
1106.next-col-fixed-30 {
1107 flex: 0 0 600px;
1108 width: 600px;
1109 max-width: 600px; }
1110
1111.next-col-offset-1 {
1112 margin-left: 4.16667%; }
1113
1114.next-col-offset-2 {
1115 margin-left: 8.33333%; }
1116
1117.next-col-offset-3 {
1118 margin-left: 12.5%; }
1119
1120.next-col-offset-4 {
1121 margin-left: 16.66667%; }
1122
1123.next-col-offset-5 {
1124 margin-left: 20.83333%; }
1125
1126.next-col-offset-6 {
1127 margin-left: 25%; }
1128
1129.next-col-offset-7 {
1130 margin-left: 29.16667%; }
1131
1132.next-col-offset-8 {
1133 margin-left: 33.33333%; }
1134
1135.next-col-offset-9 {
1136 margin-left: 37.5%; }
1137
1138.next-col-offset-10 {
1139 margin-left: 41.66667%; }
1140
1141.next-col-offset-11 {
1142 margin-left: 45.83333%; }
1143
1144.next-col-offset-12 {
1145 margin-left: 50%; }
1146
1147.next-col-offset-13 {
1148 margin-left: 54.16667%; }
1149
1150.next-col-offset-14 {
1151 margin-left: 58.33333%; }
1152
1153.next-col-offset-15 {
1154 margin-left: 62.5%; }
1155
1156.next-col-offset-16 {
1157 margin-left: 66.66667%; }
1158
1159.next-col-offset-17 {
1160 margin-left: 70.83333%; }
1161
1162.next-col-offset-18 {
1163 margin-left: 75%; }
1164
1165.next-col-offset-19 {
1166 margin-left: 79.16667%; }
1167
1168.next-col-offset-20 {
1169 margin-left: 83.33333%; }
1170
1171.next-col-offset-21 {
1172 margin-left: 87.5%; }
1173
1174.next-col-offset-22 {
1175 margin-left: 91.66667%; }
1176
1177.next-col-offset-23 {
1178 margin-left: 95.83333%; }
1179
1180.next-col-offset-24 {
1181 margin-left: 100%; }
1182
1183@media (min-width: 320px) {
1184 .next-col-xxs-offset-1 {
1185 margin-left: 4.16667%; }
1186 .next-col-xxs-offset-2 {
1187 margin-left: 8.33333%; }
1188 .next-col-xxs-offset-3 {
1189 margin-left: 12.5%; }
1190 .next-col-xxs-offset-4 {
1191 margin-left: 16.66667%; }
1192 .next-col-xxs-offset-5 {
1193 margin-left: 20.83333%; }
1194 .next-col-xxs-offset-6 {
1195 margin-left: 25%; }
1196 .next-col-xxs-offset-7 {
1197 margin-left: 29.16667%; }
1198 .next-col-xxs-offset-8 {
1199 margin-left: 33.33333%; }
1200 .next-col-xxs-offset-9 {
1201 margin-left: 37.5%; }
1202 .next-col-xxs-offset-10 {
1203 margin-left: 41.66667%; }
1204 .next-col-xxs-offset-11 {
1205 margin-left: 45.83333%; }
1206 .next-col-xxs-offset-12 {
1207 margin-left: 50%; }
1208 .next-col-xxs-offset-13 {
1209 margin-left: 54.16667%; }
1210 .next-col-xxs-offset-14 {
1211 margin-left: 58.33333%; }
1212 .next-col-xxs-offset-15 {
1213 margin-left: 62.5%; }
1214 .next-col-xxs-offset-16 {
1215 margin-left: 66.66667%; }
1216 .next-col-xxs-offset-17 {
1217 margin-left: 70.83333%; }
1218 .next-col-xxs-offset-18 {
1219 margin-left: 75%; }
1220 .next-col-xxs-offset-19 {
1221 margin-left: 79.16667%; }
1222 .next-col-xxs-offset-20 {
1223 margin-left: 83.33333%; }
1224 .next-col-xxs-offset-21 {
1225 margin-left: 87.5%; }
1226 .next-col-xxs-offset-22 {
1227 margin-left: 91.66667%; }
1228 .next-col-xxs-offset-23 {
1229 margin-left: 95.83333%; }
1230 .next-col-xxs-offset-24 {
1231 margin-left: 100%; } }
1232
1233@media (min-width: 480px) {
1234 .next-col-xs-offset-1 {
1235 margin-left: 4.16667%; }
1236 .next-col-xs-offset-2 {
1237 margin-left: 8.33333%; }
1238 .next-col-xs-offset-3 {
1239 margin-left: 12.5%; }
1240 .next-col-xs-offset-4 {
1241 margin-left: 16.66667%; }
1242 .next-col-xs-offset-5 {
1243 margin-left: 20.83333%; }
1244 .next-col-xs-offset-6 {
1245 margin-left: 25%; }
1246 .next-col-xs-offset-7 {
1247 margin-left: 29.16667%; }
1248 .next-col-xs-offset-8 {
1249 margin-left: 33.33333%; }
1250 .next-col-xs-offset-9 {
1251 margin-left: 37.5%; }
1252 .next-col-xs-offset-10 {
1253 margin-left: 41.66667%; }
1254 .next-col-xs-offset-11 {
1255 margin-left: 45.83333%; }
1256 .next-col-xs-offset-12 {
1257 margin-left: 50%; }
1258 .next-col-xs-offset-13 {
1259 margin-left: 54.16667%; }
1260 .next-col-xs-offset-14 {
1261 margin-left: 58.33333%; }
1262 .next-col-xs-offset-15 {
1263 margin-left: 62.5%; }
1264 .next-col-xs-offset-16 {
1265 margin-left: 66.66667%; }
1266 .next-col-xs-offset-17 {
1267 margin-left: 70.83333%; }
1268 .next-col-xs-offset-18 {
1269 margin-left: 75%; }
1270 .next-col-xs-offset-19 {
1271 margin-left: 79.16667%; }
1272 .next-col-xs-offset-20 {
1273 margin-left: 83.33333%; }
1274 .next-col-xs-offset-21 {
1275 margin-left: 87.5%; }
1276 .next-col-xs-offset-22 {
1277 margin-left: 91.66667%; }
1278 .next-col-xs-offset-23 {
1279 margin-left: 95.83333%; }
1280 .next-col-xs-offset-24 {
1281 margin-left: 100%; } }
1282
1283@media (min-width: 720px) {
1284 .next-col-s-offset-1 {
1285 margin-left: 4.16667%; }
1286 .next-col-s-offset-2 {
1287 margin-left: 8.33333%; }
1288 .next-col-s-offset-3 {
1289 margin-left: 12.5%; }
1290 .next-col-s-offset-4 {
1291 margin-left: 16.66667%; }
1292 .next-col-s-offset-5 {
1293 margin-left: 20.83333%; }
1294 .next-col-s-offset-6 {
1295 margin-left: 25%; }
1296 .next-col-s-offset-7 {
1297 margin-left: 29.16667%; }
1298 .next-col-s-offset-8 {
1299 margin-left: 33.33333%; }
1300 .next-col-s-offset-9 {
1301 margin-left: 37.5%; }
1302 .next-col-s-offset-10 {
1303 margin-left: 41.66667%; }
1304 .next-col-s-offset-11 {
1305 margin-left: 45.83333%; }
1306 .next-col-s-offset-12 {
1307 margin-left: 50%; }
1308 .next-col-s-offset-13 {
1309 margin-left: 54.16667%; }
1310 .next-col-s-offset-14 {
1311 margin-left: 58.33333%; }
1312 .next-col-s-offset-15 {
1313 margin-left: 62.5%; }
1314 .next-col-s-offset-16 {
1315 margin-left: 66.66667%; }
1316 .next-col-s-offset-17 {
1317 margin-left: 70.83333%; }
1318 .next-col-s-offset-18 {
1319 margin-left: 75%; }
1320 .next-col-s-offset-19 {
1321 margin-left: 79.16667%; }
1322 .next-col-s-offset-20 {
1323 margin-left: 83.33333%; }
1324 .next-col-s-offset-21 {
1325 margin-left: 87.5%; }
1326 .next-col-s-offset-22 {
1327 margin-left: 91.66667%; }
1328 .next-col-s-offset-23 {
1329 margin-left: 95.83333%; }
1330 .next-col-s-offset-24 {
1331 margin-left: 100%; } }
1332
1333@media (min-width: 990px) {
1334 .next-col-m-offset-1 {
1335 margin-left: 4.16667%; }
1336 .next-col-m-offset-2 {
1337 margin-left: 8.33333%; }
1338 .next-col-m-offset-3 {
1339 margin-left: 12.5%; }
1340 .next-col-m-offset-4 {
1341 margin-left: 16.66667%; }
1342 .next-col-m-offset-5 {
1343 margin-left: 20.83333%; }
1344 .next-col-m-offset-6 {
1345 margin-left: 25%; }
1346 .next-col-m-offset-7 {
1347 margin-left: 29.16667%; }
1348 .next-col-m-offset-8 {
1349 margin-left: 33.33333%; }
1350 .next-col-m-offset-9 {
1351 margin-left: 37.5%; }
1352 .next-col-m-offset-10 {
1353 margin-left: 41.66667%; }
1354 .next-col-m-offset-11 {
1355 margin-left: 45.83333%; }
1356 .next-col-m-offset-12 {
1357 margin-left: 50%; }
1358 .next-col-m-offset-13 {
1359 margin-left: 54.16667%; }
1360 .next-col-m-offset-14 {
1361 margin-left: 58.33333%; }
1362 .next-col-m-offset-15 {
1363 margin-left: 62.5%; }
1364 .next-col-m-offset-16 {
1365 margin-left: 66.66667%; }
1366 .next-col-m-offset-17 {
1367 margin-left: 70.83333%; }
1368 .next-col-m-offset-18 {
1369 margin-left: 75%; }
1370 .next-col-m-offset-19 {
1371 margin-left: 79.16667%; }
1372 .next-col-m-offset-20 {
1373 margin-left: 83.33333%; }
1374 .next-col-m-offset-21 {
1375 margin-left: 87.5%; }
1376 .next-col-m-offset-22 {
1377 margin-left: 91.66667%; }
1378 .next-col-m-offset-23 {
1379 margin-left: 95.83333%; }
1380 .next-col-m-offset-24 {
1381 margin-left: 100%; } }
1382
1383@media (min-width: 1200px) {
1384 .next-col-l-offset-1 {
1385 margin-left: 4.16667%; }
1386 .next-col-l-offset-2 {
1387 margin-left: 8.33333%; }
1388 .next-col-l-offset-3 {
1389 margin-left: 12.5%; }
1390 .next-col-l-offset-4 {
1391 margin-left: 16.66667%; }
1392 .next-col-l-offset-5 {
1393 margin-left: 20.83333%; }
1394 .next-col-l-offset-6 {
1395 margin-left: 25%; }
1396 .next-col-l-offset-7 {
1397 margin-left: 29.16667%; }
1398 .next-col-l-offset-8 {
1399 margin-left: 33.33333%; }
1400 .next-col-l-offset-9 {
1401 margin-left: 37.5%; }
1402 .next-col-l-offset-10 {
1403 margin-left: 41.66667%; }
1404 .next-col-l-offset-11 {
1405 margin-left: 45.83333%; }
1406 .next-col-l-offset-12 {
1407 margin-left: 50%; }
1408 .next-col-l-offset-13 {
1409 margin-left: 54.16667%; }
1410 .next-col-l-offset-14 {
1411 margin-left: 58.33333%; }
1412 .next-col-l-offset-15 {
1413 margin-left: 62.5%; }
1414 .next-col-l-offset-16 {
1415 margin-left: 66.66667%; }
1416 .next-col-l-offset-17 {
1417 margin-left: 70.83333%; }
1418 .next-col-l-offset-18 {
1419 margin-left: 75%; }
1420 .next-col-l-offset-19 {
1421 margin-left: 79.16667%; }
1422 .next-col-l-offset-20 {
1423 margin-left: 83.33333%; }
1424 .next-col-l-offset-21 {
1425 margin-left: 87.5%; }
1426 .next-col-l-offset-22 {
1427 margin-left: 91.66667%; }
1428 .next-col-l-offset-23 {
1429 margin-left: 95.83333%; }
1430 .next-col-l-offset-24 {
1431 margin-left: 100%; } }
1432
1433@media (min-width: 1500px) {
1434 .next-col-xl-offset-1 {
1435 margin-left: 4.16667%; }
1436 .next-col-xl-offset-2 {
1437 margin-left: 8.33333%; }
1438 .next-col-xl-offset-3 {
1439 margin-left: 12.5%; }
1440 .next-col-xl-offset-4 {
1441 margin-left: 16.66667%; }
1442 .next-col-xl-offset-5 {
1443 margin-left: 20.83333%; }
1444 .next-col-xl-offset-6 {
1445 margin-left: 25%; }
1446 .next-col-xl-offset-7 {
1447 margin-left: 29.16667%; }
1448 .next-col-xl-offset-8 {
1449 margin-left: 33.33333%; }
1450 .next-col-xl-offset-9 {
1451 margin-left: 37.5%; }
1452 .next-col-xl-offset-10 {
1453 margin-left: 41.66667%; }
1454 .next-col-xl-offset-11 {
1455 margin-left: 45.83333%; }
1456 .next-col-xl-offset-12 {
1457 margin-left: 50%; }
1458 .next-col-xl-offset-13 {
1459 margin-left: 54.16667%; }
1460 .next-col-xl-offset-14 {
1461 margin-left: 58.33333%; }
1462 .next-col-xl-offset-15 {
1463 margin-left: 62.5%; }
1464 .next-col-xl-offset-16 {
1465 margin-left: 66.66667%; }
1466 .next-col-xl-offset-17 {
1467 margin-left: 70.83333%; }
1468 .next-col-xl-offset-18 {
1469 margin-left: 75%; }
1470 .next-col-xl-offset-19 {
1471 margin-left: 79.16667%; }
1472 .next-col-xl-offset-20 {
1473 margin-left: 83.33333%; }
1474 .next-col-xl-offset-21 {
1475 margin-left: 87.5%; }
1476 .next-col-xl-offset-22 {
1477 margin-left: 91.66667%; }
1478 .next-col-xl-offset-23 {
1479 margin-left: 95.83333%; }
1480 .next-col-xl-offset-24 {
1481 margin-left: 100%; } }
1482
1483.next-col-offset-fixed-1 {
1484 margin-left: 20px; }
1485
1486.next-col-offset-fixed-2 {
1487 margin-left: 40px; }
1488
1489.next-col-offset-fixed-3 {
1490 margin-left: 60px; }
1491
1492.next-col-offset-fixed-4 {
1493 margin-left: 80px; }
1494
1495.next-col-offset-fixed-5 {
1496 margin-left: 100px; }
1497
1498.next-col-offset-fixed-6 {
1499 margin-left: 120px; }
1500
1501.next-col-offset-fixed-7 {
1502 margin-left: 140px; }
1503
1504.next-col-offset-fixed-8 {
1505 margin-left: 160px; }
1506
1507.next-col-offset-fixed-9 {
1508 margin-left: 180px; }
1509
1510.next-col-offset-fixed-10 {
1511 margin-left: 200px; }
1512
1513.next-col-offset-fixed-11 {
1514 margin-left: 220px; }
1515
1516.next-col-offset-fixed-12 {
1517 margin-left: 240px; }
1518
1519.next-col-offset-fixed-13 {
1520 margin-left: 260px; }
1521
1522.next-col-offset-fixed-14 {
1523 margin-left: 280px; }
1524
1525.next-col-offset-fixed-15 {
1526 margin-left: 300px; }
1527
1528.next-col-offset-fixed-16 {
1529 margin-left: 320px; }
1530
1531.next-col-offset-fixed-17 {
1532 margin-left: 340px; }
1533
1534.next-col-offset-fixed-18 {
1535 margin-left: 360px; }
1536
1537.next-col-offset-fixed-19 {
1538 margin-left: 380px; }
1539
1540.next-col-offset-fixed-20 {
1541 margin-left: 400px; }
1542
1543.next-col-offset-fixed-21 {
1544 margin-left: 420px; }
1545
1546.next-col-offset-fixed-22 {
1547 margin-left: 440px; }
1548
1549.next-col-offset-fixed-23 {
1550 margin-left: 460px; }
1551
1552.next-col-offset-fixed-24 {
1553 margin-left: 480px; }
1554
1555.next-col-offset-fixed-25 {
1556 margin-left: 500px; }
1557
1558.next-col-offset-fixed-26 {
1559 margin-left: 520px; }
1560
1561.next-col-offset-fixed-27 {
1562 margin-left: 540px; }
1563
1564.next-col-offset-fixed-28 {
1565 margin-left: 560px; }
1566
1567.next-col-offset-fixed-29 {
1568 margin-left: 580px; }
1569
1570.next-col-offset-fixed-30 {
1571 margin-left: 600px; }
1572
1573.next-col-offset-fixed-xxs-1 {
1574 margin-left: 20px; }
1575
1576.next-col-offset-fixed-xxs-2 {
1577 margin-left: 40px; }
1578
1579.next-col-offset-fixed-xxs-3 {
1580 margin-left: 60px; }
1581
1582.next-col-offset-fixed-xxs-4 {
1583 margin-left: 80px; }
1584
1585.next-col-offset-fixed-xxs-5 {
1586 margin-left: 100px; }
1587
1588.next-col-offset-fixed-xxs-6 {
1589 margin-left: 120px; }
1590
1591.next-col-offset-fixed-xxs-7 {
1592 margin-left: 140px; }
1593
1594.next-col-offset-fixed-xxs-8 {
1595 margin-left: 160px; }
1596
1597.next-col-offset-fixed-xxs-9 {
1598 margin-left: 180px; }
1599
1600.next-col-offset-fixed-xxs-10 {
1601 margin-left: 200px; }
1602
1603.next-col-offset-fixed-xxs-11 {
1604 margin-left: 220px; }
1605
1606.next-col-offset-fixed-xxs-12 {
1607 margin-left: 240px; }
1608
1609.next-col-offset-fixed-xxs-13 {
1610 margin-left: 260px; }
1611
1612.next-col-offset-fixed-xxs-14 {
1613 margin-left: 280px; }
1614
1615.next-col-offset-fixed-xxs-15 {
1616 margin-left: 300px; }
1617
1618.next-col-offset-fixed-xxs-16 {
1619 margin-left: 320px; }
1620
1621.next-col-offset-fixed-xxs-17 {
1622 margin-left: 340px; }
1623
1624.next-col-offset-fixed-xxs-18 {
1625 margin-left: 360px; }
1626
1627.next-col-offset-fixed-xxs-19 {
1628 margin-left: 380px; }
1629
1630.next-col-offset-fixed-xxs-20 {
1631 margin-left: 400px; }
1632
1633.next-col-offset-fixed-xxs-21 {
1634 margin-left: 420px; }
1635
1636.next-col-offset-fixed-xxs-22 {
1637 margin-left: 440px; }
1638
1639.next-col-offset-fixed-xxs-23 {
1640 margin-left: 460px; }
1641
1642.next-col-offset-fixed-xxs-24 {
1643 margin-left: 480px; }
1644
1645.next-col-offset-fixed-xxs-25 {
1646 margin-left: 500px; }
1647
1648.next-col-offset-fixed-xxs-26 {
1649 margin-left: 520px; }
1650
1651.next-col-offset-fixed-xxs-27 {
1652 margin-left: 540px; }
1653
1654.next-col-offset-fixed-xxs-28 {
1655 margin-left: 560px; }
1656
1657.next-col-offset-fixed-xxs-29 {
1658 margin-left: 580px; }
1659
1660.next-col-offset-fixed-xxs-30 {
1661 margin-left: 600px; }
1662
1663.next-col-offset-fixed-xs-1 {
1664 margin-left: 20px; }
1665
1666.next-col-offset-fixed-xs-2 {
1667 margin-left: 40px; }
1668
1669.next-col-offset-fixed-xs-3 {
1670 margin-left: 60px; }
1671
1672.next-col-offset-fixed-xs-4 {
1673 margin-left: 80px; }
1674
1675.next-col-offset-fixed-xs-5 {
1676 margin-left: 100px; }
1677
1678.next-col-offset-fixed-xs-6 {
1679 margin-left: 120px; }
1680
1681.next-col-offset-fixed-xs-7 {
1682 margin-left: 140px; }
1683
1684.next-col-offset-fixed-xs-8 {
1685 margin-left: 160px; }
1686
1687.next-col-offset-fixed-xs-9 {
1688 margin-left: 180px; }
1689
1690.next-col-offset-fixed-xs-10 {
1691 margin-left: 200px; }
1692
1693.next-col-offset-fixed-xs-11 {
1694 margin-left: 220px; }
1695
1696.next-col-offset-fixed-xs-12 {
1697 margin-left: 240px; }
1698
1699.next-col-offset-fixed-xs-13 {
1700 margin-left: 260px; }
1701
1702.next-col-offset-fixed-xs-14 {
1703 margin-left: 280px; }
1704
1705.next-col-offset-fixed-xs-15 {
1706 margin-left: 300px; }
1707
1708.next-col-offset-fixed-xs-16 {
1709 margin-left: 320px; }
1710
1711.next-col-offset-fixed-xs-17 {
1712 margin-left: 340px; }
1713
1714.next-col-offset-fixed-xs-18 {
1715 margin-left: 360px; }
1716
1717.next-col-offset-fixed-xs-19 {
1718 margin-left: 380px; }
1719
1720.next-col-offset-fixed-xs-20 {
1721 margin-left: 400px; }
1722
1723.next-col-offset-fixed-xs-21 {
1724 margin-left: 420px; }
1725
1726.next-col-offset-fixed-xs-22 {
1727 margin-left: 440px; }
1728
1729.next-col-offset-fixed-xs-23 {
1730 margin-left: 460px; }
1731
1732.next-col-offset-fixed-xs-24 {
1733 margin-left: 480px; }
1734
1735.next-col-offset-fixed-xs-25 {
1736 margin-left: 500px; }
1737
1738.next-col-offset-fixed-xs-26 {
1739 margin-left: 520px; }
1740
1741.next-col-offset-fixed-xs-27 {
1742 margin-left: 540px; }
1743
1744.next-col-offset-fixed-xs-28 {
1745 margin-left: 560px; }
1746
1747.next-col-offset-fixed-xs-29 {
1748 margin-left: 580px; }
1749
1750.next-col-offset-fixed-xs-30 {
1751 margin-left: 600px; }
1752
1753.next-col-offset-fixed-s-1 {
1754 margin-left: 20px; }
1755
1756.next-col-offset-fixed-s-2 {
1757 margin-left: 40px; }
1758
1759.next-col-offset-fixed-s-3 {
1760 margin-left: 60px; }
1761
1762.next-col-offset-fixed-s-4 {
1763 margin-left: 80px; }
1764
1765.next-col-offset-fixed-s-5 {
1766 margin-left: 100px; }
1767
1768.next-col-offset-fixed-s-6 {
1769 margin-left: 120px; }
1770
1771.next-col-offset-fixed-s-7 {
1772 margin-left: 140px; }
1773
1774.next-col-offset-fixed-s-8 {
1775 margin-left: 160px; }
1776
1777.next-col-offset-fixed-s-9 {
1778 margin-left: 180px; }
1779
1780.next-col-offset-fixed-s-10 {
1781 margin-left: 200px; }
1782
1783.next-col-offset-fixed-s-11 {
1784 margin-left: 220px; }
1785
1786.next-col-offset-fixed-s-12 {
1787 margin-left: 240px; }
1788
1789.next-col-offset-fixed-s-13 {
1790 margin-left: 260px; }
1791
1792.next-col-offset-fixed-s-14 {
1793 margin-left: 280px; }
1794
1795.next-col-offset-fixed-s-15 {
1796 margin-left: 300px; }
1797
1798.next-col-offset-fixed-s-16 {
1799 margin-left: 320px; }
1800
1801.next-col-offset-fixed-s-17 {
1802 margin-left: 340px; }
1803
1804.next-col-offset-fixed-s-18 {
1805 margin-left: 360px; }
1806
1807.next-col-offset-fixed-s-19 {
1808 margin-left: 380px; }
1809
1810.next-col-offset-fixed-s-20 {
1811 margin-left: 400px; }
1812
1813.next-col-offset-fixed-s-21 {
1814 margin-left: 420px; }
1815
1816.next-col-offset-fixed-s-22 {
1817 margin-left: 440px; }
1818
1819.next-col-offset-fixed-s-23 {
1820 margin-left: 460px; }
1821
1822.next-col-offset-fixed-s-24 {
1823 margin-left: 480px; }
1824
1825.next-col-offset-fixed-s-25 {
1826 margin-left: 500px; }
1827
1828.next-col-offset-fixed-s-26 {
1829 margin-left: 520px; }
1830
1831.next-col-offset-fixed-s-27 {
1832 margin-left: 540px; }
1833
1834.next-col-offset-fixed-s-28 {
1835 margin-left: 560px; }
1836
1837.next-col-offset-fixed-s-29 {
1838 margin-left: 580px; }
1839
1840.next-col-offset-fixed-s-30 {
1841 margin-left: 600px; }
1842
1843.next-col-offset-fixed-m-1 {
1844 margin-left: 20px; }
1845
1846.next-col-offset-fixed-m-2 {
1847 margin-left: 40px; }
1848
1849.next-col-offset-fixed-m-3 {
1850 margin-left: 60px; }
1851
1852.next-col-offset-fixed-m-4 {
1853 margin-left: 80px; }
1854
1855.next-col-offset-fixed-m-5 {
1856 margin-left: 100px; }
1857
1858.next-col-offset-fixed-m-6 {
1859 margin-left: 120px; }
1860
1861.next-col-offset-fixed-m-7 {
1862 margin-left: 140px; }
1863
1864.next-col-offset-fixed-m-8 {
1865 margin-left: 160px; }
1866
1867.next-col-offset-fixed-m-9 {
1868 margin-left: 180px; }
1869
1870.next-col-offset-fixed-m-10 {
1871 margin-left: 200px; }
1872
1873.next-col-offset-fixed-m-11 {
1874 margin-left: 220px; }
1875
1876.next-col-offset-fixed-m-12 {
1877 margin-left: 240px; }
1878
1879.next-col-offset-fixed-m-13 {
1880 margin-left: 260px; }
1881
1882.next-col-offset-fixed-m-14 {
1883 margin-left: 280px; }
1884
1885.next-col-offset-fixed-m-15 {
1886 margin-left: 300px; }
1887
1888.next-col-offset-fixed-m-16 {
1889 margin-left: 320px; }
1890
1891.next-col-offset-fixed-m-17 {
1892 margin-left: 340px; }
1893
1894.next-col-offset-fixed-m-18 {
1895 margin-left: 360px; }
1896
1897.next-col-offset-fixed-m-19 {
1898 margin-left: 380px; }
1899
1900.next-col-offset-fixed-m-20 {
1901 margin-left: 400px; }
1902
1903.next-col-offset-fixed-m-21 {
1904 margin-left: 420px; }
1905
1906.next-col-offset-fixed-m-22 {
1907 margin-left: 440px; }
1908
1909.next-col-offset-fixed-m-23 {
1910 margin-left: 460px; }
1911
1912.next-col-offset-fixed-m-24 {
1913 margin-left: 480px; }
1914
1915.next-col-offset-fixed-m-25 {
1916 margin-left: 500px; }
1917
1918.next-col-offset-fixed-m-26 {
1919 margin-left: 520px; }
1920
1921.next-col-offset-fixed-m-27 {
1922 margin-left: 540px; }
1923
1924.next-col-offset-fixed-m-28 {
1925 margin-left: 560px; }
1926
1927.next-col-offset-fixed-m-29 {
1928 margin-left: 580px; }
1929
1930.next-col-offset-fixed-m-30 {
1931 margin-left: 600px; }
1932
1933.next-col-offset-fixed-l-1 {
1934 margin-left: 20px; }
1935
1936.next-col-offset-fixed-l-2 {
1937 margin-left: 40px; }
1938
1939.next-col-offset-fixed-l-3 {
1940 margin-left: 60px; }
1941
1942.next-col-offset-fixed-l-4 {
1943 margin-left: 80px; }
1944
1945.next-col-offset-fixed-l-5 {
1946 margin-left: 100px; }
1947
1948.next-col-offset-fixed-l-6 {
1949 margin-left: 120px; }
1950
1951.next-col-offset-fixed-l-7 {
1952 margin-left: 140px; }
1953
1954.next-col-offset-fixed-l-8 {
1955 margin-left: 160px; }
1956
1957.next-col-offset-fixed-l-9 {
1958 margin-left: 180px; }
1959
1960.next-col-offset-fixed-l-10 {
1961 margin-left: 200px; }
1962
1963.next-col-offset-fixed-l-11 {
1964 margin-left: 220px; }
1965
1966.next-col-offset-fixed-l-12 {
1967 margin-left: 240px; }
1968
1969.next-col-offset-fixed-l-13 {
1970 margin-left: 260px; }
1971
1972.next-col-offset-fixed-l-14 {
1973 margin-left: 280px; }
1974
1975.next-col-offset-fixed-l-15 {
1976 margin-left: 300px; }
1977
1978.next-col-offset-fixed-l-16 {
1979 margin-left: 320px; }
1980
1981.next-col-offset-fixed-l-17 {
1982 margin-left: 340px; }
1983
1984.next-col-offset-fixed-l-18 {
1985 margin-left: 360px; }
1986
1987.next-col-offset-fixed-l-19 {
1988 margin-left: 380px; }
1989
1990.next-col-offset-fixed-l-20 {
1991 margin-left: 400px; }
1992
1993.next-col-offset-fixed-l-21 {
1994 margin-left: 420px; }
1995
1996.next-col-offset-fixed-l-22 {
1997 margin-left: 440px; }
1998
1999.next-col-offset-fixed-l-23 {
2000 margin-left: 460px; }
2001
2002.next-col-offset-fixed-l-24 {
2003 margin-left: 480px; }
2004
2005.next-col-offset-fixed-l-25 {
2006 margin-left: 500px; }
2007
2008.next-col-offset-fixed-l-26 {
2009 margin-left: 520px; }
2010
2011.next-col-offset-fixed-l-27 {
2012 margin-left: 540px; }
2013
2014.next-col-offset-fixed-l-28 {
2015 margin-left: 560px; }
2016
2017.next-col-offset-fixed-l-29 {
2018 margin-left: 580px; }
2019
2020.next-col-offset-fixed-l-30 {
2021 margin-left: 600px; }
2022
2023.next-col-offset-fixed-xl-1 {
2024 margin-left: 20px; }
2025
2026.next-col-offset-fixed-xl-2 {
2027 margin-left: 40px; }
2028
2029.next-col-offset-fixed-xl-3 {
2030 margin-left: 60px; }
2031
2032.next-col-offset-fixed-xl-4 {
2033 margin-left: 80px; }
2034
2035.next-col-offset-fixed-xl-5 {
2036 margin-left: 100px; }
2037
2038.next-col-offset-fixed-xl-6 {
2039 margin-left: 120px; }
2040
2041.next-col-offset-fixed-xl-7 {
2042 margin-left: 140px; }
2043
2044.next-col-offset-fixed-xl-8 {
2045 margin-left: 160px; }
2046
2047.next-col-offset-fixed-xl-9 {
2048 margin-left: 180px; }
2049
2050.next-col-offset-fixed-xl-10 {
2051 margin-left: 200px; }
2052
2053.next-col-offset-fixed-xl-11 {
2054 margin-left: 220px; }
2055
2056.next-col-offset-fixed-xl-12 {
2057 margin-left: 240px; }
2058
2059.next-col-offset-fixed-xl-13 {
2060 margin-left: 260px; }
2061
2062.next-col-offset-fixed-xl-14 {
2063 margin-left: 280px; }
2064
2065.next-col-offset-fixed-xl-15 {
2066 margin-left: 300px; }
2067
2068.next-col-offset-fixed-xl-16 {
2069 margin-left: 320px; }
2070
2071.next-col-offset-fixed-xl-17 {
2072 margin-left: 340px; }
2073
2074.next-col-offset-fixed-xl-18 {
2075 margin-left: 360px; }
2076
2077.next-col-offset-fixed-xl-19 {
2078 margin-left: 380px; }
2079
2080.next-col-offset-fixed-xl-20 {
2081 margin-left: 400px; }
2082
2083.next-col-offset-fixed-xl-21 {
2084 margin-left: 420px; }
2085
2086.next-col-offset-fixed-xl-22 {
2087 margin-left: 440px; }
2088
2089.next-col-offset-fixed-xl-23 {
2090 margin-left: 460px; }
2091
2092.next-col-offset-fixed-xl-24 {
2093 margin-left: 480px; }
2094
2095.next-col-offset-fixed-xl-25 {
2096 margin-left: 500px; }
2097
2098.next-col-offset-fixed-xl-26 {
2099 margin-left: 520px; }
2100
2101.next-col-offset-fixed-xl-27 {
2102 margin-left: 540px; }
2103
2104.next-col-offset-fixed-xl-28 {
2105 margin-left: 560px; }
2106
2107.next-col-offset-fixed-xl-29 {
2108 margin-left: 580px; }
2109
2110.next-col-offset-fixed-xl-30 {
2111 margin-left: 600px; }
2112
2113.next-col.next-col-hidden {
2114 display: none; }
2115
2116@media (min-width: 320px) and (max-width: 479px) {
2117 .next-col.next-col-xxs-hidden {
2118 display: none; } }
2119
2120@media (min-width: 480px) and (max-width: 719px) {
2121 .next-col.next-col-xs-hidden {
2122 display: none; } }
2123
2124@media (min-width: 720px) and (max-width: 989px) {
2125 .next-col.next-col-s-hidden {
2126 display: none; } }
2127
2128@media (min-width: 990px) and (max-width: 1199px) {
2129 .next-col.next-col-m-hidden {
2130 display: none; } }
2131
2132@media (min-width: 1200px) and (max-width: 1499px) {
2133 .next-col.next-col-l-hidden {
2134 display: none; } }
2135
2136@media (min-width: 1500px) {
2137 .next-col.next-col-xl-hidden {
2138 display: none; } }
2139
2140.next-row.next-row-hidden {
2141 display: none; }
2142
2143@media (min-width: 320px) and (max-width: 479px) {
2144 .next-row.next-row-xxs-hidden {
2145 display: none; } }
2146
2147@media (min-width: 480px) and (max-width: 719px) {
2148 .next-row.next-row-xs-hidden {
2149 display: none; } }
2150
2151@media (min-width: 720px) and (max-width: 989px) {
2152 .next-row.next-row-s-hidden {
2153 display: none; } }
2154
2155@media (min-width: 990px) and (max-width: 1199px) {
2156 .next-row.next-row-m-hidden {
2157 display: none; } }
2158
2159@media (min-width: 1200px) and (max-width: 1499px) {
2160 .next-row.next-row-l-hidden {
2161 display: none; } }
2162
2163@media (min-width: 1500px) {
2164 .next-row.next-row-xl-hidden {
2165 display: none; } }
2166
2167.next-col-offset-1[dir="rtl"] {
2168 margin-right: 4.16667%;
2169 margin-left: auto; }
2170
2171.next-col-offset-2[dir="rtl"] {
2172 margin-right: 8.33333%;
2173 margin-left: auto; }
2174
2175.next-col-offset-3[dir="rtl"] {
2176 margin-right: 12.5%;
2177 margin-left: auto; }
2178
2179.next-col-offset-4[dir="rtl"] {
2180 margin-right: 16.66667%;
2181 margin-left: auto; }
2182
2183.next-col-offset-5[dir="rtl"] {
2184 margin-right: 20.83333%;
2185 margin-left: auto; }
2186
2187.next-col-offset-6[dir="rtl"] {
2188 margin-right: 25%;
2189 margin-left: auto; }
2190
2191.next-col-offset-7[dir="rtl"] {
2192 margin-right: 29.16667%;
2193 margin-left: auto; }
2194
2195.next-col-offset-8[dir="rtl"] {
2196 margin-right: 33.33333%;
2197 margin-left: auto; }
2198
2199.next-col-offset-9[dir="rtl"] {
2200 margin-right: 37.5%;
2201 margin-left: auto; }
2202
2203.next-col-offset-10[dir="rtl"] {
2204 margin-right: 41.66667%;
2205 margin-left: auto; }
2206
2207.next-col-offset-11[dir="rtl"] {
2208 margin-right: 45.83333%;
2209 margin-left: auto; }
2210
2211.next-col-offset-12[dir="rtl"] {
2212 margin-right: 50%;
2213 margin-left: auto; }
2214
2215.next-col-offset-13[dir="rtl"] {
2216 margin-right: 54.16667%;
2217 margin-left: auto; }
2218
2219.next-col-offset-14[dir="rtl"] {
2220 margin-right: 58.33333%;
2221 margin-left: auto; }
2222
2223.next-col-offset-15[dir="rtl"] {
2224 margin-right: 62.5%;
2225 margin-left: auto; }
2226
2227.next-col-offset-16[dir="rtl"] {
2228 margin-right: 66.66667%;
2229 margin-left: auto; }
2230
2231.next-col-offset-17[dir="rtl"] {
2232 margin-right: 70.83333%;
2233 margin-left: auto; }
2234
2235.next-col-offset-18[dir="rtl"] {
2236 margin-right: 75%;
2237 margin-left: auto; }
2238
2239.next-col-offset-19[dir="rtl"] {
2240 margin-right: 79.16667%;
2241 margin-left: auto; }
2242
2243.next-col-offset-20[dir="rtl"] {
2244 margin-right: 83.33333%;
2245 margin-left: auto; }
2246
2247.next-col-offset-21[dir="rtl"] {
2248 margin-right: 87.5%;
2249 margin-left: auto; }
2250
2251.next-col-offset-22[dir="rtl"] {
2252 margin-right: 91.66667%;
2253 margin-left: auto; }
2254
2255.next-col-offset-23[dir="rtl"] {
2256 margin-right: 95.83333%;
2257 margin-left: auto; }
2258
2259.next-col-offset-24[dir="rtl"] {
2260 margin-right: 100%;
2261 margin-left: auto; }
2262
2263@media (min-width: 320px) {
2264 .next-col-xxs-offset-1[dir="rtl"] {
2265 margin-right: 4.16667%;
2266 margin-left: auto; }
2267 .next-col-xxs-offset-2[dir="rtl"] {
2268 margin-right: 8.33333%;
2269 margin-left: auto; }
2270 .next-col-xxs-offset-3[dir="rtl"] {
2271 margin-right: 12.5%;
2272 margin-left: auto; }
2273 .next-col-xxs-offset-4[dir="rtl"] {
2274 margin-right: 16.66667%;
2275 margin-left: auto; }
2276 .next-col-xxs-offset-5[dir="rtl"] {
2277 margin-right: 20.83333%;
2278 margin-left: auto; }
2279 .next-col-xxs-offset-6[dir="rtl"] {
2280 margin-right: 25%;
2281 margin-left: auto; }
2282 .next-col-xxs-offset-7[dir="rtl"] {
2283 margin-right: 29.16667%;
2284 margin-left: auto; }
2285 .next-col-xxs-offset-8[dir="rtl"] {
2286 margin-right: 33.33333%;
2287 margin-left: auto; }
2288 .next-col-xxs-offset-9[dir="rtl"] {
2289 margin-right: 37.5%;
2290 margin-left: auto; }
2291 .next-col-xxs-offset-10[dir="rtl"] {
2292 margin-right: 41.66667%;
2293 margin-left: auto; }
2294 .next-col-xxs-offset-11[dir="rtl"] {
2295 margin-right: 45.83333%;
2296 margin-left: auto; }
2297 .next-col-xxs-offset-12[dir="rtl"] {
2298 margin-right: 50%;
2299 margin-left: auto; }
2300 .next-col-xxs-offset-13[dir="rtl"] {
2301 margin-right: 54.16667%;
2302 margin-left: auto; }
2303 .next-col-xxs-offset-14[dir="rtl"] {
2304 margin-right: 58.33333%;
2305 margin-left: auto; }
2306 .next-col-xxs-offset-15[dir="rtl"] {
2307 margin-right: 62.5%;
2308 margin-left: auto; }
2309 .next-col-xxs-offset-16[dir="rtl"] {
2310 margin-right: 66.66667%;
2311 margin-left: auto; }
2312 .next-col-xxs-offset-17[dir="rtl"] {
2313 margin-right: 70.83333%;
2314 margin-left: auto; }
2315 .next-col-xxs-offset-18[dir="rtl"] {
2316 margin-right: 75%;
2317 margin-left: auto; }
2318 .next-col-xxs-offset-19[dir="rtl"] {
2319 margin-right: 79.16667%;
2320 margin-left: auto; }
2321 .next-col-xxs-offset-20[dir="rtl"] {
2322 margin-right: 83.33333%;
2323 margin-left: auto; }
2324 .next-col-xxs-offset-21[dir="rtl"] {
2325 margin-right: 87.5%;
2326 margin-left: auto; }
2327 .next-col-xxs-offset-22[dir="rtl"] {
2328 margin-right: 91.66667%;
2329 margin-left: auto; }
2330 .next-col-xxs-offset-23[dir="rtl"] {
2331 margin-right: 95.83333%;
2332 margin-left: auto; }
2333 .next-col-xxs-offset-24[dir="rtl"] {
2334 margin-right: 100%;
2335 margin-left: auto; } }
2336
2337@media (min-width: 480px) {
2338 .next-col-xs-offset-1[dir="rtl"] {
2339 margin-right: 4.16667%;
2340 margin-left: auto; }
2341 .next-col-xs-offset-2[dir="rtl"] {
2342 margin-right: 8.33333%;
2343 margin-left: auto; }
2344 .next-col-xs-offset-3[dir="rtl"] {
2345 margin-right: 12.5%;
2346 margin-left: auto; }
2347 .next-col-xs-offset-4[dir="rtl"] {
2348 margin-right: 16.66667%;
2349 margin-left: auto; }
2350 .next-col-xs-offset-5[dir="rtl"] {
2351 margin-right: 20.83333%;
2352 margin-left: auto; }
2353 .next-col-xs-offset-6[dir="rtl"] {
2354 margin-right: 25%;
2355 margin-left: auto; }
2356 .next-col-xs-offset-7[dir="rtl"] {
2357 margin-right: 29.16667%;
2358 margin-left: auto; }
2359 .next-col-xs-offset-8[dir="rtl"] {
2360 margin-right: 33.33333%;
2361 margin-left: auto; }
2362 .next-col-xs-offset-9[dir="rtl"] {
2363 margin-right: 37.5%;
2364 margin-left: auto; }
2365 .next-col-xs-offset-10[dir="rtl"] {
2366 margin-right: 41.66667%;
2367 margin-left: auto; }
2368 .next-col-xs-offset-11[dir="rtl"] {
2369 margin-right: 45.83333%;
2370 margin-left: auto; }
2371 .next-col-xs-offset-12[dir="rtl"] {
2372 margin-right: 50%;
2373 margin-left: auto; }
2374 .next-col-xs-offset-13[dir="rtl"] {
2375 margin-right: 54.16667%;
2376 margin-left: auto; }
2377 .next-col-xs-offset-14[dir="rtl"] {
2378 margin-right: 58.33333%;
2379 margin-left: auto; }
2380 .next-col-xs-offset-15[dir="rtl"] {
2381 margin-right: 62.5%;
2382 margin-left: auto; }
2383 .next-col-xs-offset-16[dir="rtl"] {
2384 margin-right: 66.66667%;
2385 margin-left: auto; }
2386 .next-col-xs-offset-17[dir="rtl"] {
2387 margin-right: 70.83333%;
2388 margin-left: auto; }
2389 .next-col-xs-offset-18[dir="rtl"] {
2390 margin-right: 75%;
2391 margin-left: auto; }
2392 .next-col-xs-offset-19[dir="rtl"] {
2393 margin-right: 79.16667%;
2394 margin-left: auto; }
2395 .next-col-xs-offset-20[dir="rtl"] {
2396 margin-right: 83.33333%;
2397 margin-left: auto; }
2398 .next-col-xs-offset-21[dir="rtl"] {
2399 margin-right: 87.5%;
2400 margin-left: auto; }
2401 .next-col-xs-offset-22[dir="rtl"] {
2402 margin-right: 91.66667%;
2403 margin-left: auto; }
2404 .next-col-xs-offset-23[dir="rtl"] {
2405 margin-right: 95.83333%;
2406 margin-left: auto; }
2407 .next-col-xs-offset-24[dir="rtl"] {
2408 margin-right: 100%;
2409 margin-left: auto; } }
2410
2411@media (min-width: 720px) {
2412 .next-col-s-offset-1[dir="rtl"] {
2413 margin-right: 4.16667%;
2414 margin-left: auto; }
2415 .next-col-s-offset-2[dir="rtl"] {
2416 margin-right: 8.33333%;
2417 margin-left: auto; }
2418 .next-col-s-offset-3[dir="rtl"] {
2419 margin-right: 12.5%;
2420 margin-left: auto; }
2421 .next-col-s-offset-4[dir="rtl"] {
2422 margin-right: 16.66667%;
2423 margin-left: auto; }
2424 .next-col-s-offset-5[dir="rtl"] {
2425 margin-right: 20.83333%;
2426 margin-left: auto; }
2427 .next-col-s-offset-6[dir="rtl"] {
2428 margin-right: 25%;
2429 margin-left: auto; }
2430 .next-col-s-offset-7[dir="rtl"] {
2431 margin-right: 29.16667%;
2432 margin-left: auto; }
2433 .next-col-s-offset-8[dir="rtl"] {
2434 margin-right: 33.33333%;
2435 margin-left: auto; }
2436 .next-col-s-offset-9[dir="rtl"] {
2437 margin-right: 37.5%;
2438 margin-left: auto; }
2439 .next-col-s-offset-10[dir="rtl"] {
2440 margin-right: 41.66667%;
2441 margin-left: auto; }
2442 .next-col-s-offset-11[dir="rtl"] {
2443 margin-right: 45.83333%;
2444 margin-left: auto; }
2445 .next-col-s-offset-12[dir="rtl"] {
2446 margin-right: 50%;
2447 margin-left: auto; }
2448 .next-col-s-offset-13[dir="rtl"] {
2449 margin-right: 54.16667%;
2450 margin-left: auto; }
2451 .next-col-s-offset-14[dir="rtl"] {
2452 margin-right: 58.33333%;
2453 margin-left: auto; }
2454 .next-col-s-offset-15[dir="rtl"] {
2455 margin-right: 62.5%;
2456 margin-left: auto; }
2457 .next-col-s-offset-16[dir="rtl"] {
2458 margin-right: 66.66667%;
2459 margin-left: auto; }
2460 .next-col-s-offset-17[dir="rtl"] {
2461 margin-right: 70.83333%;
2462 margin-left: auto; }
2463 .next-col-s-offset-18[dir="rtl"] {
2464 margin-right: 75%;
2465 margin-left: auto; }
2466 .next-col-s-offset-19[dir="rtl"] {
2467 margin-right: 79.16667%;
2468 margin-left: auto; }
2469 .next-col-s-offset-20[dir="rtl"] {
2470 margin-right: 83.33333%;
2471 margin-left: auto; }
2472 .next-col-s-offset-21[dir="rtl"] {
2473 margin-right: 87.5%;
2474 margin-left: auto; }
2475 .next-col-s-offset-22[dir="rtl"] {
2476 margin-right: 91.66667%;
2477 margin-left: auto; }
2478 .next-col-s-offset-23[dir="rtl"] {
2479 margin-right: 95.83333%;
2480 margin-left: auto; }
2481 .next-col-s-offset-24[dir="rtl"] {
2482 margin-right: 100%;
2483 margin-left: auto; } }
2484
2485@media (min-width: 990px) {
2486 .next-col-m-offset-1[dir="rtl"] {
2487 margin-right: 4.16667%;
2488 margin-left: auto; }
2489 .next-col-m-offset-2[dir="rtl"] {
2490 margin-right: 8.33333%;
2491 margin-left: auto; }
2492 .next-col-m-offset-3[dir="rtl"] {
2493 margin-right: 12.5%;
2494 margin-left: auto; }
2495 .next-col-m-offset-4[dir="rtl"] {
2496 margin-right: 16.66667%;
2497 margin-left: auto; }
2498 .next-col-m-offset-5[dir="rtl"] {
2499 margin-right: 20.83333%;
2500 margin-left: auto; }
2501 .next-col-m-offset-6[dir="rtl"] {
2502 margin-right: 25%;
2503 margin-left: auto; }
2504 .next-col-m-offset-7[dir="rtl"] {
2505 margin-right: 29.16667%;
2506 margin-left: auto; }
2507 .next-col-m-offset-8[dir="rtl"] {
2508 margin-right: 33.33333%;
2509 margin-left: auto; }
2510 .next-col-m-offset-9[dir="rtl"] {
2511 margin-right: 37.5%;
2512 margin-left: auto; }
2513 .next-col-m-offset-10[dir="rtl"] {
2514 margin-right: 41.66667%;
2515 margin-left: auto; }
2516 .next-col-m-offset-11[dir="rtl"] {
2517 margin-right: 45.83333%;
2518 margin-left: auto; }
2519 .next-col-m-offset-12[dir="rtl"] {
2520 margin-right: 50%;
2521 margin-left: auto; }
2522 .next-col-m-offset-13[dir="rtl"] {
2523 margin-right: 54.16667%;
2524 margin-left: auto; }
2525 .next-col-m-offset-14[dir="rtl"] {
2526 margin-right: 58.33333%;
2527 margin-left: auto; }
2528 .next-col-m-offset-15[dir="rtl"] {
2529 margin-right: 62.5%;
2530 margin-left: auto; }
2531 .next-col-m-offset-16[dir="rtl"] {
2532 margin-right: 66.66667%;
2533 margin-left: auto; }
2534 .next-col-m-offset-17[dir="rtl"] {
2535 margin-right: 70.83333%;
2536 margin-left: auto; }
2537 .next-col-m-offset-18[dir="rtl"] {
2538 margin-right: 75%;
2539 margin-left: auto; }
2540 .next-col-m-offset-19[dir="rtl"] {
2541 margin-right: 79.16667%;
2542 margin-left: auto; }
2543 .next-col-m-offset-20[dir="rtl"] {
2544 margin-right: 83.33333%;
2545 margin-left: auto; }
2546 .next-col-m-offset-21[dir="rtl"] {
2547 margin-right: 87.5%;
2548 margin-left: auto; }
2549 .next-col-m-offset-22[dir="rtl"] {
2550 margin-right: 91.66667%;
2551 margin-left: auto; }
2552 .next-col-m-offset-23[dir="rtl"] {
2553 margin-right: 95.83333%;
2554 margin-left: auto; }
2555 .next-col-m-offset-24[dir="rtl"] {
2556 margin-right: 100%;
2557 margin-left: auto; } }
2558
2559@media (min-width: 1200px) {
2560 .next-col-l-offset-1[dir="rtl"] {
2561 margin-right: 4.16667%;
2562 margin-left: auto; }
2563 .next-col-l-offset-2[dir="rtl"] {
2564 margin-right: 8.33333%;
2565 margin-left: auto; }
2566 .next-col-l-offset-3[dir="rtl"] {
2567 margin-right: 12.5%;
2568 margin-left: auto; }
2569 .next-col-l-offset-4[dir="rtl"] {
2570 margin-right: 16.66667%;
2571 margin-left: auto; }
2572 .next-col-l-offset-5[dir="rtl"] {
2573 margin-right: 20.83333%;
2574 margin-left: auto; }
2575 .next-col-l-offset-6[dir="rtl"] {
2576 margin-right: 25%;
2577 margin-left: auto; }
2578 .next-col-l-offset-7[dir="rtl"] {
2579 margin-right: 29.16667%;
2580 margin-left: auto; }
2581 .next-col-l-offset-8[dir="rtl"] {
2582 margin-right: 33.33333%;
2583 margin-left: auto; }
2584 .next-col-l-offset-9[dir="rtl"] {
2585 margin-right: 37.5%;
2586 margin-left: auto; }
2587 .next-col-l-offset-10[dir="rtl"] {
2588 margin-right: 41.66667%;
2589 margin-left: auto; }
2590 .next-col-l-offset-11[dir="rtl"] {
2591 margin-right: 45.83333%;
2592 margin-left: auto; }
2593 .next-col-l-offset-12[dir="rtl"] {
2594 margin-right: 50%;
2595 margin-left: auto; }
2596 .next-col-l-offset-13[dir="rtl"] {
2597 margin-right: 54.16667%;
2598 margin-left: auto; }
2599 .next-col-l-offset-14[dir="rtl"] {
2600 margin-right: 58.33333%;
2601 margin-left: auto; }
2602 .next-col-l-offset-15[dir="rtl"] {
2603 margin-right: 62.5%;
2604 margin-left: auto; }
2605 .next-col-l-offset-16[dir="rtl"] {
2606 margin-right: 66.66667%;
2607 margin-left: auto; }
2608 .next-col-l-offset-17[dir="rtl"] {
2609 margin-right: 70.83333%;
2610 margin-left: auto; }
2611 .next-col-l-offset-18[dir="rtl"] {
2612 margin-right: 75%;
2613 margin-left: auto; }
2614 .next-col-l-offset-19[dir="rtl"] {
2615 margin-right: 79.16667%;
2616 margin-left: auto; }
2617 .next-col-l-offset-20[dir="rtl"] {
2618 margin-right: 83.33333%;
2619 margin-left: auto; }
2620 .next-col-l-offset-21[dir="rtl"] {
2621 margin-right: 87.5%;
2622 margin-left: auto; }
2623 .next-col-l-offset-22[dir="rtl"] {
2624 margin-right: 91.66667%;
2625 margin-left: auto; }
2626 .next-col-l-offset-23[dir="rtl"] {
2627 margin-right: 95.83333%;
2628 margin-left: auto; }
2629 .next-col-l-offset-24[dir="rtl"] {
2630 margin-right: 100%;
2631 margin-left: auto; } }
2632
2633@media (min-width: 1500px) {
2634 .next-col-xl-offset-1[dir="rtl"] {
2635 margin-right: 4.16667%;
2636 margin-left: auto; }
2637 .next-col-xl-offset-2[dir="rtl"] {
2638 margin-right: 8.33333%;
2639 margin-left: auto; }
2640 .next-col-xl-offset-3[dir="rtl"] {
2641 margin-right: 12.5%;
2642 margin-left: auto; }
2643 .next-col-xl-offset-4[dir="rtl"] {
2644 margin-right: 16.66667%;
2645 margin-left: auto; }
2646 .next-col-xl-offset-5[dir="rtl"] {
2647 margin-right: 20.83333%;
2648 margin-left: auto; }
2649 .next-col-xl-offset-6[dir="rtl"] {
2650 margin-right: 25%;
2651 margin-left: auto; }
2652 .next-col-xl-offset-7[dir="rtl"] {
2653 margin-right: 29.16667%;
2654 margin-left: auto; }
2655 .next-col-xl-offset-8[dir="rtl"] {
2656 margin-right: 33.33333%;
2657 margin-left: auto; }
2658 .next-col-xl-offset-9[dir="rtl"] {
2659 margin-right: 37.5%;
2660 margin-left: auto; }
2661 .next-col-xl-offset-10[dir="rtl"] {
2662 margin-right: 41.66667%;
2663 margin-left: auto; }
2664 .next-col-xl-offset-11[dir="rtl"] {
2665 margin-right: 45.83333%;
2666 margin-left: auto; }
2667 .next-col-xl-offset-12[dir="rtl"] {
2668 margin-right: 50%;
2669 margin-left: auto; }
2670 .next-col-xl-offset-13[dir="rtl"] {
2671 margin-right: 54.16667%;
2672 margin-left: auto; }
2673 .next-col-xl-offset-14[dir="rtl"] {
2674 margin-right: 58.33333%;
2675 margin-left: auto; }
2676 .next-col-xl-offset-15[dir="rtl"] {
2677 margin-right: 62.5%;
2678 margin-left: auto; }
2679 .next-col-xl-offset-16[dir="rtl"] {
2680 margin-right: 66.66667%;
2681 margin-left: auto; }
2682 .next-col-xl-offset-17[dir="rtl"] {
2683 margin-right: 70.83333%;
2684 margin-left: auto; }
2685 .next-col-xl-offset-18[dir="rtl"] {
2686 margin-right: 75%;
2687 margin-left: auto; }
2688 .next-col-xl-offset-19[dir="rtl"] {
2689 margin-right: 79.16667%;
2690 margin-left: auto; }
2691 .next-col-xl-offset-20[dir="rtl"] {
2692 margin-right: 83.33333%;
2693 margin-left: auto; }
2694 .next-col-xl-offset-21[dir="rtl"] {
2695 margin-right: 87.5%;
2696 margin-left: auto; }
2697 .next-col-xl-offset-22[dir="rtl"] {
2698 margin-right: 91.66667%;
2699 margin-left: auto; }
2700 .next-col-xl-offset-23[dir="rtl"] {
2701 margin-right: 95.83333%;
2702 margin-left: auto; }
2703 .next-col-xl-offset-24[dir="rtl"] {
2704 margin-right: 100%;
2705 margin-left: auto; } }
2706
2707.next-col-offset-fixed-1[dir="rtl"] {
2708 margin-right: 20px;
2709 margin-left: auto; }
2710
2711.next-col-offset-fixed-2[dir="rtl"] {
2712 margin-right: 40px;
2713 margin-left: auto; }
2714
2715.next-col-offset-fixed-3[dir="rtl"] {
2716 margin-right: 60px;
2717 margin-left: auto; }
2718
2719.next-col-offset-fixed-4[dir="rtl"] {
2720 margin-right: 80px;
2721 margin-left: auto; }
2722
2723.next-col-offset-fixed-5[dir="rtl"] {
2724 margin-right: 100px;
2725 margin-left: auto; }
2726
2727.next-col-offset-fixed-6[dir="rtl"] {
2728 margin-right: 120px;
2729 margin-left: auto; }
2730
2731.next-col-offset-fixed-7[dir="rtl"] {
2732 margin-right: 140px;
2733 margin-left: auto; }
2734
2735.next-col-offset-fixed-8[dir="rtl"] {
2736 margin-right: 160px;
2737 margin-left: auto; }
2738
2739.next-col-offset-fixed-9[dir="rtl"] {
2740 margin-right: 180px;
2741 margin-left: auto; }
2742
2743.next-col-offset-fixed-10[dir="rtl"] {
2744 margin-right: 200px;
2745 margin-left: auto; }
2746
2747.next-col-offset-fixed-11[dir="rtl"] {
2748 margin-right: 220px;
2749 margin-left: auto; }
2750
2751.next-col-offset-fixed-12[dir="rtl"] {
2752 margin-right: 240px;
2753 margin-left: auto; }
2754
2755.next-col-offset-fixed-13[dir="rtl"] {
2756 margin-right: 260px;
2757 margin-left: auto; }
2758
2759.next-col-offset-fixed-14[dir="rtl"] {
2760 margin-right: 280px;
2761 margin-left: auto; }
2762
2763.next-col-offset-fixed-15[dir="rtl"] {
2764 margin-right: 300px;
2765 margin-left: auto; }
2766
2767.next-col-offset-fixed-16[dir="rtl"] {
2768 margin-right: 320px;
2769 margin-left: auto; }
2770
2771.next-col-offset-fixed-17[dir="rtl"] {
2772 margin-right: 340px;
2773 margin-left: auto; }
2774
2775.next-col-offset-fixed-18[dir="rtl"] {
2776 margin-right: 360px;
2777 margin-left: auto; }
2778
2779.next-col-offset-fixed-19[dir="rtl"] {
2780 margin-right: 380px;
2781 margin-left: auto; }
2782
2783.next-col-offset-fixed-20[dir="rtl"] {
2784 margin-right: 400px;
2785 margin-left: auto; }
2786
2787.next-col-offset-fixed-21[dir="rtl"] {
2788 margin-right: 420px;
2789 margin-left: auto; }
2790
2791.next-col-offset-fixed-22[dir="rtl"] {
2792 margin-right: 440px;
2793 margin-left: auto; }
2794
2795.next-col-offset-fixed-23[dir="rtl"] {
2796 margin-right: 460px;
2797 margin-left: auto; }
2798
2799.next-col-offset-fixed-24[dir="rtl"] {
2800 margin-right: 480px;
2801 margin-left: auto; }
2802
2803.next-col-offset-fixed-25[dir="rtl"] {
2804 margin-right: 500px;
2805 margin-left: auto; }
2806
2807.next-col-offset-fixed-26[dir="rtl"] {
2808 margin-right: 520px;
2809 margin-left: auto; }
2810
2811.next-col-offset-fixed-27[dir="rtl"] {
2812 margin-right: 540px;
2813 margin-left: auto; }
2814
2815.next-col-offset-fixed-28[dir="rtl"] {
2816 margin-right: 560px;
2817 margin-left: auto; }
2818
2819.next-col-offset-fixed-29[dir="rtl"] {
2820 margin-right: 580px;
2821 margin-left: auto; }
2822
2823.next-col-offset-fixed-30[dir="rtl"] {
2824 margin-right: 600px;
2825 margin-left: auto; }
2826
2827.next-col-offset-fixed-xxs-1[dir="rtl"] {
2828 margin-right: 20px;
2829 margin-left: auto; }
2830
2831.next-col-offset-fixed-xxs-2[dir="rtl"] {
2832 margin-right: 40px;
2833 margin-left: auto; }
2834
2835.next-col-offset-fixed-xxs-3[dir="rtl"] {
2836 margin-right: 60px;
2837 margin-left: auto; }
2838
2839.next-col-offset-fixed-xxs-4[dir="rtl"] {
2840 margin-right: 80px;
2841 margin-left: auto; }
2842
2843.next-col-offset-fixed-xxs-5[dir="rtl"] {
2844 margin-right: 100px;
2845 margin-left: auto; }
2846
2847.next-col-offset-fixed-xxs-6[dir="rtl"] {
2848 margin-right: 120px;
2849 margin-left: auto; }
2850
2851.next-col-offset-fixed-xxs-7[dir="rtl"] {
2852 margin-right: 140px;
2853 margin-left: auto; }
2854
2855.next-col-offset-fixed-xxs-8[dir="rtl"] {
2856 margin-right: 160px;
2857 margin-left: auto; }
2858
2859.next-col-offset-fixed-xxs-9[dir="rtl"] {
2860 margin-right: 180px;
2861 margin-left: auto; }
2862
2863.next-col-offset-fixed-xxs-10[dir="rtl"] {
2864 margin-right: 200px;
2865 margin-left: auto; }
2866
2867.next-col-offset-fixed-xxs-11[dir="rtl"] {
2868 margin-right: 220px;
2869 margin-left: auto; }
2870
2871.next-col-offset-fixed-xxs-12[dir="rtl"] {
2872 margin-right: 240px;
2873 margin-left: auto; }
2874
2875.next-col-offset-fixed-xxs-13[dir="rtl"] {
2876 margin-right: 260px;
2877 margin-left: auto; }
2878
2879.next-col-offset-fixed-xxs-14[dir="rtl"] {
2880 margin-right: 280px;
2881 margin-left: auto; }
2882
2883.next-col-offset-fixed-xxs-15[dir="rtl"] {
2884 margin-right: 300px;
2885 margin-left: auto; }
2886
2887.next-col-offset-fixed-xxs-16[dir="rtl"] {
2888 margin-right: 320px;
2889 margin-left: auto; }
2890
2891.next-col-offset-fixed-xxs-17[dir="rtl"] {
2892 margin-right: 340px;
2893 margin-left: auto; }
2894
2895.next-col-offset-fixed-xxs-18[dir="rtl"] {
2896 margin-right: 360px;
2897 margin-left: auto; }
2898
2899.next-col-offset-fixed-xxs-19[dir="rtl"] {
2900 margin-right: 380px;
2901 margin-left: auto; }
2902
2903.next-col-offset-fixed-xxs-20[dir="rtl"] {
2904 margin-right: 400px;
2905 margin-left: auto; }
2906
2907.next-col-offset-fixed-xxs-21[dir="rtl"] {
2908 margin-right: 420px;
2909 margin-left: auto; }
2910
2911.next-col-offset-fixed-xxs-22[dir="rtl"] {
2912 margin-right: 440px;
2913 margin-left: auto; }
2914
2915.next-col-offset-fixed-xxs-23[dir="rtl"] {
2916 margin-right: 460px;
2917 margin-left: auto; }
2918
2919.next-col-offset-fixed-xxs-24[dir="rtl"] {
2920 margin-right: 480px;
2921 margin-left: auto; }
2922
2923.next-col-offset-fixed-xxs-25[dir="rtl"] {
2924 margin-right: 500px;
2925 margin-left: auto; }
2926
2927.next-col-offset-fixed-xxs-26[dir="rtl"] {
2928 margin-right: 520px;
2929 margin-left: auto; }
2930
2931.next-col-offset-fixed-xxs-27[dir="rtl"] {
2932 margin-right: 540px;
2933 margin-left: auto; }
2934
2935.next-col-offset-fixed-xxs-28[dir="rtl"] {
2936 margin-right: 560px;
2937 margin-left: auto; }
2938
2939.next-col-offset-fixed-xxs-29[dir="rtl"] {
2940 margin-right: 580px;
2941 margin-left: auto; }
2942
2943.next-col-offset-fixed-xxs-30[dir="rtl"] {
2944 margin-right: 600px;
2945 margin-left: auto; }
2946
2947.next-col-offset-fixed-xs-1[dir="rtl"] {
2948 margin-right: 20px;
2949 margin-left: auto; }
2950
2951.next-col-offset-fixed-xs-2[dir="rtl"] {
2952 margin-right: 40px;
2953 margin-left: auto; }
2954
2955.next-col-offset-fixed-xs-3[dir="rtl"] {
2956 margin-right: 60px;
2957 margin-left: auto; }
2958
2959.next-col-offset-fixed-xs-4[dir="rtl"] {
2960 margin-right: 80px;
2961 margin-left: auto; }
2962
2963.next-col-offset-fixed-xs-5[dir="rtl"] {
2964 margin-right: 100px;
2965 margin-left: auto; }
2966
2967.next-col-offset-fixed-xs-6[dir="rtl"] {
2968 margin-right: 120px;
2969 margin-left: auto; }
2970
2971.next-col-offset-fixed-xs-7[dir="rtl"] {
2972 margin-right: 140px;
2973 margin-left: auto; }
2974
2975.next-col-offset-fixed-xs-8[dir="rtl"] {
2976 margin-right: 160px;
2977 margin-left: auto; }
2978
2979.next-col-offset-fixed-xs-9[dir="rtl"] {
2980 margin-right: 180px;
2981 margin-left: auto; }
2982
2983.next-col-offset-fixed-xs-10[dir="rtl"] {
2984 margin-right: 200px;
2985 margin-left: auto; }
2986
2987.next-col-offset-fixed-xs-11[dir="rtl"] {
2988 margin-right: 220px;
2989 margin-left: auto; }
2990
2991.next-col-offset-fixed-xs-12[dir="rtl"] {
2992 margin-right: 240px;
2993 margin-left: auto; }
2994
2995.next-col-offset-fixed-xs-13[dir="rtl"] {
2996 margin-right: 260px;
2997 margin-left: auto; }
2998
2999.next-col-offset-fixed-xs-14[dir="rtl"] {
3000 margin-right: 280px;
3001 margin-left: auto; }
3002
3003.next-col-offset-fixed-xs-15[dir="rtl"] {
3004 margin-right: 300px;
3005 margin-left: auto; }
3006
3007.next-col-offset-fixed-xs-16[dir="rtl"] {
3008 margin-right: 320px;
3009 margin-left: auto; }
3010
3011.next-col-offset-fixed-xs-17[dir="rtl"] {
3012 margin-right: 340px;
3013 margin-left: auto; }
3014
3015.next-col-offset-fixed-xs-18[dir="rtl"] {
3016 margin-right: 360px;
3017 margin-left: auto; }
3018
3019.next-col-offset-fixed-xs-19[dir="rtl"] {
3020 margin-right: 380px;
3021 margin-left: auto; }
3022
3023.next-col-offset-fixed-xs-20[dir="rtl"] {
3024 margin-right: 400px;
3025 margin-left: auto; }
3026
3027.next-col-offset-fixed-xs-21[dir="rtl"] {
3028 margin-right: 420px;
3029 margin-left: auto; }
3030
3031.next-col-offset-fixed-xs-22[dir="rtl"] {
3032 margin-right: 440px;
3033 margin-left: auto; }
3034
3035.next-col-offset-fixed-xs-23[dir="rtl"] {
3036 margin-right: 460px;
3037 margin-left: auto; }
3038
3039.next-col-offset-fixed-xs-24[dir="rtl"] {
3040 margin-right: 480px;
3041 margin-left: auto; }
3042
3043.next-col-offset-fixed-xs-25[dir="rtl"] {
3044 margin-right: 500px;
3045 margin-left: auto; }
3046
3047.next-col-offset-fixed-xs-26[dir="rtl"] {
3048 margin-right: 520px;
3049 margin-left: auto; }
3050
3051.next-col-offset-fixed-xs-27[dir="rtl"] {
3052 margin-right: 540px;
3053 margin-left: auto; }
3054
3055.next-col-offset-fixed-xs-28[dir="rtl"] {
3056 margin-right: 560px;
3057 margin-left: auto; }
3058
3059.next-col-offset-fixed-xs-29[dir="rtl"] {
3060 margin-right: 580px;
3061 margin-left: auto; }
3062
3063.next-col-offset-fixed-xs-30[dir="rtl"] {
3064 margin-right: 600px;
3065 margin-left: auto; }
3066
3067.next-col-offset-fixed-s-1[dir="rtl"] {
3068 margin-right: 20px;
3069 margin-left: auto; }
3070
3071.next-col-offset-fixed-s-2[dir="rtl"] {
3072 margin-right: 40px;
3073 margin-left: auto; }
3074
3075.next-col-offset-fixed-s-3[dir="rtl"] {
3076 margin-right: 60px;
3077 margin-left: auto; }
3078
3079.next-col-offset-fixed-s-4[dir="rtl"] {
3080 margin-right: 80px;
3081 margin-left: auto; }
3082
3083.next-col-offset-fixed-s-5[dir="rtl"] {
3084 margin-right: 100px;
3085 margin-left: auto; }
3086
3087.next-col-offset-fixed-s-6[dir="rtl"] {
3088 margin-right: 120px;
3089 margin-left: auto; }
3090
3091.next-col-offset-fixed-s-7[dir="rtl"] {
3092 margin-right: 140px;
3093 margin-left: auto; }
3094
3095.next-col-offset-fixed-s-8[dir="rtl"] {
3096 margin-right: 160px;
3097 margin-left: auto; }
3098
3099.next-col-offset-fixed-s-9[dir="rtl"] {
3100 margin-right: 180px;
3101 margin-left: auto; }
3102
3103.next-col-offset-fixed-s-10[dir="rtl"] {
3104 margin-right: 200px;
3105 margin-left: auto; }
3106
3107.next-col-offset-fixed-s-11[dir="rtl"] {
3108 margin-right: 220px;
3109 margin-left: auto; }
3110
3111.next-col-offset-fixed-s-12[dir="rtl"] {
3112 margin-right: 240px;
3113 margin-left: auto; }
3114
3115.next-col-offset-fixed-s-13[dir="rtl"] {
3116 margin-right: 260px;
3117 margin-left: auto; }
3118
3119.next-col-offset-fixed-s-14[dir="rtl"] {
3120 margin-right: 280px;
3121 margin-left: auto; }
3122
3123.next-col-offset-fixed-s-15[dir="rtl"] {
3124 margin-right: 300px;
3125 margin-left: auto; }
3126
3127.next-col-offset-fixed-s-16[dir="rtl"] {
3128 margin-right: 320px;
3129 margin-left: auto; }
3130
3131.next-col-offset-fixed-s-17[dir="rtl"] {
3132 margin-right: 340px;
3133 margin-left: auto; }
3134
3135.next-col-offset-fixed-s-18[dir="rtl"] {
3136 margin-right: 360px;
3137 margin-left: auto; }
3138
3139.next-col-offset-fixed-s-19[dir="rtl"] {
3140 margin-right: 380px;
3141 margin-left: auto; }
3142
3143.next-col-offset-fixed-s-20[dir="rtl"] {
3144 margin-right: 400px;
3145 margin-left: auto; }
3146
3147.next-col-offset-fixed-s-21[dir="rtl"] {
3148 margin-right: 420px;
3149 margin-left: auto; }
3150
3151.next-col-offset-fixed-s-22[dir="rtl"] {
3152 margin-right: 440px;
3153 margin-left: auto; }
3154
3155.next-col-offset-fixed-s-23[dir="rtl"] {
3156 margin-right: 460px;
3157 margin-left: auto; }
3158
3159.next-col-offset-fixed-s-24[dir="rtl"] {
3160 margin-right: 480px;
3161 margin-left: auto; }
3162
3163.next-col-offset-fixed-s-25[dir="rtl"] {
3164 margin-right: 500px;
3165 margin-left: auto; }
3166
3167.next-col-offset-fixed-s-26[dir="rtl"] {
3168 margin-right: 520px;
3169 margin-left: auto; }
3170
3171.next-col-offset-fixed-s-27[dir="rtl"] {
3172 margin-right: 540px;
3173 margin-left: auto; }
3174
3175.next-col-offset-fixed-s-28[dir="rtl"] {
3176 margin-right: 560px;
3177 margin-left: auto; }
3178
3179.next-col-offset-fixed-s-29[dir="rtl"] {
3180 margin-right: 580px;
3181 margin-left: auto; }
3182
3183.next-col-offset-fixed-s-30[dir="rtl"] {
3184 margin-right: 600px;
3185 margin-left: auto; }
3186
3187.next-col-offset-fixed-m-1[dir="rtl"] {
3188 margin-right: 20px;
3189 margin-left: auto; }
3190
3191.next-col-offset-fixed-m-2[dir="rtl"] {
3192 margin-right: 40px;
3193 margin-left: auto; }
3194
3195.next-col-offset-fixed-m-3[dir="rtl"] {
3196 margin-right: 60px;
3197 margin-left: auto; }
3198
3199.next-col-offset-fixed-m-4[dir="rtl"] {
3200 margin-right: 80px;
3201 margin-left: auto; }
3202
3203.next-col-offset-fixed-m-5[dir="rtl"] {
3204 margin-right: 100px;
3205 margin-left: auto; }
3206
3207.next-col-offset-fixed-m-6[dir="rtl"] {
3208 margin-right: 120px;
3209 margin-left: auto; }
3210
3211.next-col-offset-fixed-m-7[dir="rtl"] {
3212 margin-right: 140px;
3213 margin-left: auto; }
3214
3215.next-col-offset-fixed-m-8[dir="rtl"] {
3216 margin-right: 160px;
3217 margin-left: auto; }
3218
3219.next-col-offset-fixed-m-9[dir="rtl"] {
3220 margin-right: 180px;
3221 margin-left: auto; }
3222
3223.next-col-offset-fixed-m-10[dir="rtl"] {
3224 margin-right: 200px;
3225 margin-left: auto; }
3226
3227.next-col-offset-fixed-m-11[dir="rtl"] {
3228 margin-right: 220px;
3229 margin-left: auto; }
3230
3231.next-col-offset-fixed-m-12[dir="rtl"] {
3232 margin-right: 240px;
3233 margin-left: auto; }
3234
3235.next-col-offset-fixed-m-13[dir="rtl"] {
3236 margin-right: 260px;
3237 margin-left: auto; }
3238
3239.next-col-offset-fixed-m-14[dir="rtl"] {
3240 margin-right: 280px;
3241 margin-left: auto; }
3242
3243.next-col-offset-fixed-m-15[dir="rtl"] {
3244 margin-right: 300px;
3245 margin-left: auto; }
3246
3247.next-col-offset-fixed-m-16[dir="rtl"] {
3248 margin-right: 320px;
3249 margin-left: auto; }
3250
3251.next-col-offset-fixed-m-17[dir="rtl"] {
3252 margin-right: 340px;
3253 margin-left: auto; }
3254
3255.next-col-offset-fixed-m-18[dir="rtl"] {
3256 margin-right: 360px;
3257 margin-left: auto; }
3258
3259.next-col-offset-fixed-m-19[dir="rtl"] {
3260 margin-right: 380px;
3261 margin-left: auto; }
3262
3263.next-col-offset-fixed-m-20[dir="rtl"] {
3264 margin-right: 400px;
3265 margin-left: auto; }
3266
3267.next-col-offset-fixed-m-21[dir="rtl"] {
3268 margin-right: 420px;
3269 margin-left: auto; }
3270
3271.next-col-offset-fixed-m-22[dir="rtl"] {
3272 margin-right: 440px;
3273 margin-left: auto; }
3274
3275.next-col-offset-fixed-m-23[dir="rtl"] {
3276 margin-right: 460px;
3277 margin-left: auto; }
3278
3279.next-col-offset-fixed-m-24[dir="rtl"] {
3280 margin-right: 480px;
3281 margin-left: auto; }
3282
3283.next-col-offset-fixed-m-25[dir="rtl"] {
3284 margin-right: 500px;
3285 margin-left: auto; }
3286
3287.next-col-offset-fixed-m-26[dir="rtl"] {
3288 margin-right: 520px;
3289 margin-left: auto; }
3290
3291.next-col-offset-fixed-m-27[dir="rtl"] {
3292 margin-right: 540px;
3293 margin-left: auto; }
3294
3295.next-col-offset-fixed-m-28[dir="rtl"] {
3296 margin-right: 560px;
3297 margin-left: auto; }
3298
3299.next-col-offset-fixed-m-29[dir="rtl"] {
3300 margin-right: 580px;
3301 margin-left: auto; }
3302
3303.next-col-offset-fixed-m-30[dir="rtl"] {
3304 margin-right: 600px;
3305 margin-left: auto; }
3306
3307.next-col-offset-fixed-l-1[dir="rtl"] {
3308 margin-right: 20px;
3309 margin-left: auto; }
3310
3311.next-col-offset-fixed-l-2[dir="rtl"] {
3312 margin-right: 40px;
3313 margin-left: auto; }
3314
3315.next-col-offset-fixed-l-3[dir="rtl"] {
3316 margin-right: 60px;
3317 margin-left: auto; }
3318
3319.next-col-offset-fixed-l-4[dir="rtl"] {
3320 margin-right: 80px;
3321 margin-left: auto; }
3322
3323.next-col-offset-fixed-l-5[dir="rtl"] {
3324 margin-right: 100px;
3325 margin-left: auto; }
3326
3327.next-col-offset-fixed-l-6[dir="rtl"] {
3328 margin-right: 120px;
3329 margin-left: auto; }
3330
3331.next-col-offset-fixed-l-7[dir="rtl"] {
3332 margin-right: 140px;
3333 margin-left: auto; }
3334
3335.next-col-offset-fixed-l-8[dir="rtl"] {
3336 margin-right: 160px;
3337 margin-left: auto; }
3338
3339.next-col-offset-fixed-l-9[dir="rtl"] {
3340 margin-right: 180px;
3341 margin-left: auto; }
3342
3343.next-col-offset-fixed-l-10[dir="rtl"] {
3344 margin-right: 200px;
3345 margin-left: auto; }
3346
3347.next-col-offset-fixed-l-11[dir="rtl"] {
3348 margin-right: 220px;
3349 margin-left: auto; }
3350
3351.next-col-offset-fixed-l-12[dir="rtl"] {
3352 margin-right: 240px;
3353 margin-left: auto; }
3354
3355.next-col-offset-fixed-l-13[dir="rtl"] {
3356 margin-right: 260px;
3357 margin-left: auto; }
3358
3359.next-col-offset-fixed-l-14[dir="rtl"] {
3360 margin-right: 280px;
3361 margin-left: auto; }
3362
3363.next-col-offset-fixed-l-15[dir="rtl"] {
3364 margin-right: 300px;
3365 margin-left: auto; }
3366
3367.next-col-offset-fixed-l-16[dir="rtl"] {
3368 margin-right: 320px;
3369 margin-left: auto; }
3370
3371.next-col-offset-fixed-l-17[dir="rtl"] {
3372 margin-right: 340px;
3373 margin-left: auto; }
3374
3375.next-col-offset-fixed-l-18[dir="rtl"] {
3376 margin-right: 360px;
3377 margin-left: auto; }
3378
3379.next-col-offset-fixed-l-19[dir="rtl"] {
3380 margin-right: 380px;
3381 margin-left: auto; }
3382
3383.next-col-offset-fixed-l-20[dir="rtl"] {
3384 margin-right: 400px;
3385 margin-left: auto; }
3386
3387.next-col-offset-fixed-l-21[dir="rtl"] {
3388 margin-right: 420px;
3389 margin-left: auto; }
3390
3391.next-col-offset-fixed-l-22[dir="rtl"] {
3392 margin-right: 440px;
3393 margin-left: auto; }
3394
3395.next-col-offset-fixed-l-23[dir="rtl"] {
3396 margin-right: 460px;
3397 margin-left: auto; }
3398
3399.next-col-offset-fixed-l-24[dir="rtl"] {
3400 margin-right: 480px;
3401 margin-left: auto; }
3402
3403.next-col-offset-fixed-l-25[dir="rtl"] {
3404 margin-right: 500px;
3405 margin-left: auto; }
3406
3407.next-col-offset-fixed-l-26[dir="rtl"] {
3408 margin-right: 520px;
3409 margin-left: auto; }
3410
3411.next-col-offset-fixed-l-27[dir="rtl"] {
3412 margin-right: 540px;
3413 margin-left: auto; }
3414
3415.next-col-offset-fixed-l-28[dir="rtl"] {
3416 margin-right: 560px;
3417 margin-left: auto; }
3418
3419.next-col-offset-fixed-l-29[dir="rtl"] {
3420 margin-right: 580px;
3421 margin-left: auto; }
3422
3423.next-col-offset-fixed-l-30[dir="rtl"] {
3424 margin-right: 600px;
3425 margin-left: auto; }
3426
3427.next-col-offset-fixed-xl-1[dir="rtl"] {
3428 margin-right: 20px;
3429 margin-left: auto; }
3430
3431.next-col-offset-fixed-xl-2[dir="rtl"] {
3432 margin-right: 40px;
3433 margin-left: auto; }
3434
3435.next-col-offset-fixed-xl-3[dir="rtl"] {
3436 margin-right: 60px;
3437 margin-left: auto; }
3438
3439.next-col-offset-fixed-xl-4[dir="rtl"] {
3440 margin-right: 80px;
3441 margin-left: auto; }
3442
3443.next-col-offset-fixed-xl-5[dir="rtl"] {
3444 margin-right: 100px;
3445 margin-left: auto; }
3446
3447.next-col-offset-fixed-xl-6[dir="rtl"] {
3448 margin-right: 120px;
3449 margin-left: auto; }
3450
3451.next-col-offset-fixed-xl-7[dir="rtl"] {
3452 margin-right: 140px;
3453 margin-left: auto; }
3454
3455.next-col-offset-fixed-xl-8[dir="rtl"] {
3456 margin-right: 160px;
3457 margin-left: auto; }
3458
3459.next-col-offset-fixed-xl-9[dir="rtl"] {
3460 margin-right: 180px;
3461 margin-left: auto; }
3462
3463.next-col-offset-fixed-xl-10[dir="rtl"] {
3464 margin-right: 200px;
3465 margin-left: auto; }
3466
3467.next-col-offset-fixed-xl-11[dir="rtl"] {
3468 margin-right: 220px;
3469 margin-left: auto; }
3470
3471.next-col-offset-fixed-xl-12[dir="rtl"] {
3472 margin-right: 240px;
3473 margin-left: auto; }
3474
3475.next-col-offset-fixed-xl-13[dir="rtl"] {
3476 margin-right: 260px;
3477 margin-left: auto; }
3478
3479.next-col-offset-fixed-xl-14[dir="rtl"] {
3480 margin-right: 280px;
3481 margin-left: auto; }
3482
3483.next-col-offset-fixed-xl-15[dir="rtl"] {
3484 margin-right: 300px;
3485 margin-left: auto; }
3486
3487.next-col-offset-fixed-xl-16[dir="rtl"] {
3488 margin-right: 320px;
3489 margin-left: auto; }
3490
3491.next-col-offset-fixed-xl-17[dir="rtl"] {
3492 margin-right: 340px;
3493 margin-left: auto; }
3494
3495.next-col-offset-fixed-xl-18[dir="rtl"] {
3496 margin-right: 360px;
3497 margin-left: auto; }
3498
3499.next-col-offset-fixed-xl-19[dir="rtl"] {
3500 margin-right: 380px;
3501 margin-left: auto; }
3502
3503.next-col-offset-fixed-xl-20[dir="rtl"] {
3504 margin-right: 400px;
3505 margin-left: auto; }
3506
3507.next-col-offset-fixed-xl-21[dir="rtl"] {
3508 margin-right: 420px;
3509 margin-left: auto; }
3510
3511.next-col-offset-fixed-xl-22[dir="rtl"] {
3512 margin-right: 440px;
3513 margin-left: auto; }
3514
3515.next-col-offset-fixed-xl-23[dir="rtl"] {
3516 margin-right: 460px;
3517 margin-left: auto; }
3518
3519.next-col-offset-fixed-xl-24[dir="rtl"] {
3520 margin-right: 480px;
3521 margin-left: auto; }
3522
3523.next-col-offset-fixed-xl-25[dir="rtl"] {
3524 margin-right: 500px;
3525 margin-left: auto; }
3526
3527.next-col-offset-fixed-xl-26[dir="rtl"] {
3528 margin-right: 520px;
3529 margin-left: auto; }
3530
3531.next-col-offset-fixed-xl-27[dir="rtl"] {
3532 margin-right: 540px;
3533 margin-left: auto; }
3534
3535.next-col-offset-fixed-xl-28[dir="rtl"] {
3536 margin-right: 560px;
3537 margin-left: auto; }
3538
3539.next-col-offset-fixed-xl-29[dir="rtl"] {
3540 margin-right: 580px;
3541 margin-left: auto; }
3542
3543.next-col-offset-fixed-xl-30[dir="rtl"] {
3544 margin-right: 600px;
3545 margin-left: auto; }