matcha-core 1.1.5 → 1.1.7

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/matcha-core.css CHANGED
@@ -2254,6 +2254,246 @@
2254
2254
  min-height: 1000px !important;
2255
2255
  }
2256
2256
 
2257
+ .h-1100 {
2258
+ height: 1100px;
2259
+ }
2260
+
2261
+ .h-1100--force {
2262
+ height: 1100px !important;
2263
+ }
2264
+
2265
+ .max-h-1100 {
2266
+ max-height: 1100px;
2267
+ }
2268
+
2269
+ .max-h-1100--force {
2270
+ max-height: 1100px !important;
2271
+ }
2272
+
2273
+ .min-h-1100 {
2274
+ min-height: 1100px;
2275
+ }
2276
+
2277
+ .min-h-1100--force {
2278
+ min-height: 1100px !important;
2279
+ }
2280
+
2281
+ .h-1200 {
2282
+ height: 1200px;
2283
+ }
2284
+
2285
+ .h-1200--force {
2286
+ height: 1200px !important;
2287
+ }
2288
+
2289
+ .max-h-1200 {
2290
+ max-height: 1200px;
2291
+ }
2292
+
2293
+ .max-h-1200--force {
2294
+ max-height: 1200px !important;
2295
+ }
2296
+
2297
+ .min-h-1200 {
2298
+ min-height: 1200px;
2299
+ }
2300
+
2301
+ .min-h-1200--force {
2302
+ min-height: 1200px !important;
2303
+ }
2304
+
2305
+ .h-1300 {
2306
+ height: 1300px;
2307
+ }
2308
+
2309
+ .h-1300--force {
2310
+ height: 1300px !important;
2311
+ }
2312
+
2313
+ .max-h-1300 {
2314
+ max-height: 1300px;
2315
+ }
2316
+
2317
+ .max-h-1300--force {
2318
+ max-height: 1300px !important;
2319
+ }
2320
+
2321
+ .min-h-1300 {
2322
+ min-height: 1300px;
2323
+ }
2324
+
2325
+ .min-h-1300--force {
2326
+ min-height: 1300px !important;
2327
+ }
2328
+
2329
+ .h-1400 {
2330
+ height: 1400px;
2331
+ }
2332
+
2333
+ .h-1400--force {
2334
+ height: 1400px !important;
2335
+ }
2336
+
2337
+ .max-h-1400 {
2338
+ max-height: 1400px;
2339
+ }
2340
+
2341
+ .max-h-1400--force {
2342
+ max-height: 1400px !important;
2343
+ }
2344
+
2345
+ .min-h-1400 {
2346
+ min-height: 1400px;
2347
+ }
2348
+
2349
+ .min-h-1400--force {
2350
+ min-height: 1400px !important;
2351
+ }
2352
+
2353
+ .h-1500 {
2354
+ height: 1500px;
2355
+ }
2356
+
2357
+ .h-1500--force {
2358
+ height: 1500px !important;
2359
+ }
2360
+
2361
+ .max-h-1500 {
2362
+ max-height: 1500px;
2363
+ }
2364
+
2365
+ .max-h-1500--force {
2366
+ max-height: 1500px !important;
2367
+ }
2368
+
2369
+ .min-h-1500 {
2370
+ min-height: 1500px;
2371
+ }
2372
+
2373
+ .min-h-1500--force {
2374
+ min-height: 1500px !important;
2375
+ }
2376
+
2377
+ .h-1600 {
2378
+ height: 1600px;
2379
+ }
2380
+
2381
+ .h-1600--force {
2382
+ height: 1600px !important;
2383
+ }
2384
+
2385
+ .max-h-1600 {
2386
+ max-height: 1600px;
2387
+ }
2388
+
2389
+ .max-h-1600--force {
2390
+ max-height: 1600px !important;
2391
+ }
2392
+
2393
+ .min-h-1600 {
2394
+ min-height: 1600px;
2395
+ }
2396
+
2397
+ .min-h-1600--force {
2398
+ min-height: 1600px !important;
2399
+ }
2400
+
2401
+ .h-1700 {
2402
+ height: 1700px;
2403
+ }
2404
+
2405
+ .h-1700--force {
2406
+ height: 1700px !important;
2407
+ }
2408
+
2409
+ .max-h-1700 {
2410
+ max-height: 1700px;
2411
+ }
2412
+
2413
+ .max-h-1700--force {
2414
+ max-height: 1700px !important;
2415
+ }
2416
+
2417
+ .min-h-1700 {
2418
+ min-height: 1700px;
2419
+ }
2420
+
2421
+ .min-h-1700--force {
2422
+ min-height: 1700px !important;
2423
+ }
2424
+
2425
+ .h-1800 {
2426
+ height: 1800px;
2427
+ }
2428
+
2429
+ .h-1800--force {
2430
+ height: 1800px !important;
2431
+ }
2432
+
2433
+ .max-h-1800 {
2434
+ max-height: 1800px;
2435
+ }
2436
+
2437
+ .max-h-1800--force {
2438
+ max-height: 1800px !important;
2439
+ }
2440
+
2441
+ .min-h-1800 {
2442
+ min-height: 1800px;
2443
+ }
2444
+
2445
+ .min-h-1800--force {
2446
+ min-height: 1800px !important;
2447
+ }
2448
+
2449
+ .h-1900 {
2450
+ height: 1900px;
2451
+ }
2452
+
2453
+ .h-1900--force {
2454
+ height: 1900px !important;
2455
+ }
2456
+
2457
+ .max-h-1900 {
2458
+ max-height: 1900px;
2459
+ }
2460
+
2461
+ .max-h-1900--force {
2462
+ max-height: 1900px !important;
2463
+ }
2464
+
2465
+ .min-h-1900 {
2466
+ min-height: 1900px;
2467
+ }
2468
+
2469
+ .min-h-1900--force {
2470
+ min-height: 1900px !important;
2471
+ }
2472
+
2473
+ .h-2000 {
2474
+ height: 2000px;
2475
+ }
2476
+
2477
+ .h-2000--force {
2478
+ height: 2000px !important;
2479
+ }
2480
+
2481
+ .max-h-2000 {
2482
+ max-height: 2000px;
2483
+ }
2484
+
2485
+ .max-h-2000--force {
2486
+ max-height: 2000px !important;
2487
+ }
2488
+
2489
+ .min-h-2000 {
2490
+ min-height: 2000px;
2491
+ }
2492
+
2493
+ .min-h-2000--force {
2494
+ min-height: 2000px !important;
2495
+ }
2496
+
2257
2497
  .h-auto {
2258
2498
  height: auto;
2259
2499
  }
@@ -4518,6 +4758,246 @@
4518
4758
  min-width: 1000px !important;
4519
4759
  }
4520
4760
 
4761
+ .w-1100 {
4762
+ width: 1100px;
4763
+ }
4764
+
4765
+ .w-1100--force {
4766
+ width: 1100px !important;
4767
+ }
4768
+
4769
+ .max-w-1100 {
4770
+ max-width: 1100px;
4771
+ }
4772
+
4773
+ .max-w-1100--force {
4774
+ max-width: 1100px !important;
4775
+ }
4776
+
4777
+ .min-w-1100 {
4778
+ min-width: 1100px;
4779
+ }
4780
+
4781
+ .min-w-1100--force {
4782
+ min-width: 1100px !important;
4783
+ }
4784
+
4785
+ .w-1200 {
4786
+ width: 1200px;
4787
+ }
4788
+
4789
+ .w-1200--force {
4790
+ width: 1200px !important;
4791
+ }
4792
+
4793
+ .max-w-1200 {
4794
+ max-width: 1200px;
4795
+ }
4796
+
4797
+ .max-w-1200--force {
4798
+ max-width: 1200px !important;
4799
+ }
4800
+
4801
+ .min-w-1200 {
4802
+ min-width: 1200px;
4803
+ }
4804
+
4805
+ .min-w-1200--force {
4806
+ min-width: 1200px !important;
4807
+ }
4808
+
4809
+ .w-1300 {
4810
+ width: 1300px;
4811
+ }
4812
+
4813
+ .w-1300--force {
4814
+ width: 1300px !important;
4815
+ }
4816
+
4817
+ .max-w-1300 {
4818
+ max-width: 1300px;
4819
+ }
4820
+
4821
+ .max-w-1300--force {
4822
+ max-width: 1300px !important;
4823
+ }
4824
+
4825
+ .min-w-1300 {
4826
+ min-width: 1300px;
4827
+ }
4828
+
4829
+ .min-w-1300--force {
4830
+ min-width: 1300px !important;
4831
+ }
4832
+
4833
+ .w-1400 {
4834
+ width: 1400px;
4835
+ }
4836
+
4837
+ .w-1400--force {
4838
+ width: 1400px !important;
4839
+ }
4840
+
4841
+ .max-w-1400 {
4842
+ max-width: 1400px;
4843
+ }
4844
+
4845
+ .max-w-1400--force {
4846
+ max-width: 1400px !important;
4847
+ }
4848
+
4849
+ .min-w-1400 {
4850
+ min-width: 1400px;
4851
+ }
4852
+
4853
+ .min-w-1400--force {
4854
+ min-width: 1400px !important;
4855
+ }
4856
+
4857
+ .w-1500 {
4858
+ width: 1500px;
4859
+ }
4860
+
4861
+ .w-1500--force {
4862
+ width: 1500px !important;
4863
+ }
4864
+
4865
+ .max-w-1500 {
4866
+ max-width: 1500px;
4867
+ }
4868
+
4869
+ .max-w-1500--force {
4870
+ max-width: 1500px !important;
4871
+ }
4872
+
4873
+ .min-w-1500 {
4874
+ min-width: 1500px;
4875
+ }
4876
+
4877
+ .min-w-1500--force {
4878
+ min-width: 1500px !important;
4879
+ }
4880
+
4881
+ .w-1600 {
4882
+ width: 1600px;
4883
+ }
4884
+
4885
+ .w-1600--force {
4886
+ width: 1600px !important;
4887
+ }
4888
+
4889
+ .max-w-1600 {
4890
+ max-width: 1600px;
4891
+ }
4892
+
4893
+ .max-w-1600--force {
4894
+ max-width: 1600px !important;
4895
+ }
4896
+
4897
+ .min-w-1600 {
4898
+ min-width: 1600px;
4899
+ }
4900
+
4901
+ .min-w-1600--force {
4902
+ min-width: 1600px !important;
4903
+ }
4904
+
4905
+ .w-1700 {
4906
+ width: 1700px;
4907
+ }
4908
+
4909
+ .w-1700--force {
4910
+ width: 1700px !important;
4911
+ }
4912
+
4913
+ .max-w-1700 {
4914
+ max-width: 1700px;
4915
+ }
4916
+
4917
+ .max-w-1700--force {
4918
+ max-width: 1700px !important;
4919
+ }
4920
+
4921
+ .min-w-1700 {
4922
+ min-width: 1700px;
4923
+ }
4924
+
4925
+ .min-w-1700--force {
4926
+ min-width: 1700px !important;
4927
+ }
4928
+
4929
+ .w-1800 {
4930
+ width: 1800px;
4931
+ }
4932
+
4933
+ .w-1800--force {
4934
+ width: 1800px !important;
4935
+ }
4936
+
4937
+ .max-w-1800 {
4938
+ max-width: 1800px;
4939
+ }
4940
+
4941
+ .max-w-1800--force {
4942
+ max-width: 1800px !important;
4943
+ }
4944
+
4945
+ .min-w-1800 {
4946
+ min-width: 1800px;
4947
+ }
4948
+
4949
+ .min-w-1800--force {
4950
+ min-width: 1800px !important;
4951
+ }
4952
+
4953
+ .w-1900 {
4954
+ width: 1900px;
4955
+ }
4956
+
4957
+ .w-1900--force {
4958
+ width: 1900px !important;
4959
+ }
4960
+
4961
+ .max-w-1900 {
4962
+ max-width: 1900px;
4963
+ }
4964
+
4965
+ .max-w-1900--force {
4966
+ max-width: 1900px !important;
4967
+ }
4968
+
4969
+ .min-w-1900 {
4970
+ min-width: 1900px;
4971
+ }
4972
+
4973
+ .min-w-1900--force {
4974
+ min-width: 1900px !important;
4975
+ }
4976
+
4977
+ .w-2000 {
4978
+ width: 2000px;
4979
+ }
4980
+
4981
+ .w-2000--force {
4982
+ width: 2000px !important;
4983
+ }
4984
+
4985
+ .max-w-2000 {
4986
+ max-width: 2000px;
4987
+ }
4988
+
4989
+ .max-w-2000--force {
4990
+ max-width: 2000px !important;
4991
+ }
4992
+
4993
+ .min-w-2000 {
4994
+ min-width: 2000px;
4995
+ }
4996
+
4997
+ .min-w-2000--force {
4998
+ min-width: 2000px !important;
4999
+ }
5000
+
4521
5001
  .w-auto {
4522
5002
  width: auto;
4523
5003
  }
@@ -6783,6 +7263,246 @@
6783
7263
  min-height: 1000px !important;
6784
7264
  }
6785
7265
 
7266
+ .h-sm-1100 {
7267
+ height: 1100px;
7268
+ }
7269
+
7270
+ .h-sm-1100--force {
7271
+ height: 1100px !important;
7272
+ }
7273
+
7274
+ .max-h-sm-1100 {
7275
+ max-height: 1100px;
7276
+ }
7277
+
7278
+ .max-h-sm-1100--force {
7279
+ max-height: 1100px !important;
7280
+ }
7281
+
7282
+ .min-h-sm-1100 {
7283
+ min-height: 1100px;
7284
+ }
7285
+
7286
+ .min-h-sm-1100--force {
7287
+ min-height: 1100px !important;
7288
+ }
7289
+
7290
+ .h-sm-1200 {
7291
+ height: 1200px;
7292
+ }
7293
+
7294
+ .h-sm-1200--force {
7295
+ height: 1200px !important;
7296
+ }
7297
+
7298
+ .max-h-sm-1200 {
7299
+ max-height: 1200px;
7300
+ }
7301
+
7302
+ .max-h-sm-1200--force {
7303
+ max-height: 1200px !important;
7304
+ }
7305
+
7306
+ .min-h-sm-1200 {
7307
+ min-height: 1200px;
7308
+ }
7309
+
7310
+ .min-h-sm-1200--force {
7311
+ min-height: 1200px !important;
7312
+ }
7313
+
7314
+ .h-sm-1300 {
7315
+ height: 1300px;
7316
+ }
7317
+
7318
+ .h-sm-1300--force {
7319
+ height: 1300px !important;
7320
+ }
7321
+
7322
+ .max-h-sm-1300 {
7323
+ max-height: 1300px;
7324
+ }
7325
+
7326
+ .max-h-sm-1300--force {
7327
+ max-height: 1300px !important;
7328
+ }
7329
+
7330
+ .min-h-sm-1300 {
7331
+ min-height: 1300px;
7332
+ }
7333
+
7334
+ .min-h-sm-1300--force {
7335
+ min-height: 1300px !important;
7336
+ }
7337
+
7338
+ .h-sm-1400 {
7339
+ height: 1400px;
7340
+ }
7341
+
7342
+ .h-sm-1400--force {
7343
+ height: 1400px !important;
7344
+ }
7345
+
7346
+ .max-h-sm-1400 {
7347
+ max-height: 1400px;
7348
+ }
7349
+
7350
+ .max-h-sm-1400--force {
7351
+ max-height: 1400px !important;
7352
+ }
7353
+
7354
+ .min-h-sm-1400 {
7355
+ min-height: 1400px;
7356
+ }
7357
+
7358
+ .min-h-sm-1400--force {
7359
+ min-height: 1400px !important;
7360
+ }
7361
+
7362
+ .h-sm-1500 {
7363
+ height: 1500px;
7364
+ }
7365
+
7366
+ .h-sm-1500--force {
7367
+ height: 1500px !important;
7368
+ }
7369
+
7370
+ .max-h-sm-1500 {
7371
+ max-height: 1500px;
7372
+ }
7373
+
7374
+ .max-h-sm-1500--force {
7375
+ max-height: 1500px !important;
7376
+ }
7377
+
7378
+ .min-h-sm-1500 {
7379
+ min-height: 1500px;
7380
+ }
7381
+
7382
+ .min-h-sm-1500--force {
7383
+ min-height: 1500px !important;
7384
+ }
7385
+
7386
+ .h-sm-1600 {
7387
+ height: 1600px;
7388
+ }
7389
+
7390
+ .h-sm-1600--force {
7391
+ height: 1600px !important;
7392
+ }
7393
+
7394
+ .max-h-sm-1600 {
7395
+ max-height: 1600px;
7396
+ }
7397
+
7398
+ .max-h-sm-1600--force {
7399
+ max-height: 1600px !important;
7400
+ }
7401
+
7402
+ .min-h-sm-1600 {
7403
+ min-height: 1600px;
7404
+ }
7405
+
7406
+ .min-h-sm-1600--force {
7407
+ min-height: 1600px !important;
7408
+ }
7409
+
7410
+ .h-sm-1700 {
7411
+ height: 1700px;
7412
+ }
7413
+
7414
+ .h-sm-1700--force {
7415
+ height: 1700px !important;
7416
+ }
7417
+
7418
+ .max-h-sm-1700 {
7419
+ max-height: 1700px;
7420
+ }
7421
+
7422
+ .max-h-sm-1700--force {
7423
+ max-height: 1700px !important;
7424
+ }
7425
+
7426
+ .min-h-sm-1700 {
7427
+ min-height: 1700px;
7428
+ }
7429
+
7430
+ .min-h-sm-1700--force {
7431
+ min-height: 1700px !important;
7432
+ }
7433
+
7434
+ .h-sm-1800 {
7435
+ height: 1800px;
7436
+ }
7437
+
7438
+ .h-sm-1800--force {
7439
+ height: 1800px !important;
7440
+ }
7441
+
7442
+ .max-h-sm-1800 {
7443
+ max-height: 1800px;
7444
+ }
7445
+
7446
+ .max-h-sm-1800--force {
7447
+ max-height: 1800px !important;
7448
+ }
7449
+
7450
+ .min-h-sm-1800 {
7451
+ min-height: 1800px;
7452
+ }
7453
+
7454
+ .min-h-sm-1800--force {
7455
+ min-height: 1800px !important;
7456
+ }
7457
+
7458
+ .h-sm-1900 {
7459
+ height: 1900px;
7460
+ }
7461
+
7462
+ .h-sm-1900--force {
7463
+ height: 1900px !important;
7464
+ }
7465
+
7466
+ .max-h-sm-1900 {
7467
+ max-height: 1900px;
7468
+ }
7469
+
7470
+ .max-h-sm-1900--force {
7471
+ max-height: 1900px !important;
7472
+ }
7473
+
7474
+ .min-h-sm-1900 {
7475
+ min-height: 1900px;
7476
+ }
7477
+
7478
+ .min-h-sm-1900--force {
7479
+ min-height: 1900px !important;
7480
+ }
7481
+
7482
+ .h-sm-2000 {
7483
+ height: 2000px;
7484
+ }
7485
+
7486
+ .h-sm-2000--force {
7487
+ height: 2000px !important;
7488
+ }
7489
+
7490
+ .max-h-sm-2000 {
7491
+ max-height: 2000px;
7492
+ }
7493
+
7494
+ .max-h-sm-2000--force {
7495
+ max-height: 2000px !important;
7496
+ }
7497
+
7498
+ .min-h-sm-2000 {
7499
+ min-height: 2000px;
7500
+ }
7501
+
7502
+ .min-h-sm-2000--force {
7503
+ min-height: 2000px !important;
7504
+ }
7505
+
6786
7506
  .h-sm-auto {
6787
7507
  height: auto;
6788
7508
  }
@@ -9047,6 +9767,246 @@
9047
9767
  min-width: 1000px !important;
9048
9768
  }
9049
9769
 
9770
+ .w-sm-1100 {
9771
+ width: 1100px;
9772
+ }
9773
+
9774
+ .w-sm-1100--force {
9775
+ width: 1100px !important;
9776
+ }
9777
+
9778
+ .max-w-sm-1100 {
9779
+ max-width: 1100px;
9780
+ }
9781
+
9782
+ .max-w-sm-1100--force {
9783
+ max-width: 1100px !important;
9784
+ }
9785
+
9786
+ .min-w-sm-1100 {
9787
+ min-width: 1100px;
9788
+ }
9789
+
9790
+ .min-w-sm-1100--force {
9791
+ min-width: 1100px !important;
9792
+ }
9793
+
9794
+ .w-sm-1200 {
9795
+ width: 1200px;
9796
+ }
9797
+
9798
+ .w-sm-1200--force {
9799
+ width: 1200px !important;
9800
+ }
9801
+
9802
+ .max-w-sm-1200 {
9803
+ max-width: 1200px;
9804
+ }
9805
+
9806
+ .max-w-sm-1200--force {
9807
+ max-width: 1200px !important;
9808
+ }
9809
+
9810
+ .min-w-sm-1200 {
9811
+ min-width: 1200px;
9812
+ }
9813
+
9814
+ .min-w-sm-1200--force {
9815
+ min-width: 1200px !important;
9816
+ }
9817
+
9818
+ .w-sm-1300 {
9819
+ width: 1300px;
9820
+ }
9821
+
9822
+ .w-sm-1300--force {
9823
+ width: 1300px !important;
9824
+ }
9825
+
9826
+ .max-w-sm-1300 {
9827
+ max-width: 1300px;
9828
+ }
9829
+
9830
+ .max-w-sm-1300--force {
9831
+ max-width: 1300px !important;
9832
+ }
9833
+
9834
+ .min-w-sm-1300 {
9835
+ min-width: 1300px;
9836
+ }
9837
+
9838
+ .min-w-sm-1300--force {
9839
+ min-width: 1300px !important;
9840
+ }
9841
+
9842
+ .w-sm-1400 {
9843
+ width: 1400px;
9844
+ }
9845
+
9846
+ .w-sm-1400--force {
9847
+ width: 1400px !important;
9848
+ }
9849
+
9850
+ .max-w-sm-1400 {
9851
+ max-width: 1400px;
9852
+ }
9853
+
9854
+ .max-w-sm-1400--force {
9855
+ max-width: 1400px !important;
9856
+ }
9857
+
9858
+ .min-w-sm-1400 {
9859
+ min-width: 1400px;
9860
+ }
9861
+
9862
+ .min-w-sm-1400--force {
9863
+ min-width: 1400px !important;
9864
+ }
9865
+
9866
+ .w-sm-1500 {
9867
+ width: 1500px;
9868
+ }
9869
+
9870
+ .w-sm-1500--force {
9871
+ width: 1500px !important;
9872
+ }
9873
+
9874
+ .max-w-sm-1500 {
9875
+ max-width: 1500px;
9876
+ }
9877
+
9878
+ .max-w-sm-1500--force {
9879
+ max-width: 1500px !important;
9880
+ }
9881
+
9882
+ .min-w-sm-1500 {
9883
+ min-width: 1500px;
9884
+ }
9885
+
9886
+ .min-w-sm-1500--force {
9887
+ min-width: 1500px !important;
9888
+ }
9889
+
9890
+ .w-sm-1600 {
9891
+ width: 1600px;
9892
+ }
9893
+
9894
+ .w-sm-1600--force {
9895
+ width: 1600px !important;
9896
+ }
9897
+
9898
+ .max-w-sm-1600 {
9899
+ max-width: 1600px;
9900
+ }
9901
+
9902
+ .max-w-sm-1600--force {
9903
+ max-width: 1600px !important;
9904
+ }
9905
+
9906
+ .min-w-sm-1600 {
9907
+ min-width: 1600px;
9908
+ }
9909
+
9910
+ .min-w-sm-1600--force {
9911
+ min-width: 1600px !important;
9912
+ }
9913
+
9914
+ .w-sm-1700 {
9915
+ width: 1700px;
9916
+ }
9917
+
9918
+ .w-sm-1700--force {
9919
+ width: 1700px !important;
9920
+ }
9921
+
9922
+ .max-w-sm-1700 {
9923
+ max-width: 1700px;
9924
+ }
9925
+
9926
+ .max-w-sm-1700--force {
9927
+ max-width: 1700px !important;
9928
+ }
9929
+
9930
+ .min-w-sm-1700 {
9931
+ min-width: 1700px;
9932
+ }
9933
+
9934
+ .min-w-sm-1700--force {
9935
+ min-width: 1700px !important;
9936
+ }
9937
+
9938
+ .w-sm-1800 {
9939
+ width: 1800px;
9940
+ }
9941
+
9942
+ .w-sm-1800--force {
9943
+ width: 1800px !important;
9944
+ }
9945
+
9946
+ .max-w-sm-1800 {
9947
+ max-width: 1800px;
9948
+ }
9949
+
9950
+ .max-w-sm-1800--force {
9951
+ max-width: 1800px !important;
9952
+ }
9953
+
9954
+ .min-w-sm-1800 {
9955
+ min-width: 1800px;
9956
+ }
9957
+
9958
+ .min-w-sm-1800--force {
9959
+ min-width: 1800px !important;
9960
+ }
9961
+
9962
+ .w-sm-1900 {
9963
+ width: 1900px;
9964
+ }
9965
+
9966
+ .w-sm-1900--force {
9967
+ width: 1900px !important;
9968
+ }
9969
+
9970
+ .max-w-sm-1900 {
9971
+ max-width: 1900px;
9972
+ }
9973
+
9974
+ .max-w-sm-1900--force {
9975
+ max-width: 1900px !important;
9976
+ }
9977
+
9978
+ .min-w-sm-1900 {
9979
+ min-width: 1900px;
9980
+ }
9981
+
9982
+ .min-w-sm-1900--force {
9983
+ min-width: 1900px !important;
9984
+ }
9985
+
9986
+ .w-sm-2000 {
9987
+ width: 2000px;
9988
+ }
9989
+
9990
+ .w-sm-2000--force {
9991
+ width: 2000px !important;
9992
+ }
9993
+
9994
+ .max-w-sm-2000 {
9995
+ max-width: 2000px;
9996
+ }
9997
+
9998
+ .max-w-sm-2000--force {
9999
+ max-width: 2000px !important;
10000
+ }
10001
+
10002
+ .min-w-sm-2000 {
10003
+ min-width: 2000px;
10004
+ }
10005
+
10006
+ .min-w-sm-2000--force {
10007
+ min-width: 2000px !important;
10008
+ }
10009
+
9050
10010
  .w-sm-auto {
9051
10011
  width: auto;
9052
10012
  }
@@ -11313,6 +12273,246 @@
11313
12273
  min-height: 1000px !important;
11314
12274
  }
11315
12275
 
12276
+ .h-md-1100 {
12277
+ height: 1100px;
12278
+ }
12279
+
12280
+ .h-md-1100--force {
12281
+ height: 1100px !important;
12282
+ }
12283
+
12284
+ .max-h-md-1100 {
12285
+ max-height: 1100px;
12286
+ }
12287
+
12288
+ .max-h-md-1100--force {
12289
+ max-height: 1100px !important;
12290
+ }
12291
+
12292
+ .min-h-md-1100 {
12293
+ min-height: 1100px;
12294
+ }
12295
+
12296
+ .min-h-md-1100--force {
12297
+ min-height: 1100px !important;
12298
+ }
12299
+
12300
+ .h-md-1200 {
12301
+ height: 1200px;
12302
+ }
12303
+
12304
+ .h-md-1200--force {
12305
+ height: 1200px !important;
12306
+ }
12307
+
12308
+ .max-h-md-1200 {
12309
+ max-height: 1200px;
12310
+ }
12311
+
12312
+ .max-h-md-1200--force {
12313
+ max-height: 1200px !important;
12314
+ }
12315
+
12316
+ .min-h-md-1200 {
12317
+ min-height: 1200px;
12318
+ }
12319
+
12320
+ .min-h-md-1200--force {
12321
+ min-height: 1200px !important;
12322
+ }
12323
+
12324
+ .h-md-1300 {
12325
+ height: 1300px;
12326
+ }
12327
+
12328
+ .h-md-1300--force {
12329
+ height: 1300px !important;
12330
+ }
12331
+
12332
+ .max-h-md-1300 {
12333
+ max-height: 1300px;
12334
+ }
12335
+
12336
+ .max-h-md-1300--force {
12337
+ max-height: 1300px !important;
12338
+ }
12339
+
12340
+ .min-h-md-1300 {
12341
+ min-height: 1300px;
12342
+ }
12343
+
12344
+ .min-h-md-1300--force {
12345
+ min-height: 1300px !important;
12346
+ }
12347
+
12348
+ .h-md-1400 {
12349
+ height: 1400px;
12350
+ }
12351
+
12352
+ .h-md-1400--force {
12353
+ height: 1400px !important;
12354
+ }
12355
+
12356
+ .max-h-md-1400 {
12357
+ max-height: 1400px;
12358
+ }
12359
+
12360
+ .max-h-md-1400--force {
12361
+ max-height: 1400px !important;
12362
+ }
12363
+
12364
+ .min-h-md-1400 {
12365
+ min-height: 1400px;
12366
+ }
12367
+
12368
+ .min-h-md-1400--force {
12369
+ min-height: 1400px !important;
12370
+ }
12371
+
12372
+ .h-md-1500 {
12373
+ height: 1500px;
12374
+ }
12375
+
12376
+ .h-md-1500--force {
12377
+ height: 1500px !important;
12378
+ }
12379
+
12380
+ .max-h-md-1500 {
12381
+ max-height: 1500px;
12382
+ }
12383
+
12384
+ .max-h-md-1500--force {
12385
+ max-height: 1500px !important;
12386
+ }
12387
+
12388
+ .min-h-md-1500 {
12389
+ min-height: 1500px;
12390
+ }
12391
+
12392
+ .min-h-md-1500--force {
12393
+ min-height: 1500px !important;
12394
+ }
12395
+
12396
+ .h-md-1600 {
12397
+ height: 1600px;
12398
+ }
12399
+
12400
+ .h-md-1600--force {
12401
+ height: 1600px !important;
12402
+ }
12403
+
12404
+ .max-h-md-1600 {
12405
+ max-height: 1600px;
12406
+ }
12407
+
12408
+ .max-h-md-1600--force {
12409
+ max-height: 1600px !important;
12410
+ }
12411
+
12412
+ .min-h-md-1600 {
12413
+ min-height: 1600px;
12414
+ }
12415
+
12416
+ .min-h-md-1600--force {
12417
+ min-height: 1600px !important;
12418
+ }
12419
+
12420
+ .h-md-1700 {
12421
+ height: 1700px;
12422
+ }
12423
+
12424
+ .h-md-1700--force {
12425
+ height: 1700px !important;
12426
+ }
12427
+
12428
+ .max-h-md-1700 {
12429
+ max-height: 1700px;
12430
+ }
12431
+
12432
+ .max-h-md-1700--force {
12433
+ max-height: 1700px !important;
12434
+ }
12435
+
12436
+ .min-h-md-1700 {
12437
+ min-height: 1700px;
12438
+ }
12439
+
12440
+ .min-h-md-1700--force {
12441
+ min-height: 1700px !important;
12442
+ }
12443
+
12444
+ .h-md-1800 {
12445
+ height: 1800px;
12446
+ }
12447
+
12448
+ .h-md-1800--force {
12449
+ height: 1800px !important;
12450
+ }
12451
+
12452
+ .max-h-md-1800 {
12453
+ max-height: 1800px;
12454
+ }
12455
+
12456
+ .max-h-md-1800--force {
12457
+ max-height: 1800px !important;
12458
+ }
12459
+
12460
+ .min-h-md-1800 {
12461
+ min-height: 1800px;
12462
+ }
12463
+
12464
+ .min-h-md-1800--force {
12465
+ min-height: 1800px !important;
12466
+ }
12467
+
12468
+ .h-md-1900 {
12469
+ height: 1900px;
12470
+ }
12471
+
12472
+ .h-md-1900--force {
12473
+ height: 1900px !important;
12474
+ }
12475
+
12476
+ .max-h-md-1900 {
12477
+ max-height: 1900px;
12478
+ }
12479
+
12480
+ .max-h-md-1900--force {
12481
+ max-height: 1900px !important;
12482
+ }
12483
+
12484
+ .min-h-md-1900 {
12485
+ min-height: 1900px;
12486
+ }
12487
+
12488
+ .min-h-md-1900--force {
12489
+ min-height: 1900px !important;
12490
+ }
12491
+
12492
+ .h-md-2000 {
12493
+ height: 2000px;
12494
+ }
12495
+
12496
+ .h-md-2000--force {
12497
+ height: 2000px !important;
12498
+ }
12499
+
12500
+ .max-h-md-2000 {
12501
+ max-height: 2000px;
12502
+ }
12503
+
12504
+ .max-h-md-2000--force {
12505
+ max-height: 2000px !important;
12506
+ }
12507
+
12508
+ .min-h-md-2000 {
12509
+ min-height: 2000px;
12510
+ }
12511
+
12512
+ .min-h-md-2000--force {
12513
+ min-height: 2000px !important;
12514
+ }
12515
+
11316
12516
  .h-md-auto {
11317
12517
  height: auto;
11318
12518
  }
@@ -13577,6 +14777,246 @@
13577
14777
  min-width: 1000px !important;
13578
14778
  }
13579
14779
 
14780
+ .w-md-1100 {
14781
+ width: 1100px;
14782
+ }
14783
+
14784
+ .w-md-1100--force {
14785
+ width: 1100px !important;
14786
+ }
14787
+
14788
+ .max-w-md-1100 {
14789
+ max-width: 1100px;
14790
+ }
14791
+
14792
+ .max-w-md-1100--force {
14793
+ max-width: 1100px !important;
14794
+ }
14795
+
14796
+ .min-w-md-1100 {
14797
+ min-width: 1100px;
14798
+ }
14799
+
14800
+ .min-w-md-1100--force {
14801
+ min-width: 1100px !important;
14802
+ }
14803
+
14804
+ .w-md-1200 {
14805
+ width: 1200px;
14806
+ }
14807
+
14808
+ .w-md-1200--force {
14809
+ width: 1200px !important;
14810
+ }
14811
+
14812
+ .max-w-md-1200 {
14813
+ max-width: 1200px;
14814
+ }
14815
+
14816
+ .max-w-md-1200--force {
14817
+ max-width: 1200px !important;
14818
+ }
14819
+
14820
+ .min-w-md-1200 {
14821
+ min-width: 1200px;
14822
+ }
14823
+
14824
+ .min-w-md-1200--force {
14825
+ min-width: 1200px !important;
14826
+ }
14827
+
14828
+ .w-md-1300 {
14829
+ width: 1300px;
14830
+ }
14831
+
14832
+ .w-md-1300--force {
14833
+ width: 1300px !important;
14834
+ }
14835
+
14836
+ .max-w-md-1300 {
14837
+ max-width: 1300px;
14838
+ }
14839
+
14840
+ .max-w-md-1300--force {
14841
+ max-width: 1300px !important;
14842
+ }
14843
+
14844
+ .min-w-md-1300 {
14845
+ min-width: 1300px;
14846
+ }
14847
+
14848
+ .min-w-md-1300--force {
14849
+ min-width: 1300px !important;
14850
+ }
14851
+
14852
+ .w-md-1400 {
14853
+ width: 1400px;
14854
+ }
14855
+
14856
+ .w-md-1400--force {
14857
+ width: 1400px !important;
14858
+ }
14859
+
14860
+ .max-w-md-1400 {
14861
+ max-width: 1400px;
14862
+ }
14863
+
14864
+ .max-w-md-1400--force {
14865
+ max-width: 1400px !important;
14866
+ }
14867
+
14868
+ .min-w-md-1400 {
14869
+ min-width: 1400px;
14870
+ }
14871
+
14872
+ .min-w-md-1400--force {
14873
+ min-width: 1400px !important;
14874
+ }
14875
+
14876
+ .w-md-1500 {
14877
+ width: 1500px;
14878
+ }
14879
+
14880
+ .w-md-1500--force {
14881
+ width: 1500px !important;
14882
+ }
14883
+
14884
+ .max-w-md-1500 {
14885
+ max-width: 1500px;
14886
+ }
14887
+
14888
+ .max-w-md-1500--force {
14889
+ max-width: 1500px !important;
14890
+ }
14891
+
14892
+ .min-w-md-1500 {
14893
+ min-width: 1500px;
14894
+ }
14895
+
14896
+ .min-w-md-1500--force {
14897
+ min-width: 1500px !important;
14898
+ }
14899
+
14900
+ .w-md-1600 {
14901
+ width: 1600px;
14902
+ }
14903
+
14904
+ .w-md-1600--force {
14905
+ width: 1600px !important;
14906
+ }
14907
+
14908
+ .max-w-md-1600 {
14909
+ max-width: 1600px;
14910
+ }
14911
+
14912
+ .max-w-md-1600--force {
14913
+ max-width: 1600px !important;
14914
+ }
14915
+
14916
+ .min-w-md-1600 {
14917
+ min-width: 1600px;
14918
+ }
14919
+
14920
+ .min-w-md-1600--force {
14921
+ min-width: 1600px !important;
14922
+ }
14923
+
14924
+ .w-md-1700 {
14925
+ width: 1700px;
14926
+ }
14927
+
14928
+ .w-md-1700--force {
14929
+ width: 1700px !important;
14930
+ }
14931
+
14932
+ .max-w-md-1700 {
14933
+ max-width: 1700px;
14934
+ }
14935
+
14936
+ .max-w-md-1700--force {
14937
+ max-width: 1700px !important;
14938
+ }
14939
+
14940
+ .min-w-md-1700 {
14941
+ min-width: 1700px;
14942
+ }
14943
+
14944
+ .min-w-md-1700--force {
14945
+ min-width: 1700px !important;
14946
+ }
14947
+
14948
+ .w-md-1800 {
14949
+ width: 1800px;
14950
+ }
14951
+
14952
+ .w-md-1800--force {
14953
+ width: 1800px !important;
14954
+ }
14955
+
14956
+ .max-w-md-1800 {
14957
+ max-width: 1800px;
14958
+ }
14959
+
14960
+ .max-w-md-1800--force {
14961
+ max-width: 1800px !important;
14962
+ }
14963
+
14964
+ .min-w-md-1800 {
14965
+ min-width: 1800px;
14966
+ }
14967
+
14968
+ .min-w-md-1800--force {
14969
+ min-width: 1800px !important;
14970
+ }
14971
+
14972
+ .w-md-1900 {
14973
+ width: 1900px;
14974
+ }
14975
+
14976
+ .w-md-1900--force {
14977
+ width: 1900px !important;
14978
+ }
14979
+
14980
+ .max-w-md-1900 {
14981
+ max-width: 1900px;
14982
+ }
14983
+
14984
+ .max-w-md-1900--force {
14985
+ max-width: 1900px !important;
14986
+ }
14987
+
14988
+ .min-w-md-1900 {
14989
+ min-width: 1900px;
14990
+ }
14991
+
14992
+ .min-w-md-1900--force {
14993
+ min-width: 1900px !important;
14994
+ }
14995
+
14996
+ .w-md-2000 {
14997
+ width: 2000px;
14998
+ }
14999
+
15000
+ .w-md-2000--force {
15001
+ width: 2000px !important;
15002
+ }
15003
+
15004
+ .max-w-md-2000 {
15005
+ max-width: 2000px;
15006
+ }
15007
+
15008
+ .max-w-md-2000--force {
15009
+ max-width: 2000px !important;
15010
+ }
15011
+
15012
+ .min-w-md-2000 {
15013
+ min-width: 2000px;
15014
+ }
15015
+
15016
+ .min-w-md-2000--force {
15017
+ min-width: 2000px !important;
15018
+ }
15019
+
13580
15020
  .w-md-auto {
13581
15021
  width: auto;
13582
15022
  }
@@ -15843,6 +17283,246 @@
15843
17283
  min-height: 1000px !important;
15844
17284
  }
15845
17285
 
17286
+ .h-lg-1100 {
17287
+ height: 1100px;
17288
+ }
17289
+
17290
+ .h-lg-1100--force {
17291
+ height: 1100px !important;
17292
+ }
17293
+
17294
+ .max-h-lg-1100 {
17295
+ max-height: 1100px;
17296
+ }
17297
+
17298
+ .max-h-lg-1100--force {
17299
+ max-height: 1100px !important;
17300
+ }
17301
+
17302
+ .min-h-lg-1100 {
17303
+ min-height: 1100px;
17304
+ }
17305
+
17306
+ .min-h-lg-1100--force {
17307
+ min-height: 1100px !important;
17308
+ }
17309
+
17310
+ .h-lg-1200 {
17311
+ height: 1200px;
17312
+ }
17313
+
17314
+ .h-lg-1200--force {
17315
+ height: 1200px !important;
17316
+ }
17317
+
17318
+ .max-h-lg-1200 {
17319
+ max-height: 1200px;
17320
+ }
17321
+
17322
+ .max-h-lg-1200--force {
17323
+ max-height: 1200px !important;
17324
+ }
17325
+
17326
+ .min-h-lg-1200 {
17327
+ min-height: 1200px;
17328
+ }
17329
+
17330
+ .min-h-lg-1200--force {
17331
+ min-height: 1200px !important;
17332
+ }
17333
+
17334
+ .h-lg-1300 {
17335
+ height: 1300px;
17336
+ }
17337
+
17338
+ .h-lg-1300--force {
17339
+ height: 1300px !important;
17340
+ }
17341
+
17342
+ .max-h-lg-1300 {
17343
+ max-height: 1300px;
17344
+ }
17345
+
17346
+ .max-h-lg-1300--force {
17347
+ max-height: 1300px !important;
17348
+ }
17349
+
17350
+ .min-h-lg-1300 {
17351
+ min-height: 1300px;
17352
+ }
17353
+
17354
+ .min-h-lg-1300--force {
17355
+ min-height: 1300px !important;
17356
+ }
17357
+
17358
+ .h-lg-1400 {
17359
+ height: 1400px;
17360
+ }
17361
+
17362
+ .h-lg-1400--force {
17363
+ height: 1400px !important;
17364
+ }
17365
+
17366
+ .max-h-lg-1400 {
17367
+ max-height: 1400px;
17368
+ }
17369
+
17370
+ .max-h-lg-1400--force {
17371
+ max-height: 1400px !important;
17372
+ }
17373
+
17374
+ .min-h-lg-1400 {
17375
+ min-height: 1400px;
17376
+ }
17377
+
17378
+ .min-h-lg-1400--force {
17379
+ min-height: 1400px !important;
17380
+ }
17381
+
17382
+ .h-lg-1500 {
17383
+ height: 1500px;
17384
+ }
17385
+
17386
+ .h-lg-1500--force {
17387
+ height: 1500px !important;
17388
+ }
17389
+
17390
+ .max-h-lg-1500 {
17391
+ max-height: 1500px;
17392
+ }
17393
+
17394
+ .max-h-lg-1500--force {
17395
+ max-height: 1500px !important;
17396
+ }
17397
+
17398
+ .min-h-lg-1500 {
17399
+ min-height: 1500px;
17400
+ }
17401
+
17402
+ .min-h-lg-1500--force {
17403
+ min-height: 1500px !important;
17404
+ }
17405
+
17406
+ .h-lg-1600 {
17407
+ height: 1600px;
17408
+ }
17409
+
17410
+ .h-lg-1600--force {
17411
+ height: 1600px !important;
17412
+ }
17413
+
17414
+ .max-h-lg-1600 {
17415
+ max-height: 1600px;
17416
+ }
17417
+
17418
+ .max-h-lg-1600--force {
17419
+ max-height: 1600px !important;
17420
+ }
17421
+
17422
+ .min-h-lg-1600 {
17423
+ min-height: 1600px;
17424
+ }
17425
+
17426
+ .min-h-lg-1600--force {
17427
+ min-height: 1600px !important;
17428
+ }
17429
+
17430
+ .h-lg-1700 {
17431
+ height: 1700px;
17432
+ }
17433
+
17434
+ .h-lg-1700--force {
17435
+ height: 1700px !important;
17436
+ }
17437
+
17438
+ .max-h-lg-1700 {
17439
+ max-height: 1700px;
17440
+ }
17441
+
17442
+ .max-h-lg-1700--force {
17443
+ max-height: 1700px !important;
17444
+ }
17445
+
17446
+ .min-h-lg-1700 {
17447
+ min-height: 1700px;
17448
+ }
17449
+
17450
+ .min-h-lg-1700--force {
17451
+ min-height: 1700px !important;
17452
+ }
17453
+
17454
+ .h-lg-1800 {
17455
+ height: 1800px;
17456
+ }
17457
+
17458
+ .h-lg-1800--force {
17459
+ height: 1800px !important;
17460
+ }
17461
+
17462
+ .max-h-lg-1800 {
17463
+ max-height: 1800px;
17464
+ }
17465
+
17466
+ .max-h-lg-1800--force {
17467
+ max-height: 1800px !important;
17468
+ }
17469
+
17470
+ .min-h-lg-1800 {
17471
+ min-height: 1800px;
17472
+ }
17473
+
17474
+ .min-h-lg-1800--force {
17475
+ min-height: 1800px !important;
17476
+ }
17477
+
17478
+ .h-lg-1900 {
17479
+ height: 1900px;
17480
+ }
17481
+
17482
+ .h-lg-1900--force {
17483
+ height: 1900px !important;
17484
+ }
17485
+
17486
+ .max-h-lg-1900 {
17487
+ max-height: 1900px;
17488
+ }
17489
+
17490
+ .max-h-lg-1900--force {
17491
+ max-height: 1900px !important;
17492
+ }
17493
+
17494
+ .min-h-lg-1900 {
17495
+ min-height: 1900px;
17496
+ }
17497
+
17498
+ .min-h-lg-1900--force {
17499
+ min-height: 1900px !important;
17500
+ }
17501
+
17502
+ .h-lg-2000 {
17503
+ height: 2000px;
17504
+ }
17505
+
17506
+ .h-lg-2000--force {
17507
+ height: 2000px !important;
17508
+ }
17509
+
17510
+ .max-h-lg-2000 {
17511
+ max-height: 2000px;
17512
+ }
17513
+
17514
+ .max-h-lg-2000--force {
17515
+ max-height: 2000px !important;
17516
+ }
17517
+
17518
+ .min-h-lg-2000 {
17519
+ min-height: 2000px;
17520
+ }
17521
+
17522
+ .min-h-lg-2000--force {
17523
+ min-height: 2000px !important;
17524
+ }
17525
+
15846
17526
  .h-lg-auto {
15847
17527
  height: auto;
15848
17528
  }
@@ -18107,6 +19787,246 @@
18107
19787
  min-width: 1000px !important;
18108
19788
  }
18109
19789
 
19790
+ .w-lg-1100 {
19791
+ width: 1100px;
19792
+ }
19793
+
19794
+ .w-lg-1100--force {
19795
+ width: 1100px !important;
19796
+ }
19797
+
19798
+ .max-w-lg-1100 {
19799
+ max-width: 1100px;
19800
+ }
19801
+
19802
+ .max-w-lg-1100--force {
19803
+ max-width: 1100px !important;
19804
+ }
19805
+
19806
+ .min-w-lg-1100 {
19807
+ min-width: 1100px;
19808
+ }
19809
+
19810
+ .min-w-lg-1100--force {
19811
+ min-width: 1100px !important;
19812
+ }
19813
+
19814
+ .w-lg-1200 {
19815
+ width: 1200px;
19816
+ }
19817
+
19818
+ .w-lg-1200--force {
19819
+ width: 1200px !important;
19820
+ }
19821
+
19822
+ .max-w-lg-1200 {
19823
+ max-width: 1200px;
19824
+ }
19825
+
19826
+ .max-w-lg-1200--force {
19827
+ max-width: 1200px !important;
19828
+ }
19829
+
19830
+ .min-w-lg-1200 {
19831
+ min-width: 1200px;
19832
+ }
19833
+
19834
+ .min-w-lg-1200--force {
19835
+ min-width: 1200px !important;
19836
+ }
19837
+
19838
+ .w-lg-1300 {
19839
+ width: 1300px;
19840
+ }
19841
+
19842
+ .w-lg-1300--force {
19843
+ width: 1300px !important;
19844
+ }
19845
+
19846
+ .max-w-lg-1300 {
19847
+ max-width: 1300px;
19848
+ }
19849
+
19850
+ .max-w-lg-1300--force {
19851
+ max-width: 1300px !important;
19852
+ }
19853
+
19854
+ .min-w-lg-1300 {
19855
+ min-width: 1300px;
19856
+ }
19857
+
19858
+ .min-w-lg-1300--force {
19859
+ min-width: 1300px !important;
19860
+ }
19861
+
19862
+ .w-lg-1400 {
19863
+ width: 1400px;
19864
+ }
19865
+
19866
+ .w-lg-1400--force {
19867
+ width: 1400px !important;
19868
+ }
19869
+
19870
+ .max-w-lg-1400 {
19871
+ max-width: 1400px;
19872
+ }
19873
+
19874
+ .max-w-lg-1400--force {
19875
+ max-width: 1400px !important;
19876
+ }
19877
+
19878
+ .min-w-lg-1400 {
19879
+ min-width: 1400px;
19880
+ }
19881
+
19882
+ .min-w-lg-1400--force {
19883
+ min-width: 1400px !important;
19884
+ }
19885
+
19886
+ .w-lg-1500 {
19887
+ width: 1500px;
19888
+ }
19889
+
19890
+ .w-lg-1500--force {
19891
+ width: 1500px !important;
19892
+ }
19893
+
19894
+ .max-w-lg-1500 {
19895
+ max-width: 1500px;
19896
+ }
19897
+
19898
+ .max-w-lg-1500--force {
19899
+ max-width: 1500px !important;
19900
+ }
19901
+
19902
+ .min-w-lg-1500 {
19903
+ min-width: 1500px;
19904
+ }
19905
+
19906
+ .min-w-lg-1500--force {
19907
+ min-width: 1500px !important;
19908
+ }
19909
+
19910
+ .w-lg-1600 {
19911
+ width: 1600px;
19912
+ }
19913
+
19914
+ .w-lg-1600--force {
19915
+ width: 1600px !important;
19916
+ }
19917
+
19918
+ .max-w-lg-1600 {
19919
+ max-width: 1600px;
19920
+ }
19921
+
19922
+ .max-w-lg-1600--force {
19923
+ max-width: 1600px !important;
19924
+ }
19925
+
19926
+ .min-w-lg-1600 {
19927
+ min-width: 1600px;
19928
+ }
19929
+
19930
+ .min-w-lg-1600--force {
19931
+ min-width: 1600px !important;
19932
+ }
19933
+
19934
+ .w-lg-1700 {
19935
+ width: 1700px;
19936
+ }
19937
+
19938
+ .w-lg-1700--force {
19939
+ width: 1700px !important;
19940
+ }
19941
+
19942
+ .max-w-lg-1700 {
19943
+ max-width: 1700px;
19944
+ }
19945
+
19946
+ .max-w-lg-1700--force {
19947
+ max-width: 1700px !important;
19948
+ }
19949
+
19950
+ .min-w-lg-1700 {
19951
+ min-width: 1700px;
19952
+ }
19953
+
19954
+ .min-w-lg-1700--force {
19955
+ min-width: 1700px !important;
19956
+ }
19957
+
19958
+ .w-lg-1800 {
19959
+ width: 1800px;
19960
+ }
19961
+
19962
+ .w-lg-1800--force {
19963
+ width: 1800px !important;
19964
+ }
19965
+
19966
+ .max-w-lg-1800 {
19967
+ max-width: 1800px;
19968
+ }
19969
+
19970
+ .max-w-lg-1800--force {
19971
+ max-width: 1800px !important;
19972
+ }
19973
+
19974
+ .min-w-lg-1800 {
19975
+ min-width: 1800px;
19976
+ }
19977
+
19978
+ .min-w-lg-1800--force {
19979
+ min-width: 1800px !important;
19980
+ }
19981
+
19982
+ .w-lg-1900 {
19983
+ width: 1900px;
19984
+ }
19985
+
19986
+ .w-lg-1900--force {
19987
+ width: 1900px !important;
19988
+ }
19989
+
19990
+ .max-w-lg-1900 {
19991
+ max-width: 1900px;
19992
+ }
19993
+
19994
+ .max-w-lg-1900--force {
19995
+ max-width: 1900px !important;
19996
+ }
19997
+
19998
+ .min-w-lg-1900 {
19999
+ min-width: 1900px;
20000
+ }
20001
+
20002
+ .min-w-lg-1900--force {
20003
+ min-width: 1900px !important;
20004
+ }
20005
+
20006
+ .w-lg-2000 {
20007
+ width: 2000px;
20008
+ }
20009
+
20010
+ .w-lg-2000--force {
20011
+ width: 2000px !important;
20012
+ }
20013
+
20014
+ .max-w-lg-2000 {
20015
+ max-width: 2000px;
20016
+ }
20017
+
20018
+ .max-w-lg-2000--force {
20019
+ max-width: 2000px !important;
20020
+ }
20021
+
20022
+ .min-w-lg-2000 {
20023
+ min-width: 2000px;
20024
+ }
20025
+
20026
+ .min-w-lg-2000--force {
20027
+ min-width: 2000px !important;
20028
+ }
20029
+
18110
20030
  .w-lg-auto {
18111
20031
  width: auto;
18112
20032
  }
@@ -20373,6 +22293,246 @@
20373
22293
  min-height: 1000px !important;
20374
22294
  }
20375
22295
 
22296
+ .h-xl-1100 {
22297
+ height: 1100px;
22298
+ }
22299
+
22300
+ .h-xl-1100--force {
22301
+ height: 1100px !important;
22302
+ }
22303
+
22304
+ .max-h-xl-1100 {
22305
+ max-height: 1100px;
22306
+ }
22307
+
22308
+ .max-h-xl-1100--force {
22309
+ max-height: 1100px !important;
22310
+ }
22311
+
22312
+ .min-h-xl-1100 {
22313
+ min-height: 1100px;
22314
+ }
22315
+
22316
+ .min-h-xl-1100--force {
22317
+ min-height: 1100px !important;
22318
+ }
22319
+
22320
+ .h-xl-1200 {
22321
+ height: 1200px;
22322
+ }
22323
+
22324
+ .h-xl-1200--force {
22325
+ height: 1200px !important;
22326
+ }
22327
+
22328
+ .max-h-xl-1200 {
22329
+ max-height: 1200px;
22330
+ }
22331
+
22332
+ .max-h-xl-1200--force {
22333
+ max-height: 1200px !important;
22334
+ }
22335
+
22336
+ .min-h-xl-1200 {
22337
+ min-height: 1200px;
22338
+ }
22339
+
22340
+ .min-h-xl-1200--force {
22341
+ min-height: 1200px !important;
22342
+ }
22343
+
22344
+ .h-xl-1300 {
22345
+ height: 1300px;
22346
+ }
22347
+
22348
+ .h-xl-1300--force {
22349
+ height: 1300px !important;
22350
+ }
22351
+
22352
+ .max-h-xl-1300 {
22353
+ max-height: 1300px;
22354
+ }
22355
+
22356
+ .max-h-xl-1300--force {
22357
+ max-height: 1300px !important;
22358
+ }
22359
+
22360
+ .min-h-xl-1300 {
22361
+ min-height: 1300px;
22362
+ }
22363
+
22364
+ .min-h-xl-1300--force {
22365
+ min-height: 1300px !important;
22366
+ }
22367
+
22368
+ .h-xl-1400 {
22369
+ height: 1400px;
22370
+ }
22371
+
22372
+ .h-xl-1400--force {
22373
+ height: 1400px !important;
22374
+ }
22375
+
22376
+ .max-h-xl-1400 {
22377
+ max-height: 1400px;
22378
+ }
22379
+
22380
+ .max-h-xl-1400--force {
22381
+ max-height: 1400px !important;
22382
+ }
22383
+
22384
+ .min-h-xl-1400 {
22385
+ min-height: 1400px;
22386
+ }
22387
+
22388
+ .min-h-xl-1400--force {
22389
+ min-height: 1400px !important;
22390
+ }
22391
+
22392
+ .h-xl-1500 {
22393
+ height: 1500px;
22394
+ }
22395
+
22396
+ .h-xl-1500--force {
22397
+ height: 1500px !important;
22398
+ }
22399
+
22400
+ .max-h-xl-1500 {
22401
+ max-height: 1500px;
22402
+ }
22403
+
22404
+ .max-h-xl-1500--force {
22405
+ max-height: 1500px !important;
22406
+ }
22407
+
22408
+ .min-h-xl-1500 {
22409
+ min-height: 1500px;
22410
+ }
22411
+
22412
+ .min-h-xl-1500--force {
22413
+ min-height: 1500px !important;
22414
+ }
22415
+
22416
+ .h-xl-1600 {
22417
+ height: 1600px;
22418
+ }
22419
+
22420
+ .h-xl-1600--force {
22421
+ height: 1600px !important;
22422
+ }
22423
+
22424
+ .max-h-xl-1600 {
22425
+ max-height: 1600px;
22426
+ }
22427
+
22428
+ .max-h-xl-1600--force {
22429
+ max-height: 1600px !important;
22430
+ }
22431
+
22432
+ .min-h-xl-1600 {
22433
+ min-height: 1600px;
22434
+ }
22435
+
22436
+ .min-h-xl-1600--force {
22437
+ min-height: 1600px !important;
22438
+ }
22439
+
22440
+ .h-xl-1700 {
22441
+ height: 1700px;
22442
+ }
22443
+
22444
+ .h-xl-1700--force {
22445
+ height: 1700px !important;
22446
+ }
22447
+
22448
+ .max-h-xl-1700 {
22449
+ max-height: 1700px;
22450
+ }
22451
+
22452
+ .max-h-xl-1700--force {
22453
+ max-height: 1700px !important;
22454
+ }
22455
+
22456
+ .min-h-xl-1700 {
22457
+ min-height: 1700px;
22458
+ }
22459
+
22460
+ .min-h-xl-1700--force {
22461
+ min-height: 1700px !important;
22462
+ }
22463
+
22464
+ .h-xl-1800 {
22465
+ height: 1800px;
22466
+ }
22467
+
22468
+ .h-xl-1800--force {
22469
+ height: 1800px !important;
22470
+ }
22471
+
22472
+ .max-h-xl-1800 {
22473
+ max-height: 1800px;
22474
+ }
22475
+
22476
+ .max-h-xl-1800--force {
22477
+ max-height: 1800px !important;
22478
+ }
22479
+
22480
+ .min-h-xl-1800 {
22481
+ min-height: 1800px;
22482
+ }
22483
+
22484
+ .min-h-xl-1800--force {
22485
+ min-height: 1800px !important;
22486
+ }
22487
+
22488
+ .h-xl-1900 {
22489
+ height: 1900px;
22490
+ }
22491
+
22492
+ .h-xl-1900--force {
22493
+ height: 1900px !important;
22494
+ }
22495
+
22496
+ .max-h-xl-1900 {
22497
+ max-height: 1900px;
22498
+ }
22499
+
22500
+ .max-h-xl-1900--force {
22501
+ max-height: 1900px !important;
22502
+ }
22503
+
22504
+ .min-h-xl-1900 {
22505
+ min-height: 1900px;
22506
+ }
22507
+
22508
+ .min-h-xl-1900--force {
22509
+ min-height: 1900px !important;
22510
+ }
22511
+
22512
+ .h-xl-2000 {
22513
+ height: 2000px;
22514
+ }
22515
+
22516
+ .h-xl-2000--force {
22517
+ height: 2000px !important;
22518
+ }
22519
+
22520
+ .max-h-xl-2000 {
22521
+ max-height: 2000px;
22522
+ }
22523
+
22524
+ .max-h-xl-2000--force {
22525
+ max-height: 2000px !important;
22526
+ }
22527
+
22528
+ .min-h-xl-2000 {
22529
+ min-height: 2000px;
22530
+ }
22531
+
22532
+ .min-h-xl-2000--force {
22533
+ min-height: 2000px !important;
22534
+ }
22535
+
20376
22536
  .h-xl-auto {
20377
22537
  height: auto;
20378
22538
  }
@@ -22637,6 +24797,246 @@
22637
24797
  min-width: 1000px !important;
22638
24798
  }
22639
24799
 
24800
+ .w-xl-1100 {
24801
+ width: 1100px;
24802
+ }
24803
+
24804
+ .w-xl-1100--force {
24805
+ width: 1100px !important;
24806
+ }
24807
+
24808
+ .max-w-xl-1100 {
24809
+ max-width: 1100px;
24810
+ }
24811
+
24812
+ .max-w-xl-1100--force {
24813
+ max-width: 1100px !important;
24814
+ }
24815
+
24816
+ .min-w-xl-1100 {
24817
+ min-width: 1100px;
24818
+ }
24819
+
24820
+ .min-w-xl-1100--force {
24821
+ min-width: 1100px !important;
24822
+ }
24823
+
24824
+ .w-xl-1200 {
24825
+ width: 1200px;
24826
+ }
24827
+
24828
+ .w-xl-1200--force {
24829
+ width: 1200px !important;
24830
+ }
24831
+
24832
+ .max-w-xl-1200 {
24833
+ max-width: 1200px;
24834
+ }
24835
+
24836
+ .max-w-xl-1200--force {
24837
+ max-width: 1200px !important;
24838
+ }
24839
+
24840
+ .min-w-xl-1200 {
24841
+ min-width: 1200px;
24842
+ }
24843
+
24844
+ .min-w-xl-1200--force {
24845
+ min-width: 1200px !important;
24846
+ }
24847
+
24848
+ .w-xl-1300 {
24849
+ width: 1300px;
24850
+ }
24851
+
24852
+ .w-xl-1300--force {
24853
+ width: 1300px !important;
24854
+ }
24855
+
24856
+ .max-w-xl-1300 {
24857
+ max-width: 1300px;
24858
+ }
24859
+
24860
+ .max-w-xl-1300--force {
24861
+ max-width: 1300px !important;
24862
+ }
24863
+
24864
+ .min-w-xl-1300 {
24865
+ min-width: 1300px;
24866
+ }
24867
+
24868
+ .min-w-xl-1300--force {
24869
+ min-width: 1300px !important;
24870
+ }
24871
+
24872
+ .w-xl-1400 {
24873
+ width: 1400px;
24874
+ }
24875
+
24876
+ .w-xl-1400--force {
24877
+ width: 1400px !important;
24878
+ }
24879
+
24880
+ .max-w-xl-1400 {
24881
+ max-width: 1400px;
24882
+ }
24883
+
24884
+ .max-w-xl-1400--force {
24885
+ max-width: 1400px !important;
24886
+ }
24887
+
24888
+ .min-w-xl-1400 {
24889
+ min-width: 1400px;
24890
+ }
24891
+
24892
+ .min-w-xl-1400--force {
24893
+ min-width: 1400px !important;
24894
+ }
24895
+
24896
+ .w-xl-1500 {
24897
+ width: 1500px;
24898
+ }
24899
+
24900
+ .w-xl-1500--force {
24901
+ width: 1500px !important;
24902
+ }
24903
+
24904
+ .max-w-xl-1500 {
24905
+ max-width: 1500px;
24906
+ }
24907
+
24908
+ .max-w-xl-1500--force {
24909
+ max-width: 1500px !important;
24910
+ }
24911
+
24912
+ .min-w-xl-1500 {
24913
+ min-width: 1500px;
24914
+ }
24915
+
24916
+ .min-w-xl-1500--force {
24917
+ min-width: 1500px !important;
24918
+ }
24919
+
24920
+ .w-xl-1600 {
24921
+ width: 1600px;
24922
+ }
24923
+
24924
+ .w-xl-1600--force {
24925
+ width: 1600px !important;
24926
+ }
24927
+
24928
+ .max-w-xl-1600 {
24929
+ max-width: 1600px;
24930
+ }
24931
+
24932
+ .max-w-xl-1600--force {
24933
+ max-width: 1600px !important;
24934
+ }
24935
+
24936
+ .min-w-xl-1600 {
24937
+ min-width: 1600px;
24938
+ }
24939
+
24940
+ .min-w-xl-1600--force {
24941
+ min-width: 1600px !important;
24942
+ }
24943
+
24944
+ .w-xl-1700 {
24945
+ width: 1700px;
24946
+ }
24947
+
24948
+ .w-xl-1700--force {
24949
+ width: 1700px !important;
24950
+ }
24951
+
24952
+ .max-w-xl-1700 {
24953
+ max-width: 1700px;
24954
+ }
24955
+
24956
+ .max-w-xl-1700--force {
24957
+ max-width: 1700px !important;
24958
+ }
24959
+
24960
+ .min-w-xl-1700 {
24961
+ min-width: 1700px;
24962
+ }
24963
+
24964
+ .min-w-xl-1700--force {
24965
+ min-width: 1700px !important;
24966
+ }
24967
+
24968
+ .w-xl-1800 {
24969
+ width: 1800px;
24970
+ }
24971
+
24972
+ .w-xl-1800--force {
24973
+ width: 1800px !important;
24974
+ }
24975
+
24976
+ .max-w-xl-1800 {
24977
+ max-width: 1800px;
24978
+ }
24979
+
24980
+ .max-w-xl-1800--force {
24981
+ max-width: 1800px !important;
24982
+ }
24983
+
24984
+ .min-w-xl-1800 {
24985
+ min-width: 1800px;
24986
+ }
24987
+
24988
+ .min-w-xl-1800--force {
24989
+ min-width: 1800px !important;
24990
+ }
24991
+
24992
+ .w-xl-1900 {
24993
+ width: 1900px;
24994
+ }
24995
+
24996
+ .w-xl-1900--force {
24997
+ width: 1900px !important;
24998
+ }
24999
+
25000
+ .max-w-xl-1900 {
25001
+ max-width: 1900px;
25002
+ }
25003
+
25004
+ .max-w-xl-1900--force {
25005
+ max-width: 1900px !important;
25006
+ }
25007
+
25008
+ .min-w-xl-1900 {
25009
+ min-width: 1900px;
25010
+ }
25011
+
25012
+ .min-w-xl-1900--force {
25013
+ min-width: 1900px !important;
25014
+ }
25015
+
25016
+ .w-xl-2000 {
25017
+ width: 2000px;
25018
+ }
25019
+
25020
+ .w-xl-2000--force {
25021
+ width: 2000px !important;
25022
+ }
25023
+
25024
+ .max-w-xl-2000 {
25025
+ max-width: 2000px;
25026
+ }
25027
+
25028
+ .max-w-xl-2000--force {
25029
+ max-width: 2000px !important;
25030
+ }
25031
+
25032
+ .min-w-xl-2000 {
25033
+ min-width: 2000px;
25034
+ }
25035
+
25036
+ .min-w-xl-2000--force {
25037
+ min-width: 2000px !important;
25038
+ }
25039
+
22640
25040
  .w-xl-auto {
22641
25041
  width: auto;
22642
25042
  }
@@ -60557,6 +62957,22 @@
60557
62957
  border-radius: 0 16px 16px 0 !important;
60558
62958
  }
60559
62959
 
62960
+ .radius-full {
62961
+ border-radius: 9999px;
62962
+ }
62963
+
62964
+ .radius-full--force {
62965
+ border-radius: 9999px !important;
62966
+ }
62967
+
62968
+ .radius-none {
62969
+ border-radius: 0;
62970
+ }
62971
+
62972
+ .radius-none--force {
62973
+ border-radius: 0 !important;
62974
+ }
62975
+
60560
62976
  @media screen and (min-width: 600px) {
60561
62977
  .radius-sm-0 {
60562
62978
  border-radius: 0px;
@@ -60881,6 +63297,22 @@
60881
63297
  .radius-sm-right-16--force {
60882
63298
  border-radius: 0 16px 16px 0 !important;
60883
63299
  }
63300
+
63301
+ .radius-sm-full {
63302
+ border-radius: 100%;
63303
+ }
63304
+
63305
+ .radius-sm-full--force {
63306
+ border-radius: 100% !important;
63307
+ }
63308
+
63309
+ .radius-sm-none {
63310
+ border-radius: 0;
63311
+ }
63312
+
63313
+ .radius-sm-none--force {
63314
+ border-radius: 0 !important;
63315
+ }
60884
63316
  }
60885
63317
 
60886
63318
  @media screen and (min-width: 1024px) {
@@ -61207,6 +63639,22 @@
61207
63639
  .radius-md-right-16--force {
61208
63640
  border-radius: 0 16px 16px 0 !important;
61209
63641
  }
63642
+
63643
+ .radius-md-full {
63644
+ border-radius: 100%;
63645
+ }
63646
+
63647
+ .radius-md-full--force {
63648
+ border-radius: 100% !important;
63649
+ }
63650
+
63651
+ .radius-md-none {
63652
+ border-radius: 0;
63653
+ }
63654
+
63655
+ .radius-md-none--force {
63656
+ border-radius: 0 !important;
63657
+ }
61210
63658
  }
61211
63659
 
61212
63660
  @media screen and (min-width: 1440px) {
@@ -61533,6 +63981,22 @@
61533
63981
  .radius-lg-right-16--force {
61534
63982
  border-radius: 0 16px 16px 0 !important;
61535
63983
  }
63984
+
63985
+ .radius-lg-full {
63986
+ border-radius: 100%;
63987
+ }
63988
+
63989
+ .radius-lg-full--force {
63990
+ border-radius: 100% !important;
63991
+ }
63992
+
63993
+ .radius-lg-none {
63994
+ border-radius: 0;
63995
+ }
63996
+
63997
+ .radius-lg-none--force {
63998
+ border-radius: 0 !important;
63999
+ }
61536
64000
  }
61537
64001
 
61538
64002
  @media screen and (min-width: 1920px) {
@@ -61859,6 +64323,22 @@
61859
64323
  .radius-xl-right-16--force {
61860
64324
  border-radius: 0 16px 16px 0 !important;
61861
64325
  }
64326
+
64327
+ .radius-xl-full {
64328
+ border-radius: 100%;
64329
+ }
64330
+
64331
+ .radius-xl-full--force {
64332
+ border-radius: 100% !important;
64333
+ }
64334
+
64335
+ .radius-xl-none {
64336
+ border-radius: 0;
64337
+ }
64338
+
64339
+ .radius-xl-none--force {
64340
+ border-radius: 0 !important;
64341
+ }
61862
64342
  }
61863
64343
 
61864
64344
  .border-none {