@digital-b2c/coreui-kit 0.2.0 → 0.2.2

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.css CHANGED
@@ -1,23 +1,203 @@
1
+ /* src/styles/index.scss */
2
+ *,
3
+ *::before,
4
+ *::after {
5
+ margin: 0;
6
+ padding: 0;
7
+ box-sizing: border-box;
8
+ }
9
+ html {
10
+ font-size: 16px;
11
+ color-scheme: light dark;
12
+ -webkit-font-smoothing: antialiased;
13
+ -webkit-text-size-adjust: none;
14
+ text-size-adjust: none;
15
+ }
16
+ :root {
17
+ --color-white: #ffffff;
18
+ --color-black: #080808;
19
+ --color-gray: #4d4d4d;
20
+ --color-light-gray: #cec3c3;
21
+ --color-link: #0035ba;
22
+ --color-darkerbg: #f1f1f1;
23
+ --color-gradient-black:
24
+ radial-gradient(
25
+ 98.36% 208.67% at 2.71% 100%,
26
+ #000000 0%,
27
+ #171717 57.8%,
28
+ #1a1a1a 99.99%);
29
+ --color-gradient-graytowhite:
30
+ linear-gradient(
31
+ 360deg,
32
+ #ffffff 0%,
33
+ #f3f3f3 100%);
34
+ --color-gradient-white:
35
+ linear-gradient(
36
+ 89.48deg,
37
+ rgba(255, 255, 255, 0.25) -2.75%,
38
+ rgba(153, 153, 153, 0) 187.82%),
39
+ linear-gradient(
40
+ 0deg,
41
+ rgba(0, 0, 0, 0),
42
+ rgba(0, 0, 0, 0));
43
+ --color-lenscrafter-blue: #192c50;
44
+ --color-lenscrafter-desctext: #475673;
45
+ --color-foreyes-brown: #ad634a;
46
+ --color-foreyes-icontext: #a52e0d;
47
+ --color-foreyes-desctext: #884634;
48
+ --color-targetoptical-red: #d71b32;
49
+ --color-targetoptical-icontext: #65131d;
50
+ --color-targetoptical-desctext: #84424a;
51
+ --color-pearlevision-green: #5c9541;
52
+ --color-pearlevision-icontext: #19300e;
53
+ --color-pearlevision-desctext: #47593e;
54
+ --spacing-sm: 0.5rem;
55
+ --spacing-md: 1rem;
56
+ --spacing-lg: 1.5rem;
57
+ --spacing-xl: 2rem;
58
+ --spacing-2xl: 2.5rem;
59
+ --spacing-3xl: 3rem;
60
+ --spacing-4xl: 3.5rem;
61
+ --spacing-5xl: 4rem;
62
+ --spacing-6xl: 4.5rem;
63
+ --spacing-7xl: 5rem;
64
+ --font-family-primary: Instrument Sans, sans-serif;
65
+ --font-weight-regular: 400;
66
+ --font-weight-medium: 500;
67
+ --font-weight-bold: 600;
68
+ --font-size-xs: 0.75rem;
69
+ --font-size-sm: 0.875rem;
70
+ --font-size-md: 1rem;
71
+ --font-size-lg: 1.25rem;
72
+ --font-size-xl: 1.5rem;
73
+ --font-size-2xl: 2rem;
74
+ --font-size-3xl: 2.25rem;
75
+ --font-size-4xl: 2.5rem;
76
+ --line-height-normal: 1.5;
77
+ --line-height-tight-1: 1.4;
78
+ --line-height-tight-2: 1.33;
79
+ --line-height-tight-3: 1.25;
80
+ --line-height-tight-4: 1.2;
81
+ --line-height-tight-5: 1.17;
82
+ }
83
+ @font-face {
84
+ font-family: "Instrument Sans";
85
+ font-weight: 400 700;
86
+ font-style: normal;
87
+ font-display: swap;
88
+ src: url("./instrument-sans-VYC4K7BH.woff2") format("woff2");
89
+ }
90
+ html,
91
+ body {
92
+ font-family: "Instrument Sans", sans-serif;
93
+ font-size: 1rem;
94
+ font-weight: 500;
95
+ line-height: 1.5;
96
+ color: #4d4d4d;
97
+ }
98
+ h1,
99
+ .h1 {
100
+ font-size: 2.5rem;
101
+ font-weight: 600;
102
+ line-height: 1.17;
103
+ }
104
+ @media (max-width: 768px) {
105
+ h1,
106
+ .h1 {
107
+ font-size: 2rem;
108
+ }
109
+ }
110
+ h2,
111
+ .h2 {
112
+ font-size: 2.25rem;
113
+ font-weight: 600;
114
+ line-height: 1.2;
115
+ }
116
+ @media (max-width: 768px) {
117
+ h2,
118
+ .h2 {
119
+ font-size: 1.5rem;
120
+ }
121
+ }
122
+ h3,
123
+ .h3 {
124
+ font-size: 2rem;
125
+ font-weight: 600;
126
+ line-height: 1.25;
127
+ }
128
+ @media (max-width: 768px) {
129
+ h3,
130
+ .h3 {
131
+ font-size: 1.25rem;
132
+ }
133
+ }
134
+ h4,
135
+ .h4 {
136
+ font-size: 1.5rem;
137
+ font-weight: 600;
138
+ line-height: 1.33;
139
+ }
140
+ @media (max-width: 768px) {
141
+ h4,
142
+ .h4 {
143
+ font-size: 18px;
144
+ }
145
+ }
146
+ .subheading {
147
+ font-size: 1.25rem;
148
+ font-weight: 500;
149
+ line-height: 1.4;
150
+ }
151
+ @media (max-width: 768px) {
152
+ .subheading {
153
+ font-size: 18px;
154
+ }
155
+ }
156
+ p,
157
+ .body {
158
+ font-size: 1rem;
159
+ font-weight: 500;
160
+ line-height: 1.5;
161
+ }
162
+ small,
163
+ .small {
164
+ font-size: 0.875rem;
165
+ font-weight: 500;
166
+ line-height: 1.5;
167
+ }
168
+ .smallest {
169
+ font-size: 0.75rem;
170
+ font-weight: 500;
171
+ line-height: 1.5;
172
+ }
173
+ a {
174
+ color: var(--color-link);
175
+ text-decoration: none;
176
+ }
177
+ a:hover {
178
+ text-decoration: underline;
179
+ }
180
+
1
181
  /* src/components/Picture/Picture.module.scss */
2
- .image-desktop {
182
+ .Picture_module_image-desktop {
3
183
  display: block;
4
184
  }
5
185
  @media (max-width: 768px) {
6
- .image-desktop {
186
+ .Picture_module_image-desktop {
7
187
  display: none;
8
188
  }
9
189
  }
10
- .image-mobile {
190
+ .Picture_module_image-mobile {
11
191
  display: none;
12
192
  }
13
193
  @media (max-width: 768px) {
14
- .image-mobile {
194
+ .Picture_module_image-mobile {
15
195
  display: block;
16
196
  }
17
197
  }
18
198
 
19
199
  /* src/components/Button/Button.module.scss */
20
- .button {
200
+ .Button_module_button {
21
201
  width: fit-content;
22
202
  overflow: hidden;
23
203
  cursor: pointer;
@@ -41,17 +221,17 @@
41
221
  position: relative;
42
222
  transition: all 0.2s ease-in-out;
43
223
  }
44
- .button:hover {
224
+ .Button_module_button:hover {
45
225
  text-decoration: none;
46
226
  background: rgba(255, 255, 255, 0.2);
47
227
  }
48
- .button:active {
228
+ .Button_module_button:active {
49
229
  background: rgba(255, 255, 255, 0.3019607843);
50
230
  }
51
- .button.fullWidth {
231
+ .Button_module_button.Button_module_fullWidth {
52
232
  width: 100%;
53
233
  }
54
- .button.primary {
234
+ .Button_module_button.Button_module_primary {
55
235
  color: var(--color-white);
56
236
  background:
57
237
  radial-gradient(
@@ -60,7 +240,7 @@
60
240
  #1b1b1b 100%);
61
241
  border: 1px solid #000000;
62
242
  }
63
- .button.primary:hover {
243
+ .Button_module_button.Button_module_primary:hover {
64
244
  background:
65
245
  linear-gradient(
66
246
  0deg,
@@ -71,10 +251,10 @@
71
251
  #000000 0%,
72
252
  #1b1b1b 100%);
73
253
  }
74
- .button.primary:active {
254
+ .Button_module_button.Button_module_primary:active {
75
255
  background: #0e0e0e;
76
256
  }
77
- .button.primary:focus {
257
+ .Button_module_button.Button_module_primary:focus {
78
258
  background:
79
259
  linear-gradient(
80
260
  0deg,
@@ -86,87 +266,87 @@
86
266
  #1b1b1b 100%);
87
267
  outline: 4px solid var(--color-link);
88
268
  }
89
- .button.secondary {
269
+ .Button_module_button.Button_module_secondary {
90
270
  color: var(--color-black);
91
271
  background: var(--color-white);
92
272
  border: 1px solid #c2c2c2;
93
273
  }
94
- .button.secondary:hover {
274
+ .Button_module_button.Button_module_secondary:hover {
95
275
  background: #eeeeee;
96
276
  }
97
- .button.secondary:active {
277
+ .Button_module_button.Button_module_secondary:active {
98
278
  background: #e3e3e3;
99
279
  }
100
- .button.secondary:focus {
280
+ .Button_module_button.Button_module_secondary:focus {
101
281
  background: #eeeeee;
102
282
  outline: 4px solid var(--color-link);
103
283
  }
104
- .button.ghost {
284
+ .Button_module_button.Button_module_ghost {
105
285
  color: var(--color-black);
106
286
  background: var(--color-white);
107
287
  border: none;
108
288
  }
109
- .button.ghost:hover {
289
+ .Button_module_button.Button_module_ghost:hover {
110
290
  background: #eeeeee;
111
291
  }
112
- .button.ghost:active {
292
+ .Button_module_button.Button_module_ghost:active {
113
293
  background: #c3c3c3;
114
294
  }
115
- .button.ghost:focus {
295
+ .Button_module_button.Button_module_ghost:focus {
116
296
  background: #eeeeee;
117
297
  outline: 4px solid var(--color-link);
118
298
  }
119
- .button.nofill {
299
+ .Button_module_button.Button_module_nofill {
120
300
  color: var(--color-white);
121
301
  background: transparent;
122
302
  border: none;
123
303
  }
124
- .button.nofill:hover {
304
+ .Button_module_button.Button_module_nofill:hover {
125
305
  background: rgba(255, 255, 255, 0.2);
126
306
  }
127
- .button.nofill:active {
307
+ .Button_module_button.Button_module_nofill:active {
128
308
  background: rgba(255, 255, 255, 0.3019607843);
129
309
  }
130
- .button.nofill:focus {
310
+ .Button_module_button.Button_module_nofill:focus {
131
311
  background: rgba(255, 255, 255, 0.2);
132
312
  outline: 4px solid var(--color-link);
133
313
  }
134
- .button.nofillblack {
314
+ .Button_module_button.Button_module_nofillblack {
135
315
  color: var(--color-black);
136
316
  background: transparent;
137
317
  border: none;
138
318
  }
139
- .button.nofillblack:hover {
319
+ .Button_module_button.Button_module_nofillblack:hover {
140
320
  background: rgba(229, 229, 229, 0.5019607843);
141
321
  }
142
- .button.nofillblack:active {
322
+ .Button_module_button.Button_module_nofillblack:active {
143
323
  background: rgba(203, 203, 203, 0.5019607843);
144
324
  }
145
- .button.nofillblack:focus {
325
+ .Button_module_button.Button_module_nofillblack:focus {
146
326
  background: rgba(229, 229, 229, 0.5019607843);
147
327
  outline: 4px solid var(--color-link);
148
328
  }
149
- .button.grey {
329
+ .Button_module_button.Button_module_grey {
150
330
  color: var(--color-white);
151
331
  background: transparent;
152
332
  border: 1px solid #949494;
153
333
  }
154
- .button.grey:hover {
334
+ .Button_module_button.Button_module_grey:hover {
155
335
  background: rgba(255, 255, 255, 0.2);
156
336
  }
157
- .button.grey:active {
337
+ .Button_module_button.Button_module_grey:active {
158
338
  background: rgba(93, 93, 93, 0.9019607843);
159
339
  }
160
- .button.grey:focus {
340
+ .Button_module_button.Button_module_grey:focus {
161
341
  background: rgba(255, 255, 255, 0.2);
162
342
  outline: 4px solid var(--color-link);
163
343
  }
164
- .button.shiny {
344
+ .Button_module_button.Button_module_shiny {
165
345
  color: var(--color-white);
166
346
  background: transparent;
167
347
  border: none;
168
348
  }
169
- .button.shiny::before {
349
+ .Button_module_button.Button_module_shiny::before {
170
350
  content: "";
171
351
  position: absolute;
172
352
  inset: 0;
@@ -177,27 +357,27 @@
177
357
  #ffffff,
178
358
  rgba(153, 153, 153, 0.39));
179
359
  border-radius: inherit;
180
- animation: rotateGradient 2s ease-in infinite;
360
+ animation: Button_module_rotateGradient 2s ease-in infinite;
181
361
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
182
362
  -webkit-mask-composite: xor;
183
363
  mask-composite: exclude;
184
364
  pointer-events: none;
185
365
  }
186
- .button.shiny:hover {
366
+ .Button_module_button.Button_module_shiny:hover {
187
367
  background: rgba(255, 255, 255, 0.2);
188
368
  }
189
- .button.shiny:focus {
369
+ .Button_module_button.Button_module_shiny:focus {
190
370
  background: transparent;
191
371
  outline: 4px solid var(--color-link);
192
372
  }
193
- .button .icon,
194
- .button .logo {
373
+ .Button_module_button .Button_module_icon,
374
+ .Button_module_button .Button_module_logo {
195
375
  width: 24px;
196
376
  height: 24px;
197
377
  object-fit: contain;
198
378
  }
199
379
  @property --angle { syntax: "<angle>"; initial-value: 0deg; inherits: false; }
200
- @keyframes rotateGradient {
380
+ @keyframes Button_module_rotateGradient {
201
381
  from {
202
382
  --angle: 0deg;
203
383
  }
@@ -207,14 +387,14 @@
207
387
  }
208
388
 
209
389
  /* src/components/BrandsStrip/BrandsStrip.module.scss */
210
- .brandsStrip {
390
+ .BrandsStrip_module_brandsStrip {
211
391
  display: flex;
212
392
  height: 116px;
213
393
  padding: 16px;
214
394
  position: relative;
215
395
  overflow: hidden;
216
396
  }
217
- .brandsStrip.light {
397
+ .BrandsStrip_module_brandsStrip.BrandsStrip_module_light {
218
398
  background:
219
399
  linear-gradient(
220
400
  89.48deg,
@@ -222,7 +402,7 @@
222
402
  rgba(153, 153, 153, 0) 187.82%);
223
403
  backdrop-filter: blur(7.45513px);
224
404
  }
225
- .brandsStrip.light::before {
405
+ .BrandsStrip_module_brandsStrip.BrandsStrip_module_light::before {
226
406
  content: "";
227
407
  position: absolute;
228
408
  inset: 0;
@@ -238,17 +418,17 @@
238
418
  mask-composite: exclude;
239
419
  pointer-events: none;
240
420
  }
241
- .brandsStrip.dark {
421
+ .BrandsStrip_module_brandsStrip.BrandsStrip_module_dark {
242
422
  background-color: var(--color-black);
243
423
  }
244
- .brandsStrip.small {
424
+ .BrandsStrip_module_brandsStrip.BrandsStrip_module_small {
245
425
  height: 80px;
246
426
  }
247
- .brandsStrip.small .logoWrapper {
427
+ .BrandsStrip_module_brandsStrip.BrandsStrip_module_small .BrandsStrip_module_logoWrapper {
248
428
  height: 49px;
249
429
  width: 183px;
250
430
  }
251
- .brandsStrip .container {
431
+ .BrandsStrip_module_brandsStrip .BrandsStrip_module_container {
252
432
  position: relative;
253
433
  display: flex;
254
434
  justify-content: center;
@@ -258,25 +438,25 @@
258
438
  height: 100%;
259
439
  transition: filter 0.3s ease;
260
440
  }
261
- .brandsStrip .container .title {
441
+ .BrandsStrip_module_brandsStrip .BrandsStrip_module_container .BrandsStrip_module_title {
262
442
  color: var(--color-white);
263
443
  }
264
- .brandsStrip .container.blurred {
444
+ .BrandsStrip_module_brandsStrip .BrandsStrip_module_container.BrandsStrip_module_blurred {
265
445
  filter: blur(15px);
266
446
  cursor: pointer;
267
447
  }
268
- .brandsStrip .logos {
448
+ .BrandsStrip_module_brandsStrip .BrandsStrip_module_logos {
269
449
  display: flex;
270
450
  gap: 120px;
271
451
  }
272
- .brandsStrip .logos.marquee {
452
+ .BrandsStrip_module_brandsStrip .BrandsStrip_module_logos.BrandsStrip_module_marquee {
273
453
  position: relative;
274
454
  display: flex;
275
455
  align-items: center;
276
456
  width: 100%;
277
457
  height: 100%;
278
458
  }
279
- .brandsStrip .logos.marquee .logoWrapper {
459
+ .BrandsStrip_module_brandsStrip .BrandsStrip_module_logos.BrandsStrip_module_marquee .BrandsStrip_module_logoWrapper {
280
460
  --marquee-duration: 8s;
281
461
  --marquee-item-width: 258px;
282
462
  --marquee-gap: 120px;
@@ -284,13 +464,13 @@
284
464
  position: absolute;
285
465
  inset-inline-start: 100%;
286
466
  width: var(--marquee-item-width);
287
- animation: scrollIndividual var(--marquee-duration) linear infinite;
467
+ animation: BrandsStrip_module_scrollIndividual var(--marquee-duration) linear infinite;
288
468
  animation-delay: calc(var(--marquee-duration) / var(--total-items) * var(--item-index) * -1);
289
469
  }
290
- .brandsStrip .logos.marquee .logoWrapper.paused {
470
+ .BrandsStrip_module_brandsStrip .BrandsStrip_module_logos.BrandsStrip_module_marquee .BrandsStrip_module_logoWrapper.BrandsStrip_module_paused {
291
471
  animation-play-state: paused;
292
472
  }
293
- .brandsStrip .logoWrapper {
473
+ .BrandsStrip_module_brandsStrip .BrandsStrip_module_logoWrapper {
294
474
  flex-shrink: 0;
295
475
  height: 69px;
296
476
  width: 260px;
@@ -298,12 +478,12 @@
298
478
  align-items: center;
299
479
  justify-content: center;
300
480
  }
301
- .brandsStrip .logoWrapper .logo {
481
+ .BrandsStrip_module_brandsStrip .BrandsStrip_module_logoWrapper .BrandsStrip_module_logo {
302
482
  width: 100%;
303
483
  height: auto;
304
484
  object-fit: contain;
305
485
  }
306
- .brandsStrip .cta {
486
+ .BrandsStrip_module_brandsStrip .BrandsStrip_module_cta {
307
487
  position: absolute;
308
488
  top: 50%;
309
489
  left: 50%;
@@ -311,14 +491,14 @@
311
491
  z-index: 10;
312
492
  max-width: 295px;
313
493
  }
314
- @keyframes scrollIndividual {
494
+ @keyframes BrandsStrip_module_scrollIndividual {
315
495
  to {
316
496
  transform: translateX(calc(var(--total-distance) * -1));
317
497
  }
318
498
  }
319
499
 
320
500
  /* src/components/Card/Card.module.scss */
321
- .card {
501
+ .Card_module_card {
322
502
  display: flex;
323
503
  flex-direction: column;
324
504
  border-radius: 8px;
@@ -327,15 +507,15 @@
327
507
  background: var(--color-gradient-black);
328
508
  min-width: 308px;
329
509
  }
330
- .card h3 {
510
+ .Card_module_card h3 {
331
511
  color: var(--color-white);
332
512
  }
333
- .card p {
513
+ .Card_module_card p {
334
514
  color: #cecece;
335
515
  }
336
516
 
337
517
  /* src/components/CountingCard/CountingCard.module.scss */
338
- .counting-card {
518
+ .CountingCard_module_counting-card {
339
519
  display: flex;
340
520
  flex-direction: column;
341
521
  border-radius: 16px;
@@ -345,29 +525,29 @@
345
525
  width: 314px;
346
526
  color: var(--color-white);
347
527
  }
348
- .counting-card .count::after {
528
+ .CountingCard_module_counting-card .CountingCard_module_count::after {
349
529
  content: "+";
350
530
  }
351
- .counting-card .logo {
531
+ .CountingCard_module_counting-card .CountingCard_module_logo {
352
532
  max-height: 67px;
353
533
  filter: brightness(0) invert(1);
354
534
  }
355
535
 
356
536
  /* src/components/InfoCard/InfoCard.module.scss */
357
- .info-card {
537
+ .InfoCard_module_info-card {
358
538
  width: 100%;
359
539
  display: flex;
360
540
  flex-direction: column;
361
541
  padding: var(--spacing-lg);
362
542
  gap: var(--spacing-md);
363
543
  }
364
- .info-card .header {
544
+ .InfoCard_module_info-card .InfoCard_module_header {
365
545
  display: flex;
366
546
  flex-direction: row;
367
547
  gap: var(--spacing-md);
368
548
  color: var(--color-black);
369
549
  }
370
- .info-card .badge {
550
+ .InfoCard_module_info-card .InfoCard_module_badge {
371
551
  border-radius: 50%;
372
552
  color: var(--color-white);
373
553
  width: 40px;
@@ -377,20 +557,20 @@
377
557
  justify-content: center;
378
558
  background-color: #cecece;
379
559
  }
380
- .info-card.hasIcon .header {
560
+ .InfoCard_module_info-card.InfoCard_module_hasIcon .InfoCard_module_header {
381
561
  color: var(--color-lenscrafter-blue);
382
562
  }
383
563
 
384
564
  /* src/components/Pagination/Pagination.module.scss */
385
- .pagination {
565
+ .Pagination_module_pagination {
386
566
  display: flex;
387
567
  flex-direction: row;
388
568
  gap: 11px;
389
569
  padding: 5px;
390
570
  align-items: center;
391
571
  }
392
- .pagination .next,
393
- .pagination .prev {
572
+ .Pagination_module_pagination .Pagination_module_next,
573
+ .Pagination_module_pagination .Pagination_module_prev {
394
574
  padding: 0;
395
575
  border: none;
396
576
  border-radius: 50%;
@@ -400,17 +580,17 @@
400
580
  cursor: pointer;
401
581
  background: none;
402
582
  }
403
- .pagination .next path,
404
- .pagination .prev path {
583
+ .Pagination_module_pagination .Pagination_module_next path,
584
+ .Pagination_module_pagination .Pagination_module_prev path {
405
585
  fill: var(--color-black);
406
586
  }
407
- .pagination .pages {
587
+ .Pagination_module_pagination .Pagination_module_pages {
408
588
  display: flex;
409
589
  justify-content: space-between;
410
590
  gap: 4px;
411
591
  width: max-content;
412
592
  }
413
- .pagination .page {
593
+ .Pagination_module_pagination .Pagination_module_page {
414
594
  padding: 0;
415
595
  margin: 0;
416
596
  width: 20px;
@@ -421,18 +601,18 @@
421
601
  transition: width 0.3s;
422
602
  cursor: pointer;
423
603
  }
424
- .pagination .page.active {
604
+ .Pagination_module_pagination .Pagination_module_page.Pagination_module_active {
425
605
  width: 40px;
426
606
  border: none;
427
607
  border-radius: 16px;
428
608
  background-color: var(--color-black);
429
609
  }
430
- .pagination .page.number.active {
610
+ .Pagination_module_pagination .Pagination_module_page.Pagination_module_number.Pagination_module_active {
431
611
  width: 28px;
432
612
  }
433
613
 
434
614
  /* src/components/primitives/Container/Container.module.scss */
435
- .container {
615
+ .Container_module_container {
436
616
  width: 100%;
437
617
  max-width: 1280px;
438
618
  overflow: visible;
@@ -441,7 +621,7 @@
441
621
  }
442
622
 
443
623
  /* src/components/PracticeCard/PracticeCard.module.scss */
444
- .practice-card {
624
+ .PracticeCard_module_practice-card {
445
625
  color: var(--color-white);
446
626
  position: relative;
447
627
  max-width: 426px;
@@ -449,11 +629,11 @@
449
629
  overflow: hidden;
450
630
  cursor: pointer;
451
631
  }
452
- .practice-card .wrapper {
632
+ .PracticeCard_module_practice-card .PracticeCard_module_wrapper {
453
633
  color: inherit;
454
634
  text-decoration: none;
455
635
  }
456
- .practice-card .background {
636
+ .PracticeCard_module_practice-card .PracticeCard_module_background {
457
637
  object-fit: cover;
458
638
  position: absolute;
459
639
  z-index: 1;
@@ -463,7 +643,7 @@
463
643
  height: 100%;
464
644
  transition: transform 0.2s ease;
465
645
  }
466
- .practice-card .container {
646
+ .PracticeCard_module_practice-card .PracticeCard_module_container {
467
647
  position: relative;
468
648
  z-index: 2;
469
649
  display: flex;
@@ -474,49 +654,49 @@
474
654
  padding: var(--spacing-lg);
475
655
  }
476
656
  @media (max-width: 768px) {
477
- .practice-card .container {
657
+ .PracticeCard_module_practice-card .PracticeCard_module_container {
478
658
  flex-direction: row;
479
659
  align-items: center;
480
660
  justify-content: space-between;
481
661
  padding: var(--spacing-md);
482
662
  }
483
663
  }
484
- .practice-card .title {
664
+ .PracticeCard_module_practice-card .PracticeCard_module_title {
485
665
  max-width: 196px;
486
666
  }
487
667
  @media (max-width: 768px) {
488
- .practice-card .title {
668
+ .PracticeCard_module_practice-card .PracticeCard_module_title {
489
669
  max-width: 146px;
490
670
  font-size: var(--font-size-xl);
491
671
  line-height: var(--line-height-tight-4);
492
672
  }
493
673
  }
494
- .practice-card .cta {
674
+ .PracticeCard_module_practice-card .PracticeCard_module_cta {
495
675
  display: flex;
496
676
  justify-content: flex-end;
497
677
  }
498
- .practice-card .ctaRest {
678
+ .PracticeCard_module_practice-card .PracticeCard_module_ctaRest {
499
679
  position: absolute;
500
680
  opacity: 1;
501
681
  transition: opacity 0.2s ease, transform 0.2s ease;
502
682
  }
503
- .practice-card .ctaHover {
683
+ .PracticeCard_module_practice-card .PracticeCard_module_ctaHover {
504
684
  opacity: 0;
505
685
  transition: opacity 0.2s ease;
506
686
  }
507
- .practice-card:hover .background {
687
+ .PracticeCard_module_practice-card:hover .PracticeCard_module_background {
508
688
  transform: scale(1.08);
509
689
  }
510
- .practice-card:hover .ctaRest {
690
+ .PracticeCard_module_practice-card:hover .PracticeCard_module_ctaRest {
511
691
  opacity: 0;
512
692
  transform: rotate(-45deg);
513
693
  }
514
- .practice-card:hover .ctaHover {
694
+ .PracticeCard_module_practice-card:hover .PracticeCard_module_ctaHover {
515
695
  opacity: 1;
516
696
  transition-delay: 0.1s;
517
697
  }
518
698
  @media (max-width: 768px) {
519
- .practice-card {
699
+ .PracticeCard_module_practice-card {
520
700
  width: 100%;
521
701
  max-width: unset;
522
702
  height: 140px;
@@ -524,114 +704,114 @@
524
704
  }
525
705
 
526
706
  /* src/widgets/CardCollection/CardCollection.module.scss */
527
- .card-collection {
707
+ .CardCollection_module_card-collection {
528
708
  display: block;
529
709
  width: 100%;
530
710
  padding: var(--spacing-3xl) var(--spacing-7xl);
531
711
  }
532
- .card-collection h2 {
712
+ .CardCollection_module_card-collection h2 {
533
713
  color: var(--color-black);
534
714
  margin-bottom: var(--spacing-sm);
535
715
  }
536
- .card-collection .content {
716
+ .CardCollection_module_card-collection .CardCollection_module_content {
537
717
  margin-bottom: var(--spacing-xl);
538
718
  }
539
- .card-collection .wrapper {
719
+ .CardCollection_module_card-collection .CardCollection_module_wrapper {
540
720
  display: grid;
541
721
  grid-template-columns: repeat(2, 1fr);
542
722
  gap: var(--spacing-md);
543
723
  }
544
- .card-collection.threeCols .wrapper {
724
+ .CardCollection_module_card-collection.CardCollection_module_threeCols .CardCollection_module_wrapper {
545
725
  grid-template-columns: repeat(3, 1fr);
546
726
  }
547
- .card-collection.examCard .wrapper {
727
+ .CardCollection_module_card-collection.CardCollection_module_examCard .CardCollection_module_wrapper {
548
728
  grid-template-columns: repeat(auto-fit, minmax(314px, 1fr));
549
729
  }
550
730
  @media (max-width: 768px) {
551
- .card-collection {
731
+ .CardCollection_module_card-collection {
552
732
  padding: var(--spacing-lg);
553
733
  }
554
- .card-collection .wrapper {
734
+ .CardCollection_module_card-collection .CardCollection_module_wrapper {
555
735
  grid-template-columns: 1fr;
556
736
  }
557
- .card-collection.threeCols .wrapper {
737
+ .CardCollection_module_card-collection.CardCollection_module_threeCols .CardCollection_module_wrapper {
558
738
  grid-template-columns: 1fr;
559
739
  }
560
740
  }
561
741
 
562
742
  /* src/widgets/ContactModule/ContactModule.module.scss */
563
- .contact-module {
743
+ .ContactModule_module_contact-module {
564
744
  width: 100%;
565
745
  display: block;
566
746
  padding-top: 96px;
567
747
  }
568
- .contact-module .container,
569
- .contact-module .wrapper,
570
- .contact-module .content,
571
- .contact-module .cta-wrapper {
748
+ .ContactModule_module_contact-module .ContactModule_module_container,
749
+ .ContactModule_module_contact-module .ContactModule_module_wrapper,
750
+ .ContactModule_module_contact-module .ContactModule_module_content,
751
+ .ContactModule_module_contact-module .ContactModule_module_cta-wrapper {
572
752
  display: flex;
573
753
  flex-direction: column;
574
754
  align-items: center;
575
755
  width: 100%;
576
756
  }
577
- .contact-module .cta-wrapper {
757
+ .ContactModule_module_contact-module .ContactModule_module_cta-wrapper {
578
758
  flex-direction: row;
579
759
  justify-content: center;
580
760
  gap: var(--spacing-sm);
581
761
  }
582
762
  @media (max-width: 768px) {
583
- .contact-module .cta-wrapper {
763
+ .ContactModule_module_contact-module .ContactModule_module_cta-wrapper {
584
764
  flex-direction: column-reverse;
585
765
  }
586
- .contact-module .cta-wrapper .cta {
766
+ .ContactModule_module_contact-module .ContactModule_module_cta-wrapper .ContactModule_module_cta {
587
767
  width: 100%;
588
768
  }
589
769
  }
590
- .contact-module .wrapper {
770
+ .ContactModule_module_contact-module .ContactModule_module_wrapper {
591
771
  gap: var(--spacing-lg);
592
772
  padding: 0 var(--spacing-md);
593
773
  }
594
- .contact-module .content {
774
+ .ContactModule_module_contact-module .ContactModule_module_content {
595
775
  gap: var(--spacing-sm);
596
776
  text-align: center;
597
777
  }
598
778
  @media (max-width: 768px) {
599
- .contact-module .content {
779
+ .ContactModule_module_contact-module .ContactModule_module_content {
600
780
  max-width: 80%;
601
781
  }
602
782
  }
603
- .contact-module .title {
783
+ .ContactModule_module_contact-module .ContactModule_module_title {
604
784
  color: var(--color-black);
605
785
  }
606
786
  @media (max-width: 768px) {
607
- .contact-module .title {
787
+ .ContactModule_module_contact-module .ContactModule_module_title {
608
788
  max-width: 75%;
609
789
  }
610
790
  }
611
791
  @media (max-width: 768px) {
612
- .contact-module .image {
792
+ .ContactModule_module_contact-module .ContactModule_module_image {
613
793
  max-width: 80%;
614
794
  margin-top: -14px;
615
795
  }
616
796
  }
617
797
 
618
798
  /* src/widgets/HeroBanner/HeroBanner.module.scss */
619
- .heroBanner {
799
+ .HeroBanner_module_heroBanner {
620
800
  width: 100%;
621
801
  position: relative;
622
802
  }
623
- .heroBanner.mainHeroBanner {
803
+ .HeroBanner_module_heroBanner.HeroBanner_module_mainHeroBanner {
624
804
  background-color: #f3f3f3;
625
805
  padding: 48px 80px 0 80px;
626
806
  }
627
- .heroBanner.mainHeroBanner .container {
807
+ .HeroBanner_module_heroBanner.HeroBanner_module_mainHeroBanner .HeroBanner_module_container {
628
808
  max-width: 1280px;
629
809
  height: calc(100dvh - 112px);
630
810
  margin: 0 auto;
631
811
  border-radius: 16px;
632
812
  overflow: hidden;
633
813
  }
634
- .heroBanner.bannerPodcast .container {
814
+ .HeroBanner_module_heroBanner.HeroBanner_module_bannerPodcast .HeroBanner_module_container {
635
815
  flex-direction: row;
636
816
  align-items: center;
637
817
  justify-content: center;
@@ -639,47 +819,47 @@
639
819
  padding: var(--spacing-7xl);
640
820
  gap: 64px;
641
821
  }
642
- .heroBanner.bannerPodcast .container .banner {
822
+ .HeroBanner_module_heroBanner.HeroBanner_module_bannerPodcast .HeroBanner_module_container .HeroBanner_module_banner {
643
823
  padding: 0;
644
824
  justify-content: center;
645
825
  }
646
- .heroBanner.bannerPodcast .container .banner .text .title {
826
+ .HeroBanner_module_heroBanner.HeroBanner_module_bannerPodcast .HeroBanner_module_container .HeroBanner_module_banner .HeroBanner_module_text .HeroBanner_module_title {
647
827
  color: var(--color-black);
648
828
  }
649
- .heroBanner.bannerPodcast .container .banner .text .subtitle {
829
+ .HeroBanner_module_heroBanner.HeroBanner_module_bannerPodcast .HeroBanner_module_container .HeroBanner_module_banner .HeroBanner_module_text .HeroBanner_module_subtitle {
650
830
  color: var(--color-gray);
651
831
  }
652
- .heroBanner.bannerPodcast .container .logoWrapper {
832
+ .HeroBanner_module_heroBanner.HeroBanner_module_bannerPodcast .HeroBanner_module_container .HeroBanner_module_logoWrapper {
653
833
  z-index: 2;
654
834
  }
655
- .heroBanner.bannerPodcast .container .logoWrapper .logo {
835
+ .HeroBanner_module_heroBanner.HeroBanner_module_bannerPodcast .HeroBanner_module_container .HeroBanner_module_logoWrapper .HeroBanner_module_logo {
656
836
  object-fit: contain;
657
837
  max-width: 466px;
658
838
  }
659
- .heroBanner.bannerPodcast .container .horizontalGradient {
839
+ .HeroBanner_module_heroBanner.HeroBanner_module_bannerPodcast .HeroBanner_module_container .HeroBanner_module_horizontalGradient {
660
840
  display: flex;
661
841
  height: 8px;
662
842
  }
663
- .heroBanner.bannerPodcast .container .horizontalGradient .lensCrafters {
843
+ .HeroBanner_module_heroBanner.HeroBanner_module_bannerPodcast .HeroBanner_module_container .HeroBanner_module_horizontalGradient .HeroBanner_module_lensCrafters {
664
844
  background-color: var(--color-lenscrafter-blue);
665
845
  }
666
- .heroBanner.bannerPodcast .container .horizontalGradient .forEyes {
846
+ .HeroBanner_module_heroBanner.HeroBanner_module_bannerPodcast .HeroBanner_module_container .HeroBanner_module_horizontalGradient .HeroBanner_module_forEyes {
667
847
  background-color: var(--color-foreyes-brown);
668
848
  }
669
- .heroBanner.bannerPodcast .container .horizontalGradient .optical {
849
+ .HeroBanner_module_heroBanner.HeroBanner_module_bannerPodcast .HeroBanner_module_container .HeroBanner_module_horizontalGradient .HeroBanner_module_optical {
670
850
  background-color: var(--color-targetoptical-red);
671
851
  }
672
- .heroBanner.bannerPodcast .container .horizontalGradient .pearleVision {
852
+ .HeroBanner_module_heroBanner.HeroBanner_module_bannerPodcast .HeroBanner_module_container .HeroBanner_module_horizontalGradient .HeroBanner_module_pearleVision {
673
853
  background-color: var(--color-pearlevision-green);
674
854
  }
675
- .heroBanner .container {
855
+ .HeroBanner_module_heroBanner .HeroBanner_module_container {
676
856
  position: relative;
677
857
  display: flex;
678
858
  flex-direction: column;
679
859
  justify-content: end;
680
860
  height: calc(100dvh - 64px);
681
861
  }
682
- .heroBanner .container .banner {
862
+ .HeroBanner_module_heroBanner .HeroBanner_module_container .HeroBanner_module_banner {
683
863
  display: flex;
684
864
  flex-direction: column;
685
865
  justify-content: end;
@@ -690,20 +870,20 @@
690
870
  padding: var(--spacing-7xl);
691
871
  z-index: 2;
692
872
  }
693
- .heroBanner .container .banner .text {
873
+ .HeroBanner_module_heroBanner .HeroBanner_module_container .HeroBanner_module_banner .HeroBanner_module_text {
694
874
  display: flex;
695
875
  flex-direction: column;
696
876
  gap: var(--spacing-sm);
697
877
  color: var(--color-white);
698
878
  }
699
- .heroBanner .container .banner .ctaContainer {
879
+ .HeroBanner_module_heroBanner .HeroBanner_module_container .HeroBanner_module_banner .HeroBanner_module_ctaContainer {
700
880
  display: flex;
701
881
  gap: var(--spacing-sm);
702
882
  }
703
- .heroBanner .container .brandsStrip {
883
+ .HeroBanner_module_heroBanner .HeroBanner_module_container .HeroBanner_module_brandsStrip {
704
884
  z-index: 3;
705
885
  }
706
- .heroBanner .container .backgroundImage {
886
+ .HeroBanner_module_heroBanner .HeroBanner_module_container .HeroBanner_module_backgroundImage {
707
887
  position: absolute;
708
888
  top: 0;
709
889
  left: 0;
@@ -712,49 +892,49 @@
712
892
  object-fit: cover;
713
893
  z-index: 1;
714
894
  }
715
- .heroBanner .scrollDown {
895
+ .HeroBanner_module_heroBanner .HeroBanner_module_scrollDown {
716
896
  display: flex;
717
897
  justify-content: center;
718
898
  align-items: center;
719
899
  width: 100%;
720
900
  height: 64px;
721
901
  }
722
- .heroBanner .scrollDown .arrow {
902
+ .HeroBanner_module_heroBanner .HeroBanner_module_scrollDown .HeroBanner_module_arrow {
723
903
  width: 32px;
724
904
  height: 32px;
725
905
  }
726
906
  @media (max-width: 768px) {
727
- .heroBanner.mainHeroBanner {
907
+ .HeroBanner_module_heroBanner.HeroBanner_module_mainHeroBanner {
728
908
  padding: 24px 16px;
729
909
  }
730
- .heroBanner.mainHeroBanner .container {
910
+ .HeroBanner_module_heroBanner.HeroBanner_module_mainHeroBanner .HeroBanner_module_container {
731
911
  height: calc(100dvh - 88px);
732
912
  }
733
- .heroBanner.bannerPodcast .container {
913
+ .HeroBanner_module_heroBanner.HeroBanner_module_bannerPodcast .HeroBanner_module_container {
734
914
  flex-direction: column;
735
915
  padding: 24px 16px;
736
916
  gap: 32px;
737
917
  }
738
- .heroBanner.bannerPodcast .container .banner {
918
+ .HeroBanner_module_heroBanner.HeroBanner_module_bannerPodcast .HeroBanner_module_container .HeroBanner_module_banner {
739
919
  order: 2;
740
920
  height: unset;
741
921
  }
742
- .heroBanner.bannerPodcast .container .logoWrapper {
922
+ .HeroBanner_module_heroBanner.HeroBanner_module_bannerPodcast .HeroBanner_module_container .HeroBanner_module_logoWrapper {
743
923
  order: 1;
744
924
  }
745
- .heroBanner.bannerPodcast .container .logoWrapper .logo {
925
+ .HeroBanner_module_heroBanner.HeroBanner_module_bannerPodcast .HeroBanner_module_container .HeroBanner_module_logoWrapper .HeroBanner_module_logo {
746
926
  width: 100%;
747
927
  }
748
- .heroBanner .container .banner {
928
+ .HeroBanner_module_heroBanner .HeroBanner_module_container .HeroBanner_module_banner {
749
929
  padding: var(--spacing-lg) var(--spacing-md);
750
930
  }
751
- .heroBanner .container .banner .ctaContainer {
931
+ .HeroBanner_module_heroBanner .HeroBanner_module_container .HeroBanner_module_banner .HeroBanner_module_ctaContainer {
752
932
  flex-direction: column;
753
933
  }
754
934
  }
755
935
 
756
936
  /* src/widgets/MiniBanner/MiniBanner.module.scss */
757
- .minibanner {
937
+ .MiniBanner_module_minibanner {
758
938
  width: 100%;
759
939
  background-color: #f3f3f3;
760
940
  min-height: 192px;
@@ -762,10 +942,10 @@
762
942
  color: var(--color-white);
763
943
  text-align: center;
764
944
  }
765
- .minibanner :global(.h1) {
945
+ .MiniBanner_module_minibanner .h1 {
766
946
  font-weight: 400;
767
947
  }
768
- .minibanner .background {
948
+ .MiniBanner_module_minibanner .MiniBanner_module_background {
769
949
  position: absolute;
770
950
  left: 0;
771
951
  top: 0;
@@ -774,7 +954,7 @@
774
954
  object-fit: cover;
775
955
  z-index: 1;
776
956
  }
777
- .minibanner .container {
957
+ .MiniBanner_module_minibanner .MiniBanner_module_container {
778
958
  display: flex;
779
959
  flex-direction: column;
780
960
  align-items: center;
@@ -784,136 +964,136 @@
784
964
  z-index: 2;
785
965
  }
786
966
  @media (max-width: 768px) {
787
- .minibanner .container {
967
+ .MiniBanner_module_minibanner .MiniBanner_module_container {
788
968
  padding: var(--spacing-3xl) var(--spacing-md);
789
969
  }
790
970
  }
791
- .minibanner.miniBannerNoBG {
971
+ .MiniBanner_module_minibanner.MiniBanner_module_miniBannerNoBG {
792
972
  color: var(--color-black);
793
973
  }
794
- .minibanner.miniBannerNoBG .container {
974
+ .MiniBanner_module_minibanner.MiniBanner_module_miniBannerNoBG .MiniBanner_module_container {
795
975
  gap: var(--spacing-lg);
796
976
  padding: var(--spacing-5xl) 0;
797
977
  }
798
978
  @media (max-width: 768px) {
799
- .minibanner.miniBannerNoBG .container {
979
+ .MiniBanner_module_minibanner.MiniBanner_module_miniBannerNoBG .MiniBanner_module_container {
800
980
  padding: var(--spacing-5xl) var(--spacing-md);
801
981
  }
802
982
  }
803
983
 
804
984
  /* src/widgets/MiniSectionCta/MiniSectionCta.module.scss */
805
- .miniSectionCta {
985
+ .MiniSectionCta_module_miniSectionCta {
806
986
  width: 100%;
807
987
  }
808
- .miniSectionCta .container {
988
+ .MiniSectionCta_module_miniSectionCta .MiniSectionCta_module_container {
809
989
  display: flex;
810
990
  flex-direction: row;
811
991
  justify-content: space-between;
812
992
  gap: var(--spacing-md);
813
993
  padding: var(--spacing-3xl) var(--spacing-7xl);
814
994
  }
815
- .miniSectionCta .col {
995
+ .MiniSectionCta_module_miniSectionCta .MiniSectionCta_module_col {
816
996
  display: flex;
817
997
  flex-direction: column;
818
998
  justify-content: center;
819
999
  }
820
- .miniSectionCta h2 {
1000
+ .MiniSectionCta_module_miniSectionCta h2 {
821
1001
  color: var(--color-black);
822
1002
  }
823
- .miniSectionCta.BgColorBlack {
1003
+ .MiniSectionCta_module_miniSectionCta.MiniSectionCta_module_BgColorBlack {
824
1004
  background: var(--color-black);
825
1005
  color: var(--color-white);
826
1006
  }
827
- .miniSectionCta.BgColorBlack h2 {
1007
+ .MiniSectionCta_module_miniSectionCta.MiniSectionCta_module_BgColorBlack h2 {
828
1008
  color: var(--color-white);
829
1009
  }
830
- .miniSectionCta.BgColorBlack :global(.subheading) {
1010
+ .MiniSectionCta_module_miniSectionCta.MiniSectionCta_module_BgColorBlack .subheading {
831
1011
  color: #cecece;
832
1012
  }
833
- .miniSectionCta.infoCallout .col {
1013
+ .MiniSectionCta_module_miniSectionCta.MiniSectionCta_module_infoCallout .MiniSectionCta_module_col {
834
1014
  flex-direction: row;
835
1015
  gap: 112px;
836
1016
  align-items: center;
837
1017
  }
838
- .miniSectionCta.infoCallout h2 {
1018
+ .MiniSectionCta_module_miniSectionCta.MiniSectionCta_module_infoCallout h2 {
839
1019
  min-width: fit-content;
840
1020
  }
841
- .miniSectionCta.miniTextCenterCta .container {
1021
+ .MiniSectionCta_module_miniSectionCta.MiniSectionCta_module_miniTextCenterCta .MiniSectionCta_module_container {
842
1022
  flex-direction: column;
843
1023
  align-items: center;
844
1024
  }
845
1025
  @media (max-width: 768px) {
846
- .miniSectionCta .container {
1026
+ .MiniSectionCta_module_miniSectionCta .MiniSectionCta_module_container {
847
1027
  flex-direction: column;
848
1028
  padding: var(--spacing-lg) var(--spacing-md);
849
1029
  }
850
- .miniSectionCta .cta {
1030
+ .MiniSectionCta_module_miniSectionCta .MiniSectionCta_module_cta {
851
1031
  width: 100%;
852
1032
  }
853
- .miniSectionCta.BgColorBlack {
1033
+ .MiniSectionCta_module_miniSectionCta.MiniSectionCta_module_BgColorBlack {
854
1034
  text-align: center;
855
1035
  }
856
- .miniSectionCta.BgColorGrey {
1036
+ .MiniSectionCta_module_miniSectionCta.MiniSectionCta_module_BgColorGrey {
857
1037
  text-align: center;
858
1038
  }
859
- .miniSectionCta.infoCallout .col {
1039
+ .MiniSectionCta_module_miniSectionCta.MiniSectionCta_module_infoCallout .MiniSectionCta_module_col {
860
1040
  flex-direction: column;
861
1041
  gap: var(--spacing-md);
862
1042
  align-items: flex-start;
863
1043
  }
864
- .miniSectionCta.infoCallout .subtitle {
1044
+ .MiniSectionCta_module_miniSectionCta.MiniSectionCta_module_infoCallout .MiniSectionCta_module_subtitle {
865
1045
  font-size: var(--font-size-lg);
866
1046
  font-weight: var(--font-weight-medium);
867
1047
  line-height: var(--line-height-tight-1);
868
1048
  }
869
- .miniSectionCta.miniTextCenterCta .col {
1049
+ .MiniSectionCta_module_miniSectionCta.MiniSectionCta_module_miniTextCenterCta .MiniSectionCta_module_col {
870
1050
  width: 100%;
871
1051
  }
872
1052
  }
873
1053
 
874
1054
  /* src/widgets/PracticePathCards/PracticePathCards.module.scss */
875
- .practice-path-cards {
1055
+ .PracticePathCards_module_practice-path-cards {
876
1056
  display: block;
877
1057
  width: 100%;
878
1058
  padding: var(--spacing-3xl) 0;
879
1059
  }
880
1060
  @media (max-width: 768px) {
881
- .practice-path-cards {
1061
+ .PracticePathCards_module_practice-path-cards {
882
1062
  padding: var(--spacing-lg) var(--spacing-md);
883
1063
  }
884
1064
  }
885
- .practice-path-cards h2 {
1065
+ .PracticePathCards_module_practice-path-cards h2 {
886
1066
  color: var(--color-black);
887
1067
  }
888
- .practice-path-cards .container {
1068
+ .PracticePathCards_module_practice-path-cards .PracticePathCards_module_container {
889
1069
  display: flex;
890
1070
  flex-direction: column;
891
1071
  gap: var(--spacing-xl);
892
1072
  }
893
- .practice-path-cards .wrapper {
1073
+ .PracticePathCards_module_practice-path-cards .PracticePathCards_module_wrapper {
894
1074
  display: flex;
895
1075
  align-items: center;
896
1076
  justify-content: space-between;
897
1077
  gap: var(--spacing-xl);
898
1078
  }
899
1079
  @media (max-width: 768px) {
900
- .practice-path-cards .wrapper {
1080
+ .PracticePathCards_module_practice-path-cards .PracticePathCards_module_wrapper {
901
1081
  flex-direction: column;
902
1082
  }
903
- .practice-path-cards .wrapper .ctaWrapper {
1083
+ .PracticePathCards_module_practice-path-cards .PracticePathCards_module_wrapper .PracticePathCards_module_ctaWrapper {
904
1084
  width: 100%;
905
1085
  padding: 0 var(--spacing-lg);
906
1086
  }
907
- .practice-path-cards .wrapper .ctaWrapper .cta {
1087
+ .PracticePathCards_module_practice-path-cards .PracticePathCards_module_wrapper .PracticePathCards_module_ctaWrapper .PracticePathCards_module_cta {
908
1088
  width: 100%;
909
1089
  }
910
1090
  }
911
- .practice-path-cards .content {
1091
+ .PracticePathCards_module_practice-path-cards .PracticePathCards_module_content {
912
1092
  display: flex;
913
1093
  flex-direction: column;
914
1094
  gap: var(--spacing-sm);
915
1095
  }
916
- .practice-path-cards .cards {
1096
+ .PracticePathCards_module_practice-path-cards .PracticePathCards_module_cards {
917
1097
  display: flex;
918
1098
  flex-direction: row;
919
1099
  overflow: hidden;
@@ -921,107 +1101,107 @@
921
1101
  justify-content: center;
922
1102
  }
923
1103
  @media (max-width: 768px) {
924
- .practice-path-cards .cards {
1104
+ .PracticePathCards_module_practice-path-cards .PracticePathCards_module_cards {
925
1105
  flex-direction: column;
926
1106
  }
927
1107
  }
928
- .practice-path-cards .card {
1108
+ .PracticePathCards_module_practice-path-cards .PracticePathCards_module_card {
929
1109
  width: 33.333%;
930
1110
  }
931
1111
  @media (max-width: 768px) {
932
- .practice-path-cards .card {
1112
+ .PracticePathCards_module_practice-path-cards .PracticePathCards_module_card {
933
1113
  width: 100%;
934
1114
  }
935
1115
  }
936
1116
 
937
1117
  /* src/widgets/Teaser5050With3Text/Teaser5050With3Text.module.scss */
938
- .teaser5050-3text {
1118
+ .Teaser5050With3Text_module_teaser5050-3text {
939
1119
  width: 100%;
940
1120
  }
941
- .teaser5050-3text .container {
1121
+ .Teaser5050With3Text_module_teaser5050-3text .Teaser5050With3Text_module_container {
942
1122
  display: flex;
943
1123
  flex-direction: column;
944
1124
  gap: var(--spacing-xl);
945
1125
  }
946
- .teaser5050-3text .content {
1126
+ .Teaser5050With3Text_module_teaser5050-3text .Teaser5050With3Text_module_content {
947
1127
  display: flex;
948
1128
  flex-direction: row;
949
1129
  align-items: center;
950
1130
  justify-content: center;
951
1131
  gap: var(--spacing-xl);
952
1132
  }
953
- .teaser5050-3text.right .content {
1133
+ .Teaser5050With3Text_module_teaser5050-3text.Teaser5050With3Text_module_right .Teaser5050With3Text_module_content {
954
1134
  flex-direction: row-reverse;
955
1135
  }
956
- .teaser5050-3text .title {
1136
+ .Teaser5050With3Text_module_teaser5050-3text .Teaser5050With3Text_module_title {
957
1137
  color: var(--color-black);
958
1138
  }
959
- .teaser5050-3text .image {
1139
+ .Teaser5050With3Text_module_teaser5050-3text .Teaser5050With3Text_module_image {
960
1140
  width: 50%;
961
1141
  border-radius: 16px;
962
1142
  }
963
1143
  @media (max-width: 768px) {
964
- .teaser5050-3text .container {
1144
+ .Teaser5050With3Text_module_teaser5050-3text .Teaser5050With3Text_module_container {
965
1145
  padding: var(--spacing-lg) var(--spacing-md);
966
1146
  gap: 0;
967
1147
  }
968
- .teaser5050-3text.right .container {
1148
+ .Teaser5050With3Text_module_teaser5050-3text.Teaser5050With3Text_module_right .Teaser5050With3Text_module_container {
969
1149
  gap: var(--spacing-xl);
970
1150
  }
971
- .teaser5050-3text .content {
1151
+ .Teaser5050With3Text_module_teaser5050-3text .Teaser5050With3Text_module_content {
972
1152
  flex-direction: column;
973
1153
  }
974
- .teaser5050-3text.right .content {
1154
+ .Teaser5050With3Text_module_teaser5050-3text.Teaser5050With3Text_module_right .Teaser5050With3Text_module_content {
975
1155
  flex-direction: column-reverse;
976
1156
  gap: var(--spacing-xl);
977
1157
  }
978
- .teaser5050-3text .image {
1158
+ .Teaser5050With3Text_module_teaser5050-3text .Teaser5050With3Text_module_image {
979
1159
  width: 100%;
980
1160
  padding: 0;
981
1161
  }
982
1162
  }
983
1163
 
984
1164
  /* src/widgets/Teaser5050WithCta/Teaser5050WithCta.module.scss */
985
- .teaser5050 {
1165
+ .Teaser5050WithCta_module_teaser5050 {
986
1166
  width: 100%;
987
1167
  }
988
- .teaser5050 .container {
1168
+ .Teaser5050WithCta_module_teaser5050 .Teaser5050WithCta_module_container {
989
1169
  display: flex;
990
1170
  flex-direction: row;
991
1171
  align-items: center;
992
1172
  justify-content: center;
993
1173
  }
994
- .teaser5050.right .container {
1174
+ .Teaser5050WithCta_module_teaser5050.Teaser5050WithCta_module_right .Teaser5050WithCta_module_container {
995
1175
  flex-direction: row-reverse;
996
1176
  }
997
- .teaser5050 .wrapper {
1177
+ .Teaser5050WithCta_module_teaser5050 .Teaser5050WithCta_module_wrapper {
998
1178
  display: flex;
999
1179
  flex-direction: column;
1000
1180
  gap: var(--spacing-md);
1001
1181
  padding: 0 var(--spacing-5xl);
1002
1182
  width: 50%;
1003
1183
  }
1004
- .teaser5050 .title {
1184
+ .Teaser5050WithCta_module_teaser5050 .Teaser5050WithCta_module_title {
1005
1185
  color: var(--color-black);
1006
1186
  }
1007
- .teaser5050 .image {
1187
+ .Teaser5050WithCta_module_teaser5050 .Teaser5050WithCta_module_image {
1008
1188
  width: 50%;
1009
1189
  border-radius: 16px;
1010
1190
  }
1011
1191
  @media (max-width: 768px) {
1012
- .teaser5050 .container {
1192
+ .Teaser5050WithCta_module_teaser5050 .Teaser5050WithCta_module_container {
1013
1193
  flex-direction: column-reverse;
1014
1194
  gap: var(--spacing-xl);
1015
1195
  }
1016
- .teaser5050.right .container {
1196
+ .Teaser5050WithCta_module_teaser5050.Teaser5050WithCta_module_right .Teaser5050WithCta_module_container {
1017
1197
  flex-direction: column-reverse;
1018
1198
  }
1019
- .teaser5050 .wrapper,
1020
- .teaser5050 .image {
1199
+ .Teaser5050WithCta_module_teaser5050 .Teaser5050WithCta_module_wrapper,
1200
+ .Teaser5050WithCta_module_teaser5050 .Teaser5050WithCta_module_image {
1021
1201
  width: 100%;
1022
1202
  padding: 0;
1023
1203
  }
1024
- .teaser5050 .cta {
1204
+ .Teaser5050WithCta_module_teaser5050 .Teaser5050WithCta_module_cta {
1025
1205
  width: 100%;
1026
1206
  }
1027
1207
  }