<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */

.owl-theme .owl-nav {display:block;width:100%;margin:0;}

.owl-theme button.owl-prev,
.owl-theme button.owl-next {display:block;position:absolute;top:50%;width:80px;height:80px;overflow:hidden;text-align:center;background-color:rgba(0,0,0,0.4);border:none;border-radius:50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);

-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.owl-theme button.owl-prev:hover,
.owl-theme button.owl-next:hover {background-color:rgba(0,0,0,0.8);}
.owl-theme button.owl-prev i,
.owl-theme button.owl-next i {color:#fff;font-size:48px;line-height:80px;}
.owl-theme button.owl-prev {left:-10px;}
.owl-theme button.owl-next {right:-10px;}

/*.owl-theme .owl-nav [class*='owl-'] {display:inline-block;margin:0;padding:0;color:#fff;font-size:14px;background:#;cursor:pointer;}
.owl-theme .owl-nav [class*='owl-']:hover {}*/

.owl-theme .owl-nav.disabled,
.owl-theme .owl-dots.disabled {display:none}

.owl-theme .owl-nav.disabled + .owl-dots {}

.owl-theme .owl-dots {display:block;position:absolute;left:5px;bottom:5px;text-align:left;z-index:3;}
.owl-theme .owl-dots button {background:none;border:none}
.owl-theme .owl-dots .owl-dot {display:inline-block;zoom:1;*display:inline;}
.owl-theme .owl-dots .owl-dot span {display:block;width:7px;height:7px;margin:0 2px;background:#fff;border-radius:50%;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background:#f18d01;}




.slider .item {position:relative;height:440px;overflow:hidden;}
.slider {position:relative;background:url(../img/viz_slogon_bg.png) no-repeat 50% bottom;background-size:100% auto;}
.slider .slogon,
.slider .slogon_sub {position:absolute;left:0;right:0;width:100%;padding:0 20px;text-align:left}


.slider .slogon {top:200px;font-family:'Lato';color:#fff;font-size:18px;font-weight:900;letter-spacing:-1px;z-index:1;}
.slider .slogon img {width:90%;max-width:630px;height:auto;}
.slider .slogon_sub {top:300px;font-family:'Lato';color:#fff;font-size:14px;font-weight:400;z-index:1}
.slider .slogon_sub img {width:70%;max-width:430px;height:auto;}
.slider .right {position:absolute;right:0;bottom:0;}


.slider .owl-item.active .heart {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
animation-name: fadeInUp;
animation-delay: 0.3s;
}
.slider .owl-item.active .slogon {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
animation-name: fadeInUp;
animation-delay: 0.6s;
}
.slider .owl-item.active .slogon_sub {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
animation-name: fadeInUp;
animation-delay: 0.9s;
}
.slider .owl-item.active .left {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
animation-name: fadeInLeft;
animation-delay: 1.2s;
}
.slider .owl-item.active .right {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
animation-name: fadeInRight;
animation-delay: 1.8s;
}



@-webkit-keyframes 
scroll {  0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
}
@keyframes 
scroll {  0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
}





@media screen and (max-width:1024px) {
.slider {background-size:auto 50%;}
.slider .item {height:360px;}
.slider .slogon {top:160px;}
.slider .slogon_sub {top:250px;}

.slider .right {right:-80px;}
.slider .right img {width:540px;}
}






@media screen and (max-width:768px) {
.owl-theme button.owl-prev,
.owl-theme button.owl-next {width:60px;height:60px;}

.owl-theme button.owl-prev i,
.owl-theme button.owl-next i {font-size:36px;line-height:60px;}
.owl-theme button.owl-prev {left:20px;}
.owl-theme button.owl-next {right:20px;}



.slider .item {position:relative;height:320px;}
.slider .slogon {top:120px;}
.slider .slogon_sub {top:180px;}
.slider .right {right:-120px;}
.slider .right img {width:480px;}
}





@media screen and (max-width:480px) {
.owl-theme button.owl-prev,
.owl-theme button.owl-next {width:40px;height:40px;}

.owl-theme button.owl-prev i,
.owl-theme button.owl-next i {font-size:24px;line-height:40px;}
.owl-theme button.owl-prev {left:10px;}
.owl-theme button.owl-next {right:10px;}
}</pre></body></html>