matcha-core 1.1.14 → 1.1.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/core.scss +33 -0
- package/matcha-core.css +1354 -0
- package/matcha-core.min.css +1 -1
- package/package.json +1 -1
package/matcha-core.css
CHANGED
|
@@ -84148,3 +84148,1357 @@
|
|
|
84148
84148
|
line-clamp: none;
|
|
84149
84149
|
}
|
|
84150
84150
|
}
|
|
84151
|
+
|
|
84152
|
+
.masonry-1 {
|
|
84153
|
+
column-count: 1;
|
|
84154
|
+
}
|
|
84155
|
+
|
|
84156
|
+
.masonry-1 > * {
|
|
84157
|
+
break-inside: avoid;
|
|
84158
|
+
display: inline-block;
|
|
84159
|
+
width: 100%;
|
|
84160
|
+
}
|
|
84161
|
+
|
|
84162
|
+
.masonry-2 {
|
|
84163
|
+
column-count: 2;
|
|
84164
|
+
}
|
|
84165
|
+
|
|
84166
|
+
.masonry-2 > * {
|
|
84167
|
+
break-inside: avoid;
|
|
84168
|
+
display: inline-block;
|
|
84169
|
+
width: 100%;
|
|
84170
|
+
}
|
|
84171
|
+
|
|
84172
|
+
.masonry-3 {
|
|
84173
|
+
column-count: 3;
|
|
84174
|
+
}
|
|
84175
|
+
|
|
84176
|
+
.masonry-3 > * {
|
|
84177
|
+
break-inside: avoid;
|
|
84178
|
+
display: inline-block;
|
|
84179
|
+
width: 100%;
|
|
84180
|
+
}
|
|
84181
|
+
|
|
84182
|
+
.masonry-4 {
|
|
84183
|
+
column-count: 4;
|
|
84184
|
+
}
|
|
84185
|
+
|
|
84186
|
+
.masonry-4 > * {
|
|
84187
|
+
break-inside: avoid;
|
|
84188
|
+
display: inline-block;
|
|
84189
|
+
width: 100%;
|
|
84190
|
+
}
|
|
84191
|
+
|
|
84192
|
+
.masonry-5 {
|
|
84193
|
+
column-count: 5;
|
|
84194
|
+
}
|
|
84195
|
+
|
|
84196
|
+
.masonry-5 > * {
|
|
84197
|
+
break-inside: avoid;
|
|
84198
|
+
display: inline-block;
|
|
84199
|
+
width: 100%;
|
|
84200
|
+
}
|
|
84201
|
+
|
|
84202
|
+
.masonry-6 {
|
|
84203
|
+
column-count: 6;
|
|
84204
|
+
}
|
|
84205
|
+
|
|
84206
|
+
.masonry-6 > * {
|
|
84207
|
+
break-inside: avoid;
|
|
84208
|
+
display: inline-block;
|
|
84209
|
+
width: 100%;
|
|
84210
|
+
}
|
|
84211
|
+
|
|
84212
|
+
.masonry-7 {
|
|
84213
|
+
column-count: 7;
|
|
84214
|
+
}
|
|
84215
|
+
|
|
84216
|
+
.masonry-7 > * {
|
|
84217
|
+
break-inside: avoid;
|
|
84218
|
+
display: inline-block;
|
|
84219
|
+
width: 100%;
|
|
84220
|
+
}
|
|
84221
|
+
|
|
84222
|
+
.masonry-8 {
|
|
84223
|
+
column-count: 8;
|
|
84224
|
+
}
|
|
84225
|
+
|
|
84226
|
+
.masonry-8 > * {
|
|
84227
|
+
break-inside: avoid;
|
|
84228
|
+
display: inline-block;
|
|
84229
|
+
width: 100%;
|
|
84230
|
+
}
|
|
84231
|
+
|
|
84232
|
+
.masonry-9 {
|
|
84233
|
+
column-count: 9;
|
|
84234
|
+
}
|
|
84235
|
+
|
|
84236
|
+
.masonry-9 > * {
|
|
84237
|
+
break-inside: avoid;
|
|
84238
|
+
display: inline-block;
|
|
84239
|
+
width: 100%;
|
|
84240
|
+
}
|
|
84241
|
+
|
|
84242
|
+
.masonry-10 {
|
|
84243
|
+
column-count: 10;
|
|
84244
|
+
}
|
|
84245
|
+
|
|
84246
|
+
.masonry-10 > * {
|
|
84247
|
+
break-inside: avoid;
|
|
84248
|
+
display: inline-block;
|
|
84249
|
+
width: 100%;
|
|
84250
|
+
}
|
|
84251
|
+
|
|
84252
|
+
.masonry-11 {
|
|
84253
|
+
column-count: 11;
|
|
84254
|
+
}
|
|
84255
|
+
|
|
84256
|
+
.masonry-11 > * {
|
|
84257
|
+
break-inside: avoid;
|
|
84258
|
+
display: inline-block;
|
|
84259
|
+
width: 100%;
|
|
84260
|
+
}
|
|
84261
|
+
|
|
84262
|
+
.masonry-12 {
|
|
84263
|
+
column-count: 12;
|
|
84264
|
+
}
|
|
84265
|
+
|
|
84266
|
+
.masonry-12 > * {
|
|
84267
|
+
break-inside: avoid;
|
|
84268
|
+
display: inline-block;
|
|
84269
|
+
width: 100%;
|
|
84270
|
+
}
|
|
84271
|
+
|
|
84272
|
+
.masonry-gap-0 {
|
|
84273
|
+
column-gap: 0px;
|
|
84274
|
+
}
|
|
84275
|
+
|
|
84276
|
+
.masonry-gap-0 > * {
|
|
84277
|
+
margin-bottom: 0px;
|
|
84278
|
+
}
|
|
84279
|
+
|
|
84280
|
+
.masonry-gap-4 {
|
|
84281
|
+
column-gap: 4px;
|
|
84282
|
+
}
|
|
84283
|
+
|
|
84284
|
+
.masonry-gap-4 > * {
|
|
84285
|
+
margin-bottom: 4px;
|
|
84286
|
+
}
|
|
84287
|
+
|
|
84288
|
+
.masonry-gap-8 {
|
|
84289
|
+
column-gap: 8px;
|
|
84290
|
+
}
|
|
84291
|
+
|
|
84292
|
+
.masonry-gap-8 > * {
|
|
84293
|
+
margin-bottom: 8px;
|
|
84294
|
+
}
|
|
84295
|
+
|
|
84296
|
+
.masonry-gap-12 {
|
|
84297
|
+
column-gap: 12px;
|
|
84298
|
+
}
|
|
84299
|
+
|
|
84300
|
+
.masonry-gap-12 > * {
|
|
84301
|
+
margin-bottom: 12px;
|
|
84302
|
+
}
|
|
84303
|
+
|
|
84304
|
+
.masonry-gap-16 {
|
|
84305
|
+
column-gap: 16px;
|
|
84306
|
+
}
|
|
84307
|
+
|
|
84308
|
+
.masonry-gap-16 > * {
|
|
84309
|
+
margin-bottom: 16px;
|
|
84310
|
+
}
|
|
84311
|
+
|
|
84312
|
+
.masonry-gap-20 {
|
|
84313
|
+
column-gap: 20px;
|
|
84314
|
+
}
|
|
84315
|
+
|
|
84316
|
+
.masonry-gap-20 > * {
|
|
84317
|
+
margin-bottom: 20px;
|
|
84318
|
+
}
|
|
84319
|
+
|
|
84320
|
+
.masonry-gap-24 {
|
|
84321
|
+
column-gap: 24px;
|
|
84322
|
+
}
|
|
84323
|
+
|
|
84324
|
+
.masonry-gap-24 > * {
|
|
84325
|
+
margin-bottom: 24px;
|
|
84326
|
+
}
|
|
84327
|
+
|
|
84328
|
+
.masonry-gap-28 {
|
|
84329
|
+
column-gap: 28px;
|
|
84330
|
+
}
|
|
84331
|
+
|
|
84332
|
+
.masonry-gap-28 > * {
|
|
84333
|
+
margin-bottom: 28px;
|
|
84334
|
+
}
|
|
84335
|
+
|
|
84336
|
+
.masonry-gap-32 {
|
|
84337
|
+
column-gap: 32px;
|
|
84338
|
+
}
|
|
84339
|
+
|
|
84340
|
+
.masonry-gap-32 > * {
|
|
84341
|
+
margin-bottom: 32px;
|
|
84342
|
+
}
|
|
84343
|
+
|
|
84344
|
+
.masonry-gap-36 {
|
|
84345
|
+
column-gap: 36px;
|
|
84346
|
+
}
|
|
84347
|
+
|
|
84348
|
+
.masonry-gap-36 > * {
|
|
84349
|
+
margin-bottom: 36px;
|
|
84350
|
+
}
|
|
84351
|
+
|
|
84352
|
+
.masonry-gap-40 {
|
|
84353
|
+
column-gap: 40px;
|
|
84354
|
+
}
|
|
84355
|
+
|
|
84356
|
+
.masonry-gap-40 > * {
|
|
84357
|
+
margin-bottom: 40px;
|
|
84358
|
+
}
|
|
84359
|
+
|
|
84360
|
+
.masonry-gap-44 {
|
|
84361
|
+
column-gap: 44px;
|
|
84362
|
+
}
|
|
84363
|
+
|
|
84364
|
+
.masonry-gap-44 > * {
|
|
84365
|
+
margin-bottom: 44px;
|
|
84366
|
+
}
|
|
84367
|
+
|
|
84368
|
+
.masonry-gap-48 {
|
|
84369
|
+
column-gap: 48px;
|
|
84370
|
+
}
|
|
84371
|
+
|
|
84372
|
+
.masonry-gap-48 > * {
|
|
84373
|
+
margin-bottom: 48px;
|
|
84374
|
+
}
|
|
84375
|
+
|
|
84376
|
+
@media screen and (max-width: 599px) {
|
|
84377
|
+
.masonry-xs-1 {
|
|
84378
|
+
column-count: 1;
|
|
84379
|
+
}
|
|
84380
|
+
|
|
84381
|
+
.masonry-xs-1 > * {
|
|
84382
|
+
break-inside: avoid;
|
|
84383
|
+
display: inline-block;
|
|
84384
|
+
width: 100%;
|
|
84385
|
+
}
|
|
84386
|
+
|
|
84387
|
+
.masonry-xs-2 {
|
|
84388
|
+
column-count: 2;
|
|
84389
|
+
}
|
|
84390
|
+
|
|
84391
|
+
.masonry-xs-2 > * {
|
|
84392
|
+
break-inside: avoid;
|
|
84393
|
+
display: inline-block;
|
|
84394
|
+
width: 100%;
|
|
84395
|
+
}
|
|
84396
|
+
|
|
84397
|
+
.masonry-xs-3 {
|
|
84398
|
+
column-count: 3;
|
|
84399
|
+
}
|
|
84400
|
+
|
|
84401
|
+
.masonry-xs-3 > * {
|
|
84402
|
+
break-inside: avoid;
|
|
84403
|
+
display: inline-block;
|
|
84404
|
+
width: 100%;
|
|
84405
|
+
}
|
|
84406
|
+
|
|
84407
|
+
.masonry-xs-4 {
|
|
84408
|
+
column-count: 4;
|
|
84409
|
+
}
|
|
84410
|
+
|
|
84411
|
+
.masonry-xs-4 > * {
|
|
84412
|
+
break-inside: avoid;
|
|
84413
|
+
display: inline-block;
|
|
84414
|
+
width: 100%;
|
|
84415
|
+
}
|
|
84416
|
+
|
|
84417
|
+
.masonry-xs-5 {
|
|
84418
|
+
column-count: 5;
|
|
84419
|
+
}
|
|
84420
|
+
|
|
84421
|
+
.masonry-xs-5 > * {
|
|
84422
|
+
break-inside: avoid;
|
|
84423
|
+
display: inline-block;
|
|
84424
|
+
width: 100%;
|
|
84425
|
+
}
|
|
84426
|
+
|
|
84427
|
+
.masonry-xs-6 {
|
|
84428
|
+
column-count: 6;
|
|
84429
|
+
}
|
|
84430
|
+
|
|
84431
|
+
.masonry-xs-6 > * {
|
|
84432
|
+
break-inside: avoid;
|
|
84433
|
+
display: inline-block;
|
|
84434
|
+
width: 100%;
|
|
84435
|
+
}
|
|
84436
|
+
|
|
84437
|
+
.masonry-xs-7 {
|
|
84438
|
+
column-count: 7;
|
|
84439
|
+
}
|
|
84440
|
+
|
|
84441
|
+
.masonry-xs-7 > * {
|
|
84442
|
+
break-inside: avoid;
|
|
84443
|
+
display: inline-block;
|
|
84444
|
+
width: 100%;
|
|
84445
|
+
}
|
|
84446
|
+
|
|
84447
|
+
.masonry-xs-8 {
|
|
84448
|
+
column-count: 8;
|
|
84449
|
+
}
|
|
84450
|
+
|
|
84451
|
+
.masonry-xs-8 > * {
|
|
84452
|
+
break-inside: avoid;
|
|
84453
|
+
display: inline-block;
|
|
84454
|
+
width: 100%;
|
|
84455
|
+
}
|
|
84456
|
+
|
|
84457
|
+
.masonry-xs-9 {
|
|
84458
|
+
column-count: 9;
|
|
84459
|
+
}
|
|
84460
|
+
|
|
84461
|
+
.masonry-xs-9 > * {
|
|
84462
|
+
break-inside: avoid;
|
|
84463
|
+
display: inline-block;
|
|
84464
|
+
width: 100%;
|
|
84465
|
+
}
|
|
84466
|
+
|
|
84467
|
+
.masonry-xs-10 {
|
|
84468
|
+
column-count: 10;
|
|
84469
|
+
}
|
|
84470
|
+
|
|
84471
|
+
.masonry-xs-10 > * {
|
|
84472
|
+
break-inside: avoid;
|
|
84473
|
+
display: inline-block;
|
|
84474
|
+
width: 100%;
|
|
84475
|
+
}
|
|
84476
|
+
|
|
84477
|
+
.masonry-xs-11 {
|
|
84478
|
+
column-count: 11;
|
|
84479
|
+
}
|
|
84480
|
+
|
|
84481
|
+
.masonry-xs-11 > * {
|
|
84482
|
+
break-inside: avoid;
|
|
84483
|
+
display: inline-block;
|
|
84484
|
+
width: 100%;
|
|
84485
|
+
}
|
|
84486
|
+
|
|
84487
|
+
.masonry-xs-12 {
|
|
84488
|
+
column-count: 12;
|
|
84489
|
+
}
|
|
84490
|
+
|
|
84491
|
+
.masonry-xs-12 > * {
|
|
84492
|
+
break-inside: avoid;
|
|
84493
|
+
display: inline-block;
|
|
84494
|
+
width: 100%;
|
|
84495
|
+
}
|
|
84496
|
+
|
|
84497
|
+
.masonry-gap-xs-0 {
|
|
84498
|
+
column-gap: 0px;
|
|
84499
|
+
}
|
|
84500
|
+
|
|
84501
|
+
.masonry-gap-xs-0 > * {
|
|
84502
|
+
margin-bottom: 0px;
|
|
84503
|
+
}
|
|
84504
|
+
|
|
84505
|
+
.masonry-gap-xs-4 {
|
|
84506
|
+
column-gap: 4px;
|
|
84507
|
+
}
|
|
84508
|
+
|
|
84509
|
+
.masonry-gap-xs-4 > * {
|
|
84510
|
+
margin-bottom: 4px;
|
|
84511
|
+
}
|
|
84512
|
+
|
|
84513
|
+
.masonry-gap-xs-8 {
|
|
84514
|
+
column-gap: 8px;
|
|
84515
|
+
}
|
|
84516
|
+
|
|
84517
|
+
.masonry-gap-xs-8 > * {
|
|
84518
|
+
margin-bottom: 8px;
|
|
84519
|
+
}
|
|
84520
|
+
|
|
84521
|
+
.masonry-gap-xs-12 {
|
|
84522
|
+
column-gap: 12px;
|
|
84523
|
+
}
|
|
84524
|
+
|
|
84525
|
+
.masonry-gap-xs-12 > * {
|
|
84526
|
+
margin-bottom: 12px;
|
|
84527
|
+
}
|
|
84528
|
+
|
|
84529
|
+
.masonry-gap-xs-16 {
|
|
84530
|
+
column-gap: 16px;
|
|
84531
|
+
}
|
|
84532
|
+
|
|
84533
|
+
.masonry-gap-xs-16 > * {
|
|
84534
|
+
margin-bottom: 16px;
|
|
84535
|
+
}
|
|
84536
|
+
|
|
84537
|
+
.masonry-gap-xs-20 {
|
|
84538
|
+
column-gap: 20px;
|
|
84539
|
+
}
|
|
84540
|
+
|
|
84541
|
+
.masonry-gap-xs-20 > * {
|
|
84542
|
+
margin-bottom: 20px;
|
|
84543
|
+
}
|
|
84544
|
+
|
|
84545
|
+
.masonry-gap-xs-24 {
|
|
84546
|
+
column-gap: 24px;
|
|
84547
|
+
}
|
|
84548
|
+
|
|
84549
|
+
.masonry-gap-xs-24 > * {
|
|
84550
|
+
margin-bottom: 24px;
|
|
84551
|
+
}
|
|
84552
|
+
|
|
84553
|
+
.masonry-gap-xs-28 {
|
|
84554
|
+
column-gap: 28px;
|
|
84555
|
+
}
|
|
84556
|
+
|
|
84557
|
+
.masonry-gap-xs-28 > * {
|
|
84558
|
+
margin-bottom: 28px;
|
|
84559
|
+
}
|
|
84560
|
+
|
|
84561
|
+
.masonry-gap-xs-32 {
|
|
84562
|
+
column-gap: 32px;
|
|
84563
|
+
}
|
|
84564
|
+
|
|
84565
|
+
.masonry-gap-xs-32 > * {
|
|
84566
|
+
margin-bottom: 32px;
|
|
84567
|
+
}
|
|
84568
|
+
|
|
84569
|
+
.masonry-gap-xs-36 {
|
|
84570
|
+
column-gap: 36px;
|
|
84571
|
+
}
|
|
84572
|
+
|
|
84573
|
+
.masonry-gap-xs-36 > * {
|
|
84574
|
+
margin-bottom: 36px;
|
|
84575
|
+
}
|
|
84576
|
+
|
|
84577
|
+
.masonry-gap-xs-40 {
|
|
84578
|
+
column-gap: 40px;
|
|
84579
|
+
}
|
|
84580
|
+
|
|
84581
|
+
.masonry-gap-xs-40 > * {
|
|
84582
|
+
margin-bottom: 40px;
|
|
84583
|
+
}
|
|
84584
|
+
|
|
84585
|
+
.masonry-gap-xs-44 {
|
|
84586
|
+
column-gap: 44px;
|
|
84587
|
+
}
|
|
84588
|
+
|
|
84589
|
+
.masonry-gap-xs-44 > * {
|
|
84590
|
+
margin-bottom: 44px;
|
|
84591
|
+
}
|
|
84592
|
+
|
|
84593
|
+
.masonry-gap-xs-48 {
|
|
84594
|
+
column-gap: 48px;
|
|
84595
|
+
}
|
|
84596
|
+
|
|
84597
|
+
.masonry-gap-xs-48 > * {
|
|
84598
|
+
margin-bottom: 48px;
|
|
84599
|
+
}
|
|
84600
|
+
}
|
|
84601
|
+
|
|
84602
|
+
@media screen and (min-width: 600px) {
|
|
84603
|
+
.masonry-sm-1 {
|
|
84604
|
+
column-count: 1;
|
|
84605
|
+
}
|
|
84606
|
+
|
|
84607
|
+
.masonry-sm-1 > * {
|
|
84608
|
+
break-inside: avoid;
|
|
84609
|
+
display: inline-block;
|
|
84610
|
+
width: 100%;
|
|
84611
|
+
}
|
|
84612
|
+
|
|
84613
|
+
.masonry-sm-2 {
|
|
84614
|
+
column-count: 2;
|
|
84615
|
+
}
|
|
84616
|
+
|
|
84617
|
+
.masonry-sm-2 > * {
|
|
84618
|
+
break-inside: avoid;
|
|
84619
|
+
display: inline-block;
|
|
84620
|
+
width: 100%;
|
|
84621
|
+
}
|
|
84622
|
+
|
|
84623
|
+
.masonry-sm-3 {
|
|
84624
|
+
column-count: 3;
|
|
84625
|
+
}
|
|
84626
|
+
|
|
84627
|
+
.masonry-sm-3 > * {
|
|
84628
|
+
break-inside: avoid;
|
|
84629
|
+
display: inline-block;
|
|
84630
|
+
width: 100%;
|
|
84631
|
+
}
|
|
84632
|
+
|
|
84633
|
+
.masonry-sm-4 {
|
|
84634
|
+
column-count: 4;
|
|
84635
|
+
}
|
|
84636
|
+
|
|
84637
|
+
.masonry-sm-4 > * {
|
|
84638
|
+
break-inside: avoid;
|
|
84639
|
+
display: inline-block;
|
|
84640
|
+
width: 100%;
|
|
84641
|
+
}
|
|
84642
|
+
|
|
84643
|
+
.masonry-sm-5 {
|
|
84644
|
+
column-count: 5;
|
|
84645
|
+
}
|
|
84646
|
+
|
|
84647
|
+
.masonry-sm-5 > * {
|
|
84648
|
+
break-inside: avoid;
|
|
84649
|
+
display: inline-block;
|
|
84650
|
+
width: 100%;
|
|
84651
|
+
}
|
|
84652
|
+
|
|
84653
|
+
.masonry-sm-6 {
|
|
84654
|
+
column-count: 6;
|
|
84655
|
+
}
|
|
84656
|
+
|
|
84657
|
+
.masonry-sm-6 > * {
|
|
84658
|
+
break-inside: avoid;
|
|
84659
|
+
display: inline-block;
|
|
84660
|
+
width: 100%;
|
|
84661
|
+
}
|
|
84662
|
+
|
|
84663
|
+
.masonry-sm-7 {
|
|
84664
|
+
column-count: 7;
|
|
84665
|
+
}
|
|
84666
|
+
|
|
84667
|
+
.masonry-sm-7 > * {
|
|
84668
|
+
break-inside: avoid;
|
|
84669
|
+
display: inline-block;
|
|
84670
|
+
width: 100%;
|
|
84671
|
+
}
|
|
84672
|
+
|
|
84673
|
+
.masonry-sm-8 {
|
|
84674
|
+
column-count: 8;
|
|
84675
|
+
}
|
|
84676
|
+
|
|
84677
|
+
.masonry-sm-8 > * {
|
|
84678
|
+
break-inside: avoid;
|
|
84679
|
+
display: inline-block;
|
|
84680
|
+
width: 100%;
|
|
84681
|
+
}
|
|
84682
|
+
|
|
84683
|
+
.masonry-sm-9 {
|
|
84684
|
+
column-count: 9;
|
|
84685
|
+
}
|
|
84686
|
+
|
|
84687
|
+
.masonry-sm-9 > * {
|
|
84688
|
+
break-inside: avoid;
|
|
84689
|
+
display: inline-block;
|
|
84690
|
+
width: 100%;
|
|
84691
|
+
}
|
|
84692
|
+
|
|
84693
|
+
.masonry-sm-10 {
|
|
84694
|
+
column-count: 10;
|
|
84695
|
+
}
|
|
84696
|
+
|
|
84697
|
+
.masonry-sm-10 > * {
|
|
84698
|
+
break-inside: avoid;
|
|
84699
|
+
display: inline-block;
|
|
84700
|
+
width: 100%;
|
|
84701
|
+
}
|
|
84702
|
+
|
|
84703
|
+
.masonry-sm-11 {
|
|
84704
|
+
column-count: 11;
|
|
84705
|
+
}
|
|
84706
|
+
|
|
84707
|
+
.masonry-sm-11 > * {
|
|
84708
|
+
break-inside: avoid;
|
|
84709
|
+
display: inline-block;
|
|
84710
|
+
width: 100%;
|
|
84711
|
+
}
|
|
84712
|
+
|
|
84713
|
+
.masonry-sm-12 {
|
|
84714
|
+
column-count: 12;
|
|
84715
|
+
}
|
|
84716
|
+
|
|
84717
|
+
.masonry-sm-12 > * {
|
|
84718
|
+
break-inside: avoid;
|
|
84719
|
+
display: inline-block;
|
|
84720
|
+
width: 100%;
|
|
84721
|
+
}
|
|
84722
|
+
|
|
84723
|
+
.masonry-gap-sm-0 {
|
|
84724
|
+
column-gap: 0px;
|
|
84725
|
+
}
|
|
84726
|
+
|
|
84727
|
+
.masonry-gap-sm-0 > * {
|
|
84728
|
+
margin-bottom: 0px;
|
|
84729
|
+
}
|
|
84730
|
+
|
|
84731
|
+
.masonry-gap-sm-4 {
|
|
84732
|
+
column-gap: 4px;
|
|
84733
|
+
}
|
|
84734
|
+
|
|
84735
|
+
.masonry-gap-sm-4 > * {
|
|
84736
|
+
margin-bottom: 4px;
|
|
84737
|
+
}
|
|
84738
|
+
|
|
84739
|
+
.masonry-gap-sm-8 {
|
|
84740
|
+
column-gap: 8px;
|
|
84741
|
+
}
|
|
84742
|
+
|
|
84743
|
+
.masonry-gap-sm-8 > * {
|
|
84744
|
+
margin-bottom: 8px;
|
|
84745
|
+
}
|
|
84746
|
+
|
|
84747
|
+
.masonry-gap-sm-12 {
|
|
84748
|
+
column-gap: 12px;
|
|
84749
|
+
}
|
|
84750
|
+
|
|
84751
|
+
.masonry-gap-sm-12 > * {
|
|
84752
|
+
margin-bottom: 12px;
|
|
84753
|
+
}
|
|
84754
|
+
|
|
84755
|
+
.masonry-gap-sm-16 {
|
|
84756
|
+
column-gap: 16px;
|
|
84757
|
+
}
|
|
84758
|
+
|
|
84759
|
+
.masonry-gap-sm-16 > * {
|
|
84760
|
+
margin-bottom: 16px;
|
|
84761
|
+
}
|
|
84762
|
+
|
|
84763
|
+
.masonry-gap-sm-20 {
|
|
84764
|
+
column-gap: 20px;
|
|
84765
|
+
}
|
|
84766
|
+
|
|
84767
|
+
.masonry-gap-sm-20 > * {
|
|
84768
|
+
margin-bottom: 20px;
|
|
84769
|
+
}
|
|
84770
|
+
|
|
84771
|
+
.masonry-gap-sm-24 {
|
|
84772
|
+
column-gap: 24px;
|
|
84773
|
+
}
|
|
84774
|
+
|
|
84775
|
+
.masonry-gap-sm-24 > * {
|
|
84776
|
+
margin-bottom: 24px;
|
|
84777
|
+
}
|
|
84778
|
+
|
|
84779
|
+
.masonry-gap-sm-28 {
|
|
84780
|
+
column-gap: 28px;
|
|
84781
|
+
}
|
|
84782
|
+
|
|
84783
|
+
.masonry-gap-sm-28 > * {
|
|
84784
|
+
margin-bottom: 28px;
|
|
84785
|
+
}
|
|
84786
|
+
|
|
84787
|
+
.masonry-gap-sm-32 {
|
|
84788
|
+
column-gap: 32px;
|
|
84789
|
+
}
|
|
84790
|
+
|
|
84791
|
+
.masonry-gap-sm-32 > * {
|
|
84792
|
+
margin-bottom: 32px;
|
|
84793
|
+
}
|
|
84794
|
+
|
|
84795
|
+
.masonry-gap-sm-36 {
|
|
84796
|
+
column-gap: 36px;
|
|
84797
|
+
}
|
|
84798
|
+
|
|
84799
|
+
.masonry-gap-sm-36 > * {
|
|
84800
|
+
margin-bottom: 36px;
|
|
84801
|
+
}
|
|
84802
|
+
|
|
84803
|
+
.masonry-gap-sm-40 {
|
|
84804
|
+
column-gap: 40px;
|
|
84805
|
+
}
|
|
84806
|
+
|
|
84807
|
+
.masonry-gap-sm-40 > * {
|
|
84808
|
+
margin-bottom: 40px;
|
|
84809
|
+
}
|
|
84810
|
+
|
|
84811
|
+
.masonry-gap-sm-44 {
|
|
84812
|
+
column-gap: 44px;
|
|
84813
|
+
}
|
|
84814
|
+
|
|
84815
|
+
.masonry-gap-sm-44 > * {
|
|
84816
|
+
margin-bottom: 44px;
|
|
84817
|
+
}
|
|
84818
|
+
|
|
84819
|
+
.masonry-gap-sm-48 {
|
|
84820
|
+
column-gap: 48px;
|
|
84821
|
+
}
|
|
84822
|
+
|
|
84823
|
+
.masonry-gap-sm-48 > * {
|
|
84824
|
+
margin-bottom: 48px;
|
|
84825
|
+
}
|
|
84826
|
+
}
|
|
84827
|
+
|
|
84828
|
+
@media screen and (min-width: 1024px) {
|
|
84829
|
+
.masonry-md-1 {
|
|
84830
|
+
column-count: 1;
|
|
84831
|
+
}
|
|
84832
|
+
|
|
84833
|
+
.masonry-md-1 > * {
|
|
84834
|
+
break-inside: avoid;
|
|
84835
|
+
display: inline-block;
|
|
84836
|
+
width: 100%;
|
|
84837
|
+
}
|
|
84838
|
+
|
|
84839
|
+
.masonry-md-2 {
|
|
84840
|
+
column-count: 2;
|
|
84841
|
+
}
|
|
84842
|
+
|
|
84843
|
+
.masonry-md-2 > * {
|
|
84844
|
+
break-inside: avoid;
|
|
84845
|
+
display: inline-block;
|
|
84846
|
+
width: 100%;
|
|
84847
|
+
}
|
|
84848
|
+
|
|
84849
|
+
.masonry-md-3 {
|
|
84850
|
+
column-count: 3;
|
|
84851
|
+
}
|
|
84852
|
+
|
|
84853
|
+
.masonry-md-3 > * {
|
|
84854
|
+
break-inside: avoid;
|
|
84855
|
+
display: inline-block;
|
|
84856
|
+
width: 100%;
|
|
84857
|
+
}
|
|
84858
|
+
|
|
84859
|
+
.masonry-md-4 {
|
|
84860
|
+
column-count: 4;
|
|
84861
|
+
}
|
|
84862
|
+
|
|
84863
|
+
.masonry-md-4 > * {
|
|
84864
|
+
break-inside: avoid;
|
|
84865
|
+
display: inline-block;
|
|
84866
|
+
width: 100%;
|
|
84867
|
+
}
|
|
84868
|
+
|
|
84869
|
+
.masonry-md-5 {
|
|
84870
|
+
column-count: 5;
|
|
84871
|
+
}
|
|
84872
|
+
|
|
84873
|
+
.masonry-md-5 > * {
|
|
84874
|
+
break-inside: avoid;
|
|
84875
|
+
display: inline-block;
|
|
84876
|
+
width: 100%;
|
|
84877
|
+
}
|
|
84878
|
+
|
|
84879
|
+
.masonry-md-6 {
|
|
84880
|
+
column-count: 6;
|
|
84881
|
+
}
|
|
84882
|
+
|
|
84883
|
+
.masonry-md-6 > * {
|
|
84884
|
+
break-inside: avoid;
|
|
84885
|
+
display: inline-block;
|
|
84886
|
+
width: 100%;
|
|
84887
|
+
}
|
|
84888
|
+
|
|
84889
|
+
.masonry-md-7 {
|
|
84890
|
+
column-count: 7;
|
|
84891
|
+
}
|
|
84892
|
+
|
|
84893
|
+
.masonry-md-7 > * {
|
|
84894
|
+
break-inside: avoid;
|
|
84895
|
+
display: inline-block;
|
|
84896
|
+
width: 100%;
|
|
84897
|
+
}
|
|
84898
|
+
|
|
84899
|
+
.masonry-md-8 {
|
|
84900
|
+
column-count: 8;
|
|
84901
|
+
}
|
|
84902
|
+
|
|
84903
|
+
.masonry-md-8 > * {
|
|
84904
|
+
break-inside: avoid;
|
|
84905
|
+
display: inline-block;
|
|
84906
|
+
width: 100%;
|
|
84907
|
+
}
|
|
84908
|
+
|
|
84909
|
+
.masonry-md-9 {
|
|
84910
|
+
column-count: 9;
|
|
84911
|
+
}
|
|
84912
|
+
|
|
84913
|
+
.masonry-md-9 > * {
|
|
84914
|
+
break-inside: avoid;
|
|
84915
|
+
display: inline-block;
|
|
84916
|
+
width: 100%;
|
|
84917
|
+
}
|
|
84918
|
+
|
|
84919
|
+
.masonry-md-10 {
|
|
84920
|
+
column-count: 10;
|
|
84921
|
+
}
|
|
84922
|
+
|
|
84923
|
+
.masonry-md-10 > * {
|
|
84924
|
+
break-inside: avoid;
|
|
84925
|
+
display: inline-block;
|
|
84926
|
+
width: 100%;
|
|
84927
|
+
}
|
|
84928
|
+
|
|
84929
|
+
.masonry-md-11 {
|
|
84930
|
+
column-count: 11;
|
|
84931
|
+
}
|
|
84932
|
+
|
|
84933
|
+
.masonry-md-11 > * {
|
|
84934
|
+
break-inside: avoid;
|
|
84935
|
+
display: inline-block;
|
|
84936
|
+
width: 100%;
|
|
84937
|
+
}
|
|
84938
|
+
|
|
84939
|
+
.masonry-md-12 {
|
|
84940
|
+
column-count: 12;
|
|
84941
|
+
}
|
|
84942
|
+
|
|
84943
|
+
.masonry-md-12 > * {
|
|
84944
|
+
break-inside: avoid;
|
|
84945
|
+
display: inline-block;
|
|
84946
|
+
width: 100%;
|
|
84947
|
+
}
|
|
84948
|
+
|
|
84949
|
+
.masonry-gap-md-0 {
|
|
84950
|
+
column-gap: 0px;
|
|
84951
|
+
}
|
|
84952
|
+
|
|
84953
|
+
.masonry-gap-md-0 > * {
|
|
84954
|
+
margin-bottom: 0px;
|
|
84955
|
+
}
|
|
84956
|
+
|
|
84957
|
+
.masonry-gap-md-4 {
|
|
84958
|
+
column-gap: 4px;
|
|
84959
|
+
}
|
|
84960
|
+
|
|
84961
|
+
.masonry-gap-md-4 > * {
|
|
84962
|
+
margin-bottom: 4px;
|
|
84963
|
+
}
|
|
84964
|
+
|
|
84965
|
+
.masonry-gap-md-8 {
|
|
84966
|
+
column-gap: 8px;
|
|
84967
|
+
}
|
|
84968
|
+
|
|
84969
|
+
.masonry-gap-md-8 > * {
|
|
84970
|
+
margin-bottom: 8px;
|
|
84971
|
+
}
|
|
84972
|
+
|
|
84973
|
+
.masonry-gap-md-12 {
|
|
84974
|
+
column-gap: 12px;
|
|
84975
|
+
}
|
|
84976
|
+
|
|
84977
|
+
.masonry-gap-md-12 > * {
|
|
84978
|
+
margin-bottom: 12px;
|
|
84979
|
+
}
|
|
84980
|
+
|
|
84981
|
+
.masonry-gap-md-16 {
|
|
84982
|
+
column-gap: 16px;
|
|
84983
|
+
}
|
|
84984
|
+
|
|
84985
|
+
.masonry-gap-md-16 > * {
|
|
84986
|
+
margin-bottom: 16px;
|
|
84987
|
+
}
|
|
84988
|
+
|
|
84989
|
+
.masonry-gap-md-20 {
|
|
84990
|
+
column-gap: 20px;
|
|
84991
|
+
}
|
|
84992
|
+
|
|
84993
|
+
.masonry-gap-md-20 > * {
|
|
84994
|
+
margin-bottom: 20px;
|
|
84995
|
+
}
|
|
84996
|
+
|
|
84997
|
+
.masonry-gap-md-24 {
|
|
84998
|
+
column-gap: 24px;
|
|
84999
|
+
}
|
|
85000
|
+
|
|
85001
|
+
.masonry-gap-md-24 > * {
|
|
85002
|
+
margin-bottom: 24px;
|
|
85003
|
+
}
|
|
85004
|
+
|
|
85005
|
+
.masonry-gap-md-28 {
|
|
85006
|
+
column-gap: 28px;
|
|
85007
|
+
}
|
|
85008
|
+
|
|
85009
|
+
.masonry-gap-md-28 > * {
|
|
85010
|
+
margin-bottom: 28px;
|
|
85011
|
+
}
|
|
85012
|
+
|
|
85013
|
+
.masonry-gap-md-32 {
|
|
85014
|
+
column-gap: 32px;
|
|
85015
|
+
}
|
|
85016
|
+
|
|
85017
|
+
.masonry-gap-md-32 > * {
|
|
85018
|
+
margin-bottom: 32px;
|
|
85019
|
+
}
|
|
85020
|
+
|
|
85021
|
+
.masonry-gap-md-36 {
|
|
85022
|
+
column-gap: 36px;
|
|
85023
|
+
}
|
|
85024
|
+
|
|
85025
|
+
.masonry-gap-md-36 > * {
|
|
85026
|
+
margin-bottom: 36px;
|
|
85027
|
+
}
|
|
85028
|
+
|
|
85029
|
+
.masonry-gap-md-40 {
|
|
85030
|
+
column-gap: 40px;
|
|
85031
|
+
}
|
|
85032
|
+
|
|
85033
|
+
.masonry-gap-md-40 > * {
|
|
85034
|
+
margin-bottom: 40px;
|
|
85035
|
+
}
|
|
85036
|
+
|
|
85037
|
+
.masonry-gap-md-44 {
|
|
85038
|
+
column-gap: 44px;
|
|
85039
|
+
}
|
|
85040
|
+
|
|
85041
|
+
.masonry-gap-md-44 > * {
|
|
85042
|
+
margin-bottom: 44px;
|
|
85043
|
+
}
|
|
85044
|
+
|
|
85045
|
+
.masonry-gap-md-48 {
|
|
85046
|
+
column-gap: 48px;
|
|
85047
|
+
}
|
|
85048
|
+
|
|
85049
|
+
.masonry-gap-md-48 > * {
|
|
85050
|
+
margin-bottom: 48px;
|
|
85051
|
+
}
|
|
85052
|
+
}
|
|
85053
|
+
|
|
85054
|
+
@media screen and (min-width: 1440px) {
|
|
85055
|
+
.masonry-lg-1 {
|
|
85056
|
+
column-count: 1;
|
|
85057
|
+
}
|
|
85058
|
+
|
|
85059
|
+
.masonry-lg-1 > * {
|
|
85060
|
+
break-inside: avoid;
|
|
85061
|
+
display: inline-block;
|
|
85062
|
+
width: 100%;
|
|
85063
|
+
}
|
|
85064
|
+
|
|
85065
|
+
.masonry-lg-2 {
|
|
85066
|
+
column-count: 2;
|
|
85067
|
+
}
|
|
85068
|
+
|
|
85069
|
+
.masonry-lg-2 > * {
|
|
85070
|
+
break-inside: avoid;
|
|
85071
|
+
display: inline-block;
|
|
85072
|
+
width: 100%;
|
|
85073
|
+
}
|
|
85074
|
+
|
|
85075
|
+
.masonry-lg-3 {
|
|
85076
|
+
column-count: 3;
|
|
85077
|
+
}
|
|
85078
|
+
|
|
85079
|
+
.masonry-lg-3 > * {
|
|
85080
|
+
break-inside: avoid;
|
|
85081
|
+
display: inline-block;
|
|
85082
|
+
width: 100%;
|
|
85083
|
+
}
|
|
85084
|
+
|
|
85085
|
+
.masonry-lg-4 {
|
|
85086
|
+
column-count: 4;
|
|
85087
|
+
}
|
|
85088
|
+
|
|
85089
|
+
.masonry-lg-4 > * {
|
|
85090
|
+
break-inside: avoid;
|
|
85091
|
+
display: inline-block;
|
|
85092
|
+
width: 100%;
|
|
85093
|
+
}
|
|
85094
|
+
|
|
85095
|
+
.masonry-lg-5 {
|
|
85096
|
+
column-count: 5;
|
|
85097
|
+
}
|
|
85098
|
+
|
|
85099
|
+
.masonry-lg-5 > * {
|
|
85100
|
+
break-inside: avoid;
|
|
85101
|
+
display: inline-block;
|
|
85102
|
+
width: 100%;
|
|
85103
|
+
}
|
|
85104
|
+
|
|
85105
|
+
.masonry-lg-6 {
|
|
85106
|
+
column-count: 6;
|
|
85107
|
+
}
|
|
85108
|
+
|
|
85109
|
+
.masonry-lg-6 > * {
|
|
85110
|
+
break-inside: avoid;
|
|
85111
|
+
display: inline-block;
|
|
85112
|
+
width: 100%;
|
|
85113
|
+
}
|
|
85114
|
+
|
|
85115
|
+
.masonry-lg-7 {
|
|
85116
|
+
column-count: 7;
|
|
85117
|
+
}
|
|
85118
|
+
|
|
85119
|
+
.masonry-lg-7 > * {
|
|
85120
|
+
break-inside: avoid;
|
|
85121
|
+
display: inline-block;
|
|
85122
|
+
width: 100%;
|
|
85123
|
+
}
|
|
85124
|
+
|
|
85125
|
+
.masonry-lg-8 {
|
|
85126
|
+
column-count: 8;
|
|
85127
|
+
}
|
|
85128
|
+
|
|
85129
|
+
.masonry-lg-8 > * {
|
|
85130
|
+
break-inside: avoid;
|
|
85131
|
+
display: inline-block;
|
|
85132
|
+
width: 100%;
|
|
85133
|
+
}
|
|
85134
|
+
|
|
85135
|
+
.masonry-lg-9 {
|
|
85136
|
+
column-count: 9;
|
|
85137
|
+
}
|
|
85138
|
+
|
|
85139
|
+
.masonry-lg-9 > * {
|
|
85140
|
+
break-inside: avoid;
|
|
85141
|
+
display: inline-block;
|
|
85142
|
+
width: 100%;
|
|
85143
|
+
}
|
|
85144
|
+
|
|
85145
|
+
.masonry-lg-10 {
|
|
85146
|
+
column-count: 10;
|
|
85147
|
+
}
|
|
85148
|
+
|
|
85149
|
+
.masonry-lg-10 > * {
|
|
85150
|
+
break-inside: avoid;
|
|
85151
|
+
display: inline-block;
|
|
85152
|
+
width: 100%;
|
|
85153
|
+
}
|
|
85154
|
+
|
|
85155
|
+
.masonry-lg-11 {
|
|
85156
|
+
column-count: 11;
|
|
85157
|
+
}
|
|
85158
|
+
|
|
85159
|
+
.masonry-lg-11 > * {
|
|
85160
|
+
break-inside: avoid;
|
|
85161
|
+
display: inline-block;
|
|
85162
|
+
width: 100%;
|
|
85163
|
+
}
|
|
85164
|
+
|
|
85165
|
+
.masonry-lg-12 {
|
|
85166
|
+
column-count: 12;
|
|
85167
|
+
}
|
|
85168
|
+
|
|
85169
|
+
.masonry-lg-12 > * {
|
|
85170
|
+
break-inside: avoid;
|
|
85171
|
+
display: inline-block;
|
|
85172
|
+
width: 100%;
|
|
85173
|
+
}
|
|
85174
|
+
|
|
85175
|
+
.masonry-gap-lg-0 {
|
|
85176
|
+
column-gap: 0px;
|
|
85177
|
+
}
|
|
85178
|
+
|
|
85179
|
+
.masonry-gap-lg-0 > * {
|
|
85180
|
+
margin-bottom: 0px;
|
|
85181
|
+
}
|
|
85182
|
+
|
|
85183
|
+
.masonry-gap-lg-4 {
|
|
85184
|
+
column-gap: 4px;
|
|
85185
|
+
}
|
|
85186
|
+
|
|
85187
|
+
.masonry-gap-lg-4 > * {
|
|
85188
|
+
margin-bottom: 4px;
|
|
85189
|
+
}
|
|
85190
|
+
|
|
85191
|
+
.masonry-gap-lg-8 {
|
|
85192
|
+
column-gap: 8px;
|
|
85193
|
+
}
|
|
85194
|
+
|
|
85195
|
+
.masonry-gap-lg-8 > * {
|
|
85196
|
+
margin-bottom: 8px;
|
|
85197
|
+
}
|
|
85198
|
+
|
|
85199
|
+
.masonry-gap-lg-12 {
|
|
85200
|
+
column-gap: 12px;
|
|
85201
|
+
}
|
|
85202
|
+
|
|
85203
|
+
.masonry-gap-lg-12 > * {
|
|
85204
|
+
margin-bottom: 12px;
|
|
85205
|
+
}
|
|
85206
|
+
|
|
85207
|
+
.masonry-gap-lg-16 {
|
|
85208
|
+
column-gap: 16px;
|
|
85209
|
+
}
|
|
85210
|
+
|
|
85211
|
+
.masonry-gap-lg-16 > * {
|
|
85212
|
+
margin-bottom: 16px;
|
|
85213
|
+
}
|
|
85214
|
+
|
|
85215
|
+
.masonry-gap-lg-20 {
|
|
85216
|
+
column-gap: 20px;
|
|
85217
|
+
}
|
|
85218
|
+
|
|
85219
|
+
.masonry-gap-lg-20 > * {
|
|
85220
|
+
margin-bottom: 20px;
|
|
85221
|
+
}
|
|
85222
|
+
|
|
85223
|
+
.masonry-gap-lg-24 {
|
|
85224
|
+
column-gap: 24px;
|
|
85225
|
+
}
|
|
85226
|
+
|
|
85227
|
+
.masonry-gap-lg-24 > * {
|
|
85228
|
+
margin-bottom: 24px;
|
|
85229
|
+
}
|
|
85230
|
+
|
|
85231
|
+
.masonry-gap-lg-28 {
|
|
85232
|
+
column-gap: 28px;
|
|
85233
|
+
}
|
|
85234
|
+
|
|
85235
|
+
.masonry-gap-lg-28 > * {
|
|
85236
|
+
margin-bottom: 28px;
|
|
85237
|
+
}
|
|
85238
|
+
|
|
85239
|
+
.masonry-gap-lg-32 {
|
|
85240
|
+
column-gap: 32px;
|
|
85241
|
+
}
|
|
85242
|
+
|
|
85243
|
+
.masonry-gap-lg-32 > * {
|
|
85244
|
+
margin-bottom: 32px;
|
|
85245
|
+
}
|
|
85246
|
+
|
|
85247
|
+
.masonry-gap-lg-36 {
|
|
85248
|
+
column-gap: 36px;
|
|
85249
|
+
}
|
|
85250
|
+
|
|
85251
|
+
.masonry-gap-lg-36 > * {
|
|
85252
|
+
margin-bottom: 36px;
|
|
85253
|
+
}
|
|
85254
|
+
|
|
85255
|
+
.masonry-gap-lg-40 {
|
|
85256
|
+
column-gap: 40px;
|
|
85257
|
+
}
|
|
85258
|
+
|
|
85259
|
+
.masonry-gap-lg-40 > * {
|
|
85260
|
+
margin-bottom: 40px;
|
|
85261
|
+
}
|
|
85262
|
+
|
|
85263
|
+
.masonry-gap-lg-44 {
|
|
85264
|
+
column-gap: 44px;
|
|
85265
|
+
}
|
|
85266
|
+
|
|
85267
|
+
.masonry-gap-lg-44 > * {
|
|
85268
|
+
margin-bottom: 44px;
|
|
85269
|
+
}
|
|
85270
|
+
|
|
85271
|
+
.masonry-gap-lg-48 {
|
|
85272
|
+
column-gap: 48px;
|
|
85273
|
+
}
|
|
85274
|
+
|
|
85275
|
+
.masonry-gap-lg-48 > * {
|
|
85276
|
+
margin-bottom: 48px;
|
|
85277
|
+
}
|
|
85278
|
+
}
|
|
85279
|
+
|
|
85280
|
+
@media screen and (min-width: 1920px) {
|
|
85281
|
+
.masonry-xl-1 {
|
|
85282
|
+
column-count: 1;
|
|
85283
|
+
}
|
|
85284
|
+
|
|
85285
|
+
.masonry-xl-1 > * {
|
|
85286
|
+
break-inside: avoid;
|
|
85287
|
+
display: inline-block;
|
|
85288
|
+
width: 100%;
|
|
85289
|
+
}
|
|
85290
|
+
|
|
85291
|
+
.masonry-xl-2 {
|
|
85292
|
+
column-count: 2;
|
|
85293
|
+
}
|
|
85294
|
+
|
|
85295
|
+
.masonry-xl-2 > * {
|
|
85296
|
+
break-inside: avoid;
|
|
85297
|
+
display: inline-block;
|
|
85298
|
+
width: 100%;
|
|
85299
|
+
}
|
|
85300
|
+
|
|
85301
|
+
.masonry-xl-3 {
|
|
85302
|
+
column-count: 3;
|
|
85303
|
+
}
|
|
85304
|
+
|
|
85305
|
+
.masonry-xl-3 > * {
|
|
85306
|
+
break-inside: avoid;
|
|
85307
|
+
display: inline-block;
|
|
85308
|
+
width: 100%;
|
|
85309
|
+
}
|
|
85310
|
+
|
|
85311
|
+
.masonry-xl-4 {
|
|
85312
|
+
column-count: 4;
|
|
85313
|
+
}
|
|
85314
|
+
|
|
85315
|
+
.masonry-xl-4 > * {
|
|
85316
|
+
break-inside: avoid;
|
|
85317
|
+
display: inline-block;
|
|
85318
|
+
width: 100%;
|
|
85319
|
+
}
|
|
85320
|
+
|
|
85321
|
+
.masonry-xl-5 {
|
|
85322
|
+
column-count: 5;
|
|
85323
|
+
}
|
|
85324
|
+
|
|
85325
|
+
.masonry-xl-5 > * {
|
|
85326
|
+
break-inside: avoid;
|
|
85327
|
+
display: inline-block;
|
|
85328
|
+
width: 100%;
|
|
85329
|
+
}
|
|
85330
|
+
|
|
85331
|
+
.masonry-xl-6 {
|
|
85332
|
+
column-count: 6;
|
|
85333
|
+
}
|
|
85334
|
+
|
|
85335
|
+
.masonry-xl-6 > * {
|
|
85336
|
+
break-inside: avoid;
|
|
85337
|
+
display: inline-block;
|
|
85338
|
+
width: 100%;
|
|
85339
|
+
}
|
|
85340
|
+
|
|
85341
|
+
.masonry-xl-7 {
|
|
85342
|
+
column-count: 7;
|
|
85343
|
+
}
|
|
85344
|
+
|
|
85345
|
+
.masonry-xl-7 > * {
|
|
85346
|
+
break-inside: avoid;
|
|
85347
|
+
display: inline-block;
|
|
85348
|
+
width: 100%;
|
|
85349
|
+
}
|
|
85350
|
+
|
|
85351
|
+
.masonry-xl-8 {
|
|
85352
|
+
column-count: 8;
|
|
85353
|
+
}
|
|
85354
|
+
|
|
85355
|
+
.masonry-xl-8 > * {
|
|
85356
|
+
break-inside: avoid;
|
|
85357
|
+
display: inline-block;
|
|
85358
|
+
width: 100%;
|
|
85359
|
+
}
|
|
85360
|
+
|
|
85361
|
+
.masonry-xl-9 {
|
|
85362
|
+
column-count: 9;
|
|
85363
|
+
}
|
|
85364
|
+
|
|
85365
|
+
.masonry-xl-9 > * {
|
|
85366
|
+
break-inside: avoid;
|
|
85367
|
+
display: inline-block;
|
|
85368
|
+
width: 100%;
|
|
85369
|
+
}
|
|
85370
|
+
|
|
85371
|
+
.masonry-xl-10 {
|
|
85372
|
+
column-count: 10;
|
|
85373
|
+
}
|
|
85374
|
+
|
|
85375
|
+
.masonry-xl-10 > * {
|
|
85376
|
+
break-inside: avoid;
|
|
85377
|
+
display: inline-block;
|
|
85378
|
+
width: 100%;
|
|
85379
|
+
}
|
|
85380
|
+
|
|
85381
|
+
.masonry-xl-11 {
|
|
85382
|
+
column-count: 11;
|
|
85383
|
+
}
|
|
85384
|
+
|
|
85385
|
+
.masonry-xl-11 > * {
|
|
85386
|
+
break-inside: avoid;
|
|
85387
|
+
display: inline-block;
|
|
85388
|
+
width: 100%;
|
|
85389
|
+
}
|
|
85390
|
+
|
|
85391
|
+
.masonry-xl-12 {
|
|
85392
|
+
column-count: 12;
|
|
85393
|
+
}
|
|
85394
|
+
|
|
85395
|
+
.masonry-xl-12 > * {
|
|
85396
|
+
break-inside: avoid;
|
|
85397
|
+
display: inline-block;
|
|
85398
|
+
width: 100%;
|
|
85399
|
+
}
|
|
85400
|
+
|
|
85401
|
+
.masonry-gap-xl-0 {
|
|
85402
|
+
column-gap: 0px;
|
|
85403
|
+
}
|
|
85404
|
+
|
|
85405
|
+
.masonry-gap-xl-0 > * {
|
|
85406
|
+
margin-bottom: 0px;
|
|
85407
|
+
}
|
|
85408
|
+
|
|
85409
|
+
.masonry-gap-xl-4 {
|
|
85410
|
+
column-gap: 4px;
|
|
85411
|
+
}
|
|
85412
|
+
|
|
85413
|
+
.masonry-gap-xl-4 > * {
|
|
85414
|
+
margin-bottom: 4px;
|
|
85415
|
+
}
|
|
85416
|
+
|
|
85417
|
+
.masonry-gap-xl-8 {
|
|
85418
|
+
column-gap: 8px;
|
|
85419
|
+
}
|
|
85420
|
+
|
|
85421
|
+
.masonry-gap-xl-8 > * {
|
|
85422
|
+
margin-bottom: 8px;
|
|
85423
|
+
}
|
|
85424
|
+
|
|
85425
|
+
.masonry-gap-xl-12 {
|
|
85426
|
+
column-gap: 12px;
|
|
85427
|
+
}
|
|
85428
|
+
|
|
85429
|
+
.masonry-gap-xl-12 > * {
|
|
85430
|
+
margin-bottom: 12px;
|
|
85431
|
+
}
|
|
85432
|
+
|
|
85433
|
+
.masonry-gap-xl-16 {
|
|
85434
|
+
column-gap: 16px;
|
|
85435
|
+
}
|
|
85436
|
+
|
|
85437
|
+
.masonry-gap-xl-16 > * {
|
|
85438
|
+
margin-bottom: 16px;
|
|
85439
|
+
}
|
|
85440
|
+
|
|
85441
|
+
.masonry-gap-xl-20 {
|
|
85442
|
+
column-gap: 20px;
|
|
85443
|
+
}
|
|
85444
|
+
|
|
85445
|
+
.masonry-gap-xl-20 > * {
|
|
85446
|
+
margin-bottom: 20px;
|
|
85447
|
+
}
|
|
85448
|
+
|
|
85449
|
+
.masonry-gap-xl-24 {
|
|
85450
|
+
column-gap: 24px;
|
|
85451
|
+
}
|
|
85452
|
+
|
|
85453
|
+
.masonry-gap-xl-24 > * {
|
|
85454
|
+
margin-bottom: 24px;
|
|
85455
|
+
}
|
|
85456
|
+
|
|
85457
|
+
.masonry-gap-xl-28 {
|
|
85458
|
+
column-gap: 28px;
|
|
85459
|
+
}
|
|
85460
|
+
|
|
85461
|
+
.masonry-gap-xl-28 > * {
|
|
85462
|
+
margin-bottom: 28px;
|
|
85463
|
+
}
|
|
85464
|
+
|
|
85465
|
+
.masonry-gap-xl-32 {
|
|
85466
|
+
column-gap: 32px;
|
|
85467
|
+
}
|
|
85468
|
+
|
|
85469
|
+
.masonry-gap-xl-32 > * {
|
|
85470
|
+
margin-bottom: 32px;
|
|
85471
|
+
}
|
|
85472
|
+
|
|
85473
|
+
.masonry-gap-xl-36 {
|
|
85474
|
+
column-gap: 36px;
|
|
85475
|
+
}
|
|
85476
|
+
|
|
85477
|
+
.masonry-gap-xl-36 > * {
|
|
85478
|
+
margin-bottom: 36px;
|
|
85479
|
+
}
|
|
85480
|
+
|
|
85481
|
+
.masonry-gap-xl-40 {
|
|
85482
|
+
column-gap: 40px;
|
|
85483
|
+
}
|
|
85484
|
+
|
|
85485
|
+
.masonry-gap-xl-40 > * {
|
|
85486
|
+
margin-bottom: 40px;
|
|
85487
|
+
}
|
|
85488
|
+
|
|
85489
|
+
.masonry-gap-xl-44 {
|
|
85490
|
+
column-gap: 44px;
|
|
85491
|
+
}
|
|
85492
|
+
|
|
85493
|
+
.masonry-gap-xl-44 > * {
|
|
85494
|
+
margin-bottom: 44px;
|
|
85495
|
+
}
|
|
85496
|
+
|
|
85497
|
+
.masonry-gap-xl-48 {
|
|
85498
|
+
column-gap: 48px;
|
|
85499
|
+
}
|
|
85500
|
+
|
|
85501
|
+
.masonry-gap-xl-48 > * {
|
|
85502
|
+
margin-bottom: 48px;
|
|
85503
|
+
}
|
|
85504
|
+
}
|