.l-sec--hero-slider {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  height: 603px;
  overflow: hidden;
  content-visibility: initial;
}
.l-sec--hero-slider-item {
  min-height: 603px;
  height: 603px;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
}
.l-sec--hero-slider-item.loaded {
  opacity: 1;
}
@media (min-width: 1921px) {
  .l-sec--hero-slider-item {
    min-height: 30vw;
    height: 30vw;
  }
  .l-sec--hero-slider,
  .l-sec--hero-slider .l-sec--backgrounds img {
    height: 30vw;
  }
}
.l-sec--hero-slider .l-sec--backgrounds {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.l-sec--hero-slider .l-sec--backgrounds img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.l-sec--hero-slider .l-sec--backgrounds > div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.l-sec--hero-slider .l-sec--backgrounds > div.l-fullhd,
.l-sec--hero-slider .l-sec--backgrounds > div.l-desktop,
.l-sec--hero-slider .l-sec--backgrounds > div.l-landscape,
.l-sec--hero-slider .l-sec--backgrounds > div.l-mobile,
.l-sec--hero-slider .l-sec--backgrounds > div.l-tablet {
  display: none;
}
.l-sec--hero-slider .l-sec--backgrounds > div.l-fullhd {
  display: block;
}
.l-sec--hero .l-content {
  width: 50%;
}
.is-contrast .l-sec--hero .l-content {
  padding: 10px;
}
.l-sec--hero .l-content:before {
  content: '';
  position: absolute;
  background: #155455;
  background: linear-gradient(0deg, #155455, #00a99d);
  width: 1.6rem;
  height: 100%;
  left: -7.7rem;
}
.l-sec--hero .l-content.c-bar-orange:before {
  content: '';
  position: absolute;
  background: #eb5c37;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#db4119),
    to(#eaa339)
  );
  background: linear-gradient(0deg, #db4119, #eaa339);
  width: 1.6rem;
  height: 100%;
}
.is-contrast .l-sec--hero .l-content:before {
  content: none;
}
.l-sec--hero .t-head {
  margin-bottom: 0.8rem;
}
.l-sec--hero .l-buttons {
  margin-top: 4rem;
}
.l-sec--hero .c-btn {
  font-size: 1.8rem;
  height: 5.5rem;
  padding: 0 4.5rem;
}
.l-sec--hero .t-content {
  font-size: 2.4rem;
  line-height: 3rem;
}
.l-sec--hero .owl-dots {
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  text-align: center;
}
.l-sec--hero .owl-dots .owl-dot {
  outline: none !important;
  padding: 0;
  border: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 5px;
  background: var(--banner-slider-dots-bg) !important;
}
.l-sec--hero.coral .owl-dots .owl-dot.active {
  background-color: #eb5c37 !important;
}
.l-sec--hero.dark-grey .owl-dots .owl-dot.active {
  background-color: #241f19 !important;
}
.l-sec--hero.jade .owl-dots .owl-dot.active {
  background-color: #17b0ad !important;
}
.l-sec--hero.teal .owl-dots .owl-dot.active {
  background-color: #055a60 !important;
}
.l-sec--hero.grey .owl-dots .owl-dot.active {
  background-color: #5b656e !important;
}
.l-sec--hero.black .owl-dots .owl-dot.active {
  background-color: #000 !important;
}
.l-sec-hero-video {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
.l-sec-hero-video .l-sec--backgrounds {
  height: calc(100vh - 12rem);
  position: relative;
}
.l-sec-hero-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-sec-hero-video .l-inner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-sec-hero-video .l-content p {
  color: #fff;
}
.volume-bar {
  position: absolute;
  top: 2.4rem;
  right: 2.4rem;
  width: 100%;
}
.volume-bar .vol-0,
.volume-bar .vol-1 {
  position: absolute;
  top: 10px;
  right: 0;
  width: 6rem;
  height: 6rem;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.4) 0 0 no-repeat padding-box;
  border: 2px solid hsla(0, 0%, 100%, 0.4);
  border-radius: 50%;
  background-position: 50%;
  background-repeat: no-repeat;
}
.volume-bar .vol-0 {
  display: none;
  background-image: url(../img/icons/muted.svg);
}
.volume-bar .vol-1 {
  display: none;
  background-image: url(../img/icons/volume.svg);
}
.volume-bar .vol-0.active,
.volume-bar .vol-1.active {
  display: block;
}
@media (min-width: 1660px) and (max-width: 1744.98px) {
  html.font-big .l-sec--hero .l-content:before, 
  html.font-big.l-sec-hero-video .l-content::before {
    left: -5.2rem;
  }
}
@media (min-width: 1560px) and (max-width: 1659.98px) {
  html.font-big .l-sec--hero .l-content:before, 
  html.font-big.l-sec-hero-video .l-content::before {
    left: -1rem;
  }
}
@media (min-width: 1460px) and (max-width: 1559.98px) {
  html.font-big .l-sec--hero .l-content:before, 
  html.font-big.l-sec-hero-video .l-content::before {
    left: -2.1rem;
  }
}
@media (min-width: 1360px) and (max-width: 1459.98px) {
  .l-sec--hero .l-content:before,
  .l-sec-hero-video .l-content::before {
    left: -0.9rem;
  }
  .l-sec--hero-slider-item {
    min-height: 41.6vw;
    height: 41.6vw;
  }
  .l-sec--hero-slider,
  .l-sec--hero-slider .l-sec--backgrounds img {
    height: 41.6vw;
  }
}
@media (min-width: 1200px) and (max-width: 1359.98px) {
  .l-sec--hero-slider-item {
    min-height: 46.8vw;
    height: 46.8vw;
  }
  .l-sec--hero-slider,
  .l-sec--hero-slider .l-sec--backgrounds img {
    height: 46.8vw;
  }
  .l-sec--hero .owl-dots .owl-dot {
    width: 18px;
    height: 18px;
  }
  .l-sec--hero .c-btn {
    font-size: 1.7rem;
    height: 5.2rem;
    padding: 0 4rem;
  }
}
@media (min-width: 1280px) and (max-width: 1439.98px) {
  .l-sec--hero .l-content {
    padding-left: 3.8rem;
  }
  .l-sec--hero .l-content:before,
  .l-sec-hero-video .l-content::before {
    left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1279.98px) {
  .l-sec--hero .l-content,
  .l-sec-hero-video .l-content {
    padding-left: 2.2rem;
  }
  .l-sec--hero .l-content:before,
  .l-sec-hero-video .l-content::before {
    left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .l-sec--hero-slider-item {
    min-height: 46vw;
    height: 46vw;
  }
  .l-sec--hero-slider,
  .l-sec--hero-slider .l-sec--backgrounds img {
    height: 46vw;
  }
  .l-sec--hero .l-content,
  .l-sec-hero-video .l-content {
    width: 61%;
    padding-left: 2.2rem;
  }
  .l-sec--hero .l-content:before,
  .l-sec-hero-video .l-content::before {
    width: 1.4rem;
    height: 100%;
    left: 0;
  }
  .l-sec--hero .l-content.c-bar-orange:before {
    width: 1.4rem;
  }
  .l-sec--hero .owl-dots .owl-dot {
    width: 17px;
    height: 17px;
    margin: 4px;
  }
  .l-sec--hero .l-buttons {
    margin-top: 3rem;
  }
  .l-sec--hero .t-content {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .l-sec--hero-slider-item {
    min-height: 46vw;
    height: 46vw;
  }
  .l-sec--hero-slider,
  .l-sec--hero-slider .l-sec--backgrounds img {
    height: 46vw;
  }
  .l-sec--hero-slider .l-sec--backgrounds > div.l-fullhd {
    display: none;
  }
  .l-sec--hero-slider .l-sec--backgrounds > div.l-tablet {
    display: block;
  }
  .l-sec--hero .l-content,
  .l-sec-hero-video .l-content {
    width: 67%;
    padding-left: 2.2rem;
  }
  .l-sec--hero .l-content:before,
  .l-sec-hero-video .l-content::before {
    width: 1.4rem;
    left: 0;
  }
  .l-sec--hero .l-content.c-bar-orange:before {
    width: 1.4rem;
  }
  .l-sec--hero .l-buttons {
    margin-top: 2.4rem;
  }
  .l-sec--hero .t-content {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .l-sec--hero .owl-dots .owl-dot {
    width: 17px;
    height: 17px;
    margin: 4px;
  }
}
@media (max-width: 767.98px) {
  .l-sec--hero-slider-item {
    min-height: 60.8rem;
    height: 60.8rem;
  }
  .l-sec--hero-slider,
  .l-sec--hero-slider .l-sec--backgrounds img {
    height: 60.8rem;
  }
  .l-sec--hero-slider .l-sec--backgrounds > div.l-fullhd {
    display: none;
  }
  .l-sec--hero-slider .l-sec--backgrounds > div.l-tablet {
    display: block;
  }
  .l-sec--hero-slider .l-content,
  .l-sec-hero-video .l-content {
    width: 69%;
    margin-left: 0;
    padding-left: 2.2rem
  }
  .l-sec--hero-slider .l-content:before,
  .l-sec-hero-video .l-content::before {
    width: 1.4rem;
    left: 0;
  }
  .l-sec--hero .l-content.c-bar-orange:before {
    width: 1.4rem;
  }
  .l-sec--hero-slider .t-content,
  .l-sec-hero-video .t-content {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .l-sec--hero-slider .l-buttons,
  .l-sec-hero-video .l-buttons {
    margin-top: 2.4rem;
  }
  .l-sec--hero .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 599.98px) {
  .l-sec--hero-slider {
    height: initial;
  }
  .l-sec--hero-slider-item {
    display: block;
    color: #3b352e;
    min-height: initial;
    height: auto;
  }
  .l-sec--hero-slider .l-sec--backgrounds {
    height: 50.1vw;
    position: relative;
  }
  .l-sec--hero-slider .l-sec--backgrounds img {
    height: 50.1vw;
  }
  width: 100%;
  .l-sec--hero-slider .l-sec--backgrounds > div.l-tablet {
    display: none;
  }
  .l-sec--hero-slider .l-sec--backgrounds > div.l-mobile {
    display: block;
  }
  .l-sec--hero-slider .l-content,
  .l-sec-hero-video .l-content {
    margin-top: 2.4rem;
    /*margin-bottom: 6rem;*/
    margin-bottom: 2.4rem;
    width: 100%;
    margin-left: 0;
    padding-left: 2.2rem;
  }
  .l-sec--hero-slider .l-content:before,
  .l-sec-hero-video .l-content:before {
    width: 1.4rem;
    left: 0;
  }
  .l-sec--hero .l-content.c-bar-orange:before {
    width: 1.4rem;
  }
  .l-sec--hero-slider .t-head--68 {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }
  .l-sec--hero-slider .owl-dots {
    display: none;
  }
  .l-sec--hero-slider .c-btn--white,
  .l-sec-hero-video .c-btn--white {
    color: #fff !important;
    background: #181818 !important;
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(#181818),
      to(#464646)
    ) !important;
    background: linear-gradient(0deg, #181818, #464646) !important;
    -webkit-transition: color 0.2s ease-in-out;
  }
  .l-sec--hero-slider .c-btn--white:hover,
  .l-sec-hero-video .c-btn--white:hover {
    background: #eb5c37 !important;
  }
  .l-sec-hero-video .l-inner {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  .l-sec-hero-video .l-sec--backgrounds {
    height: 56vw;
  }
  .l-sec-hero-video .l-content p {
    color: #3b352e;
  }
}
