@adstore/templates 2.0.0 → 2.0.5

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