1
zhang
2026-01-22 6876084ffc4a01c1eca6a609dec8c176efc59aae
zy-acs-cv/src/main/webapp/static/css/animsition.css
@@ -15,6 +15,7 @@
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animsition-loading {
  position: fixed;
  top: 0;
@@ -27,6 +28,7 @@
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animsition-loading:after {
  position: fixed;
  top: 50%;
@@ -37,6 +39,7 @@
  text-align: center;
  content: "Loading";
}
.animsition-overlay-slide {
  position: fixed;
  z-index: 1;
@@ -44,6 +47,7 @@
  height: 100%;
  background-color: #ddd;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
@@ -52,6 +56,7 @@
    opacity: 1;
  }
}
@-o-keyframes fade-in {
  0% {
    opacity: 0;
@@ -60,6 +65,7 @@
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
@@ -68,11 +74,13 @@
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation-name: fade-in;
       -o-animation-name: fade-in;
          animation-name: fade-in;
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
@@ -81,6 +89,7 @@
    opacity: 0;
  }
}
@-o-keyframes fade-out {
  0% {
    opacity: 1;
@@ -89,6 +98,7 @@
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
@@ -97,11 +107,13 @@
    opacity: 0;
  }
}
.fade-out {
  -webkit-animation-name: fade-out;
       -o-animation-name: fade-out;
          animation-name: fade-out;
}
@-webkit-keyframes fade-in-up {
  0% {
    opacity: 0;
@@ -114,6 +126,7 @@
            transform: translateY(0);
  }
}
@-o-keyframes fade-in-up {
  0% {
    opacity: 0;
@@ -126,6 +139,7 @@
       transform: translateY(0);
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
@@ -140,11 +154,13 @@
            transform: translateY(0);
  }
}
.fade-in-up {
  -webkit-animation-name: fade-in-up;
       -o-animation-name: fade-in-up;
          animation-name: fade-in-up;
}
@-webkit-keyframes fade-out-up {
  0% {
    opacity: 1;
@@ -157,6 +173,7 @@
            transform: translateY(-500px);
  }
}
@-o-keyframes fade-out-up {
  0% {
    opacity: 1;
@@ -169,6 +186,7 @@
       transform: translateY(-500px);
  }
}
@keyframes fade-out-up {
  0% {
    opacity: 1;
@@ -183,11 +201,13 @@
            transform: translateY(-500px);
  }
}
.fade-out-up {
  -webkit-animation-name: fade-out-up;
       -o-animation-name: fade-out-up;
          animation-name: fade-out-up;
}
@-webkit-keyframes fade-in-up-sm {
  0% {
    opacity: 0;
@@ -200,6 +220,7 @@
            transform: translateY(0);
  }
}
@-o-keyframes fade-in-up-sm {
  0% {
    opacity: 0;
@@ -212,6 +233,7 @@
       transform: translateY(0);
  }
}
@keyframes fade-in-up-sm {
  0% {
    opacity: 0;
@@ -226,11 +248,13 @@
            transform: translateY(0);
  }
}
.fade-in-up-sm {
  -webkit-animation-name: fade-in-up-sm;
       -o-animation-name: fade-in-up-sm;
          animation-name: fade-in-up-sm;
}
@-webkit-keyframes fade-out-up-sm {
  0% {
    opacity: 1;
@@ -243,6 +267,7 @@
            transform: translateY(-100px);
  }
}
@-o-keyframes fade-out-up-sm {
  0% {
    opacity: 1;
@@ -255,6 +280,7 @@
       transform: translateY(-100px);
  }
}
@keyframes fade-out-up-sm {
  0% {
    opacity: 1;
@@ -269,11 +295,13 @@
            transform: translateY(-100px);
  }
}
.fade-out-up-sm {
  -webkit-animation-name: fade-out-up-sm;
       -o-animation-name: fade-out-up-sm;
          animation-name: fade-out-up-sm;
}
@-webkit-keyframes fade-in-up-lg {
  0% {
    opacity: 0;
@@ -286,6 +314,7 @@
            transform: translateY(0);
  }
}
@-o-keyframes fade-in-up-lg {
  0% {
    opacity: 0;
@@ -298,6 +327,7 @@
       transform: translateY(0);
  }
}
@keyframes fade-in-up-lg {
  0% {
    opacity: 0;
@@ -312,11 +342,13 @@
            transform: translateY(0);
  }
}
.fade-in-up-lg {
  -webkit-animation-name: fade-in-up-lg;
       -o-animation-name: fade-in-up-lg;
          animation-name: fade-in-up-lg;
}
@-webkit-keyframes fade-out-up-lg {
  0% {
    opacity: 1;
@@ -329,6 +361,7 @@
            transform: translateY(-1000px);
  }
}
@-o-keyframes fade-out-up-lg {
  0% {
    opacity: 1;
@@ -341,6 +374,7 @@
       transform: translateY(-1000px);
  }
}
@keyframes fade-out-up-lg {
  0% {
    opacity: 1;
@@ -355,11 +389,13 @@
            transform: translateY(-1000px);
  }
}
.fade-out-up-lg {
  -webkit-animation-name: fade-out-up-lg;
       -o-animation-name: fade-out-up-lg;
          animation-name: fade-out-up-lg;
}
@-webkit-keyframes fade-in-down {
  0% {
    opacity: 0;
@@ -372,6 +408,7 @@
            transform: translateY(0);
  }
}
@-o-keyframes fade-in-down {
  0% {
    opacity: 0;
@@ -384,6 +421,7 @@
       transform: translateY(0);
  }
}
@keyframes fade-in-down {
  0% {
    opacity: 0;
@@ -398,11 +436,13 @@
            transform: translateY(0);
  }
}
.fade-in-down {
  -webkit-animation-name: fade-in-down;
       -o-animation-name: fade-in-down;
          animation-name: fade-in-down;
}
@-webkit-keyframes fade-out-down {
  0% {
    opacity: 1;
@@ -415,6 +455,7 @@
            transform: translateY(500px);
  }
}
@-o-keyframes fade-out-down {
  0% {
    opacity: 1;
@@ -427,6 +468,7 @@
       transform: translateY(500px);
  }
}
@keyframes fade-out-down {
  0% {
    opacity: 1;
@@ -441,11 +483,13 @@
            transform: translateY(500px);
  }
}
.fade-out-down {
  -webkit-animation-name: fade-out-down;
       -o-animation-name: fade-out-down;
          animation-name: fade-out-down;
}
@-webkit-keyframes fade-in-down-sm {
  0% {
    opacity: 0;
@@ -458,6 +502,7 @@
            transform: translateY(0);
  }
}
@-o-keyframes fade-in-down-sm {
  0% {
    opacity: 0;
@@ -470,6 +515,7 @@
       transform: translateY(0);
  }
}
@keyframes fade-in-down-sm {
  0% {
    opacity: 0;
@@ -484,11 +530,13 @@
            transform: translateY(0);
  }
}
.fade-in-down-sm {
  -webkit-animation-name: fade-in-down-sm;
       -o-animation-name: fade-in-down-sm;
          animation-name: fade-in-down-sm;
}
@-webkit-keyframes fade-out-down-sm {
  0% {
    opacity: 1;
@@ -501,6 +549,7 @@
            transform: translateY(100px);
  }
}
@-o-keyframes fade-out-down-sm {
  0% {
    opacity: 1;
@@ -513,6 +562,7 @@
       transform: translateY(100px);
  }
}
@keyframes fade-out-down-sm {
  0% {
    opacity: 1;
@@ -527,11 +577,13 @@
            transform: translateY(100px);
  }
}
.fade-out-down-sm {
  -webkit-animation-name: fade-out-down-sm;
       -o-animation-name: fade-out-down-sm;
          animation-name: fade-out-down-sm;
}
@-webkit-keyframes fade-in-down-lg {
  0% {
    opacity: 0;
@@ -544,6 +596,7 @@
            transform: translateY(0);
  }
}
@-o-keyframes fade-in-down-lg {
  0% {
    opacity: 0;
@@ -556,6 +609,7 @@
       transform: translateY(0);
  }
}
@keyframes fade-in-down-lg {
  0% {
    opacity: 0;
@@ -570,11 +624,13 @@
            transform: translateY(0);
  }
}
.fade-in-down-lg {
  -webkit-animation-name: fade-in-down;
       -o-animation-name: fade-in-down;
          animation-name: fade-in-down;
}
@-webkit-keyframes fade-out-down-lg {
  0% {
    opacity: 1;
@@ -587,6 +643,7 @@
            transform: translateY(1000px);
  }
}
@-o-keyframes fade-out-down-lg {
  0% {
    opacity: 1;
@@ -599,6 +656,7 @@
       transform: translateY(1000px);
  }
}
@keyframes fade-out-down-lg {
  0% {
    opacity: 1;
@@ -613,11 +671,13 @@
            transform: translateY(1000px);
  }
}
.fade-out-down-lg {
  -webkit-animation-name: fade-out-down-lg;
       -o-animation-name: fade-out-down-lg;
          animation-name: fade-out-down-lg;
}
@-webkit-keyframes fade-in-left {
  0% {
    opacity: 0;
@@ -630,6 +690,7 @@
            transform: translateX(0);
  }
}
@-o-keyframes fade-in-left {
  0% {
    opacity: 0;
@@ -642,6 +703,7 @@
       transform: translateX(0);
  }
}
@keyframes fade-in-left {
  0% {
    opacity: 0;
@@ -656,11 +718,13 @@
            transform: translateX(0);
  }
}
.fade-in-left {
  -webkit-animation-name: fade-in-left;
       -o-animation-name: fade-in-left;
          animation-name: fade-in-left;
}
@-webkit-keyframes fade-out-left {
  0% {
    opacity: 1;
@@ -673,6 +737,7 @@
            transform: translateX(-500px);
  }
}
@-o-keyframes fade-out-left {
  0% {
    opacity: 1;
@@ -685,6 +750,7 @@
       transform: translateX(-500px);
  }
}
@keyframes fade-out-left {
  0% {
    opacity: 1;
@@ -699,11 +765,13 @@
            transform: translateX(-500px);
  }
}
.fade-out-left {
  -webkit-animation-name: fade-out-left;
       -o-animation-name: fade-out-left;
          animation-name: fade-out-left;
}
@-webkit-keyframes fade-in-left-sm {
  0% {
    opacity: 0;
@@ -716,6 +784,7 @@
            transform: translateX(0);
  }
}
@-o-keyframes fade-in-left-sm {
  0% {
    opacity: 0;
@@ -728,6 +797,7 @@
       transform: translateX(0);
  }
}
@keyframes fade-in-left-sm {
  0% {
    opacity: 0;
@@ -742,11 +812,13 @@
            transform: translateX(0);
  }
}
.fade-in-left-sm {
  -webkit-animation-name: fade-in-left-sm;
       -o-animation-name: fade-in-left-sm;
          animation-name: fade-in-left-sm;
}
@-webkit-keyframes fade-out-left-sm {
  0% {
    opacity: 1;
@@ -759,6 +831,7 @@
            transform: translateX(-100px);
  }
}
@-o-keyframes fade-out-left-sm {
  0% {
    opacity: 1;
@@ -771,6 +844,7 @@
       transform: translateX(-100px);
  }
}
@keyframes fade-out-left-sm {
  0% {
    opacity: 1;
@@ -785,11 +859,13 @@
            transform: translateX(-100px);
  }
}
.fade-out-left-sm {
  -webkit-animation-name: fade-out-left-sm;
       -o-animation-name: fade-out-left-sm;
          animation-name: fade-out-left-sm;
}
@-webkit-keyframes fade-in-left-lg {
  0% {
    opacity: 0;
@@ -802,6 +878,7 @@
            transform: translateX(0);
  }
}
@-o-keyframes fade-in-left-lg {
  0% {
    opacity: 0;
@@ -814,6 +891,7 @@
       transform: translateX(0);
  }
}
@keyframes fade-in-left-lg {
  0% {
    opacity: 0;
@@ -828,11 +906,13 @@
            transform: translateX(0);
  }
}
.fade-in-left-lg {
  -webkit-animation-name: fade-in-left-lg;
       -o-animation-name: fade-in-left-lg;
          animation-name: fade-in-left-lg;
}
@-webkit-keyframes fade-out-left-lg {
  0% {
    opacity: 1;
@@ -845,6 +925,7 @@
            transform: translateX(-1500px);
  }
}
@-o-keyframes fade-out-left-lg {
  0% {
    opacity: 1;
@@ -857,6 +938,7 @@
       transform: translateX(-1500px);
  }
}
@keyframes fade-out-left-lg {
  0% {
    opacity: 1;
@@ -871,11 +953,13 @@
            transform: translateX(-1500px);
  }
}
.fade-out-left-lg {
  -webkit-animation-name: fade-out-left-lg;
       -o-animation-name: fade-out-left-lg;
          animation-name: fade-out-left-lg;
}
@-webkit-keyframes fade-in-right {
  0% {
    opacity: 0;
@@ -888,6 +972,7 @@
            transform: translateX(0);
  }
}
@-o-keyframes fade-in-right {
  0% {
    opacity: 0;
@@ -900,6 +985,7 @@
       transform: translateX(0);
  }
}
@keyframes fade-in-right {
  0% {
    opacity: 0;
@@ -914,11 +1000,13 @@
            transform: translateX(0);
  }
}
.fade-in-right {
  -webkit-animation-name: fade-in-right;
       -o-animation-name: fade-in-right;
          animation-name: fade-in-right;
}
@-webkit-keyframes fade-out-right {
  0% {
    opacity: 1;
@@ -931,6 +1019,7 @@
            transform: translateX(500px);
  }
}
@-o-keyframes fade-out-right {
  0% {
    opacity: 1;
@@ -943,6 +1032,7 @@
       transform: translateX(500px);
  }
}
@keyframes fade-out-right {
  0% {
    opacity: 1;
@@ -957,11 +1047,13 @@
            transform: translateX(500px);
  }
}
.fade-out-right {
  -webkit-animation-name: fade-out-right;
       -o-animation-name: fade-out-right;
          animation-name: fade-out-right;
}
@-webkit-keyframes fade-in-right-sm {
  0% {
    opacity: 0;
@@ -974,6 +1066,7 @@
            transform: translateX(0);
  }
}
@-o-keyframes fade-in-right-sm {
  0% {
    opacity: 0;
@@ -986,6 +1079,7 @@
       transform: translateX(0);
  }
}
@keyframes fade-in-right-sm {
  0% {
    opacity: 0;
@@ -1000,11 +1094,13 @@
            transform: translateX(0);
  }
}
.fade-in-right-sm {
  -webkit-animation-name: fade-in-right-sm;
       -o-animation-name: fade-in-right-sm;
          animation-name: fade-in-right-sm;
}
@-webkit-keyframes fade-out-right-sm {
  0% {
    opacity: 1;
@@ -1017,6 +1113,7 @@
            transform: translateX(100px);
  }
}
@-o-keyframes fade-out-right-sm {
  0% {
    opacity: 1;
@@ -1029,6 +1126,7 @@
       transform: translateX(100px);
  }
}
@keyframes fade-out-right-sm {
  0% {
    opacity: 1;
@@ -1043,11 +1141,13 @@
            transform: translateX(100px);
  }
}
.fade-out-right-sm {
  -webkit-animation-name: fade-out-right-sm;
       -o-animation-name: fade-out-right-sm;
          animation-name: fade-out-right-sm;
}
@-webkit-keyframes fade-in-right-lg {
  0% {
    opacity: 0;
@@ -1060,6 +1160,7 @@
            transform: translateX(0);
  }
}
@-o-keyframes fade-in-right-lg {
  0% {
    opacity: 0;
@@ -1072,6 +1173,7 @@
       transform: translateX(0);
  }
}
@keyframes fade-in-right-lg {
  0% {
    opacity: 0;
@@ -1086,11 +1188,13 @@
            transform: translateX(0);
  }
}
.fade-in-right-lg {
  -webkit-animation-name: fade-in-right-lg;
       -o-animation-name: fade-in-right-lg;
          animation-name: fade-in-right-lg;
}
@-webkit-keyframes fade-out-right-lg {
  0% {
    opacity: 1;
@@ -1103,6 +1207,7 @@
            transform: translateX(1500px);
  }
}
@-o-keyframes fade-out-right-lg {
  0% {
    opacity: 1;
@@ -1115,6 +1220,7 @@
       transform: translateX(1500px);
  }
}
@keyframes fade-out-right-lg {
  0% {
    opacity: 1;
@@ -1129,11 +1235,13 @@
            transform: translateX(1500px);
  }
}
.fade-out-right-lg {
  -webkit-animation-name: fade-out-right-lg;
       -o-animation-name: fade-out-right-lg;
          animation-name: fade-out-right-lg;
}
@-webkit-keyframes rotate-in {
  0% {
    opacity: 0;
@@ -1150,6 +1258,7 @@
            transform-origin: center center;
  }
}
@-o-keyframes rotate-in {
  0% {
    opacity: 0;
@@ -1166,6 +1275,7 @@
       transform-origin: center center;
  }
}
@keyframes rotate-in {
  0% {
    opacity: 0;
@@ -1186,11 +1296,13 @@
            transform-origin: center center;
  }
}
.rotate-in {
  -webkit-animation-name: rotate-in;
       -o-animation-name: rotate-in;
          animation-name: rotate-in;
}
@-webkit-keyframes rotate-out {
  0% {
    opacity: 1;
@@ -1207,6 +1319,7 @@
            transform-origin: center center;
  }
}
@-o-keyframes rotate-out {
  0% {
    opacity: 1;
@@ -1223,6 +1336,7 @@
       transform-origin: center center;
  }
}
@keyframes rotate-out {
  0% {
    opacity: 1;
@@ -1243,11 +1357,13 @@
            transform-origin: center center;
  }
}
.rotate-out {
  -webkit-animation-name: rotate-out;
       -o-animation-name: rotate-out;
          animation-name: rotate-out;
}
@-webkit-keyframes rotate-in-sm {
  0% {
    opacity: 0;
@@ -1264,6 +1380,7 @@
            transform-origin: center center;
  }
}
@-o-keyframes rotate-in-sm {
  0% {
    opacity: 0;
@@ -1280,6 +1397,7 @@
       transform-origin: center center;
  }
}
@keyframes rotate-in-sm {
  0% {
    opacity: 0;
@@ -1300,11 +1418,13 @@
            transform-origin: center center;
  }
}
.rotate-in-sm {
  -webkit-animation-name: rotate-in-sm;
       -o-animation-name: rotate-in-sm;
          animation-name: rotate-in-sm;
}
@-webkit-keyframes rotate-out-sm {
  0% {
    opacity: 1;
@@ -1321,6 +1441,7 @@
            transform-origin: center center;
  }
}
@-o-keyframes rotate-out-sm {
  0% {
    opacity: 1;
@@ -1337,6 +1458,7 @@
       transform-origin: center center;
  }
}
@keyframes rotate-out-sm {
  0% {
    opacity: 1;
@@ -1357,11 +1479,13 @@
            transform-origin: center center;
  }
}
.rotate-out-sm {
  -webkit-animation-name: rotate-out-sm;
       -o-animation-name: rotate-out-sm;
          animation-name: rotate-out-sm;
}
@-webkit-keyframes rotate-in-lg {
  0% {
    opacity: 0;
@@ -1378,6 +1502,7 @@
            transform-origin: center center;
  }
}
@-o-keyframes rotate-in-lg {
  0% {
    opacity: 0;
@@ -1394,6 +1519,7 @@
       transform-origin: center center;
  }
}
@keyframes rotate-in-lg {
  0% {
    opacity: 0;
@@ -1414,11 +1540,13 @@
            transform-origin: center center;
  }
}
.rotate-in-lg {
  -webkit-animation-name: rotate-in-lg;
       -o-animation-name: rotate-in-lg;
          animation-name: rotate-in-lg;
}
@-webkit-keyframes rotate-out-lg {
  0% {
    opacity: 1;
@@ -1435,6 +1563,7 @@
            transform-origin: center center;
  }
}
@-o-keyframes rotate-out-lg {
  0% {
    opacity: 1;
@@ -1451,6 +1580,7 @@
       transform-origin: center center;
  }
}
@keyframes rotate-out-lg {
  0% {
    opacity: 1;
@@ -1471,11 +1601,13 @@
            transform-origin: center center;
  }
}
.rotate-out-lg {
  -webkit-animation-name: rotate-out-lg;
       -o-animation-name: rotate-out-lg;
          animation-name: rotate-out-lg;
}
@-webkit-keyframes flip-in-x {
  0% {
    opacity: 0;
@@ -1488,6 +1620,7 @@
            transform: perspective(550px) rotateX(0deg);
  }
}
@-o-keyframes flip-in-x {
  0% {
    opacity: 0;
@@ -1498,6 +1631,7 @@
    transform: perspective(550px) rotateX(0deg);
  }
}
@keyframes flip-in-x {
  0% {
    opacity: 0;
@@ -1510,6 +1644,7 @@
            transform: perspective(550px) rotateX(0deg);
  }
}
.flip-in-x {
  -webkit-animation-name: flip-in-x;
       -o-animation-name: flip-in-x;
@@ -1518,6 +1653,7 @@
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-x {
  0% {
    opacity: 1;
@@ -1530,6 +1666,7 @@
            transform: perspective(550px) rotateX(90deg);
  }
}
@-o-keyframes flip-out-x {
  0% {
    opacity: 1;
@@ -1540,6 +1677,7 @@
    transform: perspective(550px) rotateX(90deg);
  }
}
@keyframes flip-out-x {
  0% {
    opacity: 1;
@@ -1552,6 +1690,7 @@
            transform: perspective(550px) rotateX(90deg);
  }
}
.flip-out-x {
  -webkit-animation-name: flip-out-x;
       -o-animation-name: flip-out-x;
@@ -1560,6 +1699,7 @@
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-x-nr {
  0% {
    opacity: 0;
@@ -1572,6 +1712,7 @@
            transform: perspective(100px) rotateX(0deg);
  }
}
@-o-keyframes flip-in-x-nr {
  0% {
    opacity: 0;
@@ -1582,6 +1723,7 @@
    transform: perspective(100px) rotateX(0deg);
  }
}
@keyframes flip-in-x-nr {
  0% {
    opacity: 0;
@@ -1594,6 +1736,7 @@
            transform: perspective(100px) rotateX(0deg);
  }
}
.flip-in-x-nr {
  -webkit-animation-name: flip-in-x-nr;
       -o-animation-name: flip-in-x-nr;
@@ -1602,6 +1745,7 @@
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-x-nr {
  0% {
    opacity: 1;
@@ -1614,6 +1758,7 @@
            transform: perspective(100px) rotateX(90deg);
  }
}
@-o-keyframes flip-out-x-nr {
  0% {
    opacity: 1;
@@ -1624,6 +1769,7 @@
    transform: perspective(100px) rotateX(90deg);
  }
}
@keyframes flip-out-x-nr {
  0% {
    opacity: 1;
@@ -1636,6 +1782,7 @@
            transform: perspective(100px) rotateX(90deg);
  }
}
.flip-out-x-nr {
  -webkit-animation-name: flip-out-x-nr;
       -o-animation-name: flip-out-x-nr;
@@ -1644,6 +1791,7 @@
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-x-fr {
  0% {
    opacity: 0;
@@ -1656,6 +1804,7 @@
            transform: perspective(1000px) rotateX(0deg);
  }
}
@-o-keyframes flip-in-x-fr {
  0% {
    opacity: 0;
@@ -1666,6 +1815,7 @@
    transform: perspective(1000px) rotateX(0deg);
  }
}
@keyframes flip-in-x-fr {
  0% {
    opacity: 0;
@@ -1678,6 +1828,7 @@
            transform: perspective(1000px) rotateX(0deg);
  }
}
.flip-in-x-fr {
  -webkit-animation-name: flip-in-x-fr;
       -o-animation-name: flip-in-x-fr;
@@ -1686,6 +1837,7 @@
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-x-fr {
  0% {
    opacity: 1;
@@ -1698,6 +1850,7 @@
            transform: perspective(1000px) rotateX(90deg);
  }
}
@-o-keyframes flip-out-x-fr {
  0% {
    opacity: 1;
@@ -1708,6 +1861,7 @@
    transform: perspective(1000px) rotateX(90deg);
  }
}
@keyframes flip-out-x-fr {
  0% {
    opacity: 1;
@@ -1720,6 +1874,7 @@
            transform: perspective(1000px) rotateX(90deg);
  }
}
.flip-out-x-fr {
  -webkit-animation-name: flip-out-x-fr;
       -o-animation-name: flip-out-x-fr;
@@ -1728,6 +1883,7 @@
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-y {
  0% {
    opacity: 0;
@@ -1740,6 +1896,7 @@
            transform: perspective(550px) rotateY(0deg);
  }
}
@-o-keyframes flip-in-y {
  0% {
    opacity: 0;
@@ -1750,6 +1907,7 @@
    transform: perspective(550px) rotateY(0deg);
  }
}
@keyframes flip-in-y {
  0% {
    opacity: 0;
@@ -1762,6 +1920,7 @@
            transform: perspective(550px) rotateY(0deg);
  }
}
.flip-in-y {
  -webkit-animation-name: flip-in-y;
       -o-animation-name: flip-in-y;
@@ -1770,6 +1929,7 @@
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-y {
  0% {
    opacity: 1;
@@ -1782,6 +1942,7 @@
            transform: perspective(550px) rotateY(90deg);
  }
}
@-o-keyframes flip-out-y {
  0% {
    opacity: 1;
@@ -1792,6 +1953,7 @@
    transform: perspective(550px) rotateY(90deg);
  }
}
@keyframes flip-out-y {
  0% {
    opacity: 1;
@@ -1804,6 +1966,7 @@
            transform: perspective(550px) rotateY(90deg);
  }
}
.flip-out-y {
  -webkit-animation-name: flip-out-y;
       -o-animation-name: flip-out-y;
@@ -1812,6 +1975,7 @@
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-y-nr {
  0% {
    opacity: 0;
@@ -1824,6 +1988,7 @@
            transform: perspective(100px) rotateY(0deg);
  }
}
@-o-keyframes flip-in-y-nr {
  0% {
    opacity: 0;
@@ -1834,6 +1999,7 @@
    transform: perspective(100px) rotateY(0deg);
  }
}
@keyframes flip-in-y-nr {
  0% {
    opacity: 0;
@@ -1846,6 +2012,7 @@
            transform: perspective(100px) rotateY(0deg);
  }
}
.flip-in-y-nr {
  -webkit-animation-name: flip-in-y-nr;
       -o-animation-name: flip-in-y-nr;
@@ -1854,6 +2021,7 @@
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-y-nr {
  0% {
    opacity: 1;
@@ -1866,6 +2034,7 @@
            transform: perspective(100px) rotateY(90deg);
  }
}
@-o-keyframes flip-out-y-nr {
  0% {
    opacity: 1;
@@ -1876,6 +2045,7 @@
    transform: perspective(100px) rotateY(90deg);
  }
}
@keyframes flip-out-y-nr {
  0% {
    opacity: 1;
@@ -1888,6 +2058,7 @@
            transform: perspective(100px) rotateY(90deg);
  }
}
.flip-out-y-nr {
  -webkit-animation-name: flip-out-y-nr;
       -o-animation-name: flip-out-y-nr;
@@ -1896,6 +2067,7 @@
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-y-fr {
  0% {
    opacity: 0;
@@ -1908,6 +2080,7 @@
            transform: perspective(1000px) rotateY(0deg);
  }
}
@-o-keyframes flip-in-y-fr {
  0% {
    opacity: 0;
@@ -1918,6 +2091,7 @@
    transform: perspective(1000px) rotateY(0deg);
  }
}
@keyframes flip-in-y-fr {
  0% {
    opacity: 0;
@@ -1930,6 +2104,7 @@
            transform: perspective(1000px) rotateY(0deg);
  }
}
.flip-in-y-fr {
  -webkit-animation-name: flip-in-y-fr;
       -o-animation-name: flip-in-y-fr;
@@ -1938,6 +2113,7 @@
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-y-fr {
  0% {
    opacity: 1;
@@ -1950,6 +2126,7 @@
            transform: perspective(1000px) rotateY(90deg);
  }
}
@-o-keyframes flip-out-y-fr {
  0% {
    opacity: 1;
@@ -1960,6 +2137,7 @@
    transform: perspective(1000px) rotateY(90deg);
  }
}
@keyframes flip-out-y-fr {
  0% {
    opacity: 1;
@@ -1972,6 +2150,7 @@
            transform: perspective(1000px) rotateY(90deg);
  }
}
.flip-out-y-fr {
  -webkit-animation-name: flip-out-y-fr;
       -o-animation-name: flip-out-y-fr;
@@ -1980,6 +2159,7 @@
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}
@-webkit-keyframes zoom-in {
  0% {
    opacity: 0;
@@ -1990,6 +2170,7 @@
    opacity: 1;
  }
}
@-o-keyframes zoom-in {
  0% {
    opacity: 0;
@@ -2000,6 +2181,7 @@
    opacity: 1;
  }
}
@keyframes zoom-in {
  0% {
    opacity: 0;
@@ -2011,11 +2193,13 @@
    opacity: 1;
  }
}
.zoom-in {
  -webkit-animation-name: zoom-in;
       -o-animation-name: zoom-in;
          animation-name: zoom-in;
}
@-webkit-keyframes zoom-out {
  0% {
    opacity: 1;
@@ -2031,6 +2215,7 @@
    opacity: 0;
  }
}
@-o-keyframes zoom-out {
  0% {
    opacity: 1;
@@ -2046,6 +2231,7 @@
    opacity: 0;
  }
}
@keyframes zoom-out {
  0% {
    opacity: 1;
@@ -2063,11 +2249,13 @@
    opacity: 0;
  }
}
.zoom-out {
  -webkit-animation-name: zoom-out;
       -o-animation-name: zoom-out;
          animation-name: zoom-out;
}
@-webkit-keyframes zoom-in-sm {
  0% {
    opacity: 0;
@@ -2078,6 +2266,7 @@
    opacity: 1;
  }
}
@-o-keyframes zoom-in-sm {
  0% {
    opacity: 0;
@@ -2088,6 +2277,7 @@
    opacity: 1;
  }
}
@keyframes zoom-in-sm {
  0% {
    opacity: 0;
@@ -2099,11 +2289,13 @@
    opacity: 1;
  }
}
.zoom-in-sm {
  -webkit-animation-name: zoom-in-sm;
       -o-animation-name: zoom-in-sm;
          animation-name: zoom-in-sm;
}
@-webkit-keyframes zoom-out-sm {
  0% {
    opacity: 1;
@@ -2119,6 +2311,7 @@
    opacity: 0;
  }
}
@-o-keyframes zoom-out-sm {
  0% {
    opacity: 1;
@@ -2134,6 +2327,7 @@
    opacity: 0;
  }
}
@keyframes zoom-out-sm {
  0% {
    opacity: 1;
@@ -2151,11 +2345,13 @@
    opacity: 0;
  }
}
.zoom-out-sm {
  -webkit-animation-name: zoom-out-sm;
       -o-animation-name: zoom-out-sm;
          animation-name: zoom-out-sm;
}
@-webkit-keyframes zoom-in-lg {
  0% {
    opacity: 0;
@@ -2166,6 +2362,7 @@
    opacity: 1;
  }
}
@-o-keyframes zoom-in-lg {
  0% {
    opacity: 0;
@@ -2176,6 +2373,7 @@
    opacity: 1;
  }
}
@keyframes zoom-in-lg {
  0% {
    opacity: 0;
@@ -2187,11 +2385,13 @@
    opacity: 1;
  }
}
.zoom-in-lg {
  -webkit-animation-name: zoom-in-lg;
       -o-animation-name: zoom-in-lg;
          animation-name: zoom-in-lg;
}
@-webkit-keyframes zoom-out-lg {
  0% {
    opacity: 1;
@@ -2207,6 +2407,7 @@
    opacity: 0;
  }
}
@-o-keyframes zoom-out-lg {
  0% {
    opacity: 1;
@@ -2222,6 +2423,7 @@
    opacity: 0;
  }
}
@keyframes zoom-out-lg {
  0% {
    opacity: 1;
@@ -2239,11 +2441,13 @@
    opacity: 0;
  }
}
.zoom-out-lg {
  -webkit-animation-name: zoom-out-lg;
       -o-animation-name: zoom-out-lg;
          animation-name: zoom-out-lg;
}
.blink-slow {
  -webkit-animation-name: blink-slow;
       -o-animation-name: blink-slow;
@@ -2261,6 +2465,7 @@
       -o-animation-direction: alternate;
          animation-direction: alternate;
}
@-webkit-keyframes blink-slow {
  0% {
    opacity: .4;
@@ -2272,6 +2477,7 @@
    opacity: 1;
  }
}
@-o-keyframes blink-slow {
  0% {
    opacity: .4;
@@ -2283,6 +2489,7 @@
    opacity: 1;
  }
}
@keyframes blink-slow {
  0% {
    opacity: .4;
@@ -2294,6 +2501,7 @@
    opacity: 1;
  }
}
@-webkit-keyframes overlay-slide-in-top {
  0% {
    height: 100%;
@@ -2302,6 +2510,7 @@
    height: 0;
  }
}
@-o-keyframes overlay-slide-in-top {
  0% {
    height: 100%;
@@ -2310,6 +2519,7 @@
    height: 0;
  }
}
@keyframes overlay-slide-in-top {
  0% {
    height: 100%;
@@ -2318,6 +2528,7 @@
    height: 0;
  }
}
.overlay-slide-in-top {
  top: 0;
  height: 0;
@@ -2325,6 +2536,7 @@
       -o-animation-name: overlay-slide-in-top;
          animation-name: overlay-slide-in-top;
}
@-webkit-keyframes overlay-slide-out-top {
  0% {
    height: 0;
@@ -2333,6 +2545,7 @@
    height: 100%;
  }
}
@-o-keyframes overlay-slide-out-top {
  0% {
    height: 0;
@@ -2341,6 +2554,7 @@
    height: 100%;
  }
}
@keyframes overlay-slide-out-top {
  0% {
    height: 0;
@@ -2349,6 +2563,7 @@
    height: 100%;
  }
}
.overlay-slide-out-top {
  top: 0;
  height: 100%;
@@ -2356,6 +2571,7 @@
       -o-animation-name: overlay-slide-out-top;
          animation-name: overlay-slide-out-top;
}
@-webkit-keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
@@ -2364,6 +2580,7 @@
    height: 0;
  }
}
@-o-keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
@@ -2372,6 +2589,7 @@
    height: 0;
  }
}
@keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
@@ -2380,6 +2598,7 @@
    height: 0;
  }
}
.overlay-slide-in-bottom {
  bottom: 0;
  height: 0;
@@ -2387,6 +2606,7 @@
       -o-animation-name: overlay-slide-in-bottom;
          animation-name: overlay-slide-in-bottom;
}
@-webkit-keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
@@ -2395,6 +2615,7 @@
    height: 100%;
  }
}
@-o-keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
@@ -2403,6 +2624,7 @@
    height: 100%;
  }
}
@keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
@@ -2411,6 +2633,7 @@
    height: 100%;
  }
}
.overlay-slide-out-bottom {
  bottom: 0;
  height: 100%;
@@ -2418,6 +2641,7 @@
       -o-animation-name: overlay-slide-out-bottom;
          animation-name: overlay-slide-out-bottom;
}
@-webkit-keyframes overlay-slide-in-left {
  0% {
    width: 100%;
@@ -2426,6 +2650,7 @@
    width: 0;
  }
}
@-o-keyframes overlay-slide-in-left {
  0% {
    width: 100%;
@@ -2434,6 +2659,7 @@
    width: 0;
  }
}
@keyframes overlay-slide-in-left {
  0% {
    width: 100%;
@@ -2442,12 +2668,14 @@
    width: 0;
  }
}
.overlay-slide-in-left {
  width: 0;
  -webkit-animation-name: overlay-slide-in-left;
       -o-animation-name: overlay-slide-in-left;
          animation-name: overlay-slide-in-left;
}
@-webkit-keyframes overlay-slide-out-left {
  0% {
    width: 0;
@@ -2456,6 +2684,7 @@
    width: 100%;
  }
}
@-o-keyframes overlay-slide-out-left {
  0% {
    width: 0;
@@ -2464,6 +2693,7 @@
    width: 100%;
  }
}
@keyframes overlay-slide-out-left {
  0% {
    width: 0;
@@ -2472,6 +2702,7 @@
    width: 100%;
  }
}
.overlay-slide-out-left {
  left: 0;
  width: 100%;
@@ -2479,6 +2710,7 @@
       -o-animation-name: overlay-slide-out-left;
          animation-name: overlay-slide-out-left;
}
@-webkit-keyframes overlay-slide-in-right {
  0% {
    width: 100%;
@@ -2487,6 +2719,7 @@
    width: 0;
  }
}
@-o-keyframes overlay-slide-in-right {
  0% {
    width: 100%;
@@ -2495,6 +2728,7 @@
    width: 0;
  }
}
@keyframes overlay-slide-in-right {
  0% {
    width: 100%;
@@ -2503,6 +2737,7 @@
    width: 0;
  }
}
.overlay-slide-in-right {
  right: 0;
  width: 0;
@@ -2510,6 +2745,7 @@
       -o-animation-name: overlay-slide-in-right;
          animation-name: overlay-slide-in-right;
}
@-webkit-keyframes overlay-slide-out-right {
  0% {
    width: 0;
@@ -2518,6 +2754,7 @@
    width: 100%;
  }
}
@-o-keyframes overlay-slide-out-right {
  0% {
    width: 0;
@@ -2526,6 +2763,7 @@
    width: 100%;
  }
}
@keyframes overlay-slide-out-right {
  0% {
    width: 0;
@@ -2534,6 +2772,7 @@
    width: 100%;
  }
}
.overlay-slide-out-right {
  right: 0;
  width: 100%;
@@ -2541,4 +2780,5 @@
       -o-animation-name: overlay-slide-out-right;
          animation-name: overlay-slide-out-right;
}
/*# sourceMappingURL=animsition.css.map */