<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.at-highlights {
  position: relative;
  margin: 0 -1.5vw 2em;
}
.owl-carousel--highlight .owl-stage {
  display: flex;
  padding-bottom: 10px;
}
.owl-carousel--highlight .owl-nav {
  top: 7vw;
  width: 98%;
  margin: 0 1%;
}



@media screen and (max-width: 991px) {
  .owl-carousel--highlight .owl-nav {
    top: 12vw;
  }
  .owl-carousel.owl-carousel--highlight .owl-dots{
    bottom:-30px;
  }
}



@media screen and (max-width: 680px) {
  .at-highlights {
    margin: 0;
  }
  .owl-carousel--highlight {
    width: 95%;
    margin: 0 2.5%;
    padding-bottom: 3em;
  }
  .owl-carousel--highlight .owl-stage-outer {
    overflow: visible;
  }
/*  .owl-carousel--highlight .owl-nav {
    top: 27vw;
    width: 102%;
    margin: 0 -1%;
  }*/
  .owl-carousel--highlight .owl-nav{
    top:auto;
    bottom:-20px;
    margin-top:0;
  }
  .owl-carousel.owl-carousel--highlight .owl-dots{
    bottom:-10px;
  }
  .owl-carousel.owl-carousel--highlight .owl-nav svg {
    width: 20px;
    fill: #373d61;
  }
  .owl-carousel--highlight .owl-nav .owl-prev svg {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      margin-left: -40px;
  }
  .owl-carousel--highlight .owl-nav .owl-next svg {
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
      margin-right: -40px;
  }
}



@media screen and (min-width: 681px) {
  .at-highlight-wrapper--static .owl-carousel--highlight .owl-stage {
    display: flex;
    flex-flow: row wrap;
    width: 100% !important;
    padding: 0 !important;
    margin: 0;
    transition: inherit !important;
    transform: inherit !important;
  }
  .at-highlight-wrapper--static .owl-carousel--highlight.owl-carousel.owl-drag .owl-item {
    flex: 1 1 320px;
    margin: 0 0 2em;
    width: auto !important;
  }
  .at-highlight-wrapper--static .owl-carousel--highlight .owl-item.cloned {
    display: none;
  }
  .at-highlight-wrapper--static .owl-carousel--highlight .owl-item--dummy {
    display: block;
  }
  .at-highlight-wrapper--static .owl-carousel--highlight .owl-nav,
  .at-highlight-wrapper--static .owl-carousel--highlight .owl-dots {
    display: none;
  }
}</pre></body></html>