<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@keyframes bounce {
0%,20%,53%,80%,100%{transform:translate3d(0px,0px,0px);transition-timing-function:cubic-bezier(0.215,0.61,0.355,1)}
40%,43%{transform:translate3d(0px,-30px,0px);transition-timing-function:cubic-bezier(0.755,0.05,0.855,0.06)}
70%{transform:translate3d(0px,-15px,0px);transition-timing-function:cubic-bezier(0.755,0.05,0.855,0.06)}
90%{transform:translate3d(0px,-4px,0px)}
}
@keyframes bounceInBottom {
0%,60%,75%,90%,100%{transition-timing-function:cubic-bezier(0.215,0.61,0.355,1)}
0%{opacity:0;transform:translate3d(0px,3000px,0px)}
60%{opacity:1;transform:translate3d(0px,-20px,0px)}
75%{transform:translate3d(0px,10px,0px)}
90%{transform:translate3d(0px,-5px,0px)}
100%{transform:translate3d(0px,0px,0px)}
}
@keyframes bounceInLeft {
0%,60%,75%,90%,100%{transition-timing-function:cubic-bezier(0.215,0.61,0.355,1)}
0%{opacity:0;transform:translate3d(-3000px,0px,0px)}
60%{opacity:1;transform:translate3d(25px,0px,0px)}
75%{transform:translate3d(-10px,0px,0px)}
90%{transform:translate3d(5px,0px,0px)}
100%{transform:none}
}
@keyframes bounceInRight {
0%,60%,75%,90%,100%{transition-timing-function:cubic-bezier(0.215,0.61,0.355,1)}
0%{opacity:0;transform:translate3d(3000px,0px,0px)}
60%{opacity:1;transform:translate3d(-25px,0px,0px)}
75%{transform:translate3d(10px,0px,0px)}
90%{transform:translate3d(-5px,0px,0px)}
100%{transform:none}
}
@keyframes bounceInScale {
0%,20%,40%,60%,80%,100%{transition-timing-function:cubic-bezier(0.215,0.61,0.355,1)}
0%{opacity:0;transform:scale3d(0.3,0.3,0.3)}
20%{transform:scale3d(1.1,1.1,1.1)}
40%{transform:scale3d(0.9,0.9,0.9)}
60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}
80%{transform:scale3d(0.97,0.97,0.97)}
100%{opacity:1;transform:scale3d(1,1,1)}
}
@keyframes bounceInTop {
0%,60%,75%,90%,100%{transition-timing-function:cubic-bezier(0.215,0.61,0.355,1)}
0%{opacity:0;transform:translate3d(0px,-3000px,0px)}
60%{opacity:1;transform:translate3d(0px,25px,0px)}
75%{transform:translate3d(0px,-10px,0px)}
90%{transform:translate3d(0px,5px,0px)}
100%{transform:none}
}
@keyframes bounceOut {
20%{transform:scale3d(0.9,0.9,0.9)}
50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}
100%{opacity:0;transform:scale3d(0.3,0.3,0.3)}
}
@keyframes bounceOutDown {
20%{transform:translate3d(0px,10px,0px)}
40%,45%{opacity:1;transform:translate3d(0px,-20px,0px)}
100%{opacity:0;transform:translate3d(0px,2000px,0px)}
}
@keyframes bounceOutLeft {
20%{opacity:1;transform:translate3d(20px,0px,0px)}
100%{opacity:0;transform:translate3d(-2000px,0px,0px)}
}
@keyframes bounceOutRight {
20%{opacity:1;transform:translate3d(-20px,0px,0px)}
100%{opacity:0;transform:translate3d(2000px,0px,0px)}
}
@keyframes bounceOutUp {
20%{transform:translate3d(0px,-10px,0px)}
40%,45%{opacity:1;transform:translate3d(0px,20px,0px)}
100%{opacity:0;transform:translate3d(0px,-2000px,0px)}
}
@keyframes fadeIn {
0%{opacity:0}
100%{opacity:1}
}
@keyframes fadeInDown {
0%{opacity:0;transform:translate3d(0px,-100%,0px)}
100%{opacity:1;transform:none}
}
@keyframes fadeInDownBig {
0%{opacity:0;transform:translate3d(0px,-2000px,0px)}
100%{opacity:1;transform:none}
}
@keyframes fadeInLeft {
0%{opacity:0;transform:translate3d(-100%,0px,0px)}
100%{opacity:1;transform:none}
}
@keyframes fadeInLeftBig {
0%{opacity:0;transform:translate3d(-2000px,0px,0px)}
100%{opacity:1;transform:none}
}
@keyframes fadeInRight {
0%{opacity:0;transform:translate3d(100%,0px,0px)}
100%{opacity:1;transform:none}
}
@keyframes fadeInRightBig {
0%{opacity:0;transform:translate3d(2000px,0px,0px)}
100%{opacity:1;transform:none}
}
@keyframes fadeInUp {
0%{opacity:0;transform:translate3d(0px,100%,0px)}
100%{opacity:1;transform:none}
}
@keyframes fadeInUpBig {
0%{opacity:0;transform:translate3d(0px,2000px,0px)}
100%{opacity:1;transform:none}
}
@keyframes fadeOut {
0%{opacity:1}
100%{opacity:0}
}
@keyframes fadeOutDown {
0%{opacity:1}
100%{opacity:0;transform:translate3d(0px,100%,0px)}
}
@keyframes fadeOutDownBig {
0%{opacity:1}
100%{opacity:0;transform:translate3d(0px,2000px,0px)}
}
@keyframes fadeOutLeft {
0%{opacity:1}
100%{opacity:0;transform:translate3d(-100%,0px,0px)}
}
@keyframes fadeOutLeftBig {
0%{opacity:1}
100%{opacity:0;transform:translate3d(-2000px,0px,0px)}
}
@keyframes fadeOutRight {
0%{opacity:1}
100%{opacity:0;transform:translate3d(100%,0px,0px)}
}
@keyframes fadeOutRightBig {
0%{opacity:1}
100%{opacity:0;transform:translate3d(2000px,0px,0px)}
}
@keyframes fadeOutUp {
0%{opacity:1}
100%{opacity:0;transform:translate3d(0px,-100%,0px)}
}
@keyframes fadeOutUpBig {
0%{opacity:1}
100%{opacity:0;transform:translate3d(0px,-2000px,0px)}
}
@keyframes flash {
0%,50%,100%{opacity:1}
25%,75%{opacity:0}
}
@keyframes flip {
0%{animation-timing-function:ease-out;transform:perspective(400px) rotate3d(0,1,0,-360deg)}
40%{animation-timing-function:ease-out;transform:perspective(400px) translate3d(0px,0px,150px) rotate3d(0,1,0,-190deg)}
50%{animation-timing-function:ease-in;transform:perspective(400px) translate3d(0px,0px,150px) rotate3d(0,1,0,-170deg)}
80%{animation-timing-function:ease-in;transform:perspective(400px) scale3d(0.95,0.95,0.95)}
100%{animation-timing-function:ease-in;transform:perspective(400px)}
}
@keyframes flipInX {
0%{opacity:0;transform:perspective(400px) rotate3d(1,0,0,90deg);transition-timing-function:ease-in}
40%{transform:perspective(400px) rotate3d(1,0,0,-20deg);transition-timing-function:ease-in}
60%{opacity:1;transform:perspective(400px) rotate3d(1,0,0,10deg)}
80%{transform:perspective(400px) rotate3d(1,0,0,-5deg)}
100%{transform:perspective(400px)}
}
@keyframes flipInY {
0%{opacity:0;transform:perspective(400px) rotate3d(0,1,0,90deg);transition-timing-function:ease-in}
40%{transform:perspective(400px) rotate3d(0,1,0,-20deg);transition-timing-function:ease-in}
60%{opacity:1;transform:perspective(400px) rotate3d(0,1,0,10deg)}
80%{transform:perspective(400px) rotate3d(0,1,0,-5deg)}
100%{transform:perspective(400px)}
}
@keyframes flipOutX {
0%{transform:perspective(400px)}
30%{opacity:1;transform:perspective(400px) rotate3d(1,0,0,-20deg)}
100%{opacity:0;transform:perspective(400px) rotate3d(1,0,0,90deg)}
}
@keyframes flipOutY {
0%{transform:perspective(400px)}
30%{opacity:1;transform:perspective(400px) rotate3d(0,1,0,-15deg)}
100%{opacity:0;transform:perspective(400px) rotate3d(0,1,0,90deg)}
}
@keyframes hinge {
0%{animation-timing-function:ease-in-out;transform-origin:left top 0}
20%,60%{animation-timing-function:ease-in-out;transform:rotate3d(0,0,1,80deg);transform-origin:left top 0}
40%,80%{animation-timing-function:ease-in-out;opacity:1;transform:rotate3d(0,0,1,60deg);transform-origin:left top 0}
100%{opacity:0;transform:translate3d(0px,700px,0px)}
}
@keyframes lightSpeedIn {
0%{opacity:0;transform:translate3d(100%,0px,0px) skewX(-30deg)}
60%{opacity:1;transform:skewX(20deg)}
80%{opacity:1;transform:skewX(-5deg)}
100%{opacity:1;transform:none}
}
@keyframes lightSpeedOut {
0%{opacity:1}
100%{opacity:0;transform:translate3d(100%,0px,0px) skewX(30deg)}
}
@keyframes pulse {
0%{transform:scale3d(1,1,1)}
50%{transform:scale3d(1.05,1.05,1.05)}
100%{transform:scale3d(1,1,1)}
}
@keyframes rollIn {
0%{opacity:0;transform:translate3d(-100%,0px,0px) rotate3d(0,0,1,-120deg)}
100%{opacity:1;transform:none}
}
@keyframes rollOut {
0%{opacity:1}
100%{opacity:0;transform:translate3d(100%,0px,0px) rotate3d(0,0,1,120deg)}
}
@keyframes rotateIn {
0%{opacity:0;transform:rotate3d(0,0,1,-200deg);transform-origin:center center 0}
100%{opacity:1;transform:none;transform-origin:center center 0}
}
@keyframes rotateInDownLeft {
0%{opacity:0;transform:rotate3d(0,0,1,-45deg);transform-origin:left bottom 0}
100%{opacity:1;transform:none;transform-origin:left bottom 0}
}
@keyframes rotateInDownRight {
0%{opacity:0;transform:rotate3d(0,0,1,45deg);transform-origin:right bottom 0}
100%{opacity:1;transform:none;transform-origin:right bottom 0}
}
@keyframes rotateInUpLeft {
0%{opacity:0;transform:rotate3d(0,0,1,45deg);transform-origin:left bottom 0}
100%{opacity:1;transform:none;transform-origin:left bottom 0}
}
@keyframes rotateInUpRight {
0%{opacity:0;transform:rotate3d(0,0,1,-90deg);transform-origin:right bottom 0}
100%{opacity:1;transform:none;transform-origin:right bottom 0}
}
@keyframes rotateOut {
0%{opacity:1;transform-origin:center center 0}
100%{opacity:0;transform:rotate3d(0,0,1,200deg);transform-origin:center center 0}
}
@keyframes rotateOutDownLeft {
0%{opacity:1;transform-origin:left bottom 0}
100%{opacity:0;transform:rotate3d(0,0,1,45deg);transform-origin:left bottom 0}
}
@keyframes rotateOutDownRight {
0%{opacity:1;transform-origin:right bottom 0}
100%{opacity:0;transform:rotate3d(0,0,1,-45deg);transform-origin:right bottom 0}
}
@keyframes rotateOutUpLeft {
0%{opacity:1;transform-origin:left bottom 0}
100%{opacity:0;transform:rotate3d(0,0,1,-45deg);transform-origin:left bottom 0}
}
@keyframes rotateOutUpRight {
0%{opacity:1;transform-origin:right bottom 0}
100%{opacity:0;transform:rotate3d(0,0,1,90deg);transform-origin:right bottom 0}
}
@keyframes rubberBand {
0%{transform:scale3d(1,1,1)}
30%{transform:scale3d(1.25,0.75,1)}
40%{transform:scale3d(0.75,1.25,1)}
50%{transform:scale3d(1.15,0.85,1)}
65%{transform:scale3d(0.95,1.05,1)}
75%{transform:scale3d(1.05,0.95,1)}
100%{transform:scale3d(1,1,1)}
}
@keyframes shake {
0%,100%{transform:translate3d(0px,0px,0px)}
10%,30%,50%,70%,90%{transform:translate3d(-10px,0px,0px)}
20%,40%,60%,80%{transform:translate3d(10px,0px,0px)}
}
@keyframes slideInDown {
0%{transform:translateY(-100%);visibility:visible}
100%{transform:translateY(0px)}
}
@keyframes slideInLeft {
0%{transform:translateX(-100%);visibility:visible}
100%{transform:translateX(0px)}
}
@keyframes slideInRight {
0%{transform:translateX(100%);visibility:visible}
100%{transform:translateX(0px)}
}
@keyframes slideInUp {
0%{transform:translateY(100%);visibility:visible}
100%{transform:translateY(0px)}
}
@keyframes slideOutDown {
0%{transform:translateY(0px)}
100%{transform:translateY(100%);visibility:hidden}
}
@keyframes slideOutLeft {
0%{transform:translateX(0px)}
100%{transform:translateX(-100%);visibility:hidden}
}
@keyframes slideOutRight {
0%{transform:translateX(0px)}
100%{transform:translateX(100%);visibility:hidden}
}
@keyframes slideOutUp {
0%{transform:translateY(0px)}
100%{transform:translateY(-100%);visibility:hidden}
}
@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)}
100%{transform:rotate3d(0,0,1,0deg)}
}
@keyframes tada {
0%{transform:scale3d(1,1,1)}
10%,20%{transform:scale3d(0.9,0.9,0.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)}
100%{transform:scale3d(1,1,1)}
}
@keyframes wobble {
0%{transform:none}
15%{transform:translate3d(-25%,0px,0px) rotate3d(0,0,1,-5deg)}
30%{transform:translate3d(20%,0px,0px) rotate3d(0,0,1,3deg)}
45%{transform:translate3d(-15%,0px,0px) rotate3d(0,0,1,-3deg)}
60%{transform:translate3d(10%,0px,0px) rotate3d(0,0,1,2deg)}
75%{transform:translate3d(-5%,0px,0px) rotate3d(0,0,1,-1deg)}
100%{transform:none}
}
@keyframes zoomIn {
0%{opacity:0;transform:scale3d(0.3,0.3,0.3)}
50%{opacity:1}
}
@keyframes zoomInDown {
0%{animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);opacity:0;transform:scale3d(0.1,0.1,0.1) translate3d(0px,-1000px,0px)}
60%{animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(0px,60px,0px)}
}
@keyframes zoomInLeft {
0%{animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);opacity:0;transform:scale3d(0.1,0.1,0.1) translate3d(-1000px,0px,0px)}
60%{animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(10px,0px,0px)}
}
@keyframes zoomInRight {
0%{animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);opacity:0;transform:scale3d(0.1,0.1,0.1) translate3d(1000px,0px,0px)}
60%{animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(-10px,0px,0px)}
}
@keyframes zoomInUp {
0%{animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);opacity:0;transform:scale3d(0.1,0.1,0.1) translate3d(0px,1000px,0px)}
60%{animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(0px,-60px,0px)}
}
@keyframes zoomOut {
0%{opacity:1}
50%{opacity:0;transform:scale3d(0.3,0.3,0.3)}
100%{opacity:0}
}
@keyframes zoomOutDown {
40%{animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(0px,-60px,0px)}
100%{animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);opacity:0;transform:scale3d(0.1,0.1,0.1) translate3d(0px,2000px,0px);transform-origin:center bottom 0}
}
@keyframes zoomOutLeft {
40%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(42px,0px,0px)}
100%{opacity:0;transform:scale(0.1) translate3d(-2000px,0px,0px);transform-origin:left center 0}
}
@keyframes zoomOutRight {
40%{opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(-42px,0px,0px)}
100%{opacity:0;transform:scale(0.1) translate3d(2000px,0px,0px);transform-origin:right center 0}
}
@keyframes zoomOutUp {
40%{animation-timing-function:cubic-bezier(0.55,0.055,0.675,0.19);opacity:1;transform:scale3d(0.475,0.475,0.475) translate3d(0px,60px,0px)}
100%{animation-timing-function:cubic-bezier(0.175,0.885,0.32,1);opacity:0;transform:scale3d(0.1,0.1,0.1) translate3d(0px,-2000px,0px);transform-origin:center bottom 0}
}
.animate,.animate-children &gt; div{animation-duration:2s;animation-fill-mode:both}
.animate.loop,.animate-children.loop &gt; div{animation-iteration-count:infinite}
.animate-children.clear &gt; div{animation-name:none}
.animate-children.delay-none &gt; div{animation-delay:0s}
.animate-children.delay-short &gt; div:nth-child(1){animation-delay:0s}
.animate-children.delay-short &gt; div:nth-child(2){animation-delay:.25s}
.animate-children.delay-short &gt; div:nth-child(3){animation-delay:.5s}
.animate-children.delay-short &gt; div:nth-child(4){animation-delay:.75s}
.animate-children.delay-short &gt; div:nth-child(5){animation-delay:1s}
.animate-children.delay-short &gt; div:nth-child(6){animation-delay:1.25s}
.animate-children.delay-short &gt; div:nth-child(7){animation-delay:1.5s}
.animate-children.delay-short &gt; div:nth-child(8){animation-delay:1.75s}
.animate-children.delay-short &gt; div:nth-child(9){animation-delay:2s}
.animate-children.delay-short &gt; div:nth-child(10){animation-delay:2.25s}
.animate-children.delay-medium &gt; div:nth-child(1){animation-delay:0s}
.animate-children.delay-medium &gt; div:nth-child(2){animation-delay:.5s}
.animate-children.delay-medium &gt; div:nth-child(3){animation-delay:1s}
.animate-children.delay-medium &gt; div:nth-child(4){animation-delay:1.5s}
.animate-children.delay-medium &gt; div:nth-child(5){animation-delay:2s}
.animate-children.delay-medium &gt; div:nth-child(6){animation-delay:2.5s}
.animate-children.delay-medium &gt; div:nth-child(7){animation-delay:3s}
.animate-children.delay-medium &gt; div:nth-child(8){animation-delay:3.5s}
.animate-children.delay-medium &gt; div:nth-child(9){animation-delay:4s}
.animate-children.delay-medium &gt; div:nth-child(10){animation-delay:4.5s}
.animate-children.delay-long &gt; div:nth-child(1){animation-delay:0s}
.animate-children.delay-long &gt; div:nth-child(2){animation-delay:1s}
.animate-children.delay-long &gt; div:nth-child(3){animation-delay:2s}
.animate-children.delay-long &gt; div:nth-child(4){animation-delay:3s}
.animate-children.delay-long &gt; div:nth-child(5){animation-delay:4s}
.animate-children.delay-long &gt; div:nth-child(6){animation-delay:5s}
.animate-children.delay-long &gt; div:nth-child(7){animation-delay:6s}
.animate-children.delay-long &gt; div:nth-child(8){animation-delay:7s}
.animate-children.delay-long &gt; div:nth-child(9){animation-delay:8s}
.animate-children.delay-long &gt; div:nth-child(10){animation-delay:9s}
.animate.none,.animate-children.none &gt; div{animation-name:none}
.animate.flash,.animate-children.flash &gt; div{animation-name:flash}
.animate.pulse,.animate-children.pulse &gt; div{animation-name:pulse}
.animate.rubberBand,.animate-children.rubberBand &gt; div{animation-name:rubberBand}
.animate.shake,.animate-children.shake &gt; div{animation-name:shake}
.animate.swing,.animate-children.swing &gt; div{animation-name:swing;transform-origin:center top 0}
.animate.bounce,.animate-children.bounce &gt; div{animation-name:bounce;transform-origin:center bottom 0}
.animate.bounceInTop,.animate-children.bounceInTop &gt; div{animation-name:bounceInTop}
.animate.bounceInBottom,.animate-children.bounceInBottom &gt; div{animation-name:bounceInBottom}
.animate.bounceInLeft,.animate-children.bounceInLeft &gt; div{animation-name:bounceInLeft}
.animate.bounceInRight,.animate-children.bounceInRight &gt; div{animation-name:bounceInRight}
.animate.bounceInScale,.animate-children.bounceInScale &gt; div{animation-name:bounceInScale;animation-duration:.75s}
.animate.bounceOut,.animate-children.bounceOut &gt; div{animation-duration:.75s;animation-name:bounceOut}
.animate.bounceOutDown,.animate-children.bounceOutDown &gt; div{animation-name:bounceOutDown}
.animate.bounceOutLeft,.animate-children.bounceOutLeft &gt; div{animation-name:bounceOutLeft}
.animate.bounceOutRight,.animate-children.bounceOutRight &gt; div{animation-name:bounceOutRight}
.animate.bounceOutUp,.animate-children.bounceOutUp &gt; div{animation-name:bounceOutUp}
.animate.fadeIn,.animate-children.fadeIn &gt; div{animation-name:fadeIn}
.animate.fadeInDown,.animate-children.fadeInDown &gt; div{animation-name:fadeInDown}
.animate.fadeInDownBig,.animate-children.fadeInDownBig &gt; div{animation-name:fadeInDownBig}
.animate.fadeInLeft,.animate-children.fadeInLeft &gt; div{animation-name:fadeInLeft}
.animate.fadeInLeftBig,.animate-children.fadeInLeftBig &gt; div{animation-name:fadeInLeftBig}
.animate.fadeInRight,.animate-children.fadeInRight &gt; div{animation-name:fadeInRight}
.animate.fadeInRightBig,.animate-children.fadeInRightBig &gt; div{animation-name:fadeInRightBig}
.animate.fadeInUp,.animate-children.fadeInUp &gt; div{animation-name:fadeInUp}
.animate.fadeInUpBig,.animate-children.fadeInUpBig &gt; div{animation-name:fadeInUpBig}
.animate.fadeOut,.animate-children.fadeOut &gt; div{animation-name:fadeOut}
.animate.fadeOutDown,.animate-children.fadeOutDown &gt; div{animation-name:fadeOutDown}
.animate.fadeOutDownBig,.animate-children.fadeOutDownBig &gt; div{animation-name:fadeOutDownBig}
.animate.fadeOutLeft,.animate-children.fadeOutLeft &gt; div{animation-name:fadeOutLeft}
.animate.fadeOutLeftBig,.animate-children.fadeOutLeftBig &gt; div{animation-name:fadeOutLeftBig}
.animate.fadeOutRight,.animate-children.fadeOutRight &gt; div{animation-name:fadeOutRight}
.animate.fadeOutRightBig,.animate-children.fadeOutRightBig &gt; div{animation-name:fadeOutRightBig}
.animate.fadeOutUp,.animate-children.fadeOutUp &gt; div{animation-name:fadeOutUp}
.animate.fadeOutUpBig,.animate-children.fadeOutUpBig &gt; div{animation-name:fadeOutUpBig}
.animate.flip,.animate-children.flip &gt; div{animation-name:flip;backface-visibility:visible}
.animate.flipInX,.animate-children.flipInX &gt; div{animation-name:flipInX;backface-visibility:visible!important}
.animate.flipInY,.animate-children.flipInY &gt; div{animation-name:flipInY;backface-visibility:visible!important}
.animate.flipOutX,.animate-children.flipOutX &gt; div{animation-duration:.75s;animation-name:flipOutX;backface-visibility:visible!important}
.animate.flipOutY,.animate-children.flipOutY &gt; div{animation-duration:.75s;animation-name:flipOutY;backface-visibility:visible!important}
.animate.hinge,.animate-children.hinge &gt; div{animation-name:hinge}
.animate.lightSpeedIn,.animate-children.lightSpeedIn &gt; div{animation-name:lightSpeedIn;animation-timing-function:ease-out}
.animate.lightSpeedOut,.animate-children.lightSpeedOut &gt; div{animation-name:lightSpeedOut;animation-timing-function:ease-in}
.animate.rollIn,.animate-children.rollIn &gt; div{animation-name:rollIn}
.animate.rollOut,.animate-children.rollOut &gt; div{animation-name:rollOut}
.animate.rotateIn,.animate-children.rotateIn &gt; div{animation-name:rotateIn}
.animate.rotateInDownLeft,.animate-children.rotateInDownLeft &gt; div{animation-name:rotateInDownLeft}
.animate.rotateInDownRight,.animate-children.rotateInDownRight &gt; div{animation-name:rotateInDownRight}
.animate.rotateInUpLeft,.animate-children.rotateInUpLeft &gt; div{animation-name:rotateInUpLeft}
.animate.rotateInUpRight,.animate-children.rotateInUpRight &gt; div{animation-name:rotateInUpRight}
.animate.rotateOut,.animate-children.rotateOut &gt; div{animation-name:rotateOut}
.animate.rotateOutDownLeft,.animate-children.rotateOutDownLeft &gt; div{animation-name:rotateOutDownLeft}
.animate.rotateOutDownRight,.animate-children.rotateOutDownRight &gt; div{animation-name:rotateOutDownRight}
.animate.rotateOutUpLeft,.animate-children.rotateOutUpLeft &gt; div{animation-name:rotateOutUpLeft}
.animate.rotateOutUpRight,.animate-children.rotateOutUpRight &gt; div{animation-name:rotateOutUpRight}
.animate.slideInDown,.animate-children.slideInDown &gt; div{animation-name:slideInDown}
.animate.slideInLeft,.animate-children.slideInLeft &gt; div{animation-name:slideInLeft}
.animate.slideInRight,.animate-children.slideInRight &gt; div{animation-name:slideInRight}
.animate.slideInUp,.animate-children.slideInUp &gt; div{animation-name:slideInUp}
.animate.slideOutDown,.animate-children.slideOutDown &gt; div{animation-name:slideOutDown}
.animate.slideOutLeft,.animate-children.slideOutLeft &gt; div{animation-name:slideOutLeft}
.animate.slideOutRight,.animate-children.slideOutRight &gt; div{animation-name:slideOutRight}
.animate.slideOutUp,.animate-children.slideOutUp &gt; div{animation-name:slideOutUp}
.animate.tada,.animate-children.tada &gt; div{animation-name:tada}
.animate.wobble,.animate-children.wobble &gt; div{animation-name:wobble}
.animate.zoomIn,.animate-children.zoomIn &gt; div{animation-name:zoomIn}
.animate.zoomInDown,.animate-children.zoomInDown &gt; div{animation-name:zoomInDown}
.animate.zoomInLeft,.animate-children.zoomInLeft &gt; div{animation-name:zoomInLeft}
.animate.zoomInRight,.animate-children.zoomInRight &gt; div{animation-name:zoomInRight}
.animate.zoomInUp,.animate-children.zoomInUp &gt; div{animation-name:zoomInUp}
.animate.zoomOut,.animate-children.zoomOut &gt; div{animation-name:zoomOut}
.animate.zoomOutDown,.animate-children.zoomOutDown &gt; div{animation-name:zoomOutDown}
.animate.zoomOutLeft,.animate-children.zoomOutLeft &gt; div{animation-name:zoomOutLeft}
.animate.zoomOutRight,.animate-children.zoomOutRight &gt; div{animation-name:zoomOutRight}
.animate.zoomOutUp,.animate-children.zoomOutUp &gt; div{animation-name:zoomOutUp}</pre></body></html>