@unlk/keymaster 1.1.0 → 1.1.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/CHANGELOG.md +11 -0
- package/README.md +1 -3
- package/dist/css/keymaster.css +46 -491
- package/dist/css/keymaster.css.map +1 -1
- package/dist/css/keymaster.min.css +2 -34
- package/dist/css/keymaster.min.css.map +1 -1
- package/dist/js/keymaster.js +1 -1
- package/dist/js/keymaster.min.js +1 -1
- package/package.json +1 -1
- package/scss/keymaster.scss +0 -4
- package/scss/theme/_buttons.scss +2 -2
- package/scss/theme/_fontawesome.scss +0 -8
- package/scss/theme/_utilities-overrides.scss +1 -1
- package/scss/theme/_variables-overrides.scss +27 -37
- package/scss/theme/_variables.scss +0 -4
- package/scss/theme/forms/_form-check.scss +5 -5
- package/scss/theme/mixins/_buttons.scss +3 -2
- package/fonts/NeulisNeue-Medium.woff +0 -0
- package/fonts/NeulisNeue-Medium.woff2 +0 -0
- package/fonts/NeulisNeue-MediumItalic.woff +0 -0
- package/fonts/NeulisNeue-MediumItalic.woff2 +0 -0
- package/fonts/STIXTwoText-Italic.ttf +0 -0
- package/fonts/STIXTwoText-Italic.woff +0 -0
- package/fonts/STIXTwoText-Italic.woff2 +0 -0
- package/fonts/WixMadeforDisplay-Bold.ttf +0 -0
- package/fonts/WixMadeforDisplay-Bold.woff +0 -0
- package/fonts/WixMadeforDisplay-Bold.woff2 +0 -0
- package/fonts/WixMadeforDisplay-Regular.ttf +0 -0
- package/fonts/WixMadeforDisplay-Regular.woff +0 -0
- package/fonts/WixMadeforDisplay-Regular.woff2 +0 -0
- package/scss/theme/_type.scss +0 -3
- package/scss/theme/_typography.scss +0 -31
package/dist/css/keymaster.css
CHANGED
|
@@ -19229,134 +19229,6 @@
|
|
|
19229
19229
|
--fa: "\f8ff";
|
|
19230
19230
|
}
|
|
19231
19231
|
|
|
19232
|
-
/*!
|
|
19233
|
-
* Font Awesome Pro 7.0.0 by @fontawesome - https://fontawesome.com
|
|
19234
|
-
* License - https://fontawesome.com/license (Commercial License)
|
|
19235
|
-
* Copyright 2025 Fonticons, Inc.
|
|
19236
|
-
*/
|
|
19237
|
-
:root, :host {
|
|
19238
|
-
--fa-family-classic: "Font Awesome 7 Pro";
|
|
19239
|
-
--fa-font-thin: normal 100 1em/1 var(--fa-family-classic);
|
|
19240
|
-
/* deprecated: this older custom property will be removed next major release */
|
|
19241
|
-
--fa-style-family-classic: var(--fa-family-classic);
|
|
19242
|
-
}
|
|
19243
|
-
|
|
19244
|
-
@font-face {
|
|
19245
|
-
font-family: "Font Awesome 7 Pro";
|
|
19246
|
-
font-style: normal;
|
|
19247
|
-
font-weight: 100;
|
|
19248
|
-
font-display: block;
|
|
19249
|
-
src: url("../../../fonts/fa-thin-100.woff2");
|
|
19250
|
-
}
|
|
19251
|
-
.fat {
|
|
19252
|
-
--fa-family: var(--fa-family-classic);
|
|
19253
|
-
--fa-style: 100;
|
|
19254
|
-
}
|
|
19255
|
-
|
|
19256
|
-
.fa-classic {
|
|
19257
|
-
--fa-family: var(--fa-family-classic);
|
|
19258
|
-
}
|
|
19259
|
-
|
|
19260
|
-
.fa-thin {
|
|
19261
|
-
--fa-style: 100;
|
|
19262
|
-
}
|
|
19263
|
-
|
|
19264
|
-
/*!
|
|
19265
|
-
* Font Awesome Pro 7.0.0 by @fontawesome - https://fontawesome.com
|
|
19266
|
-
* License - https://fontawesome.com/license (Commercial License)
|
|
19267
|
-
* Copyright 2025 Fonticons, Inc.
|
|
19268
|
-
*/
|
|
19269
|
-
:root, :host {
|
|
19270
|
-
--fa-family-classic: "Font Awesome 7 Pro";
|
|
19271
|
-
--fa-font-light: normal 300 1em/1 var(--fa-family-classic);
|
|
19272
|
-
/* deprecated: this older custom property will be removed next major release */
|
|
19273
|
-
--fa-style-family-classic: var(--fa-family-classic);
|
|
19274
|
-
}
|
|
19275
|
-
|
|
19276
|
-
@font-face {
|
|
19277
|
-
font-family: "Font Awesome 7 Pro";
|
|
19278
|
-
font-style: normal;
|
|
19279
|
-
font-weight: 300;
|
|
19280
|
-
font-display: block;
|
|
19281
|
-
src: url("../../../fonts/fa-light-300.woff2");
|
|
19282
|
-
}
|
|
19283
|
-
.fal {
|
|
19284
|
-
--fa-family: var(--fa-family-classic);
|
|
19285
|
-
--fa-style: 300;
|
|
19286
|
-
}
|
|
19287
|
-
|
|
19288
|
-
.fa-classic {
|
|
19289
|
-
--fa-family: var(--fa-family-classic);
|
|
19290
|
-
}
|
|
19291
|
-
|
|
19292
|
-
.fa-light {
|
|
19293
|
-
--fa-style: 300;
|
|
19294
|
-
}
|
|
19295
|
-
|
|
19296
|
-
/*!
|
|
19297
|
-
* Font Awesome Pro 7.0.0 by @fontawesome - https://fontawesome.com
|
|
19298
|
-
* License - https://fontawesome.com/license (Commercial License)
|
|
19299
|
-
* Copyright 2025 Fonticons, Inc.
|
|
19300
|
-
*/
|
|
19301
|
-
:root, :host {
|
|
19302
|
-
--fa-family-classic: "Font Awesome 7 Pro";
|
|
19303
|
-
--fa-font-regular: normal 400 1em/1 var(--fa-family-classic);
|
|
19304
|
-
/* deprecated: this older custom property will be removed next major release */
|
|
19305
|
-
--fa-style-family-classic: var(--fa-family-classic);
|
|
19306
|
-
}
|
|
19307
|
-
|
|
19308
|
-
@font-face {
|
|
19309
|
-
font-family: "Font Awesome 7 Pro";
|
|
19310
|
-
font-style: normal;
|
|
19311
|
-
font-weight: 400;
|
|
19312
|
-
font-display: block;
|
|
19313
|
-
src: url("../../../fonts/fa-regular-400.woff2");
|
|
19314
|
-
}
|
|
19315
|
-
.far {
|
|
19316
|
-
--fa-family: var(--fa-family-classic);
|
|
19317
|
-
--fa-style: 400;
|
|
19318
|
-
}
|
|
19319
|
-
|
|
19320
|
-
.fa-classic {
|
|
19321
|
-
--fa-family: var(--fa-family-classic);
|
|
19322
|
-
}
|
|
19323
|
-
|
|
19324
|
-
.fa-regular {
|
|
19325
|
-
--fa-style: 400;
|
|
19326
|
-
}
|
|
19327
|
-
|
|
19328
|
-
/*!
|
|
19329
|
-
* Font Awesome Pro 7.0.0 by @fontawesome - https://fontawesome.com
|
|
19330
|
-
* License - https://fontawesome.com/license (Commercial License)
|
|
19331
|
-
* Copyright 2025 Fonticons, Inc.
|
|
19332
|
-
*/
|
|
19333
|
-
:root, :host {
|
|
19334
|
-
--fa-family-classic: "Font Awesome 7 Pro";
|
|
19335
|
-
--fa-font-solid: normal 900 1em/1 var(--fa-family-classic);
|
|
19336
|
-
/* deprecated: this older custom property will be removed next major release */
|
|
19337
|
-
--fa-style-family-classic: var(--fa-family-classic);
|
|
19338
|
-
}
|
|
19339
|
-
|
|
19340
|
-
@font-face {
|
|
19341
|
-
font-family: "Font Awesome 7 Pro";
|
|
19342
|
-
font-style: normal;
|
|
19343
|
-
font-weight: 900;
|
|
19344
|
-
font-display: block;
|
|
19345
|
-
src: url("../../../fonts/fa-solid-900.woff2");
|
|
19346
|
-
}
|
|
19347
|
-
.fas {
|
|
19348
|
-
--fa-family: var(--fa-family-classic);
|
|
19349
|
-
--fa-style: 900;
|
|
19350
|
-
}
|
|
19351
|
-
|
|
19352
|
-
.fa-classic {
|
|
19353
|
-
--fa-family: var(--fa-family-classic);
|
|
19354
|
-
}
|
|
19355
|
-
|
|
19356
|
-
.fa-solid {
|
|
19357
|
-
--fa-style: 900;
|
|
19358
|
-
}
|
|
19359
|
-
|
|
19360
19232
|
/*!
|
|
19361
19233
|
* Font Awesome Pro 7.0.0 by @fontawesome - https://fontawesome.com
|
|
19362
19234
|
* License - https://fontawesome.com/license (Commercial License)
|
|
@@ -19485,285 +19357,6 @@
|
|
|
19485
19357
|
--fa-style: 900;
|
|
19486
19358
|
}
|
|
19487
19359
|
|
|
19488
|
-
/*!
|
|
19489
|
-
* Font Awesome Pro 7.0.0 by @fontawesome - https://fontawesome.com
|
|
19490
|
-
* License - https://fontawesome.com/license (Commercial License)
|
|
19491
|
-
* Copyright 2025 Fonticons, Inc.
|
|
19492
|
-
*/
|
|
19493
|
-
:root, :host {
|
|
19494
|
-
--fa-family-duotone: "Font Awesome 7 Duotone";
|
|
19495
|
-
--fa-font-duotone: normal 900 1em/1 var(--fa-family-duotone);
|
|
19496
|
-
/* deprecated: this older custom property will be removed next major release */
|
|
19497
|
-
--fa-style-family-duotone: var(--fa-family-duotone);
|
|
19498
|
-
}
|
|
19499
|
-
|
|
19500
|
-
@font-face {
|
|
19501
|
-
font-family: "Font Awesome 7 Duotone";
|
|
19502
|
-
font-style: normal;
|
|
19503
|
-
font-weight: 900;
|
|
19504
|
-
font-display: block;
|
|
19505
|
-
src: url("../../../fonts/fa-duotone-900.woff2");
|
|
19506
|
-
}
|
|
19507
|
-
.fad,
|
|
19508
|
-
.fa-duotone {
|
|
19509
|
-
--fa-family: var(--fa-family-duotone);
|
|
19510
|
-
--fa-style: 900;
|
|
19511
|
-
position: relative;
|
|
19512
|
-
letter-spacing: normal;
|
|
19513
|
-
}
|
|
19514
|
-
|
|
19515
|
-
.fad::before,
|
|
19516
|
-
.fa-duotone::before {
|
|
19517
|
-
position: absolute;
|
|
19518
|
-
color: var(--fa-primary-color, currentColor);
|
|
19519
|
-
opacity: var(--fa-primary-opacity, 1);
|
|
19520
|
-
}
|
|
19521
|
-
|
|
19522
|
-
.fad::after,
|
|
19523
|
-
.fa-duotone::after {
|
|
19524
|
-
color: var(--fa-secondary-color, currentColor);
|
|
19525
|
-
opacity: var(--fa-secondary-opacity, 0.4);
|
|
19526
|
-
}
|
|
19527
|
-
|
|
19528
|
-
.fa-swap-opacity .fad::before,
|
|
19529
|
-
.fa-swap-opacity .fa-duotone::before,
|
|
19530
|
-
.fad.fa-swap-opacity::before,
|
|
19531
|
-
.fa-duotone.fa-swap-opacity::before {
|
|
19532
|
-
opacity: var(--fa-secondary-opacity, 0.4);
|
|
19533
|
-
}
|
|
19534
|
-
|
|
19535
|
-
.fa-swap-opacity .fad::after,
|
|
19536
|
-
.fa-swap-opacity .fa-duotone::after,
|
|
19537
|
-
.fad.fa-swap-opacity::after,
|
|
19538
|
-
.fa-duotone.fa-swap-opacity::after {
|
|
19539
|
-
opacity: var(--fa-primary-opacity, 1);
|
|
19540
|
-
}
|
|
19541
|
-
|
|
19542
|
-
.fad.fa-li,
|
|
19543
|
-
.fa-duotone.fa-li,
|
|
19544
|
-
.fad.fa-stack-1x,
|
|
19545
|
-
.fa-duotone.fa-stack-1x,
|
|
19546
|
-
.fad.fa-stack-2x,
|
|
19547
|
-
.fa-duotone.fa-stack-2x {
|
|
19548
|
-
position: absolute;
|
|
19549
|
-
}
|
|
19550
|
-
|
|
19551
|
-
/*!
|
|
19552
|
-
* Font Awesome Pro 7.0.0 by @fontawesome - https://fontawesome.com
|
|
19553
|
-
* License - https://fontawesome.com/license (Commercial License)
|
|
19554
|
-
* Copyright 2025 Fonticons, Inc.
|
|
19555
|
-
*/
|
|
19556
|
-
:root, :host {
|
|
19557
|
-
--fa-family-duotone: "Font Awesome 7 Duotone";
|
|
19558
|
-
--fa-font-duotone-thin: normal 100 1em/1 var(--fa-family-duotone);
|
|
19559
|
-
/* deprecated: this older custom property will be removed next major release */
|
|
19560
|
-
--fa-style-family-duotone: var(--fa-family-duotone);
|
|
19561
|
-
}
|
|
19562
|
-
|
|
19563
|
-
@font-face {
|
|
19564
|
-
font-family: "Font Awesome 7 Duotone";
|
|
19565
|
-
font-style: normal;
|
|
19566
|
-
font-weight: 100;
|
|
19567
|
-
font-display: block;
|
|
19568
|
-
src: url("../../../fonts/fa-duotone-thin-100.woff2");
|
|
19569
|
-
}
|
|
19570
|
-
.fadt {
|
|
19571
|
-
--fa-family: var(--fa-family-duotone);
|
|
19572
|
-
--fa-style: 100;
|
|
19573
|
-
position: relative;
|
|
19574
|
-
letter-spacing: normal;
|
|
19575
|
-
}
|
|
19576
|
-
|
|
19577
|
-
.fa-duotone {
|
|
19578
|
-
--fa-family: var(--fa-family-duotone);
|
|
19579
|
-
position: relative;
|
|
19580
|
-
letter-spacing: normal;
|
|
19581
|
-
}
|
|
19582
|
-
|
|
19583
|
-
.fa-thin {
|
|
19584
|
-
--fa-style: 100;
|
|
19585
|
-
}
|
|
19586
|
-
|
|
19587
|
-
.fadt::before,
|
|
19588
|
-
.fa-duotone::before {
|
|
19589
|
-
position: absolute;
|
|
19590
|
-
color: var(--fa-primary-color, currentColor);
|
|
19591
|
-
opacity: var(--fa-primary-opacity, 1);
|
|
19592
|
-
}
|
|
19593
|
-
|
|
19594
|
-
.fadt::after,
|
|
19595
|
-
.fa-duotone::after {
|
|
19596
|
-
color: var(--fa-secondary-color, currentColor);
|
|
19597
|
-
opacity: var(--fa-secondary-opacity, 0.4);
|
|
19598
|
-
}
|
|
19599
|
-
|
|
19600
|
-
.fa-swap-opacity .fadt::before,
|
|
19601
|
-
.fa-swap-opacity .fa-duotone::before,
|
|
19602
|
-
.fa-swap-opacity.fadt::before,
|
|
19603
|
-
.fa-swap-opacity.fa-duotone::before {
|
|
19604
|
-
opacity: var(--fa-secondary-opacity, 0.4);
|
|
19605
|
-
}
|
|
19606
|
-
|
|
19607
|
-
.fa-swap-opacity .fadt::after,
|
|
19608
|
-
.fa-swap-opacity .fa-duotone::after,
|
|
19609
|
-
.fa-swap-opacity.fadt::after,
|
|
19610
|
-
.fa-swap-opacity.fa-duotone::after {
|
|
19611
|
-
opacity: var(--fa-primary-opacity, 1);
|
|
19612
|
-
}
|
|
19613
|
-
|
|
19614
|
-
.fa-li.fadt,
|
|
19615
|
-
.fa-li.fa-duotone,
|
|
19616
|
-
.fa-stack-1x.fadt,
|
|
19617
|
-
.fa-stack-1x.fa-duotone,
|
|
19618
|
-
.fa-stack-2x.fadt,
|
|
19619
|
-
.fa-stack-2x.fa-duotone {
|
|
19620
|
-
position: absolute;
|
|
19621
|
-
}
|
|
19622
|
-
|
|
19623
|
-
/*!
|
|
19624
|
-
* Font Awesome Pro 7.0.0 by @fontawesome - https://fontawesome.com
|
|
19625
|
-
* License - https://fontawesome.com/license (Commercial License)
|
|
19626
|
-
* Copyright 2025 Fonticons, Inc.
|
|
19627
|
-
*/
|
|
19628
|
-
:root, :host {
|
|
19629
|
-
--fa-family-duotone: "Font Awesome 7 Duotone";
|
|
19630
|
-
--fa-font-duotone-light: normal 300 1em/1 var(--fa-family-duotone);
|
|
19631
|
-
/* deprecated: this older custom property will be removed next major release */
|
|
19632
|
-
--fa-style-family-duotone: var(--fa-family-duotone);
|
|
19633
|
-
}
|
|
19634
|
-
|
|
19635
|
-
@font-face {
|
|
19636
|
-
font-family: "Font Awesome 7 Duotone";
|
|
19637
|
-
font-style: normal;
|
|
19638
|
-
font-weight: 300;
|
|
19639
|
-
font-display: block;
|
|
19640
|
-
src: url("../../../fonts/fa-duotone-light-300.woff2");
|
|
19641
|
-
}
|
|
19642
|
-
.fadl {
|
|
19643
|
-
--fa-family: var(--fa-family-duotone);
|
|
19644
|
-
--fa-style: 300;
|
|
19645
|
-
position: relative;
|
|
19646
|
-
letter-spacing: normal;
|
|
19647
|
-
}
|
|
19648
|
-
|
|
19649
|
-
.fa-duotone {
|
|
19650
|
-
--fa-family: var(--fa-family-duotone);
|
|
19651
|
-
position: relative;
|
|
19652
|
-
letter-spacing: normal;
|
|
19653
|
-
}
|
|
19654
|
-
|
|
19655
|
-
.fa-light {
|
|
19656
|
-
--fa-style: 300;
|
|
19657
|
-
}
|
|
19658
|
-
|
|
19659
|
-
.fadl::before,
|
|
19660
|
-
.fa-duotone::before {
|
|
19661
|
-
position: absolute;
|
|
19662
|
-
color: var(--fa-primary-color, currentColor);
|
|
19663
|
-
opacity: var(--fa-primary-opacity, 1);
|
|
19664
|
-
}
|
|
19665
|
-
|
|
19666
|
-
.fadl::after,
|
|
19667
|
-
.fa-duotone::after {
|
|
19668
|
-
color: var(--fa-secondary-color, currentColor);
|
|
19669
|
-
opacity: var(--fa-secondary-opacity, 0.4);
|
|
19670
|
-
}
|
|
19671
|
-
|
|
19672
|
-
.fa-swap-opacity .fadl::before,
|
|
19673
|
-
.fa-swap-opacity .fa-duotone::before,
|
|
19674
|
-
.fa-swap-opacity.fadl::before,
|
|
19675
|
-
.fa-swap-opacity.fa-duotone::before {
|
|
19676
|
-
opacity: var(--fa-secondary-opacity, 0.4);
|
|
19677
|
-
}
|
|
19678
|
-
|
|
19679
|
-
.fa-swap-opacity .fadl::after,
|
|
19680
|
-
.fa-swap-opacity .fa-duotone::after,
|
|
19681
|
-
.fa-swap-opacity.fadl::after,
|
|
19682
|
-
.fa-swap-opacity.fa-duotone::after {
|
|
19683
|
-
opacity: var(--fa-primary-opacity, 1);
|
|
19684
|
-
}
|
|
19685
|
-
|
|
19686
|
-
.fa-li.fadl,
|
|
19687
|
-
.fa-li.fa-duotone,
|
|
19688
|
-
.fa-stack-1x.fadl,
|
|
19689
|
-
.fa-stack-1x.fa-duotone,
|
|
19690
|
-
.fa-stack-2x.fadl,
|
|
19691
|
-
.fa-stack-2x.fa-duotone {
|
|
19692
|
-
position: absolute;
|
|
19693
|
-
}
|
|
19694
|
-
|
|
19695
|
-
/*!
|
|
19696
|
-
* Font Awesome Pro 7.0.0 by @fontawesome - https://fontawesome.com
|
|
19697
|
-
* License - https://fontawesome.com/license (Commercial License)
|
|
19698
|
-
* Copyright 2025 Fonticons, Inc.
|
|
19699
|
-
*/
|
|
19700
|
-
:root, :host {
|
|
19701
|
-
--fa-family-duotone: "Font Awesome 7 Duotone";
|
|
19702
|
-
--fa-font-duotone-regular: normal 400 1em/1 var(--fa-family-duotone);
|
|
19703
|
-
/* deprecated: this older custom property will be removed next major release */
|
|
19704
|
-
--fa-style-family-duotone: var(--fa-family-duotone);
|
|
19705
|
-
}
|
|
19706
|
-
|
|
19707
|
-
@font-face {
|
|
19708
|
-
font-family: "Font Awesome 7 Duotone";
|
|
19709
|
-
font-style: normal;
|
|
19710
|
-
font-weight: 400;
|
|
19711
|
-
font-display: block;
|
|
19712
|
-
src: url("../../../fonts/fa-duotone-regular-400.woff2");
|
|
19713
|
-
}
|
|
19714
|
-
.fadr {
|
|
19715
|
-
--fa-family: var(--fa-family-duotone);
|
|
19716
|
-
--fa-style: 400;
|
|
19717
|
-
position: relative;
|
|
19718
|
-
letter-spacing: normal;
|
|
19719
|
-
}
|
|
19720
|
-
|
|
19721
|
-
.fa-duotone {
|
|
19722
|
-
--fa-family: var(--fa-family-duotone);
|
|
19723
|
-
position: relative;
|
|
19724
|
-
letter-spacing: normal;
|
|
19725
|
-
}
|
|
19726
|
-
|
|
19727
|
-
.fa-regular {
|
|
19728
|
-
--fa-style: 400;
|
|
19729
|
-
}
|
|
19730
|
-
|
|
19731
|
-
.fadr::before,
|
|
19732
|
-
.fa-duotone::before {
|
|
19733
|
-
position: absolute;
|
|
19734
|
-
color: var(--fa-primary-color, currentColor);
|
|
19735
|
-
opacity: var(--fa-primary-opacity, 1);
|
|
19736
|
-
}
|
|
19737
|
-
|
|
19738
|
-
.fadr::after,
|
|
19739
|
-
.fa-duotone::after {
|
|
19740
|
-
color: var(--fa-secondary-color, currentColor);
|
|
19741
|
-
opacity: var(--fa-secondary-opacity, 0.4);
|
|
19742
|
-
}
|
|
19743
|
-
|
|
19744
|
-
.fa-swap-opacity .fadr::before,
|
|
19745
|
-
.fa-swap-opacity .fa-duotone::before,
|
|
19746
|
-
.fa-swap-opacity.fadr::before,
|
|
19747
|
-
.fa-swap-opacity.fa-duotone::before {
|
|
19748
|
-
opacity: var(--fa-secondary-opacity, 0.4);
|
|
19749
|
-
}
|
|
19750
|
-
|
|
19751
|
-
.fa-swap-opacity .fadr::after,
|
|
19752
|
-
.fa-swap-opacity .fa-duotone::after,
|
|
19753
|
-
.fa-swap-opacity.fadr::after,
|
|
19754
|
-
.fa-swap-opacity.fa-duotone::after {
|
|
19755
|
-
opacity: var(--fa-primary-opacity, 1);
|
|
19756
|
-
}
|
|
19757
|
-
|
|
19758
|
-
.fa-li.fadr,
|
|
19759
|
-
.fa-li.fa-duotone,
|
|
19760
|
-
.fa-stack-1x.fadr,
|
|
19761
|
-
.fa-stack-1x.fa-duotone,
|
|
19762
|
-
.fa-stack-2x.fadr,
|
|
19763
|
-
.fa-stack-2x.fa-duotone {
|
|
19764
|
-
position: absolute;
|
|
19765
|
-
}
|
|
19766
|
-
|
|
19767
19360
|
/*!
|
|
19768
19361
|
* Font Awesome Pro 7.0.0 by @fontawesome - https://fontawesome.com
|
|
19769
19362
|
* License - https://fontawesome.com/license (Commercial License)
|
|
@@ -22272,33 +21865,6 @@
|
|
|
22272
21865
|
--fa: "\f8e8";
|
|
22273
21866
|
}
|
|
22274
21867
|
|
|
22275
|
-
@font-face {
|
|
22276
|
-
font-family: "Wix MadeFor Display";
|
|
22277
|
-
font-weight: 400;
|
|
22278
|
-
src: url("../../fonts/WixMadeforDisplay-Regular.woff2") format("woff2"), url("../../fonts/WixMadeforDisplay-Regular.ttf") format("truetype");
|
|
22279
|
-
}
|
|
22280
|
-
@font-face {
|
|
22281
|
-
font-family: "Wix MadeFor Display";
|
|
22282
|
-
font-weight: 700;
|
|
22283
|
-
src: url("../../fonts/WixMadeforDisplay-Bold.woff2") format("woff2"), url("../../fonts/WixMadeforDisplay-Bold.ttf") format("truetype");
|
|
22284
|
-
}
|
|
22285
|
-
@font-face {
|
|
22286
|
-
font-family: STIXTwoText;
|
|
22287
|
-
font-style: italic;
|
|
22288
|
-
font-weight: 400;
|
|
22289
|
-
src: url("../../fonts/STIXTwoText-Italic.woff2") format("woff2"), url("../../fonts/STIXTwoText-Italic.ttf") format("truetype");
|
|
22290
|
-
}
|
|
22291
|
-
@font-face {
|
|
22292
|
-
font-family: "Neulis Neue";
|
|
22293
|
-
font-weight: 500;
|
|
22294
|
-
src: url("../../fonts/NeulisNeue-Medium.woff2") format("woff2"), url("../../fonts/NeulisNeue-Medium.woff") format("woff");
|
|
22295
|
-
}
|
|
22296
|
-
@font-face {
|
|
22297
|
-
font-family: "Neulis Neue";
|
|
22298
|
-
font-style: italic;
|
|
22299
|
-
font-weight: 500;
|
|
22300
|
-
src: url("../../fonts/NeulisNeue-MediumItalic.woff2") format("woff2"), url("../../fonts/NeulisNeue-MediumItalic.woff") format("woff");
|
|
22301
|
-
}
|
|
22302
21868
|
/*!
|
|
22303
21869
|
* Bootstrap v5.3.8 (https://getbootstrap.com/)
|
|
22304
21870
|
* Copyright 2011-2025 The Bootstrap Authors
|
|
@@ -22373,7 +21939,7 @@
|
|
|
22373
21939
|
--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
22374
21940
|
--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
22375
21941
|
--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
|
|
22376
|
-
--bs-body-font-family: "
|
|
21942
|
+
--bs-body-font-family: "Gilroy";
|
|
22377
21943
|
--bs-body-font-size: 1rem;
|
|
22378
21944
|
--bs-body-font-weight: 400;
|
|
22379
21945
|
--bs-body-line-height: 1.5;
|
|
@@ -22516,8 +22082,7 @@ hr {
|
|
|
22516
22082
|
h6, .h6, h5, .h5, .form-check-tiled .form-check-label:has(span), h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
|
|
22517
22083
|
margin-top: 0;
|
|
22518
22084
|
margin-bottom: 0.5rem;
|
|
22519
|
-
font-
|
|
22520
|
-
font-weight: var(--bs-font-weight-medium);
|
|
22085
|
+
font-weight: 500;
|
|
22521
22086
|
line-height: 1.2;
|
|
22522
22087
|
color: var(--bs-heading-color);
|
|
22523
22088
|
}
|
|
@@ -22665,7 +22230,7 @@ pre,
|
|
|
22665
22230
|
code,
|
|
22666
22231
|
kbd,
|
|
22667
22232
|
samp {
|
|
22668
|
-
font-family: "
|
|
22233
|
+
font-family: "Gilroy";
|
|
22669
22234
|
font-size: 1em;
|
|
22670
22235
|
}
|
|
22671
22236
|
|
|
@@ -22900,9 +22465,8 @@ progress {
|
|
|
22900
22465
|
}
|
|
22901
22466
|
|
|
22902
22467
|
.display-1 {
|
|
22903
|
-
font-
|
|
22904
|
-
|
|
22905
|
-
line-height: 1.1;
|
|
22468
|
+
font-weight: 300;
|
|
22469
|
+
line-height: 1.2;
|
|
22906
22470
|
font-size: calc(1.625rem + 4.5vw);
|
|
22907
22471
|
}
|
|
22908
22472
|
@media (min-width: 1200px) {
|
|
@@ -22912,9 +22476,8 @@ progress {
|
|
|
22912
22476
|
}
|
|
22913
22477
|
|
|
22914
22478
|
.display-2 {
|
|
22915
|
-
font-
|
|
22916
|
-
|
|
22917
|
-
line-height: 1.1;
|
|
22479
|
+
font-weight: 300;
|
|
22480
|
+
line-height: 1.2;
|
|
22918
22481
|
font-size: calc(1.575rem + 3.9vw);
|
|
22919
22482
|
}
|
|
22920
22483
|
@media (min-width: 1200px) {
|
|
@@ -22924,9 +22487,8 @@ progress {
|
|
|
22924
22487
|
}
|
|
22925
22488
|
|
|
22926
22489
|
.display-3 {
|
|
22927
|
-
font-
|
|
22928
|
-
|
|
22929
|
-
line-height: 1.1;
|
|
22490
|
+
font-weight: 300;
|
|
22491
|
+
line-height: 1.2;
|
|
22930
22492
|
font-size: calc(1.525rem + 3.3vw);
|
|
22931
22493
|
}
|
|
22932
22494
|
@media (min-width: 1200px) {
|
|
@@ -22936,9 +22498,8 @@ progress {
|
|
|
22936
22498
|
}
|
|
22937
22499
|
|
|
22938
22500
|
.display-4 {
|
|
22939
|
-
font-
|
|
22940
|
-
|
|
22941
|
-
line-height: 1.1;
|
|
22501
|
+
font-weight: 300;
|
|
22502
|
+
line-height: 1.2;
|
|
22942
22503
|
font-size: calc(1.475rem + 2.7vw);
|
|
22943
22504
|
}
|
|
22944
22505
|
@media (min-width: 1200px) {
|
|
@@ -22948,9 +22509,8 @@ progress {
|
|
|
22948
22509
|
}
|
|
22949
22510
|
|
|
22950
22511
|
.display-5 {
|
|
22951
|
-
font-
|
|
22952
|
-
|
|
22953
|
-
line-height: 1.1;
|
|
22512
|
+
font-weight: 300;
|
|
22513
|
+
line-height: 1.2;
|
|
22954
22514
|
font-size: calc(1.425rem + 2.1vw);
|
|
22955
22515
|
}
|
|
22956
22516
|
@media (min-width: 1200px) {
|
|
@@ -22960,9 +22520,8 @@ progress {
|
|
|
22960
22520
|
}
|
|
22961
22521
|
|
|
22962
22522
|
.display-6 {
|
|
22963
|
-
font-
|
|
22964
|
-
|
|
22965
|
-
line-height: 1.1;
|
|
22523
|
+
font-weight: 300;
|
|
22524
|
+
line-height: 1.2;
|
|
22966
22525
|
font-size: calc(1.375rem + 1.5vw);
|
|
22967
22526
|
}
|
|
22968
22527
|
@media (min-width: 1200px) {
|
|
@@ -28335,7 +27894,7 @@ textarea.form-control-lg {
|
|
|
28335
27894
|
z-index: var(--bs-tooltip-zindex);
|
|
28336
27895
|
display: block;
|
|
28337
27896
|
margin: var(--bs-tooltip-margin);
|
|
28338
|
-
font-family: "
|
|
27897
|
+
font-family: "Gilroy";
|
|
28339
27898
|
font-style: normal;
|
|
28340
27899
|
font-weight: 400;
|
|
28341
27900
|
line-height: 1.5;
|
|
@@ -28445,7 +28004,7 @@ textarea.form-control-lg {
|
|
|
28445
28004
|
z-index: var(--bs-popover-zindex);
|
|
28446
28005
|
display: block;
|
|
28447
28006
|
max-width: var(--bs-popover-max-width);
|
|
28448
|
-
font-family: "
|
|
28007
|
+
font-family: "Gilroy";
|
|
28449
28008
|
font-style: normal;
|
|
28450
28009
|
font-weight: 400;
|
|
28451
28010
|
line-height: 1.5;
|
|
@@ -31341,62 +30900,62 @@ textarea.form-control-lg {
|
|
|
31341
30900
|
color: rgb(51, 21.2, 5.2) !important;
|
|
31342
30901
|
}
|
|
31343
30902
|
|
|
31344
|
-
.text-
|
|
30903
|
+
.text-action-25 {
|
|
31345
30904
|
--bs-text-opacity: 1;
|
|
31346
30905
|
color: rgb(242.25, 243.95, 255) !important;
|
|
31347
30906
|
}
|
|
31348
30907
|
|
|
31349
|
-
.text-
|
|
30908
|
+
.text-action-50 {
|
|
31350
30909
|
--bs-text-opacity: 1;
|
|
31351
30910
|
color: rgb(229.5, 232.9, 255) !important;
|
|
31352
30911
|
}
|
|
31353
30912
|
|
|
31354
|
-
.text-
|
|
30913
|
+
.text-action-100 {
|
|
31355
30914
|
--bs-text-opacity: 1;
|
|
31356
30915
|
color: rgb(204, 210.8, 255) !important;
|
|
31357
30916
|
}
|
|
31358
30917
|
|
|
31359
|
-
.text-
|
|
30918
|
+
.text-action-200 {
|
|
31360
30919
|
--bs-text-opacity: 1;
|
|
31361
30920
|
color: rgb(153, 166.6, 255) !important;
|
|
31362
30921
|
}
|
|
31363
30922
|
|
|
31364
|
-
.text-
|
|
30923
|
+
.text-action-300 {
|
|
31365
30924
|
--bs-text-opacity: 1;
|
|
31366
30925
|
color: rgb(102, 122.4, 255) !important;
|
|
31367
30926
|
}
|
|
31368
30927
|
|
|
31369
|
-
.text-
|
|
30928
|
+
.text-action-400 {
|
|
31370
30929
|
--bs-text-opacity: 1;
|
|
31371
30930
|
color: rgb(51, 78.2, 255) !important;
|
|
31372
30931
|
}
|
|
31373
30932
|
|
|
31374
|
-
.text-
|
|
30933
|
+
.text-action-450 {
|
|
31375
30934
|
--bs-text-opacity: 1;
|
|
31376
30935
|
color: rgb(25.5, 56.1, 255) !important;
|
|
31377
30936
|
}
|
|
31378
30937
|
|
|
31379
|
-
.text-
|
|
30938
|
+
.text-action-500 {
|
|
31380
30939
|
--bs-text-opacity: 1;
|
|
31381
30940
|
color: #02f !important;
|
|
31382
30941
|
}
|
|
31383
30942
|
|
|
31384
|
-
.text-
|
|
30943
|
+
.text-action-600 {
|
|
31385
30944
|
--bs-text-opacity: 1;
|
|
31386
30945
|
color: rgb(0, 27.2, 204) !important;
|
|
31387
30946
|
}
|
|
31388
30947
|
|
|
31389
|
-
.text-
|
|
30948
|
+
.text-action-700 {
|
|
31390
30949
|
--bs-text-opacity: 1;
|
|
31391
30950
|
color: rgb(0, 20.4, 153) !important;
|
|
31392
30951
|
}
|
|
31393
30952
|
|
|
31394
|
-
.text-
|
|
30953
|
+
.text-action-800 {
|
|
31395
30954
|
--bs-text-opacity: 1;
|
|
31396
30955
|
color: rgb(0, 13.6, 102) !important;
|
|
31397
30956
|
}
|
|
31398
30957
|
|
|
31399
|
-
.text-
|
|
30958
|
+
.text-action-900 {
|
|
31400
30959
|
--bs-text-opacity: 1;
|
|
31401
30960
|
color: rgb(0, 6.8, 51) !important;
|
|
31402
30961
|
}
|
|
@@ -32096,62 +31655,62 @@ textarea.form-control-lg {
|
|
|
32096
31655
|
background-color: rgb(51, 21.2, 5.2) !important;
|
|
32097
31656
|
}
|
|
32098
31657
|
|
|
32099
|
-
.bg-
|
|
31658
|
+
.bg-action-25 {
|
|
32100
31659
|
--bs-bg-opacity: 1;
|
|
32101
31660
|
background-color: rgb(242.25, 243.95, 255) !important;
|
|
32102
31661
|
}
|
|
32103
31662
|
|
|
32104
|
-
.bg-
|
|
31663
|
+
.bg-action-50 {
|
|
32105
31664
|
--bs-bg-opacity: 1;
|
|
32106
31665
|
background-color: rgb(229.5, 232.9, 255) !important;
|
|
32107
31666
|
}
|
|
32108
31667
|
|
|
32109
|
-
.bg-
|
|
31668
|
+
.bg-action-100 {
|
|
32110
31669
|
--bs-bg-opacity: 1;
|
|
32111
31670
|
background-color: rgb(204, 210.8, 255) !important;
|
|
32112
31671
|
}
|
|
32113
31672
|
|
|
32114
|
-
.bg-
|
|
31673
|
+
.bg-action-200 {
|
|
32115
31674
|
--bs-bg-opacity: 1;
|
|
32116
31675
|
background-color: rgb(153, 166.6, 255) !important;
|
|
32117
31676
|
}
|
|
32118
31677
|
|
|
32119
|
-
.bg-
|
|
31678
|
+
.bg-action-300 {
|
|
32120
31679
|
--bs-bg-opacity: 1;
|
|
32121
31680
|
background-color: rgb(102, 122.4, 255) !important;
|
|
32122
31681
|
}
|
|
32123
31682
|
|
|
32124
|
-
.bg-
|
|
31683
|
+
.bg-action-400 {
|
|
32125
31684
|
--bs-bg-opacity: 1;
|
|
32126
31685
|
background-color: rgb(51, 78.2, 255) !important;
|
|
32127
31686
|
}
|
|
32128
31687
|
|
|
32129
|
-
.bg-
|
|
31688
|
+
.bg-action-450 {
|
|
32130
31689
|
--bs-bg-opacity: 1;
|
|
32131
31690
|
background-color: rgb(25.5, 56.1, 255) !important;
|
|
32132
31691
|
}
|
|
32133
31692
|
|
|
32134
|
-
.bg-
|
|
31693
|
+
.bg-action-500 {
|
|
32135
31694
|
--bs-bg-opacity: 1;
|
|
32136
31695
|
background-color: #02f !important;
|
|
32137
31696
|
}
|
|
32138
31697
|
|
|
32139
|
-
.bg-
|
|
31698
|
+
.bg-action-600 {
|
|
32140
31699
|
--bs-bg-opacity: 1;
|
|
32141
31700
|
background-color: rgb(0, 27.2, 204) !important;
|
|
32142
31701
|
}
|
|
32143
31702
|
|
|
32144
|
-
.bg-
|
|
31703
|
+
.bg-action-700 {
|
|
32145
31704
|
--bs-bg-opacity: 1;
|
|
32146
31705
|
background-color: rgb(0, 20.4, 153) !important;
|
|
32147
31706
|
}
|
|
32148
31707
|
|
|
32149
|
-
.bg-
|
|
31708
|
+
.bg-action-800 {
|
|
32150
31709
|
--bs-bg-opacity: 1;
|
|
32151
31710
|
background-color: rgb(0, 13.6, 102) !important;
|
|
32152
31711
|
}
|
|
32153
31712
|
|
|
32154
|
-
.bg-
|
|
31713
|
+
.bg-action-900 {
|
|
32155
31714
|
--bs-bg-opacity: 1;
|
|
32156
31715
|
background-color: rgb(0, 6.8, 51) !important;
|
|
32157
31716
|
}
|
|
@@ -36190,10 +35749,6 @@ textarea.form-control-lg {
|
|
|
36190
35749
|
--bs-font-weight-bold: 700;
|
|
36191
35750
|
}
|
|
36192
35751
|
|
|
36193
|
-
.blockquote {
|
|
36194
|
-
font-family: "STIXTwoText";
|
|
36195
|
-
}
|
|
36196
|
-
|
|
36197
35752
|
.btn {
|
|
36198
35753
|
box-shadow: none;
|
|
36199
35754
|
}
|
|
@@ -36206,12 +35761,12 @@ textarea.form-control-lg {
|
|
|
36206
35761
|
margin-left: 0.5rem;
|
|
36207
35762
|
}
|
|
36208
35763
|
|
|
36209
|
-
.btn-link-
|
|
36210
|
-
--bs-btn-color:
|
|
35764
|
+
.btn-link-action {
|
|
35765
|
+
--bs-btn-color: rgb(19.3, 19.7, 20.4);
|
|
36211
35766
|
--bs-btn-bg: transparent;
|
|
36212
35767
|
--bs-btn-border-color: transparent;
|
|
36213
|
-
--bs-btn-hover-color:
|
|
36214
|
-
--bs-btn-hover-bg: rgb(
|
|
35768
|
+
--bs-btn-hover-color: rgb(19.3, 19.7, 20.4);
|
|
35769
|
+
--bs-btn-hover-bg: rgb(229.5, 232.9, 255);
|
|
36215
35770
|
--bs-btn-hover-border-color: transparent;
|
|
36216
35771
|
--bs-btn-active-bg: rgb(0, 20.4, 153);
|
|
36217
35772
|
--bs-btn-active-color: #fff;
|
|
@@ -36684,7 +36239,7 @@ textarea.form-control-lg {
|
|
|
36684
36239
|
}
|
|
36685
36240
|
.form-check-tiled .form-check-label span {
|
|
36686
36241
|
display: block;
|
|
36687
|
-
font-family: "
|
|
36242
|
+
font-family: "Gilroy";
|
|
36688
36243
|
font-weight: 400;
|
|
36689
36244
|
}
|
|
36690
36245
|
.form-check-tiled .form-check-label::before {
|