@oslokommune/punkt-css 11.0.1 → 11.0.3

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
@@ -11374,7 +11374,7 @@ body {
11374
11374
  margin-right: 0;
11375
11375
  }
11376
11376
 
11377
- /*
11377
+ /*
11378
11378
  * CSS Grid layouts
11379
11379
  */
11380
11380
  .pkt-grid {
@@ -13206,6 +13206,24 @@ body {
13206
13206
  row-gap: 6.25rem;
13207
13207
  }
13208
13208
  }
13209
+ .pkt-grid > .pkt-cell--left {
13210
+ justify-self: start;
13211
+ }
13212
+ .pkt-grid > .pkt-cell--center {
13213
+ justify-self: center;
13214
+ }
13215
+ .pkt-grid > .pkt-cell--right {
13216
+ justify-self: end;
13217
+ }
13218
+ .pkt-grid > .pkt-cell--top {
13219
+ align-self: self-start;
13220
+ }
13221
+ .pkt-grid > .pkt-cell--center-vertical {
13222
+ align-self: center;
13223
+ }
13224
+ .pkt-grid > .pkt-cell--bottom {
13225
+ align-self: self-end;
13226
+ }
13209
13227
  .pkt-grid > .pkt-cell.pkt-cell--span2 {
13210
13228
  grid-column-end: span 2;
13211
13229
  }
@@ -13947,6 +13965,2622 @@ button.pkt-link {
13947
13965
  font-weight: 700;
13948
13966
  }
13949
13967
 
13968
+ @media screen and (min-width: 0) {
13969
+ .pkt-txt-54--mobile-up {
13970
+ font-size: 3.375rem;
13971
+ font-weight: 400;
13972
+ letter-spacing: -0.4px;
13973
+ line-height: 5.125rem;
13974
+ }
13975
+ }
13976
+ @media screen and (min-width: 0) {
13977
+ .pkt-txt-40--mobile-up {
13978
+ font-size: 2.5rem;
13979
+ font-weight: 400;
13980
+ letter-spacing: -0.2px;
13981
+ line-height: 3.75rem;
13982
+ }
13983
+ }
13984
+ @media screen and (min-width: 0) {
13985
+ .pkt-txt-36--mobile-up {
13986
+ font-size: 2.25rem;
13987
+ font-weight: 400;
13988
+ letter-spacing: -0.2px;
13989
+ line-height: 3.375rem;
13990
+ }
13991
+ }
13992
+ @media screen and (min-width: 0) {
13993
+ .pkt-txt-30--mobile-up {
13994
+ font-size: 1.875rem;
13995
+ font-weight: 400;
13996
+ letter-spacing: -0.2px;
13997
+ line-height: 2.75rem;
13998
+ }
13999
+ }
14000
+ @media screen and (min-width: 0) {
14001
+ .pkt-txt-28--mobile-up {
14002
+ font-size: 1.75rem;
14003
+ font-weight: 400;
14004
+ letter-spacing: -0.2px;
14005
+ line-height: 2.25rem;
14006
+ }
14007
+ }
14008
+ @media screen and (min-width: 0) {
14009
+ .pkt-txt-26--mobile-up {
14010
+ font-size: 1.625rem;
14011
+ font-weight: 400;
14012
+ letter-spacing: -0.2px;
14013
+ line-height: 2.5rem;
14014
+ }
14015
+ }
14016
+ @media screen and (min-width: 0) {
14017
+ .pkt-txt-24--mobile-up {
14018
+ font-size: 1.5rem;
14019
+ font-weight: 400;
14020
+ letter-spacing: -0.2px;
14021
+ line-height: 2.25rem;
14022
+ }
14023
+ }
14024
+ @media screen and (min-width: 0) {
14025
+ .pkt-txt-22--mobile-up {
14026
+ font-size: 1.375rem;
14027
+ font-weight: 400;
14028
+ letter-spacing: -0.2px;
14029
+ line-height: 2.125rem;
14030
+ }
14031
+ }
14032
+ @media screen and (min-width: 0) {
14033
+ .pkt-txt-20--mobile-up {
14034
+ font-size: 1.25rem;
14035
+ font-weight: 400;
14036
+ letter-spacing: -0.2px;
14037
+ line-height: 2rem;
14038
+ }
14039
+ }
14040
+ @media screen and (min-width: 0) {
14041
+ .pkt-txt-18--mobile-up {
14042
+ font-size: 1.125rem;
14043
+ font-weight: 400;
14044
+ letter-spacing: -0.2px;
14045
+ line-height: 1.75rem;
14046
+ }
14047
+ }
14048
+ @media screen and (min-width: 0) {
14049
+ .pkt-txt-16--mobile-up {
14050
+ font-size: 1rem;
14051
+ font-weight: 400;
14052
+ letter-spacing: -0.2px;
14053
+ line-height: 1.5rem;
14054
+ }
14055
+ }
14056
+ @media screen and (min-width: 0) {
14057
+ .pkt-txt-14--mobile-up {
14058
+ font-size: 0.875rem;
14059
+ font-weight: 400;
14060
+ letter-spacing: -0.2px;
14061
+ line-height: 1.375rem;
14062
+ }
14063
+ }
14064
+ @media screen and (min-width: 0) {
14065
+ .pkt-txt-12--mobile-up {
14066
+ font-size: 0.75rem;
14067
+ font-weight: 400;
14068
+ letter-spacing: -0.2px;
14069
+ line-height: 1.25rem;
14070
+ }
14071
+ }
14072
+ @media screen and (min-width: 0) {
14073
+ .pkt-txt-54-medium--mobile-up {
14074
+ font-size: 3.375rem;
14075
+ font-weight: 500;
14076
+ letter-spacing: -0.4px;
14077
+ line-height: 5.125rem;
14078
+ }
14079
+ }
14080
+ @media screen and (min-width: 0) {
14081
+ .pkt-txt-40-medium--mobile-up {
14082
+ font-size: 2.5rem;
14083
+ font-weight: 500;
14084
+ letter-spacing: -0.2px;
14085
+ line-height: 3.75rem;
14086
+ }
14087
+ }
14088
+ @media screen and (min-width: 0) {
14089
+ .pkt-txt-36-medium--mobile-up {
14090
+ font-size: 2.25rem;
14091
+ font-weight: 500;
14092
+ letter-spacing: -0.2px;
14093
+ line-height: 3.375rem;
14094
+ }
14095
+ }
14096
+ @media screen and (min-width: 0) {
14097
+ .pkt-txt-30-medium--mobile-up {
14098
+ font-size: 1.875rem;
14099
+ font-weight: 500;
14100
+ letter-spacing: -0.2px;
14101
+ line-height: 2.75rem;
14102
+ }
14103
+ }
14104
+ @media screen and (min-width: 0) {
14105
+ .pkt-txt-28-medium--mobile-up {
14106
+ font-size: 1.75rem;
14107
+ font-weight: 500;
14108
+ letter-spacing: -0.2px;
14109
+ line-height: 2.25rem;
14110
+ }
14111
+ }
14112
+ @media screen and (min-width: 0) {
14113
+ .pkt-txt-26-medium--mobile-up {
14114
+ font-size: 1.625rem;
14115
+ font-weight: 500;
14116
+ letter-spacing: -0.2px;
14117
+ line-height: 2.5rem;
14118
+ }
14119
+ }
14120
+ @media screen and (min-width: 0) {
14121
+ .pkt-txt-24-medium--mobile-up {
14122
+ font-size: 1.5rem;
14123
+ font-weight: 500;
14124
+ letter-spacing: -0.2px;
14125
+ line-height: 2.25rem;
14126
+ }
14127
+ }
14128
+ @media screen and (min-width: 0) {
14129
+ .pkt-txt-22-medium--mobile-up {
14130
+ font-size: 1.375rem;
14131
+ font-weight: 500;
14132
+ letter-spacing: -0.2px;
14133
+ line-height: 2.125rem;
14134
+ }
14135
+ }
14136
+ @media screen and (min-width: 0) {
14137
+ .pkt-txt-20-medium--mobile-up {
14138
+ font-size: 1.25rem;
14139
+ font-weight: 500;
14140
+ letter-spacing: -0.2px;
14141
+ line-height: 2rem;
14142
+ }
14143
+ }
14144
+ @media screen and (min-width: 0) {
14145
+ .pkt-txt-18-medium--mobile-up {
14146
+ font-size: 1.125rem;
14147
+ font-weight: 500;
14148
+ letter-spacing: -0.2px;
14149
+ line-height: 1.75rem;
14150
+ }
14151
+ }
14152
+ @media screen and (min-width: 0) {
14153
+ .pkt-txt-16-medium--mobile-up {
14154
+ font-size: 1rem;
14155
+ font-weight: 500;
14156
+ letter-spacing: -0.2px;
14157
+ line-height: 1.5rem;
14158
+ }
14159
+ }
14160
+ @media screen and (min-width: 0) {
14161
+ .pkt-txt-14-medium--mobile-up {
14162
+ font-size: 0.875rem;
14163
+ font-weight: 500;
14164
+ letter-spacing: -0.2px;
14165
+ line-height: 1.375rem;
14166
+ }
14167
+ }
14168
+ @media screen and (min-width: 0) {
14169
+ .pkt-txt-12-medium--mobile-up {
14170
+ font-size: 0.75rem;
14171
+ font-weight: 500;
14172
+ letter-spacing: -0.2px;
14173
+ line-height: 1.25rem;
14174
+ }
14175
+ }
14176
+ @media screen and (min-width: 0) {
14177
+ .pkt-txt-54-bold--mobile-up {
14178
+ font-size: 3.375rem;
14179
+ font-weight: 700;
14180
+ letter-spacing: -0.4px;
14181
+ line-height: 5.125rem;
14182
+ }
14183
+ }
14184
+ @media screen and (min-width: 0) {
14185
+ .pkt-txt-40-bold--mobile-up {
14186
+ font-size: 2.5rem;
14187
+ font-weight: 700;
14188
+ letter-spacing: -0.2px;
14189
+ line-height: 3.75rem;
14190
+ }
14191
+ }
14192
+ @media screen and (min-width: 0) {
14193
+ .pkt-txt-36-bold--mobile-up {
14194
+ font-size: 2.25rem;
14195
+ font-weight: 700;
14196
+ letter-spacing: -0.2px;
14197
+ line-height: 3.375rem;
14198
+ }
14199
+ }
14200
+ @media screen and (min-width: 0) {
14201
+ .pkt-txt-30-bold--mobile-up {
14202
+ font-size: 1.875rem;
14203
+ font-weight: 700;
14204
+ letter-spacing: -0.2px;
14205
+ line-height: 2.75rem;
14206
+ }
14207
+ }
14208
+ @media screen and (min-width: 0) {
14209
+ .pkt-txt-28-bold--mobile-up {
14210
+ font-size: 1.75rem;
14211
+ font-weight: 700;
14212
+ letter-spacing: -0.2px;
14213
+ line-height: 2.25rem;
14214
+ }
14215
+ }
14216
+ @media screen and (min-width: 0) {
14217
+ .pkt-txt-26-bold--mobile-up {
14218
+ font-size: 1.625rem;
14219
+ font-weight: 700;
14220
+ letter-spacing: -0.2px;
14221
+ line-height: 2.5rem;
14222
+ }
14223
+ }
14224
+ @media screen and (min-width: 0) {
14225
+ .pkt-txt-24-bold--mobile-up {
14226
+ font-size: 1.5rem;
14227
+ font-weight: 700;
14228
+ letter-spacing: -0.2px;
14229
+ line-height: 2.25rem;
14230
+ }
14231
+ }
14232
+ @media screen and (min-width: 0) {
14233
+ .pkt-txt-22-bold--mobile-up {
14234
+ font-size: 1.375rem;
14235
+ font-weight: 700;
14236
+ letter-spacing: -0.2px;
14237
+ line-height: 2.125rem;
14238
+ }
14239
+ }
14240
+ @media screen and (min-width: 0) {
14241
+ .pkt-txt-20-bold--mobile-up {
14242
+ font-size: 1.25rem;
14243
+ font-weight: 700;
14244
+ letter-spacing: -0.2px;
14245
+ line-height: 2rem;
14246
+ }
14247
+ }
14248
+ @media screen and (min-width: 0) {
14249
+ .pkt-txt-18-bold--mobile-up {
14250
+ font-size: 1.125rem;
14251
+ font-weight: 700;
14252
+ letter-spacing: -0.2px;
14253
+ line-height: 1.75rem;
14254
+ }
14255
+ }
14256
+ @media screen and (min-width: 0) {
14257
+ .pkt-txt-16-bold--mobile-up {
14258
+ font-size: 1rem;
14259
+ font-weight: 700;
14260
+ letter-spacing: -0.2px;
14261
+ line-height: 1.5rem;
14262
+ }
14263
+ }
14264
+ @media screen and (min-width: 0) {
14265
+ .pkt-txt-14-bold--mobile-up {
14266
+ font-size: 0.875rem;
14267
+ font-weight: 700;
14268
+ letter-spacing: -0.2px;
14269
+ line-height: 1.375rem;
14270
+ }
14271
+ }
14272
+ @media screen and (min-width: 0) {
14273
+ .pkt-txt-12-bold--mobile-up {
14274
+ font-size: 0.75rem;
14275
+ font-weight: 700;
14276
+ letter-spacing: -0.2px;
14277
+ line-height: 1.25rem;
14278
+ }
14279
+ }
14280
+ @media screen and (min-width: 0) {
14281
+ .pkt-txt-54-light--mobile-up {
14282
+ font-size: 3.375rem;
14283
+ font-weight: 300;
14284
+ letter-spacing: -0.4px;
14285
+ line-height: 5.125rem;
14286
+ }
14287
+ }
14288
+ @media screen and (min-width: 0) {
14289
+ .pkt-txt-40-light--mobile-up {
14290
+ font-size: 2.5rem;
14291
+ font-weight: 300;
14292
+ letter-spacing: -0.2px;
14293
+ line-height: 3.75rem;
14294
+ }
14295
+ }
14296
+ @media screen and (min-width: 0) {
14297
+ .pkt-txt-36-light--mobile-up {
14298
+ font-size: 2.25rem;
14299
+ font-weight: 300;
14300
+ letter-spacing: -0.2px;
14301
+ line-height: 3.375rem;
14302
+ }
14303
+ }
14304
+ @media screen and (min-width: 0) {
14305
+ .pkt-txt-30-light--mobile-up {
14306
+ font-size: 1.875rem;
14307
+ font-weight: 300;
14308
+ letter-spacing: -0.2px;
14309
+ line-height: 2.75rem;
14310
+ }
14311
+ }
14312
+ @media screen and (min-width: 0) {
14313
+ .pkt-txt-28-light--mobile-up {
14314
+ font-size: 1.75rem;
14315
+ font-weight: 300;
14316
+ letter-spacing: -0.2px;
14317
+ line-height: 2.25rem;
14318
+ }
14319
+ }
14320
+ @media screen and (min-width: 0) {
14321
+ .pkt-txt-26-light--mobile-up {
14322
+ font-size: 1.625rem;
14323
+ font-weight: 300;
14324
+ letter-spacing: -0.2px;
14325
+ line-height: 2.5rem;
14326
+ }
14327
+ }
14328
+ @media screen and (min-width: 0) {
14329
+ .pkt-txt-24-light--mobile-up {
14330
+ font-size: 1.5rem;
14331
+ font-weight: 300;
14332
+ letter-spacing: -0.2px;
14333
+ line-height: 2.25rem;
14334
+ }
14335
+ }
14336
+ @media screen and (min-width: 0) {
14337
+ .pkt-txt-22-light--mobile-up {
14338
+ font-size: 1.375rem;
14339
+ font-weight: 300;
14340
+ letter-spacing: -0.2px;
14341
+ line-height: 2.125rem;
14342
+ }
14343
+ }
14344
+ @media screen and (min-width: 0) {
14345
+ .pkt-txt-20-light--mobile-up {
14346
+ font-size: 1.25rem;
14347
+ font-weight: 300;
14348
+ letter-spacing: -0.2px;
14349
+ line-height: 2rem;
14350
+ }
14351
+ }
14352
+ @media screen and (min-width: 0) {
14353
+ .pkt-txt-18-light--mobile-up {
14354
+ font-size: 1.125rem;
14355
+ font-weight: 300;
14356
+ letter-spacing: -0.2px;
14357
+ line-height: 1.75rem;
14358
+ }
14359
+ }
14360
+ @media screen and (min-width: 0) {
14361
+ .pkt-txt-16-light--mobile-up {
14362
+ font-size: 1rem;
14363
+ font-weight: 300;
14364
+ letter-spacing: -0.2px;
14365
+ line-height: 1.5rem;
14366
+ }
14367
+ }
14368
+ @media screen and (min-width: 0) {
14369
+ .pkt-txt-14-light--mobile-up {
14370
+ font-size: 0.875rem;
14371
+ font-weight: 300;
14372
+ letter-spacing: -0.2px;
14373
+ line-height: 1.375rem;
14374
+ }
14375
+ }
14376
+ @media screen and (min-width: 0) {
14377
+ .pkt-txt-12-light--mobile-up {
14378
+ font-size: 0.75rem;
14379
+ font-weight: 300;
14380
+ letter-spacing: -0.2px;
14381
+ line-height: 1.25rem;
14382
+ }
14383
+ }
14384
+ @media screen and (min-width: 0) {
14385
+ .pkt-font-light--mobile-up {
14386
+ font-weight: 300;
14387
+ }
14388
+ }
14389
+ @media screen and (min-width: 0) {
14390
+ .pkt-font-regular--mobile-up {
14391
+ font-weight: 400;
14392
+ }
14393
+ }
14394
+ @media screen and (min-width: 0) {
14395
+ .pkt-font-medium--mobile-up {
14396
+ font-weight: 500;
14397
+ }
14398
+ }
14399
+ @media screen and (min-width: 0) {
14400
+ .pkt-font-bold--mobile-up {
14401
+ font-weight: 700;
14402
+ }
14403
+ }
14404
+ @media screen and (min-width: 36rem) {
14405
+ .pkt-txt-54--phablet-up {
14406
+ font-size: 3.375rem;
14407
+ font-weight: 400;
14408
+ letter-spacing: -0.4px;
14409
+ line-height: 5.125rem;
14410
+ }
14411
+ }
14412
+ @media screen and (min-width: 36rem) {
14413
+ .pkt-txt-40--phablet-up {
14414
+ font-size: 2.5rem;
14415
+ font-weight: 400;
14416
+ letter-spacing: -0.2px;
14417
+ line-height: 3.75rem;
14418
+ }
14419
+ }
14420
+ @media screen and (min-width: 36rem) {
14421
+ .pkt-txt-36--phablet-up {
14422
+ font-size: 2.25rem;
14423
+ font-weight: 400;
14424
+ letter-spacing: -0.2px;
14425
+ line-height: 3.375rem;
14426
+ }
14427
+ }
14428
+ @media screen and (min-width: 36rem) {
14429
+ .pkt-txt-30--phablet-up {
14430
+ font-size: 1.875rem;
14431
+ font-weight: 400;
14432
+ letter-spacing: -0.2px;
14433
+ line-height: 2.75rem;
14434
+ }
14435
+ }
14436
+ @media screen and (min-width: 36rem) {
14437
+ .pkt-txt-28--phablet-up {
14438
+ font-size: 1.75rem;
14439
+ font-weight: 400;
14440
+ letter-spacing: -0.2px;
14441
+ line-height: 2.25rem;
14442
+ }
14443
+ }
14444
+ @media screen and (min-width: 36rem) {
14445
+ .pkt-txt-26--phablet-up {
14446
+ font-size: 1.625rem;
14447
+ font-weight: 400;
14448
+ letter-spacing: -0.2px;
14449
+ line-height: 2.5rem;
14450
+ }
14451
+ }
14452
+ @media screen and (min-width: 36rem) {
14453
+ .pkt-txt-24--phablet-up {
14454
+ font-size: 1.5rem;
14455
+ font-weight: 400;
14456
+ letter-spacing: -0.2px;
14457
+ line-height: 2.25rem;
14458
+ }
14459
+ }
14460
+ @media screen and (min-width: 36rem) {
14461
+ .pkt-txt-22--phablet-up {
14462
+ font-size: 1.375rem;
14463
+ font-weight: 400;
14464
+ letter-spacing: -0.2px;
14465
+ line-height: 2.125rem;
14466
+ }
14467
+ }
14468
+ @media screen and (min-width: 36rem) {
14469
+ .pkt-txt-20--phablet-up {
14470
+ font-size: 1.25rem;
14471
+ font-weight: 400;
14472
+ letter-spacing: -0.2px;
14473
+ line-height: 2rem;
14474
+ }
14475
+ }
14476
+ @media screen and (min-width: 36rem) {
14477
+ .pkt-txt-18--phablet-up {
14478
+ font-size: 1.125rem;
14479
+ font-weight: 400;
14480
+ letter-spacing: -0.2px;
14481
+ line-height: 1.75rem;
14482
+ }
14483
+ }
14484
+ @media screen and (min-width: 36rem) {
14485
+ .pkt-txt-16--phablet-up {
14486
+ font-size: 1rem;
14487
+ font-weight: 400;
14488
+ letter-spacing: -0.2px;
14489
+ line-height: 1.5rem;
14490
+ }
14491
+ }
14492
+ @media screen and (min-width: 36rem) {
14493
+ .pkt-txt-14--phablet-up {
14494
+ font-size: 0.875rem;
14495
+ font-weight: 400;
14496
+ letter-spacing: -0.2px;
14497
+ line-height: 1.375rem;
14498
+ }
14499
+ }
14500
+ @media screen and (min-width: 36rem) {
14501
+ .pkt-txt-12--phablet-up {
14502
+ font-size: 0.75rem;
14503
+ font-weight: 400;
14504
+ letter-spacing: -0.2px;
14505
+ line-height: 1.25rem;
14506
+ }
14507
+ }
14508
+ @media screen and (min-width: 36rem) {
14509
+ .pkt-txt-54-medium--phablet-up {
14510
+ font-size: 3.375rem;
14511
+ font-weight: 500;
14512
+ letter-spacing: -0.4px;
14513
+ line-height: 5.125rem;
14514
+ }
14515
+ }
14516
+ @media screen and (min-width: 36rem) {
14517
+ .pkt-txt-40-medium--phablet-up {
14518
+ font-size: 2.5rem;
14519
+ font-weight: 500;
14520
+ letter-spacing: -0.2px;
14521
+ line-height: 3.75rem;
14522
+ }
14523
+ }
14524
+ @media screen and (min-width: 36rem) {
14525
+ .pkt-txt-36-medium--phablet-up {
14526
+ font-size: 2.25rem;
14527
+ font-weight: 500;
14528
+ letter-spacing: -0.2px;
14529
+ line-height: 3.375rem;
14530
+ }
14531
+ }
14532
+ @media screen and (min-width: 36rem) {
14533
+ .pkt-txt-30-medium--phablet-up {
14534
+ font-size: 1.875rem;
14535
+ font-weight: 500;
14536
+ letter-spacing: -0.2px;
14537
+ line-height: 2.75rem;
14538
+ }
14539
+ }
14540
+ @media screen and (min-width: 36rem) {
14541
+ .pkt-txt-28-medium--phablet-up {
14542
+ font-size: 1.75rem;
14543
+ font-weight: 500;
14544
+ letter-spacing: -0.2px;
14545
+ line-height: 2.25rem;
14546
+ }
14547
+ }
14548
+ @media screen and (min-width: 36rem) {
14549
+ .pkt-txt-26-medium--phablet-up {
14550
+ font-size: 1.625rem;
14551
+ font-weight: 500;
14552
+ letter-spacing: -0.2px;
14553
+ line-height: 2.5rem;
14554
+ }
14555
+ }
14556
+ @media screen and (min-width: 36rem) {
14557
+ .pkt-txt-24-medium--phablet-up {
14558
+ font-size: 1.5rem;
14559
+ font-weight: 500;
14560
+ letter-spacing: -0.2px;
14561
+ line-height: 2.25rem;
14562
+ }
14563
+ }
14564
+ @media screen and (min-width: 36rem) {
14565
+ .pkt-txt-22-medium--phablet-up {
14566
+ font-size: 1.375rem;
14567
+ font-weight: 500;
14568
+ letter-spacing: -0.2px;
14569
+ line-height: 2.125rem;
14570
+ }
14571
+ }
14572
+ @media screen and (min-width: 36rem) {
14573
+ .pkt-txt-20-medium--phablet-up {
14574
+ font-size: 1.25rem;
14575
+ font-weight: 500;
14576
+ letter-spacing: -0.2px;
14577
+ line-height: 2rem;
14578
+ }
14579
+ }
14580
+ @media screen and (min-width: 36rem) {
14581
+ .pkt-txt-18-medium--phablet-up {
14582
+ font-size: 1.125rem;
14583
+ font-weight: 500;
14584
+ letter-spacing: -0.2px;
14585
+ line-height: 1.75rem;
14586
+ }
14587
+ }
14588
+ @media screen and (min-width: 36rem) {
14589
+ .pkt-txt-16-medium--phablet-up {
14590
+ font-size: 1rem;
14591
+ font-weight: 500;
14592
+ letter-spacing: -0.2px;
14593
+ line-height: 1.5rem;
14594
+ }
14595
+ }
14596
+ @media screen and (min-width: 36rem) {
14597
+ .pkt-txt-14-medium--phablet-up {
14598
+ font-size: 0.875rem;
14599
+ font-weight: 500;
14600
+ letter-spacing: -0.2px;
14601
+ line-height: 1.375rem;
14602
+ }
14603
+ }
14604
+ @media screen and (min-width: 36rem) {
14605
+ .pkt-txt-12-medium--phablet-up {
14606
+ font-size: 0.75rem;
14607
+ font-weight: 500;
14608
+ letter-spacing: -0.2px;
14609
+ line-height: 1.25rem;
14610
+ }
14611
+ }
14612
+ @media screen and (min-width: 36rem) {
14613
+ .pkt-txt-54-bold--phablet-up {
14614
+ font-size: 3.375rem;
14615
+ font-weight: 700;
14616
+ letter-spacing: -0.4px;
14617
+ line-height: 5.125rem;
14618
+ }
14619
+ }
14620
+ @media screen and (min-width: 36rem) {
14621
+ .pkt-txt-40-bold--phablet-up {
14622
+ font-size: 2.5rem;
14623
+ font-weight: 700;
14624
+ letter-spacing: -0.2px;
14625
+ line-height: 3.75rem;
14626
+ }
14627
+ }
14628
+ @media screen and (min-width: 36rem) {
14629
+ .pkt-txt-36-bold--phablet-up {
14630
+ font-size: 2.25rem;
14631
+ font-weight: 700;
14632
+ letter-spacing: -0.2px;
14633
+ line-height: 3.375rem;
14634
+ }
14635
+ }
14636
+ @media screen and (min-width: 36rem) {
14637
+ .pkt-txt-30-bold--phablet-up {
14638
+ font-size: 1.875rem;
14639
+ font-weight: 700;
14640
+ letter-spacing: -0.2px;
14641
+ line-height: 2.75rem;
14642
+ }
14643
+ }
14644
+ @media screen and (min-width: 36rem) {
14645
+ .pkt-txt-28-bold--phablet-up {
14646
+ font-size: 1.75rem;
14647
+ font-weight: 700;
14648
+ letter-spacing: -0.2px;
14649
+ line-height: 2.25rem;
14650
+ }
14651
+ }
14652
+ @media screen and (min-width: 36rem) {
14653
+ .pkt-txt-26-bold--phablet-up {
14654
+ font-size: 1.625rem;
14655
+ font-weight: 700;
14656
+ letter-spacing: -0.2px;
14657
+ line-height: 2.5rem;
14658
+ }
14659
+ }
14660
+ @media screen and (min-width: 36rem) {
14661
+ .pkt-txt-24-bold--phablet-up {
14662
+ font-size: 1.5rem;
14663
+ font-weight: 700;
14664
+ letter-spacing: -0.2px;
14665
+ line-height: 2.25rem;
14666
+ }
14667
+ }
14668
+ @media screen and (min-width: 36rem) {
14669
+ .pkt-txt-22-bold--phablet-up {
14670
+ font-size: 1.375rem;
14671
+ font-weight: 700;
14672
+ letter-spacing: -0.2px;
14673
+ line-height: 2.125rem;
14674
+ }
14675
+ }
14676
+ @media screen and (min-width: 36rem) {
14677
+ .pkt-txt-20-bold--phablet-up {
14678
+ font-size: 1.25rem;
14679
+ font-weight: 700;
14680
+ letter-spacing: -0.2px;
14681
+ line-height: 2rem;
14682
+ }
14683
+ }
14684
+ @media screen and (min-width: 36rem) {
14685
+ .pkt-txt-18-bold--phablet-up {
14686
+ font-size: 1.125rem;
14687
+ font-weight: 700;
14688
+ letter-spacing: -0.2px;
14689
+ line-height: 1.75rem;
14690
+ }
14691
+ }
14692
+ @media screen and (min-width: 36rem) {
14693
+ .pkt-txt-16-bold--phablet-up {
14694
+ font-size: 1rem;
14695
+ font-weight: 700;
14696
+ letter-spacing: -0.2px;
14697
+ line-height: 1.5rem;
14698
+ }
14699
+ }
14700
+ @media screen and (min-width: 36rem) {
14701
+ .pkt-txt-14-bold--phablet-up {
14702
+ font-size: 0.875rem;
14703
+ font-weight: 700;
14704
+ letter-spacing: -0.2px;
14705
+ line-height: 1.375rem;
14706
+ }
14707
+ }
14708
+ @media screen and (min-width: 36rem) {
14709
+ .pkt-txt-12-bold--phablet-up {
14710
+ font-size: 0.75rem;
14711
+ font-weight: 700;
14712
+ letter-spacing: -0.2px;
14713
+ line-height: 1.25rem;
14714
+ }
14715
+ }
14716
+ @media screen and (min-width: 36rem) {
14717
+ .pkt-txt-54-light--phablet-up {
14718
+ font-size: 3.375rem;
14719
+ font-weight: 300;
14720
+ letter-spacing: -0.4px;
14721
+ line-height: 5.125rem;
14722
+ }
14723
+ }
14724
+ @media screen and (min-width: 36rem) {
14725
+ .pkt-txt-40-light--phablet-up {
14726
+ font-size: 2.5rem;
14727
+ font-weight: 300;
14728
+ letter-spacing: -0.2px;
14729
+ line-height: 3.75rem;
14730
+ }
14731
+ }
14732
+ @media screen and (min-width: 36rem) {
14733
+ .pkt-txt-36-light--phablet-up {
14734
+ font-size: 2.25rem;
14735
+ font-weight: 300;
14736
+ letter-spacing: -0.2px;
14737
+ line-height: 3.375rem;
14738
+ }
14739
+ }
14740
+ @media screen and (min-width: 36rem) {
14741
+ .pkt-txt-30-light--phablet-up {
14742
+ font-size: 1.875rem;
14743
+ font-weight: 300;
14744
+ letter-spacing: -0.2px;
14745
+ line-height: 2.75rem;
14746
+ }
14747
+ }
14748
+ @media screen and (min-width: 36rem) {
14749
+ .pkt-txt-28-light--phablet-up {
14750
+ font-size: 1.75rem;
14751
+ font-weight: 300;
14752
+ letter-spacing: -0.2px;
14753
+ line-height: 2.25rem;
14754
+ }
14755
+ }
14756
+ @media screen and (min-width: 36rem) {
14757
+ .pkt-txt-26-light--phablet-up {
14758
+ font-size: 1.625rem;
14759
+ font-weight: 300;
14760
+ letter-spacing: -0.2px;
14761
+ line-height: 2.5rem;
14762
+ }
14763
+ }
14764
+ @media screen and (min-width: 36rem) {
14765
+ .pkt-txt-24-light--phablet-up {
14766
+ font-size: 1.5rem;
14767
+ font-weight: 300;
14768
+ letter-spacing: -0.2px;
14769
+ line-height: 2.25rem;
14770
+ }
14771
+ }
14772
+ @media screen and (min-width: 36rem) {
14773
+ .pkt-txt-22-light--phablet-up {
14774
+ font-size: 1.375rem;
14775
+ font-weight: 300;
14776
+ letter-spacing: -0.2px;
14777
+ line-height: 2.125rem;
14778
+ }
14779
+ }
14780
+ @media screen and (min-width: 36rem) {
14781
+ .pkt-txt-20-light--phablet-up {
14782
+ font-size: 1.25rem;
14783
+ font-weight: 300;
14784
+ letter-spacing: -0.2px;
14785
+ line-height: 2rem;
14786
+ }
14787
+ }
14788
+ @media screen and (min-width: 36rem) {
14789
+ .pkt-txt-18-light--phablet-up {
14790
+ font-size: 1.125rem;
14791
+ font-weight: 300;
14792
+ letter-spacing: -0.2px;
14793
+ line-height: 1.75rem;
14794
+ }
14795
+ }
14796
+ @media screen and (min-width: 36rem) {
14797
+ .pkt-txt-16-light--phablet-up {
14798
+ font-size: 1rem;
14799
+ font-weight: 300;
14800
+ letter-spacing: -0.2px;
14801
+ line-height: 1.5rem;
14802
+ }
14803
+ }
14804
+ @media screen and (min-width: 36rem) {
14805
+ .pkt-txt-14-light--phablet-up {
14806
+ font-size: 0.875rem;
14807
+ font-weight: 300;
14808
+ letter-spacing: -0.2px;
14809
+ line-height: 1.375rem;
14810
+ }
14811
+ }
14812
+ @media screen and (min-width: 36rem) {
14813
+ .pkt-txt-12-light--phablet-up {
14814
+ font-size: 0.75rem;
14815
+ font-weight: 300;
14816
+ letter-spacing: -0.2px;
14817
+ line-height: 1.25rem;
14818
+ }
14819
+ }
14820
+ @media screen and (min-width: 36rem) {
14821
+ .pkt-font-light--phablet-up {
14822
+ font-weight: 300;
14823
+ }
14824
+ }
14825
+ @media screen and (min-width: 36rem) {
14826
+ .pkt-font-regular--phablet-up {
14827
+ font-weight: 400;
14828
+ }
14829
+ }
14830
+ @media screen and (min-width: 36rem) {
14831
+ .pkt-font-medium--phablet-up {
14832
+ font-weight: 500;
14833
+ }
14834
+ }
14835
+ @media screen and (min-width: 36rem) {
14836
+ .pkt-font-bold--phablet-up {
14837
+ font-weight: 700;
14838
+ }
14839
+ }
14840
+ @media screen and (min-width: 48rem) {
14841
+ .pkt-txt-54--tablet-up {
14842
+ font-size: 3.375rem;
14843
+ font-weight: 400;
14844
+ letter-spacing: -0.4px;
14845
+ line-height: 5.125rem;
14846
+ }
14847
+ }
14848
+ @media screen and (min-width: 48rem) {
14849
+ .pkt-txt-40--tablet-up {
14850
+ font-size: 2.5rem;
14851
+ font-weight: 400;
14852
+ letter-spacing: -0.2px;
14853
+ line-height: 3.75rem;
14854
+ }
14855
+ }
14856
+ @media screen and (min-width: 48rem) {
14857
+ .pkt-txt-36--tablet-up {
14858
+ font-size: 2.25rem;
14859
+ font-weight: 400;
14860
+ letter-spacing: -0.2px;
14861
+ line-height: 3.375rem;
14862
+ }
14863
+ }
14864
+ @media screen and (min-width: 48rem) {
14865
+ .pkt-txt-30--tablet-up {
14866
+ font-size: 1.875rem;
14867
+ font-weight: 400;
14868
+ letter-spacing: -0.2px;
14869
+ line-height: 2.75rem;
14870
+ }
14871
+ }
14872
+ @media screen and (min-width: 48rem) {
14873
+ .pkt-txt-28--tablet-up {
14874
+ font-size: 1.75rem;
14875
+ font-weight: 400;
14876
+ letter-spacing: -0.2px;
14877
+ line-height: 2.25rem;
14878
+ }
14879
+ }
14880
+ @media screen and (min-width: 48rem) {
14881
+ .pkt-txt-26--tablet-up {
14882
+ font-size: 1.625rem;
14883
+ font-weight: 400;
14884
+ letter-spacing: -0.2px;
14885
+ line-height: 2.5rem;
14886
+ }
14887
+ }
14888
+ @media screen and (min-width: 48rem) {
14889
+ .pkt-txt-24--tablet-up {
14890
+ font-size: 1.5rem;
14891
+ font-weight: 400;
14892
+ letter-spacing: -0.2px;
14893
+ line-height: 2.25rem;
14894
+ }
14895
+ }
14896
+ @media screen and (min-width: 48rem) {
14897
+ .pkt-txt-22--tablet-up {
14898
+ font-size: 1.375rem;
14899
+ font-weight: 400;
14900
+ letter-spacing: -0.2px;
14901
+ line-height: 2.125rem;
14902
+ }
14903
+ }
14904
+ @media screen and (min-width: 48rem) {
14905
+ .pkt-txt-20--tablet-up {
14906
+ font-size: 1.25rem;
14907
+ font-weight: 400;
14908
+ letter-spacing: -0.2px;
14909
+ line-height: 2rem;
14910
+ }
14911
+ }
14912
+ @media screen and (min-width: 48rem) {
14913
+ .pkt-txt-18--tablet-up {
14914
+ font-size: 1.125rem;
14915
+ font-weight: 400;
14916
+ letter-spacing: -0.2px;
14917
+ line-height: 1.75rem;
14918
+ }
14919
+ }
14920
+ @media screen and (min-width: 48rem) {
14921
+ .pkt-txt-16--tablet-up {
14922
+ font-size: 1rem;
14923
+ font-weight: 400;
14924
+ letter-spacing: -0.2px;
14925
+ line-height: 1.5rem;
14926
+ }
14927
+ }
14928
+ @media screen and (min-width: 48rem) {
14929
+ .pkt-txt-14--tablet-up {
14930
+ font-size: 0.875rem;
14931
+ font-weight: 400;
14932
+ letter-spacing: -0.2px;
14933
+ line-height: 1.375rem;
14934
+ }
14935
+ }
14936
+ @media screen and (min-width: 48rem) {
14937
+ .pkt-txt-12--tablet-up {
14938
+ font-size: 0.75rem;
14939
+ font-weight: 400;
14940
+ letter-spacing: -0.2px;
14941
+ line-height: 1.25rem;
14942
+ }
14943
+ }
14944
+ @media screen and (min-width: 48rem) {
14945
+ .pkt-txt-54-medium--tablet-up {
14946
+ font-size: 3.375rem;
14947
+ font-weight: 500;
14948
+ letter-spacing: -0.4px;
14949
+ line-height: 5.125rem;
14950
+ }
14951
+ }
14952
+ @media screen and (min-width: 48rem) {
14953
+ .pkt-txt-40-medium--tablet-up {
14954
+ font-size: 2.5rem;
14955
+ font-weight: 500;
14956
+ letter-spacing: -0.2px;
14957
+ line-height: 3.75rem;
14958
+ }
14959
+ }
14960
+ @media screen and (min-width: 48rem) {
14961
+ .pkt-txt-36-medium--tablet-up {
14962
+ font-size: 2.25rem;
14963
+ font-weight: 500;
14964
+ letter-spacing: -0.2px;
14965
+ line-height: 3.375rem;
14966
+ }
14967
+ }
14968
+ @media screen and (min-width: 48rem) {
14969
+ .pkt-txt-30-medium--tablet-up {
14970
+ font-size: 1.875rem;
14971
+ font-weight: 500;
14972
+ letter-spacing: -0.2px;
14973
+ line-height: 2.75rem;
14974
+ }
14975
+ }
14976
+ @media screen and (min-width: 48rem) {
14977
+ .pkt-txt-28-medium--tablet-up {
14978
+ font-size: 1.75rem;
14979
+ font-weight: 500;
14980
+ letter-spacing: -0.2px;
14981
+ line-height: 2.25rem;
14982
+ }
14983
+ }
14984
+ @media screen and (min-width: 48rem) {
14985
+ .pkt-txt-26-medium--tablet-up {
14986
+ font-size: 1.625rem;
14987
+ font-weight: 500;
14988
+ letter-spacing: -0.2px;
14989
+ line-height: 2.5rem;
14990
+ }
14991
+ }
14992
+ @media screen and (min-width: 48rem) {
14993
+ .pkt-txt-24-medium--tablet-up {
14994
+ font-size: 1.5rem;
14995
+ font-weight: 500;
14996
+ letter-spacing: -0.2px;
14997
+ line-height: 2.25rem;
14998
+ }
14999
+ }
15000
+ @media screen and (min-width: 48rem) {
15001
+ .pkt-txt-22-medium--tablet-up {
15002
+ font-size: 1.375rem;
15003
+ font-weight: 500;
15004
+ letter-spacing: -0.2px;
15005
+ line-height: 2.125rem;
15006
+ }
15007
+ }
15008
+ @media screen and (min-width: 48rem) {
15009
+ .pkt-txt-20-medium--tablet-up {
15010
+ font-size: 1.25rem;
15011
+ font-weight: 500;
15012
+ letter-spacing: -0.2px;
15013
+ line-height: 2rem;
15014
+ }
15015
+ }
15016
+ @media screen and (min-width: 48rem) {
15017
+ .pkt-txt-18-medium--tablet-up {
15018
+ font-size: 1.125rem;
15019
+ font-weight: 500;
15020
+ letter-spacing: -0.2px;
15021
+ line-height: 1.75rem;
15022
+ }
15023
+ }
15024
+ @media screen and (min-width: 48rem) {
15025
+ .pkt-txt-16-medium--tablet-up {
15026
+ font-size: 1rem;
15027
+ font-weight: 500;
15028
+ letter-spacing: -0.2px;
15029
+ line-height: 1.5rem;
15030
+ }
15031
+ }
15032
+ @media screen and (min-width: 48rem) {
15033
+ .pkt-txt-14-medium--tablet-up {
15034
+ font-size: 0.875rem;
15035
+ font-weight: 500;
15036
+ letter-spacing: -0.2px;
15037
+ line-height: 1.375rem;
15038
+ }
15039
+ }
15040
+ @media screen and (min-width: 48rem) {
15041
+ .pkt-txt-12-medium--tablet-up {
15042
+ font-size: 0.75rem;
15043
+ font-weight: 500;
15044
+ letter-spacing: -0.2px;
15045
+ line-height: 1.25rem;
15046
+ }
15047
+ }
15048
+ @media screen and (min-width: 48rem) {
15049
+ .pkt-txt-54-bold--tablet-up {
15050
+ font-size: 3.375rem;
15051
+ font-weight: 700;
15052
+ letter-spacing: -0.4px;
15053
+ line-height: 5.125rem;
15054
+ }
15055
+ }
15056
+ @media screen and (min-width: 48rem) {
15057
+ .pkt-txt-40-bold--tablet-up {
15058
+ font-size: 2.5rem;
15059
+ font-weight: 700;
15060
+ letter-spacing: -0.2px;
15061
+ line-height: 3.75rem;
15062
+ }
15063
+ }
15064
+ @media screen and (min-width: 48rem) {
15065
+ .pkt-txt-36-bold--tablet-up {
15066
+ font-size: 2.25rem;
15067
+ font-weight: 700;
15068
+ letter-spacing: -0.2px;
15069
+ line-height: 3.375rem;
15070
+ }
15071
+ }
15072
+ @media screen and (min-width: 48rem) {
15073
+ .pkt-txt-30-bold--tablet-up {
15074
+ font-size: 1.875rem;
15075
+ font-weight: 700;
15076
+ letter-spacing: -0.2px;
15077
+ line-height: 2.75rem;
15078
+ }
15079
+ }
15080
+ @media screen and (min-width: 48rem) {
15081
+ .pkt-txt-28-bold--tablet-up {
15082
+ font-size: 1.75rem;
15083
+ font-weight: 700;
15084
+ letter-spacing: -0.2px;
15085
+ line-height: 2.25rem;
15086
+ }
15087
+ }
15088
+ @media screen and (min-width: 48rem) {
15089
+ .pkt-txt-26-bold--tablet-up {
15090
+ font-size: 1.625rem;
15091
+ font-weight: 700;
15092
+ letter-spacing: -0.2px;
15093
+ line-height: 2.5rem;
15094
+ }
15095
+ }
15096
+ @media screen and (min-width: 48rem) {
15097
+ .pkt-txt-24-bold--tablet-up {
15098
+ font-size: 1.5rem;
15099
+ font-weight: 700;
15100
+ letter-spacing: -0.2px;
15101
+ line-height: 2.25rem;
15102
+ }
15103
+ }
15104
+ @media screen and (min-width: 48rem) {
15105
+ .pkt-txt-22-bold--tablet-up {
15106
+ font-size: 1.375rem;
15107
+ font-weight: 700;
15108
+ letter-spacing: -0.2px;
15109
+ line-height: 2.125rem;
15110
+ }
15111
+ }
15112
+ @media screen and (min-width: 48rem) {
15113
+ .pkt-txt-20-bold--tablet-up {
15114
+ font-size: 1.25rem;
15115
+ font-weight: 700;
15116
+ letter-spacing: -0.2px;
15117
+ line-height: 2rem;
15118
+ }
15119
+ }
15120
+ @media screen and (min-width: 48rem) {
15121
+ .pkt-txt-18-bold--tablet-up {
15122
+ font-size: 1.125rem;
15123
+ font-weight: 700;
15124
+ letter-spacing: -0.2px;
15125
+ line-height: 1.75rem;
15126
+ }
15127
+ }
15128
+ @media screen and (min-width: 48rem) {
15129
+ .pkt-txt-16-bold--tablet-up {
15130
+ font-size: 1rem;
15131
+ font-weight: 700;
15132
+ letter-spacing: -0.2px;
15133
+ line-height: 1.5rem;
15134
+ }
15135
+ }
15136
+ @media screen and (min-width: 48rem) {
15137
+ .pkt-txt-14-bold--tablet-up {
15138
+ font-size: 0.875rem;
15139
+ font-weight: 700;
15140
+ letter-spacing: -0.2px;
15141
+ line-height: 1.375rem;
15142
+ }
15143
+ }
15144
+ @media screen and (min-width: 48rem) {
15145
+ .pkt-txt-12-bold--tablet-up {
15146
+ font-size: 0.75rem;
15147
+ font-weight: 700;
15148
+ letter-spacing: -0.2px;
15149
+ line-height: 1.25rem;
15150
+ }
15151
+ }
15152
+ @media screen and (min-width: 48rem) {
15153
+ .pkt-txt-54-light--tablet-up {
15154
+ font-size: 3.375rem;
15155
+ font-weight: 300;
15156
+ letter-spacing: -0.4px;
15157
+ line-height: 5.125rem;
15158
+ }
15159
+ }
15160
+ @media screen and (min-width: 48rem) {
15161
+ .pkt-txt-40-light--tablet-up {
15162
+ font-size: 2.5rem;
15163
+ font-weight: 300;
15164
+ letter-spacing: -0.2px;
15165
+ line-height: 3.75rem;
15166
+ }
15167
+ }
15168
+ @media screen and (min-width: 48rem) {
15169
+ .pkt-txt-36-light--tablet-up {
15170
+ font-size: 2.25rem;
15171
+ font-weight: 300;
15172
+ letter-spacing: -0.2px;
15173
+ line-height: 3.375rem;
15174
+ }
15175
+ }
15176
+ @media screen and (min-width: 48rem) {
15177
+ .pkt-txt-30-light--tablet-up {
15178
+ font-size: 1.875rem;
15179
+ font-weight: 300;
15180
+ letter-spacing: -0.2px;
15181
+ line-height: 2.75rem;
15182
+ }
15183
+ }
15184
+ @media screen and (min-width: 48rem) {
15185
+ .pkt-txt-28-light--tablet-up {
15186
+ font-size: 1.75rem;
15187
+ font-weight: 300;
15188
+ letter-spacing: -0.2px;
15189
+ line-height: 2.25rem;
15190
+ }
15191
+ }
15192
+ @media screen and (min-width: 48rem) {
15193
+ .pkt-txt-26-light--tablet-up {
15194
+ font-size: 1.625rem;
15195
+ font-weight: 300;
15196
+ letter-spacing: -0.2px;
15197
+ line-height: 2.5rem;
15198
+ }
15199
+ }
15200
+ @media screen and (min-width: 48rem) {
15201
+ .pkt-txt-24-light--tablet-up {
15202
+ font-size: 1.5rem;
15203
+ font-weight: 300;
15204
+ letter-spacing: -0.2px;
15205
+ line-height: 2.25rem;
15206
+ }
15207
+ }
15208
+ @media screen and (min-width: 48rem) {
15209
+ .pkt-txt-22-light--tablet-up {
15210
+ font-size: 1.375rem;
15211
+ font-weight: 300;
15212
+ letter-spacing: -0.2px;
15213
+ line-height: 2.125rem;
15214
+ }
15215
+ }
15216
+ @media screen and (min-width: 48rem) {
15217
+ .pkt-txt-20-light--tablet-up {
15218
+ font-size: 1.25rem;
15219
+ font-weight: 300;
15220
+ letter-spacing: -0.2px;
15221
+ line-height: 2rem;
15222
+ }
15223
+ }
15224
+ @media screen and (min-width: 48rem) {
15225
+ .pkt-txt-18-light--tablet-up {
15226
+ font-size: 1.125rem;
15227
+ font-weight: 300;
15228
+ letter-spacing: -0.2px;
15229
+ line-height: 1.75rem;
15230
+ }
15231
+ }
15232
+ @media screen and (min-width: 48rem) {
15233
+ .pkt-txt-16-light--tablet-up {
15234
+ font-size: 1rem;
15235
+ font-weight: 300;
15236
+ letter-spacing: -0.2px;
15237
+ line-height: 1.5rem;
15238
+ }
15239
+ }
15240
+ @media screen and (min-width: 48rem) {
15241
+ .pkt-txt-14-light--tablet-up {
15242
+ font-size: 0.875rem;
15243
+ font-weight: 300;
15244
+ letter-spacing: -0.2px;
15245
+ line-height: 1.375rem;
15246
+ }
15247
+ }
15248
+ @media screen and (min-width: 48rem) {
15249
+ .pkt-txt-12-light--tablet-up {
15250
+ font-size: 0.75rem;
15251
+ font-weight: 300;
15252
+ letter-spacing: -0.2px;
15253
+ line-height: 1.25rem;
15254
+ }
15255
+ }
15256
+ @media screen and (min-width: 48rem) {
15257
+ .pkt-font-light--tablet-up {
15258
+ font-weight: 300;
15259
+ }
15260
+ }
15261
+ @media screen and (min-width: 48rem) {
15262
+ .pkt-font-regular--tablet-up {
15263
+ font-weight: 400;
15264
+ }
15265
+ }
15266
+ @media screen and (min-width: 48rem) {
15267
+ .pkt-font-medium--tablet-up {
15268
+ font-weight: 500;
15269
+ }
15270
+ }
15271
+ @media screen and (min-width: 48rem) {
15272
+ .pkt-font-bold--tablet-up {
15273
+ font-weight: 700;
15274
+ }
15275
+ }
15276
+ @media screen and (min-width: 64rem) {
15277
+ .pkt-txt-54--tablet-big-up {
15278
+ font-size: 3.375rem;
15279
+ font-weight: 400;
15280
+ letter-spacing: -0.4px;
15281
+ line-height: 5.125rem;
15282
+ }
15283
+ }
15284
+ @media screen and (min-width: 64rem) {
15285
+ .pkt-txt-40--tablet-big-up {
15286
+ font-size: 2.5rem;
15287
+ font-weight: 400;
15288
+ letter-spacing: -0.2px;
15289
+ line-height: 3.75rem;
15290
+ }
15291
+ }
15292
+ @media screen and (min-width: 64rem) {
15293
+ .pkt-txt-36--tablet-big-up {
15294
+ font-size: 2.25rem;
15295
+ font-weight: 400;
15296
+ letter-spacing: -0.2px;
15297
+ line-height: 3.375rem;
15298
+ }
15299
+ }
15300
+ @media screen and (min-width: 64rem) {
15301
+ .pkt-txt-30--tablet-big-up {
15302
+ font-size: 1.875rem;
15303
+ font-weight: 400;
15304
+ letter-spacing: -0.2px;
15305
+ line-height: 2.75rem;
15306
+ }
15307
+ }
15308
+ @media screen and (min-width: 64rem) {
15309
+ .pkt-txt-28--tablet-big-up {
15310
+ font-size: 1.75rem;
15311
+ font-weight: 400;
15312
+ letter-spacing: -0.2px;
15313
+ line-height: 2.25rem;
15314
+ }
15315
+ }
15316
+ @media screen and (min-width: 64rem) {
15317
+ .pkt-txt-26--tablet-big-up {
15318
+ font-size: 1.625rem;
15319
+ font-weight: 400;
15320
+ letter-spacing: -0.2px;
15321
+ line-height: 2.5rem;
15322
+ }
15323
+ }
15324
+ @media screen and (min-width: 64rem) {
15325
+ .pkt-txt-24--tablet-big-up {
15326
+ font-size: 1.5rem;
15327
+ font-weight: 400;
15328
+ letter-spacing: -0.2px;
15329
+ line-height: 2.25rem;
15330
+ }
15331
+ }
15332
+ @media screen and (min-width: 64rem) {
15333
+ .pkt-txt-22--tablet-big-up {
15334
+ font-size: 1.375rem;
15335
+ font-weight: 400;
15336
+ letter-spacing: -0.2px;
15337
+ line-height: 2.125rem;
15338
+ }
15339
+ }
15340
+ @media screen and (min-width: 64rem) {
15341
+ .pkt-txt-20--tablet-big-up {
15342
+ font-size: 1.25rem;
15343
+ font-weight: 400;
15344
+ letter-spacing: -0.2px;
15345
+ line-height: 2rem;
15346
+ }
15347
+ }
15348
+ @media screen and (min-width: 64rem) {
15349
+ .pkt-txt-18--tablet-big-up {
15350
+ font-size: 1.125rem;
15351
+ font-weight: 400;
15352
+ letter-spacing: -0.2px;
15353
+ line-height: 1.75rem;
15354
+ }
15355
+ }
15356
+ @media screen and (min-width: 64rem) {
15357
+ .pkt-txt-16--tablet-big-up {
15358
+ font-size: 1rem;
15359
+ font-weight: 400;
15360
+ letter-spacing: -0.2px;
15361
+ line-height: 1.5rem;
15362
+ }
15363
+ }
15364
+ @media screen and (min-width: 64rem) {
15365
+ .pkt-txt-14--tablet-big-up {
15366
+ font-size: 0.875rem;
15367
+ font-weight: 400;
15368
+ letter-spacing: -0.2px;
15369
+ line-height: 1.375rem;
15370
+ }
15371
+ }
15372
+ @media screen and (min-width: 64rem) {
15373
+ .pkt-txt-12--tablet-big-up {
15374
+ font-size: 0.75rem;
15375
+ font-weight: 400;
15376
+ letter-spacing: -0.2px;
15377
+ line-height: 1.25rem;
15378
+ }
15379
+ }
15380
+ @media screen and (min-width: 64rem) {
15381
+ .pkt-txt-54-medium--tablet-big-up {
15382
+ font-size: 3.375rem;
15383
+ font-weight: 500;
15384
+ letter-spacing: -0.4px;
15385
+ line-height: 5.125rem;
15386
+ }
15387
+ }
15388
+ @media screen and (min-width: 64rem) {
15389
+ .pkt-txt-40-medium--tablet-big-up {
15390
+ font-size: 2.5rem;
15391
+ font-weight: 500;
15392
+ letter-spacing: -0.2px;
15393
+ line-height: 3.75rem;
15394
+ }
15395
+ }
15396
+ @media screen and (min-width: 64rem) {
15397
+ .pkt-txt-36-medium--tablet-big-up {
15398
+ font-size: 2.25rem;
15399
+ font-weight: 500;
15400
+ letter-spacing: -0.2px;
15401
+ line-height: 3.375rem;
15402
+ }
15403
+ }
15404
+ @media screen and (min-width: 64rem) {
15405
+ .pkt-txt-30-medium--tablet-big-up {
15406
+ font-size: 1.875rem;
15407
+ font-weight: 500;
15408
+ letter-spacing: -0.2px;
15409
+ line-height: 2.75rem;
15410
+ }
15411
+ }
15412
+ @media screen and (min-width: 64rem) {
15413
+ .pkt-txt-28-medium--tablet-big-up {
15414
+ font-size: 1.75rem;
15415
+ font-weight: 500;
15416
+ letter-spacing: -0.2px;
15417
+ line-height: 2.25rem;
15418
+ }
15419
+ }
15420
+ @media screen and (min-width: 64rem) {
15421
+ .pkt-txt-26-medium--tablet-big-up {
15422
+ font-size: 1.625rem;
15423
+ font-weight: 500;
15424
+ letter-spacing: -0.2px;
15425
+ line-height: 2.5rem;
15426
+ }
15427
+ }
15428
+ @media screen and (min-width: 64rem) {
15429
+ .pkt-txt-24-medium--tablet-big-up {
15430
+ font-size: 1.5rem;
15431
+ font-weight: 500;
15432
+ letter-spacing: -0.2px;
15433
+ line-height: 2.25rem;
15434
+ }
15435
+ }
15436
+ @media screen and (min-width: 64rem) {
15437
+ .pkt-txt-22-medium--tablet-big-up {
15438
+ font-size: 1.375rem;
15439
+ font-weight: 500;
15440
+ letter-spacing: -0.2px;
15441
+ line-height: 2.125rem;
15442
+ }
15443
+ }
15444
+ @media screen and (min-width: 64rem) {
15445
+ .pkt-txt-20-medium--tablet-big-up {
15446
+ font-size: 1.25rem;
15447
+ font-weight: 500;
15448
+ letter-spacing: -0.2px;
15449
+ line-height: 2rem;
15450
+ }
15451
+ }
15452
+ @media screen and (min-width: 64rem) {
15453
+ .pkt-txt-18-medium--tablet-big-up {
15454
+ font-size: 1.125rem;
15455
+ font-weight: 500;
15456
+ letter-spacing: -0.2px;
15457
+ line-height: 1.75rem;
15458
+ }
15459
+ }
15460
+ @media screen and (min-width: 64rem) {
15461
+ .pkt-txt-16-medium--tablet-big-up {
15462
+ font-size: 1rem;
15463
+ font-weight: 500;
15464
+ letter-spacing: -0.2px;
15465
+ line-height: 1.5rem;
15466
+ }
15467
+ }
15468
+ @media screen and (min-width: 64rem) {
15469
+ .pkt-txt-14-medium--tablet-big-up {
15470
+ font-size: 0.875rem;
15471
+ font-weight: 500;
15472
+ letter-spacing: -0.2px;
15473
+ line-height: 1.375rem;
15474
+ }
15475
+ }
15476
+ @media screen and (min-width: 64rem) {
15477
+ .pkt-txt-12-medium--tablet-big-up {
15478
+ font-size: 0.75rem;
15479
+ font-weight: 500;
15480
+ letter-spacing: -0.2px;
15481
+ line-height: 1.25rem;
15482
+ }
15483
+ }
15484
+ @media screen and (min-width: 64rem) {
15485
+ .pkt-txt-54-bold--tablet-big-up {
15486
+ font-size: 3.375rem;
15487
+ font-weight: 700;
15488
+ letter-spacing: -0.4px;
15489
+ line-height: 5.125rem;
15490
+ }
15491
+ }
15492
+ @media screen and (min-width: 64rem) {
15493
+ .pkt-txt-40-bold--tablet-big-up {
15494
+ font-size: 2.5rem;
15495
+ font-weight: 700;
15496
+ letter-spacing: -0.2px;
15497
+ line-height: 3.75rem;
15498
+ }
15499
+ }
15500
+ @media screen and (min-width: 64rem) {
15501
+ .pkt-txt-36-bold--tablet-big-up {
15502
+ font-size: 2.25rem;
15503
+ font-weight: 700;
15504
+ letter-spacing: -0.2px;
15505
+ line-height: 3.375rem;
15506
+ }
15507
+ }
15508
+ @media screen and (min-width: 64rem) {
15509
+ .pkt-txt-30-bold--tablet-big-up {
15510
+ font-size: 1.875rem;
15511
+ font-weight: 700;
15512
+ letter-spacing: -0.2px;
15513
+ line-height: 2.75rem;
15514
+ }
15515
+ }
15516
+ @media screen and (min-width: 64rem) {
15517
+ .pkt-txt-28-bold--tablet-big-up {
15518
+ font-size: 1.75rem;
15519
+ font-weight: 700;
15520
+ letter-spacing: -0.2px;
15521
+ line-height: 2.25rem;
15522
+ }
15523
+ }
15524
+ @media screen and (min-width: 64rem) {
15525
+ .pkt-txt-26-bold--tablet-big-up {
15526
+ font-size: 1.625rem;
15527
+ font-weight: 700;
15528
+ letter-spacing: -0.2px;
15529
+ line-height: 2.5rem;
15530
+ }
15531
+ }
15532
+ @media screen and (min-width: 64rem) {
15533
+ .pkt-txt-24-bold--tablet-big-up {
15534
+ font-size: 1.5rem;
15535
+ font-weight: 700;
15536
+ letter-spacing: -0.2px;
15537
+ line-height: 2.25rem;
15538
+ }
15539
+ }
15540
+ @media screen and (min-width: 64rem) {
15541
+ .pkt-txt-22-bold--tablet-big-up {
15542
+ font-size: 1.375rem;
15543
+ font-weight: 700;
15544
+ letter-spacing: -0.2px;
15545
+ line-height: 2.125rem;
15546
+ }
15547
+ }
15548
+ @media screen and (min-width: 64rem) {
15549
+ .pkt-txt-20-bold--tablet-big-up {
15550
+ font-size: 1.25rem;
15551
+ font-weight: 700;
15552
+ letter-spacing: -0.2px;
15553
+ line-height: 2rem;
15554
+ }
15555
+ }
15556
+ @media screen and (min-width: 64rem) {
15557
+ .pkt-txt-18-bold--tablet-big-up {
15558
+ font-size: 1.125rem;
15559
+ font-weight: 700;
15560
+ letter-spacing: -0.2px;
15561
+ line-height: 1.75rem;
15562
+ }
15563
+ }
15564
+ @media screen and (min-width: 64rem) {
15565
+ .pkt-txt-16-bold--tablet-big-up {
15566
+ font-size: 1rem;
15567
+ font-weight: 700;
15568
+ letter-spacing: -0.2px;
15569
+ line-height: 1.5rem;
15570
+ }
15571
+ }
15572
+ @media screen and (min-width: 64rem) {
15573
+ .pkt-txt-14-bold--tablet-big-up {
15574
+ font-size: 0.875rem;
15575
+ font-weight: 700;
15576
+ letter-spacing: -0.2px;
15577
+ line-height: 1.375rem;
15578
+ }
15579
+ }
15580
+ @media screen and (min-width: 64rem) {
15581
+ .pkt-txt-12-bold--tablet-big-up {
15582
+ font-size: 0.75rem;
15583
+ font-weight: 700;
15584
+ letter-spacing: -0.2px;
15585
+ line-height: 1.25rem;
15586
+ }
15587
+ }
15588
+ @media screen and (min-width: 64rem) {
15589
+ .pkt-txt-54-light--tablet-big-up {
15590
+ font-size: 3.375rem;
15591
+ font-weight: 300;
15592
+ letter-spacing: -0.4px;
15593
+ line-height: 5.125rem;
15594
+ }
15595
+ }
15596
+ @media screen and (min-width: 64rem) {
15597
+ .pkt-txt-40-light--tablet-big-up {
15598
+ font-size: 2.5rem;
15599
+ font-weight: 300;
15600
+ letter-spacing: -0.2px;
15601
+ line-height: 3.75rem;
15602
+ }
15603
+ }
15604
+ @media screen and (min-width: 64rem) {
15605
+ .pkt-txt-36-light--tablet-big-up {
15606
+ font-size: 2.25rem;
15607
+ font-weight: 300;
15608
+ letter-spacing: -0.2px;
15609
+ line-height: 3.375rem;
15610
+ }
15611
+ }
15612
+ @media screen and (min-width: 64rem) {
15613
+ .pkt-txt-30-light--tablet-big-up {
15614
+ font-size: 1.875rem;
15615
+ font-weight: 300;
15616
+ letter-spacing: -0.2px;
15617
+ line-height: 2.75rem;
15618
+ }
15619
+ }
15620
+ @media screen and (min-width: 64rem) {
15621
+ .pkt-txt-28-light--tablet-big-up {
15622
+ font-size: 1.75rem;
15623
+ font-weight: 300;
15624
+ letter-spacing: -0.2px;
15625
+ line-height: 2.25rem;
15626
+ }
15627
+ }
15628
+ @media screen and (min-width: 64rem) {
15629
+ .pkt-txt-26-light--tablet-big-up {
15630
+ font-size: 1.625rem;
15631
+ font-weight: 300;
15632
+ letter-spacing: -0.2px;
15633
+ line-height: 2.5rem;
15634
+ }
15635
+ }
15636
+ @media screen and (min-width: 64rem) {
15637
+ .pkt-txt-24-light--tablet-big-up {
15638
+ font-size: 1.5rem;
15639
+ font-weight: 300;
15640
+ letter-spacing: -0.2px;
15641
+ line-height: 2.25rem;
15642
+ }
15643
+ }
15644
+ @media screen and (min-width: 64rem) {
15645
+ .pkt-txt-22-light--tablet-big-up {
15646
+ font-size: 1.375rem;
15647
+ font-weight: 300;
15648
+ letter-spacing: -0.2px;
15649
+ line-height: 2.125rem;
15650
+ }
15651
+ }
15652
+ @media screen and (min-width: 64rem) {
15653
+ .pkt-txt-20-light--tablet-big-up {
15654
+ font-size: 1.25rem;
15655
+ font-weight: 300;
15656
+ letter-spacing: -0.2px;
15657
+ line-height: 2rem;
15658
+ }
15659
+ }
15660
+ @media screen and (min-width: 64rem) {
15661
+ .pkt-txt-18-light--tablet-big-up {
15662
+ font-size: 1.125rem;
15663
+ font-weight: 300;
15664
+ letter-spacing: -0.2px;
15665
+ line-height: 1.75rem;
15666
+ }
15667
+ }
15668
+ @media screen and (min-width: 64rem) {
15669
+ .pkt-txt-16-light--tablet-big-up {
15670
+ font-size: 1rem;
15671
+ font-weight: 300;
15672
+ letter-spacing: -0.2px;
15673
+ line-height: 1.5rem;
15674
+ }
15675
+ }
15676
+ @media screen and (min-width: 64rem) {
15677
+ .pkt-txt-14-light--tablet-big-up {
15678
+ font-size: 0.875rem;
15679
+ font-weight: 300;
15680
+ letter-spacing: -0.2px;
15681
+ line-height: 1.375rem;
15682
+ }
15683
+ }
15684
+ @media screen and (min-width: 64rem) {
15685
+ .pkt-txt-12-light--tablet-big-up {
15686
+ font-size: 0.75rem;
15687
+ font-weight: 300;
15688
+ letter-spacing: -0.2px;
15689
+ line-height: 1.25rem;
15690
+ }
15691
+ }
15692
+ @media screen and (min-width: 64rem) {
15693
+ .pkt-font-light--tablet-big-up {
15694
+ font-weight: 300;
15695
+ }
15696
+ }
15697
+ @media screen and (min-width: 64rem) {
15698
+ .pkt-font-regular--tablet-big-up {
15699
+ font-weight: 400;
15700
+ }
15701
+ }
15702
+ @media screen and (min-width: 64rem) {
15703
+ .pkt-font-medium--tablet-big-up {
15704
+ font-weight: 500;
15705
+ }
15706
+ }
15707
+ @media screen and (min-width: 64rem) {
15708
+ .pkt-font-bold--tablet-big-up {
15709
+ font-weight: 700;
15710
+ }
15711
+ }
15712
+ @media screen and (min-width: 80rem) {
15713
+ .pkt-txt-54--laptop-up {
15714
+ font-size: 3.375rem;
15715
+ font-weight: 400;
15716
+ letter-spacing: -0.4px;
15717
+ line-height: 5.125rem;
15718
+ }
15719
+ }
15720
+ @media screen and (min-width: 80rem) {
15721
+ .pkt-txt-40--laptop-up {
15722
+ font-size: 2.5rem;
15723
+ font-weight: 400;
15724
+ letter-spacing: -0.2px;
15725
+ line-height: 3.75rem;
15726
+ }
15727
+ }
15728
+ @media screen and (min-width: 80rem) {
15729
+ .pkt-txt-36--laptop-up {
15730
+ font-size: 2.25rem;
15731
+ font-weight: 400;
15732
+ letter-spacing: -0.2px;
15733
+ line-height: 3.375rem;
15734
+ }
15735
+ }
15736
+ @media screen and (min-width: 80rem) {
15737
+ .pkt-txt-30--laptop-up {
15738
+ font-size: 1.875rem;
15739
+ font-weight: 400;
15740
+ letter-spacing: -0.2px;
15741
+ line-height: 2.75rem;
15742
+ }
15743
+ }
15744
+ @media screen and (min-width: 80rem) {
15745
+ .pkt-txt-28--laptop-up {
15746
+ font-size: 1.75rem;
15747
+ font-weight: 400;
15748
+ letter-spacing: -0.2px;
15749
+ line-height: 2.25rem;
15750
+ }
15751
+ }
15752
+ @media screen and (min-width: 80rem) {
15753
+ .pkt-txt-26--laptop-up {
15754
+ font-size: 1.625rem;
15755
+ font-weight: 400;
15756
+ letter-spacing: -0.2px;
15757
+ line-height: 2.5rem;
15758
+ }
15759
+ }
15760
+ @media screen and (min-width: 80rem) {
15761
+ .pkt-txt-24--laptop-up {
15762
+ font-size: 1.5rem;
15763
+ font-weight: 400;
15764
+ letter-spacing: -0.2px;
15765
+ line-height: 2.25rem;
15766
+ }
15767
+ }
15768
+ @media screen and (min-width: 80rem) {
15769
+ .pkt-txt-22--laptop-up {
15770
+ font-size: 1.375rem;
15771
+ font-weight: 400;
15772
+ letter-spacing: -0.2px;
15773
+ line-height: 2.125rem;
15774
+ }
15775
+ }
15776
+ @media screen and (min-width: 80rem) {
15777
+ .pkt-txt-20--laptop-up {
15778
+ font-size: 1.25rem;
15779
+ font-weight: 400;
15780
+ letter-spacing: -0.2px;
15781
+ line-height: 2rem;
15782
+ }
15783
+ }
15784
+ @media screen and (min-width: 80rem) {
15785
+ .pkt-txt-18--laptop-up {
15786
+ font-size: 1.125rem;
15787
+ font-weight: 400;
15788
+ letter-spacing: -0.2px;
15789
+ line-height: 1.75rem;
15790
+ }
15791
+ }
15792
+ @media screen and (min-width: 80rem) {
15793
+ .pkt-txt-16--laptop-up {
15794
+ font-size: 1rem;
15795
+ font-weight: 400;
15796
+ letter-spacing: -0.2px;
15797
+ line-height: 1.5rem;
15798
+ }
15799
+ }
15800
+ @media screen and (min-width: 80rem) {
15801
+ .pkt-txt-14--laptop-up {
15802
+ font-size: 0.875rem;
15803
+ font-weight: 400;
15804
+ letter-spacing: -0.2px;
15805
+ line-height: 1.375rem;
15806
+ }
15807
+ }
15808
+ @media screen and (min-width: 80rem) {
15809
+ .pkt-txt-12--laptop-up {
15810
+ font-size: 0.75rem;
15811
+ font-weight: 400;
15812
+ letter-spacing: -0.2px;
15813
+ line-height: 1.25rem;
15814
+ }
15815
+ }
15816
+ @media screen and (min-width: 80rem) {
15817
+ .pkt-txt-54-medium--laptop-up {
15818
+ font-size: 3.375rem;
15819
+ font-weight: 500;
15820
+ letter-spacing: -0.4px;
15821
+ line-height: 5.125rem;
15822
+ }
15823
+ }
15824
+ @media screen and (min-width: 80rem) {
15825
+ .pkt-txt-40-medium--laptop-up {
15826
+ font-size: 2.5rem;
15827
+ font-weight: 500;
15828
+ letter-spacing: -0.2px;
15829
+ line-height: 3.75rem;
15830
+ }
15831
+ }
15832
+ @media screen and (min-width: 80rem) {
15833
+ .pkt-txt-36-medium--laptop-up {
15834
+ font-size: 2.25rem;
15835
+ font-weight: 500;
15836
+ letter-spacing: -0.2px;
15837
+ line-height: 3.375rem;
15838
+ }
15839
+ }
15840
+ @media screen and (min-width: 80rem) {
15841
+ .pkt-txt-30-medium--laptop-up {
15842
+ font-size: 1.875rem;
15843
+ font-weight: 500;
15844
+ letter-spacing: -0.2px;
15845
+ line-height: 2.75rem;
15846
+ }
15847
+ }
15848
+ @media screen and (min-width: 80rem) {
15849
+ .pkt-txt-28-medium--laptop-up {
15850
+ font-size: 1.75rem;
15851
+ font-weight: 500;
15852
+ letter-spacing: -0.2px;
15853
+ line-height: 2.25rem;
15854
+ }
15855
+ }
15856
+ @media screen and (min-width: 80rem) {
15857
+ .pkt-txt-26-medium--laptop-up {
15858
+ font-size: 1.625rem;
15859
+ font-weight: 500;
15860
+ letter-spacing: -0.2px;
15861
+ line-height: 2.5rem;
15862
+ }
15863
+ }
15864
+ @media screen and (min-width: 80rem) {
15865
+ .pkt-txt-24-medium--laptop-up {
15866
+ font-size: 1.5rem;
15867
+ font-weight: 500;
15868
+ letter-spacing: -0.2px;
15869
+ line-height: 2.25rem;
15870
+ }
15871
+ }
15872
+ @media screen and (min-width: 80rem) {
15873
+ .pkt-txt-22-medium--laptop-up {
15874
+ font-size: 1.375rem;
15875
+ font-weight: 500;
15876
+ letter-spacing: -0.2px;
15877
+ line-height: 2.125rem;
15878
+ }
15879
+ }
15880
+ @media screen and (min-width: 80rem) {
15881
+ .pkt-txt-20-medium--laptop-up {
15882
+ font-size: 1.25rem;
15883
+ font-weight: 500;
15884
+ letter-spacing: -0.2px;
15885
+ line-height: 2rem;
15886
+ }
15887
+ }
15888
+ @media screen and (min-width: 80rem) {
15889
+ .pkt-txt-18-medium--laptop-up {
15890
+ font-size: 1.125rem;
15891
+ font-weight: 500;
15892
+ letter-spacing: -0.2px;
15893
+ line-height: 1.75rem;
15894
+ }
15895
+ }
15896
+ @media screen and (min-width: 80rem) {
15897
+ .pkt-txt-16-medium--laptop-up {
15898
+ font-size: 1rem;
15899
+ font-weight: 500;
15900
+ letter-spacing: -0.2px;
15901
+ line-height: 1.5rem;
15902
+ }
15903
+ }
15904
+ @media screen and (min-width: 80rem) {
15905
+ .pkt-txt-14-medium--laptop-up {
15906
+ font-size: 0.875rem;
15907
+ font-weight: 500;
15908
+ letter-spacing: -0.2px;
15909
+ line-height: 1.375rem;
15910
+ }
15911
+ }
15912
+ @media screen and (min-width: 80rem) {
15913
+ .pkt-txt-12-medium--laptop-up {
15914
+ font-size: 0.75rem;
15915
+ font-weight: 500;
15916
+ letter-spacing: -0.2px;
15917
+ line-height: 1.25rem;
15918
+ }
15919
+ }
15920
+ @media screen and (min-width: 80rem) {
15921
+ .pkt-txt-54-bold--laptop-up {
15922
+ font-size: 3.375rem;
15923
+ font-weight: 700;
15924
+ letter-spacing: -0.4px;
15925
+ line-height: 5.125rem;
15926
+ }
15927
+ }
15928
+ @media screen and (min-width: 80rem) {
15929
+ .pkt-txt-40-bold--laptop-up {
15930
+ font-size: 2.5rem;
15931
+ font-weight: 700;
15932
+ letter-spacing: -0.2px;
15933
+ line-height: 3.75rem;
15934
+ }
15935
+ }
15936
+ @media screen and (min-width: 80rem) {
15937
+ .pkt-txt-36-bold--laptop-up {
15938
+ font-size: 2.25rem;
15939
+ font-weight: 700;
15940
+ letter-spacing: -0.2px;
15941
+ line-height: 3.375rem;
15942
+ }
15943
+ }
15944
+ @media screen and (min-width: 80rem) {
15945
+ .pkt-txt-30-bold--laptop-up {
15946
+ font-size: 1.875rem;
15947
+ font-weight: 700;
15948
+ letter-spacing: -0.2px;
15949
+ line-height: 2.75rem;
15950
+ }
15951
+ }
15952
+ @media screen and (min-width: 80rem) {
15953
+ .pkt-txt-28-bold--laptop-up {
15954
+ font-size: 1.75rem;
15955
+ font-weight: 700;
15956
+ letter-spacing: -0.2px;
15957
+ line-height: 2.25rem;
15958
+ }
15959
+ }
15960
+ @media screen and (min-width: 80rem) {
15961
+ .pkt-txt-26-bold--laptop-up {
15962
+ font-size: 1.625rem;
15963
+ font-weight: 700;
15964
+ letter-spacing: -0.2px;
15965
+ line-height: 2.5rem;
15966
+ }
15967
+ }
15968
+ @media screen and (min-width: 80rem) {
15969
+ .pkt-txt-24-bold--laptop-up {
15970
+ font-size: 1.5rem;
15971
+ font-weight: 700;
15972
+ letter-spacing: -0.2px;
15973
+ line-height: 2.25rem;
15974
+ }
15975
+ }
15976
+ @media screen and (min-width: 80rem) {
15977
+ .pkt-txt-22-bold--laptop-up {
15978
+ font-size: 1.375rem;
15979
+ font-weight: 700;
15980
+ letter-spacing: -0.2px;
15981
+ line-height: 2.125rem;
15982
+ }
15983
+ }
15984
+ @media screen and (min-width: 80rem) {
15985
+ .pkt-txt-20-bold--laptop-up {
15986
+ font-size: 1.25rem;
15987
+ font-weight: 700;
15988
+ letter-spacing: -0.2px;
15989
+ line-height: 2rem;
15990
+ }
15991
+ }
15992
+ @media screen and (min-width: 80rem) {
15993
+ .pkt-txt-18-bold--laptop-up {
15994
+ font-size: 1.125rem;
15995
+ font-weight: 700;
15996
+ letter-spacing: -0.2px;
15997
+ line-height: 1.75rem;
15998
+ }
15999
+ }
16000
+ @media screen and (min-width: 80rem) {
16001
+ .pkt-txt-16-bold--laptop-up {
16002
+ font-size: 1rem;
16003
+ font-weight: 700;
16004
+ letter-spacing: -0.2px;
16005
+ line-height: 1.5rem;
16006
+ }
16007
+ }
16008
+ @media screen and (min-width: 80rem) {
16009
+ .pkt-txt-14-bold--laptop-up {
16010
+ font-size: 0.875rem;
16011
+ font-weight: 700;
16012
+ letter-spacing: -0.2px;
16013
+ line-height: 1.375rem;
16014
+ }
16015
+ }
16016
+ @media screen and (min-width: 80rem) {
16017
+ .pkt-txt-12-bold--laptop-up {
16018
+ font-size: 0.75rem;
16019
+ font-weight: 700;
16020
+ letter-spacing: -0.2px;
16021
+ line-height: 1.25rem;
16022
+ }
16023
+ }
16024
+ @media screen and (min-width: 80rem) {
16025
+ .pkt-txt-54-light--laptop-up {
16026
+ font-size: 3.375rem;
16027
+ font-weight: 300;
16028
+ letter-spacing: -0.4px;
16029
+ line-height: 5.125rem;
16030
+ }
16031
+ }
16032
+ @media screen and (min-width: 80rem) {
16033
+ .pkt-txt-40-light--laptop-up {
16034
+ font-size: 2.5rem;
16035
+ font-weight: 300;
16036
+ letter-spacing: -0.2px;
16037
+ line-height: 3.75rem;
16038
+ }
16039
+ }
16040
+ @media screen and (min-width: 80rem) {
16041
+ .pkt-txt-36-light--laptop-up {
16042
+ font-size: 2.25rem;
16043
+ font-weight: 300;
16044
+ letter-spacing: -0.2px;
16045
+ line-height: 3.375rem;
16046
+ }
16047
+ }
16048
+ @media screen and (min-width: 80rem) {
16049
+ .pkt-txt-30-light--laptop-up {
16050
+ font-size: 1.875rem;
16051
+ font-weight: 300;
16052
+ letter-spacing: -0.2px;
16053
+ line-height: 2.75rem;
16054
+ }
16055
+ }
16056
+ @media screen and (min-width: 80rem) {
16057
+ .pkt-txt-28-light--laptop-up {
16058
+ font-size: 1.75rem;
16059
+ font-weight: 300;
16060
+ letter-spacing: -0.2px;
16061
+ line-height: 2.25rem;
16062
+ }
16063
+ }
16064
+ @media screen and (min-width: 80rem) {
16065
+ .pkt-txt-26-light--laptop-up {
16066
+ font-size: 1.625rem;
16067
+ font-weight: 300;
16068
+ letter-spacing: -0.2px;
16069
+ line-height: 2.5rem;
16070
+ }
16071
+ }
16072
+ @media screen and (min-width: 80rem) {
16073
+ .pkt-txt-24-light--laptop-up {
16074
+ font-size: 1.5rem;
16075
+ font-weight: 300;
16076
+ letter-spacing: -0.2px;
16077
+ line-height: 2.25rem;
16078
+ }
16079
+ }
16080
+ @media screen and (min-width: 80rem) {
16081
+ .pkt-txt-22-light--laptop-up {
16082
+ font-size: 1.375rem;
16083
+ font-weight: 300;
16084
+ letter-spacing: -0.2px;
16085
+ line-height: 2.125rem;
16086
+ }
16087
+ }
16088
+ @media screen and (min-width: 80rem) {
16089
+ .pkt-txt-20-light--laptop-up {
16090
+ font-size: 1.25rem;
16091
+ font-weight: 300;
16092
+ letter-spacing: -0.2px;
16093
+ line-height: 2rem;
16094
+ }
16095
+ }
16096
+ @media screen and (min-width: 80rem) {
16097
+ .pkt-txt-18-light--laptop-up {
16098
+ font-size: 1.125rem;
16099
+ font-weight: 300;
16100
+ letter-spacing: -0.2px;
16101
+ line-height: 1.75rem;
16102
+ }
16103
+ }
16104
+ @media screen and (min-width: 80rem) {
16105
+ .pkt-txt-16-light--laptop-up {
16106
+ font-size: 1rem;
16107
+ font-weight: 300;
16108
+ letter-spacing: -0.2px;
16109
+ line-height: 1.5rem;
16110
+ }
16111
+ }
16112
+ @media screen and (min-width: 80rem) {
16113
+ .pkt-txt-14-light--laptop-up {
16114
+ font-size: 0.875rem;
16115
+ font-weight: 300;
16116
+ letter-spacing: -0.2px;
16117
+ line-height: 1.375rem;
16118
+ }
16119
+ }
16120
+ @media screen and (min-width: 80rem) {
16121
+ .pkt-txt-12-light--laptop-up {
16122
+ font-size: 0.75rem;
16123
+ font-weight: 300;
16124
+ letter-spacing: -0.2px;
16125
+ line-height: 1.25rem;
16126
+ }
16127
+ }
16128
+ @media screen and (min-width: 80rem) {
16129
+ .pkt-font-light--laptop-up {
16130
+ font-weight: 300;
16131
+ }
16132
+ }
16133
+ @media screen and (min-width: 80rem) {
16134
+ .pkt-font-regular--laptop-up {
16135
+ font-weight: 400;
16136
+ }
16137
+ }
16138
+ @media screen and (min-width: 80rem) {
16139
+ .pkt-font-medium--laptop-up {
16140
+ font-weight: 500;
16141
+ }
16142
+ }
16143
+ @media screen and (min-width: 80rem) {
16144
+ .pkt-font-bold--laptop-up {
16145
+ font-weight: 700;
16146
+ }
16147
+ }
16148
+ @media screen and (min-width: 100rem) {
16149
+ .pkt-txt-54--desktop-up {
16150
+ font-size: 3.375rem;
16151
+ font-weight: 400;
16152
+ letter-spacing: -0.4px;
16153
+ line-height: 5.125rem;
16154
+ }
16155
+ }
16156
+ @media screen and (min-width: 100rem) {
16157
+ .pkt-txt-40--desktop-up {
16158
+ font-size: 2.5rem;
16159
+ font-weight: 400;
16160
+ letter-spacing: -0.2px;
16161
+ line-height: 3.75rem;
16162
+ }
16163
+ }
16164
+ @media screen and (min-width: 100rem) {
16165
+ .pkt-txt-36--desktop-up {
16166
+ font-size: 2.25rem;
16167
+ font-weight: 400;
16168
+ letter-spacing: -0.2px;
16169
+ line-height: 3.375rem;
16170
+ }
16171
+ }
16172
+ @media screen and (min-width: 100rem) {
16173
+ .pkt-txt-30--desktop-up {
16174
+ font-size: 1.875rem;
16175
+ font-weight: 400;
16176
+ letter-spacing: -0.2px;
16177
+ line-height: 2.75rem;
16178
+ }
16179
+ }
16180
+ @media screen and (min-width: 100rem) {
16181
+ .pkt-txt-28--desktop-up {
16182
+ font-size: 1.75rem;
16183
+ font-weight: 400;
16184
+ letter-spacing: -0.2px;
16185
+ line-height: 2.25rem;
16186
+ }
16187
+ }
16188
+ @media screen and (min-width: 100rem) {
16189
+ .pkt-txt-26--desktop-up {
16190
+ font-size: 1.625rem;
16191
+ font-weight: 400;
16192
+ letter-spacing: -0.2px;
16193
+ line-height: 2.5rem;
16194
+ }
16195
+ }
16196
+ @media screen and (min-width: 100rem) {
16197
+ .pkt-txt-24--desktop-up {
16198
+ font-size: 1.5rem;
16199
+ font-weight: 400;
16200
+ letter-spacing: -0.2px;
16201
+ line-height: 2.25rem;
16202
+ }
16203
+ }
16204
+ @media screen and (min-width: 100rem) {
16205
+ .pkt-txt-22--desktop-up {
16206
+ font-size: 1.375rem;
16207
+ font-weight: 400;
16208
+ letter-spacing: -0.2px;
16209
+ line-height: 2.125rem;
16210
+ }
16211
+ }
16212
+ @media screen and (min-width: 100rem) {
16213
+ .pkt-txt-20--desktop-up {
16214
+ font-size: 1.25rem;
16215
+ font-weight: 400;
16216
+ letter-spacing: -0.2px;
16217
+ line-height: 2rem;
16218
+ }
16219
+ }
16220
+ @media screen and (min-width: 100rem) {
16221
+ .pkt-txt-18--desktop-up {
16222
+ font-size: 1.125rem;
16223
+ font-weight: 400;
16224
+ letter-spacing: -0.2px;
16225
+ line-height: 1.75rem;
16226
+ }
16227
+ }
16228
+ @media screen and (min-width: 100rem) {
16229
+ .pkt-txt-16--desktop-up {
16230
+ font-size: 1rem;
16231
+ font-weight: 400;
16232
+ letter-spacing: -0.2px;
16233
+ line-height: 1.5rem;
16234
+ }
16235
+ }
16236
+ @media screen and (min-width: 100rem) {
16237
+ .pkt-txt-14--desktop-up {
16238
+ font-size: 0.875rem;
16239
+ font-weight: 400;
16240
+ letter-spacing: -0.2px;
16241
+ line-height: 1.375rem;
16242
+ }
16243
+ }
16244
+ @media screen and (min-width: 100rem) {
16245
+ .pkt-txt-12--desktop-up {
16246
+ font-size: 0.75rem;
16247
+ font-weight: 400;
16248
+ letter-spacing: -0.2px;
16249
+ line-height: 1.25rem;
16250
+ }
16251
+ }
16252
+ @media screen and (min-width: 100rem) {
16253
+ .pkt-txt-54-medium--desktop-up {
16254
+ font-size: 3.375rem;
16255
+ font-weight: 500;
16256
+ letter-spacing: -0.4px;
16257
+ line-height: 5.125rem;
16258
+ }
16259
+ }
16260
+ @media screen and (min-width: 100rem) {
16261
+ .pkt-txt-40-medium--desktop-up {
16262
+ font-size: 2.5rem;
16263
+ font-weight: 500;
16264
+ letter-spacing: -0.2px;
16265
+ line-height: 3.75rem;
16266
+ }
16267
+ }
16268
+ @media screen and (min-width: 100rem) {
16269
+ .pkt-txt-36-medium--desktop-up {
16270
+ font-size: 2.25rem;
16271
+ font-weight: 500;
16272
+ letter-spacing: -0.2px;
16273
+ line-height: 3.375rem;
16274
+ }
16275
+ }
16276
+ @media screen and (min-width: 100rem) {
16277
+ .pkt-txt-30-medium--desktop-up {
16278
+ font-size: 1.875rem;
16279
+ font-weight: 500;
16280
+ letter-spacing: -0.2px;
16281
+ line-height: 2.75rem;
16282
+ }
16283
+ }
16284
+ @media screen and (min-width: 100rem) {
16285
+ .pkt-txt-28-medium--desktop-up {
16286
+ font-size: 1.75rem;
16287
+ font-weight: 500;
16288
+ letter-spacing: -0.2px;
16289
+ line-height: 2.25rem;
16290
+ }
16291
+ }
16292
+ @media screen and (min-width: 100rem) {
16293
+ .pkt-txt-26-medium--desktop-up {
16294
+ font-size: 1.625rem;
16295
+ font-weight: 500;
16296
+ letter-spacing: -0.2px;
16297
+ line-height: 2.5rem;
16298
+ }
16299
+ }
16300
+ @media screen and (min-width: 100rem) {
16301
+ .pkt-txt-24-medium--desktop-up {
16302
+ font-size: 1.5rem;
16303
+ font-weight: 500;
16304
+ letter-spacing: -0.2px;
16305
+ line-height: 2.25rem;
16306
+ }
16307
+ }
16308
+ @media screen and (min-width: 100rem) {
16309
+ .pkt-txt-22-medium--desktop-up {
16310
+ font-size: 1.375rem;
16311
+ font-weight: 500;
16312
+ letter-spacing: -0.2px;
16313
+ line-height: 2.125rem;
16314
+ }
16315
+ }
16316
+ @media screen and (min-width: 100rem) {
16317
+ .pkt-txt-20-medium--desktop-up {
16318
+ font-size: 1.25rem;
16319
+ font-weight: 500;
16320
+ letter-spacing: -0.2px;
16321
+ line-height: 2rem;
16322
+ }
16323
+ }
16324
+ @media screen and (min-width: 100rem) {
16325
+ .pkt-txt-18-medium--desktop-up {
16326
+ font-size: 1.125rem;
16327
+ font-weight: 500;
16328
+ letter-spacing: -0.2px;
16329
+ line-height: 1.75rem;
16330
+ }
16331
+ }
16332
+ @media screen and (min-width: 100rem) {
16333
+ .pkt-txt-16-medium--desktop-up {
16334
+ font-size: 1rem;
16335
+ font-weight: 500;
16336
+ letter-spacing: -0.2px;
16337
+ line-height: 1.5rem;
16338
+ }
16339
+ }
16340
+ @media screen and (min-width: 100rem) {
16341
+ .pkt-txt-14-medium--desktop-up {
16342
+ font-size: 0.875rem;
16343
+ font-weight: 500;
16344
+ letter-spacing: -0.2px;
16345
+ line-height: 1.375rem;
16346
+ }
16347
+ }
16348
+ @media screen and (min-width: 100rem) {
16349
+ .pkt-txt-12-medium--desktop-up {
16350
+ font-size: 0.75rem;
16351
+ font-weight: 500;
16352
+ letter-spacing: -0.2px;
16353
+ line-height: 1.25rem;
16354
+ }
16355
+ }
16356
+ @media screen and (min-width: 100rem) {
16357
+ .pkt-txt-54-bold--desktop-up {
16358
+ font-size: 3.375rem;
16359
+ font-weight: 700;
16360
+ letter-spacing: -0.4px;
16361
+ line-height: 5.125rem;
16362
+ }
16363
+ }
16364
+ @media screen and (min-width: 100rem) {
16365
+ .pkt-txt-40-bold--desktop-up {
16366
+ font-size: 2.5rem;
16367
+ font-weight: 700;
16368
+ letter-spacing: -0.2px;
16369
+ line-height: 3.75rem;
16370
+ }
16371
+ }
16372
+ @media screen and (min-width: 100rem) {
16373
+ .pkt-txt-36-bold--desktop-up {
16374
+ font-size: 2.25rem;
16375
+ font-weight: 700;
16376
+ letter-spacing: -0.2px;
16377
+ line-height: 3.375rem;
16378
+ }
16379
+ }
16380
+ @media screen and (min-width: 100rem) {
16381
+ .pkt-txt-30-bold--desktop-up {
16382
+ font-size: 1.875rem;
16383
+ font-weight: 700;
16384
+ letter-spacing: -0.2px;
16385
+ line-height: 2.75rem;
16386
+ }
16387
+ }
16388
+ @media screen and (min-width: 100rem) {
16389
+ .pkt-txt-28-bold--desktop-up {
16390
+ font-size: 1.75rem;
16391
+ font-weight: 700;
16392
+ letter-spacing: -0.2px;
16393
+ line-height: 2.25rem;
16394
+ }
16395
+ }
16396
+ @media screen and (min-width: 100rem) {
16397
+ .pkt-txt-26-bold--desktop-up {
16398
+ font-size: 1.625rem;
16399
+ font-weight: 700;
16400
+ letter-spacing: -0.2px;
16401
+ line-height: 2.5rem;
16402
+ }
16403
+ }
16404
+ @media screen and (min-width: 100rem) {
16405
+ .pkt-txt-24-bold--desktop-up {
16406
+ font-size: 1.5rem;
16407
+ font-weight: 700;
16408
+ letter-spacing: -0.2px;
16409
+ line-height: 2.25rem;
16410
+ }
16411
+ }
16412
+ @media screen and (min-width: 100rem) {
16413
+ .pkt-txt-22-bold--desktop-up {
16414
+ font-size: 1.375rem;
16415
+ font-weight: 700;
16416
+ letter-spacing: -0.2px;
16417
+ line-height: 2.125rem;
16418
+ }
16419
+ }
16420
+ @media screen and (min-width: 100rem) {
16421
+ .pkt-txt-20-bold--desktop-up {
16422
+ font-size: 1.25rem;
16423
+ font-weight: 700;
16424
+ letter-spacing: -0.2px;
16425
+ line-height: 2rem;
16426
+ }
16427
+ }
16428
+ @media screen and (min-width: 100rem) {
16429
+ .pkt-txt-18-bold--desktop-up {
16430
+ font-size: 1.125rem;
16431
+ font-weight: 700;
16432
+ letter-spacing: -0.2px;
16433
+ line-height: 1.75rem;
16434
+ }
16435
+ }
16436
+ @media screen and (min-width: 100rem) {
16437
+ .pkt-txt-16-bold--desktop-up {
16438
+ font-size: 1rem;
16439
+ font-weight: 700;
16440
+ letter-spacing: -0.2px;
16441
+ line-height: 1.5rem;
16442
+ }
16443
+ }
16444
+ @media screen and (min-width: 100rem) {
16445
+ .pkt-txt-14-bold--desktop-up {
16446
+ font-size: 0.875rem;
16447
+ font-weight: 700;
16448
+ letter-spacing: -0.2px;
16449
+ line-height: 1.375rem;
16450
+ }
16451
+ }
16452
+ @media screen and (min-width: 100rem) {
16453
+ .pkt-txt-12-bold--desktop-up {
16454
+ font-size: 0.75rem;
16455
+ font-weight: 700;
16456
+ letter-spacing: -0.2px;
16457
+ line-height: 1.25rem;
16458
+ }
16459
+ }
16460
+ @media screen and (min-width: 100rem) {
16461
+ .pkt-txt-54-light--desktop-up {
16462
+ font-size: 3.375rem;
16463
+ font-weight: 300;
16464
+ letter-spacing: -0.4px;
16465
+ line-height: 5.125rem;
16466
+ }
16467
+ }
16468
+ @media screen and (min-width: 100rem) {
16469
+ .pkt-txt-40-light--desktop-up {
16470
+ font-size: 2.5rem;
16471
+ font-weight: 300;
16472
+ letter-spacing: -0.2px;
16473
+ line-height: 3.75rem;
16474
+ }
16475
+ }
16476
+ @media screen and (min-width: 100rem) {
16477
+ .pkt-txt-36-light--desktop-up {
16478
+ font-size: 2.25rem;
16479
+ font-weight: 300;
16480
+ letter-spacing: -0.2px;
16481
+ line-height: 3.375rem;
16482
+ }
16483
+ }
16484
+ @media screen and (min-width: 100rem) {
16485
+ .pkt-txt-30-light--desktop-up {
16486
+ font-size: 1.875rem;
16487
+ font-weight: 300;
16488
+ letter-spacing: -0.2px;
16489
+ line-height: 2.75rem;
16490
+ }
16491
+ }
16492
+ @media screen and (min-width: 100rem) {
16493
+ .pkt-txt-28-light--desktop-up {
16494
+ font-size: 1.75rem;
16495
+ font-weight: 300;
16496
+ letter-spacing: -0.2px;
16497
+ line-height: 2.25rem;
16498
+ }
16499
+ }
16500
+ @media screen and (min-width: 100rem) {
16501
+ .pkt-txt-26-light--desktop-up {
16502
+ font-size: 1.625rem;
16503
+ font-weight: 300;
16504
+ letter-spacing: -0.2px;
16505
+ line-height: 2.5rem;
16506
+ }
16507
+ }
16508
+ @media screen and (min-width: 100rem) {
16509
+ .pkt-txt-24-light--desktop-up {
16510
+ font-size: 1.5rem;
16511
+ font-weight: 300;
16512
+ letter-spacing: -0.2px;
16513
+ line-height: 2.25rem;
16514
+ }
16515
+ }
16516
+ @media screen and (min-width: 100rem) {
16517
+ .pkt-txt-22-light--desktop-up {
16518
+ font-size: 1.375rem;
16519
+ font-weight: 300;
16520
+ letter-spacing: -0.2px;
16521
+ line-height: 2.125rem;
16522
+ }
16523
+ }
16524
+ @media screen and (min-width: 100rem) {
16525
+ .pkt-txt-20-light--desktop-up {
16526
+ font-size: 1.25rem;
16527
+ font-weight: 300;
16528
+ letter-spacing: -0.2px;
16529
+ line-height: 2rem;
16530
+ }
16531
+ }
16532
+ @media screen and (min-width: 100rem) {
16533
+ .pkt-txt-18-light--desktop-up {
16534
+ font-size: 1.125rem;
16535
+ font-weight: 300;
16536
+ letter-spacing: -0.2px;
16537
+ line-height: 1.75rem;
16538
+ }
16539
+ }
16540
+ @media screen and (min-width: 100rem) {
16541
+ .pkt-txt-16-light--desktop-up {
16542
+ font-size: 1rem;
16543
+ font-weight: 300;
16544
+ letter-spacing: -0.2px;
16545
+ line-height: 1.5rem;
16546
+ }
16547
+ }
16548
+ @media screen and (min-width: 100rem) {
16549
+ .pkt-txt-14-light--desktop-up {
16550
+ font-size: 0.875rem;
16551
+ font-weight: 300;
16552
+ letter-spacing: -0.2px;
16553
+ line-height: 1.375rem;
16554
+ }
16555
+ }
16556
+ @media screen and (min-width: 100rem) {
16557
+ .pkt-txt-12-light--desktop-up {
16558
+ font-size: 0.75rem;
16559
+ font-weight: 300;
16560
+ letter-spacing: -0.2px;
16561
+ line-height: 1.25rem;
16562
+ }
16563
+ }
16564
+ @media screen and (min-width: 100rem) {
16565
+ .pkt-font-light--desktop-up {
16566
+ font-weight: 300;
16567
+ }
16568
+ }
16569
+ @media screen and (min-width: 100rem) {
16570
+ .pkt-font-regular--desktop-up {
16571
+ font-weight: 400;
16572
+ }
16573
+ }
16574
+ @media screen and (min-width: 100rem) {
16575
+ .pkt-font-medium--desktop-up {
16576
+ font-weight: 500;
16577
+ }
16578
+ }
16579
+ @media screen and (min-width: 100rem) {
16580
+ .pkt-font-bold--desktop-up {
16581
+ font-weight: 700;
16582
+ }
16583
+ }
13950
16584
  /*
13951
16585
  * Alignment
13952
16586
  */