@tarsis/toolkit 0.7.6 → 0.7.7
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/{SelectBase-CKsJgF0R.cjs → SelectBase-BeOZSKl8.cjs} +17 -13
- package/dist/{SelectBase-CdQKpIjl.js → SelectBase-CBcSt-zA.js} +18 -14
- package/dist/components/primitives/PopoverBase/PopoverBase.d.ts +2 -1
- package/dist/index.cjs +36 -36
- package/dist/index.js +36 -36
- package/dist/primitives.cjs +1 -1
- package/dist/primitives.js +1 -1
- package/dist/styles.css +486 -488
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
._content_bhv2h_29 {
|
|
115
115
|
animation: none;
|
|
116
116
|
}
|
|
117
|
-
}.
|
|
117
|
+
}._popover_1xbzr_1 {
|
|
118
118
|
--popover-bg: var(--color-surface-elevated);
|
|
119
119
|
--popover-radius: var(--radius-md);
|
|
120
120
|
--popover-padding: var(--space-4);
|
|
@@ -129,21 +129,19 @@
|
|
|
129
129
|
border: 1px solid var(--popover-border);
|
|
130
130
|
max-width: var(--popover-max-width);
|
|
131
131
|
z-index: var(--z-index-4);
|
|
132
|
-
animation: _popover-
|
|
132
|
+
animation: _popover-enter_1xbzr_1 var(--popover-animation-duration) ease;
|
|
133
133
|
}
|
|
134
134
|
|
|
135
|
-
@keyframes _popover-
|
|
135
|
+
@keyframes _popover-enter_1xbzr_1 {
|
|
136
136
|
from {
|
|
137
137
|
opacity: 0;
|
|
138
|
-
transform: scale(0.96);
|
|
139
138
|
}
|
|
140
139
|
to {
|
|
141
140
|
opacity: 1;
|
|
142
|
-
transform: scale(1);
|
|
143
141
|
}
|
|
144
142
|
}
|
|
145
143
|
@media (prefers-reduced-motion: reduce) {
|
|
146
|
-
.
|
|
144
|
+
._popover_1xbzr_1 {
|
|
147
145
|
animation: none;
|
|
148
146
|
}
|
|
149
147
|
}._tooltip_n91kb_1 {
|
|
@@ -2412,17 +2410,17 @@ html[data-theme='dark'] ._root_1xfbo_1 {
|
|
|
2412
2410
|
background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
|
|
2413
2411
|
background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
|
|
2414
2412
|
}
|
|
2415
|
-
}.
|
|
2413
|
+
}._root_1ure9_1 {
|
|
2416
2414
|
--bg: hsl(223, 10%, 90%);
|
|
2417
2415
|
--fg: hsl(223, 10%, 10%);
|
|
2418
2416
|
font-size: calc(30px + 30 * (100vw - 320px) / 960);
|
|
2419
2417
|
}
|
|
2420
|
-
html[data-theme='dark'] .
|
|
2418
|
+
html[data-theme='dark'] ._root_1ure9_1 {
|
|
2421
2419
|
--bg: hsl(223, 10%, 10%);
|
|
2422
2420
|
--fg: hsl(223, 10%, 90%);
|
|
2423
2421
|
}
|
|
2424
2422
|
|
|
2425
|
-
.
|
|
2423
|
+
._button_1ure9_11 {
|
|
2426
2424
|
border-radius: 1.25em;
|
|
2427
2425
|
color: hsl(0, 0%, 100%);
|
|
2428
2426
|
font-weight: bold;
|
|
@@ -2435,12 +2433,12 @@ html[data-theme='dark'] ._root_jgcmk_1 {
|
|
|
2435
2433
|
-webkit-apperance: none;
|
|
2436
2434
|
cursor: pointer;
|
|
2437
2435
|
}
|
|
2438
|
-
.
|
|
2436
|
+
._button_1ure9_11 ._p_1ure9_24, ._button_1ure9_11 ._text_1ure9_24 {
|
|
2439
2437
|
background: hsl(3, 90%, 55%);
|
|
2440
2438
|
border-radius: 50%;
|
|
2441
2439
|
transition: background 0.15s linear;
|
|
2442
2440
|
}
|
|
2443
|
-
.
|
|
2441
|
+
._button_1ure9_11 ._p_1ure9_24 {
|
|
2444
2442
|
animation-duration: 1s;
|
|
2445
2443
|
animation-timing-function: linear;
|
|
2446
2444
|
animation-iteration-count: infinite;
|
|
@@ -2449,197 +2447,197 @@ html[data-theme='dark'] ._root_jgcmk_1 {
|
|
|
2449
2447
|
width: 0.5em;
|
|
2450
2448
|
height: 0.5em;
|
|
2451
2449
|
}
|
|
2452
|
-
.
|
|
2453
|
-
animation-name:
|
|
2454
|
-
animation-delay:
|
|
2450
|
+
._button_1ure9_11 ._p_1ure9_24:nth-child(1) {
|
|
2451
|
+
animation-name: _rise1_1ure9_1;
|
|
2452
|
+
animation-delay: -0.23s;
|
|
2455
2453
|
top: calc(50% - 0.3907910185em);
|
|
2456
2454
|
left: 0.1em;
|
|
2457
2455
|
}
|
|
2458
|
-
.
|
|
2459
|
-
animation-name:
|
|
2460
|
-
animation-delay: -0.
|
|
2456
|
+
._button_1ure9_11 ._p_1ure9_24:nth-child(2) {
|
|
2457
|
+
animation-name: _rise2_1ure9_1;
|
|
2458
|
+
animation-delay: -0.67s;
|
|
2461
2459
|
top: calc(50% - 0.5281152949em);
|
|
2462
2460
|
left: 0.2em;
|
|
2463
2461
|
}
|
|
2464
|
-
.
|
|
2465
|
-
animation-name:
|
|
2466
|
-
animation-delay: -0.
|
|
2462
|
+
._button_1ure9_11 ._p_1ure9_24:nth-child(3) {
|
|
2463
|
+
animation-name: _rise3_1ure9_1;
|
|
2464
|
+
animation-delay: -0.37s;
|
|
2467
2465
|
top: calc(50% - 0.6585914498em);
|
|
2468
2466
|
left: 0.3em;
|
|
2469
2467
|
}
|
|
2470
|
-
.
|
|
2471
|
-
animation-name:
|
|
2472
|
-
animation-delay: -0.
|
|
2468
|
+
._button_1ure9_11 ._p_1ure9_24:nth-child(4) {
|
|
2469
|
+
animation-name: _rise4_1ure9_1;
|
|
2470
|
+
animation-delay: -0.15s;
|
|
2473
2471
|
top: calc(50% - 0.7790067271em);
|
|
2474
2472
|
left: 0.4em;
|
|
2475
2473
|
}
|
|
2476
|
-
.
|
|
2477
|
-
animation-name:
|
|
2478
|
-
animation-delay: -0.
|
|
2474
|
+
._button_1ure9_11 ._p_1ure9_24:nth-child(5) {
|
|
2475
|
+
animation-name: _rise5_1ure9_1;
|
|
2476
|
+
animation-delay: -0.79s;
|
|
2479
2477
|
top: calc(50% - 0.8863961031em);
|
|
2480
2478
|
left: 0.5em;
|
|
2481
2479
|
}
|
|
2482
|
-
.
|
|
2483
|
-
animation-name:
|
|
2484
|
-
animation-delay: -0.
|
|
2480
|
+
._button_1ure9_11 ._p_1ure9_24:nth-child(6) {
|
|
2481
|
+
animation-name: _rise6_1ure9_1;
|
|
2482
|
+
animation-delay: -0.84s;
|
|
2485
2483
|
top: calc(50% - 0.9781152949em);
|
|
2486
2484
|
left: 0.6em;
|
|
2487
2485
|
}
|
|
2488
|
-
.
|
|
2489
|
-
animation-name:
|
|
2490
|
-
animation-delay: -0.
|
|
2486
|
+
._button_1ure9_11 ._p_1ure9_24:nth-child(7) {
|
|
2487
|
+
animation-name: _rise7_1ure9_1;
|
|
2488
|
+
animation-delay: -0.16s;
|
|
2491
2489
|
top: calc(50% - 1.0519058718em);
|
|
2492
2490
|
left: 0.7em;
|
|
2493
2491
|
}
|
|
2494
|
-
.
|
|
2495
|
-
animation-name:
|
|
2496
|
-
animation-delay: -0.
|
|
2492
|
+
._button_1ure9_11 ._p_1ure9_24:nth-child(8) {
|
|
2493
|
+
animation-name: _rise8_1ure9_1;
|
|
2494
|
+
animation-delay: -0.23s;
|
|
2497
2495
|
top: calc(50% - 1.1059508647em);
|
|
2498
2496
|
left: 0.8em;
|
|
2499
2497
|
}
|
|
2500
|
-
.
|
|
2501
|
-
animation-name:
|
|
2502
|
-
animation-delay: -0.
|
|
2498
|
+
._button_1ure9_11 ._p_1ure9_24:nth-child(9) {
|
|
2499
|
+
animation-name: _rise9_1ure9_1;
|
|
2500
|
+
animation-delay: -0.81s;
|
|
2503
2501
|
top: calc(50% - 1.1389195065em);
|
|
2504
2502
|
left: 0.9em;
|
|
2505
2503
|
}
|
|
2506
|
-
.
|
|
2507
|
-
animation-name:
|
|
2508
|
-
animation-delay: -0.
|
|
2504
|
+
._button_1ure9_11 ._p_1ure9_24:nth-child(10) {
|
|
2505
|
+
animation-name: _rise10_1ure9_1;
|
|
2506
|
+
animation-delay: -0.03s;
|
|
2509
2507
|
top: calc(50% - 1.15em);
|
|
2510
2508
|
left: 1em;
|
|
2511
2509
|
}
|
|
2512
|
-
.
|
|
2513
|
-
animation-name:
|
|
2514
|
-
animation-delay: -0.
|
|
2510
|
+
._button_1ure9_11 ._p_1ure9_24:nth-child(11) {
|
|
2511
|
+
animation-name: _rise11_1ure9_1;
|
|
2512
|
+
animation-delay: -0.91s;
|
|
2515
2513
|
top: calc(50% - 1.1389195065em);
|
|
2516
2514
|
left: 1.1em;
|
|
2517
2515
|
}
|
|
2518
|
-
.
|
|
2519
|
-
animation-name:
|
|
2520
|
-
animation-delay: -0.
|
|
2516
|
+
._button_1ure9_11 ._p_1ure9_24:nth-child(12) {
|
|
2517
|
+
animation-name: _rise12_1ure9_1;
|
|
2518
|
+
animation-delay: -0.68s;
|
|
2521
2519
|
top: calc(50% - 1.1059508647em);
|
|
2522
2520
|
left: 1.2em;
|
|
2523
2521
|
}
|
|
2524
|
-
.
|
|
2525
|
-
animation-name:
|
|
2526
|
-
animation-delay: -0.
|
|
2522
|
+
._button_1ure9_11 ._p_1ure9_24:nth-child(13) {
|
|
2523
|
+
animation-name: _rise13_1ure9_1;
|
|
2524
|
+
animation-delay: -0.61s;
|
|
2527
2525
|
top: calc(50% - 1.0519058718em);
|
|
2528
2526
|
left: 1.3em;
|
|
2529
2527
|
}
|
|
2530
|
-
.
|
|
2531
|
-
animation-name:
|
|
2532
|
-
animation-delay: -0.
|
|
2528
|
+
._button_1ure9_11 ._p_1ure9_24:nth-child(14) {
|
|
2529
|
+
animation-name: _rise14_1ure9_1;
|
|
2530
|
+
animation-delay: -0.82s;
|
|
2533
2531
|
top: calc(50% - 0.9781152949em);
|
|
2534
2532
|
left: 1.4em;
|
|
2535
2533
|
}
|
|
2536
|
-
.
|
|
2537
|
-
animation-name:
|
|
2538
|
-
animation-delay: -0.
|
|
2534
|
+
._button_1ure9_11 ._p_1ure9_24:nth-child(15) {
|
|
2535
|
+
animation-name: _rise15_1ure9_1;
|
|
2536
|
+
animation-delay: -0.23s;
|
|
2539
2537
|
top: calc(50% - 0.8863961031em);
|
|
2540
2538
|
left: 1.5em;
|
|
2541
2539
|
}
|
|
2542
|
-
.
|
|
2543
|
-
animation-name:
|
|
2544
|
-
animation-delay: -0.
|
|
2540
|
+
._button_1ure9_11 ._p_1ure9_24:nth-child(16) {
|
|
2541
|
+
animation-name: _rise16_1ure9_1;
|
|
2542
|
+
animation-delay: -0.73s;
|
|
2545
2543
|
top: calc(50% - 0.7790067271em);
|
|
2546
2544
|
left: 1.6em;
|
|
2547
2545
|
}
|
|
2548
|
-
.
|
|
2549
|
-
animation-name:
|
|
2550
|
-
animation-delay: -0.
|
|
2546
|
+
._button_1ure9_11 ._p_1ure9_24:nth-child(17) {
|
|
2547
|
+
animation-name: _rise17_1ure9_1;
|
|
2548
|
+
animation-delay: -0.89s;
|
|
2551
2549
|
top: calc(50% - 0.6585914498em);
|
|
2552
2550
|
left: 1.7em;
|
|
2553
2551
|
}
|
|
2554
|
-
.
|
|
2555
|
-
animation-name:
|
|
2556
|
-
animation-delay: -0.
|
|
2552
|
+
._button_1ure9_11 ._p_1ure9_24:nth-child(18) {
|
|
2553
|
+
animation-name: _rise18_1ure9_1;
|
|
2554
|
+
animation-delay: -0.96s;
|
|
2557
2555
|
top: calc(50% - 0.5281152949em);
|
|
2558
2556
|
left: 1.8em;
|
|
2559
2557
|
}
|
|
2560
|
-
.
|
|
2561
|
-
animation-name:
|
|
2562
|
-
animation-delay: -0.
|
|
2558
|
+
._button_1ure9_11 ._p_1ure9_24:nth-child(19) {
|
|
2559
|
+
animation-name: _rise19_1ure9_1;
|
|
2560
|
+
animation-delay: -0.23s;
|
|
2563
2561
|
top: calc(50% - 0.3907910185em);
|
|
2564
2562
|
left: 1.9em;
|
|
2565
2563
|
}
|
|
2566
|
-
.
|
|
2567
|
-
animation-name:
|
|
2568
|
-
animation-delay: -0.
|
|
2564
|
+
._button_1ure9_11 ._p_1ure9_24:nth-child(20) {
|
|
2565
|
+
animation-name: _rise20_1ure9_1;
|
|
2566
|
+
animation-delay: -0.88s;
|
|
2569
2567
|
top: calc(50% - 0.25em);
|
|
2570
2568
|
left: 2em;
|
|
2571
2569
|
}
|
|
2572
|
-
.
|
|
2570
|
+
._button_1ure9_11:active {
|
|
2573
2571
|
transform: translateY(0.1em);
|
|
2574
2572
|
}
|
|
2575
|
-
.
|
|
2573
|
+
._button_1ure9_11:focus ._p_1ure9_24, ._button_1ure9_11:hover ._p_1ure9_24, ._button_1ure9_11:focus ._text_1ure9_24, ._button_1ure9_11:hover ._text_1ure9_24 {
|
|
2576
2574
|
background: hsl(18, 90%, 55%);
|
|
2577
2575
|
}
|
|
2578
|
-
.
|
|
2576
|
+
._button_1ure9_11:focus ._p_1ure9_24, ._button_1ure9_11:hover ._p_1ure9_24 {
|
|
2579
2577
|
animation-duration: 0.5s;
|
|
2580
2578
|
}
|
|
2581
|
-
.
|
|
2582
|
-
animation-delay:
|
|
2579
|
+
._button_1ure9_11:focus ._p_1ure9_24:nth-child(1), ._button_1ure9_11:hover ._p_1ure9_24:nth-child(1) {
|
|
2580
|
+
animation-delay: -0.115s;
|
|
2583
2581
|
}
|
|
2584
|
-
.
|
|
2585
|
-
animation-delay: -0.
|
|
2582
|
+
._button_1ure9_11:focus ._p_1ure9_24:nth-child(2), ._button_1ure9_11:hover ._p_1ure9_24:nth-child(2) {
|
|
2583
|
+
animation-delay: -0.335s;
|
|
2586
2584
|
}
|
|
2587
|
-
.
|
|
2588
|
-
animation-delay: -0.
|
|
2585
|
+
._button_1ure9_11:focus ._p_1ure9_24:nth-child(3), ._button_1ure9_11:hover ._p_1ure9_24:nth-child(3) {
|
|
2586
|
+
animation-delay: -0.185s;
|
|
2589
2587
|
}
|
|
2590
|
-
.
|
|
2591
|
-
animation-delay: -0.
|
|
2588
|
+
._button_1ure9_11:focus ._p_1ure9_24:nth-child(4), ._button_1ure9_11:hover ._p_1ure9_24:nth-child(4) {
|
|
2589
|
+
animation-delay: -0.075s;
|
|
2592
2590
|
}
|
|
2593
|
-
.
|
|
2594
|
-
animation-delay: -0.
|
|
2591
|
+
._button_1ure9_11:focus ._p_1ure9_24:nth-child(5), ._button_1ure9_11:hover ._p_1ure9_24:nth-child(5) {
|
|
2592
|
+
animation-delay: -0.395s;
|
|
2595
2593
|
}
|
|
2596
|
-
.
|
|
2597
|
-
animation-delay: -0.
|
|
2594
|
+
._button_1ure9_11:focus ._p_1ure9_24:nth-child(6), ._button_1ure9_11:hover ._p_1ure9_24:nth-child(6) {
|
|
2595
|
+
animation-delay: -0.42s;
|
|
2598
2596
|
}
|
|
2599
|
-
.
|
|
2600
|
-
animation-delay: -0.
|
|
2597
|
+
._button_1ure9_11:focus ._p_1ure9_24:nth-child(7), ._button_1ure9_11:hover ._p_1ure9_24:nth-child(7) {
|
|
2598
|
+
animation-delay: -0.08s;
|
|
2601
2599
|
}
|
|
2602
|
-
.
|
|
2603
|
-
animation-delay: -0.
|
|
2600
|
+
._button_1ure9_11:focus ._p_1ure9_24:nth-child(8), ._button_1ure9_11:hover ._p_1ure9_24:nth-child(8) {
|
|
2601
|
+
animation-delay: -0.115s;
|
|
2604
2602
|
}
|
|
2605
|
-
.
|
|
2606
|
-
animation-delay: -0.
|
|
2603
|
+
._button_1ure9_11:focus ._p_1ure9_24:nth-child(9), ._button_1ure9_11:hover ._p_1ure9_24:nth-child(9) {
|
|
2604
|
+
animation-delay: -0.405s;
|
|
2607
2605
|
}
|
|
2608
|
-
.
|
|
2609
|
-
animation-delay: -0.
|
|
2606
|
+
._button_1ure9_11:focus ._p_1ure9_24:nth-child(10), ._button_1ure9_11:hover ._p_1ure9_24:nth-child(10) {
|
|
2607
|
+
animation-delay: -0.015s;
|
|
2610
2608
|
}
|
|
2611
|
-
.
|
|
2612
|
-
animation-delay: -0.
|
|
2609
|
+
._button_1ure9_11:focus ._p_1ure9_24:nth-child(11), ._button_1ure9_11:hover ._p_1ure9_24:nth-child(11) {
|
|
2610
|
+
animation-delay: -0.455s;
|
|
2613
2611
|
}
|
|
2614
|
-
.
|
|
2615
|
-
animation-delay: -0.
|
|
2612
|
+
._button_1ure9_11:focus ._p_1ure9_24:nth-child(12), ._button_1ure9_11:hover ._p_1ure9_24:nth-child(12) {
|
|
2613
|
+
animation-delay: -0.34s;
|
|
2616
2614
|
}
|
|
2617
|
-
.
|
|
2618
|
-
animation-delay: -0.
|
|
2615
|
+
._button_1ure9_11:focus ._p_1ure9_24:nth-child(13), ._button_1ure9_11:hover ._p_1ure9_24:nth-child(13) {
|
|
2616
|
+
animation-delay: -0.305s;
|
|
2619
2617
|
}
|
|
2620
|
-
.
|
|
2621
|
-
animation-delay: -0.
|
|
2618
|
+
._button_1ure9_11:focus ._p_1ure9_24:nth-child(14), ._button_1ure9_11:hover ._p_1ure9_24:nth-child(14) {
|
|
2619
|
+
animation-delay: -0.41s;
|
|
2622
2620
|
}
|
|
2623
|
-
.
|
|
2624
|
-
animation-delay: -0.
|
|
2621
|
+
._button_1ure9_11:focus ._p_1ure9_24:nth-child(15), ._button_1ure9_11:hover ._p_1ure9_24:nth-child(15) {
|
|
2622
|
+
animation-delay: -0.115s;
|
|
2625
2623
|
}
|
|
2626
|
-
.
|
|
2627
|
-
animation-delay: -0.
|
|
2624
|
+
._button_1ure9_11:focus ._p_1ure9_24:nth-child(16), ._button_1ure9_11:hover ._p_1ure9_24:nth-child(16) {
|
|
2625
|
+
animation-delay: -0.365s;
|
|
2628
2626
|
}
|
|
2629
|
-
.
|
|
2630
|
-
animation-delay: -0.
|
|
2627
|
+
._button_1ure9_11:focus ._p_1ure9_24:nth-child(17), ._button_1ure9_11:hover ._p_1ure9_24:nth-child(17) {
|
|
2628
|
+
animation-delay: -0.445s;
|
|
2631
2629
|
}
|
|
2632
|
-
.
|
|
2633
|
-
animation-delay: -0.
|
|
2630
|
+
._button_1ure9_11:focus ._p_1ure9_24:nth-child(18), ._button_1ure9_11:hover ._p_1ure9_24:nth-child(18) {
|
|
2631
|
+
animation-delay: -0.48s;
|
|
2634
2632
|
}
|
|
2635
|
-
.
|
|
2636
|
-
animation-delay: -0.
|
|
2633
|
+
._button_1ure9_11:focus ._p_1ure9_24:nth-child(19), ._button_1ure9_11:hover ._p_1ure9_24:nth-child(19) {
|
|
2634
|
+
animation-delay: -0.115s;
|
|
2637
2635
|
}
|
|
2638
|
-
.
|
|
2639
|
-
animation-delay: -0.
|
|
2636
|
+
._button_1ure9_11:focus ._p_1ure9_24:nth-child(20), ._button_1ure9_11:hover ._p_1ure9_24:nth-child(20) {
|
|
2637
|
+
animation-delay: -0.44s;
|
|
2640
2638
|
}
|
|
2641
2639
|
|
|
2642
|
-
.
|
|
2640
|
+
._text_1ure9_24 {
|
|
2643
2641
|
display: block;
|
|
2644
2642
|
padding: 0.5em;
|
|
2645
2643
|
width: 100%;
|
|
@@ -2648,231 +2646,231 @@ html[data-theme='dark'] ._root_jgcmk_1 {
|
|
|
2648
2646
|
text-align: center;
|
|
2649
2647
|
}
|
|
2650
2648
|
|
|
2651
|
-
.
|
|
2652
|
-
.
|
|
2649
|
+
._text_1ure9_24,
|
|
2650
|
+
._effects_1ure9_238 {
|
|
2653
2651
|
position: absolute;
|
|
2654
2652
|
top: 0;
|
|
2655
2653
|
left: 0;
|
|
2656
2654
|
}
|
|
2657
2655
|
|
|
2658
|
-
@keyframes
|
|
2656
|
+
@keyframes _rise1_1ure9_1 {
|
|
2659
2657
|
from {
|
|
2660
2658
|
transform: translate(0em, 0) scale(1);
|
|
2661
2659
|
}
|
|
2662
2660
|
50% {
|
|
2663
|
-
transform: translate(-0.
|
|
2661
|
+
transform: translate(-0.046em, -1.1em) scale(1);
|
|
2664
2662
|
}
|
|
2665
2663
|
to {
|
|
2666
|
-
transform: translate(-0.
|
|
2664
|
+
transform: translate(-0.145em, -2.2em) scale(0);
|
|
2667
2665
|
}
|
|
2668
2666
|
}
|
|
2669
|
-
@keyframes
|
|
2667
|
+
@keyframes _rise2_1ure9_1 {
|
|
2670
2668
|
from {
|
|
2671
2669
|
transform: translate(0em, 0) scale(1);
|
|
2672
2670
|
}
|
|
2673
2671
|
50% {
|
|
2674
|
-
transform: translate(
|
|
2672
|
+
transform: translate(0.058em, -1.15em) scale(1);
|
|
2675
2673
|
}
|
|
2676
2674
|
to {
|
|
2677
|
-
transform: translate(0.
|
|
2675
|
+
transform: translate(-0.11em, -2.3em) scale(0);
|
|
2678
2676
|
}
|
|
2679
2677
|
}
|
|
2680
|
-
@keyframes
|
|
2678
|
+
@keyframes _rise3_1ure9_1 {
|
|
2681
2679
|
from {
|
|
2682
2680
|
transform: translate(0em, 0) scale(1);
|
|
2683
2681
|
}
|
|
2684
2682
|
50% {
|
|
2685
|
-
transform: translate(0.
|
|
2683
|
+
transform: translate(-0.028em, -0.96em) scale(1);
|
|
2686
2684
|
}
|
|
2687
2685
|
to {
|
|
2688
|
-
transform: translate(
|
|
2686
|
+
transform: translate(0.155em, -1.92em) scale(0);
|
|
2689
2687
|
}
|
|
2690
2688
|
}
|
|
2691
|
-
@keyframes
|
|
2689
|
+
@keyframes _rise4_1ure9_1 {
|
|
2692
2690
|
from {
|
|
2693
2691
|
transform: translate(0em, 0) scale(1);
|
|
2694
2692
|
}
|
|
2695
2693
|
50% {
|
|
2696
|
-
transform: translate(0.
|
|
2694
|
+
transform: translate(-0.002em, -0.66em) scale(1);
|
|
2697
2695
|
}
|
|
2698
2696
|
to {
|
|
2699
|
-
transform: translate(0.
|
|
2697
|
+
transform: translate(0.1em, -1.32em) scale(0);
|
|
2700
2698
|
}
|
|
2701
2699
|
}
|
|
2702
|
-
@keyframes
|
|
2700
|
+
@keyframes _rise5_1ure9_1 {
|
|
2703
2701
|
from {
|
|
2704
2702
|
transform: translate(0em, 0) scale(1);
|
|
2705
2703
|
}
|
|
2706
2704
|
50% {
|
|
2707
|
-
transform: translate(-0.
|
|
2705
|
+
transform: translate(-0.03em, -0.95em) scale(1);
|
|
2708
2706
|
}
|
|
2709
2707
|
to {
|
|
2710
|
-
transform: translate(-0.
|
|
2708
|
+
transform: translate(-0.24em, -1.9em) scale(0);
|
|
2711
2709
|
}
|
|
2712
2710
|
}
|
|
2713
|
-
@keyframes
|
|
2711
|
+
@keyframes _rise6_1ure9_1 {
|
|
2714
2712
|
from {
|
|
2715
2713
|
transform: translate(0em, 0) scale(1);
|
|
2716
2714
|
}
|
|
2717
2715
|
50% {
|
|
2718
|
-
transform: translate(0.
|
|
2716
|
+
transform: translate(-0.002em, -1.3em) scale(1);
|
|
2719
2717
|
}
|
|
2720
2718
|
to {
|
|
2721
|
-
transform: translate(-0.
|
|
2719
|
+
transform: translate(-0.18em, -2.6em) scale(0);
|
|
2722
2720
|
}
|
|
2723
2721
|
}
|
|
2724
|
-
@keyframes
|
|
2722
|
+
@keyframes _rise7_1ure9_1 {
|
|
2725
2723
|
from {
|
|
2726
2724
|
transform: translate(0em, 0) scale(1);
|
|
2727
2725
|
}
|
|
2728
2726
|
50% {
|
|
2729
|
-
transform: translate(-0.
|
|
2727
|
+
transform: translate(-0.06em, -1.35em) scale(1);
|
|
2730
2728
|
}
|
|
2731
2729
|
to {
|
|
2732
|
-
transform: translate(-0.
|
|
2730
|
+
transform: translate(-0.24em, -2.7em) scale(0);
|
|
2733
2731
|
}
|
|
2734
2732
|
}
|
|
2735
|
-
@keyframes
|
|
2733
|
+
@keyframes _rise8_1ure9_1 {
|
|
2736
2734
|
from {
|
|
2737
2735
|
transform: translate(0em, 0) scale(1);
|
|
2738
2736
|
}
|
|
2739
2737
|
50% {
|
|
2740
|
-
transform: translate(
|
|
2738
|
+
transform: translate(0.084em, -1.41em) scale(1);
|
|
2741
2739
|
}
|
|
2742
2740
|
to {
|
|
2743
|
-
transform: translate(-0.
|
|
2741
|
+
transform: translate(-0.2em, -2.82em) scale(0);
|
|
2744
2742
|
}
|
|
2745
2743
|
}
|
|
2746
|
-
@keyframes
|
|
2744
|
+
@keyframes _rise9_1ure9_1 {
|
|
2747
2745
|
from {
|
|
2748
2746
|
transform: translate(0em, 0) scale(1);
|
|
2749
2747
|
}
|
|
2750
2748
|
50% {
|
|
2751
|
-
transform: translate(-0.
|
|
2749
|
+
transform: translate(-0.04em, -1.15em) scale(1);
|
|
2752
2750
|
}
|
|
2753
2751
|
to {
|
|
2754
|
-
transform: translate(0.
|
|
2752
|
+
transform: translate(0.025em, -2.3em) scale(0);
|
|
2755
2753
|
}
|
|
2756
2754
|
}
|
|
2757
|
-
@keyframes
|
|
2755
|
+
@keyframes _rise10_1ure9_1 {
|
|
2758
2756
|
from {
|
|
2759
2757
|
transform: translate(0em, 0) scale(1);
|
|
2760
2758
|
}
|
|
2761
2759
|
50% {
|
|
2762
|
-
transform: translate(
|
|
2760
|
+
transform: translate(0.092em, -0.75em) scale(1);
|
|
2763
2761
|
}
|
|
2764
2762
|
to {
|
|
2765
|
-
transform: translate(0.
|
|
2763
|
+
transform: translate(0.23em, -1.5em) scale(0);
|
|
2766
2764
|
}
|
|
2767
2765
|
}
|
|
2768
|
-
@keyframes
|
|
2766
|
+
@keyframes _rise11_1ure9_1 {
|
|
2769
2767
|
from {
|
|
2770
2768
|
transform: translate(0em, 0) scale(1);
|
|
2771
2769
|
}
|
|
2772
2770
|
50% {
|
|
2773
|
-
transform: translate(-0.
|
|
2771
|
+
transform: translate(-0.064em, -1.17em) scale(1);
|
|
2774
2772
|
}
|
|
2775
2773
|
to {
|
|
2776
|
-
transform: translate(
|
|
2774
|
+
transform: translate(0.13em, -2.34em) scale(0);
|
|
2777
2775
|
}
|
|
2778
2776
|
}
|
|
2779
|
-
@keyframes
|
|
2777
|
+
@keyframes _rise12_1ure9_1 {
|
|
2780
2778
|
from {
|
|
2781
2779
|
transform: translate(0em, 0) scale(1);
|
|
2782
2780
|
}
|
|
2783
2781
|
50% {
|
|
2784
|
-
transform: translate(0.
|
|
2782
|
+
transform: translate(0.028em, -1.22em) scale(1);
|
|
2785
2783
|
}
|
|
2786
2784
|
to {
|
|
2787
|
-
transform: translate(0.
|
|
2785
|
+
transform: translate(0.01em, -2.44em) scale(0);
|
|
2788
2786
|
}
|
|
2789
2787
|
}
|
|
2790
|
-
@keyframes
|
|
2788
|
+
@keyframes _rise13_1ure9_1 {
|
|
2791
2789
|
from {
|
|
2792
2790
|
transform: translate(0em, 0) scale(1);
|
|
2793
2791
|
}
|
|
2794
2792
|
50% {
|
|
2795
|
-
transform: translate(0.
|
|
2793
|
+
transform: translate(0.062em, -0.98em) scale(1);
|
|
2796
2794
|
}
|
|
2797
2795
|
to {
|
|
2798
|
-
transform: translate(-0.
|
|
2796
|
+
transform: translate(-0.03em, -1.96em) scale(0);
|
|
2799
2797
|
}
|
|
2800
2798
|
}
|
|
2801
|
-
@keyframes
|
|
2799
|
+
@keyframes _rise14_1ure9_1 {
|
|
2802
2800
|
from {
|
|
2803
2801
|
transform: translate(0em, 0) scale(1);
|
|
2804
2802
|
}
|
|
2805
2803
|
50% {
|
|
2806
|
-
transform: translate(0.
|
|
2804
|
+
transform: translate(0.058em, -0.56em) scale(1);
|
|
2807
2805
|
}
|
|
2808
2806
|
to {
|
|
2809
|
-
transform: translate(0.
|
|
2807
|
+
transform: translate(0.21em, -1.12em) scale(0);
|
|
2810
2808
|
}
|
|
2811
2809
|
}
|
|
2812
|
-
@keyframes
|
|
2810
|
+
@keyframes _rise15_1ure9_1 {
|
|
2813
2811
|
from {
|
|
2814
2812
|
transform: translate(0em, 0) scale(1);
|
|
2815
2813
|
}
|
|
2816
2814
|
50% {
|
|
2817
|
-
transform: translate(
|
|
2815
|
+
transform: translate(0.008em, -1.07em) scale(1);
|
|
2818
2816
|
}
|
|
2819
2817
|
to {
|
|
2820
|
-
transform: translate(0.
|
|
2818
|
+
transform: translate(-0.025em, -2.14em) scale(0);
|
|
2821
2819
|
}
|
|
2822
2820
|
}
|
|
2823
|
-
@keyframes
|
|
2821
|
+
@keyframes _rise16_1ure9_1 {
|
|
2824
2822
|
from {
|
|
2825
2823
|
transform: translate(0em, 0) scale(1);
|
|
2826
2824
|
}
|
|
2827
2825
|
50% {
|
|
2828
|
-
transform: translate(
|
|
2826
|
+
transform: translate(0.002em, -0.98em) scale(1);
|
|
2829
2827
|
}
|
|
2830
2828
|
to {
|
|
2831
|
-
transform: translate(-0.
|
|
2829
|
+
transform: translate(-0.015em, -1.96em) scale(0);
|
|
2832
2830
|
}
|
|
2833
2831
|
}
|
|
2834
|
-
@keyframes
|
|
2832
|
+
@keyframes _rise17_1ure9_1 {
|
|
2835
2833
|
from {
|
|
2836
2834
|
transform: translate(0em, 0) scale(1);
|
|
2837
2835
|
}
|
|
2838
2836
|
50% {
|
|
2839
|
-
transform: translate(0.
|
|
2837
|
+
transform: translate(-0.012em, -1.33em) scale(1);
|
|
2840
2838
|
}
|
|
2841
2839
|
to {
|
|
2842
|
-
transform: translate(0.
|
|
2840
|
+
transform: translate(0.185em, -2.66em) scale(0);
|
|
2843
2841
|
}
|
|
2844
2842
|
}
|
|
2845
|
-
@keyframes
|
|
2843
|
+
@keyframes _rise18_1ure9_1 {
|
|
2846
2844
|
from {
|
|
2847
2845
|
transform: translate(0em, 0) scale(1);
|
|
2848
2846
|
}
|
|
2849
2847
|
50% {
|
|
2850
|
-
transform: translate(0.
|
|
2848
|
+
transform: translate(-0.03em, -1.44em) scale(1);
|
|
2851
2849
|
}
|
|
2852
2850
|
to {
|
|
2853
|
-
transform: translate(
|
|
2851
|
+
transform: translate(0.185em, -2.88em) scale(0);
|
|
2854
2852
|
}
|
|
2855
2853
|
}
|
|
2856
|
-
@keyframes
|
|
2854
|
+
@keyframes _rise19_1ure9_1 {
|
|
2857
2855
|
from {
|
|
2858
2856
|
transform: translate(0em, 0) scale(1);
|
|
2859
2857
|
}
|
|
2860
2858
|
50% {
|
|
2861
|
-
transform: translate(-0.
|
|
2859
|
+
transform: translate(-0.084em, -1.01em) scale(1);
|
|
2862
2860
|
}
|
|
2863
2861
|
to {
|
|
2864
|
-
transform: translate(-0.
|
|
2862
|
+
transform: translate(-0.205em, -2.02em) scale(0);
|
|
2865
2863
|
}
|
|
2866
2864
|
}
|
|
2867
|
-
@keyframes
|
|
2865
|
+
@keyframes _rise20_1ure9_1 {
|
|
2868
2866
|
from {
|
|
2869
2867
|
transform: translate(0em, 0) scale(1);
|
|
2870
2868
|
}
|
|
2871
2869
|
50% {
|
|
2872
|
-
transform: translate(0.
|
|
2870
|
+
transform: translate(0.046em, -1.4em) scale(1);
|
|
2873
2871
|
}
|
|
2874
2872
|
to {
|
|
2875
|
-
transform: translate(0.
|
|
2873
|
+
transform: translate(0.24em, -2.8em) scale(0);
|
|
2876
2874
|
}
|
|
2877
2875
|
}._root_exi6q_1 {
|
|
2878
2876
|
--primary: black;
|
|
@@ -6154,7 +6152,7 @@ html[data-theme='dark'] ._root_nxo69_1 {
|
|
|
6154
6152
|
._root_1qkvm_1:focus::after {
|
|
6155
6153
|
opacity: 1;
|
|
6156
6154
|
}/*background-image: radial-gradient(circle, #333, #000 800px);*/
|
|
6157
|
-
.
|
|
6155
|
+
._root_1gvml_2 {
|
|
6158
6156
|
position: relative;
|
|
6159
6157
|
width: 287px;
|
|
6160
6158
|
height: 36px;
|
|
@@ -6168,13 +6166,13 @@ html[data-theme='dark'] ._root_nxo69_1 {
|
|
|
6168
6166
|
justify-content: center;
|
|
6169
6167
|
align-content: center;
|
|
6170
6168
|
}
|
|
6171
|
-
.
|
|
6169
|
+
._root_1gvml_2:hover {
|
|
6172
6170
|
--sy: 1;
|
|
6173
6171
|
--aps: running;
|
|
6174
6172
|
--op: 0;
|
|
6175
6173
|
}
|
|
6176
6174
|
|
|
6177
|
-
.
|
|
6175
|
+
._i_1gvml_22 {
|
|
6178
6176
|
position: absolute;
|
|
6179
6177
|
left: var(--left, 0);
|
|
6180
6178
|
top: 50%;
|
|
@@ -6184,16 +6182,16 @@ html[data-theme='dark'] ._root_nxo69_1 {
|
|
|
6184
6182
|
transition: transform var(--duration) ease-out;
|
|
6185
6183
|
z-index: -1;
|
|
6186
6184
|
}
|
|
6187
|
-
.
|
|
6185
|
+
._i_1gvml_22::after {
|
|
6188
6186
|
content: "";
|
|
6189
6187
|
position: absolute;
|
|
6190
6188
|
inset: 0;
|
|
6191
6189
|
background-image: linear-gradient(#fff, hsl(var(--hue, 0), 75%, 75%));
|
|
6192
6190
|
border-radius: 50%;
|
|
6193
|
-
animation:
|
|
6191
|
+
animation: _noise_1gvml_1 var(--duration) infinite ease-in-out alternate;
|
|
6194
6192
|
animation-play-state: var(--aps, paused);
|
|
6195
6193
|
}
|
|
6196
|
-
@keyframes
|
|
6194
|
+
@keyframes _noise_1gvml_1 {
|
|
6197
6195
|
0% {
|
|
6198
6196
|
transform: scaleY(calc(1 - (var(--size, 0))));
|
|
6199
6197
|
}
|
|
@@ -6201,440 +6199,440 @@ html[data-theme='dark'] ._root_nxo69_1 {
|
|
|
6201
6199
|
transform: scaleY(calc(1 + (var(--size, 0))));
|
|
6202
6200
|
}
|
|
6203
6201
|
}
|
|
6204
|
-
.
|
|
6202
|
+
._i_1gvml_22:nth-child(1) {
|
|
6205
6203
|
--left: 0px;
|
|
6206
|
-
--duration:
|
|
6207
|
-
--size: 0.
|
|
6204
|
+
--duration: 287ms;
|
|
6205
|
+
--size: 0.046;
|
|
6208
6206
|
--hue: 0;
|
|
6209
6207
|
}
|
|
6210
|
-
.
|
|
6208
|
+
._i_1gvml_22:nth-child(2) {
|
|
6211
6209
|
--left: 4px;
|
|
6212
|
-
--duration:
|
|
6213
|
-
--size: 0.
|
|
6210
|
+
--duration: 321ms;
|
|
6211
|
+
--size: 0.176;
|
|
6214
6212
|
--hue: 5;
|
|
6215
6213
|
}
|
|
6216
|
-
.
|
|
6214
|
+
._i_1gvml_22:nth-child(3) {
|
|
6217
6215
|
--left: 8px;
|
|
6218
|
-
--duration:
|
|
6219
|
-
--size: 0.
|
|
6216
|
+
--duration: 383ms;
|
|
6217
|
+
--size: 0.608;
|
|
6220
6218
|
--hue: 10;
|
|
6221
6219
|
}
|
|
6222
|
-
.
|
|
6220
|
+
._i_1gvml_22:nth-child(4) {
|
|
6223
6221
|
--left: 12px;
|
|
6224
|
-
--duration:
|
|
6225
|
-
--size: 0.
|
|
6222
|
+
--duration: 308ms;
|
|
6223
|
+
--size: 0.308;
|
|
6226
6224
|
--hue: 15;
|
|
6227
6225
|
}
|
|
6228
|
-
.
|
|
6226
|
+
._i_1gvml_22:nth-child(5) {
|
|
6229
6227
|
--left: 16px;
|
|
6230
|
-
--duration:
|
|
6231
|
-
--size: 0.
|
|
6228
|
+
--duration: 377ms;
|
|
6229
|
+
--size: 0.828;
|
|
6232
6230
|
--hue: 20;
|
|
6233
6231
|
}
|
|
6234
|
-
.
|
|
6232
|
+
._i_1gvml_22:nth-child(6) {
|
|
6235
6233
|
--left: 20px;
|
|
6236
|
-
--duration:
|
|
6237
|
-
--size: 0.
|
|
6234
|
+
--duration: 213ms;
|
|
6235
|
+
--size: 0.457;
|
|
6238
6236
|
--hue: 25;
|
|
6239
6237
|
}
|
|
6240
|
-
.
|
|
6238
|
+
._i_1gvml_22:nth-child(7) {
|
|
6241
6239
|
--left: 24px;
|
|
6242
|
-
--duration:
|
|
6243
|
-
--size: 0.
|
|
6240
|
+
--duration: 393ms;
|
|
6241
|
+
--size: 0.516;
|
|
6244
6242
|
--hue: 30;
|
|
6245
6243
|
}
|
|
6246
|
-
.
|
|
6244
|
+
._i_1gvml_22:nth-child(8) {
|
|
6247
6245
|
--left: 28px;
|
|
6248
|
-
--duration:
|
|
6249
|
-
--size: 0.
|
|
6246
|
+
--duration: 340ms;
|
|
6247
|
+
--size: 0.141;
|
|
6250
6248
|
--hue: 35;
|
|
6251
6249
|
}
|
|
6252
|
-
.
|
|
6250
|
+
._i_1gvml_22:nth-child(9) {
|
|
6253
6251
|
--left: 32px;
|
|
6254
|
-
--duration:
|
|
6255
|
-
--size: 0.
|
|
6252
|
+
--duration: 316ms;
|
|
6253
|
+
--size: 0.508;
|
|
6256
6254
|
--hue: 40;
|
|
6257
6255
|
}
|
|
6258
|
-
.
|
|
6256
|
+
._i_1gvml_22:nth-child(10) {
|
|
6259
6257
|
--left: 36px;
|
|
6260
|
-
--duration:
|
|
6261
|
-
--size: 0.
|
|
6258
|
+
--duration: 359ms;
|
|
6259
|
+
--size: 0.561;
|
|
6262
6260
|
--hue: 45;
|
|
6263
6261
|
}
|
|
6264
|
-
.
|
|
6262
|
+
._i_1gvml_22:nth-child(11) {
|
|
6265
6263
|
--left: 40px;
|
|
6266
|
-
--duration:
|
|
6267
|
-
--size: 0.
|
|
6264
|
+
--duration: 209ms;
|
|
6265
|
+
--size: 0.799;
|
|
6268
6266
|
--hue: 50;
|
|
6269
6267
|
}
|
|
6270
|
-
.
|
|
6268
|
+
._i_1gvml_22:nth-child(12) {
|
|
6271
6269
|
--left: 44px;
|
|
6272
|
-
--duration:
|
|
6273
|
-
--size: 0.
|
|
6270
|
+
--duration: 338ms;
|
|
6271
|
+
--size: 0.991;
|
|
6274
6272
|
--hue: 55;
|
|
6275
6273
|
}
|
|
6276
|
-
.
|
|
6274
|
+
._i_1gvml_22:nth-child(13) {
|
|
6277
6275
|
--left: 48px;
|
|
6278
|
-
--duration:
|
|
6279
|
-
--size: 0.
|
|
6276
|
+
--duration: 335ms;
|
|
6277
|
+
--size: 0.869;
|
|
6280
6278
|
--hue: 60;
|
|
6281
6279
|
}
|
|
6282
|
-
.
|
|
6280
|
+
._i_1gvml_22:nth-child(14) {
|
|
6283
6281
|
--left: 52px;
|
|
6284
|
-
--duration:
|
|
6285
|
-
--size: 0.
|
|
6282
|
+
--duration: 272ms;
|
|
6283
|
+
--size: 0.039;
|
|
6286
6284
|
--hue: 65;
|
|
6287
6285
|
}
|
|
6288
|
-
.
|
|
6286
|
+
._i_1gvml_22:nth-child(15) {
|
|
6289
6287
|
--left: 56px;
|
|
6290
|
-
--duration:
|
|
6291
|
-
--size: 0.
|
|
6288
|
+
--duration: 315ms;
|
|
6289
|
+
--size: 0.098;
|
|
6292
6290
|
--hue: 70;
|
|
6293
6291
|
}
|
|
6294
|
-
.
|
|
6292
|
+
._i_1gvml_22:nth-child(16) {
|
|
6295
6293
|
--left: 60px;
|
|
6296
|
-
--duration:
|
|
6297
|
-
--size: 0.
|
|
6294
|
+
--duration: 257ms;
|
|
6295
|
+
--size: 0.051;
|
|
6298
6296
|
--hue: 75;
|
|
6299
6297
|
}
|
|
6300
|
-
.
|
|
6298
|
+
._i_1gvml_22:nth-child(17) {
|
|
6301
6299
|
--left: 64px;
|
|
6302
|
-
--duration:
|
|
6303
|
-
--size: 0.
|
|
6300
|
+
--duration: 218ms;
|
|
6301
|
+
--size: 0.787;
|
|
6304
6302
|
--hue: 80;
|
|
6305
6303
|
}
|
|
6306
|
-
.
|
|
6304
|
+
._i_1gvml_22:nth-child(18) {
|
|
6307
6305
|
--left: 68px;
|
|
6308
|
-
--duration:
|
|
6309
|
-
--size: 0.
|
|
6306
|
+
--duration: 385ms;
|
|
6307
|
+
--size: 0.581;
|
|
6310
6308
|
--hue: 85;
|
|
6311
6309
|
}
|
|
6312
|
-
.
|
|
6310
|
+
._i_1gvml_22:nth-child(19) {
|
|
6313
6311
|
--left: 72px;
|
|
6314
|
-
--duration:
|
|
6315
|
-
--size: 0.
|
|
6312
|
+
--duration: 398ms;
|
|
6313
|
+
--size: 0.737;
|
|
6316
6314
|
--hue: 90;
|
|
6317
6315
|
}
|
|
6318
|
-
.
|
|
6316
|
+
._i_1gvml_22:nth-child(20) {
|
|
6319
6317
|
--left: 76px;
|
|
6320
|
-
--duration:
|
|
6321
|
-
--size: 0.
|
|
6318
|
+
--duration: 300ms;
|
|
6319
|
+
--size: 0.055;
|
|
6322
6320
|
--hue: 95;
|
|
6323
6321
|
}
|
|
6324
|
-
.
|
|
6322
|
+
._i_1gvml_22:nth-child(21) {
|
|
6325
6323
|
--left: 80px;
|
|
6326
|
-
--duration:
|
|
6327
|
-
--size: 0.
|
|
6324
|
+
--duration: 332ms;
|
|
6325
|
+
--size: 0.147;
|
|
6328
6326
|
--hue: 100;
|
|
6329
6327
|
}
|
|
6330
|
-
.
|
|
6328
|
+
._i_1gvml_22:nth-child(22) {
|
|
6331
6329
|
--left: 84px;
|
|
6332
|
-
--duration:
|
|
6333
|
-
--size: 0.
|
|
6330
|
+
--duration: 307ms;
|
|
6331
|
+
--size: 0.468;
|
|
6334
6332
|
--hue: 105;
|
|
6335
6333
|
}
|
|
6336
|
-
.
|
|
6334
|
+
._i_1gvml_22:nth-child(23) {
|
|
6337
6335
|
--left: 88px;
|
|
6338
|
-
--duration:
|
|
6339
|
-
--size: 0.
|
|
6336
|
+
--duration: 244ms;
|
|
6337
|
+
--size: 0.986;
|
|
6340
6338
|
--hue: 110;
|
|
6341
6339
|
}
|
|
6342
|
-
.
|
|
6340
|
+
._i_1gvml_22:nth-child(24) {
|
|
6343
6341
|
--left: 92px;
|
|
6344
|
-
--duration:
|
|
6345
|
-
--size: 0.
|
|
6342
|
+
--duration: 243ms;
|
|
6343
|
+
--size: 0.532;
|
|
6346
6344
|
--hue: 115;
|
|
6347
6345
|
}
|
|
6348
|
-
.
|
|
6346
|
+
._i_1gvml_22:nth-child(25) {
|
|
6349
6347
|
--left: 96px;
|
|
6350
|
-
--duration:
|
|
6351
|
-
--size: 0.
|
|
6348
|
+
--duration: 215ms;
|
|
6349
|
+
--size: 0.549;
|
|
6352
6350
|
--hue: 120;
|
|
6353
6351
|
}
|
|
6354
|
-
.
|
|
6352
|
+
._i_1gvml_22:nth-child(26) {
|
|
6355
6353
|
--left: 100px;
|
|
6356
|
-
--duration:
|
|
6357
|
-
--size: 0.
|
|
6354
|
+
--duration: 337ms;
|
|
6355
|
+
--size: 0.45;
|
|
6358
6356
|
--hue: 125;
|
|
6359
6357
|
}
|
|
6360
|
-
.
|
|
6358
|
+
._i_1gvml_22:nth-child(27) {
|
|
6361
6359
|
--left: 104px;
|
|
6362
|
-
--duration:
|
|
6363
|
-
--size: 0.
|
|
6360
|
+
--duration: 308ms;
|
|
6361
|
+
--size: 0.111;
|
|
6364
6362
|
--hue: 130;
|
|
6365
6363
|
}
|
|
6366
|
-
.
|
|
6364
|
+
._i_1gvml_22:nth-child(28) {
|
|
6367
6365
|
--left: 108px;
|
|
6368
|
-
--duration:
|
|
6369
|
-
--size: 0.
|
|
6366
|
+
--duration: 389ms;
|
|
6367
|
+
--size: 0.74;
|
|
6370
6368
|
--hue: 135;
|
|
6371
6369
|
}
|
|
6372
|
-
.
|
|
6370
|
+
._i_1gvml_22:nth-child(29) {
|
|
6373
6371
|
--left: 112px;
|
|
6374
|
-
--duration:
|
|
6375
|
-
--size: 0.
|
|
6372
|
+
--duration: 330ms;
|
|
6373
|
+
--size: 0.135;
|
|
6376
6374
|
--hue: 140;
|
|
6377
6375
|
}
|
|
6378
|
-
.
|
|
6376
|
+
._i_1gvml_22:nth-child(30) {
|
|
6379
6377
|
--left: 116px;
|
|
6380
|
-
--duration:
|
|
6381
|
-
--size: 0.
|
|
6378
|
+
--duration: 374ms;
|
|
6379
|
+
--size: 0.994;
|
|
6382
6380
|
--hue: 145;
|
|
6383
6381
|
}
|
|
6384
|
-
.
|
|
6382
|
+
._i_1gvml_22:nth-child(31) {
|
|
6385
6383
|
--left: 120px;
|
|
6386
|
-
--duration:
|
|
6387
|
-
--size: 0.
|
|
6384
|
+
--duration: 246ms;
|
|
6385
|
+
--size: 0.91;
|
|
6388
6386
|
--hue: 150;
|
|
6389
6387
|
}
|
|
6390
|
-
.
|
|
6388
|
+
._i_1gvml_22:nth-child(32) {
|
|
6391
6389
|
--left: 124px;
|
|
6392
|
-
--duration:
|
|
6393
|
-
--size: 0.
|
|
6390
|
+
--duration: 205ms;
|
|
6391
|
+
--size: 0.271;
|
|
6394
6392
|
--hue: 155;
|
|
6395
6393
|
}
|
|
6396
|
-
.
|
|
6394
|
+
._i_1gvml_22:nth-child(33) {
|
|
6397
6395
|
--left: 128px;
|
|
6398
|
-
--duration:
|
|
6399
|
-
--size: 0.
|
|
6396
|
+
--duration: 221ms;
|
|
6397
|
+
--size: 0.41;
|
|
6400
6398
|
--hue: 160;
|
|
6401
6399
|
}
|
|
6402
|
-
.
|
|
6400
|
+
._i_1gvml_22:nth-child(34) {
|
|
6403
6401
|
--left: 132px;
|
|
6404
|
-
--duration:
|
|
6405
|
-
--size: 0.
|
|
6402
|
+
--duration: 380ms;
|
|
6403
|
+
--size: 0.097;
|
|
6406
6404
|
--hue: 165;
|
|
6407
6405
|
}
|
|
6408
|
-
.
|
|
6406
|
+
._i_1gvml_22:nth-child(35) {
|
|
6409
6407
|
--left: 136px;
|
|
6410
|
-
--duration:
|
|
6411
|
-
--size: 0.
|
|
6408
|
+
--duration: 343ms;
|
|
6409
|
+
--size: 0.032;
|
|
6412
6410
|
--hue: 170;
|
|
6413
6411
|
}
|
|
6414
|
-
.
|
|
6412
|
+
._i_1gvml_22:nth-child(36) {
|
|
6415
6413
|
--left: 140px;
|
|
6416
|
-
--duration:
|
|
6417
|
-
--size: 0.
|
|
6414
|
+
--duration: 244ms;
|
|
6415
|
+
--size: 0.068;
|
|
6418
6416
|
--hue: 175;
|
|
6419
6417
|
}
|
|
6420
|
-
.
|
|
6418
|
+
._i_1gvml_22:nth-child(37) {
|
|
6421
6419
|
--left: 144px;
|
|
6422
|
-
--duration:
|
|
6423
|
-
--size: 0.
|
|
6420
|
+
--duration: 237ms;
|
|
6421
|
+
--size: 0.711;
|
|
6424
6422
|
--hue: 180;
|
|
6425
6423
|
}
|
|
6426
|
-
.
|
|
6424
|
+
._i_1gvml_22:nth-child(38) {
|
|
6427
6425
|
--left: 148px;
|
|
6428
|
-
--duration:
|
|
6429
|
-
--size: 0.
|
|
6426
|
+
--duration: 265ms;
|
|
6427
|
+
--size: 0.139;
|
|
6430
6428
|
--hue: 185;
|
|
6431
6429
|
}
|
|
6432
|
-
.
|
|
6430
|
+
._i_1gvml_22:nth-child(39) {
|
|
6433
6431
|
--left: 152px;
|
|
6434
|
-
--duration:
|
|
6435
|
-
--size: 0.
|
|
6432
|
+
--duration: 312ms;
|
|
6433
|
+
--size: 0.682;
|
|
6436
6434
|
--hue: 190;
|
|
6437
6435
|
}
|
|
6438
|
-
.
|
|
6436
|
+
._i_1gvml_22:nth-child(40) {
|
|
6439
6437
|
--left: 156px;
|
|
6440
|
-
--duration:
|
|
6441
|
-
--size: 0.
|
|
6438
|
+
--duration: 210ms;
|
|
6439
|
+
--size: 0.931;
|
|
6442
6440
|
--hue: 195;
|
|
6443
6441
|
}
|
|
6444
|
-
.
|
|
6442
|
+
._i_1gvml_22:nth-child(41) {
|
|
6445
6443
|
--left: 160px;
|
|
6446
|
-
--duration:
|
|
6447
|
-
--size: 0.
|
|
6444
|
+
--duration: 361ms;
|
|
6445
|
+
--size: 0.029;
|
|
6448
6446
|
--hue: 200;
|
|
6449
6447
|
}
|
|
6450
|
-
.
|
|
6448
|
+
._i_1gvml_22:nth-child(42) {
|
|
6451
6449
|
--left: 164px;
|
|
6452
|
-
--duration:
|
|
6453
|
-
--size: 0.
|
|
6450
|
+
--duration: 218ms;
|
|
6451
|
+
--size: 0.38;
|
|
6454
6452
|
--hue: 205;
|
|
6455
6453
|
}
|
|
6456
|
-
.
|
|
6454
|
+
._i_1gvml_22:nth-child(43) {
|
|
6457
6455
|
--left: 168px;
|
|
6458
|
-
--duration:
|
|
6459
|
-
--size: 0.
|
|
6456
|
+
--duration: 353ms;
|
|
6457
|
+
--size: 0.575;
|
|
6460
6458
|
--hue: 210;
|
|
6461
6459
|
}
|
|
6462
|
-
.
|
|
6460
|
+
._i_1gvml_22:nth-child(44) {
|
|
6463
6461
|
--left: 172px;
|
|
6464
|
-
--duration:
|
|
6465
|
-
--size: 0.
|
|
6462
|
+
--duration: 316ms;
|
|
6463
|
+
--size: 0.381;
|
|
6466
6464
|
--hue: 215;
|
|
6467
6465
|
}
|
|
6468
|
-
.
|
|
6466
|
+
._i_1gvml_22:nth-child(45) {
|
|
6469
6467
|
--left: 176px;
|
|
6470
|
-
--duration:
|
|
6471
|
-
--size: 0.
|
|
6468
|
+
--duration: 223ms;
|
|
6469
|
+
--size: 0.645;
|
|
6472
6470
|
--hue: 220;
|
|
6473
6471
|
}
|
|
6474
|
-
.
|
|
6472
|
+
._i_1gvml_22:nth-child(46) {
|
|
6475
6473
|
--left: 180px;
|
|
6476
|
-
--duration:
|
|
6477
|
-
--size: 0.
|
|
6474
|
+
--duration: 305ms;
|
|
6475
|
+
--size: 0.153;
|
|
6478
6476
|
--hue: 225;
|
|
6479
6477
|
}
|
|
6480
|
-
.
|
|
6478
|
+
._i_1gvml_22:nth-child(47) {
|
|
6481
6479
|
--left: 184px;
|
|
6482
|
-
--duration:
|
|
6483
|
-
--size: 0.
|
|
6480
|
+
--duration: 386ms;
|
|
6481
|
+
--size: 0.779;
|
|
6484
6482
|
--hue: 230;
|
|
6485
6483
|
}
|
|
6486
|
-
.
|
|
6484
|
+
._i_1gvml_22:nth-child(48) {
|
|
6487
6485
|
--left: 188px;
|
|
6488
|
-
--duration:
|
|
6489
|
-
--size: 0.
|
|
6486
|
+
--duration: 202ms;
|
|
6487
|
+
--size: 0.746;
|
|
6490
6488
|
--hue: 235;
|
|
6491
6489
|
}
|
|
6492
|
-
.
|
|
6490
|
+
._i_1gvml_22:nth-child(49) {
|
|
6493
6491
|
--left: 192px;
|
|
6494
|
-
--duration:
|
|
6495
|
-
--size: 0.
|
|
6492
|
+
--duration: 396ms;
|
|
6493
|
+
--size: 0.58;
|
|
6496
6494
|
--hue: 240;
|
|
6497
6495
|
}
|
|
6498
|
-
.
|
|
6496
|
+
._i_1gvml_22:nth-child(50) {
|
|
6499
6497
|
--left: 196px;
|
|
6500
|
-
--duration:
|
|
6501
|
-
--size: 0.
|
|
6498
|
+
--duration: 307ms;
|
|
6499
|
+
--size: 0.108;
|
|
6502
6500
|
--hue: 245;
|
|
6503
6501
|
}
|
|
6504
|
-
.
|
|
6502
|
+
._i_1gvml_22:nth-child(51) {
|
|
6505
6503
|
--left: 200px;
|
|
6506
|
-
--duration:
|
|
6507
|
-
--size: 0.
|
|
6504
|
+
--duration: 234ms;
|
|
6505
|
+
--size: 0.863;
|
|
6508
6506
|
--hue: 250;
|
|
6509
6507
|
}
|
|
6510
|
-
.
|
|
6508
|
+
._i_1gvml_22:nth-child(52) {
|
|
6511
6509
|
--left: 204px;
|
|
6512
|
-
--duration:
|
|
6513
|
-
--size: 0.
|
|
6510
|
+
--duration: 294ms;
|
|
6511
|
+
--size: 0.976;
|
|
6514
6512
|
--hue: 255;
|
|
6515
6513
|
}
|
|
6516
|
-
.
|
|
6514
|
+
._i_1gvml_22:nth-child(53) {
|
|
6517
6515
|
--left: 208px;
|
|
6518
|
-
--duration:
|
|
6519
|
-
--size: 0.
|
|
6516
|
+
--duration: 351ms;
|
|
6517
|
+
--size: 0.959;
|
|
6520
6518
|
--hue: 260;
|
|
6521
6519
|
}
|
|
6522
|
-
.
|
|
6520
|
+
._i_1gvml_22:nth-child(54) {
|
|
6523
6521
|
--left: 212px;
|
|
6524
|
-
--duration:
|
|
6525
|
-
--size: 0.
|
|
6522
|
+
--duration: 249ms;
|
|
6523
|
+
--size: 0.512;
|
|
6526
6524
|
--hue: 265;
|
|
6527
6525
|
}
|
|
6528
|
-
.
|
|
6526
|
+
._i_1gvml_22:nth-child(55) {
|
|
6529
6527
|
--left: 216px;
|
|
6530
|
-
--duration:
|
|
6531
|
-
--size: 0.
|
|
6528
|
+
--duration: 319ms;
|
|
6529
|
+
--size: 0.463;
|
|
6532
6530
|
--hue: 270;
|
|
6533
6531
|
}
|
|
6534
|
-
.
|
|
6532
|
+
._i_1gvml_22:nth-child(56) {
|
|
6535
6533
|
--left: 220px;
|
|
6536
|
-
--duration:
|
|
6537
|
-
--size: 0.
|
|
6534
|
+
--duration: 259ms;
|
|
6535
|
+
--size: 0.214;
|
|
6538
6536
|
--hue: 275;
|
|
6539
6537
|
}
|
|
6540
|
-
.
|
|
6538
|
+
._i_1gvml_22:nth-child(57) {
|
|
6541
6539
|
--left: 224px;
|
|
6542
|
-
--duration:
|
|
6543
|
-
--size: 0.
|
|
6540
|
+
--duration: 273ms;
|
|
6541
|
+
--size: 0.531;
|
|
6544
6542
|
--hue: 280;
|
|
6545
6543
|
}
|
|
6546
|
-
.
|
|
6544
|
+
._i_1gvml_22:nth-child(58) {
|
|
6547
6545
|
--left: 228px;
|
|
6548
|
-
--duration:
|
|
6549
|
-
--size: 0.
|
|
6546
|
+
--duration: 325ms;
|
|
6547
|
+
--size: 0.584;
|
|
6550
6548
|
--hue: 285;
|
|
6551
6549
|
}
|
|
6552
|
-
.
|
|
6550
|
+
._i_1gvml_22:nth-child(59) {
|
|
6553
6551
|
--left: 232px;
|
|
6554
|
-
--duration:
|
|
6555
|
-
--size: 0.
|
|
6552
|
+
--duration: 230ms;
|
|
6553
|
+
--size: 0.529;
|
|
6556
6554
|
--hue: 290;
|
|
6557
6555
|
}
|
|
6558
|
-
.
|
|
6556
|
+
._i_1gvml_22:nth-child(60) {
|
|
6559
6557
|
--left: 236px;
|
|
6560
|
-
--duration:
|
|
6561
|
-
--size: 0.
|
|
6558
|
+
--duration: 241ms;
|
|
6559
|
+
--size: 0.982;
|
|
6562
6560
|
--hue: 295;
|
|
6563
6561
|
}
|
|
6564
|
-
.
|
|
6562
|
+
._i_1gvml_22:nth-child(61) {
|
|
6565
6563
|
--left: 240px;
|
|
6566
|
-
--duration:
|
|
6567
|
-
--size: 0.
|
|
6564
|
+
--duration: 383ms;
|
|
6565
|
+
--size: 0.592;
|
|
6568
6566
|
--hue: 300;
|
|
6569
6567
|
}
|
|
6570
|
-
.
|
|
6568
|
+
._i_1gvml_22:nth-child(62) {
|
|
6571
6569
|
--left: 244px;
|
|
6572
|
-
--duration:
|
|
6573
|
-
--size: 0.
|
|
6570
|
+
--duration: 293ms;
|
|
6571
|
+
--size: 0.06;
|
|
6574
6572
|
--hue: 305;
|
|
6575
6573
|
}
|
|
6576
|
-
.
|
|
6574
|
+
._i_1gvml_22:nth-child(63) {
|
|
6577
6575
|
--left: 248px;
|
|
6578
|
-
--duration:
|
|
6579
|
-
--size: 0.
|
|
6576
|
+
--duration: 287ms;
|
|
6577
|
+
--size: 0.91;
|
|
6580
6578
|
--hue: 310;
|
|
6581
6579
|
}
|
|
6582
|
-
.
|
|
6580
|
+
._i_1gvml_22:nth-child(64) {
|
|
6583
6581
|
--left: 252px;
|
|
6584
|
-
--duration:
|
|
6585
|
-
--size: 0.
|
|
6582
|
+
--duration: 348ms;
|
|
6583
|
+
--size: 0.905;
|
|
6586
6584
|
--hue: 315;
|
|
6587
6585
|
}
|
|
6588
|
-
.
|
|
6586
|
+
._i_1gvml_22:nth-child(65) {
|
|
6589
6587
|
--left: 256px;
|
|
6590
|
-
--duration:
|
|
6591
|
-
--size: 0.
|
|
6588
|
+
--duration: 352ms;
|
|
6589
|
+
--size: 0.656;
|
|
6592
6590
|
--hue: 320;
|
|
6593
6591
|
}
|
|
6594
|
-
.
|
|
6592
|
+
._i_1gvml_22:nth-child(66) {
|
|
6595
6593
|
--left: 260px;
|
|
6596
|
-
--duration:
|
|
6597
|
-
--size: 0.
|
|
6594
|
+
--duration: 337ms;
|
|
6595
|
+
--size: 0.472;
|
|
6598
6596
|
--hue: 325;
|
|
6599
6597
|
}
|
|
6600
|
-
.
|
|
6598
|
+
._i_1gvml_22:nth-child(67) {
|
|
6601
6599
|
--left: 264px;
|
|
6602
|
-
--duration:
|
|
6603
|
-
--size: 0.
|
|
6600
|
+
--duration: 361ms;
|
|
6601
|
+
--size: 0.654;
|
|
6604
6602
|
--hue: 330;
|
|
6605
6603
|
}
|
|
6606
|
-
.
|
|
6604
|
+
._i_1gvml_22:nth-child(68) {
|
|
6607
6605
|
--left: 268px;
|
|
6608
|
-
--duration:
|
|
6609
|
-
--size: 0.
|
|
6606
|
+
--duration: 302ms;
|
|
6607
|
+
--size: 0.982;
|
|
6610
6608
|
--hue: 335;
|
|
6611
6609
|
}
|
|
6612
|
-
.
|
|
6610
|
+
._i_1gvml_22:nth-child(69) {
|
|
6613
6611
|
--left: 272px;
|
|
6614
|
-
--duration:
|
|
6615
|
-
--size: 0.
|
|
6612
|
+
--duration: 237ms;
|
|
6613
|
+
--size: 0.803;
|
|
6616
6614
|
--hue: 340;
|
|
6617
6615
|
}
|
|
6618
|
-
.
|
|
6616
|
+
._i_1gvml_22:nth-child(70) {
|
|
6619
6617
|
--left: 276px;
|
|
6620
|
-
--duration:
|
|
6621
|
-
--size: 0.
|
|
6618
|
+
--duration: 335ms;
|
|
6619
|
+
--size: 0.439;
|
|
6622
6620
|
--hue: 345;
|
|
6623
6621
|
}
|
|
6624
|
-
.
|
|
6622
|
+
._i_1gvml_22:nth-child(71) {
|
|
6625
6623
|
--left: 280px;
|
|
6626
|
-
--duration:
|
|
6627
|
-
--size: 0.
|
|
6624
|
+
--duration: 321ms;
|
|
6625
|
+
--size: 0.404;
|
|
6628
6626
|
--hue: 350;
|
|
6629
6627
|
}
|
|
6630
|
-
.
|
|
6628
|
+
._i_1gvml_22:nth-child(72) {
|
|
6631
6629
|
--left: 284px;
|
|
6632
|
-
--duration:
|
|
6633
|
-
--size: 0.
|
|
6630
|
+
--duration: 381ms;
|
|
6631
|
+
--size: 0.654;
|
|
6634
6632
|
--hue: 355;
|
|
6635
6633
|
}
|
|
6636
6634
|
|
|
6637
|
-
.
|
|
6635
|
+
._text_1gvml_482 {
|
|
6638
6636
|
opacity: var(--op, 1);
|
|
6639
6637
|
transition: opacity 0.4s ease;
|
|
6640
6638
|
}._root_aiqzw_1 {
|
|
@@ -32070,7 +32068,7 @@ html[data-theme=dark] ._root_rddfz_9 {
|
|
|
32070
32068
|
color: #fff;
|
|
32071
32069
|
cursor: default;
|
|
32072
32070
|
text-transform: uppercase;
|
|
32073
|
-
}.
|
|
32071
|
+
}._root_1hoqe_1 {
|
|
32074
32072
|
font-size: 8vmin;
|
|
32075
32073
|
font-family: Rubik, sans-serif;
|
|
32076
32074
|
width: 75vmin;
|
|
@@ -32078,23 +32076,23 @@ html[data-theme=dark] ._root_rddfz_9 {
|
|
|
32078
32076
|
color: #fff;
|
|
32079
32077
|
}
|
|
32080
32078
|
|
|
32081
|
-
.
|
|
32079
|
+
._line_1hoqe_9 {
|
|
32082
32080
|
display: flex;
|
|
32083
32081
|
justify-content: space-between;
|
|
32084
32082
|
}
|
|
32085
32083
|
|
|
32086
|
-
.
|
|
32084
|
+
._word_1hoqe_14 {
|
|
32087
32085
|
transition: opacity 0.2s ease-in-out;
|
|
32088
32086
|
cursor: default;
|
|
32089
32087
|
}
|
|
32090
|
-
.
|
|
32088
|
+
._word_1hoqe_14._link_1hoqe_18 {
|
|
32091
32089
|
cursor: pointer;
|
|
32092
32090
|
color: inherit;
|
|
32093
32091
|
}
|
|
32094
|
-
.
|
|
32092
|
+
._word_1hoqe_14._link_1hoqe_18 ._letter_1hoqe_22 {
|
|
32095
32093
|
position: relative;
|
|
32096
32094
|
}
|
|
32097
|
-
.
|
|
32095
|
+
._word_1hoqe_14._link_1hoqe_18 ._letter_1hoqe_22::before {
|
|
32098
32096
|
content: "";
|
|
32099
32097
|
width: 100%;
|
|
32100
32098
|
height: 3px;
|
|
@@ -32103,150 +32101,150 @@ html[data-theme=dark] ._root_rddfz_9 {
|
|
|
32103
32101
|
bottom: 0;
|
|
32104
32102
|
background-color: red;
|
|
32105
32103
|
}
|
|
32106
|
-
.
|
|
32104
|
+
._root_1hoqe_1:hover ._word_1hoqe_14 {
|
|
32107
32105
|
opacity: 0.25;
|
|
32108
32106
|
}
|
|
32109
|
-
.
|
|
32107
|
+
._root_1hoqe_1:hover ._word_1hoqe_14:hover {
|
|
32110
32108
|
opacity: 1;
|
|
32111
32109
|
}
|
|
32112
|
-
.
|
|
32113
|
-
--x:
|
|
32114
|
-
--y:
|
|
32115
|
-
--r:
|
|
32110
|
+
._root_1hoqe_1:hover ._word_1hoqe_14:hover ._letter_1hoqe_22:nth-child(1) {
|
|
32111
|
+
--x: 3;
|
|
32112
|
+
--y: 7;
|
|
32113
|
+
--r: 9;
|
|
32116
32114
|
}
|
|
32117
|
-
.
|
|
32115
|
+
._root_1hoqe_1:hover ._word_1hoqe_14:hover ._letter_1hoqe_22:nth-child(1):hover {
|
|
32118
32116
|
z-index: 2;
|
|
32119
32117
|
text-shadow: 2px 2px 10px rgb(0, 0, 0);
|
|
32120
32118
|
--x: 0;
|
|
32121
|
-
--y:
|
|
32122
|
-
--r:
|
|
32119
|
+
--y: 7;
|
|
32120
|
+
--r: -5;
|
|
32123
32121
|
--s: 1.25;
|
|
32124
32122
|
}
|
|
32125
|
-
.
|
|
32126
|
-
--x:
|
|
32127
|
-
--y:
|
|
32128
|
-
--r:
|
|
32123
|
+
._root_1hoqe_1:hover ._word_1hoqe_14:hover ._letter_1hoqe_22:nth-child(2) {
|
|
32124
|
+
--x: 25;
|
|
32125
|
+
--y: 12;
|
|
32126
|
+
--r: -11;
|
|
32129
32127
|
}
|
|
32130
|
-
.
|
|
32128
|
+
._root_1hoqe_1:hover ._word_1hoqe_14:hover ._letter_1hoqe_22:nth-child(2):hover {
|
|
32131
32129
|
z-index: 2;
|
|
32132
32130
|
text-shadow: 2px 2px 10px rgb(0, 0, 0);
|
|
32133
|
-
--x:
|
|
32134
|
-
--y: -
|
|
32135
|
-
--r:
|
|
32131
|
+
--x: 9;
|
|
32132
|
+
--y: -5;
|
|
32133
|
+
--r: -7;
|
|
32136
32134
|
--s: 1.25;
|
|
32137
32135
|
}
|
|
32138
|
-
.
|
|
32139
|
-
--x:
|
|
32140
|
-
--y: -
|
|
32141
|
-
--r:
|
|
32136
|
+
._root_1hoqe_1:hover ._word_1hoqe_14:hover ._letter_1hoqe_22:nth-child(3) {
|
|
32137
|
+
--x: 24;
|
|
32138
|
+
--y: -19;
|
|
32139
|
+
--r: -20;
|
|
32142
32140
|
}
|
|
32143
|
-
.
|
|
32141
|
+
._root_1hoqe_1:hover ._word_1hoqe_14:hover ._letter_1hoqe_22:nth-child(3):hover {
|
|
32144
32142
|
z-index: 2;
|
|
32145
32143
|
text-shadow: 2px 2px 10px rgb(0, 0, 0);
|
|
32146
|
-
--x:
|
|
32147
|
-
--y:
|
|
32148
|
-
--r: -
|
|
32144
|
+
--x: 8;
|
|
32145
|
+
--y: -8;
|
|
32146
|
+
--r: -7;
|
|
32149
32147
|
--s: 1.25;
|
|
32150
32148
|
}
|
|
32151
|
-
.
|
|
32152
|
-
--x:
|
|
32153
|
-
--y:
|
|
32154
|
-
--r:
|
|
32149
|
+
._root_1hoqe_1:hover ._word_1hoqe_14:hover ._letter_1hoqe_22:nth-child(4) {
|
|
32150
|
+
--x: -18;
|
|
32151
|
+
--y: 4;
|
|
32152
|
+
--r: -8;
|
|
32155
32153
|
}
|
|
32156
|
-
.
|
|
32154
|
+
._root_1hoqe_1:hover ._word_1hoqe_14:hover ._letter_1hoqe_22:nth-child(4):hover {
|
|
32157
32155
|
z-index: 2;
|
|
32158
32156
|
text-shadow: 2px 2px 10px rgb(0, 0, 0);
|
|
32159
|
-
--x:
|
|
32160
|
-
--y:
|
|
32161
|
-
--r:
|
|
32157
|
+
--x: 0;
|
|
32158
|
+
--y: -6;
|
|
32159
|
+
--r: 7;
|
|
32162
32160
|
--s: 1.25;
|
|
32163
32161
|
}
|
|
32164
|
-
.
|
|
32165
|
-
--x:
|
|
32162
|
+
._root_1hoqe_1:hover ._word_1hoqe_14:hover ._letter_1hoqe_22:nth-child(5) {
|
|
32163
|
+
--x: 11;
|
|
32166
32164
|
--y: 7;
|
|
32167
|
-
--r:
|
|
32165
|
+
--r: 18;
|
|
32168
32166
|
}
|
|
32169
|
-
.
|
|
32167
|
+
._root_1hoqe_1:hover ._word_1hoqe_14:hover ._letter_1hoqe_22:nth-child(5):hover {
|
|
32170
32168
|
z-index: 2;
|
|
32171
32169
|
text-shadow: 2px 2px 10px rgb(0, 0, 0);
|
|
32172
|
-
--x: -
|
|
32173
|
-
--y:
|
|
32174
|
-
--r:
|
|
32170
|
+
--x: -2;
|
|
32171
|
+
--y: 10;
|
|
32172
|
+
--r: -7;
|
|
32175
32173
|
--s: 1.25;
|
|
32176
32174
|
}
|
|
32177
|
-
.
|
|
32178
|
-
--x:
|
|
32179
|
-
--y:
|
|
32180
|
-
--r:
|
|
32175
|
+
._root_1hoqe_1:hover ._word_1hoqe_14:hover ._letter_1hoqe_22:nth-child(6) {
|
|
32176
|
+
--x: -21;
|
|
32177
|
+
--y: -20;
|
|
32178
|
+
--r: -4;
|
|
32181
32179
|
}
|
|
32182
|
-
.
|
|
32180
|
+
._root_1hoqe_1:hover ._word_1hoqe_14:hover ._letter_1hoqe_22:nth-child(6):hover {
|
|
32183
32181
|
z-index: 2;
|
|
32184
32182
|
text-shadow: 2px 2px 10px rgb(0, 0, 0);
|
|
32185
|
-
--x: -
|
|
32186
|
-
--y:
|
|
32187
|
-
--r:
|
|
32183
|
+
--x: -7;
|
|
32184
|
+
--y: 6;
|
|
32185
|
+
--r: 5;
|
|
32188
32186
|
--s: 1.25;
|
|
32189
32187
|
}
|
|
32190
|
-
.
|
|
32191
|
-
--x:
|
|
32192
|
-
--y:
|
|
32193
|
-
--r:
|
|
32188
|
+
._root_1hoqe_1:hover ._word_1hoqe_14:hover ._letter_1hoqe_22:nth-child(7) {
|
|
32189
|
+
--x: -14;
|
|
32190
|
+
--y: 2;
|
|
32191
|
+
--r: -4;
|
|
32194
32192
|
}
|
|
32195
|
-
.
|
|
32193
|
+
._root_1hoqe_1:hover ._word_1hoqe_14:hover ._letter_1hoqe_22:nth-child(7):hover {
|
|
32196
32194
|
z-index: 2;
|
|
32197
32195
|
text-shadow: 2px 2px 10px rgb(0, 0, 0);
|
|
32198
|
-
--x: -
|
|
32199
|
-
--y:
|
|
32200
|
-
--r:
|
|
32196
|
+
--x: -1;
|
|
32197
|
+
--y: 10;
|
|
32198
|
+
--r: 5;
|
|
32201
32199
|
--s: 1.25;
|
|
32202
32200
|
}
|
|
32203
|
-
.
|
|
32204
|
-
--x:
|
|
32205
|
-
--y:
|
|
32206
|
-
--r:
|
|
32201
|
+
._root_1hoqe_1:hover ._word_1hoqe_14:hover ._letter_1hoqe_22:nth-child(8) {
|
|
32202
|
+
--x: -18;
|
|
32203
|
+
--y: 13;
|
|
32204
|
+
--r: 15;
|
|
32207
32205
|
}
|
|
32208
|
-
.
|
|
32206
|
+
._root_1hoqe_1:hover ._word_1hoqe_14:hover ._letter_1hoqe_22:nth-child(8):hover {
|
|
32209
32207
|
z-index: 2;
|
|
32210
32208
|
text-shadow: 2px 2px 10px rgb(0, 0, 0);
|
|
32211
|
-
--x:
|
|
32212
|
-
--y:
|
|
32213
|
-
--r:
|
|
32209
|
+
--x: 3;
|
|
32210
|
+
--y: -9;
|
|
32211
|
+
--r: 9;
|
|
32214
32212
|
--s: 1.25;
|
|
32215
32213
|
}
|
|
32216
|
-
.
|
|
32217
|
-
--x:
|
|
32218
|
-
--y:
|
|
32219
|
-
--r:
|
|
32214
|
+
._root_1hoqe_1:hover ._word_1hoqe_14:hover ._letter_1hoqe_22:nth-child(9) {
|
|
32215
|
+
--x: 9;
|
|
32216
|
+
--y: -7;
|
|
32217
|
+
--r: 2;
|
|
32220
32218
|
}
|
|
32221
|
-
.
|
|
32219
|
+
._root_1hoqe_1:hover ._word_1hoqe_14:hover ._letter_1hoqe_22:nth-child(9):hover {
|
|
32222
32220
|
z-index: 2;
|
|
32223
32221
|
text-shadow: 2px 2px 10px rgb(0, 0, 0);
|
|
32224
|
-
--x:
|
|
32225
|
-
--y: 9;
|
|
32226
|
-
--r:
|
|
32222
|
+
--x: -3;
|
|
32223
|
+
--y: -9;
|
|
32224
|
+
--r: 3;
|
|
32227
32225
|
--s: 1.25;
|
|
32228
32226
|
}
|
|
32229
|
-
.
|
|
32230
|
-
--x:
|
|
32231
|
-
--y:
|
|
32232
|
-
--r: 24;
|
|
32227
|
+
._root_1hoqe_1:hover ._word_1hoqe_14:hover ._letter_1hoqe_22:nth-child(10) {
|
|
32228
|
+
--x: -21;
|
|
32229
|
+
--y: 21;
|
|
32230
|
+
--r: -24;
|
|
32233
32231
|
}
|
|
32234
|
-
.
|
|
32232
|
+
._root_1hoqe_1:hover ._word_1hoqe_14:hover ._letter_1hoqe_22:nth-child(10):hover {
|
|
32235
32233
|
z-index: 2;
|
|
32236
32234
|
text-shadow: 2px 2px 10px rgb(0, 0, 0);
|
|
32237
|
-
--x: 6;
|
|
32238
|
-
--y: -
|
|
32239
|
-
--r:
|
|
32235
|
+
--x: -6;
|
|
32236
|
+
--y: -4;
|
|
32237
|
+
--r: 6;
|
|
32240
32238
|
--s: 1.25;
|
|
32241
32239
|
}
|
|
32242
32240
|
|
|
32243
|
-
.
|
|
32241
|
+
._letter_1hoqe_22 {
|
|
32244
32242
|
display: inline-block;
|
|
32245
32243
|
transition: transform 0.2s ease-in-out;
|
|
32246
32244
|
transform: translate(calc(var(--x, 0) * 1%), calc(var(--y, 0) * 1%)) rotate(calc(var(--r, 0) * 1deg)) scale(var(--s, 1));
|
|
32247
32245
|
}
|
|
32248
32246
|
|
|
32249
|
-
@keyframes
|
|
32247
|
+
@keyframes _wobble_1hoqe_1 {
|
|
32250
32248
|
0%, 100% {
|
|
32251
32249
|
transform: translateY(0) rotate(0);
|
|
32252
32250
|
}
|