@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}.wpcf7 form{position:relative}.wpcf7 form>div,.wpcf7 form>p{margin-bottom:1.2em}.wpcf7 .wpcf7-form-control-wrap{width:100%;display:block}.wpcf7 input:not([type=submit]):focus,.wpcf7 select:focus,.wpcf7 textarea:focus{border-color:var(--ast-border-color);outline:0}.wpcf7 input:not([type=submit]),.wpcf7 select,.wpcf7 textarea{width:100%;padding:.75em}.wpcf7 input[type=file]{color:#666;height:auto;border-width:1px;border-style:solid;border-color:var(--ast-border-color);border-radius:2px;background:#fafafa;box-shadow:none;box-sizing:border-box;transition:all .2s linear}.wpcf7 input[type=checkbox],.wpcf7 input[type=radio]{display:inline-block;background:#e9eef2;color:#555;clear:none;cursor:pointer;line-height:0;height:1.2em;margin:-3px 4px 0 0;outline:0;padding:0;border-radius:.2em;text-align:center;vertical-align:middle;width:1.4em;min-width:1.4em;transition:all .2s linear}.popup-template .modal {
opacity: 0;
-webkit-transition: all 250ms ease;
-o-transition: all 250ms ease;
transition: all 250ms ease;
}
.popup-template .modal.is-open {
opacity: 1;
-webkit-transition: all 250ms ease;
-o-transition: all 250ms ease;
transition: all 250ms ease;
}
 @-webkit-keyframes bounce {
from,
20%,
53%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40%,
43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0);
}
}
@keyframes bounce {
from,
20%,
53%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40%,
43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes flash {
from,
50%,
to {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
@keyframes flash {
from,
50%,
to {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
@-webkit-keyframes shake {
from,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%,
30%,
50%,
70%,
90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%,
40%,
60%,
80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
@keyframes shake {
from,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%,
30%,
50%,
70%,
90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%,
40%,
60%,
80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.headShake {
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-name: headShake;
animation-name: headShake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%,
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}
30%,
50%,
70%,
90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%,
60%,
80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%,
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}
30%,
50%,
70%,
90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%,
60%,
80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes wobble {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes jello {
from,
11.1%,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
@keyframes jello {
from,
11.1%,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
.jello {
-webkit-animation-name: jello;
animation-name: jello;
-webkit-transform-origin: center;
transform-origin: center;
}
@-webkit-keyframes heartBeat {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
14% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
28% {
-webkit-transform: scale(1);
transform: scale(1);
}
42% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
70% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes heartBeat {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
14% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
28% {
-webkit-transform: scale(1);
transform: scale(1);
}
42% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
70% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
.heartBeat {
-webkit-animation-name: heartBeat;
animation-name: heartBeat;
-webkit-animation-duration: 1.3s;
animation-duration: 1.3s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
@-webkit-keyframes bounceIn {
from,
20%,
40%,
60%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(0.97, 0.97, 0.97);
transform: scale3d(0.97, 0.97, 0.97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
from,
20%,
40%,
60%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(0.97, 0.97, 0.97);
transform: scale3d(0.97, 0.97, 0.97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInDown {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInLeft {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInRight {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
50%,
55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
}
@keyframes bounceOut {
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
50%,
55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
}
.bounceOut {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
from {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
from {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%,
60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%,
80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%,
60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%,
80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-name: hinge;
animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
from {
opacity: 0;
-webkit-transform: scale(0.1) rotate(30deg);
transform: scale(0.1) rotate(30deg);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
50% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
}
70% {
-webkit-transform: rotate(3deg);
transform: rotate(3deg);
}
to {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes jackInTheBox {
from {
opacity: 0;
-webkit-transform: scale(0.1) rotate(30deg);
transform: scale(0.1) rotate(30deg);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
50% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
}
70% {
-webkit-transform: rotate(3deg);
transform: rotate(3deg);
}
to {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
}
.jackInTheBox {
-webkit-animation-name: jackInTheBox;
animation-name: jackInTheBox;
} @-webkit-keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
@keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
to {
opacity: 0;
}
}
@keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
to {
opacity: 0;
}
}
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
transform: scale(0.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
transform: scale(0.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
transform: scale(0.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
transform: scale(0.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.animated.delay-1s {
-webkit-animation-delay: 1s;
animation-delay: 1s;
}
.animated.delay-2s {
-webkit-animation-delay: 2s;
animation-delay: 2s;
}
.animated.delay-3s {
-webkit-animation-delay: 3s;
animation-delay: 3s;
}
.animated.delay-4s {
-webkit-animation-delay: 4s;
animation-delay: 4s;
}
.animated.delay-5s {
-webkit-animation-delay: 5s;
animation-delay: 5s;
}
.animated.fast {
-webkit-animation-duration: 800ms;
animation-duration: 800ms;
}
.animated.faster {
-webkit-animation-duration: 500ms;
animation-duration: 500ms;
}
.animated.slow {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.animated.slower {
-webkit-animation-duration: 3s;
animation-duration: 3s;
}
@media (print),
(prefers-reduced-motion: reduce) {
.animated {
-webkit-animation-duration: 1ms !important;
animation-duration: 1ms !important;
-webkit-transition-duration: 1ms !important;
transition-duration: 1ms !important;
-webkit-animation-iteration-count: 1 !important;
animation-iteration-count: 1 !important;
}
}.zb-el-zionImage {  display:block;}.zb-el-zionImage a {  display:inline-block;}.zb-el-icon {  color:#06bee1;  line-height:1;}a.zb-el-icon-icon.zb-el-icon-link {  text-decoration:none;}.zb-el-icon-icon {  display:inline-flex;  justify-content:center;  align-items:center;  padding:0.8em;  line-height:1;}.zb-el-icon-icon:before {  width:1em;  height:1em;  text-align:center;}.zb-el-icon--bordered .zb-el-icon-icon {  border:1px solid #06bee1;}.zb-el-icon--filled .zb-el-icon-icon {  color:#fff;  background-color:#06bee1;}.zb-el-icon--circle .zb-el-icon-icon {  line-height:1;  border-radius:50% !important;}.zb-el-icon--square .zb-el-icon-icon {  line-height:1;  border-radius:0;}.zb-el-menu {  width:100%;}.zb-el-menu > div:not(.znpb__server-element-loader--loading), .zb-menu {  display:flex;  width:100%;}.zb-menu-container {  width:100%;}.zb-menu-list.zb-orientation--horizontal {  flex-wrap:wrap;  align-items:center;}.zb-menu-list.zb-orientation--vertical {  flex-direction:column;}.zb-menu-list.zb-align--center {  justify-content:center;}.zb-menu-list.zb-orientation--vertical.zb-align--center {  align-items:center;  text-align:center;}.zb-menu-list.zb-align--end {  justify-content:flex-end;}.zb-menu-list.zb-orientation--vertical.zb-align--end {  align-items:flex-end;  text-align:right;}.zb-menu:not(.zb-menu-mobile--active) .zb-menu-list.zb-orientation--horizontal.zb-align--stretch {  justify-content:space-between;}.zb-menuIcon {  order:0;  padding:0 4px;}.zb-menuIcon--top > a > .zb-menuIcon {  width:100%;  text-align:center;}.zb-menuIcon--right > a > .zb-menuIcon {  order:10;}.zb-menuIcon--bottom > a > .zb-menuIcon {  order:20;  width:100%;  text-align:center;}.zb-menuBadge {  order:5;  padding:4px 8px;  margin:0 4px;  font-size:10px;  line-height:1;  border-radius:3px;}.zb-orientation--horizontal .zb-menuBadge {  position:absolute;  top:-3px;  right:5px;  z-index:10;}.zb-menuTitle {  margin:0 4px;}.zb-submenu-indicator {  order:15;}.zb-menu ul {  margin:0;  list-style-type:none;}.zb-menu-list {  display:flex;  padding:0;}.zb-menu .sub-menu {  position:absolute;  top:100%;  left:-999999px;  z-index:9999;  min-width:240px;  padding:0;  white-space:nowrap;  background-clip:padding-box;  transition:opacity 0.12s ease-in, visibility 0.15s ease-in;  opacity:0;  visibility:hidden;}.zb-menu .zb-mmContent {  white-space:initial;}.zb-menu:not(.zb-menu-mobile--active) .sub-menu {  background:#f1f1f1;}.zb-menu--accordion .sub-menu {  position:static;  display:none;  opacity:1;  visibility:visible;}.zb-menu-list.zb-orientation--vertical .sub-menu {  top:0;}.zb-menu-list.zb-orientation--vertical.zb-align--end .sub-menu {  right:100%;  left:auto;}.zb-menu .menu-item-has-children:hover > .sub-menu {  left:0;  opacity:1;  visibility:visible;}.zb-menu .zb-menu-list.zb-orientation--vertical .menu-item-has-children:hover > .sub-menu {  left:100%;}.zb-menu ul.sub-menu .menu-item:hover > ul {  top:3px;  left:100%;  opacity:1;}.zb-menu-list > li > .sub-menu.zb-submenu-noSpace--right {  right:0;  left:auto;}.zb-menu .sub-menu.zb-submenu-noSpace--right {  right:100%;  left:auto;}.zb-menu .sub-menu.zb-submenu-noSpace--right .sub-menu {  top:15px;}.zb-menu li {  margin:0;}.zb-menu .menu-item-has-children {  position:relative;}.zb-menu .zb-menuWidth--full > ul {  width:100vw;}.zb-submenu-indicator--flip .zb-menu-item--active > .menu-link .zb-submenu-indicator {  transform:scale(-1);}.zb-menu-list.zb-orientation--vertical.zb-align--start .menu-item, .zb-menu-list.zb-orientation--vertical.zb-align--end .menu-item {  width:100%;}.zb-menu a {  display:inline-flex;  flex-wrap:wrap;  justify-content:space-between;  align-items:center;  padding:12px 20px;  color:inherit;  transition:0.2s ease-in-out;}.zb-menu a, .zb-menu a:hover, .zb-menu a:active {  position:relative;  text-decoration:none;}.zb-menu li:hover > a, .zb-menu a:focus {  color:#006dd2;}.zb-menu-list.zb-orientation--vertical a {  justify-content:initial;}.zb-menu-list.zb-orientation--vertical.zb-align--center a {  justify-content:center;}.zb-menu-list.zb-orientation--vertical.zb-align--end a {  justify-content:flex-end;}.zb-submenu-indicator {  margin-left:4px;  font-size:12px;  line-height:1;}.zb-submenu-indicator--flip .zb-submenu-indicator {  transition:transform 0.15s;}.zb-menu-list.zb-orientation--vertical.zb-align--start .zb-submenu-indicator {  margin-left:auto;}.zb-menu-list.zb-orientation--vertical.zb-align--end .zb-submenu-indicator {  order:-1;  margin-right:auto;  margin-left:0;}.zb-menu-trigger {  display:none;  align-items:center;  padding:0;  color:inherit;  background:none;  border:0;  cursor:pointer;}.zb-menu-trigger:hover, .zb-menu-trigger:focus {  color:inherit;  background:transparent;  border:0;  outline:0;}.zb-menu-mobile--active .zb-menu-trigger {  display:flex;}.zb-menu-trigger[data-align=start] {  margin-right:auto;}.zb-menu-trigger[data-align=center] {  margin-right:auto;  margin-left:auto;}.zb-menu-trigger[data-align=end] {  margin-left:auto;}.zb-menu-trigger__text {  margin-right:10px;}.zb-menu-trigger__hamburger {  position:relative;  display:block;  width:18px;  height:14px;}.zb-menu-trigger__hamburger span {  position:absolute;  display:block;  width:100%;  height:2px;  background-color:currentColor;  border-radius:4px;  transition-duration:0.15s;  transition-property:transform;  transition-timing-function:ease;}.zb-menu-trigger__hamburger span:first-child {  top:0;}.zb-menu-trigger__hamburger span:nth-child(2) {  top:50%;  margin-top:-1px;  transition-duration:0.15s;  transition-property:transform, opacity;  transition-timing-function:ease;}.zb-menu-trigger__hamburger span:last-child {  bottom:0;}.zb-menu-trigger--active .zb-menu-trigger__hamburger span:first-child, .zb-menu-trigger--active .zb-menu-trigger__hamburger span:last-child {  margin-top:-1px;}.zb-menu-trigger--active .zb-menu-trigger__hamburger span:first-child {  top:50%;  transform:rotate(45deg);}.zb-menu-trigger--active .zb-menu-trigger__hamburger span:nth-child(2) {  transition:none;  opacity:0;}.zb-menu-trigger--active .zb-menu-trigger__hamburger span:last-child {  top:50%;  bottom:auto;  transform:rotate(-45deg);}.zb-menu-mobile--active {  position:relative;  flex-direction:column;}.zb-menu-mobile--active .zb-menu-container {  position:absolute;  top:100%;  z-index:99999;  display:none;}.zb-menu-mobile--active.zb-menu-trigger--active .zb-menu-container {  display:block;}.zb-menu-mobile--active .zb-menu--item--expand {  position:static;  display:block !important;  opacity:1;  visibility:visible;}.zb-menu-mobile--active .zb-menu-list {  flex-direction:column;  margin-top:10px;  background-color:#fff;}.zb-menu-mobile--active .zb-menu-list.zb-mAlign--start {  align-items:flex-start;  text-align:left;}.zb-menu-mobile--active .zb-menu-list.zb-mAlign--center {  align-items:center;  text-align:center;}.zb-menu-mobile--active .zb-menu-list.zb-mAlign--end {  align-items:flex-end;  text-align:right;}.zb-menu-mobile--active .sub-menu {  display:none;}.zb-menu-mobile--active .zb-align--start .menu-item, .zb-menu-mobile--active .zb-align--end .menu-item {  width:100%;}.zb-menu-mobile--active .zb-menu-list a {  justify-content:initial;}.zb-menu-mobile--active .zb-menu-list.zb-mAlign--start a {  justify-content:flex-start;}.zb-menu-mobile--active .zb-menu-list.zb-mAlign--center a {  justify-content:center;}.zb-menu-mobile--active .zb-menu-list.zb-mAlign--end a {  justify-content:flex-end;}.zb-menu-mobile--active .sub-menu a {  font-size:80%;}.zb-menu-mobile--active .zb-menu-list.zb-mAlign--start .zb-submenu-indicator {  margin-left:auto;}.zb-menu-mobile--active .zb-menu-list.zb-mAlign--end .zb-submenu-indicator {  order:-1;  margin-right:auto;  margin-left:0;}.zb-menu-trigger--active.zb-menu--mobile--full-width .zb-menu-container {  width:100vw;}.bx-site {  overflow-x:hidden;}.zb-menu .menu-item-has-children:focus-within > .sub-menu {  left:unset;  opacity:1;  visibility:visible;}.zb-menu .sub-menu .menu-item-has-children:focus-within > .sub-menu {  top:3px;  left:100%;  opacity:1;  visibility:visible;}.zb-el-zionButton {  display:flex;  width:100%;}.zb-el-button {  display:flex;}.zb-el-button--has-icon.zb-el-button--icon-right .zb-el-button__text {  margin-right:10px;}.zb-el-button--icon-right {  flex-direction:row-reverse;}.zb-el-button--icon-right .zb-el-button__icon {  margin-right:0;  margin-left:10px;}.zb-el-button__icon {  margin-right:10px;}.zb-el-button--icon-left {  flex-direction:row;}.zb-el-button--icon-left .zb-el-button__icon {  margin-right:10px;}.zb-el-button--icon-top {  flex-direction:column;  align-items:center;}.zb-el-button--icon-top .zb-el-button__icon {  margin-right:0;  margin-bottom:5px;}.zb-el-button--icon-bottom {  flex-direction:column-reverse;  align-items:center;}.zb-el-button--icon-bottom .zb-el-button__icon {  margin-top:5px;  margin-right:0;}.zb-el-zionButton--align--right {  justify-content:flex-end;}.zb-el-zionButton--align--left {  justify-content:flex-start;}.zb-el-zionButton--align--center {  justify-content:center;}.zb-el-button {  padding:15px 20px;  color:#fff;  line-height:1;  text-decoration:none;  background-color:#006dd2;  border-radius:3px;}.zb-el-button--icon-black {  color:#fff;  background-color:#000;}.zb-el-button--icon-dark {  color:#fff;  background-color:#3a3a3a;}.zb-el-button--icon-gray {  color:#313131;  background-color:#dcdcdc;}.zb-el-button--icon-white {  color:#313131;  background-color:#fff;}.zb-el-button--icon-succes {  color:#fff;  background-color:#28a745;}.zb-el-button--icon-danger {  color:#fff;  background-color:#dc3545;}.zb-el-button--icon-warning {  color:#fff;  background-color:#edbf34;}.zb-el-button--icon-info {  color:#fff;  background-color:#17a2b8;}.zb-el-button--icon-link {  color:#006dd2;  background:none;}.zb-el-button--normal {  border-radius:0;}.zb-el-button--semi-rounded {  border-radius:3px;}.zb-el-button--rounded {  border-radius:200px;}.zb-el-button--size-small {  padding:12px 15px;  font-size:13px;}.zb-el-button--size-normal {  padding:16px 20px;  font-size:14px;}.zb-el-button--size-medium {  padding:22px 26px;  font-size:14px;}.zb-el-button--size-large {  padding:26px 36px;  font-size:16px;}.zb-el-button--full-width {  justify-content:center;  align-items:center;  width:100%;}@media (max-width:991.98px) {  .zb-el-zionButton--lg--align--left {    justify-content:flex-start;  }  .zb-el-zionButton--lg--align--right {    justify-content:flex-end;  }  .zb-el-zionButton--lg--align--center {    justify-content:center;  }}@media (max-width:767.98px) {  .zb-el-zionButton--md--align--left {    justify-content:flex-start;  }  .zb-el-zionButton--md--align--right {    justify-content:flex-end;  }  .zb-el-zionButton--md--align--center {    justify-content:center;  }}@media (max-width:575.98px) {  .zb-el-zionButton--sm--align--left {    justify-content:flex-start;  }  .zb-el-zionButton--sm--align--right {    justify-content:flex-end;  }  .zb-el-zionButton--sm--align--center {    justify-content:center;  }}#uid805165000771 {background-color:#1d1d1d;padding-top:10px;padding-bottom:10px;}@media (max-width:575px) {#uid805165000771 {padding-top:10px;padding-bottom:10px;}}#uid805165000771 .zb-section__innerWrapper { max-width:1290px }#uid805165000771{z-index:11111111;}#uid805165000777 {-webkit-box-orient:horizontal; -webkit-box-direction:normal;  -ms-flex-direction:row; flex-direction:row;-webkit-box-align:center; -ms-flex-align:center; align-items:center;-webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end;}@media (max-width:991px) {#uid805165000777 {padding-right:16px;}}@media (max-width:575px) {#uid805165000777 {-ms-flex-preferred-size:1px; flex-basis:1px;-webkit-box-flex:1; -ms-flex-positive:1; flex-grow:1;-webkit-box-orient:horizontal; -webkit-box-direction:normal;  -ms-flex-direction:row; flex-direction:row;-webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}}#uid933078205721 {color:#ffffff;}#uid933077597101 {padding-bottom:20px;padding-top:0px;}@media (max-width:991px) {#uid933077597101 {padding-left:30px;padding-right:30px;}}#uid933077597101 .zb-section__innerWrapper { max-width:1290px }#uid933077597101{z-index:11111111;}#uid933077597102 {-webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start;-webkit-box-orient:horizontal; -webkit-box-direction:normal;  -ms-flex-direction:row; flex-direction:row;-webkit-box-align:center; -ms-flex-align:center; align-items:center;}@media (max-width:575px) {#uid933077597102 {-ms-flex-preferred-size:1px; flex-basis:1px;-webkit-box-flex:1; -ms-flex-positive:1; flex-grow:1;}}#uid933077597104 {-webkit-box-orient:horizontal; -webkit-box-direction:normal;  -ms-flex-direction:row; flex-direction:row;-webkit-box-align:center; -ms-flex-align:center; align-items:center;-webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end;}@media (max-width:991px) {#uid933077597104 {padding-right:16px;}}@media (max-width:575px) {#uid933077597104 {-ms-flex-preferred-size:1px; flex-basis:1px;-webkit-box-flex:1; -ms-flex-positive:1; flex-grow:1;}}#uid933077597105 {visibility:hidden;}@media (max-width:575px) {#uid933077597105 {visibility:visible;}}@media (max-width:575px) {#uid933077597105 .zb-el-icon-icon {font-size:30px;}#uid933077597105 .zb-el-icon-icon:hover {font-size:30px;}}#uid933077597105 .zb-el-icon-icon { color:#7fe440 }#uid933077597105 .zb-el-icon-icon:hover { color:#fb3c12 }@media (max-width:575px) { #uid933077597105 .zb-el-icon-icon { font-size:0px }#uid933077597105 .zb-el-icon-icon:hover { font-size:0px } }#uid933077597106 {font-family:Arial;font-weight:700;}#uid933077597106 .zb-menu:not(.zb-menu-mobile--active) .zb-menu-list > li > a {color:#cccccc;padding-right:6px;padding-left:6px;}#uid933077597106 .zb-menu:not(.zb-menu-mobile--active) .zb-menu-list > li > a:hover {color:#ffffff;}#uid933077597106 .zb-menu:not(.zb-menu-mobile--active) .zb-menu-list .sub-menu {background-color:#ffffff;box-shadow:0px 0px 5px #00000024;border-radius:3px;}#uid933077597106 .zb-menu:not(.zb-menu-mobile--active) .zb-menu-list .sub-menu a {color:#263D55;font-size:14px;}#uid933077597106 .zb-menu:not(.zb-menu-mobile--active) .zb-menu-list .sub-menu a:hover {color:#151833;}#uid933077597106 .zb-menu-trigger {color:#ffffff;}@media (max-width:575px) {#uid933077597106 .zb-menu-trigger {font-weight:600;}}#uid933077597106 .zb-menu.zb-menu-mobile--active .zb-menu-list {background-color:#1d1d1d;box-shadow:0px 20px 50px  #0000001f;padding-top:30px;padding-bottom:30px;margin-top:50px;}#uid933077597106 .zb-menu.zb-menu-mobile--active .zb-menu-list a {color:#ff3800;}@media (max-width:575px) {#uid933077597106 .zb-menu.zb-menu-mobile--active .zb-menu-list a {font-size:17px;}}@media (max-width:575px) {#uid933077597106 .zb-menu.zb-menu-mobile--active .zb-menu-list .sub-menu a {font-size:16px;}}#uid933077597107 {width:auto;white-space:nowrap;}@media (max-width:991px) {#uid933077597107 {display:none;}}#uid933077597107 .zb-el-button {font-size:24px;font-weight:700;background-color:#ff380000;color:#ff3800;}#uid933077597107 .zb-el-button:hover {color:#ffffff;}#uid933077597108 {width:auto;white-space:nowrap;}@media (max-width:991px) {#uid933077597108 {display:none;}}#uid933077597108 .zb-el-button {font-size:16px;font-weight:700;background-color:#ff3800;color:#ffffff;}#uid933077597108 .zb-el-button:hover {color:#ffffff;}.zb-el-iconBox {  display:flex;}.zb-el-iconBox--icon-top {  flex-direction:column;}.zb-el-iconBox--icon-left {  flex-direction:row;}.zb-el-iconBox--icon-left .zb-el-iconBox-iconWrapper {  margin-right:25px;}.zb-el-iconBox--icon-right {  flex-direction:row-reverse;}.zb-el-iconBox--icon-right .zb-el-iconBox-iconWrapper {  margin-left:25px;}.zb-el-iconBox-text {  flex:1;}.zb-el-iconBox-spacer {  display:block;  width:25px;  height:25px;}#uid963412312191 {padding-top:60px;padding-bottom:60px;background-color:#e43706;display:none;background-size:cover;}@media (max-width:991px) {#uid963412312191 {padding-top:120px;padding-bottom:120px;}}@media (max-width:767px) {#uid963412312191 {padding-top:100px;padding-bottom:100px;}}@media (max-width:575px) {#uid963412312191 {display:flex;display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-webkit-flex;padding-top:30px;padding-bottom:30px;}}#uid963412312191 .zb-section__innerWrapper { max-width:1370px }@media (max-width:767px) {#uid963412312192 {padding-left:100px;padding-right:100px;}}@media (max-width:575px) {#uid963412312192 {padding-left:60px;padding-right:60px;}}#uid963412312193 {text-align:center;font-size:46px;line-height:62px;font-weight:700;margin-bottom:20px;color:#ffffff;font-family:Roboto;}@media (max-width:575px) {#uid963412312193 {font-size:34px;line-height:52px;}}#uid963412312194 {text-align:center;color:#ffffff;font-size:24px;font-weight:400;}@media (max-width:575px) {#uid963412312194 {font-size:20px;}}@media (max-width:767px) {#uid963412312195 {margin-top:30px;}}@media (max-width:575px) {#uid963412312195 {margin-top:0px;}}#uid963412312195 .zb-el-button {font-size:23px;font-weight:500;padding-right:40px;padding-left:40px;padding-top:20px;padding-bottom:20px;border-radius:50px;font-family:Roboto;color:#ffffff;line-height:1;text-transform:uppercase;transition:all 250ms ease ;}@media (max-width:575px) {#uid963412312195 .zb-el-button {font-size:21px;}}#uid805392082941 {padding-top:60px;padding-bottom:60px;background-color:#1d1d1d;}@media (max-width:767px) {#uid805392082941 {padding-top:100px;padding-bottom:100px;}}@media (max-width:575px) {#uid805392082941 {padding-bottom:40px;padding-top:40px;}}#uid805392082941 .zb-section__innerWrapper { max-width:1290px }#uid805392082941 a {color:#ffffff;}@media (max-width:575px) {#uid805395258881 {display:none;}}#uid805395595521 {text-align:center;}#uid805395998941 {color:#ffffff;font-size:16px;padding-top:30px;padding-bottom:30px;}#uid805395402961 {-webkit-box-orient:horizontal; -webkit-box-direction:normal;  -ms-flex-direction:row; flex-direction:row;}@media (max-width:575px) {#uid805395402961 {-webkit-box-orient:vertical; -webkit-box-direction:normal;  -ms-flex-direction: column; flex-direction:column;}}@media (max-width:575px) {#uid805395402962 {display:none;}}#uid805405689431 {color:#ffffff;font-weight:600;}#uid805398785291 {color:#ffffff;}@media (max-width:575px) {#uid805395402963 {display:none;}}#uid805405629671 {color:#ffffff;font-weight:600;}#uid805400202941 {color:#ffffff;}#uid805400715271 {color:#ffffff;font-weight:600;}@media (max-width:575px) {#uid805400715271 {text-align:center;}}#uid805401593441 .zb-el-iconBox-icon {color:#ffffff;}#uid805401593441 .zb-el-iconBox-description {color:#ffffff;}#uid805402122011 .zb-el-iconBox-icon {color:#ffffff;}@media (max-width:991px) {#uid805402122011 .zb-el-iconBox-icon {color:#ffffff;}}#uid1091208973231 .zb-el-iconBox-icon {color:#ffffff;}@media (max-width:991px) {#uid1091208973231 .zb-el-iconBox-icon {color:#ffffff;}}#uid1134275371641 {color:#ffffff;margin-top:20px;font-weight:600;}@media (max-width:575px) {#uid1134275371641 {text-align:center;}}#uid805404437821 {-webkit-box-orient:horizontal; -webkit-box-direction:normal;  -ms-flex-direction:row; flex-direction:row;padding-right:0px;padding-left:0px;}@media (max-width:575px) {#uid805404437821 {text-align:center;-webkit-box-pack: Center; -ms-flex-pack: Center; justify-content: Center;}}#uid805404437822 {font-size:18px;width:30px;height:30px;display:flex;display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-webkit-flex;-webkit-box-align:center; -ms-flex-align:center; align-items:center;-webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;margin-right:15px;color:#ffffff;}#uid805404437822 .zb-el-icon-icon { color:#858585 }#uid805404437822 .zb-el-icon-icon:hover { color:#cdcdcd }#uid805404437823 {font-size:18px;width:30px;height:30px;display:flex;display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-webkit-flex;-webkit-box-align:center; -ms-flex-align:center; align-items:center;-webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;margin-right:15px;}#uid805404437823 .zb-el-icon-icon { color:#858585 }#uid805404437823 .zb-el-icon-icon:hover { color:#cdcdcd }#uid805404437824 {font-size:18px;width:30px;height:30px;display:flex;display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-webkit-flex;-webkit-box-align:center; -ms-flex-align:center; align-items:center;-webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}#uid805404437824 .zb-el-icon-icon { color:#858585 }#uid805404437824 .zb-el-icon-icon:hover { color:#cdcdcd }#uid963407633231 {background-color:#121212;padding-top:10px;padding-bottom:10px;}#uid963407633232 {-webkit-box-align:center; -ms-flex-align:center; align-items:center;}#uid963407694751 {color:#c8c6c6;font-size:14px;}@media (max-width:575px) {#uid963407694751 {text-align:center;}}#uid805543767961 {z-index:1;margin-top:-140px;padding-top:170px;padding-bottom:60px;background-color:#161c4e;background-size:cover;background-image:url(https://www.adelaidefastcarremoval.com.au/wp-content/uploads/2021/07/old-car-removal-adelaide-banner.jpg);}@media (max-width:767px) {#uid805543767961 {padding-top:80px;padding-bottom:80px;}}@media (max-width:575px) {#uid805543767961 {padding-top:170px;padding-right:20px;padding-left:20px;padding-bottom:0px;}}#uid805543767961 .zb-section__innerWrapper { max-width:1370px }#uid805543767963 {font-size:46px;line-height:1.2em;color:#ffffff;}@media (max-width:991px) {#uid805543767963 {margin-bottom:30px;}}@media (max-width:575px) {#uid805543767963 {font-size:38px;}}#uid805543767964 {color:#ffffff;}@media (max-width:575px) {#uid805543767964 {display:none;}}#uid805543767965 {-webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end;}#uid805277104041 {background-color:#F9F7FD;min-height:600px;border-top:1px solid #F2F1F1;padding-bottom:40px;padding-top:70px;background-image:linear-gradient(114deg, #F9F7FD 0%, #ffffff 100%);}@media (max-width:575px) {#uid805277104041 {padding-top:30px;padding-right:20px;padding-left:20px;}}#uid805277104041 .zb-section__innerWrapper {-webkit-box-align:start; -ms-flex-align:start; align-items:flex-start;-webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end;}#uid805277104041 .zb-section__innerWrapper { max-width:1370px }#uid805277104042 {-webkit-box-orient:horizontal; -webkit-box-direction:normal;  -ms-flex-direction:row; flex-direction:row;-webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;padding-bottom:0px;padding-left:0px;padding-right:0px;-ms-flex-wrap:wrap; flex-wrap:wrap;}@media (max-width:575px) {#uid805277104042 {padding-left:20px;text-align:center;display:none;}}#uid805277104043 {margin-bottom:30px;margin-top:0px;font-weight:700;}#uid806165871491 {color:#ff3800;display:none;}@media (max-width:575px) {#uid806165871491 {display:block;}}#uid806166018491 {margin-bottom:40px;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;background-color:#ff3800;display:none;}@media (max-width:575px) {#uid806166018491 {display:block;}}#uid805488774861 {margin-top:30px;line-height:1.4em;background-color:var(--paletteColor7);font-weight:500;margin-bottom:30px;}#uid805488774861 a{color:#ffffff; background:#111111; padding:2px 8px; display:inline-block;}@media (max-width:575px) {#uid805487390012 {padding-top:40px;}}#uid805494425661 {color:#ff3800;margin-top:30px;}@media (max-width:575px) {#uid805494425661 {display:none;}}#uid806165902731 {margin-bottom:40px;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;background-color:#ff3800;}@media (max-width:575px) {#uid806165902731 {display:none;}}#uid805311365941 {border-top:1px solid #F2F1F1;padding-bottom:60px;padding-top:60px;background-color:#ff3800;color:#ffffff;}@media (max-width:575px) {#uid805311365941 {padding-left:20px;padding-right:20px;}}#uid805311365941 .zb-section__innerWrapper {-webkit-box-align:center; -ms-flex-align:center; align-items:center;}#uid805311365941 .zb-section__innerWrapper { max-width:1370px }#uid805311365942 {-webkit-box-orient:horizontal; -webkit-box-direction:normal;  -ms-flex-direction:row; flex-direction:row;-webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;padding-bottom:0px;padding-left:0px;padding-right:0px;-ms-flex-wrap:wrap; flex-wrap:wrap;}#uid805311365943 {margin-bottom:19px;margin-top:0px;font-family:Spartan;color:#ffffff;}@media (max-width:575px) {#uid805311365943 {text-align:center;}}#uid805311365944 {padding-top:20px;text-align:center;font-family:Spartan;font-weight:300;padding-bottom:30px;padding-right:40px;padding-left:40px;}#uid805311365945 {-webkit-box-orient:horizontal; -webkit-box-direction:normal;  -ms-flex-direction:row; flex-direction:row;padding-right:14px;}#uid805311365946 .zb-el-iconBox-icon {font-size:48px;}#uid805311365946 .zb-el-iconBox-title {font-size:21px;line-height:21px;font-family:Spartan;font-weight:400;margin-top:30px;color:#ffffff;}#uid805311365946 .zb-el-iconBox-description {font-family:Spartan;font-size:16px;font-weight:400;}#uid805311365947 {-webkit-box-orient:horizontal; -webkit-box-direction:normal;  -ms-flex-direction:row; flex-direction:row;}#uid805311365948 .zb-el-iconBox-icon {font-size:48px;}#uid805311365948 .zb-el-iconBox-title {color:#ffffff;font-size:21px;line-height:21px;font-family:Spartan;font-weight:400;margin-top:30px;}#uid805311365948 .zb-el-iconBox-description {font-family:Spartan;font-size:16px;font-weight:400;}#uid805311365949 {-webkit-box-orient:horizontal; -webkit-box-direction:normal;  -ms-flex-direction:row; flex-direction:row;}#uid8053113659410 .zb-el-iconBox-icon {font-size:48px;}#uid8053113659410 .zb-el-iconBox-title {color:#ffffff;font-size:21px;line-height:21px;font-family:Spartan;font-weight:400;margin-top:30px;}#uid8053113659410 .zb-el-iconBox-description {font-family:Spartan;font-size:16px;font-weight:400;}#uid972890167671 {border-top:1px solid #F2F1F1;padding-bottom:60px;padding-top:60px;}@media (max-width:575px) {#uid972890167671 {padding-left:20px;padding-right:20px;}}#uid972890167671 .zb-section__innerWrapper {-webkit-box-align:center; -ms-flex-align:center; align-items:center;}#uid972890167671 .zb-section__innerWrapper { max-width:1370px }#uid972890167672 {-webkit-box-orient:horizontal; -webkit-box-direction:normal;  -ms-flex-direction:row; flex-direction:row;-webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;padding-bottom:0px;padding-left:0px;padding-right:0px;-ms-flex-wrap:wrap; flex-wrap:wrap;}#uid972890167673 {margin-bottom:19px;margin-top:0px;font-family:Spartan;}#uid972890167674 {padding-top:20px;text-align:center;font-family:Spartan;font-weight:300;padding-bottom:30px;padding-right:40px;padding-left:40px;}#uid972890167675 {margin-bottom:30px;}#uid972890167676 {-webkit-box-orient:horizontal; -webkit-box-direction:normal;  -ms-flex-direction:row; flex-direction:row;text-align:center;}@media (max-width:575px) {#uid972890167676 {-webkit-box-orient:vertical; -webkit-box-direction:normal;  -ms-flex-direction: column; flex-direction:column;}}#uid972890167677 {padding-top:40px;}#uid9728901676711 {text-align:center;padding-top:30px;}#uid9728901676715 {text-align:center;padding-top:30px;}#uid9728901676719 {text-align:center;padding-top:30px;}#uid9728901676724 {-webkit-box-orient:horizontal; -webkit-box-direction:normal;  -ms-flex-direction:row; flex-direction:row;text-align:center;}@media (max-width:575px) {#uid9728901676724 {-webkit-box-orient:vertical; -webkit-box-direction:normal;  -ms-flex-direction: column; flex-direction:column;}}#uid9728901676725 {padding-top:20px;}#uid9728901676729 {text-align:center;padding-top:30px;}#uid9728901676733 {text-align:center;padding-top:30px;}#uid9728901676737 {text-align:center;padding-top:30px;}#uid806461406251 {padding-top:56px;padding-bottom:72px;}@media (max-width:575px) {#uid806461406251 {padding-left:20;padding-right:20px;}}#uid806461406251 .zb-section__innerWrapper { max-width:1370px }#uid806461406253 {margin-bottom:19px;margin-top:0px;font-family:Spartan;text-align:center;}#uid806461406254 {padding-top:20px;text-align:center;font-family:Spartan;font-weight:300;padding-bottom:30px;padding-right:40px;padding-left:40px;}#uid806461406256 {text-align:center;}#uid806461406257 {-webkit-box-pack: Center; -ms-flex-pack: Center; justify-content: Center;-webkit-box-align:center; -ms-flex-align:center; align-items:center;}#uid806461406258 {text-align:center;}#uid8064614062510 {text-align:center;}#uid8064614062512 {text-align:center;}#uid8064614062514 {text-align:center;}#uid8064614062516 {text-align:center;}#uid8064614062518 {text-align:center;}#uid8064614062520 {text-align:center;}#uid8064614062522 {text-align:center;}#uid8064614062524 {text-align:center;}#uid8064614062526 {text-align:center;}#uid8064614062528 {text-align:center;}#uid8064614062530 {text-align:center;}html {line-height:1.15;-webkit-text-size-adjust:100%;}body {margin:0;}main {display:block;}h1 {margin:.67em 0;font-size:2em;}hr {box-sizing:content-box;overflow:visible;height:0;}pre {font-family:monospace, monospace;font-size:1em;}a {background-color:transparent;}abbr[title] {text-decoration:underline;text-decoration:underline dotted;border-bottom:none;}b, strong {font-weight:bolder;}code, kbd, samp {font-family:monospace, monospace;font-size:1em;}small {font-size:80%;}sub, sup {position:relative;font-size:75%;line-height:0;vertical-align:baseline;}sub {bottom:-.25em;}sup {top:-.5em;}img {border-style:none;}button, input, optgroup, select, textarea {margin:0;font-family:inherit;font-size:100%;line-height:1.15;}button, input {overflow:visible;}button, select {text-transform:none;}button, [type="button"], [type="reset"], [type="submit"] {-webkit-appearance:button;}button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {padding:0;border-style:none;}button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {outline:1px dotted ButtonText;}fieldset {padding:.35em .75em .625em;}legend {display:table;box-sizing:border-box;max-width:100%;padding:0;color:inherit;white-space:normal;}progress {vertical-align:baseline;}textarea {overflow:auto;}[type="checkbox"], [type="radio"] {box-sizing:border-box;padding:0;}[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {height:auto;}[type="search"] {outline-offset:-2px;-webkit-appearance:textfield;}[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}::-webkit-file-upload-button {font:inherit;-webkit-appearance:button;}details {display:block;}summary {display:list-item;}template {display:none;}[hidden] {display:none;}.zb img {  display:inline-block;  max-width:100%;  height:auto;  vertical-align:top;}.zb iframe {  max-width:100%;  border:none;}.zb video {  width:100%;  height:auto;}.zb * {  box-sizing:border-box;}.zb-element {  position:relative;}.zb p:last-child {  margin-bottom:0;}.zb h1,.zb h2,.zb h3,.zb h4,.zb h5,.zb h6 {  padding-top:0;  margin-top:0;}.zb b,.zb strong {  font-weight:bold;}.ajs__element {  visibility:hidden;}.ajs__element.animated {  visibility:visible;}.zb-icon {  display:block;  width:1em;  height:1em;  fill:currentColor;}.zb {  }.zb-section {  position:relative;  display:flex;  justify-content:center;}.zb-section__innerWrapper {  position:relative;  display:flex;  flex-wrap:wrap;  flex:var(--zb-section-flex, 1 1 auto);  width:var(--zb-section-width, 100%);  max-width:var(--zb-section-max-width, 1120px);}.zb-column {  position:relative;  display:flex;  flex-direction:column;  flex-grow:1;  max-width:100%;  min-height:1px;  padding-right:15px;  padding-left:15px;}.zb-column-offset--0 {  margin-left:0;}.zb-column-offset--1 {  margin-left:8.3333333333%;}.zb-column-offset--2 {  margin-left:16.6666666667%;}.zb-column-offset--3 {  margin-left:25%;}.zb-column-offset--4 {  margin-left:33.3333333333%;}.zb-column-offset--5 {  margin-left:41.6666666667%;}.zb-column-offset--6 {  margin-left:50%;}.zb-column-offset--7 {  margin-left:58.3333333333%;}.zb-column-offset--8 {  margin-left:66.6666666667%;}.zb-column-offset--9 {  margin-left:75%;}.zb-column-offset--10 {  margin-left:83.3333333333%;}.zb-column-offset--11 {  margin-left:91.6666666667%;}.zb-column--1 {  flex-grow:0;  flex-shrink:0;  width:100%;  max-width:8.3333333333%;}.zb-column--2 {  flex-grow:0;  flex-shrink:0;  width:100%;  max-width:16.6666666667%;}.zb-column--3 {  flex-grow:0;  flex-shrink:0;  width:100%;  max-width:25%;}.zb-column--4 {  flex-grow:0;  flex-shrink:0;  width:100%;  max-width:33.3333333333%;}.zb-column--5 {  flex-grow:0;  flex-shrink:0;  width:100%;  max-width:41.6666666667%;}.zb-column--6 {  flex-grow:0;  flex-shrink:0;  width:100%;  max-width:50%;}.zb-column--7 {  flex-grow:0;  flex-shrink:0;  width:100%;  max-width:58.3333333333%;}.zb-column--8 {  flex-grow:0;  flex-shrink:0;  width:100%;  max-width:66.6666666667%;}.zb-column--9 {  flex-grow:0;  flex-shrink:0;  width:100%;  max-width:75%;}.zb-column--10 {  flex-grow:0;  flex-shrink:0;  width:100%;  max-width:83.3333333333%;}.zb-column--11 {  flex-grow:0;  flex-shrink:0;  width:100%;  max-width:91.6666666667%;}.zb-column--12 {  flex-grow:0;  flex-shrink:0;  width:100%;  max-width:100%;}.zb-column--1of5 {  flex:0 0 auto;  width:100%;  max-width:20%;}@media (max-width:991px) {  .zb-column--lg--1 {    flex-grow:0;    flex-shrink:0;    width:100%;    max-width:8.3333333333%;  }  .zb-column--lg--2 {    flex-grow:0;    flex-shrink:0;    width:100%;    max-width:16.6666666667%;  }  .zb-column--lg--3 {    flex-grow:0;    flex-shrink:0;    width:100%;    max-width:25%;  }  .zb-column--lg--4 {    flex-grow:0;    flex-shrink:0;    width:100%;    max-width:33.3333333333%;  }  .zb-column--lg--5 {    flex-grow:0;    flex-shrink:0;    width:100%;    max-width:41.6666666667%;  }  .zb-column--lg--6 {    flex-grow:0;    flex-shrink:0;    width:100%;    max-width:50%;  }  .zb-column--lg--7 {    flex-grow:0;    flex-shrink:0;    width:100%;    max-width:58.3333333333%;  }  .zb-column--lg--8 {    flex-grow:0;    flex-shrink:0;    width:100%;    max-width:66.6666666667%;  }  .zb-column--lg--9 {    flex-grow:0;    flex-shrink:0;    width:100%;    max-width:75%;  }  .zb-column--lg--10 {    flex-grow:0;    flex-shrink:0;    width:100%;    max-width:83.3333333333%;  }  .zb-column--lg--11 {    flex-grow:0;    flex-shrink:0;    width:100%;    max-width:91.6666666667%;  }  .zb-column--lg--12 {    flex-grow:0;    flex-shrink:0;    width:100%;    max-width:100%;  }  .zb-column--lg--1of5 {    flex:0 0 auto;    width:100%;    max-width:20%;  }  .zb-column-offset--lg--0 {    margin-left:0;  }  .zb-column-offset--lg--1 {    margin-left:8.3333333333%;  }  .zb-column-offset--lg--2 {    margin-left:16.6666666667%;  }  .zb-column-offset--lg--3 {    margin-left:25%;  }  .zb-column-offset--lg--4 {    margin-left:33.3333333333%;  }  .zb-column-offset--lg--5 {    margin-left:41.6666666667%;  }  .zb-column-offset--lg--6 {    margin-left:50%;  }  .zb-column-offset--lg--7 {    margin-left:58.3333333333%;  }  .zb-column-offset--lg--8 {    margin-left:66.6666666667%;  }  .zb-column-offset--lg--9 {    margin-left:75%;  }  .zb-column-offset--lg--10 {    margin-left:83.3333333333%;  }  .zb-column-offset--lg--11 {    margin-left:91.6666666667%;  }}@media (max-width:767px) {  .zb-column--md--1 {    flex-grow:0;    flex-shrink:0;    width:100%;    max-width:8.3333333333%;  }  .zb-column--md--2 {    flex-grow:0;    flex-shrink:0;    width:100%;    max-width:16.6666666667%;  }  .zb-column--md--3 {    flex-grow:0;    flex-shrink:0;    width:100%;    max-width:25%;  }  .zb-column--md--4 {    flex-grow:0;    flex-shrink:0;    width:100%;    max-width:33.3333333333%;  }  .zb-column--md--5 {    flex-grow:0;    flex-shrink:0;    width:100%;    max-width:41.6666666667%;  }  .zb-column--md--6 {    flex-grow:0;    flex-shrink:0;    width:100%;    max-width:50%;  }  .zb-column--md--7 {    flex-grow:0;    flex-shrink:0;    width:100%;    max-width:58.3333333333%;  }  .zb-column--md--8 {    flex-grow:0;    flex-shrink:0;    width:100%;    max-width:66.6666666667%;  }  .zb-column--md--9 {    flex-grow:0;    flex-shrink:0;    width:100%;    max-width:75%;  }  .zb-column--md--10 {    flex-grow:0;    flex-shrink:0;    width:100%;    max-width:83.3333333333%;  }  .zb-column--md--11 {    flex-grow:0;    flex-shrink:0;    width:100%;    max-width:91.6666666667%;  }  .zb-column--md--12 {    flex-grow:0;    flex-shrink:0;    width:100%;    max-width:100%;  }  .zb-column--md--1of5 {    flex:0 0 auto;    width:100%;    max-width:20%;  }  .zb-column-offset--md--0 {    margin-left:0;  }  .zb-column-offset--md--1 {    margin-left:8.3333333333%;  }  .zb-column-offset--md--2 {    margin-left:16.6666666667%;  }  .zb-column-offset--md--3 {    margin-left:25%;  }  .zb-column-offset--md--4 {    margin-left:33.3333333333%;  }  .zb-column-offset--md--5 {    margin-left:41.6666666667%;  }  .zb-column-offset--md--6 {    margin-left:50%;  }  .zb-column-offset--md--7 {    margin-left:58.3333333333%;  }  .zb-column-offset--md--8 {    margin-left:66.6666666667%;  }  .zb-column-offset--md--9 {    margin-left:75%;  }  .zb-column-offset--md--10 {    margin-left:83.3333333333%;  }  .zb-column-offset--md--11 {    margin-left:91.6666666667%;  }}@media (max-width:575px) {  .zb-column {    flex-grow:0;    flex-shrink:0;    width:100%;    max-width:100%;  }  .zb-column--1of5 {    flex:0 0 auto;    width:100%;    max-width:100%;  }  .zb-column--sm--1 {    flex-grow:0;    flex-shrink:0;    width:100%;    max-width:8.3333333333%;  }  .zb-column--sm--2 {    flex-grow:0;    flex-shrink:0;    width:100%;    max-width:16.6666666667%;  }  .zb-column--sm--3 {    flex-grow:0;    flex-shrink:0;    width:100%;    max-width:25%;  }  .zb-column--sm--4 {    flex-grow:0;    flex-shrink:0;    width:100%;    max-width:33.3333333333%;  }  .zb-column--sm--5 {    flex-grow:0;    flex-shrink:0;    width:100%;    max-width:41.6666666667%;  }  .zb-column--sm--6 {    flex-grow:0;    flex-shrink:0;    width:100%;    max-width:50%;  }  .zb-column--sm--7 {    flex-grow:0;    flex-shrink:0;    width:100%;    max-width:58.3333333333%;  }  .zb-column--sm--8 {    flex-grow:0;    flex-shrink:0;    width:100%;    max-width:66.6666666667%;  }  .zb-column--sm--9 {    flex-grow:0;    flex-shrink:0;    width:100%;    max-width:75%;  }  .zb-column--sm--10 {    flex-grow:0;    flex-shrink:0;    width:100%;    max-width:83.3333333333%;  }  .zb-column--sm--11 {    flex-grow:0;    flex-shrink:0;    width:100%;    max-width:91.6666666667%;  }  .zb-column--sm--12 {    flex-grow:0;    flex-shrink:0;    width:100%;    max-width:100%;  }  .zb-column--sm--1of5 {    flex:0 0 auto;    width:100%;    max-width:20%;  }  .zb-column-offset--sm--0 {    margin-left:0;  }  .zb-column-offset--sm--1 {    margin-left:8.3333333333%;  }  .zb-column-offset--sm--2 {    margin-left:16.6666666667%;  }  .zb-column-offset--sm--3 {    margin-left:25%;  }  .zb-column-offset--sm--4 {    margin-left:33.3333333333%;  }  .zb-column-offset--sm--5 {    margin-left:41.6666666667%;  }  .zb-column-offset--sm--6 {    margin-left:50%;  }  .zb-column-offset--sm--7 {    margin-left:58.3333333333%;  }  .zb-column-offset--sm--8 {    margin-left:66.6666666667%;  }  .zb-column-offset--sm--9 {    margin-left:75%;  }  .zb-column-offset--sm--10 {    margin-left:83.3333333333%;  }  .zb-column-offset--sm--11 {    margin-left:91.6666666667%;  }}.zb-el-container {  display:flex;  flex-direction:column;  max-width:100%;}.hg-video-bg__wrappper {  position:absolute;  top:0;  right:0;  bottom:0;  left:0;  overflow:hidden;  width:100%;  height:100%;}.hg-video-bg__wrappper ~ * {  position:relative;}.hg-video-bg__wrappper:hover .hg-video-bg__controls {  color:#fff;  cursor:pointer;  opacity:1;}.hg-video-bg__container {  position:absolute;  top:0;  left:0;  z-index:0;  width:100%;  height:100%;}.hg-video-bg__container iframe, .hg-video-bg__container video {  position:absolute;  top:50%;  left:50%;  width:100%;  height:100%;  border:none;  transform:translateX(-50%) translateY(-50%);  object-fit:cover;}.hg-video-bg__container iframe {  max-width:none;}.hg-video-bg__controls {  position:absolute;  bottom:20px;  z-index:3;  width:100%;  padding:0;  padding-right:25px;  padding-left:25px;  margin:0;  transition:opacity 0.2s ease-in;  opacity:0.1;}.hg-video-bg__controls .znpb-editor-icon {  margin:0;}.hg-video-bg__controls-contols-button {  margin-right:5px;  transition:all 0.2s ease;  opacity:0;}.zb-sct-clm-gap--xsmall .zb-column {  padding-right:5px;  padding-left:5px;}.zb-sct-clm-gap--small .zb-column {  padding-right:10px;  padding-left:10px;}.zb-sct-clm-gap--large .zb-column {  padding-right:25px;  padding-left:25px;}.zb-sct-clm-gap--xlarge .zb-column {  padding-right:40px;  padding-left:40px;}.zb-sct-clm-gap--no .zb-column {  padding-right:0px;  padding-left:0px;}@media (max-width:991px) {  .zb-sct-clm-gap--lg--xsmall .zb-column {    padding-right:5px;    padding-left:5px;  }  .zb-sct-clm-gap--lg--small .zb-column {    padding-right:10px;    padding-left:10px;  }  .zb-sct-clm-gap--lg--large .zb-column {    padding-right:25px;    padding-left:25px;  }  .zb-sct-clm-gap--lg--xlarge .zb-column {    padding-right:40px;    padding-left:40px;  }  .zb-sct-clm-gap--lg--no .zb-column {    padding-right:0px;    padding-left:0px;  }}@media (max-width:767px) {  .zb-sct-clm-gap--md--xsmall .zb-column {    padding-right:5px;    padding-left:5px;  }  .zb-sct-clm-gap--md--small .zb-column {    padding-right:10px;    padding-left:10px;  }  .zb-sct-clm-gap--md--large .zb-column {    padding-right:25px;    padding-left:25px;  }  .zb-sct-clm-gap--md--xlarge .zb-column {    padding-right:40px;    padding-left:40px;  }  .zb-sct-clm-gap--md--no .zb-column {    padding-right:0px;    padding-left:0px;  }}@media (max-width:575px) {  .zb-sct-clm-gap--sm--xsmall .zb-column {    padding-right:5px;    padding-left:5px;  }  .zb-sct-clm-gap--sm--small .zb-column {    padding-right:10px;    padding-left:10px;  }  .zb-sct-clm-gap--sm--large .zb-column {    padding-right:25px;    padding-left:25px;  }  .zb-sct-clm-gap--sm--xlarge .zb-column {    padding-right:40px;    padding-left:40px;  }  .zb-sct-clm-gap--sm--no .zb-column {    padding-right:0px;    padding-left:0px;  }}.zb-flex-width--full {  max-width:100%;}.zb-flex--halign-left {  align-items:flex-start;}.zb-flex--halign-center {  align-items:center;}.zb-flex--halign-right {  align-items:flex-end;}.zb-flex--halign-stretch {  align-items:stretch;}.zb-flex--valign-start {  justify-content:flex-start;}.zb-flex--valign-center {  justify-content:center;}.zb-flex--valign-end {  justify-content:flex-end;}.zb-flex--valign-space-around {  justify-content:space-around;}.zb-flex--valign-space-between {  justify-content:space-between;}.zb-flex--vertical, .zb-flex--column {  flex-direction:column;}.zb-flex--horizontal, .zb-flex--row {  flex-direction:row;}.zb-flex--row-reverse {  flex-direction:row-reverse;}.zb__utils-t-align--center {  text-align:center;}.zb__utils-t-align--left {  text-align:left;}.zb__utils-t-align--right {  text-align:right;}.zb__utils-t-align--justify {  text-align:justify;}.hg-video-bg__controls[data-position=center] {  text-align:center;}.hg-video-bg__controls[data-position=right] {  text-align:right;}.hg-video-bg__controls[data-position=left] {  text-align:left;}.hg-video-bg__controls-button svg {  margin-right:0.2em;  margin-left:0.2em;  display:inline-block;}.hg-video-bg__controls-button .hg-video-bg__controls-button--svg-pause {  display:none;}.hg-video-bg__controls-button .hg-video-bg__controls-button--svg-mute {  display:none;}.hg-video-bg--muted .hg-video-bg__controls-button--svg-unmute {  display:none;}.hg-video-bg--muted .hg-video-bg__controls-button--svg-mute {  display:inline-block;}.hg-video-bg--playing .hg-video-bg__controls-button--svg-play {  display:none;}.hg-video-bg--playing .hg-video-bg__controls-button--svg-pause {  display:inline-block;}.hg-video-bg--contain iframe,.hg-video-bg--contain video {  object-fit:contain;}.zb-mask {  position:absolute;  right:0;  bottom:-1px;  left:0;  width:100%;  height:auto;  color:#fff;  line-height:0;}.zb-mask svg {  display:block;  width:100%;  height:100%;  fill:currentColor;}.zb-mask-pos--top {  top:-1px;  bottom:auto;}.zb-mask-pos--top svg {  transform:rotate(180deg);}.zb-mask-pos--top.zb-mask-pos--flip svg {  transform:rotate(180deg) scale(-1, 1);}.zb-mask-pos--bottom.zb-mask-pos--flip svg {  transform:scale(-1, 1);}[data-znpbicon]:before {content:attr(data-znpbicon)}@font-face {font-family:"Font Awesome 5 Free Regular"; font-weight:normal; font-style:normal;src:url(//www.adelaidefastcarremoval.com.au/wp-content/plugins/zionbuilder/assets/icons/FontAwesome5Free-Regular/fa-regular-400.eot);src:url(//www.adelaidefastcarremoval.com.au/wp-content/plugins/zionbuilder/assets/icons/FontAwesome5Free-Regular/fa-regular-400.eot#iefix) format("embedded-opentype"),url(//www.adelaidefastcarremoval.com.au/wp-content/plugins/zionbuilder/assets/icons/FontAwesome5Free-Regular/fa-regular-400.woff) format("woff"),url(//www.adelaidefastcarremoval.com.au/wp-content/plugins/zionbuilder/assets/icons/FontAwesome5Free-Regular/fa-regular-400.ttf) format("truetype"),url(//www.adelaidefastcarremoval.com.au/wp-content/plugins/zionbuilder/assets/icons/FontAwesome5Free-Regular/fa-regular-400.svg#Font_Awesome_5_Free_Regular) format("svg");font-style:normal;font-weight:400;font-display:block;}[data-znpbiconfam="Font Awesome 5 Free Regular"]:before, [data-znpbiconfam="Font Awesome 5 Free Regular"] {font-family:"Font Awesome 5 Free Regular";font-weight:400;}@font-face {font-family:"Font Awesome 5 Free Solid"; font-weight:normal; font-style:normal;src:url(//www.adelaidefastcarremoval.com.au/wp-content/plugins/zionbuilder/assets/icons/FontAwesome5Free-Solid/fa-solid-900.eot);src:url(//www.adelaidefastcarremoval.com.au/wp-content/plugins/zionbuilder/assets/icons/FontAwesome5Free-Solid/fa-solid-900.eot#iefix) format("embedded-opentype"),url(//www.adelaidefastcarremoval.com.au/wp-content/plugins/zionbuilder/assets/icons/FontAwesome5Free-Solid/fa-solid-900.woff) format("woff"),url(//www.adelaidefastcarremoval.com.au/wp-content/plugins/zionbuilder/assets/icons/FontAwesome5Free-Solid/fa-solid-900.ttf) format("truetype"),url(//www.adelaidefastcarremoval.com.au/wp-content/plugins/zionbuilder/assets/icons/FontAwesome5Free-Solid/fa-solid-900.svg#Font_Awesome_5_Free_Solid) format("svg");font-style:normal;font-weight:400;font-display:block;}[data-znpbiconfam="Font Awesome 5 Free Solid"]:before, [data-znpbiconfam="Font Awesome 5 Free Solid"] {font-family:"Font Awesome 5 Free Solid";font-weight:400;}@font-face {font-family:"Font Awesome 5 Brands Regular"; font-weight:normal; font-style:normal;src:url(//www.adelaidefastcarremoval.com.au/wp-content/plugins/zionbuilder/assets/icons/FontAwesome5Brands-Regular/fa-brands-400.eot);src:url(//www.adelaidefastcarremoval.com.au/wp-content/plugins/zionbuilder/assets/icons/FontAwesome5Brands-Regular/fa-brands-400.eot#iefix) format("embedded-opentype"),url(//www.adelaidefastcarremoval.com.au/wp-content/plugins/zionbuilder/assets/icons/FontAwesome5Brands-Regular/fa-brands-400.woff) format("woff"),url(//www.adelaidefastcarremoval.com.au/wp-content/plugins/zionbuilder/assets/icons/FontAwesome5Brands-Regular/fa-brands-400.ttf) format("truetype"),url(//www.adelaidefastcarremoval.com.au/wp-content/plugins/zionbuilder/assets/icons/FontAwesome5Brands-Regular/fa-brands-400.svg#Font_Awesome_5_Brands_Regular) format("svg");font-style:normal;font-weight:400;font-display:block;}[data-znpbiconfam="Font Awesome 5 Brands Regular"]:before, [data-znpbiconfam="Font Awesome 5 Brands Regular"] {font-family:"Font Awesome 5 Brands Regular";font-weight:400;}#callnowbutton {
display: none;
}
@media screen and (max-width:650px) {
#callnowbutton {
display: block;
position: fixed;
text-decoration: none;
}
#callnowbutton.cnb-full {
display: flex;
justify-content: center;
align-items: center;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
width: 100%;
left: 0;
height: 60px;
}
.cnb-full.cnb-full-bottom {
bottom: 0;
}
.cnb-full.cnb-full-top {
top: 0;
}
#callnowbutton.cnb-single {
width: 55px;
height: 55px;
border-radius: 50%;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
background-position: center;
background-size:35px 35px;
background-repeat: no-repeat;
}
.cnb-single.cnb-middle {
bottom: 15px;
left: 50%;
margin-left: -28px;
}
.cnb-single.cnb-left {
bottom: 15px;
left: 20px;
}
.cnb-single.cnb-right {
bottom: 15px;
right: 20px;
}
.cnb-single.cnb-mleft {
top: 50%;
margin-top: -28px;
left: 20px;
}
.cnb-single.cnb-mright {
top: 50%;
margin-top: -28px;
right: 20px;
}
.cnb-single.cnb-tleft {
top: 15px;
left: 20px;
}
.cnb-single.cnb-tmiddle {
top: 15px;
left: 50%;
margin-left: -28px;
}
.cnb-single.cnb-tright {
top: 15px;
right: 20px;
} #callnowbutton.cnb-single.cnb-middle span,
#callnowbutton.cnb-single.cnb-tmiddle span {
display: none;
}
.cnb-single.cnb-left span,
.cnb-single.cnb-mleft span,
.cnb-single.cnb-tleft span {
left: 68px;
}
.cnb-single.cnb-right span,
.cnb-single.cnb-mright span,
.cnb-single.cnb-tright span {
right: 68px;
}
.cnb-single.cnb-text span {
-moz-osx-font-smoothing: grayscale;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
display: block;
width: auto;
background-color: rgba(70,70,70,.9);
position: absolute;
border-radius: 2px;
font-family: helvetica,arial,sans-serif;
padding: 6px 8px;
font-size: 13px;
font-weight: 700;
color: #ECECEC;
top: 15px;
box-shadow: 0 1px 2px rgba(0,0,0,.15);
word-break: keep-all;
line-height: 1em;
text-overflow: ellipsis;
vertical-align: middle;
white-space: nowrap;
}
.cnb-single:not(.cnb-text) span {
display: none;
}
.cnb-full.cnb-text {
text-align: center;
color: #FFF;
font-weight: 600;
font-size: 120%;
overflow: hidden;
white-space: nowrap;
}
.cnb-full.cnb-zoom-110 img,
.cnb-full.cnb-zoom-120 img,
.cnb-full.cnb-zoom-130 img {
transform-origin: right;
}
.cnb-single.cnb-zoom-70,
.cnb-full.cnb-zoom-70 img {
transform: scale(0.7);
}
.cnb-single.cnb-zoom-80,
.cnb-full.cnb-zoom-80 img {
transform: scale(0.8);
}
.cnb-single.cnb-zoom-90,
.cnb-full.cnb-zoom-90 img {
transform: scale(0.9);
}
.cnb-single.cnb-zoom-110,
.cnb-full.cnb-zoom-110 img {
transform: scale(1.1);
}
.cnb-single.cnb-zoom-120,
.cnb-full.cnb-zoom-120 img {
transform: scale(1.2);
}
.cnb-single.cnb-zoom-130,
.cnb-full.cnb-zoom-130 img {
transform: scale(1.3);
}
.cnb-full.cnb-zoom-70 span {
font-size: 70%;
}
.cnb-full.cnb-zoom-80 span {
font-size: 80%;
}
.cnb-full.cnb-zoom-90 span {
font-size: 90%;
}
.cnb-full.cnb-zoom-110 span {
font-size: 110%;
}
.cnb-full.cnb-zoom-120 span {
font-size: 120%;
}
.cnb-full.cnb-zoom-130 span {
font-size: 130%;
}
.cnb-zindex-10 {
z-index: 2147483647;
}
.cnb-zindex-9 {
z-index: 214748365;
}
.cnb-zindex-8 {
z-index: 21474836;
}
.cnb-zindex-7 {
z-index: 2147484;
}
.cnb-zindex-6 {
z-index: 214748;
}
.cnb-zindex-5 {
z-index: 21475;
}
.cnb-zindex-4 {
z-index: 2147;
}
.cnb-zindex-3 {
z-index: 215;
}
.cnb-zindex-2 {
z-index: 21;
}
.cnb-zindex-1 {
z-index: 2;
}
}