img {
-webkit-touch-callout: none;
-webkit-user-select: none;
}.animated,.ta-animated{animation-fill-mode:both} html.ta-animation-js .ta-animation-managed:not(.ta-animation-visible){opacity:0} .ta-animation-run.fadeInRight,.ta-animation-run.ta-fade-in-right{
animation-name:taFadeInRight!important;animation-duration:.28s!important;
animation-timing-function:ease-out!important;animation-fill-mode:both!important
}
.ta-animation-run.fadeInLeft,.ta-animation-run.ta-fade-in-left{
animation-name:taFadeInLeft!important;animation-duration:.32s!important;
animation-timing-function:ease-out!important;animation-fill-mode:both!important
} .ta-animation-run.ta-generic-scroll{
animation-name:taFadeInLeft!important;animation-duration:.32s!important;
animation-timing-function:ease-out!important;animation-fill-mode:both!important
} .eds-on-scroll.ta-animation-run{animation-duration:.32s!important}
.eds-on-scroll.fadeInRight.ta-animation-run{animation-duration:.28s!important} .eds-on-hover.tada:hover,.ta-tada-hover:hover,.ta-support-banner:hover{
animation-name:taTada!important;animation-duration:.65s!important;animation-fill-mode:both!important
}
@keyframes taFadeInRight{
from{opacity:0;transform:translate3d(26px,0,0)}
to{opacity:1;transform:none}
}
@keyframes taFadeInLeft{
from{opacity:0;transform:translate3d(-26px,0,0)}
to{opacity:1;transform:none}
}
@keyframes taTada{
0%{transform:scale3d(1,1,1)}
10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}
30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}
40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}
100%{transform:scale3d(1,1,1)}
}
@media(prefers-reduced-motion:reduce){
.animated,.ta-animated,.eds-on-scroll,.ta-on-scroll,.ta-animation-managed{
animation:none!important;opacity:1!important;transform:none!important
}
} .ta-sidebar-scroll.ta-animation-managed:not(.ta-animation-visible){
opacity:0;
}
.ta-sidebar-scroll.ta-animation-run{
animation-name:taFadeInLeft!important;
animation-duration:.32s!important;
animation-timing-function:ease-out!important;
animation-fill-mode:both!important;
} .ta-sidebar-support.ta-animation-run{
animation-name:taFadeInLeft!important;
animation-duration:.32s!important;
animation-timing-function:ease-out!important;
animation-fill-mode:both!important;
}
.ta-sidebar-support:hover{
animation-name:taTada!important;
animation-duration:.65s!important;
animation-timing-function:ease!important;
animation-fill-mode:both!important;
} .ta-sidebar-scroll.ta-animation-run{
animation-duration:.42s!important;
animation-timing-function:ease-out!important;
} .ta-sidebar-support.ta-tada-active,
.ta-sidebar-support.ta-tada-active.ta-animation-run{
animation-name:taTada!important;
animation-duration:.7s!important;
animation-timing-function:ease!important;
animation-fill-mode:both!important;
} .eds-on-hover.tada.ta-tada-active,
.tada.eds-on-hover.ta-tada-active{
animation-name:taTada!important;
animation-duration:.7s!important;
animation-timing-function:ease!important;
animation-fill-mode:both!important;
}