@oslokommune/punkt-css 3.3.1 → 4.3.0

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/dist/css/pkt.css CHANGED
@@ -3909,6 +3909,702 @@ body {
3909
3909
  padding-bottom: 2.5rem !important;
3910
3910
  }
3911
3911
  }
3912
+ .m-size-48 {
3913
+ margin: 3rem !important;
3914
+ }
3915
+
3916
+ .mt-size-48 {
3917
+ margin-top: 3rem !important;
3918
+ }
3919
+
3920
+ .mr-size-48 {
3921
+ margin-right: 3rem !important;
3922
+ }
3923
+
3924
+ .mb-size-48 {
3925
+ margin-bottom: 3rem !important;
3926
+ }
3927
+
3928
+ .ml-size-48 {
3929
+ margin-left: 3rem !important;
3930
+ }
3931
+
3932
+ .mx-size-48 {
3933
+ margin-right: 3rem !important;
3934
+ margin-left: 3rem !important;
3935
+ }
3936
+
3937
+ .my-size-48 {
3938
+ margin-top: 3rem !important;
3939
+ margin-bottom: 3rem !important;
3940
+ }
3941
+
3942
+ .p-size-48 {
3943
+ padding: 3rem !important;
3944
+ }
3945
+
3946
+ .pt-size-48 {
3947
+ padding-top: 3rem !important;
3948
+ }
3949
+
3950
+ .pr-size-48 {
3951
+ padding-right: 3rem !important;
3952
+ }
3953
+
3954
+ .pb-size-48 {
3955
+ padding-bottom: 3rem !important;
3956
+ }
3957
+
3958
+ .pl-size-48 {
3959
+ padding-left: 3rem !important;
3960
+ }
3961
+
3962
+ .px-size-48 {
3963
+ padding-right: 3rem !important;
3964
+ padding-left: 3rem !important;
3965
+ }
3966
+
3967
+ .py-size-48 {
3968
+ padding-top: 3rem !important;
3969
+ padding-bottom: 3rem !important;
3970
+ }
3971
+
3972
+ @media screen and (min-width: 0) {
3973
+ .m-size-48--mobile-up {
3974
+ margin: 3rem !important;
3975
+ }
3976
+ .mt-size-48--mobile-up {
3977
+ margin-top: 3rem !important;
3978
+ }
3979
+ .mr-size-48--mobile-up {
3980
+ margin-right: 3rem !important;
3981
+ }
3982
+ .mb-size-48--mobile-up {
3983
+ margin-bottom: 3rem !important;
3984
+ }
3985
+ .ml-size-48--mobile-up {
3986
+ margin-left: 3rem !important;
3987
+ }
3988
+ .mx-size-48--mobile-up {
3989
+ margin-right: 3rem !important;
3990
+ margin-left: 3rem !important;
3991
+ }
3992
+ .my-size-48--mobile-up {
3993
+ margin-top: 3rem !important;
3994
+ margin-bottom: 3rem !important;
3995
+ }
3996
+ .p-size-48--mobile-up {
3997
+ padding: 3rem !important;
3998
+ }
3999
+ .pt-size-48--mobile-up {
4000
+ padding-top: 3rem !important;
4001
+ }
4002
+ .pr-size-48--mobile-up {
4003
+ padding-right: 3rem !important;
4004
+ }
4005
+ .pb-size-48--mobile-up {
4006
+ padding-bottom: 3rem !important;
4007
+ }
4008
+ .pl-size-48--mobile-up {
4009
+ padding-left: 3rem !important;
4010
+ }
4011
+ .px-size-48--mobile-up {
4012
+ padding-right: 3rem !important;
4013
+ padding-left: 3rem !important;
4014
+ }
4015
+ .py-size-48--mobile-up {
4016
+ padding-top: 3rem !important;
4017
+ padding-bottom: 3rem !important;
4018
+ }
4019
+ }
4020
+ @media screen and (min-width: 36rem) {
4021
+ .m-size-48--phablet-up {
4022
+ margin: 3rem !important;
4023
+ }
4024
+ .mt-size-48--phablet-up {
4025
+ margin-top: 3rem !important;
4026
+ }
4027
+ .mr-size-48--phablet-up {
4028
+ margin-right: 3rem !important;
4029
+ }
4030
+ .mb-size-48--phablet-up {
4031
+ margin-bottom: 3rem !important;
4032
+ }
4033
+ .ml-size-48--phablet-up {
4034
+ margin-left: 3rem !important;
4035
+ }
4036
+ .mx-size-48--phablet-up {
4037
+ margin-right: 3rem !important;
4038
+ margin-left: 3rem !important;
4039
+ }
4040
+ .my-size-48--phablet-up {
4041
+ margin-top: 3rem !important;
4042
+ margin-bottom: 3rem !important;
4043
+ }
4044
+ .p-size-48--phablet-up {
4045
+ padding: 3rem !important;
4046
+ }
4047
+ .pt-size-48--phablet-up {
4048
+ padding-top: 3rem !important;
4049
+ }
4050
+ .pr-size-48--phablet-up {
4051
+ padding-right: 3rem !important;
4052
+ }
4053
+ .pb-size-48--phablet-up {
4054
+ padding-bottom: 3rem !important;
4055
+ }
4056
+ .pl-size-48--phablet-up {
4057
+ padding-left: 3rem !important;
4058
+ }
4059
+ .px-size-48--phablet-up {
4060
+ padding-right: 3rem !important;
4061
+ padding-left: 3rem !important;
4062
+ }
4063
+ .py-size-48--phablet-up {
4064
+ padding-top: 3rem !important;
4065
+ padding-bottom: 3rem !important;
4066
+ }
4067
+ }
4068
+ @media screen and (min-width: 48rem) {
4069
+ .m-size-48--tablet-up {
4070
+ margin: 3rem !important;
4071
+ }
4072
+ .mt-size-48--tablet-up {
4073
+ margin-top: 3rem !important;
4074
+ }
4075
+ .mr-size-48--tablet-up {
4076
+ margin-right: 3rem !important;
4077
+ }
4078
+ .mb-size-48--tablet-up {
4079
+ margin-bottom: 3rem !important;
4080
+ }
4081
+ .ml-size-48--tablet-up {
4082
+ margin-left: 3rem !important;
4083
+ }
4084
+ .mx-size-48--tablet-up {
4085
+ margin-right: 3rem !important;
4086
+ margin-left: 3rem !important;
4087
+ }
4088
+ .my-size-48--tablet-up {
4089
+ margin-top: 3rem !important;
4090
+ margin-bottom: 3rem !important;
4091
+ }
4092
+ .p-size-48--tablet-up {
4093
+ padding: 3rem !important;
4094
+ }
4095
+ .pt-size-48--tablet-up {
4096
+ padding-top: 3rem !important;
4097
+ }
4098
+ .pr-size-48--tablet-up {
4099
+ padding-right: 3rem !important;
4100
+ }
4101
+ .pb-size-48--tablet-up {
4102
+ padding-bottom: 3rem !important;
4103
+ }
4104
+ .pl-size-48--tablet-up {
4105
+ padding-left: 3rem !important;
4106
+ }
4107
+ .px-size-48--tablet-up {
4108
+ padding-right: 3rem !important;
4109
+ padding-left: 3rem !important;
4110
+ }
4111
+ .py-size-48--tablet-up {
4112
+ padding-top: 3rem !important;
4113
+ padding-bottom: 3rem !important;
4114
+ }
4115
+ }
4116
+ @media screen and (min-width: 64rem) {
4117
+ .m-size-48--tablet-big-up {
4118
+ margin: 3rem !important;
4119
+ }
4120
+ .mt-size-48--tablet-big-up {
4121
+ margin-top: 3rem !important;
4122
+ }
4123
+ .mr-size-48--tablet-big-up {
4124
+ margin-right: 3rem !important;
4125
+ }
4126
+ .mb-size-48--tablet-big-up {
4127
+ margin-bottom: 3rem !important;
4128
+ }
4129
+ .ml-size-48--tablet-big-up {
4130
+ margin-left: 3rem !important;
4131
+ }
4132
+ .mx-size-48--tablet-big-up {
4133
+ margin-right: 3rem !important;
4134
+ margin-left: 3rem !important;
4135
+ }
4136
+ .my-size-48--tablet-big-up {
4137
+ margin-top: 3rem !important;
4138
+ margin-bottom: 3rem !important;
4139
+ }
4140
+ .p-size-48--tablet-big-up {
4141
+ padding: 3rem !important;
4142
+ }
4143
+ .pt-size-48--tablet-big-up {
4144
+ padding-top: 3rem !important;
4145
+ }
4146
+ .pr-size-48--tablet-big-up {
4147
+ padding-right: 3rem !important;
4148
+ }
4149
+ .pb-size-48--tablet-big-up {
4150
+ padding-bottom: 3rem !important;
4151
+ }
4152
+ .pl-size-48--tablet-big-up {
4153
+ padding-left: 3rem !important;
4154
+ }
4155
+ .px-size-48--tablet-big-up {
4156
+ padding-right: 3rem !important;
4157
+ padding-left: 3rem !important;
4158
+ }
4159
+ .py-size-48--tablet-big-up {
4160
+ padding-top: 3rem !important;
4161
+ padding-bottom: 3rem !important;
4162
+ }
4163
+ }
4164
+ @media screen and (min-width: 80rem) {
4165
+ .m-size-48--laptop-up {
4166
+ margin: 3rem !important;
4167
+ }
4168
+ .mt-size-48--laptop-up {
4169
+ margin-top: 3rem !important;
4170
+ }
4171
+ .mr-size-48--laptop-up {
4172
+ margin-right: 3rem !important;
4173
+ }
4174
+ .mb-size-48--laptop-up {
4175
+ margin-bottom: 3rem !important;
4176
+ }
4177
+ .ml-size-48--laptop-up {
4178
+ margin-left: 3rem !important;
4179
+ }
4180
+ .mx-size-48--laptop-up {
4181
+ margin-right: 3rem !important;
4182
+ margin-left: 3rem !important;
4183
+ }
4184
+ .my-size-48--laptop-up {
4185
+ margin-top: 3rem !important;
4186
+ margin-bottom: 3rem !important;
4187
+ }
4188
+ .p-size-48--laptop-up {
4189
+ padding: 3rem !important;
4190
+ }
4191
+ .pt-size-48--laptop-up {
4192
+ padding-top: 3rem !important;
4193
+ }
4194
+ .pr-size-48--laptop-up {
4195
+ padding-right: 3rem !important;
4196
+ }
4197
+ .pb-size-48--laptop-up {
4198
+ padding-bottom: 3rem !important;
4199
+ }
4200
+ .pl-size-48--laptop-up {
4201
+ padding-left: 3rem !important;
4202
+ }
4203
+ .px-size-48--laptop-up {
4204
+ padding-right: 3rem !important;
4205
+ padding-left: 3rem !important;
4206
+ }
4207
+ .py-size-48--laptop-up {
4208
+ padding-top: 3rem !important;
4209
+ padding-bottom: 3rem !important;
4210
+ }
4211
+ }
4212
+ @media screen and (min-width: 100rem) {
4213
+ .m-size-48--desktop-up {
4214
+ margin: 3rem !important;
4215
+ }
4216
+ .mt-size-48--desktop-up {
4217
+ margin-top: 3rem !important;
4218
+ }
4219
+ .mr-size-48--desktop-up {
4220
+ margin-right: 3rem !important;
4221
+ }
4222
+ .mb-size-48--desktop-up {
4223
+ margin-bottom: 3rem !important;
4224
+ }
4225
+ .ml-size-48--desktop-up {
4226
+ margin-left: 3rem !important;
4227
+ }
4228
+ .mx-size-48--desktop-up {
4229
+ margin-right: 3rem !important;
4230
+ margin-left: 3rem !important;
4231
+ }
4232
+ .my-size-48--desktop-up {
4233
+ margin-top: 3rem !important;
4234
+ margin-bottom: 3rem !important;
4235
+ }
4236
+ .p-size-48--desktop-up {
4237
+ padding: 3rem !important;
4238
+ }
4239
+ .pt-size-48--desktop-up {
4240
+ padding-top: 3rem !important;
4241
+ }
4242
+ .pr-size-48--desktop-up {
4243
+ padding-right: 3rem !important;
4244
+ }
4245
+ .pb-size-48--desktop-up {
4246
+ padding-bottom: 3rem !important;
4247
+ }
4248
+ .pl-size-48--desktop-up {
4249
+ padding-left: 3rem !important;
4250
+ }
4251
+ .px-size-48--desktop-up {
4252
+ padding-right: 3rem !important;
4253
+ padding-left: 3rem !important;
4254
+ }
4255
+ .py-size-48--desktop-up {
4256
+ padding-top: 3rem !important;
4257
+ padding-bottom: 3rem !important;
4258
+ }
4259
+ }
4260
+ .m-size-56 {
4261
+ margin: 3.5rem !important;
4262
+ }
4263
+
4264
+ .mt-size-56 {
4265
+ margin-top: 3.5rem !important;
4266
+ }
4267
+
4268
+ .mr-size-56 {
4269
+ margin-right: 3.5rem !important;
4270
+ }
4271
+
4272
+ .mb-size-56 {
4273
+ margin-bottom: 3.5rem !important;
4274
+ }
4275
+
4276
+ .ml-size-56 {
4277
+ margin-left: 3.5rem !important;
4278
+ }
4279
+
4280
+ .mx-size-56 {
4281
+ margin-right: 3.5rem !important;
4282
+ margin-left: 3.5rem !important;
4283
+ }
4284
+
4285
+ .my-size-56 {
4286
+ margin-top: 3.5rem !important;
4287
+ margin-bottom: 3.5rem !important;
4288
+ }
4289
+
4290
+ .p-size-56 {
4291
+ padding: 3.5rem !important;
4292
+ }
4293
+
4294
+ .pt-size-56 {
4295
+ padding-top: 3.5rem !important;
4296
+ }
4297
+
4298
+ .pr-size-56 {
4299
+ padding-right: 3.5rem !important;
4300
+ }
4301
+
4302
+ .pb-size-56 {
4303
+ padding-bottom: 3.5rem !important;
4304
+ }
4305
+
4306
+ .pl-size-56 {
4307
+ padding-left: 3.5rem !important;
4308
+ }
4309
+
4310
+ .px-size-56 {
4311
+ padding-right: 3.5rem !important;
4312
+ padding-left: 3.5rem !important;
4313
+ }
4314
+
4315
+ .py-size-56 {
4316
+ padding-top: 3.5rem !important;
4317
+ padding-bottom: 3.5rem !important;
4318
+ }
4319
+
4320
+ @media screen and (min-width: 0) {
4321
+ .m-size-56--mobile-up {
4322
+ margin: 3.5rem !important;
4323
+ }
4324
+ .mt-size-56--mobile-up {
4325
+ margin-top: 3.5rem !important;
4326
+ }
4327
+ .mr-size-56--mobile-up {
4328
+ margin-right: 3.5rem !important;
4329
+ }
4330
+ .mb-size-56--mobile-up {
4331
+ margin-bottom: 3.5rem !important;
4332
+ }
4333
+ .ml-size-56--mobile-up {
4334
+ margin-left: 3.5rem !important;
4335
+ }
4336
+ .mx-size-56--mobile-up {
4337
+ margin-right: 3.5rem !important;
4338
+ margin-left: 3.5rem !important;
4339
+ }
4340
+ .my-size-56--mobile-up {
4341
+ margin-top: 3.5rem !important;
4342
+ margin-bottom: 3.5rem !important;
4343
+ }
4344
+ .p-size-56--mobile-up {
4345
+ padding: 3.5rem !important;
4346
+ }
4347
+ .pt-size-56--mobile-up {
4348
+ padding-top: 3.5rem !important;
4349
+ }
4350
+ .pr-size-56--mobile-up {
4351
+ padding-right: 3.5rem !important;
4352
+ }
4353
+ .pb-size-56--mobile-up {
4354
+ padding-bottom: 3.5rem !important;
4355
+ }
4356
+ .pl-size-56--mobile-up {
4357
+ padding-left: 3.5rem !important;
4358
+ }
4359
+ .px-size-56--mobile-up {
4360
+ padding-right: 3.5rem !important;
4361
+ padding-left: 3.5rem !important;
4362
+ }
4363
+ .py-size-56--mobile-up {
4364
+ padding-top: 3.5rem !important;
4365
+ padding-bottom: 3.5rem !important;
4366
+ }
4367
+ }
4368
+ @media screen and (min-width: 36rem) {
4369
+ .m-size-56--phablet-up {
4370
+ margin: 3.5rem !important;
4371
+ }
4372
+ .mt-size-56--phablet-up {
4373
+ margin-top: 3.5rem !important;
4374
+ }
4375
+ .mr-size-56--phablet-up {
4376
+ margin-right: 3.5rem !important;
4377
+ }
4378
+ .mb-size-56--phablet-up {
4379
+ margin-bottom: 3.5rem !important;
4380
+ }
4381
+ .ml-size-56--phablet-up {
4382
+ margin-left: 3.5rem !important;
4383
+ }
4384
+ .mx-size-56--phablet-up {
4385
+ margin-right: 3.5rem !important;
4386
+ margin-left: 3.5rem !important;
4387
+ }
4388
+ .my-size-56--phablet-up {
4389
+ margin-top: 3.5rem !important;
4390
+ margin-bottom: 3.5rem !important;
4391
+ }
4392
+ .p-size-56--phablet-up {
4393
+ padding: 3.5rem !important;
4394
+ }
4395
+ .pt-size-56--phablet-up {
4396
+ padding-top: 3.5rem !important;
4397
+ }
4398
+ .pr-size-56--phablet-up {
4399
+ padding-right: 3.5rem !important;
4400
+ }
4401
+ .pb-size-56--phablet-up {
4402
+ padding-bottom: 3.5rem !important;
4403
+ }
4404
+ .pl-size-56--phablet-up {
4405
+ padding-left: 3.5rem !important;
4406
+ }
4407
+ .px-size-56--phablet-up {
4408
+ padding-right: 3.5rem !important;
4409
+ padding-left: 3.5rem !important;
4410
+ }
4411
+ .py-size-56--phablet-up {
4412
+ padding-top: 3.5rem !important;
4413
+ padding-bottom: 3.5rem !important;
4414
+ }
4415
+ }
4416
+ @media screen and (min-width: 48rem) {
4417
+ .m-size-56--tablet-up {
4418
+ margin: 3.5rem !important;
4419
+ }
4420
+ .mt-size-56--tablet-up {
4421
+ margin-top: 3.5rem !important;
4422
+ }
4423
+ .mr-size-56--tablet-up {
4424
+ margin-right: 3.5rem !important;
4425
+ }
4426
+ .mb-size-56--tablet-up {
4427
+ margin-bottom: 3.5rem !important;
4428
+ }
4429
+ .ml-size-56--tablet-up {
4430
+ margin-left: 3.5rem !important;
4431
+ }
4432
+ .mx-size-56--tablet-up {
4433
+ margin-right: 3.5rem !important;
4434
+ margin-left: 3.5rem !important;
4435
+ }
4436
+ .my-size-56--tablet-up {
4437
+ margin-top: 3.5rem !important;
4438
+ margin-bottom: 3.5rem !important;
4439
+ }
4440
+ .p-size-56--tablet-up {
4441
+ padding: 3.5rem !important;
4442
+ }
4443
+ .pt-size-56--tablet-up {
4444
+ padding-top: 3.5rem !important;
4445
+ }
4446
+ .pr-size-56--tablet-up {
4447
+ padding-right: 3.5rem !important;
4448
+ }
4449
+ .pb-size-56--tablet-up {
4450
+ padding-bottom: 3.5rem !important;
4451
+ }
4452
+ .pl-size-56--tablet-up {
4453
+ padding-left: 3.5rem !important;
4454
+ }
4455
+ .px-size-56--tablet-up {
4456
+ padding-right: 3.5rem !important;
4457
+ padding-left: 3.5rem !important;
4458
+ }
4459
+ .py-size-56--tablet-up {
4460
+ padding-top: 3.5rem !important;
4461
+ padding-bottom: 3.5rem !important;
4462
+ }
4463
+ }
4464
+ @media screen and (min-width: 64rem) {
4465
+ .m-size-56--tablet-big-up {
4466
+ margin: 3.5rem !important;
4467
+ }
4468
+ .mt-size-56--tablet-big-up {
4469
+ margin-top: 3.5rem !important;
4470
+ }
4471
+ .mr-size-56--tablet-big-up {
4472
+ margin-right: 3.5rem !important;
4473
+ }
4474
+ .mb-size-56--tablet-big-up {
4475
+ margin-bottom: 3.5rem !important;
4476
+ }
4477
+ .ml-size-56--tablet-big-up {
4478
+ margin-left: 3.5rem !important;
4479
+ }
4480
+ .mx-size-56--tablet-big-up {
4481
+ margin-right: 3.5rem !important;
4482
+ margin-left: 3.5rem !important;
4483
+ }
4484
+ .my-size-56--tablet-big-up {
4485
+ margin-top: 3.5rem !important;
4486
+ margin-bottom: 3.5rem !important;
4487
+ }
4488
+ .p-size-56--tablet-big-up {
4489
+ padding: 3.5rem !important;
4490
+ }
4491
+ .pt-size-56--tablet-big-up {
4492
+ padding-top: 3.5rem !important;
4493
+ }
4494
+ .pr-size-56--tablet-big-up {
4495
+ padding-right: 3.5rem !important;
4496
+ }
4497
+ .pb-size-56--tablet-big-up {
4498
+ padding-bottom: 3.5rem !important;
4499
+ }
4500
+ .pl-size-56--tablet-big-up {
4501
+ padding-left: 3.5rem !important;
4502
+ }
4503
+ .px-size-56--tablet-big-up {
4504
+ padding-right: 3.5rem !important;
4505
+ padding-left: 3.5rem !important;
4506
+ }
4507
+ .py-size-56--tablet-big-up {
4508
+ padding-top: 3.5rem !important;
4509
+ padding-bottom: 3.5rem !important;
4510
+ }
4511
+ }
4512
+ @media screen and (min-width: 80rem) {
4513
+ .m-size-56--laptop-up {
4514
+ margin: 3.5rem !important;
4515
+ }
4516
+ .mt-size-56--laptop-up {
4517
+ margin-top: 3.5rem !important;
4518
+ }
4519
+ .mr-size-56--laptop-up {
4520
+ margin-right: 3.5rem !important;
4521
+ }
4522
+ .mb-size-56--laptop-up {
4523
+ margin-bottom: 3.5rem !important;
4524
+ }
4525
+ .ml-size-56--laptop-up {
4526
+ margin-left: 3.5rem !important;
4527
+ }
4528
+ .mx-size-56--laptop-up {
4529
+ margin-right: 3.5rem !important;
4530
+ margin-left: 3.5rem !important;
4531
+ }
4532
+ .my-size-56--laptop-up {
4533
+ margin-top: 3.5rem !important;
4534
+ margin-bottom: 3.5rem !important;
4535
+ }
4536
+ .p-size-56--laptop-up {
4537
+ padding: 3.5rem !important;
4538
+ }
4539
+ .pt-size-56--laptop-up {
4540
+ padding-top: 3.5rem !important;
4541
+ }
4542
+ .pr-size-56--laptop-up {
4543
+ padding-right: 3.5rem !important;
4544
+ }
4545
+ .pb-size-56--laptop-up {
4546
+ padding-bottom: 3.5rem !important;
4547
+ }
4548
+ .pl-size-56--laptop-up {
4549
+ padding-left: 3.5rem !important;
4550
+ }
4551
+ .px-size-56--laptop-up {
4552
+ padding-right: 3.5rem !important;
4553
+ padding-left: 3.5rem !important;
4554
+ }
4555
+ .py-size-56--laptop-up {
4556
+ padding-top: 3.5rem !important;
4557
+ padding-bottom: 3.5rem !important;
4558
+ }
4559
+ }
4560
+ @media screen and (min-width: 100rem) {
4561
+ .m-size-56--desktop-up {
4562
+ margin: 3.5rem !important;
4563
+ }
4564
+ .mt-size-56--desktop-up {
4565
+ margin-top: 3.5rem !important;
4566
+ }
4567
+ .mr-size-56--desktop-up {
4568
+ margin-right: 3.5rem !important;
4569
+ }
4570
+ .mb-size-56--desktop-up {
4571
+ margin-bottom: 3.5rem !important;
4572
+ }
4573
+ .ml-size-56--desktop-up {
4574
+ margin-left: 3.5rem !important;
4575
+ }
4576
+ .mx-size-56--desktop-up {
4577
+ margin-right: 3.5rem !important;
4578
+ margin-left: 3.5rem !important;
4579
+ }
4580
+ .my-size-56--desktop-up {
4581
+ margin-top: 3.5rem !important;
4582
+ margin-bottom: 3.5rem !important;
4583
+ }
4584
+ .p-size-56--desktop-up {
4585
+ padding: 3.5rem !important;
4586
+ }
4587
+ .pt-size-56--desktop-up {
4588
+ padding-top: 3.5rem !important;
4589
+ }
4590
+ .pr-size-56--desktop-up {
4591
+ padding-right: 3.5rem !important;
4592
+ }
4593
+ .pb-size-56--desktop-up {
4594
+ padding-bottom: 3.5rem !important;
4595
+ }
4596
+ .pl-size-56--desktop-up {
4597
+ padding-left: 3.5rem !important;
4598
+ }
4599
+ .px-size-56--desktop-up {
4600
+ padding-right: 3.5rem !important;
4601
+ padding-left: 3.5rem !important;
4602
+ }
4603
+ .py-size-56--desktop-up {
4604
+ padding-top: 3.5rem !important;
4605
+ padding-bottom: 3.5rem !important;
4606
+ }
4607
+ }
3912
4608
  .m-size-64 {
3913
4609
  margin: 4rem !important;
3914
4610
  }
@@ -4468,141 +5164,489 @@ body {
4468
5164
  .mt-size-104--tablet-big-up {
4469
5165
  margin-top: 6.5rem !important;
4470
5166
  }
4471
- .mr-size-104--tablet-big-up {
4472
- margin-right: 6.5rem !important;
5167
+ .mr-size-104--tablet-big-up {
5168
+ margin-right: 6.5rem !important;
5169
+ }
5170
+ .mb-size-104--tablet-big-up {
5171
+ margin-bottom: 6.5rem !important;
5172
+ }
5173
+ .ml-size-104--tablet-big-up {
5174
+ margin-left: 6.5rem !important;
5175
+ }
5176
+ .mx-size-104--tablet-big-up {
5177
+ margin-right: 6.5rem !important;
5178
+ margin-left: 6.5rem !important;
5179
+ }
5180
+ .my-size-104--tablet-big-up {
5181
+ margin-top: 6.5rem !important;
5182
+ margin-bottom: 6.5rem !important;
5183
+ }
5184
+ .p-size-104--tablet-big-up {
5185
+ padding: 6.5rem !important;
5186
+ }
5187
+ .pt-size-104--tablet-big-up {
5188
+ padding-top: 6.5rem !important;
5189
+ }
5190
+ .pr-size-104--tablet-big-up {
5191
+ padding-right: 6.5rem !important;
5192
+ }
5193
+ .pb-size-104--tablet-big-up {
5194
+ padding-bottom: 6.5rem !important;
5195
+ }
5196
+ .pl-size-104--tablet-big-up {
5197
+ padding-left: 6.5rem !important;
5198
+ }
5199
+ .px-size-104--tablet-big-up {
5200
+ padding-right: 6.5rem !important;
5201
+ padding-left: 6.5rem !important;
5202
+ }
5203
+ .py-size-104--tablet-big-up {
5204
+ padding-top: 6.5rem !important;
5205
+ padding-bottom: 6.5rem !important;
5206
+ }
5207
+ }
5208
+ @media screen and (min-width: 80rem) {
5209
+ .m-size-104--laptop-up {
5210
+ margin: 6.5rem !important;
5211
+ }
5212
+ .mt-size-104--laptop-up {
5213
+ margin-top: 6.5rem !important;
5214
+ }
5215
+ .mr-size-104--laptop-up {
5216
+ margin-right: 6.5rem !important;
5217
+ }
5218
+ .mb-size-104--laptop-up {
5219
+ margin-bottom: 6.5rem !important;
5220
+ }
5221
+ .ml-size-104--laptop-up {
5222
+ margin-left: 6.5rem !important;
5223
+ }
5224
+ .mx-size-104--laptop-up {
5225
+ margin-right: 6.5rem !important;
5226
+ margin-left: 6.5rem !important;
5227
+ }
5228
+ .my-size-104--laptop-up {
5229
+ margin-top: 6.5rem !important;
5230
+ margin-bottom: 6.5rem !important;
5231
+ }
5232
+ .p-size-104--laptop-up {
5233
+ padding: 6.5rem !important;
5234
+ }
5235
+ .pt-size-104--laptop-up {
5236
+ padding-top: 6.5rem !important;
5237
+ }
5238
+ .pr-size-104--laptop-up {
5239
+ padding-right: 6.5rem !important;
5240
+ }
5241
+ .pb-size-104--laptop-up {
5242
+ padding-bottom: 6.5rem !important;
5243
+ }
5244
+ .pl-size-104--laptop-up {
5245
+ padding-left: 6.5rem !important;
5246
+ }
5247
+ .px-size-104--laptop-up {
5248
+ padding-right: 6.5rem !important;
5249
+ padding-left: 6.5rem !important;
5250
+ }
5251
+ .py-size-104--laptop-up {
5252
+ padding-top: 6.5rem !important;
5253
+ padding-bottom: 6.5rem !important;
5254
+ }
5255
+ }
5256
+ @media screen and (min-width: 100rem) {
5257
+ .m-size-104--desktop-up {
5258
+ margin: 6.5rem !important;
5259
+ }
5260
+ .mt-size-104--desktop-up {
5261
+ margin-top: 6.5rem !important;
5262
+ }
5263
+ .mr-size-104--desktop-up {
5264
+ margin-right: 6.5rem !important;
5265
+ }
5266
+ .mb-size-104--desktop-up {
5267
+ margin-bottom: 6.5rem !important;
5268
+ }
5269
+ .ml-size-104--desktop-up {
5270
+ margin-left: 6.5rem !important;
5271
+ }
5272
+ .mx-size-104--desktop-up {
5273
+ margin-right: 6.5rem !important;
5274
+ margin-left: 6.5rem !important;
5275
+ }
5276
+ .my-size-104--desktop-up {
5277
+ margin-top: 6.5rem !important;
5278
+ margin-bottom: 6.5rem !important;
5279
+ }
5280
+ .p-size-104--desktop-up {
5281
+ padding: 6.5rem !important;
5282
+ }
5283
+ .pt-size-104--desktop-up {
5284
+ padding-top: 6.5rem !important;
5285
+ }
5286
+ .pr-size-104--desktop-up {
5287
+ padding-right: 6.5rem !important;
5288
+ }
5289
+ .pb-size-104--desktop-up {
5290
+ padding-bottom: 6.5rem !important;
5291
+ }
5292
+ .pl-size-104--desktop-up {
5293
+ padding-left: 6.5rem !important;
5294
+ }
5295
+ .px-size-104--desktop-up {
5296
+ padding-right: 6.5rem !important;
5297
+ padding-left: 6.5rem !important;
5298
+ }
5299
+ .py-size-104--desktop-up {
5300
+ padding-top: 6.5rem !important;
5301
+ padding-bottom: 6.5rem !important;
5302
+ }
5303
+ }
5304
+ .m-size-128 {
5305
+ margin: 8rem !important;
5306
+ }
5307
+
5308
+ .mt-size-128 {
5309
+ margin-top: 8rem !important;
5310
+ }
5311
+
5312
+ .mr-size-128 {
5313
+ margin-right: 8rem !important;
5314
+ }
5315
+
5316
+ .mb-size-128 {
5317
+ margin-bottom: 8rem !important;
5318
+ }
5319
+
5320
+ .ml-size-128 {
5321
+ margin-left: 8rem !important;
5322
+ }
5323
+
5324
+ .mx-size-128 {
5325
+ margin-right: 8rem !important;
5326
+ margin-left: 8rem !important;
5327
+ }
5328
+
5329
+ .my-size-128 {
5330
+ margin-top: 8rem !important;
5331
+ margin-bottom: 8rem !important;
5332
+ }
5333
+
5334
+ .p-size-128 {
5335
+ padding: 8rem !important;
5336
+ }
5337
+
5338
+ .pt-size-128 {
5339
+ padding-top: 8rem !important;
5340
+ }
5341
+
5342
+ .pr-size-128 {
5343
+ padding-right: 8rem !important;
5344
+ }
5345
+
5346
+ .pb-size-128 {
5347
+ padding-bottom: 8rem !important;
5348
+ }
5349
+
5350
+ .pl-size-128 {
5351
+ padding-left: 8rem !important;
5352
+ }
5353
+
5354
+ .px-size-128 {
5355
+ padding-right: 8rem !important;
5356
+ padding-left: 8rem !important;
5357
+ }
5358
+
5359
+ .py-size-128 {
5360
+ padding-top: 8rem !important;
5361
+ padding-bottom: 8rem !important;
5362
+ }
5363
+
5364
+ @media screen and (min-width: 0) {
5365
+ .m-size-128--mobile-up {
5366
+ margin: 8rem !important;
5367
+ }
5368
+ .mt-size-128--mobile-up {
5369
+ margin-top: 8rem !important;
5370
+ }
5371
+ .mr-size-128--mobile-up {
5372
+ margin-right: 8rem !important;
5373
+ }
5374
+ .mb-size-128--mobile-up {
5375
+ margin-bottom: 8rem !important;
5376
+ }
5377
+ .ml-size-128--mobile-up {
5378
+ margin-left: 8rem !important;
5379
+ }
5380
+ .mx-size-128--mobile-up {
5381
+ margin-right: 8rem !important;
5382
+ margin-left: 8rem !important;
5383
+ }
5384
+ .my-size-128--mobile-up {
5385
+ margin-top: 8rem !important;
5386
+ margin-bottom: 8rem !important;
5387
+ }
5388
+ .p-size-128--mobile-up {
5389
+ padding: 8rem !important;
5390
+ }
5391
+ .pt-size-128--mobile-up {
5392
+ padding-top: 8rem !important;
5393
+ }
5394
+ .pr-size-128--mobile-up {
5395
+ padding-right: 8rem !important;
5396
+ }
5397
+ .pb-size-128--mobile-up {
5398
+ padding-bottom: 8rem !important;
5399
+ }
5400
+ .pl-size-128--mobile-up {
5401
+ padding-left: 8rem !important;
5402
+ }
5403
+ .px-size-128--mobile-up {
5404
+ padding-right: 8rem !important;
5405
+ padding-left: 8rem !important;
5406
+ }
5407
+ .py-size-128--mobile-up {
5408
+ padding-top: 8rem !important;
5409
+ padding-bottom: 8rem !important;
5410
+ }
5411
+ }
5412
+ @media screen and (min-width: 36rem) {
5413
+ .m-size-128--phablet-up {
5414
+ margin: 8rem !important;
5415
+ }
5416
+ .mt-size-128--phablet-up {
5417
+ margin-top: 8rem !important;
5418
+ }
5419
+ .mr-size-128--phablet-up {
5420
+ margin-right: 8rem !important;
5421
+ }
5422
+ .mb-size-128--phablet-up {
5423
+ margin-bottom: 8rem !important;
5424
+ }
5425
+ .ml-size-128--phablet-up {
5426
+ margin-left: 8rem !important;
5427
+ }
5428
+ .mx-size-128--phablet-up {
5429
+ margin-right: 8rem !important;
5430
+ margin-left: 8rem !important;
5431
+ }
5432
+ .my-size-128--phablet-up {
5433
+ margin-top: 8rem !important;
5434
+ margin-bottom: 8rem !important;
5435
+ }
5436
+ .p-size-128--phablet-up {
5437
+ padding: 8rem !important;
5438
+ }
5439
+ .pt-size-128--phablet-up {
5440
+ padding-top: 8rem !important;
5441
+ }
5442
+ .pr-size-128--phablet-up {
5443
+ padding-right: 8rem !important;
5444
+ }
5445
+ .pb-size-128--phablet-up {
5446
+ padding-bottom: 8rem !important;
5447
+ }
5448
+ .pl-size-128--phablet-up {
5449
+ padding-left: 8rem !important;
5450
+ }
5451
+ .px-size-128--phablet-up {
5452
+ padding-right: 8rem !important;
5453
+ padding-left: 8rem !important;
5454
+ }
5455
+ .py-size-128--phablet-up {
5456
+ padding-top: 8rem !important;
5457
+ padding-bottom: 8rem !important;
5458
+ }
5459
+ }
5460
+ @media screen and (min-width: 48rem) {
5461
+ .m-size-128--tablet-up {
5462
+ margin: 8rem !important;
5463
+ }
5464
+ .mt-size-128--tablet-up {
5465
+ margin-top: 8rem !important;
5466
+ }
5467
+ .mr-size-128--tablet-up {
5468
+ margin-right: 8rem !important;
5469
+ }
5470
+ .mb-size-128--tablet-up {
5471
+ margin-bottom: 8rem !important;
5472
+ }
5473
+ .ml-size-128--tablet-up {
5474
+ margin-left: 8rem !important;
5475
+ }
5476
+ .mx-size-128--tablet-up {
5477
+ margin-right: 8rem !important;
5478
+ margin-left: 8rem !important;
5479
+ }
5480
+ .my-size-128--tablet-up {
5481
+ margin-top: 8rem !important;
5482
+ margin-bottom: 8rem !important;
5483
+ }
5484
+ .p-size-128--tablet-up {
5485
+ padding: 8rem !important;
5486
+ }
5487
+ .pt-size-128--tablet-up {
5488
+ padding-top: 8rem !important;
5489
+ }
5490
+ .pr-size-128--tablet-up {
5491
+ padding-right: 8rem !important;
5492
+ }
5493
+ .pb-size-128--tablet-up {
5494
+ padding-bottom: 8rem !important;
5495
+ }
5496
+ .pl-size-128--tablet-up {
5497
+ padding-left: 8rem !important;
5498
+ }
5499
+ .px-size-128--tablet-up {
5500
+ padding-right: 8rem !important;
5501
+ padding-left: 8rem !important;
5502
+ }
5503
+ .py-size-128--tablet-up {
5504
+ padding-top: 8rem !important;
5505
+ padding-bottom: 8rem !important;
5506
+ }
5507
+ }
5508
+ @media screen and (min-width: 64rem) {
5509
+ .m-size-128--tablet-big-up {
5510
+ margin: 8rem !important;
5511
+ }
5512
+ .mt-size-128--tablet-big-up {
5513
+ margin-top: 8rem !important;
4473
5514
  }
4474
- .mb-size-104--tablet-big-up {
4475
- margin-bottom: 6.5rem !important;
5515
+ .mr-size-128--tablet-big-up {
5516
+ margin-right: 8rem !important;
4476
5517
  }
4477
- .ml-size-104--tablet-big-up {
4478
- margin-left: 6.5rem !important;
5518
+ .mb-size-128--tablet-big-up {
5519
+ margin-bottom: 8rem !important;
4479
5520
  }
4480
- .mx-size-104--tablet-big-up {
4481
- margin-right: 6.5rem !important;
4482
- margin-left: 6.5rem !important;
5521
+ .ml-size-128--tablet-big-up {
5522
+ margin-left: 8rem !important;
4483
5523
  }
4484
- .my-size-104--tablet-big-up {
4485
- margin-top: 6.5rem !important;
4486
- margin-bottom: 6.5rem !important;
5524
+ .mx-size-128--tablet-big-up {
5525
+ margin-right: 8rem !important;
5526
+ margin-left: 8rem !important;
4487
5527
  }
4488
- .p-size-104--tablet-big-up {
4489
- padding: 6.5rem !important;
5528
+ .my-size-128--tablet-big-up {
5529
+ margin-top: 8rem !important;
5530
+ margin-bottom: 8rem !important;
4490
5531
  }
4491
- .pt-size-104--tablet-big-up {
4492
- padding-top: 6.5rem !important;
5532
+ .p-size-128--tablet-big-up {
5533
+ padding: 8rem !important;
4493
5534
  }
4494
- .pr-size-104--tablet-big-up {
4495
- padding-right: 6.5rem !important;
5535
+ .pt-size-128--tablet-big-up {
5536
+ padding-top: 8rem !important;
4496
5537
  }
4497
- .pb-size-104--tablet-big-up {
4498
- padding-bottom: 6.5rem !important;
5538
+ .pr-size-128--tablet-big-up {
5539
+ padding-right: 8rem !important;
4499
5540
  }
4500
- .pl-size-104--tablet-big-up {
4501
- padding-left: 6.5rem !important;
5541
+ .pb-size-128--tablet-big-up {
5542
+ padding-bottom: 8rem !important;
4502
5543
  }
4503
- .px-size-104--tablet-big-up {
4504
- padding-right: 6.5rem !important;
4505
- padding-left: 6.5rem !important;
5544
+ .pl-size-128--tablet-big-up {
5545
+ padding-left: 8rem !important;
4506
5546
  }
4507
- .py-size-104--tablet-big-up {
4508
- padding-top: 6.5rem !important;
4509
- padding-bottom: 6.5rem !important;
5547
+ .px-size-128--tablet-big-up {
5548
+ padding-right: 8rem !important;
5549
+ padding-left: 8rem !important;
5550
+ }
5551
+ .py-size-128--tablet-big-up {
5552
+ padding-top: 8rem !important;
5553
+ padding-bottom: 8rem !important;
4510
5554
  }
4511
5555
  }
4512
5556
  @media screen and (min-width: 80rem) {
4513
- .m-size-104--laptop-up {
4514
- margin: 6.5rem !important;
5557
+ .m-size-128--laptop-up {
5558
+ margin: 8rem !important;
4515
5559
  }
4516
- .mt-size-104--laptop-up {
4517
- margin-top: 6.5rem !important;
5560
+ .mt-size-128--laptop-up {
5561
+ margin-top: 8rem !important;
4518
5562
  }
4519
- .mr-size-104--laptop-up {
4520
- margin-right: 6.5rem !important;
5563
+ .mr-size-128--laptop-up {
5564
+ margin-right: 8rem !important;
4521
5565
  }
4522
- .mb-size-104--laptop-up {
4523
- margin-bottom: 6.5rem !important;
5566
+ .mb-size-128--laptop-up {
5567
+ margin-bottom: 8rem !important;
4524
5568
  }
4525
- .ml-size-104--laptop-up {
4526
- margin-left: 6.5rem !important;
5569
+ .ml-size-128--laptop-up {
5570
+ margin-left: 8rem !important;
4527
5571
  }
4528
- .mx-size-104--laptop-up {
4529
- margin-right: 6.5rem !important;
4530
- margin-left: 6.5rem !important;
5572
+ .mx-size-128--laptop-up {
5573
+ margin-right: 8rem !important;
5574
+ margin-left: 8rem !important;
4531
5575
  }
4532
- .my-size-104--laptop-up {
4533
- margin-top: 6.5rem !important;
4534
- margin-bottom: 6.5rem !important;
5576
+ .my-size-128--laptop-up {
5577
+ margin-top: 8rem !important;
5578
+ margin-bottom: 8rem !important;
4535
5579
  }
4536
- .p-size-104--laptop-up {
4537
- padding: 6.5rem !important;
5580
+ .p-size-128--laptop-up {
5581
+ padding: 8rem !important;
4538
5582
  }
4539
- .pt-size-104--laptop-up {
4540
- padding-top: 6.5rem !important;
5583
+ .pt-size-128--laptop-up {
5584
+ padding-top: 8rem !important;
4541
5585
  }
4542
- .pr-size-104--laptop-up {
4543
- padding-right: 6.5rem !important;
5586
+ .pr-size-128--laptop-up {
5587
+ padding-right: 8rem !important;
4544
5588
  }
4545
- .pb-size-104--laptop-up {
4546
- padding-bottom: 6.5rem !important;
5589
+ .pb-size-128--laptop-up {
5590
+ padding-bottom: 8rem !important;
4547
5591
  }
4548
- .pl-size-104--laptop-up {
4549
- padding-left: 6.5rem !important;
5592
+ .pl-size-128--laptop-up {
5593
+ padding-left: 8rem !important;
4550
5594
  }
4551
- .px-size-104--laptop-up {
4552
- padding-right: 6.5rem !important;
4553
- padding-left: 6.5rem !important;
5595
+ .px-size-128--laptop-up {
5596
+ padding-right: 8rem !important;
5597
+ padding-left: 8rem !important;
4554
5598
  }
4555
- .py-size-104--laptop-up {
4556
- padding-top: 6.5rem !important;
4557
- padding-bottom: 6.5rem !important;
5599
+ .py-size-128--laptop-up {
5600
+ padding-top: 8rem !important;
5601
+ padding-bottom: 8rem !important;
4558
5602
  }
4559
5603
  }
4560
5604
  @media screen and (min-width: 100rem) {
4561
- .m-size-104--desktop-up {
4562
- margin: 6.5rem !important;
5605
+ .m-size-128--desktop-up {
5606
+ margin: 8rem !important;
4563
5607
  }
4564
- .mt-size-104--desktop-up {
4565
- margin-top: 6.5rem !important;
5608
+ .mt-size-128--desktop-up {
5609
+ margin-top: 8rem !important;
4566
5610
  }
4567
- .mr-size-104--desktop-up {
4568
- margin-right: 6.5rem !important;
5611
+ .mr-size-128--desktop-up {
5612
+ margin-right: 8rem !important;
4569
5613
  }
4570
- .mb-size-104--desktop-up {
4571
- margin-bottom: 6.5rem !important;
5614
+ .mb-size-128--desktop-up {
5615
+ margin-bottom: 8rem !important;
4572
5616
  }
4573
- .ml-size-104--desktop-up {
4574
- margin-left: 6.5rem !important;
5617
+ .ml-size-128--desktop-up {
5618
+ margin-left: 8rem !important;
4575
5619
  }
4576
- .mx-size-104--desktop-up {
4577
- margin-right: 6.5rem !important;
4578
- margin-left: 6.5rem !important;
5620
+ .mx-size-128--desktop-up {
5621
+ margin-right: 8rem !important;
5622
+ margin-left: 8rem !important;
4579
5623
  }
4580
- .my-size-104--desktop-up {
4581
- margin-top: 6.5rem !important;
4582
- margin-bottom: 6.5rem !important;
5624
+ .my-size-128--desktop-up {
5625
+ margin-top: 8rem !important;
5626
+ margin-bottom: 8rem !important;
4583
5627
  }
4584
- .p-size-104--desktop-up {
4585
- padding: 6.5rem !important;
5628
+ .p-size-128--desktop-up {
5629
+ padding: 8rem !important;
4586
5630
  }
4587
- .pt-size-104--desktop-up {
4588
- padding-top: 6.5rem !important;
5631
+ .pt-size-128--desktop-up {
5632
+ padding-top: 8rem !important;
4589
5633
  }
4590
- .pr-size-104--desktop-up {
4591
- padding-right: 6.5rem !important;
5634
+ .pr-size-128--desktop-up {
5635
+ padding-right: 8rem !important;
4592
5636
  }
4593
- .pb-size-104--desktop-up {
4594
- padding-bottom: 6.5rem !important;
5637
+ .pb-size-128--desktop-up {
5638
+ padding-bottom: 8rem !important;
4595
5639
  }
4596
- .pl-size-104--desktop-up {
4597
- padding-left: 6.5rem !important;
5640
+ .pl-size-128--desktop-up {
5641
+ padding-left: 8rem !important;
4598
5642
  }
4599
- .px-size-104--desktop-up {
4600
- padding-right: 6.5rem !important;
4601
- padding-left: 6.5rem !important;
5643
+ .px-size-128--desktop-up {
5644
+ padding-right: 8rem !important;
5645
+ padding-left: 8rem !important;
4602
5646
  }
4603
- .py-size-104--desktop-up {
4604
- padding-top: 6.5rem !important;
4605
- padding-bottom: 6.5rem !important;
5647
+ .py-size-128--desktop-up {
5648
+ padding-top: 8rem !important;
5649
+ padding-bottom: 8rem !important;
4606
5650
  }
4607
5651
  }
4608
5652
  .m-size-5 {
@@ -7939,6 +8983,24 @@ body {
7939
8983
  .pkt-grid--rowgap-size-40 {
7940
8984
  row-gap: 2.5rem;
7941
8985
  }
8986
+ .pkt-grid--gap-size-48 {
8987
+ gap: 3rem;
8988
+ }
8989
+ .pkt-grid--colgap-size-48 {
8990
+ column-gap: 3rem;
8991
+ }
8992
+ .pkt-grid--rowgap-size-48 {
8993
+ row-gap: 3rem;
8994
+ }
8995
+ .pkt-grid--gap-size-56 {
8996
+ gap: 3.5rem;
8997
+ }
8998
+ .pkt-grid--colgap-size-56 {
8999
+ column-gap: 3.5rem;
9000
+ }
9001
+ .pkt-grid--rowgap-size-56 {
9002
+ row-gap: 3.5rem;
9003
+ }
7942
9004
  .pkt-grid--gap-size-64 {
7943
9005
  gap: 4rem;
7944
9006
  }
@@ -7957,6 +9019,15 @@ body {
7957
9019
  .pkt-grid--rowgap-size-104 {
7958
9020
  row-gap: 6.5rem;
7959
9021
  }
9022
+ .pkt-grid--gap-size-128 {
9023
+ gap: 8rem;
9024
+ }
9025
+ .pkt-grid--colgap-size-128 {
9026
+ column-gap: 8rem;
9027
+ }
9028
+ .pkt-grid--rowgap-size-128 {
9029
+ row-gap: 8rem;
9030
+ }
7960
9031
  .pkt-grid--gap-size-5 {
7961
9032
  gap: 0.3125rem;
7962
9033
  }
@@ -8120,6 +9191,24 @@ body {
8120
9191
  .pkt-grid--rowgap-size-40-mobile-up {
8121
9192
  row-gap: 2.5rem;
8122
9193
  }
9194
+ .pkt-grid--gap-size-48-mobile-up {
9195
+ gap: 3rem;
9196
+ }
9197
+ .pkt-grid--colgap-size-48-mobile-up {
9198
+ column-gap: 3rem;
9199
+ }
9200
+ .pkt-grid--rowgap-size-48-mobile-up {
9201
+ row-gap: 3rem;
9202
+ }
9203
+ .pkt-grid--gap-size-56-mobile-up {
9204
+ gap: 3.5rem;
9205
+ }
9206
+ .pkt-grid--colgap-size-56-mobile-up {
9207
+ column-gap: 3.5rem;
9208
+ }
9209
+ .pkt-grid--rowgap-size-56-mobile-up {
9210
+ row-gap: 3.5rem;
9211
+ }
8123
9212
  .pkt-grid--gap-size-64-mobile-up {
8124
9213
  gap: 4rem;
8125
9214
  }
@@ -8138,6 +9227,15 @@ body {
8138
9227
  .pkt-grid--rowgap-size-104-mobile-up {
8139
9228
  row-gap: 6.5rem;
8140
9229
  }
9230
+ .pkt-grid--gap-size-128-mobile-up {
9231
+ gap: 8rem;
9232
+ }
9233
+ .pkt-grid--colgap-size-128-mobile-up {
9234
+ column-gap: 8rem;
9235
+ }
9236
+ .pkt-grid--rowgap-size-128-mobile-up {
9237
+ row-gap: 8rem;
9238
+ }
8141
9239
  .pkt-grid--gap-size-5-mobile-up {
8142
9240
  gap: 0.3125rem;
8143
9241
  }
@@ -8302,6 +9400,24 @@ body {
8302
9400
  .pkt-grid--rowgap-size-40-phablet-up {
8303
9401
  row-gap: 2.5rem;
8304
9402
  }
9403
+ .pkt-grid--gap-size-48-phablet-up {
9404
+ gap: 3rem;
9405
+ }
9406
+ .pkt-grid--colgap-size-48-phablet-up {
9407
+ column-gap: 3rem;
9408
+ }
9409
+ .pkt-grid--rowgap-size-48-phablet-up {
9410
+ row-gap: 3rem;
9411
+ }
9412
+ .pkt-grid--gap-size-56-phablet-up {
9413
+ gap: 3.5rem;
9414
+ }
9415
+ .pkt-grid--colgap-size-56-phablet-up {
9416
+ column-gap: 3.5rem;
9417
+ }
9418
+ .pkt-grid--rowgap-size-56-phablet-up {
9419
+ row-gap: 3.5rem;
9420
+ }
8305
9421
  .pkt-grid--gap-size-64-phablet-up {
8306
9422
  gap: 4rem;
8307
9423
  }
@@ -8320,6 +9436,15 @@ body {
8320
9436
  .pkt-grid--rowgap-size-104-phablet-up {
8321
9437
  row-gap: 6.5rem;
8322
9438
  }
9439
+ .pkt-grid--gap-size-128-phablet-up {
9440
+ gap: 8rem;
9441
+ }
9442
+ .pkt-grid--colgap-size-128-phablet-up {
9443
+ column-gap: 8rem;
9444
+ }
9445
+ .pkt-grid--rowgap-size-128-phablet-up {
9446
+ row-gap: 8rem;
9447
+ }
8323
9448
  .pkt-grid--gap-size-5-phablet-up {
8324
9449
  gap: 0.3125rem;
8325
9450
  }
@@ -8484,6 +9609,24 @@ body {
8484
9609
  .pkt-grid--rowgap-size-40-tablet-up {
8485
9610
  row-gap: 2.5rem;
8486
9611
  }
9612
+ .pkt-grid--gap-size-48-tablet-up {
9613
+ gap: 3rem;
9614
+ }
9615
+ .pkt-grid--colgap-size-48-tablet-up {
9616
+ column-gap: 3rem;
9617
+ }
9618
+ .pkt-grid--rowgap-size-48-tablet-up {
9619
+ row-gap: 3rem;
9620
+ }
9621
+ .pkt-grid--gap-size-56-tablet-up {
9622
+ gap: 3.5rem;
9623
+ }
9624
+ .pkt-grid--colgap-size-56-tablet-up {
9625
+ column-gap: 3.5rem;
9626
+ }
9627
+ .pkt-grid--rowgap-size-56-tablet-up {
9628
+ row-gap: 3.5rem;
9629
+ }
8487
9630
  .pkt-grid--gap-size-64-tablet-up {
8488
9631
  gap: 4rem;
8489
9632
  }
@@ -8502,6 +9645,15 @@ body {
8502
9645
  .pkt-grid--rowgap-size-104-tablet-up {
8503
9646
  row-gap: 6.5rem;
8504
9647
  }
9648
+ .pkt-grid--gap-size-128-tablet-up {
9649
+ gap: 8rem;
9650
+ }
9651
+ .pkt-grid--colgap-size-128-tablet-up {
9652
+ column-gap: 8rem;
9653
+ }
9654
+ .pkt-grid--rowgap-size-128-tablet-up {
9655
+ row-gap: 8rem;
9656
+ }
8505
9657
  .pkt-grid--gap-size-5-tablet-up {
8506
9658
  gap: 0.3125rem;
8507
9659
  }
@@ -8666,6 +9818,24 @@ body {
8666
9818
  .pkt-grid--rowgap-size-40-tablet-big-up {
8667
9819
  row-gap: 2.5rem;
8668
9820
  }
9821
+ .pkt-grid--gap-size-48-tablet-big-up {
9822
+ gap: 3rem;
9823
+ }
9824
+ .pkt-grid--colgap-size-48-tablet-big-up {
9825
+ column-gap: 3rem;
9826
+ }
9827
+ .pkt-grid--rowgap-size-48-tablet-big-up {
9828
+ row-gap: 3rem;
9829
+ }
9830
+ .pkt-grid--gap-size-56-tablet-big-up {
9831
+ gap: 3.5rem;
9832
+ }
9833
+ .pkt-grid--colgap-size-56-tablet-big-up {
9834
+ column-gap: 3.5rem;
9835
+ }
9836
+ .pkt-grid--rowgap-size-56-tablet-big-up {
9837
+ row-gap: 3.5rem;
9838
+ }
8669
9839
  .pkt-grid--gap-size-64-tablet-big-up {
8670
9840
  gap: 4rem;
8671
9841
  }
@@ -8684,6 +9854,15 @@ body {
8684
9854
  .pkt-grid--rowgap-size-104-tablet-big-up {
8685
9855
  row-gap: 6.5rem;
8686
9856
  }
9857
+ .pkt-grid--gap-size-128-tablet-big-up {
9858
+ gap: 8rem;
9859
+ }
9860
+ .pkt-grid--colgap-size-128-tablet-big-up {
9861
+ column-gap: 8rem;
9862
+ }
9863
+ .pkt-grid--rowgap-size-128-tablet-big-up {
9864
+ row-gap: 8rem;
9865
+ }
8687
9866
  .pkt-grid--gap-size-5-tablet-big-up {
8688
9867
  gap: 0.3125rem;
8689
9868
  }
@@ -8848,6 +10027,24 @@ body {
8848
10027
  .pkt-grid--rowgap-size-40-laptop-up {
8849
10028
  row-gap: 2.5rem;
8850
10029
  }
10030
+ .pkt-grid--gap-size-48-laptop-up {
10031
+ gap: 3rem;
10032
+ }
10033
+ .pkt-grid--colgap-size-48-laptop-up {
10034
+ column-gap: 3rem;
10035
+ }
10036
+ .pkt-grid--rowgap-size-48-laptop-up {
10037
+ row-gap: 3rem;
10038
+ }
10039
+ .pkt-grid--gap-size-56-laptop-up {
10040
+ gap: 3.5rem;
10041
+ }
10042
+ .pkt-grid--colgap-size-56-laptop-up {
10043
+ column-gap: 3.5rem;
10044
+ }
10045
+ .pkt-grid--rowgap-size-56-laptop-up {
10046
+ row-gap: 3.5rem;
10047
+ }
8851
10048
  .pkt-grid--gap-size-64-laptop-up {
8852
10049
  gap: 4rem;
8853
10050
  }
@@ -8866,6 +10063,15 @@ body {
8866
10063
  .pkt-grid--rowgap-size-104-laptop-up {
8867
10064
  row-gap: 6.5rem;
8868
10065
  }
10066
+ .pkt-grid--gap-size-128-laptop-up {
10067
+ gap: 8rem;
10068
+ }
10069
+ .pkt-grid--colgap-size-128-laptop-up {
10070
+ column-gap: 8rem;
10071
+ }
10072
+ .pkt-grid--rowgap-size-128-laptop-up {
10073
+ row-gap: 8rem;
10074
+ }
8869
10075
  .pkt-grid--gap-size-5-laptop-up {
8870
10076
  gap: 0.3125rem;
8871
10077
  }
@@ -9030,6 +10236,24 @@ body {
9030
10236
  .pkt-grid--rowgap-size-40-desktop-up {
9031
10237
  row-gap: 2.5rem;
9032
10238
  }
10239
+ .pkt-grid--gap-size-48-desktop-up {
10240
+ gap: 3rem;
10241
+ }
10242
+ .pkt-grid--colgap-size-48-desktop-up {
10243
+ column-gap: 3rem;
10244
+ }
10245
+ .pkt-grid--rowgap-size-48-desktop-up {
10246
+ row-gap: 3rem;
10247
+ }
10248
+ .pkt-grid--gap-size-56-desktop-up {
10249
+ gap: 3.5rem;
10250
+ }
10251
+ .pkt-grid--colgap-size-56-desktop-up {
10252
+ column-gap: 3.5rem;
10253
+ }
10254
+ .pkt-grid--rowgap-size-56-desktop-up {
10255
+ row-gap: 3.5rem;
10256
+ }
9033
10257
  .pkt-grid--gap-size-64-desktop-up {
9034
10258
  gap: 4rem;
9035
10259
  }
@@ -9048,6 +10272,15 @@ body {
9048
10272
  .pkt-grid--rowgap-size-104-desktop-up {
9049
10273
  row-gap: 6.5rem;
9050
10274
  }
10275
+ .pkt-grid--gap-size-128-desktop-up {
10276
+ gap: 8rem;
10277
+ }
10278
+ .pkt-grid--colgap-size-128-desktop-up {
10279
+ column-gap: 8rem;
10280
+ }
10281
+ .pkt-grid--rowgap-size-128-desktop-up {
10282
+ row-gap: 8rem;
10283
+ }
9051
10284
  .pkt-grid--gap-size-5-desktop-up {
9052
10285
  gap: 0.3125rem;
9053
10286
  }
@@ -11153,47 +12386,163 @@ Therefore, this is removed from the reset here, and images who need to be fluid
11153
12386
  * Footer element
11154
12387
  */
11155
12388
  .pkt-footer {
11156
- background-color: var(--color-blue-dark);
11157
- padding: 2.5rem 0;
11158
12389
  font-size: 1.125rem;
11159
12390
  font-weight: 300;
11160
12391
  letter-spacing: -0.2px;
11161
12392
  line-height: 1.5em;
12393
+ padding: 2.5rem 1.5rem;
12394
+ background-color: var(--color-blue-dark);
12395
+ color: var(--color-white);
12396
+ display: flex;
12397
+ align-items: center;
12398
+ }
12399
+ @media screen and (min-width: 80rem) {
12400
+ .pkt-footer {
12401
+ padding: 3.5rem 1.5rem;
12402
+ justify-content: center;
12403
+ }
12404
+ }
12405
+ .pkt-footer__container {
12406
+ max-width: 80rem;
12407
+ }
12408
+ .pkt-footer__title {
12409
+ font-size: 1.5rem;
12410
+ font-weight: 500;
12411
+ letter-spacing: -0.2px;
12412
+ line-height: 1.5em;
12413
+ margin-bottom: 2rem;
12414
+ margin-top: 0;
11162
12415
  }
11163
- @media screen and (min-width: 35.938rem) {
12416
+ .pkt-footer__text:last-child {
12417
+ margin-bottom: 0;
12418
+ margin-top: 2rem;
12419
+ }
12420
+ .pkt-footer__text:not(:last-child) {
12421
+ margin-bottom: 2rem;
12422
+ margin-top: 0;
12423
+ }
12424
+ .pkt-footer__list {
12425
+ padding: 0;
12426
+ margin: 0;
12427
+ list-style: none;
12428
+ }
12429
+ .pkt-footer__list-item {
12430
+ word-break: break-word;
12431
+ }
12432
+ .pkt-footer__list-item:not(:last-child) {
12433
+ margin-bottom: 1rem;
12434
+ }
12435
+ @media screen and (min-width: 80rem) {
11164
12436
  .pkt-footer__list-item {
11165
- display: inline-flex;
12437
+ margin-bottom: 0;
11166
12438
  }
11167
12439
  }
11168
12440
  .pkt-footer__link {
11169
- color: currentColor;
11170
12441
  display: flex;
11171
- padding: 0.75rem 0;
11172
- text-decoration: none;
12442
+ text-decoration: none !important;
12443
+ }
12444
+ .pkt-footer__link:hover .pkt-footer__link-icon {
12445
+ --fg-color: currentColor;
12446
+ }
12447
+ .pkt-footer__link-icon {
12448
+ --fg-color: currentColor;
12449
+ width: 24px;
12450
+ height: 24px;
12451
+ margin-right: 0.5rem;
12452
+ flex-shrink: 0;
12453
+ }
12454
+ @media screen and (min-width: 80rem) {
12455
+ .pkt-footer__link-icon {
12456
+ margin-top: 0;
12457
+ }
12458
+ }
12459
+ .pkt-footer__social {
12460
+ display: flex;
12461
+ flex-direction: row;
12462
+ justify-content: space-between;
11173
12463
  align-items: flex-start;
12464
+ gap: 2rem;
12465
+ margin-top: 2.5rem;
11174
12466
  }
11175
- @media screen and (min-width: 35.938rem) {
11176
- .pkt-footer__link {
11177
- padding: 0.75rem 2rem 0.75rem 0;
11178
- align-items: center;
12467
+ .pkt-footer__social:hover .pkt-footer__link-icon {
12468
+ --fg-color: currentColor;
12469
+ }
12470
+ @media screen and (min-width: 80rem) {
12471
+ .pkt-footer__social {
12472
+ align-items: flex-end;
12473
+ justify-content: end;
12474
+ }
12475
+ }
12476
+ @media screen and (min-width: 80rem) {
12477
+ .pkt-footer__social-language {
12478
+ justify-self: flex-start;
11179
12479
  }
11180
12480
  }
11181
- .pkt-footer__link:visited .pkt-footer__link-icon {
12481
+ .pkt-footer__social-icon {
11182
12482
  --fg-color: currentColor;
12483
+ flex-shrink: 0;
12484
+ width: 24px;
12485
+ height: 24px;
11183
12486
  }
11184
- .pkt-footer__link:hover .pkt-footer__link-icon {
12487
+ .pkt-footer__social-icon-link:not(:last-child) {
12488
+ margin-right: 1rem;
12489
+ }
12490
+
12491
+ .pkt-footer-simple {
12492
+ font-size: 1.125rem;
12493
+ font-weight: 300;
12494
+ letter-spacing: -0.2px;
12495
+ line-height: 1.5em;
12496
+ padding: 2rem 1.5rem;
12497
+ background-color: var(--color-blue-dark);
12498
+ color: var(--color-white);
12499
+ display: flex;
12500
+ align-items: center;
12501
+ }
12502
+ @media screen and (min-width: 80rem) {
12503
+ .pkt-footer-simple {
12504
+ justify-content: center;
12505
+ }
12506
+ }
12507
+ .pkt-footer-simple__container {
12508
+ max-width: 80rem;
12509
+ }
12510
+ .pkt-footer-simple__list {
12511
+ padding: 0;
12512
+ margin: 0;
12513
+ list-style: none;
12514
+ }
12515
+ @media screen and (min-width: 80rem) {
12516
+ .pkt-footer-simple__list-item {
12517
+ display: inline-flex;
12518
+ }
12519
+ }
12520
+ .pkt-footer-simple__list-item:not(:last-child) {
12521
+ margin-bottom: 1rem;
12522
+ }
12523
+ @media screen and (min-width: 80rem) {
12524
+ .pkt-footer-simple__list-item:not(:last-child) {
12525
+ margin-bottom: 0;
12526
+ margin-right: 2rem;
12527
+ }
12528
+ }
12529
+ .pkt-footer-simple__link {
12530
+ display: flex;
12531
+ text-decoration: none !important;
12532
+ align-items: flex-start;
12533
+ }
12534
+ .pkt-footer-simple__link:hover .pkt-footer__link-icon {
11185
12535
  --fg-color: currentColor;
11186
12536
  }
11187
- .pkt-footer__link-icon {
12537
+ .pkt-footer-simple__link-icon {
11188
12538
  --fg-color: currentColor;
11189
12539
  width: 24px;
11190
12540
  height: 24px;
11191
- margin-right: 0.75rem;
12541
+ margin-right: 0.5rem;
11192
12542
  flex-shrink: 0;
11193
- margin-top: 3px;
11194
12543
  }
11195
- @media screen and (min-width: 35.938rem) {
11196
- .pkt-footer__link-icon {
12544
+ @media screen and (min-width: 80rem) {
12545
+ .pkt-footer-simple__link-icon {
11197
12546
  margin-top: 0;
11198
12547
  }
11199
12548
  }
@@ -11471,6 +12820,9 @@ Therefore, this is removed from the reset here, and images who need to be fluid
11471
12820
  .pkt-linkcard:hover .pkt-linkcard__title {
11472
12821
  text-decoration: underline;
11473
12822
  }
12823
+ .pkt-linkcard:hover .pkt-link--external::after {
12824
+ filter: brightness(0) saturate(100%) invert(16%) sepia(99%) saturate(2420%) hue-rotate(222deg) brightness(93%) contrast(90%);
12825
+ }
11474
12826
  .pkt-linkcard__title {
11475
12827
  font-size: 1.5rem;
11476
12828
  font-weight: 500;
@@ -11478,6 +12830,12 @@ Therefore, this is removed from the reset here, and images who need to be fluid
11478
12830
  line-height: 1.5em;
11479
12831
  margin-bottom: 0.5rem;
11480
12832
  }
12833
+ .pkt-linkcard__title.pkt-link--external::after {
12834
+ height: 32px;
12835
+ width: 32px;
12836
+ background-size: 32px 32px;
12837
+ margin-left: 0.5rem;
12838
+ }
11481
12839
  .pkt-linkcard__text p:first-of-type {
11482
12840
  margin-top: 0;
11483
12841
  }