@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.
@@ -3689,6 +3689,702 @@ body {
3689
3689
  padding-bottom: 2.5rem !important;
3690
3690
  }
3691
3691
  }
3692
+ .m-size-48 {
3693
+ margin: 3rem !important;
3694
+ }
3695
+
3696
+ .mt-size-48 {
3697
+ margin-top: 3rem !important;
3698
+ }
3699
+
3700
+ .mr-size-48 {
3701
+ margin-right: 3rem !important;
3702
+ }
3703
+
3704
+ .mb-size-48 {
3705
+ margin-bottom: 3rem !important;
3706
+ }
3707
+
3708
+ .ml-size-48 {
3709
+ margin-left: 3rem !important;
3710
+ }
3711
+
3712
+ .mx-size-48 {
3713
+ margin-right: 3rem !important;
3714
+ margin-left: 3rem !important;
3715
+ }
3716
+
3717
+ .my-size-48 {
3718
+ margin-top: 3rem !important;
3719
+ margin-bottom: 3rem !important;
3720
+ }
3721
+
3722
+ .p-size-48 {
3723
+ padding: 3rem !important;
3724
+ }
3725
+
3726
+ .pt-size-48 {
3727
+ padding-top: 3rem !important;
3728
+ }
3729
+
3730
+ .pr-size-48 {
3731
+ padding-right: 3rem !important;
3732
+ }
3733
+
3734
+ .pb-size-48 {
3735
+ padding-bottom: 3rem !important;
3736
+ }
3737
+
3738
+ .pl-size-48 {
3739
+ padding-left: 3rem !important;
3740
+ }
3741
+
3742
+ .px-size-48 {
3743
+ padding-right: 3rem !important;
3744
+ padding-left: 3rem !important;
3745
+ }
3746
+
3747
+ .py-size-48 {
3748
+ padding-top: 3rem !important;
3749
+ padding-bottom: 3rem !important;
3750
+ }
3751
+
3752
+ @media screen and (min-width: 0) {
3753
+ .m-size-48--mobile-up {
3754
+ margin: 3rem !important;
3755
+ }
3756
+ .mt-size-48--mobile-up {
3757
+ margin-top: 3rem !important;
3758
+ }
3759
+ .mr-size-48--mobile-up {
3760
+ margin-right: 3rem !important;
3761
+ }
3762
+ .mb-size-48--mobile-up {
3763
+ margin-bottom: 3rem !important;
3764
+ }
3765
+ .ml-size-48--mobile-up {
3766
+ margin-left: 3rem !important;
3767
+ }
3768
+ .mx-size-48--mobile-up {
3769
+ margin-right: 3rem !important;
3770
+ margin-left: 3rem !important;
3771
+ }
3772
+ .my-size-48--mobile-up {
3773
+ margin-top: 3rem !important;
3774
+ margin-bottom: 3rem !important;
3775
+ }
3776
+ .p-size-48--mobile-up {
3777
+ padding: 3rem !important;
3778
+ }
3779
+ .pt-size-48--mobile-up {
3780
+ padding-top: 3rem !important;
3781
+ }
3782
+ .pr-size-48--mobile-up {
3783
+ padding-right: 3rem !important;
3784
+ }
3785
+ .pb-size-48--mobile-up {
3786
+ padding-bottom: 3rem !important;
3787
+ }
3788
+ .pl-size-48--mobile-up {
3789
+ padding-left: 3rem !important;
3790
+ }
3791
+ .px-size-48--mobile-up {
3792
+ padding-right: 3rem !important;
3793
+ padding-left: 3rem !important;
3794
+ }
3795
+ .py-size-48--mobile-up {
3796
+ padding-top: 3rem !important;
3797
+ padding-bottom: 3rem !important;
3798
+ }
3799
+ }
3800
+ @media screen and (min-width: 36rem) {
3801
+ .m-size-48--phablet-up {
3802
+ margin: 3rem !important;
3803
+ }
3804
+ .mt-size-48--phablet-up {
3805
+ margin-top: 3rem !important;
3806
+ }
3807
+ .mr-size-48--phablet-up {
3808
+ margin-right: 3rem !important;
3809
+ }
3810
+ .mb-size-48--phablet-up {
3811
+ margin-bottom: 3rem !important;
3812
+ }
3813
+ .ml-size-48--phablet-up {
3814
+ margin-left: 3rem !important;
3815
+ }
3816
+ .mx-size-48--phablet-up {
3817
+ margin-right: 3rem !important;
3818
+ margin-left: 3rem !important;
3819
+ }
3820
+ .my-size-48--phablet-up {
3821
+ margin-top: 3rem !important;
3822
+ margin-bottom: 3rem !important;
3823
+ }
3824
+ .p-size-48--phablet-up {
3825
+ padding: 3rem !important;
3826
+ }
3827
+ .pt-size-48--phablet-up {
3828
+ padding-top: 3rem !important;
3829
+ }
3830
+ .pr-size-48--phablet-up {
3831
+ padding-right: 3rem !important;
3832
+ }
3833
+ .pb-size-48--phablet-up {
3834
+ padding-bottom: 3rem !important;
3835
+ }
3836
+ .pl-size-48--phablet-up {
3837
+ padding-left: 3rem !important;
3838
+ }
3839
+ .px-size-48--phablet-up {
3840
+ padding-right: 3rem !important;
3841
+ padding-left: 3rem !important;
3842
+ }
3843
+ .py-size-48--phablet-up {
3844
+ padding-top: 3rem !important;
3845
+ padding-bottom: 3rem !important;
3846
+ }
3847
+ }
3848
+ @media screen and (min-width: 48rem) {
3849
+ .m-size-48--tablet-up {
3850
+ margin: 3rem !important;
3851
+ }
3852
+ .mt-size-48--tablet-up {
3853
+ margin-top: 3rem !important;
3854
+ }
3855
+ .mr-size-48--tablet-up {
3856
+ margin-right: 3rem !important;
3857
+ }
3858
+ .mb-size-48--tablet-up {
3859
+ margin-bottom: 3rem !important;
3860
+ }
3861
+ .ml-size-48--tablet-up {
3862
+ margin-left: 3rem !important;
3863
+ }
3864
+ .mx-size-48--tablet-up {
3865
+ margin-right: 3rem !important;
3866
+ margin-left: 3rem !important;
3867
+ }
3868
+ .my-size-48--tablet-up {
3869
+ margin-top: 3rem !important;
3870
+ margin-bottom: 3rem !important;
3871
+ }
3872
+ .p-size-48--tablet-up {
3873
+ padding: 3rem !important;
3874
+ }
3875
+ .pt-size-48--tablet-up {
3876
+ padding-top: 3rem !important;
3877
+ }
3878
+ .pr-size-48--tablet-up {
3879
+ padding-right: 3rem !important;
3880
+ }
3881
+ .pb-size-48--tablet-up {
3882
+ padding-bottom: 3rem !important;
3883
+ }
3884
+ .pl-size-48--tablet-up {
3885
+ padding-left: 3rem !important;
3886
+ }
3887
+ .px-size-48--tablet-up {
3888
+ padding-right: 3rem !important;
3889
+ padding-left: 3rem !important;
3890
+ }
3891
+ .py-size-48--tablet-up {
3892
+ padding-top: 3rem !important;
3893
+ padding-bottom: 3rem !important;
3894
+ }
3895
+ }
3896
+ @media screen and (min-width: 64rem) {
3897
+ .m-size-48--tablet-big-up {
3898
+ margin: 3rem !important;
3899
+ }
3900
+ .mt-size-48--tablet-big-up {
3901
+ margin-top: 3rem !important;
3902
+ }
3903
+ .mr-size-48--tablet-big-up {
3904
+ margin-right: 3rem !important;
3905
+ }
3906
+ .mb-size-48--tablet-big-up {
3907
+ margin-bottom: 3rem !important;
3908
+ }
3909
+ .ml-size-48--tablet-big-up {
3910
+ margin-left: 3rem !important;
3911
+ }
3912
+ .mx-size-48--tablet-big-up {
3913
+ margin-right: 3rem !important;
3914
+ margin-left: 3rem !important;
3915
+ }
3916
+ .my-size-48--tablet-big-up {
3917
+ margin-top: 3rem !important;
3918
+ margin-bottom: 3rem !important;
3919
+ }
3920
+ .p-size-48--tablet-big-up {
3921
+ padding: 3rem !important;
3922
+ }
3923
+ .pt-size-48--tablet-big-up {
3924
+ padding-top: 3rem !important;
3925
+ }
3926
+ .pr-size-48--tablet-big-up {
3927
+ padding-right: 3rem !important;
3928
+ }
3929
+ .pb-size-48--tablet-big-up {
3930
+ padding-bottom: 3rem !important;
3931
+ }
3932
+ .pl-size-48--tablet-big-up {
3933
+ padding-left: 3rem !important;
3934
+ }
3935
+ .px-size-48--tablet-big-up {
3936
+ padding-right: 3rem !important;
3937
+ padding-left: 3rem !important;
3938
+ }
3939
+ .py-size-48--tablet-big-up {
3940
+ padding-top: 3rem !important;
3941
+ padding-bottom: 3rem !important;
3942
+ }
3943
+ }
3944
+ @media screen and (min-width: 80rem) {
3945
+ .m-size-48--laptop-up {
3946
+ margin: 3rem !important;
3947
+ }
3948
+ .mt-size-48--laptop-up {
3949
+ margin-top: 3rem !important;
3950
+ }
3951
+ .mr-size-48--laptop-up {
3952
+ margin-right: 3rem !important;
3953
+ }
3954
+ .mb-size-48--laptop-up {
3955
+ margin-bottom: 3rem !important;
3956
+ }
3957
+ .ml-size-48--laptop-up {
3958
+ margin-left: 3rem !important;
3959
+ }
3960
+ .mx-size-48--laptop-up {
3961
+ margin-right: 3rem !important;
3962
+ margin-left: 3rem !important;
3963
+ }
3964
+ .my-size-48--laptop-up {
3965
+ margin-top: 3rem !important;
3966
+ margin-bottom: 3rem !important;
3967
+ }
3968
+ .p-size-48--laptop-up {
3969
+ padding: 3rem !important;
3970
+ }
3971
+ .pt-size-48--laptop-up {
3972
+ padding-top: 3rem !important;
3973
+ }
3974
+ .pr-size-48--laptop-up {
3975
+ padding-right: 3rem !important;
3976
+ }
3977
+ .pb-size-48--laptop-up {
3978
+ padding-bottom: 3rem !important;
3979
+ }
3980
+ .pl-size-48--laptop-up {
3981
+ padding-left: 3rem !important;
3982
+ }
3983
+ .px-size-48--laptop-up {
3984
+ padding-right: 3rem !important;
3985
+ padding-left: 3rem !important;
3986
+ }
3987
+ .py-size-48--laptop-up {
3988
+ padding-top: 3rem !important;
3989
+ padding-bottom: 3rem !important;
3990
+ }
3991
+ }
3992
+ @media screen and (min-width: 100rem) {
3993
+ .m-size-48--desktop-up {
3994
+ margin: 3rem !important;
3995
+ }
3996
+ .mt-size-48--desktop-up {
3997
+ margin-top: 3rem !important;
3998
+ }
3999
+ .mr-size-48--desktop-up {
4000
+ margin-right: 3rem !important;
4001
+ }
4002
+ .mb-size-48--desktop-up {
4003
+ margin-bottom: 3rem !important;
4004
+ }
4005
+ .ml-size-48--desktop-up {
4006
+ margin-left: 3rem !important;
4007
+ }
4008
+ .mx-size-48--desktop-up {
4009
+ margin-right: 3rem !important;
4010
+ margin-left: 3rem !important;
4011
+ }
4012
+ .my-size-48--desktop-up {
4013
+ margin-top: 3rem !important;
4014
+ margin-bottom: 3rem !important;
4015
+ }
4016
+ .p-size-48--desktop-up {
4017
+ padding: 3rem !important;
4018
+ }
4019
+ .pt-size-48--desktop-up {
4020
+ padding-top: 3rem !important;
4021
+ }
4022
+ .pr-size-48--desktop-up {
4023
+ padding-right: 3rem !important;
4024
+ }
4025
+ .pb-size-48--desktop-up {
4026
+ padding-bottom: 3rem !important;
4027
+ }
4028
+ .pl-size-48--desktop-up {
4029
+ padding-left: 3rem !important;
4030
+ }
4031
+ .px-size-48--desktop-up {
4032
+ padding-right: 3rem !important;
4033
+ padding-left: 3rem !important;
4034
+ }
4035
+ .py-size-48--desktop-up {
4036
+ padding-top: 3rem !important;
4037
+ padding-bottom: 3rem !important;
4038
+ }
4039
+ }
4040
+ .m-size-56 {
4041
+ margin: 3.5rem !important;
4042
+ }
4043
+
4044
+ .mt-size-56 {
4045
+ margin-top: 3.5rem !important;
4046
+ }
4047
+
4048
+ .mr-size-56 {
4049
+ margin-right: 3.5rem !important;
4050
+ }
4051
+
4052
+ .mb-size-56 {
4053
+ margin-bottom: 3.5rem !important;
4054
+ }
4055
+
4056
+ .ml-size-56 {
4057
+ margin-left: 3.5rem !important;
4058
+ }
4059
+
4060
+ .mx-size-56 {
4061
+ margin-right: 3.5rem !important;
4062
+ margin-left: 3.5rem !important;
4063
+ }
4064
+
4065
+ .my-size-56 {
4066
+ margin-top: 3.5rem !important;
4067
+ margin-bottom: 3.5rem !important;
4068
+ }
4069
+
4070
+ .p-size-56 {
4071
+ padding: 3.5rem !important;
4072
+ }
4073
+
4074
+ .pt-size-56 {
4075
+ padding-top: 3.5rem !important;
4076
+ }
4077
+
4078
+ .pr-size-56 {
4079
+ padding-right: 3.5rem !important;
4080
+ }
4081
+
4082
+ .pb-size-56 {
4083
+ padding-bottom: 3.5rem !important;
4084
+ }
4085
+
4086
+ .pl-size-56 {
4087
+ padding-left: 3.5rem !important;
4088
+ }
4089
+
4090
+ .px-size-56 {
4091
+ padding-right: 3.5rem !important;
4092
+ padding-left: 3.5rem !important;
4093
+ }
4094
+
4095
+ .py-size-56 {
4096
+ padding-top: 3.5rem !important;
4097
+ padding-bottom: 3.5rem !important;
4098
+ }
4099
+
4100
+ @media screen and (min-width: 0) {
4101
+ .m-size-56--mobile-up {
4102
+ margin: 3.5rem !important;
4103
+ }
4104
+ .mt-size-56--mobile-up {
4105
+ margin-top: 3.5rem !important;
4106
+ }
4107
+ .mr-size-56--mobile-up {
4108
+ margin-right: 3.5rem !important;
4109
+ }
4110
+ .mb-size-56--mobile-up {
4111
+ margin-bottom: 3.5rem !important;
4112
+ }
4113
+ .ml-size-56--mobile-up {
4114
+ margin-left: 3.5rem !important;
4115
+ }
4116
+ .mx-size-56--mobile-up {
4117
+ margin-right: 3.5rem !important;
4118
+ margin-left: 3.5rem !important;
4119
+ }
4120
+ .my-size-56--mobile-up {
4121
+ margin-top: 3.5rem !important;
4122
+ margin-bottom: 3.5rem !important;
4123
+ }
4124
+ .p-size-56--mobile-up {
4125
+ padding: 3.5rem !important;
4126
+ }
4127
+ .pt-size-56--mobile-up {
4128
+ padding-top: 3.5rem !important;
4129
+ }
4130
+ .pr-size-56--mobile-up {
4131
+ padding-right: 3.5rem !important;
4132
+ }
4133
+ .pb-size-56--mobile-up {
4134
+ padding-bottom: 3.5rem !important;
4135
+ }
4136
+ .pl-size-56--mobile-up {
4137
+ padding-left: 3.5rem !important;
4138
+ }
4139
+ .px-size-56--mobile-up {
4140
+ padding-right: 3.5rem !important;
4141
+ padding-left: 3.5rem !important;
4142
+ }
4143
+ .py-size-56--mobile-up {
4144
+ padding-top: 3.5rem !important;
4145
+ padding-bottom: 3.5rem !important;
4146
+ }
4147
+ }
4148
+ @media screen and (min-width: 36rem) {
4149
+ .m-size-56--phablet-up {
4150
+ margin: 3.5rem !important;
4151
+ }
4152
+ .mt-size-56--phablet-up {
4153
+ margin-top: 3.5rem !important;
4154
+ }
4155
+ .mr-size-56--phablet-up {
4156
+ margin-right: 3.5rem !important;
4157
+ }
4158
+ .mb-size-56--phablet-up {
4159
+ margin-bottom: 3.5rem !important;
4160
+ }
4161
+ .ml-size-56--phablet-up {
4162
+ margin-left: 3.5rem !important;
4163
+ }
4164
+ .mx-size-56--phablet-up {
4165
+ margin-right: 3.5rem !important;
4166
+ margin-left: 3.5rem !important;
4167
+ }
4168
+ .my-size-56--phablet-up {
4169
+ margin-top: 3.5rem !important;
4170
+ margin-bottom: 3.5rem !important;
4171
+ }
4172
+ .p-size-56--phablet-up {
4173
+ padding: 3.5rem !important;
4174
+ }
4175
+ .pt-size-56--phablet-up {
4176
+ padding-top: 3.5rem !important;
4177
+ }
4178
+ .pr-size-56--phablet-up {
4179
+ padding-right: 3.5rem !important;
4180
+ }
4181
+ .pb-size-56--phablet-up {
4182
+ padding-bottom: 3.5rem !important;
4183
+ }
4184
+ .pl-size-56--phablet-up {
4185
+ padding-left: 3.5rem !important;
4186
+ }
4187
+ .px-size-56--phablet-up {
4188
+ padding-right: 3.5rem !important;
4189
+ padding-left: 3.5rem !important;
4190
+ }
4191
+ .py-size-56--phablet-up {
4192
+ padding-top: 3.5rem !important;
4193
+ padding-bottom: 3.5rem !important;
4194
+ }
4195
+ }
4196
+ @media screen and (min-width: 48rem) {
4197
+ .m-size-56--tablet-up {
4198
+ margin: 3.5rem !important;
4199
+ }
4200
+ .mt-size-56--tablet-up {
4201
+ margin-top: 3.5rem !important;
4202
+ }
4203
+ .mr-size-56--tablet-up {
4204
+ margin-right: 3.5rem !important;
4205
+ }
4206
+ .mb-size-56--tablet-up {
4207
+ margin-bottom: 3.5rem !important;
4208
+ }
4209
+ .ml-size-56--tablet-up {
4210
+ margin-left: 3.5rem !important;
4211
+ }
4212
+ .mx-size-56--tablet-up {
4213
+ margin-right: 3.5rem !important;
4214
+ margin-left: 3.5rem !important;
4215
+ }
4216
+ .my-size-56--tablet-up {
4217
+ margin-top: 3.5rem !important;
4218
+ margin-bottom: 3.5rem !important;
4219
+ }
4220
+ .p-size-56--tablet-up {
4221
+ padding: 3.5rem !important;
4222
+ }
4223
+ .pt-size-56--tablet-up {
4224
+ padding-top: 3.5rem !important;
4225
+ }
4226
+ .pr-size-56--tablet-up {
4227
+ padding-right: 3.5rem !important;
4228
+ }
4229
+ .pb-size-56--tablet-up {
4230
+ padding-bottom: 3.5rem !important;
4231
+ }
4232
+ .pl-size-56--tablet-up {
4233
+ padding-left: 3.5rem !important;
4234
+ }
4235
+ .px-size-56--tablet-up {
4236
+ padding-right: 3.5rem !important;
4237
+ padding-left: 3.5rem !important;
4238
+ }
4239
+ .py-size-56--tablet-up {
4240
+ padding-top: 3.5rem !important;
4241
+ padding-bottom: 3.5rem !important;
4242
+ }
4243
+ }
4244
+ @media screen and (min-width: 64rem) {
4245
+ .m-size-56--tablet-big-up {
4246
+ margin: 3.5rem !important;
4247
+ }
4248
+ .mt-size-56--tablet-big-up {
4249
+ margin-top: 3.5rem !important;
4250
+ }
4251
+ .mr-size-56--tablet-big-up {
4252
+ margin-right: 3.5rem !important;
4253
+ }
4254
+ .mb-size-56--tablet-big-up {
4255
+ margin-bottom: 3.5rem !important;
4256
+ }
4257
+ .ml-size-56--tablet-big-up {
4258
+ margin-left: 3.5rem !important;
4259
+ }
4260
+ .mx-size-56--tablet-big-up {
4261
+ margin-right: 3.5rem !important;
4262
+ margin-left: 3.5rem !important;
4263
+ }
4264
+ .my-size-56--tablet-big-up {
4265
+ margin-top: 3.5rem !important;
4266
+ margin-bottom: 3.5rem !important;
4267
+ }
4268
+ .p-size-56--tablet-big-up {
4269
+ padding: 3.5rem !important;
4270
+ }
4271
+ .pt-size-56--tablet-big-up {
4272
+ padding-top: 3.5rem !important;
4273
+ }
4274
+ .pr-size-56--tablet-big-up {
4275
+ padding-right: 3.5rem !important;
4276
+ }
4277
+ .pb-size-56--tablet-big-up {
4278
+ padding-bottom: 3.5rem !important;
4279
+ }
4280
+ .pl-size-56--tablet-big-up {
4281
+ padding-left: 3.5rem !important;
4282
+ }
4283
+ .px-size-56--tablet-big-up {
4284
+ padding-right: 3.5rem !important;
4285
+ padding-left: 3.5rem !important;
4286
+ }
4287
+ .py-size-56--tablet-big-up {
4288
+ padding-top: 3.5rem !important;
4289
+ padding-bottom: 3.5rem !important;
4290
+ }
4291
+ }
4292
+ @media screen and (min-width: 80rem) {
4293
+ .m-size-56--laptop-up {
4294
+ margin: 3.5rem !important;
4295
+ }
4296
+ .mt-size-56--laptop-up {
4297
+ margin-top: 3.5rem !important;
4298
+ }
4299
+ .mr-size-56--laptop-up {
4300
+ margin-right: 3.5rem !important;
4301
+ }
4302
+ .mb-size-56--laptop-up {
4303
+ margin-bottom: 3.5rem !important;
4304
+ }
4305
+ .ml-size-56--laptop-up {
4306
+ margin-left: 3.5rem !important;
4307
+ }
4308
+ .mx-size-56--laptop-up {
4309
+ margin-right: 3.5rem !important;
4310
+ margin-left: 3.5rem !important;
4311
+ }
4312
+ .my-size-56--laptop-up {
4313
+ margin-top: 3.5rem !important;
4314
+ margin-bottom: 3.5rem !important;
4315
+ }
4316
+ .p-size-56--laptop-up {
4317
+ padding: 3.5rem !important;
4318
+ }
4319
+ .pt-size-56--laptop-up {
4320
+ padding-top: 3.5rem !important;
4321
+ }
4322
+ .pr-size-56--laptop-up {
4323
+ padding-right: 3.5rem !important;
4324
+ }
4325
+ .pb-size-56--laptop-up {
4326
+ padding-bottom: 3.5rem !important;
4327
+ }
4328
+ .pl-size-56--laptop-up {
4329
+ padding-left: 3.5rem !important;
4330
+ }
4331
+ .px-size-56--laptop-up {
4332
+ padding-right: 3.5rem !important;
4333
+ padding-left: 3.5rem !important;
4334
+ }
4335
+ .py-size-56--laptop-up {
4336
+ padding-top: 3.5rem !important;
4337
+ padding-bottom: 3.5rem !important;
4338
+ }
4339
+ }
4340
+ @media screen and (min-width: 100rem) {
4341
+ .m-size-56--desktop-up {
4342
+ margin: 3.5rem !important;
4343
+ }
4344
+ .mt-size-56--desktop-up {
4345
+ margin-top: 3.5rem !important;
4346
+ }
4347
+ .mr-size-56--desktop-up {
4348
+ margin-right: 3.5rem !important;
4349
+ }
4350
+ .mb-size-56--desktop-up {
4351
+ margin-bottom: 3.5rem !important;
4352
+ }
4353
+ .ml-size-56--desktop-up {
4354
+ margin-left: 3.5rem !important;
4355
+ }
4356
+ .mx-size-56--desktop-up {
4357
+ margin-right: 3.5rem !important;
4358
+ margin-left: 3.5rem !important;
4359
+ }
4360
+ .my-size-56--desktop-up {
4361
+ margin-top: 3.5rem !important;
4362
+ margin-bottom: 3.5rem !important;
4363
+ }
4364
+ .p-size-56--desktop-up {
4365
+ padding: 3.5rem !important;
4366
+ }
4367
+ .pt-size-56--desktop-up {
4368
+ padding-top: 3.5rem !important;
4369
+ }
4370
+ .pr-size-56--desktop-up {
4371
+ padding-right: 3.5rem !important;
4372
+ }
4373
+ .pb-size-56--desktop-up {
4374
+ padding-bottom: 3.5rem !important;
4375
+ }
4376
+ .pl-size-56--desktop-up {
4377
+ padding-left: 3.5rem !important;
4378
+ }
4379
+ .px-size-56--desktop-up {
4380
+ padding-right: 3.5rem !important;
4381
+ padding-left: 3.5rem !important;
4382
+ }
4383
+ .py-size-56--desktop-up {
4384
+ padding-top: 3.5rem !important;
4385
+ padding-bottom: 3.5rem !important;
4386
+ }
4387
+ }
3692
4388
  .m-size-64 {
3693
4389
  margin: 4rem !important;
3694
4390
  }
@@ -4385,6 +5081,354 @@ body {
4385
5081
  padding-bottom: 6.5rem !important;
4386
5082
  }
4387
5083
  }
5084
+ .m-size-128 {
5085
+ margin: 8rem !important;
5086
+ }
5087
+
5088
+ .mt-size-128 {
5089
+ margin-top: 8rem !important;
5090
+ }
5091
+
5092
+ .mr-size-128 {
5093
+ margin-right: 8rem !important;
5094
+ }
5095
+
5096
+ .mb-size-128 {
5097
+ margin-bottom: 8rem !important;
5098
+ }
5099
+
5100
+ .ml-size-128 {
5101
+ margin-left: 8rem !important;
5102
+ }
5103
+
5104
+ .mx-size-128 {
5105
+ margin-right: 8rem !important;
5106
+ margin-left: 8rem !important;
5107
+ }
5108
+
5109
+ .my-size-128 {
5110
+ margin-top: 8rem !important;
5111
+ margin-bottom: 8rem !important;
5112
+ }
5113
+
5114
+ .p-size-128 {
5115
+ padding: 8rem !important;
5116
+ }
5117
+
5118
+ .pt-size-128 {
5119
+ padding-top: 8rem !important;
5120
+ }
5121
+
5122
+ .pr-size-128 {
5123
+ padding-right: 8rem !important;
5124
+ }
5125
+
5126
+ .pb-size-128 {
5127
+ padding-bottom: 8rem !important;
5128
+ }
5129
+
5130
+ .pl-size-128 {
5131
+ padding-left: 8rem !important;
5132
+ }
5133
+
5134
+ .px-size-128 {
5135
+ padding-right: 8rem !important;
5136
+ padding-left: 8rem !important;
5137
+ }
5138
+
5139
+ .py-size-128 {
5140
+ padding-top: 8rem !important;
5141
+ padding-bottom: 8rem !important;
5142
+ }
5143
+
5144
+ @media screen and (min-width: 0) {
5145
+ .m-size-128--mobile-up {
5146
+ margin: 8rem !important;
5147
+ }
5148
+ .mt-size-128--mobile-up {
5149
+ margin-top: 8rem !important;
5150
+ }
5151
+ .mr-size-128--mobile-up {
5152
+ margin-right: 8rem !important;
5153
+ }
5154
+ .mb-size-128--mobile-up {
5155
+ margin-bottom: 8rem !important;
5156
+ }
5157
+ .ml-size-128--mobile-up {
5158
+ margin-left: 8rem !important;
5159
+ }
5160
+ .mx-size-128--mobile-up {
5161
+ margin-right: 8rem !important;
5162
+ margin-left: 8rem !important;
5163
+ }
5164
+ .my-size-128--mobile-up {
5165
+ margin-top: 8rem !important;
5166
+ margin-bottom: 8rem !important;
5167
+ }
5168
+ .p-size-128--mobile-up {
5169
+ padding: 8rem !important;
5170
+ }
5171
+ .pt-size-128--mobile-up {
5172
+ padding-top: 8rem !important;
5173
+ }
5174
+ .pr-size-128--mobile-up {
5175
+ padding-right: 8rem !important;
5176
+ }
5177
+ .pb-size-128--mobile-up {
5178
+ padding-bottom: 8rem !important;
5179
+ }
5180
+ .pl-size-128--mobile-up {
5181
+ padding-left: 8rem !important;
5182
+ }
5183
+ .px-size-128--mobile-up {
5184
+ padding-right: 8rem !important;
5185
+ padding-left: 8rem !important;
5186
+ }
5187
+ .py-size-128--mobile-up {
5188
+ padding-top: 8rem !important;
5189
+ padding-bottom: 8rem !important;
5190
+ }
5191
+ }
5192
+ @media screen and (min-width: 36rem) {
5193
+ .m-size-128--phablet-up {
5194
+ margin: 8rem !important;
5195
+ }
5196
+ .mt-size-128--phablet-up {
5197
+ margin-top: 8rem !important;
5198
+ }
5199
+ .mr-size-128--phablet-up {
5200
+ margin-right: 8rem !important;
5201
+ }
5202
+ .mb-size-128--phablet-up {
5203
+ margin-bottom: 8rem !important;
5204
+ }
5205
+ .ml-size-128--phablet-up {
5206
+ margin-left: 8rem !important;
5207
+ }
5208
+ .mx-size-128--phablet-up {
5209
+ margin-right: 8rem !important;
5210
+ margin-left: 8rem !important;
5211
+ }
5212
+ .my-size-128--phablet-up {
5213
+ margin-top: 8rem !important;
5214
+ margin-bottom: 8rem !important;
5215
+ }
5216
+ .p-size-128--phablet-up {
5217
+ padding: 8rem !important;
5218
+ }
5219
+ .pt-size-128--phablet-up {
5220
+ padding-top: 8rem !important;
5221
+ }
5222
+ .pr-size-128--phablet-up {
5223
+ padding-right: 8rem !important;
5224
+ }
5225
+ .pb-size-128--phablet-up {
5226
+ padding-bottom: 8rem !important;
5227
+ }
5228
+ .pl-size-128--phablet-up {
5229
+ padding-left: 8rem !important;
5230
+ }
5231
+ .px-size-128--phablet-up {
5232
+ padding-right: 8rem !important;
5233
+ padding-left: 8rem !important;
5234
+ }
5235
+ .py-size-128--phablet-up {
5236
+ padding-top: 8rem !important;
5237
+ padding-bottom: 8rem !important;
5238
+ }
5239
+ }
5240
+ @media screen and (min-width: 48rem) {
5241
+ .m-size-128--tablet-up {
5242
+ margin: 8rem !important;
5243
+ }
5244
+ .mt-size-128--tablet-up {
5245
+ margin-top: 8rem !important;
5246
+ }
5247
+ .mr-size-128--tablet-up {
5248
+ margin-right: 8rem !important;
5249
+ }
5250
+ .mb-size-128--tablet-up {
5251
+ margin-bottom: 8rem !important;
5252
+ }
5253
+ .ml-size-128--tablet-up {
5254
+ margin-left: 8rem !important;
5255
+ }
5256
+ .mx-size-128--tablet-up {
5257
+ margin-right: 8rem !important;
5258
+ margin-left: 8rem !important;
5259
+ }
5260
+ .my-size-128--tablet-up {
5261
+ margin-top: 8rem !important;
5262
+ margin-bottom: 8rem !important;
5263
+ }
5264
+ .p-size-128--tablet-up {
5265
+ padding: 8rem !important;
5266
+ }
5267
+ .pt-size-128--tablet-up {
5268
+ padding-top: 8rem !important;
5269
+ }
5270
+ .pr-size-128--tablet-up {
5271
+ padding-right: 8rem !important;
5272
+ }
5273
+ .pb-size-128--tablet-up {
5274
+ padding-bottom: 8rem !important;
5275
+ }
5276
+ .pl-size-128--tablet-up {
5277
+ padding-left: 8rem !important;
5278
+ }
5279
+ .px-size-128--tablet-up {
5280
+ padding-right: 8rem !important;
5281
+ padding-left: 8rem !important;
5282
+ }
5283
+ .py-size-128--tablet-up {
5284
+ padding-top: 8rem !important;
5285
+ padding-bottom: 8rem !important;
5286
+ }
5287
+ }
5288
+ @media screen and (min-width: 64rem) {
5289
+ .m-size-128--tablet-big-up {
5290
+ margin: 8rem !important;
5291
+ }
5292
+ .mt-size-128--tablet-big-up {
5293
+ margin-top: 8rem !important;
5294
+ }
5295
+ .mr-size-128--tablet-big-up {
5296
+ margin-right: 8rem !important;
5297
+ }
5298
+ .mb-size-128--tablet-big-up {
5299
+ margin-bottom: 8rem !important;
5300
+ }
5301
+ .ml-size-128--tablet-big-up {
5302
+ margin-left: 8rem !important;
5303
+ }
5304
+ .mx-size-128--tablet-big-up {
5305
+ margin-right: 8rem !important;
5306
+ margin-left: 8rem !important;
5307
+ }
5308
+ .my-size-128--tablet-big-up {
5309
+ margin-top: 8rem !important;
5310
+ margin-bottom: 8rem !important;
5311
+ }
5312
+ .p-size-128--tablet-big-up {
5313
+ padding: 8rem !important;
5314
+ }
5315
+ .pt-size-128--tablet-big-up {
5316
+ padding-top: 8rem !important;
5317
+ }
5318
+ .pr-size-128--tablet-big-up {
5319
+ padding-right: 8rem !important;
5320
+ }
5321
+ .pb-size-128--tablet-big-up {
5322
+ padding-bottom: 8rem !important;
5323
+ }
5324
+ .pl-size-128--tablet-big-up {
5325
+ padding-left: 8rem !important;
5326
+ }
5327
+ .px-size-128--tablet-big-up {
5328
+ padding-right: 8rem !important;
5329
+ padding-left: 8rem !important;
5330
+ }
5331
+ .py-size-128--tablet-big-up {
5332
+ padding-top: 8rem !important;
5333
+ padding-bottom: 8rem !important;
5334
+ }
5335
+ }
5336
+ @media screen and (min-width: 80rem) {
5337
+ .m-size-128--laptop-up {
5338
+ margin: 8rem !important;
5339
+ }
5340
+ .mt-size-128--laptop-up {
5341
+ margin-top: 8rem !important;
5342
+ }
5343
+ .mr-size-128--laptop-up {
5344
+ margin-right: 8rem !important;
5345
+ }
5346
+ .mb-size-128--laptop-up {
5347
+ margin-bottom: 8rem !important;
5348
+ }
5349
+ .ml-size-128--laptop-up {
5350
+ margin-left: 8rem !important;
5351
+ }
5352
+ .mx-size-128--laptop-up {
5353
+ margin-right: 8rem !important;
5354
+ margin-left: 8rem !important;
5355
+ }
5356
+ .my-size-128--laptop-up {
5357
+ margin-top: 8rem !important;
5358
+ margin-bottom: 8rem !important;
5359
+ }
5360
+ .p-size-128--laptop-up {
5361
+ padding: 8rem !important;
5362
+ }
5363
+ .pt-size-128--laptop-up {
5364
+ padding-top: 8rem !important;
5365
+ }
5366
+ .pr-size-128--laptop-up {
5367
+ padding-right: 8rem !important;
5368
+ }
5369
+ .pb-size-128--laptop-up {
5370
+ padding-bottom: 8rem !important;
5371
+ }
5372
+ .pl-size-128--laptop-up {
5373
+ padding-left: 8rem !important;
5374
+ }
5375
+ .px-size-128--laptop-up {
5376
+ padding-right: 8rem !important;
5377
+ padding-left: 8rem !important;
5378
+ }
5379
+ .py-size-128--laptop-up {
5380
+ padding-top: 8rem !important;
5381
+ padding-bottom: 8rem !important;
5382
+ }
5383
+ }
5384
+ @media screen and (min-width: 100rem) {
5385
+ .m-size-128--desktop-up {
5386
+ margin: 8rem !important;
5387
+ }
5388
+ .mt-size-128--desktop-up {
5389
+ margin-top: 8rem !important;
5390
+ }
5391
+ .mr-size-128--desktop-up {
5392
+ margin-right: 8rem !important;
5393
+ }
5394
+ .mb-size-128--desktop-up {
5395
+ margin-bottom: 8rem !important;
5396
+ }
5397
+ .ml-size-128--desktop-up {
5398
+ margin-left: 8rem !important;
5399
+ }
5400
+ .mx-size-128--desktop-up {
5401
+ margin-right: 8rem !important;
5402
+ margin-left: 8rem !important;
5403
+ }
5404
+ .my-size-128--desktop-up {
5405
+ margin-top: 8rem !important;
5406
+ margin-bottom: 8rem !important;
5407
+ }
5408
+ .p-size-128--desktop-up {
5409
+ padding: 8rem !important;
5410
+ }
5411
+ .pt-size-128--desktop-up {
5412
+ padding-top: 8rem !important;
5413
+ }
5414
+ .pr-size-128--desktop-up {
5415
+ padding-right: 8rem !important;
5416
+ }
5417
+ .pb-size-128--desktop-up {
5418
+ padding-bottom: 8rem !important;
5419
+ }
5420
+ .pl-size-128--desktop-up {
5421
+ padding-left: 8rem !important;
5422
+ }
5423
+ .px-size-128--desktop-up {
5424
+ padding-right: 8rem !important;
5425
+ padding-left: 8rem !important;
5426
+ }
5427
+ .py-size-128--desktop-up {
5428
+ padding-top: 8rem !important;
5429
+ padding-bottom: 8rem !important;
5430
+ }
5431
+ }
4388
5432
  .m-size-5 {
4389
5433
  margin: 0.3125rem !important;
4390
5434
  }
@@ -7719,6 +8763,24 @@ body {
7719
8763
  .pkt-grid--rowgap-size-40 {
7720
8764
  row-gap: 2.5rem;
7721
8765
  }
8766
+ .pkt-grid--gap-size-48 {
8767
+ gap: 3rem;
8768
+ }
8769
+ .pkt-grid--colgap-size-48 {
8770
+ column-gap: 3rem;
8771
+ }
8772
+ .pkt-grid--rowgap-size-48 {
8773
+ row-gap: 3rem;
8774
+ }
8775
+ .pkt-grid--gap-size-56 {
8776
+ gap: 3.5rem;
8777
+ }
8778
+ .pkt-grid--colgap-size-56 {
8779
+ column-gap: 3.5rem;
8780
+ }
8781
+ .pkt-grid--rowgap-size-56 {
8782
+ row-gap: 3.5rem;
8783
+ }
7722
8784
  .pkt-grid--gap-size-64 {
7723
8785
  gap: 4rem;
7724
8786
  }
@@ -7737,6 +8799,15 @@ body {
7737
8799
  .pkt-grid--rowgap-size-104 {
7738
8800
  row-gap: 6.5rem;
7739
8801
  }
8802
+ .pkt-grid--gap-size-128 {
8803
+ gap: 8rem;
8804
+ }
8805
+ .pkt-grid--colgap-size-128 {
8806
+ column-gap: 8rem;
8807
+ }
8808
+ .pkt-grid--rowgap-size-128 {
8809
+ row-gap: 8rem;
8810
+ }
7740
8811
  .pkt-grid--gap-size-5 {
7741
8812
  gap: 0.3125rem;
7742
8813
  }
@@ -7900,6 +8971,24 @@ body {
7900
8971
  .pkt-grid--rowgap-size-40-mobile-up {
7901
8972
  row-gap: 2.5rem;
7902
8973
  }
8974
+ .pkt-grid--gap-size-48-mobile-up {
8975
+ gap: 3rem;
8976
+ }
8977
+ .pkt-grid--colgap-size-48-mobile-up {
8978
+ column-gap: 3rem;
8979
+ }
8980
+ .pkt-grid--rowgap-size-48-mobile-up {
8981
+ row-gap: 3rem;
8982
+ }
8983
+ .pkt-grid--gap-size-56-mobile-up {
8984
+ gap: 3.5rem;
8985
+ }
8986
+ .pkt-grid--colgap-size-56-mobile-up {
8987
+ column-gap: 3.5rem;
8988
+ }
8989
+ .pkt-grid--rowgap-size-56-mobile-up {
8990
+ row-gap: 3.5rem;
8991
+ }
7903
8992
  .pkt-grid--gap-size-64-mobile-up {
7904
8993
  gap: 4rem;
7905
8994
  }
@@ -7918,6 +9007,15 @@ body {
7918
9007
  .pkt-grid--rowgap-size-104-mobile-up {
7919
9008
  row-gap: 6.5rem;
7920
9009
  }
9010
+ .pkt-grid--gap-size-128-mobile-up {
9011
+ gap: 8rem;
9012
+ }
9013
+ .pkt-grid--colgap-size-128-mobile-up {
9014
+ column-gap: 8rem;
9015
+ }
9016
+ .pkt-grid--rowgap-size-128-mobile-up {
9017
+ row-gap: 8rem;
9018
+ }
7921
9019
  .pkt-grid--gap-size-5-mobile-up {
7922
9020
  gap: 0.3125rem;
7923
9021
  }
@@ -8082,6 +9180,24 @@ body {
8082
9180
  .pkt-grid--rowgap-size-40-phablet-up {
8083
9181
  row-gap: 2.5rem;
8084
9182
  }
9183
+ .pkt-grid--gap-size-48-phablet-up {
9184
+ gap: 3rem;
9185
+ }
9186
+ .pkt-grid--colgap-size-48-phablet-up {
9187
+ column-gap: 3rem;
9188
+ }
9189
+ .pkt-grid--rowgap-size-48-phablet-up {
9190
+ row-gap: 3rem;
9191
+ }
9192
+ .pkt-grid--gap-size-56-phablet-up {
9193
+ gap: 3.5rem;
9194
+ }
9195
+ .pkt-grid--colgap-size-56-phablet-up {
9196
+ column-gap: 3.5rem;
9197
+ }
9198
+ .pkt-grid--rowgap-size-56-phablet-up {
9199
+ row-gap: 3.5rem;
9200
+ }
8085
9201
  .pkt-grid--gap-size-64-phablet-up {
8086
9202
  gap: 4rem;
8087
9203
  }
@@ -8100,6 +9216,15 @@ body {
8100
9216
  .pkt-grid--rowgap-size-104-phablet-up {
8101
9217
  row-gap: 6.5rem;
8102
9218
  }
9219
+ .pkt-grid--gap-size-128-phablet-up {
9220
+ gap: 8rem;
9221
+ }
9222
+ .pkt-grid--colgap-size-128-phablet-up {
9223
+ column-gap: 8rem;
9224
+ }
9225
+ .pkt-grid--rowgap-size-128-phablet-up {
9226
+ row-gap: 8rem;
9227
+ }
8103
9228
  .pkt-grid--gap-size-5-phablet-up {
8104
9229
  gap: 0.3125rem;
8105
9230
  }
@@ -8264,6 +9389,24 @@ body {
8264
9389
  .pkt-grid--rowgap-size-40-tablet-up {
8265
9390
  row-gap: 2.5rem;
8266
9391
  }
9392
+ .pkt-grid--gap-size-48-tablet-up {
9393
+ gap: 3rem;
9394
+ }
9395
+ .pkt-grid--colgap-size-48-tablet-up {
9396
+ column-gap: 3rem;
9397
+ }
9398
+ .pkt-grid--rowgap-size-48-tablet-up {
9399
+ row-gap: 3rem;
9400
+ }
9401
+ .pkt-grid--gap-size-56-tablet-up {
9402
+ gap: 3.5rem;
9403
+ }
9404
+ .pkt-grid--colgap-size-56-tablet-up {
9405
+ column-gap: 3.5rem;
9406
+ }
9407
+ .pkt-grid--rowgap-size-56-tablet-up {
9408
+ row-gap: 3.5rem;
9409
+ }
8267
9410
  .pkt-grid--gap-size-64-tablet-up {
8268
9411
  gap: 4rem;
8269
9412
  }
@@ -8282,6 +9425,15 @@ body {
8282
9425
  .pkt-grid--rowgap-size-104-tablet-up {
8283
9426
  row-gap: 6.5rem;
8284
9427
  }
9428
+ .pkt-grid--gap-size-128-tablet-up {
9429
+ gap: 8rem;
9430
+ }
9431
+ .pkt-grid--colgap-size-128-tablet-up {
9432
+ column-gap: 8rem;
9433
+ }
9434
+ .pkt-grid--rowgap-size-128-tablet-up {
9435
+ row-gap: 8rem;
9436
+ }
8285
9437
  .pkt-grid--gap-size-5-tablet-up {
8286
9438
  gap: 0.3125rem;
8287
9439
  }
@@ -8446,6 +9598,24 @@ body {
8446
9598
  .pkt-grid--rowgap-size-40-tablet-big-up {
8447
9599
  row-gap: 2.5rem;
8448
9600
  }
9601
+ .pkt-grid--gap-size-48-tablet-big-up {
9602
+ gap: 3rem;
9603
+ }
9604
+ .pkt-grid--colgap-size-48-tablet-big-up {
9605
+ column-gap: 3rem;
9606
+ }
9607
+ .pkt-grid--rowgap-size-48-tablet-big-up {
9608
+ row-gap: 3rem;
9609
+ }
9610
+ .pkt-grid--gap-size-56-tablet-big-up {
9611
+ gap: 3.5rem;
9612
+ }
9613
+ .pkt-grid--colgap-size-56-tablet-big-up {
9614
+ column-gap: 3.5rem;
9615
+ }
9616
+ .pkt-grid--rowgap-size-56-tablet-big-up {
9617
+ row-gap: 3.5rem;
9618
+ }
8449
9619
  .pkt-grid--gap-size-64-tablet-big-up {
8450
9620
  gap: 4rem;
8451
9621
  }
@@ -8464,6 +9634,15 @@ body {
8464
9634
  .pkt-grid--rowgap-size-104-tablet-big-up {
8465
9635
  row-gap: 6.5rem;
8466
9636
  }
9637
+ .pkt-grid--gap-size-128-tablet-big-up {
9638
+ gap: 8rem;
9639
+ }
9640
+ .pkt-grid--colgap-size-128-tablet-big-up {
9641
+ column-gap: 8rem;
9642
+ }
9643
+ .pkt-grid--rowgap-size-128-tablet-big-up {
9644
+ row-gap: 8rem;
9645
+ }
8467
9646
  .pkt-grid--gap-size-5-tablet-big-up {
8468
9647
  gap: 0.3125rem;
8469
9648
  }
@@ -8628,6 +9807,24 @@ body {
8628
9807
  .pkt-grid--rowgap-size-40-laptop-up {
8629
9808
  row-gap: 2.5rem;
8630
9809
  }
9810
+ .pkt-grid--gap-size-48-laptop-up {
9811
+ gap: 3rem;
9812
+ }
9813
+ .pkt-grid--colgap-size-48-laptop-up {
9814
+ column-gap: 3rem;
9815
+ }
9816
+ .pkt-grid--rowgap-size-48-laptop-up {
9817
+ row-gap: 3rem;
9818
+ }
9819
+ .pkt-grid--gap-size-56-laptop-up {
9820
+ gap: 3.5rem;
9821
+ }
9822
+ .pkt-grid--colgap-size-56-laptop-up {
9823
+ column-gap: 3.5rem;
9824
+ }
9825
+ .pkt-grid--rowgap-size-56-laptop-up {
9826
+ row-gap: 3.5rem;
9827
+ }
8631
9828
  .pkt-grid--gap-size-64-laptop-up {
8632
9829
  gap: 4rem;
8633
9830
  }
@@ -8646,6 +9843,15 @@ body {
8646
9843
  .pkt-grid--rowgap-size-104-laptop-up {
8647
9844
  row-gap: 6.5rem;
8648
9845
  }
9846
+ .pkt-grid--gap-size-128-laptop-up {
9847
+ gap: 8rem;
9848
+ }
9849
+ .pkt-grid--colgap-size-128-laptop-up {
9850
+ column-gap: 8rem;
9851
+ }
9852
+ .pkt-grid--rowgap-size-128-laptop-up {
9853
+ row-gap: 8rem;
9854
+ }
8649
9855
  .pkt-grid--gap-size-5-laptop-up {
8650
9856
  gap: 0.3125rem;
8651
9857
  }
@@ -8810,6 +10016,24 @@ body {
8810
10016
  .pkt-grid--rowgap-size-40-desktop-up {
8811
10017
  row-gap: 2.5rem;
8812
10018
  }
10019
+ .pkt-grid--gap-size-48-desktop-up {
10020
+ gap: 3rem;
10021
+ }
10022
+ .pkt-grid--colgap-size-48-desktop-up {
10023
+ column-gap: 3rem;
10024
+ }
10025
+ .pkt-grid--rowgap-size-48-desktop-up {
10026
+ row-gap: 3rem;
10027
+ }
10028
+ .pkt-grid--gap-size-56-desktop-up {
10029
+ gap: 3.5rem;
10030
+ }
10031
+ .pkt-grid--colgap-size-56-desktop-up {
10032
+ column-gap: 3.5rem;
10033
+ }
10034
+ .pkt-grid--rowgap-size-56-desktop-up {
10035
+ row-gap: 3.5rem;
10036
+ }
8813
10037
  .pkt-grid--gap-size-64-desktop-up {
8814
10038
  gap: 4rem;
8815
10039
  }
@@ -8828,6 +10052,15 @@ body {
8828
10052
  .pkt-grid--rowgap-size-104-desktop-up {
8829
10053
  row-gap: 6.5rem;
8830
10054
  }
10055
+ .pkt-grid--gap-size-128-desktop-up {
10056
+ gap: 8rem;
10057
+ }
10058
+ .pkt-grid--colgap-size-128-desktop-up {
10059
+ column-gap: 8rem;
10060
+ }
10061
+ .pkt-grid--rowgap-size-128-desktop-up {
10062
+ row-gap: 8rem;
10063
+ }
8831
10064
  .pkt-grid--gap-size-5-desktop-up {
8832
10065
  gap: 0.3125rem;
8833
10066
  }