@import url(https://use.fontawesome.com/releases/v5.10.2/css/all.css);
@font-face {
  font-family: 'Lazursky';
  src: url("fonts/Lazursky.woff") format("woff")
}

@font-face {
  font-family: 'Mont';
  src: url("fonts/Mont-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic
}

@font-face {
  font-family: 'Mont';
  src: url("fonts/Mont-Bold.woff") format("woff");
  font-weight: bold
}

@font-face {
  font-family: 'Mont';
  src: url("fonts/Mont-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic
}

@font-face {
  font-family: 'Mont';
  src: url("fonts/Mont-Regular.woff") format("woff");
  font-weight: normal
}

@font-face {
  font-family: 'MontMedium';
  src: url("fonts/Mont-SemiBoldItalic.woff") format("woff");
  font-style: italic
}

@font-face {
  font-family: 'MontMedium';
  src: url("fonts/Mont-SemiBold.woff") format("woff")
}

@font-face {
  font-family: 'MontLight';
  src: url("fonts/Mont-LightItalic.woff") format("woff");
  font-style: italic
}

@font-face {
  font-family: 'MontLight';
  src: url("fonts/Mont-Light.woff") format("woff")
}

@font-face {
  font-family: 'MontThinLight';
  src: url("fonts/Mont-Thin.woff") format("woff")
}

.font-serif {
  font-family: Lazursky
}

.font-light, .button.small, .button-group.small {
  font-family: MontLight
}

.font-regular {
  font-weight: normal !important
}

.font-mmedium, .badge {
  font-family: MontMedium
}

.font-bold {
  font-weight: bold
}

.font-italic {
  font-style: italic
}

.font-u0 {
  text-decoration: none
}

.font-u0 a {
  text-decoration: none
}

.font-nowrap {
  white-space: nowrap
}

.font-xxxsmall {
  font-size: .675rem
}

.font-xxsmall {
  font-size: .725rem
}

.font-xsmall, .badge {
  font-size: .785rem
}

.font-small {
  font-size: .925rem
}

.font-normal {
  font-size: 1rem
}

.font-large {
  font-size: 1.125rem
}

.font-xlarge {
  font-size: 1.25rem
}

.font-xxlarge {
  font-size: 1.35rem
}

.font-xxxlarge {
  font-size: 1.45rem
}

.font-size-4 {
  font-size: 3.5rem;
  line-height: 4rem
}

.badge {
  text-transform: uppercase;
  vertical-align: middle
}

.badge>img {
  max-width: 1.5rem
}

.badge.img {
  border-radius: 0
}

.badge.img.agent {
  position: relative;
  width: 7rem;
  height: 7rem;
  font-size: 2rem;
  line-height: 3.25rem;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%
}

.badge.img.agent>span {
  display: block;
  width: 100%;
  height: 100%
}

.badge.img.agent>i {
  position: absolute;
  bottom: -.25rem;
  text-shadow: -1px -1px 0 #fff
}

.badge.img.agent>i.fa-trophy {
  right: -.375rem
}

.badge.img.agent>i.fa-shield-alt {
  left: -.375rem
}

.badge.txt {
  padding: .75rem .375rem;
  border-radius: 0
}

.button {
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none
}

.button.light {
  color: #000;
  background: #f5f5f5
}

.button.light:hover {
  background: #f5f5f5
}

.button.medium {
  background: #7D7E81
}

.button.medium:hover {
  background: #7D7E81
}

.button.hollow.primary:hover {
  color: #fff;
  background: #220e04
}

.button.hollow.secondary:hover {
  color: #fff;
  background: #371200
}

.button.hollow.success:hover {
  color: #fff;
  background: #a58440
}

.button.hollow.alert:hover {
  color: #fff;
  background: #e10a0a
}

.button.hollow.white {
  border-color: #fff
}

.button.hollow.white:hover {
  color: #fff
}

.button.invert:hover {
  background: transparent
}

.button.invert:hover.primary {
  color: #220e04;
  border: solid 1px #220e04
}

.button.invert:hover.success {
  color: #a58440;
  border: solid 1px #a58440
}

.button.invert:hover.alert {
  color: #e10a0a;
  border: solid 1px #e10a0a
}

.button.invert:hover.medium {
  color: #7D7E81;
  border: solid 1px #7D7E81
}

.button.round {
  padding: .85rem;
  border-radius: 50%
}

.button.round.small {
  padding: .7rem
}

@media screen and (max-width: 39.99875em) {
  .button-group {
    display: block
  }
}

.callout.primary, .callout.success, .callout.alert {
  color: #fff
}

.callout.primary *, .callout.success *, .callout.alert * {
  color: #fff
}

.callout.primary .button, .callout.success .button, .callout.alert .button {
  color: initial;
  text-decoration: none
}

.callout.border {
  padding-bottom: 0;
  border: solid 1px #371200
}

.callout.cookies {
  z-index: 99;
  position: fixed;
  margin: 0;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.25)
}

@media screen and (max-width: 63.99875em) {
  .callout.cookies {
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 0
  }
}

@media print, screen and (min-width: 64em) {
  .callout.cookies {
    bottom: .5rem;
    right: .5rem;
    width: 18rem
  }
}

.callout.icon {
  position: relative;
  padding-left: 4rem
}

.callout.icon p {
  line-height: inherit
}

.callout.icon .fa {
  position: absolute;
  top: 1.25rem;
  left: 1rem;
  font-size: 2rem
}

.callout.mute {
  margin: 0;
  padding: 0
}

.callout .button {
  margin-bottom: 0
}

.callout .close-button {
  z-index: 4;
  right: .5rem
}

.card-divider {
  display: block;
  padding: .75rem 1.5rem;
  text-align: center;
  color: #fff
}

.card-section {
  padding: .75rem 1.5rem
}

.card.border, .card.hollow {
  border: solid 1px #dedfe0
}

.card.cookies {
  z-index: 11;
  position: fixed;
  right: .75rem;
  bottom: -.25rem;
  max-width: 20rem
}

.close-button {
  right: .5rem;
  padding: .325rem .75rem
}

.reveal .close-button {
  z-index: 9;
  background: #a58440
}

.dropdown-pane>ul {
  max-height: 10.6rem;
  overflow: auto
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: #ccc
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: #ccc
}

[type="checkbox"]::after {
  content: "\f00c";
  padding: 2px;
  font: 900 0.785rem "Font Awesome 5 Free";
  color: #fff;
  background: #fff;
  border: solid 1px #7D7E81;
  border-radius: 4px
}

[type="checkbox"]:checked::after {
  color: #000
}

.content .grid-container {
  padding-top: .75rem
}

.media-object .button {
  float: left;
  margin: .375rem .75rem .75rem 0;
  min-width: 4.5rem;
  text-transform: capitalize
}

@media screen and (max-width: 39.99875em) {
  .media-object .thumb {
    margin: 0 0 .75rem 0
  }
}

@media print, screen and (min-width: 40em) {
  .media-object .thumb {
    float: right;
    margin: 0 0 .75rem .75rem;
    max-width: 280px
  }
}

.menu.social {
  padding: .5rem 0;
  font-size: 1.5rem
}

.menu.social a {
  padding: 0 .5rem;
  color: #a58440;
  cursor: pointer
}

.menu .button {
  margin-bottom: 0
}

@media print, screen and (min-width: 64em) {
  .menu .submenu {
    max-height: 25rem;
    overflow: auto;
    border: solid 1px #7D7E81;
    border-radius: 0
  }
}

.menu .submenu li img {
  width: 1.125rem
}

.menu .submenu li a {
  width: 100%;
  text-transform: none !important;
  color: #444
}

.menu .submenu li a:hover {
  color: #000 !important;
  background: #f5f5f5
}

.off-canvas {
  text-transform: uppercase;
  background: #220e04;
  border-left: solid 3px #a58440
}

.off-canvas a {
  color: #fff
}

.off-canvas .lang img {
  width: 1.25rem;
  vertical-align: middle
}

.off-canvas-close {
  position: absolute;
  top: .5rem;
  right: .25rem;
  padding: 0 .375rem;
  font-size: 1.25rem;
  color: #a58440
}

.reveal {
  outline: none;
  border: 0
}

@media screen and (max-width: 63.99875em) {
  .reveal:not(.tiny) {
    top: 0 !important
  }
}

@media screen and (max-width: 63.99875em) {
  .reveal.tiny {
    height: auto;
    min-height: auto
  }
}

.reveal.full {
  background-color: rgba(0, 0, 0, 0.75)
}

@media screen and (max-width: 63.99875em) {
  .reveal-overlay {
    padding: .75rem
  }
}

.reveal-map {
  height: 600px
}

.reveal-title {
  padding-right: 3rem;
  text-align: center
}

.sticky {
  margin: 0 !important
}

@media screen and (max-width: 63.99875em) {
  .sticky-top {
    display: none
  }
}

@media print, screen and (min-width: 64em) {
  .sticky-top.is-stuck {
    animation-name: slideInDown;
    animation-delay: -.25s
  }
}

@media screen and (max-width: 63.99875em) {
  .sticky-top.is-at-top.scrollUp {
    visibility: hidden
  }
}

@media screen and (max-width: 63.99875em) {
  .sticky-bottom {
    display: none
  }
}

.sticky-bottom .button {
  margin-right: .75rem
}

.tg-0 {
  display: none
}

.expanded .tg-0 {
  display: initial
}

@media screen and (max-width: 63.99875em) {
  .tg-0-small {
    display: none
  }
}

@media screen and (max-width: 63.99875em) {
  .expanded .tg-0-small {
    display: initial
  }
}

.tg-1 {
  display: initial
}

.expanded .tg-1 {
  display: none
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible
  }
  to {
    transform: translate3d(0, 0, 0)
  }
}

.slideInDown {
  animation-name: slideInDown
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both
}

.animated .infinite {
  animation-iteration-count: infinite
}

.animated .delay-1s {
  animation-delay: 1s
}

.animated .delay-2s {
  animation-delay: 2s
}

.animated .delay-3s {
  animation-delay: 3s
}

.animated .delay-4s {
  animation-delay: 4s
}

.animated .delay-5s {
  animation-delay: 5s
}

.animated .fast {
  animation-duration: 800ms
}

.animated .faster {
  animation-duration: 500ms
}

.animated .slow {
  animation-duration: 2s
}

.animated .slower {
  animation-duration: 3s
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important
  }
}

.primary {
  color: #fff;
  background: #220e04;
  border-color: #a58440
}

.primary.gradient {
  background: radial-gradient(circle, #55230a 0%, #220e04 75%)
}

.light {
  background-color: #f5f5f5
}

.medgr {
  color: #fff;
  background-color: #7D7E81
}

.white {
  background-color: #fff
}

.white.trans {
  background-color: rgba(255, 255, 255, 0.8)
}

.color-primary {
  color: #220e04 !important
}

.color-secondary {
  color: #371200 !important
}

.color-success {
  color: #a58440 !important
}

.color-warning {
  color: #d58a29 !important
}

.color-alert {
  color: #e10a0a !important
}

.color-light {
  color: #f5f5f5 !important
}

.color-medium {
  color: #7D7E81 !important
}

.color-medium-all * {
  color: #7D7E81
}

.color-medium-all a:hover {
  color: #7D7E81
}

.color-dark {
  color: #444 !important
}

.color-white {
  color: #fff !important
}

.color-white-all * {
  color: #fff
}

.color-white-all a:hover {
  color: #fff
}

.color-black {
  color: #000 !important
}

.color-black-all * {
  color: #000 !important
}

.color-black-all a:hover {
  color: #000
}

u.solid, u.dotted {
  text-decoration: none !important;
  cursor: pointer
}

u.solid {
  border-bottom: solid 1px
}

u.dotted {
  border-bottom: dotted 1px
}

section.light {
  padding-bottom: 1px
}

@media screen and (max-width: 63.99875em) {
  #content {
    padding-top: 46px
  }
}

.list.check {
  list-style: none
}

.list.check li {
  position: relative;
  padding-left: 1.5rem
}

.list.check li::before {
  content: "\f00c";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 900;
  font-family: "Font Awesome 5 Free"
}

.list.success li::before {
  color: #a58440
}

.mute {
  margin-bottom: 0
}

.round {
  border-radius: 50%
}

.small-padding-g {
  padding: .75rem
}

.small-padding-x {
  padding: 0
}

.small-padding-v {
  padding-top: .75rem;
  padding-bottom: .75rem
}

.small-padding-h {
  padding-right: .75rem;
  padding-left: .75rem
}

.small-padding-t {
  padding-top: .75rem
}

.small-padding-r {
  padding-right: .75rem
}

.small-padding-b {
  padding-bottom: .75rem
}

.small-padding-l {
  padding-left: .75rem
}

.small-text-right {
  text-align: right
}

.small-text-left {
  text-align: left
}

.small-text-center {
  text-align: center
}

@media print, screen and (min-width: 40em) {
  .medium-padding-g {
    padding: .75rem
  }
}

@media print, screen and (min-width: 40em) {
  .medium-padding-x {
    padding: 0
  }
}

@media print, screen and (min-width: 40em) {
  .medium-padding-v {
    padding-top: .75rem;
    padding-bottom: .75rem
  }
}

@media print, screen and (min-width: 40em) {
  .medium-padding-h {
    padding-right: .75rem;
    padding-left: .75rem
  }
}

@media print, screen and (min-width: 40em) {
  .medium-padding-t {
    padding-top: .75rem
  }
}

@media print, screen and (min-width: 40em) {
  .medium-padding-r {
    padding-right: .75rem
  }
}

@media print, screen and (min-width: 40em) {
  .medium-padding-b {
    padding-bottom: .75rem
  }
}

@media print, screen and (min-width: 40em) {
  .medium-padding-l {
    padding-left: .75rem
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-g {
    padding: .9375rem
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-x {
    padding: 0
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-v {
    padding-top: .9375rem;
    padding-bottom: .9375rem
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-h {
    padding-right: .9375rem;
    padding-left: .9375rem
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-t {
    padding-top: .9375rem
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-r {
    padding-right: .9375rem
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-b {
    padding-bottom: .9375rem
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-l {
    padding-left: .9375rem
  }
}

@media print, screen and (min-width: 64em) {
  .large-text-right {
    text-align: right
  }
}

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left
  }
}

@media print, screen and (min-width: 64em) {
  .large-text-center {
    text-align: center
  }
}

.header {
  color: #a58440;
  border-bottom: solid 3px #a58440
}

.header.large {
  position: relative;
  min-height: 184px
}

@media screen and (max-width: 63.99875em) {
  .header.large {
    display: none
  }
}

.is-stuck .header.large {
  padding: .75rem 0 0 0;
  height: 60px;
  min-height: 60px
}

.header.large .logo {
  display: block;
  position: absolute;
  top: -135px;
  right: 0;
  left: 0;
  margin: .75rem auto;
  width: 20rem;
  cursor: default
}

.is-stuck .header.large .logo {
  position: static;
  margin: 0 1.5rem 0 0;
  padding: 0;
  width: 7rem;
  transition: .1s ease;
  cursor: pointer
}

.header.large .lang {
  float: right
}

.header.large .lang>li>a {
  padding-right: 0
}

.header.large .lang>li>a:hover {
  color: #fff !important
}

.header.large .lang>li .menu a {
  padding-right: 0
}

@media screen and (min-width: 64em) and (max-width: 79.99875em) {
  .is-stuck .header.large .main {
    float: right
  }
}

.header.large .main li a {
  color: #fff
}

.header.large .main li a:hover {
  color: #fff
}

@media screen and (min-width: 80em) and (max-width: 89.99875em) {
  .is-stuck .header.large .main li a {
    padding-right: .785rem;
    padding-left: .785rem
  }
}

.header.large .main li a .button {
  margin-top: -14px
}

@media screen and (min-width: 64em) and (max-width: 79.99875em) {
  .is-stuck .header.large .main li:last-child {
    display: none
  }
}

.header.large .grid-container {
  height: 134px
}

.is-stuck .header.large .grid-container {
  display: none
}

.header.small {
  z-index: 11;
  position: fixed;
  top: 0;
  padding: .5rem .75rem;
  width: 100%;
  height: 46px;
  font-size: 1.25rem
}

@media print, screen and (min-width: 64em) {
  .header.small {
    display: none
  }
}

.header.small a {
  color: #a58440
}

.header.small .logo {
  position: absolute;
  top: .25rem;
  right: 3rem;
  left: 3rem;
  margin: auto
}

@media screen and (orientation: portrait) {
  .header.small .logo {
    max-width: 14rem
  }
}

@media screen and (orientation: landscape) {
  .header.small .logo {
    max-width: 22rem
  }
}

.header.small .phone {
  float: left
}

.header.small .toggle {
  float: right;
  color: #a58440
}

.footer {
  display: flex;
  text-align: center;
  color: rgba(255, 255, 255, 0.725);
  border-top: solid 3px #a58440
}

.footer a {
  color: #a58440
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%
}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit
}

.owl-carousel.owl-loaded {
  display: block
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}

.owl-carousel.owl-hidden {
  opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab
}

.owl-carousel.owl-rtl {
  direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
  float: right
}

.no-js .owl-carousel {
  display: block
}

.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
  z-index: 0
}

.owl-carousel .owl-animated-out {
  z-index: 1
}

.owl-carousel .fadeOut {
  animation-name: fadeOut
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}

.owl-height {
  transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%
}

.owl-carousel .item {
  position: relative
}

.owl-carousel .item .far {
  z-index: 0;
  position: absolute;
  top: 50%;
  margin-top: -2.5rem;
  width: 100%;
  font-size: 5rem;
  text-align: center;
  text-shadow: 0 0 1px #000;
  color: #fff
}

.owl-carousel .item .far:hover {
  color: #fff
}

.owl-nav {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #a58440
}

.owl-nav .owl-prev, .owl-nav .owl-next {
  position: absolute;
  top: 50%
}

.owl-nav .owl-prev {
  left: 0
}

.owl-nav .owl-next {
  right: 0
}

.owl-nav button span {
  display: none
}

.owl-a .item {
  background-position: top center;
  background-size: cover;
  height: 375px
}

@media print, screen and (min-width: 64em) {
  .owl-a .item {
    height: 425px
  }
}

.owl-b .owl-nav, .owl-d .owl-nav {
  text-align: center
}

@media screen and (max-width: 63.99875em) {
  .owl-b .owl-nav, .owl-d .owl-nav {
    font-size: 2.125rem
  }
}

@media print, screen and (min-width: 64em) {
  .owl-b .owl-nav, .owl-d .owl-nav {
    font-size: 3rem
  }
}

@media screen and (max-width: 63.99875em) {
  .owl-b .owl-nav .owl-prev, .owl-b .owl-nav .owl-next, .owl-d .owl-nav .owl-prev, .owl-d .owl-nav .owl-next {
    position: static;
    margin: 0 .5rem 1rem .5rem
  }
}

@media print, screen and (min-width: 64em) {
  .owl-b .owl-nav .owl-prev, .owl-b .owl-nav .owl-next, .owl-d .owl-nav .owl-prev, .owl-d .owl-nav .owl-next {
    margin-top: -1.5rem
  }
}

@media print, screen and (min-width: 64em) {
  .owl-b .owl-nav .owl-prev, .owl-d .owl-nav .owl-prev {
    margin-left: -3.5rem
  }
}

.owl-b .owl-nav .owl-prev::before, .owl-d .owl-nav .owl-prev::before {
  content: "\f060"
}

@media print, screen and (min-width: 64em) {
  .owl-b .owl-nav .owl-next, .owl-d .owl-nav .owl-next {
    margin-right: -3.5rem
  }
}

.owl-b .owl-nav .owl-next::before, .owl-d .owl-nav .owl-next::before {
  content: "\f061"
}

.owl-b .owl-nav .disabled, .owl-d .owl-nav .disabled {
  opacity: .25
}

.owl-c .item {
  display: block;
  height: 264px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.full .owl-c .item {
  height: 100vh;
  background-size: 75%
}

.owl-c .owl-nav {
  font-size: 2rem;
  color: #fff
}

.full .owl-c .owl-nav {
  font-size: 3rem
}

.owl-c .owl-nav .owl-prev, .owl-c .owl-nav .owl-next {
  margin: -1rem 1rem 0 1rem;
  text-shadow: 0 0 1px #000
}

.full .owl-c .owl-nav .owl-prev, .full .owl-c .owl-nav .owl-next {
  margin: -1.5rem 1rem 0 1rem
}

.owl-c .owl-nav .owl-prev::before {
  content: "\f060"
}

.owl-c .owl-nav .owl-next::before {
  content: "\f061"
}