<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
 .feedback-sliders.owl-theme{
  position: relative;
  
 }
.owl-theme .owl-nav {
  position: absolute;    
  
  display: flex;
  justify-content: space-between;
  left: -10%;
  width: 120%; 
  top: 25%;
  
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {

    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }
    .owl-prev {
      background: url(../img/@2x/arrow-l.png) no-repeat;
      width: 40px;
      height: 71px;
  }
  
  .owl-next {
      background: url(../img/@2x/arrow-right.png) no-repeat ;
      width: 40px;
      height: 71px;
  }
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 20px;
      height: 20px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #17844d }
      @media (max-width: 1199.98px) {
      .owl-theme .owl-nav {
        display: none;
    }
  }</pre></body></html>