@layer swift3 {@-webkit-keyframes fa-beat { 0%, 90% { transform: scale(1); } 45% { transform: scale(var(--fa-beat-scale,1.25)); } }@keyframes fa-beat { 0%, 90% { transform: scale(1); } 45% { transform: scale(var(--fa-beat-scale,1.25)); } }@-webkit-keyframes fa-bounce { 0% { transform: scale(1) translateY(0px); } 10% { transform: scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0); } 30% { transform: scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em)); } 50% { transform: scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0); } 57% { transform: scale(1) translateY(var(--fa-bounce-rebound,-.125em)); } 64% { transform: scale(1) translateY(0px); } 100% { transform: scale(1) translateY(0px); } }@keyframes fa-bounce { 0% { transform: scale(1) translateY(0px); } 10% { transform: scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0); } 30% { transform: scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em)); } 50% { transform: scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0); } 57% { transform: scale(1) translateY(var(--fa-bounce-rebound,-.125em)); } 64% { transform: scale(1) translateY(0px); } 100% { transform: scale(1) translateY(0px); } }@-webkit-keyframes fa-fade { 50% { opacity: var(--fa-fade-opacity,.4); } }@keyframes fa-fade { 50% { opacity: var(--fa-fade-opacity,.4); } }@-webkit-keyframes fa-beat-fade { 0%, 100% { opacity: var(--fa-beat-fade-opacity,.4); transform: scale(1); } 50% { opacity: 1; transform: scale(var(--fa-beat-fade-scale,1.125)); } }@keyframes fa-beat-fade { 0%, 100% { opacity: var(--fa-beat-fade-opacity,.4); transform: scale(1); } 50% { opacity: 1; transform: scale(var(--fa-beat-fade-scale,1.125)); } }@-webkit-keyframes fa-flip { 50% { transform: rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg)); } }@keyframes fa-flip { 50% { transform: rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg)); } }@-webkit-keyframes fa-shake { 0% { transform: rotate(-15deg); } 4% { transform: rotate(15deg); } 8%, 24% { transform: rotate(-18deg); } 12%, 28% { transform: rotate(18deg); } 16% { transform: rotate(-22deg); } 20% { transform: rotate(22deg); } 32% { transform: rotate(-12deg); } 36% { transform: rotate(12deg); } 40%, 100% { transform: rotate(0deg); } }@keyframes fa-shake { 0% { transform: rotate(-15deg); } 4% { transform: rotate(15deg); } 8%, 24% { transform: rotate(-18deg); } 12%, 28% { transform: rotate(18deg); } 16% { transform: rotate(-22deg); } 20% { transform: rotate(22deg); } 32% { transform: rotate(-12deg); } 36% { transform: rotate(12deg); } 40%, 100% { transform: rotate(0deg); } }@-webkit-keyframes fa-spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(1turn); } }@keyframes fa-spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(1turn); } }:host, :root { --fa-style-family-brands: "Font Awesome 6 Brands"; --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"; }:host, :root { --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free"; }:host, :root { --fa-style-family-classic: "Font Awesome 6 Free"; --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"; }#plugin-client-modal { position: fixed; background: rgba(200, 200, 200, 0.35); top: 0px; border: 0px; left: 0px; right: 0px; height: 100%; z-index: 9999; display: flex; justify-content: center; align-items: center; }#plugin-client-modal-loader { position: absolute; }#cookie-notice { position: fixed; min-width: 100%; height: auto; z-index: 100000; font-size: 13px; letter-spacing: 0px; line-height: 20px; left: 0px; text-align: center; font-weight: normal; font-family: -apple-system, BlinkMacSystemFont, Arial, Roboto, "Helvetica Neue", sans-serif; }#cookie-notice, #cookie-notice * { box-sizing: border-box; }#cookie-notice .cookie-notice-container { display: block; }.cn-position-bottom { bottom: 0px; }.cookie-notice-container { padding: 15px 30px; text-align: center; width: 100%; z-index: 2; }.cn-close-icon { position: absolute; right: 15px; top: 50%; margin: -10px 0px 0px; width: 15px; height: 15px; opacity: 0.5; padding: 10px; border: none; outline: none; background: none; box-shadow: none; cursor: pointer; }.cn-close-icon:focus, .cn-close-icon:focus-visible { outline: currentcolor solid 2px; outline-offset: 3px; }.cn-close-icon:hover { opacity: 1; }.cn-close-icon::before, .cn-close-icon::after { position: absolute; content: " "; height: 15px; width: 2px; top: 3px; background-color: #808080; }.cn-close-icon::before { transform: rotate(45deg); }.cn-close-icon::after { transform: rotate(-45deg); }#cookie-notice .cn-button { margin: 0px 0px 0px 10px; display: inline-block; }#cookie-notice .cn-button:not(.cn-button-custom) { font-family: -apple-system, BlinkMacSystemFont, Arial, Roboto, "Helvetica Neue", sans-serif; font-weight: normal; font-size: 13px; letter-spacing: 0.25px; margin: 0px 0px 0px 10px; text-align: center; text-transform: none; display: inline-block; cursor: pointer; touch-action: manipulation; white-space: nowrap; outline: none; box-shadow: none; text-shadow: none; border: none; border-radius: 3px; text-decoration: none; padding: 8.5px 10px; line-height: 1; color: inherit; }.cn-text-container { margin: 0px 0px 6px; }.cn-text-container, .cn-buttons-container { display: inline-block; }#cookie-notice.cookie-notice-visible.cn-effect-fade, #cookie-notice.cookie-revoke-visible.cn-effect-fade { animation-name: fadeIn; }#cookie-notice.cn-effect-fade { animation-name: fadeOut; }@-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }@keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } }@-webkit-keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } }@keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } }@-webkit-keyframes slideInUp { 0% { transform: translate3d(0px, 100%, 0px); visibility: visible; } 100% { transform: translate3d(0px, 0px, 0px); } }@keyframes slideInUp { 0% { transform: translate3d(0px, 100%, 0px); visibility: visible; } 100% { transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes slideOutDown { 0% { transform: translate3d(0px, 0px, 0px); } 100% { visibility: hidden; transform: translate3d(0px, 100%, 0px); } }@keyframes slideOutDown { 0% { transform: translate3d(0px, 0px, 0px); } 100% { visibility: hidden; transform: translate3d(0px, 100%, 0px); } }@-webkit-keyframes slideInDown { 0% { transform: translate3d(0px, -100%, 0px); visibility: visible; } 100% { transform: translate3d(0px, 0px, 0px); } }@keyframes slideInDown { 0% { transform: translate3d(0px, -100%, 0px); visibility: visible; } 100% { transform: translate3d(0px, 0px, 0px); } }@-webkit-keyframes slideOutUp { 0% { transform: translate3d(0px, 0px, 0px); } 100% { visibility: hidden; transform: translate3d(0px, -100%, 0px); } }@keyframes slideOutUp { 0% { transform: translate3d(0px, 0px, 0px); } 100% { visibility: hidden; transform: translate3d(0px, -100%, 0px); } }@media (max-width: 900px){.cookie-notice-container #cn-notice-text { display: block; }.cookie-notice-container #cn-notice-buttons { display: block; }#cookie-notice .cn-button { margin: 0px 5px 5px; }}@media (max-width: 480px){.cookie-notice-container, .cookie-revoke-container { padding: 15px 25px; }}:root { --dipi-vb-module-selection-icon-color: #ffffff; --dipi-vb-module-selection-text-color: #ffffff; --dipi-vb-module-selection-background-color: #2c3d49; }.et_pb_scroll_top { animation-fill-mode: forwards !important; }@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; } }: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; } }@media (max-width: 767px){@-webkit-keyframes fadeInUpShortXCenter { 0% { opacity: 0; transform: translate3d(-50%, 10px, 0px); } 100% { opacity: 1; transform: translateY(-40%) translateX(-50%); } }@keyframes fadeInUpShortXCenter { 0% { opacity: 0; transform: translate3d(-50%, 10px, 0px); } 100% { opacity: 1; transform: translateY(-40%) translateX(-50%); } }@-webkit-keyframes fadeInDownShortXCenter { 0% { opacity: 0; transform: translate3d(-50%, -10px, 0px); } 100% { opacity: 1; transform: translateY(-40%) translateX(-50%); } }@keyframes fadeInDownShortXCenter { 0% { opacity: 0; transform: translate3d(-50%, -10px, 0px); } 100% { opacity: 1; transform: translateY(-40%) translateX(-50%); } }@-webkit-keyframes fadeInLeftShortXCenter { 0% { opacity: 0; transform: translate3d(calc(-50% - 10px), 0px, 0px); } 100% { opacity: 1; transform: translateY(-40%) translateX(-50%); } }@keyframes fadeInLeftShortXCenter { 0% { opacity: 0; transform: translate3d(calc(-50% - 10px), 0px, 0px); } 100% { opacity: 1; transform: translateY(-40%) translateX(-50%); } }@-webkit-keyframes fadeInRightShortXCenter { 0% { opacity: 0; transform: translate3d(calc(-50% + 10px), 0px, 0px); } 100% { opacity: 1; transform: translateY(-40%) translateX(-50%); } }@keyframes fadeInRightShortXCenter { 0% { opacity: 0; transform: translate3d(calc(-50% + 10px), 0px, 0px); } 100% { opacity: 1; transform: translateY(-40%) translateX(-50%); } }@-webkit-keyframes fadeInUpShortYCenter { 0% { opacity: 0; transform: translate3d(0px, calc(-50% + 10px), 0px); } 100% { opacity: 1; transform: translateY(-40%) translateX(-50%); } }@keyframes fadeInUpShortYCenter { 0% { opacity: 0; transform: translate3d(0px, calc(-50% + 10px), 0px); } 100% { opacity: 1; transform: translateY(-40%) translateX(-50%); } }@-webkit-keyframes fadeInDownShortYCenter { 100% { opacity: 1; transform: translateY(-40%) translateX(-50%); } }@keyframes fadeInDownShortYCenter { 100% { opacity: 1; transform: translateY(-40%) translateX(-50%); } }@-webkit-keyframes fadeInLeftShortYCenter { 0% { opacity: 0; transform: translate3d(0px, calc(-50% - 10px), 0px); } 100% { opacity: 1; transform: translateY(-40%) translateX(-50%); } }@keyframes fadeInLeftShortYCenter { 0% { opacity: 0; transform: translate3d(0px, calc(-50% - 10px), 0px); } 100% { opacity: 1; transform: translateY(-40%) translateX(-50%); } }@-webkit-keyframes fadeInRightShortYCenter { 0% { opacity: 0; transform: translate3d(20px, -50%, 0px); } 100% { opacity: 1; transform: translateY(-40%) translateX(-50%); } }@keyframes fadeInRightShortYCenter { 0% { opacity: 0; transform: translate3d(20px, -50%, 0px); } 100% { opacity: 1; transform: translateY(-40%) translateX(-50%); } }}@-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); } }@-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; } }@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; } }@font-face{font-family:"Poppins";font-weight:500;font-style:italic;unicode-range:U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;src:url(https://wlczorgbemiddeling.nl/wp-content/swift-ai/cache/wlczorgbemiddeling.nl/__data/pxiDyp8kv8JHgFVrJJLmg1hVF9eOYktMqg79d4e059.woff) format('woff2');font-display:swap;}@font-face{font-family:"Poppins";font-weight:300;font-style:normal;unicode-range:U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;src:url(https://wlczorgbemiddeling.nl/wp-content/swift-ai/cache/wlczorgbemiddeling.nl/__data/pxiByp8kv8JHgFVrLDz8Z1xlFd2JQEk05cd045d.woff) format('woff2');font-display:swap;}@font-face{font-family:"Poppins";font-weight:500;font-style:normal;unicode-range:U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;src:url(https://wlczorgbemiddeling.nl/wp-content/swift-ai/cache/wlczorgbemiddeling.nl/__data/pxiByp8kv8JHgFVrLGT9Z1xlFd2JQEk2ec28208.woff) format('woff2');font-display:swap;}@font-face{font-family:"Poppins";font-weight:600;font-style:normal;unicode-range:U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;src:url(https://wlczorgbemiddeling.nl/wp-content/swift-ai/cache/wlczorgbemiddeling.nl/__data/pxiByp8kv8JHgFVrLEj6Z1xlFd2JQEk47c00c1f.woff) format('woff2');font-display:swap;}@font-face{font-family:"Poppins";font-weight:700;font-style:normal;unicode-range:U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;src:url(https://wlczorgbemiddeling.nl/wp-content/swift-ai/cache/wlczorgbemiddeling.nl/__data/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEkf11738c5.woff) format('woff2');font-display:swap;}@font-face { font-family: "Space Grotesk"; font-style: normal; font-weight: 300; font-display: swap; src: url(https://fonts.gstatic.com/s/spacegrotesk/v22/V8mDoQDjQSkFtoMM3T6r8E7mPbF4C_k3HqU.woff2) format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }@font-face { font-family: "Space Grotesk"; font-style: normal; font-weight: 400; font-display: swap; src: url(https://fonts.gstatic.com/s/spacegrotesk/v22/V8mDoQDjQSkFtoMM3T6r8E7mPbF4C_k3HqU.woff2) format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }@font-face { font-family: "Space Grotesk"; font-style: normal; font-weight: 500; font-display: swap; src: url(https://fonts.gstatic.com/s/spacegrotesk/v22/V8mDoQDjQSkFtoMM3T6r8E7mPbF4C_k3HqU.woff2) format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }@font-face { font-family: "Space Grotesk"; font-style: normal; font-weight: 600; font-display: swap; src: url(https://fonts.gstatic.com/s/spacegrotesk/v22/V8mDoQDjQSkFtoMM3T6r8E7mPbF4C_k3HqU.woff2) format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }@font-face { font-family: "Space Grotesk"; font-style: normal; font-weight: 700; font-display: swap; src: url(https://fonts.gstatic.com/s/spacegrotesk/v22/V8mDoQDjQSkFtoMM3T6r8E7mPbF4C_k3HqU.woff2) format("woff2"); unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }@font-face{font-family:"ETmodules";font-weight:400;font-style:normal;src:url(https://wlczorgbemiddeling.nl/wp-content/swift-ai/cache/wlczorgbemiddeling.nl/__data/modules15f0f237.woff) format('woff2');font-display:swap;}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; }p { padding-bottom: 1em; }p:not(.has-background):last-of-type { padding-bottom: 0px; }strong { font-weight: 700; }cite, em, i { font-style: italic; }h1, h2, h3, h4, h5, h6 { color: #333333; padding-bottom: 10px; line-height: 1em; font-weight: 500; }h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }h2 { font-size: 26px; }h3 { font-size: 22px; }h4 { font-size: 18px; }h5 { font-size: 16px; }button, input, select, textarea { font-family: inherit; }img { max-width: 100%; height: auto; }#main-content { background-color: #ffffff; }#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; }.page.et_pb_pagebuilder_layout #main-content { background-color: transparent; }@media (max-width: 980px){#page-container { padding-top: 80px; }.et-tb #page-container, .et-tb-has-header #page-container { padding-top: 0px !important; }}.et_pb_pagebuilder_layout .entry-content, .et_pb_pagebuilder_layout .et_pb_post .entry-content { margin-bottom: 0px !important; padding-top: 0px; }.et_pb_scroll_top.et-pb-icon { text-align: center; background: rgba(0, 0, 0, 0.4); text-decoration: none; position: fixed; z-index: 99999; bottom: 125px; right: 0px; border-top-left-radius: 5px; border-bottom-left-radius: 5px; display: none; cursor: pointer; font-size: 30px; padding: 5px; color: #ffffff; }.et_pb_scroll_top::before { content: "2"; }.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); } }* { 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-icon, .et_pb_custom_button_icon.et_pb_button::after, .et_pb_login .et_pb_custom_button_icon.et_pb_button::after, .et_pb_woo_custom_button_icon .button.et_pb_custom_button_icon.et_pb_button::after, .et_pb_woo_custom_button_icon .button.et_pb_custom_button_icon.et_pb_button:hover::after { content: attr(data-icon); }.et-pb-icon { font-family: ETmodules; speak: none; font-weight: 400; font-feature-settings: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; font-size: 96px; font-style: normal; display: inline-block; box-sizing: border-box; direction: ltr; }.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_button:hover, .et_pb_module .et_pb_button:hover { border: 2px solid transparent; padding: 0.3em 2em 0.3em 0.7em; }.et_pb_button:hover { background-color: rgba(255, 255, 255, 0.2); }.et_pb_bg_layout_light.et_pb_button:hover, .et_pb_bg_layout_light .et_pb_button:hover { background-color: rgba(0, 0, 0, 0.05); }.et_pb_button::after, .et_pb_button::before { font-size: 32px; line-height: 1em; content: "5"; opacity: 0; position: absolute; margin-left: -1em; transition: 0.2s; text-transform: none; font-feature-settings: "kern" 0; font-variant: none; font-style: normal; font-weight: 400; text-shadow: none; }.et_pb_button::before { display: none; }.et_pb_column_1_3 h3, .et_pb_column_1_4 h3, .et_pb_column_1_5 h3, .et_pb_column_1_6 h3, .et_pb_column_2_5 h3 { font-size: 20px; }.et_pb_column_1_3 h4, .et_pb_column_1_4 h4, .et_pb_column_1_5 h4, .et_pb_column_1_6 h4, .et_pb_column_2_5 h4 { font-size: 18px; }.et_pb_bg_layout_dark, .et_pb_bg_layout_dark h1, .et_pb_bg_layout_dark h2, .et_pb_bg_layout_dark h3, .et_pb_bg_layout_dark h4, .et_pb_bg_layout_dark h5, .et_pb_bg_layout_dark h6 { color: #ffffff !important; }.et_pb_module.et_pb_text_align_left { text-align: left; }.et_pb_module.et_pb_text_align_center { text-align: center; }.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_background_mask, .et_pb_background_pattern { inset: 0px; position: absolute; }.et_pb_background_mask { background-size: calc(100% + 2px) calc(100% + 2px); background-repeat: no-repeat; background-position: 50% center; overflow: hidden; }.et_pb_with_border { position: relative; border: 0px solid #333333; }.has-box-shadow-overlay { position: relative; }.et_clickable { cursor: pointer; }.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; }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; } }.et-waypoint:not(.et_pb_counters) { opacity: 0; }@media (max-width: 980px){.et_pb_column .et_pb_module { margin-bottom: 30px; }.et_pb_row .et_pb_column .et_pb_module.et-last-child, .et_pb_row .et_pb_column .et_pb_module:last-child, .et_section_specialty .et_pb_row .et_pb_column .et_pb_module.et-last-child, .et_section_specialty .et_pb_row .et_pb_column .et_pb_module:last-child { margin-bottom: 0px; }.et_pb_module.et_pb_text_align_center-tablet { text-align: center; }}@-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 (max-width: 980px){.et_pb_section { padding: 50px 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_row_4col .et-last-child, .et_pb_row_4col .et-last-child-2, .et_pb_row_6col .et-last-child, .et_pb_row_6col .et-last-child-2, .et_pb_row_6col .et-last-child-3 { margin-bottom: 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_column.et_pb_column_empty { min-height: 1px; }.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 (max-width: 980px){.et_pb_row { max-width: 1080px; }.et_pb_column .et_pb_row_inner, .et_pb_row { padding: 30px 0px; }.et_pb_column { width: 100%; margin-bottom: 30px; }.et_pb_bottom_divider .et_pb_row:nth-last-child(2) .et_pb_column:last-child, .et_pb_row .et_pb_column.et-last-child, .et_pb_row .et_pb_column:last-child { margin-bottom: 0px; }.et_pb_column.et_pb_column_empty { display: none; }.et_pb_row_1-2_1-4_1-4, .et_pb_row_1-2_1-6_1-6_1-6, .et_pb_row_1-4_1-4, .et_pb_row_1-4_1-4_1-2, .et_pb_row_1-5_1-5_3-5, .et_pb_row_1-6_1-6_1-6, .et_pb_row_1-6_1-6_1-6_1-2, .et_pb_row_1-6_1-6_1-6_1-6, .et_pb_row_3-5_1-5_1-5, .et_pb_row_4col, .et_pb_row_5col, .et_pb_row_6col { display: flex; flex-wrap: wrap; }.et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4, .et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4, .et_pb_row_4col > .et_pb_column.et_pb_column_1_4 { width: 47.25%; margin-right: 5.5%; }.et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4:nth-child(2n), .et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4:nth-child(2n), .et_pb_row_4col > .et_pb_column.et_pb_column_1_4:nth-child(2n) { margin-right: 0px; }.et_pb_row_1-2_1-4_1-4 .et_pb_column:nth-last-child(-n+2), .et_pb_row_1-4_1-4 .et_pb_column:nth-last-child(-n+2), .et_pb_row_4col .et_pb_column:nth-last-child(-n+2) { margin-bottom: 0px; }.et_pb_row_3-5_1-5_1-5 > .et_pb_column.et_pb_column_1_5 { width: 47.25%; margin-right: 5.5%; }.et_pb_row_3-5_1-5_1-5 > .et_pb_column.et_pb_column_1_5:nth-child(2n+1), .et_pb_row_3-5_1-5_1-5 > .et_pb_column.et_pb_column_3_5 { margin-right: 0px; }.et_pb_row_3-5_1-5_1-5 .et_pb_column:nth-last-child(-n+2), .et_pb_row_5col .et_pb_column:last-child { margin-bottom: 0px; }}@media (max-width: 479px){.et_pb_row .et_pb_column.et_pb_column_1_4, .et_pb_row .et_pb_column.et_pb_column_1_5, .et_pb_row .et_pb_column.et_pb_column_1_6 { width: 100%; margin: 0px 0px 30px; }.et_pb_row .et_pb_column.et_pb_column_1_4.et-last-child, .et_pb_row .et_pb_column.et_pb_column_1_4:last-child, .et_pb_row .et_pb_column.et_pb_column_1_5.et-last-child, .et_pb_row .et_pb_column.et_pb_column_1_5:last-child, .et_pb_row .et_pb_column.et_pb_column_1_6.et-last-child, .et_pb_row .et_pb_column.et_pb_column_1_6:last-child { margin-bottom: 0px; }.et_pb_column { width: 100% !important; }}@font-face{font-family:"ETmodules";font-weight:400;font-style:normal;src:url(https://wlczorgbemiddeling.nl/wp-content/swift-ai/cache/wlczorgbemiddeling.nl/__data/modules15f0f237.woff) format('woff2');font-display:swap;}@font-face{font-family:"FontAwesome";font-weight:900;font-style:normal;src:url(https://wlczorgbemiddeling.nl/wp-content/swift-ai/cache/wlczorgbemiddeling.nl/__data/fa-solid-900347bd3a7.woff) format('woff2');font-display:swap;}@font-face{font-family:"FontAwesome";font-weight:400;font-style:normal;src:url(https://wlczorgbemiddeling.nl/wp-content/swift-ai/cache/wlczorgbemiddeling.nl/__data/fa-brands-4004272e1a3.woff) format('woff2');font-display:swap;}.et_pb_bg_layout_light .et_pb_post .post-meta, .et_pb_bg_layout_light .et_pb_post .post-meta a, .et_pb_bg_layout_light .et_pb_post p { color: #666666; }.et_pb_post { margin-bottom: 60px; overflow-wrap: break-word; }.et_pb_post .entry-title a, .et_pb_post h2 a { text-decoration: none; }.et_pb_post .post-meta { font-size: 14px; margin-bottom: 6px; }.et_pb_posts .et_pb_post { position: relative; }@media (max-width: 980px){.et_pb_post { margin-bottom: 42px; }}@media (max-width: 767px){.et_pb_post > h2 { font-size: 18px; }}@media (max-width: 479px){.et_pb_post h2 { font-size: 16px; padding-bottom: 0px; }.et_pb_post .post-meta { color: #666666; font-size: 14px; }}.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-waypoint.et_pb_animation_off, .et-waypoint:not(.et_pb_counters).et_pb_animation_off, .et_pb_animation_off { opacity: 1; }@media (max-width: 980px){.et-waypoint.et_pb_animation_off_tablet, .et-waypoint:not(.et_pb_counters).et_pb_animation_off_tablet, .et_pb_animation_off_tablet { opacity: 1; animation: auto ease 0s 1 normal none running none; }}@media (max-width: 767px){.et-waypoint.et_pb_animation_off_phone, .et-waypoint:not(.et_pb_counters).et_pb_animation_off_phone, .et_pb_animation_off_phone { opacity: 1; animation: auto ease 0s 1 normal none running none; }}.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; }.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__logo img[src$=".svg"] { width: 100%; }@media (max-width: 980px){.et-menu { display: none; }.et_mobile_nav_menu { display: block; margin-top: -1px; }}@media (max-width: 980px){.et_pb_gutters1 .et_pb_column, .et_pb_gutters1 .et_pb_column .et_pb_module, .et_pb_gutters1.et_pb_row .et_pb_column, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_module { margin-bottom: 0px; }.et_pb_gutters1 .et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4, .et_pb_gutters1 .et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4, .et_pb_gutters1 .et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4, .et_pb_gutters1 .et_pb_row_1-5_1-5_3-5 > .et_pb_column.et_pb_column_1_5, .et_pb_gutters1 .et_pb_row_3-5_1-5_1-5 > .et_pb_column.et_pb_column_1_5, .et_pb_gutters1 .et_pb_row_4col > .et_pb_column.et_pb_column_1_4, .et_pb_gutters1 .et_pb_row_5col > .et_pb_column.et_pb_column_1_5, .et_pb_gutters1.et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4, .et_pb_gutters1.et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4, .et_pb_gutters1.et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4, .et_pb_gutters1.et_pb_row_1-5_1-5_3-5 > .et_pb_column.et_pb_column_1_5, .et_pb_gutters1.et_pb_row_3-5_1-5_1-5 > .et_pb_column.et_pb_column_1_5, .et_pb_gutters1.et_pb_row_4col > .et_pb_column.et_pb_column_1_4, .et_pb_gutters1.et_pb_row_5col > .et_pb_column.et_pb_column_1_5 { width: 50%; margin-right: 0px; }}@media (max-width: 479px){.et_pb_gutters1 .et_pb_column, .et_pb_gutters1.et_pb_row .et_pb_column { margin: 0px !important; }.et_pb_gutters1 .et_pb_column .et_pb_module, .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_module { margin-bottom: 0px; }}.nav li { position: relative; line-height: 1em; }.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_mobile_menu { position: absolute; left: 0px; padding: 5%; background: #ffffff; width: 100%; visibility: visible; opacity: 1; display: none; z-index: 9999; border-top: 3px solid #2ea3f2; box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px; }.et_mobile_menu li a { border-bottom: 1px solid rgba(0, 0, 0, 0.03); color: #666666; padding: 10px 5%; display: block; }.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_blog_grid { position: relative; }.et_pb_blog_grid.et_pb_text_align_center { text-align: center; }.et_pb_blog_grid .column { float: left; max-width: 100%; }.et_pb_blog_grid .et_pb_post { border: 1px solid #d8d8d8; padding: 19px; background-color: #ffffff; overflow-wrap: break-word; }.et_pb_blog_grid .et_pb_no_thumb .entry-title, .et_pb_blog_grid .et_pb_no_thumb h2 { margin-top: 0px; }.et_pb_blog_grid h2 { font-size: 18px; }.et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before { display: none; opacity: 0; line-height: 0; }.et_pb_blog_grid .et_pb_salvattore_content[data-columns] .et_pb_post { opacity: 0; }.et_pb_blog_grid .et_pb_salvattore_content[data-columns] .column .et_pb_post { opacity: 1; }@media (max-width: 980px){.et_pb_column .et_pb_blog_grid .column.size-1of1, .et_pb_column .et_pb_blog_grid .column.size-1of2 { margin-bottom: 0px; }.et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post:last-child, .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post:last-child { margin-bottom: 30px; }}@media (max-width: 767px){.et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post { margin-right: 0px; margin-bottom: 9.5%; width: 100%; }.et_pb_blog_grid .column { float: none; }.et_pb_column .et_pb_blog_grid .et_pb_salvattore_content[data-columns]::before { content: "1 .column.size-1of1"; }}@media (max-width: 479px){.et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post { margin-right: 0px; margin-bottom: 11.5%; width: 100%; }.et_pb_blog_grid h2 { font-size: 16px; padding-bottom: 0px; }.et_pb_blog_grid .et_audio_content, .et_pb_blog_grid .et_main_video_container, .et_pb_blog_grid .et_pb_post .et_pb_slider, .et_pb_blog_grid .et_pb_post.format-link > *, .et_pb_blog_grid .et_pb_post.format-quote > *, .et_pb_blog_grid .et_pb_post > .et_pb_image_container, .et_pb_blog_grid .et_pb_post > .post-meta, .et_pb_blog_grid .et_pb_post > h2 { display: block; }.et_pb_blog_grid .et_pb_post .post-meta { padding: 0px; display: block !important; }}.et_pb_with_border .et-pb-icon, .et_pb_with_border .et_pb_image_wrap { border: 0px solid #333333; }.et_pb_blurb_content { max-width: 550px; margin: 0px auto; position: relative; text-align: center; overflow-wrap: break-word; width: 100%; }.et_pb_blurb.et_pb_text_align_left .et_pb_blurb_content .et_pb_blurb_container { text-align: left; }.et_pb_blurb_content p:last-of-type { padding-bottom: 0px; }.et_pb_blurb .et_pb_module_header a, .et_pb_blurb h4 a { text-decoration: none; }.et_pb_blurb .et_pb_image_wrap { display: block; margin: auto; }.et_pb_blurb_position_left .et_pb_blurb_content, .et_pb_blurb_position_right .et_pb_blurb_content { display: table; }.et_pb_blurb_position_left .et_pb_main_blurb_image, .et_pb_blurb_position_right .et_pb_main_blurb_image { width: 32px; display: table-cell; line-height: 0; }.et_pb_blurb_position_left .et-pb-icon, .et_pb_blurb_position_right .et-pb-icon { font-size: 32px; }.et_pb_blurb_position_left .et_pb_blurb_container, .et_pb_blurb_position_right .et_pb_blurb_container { display: table-cell; vertical-align: top; }.et_pb_blurb_position_left .et_pb_blurb_container { padding-left: 15px; }.et_pb_blurb_position_left .et_pb_blurb_content { text-align: left; }.et_pb_main_blurb_image { display: inline-block; margin-bottom: 30px; line-height: 0; max-width: 100%; }.et_pb_button_module_wrapper.et_pb_button_alignment_left { text-align: left; }.et_pb_button_module_wrapper.et_pb_button_alignment_right { text-align: right; }.et_pb_button_module_wrapper.et_pb_button_alignment_center { text-align: center; }.et_pb_button_module_wrapper > a { display: inline-block; }@media (max-width: 980px){.et_pb_button_module_wrapper.et_pb_button_alignment_tablet_left { text-align: left; }.et_pb_button_module_wrapper.et_pb_button_alignment_tablet_right { text-align: right; }}@media (max-width: 767px){.et_pb_button_module_wrapper.et_pb_button_alignment_phone_center { text-align: center; }}.et_pb_code_inner { position: relative; }@-webkit-keyframes slideWidth { 0% { width: 0px; } }@keyframes slideWidth { 0% { width: 0px; } }.et_pb_space { box-sizing: content-box; height: 23px; }.et_pb_divider_hidden { margin-bottom: 0px !important; }.et_pb_divider_internal { display: inline-block; width: 100%; }.et_pb_divider { margin: 0px 0px 30px; position: relative; }.et_pb_divider::before { content: ""; width: 100%; height: 1px; border-top: 1px solid rgba(0, 0, 0, 0.1); position: absolute; left: 0px; top: 0px; z-index: 10; }.et_pb_divider::after, .et_pb_space::after { content: ""; display: table; }.et_pb_with_border .et_pb_image_wrap { border: 0px solid #333333; }.et_pb_image { margin-left: auto; margin-right: auto; line-height: 0; }.et_pb_image { display: block; }.et_pb_image .et_pb_image_wrap { display: inline-block; position: relative; max-width: 100%; }.et_pb_image img { position: relative; }.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_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--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-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; }.et_pb_menu--style-left_aligned.et_pb_text_align_right .et_pb_menu__menu > nav > ul, .et_pb_menu--style-left_aligned.et_pb_text_align_right .et_pb_menu__wrap { -webkit-box-pack: end; justify-content: flex-end; }@media (max-width: 980px){.et_pb_menu--style-left_aligned .et_pb_menu_inner_container, .et_pb_menu--style-left_aligned .et_pb_row { -webkit-box-align: center; align-items: center; }.et_pb_menu--style-left_aligned .et_pb_menu__wrap { -webkit-box-pack: end; justify-content: flex-end; }.et_pb_menu--style-left_aligned.et_pb_text_align_right .et_pb_menu__wrap { -webkit-box-pack: end; justify-content: flex-end; }.et_pb_menu .et_pb_menu__menu { display: none; }.et_pb_menu .et_mobile_nav_menu { float: none; margin: 0px 6px; display: flex; -webkit-box-align: center; align-items: center; }.et_pb_menu .et_mobile_menu { top: 100%; padding: 5%; }.et_pb_menu .et_mobile_menu, .et_pb_menu .et_mobile_menu ul { text-align: left; list-style: none !important; }}.et_pb_number_counter { overflow-wrap: break-word; margin: 0px auto 30px; position: relative; text-align: center; }.et_pb_number_counter .percent { z-index: 2; }.et_pb_number_counter { opacity: 0; transition:opacity 1s ease; }.et_pb_number_counter { width: auto; }.et_pb_number_counter canvas { display: none; visibility: hidden; }.et_pb_number_counter .percent { height: 72px; position: relative; }.et_pb_number_counter .percent p { font-size: 72px; line-height: 72px; font-weight: 500; }.et_pb_text { overflow-wrap: break-word; }.et_pb_text > :last-child { padding-bottom: 0px; }.et_pb_text_inner { position: relative; }.et_pb_toggle_content, .et_pb_toggle_title { overflow-wrap: break-word; }.et_pb_toggle { border: 1px solid #d9d9d9; }.et_pb_toggle_close { background-color: #f4f4f4; padding: 20px; }.et_pb_toggle_close .et_pb_toggle_content { display: none; }.et_pb_toggle_open { padding: 20px; background-color: #ffffff; z-index: 1; }.et_pb_toggle.et_pb_text_align_left .et_pb_toggle_title, .et_pb_toggle.et_pb_text_align_left h5.et_pb_toggle_title, .et_pb_toggle .et_pb_toggle_title, .et_pb_toggle h5.et_pb_toggle_title { cursor: pointer; position: relative; padding: 0px 50px 0px 0px; }.et_pb_toggle_close .et_pb_toggle_title, .et_pb_toggle_close h5.et_pb_toggle_title { color: #666666; }.et_pb_toggle_title::before { content: ""; position: absolute; right: 0px; font-size: 16px; color: #cccccc; top: 50%; margin-top: -0.5em; }.et_pb_toggle .et_pb_toggle_title::before { right: 0px; left: auto; }.et_pb_toggle_content { padding-top: 20px; position: relative; }.et_pb_toggle_content p:last-of-type { padding-bottom: 0px; }.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); } }.et_pb_icon { text-align: center; height: auto; }.et_pb_icon .et-pb-icon { position: relative; }.et_pb_icon .et_pb_icon_wrap { display: inline-block; border-style: solid; border-width: 0px; line-height: 0; animation-fill-mode: both; background-size: cover; position: relative; }.et_pb_wc_meta_empty { display: none; }body.custom-background { background-color: #ffffff; }body, .et_pb_column_1_2 .et_quote_content blockquote cite, .et_pb_column_1_2 .et_link_content a.et_link_main_url, .et_pb_column_1_3 .et_quote_content blockquote cite, .et_pb_column_3_8 .et_quote_content blockquote cite, .et_pb_column_1_4 .et_quote_content blockquote cite, .et_pb_blog_grid .et_quote_content blockquote cite, .et_pb_column_1_3 .et_link_content a.et_link_main_url, .et_pb_column_3_8 .et_link_content a.et_link_main_url, .et_pb_column_1_4 .et_link_content a.et_link_main_url, .et_pb_blog_grid .et_link_content a.et_link_main_url, body .et_pb_bg_layout_light .et_pb_post p, body .et_pb_bg_layout_dark .et_pb_post p { font-size: 14px; }#et_search_icon:hover, .mobile_menu_bar::before, .mobile_menu_bar::after, .et_toggle_slide_menu::after, .et-social-icon a:hover, .et_pb_sum, .et_pb_pricing li a, .et_pb_pricing_table_button, .et_overlay::before, .entry-summary p.price ins, .et_pb_member_social_links a:hover, .et_pb_widget li a:hover, .et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active, .et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.active, .et_pb_gallery .et_pb_gallery_pagination ul li a.active, .wp-pagenavi span.current, .wp-pagenavi a:hover, .nav-single a, .tagged_as a, .posted_in a { color: #29abe4; }.et-search-form, .nav li ul, .et_mobile_menu, .footer-widget li::before, .et_pb_pricing li::before, blockquote { border-color: #29abe4; }a { color: #fc9802; }body .et_pb_button { font-size: 18px; background-color: #29abe4; border-radius: 4px; border-width: 0px !important; }body.et_pb_button_helper_class .et_pb_button, body.et_pb_button_helper_class .et_pb_module.et_pb_button { color: #ffffff; }body .et_pb_button::after { font-size: 28.8px; }body .et_pb_bg_layout_light.et_pb_button:hover, body .et_pb_bg_layout_light .et_pb_button:hover, body .et_pb_button:hover { color: #ffffff !important; background-color: #000000; }h1, h2, h3, h4, h5, h6 { font-family: Poppins, Helvetica, Arial, Lucida, sans-serif; }body, input, textarea, select { font-family: Poppins, Helvetica, Arial, Lucida, sans-serif; }.et_pb_post a.more-link { color: #ffffff; background: #29abe4; padding: 0.7em 1.3em; margin-top: 20px; text-transform: capitalize; display: inline-block; transition:color 0.3s ease; }.et_pb_post a.more-link:hover { background: #dc6b64; color: #0070fc; transition: 0.3s ease-in-out; }.et_mobile_menu li a { border-bottom: none; }.et_mobile_menu li a:hover { background-color: transparent; }.entry-title { margin-top: 0px; padding-bottom: 20px; }@keyframes wiggle { 2% { transform: translateX(3px) rotate(2deg); } 4% { transform: translateX(-3px) rotate(-2deg); } 6% { transform: translateX(3px) rotate(2deg); } 8% { transform: translateX(-3px) rotate(-2deg); } 10% { transform: translateX(2px) rotate(1deg); } 12% { transform: translateX(-2px) rotate(-1deg); } 14% { transform: translateX(2px) rotate(1deg); } 16% { transform: translateX(-2px) rotate(-1deg); } 18% { transform: translateX(1px) rotate(0deg); } 20% { transform: translateX(-1px) rotate(0deg); } }@-webkit-keyframes divi-bar-breathing { 0% { transform: scale(0.9); } 25% { transform: scale(1); } 60% { transform: scale(0.9); } 100% { transform: scale(0.9); } }@keyframes divi-bar-breathing { 0% { transform: scale(0.9); } 25% { transform: scale(1); } 60% { transform: scale(0.9); } 100% { transform: scale(0.9); } }:root { --wp--preset--aspect-ratio--square: 1; --wp--preset--aspect-ratio--4-3: 4/3; --wp--preset--aspect-ratio--3-4: 3/4; --wp--preset--aspect-ratio--3-2: 3/2; --wp--preset--aspect-ratio--2-3: 2/3; --wp--preset--aspect-ratio--16-9: 16/9; --wp--preset--aspect-ratio--9-16: 9/16; --wp--preset--color--black: #000000; --wp--preset--color--cyan-bluish-gray: #abb8c3; --wp--preset--color--white: #ffffff; --wp--preset--color--pale-pink: #f78da7; --wp--preset--color--vivid-red: #cf2e2e; --wp--preset--color--luminous-vivid-orange: #ff6900; --wp--preset--color--luminous-vivid-amber: #fcb900; --wp--preset--color--light-green-cyan: #7bdcb5; --wp--preset--color--vivid-green-cyan: #00d084; --wp--preset--color--pale-cyan-blue: #8ed1fc; --wp--preset--color--vivid-cyan-blue: #0693e3; --wp--preset--color--vivid-purple: #9b51e0; --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,#0693e3 0%,#9b51e0 100%); --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,#7adcb4 0%,#00d082 100%); --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,#fcb900 0%,#ff6900 100%); --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,#ff6900 0%,#cf2e2e 100%); --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,#eeeeee 0%,#a9b8c3 100%); --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%); --wp--preset--gradient--blush-light-purple: linear-gradient(135deg,#ffceec 0%,#9896f0 100%); --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%); --wp--preset--gradient--luminous-dusk: linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%); --wp--preset--gradient--pale-ocean: linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%); --wp--preset--gradient--electric-grass: linear-gradient(135deg,#caf880 0%,#71ce7e 100%); --wp--preset--gradient--midnight: linear-gradient(135deg,#020381 0%,#2874fc 100%); --wp--preset--font-size--small: 13px; --wp--preset--font-size--medium: 20px; --wp--preset--font-size--large: 36px; --wp--preset--font-size--x-large: 42px; --wp--preset--spacing--20: 0.44rem; --wp--preset--spacing--30: 0.67rem; --wp--preset--spacing--40: 1rem; --wp--preset--spacing--50: 1.5rem; --wp--preset--spacing--60: 2.25rem; --wp--preset--spacing--70: 3.38rem; --wp--preset--spacing--80: 5.06rem; --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2); --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4); --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2); --wp--preset--shadow--outlined: 6px 6px 0px -3px #ffffff, 6px 6px #000000; --wp--preset--shadow--crisp: 6px 6px 0px #000000; }:root { --wp--style--global--content-size: 823px; --wp--style--global--wide-size: 1080px; }:where(body) { margin: 0px; }body { padding: 0px; }@-webkit-keyframes a { 100% { transform: rotate(1turn); } }@keyframes a { 100% { transform: rotate(1turn); } }@-webkit-keyframes b { 0% { background-position: 0px 0px; } 100% { background-position: 30px 0px; } }@keyframes b { 0% { background-position: 0px 0px; } 100% { background-position: 30px 0px; } }[data-columns]::before { visibility: hidden; position: absolute; font-size: 1px; }.clinic-11-imgf-cover .et_pb_image img { object-fit: cover; }.et_pb_post { margin-bottom: 0px !important; overflow-wrap: break-word; }.et_pb_section_0_tb_header.et_pb_section { padding-top: 0px; padding-bottom: 0px; background-color: #fc9802 !important; }.et_pb_row_0_tb_header.et_pb_row { padding-top: 7px !important; padding-bottom: 8px !important; }.et_pb_text_0_tb_header.et_pb_text, .et_pb_text_0_tb_header.et_pb_text a, .et_pb_text_1_tb_header.et_pb_text { color: #ffffff !important; }.et_pb_text_0_tb_header, .et_pb_text_1_tb_header { font-size: 16px; }.et_pb_section_1_tb_header { margin-bottom: 0px; box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 18px 0px; z-index: 999; position: relative; }.et_pb_section_1_tb_header.et_pb_section { padding-top: 0px; padding-bottom: 0px; background-color: #ffffff !important; }.et_pb_row_1_tb_header.et_pb_row { padding: 4px 2px !important; }.et_pb_row_1_tb_header, body #page-container .et-db #et-boc .et-l .et_pb_row_1_tb_header.et_pb_row, body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_1_tb_header.et_pb_row, body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_1_tb_header.et_pb_row { max-width: 1480px; }.et_pb_menu_0_tb_header.et_pb_menu ul li a, .et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item a, .et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu a { color: #000000 !important; }.et_pb_menu_0_tb_header { padding-top: 0px; }.et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu { border-color: #efac07; }.et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu, .et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu ul { background-color: #ffffff !important; }.et_pb_menu_0_tb_header .et_pb_menu_inner_container > .et_pb_menu__logo-wrap, .et_pb_menu_0_tb_header .et_pb_menu__logo-slot { width: 250px; max-width: 100%; }.et_pb_menu_0_tb_header .et_pb_menu_inner_container > .et_pb_menu__logo-wrap .et_pb_menu__logo img, .et_pb_menu_0_tb_header .et_pb_menu__logo-slot .et_pb_menu__logo-wrap img { height: auto; max-height: none; }.et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar::before { color: #29abe4; }.et_pb_button_0_tb_header_wrapper .et_pb_button_0_tb_header, .et_pb_button_0_tb_header_wrapper .et_pb_button_0_tb_header:hover, .et_pb_button_1_tb_header_wrapper .et_pb_button_1_tb_header, .et_pb_button_1_tb_header_wrapper .et_pb_button_1_tb_header:hover { padding: 10px 20px !important; }.et_pb_button_0_tb_header_wrapper, .et_pb_button_1_tb_header_wrapper { margin-top: 22px !important; margin-bottom: 15px !important; }body #page-container .et_pb_section .et_pb_button_0_tb_header { border-radius: 0px; font-size: 14px; background-color: #8ec63e; color: #ffffff !important; border-width: 0px !important; font-weight: 600 !important; text-transform: uppercase !important; }body #page-container .et_pb_section .et_pb_button_0_tb_header::before, body #page-container .et_pb_section .et_pb_button_0_tb_header::after, body #page-container .et_pb_section .et_pb_button_1_tb_header::before, body #page-container .et_pb_section .et_pb_button_1_tb_header::after { display: none !important; }.et_pb_button_0_tb_header, .et_pb_button_0_tb_header::after, .et_pb_button_1_tb_header, .et_pb_button_1_tb_header::after { transition: 300ms; }body #page-container .et_pb_section .et_pb_button_1_tb_header { border-radius: 0px; font-size: 14px; background-color: #29abe4; color: #ffffff !important; border-width: 0px !important; font-weight: 600 !important; text-transform: uppercase !important; }.et_pb_column_3_tb_header, .et_pb_column_4_tb_header { border-right-width: 1px; border-right-color: #ffffff; }@media only screen and (max-width: 980px){.et_pb_button_0_tb_header_wrapper, .et_pb_button_1_tb_header_wrapper { margin-top: 15px !important; margin-bottom: 15px !important; }.et_pb_column_2_tb_header { padding-bottom: 25px; }.et_pb_column_3_tb_header, .et_pb_column_4_tb_header { border-right-width: 0px; border-right-color: #ffffff; }}@media only screen and (max-width: 767px){.et_pb_text_1_tb_header { margin-top: -21px !important; }.et_pb_row_1_tb_header, body #page-container .et-db #et-boc .et-l .et_pb_row_1_tb_header.et_pb_row, body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_1_tb_header.et_pb_row, body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_1_tb_header.et_pb_row { width: 97%; }.et_pb_button_0_tb_header_wrapper, .et_pb_button_1_tb_header_wrapper { margin-top: 0px !important; margin-bottom: 0px !important; }.et_pb_button_0_tb_header, .et_pb_button_1_tb_header { width: 100%; }.et_pb_column_2_tb_header { padding-bottom: 0px; }.et_pb_column_3_tb_header, .et_pb_column_4_tb_header { border-right-width: 0px; border-right-color: #ffffff; padding-top: 15px; }}.et_pb_section_0_tb_footer { border-bottom-width: 1px; }.et_pb_section_0_tb_footer.et_pb_section { padding-top: 26px; padding-bottom: 26px; background-color: #e8e5e5 !important; }.et_pb_row_0_tb_footer.et_pb_row { padding-top: 0px !important; padding-bottom: 0px !important; }.et_pb_row_0_tb_footer, body #page-container .et-db #et-boc .et-l .et_pb_row_0_tb_footer.et_pb_row, body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_0_tb_footer.et_pb_row, body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_0_tb_footer.et_pb_row, .et_pb_row_3_tb_footer, body #page-container .et-db #et-boc .et-l .et_pb_row_3_tb_footer.et_pb_row, body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_3_tb_footer.et_pb_row, body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_3_tb_footer.et_pb_row { width: 90%; }.et_pb_blurb_0_tb_footer.et_pb_blurb .et_pb_module_header, .et_pb_blurb_0_tb_footer.et_pb_blurb .et_pb_module_header a { font-weight: 700; font-size: 27px; line-height: 1.1em; text-align: center; color: #000000 !important; }.et_pb_blurb_0_tb_footer.et_pb_blurb .et_pb_blurb_description, .et_pb_blurb_1_tb_footer.et_pb_blurb .et_pb_blurb_description, .et_pb_blurb_2_tb_footer.et_pb_blurb .et_pb_blurb_description, .et_pb_blurb_3_tb_footer.et_pb_blurb .et_pb_blurb_description, .et_pb_blurb_4_tb_footer.et_pb_blurb .et_pb_blurb_description, .et_pb_blurb_5_tb_footer.et_pb_blurb .et_pb_blurb_description, .et_pb_blurb_6_tb_footer.et_pb_blurb .et_pb_blurb_description, .et_pb_blurb_7_tb_footer.et_pb_blurb .et_pb_blurb_description { text-align: center; }.et_pb_blurb_0_tb_footer.et_pb_blurb { font-size: 16px; margin-top: 6px !important; margin-left: -8px !important; }.et_pb_blurb_0_tb_footer .et_pb_main_blurb_image .et_pb_only_image_mode_wrap, .et_pb_blurb_0_tb_footer .et_pb_main_blurb_image .et-pb-icon { border-radius: 100%; overflow: hidden; background-color: #29abe4; padding: 8px !important; }.et_pb_blurb_0_tb_footer .et-pb-icon { font-size: 16px; color: #ffffff; font-family: ETmodules !important; font-weight: 400 !important; }.et_pb_blurb_0_tb_footer .et_pb_blurb_content, .et_pb_blurb_1_tb_footer .et_pb_blurb_content, .et_pb_blurb_2_tb_footer .et_pb_blurb_content, .et_pb_blurb_3_tb_footer .et_pb_blurb_content, .et_pb_blurb_4_tb_footer .et_pb_blurb_content { max-width: 100%; }.et_pb_button_0_tb_footer_wrapper .et_pb_button_0_tb_footer, .et_pb_button_0_tb_footer_wrapper .et_pb_button_0_tb_footer:hover { padding: 7px 45px !important; }body #page-container .et_pb_section .et_pb_button_0_tb_footer { border-color: #383838; border-radius: 2px; letter-spacing: 0px; font-size: 15px; background-color: #29abe4; color: #ffffff !important; border-width: 0px !important; font-weight: 700 !important; }body #page-container .et_pb_section .et_pb_button_0_tb_footer:hover { color: #ffffff !important; border-color: #383838 !important; letter-spacing: 1px !important; }body #page-container .et_pb_section .et_pb_button_0_tb_footer::before, body #page-container .et_pb_section .et_pb_button_0_tb_footer::after { display: none !important; }.et_pb_button_0_tb_footer { transition: color 300ms, border 300ms, letter-spacing 300ms; }.et_pb_button_0_tb_footer, .et_pb_button_0_tb_footer::after, .et_pb_button_1_tb_footer, .et_pb_button_1_tb_footer::after { transition: 300ms; }.et_pb_section_1_tb_footer.et_pb_section { background-color: #eaeaea !important; }.et_pb_row_1_tb_footer.et_pb_row { padding-top: 6px !important; padding-bottom: 2px !important; }.et_pb_image_0_tb_footer { max-width: 200px; text-align: left; margin-left: 0px; display: inline-block !important; }.et_pb_image_1_tb_footer { max-width: 230px; text-align: left; margin-left: 0px; margin-bottom: 1px !important; display: inline-block !important; }.et_pb_row_2_tb_footer.et_pb_row { padding-top: 27px !important; margin-top: 11px !important; }.et_pb_blurb_1_tb_footer.et_pb_blurb .et_pb_module_header, .et_pb_blurb_1_tb_footer.et_pb_blurb .et_pb_module_header a, .et_pb_blurb_2_tb_footer.et_pb_blurb .et_pb_module_header, .et_pb_blurb_2_tb_footer.et_pb_blurb .et_pb_module_header a, .et_pb_blurb_3_tb_footer.et_pb_blurb .et_pb_module_header, .et_pb_blurb_3_tb_footer.et_pb_blurb .et_pb_module_header a, .et_pb_blurb_4_tb_footer.et_pb_blurb .et_pb_module_header, .et_pb_blurb_4_tb_footer.et_pb_blurb .et_pb_module_header a { font-weight: 700; font-size: 17px; text-align: center; color: #ffffff !important; }.et_pb_blurb_1_tb_footer.et_pb_blurb p, .et_pb_blurb_2_tb_footer.et_pb_blurb p, .et_pb_blurb_3_tb_footer.et_pb_blurb p, .et_pb_blurb_4_tb_footer.et_pb_blurb p { line-height: 1.2em; }.et_pb_blurb_1_tb_footer.et_pb_blurb, .et_pb_blurb_2_tb_footer.et_pb_blurb, .et_pb_blurb_3_tb_footer.et_pb_blurb, .et_pb_blurb_4_tb_footer.et_pb_blurb { font-size: 15px; line-height: 1.2em; color: #ffffff !important; margin-top: 11px !important; }.et_pb_blurb_1_tb_footer.et_pb_blurb .et_pb_blurb_description a, .et_pb_blurb_2_tb_footer.et_pb_blurb .et_pb_blurb_description a, .et_pb_blurb_3_tb_footer.et_pb_blurb .et_pb_blurb_description a, .et_pb_blurb_4_tb_footer.et_pb_blurb .et_pb_blurb_description a, .et_pb_text_0_tb_footer.et_pb_text a, .et_pb_text_1_tb_footer.et_pb_text a { color: #ffffff !important; }.et_pb_blurb_1_tb_footer .et_pb_main_blurb_image .et_pb_only_image_mode_wrap, .et_pb_blurb_1_tb_footer .et_pb_main_blurb_image .et-pb-icon, .et_pb_blurb_2_tb_footer .et_pb_main_blurb_image .et_pb_only_image_mode_wrap, .et_pb_blurb_2_tb_footer .et_pb_main_blurb_image .et-pb-icon, .et_pb_blurb_3_tb_footer .et_pb_main_blurb_image .et_pb_only_image_mode_wrap, .et_pb_blurb_3_tb_footer .et_pb_main_blurb_image .et-pb-icon, .et_pb_blurb_4_tb_footer .et_pb_main_blurb_image .et_pb_only_image_mode_wrap, .et_pb_blurb_4_tb_footer .et_pb_main_blurb_image .et-pb-icon { border-top-width: 5px; border-top-color: rgba(0, 0, 0, 0); }.et_pb_blurb_1_tb_footer .et-pb-icon, .et_pb_blurb_2_tb_footer .et-pb-icon, .et_pb_blurb_3_tb_footer .et-pb-icon { font-size: 49px; color: #ffffff; font-family: ETmodules !important; font-weight: 400 !important; }.et_pb_blurb_4_tb_footer .et-pb-icon { font-size: 49px; color: #ffffff; font-family: FontAwesome !important; font-weight: 400 !important; }.et_pb_section_2_tb_footer.et_pb_section { padding-top: 0px; padding-bottom: 0px; margin-bottom: 25px; background-color: #000000 !important; }.et_pb_row_3_tb_footer.et_pb_row { padding-top: 9px !important; padding-bottom: 4px !important; }.et_pb_button_1_tb_footer_wrapper { inset: auto 25px 25px auto; margin-bottom: -4px !important; position: fixed !important; }body #page-container .et_pb_section .et_pb_button_1_tb_footer { border-radius: 24px; letter-spacing: 0px; padding-right: 0.7em; padding-left: 2em; background-color: #45c153; }body #page-container .et_pb_section .et_pb_button_1_tb_footer::after { display: none; }body #page-container .et_pb_section .et_pb_button_1_tb_footer::before { content: attr(data-icon); color: #ffffff; line-height: inherit; opacity: 1; margin-left: -1.3em; right: auto; display: inline-block; font-size: inherit !important; font-family: FontAwesome !important; font-weight: 400 !important; }.et_pb_text_0_tb_footer.et_pb_text { color: #f2f2f2 !important; }.et_pb_text_0_tb_footer { font-size: 16px; background-color: rgba(0, 0, 0, 0); }.et_pb_text_0_tb_footer a { font-weight: 700; }.et_pb_text_1_tb_footer { font-weight: 700; font-size: 16px; padding-bottom: 8px !important; }.et_pb_section_3_tb_footer.et_pb_section { padding-top: 0px; padding-bottom: 0px; }.et_pb_section_3_tb_footer { z-index: 99999; inset: auto auto 0px 50%; transform: translateX(-50%); position: fixed !important; }.et_pb_row_4_tb_footer.et_pb_row { padding-top: 0px !important; padding-bottom: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }.et_pb_row_4_tb_footer, body #page-container .et-db #et-boc .et-l .et_pb_row_4_tb_footer.et_pb_row, body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_4_tb_footer.et_pb_row, body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_4_tb_footer.et_pb_row { width: 100%; max-width: 100%; }.et_pb_row_4_tb_footer { display: flex; }.et_pb_blurb_5_tb_footer.et_pb_blurb .et_pb_module_header, .et_pb_blurb_5_tb_footer.et_pb_blurb .et_pb_module_header a, .et_pb_blurb_6_tb_footer.et_pb_blurb .et_pb_module_header, .et_pb_blurb_6_tb_footer.et_pb_blurb .et_pb_module_header a, .et_pb_blurb_7_tb_footer.et_pb_blurb .et_pb_module_header, .et_pb_blurb_7_tb_footer.et_pb_blurb .et_pb_module_header a { font-weight: 700; font-size: 11px; text-align: center; color: #ffffff !important; }.et_pb_blurb_5_tb_footer.et_pb_blurb, .et_pb_blurb_6_tb_footer.et_pb_blurb, .et_pb_blurb_7_tb_footer.et_pb_blurb { font-size: 16px; }.et_pb_blurb_5_tb_footer.et_pb_blurb .et_pb_module_header, .et_pb_blurb_6_tb_footer.et_pb_blurb .et_pb_module_header, .et_pb_blurb_7_tb_footer.et_pb_blurb .et_pb_module_header { margin-top: -25px; }.et_pb_blurb_5_tb_footer .et-pb-icon, .et_pb_blurb_7_tb_footer .et-pb-icon { font-size: 20px; color: #ffffff; font-family: FontAwesome !important; font-weight: 900 !important; }.et_pb_blurb_6_tb_footer .et-pb-icon { font-size: 20px; color: #ffffff; font-family: FontAwesome !important; font-weight: 400 !important; }.et_pb_column_6_tb_footer, .et_pb_column_7_tb_footer, .et_pb_column_8_tb_footer, .et_pb_column_9_tb_footer { background-color: #29abe4; border-radius: 6px; overflow: hidden; border-color: #000000; padding-top: 21px; padding-bottom: 33px; box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 18px 0px; }.et_pb_column_12_tb_footer, .et_pb_column_14_tb_footer { background-color: #29abe4; padding-top: 10px; padding-right: 10px; padding-left: 10px; }.et_pb_column_13_tb_footer { background-color: #27910a; padding-top: 10px; padding-right: 10px; padding-left: 10px; }.et_pb_image_0_tb_footer.et_pb_module, .et_pb_image_1_tb_footer.et_pb_module { margin-left: auto !important; margin-right: auto !important; }@media only screen and (max-width: 980px){.et_pb_row_0_tb_footer, body #page-container .et-db #et-boc .et-l .et_pb_row_0_tb_footer.et_pb_row, body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_0_tb_footer.et_pb_row, body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_0_tb_footer.et_pb_row, .et_pb_row_3_tb_footer, body #page-container .et-db #et-boc .et-l .et_pb_row_3_tb_footer.et_pb_row, body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_3_tb_footer.et_pb_row, body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_3_tb_footer.et_pb_row { max-width: 90%; }.et_pb_blurb_0_tb_footer.et_pb_blurb .et_pb_module_header, .et_pb_blurb_0_tb_footer.et_pb_blurb .et_pb_module_header a { font-size: 25px; line-height: 1.5em; }.et_pb_blurb_0_tb_footer.et_pb_blurb { margin-top: 23px !important; }.et_pb_button_0_tb_footer_wrapper { margin-top: -77px !important; }.et_pb_image_0_tb_footer .et_pb_image_wrap img, .et_pb_image_1_tb_footer .et_pb_image_wrap img { width: auto; }body #page-container .et_pb_section .et_pb_button_1_tb_footer::before { line-height: inherit; margin-left: -1.3em; right: auto; display: inline-block; opacity: 1; content: attr(data-icon); font-size: inherit !important; font-family: FontAwesome !important; font-weight: 400 !important; }.et_pb_text_1_tb_footer { padding-bottom: 25px !important; }}@media only screen and (max-width: 767px){.et_pb_blurb_0_tb_footer.et_pb_blurb .et_pb_module_header, .et_pb_blurb_0_tb_footer.et_pb_blurb .et_pb_module_header a { font-size: 19px; line-height: 1.4em; }.et_pb_button_0_tb_footer_wrapper { margin-top: -16px !important; }.et_pb_blurb_1_tb_footer.et_pb_blurb p, .et_pb_blurb_2_tb_footer.et_pb_blurb p, .et_pb_blurb_3_tb_footer.et_pb_blurb p, .et_pb_blurb_4_tb_footer.et_pb_blurb p { line-height: 1.3em; }.et_pb_button_1_tb_footer { display: none !important; }.et_pb_text_1_tb_footer { padding-bottom: 34px !important; }}.et_pb_section_0.et_pb_section { padding-top: 0px; padding-bottom: 0px; }.et_pb_row_0.et_pb_row, .et_pb_row_1.et_pb_row { padding-top: 0px !important; padding-bottom: 0px !important; }.et_pb_row_0, body #page-container .et-db #et-boc .et-l .et_pb_row_0.et_pb_row, body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_0.et_pb_row, body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_0.et_pb_row, .et_pb_row_1, body #page-container .et-db #et-boc .et-l .et_pb_row_1.et_pb_row, body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_1.et_pb_row, body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_1.et_pb_row { width: 100%; max-width: 100%; }.et_pb_text_0 { font-size: 16px; }.et_pb_text_0 h2 { font-size: 32px; line-height: 1.3em; text-align: left; color: #0c71c3 !important; }.et_pb_text_1.et_pb_text { color: #0c71c3 !important; }.et_pb_text_1 { font-weight: 300; font-size: 18px; line-height: 1.8em; margin-top: 15px !important; }.et_pb_divider_1 { margin-top: 22px !important; max-width: 100px; }.et_pb_divider_1::before { border-top-color: #0c71c3; border-top-width: 3px; }.et_pb_blurb_0.et_pb_blurb .et_pb_module_header, .et_pb_blurb_0.et_pb_blurb .et_pb_module_header a, .et_pb_blurb_1.et_pb_blurb .et_pb_module_header, .et_pb_blurb_1.et_pb_blurb .et_pb_module_header a, .et_pb_blurb_2.et_pb_blurb .et_pb_module_header, .et_pb_blurb_2.et_pb_blurb .et_pb_module_header a, .et_pb_blurb_3.et_pb_blurb .et_pb_module_header, .et_pb_blurb_3.et_pb_blurb .et_pb_module_header a { font-weight: 300; font-size: 18px; line-height: 1.6em; text-align: left; color: #0c71c3 !important; }.et_pb_blurb_0.et_pb_blurb .et_pb_blurb_description, .et_pb_blurb_1.et_pb_blurb .et_pb_blurb_description, .et_pb_blurb_2.et_pb_blurb .et_pb_blurb_description, .et_pb_blurb_3.et_pb_blurb .et_pb_blurb_description, .et_pb_blurb_4.et_pb_blurb .et_pb_blurb_description, .et_pb_blurb_5.et_pb_blurb .et_pb_blurb_description, .et_pb_blurb_6.et_pb_blurb .et_pb_blurb_description, .et_pb_blurb_7.et_pb_blurb .et_pb_blurb_description, .et_pb_toggle_0.et_pb_toggle h5, .et_pb_toggle_0.et_pb_toggle h1.et_pb_toggle_title, .et_pb_toggle_0.et_pb_toggle h2.et_pb_toggle_title, .et_pb_toggle_0.et_pb_toggle h3.et_pb_toggle_title, .et_pb_toggle_0.et_pb_toggle h4.et_pb_toggle_title, .et_pb_toggle_0.et_pb_toggle h6.et_pb_toggle_title { text-align: center; }.et_pb_blurb_0.et_pb_blurb { font-size: 16px; margin-top: 11px !important; }.et_pb_blurb_0 .et_pb_main_blurb_image .et_pb_only_image_mode_wrap, .et_pb_blurb_0 .et_pb_main_blurb_image .et-pb-icon, .et_pb_blurb_1 .et_pb_main_blurb_image .et_pb_only_image_mode_wrap, .et_pb_blurb_1 .et_pb_main_blurb_image .et-pb-icon, .et_pb_blurb_2 .et_pb_main_blurb_image .et_pb_only_image_mode_wrap, .et_pb_blurb_2 .et_pb_main_blurb_image .et-pb-icon, .et_pb_blurb_3 .et_pb_main_blurb_image .et_pb_only_image_mode_wrap, .et_pb_blurb_3 .et_pb_main_blurb_image .et-pb-icon { border-right-width: 6px; border-right-color: rgba(0, 0, 0, 0); }.et_pb_blurb_0 .et-pb-icon, .et_pb_blurb_1 .et-pb-icon, .et_pb_blurb_2 .et-pb-icon, .et_pb_blurb_3 .et-pb-icon { font-size: 34px; color: #0c71c3; font-family: FontAwesome !important; font-weight: 900 !important; }.et_pb_blurb_0 .et_pb_blurb_content, .et_pb_blurb_1 .et_pb_blurb_content, .et_pb_blurb_2 .et_pb_blurb_content, .et_pb_blurb_3 .et_pb_blurb_content { max-width: 100%; }.et_pb_blurb_1.et_pb_blurb, .et_pb_blurb_2.et_pb_blurb, .et_pb_blurb_3.et_pb_blurb { font-size: 16px; margin-top: 14px !important; }.et_pb_text_2 { font-size: 16px; padding-top: 20px !important; }body #page-container .et_pb_section .et_pb_button_0, body #page-container .et_pb_section .et_pb_button_1 { font-size: 23px; padding-right: 2em; padding-left: 0.7em; background-color: rgba(255, 255, 255, 0); color: #ffffff !important; }body #page-container .et_pb_section .et_pb_button_0::after, body #page-container .et_pb_section .et_pb_button_1::after { color: #ffffff; line-height: inherit; opacity: 1; margin-left: 0.3em; left: auto; font-size: inherit !important; font-family: ETmodules !important; font-weight: 400 !important; }.et_pb_button_0, .et_pb_button_0::after, .et_pb_button_1, .et_pb_button_1::after, .et_pb_button_2, .et_pb_button_2::after { transition: 300ms; }.et_pb_section_1, .et_pb_section_2, .et_pb_section_3, .et_pb_section_5, .et_pb_section_6 { overflow: hidden; }.et_pb_section_1.et_pb_section { padding-top: 71px; padding-bottom: 109px; margin-top: 0px; margin-bottom: 0px; }.et_pb_row_2.et_pb_row { padding-top: 0px !important; padding-bottom: 0px !important; margin-top: 0px !important; margin-bottom: 60px !important; }.et_pb_row_2, body #page-container .et-db #et-boc .et-l .et_pb_row_2.et_pb_row, body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_2.et_pb_row, body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_2.et_pb_row, .et_pb_row_4, body #page-container .et-db #et-boc .et-l .et_pb_row_4.et_pb_row, body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_4.et_pb_row, body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_4.et_pb_row, .et_pb_row_7, body #page-container .et-db #et-boc .et-l .et_pb_row_7.et_pb_row, body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_7.et_pb_row, body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_7.et_pb_row, .et_pb_row_10, body #page-container .et-db #et-boc .et-l .et_pb_row_10.et_pb_row, body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_10.et_pb_row, body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_10.et_pb_row, .et_pb_row_12, body #page-container .et-db #et-boc .et-l .et_pb_row_12.et_pb_row, body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_12.et_pb_row, body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_12.et_pb_row { width: 90%; max-width: 1290px; }.et_pb_text_3, .et_pb_text_8 { font-size: 16px; padding-top: 0px !important; padding-bottom: 0px !important; margin-top: 0px !important; margin-bottom: 17px !important; }.et_pb_text_3 h3, .et_pb_text_8 h3 { font-weight: 700; font-size: 20px; text-align: center; color: #fc9802 !important; }.et_pb_text_4, .et_pb_text_9 { font-size: 16px; padding-top: 0px !important; padding-bottom: 0px !important; margin-top: 0px !important; margin-bottom: 24px !important; }.et_pb_text_4 h2, .et_pb_text_9 h2 { font-weight: 700; font-size: 48px; text-align: center; color: #223645 !important; }.et_pb_image_0:hover, .et_pb_image_1:hover, .et_pb_image_2:hover, .et_pb_image_3:hover, .et_pb_image_4:hover, .et_pb_row_4:hover, .et_pb_image_5:hover, .et_pb_image_7:hover, .et_pb_image_8:hover { background-image: initial; background-color: transparent; }.et_pb_image_0, .et_pb_image_7 { padding-top: 0px; padding-bottom: 0px; text-align: center; margin-top: 0px !important; margin-bottom: 0px !important; }.et_pb_row_3.et_pb_row, .et_pb_row_4.et_pb_row, .et_pb_row_10.et_pb_row, .et_pb_row_11.et_pb_row { padding-top: 0px !important; padding-bottom: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }.et_pb_row_3, body #page-container .et-db #et-boc .et-l .et_pb_row_3.et_pb_row, body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_3.et_pb_row, body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_3.et_pb_row { width: 90%; }.et_pb_image_1 .et_pb_image_wrap img, .et_pb_image_2 .et_pb_image_wrap img, .et_pb_image_3 .et_pb_image_wrap img, .et_pb_image_4 .et_pb_image_wrap img { height: 270px; }.et_pb_image_1, .et_pb_image_2, .et_pb_image_3, .et_pb_image_4 { padding-top: 0px; padding-bottom: 0px; width: 100%; text-align: center; margin-top: 0px !important; margin-bottom: 0px !important; max-width: 100% !important; }.et_pb_image_1 .et_pb_image_wrap, .et_pb_image_1 img, .et_pb_image_2 .et_pb_image_wrap, .et_pb_image_2 img, .et_pb_image_3 .et_pb_image_wrap, .et_pb_image_3 img, .et_pb_image_4 .et_pb_image_wrap, .et_pb_image_4 img { width: 100%; }.et_pb_blurb_4.et_pb_blurb .et_pb_module_header, .et_pb_blurb_4.et_pb_blurb .et_pb_module_header a, .et_pb_blurb_5.et_pb_blurb .et_pb_module_header, .et_pb_blurb_5.et_pb_blurb .et_pb_module_header a, .et_pb_blurb_6.et_pb_blurb .et_pb_module_header, .et_pb_blurb_6.et_pb_blurb .et_pb_module_header a, .et_pb_blurb_7.et_pb_blurb .et_pb_module_header, .et_pb_blurb_7.et_pb_blurb .et_pb_module_header a { font-weight: 700; font-size: 21px; text-align: center; transition:color 0.3s ease; color: #223645 !important; }.et_pb_blurb_4.et_pb_blurb:hover .et_pb_module_header, .et_pb_blurb_4.et_pb_blurb:hover .et_pb_module_header a, .et_pb_blurb_5.et_pb_blurb:hover .et_pb_module_header, .et_pb_blurb_5.et_pb_blurb:hover .et_pb_module_header a, .et_pb_blurb_6.et_pb_blurb:hover .et_pb_module_header, .et_pb_blurb_6.et_pb_blurb:hover .et_pb_module_header a, .et_pb_blurb_7.et_pb_blurb:hover .et_pb_module_header, .et_pb_blurb_7.et_pb_blurb:hover .et_pb_module_header a { color: #29abe4 !important; }.et_pb_blurb_4.et_pb_blurb, .et_pb_blurb_5.et_pb_blurb, .et_pb_blurb_6.et_pb_blurb, .et_pb_blurb_7.et_pb_blurb { font-size: 17px; background-color: #ffffff; border-radius: 5px; overflow: hidden; max-width: 85%; color: #647589 !important; padding: 26px 22px 27px !important; margin-top: -55px !important; margin-bottom: 0px !important; }.et_pb_blurb_4, .et_pb_blurb_5, .et_pb_blurb_6, .et_pb_blurb_7 { box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 50px 0px; }.et_pb_blurb_4.et_pb_blurb .et_pb_module_header, .et_pb_blurb_5.et_pb_blurb .et_pb_module_header, .et_pb_blurb_6.et_pb_blurb .et_pb_module_header, .et_pb_blurb_7.et_pb_blurb .et_pb_module_header { margin-bottom: 8px; }.et_pb_blurb_4.et_pb_blurb .et_pb_blurb_content, .et_pb_blurb_5.et_pb_blurb .et_pb_blurb_content, .et_pb_blurb_6.et_pb_blurb .et_pb_blurb_content, .et_pb_blurb_7.et_pb_blurb .et_pb_blurb_content, .et_pb_blurb_12.et_pb_blurb .et_pb_blurb_content, .et_pb_blurb_13.et_pb_blurb .et_pb_blurb_content { margin: 0px; }.et_pb_code_0 { padding-top: 0px; padding-bottom: 0px; margin-top: 0px !important; margin-bottom: 0px !important; }.et_pb_section_2.et_pb_section { padding-top: 0px; padding-bottom: 120px; margin-top: 0px; margin-bottom: 0px; }.et_pb_image_5 .et_pb_image_wrap { border-radius: 15px; overflow: hidden; }.et_pb_image_5 { padding-top: 0px; padding-bottom: 0px; max-width: 500px; text-align: left; margin-top: 11px !important; margin-bottom: 0px !important; margin-left: -37px !important; }.et_pb_code_1 { padding-top: 0px; padding-bottom: 0px; width: 100%; z-index: -1; position: relative; margin-top: 0px !important; margin-bottom: 0px !important; }.et_pb_text_5 { font-size: 16px; padding-top: 0px !important; padding-bottom: 0px !important; margin-top: 76px !important; margin-bottom: 10px !important; }.et_pb_text_5 h3, .et_pb_text_15 h3 { font-weight: 700; font-size: 20px; text-align: left; color: #fc9802 !important; }.et_pb_text_6 { font-size: 16px; padding-top: 0px !important; padding-bottom: 0px !important; margin-top: 0px !important; margin-bottom: 11px !important; }.et_pb_text_6 h2 { font-weight: 700; font-size: 35px; line-height: 1.1em; text-align: left; color: #223645 !important; }.et_pb_image_6 { padding-top: 0px; padding-bottom: 0px; text-align: left; margin-left: 0px; margin-top: 0px !important; margin-bottom: 30px !important; }.et_pb_text_7.et_pb_text, .et_pb_text_17.et_pb_text, .et_pb_text_18.et_pb_text { color: #647589 !important; }.et_pb_text_7 { font-size: 17px; line-height: 1.6em; padding-top: 0px !important; padding-bottom: 0px !important; margin-top: 0px !important; margin-bottom: 30px !important; }.et_pb_text_7.et_pb_text a { color: #8ec63e !important; }.et_pb_text_7 a { font-weight: 600; text-decoration: underline #8ec63e; }.et_pb_button_2_wrapper .et_pb_button_2, .et_pb_button_2_wrapper .et_pb_button_2:hover { padding: 12px 54px 14px 37px !important; }.et_pb_button_2_wrapper { margin-top: 0px !important; margin-right: 20px !important; margin-bottom: 0px !important; }body #page-container .et_pb_section .et_pb_button_2 { border-radius: 50px; font-size: 17px; background-color: #8ec63e; color: #ffffff !important; font-family: "Space Grotesk", Helvetica, Arial, Lucida, sans-serif !important; font-weight: 700 !important; }body #page-container .et_pb_section .et_pb_button_2:hover { background-image: initial; background-color: #8fb569; letter-spacing: 0px !important; }body #page-container .et_pb_section .et_pb_button_2::after { line-height: inherit; opacity: 1; margin-left: 0.3em; left: auto; font-size: inherit !important; font-family: ETmodules !important; font-weight: 400 !important; }.et_pb_button_2 { transition: background-color 300ms, letter-spacing 300ms; }.et_pb_divider_2 { height: 0px; padding-top: 0px; padding-bottom: 0px; margin-top: 0px !important; margin-bottom: 50px !important; }.et_pb_divider_2::before, .et_pb_divider_3::before { width: auto; top: 0px; right: 0px; left: 0px; }.et_pb_row_5.et_pb_row { padding-bottom: 0px !important; }.et_pb_toggle_0.et_pb_toggle { background-color: #000000; margin-bottom: -1px !important; }.et_pb_module.et_pb_toggle_0.et_pb_toggle { border-width: 0px; }.et_pb_toggle_0.et_pb_toggle.et_pb_toggle_open, .et_pb_toggle_0.et_pb_toggle.et_pb_toggle_close { background-color: #ffffff; }.et_pb_toggle_0.et_pb_toggle_close .et_pb_toggle_title::before { color: #ffffff; }.et_pb_blog_0 .et_pb_post .entry-title, .et_pb_blog_0 .not-found-title { font-size: 14px !important; text-align: center !important; }.et_pb_blog_1 .et_pb_post .entry-title a, .et_pb_blog_1 .not-found-title { color: #fc9802 !important; }.et_pb_blog_1 .et_pb_post .entry-title, .et_pb_blog_1 .not-found-title { font-size: 21px !important; line-height: 1.1em !important; }.et_pb_blog_1 .et_pb_post .post-content, .et_pb_blog_1.et_pb_bg_layout_light .et_pb_post .post-content p, .et_pb_blog_1.et_pb_bg_layout_dark .et_pb_post .post-content p { font-weight: 300; }.et_pb_blog_1 .et_pb_post .post-meta, .et_pb_blog_1 .et_pb_post .post-meta a, #left-area .et_pb_blog_1 .et_pb_post .post-meta, #left-area .et_pb_blog_1 .et_pb_post .post-meta a { font-style: italic; }.et_pb_blog_1 .et_pb_post div.post-content a.more-link:hover, .et_pb_text_10.et_pb_text, .et_pb_text_10.et_pb_text a { color: #ffffff !important; }.et_pb_blog_1 .et_pb_blog_grid .et_pb_post { border-radius: 20px; overflow: hidden; border-width: 0px; }.et_pb_blog_1 article.et_pb_post { box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 18px 0px; }.et_pb_blog_1 .et_pb_post div.post-content a.more-link { transition:color 0.3s ease; }div.et_pb_section.et_pb_section_3 { background-position: center top; background-image: url(//wlczorgbemiddeling.nl/wp-content/swift-ai/images/wp-content/uploads/2024/04/clinic-11-nj-10-jpg.webp) !important; }.et_pb_section_3.et_pb_section { padding-top: 120px; padding-bottom: 120px; margin-top: 0px; margin-bottom: 0px; background-color: #f4f9fc !important; }.et_pb_row_7.et_pb_row { padding-top: 0px !important; padding-bottom: 0px !important; margin-top: 0px !important; margin-bottom: 58px !important; }.et_pb_blurb_8.et_pb_blurb .et_pb_module_header, .et_pb_blurb_8.et_pb_blurb .et_pb_module_header a, .et_pb_blurb_9.et_pb_blurb .et_pb_module_header, .et_pb_blurb_9.et_pb_blurb .et_pb_module_header a, .et_pb_blurb_10.et_pb_blurb .et_pb_module_header, .et_pb_blurb_10.et_pb_blurb .et_pb_module_header a, .et_pb_blurb_11.et_pb_blurb .et_pb_module_header, .et_pb_blurb_11.et_pb_blurb .et_pb_module_header a { font-weight: 600; font-size: 20px; text-align: left; color: #000000 !important; }.et_pb_blurb_8.et_pb_blurb p, .et_pb_blurb_9.et_pb_blurb p, .et_pb_blurb_10.et_pb_blurb p, .et_pb_blurb_11.et_pb_blurb p { line-height: 1.8em; }.et_pb_blurb_8.et_pb_blurb .et_pb_blurb_description, .et_pb_blurb_9.et_pb_blurb .et_pb_blurb_description, .et_pb_blurb_10.et_pb_blurb .et_pb_blurb_description, .et_pb_blurb_11.et_pb_blurb .et_pb_blurb_description, .et_pb_blurb_12.et_pb_blurb .et_pb_blurb_description, .et_pb_blurb_13.et_pb_blurb .et_pb_blurb_description { text-align: left; }.et_pb_blurb_8.et_pb_blurb, .et_pb_blurb_9.et_pb_blurb, .et_pb_blurb_10.et_pb_blurb, .et_pb_blurb_11.et_pb_blurb { font-weight: 300; font-size: 15px; line-height: 1.8em; color: #000000 !important; }.et_pb_blurb_8 .et-pb-icon, .et_pb_blurb_10 .et-pb-icon, .et_pb_blurb_11 .et-pb-icon { font-size: 50px; color: #383838; font-family: FontAwesome !important; font-weight: 900 !important; }.et_pb_blurb_9 .et-pb-icon { font-size: 50px; color: #383838; font-family: ETmodules !important; font-weight: 400 !important; }.et_pb_section_4.et_pb_section { padding-top: 23px; padding-bottom: 25px; margin-top: 0px; margin-bottom: 0px; background-color: #29abe4 !important; }.et_pb_text_10 { font-size: 17px; line-height: 1.6em; padding-top: 0px !important; padding-bottom: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }.et_pb_text_10 a { font-weight: 700; text-decoration: underline; }.et_pb_section_5.et_pb_section { padding-top: 120px; padding-bottom: 120px; margin-top: 0px; margin-bottom: 0px; background-color: #13232f !important; }.et_pb_row_11, body #page-container .et-db #et-boc .et-l .et_pb_row_11.et_pb_row, body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_11.et_pb_row, body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_11.et_pb_row { width: 90%; max-width: 1300px; }.et_pb_icon_0, .et_pb_icon_1, .et_pb_icon_2, .et_pb_icon_3 { text-align: left; margin-left: 0px; }.et_pb_icon_0 .et_pb_icon_wrap .et-pb-icon { color: #29abe4; font-size: 80px; font-family: ETmodules !important; font-weight: 400 !important; }.et_pb_number_counter_0.et_pb_number_counter .percent p, .et_pb_number_counter_1.et_pb_number_counter .percent p, .et_pb_number_counter_2.et_pb_number_counter .percent p, .et_pb_number_counter_3.et_pb_number_counter .percent p { font-family: "Space Grotesk", Helvetica, Arial, Lucida, sans-serif; font-size: 55px; text-align: left; color: #ffffff !important; }.et_pb_number_counter_0.et_pb_number_counter, .et_pb_number_counter_1.et_pb_number_counter, .et_pb_number_counter_2.et_pb_number_counter, .et_pb_number_counter_3.et_pb_number_counter { padding-top: 0px; padding-bottom: 0px; margin-top: 0px !important; margin-bottom: 5px !important; }.et_pb_text_11, .et_pb_text_13 { font-size: 16px; padding-top: 0px !important; padding-bottom: 0px !important; margin-top: 0px !important; margin-bottom: 57px !important; }.et_pb_text_11 h3, .et_pb_text_12 h3, .et_pb_text_13 h3, .et_pb_text_14 h3 { font-size: 21px; text-align: left; color: rgba(255, 255, 255, 0.65) !important; }.et_pb_icon_1 .et_pb_icon_wrap .et-pb-icon, .et_pb_icon_2 .et_pb_icon_wrap .et-pb-icon, .et_pb_icon_3 .et_pb_icon_wrap .et-pb-icon { color: #29abe4; font-size: 80px; font-family: FontAwesome !important; font-weight: 900 !important; }.et_pb_text_12, .et_pb_text_14 { font-size: 16px; padding-top: 0px !important; padding-bottom: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }.et_pb_divider_3 { padding-bottom: 400px; }.et_pb_section_6.et_pb_section { padding-top: 120px; padding-bottom: 120px; margin-top: 0px; margin-bottom: 0px; }.et_pb_row_12.et_pb_row { padding-top: 0px !important; padding-bottom: 0px !important; margin-top: 0px !important; margin-bottom: 64px !important; }.et_pb_text_15 { font-size: 16px; max-width: 670px; padding-top: 0px !important; padding-bottom: 0px !important; margin-top: 0px !important; margin-bottom: 15px !important; }.et_pb_text_16 { font-size: 16px; max-width: 640px; padding-top: 0px !important; padding-bottom: 0px !important; margin-top: 0px !important; margin-bottom: 22px !important; }.et_pb_text_16 h2 { font-weight: 700; font-size: 48px; line-height: 1.1em; text-align: left; color: #223645 !important; }.et_pb_image_8 { padding-top: 0px; padding-bottom: 0px; max-width: 670px; text-align: left; margin-left: 0px; margin-top: 0px !important; margin-bottom: 0px !important; }.et_pb_row_13, body #page-container .et-db #et-boc .et-l .et_pb_row_13.et_pb_row, body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_13.et_pb_row, body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_13.et_pb_row { max-width: 1280px; }.et_pb_text_17, .et_pb_text_18 { font-size: 17px; line-height: 1.6em; padding-top: 0px !important; padding-bottom: 0px !important; margin-top: 0px !important; margin-bottom: 16px !important; }.et_pb_blurb_12.et_pb_blurb .et_pb_module_header, .et_pb_blurb_12.et_pb_blurb .et_pb_module_header a, .et_pb_blurb_13.et_pb_blurb .et_pb_module_header, .et_pb_blurb_13.et_pb_blurb .et_pb_module_header a { font-weight: 700; font-size: 21px; text-align: left; color: #223645 !important; }.et_pb_blurb_12.et_pb_blurb, .et_pb_blurb_13.et_pb_blurb { font-size: 16px; color: #647589 !important; padding-top: 0px !important; padding-bottom: 0px !important; margin-top: 0px !important; margin-bottom: 0px !important; }.et_pb_blurb_12 .et_pb_main_blurb_image .et_pb_only_image_mode_wrap, .et_pb_blurb_12 .et_pb_main_blurb_image .et-pb-icon, .et_pb_blurb_13 .et_pb_main_blurb_image .et_pb_only_image_mode_wrap, .et_pb_blurb_13 .et_pb_main_blurb_image .et-pb-icon { padding-top: 0px !important; padding-bottom: 0px !important; margin-top: 0px !important; margin-right: 2px !important; margin-bottom: 0px !important; }.et_pb_blurb_12.et_pb_blurb .et_pb_module_header, .et_pb_blurb_13.et_pb_blurb .et_pb_module_header { margin-bottom: 3px; margin-top: 3px; }.et_pb_blurb_12 .et-pb-icon, .et_pb_blurb_13 .et-pb-icon { font-size: 34px; color: #29abe4; font-family: FontAwesome !important; font-weight: 900 !important; }.et_pb_column_0 { background-image: url(//wlczorgbemiddeling.nl/wp-content/swift-ai/images/wp-content/uploads/2024/04/Thuiszorg-222803880_XL-1-jpg.webp); }.et_pb_column_1 { background-color: #ffffff; padding: 12vh 14vh; }.et_pb_column_1 > .et_pb_background_mask { background-image: url("data:image/svg+xml;base64,PHN2ZyAgZmlsbD0icmdiYSgyNTIsMTUyLDIsMC4wOCkiIHZpZXdCb3g9IjAgMCAxOTIwIDE0NDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExODAuMjgsMzgwLjhsOTEuNTctNTIuODdhNDEsNDEsMCwwLDEsNDAuODMsMGw5MS41Nyw1Mi44N2E0MSw0MSwwLDAsMSwyMC40MiwzNS4zNlY1MjEuODlhNDEsNDEsMCwwLDEtMjAuNDIsMzUuMzZsLTkxLjU3LDUyLjg3YTQxLDQxLDAsMCwxLTM3LjY4LDEuNjJjLTEuMDYtLjY5LTIuMTMtMS4zNi0zLjIyLTJsLTkxLjU3LTUyLjg3Yy0xLS41Ny0yLTEuMTItMy0xLjY0YTQxLDQxLDAsMCwxLTE3LjMxLTMzLjM1VjQxNi4xNkE0MSw0MSwwLDAsMSwxMTgwLjI4LDM4MC44Wm0xOTMsMTAzNS02OC4xMi0zOS4zM2EyNi43MSwyNi43MSwwLDAsMC0yNi42MSwwbC02OC4xMiwzOS4zM2EyNi42OCwyNi42OCwwLDAsMC0xMy4zMSwyM1YxNDQwaDE4OS40NnYtMS4yMUEyNi42NywyNi42NywwLDAsMCwxMzczLjI5LDE0MTUuNzVaTTE1NjYuNTUsMzI4LjA5LDE0NzUsMzgxcS0uNzQuNDItMS40Ny44MWE0MC45Myw0MC45MywwLDAsMC0xOS4wNywzNC41MlY1MjJhNDAuOTQsNDAuOTQsMCwwLDAsMTcuNTIsMzMuNWMxLjA2LjU0LDIuMTEsMS4xLDMuMTQsMS43bDkxLjU3LDUyLjg3YzEsLjU2LDEuOTUsMS4xNiwyLjksMS43N2E0MC45Miw0MC45MiwwLDAsMCwzNy42OC0xLjYxbDkxLjU3LTUyLjg3QTQwLjkzLDQwLjkzLDAsMCwwLDE3MTkuMjQsNTIyVjQxNi4yOWE0MC45Myw0MC45MywwLDAsMC0yMC40Mi0zNS4zNmwtOTEuNTctNTIuODZhNDAuODEsNDAuODEsMCwwLDAtMzkuMzctLjc4QzE1NjcuNDQsMzI3LjU2LDE1NjcsMzI3LjgzLDE1NjYuNTUsMzI4LjA5Wm0xMTkuOC03OC4yNCwzOC44NiwyMi40NGExNC44NiwxNC44NiwwLDAsMCwxNC44MiwwbDM4Ljg2LTIyLjQ0QTE0Ljg3LDE0Ljg3LDAsMCwwLDE3ODYuMywyMzdWMTkyLjE0YTE0Ljg3LDE0Ljg3LDAsMCwwLTcuNDEtMTIuODNMMTc0MCwxNTYuODdhMTQuODYsMTQuODYsMCwwLDAtMTQuODIsMGwtMzguODYsMjIuNDRhMTQuODcsMTQuODcsMCwwLDAtNy40MSwxMi44M1YyMzdBMTQuODcsMTQuODcsMCwwLDAsMTY4Ni4zNSwyNDkuODVabTE5NCwxMDkuNWEyOC4xNSwyOC4xNSwwLDAsMC0xNCwzLjc1bC03MC41Nyw0MC43NGEyOC4xOSwyOC4xOSwwLDAsMC0xNCwyNC4zNHY4MS40OGEyOC4xOSwyOC4xOSwwLDAsMCwxNCwyNC4zNGw3MC41Nyw0MC43NGEyOC4yLDI4LjIsMCwwLDAsMjguMSwwTDE5MjAsNTYwVjM3Ny44OWwtMjUuNjEtMTQuNzlBMjguMSwyOC4xLDAsMCwwLDE4ODAuMzQsMzU5LjM1Wk0xNDYwLjQxLDg2NC44OCwxNTUyLDgxMmE0MC45NCw0MC45NCwwLDAsMCwyMC40MS0zNS4zNlY2NzAuOTFBNDAuOTQsNDAuOTQsMCwwLDAsMTU1Miw2MzUuNTVsLTkxLjU3LTUyLjg3YTQxLDQxLDAsMCwwLTQwLjgzLDBMMTMyOCw2MzUuNTVhNDEsNDEsMCwwLDAtMjAuNDIsMzUuMzZWNzc2LjY1QTQxLDQxLDAsMCwwLDEzMjgsODEybDkxLjU3LDUyLjg3QTQwLjk0LDQwLjk0LDAsMCwwLDE0NjAuNDEsODY0Ljg4Wm0tMjk0LjktLjM1LDkxLjU3LTUyLjg3YTQxLDQxLDAsMCwwLDIwLjQyLTM1LjM2VjY3MC41N2E0MSw0MSwwLDAsMC0yMC40Mi0zNS4zNmwtOTEuNTctNTIuODdhNDAuOSw0MC45LDAsMCwwLTQwLjgzLDBsLTkxLjU3LDUyLjg3YTQwLjk0LDQwLjk0LDAsMCwwLTIwLjQxLDM1LjM2Vjc3Ni4zYTQwLjk0LDQwLjk0LDAsMCwwLDIwLjQxLDM1LjM2bDkxLjU3LDUyLjg3QTQwLjk0LDQwLjk0LDAsMCwwLDExNjUuNTEsODY0LjUzWm02MS40MiwyOTcuMjItNjguNDMtMzkuNTFhMjYuODcsMjYuODcsMCwwLDAtMjYuOCwwbC02OC40NCwzOS41MWEyNi44NywyNi44NywwLDAsMC0xMy40LDIzLjIxdjc5YTI2Ljg3LDI2Ljg3LDAsMCwwLDEzLjQsMjMuMjFsNjguNDQsMzkuNTFhMjYuODgsMjYuODgsMCwwLDAsMjYuOCwwbDY4LjQzLTM5LjUxYTI2Ljg4LDI2Ljg4LDAsMCwwLDEzLjQxLTIzLjIxdi03OUEyNi44OCwyNi44OCwwLDAsMCwxMjI2LjkzLDExNjEuNzVabTUwNy42NC01ODQuMzhhNDAuOSw0MC45LDAsMCwwLTIwLjQyLDUuNDVsLTkxLjU3LDUyLjg3YTQwLjk0LDQwLjk0LDAsMCwwLTIwLjQxLDM1LjM2Vjc3Ni43OWE0MC45Myw0MC45MywwLDAsMCwxOS4wNiwzNC41MmMuNS4yNywxLC41MywxLjQ3LjgxTDE3MTQuMjcsODY1Yy40Ni4yNi45LjU0LDEuMzUuODFBNDAuOTMsNDAuOTMsMCwwLDAsMTc1NSw4NjVsOTEuNTctNTIuODZBNDEsNDEsMCwwLDAsMTg2Nyw3NzYuNzlWNjcxLjA1YTQxLDQxLDAsMCwwLTIwLjQyLTM1LjM2TDE3NTUsNTgyLjgyQTQwLjgzLDQwLjgzLDAsMCwwLDE3MzQuNTcsNTc3LjM3Wk0xMzU0Ljg0LDkzMi43NGwtNTMuMDgtMzAuNjRhMTcuNTEsMTcuNTEsMCwwLDAtMTcuNDksMGwtNTMuMDgsMzAuNjRhMTcuNTUsMTcuNTUsMCwwLDAtOC43NCwxNS4xNXY2MS4yOWExNy41NCwxNy41NCwwLDAsMCw4Ljc0LDE1LjE1bDUzLjA4LDMwLjY1YTE3LjU2LDE3LjU2LDAsMCwwLDE3LjQ5LDBsNTMuMDgtMzAuNjVhMTcuNTMsMTcuNTMsMCwwLDAsOC43NS0xNS4xNVY5NDcuODlBMTcuNTQsMTcuNTQsMCwwLDAsMTM1NC44NCw5MzIuNzRabTM0NC43NCwxMzQuMTZhNDAuOTQsNDAuOTQsMCwwLDAsMjAuNDEtMzUuMzZWOTI1LjgxYTQwLjk0LDQwLjk0LDAsMCwwLTIwLjQxLTM1LjM2TDE2MDgsODM3LjU4YTQxLDQxLDAsMCwwLTQwLjgzLDBsLTkxLjU3LDUyLjg3YTQwLjkzLDQwLjkzLDAsMCwwLTIwLjQyLDM1LjM2djEwNS43M2E0MC45Myw0MC45MywwLDAsMCwyMC40MiwzNS4zNmw5MS41Nyw1Mi44N2E0MC45NCw0MC45NCwwLDAsMCw0MC44MywwWk0xODk4LjIsODU3LjQzYTMzLjU4LDMzLjU4LDAsMCwwLTMzLjQ4LDBsLTc5LjQ2LDQ1Ljg3YTMzLjU4LDMzLjU4LDAsMCwwLTE2Ljc0LDI5VjEwMjRhMzMuNTgsMzMuNTgsMCwwLDAsMTYuNzQsMjlsNzkuNDYsNDUuODdhMzMuNTgsMzMuNTgsMCwwLDAsMzMuNDgsMGwyMS44LTEyLjU4Vjg3MFpNMTQxNy4zOCwxMjE5Ljh2MjdsMjMuMzcsMTMuNDksMjMuMzYtMTMuNDl2LTI3bC0yMy4zNi0xMy40OFptNDI5LjkzLTc0LjYtOTEuNTctNTIuODdhNDEsNDEsMCwwLDAtNDAuODQsMGwtOTEuNTYsNTIuODdhNDAuOTMsNDAuOTMsMCwwLDAtMjAuNDIsMzUuMzZWMTI4Ni4zYTQwLjkzLDQwLjkzLDAsMCwwLDIwLjQyLDM1LjM2bDkxLjU3LDUyLjg3YTQwLjk0LDQwLjk0LDAsMCwwLDQwLjgzLDBsOTEuNTctNTIuODdhNDAuOTQsNDAuOTQsMCwwLDAsMjAuNDEtMzUuMzZWMTE4MC41NkE0MC45NCw0MC45NCwwLDAsMCwxODQ3LjMxLDExNDUuMlpNMTE4MCw0Ny43NGw5MS41Nyw1Mi44N2E0MC45NCw0MC45NCwwLDAsMCw0MC44MywwbDkxLjU3LTUyLjg3YTQxLDQxLDAsMCwwLDIwLjQyLTM1LjM2VjBoLTI2NC44VjEyLjM4QTQwLjk0LDQwLjk0LDAsMCwwLDExODAsNDcuNzRabTI5MS44Ni0xLjU5YzEuMDYuNTQsMi4xMiwxLjEsMy4xNywxLjcxbDkxLjU3LDUyLjg2cTEuMzQuNzgsMi42NCwxLjYyYTQxLDQxLDAsMCwwLDM3Ljc0LTEuNTlsOTEuNTctNTIuODdhNDAuOTQsNDAuOTQsMCwwLDAsMjAuNDEtMzUuMzZWMGgtMjY0LjhWMTIuNTJBNDEsNDEsMCwwLDAsMTQ3MS44MSw0Ni4xNVptLTQyMy4zMiwyNDMuNSw3OS45Miw0Ni4xNGEzMy44NiwzMy44NiwwLDAsMCwzMy43NiwwbDc5LjkyLTQ2LjE0QTMzLjg2LDMzLjg2LDAsMCwwLDEyNTksMjYwLjQxVjE2OC4xM2EzMy44NiwzMy44NiwwLDAsMC0xNi44OC0yOS4yNGwtNzkuOTItNDYuMTRhMzMuODQsMzMuODQsMCwwLDAtMzMuNzYsMGwtNzkuOTIsNDYuMTRhMzMuODYsMzMuODYsMCwwLDAtMTYuODgsMjkuMjR2OTIuMjhBMzMuODYsMzMuODYsMCwwLDAsMTA0OC40OSwyODkuNjVabTI3OS4zOSwxMyw5MS41Nyw1Mi44NmE0MC45NCw0MC45NCwwLDAsMCw0MC44MywwbDkxLjU3LTUyLjg2YTQxLDQxLDAsMCwwLDIwLjQxLTM1LjM3VjE2MS41NGE0MC45NCw0MC45NCwwLDAsMC0yMC40MS0zNS4zNmwtOTEuNTctNTIuODdhNDEsNDEsMCwwLDAtNDAuODMsMGwtOTEuNTcsNTIuODdhNDEsNDEsMCwwLDAtMjAuNDIsMzUuMzZWMjY3LjI3QTQxLDQxLDAsMCwwLDEzMjcuODgsMzAyLjY0WiIvPjwvc3ZnPg=="); }.et_pb_column_2 { background-color: #29abe4; padding-top: 14px; padding-bottom: 14px; }.et_pb_column_3 { background-color: #2285bf; padding-top: 14px; padding-bottom: 14px; }.et_pb_column_10 { padding-left: 29px; }.et_pb_column_13 { background-color: rgba(255, 255, 255, 0); padding: 40px 0px 29px; }.et_pb_column_21 { background-image: url(//wlczorgbemiddeling.nl/wp-content/swift-ai/images/wp-content/uploads/2024/04/Thuiszorg-380591062_XL-jpg.webp); border-radius: 15px; overflow: hidden; }.et_pb_divider_1.et_pb_module { margin-left: 0px !important; margin-right: auto !important; }.et_pb_blurb_4.et_pb_blurb.et_pb_module, .et_pb_blurb_5.et_pb_blurb.et_pb_module, .et_pb_blurb_6.et_pb_blurb.et_pb_module, .et_pb_blurb_7.et_pb_blurb.et_pb_module, .et_pb_image_5.et_pb_module { margin-left: auto !important; margin-right: auto !important; }@media only screen and (max-width: 980px){.et_pb_divider_0 { padding-top: 250px; padding-bottom: 250px; }.et_pb_divider_0::before { width: auto; top: 250px; right: 0px; left: 0px; }body #page-container .et_pb_section .et_pb_button_0::after, body #page-container .et_pb_section .et_pb_button_1::after, body #page-container .et_pb_section .et_pb_button_2::after { line-height: inherit; margin-left: 0.3em; left: auto; display: inline-block; opacity: 1; content: attr(data-icon); font-size: inherit !important; font-family: ETmodules !important; font-weight: 400 !important; }body #page-container .et_pb_section .et_pb_button_0::before, body #page-container .et_pb_section .et_pb_button_1::before, body #page-container .et_pb_section .et_pb_button_2::before { display: none; }.et_pb_section_1.et_pb_section { padding-top: 120px; padding-bottom: 109px; }.et_pb_text_3, .et_pb_text_8 { margin-top: 0px !important; margin-bottom: 17px !important; }.et_pb_text_4 h2, .et_pb_text_6 h2, .et_pb_text_9 h2, .et_pb_text_16 h2 { font-size: 48px; }.et_pb_text_4, .et_pb_text_9 { margin-top: 0px !important; margin-bottom: 24px !important; }.et_pb_image_0 .et_pb_image_wrap img, .et_pb_image_5 .et_pb_image_wrap img, .et_pb_image_6 .et_pb_image_wrap img, .et_pb_image_7 .et_pb_image_wrap img, .et_pb_image_8 .et_pb_image_wrap img { width: auto; }.et_pb_row_3, body #page-container .et-db #et-boc .et-l .et_pb_row_3.et_pb_row, body.et_pb_pagebuilder_layout.single #page-container #et-boc .et-l .et_pb_row_3.et_pb_row, body.et_pb_pagebuilder_layout.single.et_full_width_page #page-container #et-boc .et-l .et_pb_row_3.et_pb_row { max-width: 410px; }.et_pb_blurb_4.et_pb_blurb, .et_pb_blurb_5.et_pb_blurb, .et_pb_blurb_6.et_pb_blurb, .et_pb_blurb_7.et_pb_blurb { margin-top: -55px !important; margin-bottom: 40px !important; }.et_pb_section_2.et_pb_section { padding-bottom: 100px; }.et_pb_image_5 { text-align: center; margin: 0px !important; }.et_pb_text_5 { margin-top: 65px !important; margin-bottom: 10px !important; }.et_pb_section_3.et_pb_section, .et_pb_section_5.et_pb_section { padding-top: 120px; padding-bottom: 120px; }.et_pb_text_10 { font-size: 19px; }.et_pb_icon_0, .et_pb_icon_1, .et_pb_icon_2, .et_pb_icon_3 { margin-left: auto; margin-right: auto; }.et_pb_number_counter_0.et_pb_number_counter .percent p, .et_pb_number_counter_1.et_pb_number_counter .percent p, .et_pb_number_counter_2.et_pb_number_counter .percent p, .et_pb_number_counter_3.et_pb_number_counter .percent p { font-size: 55px; }.et_pb_number_counter_0.et_pb_number_counter, .et_pb_number_counter_1.et_pb_number_counter, .et_pb_number_counter_2.et_pb_number_counter, .et_pb_number_counter_3.et_pb_number_counter { margin-top: 0px !important; margin-bottom: 5px !important; }.et_pb_text_11, .et_pb_text_13 { margin-top: 0px !important; margin-bottom: 57px !important; }.et_pb_text_12 { margin-top: 0px !important; margin-bottom: 0px !important; }.et_pb_section_6.et_pb_section { padding-top: 110px; padding-bottom: 120px; }.et_pb_column_10 { padding-left: 0px; }.et_pb_column_20, .et_pb_column_21 { padding-bottom: 35px; }.et_pb_image_5.et_pb_module { margin-left: auto !important; margin-right: auto !important; }}@media only screen and (max-width: 767px){.et_pb_divider_0 { padding-top: 159px; padding-bottom: 159px; }.et_pb_divider_0::before { width: auto; top: 159px; right: 0px; left: 0px; }.et_pb_text_0 h2, .et_pb_text_4 h2, .et_pb_text_6 h2, .et_pb_text_9 h2, .et_pb_text_16 h2 { font-size: 30px; }.et_pb_section_1.et_pb_section, .et_pb_section_3.et_pb_section, .et_pb_section_5.et_pb_section { padding-top: 90px; padding-bottom: 90px; }.et_pb_text_3, .et_pb_text_8 { margin-top: 0px !important; margin-bottom: 5px !important; }.et_pb_text_4, .et_pb_text_9 { margin-top: 0px !important; margin-bottom: 10px !important; }.et_pb_blurb_4.et_pb_blurb, .et_pb_blurb_5.et_pb_blurb, .et_pb_blurb_6.et_pb_blurb, .et_pb_blurb_7.et_pb_blurb { margin-bottom: 30px !important; }.et_pb_section_2.et_pb_section { padding-top: 0px; padding-bottom: 75px; }.et_pb_image_5 { margin: 0px !important; }.et_pb_code_1 { display: none !important; }.et_pb_text_5 { margin-top: 45px !important; }.et_pb_text_10 { font-size: 18px; }.et_pb_number_counter_0.et_pb_number_counter .percent p, .et_pb_number_counter_1.et_pb_number_counter .percent p, .et_pb_number_counter_2.et_pb_number_counter .percent p, .et_pb_number_counter_3.et_pb_number_counter .percent p { font-size: 40px; }.et_pb_number_counter_0.et_pb_number_counter, .et_pb_number_counter_1.et_pb_number_counter, .et_pb_number_counter_2.et_pb_number_counter, .et_pb_number_counter_3.et_pb_number_counter { margin-top: 0px !important; margin-bottom: 0px !important; }.et_pb_text_11, .et_pb_text_13 { margin-top: 0px !important; margin-bottom: 45px !important; }.et_pb_text_12 { margin-top: 0px !important; margin-bottom: 21px !important; }.et_pb_section_6.et_pb_section { padding-top: 85px; padding-bottom: 90px; }.et_pb_column_1 { padding: 90px 30px; }.et_pb_column_20, .et_pb_column_21 { padding-top: 0px; padding-bottom: 30px; }}body.swift-nojs [data-s3cid="1"]{min-width: 100vw;max-height:12234.5625px;}body.swift-nojs [data-s3cid="2"]{min-width: 100vw;max-height:12209.5625px;}body.swift-nojs [data-s3cid="3"]{min-width: 100vw;min-height:281.375px;}body.swift-nojs [data-s3cid="4"]{min-width: 100vw;min-height:281.375px;}body.swift-nojs [data-s3cid="5"]{min-width: 100vw;}body.swift-nojs [data-s3cid="6"]{min-width:320.796875px;}body.swift-nojs [data-s3cid="7"]{min-width:320.796875px;}body.swift-nojs [data-s3cid="8"]{min-width:320.796875px;}body.swift-nojs [data-s3cid="9"]{min-width:320.796875px;}body.swift-nojs [data-s3cid="10"]{min-width:320.796875px;}body.swift-nojs [data-s3cid="11"]{min-width:320.796875px;}body.swift-nojs [data-s3cid="12"]{min-width:320.796875px;}body.swift-nojs [data-s3cid="13"]{min-width: 100vw;min-height:209.78125px;}body.swift-nojs [data-s3cid="14"]{min-width:388.96875px;min-height:209.78125px;}body.swift-nojs [data-s3cid="15"]{min-width:384.96875px;}body.swift-nojs [data-s3cid="16"]{min-width:384.96875px;}body.swift-nojs [data-s3cid="17"]{min-width:384.96875px;}body.swift-nojs [data-s3cid="20"]{min-width:134.96875px;}body.swift-nojs [data-s3cid="22"]{min-width:32px;}body.swift-nojs [data-s3cid="23"]{min-width:32px;}body.swift-nojs [data-s3cid="24"]{min-width:384.96875px;}body.swift-nojs [data-s3cid="25"]{min-width:384.96875px;}body.swift-nojs [data-s3cid="26"]{min-width:384.96875px;}body.swift-nojs [data-s3cid="27"]{min-width:384.96875px;}body.swift-nojs [data-s3cid="28"]{min-width: 100vw;max-height:11928.1875px;}body.swift-nojs [data-s3cid="29"]{min-width: 100vw;max-height:10361.90625px;}body.swift-nojs [data-s3cid="30"]{min-width: 100vw;max-height:10361.90625px;}body.swift-nojs [data-s3cid="31"]{min-width: 100vw;max-height:10361.90625px;}body.swift-nojs [data-s3cid="32"]{min-width: 100vw;max-height:10361.90625px;}body.swift-nojs [data-s3cid="33"]{min-width: 100vw;max-height:10361.90625px;}body.swift-nojs [data-s3cid="34"]{min-width: 100vw;max-height:1424.109375px;}body.swift-nojs [data-s3cid="35"]{min-width: 100vw;max-height:1262.359375px;}body.swift-nojs [data-s3cid="36"]{min-width: 100vw;}body.swift-nojs [data-s3cid="37"]{min-width: 100vw;}body.swift-nojs [data-s3cid="38"]{min-width: 100vw;}body.swift-nojs [data-s3cid="39"]{min-width: 100vw;max-height:921.359375px;}body.swift-nojs [data-s3cid="40"]{min-width:341px;max-height:166px;}body.swift-nojs [data-s3cid="41"]{min-width:341px;max-height:166px;}body.swift-nojs [data-s3cid="42"]{min-width:341px;}body.swift-nojs [data-s3cid="43"]{min-width:341px;}body.swift-nojs [data-s3cid="46"]{min-width:341px;}body.swift-nojs [data-s3cid="47"]{min-width:341px;}body.swift-nojs [data-s3cid="48"]{min-width:40px;}body.swift-nojs [data-s3cid="49"]{min-width:301px;}body.swift-nojs [data-s3cid="50"]{min-width:341px;}body.swift-nojs [data-s3cid="51"]{min-width:341px;}body.swift-nojs [data-s3cid="52"]{min-width:40px;}body.swift-nojs [data-s3cid="53"]{min-width:301px;}body.swift-nojs [data-s3cid="54"]{min-width:341px;}body.swift-nojs [data-s3cid="55"]{min-width:341px;}body.swift-nojs [data-s3cid="56"]{min-width:40px;}body.swift-nojs [data-s3cid="57"]{min-width:301px;}body.swift-nojs [data-s3cid="58"]{min-width:341px;}body.swift-nojs [data-s3cid="59"]{min-width:341px;}body.swift-nojs [data-s3cid="60"]{min-width:40px;}body.swift-nojs [data-s3cid="61"]{min-width:301px;}body.swift-nojs [data-s3cid="62"]{min-width:341px;max-height:80.328125px;}body.swift-nojs [data-s3cid="63"]{min-width:341px;max-height:60.328125px;}body.swift-nojs [data-s3cid="64"]{min-width: 100vw;min-height:161.75px;}body.swift-nojs [data-s3cid="65"]{min-width: 100vw;min-height:80.875px;}body.swift-nojs [data-s3cid="66"]{min-width: 100vw;min-height:52.875px;}body.swift-nojs [data-s3cid="67"]{min-width: 100vw;min-height:80.875px;}body.swift-nojs [data-s3cid="68"]{min-width: 100vw;min-height:52.875px;}body.swift-nojs [data-s3cid="69"]{min-width: 100vw;}body.swift-nojs [data-s3cid="77"]{min-width:360.890625px;}body.swift-nojs [data-s3cid="104"]{min-width: 100vw;max-height:3117.59375px;}body.swift-nojs [data-s3cid="105"]{min-width:360.890625px;}body.swift-nojs [data-s3cid="106"]{min-width:360.890625px;}body.swift-nojs [data-s3cid="107"]{min-width:360.890625px;}body.swift-nojs [data-s3cid="108"]{min-width:360.890625px;max-height:1029.171875px;}body.swift-nojs [data-s3cid="111"]{min-width:360.890625px;}body.swift-nojs [data-s3cid="112"]{min-width:360.890625px;}body.swift-nojs [data-s3cid="113"]{min-width:360.890625px;}body.swift-nojs [data-s3cid="114"]{min-width:360.890625px;}body.swift-nojs [data-s3cid="115"]{min-width:360.890625px;}body.swift-nojs [data-s3cid="116"]{min-width:360.890625px;max-height:588.265625px;}body.swift-nojs [data-s3cid="117"]{min-width:360.890625px;max-height:588.265625px;}body.swift-nojs [data-s3cid="118"]{min-width:340.890625px;min-height:54.90625px;}body.swift-nojs [data-s3cid="119"]{min-width:360.890625px;}body.swift-nojs [data-s3cid="120"]{min-width:360.890625px;}body.swift-nojs [data-s3cid="121"]{min-width:320.796875px;max-height:101px;}body.swift-nojs [data-s3cid="122"]{min-width:320.796875px;max-height:71px;}body.swift-nojs [data-s3cid="123"]{min-width:320.796875px;}body.swift-nojs [data-s3cid="126"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="127"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="128"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="129"]{max-width:0px;}body.swift-nojs [data-s3cid="131"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="132"]{max-width:0px;}body.swift-nojs [data-s3cid="134"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="135"]{max-width:0px;}body.swift-nojs [data-s3cid="137"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="138"]{max-width:0px;}body.swift-nojs [data-s3cid="140"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="141"]{max-width:0px;}body.swift-nojs [data-s3cid="143"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="144"]{max-width:0px;}body.swift-nojs [data-s3cid="146"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="147"]{max-width:0px;}body.swift-nojs [data-s3cid="149"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="150"]{max-width:0px;}body.swift-nojs [data-s3cid="152"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="153"]{max-width:0px;}body.swift-nojs [data-s3cid="155"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="156"]{max-width:0px;}body.swift-nojs [data-s3cid="158"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="159"]{max-width:0px;}body.swift-nojs [data-s3cid="161"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="162"]{max-width:0px;}body.swift-nojs [data-s3cid="164"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="165"]{max-width:0px;}body.swift-nojs [data-s3cid="167"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="168"]{max-width:0px;}body.swift-nojs [data-s3cid="170"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="171"]{max-width:0px;}body.swift-nojs [data-s3cid="173"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="174"]{max-width:0px;}body.swift-nojs [data-s3cid="176"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="177"]{max-width:0px;}body.swift-nojs [data-s3cid="179"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="180"]{max-width:0px;}body.swift-nojs [data-s3cid="182"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="183"]{max-width:0px;}body.swift-nojs [data-s3cid="185"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="186"]{max-width:0px;}body.swift-nojs [data-s3cid="188"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="189"]{max-width:0px;}body.swift-nojs [data-s3cid="191"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="192"]{max-width:0px;}body.swift-nojs [data-s3cid="194"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="195"]{max-width:0px;}body.swift-nojs [data-s3cid="197"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="198"]{max-width:0px;}body.swift-nojs [data-s3cid="200"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="201"]{max-width:0px;}body.swift-nojs [data-s3cid="203"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="204"]{max-width:0px;}body.swift-nojs [data-s3cid="206"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="207"]{max-width:0px;}body.swift-nojs [data-s3cid="209"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="210"]{max-width:0px;}body.swift-nojs [data-s3cid="212"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="213"]{max-width:0px;}body.swift-nojs [data-s3cid="215"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="216"]{max-width:0px;}body.swift-nojs [data-s3cid="218"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="219"]{max-width:0px;}body.swift-nojs [data-s3cid="221"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="222"]{max-width:0px;}body.swift-nojs [data-s3cid="224"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="225"]{max-width:0px;}body.swift-nojs [data-s3cid="227"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="228"]{max-width:0px;}body.swift-nojs [data-s3cid="230"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="231"]{max-width:0px;}body.swift-nojs [data-s3cid="233"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="234"]{max-width:0px;}body.swift-nojs [data-s3cid="236"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="237"]{max-width:0px;}body.swift-nojs [data-s3cid="239"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="240"]{max-width:0px;}body.swift-nojs [data-s3cid="242"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="243"]{max-width:0px;}body.swift-nojs [data-s3cid="245"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="246"]{max-width:0px;}body.swift-nojs [data-s3cid="248"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="249"]{max-width:0px;}body.swift-nojs [data-s3cid="251"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="252"]{max-width:0px;}body.swift-nojs [data-s3cid="254"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="255"]{max-width:0px;}body.swift-nojs [data-s3cid="257"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="258"]{max-width:0px;}body.swift-nojs [data-s3cid="260"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="261"]{max-width:0px;}body.swift-nojs [data-s3cid="263"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="264"]{max-width:0px;}body.swift-nojs [data-s3cid="266"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="267"]{max-width:0px;}body.swift-nojs [data-s3cid="269"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="270"]{max-width:0px;}body.swift-nojs [data-s3cid="272"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="273"]{max-width:0px;}body.swift-nojs [data-s3cid="275"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="276"]{max-width:0px;}body.swift-nojs [data-s3cid="278"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="279"]{max-width:0px;}body.swift-nojs [data-s3cid="281"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="282"]{max-width:0px;}body.swift-nojs [data-s3cid="284"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="285"]{max-width:0px;}body.swift-nojs [data-s3cid="287"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="288"]{max-width:0px;}body.swift-nojs [data-s3cid="290"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="291"]{max-width:0px;}body.swift-nojs [data-s3cid="293"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="294"]{max-width:0px;}body.swift-nojs [data-s3cid="296"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="297"]{max-width:0px;}body.swift-nojs [data-s3cid="299"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="300"]{max-width:0px;}body.swift-nojs [data-s3cid="302"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="303"]{max-width:0px;}body.swift-nojs [data-s3cid="305"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="306"]{max-width:0px;}body.swift-nojs [data-s3cid="308"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="309"]{max-width:0px;}body.swift-nojs [data-s3cid="311"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="312"]{max-width:0px;}body.swift-nojs [data-s3cid="314"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="315"]{max-width:0px;}body.swift-nojs [data-s3cid="317"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="318"]{max-width:0px;}body.swift-nojs [data-s3cid="320"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="321"]{max-width:0px;}body.swift-nojs [data-s3cid="323"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="324"]{max-width:0px;}body.swift-nojs [data-s3cid="326"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="327"]{max-width:0px;}body.swift-nojs [data-s3cid="329"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="330"]{max-width:0px;}body.swift-nojs [data-s3cid="332"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="333"]{max-width:0px;}body.swift-nojs [data-s3cid="335"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="336"]{max-width:0px;}body.swift-nojs [data-s3cid="338"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="339"]{max-width:0px;}body.swift-nojs [data-s3cid="341"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="342"]{max-width:0px;}body.swift-nojs [data-s3cid="344"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="345"]{max-width:0px;}body.swift-nojs [data-s3cid="347"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="348"]{max-width:0px;}body.swift-nojs [data-s3cid="350"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="351"]{max-width:0px;}body.swift-nojs [data-s3cid="353"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="354"]{max-width:0px;}body.swift-nojs [data-s3cid="356"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="357"]{max-width:0px;}body.swift-nojs [data-s3cid="359"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="360"]{max-width:0px;}body.swift-nojs [data-s3cid="362"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="363"]{max-width:0px;}body.swift-nojs [data-s3cid="365"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="366"]{max-width:0px;}body.swift-nojs [data-s3cid="368"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="369"]{max-width:0px;}body.swift-nojs [data-s3cid="371"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="372"]{max-width:0px;}body.swift-nojs [data-s3cid="374"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="375"]{max-width:0px;}body.swift-nojs [data-s3cid="377"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="378"]{max-width:0px;}body.swift-nojs [data-s3cid="380"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="381"]{max-width:0px;}body.swift-nojs [data-s3cid="383"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="384"]{max-width:0px;}body.swift-nojs [data-s3cid="386"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="387"]{max-width:0px;}body.swift-nojs [data-s3cid="389"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="390"]{max-width:0px;}body.swift-nojs [data-s3cid="392"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="393"]{max-width:0px;}body.swift-nojs [data-s3cid="395"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="396"]{max-width:0px;}body.swift-nojs [data-s3cid="398"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="399"]{max-width:0px;}body.swift-nojs [data-s3cid="401"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="402"]{max-width:0px;}body.swift-nojs [data-s3cid="404"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="405"]{max-width:0px;}body.swift-nojs [data-s3cid="407"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="408"]{max-width:0px;}body.swift-nojs [data-s3cid="410"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="411"]{max-width:0px;}body.swift-nojs [data-s3cid="413"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="414"]{max-width:0px;}body.swift-nojs [data-s3cid="416"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="417"]{max-width:0px;}body.swift-nojs [data-s3cid="419"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="420"]{max-width:0px;}body.swift-nojs [data-s3cid="422"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="423"]{max-width:0px;}body.swift-nojs [data-s3cid="425"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="426"]{max-width:0px;}body.swift-nojs [data-s3cid="428"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="429"]{max-width:0px;}body.swift-nojs [data-s3cid="431"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="432"]{max-width:0px;}body.swift-nojs [data-s3cid="434"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="435"]{max-width:0px;}body.swift-nojs [data-s3cid="437"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="438"]{max-width:0px;}body.swift-nojs [data-s3cid="440"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="441"]{max-width:0px;}body.swift-nojs [data-s3cid="443"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="444"]{max-width:0px;}body.swift-nojs [data-s3cid="446"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="447"]{max-width:0px;}body.swift-nojs [data-s3cid="449"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="450"]{max-width:0px;}body.swift-nojs [data-s3cid="452"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="453"]{max-width:0px;}body.swift-nojs [data-s3cid="455"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="456"]{max-width:0px;}body.swift-nojs [data-s3cid="458"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="459"]{max-width:0px;}body.swift-nojs [data-s3cid="461"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="462"]{max-width:0px;}body.swift-nojs [data-s3cid="464"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="465"]{max-width:0px;}body.swift-nojs [data-s3cid="467"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="468"]{max-width:0px;}body.swift-nojs [data-s3cid="470"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="471"]{max-width:0px;}body.swift-nojs [data-s3cid="473"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="474"]{max-width:0px;}body.swift-nojs [data-s3cid="476"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="477"]{max-width:0px;}body.swift-nojs [data-s3cid="479"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="480"]{max-width:0px;}body.swift-nojs [data-s3cid="482"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="483"]{max-width:0px;}body.swift-nojs [data-s3cid="485"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="486"]{max-width:0px;}body.swift-nojs [data-s3cid="488"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="489"]{max-width:0px;}body.swift-nojs [data-s3cid="491"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="492"]{max-width:0px;}body.swift-nojs [data-s3cid="494"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="495"]{max-width:0px;}body.swift-nojs [data-s3cid="497"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="498"]{max-width:0px;}body.swift-nojs [data-s3cid="500"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="501"]{max-width:0px;}body.swift-nojs [data-s3cid="503"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="504"]{max-width:0px;}body.swift-nojs [data-s3cid="506"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="507"]{max-width:0px;}body.swift-nojs [data-s3cid="509"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="510"]{max-width:0px;}body.swift-nojs [data-s3cid="512"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="513"]{max-width:0px;}body.swift-nojs [data-s3cid="515"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="516"]{max-width:0px;}body.swift-nojs [data-s3cid="518"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="519"]{max-width:0px;}body.swift-nojs [data-s3cid="521"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="522"]{max-width:0px;}body.swift-nojs [data-s3cid="524"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="525"]{max-width:0px;}body.swift-nojs [data-s3cid="527"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="528"]{max-width:0px;}body.swift-nojs [data-s3cid="530"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="531"]{max-width:0px;}body.swift-nojs [data-s3cid="533"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="534"]{max-width:0px;}body.swift-nojs [data-s3cid="536"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="537"]{max-width:0px;}body.swift-nojs [data-s3cid="539"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="540"]{max-width:0px;}body.swift-nojs [data-s3cid="542"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="543"]{max-width:0px;}body.swift-nojs [data-s3cid="545"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="546"]{max-width:0px;}body.swift-nojs [data-s3cid="548"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="549"]{max-width:0px;}body.swift-nojs [data-s3cid="551"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="552"]{max-width:0px;}body.swift-nojs [data-s3cid="554"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="555"]{max-width:0px;}body.swift-nojs [data-s3cid="557"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="558"]{max-width:0px;}body.swift-nojs [data-s3cid="560"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="561"]{max-width:0px;}body.swift-nojs [data-s3cid="563"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="564"]{max-width:0px;}body.swift-nojs [data-s3cid="566"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="567"]{max-width:0px;}body.swift-nojs [data-s3cid="569"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="570"]{max-width:0px;}body.swift-nojs [data-s3cid="572"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="573"]{max-width:0px;}body.swift-nojs [data-s3cid="575"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="576"]{max-width:0px;}body.swift-nojs [data-s3cid="578"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="579"]{max-width:0px;}body.swift-nojs [data-s3cid="581"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="582"]{max-width:0px;}body.swift-nojs [data-s3cid="584"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="585"]{max-width:0px;}body.swift-nojs [data-s3cid="587"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="588"]{max-width:0px;}body.swift-nojs [data-s3cid="590"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="591"]{max-width:0px;}body.swift-nojs [data-s3cid="593"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="594"]{max-width:0px;}body.swift-nojs [data-s3cid="596"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="597"]{max-width:0px;}body.swift-nojs [data-s3cid="599"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="600"]{max-width:0px;}body.swift-nojs [data-s3cid="602"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="603"]{max-width:0px;}body.swift-nojs [data-s3cid="605"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="606"]{max-width:0px;}body.swift-nojs [data-s3cid="608"]{max-width:0px;max-height:0px;}body.swift-nojs [data-s3cid="609"]{max-width:0px;}body.swift-nojs [data-s3cid="611"]{min-width:320.796875px;}body.swift-nojs [data-s3cid="612"]{min-width:320.796875px;}body.swift-nojs [data-s3cid="613"]{min-width:320.796875px;max-height:1371.09375px;}body.swift-nojs [data-s3cid="614"]{min-width:320.796875px;max-height:1311.09375px;}body.swift-nojs [data-s3cid="615"]{min-width:320.796875px;max-height:1311.09375px;}body.swift-nojs [data-s3cid="616"]{min-width:320.796875px;max-height:1311.09375px;}body.swift-nojs [data-s3cid="617"]{min-width:320.796875px;max-height:1311.09375px;}body.swift-nojs [data-s3cid="618"]{min-width:320.796875px;max-height:1311.09375px;}body.swift-nojs [data-s3cid="628"]{min-width: 100vw;max-height:1148px;}body.swift-nojs [data-s3cid="629"]{min-width:360.890625px;max-height:219px;}body.swift-nojs [data-s3cid="636"]{min-width:320.796875px;}body.swift-nojs [data-s3cid="637"]{min-width:320.796875px;}body.swift-nojs [data-s3cid="638"]{min-width:320.796875px;}body.swift-nojs [data-s3cid="639"]{min-width:320.796875px;}body.swift-nojs [data-s3cid="640"]{min-width:56.25px;}body.swift-nojs [data-s3cid="641"]{min-width:264.546875px;}body.swift-nojs [data-s3cid="642"]{min-width:249.546875px;}body.swift-nojs [data-s3cid="643"]{min-width:320.796875px;}body.swift-nojs [data-s3cid="644"]{min-width:320.796875px;}body.swift-nojs [data-s3cid="645"]{min-width:320.796875px;}body.swift-nojs [data-s3cid="646"]{min-width:50px;}body.swift-nojs [data-s3cid="647"]{min-width:270.796875px;}body.swift-nojs [data-s3cid="648"]{min-width:255.796875px;}body.swift-nojs [data-s3cid="649"]{min-width:320.796875px;}body.swift-nojs [data-s3cid="650"]{min-width:320.796875px;}body.swift-nojs [data-s3cid="651"]{min-width:320.796875px;}body.swift-nojs [data-s3cid="652"]{min-width:320.796875px;}body.swift-nojs [data-s3cid="653"]{min-width:62.5px;}body.swift-nojs [data-s3cid="656"]{min-width:320.796875px;}body.swift-nojs [data-s3cid="657"]{min-width:320.796875px;}body.swift-nojs [data-s3cid="658"]{min-width:361.28125px;}body.swift-nojs [data-s3cid="659"]{min-width:50px;}body.swift-nojs [data-s3cid="660"]{min-width:311.28125px;}body.swift-nojs [data-s3cid="661"]{min-width:296.28125px;}body.swift-nojs [data-s3cid="662"]{min-width: 100vw;max-height:163.1875px;}body.swift-nojs [data-s3cid="663"]{min-width:360.890625px;max-height:115.1875px;}body.swift-nojs [data-s3cid="664"]{min-width:360.890625px;max-height:115.1875px;}body.swift-nojs [data-s3cid="665"]{min-width:360.890625px;max-height:115.1875px;}body.swift-nojs [data-s3cid="666"]{min-width:360.890625px;max-height:115.1875px;}body.swift-nojs [data-s3cid="667"]{min-width: 100vw;}body.swift-nojs [data-s3cid="668"]{min-width:360.890625px;}body.swift-nojs [data-s3cid="669"]{min-width:360.890625px;}body.swift-nojs [data-s3cid="670"]{min-width:360.890625px;}body.swift-nojs [data-s3cid="673"]{min-width:360.890625px;}body.swift-nojs [data-s3cid="674"]{min-width:360.890625px;}body.swift-nojs [data-s3cid="675"]{min-width:360.890625px;}body.swift-nojs [data-s3cid="678"]{min-width:360.890625px;}body.swift-nojs [data-s3cid="679"]{min-width:360.890625px;}body.swift-nojs [data-s3cid="680"]{min-width:360.890625px;}body.swift-nojs [data-s3cid="681"]{min-width:360.890625px;}body.swift-nojs [data-s3cid="684"]{min-width:360.890625px;}body.swift-nojs [data-s3cid="685"]{min-width:360.890625px;}body.swift-nojs [data-s3cid="686"]{min-width:360.890625px;}body.swift-nojs [data-s3cid="689"]{min-width:360.890625px;}body.swift-nojs [data-s3cid="690"]{min-width:360.890625px;}body.swift-nojs [data-s3cid="691"]{min-width:360.890625px;}body.swift-nojs [data-s3cid="692"]{min-width:360.890625px;}body.swift-nojs [data-s3cid="693"]{min-width:360.890625px;}body.swift-nojs [data-s3cid="694"]{min-width: 100vw;}body.swift-nojs [data-s3cid="695"]{min-width:360.890625px;}body.swift-nojs [data-s3cid="696"]{min-width:360.890625px;}body.swift-nojs [data-s3cid="697"]{min-width:360.890625px;}body.swift-nojs [data-s3cid="698"]{min-width:360.890625px;}body.swift-nojs [data-s3cid="699"]{min-width:360.890625px;}body.swift-nojs [data-s3cid="700"]{min-width:360.890625px;}body.swift-nojs [data-s3cid="701"]{min-width:360.890625px;}body.swift-nojs [data-s3cid="702"]{min-width:320.796875px;}body.swift-nojs [data-s3cid="703"]{min-width:320.796875px;}body.swift-nojs [data-s3cid="704"]{min-width:320.796875px;}body.swift-nojs [data-s3cid="705"]{min-width:320.796875px;}body.swift-nojs [data-s3cid="706"]{min-width:320.796875px;}body.swift-nojs [data-s3cid="707"]{min-width:320.796875px;}body.swift-nojs [data-s3cid="708"]{min-width:36px;}body.swift-nojs [data-s3cid="709"]{min-width:284.796875px;}body.swift-nojs [data-s3cid="710"]{min-width:269.796875px;}body.swift-nojs [data-s3cid="711"]{min-width:320.796875px;}body.swift-nojs [data-s3cid="712"]{min-width:320.796875px;}body.swift-nojs [data-s3cid="713"]{min-width:320.796875px;}body.swift-nojs [data-s3cid="714"]{min-width:320.796875px;}body.swift-nojs [data-s3cid="715"]{min-width:320.796875px;}body.swift-nojs [data-s3cid="716"]{min-width:36px;}body.swift-nojs [data-s3cid="717"]{min-width:284.796875px;}body.swift-nojs [data-s3cid="718"]{min-width:269.796875px;}body.swift-nojs [data-s3cid="719"]{min-width: 100vw;max-height:1566.28125px;}body.swift-nojs [data-s3cid="720"]{min-width: 100vw;max-height:1566.28125px;}body.swift-nojs [data-s3cid="721"]{min-width: 100vw;max-height:166.09375px;}body.swift-nojs [data-s3cid="722"]{min-width:360.890625px;max-height:113.09375px;}body.swift-nojs [data-s3cid="723"]{min-width:360.890625px;max-height:59.59375px;}body.swift-nojs [data-s3cid="724"]{min-width:368.890625px;max-height:36.59375px;}body.swift-nojs [data-s3cid="725"]{min-width:368.890625px;max-height:36.59375px;}body.swift-nojs [data-s3cid="726"]{max-height:36.59375px;}body.swift-nojs [data-s3cid="727"]{min-width:336.890625px;max-height:36.59375px;}body.swift-nojs [data-s3cid="728"]{min-width:360.890625px;}body.swift-nojs [data-s3cid="729"]{min-width:360.890625px;}body.swift-nojs [data-s3cid="730"]{min-width: 100vw;}body.swift-nojs [data-s3cid="731"]{min-width:320.796875px;}body.swift-nojs [data-s3cid="733"]{min-width:320.796875px;}body.swift-nojs [data-s3cid="735"]{min-width:320.796875px;}body.swift-nojs [data-s3cid="738"]{min-width:320.796875px;}body.swift-nojs [data-s3cid="739"]{min-width:320.796875px;}body.swift-nojs [data-s3cid="740"]{min-width:320.796875px;}body.swift-nojs [data-s3cid="741"]{min-width:320.796875px;}body.swift-nojs [data-s3cid="742"]{min-width:49px;}body.swift-nojs [data-s3cid="743"]{min-width:320.796875px;}body.swift-nojs [data-s3cid="744"]{min-width:320.796875px;}body.swift-nojs [data-s3cid="745"]{min-width:320.796875px;}body.swift-nojs [data-s3cid="746"]{min-width:320.796875px;}body.swift-nojs [data-s3cid="747"]{min-width:320.796875px;}body.swift-nojs [data-s3cid="748"]{min-width:49px;}body.swift-nojs [data-s3cid="749"]{min-width:320.796875px;}body.swift-nojs [data-s3cid="750"]{min-width:320.796875px;}body.swift-nojs [data-s3cid="751"]{min-width:320.796875px;}body.swift-nojs [data-s3cid="752"]{min-width:320.796875px;}body.swift-nojs [data-s3cid="753"]{min-width:320.796875px;}body.swift-nojs [data-s3cid="754"]{min-width:49px;}body.swift-nojs [data-s3cid="755"]{min-width:320.796875px;}body.swift-nojs [data-s3cid="756"]{min-width:320.796875px;}body.swift-nojs [data-s3cid="757"]{min-width:320.796875px;}body.swift-nojs [data-s3cid="758"]{min-width:320.796875px;}body.swift-nojs [data-s3cid="759"]{min-width:320.796875px;}body.swift-nojs [data-s3cid="760"]{min-width:42.875px;}body.swift-nojs [data-s3cid="761"]{min-width:320.796875px;}body.swift-nojs [data-s3cid="762"]{min-width:320.796875px;}body.swift-nojs [data-s3cid="763"]{min-width: 100vw;}body.swift-nojs [data-s3cid="764"]{min-width:360.890625px;}body.swift-nojs [data-s3cid="765"]{min-width:360.890625px;}body.swift-nojs [data-s3cid="767"]{min-width:360.890625px;}body.swift-nojs [data-s3cid="768"]{min-width:360.890625px;}body.swift-nojs [data-s3cid="769"]{min-width:360.890625px;}body.swift-nojs [data-s3cid="770"]{min-width:360.890625px;}body.swift-nojs [data-s3cid="771"]{min-width:360.890625px;}body.swift-nojs [data-s3cid="772"]{min-width:360.890625px;}body.swift-nojs [data-s3cid="773"]{min-width:360.890625px;}body.swift-nojs [data-s3cid="775"]{min-width: 100vw;}body.swift-nojs [data-s3cid="776"]{min-width: 100vw;}body.swift-nojs [data-s3cid="777"]{min-width:133.671875px;}body.swift-nojs [data-s3cid="778"]{min-width:113.671875px;}body.swift-nojs [data-s3cid="779"]{min-width:113.671875px;}body.swift-nojs [data-s3cid="780"]{min-width:20px;}body.swift-nojs [data-s3cid="781"]{min-width:113.671875px;}body.swift-nojs [data-s3cid="782"]{min-width:133.671875px;}body.swift-nojs [data-s3cid="783"]{min-width:113.671875px;}body.swift-nojs [data-s3cid="784"]{min-width:113.671875px;}body.swift-nojs [data-s3cid="785"]{min-width:17.5px;}body.swift-nojs [data-s3cid="786"]{min-width:113.671875px;}body.swift-nojs [data-s3cid="787"]{min-width:133.671875px;}body.swift-nojs [data-s3cid="788"]{min-width:113.671875px;}body.swift-nojs [data-s3cid="789"]{min-width:113.671875px;}body.swift-nojs [data-s3cid="790"]{min-width:20px;}body.swift-nojs [data-s3cid="791"]{min-width:113.671875px;}body.swift-nojs [data-s3cid="793"]{min-width: 100vw;min-height:126px;}html{opacity:1}}