@adstore/templates 2.0.0 → 2.0.4

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/style.css CHANGED
@@ -122,11 +122,11 @@ button,
122
122
  textarea {
123
123
  overflow: auto;
124
124
  resize: vertical;
125
- }._root_1w7t1_1 {
125
+ }._root_10lbg_1 {
126
126
  position: relative;
127
127
  }
128
128
 
129
- ._icon_1w7t1_5 {
129
+ ._icon_10lbg_5 {
130
130
  width: 30px;
131
131
  height: 30px;
132
132
  display: flex;
@@ -138,12 +138,12 @@ textarea {
138
138
  cursor: pointer;
139
139
  }
140
140
 
141
- ._iconTarget_1w7t1_17 {
141
+ ._iconTarget_10lbg_17 {
142
142
  width: 17px;
143
143
  height: 20px;
144
144
  }
145
145
 
146
- ._body_1w7t1_22 {
146
+ ._body_10lbg_22 {
147
147
  position: absolute;
148
148
  left: -30px;
149
149
  top: 50px;
@@ -151,12 +151,12 @@ textarea {
151
151
  display: none;
152
152
  }
153
153
 
154
- ._bodyOpen_1w7t1_30 {
155
- animation: _simpleGift_in_1w7t1_1 0.3s;
154
+ ._bodyOpen_10lbg_30 {
155
+ animation: _simpleGift_in_10lbg_1 0.3s;
156
156
  display: block;
157
157
  }
158
158
 
159
- @keyframes _simpleGift_in_1w7t1_1 {
159
+ @keyframes _simpleGift_in_10lbg_1 {
160
160
  from {
161
161
  opacity: 0;
162
162
  }
@@ -164,7 +164,7 @@ textarea {
164
164
  opacity: 1;
165
165
  }
166
166
  }
167
- ._close_1w7t1_43 {
167
+ ._close_10lbg_43 {
168
168
  position: absolute;
169
169
  top: 9px;
170
170
  right: 9px;
@@ -173,12 +173,12 @@ textarea {
173
173
  align-items: center;
174
174
  cursor: pointer;
175
175
  }
176
- ._close_1w7t1_43 svg {
176
+ ._close_10lbg_43 svg {
177
177
  width: 15px;
178
178
  height: 15px;
179
179
  }
180
180
 
181
- ._arrow_1w7t1_57 {
181
+ ._arrow_10lbg_57 {
182
182
  position: absolute;
183
183
  transform: rotate(45deg);
184
184
  height: 15px;
@@ -188,39 +188,41 @@ textarea {
188
188
  background-color: #333;
189
189
  }
190
190
 
191
- ._container_1w7t1_67 {
191
+ ._container_10lbg_67 {
192
192
  background-color: #333;
193
193
  padding: 10px 10px 4px 10px;
194
194
  border-radius: 4px;
195
195
  }
196
196
 
197
- ._inner_1w7t1_73 {
197
+ ._inner_10lbg_73 {
198
198
  display: flex;
199
199
  align-items: center;
200
200
  margin-bottom: 10px;
201
201
  padding-right: 30px;
202
202
  }
203
203
 
204
- ._logo_1w7t1_80 {
204
+ ._logo_10lbg_80 {
205
205
  min-width: 60px;
206
206
  height: 24px;
207
207
  background-color: #eee;
208
208
  }
209
209
 
210
- ._text_1w7t1_86 {
210
+ ._text_10lbg_86 {
211
211
  font-size: 17px;
212
212
  line-height: 1.2;
213
213
  color: #fff;
214
214
  margin-left: 10px;
215
215
  --accent-color: #ffbc00;
216
216
  --accent-size: #fff;
217
+ --font-family: Roboto, sans-serif;
217
218
  }
218
- ._text_1w7t1_86 span {
219
+ ._text_10lbg_86 span {
220
+ font-family: var(--font-family);
219
221
  color: var(--accent-color);
220
222
  font-size: var(--accent-size);
221
223
  }
222
224
 
223
- ._button_1w7t1_99 {
225
+ ._button_10lbg_101 {
224
226
  font-size: 13px;
225
227
  line-height: 2;
226
228
  border-radius: 4px;
@@ -229,7 +231,11 @@ textarea {
229
231
  color: #333;
230
232
  }
231
233
 
232
- ._legal_1w7t1_108 {
234
+ ._buttonAnimated_10lbg_110 {
235
+ animation: _increase_10lbg_1 3s infinite;
236
+ }
237
+
238
+ ._legal_10lbg_114 {
233
239
  position: relative;
234
240
  display: flex;
235
241
  width: calc(100% + 12px);
@@ -246,7 +252,7 @@ textarea {
246
252
  margin-top: 5px;
247
253
  }
248
254
 
249
- ._legalOpen_1w7t1_125 {
255
+ ._legalOpen_10lbg_131 {
250
256
  position: absolute;
251
257
  inset: 0;
252
258
  z-index: 2;
@@ -254,7 +260,7 @@ textarea {
254
260
  width: 100%;
255
261
  }
256
262
 
257
- ._legalText_1w7t1_133 {
263
+ ._legalText_10lbg_139 {
258
264
  display: inline-block;
259
265
  margin: 0;
260
266
  -webkit-line-clamp: 1;
@@ -264,23 +270,25 @@ textarea {
264
270
  text-overflow: ellipsis;
265
271
  padding-right: 25px;
266
272
  }
267
- ._legalOpen_1w7t1_125 ._legalText_1w7t1_133 {
273
+ ._legalOpen_10lbg_131 ._legalText_10lbg_139 {
268
274
  text-align: center;
269
275
  padding-right: 0;
270
276
  }
271
277
 
272
- ._legalButton_1w7t1_148 {
278
+ ._legalButton_10lbg_154 {
273
279
  cursor: pointer;
274
280
  text-decoration: underline;
275
281
  position: absolute;
276
282
  right: 4px;
277
283
  bottom: 4px;
278
284
  }
279
- ._legalOpen_1w7t1_125 ._legalButton_1w7t1_148 {
285
+ ._legalOpen_10lbg_131 ._legalButton_10lbg_154 {
280
286
  position: initial;
287
+ display: inline-block;
288
+ margin: 0 3px;
281
289
  }
282
290
 
283
- @keyframes _fadein_1w7t1_1 {
291
+ @keyframes _fadein_10lbg_1 {
284
292
  0%, 100% {
285
293
  opacity: 0;
286
294
  }
@@ -288,7 +296,7 @@ textarea {
288
296
  opacity: 1;
289
297
  }
290
298
  }
291
- @keyframes _pulse_1w7t1_1 {
299
+ @keyframes _pulse_10lbg_1 {
292
300
  from {
293
301
  transform: scale(1);
294
302
  }
@@ -296,7 +304,7 @@ textarea {
296
304
  transform: scale(1.05);
297
305
  }
298
306
  }
299
- @keyframes _gradient_1w7t1_1 {
307
+ @keyframes _gradient_10lbg_1 {
300
308
  0% {
301
309
  background-position: 0% 50%;
302
310
  }
@@ -307,7 +315,7 @@ textarea {
307
315
  background-position: 0% 50%;
308
316
  }
309
317
  }
310
- @keyframes _wiggle_1w7t1_1 {
318
+ @keyframes _wiggle_10lbg_1 {
311
319
  0%, 7% {
312
320
  transform: rotateZ(0);
313
321
  }
@@ -329,11 +337,25 @@ textarea {
329
337
  40%, 100% {
330
338
  transform: rotateZ(0);
331
339
  }
332
- }._root_qnzzi_1 {
340
+ }
341
+ @keyframes _increase_10lbg_1 {
342
+ 0% {
343
+ transform: scale(1) translateZ(0);
344
+ }
345
+ 10%, 30% {
346
+ transform: scale(0.85) translateZ(0);
347
+ }
348
+ 20%, 40% {
349
+ transform: scale(1) translateZ(0);
350
+ }
351
+ 50% {
352
+ transform: scale(1) translateZ(0);
353
+ }
354
+ }._root_107vu_1 {
333
355
  position: relative;
334
356
  }
335
357
 
336
- ._icon_qnzzi_5 {
358
+ ._icon_107vu_5 {
337
359
  width: 30px;
338
360
  height: 30px;
339
361
  display: flex;
@@ -345,12 +367,12 @@ textarea {
345
367
  cursor: pointer;
346
368
  }
347
369
 
348
- ._iconTarget_qnzzi_17 {
370
+ ._iconTarget_107vu_17 {
349
371
  width: 17px;
350
372
  height: 20px;
351
373
  }
352
374
 
353
- ._body_qnzzi_22 {
375
+ ._body_107vu_22 {
354
376
  position: absolute;
355
377
  left: -30px;
356
378
  top: 50px;
@@ -358,12 +380,12 @@ textarea {
358
380
  display: none;
359
381
  }
360
382
 
361
- ._bodyOpen_qnzzi_30 {
362
- animation: _complexGift_in_qnzzi_1 0.3s;
383
+ ._bodyOpen_107vu_30 {
384
+ animation: _complexGift_in_107vu_1 0.3s;
363
385
  display: block;
364
386
  }
365
387
 
366
- @keyframes _complexGift_in_qnzzi_1 {
388
+ @keyframes _complexGift_in_107vu_1 {
367
389
  from {
368
390
  opacity: 0;
369
391
  }
@@ -371,7 +393,7 @@ textarea {
371
393
  opacity: 1;
372
394
  }
373
395
  }
374
- ._arrow_qnzzi_43 {
396
+ ._arrow_107vu_43 {
375
397
  position: absolute;
376
398
  transform: rotate(45deg);
377
399
  height: 15px;
@@ -381,12 +403,12 @@ textarea {
381
403
  background-color: #333;
382
404
  }
383
405
 
384
- ._container_qnzzi_53 {
406
+ ._container_107vu_53 {
385
407
  background-color: #333;
386
408
  border-radius: 4px;
387
409
  }
388
410
 
389
- ._promotion_qnzzi_58 {
411
+ ._promotion_107vu_58 {
390
412
  position: absolute;
391
413
  top: 12px;
392
414
  right: 35px;
@@ -394,7 +416,7 @@ textarea {
394
416
  font-size: 8px;
395
417
  }
396
418
 
397
- ._close_qnzzi_66 {
419
+ ._close_107vu_66 {
398
420
  position: absolute;
399
421
  top: 9px;
400
422
  right: 9px;
@@ -403,38 +425,38 @@ textarea {
403
425
  align-items: center;
404
426
  cursor: pointer;
405
427
  }
406
- ._close_qnzzi_66 svg {
428
+ ._close_107vu_66 svg {
407
429
  width: 15px;
408
430
  height: 15px;
409
431
  }
410
432
 
411
- ._head_qnzzi_80 {
433
+ ._head_107vu_80 {
412
434
  padding: 12px 20px;
413
435
  display: flex;
414
436
  align-items: center;
415
437
  color: #fff;
416
438
  }
417
439
 
418
- ._headIcon_qnzzi_87 {
440
+ ._headIcon_107vu_87 {
419
441
  width: 20px;
420
442
  height: 20px;
421
443
  margin-right: 10px;
422
444
  }
423
445
 
424
- ._headTitle_qnzzi_93 {
446
+ ._headTitle_107vu_93 {
425
447
  font-size: 16px;
426
448
  line-height: 1.2;
427
449
  font-weight: bold;
428
450
  width: 100%;
429
451
  }
430
452
 
431
- ._inner_qnzzi_100 {
453
+ ._inner_107vu_100 {
432
454
  border-radius: 6px;
433
455
  overflow: hidden;
434
456
  padding: 0 6px 6px 6px;
435
457
  }
436
458
 
437
- @keyframes _fadein_qnzzi_1 {
459
+ @keyframes _fadein_107vu_1 {
438
460
  0%, 100% {
439
461
  opacity: 0;
440
462
  }
@@ -442,7 +464,7 @@ textarea {
442
464
  opacity: 1;
443
465
  }
444
466
  }
445
- @keyframes _pulse_qnzzi_1 {
467
+ @keyframes _pulse_107vu_1 {
446
468
  from {
447
469
  transform: scale(1);
448
470
  }
@@ -450,18 +472,18 @@ textarea {
450
472
  transform: scale(1.05);
451
473
  }
452
474
  }
453
- @keyframes _gradient_qnzzi_1 {
475
+ @keyframes _gradient_107vu_1 {
454
476
  0% {
455
- background-position: 0% 50%;
477
+ background-position: 0 50%;
456
478
  }
457
479
  50% {
458
480
  background-position: 100% 50%;
459
481
  }
460
482
  100% {
461
- background-position: 0% 50%;
483
+ background-position: 0 50%;
462
484
  }
463
485
  }
464
- @keyframes _wiggle_qnzzi_1 {
486
+ @keyframes _wiggle_107vu_1 {
465
487
  0%, 7% {
466
488
  transform: rotateZ(0);
467
489
  }
@@ -483,25 +505,25 @@ textarea {
483
505
  40%, 100% {
484
506
  transform: rotateZ(0);
485
507
  }
486
- }._root_rwvas_1 {
508
+ }._root_1p6us_1 {
487
509
  padding: 6px;
488
510
  background-color: #fff;
489
511
  position: relative;
490
512
  display: block;
491
513
  }
492
- ._root_rwvas_1:first-child {
514
+ ._root_1p6us_1:first-child {
493
515
  border-top-left-radius: 6px;
494
516
  border-top-right-radius: 6px;
495
517
  }
496
- ._root_rwvas_1:first-child:after {
518
+ ._root_1p6us_1:first-child:after {
497
519
  display: none;
498
520
  }
499
- ._root_rwvas_1:last-child {
521
+ ._root_1p6us_1:last-child {
500
522
  border-bottom-left-radius: 6px;
501
523
  border-bottom-right-radius: 6px;
502
524
  border-bottom: none;
503
525
  }
504
- ._root_rwvas_1:after {
526
+ ._root_1p6us_1:after {
505
527
  content: "";
506
528
  width: 100%;
507
529
  height: 1px;
@@ -512,14 +534,20 @@ textarea {
512
534
  bottom: 0;
513
535
  }
514
536
 
515
- ._body_rwvas_30 {
537
+ ._body_1p6us_30 {
516
538
  display: flex;
517
539
  align-items: center;
518
540
  position: relative;
519
541
  padding-left: 6px;
542
+ justify-content: space-between;
543
+ }
544
+
545
+ ._bodyInner_1p6us_38 {
546
+ display: flex;
547
+ align-items: center;
520
548
  }
521
549
 
522
- ._line_rwvas_37 {
550
+ ._line_1p6us_43 {
523
551
  position: absolute;
524
552
  left: -6px;
525
553
  top: 0;
@@ -529,7 +557,7 @@ textarea {
529
557
  border-radius: 0 2px 2px 0;
530
558
  }
531
559
 
532
- ._text_rwvas_47 {
560
+ ._text_1p6us_53 {
533
561
  font-size: 12px;
534
562
  line-height: 1.2;
535
563
  color: #333;
@@ -537,13 +565,15 @@ textarea {
537
565
  padding-right: 10px;
538
566
  --accent-size: 12px;
539
567
  --accent-color: #ffbc00;
568
+ --font-family: Roboto, sans-serif;
540
569
  }
541
- ._text_rwvas_47 span {
570
+ ._text_1p6us_53 span {
571
+ font-family: var(--font-family);
542
572
  color: var(--accent-color);
543
573
  font-size: var(--accent-size);
544
574
  }
545
575
 
546
- ._button_rwvas_61 {
576
+ ._button_1p6us_69 {
547
577
  margin-left: auto;
548
578
  padding: 2px;
549
579
  background-color: #ffb800;
@@ -555,21 +585,21 @@ textarea {
555
585
  line-height: 2;
556
586
  font-weight: bold;
557
587
  }
558
- ._button_rwvas_61 ._logo_rwvas_73 {
588
+ ._button_1p6us_69 ._logo_1p6us_81 {
559
589
  width: 30px;
560
590
  height: 30px;
561
591
  margin-right: initial;
562
592
  display: block;
563
593
  }
564
- ._variant2_rwvas_79 ._button_rwvas_61 ._logo_rwvas_73 {
594
+ ._variant2_1p6us_87 ._button_1p6us_69 ._logo_1p6us_81 {
565
595
  display: none;
566
596
  }
567
597
 
568
- ._buttonText_rwvas_83 {
598
+ ._buttonText_1p6us_91 {
569
599
  padding: 0 7px;
570
600
  }
571
601
 
572
- ._logo_rwvas_73 {
602
+ ._logo_1p6us_81 {
573
603
  width: 25px;
574
604
  height: 25px;
575
605
  border-radius: 30px;
@@ -577,11 +607,11 @@ textarea {
577
607
  margin-right: 10px;
578
608
  display: none;
579
609
  }
580
- ._variant2_rwvas_79 ._logo_rwvas_73 {
610
+ ._variant2_1p6us_87 ._logo_1p6us_81 {
581
611
  display: block;
582
612
  }
583
613
 
584
- ._legal_rwvas_99 {
614
+ ._legal_1p6us_107 {
585
615
  background-color: #eee;
586
616
  padding: 2px 5px;
587
617
  height: 14px;
@@ -590,49 +620,48 @@ textarea {
590
620
  border-radius: 4px;
591
621
  color: #7e8392;
592
622
  font-size: 8px;
593
- }._root_15ve9_1 {
623
+ }._root_1bgnc_1 {
594
624
  max-width: 320px;
595
625
  width: 100%;
596
626
  overflow: hidden;
597
627
  border-radius: 10px;
598
628
  background-color: #fff;
599
629
  min-height: 500px;
630
+ display: flex;
600
631
  }
601
632
 
602
- ._laptop_15ve9_10, ._tablet_15ve9_10 {
633
+ ._laptop_1bgnc_11, ._tablet_1bgnc_11 {
603
634
  max-width: 410px;
604
635
  min-height: 680px;
605
636
  }
606
637
 
607
- ._desktop_15ve9_15 {
638
+ ._desktop_1bgnc_16 {
608
639
  max-width: 930px;
609
640
  min-height: 500px;
610
641
  }
611
642
 
612
- ._body_15ve9_20 {
643
+ ._body_1bgnc_21 {
613
644
  padding: 25px 10px 12px 10px;
614
645
  display: flex;
615
646
  flex-direction: column;
616
647
  justify-content: flex-end;
617
648
  align-items: center;
618
- height: 100%;
619
649
  }
620
- ._desktop_15ve9_15 ._body_15ve9_20 {
650
+ ._desktop_1bgnc_16 ._body_1bgnc_21 {
621
651
  padding: 30px 47px 15px 47px;
622
652
  }
623
653
 
624
- ._logo_15ve9_32 {
654
+ ._logo_1bgnc_32 {
625
655
  width: 100px;
626
656
  height: 60px;
627
657
  background: #eee;
628
658
  }
629
659
 
630
- ._text_15ve9_38 {
660
+ ._text_1bgnc_38 {
631
661
  margin: auto 0;
632
662
  }
633
663
 
634
- ._button_15ve9_42 {
635
- height: 70px;
664
+ ._button_1bgnc_42 {
636
665
  border-radius: 8px;
637
666
  padding: 0 15px;
638
667
  font-size: 24px;
@@ -643,11 +672,11 @@ textarea {
643
672
  justify-content: center;
644
673
  width: 100%;
645
674
  }
646
- ._desktop_15ve9_15 ._button_15ve9_42 {
675
+ ._desktop_1bgnc_16 ._button_1bgnc_42 {
647
676
  width: 70%;
648
677
  }
649
678
 
650
- ._legal_15ve9_58 {
679
+ ._legal_1bgnc_57 {
651
680
  font-size: 9px;
652
681
  color: #333;
653
682
  padding: 0 10px;
@@ -655,41 +684,37 @@ textarea {
655
684
  width: 100%;
656
685
  line-height: 1.2;
657
686
  }
658
- ._desktop_15ve9_15 ._legal_15ve9_58 {
687
+ ._desktop_1bgnc_16 ._legal_1bgnc_57 {
659
688
  width: 70%;
660
- }._root_otuq1_1 {
689
+ }._root_2ic16_1 {
661
690
  font-size: 20px;
662
691
  color: #333;
663
692
  --accent-color: #f00;
664
693
  --accent-size: 20px;
694
+ --font-family: Roboto, sans-serif;
665
695
  }
666
- ._root_otuq1_1 span {
696
+ ._root_2ic16_1 span {
697
+ font-family: var(--font-family);
667
698
  color: var(--accent-color);
668
699
  font-size: var(--accent-size);
669
- }._root_1q3m6_1 {
670
- max-width: 280px;
671
- width: 100%;
700
+ }._root_13k8c_1 {
701
+ width: 280px;
672
702
  overflow: hidden;
673
703
  border-radius: 10px;
674
704
  background-color: #fff;
675
- }
676
-
677
- ._desktop_1q3m6_9 {
678
- max-width: 1000px;
679
- }
680
-
681
- ._content_1q3m6_13 {
682
705
  padding: 15px 10px;
683
706
  display: flex;
684
707
  flex-direction: column;
685
708
  justify-content: center;
686
709
  height: 100%;
687
710
  }
688
- ._desktop_1q3m6_9 ._content_1q3m6_13 {
711
+
712
+ ._desktop_13k8c_13 {
713
+ width: 1000px;
689
714
  padding: 30px 20px;
690
715
  }
691
716
 
692
- ._title_1q3m6_24 {
717
+ ._title_13k8c_18 {
693
718
  text-transform: uppercase;
694
719
  margin-bottom: 20px;
695
720
  font-weight: bold;
@@ -699,79 +724,80 @@ textarea {
699
724
  text-align: center;
700
725
  line-height: 1.2;
701
726
  }
702
- ._desktop_1q3m6_9 ._title_1q3m6_24 {
727
+ ._desktop_13k8c_13 ._title_13k8c_18 {
703
728
  margin-bottom: 70px;
704
729
  font-size: 26px;
705
730
  }
706
731
 
707
- ._wrapper_1q3m6_39 {
732
+ ._wrapper_13k8c_33 {
708
733
  display: flex;
709
734
  flex-direction: column;
710
735
  justify-content: center;
711
736
  gap: 15px;
712
737
  }
713
- ._desktop_1q3m6_9 ._wrapper_1q3m6_39 {
738
+ ._desktop_13k8c_13 ._wrapper_13k8c_33 {
714
739
  flex-direction: initial;
715
740
  gap: 25px;
716
- }._root_6a4bh_1 {
741
+ }._root_17kc6_1 {
717
742
  text-align: center;
718
743
  background-color: #f7f7f7;
719
744
  overflow: hidden;
720
745
  border-radius: 10px;
721
- max-width: 300px;
746
+ width: 265px;
722
747
  display: block;
723
748
  }
724
749
 
725
- ._desktop_6a4bh_10 {
750
+ ._desktop_17kc6_10 {
726
751
  height: 300px;
752
+ width: 300px;
727
753
  }
728
754
 
729
- ._header_6a4bh_14 {
755
+ ._header_17kc6_15 {
730
756
  display: none;
731
757
  background-color: #eee;
732
758
  height: 49px;
733
759
  align-items: center;
734
760
  justify-content: center;
735
761
  }
736
- ._desktop_6a4bh_10 ._header_6a4bh_14 {
762
+ ._desktop_17kc6_10 ._header_17kc6_15 {
737
763
  display: flex;
738
764
  }
739
765
 
740
- ._logo_6a4bh_25 {
766
+ ._logo_17kc6_26 {
741
767
  width: 60px;
742
768
  background-color: #dbdbdb;
743
769
  height: 40px;
744
770
  }
745
771
 
746
- ._container_6a4bh_31 {
772
+ ._container_17kc6_32 {
747
773
  display: flex;
748
774
  flex-direction: column;
749
775
  padding: 10px;
750
776
  }
751
- ._desktop_6a4bh_10 ._container_6a4bh_31 {
777
+ ._desktop_17kc6_10 ._container_17kc6_32 {
752
778
  padding: 0 16px 12px 16px;
753
779
  justify-content: space-between;
754
780
  height: calc(100% - 50px);
755
781
  }
756
782
 
757
- ._body_6a4bh_42 {
783
+ ._body_17kc6_43 {
758
784
  padding: 11px 10px 9px 10px;
759
785
  display: flex;
760
786
  align-items: center;
761
787
  margin-bottom: 12px;
762
788
  }
763
- ._desktop_6a4bh_10 ._body_6a4bh_42 {
789
+ ._desktop_17kc6_10 ._body_17kc6_43 {
764
790
  margin: auto;
765
791
  }
766
- ._body_6a4bh_42 ._logo_6a4bh_25 {
792
+ ._body_17kc6_43 ._logo_17kc6_26 {
767
793
  display: block;
768
794
  margin-right: 12px;
769
795
  }
770
- ._desktop_6a4bh_10 ._body_6a4bh_42 ._logo_6a4bh_25 {
796
+ ._desktop_17kc6_10 ._body_17kc6_43 ._logo_17kc6_26 {
771
797
  display: none;
772
798
  }
773
799
 
774
- ._text_6a4bh_59 {
800
+ ._text_17kc6_60 {
775
801
  flex: 1;
776
802
  display: block;
777
803
  justify-content: center;
@@ -782,22 +808,23 @@ textarea {
782
808
  font-size: 16px;
783
809
  --accent-size: 16px;
784
810
  --accent-color: #e23333;
811
+ --font-family: Roboto, sans-serif;
785
812
  }
786
- ._text_6a4bh_59 span {
813
+ ._text_17kc6_60 span {
814
+ font-family: var(--font-family);
787
815
  color: var(--accent-color);
788
816
  font-size: var(--accent-size);
789
817
  }
790
- ._desktop_6a4bh_10 ._text_6a4bh_59 {
818
+ ._desktop_17kc6_10 ._text_17kc6_60 {
791
819
  font-size: 22px;
792
820
  --accent-size: 22px;
793
821
  }
794
822
 
795
- ._button_6a4bh_80 {
823
+ ._button_17kc6_83 {
796
824
  display: inline-flex;
797
825
  align-items: center;
798
826
  justify-content: center;
799
- padding: 0 15px;
800
- height: 30px;
827
+ padding: 10px 15px;
801
828
  margin-bottom: 10px;
802
829
  font-size: 12px;
803
830
  color: #333;
@@ -805,38 +832,37 @@ textarea {
805
832
  border-radius: 8px;
806
833
  width: 100%;
807
834
  }
808
- ._desktop_6a4bh_10 ._button_6a4bh_80 {
809
- height: 40px;
835
+ ._desktop_17kc6_10 ._button_17kc6_83 {
810
836
  margin-bottom: 12px;
811
837
  width: initial;
812
838
  font-size: 16px;
813
839
  }
814
840
 
815
- ._legal_6a4bh_100 {
841
+ ._legal_17kc6_101 {
816
842
  overflow-y: auto;
817
843
  padding: 0 4px;
818
844
  height: 15px;
819
845
  font-size: 9px;
820
846
  color: #333;
821
847
  }
822
- ._desktop_6a4bh_10 ._legal_6a4bh_100 {
848
+ ._desktop_17kc6_10 ._legal_17kc6_101 {
823
849
  height: 20px;
824
850
  }
825
851
 
826
- ._legal_6a4bh_100::-webkit-scrollbar {
852
+ ._legal_17kc6_101::-webkit-scrollbar {
827
853
  width: 4px;
828
- background: #fff;
854
+ background: #E5E6E9;
829
855
  border-radius: 5px;
830
856
  }
831
857
 
832
- ._legal_6a4bh_100::-webkit-scrollbar-track {
858
+ ._legal_17kc6_101::-webkit-scrollbar-track {
833
859
  border-radius: 5px;
834
860
  }
835
861
 
836
- ._legal_6a4bh_100::-webkit-scrollbar-thumb {
837
- background: #fff;
862
+ ._legal_17kc6_101::-webkit-scrollbar-thumb {
863
+ background: #7E8392;
838
864
  border-radius: 5px;
839
- }._root_q9549_1 {
865
+ }._root_i7e17_1 {
840
866
  max-width: 320px;
841
867
  width: 100%;
842
868
  overflow: hidden;
@@ -846,18 +872,18 @@ textarea {
846
872
  display: block;
847
873
  }
848
874
 
849
- ._laptop_q9549_11,
850
- ._tablet_q9549_12 {
875
+ ._laptop_i7e17_11,
876
+ ._tablet_i7e17_12 {
851
877
  max-width: 410px;
852
878
  min-height: 680px;
853
879
  }
854
880
 
855
- ._desktop_q9549_17 {
881
+ ._desktop_i7e17_17 {
856
882
  max-width: 930px;
857
883
  min-height: 500px;
858
884
  }
859
885
 
860
- ._body_q9549_22 {
886
+ ._body_i7e17_22 {
861
887
  padding: 25px 10px 12px 10px;
862
888
  display: flex;
863
889
  flex-direction: column;
@@ -865,60 +891,62 @@ textarea {
865
891
  align-items: center;
866
892
  height: 100%;
867
893
  }
868
- ._desktop_q9549_17 ._body_q9549_22 {
894
+ ._desktop_i7e17_17 ._body_i7e17_22 {
869
895
  padding: 30px 47px 15px 47px;
870
896
  }
871
897
 
872
- ._head_q9549_34 {
898
+ ._head_i7e17_34 {
873
899
  display: flex;
874
900
  align-items: center;
875
901
  flex-direction: column-reverse;
876
902
  margin-bottom: 10px;
877
903
  }
878
- ._desktop_q9549_17 ._head_q9549_34 {
904
+ ._desktop_i7e17_17 ._head_i7e17_34 {
879
905
  flex-direction: initial;
880
906
  }
881
907
 
882
- ._title_q9549_44 {
908
+ ._title_i7e17_44 {
883
909
  font-size: 23px;
884
910
  text-transform: uppercase;
885
911
  margin-top: 10px;
886
912
  color: #333;
887
913
  font-weight: bold;
888
914
  }
889
- ._desktop_q9549_17 ._title_q9549_44 {
915
+ ._desktop_i7e17_17 ._title_i7e17_44 {
890
916
  font-size: 36px;
891
917
  margin-right: 32px;
892
918
  margin-bottom: initial;
893
919
  }
894
920
 
895
- ._logo_q9549_57 {
921
+ ._logo_i7e17_57 {
896
922
  width: 100px;
897
923
  height: 60px;
898
924
  background: #eee;
899
925
  }
900
926
 
901
- ._wrapper_q9549_63 {
927
+ ._wrapper_i7e17_63 {
902
928
  margin: auto 0;
903
929
  display: flex;
904
930
  flex-direction: column;
905
931
  width: 100%;
906
932
  }
907
933
 
908
- ._text_q9549_70 {
934
+ ._text_i7e17_70 {
909
935
  font-size: 20px;
910
936
  color: #333;
911
937
  margin-bottom: 15px;
912
938
  width: 100%;
913
939
  text-align: center;
914
940
  --accent-color: #f0f;
941
+ --font-family: Roboto, sans-serif;
915
942
  }
916
- ._text_q9549_70 span {
943
+ ._text_i7e17_70 span {
944
+ font-family: var(--font-family);
917
945
  color: var(--accent-color);
918
946
  font-size: var(--accent-size);
919
947
  }
920
948
 
921
- ._button_q9549_83 {
949
+ ._button_i7e17_85 {
922
950
  display: flex;
923
951
  align-items: center;
924
952
  width: 100%;
@@ -928,12 +956,12 @@ textarea {
928
956
  border-radius: 4px;
929
957
  overflow: hidden;
930
958
  }
931
- ._desktop_q9549_17 ._button_q9549_83 {
959
+ ._desktop_i7e17_17 ._button_i7e17_85 {
932
960
  flex-direction: initial;
933
961
  width: 80%;
934
962
  }
935
963
 
936
- ._buttonHead_q9549_98 {
964
+ ._buttonHead_i7e17_100 {
937
965
  display: flex;
938
966
  align-items: center;
939
967
  height: 42px;
@@ -945,14 +973,14 @@ textarea {
945
973
  width: 100%;
946
974
  justify-content: center;
947
975
  }
948
- ._desktop_q9549_17 ._buttonHead_q9549_98 {
976
+ ._desktop_i7e17_17 ._buttonHead_i7e17_100 {
949
977
  height: 55px;
950
978
  width: initial;
951
979
  flex-direction: initial;
952
980
  font-size: 31px;
953
981
  }
954
982
 
955
- ._buttonTarget_q9549_117 {
983
+ ._buttonTarget_i7e17_119 {
956
984
  display: flex;
957
985
  align-items: center;
958
986
  height: 35px;
@@ -963,12 +991,12 @@ textarea {
963
991
  width: 100%;
964
992
  justify-content: center;
965
993
  }
966
- ._desktop_q9549_17 ._buttonTarget_q9549_117 {
994
+ ._desktop_i7e17_17 ._buttonTarget_i7e17_119 {
967
995
  height: 55px;
968
996
  font-size: 31px;
969
997
  }
970
998
 
971
- ._legal_q9549_133 {
999
+ ._legal_i7e17_135 {
972
1000
  font-size: 9px;
973
1001
  color: #333;
974
1002
  padding: 0 10px;
@@ -976,81 +1004,83 @@ textarea {
976
1004
  width: 100%;
977
1005
  line-height: 1.2;
978
1006
  }
979
- ._desktop_q9549_17 ._legal_q9549_133 {
1007
+ ._desktop_i7e17_17 ._legal_i7e17_135 {
980
1008
  width: 70%;
981
- }._root_1ew5t_1 {
1009
+ }._root_10yn9_1 {
982
1010
  padding: 10px;
983
1011
  display: flex;
984
1012
  align-items: center;
985
1013
  width: 100%;
986
1014
  }
987
1015
 
988
- ._left_1ew5t_8 {
1016
+ ._left_10yn9_8 {
989
1017
  padding-right: 15px;
990
1018
  display: none;
991
1019
  align-items: center;
992
1020
  border-right: 1px solid #333;
993
1021
  flex: 1;
994
1022
  }
995
- ._desktop_1ew5t_15 ._left_1ew5t_8 {
1023
+ ._desktop_10yn9_15 ._left_10yn9_8 {
996
1024
  display: flex;
997
1025
  }
998
1026
 
999
- ._teams_1ew5t_19 {
1027
+ ._teams_10yn9_19 {
1000
1028
  margin-right: 30px;
1001
1029
  display: flex;
1002
1030
  align-items: center;
1003
1031
  }
1004
1032
 
1005
- ._logo_1ew5t_25 {
1033
+ ._logo_10yn9_25 {
1006
1034
  width: 50px;
1007
1035
  height: 50px;
1008
1036
  background-color: #eee;
1009
1037
  }
1010
1038
 
1011
- ._league_1ew5t_31 {
1039
+ ._league_10yn9_31 {
1012
1040
  font-size: 15px;
1013
1041
  color: #333;
1014
1042
  }
1015
1043
 
1016
- ._name_1ew5t_36 {
1044
+ ._name_10yn9_36 {
1017
1045
  font-size: 18px;
1018
1046
  font-weight: bold;
1019
1047
  color: #333;
1020
1048
  }
1021
1049
 
1022
- ._right_1ew5t_42 {
1050
+ ._right_10yn9_42 {
1023
1051
  padding: 0 10px;
1024
1052
  width: 100%;
1025
1053
  display: flex;
1026
- align-items: center;
1027
1054
  }
1028
- ._desktop_1ew5t_15 ._right_1ew5t_42 {
1055
+ ._desktop_10yn9_15 ._right_10yn9_42 {
1056
+ align-items: center;
1029
1057
  padding: 0 30px;
1030
- width: initial;
1058
+ width: 30%;
1031
1059
  }
1032
1060
 
1033
- ._odd_1ew5t_53 {
1061
+ ._odd_10yn9_53 {
1034
1062
  display: flex;
1035
1063
  align-items: center;
1036
1064
  flex-direction: column;
1037
1065
  flex: 1;
1038
1066
  }
1039
- ._desktop_1ew5t_15 ._odd_1ew5t_53 {
1067
+ ._desktop_10yn9_15 ._odd_10yn9_53 {
1040
1068
  flex-direction: row;
1041
1069
  flex: initial;
1070
+ justify-content: space-between;
1071
+ width: 100%;
1042
1072
  }
1043
1073
 
1044
- ._oddLabel_1ew5t_64 {
1074
+ ._oddLabel_10yn9_66 {
1045
1075
  font-size: 13px;
1046
1076
  color: #333;
1047
1077
  }
1048
- ._desktop_1ew5t_15 ._oddLabel_1ew5t_64 {
1078
+ ._desktop_10yn9_15 ._oddLabel_10yn9_66 {
1049
1079
  font-size: 19px;
1050
1080
  margin-right: 15px;
1051
1081
  }
1052
1082
 
1053
- ._oddValue_1ew5t_73 {
1083
+ ._oddValue_10yn9_75 {
1054
1084
  padding: 3px 10px;
1055
1085
  background-color: #ffbc00;
1056
1086
  border-radius: 2px;
@@ -1058,28 +1088,29 @@ textarea {
1058
1088
  color: #333;
1059
1089
  margin-top: 3px;
1060
1090
  }
1061
- ._desktop_1ew5t_15 ._oddValue_1ew5t_73 {
1091
+ ._desktop_10yn9_15 ._oddValue_10yn9_75 {
1062
1092
  font-size: 19px;
1063
1093
  padding: 3px 20px;
1064
1094
  margin-top: initial;
1065
1095
  }
1066
1096
 
1067
- ._team_1ew5t_19 {
1097
+ ._team_10yn9_19 {
1068
1098
  display: flex;
1069
1099
  flex-direction: column;
1070
1100
  align-items: center;
1101
+ width: 30%;
1071
1102
  }
1072
- ._desktop_1ew5t_15 ._team_1ew5t_19 {
1103
+ ._desktop_10yn9_15 ._team_10yn9_19 {
1073
1104
  display: none;
1074
1105
  }
1075
1106
 
1076
- ._teamLogo_1ew5t_96 {
1107
+ ._teamLogo_10yn9_99 {
1077
1108
  width: 34px;
1078
1109
  height: 34px;
1079
1110
  background-color: #eee;
1080
1111
  }
1081
1112
 
1082
- ._teamName_1ew5t_102 {
1113
+ ._teamName_10yn9_105 {
1083
1114
  font-size: 11px;
1084
1115
  text-transform: uppercase;
1085
1116
  }._root_1slvw_1 {
@@ -1193,7 +1224,7 @@ textarea {
1193
1224
  }
1194
1225
  ._legalOpen_1slvw_98 ._legalButton_1slvw_103 {
1195
1226
  position: static;
1196
- }._root_1i5vb_1 {
1227
+ }._root_a3kem_1 {
1197
1228
  position: relative;
1198
1229
  z-index: 1;
1199
1230
  overflow: hidden;
@@ -1205,23 +1236,28 @@ textarea {
1205
1236
  display: block;
1206
1237
  }
1207
1238
 
1208
- ._desktop_1i5vb_13,
1209
- ._laptop_1i5vb_14 {
1239
+ ._desktop_a3kem_13,
1240
+ ._laptop_a3kem_14 {
1210
1241
  padding: 0 50px;
1211
1242
  }
1212
1243
 
1213
- ._promotion_1i5vb_18 {
1244
+ ._promotion_a3kem_18 {
1214
1245
  position: absolute;
1215
1246
  bottom: 0;
1216
- right: 0;
1247
+ left: 0;
1217
1248
  color: #fff;
1218
1249
  background-color: #333;
1219
1250
  font-size: 7px;
1220
1251
  padding: 2px 6px;
1252
+ border-top-right-radius: 4px;
1253
+ }
1254
+ ._desktop_a3kem_13 ._promotion_a3kem_18, ._laptop_a3kem_14 ._promotion_a3kem_18 {
1221
1255
  border-top-left-radius: 4px;
1256
+ left: initial;
1257
+ right: 0;
1222
1258
  }
1223
1259
 
1224
- ._background_1i5vb_29 {
1260
+ ._background_a3kem_34 {
1225
1261
  position: absolute;
1226
1262
  left: 0;
1227
1263
  right: 0;
@@ -1230,7 +1266,7 @@ textarea {
1230
1266
  z-index: -1;
1231
1267
  }
1232
1268
 
1233
- ._content_1i5vb_38 {
1269
+ ._content_a3kem_43 {
1234
1270
  margin: auto;
1235
1271
  height: 100%;
1236
1272
  display: grid;
@@ -1240,14 +1276,14 @@ textarea {
1240
1276
  align-items: center;
1241
1277
  max-width: 1300px;
1242
1278
  }
1243
- ._desktop_1i5vb_13 ._content_1i5vb_38, ._laptop_1i5vb_14 ._content_1i5vb_38 {
1279
+ ._desktop_a3kem_13 ._content_a3kem_43, ._laptop_a3kem_14 ._content_a3kem_43 {
1244
1280
  grid-template-columns: auto minmax(0, 1fr) auto;
1245
1281
  }
1246
- ._variant2_1i5vb_51 ._content_1i5vb_38 {
1282
+ ._variant2_a3kem_56 ._content_a3kem_43 {
1247
1283
  grid-template-columns: minmax(0, 1fr) auto;
1248
1284
  }
1249
1285
 
1250
- ._logo_1i5vb_55 {
1286
+ ._logo_a3kem_60 {
1251
1287
  background-size: contain;
1252
1288
  background-position: center;
1253
1289
  background-repeat: no-repeat;
@@ -1255,31 +1291,31 @@ textarea {
1255
1291
  width: 100px;
1256
1292
  background-color: #eee;
1257
1293
  }
1258
- ._variant2_1i5vb_51 ._logo_1i5vb_55 {
1294
+ ._variant2_a3kem_56 ._logo_a3kem_60 {
1259
1295
  display: none;
1260
1296
  }
1261
1297
 
1262
- ._left_1i5vb_67 {
1298
+ ._left_a3kem_72 {
1263
1299
  width: 200px;
1264
1300
  height: 100%;
1265
1301
  align-items: center;
1266
1302
  justify-content: center;
1267
1303
  display: none;
1268
1304
  }
1269
- ._desktop_1i5vb_13 ._left_1i5vb_67, ._laptop_1i5vb_14 ._left_1i5vb_67 {
1305
+ ._desktop_a3kem_13 ._left_a3kem_72, ._laptop_a3kem_14 ._left_a3kem_72 {
1270
1306
  display: flex;
1271
1307
  }
1272
- ._variant2_1i5vb_51 ._left_1i5vb_67 {
1308
+ ._variant2_a3kem_56 ._left_a3kem_72 {
1273
1309
  display: none;
1274
1310
  }
1275
1311
 
1276
- ._center_1i5vb_81 {
1312
+ ._center_a3kem_86 {
1277
1313
  position: relative;
1278
1314
  z-index: 1;
1279
1315
  height: 100%;
1280
1316
  }
1281
1317
 
1282
- ._slide_1i5vb_87 {
1318
+ ._slide_a3kem_92 {
1283
1319
  position: absolute;
1284
1320
  left: 0;
1285
1321
  top: 0;
@@ -1289,39 +1325,39 @@ textarea {
1289
1325
  animation-timing-function: ease-in;
1290
1326
  animation-duration: 3s;
1291
1327
  }
1292
- ._slide_1i5vb_87:only-child {
1328
+ ._slide_a3kem_92:only-child {
1293
1329
  animation: none;
1294
1330
  opacity: 1;
1295
1331
  }
1296
- ._slide_animated_default_1i5vb_101 {
1297
- animation-name: _fade-in-out_1i5vb_1;
1332
+ ._slide_animated_default_a3kem_106 {
1333
+ animation-name: _fade-in-out_a3kem_1;
1298
1334
  }
1299
- ._slide_animated_bottom-top_1i5vb_104 {
1300
- animation-name: _fade-in-bottom-out-top_1i5vb_1;
1335
+ ._slide_animated_bottom-top_a3kem_109 {
1336
+ animation-name: _fade-in-bottom-out-top_a3kem_1;
1301
1337
  }
1302
- ._slide_animated_top-bottom_1i5vb_107 {
1303
- animation-name: _fade-in-bottom-out-top_1i5vb_1;
1338
+ ._slide_animated_top-bottom_a3kem_112 {
1339
+ animation-name: _fade-in-bottom-out-top_a3kem_1;
1304
1340
  }
1305
1341
 
1306
- ._right_1i5vb_111 {
1342
+ ._right_a3kem_116 {
1307
1343
  display: flex;
1308
1344
  flex-direction: column;
1309
1345
  align-items: center;
1310
1346
  justify-content: center;
1311
1347
  height: 100%;
1312
1348
  }
1313
- ._right_1i5vb_111 ._logo_1i5vb_55 {
1349
+ ._right_a3kem_116 ._logo_a3kem_60 {
1314
1350
  display: block;
1315
1351
  max-height: 35px;
1316
1352
  }
1317
- ._desktop_1i5vb_13 ._right_1i5vb_111 ._logo_1i5vb_55, ._laptop_1i5vb_14 ._right_1i5vb_111 ._logo_1i5vb_55, ._variant2_1i5vb_51 ._right_1i5vb_111 ._logo_1i5vb_55 {
1353
+ ._desktop_a3kem_13 ._right_a3kem_116 ._logo_a3kem_60, ._laptop_a3kem_14 ._right_a3kem_116 ._logo_a3kem_60, ._variant2_a3kem_56 ._right_a3kem_116 ._logo_a3kem_60 {
1318
1354
  display: none;
1319
1355
  }
1320
1356
 
1321
- ._buttonWrapper_1i5vb_126 {
1357
+ ._buttonWrapper_a3kem_131 {
1322
1358
  margin-top: 7px;
1323
1359
  }
1324
- ._buttonWrapper_1i5vb_126:before {
1360
+ ._buttonWrapper_a3kem_131:before {
1325
1361
  z-index: 2;
1326
1362
  display: block;
1327
1363
  content: "";
@@ -1332,11 +1368,11 @@ textarea {
1332
1368
  right: 0;
1333
1369
  transform: none;
1334
1370
  }
1335
- ._desktop_1i5vb_13 ._buttonWrapper_1i5vb_126, ._laptop_1i5vb_14 ._buttonWrapper_1i5vb_126 {
1371
+ ._desktop_a3kem_13 ._buttonWrapper_a3kem_131, ._laptop_a3kem_14 ._buttonWrapper_a3kem_131 {
1336
1372
  margin-top: 0;
1337
1373
  }
1338
1374
 
1339
- ._button_1i5vb_126 {
1375
+ ._button_a3kem_131 {
1340
1376
  background-color: #ff6a13;
1341
1377
  border-radius: 20px;
1342
1378
  color: #fff;
@@ -1349,30 +1385,30 @@ textarea {
1349
1385
  padding: 5px 15px;
1350
1386
  transition: filter 250ms;
1351
1387
  }
1352
- ._button_animated_1i5vb_157 {
1353
- animation: _increase_1i5vb_1 3s infinite;
1388
+ ._button_animated_a3kem_162 {
1389
+ animation: _increase_a3kem_1 3s infinite;
1354
1390
  }
1355
- ._desktop_1i5vb_13 ._button_1i5vb_126, ._laptop_1i5vb_14 ._button_1i5vb_126 {
1391
+ ._desktop_a3kem_13 ._button_a3kem_131, ._laptop_a3kem_14 ._button_a3kem_131 {
1356
1392
  margin-top: 0;
1357
1393
  padding: 10px 35px;
1358
1394
  }
1359
- ._variant2_1i5vb_51 ._button_1i5vb_126 {
1395
+ ._variant2_a3kem_56 ._button_a3kem_131 {
1360
1396
  display: flex;
1361
1397
  align-items: center;
1362
1398
  padding: 2px 12px 2px 2px;
1363
1399
  }
1364
- ._button_1i5vb_126 ._logo_1i5vb_55 {
1400
+ ._button_a3kem_131 ._logo_a3kem_60 {
1365
1401
  display: none;
1366
1402
  width: 35px;
1367
1403
  height: 35px;
1368
1404
  border-radius: 30px;
1369
1405
  margin-right: 10px;
1370
1406
  }
1371
- ._variant2_1i5vb_51 ._button_1i5vb_126 ._logo_1i5vb_55 {
1407
+ ._variant2_a3kem_56 ._button_a3kem_131 ._logo_a3kem_60 {
1372
1408
  display: block;
1373
1409
  }
1374
1410
 
1375
- @keyframes _fade-in-out_1i5vb_1 {
1411
+ @keyframes _fade-in-out_a3kem_1 {
1376
1412
  0% {
1377
1413
  opacity: 0;
1378
1414
  }
@@ -1386,7 +1422,7 @@ textarea {
1386
1422
  opacity: 0;
1387
1423
  }
1388
1424
  }
1389
- @keyframes _fade-in-bottom-out-top_1i5vb_1 {
1425
+ @keyframes _fade-in-bottom-out-top_a3kem_1 {
1390
1426
  0% {
1391
1427
  opacity: 0;
1392
1428
  transform: translateY(100%);
@@ -1404,7 +1440,7 @@ textarea {
1404
1440
  opacity: 0;
1405
1441
  }
1406
1442
  }
1407
- @keyframes _fade-in-top-out-bottom_1i5vb_1 {
1443
+ @keyframes _fade-in-top-out-bottom_a3kem_1 {
1408
1444
  0% {
1409
1445
  opacity: 0;
1410
1446
  transform: translateY(-100%);
@@ -1422,7 +1458,7 @@ textarea {
1422
1458
  opacity: 0;
1423
1459
  }
1424
1460
  }
1425
- @keyframes _increase_1i5vb_1 {
1461
+ @keyframes _increase_a3kem_1 {
1426
1462
  0% {
1427
1463
  -webkit-transform: scale(1) translateZ(0);
1428
1464
  -moz-transform: scale(1) translateZ(0);
@@ -1443,7 +1479,7 @@ textarea {
1443
1479
  -moz-transform: scale(1) translateZ(0);
1444
1480
  transform: scale(1) translateZ(0);
1445
1481
  }
1446
- }._root_1o6so_1 {
1482
+ }._root_1cgtj_1 {
1447
1483
  height: 100%;
1448
1484
  display: flex;
1449
1485
  justify-content: center;
@@ -1453,13 +1489,15 @@ textarea {
1453
1489
  font-size: 16px;
1454
1490
  --accent-color: #ffbc00ff;
1455
1491
  --accent-size: 16px;
1492
+ --font-family: Roboto, sans-serif;
1456
1493
  }
1457
- ._root_1o6so_1 span {
1494
+ ._root_1cgtj_1 span {
1495
+ font-family: var(--font-family);
1458
1496
  color: var(--accent-color);
1459
1497
  font-size: var(--accent-size);
1460
1498
  }
1461
1499
 
1462
- ._desktop_1o6so_17 {
1500
+ ._desktop_1cgtj_19 {
1463
1501
  font-size: 22px;
1464
1502
  --accent-size: 22px;
1465
1503
  }._root_vjs41_1 {