@adstore/templates 1.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.
Files changed (54) hide show
  1. package/CHANGELOG.md +52 -2
  2. package/dist/style.css +1651 -0
  3. package/dist/templates.es.js +2826 -0
  4. package/dist/templates.umd.js +2829 -0
  5. package/package.json +11 -24
  6. package/dist/adstore/apps/templates/src/cacheDriver.d.ts +0 -7
  7. package/dist/adstore/apps/templates/src/constants/animations.d.ts +0 -5
  8. package/dist/adstore/apps/templates/src/constants/breakpoints.d.ts +0 -6
  9. package/dist/adstore/apps/templates/src/plugins/classNamesPlugin.d.ts +0 -22
  10. package/dist/adstore/apps/templates/src/plugins/giftOpenPlugin.d.ts +0 -10
  11. package/dist/adstore/apps/templates/src/plugins/googleFontsPlugin.d.ts +0 -3
  12. package/dist/adstore/apps/templates/src/plugins/highlightPlugin.d.ts +0 -11
  13. package/dist/adstore/apps/templates/src/plugins/index.d.ts +0 -12
  14. package/dist/adstore/apps/templates/src/plugins/injectNodePlugin.d.ts +0 -23
  15. package/dist/adstore/apps/templates/src/plugins/legalInfoPlugin.d.ts +0 -17
  16. package/dist/adstore/apps/templates/src/plugins/patchStylesPlugin.d.ts +0 -12
  17. package/dist/adstore/apps/templates/src/plugins/statePlugin.d.ts +0 -9
  18. package/dist/adstore/apps/templates/src/promos/BonusCard/index.d.ts +0 -2
  19. package/dist/adstore/apps/templates/src/promos/BonusCard/script.d.ts +0 -3
  20. package/dist/adstore/apps/templates/src/promos/ComplexGift/chunks/cardChunk/index.d.ts +0 -4
  21. package/dist/adstore/apps/templates/src/promos/ComplexGift/chunks/cardChunk/script.d.ts +0 -3
  22. package/dist/adstore/apps/templates/src/promos/ComplexGift/index.d.ts +0 -6
  23. package/dist/adstore/apps/templates/src/promos/ComplexGift/script.d.ts +0 -9
  24. package/dist/adstore/apps/templates/src/promos/ComplexPopup/chunks/popupCardChunk/index.d.ts +0 -4
  25. package/dist/adstore/apps/templates/src/promos/ComplexPopup/chunks/popupCardChunk/script.d.ts +0 -3
  26. package/dist/adstore/apps/templates/src/promos/ComplexPopup/index.d.ts +0 -6
  27. package/dist/adstore/apps/templates/src/promos/ComplexPopup/script.d.ts +0 -2
  28. package/dist/adstore/apps/templates/src/promos/ExpressPopup/chunks/matchChunk/index.d.ts +0 -4
  29. package/dist/adstore/apps/templates/src/promos/ExpressPopup/index.d.ts +0 -6
  30. package/dist/adstore/apps/templates/src/promos/ExpressPopup/script.d.ts +0 -3
  31. package/dist/adstore/apps/templates/src/promos/SimplePopup/chunks/textChunk/index.d.ts +0 -3
  32. package/dist/adstore/apps/templates/src/promos/SimplePopup/index.d.ts +0 -6
  33. package/dist/adstore/apps/templates/src/promos/SimplePopup/script.d.ts +0 -3
  34. package/dist/adstore/apps/templates/src/promos/WideCard/chunks/matchesOneTwoSlideChunk/index.d.ts +0 -3
  35. package/dist/adstore/apps/templates/src/promos/WideCard/chunks/matchesOneTwoSlideChunk/script.d.ts +0 -3
  36. package/dist/adstore/apps/templates/src/promos/WideCard/chunks/matchesSlideChunk/index.d.ts +0 -3
  37. package/dist/adstore/apps/templates/src/promos/WideCard/chunks/matchesSlideChunk/script.d.ts +0 -3
  38. package/dist/adstore/apps/templates/src/promos/WideCard/chunks/textSlideChunk/index.d.ts +0 -3
  39. package/dist/adstore/apps/templates/src/promos/WideCard/chunks/textSlideChunk/script.d.ts +0 -3
  40. package/dist/adstore/apps/templates/src/promos/WideCard/index.d.ts +0 -8
  41. package/dist/adstore/apps/templates/src/promos/WideCard/script.d.ts +0 -3
  42. package/dist/adstore/apps/templates/src/promos/index.d.ts +0 -7
  43. package/dist/adstore/apps/templates/src/renderDriver.d.ts +0 -48
  44. package/dist/adstore/apps/templates/src/utils/htmlToElement.d.ts +0 -1
  45. package/dist/adstore/apps/templates/src/utils/injectLink.d.ts +0 -6
  46. package/dist/adstore/apps/templates/src/utils/injectStyle.d.ts +0 -1
  47. package/dist/adstore/apps/templates/src/utils/injectStyleRules.d.ts +0 -2
  48. package/dist/adstore/apps/templates/src/utils/isRenderDriver.d.ts +0 -2
  49. package/dist/adstore/apps/templates/src/utils/isTemplate.d.ts +0 -1
  50. package/dist/adstore/apps/templates/src/utils/switchTextAlignToFlex.d.ts +0 -1
  51. package/dist/adstore/apps/templates/src/utils/toggleClassName.d.ts +0 -1
  52. package/dist/my-lib.d.ts +0 -1
  53. package/dist/my-lib.es.js +0 -2463
  54. package/dist/my-lib.umd.js +0 -247
package/dist/style.css ADDED
@@ -0,0 +1,1651 @@
1
+ *,
2
+ *::before,
3
+ *::after {
4
+ box-sizing: border-box;
5
+ -webkit-appearance: none;
6
+ }
7
+
8
+ html {
9
+ font-family: sans-serif;
10
+ line-height: 1.15;
11
+ -webkit-text-size-adjust: 100%;
12
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
13
+ }
14
+
15
+ body {
16
+ margin: 0;
17
+ font-family: "Roboto", sans-serif;
18
+ font-size: 12px;
19
+ line-height: 1.33333333;
20
+ color: #333;
21
+ text-align: left;
22
+ }
23
+
24
+ [tabindex="-1"]:focus {
25
+ outline: 0 !important;
26
+ }
27
+
28
+ hr {
29
+ box-sizing: content-box;
30
+ height: 0;
31
+ overflow: visible;
32
+ }
33
+
34
+ h1,
35
+ h2,
36
+ h3,
37
+ h4,
38
+ h5,
39
+ h6 {
40
+ margin-top: 0;
41
+ margin-bottom: 8px;
42
+ }
43
+
44
+ p {
45
+ margin-top: 0;
46
+ margin-bottom: 16px;
47
+ }
48
+
49
+ ol,
50
+ ul {
51
+ margin-top: 0;
52
+ margin-bottom: 16px;
53
+ }
54
+
55
+ ol ol,
56
+ ul ul,
57
+ ol ul,
58
+ ul ol {
59
+ margin-bottom: 0;
60
+ }
61
+
62
+ a {
63
+ text-decoration: none;
64
+ background-color: transparent;
65
+ }
66
+ a:hover {
67
+ text-decoration: none;
68
+ }
69
+ @media (hover: none) {
70
+ a:hover {
71
+ color: unset;
72
+ text-decoration: unset;
73
+ }
74
+ }
75
+
76
+ img {
77
+ vertical-align: middle;
78
+ }
79
+
80
+ svg {
81
+ overflow: hidden;
82
+ vertical-align: middle;
83
+ }
84
+
85
+ button {
86
+ border-radius: 0;
87
+ }
88
+
89
+ button:focus {
90
+ outline: 1px dotted;
91
+ outline: 5px auto -webkit-focus-ring-color;
92
+ }
93
+
94
+ input,
95
+ button,
96
+ select,
97
+ optgroup,
98
+ textarea {
99
+ margin: 0;
100
+ font-family: inherit;
101
+ font-size: inherit;
102
+ line-height: inherit;
103
+ }
104
+
105
+ button,
106
+ input {
107
+ overflow: visible;
108
+ }
109
+
110
+ button,
111
+ select {
112
+ text-transform: none;
113
+ }
114
+
115
+ button,
116
+ [type=button],
117
+ [type=reset],
118
+ [type=submit] {
119
+ -webkit-appearance: button;
120
+ }
121
+
122
+ textarea {
123
+ overflow: auto;
124
+ resize: vertical;
125
+ }._root_10lbg_1 {
126
+ position: relative;
127
+ }
128
+
129
+ ._icon_10lbg_5 {
130
+ width: 30px;
131
+ height: 30px;
132
+ display: flex;
133
+ align-items: center;
134
+ justify-content: center;
135
+ background-color: #333;
136
+ color: #fff;
137
+ border-radius: 50%;
138
+ cursor: pointer;
139
+ }
140
+
141
+ ._iconTarget_10lbg_17 {
142
+ width: 17px;
143
+ height: 20px;
144
+ }
145
+
146
+ ._body_10lbg_22 {
147
+ position: absolute;
148
+ left: -30px;
149
+ top: 50px;
150
+ width: 290px;
151
+ display: none;
152
+ }
153
+
154
+ ._bodyOpen_10lbg_30 {
155
+ animation: _simpleGift_in_10lbg_1 0.3s;
156
+ display: block;
157
+ }
158
+
159
+ @keyframes _simpleGift_in_10lbg_1 {
160
+ from {
161
+ opacity: 0;
162
+ }
163
+ to {
164
+ opacity: 1;
165
+ }
166
+ }
167
+ ._close_10lbg_43 {
168
+ position: absolute;
169
+ top: 9px;
170
+ right: 9px;
171
+ color: #fff;
172
+ display: flex;
173
+ align-items: center;
174
+ cursor: pointer;
175
+ }
176
+ ._close_10lbg_43 svg {
177
+ width: 15px;
178
+ height: 15px;
179
+ }
180
+
181
+ ._arrow_10lbg_57 {
182
+ position: absolute;
183
+ transform: rotate(45deg);
184
+ height: 15px;
185
+ width: 15px;
186
+ top: -7px;
187
+ left: 38px;
188
+ background-color: #333;
189
+ }
190
+
191
+ ._container_10lbg_67 {
192
+ background-color: #333;
193
+ padding: 10px 10px 4px 10px;
194
+ border-radius: 4px;
195
+ }
196
+
197
+ ._inner_10lbg_73 {
198
+ display: flex;
199
+ align-items: center;
200
+ margin-bottom: 10px;
201
+ padding-right: 30px;
202
+ }
203
+
204
+ ._logo_10lbg_80 {
205
+ min-width: 60px;
206
+ height: 24px;
207
+ background-color: #eee;
208
+ }
209
+
210
+ ._text_10lbg_86 {
211
+ font-size: 17px;
212
+ line-height: 1.2;
213
+ color: #fff;
214
+ margin-left: 10px;
215
+ --accent-color: #ffbc00;
216
+ --accent-size: #fff;
217
+ --font-family: Roboto, sans-serif;
218
+ }
219
+ ._text_10lbg_86 span {
220
+ font-family: var(--font-family);
221
+ color: var(--accent-color);
222
+ font-size: var(--accent-size);
223
+ }
224
+
225
+ ._button_10lbg_101 {
226
+ font-size: 13px;
227
+ line-height: 2;
228
+ border-radius: 4px;
229
+ text-align: center;
230
+ background-color: #ffbc00;
231
+ color: #333;
232
+ }
233
+
234
+ ._buttonAnimated_10lbg_110 {
235
+ animation: _increase_10lbg_1 3s infinite;
236
+ }
237
+
238
+ ._legal_10lbg_114 {
239
+ position: relative;
240
+ display: flex;
241
+ width: calc(100% + 12px);
242
+ min-height: 18px;
243
+ left: -6px;
244
+ right: 4px;
245
+ z-index: 2;
246
+ padding: 3px 5px;
247
+ color: #fff;
248
+ background-color: #333;
249
+ border-radius: 4px;
250
+ font-size: 9px;
251
+ line-height: 11px;
252
+ margin-top: 5px;
253
+ }
254
+
255
+ ._legalOpen_10lbg_131 {
256
+ position: absolute;
257
+ inset: 0;
258
+ z-index: 2;
259
+ padding: 4px;
260
+ width: 100%;
261
+ }
262
+
263
+ ._legalText_10lbg_139 {
264
+ display: inline-block;
265
+ margin: 0;
266
+ -webkit-line-clamp: 1;
267
+ display: -webkit-box;
268
+ -webkit-box-orient: vertical;
269
+ overflow: hidden;
270
+ text-overflow: ellipsis;
271
+ padding-right: 25px;
272
+ }
273
+ ._legalOpen_10lbg_131 ._legalText_10lbg_139 {
274
+ text-align: center;
275
+ padding-right: 0;
276
+ }
277
+
278
+ ._legalButton_10lbg_154 {
279
+ cursor: pointer;
280
+ text-decoration: underline;
281
+ position: absolute;
282
+ right: 4px;
283
+ bottom: 4px;
284
+ }
285
+ ._legalOpen_10lbg_131 ._legalButton_10lbg_154 {
286
+ position: initial;
287
+ display: inline-block;
288
+ margin: 0 3px;
289
+ }
290
+
291
+ @keyframes _fadein_10lbg_1 {
292
+ 0%, 100% {
293
+ opacity: 0;
294
+ }
295
+ 50% {
296
+ opacity: 1;
297
+ }
298
+ }
299
+ @keyframes _pulse_10lbg_1 {
300
+ from {
301
+ transform: scale(1);
302
+ }
303
+ to {
304
+ transform: scale(1.05);
305
+ }
306
+ }
307
+ @keyframes _gradient_10lbg_1 {
308
+ 0% {
309
+ background-position: 0% 50%;
310
+ }
311
+ 50% {
312
+ background-position: 100% 50%;
313
+ }
314
+ 100% {
315
+ background-position: 0% 50%;
316
+ }
317
+ }
318
+ @keyframes _wiggle_10lbg_1 {
319
+ 0%, 7% {
320
+ transform: rotateZ(0);
321
+ }
322
+ 15% {
323
+ transform: rotateZ(-15deg);
324
+ }
325
+ 20% {
326
+ transform: rotateZ(10deg);
327
+ }
328
+ 25% {
329
+ transform: rotateZ(-10deg);
330
+ }
331
+ 30% {
332
+ transform: rotateZ(6deg);
333
+ }
334
+ 35% {
335
+ transform: rotateZ(-4deg);
336
+ }
337
+ 40%, 100% {
338
+ transform: rotateZ(0);
339
+ }
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 {
355
+ position: relative;
356
+ }
357
+
358
+ ._icon_107vu_5 {
359
+ width: 30px;
360
+ height: 30px;
361
+ display: flex;
362
+ align-items: center;
363
+ justify-content: center;
364
+ background-color: #333;
365
+ color: #fff;
366
+ border-radius: 50%;
367
+ cursor: pointer;
368
+ }
369
+
370
+ ._iconTarget_107vu_17 {
371
+ width: 17px;
372
+ height: 20px;
373
+ }
374
+
375
+ ._body_107vu_22 {
376
+ position: absolute;
377
+ left: -30px;
378
+ top: 50px;
379
+ width: 360px;
380
+ display: none;
381
+ }
382
+
383
+ ._bodyOpen_107vu_30 {
384
+ animation: _complexGift_in_107vu_1 0.3s;
385
+ display: block;
386
+ }
387
+
388
+ @keyframes _complexGift_in_107vu_1 {
389
+ from {
390
+ opacity: 0;
391
+ }
392
+ to {
393
+ opacity: 1;
394
+ }
395
+ }
396
+ ._arrow_107vu_43 {
397
+ position: absolute;
398
+ transform: rotate(45deg);
399
+ height: 15px;
400
+ width: 15px;
401
+ top: -7px;
402
+ left: 38px;
403
+ background-color: #333;
404
+ }
405
+
406
+ ._container_107vu_53 {
407
+ background-color: #333;
408
+ border-radius: 4px;
409
+ }
410
+
411
+ ._promotion_107vu_58 {
412
+ position: absolute;
413
+ top: 12px;
414
+ right: 35px;
415
+ color: #fff;
416
+ font-size: 8px;
417
+ }
418
+
419
+ ._close_107vu_66 {
420
+ position: absolute;
421
+ top: 9px;
422
+ right: 9px;
423
+ color: #fff;
424
+ display: flex;
425
+ align-items: center;
426
+ cursor: pointer;
427
+ }
428
+ ._close_107vu_66 svg {
429
+ width: 15px;
430
+ height: 15px;
431
+ }
432
+
433
+ ._head_107vu_80 {
434
+ padding: 12px 20px;
435
+ display: flex;
436
+ align-items: center;
437
+ color: #fff;
438
+ }
439
+
440
+ ._headIcon_107vu_87 {
441
+ width: 20px;
442
+ height: 20px;
443
+ margin-right: 10px;
444
+ }
445
+
446
+ ._headTitle_107vu_93 {
447
+ font-size: 16px;
448
+ line-height: 1.2;
449
+ font-weight: bold;
450
+ width: 100%;
451
+ }
452
+
453
+ ._inner_107vu_100 {
454
+ border-radius: 6px;
455
+ overflow: hidden;
456
+ padding: 0 6px 6px 6px;
457
+ }
458
+
459
+ @keyframes _fadein_107vu_1 {
460
+ 0%, 100% {
461
+ opacity: 0;
462
+ }
463
+ 50% {
464
+ opacity: 1;
465
+ }
466
+ }
467
+ @keyframes _pulse_107vu_1 {
468
+ from {
469
+ transform: scale(1);
470
+ }
471
+ to {
472
+ transform: scale(1.05);
473
+ }
474
+ }
475
+ @keyframes _gradient_107vu_1 {
476
+ 0% {
477
+ background-position: 0 50%;
478
+ }
479
+ 50% {
480
+ background-position: 100% 50%;
481
+ }
482
+ 100% {
483
+ background-position: 0 50%;
484
+ }
485
+ }
486
+ @keyframes _wiggle_107vu_1 {
487
+ 0%, 7% {
488
+ transform: rotateZ(0);
489
+ }
490
+ 15% {
491
+ transform: rotateZ(-15deg);
492
+ }
493
+ 20% {
494
+ transform: rotateZ(10deg);
495
+ }
496
+ 25% {
497
+ transform: rotateZ(-10deg);
498
+ }
499
+ 30% {
500
+ transform: rotateZ(6deg);
501
+ }
502
+ 35% {
503
+ transform: rotateZ(-4deg);
504
+ }
505
+ 40%, 100% {
506
+ transform: rotateZ(0);
507
+ }
508
+ }._root_1p6us_1 {
509
+ padding: 6px;
510
+ background-color: #fff;
511
+ position: relative;
512
+ display: block;
513
+ }
514
+ ._root_1p6us_1:first-child {
515
+ border-top-left-radius: 6px;
516
+ border-top-right-radius: 6px;
517
+ }
518
+ ._root_1p6us_1:first-child:after {
519
+ display: none;
520
+ }
521
+ ._root_1p6us_1:last-child {
522
+ border-bottom-left-radius: 6px;
523
+ border-bottom-right-radius: 6px;
524
+ border-bottom: none;
525
+ }
526
+ ._root_1p6us_1:after {
527
+ content: "";
528
+ width: 100%;
529
+ height: 1px;
530
+ background-color: #d8dbe6;
531
+ position: absolute;
532
+ left: 0;
533
+ right: 0;
534
+ bottom: 0;
535
+ }
536
+
537
+ ._body_1p6us_30 {
538
+ display: flex;
539
+ align-items: center;
540
+ position: relative;
541
+ padding-left: 6px;
542
+ justify-content: space-between;
543
+ }
544
+
545
+ ._bodyInner_1p6us_38 {
546
+ display: flex;
547
+ align-items: center;
548
+ }
549
+
550
+ ._line_1p6us_43 {
551
+ position: absolute;
552
+ left: -6px;
553
+ top: 0;
554
+ bottom: 0;
555
+ width: 2px;
556
+ background-color: #ffb800;
557
+ border-radius: 0 2px 2px 0;
558
+ }
559
+
560
+ ._text_1p6us_53 {
561
+ font-size: 12px;
562
+ line-height: 1.2;
563
+ color: #333;
564
+ font-weight: bold;
565
+ padding-right: 10px;
566
+ --accent-size: 12px;
567
+ --accent-color: #ffbc00;
568
+ --font-family: Roboto, sans-serif;
569
+ }
570
+ ._text_1p6us_53 span {
571
+ font-family: var(--font-family);
572
+ color: var(--accent-color);
573
+ font-size: var(--accent-size);
574
+ }
575
+
576
+ ._button_1p6us_69 {
577
+ margin-left: auto;
578
+ padding: 2px;
579
+ background-color: #ffb800;
580
+ border-radius: 20px;
581
+ display: flex;
582
+ align-items: center;
583
+ font-size: 10px;
584
+ text-transform: uppercase;
585
+ line-height: 2;
586
+ font-weight: bold;
587
+ }
588
+ ._button_1p6us_69 ._logo_1p6us_81 {
589
+ width: 30px;
590
+ height: 30px;
591
+ margin-right: initial;
592
+ display: block;
593
+ }
594
+ ._variant2_1p6us_87 ._button_1p6us_69 ._logo_1p6us_81 {
595
+ display: none;
596
+ }
597
+
598
+ ._buttonText_1p6us_91 {
599
+ padding: 0 7px;
600
+ }
601
+
602
+ ._logo_1p6us_81 {
603
+ width: 25px;
604
+ height: 25px;
605
+ border-radius: 30px;
606
+ background-color: #eee;
607
+ margin-right: 10px;
608
+ display: none;
609
+ }
610
+ ._variant2_1p6us_87 ._logo_1p6us_81 {
611
+ display: block;
612
+ }
613
+
614
+ ._legal_1p6us_107 {
615
+ background-color: #eee;
616
+ padding: 2px 5px;
617
+ height: 14px;
618
+ overflow: auto;
619
+ margin-top: 6px;
620
+ border-radius: 4px;
621
+ color: #7e8392;
622
+ font-size: 8px;
623
+ }._root_1bgnc_1 {
624
+ max-width: 320px;
625
+ width: 100%;
626
+ overflow: hidden;
627
+ border-radius: 10px;
628
+ background-color: #fff;
629
+ min-height: 500px;
630
+ display: flex;
631
+ }
632
+
633
+ ._laptop_1bgnc_11, ._tablet_1bgnc_11 {
634
+ max-width: 410px;
635
+ min-height: 680px;
636
+ }
637
+
638
+ ._desktop_1bgnc_16 {
639
+ max-width: 930px;
640
+ min-height: 500px;
641
+ }
642
+
643
+ ._body_1bgnc_21 {
644
+ padding: 25px 10px 12px 10px;
645
+ display: flex;
646
+ flex-direction: column;
647
+ justify-content: flex-end;
648
+ align-items: center;
649
+ }
650
+ ._desktop_1bgnc_16 ._body_1bgnc_21 {
651
+ padding: 30px 47px 15px 47px;
652
+ }
653
+
654
+ ._logo_1bgnc_32 {
655
+ width: 100px;
656
+ height: 60px;
657
+ background: #eee;
658
+ }
659
+
660
+ ._text_1bgnc_38 {
661
+ margin: auto 0;
662
+ }
663
+
664
+ ._button_1bgnc_42 {
665
+ border-radius: 8px;
666
+ padding: 0 15px;
667
+ font-size: 24px;
668
+ background-color: #ffbc00;
669
+ margin-bottom: 12px;
670
+ display: flex;
671
+ align-items: center;
672
+ justify-content: center;
673
+ width: 100%;
674
+ }
675
+ ._desktop_1bgnc_16 ._button_1bgnc_42 {
676
+ width: 70%;
677
+ }
678
+
679
+ ._legal_1bgnc_57 {
680
+ font-size: 9px;
681
+ color: #333;
682
+ padding: 0 10px;
683
+ text-align: center;
684
+ width: 100%;
685
+ line-height: 1.2;
686
+ }
687
+ ._desktop_1bgnc_16 ._legal_1bgnc_57 {
688
+ width: 70%;
689
+ }._root_2ic16_1 {
690
+ font-size: 20px;
691
+ color: #333;
692
+ --accent-color: #f00;
693
+ --accent-size: 20px;
694
+ --font-family: Roboto, sans-serif;
695
+ }
696
+ ._root_2ic16_1 span {
697
+ font-family: var(--font-family);
698
+ color: var(--accent-color);
699
+ font-size: var(--accent-size);
700
+ }._root_13k8c_1 {
701
+ width: 280px;
702
+ overflow: hidden;
703
+ border-radius: 10px;
704
+ background-color: #fff;
705
+ padding: 15px 10px;
706
+ display: flex;
707
+ flex-direction: column;
708
+ justify-content: center;
709
+ height: 100%;
710
+ }
711
+
712
+ ._desktop_13k8c_13 {
713
+ width: 1000px;
714
+ padding: 30px 20px;
715
+ }
716
+
717
+ ._title_13k8c_18 {
718
+ text-transform: uppercase;
719
+ margin-bottom: 20px;
720
+ font-weight: bold;
721
+ font-size: 11px;
722
+ font-style: normal;
723
+ color: #333;
724
+ text-align: center;
725
+ line-height: 1.2;
726
+ }
727
+ ._desktop_13k8c_13 ._title_13k8c_18 {
728
+ margin-bottom: 70px;
729
+ font-size: 26px;
730
+ }
731
+
732
+ ._wrapper_13k8c_33 {
733
+ display: flex;
734
+ flex-direction: column;
735
+ justify-content: center;
736
+ gap: 15px;
737
+ }
738
+ ._desktop_13k8c_13 ._wrapper_13k8c_33 {
739
+ flex-direction: initial;
740
+ gap: 25px;
741
+ }._root_17kc6_1 {
742
+ text-align: center;
743
+ background-color: #f7f7f7;
744
+ overflow: hidden;
745
+ border-radius: 10px;
746
+ width: 265px;
747
+ display: block;
748
+ }
749
+
750
+ ._desktop_17kc6_10 {
751
+ height: 300px;
752
+ width: 300px;
753
+ }
754
+
755
+ ._header_17kc6_15 {
756
+ display: none;
757
+ background-color: #eee;
758
+ height: 49px;
759
+ align-items: center;
760
+ justify-content: center;
761
+ }
762
+ ._desktop_17kc6_10 ._header_17kc6_15 {
763
+ display: flex;
764
+ }
765
+
766
+ ._logo_17kc6_26 {
767
+ width: 60px;
768
+ background-color: #dbdbdb;
769
+ height: 40px;
770
+ }
771
+
772
+ ._container_17kc6_32 {
773
+ display: flex;
774
+ flex-direction: column;
775
+ padding: 10px;
776
+ }
777
+ ._desktop_17kc6_10 ._container_17kc6_32 {
778
+ padding: 0 16px 12px 16px;
779
+ justify-content: space-between;
780
+ height: calc(100% - 50px);
781
+ }
782
+
783
+ ._body_17kc6_43 {
784
+ padding: 11px 10px 9px 10px;
785
+ display: flex;
786
+ align-items: center;
787
+ margin-bottom: 12px;
788
+ }
789
+ ._desktop_17kc6_10 ._body_17kc6_43 {
790
+ margin: auto;
791
+ }
792
+ ._body_17kc6_43 ._logo_17kc6_26 {
793
+ display: block;
794
+ margin-right: 12px;
795
+ }
796
+ ._desktop_17kc6_10 ._body_17kc6_43 ._logo_17kc6_26 {
797
+ display: none;
798
+ }
799
+
800
+ ._text_17kc6_60 {
801
+ flex: 1;
802
+ display: block;
803
+ justify-content: center;
804
+ align-items: center;
805
+ white-space: pre-wrap;
806
+ color: #333;
807
+ text-align: center;
808
+ font-size: 16px;
809
+ --accent-size: 16px;
810
+ --accent-color: #e23333;
811
+ --font-family: Roboto, sans-serif;
812
+ }
813
+ ._text_17kc6_60 span {
814
+ font-family: var(--font-family);
815
+ color: var(--accent-color);
816
+ font-size: var(--accent-size);
817
+ }
818
+ ._desktop_17kc6_10 ._text_17kc6_60 {
819
+ font-size: 22px;
820
+ --accent-size: 22px;
821
+ }
822
+
823
+ ._button_17kc6_83 {
824
+ display: inline-flex;
825
+ align-items: center;
826
+ justify-content: center;
827
+ padding: 10px 15px;
828
+ margin-bottom: 10px;
829
+ font-size: 12px;
830
+ color: #333;
831
+ background-color: #eee;
832
+ border-radius: 8px;
833
+ width: 100%;
834
+ }
835
+ ._desktop_17kc6_10 ._button_17kc6_83 {
836
+ margin-bottom: 12px;
837
+ width: initial;
838
+ font-size: 16px;
839
+ }
840
+
841
+ ._legal_17kc6_101 {
842
+ overflow-y: auto;
843
+ padding: 0 4px;
844
+ height: 15px;
845
+ font-size: 9px;
846
+ color: #333;
847
+ }
848
+ ._desktop_17kc6_10 ._legal_17kc6_101 {
849
+ height: 20px;
850
+ }
851
+
852
+ ._legal_17kc6_101::-webkit-scrollbar {
853
+ width: 4px;
854
+ background: #E5E6E9;
855
+ border-radius: 5px;
856
+ }
857
+
858
+ ._legal_17kc6_101::-webkit-scrollbar-track {
859
+ border-radius: 5px;
860
+ }
861
+
862
+ ._legal_17kc6_101::-webkit-scrollbar-thumb {
863
+ background: #7E8392;
864
+ border-radius: 5px;
865
+ }._root_i7e17_1 {
866
+ max-width: 320px;
867
+ width: 100%;
868
+ overflow: hidden;
869
+ border-radius: 10px;
870
+ background-color: #fff;
871
+ min-height: 500px;
872
+ display: block;
873
+ }
874
+
875
+ ._laptop_i7e17_11,
876
+ ._tablet_i7e17_12 {
877
+ max-width: 410px;
878
+ min-height: 680px;
879
+ }
880
+
881
+ ._desktop_i7e17_17 {
882
+ max-width: 930px;
883
+ min-height: 500px;
884
+ }
885
+
886
+ ._body_i7e17_22 {
887
+ padding: 25px 10px 12px 10px;
888
+ display: flex;
889
+ flex-direction: column;
890
+ justify-content: flex-end;
891
+ align-items: center;
892
+ height: 100%;
893
+ }
894
+ ._desktop_i7e17_17 ._body_i7e17_22 {
895
+ padding: 30px 47px 15px 47px;
896
+ }
897
+
898
+ ._head_i7e17_34 {
899
+ display: flex;
900
+ align-items: center;
901
+ flex-direction: column-reverse;
902
+ margin-bottom: 10px;
903
+ }
904
+ ._desktop_i7e17_17 ._head_i7e17_34 {
905
+ flex-direction: initial;
906
+ }
907
+
908
+ ._title_i7e17_44 {
909
+ font-size: 23px;
910
+ text-transform: uppercase;
911
+ margin-top: 10px;
912
+ color: #333;
913
+ font-weight: bold;
914
+ }
915
+ ._desktop_i7e17_17 ._title_i7e17_44 {
916
+ font-size: 36px;
917
+ margin-right: 32px;
918
+ margin-bottom: initial;
919
+ }
920
+
921
+ ._logo_i7e17_57 {
922
+ width: 100px;
923
+ height: 60px;
924
+ background: #eee;
925
+ }
926
+
927
+ ._wrapper_i7e17_63 {
928
+ margin: auto 0;
929
+ display: flex;
930
+ flex-direction: column;
931
+ width: 100%;
932
+ }
933
+
934
+ ._text_i7e17_70 {
935
+ font-size: 20px;
936
+ color: #333;
937
+ margin-bottom: 15px;
938
+ width: 100%;
939
+ text-align: center;
940
+ --accent-color: #f0f;
941
+ --font-family: Roboto, sans-serif;
942
+ }
943
+ ._text_i7e17_70 span {
944
+ font-family: var(--font-family);
945
+ color: var(--accent-color);
946
+ font-size: var(--accent-size);
947
+ }
948
+
949
+ ._button_i7e17_85 {
950
+ display: flex;
951
+ align-items: center;
952
+ width: 100%;
953
+ text-transform: uppercase;
954
+ margin-bottom: 10px;
955
+ flex-direction: column;
956
+ border-radius: 4px;
957
+ overflow: hidden;
958
+ }
959
+ ._desktop_i7e17_17 ._button_i7e17_85 {
960
+ flex-direction: initial;
961
+ width: 80%;
962
+ }
963
+
964
+ ._buttonHead_i7e17_100 {
965
+ display: flex;
966
+ align-items: center;
967
+ height: 42px;
968
+ background-color: #e6aa00;
969
+ color: #333;
970
+ font-size: 22px;
971
+ padding: 0 20px;
972
+ white-space: nowrap;
973
+ width: 100%;
974
+ justify-content: center;
975
+ }
976
+ ._desktop_i7e17_17 ._buttonHead_i7e17_100 {
977
+ height: 55px;
978
+ width: initial;
979
+ flex-direction: initial;
980
+ font-size: 31px;
981
+ }
982
+
983
+ ._buttonTarget_i7e17_119 {
984
+ display: flex;
985
+ align-items: center;
986
+ height: 35px;
987
+ background-color: #ffbc00;
988
+ color: #333;
989
+ font-size: 16px;
990
+ padding: 0 15px;
991
+ width: 100%;
992
+ justify-content: center;
993
+ }
994
+ ._desktop_i7e17_17 ._buttonTarget_i7e17_119 {
995
+ height: 55px;
996
+ font-size: 31px;
997
+ }
998
+
999
+ ._legal_i7e17_135 {
1000
+ font-size: 9px;
1001
+ color: #333;
1002
+ padding: 0 10px;
1003
+ text-align: center;
1004
+ width: 100%;
1005
+ line-height: 1.2;
1006
+ }
1007
+ ._desktop_i7e17_17 ._legal_i7e17_135 {
1008
+ width: 70%;
1009
+ }._root_10yn9_1 {
1010
+ padding: 10px;
1011
+ display: flex;
1012
+ align-items: center;
1013
+ width: 100%;
1014
+ }
1015
+
1016
+ ._left_10yn9_8 {
1017
+ padding-right: 15px;
1018
+ display: none;
1019
+ align-items: center;
1020
+ border-right: 1px solid #333;
1021
+ flex: 1;
1022
+ }
1023
+ ._desktop_10yn9_15 ._left_10yn9_8 {
1024
+ display: flex;
1025
+ }
1026
+
1027
+ ._teams_10yn9_19 {
1028
+ margin-right: 30px;
1029
+ display: flex;
1030
+ align-items: center;
1031
+ }
1032
+
1033
+ ._logo_10yn9_25 {
1034
+ width: 50px;
1035
+ height: 50px;
1036
+ background-color: #eee;
1037
+ }
1038
+
1039
+ ._league_10yn9_31 {
1040
+ font-size: 15px;
1041
+ color: #333;
1042
+ }
1043
+
1044
+ ._name_10yn9_36 {
1045
+ font-size: 18px;
1046
+ font-weight: bold;
1047
+ color: #333;
1048
+ }
1049
+
1050
+ ._right_10yn9_42 {
1051
+ padding: 0 10px;
1052
+ width: 100%;
1053
+ display: flex;
1054
+ }
1055
+ ._desktop_10yn9_15 ._right_10yn9_42 {
1056
+ align-items: center;
1057
+ padding: 0 30px;
1058
+ width: 30%;
1059
+ }
1060
+
1061
+ ._odd_10yn9_53 {
1062
+ display: flex;
1063
+ align-items: center;
1064
+ flex-direction: column;
1065
+ flex: 1;
1066
+ }
1067
+ ._desktop_10yn9_15 ._odd_10yn9_53 {
1068
+ flex-direction: row;
1069
+ flex: initial;
1070
+ justify-content: space-between;
1071
+ width: 100%;
1072
+ }
1073
+
1074
+ ._oddLabel_10yn9_66 {
1075
+ font-size: 13px;
1076
+ color: #333;
1077
+ }
1078
+ ._desktop_10yn9_15 ._oddLabel_10yn9_66 {
1079
+ font-size: 19px;
1080
+ margin-right: 15px;
1081
+ }
1082
+
1083
+ ._oddValue_10yn9_75 {
1084
+ padding: 3px 10px;
1085
+ background-color: #ffbc00;
1086
+ border-radius: 2px;
1087
+ font-size: 13px;
1088
+ color: #333;
1089
+ margin-top: 3px;
1090
+ }
1091
+ ._desktop_10yn9_15 ._oddValue_10yn9_75 {
1092
+ font-size: 19px;
1093
+ padding: 3px 20px;
1094
+ margin-top: initial;
1095
+ }
1096
+
1097
+ ._team_10yn9_19 {
1098
+ display: flex;
1099
+ flex-direction: column;
1100
+ align-items: center;
1101
+ width: 30%;
1102
+ }
1103
+ ._desktop_10yn9_15 ._team_10yn9_19 {
1104
+ display: none;
1105
+ }
1106
+
1107
+ ._teamLogo_10yn9_99 {
1108
+ width: 34px;
1109
+ height: 34px;
1110
+ background-color: #eee;
1111
+ }
1112
+
1113
+ ._teamName_10yn9_105 {
1114
+ font-size: 11px;
1115
+ text-transform: uppercase;
1116
+ }._root_1slvw_1 {
1117
+ min-height: 100px;
1118
+ width: 350px;
1119
+ overflow: hidden;
1120
+ display: flex;
1121
+ flex-direction: column;
1122
+ justify-content: space-between;
1123
+ padding: 0 10px 5px;
1124
+ position: relative;
1125
+ border-style: solid;
1126
+ border-radius: 10px;
1127
+ border-width: 1px;
1128
+ border-color: #76a963;
1129
+ margin-bottom: 15px;
1130
+ }
1131
+ ._root_1slvw_1:last-child {
1132
+ margin-bottom: 0;
1133
+ }
1134
+
1135
+ ._background_1slvw_20 {
1136
+ position: absolute;
1137
+ top: 0;
1138
+ bottom: 0;
1139
+ right: 0;
1140
+ left: 0;
1141
+ background-color: #fff;
1142
+ }
1143
+
1144
+ ._body_1slvw_29 {
1145
+ display: flex;
1146
+ padding: 5px 0;
1147
+ width: 100%;
1148
+ justify-content: space-between;
1149
+ align-items: center;
1150
+ box-sizing: content-box;
1151
+ position: relative;
1152
+ }
1153
+
1154
+ ._bookmaker_1slvw_39 {
1155
+ margin-right: 10px;
1156
+ color: #7e8392;
1157
+ font-size: 12px;
1158
+ line-height: 16px;
1159
+ }
1160
+
1161
+ ._button_1slvw_46 {
1162
+ border-radius: 10px;
1163
+ font-size: 12px;
1164
+ line-height: 16px;
1165
+ font-weight: 700;
1166
+ text-transform: uppercase;
1167
+ text-align: center;
1168
+ cursor: pointer;
1169
+ padding: 7px 15px;
1170
+ background: #76a963;
1171
+ color: #fff;
1172
+ border-style: solid;
1173
+ }
1174
+
1175
+ ._rowFirst_1slvw_60 {
1176
+ color: #333;
1177
+ font-size: 14px;
1178
+ line-height: 1.2;
1179
+ }
1180
+
1181
+ ._rowSecond_1slvw_66 {
1182
+ color: #333;
1183
+ font-size: 12px;
1184
+ line-height: 1.2;
1185
+ }
1186
+
1187
+ ._legal_1slvw_72 {
1188
+ position: relative;
1189
+ display: flex;
1190
+ width: calc(100% + 12px);
1191
+ min-height: 18px;
1192
+ left: -6px;
1193
+ right: 4px;
1194
+ z-index: 2;
1195
+ padding: 3px 5px;
1196
+ color: rgb(126, 131, 146);
1197
+ background-color: rgb(250, 250, 250);
1198
+ border-radius: 10px;
1199
+ font-size: 12px;
1200
+ line-height: 16px;
1201
+ }
1202
+
1203
+ ._legalText_1slvw_88 {
1204
+ overflow: hidden;
1205
+ display: inline-block;
1206
+ margin: 0;
1207
+ -webkit-line-clamp: 1;
1208
+ display: -webkit-box;
1209
+ -webkit-box-orient: vertical;
1210
+ text-overflow: ellipsis;
1211
+ padding-right: 25px;
1212
+ }
1213
+ ._legalOpen_1slvw_98 ._legalText_1slvw_88 {
1214
+ display: block;
1215
+ text-align: left;
1216
+ }
1217
+
1218
+ ._legalButton_1slvw_103 {
1219
+ cursor: pointer;
1220
+ text-decoration: underline;
1221
+ position: absolute;
1222
+ right: 4px;
1223
+ bottom: 4px;
1224
+ }
1225
+ ._legalOpen_1slvw_98 ._legalButton_1slvw_103 {
1226
+ position: static;
1227
+ }._root_a3kem_1 {
1228
+ position: relative;
1229
+ z-index: 1;
1230
+ overflow: hidden;
1231
+ font-weight: 400;
1232
+ padding: 0 15px;
1233
+ height: 80px;
1234
+ width: 100%;
1235
+ background: #fff;
1236
+ display: block;
1237
+ }
1238
+
1239
+ ._desktop_a3kem_13,
1240
+ ._laptop_a3kem_14 {
1241
+ padding: 0 50px;
1242
+ }
1243
+
1244
+ ._promotion_a3kem_18 {
1245
+ position: absolute;
1246
+ bottom: 0;
1247
+ left: 0;
1248
+ color: #fff;
1249
+ background-color: #333;
1250
+ font-size: 7px;
1251
+ padding: 2px 6px;
1252
+ border-top-right-radius: 4px;
1253
+ }
1254
+ ._desktop_a3kem_13 ._promotion_a3kem_18, ._laptop_a3kem_14 ._promotion_a3kem_18 {
1255
+ border-top-left-radius: 4px;
1256
+ left: initial;
1257
+ right: 0;
1258
+ }
1259
+
1260
+ ._background_a3kem_34 {
1261
+ position: absolute;
1262
+ left: 0;
1263
+ right: 0;
1264
+ top: 0;
1265
+ bottom: 0;
1266
+ z-index: -1;
1267
+ }
1268
+
1269
+ ._content_a3kem_43 {
1270
+ margin: auto;
1271
+ height: 100%;
1272
+ display: grid;
1273
+ grid-gap: 10px;
1274
+ grid-template-rows: minmax(0, 1fr);
1275
+ grid-template-columns: minmax(0, 1fr) auto;
1276
+ align-items: center;
1277
+ max-width: 1300px;
1278
+ }
1279
+ ._desktop_a3kem_13 ._content_a3kem_43, ._laptop_a3kem_14 ._content_a3kem_43 {
1280
+ grid-template-columns: auto minmax(0, 1fr) auto;
1281
+ }
1282
+ ._variant2_a3kem_56 ._content_a3kem_43 {
1283
+ grid-template-columns: minmax(0, 1fr) auto;
1284
+ }
1285
+
1286
+ ._logo_a3kem_60 {
1287
+ background-size: contain;
1288
+ background-position: center;
1289
+ background-repeat: no-repeat;
1290
+ height: 35px;
1291
+ width: 100px;
1292
+ background-color: #eee;
1293
+ }
1294
+ ._variant2_a3kem_56 ._logo_a3kem_60 {
1295
+ display: none;
1296
+ }
1297
+
1298
+ ._left_a3kem_72 {
1299
+ width: 200px;
1300
+ height: 100%;
1301
+ align-items: center;
1302
+ justify-content: center;
1303
+ display: none;
1304
+ }
1305
+ ._desktop_a3kem_13 ._left_a3kem_72, ._laptop_a3kem_14 ._left_a3kem_72 {
1306
+ display: flex;
1307
+ }
1308
+ ._variant2_a3kem_56 ._left_a3kem_72 {
1309
+ display: none;
1310
+ }
1311
+
1312
+ ._center_a3kem_86 {
1313
+ position: relative;
1314
+ z-index: 1;
1315
+ height: 100%;
1316
+ }
1317
+
1318
+ ._slide_a3kem_92 {
1319
+ position: absolute;
1320
+ left: 0;
1321
+ top: 0;
1322
+ right: 0;
1323
+ bottom: 0;
1324
+ opacity: 0;
1325
+ animation-timing-function: ease-in;
1326
+ animation-duration: 3s;
1327
+ }
1328
+ ._slide_a3kem_92:only-child {
1329
+ animation: none;
1330
+ opacity: 1;
1331
+ }
1332
+ ._slide_animated_default_a3kem_106 {
1333
+ animation-name: _fade-in-out_a3kem_1;
1334
+ }
1335
+ ._slide_animated_bottom-top_a3kem_109 {
1336
+ animation-name: _fade-in-bottom-out-top_a3kem_1;
1337
+ }
1338
+ ._slide_animated_top-bottom_a3kem_112 {
1339
+ animation-name: _fade-in-bottom-out-top_a3kem_1;
1340
+ }
1341
+
1342
+ ._right_a3kem_116 {
1343
+ display: flex;
1344
+ flex-direction: column;
1345
+ align-items: center;
1346
+ justify-content: center;
1347
+ height: 100%;
1348
+ }
1349
+ ._right_a3kem_116 ._logo_a3kem_60 {
1350
+ display: block;
1351
+ max-height: 35px;
1352
+ }
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 {
1354
+ display: none;
1355
+ }
1356
+
1357
+ ._buttonWrapper_a3kem_131 {
1358
+ margin-top: 7px;
1359
+ }
1360
+ ._buttonWrapper_a3kem_131:before {
1361
+ z-index: 2;
1362
+ display: block;
1363
+ content: "";
1364
+ position: absolute;
1365
+ left: 0;
1366
+ top: 0;
1367
+ bottom: 0;
1368
+ right: 0;
1369
+ transform: none;
1370
+ }
1371
+ ._desktop_a3kem_13 ._buttonWrapper_a3kem_131, ._laptop_a3kem_14 ._buttonWrapper_a3kem_131 {
1372
+ margin-top: 0;
1373
+ }
1374
+
1375
+ ._button_a3kem_131 {
1376
+ background-color: #ff6a13;
1377
+ border-radius: 20px;
1378
+ color: #fff;
1379
+ font-weight: bold;
1380
+ font-size: 10px;
1381
+ text-transform: uppercase;
1382
+ white-space: nowrap;
1383
+ display: block;
1384
+ text-align: center;
1385
+ padding: 5px 15px;
1386
+ transition: filter 250ms;
1387
+ }
1388
+ ._button_animated_a3kem_162 {
1389
+ animation: _increase_a3kem_1 3s infinite;
1390
+ }
1391
+ ._desktop_a3kem_13 ._button_a3kem_131, ._laptop_a3kem_14 ._button_a3kem_131 {
1392
+ margin-top: 0;
1393
+ padding: 10px 35px;
1394
+ }
1395
+ ._variant2_a3kem_56 ._button_a3kem_131 {
1396
+ display: flex;
1397
+ align-items: center;
1398
+ padding: 2px 12px 2px 2px;
1399
+ }
1400
+ ._button_a3kem_131 ._logo_a3kem_60 {
1401
+ display: none;
1402
+ width: 35px;
1403
+ height: 35px;
1404
+ border-radius: 30px;
1405
+ margin-right: 10px;
1406
+ }
1407
+ ._variant2_a3kem_56 ._button_a3kem_131 ._logo_a3kem_60 {
1408
+ display: block;
1409
+ }
1410
+
1411
+ @keyframes _fade-in-out_a3kem_1 {
1412
+ 0% {
1413
+ opacity: 0;
1414
+ }
1415
+ 5% {
1416
+ opacity: 1;
1417
+ }
1418
+ 95% {
1419
+ opacity: 1;
1420
+ }
1421
+ 100% {
1422
+ opacity: 0;
1423
+ }
1424
+ }
1425
+ @keyframes _fade-in-bottom-out-top_a3kem_1 {
1426
+ 0% {
1427
+ opacity: 0;
1428
+ transform: translateY(100%);
1429
+ }
1430
+ 10% {
1431
+ transform: translateY(0);
1432
+ opacity: 1;
1433
+ }
1434
+ 90% {
1435
+ transform: translateY(0);
1436
+ opacity: 1;
1437
+ }
1438
+ 100% {
1439
+ transform: translateY(-100%);
1440
+ opacity: 0;
1441
+ }
1442
+ }
1443
+ @keyframes _fade-in-top-out-bottom_a3kem_1 {
1444
+ 0% {
1445
+ opacity: 0;
1446
+ transform: translateY(-100%);
1447
+ }
1448
+ 10% {
1449
+ transform: translateY(0);
1450
+ opacity: 1;
1451
+ }
1452
+ 90% {
1453
+ transform: translateY(0);
1454
+ opacity: 1;
1455
+ }
1456
+ 100% {
1457
+ transform: translateY(100%);
1458
+ opacity: 0;
1459
+ }
1460
+ }
1461
+ @keyframes _increase_a3kem_1 {
1462
+ 0% {
1463
+ -webkit-transform: scale(1) translateZ(0);
1464
+ -moz-transform: scale(1) translateZ(0);
1465
+ transform: scale(1) translateZ(0);
1466
+ }
1467
+ 10%, 30% {
1468
+ -webkit-transform: scale(0.85) translateZ(0);
1469
+ -moz-transform: scale(0.85) translateZ(0);
1470
+ transform: scale(0.85) translateZ(0);
1471
+ }
1472
+ 20%, 40% {
1473
+ -webkit-transform: scale(1) translateZ(0);
1474
+ -moz-transform: scale(1) translateZ(0);
1475
+ transform: scale(1) translateZ(0);
1476
+ }
1477
+ 50% {
1478
+ -webkit-transform: scale(1) translateZ(0);
1479
+ -moz-transform: scale(1) translateZ(0);
1480
+ transform: scale(1) translateZ(0);
1481
+ }
1482
+ }._root_1cgtj_1 {
1483
+ height: 100%;
1484
+ display: flex;
1485
+ justify-content: center;
1486
+ align-items: center;
1487
+ white-space: pre-wrap;
1488
+ color: #333;
1489
+ font-size: 16px;
1490
+ --accent-color: #ffbc00ff;
1491
+ --accent-size: 16px;
1492
+ --font-family: Roboto, sans-serif;
1493
+ }
1494
+ ._root_1cgtj_1 span {
1495
+ font-family: var(--font-family);
1496
+ color: var(--accent-color);
1497
+ font-size: var(--accent-size);
1498
+ }
1499
+
1500
+ ._desktop_1cgtj_19 {
1501
+ font-size: 22px;
1502
+ --accent-size: 22px;
1503
+ }._root_vjs41_1 {
1504
+ display: grid;
1505
+ grid-template-columns: repeat(3, 1fr);
1506
+ height: 100%;
1507
+ }
1508
+
1509
+ ._odd_vjs41_7 {
1510
+ display: flex;
1511
+ flex-direction: row;
1512
+ align-items: center;
1513
+ justify-content: center;
1514
+ }
1515
+
1516
+ ._oddReverse_vjs41_14 {
1517
+ flex-direction: row-reverse;
1518
+ }
1519
+
1520
+ ._oddReverse_vjs41_14 ._oddLabel_vjs41_18 {
1521
+ margin-right: 10px;
1522
+ }
1523
+
1524
+ ._oddLabel_vjs41_18 {
1525
+ display: flex;
1526
+ align-items: center;
1527
+ justify-content: center;
1528
+ color: #000;
1529
+ font-size: 26px;
1530
+ }
1531
+
1532
+ ._oddLogo_vjs41_30 {
1533
+ width: 35px;
1534
+ height: 35px;
1535
+ background-color: #eee;
1536
+ }
1537
+
1538
+ ._coef_vjs41_36 {
1539
+ display: flex;
1540
+ align-items: center;
1541
+ justify-content: center;
1542
+ }
1543
+
1544
+ ._coefHead_vjs41_42 {
1545
+ color: #000;
1546
+ font-size: 26px;
1547
+ }
1548
+
1549
+ ._coefValue_vjs41_47 {
1550
+ color: #000;
1551
+ font-size: 26px;
1552
+ margin-left: 10px;
1553
+ }._root_1va5h_1 {
1554
+ display: flex;
1555
+ align-items: center;
1556
+ justify-content: center;
1557
+ height: 100%;
1558
+ }
1559
+
1560
+ ._title_1va5h_8 {
1561
+ color: #333;
1562
+ }
1563
+
1564
+ ._titleLabel_1va5h_12 {
1565
+ font-size: 12px;
1566
+ margin-right: 20px;
1567
+ }
1568
+ ._tablet_1va5h_16 ._titleLabel_1va5h_12 {
1569
+ font-size: 16px;
1570
+ }
1571
+ ._desktop_1va5h_19 ._titleLabel_1va5h_12, ._laptop_1va5h_19 ._titleLabel_1va5h_12 {
1572
+ font-size: 20px;
1573
+ }
1574
+
1575
+ ._titleValue_1va5h_23 {
1576
+ font-weight: bold;
1577
+ font-size: 12px;
1578
+ }
1579
+ ._tablet_1va5h_16 ._titleValue_1va5h_23 {
1580
+ font-size: 16px;
1581
+ }
1582
+ ._desktop_1va5h_19 ._titleValue_1va5h_23, ._laptop_1va5h_19 ._titleValue_1va5h_23 {
1583
+ font-size: 20px;
1584
+ }
1585
+
1586
+ ._team_1va5h_34 {
1587
+ display: flex;
1588
+ align-items: center;
1589
+ margin-bottom: 10px;
1590
+ position: relative;
1591
+ padding-left: 50px;
1592
+ }
1593
+ ._desktop_1va5h_19 ._team_1va5h_34, ._laptop_1va5h_19 ._team_1va5h_34 {
1594
+ padding-left: 65px;
1595
+ }
1596
+ ._team_1va5h_34:first-child ._teamLogo_1va5h_44 {
1597
+ top: 50%;
1598
+ transform: translateY(-40%);
1599
+ }
1600
+ ._team_1va5h_34:last-child {
1601
+ margin-bottom: initial;
1602
+ }
1603
+ ._team_1va5h_34:last-child ._teamLogo_1va5h_44 {
1604
+ top: 50%;
1605
+ transform: translateY(-60%);
1606
+ }
1607
+
1608
+ ._teamLogo_1va5h_44 {
1609
+ width: 32px;
1610
+ height: 32px;
1611
+ background-color: #eee;
1612
+ position: absolute;
1613
+ left: 0;
1614
+ }
1615
+ ._tablet_1va5h_16 ._teamLogo_1va5h_44 {
1616
+ width: 38px;
1617
+ height: 38px;
1618
+ }
1619
+ ._desktop_1va5h_19 ._teamLogo_1va5h_44, ._laptop_1va5h_19 ._teamLogo_1va5h_44 {
1620
+ width: 40px;
1621
+ height: 40px;
1622
+ }
1623
+
1624
+ ._teamName_1va5h_72 {
1625
+ display: none;
1626
+ font-size: 22px;
1627
+ font-weight: bold;
1628
+ color: #333;
1629
+ margin-right: 45px;
1630
+ width: 100%;
1631
+ }
1632
+ ._desktop_1va5h_19 ._teamName_1va5h_72, ._laptop_1va5h_19 ._teamName_1va5h_72 {
1633
+ display: block;
1634
+ }
1635
+
1636
+ ._teamValue_1va5h_84 {
1637
+ background-color: #3ec70e;
1638
+ padding: 1px 6px;
1639
+ font-size: 12px;
1640
+ font-weight: bold;
1641
+ color: #fff;
1642
+ border-radius: 4px;
1643
+ line-height: 1.2;
1644
+ }
1645
+ ._tablet_1va5h_16 ._teamValue_1va5h_84 {
1646
+ font-size: 14px;
1647
+ }
1648
+ ._desktop_1va5h_19 ._teamValue_1va5h_84, ._laptop_1va5h_19 ._teamValue_1va5h_84 {
1649
+ font-size: 16px;
1650
+ padding: 2px 10px;
1651
+ }