<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
 */
 .owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #000;
    font-size: 21px;
    margin: 0px;
    padding: 0px 3px;
    display: inline-block;
    cursor: pointer;
    border-radius: 50px;
    border: 3px solid #ed1c24;
    /*    box-shadow: 0px 1px 4px grey;*/
  }
  .owl-theme .owl-nav [class*='owl-']:hover {
    color: #000;
    border: 3px solid #2e2e9b;
    /*    text-decoration: none; */
  }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; 
  }
  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 20px;
    position: relative;
    z-index: 5; 
  }
/*  .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: 16px;
    height: 16px;
    margin: 5px 5px;
    background: #959595;
    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: #019fec;    border: 1px solid #019fec;
  }
  */

  /*02*/
  .owl-prev {
    position: absolute;
    z-index: 99;
    top: -40%;
    bottom: 0;
    right: 5.5%;
    left: auto;
    font-size: 20px;
    color: #000;
    text-align: center;
    margin: 5px;
    padding: 3px 5px;
    width: 33px;
    height: 33px;
    /*    background: #0072b7;*/
    filter: alpha(opacity=50);
  }
  .owl-prev:hover {
    /*    background: #f88f37;*/
    color: #d9b054;
  }
  .owl-next {
    position: absolute;
    z-index: 99;
    top: -40%;
    bottom: 0;
    right: 2%;
    left: auto;
    font-size: 20px;
    color: #000;
    text-align: center;
    margin: 5px;
    padding: 3px 5px;
    width: 33px;
    height: 33px;
    /*     background: #0072b7; */
    filter: alpha(opacity=50);
  }
  .owl-next:hover {
    /*    background: #f88f37;*/
    color: #d9b054;
  }
  /*02*/



  @media(max-width:1366px){
  }
  @media(max-width:768px){
    .owl-next {
      position: absolute;
      z-index: 99;
      top: -20%;
      right: 2%;
    }

    .owl-prev {
      position: absolute;
      z-index: 99;
      top: -20%;
      right: 7%;
    }

  }

  @media(max-width:480px){
    .owl-next {
      position: absolute;
      z-index: 99;
      top: -13%;
      right: 2%;
    }

    .owl-prev {
      position: absolute;
      z-index: 99;
      top: -13%;
      right: 11%;
    }

  }


    @media(max-width:414px){
    .owl-next {
      position: absolute;
      z-index: 99;
      top: -19%;
      right: 2%;
    }

    .owl-prev {
      position: absolute;
      z-index: 99;
      top: -19%;
      right: 11%;
    }

  }</pre></body></html>