/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-one .owl-nav {display:none} @media(min-width:992px) {.owl-one .owl-nav {position: absolute;width: 100%;display: flex;justify-content: space-between;top: 43%;pointer-events: none}}.owl-theme .owl-dots{text-align:center;-webkit-tap-highlight-color:transparent;width: 100%;position: absolute;bottom: 1.875rem;}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:0.625rem;display: flex;justify-content: center}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:0.5rem;height:0.5rem;margin:0.3125rem 0.4375rem;background:var(--white-color);display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:1.875rem}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:var(--light-green)} .owl-theme .owl-dots .owl-dot.active span{width: 1rem;height: 1rem;}.owl-prev,.owl-next{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53 50' fill='%23fff'%3E%3Cpath d='M41.879 27.871H0V22.13h41.879L23.811 4.06 27.87 0l25 25-25 25-4.06-4.06L41.879 27.87z'/%3E%3C/svg%3E") !important;outline: 0;transform: rotate(-180deg);width: 2.64375rem;height: 2.5rem;margin:0 1rem;pointer-events: auto;opacity: 0.5}.owl-prev span,.owl-next span{display:none}.owl-next{transform: rotate(0deg)}.owl-prev:hover,.owl-next:hover{opacity: 1}.owl-four .owl-prev,.owl-four .owl-next,.owl-two .owl-prev,.owl-two .owl-next {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53 50' fill='%23000'%3E%3Cpath d='M41.879 27.871H0V22.13h41.879L23.811 4.06 27.87 0l25 25-25 25-4.06-4.06L41.879 27.87z'/%3E%3C/svg%3E") !important;}
.owl-four .owl-dots,.owl-two .owl-dots{position: relative}.owl-four .owl-nav.disabled+.owl-dots,.owl-two .owl-nav.disabled+.owl-dots{margin-top:-0.625rem}.owl-four .owl-dots .owl-dot span,.owl-two .owl-dots .owl-dot span{background:var(--light-blue)}.owl-four .owl-dots .owl-dot.active span,.owl-four .owl-dots .owl-dot:hover span,.owl-two .owl-dots .owl-dot.active span,.owl-two .owl-dots .owl-dot:hover span{background:var(--dark-blue)}