.hero {
  position: relative;
  min-height: 450px;
}
.hero.single {
  color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}
.hero.single .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 45px 30px;
  width: 100%;
  max-width: 800px;
}
@media (min-width: 821px) {
  .hero.single .container {
    padding: 60px 30px;
  }
}
.hero.single.left .container .overlay p {
  max-width: 500px;
  line-height: 1.3;
}
.hero.single i {
  margin-bottom: 1rem;
  width: auto;
  height: 64px;
  font-size: 4em;
}
.hero.single .icon {
  margin-bottom: 1rem;
  width: auto;
  max-height: 70px;
}
.hero.single svg {
  margin-bottom: 1rem;
  width: auto;
  height: 64px;
}
.hero.single h1 {
  margin-bottom: 2rem;
  color: #ffc222;
  font-size: 22px;
  font-weight: 900;
}
.hero.single h2 {
  margin-bottom: 1.5rem;
  font-size: 36px;
}
.hero.single p {
  margin: 25px auto 0 auto;
  max-width: 600px;
}
.hero.single.light {
  color: #ffffff;
}
.hero.single.light i,
.hero.single.light h1 {
  color: #ffc222;
}
.hero.single.light svg {
  fill: #ffc222;
}
.hero.single.dark {
  color: #000000;
}
.hero.single.dark i,
.hero.single.dark h1 {
  color: #004f6e;
}
.hero.single.dark svg {
  fill: #004f6e;
}
.hero.carousel {
  background-color: #dbdbdb;
}
@media (min-width: 1201px) {
  .hero.carousel {
    background-color: transparent;
  }
}
.hero.carousel .owl-item img {
  position: relative;
  width: auto;
  min-height: 450px;
  max-height: 450px;
  object-fit: cover;
  object-position: top;
}
@media (min-width: 1201px) {
  .hero.carousel .owl-item img {
    width: 100%;
  }
}
.hero.carousel .owl-item img.right {
  object-position: left top;
}
.hero.carousel .owl-item img.right {
  object-position: right top;
}
.hero.carousel .owl-item .overlay {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  box-sizing: border-box;
  padding: 2rem 2rem 1rem 2rem;
  text-align: center;
  background: rgb(250, 250, 250);
  background: linear-gradient(0deg, rgb(250, 250, 250) 0%, rgb(250, 250, 250) 5%, rgba(255, 255, 255, 0.25) 75%, rgba(255, 255, 255, 0) 100%);
}
@media (min-width: 1201px) {
  .hero.carousel .owl-item .overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    bottom: 0;
    z-index: 500;
    padding: 2rem 7rem;
    width: 50%;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  }
}
@media (min-width: 1201px) {
  .hero.carousel .owl-item .overlay.right {
    left: 50%;
    background: rgb(255, 255, 255);
    background: linear-gradient(270deg, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.7) 70%, rgba(255, 255, 255, 0) 90%);
  }
}
@media (min-width: 1201px) {
  .hero.carousel .owl-item .overlay.left {
    right: 50%;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.7) 70%, rgba(255, 255, 255, 0) 90%);
  }
}
.hero.carousel .owl-item .overlay p {
  display: none;
}
@media (min-width: 1201px) {
  .hero.carousel .owl-item .overlay p {
    display: block;
  }
}
.hero.carousel .owl-item .overlay .btn {
  margin-top: 1rem;
}
@media (min-width: 1201px) {
  .hero.carousel .owl-item .overlay .btn {
    margin-top: 0;
  }
}
.hero.carousel .owl-carousel .owl-nav button.owl-prev i,
.hero.carousel .owl-carousel .owl-nav button.owl-next i {
  color: #000000;
}
.hero.carousel .owl-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
}
@media (min-width: 1201px) {
  .hero.carousel .owl-dots {
    background-color: transparent;
  }
}