@adstore/templates 1.0.0 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (54) hide show
  1. package/CHANGELOG.md +18 -2
  2. package/dist/style.css +1613 -0
  3. package/dist/templates.es.js +2707 -0
  4. package/dist/templates.umd.js +2710 -0
  5. package/package.json +10 -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,1613 @@
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_1w7t1_1 {
126
+ position: relative;
127
+ }
128
+
129
+ ._icon_1w7t1_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_1w7t1_17 {
142
+ width: 17px;
143
+ height: 20px;
144
+ }
145
+
146
+ ._body_1w7t1_22 {
147
+ position: absolute;
148
+ left: -30px;
149
+ top: 50px;
150
+ width: 290px;
151
+ display: none;
152
+ }
153
+
154
+ ._bodyOpen_1w7t1_30 {
155
+ animation: _simpleGift_in_1w7t1_1 0.3s;
156
+ display: block;
157
+ }
158
+
159
+ @keyframes _simpleGift_in_1w7t1_1 {
160
+ from {
161
+ opacity: 0;
162
+ }
163
+ to {
164
+ opacity: 1;
165
+ }
166
+ }
167
+ ._close_1w7t1_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_1w7t1_43 svg {
177
+ width: 15px;
178
+ height: 15px;
179
+ }
180
+
181
+ ._arrow_1w7t1_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_1w7t1_67 {
192
+ background-color: #333;
193
+ padding: 10px 10px 4px 10px;
194
+ border-radius: 4px;
195
+ }
196
+
197
+ ._inner_1w7t1_73 {
198
+ display: flex;
199
+ align-items: center;
200
+ margin-bottom: 10px;
201
+ padding-right: 30px;
202
+ }
203
+
204
+ ._logo_1w7t1_80 {
205
+ min-width: 60px;
206
+ height: 24px;
207
+ background-color: #eee;
208
+ }
209
+
210
+ ._text_1w7t1_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
+ }
218
+ ._text_1w7t1_86 span {
219
+ color: var(--accent-color);
220
+ font-size: var(--accent-size);
221
+ }
222
+
223
+ ._button_1w7t1_99 {
224
+ font-size: 13px;
225
+ line-height: 2;
226
+ border-radius: 4px;
227
+ text-align: center;
228
+ background-color: #ffbc00;
229
+ color: #333;
230
+ }
231
+
232
+ ._legal_1w7t1_108 {
233
+ position: relative;
234
+ display: flex;
235
+ width: calc(100% + 12px);
236
+ min-height: 18px;
237
+ left: -6px;
238
+ right: 4px;
239
+ z-index: 2;
240
+ padding: 3px 5px;
241
+ color: #fff;
242
+ background-color: #333;
243
+ border-radius: 4px;
244
+ font-size: 9px;
245
+ line-height: 11px;
246
+ margin-top: 5px;
247
+ }
248
+
249
+ ._legalOpen_1w7t1_125 {
250
+ position: absolute;
251
+ inset: 0;
252
+ z-index: 2;
253
+ padding: 4px;
254
+ width: 100%;
255
+ }
256
+
257
+ ._legalText_1w7t1_133 {
258
+ display: inline-block;
259
+ margin: 0;
260
+ -webkit-line-clamp: 1;
261
+ display: -webkit-box;
262
+ -webkit-box-orient: vertical;
263
+ overflow: hidden;
264
+ text-overflow: ellipsis;
265
+ padding-right: 25px;
266
+ }
267
+ ._legalOpen_1w7t1_125 ._legalText_1w7t1_133 {
268
+ text-align: center;
269
+ padding-right: 0;
270
+ }
271
+
272
+ ._legalButton_1w7t1_148 {
273
+ cursor: pointer;
274
+ text-decoration: underline;
275
+ position: absolute;
276
+ right: 4px;
277
+ bottom: 4px;
278
+ }
279
+ ._legalOpen_1w7t1_125 ._legalButton_1w7t1_148 {
280
+ position: initial;
281
+ }
282
+
283
+ @keyframes _fadein_1w7t1_1 {
284
+ 0%, 100% {
285
+ opacity: 0;
286
+ }
287
+ 50% {
288
+ opacity: 1;
289
+ }
290
+ }
291
+ @keyframes _pulse_1w7t1_1 {
292
+ from {
293
+ transform: scale(1);
294
+ }
295
+ to {
296
+ transform: scale(1.05);
297
+ }
298
+ }
299
+ @keyframes _gradient_1w7t1_1 {
300
+ 0% {
301
+ background-position: 0% 50%;
302
+ }
303
+ 50% {
304
+ background-position: 100% 50%;
305
+ }
306
+ 100% {
307
+ background-position: 0% 50%;
308
+ }
309
+ }
310
+ @keyframes _wiggle_1w7t1_1 {
311
+ 0%, 7% {
312
+ transform: rotateZ(0);
313
+ }
314
+ 15% {
315
+ transform: rotateZ(-15deg);
316
+ }
317
+ 20% {
318
+ transform: rotateZ(10deg);
319
+ }
320
+ 25% {
321
+ transform: rotateZ(-10deg);
322
+ }
323
+ 30% {
324
+ transform: rotateZ(6deg);
325
+ }
326
+ 35% {
327
+ transform: rotateZ(-4deg);
328
+ }
329
+ 40%, 100% {
330
+ transform: rotateZ(0);
331
+ }
332
+ }._root_qnzzi_1 {
333
+ position: relative;
334
+ }
335
+
336
+ ._icon_qnzzi_5 {
337
+ width: 30px;
338
+ height: 30px;
339
+ display: flex;
340
+ align-items: center;
341
+ justify-content: center;
342
+ background-color: #333;
343
+ color: #fff;
344
+ border-radius: 50%;
345
+ cursor: pointer;
346
+ }
347
+
348
+ ._iconTarget_qnzzi_17 {
349
+ width: 17px;
350
+ height: 20px;
351
+ }
352
+
353
+ ._body_qnzzi_22 {
354
+ position: absolute;
355
+ left: -30px;
356
+ top: 50px;
357
+ width: 360px;
358
+ display: none;
359
+ }
360
+
361
+ ._bodyOpen_qnzzi_30 {
362
+ animation: _complexGift_in_qnzzi_1 0.3s;
363
+ display: block;
364
+ }
365
+
366
+ @keyframes _complexGift_in_qnzzi_1 {
367
+ from {
368
+ opacity: 0;
369
+ }
370
+ to {
371
+ opacity: 1;
372
+ }
373
+ }
374
+ ._arrow_qnzzi_43 {
375
+ position: absolute;
376
+ transform: rotate(45deg);
377
+ height: 15px;
378
+ width: 15px;
379
+ top: -7px;
380
+ left: 38px;
381
+ background-color: #333;
382
+ }
383
+
384
+ ._container_qnzzi_53 {
385
+ background-color: #333;
386
+ border-radius: 4px;
387
+ }
388
+
389
+ ._promotion_qnzzi_58 {
390
+ position: absolute;
391
+ top: 12px;
392
+ right: 35px;
393
+ color: #fff;
394
+ font-size: 8px;
395
+ }
396
+
397
+ ._close_qnzzi_66 {
398
+ position: absolute;
399
+ top: 9px;
400
+ right: 9px;
401
+ color: #fff;
402
+ display: flex;
403
+ align-items: center;
404
+ cursor: pointer;
405
+ }
406
+ ._close_qnzzi_66 svg {
407
+ width: 15px;
408
+ height: 15px;
409
+ }
410
+
411
+ ._head_qnzzi_80 {
412
+ padding: 12px 20px;
413
+ display: flex;
414
+ align-items: center;
415
+ color: #fff;
416
+ }
417
+
418
+ ._headIcon_qnzzi_87 {
419
+ width: 20px;
420
+ height: 20px;
421
+ margin-right: 10px;
422
+ }
423
+
424
+ ._headTitle_qnzzi_93 {
425
+ font-size: 16px;
426
+ line-height: 1.2;
427
+ font-weight: bold;
428
+ width: 100%;
429
+ }
430
+
431
+ ._inner_qnzzi_100 {
432
+ border-radius: 6px;
433
+ overflow: hidden;
434
+ padding: 0 6px 6px 6px;
435
+ }
436
+
437
+ @keyframes _fadein_qnzzi_1 {
438
+ 0%, 100% {
439
+ opacity: 0;
440
+ }
441
+ 50% {
442
+ opacity: 1;
443
+ }
444
+ }
445
+ @keyframes _pulse_qnzzi_1 {
446
+ from {
447
+ transform: scale(1);
448
+ }
449
+ to {
450
+ transform: scale(1.05);
451
+ }
452
+ }
453
+ @keyframes _gradient_qnzzi_1 {
454
+ 0% {
455
+ background-position: 0% 50%;
456
+ }
457
+ 50% {
458
+ background-position: 100% 50%;
459
+ }
460
+ 100% {
461
+ background-position: 0% 50%;
462
+ }
463
+ }
464
+ @keyframes _wiggle_qnzzi_1 {
465
+ 0%, 7% {
466
+ transform: rotateZ(0);
467
+ }
468
+ 15% {
469
+ transform: rotateZ(-15deg);
470
+ }
471
+ 20% {
472
+ transform: rotateZ(10deg);
473
+ }
474
+ 25% {
475
+ transform: rotateZ(-10deg);
476
+ }
477
+ 30% {
478
+ transform: rotateZ(6deg);
479
+ }
480
+ 35% {
481
+ transform: rotateZ(-4deg);
482
+ }
483
+ 40%, 100% {
484
+ transform: rotateZ(0);
485
+ }
486
+ }._root_rwvas_1 {
487
+ padding: 6px;
488
+ background-color: #fff;
489
+ position: relative;
490
+ display: block;
491
+ }
492
+ ._root_rwvas_1:first-child {
493
+ border-top-left-radius: 6px;
494
+ border-top-right-radius: 6px;
495
+ }
496
+ ._root_rwvas_1:first-child:after {
497
+ display: none;
498
+ }
499
+ ._root_rwvas_1:last-child {
500
+ border-bottom-left-radius: 6px;
501
+ border-bottom-right-radius: 6px;
502
+ border-bottom: none;
503
+ }
504
+ ._root_rwvas_1:after {
505
+ content: "";
506
+ width: 100%;
507
+ height: 1px;
508
+ background-color: #d8dbe6;
509
+ position: absolute;
510
+ left: 0;
511
+ right: 0;
512
+ bottom: 0;
513
+ }
514
+
515
+ ._body_rwvas_30 {
516
+ display: flex;
517
+ align-items: center;
518
+ position: relative;
519
+ padding-left: 6px;
520
+ }
521
+
522
+ ._line_rwvas_37 {
523
+ position: absolute;
524
+ left: -6px;
525
+ top: 0;
526
+ bottom: 0;
527
+ width: 2px;
528
+ background-color: #ffb800;
529
+ border-radius: 0 2px 2px 0;
530
+ }
531
+
532
+ ._text_rwvas_47 {
533
+ font-size: 12px;
534
+ line-height: 1.2;
535
+ color: #333;
536
+ font-weight: bold;
537
+ padding-right: 10px;
538
+ --accent-size: 12px;
539
+ --accent-color: #ffbc00;
540
+ }
541
+ ._text_rwvas_47 span {
542
+ color: var(--accent-color);
543
+ font-size: var(--accent-size);
544
+ }
545
+
546
+ ._button_rwvas_61 {
547
+ margin-left: auto;
548
+ padding: 2px;
549
+ background-color: #ffb800;
550
+ border-radius: 20px;
551
+ display: flex;
552
+ align-items: center;
553
+ font-size: 10px;
554
+ text-transform: uppercase;
555
+ line-height: 2;
556
+ font-weight: bold;
557
+ }
558
+ ._button_rwvas_61 ._logo_rwvas_73 {
559
+ width: 30px;
560
+ height: 30px;
561
+ margin-right: initial;
562
+ display: block;
563
+ }
564
+ ._variant2_rwvas_79 ._button_rwvas_61 ._logo_rwvas_73 {
565
+ display: none;
566
+ }
567
+
568
+ ._buttonText_rwvas_83 {
569
+ padding: 0 7px;
570
+ }
571
+
572
+ ._logo_rwvas_73 {
573
+ width: 25px;
574
+ height: 25px;
575
+ border-radius: 30px;
576
+ background-color: #eee;
577
+ margin-right: 10px;
578
+ display: none;
579
+ }
580
+ ._variant2_rwvas_79 ._logo_rwvas_73 {
581
+ display: block;
582
+ }
583
+
584
+ ._legal_rwvas_99 {
585
+ background-color: #eee;
586
+ padding: 2px 5px;
587
+ height: 14px;
588
+ overflow: auto;
589
+ margin-top: 6px;
590
+ border-radius: 4px;
591
+ color: #7e8392;
592
+ font-size: 8px;
593
+ }._root_15ve9_1 {
594
+ max-width: 320px;
595
+ width: 100%;
596
+ overflow: hidden;
597
+ border-radius: 10px;
598
+ background-color: #fff;
599
+ min-height: 500px;
600
+ }
601
+
602
+ ._laptop_15ve9_10, ._tablet_15ve9_10 {
603
+ max-width: 410px;
604
+ min-height: 680px;
605
+ }
606
+
607
+ ._desktop_15ve9_15 {
608
+ max-width: 930px;
609
+ min-height: 500px;
610
+ }
611
+
612
+ ._body_15ve9_20 {
613
+ padding: 25px 10px 12px 10px;
614
+ display: flex;
615
+ flex-direction: column;
616
+ justify-content: flex-end;
617
+ align-items: center;
618
+ height: 100%;
619
+ }
620
+ ._desktop_15ve9_15 ._body_15ve9_20 {
621
+ padding: 30px 47px 15px 47px;
622
+ }
623
+
624
+ ._logo_15ve9_32 {
625
+ width: 100px;
626
+ height: 60px;
627
+ background: #eee;
628
+ }
629
+
630
+ ._text_15ve9_38 {
631
+ margin: auto 0;
632
+ }
633
+
634
+ ._button_15ve9_42 {
635
+ height: 70px;
636
+ border-radius: 8px;
637
+ padding: 0 15px;
638
+ font-size: 24px;
639
+ background-color: #ffbc00;
640
+ margin-bottom: 12px;
641
+ display: flex;
642
+ align-items: center;
643
+ justify-content: center;
644
+ width: 100%;
645
+ }
646
+ ._desktop_15ve9_15 ._button_15ve9_42 {
647
+ width: 70%;
648
+ }
649
+
650
+ ._legal_15ve9_58 {
651
+ font-size: 9px;
652
+ color: #333;
653
+ padding: 0 10px;
654
+ text-align: center;
655
+ width: 100%;
656
+ line-height: 1.2;
657
+ }
658
+ ._desktop_15ve9_15 ._legal_15ve9_58 {
659
+ width: 70%;
660
+ }._root_otuq1_1 {
661
+ font-size: 20px;
662
+ color: #333;
663
+ --accent-color: #f00;
664
+ --accent-size: 20px;
665
+ }
666
+ ._root_otuq1_1 span {
667
+ color: var(--accent-color);
668
+ font-size: var(--accent-size);
669
+ }._root_1q3m6_1 {
670
+ max-width: 280px;
671
+ width: 100%;
672
+ overflow: hidden;
673
+ border-radius: 10px;
674
+ background-color: #fff;
675
+ }
676
+
677
+ ._desktop_1q3m6_9 {
678
+ max-width: 1000px;
679
+ }
680
+
681
+ ._content_1q3m6_13 {
682
+ padding: 15px 10px;
683
+ display: flex;
684
+ flex-direction: column;
685
+ justify-content: center;
686
+ height: 100%;
687
+ }
688
+ ._desktop_1q3m6_9 ._content_1q3m6_13 {
689
+ padding: 30px 20px;
690
+ }
691
+
692
+ ._title_1q3m6_24 {
693
+ text-transform: uppercase;
694
+ margin-bottom: 20px;
695
+ font-weight: bold;
696
+ font-size: 11px;
697
+ font-style: normal;
698
+ color: #333;
699
+ text-align: center;
700
+ line-height: 1.2;
701
+ }
702
+ ._desktop_1q3m6_9 ._title_1q3m6_24 {
703
+ margin-bottom: 70px;
704
+ font-size: 26px;
705
+ }
706
+
707
+ ._wrapper_1q3m6_39 {
708
+ display: flex;
709
+ flex-direction: column;
710
+ justify-content: center;
711
+ gap: 15px;
712
+ }
713
+ ._desktop_1q3m6_9 ._wrapper_1q3m6_39 {
714
+ flex-direction: initial;
715
+ gap: 25px;
716
+ }._root_6a4bh_1 {
717
+ text-align: center;
718
+ background-color: #f7f7f7;
719
+ overflow: hidden;
720
+ border-radius: 10px;
721
+ max-width: 300px;
722
+ display: block;
723
+ }
724
+
725
+ ._desktop_6a4bh_10 {
726
+ height: 300px;
727
+ }
728
+
729
+ ._header_6a4bh_14 {
730
+ display: none;
731
+ background-color: #eee;
732
+ height: 49px;
733
+ align-items: center;
734
+ justify-content: center;
735
+ }
736
+ ._desktop_6a4bh_10 ._header_6a4bh_14 {
737
+ display: flex;
738
+ }
739
+
740
+ ._logo_6a4bh_25 {
741
+ width: 60px;
742
+ background-color: #dbdbdb;
743
+ height: 40px;
744
+ }
745
+
746
+ ._container_6a4bh_31 {
747
+ display: flex;
748
+ flex-direction: column;
749
+ padding: 10px;
750
+ }
751
+ ._desktop_6a4bh_10 ._container_6a4bh_31 {
752
+ padding: 0 16px 12px 16px;
753
+ justify-content: space-between;
754
+ height: calc(100% - 50px);
755
+ }
756
+
757
+ ._body_6a4bh_42 {
758
+ padding: 11px 10px 9px 10px;
759
+ display: flex;
760
+ align-items: center;
761
+ margin-bottom: 12px;
762
+ }
763
+ ._desktop_6a4bh_10 ._body_6a4bh_42 {
764
+ margin: auto;
765
+ }
766
+ ._body_6a4bh_42 ._logo_6a4bh_25 {
767
+ display: block;
768
+ margin-right: 12px;
769
+ }
770
+ ._desktop_6a4bh_10 ._body_6a4bh_42 ._logo_6a4bh_25 {
771
+ display: none;
772
+ }
773
+
774
+ ._text_6a4bh_59 {
775
+ flex: 1;
776
+ display: block;
777
+ justify-content: center;
778
+ align-items: center;
779
+ white-space: pre-wrap;
780
+ color: #333;
781
+ text-align: center;
782
+ font-size: 16px;
783
+ --accent-size: 16px;
784
+ --accent-color: #e23333;
785
+ }
786
+ ._text_6a4bh_59 span {
787
+ color: var(--accent-color);
788
+ font-size: var(--accent-size);
789
+ }
790
+ ._desktop_6a4bh_10 ._text_6a4bh_59 {
791
+ font-size: 22px;
792
+ --accent-size: 22px;
793
+ }
794
+
795
+ ._button_6a4bh_80 {
796
+ display: inline-flex;
797
+ align-items: center;
798
+ justify-content: center;
799
+ padding: 0 15px;
800
+ height: 30px;
801
+ margin-bottom: 10px;
802
+ font-size: 12px;
803
+ color: #333;
804
+ background-color: #eee;
805
+ border-radius: 8px;
806
+ width: 100%;
807
+ }
808
+ ._desktop_6a4bh_10 ._button_6a4bh_80 {
809
+ height: 40px;
810
+ margin-bottom: 12px;
811
+ width: initial;
812
+ font-size: 16px;
813
+ }
814
+
815
+ ._legal_6a4bh_100 {
816
+ overflow-y: auto;
817
+ padding: 0 4px;
818
+ height: 15px;
819
+ font-size: 9px;
820
+ color: #333;
821
+ }
822
+ ._desktop_6a4bh_10 ._legal_6a4bh_100 {
823
+ height: 20px;
824
+ }
825
+
826
+ ._legal_6a4bh_100::-webkit-scrollbar {
827
+ width: 4px;
828
+ background: #fff;
829
+ border-radius: 5px;
830
+ }
831
+
832
+ ._legal_6a4bh_100::-webkit-scrollbar-track {
833
+ border-radius: 5px;
834
+ }
835
+
836
+ ._legal_6a4bh_100::-webkit-scrollbar-thumb {
837
+ background: #fff;
838
+ border-radius: 5px;
839
+ }._root_q9549_1 {
840
+ max-width: 320px;
841
+ width: 100%;
842
+ overflow: hidden;
843
+ border-radius: 10px;
844
+ background-color: #fff;
845
+ min-height: 500px;
846
+ display: block;
847
+ }
848
+
849
+ ._laptop_q9549_11,
850
+ ._tablet_q9549_12 {
851
+ max-width: 410px;
852
+ min-height: 680px;
853
+ }
854
+
855
+ ._desktop_q9549_17 {
856
+ max-width: 930px;
857
+ min-height: 500px;
858
+ }
859
+
860
+ ._body_q9549_22 {
861
+ padding: 25px 10px 12px 10px;
862
+ display: flex;
863
+ flex-direction: column;
864
+ justify-content: flex-end;
865
+ align-items: center;
866
+ height: 100%;
867
+ }
868
+ ._desktop_q9549_17 ._body_q9549_22 {
869
+ padding: 30px 47px 15px 47px;
870
+ }
871
+
872
+ ._head_q9549_34 {
873
+ display: flex;
874
+ align-items: center;
875
+ flex-direction: column-reverse;
876
+ margin-bottom: 10px;
877
+ }
878
+ ._desktop_q9549_17 ._head_q9549_34 {
879
+ flex-direction: initial;
880
+ }
881
+
882
+ ._title_q9549_44 {
883
+ font-size: 23px;
884
+ text-transform: uppercase;
885
+ margin-top: 10px;
886
+ color: #333;
887
+ font-weight: bold;
888
+ }
889
+ ._desktop_q9549_17 ._title_q9549_44 {
890
+ font-size: 36px;
891
+ margin-right: 32px;
892
+ margin-bottom: initial;
893
+ }
894
+
895
+ ._logo_q9549_57 {
896
+ width: 100px;
897
+ height: 60px;
898
+ background: #eee;
899
+ }
900
+
901
+ ._wrapper_q9549_63 {
902
+ margin: auto 0;
903
+ display: flex;
904
+ flex-direction: column;
905
+ width: 100%;
906
+ }
907
+
908
+ ._text_q9549_70 {
909
+ font-size: 20px;
910
+ color: #333;
911
+ margin-bottom: 15px;
912
+ width: 100%;
913
+ text-align: center;
914
+ --accent-color: #f0f;
915
+ }
916
+ ._text_q9549_70 span {
917
+ color: var(--accent-color);
918
+ font-size: var(--accent-size);
919
+ }
920
+
921
+ ._button_q9549_83 {
922
+ display: flex;
923
+ align-items: center;
924
+ width: 100%;
925
+ text-transform: uppercase;
926
+ margin-bottom: 10px;
927
+ flex-direction: column;
928
+ border-radius: 4px;
929
+ overflow: hidden;
930
+ }
931
+ ._desktop_q9549_17 ._button_q9549_83 {
932
+ flex-direction: initial;
933
+ width: 80%;
934
+ }
935
+
936
+ ._buttonHead_q9549_98 {
937
+ display: flex;
938
+ align-items: center;
939
+ height: 42px;
940
+ background-color: #e6aa00;
941
+ color: #333;
942
+ font-size: 22px;
943
+ padding: 0 20px;
944
+ white-space: nowrap;
945
+ width: 100%;
946
+ justify-content: center;
947
+ }
948
+ ._desktop_q9549_17 ._buttonHead_q9549_98 {
949
+ height: 55px;
950
+ width: initial;
951
+ flex-direction: initial;
952
+ font-size: 31px;
953
+ }
954
+
955
+ ._buttonTarget_q9549_117 {
956
+ display: flex;
957
+ align-items: center;
958
+ height: 35px;
959
+ background-color: #ffbc00;
960
+ color: #333;
961
+ font-size: 16px;
962
+ padding: 0 15px;
963
+ width: 100%;
964
+ justify-content: center;
965
+ }
966
+ ._desktop_q9549_17 ._buttonTarget_q9549_117 {
967
+ height: 55px;
968
+ font-size: 31px;
969
+ }
970
+
971
+ ._legal_q9549_133 {
972
+ font-size: 9px;
973
+ color: #333;
974
+ padding: 0 10px;
975
+ text-align: center;
976
+ width: 100%;
977
+ line-height: 1.2;
978
+ }
979
+ ._desktop_q9549_17 ._legal_q9549_133 {
980
+ width: 70%;
981
+ }._root_1ew5t_1 {
982
+ padding: 10px;
983
+ display: flex;
984
+ align-items: center;
985
+ width: 100%;
986
+ }
987
+
988
+ ._left_1ew5t_8 {
989
+ padding-right: 15px;
990
+ display: none;
991
+ align-items: center;
992
+ border-right: 1px solid #333;
993
+ flex: 1;
994
+ }
995
+ ._desktop_1ew5t_15 ._left_1ew5t_8 {
996
+ display: flex;
997
+ }
998
+
999
+ ._teams_1ew5t_19 {
1000
+ margin-right: 30px;
1001
+ display: flex;
1002
+ align-items: center;
1003
+ }
1004
+
1005
+ ._logo_1ew5t_25 {
1006
+ width: 50px;
1007
+ height: 50px;
1008
+ background-color: #eee;
1009
+ }
1010
+
1011
+ ._league_1ew5t_31 {
1012
+ font-size: 15px;
1013
+ color: #333;
1014
+ }
1015
+
1016
+ ._name_1ew5t_36 {
1017
+ font-size: 18px;
1018
+ font-weight: bold;
1019
+ color: #333;
1020
+ }
1021
+
1022
+ ._right_1ew5t_42 {
1023
+ padding: 0 10px;
1024
+ width: 100%;
1025
+ display: flex;
1026
+ align-items: center;
1027
+ }
1028
+ ._desktop_1ew5t_15 ._right_1ew5t_42 {
1029
+ padding: 0 30px;
1030
+ width: initial;
1031
+ }
1032
+
1033
+ ._odd_1ew5t_53 {
1034
+ display: flex;
1035
+ align-items: center;
1036
+ flex-direction: column;
1037
+ flex: 1;
1038
+ }
1039
+ ._desktop_1ew5t_15 ._odd_1ew5t_53 {
1040
+ flex-direction: row;
1041
+ flex: initial;
1042
+ }
1043
+
1044
+ ._oddLabel_1ew5t_64 {
1045
+ font-size: 13px;
1046
+ color: #333;
1047
+ }
1048
+ ._desktop_1ew5t_15 ._oddLabel_1ew5t_64 {
1049
+ font-size: 19px;
1050
+ margin-right: 15px;
1051
+ }
1052
+
1053
+ ._oddValue_1ew5t_73 {
1054
+ padding: 3px 10px;
1055
+ background-color: #ffbc00;
1056
+ border-radius: 2px;
1057
+ font-size: 13px;
1058
+ color: #333;
1059
+ margin-top: 3px;
1060
+ }
1061
+ ._desktop_1ew5t_15 ._oddValue_1ew5t_73 {
1062
+ font-size: 19px;
1063
+ padding: 3px 20px;
1064
+ margin-top: initial;
1065
+ }
1066
+
1067
+ ._team_1ew5t_19 {
1068
+ display: flex;
1069
+ flex-direction: column;
1070
+ align-items: center;
1071
+ }
1072
+ ._desktop_1ew5t_15 ._team_1ew5t_19 {
1073
+ display: none;
1074
+ }
1075
+
1076
+ ._teamLogo_1ew5t_96 {
1077
+ width: 34px;
1078
+ height: 34px;
1079
+ background-color: #eee;
1080
+ }
1081
+
1082
+ ._teamName_1ew5t_102 {
1083
+ font-size: 11px;
1084
+ text-transform: uppercase;
1085
+ }._root_1slvw_1 {
1086
+ min-height: 100px;
1087
+ width: 350px;
1088
+ overflow: hidden;
1089
+ display: flex;
1090
+ flex-direction: column;
1091
+ justify-content: space-between;
1092
+ padding: 0 10px 5px;
1093
+ position: relative;
1094
+ border-style: solid;
1095
+ border-radius: 10px;
1096
+ border-width: 1px;
1097
+ border-color: #76a963;
1098
+ margin-bottom: 15px;
1099
+ }
1100
+ ._root_1slvw_1:last-child {
1101
+ margin-bottom: 0;
1102
+ }
1103
+
1104
+ ._background_1slvw_20 {
1105
+ position: absolute;
1106
+ top: 0;
1107
+ bottom: 0;
1108
+ right: 0;
1109
+ left: 0;
1110
+ background-color: #fff;
1111
+ }
1112
+
1113
+ ._body_1slvw_29 {
1114
+ display: flex;
1115
+ padding: 5px 0;
1116
+ width: 100%;
1117
+ justify-content: space-between;
1118
+ align-items: center;
1119
+ box-sizing: content-box;
1120
+ position: relative;
1121
+ }
1122
+
1123
+ ._bookmaker_1slvw_39 {
1124
+ margin-right: 10px;
1125
+ color: #7e8392;
1126
+ font-size: 12px;
1127
+ line-height: 16px;
1128
+ }
1129
+
1130
+ ._button_1slvw_46 {
1131
+ border-radius: 10px;
1132
+ font-size: 12px;
1133
+ line-height: 16px;
1134
+ font-weight: 700;
1135
+ text-transform: uppercase;
1136
+ text-align: center;
1137
+ cursor: pointer;
1138
+ padding: 7px 15px;
1139
+ background: #76a963;
1140
+ color: #fff;
1141
+ border-style: solid;
1142
+ }
1143
+
1144
+ ._rowFirst_1slvw_60 {
1145
+ color: #333;
1146
+ font-size: 14px;
1147
+ line-height: 1.2;
1148
+ }
1149
+
1150
+ ._rowSecond_1slvw_66 {
1151
+ color: #333;
1152
+ font-size: 12px;
1153
+ line-height: 1.2;
1154
+ }
1155
+
1156
+ ._legal_1slvw_72 {
1157
+ position: relative;
1158
+ display: flex;
1159
+ width: calc(100% + 12px);
1160
+ min-height: 18px;
1161
+ left: -6px;
1162
+ right: 4px;
1163
+ z-index: 2;
1164
+ padding: 3px 5px;
1165
+ color: rgb(126, 131, 146);
1166
+ background-color: rgb(250, 250, 250);
1167
+ border-radius: 10px;
1168
+ font-size: 12px;
1169
+ line-height: 16px;
1170
+ }
1171
+
1172
+ ._legalText_1slvw_88 {
1173
+ overflow: hidden;
1174
+ display: inline-block;
1175
+ margin: 0;
1176
+ -webkit-line-clamp: 1;
1177
+ display: -webkit-box;
1178
+ -webkit-box-orient: vertical;
1179
+ text-overflow: ellipsis;
1180
+ padding-right: 25px;
1181
+ }
1182
+ ._legalOpen_1slvw_98 ._legalText_1slvw_88 {
1183
+ display: block;
1184
+ text-align: left;
1185
+ }
1186
+
1187
+ ._legalButton_1slvw_103 {
1188
+ cursor: pointer;
1189
+ text-decoration: underline;
1190
+ position: absolute;
1191
+ right: 4px;
1192
+ bottom: 4px;
1193
+ }
1194
+ ._legalOpen_1slvw_98 ._legalButton_1slvw_103 {
1195
+ position: static;
1196
+ }._root_1i5vb_1 {
1197
+ position: relative;
1198
+ z-index: 1;
1199
+ overflow: hidden;
1200
+ font-weight: 400;
1201
+ padding: 0 15px;
1202
+ height: 80px;
1203
+ width: 100%;
1204
+ background: #fff;
1205
+ display: block;
1206
+ }
1207
+
1208
+ ._desktop_1i5vb_13,
1209
+ ._laptop_1i5vb_14 {
1210
+ padding: 0 50px;
1211
+ }
1212
+
1213
+ ._promotion_1i5vb_18 {
1214
+ position: absolute;
1215
+ bottom: 0;
1216
+ right: 0;
1217
+ color: #fff;
1218
+ background-color: #333;
1219
+ font-size: 7px;
1220
+ padding: 2px 6px;
1221
+ border-top-left-radius: 4px;
1222
+ }
1223
+
1224
+ ._background_1i5vb_29 {
1225
+ position: absolute;
1226
+ left: 0;
1227
+ right: 0;
1228
+ top: 0;
1229
+ bottom: 0;
1230
+ z-index: -1;
1231
+ }
1232
+
1233
+ ._content_1i5vb_38 {
1234
+ margin: auto;
1235
+ height: 100%;
1236
+ display: grid;
1237
+ grid-gap: 10px;
1238
+ grid-template-rows: minmax(0, 1fr);
1239
+ grid-template-columns: minmax(0, 1fr) auto;
1240
+ align-items: center;
1241
+ max-width: 1300px;
1242
+ }
1243
+ ._desktop_1i5vb_13 ._content_1i5vb_38, ._laptop_1i5vb_14 ._content_1i5vb_38 {
1244
+ grid-template-columns: auto minmax(0, 1fr) auto;
1245
+ }
1246
+ ._variant2_1i5vb_51 ._content_1i5vb_38 {
1247
+ grid-template-columns: minmax(0, 1fr) auto;
1248
+ }
1249
+
1250
+ ._logo_1i5vb_55 {
1251
+ background-size: contain;
1252
+ background-position: center;
1253
+ background-repeat: no-repeat;
1254
+ height: 35px;
1255
+ width: 100px;
1256
+ background-color: #eee;
1257
+ }
1258
+ ._variant2_1i5vb_51 ._logo_1i5vb_55 {
1259
+ display: none;
1260
+ }
1261
+
1262
+ ._left_1i5vb_67 {
1263
+ width: 200px;
1264
+ height: 100%;
1265
+ align-items: center;
1266
+ justify-content: center;
1267
+ display: none;
1268
+ }
1269
+ ._desktop_1i5vb_13 ._left_1i5vb_67, ._laptop_1i5vb_14 ._left_1i5vb_67 {
1270
+ display: flex;
1271
+ }
1272
+ ._variant2_1i5vb_51 ._left_1i5vb_67 {
1273
+ display: none;
1274
+ }
1275
+
1276
+ ._center_1i5vb_81 {
1277
+ position: relative;
1278
+ z-index: 1;
1279
+ height: 100%;
1280
+ }
1281
+
1282
+ ._slide_1i5vb_87 {
1283
+ position: absolute;
1284
+ left: 0;
1285
+ top: 0;
1286
+ right: 0;
1287
+ bottom: 0;
1288
+ opacity: 0;
1289
+ animation-timing-function: ease-in;
1290
+ animation-duration: 3s;
1291
+ }
1292
+ ._slide_1i5vb_87:only-child {
1293
+ animation: none;
1294
+ opacity: 1;
1295
+ }
1296
+ ._slide_animated_default_1i5vb_101 {
1297
+ animation-name: _fade-in-out_1i5vb_1;
1298
+ }
1299
+ ._slide_animated_bottom-top_1i5vb_104 {
1300
+ animation-name: _fade-in-bottom-out-top_1i5vb_1;
1301
+ }
1302
+ ._slide_animated_top-bottom_1i5vb_107 {
1303
+ animation-name: _fade-in-bottom-out-top_1i5vb_1;
1304
+ }
1305
+
1306
+ ._right_1i5vb_111 {
1307
+ display: flex;
1308
+ flex-direction: column;
1309
+ align-items: center;
1310
+ justify-content: center;
1311
+ height: 100%;
1312
+ }
1313
+ ._right_1i5vb_111 ._logo_1i5vb_55 {
1314
+ display: block;
1315
+ max-height: 35px;
1316
+ }
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 {
1318
+ display: none;
1319
+ }
1320
+
1321
+ ._buttonWrapper_1i5vb_126 {
1322
+ margin-top: 7px;
1323
+ }
1324
+ ._buttonWrapper_1i5vb_126:before {
1325
+ z-index: 2;
1326
+ display: block;
1327
+ content: "";
1328
+ position: absolute;
1329
+ left: 0;
1330
+ top: 0;
1331
+ bottom: 0;
1332
+ right: 0;
1333
+ transform: none;
1334
+ }
1335
+ ._desktop_1i5vb_13 ._buttonWrapper_1i5vb_126, ._laptop_1i5vb_14 ._buttonWrapper_1i5vb_126 {
1336
+ margin-top: 0;
1337
+ }
1338
+
1339
+ ._button_1i5vb_126 {
1340
+ background-color: #ff6a13;
1341
+ border-radius: 20px;
1342
+ color: #fff;
1343
+ font-weight: bold;
1344
+ font-size: 10px;
1345
+ text-transform: uppercase;
1346
+ white-space: nowrap;
1347
+ display: block;
1348
+ text-align: center;
1349
+ padding: 5px 15px;
1350
+ transition: filter 250ms;
1351
+ }
1352
+ ._button_animated_1i5vb_157 {
1353
+ animation: _increase_1i5vb_1 3s infinite;
1354
+ }
1355
+ ._desktop_1i5vb_13 ._button_1i5vb_126, ._laptop_1i5vb_14 ._button_1i5vb_126 {
1356
+ margin-top: 0;
1357
+ padding: 10px 35px;
1358
+ }
1359
+ ._variant2_1i5vb_51 ._button_1i5vb_126 {
1360
+ display: flex;
1361
+ align-items: center;
1362
+ padding: 2px 12px 2px 2px;
1363
+ }
1364
+ ._button_1i5vb_126 ._logo_1i5vb_55 {
1365
+ display: none;
1366
+ width: 35px;
1367
+ height: 35px;
1368
+ border-radius: 30px;
1369
+ margin-right: 10px;
1370
+ }
1371
+ ._variant2_1i5vb_51 ._button_1i5vb_126 ._logo_1i5vb_55 {
1372
+ display: block;
1373
+ }
1374
+
1375
+ @keyframes _fade-in-out_1i5vb_1 {
1376
+ 0% {
1377
+ opacity: 0;
1378
+ }
1379
+ 5% {
1380
+ opacity: 1;
1381
+ }
1382
+ 95% {
1383
+ opacity: 1;
1384
+ }
1385
+ 100% {
1386
+ opacity: 0;
1387
+ }
1388
+ }
1389
+ @keyframes _fade-in-bottom-out-top_1i5vb_1 {
1390
+ 0% {
1391
+ opacity: 0;
1392
+ transform: translateY(100%);
1393
+ }
1394
+ 10% {
1395
+ transform: translateY(0);
1396
+ opacity: 1;
1397
+ }
1398
+ 90% {
1399
+ transform: translateY(0);
1400
+ opacity: 1;
1401
+ }
1402
+ 100% {
1403
+ transform: translateY(-100%);
1404
+ opacity: 0;
1405
+ }
1406
+ }
1407
+ @keyframes _fade-in-top-out-bottom_1i5vb_1 {
1408
+ 0% {
1409
+ opacity: 0;
1410
+ transform: translateY(-100%);
1411
+ }
1412
+ 10% {
1413
+ transform: translateY(0);
1414
+ opacity: 1;
1415
+ }
1416
+ 90% {
1417
+ transform: translateY(0);
1418
+ opacity: 1;
1419
+ }
1420
+ 100% {
1421
+ transform: translateY(100%);
1422
+ opacity: 0;
1423
+ }
1424
+ }
1425
+ @keyframes _increase_1i5vb_1 {
1426
+ 0% {
1427
+ -webkit-transform: scale(1) translateZ(0);
1428
+ -moz-transform: scale(1) translateZ(0);
1429
+ transform: scale(1) translateZ(0);
1430
+ }
1431
+ 10%, 30% {
1432
+ -webkit-transform: scale(0.85) translateZ(0);
1433
+ -moz-transform: scale(0.85) translateZ(0);
1434
+ transform: scale(0.85) translateZ(0);
1435
+ }
1436
+ 20%, 40% {
1437
+ -webkit-transform: scale(1) translateZ(0);
1438
+ -moz-transform: scale(1) translateZ(0);
1439
+ transform: scale(1) translateZ(0);
1440
+ }
1441
+ 50% {
1442
+ -webkit-transform: scale(1) translateZ(0);
1443
+ -moz-transform: scale(1) translateZ(0);
1444
+ transform: scale(1) translateZ(0);
1445
+ }
1446
+ }._root_1o6so_1 {
1447
+ height: 100%;
1448
+ display: flex;
1449
+ justify-content: center;
1450
+ align-items: center;
1451
+ white-space: pre-wrap;
1452
+ color: #333;
1453
+ font-size: 16px;
1454
+ --accent-color: #ffbc00ff;
1455
+ --accent-size: 16px;
1456
+ }
1457
+ ._root_1o6so_1 span {
1458
+ color: var(--accent-color);
1459
+ font-size: var(--accent-size);
1460
+ }
1461
+
1462
+ ._desktop_1o6so_17 {
1463
+ font-size: 22px;
1464
+ --accent-size: 22px;
1465
+ }._root_vjs41_1 {
1466
+ display: grid;
1467
+ grid-template-columns: repeat(3, 1fr);
1468
+ height: 100%;
1469
+ }
1470
+
1471
+ ._odd_vjs41_7 {
1472
+ display: flex;
1473
+ flex-direction: row;
1474
+ align-items: center;
1475
+ justify-content: center;
1476
+ }
1477
+
1478
+ ._oddReverse_vjs41_14 {
1479
+ flex-direction: row-reverse;
1480
+ }
1481
+
1482
+ ._oddReverse_vjs41_14 ._oddLabel_vjs41_18 {
1483
+ margin-right: 10px;
1484
+ }
1485
+
1486
+ ._oddLabel_vjs41_18 {
1487
+ display: flex;
1488
+ align-items: center;
1489
+ justify-content: center;
1490
+ color: #000;
1491
+ font-size: 26px;
1492
+ }
1493
+
1494
+ ._oddLogo_vjs41_30 {
1495
+ width: 35px;
1496
+ height: 35px;
1497
+ background-color: #eee;
1498
+ }
1499
+
1500
+ ._coef_vjs41_36 {
1501
+ display: flex;
1502
+ align-items: center;
1503
+ justify-content: center;
1504
+ }
1505
+
1506
+ ._coefHead_vjs41_42 {
1507
+ color: #000;
1508
+ font-size: 26px;
1509
+ }
1510
+
1511
+ ._coefValue_vjs41_47 {
1512
+ color: #000;
1513
+ font-size: 26px;
1514
+ margin-left: 10px;
1515
+ }._root_1va5h_1 {
1516
+ display: flex;
1517
+ align-items: center;
1518
+ justify-content: center;
1519
+ height: 100%;
1520
+ }
1521
+
1522
+ ._title_1va5h_8 {
1523
+ color: #333;
1524
+ }
1525
+
1526
+ ._titleLabel_1va5h_12 {
1527
+ font-size: 12px;
1528
+ margin-right: 20px;
1529
+ }
1530
+ ._tablet_1va5h_16 ._titleLabel_1va5h_12 {
1531
+ font-size: 16px;
1532
+ }
1533
+ ._desktop_1va5h_19 ._titleLabel_1va5h_12, ._laptop_1va5h_19 ._titleLabel_1va5h_12 {
1534
+ font-size: 20px;
1535
+ }
1536
+
1537
+ ._titleValue_1va5h_23 {
1538
+ font-weight: bold;
1539
+ font-size: 12px;
1540
+ }
1541
+ ._tablet_1va5h_16 ._titleValue_1va5h_23 {
1542
+ font-size: 16px;
1543
+ }
1544
+ ._desktop_1va5h_19 ._titleValue_1va5h_23, ._laptop_1va5h_19 ._titleValue_1va5h_23 {
1545
+ font-size: 20px;
1546
+ }
1547
+
1548
+ ._team_1va5h_34 {
1549
+ display: flex;
1550
+ align-items: center;
1551
+ margin-bottom: 10px;
1552
+ position: relative;
1553
+ padding-left: 50px;
1554
+ }
1555
+ ._desktop_1va5h_19 ._team_1va5h_34, ._laptop_1va5h_19 ._team_1va5h_34 {
1556
+ padding-left: 65px;
1557
+ }
1558
+ ._team_1va5h_34:first-child ._teamLogo_1va5h_44 {
1559
+ top: 50%;
1560
+ transform: translateY(-40%);
1561
+ }
1562
+ ._team_1va5h_34:last-child {
1563
+ margin-bottom: initial;
1564
+ }
1565
+ ._team_1va5h_34:last-child ._teamLogo_1va5h_44 {
1566
+ top: 50%;
1567
+ transform: translateY(-60%);
1568
+ }
1569
+
1570
+ ._teamLogo_1va5h_44 {
1571
+ width: 32px;
1572
+ height: 32px;
1573
+ background-color: #eee;
1574
+ position: absolute;
1575
+ left: 0;
1576
+ }
1577
+ ._tablet_1va5h_16 ._teamLogo_1va5h_44 {
1578
+ width: 38px;
1579
+ height: 38px;
1580
+ }
1581
+ ._desktop_1va5h_19 ._teamLogo_1va5h_44, ._laptop_1va5h_19 ._teamLogo_1va5h_44 {
1582
+ width: 40px;
1583
+ height: 40px;
1584
+ }
1585
+
1586
+ ._teamName_1va5h_72 {
1587
+ display: none;
1588
+ font-size: 22px;
1589
+ font-weight: bold;
1590
+ color: #333;
1591
+ margin-right: 45px;
1592
+ width: 100%;
1593
+ }
1594
+ ._desktop_1va5h_19 ._teamName_1va5h_72, ._laptop_1va5h_19 ._teamName_1va5h_72 {
1595
+ display: block;
1596
+ }
1597
+
1598
+ ._teamValue_1va5h_84 {
1599
+ background-color: #3ec70e;
1600
+ padding: 1px 6px;
1601
+ font-size: 12px;
1602
+ font-weight: bold;
1603
+ color: #fff;
1604
+ border-radius: 4px;
1605
+ line-height: 1.2;
1606
+ }
1607
+ ._tablet_1va5h_16 ._teamValue_1va5h_84 {
1608
+ font-size: 14px;
1609
+ }
1610
+ ._desktop_1va5h_19 ._teamValue_1va5h_84, ._laptop_1va5h_19 ._teamValue_1va5h_84 {
1611
+ font-size: 16px;
1612
+ padding: 2px 10px;
1613
+ }