/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}








.owl-theme .owl-nav {margin-top: 1.875rem}
.owl-theme .owl-nav.disabled + .owl-dots {margin-top: 1.875rem}
.owl-theme .owl-nav .owl-next, .owl-theme .owl-nav .owl-prev {width: 20px;height: 20px;background-repeat: no-repeat;background-position: center;background-size: contain !important}
.owl-theme .owl-nav .owl-next:focus, .owl-theme .owl-nav .owl-next:hover, .owl-theme .owl-nav .owl-prev:focus, .owl-theme .owl-nav .owl-prev:hover {background-color: transparent}
.owl-theme .owl-nav .owl-next span, .owl-theme .owl-nav .owl-prev span {display: none}
.owl-theme .owl-nav .owl-prev {background-image: url(../images/chevron-left.svg) !important}
.owl-theme .owl-nav .owl-next {background-image: url(../images/chevron-right.svg) !important}
.owl-theme.owl-nav-light .owl-nav .owl-next, .owl-theme.owl-nav-light .owl-nav .owl-prev {opacity: .75;transition: all .2s ease-in-out}
.owl-theme.owl-nav-light .owl-nav .owl-next:focus, .owl-theme.owl-nav-light .owl-nav .owl-next:hover, .owl-theme.owl-nav-light .owl-nav .owl-prev:focus, .owl-theme.owl-nav-light .owl-nav .owl-prev:hover {opacity: 1}
.owl-theme.owl-nav-light .owl-nav .owl-prev {background-image: url(../images/chevron-left-white.svg) !important}
.owl-theme.owl-nav-light .owl-nav .owl-next {background-image: url(../images/chevron-right-white.svg) !important}
.owl-theme .owl-dots {margin-top: .9375rem}
.owl-theme .owl-dots .owl-dot span {position: relative;width: 14px;height: 14px;margin-right: 6px;margin-left: 6px;background-color: transparent;border: 3px solid transparent;transition: all .1s ease-in-out}
.owl-theme .owl-dots .owl-dot span::before {position: absolute;top: 50%;left: 50%;width: 6px;height: 6px;content: "";background-color: #202020;border-radius: 50%;transition: all .1s ease-in-out;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%)}
.owl-theme .owl-dots .owl-dot.active span {background-color: transparent;border-color: #202020}
.owl-theme .owl-dots .owl-dot.active span::before {background-color: transparent !important}
.owl-theme .owl-dots .owl-dot:focus span, .owl-theme .owl-dots .owl-dot:hover span {background-color: transparent}
.owl-theme.owl-dot-light-1 .owl-dots .owl-dot span::before {background-color: rgba(255, 255, 255, .25)}
.owl-theme.owl-dot-light-1 .owl-dots .owl-dot.active span {border-color: #fff}
.owl-theme.owl-dot-light-2 .owl-dots .owl-dot span::before {background-color: #fff}
.owl-theme.owl-dot-light-2 .owl-dots .owl-dot.active span {border-color: #fff}
.carousel-fullwidth {position: relative}
@media (min-width:1280px) {.owl-theme .owl-nav {margin-top: 0}
.owl-theme .owl-nav .owl-next, .owl-theme .owl-nav .owl-prev {position: absolute;top: 50%;margin-top: -10px}
.owl-theme .owl-nav .owl-prev {left: -50px}
.owl-theme .owl-nav .owl-next {right: -50px}
.owl-theme .owl-dots {margin-top: 1.875rem}
.carousel-component[data-dots=true] .owl-theme .owl-nav .owl-next, .carousel-component[data-dots=true] .owl-theme .owl-nav .owl-prev {margin-top: -40px}}
.add-animate {opacity: 0}
.owl-carousel .animated.slower {-webkit-animation-duration: 3s;animation-duration: 3s}
.owl-carousel .animated.slow {-webkit-animation-duration: 2s;animation-duration: 2s}
.owl-carousel .animated.fast {-webkit-animation-duration: .8s;animation-duration: .8s}
.owl-carousel .animated.faster {-webkit-animation-duration: .5s;animation-duration: .5s}