Version Description
- 9 Sep 2022 =
- Minor bug fixes
Download this release
Release Info
| Developer | wpconcern |
| Plugin | |
| Version | 3.0.1 |
| Comparing to | |
| See all releases | |
Code changes from version 3.0.0 to 3.0.1
- assets/css/admin-page.css +12 -0
- assets/css/admin-page.min.css +1 -1
- assets/css/customize-controls.css +0 -0
- assets/css/customize-controls.min.css +0 -0
- assets/css/frontend.css +119 -2041
- assets/css/frontend.min.css +1 -1
- assets/js/admin-page.js +50 -77
- assets/js/admin-page.min.js +1 -1
- assets/js/customize-controls.js +1 -1
- assets/js/customize-controls.min.js +1 -1
- assets/js/customize-preview.js +1 -1
- assets/js/customize-preview.min.js +1 -1
- assets/js/frontend.js +19 -17
- assets/js/frontend.min.js +1 -1
- assets/js/plugins-list.js +62 -0
- assets/js/plugins-list.min.js +1 -0
- inc/admin-page/admin-page.php +74 -16
- inc/helpers/themes.php +15 -0
- languages/nifty-coming-soon-and-under-construction-page.pot +31 -19
- nifty-coming-soon.php +2 -2
- readme.txt +4 -1
- themes/charity/preview.jpg +0 -0
- themes/furniture/preview.jpg +0 -0
- themes/skin-care/preview.jpg +0 -0
- vendor/autoload.php +1 -1
- vendor/composer/autoload_real.php +4 -4
- vendor/composer/autoload_static.php +4 -4
- vendor/composer/installed.php +2 -2
assets/css/admin-page.css
CHANGED
|
@@ -75,6 +75,7 @@
|
|
| 75 |
}
|
| 76 |
.ncs-wrap .ncs-theme {
|
| 77 |
background-color: #fff;
|
|
|
|
| 78 |
}
|
| 79 |
.ncs-wrap .ncs-theme .ncs-theme-content {
|
| 80 |
padding: 0 10px;
|
|
@@ -98,6 +99,17 @@
|
|
| 98 |
.ncs-wrap .ncs-theme .preview:hover .preview-text {
|
| 99 |
text-decoration: underline;
|
| 100 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 101 |
.ncs-wrap .ncs-box {
|
| 102 |
margin-bottom: 40px;
|
| 103 |
}
|
| 75 |
}
|
| 76 |
.ncs-wrap .ncs-theme {
|
| 77 |
background-color: #fff;
|
| 78 |
+
box-shadow: -1px 1px 8px 1px rgba(128, 128, 128, 0.46);
|
| 79 |
}
|
| 80 |
.ncs-wrap .ncs-theme .ncs-theme-content {
|
| 81 |
padding: 0 10px;
|
| 99 |
.ncs-wrap .ncs-theme .preview:hover .preview-text {
|
| 100 |
text-decoration: underline;
|
| 101 |
}
|
| 102 |
+
.ncs-wrap .ncs-theme.ncs-theme-featured {
|
| 103 |
+
position: relative;
|
| 104 |
+
}
|
| 105 |
+
.ncs-wrap .ncs-theme.ncs-theme-featured .featured {
|
| 106 |
+
background-color: #e23b3b;
|
| 107 |
+
color: #fff;
|
| 108 |
+
position: absolute;
|
| 109 |
+
top: 0;
|
| 110 |
+
right: 0;
|
| 111 |
+
padding: 3px 5px;
|
| 112 |
+
}
|
| 113 |
.ncs-wrap .ncs-box {
|
| 114 |
margin-bottom: 40px;
|
| 115 |
}
|
assets/css/admin-page.min.css
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
.is-hidden{display:none}.ncs-wrap p{font-size:15px}.ncs-wrap .ncs-header{padding-bottom:2px}.ncs-wrap .ncs-main-content{display:flex;gap:20px;flex-direction:column;margin-top:25px}@media (min-width:64em){.ncs-wrap .ncs-main-content{flex-direction:row}}.ncs-wrap .ncs-tab-contents{margin-top:20px}.ncs-wrap .ncs-content-left{width:100%}.ncs-wrap .ncs-content-right{flex:0 0 250px}.ncs-wrap .ncs-tab-content{display:none}.ncs-wrap .import-input-wrap .button{margin-top:10px}.ncs-wrap .ncs-grid{display:grid;gap:20px;grid-template-columns:1fr}@media (min-width:48em){.ncs-wrap .ncs-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:80em){.ncs-wrap .ncs-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.ncs-wrap .ncs-grid h2,.ncs-wrap .ncs-grid h3{color:#333}.ncs-wrap .ncs-grid p{color:#555}.ncs-wrap .ncs-grid h3 span{margin-right:5px;color:#2271b1}.ncs-wrap .ncs-card{border:1px #ddd solid;border-radius:5px;background-color:#fff;color:#333;padding:10px 20px}.ncs-wrap .ncs-themes-grid{margin-top:15px}.ncs-wrap .ncs-themes-grid img{width:100%}.ncs-wrap .ncs-theme{background-color:#fff}.ncs-wrap .ncs-theme .ncs-theme-content{padding:0 10px;display:flex;justify-content:space-between;align-items:center}.ncs-wrap .ncs-theme h4 a{text-decoration:none;color:#333}.ncs-wrap .ncs-theme .buttons{display:flex;margin-bottom:5px}.ncs-wrap .ncs-theme .preview{text-decoration:none;display:flex;gap:5px}.ncs-wrap .ncs-theme .preview:hover .preview-text{text-decoration:underline}.ncs-wrap .ncs-box{margin-bottom:40px}.ncs-wrap .ncs-box ol,.ncs-wrap .ncs-box ul{margin-left:1.3em}.ncs-wrap .wpc-comparison>*{display:flex;align-items:self-start;padding-top:10px;padding-bottom:10px;border-left:1px solid #e3e3e3;border-right:1px solid #e3e3e3;background-color:#fff}.ncs-wrap .wpc-comparison>* span{width:120px;padding:2px 10px}.ncs-wrap .wpc-comparison>* span:first-child{width:calc(100% - 240px);font-size:15px;color:#555}.ncs-wrap .wpc-comparison>:nth-child(odd){background-color:#f7f7f7;border-top:1px solid #e3e3e3;border-bottom:1px solid #e3e3e3}.ncs-wrap .wpc-comparison>:first-child{border-radius:5px 5px 0 0;font-size:18px;font-weight:500;background-color:#a4a4a4;color:#555}.ncs-wrap .wpc-comparison>:first-child span:first-child{font-size:18px}.ncs-wrap .wpc-comparison>:last-child{border-radius:0 0 5px 5px;border-bottom:1px solid #e3e3e3}.ncs-wrap .wpc-comparison header{background-color:#c3c3c3!important}.ncs-wrap .wpc-comparison .check:after{content:"\f147";font-family:dashicons;width:20px;height:20px;font-size:20px;color:#6daf2a}.ncs-wrap .wpc-comparison .uncheck:after{content:"\f335";font-family:dashicons;width:20px;height:20px;font-size:20px;color:#e82c2c}
|
| 1 |
+
.is-hidden{display:none}.ncs-wrap p{font-size:15px}.ncs-wrap .ncs-header{padding-bottom:2px}.ncs-wrap .ncs-main-content{display:flex;gap:20px;flex-direction:column;margin-top:25px}@media (min-width:64em){.ncs-wrap .ncs-main-content{flex-direction:row}}.ncs-wrap .ncs-tab-contents{margin-top:20px}.ncs-wrap .ncs-content-left{width:100%}.ncs-wrap .ncs-content-right{flex:0 0 250px}.ncs-wrap .ncs-tab-content{display:none}.ncs-wrap .import-input-wrap .button{margin-top:10px}.ncs-wrap .ncs-grid{display:grid;gap:20px;grid-template-columns:1fr}@media (min-width:48em){.ncs-wrap .ncs-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:80em){.ncs-wrap .ncs-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.ncs-wrap .ncs-grid h2,.ncs-wrap .ncs-grid h3{color:#333}.ncs-wrap .ncs-grid p{color:#555}.ncs-wrap .ncs-grid h3 span{margin-right:5px;color:#2271b1}.ncs-wrap .ncs-card{border:1px #ddd solid;border-radius:5px;background-color:#fff;color:#333;padding:10px 20px}.ncs-wrap .ncs-themes-grid{margin-top:15px}.ncs-wrap .ncs-themes-grid img{width:100%}.ncs-wrap .ncs-theme{background-color:#fff;box-shadow:-1px 1px 8px 1px rgba(128,128,128,.46)}.ncs-wrap .ncs-theme .ncs-theme-content{padding:0 10px;display:flex;justify-content:space-between;align-items:center}.ncs-wrap .ncs-theme h4 a{text-decoration:none;color:#333}.ncs-wrap .ncs-theme .buttons{display:flex;margin-bottom:5px}.ncs-wrap .ncs-theme .preview{text-decoration:none;display:flex;gap:5px}.ncs-wrap .ncs-theme .preview:hover .preview-text{text-decoration:underline}.ncs-wrap .ncs-theme.ncs-theme-featured{position:relative}.ncs-wrap .ncs-theme.ncs-theme-featured .featured{background-color:#e23b3b;color:#fff;position:absolute;top:0;right:0;padding:3px 5px}.ncs-wrap .ncs-box{margin-bottom:40px}.ncs-wrap .ncs-box ol,.ncs-wrap .ncs-box ul{margin-left:1.3em}.ncs-wrap .wpc-comparison>*{display:flex;align-items:self-start;padding-top:10px;padding-bottom:10px;border-left:1px solid #e3e3e3;border-right:1px solid #e3e3e3;background-color:#fff}.ncs-wrap .wpc-comparison>* span{width:120px;padding:2px 10px}.ncs-wrap .wpc-comparison>* span:first-child{width:calc(100% - 240px);font-size:15px;color:#555}.ncs-wrap .wpc-comparison>:nth-child(odd){background-color:#f7f7f7;border-top:1px solid #e3e3e3;border-bottom:1px solid #e3e3e3}.ncs-wrap .wpc-comparison>:first-child{border-radius:5px 5px 0 0;font-size:18px;font-weight:500;background-color:#a4a4a4;color:#555}.ncs-wrap .wpc-comparison>:first-child span:first-child{font-size:18px}.ncs-wrap .wpc-comparison>:last-child{border-radius:0 0 5px 5px;border-bottom:1px solid #e3e3e3}.ncs-wrap .wpc-comparison header{background-color:#c3c3c3!important}.ncs-wrap .wpc-comparison .check:after{content:"\f147";font-family:dashicons;width:20px;height:20px;font-size:20px;color:#6daf2a}.ncs-wrap .wpc-comparison .uncheck:after{content:"\f335";font-family:dashicons;width:20px;height:20px;font-size:20px;color:#e82c2c}
|
assets/css/customize-controls.css
DELETED
|
File without changes
|
assets/css/customize-controls.min.css
DELETED
|
File without changes
|
assets/css/frontend.css
CHANGED
|
@@ -315,69 +315,27 @@ template {
|
|
| 315 |
*
|
| 316 |
* Copyright (c) 2019 Daniel Eden
|
| 317 |
*/
|
| 318 |
-
@-webkit-keyframes bounce {
|
| 319 |
-
from, 20%, 53%, 80%, to {
|
| 320 |
-
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
| 321 |
-
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
| 322 |
-
-webkit-transform: translate3d(0, 0, 0);
|
| 323 |
-
transform: translate3d(0, 0, 0);
|
| 324 |
-
}
|
| 325 |
-
40%, 43% {
|
| 326 |
-
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
|
| 327 |
-
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
|
| 328 |
-
-webkit-transform: translate3d(0, -30px, 0);
|
| 329 |
-
transform: translate3d(0, -30px, 0);
|
| 330 |
-
}
|
| 331 |
-
70% {
|
| 332 |
-
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
|
| 333 |
-
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
|
| 334 |
-
-webkit-transform: translate3d(0, -15px, 0);
|
| 335 |
-
transform: translate3d(0, -15px, 0);
|
| 336 |
-
}
|
| 337 |
-
90% {
|
| 338 |
-
-webkit-transform: translate3d(0, -4px, 0);
|
| 339 |
-
transform: translate3d(0, -4px, 0);
|
| 340 |
-
}
|
| 341 |
-
}
|
| 342 |
@keyframes bounce {
|
| 343 |
from, 20%, 53%, 80%, to {
|
| 344 |
-
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
| 345 |
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
| 346 |
-
-webkit-transform: translate3d(0, 0, 0);
|
| 347 |
transform: translate3d(0, 0, 0);
|
| 348 |
}
|
| 349 |
40%, 43% {
|
| 350 |
-
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
|
| 351 |
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
|
| 352 |
-
-webkit-transform: translate3d(0, -30px, 0);
|
| 353 |
transform: translate3d(0, -30px, 0);
|
| 354 |
}
|
| 355 |
70% {
|
| 356 |
-
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
|
| 357 |
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
|
| 358 |
-
-webkit-transform: translate3d(0, -15px, 0);
|
| 359 |
transform: translate3d(0, -15px, 0);
|
| 360 |
}
|
| 361 |
90% {
|
| 362 |
-
-webkit-transform: translate3d(0, -4px, 0);
|
| 363 |
transform: translate3d(0, -4px, 0);
|
| 364 |
}
|
| 365 |
}
|
| 366 |
.bounce {
|
| 367 |
-
-webkit-animation-name: bounce;
|
| 368 |
animation-name: bounce;
|
| 369 |
-
-webkit-transform-origin: center bottom;
|
| 370 |
transform-origin: center bottom;
|
| 371 |
}
|
| 372 |
-
|
| 373 |
-
@-webkit-keyframes flash {
|
| 374 |
-
from, 50%, to {
|
| 375 |
-
opacity: 1;
|
| 376 |
-
}
|
| 377 |
-
25%, 75% {
|
| 378 |
-
opacity: 0;
|
| 379 |
-
}
|
| 380 |
-
}
|
| 381 |
@keyframes flash {
|
| 382 |
from, 50%, to {
|
| 383 |
opacity: 1;
|
|
@@ -387,991 +345,414 @@ template {
|
|
| 387 |
}
|
| 388 |
}
|
| 389 |
.flash {
|
| 390 |
-
-webkit-animation-name: flash;
|
| 391 |
animation-name: flash;
|
| 392 |
}
|
| 393 |
|
| 394 |
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
|
| 395 |
-
@-webkit-keyframes pulse {
|
| 396 |
-
from {
|
| 397 |
-
-webkit-transform: scale3d(1, 1, 1);
|
| 398 |
-
transform: scale3d(1, 1, 1);
|
| 399 |
-
}
|
| 400 |
-
50% {
|
| 401 |
-
-webkit-transform: scale3d(1.05, 1.05, 1.05);
|
| 402 |
-
transform: scale3d(1.05, 1.05, 1.05);
|
| 403 |
-
}
|
| 404 |
-
to {
|
| 405 |
-
-webkit-transform: scale3d(1, 1, 1);
|
| 406 |
-
transform: scale3d(1, 1, 1);
|
| 407 |
-
}
|
| 408 |
-
}
|
| 409 |
@keyframes pulse {
|
| 410 |
from {
|
| 411 |
-
-webkit-transform: scale3d(1, 1, 1);
|
| 412 |
transform: scale3d(1, 1, 1);
|
| 413 |
}
|
| 414 |
50% {
|
| 415 |
-
-webkit-transform: scale3d(1.05, 1.05, 1.05);
|
| 416 |
transform: scale3d(1.05, 1.05, 1.05);
|
| 417 |
}
|
| 418 |
to {
|
| 419 |
-
-webkit-transform: scale3d(1, 1, 1);
|
| 420 |
transform: scale3d(1, 1, 1);
|
| 421 |
}
|
| 422 |
}
|
| 423 |
.pulse {
|
| 424 |
-
-webkit-animation-name: pulse;
|
| 425 |
animation-name: pulse;
|
| 426 |
}
|
| 427 |
-
|
| 428 |
-
@-webkit-keyframes rubberBand {
|
| 429 |
-
from {
|
| 430 |
-
-webkit-transform: scale3d(1, 1, 1);
|
| 431 |
-
transform: scale3d(1, 1, 1);
|
| 432 |
-
}
|
| 433 |
-
30% {
|
| 434 |
-
-webkit-transform: scale3d(1.25, 0.75, 1);
|
| 435 |
-
transform: scale3d(1.25, 0.75, 1);
|
| 436 |
-
}
|
| 437 |
-
40% {
|
| 438 |
-
-webkit-transform: scale3d(0.75, 1.25, 1);
|
| 439 |
-
transform: scale3d(0.75, 1.25, 1);
|
| 440 |
-
}
|
| 441 |
-
50% {
|
| 442 |
-
-webkit-transform: scale3d(1.15, 0.85, 1);
|
| 443 |
-
transform: scale3d(1.15, 0.85, 1);
|
| 444 |
-
}
|
| 445 |
-
65% {
|
| 446 |
-
-webkit-transform: scale3d(0.95, 1.05, 1);
|
| 447 |
-
transform: scale3d(0.95, 1.05, 1);
|
| 448 |
-
}
|
| 449 |
-
75% {
|
| 450 |
-
-webkit-transform: scale3d(1.05, 0.95, 1);
|
| 451 |
-
transform: scale3d(1.05, 0.95, 1);
|
| 452 |
-
}
|
| 453 |
-
to {
|
| 454 |
-
-webkit-transform: scale3d(1, 1, 1);
|
| 455 |
-
transform: scale3d(1, 1, 1);
|
| 456 |
-
}
|
| 457 |
-
}
|
| 458 |
@keyframes rubberBand {
|
| 459 |
from {
|
| 460 |
-
-webkit-transform: scale3d(1, 1, 1);
|
| 461 |
transform: scale3d(1, 1, 1);
|
| 462 |
}
|
| 463 |
30% {
|
| 464 |
-
-webkit-transform: scale3d(1.25, 0.75, 1);
|
| 465 |
transform: scale3d(1.25, 0.75, 1);
|
| 466 |
}
|
| 467 |
40% {
|
| 468 |
-
-webkit-transform: scale3d(0.75, 1.25, 1);
|
| 469 |
transform: scale3d(0.75, 1.25, 1);
|
| 470 |
}
|
| 471 |
50% {
|
| 472 |
-
-webkit-transform: scale3d(1.15, 0.85, 1);
|
| 473 |
transform: scale3d(1.15, 0.85, 1);
|
| 474 |
}
|
| 475 |
65% {
|
| 476 |
-
-webkit-transform: scale3d(0.95, 1.05, 1);
|
| 477 |
transform: scale3d(0.95, 1.05, 1);
|
| 478 |
}
|
| 479 |
75% {
|
| 480 |
-
-webkit-transform: scale3d(1.05, 0.95, 1);
|
| 481 |
transform: scale3d(1.05, 0.95, 1);
|
| 482 |
}
|
| 483 |
to {
|
| 484 |
-
-webkit-transform: scale3d(1, 1, 1);
|
| 485 |
transform: scale3d(1, 1, 1);
|
| 486 |
}
|
| 487 |
}
|
| 488 |
.rubberBand {
|
| 489 |
-
-webkit-animation-name: rubberBand;
|
| 490 |
animation-name: rubberBand;
|
| 491 |
}
|
| 492 |
-
|
| 493 |
-
@-webkit-keyframes shake {
|
| 494 |
-
from, to {
|
| 495 |
-
-webkit-transform: translate3d(0, 0, 0);
|
| 496 |
-
transform: translate3d(0, 0, 0);
|
| 497 |
-
}
|
| 498 |
-
10%, 30%, 50%, 70%, 90% {
|
| 499 |
-
-webkit-transform: translate3d(-10px, 0, 0);
|
| 500 |
-
transform: translate3d(-10px, 0, 0);
|
| 501 |
-
}
|
| 502 |
-
20%, 40%, 60%, 80% {
|
| 503 |
-
-webkit-transform: translate3d(10px, 0, 0);
|
| 504 |
-
transform: translate3d(10px, 0, 0);
|
| 505 |
-
}
|
| 506 |
-
}
|
| 507 |
@keyframes shake {
|
| 508 |
from, to {
|
| 509 |
-
-webkit-transform: translate3d(0, 0, 0);
|
| 510 |
transform: translate3d(0, 0, 0);
|
| 511 |
}
|
| 512 |
10%, 30%, 50%, 70%, 90% {
|
| 513 |
-
-webkit-transform: translate3d(-10px, 0, 0);
|
| 514 |
transform: translate3d(-10px, 0, 0);
|
| 515 |
}
|
| 516 |
20%, 40%, 60%, 80% {
|
| 517 |
-
-webkit-transform: translate3d(10px, 0, 0);
|
| 518 |
transform: translate3d(10px, 0, 0);
|
| 519 |
}
|
| 520 |
}
|
| 521 |
.shake {
|
| 522 |
-
-webkit-animation-name: shake;
|
| 523 |
animation-name: shake;
|
| 524 |
}
|
| 525 |
-
|
| 526 |
-
@-webkit-keyframes headShake {
|
| 527 |
-
0% {
|
| 528 |
-
-webkit-transform: translateX(0);
|
| 529 |
-
transform: translateX(0);
|
| 530 |
-
}
|
| 531 |
-
6.5% {
|
| 532 |
-
-webkit-transform: translateX(-6px) rotateY(-9deg);
|
| 533 |
-
transform: translateX(-6px) rotateY(-9deg);
|
| 534 |
-
}
|
| 535 |
-
18.5% {
|
| 536 |
-
-webkit-transform: translateX(5px) rotateY(7deg);
|
| 537 |
-
transform: translateX(5px) rotateY(7deg);
|
| 538 |
-
}
|
| 539 |
-
31.5% {
|
| 540 |
-
-webkit-transform: translateX(-3px) rotateY(-5deg);
|
| 541 |
-
transform: translateX(-3px) rotateY(-5deg);
|
| 542 |
-
}
|
| 543 |
-
43.5% {
|
| 544 |
-
-webkit-transform: translateX(2px) rotateY(3deg);
|
| 545 |
-
transform: translateX(2px) rotateY(3deg);
|
| 546 |
-
}
|
| 547 |
-
50% {
|
| 548 |
-
-webkit-transform: translateX(0);
|
| 549 |
-
transform: translateX(0);
|
| 550 |
-
}
|
| 551 |
-
}
|
| 552 |
@keyframes headShake {
|
| 553 |
0% {
|
| 554 |
-
-webkit-transform: translateX(0);
|
| 555 |
transform: translateX(0);
|
| 556 |
}
|
| 557 |
6.5% {
|
| 558 |
-
-webkit-transform: translateX(-6px) rotateY(-9deg);
|
| 559 |
transform: translateX(-6px) rotateY(-9deg);
|
| 560 |
}
|
| 561 |
18.5% {
|
| 562 |
-
-webkit-transform: translateX(5px) rotateY(7deg);
|
| 563 |
transform: translateX(5px) rotateY(7deg);
|
| 564 |
}
|
| 565 |
31.5% {
|
| 566 |
-
-webkit-transform: translateX(-3px) rotateY(-5deg);
|
| 567 |
transform: translateX(-3px) rotateY(-5deg);
|
| 568 |
}
|
| 569 |
43.5% {
|
| 570 |
-
-webkit-transform: translateX(2px) rotateY(3deg);
|
| 571 |
transform: translateX(2px) rotateY(3deg);
|
| 572 |
}
|
| 573 |
50% {
|
| 574 |
-
-webkit-transform: translateX(0);
|
| 575 |
transform: translateX(0);
|
| 576 |
}
|
| 577 |
}
|
| 578 |
.headShake {
|
| 579 |
-
-webkit-animation-timing-function: ease-in-out;
|
| 580 |
animation-timing-function: ease-in-out;
|
| 581 |
-
-webkit-animation-name: headShake;
|
| 582 |
animation-name: headShake;
|
| 583 |
}
|
| 584 |
-
|
| 585 |
-
@-webkit-keyframes swing {
|
| 586 |
-
20% {
|
| 587 |
-
-webkit-transform: rotate3d(0, 0, 1, 15deg);
|
| 588 |
-
transform: rotate3d(0, 0, 1, 15deg);
|
| 589 |
-
}
|
| 590 |
-
40% {
|
| 591 |
-
-webkit-transform: rotate3d(0, 0, 1, -10deg);
|
| 592 |
-
transform: rotate3d(0, 0, 1, -10deg);
|
| 593 |
-
}
|
| 594 |
-
60% {
|
| 595 |
-
-webkit-transform: rotate3d(0, 0, 1, 5deg);
|
| 596 |
-
transform: rotate3d(0, 0, 1, 5deg);
|
| 597 |
-
}
|
| 598 |
-
80% {
|
| 599 |
-
-webkit-transform: rotate3d(0, 0, 1, -5deg);
|
| 600 |
-
transform: rotate3d(0, 0, 1, -5deg);
|
| 601 |
-
}
|
| 602 |
-
to {
|
| 603 |
-
-webkit-transform: rotate3d(0, 0, 1, 0deg);
|
| 604 |
-
transform: rotate3d(0, 0, 1, 0deg);
|
| 605 |
-
}
|
| 606 |
-
}
|
| 607 |
@keyframes swing {
|
| 608 |
20% {
|
| 609 |
-
-webkit-transform: rotate3d(0, 0, 1, 15deg);
|
| 610 |
transform: rotate3d(0, 0, 1, 15deg);
|
| 611 |
}
|
| 612 |
40% {
|
| 613 |
-
-webkit-transform: rotate3d(0, 0, 1, -10deg);
|
| 614 |
transform: rotate3d(0, 0, 1, -10deg);
|
| 615 |
}
|
| 616 |
60% {
|
| 617 |
-
-webkit-transform: rotate3d(0, 0, 1, 5deg);
|
| 618 |
transform: rotate3d(0, 0, 1, 5deg);
|
| 619 |
}
|
| 620 |
80% {
|
| 621 |
-
-webkit-transform: rotate3d(0, 0, 1, -5deg);
|
| 622 |
transform: rotate3d(0, 0, 1, -5deg);
|
| 623 |
}
|
| 624 |
to {
|
| 625 |
-
-webkit-transform: rotate3d(0, 0, 1, 0deg);
|
| 626 |
transform: rotate3d(0, 0, 1, 0deg);
|
| 627 |
}
|
| 628 |
}
|
| 629 |
.swing {
|
| 630 |
-
-webkit-transform-origin: top center;
|
| 631 |
transform-origin: top center;
|
| 632 |
-
-webkit-animation-name: swing;
|
| 633 |
animation-name: swing;
|
| 634 |
}
|
| 635 |
-
|
| 636 |
-
@-webkit-keyframes tada {
|
| 637 |
-
from {
|
| 638 |
-
-webkit-transform: scale3d(1, 1, 1);
|
| 639 |
-
transform: scale3d(1, 1, 1);
|
| 640 |
-
}
|
| 641 |
-
10%, 20% {
|
| 642 |
-
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
|
| 643 |
-
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
|
| 644 |
-
}
|
| 645 |
-
30%, 50%, 70%, 90% {
|
| 646 |
-
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
|
| 647 |
-
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
|
| 648 |
-
}
|
| 649 |
-
40%, 60%, 80% {
|
| 650 |
-
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
|
| 651 |
-
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
|
| 652 |
-
}
|
| 653 |
-
to {
|
| 654 |
-
-webkit-transform: scale3d(1, 1, 1);
|
| 655 |
-
transform: scale3d(1, 1, 1);
|
| 656 |
-
}
|
| 657 |
-
}
|
| 658 |
@keyframes tada {
|
| 659 |
from {
|
| 660 |
-
-webkit-transform: scale3d(1, 1, 1);
|
| 661 |
transform: scale3d(1, 1, 1);
|
| 662 |
}
|
| 663 |
10%, 20% {
|
| 664 |
-
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
|
| 665 |
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
|
| 666 |
}
|
| 667 |
30%, 50%, 70%, 90% {
|
| 668 |
-
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
|
| 669 |
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
|
| 670 |
}
|
| 671 |
40%, 60%, 80% {
|
| 672 |
-
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
|
| 673 |
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
|
| 674 |
}
|
| 675 |
to {
|
| 676 |
-
-webkit-transform: scale3d(1, 1, 1);
|
| 677 |
transform: scale3d(1, 1, 1);
|
| 678 |
}
|
| 679 |
}
|
| 680 |
.tada {
|
| 681 |
-
-webkit-animation-name: tada;
|
| 682 |
animation-name: tada;
|
| 683 |
}
|
| 684 |
|
| 685 |
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
|
| 686 |
-
@-webkit-keyframes wobble {
|
| 687 |
-
from {
|
| 688 |
-
-webkit-transform: translate3d(0, 0, 0);
|
| 689 |
-
transform: translate3d(0, 0, 0);
|
| 690 |
-
}
|
| 691 |
-
15% {
|
| 692 |
-
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
|
| 693 |
-
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
|
| 694 |
-
}
|
| 695 |
-
30% {
|
| 696 |
-
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
|
| 697 |
-
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
|
| 698 |
-
}
|
| 699 |
-
45% {
|
| 700 |
-
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
|
| 701 |
-
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
|
| 702 |
-
}
|
| 703 |
-
60% {
|
| 704 |
-
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
|
| 705 |
-
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
|
| 706 |
-
}
|
| 707 |
-
75% {
|
| 708 |
-
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
|
| 709 |
-
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
|
| 710 |
-
}
|
| 711 |
-
to {
|
| 712 |
-
-webkit-transform: translate3d(0, 0, 0);
|
| 713 |
-
transform: translate3d(0, 0, 0);
|
| 714 |
-
}
|
| 715 |
-
}
|
| 716 |
@keyframes wobble {
|
| 717 |
from {
|
| 718 |
-
-webkit-transform: translate3d(0, 0, 0);
|
| 719 |
transform: translate3d(0, 0, 0);
|
| 720 |
}
|
| 721 |
15% {
|
| 722 |
-
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
|
| 723 |
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
|
| 724 |
}
|
| 725 |
30% {
|
| 726 |
-
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
|
| 727 |
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
|
| 728 |
}
|
| 729 |
45% {
|
| 730 |
-
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
|
| 731 |
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
|
| 732 |
}
|
| 733 |
60% {
|
| 734 |
-
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
|
| 735 |
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
|
| 736 |
}
|
| 737 |
75% {
|
| 738 |
-
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
|
| 739 |
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
|
| 740 |
}
|
| 741 |
to {
|
| 742 |
-
-webkit-transform: translate3d(0, 0, 0);
|
| 743 |
transform: translate3d(0, 0, 0);
|
| 744 |
}
|
| 745 |
}
|
| 746 |
.wobble {
|
| 747 |
-
-webkit-animation-name: wobble;
|
| 748 |
animation-name: wobble;
|
| 749 |
}
|
| 750 |
-
|
| 751 |
-
@-webkit-keyframes jello {
|
| 752 |
-
from, 11.1%, to {
|
| 753 |
-
-webkit-transform: translate3d(0, 0, 0);
|
| 754 |
-
transform: translate3d(0, 0, 0);
|
| 755 |
-
}
|
| 756 |
-
22.2% {
|
| 757 |
-
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
|
| 758 |
-
transform: skewX(-12.5deg) skewY(-12.5deg);
|
| 759 |
-
}
|
| 760 |
-
33.3% {
|
| 761 |
-
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
|
| 762 |
-
transform: skewX(6.25deg) skewY(6.25deg);
|
| 763 |
-
}
|
| 764 |
-
44.4% {
|
| 765 |
-
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
|
| 766 |
-
transform: skewX(-3.125deg) skewY(-3.125deg);
|
| 767 |
-
}
|
| 768 |
-
55.5% {
|
| 769 |
-
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
|
| 770 |
-
transform: skewX(1.5625deg) skewY(1.5625deg);
|
| 771 |
-
}
|
| 772 |
-
66.6% {
|
| 773 |
-
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
|
| 774 |
-
transform: skewX(-0.78125deg) skewY(-0.78125deg);
|
| 775 |
-
}
|
| 776 |
-
77.7% {
|
| 777 |
-
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
|
| 778 |
-
transform: skewX(0.390625deg) skewY(0.390625deg);
|
| 779 |
-
}
|
| 780 |
-
88.8% {
|
| 781 |
-
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
|
| 782 |
-
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
|
| 783 |
-
}
|
| 784 |
-
}
|
| 785 |
@keyframes jello {
|
| 786 |
from, 11.1%, to {
|
| 787 |
-
-webkit-transform: translate3d(0, 0, 0);
|
| 788 |
transform: translate3d(0, 0, 0);
|
| 789 |
}
|
| 790 |
22.2% {
|
| 791 |
-
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
|
| 792 |
transform: skewX(-12.5deg) skewY(-12.5deg);
|
| 793 |
}
|
| 794 |
33.3% {
|
| 795 |
-
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
|
| 796 |
transform: skewX(6.25deg) skewY(6.25deg);
|
| 797 |
}
|
| 798 |
44.4% {
|
| 799 |
-
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
|
| 800 |
transform: skewX(-3.125deg) skewY(-3.125deg);
|
| 801 |
}
|
| 802 |
55.5% {
|
| 803 |
-
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
|
| 804 |
transform: skewX(1.5625deg) skewY(1.5625deg);
|
| 805 |
}
|
| 806 |
66.6% {
|
| 807 |
-
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
|
| 808 |
transform: skewX(-0.78125deg) skewY(-0.78125deg);
|
| 809 |
}
|
| 810 |
77.7% {
|
| 811 |
-
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
|
| 812 |
transform: skewX(0.390625deg) skewY(0.390625deg);
|
| 813 |
}
|
| 814 |
88.8% {
|
| 815 |
-
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
|
| 816 |
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
|
| 817 |
}
|
| 818 |
}
|
| 819 |
.jello {
|
| 820 |
-
-webkit-animation-name: jello;
|
| 821 |
animation-name: jello;
|
| 822 |
-
-webkit-transform-origin: center;
|
| 823 |
transform-origin: center;
|
| 824 |
}
|
| 825 |
-
|
| 826 |
-
@-webkit-keyframes heartBeat {
|
| 827 |
-
0% {
|
| 828 |
-
-webkit-transform: scale(1);
|
| 829 |
-
transform: scale(1);
|
| 830 |
-
}
|
| 831 |
-
14% {
|
| 832 |
-
-webkit-transform: scale(1.3);
|
| 833 |
-
transform: scale(1.3);
|
| 834 |
-
}
|
| 835 |
-
28% {
|
| 836 |
-
-webkit-transform: scale(1);
|
| 837 |
-
transform: scale(1);
|
| 838 |
-
}
|
| 839 |
-
42% {
|
| 840 |
-
-webkit-transform: scale(1.3);
|
| 841 |
-
transform: scale(1.3);
|
| 842 |
-
}
|
| 843 |
-
70% {
|
| 844 |
-
-webkit-transform: scale(1);
|
| 845 |
-
transform: scale(1);
|
| 846 |
-
}
|
| 847 |
-
}
|
| 848 |
@keyframes heartBeat {
|
| 849 |
0% {
|
| 850 |
-
-webkit-transform: scale(1);
|
| 851 |
transform: scale(1);
|
| 852 |
}
|
| 853 |
14% {
|
| 854 |
-
-webkit-transform: scale(1.3);
|
| 855 |
transform: scale(1.3);
|
| 856 |
}
|
| 857 |
28% {
|
| 858 |
-
-webkit-transform: scale(1);
|
| 859 |
transform: scale(1);
|
| 860 |
}
|
| 861 |
42% {
|
| 862 |
-
-webkit-transform: scale(1.3);
|
| 863 |
transform: scale(1.3);
|
| 864 |
}
|
| 865 |
70% {
|
| 866 |
-
-webkit-transform: scale(1);
|
| 867 |
transform: scale(1);
|
| 868 |
}
|
| 869 |
}
|
| 870 |
.heartBeat {
|
| 871 |
-
-webkit-animation-name: heartBeat;
|
| 872 |
animation-name: heartBeat;
|
| 873 |
-
-webkit-animation-duration: 1.3s;
|
| 874 |
animation-duration: 1.3s;
|
| 875 |
-
-webkit-animation-timing-function: ease-in-out;
|
| 876 |
animation-timing-function: ease-in-out;
|
| 877 |
}
|
| 878 |
-
|
| 879 |
-
@-webkit-keyframes bounceIn {
|
| 880 |
-
from, 20%, 40%, 60%, 80%, to {
|
| 881 |
-
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
| 882 |
-
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
| 883 |
-
}
|
| 884 |
-
0% {
|
| 885 |
-
opacity: 0;
|
| 886 |
-
-webkit-transform: scale3d(0.3, 0.3, 0.3);
|
| 887 |
-
transform: scale3d(0.3, 0.3, 0.3);
|
| 888 |
-
}
|
| 889 |
-
20% {
|
| 890 |
-
-webkit-transform: scale3d(1.1, 1.1, 1.1);
|
| 891 |
-
transform: scale3d(1.1, 1.1, 1.1);
|
| 892 |
-
}
|
| 893 |
-
40% {
|
| 894 |
-
-webkit-transform: scale3d(0.9, 0.9, 0.9);
|
| 895 |
-
transform: scale3d(0.9, 0.9, 0.9);
|
| 896 |
-
}
|
| 897 |
-
60% {
|
| 898 |
-
opacity: 1;
|
| 899 |
-
-webkit-transform: scale3d(1.03, 1.03, 1.03);
|
| 900 |
-
transform: scale3d(1.03, 1.03, 1.03);
|
| 901 |
-
}
|
| 902 |
-
80% {
|
| 903 |
-
-webkit-transform: scale3d(0.97, 0.97, 0.97);
|
| 904 |
-
transform: scale3d(0.97, 0.97, 0.97);
|
| 905 |
-
}
|
| 906 |
-
to {
|
| 907 |
-
opacity: 1;
|
| 908 |
-
-webkit-transform: scale3d(1, 1, 1);
|
| 909 |
-
transform: scale3d(1, 1, 1);
|
| 910 |
-
}
|
| 911 |
-
}
|
| 912 |
@keyframes bounceIn {
|
| 913 |
from, 20%, 40%, 60%, 80%, to {
|
| 914 |
-
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
| 915 |
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
| 916 |
}
|
| 917 |
0% {
|
| 918 |
opacity: 0;
|
| 919 |
-
-webkit-transform: scale3d(0.3, 0.3, 0.3);
|
| 920 |
transform: scale3d(0.3, 0.3, 0.3);
|
| 921 |
}
|
| 922 |
20% {
|
| 923 |
-
-webkit-transform: scale3d(1.1, 1.1, 1.1);
|
| 924 |
transform: scale3d(1.1, 1.1, 1.1);
|
| 925 |
}
|
| 926 |
40% {
|
| 927 |
-
-webkit-transform: scale3d(0.9, 0.9, 0.9);
|
| 928 |
transform: scale3d(0.9, 0.9, 0.9);
|
| 929 |
}
|
| 930 |
60% {
|
| 931 |
opacity: 1;
|
| 932 |
-
-webkit-transform: scale3d(1.03, 1.03, 1.03);
|
| 933 |
transform: scale3d(1.03, 1.03, 1.03);
|
| 934 |
}
|
| 935 |
80% {
|
| 936 |
-
-webkit-transform: scale3d(0.97, 0.97, 0.97);
|
| 937 |
transform: scale3d(0.97, 0.97, 0.97);
|
| 938 |
}
|
| 939 |
to {
|
| 940 |
opacity: 1;
|
| 941 |
-
-webkit-transform: scale3d(1, 1, 1);
|
| 942 |
transform: scale3d(1, 1, 1);
|
| 943 |
}
|
| 944 |
}
|
| 945 |
.bounceIn {
|
| 946 |
-
-webkit-animation-duration: 0.75s;
|
| 947 |
animation-duration: 0.75s;
|
| 948 |
-
-webkit-animation-name: bounceIn;
|
| 949 |
animation-name: bounceIn;
|
| 950 |
}
|
| 951 |
-
|
| 952 |
-
@-webkit-keyframes bounceInDown {
|
| 953 |
from, 60%, 75%, 90%, to {
|
| 954 |
-
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
| 955 |
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
| 956 |
}
|
| 957 |
0% {
|
| 958 |
opacity: 0;
|
| 959 |
-
-webkit-transform: translate3d(0, -3000px, 0);
|
| 960 |
transform: translate3d(0, -3000px, 0);
|
| 961 |
}
|
| 962 |
60% {
|
| 963 |
opacity: 1;
|
| 964 |
-
-webkit-transform: translate3d(0, 25px, 0);
|
| 965 |
transform: translate3d(0, 25px, 0);
|
| 966 |
}
|
| 967 |
75% {
|
| 968 |
-
-webkit-transform: translate3d(0, -10px, 0);
|
| 969 |
transform: translate3d(0, -10px, 0);
|
| 970 |
}
|
| 971 |
90% {
|
| 972 |
-
-webkit-transform: translate3d(0, 5px, 0);
|
| 973 |
transform: translate3d(0, 5px, 0);
|
| 974 |
}
|
| 975 |
to {
|
| 976 |
-
-webkit-transform: translate3d(0, 0, 0);
|
| 977 |
transform: translate3d(0, 0, 0);
|
| 978 |
}
|
| 979 |
}
|
| 980 |
-
|
|
|
|
|
|
|
|
|
|
| 981 |
from, 60%, 75%, 90%, to {
|
| 982 |
-
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
| 983 |
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
| 984 |
}
|
| 985 |
0% {
|
| 986 |
opacity: 0;
|
| 987 |
-
|
| 988 |
-
transform: translate3d(0, -3000px, 0);
|
| 989 |
}
|
| 990 |
60% {
|
| 991 |
opacity: 1;
|
| 992 |
-
|
| 993 |
-
transform: translate3d(0, 25px, 0);
|
| 994 |
}
|
| 995 |
75% {
|
| 996 |
-
|
| 997 |
-
transform: translate3d(0, -10px, 0);
|
| 998 |
}
|
| 999 |
90% {
|
| 1000 |
-
|
| 1001 |
-
transform: translate3d(0, 5px, 0);
|
| 1002 |
}
|
| 1003 |
to {
|
| 1004 |
-
-webkit-transform: translate3d(0, 0, 0);
|
| 1005 |
transform: translate3d(0, 0, 0);
|
| 1006 |
}
|
| 1007 |
}
|
| 1008 |
-
.
|
| 1009 |
-
|
| 1010 |
-
animation-name: bounceInDown;
|
| 1011 |
}
|
| 1012 |
-
|
| 1013 |
-
@-webkit-keyframes bounceInLeft {
|
| 1014 |
from, 60%, 75%, 90%, to {
|
| 1015 |
-
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
| 1016 |
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
| 1017 |
}
|
| 1018 |
-
|
| 1019 |
opacity: 0;
|
| 1020 |
-
|
| 1021 |
-
transform: translate3d(-3000px, 0, 0);
|
| 1022 |
}
|
| 1023 |
60% {
|
| 1024 |
opacity: 1;
|
| 1025 |
-
|
| 1026 |
-
transform: translate3d(25px, 0, 0);
|
| 1027 |
}
|
| 1028 |
75% {
|
| 1029 |
-
|
| 1030 |
-
transform: translate3d(-10px, 0, 0);
|
| 1031 |
}
|
| 1032 |
90% {
|
| 1033 |
-
|
| 1034 |
-
transform: translate3d(5px, 0, 0);
|
| 1035 |
}
|
| 1036 |
to {
|
| 1037 |
-
-webkit-transform: translate3d(0, 0, 0);
|
| 1038 |
transform: translate3d(0, 0, 0);
|
| 1039 |
}
|
| 1040 |
}
|
| 1041 |
-
|
|
|
|
|
|
|
|
|
|
| 1042 |
from, 60%, 75%, 90%, to {
|
| 1043 |
-
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
| 1044 |
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
| 1045 |
}
|
| 1046 |
-
|
| 1047 |
opacity: 0;
|
| 1048 |
-
|
| 1049 |
-
transform: translate3d(-3000px, 0, 0);
|
| 1050 |
}
|
| 1051 |
60% {
|
| 1052 |
opacity: 1;
|
| 1053 |
-
|
| 1054 |
-
transform: translate3d(25px, 0, 0);
|
| 1055 |
}
|
| 1056 |
75% {
|
| 1057 |
-
-webkit-transform: translate3d(-10px, 0, 0);
|
| 1058 |
-
transform: translate3d(-10px, 0, 0);
|
| 1059 |
-
}
|
| 1060 |
-
90% {
|
| 1061 |
-
-webkit-transform: translate3d(5px, 0, 0);
|
| 1062 |
-
transform: translate3d(5px, 0, 0);
|
| 1063 |
-
}
|
| 1064 |
-
to {
|
| 1065 |
-
-webkit-transform: translate3d(0, 0, 0);
|
| 1066 |
-
transform: translate3d(0, 0, 0);
|
| 1067 |
-
}
|
| 1068 |
-
}
|
| 1069 |
-
.bounceInLeft {
|
| 1070 |
-
-webkit-animation-name: bounceInLeft;
|
| 1071 |
-
animation-name: bounceInLeft;
|
| 1072 |
-
}
|
| 1073 |
-
|
| 1074 |
-
@-webkit-keyframes bounceInRight {
|
| 1075 |
-
from, 60%, 75%, 90%, to {
|
| 1076 |
-
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
| 1077 |
-
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
| 1078 |
-
}
|
| 1079 |
-
from {
|
| 1080 |
-
opacity: 0;
|
| 1081 |
-
-webkit-transform: translate3d(3000px, 0, 0);
|
| 1082 |
-
transform: translate3d(3000px, 0, 0);
|
| 1083 |
-
}
|
| 1084 |
-
60% {
|
| 1085 |
-
opacity: 1;
|
| 1086 |
-
-webkit-transform: translate3d(-25px, 0, 0);
|
| 1087 |
-
transform: translate3d(-25px, 0, 0);
|
| 1088 |
-
}
|
| 1089 |
-
75% {
|
| 1090 |
-
-webkit-transform: translate3d(10px, 0, 0);
|
| 1091 |
-
transform: translate3d(10px, 0, 0);
|
| 1092 |
-
}
|
| 1093 |
-
90% {
|
| 1094 |
-
-webkit-transform: translate3d(-5px, 0, 0);
|
| 1095 |
-
transform: translate3d(-5px, 0, 0);
|
| 1096 |
-
}
|
| 1097 |
-
to {
|
| 1098 |
-
-webkit-transform: translate3d(0, 0, 0);
|
| 1099 |
-
transform: translate3d(0, 0, 0);
|
| 1100 |
-
}
|
| 1101 |
-
}
|
| 1102 |
-
@keyframes bounceInRight {
|
| 1103 |
-
from, 60%, 75%, 90%, to {
|
| 1104 |
-
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
| 1105 |
-
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
| 1106 |
-
}
|
| 1107 |
-
from {
|
| 1108 |
-
opacity: 0;
|
| 1109 |
-
-webkit-transform: translate3d(3000px, 0, 0);
|
| 1110 |
-
transform: translate3d(3000px, 0, 0);
|
| 1111 |
-
}
|
| 1112 |
-
60% {
|
| 1113 |
-
opacity: 1;
|
| 1114 |
-
-webkit-transform: translate3d(-25px, 0, 0);
|
| 1115 |
-
transform: translate3d(-25px, 0, 0);
|
| 1116 |
-
}
|
| 1117 |
-
75% {
|
| 1118 |
-
-webkit-transform: translate3d(10px, 0, 0);
|
| 1119 |
-
transform: translate3d(10px, 0, 0);
|
| 1120 |
-
}
|
| 1121 |
-
90% {
|
| 1122 |
-
-webkit-transform: translate3d(-5px, 0, 0);
|
| 1123 |
-
transform: translate3d(-5px, 0, 0);
|
| 1124 |
-
}
|
| 1125 |
-
to {
|
| 1126 |
-
-webkit-transform: translate3d(0, 0, 0);
|
| 1127 |
-
transform: translate3d(0, 0, 0);
|
| 1128 |
-
}
|
| 1129 |
-
}
|
| 1130 |
-
.bounceInRight {
|
| 1131 |
-
-webkit-animation-name: bounceInRight;
|
| 1132 |
-
animation-name: bounceInRight;
|
| 1133 |
-
}
|
| 1134 |
-
|
| 1135 |
-
@-webkit-keyframes bounceInUp {
|
| 1136 |
-
from, 60%, 75%, 90%, to {
|
| 1137 |
-
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
| 1138 |
-
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
| 1139 |
-
}
|
| 1140 |
-
from {
|
| 1141 |
-
opacity: 0;
|
| 1142 |
-
-webkit-transform: translate3d(0, 3000px, 0);
|
| 1143 |
-
transform: translate3d(0, 3000px, 0);
|
| 1144 |
-
}
|
| 1145 |
-
60% {
|
| 1146 |
-
opacity: 1;
|
| 1147 |
-
-webkit-transform: translate3d(0, -20px, 0);
|
| 1148 |
-
transform: translate3d(0, -20px, 0);
|
| 1149 |
-
}
|
| 1150 |
-
75% {
|
| 1151 |
-
-webkit-transform: translate3d(0, 10px, 0);
|
| 1152 |
-
transform: translate3d(0, 10px, 0);
|
| 1153 |
-
}
|
| 1154 |
-
90% {
|
| 1155 |
-
-webkit-transform: translate3d(0, -5px, 0);
|
| 1156 |
-
transform: translate3d(0, -5px, 0);
|
| 1157 |
-
}
|
| 1158 |
-
to {
|
| 1159 |
-
-webkit-transform: translate3d(0, 0, 0);
|
| 1160 |
-
transform: translate3d(0, 0, 0);
|
| 1161 |
-
}
|
| 1162 |
-
}
|
| 1163 |
-
@keyframes bounceInUp {
|
| 1164 |
-
from, 60%, 75%, 90%, to {
|
| 1165 |
-
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
| 1166 |
-
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
| 1167 |
-
}
|
| 1168 |
-
from {
|
| 1169 |
-
opacity: 0;
|
| 1170 |
-
-webkit-transform: translate3d(0, 3000px, 0);
|
| 1171 |
-
transform: translate3d(0, 3000px, 0);
|
| 1172 |
-
}
|
| 1173 |
-
60% {
|
| 1174 |
-
opacity: 1;
|
| 1175 |
-
-webkit-transform: translate3d(0, -20px, 0);
|
| 1176 |
-
transform: translate3d(0, -20px, 0);
|
| 1177 |
-
}
|
| 1178 |
-
75% {
|
| 1179 |
-
-webkit-transform: translate3d(0, 10px, 0);
|
| 1180 |
transform: translate3d(0, 10px, 0);
|
| 1181 |
}
|
| 1182 |
90% {
|
| 1183 |
-
-webkit-transform: translate3d(0, -5px, 0);
|
| 1184 |
transform: translate3d(0, -5px, 0);
|
| 1185 |
}
|
| 1186 |
to {
|
| 1187 |
-
-webkit-transform: translate3d(0, 0, 0);
|
| 1188 |
transform: translate3d(0, 0, 0);
|
| 1189 |
}
|
| 1190 |
}
|
| 1191 |
.bounceInUp {
|
| 1192 |
-
-webkit-animation-name: bounceInUp;
|
| 1193 |
animation-name: bounceInUp;
|
| 1194 |
}
|
| 1195 |
-
|
| 1196 |
-
@-webkit-keyframes bounceOut {
|
| 1197 |
-
20% {
|
| 1198 |
-
-webkit-transform: scale3d(0.9, 0.9, 0.9);
|
| 1199 |
-
transform: scale3d(0.9, 0.9, 0.9);
|
| 1200 |
-
}
|
| 1201 |
-
50%, 55% {
|
| 1202 |
-
opacity: 1;
|
| 1203 |
-
-webkit-transform: scale3d(1.1, 1.1, 1.1);
|
| 1204 |
-
transform: scale3d(1.1, 1.1, 1.1);
|
| 1205 |
-
}
|
| 1206 |
-
to {
|
| 1207 |
-
opacity: 0;
|
| 1208 |
-
-webkit-transform: scale3d(0.3, 0.3, 0.3);
|
| 1209 |
-
transform: scale3d(0.3, 0.3, 0.3);
|
| 1210 |
-
}
|
| 1211 |
-
}
|
| 1212 |
@keyframes bounceOut {
|
| 1213 |
20% {
|
| 1214 |
-
-webkit-transform: scale3d(0.9, 0.9, 0.9);
|
| 1215 |
transform: scale3d(0.9, 0.9, 0.9);
|
| 1216 |
}
|
| 1217 |
50%, 55% {
|
| 1218 |
opacity: 1;
|
| 1219 |
-
-webkit-transform: scale3d(1.1, 1.1, 1.1);
|
| 1220 |
transform: scale3d(1.1, 1.1, 1.1);
|
| 1221 |
}
|
| 1222 |
to {
|
| 1223 |
opacity: 0;
|
| 1224 |
-
-webkit-transform: scale3d(0.3, 0.3, 0.3);
|
| 1225 |
transform: scale3d(0.3, 0.3, 0.3);
|
| 1226 |
}
|
| 1227 |
}
|
| 1228 |
.bounceOut {
|
| 1229 |
-
-webkit-animation-duration: 0.75s;
|
| 1230 |
animation-duration: 0.75s;
|
| 1231 |
-
-webkit-animation-name: bounceOut;
|
| 1232 |
animation-name: bounceOut;
|
| 1233 |
}
|
| 1234 |
-
|
| 1235 |
-
@-webkit-keyframes bounceOutDown {
|
| 1236 |
-
20% {
|
| 1237 |
-
-webkit-transform: translate3d(0, 10px, 0);
|
| 1238 |
-
transform: translate3d(0, 10px, 0);
|
| 1239 |
-
}
|
| 1240 |
-
40%, 45% {
|
| 1241 |
-
opacity: 1;
|
| 1242 |
-
-webkit-transform: translate3d(0, -20px, 0);
|
| 1243 |
-
transform: translate3d(0, -20px, 0);
|
| 1244 |
-
}
|
| 1245 |
-
to {
|
| 1246 |
-
opacity: 0;
|
| 1247 |
-
-webkit-transform: translate3d(0, 2000px, 0);
|
| 1248 |
-
transform: translate3d(0, 2000px, 0);
|
| 1249 |
-
}
|
| 1250 |
-
}
|
| 1251 |
@keyframes bounceOutDown {
|
| 1252 |
20% {
|
| 1253 |
-
-webkit-transform: translate3d(0, 10px, 0);
|
| 1254 |
transform: translate3d(0, 10px, 0);
|
| 1255 |
}
|
| 1256 |
40%, 45% {
|
| 1257 |
opacity: 1;
|
| 1258 |
-
-webkit-transform: translate3d(0, -20px, 0);
|
| 1259 |
transform: translate3d(0, -20px, 0);
|
| 1260 |
}
|
| 1261 |
to {
|
| 1262 |
opacity: 0;
|
| 1263 |
-
-webkit-transform: translate3d(0, 2000px, 0);
|
| 1264 |
transform: translate3d(0, 2000px, 0);
|
| 1265 |
}
|
| 1266 |
}
|
| 1267 |
.bounceOutDown {
|
| 1268 |
-
-webkit-animation-name: bounceOutDown;
|
| 1269 |
animation-name: bounceOutDown;
|
| 1270 |
}
|
| 1271 |
-
|
| 1272 |
-
@-webkit-keyframes bounceOutLeft {
|
| 1273 |
-
20% {
|
| 1274 |
-
opacity: 1;
|
| 1275 |
-
-webkit-transform: translate3d(20px, 0, 0);
|
| 1276 |
-
transform: translate3d(20px, 0, 0);
|
| 1277 |
-
}
|
| 1278 |
-
to {
|
| 1279 |
-
opacity: 0;
|
| 1280 |
-
-webkit-transform: translate3d(-2000px, 0, 0);
|
| 1281 |
-
transform: translate3d(-2000px, 0, 0);
|
| 1282 |
-
}
|
| 1283 |
-
}
|
| 1284 |
@keyframes bounceOutLeft {
|
| 1285 |
20% {
|
| 1286 |
opacity: 1;
|
| 1287 |
-
-webkit-transform: translate3d(20px, 0, 0);
|
| 1288 |
transform: translate3d(20px, 0, 0);
|
| 1289 |
}
|
| 1290 |
to {
|
| 1291 |
opacity: 0;
|
| 1292 |
-
-webkit-transform: translate3d(-2000px, 0, 0);
|
| 1293 |
transform: translate3d(-2000px, 0, 0);
|
| 1294 |
}
|
| 1295 |
}
|
| 1296 |
.bounceOutLeft {
|
| 1297 |
-
-webkit-animation-name: bounceOutLeft;
|
| 1298 |
animation-name: bounceOutLeft;
|
| 1299 |
}
|
| 1300 |
-
|
| 1301 |
-
@-webkit-keyframes bounceOutRight {
|
| 1302 |
-
20% {
|
| 1303 |
-
opacity: 1;
|
| 1304 |
-
-webkit-transform: translate3d(-20px, 0, 0);
|
| 1305 |
-
transform: translate3d(-20px, 0, 0);
|
| 1306 |
-
}
|
| 1307 |
-
to {
|
| 1308 |
-
opacity: 0;
|
| 1309 |
-
-webkit-transform: translate3d(2000px, 0, 0);
|
| 1310 |
-
transform: translate3d(2000px, 0, 0);
|
| 1311 |
-
}
|
| 1312 |
-
}
|
| 1313 |
@keyframes bounceOutRight {
|
| 1314 |
20% {
|
| 1315 |
opacity: 1;
|
| 1316 |
-
-webkit-transform: translate3d(-20px, 0, 0);
|
| 1317 |
transform: translate3d(-20px, 0, 0);
|
| 1318 |
}
|
| 1319 |
to {
|
| 1320 |
opacity: 0;
|
| 1321 |
-
-webkit-transform: translate3d(2000px, 0, 0);
|
| 1322 |
transform: translate3d(2000px, 0, 0);
|
| 1323 |
}
|
| 1324 |
}
|
| 1325 |
.bounceOutRight {
|
| 1326 |
-
-webkit-animation-name: bounceOutRight;
|
| 1327 |
animation-name: bounceOutRight;
|
| 1328 |
}
|
| 1329 |
-
|
| 1330 |
-
@-webkit-keyframes bounceOutUp {
|
| 1331 |
-
20% {
|
| 1332 |
-
-webkit-transform: translate3d(0, -10px, 0);
|
| 1333 |
-
transform: translate3d(0, -10px, 0);
|
| 1334 |
-
}
|
| 1335 |
-
40%, 45% {
|
| 1336 |
-
opacity: 1;
|
| 1337 |
-
-webkit-transform: translate3d(0, 20px, 0);
|
| 1338 |
-
transform: translate3d(0, 20px, 0);
|
| 1339 |
-
}
|
| 1340 |
-
to {
|
| 1341 |
-
opacity: 0;
|
| 1342 |
-
-webkit-transform: translate3d(0, -2000px, 0);
|
| 1343 |
-
transform: translate3d(0, -2000px, 0);
|
| 1344 |
-
}
|
| 1345 |
-
}
|
| 1346 |
@keyframes bounceOutUp {
|
| 1347 |
20% {
|
| 1348 |
-
-webkit-transform: translate3d(0, -10px, 0);
|
| 1349 |
transform: translate3d(0, -10px, 0);
|
| 1350 |
}
|
| 1351 |
40%, 45% {
|
| 1352 |
opacity: 1;
|
| 1353 |
-
-webkit-transform: translate3d(0, 20px, 0);
|
| 1354 |
transform: translate3d(0, 20px, 0);
|
| 1355 |
}
|
| 1356 |
to {
|
| 1357 |
opacity: 0;
|
| 1358 |
-
-webkit-transform: translate3d(0, -2000px, 0);
|
| 1359 |
transform: translate3d(0, -2000px, 0);
|
| 1360 |
}
|
| 1361 |
}
|
| 1362 |
.bounceOutUp {
|
| 1363 |
-
-webkit-animation-name: bounceOutUp;
|
| 1364 |
animation-name: bounceOutUp;
|
| 1365 |
}
|
| 1366 |
-
|
| 1367 |
-
@-webkit-keyframes fadeIn {
|
| 1368 |
-
from {
|
| 1369 |
-
opacity: 0;
|
| 1370 |
-
}
|
| 1371 |
-
to {
|
| 1372 |
-
opacity: 1;
|
| 1373 |
-
}
|
| 1374 |
-
}
|
| 1375 |
@keyframes fadeIn {
|
| 1376 |
from {
|
| 1377 |
opacity: 0;
|
|
@@ -1381,250 +762,112 @@ template {
|
|
| 1381 |
}
|
| 1382 |
}
|
| 1383 |
.fadeIn {
|
| 1384 |
-
-webkit-animation-name: fadeIn;
|
| 1385 |
animation-name: fadeIn;
|
| 1386 |
}
|
| 1387 |
-
|
| 1388 |
-
@-webkit-keyframes fadeInDown {
|
| 1389 |
-
from {
|
| 1390 |
-
opacity: 0;
|
| 1391 |
-
-webkit-transform: translate3d(0, -100%, 0);
|
| 1392 |
-
transform: translate3d(0, -100%, 0);
|
| 1393 |
-
}
|
| 1394 |
-
to {
|
| 1395 |
-
opacity: 1;
|
| 1396 |
-
-webkit-transform: translate3d(0, 0, 0);
|
| 1397 |
-
transform: translate3d(0, 0, 0);
|
| 1398 |
-
}
|
| 1399 |
-
}
|
| 1400 |
@keyframes fadeInDown {
|
| 1401 |
from {
|
| 1402 |
opacity: 0;
|
| 1403 |
-
-webkit-transform: translate3d(0, -100%, 0);
|
| 1404 |
transform: translate3d(0, -100%, 0);
|
| 1405 |
}
|
| 1406 |
to {
|
| 1407 |
opacity: 1;
|
| 1408 |
-
-webkit-transform: translate3d(0, 0, 0);
|
| 1409 |
transform: translate3d(0, 0, 0);
|
| 1410 |
}
|
| 1411 |
}
|
| 1412 |
.fadeInDown {
|
| 1413 |
-
-webkit-animation-name: fadeInDown;
|
| 1414 |
animation-name: fadeInDown;
|
| 1415 |
}
|
| 1416 |
-
|
| 1417 |
-
@-webkit-keyframes fadeInDownBig {
|
| 1418 |
-
from {
|
| 1419 |
-
opacity: 0;
|
| 1420 |
-
-webkit-transform: translate3d(0, -2000px, 0);
|
| 1421 |
-
transform: translate3d(0, -2000px, 0);
|
| 1422 |
-
}
|
| 1423 |
-
to {
|
| 1424 |
-
opacity: 1;
|
| 1425 |
-
-webkit-transform: translate3d(0, 0, 0);
|
| 1426 |
-
transform: translate3d(0, 0, 0);
|
| 1427 |
-
}
|
| 1428 |
-
}
|
| 1429 |
@keyframes fadeInDownBig {
|
| 1430 |
from {
|
| 1431 |
opacity: 0;
|
| 1432 |
-
-webkit-transform: translate3d(0, -2000px, 0);
|
| 1433 |
transform: translate3d(0, -2000px, 0);
|
| 1434 |
}
|
| 1435 |
to {
|
| 1436 |
opacity: 1;
|
| 1437 |
-
-webkit-transform: translate3d(0, 0, 0);
|
| 1438 |
transform: translate3d(0, 0, 0);
|
| 1439 |
}
|
| 1440 |
}
|
| 1441 |
.fadeInDownBig {
|
| 1442 |
-
-webkit-animation-name: fadeInDownBig;
|
| 1443 |
animation-name: fadeInDownBig;
|
| 1444 |
}
|
| 1445 |
-
|
| 1446 |
-
@-webkit-keyframes fadeInLeft {
|
| 1447 |
-
from {
|
| 1448 |
-
opacity: 0;
|
| 1449 |
-
-webkit-transform: translate3d(-100%, 0, 0);
|
| 1450 |
-
transform: translate3d(-100%, 0, 0);
|
| 1451 |
-
}
|
| 1452 |
-
to {
|
| 1453 |
-
opacity: 1;
|
| 1454 |
-
-webkit-transform: translate3d(0, 0, 0);
|
| 1455 |
-
transform: translate3d(0, 0, 0);
|
| 1456 |
-
}
|
| 1457 |
-
}
|
| 1458 |
@keyframes fadeInLeft {
|
| 1459 |
from {
|
| 1460 |
opacity: 0;
|
| 1461 |
-
-webkit-transform: translate3d(-100%, 0, 0);
|
| 1462 |
transform: translate3d(-100%, 0, 0);
|
| 1463 |
}
|
| 1464 |
to {
|
| 1465 |
opacity: 1;
|
| 1466 |
-
-webkit-transform: translate3d(0, 0, 0);
|
| 1467 |
transform: translate3d(0, 0, 0);
|
| 1468 |
}
|
| 1469 |
}
|
| 1470 |
.fadeInLeft {
|
| 1471 |
-
-webkit-animation-name: fadeInLeft;
|
| 1472 |
animation-name: fadeInLeft;
|
| 1473 |
}
|
| 1474 |
-
|
| 1475 |
-
@-webkit-keyframes fadeInLeftBig {
|
| 1476 |
-
from {
|
| 1477 |
-
opacity: 0;
|
| 1478 |
-
-webkit-transform: translate3d(-2000px, 0, 0);
|
| 1479 |
-
transform: translate3d(-2000px, 0, 0);
|
| 1480 |
-
}
|
| 1481 |
-
to {
|
| 1482 |
-
opacity: 1;
|
| 1483 |
-
-webkit-transform: translate3d(0, 0, 0);
|
| 1484 |
-
transform: translate3d(0, 0, 0);
|
| 1485 |
-
}
|
| 1486 |
-
}
|
| 1487 |
@keyframes fadeInLeftBig {
|
| 1488 |
from {
|
| 1489 |
opacity: 0;
|
| 1490 |
-
-webkit-transform: translate3d(-2000px, 0, 0);
|
| 1491 |
transform: translate3d(-2000px, 0, 0);
|
| 1492 |
}
|
| 1493 |
to {
|
| 1494 |
opacity: 1;
|
| 1495 |
-
-webkit-transform: translate3d(0, 0, 0);
|
| 1496 |
transform: translate3d(0, 0, 0);
|
| 1497 |
}
|
| 1498 |
}
|
| 1499 |
.fadeInLeftBig {
|
| 1500 |
-
-webkit-animation-name: fadeInLeftBig;
|
| 1501 |
animation-name: fadeInLeftBig;
|
| 1502 |
}
|
| 1503 |
-
|
| 1504 |
-
@-webkit-keyframes fadeInRight {
|
| 1505 |
-
from {
|
| 1506 |
-
opacity: 0;
|
| 1507 |
-
-webkit-transform: translate3d(100%, 0, 0);
|
| 1508 |
-
transform: translate3d(100%, 0, 0);
|
| 1509 |
-
}
|
| 1510 |
-
to {
|
| 1511 |
-
opacity: 1;
|
| 1512 |
-
-webkit-transform: translate3d(0, 0, 0);
|
| 1513 |
-
transform: translate3d(0, 0, 0);
|
| 1514 |
-
}
|
| 1515 |
-
}
|
| 1516 |
@keyframes fadeInRight {
|
| 1517 |
from {
|
| 1518 |
opacity: 0;
|
| 1519 |
-
-webkit-transform: translate3d(100%, 0, 0);
|
| 1520 |
transform: translate3d(100%, 0, 0);
|
| 1521 |
}
|
| 1522 |
to {
|
| 1523 |
opacity: 1;
|
| 1524 |
-
-webkit-transform: translate3d(0, 0, 0);
|
| 1525 |
transform: translate3d(0, 0, 0);
|
| 1526 |
}
|
| 1527 |
}
|
| 1528 |
.fadeInRight {
|
| 1529 |
-
-webkit-animation-name: fadeInRight;
|
| 1530 |
animation-name: fadeInRight;
|
| 1531 |
}
|
| 1532 |
-
|
| 1533 |
-
@-webkit-keyframes fadeInRightBig {
|
| 1534 |
-
from {
|
| 1535 |
-
opacity: 0;
|
| 1536 |
-
-webkit-transform: translate3d(2000px, 0, 0);
|
| 1537 |
-
transform: translate3d(2000px, 0, 0);
|
| 1538 |
-
}
|
| 1539 |
-
to {
|
| 1540 |
-
opacity: 1;
|
| 1541 |
-
-webkit-transform: translate3d(0, 0, 0);
|
| 1542 |
-
transform: translate3d(0, 0, 0);
|
| 1543 |
-
}
|
| 1544 |
-
}
|
| 1545 |
@keyframes fadeInRightBig {
|
| 1546 |
from {
|
| 1547 |
opacity: 0;
|
| 1548 |
-
-webkit-transform: translate3d(2000px, 0, 0);
|
| 1549 |
transform: translate3d(2000px, 0, 0);
|
| 1550 |
}
|
| 1551 |
to {
|
| 1552 |
opacity: 1;
|
| 1553 |
-
-webkit-transform: translate3d(0, 0, 0);
|
| 1554 |
transform: translate3d(0, 0, 0);
|
| 1555 |
}
|
| 1556 |
}
|
| 1557 |
.fadeInRightBig {
|
| 1558 |
-
-webkit-animation-name: fadeInRightBig;
|
| 1559 |
animation-name: fadeInRightBig;
|
| 1560 |
}
|
| 1561 |
-
|
| 1562 |
-
@-webkit-keyframes fadeInUp {
|
| 1563 |
-
from {
|
| 1564 |
-
opacity: 0;
|
| 1565 |
-
-webkit-transform: translate3d(0, 100%, 0);
|
| 1566 |
-
transform: translate3d(0, 100%, 0);
|
| 1567 |
-
}
|
| 1568 |
-
to {
|
| 1569 |
-
opacity: 1;
|
| 1570 |
-
-webkit-transform: translate3d(0, 0, 0);
|
| 1571 |
-
transform: translate3d(0, 0, 0);
|
| 1572 |
-
}
|
| 1573 |
-
}
|
| 1574 |
@keyframes fadeInUp {
|
| 1575 |
from {
|
| 1576 |
opacity: 0;
|
| 1577 |
-
-webkit-transform: translate3d(0, 100%, 0);
|
| 1578 |
transform: translate3d(0, 100%, 0);
|
| 1579 |
}
|
| 1580 |
to {
|
| 1581 |
opacity: 1;
|
| 1582 |
-
-webkit-transform: translate3d(0, 0, 0);
|
| 1583 |
transform: translate3d(0, 0, 0);
|
| 1584 |
}
|
| 1585 |
}
|
| 1586 |
.fadeInUp {
|
| 1587 |
-
-webkit-animation-name: fadeInUp;
|
| 1588 |
animation-name: fadeInUp;
|
| 1589 |
}
|
| 1590 |
-
|
| 1591 |
-
@-webkit-keyframes fadeInUpBig {
|
| 1592 |
-
from {
|
| 1593 |
-
opacity: 0;
|
| 1594 |
-
-webkit-transform: translate3d(0, 2000px, 0);
|
| 1595 |
-
transform: translate3d(0, 2000px, 0);
|
| 1596 |
-
}
|
| 1597 |
-
to {
|
| 1598 |
-
opacity: 1;
|
| 1599 |
-
-webkit-transform: translate3d(0, 0, 0);
|
| 1600 |
-
transform: translate3d(0, 0, 0);
|
| 1601 |
-
}
|
| 1602 |
-
}
|
| 1603 |
@keyframes fadeInUpBig {
|
| 1604 |
from {
|
| 1605 |
opacity: 0;
|
| 1606 |
-
-webkit-transform: translate3d(0, 2000px, 0);
|
| 1607 |
transform: translate3d(0, 2000px, 0);
|
| 1608 |
}
|
| 1609 |
to {
|
| 1610 |
opacity: 1;
|
| 1611 |
-
-webkit-transform: translate3d(0, 0, 0);
|
| 1612 |
transform: translate3d(0, 0, 0);
|
| 1613 |
}
|
| 1614 |
}
|
| 1615 |
.fadeInUpBig {
|
| 1616 |
-
-webkit-animation-name: fadeInUpBig;
|
| 1617 |
animation-name: fadeInUpBig;
|
| 1618 |
}
|
| 1619 |
-
|
| 1620 |
-
@-webkit-keyframes fadeOut {
|
| 1621 |
-
from {
|
| 1622 |
-
opacity: 1;
|
| 1623 |
-
}
|
| 1624 |
-
to {
|
| 1625 |
-
opacity: 0;
|
| 1626 |
-
}
|
| 1627 |
-
}
|
| 1628 |
@keyframes fadeOut {
|
| 1629 |
from {
|
| 1630 |
opacity: 1;
|
|
@@ -1634,1099 +877,476 @@ template {
|
|
| 1634 |
}
|
| 1635 |
}
|
| 1636 |
.fadeOut {
|
| 1637 |
-
-webkit-animation-name: fadeOut;
|
| 1638 |
animation-name: fadeOut;
|
| 1639 |
}
|
| 1640 |
-
|
| 1641 |
-
@-webkit-keyframes fadeOutDown {
|
| 1642 |
-
from {
|
| 1643 |
-
opacity: 1;
|
| 1644 |
-
}
|
| 1645 |
-
to {
|
| 1646 |
-
opacity: 0;
|
| 1647 |
-
-webkit-transform: translate3d(0, 100%, 0);
|
| 1648 |
-
transform: translate3d(0, 100%, 0);
|
| 1649 |
-
}
|
| 1650 |
-
}
|
| 1651 |
@keyframes fadeOutDown {
|
| 1652 |
from {
|
| 1653 |
opacity: 1;
|
| 1654 |
}
|
| 1655 |
to {
|
| 1656 |
opacity: 0;
|
| 1657 |
-
-webkit-transform: translate3d(0, 100%, 0);
|
| 1658 |
transform: translate3d(0, 100%, 0);
|
| 1659 |
}
|
| 1660 |
}
|
| 1661 |
.fadeOutDown {
|
| 1662 |
-
-webkit-animation-name: fadeOutDown;
|
| 1663 |
animation-name: fadeOutDown;
|
| 1664 |
}
|
| 1665 |
-
|
| 1666 |
-
@-webkit-keyframes fadeOutDownBig {
|
| 1667 |
-
from {
|
| 1668 |
-
opacity: 1;
|
| 1669 |
-
}
|
| 1670 |
-
to {
|
| 1671 |
-
opacity: 0;
|
| 1672 |
-
-webkit-transform: translate3d(0, 2000px, 0);
|
| 1673 |
-
transform: translate3d(0, 2000px, 0);
|
| 1674 |
-
}
|
| 1675 |
-
}
|
| 1676 |
@keyframes fadeOutDownBig {
|
| 1677 |
from {
|
| 1678 |
opacity: 1;
|
| 1679 |
}
|
| 1680 |
to {
|
| 1681 |
opacity: 0;
|
| 1682 |
-
-webkit-transform: translate3d(0, 2000px, 0);
|
| 1683 |
transform: translate3d(0, 2000px, 0);
|
| 1684 |
}
|
| 1685 |
}
|
| 1686 |
.fadeOutDownBig {
|
| 1687 |
-
-webkit-animation-name: fadeOutDownBig;
|
| 1688 |
animation-name: fadeOutDownBig;
|
| 1689 |
}
|
| 1690 |
-
|
| 1691 |
-
@-webkit-keyframes fadeOutLeft {
|
| 1692 |
-
from {
|
| 1693 |
-
opacity: 1;
|
| 1694 |
-
}
|
| 1695 |
-
to {
|
| 1696 |
-
opacity: 0;
|
| 1697 |
-
-webkit-transform: translate3d(-100%, 0, 0);
|
| 1698 |
-
transform: translate3d(-100%, 0, 0);
|
| 1699 |
-
}
|
| 1700 |
-
}
|
| 1701 |
@keyframes fadeOutLeft {
|
| 1702 |
from {
|
| 1703 |
opacity: 1;
|
| 1704 |
}
|
| 1705 |
to {
|
| 1706 |
opacity: 0;
|
| 1707 |
-
-webkit-transform: translate3d(-100%, 0, 0);
|
| 1708 |
transform: translate3d(-100%, 0, 0);
|
| 1709 |
}
|
| 1710 |
}
|
| 1711 |
.fadeOutLeft {
|
| 1712 |
-
-webkit-animation-name: fadeOutLeft;
|
| 1713 |
animation-name: fadeOutLeft;
|
| 1714 |
}
|
| 1715 |
-
|
| 1716 |
-
@-webkit-keyframes fadeOutLeftBig {
|
| 1717 |
-
from {
|
| 1718 |
-
opacity: 1;
|
| 1719 |
-
}
|
| 1720 |
-
to {
|
| 1721 |
-
opacity: 0;
|
| 1722 |
-
-webkit-transform: translate3d(-2000px, 0, 0);
|
| 1723 |
-
transform: translate3d(-2000px, 0, 0);
|
| 1724 |
-
}
|
| 1725 |
-
}
|
| 1726 |
@keyframes fadeOutLeftBig {
|
| 1727 |
from {
|
| 1728 |
opacity: 1;
|
| 1729 |
}
|
| 1730 |
to {
|
| 1731 |
opacity: 0;
|
| 1732 |
-
-webkit-transform: translate3d(-2000px, 0, 0);
|
| 1733 |
transform: translate3d(-2000px, 0, 0);
|
| 1734 |
}
|
| 1735 |
}
|
| 1736 |
.fadeOutLeftBig {
|
| 1737 |
-
-webkit-animation-name: fadeOutLeftBig;
|
| 1738 |
animation-name: fadeOutLeftBig;
|
| 1739 |
}
|
| 1740 |
-
|
| 1741 |
-
@-webkit-keyframes fadeOutRight {
|
| 1742 |
-
from {
|
| 1743 |
-
opacity: 1;
|
| 1744 |
-
}
|
| 1745 |
-
to {
|
| 1746 |
-
opacity: 0;
|
| 1747 |
-
-webkit-transform: translate3d(100%, 0, 0);
|
| 1748 |
-
transform: translate3d(100%, 0, 0);
|
| 1749 |
-
}
|
| 1750 |
-
}
|
| 1751 |
@keyframes fadeOutRight {
|
| 1752 |
from {
|
| 1753 |
opacity: 1;
|
| 1754 |
}
|
| 1755 |
to {
|
| 1756 |
opacity: 0;
|
| 1757 |
-
-webkit-transform: translate3d(100%, 0, 0);
|
| 1758 |
transform: translate3d(100%, 0, 0);
|
| 1759 |
}
|
| 1760 |
}
|
| 1761 |
.fadeOutRight {
|
| 1762 |
-
-webkit-animation-name: fadeOutRight;
|
| 1763 |
animation-name: fadeOutRight;
|
| 1764 |
}
|
| 1765 |
-
|
| 1766 |
-
@-webkit-keyframes fadeOutRightBig {
|
| 1767 |
-
from {
|
| 1768 |
-
opacity: 1;
|
| 1769 |
-
}
|
| 1770 |
-
to {
|
| 1771 |
-
opacity: 0;
|
| 1772 |
-
-webkit-transform: translate3d(2000px, 0, 0);
|
| 1773 |
-
transform: translate3d(2000px, 0, 0);
|
| 1774 |
-
}
|
| 1775 |
-
}
|
| 1776 |
@keyframes fadeOutRightBig {
|
| 1777 |
from {
|
| 1778 |
opacity: 1;
|
| 1779 |
}
|
| 1780 |
to {
|
| 1781 |
opacity: 0;
|
| 1782 |
-
-webkit-transform: translate3d(2000px, 0, 0);
|
| 1783 |
transform: translate3d(2000px, 0, 0);
|
| 1784 |
}
|
| 1785 |
}
|
| 1786 |
.fadeOutRightBig {
|
| 1787 |
-
-webkit-animation-name: fadeOutRightBig;
|
| 1788 |
animation-name: fadeOutRightBig;
|
| 1789 |
}
|
| 1790 |
-
|
| 1791 |
-
@-webkit-keyframes fadeOutUp {
|
| 1792 |
-
from {
|
| 1793 |
-
opacity: 1;
|
| 1794 |
-
}
|
| 1795 |
-
to {
|
| 1796 |
-
opacity: 0;
|
| 1797 |
-
-webkit-transform: translate3d(0, -100%, 0);
|
| 1798 |
-
transform: translate3d(0, -100%, 0);
|
| 1799 |
-
}
|
| 1800 |
-
}
|
| 1801 |
@keyframes fadeOutUp {
|
| 1802 |
from {
|
| 1803 |
opacity: 1;
|
| 1804 |
}
|
| 1805 |
to {
|
| 1806 |
opacity: 0;
|
| 1807 |
-
-webkit-transform: translate3d(0, -100%, 0);
|
| 1808 |
transform: translate3d(0, -100%, 0);
|
| 1809 |
}
|
| 1810 |
}
|
| 1811 |
.fadeOutUp {
|
| 1812 |
-
-webkit-animation-name: fadeOutUp;
|
| 1813 |
animation-name: fadeOutUp;
|
| 1814 |
}
|
| 1815 |
-
|
| 1816 |
-
@-webkit-keyframes fadeOutUpBig {
|
| 1817 |
-
from {
|
| 1818 |
-
opacity: 1;
|
| 1819 |
-
}
|
| 1820 |
-
to {
|
| 1821 |
-
opacity: 0;
|
| 1822 |
-
-webkit-transform: translate3d(0, -2000px, 0);
|
| 1823 |
-
transform: translate3d(0, -2000px, 0);
|
| 1824 |
-
}
|
| 1825 |
-
}
|
| 1826 |
@keyframes fadeOutUpBig {
|
| 1827 |
from {
|
| 1828 |
opacity: 1;
|
| 1829 |
}
|
| 1830 |
to {
|
| 1831 |
opacity: 0;
|
| 1832 |
-
-webkit-transform: translate3d(0, -2000px, 0);
|
| 1833 |
transform: translate3d(0, -2000px, 0);
|
| 1834 |
}
|
| 1835 |
}
|
| 1836 |
.fadeOutUpBig {
|
| 1837 |
-
-webkit-animation-name: fadeOutUpBig;
|
| 1838 |
animation-name: fadeOutUpBig;
|
| 1839 |
}
|
| 1840 |
-
|
| 1841 |
-
@-webkit-keyframes flip {
|
| 1842 |
-
from {
|
| 1843 |
-
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
|
| 1844 |
-
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
|
| 1845 |
-
-webkit-animation-timing-function: ease-out;
|
| 1846 |
-
animation-timing-function: ease-out;
|
| 1847 |
-
}
|
| 1848 |
-
40% {
|
| 1849 |
-
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
|
| 1850 |
-
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
|
| 1851 |
-
-webkit-animation-timing-function: ease-out;
|
| 1852 |
-
animation-timing-function: ease-out;
|
| 1853 |
-
}
|
| 1854 |
-
50% {
|
| 1855 |
-
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
|
| 1856 |
-
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
|
| 1857 |
-
-webkit-animation-timing-function: ease-in;
|
| 1858 |
-
animation-timing-function: ease-in;
|
| 1859 |
-
}
|
| 1860 |
-
80% {
|
| 1861 |
-
-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
|
| 1862 |
-
transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
|
| 1863 |
-
-webkit-animation-timing-function: ease-in;
|
| 1864 |
-
animation-timing-function: ease-in;
|
| 1865 |
-
}
|
| 1866 |
-
to {
|
| 1867 |
-
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
|
| 1868 |
-
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
|
| 1869 |
-
-webkit-animation-timing-function: ease-in;
|
| 1870 |
-
animation-timing-function: ease-in;
|
| 1871 |
-
}
|
| 1872 |
-
}
|
| 1873 |
@keyframes flip {
|
| 1874 |
from {
|
| 1875 |
-
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
|
| 1876 |
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
|
| 1877 |
-
-webkit-animation-timing-function: ease-out;
|
| 1878 |
animation-timing-function: ease-out;
|
| 1879 |
}
|
| 1880 |
40% {
|
| 1881 |
-
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
|
| 1882 |
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
|
| 1883 |
-
-webkit-animation-timing-function: ease-out;
|
| 1884 |
animation-timing-function: ease-out;
|
| 1885 |
}
|
| 1886 |
50% {
|
| 1887 |
-
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
|
| 1888 |
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
|
| 1889 |
-
-webkit-animation-timing-function: ease-in;
|
| 1890 |
animation-timing-function: ease-in;
|
| 1891 |
}
|
| 1892 |
80% {
|
| 1893 |
-
-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
|
| 1894 |
transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
|
| 1895 |
-
|
| 1896 |
-
animation-timing-function: ease-in;
|
| 1897 |
-
}
|
| 1898 |
-
to {
|
| 1899 |
-
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
|
| 1900 |
-
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
|
| 1901 |
-
-webkit-animation-timing-function: ease-in;
|
| 1902 |
-
animation-timing-function: ease-in;
|
| 1903 |
-
}
|
| 1904 |
-
}
|
| 1905 |
-
.animated.flip {
|
| 1906 |
-
-webkit-backface-visibility: visible;
|
| 1907 |
-
backface-visibility: visible;
|
| 1908 |
-
-webkit-animation-name: flip;
|
| 1909 |
-
animation-name: flip;
|
| 1910 |
-
}
|
| 1911 |
-
|
| 1912 |
-
@-webkit-keyframes flipInX {
|
| 1913 |
-
from {
|
| 1914 |
-
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
|
| 1915 |
-
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
|
| 1916 |
-
-webkit-animation-timing-function: ease-in;
|
| 1917 |
-
animation-timing-function: ease-in;
|
| 1918 |
-
opacity: 0;
|
| 1919 |
-
}
|
| 1920 |
-
40% {
|
| 1921 |
-
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
|
| 1922 |
-
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
|
| 1923 |
-
-webkit-animation-timing-function: ease-in;
|
| 1924 |
-
animation-timing-function: ease-in;
|
| 1925 |
-
}
|
| 1926 |
-
60% {
|
| 1927 |
-
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
|
| 1928 |
-
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
|
| 1929 |
-
opacity: 1;
|
| 1930 |
-
}
|
| 1931 |
-
80% {
|
| 1932 |
-
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
|
| 1933 |
-
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
|
| 1934 |
}
|
| 1935 |
to {
|
| 1936 |
-
|
| 1937 |
-
|
| 1938 |
}
|
| 1939 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1940 |
@keyframes flipInX {
|
| 1941 |
from {
|
| 1942 |
-
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
|
| 1943 |
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
|
| 1944 |
-
-webkit-animation-timing-function: ease-in;
|
| 1945 |
animation-timing-function: ease-in;
|
| 1946 |
opacity: 0;
|
| 1947 |
}
|
| 1948 |
40% {
|
| 1949 |
-
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
|
| 1950 |
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
|
| 1951 |
-
-webkit-animation-timing-function: ease-in;
|
| 1952 |
animation-timing-function: ease-in;
|
| 1953 |
}
|
| 1954 |
60% {
|
| 1955 |
-
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
|
| 1956 |
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
|
| 1957 |
opacity: 1;
|
| 1958 |
}
|
| 1959 |
80% {
|
| 1960 |
-
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
|
| 1961 |
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
|
| 1962 |
}
|
| 1963 |
to {
|
| 1964 |
-
-webkit-transform: perspective(400px);
|
| 1965 |
transform: perspective(400px);
|
| 1966 |
}
|
| 1967 |
}
|
| 1968 |
.flipInX {
|
| 1969 |
-webkit-backface-visibility: visible !important;
|
| 1970 |
backface-visibility: visible !important;
|
| 1971 |
-
-webkit-animation-name: flipInX;
|
| 1972 |
animation-name: flipInX;
|
| 1973 |
}
|
| 1974 |
-
|
| 1975 |
-
@-webkit-keyframes flipInY {
|
| 1976 |
-
from {
|
| 1977 |
-
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
|
| 1978 |
-
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
|
| 1979 |
-
-webkit-animation-timing-function: ease-in;
|
| 1980 |
-
animation-timing-function: ease-in;
|
| 1981 |
-
opacity: 0;
|
| 1982 |
-
}
|
| 1983 |
-
40% {
|
| 1984 |
-
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
|
| 1985 |
-
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
|
| 1986 |
-
-webkit-animation-timing-function: ease-in;
|
| 1987 |
-
animation-timing-function: ease-in;
|
| 1988 |
-
}
|
| 1989 |
-
60% {
|
| 1990 |
-
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
|
| 1991 |
-
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
|
| 1992 |
-
opacity: 1;
|
| 1993 |
-
}
|
| 1994 |
-
80% {
|
| 1995 |
-
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
|
| 1996 |
-
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
|
| 1997 |
-
}
|
| 1998 |
-
to {
|
| 1999 |
-
-webkit-transform: perspective(400px);
|
| 2000 |
-
transform: perspective(400px);
|
| 2001 |
-
}
|
| 2002 |
-
}
|
| 2003 |
@keyframes flipInY {
|
| 2004 |
from {
|
| 2005 |
-
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
|
| 2006 |
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
|
| 2007 |
-
-webkit-animation-timing-function: ease-in;
|
| 2008 |
animation-timing-function: ease-in;
|
| 2009 |
opacity: 0;
|
| 2010 |
}
|
| 2011 |
40% {
|
| 2012 |
-
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
|
| 2013 |
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
|
| 2014 |
-
-webkit-animation-timing-function: ease-in;
|
| 2015 |
animation-timing-function: ease-in;
|
| 2016 |
}
|
| 2017 |
60% {
|
| 2018 |
-
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
|
| 2019 |
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
|
| 2020 |
opacity: 1;
|
| 2021 |
}
|
| 2022 |
80% {
|
| 2023 |
-
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
|
| 2024 |
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
|
| 2025 |
}
|
| 2026 |
to {
|
| 2027 |
-
-webkit-transform: perspective(400px);
|
| 2028 |
transform: perspective(400px);
|
| 2029 |
}
|
| 2030 |
}
|
| 2031 |
.flipInY {
|
| 2032 |
-webkit-backface-visibility: visible !important;
|
| 2033 |
backface-visibility: visible !important;
|
| 2034 |
-
-webkit-animation-name: flipInY;
|
| 2035 |
animation-name: flipInY;
|
| 2036 |
}
|
| 2037 |
-
|
| 2038 |
-
@-webkit-keyframes flipOutX {
|
| 2039 |
-
from {
|
| 2040 |
-
-webkit-transform: perspective(400px);
|
| 2041 |
-
transform: perspective(400px);
|
| 2042 |
-
}
|
| 2043 |
-
30% {
|
| 2044 |
-
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
|
| 2045 |
-
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
|
| 2046 |
-
opacity: 1;
|
| 2047 |
-
}
|
| 2048 |
-
to {
|
| 2049 |
-
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
|
| 2050 |
-
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
|
| 2051 |
-
opacity: 0;
|
| 2052 |
-
}
|
| 2053 |
-
}
|
| 2054 |
@keyframes flipOutX {
|
| 2055 |
from {
|
| 2056 |
-
-webkit-transform: perspective(400px);
|
| 2057 |
transform: perspective(400px);
|
| 2058 |
}
|
| 2059 |
30% {
|
| 2060 |
-
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
|
| 2061 |
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
|
| 2062 |
opacity: 1;
|
| 2063 |
}
|
| 2064 |
to {
|
| 2065 |
-
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
|
| 2066 |
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
|
| 2067 |
opacity: 0;
|
| 2068 |
}
|
| 2069 |
}
|
| 2070 |
.flipOutX {
|
| 2071 |
-
-webkit-animation-duration: 0.75s;
|
| 2072 |
animation-duration: 0.75s;
|
| 2073 |
-
-webkit-animation-name: flipOutX;
|
| 2074 |
animation-name: flipOutX;
|
| 2075 |
-webkit-backface-visibility: visible !important;
|
| 2076 |
backface-visibility: visible !important;
|
| 2077 |
}
|
| 2078 |
-
|
| 2079 |
-
@-webkit-keyframes flipOutY {
|
| 2080 |
-
from {
|
| 2081 |
-
-webkit-transform: perspective(400px);
|
| 2082 |
-
transform: perspective(400px);
|
| 2083 |
-
}
|
| 2084 |
-
30% {
|
| 2085 |
-
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
|
| 2086 |
-
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
|
| 2087 |
-
opacity: 1;
|
| 2088 |
-
}
|
| 2089 |
-
to {
|
| 2090 |
-
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
|
| 2091 |
-
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
|
| 2092 |
-
opacity: 0;
|
| 2093 |
-
}
|
| 2094 |
-
}
|
| 2095 |
@keyframes flipOutY {
|
| 2096 |
from {
|
| 2097 |
-
-webkit-transform: perspective(400px);
|
| 2098 |
transform: perspective(400px);
|
| 2099 |
}
|
| 2100 |
30% {
|
| 2101 |
-
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
|
| 2102 |
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
|
| 2103 |
opacity: 1;
|
| 2104 |
}
|
| 2105 |
to {
|
| 2106 |
-
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
|
| 2107 |
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
|
| 2108 |
opacity: 0;
|
| 2109 |
}
|
| 2110 |
}
|
| 2111 |
.flipOutY {
|
| 2112 |
-
-webkit-animation-duration: 0.75s;
|
| 2113 |
animation-duration: 0.75s;
|
| 2114 |
-webkit-backface-visibility: visible !important;
|
| 2115 |
backface-visibility: visible !important;
|
| 2116 |
-
-webkit-animation-name: flipOutY;
|
| 2117 |
animation-name: flipOutY;
|
| 2118 |
}
|
| 2119 |
-
|
| 2120 |
-
@-webkit-keyframes lightSpeedIn {
|
| 2121 |
-
from {
|
| 2122 |
-
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
|
| 2123 |
-
transform: translate3d(100%, 0, 0) skewX(-30deg);
|
| 2124 |
-
opacity: 0;
|
| 2125 |
-
}
|
| 2126 |
-
60% {
|
| 2127 |
-
-webkit-transform: skewX(20deg);
|
| 2128 |
-
transform: skewX(20deg);
|
| 2129 |
-
opacity: 1;
|
| 2130 |
-
}
|
| 2131 |
-
80% {
|
| 2132 |
-
-webkit-transform: skewX(-5deg);
|
| 2133 |
-
transform: skewX(-5deg);
|
| 2134 |
-
}
|
| 2135 |
-
to {
|
| 2136 |
-
-webkit-transform: translate3d(0, 0, 0);
|
| 2137 |
-
transform: translate3d(0, 0, 0);
|
| 2138 |
-
}
|
| 2139 |
-
}
|
| 2140 |
@keyframes lightSpeedIn {
|
| 2141 |
from {
|
| 2142 |
-
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
|
| 2143 |
transform: translate3d(100%, 0, 0) skewX(-30deg);
|
| 2144 |
opacity: 0;
|
| 2145 |
}
|
| 2146 |
60% {
|
| 2147 |
-
-webkit-transform: skewX(20deg);
|
| 2148 |
transform: skewX(20deg);
|
| 2149 |
opacity: 1;
|
| 2150 |
}
|
| 2151 |
80% {
|
| 2152 |
-
-webkit-transform: skewX(-5deg);
|
| 2153 |
transform: skewX(-5deg);
|
| 2154 |
}
|
| 2155 |
to {
|
| 2156 |
-
-webkit-transform: translate3d(0, 0, 0);
|
| 2157 |
transform: translate3d(0, 0, 0);
|
| 2158 |
}
|
| 2159 |
}
|
| 2160 |
.lightSpeedIn {
|
| 2161 |
-
-webkit-animation-name: lightSpeedIn;
|
| 2162 |
animation-name: lightSpeedIn;
|
| 2163 |
-
-webkit-animation-timing-function: ease-out;
|
| 2164 |
animation-timing-function: ease-out;
|
| 2165 |
}
|
| 2166 |
-
|
| 2167 |
-
@-webkit-keyframes lightSpeedOut {
|
| 2168 |
-
from {
|
| 2169 |
-
opacity: 1;
|
| 2170 |
-
}
|
| 2171 |
-
to {
|
| 2172 |
-
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
|
| 2173 |
-
transform: translate3d(100%, 0, 0) skewX(30deg);
|
| 2174 |
-
opacity: 0;
|
| 2175 |
-
}
|
| 2176 |
-
}
|
| 2177 |
@keyframes lightSpeedOut {
|
| 2178 |
from {
|
| 2179 |
opacity: 1;
|
| 2180 |
}
|
| 2181 |
to {
|
| 2182 |
-
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
|
| 2183 |
transform: translate3d(100%, 0, 0) skewX(30deg);
|
| 2184 |
opacity: 0;
|
| 2185 |
}
|
| 2186 |
}
|
| 2187 |
.lightSpeedOut {
|
| 2188 |
-
-webkit-animation-name: lightSpeedOut;
|
| 2189 |
animation-name: lightSpeedOut;
|
| 2190 |
-
-webkit-animation-timing-function: ease-in;
|
| 2191 |
animation-timing-function: ease-in;
|
| 2192 |
}
|
| 2193 |
-
|
| 2194 |
-
@-webkit-keyframes rotateIn {
|
| 2195 |
-
from {
|
| 2196 |
-
-webkit-transform-origin: center;
|
| 2197 |
-
transform-origin: center;
|
| 2198 |
-
-webkit-transform: rotate3d(0, 0, 1, -200deg);
|
| 2199 |
-
transform: rotate3d(0, 0, 1, -200deg);
|
| 2200 |
-
opacity: 0;
|
| 2201 |
-
}
|
| 2202 |
-
to {
|
| 2203 |
-
-webkit-transform-origin: center;
|
| 2204 |
-
transform-origin: center;
|
| 2205 |
-
-webkit-transform: translate3d(0, 0, 0);
|
| 2206 |
-
transform: translate3d(0, 0, 0);
|
| 2207 |
-
opacity: 1;
|
| 2208 |
-
}
|
| 2209 |
-
}
|
| 2210 |
@keyframes rotateIn {
|
| 2211 |
from {
|
| 2212 |
-
-webkit-transform-origin: center;
|
| 2213 |
transform-origin: center;
|
| 2214 |
-
-webkit-transform: rotate3d(0, 0, 1, -200deg);
|
| 2215 |
transform: rotate3d(0, 0, 1, -200deg);
|
| 2216 |
opacity: 0;
|
| 2217 |
}
|
| 2218 |
to {
|
| 2219 |
-
-webkit-transform-origin: center;
|
| 2220 |
transform-origin: center;
|
| 2221 |
-
-webkit-transform: translate3d(0, 0, 0);
|
| 2222 |
transform: translate3d(0, 0, 0);
|
| 2223 |
opacity: 1;
|
| 2224 |
}
|
| 2225 |
}
|
| 2226 |
.rotateIn {
|
| 2227 |
-
-webkit-animation-name: rotateIn;
|
| 2228 |
animation-name: rotateIn;
|
| 2229 |
}
|
| 2230 |
-
|
| 2231 |
-
@-webkit-keyframes rotateInDownLeft {
|
| 2232 |
-
from {
|
| 2233 |
-
-webkit-transform-origin: left bottom;
|
| 2234 |
-
transform-origin: left bottom;
|
| 2235 |
-
-webkit-transform: rotate3d(0, 0, 1, -45deg);
|
| 2236 |
-
transform: rotate3d(0, 0, 1, -45deg);
|
| 2237 |
-
opacity: 0;
|
| 2238 |
-
}
|
| 2239 |
-
to {
|
| 2240 |
-
-webkit-transform-origin: left bottom;
|
| 2241 |
-
transform-origin: left bottom;
|
| 2242 |
-
-webkit-transform: translate3d(0, 0, 0);
|
| 2243 |
-
transform: translate3d(0, 0, 0);
|
| 2244 |
-
opacity: 1;
|
| 2245 |
-
}
|
| 2246 |
-
}
|
| 2247 |
@keyframes rotateInDownLeft {
|
| 2248 |
from {
|
| 2249 |
-
-webkit-transform-origin: left bottom;
|
| 2250 |
transform-origin: left bottom;
|
| 2251 |
-
-webkit-transform: rotate3d(0, 0, 1, -45deg);
|
| 2252 |
transform: rotate3d(0, 0, 1, -45deg);
|
| 2253 |
opacity: 0;
|
| 2254 |
}
|
| 2255 |
to {
|
| 2256 |
-
-webkit-transform-origin: left bottom;
|
| 2257 |
transform-origin: left bottom;
|
| 2258 |
-
-webkit-transform: translate3d(0, 0, 0);
|
| 2259 |
transform: translate3d(0, 0, 0);
|
| 2260 |
opacity: 1;
|
| 2261 |
}
|
| 2262 |
}
|
| 2263 |
.rotateInDownLeft {
|
| 2264 |
-
-webkit-animation-name: rotateInDownLeft;
|
| 2265 |
animation-name: rotateInDownLeft;
|
| 2266 |
}
|
| 2267 |
-
|
| 2268 |
-
@-webkit-keyframes rotateInDownRight {
|
| 2269 |
-
from {
|
| 2270 |
-
-webkit-transform-origin: right bottom;
|
| 2271 |
-
transform-origin: right bottom;
|
| 2272 |
-
-webkit-transform: rotate3d(0, 0, 1, 45deg);
|
| 2273 |
-
transform: rotate3d(0, 0, 1, 45deg);
|
| 2274 |
-
opacity: 0;
|
| 2275 |
-
}
|
| 2276 |
-
to {
|
| 2277 |
-
-webkit-transform-origin: right bottom;
|
| 2278 |
-
transform-origin: right bottom;
|
| 2279 |
-
-webkit-transform: translate3d(0, 0, 0);
|
| 2280 |
-
transform: translate3d(0, 0, 0);
|
| 2281 |
-
opacity: 1;
|
| 2282 |
-
}
|
| 2283 |
-
}
|
| 2284 |
@keyframes rotateInDownRight {
|
| 2285 |
from {
|
| 2286 |
-
-webkit-transform-origin: right bottom;
|
| 2287 |
transform-origin: right bottom;
|
| 2288 |
-
-webkit-transform: rotate3d(0, 0, 1, 45deg);
|
| 2289 |
transform: rotate3d(0, 0, 1, 45deg);
|
| 2290 |
opacity: 0;
|
| 2291 |
}
|
| 2292 |
to {
|
| 2293 |
-
-webkit-transform-origin: right bottom;
|
| 2294 |
transform-origin: right bottom;
|
| 2295 |
-
-webkit-transform: translate3d(0, 0, 0);
|
| 2296 |
transform: translate3d(0, 0, 0);
|
| 2297 |
opacity: 1;
|
| 2298 |
}
|
| 2299 |
}
|
| 2300 |
.rotateInDownRight {
|
| 2301 |
-
-webkit-animation-name: rotateInDownRight;
|
| 2302 |
animation-name: rotateInDownRight;
|
| 2303 |
}
|
| 2304 |
-
|
| 2305 |
-
@-webkit-keyframes rotateInUpLeft {
|
| 2306 |
-
from {
|
| 2307 |
-
-webkit-transform-origin: left bottom;
|
| 2308 |
-
transform-origin: left bottom;
|
| 2309 |
-
-webkit-transform: rotate3d(0, 0, 1, 45deg);
|
| 2310 |
-
transform: rotate3d(0, 0, 1, 45deg);
|
| 2311 |
-
opacity: 0;
|
| 2312 |
-
}
|
| 2313 |
-
to {
|
| 2314 |
-
-webkit-transform-origin: left bottom;
|
| 2315 |
-
transform-origin: left bottom;
|
| 2316 |
-
-webkit-transform: translate3d(0, 0, 0);
|
| 2317 |
-
transform: translate3d(0, 0, 0);
|
| 2318 |
-
opacity: 1;
|
| 2319 |
-
}
|
| 2320 |
-
}
|
| 2321 |
@keyframes rotateInUpLeft {
|
| 2322 |
from {
|
| 2323 |
-
-webkit-transform-origin: left bottom;
|
| 2324 |
transform-origin: left bottom;
|
| 2325 |
-
-webkit-transform: rotate3d(0, 0, 1, 45deg);
|
| 2326 |
transform: rotate3d(0, 0, 1, 45deg);
|
| 2327 |
opacity: 0;
|
| 2328 |
}
|
| 2329 |
to {
|
| 2330 |
-
-webkit-transform-origin: left bottom;
|
| 2331 |
transform-origin: left bottom;
|
| 2332 |
-
-webkit-transform: translate3d(0, 0, 0);
|
| 2333 |
transform: translate3d(0, 0, 0);
|
| 2334 |
opacity: 1;
|
| 2335 |
}
|
| 2336 |
}
|
| 2337 |
.rotateInUpLeft {
|
| 2338 |
-
-webkit-animation-name: rotateInUpLeft;
|
| 2339 |
animation-name: rotateInUpLeft;
|
| 2340 |
}
|
| 2341 |
-
|
| 2342 |
-
@-webkit-keyframes rotateInUpRight {
|
| 2343 |
-
from {
|
| 2344 |
-
-webkit-transform-origin: right bottom;
|
| 2345 |
-
transform-origin: right bottom;
|
| 2346 |
-
-webkit-transform: rotate3d(0, 0, 1, -90deg);
|
| 2347 |
-
transform: rotate3d(0, 0, 1, -90deg);
|
| 2348 |
-
opacity: 0;
|
| 2349 |
-
}
|
| 2350 |
-
to {
|
| 2351 |
-
-webkit-transform-origin: right bottom;
|
| 2352 |
-
transform-origin: right bottom;
|
| 2353 |
-
-webkit-transform: translate3d(0, 0, 0);
|
| 2354 |
-
transform: translate3d(0, 0, 0);
|
| 2355 |
-
opacity: 1;
|
| 2356 |
-
}
|
| 2357 |
-
}
|
| 2358 |
@keyframes rotateInUpRight {
|
| 2359 |
from {
|
| 2360 |
-
-webkit-transform-origin: right bottom;
|
| 2361 |
transform-origin: right bottom;
|
| 2362 |
-
-webkit-transform: rotate3d(0, 0, 1, -90deg);
|
| 2363 |
transform: rotate3d(0, 0, 1, -90deg);
|
| 2364 |
opacity: 0;
|
| 2365 |
}
|
| 2366 |
to {
|
| 2367 |
-
-webkit-transform-origin: right bottom;
|
| 2368 |
transform-origin: right bottom;
|
| 2369 |
-
-webkit-transform: translate3d(0, 0, 0);
|
| 2370 |
transform: translate3d(0, 0, 0);
|
| 2371 |
opacity: 1;
|
| 2372 |
}
|
| 2373 |
}
|
| 2374 |
.rotateInUpRight {
|
| 2375 |
-
-webkit-animation-name: rotateInUpRight;
|
| 2376 |
animation-name: rotateInUpRight;
|
| 2377 |
}
|
| 2378 |
-
|
| 2379 |
-
@-webkit-keyframes rotateOut {
|
| 2380 |
-
from {
|
| 2381 |
-
-webkit-transform-origin: center;
|
| 2382 |
-
transform-origin: center;
|
| 2383 |
-
opacity: 1;
|
| 2384 |
-
}
|
| 2385 |
-
to {
|
| 2386 |
-
-webkit-transform-origin: center;
|
| 2387 |
-
transform-origin: center;
|
| 2388 |
-
-webkit-transform: rotate3d(0, 0, 1, 200deg);
|
| 2389 |
-
transform: rotate3d(0, 0, 1, 200deg);
|
| 2390 |
-
opacity: 0;
|
| 2391 |
-
}
|
| 2392 |
-
}
|
| 2393 |
@keyframes rotateOut {
|
| 2394 |
from {
|
| 2395 |
-
-webkit-transform-origin: center;
|
| 2396 |
transform-origin: center;
|
| 2397 |
opacity: 1;
|
| 2398 |
}
|
| 2399 |
to {
|
| 2400 |
-
-webkit-transform-origin: center;
|
| 2401 |
transform-origin: center;
|
| 2402 |
-
-webkit-transform: rotate3d(0, 0, 1, 200deg);
|
| 2403 |
transform: rotate3d(0, 0, 1, 200deg);
|
| 2404 |
opacity: 0;
|
| 2405 |
}
|
| 2406 |
}
|
| 2407 |
.rotateOut {
|
| 2408 |
-
-webkit-animation-name: rotateOut;
|
| 2409 |
animation-name: rotateOut;
|
| 2410 |
}
|
| 2411 |
-
|
| 2412 |
-
@-webkit-keyframes rotateOutDownLeft {
|
| 2413 |
-
from {
|
| 2414 |
-
-webkit-transform-origin: left bottom;
|
| 2415 |
-
transform-origin: left bottom;
|
| 2416 |
-
opacity: 1;
|
| 2417 |
-
}
|
| 2418 |
-
to {
|
| 2419 |
-
-webkit-transform-origin: left bottom;
|
| 2420 |
-
transform-origin: left bottom;
|
| 2421 |
-
-webkit-transform: rotate3d(0, 0, 1, 45deg);
|
| 2422 |
-
transform: rotate3d(0, 0, 1, 45deg);
|
| 2423 |
-
opacity: 0;
|
| 2424 |
-
}
|
| 2425 |
-
}
|
| 2426 |
@keyframes rotateOutDownLeft {
|
| 2427 |
from {
|
| 2428 |
-
-webkit-transform-origin: left bottom;
|
| 2429 |
transform-origin: left bottom;
|
| 2430 |
opacity: 1;
|
| 2431 |
}
|
| 2432 |
to {
|
| 2433 |
-
-webkit-transform-origin: left bottom;
|
| 2434 |
transform-origin: left bottom;
|
| 2435 |
-
-webkit-transform: rotate3d(0, 0, 1, 45deg);
|
| 2436 |
transform: rotate3d(0, 0, 1, 45deg);
|
| 2437 |
opacity: 0;
|
| 2438 |
}
|
| 2439 |
}
|
| 2440 |
.rotateOutDownLeft {
|
| 2441 |
-
-webkit-animation-name: rotateOutDownLeft;
|
| 2442 |
animation-name: rotateOutDownLeft;
|
| 2443 |
}
|
| 2444 |
-
|
| 2445 |
-
@-webkit-keyframes rotateOutDownRight {
|
| 2446 |
-
from {
|
| 2447 |
-
-webkit-transform-origin: right bottom;
|
| 2448 |
-
transform-origin: right bottom;
|
| 2449 |
-
opacity: 1;
|
| 2450 |
-
}
|
| 2451 |
-
to {
|
| 2452 |
-
-webkit-transform-origin: right bottom;
|
| 2453 |
-
transform-origin: right bottom;
|
| 2454 |
-
-webkit-transform: rotate3d(0, 0, 1, -45deg);
|
| 2455 |
-
transform: rotate3d(0, 0, 1, -45deg);
|
| 2456 |
-
opacity: 0;
|
| 2457 |
-
}
|
| 2458 |
-
}
|
| 2459 |
@keyframes rotateOutDownRight {
|
| 2460 |
from {
|
| 2461 |
-
-webkit-transform-origin: right bottom;
|
| 2462 |
transform-origin: right bottom;
|
| 2463 |
opacity: 1;
|
| 2464 |
}
|
| 2465 |
to {
|
| 2466 |
-
-webkit-transform-origin: right bottom;
|
| 2467 |
transform-origin: right bottom;
|
| 2468 |
-
-webkit-transform: rotate3d(0, 0, 1, -45deg);
|
| 2469 |
transform: rotate3d(0, 0, 1, -45deg);
|
| 2470 |
opacity: 0;
|
| 2471 |
}
|
| 2472 |
}
|
| 2473 |
.rotateOutDownRight {
|
| 2474 |
-
-webkit-animation-name: rotateOutDownRight;
|
| 2475 |
animation-name: rotateOutDownRight;
|
| 2476 |
}
|
| 2477 |
-
|
| 2478 |
-
@-webkit-keyframes rotateOutUpLeft {
|
| 2479 |
-
from {
|
| 2480 |
-
-webkit-transform-origin: left bottom;
|
| 2481 |
-
transform-origin: left bottom;
|
| 2482 |
-
opacity: 1;
|
| 2483 |
-
}
|
| 2484 |
-
to {
|
| 2485 |
-
-webkit-transform-origin: left bottom;
|
| 2486 |
-
transform-origin: left bottom;
|
| 2487 |
-
-webkit-transform: rotate3d(0, 0, 1, -45deg);
|
| 2488 |
-
transform: rotate3d(0, 0, 1, -45deg);
|
| 2489 |
-
opacity: 0;
|
| 2490 |
-
}
|
| 2491 |
-
}
|
| 2492 |
@keyframes rotateOutUpLeft {
|
| 2493 |
from {
|
| 2494 |
-
-webkit-transform-origin: left bottom;
|
| 2495 |
transform-origin: left bottom;
|
| 2496 |
opacity: 1;
|
| 2497 |
}
|
| 2498 |
to {
|
| 2499 |
-
-webkit-transform-origin: left bottom;
|
| 2500 |
transform-origin: left bottom;
|
| 2501 |
-
-webkit-transform: rotate3d(0, 0, 1, -45deg);
|
| 2502 |
transform: rotate3d(0, 0, 1, -45deg);
|
| 2503 |
opacity: 0;
|
| 2504 |
}
|
| 2505 |
}
|
| 2506 |
.rotateOutUpLeft {
|
| 2507 |
-
-webkit-animation-name: rotateOutUpLeft;
|
| 2508 |
animation-name: rotateOutUpLeft;
|
| 2509 |
}
|
| 2510 |
-
|
| 2511 |
-
@-webkit-keyframes rotateOutUpRight {
|
| 2512 |
-
from {
|
| 2513 |
-
-webkit-transform-origin: right bottom;
|
| 2514 |
-
transform-origin: right bottom;
|
| 2515 |
-
opacity: 1;
|
| 2516 |
-
}
|
| 2517 |
-
to {
|
| 2518 |
-
-webkit-transform-origin: right bottom;
|
| 2519 |
-
transform-origin: right bottom;
|
| 2520 |
-
-webkit-transform: rotate3d(0, 0, 1, 90deg);
|
| 2521 |
-
transform: rotate3d(0, 0, 1, 90deg);
|
| 2522 |
-
opacity: 0;
|
| 2523 |
-
}
|
| 2524 |
-
}
|
| 2525 |
@keyframes rotateOutUpRight {
|
| 2526 |
from {
|
| 2527 |
-
-webkit-transform-origin: right bottom;
|
| 2528 |
transform-origin: right bottom;
|
| 2529 |
opacity: 1;
|
| 2530 |
}
|
| 2531 |
to {
|
| 2532 |
-
-webkit-transform-origin: right bottom;
|
| 2533 |
transform-origin: right bottom;
|
| 2534 |
-
-webkit-transform: rotate3d(0, 0, 1, 90deg);
|
| 2535 |
transform: rotate3d(0, 0, 1, 90deg);
|
| 2536 |
opacity: 0;
|
| 2537 |
}
|
| 2538 |
}
|
| 2539 |
.rotateOutUpRight {
|
| 2540 |
-
-webkit-animation-name: rotateOutUpRight;
|
| 2541 |
animation-name: rotateOutUpRight;
|
| 2542 |
}
|
| 2543 |
-
|
| 2544 |
-
@-webkit-keyframes hinge {
|
| 2545 |
-
0% {
|
| 2546 |
-
-webkit-transform-origin: top left;
|
| 2547 |
-
transform-origin: top left;
|
| 2548 |
-
-webkit-animation-timing-function: ease-in-out;
|
| 2549 |
-
animation-timing-function: ease-in-out;
|
| 2550 |
-
}
|
| 2551 |
-
20%, 60% {
|
| 2552 |
-
-webkit-transform: rotate3d(0, 0, 1, 80deg);
|
| 2553 |
-
transform: rotate3d(0, 0, 1, 80deg);
|
| 2554 |
-
-webkit-transform-origin: top left;
|
| 2555 |
-
transform-origin: top left;
|
| 2556 |
-
-webkit-animation-timing-function: ease-in-out;
|
| 2557 |
-
animation-timing-function: ease-in-out;
|
| 2558 |
-
}
|
| 2559 |
-
40%, 80% {
|
| 2560 |
-
-webkit-transform: rotate3d(0, 0, 1, 60deg);
|
| 2561 |
-
transform: rotate3d(0, 0, 1, 60deg);
|
| 2562 |
-
-webkit-transform-origin: top left;
|
| 2563 |
-
transform-origin: top left;
|
| 2564 |
-
-webkit-animation-timing-function: ease-in-out;
|
| 2565 |
-
animation-timing-function: ease-in-out;
|
| 2566 |
-
opacity: 1;
|
| 2567 |
-
}
|
| 2568 |
-
to {
|
| 2569 |
-
-webkit-transform: translate3d(0, 700px, 0);
|
| 2570 |
-
transform: translate3d(0, 700px, 0);
|
| 2571 |
-
opacity: 0;
|
| 2572 |
-
}
|
| 2573 |
-
}
|
| 2574 |
@keyframes hinge {
|
| 2575 |
0% {
|
| 2576 |
-
-webkit-transform-origin: top left;
|
| 2577 |
transform-origin: top left;
|
| 2578 |
-
-webkit-animation-timing-function: ease-in-out;
|
| 2579 |
animation-timing-function: ease-in-out;
|
| 2580 |
}
|
| 2581 |
20%, 60% {
|
| 2582 |
-
-webkit-transform: rotate3d(0, 0, 1, 80deg);
|
| 2583 |
transform: rotate3d(0, 0, 1, 80deg);
|
| 2584 |
-
-webkit-transform-origin: top left;
|
| 2585 |
transform-origin: top left;
|
| 2586 |
-
-webkit-animation-timing-function: ease-in-out;
|
| 2587 |
animation-timing-function: ease-in-out;
|
| 2588 |
}
|
| 2589 |
40%, 80% {
|
| 2590 |
-
-webkit-transform: rotate3d(0, 0, 1, 60deg);
|
| 2591 |
transform: rotate3d(0, 0, 1, 60deg);
|
| 2592 |
-
-webkit-transform-origin: top left;
|
| 2593 |
transform-origin: top left;
|
| 2594 |
-
-webkit-animation-timing-function: ease-in-out;
|
| 2595 |
animation-timing-function: ease-in-out;
|
| 2596 |
opacity: 1;
|
| 2597 |
}
|
| 2598 |
to {
|
| 2599 |
-
-webkit-transform: translate3d(0, 700px, 0);
|
| 2600 |
transform: translate3d(0, 700px, 0);
|
| 2601 |
opacity: 0;
|
| 2602 |
}
|
| 2603 |
}
|
| 2604 |
.hinge {
|
| 2605 |
-
-webkit-animation-duration: 2s;
|
| 2606 |
animation-duration: 2s;
|
| 2607 |
-
-webkit-animation-name: hinge;
|
| 2608 |
animation-name: hinge;
|
| 2609 |
}
|
| 2610 |
-
|
| 2611 |
-
@-webkit-keyframes jackInTheBox {
|
| 2612 |
-
from {
|
| 2613 |
-
opacity: 0;
|
| 2614 |
-
-webkit-transform: scale(0.1) rotate(30deg);
|
| 2615 |
-
transform: scale(0.1) rotate(30deg);
|
| 2616 |
-
-webkit-transform-origin: center bottom;
|
| 2617 |
-
transform-origin: center bottom;
|
| 2618 |
-
}
|
| 2619 |
-
50% {
|
| 2620 |
-
-webkit-transform: rotate(-10deg);
|
| 2621 |
-
transform: rotate(-10deg);
|
| 2622 |
-
}
|
| 2623 |
-
70% {
|
| 2624 |
-
-webkit-transform: rotate(3deg);
|
| 2625 |
-
transform: rotate(3deg);
|
| 2626 |
-
}
|
| 2627 |
-
to {
|
| 2628 |
-
opacity: 1;
|
| 2629 |
-
-webkit-transform: scale(1);
|
| 2630 |
-
transform: scale(1);
|
| 2631 |
-
}
|
| 2632 |
-
}
|
| 2633 |
@keyframes jackInTheBox {
|
| 2634 |
from {
|
| 2635 |
opacity: 0;
|
| 2636 |
-
-webkit-transform: scale(0.1) rotate(30deg);
|
| 2637 |
transform: scale(0.1) rotate(30deg);
|
| 2638 |
-
-webkit-transform-origin: center bottom;
|
| 2639 |
transform-origin: center bottom;
|
| 2640 |
}
|
| 2641 |
50% {
|
| 2642 |
-
-webkit-transform: rotate(-10deg);
|
| 2643 |
transform: rotate(-10deg);
|
| 2644 |
}
|
| 2645 |
70% {
|
| 2646 |
-
-webkit-transform: rotate(3deg);
|
| 2647 |
transform: rotate(3deg);
|
| 2648 |
}
|
| 2649 |
to {
|
| 2650 |
opacity: 1;
|
| 2651 |
-
-webkit-transform: scale(1);
|
| 2652 |
transform: scale(1);
|
| 2653 |
}
|
| 2654 |
}
|
| 2655 |
.jackInTheBox {
|
| 2656 |
-
-webkit-animation-name: jackInTheBox;
|
| 2657 |
animation-name: jackInTheBox;
|
| 2658 |
}
|
| 2659 |
|
| 2660 |
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
|
| 2661 |
-
@-webkit-keyframes rollIn {
|
| 2662 |
-
from {
|
| 2663 |
-
opacity: 0;
|
| 2664 |
-
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
|
| 2665 |
-
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
|
| 2666 |
-
}
|
| 2667 |
-
to {
|
| 2668 |
-
opacity: 1;
|
| 2669 |
-
-webkit-transform: translate3d(0, 0, 0);
|
| 2670 |
-
transform: translate3d(0, 0, 0);
|
| 2671 |
-
}
|
| 2672 |
-
}
|
| 2673 |
@keyframes rollIn {
|
| 2674 |
from {
|
| 2675 |
opacity: 0;
|
| 2676 |
-
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
|
| 2677 |
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
|
| 2678 |
}
|
| 2679 |
to {
|
| 2680 |
opacity: 1;
|
| 2681 |
-
-webkit-transform: translate3d(0, 0, 0);
|
| 2682 |
transform: translate3d(0, 0, 0);
|
| 2683 |
}
|
| 2684 |
}
|
| 2685 |
-
.rollIn {
|
| 2686 |
-
|
| 2687 |
-
|
| 2688 |
-
|
| 2689 |
-
|
| 2690 |
-
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
|
| 2691 |
-
@-webkit-keyframes rollOut {
|
| 2692 |
-
from {
|
| 2693 |
-
opacity: 1;
|
| 2694 |
-
}
|
| 2695 |
-
to {
|
| 2696 |
-
opacity: 0;
|
| 2697 |
-
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
|
| 2698 |
-
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
|
| 2699 |
-
}
|
| 2700 |
-
}
|
| 2701 |
@keyframes rollOut {
|
| 2702 |
from {
|
| 2703 |
opacity: 1;
|
| 2704 |
}
|
| 2705 |
to {
|
| 2706 |
opacity: 0;
|
| 2707 |
-
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
|
| 2708 |
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
|
| 2709 |
}
|
| 2710 |
}
|
| 2711 |
.rollOut {
|
| 2712 |
-
-webkit-animation-name: rollOut;
|
| 2713 |
animation-name: rollOut;
|
| 2714 |
}
|
| 2715 |
-
|
| 2716 |
-
@-webkit-keyframes zoomIn {
|
| 2717 |
-
from {
|
| 2718 |
-
opacity: 0;
|
| 2719 |
-
-webkit-transform: scale3d(0.3, 0.3, 0.3);
|
| 2720 |
-
transform: scale3d(0.3, 0.3, 0.3);
|
| 2721 |
-
}
|
| 2722 |
-
50% {
|
| 2723 |
-
opacity: 1;
|
| 2724 |
-
}
|
| 2725 |
-
}
|
| 2726 |
@keyframes zoomIn {
|
| 2727 |
from {
|
| 2728 |
opacity: 0;
|
| 2729 |
-
-webkit-transform: scale3d(0.3, 0.3, 0.3);
|
| 2730 |
transform: scale3d(0.3, 0.3, 0.3);
|
| 2731 |
}
|
| 2732 |
50% {
|
|
@@ -2734,178 +1354,74 @@ template {
|
|
| 2734 |
}
|
| 2735 |
}
|
| 2736 |
.zoomIn {
|
| 2737 |
-
-webkit-animation-name: zoomIn;
|
| 2738 |
animation-name: zoomIn;
|
| 2739 |
}
|
| 2740 |
-
|
| 2741 |
-
@-webkit-keyframes zoomInDown {
|
| 2742 |
-
from {
|
| 2743 |
-
opacity: 0;
|
| 2744 |
-
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
|
| 2745 |
-
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
|
| 2746 |
-
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
| 2747 |
-
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
| 2748 |
-
}
|
| 2749 |
-
60% {
|
| 2750 |
-
opacity: 1;
|
| 2751 |
-
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
|
| 2752 |
-
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
|
| 2753 |
-
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
| 2754 |
-
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
| 2755 |
-
}
|
| 2756 |
-
}
|
| 2757 |
@keyframes zoomInDown {
|
| 2758 |
from {
|
| 2759 |
opacity: 0;
|
| 2760 |
-
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
|
| 2761 |
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
|
| 2762 |
-
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
| 2763 |
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
| 2764 |
}
|
| 2765 |
60% {
|
| 2766 |
opacity: 1;
|
| 2767 |
-
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
|
| 2768 |
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
|
| 2769 |
-
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
| 2770 |
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
| 2771 |
}
|
| 2772 |
}
|
| 2773 |
.zoomInDown {
|
| 2774 |
-
-webkit-animation-name: zoomInDown;
|
| 2775 |
animation-name: zoomInDown;
|
| 2776 |
}
|
| 2777 |
-
|
| 2778 |
-
@-webkit-keyframes zoomInLeft {
|
| 2779 |
-
from {
|
| 2780 |
-
opacity: 0;
|
| 2781 |
-
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
|
| 2782 |
-
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
|
| 2783 |
-
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
| 2784 |
-
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
| 2785 |
-
}
|
| 2786 |
-
60% {
|
| 2787 |
-
opacity: 1;
|
| 2788 |
-
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
|
| 2789 |
-
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
|
| 2790 |
-
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
| 2791 |
-
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
| 2792 |
-
}
|
| 2793 |
-
}
|
| 2794 |
@keyframes zoomInLeft {
|
| 2795 |
from {
|
| 2796 |
opacity: 0;
|
| 2797 |
-
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
|
| 2798 |
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
|
| 2799 |
-
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
| 2800 |
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
| 2801 |
}
|
| 2802 |
60% {
|
| 2803 |
opacity: 1;
|
| 2804 |
-
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
|
| 2805 |
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
|
| 2806 |
-
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
| 2807 |
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
| 2808 |
}
|
| 2809 |
}
|
| 2810 |
.zoomInLeft {
|
| 2811 |
-
-webkit-animation-name: zoomInLeft;
|
| 2812 |
animation-name: zoomInLeft;
|
| 2813 |
}
|
| 2814 |
-
|
| 2815 |
-
@-webkit-keyframes zoomInRight {
|
| 2816 |
-
from {
|
| 2817 |
-
opacity: 0;
|
| 2818 |
-
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
|
| 2819 |
-
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
|
| 2820 |
-
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
| 2821 |
-
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
| 2822 |
-
}
|
| 2823 |
-
60% {
|
| 2824 |
-
opacity: 1;
|
| 2825 |
-
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
|
| 2826 |
-
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
|
| 2827 |
-
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
| 2828 |
-
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
| 2829 |
-
}
|
| 2830 |
-
}
|
| 2831 |
@keyframes zoomInRight {
|
| 2832 |
from {
|
| 2833 |
opacity: 0;
|
| 2834 |
-
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
|
| 2835 |
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
|
| 2836 |
-
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
| 2837 |
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
| 2838 |
}
|
| 2839 |
60% {
|
| 2840 |
opacity: 1;
|
| 2841 |
-
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
|
| 2842 |
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
|
| 2843 |
-
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
| 2844 |
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
| 2845 |
}
|
| 2846 |
}
|
| 2847 |
.zoomInRight {
|
| 2848 |
-
-webkit-animation-name: zoomInRight;
|
| 2849 |
animation-name: zoomInRight;
|
| 2850 |
}
|
| 2851 |
-
|
| 2852 |
-
@-webkit-keyframes zoomInUp {
|
| 2853 |
-
from {
|
| 2854 |
-
opacity: 0;
|
| 2855 |
-
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
|
| 2856 |
-
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
|
| 2857 |
-
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
| 2858 |
-
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
| 2859 |
-
}
|
| 2860 |
-
60% {
|
| 2861 |
-
opacity: 1;
|
| 2862 |
-
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
|
| 2863 |
-
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
|
| 2864 |
-
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
| 2865 |
-
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
| 2866 |
-
}
|
| 2867 |
-
}
|
| 2868 |
@keyframes zoomInUp {
|
| 2869 |
from {
|
| 2870 |
opacity: 0;
|
| 2871 |
-
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
|
| 2872 |
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
|
| 2873 |
-
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
| 2874 |
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
| 2875 |
}
|
| 2876 |
60% {
|
| 2877 |
opacity: 1;
|
| 2878 |
-
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
|
| 2879 |
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
|
| 2880 |
-
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
| 2881 |
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
| 2882 |
}
|
| 2883 |
}
|
| 2884 |
.zoomInUp {
|
| 2885 |
-
-webkit-animation-name: zoomInUp;
|
| 2886 |
animation-name: zoomInUp;
|
| 2887 |
}
|
| 2888 |
-
|
| 2889 |
-
@-webkit-keyframes zoomOut {
|
| 2890 |
-
from {
|
| 2891 |
-
opacity: 1;
|
| 2892 |
-
}
|
| 2893 |
-
50% {
|
| 2894 |
-
opacity: 0;
|
| 2895 |
-
-webkit-transform: scale3d(0.3, 0.3, 0.3);
|
| 2896 |
-
transform: scale3d(0.3, 0.3, 0.3);
|
| 2897 |
-
}
|
| 2898 |
-
to {
|
| 2899 |
-
opacity: 0;
|
| 2900 |
-
}
|
| 2901 |
-
}
|
| 2902 |
@keyframes zoomOut {
|
| 2903 |
from {
|
| 2904 |
opacity: 1;
|
| 2905 |
}
|
| 2906 |
50% {
|
| 2907 |
opacity: 0;
|
| 2908 |
-
-webkit-transform: scale3d(0.3, 0.3, 0.3);
|
| 2909 |
transform: scale3d(0.3, 0.3, 0.3);
|
| 2910 |
}
|
| 2911 |
to {
|
|
@@ -2913,437 +1429,214 @@ template {
|
|
| 2913 |
}
|
| 2914 |
}
|
| 2915 |
.zoomOut {
|
| 2916 |
-
-webkit-animation-name: zoomOut;
|
| 2917 |
animation-name: zoomOut;
|
| 2918 |
}
|
| 2919 |
-
|
| 2920 |
-
@-webkit-keyframes zoomOutDown {
|
| 2921 |
-
40% {
|
| 2922 |
-
opacity: 1;
|
| 2923 |
-
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
|
| 2924 |
-
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
|
| 2925 |
-
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
| 2926 |
-
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
| 2927 |
-
}
|
| 2928 |
-
to {
|
| 2929 |
-
opacity: 0;
|
| 2930 |
-
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
|
| 2931 |
-
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
|
| 2932 |
-
-webkit-transform-origin: center bottom;
|
| 2933 |
-
transform-origin: center bottom;
|
| 2934 |
-
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
| 2935 |
-
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
| 2936 |
-
}
|
| 2937 |
-
}
|
| 2938 |
@keyframes zoomOutDown {
|
| 2939 |
40% {
|
| 2940 |
opacity: 1;
|
| 2941 |
-
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
|
| 2942 |
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
|
| 2943 |
-
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
| 2944 |
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
| 2945 |
}
|
| 2946 |
to {
|
| 2947 |
opacity: 0;
|
| 2948 |
-
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
|
| 2949 |
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
|
| 2950 |
-
-webkit-transform-origin: center bottom;
|
| 2951 |
transform-origin: center bottom;
|
| 2952 |
-
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
| 2953 |
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
| 2954 |
}
|
| 2955 |
}
|
| 2956 |
.zoomOutDown {
|
| 2957 |
-
-webkit-animation-name: zoomOutDown;
|
| 2958 |
animation-name: zoomOutDown;
|
| 2959 |
}
|
| 2960 |
-
|
| 2961 |
-
@-webkit-keyframes zoomOutLeft {
|
| 2962 |
-
40% {
|
| 2963 |
-
opacity: 1;
|
| 2964 |
-
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
|
| 2965 |
-
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
|
| 2966 |
-
}
|
| 2967 |
-
to {
|
| 2968 |
-
opacity: 0;
|
| 2969 |
-
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
|
| 2970 |
-
transform: scale(0.1) translate3d(-2000px, 0, 0);
|
| 2971 |
-
-webkit-transform-origin: left center;
|
| 2972 |
-
transform-origin: left center;
|
| 2973 |
-
}
|
| 2974 |
-
}
|
| 2975 |
@keyframes zoomOutLeft {
|
| 2976 |
40% {
|
| 2977 |
opacity: 1;
|
| 2978 |
-
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
|
| 2979 |
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
|
| 2980 |
}
|
| 2981 |
to {
|
| 2982 |
opacity: 0;
|
| 2983 |
-
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
|
| 2984 |
transform: scale(0.1) translate3d(-2000px, 0, 0);
|
| 2985 |
-
-webkit-transform-origin: left center;
|
| 2986 |
transform-origin: left center;
|
| 2987 |
}
|
| 2988 |
}
|
| 2989 |
.zoomOutLeft {
|
| 2990 |
-
-webkit-animation-name: zoomOutLeft;
|
| 2991 |
animation-name: zoomOutLeft;
|
| 2992 |
}
|
| 2993 |
-
|
| 2994 |
-
@-webkit-keyframes zoomOutRight {
|
| 2995 |
-
40% {
|
| 2996 |
-
opacity: 1;
|
| 2997 |
-
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
|
| 2998 |
-
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
|
| 2999 |
-
}
|
| 3000 |
-
to {
|
| 3001 |
-
opacity: 0;
|
| 3002 |
-
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
|
| 3003 |
-
transform: scale(0.1) translate3d(2000px, 0, 0);
|
| 3004 |
-
-webkit-transform-origin: right center;
|
| 3005 |
-
transform-origin: right center;
|
| 3006 |
-
}
|
| 3007 |
-
}
|
| 3008 |
@keyframes zoomOutRight {
|
| 3009 |
40% {
|
| 3010 |
opacity: 1;
|
| 3011 |
-
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
|
| 3012 |
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
|
| 3013 |
}
|
| 3014 |
to {
|
| 3015 |
opacity: 0;
|
| 3016 |
-
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
|
| 3017 |
transform: scale(0.1) translate3d(2000px, 0, 0);
|
| 3018 |
-
-webkit-transform-origin: right center;
|
| 3019 |
transform-origin: right center;
|
| 3020 |
}
|
| 3021 |
}
|
| 3022 |
.zoomOutRight {
|
| 3023 |
-
-webkit-animation-name: zoomOutRight;
|
| 3024 |
animation-name: zoomOutRight;
|
| 3025 |
}
|
| 3026 |
-
|
| 3027 |
-
@-webkit-keyframes zoomOutUp {
|
| 3028 |
-
40% {
|
| 3029 |
-
opacity: 1;
|
| 3030 |
-
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
|
| 3031 |
-
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
|
| 3032 |
-
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
| 3033 |
-
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
| 3034 |
-
}
|
| 3035 |
-
to {
|
| 3036 |
-
opacity: 0;
|
| 3037 |
-
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
|
| 3038 |
-
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
|
| 3039 |
-
-webkit-transform-origin: center bottom;
|
| 3040 |
-
transform-origin: center bottom;
|
| 3041 |
-
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
| 3042 |
-
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
| 3043 |
-
}
|
| 3044 |
-
}
|
| 3045 |
@keyframes zoomOutUp {
|
| 3046 |
40% {
|
| 3047 |
opacity: 1;
|
| 3048 |
-
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
|
| 3049 |
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
|
| 3050 |
-
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
| 3051 |
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
| 3052 |
}
|
| 3053 |
to {
|
| 3054 |
opacity: 0;
|
| 3055 |
-
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
|
| 3056 |
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
|
| 3057 |
-
-webkit-transform-origin: center bottom;
|
| 3058 |
transform-origin: center bottom;
|
| 3059 |
-
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
| 3060 |
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
| 3061 |
}
|
| 3062 |
}
|
| 3063 |
.zoomOutUp {
|
| 3064 |
-
-webkit-animation-name: zoomOutUp;
|
| 3065 |
animation-name: zoomOutUp;
|
| 3066 |
}
|
| 3067 |
-
|
| 3068 |
-
@-webkit-keyframes slideInDown {
|
| 3069 |
-
from {
|
| 3070 |
-
-webkit-transform: translate3d(0, -100%, 0);
|
| 3071 |
-
transform: translate3d(0, -100%, 0);
|
| 3072 |
-
visibility: visible;
|
| 3073 |
-
}
|
| 3074 |
-
to {
|
| 3075 |
-
-webkit-transform: translate3d(0, 0, 0);
|
| 3076 |
-
transform: translate3d(0, 0, 0);
|
| 3077 |
-
}
|
| 3078 |
-
}
|
| 3079 |
@keyframes slideInDown {
|
| 3080 |
from {
|
| 3081 |
-
-webkit-transform: translate3d(0, -100%, 0);
|
| 3082 |
transform: translate3d(0, -100%, 0);
|
| 3083 |
visibility: visible;
|
| 3084 |
}
|
| 3085 |
to {
|
| 3086 |
-
-webkit-transform: translate3d(0, 0, 0);
|
| 3087 |
transform: translate3d(0, 0, 0);
|
| 3088 |
}
|
| 3089 |
}
|
| 3090 |
.slideInDown {
|
| 3091 |
-
-webkit-animation-name: slideInDown;
|
| 3092 |
animation-name: slideInDown;
|
| 3093 |
}
|
| 3094 |
-
|
| 3095 |
-
@-webkit-keyframes slideInLeft {
|
| 3096 |
-
from {
|
| 3097 |
-
-webkit-transform: translate3d(-100%, 0, 0);
|
| 3098 |
-
transform: translate3d(-100%, 0, 0);
|
| 3099 |
-
visibility: visible;
|
| 3100 |
-
}
|
| 3101 |
-
to {
|
| 3102 |
-
-webkit-transform: translate3d(0, 0, 0);
|
| 3103 |
-
transform: translate3d(0, 0, 0);
|
| 3104 |
-
}
|
| 3105 |
-
}
|
| 3106 |
@keyframes slideInLeft {
|
| 3107 |
from {
|
| 3108 |
-
-webkit-transform: translate3d(-100%, 0, 0);
|
| 3109 |
transform: translate3d(-100%, 0, 0);
|
| 3110 |
visibility: visible;
|
| 3111 |
}
|
| 3112 |
to {
|
| 3113 |
-
-webkit-transform: translate3d(0, 0, 0);
|
| 3114 |
transform: translate3d(0, 0, 0);
|
| 3115 |
}
|
| 3116 |
}
|
| 3117 |
.slideInLeft {
|
| 3118 |
-
-webkit-animation-name: slideInLeft;
|
| 3119 |
animation-name: slideInLeft;
|
| 3120 |
}
|
| 3121 |
-
|
| 3122 |
-
@-webkit-keyframes slideInRight {
|
| 3123 |
-
from {
|
| 3124 |
-
-webkit-transform: translate3d(100%, 0, 0);
|
| 3125 |
-
transform: translate3d(100%, 0, 0);
|
| 3126 |
-
visibility: visible;
|
| 3127 |
-
}
|
| 3128 |
-
to {
|
| 3129 |
-
-webkit-transform: translate3d(0, 0, 0);
|
| 3130 |
-
transform: translate3d(0, 0, 0);
|
| 3131 |
-
}
|
| 3132 |
-
}
|
| 3133 |
@keyframes slideInRight {
|
| 3134 |
from {
|
| 3135 |
-
-webkit-transform: translate3d(100%, 0, 0);
|
| 3136 |
transform: translate3d(100%, 0, 0);
|
| 3137 |
visibility: visible;
|
| 3138 |
}
|
| 3139 |
to {
|
| 3140 |
-
-webkit-transform: translate3d(0, 0, 0);
|
| 3141 |
transform: translate3d(0, 0, 0);
|
| 3142 |
}
|
| 3143 |
}
|
| 3144 |
.slideInRight {
|
| 3145 |
-
-webkit-animation-name: slideInRight;
|
| 3146 |
animation-name: slideInRight;
|
| 3147 |
}
|
| 3148 |
-
|
| 3149 |
-
@-webkit-keyframes slideInUp {
|
| 3150 |
-
from {
|
| 3151 |
-
-webkit-transform: translate3d(0, 100%, 0);
|
| 3152 |
-
transform: translate3d(0, 100%, 0);
|
| 3153 |
-
visibility: visible;
|
| 3154 |
-
}
|
| 3155 |
-
to {
|
| 3156 |
-
-webkit-transform: translate3d(0, 0, 0);
|
| 3157 |
-
transform: translate3d(0, 0, 0);
|
| 3158 |
-
}
|
| 3159 |
-
}
|
| 3160 |
@keyframes slideInUp {
|
| 3161 |
from {
|
| 3162 |
-
-webkit-transform: translate3d(0, 100%, 0);
|
| 3163 |
transform: translate3d(0, 100%, 0);
|
| 3164 |
visibility: visible;
|
| 3165 |
}
|
| 3166 |
to {
|
| 3167 |
-
-webkit-transform: translate3d(0, 0, 0);
|
| 3168 |
transform: translate3d(0, 0, 0);
|
| 3169 |
}
|
| 3170 |
}
|
| 3171 |
.slideInUp {
|
| 3172 |
-
-webkit-animation-name: slideInUp;
|
| 3173 |
animation-name: slideInUp;
|
| 3174 |
}
|
| 3175 |
-
|
| 3176 |
-
@-webkit-keyframes slideOutDown {
|
| 3177 |
-
from {
|
| 3178 |
-
-webkit-transform: translate3d(0, 0, 0);
|
| 3179 |
-
transform: translate3d(0, 0, 0);
|
| 3180 |
-
}
|
| 3181 |
-
to {
|
| 3182 |
-
visibility: hidden;
|
| 3183 |
-
-webkit-transform: translate3d(0, 100%, 0);
|
| 3184 |
-
transform: translate3d(0, 100%, 0);
|
| 3185 |
-
}
|
| 3186 |
-
}
|
| 3187 |
@keyframes slideOutDown {
|
| 3188 |
from {
|
| 3189 |
-
-webkit-transform: translate3d(0, 0, 0);
|
| 3190 |
transform: translate3d(0, 0, 0);
|
| 3191 |
}
|
| 3192 |
to {
|
| 3193 |
visibility: hidden;
|
| 3194 |
-
-webkit-transform: translate3d(0, 100%, 0);
|
| 3195 |
transform: translate3d(0, 100%, 0);
|
| 3196 |
}
|
| 3197 |
}
|
| 3198 |
.slideOutDown {
|
| 3199 |
-
-webkit-animation-name: slideOutDown;
|
| 3200 |
animation-name: slideOutDown;
|
| 3201 |
}
|
| 3202 |
-
|
| 3203 |
-
@-webkit-keyframes slideOutLeft {
|
| 3204 |
-
from {
|
| 3205 |
-
-webkit-transform: translate3d(0, 0, 0);
|
| 3206 |
-
transform: translate3d(0, 0, 0);
|
| 3207 |
-
}
|
| 3208 |
-
to {
|
| 3209 |
-
visibility: hidden;
|
| 3210 |
-
-webkit-transform: translate3d(-100%, 0, 0);
|
| 3211 |
-
transform: translate3d(-100%, 0, 0);
|
| 3212 |
-
}
|
| 3213 |
-
}
|
| 3214 |
@keyframes slideOutLeft {
|
| 3215 |
from {
|
| 3216 |
-
-webkit-transform: translate3d(0, 0, 0);
|
| 3217 |
transform: translate3d(0, 0, 0);
|
| 3218 |
}
|
| 3219 |
to {
|
| 3220 |
visibility: hidden;
|
| 3221 |
-
-webkit-transform: translate3d(-100%, 0, 0);
|
| 3222 |
transform: translate3d(-100%, 0, 0);
|
| 3223 |
}
|
| 3224 |
}
|
| 3225 |
.slideOutLeft {
|
| 3226 |
-
-webkit-animation-name: slideOutLeft;
|
| 3227 |
animation-name: slideOutLeft;
|
| 3228 |
}
|
| 3229 |
-
|
| 3230 |
-
@-webkit-keyframes slideOutRight {
|
| 3231 |
-
from {
|
| 3232 |
-
-webkit-transform: translate3d(0, 0, 0);
|
| 3233 |
-
transform: translate3d(0, 0, 0);
|
| 3234 |
-
}
|
| 3235 |
-
to {
|
| 3236 |
-
visibility: hidden;
|
| 3237 |
-
-webkit-transform: translate3d(100%, 0, 0);
|
| 3238 |
-
transform: translate3d(100%, 0, 0);
|
| 3239 |
-
}
|
| 3240 |
-
}
|
| 3241 |
@keyframes slideOutRight {
|
| 3242 |
from {
|
| 3243 |
-
-webkit-transform: translate3d(0, 0, 0);
|
| 3244 |
transform: translate3d(0, 0, 0);
|
| 3245 |
}
|
| 3246 |
to {
|
| 3247 |
visibility: hidden;
|
| 3248 |
-
-webkit-transform: translate3d(100%, 0, 0);
|
| 3249 |
transform: translate3d(100%, 0, 0);
|
| 3250 |
}
|
| 3251 |
}
|
| 3252 |
.slideOutRight {
|
| 3253 |
-
-webkit-animation-name: slideOutRight;
|
| 3254 |
animation-name: slideOutRight;
|
| 3255 |
}
|
| 3256 |
-
|
| 3257 |
-
@-webkit-keyframes slideOutUp {
|
| 3258 |
-
from {
|
| 3259 |
-
-webkit-transform: translate3d(0, 0, 0);
|
| 3260 |
-
transform: translate3d(0, 0, 0);
|
| 3261 |
-
}
|
| 3262 |
-
to {
|
| 3263 |
-
visibility: hidden;
|
| 3264 |
-
-webkit-transform: translate3d(0, -100%, 0);
|
| 3265 |
-
transform: translate3d(0, -100%, 0);
|
| 3266 |
-
}
|
| 3267 |
-
}
|
| 3268 |
@keyframes slideOutUp {
|
| 3269 |
from {
|
| 3270 |
-
-webkit-transform: translate3d(0, 0, 0);
|
| 3271 |
transform: translate3d(0, 0, 0);
|
| 3272 |
}
|
| 3273 |
to {
|
| 3274 |
visibility: hidden;
|
| 3275 |
-
-webkit-transform: translate3d(0, -100%, 0);
|
| 3276 |
transform: translate3d(0, -100%, 0);
|
| 3277 |
}
|
| 3278 |
}
|
| 3279 |
.slideOutUp {
|
| 3280 |
-
-webkit-animation-name: slideOutUp;
|
| 3281 |
animation-name: slideOutUp;
|
| 3282 |
}
|
| 3283 |
|
| 3284 |
.animated {
|
| 3285 |
-
-webkit-animation-duration: 1s;
|
| 3286 |
animation-duration: 1s;
|
| 3287 |
-
-webkit-animation-fill-mode: both;
|
| 3288 |
animation-fill-mode: both;
|
| 3289 |
}
|
| 3290 |
|
| 3291 |
.animated.infinite {
|
| 3292 |
-
-webkit-animation-iteration-count: infinite;
|
| 3293 |
animation-iteration-count: infinite;
|
| 3294 |
}
|
| 3295 |
|
| 3296 |
.animated.delay-1s {
|
| 3297 |
-
-webkit-animation-delay: 1s;
|
| 3298 |
animation-delay: 1s;
|
| 3299 |
}
|
| 3300 |
|
| 3301 |
.animated.delay-2s {
|
| 3302 |
-
-webkit-animation-delay: 2s;
|
| 3303 |
animation-delay: 2s;
|
| 3304 |
}
|
| 3305 |
|
| 3306 |
.animated.delay-3s {
|
| 3307 |
-
-webkit-animation-delay: 3s;
|
| 3308 |
animation-delay: 3s;
|
| 3309 |
}
|
| 3310 |
|
| 3311 |
.animated.delay-4s {
|
| 3312 |
-
-webkit-animation-delay: 4s;
|
| 3313 |
animation-delay: 4s;
|
| 3314 |
}
|
| 3315 |
|
| 3316 |
.animated.delay-5s {
|
| 3317 |
-
-webkit-animation-delay: 5s;
|
| 3318 |
animation-delay: 5s;
|
| 3319 |
}
|
| 3320 |
|
| 3321 |
.animated.fast {
|
| 3322 |
-
-webkit-animation-duration: 800ms;
|
| 3323 |
animation-duration: 800ms;
|
| 3324 |
}
|
| 3325 |
|
| 3326 |
.animated.faster {
|
| 3327 |
-
-webkit-animation-duration: 500ms;
|
| 3328 |
animation-duration: 500ms;
|
| 3329 |
}
|
| 3330 |
|
| 3331 |
.animated.slow {
|
| 3332 |
-
-webkit-animation-duration: 2s;
|
| 3333 |
animation-duration: 2s;
|
| 3334 |
}
|
| 3335 |
|
| 3336 |
.animated.slower {
|
| 3337 |
-
-webkit-animation-duration: 3s;
|
| 3338 |
animation-duration: 3s;
|
| 3339 |
}
|
| 3340 |
|
| 3341 |
@media (print), (prefers-reduced-motion: reduce) {
|
| 3342 |
.animated {
|
| 3343 |
-
-webkit-animation-duration: 1ms !important;
|
| 3344 |
animation-duration: 1ms !important;
|
| 3345 |
transition-duration: 1ms !important;
|
| 3346 |
-
-webkit-animation-iteration-count: 1 !important;
|
| 3347 |
animation-iteration-count: 1 !important;
|
| 3348 |
}
|
| 3349 |
}
|
|
@@ -3395,8 +1688,7 @@ template {
|
|
| 3395 |
margin: 0;
|
| 3396 |
padding: 0;
|
| 3397 |
background: transparent center center no-repeat;
|
| 3398 |
-
|
| 3399 |
-
transform: translateZ(0);
|
| 3400 |
will-change: transform, opacity;
|
| 3401 |
}
|
| 3402 |
|
|
@@ -3432,15 +1724,13 @@ body.vegas-container > .vegas-slide {
|
|
| 3432 |
.vegas-transition-blur,
|
| 3433 |
.vegas-transition-blur2 {
|
| 3434 |
opacity: 0;
|
| 3435 |
-
|
| 3436 |
-
filter: blur(32px) brightness(1.01);
|
| 3437 |
}
|
| 3438 |
|
| 3439 |
.vegas-transition-blur-in,
|
| 3440 |
.vegas-transition-blur2-in {
|
| 3441 |
opacity: 1;
|
| 3442 |
-
|
| 3443 |
-
filter: blur(0px) brightness(1.01);
|
| 3444 |
}
|
| 3445 |
|
| 3446 |
.vegas-transition-blur2-out {
|
|
@@ -3453,21 +1743,18 @@ body.vegas-container > .vegas-slide {
|
|
| 3453 |
.vegas-transition-burn,
|
| 3454 |
.vegas-transition-burn2 {
|
| 3455 |
opacity: 0;
|
| 3456 |
-
|
| 3457 |
-
filter: contrast(1000%) saturate(1000%);
|
| 3458 |
}
|
| 3459 |
|
| 3460 |
.vegas-transition-burn-in,
|
| 3461 |
.vegas-transition-burn2-in {
|
| 3462 |
opacity: 1;
|
| 3463 |
-
|
| 3464 |
-
filter: contrast(100%) saturate(100%);
|
| 3465 |
}
|
| 3466 |
|
| 3467 |
.vegas-transition-burn2-out {
|
| 3468 |
opacity: 0;
|
| 3469 |
-
|
| 3470 |
-
filter: contrast(1000%) saturate(1000%);
|
| 3471 |
}
|
| 3472 |
|
| 3473 |
/*******************************************/
|
|
@@ -3493,21 +1780,18 @@ body.vegas-container > .vegas-slide {
|
|
| 3493 |
.vegas-transition-flash,
|
| 3494 |
.vegas-transition-flash2 {
|
| 3495 |
opacity: 0;
|
| 3496 |
-
|
| 3497 |
-
filter: brightness(25);
|
| 3498 |
}
|
| 3499 |
|
| 3500 |
.vegas-transition-flash-in,
|
| 3501 |
.vegas-transition-flash2-in {
|
| 3502 |
opacity: 1;
|
| 3503 |
-
|
| 3504 |
-
filter: brightness(1);
|
| 3505 |
}
|
| 3506 |
|
| 3507 |
.vegas-transition-flash2-out {
|
| 3508 |
opacity: 0;
|
| 3509 |
-
|
| 3510 |
-
filter: brightness(25);
|
| 3511 |
}
|
| 3512 |
|
| 3513 |
/*******************************************/
|
|
@@ -3516,21 +1800,18 @@ body.vegas-container > .vegas-slide {
|
|
| 3516 |
.vegas-transition-negative,
|
| 3517 |
.vegas-transition-negative2 {
|
| 3518 |
opacity: 0;
|
| 3519 |
-
|
| 3520 |
-
filter: invert(100%);
|
| 3521 |
}
|
| 3522 |
|
| 3523 |
.vegas-transition-negative-in,
|
| 3524 |
.vegas-transition-negative2-in {
|
| 3525 |
opacity: 1;
|
| 3526 |
-
|
| 3527 |
-
filter: invert(0);
|
| 3528 |
}
|
| 3529 |
|
| 3530 |
.vegas-transition-negative2-out {
|
| 3531 |
opacity: 0;
|
| 3532 |
-
|
| 3533 |
-
filter: invert(100%);
|
| 3534 |
}
|
| 3535 |
|
| 3536 |
/*******************************************/
|
|
@@ -3538,19 +1819,16 @@ body.vegas-container > .vegas-slide {
|
|
| 3538 |
/*******************************************/
|
| 3539 |
.vegas-transition-slideDown,
|
| 3540 |
.vegas-transition-slideDown2 {
|
| 3541 |
-
|
| 3542 |
-
transform: translateY(-100%);
|
| 3543 |
}
|
| 3544 |
|
| 3545 |
.vegas-transition-slideDown-in,
|
| 3546 |
.vegas-transition-slideDown2-in {
|
| 3547 |
-
|
| 3548 |
-
transform: translateY(0%);
|
| 3549 |
}
|
| 3550 |
|
| 3551 |
.vegas-transition-slideDown2-out {
|
| 3552 |
-
|
| 3553 |
-
transform: translateY(100%);
|
| 3554 |
}
|
| 3555 |
|
| 3556 |
/*******************************************/
|
|
@@ -3558,19 +1836,16 @@ body.vegas-container > .vegas-slide {
|
|
| 3558 |
/*******************************************/
|
| 3559 |
.vegas-transition-slideLeft,
|
| 3560 |
.vegas-transition-slideLeft2 {
|
| 3561 |
-
|
| 3562 |
-
transform: translateX(100%);
|
| 3563 |
}
|
| 3564 |
|
| 3565 |
.vegas-transition-slideLeft-in,
|
| 3566 |
.vegas-transition-slideLeft2-in {
|
| 3567 |
-
|
| 3568 |
-
transform: translateX(0%);
|
| 3569 |
}
|
| 3570 |
|
| 3571 |
.vegas-transition-slideLeft2-out {
|
| 3572 |
-
|
| 3573 |
-
transform: translateX(-100%);
|
| 3574 |
}
|
| 3575 |
|
| 3576 |
/*******************************************/
|
|
@@ -3578,19 +1853,16 @@ body.vegas-container > .vegas-slide {
|
|
| 3578 |
/*******************************************/
|
| 3579 |
.vegas-transition-slideRight,
|
| 3580 |
.vegas-transition-slideRight2 {
|
| 3581 |
-
|
| 3582 |
-
transform: translateX(-100%);
|
| 3583 |
}
|
| 3584 |
|
| 3585 |
.vegas-transition-slideRight-in,
|
| 3586 |
.vegas-transition-slideRight2-in {
|
| 3587 |
-
|
| 3588 |
-
transform: translateX(0%);
|
| 3589 |
}
|
| 3590 |
|
| 3591 |
.vegas-transition-slideRight2-out {
|
| 3592 |
-
|
| 3593 |
-
transform: translateX(100%);
|
| 3594 |
}
|
| 3595 |
|
| 3596 |
/*******************************************/
|
|
@@ -3598,19 +1870,16 @@ body.vegas-container > .vegas-slide {
|
|
| 3598 |
/*******************************************/
|
| 3599 |
.vegas-transition-slideUp,
|
| 3600 |
.vegas-transition-slideUp2 {
|
| 3601 |
-
|
| 3602 |
-
transform: translateY(100%);
|
| 3603 |
}
|
| 3604 |
|
| 3605 |
.vegas-transition-slideUp-in,
|
| 3606 |
.vegas-transition-slideUp2-in {
|
| 3607 |
-
|
| 3608 |
-
transform: translateY(0%);
|
| 3609 |
}
|
| 3610 |
|
| 3611 |
.vegas-transition-slideUp2-out {
|
| 3612 |
-
|
| 3613 |
-
transform: translateY(-100%);
|
| 3614 |
}
|
| 3615 |
|
| 3616 |
/*******************************************/
|
|
@@ -3618,21 +1887,18 @@ body.vegas-container > .vegas-slide {
|
|
| 3618 |
/*******************************************/
|
| 3619 |
.vegas-transition-swirlLeft,
|
| 3620 |
.vegas-transition-swirlLeft2 {
|
| 3621 |
-
|
| 3622 |
-
transform: scale(2) rotate(35deg);
|
| 3623 |
opacity: 0;
|
| 3624 |
}
|
| 3625 |
|
| 3626 |
.vegas-transition-swirlLeft-in,
|
| 3627 |
.vegas-transition-swirlLeft2-in {
|
| 3628 |
-
|
| 3629 |
-
transform: scale(1) rotate(0deg);
|
| 3630 |
opacity: 1;
|
| 3631 |
}
|
| 3632 |
|
| 3633 |
.vegas-transition-swirlLeft2-out {
|
| 3634 |
-
|
| 3635 |
-
transform: scale(2) rotate(-35deg);
|
| 3636 |
opacity: 0;
|
| 3637 |
}
|
| 3638 |
|
|
@@ -3641,21 +1907,18 @@ body.vegas-container > .vegas-slide {
|
|
| 3641 |
/*******************************************/
|
| 3642 |
.vegas-transition-swirlRight,
|
| 3643 |
.vegas-transition-swirlRight2 {
|
| 3644 |
-
|
| 3645 |
-
transform: scale(2) rotate(-35deg);
|
| 3646 |
opacity: 0;
|
| 3647 |
}
|
| 3648 |
|
| 3649 |
.vegas-transition-swirlRight-in,
|
| 3650 |
.vegas-transition-swirlRight2-in {
|
| 3651 |
-
|
| 3652 |
-
transform: scale(1) rotate(0deg);
|
| 3653 |
opacity: 1;
|
| 3654 |
}
|
| 3655 |
|
| 3656 |
.vegas-transition-swirlRight2-out {
|
| 3657 |
-
|
| 3658 |
-
transform: scale(2) rotate(35deg);
|
| 3659 |
opacity: 0;
|
| 3660 |
}
|
| 3661 |
|
|
@@ -3664,21 +1927,18 @@ body.vegas-container > .vegas-slide {
|
|
| 3664 |
/*******************************************/
|
| 3665 |
.vegas-transition-zoomIn,
|
| 3666 |
.vegas-transition-zoomIn2 {
|
| 3667 |
-
|
| 3668 |
-
transform: scale(0);
|
| 3669 |
opacity: 0;
|
| 3670 |
}
|
| 3671 |
|
| 3672 |
.vegas-transition-zoomIn-in,
|
| 3673 |
.vegas-transition-zoomIn2-in {
|
| 3674 |
-
|
| 3675 |
-
transform: scale(1);
|
| 3676 |
opacity: 1;
|
| 3677 |
}
|
| 3678 |
|
| 3679 |
.vegas-transition-zoomIn2-out {
|
| 3680 |
-
|
| 3681 |
-
transform: scale(2);
|
| 3682 |
opacity: 0;
|
| 3683 |
}
|
| 3684 |
|
|
@@ -3687,21 +1947,18 @@ body.vegas-container > .vegas-slide {
|
|
| 3687 |
/*******************************************/
|
| 3688 |
.vegas-transition-zoomOut,
|
| 3689 |
.vegas-transition-zoomOut2 {
|
| 3690 |
-
|
| 3691 |
-
transform: scale(2);
|
| 3692 |
opacity: 0;
|
| 3693 |
}
|
| 3694 |
|
| 3695 |
.vegas-transition-zoomOut-in,
|
| 3696 |
.vegas-transition-zoomOut2-in {
|
| 3697 |
-
|
| 3698 |
-
transform: scale(1);
|
| 3699 |
opacity: 1;
|
| 3700 |
}
|
| 3701 |
|
| 3702 |
.vegas-transition-zoomOut2-out {
|
| 3703 |
-
|
| 3704 |
-
transform: scale(0);
|
| 3705 |
opacity: 0;
|
| 3706 |
}
|
| 3707 |
|
|
@@ -3709,252 +1966,126 @@ body.vegas-container > .vegas-slide {
|
|
| 3709 |
/* kenburns animation */
|
| 3710 |
/*******************************************/
|
| 3711 |
.vegas-animation-kenburns {
|
| 3712 |
-
-webkit-animation: kenburns ease-out;
|
| 3713 |
animation: kenburns ease-out;
|
| 3714 |
}
|
| 3715 |
-
|
| 3716 |
-
@-webkit-keyframes kenburns {
|
| 3717 |
-
0% {
|
| 3718 |
-
-webkit-transform: scale(1.5);
|
| 3719 |
-
transform: scale(1.5);
|
| 3720 |
-
}
|
| 3721 |
-
100% {
|
| 3722 |
-
-webkit-transform: scale(1);
|
| 3723 |
-
transform: scale(1);
|
| 3724 |
-
}
|
| 3725 |
-
}
|
| 3726 |
@keyframes kenburns {
|
| 3727 |
0% {
|
| 3728 |
-
|
| 3729 |
-
transform: scale(1.5);
|
| 3730 |
}
|
| 3731 |
100% {
|
| 3732 |
-
|
| 3733 |
-
transform: scale(1);
|
| 3734 |
}
|
| 3735 |
}
|
| 3736 |
/*******************************************/
|
| 3737 |
/* kenburnsDownLeft animation */
|
| 3738 |
/*******************************************/
|
| 3739 |
.vegas-animation-kenburnsDownLeft {
|
| 3740 |
-
-webkit-animation: kenburnsDownLeft ease-out;
|
| 3741 |
animation: kenburnsDownLeft ease-out;
|
| 3742 |
}
|
| 3743 |
-
|
| 3744 |
-
@-webkit-keyframes kenburnsDownLeft {
|
| 3745 |
-
0% {
|
| 3746 |
-
-webkit-transform: scale(1.5) translate(10%, -10%);
|
| 3747 |
-
transform: scale(1.5) translate(10%, -10%);
|
| 3748 |
-
}
|
| 3749 |
-
100% {
|
| 3750 |
-
-webkit-transform: scale(1) translate(0, 0);
|
| 3751 |
-
transform: scale(1) translate(0, 0);
|
| 3752 |
-
}
|
| 3753 |
-
}
|
| 3754 |
@keyframes kenburnsDownLeft {
|
| 3755 |
0% {
|
| 3756 |
-
|
| 3757 |
-
transform: scale(1.5) translate(10%, -10%);
|
| 3758 |
}
|
| 3759 |
100% {
|
| 3760 |
-
|
| 3761 |
-
transform: scale(1) translate(0, 0);
|
| 3762 |
}
|
| 3763 |
}
|
| 3764 |
/*******************************************/
|
| 3765 |
/* kenburnsDownRight animation */
|
| 3766 |
/*******************************************/
|
| 3767 |
.vegas-animation-kenburnsDownRight {
|
| 3768 |
-
-webkit-animation: kenburnsDownRight ease-out;
|
| 3769 |
animation: kenburnsDownRight ease-out;
|
| 3770 |
}
|
| 3771 |
-
|
| 3772 |
-
@-webkit-keyframes kenburnsDownRight {
|
| 3773 |
-
0% {
|
| 3774 |
-
-webkit-transform: scale(1.5) translate(-10%, -10%);
|
| 3775 |
-
transform: scale(1.5) translate(-10%, -10%);
|
| 3776 |
-
}
|
| 3777 |
-
100% {
|
| 3778 |
-
-webkit-transform: scale(1) translate(0, 0);
|
| 3779 |
-
transform: scale(1) translate(0, 0);
|
| 3780 |
-
}
|
| 3781 |
-
}
|
| 3782 |
@keyframes kenburnsDownRight {
|
| 3783 |
0% {
|
| 3784 |
-
|
| 3785 |
-
transform: scale(1.5) translate(-10%, -10%);
|
| 3786 |
}
|
| 3787 |
100% {
|
| 3788 |
-
|
| 3789 |
-
transform: scale(1) translate(0, 0);
|
| 3790 |
}
|
| 3791 |
}
|
| 3792 |
/*******************************************/
|
| 3793 |
/* kenburnsDown animation */
|
| 3794 |
/*******************************************/
|
| 3795 |
.vegas-animation-kenburnsDown {
|
| 3796 |
-
-webkit-animation: kenburnsDown ease-out;
|
| 3797 |
animation: kenburnsDown ease-out;
|
| 3798 |
}
|
| 3799 |
-
|
| 3800 |
-
@-webkit-keyframes kenburnsDown {
|
| 3801 |
-
0% {
|
| 3802 |
-
-webkit-transform: scale(1.5) translate(0, -10%);
|
| 3803 |
-
transform: scale(1.5) translate(0, -10%);
|
| 3804 |
-
}
|
| 3805 |
-
100% {
|
| 3806 |
-
-webkit-transform: scale(1) translate(0, 0);
|
| 3807 |
-
transform: scale(1) translate(0, 0);
|
| 3808 |
-
}
|
| 3809 |
-
}
|
| 3810 |
@keyframes kenburnsDown {
|
| 3811 |
0% {
|
| 3812 |
-
|
| 3813 |
-
transform: scale(1.5) translate(0, -10%);
|
| 3814 |
}
|
| 3815 |
100% {
|
| 3816 |
-
|
| 3817 |
-
transform: scale(1) translate(0, 0);
|
| 3818 |
}
|
| 3819 |
}
|
| 3820 |
/*******************************************/
|
| 3821 |
/* kenburnsLeft animation */
|
| 3822 |
/*******************************************/
|
| 3823 |
.vegas-animation-kenburnsLeft {
|
| 3824 |
-
-webkit-animation: kenburnsLeft ease-out;
|
| 3825 |
animation: kenburnsLeft ease-out;
|
| 3826 |
}
|
| 3827 |
-
|
| 3828 |
-
@-webkit-keyframes kenburnsLeft {
|
| 3829 |
-
0% {
|
| 3830 |
-
-webkit-transform: scale(1.5) translate(10%, 0);
|
| 3831 |
-
transform: scale(1.5) translate(10%, 0);
|
| 3832 |
-
}
|
| 3833 |
-
100% {
|
| 3834 |
-
-webkit-transform: scale(1) translate(0, 0);
|
| 3835 |
-
transform: scale(1) translate(0, 0);
|
| 3836 |
-
}
|
| 3837 |
-
}
|
| 3838 |
@keyframes kenburnsLeft {
|
| 3839 |
0% {
|
| 3840 |
-
|
| 3841 |
-
transform: scale(1.5) translate(10%, 0);
|
| 3842 |
}
|
| 3843 |
100% {
|
| 3844 |
-
|
| 3845 |
-
transform: scale(1) translate(0, 0);
|
| 3846 |
}
|
| 3847 |
}
|
| 3848 |
/*******************************************/
|
| 3849 |
/* kenburnsRight animation */
|
| 3850 |
/*******************************************/
|
| 3851 |
.vegas-animation-kenburnsRight {
|
| 3852 |
-
-webkit-animation: kenburnsRight ease-out;
|
| 3853 |
animation: kenburnsRight ease-out;
|
| 3854 |
}
|
| 3855 |
-
|
| 3856 |
-
@-webkit-keyframes kenburnsRight {
|
| 3857 |
-
0% {
|
| 3858 |
-
-webkit-transform: scale(1.5) translate(-10%, 0);
|
| 3859 |
-
transform: scale(1.5) translate(-10%, 0);
|
| 3860 |
-
}
|
| 3861 |
-
100% {
|
| 3862 |
-
-webkit-transform: scale(1) translate(0, 0);
|
| 3863 |
-
transform: scale(1) translate(0, 0);
|
| 3864 |
-
}
|
| 3865 |
-
}
|
| 3866 |
@keyframes kenburnsRight {
|
| 3867 |
0% {
|
| 3868 |
-
|
| 3869 |
-
transform: scale(1.5) translate(-10%, 0);
|
| 3870 |
}
|
| 3871 |
100% {
|
| 3872 |
-
|
| 3873 |
-
transform: scale(1) translate(0, 0);
|
| 3874 |
}
|
| 3875 |
}
|
| 3876 |
/*******************************************/
|
| 3877 |
/* kenburnsUpLeft animation */
|
| 3878 |
/*******************************************/
|
| 3879 |
.vegas-animation-kenburnsUpLeft {
|
| 3880 |
-
-webkit-animation: kenburnsUpLeft ease-out;
|
| 3881 |
animation: kenburnsUpLeft ease-out;
|
| 3882 |
}
|
| 3883 |
-
|
| 3884 |
-
@-webkit-keyframes kenburnsUpLeft {
|
| 3885 |
-
0% {
|
| 3886 |
-
-webkit-transform: scale(1.5) translate(10%, 10%);
|
| 3887 |
-
transform: scale(1.5) translate(10%, 10%);
|
| 3888 |
-
}
|
| 3889 |
-
100% {
|
| 3890 |
-
-webkit-transform: scale(1) translate(0, 0);
|
| 3891 |
-
transform: scale(1) translate(0, 0);
|
| 3892 |
-
}
|
| 3893 |
-
}
|
| 3894 |
@keyframes kenburnsUpLeft {
|
| 3895 |
0% {
|
| 3896 |
-
|
| 3897 |
-
transform: scale(1.5) translate(10%, 10%);
|
| 3898 |
}
|
| 3899 |
100% {
|
| 3900 |
-
|
| 3901 |
-
transform: scale(1) translate(0, 0);
|
| 3902 |
}
|
| 3903 |
}
|
| 3904 |
/*******************************************/
|
| 3905 |
/* kenburnsUpRight animation */
|
| 3906 |
/*******************************************/
|
| 3907 |
.vegas-animation-kenburnsUpRight {
|
| 3908 |
-
-webkit-animation: kenburnsUpRight ease-out;
|
| 3909 |
animation: kenburnsUpRight ease-out;
|
| 3910 |
}
|
| 3911 |
-
|
| 3912 |
-
@-webkit-keyframes kenburnsUpRight {
|
| 3913 |
-
0% {
|
| 3914 |
-
-webkit-transform: scale(1.5) translate(-10%, 10%);
|
| 3915 |
-
transform: scale(1.5) translate(-10%, 10%);
|
| 3916 |
-
}
|
| 3917 |
-
100% {
|
| 3918 |
-
-webkit-transform: scale(1) translate(0, 0);
|
| 3919 |
-
transform: scale(1) translate(0, 0);
|
| 3920 |
-
}
|
| 3921 |
-
}
|
| 3922 |
@keyframes kenburnsUpRight {
|
| 3923 |
0% {
|
| 3924 |
-
|
| 3925 |
-
transform: scale(1.5) translate(-10%, 10%);
|
| 3926 |
}
|
| 3927 |
100% {
|
| 3928 |
-
|
| 3929 |
-
transform: scale(1) translate(0, 0);
|
| 3930 |
}
|
| 3931 |
}
|
| 3932 |
/*******************************************/
|
| 3933 |
/* kenburnsUp animation */
|
| 3934 |
/*******************************************/
|
| 3935 |
.vegas-animation-kenburnsUp {
|
| 3936 |
-
-webkit-animation: kenburnsUp ease-out;
|
| 3937 |
animation: kenburnsUp ease-out;
|
| 3938 |
}
|
| 3939 |
-
|
| 3940 |
-
@-webkit-keyframes kenburnsUp {
|
| 3941 |
-
0% {
|
| 3942 |
-
-webkit-transform: scale(1.5) translate(0, 10%);
|
| 3943 |
-
transform: scale(1.5) translate(0, 10%);
|
| 3944 |
-
}
|
| 3945 |
-
100% {
|
| 3946 |
-
-webkit-transform: scale(1) translate(0, 0);
|
| 3947 |
-
transform: scale(1) translate(0, 0);
|
| 3948 |
-
}
|
| 3949 |
-
}
|
| 3950 |
@keyframes kenburnsUp {
|
| 3951 |
0% {
|
| 3952 |
-
|
| 3953 |
-
transform: scale(1.5) translate(0, 10%);
|
| 3954 |
}
|
| 3955 |
100% {
|
| 3956 |
-
|
| 3957 |
-
transform: scale(1) translate(0, 0);
|
| 3958 |
}
|
| 3959 |
}
|
| 3960 |
/**
|
|
@@ -3999,16 +2130,13 @@ body.vegas-container > .vegas-slide {
|
|
| 3999 |
height: 100%;
|
| 4000 |
z-index: 1;
|
| 4001 |
display: flex;
|
| 4002 |
-
transition-property: -webkit-transform;
|
| 4003 |
transition-property: transform;
|
| 4004 |
-
transition-property: transform, -webkit-transform;
|
| 4005 |
box-sizing: content-box;
|
| 4006 |
}
|
| 4007 |
|
| 4008 |
.swiper-android .swiper-slide,
|
| 4009 |
.swiper-wrapper {
|
| 4010 |
-
|
| 4011 |
-
transform: translate3d(0px, 0, 0);
|
| 4012 |
}
|
| 4013 |
|
| 4014 |
.swiper-pointer-events {
|
|
@@ -4024,9 +2152,7 @@ body.vegas-container > .vegas-slide {
|
|
| 4024 |
width: 100%;
|
| 4025 |
height: 100%;
|
| 4026 |
position: relative;
|
| 4027 |
-
transition-property: -webkit-transform;
|
| 4028 |
transition-property: transform;
|
| 4029 |
-
transition-property: transform, -webkit-transform;
|
| 4030 |
}
|
| 4031 |
|
| 4032 |
.swiper-slide-invisible-blank {
|
|
@@ -4041,14 +2167,11 @@ body.vegas-container > .vegas-slide {
|
|
| 4041 |
|
| 4042 |
.swiper-autoheight .swiper-wrapper {
|
| 4043 |
align-items: flex-start;
|
| 4044 |
-
transition-property: height, -webkit-transform;
|
| 4045 |
transition-property: transform, height;
|
| 4046 |
-
transition-property: transform, height, -webkit-transform;
|
| 4047 |
}
|
| 4048 |
|
| 4049 |
.swiper-backface-hidden .swiper-slide {
|
| 4050 |
-
|
| 4051 |
-
transform: translateZ(0);
|
| 4052 |
-webkit-backface-visibility: hidden;
|
| 4053 |
backface-visibility: hidden;
|
| 4054 |
}
|
|
@@ -4056,8 +2179,7 @@ body.vegas-container > .vegas-slide {
|
|
| 4056 |
/* 3D Effects */
|
| 4057 |
.swiper-3d,
|
| 4058 |
.swiper-3d.swiper-css-mode .swiper-wrapper {
|
| 4059 |
-
|
| 4060 |
-
perspective: 1200px;
|
| 4061 |
}
|
| 4062 |
|
| 4063 |
.swiper-3d .swiper-wrapper,
|
|
@@ -4068,8 +2190,7 @@ body.vegas-container > .vegas-slide {
|
|
| 4068 |
.swiper-3d .swiper-slide-shadow-top,
|
| 4069 |
.swiper-3d .swiper-slide-shadow-bottom,
|
| 4070 |
.swiper-3d .swiper-cube-shadow {
|
| 4071 |
-
|
| 4072 |
-
transform-style: preserve-3d;
|
| 4073 |
}
|
| 4074 |
|
| 4075 |
.swiper-3d .swiper-slide-shadow,
|
|
@@ -4165,8 +2286,7 @@ body.vegas-container > .vegas-slide {
|
|
| 4165 |
|
| 4166 |
.swiper-virtual .swiper-slide {
|
| 4167 |
-webkit-backface-visibility: hidden;
|
| 4168 |
-
|
| 4169 |
-
transform: translateZ(0);
|
| 4170 |
}
|
| 4171 |
|
| 4172 |
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
|
|
@@ -4282,8 +2402,7 @@ body.vegas-container > .vegas-slide {
|
|
| 4282 |
position: absolute;
|
| 4283 |
text-align: center;
|
| 4284 |
transition: 300ms opacity;
|
| 4285 |
-
|
| 4286 |
-
transform: translate3d(0, 0, 0);
|
| 4287 |
z-index: 10;
|
| 4288 |
}
|
| 4289 |
|
|
@@ -4313,39 +2432,32 @@ body.vegas-container > .vegas-slide {
|
|
| 4313 |
}
|
| 4314 |
|
| 4315 |
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
|
| 4316 |
-
|
| 4317 |
-
transform: scale(0.33);
|
| 4318 |
position: relative;
|
| 4319 |
}
|
| 4320 |
|
| 4321 |
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
|
| 4322 |
-
|
| 4323 |
-
transform: scale(1);
|
| 4324 |
}
|
| 4325 |
|
| 4326 |
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
|
| 4327 |
-
|
| 4328 |
-
transform: scale(1);
|
| 4329 |
}
|
| 4330 |
|
| 4331 |
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
|
| 4332 |
-
|
| 4333 |
-
transform: scale(0.66);
|
| 4334 |
}
|
| 4335 |
|
| 4336 |
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
|
| 4337 |
-
|
| 4338 |
-
transform: scale(0.33);
|
| 4339 |
}
|
| 4340 |
|
| 4341 |
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
|
| 4342 |
-
|
| 4343 |
-
transform: scale(0.66);
|
| 4344 |
}
|
| 4345 |
|
| 4346 |
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
|
| 4347 |
-
|
| 4348 |
-
transform: scale(0.33);
|
| 4349 |
}
|
| 4350 |
|
| 4351 |
.swiper-pagination-bullet {
|
|
@@ -4383,8 +2495,7 @@ button.swiper-pagination-bullet {
|
|
| 4383 |
.swiper-pagination-vertical.swiper-pagination-bullets {
|
| 4384 |
right: 10px;
|
| 4385 |
top: 50%;
|
| 4386 |
-
|
| 4387 |
-
transform: translate3d(0px, -50%, 0);
|
| 4388 |
}
|
| 4389 |
|
| 4390 |
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
|
|
@@ -4396,17 +2507,14 @@ button.swiper-pagination-bullet {
|
|
| 4396 |
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
|
| 4397 |
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
|
| 4398 |
top: 50%;
|
| 4399 |
-
|
| 4400 |
-
transform: translateY(-50%);
|
| 4401 |
width: 8px;
|
| 4402 |
}
|
| 4403 |
|
| 4404 |
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
|
| 4405 |
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
|
| 4406 |
display: inline-block;
|
| 4407 |
-
transition: 200ms top, 200ms -webkit-transform;
|
| 4408 |
transition: 200ms transform, 200ms top;
|
| 4409 |
-
transition: 200ms transform, 200ms top, 200ms -webkit-transform;
|
| 4410 |
}
|
| 4411 |
|
| 4412 |
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
|
|
@@ -4417,22 +2525,17 @@ button.swiper-pagination-bullet {
|
|
| 4417 |
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
|
| 4418 |
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
|
| 4419 |
left: 50%;
|
| 4420 |
-
|
| 4421 |
-
transform: translateX(-50%);
|
| 4422 |
white-space: nowrap;
|
| 4423 |
}
|
| 4424 |
|
| 4425 |
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
|
| 4426 |
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
|
| 4427 |
-
transition: 200ms left, 200ms -webkit-transform;
|
| 4428 |
transition: 200ms transform, 200ms left;
|
| 4429 |
-
transition: 200ms transform, 200ms left, 200ms -webkit-transform;
|
| 4430 |
}
|
| 4431 |
|
| 4432 |
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
|
| 4433 |
-
transition: 200ms right, 200ms -webkit-transform;
|
| 4434 |
transition: 200ms transform, 200ms right;
|
| 4435 |
-
transition: 200ms transform, 200ms right, 200ms -webkit-transform;
|
| 4436 |
}
|
| 4437 |
|
| 4438 |
/* Progress */
|
|
@@ -4448,15 +2551,12 @@ button.swiper-pagination-bullet {
|
|
| 4448 |
top: 0;
|
| 4449 |
width: 100%;
|
| 4450 |
height: 100%;
|
| 4451 |
-
|
| 4452 |
-
|
| 4453 |
-
-webkit-transform-origin: left top;
|
| 4454 |
-
transform-origin: left top;
|
| 4455 |
}
|
| 4456 |
|
| 4457 |
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
|
| 4458 |
-
|
| 4459 |
-
transform-origin: right top;
|
| 4460 |
}
|
| 4461 |
|
| 4462 |
.swiper-horizontal > .swiper-pagination-progressbar,
|
|
@@ -4572,8 +2672,7 @@ button.swiper-pagination-bullet {
|
|
| 4572 |
margin-left: -21px;
|
| 4573 |
margin-top: -21px;
|
| 4574 |
z-index: 10;
|
| 4575 |
-
|
| 4576 |
-
transform-origin: 50%;
|
| 4577 |
box-sizing: border-box;
|
| 4578 |
border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
|
| 4579 |
border-radius: 50%;
|
|
@@ -4582,8 +2681,7 @@ button.swiper-pagination-bullet {
|
|
| 4582 |
|
| 4583 |
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
|
| 4584 |
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
|
| 4585 |
-
|
| 4586 |
-
animation: swiper-preloader-spin 1s infinite linear;
|
| 4587 |
}
|
| 4588 |
|
| 4589 |
.swiper-lazy-preloader-white {
|
|
@@ -4594,25 +2692,12 @@ button.swiper-pagination-bullet {
|
|
| 4594 |
--swiper-preloader-color: #000;
|
| 4595 |
}
|
| 4596 |
|
| 4597 |
-
@-webkit-keyframes swiper-preloader-spin {
|
| 4598 |
-
0% {
|
| 4599 |
-
-webkit-transform: rotate(0deg);
|
| 4600 |
-
transform: rotate(0deg);
|
| 4601 |
-
}
|
| 4602 |
-
100% {
|
| 4603 |
-
-webkit-transform: rotate(360deg);
|
| 4604 |
-
transform: rotate(360deg);
|
| 4605 |
-
}
|
| 4606 |
-
}
|
| 4607 |
-
|
| 4608 |
@keyframes swiper-preloader-spin {
|
| 4609 |
0% {
|
| 4610 |
-
|
| 4611 |
-
transform: rotate(0deg);
|
| 4612 |
}
|
| 4613 |
100% {
|
| 4614 |
-
|
| 4615 |
-
transform: rotate(360deg);
|
| 4616 |
}
|
| 4617 |
}
|
| 4618 |
/* a11y */
|
|
@@ -4667,8 +2752,7 @@ button.swiper-pagination-bullet {
|
|
| 4667 |
backface-visibility: hidden;
|
| 4668 |
z-index: 1;
|
| 4669 |
visibility: hidden;
|
| 4670 |
-
|
| 4671 |
-
transform-origin: 0 0;
|
| 4672 |
width: 100%;
|
| 4673 |
height: 100%;
|
| 4674 |
}
|
|
@@ -4678,8 +2762,7 @@ button.swiper-pagination-bullet {
|
|
| 4678 |
}
|
| 4679 |
|
| 4680 |
.swiper-cube.swiper-rtl .swiper-slide {
|
| 4681 |
-
|
| 4682 |
-
transform-origin: 100% 0;
|
| 4683 |
}
|
| 4684 |
|
| 4685 |
.swiper-cube .swiper-slide-active,
|
|
@@ -4722,8 +2805,7 @@ button.swiper-pagination-bullet {
|
|
| 4722 |
top: 0;
|
| 4723 |
bottom: 0;
|
| 4724 |
right: 0;
|
| 4725 |
-
|
| 4726 |
-
filter: blur(50px);
|
| 4727 |
}
|
| 4728 |
|
| 4729 |
.swiper-flip {
|
|
@@ -4759,9 +2841,7 @@ button.swiper-pagination-bullet {
|
|
| 4759 |
-webkit-backface-visibility: hidden;
|
| 4760 |
backface-visibility: hidden;
|
| 4761 |
overflow: hidden;
|
| 4762 |
-
transition-property: opacity, height, -webkit-transform;
|
| 4763 |
transition-property: transform, opacity, height;
|
| 4764 |
-
transition-property: transform, opacity, height, -webkit-transform;
|
| 4765 |
}
|
| 4766 |
|
| 4767 |
.swiper-cards {
|
|
@@ -4769,8 +2849,7 @@ button.swiper-pagination-bullet {
|
|
| 4769 |
}
|
| 4770 |
|
| 4771 |
.swiper-cards .swiper-slide {
|
| 4772 |
-
|
| 4773 |
-
transform-origin: center bottom;
|
| 4774 |
-webkit-backface-visibility: hidden;
|
| 4775 |
backface-visibility: hidden;
|
| 4776 |
overflow: hidden;
|
|
@@ -4840,8 +2919,7 @@ button.swiper-pagination-bullet {
|
|
| 4840 |
.nifty-columns {
|
| 4841 |
display: grid;
|
| 4842 |
grid-template-columns: repeat(1, minmax(0, 1fr));
|
| 4843 |
-
|
| 4844 |
-
column-gap: clamp(1rem, 0.636rem + 1.82vw, 2rem);
|
| 4845 |
}
|
| 4846 |
.nifty-columns-2 {
|
| 4847 |
grid-template-columns: repeat(2, minmax(0, 1fr));
|
| 315 |
*
|
| 316 |
* Copyright (c) 2019 Daniel Eden
|
| 317 |
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 318 |
@keyframes bounce {
|
| 319 |
from, 20%, 53%, 80%, to {
|
|
|
|
| 320 |
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
|
|
| 321 |
transform: translate3d(0, 0, 0);
|
| 322 |
}
|
| 323 |
40%, 43% {
|
|
|
|
| 324 |
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
|
|
|
|
| 325 |
transform: translate3d(0, -30px, 0);
|
| 326 |
}
|
| 327 |
70% {
|
|
|
|
| 328 |
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
|
|
|
|
| 329 |
transform: translate3d(0, -15px, 0);
|
| 330 |
}
|
| 331 |
90% {
|
|
|
|
| 332 |
transform: translate3d(0, -4px, 0);
|
| 333 |
}
|
| 334 |
}
|
| 335 |
.bounce {
|
|
|
|
| 336 |
animation-name: bounce;
|
|
|
|
| 337 |
transform-origin: center bottom;
|
| 338 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 339 |
@keyframes flash {
|
| 340 |
from, 50%, to {
|
| 341 |
opacity: 1;
|
| 345 |
}
|
| 346 |
}
|
| 347 |
.flash {
|
|
|
|
| 348 |
animation-name: flash;
|
| 349 |
}
|
| 350 |
|
| 351 |
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 352 |
@keyframes pulse {
|
| 353 |
from {
|
|
|
|
| 354 |
transform: scale3d(1, 1, 1);
|
| 355 |
}
|
| 356 |
50% {
|
|
|
|
| 357 |
transform: scale3d(1.05, 1.05, 1.05);
|
| 358 |
}
|
| 359 |
to {
|
|
|
|
| 360 |
transform: scale3d(1, 1, 1);
|
| 361 |
}
|
| 362 |
}
|
| 363 |
.pulse {
|
|
|
|
| 364 |
animation-name: pulse;
|
| 365 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 366 |
@keyframes rubberBand {
|
| 367 |
from {
|
|
|
|
| 368 |
transform: scale3d(1, 1, 1);
|
| 369 |
}
|
| 370 |
30% {
|
|
|
|
| 371 |
transform: scale3d(1.25, 0.75, 1);
|
| 372 |
}
|
| 373 |
40% {
|
|
|
|
| 374 |
transform: scale3d(0.75, 1.25, 1);
|
| 375 |
}
|
| 376 |
50% {
|
|
|
|
| 377 |
transform: scale3d(1.15, 0.85, 1);
|
| 378 |
}
|
| 379 |
65% {
|
|
|
|
| 380 |
transform: scale3d(0.95, 1.05, 1);
|
| 381 |
}
|
| 382 |
75% {
|
|
|
|
| 383 |
transform: scale3d(1.05, 0.95, 1);
|
| 384 |
}
|
| 385 |
to {
|
|
|
|
| 386 |
transform: scale3d(1, 1, 1);
|
| 387 |
}
|
| 388 |
}
|
| 389 |
.rubberBand {
|
|
|
|
| 390 |
animation-name: rubberBand;
|
| 391 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 392 |
@keyframes shake {
|
| 393 |
from, to {
|
|
|
|
| 394 |
transform: translate3d(0, 0, 0);
|
| 395 |
}
|
| 396 |
10%, 30%, 50%, 70%, 90% {
|
|
|
|
| 397 |
transform: translate3d(-10px, 0, 0);
|
| 398 |
}
|
| 399 |
20%, 40%, 60%, 80% {
|
|
|
|
| 400 |
transform: translate3d(10px, 0, 0);
|
| 401 |
}
|
| 402 |
}
|
| 403 |
.shake {
|
|
|
|
| 404 |
animation-name: shake;
|
| 405 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 406 |
@keyframes headShake {
|
| 407 |
0% {
|
|
|
|
| 408 |
transform: translateX(0);
|
| 409 |
}
|
| 410 |
6.5% {
|
|
|
|
| 411 |
transform: translateX(-6px) rotateY(-9deg);
|
| 412 |
}
|
| 413 |
18.5% {
|
|
|
|
| 414 |
transform: translateX(5px) rotateY(7deg);
|
| 415 |
}
|
| 416 |
31.5% {
|
|
|
|
| 417 |
transform: translateX(-3px) rotateY(-5deg);
|
| 418 |
}
|
| 419 |
43.5% {
|
|
|
|
| 420 |
transform: translateX(2px) rotateY(3deg);
|
| 421 |
}
|
| 422 |
50% {
|
|
|
|
| 423 |
transform: translateX(0);
|
| 424 |
}
|
| 425 |
}
|
| 426 |
.headShake {
|
|
|
|
| 427 |
animation-timing-function: ease-in-out;
|
|
|
|
| 428 |
animation-name: headShake;
|
| 429 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 430 |
@keyframes swing {
|
| 431 |
20% {
|
|
|
|
| 432 |
transform: rotate3d(0, 0, 1, 15deg);
|
| 433 |
}
|
| 434 |
40% {
|
|
|
|
| 435 |
transform: rotate3d(0, 0, 1, -10deg);
|
| 436 |
}
|
| 437 |
60% {
|
|
|
|
| 438 |
transform: rotate3d(0, 0, 1, 5deg);
|
| 439 |
}
|
| 440 |
80% {
|
|
|
|
| 441 |
transform: rotate3d(0, 0, 1, -5deg);
|
| 442 |
}
|
| 443 |
to {
|
|
|
|
| 444 |
transform: rotate3d(0, 0, 1, 0deg);
|
| 445 |
}
|
| 446 |
}
|
| 447 |
.swing {
|
|
|
|
| 448 |
transform-origin: top center;
|
|
|
|
| 449 |
animation-name: swing;
|
| 450 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 451 |
@keyframes tada {
|
| 452 |
from {
|
|
|
|
| 453 |
transform: scale3d(1, 1, 1);
|
| 454 |
}
|
| 455 |
10%, 20% {
|
|
|
|
| 456 |
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
|
| 457 |
}
|
| 458 |
30%, 50%, 70%, 90% {
|
|
|
|
| 459 |
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
|
| 460 |
}
|
| 461 |
40%, 60%, 80% {
|
|
|
|
| 462 |
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
|
| 463 |
}
|
| 464 |
to {
|
|
|
|
| 465 |
transform: scale3d(1, 1, 1);
|
| 466 |
}
|
| 467 |
}
|
| 468 |
.tada {
|
|
|
|
| 469 |
animation-name: tada;
|
| 470 |
}
|
| 471 |
|
| 472 |
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 473 |
@keyframes wobble {
|
| 474 |
from {
|
|
|
|
| 475 |
transform: translate3d(0, 0, 0);
|
| 476 |
}
|
| 477 |
15% {
|
|
|
|
| 478 |
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
|
| 479 |
}
|
| 480 |
30% {
|
|
|
|
| 481 |
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
|
| 482 |
}
|
| 483 |
45% {
|
|
|
|
| 484 |
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
|
| 485 |
}
|
| 486 |
60% {
|
|
|
|
| 487 |
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
|
| 488 |
}
|
| 489 |
75% {
|
|
|
|
| 490 |
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
|
| 491 |
}
|
| 492 |
to {
|
|
|
|
| 493 |
transform: translate3d(0, 0, 0);
|
| 494 |
}
|
| 495 |
}
|
| 496 |
.wobble {
|
|
|
|
| 497 |
animation-name: wobble;
|
| 498 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 499 |
@keyframes jello {
|
| 500 |
from, 11.1%, to {
|
|
|
|
| 501 |
transform: translate3d(0, 0, 0);
|
| 502 |
}
|
| 503 |
22.2% {
|
|
|
|
| 504 |
transform: skewX(-12.5deg) skewY(-12.5deg);
|
| 505 |
}
|
| 506 |
33.3% {
|
|
|
|
| 507 |
transform: skewX(6.25deg) skewY(6.25deg);
|
| 508 |
}
|
| 509 |
44.4% {
|
|
|
|
| 510 |
transform: skewX(-3.125deg) skewY(-3.125deg);
|
| 511 |
}
|
| 512 |
55.5% {
|
|
|
|
| 513 |
transform: skewX(1.5625deg) skewY(1.5625deg);
|
| 514 |
}
|
| 515 |
66.6% {
|
|
|
|
| 516 |
transform: skewX(-0.78125deg) skewY(-0.78125deg);
|
| 517 |
}
|
| 518 |
77.7% {
|
|
|
|
| 519 |
transform: skewX(0.390625deg) skewY(0.390625deg);
|
| 520 |
}
|
| 521 |
88.8% {
|
|
|
|
| 522 |
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
|
| 523 |
}
|
| 524 |
}
|
| 525 |
.jello {
|
|
|
|
| 526 |
animation-name: jello;
|
|
|
|
| 527 |
transform-origin: center;
|
| 528 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 529 |
@keyframes heartBeat {
|
| 530 |
0% {
|
|
|
|
| 531 |
transform: scale(1);
|
| 532 |
}
|
| 533 |
14% {
|
|
|
|
| 534 |
transform: scale(1.3);
|
| 535 |
}
|
| 536 |
28% {
|
|
|
|
| 537 |
transform: scale(1);
|
| 538 |
}
|
| 539 |
42% {
|
|
|
|
| 540 |
transform: scale(1.3);
|
| 541 |
}
|
| 542 |
70% {
|
|
|
|
| 543 |
transform: scale(1);
|
| 544 |
}
|
| 545 |
}
|
| 546 |
.heartBeat {
|
|
|
|
| 547 |
animation-name: heartBeat;
|
|
|
|
| 548 |
animation-duration: 1.3s;
|
|
|
|
| 549 |
animation-timing-function: ease-in-out;
|
| 550 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 551 |
@keyframes bounceIn {
|
| 552 |
from, 20%, 40%, 60%, 80%, to {
|
|
|
|
| 553 |
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
| 554 |
}
|
| 555 |
0% {
|
| 556 |
opacity: 0;
|
|
|
|
| 557 |
transform: scale3d(0.3, 0.3, 0.3);
|
| 558 |
}
|
| 559 |
20% {
|
|
|
|
| 560 |
transform: scale3d(1.1, 1.1, 1.1);
|
| 561 |
}
|
| 562 |
40% {
|
|
|
|
| 563 |
transform: scale3d(0.9, 0.9, 0.9);
|
| 564 |
}
|
| 565 |
60% {
|
| 566 |
opacity: 1;
|
|
|
|
| 567 |
transform: scale3d(1.03, 1.03, 1.03);
|
| 568 |
}
|
| 569 |
80% {
|
|
|
|
| 570 |
transform: scale3d(0.97, 0.97, 0.97);
|
| 571 |
}
|
| 572 |
to {
|
| 573 |
opacity: 1;
|
|
|
|
| 574 |
transform: scale3d(1, 1, 1);
|
| 575 |
}
|
| 576 |
}
|
| 577 |
.bounceIn {
|
|
|
|
| 578 |
animation-duration: 0.75s;
|
|
|
|
| 579 |
animation-name: bounceIn;
|
| 580 |
}
|
| 581 |
+
@keyframes bounceInDown {
|
|
|
|
| 582 |
from, 60%, 75%, 90%, to {
|
|
|
|
| 583 |
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
| 584 |
}
|
| 585 |
0% {
|
| 586 |
opacity: 0;
|
|
|
|
| 587 |
transform: translate3d(0, -3000px, 0);
|
| 588 |
}
|
| 589 |
60% {
|
| 590 |
opacity: 1;
|
|
|
|
| 591 |
transform: translate3d(0, 25px, 0);
|
| 592 |
}
|
| 593 |
75% {
|
|
|
|
| 594 |
transform: translate3d(0, -10px, 0);
|
| 595 |
}
|
| 596 |
90% {
|
|
|
|
| 597 |
transform: translate3d(0, 5px, 0);
|
| 598 |
}
|
| 599 |
to {
|
|
|
|
| 600 |
transform: translate3d(0, 0, 0);
|
| 601 |
}
|
| 602 |
}
|
| 603 |
+
.bounceInDown {
|
| 604 |
+
animation-name: bounceInDown;
|
| 605 |
+
}
|
| 606 |
+
@keyframes bounceInLeft {
|
| 607 |
from, 60%, 75%, 90%, to {
|
|
|
|
| 608 |
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
| 609 |
}
|
| 610 |
0% {
|
| 611 |
opacity: 0;
|
| 612 |
+
transform: translate3d(-3000px, 0, 0);
|
|
|
|
| 613 |
}
|
| 614 |
60% {
|
| 615 |
opacity: 1;
|
| 616 |
+
transform: translate3d(25px, 0, 0);
|
|
|
|
| 617 |
}
|
| 618 |
75% {
|
| 619 |
+
transform: translate3d(-10px, 0, 0);
|
|
|
|
| 620 |
}
|
| 621 |
90% {
|
| 622 |
+
transform: translate3d(5px, 0, 0);
|
|
|
|
| 623 |
}
|
| 624 |
to {
|
|
|
|
| 625 |
transform: translate3d(0, 0, 0);
|
| 626 |
}
|
| 627 |
}
|
| 628 |
+
.bounceInLeft {
|
| 629 |
+
animation-name: bounceInLeft;
|
|
|
|
| 630 |
}
|
| 631 |
+
@keyframes bounceInRight {
|
|
|
|
| 632 |
from, 60%, 75%, 90%, to {
|
|
|
|
| 633 |
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
| 634 |
}
|
| 635 |
+
from {
|
| 636 |
opacity: 0;
|
| 637 |
+
transform: translate3d(3000px, 0, 0);
|
|
|
|
| 638 |
}
|
| 639 |
60% {
|
| 640 |
opacity: 1;
|
| 641 |
+
transform: translate3d(-25px, 0, 0);
|
|
|
|
| 642 |
}
|
| 643 |
75% {
|
| 644 |
+
transform: translate3d(10px, 0, 0);
|
|
|
|
| 645 |
}
|
| 646 |
90% {
|
| 647 |
+
transform: translate3d(-5px, 0, 0);
|
|
|
|
| 648 |
}
|
| 649 |
to {
|
|
|
|
| 650 |
transform: translate3d(0, 0, 0);
|
| 651 |
}
|
| 652 |
}
|
| 653 |
+
.bounceInRight {
|
| 654 |
+
animation-name: bounceInRight;
|
| 655 |
+
}
|
| 656 |
+
@keyframes bounceInUp {
|
| 657 |
from, 60%, 75%, 90%, to {
|
|
|
|
| 658 |
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
| 659 |
}
|
| 660 |
+
from {
|
| 661 |
opacity: 0;
|
| 662 |
+
transform: translate3d(0, 3000px, 0);
|
|
|
|
| 663 |
}
|
| 664 |
60% {
|
| 665 |
opacity: 1;
|
| 666 |
+
transform: translate3d(0, -20px, 0);
|
|
|
|
| 667 |
}
|
| 668 |
75% {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 669 |
transform: translate3d(0, 10px, 0);
|
| 670 |
}
|
| 671 |
90% {
|
|
|
|
| 672 |
transform: translate3d(0, -5px, 0);
|
| 673 |
}
|
| 674 |
to {
|
|
|
|
| 675 |
transform: translate3d(0, 0, 0);
|
| 676 |
}
|
| 677 |
}
|
| 678 |
.bounceInUp {
|
|
|
|
| 679 |
animation-name: bounceInUp;
|
| 680 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 681 |
@keyframes bounceOut {
|
| 682 |
20% {
|
|
|
|
| 683 |
transform: scale3d(0.9, 0.9, 0.9);
|
| 684 |
}
|
| 685 |
50%, 55% {
|
| 686 |
opacity: 1;
|
|
|
|
| 687 |
transform: scale3d(1.1, 1.1, 1.1);
|
| 688 |
}
|
| 689 |
to {
|
| 690 |
opacity: 0;
|
|
|
|
| 691 |
transform: scale3d(0.3, 0.3, 0.3);
|
| 692 |
}
|
| 693 |
}
|
| 694 |
.bounceOut {
|
|
|
|
| 695 |
animation-duration: 0.75s;
|
|
|
|
| 696 |
animation-name: bounceOut;
|
| 697 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 698 |
@keyframes bounceOutDown {
|
| 699 |
20% {
|
|
|
|
| 700 |
transform: translate3d(0, 10px, 0);
|
| 701 |
}
|
| 702 |
40%, 45% {
|
| 703 |
opacity: 1;
|
|
|
|
| 704 |
transform: translate3d(0, -20px, 0);
|
| 705 |
}
|
| 706 |
to {
|
| 707 |
opacity: 0;
|
|
|
|
| 708 |
transform: translate3d(0, 2000px, 0);
|
| 709 |
}
|
| 710 |
}
|
| 711 |
.bounceOutDown {
|
|
|
|
| 712 |
animation-name: bounceOutDown;
|
| 713 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 714 |
@keyframes bounceOutLeft {
|
| 715 |
20% {
|
| 716 |
opacity: 1;
|
|
|
|
| 717 |
transform: translate3d(20px, 0, 0);
|
| 718 |
}
|
| 719 |
to {
|
| 720 |
opacity: 0;
|
|
|
|
| 721 |
transform: translate3d(-2000px, 0, 0);
|
| 722 |
}
|
| 723 |
}
|
| 724 |
.bounceOutLeft {
|
|
|
|
| 725 |
animation-name: bounceOutLeft;
|
| 726 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 727 |
@keyframes bounceOutRight {
|
| 728 |
20% {
|
| 729 |
opacity: 1;
|
|
|
|
| 730 |
transform: translate3d(-20px, 0, 0);
|
| 731 |
}
|
| 732 |
to {
|
| 733 |
opacity: 0;
|
|
|
|
| 734 |
transform: translate3d(2000px, 0, 0);
|
| 735 |
}
|
| 736 |
}
|
| 737 |
.bounceOutRight {
|
|
|
|
| 738 |
animation-name: bounceOutRight;
|
| 739 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 740 |
@keyframes bounceOutUp {
|
| 741 |
20% {
|
|
|
|
| 742 |
transform: translate3d(0, -10px, 0);
|
| 743 |
}
|
| 744 |
40%, 45% {
|
| 745 |
opacity: 1;
|
|
|
|
| 746 |
transform: translate3d(0, 20px, 0);
|
| 747 |
}
|
| 748 |
to {
|
| 749 |
opacity: 0;
|
|
|
|
| 750 |
transform: translate3d(0, -2000px, 0);
|
| 751 |
}
|
| 752 |
}
|
| 753 |
.bounceOutUp {
|
|
|
|
| 754 |
animation-name: bounceOutUp;
|
| 755 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 756 |
@keyframes fadeIn {
|
| 757 |
from {
|
| 758 |
opacity: 0;
|
| 762 |
}
|
| 763 |
}
|
| 764 |
.fadeIn {
|
|
|
|
| 765 |
animation-name: fadeIn;
|
| 766 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 767 |
@keyframes fadeInDown {
|
| 768 |
from {
|
| 769 |
opacity: 0;
|
|
|
|
| 770 |
transform: translate3d(0, -100%, 0);
|
| 771 |
}
|
| 772 |
to {
|
| 773 |
opacity: 1;
|
|
|
|
| 774 |
transform: translate3d(0, 0, 0);
|
| 775 |
}
|
| 776 |
}
|
| 777 |
.fadeInDown {
|
|
|
|
| 778 |
animation-name: fadeInDown;
|
| 779 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 780 |
@keyframes fadeInDownBig {
|
| 781 |
from {
|
| 782 |
opacity: 0;
|
|
|
|
| 783 |
transform: translate3d(0, -2000px, 0);
|
| 784 |
}
|
| 785 |
to {
|
| 786 |
opacity: 1;
|
|
|
|
| 787 |
transform: translate3d(0, 0, 0);
|
| 788 |
}
|
| 789 |
}
|
| 790 |
.fadeInDownBig {
|
|
|
|
| 791 |
animation-name: fadeInDownBig;
|
| 792 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 793 |
@keyframes fadeInLeft {
|
| 794 |
from {
|
| 795 |
opacity: 0;
|
|
|
|
| 796 |
transform: translate3d(-100%, 0, 0);
|
| 797 |
}
|
| 798 |
to {
|
| 799 |
opacity: 1;
|
|
|
|
| 800 |
transform: translate3d(0, 0, 0);
|
| 801 |
}
|
| 802 |
}
|
| 803 |
.fadeInLeft {
|
|
|
|
| 804 |
animation-name: fadeInLeft;
|
| 805 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 806 |
@keyframes fadeInLeftBig {
|
| 807 |
from {
|
| 808 |
opacity: 0;
|
|
|
|
| 809 |
transform: translate3d(-2000px, 0, 0);
|
| 810 |
}
|
| 811 |
to {
|
| 812 |
opacity: 1;
|
|
|
|
| 813 |
transform: translate3d(0, 0, 0);
|
| 814 |
}
|
| 815 |
}
|
| 816 |
.fadeInLeftBig {
|
|
|
|
| 817 |
animation-name: fadeInLeftBig;
|
| 818 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 819 |
@keyframes fadeInRight {
|
| 820 |
from {
|
| 821 |
opacity: 0;
|
|
|
|
| 822 |
transform: translate3d(100%, 0, 0);
|
| 823 |
}
|
| 824 |
to {
|
| 825 |
opacity: 1;
|
|
|
|
| 826 |
transform: translate3d(0, 0, 0);
|
| 827 |
}
|
| 828 |
}
|
| 829 |
.fadeInRight {
|
|
|
|
| 830 |
animation-name: fadeInRight;
|
| 831 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 832 |
@keyframes fadeInRightBig {
|
| 833 |
from {
|
| 834 |
opacity: 0;
|
|
|
|
| 835 |
transform: translate3d(2000px, 0, 0);
|
| 836 |
}
|
| 837 |
to {
|
| 838 |
opacity: 1;
|
|
|
|
| 839 |
transform: translate3d(0, 0, 0);
|
| 840 |
}
|
| 841 |
}
|
| 842 |
.fadeInRightBig {
|
|
|
|
| 843 |
animation-name: fadeInRightBig;
|
| 844 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 845 |
@keyframes fadeInUp {
|
| 846 |
from {
|
| 847 |
opacity: 0;
|
|
|
|
| 848 |
transform: translate3d(0, 100%, 0);
|
| 849 |
}
|
| 850 |
to {
|
| 851 |
opacity: 1;
|
|
|
|
| 852 |
transform: translate3d(0, 0, 0);
|
| 853 |
}
|
| 854 |
}
|
| 855 |
.fadeInUp {
|
|
|
|
| 856 |
animation-name: fadeInUp;
|
| 857 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 858 |
@keyframes fadeInUpBig {
|
| 859 |
from {
|
| 860 |
opacity: 0;
|
|
|
|
| 861 |
transform: translate3d(0, 2000px, 0);
|
| 862 |
}
|
| 863 |
to {
|
| 864 |
opacity: 1;
|
|
|
|
| 865 |
transform: translate3d(0, 0, 0);
|
| 866 |
}
|
| 867 |
}
|
| 868 |
.fadeInUpBig {
|
|
|
|
| 869 |
animation-name: fadeInUpBig;
|
| 870 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 871 |
@keyframes fadeOut {
|
| 872 |
from {
|
| 873 |
opacity: 1;
|
| 877 |
}
|
| 878 |
}
|
| 879 |
.fadeOut {
|
|
|
|
| 880 |
animation-name: fadeOut;
|
| 881 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 882 |
@keyframes fadeOutDown {
|
| 883 |
from {
|
| 884 |
opacity: 1;
|
| 885 |
}
|
| 886 |
to {
|
| 887 |
opacity: 0;
|
|
|
|
| 888 |
transform: translate3d(0, 100%, 0);
|
| 889 |
}
|
| 890 |
}
|
| 891 |
.fadeOutDown {
|
|
|
|
| 892 |
animation-name: fadeOutDown;
|
| 893 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 894 |
@keyframes fadeOutDownBig {
|
| 895 |
from {
|
| 896 |
opacity: 1;
|
| 897 |
}
|
| 898 |
to {
|
| 899 |
opacity: 0;
|
|
|
|
| 900 |
transform: translate3d(0, 2000px, 0);
|
| 901 |
}
|
| 902 |
}
|
| 903 |
.fadeOutDownBig {
|
|
|
|
| 904 |
animation-name: fadeOutDownBig;
|
| 905 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 906 |
@keyframes fadeOutLeft {
|
| 907 |
from {
|
| 908 |
opacity: 1;
|
| 909 |
}
|
| 910 |
to {
|
| 911 |
opacity: 0;
|
|
|
|
| 912 |
transform: translate3d(-100%, 0, 0);
|
| 913 |
}
|
| 914 |
}
|
| 915 |
.fadeOutLeft {
|
|
|
|
| 916 |
animation-name: fadeOutLeft;
|
| 917 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 918 |
@keyframes fadeOutLeftBig {
|
| 919 |
from {
|
| 920 |
opacity: 1;
|
| 921 |
}
|
| 922 |
to {
|
| 923 |
opacity: 0;
|
|
|
|
| 924 |
transform: translate3d(-2000px, 0, 0);
|
| 925 |
}
|
| 926 |
}
|
| 927 |
.fadeOutLeftBig {
|
|
|
|
| 928 |
animation-name: fadeOutLeftBig;
|
| 929 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 930 |
@keyframes fadeOutRight {
|
| 931 |
from {
|
| 932 |
opacity: 1;
|
| 933 |
}
|
| 934 |
to {
|
| 935 |
opacity: 0;
|
|
|
|
| 936 |
transform: translate3d(100%, 0, 0);
|
| 937 |
}
|
| 938 |
}
|
| 939 |
.fadeOutRight {
|
|
|
|
| 940 |
animation-name: fadeOutRight;
|
| 941 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 942 |
@keyframes fadeOutRightBig {
|
| 943 |
from {
|
| 944 |
opacity: 1;
|
| 945 |
}
|
| 946 |
to {
|
| 947 |
opacity: 0;
|
|
|
|
| 948 |
transform: translate3d(2000px, 0, 0);
|
| 949 |
}
|
| 950 |
}
|
| 951 |
.fadeOutRightBig {
|
|
|
|
| 952 |
animation-name: fadeOutRightBig;
|
| 953 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 954 |
@keyframes fadeOutUp {
|
| 955 |
from {
|
| 956 |
opacity: 1;
|
| 957 |
}
|
| 958 |
to {
|
| 959 |
opacity: 0;
|
|
|
|
| 960 |
transform: translate3d(0, -100%, 0);
|
| 961 |
}
|
| 962 |
}
|
| 963 |
.fadeOutUp {
|
|
|
|
| 964 |
animation-name: fadeOutUp;
|
| 965 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 966 |
@keyframes fadeOutUpBig {
|
| 967 |
from {
|
| 968 |
opacity: 1;
|
| 969 |
}
|
| 970 |
to {
|
| 971 |
opacity: 0;
|
|
|
|
| 972 |
transform: translate3d(0, -2000px, 0);
|
| 973 |
}
|
| 974 |
}
|
| 975 |
.fadeOutUpBig {
|
|
|
|
| 976 |
animation-name: fadeOutUpBig;
|
| 977 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 978 |
@keyframes flip {
|
| 979 |
from {
|
|
|
|
| 980 |
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
|
|
|
|
| 981 |
animation-timing-function: ease-out;
|
| 982 |
}
|
| 983 |
40% {
|
|
|
|
| 984 |
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
|
|
|
|
| 985 |
animation-timing-function: ease-out;
|
| 986 |
}
|
| 987 |
50% {
|
|
|
|
| 988 |
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
|
|
|
|
| 989 |
animation-timing-function: ease-in;
|
| 990 |
}
|
| 991 |
80% {
|
|
|
|
| 992 |
transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
|
| 993 |
+
animation-timing-function: ease-in;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 994 |
}
|
| 995 |
to {
|
| 996 |
+
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
|
| 997 |
+
animation-timing-function: ease-in;
|
| 998 |
}
|
| 999 |
}
|
| 1000 |
+
.animated.flip {
|
| 1001 |
+
-webkit-backface-visibility: visible;
|
| 1002 |
+
backface-visibility: visible;
|
| 1003 |
+
animation-name: flip;
|
| 1004 |
+
}
|
| 1005 |
@keyframes flipInX {
|
| 1006 |
from {
|
|
|
|
| 1007 |
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
|
|
|
|
| 1008 |
animation-timing-function: ease-in;
|
| 1009 |
opacity: 0;
|
| 1010 |
}
|
| 1011 |
40% {
|
|
|
|
| 1012 |
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
|
|
|
|
| 1013 |
animation-timing-function: ease-in;
|
| 1014 |
}
|
| 1015 |
60% {
|
|
|
|
| 1016 |
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
|
| 1017 |
opacity: 1;
|
| 1018 |
}
|
| 1019 |
80% {
|
|
|
|
| 1020 |
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
|
| 1021 |
}
|
| 1022 |
to {
|
|
|
|
| 1023 |
transform: perspective(400px);
|
| 1024 |
}
|
| 1025 |
}
|
| 1026 |
.flipInX {
|
| 1027 |
-webkit-backface-visibility: visible !important;
|
| 1028 |
backface-visibility: visible !important;
|
|
|
|
| 1029 |
animation-name: flipInX;
|
| 1030 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1031 |
@keyframes flipInY {
|
| 1032 |
from {
|
|
|
|
| 1033 |
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
|
|
|
|
| 1034 |
animation-timing-function: ease-in;
|
| 1035 |
opacity: 0;
|
| 1036 |
}
|
| 1037 |
40% {
|
|
|
|
| 1038 |
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
|
|
|
|
| 1039 |
animation-timing-function: ease-in;
|
| 1040 |
}
|
| 1041 |
60% {
|
|
|
|
| 1042 |
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
|
| 1043 |
opacity: 1;
|
| 1044 |
}
|
| 1045 |
80% {
|
|
|
|
| 1046 |
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
|
| 1047 |
}
|
| 1048 |
to {
|
|
|
|
| 1049 |
transform: perspective(400px);
|
| 1050 |
}
|
| 1051 |
}
|
| 1052 |
.flipInY {
|
| 1053 |
-webkit-backface-visibility: visible !important;
|
| 1054 |
backface-visibility: visible !important;
|
|
|
|
| 1055 |
animation-name: flipInY;
|
| 1056 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1057 |
@keyframes flipOutX {
|
| 1058 |
from {
|
|
|
|
| 1059 |
transform: perspective(400px);
|
| 1060 |
}
|
| 1061 |
30% {
|
|
|
|
| 1062 |
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
|
| 1063 |
opacity: 1;
|
| 1064 |
}
|
| 1065 |
to {
|
|
|
|
| 1066 |
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
|
| 1067 |
opacity: 0;
|
| 1068 |
}
|
| 1069 |
}
|
| 1070 |
.flipOutX {
|
|
|
|
| 1071 |
animation-duration: 0.75s;
|
|
|
|
| 1072 |
animation-name: flipOutX;
|
| 1073 |
-webkit-backface-visibility: visible !important;
|
| 1074 |
backface-visibility: visible !important;
|
| 1075 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1076 |
@keyframes flipOutY {
|
| 1077 |
from {
|
|
|
|
| 1078 |
transform: perspective(400px);
|
| 1079 |
}
|
| 1080 |
30% {
|
|
|
|
| 1081 |
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
|
| 1082 |
opacity: 1;
|
| 1083 |
}
|
| 1084 |
to {
|
|
|
|
| 1085 |
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
|
| 1086 |
opacity: 0;
|
| 1087 |
}
|
| 1088 |
}
|
| 1089 |
.flipOutY {
|
|
|
|
| 1090 |
animation-duration: 0.75s;
|
| 1091 |
-webkit-backface-visibility: visible !important;
|
| 1092 |
backface-visibility: visible !important;
|
|
|
|
| 1093 |
animation-name: flipOutY;
|
| 1094 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1095 |
@keyframes lightSpeedIn {
|
| 1096 |
from {
|
|
|
|
| 1097 |
transform: translate3d(100%, 0, 0) skewX(-30deg);
|
| 1098 |
opacity: 0;
|
| 1099 |
}
|
| 1100 |
60% {
|
|
|
|
| 1101 |
transform: skewX(20deg);
|
| 1102 |
opacity: 1;
|
| 1103 |
}
|
| 1104 |
80% {
|
|
|
|
| 1105 |
transform: skewX(-5deg);
|
| 1106 |
}
|
| 1107 |
to {
|
|
|
|
| 1108 |
transform: translate3d(0, 0, 0);
|
| 1109 |
}
|
| 1110 |
}
|
| 1111 |
.lightSpeedIn {
|
|
|
|
| 1112 |
animation-name: lightSpeedIn;
|
|
|
|
| 1113 |
animation-timing-function: ease-out;
|
| 1114 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1115 |
@keyframes lightSpeedOut {
|
| 1116 |
from {
|
| 1117 |
opacity: 1;
|
| 1118 |
}
|
| 1119 |
to {
|
|
|
|
| 1120 |
transform: translate3d(100%, 0, 0) skewX(30deg);
|
| 1121 |
opacity: 0;
|
| 1122 |
}
|
| 1123 |
}
|
| 1124 |
.lightSpeedOut {
|
|
|
|
| 1125 |
animation-name: lightSpeedOut;
|
|
|
|
| 1126 |
animation-timing-function: ease-in;
|
| 1127 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1128 |
@keyframes rotateIn {
|
| 1129 |
from {
|
|
|
|
| 1130 |
transform-origin: center;
|
|
|
|
| 1131 |
transform: rotate3d(0, 0, 1, -200deg);
|
| 1132 |
opacity: 0;
|
| 1133 |
}
|
| 1134 |
to {
|
|
|
|
| 1135 |
transform-origin: center;
|
|
|
|
| 1136 |
transform: translate3d(0, 0, 0);
|
| 1137 |
opacity: 1;
|
| 1138 |
}
|
| 1139 |
}
|
| 1140 |
.rotateIn {
|
|
|
|
| 1141 |
animation-name: rotateIn;
|
| 1142 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1143 |
@keyframes rotateInDownLeft {
|
| 1144 |
from {
|
|
|
|
| 1145 |
transform-origin: left bottom;
|
|
|
|
| 1146 |
transform: rotate3d(0, 0, 1, -45deg);
|
| 1147 |
opacity: 0;
|
| 1148 |
}
|
| 1149 |
to {
|
|
|
|
| 1150 |
transform-origin: left bottom;
|
|
|
|
| 1151 |
transform: translate3d(0, 0, 0);
|
| 1152 |
opacity: 1;
|
| 1153 |
}
|
| 1154 |
}
|
| 1155 |
.rotateInDownLeft {
|
|
|
|
| 1156 |
animation-name: rotateInDownLeft;
|
| 1157 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1158 |
@keyframes rotateInDownRight {
|
| 1159 |
from {
|
|
|
|
| 1160 |
transform-origin: right bottom;
|
|
|
|
| 1161 |
transform: rotate3d(0, 0, 1, 45deg);
|
| 1162 |
opacity: 0;
|
| 1163 |
}
|
| 1164 |
to {
|
|
|
|
| 1165 |
transform-origin: right bottom;
|
|
|
|
| 1166 |
transform: translate3d(0, 0, 0);
|
| 1167 |
opacity: 1;
|
| 1168 |
}
|
| 1169 |
}
|
| 1170 |
.rotateInDownRight {
|
|
|
|
| 1171 |
animation-name: rotateInDownRight;
|
| 1172 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1173 |
@keyframes rotateInUpLeft {
|
| 1174 |
from {
|
|
|
|
| 1175 |
transform-origin: left bottom;
|
|
|
|
| 1176 |
transform: rotate3d(0, 0, 1, 45deg);
|
| 1177 |
opacity: 0;
|
| 1178 |
}
|
| 1179 |
to {
|
|
|
|
| 1180 |
transform-origin: left bottom;
|
|
|
|
| 1181 |
transform: translate3d(0, 0, 0);
|
| 1182 |
opacity: 1;
|
| 1183 |
}
|
| 1184 |
}
|
| 1185 |
.rotateInUpLeft {
|
|
|
|
| 1186 |
animation-name: rotateInUpLeft;
|
| 1187 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1188 |
@keyframes rotateInUpRight {
|
| 1189 |
from {
|
|
|
|
| 1190 |
transform-origin: right bottom;
|
|
|
|
| 1191 |
transform: rotate3d(0, 0, 1, -90deg);
|
| 1192 |
opacity: 0;
|
| 1193 |
}
|
| 1194 |
to {
|
|
|
|
| 1195 |
transform-origin: right bottom;
|
|
|
|
| 1196 |
transform: translate3d(0, 0, 0);
|
| 1197 |
opacity: 1;
|
| 1198 |
}
|
| 1199 |
}
|
| 1200 |
.rotateInUpRight {
|
|
|
|
| 1201 |
animation-name: rotateInUpRight;
|
| 1202 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1203 |
@keyframes rotateOut {
|
| 1204 |
from {
|
|
|
|
| 1205 |
transform-origin: center;
|
| 1206 |
opacity: 1;
|
| 1207 |
}
|
| 1208 |
to {
|
|
|
|
| 1209 |
transform-origin: center;
|
|
|
|
| 1210 |
transform: rotate3d(0, 0, 1, 200deg);
|
| 1211 |
opacity: 0;
|
| 1212 |
}
|
| 1213 |
}
|
| 1214 |
.rotateOut {
|
|
|
|
| 1215 |
animation-name: rotateOut;
|
| 1216 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1217 |
@keyframes rotateOutDownLeft {
|
| 1218 |
from {
|
|
|
|
| 1219 |
transform-origin: left bottom;
|
| 1220 |
opacity: 1;
|
| 1221 |
}
|
| 1222 |
to {
|
|
|
|
| 1223 |
transform-origin: left bottom;
|
|
|
|
| 1224 |
transform: rotate3d(0, 0, 1, 45deg);
|
| 1225 |
opacity: 0;
|
| 1226 |
}
|
| 1227 |
}
|
| 1228 |
.rotateOutDownLeft {
|
|
|
|
| 1229 |
animation-name: rotateOutDownLeft;
|
| 1230 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1231 |
@keyframes rotateOutDownRight {
|
| 1232 |
from {
|
|
|
|
| 1233 |
transform-origin: right bottom;
|
| 1234 |
opacity: 1;
|
| 1235 |
}
|
| 1236 |
to {
|
|
|
|
| 1237 |
transform-origin: right bottom;
|
|
|
|
| 1238 |
transform: rotate3d(0, 0, 1, -45deg);
|
| 1239 |
opacity: 0;
|
| 1240 |
}
|
| 1241 |
}
|
| 1242 |
.rotateOutDownRight {
|
|
|
|
| 1243 |
animation-name: rotateOutDownRight;
|
| 1244 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1245 |
@keyframes rotateOutUpLeft {
|
| 1246 |
from {
|
|
|
|
| 1247 |
transform-origin: left bottom;
|
| 1248 |
opacity: 1;
|
| 1249 |
}
|
| 1250 |
to {
|
|
|
|
| 1251 |
transform-origin: left bottom;
|
|
|
|
| 1252 |
transform: rotate3d(0, 0, 1, -45deg);
|
| 1253 |
opacity: 0;
|
| 1254 |
}
|
| 1255 |
}
|
| 1256 |
.rotateOutUpLeft {
|
|
|
|
| 1257 |
animation-name: rotateOutUpLeft;
|
| 1258 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1259 |
@keyframes rotateOutUpRight {
|
| 1260 |
from {
|
|
|
|
| 1261 |
transform-origin: right bottom;
|
| 1262 |
opacity: 1;
|
| 1263 |
}
|
| 1264 |
to {
|
|
|
|
| 1265 |
transform-origin: right bottom;
|
|
|
|
| 1266 |
transform: rotate3d(0, 0, 1, 90deg);
|
| 1267 |
opacity: 0;
|
| 1268 |
}
|
| 1269 |
}
|
| 1270 |
.rotateOutUpRight {
|
|
|
|
| 1271 |
animation-name: rotateOutUpRight;
|
| 1272 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1273 |
@keyframes hinge {
|
| 1274 |
0% {
|
|
|
|
| 1275 |
transform-origin: top left;
|
|
|
|
| 1276 |
animation-timing-function: ease-in-out;
|
| 1277 |
}
|
| 1278 |
20%, 60% {
|
|
|
|
| 1279 |
transform: rotate3d(0, 0, 1, 80deg);
|
|
|
|
| 1280 |
transform-origin: top left;
|
|
|
|
| 1281 |
animation-timing-function: ease-in-out;
|
| 1282 |
}
|
| 1283 |
40%, 80% {
|
|
|
|
| 1284 |
transform: rotate3d(0, 0, 1, 60deg);
|
|
|
|
| 1285 |
transform-origin: top left;
|
|
|
|
| 1286 |
animation-timing-function: ease-in-out;
|
| 1287 |
opacity: 1;
|
| 1288 |
}
|
| 1289 |
to {
|
|
|
|
| 1290 |
transform: translate3d(0, 700px, 0);
|
| 1291 |
opacity: 0;
|
| 1292 |
}
|
| 1293 |
}
|
| 1294 |
.hinge {
|
|
|
|
| 1295 |
animation-duration: 2s;
|
|
|
|
| 1296 |
animation-name: hinge;
|
| 1297 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1298 |
@keyframes jackInTheBox {
|
| 1299 |
from {
|
| 1300 |
opacity: 0;
|
|
|
|
| 1301 |
transform: scale(0.1) rotate(30deg);
|
|
|
|
| 1302 |
transform-origin: center bottom;
|
| 1303 |
}
|
| 1304 |
50% {
|
|
|
|
| 1305 |
transform: rotate(-10deg);
|
| 1306 |
}
|
| 1307 |
70% {
|
|
|
|
| 1308 |
transform: rotate(3deg);
|
| 1309 |
}
|
| 1310 |
to {
|
| 1311 |
opacity: 1;
|
|
|
|
| 1312 |
transform: scale(1);
|
| 1313 |
}
|
| 1314 |
}
|
| 1315 |
.jackInTheBox {
|
|
|
|
| 1316 |
animation-name: jackInTheBox;
|
| 1317 |
}
|
| 1318 |
|
| 1319 |
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1320 |
@keyframes rollIn {
|
| 1321 |
from {
|
| 1322 |
opacity: 0;
|
|
|
|
| 1323 |
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
|
| 1324 |
}
|
| 1325 |
to {
|
| 1326 |
opacity: 1;
|
|
|
|
| 1327 |
transform: translate3d(0, 0, 0);
|
| 1328 |
}
|
| 1329 |
}
|
| 1330 |
+
.rollIn {
|
| 1331 |
+
animation-name: rollIn;
|
| 1332 |
+
}
|
| 1333 |
+
|
| 1334 |
+
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1335 |
@keyframes rollOut {
|
| 1336 |
from {
|
| 1337 |
opacity: 1;
|
| 1338 |
}
|
| 1339 |
to {
|
| 1340 |
opacity: 0;
|
|
|
|
| 1341 |
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
|
| 1342 |
}
|
| 1343 |
}
|
| 1344 |
.rollOut {
|
|
|
|
| 1345 |
animation-name: rollOut;
|
| 1346 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1347 |
@keyframes zoomIn {
|
| 1348 |
from {
|
| 1349 |
opacity: 0;
|
|
|
|
| 1350 |
transform: scale3d(0.3, 0.3, 0.3);
|
| 1351 |
}
|
| 1352 |
50% {
|
| 1354 |
}
|
| 1355 |
}
|
| 1356 |
.zoomIn {
|
|
|
|
| 1357 |
animation-name: zoomIn;
|
| 1358 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1359 |
@keyframes zoomInDown {
|
| 1360 |
from {
|
| 1361 |
opacity: 0;
|
|
|
|
| 1362 |
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
|
|
|
|
| 1363 |
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
| 1364 |
}
|
| 1365 |
60% {
|
| 1366 |
opacity: 1;
|
|
|
|
| 1367 |
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
|
|
|
|
| 1368 |
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
| 1369 |
}
|
| 1370 |
}
|
| 1371 |
.zoomInDown {
|
|
|
|
| 1372 |
animation-name: zoomInDown;
|
| 1373 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1374 |
@keyframes zoomInLeft {
|
| 1375 |
from {
|
| 1376 |
opacity: 0;
|
|
|
|
| 1377 |
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
|
|
|
|
| 1378 |
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
| 1379 |
}
|
| 1380 |
60% {
|
| 1381 |
opacity: 1;
|
|
|
|
| 1382 |
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
|
|
|
|
| 1383 |
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
| 1384 |
}
|
| 1385 |
}
|
| 1386 |
.zoomInLeft {
|
|
|
|
| 1387 |
animation-name: zoomInLeft;
|
| 1388 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1389 |
@keyframes zoomInRight {
|
| 1390 |
from {
|
| 1391 |
opacity: 0;
|
|
|
|
| 1392 |
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
|
|
|
|
| 1393 |
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
| 1394 |
}
|
| 1395 |
60% {
|
| 1396 |
opacity: 1;
|
|
|
|
| 1397 |
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
|
|
|
|
| 1398 |
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
| 1399 |
}
|
| 1400 |
}
|
| 1401 |
.zoomInRight {
|
|
|
|
| 1402 |
animation-name: zoomInRight;
|
| 1403 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1404 |
@keyframes zoomInUp {
|
| 1405 |
from {
|
| 1406 |
opacity: 0;
|
|
|
|
| 1407 |
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
|
|
|
|
| 1408 |
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
| 1409 |
}
|
| 1410 |
60% {
|
| 1411 |
opacity: 1;
|
|
|
|
| 1412 |
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
|
|
|
|
| 1413 |
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
| 1414 |
}
|
| 1415 |
}
|
| 1416 |
.zoomInUp {
|
|
|
|
| 1417 |
animation-name: zoomInUp;
|
| 1418 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1419 |
@keyframes zoomOut {
|
| 1420 |
from {
|
| 1421 |
opacity: 1;
|
| 1422 |
}
|
| 1423 |
50% {
|
| 1424 |
opacity: 0;
|
|
|
|
| 1425 |
transform: scale3d(0.3, 0.3, 0.3);
|
| 1426 |
}
|
| 1427 |
to {
|
| 1429 |
}
|
| 1430 |
}
|
| 1431 |
.zoomOut {
|
|
|
|
| 1432 |
animation-name: zoomOut;
|
| 1433 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1434 |
@keyframes zoomOutDown {
|
| 1435 |
40% {
|
| 1436 |
opacity: 1;
|
|
|
|
| 1437 |
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
|
|
|
|
| 1438 |
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
| 1439 |
}
|
| 1440 |
to {
|
| 1441 |
opacity: 0;
|
|
|
|
| 1442 |
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
|
|
|
|
| 1443 |
transform-origin: center bottom;
|
|
|
|
| 1444 |
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
| 1445 |
}
|
| 1446 |
}
|
| 1447 |
.zoomOutDown {
|
|
|
|
| 1448 |
animation-name: zoomOutDown;
|
| 1449 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1450 |
@keyframes zoomOutLeft {
|
| 1451 |
40% {
|
| 1452 |
opacity: 1;
|
|
|
|
| 1453 |
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
|
| 1454 |
}
|
| 1455 |
to {
|
| 1456 |
opacity: 0;
|
|
|
|
| 1457 |
transform: scale(0.1) translate3d(-2000px, 0, 0);
|
|
|
|
| 1458 |
transform-origin: left center;
|
| 1459 |
}
|
| 1460 |
}
|
| 1461 |
.zoomOutLeft {
|
|
|
|
| 1462 |
animation-name: zoomOutLeft;
|
| 1463 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1464 |
@keyframes zoomOutRight {
|
| 1465 |
40% {
|
| 1466 |
opacity: 1;
|
|
|
|
| 1467 |
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
|
| 1468 |
}
|
| 1469 |
to {
|
| 1470 |
opacity: 0;
|
|
|
|
| 1471 |
transform: scale(0.1) translate3d(2000px, 0, 0);
|
|
|
|
| 1472 |
transform-origin: right center;
|
| 1473 |
}
|
| 1474 |
}
|
| 1475 |
.zoomOutRight {
|
|
|
|
| 1476 |
animation-name: zoomOutRight;
|
| 1477 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1478 |
@keyframes zoomOutUp {
|
| 1479 |
40% {
|
| 1480 |
opacity: 1;
|
|
|
|
| 1481 |
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
|
|
|
|
| 1482 |
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
|
| 1483 |
}
|
| 1484 |
to {
|
| 1485 |
opacity: 0;
|
|
|
|
| 1486 |
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
|
|
|
|
| 1487 |
transform-origin: center bottom;
|
|
|
|
| 1488 |
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
|
| 1489 |
}
|
| 1490 |
}
|
| 1491 |
.zoomOutUp {
|
|
|
|
| 1492 |
animation-name: zoomOutUp;
|
| 1493 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1494 |
@keyframes slideInDown {
|
| 1495 |
from {
|
|
|
|
| 1496 |
transform: translate3d(0, -100%, 0);
|
| 1497 |
visibility: visible;
|
| 1498 |
}
|
| 1499 |
to {
|
|
|
|
| 1500 |
transform: translate3d(0, 0, 0);
|
| 1501 |
}
|
| 1502 |
}
|
| 1503 |
.slideInDown {
|
|
|
|
| 1504 |
animation-name: slideInDown;
|
| 1505 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1506 |
@keyframes slideInLeft {
|
| 1507 |
from {
|
|
|
|
| 1508 |
transform: translate3d(-100%, 0, 0);
|
| 1509 |
visibility: visible;
|
| 1510 |
}
|
| 1511 |
to {
|
|
|
|
| 1512 |
transform: translate3d(0, 0, 0);
|
| 1513 |
}
|
| 1514 |
}
|
| 1515 |
.slideInLeft {
|
|
|
|
| 1516 |
animation-name: slideInLeft;
|
| 1517 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1518 |
@keyframes slideInRight {
|
| 1519 |
from {
|
|
|
|
| 1520 |
transform: translate3d(100%, 0, 0);
|
| 1521 |
visibility: visible;
|
| 1522 |
}
|
| 1523 |
to {
|
|
|
|
| 1524 |
transform: translate3d(0, 0, 0);
|
| 1525 |
}
|
| 1526 |
}
|
| 1527 |
.slideInRight {
|
|
|
|
| 1528 |
animation-name: slideInRight;
|
| 1529 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1530 |
@keyframes slideInUp {
|
| 1531 |
from {
|
|
|
|
| 1532 |
transform: translate3d(0, 100%, 0);
|
| 1533 |
visibility: visible;
|
| 1534 |
}
|
| 1535 |
to {
|
|
|
|
| 1536 |
transform: translate3d(0, 0, 0);
|
| 1537 |
}
|
| 1538 |
}
|
| 1539 |
.slideInUp {
|
|
|
|
| 1540 |
animation-name: slideInUp;
|
| 1541 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1542 |
@keyframes slideOutDown {
|
| 1543 |
from {
|
|
|
|
| 1544 |
transform: translate3d(0, 0, 0);
|
| 1545 |
}
|
| 1546 |
to {
|
| 1547 |
visibility: hidden;
|
|
|
|
| 1548 |
transform: translate3d(0, 100%, 0);
|
| 1549 |
}
|
| 1550 |
}
|
| 1551 |
.slideOutDown {
|
|
|
|
| 1552 |
animation-name: slideOutDown;
|
| 1553 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1554 |
@keyframes slideOutLeft {
|
| 1555 |
from {
|
|
|
|
| 1556 |
transform: translate3d(0, 0, 0);
|
| 1557 |
}
|
| 1558 |
to {
|
| 1559 |
visibility: hidden;
|
|
|
|
| 1560 |
transform: translate3d(-100%, 0, 0);
|
| 1561 |
}
|
| 1562 |
}
|
| 1563 |
.slideOutLeft {
|
|
|
|
| 1564 |
animation-name: slideOutLeft;
|
| 1565 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1566 |
@keyframes slideOutRight {
|
| 1567 |
from {
|
|
|
|
| 1568 |
transform: translate3d(0, 0, 0);
|
| 1569 |
}
|
| 1570 |
to {
|
| 1571 |
visibility: hidden;
|
|
|
|
| 1572 |
transform: translate3d(100%, 0, 0);
|
| 1573 |
}
|
| 1574 |
}
|
| 1575 |
.slideOutRight {
|
|
|
|
| 1576 |
animation-name: slideOutRight;
|
| 1577 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1578 |
@keyframes slideOutUp {
|
| 1579 |
from {
|
|
|
|
| 1580 |
transform: translate3d(0, 0, 0);
|
| 1581 |
}
|
| 1582 |
to {
|
| 1583 |
visibility: hidden;
|
|
|
|
| 1584 |
transform: translate3d(0, -100%, 0);
|
| 1585 |
}
|
| 1586 |
}
|
| 1587 |
.slideOutUp {
|
|
|
|
| 1588 |
animation-name: slideOutUp;
|
| 1589 |
}
|
| 1590 |
|
| 1591 |
.animated {
|
|
|
|
| 1592 |
animation-duration: 1s;
|
|
|
|
| 1593 |
animation-fill-mode: both;
|
| 1594 |
}
|
| 1595 |
|
| 1596 |
.animated.infinite {
|
|
|
|
| 1597 |
animation-iteration-count: infinite;
|
| 1598 |
}
|
| 1599 |
|
| 1600 |
.animated.delay-1s {
|
|
|
|
| 1601 |
animation-delay: 1s;
|
| 1602 |
}
|
| 1603 |
|
| 1604 |
.animated.delay-2s {
|
|
|
|
| 1605 |
animation-delay: 2s;
|
| 1606 |
}
|
| 1607 |
|
| 1608 |
.animated.delay-3s {
|
|
|
|
| 1609 |
animation-delay: 3s;
|
| 1610 |
}
|
| 1611 |
|
| 1612 |
.animated.delay-4s {
|
|
|
|
| 1613 |
animation-delay: 4s;
|
| 1614 |
}
|
| 1615 |
|
| 1616 |
.animated.delay-5s {
|
|
|
|
| 1617 |
animation-delay: 5s;
|
| 1618 |
}
|
| 1619 |
|
| 1620 |
.animated.fast {
|
|
|
|
| 1621 |
animation-duration: 800ms;
|
| 1622 |
}
|
| 1623 |
|
| 1624 |
.animated.faster {
|
|
|
|
| 1625 |
animation-duration: 500ms;
|
| 1626 |
}
|
| 1627 |
|
| 1628 |
.animated.slow {
|
|
|
|
| 1629 |
animation-duration: 2s;
|
| 1630 |
}
|
| 1631 |
|
| 1632 |
.animated.slower {
|
|
|
|
| 1633 |
animation-duration: 3s;
|
| 1634 |
}
|
| 1635 |
|
| 1636 |
@media (print), (prefers-reduced-motion: reduce) {
|
| 1637 |
.animated {
|
|
|
|
| 1638 |
animation-duration: 1ms !important;
|
| 1639 |
transition-duration: 1ms !important;
|
|
|
|
| 1640 |
animation-iteration-count: 1 !important;
|
| 1641 |
}
|
| 1642 |
}
|
| 1688 |
margin: 0;
|
| 1689 |
padding: 0;
|
| 1690 |
background: transparent center center no-repeat;
|
| 1691 |
+
transform: translateZ(0);
|
|
|
|
| 1692 |
will-change: transform, opacity;
|
| 1693 |
}
|
| 1694 |
|
| 1724 |
.vegas-transition-blur,
|
| 1725 |
.vegas-transition-blur2 {
|
| 1726 |
opacity: 0;
|
| 1727 |
+
filter: blur(32px) brightness(1.01);
|
|
|
|
| 1728 |
}
|
| 1729 |
|
| 1730 |
.vegas-transition-blur-in,
|
| 1731 |
.vegas-transition-blur2-in {
|
| 1732 |
opacity: 1;
|
| 1733 |
+
filter: blur(0px) brightness(1.01);
|
|
|
|
| 1734 |
}
|
| 1735 |
|
| 1736 |
.vegas-transition-blur2-out {
|
| 1743 |
.vegas-transition-burn,
|
| 1744 |
.vegas-transition-burn2 {
|
| 1745 |
opacity: 0;
|
| 1746 |
+
filter: contrast(1000%) saturate(1000%);
|
|
|
|
| 1747 |
}
|
| 1748 |
|
| 1749 |
.vegas-transition-burn-in,
|
| 1750 |
.vegas-transition-burn2-in {
|
| 1751 |
opacity: 1;
|
| 1752 |
+
filter: contrast(100%) saturate(100%);
|
|
|
|
| 1753 |
}
|
| 1754 |
|
| 1755 |
.vegas-transition-burn2-out {
|
| 1756 |
opacity: 0;
|
| 1757 |
+
filter: contrast(1000%) saturate(1000%);
|
|
|
|
| 1758 |
}
|
| 1759 |
|
| 1760 |
/*******************************************/
|
| 1780 |
.vegas-transition-flash,
|
| 1781 |
.vegas-transition-flash2 {
|
| 1782 |
opacity: 0;
|
| 1783 |
+
filter: brightness(25);
|
|
|
|
| 1784 |
}
|
| 1785 |
|
| 1786 |
.vegas-transition-flash-in,
|
| 1787 |
.vegas-transition-flash2-in {
|
| 1788 |
opacity: 1;
|
| 1789 |
+
filter: brightness(1);
|
|
|
|
| 1790 |
}
|
| 1791 |
|
| 1792 |
.vegas-transition-flash2-out {
|
| 1793 |
opacity: 0;
|
| 1794 |
+
filter: brightness(25);
|
|
|
|
| 1795 |
}
|
| 1796 |
|
| 1797 |
/*******************************************/
|
| 1800 |
.vegas-transition-negative,
|
| 1801 |
.vegas-transition-negative2 {
|
| 1802 |
opacity: 0;
|
| 1803 |
+
filter: invert(100%);
|
|
|
|
| 1804 |
}
|
| 1805 |
|
| 1806 |
.vegas-transition-negative-in,
|
| 1807 |
.vegas-transition-negative2-in {
|
| 1808 |
opacity: 1;
|
| 1809 |
+
filter: invert(0);
|
|
|
|
| 1810 |
}
|
| 1811 |
|
| 1812 |
.vegas-transition-negative2-out {
|
| 1813 |
opacity: 0;
|
| 1814 |
+
filter: invert(100%);
|
|
|
|
| 1815 |
}
|
| 1816 |
|
| 1817 |
/*******************************************/
|
| 1819 |
/*******************************************/
|
| 1820 |
.vegas-transition-slideDown,
|
| 1821 |
.vegas-transition-slideDown2 {
|
| 1822 |
+
transform: translateY(-100%);
|
|
|
|
| 1823 |
}
|
| 1824 |
|
| 1825 |
.vegas-transition-slideDown-in,
|
| 1826 |
.vegas-transition-slideDown2-in {
|
| 1827 |
+
transform: translateY(0%);
|
|
|
|
| 1828 |
}
|
| 1829 |
|
| 1830 |
.vegas-transition-slideDown2-out {
|
| 1831 |
+
transform: translateY(100%);
|
|
|
|
| 1832 |
}
|
| 1833 |
|
| 1834 |
/*******************************************/
|
| 1836 |
/*******************************************/
|
| 1837 |
.vegas-transition-slideLeft,
|
| 1838 |
.vegas-transition-slideLeft2 {
|
| 1839 |
+
transform: translateX(100%);
|
|
|
|
| 1840 |
}
|
| 1841 |
|
| 1842 |
.vegas-transition-slideLeft-in,
|
| 1843 |
.vegas-transition-slideLeft2-in {
|
| 1844 |
+
transform: translateX(0%);
|
|
|
|
| 1845 |
}
|
| 1846 |
|
| 1847 |
.vegas-transition-slideLeft2-out {
|
| 1848 |
+
transform: translateX(-100%);
|
|
|
|
| 1849 |
}
|
| 1850 |
|
| 1851 |
/*******************************************/
|
| 1853 |
/*******************************************/
|
| 1854 |
.vegas-transition-slideRight,
|
| 1855 |
.vegas-transition-slideRight2 {
|
| 1856 |
+
transform: translateX(-100%);
|
|
|
|
| 1857 |
}
|
| 1858 |
|
| 1859 |
.vegas-transition-slideRight-in,
|
| 1860 |
.vegas-transition-slideRight2-in {
|
| 1861 |
+
transform: translateX(0%);
|
|
|
|
| 1862 |
}
|
| 1863 |
|
| 1864 |
.vegas-transition-slideRight2-out {
|
| 1865 |
+
transform: translateX(100%);
|
|
|
|
| 1866 |
}
|
| 1867 |
|
| 1868 |
/*******************************************/
|
| 1870 |
/*******************************************/
|
| 1871 |
.vegas-transition-slideUp,
|
| 1872 |
.vegas-transition-slideUp2 {
|
| 1873 |
+
transform: translateY(100%);
|
|
|
|
| 1874 |
}
|
| 1875 |
|
| 1876 |
.vegas-transition-slideUp-in,
|
| 1877 |
.vegas-transition-slideUp2-in {
|
| 1878 |
+
transform: translateY(0%);
|
|
|
|
| 1879 |
}
|
| 1880 |
|
| 1881 |
.vegas-transition-slideUp2-out {
|
| 1882 |
+
transform: translateY(-100%);
|
|
|
|
| 1883 |
}
|
| 1884 |
|
| 1885 |
/*******************************************/
|
| 1887 |
/*******************************************/
|
| 1888 |
.vegas-transition-swirlLeft,
|
| 1889 |
.vegas-transition-swirlLeft2 {
|
| 1890 |
+
transform: scale(2) rotate(35deg);
|
|
|
|
| 1891 |
opacity: 0;
|
| 1892 |
}
|
| 1893 |
|
| 1894 |
.vegas-transition-swirlLeft-in,
|
| 1895 |
.vegas-transition-swirlLeft2-in {
|
| 1896 |
+
transform: scale(1) rotate(0deg);
|
|
|
|
| 1897 |
opacity: 1;
|
| 1898 |
}
|
| 1899 |
|
| 1900 |
.vegas-transition-swirlLeft2-out {
|
| 1901 |
+
transform: scale(2) rotate(-35deg);
|
|
|
|
| 1902 |
opacity: 0;
|
| 1903 |
}
|
| 1904 |
|
| 1907 |
/*******************************************/
|
| 1908 |
.vegas-transition-swirlRight,
|
| 1909 |
.vegas-transition-swirlRight2 {
|
| 1910 |
+
transform: scale(2) rotate(-35deg);
|
|
|
|
| 1911 |
opacity: 0;
|
| 1912 |
}
|
| 1913 |
|
| 1914 |
.vegas-transition-swirlRight-in,
|
| 1915 |
.vegas-transition-swirlRight2-in {
|
| 1916 |
+
transform: scale(1) rotate(0deg);
|
|
|
|
| 1917 |
opacity: 1;
|
| 1918 |
}
|
| 1919 |
|
| 1920 |
.vegas-transition-swirlRight2-out {
|
| 1921 |
+
transform: scale(2) rotate(35deg);
|
|
|
|
| 1922 |
opacity: 0;
|
| 1923 |
}
|
| 1924 |
|
| 1927 |
/*******************************************/
|
| 1928 |
.vegas-transition-zoomIn,
|
| 1929 |
.vegas-transition-zoomIn2 {
|
| 1930 |
+
transform: scale(0);
|
|
|
|
| 1931 |
opacity: 0;
|
| 1932 |
}
|
| 1933 |
|
| 1934 |
.vegas-transition-zoomIn-in,
|
| 1935 |
.vegas-transition-zoomIn2-in {
|
| 1936 |
+
transform: scale(1);
|
|
|
|
| 1937 |
opacity: 1;
|
| 1938 |
}
|
| 1939 |
|
| 1940 |
.vegas-transition-zoomIn2-out {
|
| 1941 |
+
transform: scale(2);
|
|
|
|
| 1942 |
opacity: 0;
|
| 1943 |
}
|
| 1944 |
|
| 1947 |
/*******************************************/
|
| 1948 |
.vegas-transition-zoomOut,
|
| 1949 |
.vegas-transition-zoomOut2 {
|
| 1950 |
+
transform: scale(2);
|
|
|
|
| 1951 |
opacity: 0;
|
| 1952 |
}
|
| 1953 |
|
| 1954 |
.vegas-transition-zoomOut-in,
|
| 1955 |
.vegas-transition-zoomOut2-in {
|
| 1956 |
+
transform: scale(1);
|
|
|
|
| 1957 |
opacity: 1;
|
| 1958 |
}
|
| 1959 |
|
| 1960 |
.vegas-transition-zoomOut2-out {
|
| 1961 |
+
transform: scale(0);
|
|
|
|
| 1962 |
opacity: 0;
|
| 1963 |
}
|
| 1964 |
|
| 1966 |
/* kenburns animation */
|
| 1967 |
/*******************************************/
|
| 1968 |
.vegas-animation-kenburns {
|
|
|
|
| 1969 |
animation: kenburns ease-out;
|
| 1970 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1971 |
@keyframes kenburns {
|
| 1972 |
0% {
|
| 1973 |
+
transform: scale(1.5);
|
|
|
|
| 1974 |
}
|
| 1975 |
100% {
|
| 1976 |
+
transform: scale(1);
|
|
|
|
| 1977 |
}
|
| 1978 |
}
|
| 1979 |
/*******************************************/
|
| 1980 |
/* kenburnsDownLeft animation */
|
| 1981 |
/*******************************************/
|
| 1982 |
.vegas-animation-kenburnsDownLeft {
|
|
|
|
| 1983 |
animation: kenburnsDownLeft ease-out;
|
| 1984 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1985 |
@keyframes kenburnsDownLeft {
|
| 1986 |
0% {
|
| 1987 |
+
transform: scale(1.5) translate(10%, -10%);
|
|
|
|
| 1988 |
}
|
| 1989 |
100% {
|
| 1990 |
+
transform: scale(1) translate(0, 0);
|
|
|
|
| 1991 |
}
|
| 1992 |
}
|
| 1993 |
/*******************************************/
|
| 1994 |
/* kenburnsDownRight animation */
|
| 1995 |
/*******************************************/
|
| 1996 |
.vegas-animation-kenburnsDownRight {
|
|
|
|
| 1997 |
animation: kenburnsDownRight ease-out;
|
| 1998 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1999 |
@keyframes kenburnsDownRight {
|
| 2000 |
0% {
|
| 2001 |
+
transform: scale(1.5) translate(-10%, -10%);
|
|
|
|
| 2002 |
}
|
| 2003 |
100% {
|
| 2004 |
+
transform: scale(1) translate(0, 0);
|
|
|
|
| 2005 |
}
|
| 2006 |
}
|
| 2007 |
/*******************************************/
|
| 2008 |
/* kenburnsDown animation */
|
| 2009 |
/*******************************************/
|
| 2010 |
.vegas-animation-kenburnsDown {
|
|
|
|
| 2011 |
animation: kenburnsDown ease-out;
|
| 2012 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2013 |
@keyframes kenburnsDown {
|
| 2014 |
0% {
|
| 2015 |
+
transform: scale(1.5) translate(0, -10%);
|
|
|
|
| 2016 |
}
|
| 2017 |
100% {
|
| 2018 |
+
transform: scale(1) translate(0, 0);
|
|
|
|
| 2019 |
}
|
| 2020 |
}
|
| 2021 |
/*******************************************/
|
| 2022 |
/* kenburnsLeft animation */
|
| 2023 |
/*******************************************/
|
| 2024 |
.vegas-animation-kenburnsLeft {
|
|
|
|
| 2025 |
animation: kenburnsLeft ease-out;
|
| 2026 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2027 |
@keyframes kenburnsLeft {
|
| 2028 |
0% {
|
| 2029 |
+
transform: scale(1.5) translate(10%, 0);
|
|
|
|
| 2030 |
}
|
| 2031 |
100% {
|
| 2032 |
+
transform: scale(1) translate(0, 0);
|
|
|
|
| 2033 |
}
|
| 2034 |
}
|
| 2035 |
/*******************************************/
|
| 2036 |
/* kenburnsRight animation */
|
| 2037 |
/*******************************************/
|
| 2038 |
.vegas-animation-kenburnsRight {
|
|
|
|
| 2039 |
animation: kenburnsRight ease-out;
|
| 2040 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2041 |
@keyframes kenburnsRight {
|
| 2042 |
0% {
|
| 2043 |
+
transform: scale(1.5) translate(-10%, 0);
|
|
|
|
| 2044 |
}
|
| 2045 |
100% {
|
| 2046 |
+
transform: scale(1) translate(0, 0);
|
|
|
|
| 2047 |
}
|
| 2048 |
}
|
| 2049 |
/*******************************************/
|
| 2050 |
/* kenburnsUpLeft animation */
|
| 2051 |
/*******************************************/
|
| 2052 |
.vegas-animation-kenburnsUpLeft {
|
|
|
|
| 2053 |
animation: kenburnsUpLeft ease-out;
|
| 2054 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2055 |
@keyframes kenburnsUpLeft {
|
| 2056 |
0% {
|
| 2057 |
+
transform: scale(1.5) translate(10%, 10%);
|
|
|
|
| 2058 |
}
|
| 2059 |
100% {
|
| 2060 |
+
transform: scale(1) translate(0, 0);
|
|
|
|
| 2061 |
}
|
| 2062 |
}
|
| 2063 |
/*******************************************/
|
| 2064 |
/* kenburnsUpRight animation */
|
| 2065 |
/*******************************************/
|
| 2066 |
.vegas-animation-kenburnsUpRight {
|
|
|
|
| 2067 |
animation: kenburnsUpRight ease-out;
|
| 2068 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2069 |
@keyframes kenburnsUpRight {
|
| 2070 |
0% {
|
| 2071 |
+
transform: scale(1.5) translate(-10%, 10%);
|
|
|
|
| 2072 |
}
|
| 2073 |
100% {
|
| 2074 |
+
transform: scale(1) translate(0, 0);
|
|
|
|
| 2075 |
}
|
| 2076 |
}
|
| 2077 |
/*******************************************/
|
| 2078 |
/* kenburnsUp animation */
|
| 2079 |
/*******************************************/
|
| 2080 |
.vegas-animation-kenburnsUp {
|
|
|
|
| 2081 |
animation: kenburnsUp ease-out;
|
| 2082 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2083 |
@keyframes kenburnsUp {
|
| 2084 |
0% {
|
| 2085 |
+
transform: scale(1.5) translate(0, 10%);
|
|
|
|
| 2086 |
}
|
| 2087 |
100% {
|
| 2088 |
+
transform: scale(1) translate(0, 0);
|
|
|
|
| 2089 |
}
|
| 2090 |
}
|
| 2091 |
/**
|
| 2130 |
height: 100%;
|
| 2131 |
z-index: 1;
|
| 2132 |
display: flex;
|
|
|
|
| 2133 |
transition-property: transform;
|
|
|
|
| 2134 |
box-sizing: content-box;
|
| 2135 |
}
|
| 2136 |
|
| 2137 |
.swiper-android .swiper-slide,
|
| 2138 |
.swiper-wrapper {
|
| 2139 |
+
transform: translate3d(0px, 0, 0);
|
|
|
|
| 2140 |
}
|
| 2141 |
|
| 2142 |
.swiper-pointer-events {
|
| 2152 |
width: 100%;
|
| 2153 |
height: 100%;
|
| 2154 |
position: relative;
|
|
|
|
| 2155 |
transition-property: transform;
|
|
|
|
| 2156 |
}
|
| 2157 |
|
| 2158 |
.swiper-slide-invisible-blank {
|
| 2167 |
|
| 2168 |
.swiper-autoheight .swiper-wrapper {
|
| 2169 |
align-items: flex-start;
|
|
|
|
| 2170 |
transition-property: transform, height;
|
|
|
|
| 2171 |
}
|
| 2172 |
|
| 2173 |
.swiper-backface-hidden .swiper-slide {
|
| 2174 |
+
transform: translateZ(0);
|
|
|
|
| 2175 |
-webkit-backface-visibility: hidden;
|
| 2176 |
backface-visibility: hidden;
|
| 2177 |
}
|
| 2179 |
/* 3D Effects */
|
| 2180 |
.swiper-3d,
|
| 2181 |
.swiper-3d.swiper-css-mode .swiper-wrapper {
|
| 2182 |
+
perspective: 1200px;
|
|
|
|
| 2183 |
}
|
| 2184 |
|
| 2185 |
.swiper-3d .swiper-wrapper,
|
| 2190 |
.swiper-3d .swiper-slide-shadow-top,
|
| 2191 |
.swiper-3d .swiper-slide-shadow-bottom,
|
| 2192 |
.swiper-3d .swiper-cube-shadow {
|
| 2193 |
+
transform-style: preserve-3d;
|
|
|
|
| 2194 |
}
|
| 2195 |
|
| 2196 |
.swiper-3d .swiper-slide-shadow,
|
| 2286 |
|
| 2287 |
.swiper-virtual .swiper-slide {
|
| 2288 |
-webkit-backface-visibility: hidden;
|
| 2289 |
+
transform: translateZ(0);
|
|
|
|
| 2290 |
}
|
| 2291 |
|
| 2292 |
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
|
| 2402 |
position: absolute;
|
| 2403 |
text-align: center;
|
| 2404 |
transition: 300ms opacity;
|
| 2405 |
+
transform: translate3d(0, 0, 0);
|
|
|
|
| 2406 |
z-index: 10;
|
| 2407 |
}
|
| 2408 |
|
| 2432 |
}
|
| 2433 |
|
| 2434 |
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
|
| 2435 |
+
transform: scale(0.33);
|
|
|
|
| 2436 |
position: relative;
|
| 2437 |
}
|
| 2438 |
|
| 2439 |
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
|
| 2440 |
+
transform: scale(1);
|
|
|
|
| 2441 |
}
|
| 2442 |
|
| 2443 |
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
|
| 2444 |
+
transform: scale(1);
|
|
|
|
| 2445 |
}
|
| 2446 |
|
| 2447 |
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
|
| 2448 |
+
transform: scale(0.66);
|
|
|
|
| 2449 |
}
|
| 2450 |
|
| 2451 |
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
|
| 2452 |
+
transform: scale(0.33);
|
|
|
|
| 2453 |
}
|
| 2454 |
|
| 2455 |
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
|
| 2456 |
+
transform: scale(0.66);
|
|
|
|
| 2457 |
}
|
| 2458 |
|
| 2459 |
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
|
| 2460 |
+
transform: scale(0.33);
|
|
|
|
| 2461 |
}
|
| 2462 |
|
| 2463 |
.swiper-pagination-bullet {
|
| 2495 |
.swiper-pagination-vertical.swiper-pagination-bullets {
|
| 2496 |
right: 10px;
|
| 2497 |
top: 50%;
|
| 2498 |
+
transform: translate3d(0px, -50%, 0);
|
|
|
|
| 2499 |
}
|
| 2500 |
|
| 2501 |
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
|
| 2507 |
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
|
| 2508 |
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
|
| 2509 |
top: 50%;
|
| 2510 |
+
transform: translateY(-50%);
|
|
|
|
| 2511 |
width: 8px;
|
| 2512 |
}
|
| 2513 |
|
| 2514 |
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
|
| 2515 |
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
|
| 2516 |
display: inline-block;
|
|
|
|
| 2517 |
transition: 200ms transform, 200ms top;
|
|
|
|
| 2518 |
}
|
| 2519 |
|
| 2520 |
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
|
| 2525 |
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
|
| 2526 |
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
|
| 2527 |
left: 50%;
|
| 2528 |
+
transform: translateX(-50%);
|
|
|
|
| 2529 |
white-space: nowrap;
|
| 2530 |
}
|
| 2531 |
|
| 2532 |
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
|
| 2533 |
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
|
|
|
|
| 2534 |
transition: 200ms transform, 200ms left;
|
|
|
|
| 2535 |
}
|
| 2536 |
|
| 2537 |
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
|
|
|
|
| 2538 |
transition: 200ms transform, 200ms right;
|
|
|
|
| 2539 |
}
|
| 2540 |
|
| 2541 |
/* Progress */
|
| 2551 |
top: 0;
|
| 2552 |
width: 100%;
|
| 2553 |
height: 100%;
|
| 2554 |
+
transform: scale(0);
|
| 2555 |
+
transform-origin: left top;
|
|
|
|
|
|
|
| 2556 |
}
|
| 2557 |
|
| 2558 |
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
|
| 2559 |
+
transform-origin: right top;
|
|
|
|
| 2560 |
}
|
| 2561 |
|
| 2562 |
.swiper-horizontal > .swiper-pagination-progressbar,
|
| 2672 |
margin-left: -21px;
|
| 2673 |
margin-top: -21px;
|
| 2674 |
z-index: 10;
|
| 2675 |
+
transform-origin: 50%;
|
|
|
|
| 2676 |
box-sizing: border-box;
|
| 2677 |
border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
|
| 2678 |
border-radius: 50%;
|
| 2681 |
|
| 2682 |
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
|
| 2683 |
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
|
| 2684 |
+
animation: swiper-preloader-spin 1s infinite linear;
|
|
|
|
| 2685 |
}
|
| 2686 |
|
| 2687 |
.swiper-lazy-preloader-white {
|
| 2692 |
--swiper-preloader-color: #000;
|
| 2693 |
}
|
| 2694 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2695 |
@keyframes swiper-preloader-spin {
|
| 2696 |
0% {
|
| 2697 |
+
transform: rotate(0deg);
|
|
|
|
| 2698 |
}
|
| 2699 |
100% {
|
| 2700 |
+
transform: rotate(360deg);
|
|
|
|
| 2701 |
}
|
| 2702 |
}
|
| 2703 |
/* a11y */
|
| 2752 |
backface-visibility: hidden;
|
| 2753 |
z-index: 1;
|
| 2754 |
visibility: hidden;
|
| 2755 |
+
transform-origin: 0 0;
|
|
|
|
| 2756 |
width: 100%;
|
| 2757 |
height: 100%;
|
| 2758 |
}
|
| 2762 |
}
|
| 2763 |
|
| 2764 |
.swiper-cube.swiper-rtl .swiper-slide {
|
| 2765 |
+
transform-origin: 100% 0;
|
|
|
|
| 2766 |
}
|
| 2767 |
|
| 2768 |
.swiper-cube .swiper-slide-active,
|
| 2805 |
top: 0;
|
| 2806 |
bottom: 0;
|
| 2807 |
right: 0;
|
| 2808 |
+
filter: blur(50px);
|
|
|
|
| 2809 |
}
|
| 2810 |
|
| 2811 |
.swiper-flip {
|
| 2841 |
-webkit-backface-visibility: hidden;
|
| 2842 |
backface-visibility: hidden;
|
| 2843 |
overflow: hidden;
|
|
|
|
| 2844 |
transition-property: transform, opacity, height;
|
|
|
|
| 2845 |
}
|
| 2846 |
|
| 2847 |
.swiper-cards {
|
| 2849 |
}
|
| 2850 |
|
| 2851 |
.swiper-cards .swiper-slide {
|
| 2852 |
+
transform-origin: center bottom;
|
|
|
|
| 2853 |
-webkit-backface-visibility: hidden;
|
| 2854 |
backface-visibility: hidden;
|
| 2855 |
overflow: hidden;
|
| 2919 |
.nifty-columns {
|
| 2920 |
display: grid;
|
| 2921 |
grid-template-columns: repeat(1, minmax(0, 1fr));
|
| 2922 |
+
column-gap: clamp(1rem, 0.636rem + 1.82vw, 2rem);
|
|
|
|
| 2923 |
}
|
| 2924 |
.nifty-columns-2 {
|
| 2925 |
grid-template-columns: repeat(2, minmax(0, 1fr));
|
assets/css/frontend.min.css
CHANGED
|
@@ -4,4 +4,4 @@
|
|
| 4 |
* Licensed under the MIT license - http://opensource.org/licenses/MIT
|
| 5 |
*
|
| 6 |
* Copyright (c) 2019 Daniel Eden
|
| 7 |
-
*/@-webkit-keyframes bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes pulse{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes rubberBand{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes tada{from{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes wobble{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{11.1%,from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{11.1%,from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{from{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);transform:perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{from{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);transform:perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes jackInTheBox{from{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{from{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.delay-1s{-webkit-animation-delay:1s;animation-delay:1s}.animated.delay-2s{-webkit-animation-delay:2s;animation-delay:2s}.animated.delay-3s{-webkit-animation-delay:3s;animation-delay:3s}.animated.delay-4s{-webkit-animation-delay:4s;animation-delay:4s}.animated.delay-5s{-webkit-animation-delay:5s;animation-delay:5s}.animated.fast{-webkit-animation-duration:.8s;animation-duration:.8s}.animated.faster{-webkit-animation-duration:.5s;animation-duration:.5s}.animated.slow{-webkit-animation-duration:2s;animation-duration:2s}.animated.slower{-webkit-animation-duration:3s;animation-duration:3s}@media (print),(prefers-reduced-motion:reduce){.animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}}.vegas-content-scrollable,.vegas-overlay,.vegas-slide,.vegas-slide-inner,.vegas-timer{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;border:none;padding:0;margin:0}.vegas-content-scrollable{position:relative;height:100%;overflow:auto}.vegas-overlay{opacity:.5}.vegas-timer{top:auto;bottom:0;height:2px}.vegas-timer-progress{width:0%;height:100%;background:#fff;transition:width ease-out}.vegas-timer-running .vegas-timer-progress{width:100%}.vegas-slide,.vegas-slide-inner{margin:0;padding:0;background:transparent center center no-repeat;-webkit-transform:translateZ(0);transform:translateZ(0);will-change:transform,opacity}body .vegas-container{overflow:hidden!important;position:relative}.vegas-video{min-width:100%;min-height:100%;width:auto;height:auto}body.vegas-container{overflow:auto;position:static;z-index:-2}body.vegas-container>.vegas-overlay,body.vegas-container>.vegas-slide,body.vegas-container>.vegas-timer{position:fixed;z-index:-1}.vegas-transition-blur,.vegas-transition-blur2{opacity:0;-webkit-filter:blur(32px) brightness(1.01);filter:blur(32px) brightness(1.01)}.vegas-transition-blur-in,.vegas-transition-blur2-in{opacity:1;-webkit-filter:blur(0) brightness(1.01);filter:blur(0) brightness(1.01)}.vegas-transition-blur2-out{opacity:0}.vegas-transition-burn,.vegas-transition-burn2{opacity:0;-webkit-filter:contrast(1000%) saturate(1000%);filter:contrast(1000%) saturate(1000%)}.vegas-transition-burn-in,.vegas-transition-burn2-in{opacity:1;-webkit-filter:contrast(100%) saturate(100%);filter:contrast(100%) saturate(100%)}.vegas-transition-burn2-out{opacity:0;-webkit-filter:contrast(1000%) saturate(1000%);filter:contrast(1000%) saturate(1000%)}.vegas-transition-fade,.vegas-transition-fade2{opacity:0}.vegas-transition-fade-in,.vegas-transition-fade2-in{opacity:1}.vegas-transition-fade2-out{opacity:0}.vegas-transition-flash,.vegas-transition-flash2{opacity:0;-webkit-filter:brightness(25);filter:brightness(25)}.vegas-transition-flash-in,.vegas-transition-flash2-in{opacity:1;-webkit-filter:brightness(1);filter:brightness(1)}.vegas-transition-flash2-out{opacity:0;-webkit-filter:brightness(25);filter:brightness(25)}.vegas-transition-negative,.vegas-transition-negative2{opacity:0;-webkit-filter:invert(100%);filter:invert(100%)}.vegas-transition-negative-in,.vegas-transition-negative2-in{opacity:1;-webkit-filter:invert(0);filter:invert(0)}.vegas-transition-negative2-out{opacity:0;-webkit-filter:invert(100%);filter:invert(100%)}.vegas-transition-slideDown,.vegas-transition-slideDown2{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.vegas-transition-slideDown-in,.vegas-transition-slideDown2-in{-webkit-transform:translateY(0);transform:translateY(0)}.vegas-transition-slideDown2-out{-webkit-transform:translateY(100%);transform:translateY(100%)}.vegas-transition-slideLeft,.vegas-transition-slideLeft2{-webkit-transform:translateX(100%);transform:translateX(100%)}.vegas-transition-slideLeft-in,.vegas-transition-slideLeft2-in{-webkit-transform:translateX(0);transform:translateX(0)}.vegas-transition-slideLeft2-out{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.vegas-transition-slideRight,.vegas-transition-slideRight2{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.vegas-transition-slideRight-in,.vegas-transition-slideRight2-in{-webkit-transform:translateX(0);transform:translateX(0)}.vegas-transition-slideRight2-out{-webkit-transform:translateX(100%);transform:translateX(100%)}.vegas-transition-slideUp,.vegas-transition-slideUp2{-webkit-transform:translateY(100%);transform:translateY(100%)}.vegas-transition-slideUp-in,.vegas-transition-slideUp2-in{-webkit-transform:translateY(0);transform:translateY(0)}.vegas-transition-slideUp2-out{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.vegas-transition-swirlLeft,.vegas-transition-swirlLeft2{-webkit-transform:scale(2) rotate(35deg);transform:scale(2) rotate(35deg);opacity:0}.vegas-transition-swirlLeft-in,.vegas-transition-swirlLeft2-in{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0);opacity:1}.vegas-transition-swirlLeft2-out{-webkit-transform:scale(2) rotate(-35deg);transform:scale(2) rotate(-35deg);opacity:0}.vegas-transition-swirlRight,.vegas-transition-swirlRight2{-webkit-transform:scale(2) rotate(-35deg);transform:scale(2) rotate(-35deg);opacity:0}.vegas-transition-swirlRight-in,.vegas-transition-swirlRight2-in{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0);opacity:1}.vegas-transition-swirlRight2-out{-webkit-transform:scale(2) rotate(35deg);transform:scale(2) rotate(35deg);opacity:0}.vegas-transition-zoomIn,.vegas-transition-zoomIn2{-webkit-transform:scale(0);transform:scale(0);opacity:0}.vegas-transition-zoomIn-in,.vegas-transition-zoomIn2-in{-webkit-transform:scale(1);transform:scale(1);opacity:1}.vegas-transition-zoomIn2-out{-webkit-transform:scale(2);transform:scale(2);opacity:0}.vegas-transition-zoomOut,.vegas-transition-zoomOut2{-webkit-transform:scale(2);transform:scale(2);opacity:0}.vegas-transition-zoomOut-in,.vegas-transition-zoomOut2-in{-webkit-transform:scale(1);transform:scale(1);opacity:1}.vegas-transition-zoomOut2-out{-webkit-transform:scale(0);transform:scale(0);opacity:0}.vegas-animation-kenburns{-webkit-animation:kenburns ease-out;animation:kenburns ease-out}@-webkit-keyframes kenburns{0%{-webkit-transform:scale(1.5);transform:scale(1.5)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes kenburns{0%{-webkit-transform:scale(1.5);transform:scale(1.5)}100%{-webkit-transform:scale(1);transform:scale(1)}}.vegas-animation-kenburnsDownLeft{-webkit-animation:kenburnsDownLeft ease-out;animation:kenburnsDownLeft ease-out}@-webkit-keyframes kenburnsDownLeft{0%{-webkit-transform:scale(1.5) translate(10%,-10%);transform:scale(1.5) translate(10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsDownLeft{0%{-webkit-transform:scale(1.5) translate(10%,-10%);transform:scale(1.5) translate(10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsDownRight{-webkit-animation:kenburnsDownRight ease-out;animation:kenburnsDownRight ease-out}@-webkit-keyframes kenburnsDownRight{0%{-webkit-transform:scale(1.5) translate(-10%,-10%);transform:scale(1.5) translate(-10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsDownRight{0%{-webkit-transform:scale(1.5) translate(-10%,-10%);transform:scale(1.5) translate(-10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsDown{-webkit-animation:kenburnsDown ease-out;animation:kenburnsDown ease-out}@-webkit-keyframes kenburnsDown{0%{-webkit-transform:scale(1.5) translate(0,-10%);transform:scale(1.5) translate(0,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsDown{0%{-webkit-transform:scale(1.5) translate(0,-10%);transform:scale(1.5) translate(0,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsLeft{-webkit-animation:kenburnsLeft ease-out;animation:kenburnsLeft ease-out}@-webkit-keyframes kenburnsLeft{0%{-webkit-transform:scale(1.5) translate(10%,0);transform:scale(1.5) translate(10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsLeft{0%{-webkit-transform:scale(1.5) translate(10%,0);transform:scale(1.5) translate(10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsRight{-webkit-animation:kenburnsRight ease-out;animation:kenburnsRight ease-out}@-webkit-keyframes kenburnsRight{0%{-webkit-transform:scale(1.5) translate(-10%,0);transform:scale(1.5) translate(-10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsRight{0%{-webkit-transform:scale(1.5) translate(-10%,0);transform:scale(1.5) translate(-10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsUpLeft{-webkit-animation:kenburnsUpLeft ease-out;animation:kenburnsUpLeft ease-out}@-webkit-keyframes kenburnsUpLeft{0%{-webkit-transform:scale(1.5) translate(10%,10%);transform:scale(1.5) translate(10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsUpLeft{0%{-webkit-transform:scale(1.5) translate(10%,10%);transform:scale(1.5) translate(10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsUpRight{-webkit-animation:kenburnsUpRight ease-out;animation:kenburnsUpRight ease-out}@-webkit-keyframes kenburnsUpRight{0%{-webkit-transform:scale(1.5) translate(-10%,10%);transform:scale(1.5) translate(-10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsUpRight{0%{-webkit-transform:scale(1.5) translate(-10%,10%);transform:scale(1.5) translate(-10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsUp{-webkit-animation:kenburnsUp ease-out;animation:kenburnsUp ease-out}@-webkit-keyframes kenburnsUp{0%{-webkit-transform:scale(1.5) translate(0,10%);transform:scale(1.5) translate(0,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsUp{0%{-webkit-transform:scale(1.5) translate(0,10%);transform:scale(1.5) translate(0,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-backface-hidden .swiper-slide{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s top,.2s -webkit-transform;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s left,.2s -webkit-transform;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s right,.2s -webkit-transform;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{-webkit-animation:swiper-preloader-spin 1s infinite linear;animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@-webkit-keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{-webkit-transform-origin:100% 0;transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;-webkit-filter:blur(50px);filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:opacity,height,-webkit-transform;transition-property:transform,opacity,height;transition-property:transform,opacity,height,-webkit-transform}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}@font-face{font-family:system-ui;font-style:normal;font-weight:300;src:local(".SFNS-Light"),local(".SFNSText-Light"),local(".HelveticaNeueDeskInterface-Light"),local(".LucidaGrandeUI"),local("Segoe UI Light"),local("Ubuntu Light"),local("Roboto-Light"),local("DroidSans"),local("Tahoma")}@font-face{font-family:system-ui;font-style:italic;font-weight:300;src:local(".SFNS-LightItalic"),local(".SFNSText-LightItalic"),local(".HelveticaNeueDeskInterface-Italic"),local(".LucidaGrandeUI"),local("Segoe UI Light Italic"),local("Ubuntu Light Italic"),local("Roboto-LightItalic"),local("DroidSans"),local("Tahoma")}@font-face{font-family:system-ui;font-style:normal;font-weight:400;src:local(".SFNS-Regular"),local(".SFNSText-Regular"),local(".HelveticaNeueDeskInterface-Regular"),local(".LucidaGrandeUI"),local("Segoe UI"),local("Ubuntu"),local("Roboto-Regular"),local("DroidSans"),local("Tahoma")}@font-face{font-family:system-ui;font-style:italic;font-weight:400;src:local(".SFNS-Italic"),local(".SFNSText-Italic"),local(".HelveticaNeueDeskInterface-Italic"),local(".LucidaGrandeUI"),local("Segoe UI Italic"),local("Ubuntu Italic"),local("Roboto-Italic"),local("DroidSans"),local("Tahoma")}@font-face{font-family:system-ui;font-style:normal;font-weight:500;src:local(".SFNS-Medium"),local(".SFNSText-Medium"),local(".HelveticaNeueDeskInterface-MediumP4"),local(".LucidaGrandeUI"),local("Segoe UI Semibold"),local("Ubuntu Medium"),local("Roboto-Medium"),local("DroidSans-Bold"),local("Tahoma Bold")}@font-face{font-family:system-ui;font-style:italic;font-weight:500;src:local(".SFNS-MediumItalic"),local(".SFNSText-MediumItalic"),local(".HelveticaNeueDeskInterface-MediumItalicP4"),local(".LucidaGrandeUI"),local("Segoe UI Semibold Italic"),local("Ubuntu Medium Italic"),local("Roboto-MediumItalic"),local("DroidSans-Bold"),local("Tahoma Bold")}@font-face{font-family:system-ui;font-style:normal;font-weight:700;src:local(".SFNS-Bold"),local(".SFNSText-Bold"),local(".HelveticaNeueDeskInterface-Bold"),local(".LucidaGrandeUI"),local("Segoe UI Bold"),local("Ubuntu Bold"),local("Roboto-Bold"),local("DroidSans-Bold"),local("Tahoma Bold")}@font-face{font-family:system-ui;font-style:italic;font-weight:700;src:local(".SFNS-BoldItalic"),local(".SFNSText-BoldItalic"),local(".HelveticaNeueDeskInterface-BoldItalic"),local(".LucidaGrandeUI"),local("Segoe UI Bold Italic"),local("Ubuntu Bold Italic"),local("Roboto-BoldItalic"),local("DroidSans-Bold"),local("Tahoma Bold")}.nifty-container,.nifty-container-fluid,.nifty-container-narrow{max-width:100%;padding-inline:15px;padding-inline:clamp(.938rem,.551rem + 1.93vw,2rem);margin-inline:auto}.nifty-container{max-width:1170px}.nifty-container-narrow{max-width:800px}.nifty-columns{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));-webkit-column-gap:clamp(1rem,.636rem + 1.82vw,2rem);column-gap:clamp(1rem,.636rem + 1.82vw,2rem)}.nifty-columns-2{grid-template-columns:repeat(2,minmax(0,1fr))}.nifty-columns-3{grid-template-columns:repeat(3,minmax(0,1fr))}.nifty-columns-4{grid-template-columns:repeat(4,minmax(0,1fr))}.nifty-columns-5{grid-template-columns:repeat(5,minmax(0,1fr))}.nifty-columns-6{grid-template-columns:repeat(6,minmax(0,1fr))}.nifty-columns-gap-2{gap:clamp(1rem,.455rem + 2.73vw,2.5rem)}.nifty-columns-gap-3{gap:clamp(1rem,.273rem + 3.64vw,3rem)}.nifty-columns-gap-4{gap:clamp(1rem,-.091rem + 5.45vw,4rem)}.nifty-columns-gap-5{gap:clamp(1rem,-.455rem + 7.27vw,5rem)}.nifty-columns-gap-6{gap:clamp(1rem,-.818rem + 9.09vw,6rem)}@media (min-width:30em){.nifty-columns-sm-2{grid-template-columns:repeat(2,minmax(0,1fr))}.nifty-columns-sm-3{grid-template-columns:repeat(3,minmax(0,1fr))}.nifty-columns-sm-4{grid-template-columns:repeat(4,minmax(0,1fr))}.nifty-columns-sm-5{grid-template-columns:repeat(5,minmax(0,1fr))}.nifty-columns-sm-6{grid-template-columns:repeat(6,minmax(0,1fr))}}@media (min-width:48em){.nifty-columns-md-2{grid-template-columns:repeat(2,minmax(0,1fr))}.nifty-columns-md-3{grid-template-columns:repeat(3,minmax(0,1fr))}.nifty-columns-md-4{grid-template-columns:repeat(4,minmax(0,1fr))}.nifty-columns-md-5{grid-template-columns:repeat(5,minmax(0,1fr))}.nifty-columns-md-6{grid-template-columns:repeat(6,minmax(0,1fr))}}@media (min-width:64em){.nifty-columns-lg-2{grid-template-columns:repeat(2,minmax(0,1fr))}.nifty-columns-lg-3{grid-template-columns:repeat(3,minmax(0,1fr))}.nifty-columns-lg-4{grid-template-columns:repeat(4,minmax(0,1fr))}.nifty-columns-lg-5{grid-template-columns:repeat(5,minmax(0,1fr))}.nifty-columns-lg-6{grid-template-columns:repeat(6,minmax(0,1fr))}}.nifty-text-left{text-align:left}.nifty-text-center{text-align:center}.nifty-text-right{text-align:right}*{box-sizing:border-box}::-moz-selection,::selection{color:#333;background:#fff}body{font-family:system-ui;font-family:"Open Sans",sans-serif}.nifty-coming-soon-message,h1,h2,h3,h4,h5,h6{font-family:Lato,sans-serif}form input{height:32px;padding:.5em 1em;border:0;background-color:#fff;font-size:14px;outline:0}form input:focus{outline:0}a{text-decoration:none;color:#fff}a:hover{color:#9e0039}.button,input[type=submit]{display:inline-block;border:0;border-radius:5px;background:#9e0039;color:#fff;cursor:pointer}.nifty-main-wrapper #preloader{position:fixed;inset:0;z-index:999;overflow:visible;background:#fff url(../images/loading.gif) no-repeat center center}.nifty-block{margin-block:clamp(2rem,.909rem + 5.45vw,5rem);color:#fff}.nifty-logo{display:inline-block;max-width:300px}.nifty-logo a{display:block}.nifty-logo img{max-width:100%}.nifty-title{font-size:32px;font-family:Lato,sans-serif}h1{font-size:1.6rem}body.intro-animation-enabled .nifty-coming-soon-message ul{display:none}.nifty-coming-soon-message{margin-inline:auto;font-family:Lato,sans-serif;font-size:clamp(1.125rem,.08rem + 5.23vw,4rem);color:#fff;text-shadow:#333 1px 1px 2px;-webkit-text-stroke:.2px}.nifty-coming-soon-message ul{list-style-type:none}.nifty-heading{margin-block:clamp(.25rem,-.341rem + 2.95vw,1.875rem);margin-inline:auto;color:#fff;-webkit-text-stroke:.1px}.nifty-heading h3{font-family:"Open Sans",sans-serif;font-size:1rem;font-weight:400}.nifty-slider .nifty-block{margin-block:clamp(1.5rem,1.136rem + 1.82vw,2.5rem)}.nifty-slider .swiper-wrapper{margin-top:40px}.nifty-slider-content{margin-block:clamp(2rem,1.636rem + 1.82vw,3rem)}.nifty-slider .swiper-pagination{top:0;bottom:auto!important}.nifty-slider .swiper-pagination .swiper-pagination-bullet{padding:5px;border-radius:0;width:auto;height:30px;text-align:center;line-height:30px;font-size:12px;color:#fff;opacity:1;background:0 0}.nifty-slider .swiper-pagination .swiper-pagination-bullet span{font-size:1.6rem}.nifty-slider .swiper-pagination .swiper-pagination-bullet-active{color:#9e0039}.nifty-contact-details{font-size:1rem;color:#fff}.nifty-contact-details h4{font-weight:700}.nifty-contact-details .contact-company-name{margin-block:clamp(.25rem,-.341rem + 2.95vw,1.875rem)}.nifty-contact-details ul{padding:0;margin:0;list-style:none}.nifty-contact-details ul li{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-block:16px}.nifty-subscribe{max-width:400px;margin-inline:auto}.nifty-subscribe-form{display:flex;justify-content:center;align-items:center}.nifty-subscribe-form input[type=text]{border-radius:6px 0 0 6px}.nifty-subscribe-form .button{max-width:100px;border-radius:0 6px 6px 0;background:#9e0039}.nifty-subscribe-form .button:hover{background:#9e0039}.nifty-socials{max-width:400px;margin-inline:auto}.nifty-socials-icons{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;font-size:1.6rem}.nifty-socials-icons ul{display:flex;flex-wrap:nowrap;align-items:center;gap:10px;padding:0;margin:0;list-style:none}.nifty-socials-icons a{text-decoration:none;color:#fff}.nifty-socials-icons a:hover,.nifty-socials-icons a:hover span{color:#9e0039}.nifty-content-full{margin-block:2px;margin-inline:auto;text-align:center}@media (min-width:20em){.nifty-content-full{margin-block:25px 5px}}@media (min-width:48em){.nifty-content-full{margin-block:50px 10px}}@media (min-width:64em){.nifty-content-full{margin-block:80px 10px}}.nifty-error{font-size:.9em;text-decoration:underline;color:#fff}.nifty-success{color:#fff;font-size:.9em}#slider-navigation{margin-top:20px}#slider-navigation a{margin-left:5px;font-size:.9em;outline:0}#slider-navigation a.active span,#slider-navigation a:hover span{color:#9e0039}@media (min-width:20em){#slider-navigation a{margin-left:10px}}@media (min-width:30em){#slider-navigation a{margin:5px}}.nifty-timer{max-width:600px;margin-inline:auto}#days,#hours,#minutes,#seconds{font-size:clamp(1.25rem,.25rem + 5vw,4rem);-webkit-text-stroke:.25px;text-shadow:#555 1px 1px 2px}.timer-item{padding:8px;border-radius:50%;color:#fff;text-align:center;transition:all .5s ease;font-family:Raleway,sans-serif}.timer-bottom{font-size:.8rem;padding-block:clamp(.5rem,.318rem + .91vw,1rem);-webkit-text-stroke:.1px}@media (min-width:48em){.timer-bottom{font-size:1rem}}.nifty-timer-item{padding-top:15px;border:none}.nifty-message{background-color:#0c0;padding:5px 0}.nifty-message-error{background-color:#d00}.nifty-message p{margin:0}.nifty-subscribe-message .nifty-message{margin-top:15px}
|
| 4 |
* Licensed under the MIT license - http://opensource.org/licenses/MIT
|
| 5 |
*
|
| 6 |
* Copyright (c) 2019 Daniel Eden
|
| 7 |
+
*/@keyframes bounce{20%,53%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,0,0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{from{transform:scale3d(1,1,1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scale3d(1,1,1)}}.pulse{animation-name:pulse}@keyframes rubberBand{from{transform:scale3d(1,1,1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scale3d(1,1,1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{from,to{transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate3d(0,0,1,15deg)}40%{transform:rotate3d(0,0,1,-10deg)}60%{transform:rotate3d(0,0,1,5deg)}80%{transform:rotate3d(0,0,1,-5deg)}to{transform:rotate3d(0,0,1,0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{from{transform:scale3d(1,1,1)}10%,20%{transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{transform:scale3d(1,1,1)}}.tada{animation-name:tada}@keyframes wobble{from{transform:translate3d(0,0,0)}15%{transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{transform:translate3d(0,0,0)}}.wobble{animation-name:wobble}@keyframes jello{11.1%,from,to{transform:translate3d(0,0,0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-timing-function:ease-in-out}@keyframes bounceIn{20%,40%,60%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scale3d(1,1,1)}}.bounceIn{animation-duration:.75s;animation-name:bounceIn}@keyframes bounceInDown{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:translate3d(0,0,0)}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:translate3d(0,0,0)}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:translate3d(0,0,0)}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translate3d(0,0,0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-duration:.75s;animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{from{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{from{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{from{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{from{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translate3d(0,0,0)}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{from{transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);animation-timing-function:ease-out}40%{transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{from{transform:perspective(400px) rotate3d(1,0,0,90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(1,0,0,-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{from{transform:perspective(400px) rotate3d(0,1,0,90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(0,1,0,-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{animation-duration:.75s;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{animation-duration:.75s;-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{from{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translate3d(0,0,0)}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{from{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{from{transform-origin:center;transform:rotate3d(0,0,1,-200deg);opacity:0}to{transform-origin:center;transform:translate3d(0,0,0);opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}to{transform-origin:left bottom;transform:translate3d(0,0,0);opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:right bottom;transform:translate3d(0,0,0);opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:left bottom;transform:translate3d(0,0,0);opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,-90deg);opacity:0}to{transform-origin:right bottom;transform:translate3d(0,0,0);opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{from{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{from{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{from{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{from{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{from{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate3d(0,0,1,80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate3d(0,0,1,60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-duration:2s;animation-name:hinge}@keyframes jackInTheBox{from{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{from{opacity:0;transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;transform:translate3d(0,0,0)}}.rollIn{animation-name:rollIn}@keyframes rollOut{from{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{from{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{from{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{from{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{from{transform:translate3d(100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{from{transform:translate3d(0,100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{from{transform:translate3d(0,0,0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:slideOutUp}.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.delay-1s{animation-delay:1s}.animated.delay-2s{animation-delay:2s}.animated.delay-3s{animation-delay:3s}.animated.delay-4s{animation-delay:4s}.animated.delay-5s{animation-delay:5s}.animated.fast{animation-duration:.8s}.animated.faster{animation-duration:.5s}.animated.slow{animation-duration:2s}.animated.slower{animation-duration:3s}@media (print),(prefers-reduced-motion:reduce){.animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}}.vegas-content-scrollable,.vegas-overlay,.vegas-slide,.vegas-slide-inner,.vegas-timer{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;border:none;padding:0;margin:0}.vegas-content-scrollable{position:relative;height:100%;overflow:auto}.vegas-overlay{opacity:.5}.vegas-timer{top:auto;bottom:0;height:2px}.vegas-timer-progress{width:0%;height:100%;background:#fff;transition:width ease-out}.vegas-timer-running .vegas-timer-progress{width:100%}.vegas-slide,.vegas-slide-inner{margin:0;padding:0;background:transparent center center no-repeat;transform:translateZ(0);will-change:transform,opacity}body .vegas-container{overflow:hidden!important;position:relative}.vegas-video{min-width:100%;min-height:100%;width:auto;height:auto}body.vegas-container{overflow:auto;position:static;z-index:-2}body.vegas-container>.vegas-overlay,body.vegas-container>.vegas-slide,body.vegas-container>.vegas-timer{position:fixed;z-index:-1}.vegas-transition-blur,.vegas-transition-blur2{opacity:0;filter:blur(32px) brightness(1.01)}.vegas-transition-blur-in,.vegas-transition-blur2-in{opacity:1;filter:blur(0) brightness(1.01)}.vegas-transition-blur2-out{opacity:0}.vegas-transition-burn,.vegas-transition-burn2{opacity:0;filter:contrast(1000%) saturate(1000%)}.vegas-transition-burn-in,.vegas-transition-burn2-in{opacity:1;filter:contrast(100%) saturate(100%)}.vegas-transition-burn2-out{opacity:0;filter:contrast(1000%) saturate(1000%)}.vegas-transition-fade,.vegas-transition-fade2{opacity:0}.vegas-transition-fade-in,.vegas-transition-fade2-in{opacity:1}.vegas-transition-fade2-out{opacity:0}.vegas-transition-flash,.vegas-transition-flash2{opacity:0;filter:brightness(25)}.vegas-transition-flash-in,.vegas-transition-flash2-in{opacity:1;filter:brightness(1)}.vegas-transition-flash2-out{opacity:0;filter:brightness(25)}.vegas-transition-negative,.vegas-transition-negative2{opacity:0;filter:invert(100%)}.vegas-transition-negative-in,.vegas-transition-negative2-in{opacity:1;filter:invert(0)}.vegas-transition-negative2-out{opacity:0;filter:invert(100%)}.vegas-transition-slideDown,.vegas-transition-slideDown2{transform:translateY(-100%)}.vegas-transition-slideDown-in,.vegas-transition-slideDown2-in{transform:translateY(0)}.vegas-transition-slideDown2-out{transform:translateY(100%)}.vegas-transition-slideLeft,.vegas-transition-slideLeft2{transform:translateX(100%)}.vegas-transition-slideLeft-in,.vegas-transition-slideLeft2-in{transform:translateX(0)}.vegas-transition-slideLeft2-out{transform:translateX(-100%)}.vegas-transition-slideRight,.vegas-transition-slideRight2{transform:translateX(-100%)}.vegas-transition-slideRight-in,.vegas-transition-slideRight2-in{transform:translateX(0)}.vegas-transition-slideRight2-out{transform:translateX(100%)}.vegas-transition-slideUp,.vegas-transition-slideUp2{transform:translateY(100%)}.vegas-transition-slideUp-in,.vegas-transition-slideUp2-in{transform:translateY(0)}.vegas-transition-slideUp2-out{transform:translateY(-100%)}.vegas-transition-swirlLeft,.vegas-transition-swirlLeft2{transform:scale(2) rotate(35deg);opacity:0}.vegas-transition-swirlLeft-in,.vegas-transition-swirlLeft2-in{transform:scale(1) rotate(0);opacity:1}.vegas-transition-swirlLeft2-out{transform:scale(2) rotate(-35deg);opacity:0}.vegas-transition-swirlRight,.vegas-transition-swirlRight2{transform:scale(2) rotate(-35deg);opacity:0}.vegas-transition-swirlRight-in,.vegas-transition-swirlRight2-in{transform:scale(1) rotate(0);opacity:1}.vegas-transition-swirlRight2-out{transform:scale(2) rotate(35deg);opacity:0}.vegas-transition-zoomIn,.vegas-transition-zoomIn2{transform:scale(0);opacity:0}.vegas-transition-zoomIn-in,.vegas-transition-zoomIn2-in{transform:scale(1);opacity:1}.vegas-transition-zoomIn2-out{transform:scale(2);opacity:0}.vegas-transition-zoomOut,.vegas-transition-zoomOut2{transform:scale(2);opacity:0}.vegas-transition-zoomOut-in,.vegas-transition-zoomOut2-in{transform:scale(1);opacity:1}.vegas-transition-zoomOut2-out{transform:scale(0);opacity:0}.vegas-animation-kenburns{animation:kenburns ease-out}@keyframes kenburns{0%{transform:scale(1.5)}100%{transform:scale(1)}}.vegas-animation-kenburnsDownLeft{animation:kenburnsDownLeft ease-out}@keyframes kenburnsDownLeft{0%{transform:scale(1.5) translate(10%,-10%)}100%{transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsDownRight{animation:kenburnsDownRight ease-out}@keyframes kenburnsDownRight{0%{transform:scale(1.5) translate(-10%,-10%)}100%{transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsDown{animation:kenburnsDown ease-out}@keyframes kenburnsDown{0%{transform:scale(1.5) translate(0,-10%)}100%{transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsLeft{animation:kenburnsLeft ease-out}@keyframes kenburnsLeft{0%{transform:scale(1.5) translate(10%,0)}100%{transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsRight{animation:kenburnsRight ease-out}@keyframes kenburnsRight{0%{transform:scale(1.5) translate(-10%,0)}100%{transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsUpLeft{animation:kenburnsUpLeft ease-out}@keyframes kenburnsUpLeft{0%{transform:scale(1.5) translate(10%,10%)}100%{transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsUpRight{animation:kenburnsUpRight ease-out}@keyframes kenburnsUpRight{0%{transform:scale(1.5) translate(-10%,10%)}100%{transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsUp{animation:kenburnsUp ease-out}@keyframes kenburnsUp{0%{transform:scale(1.5) translate(0,10%)}100%{transform:scale(1) translate(0,0)}}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}@font-face{font-family:system-ui;font-style:normal;font-weight:300;src:local(".SFNS-Light"),local(".SFNSText-Light"),local(".HelveticaNeueDeskInterface-Light"),local(".LucidaGrandeUI"),local("Segoe UI Light"),local("Ubuntu Light"),local("Roboto-Light"),local("DroidSans"),local("Tahoma")}@font-face{font-family:system-ui;font-style:italic;font-weight:300;src:local(".SFNS-LightItalic"),local(".SFNSText-LightItalic"),local(".HelveticaNeueDeskInterface-Italic"),local(".LucidaGrandeUI"),local("Segoe UI Light Italic"),local("Ubuntu Light Italic"),local("Roboto-LightItalic"),local("DroidSans"),local("Tahoma")}@font-face{font-family:system-ui;font-style:normal;font-weight:400;src:local(".SFNS-Regular"),local(".SFNSText-Regular"),local(".HelveticaNeueDeskInterface-Regular"),local(".LucidaGrandeUI"),local("Segoe UI"),local("Ubuntu"),local("Roboto-Regular"),local("DroidSans"),local("Tahoma")}@font-face{font-family:system-ui;font-style:italic;font-weight:400;src:local(".SFNS-Italic"),local(".SFNSText-Italic"),local(".HelveticaNeueDeskInterface-Italic"),local(".LucidaGrandeUI"),local("Segoe UI Italic"),local("Ubuntu Italic"),local("Roboto-Italic"),local("DroidSans"),local("Tahoma")}@font-face{font-family:system-ui;font-style:normal;font-weight:500;src:local(".SFNS-Medium"),local(".SFNSText-Medium"),local(".HelveticaNeueDeskInterface-MediumP4"),local(".LucidaGrandeUI"),local("Segoe UI Semibold"),local("Ubuntu Medium"),local("Roboto-Medium"),local("DroidSans-Bold"),local("Tahoma Bold")}@font-face{font-family:system-ui;font-style:italic;font-weight:500;src:local(".SFNS-MediumItalic"),local(".SFNSText-MediumItalic"),local(".HelveticaNeueDeskInterface-MediumItalicP4"),local(".LucidaGrandeUI"),local("Segoe UI Semibold Italic"),local("Ubuntu Medium Italic"),local("Roboto-MediumItalic"),local("DroidSans-Bold"),local("Tahoma Bold")}@font-face{font-family:system-ui;font-style:normal;font-weight:700;src:local(".SFNS-Bold"),local(".SFNSText-Bold"),local(".HelveticaNeueDeskInterface-Bold"),local(".LucidaGrandeUI"),local("Segoe UI Bold"),local("Ubuntu Bold"),local("Roboto-Bold"),local("DroidSans-Bold"),local("Tahoma Bold")}@font-face{font-family:system-ui;font-style:italic;font-weight:700;src:local(".SFNS-BoldItalic"),local(".SFNSText-BoldItalic"),local(".HelveticaNeueDeskInterface-BoldItalic"),local(".LucidaGrandeUI"),local("Segoe UI Bold Italic"),local("Ubuntu Bold Italic"),local("Roboto-BoldItalic"),local("DroidSans-Bold"),local("Tahoma Bold")}.nifty-container,.nifty-container-fluid,.nifty-container-narrow{max-width:100%;padding-inline:15px;padding-inline:clamp(.938rem,.551rem + 1.93vw,2rem);margin-inline:auto}.nifty-container{max-width:1170px}.nifty-container-narrow{max-width:800px}.nifty-columns{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));column-gap:clamp(1rem,.636rem + 1.82vw,2rem)}.nifty-columns-2{grid-template-columns:repeat(2,minmax(0,1fr))}.nifty-columns-3{grid-template-columns:repeat(3,minmax(0,1fr))}.nifty-columns-4{grid-template-columns:repeat(4,minmax(0,1fr))}.nifty-columns-5{grid-template-columns:repeat(5,minmax(0,1fr))}.nifty-columns-6{grid-template-columns:repeat(6,minmax(0,1fr))}.nifty-columns-gap-2{gap:clamp(1rem,.455rem + 2.73vw,2.5rem)}.nifty-columns-gap-3{gap:clamp(1rem,.273rem + 3.64vw,3rem)}.nifty-columns-gap-4{gap:clamp(1rem,-.091rem + 5.45vw,4rem)}.nifty-columns-gap-5{gap:clamp(1rem,-.455rem + 7.27vw,5rem)}.nifty-columns-gap-6{gap:clamp(1rem,-.818rem + 9.09vw,6rem)}@media (min-width:30em){.nifty-columns-sm-2{grid-template-columns:repeat(2,minmax(0,1fr))}.nifty-columns-sm-3{grid-template-columns:repeat(3,minmax(0,1fr))}.nifty-columns-sm-4{grid-template-columns:repeat(4,minmax(0,1fr))}.nifty-columns-sm-5{grid-template-columns:repeat(5,minmax(0,1fr))}.nifty-columns-sm-6{grid-template-columns:repeat(6,minmax(0,1fr))}}@media (min-width:48em){.nifty-columns-md-2{grid-template-columns:repeat(2,minmax(0,1fr))}.nifty-columns-md-3{grid-template-columns:repeat(3,minmax(0,1fr))}.nifty-columns-md-4{grid-template-columns:repeat(4,minmax(0,1fr))}.nifty-columns-md-5{grid-template-columns:repeat(5,minmax(0,1fr))}.nifty-columns-md-6{grid-template-columns:repeat(6,minmax(0,1fr))}}@media (min-width:64em){.nifty-columns-lg-2{grid-template-columns:repeat(2,minmax(0,1fr))}.nifty-columns-lg-3{grid-template-columns:repeat(3,minmax(0,1fr))}.nifty-columns-lg-4{grid-template-columns:repeat(4,minmax(0,1fr))}.nifty-columns-lg-5{grid-template-columns:repeat(5,minmax(0,1fr))}.nifty-columns-lg-6{grid-template-columns:repeat(6,minmax(0,1fr))}}.nifty-text-left{text-align:left}.nifty-text-center{text-align:center}.nifty-text-right{text-align:right}*{box-sizing:border-box}::-moz-selection,::selection{color:#333;background:#fff}body{font-family:system-ui;font-family:"Open Sans",sans-serif}.nifty-coming-soon-message,h1,h2,h3,h4,h5,h6{font-family:Lato,sans-serif}form input{height:32px;padding:.5em 1em;border:0;background-color:#fff;font-size:14px;outline:0}form input:focus{outline:0}a{text-decoration:none;color:#fff}a:hover{color:#9e0039}.button,input[type=submit]{display:inline-block;border:0;border-radius:5px;background:#9e0039;color:#fff;cursor:pointer}.nifty-main-wrapper #preloader{position:fixed;inset:0;z-index:999;overflow:visible;background:#fff url(../images/loading.gif) no-repeat center center}.nifty-block{margin-block:clamp(2rem,.909rem + 5.45vw,5rem);color:#fff}.nifty-logo{display:inline-block;max-width:300px}.nifty-logo a{display:block}.nifty-logo img{max-width:100%}.nifty-title{font-size:32px;font-family:Lato,sans-serif}h1{font-size:1.6rem}body.intro-animation-enabled .nifty-coming-soon-message ul{display:none}.nifty-coming-soon-message{margin-inline:auto;font-family:Lato,sans-serif;font-size:clamp(1.125rem,.08rem + 5.23vw,4rem);color:#fff;text-shadow:#333 1px 1px 2px;-webkit-text-stroke:.2px}.nifty-coming-soon-message ul{list-style-type:none}.nifty-heading{margin-block:clamp(.25rem,-.341rem + 2.95vw,1.875rem);margin-inline:auto;color:#fff;-webkit-text-stroke:.1px}.nifty-heading h3{font-family:"Open Sans",sans-serif;font-size:1rem;font-weight:400}.nifty-slider .nifty-block{margin-block:clamp(1.5rem,1.136rem + 1.82vw,2.5rem)}.nifty-slider .swiper-wrapper{margin-top:40px}.nifty-slider-content{margin-block:clamp(2rem,1.636rem + 1.82vw,3rem)}.nifty-slider .swiper-pagination{top:0;bottom:auto!important}.nifty-slider .swiper-pagination .swiper-pagination-bullet{padding:5px;border-radius:0;width:auto;height:30px;text-align:center;line-height:30px;font-size:12px;color:#fff;opacity:1;background:0 0}.nifty-slider .swiper-pagination .swiper-pagination-bullet span{font-size:1.6rem}.nifty-slider .swiper-pagination .swiper-pagination-bullet-active{color:#9e0039}.nifty-contact-details{font-size:1rem;color:#fff}.nifty-contact-details h4{font-weight:700}.nifty-contact-details .contact-company-name{margin-block:clamp(.25rem,-.341rem + 2.95vw,1.875rem)}.nifty-contact-details ul{padding:0;margin:0;list-style:none}.nifty-contact-details ul li{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-block:16px}.nifty-subscribe{max-width:400px;margin-inline:auto}.nifty-subscribe-form{display:flex;justify-content:center;align-items:center}.nifty-subscribe-form input[type=text]{border-radius:6px 0 0 6px}.nifty-subscribe-form .button{max-width:100px;border-radius:0 6px 6px 0;background:#9e0039}.nifty-subscribe-form .button:hover{background:#9e0039}.nifty-socials{max-width:400px;margin-inline:auto}.nifty-socials-icons{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;font-size:1.6rem}.nifty-socials-icons ul{display:flex;flex-wrap:nowrap;align-items:center;gap:10px;padding:0;margin:0;list-style:none}.nifty-socials-icons a{text-decoration:none;color:#fff}.nifty-socials-icons a:hover,.nifty-socials-icons a:hover span{color:#9e0039}.nifty-content-full{margin-block:2px;margin-inline:auto;text-align:center}@media (min-width:20em){.nifty-content-full{margin-block:25px 5px}}@media (min-width:48em){.nifty-content-full{margin-block:50px 10px}}@media (min-width:64em){.nifty-content-full{margin-block:80px 10px}}.nifty-error{font-size:.9em;text-decoration:underline;color:#fff}.nifty-success{color:#fff;font-size:.9em}#slider-navigation{margin-top:20px}#slider-navigation a{margin-left:5px;font-size:.9em;outline:0}#slider-navigation a.active span,#slider-navigation a:hover span{color:#9e0039}@media (min-width:20em){#slider-navigation a{margin-left:10px}}@media (min-width:30em){#slider-navigation a{margin:5px}}.nifty-timer{max-width:600px;margin-inline:auto}#days,#hours,#minutes,#seconds{font-size:clamp(1.25rem,.25rem + 5vw,4rem);-webkit-text-stroke:.25px;text-shadow:#555 1px 1px 2px}.timer-item{padding:8px;border-radius:50%;color:#fff;text-align:center;transition:all .5s ease;font-family:Raleway,sans-serif}.timer-bottom{font-size:.8rem;padding-block:clamp(.5rem,.318rem + .91vw,1rem);-webkit-text-stroke:.1px}@media (min-width:48em){.timer-bottom{font-size:1rem}}.nifty-timer-item{padding-top:15px;border:none}.nifty-message{background-color:#0c0;padding:5px 0}.nifty-message-error{background-color:#d00}.nifty-message p{margin:0}.nifty-subscribe-message .nifty-message{margin-top:15px}
|
assets/js/admin-page.js
CHANGED
|
@@ -1,103 +1,76 @@
|
|
| 1 |
"use strict";
|
| 2 |
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
| 6 |
-
|
| 7 |
-
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
| 8 |
-
|
| 9 |
-
function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
|
| 10 |
-
|
| 11 |
-
function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
|
| 12 |
-
|
| 13 |
-
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
|
| 14 |
-
|
| 15 |
-
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
| 16 |
-
|
| 17 |
-
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
|
| 18 |
-
|
| 19 |
-
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
|
| 20 |
-
|
| 21 |
-
var App = /*#__PURE__*/function () {
|
| 22 |
-
function App() {
|
| 23 |
-
_classCallCheck(this, App);
|
| 24 |
-
|
| 25 |
this.initTab();
|
| 26 |
}
|
| 27 |
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
var tabContentsArray = _toConsumableArray(tabContents);
|
| 36 |
|
| 37 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 38 |
|
|
|
|
|
|
|
|
|
|
| 39 |
|
| 40 |
-
tabContentsArray.forEach(function (elem) {
|
| 41 |
-
elem.style.display = 'none';
|
| 42 |
-
});
|
| 43 |
-
tabLinks.forEach(function (elem) {
|
| 44 |
-
elem.classList.remove('nav-tab-active');
|
| 45 |
-
});
|
| 46 |
-
var activeTab = '';
|
| 47 |
-
|
| 48 |
-
if ('undefined' !== typeof localStorage) {
|
| 49 |
-
activeTab = localStorage.getItem(niftyCsAdmin.storage_key);
|
| 50 |
-
} // Initial status for tab content.
|
| 51 |
|
|
|
|
|
|
|
| 52 |
|
| 53 |
-
if (
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
} else {
|
| 60 |
-
tabContents[0].style.display = 'block';
|
| 61 |
-
} // Initial status for tab nav.
|
| 62 |
|
| 63 |
|
| 64 |
-
|
| 65 |
-
|
| 66 |
|
| 67 |
-
|
| 68 |
-
|
| 69 |
-
}
|
| 70 |
-
} else {
|
| 71 |
-
tabLinks[0].classList.add('nav-tab-active');
|
| 72 |
}
|
|
|
|
|
|
|
|
|
|
| 73 |
|
| 74 |
-
|
| 75 |
-
|
| 76 |
-
|
| 77 |
|
| 78 |
-
|
| 79 |
-
|
| 80 |
-
|
| 81 |
|
| 82 |
-
|
| 83 |
|
| 84 |
-
|
| 85 |
|
| 86 |
-
|
| 87 |
-
|
| 88 |
-
|
| 89 |
|
| 90 |
-
|
| 91 |
-
|
| 92 |
-
});
|
| 93 |
-
document.getElementById(targetGroup.replace('#', '')).style.display = 'block';
|
| 94 |
});
|
|
|
|
| 95 |
});
|
| 96 |
-
}
|
| 97 |
-
}
|
| 98 |
|
| 99 |
-
|
| 100 |
-
}();
|
| 101 |
|
| 102 |
document.addEventListener('DOMContentLoaded', function () {
|
| 103 |
new App();
|
| 1 |
"use strict";
|
| 2 |
|
| 3 |
+
class App {
|
| 4 |
+
constructor() {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
this.initTab();
|
| 6 |
}
|
| 7 |
|
| 8 |
+
initTab() {
|
| 9 |
+
const mainWrapper = document.getElementById('ncs-wrapper');
|
| 10 |
+
const tabContents = document.getElementsByClassName('ncs-tab-content');
|
| 11 |
+
const tabLinks = document.querySelectorAll('.nav-tab-wrapper a');
|
| 12 |
+
const tabContentsArray = [...tabContents];
|
| 13 |
+
const tabLinksArray = [...tabLinks]; // Initially hide tab content.
|
|
|
|
|
|
|
| 14 |
|
| 15 |
+
tabContentsArray.forEach(elem => {
|
| 16 |
+
elem.style.display = 'none';
|
| 17 |
+
});
|
| 18 |
+
tabLinks.forEach(elem => {
|
| 19 |
+
elem.classList.remove('nav-tab-active');
|
| 20 |
+
});
|
| 21 |
+
let activeTab = '';
|
| 22 |
|
| 23 |
+
if ('undefined' !== typeof localStorage) {
|
| 24 |
+
activeTab = localStorage.getItem(niftyCsAdmin.storage_key);
|
| 25 |
+
} // Initial status for tab content.
|
| 26 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
|
| 28 |
+
if (null !== activeTab && document.getElementById(activeTab)) {
|
| 29 |
+
const targetTab = document.getElementById(activeTab);
|
| 30 |
|
| 31 |
+
if (targetTab) {
|
| 32 |
+
targetTab.style.display = 'block';
|
| 33 |
+
}
|
| 34 |
+
} else {
|
| 35 |
+
tabContents[0].style.display = 'block';
|
| 36 |
+
} // Initial status for tab nav.
|
|
|
|
|
|
|
|
|
|
| 37 |
|
| 38 |
|
| 39 |
+
if (null !== activeTab && document.getElementById(activeTab)) {
|
| 40 |
+
const targetNav = mainWrapper.querySelector(`.nav-tab-wrapper a[href="#${activeTab}"]`);
|
| 41 |
|
| 42 |
+
if (targetNav) {
|
| 43 |
+
targetNav.classList.add('nav-tab-active');
|
|
|
|
|
|
|
|
|
|
| 44 |
}
|
| 45 |
+
} else {
|
| 46 |
+
tabLinks[0].classList.add('nav-tab-active');
|
| 47 |
+
}
|
| 48 |
|
| 49 |
+
tabLinksArray.forEach(elem => {
|
| 50 |
+
elem.addEventListener('click', e => {
|
| 51 |
+
e.preventDefault(); // Remove tab active class from all.
|
| 52 |
|
| 53 |
+
tabLinksArray.forEach(element => {
|
| 54 |
+
element.classList.remove('nav-tab-active');
|
| 55 |
+
}); // Add active class to current tab.
|
| 56 |
|
| 57 |
+
elem.classList.add('nav-tab-active'); // Get target.
|
| 58 |
|
| 59 |
+
const targetGroup = elem.getAttribute('href'); // Save active tab in local storage.
|
| 60 |
|
| 61 |
+
if ('undefined' !== typeof localStorage) {
|
| 62 |
+
localStorage.setItem(niftyCsAdmin.storage_key, targetGroup.replace('#', ''));
|
| 63 |
+
}
|
| 64 |
|
| 65 |
+
tabContentsArray.forEach(element => {
|
| 66 |
+
element.style.display = 'none';
|
|
|
|
|
|
|
| 67 |
});
|
| 68 |
+
document.getElementById(targetGroup.replace('#', '')).style.display = 'block';
|
| 69 |
});
|
| 70 |
+
});
|
| 71 |
+
}
|
| 72 |
|
| 73 |
+
}
|
|
|
|
| 74 |
|
| 75 |
document.addEventListener('DOMContentLoaded', function () {
|
| 76 |
new App();
|
assets/js/admin-page.min.js
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
"use strict";
|
| 1 |
+
"use strict";class App{constructor(){this.initTab()}initTab(){const e=document.getElementById("ncs-wrapper"),t=document.getElementsByClassName("ncs-tab-content"),a=document.querySelectorAll(".nav-tab-wrapper a"),n=[...t],l=[...a];n.forEach(e=>{e.style.display="none"}),a.forEach(e=>{e.classList.remove("nav-tab-active")});let s="";if(null!==(s="undefined"!=typeof localStorage?localStorage.getItem(niftyCsAdmin.storage_key):s)&&document.getElementById(s)){const c=document.getElementById(s);c&&(c.style.display="block")}else t[0].style.display="block";if(null!==s&&document.getElementById(s)){const o=e.querySelector(`.nav-tab-wrapper a[href="#${s}"]`);o&&o.classList.add("nav-tab-active")}else a[0].classList.add("nav-tab-active");l.forEach(a=>{a.addEventListener("click",e=>{e.preventDefault(),l.forEach(e=>{e.classList.remove("nav-tab-active")}),a.classList.add("nav-tab-active");const t=a.getAttribute("href");"undefined"!=typeof localStorage&&localStorage.setItem(niftyCsAdmin.storage_key,t.replace("#","")),n.forEach(e=>{e.style.display="none"}),document.getElementById(t.replace("#","")).style.display="block"})})}}document.addEventListener("DOMContentLoaded",function(){new App});
|
assets/js/customize-controls.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
(function ($, api) {
|
| 4 |
api.panel('nifty_cs_panel', function (section) {
|
| 5 |
section.expanded.bind(function (isExpanding) {
|
| 6 |
-
|
| 7 |
|
| 8 |
if (isExpanding) {
|
| 9 |
// Only send the previewer to custom page, if we're not already on it.
|
| 3 |
(function ($, api) {
|
| 4 |
api.panel('nifty_cs_panel', function (section) {
|
| 5 |
section.expanded.bind(function (isExpanding) {
|
| 6 |
+
let currentUrl = api.previewer.previewUrl(); // Value of isExpanding will = true if you're entering the section, false if you're leaving it.
|
| 7 |
|
| 8 |
if (isExpanding) {
|
| 9 |
// Only send the previewer to custom page, if we're not already on it.
|
assets/js/customize-controls.min.js
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
"use strict";!function(i){i.panel("nifty_cs_panel",function(e){e.expanded.bind(function(e){
|
| 1 |
+
"use strict";!function(i){i.panel("nifty_cs_panel",function(e){e.expanded.bind(function(e){let n=i.previewer.previewUrl();e?(n=n.includes(niftyCsCustomizer.page))||i.previewer.send("nifty-cs-url-switcher",{expanded:e}):i.previewer.send("nifty-cs-back-to-home",{home_url:i.settings.url.home})})})}((jQuery,wp.customize));
|
assets/js/customize-preview.js
CHANGED
|
@@ -70,7 +70,7 @@
|
|
| 70 |
wp.customize('nifty_cs_option[select_pattern_overlay]', function (value) {
|
| 71 |
value.bind(function (newval) {
|
| 72 |
$('.vegas-overlay').css({
|
| 73 |
-
backgroundImage:
|
| 74 |
});
|
| 75 |
});
|
| 76 |
});
|
| 70 |
wp.customize('nifty_cs_option[select_pattern_overlay]', function (value) {
|
| 71 |
value.bind(function (newval) {
|
| 72 |
$('.vegas-overlay').css({
|
| 73 |
+
backgroundImage: `url('${niftyCsPreview.pattern_folder_url}${newval}')`
|
| 74 |
});
|
| 75 |
});
|
| 76 |
});
|
assets/js/customize-preview.min.js
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
"use strict";!function(t,o){t(document).ready(function(){o.preview.bind("nifty-cs-url-switcher",function(n){!0===n.expanded&&o.preview.send("url",niftyCsPreview.page)}),o.preview.bind("nifty-cs-back-to-home",function(n){o.preview.send("url",n.home_url)}),wp.customize("nifty_cs_option[your_coming_soon_message]",function(n){n.bind(function(n){t("#animated_intro .intro-first").html(n)})}),wp.customize("nifty_cs_option[nifty_days_translate]",function(n){n.bind(function(n){t("#clock .timer-days").html(n)})}),wp.customize("nifty_cs_option[nifty_hours_translate]",function(n){n.bind(function(n){t("#clock .timer-hours").html(n)})}),wp.customize("nifty_cs_option[nifty_minutes_translate]",function(n){n.bind(function(n){t("#clock .timer-minutes").html(n)})}),wp.customize("nifty_cs_option[nifty_seconds_translate]",function(n){n.bind(function(n){t("#clock .timer-seconds").html(n)})}),wp.customize("nifty_cs_option[social_links_intro_text]",function(n){n.bind(function(n){t(".nifty-socials .nifty-heading").html(n)})}),wp.customize("nifty_cs_option[sign_up_form_intro_text]",function(n){n.bind(function(n){t(".nifty-subscribe .nifty-heading").html(n)})}),wp.customize("nifty_cs_option[sign_up_button_text]",function(n){n.bind(function(n){t(".nifty-subscribe .button").val(n)})}),wp.customize("nifty_cs_option[enter_email_text]",function(n){n.bind(function(n){t(".nifty-subscribe input[type=text]").attr("placeholder",n)})}),wp.customize("nifty_cs_option[background_color]",function(n){n.bind(function(n){t("body.nifty-cs").css({backgroundColor:n})})}),wp.customize("nifty_cs_option[select_pattern_overlay]",function(n){n.bind(function(n){t(".vegas-overlay").css({backgroundImage
|
| 1 |
+
"use strict";!function(t,o){t(document).ready(function(){o.preview.bind("nifty-cs-url-switcher",function(n){!0===n.expanded&&o.preview.send("url",niftyCsPreview.page)}),o.preview.bind("nifty-cs-back-to-home",function(n){o.preview.send("url",n.home_url)}),wp.customize("nifty_cs_option[your_coming_soon_message]",function(n){n.bind(function(n){t("#animated_intro .intro-first").html(n)})}),wp.customize("nifty_cs_option[nifty_days_translate]",function(n){n.bind(function(n){t("#clock .timer-days").html(n)})}),wp.customize("nifty_cs_option[nifty_hours_translate]",function(n){n.bind(function(n){t("#clock .timer-hours").html(n)})}),wp.customize("nifty_cs_option[nifty_minutes_translate]",function(n){n.bind(function(n){t("#clock .timer-minutes").html(n)})}),wp.customize("nifty_cs_option[nifty_seconds_translate]",function(n){n.bind(function(n){t("#clock .timer-seconds").html(n)})}),wp.customize("nifty_cs_option[social_links_intro_text]",function(n){n.bind(function(n){t(".nifty-socials .nifty-heading").html(n)})}),wp.customize("nifty_cs_option[sign_up_form_intro_text]",function(n){n.bind(function(n){t(".nifty-subscribe .nifty-heading").html(n)})}),wp.customize("nifty_cs_option[sign_up_button_text]",function(n){n.bind(function(n){t(".nifty-subscribe .button").val(n)})}),wp.customize("nifty_cs_option[enter_email_text]",function(n){n.bind(function(n){t(".nifty-subscribe input[type=text]").attr("placeholder",n)})}),wp.customize("nifty_cs_option[background_color]",function(n){n.bind(function(n){t("body.nifty-cs").css({backgroundColor:n})})}),wp.customize("nifty_cs_option[select_pattern_overlay]",function(n){n.bind(function(n){t(".vegas-overlay").css({backgroundImage:`url('${niftyCsPreview.pattern_folder_url}${n}')`})})}),wp.customize("nifty_cs_option[pattern_overlay_opacity]",function(n){n.bind(function(n){t(".vegas-overlay").css({opacity:n})})}),wp.customize("nifty_cs_option[sign_up_button_color]",function(n){n.bind(function(n){t(".nifty-subscription .button").css({backgroundColor:n})})}),wp.customize("nifty_cs_option[sign_up_button_color_hover]",function(n){n.bind(function(n){t(".nifty-subscription .button:hover").css({backgroundColor:n})})}),wp.customize("nifty_cs_option[countdown_font_color]",function(n){n.bind(function(n){t("#days, #hours, #minutes, #seconds").css({color:n})})}),wp.customize("nifty_cs_option[countdown_font_color_bottom]",function(n){n.bind(function(n){t(".timer-bottom").css({color:n})})}),wp.customize("nifty_cs_option[enter_you_website_or_company_name]",function(n){n.bind(function(n){t(".nifty-contact-details .contact-company-name").html(n)})}),wp.customize("nifty_cs_option[enter_your_address]",function(n){n.bind(function(n){t(".nifty-contact-details .contact-address-content").html(n)})}),wp.customize("nifty_cs_option[enter_your_phone_number]",function(n){n.bind(function(n){t(".nifty-contact-details .contact-phone-content").html(n)})}),wp.customize("nifty_cs_option[enter_your_email_address]",function(n){n.bind(function(n){t(".nifty-contact-details .contact-email a").text(n)})})})}(jQuery,wp.customize);
|
assets/js/frontend.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
"use strict";
|
| 2 |
|
| 3 |
function isValidEmail(emailAddress) {
|
| 4 |
-
|
| 5 |
return pattern.test(emailAddress);
|
| 6 |
}
|
| 7 |
|
|
@@ -17,10 +17,10 @@ if (document.querySelector('#preloader')) {
|
|
| 17 |
|
| 18 |
(function ($) {
|
| 19 |
jQuery(document).ready(function () {
|
| 20 |
-
|
| 21 |
-
|
| 22 |
|
| 23 |
-
for (
|
| 24 |
slideIcons.push(niftyCsObject.blocks[activeSlides[i]].icon);
|
| 25 |
} // Slider.
|
| 26 |
|
|
@@ -30,16 +30,18 @@ if (document.querySelector('#preloader')) {
|
|
| 30 |
pagination: {
|
| 31 |
el: '.swiper-pagination',
|
| 32 |
clickable: true,
|
| 33 |
-
|
|
|
|
| 34 |
return '<span class="' + className + '"><span aria-hidden="true" class="' + slideIcons[index] + '"></span></span>';
|
| 35 |
}
|
|
|
|
| 36 |
}
|
| 37 |
});
|
| 38 |
|
| 39 |
-
|
| 40 |
-
|
| 41 |
$target.hide();
|
| 42 |
-
|
| 43 |
$target.html(markup).fadeIn('slow', function () {
|
| 44 |
setTimeout(function () {
|
| 45 |
$target.fadeOut('slow', function () {
|
|
@@ -52,14 +54,14 @@ if (document.querySelector('#preloader')) {
|
|
| 52 |
|
| 53 |
$('.nifty-subscription .nifty-subscribe').on('submit', 'form', function (e) {
|
| 54 |
e.preventDefault();
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
|
| 58 |
|
| 59 |
if (isValidEmail(email)) {
|
| 60 |
-
|
| 61 |
action: 'nifty_cs_subscribe',
|
| 62 |
-
email
|
| 63 |
};
|
| 64 |
$.post(niftyCsObject.ajax_url, ajaxData, function (response) {
|
| 65 |
if (true === response.success) {
|
|
@@ -77,7 +79,7 @@ if (document.querySelector('#preloader')) {
|
|
| 77 |
});
|
| 78 |
|
| 79 |
if ($('body').hasClass('background-slider-enabled')) {
|
| 80 |
-
|
| 81 |
animation: 'random',
|
| 82 |
cover: true,
|
| 83 |
animationDuration: niftyCsObject.background_slider_animation_time,
|
|
@@ -87,9 +89,9 @@ if (document.querySelector('#preloader')) {
|
|
| 87 |
opacity: niftyCsObject.background_slider_pattern_opacity,
|
| 88 |
overlay: niftyCsObject.pattern_folder_url + niftyCsObject.background_slider_pattern
|
| 89 |
};
|
| 90 |
-
|
| 91 |
|
| 92 |
-
for (
|
| 93 |
slides.push({
|
| 94 |
src: niftyCsObject.background_slides[j]
|
| 95 |
});
|
|
@@ -101,7 +103,7 @@ if (document.querySelector('#preloader')) {
|
|
| 101 |
|
| 102 |
if ($('body').hasClass('countdown-timer-enabled')) {
|
| 103 |
$('div#clock').countdown(niftyCsObject.countdown_time_formatted, function (event) {
|
| 104 |
-
|
| 105 |
|
| 106 |
switch (event.type) {
|
| 107 |
case 'seconds':
|
| 1 |
"use strict";
|
| 2 |
|
| 3 |
function isValidEmail(emailAddress) {
|
| 4 |
+
const pattern = new RegExp(/^((([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+(\.([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+)*)|((\x22)((((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(([\x01-\x08\x0b\x0c\x0e-\x1f\x7f]|\x21|[\x23-\x5b]|[\x5d-\x7e]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(\\([\x01-\x09\x0b\x0c\x0d-\x7f]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))))*(((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(\x22)))@((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?$/i);
|
| 5 |
return pattern.test(emailAddress);
|
| 6 |
}
|
| 7 |
|
| 17 |
|
| 18 |
(function ($) {
|
| 19 |
jQuery(document).ready(function () {
|
| 20 |
+
const slideIcons = [];
|
| 21 |
+
const activeSlides = niftyCsObject.slider_blocks;
|
| 22 |
|
| 23 |
+
for (let i = 0; i < activeSlides.length; i++) {
|
| 24 |
slideIcons.push(niftyCsObject.blocks[activeSlides[i]].icon);
|
| 25 |
} // Slider.
|
| 26 |
|
| 30 |
pagination: {
|
| 31 |
el: '.swiper-pagination',
|
| 32 |
clickable: true,
|
| 33 |
+
|
| 34 |
+
renderBullet(index, className) {
|
| 35 |
return '<span class="' + className + '"><span aria-hidden="true" class="' + slideIcons[index] + '"></span></span>';
|
| 36 |
}
|
| 37 |
+
|
| 38 |
}
|
| 39 |
});
|
| 40 |
|
| 41 |
+
const showSubscribeMessage = (message, mode, $wrapper) => {
|
| 42 |
+
const $target = $wrapper.find('.nifty-subscribe-message');
|
| 43 |
$target.hide();
|
| 44 |
+
const markup = `<div class="nifty-message nifty-message-${mode}"><p>${message}</p></div>`;
|
| 45 |
$target.html(markup).fadeIn('slow', function () {
|
| 46 |
setTimeout(function () {
|
| 47 |
$target.fadeOut('slow', function () {
|
| 54 |
|
| 55 |
$('.nifty-subscription .nifty-subscribe').on('submit', 'form', function (e) {
|
| 56 |
e.preventDefault();
|
| 57 |
+
const $this = $(this);
|
| 58 |
+
const $email = $this.find('input[type=text]');
|
| 59 |
+
const email = $email.val();
|
| 60 |
|
| 61 |
if (isValidEmail(email)) {
|
| 62 |
+
const ajaxData = {
|
| 63 |
action: 'nifty_cs_subscribe',
|
| 64 |
+
email
|
| 65 |
};
|
| 66 |
$.post(niftyCsObject.ajax_url, ajaxData, function (response) {
|
| 67 |
if (true === response.success) {
|
| 79 |
});
|
| 80 |
|
| 81 |
if ($('body').hasClass('background-slider-enabled')) {
|
| 82 |
+
const sliderConfig = {
|
| 83 |
animation: 'random',
|
| 84 |
cover: true,
|
| 85 |
animationDuration: niftyCsObject.background_slider_animation_time,
|
| 89 |
opacity: niftyCsObject.background_slider_pattern_opacity,
|
| 90 |
overlay: niftyCsObject.pattern_folder_url + niftyCsObject.background_slider_pattern
|
| 91 |
};
|
| 92 |
+
const slides = [];
|
| 93 |
|
| 94 |
+
for (let j = 0; j < niftyCsObject.background_slides.length; j++) {
|
| 95 |
slides.push({
|
| 96 |
src: niftyCsObject.background_slides[j]
|
| 97 |
});
|
| 103 |
|
| 104 |
if ($('body').hasClass('countdown-timer-enabled')) {
|
| 105 |
$('div#clock').countdown(niftyCsObject.countdown_time_formatted, function (event) {
|
| 106 |
+
const $this = $(this);
|
| 107 |
|
| 108 |
switch (event.type) {
|
| 109 |
case 'seconds':
|
assets/js/frontend.min.js
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
"use strict";function isValidEmail(e){
|
| 1 |
+
"use strict";function isValidEmail(e){const t=new RegExp(/^((([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+(\.([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+)*)|((\x22)((((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(([\x01-\x08\x0b\x0c\x0e-\x1f\x7f]|\x21|[\x23-\x5b]|[\x5d-\x7e]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(\\([\x01-\x09\x0b\x0c\x0d-\x7f]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))))*(((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(\x22)))@((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?$/i);return t.test(e)}document.querySelector("#preloader")&&window.addEventListener("load",function(){jQuery(document).ready(function(e){e("#preloader").fadeOut("slow",function(){e(this).remove()})})}),function(i){jQuery(document).ready(function(){const u=[];var t=niftyCsObject.slider_blocks;for(let e=0;e<t.length;e++)u.push(niftyCsObject.blocks[t[e]].icon);new Swiper(".nifty-legacy-slider",{loop:!1,pagination:{el:".swiper-pagination",clickable:!0,renderBullet(e,t){return'<span class="'+t+'"><span aria-hidden="true" class="'+u[e]+'"></span></span>'}}});const n=(e,t,u)=>{const n=u.find(".nifty-subscribe-message");n.hide(),n.html(`<div class="nifty-message nifty-message-${t}"><p>${e}</p></div>`).fadeIn("slow",function(){setTimeout(function(){n.fadeOut("slow",function(){n.html("")})},3e3)})};if(i(".nifty-subscription .nifty-subscribe").on("submit","form",function(e){e.preventDefault();const t=i(this),u=t.find("input[type=text]");e=u.val();return isValidEmail(e)?i.post(niftyCsObject.ajax_url,{action:"nifty_cs_subscribe",email:e},function(e){!0===e.success&&(n(niftyCsObject.subscription_success_message,"success",t.parent()),u.val(""))}).fail(function(){n(niftyCsObject.subscription_error_message,"error",t.parent())}):n(niftyCsObject.subscription_error_message,"error",t.parent()),!1}),i("body").hasClass("background-slider-enabled")){const e={animation:"random",cover:!0,animationDuration:niftyCsObject.background_slider_animation_time,timer:!1,transition:niftyCsObject.background_slider_animation,delay:niftyCsObject.background_slider_time,opacity:niftyCsObject.background_slider_pattern_opacity,overlay:niftyCsObject.pattern_folder_url+niftyCsObject.background_slider_pattern},s=[];for(let e=0;e<niftyCsObject.background_slides.length;e++)s.push({src:niftyCsObject.background_slides[e]});e.slides=s,i("#nifty, body").vegas(e)}i("body").hasClass("countdown-timer-enabled")&&i("div#clock").countdown(niftyCsObject.countdown_time_formatted,function(e){const t=i(this);switch(e.type){case"seconds":case"minutes":case"hours":case"days":case"weeks":case"daysLeft":t.find("span#"+e.type).html(e.value);break;case"finished":t.hide()}}),i("body").hasClass("intro-animation-enabled")&&i(".tlt").textillate({selector:".texts",loop:!0,minDisplayTime:2500,autoStart:!0,outEffects:["bounceOut"],in:{effect:"fadeIn",delayScale:1.5,delay:50,sync:!1,shuffle:!0},out:{effect:"bounceOut",delayScale:1.5,delay:150,sync:!1,shuffle:!0}})})}(jQuery);
|
assets/js/plugins-list.js
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"use strict";
|
| 2 |
+
|
| 3 |
+
(function ($) {
|
| 4 |
+
$.fn.WPC_Plugins_list = function (options) {
|
| 5 |
+
const settings = $.extend({
|
| 6 |
+
api: '',
|
| 7 |
+
action: 'plugins_list',
|
| 8 |
+
loading_text: 'Loading',
|
| 9 |
+
list_type: 'ul'
|
| 10 |
+
}, options);
|
| 11 |
+
|
| 12 |
+
if ('' === settings.api) {
|
| 13 |
+
return this;
|
| 14 |
+
}
|
| 15 |
+
|
| 16 |
+
function generateList(data) {
|
| 17 |
+
let output = '';
|
| 18 |
+
|
| 19 |
+
if (0 === data.length) {
|
| 20 |
+
return output;
|
| 21 |
+
}
|
| 22 |
+
|
| 23 |
+
data.forEach(function (item) {
|
| 24 |
+
output += '<li><a href="' + item.url + '" target="_blank">' + item.title + '</a></li>';
|
| 25 |
+
});
|
| 26 |
+
return $('<' + settings.list_type + '/>').append(output);
|
| 27 |
+
}
|
| 28 |
+
|
| 29 |
+
return this.each(function () {
|
| 30 |
+
const $wrapper = $(this);
|
| 31 |
+
$.ajax({
|
| 32 |
+
url: settings.api,
|
| 33 |
+
type: 'GET',
|
| 34 |
+
dataType: 'json',
|
| 35 |
+
data: {
|
| 36 |
+
action: settings.action
|
| 37 |
+
},
|
| 38 |
+
|
| 39 |
+
beforeSend() {
|
| 40 |
+
$wrapper.html(settings.loading_text);
|
| 41 |
+
},
|
| 42 |
+
|
| 43 |
+
complete(jqXHR) {
|
| 44 |
+
const response = JSON.parse(jqXHR.responseText);
|
| 45 |
+
$wrapper.html('');
|
| 46 |
+
|
| 47 |
+
if (true === response.success) {
|
| 48 |
+
const listMarkup = generateList(response.data);
|
| 49 |
+
$wrapper.append(listMarkup);
|
| 50 |
+
}
|
| 51 |
+
}
|
| 52 |
+
|
| 53 |
+
});
|
| 54 |
+
});
|
| 55 |
+
};
|
| 56 |
+
|
| 57 |
+
$('.wpc-plugins-list').WPC_Plugins_list({
|
| 58 |
+
api: ajaxurl,
|
| 59 |
+
list_type: 'ol',
|
| 60 |
+
action: 'wpc_ncsucp_get_plugins_list'
|
| 61 |
+
});
|
| 62 |
+
})(jQuery);
|
assets/js/plugins-list.min.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
| 1 |
+
"use strict";!function(e){e.fn.WPC_Plugins_list=function(t){const n=e.extend({api:"",action:"plugins_list",loading_text:"Loading",list_type:"ul"},t);return""===n.api?this:this.each(function(){const i=e(this);e.ajax({url:n.api,type:"GET",dataType:"json",data:{action:n.action},beforeSend(){i.html(n.loading_text)},complete(t){var t=JSON.parse(t.responseText);i.html(""),!0===t.success&&(t=function(t){let i="";return 0===t.length?i:(t.forEach(function(t){i+='<li><a href="'+t.url+'" target="_blank">'+t.title+"</a></li>"}),e("<"+n.list_type+"/>").append(i))}(t.data),i.append(t))}})})},e(".wpc-plugins-list").WPC_Plugins_list({api:ajaxurl,list_type:"ol",action:"wpc_ncsucp_get_plugins_list"})}(jQuery);
|
inc/admin-page/admin-page.php
CHANGED
|
@@ -25,10 +25,6 @@ function nifty_cs_render_admin_page() {
|
|
| 25 |
if ( ! current_user_can( 'manage_options' ) ) {
|
| 26 |
return;
|
| 27 |
}
|
| 28 |
-
|
| 29 |
-
if ( ! function_exists( 'get_plugin_data' ) ) {
|
| 30 |
-
require_once ABSPATH . 'wp-admin/includes/plugin.php';
|
| 31 |
-
}
|
| 32 |
?>
|
| 33 |
|
| 34 |
<div class="wrap ncs-wrap" id="ncs-wrapper">
|
|
@@ -40,9 +36,9 @@ function nifty_cs_render_admin_page() {
|
|
| 40 |
</div>
|
| 41 |
|
| 42 |
<p>
|
| 43 |
-
<a href="https://
|
|
|
|
| 44 |
<a href="https://wordpress.org/support/plugin/nifty-coming-soon-and-under-construction-page/reviews/#new-post" class="button" target="_blank"><?php echo esc_html__( 'Leave a Review', 'nifty-coming-soon-and-under-construction-page' ); ?></a>
|
| 45 |
-
<a href="https://wpconcern.com/documentation/nifty-coming-soon-and-under-construction-page/" class="button" target="_blank"><?php echo esc_html__( 'Documentation', 'nifty-coming-soon-and-under-construction-page' ); ?></a>
|
| 46 |
</p>
|
| 47 |
|
| 48 |
<div class="ncs-main-content">
|
|
@@ -92,8 +88,15 @@ function nifty_cs_render_admin_page() {
|
|
| 92 |
|
| 93 |
<div class="ncs-themes-grid ncs-grid">
|
| 94 |
<?php foreach ( $all_themes as $theme_key => $theme ) : ?>
|
| 95 |
-
|
| 96 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 97 |
<a href="<?php echo esc_url( $theme['preview_url'] ); ?>" target="_blank">
|
| 98 |
<img src="<?php echo esc_url( NCSUCP_URL . "/themes/{$theme_key}/preview.jpg" ); ?>" alt="<?php echo esc_attr( $theme['label'] ); ?>" />
|
| 99 |
</a>
|
|
@@ -150,15 +153,9 @@ function nifty_cs_render_admin_page() {
|
|
| 150 |
|
| 151 |
<div class="ncs-box">
|
| 152 |
<h3><span>Our Plugins</span></h3>
|
|
|
|
| 153 |
<div class="ncs-box-content">
|
| 154 |
-
<
|
| 155 |
-
<li><a href="https://wpconcern.com/plugins/woocommerce-product-tabs/" target="_blank">WooCommerce Product Tabs</a></li>
|
| 156 |
-
<li><a href="https://wpconcern.com/plugins/post-grid-elementor-addon/" target="_blank">Post Grid Elementor Addon</a></li>
|
| 157 |
-
<li><a href="https://wpconcern.com/plugins/advanced-google-recaptcha/" target="_blank">Advanced Google reCAPTCHA</a></li>
|
| 158 |
-
<li><a href="https://wordpress.org/plugins/nifty-coming-soon-and-under-construction-page/" target="_blank">Coming Soon & Maintenance Mode Page</a></li>
|
| 159 |
-
<li><a href="https://wordpress.org/plugins/admin-customizer/" target="_blank">Admin Customizer</a></li>
|
| 160 |
-
<li><a href="https://wordpress.org/plugins/prime-addons-for-elementor/" target="_blank">Prime Addons for Elementor</a></li>
|
| 161 |
-
</ol>
|
| 162 |
</div> <!-- .ncs-box-content -->
|
| 163 |
</div><!-- .ncs-box -->
|
| 164 |
|
|
@@ -186,6 +183,7 @@ function nifty_cs_load_admin_page_assets( $hook ) {
|
|
| 186 |
|
| 187 |
wp_enqueue_style( 'nifty-cs-admin-page', NCSUCP_URL . '/assets/css/admin-page' . $min . '.css', array(), NCSUCP_VERSION );
|
| 188 |
wp_enqueue_script( 'nifty-cs-admin-page', NCSUCP_URL . '/assets/js/admin-page' . $min . '.js', array( 'jquery' ), NCSUCP_VERSION, true );
|
|
|
|
| 189 |
|
| 190 |
$localized_array = array(
|
| 191 |
'storage_key' => 'nifty-cs-activetab',
|
|
@@ -195,3 +193,63 @@ function nifty_cs_load_admin_page_assets( $hook ) {
|
|
| 195 |
}
|
| 196 |
|
| 197 |
add_action( 'admin_enqueue_scripts', 'nifty_cs_load_admin_page_assets' );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
if ( ! current_user_can( 'manage_options' ) ) {
|
| 26 |
return;
|
| 27 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
?>
|
| 29 |
|
| 30 |
<div class="wrap ncs-wrap" id="ncs-wrapper">
|
| 36 |
</div>
|
| 37 |
|
| 38 |
<p>
|
| 39 |
+
<a href="https://wpconcern.com/plugins/nifty-coming-soon-and-under-construction-page/" class="button button-primary" target="_blank"><?php echo esc_html__( 'View Details', 'nifty-coming-soon-and-under-construction-page' ); ?></a>
|
| 40 |
+
<a href="https://ncsucp.wpconcern.net/free/" class="button button-secondary" target="_blank"><?php echo esc_html__( 'View Demo', 'nifty-coming-soon-and-under-construction-page' ); ?></a>
|
| 41 |
<a href="https://wordpress.org/support/plugin/nifty-coming-soon-and-under-construction-page/reviews/#new-post" class="button" target="_blank"><?php echo esc_html__( 'Leave a Review', 'nifty-coming-soon-and-under-construction-page' ); ?></a>
|
|
|
|
| 42 |
</p>
|
| 43 |
|
| 44 |
<div class="ncs-main-content">
|
| 88 |
|
| 89 |
<div class="ncs-themes-grid ncs-grid">
|
| 90 |
<?php foreach ( $all_themes as $theme_key => $theme ) : ?>
|
| 91 |
+
<?php
|
| 92 |
+
$is_featured = ( isset( $theme['new'] ) && true === $theme['new'] ) ? true : false;
|
| 93 |
+
$featured_class = $is_featured ? 'ncs-theme-featured' : '';
|
| 94 |
+
?>
|
| 95 |
+
|
| 96 |
+
<div class="ncs-theme <?php echo esc_attr( $featured_class ); ?>" data-tags='<?php echo ( isset( $theme['tags'] ) ) ? wp_json_encode( $theme['tags'] ) : ''; ?>'>
|
| 97 |
+
<?php if ( $is_featured ) : ?>
|
| 98 |
+
<span class="featured">NEW</span>
|
| 99 |
+
<?php endif; ?>
|
| 100 |
<a href="<?php echo esc_url( $theme['preview_url'] ); ?>" target="_blank">
|
| 101 |
<img src="<?php echo esc_url( NCSUCP_URL . "/themes/{$theme_key}/preview.jpg" ); ?>" alt="<?php echo esc_attr( $theme['label'] ); ?>" />
|
| 102 |
</a>
|
| 153 |
|
| 154 |
<div class="ncs-box">
|
| 155 |
<h3><span>Our Plugins</span></h3>
|
| 156 |
+
|
| 157 |
<div class="ncs-box-content">
|
| 158 |
+
<div class="wpc-plugins-list"></div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 159 |
</div> <!-- .ncs-box-content -->
|
| 160 |
</div><!-- .ncs-box -->
|
| 161 |
|
| 183 |
|
| 184 |
wp_enqueue_style( 'nifty-cs-admin-page', NCSUCP_URL . '/assets/css/admin-page' . $min . '.css', array(), NCSUCP_VERSION );
|
| 185 |
wp_enqueue_script( 'nifty-cs-admin-page', NCSUCP_URL . '/assets/js/admin-page' . $min . '.js', array( 'jquery' ), NCSUCP_VERSION, true );
|
| 186 |
+
wp_enqueue_script( 'nifty-cs-plugins-list', NCSUCP_URL . '/assets/js/plugins-list' . $min . '.js', array( 'jquery' ), NCSUCP_VERSION, true );
|
| 187 |
|
| 188 |
$localized_array = array(
|
| 189 |
'storage_key' => 'nifty-cs-activetab',
|
| 193 |
}
|
| 194 |
|
| 195 |
add_action( 'admin_enqueue_scripts', 'nifty_cs_load_admin_page_assets' );
|
| 196 |
+
|
| 197 |
+
/**
|
| 198 |
+
* AJAX callback for plugins list.
|
| 199 |
+
*
|
| 200 |
+
* @since 3.0.1
|
| 201 |
+
*/
|
| 202 |
+
function nifty_cs_ajax_callback_plugins_list() {
|
| 203 |
+
$output = array();
|
| 204 |
+
|
| 205 |
+
$posts = nifty_cs_get_plugins_list();
|
| 206 |
+
|
| 207 |
+
if ( ! empty( $posts ) ) {
|
| 208 |
+
$output = $posts;
|
| 209 |
+
}
|
| 210 |
+
|
| 211 |
+
if ( ! empty( $output ) ) {
|
| 212 |
+
wp_send_json_success( $output, 200 );
|
| 213 |
+
} else {
|
| 214 |
+
wp_send_json_error( $output, 404 );
|
| 215 |
+
}
|
| 216 |
+
}
|
| 217 |
+
|
| 218 |
+
add_action( 'wp_ajax_nopriv_wpc_ncsucp_get_plugins_list', 'nifty_cs_ajax_callback_plugins_list' );
|
| 219 |
+
add_action( 'wp_ajax_wpc_ncsucp_get_plugins_list', 'nifty_cs_ajax_callback_plugins_list' );
|
| 220 |
+
|
| 221 |
+
/**
|
| 222 |
+
* Return plugins list.
|
| 223 |
+
*
|
| 224 |
+
* @since 3.0.1
|
| 225 |
+
*
|
| 226 |
+
* @return array Plugins list array.
|
| 227 |
+
*/
|
| 228 |
+
function nifty_cs_get_plugins_list() {
|
| 229 |
+
$transient_key = 'wpc_ncsucp_plugins_list';
|
| 230 |
+
|
| 231 |
+
$transient_period = 7 * DAY_IN_SECONDS;
|
| 232 |
+
|
| 233 |
+
$output = get_transient( $transient_key );
|
| 234 |
+
|
| 235 |
+
if ( false === $output ) {
|
| 236 |
+
$output = array();
|
| 237 |
+
|
| 238 |
+
$request = wp_safe_remote_get( 'https://wpconcern.com/wpc-api/plugins-list' );
|
| 239 |
+
|
| 240 |
+
if ( is_wp_error( $request ) ) {
|
| 241 |
+
return $output;
|
| 242 |
+
}
|
| 243 |
+
|
| 244 |
+
$body = wp_remote_retrieve_body( $request );
|
| 245 |
+
$json = json_decode( $body, true );
|
| 246 |
+
|
| 247 |
+
if ( isset( $json['plugins'] ) && ! empty( $json['plugins'] ) ) {
|
| 248 |
+
$output = $json['plugins'];
|
| 249 |
+
}
|
| 250 |
+
|
| 251 |
+
set_transient( $transient_key, $output, $transient_period );
|
| 252 |
+
}
|
| 253 |
+
|
| 254 |
+
return $output;
|
| 255 |
+
}
|
inc/helpers/themes.php
CHANGED
|
@@ -14,6 +14,21 @@
|
|
| 14 |
*/
|
| 15 |
function nifty_cs_get_themes() {
|
| 16 |
return array(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
'minimal' => array(
|
| 18 |
'label' => esc_html__( 'Minimal', 'nifty-coming-soon-and-under-construction-page' ),
|
| 19 |
'preview_url' => 'https://ncsucp.wpconcern.net/minimal/',
|
| 14 |
*/
|
| 15 |
function nifty_cs_get_themes() {
|
| 16 |
return array(
|
| 17 |
+
'charity' => array(
|
| 18 |
+
'label' => esc_html__( 'Charity', 'nifty-coming-soon-and-under-construction-page' ),
|
| 19 |
+
'preview_url' => 'https://ncsucp.wpconcern.net/charity/',
|
| 20 |
+
'new' => true,
|
| 21 |
+
),
|
| 22 |
+
'furniture' => array(
|
| 23 |
+
'label' => esc_html__( 'Furniture', 'nifty-coming-soon-and-under-construction-page' ),
|
| 24 |
+
'preview_url' => 'https://ncsucp.wpconcern.net/furniture/',
|
| 25 |
+
'new' => true,
|
| 26 |
+
),
|
| 27 |
+
'skin-care' => array(
|
| 28 |
+
'label' => esc_html__( 'Skin Care', 'nifty-coming-soon-and-under-construction-page' ),
|
| 29 |
+
'preview_url' => 'https://ncsucp.wpconcern.net/skin-care/',
|
| 30 |
+
'new' => true,
|
| 31 |
+
),
|
| 32 |
'minimal' => array(
|
| 33 |
'label' => esc_html__( 'Minimal', 'nifty-coming-soon-and-under-construction-page' ),
|
| 34 |
'preview_url' => 'https://ncsucp.wpconcern.net/minimal/',
|
languages/nifty-coming-soon-and-under-construction-page.pot
CHANGED
|
@@ -2,11 +2,11 @@
|
|
| 2 |
# This file is distributed under the GPLv3.
|
| 3 |
msgid ""
|
| 4 |
msgstr ""
|
| 5 |
-
"Project-Id-Version: Nifty Coming Soon & Maintenance Page 3.0.
|
| 6 |
"Report-Msgid-Bugs-To: "
|
| 7 |
"https://wordpress.org/support/plugin/nifty-coming-soon-and-under-"
|
| 8 |
"construction-page\n"
|
| 9 |
-
"POT-Creation-Date: 2022-
|
| 10 |
"MIME-Version: 1.0\n"
|
| 11 |
"Content-Type: text/plain; charset=utf-8\n"
|
| 12 |
"Content-Transfer-Encoding: 8bit\n"
|
|
@@ -23,21 +23,21 @@ msgstr ""
|
|
| 23 |
msgid "Nifty Options"
|
| 24 |
msgstr ""
|
| 25 |
|
| 26 |
-
#: inc/admin-page/admin-page.php:
|
| 27 |
#. translators: %s: version.
|
| 28 |
msgid "Version: %s"
|
| 29 |
msgstr ""
|
| 30 |
|
| 31 |
-
#: inc/admin-page/admin-page.php:
|
| 32 |
-
msgid "
|
| 33 |
msgstr ""
|
| 34 |
|
| 35 |
-
#: inc/admin-page/admin-page.php:
|
| 36 |
-
msgid "
|
| 37 |
msgstr ""
|
| 38 |
|
| 39 |
-
#: inc/admin-page/admin-page.php:
|
| 40 |
-
msgid "
|
| 41 |
msgstr ""
|
| 42 |
|
| 43 |
#: inc/customizer/options.php:33 inc/customizer/sections/layout.php:39
|
|
@@ -522,46 +522,58 @@ msgid "Flash 2"
|
|
| 522 |
msgstr ""
|
| 523 |
|
| 524 |
#: inc/helpers/themes.php:18
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 525 |
msgid "Minimal"
|
| 526 |
msgstr ""
|
| 527 |
|
| 528 |
-
#: inc/helpers/themes.php:
|
| 529 |
msgid "Digital Agency"
|
| 530 |
msgstr ""
|
| 531 |
|
| 532 |
-
#: inc/helpers/themes.php:
|
| 533 |
msgid "App"
|
| 534 |
msgstr ""
|
| 535 |
|
| 536 |
-
#: inc/helpers/themes.php:
|
| 537 |
msgid "Cake Shop"
|
| 538 |
msgstr ""
|
| 539 |
|
| 540 |
-
#: inc/helpers/themes.php:
|
| 541 |
msgid "Coffee Shop"
|
| 542 |
msgstr ""
|
| 543 |
|
| 544 |
-
#: inc/helpers/themes.php:
|
| 545 |
msgid "Construction"
|
| 546 |
msgstr ""
|
| 547 |
|
| 548 |
-
#: inc/helpers/themes.php:
|
| 549 |
msgid "Dental"
|
| 550 |
msgstr ""
|
| 551 |
|
| 552 |
-
#: inc/helpers/themes.php:
|
| 553 |
msgid "Fitness"
|
| 554 |
msgstr ""
|
| 555 |
|
| 556 |
-
#: inc/helpers/themes.php:
|
| 557 |
msgid "Fruits"
|
| 558 |
msgstr ""
|
| 559 |
|
| 560 |
-
#: inc/helpers/themes.php:
|
| 561 |
msgid "Kennel Club"
|
| 562 |
msgstr ""
|
| 563 |
|
| 564 |
-
#: inc/helpers/themes.php:
|
| 565 |
msgid "Yoga"
|
| 566 |
msgstr ""
|
| 567 |
|
| 2 |
# This file is distributed under the GPLv3.
|
| 3 |
msgid ""
|
| 4 |
msgstr ""
|
| 5 |
+
"Project-Id-Version: Nifty Coming Soon & Maintenance Page 3.0.1\n"
|
| 6 |
"Report-Msgid-Bugs-To: "
|
| 7 |
"https://wordpress.org/support/plugin/nifty-coming-soon-and-under-"
|
| 8 |
"construction-page\n"
|
| 9 |
+
"POT-Creation-Date: 2022-09-09 06:35:56+00:00\n"
|
| 10 |
"MIME-Version: 1.0\n"
|
| 11 |
"Content-Type: text/plain; charset=utf-8\n"
|
| 12 |
"Content-Transfer-Encoding: 8bit\n"
|
| 23 |
msgid "Nifty Options"
|
| 24 |
msgstr ""
|
| 25 |
|
| 26 |
+
#: inc/admin-page/admin-page.php:35
|
| 27 |
#. translators: %s: version.
|
| 28 |
msgid "Version: %s"
|
| 29 |
msgstr ""
|
| 30 |
|
| 31 |
+
#: inc/admin-page/admin-page.php:39
|
| 32 |
+
msgid "View Details"
|
| 33 |
msgstr ""
|
| 34 |
|
| 35 |
+
#: inc/admin-page/admin-page.php:40
|
| 36 |
+
msgid "View Demo"
|
| 37 |
msgstr ""
|
| 38 |
|
| 39 |
+
#: inc/admin-page/admin-page.php:41
|
| 40 |
+
msgid "Leave a Review"
|
| 41 |
msgstr ""
|
| 42 |
|
| 43 |
#: inc/customizer/options.php:33 inc/customizer/sections/layout.php:39
|
| 522 |
msgstr ""
|
| 523 |
|
| 524 |
#: inc/helpers/themes.php:18
|
| 525 |
+
msgid "Charity"
|
| 526 |
+
msgstr ""
|
| 527 |
+
|
| 528 |
+
#: inc/helpers/themes.php:23
|
| 529 |
+
msgid "Furniture"
|
| 530 |
+
msgstr ""
|
| 531 |
+
|
| 532 |
+
#: inc/helpers/themes.php:28
|
| 533 |
+
msgid "Skin Care"
|
| 534 |
+
msgstr ""
|
| 535 |
+
|
| 536 |
+
#: inc/helpers/themes.php:33
|
| 537 |
msgid "Minimal"
|
| 538 |
msgstr ""
|
| 539 |
|
| 540 |
+
#: inc/helpers/themes.php:37
|
| 541 |
msgid "Digital Agency"
|
| 542 |
msgstr ""
|
| 543 |
|
| 544 |
+
#: inc/helpers/themes.php:41
|
| 545 |
msgid "App"
|
| 546 |
msgstr ""
|
| 547 |
|
| 548 |
+
#: inc/helpers/themes.php:45
|
| 549 |
msgid "Cake Shop"
|
| 550 |
msgstr ""
|
| 551 |
|
| 552 |
+
#: inc/helpers/themes.php:49
|
| 553 |
msgid "Coffee Shop"
|
| 554 |
msgstr ""
|
| 555 |
|
| 556 |
+
#: inc/helpers/themes.php:53
|
| 557 |
msgid "Construction"
|
| 558 |
msgstr ""
|
| 559 |
|
| 560 |
+
#: inc/helpers/themes.php:57
|
| 561 |
msgid "Dental"
|
| 562 |
msgstr ""
|
| 563 |
|
| 564 |
+
#: inc/helpers/themes.php:61
|
| 565 |
msgid "Fitness"
|
| 566 |
msgstr ""
|
| 567 |
|
| 568 |
+
#: inc/helpers/themes.php:65
|
| 569 |
msgid "Fruits"
|
| 570 |
msgstr ""
|
| 571 |
|
| 572 |
+
#: inc/helpers/themes.php:69
|
| 573 |
msgid "Kennel Club"
|
| 574 |
msgstr ""
|
| 575 |
|
| 576 |
+
#: inc/helpers/themes.php:73
|
| 577 |
msgid "Yoga"
|
| 578 |
msgstr ""
|
| 579 |
|
nifty-coming-soon.php
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
* Plugin Name: Nifty Coming Soon & Maintenance Page
|
| 4 |
* Plugin URI: https://wpconcern.com/plugins/nifty-coming-soon-and-under-construction-page/
|
| 5 |
* Description: Easy to set up Coming Soon, Maintenance and Under Construction page. It features Responsive design, Countdown timer, Animations, Live Preview, Background Slider, Subscription form and more.
|
| 6 |
-
* Version: 3.0.
|
| 7 |
* Author: WP Concern
|
| 8 |
* Author URI: https://wpconcern.com/
|
| 9 |
* Text Domain: nifty-coming-soon-and-under-construction-page
|
|
@@ -15,7 +15,7 @@
|
|
| 15 |
|
| 16 |
defined( 'ABSPATH' ) || exit;
|
| 17 |
|
| 18 |
-
define( 'NCSUCP_VERSION', '3.0.
|
| 19 |
define( 'NCSUCP_SLUG', 'nifty-coming-soon-and-under-construction-page' );
|
| 20 |
define( 'NCSUCP_BASE_NAME', basename( dirname( __FILE__ ) ) );
|
| 21 |
define( 'NCSUCP_BASE_FILEPATH', __FILE__ );
|
| 3 |
* Plugin Name: Nifty Coming Soon & Maintenance Page
|
| 4 |
* Plugin URI: https://wpconcern.com/plugins/nifty-coming-soon-and-under-construction-page/
|
| 5 |
* Description: Easy to set up Coming Soon, Maintenance and Under Construction page. It features Responsive design, Countdown timer, Animations, Live Preview, Background Slider, Subscription form and more.
|
| 6 |
+
* Version: 3.0.1
|
| 7 |
* Author: WP Concern
|
| 8 |
* Author URI: https://wpconcern.com/
|
| 9 |
* Text Domain: nifty-coming-soon-and-under-construction-page
|
| 15 |
|
| 16 |
defined( 'ABSPATH' ) || exit;
|
| 17 |
|
| 18 |
+
define( 'NCSUCP_VERSION', '3.0.1' );
|
| 19 |
define( 'NCSUCP_SLUG', 'nifty-coming-soon-and-under-construction-page' );
|
| 20 |
define( 'NCSUCP_BASE_NAME', basename( dirname( __FILE__ ) ) );
|
| 21 |
define( 'NCSUCP_BASE_FILEPATH', __FILE__ );
|
readme.txt
CHANGED
|
@@ -6,7 +6,7 @@ Tags: coming soon, coming soon page, launch page, maintenance mode, maintenance
|
|
| 6 |
Tested up to: 6.0
|
| 7 |
License: GPLv3
|
| 8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 9 |
-
Stable tag: 3.0.
|
| 10 |
Requires PHP: 5.6
|
| 11 |
Requires at least: 4.9
|
| 12 |
|
|
@@ -97,6 +97,9 @@ Logged in users will NOT see the Coming Soon page. To see and customize the sett
|
|
| 97 |
|
| 98 |
== Changelog ==
|
| 99 |
|
|
|
|
|
|
|
|
|
|
| 100 |
= 3.0.0 - 30 Aug 2022 =
|
| 101 |
* Major code refactoring
|
| 102 |
* Few bug fixes
|
| 6 |
Tested up to: 6.0
|
| 7 |
License: GPLv3
|
| 8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 9 |
+
Stable tag: 3.0.1
|
| 10 |
Requires PHP: 5.6
|
| 11 |
Requires at least: 4.9
|
| 12 |
|
| 97 |
|
| 98 |
== Changelog ==
|
| 99 |
|
| 100 |
+
= 3.0.1 - 9 Sep 2022 =
|
| 101 |
+
* Minor bug fixes
|
| 102 |
+
|
| 103 |
= 3.0.0 - 30 Aug 2022 =
|
| 104 |
* Major code refactoring
|
| 105 |
* Few bug fixes
|
themes/charity/preview.jpg
ADDED
|
Binary file
|
themes/furniture/preview.jpg
ADDED
|
Binary file
|
themes/skin-care/preview.jpg
ADDED
|
Binary file
|
vendor/autoload.php
CHANGED
|
@@ -4,4 +4,4 @@
|
|
| 4 |
|
| 5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
| 6 |
|
| 7 |
-
return
|
| 4 |
|
| 5 |
require_once __DIR__ . '/composer/autoload_real.php';
|
| 6 |
|
| 7 |
+
return ComposerAutoloaderInit986239c6e30399138bc5197358a73a63::getLoader();
|
vendor/composer/autoload_real.php
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
|
| 3 |
// autoload_real.php @generated by Composer
|
| 4 |
|
| 5 |
-
class
|
| 6 |
{
|
| 7 |
private static $loader;
|
| 8 |
|
|
@@ -24,15 +24,15 @@ class ComposerAutoloaderInit41bd79f44a99d5286e57149798dc20c2
|
|
| 24 |
|
| 25 |
require __DIR__ . '/platform_check.php';
|
| 26 |
|
| 27 |
-
spl_autoload_register(array('
|
| 28 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
|
| 29 |
-
spl_autoload_unregister(array('
|
| 30 |
|
| 31 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
| 32 |
if ($useStaticLoader) {
|
| 33 |
require __DIR__ . '/autoload_static.php';
|
| 34 |
|
| 35 |
-
call_user_func(\Composer\Autoload\
|
| 36 |
} else {
|
| 37 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
| 38 |
foreach ($map as $namespace => $path) {
|
| 2 |
|
| 3 |
// autoload_real.php @generated by Composer
|
| 4 |
|
| 5 |
+
class ComposerAutoloaderInit986239c6e30399138bc5197358a73a63
|
| 6 |
{
|
| 7 |
private static $loader;
|
| 8 |
|
| 24 |
|
| 25 |
require __DIR__ . '/platform_check.php';
|
| 26 |
|
| 27 |
+
spl_autoload_register(array('ComposerAutoloaderInit986239c6e30399138bc5197358a73a63', 'loadClassLoader'), true, true);
|
| 28 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
|
| 29 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit986239c6e30399138bc5197358a73a63', 'loadClassLoader'));
|
| 30 |
|
| 31 |
$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
|
| 32 |
if ($useStaticLoader) {
|
| 33 |
require __DIR__ . '/autoload_static.php';
|
| 34 |
|
| 35 |
+
call_user_func(\Composer\Autoload\ComposerStaticInit986239c6e30399138bc5197358a73a63::getInitializer($loader));
|
| 36 |
} else {
|
| 37 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
| 38 |
foreach ($map as $namespace => $path) {
|
vendor/composer/autoload_static.php
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
|
| 5 |
namespace Composer\Autoload;
|
| 6 |
|
| 7 |
-
class
|
| 8 |
{
|
| 9 |
public static $prefixLengthsPsr4 = array (
|
| 10 |
'N' =>
|
|
@@ -70,9 +70,9 @@ class ComposerStaticInit41bd79f44a99d5286e57149798dc20c2
|
|
| 70 |
public static function getInitializer(ClassLoader $loader)
|
| 71 |
{
|
| 72 |
return \Closure::bind(function () use ($loader) {
|
| 73 |
-
$loader->prefixLengthsPsr4 =
|
| 74 |
-
$loader->prefixDirsPsr4 =
|
| 75 |
-
$loader->classMap =
|
| 76 |
|
| 77 |
}, null, ClassLoader::class);
|
| 78 |
}
|
| 4 |
|
| 5 |
namespace Composer\Autoload;
|
| 6 |
|
| 7 |
+
class ComposerStaticInit986239c6e30399138bc5197358a73a63
|
| 8 |
{
|
| 9 |
public static $prefixLengthsPsr4 = array (
|
| 10 |
'N' =>
|
| 70 |
public static function getInitializer(ClassLoader $loader)
|
| 71 |
{
|
| 72 |
return \Closure::bind(function () use ($loader) {
|
| 73 |
+
$loader->prefixLengthsPsr4 = ComposerStaticInit986239c6e30399138bc5197358a73a63::$prefixLengthsPsr4;
|
| 74 |
+
$loader->prefixDirsPsr4 = ComposerStaticInit986239c6e30399138bc5197358a73a63::$prefixDirsPsr4;
|
| 75 |
+
$loader->classMap = ComposerStaticInit986239c6e30399138bc5197358a73a63::$classMap;
|
| 76 |
|
| 77 |
}, null, ClassLoader::class);
|
| 78 |
}
|
vendor/composer/installed.php
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
'type' => 'library',
|
| 6 |
'install_path' => __DIR__ . '/../../',
|
| 7 |
'aliases' => array(),
|
| 8 |
-
'reference' => '
|
| 9 |
'name' => '__root__',
|
| 10 |
'dev' => false,
|
| 11 |
),
|
|
@@ -16,7 +16,7 @@
|
|
| 16 |
'type' => 'library',
|
| 17 |
'install_path' => __DIR__ . '/../../',
|
| 18 |
'aliases' => array(),
|
| 19 |
-
'reference' => '
|
| 20 |
'dev_requirement' => false,
|
| 21 |
),
|
| 22 |
'ernilambar/ns-customizer-utilities' => array(
|
| 5 |
'type' => 'library',
|
| 6 |
'install_path' => __DIR__ . '/../../',
|
| 7 |
'aliases' => array(),
|
| 8 |
+
'reference' => '69c860a7194f8e28fc6616bbcb251437d1ae2bbc',
|
| 9 |
'name' => '__root__',
|
| 10 |
'dev' => false,
|
| 11 |
),
|
| 16 |
'type' => 'library',
|
| 17 |
'install_path' => __DIR__ . '/../../',
|
| 18 |
'aliases' => array(),
|
| 19 |
+
'reference' => '69c860a7194f8e28fc6616bbcb251437d1ae2bbc',
|
| 20 |
'dev_requirement' => false,
|
| 21 |
),
|
| 22 |
'ernilambar/ns-customizer-utilities' => array(
|
