/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
 .owl{display:none;position:relative;width:100%;z-index:1;-webkit-tap-highlight-color:transparent;}.owl .owl-stage{position:relative;touch-action:pan-Y;}.owl .owl-stage:after{clear:both;content:".";display:block;height:0;line-height:0;visibility:hidden;}.owl .owl-stage-outer{overflow:hidden;position:relative;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}.owl .owl-item{-webkit-backface-visibility:hidden;backface-visibility:hidden;float:left;min-height:1px;position:relative;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;}.owl .owl-item > img{display:block;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;width:100%;}.owl .owl-nav.disabled,.owl .owl-dots.disabled{display:none;}.owl .owl-prev,.owl .owl-next,.owl .owl-dot{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.owl .owl-prev,.owl .owl-next{box-shadow: 0 5px 10px rgba(0,0,0,.16);background-color:#4776e6;color:#fff;font-size:17px;height:45px;line-height:45px;position:absolute;text-align:center;top:40%;transition:background-color 0.5s cubic-bezier(0.77,0,0.175,1),color 0.5s cubic-bezier(0.77,0,0.175,1);width: 25px;}.owl .owl-prev.disabled,.owl .owl-next.disabled{background-color: #aaaaaaa6;cursor:default;}.owl .owl-prev{left: 0;}.owl .owl-next{right: 0;}.owl.nav-transparent .owl-prev,.owl.nav-transparent .owl-next{background-color:rgba(0,0,0,0.4);}.owl.nav-transparent .owl-prev.disabled,.owl.nav-transparent .owl-next.disabled{background-color:rgba(0,0,0,0.2);}.owl.nav-white .owl-prev,.owl.nav-white .owl-next{background-color:#fff;color:#1a1a1a;}.owl.nav-white .owl-prev.disabled,.owl.nav-white .owl-next.disabled{background-color:#fff;color:#aaa;}.owl .owl-dots{bottom: 10px;display:flex;justify-content:center;left:0;position:absolute;right:0;}.owl .owl-dot{background-color: #ffffff;display:inline-block;height: 10px;width: 10px;border-radius: 10px;opacity: 0.8;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;transition: all .3s ease-in-out;margin: 0 4px;}.owl .owl-dot.active{background-color: #4476e6;opacity: 1;width: 24px;}.owl.owl-loaded{display:block;}.owl.owl-loading{display:block;opacity:0;}.owl.owl-hidden{opacity:0;}.owl.owl-refresh .owl-item{visibility:hidden;}.owl.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.owl.owl-grab{cursor:move;}.no-js .owl{display:block;}.owl .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-timing-function:cubic-bezier(0.77,0,0.175,1);animation-timing-function:cubic-bezier(0.77,0,0.175,1);}.owl .owl-animated-in{z-index:0;}.owl .owl-animated-out{z-index:1;}.owl .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut;}.owl-height{transition:height 500ms ease-in-out;}