@keyframes aslAnFadeInDrop {
0% {
opacity: 0;
transform: translate(0, -50px);
}
100% {
opacity: 1;
transform: translate(0, 0);
}
}
@-webkit-keyframes aslAnFadeInDrop {
0% {
opacity: 0;
transform: translate(0, -50px);
-webkit-transform: translate(0, -50px);
}
100% {
opacity: 1;
transform: translate(0, 0);
-webkit-transform: translate(0, 0);
}
}
@keyframes aslAnFadeOutDrop {
0% {
opacity: 1;
transform: translate(0, 0);
-webkit-transform: translate(0, 0);
}
100% {
opacity: 0;
transform: translate(0, -50px);
-webkit-transform: translate(0, -50px);
}
}
@-webkit-keyframes aslAnFadeOutDrop {
0% {
opacity: 1;
transform: translate(0, 0);
-webkit-transform: translate(0, 0);
}
100% {
opacity: 0;
transform: translate(0, -50px);
-webkit-transform: translate(0, -50px);
}
}
.hiddend {
display: none !important;
}
div.asl_w.asl_an_fadeInDrop,
div.asl_w.asl_an_fadeOutDrop {
-webkit-animation-duration: 100ms;
animation-duration: 100ms;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
div.asl_w.asl_an_fadeInDrop {
animation-name: aslAnFadeInDrop;
-webkit-animation-name: aslAnFadeInDrop;
}
div.asl_w.asl_an_fadeOutDrop {
animation-name: aslAnFadeOutDrop;
-webkit-animation-name: aslAnFadeOutDrop;
}
div.asl_w.asl_main_container {
transition: width 130ms linear;
-webkit-transition: width 130ms linear;
}
div.asl_w,
div.asl_w *,
div.asl_r,
div.asl_r *,
div.asl_s,
div.asl_s * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
-ms-box-sizing: content-box;
-o-box-sizing: content-box;
box-sizing: content-box;
padding: 0;
margin: 0;
border: 0;
border-radius: 0;
text-transform: none;
text-shadow: none;
box-shadow: none;
text-decoration: none;
text-align: left;
letter-spacing: normal;
}
div.asl_r,
div.asl_r * {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
div.asl_r {
box-sizing: border-box;
margin: 12px 0 0 0;
}
div.asl_m .proinput input::-ms-clear {
display: none !important;
width: 0 !important;
height: 0 !important;
}
div.asl_m .proinput input::-ms-reveal {
display: none !important;
width: 0 !important;
height: 0 !important;
}
div.asl_m input[type="search"]::-webkit-search-decoration,
div.asl_m input[type="search"]::-webkit-search-cancel-button,
div.asl_m input[type="search"]::-webkit-search-results-button,
div.asl_m input[type="search"]::-webkit-search-results-decoration {
display: none;
}
div.asl_m input[type="search"] {
appearance: auto !important;
-webkit-appearance: none !important;
}
.clear {
clear: both;
}
.hiddend {
display: none;
}
div.asl_m textarea:focus,
div.asl_m input:focus {
outline: none;
}
div.asl_m {
width: 100%;
height: auto;
border-radius: 0;
background: rgba(255, 255, 255, 0);
overflow: hidden;
position: relative;
z-index: 200;
}
div.asl_m .probox {
width: auto;
border-radius: 5px;
background: #fff;
overflow: hidden;
border: 1px solid #fff;
box-shadow: 1px 0 3px #ccc inset;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
flex-direction: row;
}
div.asl_m .probox .proinput {
width: 1px;
height: 100%;
margin: 0 0 0 10px;
padding: 0 5px;
float: left;
box-shadow: none;
position: relative;
flex: 1 1 auto;
-webkit-flex: 1 1 auto;
order: 5;
-webkit-order: 5;
}
div.asl_m .probox .proinput input:before,
div.asl_m .probox .proinput input:after,
div.asl_m .probox .proinput form:before,
div.asl_m .probox .proinput form:after {
display: none;
}
div.asl_m .probox .proinput input {
height: 28px;
border: 0;
background: transparent;
width: 100%;
box-shadow: none;
margin: -1px;
padding: 0;
left: 0;
line-height: normal !important;
display: block;
min-height: unset;
max-height: unset;
}
div.asl_m .probox .proinput input::-webkit-input-placeholder {
opacity: .85;
}
div.asl_m .probox .proinput input::-moz-placeholder {
opacity: .85;
}
div.asl_m .probox .proinput input:-ms-input-placeholder {
opacity: .85;
}
div.asl_m .probox .proinput input:-moz-placeholder {
opacity: .85;
}
div.asl_m .proinput input.orig {
padding: 0 !important;
margin: 0 !important;
background: transparent !important;
border: none !important;
background-color: transparent !important;
box-shadow: none !important;
z-index: 10;
position: relative;
}
div.asl_m .proinput input.autocomplete {
padding: 0 !important;
margin: 0;
background: transparent !important;
border: none !important;
background-color: transparent !important;
box-shadow: none !important;
opacity: .2;
}
div.asl_m .probox .proinput input.autocomplete {
border: 0;
background: transparent;
width: 100%;
box-shadow: none;
margin: 0;
margin-top: -28px !important;
padding: 0;
left: 0;
position: relative;
z-index: 9;
}
div.asl_m .probox .proinput.iepaddingfix {
padding-top: 0;
}
div.asl_m .probox .proinput .loading {
width: 32px;
background: #000;
height: 100%;
box-shadow: none;
}
div.asl_m .probox .proloading,
div.asl_m .probox .proclose,
div.asl_m .probox .promagnifier,
div.asl_m .probox .prosettings {
width: 20px;
height: 20px;
background: none;
background-size: 20px 20px;
float: right;
box-shadow: none;
margin: 0;
padding: 0;
text-align: center;
flex: 0 0 auto;
-webkit-flex: 0 0 auto;
z-index: 100;
}
div.asl_m .probox .promagnifier {
order: 10;
-webkit-order: 10;
}
div.asl_m .probox .prosettings {
order: 1;
-webkit-order: 1;
}
div.asl_m .probox .proloading,
div.asl_m .probox .proclose {
background-position: center center;
display: none;
background-size: auto;
background-repeat: no-repeat;
background-color: transparent;
order: 6;
-webkit-order: 6;
}
div.asl_m .probox .proclose {
position: relative;
cursor: pointer;
}
div.asl_m .probox .promagnifier .innericon,
div.asl_m .probox .prosettings .innericon,
div.asl_m .probox .proclose .innericon {
background-size: 20px 20px;
background-position: center center;
background-repeat: no-repeat;
background-color: transparent;
width: 100%;
height: 100%;
text-align: center;
overflow: hidden;
line-height: initial;
}
div.asl_m .probox .promagnifier .innericon svg,
div.asl_m .probox .prosettings .innericon svg,
div.asl_m .probox .proloading svg {
height: 100%;
width: 22px;
vertical-align: baseline;
display: inline-block;
}
div.asl_m .probox .proloading {
padding: 2px;
box-sizing: border-box;
}
div.asl_m .probox div.asl_loader,
div.asl_m .probox div.asl_loader * {
box-sizing: border-box !important;
margin: 0;
padding: 0;
box-shadow: none;
}
div.asl_m .probox div.asl_loader {
box-sizing: border-box;
display: flex;
flex: 0 1 auto;
flex-direction: column;
flex-grow: 0;
flex-shrink: 0;
flex-basis: 28px;
max-width: 100%;
max-height: 100%;
width: 100%;
height: 100%;
align-items: center;
justify-content: center;
}
div.asl_m .probox div.asl_loader-inner {
width: 100%;
margin: 0 auto;
text-align: center;
height: 100%;
}
@-webkit-keyframes rotate-simple {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
50% {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes rotate-simple {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
50% {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
div.asl_m .probox div.asl_simple-circle {
margin: 0;
height: 100%;
width: 100%;
animation: rotate-simple .8s infinite linear;
-webkit-animation: rotate-simple .8s infinite linear;
border: 4px solid #fff;
border-right-color: transparent !important;
border-radius: 50%;
box-sizing: border-box;
}
div.asl_m .probox .proclose svg {
background: #333;
border-radius: 50%;
position: absolute;
top: 50%;
width: 20px;
height: 20px;
margin-top: -10px;
left: 50%;
margin-left: -10px;
fill: #fefefe;
padding: 4px;
box-sizing: border-box;
box-shadow: 0 0 0 2px rgba(255, 255, 255, .9);
}
div.asl_r * {
text-decoration: none;
text-shadow: none;
}
div.asl_r .results .asl_nores {
overflow: hidden;
width: auto;
height: 100%;
line-height: initial;
text-align: center;
margin: 0;
background: #fff;
padding: 10px 3px;
color: #222;
}
div.asl_r.horizontal {
padding: 2px 0 10px;
}
div.asl_r.horizontal .results .nores {
background: transparent;
}
div.asl_r .results {
overflow: hidden;
width: auto;
height: 0;
margin: 0;
padding: 0;
}
div.asl_r.horizontal .results {
height: auto;
width: auto;
}
div.asl_r .results .item {
overflow: hidden;
width: auto;
margin: 0;
padding: 3px;
position: relative;
background: #f4f4f4;
border-left: 1px solid rgba(255, 255, 255, .6);
border-right: 1px solid rgba(255, 255, 255, .4);
animation-delay: 0s;
animation-duration: 1s;
animation-fill-mode: both;
animation-timing-function: ease;
backface-visibility: hidden;
-webkit-animation-delay: 0s;
-webkit-animation-duration: 1s;
-webkit-animation-fill-mode: both;
-webkit-animation-timing-function: ease;
-webkit-backface-visibility: hidden;
}
div.asl_r.vertical .results .item:last-child {
margin-bottom: 0;
}
div.asl_r.vertical .results .item:last-child:after {
height: 0;
margin: 0;
width: 0;
}
div.asl_r .results .item .asl_image {
overflow: hidden;
background: transparent;
margin: 2px 8px 0 0;
padding: 0;
float: left;
background-position: center;
background-size: cover;
}
div.asl_r .results .item .asl_image img {
width: 100%;
height: 100%;
}
div.asl_r .results .item .asl_content {
overflow: hidden;
height: auto;
background: transparent;
margin: 0;
padding: 3px 3px 5px 3px;
}
div.asl_r .results .item .asl_content h3 {
margin: 0;
padding: 0;
display: inline;
line-height: inherit;
}
div.asl_r .results .item .asl_content .asl_desc {
margin-top: 4px;
font-size: 12px;
line-height: 18px;
}
div.asl_r .results .item div.etc {
margin-top: 4px;
}
div.asl_r .results a span.overlap {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
}
div.asl_r p.showmore {
text-align: center;
padding: 0;
margin: 0;
font-weight: normal;
font-family: Open Sans;
color: #055e94;
font-size: 12px;
line-height: 30px;
text-shadow: 0 0 0 rgba(255, 255, 255, 0);
background-color: #fff;
margin-top: 3px;
cursor: pointer;
}
div.asl_r p.showmore a {
font-weight: normal;
font-family: Open Sans;
color: #055e94;
font-size: 12px;
line-height: 30px;
text-shadow: 0 0 0 rgba(255, 255, 255, 0);
display: block;
text-align: center;
cursor: pointer;
}
.results .asl_nores .asl_keyword {
padding: 0 6px;
cursor: pointer;
font-weight: bold;
font-family: Open Sans;
}
div.asl_r .resdrg {
height: auto;
}
div.asl_w .group:first-of-type {
margin: 0 0 -3px;
}
div.asl_s.searchsettings {
width: 200px;
height: auto;
position: absolute;
display: none;
z-index: 1101;
border-radius: 0 0 3px 3px;
visibility: hidden;
padding: 0;
}
div.asl_s.searchsettings form {
display: flex;
flex-wrap: wrap;
margin: 0 0 12px 0 !important;
padding: 0 !important;
}
div.asl_s.searchsettings .asl_option_inner {
margin: 2px 10px 0 10px;
*padding-bottom: 10px;
}
div.asl_s.searchsettings.ie78 .asl_option_inner {
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}
div.asl_s.searchsettings .asl_option_label {
font-size: 14px;
line-height: 20px !important;
margin: 0;
width: 150px;
text-shadow: none;
padding: 0;
min-height: 20px;
border: none;
background: transparent;
float: none;
}
div.asl_s.searchsettings .asl_option_inner input[type=checkbox] {
display: none !important;
}
div.asl_s.searchsettings.ie78 .asl_option_inner input[type=checkbox] {
display: block;
}
div.asl_s.searchsettings.ie78 .asl_option_label {
float: right !important;
}
div.asl_s.searchsettings .asl_option {
display: flex;
flex-direction: row;
-webkit-flex-direction: row;
align-items: flex-start;
margin: 0 0 10px 0;
cursor: pointer;
}
div.asl_s.searchsettings .asl_option.asl-o-last,
div.asl_s.searchsettings .asl_option:last-child {
margin-bottom: 0;
}
div.asl_s.searchsettings .asl_option_inner {
width: 17px;
height: 17px;
position: relative;
flex-grow: 0;
-webkit-flex-grow: 0;
flex-shrink: 0;
-webkit-flex-shrink: 0;
}
div.asl_s.searchsettings .asl_option_inner label {
cursor: pointer;
position: absolute;
width: 17px;
height: 17px;
top: 0;
padding: 0;
border-radius: 2px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .2);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .2);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .2);
overflow: hidden;
font-size: 0 !important;
color: rgba(0, 0, 0, 0);
} div.asl_r.vertical .results,
div.asl_s.searchsettings .asl_sett_scroll {
scrollbar-width: thin;
scrollbar-color: rgba(0, 0, 0, 0.5) transparent;
}
div.asl_r.vertical .results::-webkit-scrollbar {
width: 10px;
}
div.asl_s.searchsettings .asl_sett_scroll::-webkit-scrollbar {
width: 6px;
}
div.asl_s.searchsettings .asl_sett_scroll::-webkit-scrollbar-track {
background: transparent;
box-shadow: inset 0 0 12px 12px transparent;
border: none;
}
div.asl_r.vertical .results::-webkit-scrollbar-track {
background: rgb(255, 255, 255);
box-shadow: inset 0 0 12px 12px transparent;
border: solid 2px transparent;
}
div.asl_r.vertical .results::-webkit-scrollbar-thumb,
div.asl_s.searchsettings .asl_sett_scroll::-webkit-scrollbar-thumb {
background: transparent;
box-shadow: inset 0 0 12px 12px rgba(0, 0, 0, 0);
border: solid 2px transparent;
border-radius: 12px;
}
div.asl_s.searchsettings .asl_sett_scroll::-webkit-scrollbar-thumb {
border: none;
}
div.asl_r.vertical:hover .results::-webkit-scrollbar-thumb,
div.asl_s.searchsettings:hover .asl_sett_scroll::-webkit-scrollbar-thumb {
box-shadow: inset 0 0 12px 12px rgba(0, 0, 0, 0.5);
}
@media (hover: none), (max-width: 500px) {
div.asl_r.vertical .results::-webkit-scrollbar-thumb,
div.asl_s.searchsettings .asl_sett_scroll::-webkit-scrollbar-thumb {
box-shadow: inset 0 0 12px 12px rgba(0, 0, 0, 0.5);
}
} div.asl_s.searchsettings .asl_option_inner label:after {
opacity: 0;
font-family: 'aslsicons2';
content: "\e800";
font-weight: normal !important;
background: transparent;
border: none !important;
box-sizing: content-box;
color: #fff;
height: 100%;
width: 100%;
padding: 0 !important;
margin: 1px 0 0 0 !important;
line-height: 17px;
text-align: center;
text-decoration: none;
text-shadow: none;
display: block;
font-size: 11px !important;
position: absolute;
top: 0;
left: 0;
z-index: 1;
}
div.asl_s.searchsettings.ie78 .asl_option_inner label:after {
display: none;
}
div.asl_s.searchsettings .asl_option_inner label:hover::after {
opacity: .3;
}
div.asl_s.searchsettings .asl_option_inner input[type=checkbox]:checked+label:after {
opacity: 1;
}
div.asl_s.searchsettings fieldset {
position: relative;
float: left;
}
div.asl_s.searchsettings fieldset {
background: transparent;
font-size: .9em;
margin: 12px 0 0 !important;
padding: 0;
width: 192px;
}
div.asl_s.searchsettings fieldset .asl_option_label {
width: 130px;
display: block;
}
div.asl_s.searchsettings form fieldset legend {
padding: 5px 0 8px 10px;
}
#asl_hidden_data {
display: none !important;
}
.rtl .asl_content,
.rtl .asl_nores,
.rtl .asl_content *,
.rtl .asl_nores *,
.rtl .searchsettings form {
text-align: right !important;
direction: rtl !important;
}
.rtl .asl_nores>* {
display: inline-block;
}
.rtl div.asl_r .results .item .asl_image {
float: right;
margin: 2px 0 0 8px;
}
.rtl .searchsettings .asl_option {
flex-direction: row-reverse !important;
-webkit-flex-direction: row-reverse !important;
}
.rtl .asl_option {
direction: ltr;
}
.rtl .asl_label,
.rtl .asl_option div.asl_option_label {
text-align: right !important;
}
.rtl .asl_label {
max-width: 1000px !important;
width: 100%;
direction: rtl !important;
}
.rtl .asl_label input[type=radio] {
margin: 0 0 0 6px !important;
}
.rtl .asl_option_cat_level-0 div.asl_option_label {
font-weight: bold !important;
}
.rtl fieldset .asl_option_cat_level-1 {
margin-right: 12px !important;
margin-left: 0;
}
.rtl fieldset .asl_option_cat_level-2 {
margin-right: 24px !important;
margin-left: 0;
}
.rtl fieldset .asl_option_cat_level-3 {
margin-right: 36px !important;
margin-left: 0;
}
.rtl .searchsettings legend {
text-align: right !important;
display: block;
width: 100%;
}
.rtl .searchsettings input[type=text],
.rtl .searchsettings select {
direction: rtl !important;
text-align: right !important;
}
.rtl div.asl_w.asl_s.searchsettings form,
.rtl div.asl_w.asl_sb.searchsettings form {
flex-direction: row-reverse !important;
}
.rtl div.horizontal.asl_r div.item {
float: right !important;
}
.rtl p.asl-try {
direction: rtl;
text-align: right;
margin-right: 10px;
width: auto !important;
} .asl_r_pagepost:hover {
filter: brightness(0.95);
transition: .15s;
}
.asl-result-breadcrumbs {
z-index: 99;
}div.asl_w{width:100%;height:auto;border-radius:5px;background:#d1eaff;background-image:-moz-radial-gradient(center,ellipse cover,#e1635c,#e1635c);background-image:-webkit-gradient(radial,center center,0,center center,100%,#e1635c,#e1635c);background-image:-webkit-radial-gradient(center,ellipse cover,#e1635c,#e1635c);background-image:-o-radial-gradient(center,ellipse cover,#e1635c,#e1635c);background-image:-ms-radial-gradient(center,ellipse cover,#e1635c,#e1635c);background-image:radial-gradient(ellipse at center,#e1635c,#e1635c);;overflow:hidden;border:0 none #8dd5ef;border-radius:0 0 0 0;box-shadow:0 0 0 0 #000;}#ajaxsearchlite1 .probox,div.asl_w .probox{margin:0;height:34px;background-color:#e1635c;background-image:-moz-radial-gradient(center,ellipse cover,#e1635c,#e1635c);background-image:-webkit-gradient(radial,center center,0,center center,100%,#e1635c,#e1635c);background-image:-webkit-radial-gradient(center,ellipse cover,#e1635c,#e1635c);background-image:-o-radial-gradient(center,ellipse cover,#e1635c,#e1635c);background-image:-ms-radial-gradient(center,ellipse cover,#e1635c,#e1635c);background-image:radial-gradient(ellipse at center,#e1635c,#e1635c);;border:0 solid #68aec7;border-radius:0 0 0 0;box-shadow:0 0 0 0 #b5b5b5 inset;}#ajaxsearchlite1 .probox .proinput,div.asl_w .probox .proinput{font-weight:normal;font-family:Open Sans;color:#fff !important;font-size:12px;line-height:normal !important;text-shadow:0 0 0 rgba(255,255,255,0);}#ajaxsearchlite1 .probox .proinput input,div.asl_w .probox .proinput input{font-weight:normal;font-family:Open Sans;color:#fff !important;font-size:12px;line-height:normal !important;text-shadow:0 0 0 rgba(255,255,255,0);border:0;box-shadow:none;height:34px;}div.asl_w .probox .proinput input::-webkit-input-placeholder{font-weight:normal;font-family:Open Sans;color:#fff !important;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_w .probox .proinput input::-moz-placeholder{font-weight:normal;font-family:Open Sans;color:#fff !important;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_w .probox .proinput input:-ms-input-placeholder{font-weight:normal;font-family:Open Sans;color:#fff !important;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_w .probox .proinput input:-moz-placeholder{font-weight:normal;font-family:Open Sans;color:#fff !important;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_w .probox .proinput input.autocomplete{font-weight:normal;font-family:Open Sans;color:#fff;font-size:12px;line-height:normal !important;text-shadow:0 0 0 rgba(255,255,255,0);margin-top:-34px !important;}div.asl_w .probox .proloading,div.asl_w .probox .proclose,div.asl_w .probox .promagnifier,div.asl_w .probox .prosettings{width:34px;height:34px;}div.asl_w .probox .promagnifier .innericon svg{fill:#fff;}div.asl_w .probox .prosettings .innericon svg{fill:#fff;}div.asl_w .probox .promagnifier{width:34px;height:34px;background-color:#be4c46;background-image:-o-linear-gradient(180deg,#be4c46,#be4c46);background-image:-ms-linear-gradient(180deg,#be4c46,#be4c46);background-image:-webkit-linear-gradient(180deg,#be4c46,#be4c46);background-image:linear-gradient(180deg,#be4c46,#be4c46);background-position:center center;background-repeat:no-repeat;border:0 solid #000;border-radius:0 0 0 0;box-shadow:0 0 0 0 rgba(255,255,255,.61);cursor:pointer;background-size:100% 100%;background-position:center center;background-repeat:no-repeat;cursor:pointer;}div.asl_w .probox div.prosettings{width:34px;height:34px;background-color:#be4c46;background-image:-o-linear-gradient(185deg,#be4c46,#be4c46);background-image:-ms-linear-gradient(185deg,#be4c46,#be4c46);background-image:-webkit-linear-gradient(185deg,#be4c46,#be4c46);background-image:linear-gradient(185deg,#be4c46,#be4c46);background-position:center center;background-repeat:no-repeat;float:right;border:0 solid #68aec7;border-radius:0 0 0 0;box-shadow:0 0 0 0 rgba(255,255,255,.63);cursor:pointer;background-size:100% 100%;order:7;-webkit-order:7;}div.asl_r{position:absolute;z-index:1100;}div.asl_r.vertical{padding:4px;background:#e1635c;border-radius:3px;border:0 none #000;border-radius:0 0 0 0;box-shadow:0 0 0 0 #000;visibility:hidden;display:none;}div.asl_r.horizontal{background-image:linear-gradient(60deg,rgba(19,19,19,.2),rgba(19,19,19,.2));background-image:-webkit-linear-gradient(60deg,rgba(19,19,19,.2),rgba(19,19,19,.2));background-image:-moz-linear-gradient(60deg,rgba(19,19,19,.2),rgba(19,19,19,.2));background-image:-o-linear-gradient(60deg,rgba(19,19,19,.2),rgba(19,19,19,.2));background-image:-ms-linear-gradient(60deg,rgba(19,19,19,.2),rgba(19,19,19,.2));;border:0 solid #dbe9ee;border-radius:0 0 0 0;box-shadow:0 0 2px -3px #000 inset;-webkit-box-shadow:0 0 4px -3px #000 inset;-ms-box-shadow:0 0 4px -3px #000 inset;margin-top:12px;}div.asl_r .results .nores .keyword{padding:0 6px;cursor:pointer;font-weight:normal;font-family:Open Sans;color:#4a4a4a;font-size:13px;line-height:13px;text-shadow:0 0 0 rgba(255,255,255,0);font-weight:bold;}div.asl_r .results .item{height:auto;background:#fff;}div.asl_r.vertical .results .item:after{background:#ccc;}div.asl_r .results .item.hovered{background-color:#f5f5f5;background-image:-moz-radial-gradient(center,ellipse cover,#f5f5f5,#f5f5f5);background-image:-webkit-gradient(radial,center center,0,center center,100%,#f5f5f5,#f5f5f5);background-image:-webkit-radial-gradient(center,ellipse cover,#f5f5f5,#f5f5f5);background-image:-o-radial-gradient(center,ellipse cover,#f5f5f5,#f5f5f5);background-image:-ms-radial-gradient(center,ellipse cover,#f5f5f5,#f5f5f5);background-image:radial-gradient(ellipse at center,#f5f5f5,#f5f5f5);;}div.asl_r.horizontal .results .item{height:174px;width:150px;margin:10px 8px;padding:7px;float:left;background-color:#fff;background-image:-moz-radial-gradient(center,ellipse cover,#fff,#fff);background-image:-webkit-gradient(radial,center center,0,center center,100%,#fff,#fff);background-image:-webkit-radial-gradient(center,ellipse cover,#fff,#fff);background-image:-o-radial-gradient(center,ellipse cover,#fff,#fff);background-image:-ms-radial-gradient(center,ellipse cover,#fff,#fff);background-image:radial-gradient(ellipse at center,#fff,#fff);;border:0 none #fafafa;border-radius:0 0 0 0;box-shadow:0 0 4px -3px #000;-webkit-box-shadow:0 0 6px -3px #000;-ms-box-shadow:0 0 6px -3px #000;}div.asl_r.horizontal .results .item:hover{background-color:#f5f5f5;background-image:-moz-radial-gradient(center,ellipse cover,#f5f5f5,#f5f5f5);background-image:-webkit-gradient(radial,center center,0,center center,100%,#f5f5f5,#f5f5f5);background-image:-webkit-radial-gradient(center,ellipse cover,#f5f5f5,#f5f5f5);background-image:-o-radial-gradient(center,ellipse cover,#f5f5f5,#f5f5f5);background-image:-ms-radial-gradient(center,ellipse cover,#f5f5f5,#f5f5f5);background-image:radial-gradient(ellipse at center,#f5f5f5,#f5f5f5);;}div.asl_r .results .item .asl_image{width:70px;height:70px;}div.asl_r .results .item .asl_content{font-weight:normal;font-family:Open Sans;color:#4a4a4a;font-size:12px;line-height:18px;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_r.horizontal .results .item .asl_content h3 a{text-align:center;}div.asl_r .results .item .asl_content h3,div.asl_r .results .item .asl_content h3 a{margin:0;padding:0;line-height:inherit;font-weight:normal;font-family:Open Sans;color:#1454a9;font-size:13px;line-height:17px;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_r .results .item .asl_content h3 a:hover{font-weight:normal;font-family:Open Sans;color:#2e6bbc;font-size:13px;line-height:17px;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_r .results .item div.etc{padding:0;line-height:10px;font-weight:bold;font-family:Open Sans;color:#a1a1a1;font-size:12px;line-height:13px;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_r .results .item .etc .asl_author{padding:0;font-weight:bold;font-family:Open Sans;color:#a1a1a1;font-size:10px;line-height:12px;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_r .results .item .etc .asl_date{margin:0 0 0 10px;padding:0;font-weight:normal;font-family:Open Sans;color:#adadad;font-size:10px;line-height:12px;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_r .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,div.asl_r .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{background:rgba(#fff,1);}div.asl_r.horizontal .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar{background:#fff;background:#fafafa;opacity:.9;}div.asl_r.horizontal .mCSBap_scrollTools .mCSBap_dragger:hover .mCSBap_dragger_bar{background:#fafafa;opacilty:.95;}div.asl_r.horizontal .mCSBap_scrollTools .mCSBap_dragger:active .mCSBap_dragger_bar,div.asl_r.horizontal .mCSBap_scrollTools .mCSBap_dragger.mCSBap_dragger_onDrag .mCSBap_dragger_bar{background:#fafafa;}div.asl_r span.highlighted{font-weight:bold;color:#d9312b;background-color:#eee;color:rgba(217,49,43,1);background-color:rgba(238,238,238,1);}div.asl_r .group{background:#ddd;background:#f6f6f6;border-radius:3px 3px 0 0;border-top:1px solid #f8f8f8;border-left:1px solid #f8f8f8;border-right:1px solid #f8f8f8;margin:10px 0 -3px;padding:7px 0 7px 10px;position:relative;z-index:1000;font-weight:bold;font-family:Open Sans;color:#055e94;font-size:11px;line-height:13px;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_s.searchsettings{background-color:#be4c46;background-image:-webkit-linear-gradient(185deg,#be4c46,#be4c46);background-image:-moz-linear-gradient(185deg,#be4c46,#be4c46);background-image:-o-linear-gradient(185deg,#be4c46,#be4c46);background-image:-ms-linear-gradient(185deg,#be4c46,#be4c46);background-image:linear-gradient(185deg,#be4c46,#be4c46);background-image:-webkit-linear-gradient(185deg,#be4c46,#be4c46);background-image:-moz-linear-gradient(185deg,#be4c46,#be4c46);background-image:-o-linear-gradient(185deg,#be4c46,#be4c46);background-image:-ms-linear-gradient(185deg,#be4c46,#be4c46);;box-shadow:0 0 0 0 #000;;}div.asl_s.searchsettings .asl_option_label{font-weight:bold;font-family:Open Sans;color:#fff;font-size:12px;line-height:15px;text-shadow:0 0 0 rgba(255,255,255,0);}div.asl_s.searchsettings .asl_option_inner .asl_option_checkbox{background-color:#222;background-image:linear-gradient(180deg,#222,#36373a);background-image:-webkit-linear-gradient(180deg,#222,#36373a);background-image:-moz-linear-gradient(180deg,#222,#36373a);background-image:-o-linear-gradient(180deg,#222,#36373a);background-image:-ms-linear-gradient(180deg,#222,#36373a);;}div.asl_s.searchsettings fieldset .categoryfilter{max-height:200px;overflow:auto;}div.asl_s.searchsettings fieldset legend{padding:5px 0 0 10px;margin:0;font-weight:normal;font-family:Open Sans;color:#1f1f1f;font-size:13px;line-height:15px;text-shadow:0 0 0 rgba(255,255,255,0);}.vcv-content .entry-content>*,.vcv-content--blank .entry-content>*,.vcv-content--header-footer .entry-content>*{max-width:none!important;width:100%!important}.vcv-content .entry-content,.vcv-content--blank .entry-content,.vcv-content--header-footer .entry-content{margin:0!important;max-width:none!important;padding:0!important;width:100%!important}.vcv-layout-wrapper .vcv-content .entry-content>*{margin:0;padding:0}.vcv-content--boxed .entry-content>.vce-row-container>.vce-row:not([data-vce-full-width=true]),.vcv-content--boxed .entry-content>.vce-section>.vce-section-inner:not([data-vce-full-width=true]),.vcv-content--boxed .vcv-layouts-html>.vce-row-container>.vce-row:not([data-vce-full-width=true]),.vcv-content--boxed .vcv-layouts-html>.vce-section>.vce-section-inner:not([data-vce-full-width=true]),.vcv-editor-theme-hf .vcv-layouts-html>.vce-row-container>.vce-row:not([data-vce-full-width=true]),.vcv-editor-theme-hf .vcv-layouts-html>.vce-section>.vce-section-inner:not([data-vce-full-width=true]),.vcv-footer>.vce-row-container>.vce-row:not([data-vce-full-width=true]),.vcv-footer>.vce-section>.vce-section-inner:not([data-vce-full-width=true]),.vcv-header>.vce-row-container>.vce-row:not([data-vce-full-width=true]),.vcv-header>.vce-section>.vce-section-inner:not([data-vce-full-width=true]){margin-left:auto;margin-right:auto}.vcv-content--boxed .entry-content>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-content--boxed .entry-content>.vce-section>.vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true],.vcv-content--boxed .vcv-layouts-html>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-content--boxed .vcv-layouts-html>.vce-section>.vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true],.vcv-editor-theme-hf .vcv-layouts-html>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-editor-theme-hf .vcv-layouts-html>.vce-section>.vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true],.vcv-footer>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-footer>.vce-section>.vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true],.vcv-header>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-header>.vce-section>.vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true]{margin-left:auto;margin-right:auto;width:100%}.vcv-content--boxed .entry-content>[data-vce-boxed-width=true],.vcv-content--boxed .vcv-layouts-html>[data-vce-boxed-width=true],.vcv-editor-theme-hf .vcv-layouts-html>[data-vce-boxed-width=true],.vcv-footer>[data-vce-boxed-width=true],.vcv-header>[data-vce-boxed-width=true]{margin-left:auto;margin-right:auto}@media (min-width:576px){.vcv-content--boxed .entry-content>.vce-row-container>.vce-row:not([data-vce-full-width=true]),.vcv-content--boxed .entry-content>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-content--boxed .entry-content>.vce-section>.vce-section-inner:not([data-vce-full-width=true]),.vcv-content--boxed .entry-content>.vce-section>.vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true],.vcv-content--boxed .vcv-layouts-html>.vce-row-container>.vce-row:not([data-vce-full-width=true]),.vcv-content--boxed .vcv-layouts-html>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-content--boxed .vcv-layouts-html>.vce-section>.vce-section-inner:not([data-vce-full-width=true]),.vcv-content--boxed .vcv-layouts-html>.vce-section>.vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true],.vcv-editor-theme-hf .vcv-layouts-html>.vce-row-container>.vce-row:not([data-vce-full-width=true]),.vcv-editor-theme-hf .vcv-layouts-html>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-editor-theme-hf .vcv-layouts-html>.vce-section>.vce-section-inner:not([data-vce-full-width=true]),.vcv-editor-theme-hf .vcv-layouts-html>.vce-section>.vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true],.vcv-footer>.vce-row-container>.vce-row:not([data-vce-full-width=true]),.vcv-footer>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-footer>.vce-section>.vce-section-inner:not([data-vce-full-width=true]),.vcv-footer>.vce-section>.vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true],.vcv-header>.vce-row-container>.vce-row:not([data-vce-full-width=true]),.vcv-header>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-header>.vce-section>.vce-section-inner:not([data-vce-full-width=true]),.vcv-header>.vce-section>.vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true]{max-width:540px}.vcv-content--boxed .entry-content>[data-vce-boxed-width=true],.vcv-content--boxed .vcv-layouts-html>[data-vce-boxed-width=true],.vcv-editor-theme-hf .vcv-layouts-html>[data-vce-boxed-width=true],.vcv-footer>[data-vce-boxed-width=true],.vcv-header>[data-vce-boxed-width=true]{max-width:540px!important}.vcv-content--boxed .entry-content>[data-vce-boxed-width=true] .vce-row,.vcv-content--boxed .entry-content>[data-vce-boxed-width=true] .vce-section-inner,.vcv-content--boxed .vcv-layouts-html>[data-vce-boxed-width=true] .vce-row,.vcv-content--boxed .vcv-layouts-html>[data-vce-boxed-width=true] .vce-section-inner,.vcv-editor-theme-hf .vcv-layouts-html>[data-vce-boxed-width=true] .vce-row,.vcv-editor-theme-hf .vcv-layouts-html>[data-vce-boxed-width=true] .vce-section-inner,.vcv-footer>[data-vce-boxed-width=true] .vce-row,.vcv-footer>[data-vce-boxed-width=true] .vce-section-inner,.vcv-header>[data-vce-boxed-width=true] .vce-row,.vcv-header>[data-vce-boxed-width=true] .vce-section-inner{max-width:none!important}}@media (min-width:768px){.vcv-content--boxed .entry-content>.vce-row-container>.vce-row:not([data-vce-full-width=true]),.vcv-content--boxed .entry-content>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-content--boxed .entry-content>.vce-section>.vce-section-inner:not([data-vce-full-width=true]),.vcv-content--boxed .entry-content>.vce-section>.vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true],.vcv-content--boxed .vcv-layouts-html>.vce-row-container>.vce-row:not([data-vce-full-width=true]),.vcv-content--boxed .vcv-layouts-html>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-content--boxed .vcv-layouts-html>.vce-section>.vce-section-inner:not([data-vce-full-width=true]),.vcv-content--boxed .vcv-layouts-html>.vce-section>.vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true],.vcv-editor-theme-hf .vcv-layouts-html>.vce-row-container>.vce-row:not([data-vce-full-width=true]),.vcv-editor-theme-hf .vcv-layouts-html>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-editor-theme-hf .vcv-layouts-html>.vce-section>.vce-section-inner:not([data-vce-full-width=true]),.vcv-editor-theme-hf .vcv-layouts-html>.vce-section>.vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true],.vcv-footer>.vce-row-container>.vce-row:not([data-vce-full-width=true]),.vcv-footer>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-footer>.vce-section>.vce-section-inner:not([data-vce-full-width=true]),.vcv-footer>.vce-section>.vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true],.vcv-header>.vce-row-container>.vce-row:not([data-vce-full-width=true]),.vcv-header>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-header>.vce-section>.vce-section-inner:not([data-vce-full-width=true]),.vcv-header>.vce-section>.vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true]{max-width:720px}.vcv-content--boxed .entry-content>[data-vce-boxed-width=true],.vcv-content--boxed .vcv-layouts-html>[data-vce-boxed-width=true],.vcv-editor-theme-hf .vcv-layouts-html>[data-vce-boxed-width=true],.vcv-footer>[data-vce-boxed-width=true],.vcv-header>[data-vce-boxed-width=true]{max-width:720px!important}.vcv-content--boxed .entry-content>[data-vce-boxed-width=true] .vce-row,.vcv-content--boxed .entry-content>[data-vce-boxed-width=true] .vce-section-inner,.vcv-content--boxed .vcv-layouts-html>[data-vce-boxed-width=true] .vce-row,.vcv-content--boxed .vcv-layouts-html>[data-vce-boxed-width=true] .vce-section-inner,.vcv-editor-theme-hf .vcv-layouts-html>[data-vce-boxed-width=true] .vce-row,.vcv-editor-theme-hf .vcv-layouts-html>[data-vce-boxed-width=true] .vce-section-inner,.vcv-footer>[data-vce-boxed-width=true] .vce-row,.vcv-footer>[data-vce-boxed-width=true] .vce-section-inner,.vcv-header>[data-vce-boxed-width=true] .vce-row,.vcv-header>[data-vce-boxed-width=true] .vce-section-inner{max-width:none!important}}@media (min-width:992px){.vcv-content--boxed .entry-content>.vce-row-container>.vce-row:not([data-vce-full-width=true]),.vcv-content--boxed .entry-content>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-content--boxed .entry-content>.vce-section>.vce-section-inner:not([data-vce-full-width=true]),.vcv-content--boxed .entry-content>.vce-section>.vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true],.vcv-content--boxed .vcv-layouts-html>.vce-row-container>.vce-row:not([data-vce-full-width=true]),.vcv-content--boxed .vcv-layouts-html>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-content--boxed .vcv-layouts-html>.vce-section>.vce-section-inner:not([data-vce-full-width=true]),.vcv-content--boxed .vcv-layouts-html>.vce-section>.vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true],.vcv-editor-theme-hf .vcv-layouts-html>.vce-row-container>.vce-row:not([data-vce-full-width=true]),.vcv-editor-theme-hf .vcv-layouts-html>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-editor-theme-hf .vcv-layouts-html>.vce-section>.vce-section-inner:not([data-vce-full-width=true]),.vcv-editor-theme-hf .vcv-layouts-html>.vce-section>.vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true],.vcv-footer>.vce-row-container>.vce-row:not([data-vce-full-width=true]),.vcv-footer>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-footer>.vce-section>.vce-section-inner:not([data-vce-full-width=true]),.vcv-footer>.vce-section>.vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true],.vcv-header>.vce-row-container>.vce-row:not([data-vce-full-width=true]),.vcv-header>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-header>.vce-section>.vce-section-inner:not([data-vce-full-width=true]),.vcv-header>.vce-section>.vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true]{max-width:960px}.vcv-content--boxed .entry-content>[data-vce-boxed-width=true],.vcv-content--boxed .vcv-layouts-html>[data-vce-boxed-width=true],.vcv-editor-theme-hf .vcv-layouts-html>[data-vce-boxed-width=true],.vcv-footer>[data-vce-boxed-width=true],.vcv-header>[data-vce-boxed-width=true]{max-width:960px!important}.vcv-content--boxed .entry-content>[data-vce-boxed-width=true] .vce-row,.vcv-content--boxed .entry-content>[data-vce-boxed-width=true] .vce-section-inner,.vcv-content--boxed .vcv-layouts-html>[data-vce-boxed-width=true] .vce-row,.vcv-content--boxed .vcv-layouts-html>[data-vce-boxed-width=true] .vce-section-inner,.vcv-editor-theme-hf .vcv-layouts-html>[data-vce-boxed-width=true] .vce-row,.vcv-editor-theme-hf .vcv-layouts-html>[data-vce-boxed-width=true] .vce-section-inner,.vcv-footer>[data-vce-boxed-width=true] .vce-row,.vcv-footer>[data-vce-boxed-width=true] .vce-section-inner,.vcv-header>[data-vce-boxed-width=true] .vce-row,.vcv-header>[data-vce-boxed-width=true] .vce-section-inner{max-width:none!important}}@media (min-width:1200px){.vcv-content--boxed .entry-content>.vce-row-container>.vce-row:not([data-vce-full-width=true]),.vcv-content--boxed .entry-content>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-content--boxed .entry-content>.vce-section>.vce-section-inner:not([data-vce-full-width=true]),.vcv-content--boxed .entry-content>.vce-section>.vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true],.vcv-content--boxed .vcv-layouts-html>.vce-row-container>.vce-row:not([data-vce-full-width=true]),.vcv-content--boxed .vcv-layouts-html>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-content--boxed .vcv-layouts-html>.vce-section>.vce-section-inner:not([data-vce-full-width=true]),.vcv-content--boxed .vcv-layouts-html>.vce-section>.vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true],.vcv-editor-theme-hf .vcv-layouts-html>.vce-row-container>.vce-row:not([data-vce-full-width=true]),.vcv-editor-theme-hf .vcv-layouts-html>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-editor-theme-hf .vcv-layouts-html>.vce-section>.vce-section-inner:not([data-vce-full-width=true]),.vcv-editor-theme-hf .vcv-layouts-html>.vce-section>.vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true],.vcv-footer>.vce-row-container>.vce-row:not([data-vce-full-width=true]),.vcv-footer>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-footer>.vce-section>.vce-section-inner:not([data-vce-full-width=true]),.vcv-footer>.vce-section>.vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true],.vcv-header>.vce-row-container>.vce-row:not([data-vce-full-width=true]),.vcv-header>.vce-row-container>.vce-row[data-vce-full-width=true]:not([data-vce-stretch-content=true])>.vce-row-content,.vcv-header>.vce-section>.vce-section-inner:not([data-vce-full-width=true]),.vcv-header>.vce-section>.vce-section-inner[data-vce-full-width=true]:not([data-vce-stretch-content=true])>[data-vce-element-content=true]{max-width:1140px}.vcv-content--boxed .entry-content>[data-vce-boxed-width=true],.vcv-content--boxed .vcv-layouts-html>[data-vce-boxed-width=true],.vcv-editor-theme-hf .vcv-layouts-html>[data-vce-boxed-width=true],.vcv-footer>[data-vce-boxed-width=true],.vcv-header>[data-vce-boxed-width=true]{max-width:1140px!important}.vcv-content--boxed .entry-content>[data-vce-boxed-width=true] .vce-row,.vcv-content--boxed .entry-content>[data-vce-boxed-width=true] .vce-section-inner,.vcv-content--boxed .vcv-layouts-html>[data-vce-boxed-width=true] .vce-row,.vcv-content--boxed .vcv-layouts-html>[data-vce-boxed-width=true] .vce-section-inner,.vcv-editor-theme-hf .vcv-layouts-html>[data-vce-boxed-width=true] .vce-row,.vcv-editor-theme-hf .vcv-layouts-html>[data-vce-boxed-width=true] .vce-section-inner,.vcv-footer>[data-vce-boxed-width=true] .vce-row,.vcv-footer>[data-vce-boxed-width=true] .vce-section-inner,.vcv-header>[data-vce-boxed-width=true] .vce-row,.vcv-header>[data-vce-boxed-width=true] .vce-section-inner{max-width:none!important}}.vce-asset-color-gradient-container{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none;display:none;border-radius:inherit}.vce-asset-color-gradient-container.vce-visible-all-only{display:block}@media (max-width:543px){.vce-asset-color-gradient-container.vce-visible-xs-only{display:block}}@media (min-width:544px) and (max-width:767px){.vce-asset-color-gradient-container.vce-visible-sm-only{display:block}}@media (min-width:768px) and (max-width:991px){.vce-asset-color-gradient-container.vce-visible-md-only{display:block}}@media (min-width:992px) and (max-width:1199px){.vce-asset-color-gradient-container.vce-visible-lg-only{display:block}}@media (min-width:1200px){.vce-asset-color-gradient-container.vce-visible-xl-only{display:block}}.vce-asset-background-zoom-container{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none;display:none;border-radius:inherit}.vce-asset-background-zoom{transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;transition-timing-function:linear}.vce-asset-background-zoom,.vce-asset-background-zoom--scale-helper,.vce-asset-background-zoom-item{position:absolute;top:0;right:0;bottom:0;left:0}.vce-asset-background-zoom-item{background-position:50% 0;box-sizing:border-box}.vce-asset-background-zoom-container .vce-asset-background-zoom-item{background-size:cover;background-repeat:no-repeat}.vce-asset-background-zoom--position-left-top .vce-asset-background-zoom-item{background-position:0 0}.vce-asset-background-zoom--position-center-top .vce-asset-background-zoom-item{background-position:top}.vce-asset-background-zoom--position-right-top .vce-asset-background-zoom-item{background-position:100% 0}.vce-asset-background-zoom--position-left-center .vce-asset-background-zoom-item{background-position:0}.vce-asset-background-zoom--position-center-center .vce-asset-background-zoom-item{background-position:50%}.vce-asset-background-zoom--position-right-center .vce-asset-background-zoom-item{background-position:100%}.vce-asset-background-zoom--position-left-bottom .vce-asset-background-zoom-item{background-position:0 100%}.vce-asset-background-zoom--position-center-bottom .vce-asset-background-zoom-item{background-position:bottom}.vce-asset-background-zoom--position-right-bottom .vce-asset-background-zoom-item{background-position:100% 100%}.vce-asset-background-zoom-container.vce-visible-all-only{display:block}@media (max-width:543px){.vce-asset-background-zoom-container.vce-visible-xs-only{display:block}}@media (min-width:544px) and (max-width:767px){.vce-asset-background-zoom-container.vce-visible-sm-only{display:block}}@media (min-width:768px) and (max-width:991px){.vce-asset-background-zoom-container.vce-visible-md-only{display:block}}@media (min-width:992px) and (max-width:1199px){.vce-asset-background-zoom-container.vce-visible-lg-only{display:block}}@media (min-width:1200px){.vce-asset-background-zoom-container.vce-visible-xl-only{display:block}}.vce-asset-parallax-container{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none;display:none}.vce-asset-parallax{position:absolute;top:0;right:-1px;bottom:0;left:-1px}.vce-asset-parallax-mouse-move{transition:-webkit-transform 2s cubic-bezier(0,0,.25,.96);transition:transform 2s cubic-bezier(0,0,.25,.96);transition:transform 2s cubic-bezier(0,0,.25,.96),-webkit-transform 2s cubic-bezier(0,0,.25,.96)}.vce-asset-parallax-container.vce-visible-all-only{display:block}@media (max-width:543px){.vce-asset-parallax-container.vce-visible-xs-only{display:block}}@media (min-width:544px) and (max-width:767px){.vce-asset-parallax-container.vce-visible-sm-only{display:block}}@media (min-width:768px) and (max-width:991px){.vce-asset-parallax-container.vce-visible-md-only{display:block}}@media (min-width:992px) and (max-width:1199px){.vce-asset-parallax-container.vce-visible-lg-only{display:block}}@media (min-width:1200px){.vce-asset-parallax-container.vce-visible-xl-only{display:block}}.vce-asset-parallax-container{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none;display:none;border-radius:inherit}.vce-asset-parallax{position:absolute;top:0;right:-1px;bottom:0;left:-1px}.vce-asset-parallax-container.vce-visible-all-only{display:block}@media (max-width:543px){.vce-asset-parallax-container.vce-visible-xs-only{display:block}}@media (min-width:544px) and (max-width:767px){.vce-asset-parallax-container.vce-visible-sm-only{display:block}}@media (min-width:768px) and (max-width:991px){.vce-asset-parallax-container.vce-visible-md-only{display:block}}@media (min-width:992px) and (max-width:1199px){.vce-asset-parallax-container.vce-visible-lg-only{display:block}}@media (min-width:1200px){.vce-asset-parallax-container.vce-visible-xl-only{display:block}}.vce-asset-background-simple-container{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none;display:none;border-radius:inherit}.vce-asset-background-simple{position:absolute;top:0;right:-1px;bottom:0;left:-1px}.vce-asset-background-simple-item{background-position:50% 0;box-sizing:border-box;position:absolute;top:0;right:0;bottom:0;left:0}.vce-asset-background-simple--style-cover .vce-asset-background-simple-item{background-size:cover;background-repeat:no-repeat}.vce-asset-background-simple--style-contain .vce-asset-background-simple-item{background-size:contain;background-repeat:no-repeat}.vce-asset-background-simple--style-full-width .vce-asset-background-simple-item{background-size:100% auto}.vce-asset-background-simple--style-full-height .vce-asset-background-simple-item{background-size:auto 100%}.vce-asset-background-simple--style-repeat .vce-asset-background-simple-item{background-repeat:repeat}.vce-asset-background-simple--style-repeat-x .vce-asset-background-simple-item{background-repeat:repeat-x}.vce-asset-background-simple--style-repeat-y .vce-asset-background-simple-item{background-repeat:repeat-y}.vce-asset-background-simple--style-no-repeat .vce-asset-background-simple-item{background-repeat:no-repeat}.vce-asset-background-simple--position-left-top .vce-asset-background-simple-item{background-position:0 0}.vce-asset-background-simple--position-center-top .vce-asset-background-simple-item{background-position:top}.vce-asset-background-simple--position-right-top .vce-asset-background-simple-item{background-position:100% 0}.vce-asset-background-simple--position-left-center .vce-asset-background-simple-item{background-position:0}.vce-asset-background-simple--position-center-center .vce-asset-background-simple-item{background-position:50%}.vce-asset-background-simple--position-right-center .vce-asset-background-simple-item{background-position:100%}.vce-asset-background-simple--position-left-bottom .vce-asset-background-simple-item{background-position:0 100%}.vce-asset-background-simple--position-center-bottom .vce-asset-background-simple-item{background-position:bottom}.vce-asset-background-simple--position-right-bottom .vce-asset-background-simple-item{background-position:100% 100%}.vce-asset-background-simple-container.vce-visible-all-only{display:block}@media (max-width:543px){.vce-asset-background-simple-container.vce-visible-xs-only{display:block}}@media (min-width:544px) and (max-width:767px){.vce-asset-background-simple-container.vce-visible-sm-only{display:block}}@media (min-width:768px) and (max-width:991px){.vce-asset-background-simple-container.vce-visible-md-only{display:block}}@media (min-width:992px) and (max-width:1199px){.vce-asset-background-simple-container.vce-visible-lg-only{display:block}}@media (min-width:1200px){.vce-asset-background-simple-container.vce-visible-xl-only{display:block}}[data-vce-animate]{visibility:hidden}[data-vcv-o-animated=true]{-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-fill-mode:both;animation-fill-mode:both;visibility:visible}[data-vcv-o-animated-fully=true]{-webkit-animation-fill-mode:initial;animation-fill-mode:none}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--infinite]{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes vce-o-animate--bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.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 vce-o-animate--bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--bounce]{-webkit-animation-fill-mode:backwards;animation-fill-mode:backwards;animation-name:vce-o-animate--bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes vce-o-animate--flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes vce-o-animate--flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--flash]{animation-name:vce-o-animate--flash}@-webkit-keyframes vce-o-animate--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 vce-o-animate--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)}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--headShake]{animation-name:vce-o-animate--headShake;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes vce-o-animate--jello{0%,11.1%,to{-webkit-transform:none;transform:none}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(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes vce-o-animate--jello{0%,11.1%,to{-webkit-transform:none;transform:none}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(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--jello]{animation-name:vce-o-animate--jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes vce-o-animate--pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes vce-o-animate--pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--pulse]{animation-name:vce-o-animate--pulse}@-webkit-keyframes vce-o-animate--rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes vce-o-animate--rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--rubberBand]{animation-name:vce-o-animate--rubberBand}@-webkit-keyframes vce-o-animate--shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(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 vce-o-animate--shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(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)}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--shake]{animation-name:vce-o-animate--shake}@-webkit-keyframes vce-o-animate--swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes vce-o-animate--swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--swing]{animation-name:vce-o-animate--swing;-webkit-transform-origin:top center;transform-origin:top center}@-webkit-keyframes vce-o-animate--tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes vce-o-animate--tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--tada]{animation-name:vce-o-animate--tada}@-webkit-keyframes vce-o-animate--wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}@keyframes vce-o-animate--wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--wobble]{animation-name:vce-o-animate--wobble}@-webkit-keyframes vce-o-animate--bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.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(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes vce-o-animate--bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.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(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--bounceIn]{-webkit-animation-duration:.7s;animation-duration:.7s;animation-name:vce-o-animate--bounceIn}@-webkit-keyframes vce-o-animate--bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.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:none;transform:none}}@keyframes vce-o-animate--bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.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:none;transform:none}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--bounceInDown]{animation-name:vce-o-animate--bounceInDown}@-webkit-keyframes vce-o-animate--bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.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:none;transform:none}}@keyframes vce-o-animate--bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.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:none;transform:none}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--bounceInLeft]{animation-name:vce-o-animate--bounceInLeft}@-webkit-keyframes vce-o-animate--bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.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:none;transform:none}}@keyframes vce-o-animate--bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.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:none;transform:none}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--bounceInRight]{animation-name:vce-o-animate--bounceInRight}@-webkit-keyframes vce-o-animate--bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{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:translateZ(0);transform:translateZ(0)}}@keyframes vce-o-animate--bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{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:translateZ(0);transform:translateZ(0)}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--bounceInUp]{animation-name:vce-o-animate--bounceInUp}@-webkit-keyframes vce-o-animate--bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.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(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes vce-o-animate--bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.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(.3,.3,.3);transform:scale3d(.3,.3,.3)}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--bounceOut]{-webkit-animation-duration:.7s;animation-duration:.7s;animation-name:vce-o-animate--bounceOut}@-webkit-keyframes vce-o-animate--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 vce-o-animate--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)}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--bounceOutDown]{animation-name:vce-o-animate--bounceOutDown}@-webkit-keyframes vce-o-animate--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 vce-o-animate--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)}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--bounceOutLeft]{animation-name:vce-o-animate--bounceOutLeft}@-webkit-keyframes vce-o-animate--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 vce-o-animate--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)}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--bounceOutRight]{animation-name:vce-o-animate--bounceOutRight}@-webkit-keyframes vce-o-animate--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 vce-o-animate--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)}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--bounceOutUp]{animation-name:vce-o-animate--bounceOutUp}@-webkit-keyframes vce-o-animate--fadeIn{0%{opacity:0}to{opacity:1}}@keyframes vce-o-animate--fadeIn{0%{opacity:0}to{opacity:1}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--fadeIn]{animation-name:vce-o-animate--fadeIn}@-webkit-keyframes vce-o-animate--fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes vce-o-animate--fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--fadeInDown]{animation-name:vce-o-animate--fadeInDown}@-webkit-keyframes vce-o-animate--fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes vce-o-animate--fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--fadeInDownBig]{animation-name:vce-o-animate--fadeInDownBig}@-webkit-keyframes vce-o-animate--fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes vce-o-animate--fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--fadeInLeft]{animation-name:vce-o-animate--fadeInLeft}@-webkit-keyframes vce-o-animate--fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes vce-o-animate--fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--fadeInLeftBig]{animation-name:vce-o-animate--fadeInLeftBig}@-webkit-keyframes vce-o-animate--fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes vce-o-animate--fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--fadeInRight]{animation-name:vce-o-animate--fadeInRight}@-webkit-keyframes vce-o-animate--fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes vce-o-animate--fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--fadeInRightBig]{animation-name:vce-o-animate--fadeInRightBig}@-webkit-keyframes vce-o-animate--fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes vce-o-animate--fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--fadeInUp]{animation-name:vce-o-animate--fadeInUp}@-webkit-keyframes vce-o-animate--fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes vce-o-animate--fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--fadeInUpBig]{animation-name:vce-o-animate--fadeInUpBig}@-webkit-keyframes vce-o-animate--fadeOut{0%{opacity:1}to{opacity:0}}@keyframes vce-o-animate--fadeOut{0%{opacity:1}to{opacity:0}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--fadeOut]{animation-name:vce-o-animate--fadeOut}@-webkit-keyframes vce-o-animate--fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes vce-o-animate--fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--fadeOutDown]{animation-name:vce-o-animate--fadeOutDown}@-webkit-keyframes vce-o-animate--fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes vce-o-animate--fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--fadeOutDownBig]{animation-name:vce-o-animate--fadeOutDownBig}@-webkit-keyframes vce-o-animate--fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes vce-o-animate--fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--fadeOutLeft]{animation-name:vce-o-animate--fadeOutLeft}@-webkit-keyframes vce-o-animate--fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes vce-o-animate--fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--fadeOutLeftBig]{animation-name:vce-o-animate--fadeOutLeftBig}@-webkit-keyframes vce-o-animate--fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes vce-o-animate--fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--fadeOutRight]{animation-name:vce-o-animate--fadeOutRight}@-webkit-keyframes vce-o-animate--fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes vce-o-animate--fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--fadeOutUp]{animation-name:vce-o-animate--fadeOutUp}@-webkit-keyframes vce-o-animate--fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes vce-o-animate--fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--fadeOutUpBig]{animation-name:vce-o-animate--fadeOutUpBig}@-webkit-keyframes vce-o-animate--flip{0%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes vce-o-animate--flip{0%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px);transform:perspective(400px)}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--flip]{animation-name:vce-o-animate--flip;-webkit-backface-visibility:visible;backface-visibility:visible}@-webkit-keyframes vce-o-animate--flipInX{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes vce-o-animate--flipInX{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--flipInX]{animation-name:vce-o-animate--flipInX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes vce-o-animate--flipInY{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes vce-o-animate--flipInY{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--flipInY]{animation-name:vce-o-animate--flipInY;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes vce-o-animate--flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}@keyframes vce-o-animate--flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--flipOutX]{-webkit-animation-duration:.7s;animation-duration:.7s;animation-name:vce-o-animate--flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes vce-o-animate--flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}}@keyframes vce-o-animate--flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--flipOutY]{-webkit-animation-duration:.7s;animation-duration:.7s;animation-name:vce-o-animate--flipOutY;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes vce-o-animate--lightSpeedIn{0%{opacity:0;-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg)}60%{opacity:1;-webkit-transform:skewX(20deg);transform:skewX(20deg)}80%{opacity:1;-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes vce-o-animate--lightSpeedIn{0%{opacity:0;-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg)}60%{opacity:1;-webkit-transform:skewX(20deg);transform:skewX(20deg)}80%{opacity:1;-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{opacity:1;-webkit-transform:none;transform:none}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--lightSpeedIn]{animation-name:vce-o-animate--lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes vce-o-animate--lightSpeedOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg)}}@keyframes vce-o-animate--lightSpeedOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg)}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--lightSpeedOut]{animation-name:vce-o-animate--lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes vce-o-animate--rotateIn{0%{opacity:0;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);-webkit-transform-origin:center;transform-origin:center}to{opacity:1;-webkit-transform:none;transform:none;-webkit-transform-origin:center;transform-origin:center}}@keyframes vce-o-animate--rotateIn{0%{opacity:0;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);-webkit-transform-origin:center;transform-origin:center}to{opacity:1;-webkit-transform:none;transform:none;-webkit-transform-origin:center;transform-origin:center}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--rotateIn]{animation-name:vce-o-animate--rotateIn}@-webkit-keyframes vce-o-animate--rotateInDownLeft{0%{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:left bottom;transform-origin:left bottom}to{opacity:1;-webkit-transform:none;transform:none;-webkit-transform-origin:left bottom;transform-origin:left bottom}}@keyframes vce-o-animate--rotateInDownLeft{0%{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:left bottom;transform-origin:left bottom}to{opacity:1;-webkit-transform:none;transform:none;-webkit-transform-origin:left bottom;transform-origin:left bottom}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--rotateInDownLeft]{animation-name:vce-o-animate--rotateInDownLeft}@-webkit-keyframes vce-o-animate--rotateInDownRight{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:right bottom;transform-origin:right bottom}to{opacity:1;-webkit-transform:none;transform:none;-webkit-transform-origin:right bottom;transform-origin:right bottom}}@keyframes vce-o-animate--rotateInDownRight{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:right bottom;transform-origin:right bottom}to{opacity:1;-webkit-transform:none;transform:none;-webkit-transform-origin:right bottom;transform-origin:right bottom}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--rotateInDownRight]{animation-name:vce-o-animate--rotateInDownRight}@-webkit-keyframes vce-o-animate--rotateInUpLeft{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:left bottom;transform-origin:left bottom}to{opacity:1;-webkit-transform:none;transform:none;-webkit-transform-origin:left bottom;transform-origin:left bottom}}@keyframes vce-o-animate--rotateInUpLeft{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:left bottom;transform-origin:left bottom}to{opacity:1;-webkit-transform:none;transform:none;-webkit-transform-origin:left bottom;transform-origin:left bottom}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--rotateInUpLeft]{animation-name:vce-o-animate--rotateInUpLeft}@-webkit-keyframes vce-o-animate--rotateInUpRight{0%{opacity:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transform-origin:right bottom;transform-origin:right bottom}to{opacity:1;-webkit-transform:none;transform:none;-webkit-transform-origin:right bottom;transform-origin:right bottom}}@keyframes vce-o-animate--rotateInUpRight{0%{opacity:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transform-origin:right bottom;transform-origin:right bottom}to{opacity:1;-webkit-transform:none;transform:none;-webkit-transform-origin:right bottom;transform-origin:right bottom}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--rotateInUpRight]{animation-name:vce-o-animate--rotateInUpRight}@-webkit-keyframes vce-o-animate--rotateOut{0%{opacity:1;-webkit-transform-origin:center;transform-origin:center}to{opacity:0;-webkit-transform:rotate(200deg);transform:rotate(200deg);-webkit-transform-origin:center;transform-origin:center}}@keyframes vce-o-animate--rotateOut{0%{opacity:1;-webkit-transform-origin:center;transform-origin:center}to{opacity:0;-webkit-transform:rotate(200deg);transform:rotate(200deg);-webkit-transform-origin:center;transform-origin:center}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--rotateOut]{animation-name:vce-o-animate--rotateOut}@-webkit-keyframes vce-o-animate--rotateOutDownLeft{0%{opacity:1;-webkit-transform-origin:left bottom;transform-origin:left bottom}to{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:left bottom;transform-origin:left bottom}}@keyframes vce-o-animate--rotateOutDownLeft{0%{opacity:1;-webkit-transform-origin:left bottom;transform-origin:left bottom}to{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:left bottom;transform-origin:left bottom}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--rotateOutDownLeft]{animation-name:vce-o-animate--rotateOutDownLeft}@-webkit-keyframes vce-o-animate--rotateOutDownRight{0%{opacity:1;-webkit-transform-origin:right bottom;transform-origin:right bottom}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:right bottom;transform-origin:right bottom}}@keyframes vce-o-animate--rotateOutDownRight{0%{opacity:1;-webkit-transform-origin:right bottom;transform-origin:right bottom}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:right bottom;transform-origin:right bottom}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--rotateOutDownRight]{animation-name:vce-o-animate--rotateOutDownRight}@-webkit-keyframes vce-o-animate--rotateOutUpLeft{0%{opacity:1;-webkit-transform-origin:left bottom;transform-origin:left bottom}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:left bottom;transform-origin:left bottom}}@keyframes vce-o-animate--rotateOutUpLeft{0%{opacity:1;-webkit-transform-origin:left bottom;transform-origin:left bottom}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:left bottom;transform-origin:left bottom}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--rotateOutUpLeft]{animation-name:vce-o-animate--rotateOutUpLeft}@-webkit-keyframes vce-o-animate--rotateOutUpRight{0%{opacity:1;-webkit-transform-origin:right bottom;transform-origin:right bottom}to{opacity:0;-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transform-origin:right bottom;transform-origin:right bottom}}@keyframes vce-o-animate--rotateOutUpRight{0%{opacity:1;-webkit-transform-origin:right bottom;transform-origin:right bottom}to{opacity:0;-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transform-origin:right bottom;transform-origin:right bottom}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--rotateOutUpRight]{animation-name:vce-o-animate--rotateOutUpRight}@-webkit-keyframes vce-o-animate--slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes vce-o-animate--slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--slideInDown]{animation-name:vce-o-animate--slideInDown}@-webkit-keyframes vce-o-animate--slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes vce-o-animate--slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--slideInLeft]{animation-name:vce-o-animate--slideInLeft}@-webkit-keyframes vce-o-animate--slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes vce-o-animate--slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--slideInRight]{animation-name:vce-o-animate--slideInRight}@-webkit-keyframes vce-o-animate--slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes vce-o-animate--slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--slideInUp]{animation-name:vce-o-animate--slideInUp}@-webkit-keyframes vce-o-animate--slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}@keyframes vce-o-animate--slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--slideOutDown]{animation-name:vce-o-animate--slideOutDown}@-webkit-keyframes vce-o-animate--slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}@keyframes vce-o-animate--slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--slideOutLeft]{animation-name:vce-o-animate--slideOutLeft}@-webkit-keyframes vce-o-animate--slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}@keyframes vce-o-animate--slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--slideOutRight]{animation-name:vce-o-animate--slideOutRight}@-webkit-keyframes vce-o-animate--slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}@keyframes vce-o-animate--slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--slideOutUp]{animation-name:vce-o-animate--slideOutUp}@-webkit-keyframes vce-o-animate--hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform-origin:top left;transform-origin:top left}20%,60%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left}40%,80%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1;-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left}to{opacity:0;-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0)}}@keyframes vce-o-animate--hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform-origin:top left;transform-origin:top left}20%,60%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left}40%,80%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1;-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left}to{opacity:0;-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0)}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--hinge]{-webkit-animation-duration:1.5s;animation-duration:1.5s;animation-name:vce-o-animate--hinge}@-webkit-keyframes vce-o-animate--rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes vce-o-animate--rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--rollIn]{animation-name:vce-o-animate--rollIn}@-webkit-keyframes vce-o-animate--rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes vce-o-animate--rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--rollOut]{animation-name:vce-o-animate--rollOut}@-webkit-keyframes vce-o-animate--zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes vce-o-animate--zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--zoomIn]{animation-name:vce-o-animate--zoomIn}@-webkit-keyframes vce-o-animate--zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}@keyframes vce-o-animate--zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--zoomInDown]{animation-name:vce-o-animate--zoomInDown}@-webkit-keyframes vce-o-animate--zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}@keyframes vce-o-animate--zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--zoomInLeft]{animation-name:vce-o-animate--zoomInLeft}@-webkit-keyframes vce-o-animate--zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}@keyframes vce-o-animate--zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--zoomInRight]{animation-name:vce-o-animate--zoomInRight}@-webkit-keyframes vce-o-animate--zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}@keyframes vce-o-animate--zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--zoomInUp]{animation-name:vce-o-animate--zoomInUp}@-webkit-keyframes vce-o-animate--zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes vce-o-animate--zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--zoomOut]{animation-name:vce-o-animate--zoomOut}@-webkit-keyframes vce-o-animate--zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom}}@keyframes vce-o-animate--zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--zoomOutDown]{animation-name:vce-o-animate--zoomOutDown}@-webkit-keyframes vce-o-animate--zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes vce-o-animate--zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--zoomOutLeft]{animation-name:vce-o-animate--zoomOutLeft}@-webkit-keyframes vce-o-animate--zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes vce-o-animate--zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--zoomOutRight]{animation-name:vce-o-animate--zoomOutRight}@-webkit-keyframes vce-o-animate--zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom}}@keyframes vce-o-animate--zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom}}[data-vcv-o-animated=true][data-vce-animate=vce-o-animate--zoomOutUp]{animation-name:vce-o-animate--zoomOutUp}@media (min-width:0) and (max-width:543px){[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--bounce-xs]{animation-name:vce-o-animate--bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--flash-xs]{animation-name:vce-o-animate--flash}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--headShake-xs]{animation-name:vce-o-animate--headShake;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--jello-xs]{animation-name:vce-o-animate--jello;-webkit-transform-origin:center;transform-origin:center}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--pulse-xs]{animation-name:vce-o-animate--pulse}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--rubberBand-xs]{animation-name:vce-o-animate--rubberBand}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--shake-xs]{animation-name:vce-o-animate--shake}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--swing-xs]{animation-name:vce-o-animate--swing;-webkit-transform-origin:top center;transform-origin:top center}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--tada-xs]{animation-name:vce-o-animate--tada}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--wobble-xs]{animation-name:vce-o-animate--wobble}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--flip-xs]{animation-name:vce-o-animate--flip;-webkit-backface-visibility:visible;backface-visibility:visible}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--flipInX-xs]{animation-name:vce-o-animate--flipInX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--flipInY-xs]{animation-name:vce-o-animate--flipInY;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--flipOutX-xs]{animation-name:vce-o-animate--flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--flipOutY-xs]{animation-name:vce-o-animate--flipOutY;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--lightSpeedIn-xs]{animation-name:vce-o-animate--lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--lightSpeedOut-xs]{animation-name:vce-o-animate--lightSpeedOut;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--bounceOut-xs]{animation-name:vce-o-animate--bounceOut}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--bounceOutDown-xs]{animation-name:vce-o-animate--bounceOutDown}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--bounceOutLeft-xs]{animation-name:vce-o-animate--bounceOutLeft}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--bounceOutRight-xs]{animation-name:vce-o-animate--bounceOutRight}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--bounceOutUp-xs]{animation-name:vce-o-animate--bounceOutUp}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--bounceIn-xs]{animation-name:vce-o-animate--bounceIn}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--bounceInDown-xs]{animation-name:vce-o-animate--bounceInDown}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--bounceInLeft-xs]{animation-name:vce-o-animate--bounceInLeft}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--bounceInRight-xs]{animation-name:vce-o-animate--bounceInRight}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--bounceInUp-xs]{animation-name:vce-o-animate--bounceInUp}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeOut-xs]{animation-name:vce-o-animate--fadeOut}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeOutDown-xs]{animation-name:vce-o-animate--fadeOutDown}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeOutDownBig-xs]{animation-name:vce-o-animate--fadeOutDownBig}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeOutLeft-xs]{animation-name:vce-o-animate--fadeOutLeft}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeOutLeftBig-xs]{animation-name:vce-o-animate--fadeOutLeftBig}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeOutRight-xs]{animation-name:vce-o-animate--fadeOutRight}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeOutRightBig-xs]{animation-name:vce-o-animate--fadeOutRightBig}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeOutUp-xs]{animation-name:vce-o-animate--fadeOutUp}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeOutUpBig-xs]{animation-name:vce-o-animate--fadeOutUpBig}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeIn-xs]{animation-name:vce-o-animate--fadeIn}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeInDown-xs]{animation-name:vce-o-animate--fadeInDown}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeInDownBig-xs]{animation-name:vce-o-animate--fadeInDownBig}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeInLeft-xs]{animation-name:vce-o-animate--fadeInLeft}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeInLeftBig-xs]{animation-name:vce-o-animate--fadeInLeftBig}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeInRight-xs]{animation-name:vce-o-animate--fadeInRight}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeInRightBig-xs]{animation-name:vce-o-animate--fadeInRightBig}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeInUp-xs]{animation-name:vce-o-animate--fadeInUp}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeInUpBig-xs]{animation-name:vce-o-animate--fadeInUpBig}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--rotateIn-xs]{animation-name:vce-o-animate--rotateIn}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--rotateInDownLeft-xs]{animation-name:vce-o-animate--rotateInDownLeft}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--rotateInDownRight-xs]{animation-name:vce-o-animate--rotateInDownRight}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--rotateInUpLeft-xs]{animation-name:vce-o-animate--rotateInUpLeft}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--rotateInUpRight-xs]{animation-name:vce-o-animate--rotateInUpRight}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--rotateOut-xs]{animation-name:vce-o-animate--rotateOut}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--rotateOutDownLeft-xs]{animation-name:vce-o-animate--rotateOutDownLeft}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--rotateOutDownRight-xs]{animation-name:vce-o-animate--rotateOutDownRight}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--rotateOutUpLeft-xs]{animation-name:vce-o-animate--rotateOutUpLeft}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--rotateOutUpRight-xs]{animation-name:vce-o-animate--rotateOutUpRight}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--slideInDown-xs]{animation-name:vce-o-animate--slideInDown}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--slideInLeft-xs]{animation-name:vce-o-animate--slideInLeft}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--slideInRight-xs]{animation-name:vce-o-animate--slideInRight}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--slideInUp-xs]{animation-name:vce-o-animate--slideInUp}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--slideOutDown-xs]{animation-name:vce-o-animate--slideOutDown}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--slideOutLeft-xs]{animation-name:vce-o-animate--slideOutLeft}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--slideOutRight-xs]{animation-name:vce-o-animate--slideOutRight}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--slideOutUp-xs]{animation-name:vce-o-animate--slideOutUp}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--hinge-xs]{animation-name:vce-o-animate--hinge}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--rollIn-xs]{animation-name:vce-o-animate--rollIn}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--rollOut-xs]{animation-name:vce-o-animate--rollOut}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--zoomIn-xs]{animation-name:vce-o-animate--zoomIn}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--zoomInDown-xs]{animation-name:vce-o-animate--zoomInDown}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--zoomInLeft-xs]{animation-name:vce-o-animate--zoomInLeft}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--zoomInRight-xs]{animation-name:vce-o-animate--zoomInRight}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--zoomInUp-xs]{animation-name:vce-o-animate--zoomInUp}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--zoomOut-xs]{animation-name:vce-o-animate--zoomOut}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--zoomOutDown-xs]{animation-name:vce-o-animate--zoomOutDown}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--zoomOutLeft-xs]{animation-name:vce-o-animate--zoomOutLeft}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--zoomOutRight-xs]{animation-name:vce-o-animate--zoomOutRight}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--zoomOutUp-xs]{animation-name:vce-o-animate--zoomOutUp}}@media (min-width:544px) and (max-width:767px){[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--bounce-sm]{animation-name:vce-o-animate--bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--flash-sm]{animation-name:vce-o-animate--flash}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--headShake-sm]{animation-name:vce-o-animate--headShake;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--jello-sm]{animation-name:vce-o-animate--jello;-webkit-transform-origin:center;transform-origin:center}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--pulse-sm]{animation-name:vce-o-animate--pulse}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--rubberBand-sm]{animation-name:vce-o-animate--rubberBand}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--shake-sm]{animation-name:vce-o-animate--shake}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--swing-sm]{animation-name:vce-o-animate--swing;-webkit-transform-origin:top center;transform-origin:top center}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--tada-sm]{animation-name:vce-o-animate--tada}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--wobble-sm]{animation-name:vce-o-animate--wobble}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--flip-sm]{animation-name:vce-o-animate--flip;-webkit-backface-visibility:visible;backface-visibility:visible}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--flipInX-sm]{animation-name:vce-o-animate--flipInX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--flipInY-sm]{animation-name:vce-o-animate--flipInY;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--flipOutX-sm]{animation-name:vce-o-animate--flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--flipOutY-sm]{animation-name:vce-o-animate--flipOutY;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--lightSpeedIn-sm]{animation-name:vce-o-animate--lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--lightSpeedOut-sm]{animation-name:vce-o-animate--lightSpeedOut;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--bounceOut-sm]{animation-name:vce-o-animate--bounceOut}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--bounceOutDown-sm]{animation-name:vce-o-animate--bounceOutDown}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--bounceOutLeft-sm]{animation-name:vce-o-animate--bounceOutLeft}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--bounceOutRight-sm]{animation-name:vce-o-animate--bounceOutRight}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--bounceOutUp-sm]{animation-name:vce-o-animate--bounceOutUp}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--bounceIn-sm]{animation-name:vce-o-animate--bounceIn}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--bounceInDown-sm]{animation-name:vce-o-animate--bounceInDown}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--bounceInLeft-sm]{animation-name:vce-o-animate--bounceInLeft}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--bounceInRight-sm]{animation-name:vce-o-animate--bounceInRight}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--bounceInUp-sm]{animation-name:vce-o-animate--bounceInUp}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeOut-sm]{animation-name:vce-o-animate--fadeOut}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeOutDown-sm]{animation-name:vce-o-animate--fadeOutDown}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeOutDownBig-sm]{animation-name:vce-o-animate--fadeOutDownBig}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeOutLeft-sm]{animation-name:vce-o-animate--fadeOutLeft}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeOutLeftBig-sm]{animation-name:vce-o-animate--fadeOutLeftBig}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeOutRight-sm]{animation-name:vce-o-animate--fadeOutRight}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeOutRightBig-sm]{animation-name:vce-o-animate--fadeOutRightBig}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeOutUp-sm]{animation-name:vce-o-animate--fadeOutUp}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeOutUpBig-sm]{animation-name:vce-o-animate--fadeOutUpBig}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeIn-sm]{animation-name:vce-o-animate--fadeIn}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeInDown-sm]{animation-name:vce-o-animate--fadeInDown}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeInDownBig-sm]{animation-name:vce-o-animate--fadeInDownBig}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeInLeft-sm]{animation-name:vce-o-animate--fadeInLeft}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeInLeftBig-sm]{animation-name:vce-o-animate--fadeInLeftBig}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeInRight-sm]{animation-name:vce-o-animate--fadeInRight}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeInRightBig-sm]{animation-name:vce-o-animate--fadeInRightBig}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeInUp-sm]{animation-name:vce-o-animate--fadeInUp}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeInUpBig-sm]{animation-name:vce-o-animate--fadeInUpBig}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--rotateIn-sm]{animation-name:vce-o-animate--rotateIn}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--rotateInDownLeft-sm]{animation-name:vce-o-animate--rotateInDownLeft}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--rotateInDownRight-sm]{animation-name:vce-o-animate--rotateInDownRight}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--rotateInUpLeft-sm]{animation-name:vce-o-animate--rotateInUpLeft}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--rotateInUpRight-sm]{animation-name:vce-o-animate--rotateInUpRight}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--rotateOut-sm]{animation-name:vce-o-animate--rotateOut}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--rotateOutDownLeft-sm]{animation-name:vce-o-animate--rotateOutDownLeft}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--rotateOutDownRight-sm]{animation-name:vce-o-animate--rotateOutDownRight}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--rotateOutUpLeft-sm]{animation-name:vce-o-animate--rotateOutUpLeft}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--rotateOutUpRight-sm]{animation-name:vce-o-animate--rotateOutUpRight}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--slideInDown-sm]{animation-name:vce-o-animate--slideInDown}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--slideInLeft-sm]{animation-name:vce-o-animate--slideInLeft}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--slideInRight-sm]{animation-name:vce-o-animate--slideInRight}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--slideInUp-sm]{animation-name:vce-o-animate--slideInUp}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--slideOutDown-sm]{animation-name:vce-o-animate--slideOutDown}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--slideOutLeft-sm]{animation-name:vce-o-animate--slideOutLeft}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--slideOutRight-sm]{animation-name:vce-o-animate--slideOutRight}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--slideOutUp-sm]{animation-name:vce-o-animate--slideOutUp}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--hinge-sm]{animation-name:vce-o-animate--hinge}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--rollIn-sm]{animation-name:vce-o-animate--rollIn}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--rollOut-sm]{animation-name:vce-o-animate--rollOut}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--zoomIn-sm]{animation-name:vce-o-animate--zoomIn}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--zoomInDown-sm]{animation-name:vce-o-animate--zoomInDown}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--zoomInLeft-sm]{animation-name:vce-o-animate--zoomInLeft}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--zoomInRight-sm]{animation-name:vce-o-animate--zoomInRight}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--zoomInUp-sm]{animation-name:vce-o-animate--zoomInUp}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--zoomOut-sm]{animation-name:vce-o-animate--zoomOut}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--zoomOutDown-sm]{animation-name:vce-o-animate--zoomOutDown}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--zoomOutLeft-sm]{animation-name:vce-o-animate--zoomOutLeft}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--zoomOutRight-sm]{animation-name:vce-o-animate--zoomOutRight}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--zoomOutUp-sm]{animation-name:vce-o-animate--zoomOutUp}}@media (min-width:768px) and (max-width:991px){[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--bounce-md]{animation-name:vce-o-animate--bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--flash-md]{animation-name:vce-o-animate--flash}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--headShake-md]{animation-name:vce-o-animate--headShake;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--jello-md]{animation-name:vce-o-animate--jello;-webkit-transform-origin:center;transform-origin:center}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--pulse-md]{animation-name:vce-o-animate--pulse}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--rubberBand-md]{animation-name:vce-o-animate--rubberBand}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--shake-md]{animation-name:vce-o-animate--shake}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--swing-md]{animation-name:vce-o-animate--swing;-webkit-transform-origin:top center;transform-origin:top center}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--tada-md]{animation-name:vce-o-animate--tada}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--wobble-md]{animation-name:vce-o-animate--wobble}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--flip-md]{animation-name:vce-o-animate--flip;-webkit-backface-visibility:visible;backface-visibility:visible}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--flipInX-md]{animation-name:vce-o-animate--flipInX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--flipInY-md]{animation-name:vce-o-animate--flipInY;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--flipOutX-md]{animation-name:vce-o-animate--flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--flipOutY-md]{animation-name:vce-o-animate--flipOutY;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--lightSpeedIn-md]{animation-name:vce-o-animate--lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--lightSpeedOut-md]{animation-name:vce-o-animate--lightSpeedOut;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--bounceOut-md]{animation-name:vce-o-animate--bounceOut}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--bounceOutDown-md]{animation-name:vce-o-animate--bounceOutDown}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--bounceOutLeft-md]{animation-name:vce-o-animate--bounceOutLeft}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--bounceOutRight-md]{animation-name:vce-o-animate--bounceOutRight}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--bounceOutUp-md]{animation-name:vce-o-animate--bounceOutUp}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--bounceIn-md]{animation-name:vce-o-animate--bounceIn}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--bounceInDown-md]{animation-name:vce-o-animate--bounceInDown}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--bounceInLeft-md]{animation-name:vce-o-animate--bounceInLeft}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--bounceInRight-md]{animation-name:vce-o-animate--bounceInRight}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--bounceInUp-md]{animation-name:vce-o-animate--bounceInUp}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeOut-md]{animation-name:vce-o-animate--fadeOut}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeOutDown-md]{animation-name:vce-o-animate--fadeOutDown}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeOutDownBig-md]{animation-name:vce-o-animate--fadeOutDownBig}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeOutLeft-md]{animation-name:vce-o-animate--fadeOutLeft}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeOutLeftBig-md]{animation-name:vce-o-animate--fadeOutLeftBig}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeOutRight-md]{animation-name:vce-o-animate--fadeOutRight}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeOutRightBig-md]{animation-name:vce-o-animate--fadeOutRightBig}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeOutUp-md]{animation-name:vce-o-animate--fadeOutUp}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeOutUpBig-md]{animation-name:vce-o-animate--fadeOutUpBig}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeIn-md]{animation-name:vce-o-animate--fadeIn}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeInDown-md]{animation-name:vce-o-animate--fadeInDown}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeInDownBig-md]{animation-name:vce-o-animate--fadeInDownBig}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeInLeft-md]{animation-name:vce-o-animate--fadeInLeft}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeInLeftBig-md]{animation-name:vce-o-animate--fadeInLeftBig}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeInRight-md]{animation-name:vce-o-animate--fadeInRight}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeInRightBig-md]{animation-name:vce-o-animate--fadeInRightBig}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeInUp-md]{animation-name:vce-o-animate--fadeInUp}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeInUpBig-md]{animation-name:vce-o-animate--fadeInUpBig}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--rotateIn-md]{animation-name:vce-o-animate--rotateIn}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--rotateInDownLeft-md]{animation-name:vce-o-animate--rotateInDownLeft}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--rotateInDownRight-md]{animation-name:vce-o-animate--rotateInDownRight}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--rotateInUpLeft-md]{animation-name:vce-o-animate--rotateInUpLeft}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--rotateInUpRight-md]{animation-name:vce-o-animate--rotateInUpRight}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--rotateOut-md]{animation-name:vce-o-animate--rotateOut}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--rotateOutDownLeft-md]{animation-name:vce-o-animate--rotateOutDownLeft}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--rotateOutDownRight-md]{animation-name:vce-o-animate--rotateOutDownRight}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--rotateOutUpLeft-md]{animation-name:vce-o-animate--rotateOutUpLeft}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--rotateOutUpRight-md]{animation-name:vce-o-animate--rotateOutUpRight}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--slideInDown-md]{animation-name:vce-o-animate--slideInDown}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--slideInLeft-md]{animation-name:vce-o-animate--slideInLeft}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--slideInRight-md]{animation-name:vce-o-animate--slideInRight}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--slideInUp-md]{animation-name:vce-o-animate--slideInUp}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--slideOutDown-md]{animation-name:vce-o-animate--slideOutDown}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--slideOutLeft-md]{animation-name:vce-o-animate--slideOutLeft}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--slideOutRight-md]{animation-name:vce-o-animate--slideOutRight}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--slideOutUp-md]{animation-name:vce-o-animate--slideOutUp}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--hinge-md]{animation-name:vce-o-animate--hinge}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--rollIn-md]{animation-name:vce-o-animate--rollIn}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--rollOut-md]{animation-name:vce-o-animate--rollOut}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--zoomIn-md]{animation-name:vce-o-animate--zoomIn}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--zoomInDown-md]{animation-name:vce-o-animate--zoomInDown}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--zoomInLeft-md]{animation-name:vce-o-animate--zoomInLeft}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--zoomInRight-md]{animation-name:vce-o-animate--zoomInRight}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--zoomInUp-md]{animation-name:vce-o-animate--zoomInUp}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--zoomOut-md]{animation-name:vce-o-animate--zoomOut}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--zoomOutDown-md]{animation-name:vce-o-animate--zoomOutDown}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--zoomOutLeft-md]{animation-name:vce-o-animate--zoomOutLeft}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--zoomOutRight-md]{animation-name:vce-o-animate--zoomOutRight}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--zoomOutUp-md]{animation-name:vce-o-animate--zoomOutUp}}@media (min-width:992px) and (max-width:1199px){[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--bounce-lg]{animation-name:vce-o-animate--bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--flash-lg]{animation-name:vce-o-animate--flash}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--headShake-lg]{animation-name:vce-o-animate--headShake;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--jello-lg]{animation-name:vce-o-animate--jello;-webkit-transform-origin:center;transform-origin:center}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--pulse-lg]{animation-name:vce-o-animate--pulse}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--rubberBand-lg]{animation-name:vce-o-animate--rubberBand}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--shake-lg]{animation-name:vce-o-animate--shake}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--swing-lg]{animation-name:vce-o-animate--swing;-webkit-transform-origin:top center;transform-origin:top center}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--tada-lg]{animation-name:vce-o-animate--tada}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--wobble-lg]{animation-name:vce-o-animate--wobble}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--flip-lg]{animation-name:vce-o-animate--flip;-webkit-backface-visibility:visible;backface-visibility:visible}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--flipInX-lg]{animation-name:vce-o-animate--flipInX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--flipInY-lg]{animation-name:vce-o-animate--flipInY;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--flipOutX-lg]{animation-name:vce-o-animate--flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--flipOutY-lg]{animation-name:vce-o-animate--flipOutY;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--lightSpeedIn-lg]{animation-name:vce-o-animate--lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--lightSpeedOut-lg]{animation-name:vce-o-animate--lightSpeedOut;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--bounceOut-lg]{animation-name:vce-o-animate--bounceOut}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--bounceOutDown-lg]{animation-name:vce-o-animate--bounceOutDown}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--bounceOutLeft-lg]{animation-name:vce-o-animate--bounceOutLeft}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--bounceOutRight-lg]{animation-name:vce-o-animate--bounceOutRight}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--bounceOutUp-lg]{animation-name:vce-o-animate--bounceOutUp}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--bounceIn-lg]{animation-name:vce-o-animate--bounceIn}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--bounceInDown-lg]{animation-name:vce-o-animate--bounceInDown}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--bounceInLeft-lg]{animation-name:vce-o-animate--bounceInLeft}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--bounceInRight-lg]{animation-name:vce-o-animate--bounceInRight}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--bounceInUp-lg]{animation-name:vce-o-animate--bounceInUp}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeOut-lg]{animation-name:vce-o-animate--fadeOut}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeOutDown-lg]{animation-name:vce-o-animate--fadeOutDown}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeOutDownBig-lg]{animation-name:vce-o-animate--fadeOutDownBig}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeOutLeft-lg]{animation-name:vce-o-animate--fadeOutLeft}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeOutLeftBig-lg]{animation-name:vce-o-animate--fadeOutLeftBig}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeOutRight-lg]{animation-name:vce-o-animate--fadeOutRight}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeOutRightBig-lg]{animation-name:vce-o-animate--fadeOutRightBig}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeOutUp-lg]{animation-name:vce-o-animate--fadeOutUp}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeOutUpBig-lg]{animation-name:vce-o-animate--fadeOutUpBig}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeIn-lg]{animation-name:vce-o-animate--fadeIn}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeInDown-lg]{animation-name:vce-o-animate--fadeInDown}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeInDownBig-lg]{animation-name:vce-o-animate--fadeInDownBig}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeInLeft-lg]{animation-name:vce-o-animate--fadeInLeft}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeInLeftBig-lg]{animation-name:vce-o-animate--fadeInLeftBig}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeInRight-lg]{animation-name:vce-o-animate--fadeInRight}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeInRightBig-lg]{animation-name:vce-o-animate--fadeInRightBig}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeInUp-lg]{animation-name:vce-o-animate--fadeInUp}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeInUpBig-lg]{animation-name:vce-o-animate--fadeInUpBig}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--rotateIn-lg]{animation-name:vce-o-animate--rotateIn}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--rotateInDownLeft-lg]{animation-name:vce-o-animate--rotateInDownLeft}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--rotateInDownRight-lg]{animation-name:vce-o-animate--rotateInDownRight}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--rotateInUpLeft-lg]{animation-name:vce-o-animate--rotateInUpLeft}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--rotateInUpRight-lg]{animation-name:vce-o-animate--rotateInUpRight}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--rotateOut-lg]{animation-name:vce-o-animate--rotateOut}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--rotateOutDownLeft-lg]{animation-name:vce-o-animate--rotateOutDownLeft}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--rotateOutDownRight-lg]{animation-name:vce-o-animate--rotateOutDownRight}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--rotateOutUpLeft-lg]{animation-name:vce-o-animate--rotateOutUpLeft}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--rotateOutUpRight-lg]{animation-name:vce-o-animate--rotateOutUpRight}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--slideInDown-lg]{animation-name:vce-o-animate--slideInDown}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--slideInLeft-lg]{animation-name:vce-o-animate--slideInLeft}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--slideInRight-lg]{animation-name:vce-o-animate--slideInRight}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--slideInUp-lg]{animation-name:vce-o-animate--slideInUp}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--slideOutDown-lg]{animation-name:vce-o-animate--slideOutDown}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--slideOutLeft-lg]{animation-name:vce-o-animate--slideOutLeft}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--slideOutRight-lg]{animation-name:vce-o-animate--slideOutRight}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--slideOutUp-lg]{animation-name:vce-o-animate--slideOutUp}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--hinge-lg]{animation-name:vce-o-animate--hinge}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--rollIn-lg]{animation-name:vce-o-animate--rollIn}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--rollOut-lg]{animation-name:vce-o-animate--rollOut}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--zoomIn-lg]{animation-name:vce-o-animate--zoomIn}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--zoomInDown-lg]{animation-name:vce-o-animate--zoomInDown}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--zoomInLeft-lg]{animation-name:vce-o-animate--zoomInLeft}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--zoomInRight-lg]{animation-name:vce-o-animate--zoomInRight}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--zoomInUp-lg]{animation-name:vce-o-animate--zoomInUp}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--zoomOut-lg]{animation-name:vce-o-animate--zoomOut}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--zoomOutDown-lg]{animation-name:vce-o-animate--zoomOutDown}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--zoomOutLeft-lg]{animation-name:vce-o-animate--zoomOutLeft}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--zoomOutRight-lg]{animation-name:vce-o-animate--zoomOutRight}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--zoomOutUp-lg]{animation-name:vce-o-animate--zoomOutUp}}@media (min-width:1200px){[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--bounce-xl]{animation-name:vce-o-animate--bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--flash-xl]{animation-name:vce-o-animate--flash}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--headShake-xl]{animation-name:vce-o-animate--headShake;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--jello-xl]{animation-name:vce-o-animate--jello;-webkit-transform-origin:center;transform-origin:center}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--pulse-xl]{animation-name:vce-o-animate--pulse}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--rubberBand-xl]{animation-name:vce-o-animate--rubberBand}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--shake-xl]{animation-name:vce-o-animate--shake}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--swing-xl]{animation-name:vce-o-animate--swing;-webkit-transform-origin:top center;transform-origin:top center}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--tada-xl]{animation-name:vce-o-animate--tada}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--wobble-xl]{animation-name:vce-o-animate--wobble}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--flip-xl]{animation-name:vce-o-animate--flip;-webkit-backface-visibility:visible;backface-visibility:visible}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--flipInX-xl]{animation-name:vce-o-animate--flipInX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--flipInY-xl]{animation-name:vce-o-animate--flipInY;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--flipOutX-xl]{animation-name:vce-o-animate--flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--flipOutY-xl]{animation-name:vce-o-animate--flipOutY;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--lightSpeedIn-xl]{animation-name:vce-o-animate--lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--lightSpeedOut-xl]{animation-name:vce-o-animate--lightSpeedOut;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--bounceOut-xl]{animation-name:vce-o-animate--bounceOut}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--bounceOutDown-xl]{animation-name:vce-o-animate--bounceOutDown}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--bounceOutLeft-xl]{animation-name:vce-o-animate--bounceOutLeft}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--bounceOutRight-xl]{animation-name:vce-o-animate--bounceOutRight}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--bounceOutUp-xl]{animation-name:vce-o-animate--bounceOutUp}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--bounceIn-xl]{animation-name:vce-o-animate--bounceIn}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--bounceInDown-xl]{animation-name:vce-o-animate--bounceInDown}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--bounceInLeft-xl]{animation-name:vce-o-animate--bounceInLeft}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--bounceInRight-xl]{animation-name:vce-o-animate--bounceInRight}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--bounceInUp-xl]{animation-name:vce-o-animate--bounceInUp}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeOut-xl]{animation-name:vce-o-animate--fadeOut}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeOutDown-xl]{animation-name:vce-o-animate--fadeOutDown}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeOutDownBig-xl]{animation-name:vce-o-animate--fadeOutDownBig}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeOutLeft-xl]{animation-name:vce-o-animate--fadeOutLeft}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeOutLeftBig-xl]{animation-name:vce-o-animate--fadeOutLeftBig}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeOutRight-xl]{animation-name:vce-o-animate--fadeOutRight}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeOutRightBig-xl]{animation-name:vce-o-animate--fadeOutRightBig}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeOutUp-xl]{animation-name:vce-o-animate--fadeOutUp}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeOutUpBig-xl]{animation-name:vce-o-animate--fadeOutUpBig}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeIn-xl]{animation-name:vce-o-animate--fadeIn}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeInDown-xl]{animation-name:vce-o-animate--fadeInDown}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeInDownBig-xl]{animation-name:vce-o-animate--fadeInDownBig}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeInLeft-xl]{animation-name:vce-o-animate--fadeInLeft}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeInLeftBig-xl]{animation-name:vce-o-animate--fadeInLeftBig}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeInRight-xl]{animation-name:vce-o-animate--fadeInRight}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeInRightBig-xl]{animation-name:vce-o-animate--fadeInRightBig}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeInUp-xl]{animation-name:vce-o-animate--fadeInUp}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--fadeInUpBig-xl]{animation-name:vce-o-animate--fadeInUpBig}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--rotateIn-xl]{animation-name:vce-o-animate--rotateIn}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--rotateInDownLeft-xl]{animation-name:vce-o-animate--rotateInDownLeft}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--rotateInDownRight-xl]{animation-name:vce-o-animate--rotateInDownRight}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--rotateInUpLeft-xl]{animation-name:vce-o-animate--rotateInUpLeft}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--rotateInUpRight-xl]{animation-name:vce-o-animate--rotateInUpRight}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--rotateOut-xl]{animation-name:vce-o-animate--rotateOut}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--rotateOutDownLeft-xl]{animation-name:vce-o-animate--rotateOutDownLeft}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--rotateOutDownRight-xl]{animation-name:vce-o-animate--rotateOutDownRight}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--rotateOutUpLeft-xl]{animation-name:vce-o-animate--rotateOutUpLeft}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--rotateOutUpRight-xl]{animation-name:vce-o-animate--rotateOutUpRight}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--slideInDown-xl]{animation-name:vce-o-animate--slideInDown}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--slideInLeft-xl]{animation-name:vce-o-animate--slideInLeft}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--slideInRight-xl]{animation-name:vce-o-animate--slideInRight}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--slideInUp-xl]{animation-name:vce-o-animate--slideInUp}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--slideOutDown-xl]{animation-name:vce-o-animate--slideOutDown}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--slideOutLeft-xl]{animation-name:vce-o-animate--slideOutLeft}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--slideOutRight-xl]{animation-name:vce-o-animate--slideOutRight}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--slideOutUp-xl]{animation-name:vce-o-animate--slideOutUp}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--hinge-xl]{animation-name:vce-o-animate--hinge}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--rollIn-xl]{animation-name:vce-o-animate--rollIn}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--rollOut-xl]{animation-name:vce-o-animate--rollOut}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--zoomIn-xl]{animation-name:vce-o-animate--zoomIn}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--zoomInDown-xl]{animation-name:vce-o-animate--zoomInDown}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--zoomInLeft-xl]{animation-name:vce-o-animate--zoomInLeft}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--zoomInRight-xl]{animation-name:vce-o-animate--zoomInRight}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--zoomInUp-xl]{animation-name:vce-o-animate--zoomInUp}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--zoomOut-xl]{animation-name:vce-o-animate--zoomOut}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--zoomOutDown-xl]{animation-name:vce-o-animate--zoomOutDown}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--zoomOutLeft-xl]{animation-name:vce-o-animate--zoomOutLeft}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--zoomOutRight-xl]{animation-name:vce-o-animate--zoomOutRight}[data-vcv-o-animated=true][data-vce-animate*=vce-o-animate--zoomOutUp-xl]{animation-name:vce-o-animate--zoomOutUp}}