@wix/form-public 0.181.0 → 0.182.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +124 -8
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +580 -733
- package/dist/index.css.map +1 -1
- package/dist/index.js +124 -8
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.css
CHANGED
|
@@ -6,11 +6,11 @@
|
|
|
6
6
|
}
|
|
7
7
|
|
|
8
8
|
/* ../../node_modules/@wix/ricos/css/plugin-link-viewer.global.css */
|
|
9
|
-
.
|
|
9
|
+
._9PCOb,
|
|
10
10
|
.glob_fontElementMap {
|
|
11
11
|
font-family: var(--ricos-font-family,unset);
|
|
12
12
|
}
|
|
13
|
-
.
|
|
13
|
+
.yRGji {
|
|
14
14
|
color: var(--ricos-custom-link-color,var(--ricos-action-color,#116dff));
|
|
15
15
|
font-family: var(--ricos-custom-link-font-family,unset);
|
|
16
16
|
font-size: var(--ricos-custom-link-font-size,unset);
|
|
@@ -21,29 +21,17 @@
|
|
|
21
21
|
min-height: var(--ricos-custom-link-min-height,unset);
|
|
22
22
|
text-decoration: var(--ricos-custom-link-text-decoration,none);
|
|
23
23
|
}
|
|
24
|
-
|
|
25
|
-
@media only screen and (max-width: 480px) {
|
|
26
|
-
.jy7ZM {
|
|
27
|
-
font-size: var(--ricos-custom-link-font-size,unset);
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
@container (width < 480px) {
|
|
32
|
-
.jy7ZM {
|
|
33
|
-
font-size: var(--ricos-custom-link-font-size,unset);
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
.mjVtI:hover {
|
|
24
|
+
.PYjIa:hover {
|
|
37
25
|
cursor: text;
|
|
38
26
|
}
|
|
39
|
-
.
|
|
27
|
+
.gljqU:hover {
|
|
40
28
|
cursor: pointer;
|
|
41
29
|
}
|
|
42
|
-
.
|
|
30
|
+
.bEycN {
|
|
43
31
|
display: flex;
|
|
44
32
|
margin-right: 5px;
|
|
45
33
|
}
|
|
46
|
-
.
|
|
34
|
+
.Guj-p {
|
|
47
35
|
color: var(--ricos-settings-action-color,var(--ricos-action-color-fallback,#116dff));
|
|
48
36
|
max-width: 270px;
|
|
49
37
|
overflow: hidden;
|
|
@@ -51,122 +39,139 @@
|
|
|
51
39
|
text-overflow: ellipsis;
|
|
52
40
|
white-space: nowrap;
|
|
53
41
|
}
|
|
54
|
-
.
|
|
42
|
+
@supports (color:rgb(from #000 r g b/0.1)) {
|
|
43
|
+
.Guj-p {
|
|
44
|
+
color: var(--ricos-settings-action-color,rgb(from var(--ricos-action-color,#116dff) min(r,150) min(g,150) min(b,150)));
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
.Guj-p:hover {
|
|
55
48
|
text-decoration: underline;
|
|
56
49
|
}
|
|
57
|
-
.
|
|
50
|
+
.C728R:hover {
|
|
58
51
|
cursor: pointer;
|
|
59
52
|
}
|
|
60
53
|
@supports not (contain:inline-size) {
|
|
61
54
|
@media only screen and (max-width: 480px) {
|
|
62
|
-
.
|
|
55
|
+
.Guj-p {
|
|
63
56
|
max-width: 160px;
|
|
64
57
|
}
|
|
65
58
|
}
|
|
66
59
|
}
|
|
67
60
|
@container (width < 480px) {
|
|
68
|
-
.
|
|
61
|
+
.Guj-p {
|
|
69
62
|
max-width: 160px;
|
|
70
63
|
}
|
|
71
64
|
}
|
|
72
65
|
|
|
73
66
|
/* ../../node_modules/@wix/ricos/css/plugin-collapsible-list-viewer.global.css */
|
|
74
|
-
.
|
|
67
|
+
.BLIHh {
|
|
75
68
|
align-items: center;
|
|
76
69
|
cursor: auto;
|
|
77
70
|
display: flex;
|
|
78
71
|
margin: 12px 0;
|
|
79
72
|
}
|
|
80
|
-
.
|
|
73
|
+
.BLIHh .GCaEM {
|
|
81
74
|
flex: 1;
|
|
82
75
|
}
|
|
83
|
-
.
|
|
84
|
-
|
|
76
|
+
.BLIHh p[data-text-align=right][data-placeholder]:first-child:before {
|
|
77
|
+
left: 0;
|
|
78
|
+
right: 0;
|
|
79
|
+
text-align: right;
|
|
80
|
+
width: 100%;
|
|
85
81
|
}
|
|
86
|
-
.
|
|
87
|
-
|
|
82
|
+
.BLIHh p[data-text-align=left][data-placeholder]:first-child:before {
|
|
83
|
+
left: 0;
|
|
84
|
+
right: 0;
|
|
85
|
+
text-align: left;
|
|
86
|
+
width: 100%;
|
|
88
87
|
}
|
|
89
|
-
.
|
|
88
|
+
.I0Jtf {
|
|
90
89
|
margin: 10px 0 12px;
|
|
91
90
|
}
|
|
92
|
-
.
|
|
91
|
+
.mVZ5d {
|
|
93
92
|
margin: 0;
|
|
94
93
|
min-height: 48px;
|
|
95
94
|
}
|
|
96
|
-
.
|
|
95
|
+
.mVZ5d.I0Jtf {
|
|
97
96
|
cursor: pointer;
|
|
98
97
|
margin: 2px 0;
|
|
99
98
|
}
|
|
100
|
-
.
|
|
99
|
+
.yUjP1 {
|
|
101
100
|
align-self: start;
|
|
102
101
|
display: flex;
|
|
103
102
|
outline: none;
|
|
104
103
|
}
|
|
105
|
-
.
|
|
106
|
-
.
|
|
104
|
+
.bmebg,
|
|
105
|
+
.yUjP1 {
|
|
107
106
|
padding-top: 12px;
|
|
108
107
|
}
|
|
109
|
-
.
|
|
108
|
+
.bmebg {
|
|
110
109
|
cursor: grab;
|
|
111
110
|
position: absolute;
|
|
112
111
|
}
|
|
113
|
-
.
|
|
112
|
+
.bmebg:hover {
|
|
114
113
|
opacity: .7;
|
|
115
114
|
}
|
|
116
|
-
.
|
|
115
|
+
.bmebg svg {
|
|
117
116
|
fill: #646464;
|
|
118
117
|
color: #646464;
|
|
119
118
|
}
|
|
120
|
-
.
|
|
119
|
+
.f3f8I {
|
|
121
120
|
right: -23px;
|
|
122
121
|
}
|
|
123
|
-
.
|
|
122
|
+
.uxHlT {
|
|
124
123
|
left: -23px;
|
|
125
124
|
}
|
|
126
|
-
.
|
|
125
|
+
.uPwcI {
|
|
127
126
|
display: flex;
|
|
128
127
|
flex-direction: row;
|
|
129
128
|
position: relative;
|
|
130
129
|
}
|
|
131
|
-
.
|
|
132
|
-
|
|
130
|
+
.uPwcI p[data-text-align=right][data-placeholder]:first-child:before {
|
|
131
|
+
left: 0;
|
|
132
|
+
right: 0;
|
|
133
|
+
text-align: right;
|
|
134
|
+
width: 100%;
|
|
133
135
|
}
|
|
134
|
-
.
|
|
135
|
-
|
|
136
|
+
.uPwcI p[data-text-align=left][data-placeholder]:first-child:before {
|
|
137
|
+
left: 0;
|
|
138
|
+
right: 0;
|
|
139
|
+
text-align: left;
|
|
140
|
+
width: 100%;
|
|
136
141
|
}
|
|
137
|
-
.
|
|
142
|
+
.ioayA {
|
|
138
143
|
margin: 2px 0;
|
|
139
144
|
}
|
|
140
|
-
.
|
|
145
|
+
._3B6jU {
|
|
141
146
|
cursor: grabbing;
|
|
142
147
|
}
|
|
143
|
-
.
|
|
144
|
-
.
|
|
148
|
+
._8i8VN,
|
|
149
|
+
.d9Iwd {
|
|
145
150
|
min-width: 0;
|
|
146
151
|
width: 100%;
|
|
147
152
|
}
|
|
148
|
-
.
|
|
153
|
+
.d9Iwd {
|
|
149
154
|
display: flex;
|
|
150
155
|
flex-direction: column;
|
|
151
156
|
}
|
|
152
|
-
.
|
|
157
|
+
.CP5cY {
|
|
153
158
|
--ricos-custom-editor-add-plugin-button-position-inline-start:-36px;
|
|
154
159
|
}
|
|
155
|
-
.
|
|
160
|
+
.ugv5Z {
|
|
156
161
|
display: none;
|
|
157
162
|
}
|
|
158
163
|
@media print {
|
|
159
|
-
.
|
|
164
|
+
.ugv5Z {
|
|
160
165
|
display: block !important;
|
|
161
166
|
}
|
|
162
167
|
}
|
|
163
|
-
.
|
|
168
|
+
.mHPao {
|
|
164
169
|
direction: ltr;
|
|
165
170
|
}
|
|
166
|
-
.
|
|
171
|
+
.hHvq7 {
|
|
167
172
|
direction: rtl;
|
|
168
173
|
}
|
|
169
|
-
.
|
|
174
|
+
.lQUfU {
|
|
170
175
|
background: transparent;
|
|
171
176
|
border: none;
|
|
172
177
|
cursor: pointer;
|
|
@@ -175,32 +180,32 @@
|
|
|
175
180
|
padding-inline-end: 14px;
|
|
176
181
|
padding-inline-start: 10px;
|
|
177
182
|
}
|
|
178
|
-
.
|
|
183
|
+
.lQUfU:hover {
|
|
179
184
|
opacity: .7;
|
|
180
185
|
}
|
|
181
|
-
.
|
|
186
|
+
.hHvq7 .lQUfU {
|
|
182
187
|
transform: scaleX(-1);
|
|
183
188
|
}
|
|
184
|
-
.
|
|
189
|
+
.lQUfU:focus-visible .L3QJj {
|
|
185
190
|
outline: 5px auto Highlight;
|
|
186
191
|
outline: 5px auto -webkit-focus-ring-color;
|
|
187
192
|
}
|
|
188
|
-
.
|
|
193
|
+
.lQUfU .L3QJj {
|
|
189
194
|
outline: none;
|
|
190
195
|
transition: transform .15s linear;
|
|
191
196
|
fill: #646464;
|
|
192
197
|
color: #646464;
|
|
193
198
|
}
|
|
194
|
-
.
|
|
199
|
+
.lQUfU .L3QJj.tiYY- {
|
|
195
200
|
transform: rotate(90deg);
|
|
196
201
|
}
|
|
197
|
-
.
|
|
202
|
+
.U1XBl {
|
|
198
203
|
overflow-wrap: break-word;
|
|
199
204
|
width: 100%;
|
|
200
205
|
word-break: break-word;
|
|
201
206
|
}
|
|
202
207
|
@media print {
|
|
203
|
-
.
|
|
208
|
+
.lQUfU .L3QJj {
|
|
204
209
|
transform: rotate(90deg) !important;
|
|
205
210
|
}
|
|
206
211
|
}
|
|
@@ -325,129 +330,21 @@
|
|
|
325
330
|
}
|
|
326
331
|
|
|
327
332
|
/* ../../node_modules/@wix/ricos/css/ricos-viewer.global.css */
|
|
328
|
-
.
|
|
333
|
+
._5EGMs {
|
|
329
334
|
direction: rtl;
|
|
330
335
|
}
|
|
331
|
-
.
|
|
336
|
+
.nTL-N {
|
|
332
337
|
direction: ltr;
|
|
333
338
|
}
|
|
334
|
-
.
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
z-index: 1;
|
|
338
|
-
}
|
|
339
|
-
.WwqSH:not(.mL-Cv) {
|
|
340
|
-
float: left;
|
|
341
|
-
margin-right: 40px;
|
|
342
|
-
}
|
|
343
|
-
@supports not (contain:inline-size) {
|
|
344
|
-
@media only screen and (max-width: 480px) {
|
|
345
|
-
.WwqSH:not(.mL-Cv) {
|
|
346
|
-
float: none;
|
|
347
|
-
margin-right: auto;
|
|
348
|
-
}
|
|
349
|
-
}
|
|
350
|
-
}
|
|
351
|
-
@container (width < 480px) {
|
|
352
|
-
.WwqSH:not(.mL-Cv) {
|
|
353
|
-
float: none;
|
|
354
|
-
margin-right: auto;
|
|
355
|
-
}
|
|
356
|
-
}
|
|
357
|
-
.J5h8K {
|
|
358
|
-
margin-left: auto;
|
|
359
|
-
margin-right: 0;
|
|
360
|
-
z-index: 1;
|
|
361
|
-
}
|
|
362
|
-
.J5h8K:not(.mL-Cv) {
|
|
363
|
-
float: right;
|
|
364
|
-
margin-left: 40px;
|
|
365
|
-
}
|
|
366
|
-
@supports not (contain:inline-size) {
|
|
367
|
-
@media only screen and (max-width: 480px) {
|
|
368
|
-
.J5h8K:not(.mL-Cv) {
|
|
369
|
-
float: none;
|
|
370
|
-
margin-left: auto;
|
|
371
|
-
}
|
|
372
|
-
}
|
|
373
|
-
}
|
|
374
|
-
@container (width < 480px) {
|
|
375
|
-
.J5h8K:not(.mL-Cv) {
|
|
376
|
-
float: none;
|
|
377
|
-
margin-left: auto;
|
|
378
|
-
}
|
|
379
|
-
}
|
|
380
|
-
.rQ1-Q {
|
|
381
|
-
clear: both;
|
|
382
|
-
display: block;
|
|
383
|
-
}
|
|
384
|
-
.rQ1-Q:not(.eY5DI) {
|
|
385
|
-
margin-left: auto;
|
|
386
|
-
margin-right: auto;
|
|
387
|
-
max-width: 100%;
|
|
388
|
-
}
|
|
389
|
-
.eY5DI,
|
|
390
|
-
.mL-Cv {
|
|
391
|
-
width: 100%;
|
|
392
|
-
}
|
|
393
|
-
.zW7ng .eY5DI,
|
|
394
|
-
.zW7ng .mL-Cv {
|
|
395
|
-
margin: 0 -8px;
|
|
396
|
-
width: auto;
|
|
397
|
-
}
|
|
398
|
-
.wJubF {
|
|
399
|
-
width: fit-content;
|
|
400
|
-
}
|
|
401
|
-
.rvj8R {
|
|
402
|
-
margin-left: auto;
|
|
403
|
-
margin-right: auto;
|
|
404
|
-
max-width: 100%;
|
|
405
|
-
}
|
|
406
|
-
._8HNCh {
|
|
407
|
-
width: min(350px, 100%) !important;
|
|
408
|
-
}
|
|
409
|
-
.zW7ng ._8HNCh {
|
|
410
|
-
width: 50%;
|
|
411
|
-
}
|
|
412
|
-
.CDdad {
|
|
413
|
-
margin-left: auto;
|
|
414
|
-
margin-right: auto;
|
|
415
|
-
}
|
|
416
|
-
.zW7ng .CDdad {
|
|
417
|
-
width: 150px;
|
|
418
|
-
}
|
|
419
|
-
.Ai5NV {
|
|
420
|
-
display: flex;
|
|
421
|
-
}
|
|
422
|
-
.jsXD9,
|
|
423
|
-
.jsXD9 > * {
|
|
424
|
-
text-align: left;
|
|
425
|
-
}
|
|
426
|
-
.yiu9-,
|
|
427
|
-
.yiu9- > * {
|
|
428
|
-
text-align: center;
|
|
429
|
-
}
|
|
430
|
-
.SohYT,
|
|
431
|
-
.SohYT > * {
|
|
432
|
-
text-align: right;
|
|
433
|
-
}
|
|
434
|
-
.HDF0c,
|
|
435
|
-
.HDF0c > * {
|
|
436
|
-
text-align: initial;
|
|
437
|
-
}
|
|
438
|
-
.ZTRgS {
|
|
439
|
-
text-align: justify !important;
|
|
440
|
-
white-space: pre-wrap !important;
|
|
441
|
-
}
|
|
442
|
-
.glob_fontElementMap,
|
|
443
|
-
.qYEY-,
|
|
444
|
-
.xtw5m {
|
|
339
|
+
.M4zTR,
|
|
340
|
+
.WrFa3,
|
|
341
|
+
.glob_fontElementMap {
|
|
445
342
|
font-family: var(--ricos-font-family,unset);
|
|
446
343
|
}
|
|
447
|
-
.
|
|
344
|
+
._8Ea50 {
|
|
448
345
|
max-width: 100%;
|
|
449
346
|
}
|
|
450
|
-
.
|
|
347
|
+
.M4zTR {
|
|
451
348
|
align-content: start;
|
|
452
349
|
box-sizing: border-box;
|
|
453
350
|
display: grid;
|
|
@@ -456,26 +353,31 @@
|
|
|
456
353
|
position: relative;
|
|
457
354
|
-webkit-font-smoothing: antialiased;
|
|
458
355
|
-moz-osx-font-smoothing: grayscale;
|
|
356
|
+
padding-block-end: var(--ricos-custom-container-padding-block-end,0);
|
|
357
|
+
padding-block-start: var(--ricos-custom-container-padding-block-start,0);
|
|
459
358
|
}
|
|
460
|
-
.
|
|
359
|
+
.M4zTR:has([data-layout-banner]) {
|
|
360
|
+
padding-block-start: 0;
|
|
361
|
+
}
|
|
362
|
+
.M4zTR * {
|
|
461
363
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
462
364
|
}
|
|
463
|
-
.
|
|
365
|
+
.M4zTR .IdchG {
|
|
464
366
|
box-sizing: border-box;
|
|
465
367
|
tab-size: 40px;
|
|
466
368
|
}
|
|
467
|
-
.
|
|
468
|
-
.
|
|
469
|
-
.
|
|
369
|
+
.M4zTR .IdchG *,
|
|
370
|
+
.M4zTR .IdchG :after,
|
|
371
|
+
.M4zTR .IdchG :before {
|
|
470
372
|
box-sizing: inherit;
|
|
471
373
|
}
|
|
472
|
-
.
|
|
374
|
+
.M4zTR .IdchG input {
|
|
473
375
|
box-sizing: border-box;
|
|
474
376
|
}
|
|
475
|
-
.
|
|
377
|
+
.M4zTR.BUQTH {
|
|
476
378
|
padding-top: 50px;
|
|
477
379
|
}
|
|
478
|
-
.
|
|
380
|
+
.IdchG {
|
|
479
381
|
background-color: var(--ricos-bg-color-container,unset);
|
|
480
382
|
color: var(--ricos-text-color,#212121);
|
|
481
383
|
container-type: inline-size;
|
|
@@ -488,7 +390,7 @@
|
|
|
488
390
|
word-wrap: break-word;
|
|
489
391
|
white-space: break-spaces;
|
|
490
392
|
}
|
|
491
|
-
.
|
|
393
|
+
.IdchG:after {
|
|
492
394
|
clear: both;
|
|
493
395
|
content: "";
|
|
494
396
|
display: table;
|
|
@@ -496,515 +398,256 @@
|
|
|
496
398
|
}
|
|
497
399
|
@supports not (contain:inline-size) {
|
|
498
400
|
@media only screen and (max-width: 480px) {
|
|
499
|
-
.
|
|
401
|
+
.IdchG {
|
|
500
402
|
font-size: 14px;
|
|
501
403
|
}
|
|
502
404
|
}
|
|
503
405
|
}
|
|
504
406
|
@container (width < 480px) {
|
|
505
|
-
.
|
|
407
|
+
.IdchG {
|
|
506
408
|
font-size: 14px;
|
|
507
409
|
}
|
|
508
410
|
}
|
|
509
|
-
.
|
|
411
|
+
.OWEgq {
|
|
510
412
|
width: 100%;
|
|
511
413
|
}
|
|
512
|
-
.
|
|
414
|
+
.OWEgq [data-breakout=normal] {
|
|
513
415
|
padding-inline-end: var(--ricos-breakout-normal-padding-end,0);
|
|
514
416
|
padding-inline-start: var(--ricos-breakout-normal-padding-start,0);
|
|
515
417
|
}
|
|
516
|
-
.
|
|
418
|
+
.OWEgq [data-breakout=fullWidth] {
|
|
517
419
|
padding-inline-end: var(--ricos-breakout-full-width-padding-end,0);
|
|
518
420
|
padding-inline-start: var(--ricos-breakout-full-width-padding-start,0);
|
|
519
421
|
}
|
|
520
|
-
.
|
|
422
|
+
.ZL8rf {
|
|
521
423
|
margin: 2px 0;
|
|
522
424
|
}
|
|
523
|
-
.
|
|
524
|
-
.
|
|
425
|
+
.Jza3- + .Jza3-,
|
|
426
|
+
.MZGeE {
|
|
525
427
|
margin-top: 20px;
|
|
526
428
|
}
|
|
527
429
|
@media print {
|
|
528
|
-
.
|
|
430
|
+
.IdchG {
|
|
529
431
|
height: auto;
|
|
530
432
|
}
|
|
531
433
|
body {
|
|
532
434
|
background-color: var(--rt-design-background-color,var(--rt-design-background-image-bg-color,var(--ricos-background-color,#fff)));
|
|
533
435
|
}
|
|
534
|
-
.O6D-u [data-breakout] {
|
|
535
|
-
break-inside: avoid;
|
|
536
|
-
}
|
|
537
436
|
}
|
|
538
|
-
.
|
|
437
|
+
.bOLt2 {
|
|
539
438
|
margin-inline-start: 0 !important;
|
|
540
439
|
}
|
|
541
|
-
.
|
|
440
|
+
.SDDve {
|
|
542
441
|
margin-inline-start: 40px !important;
|
|
543
442
|
}
|
|
544
|
-
.
|
|
443
|
+
.boKgI {
|
|
545
444
|
margin-inline-start: 80px !important;
|
|
546
445
|
}
|
|
547
|
-
.
|
|
446
|
+
.samIr {
|
|
548
447
|
margin-inline-start: 120px !important;
|
|
549
448
|
}
|
|
550
|
-
.
|
|
449
|
+
.l3jBN {
|
|
551
450
|
margin-inline-start: 160px !important;
|
|
552
451
|
}
|
|
553
|
-
.
|
|
452
|
+
.abxX0 {
|
|
554
453
|
margin-inline-start: 200px !important;
|
|
555
454
|
}
|
|
556
|
-
.
|
|
455
|
+
._0kKPd {
|
|
557
456
|
margin-inline-start: 240px !important;
|
|
558
457
|
}
|
|
559
|
-
.
|
|
458
|
+
.RjvN5 {
|
|
560
459
|
margin-left: 0;
|
|
561
460
|
margin-right: auto;
|
|
562
461
|
z-index: 1;
|
|
563
462
|
}
|
|
564
|
-
.
|
|
463
|
+
.RjvN5:not(.f6Dgm) {
|
|
565
464
|
float: left;
|
|
566
465
|
margin-right: 40px;
|
|
567
466
|
}
|
|
568
467
|
@supports not (contain:inline-size) {
|
|
569
468
|
@media only screen and (max-width: 480px) {
|
|
570
|
-
.
|
|
469
|
+
.RjvN5:not(.f6Dgm) {
|
|
571
470
|
float: none;
|
|
572
471
|
margin-right: auto;
|
|
573
472
|
}
|
|
574
473
|
}
|
|
575
474
|
}
|
|
576
475
|
@container (width < 480px) {
|
|
577
|
-
.
|
|
476
|
+
.RjvN5:not(.f6Dgm) {
|
|
578
477
|
float: none;
|
|
579
478
|
margin-right: auto;
|
|
580
479
|
}
|
|
581
480
|
}
|
|
582
|
-
.
|
|
481
|
+
._4e696 {
|
|
583
482
|
margin-left: auto;
|
|
584
483
|
margin-right: 0;
|
|
585
484
|
z-index: 1;
|
|
586
485
|
}
|
|
587
|
-
.
|
|
486
|
+
._4e696:not(.f6Dgm) {
|
|
588
487
|
float: right;
|
|
589
488
|
margin-left: 40px;
|
|
590
489
|
}
|
|
591
490
|
@supports not (contain:inline-size) {
|
|
592
491
|
@media only screen and (max-width: 480px) {
|
|
593
|
-
.
|
|
492
|
+
._4e696:not(.f6Dgm) {
|
|
594
493
|
float: none;
|
|
595
494
|
margin-left: auto;
|
|
596
495
|
}
|
|
597
496
|
}
|
|
598
497
|
}
|
|
599
498
|
@container (width < 480px) {
|
|
600
|
-
.
|
|
499
|
+
._4e696:not(.f6Dgm) {
|
|
601
500
|
float: none;
|
|
602
501
|
margin-left: auto;
|
|
603
502
|
}
|
|
604
503
|
}
|
|
605
|
-
.
|
|
504
|
+
.xfPnQ {
|
|
606
505
|
clear: both;
|
|
607
506
|
display: block;
|
|
608
507
|
}
|
|
609
|
-
.
|
|
508
|
+
.xfPnQ:not(.GXEs5) {
|
|
610
509
|
margin-left: auto;
|
|
611
510
|
margin-right: auto;
|
|
612
511
|
max-width: 100%;
|
|
613
512
|
}
|
|
614
|
-
.
|
|
615
|
-
.
|
|
513
|
+
.GXEs5,
|
|
514
|
+
.f6Dgm {
|
|
616
515
|
width: 100%;
|
|
617
516
|
}
|
|
618
|
-
.
|
|
619
|
-
.
|
|
517
|
+
.N6lsh .GXEs5,
|
|
518
|
+
.N6lsh .f6Dgm {
|
|
620
519
|
margin: 0 -8px;
|
|
621
520
|
width: auto;
|
|
622
521
|
}
|
|
623
|
-
.
|
|
522
|
+
.WCuSu {
|
|
624
523
|
width: fit-content;
|
|
625
524
|
}
|
|
626
|
-
.
|
|
525
|
+
.Le05- {
|
|
627
526
|
margin-left: auto;
|
|
628
527
|
margin-right: auto;
|
|
629
528
|
max-width: 100%;
|
|
630
529
|
}
|
|
631
|
-
.
|
|
530
|
+
.vn-02 {
|
|
632
531
|
width: min(350px, 100%) !important;
|
|
633
532
|
}
|
|
634
|
-
.
|
|
533
|
+
.N6lsh .vn-02 {
|
|
635
534
|
width: 50%;
|
|
636
535
|
}
|
|
637
|
-
.
|
|
536
|
+
.zruZZ {
|
|
638
537
|
margin-left: auto;
|
|
639
538
|
margin-right: auto;
|
|
640
539
|
}
|
|
641
|
-
.
|
|
540
|
+
.N6lsh .zruZZ {
|
|
642
541
|
width: 150px;
|
|
643
542
|
}
|
|
644
|
-
.
|
|
543
|
+
.vJc2R {
|
|
645
544
|
display: flex;
|
|
646
545
|
}
|
|
647
|
-
.
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
.WOmCz {
|
|
651
|
-
border: none;
|
|
652
|
-
width: max-content;
|
|
653
|
-
}
|
|
654
|
-
.rNbpB {
|
|
655
|
-
overflow-x: auto;
|
|
656
|
-
}
|
|
657
|
-
.rNbpB::-webkit-scrollbar {
|
|
658
|
-
-webkit-appearance: none;
|
|
659
|
-
}
|
|
660
|
-
.rNbpB::-webkit-scrollbar-thumb {
|
|
661
|
-
background-color: rgba(0, 0, 0, .5);
|
|
662
|
-
border: 2px solid #fff;
|
|
663
|
-
border-radius: 8px;
|
|
664
|
-
}
|
|
665
|
-
.rNbpB::-webkit-scrollbar:horizontal {
|
|
666
|
-
height: 10px;
|
|
667
|
-
}
|
|
668
|
-
.Dz36t {
|
|
669
|
-
max-width: 100%;
|
|
670
|
-
}
|
|
671
|
-
.eC4YV {
|
|
672
|
-
text-decoration: none;
|
|
673
|
-
}
|
|
674
|
-
.jhhM5:focus-visible {
|
|
675
|
-
outline: 5px auto Highlight;
|
|
676
|
-
outline: 5px auto -webkit-focus-ring-color;
|
|
677
|
-
}
|
|
678
|
-
._4-ohy,
|
|
679
|
-
.glob_fontElementMap {
|
|
680
|
-
font-family: var(--ricos-font-family,unset);
|
|
681
|
-
}
|
|
682
|
-
.h90aq {
|
|
683
|
-
border-inline-start-style: solid;
|
|
684
|
-
border-inline-start-width: var(--ricos-custom-quote-border-width,3px);
|
|
685
|
-
border-left-color: var(--ricos-custom-quote-border-color,var(--ricos-action-color,#116dff));
|
|
686
|
-
border-right-color: var(--ricos-custom-quote-border-color,var(--ricos-action-color,#116dff));
|
|
687
|
-
color: var(--ricos-custom-quote-color,unset);
|
|
688
|
-
font-family: var(--ricos-custom-quote-font-family,unset);
|
|
689
|
-
font-size: 18px;
|
|
690
|
-
font-size: var(--ricos-custom-quote-font-size,18px);
|
|
691
|
-
font-style: normal;
|
|
692
|
-
font-style: var(--ricos-custom-quote-font-style,normal);
|
|
693
|
-
font-weight: var(--ricos-custom-quote-font-weight,unset);
|
|
694
|
-
letter-spacing: var(--ricos-custom-quote-letter-spacing,unset);
|
|
695
|
-
line-height: 26px;
|
|
696
|
-
line-height: var(--ricos-custom-quote-line-height,26px);
|
|
697
|
-
margin-block: 15px;
|
|
698
|
-
margin-inline-end: var(--ricos-custom-quote-margin-inline-end,18px);
|
|
699
|
-
margin-inline-start: var(--ricos-custom-quote-margin-inline-start,18px);
|
|
700
|
-
max-width: 100%;
|
|
701
|
-
min-height: var(--ricos-custom-quote-min-height,unset);
|
|
702
|
-
padding-bottom: var(--ricos-custom-quote-padding-bottom,6px);
|
|
703
|
-
padding-top: var(--ricos-custom-quote-padding-top,6px);
|
|
704
|
-
padding-inline-start: var(--ricos-custom-quote-padding-inline-start,18px);
|
|
705
|
-
print-color-adjust: exact;
|
|
706
|
-
text-decoration: var(--ricos-custom-quote-text-decoration,unset);
|
|
546
|
+
.qvGEn,
|
|
547
|
+
.qvGEn > * {
|
|
548
|
+
text-align: left;
|
|
707
549
|
}
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
font-size: var(--ricos-custom-quote-font-size,18px);
|
|
712
|
-
}
|
|
713
|
-
}
|
|
550
|
+
._5Ugti,
|
|
551
|
+
._5Ugti > * {
|
|
552
|
+
text-align: center;
|
|
714
553
|
}
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
}
|
|
554
|
+
.knYaR,
|
|
555
|
+
.knYaR > * {
|
|
556
|
+
text-align: right;
|
|
719
557
|
}
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
margin-block: 15px;
|
|
724
|
-
margin-inline-end: var(--ricos-custom-quote-margin-inline-end,16px);
|
|
725
|
-
margin-inline-start: var(--ricos-custom-quote-margin-inline-start,16px);
|
|
726
|
-
}
|
|
727
|
-
}
|
|
558
|
+
.hRuKg,
|
|
559
|
+
.hRuKg > * {
|
|
560
|
+
text-align: initial;
|
|
728
561
|
}
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
margin-inline-end: var(--ricos-custom-quote-margin-inline-end,16px);
|
|
733
|
-
margin-inline-start: var(--ricos-custom-quote-margin-inline-start,16px);
|
|
734
|
-
}
|
|
562
|
+
.xO7IS {
|
|
563
|
+
text-align: justify !important;
|
|
564
|
+
white-space: pre-wrap !important;
|
|
735
565
|
}
|
|
736
|
-
.
|
|
566
|
+
._7rcNg,
|
|
737
567
|
.glob_fontElementMap {
|
|
738
568
|
font-family: var(--ricos-font-family,unset);
|
|
739
569
|
}
|
|
740
|
-
.
|
|
570
|
+
.FSXm- {
|
|
741
571
|
margin: 0;
|
|
742
572
|
}
|
|
743
573
|
@supports not (contain:inline-size) {
|
|
744
574
|
@media only screen and (max-width: 480px) {
|
|
745
|
-
.
|
|
575
|
+
.FSXm- {
|
|
746
576
|
clear: both;
|
|
747
577
|
margin: 0;
|
|
748
578
|
}
|
|
749
579
|
}
|
|
750
580
|
}
|
|
751
581
|
@container (width < 480px) {
|
|
752
|
-
.
|
|
582
|
+
.FSXm- {
|
|
753
583
|
clear: both;
|
|
754
584
|
margin: 0;
|
|
755
585
|
}
|
|
756
586
|
}
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
line-height: var(--ricos-custom-p-line-height,unset);
|
|
765
|
-
min-height: var(--ricos-custom-p-min-height,unset);
|
|
766
|
-
print-color-adjust: exact;
|
|
767
|
-
text-decoration: var(--ricos-custom-p-text-decoration,unset);
|
|
587
|
+
.E1QJ-,
|
|
588
|
+
.KMWHx,
|
|
589
|
+
.atuMU,
|
|
590
|
+
.dfIek,
|
|
591
|
+
.kdG50,
|
|
592
|
+
.p1u-O {
|
|
593
|
+
font: inherit;
|
|
768
594
|
}
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
595
|
+
.atuMU {
|
|
596
|
+
color: var(--ricos-custom-h1-color,var(--ricos-text-color,#212121));
|
|
597
|
+
font-family: var(--ricos-custom-h1-font-family,unset);
|
|
598
|
+
font-size: var(--ricos-custom-h1-font-size,40px);
|
|
599
|
+
font-style: var(--ricos-custom-h1-font-style,unset);
|
|
600
|
+
font-weight: var(--ricos-custom-h1-font-weight,unset);
|
|
601
|
+
letter-spacing: var(--ricos-custom-h1-letter-spacing,unset);
|
|
602
|
+
line-height: var(--ricos-custom-h1-line-height,42px);
|
|
603
|
+
min-height: var(--ricos-custom-h1-min-height,42px);
|
|
604
|
+
text-decoration: var(--ricos-custom-h1-text-decoration,unset);
|
|
772
605
|
}
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
font-size: var(--ricos-custom-p-font-size,unset);
|
|
777
|
-
}
|
|
778
|
-
}
|
|
606
|
+
.atuMU > * > span,
|
|
607
|
+
.atuMU > span span {
|
|
608
|
+
background-color: var(--ricos-custom-h1-background-color,unset);
|
|
779
609
|
}
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
font-size: var(--ricos-custom-p-font-size,unset);
|
|
783
|
-
}
|
|
610
|
+
.atuMU a {
|
|
611
|
+
font-size: inherit;
|
|
784
612
|
}
|
|
785
|
-
|
|
786
|
-
|
|
613
|
+
.p1u-O {
|
|
614
|
+
color: var(--ricos-custom-h2-color,var(--ricos-text-color,#212121));
|
|
615
|
+
font-family: var(--ricos-custom-h2-font-family,unset);
|
|
616
|
+
font-size: var(--ricos-custom-h2-font-size,28px);
|
|
617
|
+
font-style: var(--ricos-custom-h2-font-style,unset);
|
|
618
|
+
font-weight: var(--ricos-custom-h2-font-weight,unset);
|
|
619
|
+
letter-spacing: var(--ricos-custom-h2-letter-spacing,unset);
|
|
620
|
+
line-height: var(--ricos-custom-h2-line-height,36px);
|
|
621
|
+
min-height: var(--ricos-custom-h2-min-height,36px);
|
|
622
|
+
text-decoration: var(--ricos-custom-h2-text-decoration,unset);
|
|
787
623
|
}
|
|
788
|
-
|
|
789
|
-
|
|
624
|
+
.p1u-O > * > span,
|
|
625
|
+
.p1u-O > span span {
|
|
626
|
+
background-color: var(--ricos-custom-h2-background-color,unset);
|
|
790
627
|
}
|
|
791
|
-
.
|
|
792
|
-
|
|
793
|
-
padding-bottom: var(--ricos-internal-layout-backdrop-padding-bottom,0);
|
|
794
|
-
padding-top: var(--ricos-internal-layout-backdrop-padding-top,0);
|
|
795
|
-
position: relative;
|
|
628
|
+
.p1u-O a {
|
|
629
|
+
font-size: inherit;
|
|
796
630
|
}
|
|
797
|
-
.
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
position: absolute;
|
|
808
|
-
right: 0;
|
|
809
|
-
top: 0;
|
|
810
|
-
z-index: 0;
|
|
631
|
+
.kdG50 {
|
|
632
|
+
color: var(--ricos-custom-h3-color,var(--ricos-text-color,#212121));
|
|
633
|
+
font-family: var(--ricos-custom-h3-font-family,unset);
|
|
634
|
+
font-size: var(--ricos-custom-h3-font-size,24px);
|
|
635
|
+
font-style: var(--ricos-custom-h3-font-style,unset);
|
|
636
|
+
font-weight: var(--ricos-custom-h3-font-weight,unset);
|
|
637
|
+
letter-spacing: var(--ricos-custom-h3-letter-spacing,unset);
|
|
638
|
+
line-height: var(--ricos-custom-h3-line-height,30px);
|
|
639
|
+
min-height: var(--ricos-custom-h3-min-height,30px);
|
|
640
|
+
text-decoration: var(--ricos-custom-h3-text-decoration,unset);
|
|
811
641
|
}
|
|
812
|
-
.
|
|
813
|
-
|
|
814
|
-
--ricos-
|
|
815
|
-
background-color: var(--ricos-internal-layout-background-color);
|
|
816
|
-
border: var(--ricos-internal-layout-border-width,0) solid var(--ricos-internal-layout-border-color);
|
|
817
|
-
border-radius: var(--ricos-internal-layout-border-radius,0);
|
|
818
|
-
display: var(--ricos-internal-layout-display,grid);
|
|
819
|
-
flex-wrap: wrap;
|
|
820
|
-
gap: var(--ricos-internal-layout-gap,20px);
|
|
821
|
-
grid-template-columns: var(--ricos-internal-layout-grid-template,var(--ricos-internal-layout-column-template));
|
|
822
|
-
justify-content: var(--ricos-internal-layout-justify-content,auto);
|
|
823
|
-
margin: 0 auto;
|
|
824
|
-
position: relative;
|
|
825
|
-
width: min(100%, var(--ricos-internal-layout-width,initial));
|
|
826
|
-
}
|
|
827
|
-
@supports not (contain:inline-size) {
|
|
828
|
-
@media only screen and (max-width: 480px) {
|
|
829
|
-
.UrNcS {
|
|
830
|
-
gap: min(20px, var(--ricos-internal-layout-gap,20px));
|
|
831
|
-
}
|
|
832
|
-
}
|
|
833
|
-
}
|
|
834
|
-
@container (width < 480px) {
|
|
835
|
-
.UrNcS {
|
|
836
|
-
gap: min(20px, var(--ricos-internal-layout-gap,20px));
|
|
837
|
-
}
|
|
838
|
-
}
|
|
839
|
-
.UrNcS.vAt9g {
|
|
840
|
-
--ricos-internal-layout-display:flex;
|
|
841
|
-
--ricos-internal-layout-justify-content:center;
|
|
842
|
-
--ricos-internal-layout-cell-min-width:100%;
|
|
843
|
-
--ricos-internal-layout-cell-height:auto;
|
|
844
|
-
}
|
|
845
|
-
.UrNcS:before {
|
|
846
|
-
background-image: var(--ricos-internal-layout-background-image-src);
|
|
847
|
-
background-position: var(--ricos-internal-layout-background-image-position);
|
|
848
|
-
background-repeat: no-repeat;
|
|
849
|
-
background-size: var(--ricos-internal-layout-background-image-scaling);
|
|
850
|
-
border-radius: var(--ricos-internal-layout-border-radius,0);
|
|
851
|
-
bottom: 0;
|
|
852
|
-
content: "";
|
|
853
|
-
left: 0;
|
|
854
|
-
opacity: var(--ricos-internal-layout-background-image-opacity);
|
|
855
|
-
pointer-events: none;
|
|
856
|
-
position: absolute;
|
|
857
|
-
right: 0;
|
|
858
|
-
top: 0;
|
|
859
|
-
z-index: 0;
|
|
860
|
-
}
|
|
861
|
-
* + .UrNcS {
|
|
862
|
-
margin-top: 20px;
|
|
863
|
-
}
|
|
864
|
-
.UrNcS .kMyvt {
|
|
865
|
-
display: flex;
|
|
866
|
-
flex-direction: column;
|
|
867
|
-
flex-grow: 1;
|
|
868
|
-
justify-content: var(--ricos-internal-layout-cell-vertical-alignment);
|
|
869
|
-
max-width: var(--ricos-internal-layout-cell-min-width,auto);
|
|
870
|
-
min-width: min(100%, var(--ricos-internal-layout-cell-min-width,0));
|
|
871
|
-
outline: 1px solid transparent;
|
|
872
|
-
padding: var(--ricos-internal-layout-cell-padding-top,12px) var(--ricos-internal-layout-cell-padding-right,0) var(--ricos-internal-layout-cell-padding-bottom,12px) var(--ricos-internal-layout-cell-padding-left,0);
|
|
873
|
-
position: relative;
|
|
874
|
-
z-index: 2;
|
|
875
|
-
}
|
|
876
|
-
@supports not (contain:inline-size) {
|
|
877
|
-
@media only screen and (max-width: 480px) {
|
|
878
|
-
.UrNcS .kMyvt {
|
|
879
|
-
padding: min(16px, var(--ricos-internal-layout-cell-padding-top,16px)) min(16px, var(--ricos-internal-layout-cell-padding-right,16px)) min(16px, var(--ricos-internal-layout-cell-padding-bottom,16px)) min(16px, var(--ricos-internal-layout-cell-padding-left,16px));
|
|
880
|
-
}
|
|
881
|
-
}
|
|
882
|
-
}
|
|
883
|
-
@container (width < 480px) {
|
|
884
|
-
.UrNcS .kMyvt {
|
|
885
|
-
padding: min(16px, var(--ricos-internal-layout-cell-padding-top,16px)) min(16px, var(--ricos-internal-layout-cell-padding-right,16px)) min(16px, var(--ricos-internal-layout-cell-padding-bottom,16px)) min(16px, var(--ricos-internal-layout-cell-padding-left,16px));
|
|
886
|
-
}
|
|
887
|
-
}
|
|
888
|
-
.glob_fontElementMap,
|
|
889
|
-
.j-mi9 {
|
|
890
|
-
font-family: var(--ricos-font-family,unset);
|
|
891
|
-
}
|
|
892
|
-
.-AR89,
|
|
893
|
-
.L-aDi {
|
|
894
|
-
color: var(--ricos-custom-p-color,unset);
|
|
895
|
-
font-family: var(--ricos-custom-p-font-family,unset);
|
|
896
|
-
font-size: var(--ricos-custom-p-font-size,unset);
|
|
897
|
-
font-style: var(--ricos-custom-p-font-style,unset);
|
|
898
|
-
font-weight: var(--ricos-custom-p-font-weight,unset);
|
|
899
|
-
letter-spacing: var(--ricos-custom-p-letter-spacing,unset);
|
|
900
|
-
line-height: var(--ricos-custom-p-line-height,unset);
|
|
901
|
-
list-style-position: outside;
|
|
902
|
-
margin: 0;
|
|
903
|
-
min-height: var(--ricos-custom-p-min-height,unset);
|
|
904
|
-
padding: 0;
|
|
905
|
-
text-decoration: var(--ricos-custom-p-text-decoration,unset);
|
|
906
|
-
}
|
|
907
|
-
.-AR89 > *,
|
|
908
|
-
.L-aDi > * {
|
|
909
|
-
background-color: var(--ricos-custom-p-background-color,unset);
|
|
910
|
-
}
|
|
911
|
-
@supports not (contain:inline-size) {
|
|
912
|
-
@media only screen and (max-width: 480px) {
|
|
913
|
-
.-AR89,
|
|
914
|
-
.L-aDi {
|
|
915
|
-
font-size: var(--ricos-custom-p-font-size,unset);
|
|
916
|
-
}
|
|
917
|
-
}
|
|
918
|
-
}
|
|
919
|
-
@container (width < 480px) {
|
|
920
|
-
.-AR89,
|
|
921
|
-
.L-aDi {
|
|
922
|
-
font-size: var(--ricos-custom-p-font-size,unset);
|
|
923
|
-
}
|
|
924
|
-
}
|
|
925
|
-
.-AR89 > ._6ZJ-O,
|
|
926
|
-
.L-aDi > ._6ZJ-O {
|
|
927
|
-
list-style-type: inherit;
|
|
928
|
-
margin-inline-start: 1.5em;
|
|
929
|
-
padding-inline-start: .5em;
|
|
930
|
-
}
|
|
931
|
-
.-AR89 > ._6ZJ-O[data-heading-level=headerOne],
|
|
932
|
-
.L-aDi > ._6ZJ-O[data-heading-level=headerOne] {
|
|
933
|
-
font-family: var(--ricos-custom-h1-font-family,unset);
|
|
934
|
-
font-size: var(--ricos-custom-h1-font-size,40px);
|
|
935
|
-
font-style: var(--ricos-custom-h1-font-style,unset);
|
|
936
|
-
font-weight: var(--ricos-custom-h1-font-weight,unset);
|
|
937
|
-
letter-spacing: var(--ricos-custom-h1-letter-spacing,unset);
|
|
938
|
-
line-height: var(--ricos-custom-h1-line-height,42px);
|
|
939
|
-
min-height: var(--ricos-custom-h1-min-height,42px);
|
|
940
|
-
text-decoration: var(--ricos-custom-h1-text-decoration,unset);
|
|
941
|
-
}
|
|
942
|
-
@supports not (contain:inline-size) {
|
|
943
|
-
@media only screen and (max-width: 480px) {
|
|
944
|
-
.-AR89 > ._6ZJ-O[data-heading-level=headerOne],
|
|
945
|
-
.L-aDi > ._6ZJ-O[data-heading-level=headerOne] {
|
|
946
|
-
font-size: var(--ricos-custom-h1-font-size,32px);
|
|
947
|
-
}
|
|
948
|
-
}
|
|
949
|
-
}
|
|
950
|
-
@container (width < 480px) {
|
|
951
|
-
.-AR89 > ._6ZJ-O[data-heading-level=headerOne],
|
|
952
|
-
.L-aDi > ._6ZJ-O[data-heading-level=headerOne] {
|
|
953
|
-
font-size: var(--ricos-custom-h1-font-size,32px);
|
|
954
|
-
}
|
|
955
|
-
}
|
|
956
|
-
.-AR89 > ._6ZJ-O[data-heading-level=headerTwo],
|
|
957
|
-
.L-aDi > ._6ZJ-O[data-heading-level=headerTwo] {
|
|
958
|
-
font-family: var(--ricos-custom-h2-font-family,unset);
|
|
959
|
-
font-size: var(--ricos-custom-h2-font-size,28px);
|
|
960
|
-
font-style: var(--ricos-custom-h2-font-style,unset);
|
|
961
|
-
font-weight: var(--ricos-custom-h2-font-weight,unset);
|
|
962
|
-
letter-spacing: var(--ricos-custom-h2-letter-spacing,unset);
|
|
963
|
-
line-height: var(--ricos-custom-h2-line-height,36px);
|
|
964
|
-
min-height: var(--ricos-custom-h2-min-height,36px);
|
|
965
|
-
text-decoration: var(--ricos-custom-h2-text-decoration,unset);
|
|
966
|
-
}
|
|
967
|
-
@supports not (contain:inline-size) {
|
|
968
|
-
@media only screen and (max-width: 480px) {
|
|
969
|
-
.-AR89 > ._6ZJ-O[data-heading-level=headerTwo],
|
|
970
|
-
.L-aDi > ._6ZJ-O[data-heading-level=headerTwo] {
|
|
971
|
-
font-size: var(--ricos-custom-h2-font-size,24px);
|
|
972
|
-
}
|
|
973
|
-
}
|
|
974
|
-
}
|
|
975
|
-
@container (width < 480px) {
|
|
976
|
-
.-AR89 > ._6ZJ-O[data-heading-level=headerTwo],
|
|
977
|
-
.L-aDi > ._6ZJ-O[data-heading-level=headerTwo] {
|
|
978
|
-
font-size: var(--ricos-custom-h2-font-size,24px);
|
|
979
|
-
}
|
|
980
|
-
}
|
|
981
|
-
.-AR89 > ._6ZJ-O[data-heading-level=headerThree],
|
|
982
|
-
.L-aDi > ._6ZJ-O[data-heading-level=headerThree] {
|
|
983
|
-
font-family: var(--ricos-custom-h3-font-family,unset);
|
|
984
|
-
font-size: var(--ricos-custom-h3-font-size,24px);
|
|
985
|
-
font-style: var(--ricos-custom-h3-font-style,unset);
|
|
986
|
-
font-weight: var(--ricos-custom-h3-font-weight,unset);
|
|
987
|
-
letter-spacing: var(--ricos-custom-h3-letter-spacing,unset);
|
|
988
|
-
line-height: var(--ricos-custom-h3-line-height,30px);
|
|
989
|
-
min-height: var(--ricos-custom-h3-min-height,30px);
|
|
990
|
-
text-decoration: var(--ricos-custom-h3-text-decoration,unset);
|
|
991
|
-
}
|
|
992
|
-
@supports not (contain:inline-size) {
|
|
993
|
-
@media only screen and (max-width: 480px) {
|
|
994
|
-
.-AR89 > ._6ZJ-O[data-heading-level=headerThree],
|
|
995
|
-
.L-aDi > ._6ZJ-O[data-heading-level=headerThree] {
|
|
996
|
-
font-size: var(--ricos-custom-h3-font-size,20px);
|
|
997
|
-
}
|
|
998
|
-
}
|
|
642
|
+
.kdG50 > * > span,
|
|
643
|
+
.kdG50 > span span {
|
|
644
|
+
background-color: var(--ricos-custom-h3-background-color,unset);
|
|
999
645
|
}
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
.L-aDi > ._6ZJ-O[data-heading-level=headerThree] {
|
|
1003
|
-
font-size: var(--ricos-custom-h3-font-size,20px);
|
|
1004
|
-
}
|
|
646
|
+
.kdG50 a {
|
|
647
|
+
font-size: inherit;
|
|
1005
648
|
}
|
|
1006
|
-
|
|
1007
|
-
|
|
649
|
+
.dfIek {
|
|
650
|
+
color: var(--ricos-custom-h4-color,var(--ricos-text-color,#212121));
|
|
1008
651
|
font-family: var(--ricos-custom-h4-font-family,unset);
|
|
1009
652
|
font-size: var(--ricos-custom-h4-font-size,20px);
|
|
1010
653
|
font-style: var(--ricos-custom-h4-font-style,unset);
|
|
@@ -1014,22 +657,15 @@
|
|
|
1014
657
|
min-height: var(--ricos-custom-h4-min-height,unset);
|
|
1015
658
|
text-decoration: var(--ricos-custom-h4-text-decoration,unset);
|
|
1016
659
|
}
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
.L-aDi > ._6ZJ-O[data-heading-level=headerFour] {
|
|
1021
|
-
font-size: var(--ricos-custom-h4-font-size,20px);
|
|
1022
|
-
}
|
|
1023
|
-
}
|
|
660
|
+
.dfIek > * > span,
|
|
661
|
+
.dfIek > span span {
|
|
662
|
+
background-color: var(--ricos-custom-h4-background-color,unset);
|
|
1024
663
|
}
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
.L-aDi > ._6ZJ-O[data-heading-level=headerFour] {
|
|
1028
|
-
font-size: var(--ricos-custom-h4-font-size,20px);
|
|
1029
|
-
}
|
|
664
|
+
.dfIek a {
|
|
665
|
+
font-size: inherit;
|
|
1030
666
|
}
|
|
1031
|
-
|
|
1032
|
-
|
|
667
|
+
.KMWHx {
|
|
668
|
+
color: var(--ricos-custom-h5-color,var(--ricos-text-color,#212121));
|
|
1033
669
|
font-family: var(--ricos-custom-h5-font-family,unset);
|
|
1034
670
|
font-size: var(--ricos-custom-h5-font-size,18px);
|
|
1035
671
|
font-style: var(--ricos-custom-h5-font-style,unset);
|
|
@@ -1039,22 +675,15 @@
|
|
|
1039
675
|
min-height: var(--ricos-custom-h5-min-height,unset);
|
|
1040
676
|
text-decoration: var(--ricos-custom-h5-text-decoration,unset);
|
|
1041
677
|
}
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
.L-aDi > ._6ZJ-O[data-heading-level=headerFive] {
|
|
1046
|
-
font-size: var(--ricos-custom-h5-font-size,16px);
|
|
1047
|
-
}
|
|
1048
|
-
}
|
|
678
|
+
.KMWHx > * > span,
|
|
679
|
+
.KMWHx > span span {
|
|
680
|
+
background-color: var(--ricos-custom-h5-background-color,unset);
|
|
1049
681
|
}
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
.L-aDi > ._6ZJ-O[data-heading-level=headerFive] {
|
|
1053
|
-
font-size: var(--ricos-custom-h5-font-size,16px);
|
|
1054
|
-
}
|
|
682
|
+
.KMWHx a {
|
|
683
|
+
font-size: inherit;
|
|
1055
684
|
}
|
|
1056
|
-
|
|
1057
|
-
|
|
685
|
+
.E1QJ- {
|
|
686
|
+
color: var(--ricos-custom-h6-color,var(--ricos-text-color,#212121));
|
|
1058
687
|
font-family: var(--ricos-custom-h6-font-family,unset);
|
|
1059
688
|
font-size: var(--ricos-custom-h6-font-size,16px);
|
|
1060
689
|
font-style: var(--ricos-custom-h6-font-style,unset);
|
|
@@ -1064,59 +693,32 @@
|
|
|
1064
693
|
min-height: var(--ricos-custom-h6-min-height,unset);
|
|
1065
694
|
text-decoration: var(--ricos-custom-h6-text-decoration,unset);
|
|
1066
695
|
}
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
.L-aDi > ._6ZJ-O[data-heading-level=headerSix] {
|
|
1071
|
-
font-size: var(--ricos-custom-h6-font-size,14px);
|
|
1072
|
-
}
|
|
1073
|
-
}
|
|
1074
|
-
}
|
|
1075
|
-
@container (width < 480px) {
|
|
1076
|
-
.-AR89 > ._6ZJ-O[data-heading-level=headerSix],
|
|
1077
|
-
.L-aDi > ._6ZJ-O[data-heading-level=headerSix] {
|
|
1078
|
-
font-size: var(--ricos-custom-h6-font-size,14px);
|
|
1079
|
-
}
|
|
1080
|
-
}
|
|
1081
|
-
[data-list-style-position=inside]._6ZJ-O {
|
|
1082
|
-
list-style-position: inside;
|
|
1083
|
-
padding-inline-start: 0;
|
|
1084
|
-
}
|
|
1085
|
-
[data-list-style-position=inside]._6ZJ-O > :first-child,
|
|
1086
|
-
[data-list-style-position=inside]._6ZJ-O > :first-child > :first-child {
|
|
1087
|
-
display: inline;
|
|
1088
|
-
}
|
|
1089
|
-
.-AR89 > [data-list-style-position=inside]._6ZJ-O h2 > span,
|
|
1090
|
-
.-AR89 > [data-list-style-position=inside]._6ZJ-O h3 > span,
|
|
1091
|
-
.-AR89 > [data-list-style-position=inside]._6ZJ-O h4 > span,
|
|
1092
|
-
.-AR89 > [data-list-style-position=inside]._6ZJ-O h5 > span,
|
|
1093
|
-
.-AR89 > [data-list-style-position=inside]._6ZJ-O h6 > span,
|
|
1094
|
-
.-AR89 > [data-list-style-position=inside]._6ZJ-O > h1 > span,
|
|
1095
|
-
.-AR89 > [data-list-style-position=inside]._6ZJ-O > p > span > :first-child {
|
|
1096
|
-
margin-inline-start: .5em;
|
|
696
|
+
.E1QJ- > * > span,
|
|
697
|
+
.E1QJ- > span span {
|
|
698
|
+
background-color: var(--ricos-custom-h6-background-color,unset);
|
|
1097
699
|
}
|
|
1098
|
-
|
|
1099
|
-
|
|
700
|
+
.E1QJ- a {
|
|
701
|
+
font-size: inherit;
|
|
1100
702
|
}
|
|
1101
|
-
|
|
1102
|
-
|
|
703
|
+
._6WgLL {
|
|
704
|
+
display: block;
|
|
1103
705
|
}
|
|
1104
|
-
|
|
706
|
+
.-y0Ax {
|
|
1105
707
|
margin: 15px 18px;
|
|
1106
708
|
}
|
|
1107
709
|
@supports not (contain:inline-size) {
|
|
1108
710
|
@media only screen and (max-width: 480px) {
|
|
1109
|
-
|
|
711
|
+
.-y0Ax {
|
|
1110
712
|
margin: var(--ricos-custom-code-block-margin,15px calc(18px + 5%));
|
|
1111
713
|
}
|
|
1112
714
|
}
|
|
1113
715
|
}
|
|
1114
716
|
@container (width < 480px) {
|
|
1115
|
-
|
|
717
|
+
.-y0Ax {
|
|
1116
718
|
margin: var(--ricos-custom-code-block-margin,15px calc(18px + 5%));
|
|
1117
719
|
}
|
|
1118
720
|
}
|
|
1119
|
-
|
|
721
|
+
.MX5cE {
|
|
1120
722
|
background-color: var(--ricos-custom-code-block-background-color,rgba(var(--ricos-fallback-color-tuple,0,0,0),.06));
|
|
1121
723
|
color: var(--ricos-custom-code-block-color,var(--ricos-text-color,#212121));
|
|
1122
724
|
font-family:
|
|
@@ -1132,40 +734,200 @@ ol ._6ZJ-O > div > :not(ul) > span {
|
|
|
1132
734
|
print-color-adjust: exact;
|
|
1133
735
|
white-space: pre-wrap;
|
|
1134
736
|
}
|
|
1135
|
-
.
|
|
737
|
+
@supports (color:rgb(from #000 r g b/0.1)) {
|
|
738
|
+
.MX5cE {
|
|
739
|
+
background-color: var(--ricos-custom-code-block-background-color,rgb(from var(--ricos-fallback-color,#000000) r g b/.06));
|
|
740
|
+
}
|
|
741
|
+
}
|
|
742
|
+
.bUrLq .MX5cE {
|
|
1136
743
|
margin: 1em 0;
|
|
1137
744
|
}
|
|
745
|
+
.rjuXJ {
|
|
746
|
+
margin-left: 0;
|
|
747
|
+
margin-right: auto;
|
|
748
|
+
z-index: 1;
|
|
749
|
+
}
|
|
750
|
+
.rjuXJ:not(._0aiuM) {
|
|
751
|
+
float: left;
|
|
752
|
+
margin-right: 40px;
|
|
753
|
+
}
|
|
754
|
+
@supports not (contain:inline-size) {
|
|
755
|
+
@media only screen and (max-width: 480px) {
|
|
756
|
+
.rjuXJ:not(._0aiuM) {
|
|
757
|
+
float: none;
|
|
758
|
+
margin-right: auto;
|
|
759
|
+
}
|
|
760
|
+
}
|
|
761
|
+
}
|
|
762
|
+
@container (width < 480px) {
|
|
763
|
+
.rjuXJ:not(._0aiuM) {
|
|
764
|
+
float: none;
|
|
765
|
+
margin-right: auto;
|
|
766
|
+
}
|
|
767
|
+
}
|
|
768
|
+
.DLOUz {
|
|
769
|
+
margin-left: auto;
|
|
770
|
+
margin-right: 0;
|
|
771
|
+
z-index: 1;
|
|
772
|
+
}
|
|
773
|
+
.DLOUz:not(._0aiuM) {
|
|
774
|
+
float: right;
|
|
775
|
+
margin-left: 40px;
|
|
776
|
+
}
|
|
777
|
+
@supports not (contain:inline-size) {
|
|
778
|
+
@media only screen and (max-width: 480px) {
|
|
779
|
+
.DLOUz:not(._0aiuM) {
|
|
780
|
+
float: none;
|
|
781
|
+
margin-left: auto;
|
|
782
|
+
}
|
|
783
|
+
}
|
|
784
|
+
}
|
|
785
|
+
@container (width < 480px) {
|
|
786
|
+
.DLOUz:not(._0aiuM) {
|
|
787
|
+
float: none;
|
|
788
|
+
margin-left: auto;
|
|
789
|
+
}
|
|
790
|
+
}
|
|
791
|
+
.G5lBZ {
|
|
792
|
+
clear: both;
|
|
793
|
+
display: block;
|
|
794
|
+
}
|
|
795
|
+
.G5lBZ:not(._6W60U) {
|
|
796
|
+
margin-left: auto;
|
|
797
|
+
margin-right: auto;
|
|
798
|
+
max-width: 100%;
|
|
799
|
+
}
|
|
800
|
+
._0aiuM,
|
|
801
|
+
._6W60U {
|
|
802
|
+
width: 100%;
|
|
803
|
+
}
|
|
804
|
+
.PWoL4 ._0aiuM,
|
|
805
|
+
.PWoL4 ._6W60U {
|
|
806
|
+
margin: 0 -8px;
|
|
807
|
+
width: auto;
|
|
808
|
+
}
|
|
809
|
+
.I2OKC {
|
|
810
|
+
width: fit-content;
|
|
811
|
+
}
|
|
812
|
+
._2ncZP {
|
|
813
|
+
margin-left: auto;
|
|
814
|
+
margin-right: auto;
|
|
815
|
+
max-width: 100%;
|
|
816
|
+
}
|
|
817
|
+
.X-Lq7 {
|
|
818
|
+
width: min(350px, 100%) !important;
|
|
819
|
+
}
|
|
820
|
+
.PWoL4 .X-Lq7 {
|
|
821
|
+
width: 50%;
|
|
822
|
+
}
|
|
823
|
+
._1Xr3U {
|
|
824
|
+
margin-left: auto;
|
|
825
|
+
margin-right: auto;
|
|
826
|
+
}
|
|
827
|
+
.PWoL4 ._1Xr3U {
|
|
828
|
+
width: 150px;
|
|
829
|
+
}
|
|
830
|
+
.bB3EJ {
|
|
831
|
+
display: flex;
|
|
832
|
+
}
|
|
833
|
+
.R7vEN {
|
|
834
|
+
margin: 0;
|
|
835
|
+
}
|
|
836
|
+
.Kb35a {
|
|
837
|
+
border: none;
|
|
838
|
+
width: max-content;
|
|
839
|
+
}
|
|
840
|
+
.d-ZId {
|
|
841
|
+
overflow-x: auto;
|
|
842
|
+
}
|
|
843
|
+
.d-ZId::-webkit-scrollbar {
|
|
844
|
+
-webkit-appearance: none;
|
|
845
|
+
}
|
|
846
|
+
.d-ZId::-webkit-scrollbar-thumb {
|
|
847
|
+
background-color: rgba(0, 0, 0, .5);
|
|
848
|
+
border: 2px solid #fff;
|
|
849
|
+
border-radius: 8px;
|
|
850
|
+
}
|
|
851
|
+
.d-ZId::-webkit-scrollbar:horizontal {
|
|
852
|
+
height: 10px;
|
|
853
|
+
}
|
|
854
|
+
.KrAdJ {
|
|
855
|
+
max-width: 100%;
|
|
856
|
+
}
|
|
1138
857
|
.glob_fontElementMap,
|
|
1139
|
-
.
|
|
858
|
+
.li5CU {
|
|
1140
859
|
font-family: var(--ricos-font-family,unset);
|
|
1141
860
|
}
|
|
1142
|
-
.
|
|
861
|
+
.Vmlgg {
|
|
1143
862
|
margin: 0;
|
|
1144
863
|
}
|
|
1145
864
|
@supports not (contain:inline-size) {
|
|
1146
865
|
@media only screen and (max-width: 480px) {
|
|
1147
|
-
.
|
|
866
|
+
.Vmlgg {
|
|
1148
867
|
clear: both;
|
|
1149
868
|
margin: 0;
|
|
1150
869
|
}
|
|
1151
870
|
}
|
|
1152
871
|
}
|
|
1153
872
|
@container (width < 480px) {
|
|
1154
|
-
.
|
|
873
|
+
.Vmlgg {
|
|
1155
874
|
clear: both;
|
|
1156
875
|
margin: 0;
|
|
1157
876
|
}
|
|
1158
877
|
}
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
878
|
+
.S1KXg {
|
|
879
|
+
color: var(--ricos-custom-p-color,unset);
|
|
880
|
+
font-family: var(--ricos-custom-p-font-family,unset);
|
|
881
|
+
font-size: var(--ricos-custom-p-font-size,unset);
|
|
882
|
+
font-style: var(--ricos-custom-p-font-style,unset);
|
|
883
|
+
font-weight: var(--ricos-custom-p-font-weight,unset);
|
|
884
|
+
letter-spacing: var(--ricos-custom-p-letter-spacing,unset);
|
|
885
|
+
line-height: var(--ricos-custom-p-line-height,unset);
|
|
886
|
+
min-height: var(--ricos-custom-p-min-height,unset);
|
|
887
|
+
print-color-adjust: exact;
|
|
888
|
+
text-decoration: var(--ricos-custom-p-text-decoration,unset);
|
|
1166
889
|
}
|
|
1167
|
-
.
|
|
1168
|
-
|
|
890
|
+
.S1KXg > span > a,
|
|
891
|
+
.S1KXg > span > span {
|
|
892
|
+
background-color: var(--ricos-custom-p-background-color,unset);
|
|
893
|
+
}
|
|
894
|
+
.S1KXg:empty {
|
|
895
|
+
height: 24px;
|
|
896
|
+
}
|
|
897
|
+
.KS6-G {
|
|
898
|
+
display: block;
|
|
899
|
+
}
|
|
900
|
+
._2mh2Y,
|
|
901
|
+
.glob_fontElementMap {
|
|
902
|
+
font-family: var(--ricos-font-family,unset);
|
|
903
|
+
}
|
|
904
|
+
.FMUQy,
|
|
905
|
+
.nJTk1 {
|
|
906
|
+
color: var(--ricos-custom-p-color,unset);
|
|
907
|
+
font-family: var(--ricos-custom-p-font-family,unset);
|
|
908
|
+
font-size: var(--ricos-custom-p-font-size,unset);
|
|
909
|
+
font-style: var(--ricos-custom-p-font-style,unset);
|
|
910
|
+
font-weight: var(--ricos-custom-p-font-weight,unset);
|
|
911
|
+
letter-spacing: var(--ricos-custom-p-letter-spacing,unset);
|
|
912
|
+
line-height: var(--ricos-custom-p-line-height,unset);
|
|
913
|
+
list-style-position: outside;
|
|
914
|
+
margin: 0;
|
|
915
|
+
min-height: var(--ricos-custom-p-min-height,unset);
|
|
916
|
+
padding: 0;
|
|
917
|
+
text-decoration: var(--ricos-custom-p-text-decoration,unset);
|
|
918
|
+
}
|
|
919
|
+
.FMUQy > *,
|
|
920
|
+
.nJTk1 > * {
|
|
921
|
+
background-color: var(--ricos-custom-p-background-color,unset);
|
|
922
|
+
}
|
|
923
|
+
.FMUQy > .PqxAp,
|
|
924
|
+
.nJTk1 > .PqxAp {
|
|
925
|
+
list-style-type: inherit;
|
|
926
|
+
margin-inline-start: 1.5em;
|
|
927
|
+
padding-inline-start: .5em;
|
|
928
|
+
}
|
|
929
|
+
.FMUQy > .PqxAp[data-heading-level=headerOne],
|
|
930
|
+
.nJTk1 > .PqxAp[data-heading-level=headerOne] {
|
|
1169
931
|
font-family: var(--ricos-custom-h1-font-family,unset);
|
|
1170
932
|
font-size: var(--ricos-custom-h1-font-size,40px);
|
|
1171
933
|
font-style: var(--ricos-custom-h1-font-style,unset);
|
|
@@ -1175,24 +937,8 @@ ol ._6ZJ-O > div > :not(ul) > span {
|
|
|
1175
937
|
min-height: var(--ricos-custom-h1-min-height,42px);
|
|
1176
938
|
text-decoration: var(--ricos-custom-h1-text-decoration,unset);
|
|
1177
939
|
}
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
.E1dEV {
|
|
1181
|
-
font-size: var(--ricos-custom-h1-font-size,32px);
|
|
1182
|
-
}
|
|
1183
|
-
}
|
|
1184
|
-
}
|
|
1185
|
-
@container (width < 480px) {
|
|
1186
|
-
.E1dEV {
|
|
1187
|
-
font-size: var(--ricos-custom-h1-font-size,32px);
|
|
1188
|
-
}
|
|
1189
|
-
}
|
|
1190
|
-
.E1dEV > * > span,
|
|
1191
|
-
.E1dEV > span span {
|
|
1192
|
-
background-color: var(--ricos-custom-h1-background-color,unset);
|
|
1193
|
-
}
|
|
1194
|
-
.C50H4 {
|
|
1195
|
-
color: var(--ricos-custom-h2-color,var(--ricos-text-color,#212121));
|
|
940
|
+
.FMUQy > .PqxAp[data-heading-level=headerTwo],
|
|
941
|
+
.nJTk1 > .PqxAp[data-heading-level=headerTwo] {
|
|
1196
942
|
font-family: var(--ricos-custom-h2-font-family,unset);
|
|
1197
943
|
font-size: var(--ricos-custom-h2-font-size,28px);
|
|
1198
944
|
font-style: var(--ricos-custom-h2-font-style,unset);
|
|
@@ -1202,24 +948,8 @@ ol ._6ZJ-O > div > :not(ul) > span {
|
|
|
1202
948
|
min-height: var(--ricos-custom-h2-min-height,36px);
|
|
1203
949
|
text-decoration: var(--ricos-custom-h2-text-decoration,unset);
|
|
1204
950
|
}
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
.C50H4 {
|
|
1208
|
-
font-size: var(--ricos-custom-h2-font-size,24px);
|
|
1209
|
-
}
|
|
1210
|
-
}
|
|
1211
|
-
}
|
|
1212
|
-
@container (width < 480px) {
|
|
1213
|
-
.C50H4 {
|
|
1214
|
-
font-size: var(--ricos-custom-h2-font-size,24px);
|
|
1215
|
-
}
|
|
1216
|
-
}
|
|
1217
|
-
.C50H4 > * > span,
|
|
1218
|
-
.C50H4 > span span {
|
|
1219
|
-
background-color: var(--ricos-custom-h2-background-color,unset);
|
|
1220
|
-
}
|
|
1221
|
-
.-zBkU {
|
|
1222
|
-
color: var(--ricos-custom-h3-color,var(--ricos-text-color,#212121));
|
|
951
|
+
.FMUQy > .PqxAp[data-heading-level=headerThree],
|
|
952
|
+
.nJTk1 > .PqxAp[data-heading-level=headerThree] {
|
|
1223
953
|
font-family: var(--ricos-custom-h3-font-family,unset);
|
|
1224
954
|
font-size: var(--ricos-custom-h3-font-size,24px);
|
|
1225
955
|
font-style: var(--ricos-custom-h3-font-style,unset);
|
|
@@ -1229,24 +959,8 @@ ol ._6ZJ-O > div > :not(ul) > span {
|
|
|
1229
959
|
min-height: var(--ricos-custom-h3-min-height,30px);
|
|
1230
960
|
text-decoration: var(--ricos-custom-h3-text-decoration,unset);
|
|
1231
961
|
}
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
.-zBkU {
|
|
1235
|
-
font-size: var(--ricos-custom-h3-font-size,20px);
|
|
1236
|
-
}
|
|
1237
|
-
}
|
|
1238
|
-
}
|
|
1239
|
-
@container (width < 480px) {
|
|
1240
|
-
.-zBkU {
|
|
1241
|
-
font-size: var(--ricos-custom-h3-font-size,20px);
|
|
1242
|
-
}
|
|
1243
|
-
}
|
|
1244
|
-
.-zBkU > * > span,
|
|
1245
|
-
.-zBkU > span span {
|
|
1246
|
-
background-color: var(--ricos-custom-h3-background-color,unset);
|
|
1247
|
-
}
|
|
1248
|
-
.e1xff {
|
|
1249
|
-
color: var(--ricos-custom-h4-color,var(--ricos-text-color,#212121));
|
|
962
|
+
.FMUQy > .PqxAp[data-heading-level=headerFour],
|
|
963
|
+
.nJTk1 > .PqxAp[data-heading-level=headerFour] {
|
|
1250
964
|
font-family: var(--ricos-custom-h4-font-family,unset);
|
|
1251
965
|
font-size: var(--ricos-custom-h4-font-size,20px);
|
|
1252
966
|
font-style: var(--ricos-custom-h4-font-style,unset);
|
|
@@ -1256,24 +970,8 @@ ol ._6ZJ-O > div > :not(ul) > span {
|
|
|
1256
970
|
min-height: var(--ricos-custom-h4-min-height,unset);
|
|
1257
971
|
text-decoration: var(--ricos-custom-h4-text-decoration,unset);
|
|
1258
972
|
}
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
.e1xff {
|
|
1262
|
-
font-size: var(--ricos-custom-h4-font-size,20px);
|
|
1263
|
-
}
|
|
1264
|
-
}
|
|
1265
|
-
}
|
|
1266
|
-
@container (width < 480px) {
|
|
1267
|
-
.e1xff {
|
|
1268
|
-
font-size: var(--ricos-custom-h4-font-size,20px);
|
|
1269
|
-
}
|
|
1270
|
-
}
|
|
1271
|
-
.e1xff > * > span,
|
|
1272
|
-
.e1xff > span span {
|
|
1273
|
-
background-color: var(--ricos-custom-h4-background-color,unset);
|
|
1274
|
-
}
|
|
1275
|
-
.bKx3E {
|
|
1276
|
-
color: var(--ricos-custom-h5-color,var(--ricos-text-color,#212121));
|
|
973
|
+
.FMUQy > .PqxAp[data-heading-level=headerFive],
|
|
974
|
+
.nJTk1 > .PqxAp[data-heading-level=headerFive] {
|
|
1277
975
|
font-family: var(--ricos-custom-h5-font-family,unset);
|
|
1278
976
|
font-size: var(--ricos-custom-h5-font-size,18px);
|
|
1279
977
|
font-style: var(--ricos-custom-h5-font-style,unset);
|
|
@@ -1283,51 +981,200 @@ ol ._6ZJ-O > div > :not(ul) > span {
|
|
|
1283
981
|
min-height: var(--ricos-custom-h5-min-height,unset);
|
|
1284
982
|
text-decoration: var(--ricos-custom-h5-text-decoration,unset);
|
|
1285
983
|
}
|
|
984
|
+
.FMUQy > .PqxAp[data-heading-level=headerSix],
|
|
985
|
+
.nJTk1 > .PqxAp[data-heading-level=headerSix] {
|
|
986
|
+
font-family: var(--ricos-custom-h6-font-family,unset);
|
|
987
|
+
font-size: var(--ricos-custom-h6-font-size,16px);
|
|
988
|
+
font-style: var(--ricos-custom-h6-font-style,unset);
|
|
989
|
+
font-weight: var(--ricos-custom-h6-font-weight,unset);
|
|
990
|
+
letter-spacing: var(--ricos-custom-h6-letter-spacing,unset);
|
|
991
|
+
line-height: var(--ricos-custom-h6-line-height,1.5);
|
|
992
|
+
min-height: var(--ricos-custom-h6-min-height,unset);
|
|
993
|
+
text-decoration: var(--ricos-custom-h6-text-decoration,unset);
|
|
994
|
+
}
|
|
995
|
+
[data-list-style-position=inside].PqxAp {
|
|
996
|
+
list-style-position: inside;
|
|
997
|
+
padding-inline-start: 0;
|
|
998
|
+
}
|
|
999
|
+
[data-list-style-position=inside].PqxAp > :first-child,
|
|
1000
|
+
[data-list-style-position=inside].PqxAp > :first-child > :first-child {
|
|
1001
|
+
display: inline;
|
|
1002
|
+
}
|
|
1003
|
+
.FMUQy > [data-list-style-position=inside].PqxAp h2 > span,
|
|
1004
|
+
.FMUQy > [data-list-style-position=inside].PqxAp h3 > span,
|
|
1005
|
+
.FMUQy > [data-list-style-position=inside].PqxAp h4 > span,
|
|
1006
|
+
.FMUQy > [data-list-style-position=inside].PqxAp h5 > span,
|
|
1007
|
+
.FMUQy > [data-list-style-position=inside].PqxAp h6 > span,
|
|
1008
|
+
.FMUQy > [data-list-style-position=inside].PqxAp > h1 > span,
|
|
1009
|
+
.FMUQy > [data-list-style-position=inside].PqxAp > p > span > :first-child {
|
|
1010
|
+
margin-inline-start: .5em;
|
|
1011
|
+
}
|
|
1012
|
+
ol .PqxAp {
|
|
1013
|
+
position: relative;
|
|
1014
|
+
}
|
|
1015
|
+
ol .PqxAp > div > :not(ul) > span {
|
|
1016
|
+
margin-inline-start: .35em;
|
|
1017
|
+
}
|
|
1018
|
+
.glob_fontElementMap,
|
|
1019
|
+
.ohQfq {
|
|
1020
|
+
font-family: var(--ricos-font-family,unset);
|
|
1021
|
+
}
|
|
1022
|
+
.g5urf {
|
|
1023
|
+
display: flex;
|
|
1024
|
+
font-family: var(--ricos-custom-p-font-family,unset);
|
|
1025
|
+
}
|
|
1026
|
+
.MDhob {
|
|
1027
|
+
border-inline-start-style: solid;
|
|
1028
|
+
border-inline-start-width: var(--ricos-custom-quote-border-width,3px);
|
|
1029
|
+
border-left-color: var(--ricos-custom-quote-border-color,var(--ricos-action-color,#116dff));
|
|
1030
|
+
border-right-color: var(--ricos-custom-quote-border-color,var(--ricos-action-color,#116dff));
|
|
1031
|
+
color: var(--ricos-custom-quote-color,unset);
|
|
1032
|
+
font-family: var(--ricos-custom-quote-font-family,unset);
|
|
1033
|
+
font-size: 18px;
|
|
1034
|
+
font-size: var(--ricos-custom-quote-font-size,18px);
|
|
1035
|
+
font-style: normal;
|
|
1036
|
+
font-style: var(--ricos-custom-quote-font-style,normal);
|
|
1037
|
+
font-weight: var(--ricos-custom-quote-font-weight,unset);
|
|
1038
|
+
letter-spacing: var(--ricos-custom-quote-letter-spacing,unset);
|
|
1039
|
+
line-height: 26px;
|
|
1040
|
+
line-height: var(--ricos-custom-quote-line-height,26px);
|
|
1041
|
+
margin-block: 15px;
|
|
1042
|
+
margin-inline-end: var(--ricos-custom-quote-margin-inline-end,18px);
|
|
1043
|
+
margin-inline-start: var(--ricos-custom-quote-margin-inline-start,18px);
|
|
1044
|
+
max-width: 100%;
|
|
1045
|
+
min-height: var(--ricos-custom-quote-min-height,unset);
|
|
1046
|
+
padding-bottom: var(--ricos-custom-quote-padding-bottom,6px);
|
|
1047
|
+
padding-top: var(--ricos-custom-quote-padding-top,6px);
|
|
1048
|
+
padding-inline-start: var(--ricos-custom-quote-padding-inline-start,18px);
|
|
1049
|
+
print-color-adjust: exact;
|
|
1050
|
+
text-decoration: var(--ricos-custom-quote-text-decoration,unset);
|
|
1051
|
+
}
|
|
1286
1052
|
@supports not (contain:inline-size) {
|
|
1287
1053
|
@media only screen and (max-width: 480px) {
|
|
1288
|
-
.
|
|
1289
|
-
|
|
1054
|
+
.MDhob {
|
|
1055
|
+
margin-block: 15px;
|
|
1056
|
+
margin-inline-end: var(--ricos-custom-quote-margin-inline-end,16px);
|
|
1057
|
+
margin-inline-start: var(--ricos-custom-quote-margin-inline-start,16px);
|
|
1290
1058
|
}
|
|
1291
1059
|
}
|
|
1292
1060
|
}
|
|
1293
1061
|
@container (width < 480px) {
|
|
1294
|
-
.
|
|
1295
|
-
|
|
1062
|
+
.MDhob {
|
|
1063
|
+
margin-block: 15px;
|
|
1064
|
+
margin-inline-end: var(--ricos-custom-quote-margin-inline-end,16px);
|
|
1065
|
+
margin-inline-start: var(--ricos-custom-quote-margin-inline-start,16px);
|
|
1296
1066
|
}
|
|
1297
1067
|
}
|
|
1298
|
-
.
|
|
1299
|
-
|
|
1300
|
-
background-color: var(--ricos-custom-h5-background-color,unset);
|
|
1068
|
+
.RuGnf {
|
|
1069
|
+
text-decoration: none;
|
|
1301
1070
|
}
|
|
1302
|
-
.
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1071
|
+
.ootB-:focus-visible {
|
|
1072
|
+
outline: 5px auto Highlight;
|
|
1073
|
+
outline: 5px auto -webkit-focus-ring-color;
|
|
1074
|
+
}
|
|
1075
|
+
.L9cf6 {
|
|
1076
|
+
background-color: var(--ricos-internal-layout-backdrop-color,var(--ricos-custom-layout-backdrop-color));
|
|
1077
|
+
padding-bottom: var(--ricos-internal-layout-backdrop-padding-bottom,0);
|
|
1078
|
+
padding-top: var(--ricos-internal-layout-backdrop-padding-top,0);
|
|
1079
|
+
position: relative;
|
|
1080
|
+
}
|
|
1081
|
+
.L9cf6:before {
|
|
1082
|
+
background-image: var(--ricos-internal-layout-backdrop-image-src);
|
|
1083
|
+
background-position: var(--ricos-internal-layout-backdrop-image-position);
|
|
1084
|
+
background-repeat: no-repeat;
|
|
1085
|
+
background-size: var(--ricos-internal-layout-backdrop-image-scaling);
|
|
1086
|
+
bottom: 0;
|
|
1087
|
+
content: "";
|
|
1088
|
+
left: 0;
|
|
1089
|
+
opacity: var(--ricos-internal-layout-backdrop-image-opacity);
|
|
1090
|
+
pointer-events: none;
|
|
1091
|
+
position: absolute;
|
|
1092
|
+
right: 0;
|
|
1093
|
+
top: 0;
|
|
1094
|
+
z-index: 0;
|
|
1095
|
+
}
|
|
1096
|
+
.vE9Ul {
|
|
1097
|
+
--ricos-internal-layout-display:grid;
|
|
1098
|
+
--ricos-internal-layout-horizontal-padding:0;
|
|
1099
|
+
display: var(--ricos-internal-layout-display,grid);
|
|
1100
|
+
flex-wrap: wrap;
|
|
1101
|
+
gap: var(--ricos-internal-layout-gap,20px);
|
|
1102
|
+
grid-template-columns: var(--ricos-internal-layout-grid-template,var(--ricos-internal-layout-column-template));
|
|
1103
|
+
justify-content: var(--ricos-internal-layout-justify-content,auto);
|
|
1104
|
+
margin: 0 auto;
|
|
1105
|
+
position: relative;
|
|
1106
|
+
width: min(100%, var(--ricos-internal-layout-width,initial));
|
|
1107
|
+
}
|
|
1108
|
+
.vE9Ul.J9jpX,
|
|
1109
|
+
.vE9Ul.lYWhc .NtaNa {
|
|
1110
|
+
background-color: var(--ricos-internal-layout-background-color,var(--ricos-custom-layout-background-color));
|
|
1111
|
+
border: var(--ricos-internal-layout-border-width,0) solid var(--ricos-internal-layout-border-color);
|
|
1112
|
+
border-radius: var(--ricos-internal-layout-border-radius,0);
|
|
1113
|
+
}
|
|
1114
|
+
.vE9Ul.J9jpX:before,
|
|
1115
|
+
.vE9Ul.lYWhc .NtaNa:before {
|
|
1116
|
+
background-image: var(--ricos-internal-layout-background-image-src);
|
|
1117
|
+
background-position: var(--ricos-internal-layout-background-image-position);
|
|
1118
|
+
background-repeat: no-repeat;
|
|
1119
|
+
background-size: var(--ricos-internal-layout-background-image-scaling);
|
|
1120
|
+
border-radius: calc(var(--ricos-internal-layout-border-radius, 0) - var(--ricos-internal-layout-border-width, 0));
|
|
1121
|
+
bottom: 0;
|
|
1122
|
+
content: "";
|
|
1123
|
+
left: 0;
|
|
1124
|
+
opacity: var(--ricos-internal-layout-background-image-opacity);
|
|
1125
|
+
pointer-events: none;
|
|
1126
|
+
position: absolute;
|
|
1127
|
+
right: 0;
|
|
1128
|
+
top: 0;
|
|
1129
|
+
z-index: 0;
|
|
1312
1130
|
}
|
|
1313
1131
|
@supports not (contain:inline-size) {
|
|
1314
1132
|
@media only screen and (max-width: 480px) {
|
|
1315
|
-
.
|
|
1316
|
-
|
|
1133
|
+
.vE9Ul {
|
|
1134
|
+
gap: min(20px, var(--ricos-internal-layout-gap,20px));
|
|
1317
1135
|
}
|
|
1318
1136
|
}
|
|
1319
1137
|
}
|
|
1320
1138
|
@container (width < 480px) {
|
|
1321
|
-
.
|
|
1322
|
-
|
|
1139
|
+
.vE9Ul {
|
|
1140
|
+
gap: min(20px, var(--ricos-internal-layout-gap,20px));
|
|
1323
1141
|
}
|
|
1324
1142
|
}
|
|
1325
|
-
.
|
|
1326
|
-
|
|
1327
|
-
|
|
1143
|
+
.vE9Ul._2E8N3 {
|
|
1144
|
+
--ricos-internal-layout-display:flex;
|
|
1145
|
+
--ricos-internal-layout-justify-content:center;
|
|
1146
|
+
--ricos-internal-layout-cell-min-width:100%;
|
|
1147
|
+
--ricos-internal-layout-cell-height:auto;
|
|
1328
1148
|
}
|
|
1329
|
-
.
|
|
1330
|
-
|
|
1149
|
+
* + .vE9Ul {
|
|
1150
|
+
margin-top: 20px;
|
|
1151
|
+
}
|
|
1152
|
+
.vE9Ul .NtaNa {
|
|
1153
|
+
display: flex;
|
|
1154
|
+
flex-direction: column;
|
|
1155
|
+
flex-grow: 1;
|
|
1156
|
+
justify-content: var(--ricos-internal-layout-cell-vertical-alignment);
|
|
1157
|
+
max-width: var(--ricos-internal-layout-cell-min-width,auto);
|
|
1158
|
+
min-width: min(100%, var(--ricos-internal-layout-cell-min-width,0));
|
|
1159
|
+
outline: 1px solid transparent;
|
|
1160
|
+
padding: var(--ricos-internal-layout-cell-padding-top,12px) var(--ricos-internal-layout-cell-padding-right,0) var(--ricos-internal-layout-cell-padding-bottom,12px) var(--ricos-internal-layout-cell-padding-left,0);
|
|
1161
|
+
position: relative;
|
|
1162
|
+
z-index: 2;
|
|
1163
|
+
}
|
|
1164
|
+
@supports not (contain:inline-size) {
|
|
1165
|
+
@media only screen and (max-width: 480px) {
|
|
1166
|
+
.vE9Ul .NtaNa {
|
|
1167
|
+
padding: min(16px, var(--ricos-internal-layout-cell-padding-top,16px)) min(16px, var(--ricos-internal-layout-cell-padding-right,16px)) min(16px, var(--ricos-internal-layout-cell-padding-bottom,16px)) min(16px, var(--ricos-internal-layout-cell-padding-left,16px));
|
|
1168
|
+
}
|
|
1169
|
+
}
|
|
1170
|
+
}
|
|
1171
|
+
@container (width < 480px) {
|
|
1172
|
+
.vE9Ul .NtaNa {
|
|
1173
|
+
padding: min(16px, var(--ricos-internal-layout-cell-padding-top,16px)) min(16px, var(--ricos-internal-layout-cell-padding-right,16px)) min(16px, var(--ricos-internal-layout-cell-padding-bottom,16px)) min(16px, var(--ricos-internal-layout-cell-padding-left,16px));
|
|
1174
|
+
}
|
|
1175
|
+
}
|
|
1176
|
+
.vE9Ul .NtaNa > * {
|
|
1177
|
+
z-index: 1;
|
|
1331
1178
|
}
|
|
1332
1179
|
|
|
1333
1180
|
/* ../form-fields/dist/esm/field-formatted-pdf-submissions/rich-content-pdf/rich-content-pdf.module.scss */
|