@layer swift3 {@font-face { font-family: "Open Sans"; font-display: swap; src: url(https://aldoleopardimusic.com/wp-content/uploads/font-hero/google-fonts/open-sans/open-sans-extra-bold-italic-vietnamese.woff2) format("woff2"); }@-webkit-keyframes scale { 0%, 80% { transform: scale(1); opacity: 1; } 45% { transform: scale(0.1); opacity: 0.7; } }@keyframes scale { 0%, 80% { transform: scale(1); opacity: 1; } 45% { transform: scale(0.1); opacity: 0.7; } }@-webkit-keyframes ball-pulse-sync { 33% { transform: translateY(10px); } 66% { transform: translateY(-10px); } 100% { transform: translateY(0px); } }@keyframes ball-pulse-sync { 33% { transform: translateY(10px); } 66% { transform: translateY(-10px); } 100% { transform: translateY(0px); } }@-webkit-keyframes ball-scale { 0% { transform: scale(0); } 100% { transform: scale(1); opacity: 0; } }@keyframes ball-scale { 0% { transform: scale(0); } 100% { transform: scale(1); opacity: 0; } }@-webkit-keyframes rotate { 0% { transform: rotate(0deg); } 50% { transform: rotate(180deg); } 100% { transform: rotate(360deg); } }@keyframes rotate { 0% { transform: rotate(0deg); } 50% { transform: rotate(180deg); } 100% { transform: rotate(360deg); } }@keyframes scale { 30% { transform: scale(0.3); } 100% { transform: scale(1); } }@keyframes rotate { 0% { transform: rotate(0deg) scale(1); } 50% { transform: rotate(180deg) scale(0.6); } 100% { transform: rotate(360deg) scale(1); } }@-webkit-keyframes ball-scale-ripple { 0% { transform: scale(0.1); opacity: 1; } 70% { transform: scale(1); opacity: 0.7; } 100% { opacity: 0; } }@keyframes ball-scale-ripple { 0% { transform: scale(0.1); opacity: 1; } 70% { transform: scale(1); opacity: 0.7; } 100% { opacity: 0; } }.ball-scale-ripple > div { height: 50px; width: 50px; border-radius: 100%; border: 2px solid #ffffff; animation: 1s cubic-bezier(0.21, 0.53, 0.56, 0.8) 0s infinite normal none running ball-scale-ripple; }@-webkit-keyframes ball-scale-ripple-multiple { 0% { transform: scale(0.1); opacity: 1; } 70% { transform: scale(1); opacity: 0.7; } 100% { opacity: 0; } }@keyframes ball-scale-ripple-multiple { 0% { transform: scale(0.1); opacity: 1; } 70% { transform: scale(1); opacity: 0.7; } 100% { opacity: 0; } }@-webkit-keyframes ball-beat { 50% { opacity: 0.2; transform: scale(0.75); } 100% { opacity: 1; transform: scale(1); } }@keyframes ball-beat { 50% { opacity: 0.2; transform: scale(0.75); } 100% { opacity: 1; transform: scale(1); } }@-webkit-keyframes ball-scale-multiple { 0% { transform: scale(0); opacity: 0; } 5% { opacity: 1; } 100% { transform: scale(1); opacity: 0; } }@keyframes ball-scale-multiple { 0% { transform: scale(0); opacity: 0; } 5% { opacity: 1; } 100% { transform: scale(1); opacity: 0; } }@-webkit-keyframes ball-triangle-path-1 { 33% { transform: translate(25px, -50px); } 66% { transform: translate(50px, 0px); } 100% { transform: translate(0px, 0px); } }@keyframes ball-triangle-path-1 { 33% { transform: translate(25px, -50px); } 66% { transform: translate(50px, 0px); } 100% { transform: translate(0px, 0px); } }@-webkit-keyframes ball-triangle-path-2 { 33% { transform: translate(25px, 50px); } 66% { transform: translate(-25px, 50px); } 100% { transform: translate(0px, 0px); } }@keyframes ball-triangle-path-2 { 33% { transform: translate(25px, 50px); } 66% { transform: translate(-25px, 50px); } 100% { transform: translate(0px, 0px); } }@-webkit-keyframes ball-triangle-path-3 { 33% { transform: translate(-50px, 0px); } 66% { transform: translate(-25px, -50px); } 100% { transform: translate(0px, 0px); } }@keyframes ball-triangle-path-3 { 33% { transform: translate(-50px, 0px); } 66% { transform: translate(-25px, -50px); } 100% { transform: translate(0px, 0px); } }@-webkit-keyframes ball-pulse-rise-even { 0% { transform: scale(1.1); } 25% { transform: translateY(-30px); } 50% { transform: scale(0.4); } 75% { transform: translateY(30px); } 100% { transform: scale(1); } }@keyframes ball-pulse-rise-even { 0% { transform: scale(1.1); } 25% { transform: translateY(-30px); } 50% { transform: scale(0.4); } 75% { transform: translateY(30px); } 100% { transform: scale(1); } }@-webkit-keyframes ball-pulse-rise-odd { 0% { transform: scale(0.4); } 25% { transform: translateY(30px); } 50% { transform: scale(1.1); } 75% { transform: translateY(-30px); } 100% { transform: scale(0.75); } }@keyframes ball-pulse-rise-odd { 0% { transform: scale(0.4); } 25% { transform: translateY(30px); } 50% { transform: scale(1.1); } 75% { transform: translateY(-30px); } 100% { transform: scale(0.75); } }@-webkit-keyframes ball-grid-beat { 50% { opacity: 0.7; } 100% { opacity: 1; } }@keyframes ball-grid-beat { 50% { opacity: 0.7; } 100% { opacity: 1; } }@-webkit-keyframes ball-grid-pulse { 0% { transform: scale(1); } 50% { transform: scale(0.5); opacity: 0.7; } 100% { transform: scale(1); opacity: 1; } }@keyframes ball-grid-pulse { 0% { transform: scale(1); } 50% { transform: scale(0.5); opacity: 0.7; } 100% { transform: scale(1); opacity: 1; } }@-webkit-keyframes ball-spin-fade-loader { 50% { opacity: 0.3; transform: scale(0.4); } 100% { opacity: 1; transform: scale(1); } }@keyframes ball-spin-fade-loader { 50% { opacity: 0.3; transform: scale(0.4); } 100% { opacity: 1; transform: scale(1); } }@-webkit-keyframes ball-spin-loader { 75% { opacity: 0.2; } 100% { opacity: 1; } }@keyframes ball-spin-loader { 75% { opacity: 0.2; } 100% { opacity: 1; } }@-webkit-keyframes ball-zig { 33% { transform: translate(-15px, -30px); } 66% { transform: translate(15px, -30px); } 100% { transform: translate(0px, 0px); } }@keyframes ball-zig { 33% { transform: translate(-15px, -30px); } 66% { transform: translate(15px, -30px); } 100% { transform: translate(0px, 0px); } }@-webkit-keyframes ball-zag { 33% { transform: translate(15px, 30px); } 66% { transform: translate(-15px, 30px); } 100% { transform: translate(0px, 0px); } }@keyframes ball-zag { 33% { transform: translate(15px, 30px); } 66% { transform: translate(-15px, 30px); } 100% { transform: translate(0px, 0px); } }@-webkit-keyframes ball-zig-deflect { 17%, 84% { transform: translate(-15px, -30px); } 34%, 67% { transform: translate(15px, -30px); } 100%, 50% { transform: translate(0px, 0px); } }@keyframes ball-zig-deflect { 17%, 84% { transform: translate(-15px, -30px); } 34%, 67% { transform: translate(15px, -30px); } 100%, 50% { transform: translate(0px, 0px); } }@-webkit-keyframes ball-zag-deflect { 17%, 84% { transform: translate(15px, 30px); } 34%, 67% { transform: translate(-15px, 30px); } 100%, 50% { transform: translate(0px, 0px); } }@keyframes ball-zag-deflect { 17%, 84% { transform: translate(15px, 30px); } 34%, 67% { transform: translate(-15px, 30px); } 100%, 50% { transform: translate(0px, 0px); } }@-webkit-keyframes line-scale { 0%, 100% { transform: scaleY(1); } 50% { transform: scaleY(0.4); } }@keyframes line-scale { 0%, 100% { transform: scaleY(1); } 50% { transform: scaleY(0.4); } }@-webkit-keyframes line-scale-party { 0%, 100% { transform: scale(1); } 50% { transform: scale(0.5); } }@keyframes line-scale-party { 0%, 100% { transform: scale(1); } 50% { transform: scale(0.5); } }@-webkit-keyframes line-scale-pulse-out { 0%, 100% { transform: scaleY(1); } 50% { transform: scaleY(0.4); } }@keyframes line-scale-pulse-out { 0%, 100% { transform: scaleY(1); } 50% { transform: scaleY(0.4); } }@-webkit-keyframes line-scale-pulse-out-rapid { 0%, 90% { transform: scaleY(1); } 80% { transform: scaleY(0.3); } }@keyframes line-scale-pulse-out-rapid { 0%, 90% { transform: scaleY(1); } 80% { transform: scaleY(0.3); } }@-webkit-keyframes line-spin-fade-loader { 50% { opacity: 0.3; } 100% { opacity: 1; } }@keyframes line-spin-fade-loader { 50% { opacity: 0.3; } 100% { opacity: 1; } }@-webkit-keyframes triangle-skew-spin { 25% { transform: perspective(100px) rotateX(180deg) rotateY(0deg); } 50% { transform: perspective(100px) rotateX(180deg) rotateY(180deg); } 75% { transform: perspective(100px) rotateX(0deg) rotateY(180deg); } 100% { transform: perspective(100px) rotateX(0deg) rotateY(0deg); } }@keyframes triangle-skew-spin { 25% { transform: perspective(100px) rotateX(180deg) rotateY(0deg); } 50% { transform: perspective(100px) rotateX(180deg) rotateY(180deg); } 75% { transform: perspective(100px) rotateX(0deg) rotateY(180deg); } 100% { transform: perspective(100px) rotateX(0deg) rotateY(0deg); } }@-webkit-keyframes square-spin { 25% { transform: perspective(100px) rotateX(180deg) rotateY(0deg); } 50% { transform: perspective(100px) rotateX(180deg) rotateY(180deg); } 75% { transform: perspective(100px) rotateX(0deg) rotateY(180deg); } 100% { transform: perspective(100px) rotateX(0deg) rotateY(0deg); } }@keyframes square-spin { 25% { transform: perspective(100px) rotateX(180deg) rotateY(0deg); } 50% { transform: perspective(100px) rotateX(180deg) rotateY(180deg); } 75% { transform: perspective(100px) rotateX(0deg) rotateY(180deg); } 100% { transform: perspective(100px) rotateX(0deg) rotateY(0deg); } }@-webkit-keyframes rotate_pacman_half_up { 0%, 100% { transform: rotate(270deg); } 50% { transform: rotate(360deg); } }@keyframes rotate_pacman_half_up { 0%, 100% { transform: rotate(270deg); } 50% { transform: rotate(360deg); } }@-webkit-keyframes rotate_pacman_half_down { 0%, 100% { transform: rotate(90deg); } 50% { transform: rotate(0deg); } }@keyframes rotate_pacman_half_down { 0%, 100% { transform: rotate(90deg); } 50% { transform: rotate(0deg); } }@-webkit-keyframes pacman-balls { 75% { opacity: 0.7; } 100% { transform: translate(-100px, -6.25px); } }@keyframes pacman-balls { 75% { opacity: 0.7; } 100% { transform: translate(-100px, -6.25px); } }@-webkit-keyframes cube-transition { 25% { transform: translateX(50px) scale(0.5) rotate(-90deg); } 50% { transform: translate(50px, 50px) rotate(-180deg); } 75% { transform: translateY(50px) scale(0.5) rotate(-270deg); } 100% { transform: rotate(-360deg); } }@keyframes cube-transition { 25% { transform: translateX(50px) scale(0.5) rotate(-90deg); } 50% { transform: translate(50px, 50px) rotate(-180deg); } 75% { transform: translateY(50px) scale(0.5) rotate(-270deg); } 100% { transform: rotate(-360deg); } }@-webkit-keyframes spin-rotate { 0% { transform: rotate(0deg); } 50% { transform: rotate(180deg); } 100% { transform: rotate(360deg); } }@keyframes spin-rotate { 0% { transform: rotate(0deg); } 50% { transform: rotate(180deg); } 100% { transform: rotate(360deg); } }@keyframes dipi_fade { 0% { opacity: 1; } 100% { opacity: 0; } }@keyframes dipi_slide_up { 0% { top: 0px; } 100% { top: -100vh; } }@keyframes dipi_slide_down { 0% { top: 0px; } 100% { top: 100vh; } }@keyframes dipi_slide_left { 0% { left: 0px; } 100% { left: -100vw; } }@keyframes dipi_slide_right { 0% { left: 0px; } 100% { left: 100vw; } }@keyframes dipi_zoom { 0% { transform: scale(1); opacity: 1; } 100% { transform: scale(1.5); opacity: 0; } }.prevent_mainpage_scroll, .prevent_content_scroll { overflow: hidden; }:root { --dipi-vb-module-selection-icon-color: #ffffff; --dipi-vb-module-selection-text-color: #ffffff; --dipi-vb-module-selection-background-color: #2c3d49; }@keyframes fadeInRightShort { 0% { opacity: 0; transform: translate3d(20px, 0px, 0px); } 100% { opacity: 1; transform: none; } }@keyframes fadeInLeftShort { 0% { opacity: 0; transform: translate3d(-20px, 0px, 0px); } 100% { opacity: 1; transform: none; } }@-webkit-keyframes clockwise { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }@keyframes clockwise { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }@-webkit-keyframes donut-rotate { 0% { transform: rotate(0deg); } 50% { transform: rotate(-140deg); } 100% { transform: rotate(0deg); } }@keyframes donut-rotate { 0% { transform: rotate(0deg); } 50% { transform: rotate(-140deg); } 100% { transform: rotate(0deg); } }:root { --woocommerce: #720eec; --wc-green: #7ad03a; --wc-red: #a00; --wc-orange: #ffba00; --wc-blue: #2ea2cc; --wc-primary: #720eec; --wc-primary-text: #fcfbfe; --wc-secondary: #e9e6ed; --wc-secondary-text: #515151; --wc-highlight: #958e09; --wc-highligh-text: white; --wc-content-bg: #fff; --wc-subtext: #767676; --wc-form-border-color: rgba(32, 7, 7, 0.8); --wc-form-border-radius: 4px; --wc-form-border-width: 1px; }.woocommerce img, .woocommerce-page img { height: auto; max-width: 100%; }@keyframes spin { 100% { transform: rotate(360deg); } }.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; width: 1px; position: absolute !important; overflow-wrap: normal !important; }.woocommerce div.product { margin-bottom: 0px; position: relative; }.et_pb_text_align_left { text-align: left; }.et_pb_text_align_right { text-align: right; }@-webkit-keyframes el_loader { 0%, 80%, 100% { box-shadow: 0px 2.5em 0px -1.3em; } 40% { box-shadow: 0px 2.5em 0px 0px; } }@keyframes el_loader { 0%, 80%, 100% { box-shadow: 0px 2.5em 0px -1.3em; } 40% { box-shadow: 0px 2.5em 0px 0px; } }@-webkit-keyframes fade_in { 0% { display: none; opacity: 0; } 100% { display: block; opacity: 1; } }@keyframes fade_in { 0% { display: none; opacity: 0; } 100% { display: block; opacity: 1; } }@-webkit-keyframes zoom_in { 0% { display: none; opacity: 0; } 100% { display: block; opacity: 1; } }@keyframes zoom_in { 0% { opacity: 0; transform: scale(0.9); } 100% { opacity: 1; transform: scale(1); } }@keyframes bounceIn { 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: scaleX(1); } }@-webkit-keyframes bounceIn { 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: scaleX(1); } }:root { --background-text-content: ""; }@-webkit-keyframes dipiDHreveal { 0% { visibility: hidden; } 35% { visibility: hidden; } 70% { visibility: hidden; } 100% { visibility: visible; } }@keyframes dipiDHreveal { 0% { visibility: hidden; } 35% { visibility: hidden; } 70% { visibility: hidden; } 100% { visibility: visible; } }@-webkit-keyframes dipiDHSlideLeft { 0% { height: 100%; width: 0px; top: 0px; left: 0px; right: auto; } 35% { height: 100%; width: 100%; top: 0px; left: 0px; right: auto; } 75% { height: 100%; width: 100%; top: 0px; right: 0px; left: auto; } 100% { height: 100%; width: 0px; top: 0px; right: 0px; left: auto; } }@keyframes dipiDHSlideLeft { 0% { height: 100%; width: 0px; top: 0px; left: 0px; right: auto; } 35% { height: 100%; width: 100%; top: 0px; left: 0px; right: auto; } 75% { height: 100%; width: 100%; top: 0px; right: 0px; left: auto; } 100% { height: 100%; width: 0px; top: 0px; right: 0px; left: auto; } }@-webkit-keyframes dipiDHSlideRight { 0% { height: 100%; width: 0px; top: 0px; right: 0px; left: auto; } 35% { height: 100%; width: 100%; top: 0px; right: 0px; left: auto; } 75% { height: 100%; width: 100%; top: 0px; left: 0px; right: auto; } 100% { height: 100%; width: 0px; top: 0px; left: 0px; right: auto; } }@keyframes dipiDHSlideRight { 0% { height: 100%; width: 0px; top: 0px; right: 0px; left: auto; } 35% { height: 100%; width: 100%; top: 0px; right: 0px; left: auto; } 75% { height: 100%; width: 100%; top: 0px; left: 0px; right: auto; } 100% { height: 100%; width: 0px; top: 0px; left: 0px; right: auto; } }@-webkit-keyframes dipiDHFadeOut { 0% { height: 100%; width: 100%; opacity: 0; } 35% { height: 100%; width: 100%; opacity: 1; } 70% { height: 100%; width: 100%; opacity: 1; } 100% { height: 100%; width: 100%; opacity: 0; } }@keyframes dipiDHFadeOut { 0% { height: 100%; width: 100%; opacity: 0; } 35% { height: 100%; width: 100%; opacity: 1; } 70% { height: 100%; width: 100%; opacity: 1; } 100% { height: 100%; width: 100%; opacity: 0; } }@-webkit-keyframes dipiDHSlideUp { 0% { height: 0%; width: 100%; left: 0px; bottom: 0px; top: auto; } 35% { height: 100%; width: 100%; left: 0px; bottom: 0px; top: auto; } 75% { height: 100%; width: 100%; left: 0px; bottom: auto; top: 0px; } 100% { height: 0%; width: 100%; left: 0px; bottom: auto; top: 0px; } }@keyframes dipiDHSlideUp { 0% { height: 0%; width: 100%; left: 0px; bottom: 0px; top: auto; } 35% { height: 100%; width: 100%; left: 0px; bottom: 0px; top: auto; } 75% { height: 100%; width: 100%; left: 0px; bottom: auto; top: 0px; } 100% { height: 0%; width: 100%; left: 0px; bottom: auto; top: 0px; } }@-webkit-keyframes dipiDHSlideDown { 0% { height: 0%; width: 100%; left: 0px; top: 0px; bottom: auto; } 35% { height: 100%; width: 100%; left: 0px; top: 0px; bottom: auto; } 75% { height: 100%; width: 100%; left: 0px; top: auto; bottom: 0px; } 100% { height: 0%; width: 100%; left: 0px; top: auto; bottom: 0px; } }@keyframes dipiDHSlideDown { 0% { height: 0%; width: 100%; left: 0px; top: 0px; bottom: auto; } 35% { height: 100%; width: 100%; left: 0px; top: 0px; bottom: auto; } 75% { height: 100%; width: 100%; left: 0px; top: auto; bottom: 0px; } 100% { height: 0%; width: 100%; left: 0px; top: auto; bottom: 0px; } }@-webkit-keyframes dipiBGLeftToRight { 0% { background-position: 0px 0px; } 100% { background-position: -100% 0px; } }@keyframes dipiBGLeftToRight { 0% { background-position: 0px 0px; } 100% { background-position: -100% 0px; } }@-webkit-keyframes dipiBGRightToLeft { 0% { background-position: 0px 0px; } 100% { background-position: 100% 0px; } }@keyframes dipiBGRightToLeft { 0% { background-position: 0px 0px; } 100% { background-position: 100% 0px; } }@-webkit-keyframes dipiBGTopToBottom { 0% { background-position: 0px 0px; } 100% { background-position: 0px -100%; } }@keyframes dipiBGTopToBottom { 0% { background-position: 0px 0px; } 100% { background-position: 0px -100%; } }@-webkit-keyframes dipiBGBottomToTop { 0% { background-position: 0px 0px; } 100% { background-position: 0px 100%; } }@keyframes dipiBGBottomToTop { 0% { background-position: 0px 0px; } 100% { background-position: 0px 100%; } }@-webkit-keyframes dipiBGHorizontal { 0% { background-position: 0px 0px; } 50% { background-position: 100% 0px; } 100% { background-position: 0px 0px; } }@keyframes dipiBGHorizontal { 0% { background-position: 0px 0px; } 50% { background-position: 100% 0px; } 100% { background-position: 0px 0px; } }@-webkit-keyframes dipiBGVertical { 0% { background-position: 0px 0px; } 50% { background-position: 0px 100%; } 100% { background-position: 0px 0px; } }@keyframes dipiBGVertical { 0% { background-position: 0px 0px; } 50% { background-position: 0px 100%; } 100% { background-position: 0px 0px; } }@keyframes dipi-updown-effect { 0% { transform: translate3d(0px, 10px, 0px); } 100% { transform: translate3d(0px, -10px, 0px); } }@-webkit-keyframes dipi-updown-effect { 0% { transform: translate3d(0px, 10px, 0px); } 100% { transform: translate3d(0px, -10px, 0px); } }@keyframes dipi-leftright-effect { 0% { transform: translate3d(10px, 0px, 0px); } 100% { transform: translate3d(-10px, 0px, 0px); } }@-webkit-keyframes dipi-leftright-effect { 0% { transform: translate3d(10px, 0px, 0px); } 100% { transform: translate3d(-10px, 0px, 0px); } }@keyframes dipi-topleftright-effect { 0% { transform: translate3d(-10px, -10px, 0px) scale3d(0.95, 0.95, 1) rotateX(0deg); } 100% { transform: translate3d(10px, 10px, 0px) scaleX(1) rotate3d(0, 0, 0, 0deg); } }@-webkit-keyframes dipi-topleftright-effect { 0% { transform: translate3d(-10px, -10px, 0px) scale3d(0.95, 0.95, 1) rotateX(0deg); } 100% { transform: translate3d(10px, 10px, 0px) scaleX(1) rotate3d(0, 0, 0, 0deg); } }@keyframes dipi-toprightleft-effect { 0% { transform: translate3d(10px, 0px, 0px) scale3d(0.95, 0.95, 1); } 100% { transform: translate3d(-10px, 10px, 0px) scaleX(1); } }@-webkit-keyframes dipi-toprightleft-effect { 0% { transform: translate3d(10px, 0px, 0px) scale3d(0.95, 0.95, 1); } 100% { transform: translate3d(-10px, 10px, 0px) scaleX(1); } }@keyframes dipi-rotate-effect { 0% { transform: rotate(5deg); } 100% { transform: rotate(-5deg); } }@-webkit-keyframes dipi-rotate-effect { 0% { transform: rotate(5deg); } 100% { transform: rotate(-5deg); } }@keyframes dipi-zoom-effect { 0% { transform: scale3d(0.9, 0.9, 1); } 100% { transform: scaleX(1); } }@-webkit-keyframes dipi-zoom-effect { 0% { transform: scale3d(0.9, 0.9, 1); } 100% { transform: scaleX(1); } }@keyframes dipi-zoomrotate-effect { 0% { transform: translate3d(0px, 5px, 0px) scale3d(0.95, 0.95, 1) rotate(5deg); } 100% { transform: translate3d(0px, -5px, 0px) scaleX(1) rotate(-5deg); } }@-webkit-keyframes dipi-zoomrotate-effect { 0% { transform: translate3d(0px, 5px, 0px) scale3d(0.95, 0.95, 1) rotate(5deg); } 100% { transform: translate3d(0px, -5px, 0px) scaleX(1) rotate(-5deg); } }@keyframes dipi-zoomtop-effect { 0% { transform: translate3d(0px, 10px, 0px) scale3d(0.95, 0.95, 1); } 100% { transform: translate3d(0px, -10px, 0px) scaleX(1); } }@-webkit-keyframes dipi-zoomtop-effect { 0% { transform: translate3d(0px, 10px, 0px) scale3d(0.95, 0.95, 1); } 100% { transform: translate3d(0px, -10px, 0px) scaleX(1); } }@keyframes dipi-zoombottom-effect { 0% { transform: translate3d(0px, -10px, 0px) scale3d(0.95, 0.95, 1); } 100% { transform: translate3d(0px, 10px, 0px) scaleX(1); } }@-webkit-keyframes dipi-zoombottom-effect { 0% { transform: translate3d(0px, -10px, 0px) scale3d(0.95, 0.95, 1); } 100% { transform: translate3d(0px, 10px, 0px) scaleX(1); } }@keyframes dipi-zoomleft-effect { 0% { transform: translate3d(10px, 0px, 0px) scale3d(0.95, 0.95, 1); } 100% { transform: translate3d(-10px, 0px, 0px) scaleX(1); } }@-webkit-keyframes dipi-zoomleft-effect { 0% { transform: translate3d(10px, 0px, 0px) scale3d(0.95, 0.95, 1); } 100% { transform: translate3d(-10px, 0px, 0px) scaleX(1); } }@keyframes dipi-zoomright-effect { 0% { transform: translate3d(-10px, 0px, 0px) scale3d(0.95, 0.95, 1); } 100% { transform: translate3d(10px, 0px, 0px) scaleX(1); } }@-webkit-keyframes dipi-zoomright-effect { 0% { transform: translate3d(-10px, 0px, 0px) scale3d(0.95, 0.95, 1); } 100% { transform: translate3d(10px, 0px, 0px) scaleX(1); } }:root { --dipi-ig-popup-speed: 500ms; }@keyframes fadeInUpShortXCenter { 0% { opacity: 0; transform: translate3d(-50%, 10px, 0px); } 100% { opacity: 1; transform: translateX(-50%); } }@-webkit-keyframes fadeInUpShortXCenter { 0% { opacity: 0; transform: translate3d(-50%, 10px, 0px); } 100% { opacity: 1; transform: translateX(-50%); } }@keyframes fadeInDownShortXCenter { 0% { opacity: 0; transform: translate3d(-50%, -10px, 0px); } 100% { opacity: 1; transform: translateX(-50%); } }@-webkit-keyframes fadeInDownShortXCenter { 0% { opacity: 0; transform: translate3d(-50%, -10px, 0px); } 100% { opacity: 1; transform: translateX(-50%); } }@keyframes fadeInLeftShortXCenter { 0% { opacity: 0; transform: translate3d(calc(-50% - 10px), 0px, 0px); } 100% { opacity: 1; transform: translateX(-50%); } }@-webkit-keyframes fadeInLeftShortXCenter { 0% { opacity: 0; transform: translate3d(calc(-50% - 10px), 0px, 0px); } 100% { opacity: 1; transform: translateX(-50%); } }@keyframes fadeInRightShortXCenter { 0% { opacity: 0; transform: translate3d(calc(-50% + 10px), 0px, 0px); } 100% { opacity: 1; transform: translateX(-50%); } }@-webkit-keyframes fadeInRightShortXCenter { 0% { opacity: 0; transform: translate3d(calc(-50% + 10px), 0px, 0px); } 100% { opacity: 1; transform: translateX(-50%); } }@keyframes zoomInShortXCenter { 0% { opacity: 0; transform: translateX(-50%) scale3d(0.95, 0.95, 0.95); } 50% { opacity: 1; } }@-webkit-keyframes zoomInShortXCenter { 0% { opacity: 0; transform: translateX(-50%) scale3d(0.95, 0.95, 0.95); } 50% { opacity: 1; } }@keyframes fadeInUpShortYCenter { 0% { opacity: 0; transform: translate3d(0px, calc(-50% + 10px), 0px); } 100% { opacity: 1; transform: translateY(-50%); } }@-webkit-keyframes fadeInUpShortYCenter { 0% { opacity: 0; transform: translate3d(0px, calc(-50% + 10px), 0px); } 100% { opacity: 1; transform: translateY(-50%); } }@keyframes fadeInDownShortYCenter { 0% { opacity: 0; transform: translate3d(0px, calc(-50% - 10px), 0px); } 100% { opacity: 1; transform: translateY(-50%); } }@-webkit-keyframes fadeInDownShortYCenter { 0% { opacity: 0; transform: translate3d(0px, calc(-50% - 10px), 0px); } 100% { opacity: 1; transform: translateY(-50%); } }@keyframes fadeInLeftShortYCenter { 0% { opacity: 0; transform: translate3d(-10px, -50%, 0px); } 100% { opacity: 1; transform: translateY(-50%); } }@-webkit-keyframes fadeInLeftShortYCenter { 0% { opacity: 0; transform: translate3d(-10px, -50%, 0px); } 100% { opacity: 1; transform: translateY(-50%); } }@keyframes fadeInRightShortYCenter { 0% { opacity: 0; transform: translate3d(10px, -50%, 0px); } 100% { opacity: 1; transform: translateY(-50%); } }@-webkit-keyframes fadeInRightShortYCenter { 0% { opacity: 0; transform: translate3d(10px, -50%, 0px); } 100% { opacity: 1; transform: translateY(-50%); } }@keyframes zoomInShortYCenter { 0% { opacity: 0; transform: translateY(-50%) scale3d(0.95, 0.95, 0.95); } 50% { opacity: 1; } }@-webkit-keyframes zoomInShortYCenter { 0% { opacity: 0; transform: translateY(-50%) scale3d(0.95, 0.95, 0.95); } 50% { opacity: 1; } }@-webkit-keyframes dipi-svg-sonar-animation { 0% { transform: scale(0) translate(-50%, -50%); opacity: 0; } 50% { transform: scale(1.5) translate(-50%, -50%); opacity: 0.5; } 100% { transform: scale(3) translate(-50%, -50%); opacity: 0; } }@keyframes dipi-svg-sonar-animation { 0% { transform: scale(0) translate(-50%, -50%); opacity: 0; } 50% { transform: scale(1.5) translate(-50%, -50%); opacity: 0.5; } 100% { transform: scale(3) translate(-50%, -50%); opacity: 0; } }@-webkit-keyframes bars { 0% { background-position: 40px 0px; } 100% { background-position: 0px 0px; } }@keyframes bars { 0% { background-position: 40px 0px; } 100% { background-position: 0px 0px; } }@-webkit-keyframes dp-scroll-vertical { 0% { transform: translateY(0px); } 100% { transform: translateY(5px); } }@keyframes dp-scroll-vertical { 0% { transform: translateY(0px); } 100% { transform: translateY(5px); } }@-webkit-keyframes dp-scroll-horizontal { 0% { transform: translateX(0px); } 100% { transform: translateX(5px); } }@keyframes dp-scroll-horizontal { 0% { transform: translateX(0px); } 100% { transform: translateX(5px); } }@font-face{font-family:"ETmodules";font-weight:400;font-style:normal;src:url(https://aldoleopardimusic.com/wp-content/swift-ai/cache/aldoleopardimusic.com/product/womens-t-shirt-black/__data/modules26287578.woff) format('woff2');font-display:swap;}@-webkit-keyframes bounceInInfoCircle { 0%, 20%, 40%, 60%, 80%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translateX(-50%) translateY(-50%) scale3d(0.6, 0.6, 0.6); } 20% { transform: translateX(-50%) translateY(-50%) scale3d(1.05, 1.05, 1.05); } 40% { transform: translateX(-50%) translateY(-50%) scale3d(0.95, 0.95, 0.95); } 60% { opacity: 1; transform: translateX(-50%) translateY(-50%) scale3d(1.02, 1.02, 1.02); } 80% { transform: translateX(-50%) translateY(-50%) scale3d(0.98, 0.98, 0.98); } 100% { opacity: 1; transform: translateX(-50%) translateY(-50%) scaleX(1); } }@keyframes bounceInInfoCircle { 0%, 20%, 40%, 60%, 80%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translateX(-50%) translateY(-50%) scale3d(0.6, 0.6, 0.6); } 20% { transform: translateX(-50%) translateY(-50%) scale3d(1.05, 1.05, 1.05); } 40% { transform: translateX(-50%) translateY(-50%) scale3d(0.95, 0.95, 0.95); } 60% { opacity: 1; transform: translateX(-50%) translateY(-50%) scale3d(1.02, 1.02, 1.02); } 80% { transform: translateX(-50%) translateY(-50%) scale3d(0.98, 0.98, 0.98); } 100% { opacity: 1; transform: translateX(-50%) translateY(-50%) scaleX(1); } }@-webkit-keyframes dipi-hg-faderight-active { 0% { opacity: 0; left: 100%; } 100% { opacity: 1; left: 0px; } }@keyframes dipi-hg-faderight-active { 0% { opacity: 0; left: 100%; } 100% { opacity: 1; left: 0px; } }@-webkit-keyframes dipi-hg-faderight { 0% { opacity: 1; } 100% { opacity: 0; } }@keyframes dipi-hg-faderight { 0% { opacity: 1; } 100% { opacity: 0; } }@-webkit-keyframes dipi-hg-fadeleft-active { 0% { opacity: 0; right: 100%; } 100% { opacity: 1; right: 0px; } }@keyframes dipi-hg-fadeleft-active { 0% { opacity: 0; right: 100%; } 100% { opacity: 1; right: 0px; } }@-webkit-keyframes dipi-hg-fadeleft { 0% { opacity: 1; } 100% { opacity: 0; } }@keyframes dipi-hg-fadeleft { 0% { opacity: 1; } 100% { opacity: 0; } }@-webkit-keyframes dipi-hg-fadetop-active { 0% { opacity: 0; bottom: 100%; } 100% { opacity: 1; bottom: 0px; } }@keyframes dipi-hg-fadetop-active { 0% { opacity: 0; bottom: 100%; } 100% { opacity: 1; bottom: 0px; } }@-webkit-keyframes dipi-hg-fadetop { 0% { opacity: 1; } 100% { opacity: 0; } }@keyframes dipi-hg-fadetop { 0% { opacity: 1; } 100% { opacity: 0; } }@-webkit-keyframes dipi-hg-fadebottom-active { 0% { opacity: 0; top: 100%; } 100% { opacity: 1; top: 0px; } }@keyframes dipi-hg-fadebottom-active { 0% { opacity: 0; top: 100%; } 100% { opacity: 1; top: 0px; } }@-webkit-keyframes dipi-hg-fadebottom { 0% { opacity: 1; } 100% { opacity: 0; } }@keyframes dipi-hg-fadebottom { 0% { opacity: 1; } 100% { opacity: 0; } }@-webkit-keyframes dipi-hg-ZoomInZoomOut-active { 0% { transform: scale(1); opacity: 0; } 50% { transform: scale(1.5); opacity: 1; } 100% { transform: scale(1); opacity: 1; } }@keyframes dipi-hg-ZoomInZoomOut-active { 0% { transform: scale(1); opacity: 0; } 50% { transform: scale(1.5); opacity: 1; } 100% { transform: scale(1); opacity: 1; } }@-webkit-keyframes dipi-hg-ZoomInZoomOut { 0% { opacity: 1; } 100% { opacity: 0; } }@keyframes dipi-hg-ZoomInZoomOut { 0% { opacity: 1; } 100% { opacity: 0; } }@-webkit-keyframes dipi-hg-slice { 0% { top: 0px; } 99.999% { top: -100%; } 100% { top: 100%; } }@keyframes dipi-hg-slice { 0% { top: 0px; } 99.999% { top: -100%; } 100% { top: 100%; } }@-webkit-keyframes dipi-hg-slice-active { 0% { top: 100%; } 100% { top: 0px; } }@keyframes dipi-hg-slice-active { 0% { top: 100%; } 100% { top: 0px; } }.animated { animation-duration: 1s; animation-fill-mode: both; }@keyframes bounce { 0%, 20%, 53%, 80%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); transform: translateZ(0px); } 40%, 43% { animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); transform: translate3d(0px, -30px, 0px); } 70% { animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); transform: translate3d(0px, -15px, 0px); } 90% { transform: translate3d(0px, -4px, 0px); } }@keyframes flash { 0%, 50%, 100% { opacity: 1; } 25%, 75% { opacity: 0; } }@keyframes pulse { 0% { transform: scaleX(1); } 50% { transform: scale3d(1.05, 1.05, 1.05); } 100% { transform: scaleX(1); } }@keyframes rubberBand { 0% { transform: scaleX(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: scaleX(1); } }@keyframes shake { 0%, 100% { transform: translateZ(0px); } 10%, 30%, 50%, 70%, 90% { transform: translate3d(-10px, 0px, 0px); } 20%, 40%, 60%, 80% { transform: translate3d(10px, 0px, 0px); } }@keyframes headShake { 0% { transform: translateX(0px); } 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(0px); } }@keyframes swing { 20% { transform: rotate(15deg); } 40% { transform: rotate(-10deg); } 60% { transform: rotate(5deg); } 80% { transform: rotate(-5deg); } 100% { transform: rotate(0deg); } }@keyframes tada { 0% { transform: scaleX(1); } 10%, 20% { transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); } 30%, 50%, 70%, 90% { transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); } 40%, 60%, 80% { transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); } 100% { transform: scaleX(1); } }@keyframes wobble { 0% { transform: none; } 15% { transform: translate3d(-25%, 0px, 0px) rotate(-5deg); } 30% { transform: translate3d(20%, 0px, 0px) rotate(3deg); } 45% { transform: translate3d(-15%, 0px, 0px) rotate(-3deg); } 60% { transform: translate3d(10%, 0px, 0px) rotate(2deg); } 75% { transform: translate3d(-5%, 0px, 0px) rotate(-1deg); } 100% { transform: none; } }@keyframes jello { 0%, 11.1%, 100% { transform: none; } 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(-0.78125deg) skewY(-0.78125deg); } 77.7% { transform: skewX(0.39062deg) skewY(0.39062deg); } 88.8% { transform: skewX(-0.19531deg) skewY(-0.19531deg); } }@keyframes bounceIn { 0%, 20%, 40%, 60%, 80%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: scale3d(0.6, 0.6, 0.6); } 20% { transform: scale3d(1.05, 1.05, 1.05); } 40% { transform: scale3d(0.95, 0.95, 0.95); } 60% { opacity: 1; transform: scale3d(1.02, 1.02, 1.02); } 80% { transform: scale3d(0.98, 0.98, 0.98); } 100% { opacity: 1; transform: scaleX(1); } }@keyframes bounceInDown { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(0px, -20px, 0px); } 60% { opacity: 1; transform: translate3d(0px, 10px, 0px); } 75% { transform: translate3d(0px, -5px, 0px); } 90% { transform: translate3d(0px, 2px, 0px); } 100% { transform: none; } }@keyframes bounceInLeft { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(-20px, 0px, 0px); } 60% { opacity: 1; transform: translate3d(10px, 0px, 0px); } 75% { transform: translate3d(-5px, 0px, 0px); } 90% { transform: translate3d(2px, 0px, 0px); } 100% { transform: none; } }@keyframes bounceInRight { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(20px, 0px, 0px); } 60% { opacity: 1; transform: translate3d(-10px, 0px, 0px); } 75% { transform: translate3d(5px, 0px, 0px); } 90% { transform: translate3d(-2px, 0px, 0px); } 100% { transform: none; } }@keyframes bounceInUp { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(0px, 20px, 0px); } 60% { opacity: 1; transform: translate3d(0px, -10px, 0px); } 75% { transform: translate3d(0px, 5px, 0px); } 90% { transform: translate3d(0px, -2px, 0px); } 100% { transform: translateZ(0px); } }@keyframes bounceOut { 20% { transform: scale3d(0.95, 0.95, 0.95); } 50%, 55% { opacity: 1; transform: scale3d(1.05, 1.05, 1.05); } 100% { opacity: 0; transform: scale3d(0.5, 0.5, 0.5); } }@keyframes bounceOutDown { 20% { transform: translate3d(0px, 5px, 0px); } 40%, 45% { opacity: 1; transform: translate3d(0px, -15px, 0px); } 100% { opacity: 0; transform: translate3d(0px, 100px, 0px); } }@keyframes bounceOutLeft { 20% { opacity: 1; transform: translate3d(10px, 0px, 0px); } 100% { opacity: 0; transform: translate3d(-100px, 0px, 0px); } }@keyframes bounceOutRight { 20% { opacity: 1; transform: translate3d(-10px, 0px, 0px); } 100% { opacity: 0; transform: translate3d(100px, 0px, 0px); } }@keyframes bounceOutUp { 20% { transform: translate3d(0px, -5px, 0px); } 40%, 45% { opacity: 1; transform: translate3d(0px, 15px, 0px); } 100% { opacity: 0; transform: translate3d(0px, -100px, 0px); } }@keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }@keyframes fadeInDown { 0% { opacity: 0; transform: translate3d(0px, -40px, 0px); } 100% { opacity: 1; transform: none; } }@keyframes fadeInDownBig { 0% { opacity: 0; transform: translate3d(0px, -1000px, 0px); } 100% { opacity: 1; transform: none; } }@keyframes fadeInLeft { 0% { opacity: 0; transform: translate3d(-40px, 0px, 0px); } 100% { opacity: 1; transform: none; } }@keyframes fadeInLeftBig { 0% { opacity: 0; transform: translate3d(-1000px, 0px, 0px); } 100% { opacity: 1; transform: none; } }@keyframes fadeInRight { 0% { opacity: 0; transform: translate3d(40px, 0px, 0px); } 100% { opacity: 1; transform: none; } }@keyframes fadeInRightBig { 0% { opacity: 0; transform: translate3d(1000px, 0px, 0px); } 100% { opacity: 1; transform: none; } }@keyframes fadeInUp { 0% { opacity: 0; transform: translate3d(0px, 40px, 0px); } 100% { opacity: 1; transform: none; } }@keyframes fadeInUpBig { 0% { opacity: 0; transform: translate3d(0px, 1000px, 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, 40px, 0px); } }@keyframes fadeOutDownBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, 1000px, 0px); } }@keyframes fadeOutLeft { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(-60px, 0px, 0px); } }@keyframes fadeOutLeftBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(-1000px, 0px, 0px); } }@keyframes fadeOutRight { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(60px, 0px, 0px); } }@keyframes fadeOutRightBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(1000px, 0px, 0px); } }@keyframes fadeOutUp { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, -60px, 0px); } }@keyframes fadeOutUpBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, -1000px, 0px); } }@keyframes flip { 0% { transform: perspective(1000px) rotateY(-1turn); animation-timing-function: ease-out; } 40% { transform: perspective(1000px) translateZ(150px) rotateY(-190deg); animation-timing-function: ease-out; } 50% { transform: perspective(1000px) translateZ(150px) rotateY(-170deg); animation-timing-function: ease-in; } 80% { transform: perspective(1000px) scale3d(0.95, 0.95, 0.95); animation-timing-function: ease-in; } 100% { transform: perspective(1000px); animation-timing-function: ease-in; } }@keyframes flipInX { 0% { transform: perspective(400px) rotateX(60deg); animation-timing-function: ease-in; opacity: 0; } 40% { transform: perspective(400px) rotateX(-10deg); animation-timing-function: ease-in; } 60% { transform: perspective(400px) rotateX(5deg); opacity: 1; } 80% { transform: perspective(400px) rotateX(-2deg); } 100% { transform: perspective(400px); } }@keyframes flipInY { 0% { transform: perspective(1000px) rotateY(60deg); animation-timing-function: ease-in; opacity: 0; } 40% { transform: perspective(1000px) rotateY(-10deg); animation-timing-function: ease-in; } 60% { transform: perspective(1000px) rotateY(5deg); opacity: 1; } 80% { transform: perspective(1000px) rotateY(-2deg); } 100% { transform: perspective(1000px); } }@keyframes flipOutX { 0% { transform: perspective(1000px); } 30% { transform: perspective(1000px) rotateX(-15deg); opacity: 1; } 100% { transform: perspective(1000px) rotateX(60deg); opacity: 0; } }@keyframes flipOutY { 0% { transform: perspective(1000px); } 30% { transform: perspective(1000px) rotateY(-15deg); opacity: 1; } 100% { transform: perspective(1000px) rotateY(60deg); opacity: 0; } }@keyframes lightSpeedIn { 0% { transform: translate3d(100px, 0px, 0px) skewX(-30deg); opacity: 0; } 60% { transform: skewX(20deg); opacity: 1; } 80% { transform: skewX(-5deg); opacity: 1; } 100% { transform: none; opacity: 1; } }@keyframes lightSpeedOut { 0% { opacity: 1; } 100% { transform: translate3d(100%, 0px, 0px) skewX(30deg); opacity: 0; } }@keyframes rotateIn { 0% { transform-origin: center center; transform: rotate(-180deg); opacity: 0; } 100% { transform-origin: center center; transform: none; opacity: 1; } }@keyframes rotateInDownLeft { 0% { transform-origin: left bottom; transform: rotate(-10deg); opacity: 0; } 100% { transform-origin: left bottom; transform: none; opacity: 1; } }@keyframes rotateInDownRight { 0% { transform-origin: right bottom; transform: rotate(10deg); opacity: 0; } 100% { transform-origin: right bottom; transform: none; opacity: 1; } }@keyframes rotateInUpLeft { 0% { transform-origin: left bottom; transform: rotate(10deg); opacity: 0; } 100% { transform-origin: left bottom; transform: none; opacity: 1; } }@keyframes rotateInUpRight { 0% { transform-origin: right bottom; transform: rotate(-10deg); opacity: 0; } 100% { transform-origin: right bottom; transform: none; opacity: 1; } }@keyframes rotateOut { 0% { transform-origin: center center; opacity: 1; } 100% { transform-origin: center center; transform: rotate(180deg); opacity: 0; } }@keyframes rotateOutDownLeft { 0% { transform-origin: left bottom; opacity: 1; } 100% { transform-origin: left bottom; transform: rotate(10deg); opacity: 0; } }@keyframes rotateOutDownRight { 0% { transform-origin: right bottom; opacity: 1; } 100% { transform-origin: right bottom; transform: rotate(-10deg); opacity: 0; } }@keyframes rotateOutUpLeft { 0% { transform-origin: left bottom; opacity: 1; } 100% { transform-origin: left bottom; transform: rotate(-10deg); opacity: 0; } }@keyframes rotateOutUpRight { 0% { transform-origin: right bottom; opacity: 1; } 100% { transform-origin: right bottom; transform: rotate(10deg); opacity: 0; } }@keyframes hinge { 0% { transform-origin: left top; animation-timing-function: ease-in-out; } 20%, 60% { transform: rotate(80deg); transform-origin: left top; animation-timing-function: ease-in-out; } 40%, 80% { transform: rotate(60deg); transform-origin: left top; animation-timing-function: ease-in-out; opacity: 1; } 100% { transform: translate3d(0px, 700px, 0px); opacity: 0; } }@keyframes jackInTheBox { 0% { opacity: 0; transform: scale(0.1) rotate(30deg); transform-origin: center bottom; } 50% { transform: rotate(-10deg); } 70% { transform: rotate(3deg); } 100% { opacity: 1; transform: scale(1); } }@keyframes rollIn { 0% { opacity: 0; transform: translate3d(-100%, 0px, 0px) rotate(-120deg); } 100% { opacity: 1; transform: none; } }@keyframes rollOut { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(100%, 0px, 0px) rotate(120deg); } }@keyframes zoomIn { 0% { opacity: 0; transform: scale3d(0.8, 0.8, 0.8); } 50% { opacity: 1; } }@keyframes zoomInDown { 0% { opacity: 0; transform: scale3d(0.6, 0.6, 0.6) translate3d(0px, -200px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.9, 0.9, 0.9) translate3d(0px, 10px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@keyframes zoomInLeft { 0% { opacity: 0; transform: scale3d(0.6, 0.6, 0.6) translate3d(-500px, 0px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.9, 0.9, 0.9) translate3d(10px, 0px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@keyframes zoomInRight { 0% { opacity: 0; transform: scale3d(0.6, 0.6, 0.6) translate3d(500px, 0px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.9, 0.9, 0.9) translate3d(-20px, 0px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@keyframes zoomInUp { 0% { opacity: 0; transform: scale3d(0.6, 0.6, 0.6) translate3d(0px, 200px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.9, 0.9, 0.9) translate3d(0px, -20px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@keyframes zoomOut { 0% { opacity: 1; } 50% { opacity: 0; transform: scale3d(0.8, 0.8, 0.8); } 100% { opacity: 0; } }@keyframes zoomOutDown { 40% { opacity: 1; transform: scale3d(0.9, 0.9, 0.9) translate3d(0px, -20px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 100% { opacity: 0; transform: scale3d(0.4, 0.4, 0.4) translate3d(0px, 500px, 0px); transform-origin: center bottom; animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@keyframes zoomOutLeft { 40% { opacity: 1; transform: scale3d(0.9, 0.9, 0.9) translate3d(30px, 0px, 0px); } 100% { opacity: 0; transform: scale(0.3) translate3d(-500px, 0px, 0px); transform-origin: left center; } }@keyframes zoomOutRight { 40% { opacity: 1; transform: scale3d(0.9, 0.9, 0.9) translate3d(-30px, 0px, 0px); } 100% { opacity: 0; transform: scale(0.3) translate3d(500px, 0px, 0px); transform-origin: right center; } }@keyframes zoomOutUp { 40% { opacity: 1; transform: scale3d(0.9, 0.9, 0.9) translate3d(0px, 30px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 100% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3) translate3d(0px, -500px, 0px); transform-origin: center bottom; animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@keyframes slideInDown { 0% { transform: translate3d(0px, -100%, 0px); visibility: visible; } 100% { transform: translateZ(0px); } }@keyframes slideInLeft { 0% { transform: translate3d(-100%, 0px, 0px); visibility: visible; } 100% { transform: translateZ(0px); } }@keyframes slideInRight { 0% { transform: translate3d(100%, 0px, 0px); visibility: visible; } 100% { transform: translateZ(0px); } }@keyframes slideInUp { 0% { transform: translate3d(0px, 100%, 0px); visibility: visible; } 100% { transform: translateZ(0px); } }@keyframes slideOutDown { 0% { transform: translateZ(0px); } 100% { visibility: hidden; transform: translate3d(0px, 100%, 0px); } }@keyframes slideOutLeft { 0% { transform: translateZ(0px); } 100% { visibility: hidden; transform: translate3d(-100%, 0px, 0px); } }@keyframes slideOutRight { 0% { transform: translateZ(0px); } 100% { visibility: hidden; transform: translate3d(100%, 0px, 0px); } }@keyframes slideOutUp { 0% { transform: translateZ(0px); } 100% { visibility: hidden; transform: translate3d(0px, -100%, 0px); } }@keyframes fadeInUpShort { 0% { opacity: 0; transform: translate3d(0px, 20px, 0px); } 100% { opacity: 1; transform: none; } }@keyframes fadeInDownShort { 0% { opacity: 0; transform: translate3d(0px, -20px, 0px); } 100% { opacity: 1; transform: none; } }@keyframes fadeInLeftShort { 0% { opacity: 0; transform: translate3d(-20px, 0px, 0px); } 100% { opacity: 1; transform: none; } }@keyframes fadeInRightShort { 0% { opacity: 0; transform: translate3d(20px, 0px, 0px); } 100% { opacity: 1; transform: none; } }@keyframes zoomInShort { 0% { opacity: 0; transform: scale3d(0.97, 0.97, 0.97); } 50% { opacity: 1; } }@keyframes bounceInShort { 0%, 20%, 40%, 60%, 80%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: scale3d(0.97, 0.97, 0.97); } 20% { transform: scale3d(1.03, 1.03, 1.03); } 40% { transform: scale3d(0.98, 0.98, 0.98); } 60% { opacity: 1; transform: scale3d(1.02, 1.02, 1.02); } 80% { transform: scale3d(0.99, 0.99, 0.99); } 100% { opacity: 1; transform: scaleX(1); } }@keyframes bounceInDownShort { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(0px, -15px, 0px); } 60% { opacity: 1; transform: translate3d(0px, 8px, 0px); } 75% { transform: translate3d(0px, -8px, 0px); } 90% { transform: translate3d(0px, 4px, 0px); } 100% { transform: none; } }@keyframes bounceInLeftShort { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(-15px, 0px, 0px); } 60% { opacity: 1; transform: translate3d(8px, 0px, 0px); } 75% { transform: translate3d(-8px, 0px, 0px); } 90% { transform: translate3d(4px, 0px, 0px); } 100% { transform: none; } }@keyframes bounceInRightShort { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(15px, 0px, 0px); } 60% { opacity: 1; transform: translate3d(-8px, 0px, 0px); } 75% { transform: translate3d(8px, 0px, 0px); } 90% { transform: translate3d(-4px, 0px, 0px); } 100% { transform: none; } }@keyframes bounceInUpShort { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(0px, 15px, 0px); } 60% { opacity: 1; transform: translate3d(0px, -8px, 0px); } 75% { transform: translate3d(0px, 8px, 0px); } 90% { transform: translate3d(0px, -4px, 0px); } 100% { transform: translateZ(0px); } }@keyframes flipInXShort { 0% { transform: perspective(2500px) rotate3d(10, 0, 0, 10deg); animation-timing-function: ease-in; opacity: 0; } 40% { transform: perspective(2500px) rotate3d(10, 0, 0, -7deg); animation-timing-function: ease-in; } 60% { transform: perspective(2500px) rotate3d(10, 0, 0, 5deg); opacity: 1; } 80% { transform: perspective(2500px) rotate3d(10, 0, 0, -2deg); } 100% { transform: perspective(2500px); } }@keyframes flipInYShort { 0% { transform: perspective(2500px) rotateY(10deg); animation-timing-function: ease-in; opacity: 0; } 40% { transform: perspective(2500px) rotateY(-7deg); animation-timing-function: ease-in; } 60% { transform: perspective(2500px) rotateY(5deg); opacity: 1; } 80% { transform: perspective(2500px) rotateY(-2deg); } 100% { transform: perspective(2500px); } }@keyframes jackInTheBoxShort { 0% { opacity: 0; transform: scale(0.98) rotate(3deg); transform-origin: center bottom; } 50% { transform: rotate(-2deg); } 70% { transform: rotate(1deg); } 100% { opacity: 1; transform: scale(1); } }@keyframes rotateInShort { 0% { transform-origin: center center; transform: rotate(-2deg); opacity: 0; } 100% { transform-origin: center center; transform: none; opacity: 1; } }@keyframes rotateInDownLeftShort { 0% { transform-origin: left bottom; transform: rotate(-2deg); opacity: 0; } 100% { transform-origin: left bottom; transform: none; opacity: 1; } }@keyframes rotateInDownRightShort { 0% { transform-origin: right bottom; transform: rotate(2deg); opacity: 0; } 100% { transform-origin: right bottom; transform: none; opacity: 1; } }@keyframes rotateInUpLeftShort { 0% { transform-origin: left bottom; transform: rotate(2deg); opacity: 0; } 100% { transform-origin: left bottom; transform: none; opacity: 1; } }@keyframes rotateInUpRightShort { 0% { transform-origin: right bottom; transform: rotate(-2deg); opacity: 0; } 100% { transform-origin: right bottom; transform: none; opacity: 1; } }@-webkit-keyframes bounce { 0%, 20%, 53%, 80%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); transform: translateZ(0px); } 40%, 43% { animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); transform: translate3d(0px, -30px, 0px); } 70% { animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); transform: translate3d(0px, -15px, 0px); } 90% { transform: translate3d(0px, -4px, 0px); } }@-webkit-keyframes flash { 0%, 50%, 100% { opacity: 1; } 25%, 75% { opacity: 0; } }@-webkit-keyframes pulse { 0% { transform: scaleX(1); } 50% { transform: scale3d(1.05, 1.05, 1.05); } 100% { transform: scaleX(1); } }@-webkit-keyframes rubberBand { 0% { transform: scaleX(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: scaleX(1); } }@-webkit-keyframes shake { 0%, 100% { transform: translateZ(0px); } 10%, 30%, 50%, 70%, 90% { transform: translate3d(-10px, 0px, 0px); } 20%, 40%, 60%, 80% { transform: translate3d(10px, 0px, 0px); } }@-webkit-keyframes headShake { 0% { transform: translateX(0px); } 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(0px); } }@-webkit-keyframes swing { 20% { transform: rotate(15deg); } 40% { transform: rotate(-10deg); } 60% { transform: rotate(5deg); } 80% { transform: rotate(-5deg); } 100% { transform: rotate(0deg); } }@-webkit-keyframes tada { 0% { transform: scaleX(1); } 10%, 20% { transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); } 30%, 50%, 70%, 90% { transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); } 40%, 60%, 80% { transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); } 100% { transform: scaleX(1); } }@-webkit-keyframes wobble { 0% { transform: none; } 15% { transform: translate3d(-25%, 0px, 0px) rotate(-5deg); } 30% { transform: translate3d(20%, 0px, 0px) rotate(3deg); } 45% { transform: translate3d(-15%, 0px, 0px) rotate(-3deg); } 60% { transform: translate3d(10%, 0px, 0px) rotate(2deg); } 75% { transform: translate3d(-5%, 0px, 0px) rotate(-1deg); } 100% { transform: none; } }@-webkit-keyframes jello { 0%, 11.1%, 100% { transform: none; } 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(-0.78125deg) skewY(-0.78125deg); } 77.7% { transform: skewX(0.39062deg) skewY(0.39062deg); } 88.8% { transform: skewX(-0.19531deg) skewY(-0.19531deg); } }@-webkit-keyframes bounceIn { 0%, 20%, 40%, 60%, 80%, 100% { animation-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: scaleX(1); } }@-webkit-keyframes bounceInDown { 0%, 60%, 75%, 90%, 100% { animation-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; } }@-webkit-keyframes bounceInLeft { 0%, 60%, 75%, 90%, 100% { animation-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; } }@-webkit-keyframes bounceInRight { 0%, 60%, 75%, 90%, 100% { animation-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; } }@-webkit-keyframes bounceInUp { 0%, 60%, 75%, 90%, 100% { animation-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: translateZ(0px); } }@-webkit-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); } }@-webkit-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); } }@-webkit-keyframes bounceOutLeft { 20% { opacity: 1; transform: translate3d(20px, 0px, 0px); } 100% { opacity: 0; transform: translate3d(-2000px, 0px, 0px); } }@-webkit-keyframes bounceOutRight { 20% { opacity: 1; transform: translate3d(-20px, 0px, 0px); } 100% { opacity: 0; transform: translate3d(2000px, 0px, 0px); } }@-webkit-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); } }@-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }@-webkit-keyframes fadeInDown { 0% { opacity: 0; transform: translate3d(0px, -40px, 0px); } 100% { opacity: 1; transform: none; } }@-webkit-keyframes fadeInDownBig { 0% { opacity: 0; transform: translate3d(0px, -1000px, 0px); } 100% { opacity: 1; transform: none; } }@-webkit-keyframes fadeInLeft { 0% { opacity: 0; transform: translate3d(-40px, 0px, 0px); } 100% { opacity: 1; transform: none; } }@-webkit-keyframes fadeInLeftBig { 0% { opacity: 0; transform: translate3d(-1000px, 0px, 0px); } 100% { opacity: 1; transform: none; } }@-webkit-keyframes fadeInRight { 0% { opacity: 0; transform: translate3d(60px, 0px, 0px); } 100% { opacity: 1; transform: none; } }@-webkit-keyframes fadeInRightBig { 0% { opacity: 0; transform: translate3d(1000px, 0px, 0px); } 100% { opacity: 1; transform: none; } }@-webkit-keyframes fadeInUp { 0% { opacity: 0; transform: translate3d(0px, 40px, 0px); } 100% { opacity: 1; transform: none; } }@-webkit-keyframes fadeInUpBig { 0% { opacity: 0; transform: translate3d(0px, 1000px, 0px); } 100% { opacity: 1; transform: none; } }@-webkit-keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } }@-webkit-keyframes fadeOutDown { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, 60px, 0px); } }@-webkit-keyframes fadeOutDownBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, 1000px, 0px); } }@-webkit-keyframes fadeOutLeft { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(-60px, 0px, 0px); } }@-webkit-keyframes fadeOutLeftBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(-1000px, 0px, 0px); } }@-webkit-keyframes fadeOutRight { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(60px, 0px, 0px); } }@-webkit-keyframes fadeOutRightBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(1000px, 0px, 0px); } }@-webkit-keyframes fadeOutUp { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, -60px, 0px); } }@-webkit-keyframes fadeOutUpBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, -1000px, 0px); } }@-webkit-keyframes flip { 0% { transform: perspective(400px) rotateY(-1turn); animation-timing-function: ease-out; } 40% { transform: perspective(400px) translateZ(150px) rotateY(-190deg); animation-timing-function: ease-out; } 50% { transform: perspective(400px) translateZ(150px) rotateY(-170deg); animation-timing-function: ease-in; } 80% { transform: perspective(400px) scale3d(0.95, 0.95, 0.95); animation-timing-function: ease-in; } 100% { transform: perspective(400px); animation-timing-function: ease-in; } }@-webkit-keyframes flipInX { 0% { transform: perspective(400px) rotateX(90deg); animation-timing-function: ease-in; opacity: 0; } 40% { transform: perspective(400px) rotateX(-20deg); animation-timing-function: ease-in; } 60% { transform: perspective(400px) rotateX(10deg); opacity: 1; } 80% { transform: perspective(400px) rotateX(-5deg); } 100% { transform: perspective(400px); } }@-webkit-keyframes flipInY { 0% { transform: perspective(400px) rotateY(90deg); animation-timing-function: ease-in; opacity: 0; } 40% { transform: perspective(400px) rotateY(-20deg); animation-timing-function: ease-in; } 60% { transform: perspective(400px) rotateY(10deg); opacity: 1; } 80% { transform: perspective(400px) rotateY(-5deg); } 100% { transform: perspective(400px); } }@-webkit-keyframes flipOutX { 0% { transform: perspective(400px); } 30% { transform: perspective(400px) rotateX(-20deg); opacity: 1; } 100% { transform: perspective(400px) rotateX(90deg); opacity: 0; } }@-webkit-keyframes flipOutY { 0% { transform: perspective(400px); } 30% { transform: perspective(400px) rotateY(-15deg); opacity: 1; } 100% { transform: perspective(400px) rotateY(90deg); opacity: 0; } }@-webkit-keyframes lightSpeedIn { 0% { transform: translate3d(100%, 0px, 0px) skewX(-30deg); opacity: 0; } 60% { transform: skewX(20deg); opacity: 1; } 80% { transform: skewX(-5deg); opacity: 1; } 100% { transform: none; opacity: 1; } }@-webkit-keyframes lightSpeedOut { 0% { opacity: 1; } 100% { transform: translate3d(100%, 0px, 0px) skewX(30deg); opacity: 0; } }@-webkit-keyframes rotateIn { 0% { transform-origin: center center; transform: rotate(-200deg); opacity: 0; } 100% { transform-origin: center center; transform: none; opacity: 1; } }@-webkit-keyframes rotateInDownLeft { 0% { transform-origin: left bottom; transform: rotate(-10deg); opacity: 0; } 100% { transform-origin: left bottom; transform: none; opacity: 1; } }@-webkit-keyframes rotateInDownRight { 0% { transform-origin: right bottom; transform: rotate(10deg); opacity: 0; } 100% { transform-origin: right bottom; transform: none; opacity: 1; } }@-webkit-keyframes rotateInUpLeft { 0% { transform-origin: left bottom; transform: rotate(10deg); opacity: 0; } 100% { transform-origin: left bottom; transform: none; opacity: 1; } }@-webkit-keyframes rotateInUpRight { 0% { transform-origin: right bottom; transform: rotate(-10deg); opacity: 0; } 100% { transform-origin: right bottom; transform: none; opacity: 1; } }@-webkit-keyframes rotateOut { 0% { transform-origin: center center; opacity: 1; } 100% { transform-origin: center center; transform: rotate(200deg); opacity: 0; } }@-webkit-keyframes rotateOutDownLeft { 0% { transform-origin: left bottom; opacity: 1; } 100% { transform-origin: left bottom; transform: rotate(10deg); opacity: 0; } }@-webkit-keyframes rotateOutDownRight { 0% { transform-origin: right bottom; opacity: 1; } 100% { transform-origin: right bottom; transform: rotate(-10deg); opacity: 0; } }@-webkit-keyframes rotateOutUpLeft { 0% { transform-origin: left bottom; opacity: 1; } 100% { transform-origin: left bottom; transform: rotate(-10deg); opacity: 0; } }@-webkit-keyframes rotateOutUpRight { 0% { transform-origin: right bottom; opacity: 1; } 100% { transform-origin: right bottom; transform: rotate(10deg); opacity: 0; } }@-webkit-keyframes hinge { 0% { transform-origin: left top; animation-timing-function: ease-in-out; } 20%, 60% { transform: rotate(80deg); transform-origin: left top; animation-timing-function: ease-in-out; } 40%, 80% { transform: rotate(60deg); transform-origin: left top; animation-timing-function: ease-in-out; opacity: 1; } 100% { transform: translate3d(0px, 700px, 0px); opacity: 0; } }@-webkit-keyframes jackInTheBox { 0% { opacity: 0; transform: scale(0.1) rotate(30deg); transform-origin: center bottom; } 50% { transform: rotate(-10deg); } 70% { transform: rotate(3deg); } 100% { opacity: 1; transform: scale(1); } }@-webkit-keyframes rollIn { 0% { opacity: 0; transform: translate3d(-100%, 0px, 0px) rotate(-120deg); } 100% { opacity: 1; transform: none; } }@-webkit-keyframes rollOut { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(100%, 0px, 0px) rotate(120deg); } }@-webkit-keyframes zoomIn { 0% { opacity: 0; transform: scale3d(0.8, 0.8, 0.8); } 50% { opacity: 1; } }@-webkit-keyframes zoomInDown { 0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -1000px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@-webkit-keyframes zoomInLeft { 0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@-webkit-keyframes zoomInRight { 0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@-webkit-keyframes zoomInUp { 0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 1000px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@-webkit-keyframes zoomOut { 0% { opacity: 1; } 50% { opacity: 0; transform: scale3d(0.8, 0.8, 0.8); } 100% { opacity: 0; } }@-webkit-keyframes zoomOutDown { 40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 100% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 2000px, 0px); transform-origin: center bottom; animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@-webkit-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; } }@-webkit-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; } }@-webkit-keyframes zoomOutUp { 40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 100% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -2000px, 0px); transform-origin: center bottom; animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@-webkit-keyframes slideInDown { 0% { transform: translate3d(0px, -100%, 0px); visibility: visible; } 100% { transform: translateZ(0px); } }@-webkit-keyframes slideInLeft { 0% { transform: translate3d(-100%, 0px, 0px); visibility: visible; } 100% { transform: translateZ(0px); } }@-webkit-keyframes slideInRight { 0% { transform: translate3d(100%, 0px, 0px); visibility: visible; } 100% { transform: translateZ(0px); } }@-webkit-keyframes slideInUp { 0% { transform: translate3d(0px, 100%, 0px); visibility: visible; } 100% { transform: translateZ(0px); } }@-webkit-keyframes slideOutDown { 0% { transform: translateZ(0px); } 100% { visibility: hidden; transform: translate3d(0px, 100%, 0px); } }@-webkit-keyframes slideOutLeft { 0% { transform: translateZ(0px); } 100% { visibility: hidden; transform: translate3d(-100%, 0px, 0px); } }@-webkit-keyframes slideOutRight { 0% { transform: translateZ(0px); } 100% { visibility: hidden; transform: translate3d(100%, 0px, 0px); } }@-webkit-keyframes slideOutUp { 0% { transform: translateZ(0px); } 100% { visibility: hidden; transform: translate3d(0px, -100%, 0px); } }@-webkit-keyframes fadeInUpShort { 0% { opacity: 0; transform: translate3d(0px, 20px, 0px); } 100% { opacity: 1; transform: none; } }@-webkit-keyframes fadeInDownShort { 0% { opacity: 0; transform: translate3d(0px, -20px, 0px); } 100% { opacity: 1; transform: none; } }@-webkit-keyframes fadeInLeftShort { 0% { opacity: 0; transform: translate3d(-20px, 0px, 0px); } 100% { opacity: 1; transform: none; } }@-webkit-keyframes fadeInRightShort { 0% { opacity: 0; transform: translate3d(20px, 0px, 0px); } 100% { opacity: 1; transform: none; } }@-webkit-keyframes zoomInShort { 0% { opacity: 0; transform: scale3d(0.97, 0.97, 0.97); } 50% { opacity: 1; } }@-webkit-keyframes bounceInShort { 0%, 20%, 40%, 60%, 80%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: scale3d(0.97, 0.97, 0.97); } 20% { transform: scale3d(1.03, 1.03, 1.03); } 40% { transform: scale3d(0.98, 0.98, 0.98); } 60% { opacity: 1; transform: scale3d(1.02, 1.02, 1.02); } 80% { transform: scale3d(0.99, 0.99, 0.99); } 100% { opacity: 1; transform: scaleX(1); } }@-webkit-keyframes bounceInDownShort { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(0px, -15px, 0px); } 60% { opacity: 1; transform: translate3d(0px, 8px, 0px); } 75% { transform: translate3d(0px, -8px, 0px); } 90% { transform: translate3d(0px, 4px, 0px); } 100% { transform: none; } }@-webkit-keyframes bounceInLeftShort { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(-15px, 0px, 0px); } 60% { opacity: 1; transform: translate3d(8px, 0px, 0px); } 75% { transform: translate3d(-8px, 0px, 0px); } 90% { transform: translate3d(4px, 0px, 0px); } 100% { transform: none; } }@-webkit-keyframes bounceInRightShort { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(15px, 0px, 0px); } 60% { opacity: 1; transform: translate3d(-8px, 0px, 0px); } 75% { transform: translate3d(8px, 0px, 0px); } 90% { transform: translate3d(-4px, 0px, 0px); } 100% { transform: none; } }@-webkit-keyframes bounceInUpShort { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(0px, 15px, 0px); } 60% { opacity: 1; transform: translate3d(0px, -8px, 0px); } 75% { transform: translate3d(0px, 8px, 0px); } 90% { transform: translate3d(0px, -4px, 0px); } 100% { transform: translateZ(0px); } }@-webkit-keyframes flipInXShort { 0% { transform: perspective(2500px) rotate3d(10, 0, 0, 10deg); animation-timing-function: ease-in; opacity: 0; } 40% { transform: perspective(2500px) rotate3d(10, 0, 0, -7deg); animation-timing-function: ease-in; } 60% { transform: perspective(2500px) rotate3d(10, 0, 0, 5deg); opacity: 1; } 80% { transform: perspective(2500px) rotate3d(10, 0, 0, -2deg); } 100% { transform: perspective(2500px); } }@-webkit-keyframes flipInYShort { 0% { transform: perspective(2500px) rotateY(10deg); animation-timing-function: ease-in; opacity: 0; } 40% { transform: perspective(2500px) rotateY(-7deg); animation-timing-function: ease-in; } 60% { transform: perspective(2500px) rotateY(5deg); opacity: 1; } 80% { transform: perspective(2500px) rotateY(-2deg); } 100% { transform: perspective(2500px); } }@-webkit-keyframes jackInTheBoxShort { 0% { opacity: 0; transform: scale(0.98) rotate(3deg); transform-origin: center bottom; } 50% { transform: rotate(-2deg); } 70% { transform: rotate(1deg); } 100% { opacity: 1; transform: scale(1); } }@-webkit-keyframes rotateInShort { 0% { transform-origin: center center; transform: rotate(-2deg); opacity: 0; } 100% { transform-origin: center center; transform: none; opacity: 1; } }@-webkit-keyframes rotateInDownLeftShort { 0% { transform-origin: left bottom; transform: rotate(-2deg); opacity: 0; } 100% { transform-origin: left bottom; transform: none; opacity: 1; } }@-webkit-keyframes rotateInDownRightShort { 0% { transform-origin: right bottom; transform: rotate(2deg); opacity: 0; } 100% { transform-origin: right bottom; transform: none; opacity: 1; } }@-webkit-keyframes rotateInUpLeftShort { 0% { transform-origin: left bottom; transform: rotate(2deg); opacity: 0; } 100% { transform-origin: left bottom; transform: none; opacity: 1; } }@-webkit-keyframes rotateInUpRightShort { 0% { transform-origin: right bottom; transform: rotate(-2deg); opacity: 0; } 100% { transform-origin: right bottom; transform: none; opacity: 1; } }@keyframes bounce { 0%, 20%, 53%, 80%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); transform: translateZ(0px); } 40%, 43% { animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); transform: translate3d(0px, -30px, 0px); } 70% { animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); transform: translate3d(0px, -15px, 0px); } 90% { transform: translate3d(0px, -4px, 0px); } }@keyframes flash { 0%, 50%, 100% { opacity: 1; } 25%, 75% { opacity: 0; } }@keyframes pulse { 0% { transform: scaleX(1); } 50% { transform: scale3d(1.05, 1.05, 1.05); } 100% { transform: scaleX(1); } }@keyframes rubberBand { 0% { transform: scaleX(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: scaleX(1); } }@keyframes shake { 0%, 100% { transform: translateZ(0px); } 10%, 30%, 50%, 70%, 90% { transform: translate3d(-10px, 0px, 0px); } 20%, 40%, 60%, 80% { transform: translate3d(10px, 0px, 0px); } }@keyframes headShake { 0% { transform: translateX(0px); } 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(0px); } }@keyframes swing { 20% { transform: rotate(15deg); } 40% { transform: rotate(-10deg); } 60% { transform: rotate(5deg); } 80% { transform: rotate(-5deg); } 100% { transform: rotate(0deg); } }@keyframes tada { 0% { transform: scaleX(1); } 10%, 20% { transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); } 30%, 50%, 70%, 90% { transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); } 40%, 60%, 80% { transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); } 100% { transform: scaleX(1); } }@keyframes wobble { 0% { transform: none; } 15% { transform: translate3d(-25%, 0px, 0px) rotate(-5deg); } 30% { transform: translate3d(20%, 0px, 0px) rotate(3deg); } 45% { transform: translate3d(-15%, 0px, 0px) rotate(-3deg); } 60% { transform: translate3d(10%, 0px, 0px) rotate(2deg); } 75% { transform: translate3d(-5%, 0px, 0px) rotate(-1deg); } 100% { transform: none; } }@keyframes jello { 0%, 11.1%, 100% { transform: none; } 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(-0.78125deg) skewY(-0.78125deg); } 77.7% { transform: skewX(0.39062deg) skewY(0.39062deg); } 88.8% { transform: skewX(-0.19531deg) skewY(-0.19531deg); } }@keyframes bounceIn { 0%, 20%, 40%, 60%, 80%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: scale3d(0.6, 0.6, 0.6); } 20% { transform: scale3d(1.05, 1.05, 1.05); } 40% { transform: scale3d(0.95, 0.95, 0.95); } 60% { opacity: 1; transform: scale3d(1.02, 1.02, 1.02); } 80% { transform: scale3d(0.98, 0.98, 0.98); } 100% { opacity: 1; transform: scaleX(1); } }@keyframes bounceInDown { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(0px, -20px, 0px); } 60% { opacity: 1; transform: translate3d(0px, 10px, 0px); } 75% { transform: translate3d(0px, -5px, 0px); } 90% { transform: translate3d(0px, 2px, 0px); } 100% { transform: none; } }@keyframes bounceInLeft { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(-20px, 0px, 0px); } 60% { opacity: 1; transform: translate3d(10px, 0px, 0px); } 75% { transform: translate3d(-5px, 0px, 0px); } 90% { transform: translate3d(2px, 0px, 0px); } 100% { transform: none; } }@keyframes bounceInRight { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(20px, 0px, 0px); } 60% { opacity: 1; transform: translate3d(-10px, 0px, 0px); } 75% { transform: translate3d(5px, 0px, 0px); } 90% { transform: translate3d(-2px, 0px, 0px); } 100% { transform: none; } }@keyframes bounceInUp { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(0px, 20px, 0px); } 60% { opacity: 1; transform: translate3d(0px, -10px, 0px); } 75% { transform: translate3d(0px, 5px, 0px); } 90% { transform: translate3d(0px, -2px, 0px); } 100% { transform: translateZ(0px); } }@keyframes bounceOut { 20% { transform: scale3d(0.95, 0.95, 0.95); } 50%, 55% { opacity: 1; transform: scale3d(1.05, 1.05, 1.05); } 100% { opacity: 0; transform: scale3d(0.5, 0.5, 0.5); } }@keyframes bounceOutDown { 20% { transform: translate3d(0px, 5px, 0px); } 40%, 45% { opacity: 1; transform: translate3d(0px, -15px, 0px); } 100% { opacity: 0; transform: translate3d(0px, 100px, 0px); } }@keyframes bounceOutLeft { 20% { opacity: 1; transform: translate3d(10px, 0px, 0px); } 100% { opacity: 0; transform: translate3d(-100px, 0px, 0px); } }@keyframes bounceOutRight { 20% { opacity: 1; transform: translate3d(-10px, 0px, 0px); } 100% { opacity: 0; transform: translate3d(100px, 0px, 0px); } }@keyframes bounceOutUp { 20% { transform: translate3d(0px, -5px, 0px); } 40%, 45% { opacity: 1; transform: translate3d(0px, 15px, 0px); } 100% { opacity: 0; transform: translate3d(0px, -100px, 0px); } }@keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }@keyframes fadeInDown { 0% { opacity: 0; transform: translate3d(0px, -40px, 0px); } 100% { opacity: 1; transform: none; } }@keyframes fadeInDownBig { 0% { opacity: 0; transform: translate3d(0px, -1000px, 0px); } 100% { opacity: 1; transform: none; } }@keyframes fadeInLeft { 0% { opacity: 0; transform: translate3d(-40px, 0px, 0px); } 100% { opacity: 1; transform: none; } }@keyframes fadeInLeftBig { 0% { opacity: 0; transform: translate3d(-1000px, 0px, 0px); } 100% { opacity: 1; transform: none; } }@keyframes fadeInRight { 0% { opacity: 0; transform: translate3d(40px, 0px, 0px); } 100% { opacity: 1; transform: none; } }@keyframes fadeInRightBig { 0% { opacity: 0; transform: translate3d(1000px, 0px, 0px); } 100% { opacity: 1; transform: none; } }@keyframes fadeInUp { 0% { opacity: 0; transform: translate3d(0px, 40px, 0px); } 100% { opacity: 1; transform: none; } }@keyframes fadeInUpBig { 0% { opacity: 0; transform: translate3d(0px, 1000px, 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, 40px, 0px); } }@keyframes fadeOutDownBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, 1000px, 0px); } }@keyframes fadeOutLeft { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(-60px, 0px, 0px); } }@keyframes fadeOutLeftBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(-1000px, 0px, 0px); } }@keyframes fadeOutRight { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(60px, 0px, 0px); } }@keyframes fadeOutRightBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(1000px, 0px, 0px); } }@keyframes fadeOutUp { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, -60px, 0px); } }@keyframes fadeOutUpBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, -1000px, 0px); } }@keyframes flip { 0% { transform: perspective(1000px) rotateY(-1turn); animation-timing-function: ease-out; } 40% { transform: perspective(1000px) translateZ(150px) rotateY(-190deg); animation-timing-function: ease-out; } 50% { transform: perspective(1000px) translateZ(150px) rotateY(-170deg); animation-timing-function: ease-in; } 80% { transform: perspective(1000px) scale3d(0.95, 0.95, 0.95); animation-timing-function: ease-in; } 100% { transform: perspective(1000px); animation-timing-function: ease-in; } }@keyframes flipInX { 0% { transform: perspective(400px) rotateX(60deg); animation-timing-function: ease-in; opacity: 0; } 40% { transform: perspective(400px) rotateX(-10deg); animation-timing-function: ease-in; } 60% { transform: perspective(400px) rotateX(5deg); opacity: 1; } 80% { transform: perspective(400px) rotateX(-2deg); } 100% { transform: perspective(400px); } }@keyframes flipInY { 0% { transform: perspective(1000px) rotateY(60deg); animation-timing-function: ease-in; opacity: 0; } 40% { transform: perspective(1000px) rotateY(-10deg); animation-timing-function: ease-in; } 60% { transform: perspective(1000px) rotateY(5deg); opacity: 1; } 80% { transform: perspective(1000px) rotateY(-2deg); } 100% { transform: perspective(1000px); } }@keyframes flipOutX { 0% { transform: perspective(1000px); } 30% { transform: perspective(1000px) rotateX(-15deg); opacity: 1; } 100% { transform: perspective(1000px) rotateX(60deg); opacity: 0; } }@keyframes flipOutY { 0% { transform: perspective(1000px); } 30% { transform: perspective(1000px) rotateY(-15deg); opacity: 1; } 100% { transform: perspective(1000px) rotateY(60deg); opacity: 0; } }@keyframes lightSpeedIn { 0% { transform: translate3d(100px, 0px, 0px) skewX(-30deg); opacity: 0; } 60% { transform: skewX(20deg); opacity: 1; } 80% { transform: skewX(-5deg); opacity: 1; } 100% { transform: none; opacity: 1; } }@keyframes lightSpeedOut { 0% { opacity: 1; } 100% { transform: translate3d(100%, 0px, 0px) skewX(30deg); opacity: 0; } }@keyframes rotateIn { 0% { transform-origin: center center; transform: rotate(-180deg); opacity: 0; } 100% { transform-origin: center center; transform: none; opacity: 1; } }@keyframes rotateInDownLeft { 0% { transform-origin: left bottom; transform: rotate(-10deg); opacity: 0; } 100% { transform-origin: left bottom; transform: none; opacity: 1; } }@keyframes rotateInDownRight { 0% { transform-origin: right bottom; transform: rotate(10deg); opacity: 0; } 100% { transform-origin: right bottom; transform: none; opacity: 1; } }@keyframes rotateInUpLeft { 0% { transform-origin: left bottom; transform: rotate(10deg); opacity: 0; } 100% { transform-origin: left bottom; transform: none; opacity: 1; } }@keyframes rotateInUpRight { 0% { transform-origin: right bottom; transform: rotate(-10deg); opacity: 0; } 100% { transform-origin: right bottom; transform: none; opacity: 1; } }@keyframes rotateOut { 0% { transform-origin: center center; opacity: 1; } 100% { transform-origin: center center; transform: rotate(180deg); opacity: 0; } }@keyframes rotateOutDownLeft { 0% { transform-origin: left bottom; opacity: 1; } 100% { transform-origin: left bottom; transform: rotate(10deg); opacity: 0; } }@keyframes rotateOutDownRight { 0% { transform-origin: right bottom; opacity: 1; } 100% { transform-origin: right bottom; transform: rotate(-10deg); opacity: 0; } }@keyframes rotateOutUpLeft { 0% { transform-origin: left bottom; opacity: 1; } 100% { transform-origin: left bottom; transform: rotate(-10deg); opacity: 0; } }@keyframes rotateOutUpRight { 0% { transform-origin: right bottom; opacity: 1; } 100% { transform-origin: right bottom; transform: rotate(10deg); opacity: 0; } }@keyframes hinge { 0% { transform-origin: left top; animation-timing-function: ease-in-out; } 20%, 60% { transform: rotate(80deg); transform-origin: left top; animation-timing-function: ease-in-out; } 40%, 80% { transform: rotate(60deg); transform-origin: left top; animation-timing-function: ease-in-out; opacity: 1; } 100% { transform: translate3d(0px, 700px, 0px); opacity: 0; } }@keyframes jackInTheBox { 0% { opacity: 0; transform: scale(0.1) rotate(30deg); transform-origin: center bottom; } 50% { transform: rotate(-10deg); } 70% { transform: rotate(3deg); } 100% { opacity: 1; transform: scale(1); } }@keyframes rollIn { 0% { opacity: 0; transform: translate3d(-100%, 0px, 0px) rotate(-120deg); } 100% { opacity: 1; transform: none; } }@keyframes rollOut { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(100%, 0px, 0px) rotate(120deg); } }@keyframes zoomIn { 0% { opacity: 0; transform: scale3d(0.8, 0.8, 0.8); } 50% { opacity: 1; } }@keyframes zoomInDown { 0% { opacity: 0; transform: scale3d(0.6, 0.6, 0.6) translate3d(0px, -200px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.9, 0.9, 0.9) translate3d(0px, 10px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@keyframes zoomInLeft { 0% { opacity: 0; transform: scale3d(0.6, 0.6, 0.6) translate3d(-500px, 0px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.9, 0.9, 0.9) translate3d(10px, 0px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@keyframes zoomInRight { 0% { opacity: 0; transform: scale3d(0.6, 0.6, 0.6) translate3d(500px, 0px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.9, 0.9, 0.9) translate3d(-20px, 0px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@keyframes zoomInUp { 0% { opacity: 0; transform: scale3d(0.6, 0.6, 0.6) translate3d(0px, 200px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.9, 0.9, 0.9) translate3d(0px, -20px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@keyframes zoomOut { 0% { opacity: 1; } 50% { opacity: 0; transform: scale3d(0.8, 0.8, 0.8); } 100% { opacity: 0; } }@keyframes zoomOutDown { 40% { opacity: 1; transform: scale3d(0.9, 0.9, 0.9) translate3d(0px, -20px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 100% { opacity: 0; transform: scale3d(0.4, 0.4, 0.4) translate3d(0px, 500px, 0px); transform-origin: center bottom; animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@keyframes zoomOutLeft { 40% { opacity: 1; transform: scale3d(0.9, 0.9, 0.9) translate3d(30px, 0px, 0px); } 100% { opacity: 0; transform: scale(0.3) translate3d(-500px, 0px, 0px); transform-origin: left center; } }@keyframes zoomOutRight { 40% { opacity: 1; transform: scale3d(0.9, 0.9, 0.9) translate3d(-30px, 0px, 0px); } 100% { opacity: 0; transform: scale(0.3) translate3d(500px, 0px, 0px); transform-origin: right center; } }@keyframes zoomOutUp { 40% { opacity: 1; transform: scale3d(0.9, 0.9, 0.9) translate3d(0px, 30px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 100% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3) translate3d(0px, -500px, 0px); transform-origin: center bottom; animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@keyframes slideInDown { 0% { transform: translate3d(0px, -100%, 0px); visibility: visible; } 100% { transform: translateZ(0px); } }@keyframes slideInLeft { 0% { transform: translate3d(-100%, 0px, 0px); visibility: visible; } 100% { transform: translateZ(0px); } }@keyframes slideInRight { 0% { transform: translate3d(100%, 0px, 0px); visibility: visible; } 100% { transform: translateZ(0px); } }@keyframes slideInUp { 0% { transform: translate3d(0px, 100%, 0px); visibility: visible; } 100% { transform: translateZ(0px); } }@keyframes slideOutDown { 0% { transform: translateZ(0px); } 100% { visibility: hidden; transform: translate3d(0px, 100%, 0px); } }@keyframes slideOutLeft { 0% { transform: translateZ(0px); } 100% { visibility: hidden; transform: translate3d(-100%, 0px, 0px); } }@keyframes slideOutRight { 0% { transform: translateZ(0px); } 100% { visibility: hidden; transform: translate3d(100%, 0px, 0px); } }@keyframes slideOutUp { 0% { transform: translateZ(0px); } 100% { visibility: hidden; transform: translate3d(0px, -100%, 0px); } }@keyframes fadeInUpShort { 0% { opacity: 0; transform: translate3d(0px, 20px, 0px); } 100% { opacity: 1; transform: none; } }@keyframes fadeInDownShort { 0% { opacity: 0; transform: translate3d(0px, -20px, 0px); } 100% { opacity: 1; transform: none; } }@keyframes fadeInLeftShort { 0% { opacity: 0; transform: translate3d(-20px, 0px, 0px); } 100% { opacity: 1; transform: none; } }@keyframes fadeInRightShort { 0% { opacity: 0; transform: translate3d(20px, 0px, 0px); } 100% { opacity: 1; transform: none; } }@keyframes zoomInShort { 0% { opacity: 0; transform: scale3d(0.97, 0.97, 0.97); } 50% { opacity: 1; } }@keyframes bounceInShort { 0%, 20%, 40%, 60%, 80%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: scale3d(0.97, 0.97, 0.97); } 20% { transform: scale3d(1.03, 1.03, 1.03); } 40% { transform: scale3d(0.98, 0.98, 0.98); } 60% { opacity: 1; transform: scale3d(1.02, 1.02, 1.02); } 80% { transform: scale3d(0.99, 0.99, 0.99); } 100% { opacity: 1; transform: scaleX(1); } }@keyframes bounceInDownShort { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(0px, -15px, 0px); } 60% { opacity: 1; transform: translate3d(0px, 8px, 0px); } 75% { transform: translate3d(0px, -8px, 0px); } 90% { transform: translate3d(0px, 4px, 0px); } 100% { transform: none; } }@keyframes bounceInLeftShort { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(-15px, 0px, 0px); } 60% { opacity: 1; transform: translate3d(8px, 0px, 0px); } 75% { transform: translate3d(-8px, 0px, 0px); } 90% { transform: translate3d(4px, 0px, 0px); } 100% { transform: none; } }@keyframes bounceInRightShort { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(15px, 0px, 0px); } 60% { opacity: 1; transform: translate3d(-8px, 0px, 0px); } 75% { transform: translate3d(8px, 0px, 0px); } 90% { transform: translate3d(-4px, 0px, 0px); } 100% { transform: none; } }@keyframes bounceInUpShort { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(0px, 15px, 0px); } 60% { opacity: 1; transform: translate3d(0px, -8px, 0px); } 75% { transform: translate3d(0px, 8px, 0px); } 90% { transform: translate3d(0px, -4px, 0px); } 100% { transform: translateZ(0px); } }@keyframes flipInXShort { 0% { transform: perspective(2500px) rotate3d(10, 0, 0, 10deg); animation-timing-function: ease-in; opacity: 0; } 40% { transform: perspective(2500px) rotate3d(10, 0, 0, -7deg); animation-timing-function: ease-in; } 60% { transform: perspective(2500px) rotate3d(10, 0, 0, 5deg); opacity: 1; } 80% { transform: perspective(2500px) rotate3d(10, 0, 0, -2deg); } 100% { transform: perspective(2500px); } }@keyframes flipInYShort { 0% { transform: perspective(2500px) rotateY(10deg); animation-timing-function: ease-in; opacity: 0; } 40% { transform: perspective(2500px) rotateY(-7deg); animation-timing-function: ease-in; } 60% { transform: perspective(2500px) rotateY(5deg); opacity: 1; } 80% { transform: perspective(2500px) rotateY(-2deg); } 100% { transform: perspective(2500px); } }@keyframes jackInTheBoxShort { 0% { opacity: 0; transform: scale(0.98) rotate(3deg); transform-origin: center bottom; } 50% { transform: rotate(-2deg); } 70% { transform: rotate(1deg); } 100% { opacity: 1; transform: scale(1); } }@keyframes rotateInShort { 0% { transform-origin: center center; transform: rotate(-2deg); opacity: 0; } 100% { transform-origin: center center; transform: none; opacity: 1; } }@keyframes rotateInDownLeftShort { 0% { transform-origin: left bottom; transform: rotate(-2deg); opacity: 0; } 100% { transform-origin: left bottom; transform: none; opacity: 1; } }@keyframes rotateInDownRightShort { 0% { transform-origin: right bottom; transform: rotate(2deg); opacity: 0; } 100% { transform-origin: right bottom; transform: none; opacity: 1; } }@keyframes rotateInUpLeftShort { 0% { transform-origin: left bottom; transform: rotate(2deg); opacity: 0; } 100% { transform-origin: left bottom; transform: none; opacity: 1; } }@keyframes rotateInUpRightShort { 0% { transform-origin: right bottom; transform: rotate(-2deg); opacity: 0; } 100% { transform-origin: right bottom; transform: none; opacity: 1; } }@-webkit-keyframes bounce { 0%, 20%, 53%, 80%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); transform: translateZ(0px); } 40%, 43% { animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); transform: translate3d(0px, -30px, 0px); } 70% { animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); transform: translate3d(0px, -15px, 0px); } 90% { transform: translate3d(0px, -4px, 0px); } }@-webkit-keyframes flash { 0%, 50%, 100% { opacity: 1; } 25%, 75% { opacity: 0; } }@-webkit-keyframes pulse { 0% { transform: scaleX(1); } 50% { transform: scale3d(1.05, 1.05, 1.05); } 100% { transform: scaleX(1); } }@-webkit-keyframes rubberBand { 0% { transform: scaleX(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: scaleX(1); } }@-webkit-keyframes shake { 0%, 100% { transform: translateZ(0px); } 10%, 30%, 50%, 70%, 90% { transform: translate3d(-10px, 0px, 0px); } 20%, 40%, 60%, 80% { transform: translate3d(10px, 0px, 0px); } }@-webkit-keyframes headShake { 0% { transform: translateX(0px); } 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(0px); } }@-webkit-keyframes swing { 20% { transform: rotate(15deg); } 40% { transform: rotate(-10deg); } 60% { transform: rotate(5deg); } 80% { transform: rotate(-5deg); } 100% { transform: rotate(0deg); } }@-webkit-keyframes tada { 0% { transform: scaleX(1); } 10%, 20% { transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); } 30%, 50%, 70%, 90% { transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); } 40%, 60%, 80% { transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); } 100% { transform: scaleX(1); } }@-webkit-keyframes wobble { 0% { transform: none; } 15% { transform: translate3d(-25%, 0px, 0px) rotate(-5deg); } 30% { transform: translate3d(20%, 0px, 0px) rotate(3deg); } 45% { transform: translate3d(-15%, 0px, 0px) rotate(-3deg); } 60% { transform: translate3d(10%, 0px, 0px) rotate(2deg); } 75% { transform: translate3d(-5%, 0px, 0px) rotate(-1deg); } 100% { transform: none; } }@-webkit-keyframes jello { 0%, 11.1%, 100% { transform: none; } 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(-0.78125deg) skewY(-0.78125deg); } 77.7% { transform: skewX(0.39062deg) skewY(0.39062deg); } 88.8% { transform: skewX(-0.19531deg) skewY(-0.19531deg); } }@-webkit-keyframes bounceIn { 0%, 20%, 40%, 60%, 80%, 100% { animation-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: scaleX(1); } }@-webkit-keyframes bounceInDown { 0%, 60%, 75%, 90%, 100% { animation-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; } }@-webkit-keyframes bounceInLeft { 0%, 60%, 75%, 90%, 100% { animation-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; } }@-webkit-keyframes bounceInRight { 0%, 60%, 75%, 90%, 100% { animation-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; } }@-webkit-keyframes bounceInUp { 0%, 60%, 75%, 90%, 100% { animation-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: translateZ(0px); } }@-webkit-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); } }@-webkit-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); } }@-webkit-keyframes bounceOutLeft { 20% { opacity: 1; transform: translate3d(20px, 0px, 0px); } 100% { opacity: 0; transform: translate3d(-2000px, 0px, 0px); } }@-webkit-keyframes bounceOutRight { 20% { opacity: 1; transform: translate3d(-20px, 0px, 0px); } 100% { opacity: 0; transform: translate3d(2000px, 0px, 0px); } }@-webkit-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); } }@-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }@-webkit-keyframes fadeInDown { 0% { opacity: 0; transform: translate3d(0px, -40px, 0px); } 100% { opacity: 1; transform: none; } }@-webkit-keyframes fadeInDownBig { 0% { opacity: 0; transform: translate3d(0px, -1000px, 0px); } 100% { opacity: 1; transform: none; } }@-webkit-keyframes fadeInLeft { 0% { opacity: 0; transform: translate3d(-40px, 0px, 0px); } 100% { opacity: 1; transform: none; } }@-webkit-keyframes fadeInLeftBig { 0% { opacity: 0; transform: translate3d(-1000px, 0px, 0px); } 100% { opacity: 1; transform: none; } }@-webkit-keyframes fadeInRight { 0% { opacity: 0; transform: translate3d(60px, 0px, 0px); } 100% { opacity: 1; transform: none; } }@-webkit-keyframes fadeInRightBig { 0% { opacity: 0; transform: translate3d(1000px, 0px, 0px); } 100% { opacity: 1; transform: none; } }@-webkit-keyframes fadeInUp { 0% { opacity: 0; transform: translate3d(0px, 40px, 0px); } 100% { opacity: 1; transform: none; } }@-webkit-keyframes fadeInUpBig { 0% { opacity: 0; transform: translate3d(0px, 1000px, 0px); } 100% { opacity: 1; transform: none; } }@-webkit-keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } }@-webkit-keyframes fadeOutDown { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, 60px, 0px); } }@-webkit-keyframes fadeOutDownBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, 1000px, 0px); } }@-webkit-keyframes fadeOutLeft { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(-60px, 0px, 0px); } }@-webkit-keyframes fadeOutLeftBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(-1000px, 0px, 0px); } }@-webkit-keyframes fadeOutRight { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(60px, 0px, 0px); } }@-webkit-keyframes fadeOutRightBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(1000px, 0px, 0px); } }@-webkit-keyframes fadeOutUp { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, -60px, 0px); } }@-webkit-keyframes fadeOutUpBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, -1000px, 0px); } }@-webkit-keyframes flip { 0% { transform: perspective(400px) rotateY(-1turn); animation-timing-function: ease-out; } 40% { transform: perspective(400px) translateZ(150px) rotateY(-190deg); animation-timing-function: ease-out; } 50% { transform: perspective(400px) translateZ(150px) rotateY(-170deg); animation-timing-function: ease-in; } 80% { transform: perspective(400px) scale3d(0.95, 0.95, 0.95); animation-timing-function: ease-in; } 100% { transform: perspective(400px); animation-timing-function: ease-in; } }@-webkit-keyframes flipInX { 0% { transform: perspective(400px) rotateX(90deg); animation-timing-function: ease-in; opacity: 0; } 40% { transform: perspective(400px) rotateX(-20deg); animation-timing-function: ease-in; } 60% { transform: perspective(400px) rotateX(10deg); opacity: 1; } 80% { transform: perspective(400px) rotateX(-5deg); } 100% { transform: perspective(400px); } }@-webkit-keyframes flipInY { 0% { transform: perspective(400px) rotateY(90deg); animation-timing-function: ease-in; opacity: 0; } 40% { transform: perspective(400px) rotateY(-20deg); animation-timing-function: ease-in; } 60% { transform: perspective(400px) rotateY(10deg); opacity: 1; } 80% { transform: perspective(400px) rotateY(-5deg); } 100% { transform: perspective(400px); } }@-webkit-keyframes flipOutX { 0% { transform: perspective(400px); } 30% { transform: perspective(400px) rotateX(-20deg); opacity: 1; } 100% { transform: perspective(400px) rotateX(90deg); opacity: 0; } }@-webkit-keyframes flipOutY { 0% { transform: perspective(400px); } 30% { transform: perspective(400px) rotateY(-15deg); opacity: 1; } 100% { transform: perspective(400px) rotateY(90deg); opacity: 0; } }@-webkit-keyframes lightSpeedIn { 0% { transform: translate3d(100%, 0px, 0px) skewX(-30deg); opacity: 0; } 60% { transform: skewX(20deg); opacity: 1; } 80% { transform: skewX(-5deg); opacity: 1; } 100% { transform: none; opacity: 1; } }@-webkit-keyframes lightSpeedOut { 0% { opacity: 1; } 100% { transform: translate3d(100%, 0px, 0px) skewX(30deg); opacity: 0; } }@-webkit-keyframes rotateIn { 0% { transform-origin: center center; transform: rotate(-200deg); opacity: 0; } 100% { transform-origin: center center; transform: none; opacity: 1; } }@-webkit-keyframes rotateInDownLeft { 0% { transform-origin: left bottom; transform: rotate(-10deg); opacity: 0; } 100% { transform-origin: left bottom; transform: none; opacity: 1; } }@-webkit-keyframes rotateInDownRight { 0% { transform-origin: right bottom; transform: rotate(10deg); opacity: 0; } 100% { transform-origin: right bottom; transform: none; opacity: 1; } }@-webkit-keyframes rotateInUpLeft { 0% { transform-origin: left bottom; transform: rotate(10deg); opacity: 0; } 100% { transform-origin: left bottom; transform: none; opacity: 1; } }@-webkit-keyframes rotateInUpRight { 0% { transform-origin: right bottom; transform: rotate(-10deg); opacity: 0; } 100% { transform-origin: right bottom; transform: none; opacity: 1; } }@-webkit-keyframes rotateOut { 0% { transform-origin: center center; opacity: 1; } 100% { transform-origin: center center; transform: rotate(200deg); opacity: 0; } }@-webkit-keyframes rotateOutDownLeft { 0% { transform-origin: left bottom; opacity: 1; } 100% { transform-origin: left bottom; transform: rotate(10deg); opacity: 0; } }@-webkit-keyframes rotateOutDownRight { 0% { transform-origin: right bottom; opacity: 1; } 100% { transform-origin: right bottom; transform: rotate(-10deg); opacity: 0; } }@-webkit-keyframes rotateOutUpLeft { 0% { transform-origin: left bottom; opacity: 1; } 100% { transform-origin: left bottom; transform: rotate(-10deg); opacity: 0; } }@-webkit-keyframes rotateOutUpRight { 0% { transform-origin: right bottom; opacity: 1; } 100% { transform-origin: right bottom; transform: rotate(10deg); opacity: 0; } }@-webkit-keyframes hinge { 0% { transform-origin: left top; animation-timing-function: ease-in-out; } 20%, 60% { transform: rotate(80deg); transform-origin: left top; animation-timing-function: ease-in-out; } 40%, 80% { transform: rotate(60deg); transform-origin: left top; animation-timing-function: ease-in-out; opacity: 1; } 100% { transform: translate3d(0px, 700px, 0px); opacity: 0; } }@-webkit-keyframes jackInTheBox { 0% { opacity: 0; transform: scale(0.1) rotate(30deg); transform-origin: center bottom; } 50% { transform: rotate(-10deg); } 70% { transform: rotate(3deg); } 100% { opacity: 1; transform: scale(1); } }@-webkit-keyframes rollIn { 0% { opacity: 0; transform: translate3d(-100%, 0px, 0px) rotate(-120deg); } 100% { opacity: 1; transform: none; } }@-webkit-keyframes rollOut { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(100%, 0px, 0px) rotate(120deg); } }@-webkit-keyframes zoomIn { 0% { opacity: 0; transform: scale3d(0.8, 0.8, 0.8); } 50% { opacity: 1; } }@-webkit-keyframes zoomInDown { 0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -1000px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@-webkit-keyframes zoomInLeft { 0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@-webkit-keyframes zoomInRight { 0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@-webkit-keyframes zoomInUp { 0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 1000px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@-webkit-keyframes zoomOut { 0% { opacity: 1; } 50% { opacity: 0; transform: scale3d(0.8, 0.8, 0.8); } 100% { opacity: 0; } }@-webkit-keyframes zoomOutDown { 40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 100% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 2000px, 0px); transform-origin: center bottom; animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@-webkit-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; } }@-webkit-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; } }@-webkit-keyframes zoomOutUp { 40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 100% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -2000px, 0px); transform-origin: center bottom; animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@-webkit-keyframes slideInDown { 0% { transform: translate3d(0px, -100%, 0px); visibility: visible; } 100% { transform: translateZ(0px); } }@-webkit-keyframes slideInLeft { 0% { transform: translate3d(-100%, 0px, 0px); visibility: visible; } 100% { transform: translateZ(0px); } }@-webkit-keyframes slideInRight { 0% { transform: translate3d(100%, 0px, 0px); visibility: visible; } 100% { transform: translateZ(0px); } }@-webkit-keyframes slideInUp { 0% { transform: translate3d(0px, 100%, 0px); visibility: visible; } 100% { transform: translateZ(0px); } }@-webkit-keyframes slideOutDown { 0% { transform: translateZ(0px); } 100% { visibility: hidden; transform: translate3d(0px, 100%, 0px); } }@-webkit-keyframes slideOutLeft { 0% { transform: translateZ(0px); } 100% { visibility: hidden; transform: translate3d(-100%, 0px, 0px); } }@-webkit-keyframes slideOutRight { 0% { transform: translateZ(0px); } 100% { visibility: hidden; transform: translate3d(100%, 0px, 0px); } }@-webkit-keyframes slideOutUp { 0% { transform: translateZ(0px); } 100% { visibility: hidden; transform: translate3d(0px, -100%, 0px); } }@-webkit-keyframes fadeInUpShort { 0% { opacity: 0; transform: translate3d(0px, 20px, 0px); } 100% { opacity: 1; transform: none; } }@-webkit-keyframes fadeInDownShort { 0% { opacity: 0; transform: translate3d(0px, -20px, 0px); } 100% { opacity: 1; transform: none; } }@-webkit-keyframes fadeInLeftShort { 0% { opacity: 0; transform: translate3d(-20px, 0px, 0px); } 100% { opacity: 1; transform: none; } }@-webkit-keyframes fadeInRightShort { 0% { opacity: 0; transform: translate3d(20px, 0px, 0px); } 100% { opacity: 1; transform: none; } }@-webkit-keyframes zoomInShort { 0% { opacity: 0; transform: scale3d(0.97, 0.97, 0.97); } 50% { opacity: 1; } }@-webkit-keyframes bounceInShort { 0%, 20%, 40%, 60%, 80%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: scale3d(0.97, 0.97, 0.97); } 20% { transform: scale3d(1.03, 1.03, 1.03); } 40% { transform: scale3d(0.98, 0.98, 0.98); } 60% { opacity: 1; transform: scale3d(1.02, 1.02, 1.02); } 80% { transform: scale3d(0.99, 0.99, 0.99); } 100% { opacity: 1; transform: scaleX(1); } }@-webkit-keyframes bounceInDownShort { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(0px, -15px, 0px); } 60% { opacity: 1; transform: translate3d(0px, 8px, 0px); } 75% { transform: translate3d(0px, -8px, 0px); } 90% { transform: translate3d(0px, 4px, 0px); } 100% { transform: none; } }@-webkit-keyframes bounceInLeftShort { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(-15px, 0px, 0px); } 60% { opacity: 1; transform: translate3d(8px, 0px, 0px); } 75% { transform: translate3d(-8px, 0px, 0px); } 90% { transform: translate3d(4px, 0px, 0px); } 100% { transform: none; } }@-webkit-keyframes bounceInRightShort { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(15px, 0px, 0px); } 60% { opacity: 1; transform: translate3d(-8px, 0px, 0px); } 75% { transform: translate3d(8px, 0px, 0px); } 90% { transform: translate3d(-4px, 0px, 0px); } 100% { transform: none; } }@-webkit-keyframes bounceInUpShort { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(0px, 15px, 0px); } 60% { opacity: 1; transform: translate3d(0px, -8px, 0px); } 75% { transform: translate3d(0px, 8px, 0px); } 90% { transform: translate3d(0px, -4px, 0px); } 100% { transform: translateZ(0px); } }@-webkit-keyframes flipInXShort { 0% { transform: perspective(2500px) rotate3d(10, 0, 0, 10deg); animation-timing-function: ease-in; opacity: 0; } 40% { transform: perspective(2500px) rotate3d(10, 0, 0, -7deg); animation-timing-function: ease-in; } 60% { transform: perspective(2500px) rotate3d(10, 0, 0, 5deg); opacity: 1; } 80% { transform: perspective(2500px) rotate3d(10, 0, 0, -2deg); } 100% { transform: perspective(2500px); } }@-webkit-keyframes flipInYShort { 0% { transform: perspective(2500px) rotateY(10deg); animation-timing-function: ease-in; opacity: 0; } 40% { transform: perspective(2500px) rotateY(-7deg); animation-timing-function: ease-in; } 60% { transform: perspective(2500px) rotateY(5deg); opacity: 1; } 80% { transform: perspective(2500px) rotateY(-2deg); } 100% { transform: perspective(2500px); } }@-webkit-keyframes jackInTheBoxShort { 0% { opacity: 0; transform: scale(0.98) rotate(3deg); transform-origin: center bottom; } 50% { transform: rotate(-2deg); } 70% { transform: rotate(1deg); } 100% { opacity: 1; transform: scale(1); } }@-webkit-keyframes rotateInShort { 0% { transform-origin: center center; transform: rotate(-2deg); opacity: 0; } 100% { transform-origin: center center; transform: none; opacity: 1; } }@-webkit-keyframes rotateInDownLeftShort { 0% { transform-origin: left bottom; transform: rotate(-2deg); opacity: 0; } 100% { transform-origin: left bottom; transform: none; opacity: 1; } }@-webkit-keyframes rotateInDownRightShort { 0% { transform-origin: right bottom; transform: rotate(2deg); opacity: 0; } 100% { transform-origin: right bottom; transform: none; opacity: 1; } }@-webkit-keyframes rotateInUpLeftShort { 0% { transform-origin: left bottom; transform: rotate(2deg); opacity: 0; } 100% { transform-origin: left bottom; transform: none; opacity: 1; } }@-webkit-keyframes rotateInUpRightShort { 0% { transform-origin: right bottom; transform: rotate(-2deg); opacity: 0; } 100% { transform-origin: right bottom; transform: none; opacity: 1; } }@keyframes bounce { 0%, 20%, 53%, 80%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); transform: translateZ(0px); } 40%, 43% { animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); transform: translate3d(0px, -30px, 0px); } 70% { animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); transform: translate3d(0px, -15px, 0px); } 90% { transform: translate3d(0px, -4px, 0px); } }@keyframes flash { 0%, 50%, 100% { opacity: 1; } 25%, 75% { opacity: 0; } }@keyframes pulse { 0% { transform: scaleX(1); } 50% { transform: scale3d(1.05, 1.05, 1.05); } 100% { transform: scaleX(1); } }@keyframes rubberBand { 0% { transform: scaleX(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: scaleX(1); } }@keyframes shake { 0%, 100% { transform: translateZ(0px); } 10%, 30%, 50%, 70%, 90% { transform: translate3d(-10px, 0px, 0px); } 20%, 40%, 60%, 80% { transform: translate3d(10px, 0px, 0px); } }@keyframes headShake { 0% { transform: translateX(0px); } 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(0px); } }@keyframes swing { 20% { transform: rotate(15deg); } 40% { transform: rotate(-10deg); } 60% { transform: rotate(5deg); } 80% { transform: rotate(-5deg); } 100% { transform: rotate(0deg); } }@keyframes tada { 0% { transform: scaleX(1); } 10%, 20% { transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); } 30%, 50%, 70%, 90% { transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); } 40%, 60%, 80% { transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); } 100% { transform: scaleX(1); } }@keyframes wobble { 0% { transform: none; } 15% { transform: translate3d(-25%, 0px, 0px) rotate(-5deg); } 30% { transform: translate3d(20%, 0px, 0px) rotate(3deg); } 45% { transform: translate3d(-15%, 0px, 0px) rotate(-3deg); } 60% { transform: translate3d(10%, 0px, 0px) rotate(2deg); } 75% { transform: translate3d(-5%, 0px, 0px) rotate(-1deg); } 100% { transform: none; } }@keyframes jello { 0%, 11.1%, 100% { transform: none; } 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(-0.78125deg) skewY(-0.78125deg); } 77.7% { transform: skewX(0.39062deg) skewY(0.39062deg); } 88.8% { transform: skewX(-0.19531deg) skewY(-0.19531deg); } }@keyframes bounceIn { 0%, 20%, 40%, 60%, 80%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: scale3d(0.6, 0.6, 0.6); } 20% { transform: scale3d(1.05, 1.05, 1.05); } 40% { transform: scale3d(0.95, 0.95, 0.95); } 60% { opacity: 1; transform: scale3d(1.02, 1.02, 1.02); } 80% { transform: scale3d(0.98, 0.98, 0.98); } 100% { opacity: 1; transform: scaleX(1); } }@keyframes bounceInDown { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(0px, -20px, 0px); } 60% { opacity: 1; transform: translate3d(0px, 10px, 0px); } 75% { transform: translate3d(0px, -5px, 0px); } 90% { transform: translate3d(0px, 2px, 0px); } 100% { transform: none; } }@keyframes bounceInLeft { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(-20px, 0px, 0px); } 60% { opacity: 1; transform: translate3d(10px, 0px, 0px); } 75% { transform: translate3d(-5px, 0px, 0px); } 90% { transform: translate3d(2px, 0px, 0px); } 100% { transform: none; } }@keyframes bounceInRight { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(20px, 0px, 0px); } 60% { opacity: 1; transform: translate3d(-10px, 0px, 0px); } 75% { transform: translate3d(5px, 0px, 0px); } 90% { transform: translate3d(-2px, 0px, 0px); } 100% { transform: none; } }@keyframes bounceInUp { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(0px, 20px, 0px); } 60% { opacity: 1; transform: translate3d(0px, -10px, 0px); } 75% { transform: translate3d(0px, 5px, 0px); } 90% { transform: translate3d(0px, -2px, 0px); } 100% { transform: translateZ(0px); } }@keyframes bounceOut { 20% { transform: scale3d(0.95, 0.95, 0.95); } 50%, 55% { opacity: 1; transform: scale3d(1.05, 1.05, 1.05); } 100% { opacity: 0; transform: scale3d(0.5, 0.5, 0.5); } }@keyframes bounceOutDown { 20% { transform: translate3d(0px, 5px, 0px); } 40%, 45% { opacity: 1; transform: translate3d(0px, -15px, 0px); } 100% { opacity: 0; transform: translate3d(0px, 100px, 0px); } }@keyframes bounceOutLeft { 20% { opacity: 1; transform: translate3d(10px, 0px, 0px); } 100% { opacity: 0; transform: translate3d(-100px, 0px, 0px); } }@keyframes bounceOutRight { 20% { opacity: 1; transform: translate3d(-10px, 0px, 0px); } 100% { opacity: 0; transform: translate3d(100px, 0px, 0px); } }@keyframes bounceOutUp { 20% { transform: translate3d(0px, -5px, 0px); } 40%, 45% { opacity: 1; transform: translate3d(0px, 15px, 0px); } 100% { opacity: 0; transform: translate3d(0px, -100px, 0px); } }@keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }@keyframes fadeInDown { 0% { opacity: 0; transform: translate3d(0px, -40px, 0px); } 100% { opacity: 1; transform: none; } }@keyframes fadeInDownBig { 0% { opacity: 0; transform: translate3d(0px, -1000px, 0px); } 100% { opacity: 1; transform: none; } }@keyframes fadeInLeft { 0% { opacity: 0; transform: translate3d(-40px, 0px, 0px); } 100% { opacity: 1; transform: none; } }@keyframes fadeInLeftBig { 0% { opacity: 0; transform: translate3d(-1000px, 0px, 0px); } 100% { opacity: 1; transform: none; } }@keyframes fadeInRight { 0% { opacity: 0; transform: translate3d(40px, 0px, 0px); } 100% { opacity: 1; transform: none; } }@keyframes fadeInRightBig { 0% { opacity: 0; transform: translate3d(1000px, 0px, 0px); } 100% { opacity: 1; transform: none; } }@keyframes fadeInUp { 0% { opacity: 0; transform: translate3d(0px, 40px, 0px); } 100% { opacity: 1; transform: none; } }@keyframes fadeInUpBig { 0% { opacity: 0; transform: translate3d(0px, 1000px, 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, 40px, 0px); } }@keyframes fadeOutDownBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, 1000px, 0px); } }@keyframes fadeOutLeft { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(-60px, 0px, 0px); } }@keyframes fadeOutLeftBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(-1000px, 0px, 0px); } }@keyframes fadeOutRight { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(60px, 0px, 0px); } }@keyframes fadeOutRightBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(1000px, 0px, 0px); } }@keyframes fadeOutUp { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, -60px, 0px); } }@keyframes fadeOutUpBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, -1000px, 0px); } }@keyframes flip { 0% { transform: perspective(1000px) rotateY(-1turn); animation-timing-function: ease-out; } 40% { transform: perspective(1000px) translateZ(150px) rotateY(-190deg); animation-timing-function: ease-out; } 50% { transform: perspective(1000px) translateZ(150px) rotateY(-170deg); animation-timing-function: ease-in; } 80% { transform: perspective(1000px) scale3d(0.95, 0.95, 0.95); animation-timing-function: ease-in; } 100% { transform: perspective(1000px); animation-timing-function: ease-in; } }@keyframes flipInX { 0% { transform: perspective(400px) rotateX(60deg); animation-timing-function: ease-in; opacity: 0; } 40% { transform: perspective(400px) rotateX(-10deg); animation-timing-function: ease-in; } 60% { transform: perspective(400px) rotateX(5deg); opacity: 1; } 80% { transform: perspective(400px) rotateX(-2deg); } 100% { transform: perspective(400px); } }@keyframes flipInY { 0% { transform: perspective(1000px) rotateY(60deg); animation-timing-function: ease-in; opacity: 0; } 40% { transform: perspective(1000px) rotateY(-10deg); animation-timing-function: ease-in; } 60% { transform: perspective(1000px) rotateY(5deg); opacity: 1; } 80% { transform: perspective(1000px) rotateY(-2deg); } 100% { transform: perspective(1000px); } }@keyframes flipOutX { 0% { transform: perspective(1000px); } 30% { transform: perspective(1000px) rotateX(-15deg); opacity: 1; } 100% { transform: perspective(1000px) rotateX(60deg); opacity: 0; } }@keyframes flipOutY { 0% { transform: perspective(1000px); } 30% { transform: perspective(1000px) rotateY(-15deg); opacity: 1; } 100% { transform: perspective(1000px) rotateY(60deg); opacity: 0; } }@keyframes lightSpeedIn { 0% { transform: translate3d(100px, 0px, 0px) skewX(-30deg); opacity: 0; } 60% { transform: skewX(20deg); opacity: 1; } 80% { transform: skewX(-5deg); opacity: 1; } 100% { transform: none; opacity: 1; } }@keyframes lightSpeedOut { 0% { opacity: 1; } 100% { transform: translate3d(100%, 0px, 0px) skewX(30deg); opacity: 0; } }@keyframes rotateIn { 0% { transform-origin: center center; transform: rotate(-180deg); opacity: 0; } 100% { transform-origin: center center; transform: none; opacity: 1; } }@keyframes rotateInDownLeft { 0% { transform-origin: left bottom; transform: rotate(-10deg); opacity: 0; } 100% { transform-origin: left bottom; transform: none; opacity: 1; } }@keyframes rotateInDownRight { 0% { transform-origin: right bottom; transform: rotate(10deg); opacity: 0; } 100% { transform-origin: right bottom; transform: none; opacity: 1; } }@keyframes rotateInUpLeft { 0% { transform-origin: left bottom; transform: rotate(10deg); opacity: 0; } 100% { transform-origin: left bottom; transform: none; opacity: 1; } }@keyframes rotateInUpRight { 0% { transform-origin: right bottom; transform: rotate(-10deg); opacity: 0; } 100% { transform-origin: right bottom; transform: none; opacity: 1; } }@keyframes rotateOut { 0% { transform-origin: center center; opacity: 1; } 100% { transform-origin: center center; transform: rotate(180deg); opacity: 0; } }@keyframes rotateOutDownLeft { 0% { transform-origin: left bottom; opacity: 1; } 100% { transform-origin: left bottom; transform: rotate(10deg); opacity: 0; } }@keyframes rotateOutDownRight { 0% { transform-origin: right bottom; opacity: 1; } 100% { transform-origin: right bottom; transform: rotate(-10deg); opacity: 0; } }@keyframes rotateOutUpLeft { 0% { transform-origin: left bottom; opacity: 1; } 100% { transform-origin: left bottom; transform: rotate(-10deg); opacity: 0; } }@keyframes rotateOutUpRight { 0% { transform-origin: right bottom; opacity: 1; } 100% { transform-origin: right bottom; transform: rotate(10deg); opacity: 0; } }@keyframes hinge { 0% { transform-origin: left top; animation-timing-function: ease-in-out; } 20%, 60% { transform: rotate(80deg); transform-origin: left top; animation-timing-function: ease-in-out; } 40%, 80% { transform: rotate(60deg); transform-origin: left top; animation-timing-function: ease-in-out; opacity: 1; } 100% { transform: translate3d(0px, 700px, 0px); opacity: 0; } }@keyframes jackInTheBox { 0% { opacity: 0; transform: scale(0.1) rotate(30deg); transform-origin: center bottom; } 50% { transform: rotate(-10deg); } 70% { transform: rotate(3deg); } 100% { opacity: 1; transform: scale(1); } }@keyframes rollIn { 0% { opacity: 0; transform: translate3d(-100%, 0px, 0px) rotate(-120deg); } 100% { opacity: 1; transform: none; } }@keyframes rollOut { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(100%, 0px, 0px) rotate(120deg); } }@keyframes zoomIn { 0% { opacity: 0; transform: scale3d(0.8, 0.8, 0.8); } 50% { opacity: 1; } }@keyframes zoomInDown { 0% { opacity: 0; transform: scale3d(0.6, 0.6, 0.6) translate3d(0px, -200px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.9, 0.9, 0.9) translate3d(0px, 10px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@keyframes zoomInLeft { 0% { opacity: 0; transform: scale3d(0.6, 0.6, 0.6) translate3d(-500px, 0px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.9, 0.9, 0.9) translate3d(10px, 0px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@keyframes zoomInRight { 0% { opacity: 0; transform: scale3d(0.6, 0.6, 0.6) translate3d(500px, 0px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.9, 0.9, 0.9) translate3d(-20px, 0px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@keyframes zoomInUp { 0% { opacity: 0; transform: scale3d(0.6, 0.6, 0.6) translate3d(0px, 200px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.9, 0.9, 0.9) translate3d(0px, -20px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@keyframes zoomOut { 0% { opacity: 1; } 50% { opacity: 0; transform: scale3d(0.8, 0.8, 0.8); } 100% { opacity: 0; } }@keyframes zoomOutDown { 40% { opacity: 1; transform: scale3d(0.9, 0.9, 0.9) translate3d(0px, -20px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 100% { opacity: 0; transform: scale3d(0.4, 0.4, 0.4) translate3d(0px, 500px, 0px); transform-origin: center bottom; animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@keyframes zoomOutLeft { 40% { opacity: 1; transform: scale3d(0.9, 0.9, 0.9) translate3d(30px, 0px, 0px); } 100% { opacity: 0; transform: scale(0.3) translate3d(-500px, 0px, 0px); transform-origin: left center; } }@keyframes zoomOutRight { 40% { opacity: 1; transform: scale3d(0.9, 0.9, 0.9) translate3d(-30px, 0px, 0px); } 100% { opacity: 0; transform: scale(0.3) translate3d(500px, 0px, 0px); transform-origin: right center; } }@keyframes zoomOutUp { 40% { opacity: 1; transform: scale3d(0.9, 0.9, 0.9) translate3d(0px, 30px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 100% { opacity: 0; transform: scale3d(0.3, 0.3, 0.3) translate3d(0px, -500px, 0px); transform-origin: center bottom; animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@keyframes slideInDown { 0% { transform: translate3d(0px, -100%, 0px); visibility: visible; } 100% { transform: translateZ(0px); } }@keyframes slideInLeft { 0% { transform: translate3d(-100%, 0px, 0px); visibility: visible; } 100% { transform: translateZ(0px); } }@keyframes slideInRight { 0% { transform: translate3d(100%, 0px, 0px); visibility: visible; } 100% { transform: translateZ(0px); } }@keyframes slideInUp { 0% { transform: translate3d(0px, 100%, 0px); visibility: visible; } 100% { transform: translateZ(0px); } }@keyframes slideOutDown { 0% { transform: translateZ(0px); } 100% { visibility: hidden; transform: translate3d(0px, 100%, 0px); } }@keyframes slideOutLeft { 0% { transform: translateZ(0px); } 100% { visibility: hidden; transform: translate3d(-100%, 0px, 0px); } }@keyframes slideOutRight { 0% { transform: translateZ(0px); } 100% { visibility: hidden; transform: translate3d(100%, 0px, 0px); } }@keyframes slideOutUp { 0% { transform: translateZ(0px); } 100% { visibility: hidden; transform: translate3d(0px, -100%, 0px); } }@keyframes fadeInUpShort { 0% { opacity: 0; transform: translate3d(0px, 20px, 0px); } 100% { opacity: 1; transform: none; } }@keyframes fadeInDownShort { 0% { opacity: 0; transform: translate3d(0px, -20px, 0px); } 100% { opacity: 1; transform: none; } }@keyframes fadeInLeftShort { 0% { opacity: 0; transform: translate3d(-20px, 0px, 0px); } 100% { opacity: 1; transform: none; } }@keyframes fadeInRightShort { 0% { opacity: 0; transform: translate3d(20px, 0px, 0px); } 100% { opacity: 1; transform: none; } }@keyframes zoomInShort { 0% { opacity: 0; transform: scale3d(0.97, 0.97, 0.97); } 50% { opacity: 1; } }@keyframes bounceInShort { 0%, 20%, 40%, 60%, 80%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: scale3d(0.97, 0.97, 0.97); } 20% { transform: scale3d(1.03, 1.03, 1.03); } 40% { transform: scale3d(0.98, 0.98, 0.98); } 60% { opacity: 1; transform: scale3d(1.02, 1.02, 1.02); } 80% { transform: scale3d(0.99, 0.99, 0.99); } 100% { opacity: 1; transform: scaleX(1); } }@keyframes bounceInDownShort { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(0px, -15px, 0px); } 60% { opacity: 1; transform: translate3d(0px, 8px, 0px); } 75% { transform: translate3d(0px, -8px, 0px); } 90% { transform: translate3d(0px, 4px, 0px); } 100% { transform: none; } }@keyframes bounceInLeftShort { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(-15px, 0px, 0px); } 60% { opacity: 1; transform: translate3d(8px, 0px, 0px); } 75% { transform: translate3d(-8px, 0px, 0px); } 90% { transform: translate3d(4px, 0px, 0px); } 100% { transform: none; } }@keyframes bounceInRightShort { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(15px, 0px, 0px); } 60% { opacity: 1; transform: translate3d(-8px, 0px, 0px); } 75% { transform: translate3d(8px, 0px, 0px); } 90% { transform: translate3d(-4px, 0px, 0px); } 100% { transform: none; } }@keyframes bounceInUpShort { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(0px, 15px, 0px); } 60% { opacity: 1; transform: translate3d(0px, -8px, 0px); } 75% { transform: translate3d(0px, 8px, 0px); } 90% { transform: translate3d(0px, -4px, 0px); } 100% { transform: translateZ(0px); } }@keyframes flipInXShort { 0% { transform: perspective(2500px) rotate3d(10, 0, 0, 10deg); animation-timing-function: ease-in; opacity: 0; } 40% { transform: perspective(2500px) rotate3d(10, 0, 0, -7deg); animation-timing-function: ease-in; } 60% { transform: perspective(2500px) rotate3d(10, 0, 0, 5deg); opacity: 1; } 80% { transform: perspective(2500px) rotate3d(10, 0, 0, -2deg); } 100% { transform: perspective(2500px); } }@keyframes flipInYShort { 0% { transform: perspective(2500px) rotateY(10deg); animation-timing-function: ease-in; opacity: 0; } 40% { transform: perspective(2500px) rotateY(-7deg); animation-timing-function: ease-in; } 60% { transform: perspective(2500px) rotateY(5deg); opacity: 1; } 80% { transform: perspective(2500px) rotateY(-2deg); } 100% { transform: perspective(2500px); } }@keyframes jackInTheBoxShort { 0% { opacity: 0; transform: scale(0.98) rotate(3deg); transform-origin: center bottom; } 50% { transform: rotate(-2deg); } 70% { transform: rotate(1deg); } 100% { opacity: 1; transform: scale(1); } }@keyframes rotateInShort { 0% { transform-origin: center center; transform: rotate(-2deg); opacity: 0; } 100% { transform-origin: center center; transform: none; opacity: 1; } }@keyframes rotateInDownLeftShort { 0% { transform-origin: left bottom; transform: rotate(-2deg); opacity: 0; } 100% { transform-origin: left bottom; transform: none; opacity: 1; } }@keyframes rotateInDownRightShort { 0% { transform-origin: right bottom; transform: rotate(2deg); opacity: 0; } 100% { transform-origin: right bottom; transform: none; opacity: 1; } }@keyframes rotateInUpLeftShort { 0% { transform-origin: left bottom; transform: rotate(2deg); opacity: 0; } 100% { transform-origin: left bottom; transform: none; opacity: 1; } }@keyframes rotateInUpRightShort { 0% { transform-origin: right bottom; transform: rotate(-2deg); opacity: 0; } 100% { transform-origin: right bottom; transform: none; opacity: 1; } }@-webkit-keyframes bounce { 0%, 20%, 53%, 80%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); transform: translateZ(0px); } 40%, 43% { animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); transform: translate3d(0px, -30px, 0px); } 70% { animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); transform: translate3d(0px, -15px, 0px); } 90% { transform: translate3d(0px, -4px, 0px); } }@-webkit-keyframes flash { 0%, 50%, 100% { opacity: 1; } 25%, 75% { opacity: 0; } }@-webkit-keyframes pulse { 0% { transform: scaleX(1); } 50% { transform: scale3d(1.05, 1.05, 1.05); } 100% { transform: scaleX(1); } }@-webkit-keyframes rubberBand { 0% { transform: scaleX(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: scaleX(1); } }@-webkit-keyframes shake { 0%, 100% { transform: translateZ(0px); } 10%, 30%, 50%, 70%, 90% { transform: translate3d(-10px, 0px, 0px); } 20%, 40%, 60%, 80% { transform: translate3d(10px, 0px, 0px); } }@-webkit-keyframes headShake { 0% { transform: translateX(0px); } 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(0px); } }@-webkit-keyframes swing { 20% { transform: rotate(15deg); } 40% { transform: rotate(-10deg); } 60% { transform: rotate(5deg); } 80% { transform: rotate(-5deg); } 100% { transform: rotate(0deg); } }@-webkit-keyframes tada { 0% { transform: scaleX(1); } 10%, 20% { transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); } 30%, 50%, 70%, 90% { transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); } 40%, 60%, 80% { transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); } 100% { transform: scaleX(1); } }@-webkit-keyframes wobble { 0% { transform: none; } 15% { transform: translate3d(-25%, 0px, 0px) rotate(-5deg); } 30% { transform: translate3d(20%, 0px, 0px) rotate(3deg); } 45% { transform: translate3d(-15%, 0px, 0px) rotate(-3deg); } 60% { transform: translate3d(10%, 0px, 0px) rotate(2deg); } 75% { transform: translate3d(-5%, 0px, 0px) rotate(-1deg); } 100% { transform: none; } }@-webkit-keyframes jello { 0%, 11.1%, 100% { transform: none; } 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(-0.78125deg) skewY(-0.78125deg); } 77.7% { transform: skewX(0.39062deg) skewY(0.39062deg); } 88.8% { transform: skewX(-0.19531deg) skewY(-0.19531deg); } }@-webkit-keyframes bounceIn { 0%, 20%, 40%, 60%, 80%, 100% { animation-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: scaleX(1); } }@-webkit-keyframes bounceInDown { 0%, 60%, 75%, 90%, 100% { animation-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; } }@-webkit-keyframes bounceInLeft { 0%, 60%, 75%, 90%, 100% { animation-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; } }@-webkit-keyframes bounceInRight { 0%, 60%, 75%, 90%, 100% { animation-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; } }@-webkit-keyframes bounceInUp { 0%, 60%, 75%, 90%, 100% { animation-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: translateZ(0px); } }@-webkit-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); } }@-webkit-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); } }@-webkit-keyframes bounceOutLeft { 20% { opacity: 1; transform: translate3d(20px, 0px, 0px); } 100% { opacity: 0; transform: translate3d(-2000px, 0px, 0px); } }@-webkit-keyframes bounceOutRight { 20% { opacity: 1; transform: translate3d(-20px, 0px, 0px); } 100% { opacity: 0; transform: translate3d(2000px, 0px, 0px); } }@-webkit-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); } }@-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }@-webkit-keyframes fadeInDown { 0% { opacity: 0; transform: translate3d(0px, -40px, 0px); } 100% { opacity: 1; transform: none; } }@-webkit-keyframes fadeInDownBig { 0% { opacity: 0; transform: translate3d(0px, -1000px, 0px); } 100% { opacity: 1; transform: none; } }@-webkit-keyframes fadeInLeft { 0% { opacity: 0; transform: translate3d(-40px, 0px, 0px); } 100% { opacity: 1; transform: none; } }@-webkit-keyframes fadeInLeftBig { 0% { opacity: 0; transform: translate3d(-1000px, 0px, 0px); } 100% { opacity: 1; transform: none; } }@-webkit-keyframes fadeInRight { 0% { opacity: 0; transform: translate3d(60px, 0px, 0px); } 100% { opacity: 1; transform: none; } }@-webkit-keyframes fadeInRightBig { 0% { opacity: 0; transform: translate3d(1000px, 0px, 0px); } 100% { opacity: 1; transform: none; } }@-webkit-keyframes fadeInUp { 0% { opacity: 0; transform: translate3d(0px, 40px, 0px); } 100% { opacity: 1; transform: none; } }@-webkit-keyframes fadeInUpBig { 0% { opacity: 0; transform: translate3d(0px, 1000px, 0px); } 100% { opacity: 1; transform: none; } }@-webkit-keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } }@-webkit-keyframes fadeOutDown { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, 60px, 0px); } }@-webkit-keyframes fadeOutDownBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, 1000px, 0px); } }@-webkit-keyframes fadeOutLeft { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(-60px, 0px, 0px); } }@-webkit-keyframes fadeOutLeftBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(-1000px, 0px, 0px); } }@-webkit-keyframes fadeOutRight { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(60px, 0px, 0px); } }@-webkit-keyframes fadeOutRightBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(1000px, 0px, 0px); } }@-webkit-keyframes fadeOutUp { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, -60px, 0px); } }@-webkit-keyframes fadeOutUpBig { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(0px, -1000px, 0px); } }@-webkit-keyframes flip { 0% { transform: perspective(400px) rotateY(-1turn); animation-timing-function: ease-out; } 40% { transform: perspective(400px) translateZ(150px) rotateY(-190deg); animation-timing-function: ease-out; } 50% { transform: perspective(400px) translateZ(150px) rotateY(-170deg); animation-timing-function: ease-in; } 80% { transform: perspective(400px) scale3d(0.95, 0.95, 0.95); animation-timing-function: ease-in; } 100% { transform: perspective(400px); animation-timing-function: ease-in; } }@-webkit-keyframes flipInX { 0% { transform: perspective(400px) rotateX(90deg); animation-timing-function: ease-in; opacity: 0; } 40% { transform: perspective(400px) rotateX(-20deg); animation-timing-function: ease-in; } 60% { transform: perspective(400px) rotateX(10deg); opacity: 1; } 80% { transform: perspective(400px) rotateX(-5deg); } 100% { transform: perspective(400px); } }@-webkit-keyframes flipInY { 0% { transform: perspective(400px) rotateY(90deg); animation-timing-function: ease-in; opacity: 0; } 40% { transform: perspective(400px) rotateY(-20deg); animation-timing-function: ease-in; } 60% { transform: perspective(400px) rotateY(10deg); opacity: 1; } 80% { transform: perspective(400px) rotateY(-5deg); } 100% { transform: perspective(400px); } }@-webkit-keyframes flipOutX { 0% { transform: perspective(400px); } 30% { transform: perspective(400px) rotateX(-20deg); opacity: 1; } 100% { transform: perspective(400px) rotateX(90deg); opacity: 0; } }@-webkit-keyframes flipOutY { 0% { transform: perspective(400px); } 30% { transform: perspective(400px) rotateY(-15deg); opacity: 1; } 100% { transform: perspective(400px) rotateY(90deg); opacity: 0; } }@-webkit-keyframes lightSpeedIn { 0% { transform: translate3d(100%, 0px, 0px) skewX(-30deg); opacity: 0; } 60% { transform: skewX(20deg); opacity: 1; } 80% { transform: skewX(-5deg); opacity: 1; } 100% { transform: none; opacity: 1; } }@-webkit-keyframes lightSpeedOut { 0% { opacity: 1; } 100% { transform: translate3d(100%, 0px, 0px) skewX(30deg); opacity: 0; } }@-webkit-keyframes rotateIn { 0% { transform-origin: center center; transform: rotate(-200deg); opacity: 0; } 100% { transform-origin: center center; transform: none; opacity: 1; } }@-webkit-keyframes rotateInDownLeft { 0% { transform-origin: left bottom; transform: rotate(-10deg); opacity: 0; } 100% { transform-origin: left bottom; transform: none; opacity: 1; } }@-webkit-keyframes rotateInDownRight { 0% { transform-origin: right bottom; transform: rotate(10deg); opacity: 0; } 100% { transform-origin: right bottom; transform: none; opacity: 1; } }@-webkit-keyframes rotateInUpLeft { 0% { transform-origin: left bottom; transform: rotate(10deg); opacity: 0; } 100% { transform-origin: left bottom; transform: none; opacity: 1; } }@-webkit-keyframes rotateInUpRight { 0% { transform-origin: right bottom; transform: rotate(-10deg); opacity: 0; } 100% { transform-origin: right bottom; transform: none; opacity: 1; } }@-webkit-keyframes rotateOut { 0% { transform-origin: center center; opacity: 1; } 100% { transform-origin: center center; transform: rotate(200deg); opacity: 0; } }@-webkit-keyframes rotateOutDownLeft { 0% { transform-origin: left bottom; opacity: 1; } 100% { transform-origin: left bottom; transform: rotate(10deg); opacity: 0; } }@-webkit-keyframes rotateOutDownRight { 0% { transform-origin: right bottom; opacity: 1; } 100% { transform-origin: right bottom; transform: rotate(-10deg); opacity: 0; } }@-webkit-keyframes rotateOutUpLeft { 0% { transform-origin: left bottom; opacity: 1; } 100% { transform-origin: left bottom; transform: rotate(-10deg); opacity: 0; } }@-webkit-keyframes rotateOutUpRight { 0% { transform-origin: right bottom; opacity: 1; } 100% { transform-origin: right bottom; transform: rotate(10deg); opacity: 0; } }@-webkit-keyframes hinge { 0% { transform-origin: left top; animation-timing-function: ease-in-out; } 20%, 60% { transform: rotate(80deg); transform-origin: left top; animation-timing-function: ease-in-out; } 40%, 80% { transform: rotate(60deg); transform-origin: left top; animation-timing-function: ease-in-out; opacity: 1; } 100% { transform: translate3d(0px, 700px, 0px); opacity: 0; } }@-webkit-keyframes jackInTheBox { 0% { opacity: 0; transform: scale(0.1) rotate(30deg); transform-origin: center bottom; } 50% { transform: rotate(-10deg); } 70% { transform: rotate(3deg); } 100% { opacity: 1; transform: scale(1); } }@-webkit-keyframes rollIn { 0% { opacity: 0; transform: translate3d(-100%, 0px, 0px) rotate(-120deg); } 100% { opacity: 1; transform: none; } }@-webkit-keyframes rollOut { 0% { opacity: 1; } 100% { opacity: 0; transform: translate3d(100%, 0px, 0px) rotate(120deg); } }@-webkit-keyframes zoomIn { 0% { opacity: 0; transform: scale3d(0.8, 0.8, 0.8); } 50% { opacity: 1; } }@-webkit-keyframes zoomInDown { 0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -1000px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@-webkit-keyframes zoomInLeft { 0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@-webkit-keyframes zoomInRight { 0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@-webkit-keyframes zoomInUp { 0% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 1000px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 60% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px); animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@-webkit-keyframes zoomOut { 0% { opacity: 1; } 50% { opacity: 0; transform: scale3d(0.8, 0.8, 0.8); } 100% { opacity: 0; } }@-webkit-keyframes zoomOutDown { 40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, -60px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 100% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, 2000px, 0px); transform-origin: center bottom; animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@-webkit-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; } }@-webkit-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; } }@-webkit-keyframes zoomOutUp { 40% { opacity: 1; transform: scale3d(0.475, 0.475, 0.475) translate3d(0px, 60px, 0px); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); } 100% { opacity: 0; transform: scale3d(0.1, 0.1, 0.1) translate3d(0px, -2000px, 0px); transform-origin: center bottom; animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }@-webkit-keyframes slideInDown { 0% { transform: translate3d(0px, -100%, 0px); visibility: visible; } 100% { transform: translateZ(0px); } }@-webkit-keyframes slideInLeft { 0% { transform: translate3d(-100%, 0px, 0px); visibility: visible; } 100% { transform: translateZ(0px); } }@-webkit-keyframes slideInRight { 0% { transform: translate3d(100%, 0px, 0px); visibility: visible; } 100% { transform: translateZ(0px); } }@-webkit-keyframes slideInUp { 0% { transform: translate3d(0px, 100%, 0px); visibility: visible; } 100% { transform: translateZ(0px); } }@-webkit-keyframes slideOutDown { 0% { transform: translateZ(0px); } 100% { visibility: hidden; transform: translate3d(0px, 100%, 0px); } }@-webkit-keyframes slideOutLeft { 0% { transform: translateZ(0px); } 100% { visibility: hidden; transform: translate3d(-100%, 0px, 0px); } }@-webkit-keyframes slideOutRight { 0% { transform: translateZ(0px); } 100% { visibility: hidden; transform: translate3d(100%, 0px, 0px); } }@-webkit-keyframes slideOutUp { 0% { transform: translateZ(0px); } 100% { visibility: hidden; transform: translate3d(0px, -100%, 0px); } }@-webkit-keyframes fadeInUpShort { 0% { opacity: 0; transform: translate3d(0px, 20px, 0px); } 100% { opacity: 1; transform: none; } }@-webkit-keyframes fadeInDownShort { 0% { opacity: 0; transform: translate3d(0px, -20px, 0px); } 100% { opacity: 1; transform: none; } }@-webkit-keyframes fadeInLeftShort { 0% { opacity: 0; transform: translate3d(-20px, 0px, 0px); } 100% { opacity: 1; transform: none; } }@-webkit-keyframes fadeInRightShort { 0% { opacity: 0; transform: translate3d(20px, 0px, 0px); } 100% { opacity: 1; transform: none; } }@-webkit-keyframes zoomInShort { 0% { opacity: 0; transform: scale3d(0.97, 0.97, 0.97); } 50% { opacity: 1; } }@-webkit-keyframes bounceInShort { 0%, 20%, 40%, 60%, 80%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: scale3d(0.97, 0.97, 0.97); } 20% { transform: scale3d(1.03, 1.03, 1.03); } 40% { transform: scale3d(0.98, 0.98, 0.98); } 60% { opacity: 1; transform: scale3d(1.02, 1.02, 1.02); } 80% { transform: scale3d(0.99, 0.99, 0.99); } 100% { opacity: 1; transform: scaleX(1); } }@-webkit-keyframes bounceInDownShort { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(0px, -15px, 0px); } 60% { opacity: 1; transform: translate3d(0px, 8px, 0px); } 75% { transform: translate3d(0px, -8px, 0px); } 90% { transform: translate3d(0px, 4px, 0px); } 100% { transform: none; } }@-webkit-keyframes bounceInLeftShort { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(-15px, 0px, 0px); } 60% { opacity: 1; transform: translate3d(8px, 0px, 0px); } 75% { transform: translate3d(-8px, 0px, 0px); } 90% { transform: translate3d(4px, 0px, 0px); } 100% { transform: none; } }@-webkit-keyframes bounceInRightShort { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(15px, 0px, 0px); } 60% { opacity: 1; transform: translate3d(-8px, 0px, 0px); } 75% { transform: translate3d(8px, 0px, 0px); } 90% { transform: translate3d(-4px, 0px, 0px); } 100% { transform: none; } }@-webkit-keyframes bounceInUpShort { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(0px, 15px, 0px); } 60% { opacity: 1; transform: translate3d(0px, -8px, 0px); } 75% { transform: translate3d(0px, 8px, 0px); } 90% { transform: translate3d(0px, -4px, 0px); } 100% { transform: translateZ(0px); } }@-webkit-keyframes flipInXShort { 0% { transform: perspective(2500px) rotate3d(10, 0, 0, 10deg); animation-timing-function: ease-in; opacity: 0; } 40% { transform: perspective(2500px) rotate3d(10, 0, 0, -7deg); animation-timing-function: ease-in; } 60% { transform: perspective(2500px) rotate3d(10, 0, 0, 5deg); opacity: 1; } 80% { transform: perspective(2500px) rotate3d(10, 0, 0, -2deg); } 100% { transform: perspective(2500px); } }@-webkit-keyframes flipInYShort { 0% { transform: perspective(2500px) rotateY(10deg); animation-timing-function: ease-in; opacity: 0; } 40% { transform: perspective(2500px) rotateY(-7deg); animation-timing-function: ease-in; } 60% { transform: perspective(2500px) rotateY(5deg); opacity: 1; } 80% { transform: perspective(2500px) rotateY(-2deg); } 100% { transform: perspective(2500px); } }@-webkit-keyframes jackInTheBoxShort { 0% { opacity: 0; transform: scale(0.98) rotate(3deg); transform-origin: center bottom; } 50% { transform: rotate(-2deg); } 70% { transform: rotate(1deg); } 100% { opacity: 1; transform: scale(1); } }@-webkit-keyframes rotateInShort { 0% { transform-origin: center center; transform: rotate(-2deg); opacity: 0; } 100% { transform-origin: center center; transform: none; opacity: 1; } }@-webkit-keyframes rotateInDownLeftShort { 0% { transform-origin: left bottom; transform: rotate(-2deg); opacity: 0; } 100% { transform-origin: left bottom; transform: none; opacity: 1; } }@-webkit-keyframes rotateInDownRightShort { 0% { transform-origin: right bottom; transform: rotate(2deg); opacity: 0; } 100% { transform-origin: right bottom; transform: none; opacity: 1; } }@-webkit-keyframes rotateInUpLeftShort { 0% { transform-origin: left bottom; transform: rotate(2deg); opacity: 0; } 100% { transform-origin: left bottom; transform: none; opacity: 1; } }@-webkit-keyframes rotateInUpRightShort { 0% { transform-origin: right bottom; transform: rotate(-2deg); opacity: 0; } 100% { transform-origin: right bottom; transform: none; opacity: 1; } }.dvmm_cloned { opacity: 0 !important; }@-webkit-keyframes FadeIn { 0% { opacity: 0.3; } 100% { opacity: 1; } }@keyframes FadeIn { 0% { opacity: 0.3; } 100% { opacity: 1; } }@-webkit-keyframes FadeInHover { 0% { opacity: 0.3; } 100% { opacity: 1; } }@keyframes FadeInHover { 0% { opacity: 0.3; } 100% { opacity: 1; } }@-webkit-keyframes FadeOut { 0% { opacity: 1; } 100% { opacity: 0; display: none; } }@keyframes FadeOut { 0% { opacity: 1; } 100% { opacity: 0; display: none; } }@-webkit-keyframes dvmm_fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } }@keyframes dvmm_fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } }@-webkit-keyframes dvmm_fadeLeftOut { 0% { opacity: 1; transform: translateX(0px); } 100% { opacity: 0; transform: translateX(-10%); } }@keyframes dvmm_fadeLeftOut { 0% { opacity: 1; transform: translateX(0px); } 100% { opacity: 0; transform: translateX(-10%); } }@-webkit-keyframes dvmm_fadeRightOut { 0% { opacity: 1; transform: translateX(0px); } 100% { opacity: 0; transform: translateX(10%); } }@keyframes dvmm_fadeRightOut { 0% { opacity: 1; transform: translateX(0px); } 100% { opacity: 0; transform: translateX(10%); } }@-webkit-keyframes dvmm_fadeTopOut { 0% { opacity: 1; transform: translateY(0px); } 100% { opacity: 0; transform: translateY(-10%); } }@keyframes dvmm_fadeTopOut { 0% { opacity: 1; transform: translateY(0px); } 100% { opacity: 0; transform: translateY(-10%); } }@-webkit-keyframes dvmm_fadeBottomOut { 0% { opacity: 1; transform: translateY(0px); } 100% { opacity: 0; transform: translateY(10%); } }@keyframes dvmm_fadeBottomOut { 0% { opacity: 1; transform: translateY(0px); } 100% { opacity: 0; transform: translateY(10%); } }@-webkit-keyframes dvmm_zoomIn { 0% { transform: scale(0.8); opacity: 0; } 100% { transform: scale(1); opacity: 1; } }@keyframes dvmm_zoomIn { 0% { transform: scale(0.8); opacity: 0; } 100% { transform: scale(1); opacity: 1; } }@-webkit-keyframes dvmm_zoomOut { 0% { transform: scale(1); opacity: 1; } 100% { transform: scale(0.8); opacity: 0; } }@keyframes dvmm_zoomOut { 0% { transform: scale(1); opacity: 1; } 100% { transform: scale(0.8); opacity: 0; } }@-webkit-keyframes dvmm_expandTop { 0% { opacity: 0; transform: scaleY(0.5); transform-origin: center top; } 100% { opacity: 1; transform: scale(1); transform-origin: center top; } }@keyframes dvmm_expandTop { 0% { opacity: 0; transform: scaleY(0.5); transform-origin: center top; } 100% { opacity: 1; transform: scale(1); transform-origin: center top; } }@-webkit-keyframes dvmm_shrinkTop { 0% { opacity: 1; transform: scale(1); transform-origin: center top; } 100% { opacity: 0; transform: scaleY(0.5); transform-origin: center top; } }@keyframes dvmm_shrinkTop { 0% { opacity: 1; transform: scale(1); transform-origin: center top; } 100% { opacity: 0; transform: scaleY(0.5); transform-origin: center top; } }@-webkit-keyframes dvmm_expandBottom { 0% { opacity: 0; transform: scaleY(0.5); transform-origin: center bottom; } 100% { opacity: 1; transform: scale(1); transform-origin: center bottom; } }@keyframes dvmm_expandBottom { 0% { opacity: 0; transform: scaleY(0.5); transform-origin: center bottom; } 100% { opacity: 1; transform: scale(1); transform-origin: center bottom; } }@-webkit-keyframes dvmm_shrinkBottom { 0% { opacity: 1; transform: scale(1); transform-origin: center bottom; } 100% { opacity: 0; transform: scaleY(0.5); transform-origin: center bottom; } }@keyframes dvmm_shrinkBottom { 0% { opacity: 1; transform: scale(1); transform-origin: center bottom; } 100% { opacity: 0; transform: scaleY(0.5); transform-origin: center bottom; } }@-webkit-keyframes dvmm_flipOutX { 0% { transform: perspective(400px); } 30% { transform: perspective(400px) rotateX(-20deg); opacity: 1; } 100% { transform: perspective(400px) rotateX(90deg); opacity: 0; } }@keyframes dvmm_flipOutX { 0% { transform: perspective(400px); } 30% { transform: perspective(400px) rotateX(-20deg); opacity: 1; } 100% { transform: perspective(400px) rotateX(90deg); opacity: 0; } }@-webkit-keyframes dvmm_flipOutY { 0% { transform: perspective(400px); } 30% { transform: perspective(400px) rotateY(-15deg); opacity: 1; } 100% { transform: perspective(400px) rotateY(90deg); opacity: 0; } }@keyframes dvmm_flipOutY { 0% { transform: perspective(400px); } 30% { transform: perspective(400px) rotateY(-15deg); opacity: 1; } 100% { transform: perspective(400px) rotateY(90deg); opacity: 0; } }@-webkit-keyframes dvmm_lightSpeedIn { 0% { transform: translate3d(100%, 0px, 0px) skewX(-30deg); opacity: 0; } 60% { transform: skewX(20deg); opacity: 1; } 80% { transform: skewX(-5deg); opacity: 1; } 100% { transform: none; opacity: 1; } }@keyframes dvmm_lightSpeedIn { 0% { transform: translate3d(100%, 0px, 0px) skewX(-30deg); opacity: 0; } 60% { transform: skewX(20deg); opacity: 1; } 80% { transform: skewX(-5deg); opacity: 1; } 100% { transform: none; opacity: 1; } }@-webkit-keyframes dvmm_lightSpeedOut { 0% { opacity: 1; } 100% { transform: translate3d(100%, 0px, 0px) skewX(30deg); opacity: 0; } }@keyframes dvmm_lightSpeedOut { 0% { opacity: 1; } 100% { transform: translate3d(100%, 0px, 0px) skewX(30deg); opacity: 0; } }@-webkit-keyframes dvmm_Expand { 0% { opacity: 0; transform: scaleY(0.5); } 100% { opacity: 1; transform: scale(1); } }@keyframes dvmm_Expand { 0% { opacity: 0; transform: scaleY(0.5); } 100% { opacity: 1; transform: scale(1); } }@-webkit-keyframes dvmm_Shrink { 0% { opacity: 1; transform: scale(1); } 100% { opacity: 0; transform: scaleY(0.5); } }@keyframes dvmm_Shrink { 0% { opacity: 1; transform: scale(1); } 100% { opacity: 0; transform: scaleY(0.5); } }@-webkit-keyframes dvmm_bounceIn { 0%, 20%, 40%, 60%, 80%, 100% { animation-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: scaleX(1); } }@keyframes dvmm_bounceIn { 0%, 20%, 40%, 60%, 80%, 100% { animation-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: scaleX(1); } }@-webkit-keyframes dvmm_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 dvmm_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); } }@-webkit-keyframes dvmm_bounceInUp { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(0px, 3000px, 0px) scaleY(5); } 60% { opacity: 1; transform: translate3d(0px, -20px, 0px) scaleY(0.9); } 75% { transform: translate3d(0px, 10px, 0px) scaleY(0.95); } 90% { transform: translate3d(0px, -5px, 0px) scaleY(0.985); } 100% { transform: translateZ(0px); } }@keyframes dvmm_bounceInUp { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(0px, 3000px, 0px) scaleY(5); } 60% { opacity: 1; transform: translate3d(0px, -20px, 0px) scaleY(0.9); } 75% { transform: translate3d(0px, 10px, 0px) scaleY(0.95); } 90% { transform: translate3d(0px, -5px, 0px) scaleY(0.985); } 100% { transform: translateZ(0px); } }@-webkit-keyframes dvmm_bounceOutUp { 20% { transform: translate3d(0px, -10px, 0px) scaleY(0.985); } 40%, 45% { opacity: 1; transform: translate3d(0px, 20px, 0px) scaleY(0.9); } 100% { opacity: 0; transform: translate3d(0px, -2000px, 0px) scaleY(3); } }@keyframes dvmm_bounceOutUp { 20% { transform: translate3d(0px, -10px, 0px) scaleY(0.985); } 40%, 45% { opacity: 1; transform: translate3d(0px, 20px, 0px) scaleY(0.9); } 100% { opacity: 0; transform: translate3d(0px, -2000px, 0px) scaleY(3); } }@-webkit-keyframes dvmm_bounceInDown { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(0px, -3000px, 0px) scaleY(3); } 60% { opacity: 1; transform: translate3d(0px, 25px, 0px) scaleY(0.9); } 75% { transform: translate3d(0px, -10px, 0px) scaleY(0.95); } 90% { transform: translate3d(0px, 5px, 0px) scaleY(0.985); } 100% { transform: translateZ(0px); } }@keyframes dvmm_bounceInDown { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { opacity: 0; transform: translate3d(0px, -3000px, 0px) scaleY(3); } 60% { opacity: 1; transform: translate3d(0px, 25px, 0px) scaleY(0.9); } 75% { transform: translate3d(0px, -10px, 0px) scaleY(0.95); } 90% { transform: translate3d(0px, 5px, 0px) scaleY(0.985); } 100% { transform: translateZ(0px); } }@-webkit-keyframes dvmm_bounceOutDown { 20% { transform: translate3d(0px, 10px, 0px) scaleY(0.985); } 40%, 45% { opacity: 1; transform: translate3d(0px, -20px, 0px) scaleY(0.9); } 100% { opacity: 0; transform: translate3d(0px, 2000px, 0px) scaleY(3); } }@keyframes dvmm_bounceOutDown { 20% { transform: translate3d(0px, 10px, 0px) scaleY(0.985); } 40%, 45% { opacity: 1; transform: translate3d(0px, -20px, 0px) scaleY(0.9); } 100% { opacity: 0; transform: translate3d(0px, 2000px, 0px) scaleY(3); } }a, abbr, acronym, address, applet, b, big, blockquote, body, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, tt, u, ul, var { margin: 0px; padding: 0px; border: 0px; outline: 0px; font-size: 100%; text-size-adjust: 100%; vertical-align: baseline; background: transparent; }body { line-height: 1; }ol, ul { list-style: none; }article, aside, footer, header, hgroup, nav, section { display: block; }body { font-family: "Open Sans", Arial, sans-serif; font-size: 14px; color: #666666; background-color: #ffffff; line-height: 1.7em; font-weight: 500; -webkit-font-smoothing: antialiased; }body.et_cover_background { background-attachment: fixed; background-size: cover !important; background-position: center top !important; background-repeat: no-repeat !important; }a { color: #2ea3f2; }a, a:hover { text-decoration: none; }img { max-width: 100%; height: auto; }#left-area ul, .entry-content ul, .et-l--body ul, .et-l--footer ul, .et-l--header ul { list-style-type: disc; padding: 0px 0px 23px 1em; line-height: 26px; }.et_mobile_menu, .nav li ul { border-color: #2ea3f2; }#top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a, .mobile_menu_bar::after, .mobile_menu_bar::before { color: #2ea3f2; }#top-menu, .et-menu, nav#top-menu-nav, nav.et-menu-nav { float: left; }.et_toggle_slide_menu::after, .mobile_menu_bar::before { content: "a"; font-size: 32px; left: 0px; position: relative; top: 0px; cursor: pointer; }@-webkit-keyframes fadeInLeft { 0% { opacity: 0; transform: translateX(-100%); } 100% { opacity: 1; transform: translateX(0px); } }@keyframes fadeInLeft { 0% { opacity: 0; transform: translateX(-100%); } 100% { opacity: 1; transform: translateX(0px); } }@-webkit-keyframes fadeOutRight { 0% { opacity: 1; transform: translateX(0px); } 100% { opacity: 0; transform: translateX(100%); } }@keyframes fadeOutRight { 0% { opacity: 1; transform: translateX(0px); } 100% { opacity: 0; transform: translateX(100%); } }@-webkit-keyframes fadeOutLeft { 0% { opacity: 1; transform: translateX(0px); } 100% { opacity: 0; transform: translateX(-70%); } }@keyframes fadeOutLeft { 0% { opacity: 1; transform: translateX(0px); } 100% { opacity: 0; transform: translateX(-70%); } }@-webkit-keyframes fadeInRight { 0% { opacity: 0; transform: translateX(100%); } 100% { opacity: 1; transform: translateX(0px); } }@keyframes fadeInRight { 0% { opacity: 0; transform: translateX(100%); } 100% { opacity: 1; transform: translateX(0px); } }.et-social-facebook a.icon::before { content: ""; }.et-social-instagram a.icon::before { content: ""; }* { box-sizing: border-box; }#et-info-email::before, #et-info-phone::before, #et_search_icon::before, .comment-reply-link::after, .et-cart-info span::before, .et-pb-arrow-next::before, .et-pb-arrow-prev::before, .et-social-icon a::before, .et_audio_container .mejs-playpause-button button::before, .et_audio_container .mejs-volume-button button::before, .et_overlay::before, .et_password_protected_form .et_submit_button::after, .et_pb_button::after, .et_pb_contact_reset::after, .et_pb_contact_submit::after, .et_pb_font_icon::before, .et_pb_newsletter_button::after, .et_pb_pricing_table_button::after, .et_pb_promo_button::after, .et_pb_testimonial::before, .et_pb_toggle_title::before, .form-submit .et_pb_button::after, .mobile_menu_bar::before, a.et_pb_more_button::after { speak: none; font-style: normal; font-weight: 400; font-feature-settings: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; text-shadow: 0px 0px; direction: ltr; font-family: ETmodules !important; }.et_pb_button { font-size: 20px; font-weight: 500; padding: 0.3em 1em; background-color: transparent; background-size: cover; background-position: 50% center; background-repeat: no-repeat; border: 2px solid; border-radius: 3px; transition-duration: 0.2s; line-height: 1.7em !important; transition-property: all !important; }.et_pb_button, .et_pb_button_inner { position: relative; }.et_pb_module.et_pb_text_align_left { text-align: left; }.et_pb_module.et_pb_text_align_right { text-align: right; }.clearfix::after { visibility: hidden; display: block; font-size: 0px; content: " "; clear: both; height: 0px; }.et_builder_inner_content { position: relative; z-index: 1; }header .et_builder_inner_content { z-index: 2; }.et_pb_css_mix_blend_mode_passthrough { mix-blend-mode: unset !important; }.et_pb_all_tabs, .et_pb_module, .et_pb_posts_nav a, .et_pb_tab, .et_pb_with_background { position: relative; background-size: cover; background-position: 50% center; background-repeat: no-repeat; }.et_pb_with_border { position: relative; border: 0px solid #333333; }.has-box-shadow-overlay { position: relative; }.screen-reader-text { border: 0px; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0px; width: 1px; position: absolute !important; overflow-wrap: normal !important; }.et_multi_view_hidden, .et_multi_view_hidden_image { display: none !important; }@keyframes multi-view-image-fade { 0% { opacity: 0; } 10% { opacity: 0.1; } 20% { opacity: 0.2; } 30% { opacity: 0.3; } 40% { opacity: 0.4; } 50% { opacity: 0.5; } 60% { opacity: 0.6; } 70% { opacity: 0.7; } 80% { opacity: 0.8; } 90% { opacity: 0.9; } 100% { opacity: 1; } }.et_multi_view_image__loading { visibility: hidden; }.et_multi_view_image__loaded { animation: 0.5s ease 0s 1 normal none running multi-view-image-fade; }.et-pb-before-scroll-animation { opacity: 0; }header.et-l.et-l--header::after { clear: both; display: block; content: ""; }.et_pb_module { animation-timing-function: linear; animation-duration: 0.2s; }@-webkit-keyframes fadeBottom { 0% { opacity: 0; transform: translateY(10%); } 100% { opacity: 1; transform: translateY(0px); } }@keyframes fadeBottom { 0% { opacity: 0; transform: translateY(10%); } 100% { opacity: 1; transform: translateY(0px); } }@-webkit-keyframes fadeLeft { 0% { opacity: 0; transform: translateX(-10%); } 100% { opacity: 1; transform: translateX(0px); } }@keyframes fadeLeft { 0% { opacity: 0; transform: translateX(-10%); } 100% { opacity: 1; transform: translateX(0px); } }@-webkit-keyframes fadeRight { 0% { opacity: 0; transform: translateX(10%); } 100% { opacity: 1; transform: translateX(0px); } }@keyframes fadeRight { 0% { opacity: 0; transform: translateX(10%); } 100% { opacity: 1; transform: translateX(0px); } }@-webkit-keyframes fadeTop { 0% { opacity: 0; transform: translateY(-10%); } 100% { opacity: 1; transform: translateX(0px); } }@keyframes fadeTop { 0% { opacity: 0; transform: translateY(-10%); } 100% { opacity: 1; transform: translateX(0px); } }@-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }@keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }@media (min-width: 981px){.et_pb_section.et_section_specialty div.et_pb_row .et_pb_column .et_pb_column .et_pb_module.et-last-child, .et_pb_section.et_section_specialty div.et_pb_row .et_pb_column .et_pb_column .et_pb_module:last-child, .et_pb_section.et_section_specialty div.et_pb_row .et_pb_column .et_pb_row_inner .et_pb_column .et_pb_module.et-last-child, .et_pb_section.et_section_specialty div.et_pb_row .et_pb_column .et_pb_row_inner .et_pb_column .et_pb_module:last-child, .et_pb_section div.et_pb_row .et_pb_column .et_pb_module.et-last-child, .et_pb_section div.et_pb_row .et_pb_column .et_pb_module:last-child { margin-bottom: 0px; }}@-webkit-keyframes multi-view-image-fade { 0% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.01); opacity: 1; } 100% { transform: scale(1); opacity: 1; } }.et_pb_section { position: relative; background-color: #ffffff; background-position: 50% center; background-size: cover; }.et_pb_section--absolute, .et_pb_section--fixed { width: 100%; }@media (min-width: 981px){.et_pb_section { padding: 4% 0px; }}.et_pb_row { width: 80%; max-width: 1080px; margin: auto; position: relative; }.et_pb_row::after, .et_pb_row_inner::after { content: ""; display: block; clear: both; visibility: hidden; line-height: 0; height: 0px; width: 0px; }.et_pb_column { float: left; background-size: cover; background-position: 50% center; position: relative; z-index: 2; min-height: 1px; }.et_pb_column--with-menu { z-index: 3; }.et_pb_row .et_pb_column.et-last-child, .et_pb_row .et_pb_column:last-child, .et_pb_row_inner .et_pb_column.et-last-child, .et_pb_row_inner .et_pb_column:last-child { margin-right: 0px !important; }.et_pb_column, .et_pb_row, .et_pb_row_inner { background-size: cover; background-position: 50% center; background-repeat: no-repeat; }@media (min-width: 981px){.et_pb_row { padding: 2% 0px; }.et_pb_column_single { padding: 2.855% 0px; }.et_pb_row.et_pb_equal_columns, .et_pb_row_inner.et_pb_equal_columns, .et_pb_section.et_pb_equal_columns > .et_pb_row { display: flex; }.et_pb_row.et_pb_equal_columns > .et_pb_column, .et_pb_section.et_pb_equal_columns > .et_pb_row > .et_pb_column { -webkit-box-ordinal-group: 2; order: 1; }}@font-face{font-family:"ETmodules";font-weight:400;font-style:normal;src:url(https://aldoleopardimusic.com/wp-content/swift-ai/cache/aldoleopardimusic.com/product/womens-t-shirt-black/__data/modules26287578.woff) format('woff2');font-display:swap;}@font-face{font-family:"FontAwesome";font-weight:400;font-style:normal;src:url(https://aldoleopardimusic.com/wp-content/swift-ai/cache/aldoleopardimusic.com/product/womens-t-shirt-black/__data/fa-brands-400d1454677.woff) format('woff2');font-display:swap;}.et_pb_sticky_placeholder { opacity: 0 !important; }.et_animated { opacity: 0; animation-duration: 1s; animation-fill-mode: both !important; }.et_had_animation { position: relative; }@-webkit-keyframes et_pb_fade { 100% { opacity: 1; } }@keyframes et_pb_fade { 100% { opacity: 1; } }@-webkit-keyframes et_pb_fadeTop { 0% { transform: translate3d(0px, -100%, 0px); } 100% { opacity: 1; transform: none; } }@keyframes et_pb_fadeTop { 0% { transform: translate3d(0px, -100%, 0px); } 100% { opacity: 1; transform: none; } }@-webkit-keyframes et_pb_fadeRight { 0% { transform: translate3d(100%, 0px, 0px); } 100% { opacity: 1; transform: none; } }@keyframes et_pb_fadeRight { 0% { transform: translate3d(100%, 0px, 0px); } 100% { opacity: 1; transform: none; } }@-webkit-keyframes et_pb_fadeBottom { 0% { transform: translate3d(0px, 100%, 0px); } 100% { opacity: 1; transform: none; } }@keyframes et_pb_fadeBottom { 0% { transform: translate3d(0px, 100%, 0px); } 100% { opacity: 1; transform: none; } }@-webkit-keyframes et_pb_fadeLeft { 0% { transform: translate3d(-100%, 0px, 0px); } 100% { opacity: 1; transform: none; } }@keyframes et_pb_fadeLeft { 0% { transform: translate3d(-100%, 0px, 0px); } 100% { opacity: 1; transform: none; } }@-webkit-keyframes et_pb_slide { 100% { transform: scaleX(1); opacity: 1; } }@keyframes et_pb_slide { 100% { transform: scaleX(1); opacity: 1; } }@-webkit-keyframes et_pb_slideTop { 100% { transform: translateZ(0px); opacity: 1; } }@keyframes et_pb_slideTop { 100% { transform: translateZ(0px); opacity: 1; } }@-webkit-keyframes et_pb_slideRight { 100% { transform: translateZ(0px); opacity: 1; } }@keyframes et_pb_slideRight { 100% { transform: translateZ(0px); opacity: 1; } }@-webkit-keyframes et_pb_slideBottom { 100% { transform: translateZ(0px); opacity: 1; } }@keyframes et_pb_slideBottom { 100% { transform: translateZ(0px); opacity: 1; } }@-webkit-keyframes et_pb_slideLeft { 100% { transform: translateZ(0px); opacity: 1; } }@keyframes et_pb_slideLeft { 100% { transform: translateZ(0px); opacity: 1; } }@-webkit-keyframes et_pb_bounce { 0%, 20%, 40%, 60%, 80%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 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% { transform: scale3d(1.03, 1.03, 1.03); } 80% { transform: scale3d(0.97, 0.97, 0.97); } 100% { opacity: 1; transform: scaleX(1); } }@keyframes et_pb_bounce { 0%, 20%, 40%, 60%, 80%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 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% { transform: scale3d(1.03, 1.03, 1.03); } 80% { transform: scale3d(0.97, 0.97, 0.97); } 100% { opacity: 1; transform: scaleX(1); } }@-webkit-keyframes et_pb_bounceTop { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { transform: translate3d(0px, -200px, 0px); } 60% { transform: translate3d(0px, 25px, 0px); } 75% { transform: translate3d(0px, -10px, 0px); } 90% { transform: translate3d(0px, 5px, 0px); } 100% { transform: none; opacity: 1; } }@keyframes et_pb_bounceTop { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { transform: translate3d(0px, -200px, 0px); } 60% { transform: translate3d(0px, 25px, 0px); } 75% { transform: translate3d(0px, -10px, 0px); } 90% { transform: translate3d(0px, 5px, 0px); } 100% { transform: none; opacity: 1; } }@-webkit-keyframes et_pb_bounceRight { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { transform: translate3d(200px, 0px, 0px); } 60% { transform: translate3d(-25px, 0px, 0px); } 75% { transform: translate3d(10px, 0px, 0px); } 90% { transform: translate3d(-5px, 0px, 0px); } 100% { transform: none; opacity: 1; } }@keyframes et_pb_bounceRight { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { transform: translate3d(200px, 0px, 0px); } 60% { transform: translate3d(-25px, 0px, 0px); } 75% { transform: translate3d(10px, 0px, 0px); } 90% { transform: translate3d(-5px, 0px, 0px); } 100% { transform: none; opacity: 1; } }@-webkit-keyframes et_pb_bounceBottom { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { transform: translate3d(0px, 200px, 0px); } 60% { transform: translate3d(0px, -20px, 0px); } 75% { transform: translate3d(0px, 10px, 0px); } 90% { transform: translate3d(0px, -5px, 0px); } 100% { transform: translateZ(0px); opacity: 1; } }@keyframes et_pb_bounceBottom { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { transform: translate3d(0px, 200px, 0px); } 60% { transform: translate3d(0px, -20px, 0px); } 75% { transform: translate3d(0px, 10px, 0px); } 90% { transform: translate3d(0px, -5px, 0px); } 100% { transform: translateZ(0px); opacity: 1; } }@-webkit-keyframes et_pb_bounceLeft { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { transform: translate3d(-200px, 0px, 0px); } 60% { transform: translate3d(25px, 0px, 0px); } 75% { transform: translate3d(-10px, 0px, 0px); } 90% { transform: translate3d(5px, 0px, 0px); } 100% { transform: none; opacity: 1; } }@keyframes et_pb_bounceLeft { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } 0% { transform: translate3d(-200px, 0px, 0px); } 60% { transform: translate3d(25px, 0px, 0px); } 75% { transform: translate3d(-10px, 0px, 0px); } 90% { transform: translate3d(5px, 0px, 0px); } 100% { transform: none; opacity: 1; } }@-webkit-keyframes et_pb_zoom { 100% { transform: scaleX(1); opacity: 1; } }@keyframes et_pb_zoom { 100% { transform: scaleX(1); opacity: 1; } }@-webkit-keyframes et_pb_zoomTop { 100% { transform: scaleX(1); opacity: 1; } }@keyframes et_pb_zoomTop { 100% { transform: scaleX(1); opacity: 1; } }@-webkit-keyframes et_pb_zoomRight { 100% { transform: scaleX(1); opacity: 1; } }@keyframes et_pb_zoomRight { 100% { transform: scaleX(1); opacity: 1; } }@-webkit-keyframes et_pb_zoomBottom { 100% { transform: scaleX(1); opacity: 1; } }@keyframes et_pb_zoomBottom { 100% { transform: scaleX(1); opacity: 1; } }@-webkit-keyframes et_pb_zoomLeft { 100% { transform: scaleX(1); opacity: 1; } }@keyframes et_pb_zoomLeft { 100% { transform: scaleX(1); opacity: 1; } }@-webkit-keyframes et_pb_flip { 100% { opacity: 1; transform: rotateX(0deg); } }@keyframes et_pb_flip { 100% { opacity: 1; transform: rotateX(0deg); } }@-webkit-keyframes et_pb_flipTop { 100% { opacity: 1; transform: rotateX(0deg); } }@keyframes et_pb_flipTop { 100% { opacity: 1; transform: rotateX(0deg); } }@-webkit-keyframes et_pb_flipRight { 100% { opacity: 1; transform: rotateY(0deg); } }@keyframes et_pb_flipRight { 100% { opacity: 1; transform: rotateY(0deg); } }@-webkit-keyframes et_pb_flipBottom { 100% { opacity: 1; transform: rotateX(0deg); } }@keyframes et_pb_flipBottom { 100% { opacity: 1; transform: rotateX(0deg); } }@-webkit-keyframes et_pb_flipLeft { 100% { opacity: 1; transform: rotateY(0deg); } }@keyframes et_pb_flipLeft { 100% { opacity: 1; transform: rotateY(0deg); } }@-webkit-keyframes et_pb_fold { 100% { opacity: 1; transform: rotateY(0deg); } }@keyframes et_pb_fold { 100% { opacity: 1; transform: rotateY(0deg); } }@-webkit-keyframes et_pb_foldTop { 100% { opacity: 1; transform: rotateX(0deg); } }@keyframes et_pb_foldTop { 100% { opacity: 1; transform: rotateX(0deg); } }@-webkit-keyframes et_pb_foldRight { 100% { opacity: 1; transform: rotateY(0deg); } }@keyframes et_pb_foldRight { 100% { opacity: 1; transform: rotateY(0deg); } }@-webkit-keyframes et_pb_foldBottom { 100% { opacity: 1; transform: rotateX(0deg); } }@keyframes et_pb_foldBottom { 100% { opacity: 1; transform: rotateX(0deg); } }@-webkit-keyframes et_pb_foldLeft { 100% { opacity: 1; transform: rotateY(0deg); } }@keyframes et_pb_foldLeft { 100% { opacity: 1; transform: rotateY(0deg); } }@-webkit-keyframes et_pb_roll { 0% { transform-origin: center center; } 100% { transform-origin: center center; transform: none; opacity: 1; } }@keyframes et_pb_roll { 0% { transform-origin: center center; } 100% { transform-origin: center center; transform: none; opacity: 1; } }@-webkit-keyframes et_pb_rollTop { 0% { transform-origin: center top; } 100% { transform-origin: center top; transform: none; opacity: 1; } }@keyframes et_pb_rollTop { 0% { transform-origin: center top; } 100% { transform-origin: center top; transform: none; opacity: 1; } }@-webkit-keyframes et_pb_rollRight { 0% { transform-origin: right center; } 100% { transform-origin: right center; transform: none; opacity: 1; } }@keyframes et_pb_rollRight { 0% { transform-origin: right center; } 100% { transform-origin: right center; transform: none; opacity: 1; } }@-webkit-keyframes et_pb_rollBottom { 0% { transform-origin: center bottom; } 100% { transform-origin: center bottom; transform: none; opacity: 1; } }@keyframes et_pb_rollBottom { 0% { transform-origin: center bottom; } 100% { transform-origin: center bottom; transform: none; opacity: 1; } }@-webkit-keyframes et_pb_rollLeft { 0% { transform-origin: left center; } 100% { transform-origin: left center; transform: none; opacity: 1; } }@keyframes et_pb_rollLeft { 0% { transform-origin: left center; } 100% { transform-origin: left center; transform: none; opacity: 1; } }@-webkit-keyframes fadeOutTop { 0% { opacity: 1; transform: translateY(0px); } 100% { opacity: 0; transform: translateY(-60%); } }@keyframes fadeOutTop { 0% { opacity: 1; transform: translateY(0px); } 100% { opacity: 0; transform: translateY(-60%); } }@-webkit-keyframes fadeInTop { 0% { opacity: 0; transform: translateY(-60%); } 100% { opacity: 1; transform: translateY(0px); } }@keyframes fadeInTop { 0% { opacity: 0; transform: translateY(-60%); } 100% { opacity: 1; transform: translateY(0px); } }@-webkit-keyframes fadeInBottom { 0% { opacity: 0; transform: translateY(60%); } 100% { opacity: 1; transform: translateY(0px); } }@keyframes fadeInBottom { 0% { opacity: 0; transform: translateY(60%); } 100% { opacity: 1; transform: translateY(0px); } }@-webkit-keyframes fadeOutBottom { 0% { opacity: 1; transform: translateY(0px); } 100% { opacity: 0; transform: translateY(60%); } }@keyframes fadeOutBottom { 0% { opacity: 1; transform: translateY(0px); } 100% { opacity: 0; transform: translateY(60%); } }@-webkit-keyframes Grow { 0% { opacity: 0; transform: scaleY(0.5); } 100% { opacity: 1; transform: scale(1); } }@keyframes Grow { 0% { opacity: 0; transform: scaleY(0.5); } 100% { opacity: 1; transform: scale(1); } }@-webkit-keyframes flipInX { 0% { transform: perspective(400px) rotateX(90deg); animation-timing-function: ease-in; opacity: 0; } 40% { transform: perspective(400px) rotateX(-20deg); animation-timing-function: ease-in; } 60% { transform: perspective(400px) rotateX(10deg); opacity: 1; } 80% { transform: perspective(400px) rotateX(-5deg); } 100% { transform: perspective(400px); } }@keyframes flipInX { 0% { transform: perspective(400px) rotateX(90deg); animation-timing-function: ease-in; opacity: 0; } 40% { transform: perspective(400px) rotateX(-20deg); animation-timing-function: ease-in; } 60% { transform: perspective(400px) rotateX(10deg); opacity: 1; } 80% { transform: perspective(400px) rotateX(-5deg); } 100% { transform: perspective(400px); } }@-webkit-keyframes flipInY { 0% { transform: perspective(400px) rotateY(90deg); animation-timing-function: ease-in; opacity: 0; } 40% { transform: perspective(400px) rotateY(-20deg); animation-timing-function: ease-in; } 60% { transform: perspective(400px) rotateY(10deg); opacity: 1; } 80% { transform: perspective(400px) rotateY(-5deg); } 100% { transform: perspective(400px); } }@keyframes flipInY { 0% { transform: perspective(400px) rotateY(90deg); animation-timing-function: ease-in; opacity: 0; } 40% { transform: perspective(400px) rotateY(-20deg); animation-timing-function: ease-in; } 60% { transform: perspective(400px) rotateY(10deg); opacity: 1; } 80% { transform: perspective(400px) rotateY(-5deg); } 100% { transform: perspective(400px); } }.et-menu li { display: inline-block; font-size: 14px; padding-right: 22px; }.et-menu > li:last-child { padding-right: 0px; }.et-menu a { color: rgba(0, 0, 0, 0.6); text-decoration: none; display: block; position: relative; }.et-menu a, .et-menu a:hover { transition: 0.4s ease-in-out; }.et-menu a:hover { opacity: 0.7; }.et-menu li > a { padding-bottom: 29px; overflow-wrap: break-word; }a.et_pb_menu__icon, button.et_pb_menu__icon { display: flex; -webkit-box-align: center; align-items: center; padding: 0px; margin: 0px 11px; font-size: 17px; line-height: normal; background: none; border: 0px; cursor: pointer; -webkit-box-orient: horizontal; -webkit-box-direction: reverse; flex-direction: row-reverse; }a.et_pb_menu__icon::after, button.et_pb_menu__icon::after { font-family: ETmodules; }.et_pb_menu__wrap .mobile_menu_bar { transform: translateY(3%); }.et_pb_menu__wrap .mobile_menu_bar::before { top: 0px; }.et_pb_menu__logo { overflow: hidden; }.et_pb_menu__logo img { display: block; }.et_pb_menu__cart-button::after { content: ""; }@media (min-width: 981px){.et_pb_gutters3 .et_pb_column, .et_pb_gutters3.et_pb_row .et_pb_column { margin-right: 5.5%; }.et_pb_gutters3 .et_pb_column_4_4, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 { width: 100%; }.et_pb_gutters3 .et_pb_column_4_4 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_module { margin-bottom: 2.75%; }.et_pb_gutters3 .et_pb_column_3_4, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 { width: 73.625%; }.et_pb_gutters3 .et_pb_column_3_4 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_module { margin-bottom: 3.735%; }}@media (min-width: 981px){.et_pb_gutters1 .et_pb_column, .et_pb_gutters1.et_pb_row .et_pb_column { margin-right: 0px; }.et_pb_gutters1 .et_pb_column_3_4, .et_pb_gutters1.et_pb_row .et_pb_column_3_4 { width: 75%; }.et_pb_gutters1 .et_pb_column_3_4 .et_pb_module, .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_module { margin-bottom: 0px; }}@media (min-width: 981px){.et_pb_gutters2 .et_pb_column, .et_pb_gutters2.et_pb_row .et_pb_column { margin-right: 3%; }.et_pb_gutters2 .et_pb_column_4_4, .et_pb_gutters2.et_pb_row .et_pb_column_4_4 { width: 100%; }.et_pb_gutters2 .et_pb_column_4_4 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_module { margin-bottom: 1.5%; }.et_pb_gutters2 .et_pb_column_3_4, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 { width: 74.25%; }.et_pb_gutters2 .et_pb_column_3_4 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_module { margin-bottom: 2.02%; }}.nav li li { padding: 0px 20px; margin: 0px; }.et-menu li li a { padding: 6px 20px; width: 200px; }.nav li { position: relative; line-height: 1em; }.nav li li { position: relative; line-height: 2em; }.nav li ul { position: absolute; padding: 20px 0px; z-index: 9999; width: 240px; background: #ffffff; visibility: hidden; opacity: 0; border-top: 3px solid #2ea3f2; box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px; transform: translateZ(0px); text-align: left; }.nav li.et-touch-hover > ul, .nav li:hover > ul { opacity: 1; visibility: visible; }.nav li:hover { visibility: inherit; }.et_mobile_menu li a, .nav li li a { font-size: 14px; transition:opacity, background-color 0.2s, 0.2s ease-in-out, ease-in-out; }.et_mobile_menu li a:hover, .nav ul li a:hover { background-color: rgba(0, 0, 0, 0.03); opacity: 0.7; }.et-menu .menu-item-has-children > a:first-child::after { font-family: ETmodules; content: "3"; font-size: 16px; position: absolute; right: 0px; top: 0px; font-weight: 800; }.et-menu .menu-item-has-children > a:first-child { padding-right: 20px; }.et_mobile_nav_menu { float: right; display: none; }.mobile_menu_bar { position: relative; display: block; line-height: 0; }.mobile_menu_bar::before { content: "a"; font-size: 32px; position: relative; left: 0px; top: 0px; cursor: pointer; }.et_pb_module .mobile_menu_bar::before { top: 2px; }.et_pb_code_inner { position: relative; }@-webkit-keyframes slideWidth { 0% { width: 0px; } }@keyframes slideWidth { 0% { width: 0px; } }.et_pb_with_border.et_pb_menu .et_pb_menu__logo img { border: 0px solid #333333; }.et_pb_menu .et-menu-nav, .et_pb_menu .et-menu-nav > ul { float: none; }.et_pb_menu .et-menu-nav > ul { line-height: 1.7em; padding: 0px !important; }.et_pb_menu .et-menu-nav > ul ul { padding: 20px 0px; text-align: left; }.et_pb_menu_inner_container { position: relative; }.et_pb_menu .et_pb_menu__wrap { -webkit-box-flex: 1; flex: 1 1 auto; display: flex; -webkit-box-pack: start; justify-content: flex-start; -webkit-box-align: stretch; align-items: stretch; flex-wrap: wrap; opacity: 1; }.et_pb_menu .et_pb_menu__menu { -webkit-box-flex: 0; flex: 0 1 auto; -webkit-box-pack: start; justify-content: flex-start; }.et_pb_menu .et_pb_menu__menu, .et_pb_menu .et_pb_menu__menu > nav, .et_pb_menu .et_pb_menu__menu > nav > ul { display: flex; -webkit-box-align: stretch; align-items: stretch; }.et_pb_menu .et_pb_menu__menu > nav > ul { flex-wrap: wrap; -webkit-box-pack: start; justify-content: flex-start; }.et_pb_menu .et_pb_menu__menu > nav > ul > li { position: relative; display: flex; -webkit-box-align: stretch; align-items: stretch; margin: 0px; }.et_pb_menu .et_pb_menu__menu > nav > ul > li > ul { top: calc(100% - 1px); left: 0px; }.et_pb_menu--with-logo .et_pb_menu__menu > nav > ul > li > a { display: flex; -webkit-box-align: center; align-items: center; padding: 31px 0px; white-space: nowrap; }.et_pb_menu--with-logo .et_pb_menu__menu > nav > ul > li > a::after { transform: translateY(-50%); top: 50% !important; }.et_pb_menu .et_pb_menu__icon { -webkit-box-flex: 0; flex: 0 0 auto; }.et_pb_menu .et-menu { margin-left: -11px; margin-right: -11px; }.et_pb_menu .et-menu > li { padding-left: 11px; padding-right: 11px; }.et_pb_menu--style-left_aligned .et_pb_menu_inner_container, .et_pb_menu--style-left_aligned .et_pb_row { display: flex; -webkit-box-align: stretch; align-items: stretch; }.et_pb_menu--style-left_aligned .et_pb_menu__logo-wrap { -webkit-box-flex: 0; flex: 0 1 auto; display: flex; -webkit-box-align: center; align-items: center; }.et_pb_menu--style-left_aligned .et_pb_menu__logo { margin-right: 30px; }@media (min-width: 981px){.et_dropdown_animation_fade.et_pb_menu ul li:hover > ul { transition: 0.2s ease-in-out; }}ul.et_pb_social_media_follow { margin: 0px 0px 22px; padding: 0px; list-style-type: none !important; }.et_pb_social_media_follow li { display: inline-block; margin-bottom: 8px; position: relative; }.et_pb_social_media_follow li a { margin-right: 8px; display: inline-block; text-decoration: none; text-align: center; position: relative; }.et_pb_social_media_follow li.last-child a, .et_pb_social_media_follow li:last-child a { margin-right: 0px; }.et_pb_social_media_follow li a.icon { height: 32px; width: 32px; padding: 0px; box-sizing: content-box; }.et_pb_social_media_follow li a.icon::before { height: 32px; width: 32px; font-size: 16px; line-height: 32px; display: block; color: #ffffff; transition: color 0.3s; position: relative; z-index: 10; }.et_pb_social_media_follow li a.icon { border-radius: 3px; }.et_pb_social_media_follow_network_name { display: none; }.et_pb_social_icon a.icon { vertical-align: middle; }.et_pb_social_icon a.icon::before { font-family: ETmodules; speak: none; font-style: normal; font-weight: 400; font-feature-settings: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; text-shadow: 0px 0px; direction: ltr; }.et-pb-social-fa-icon a.icon::before { font-family: FontAwesome; }.et-social-tiktok a.icon::before { content: ""; }.et-social-youtube a.icon::before { content: ""; }.et_pb_toggle_close { background-color: #f4f4f4; padding: 20px; }.et_pb_toggle_open { padding: 20px; background-color: #ffffff; z-index: 1; }.et-pb-is-sliding-carousel { overflow-x: hidden; }@-webkit-keyframes et_pb_video_slider_item_fade_out { 0% { opacity: 1; } 100% { opacity: 0; } }@keyframes et_pb_video_slider_item_fade_out { 0% { opacity: 1; } 100% { opacity: 0; } }@-webkit-keyframes et_pb_video_slider_item_overlay_fade_out { 0% { transform: scale(1); } 100% { transform: scale(0.8); } }@keyframes et_pb_video_slider_item_overlay_fade_out { 0% { transform: scale(1); } 100% { transform: scale(0.8); } }@-webkit-keyframes et_pb_video_slider_item_fade_in { 0% { opacity: 0; transform: scale(0.8); } 100% { opacity: 1; transform: scale(1); } }@keyframes et_pb_video_slider_item_fade_in { 0% { opacity: 0; transform: scale(0.8); } 100% { opacity: 1; transform: scale(1); } }.product { overflow-wrap: break-word; }.et_pb_wc_meta_empty { display: none; }:root :where(a:where(:not(.wp-element-button))) { text-decoration: none; }body.custom-background { background-color: #111111; }.woocommerce-product-gallery{opacity:1!important;} .woocommerce-product-gallery figure{max-width:1000%} .woocommerce-product-gallery figure[style*="3d(0px"]{max-width: 100%;} body:not(.swift-ui) .woocommerce-product-gallery [data-thumb]:not(:first-of-type){display:none!important;}html{opacity:1}}