.hero-banner-carousel {
  position: relative
}
.hero-banner-carousel__carousel {
  position: relative
}
.hero-banner-carousel__item {
  position: relative
}
.hero-banner-carousel__image {
  z-index: 0
}
.hero-banner-carousel__image img {
  height: 570px;
  -o-object-fit: cover;
  object-fit: cover
}
.hero-banner-carousel__image::after {
  background-color: rgba(38,40,43,.1);
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.hero-banner-carousel__container {
  position: absolute;
  top: 35%;
  top: 240px;
  right: 0;
  left: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}
@media (min-width:576px) {
  .hero-banner-carousel__container {
    top: 45%
  }
}
@media (min-width:1441px) {
  .hero-banner-carousel__container {
    top: 35%
  }
}
.hero-banner-carousel__content {
  width: 100%
}
@media (min-width:768px) {
  .hero-banner-carousel__content {
    width: 476px
  }
}
@media (min-width:992px) {
  .hero-banner-carousel__content {
    width: 600px
  }
}
.hero-banner-carousel__title {
  font-family: BioRhyme;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 4px;
  color: #fff
}
@media (min-width:992px) {
  .hero-banner-carousel__title {
    margin-bottom: 8px
  }
}
.hero-banner-carousel__desc {
  color: #fdfeff;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 28px
}
@media (min-width:992px) {
  .hero-banner-carousel__desc {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 40px
  }
}
.hero-banner-carousel__cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none
}
.hero-banner-carousel__cta:first-child {
  margin-right: 50px
}
.hero-banner-carousel__cta a {
  color: #fdfeff;
  font-size: 16px;
  line-height: 19px;
  padding: 12px 20px;
  background-color: #7345b2
}
@media (min-width:992px) {
  .hero-banner-carousel__cta a {
    font-size: 18px;
    line-height: 27px;
    padding: 16px 32px
  }
}
.hero-banner-carousel__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 40px;
  margin: 0 auto;
  left: 0;
  right: 0;
  position: absolute
}
.hero-banner-carousel__pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}
.hero-banner-carousel__pagination-item {
  width: 8px;
  height: 8px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 12px;
  cursor: pointer;
  -webkit-transition: .2s all ease-in-out;
  -o-transition: .2s all ease-in-out;
  -moz-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out
}
.hero-banner-carousel__pagination-item.active {
  width: 32px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #ab8fd1
}
.hero-banner-carousel__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}
.hero-banner-carousel__buttons-next,
.hero-banner-carousel__buttons-prev {
  width: 55px;
  height: 55px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: .2s all ease-in-out;
  -o-transition: .2s all ease-in-out;
  -moz-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out
}
@media (min-width:992px) {
  .hero-banner-carousel__buttons-next,
  .hero-banner-carousel__buttons-prev {
    width: 66px;
    height: 66px
  }
}
.hero-banner-carousel__buttons-next.disabled,
.hero-banner-carousel__buttons-prev.disabled {
  opacity: .7
}
.hero-banner-carousel__buttons-prev {
  margin-right: 10px
}
.hero-banner-carousel .breadcrumbs {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top:7%;
  width: 100%;
  z-index: 1
}
.hero-banner-carousel .breadcrumbs__item:not(:first-child)::before {
  color: #e8ebed
}
.hero-banner-carousel .breadcrumbs__item a {
  color: #e8ebed
}
/*# sourceMappingURL=maps/hero-banner-carousel.css.map */
.hero-banner-carousel__container {
  top: 20%;
  -webkit-transform: inherit;
  transform: inherit;
}

@media (max-width:1212px) {
.hero-carousel .breadcrumbs{
  display: flex;
  margin-top:50px;
}
.hero-banner-carousel__container{
  top: 111px;
}
.hero-banner-carousel .breadcrumbs .breadcrumbs__item{
margin-top:0;
}
.hero-banner-carousel .breadcrumbs {
  display:flex;
  margin-top:20px;
  }
  .hero-carousel__container {
    top: 20%;
    -webkit-transform: inherit;
    transform: inherit;
  }
}
.hero-carousel {
  position: relative
}
.hero-carousel .breadcrumbs {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1
}
.hero-carousel .breadcrumbs__item:not(:first-child)::before {
  color: #e8ebed
}
.hero-carousel .breadcrumbs__item a {
  color: #e8ebed
}
.hero-carousel__carousel {
  position: relative
}
.hero-carousel__item {
  position: relative
}
.hero-carousel__item::before {
  background: -webkit-gradient(linear,right top,left top,color-stop(40.66%,rgba(38,40,43,.4)),to(#26282b));
  background: -webkit-linear-gradient(right,rgba(38,40,43,.4) 40.66%,#26282b 100%);
  background: -moz-linear-gradient(right,rgba(38,40,43,.4) 40.66%,#26282b 100%);
  background: -o-linear-gradient(right,rgba(38,40,43,.4) 40.66%,#26282b 100%);
  background: linear-gradient(270deg,rgba(38,40,43,.4) 40.66%,#26282b 100%);
  content: '';
  height: 100%;
  left: 0;
  opacity: .6;
  position: absolute;
  top: 0;
  width: 100%
}
.hero-opacity .hero-carousel__item::before{
  opacity: .1;
}
.hero-carousel__image {
  z-index: 0
}
.hero-carousel__image img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 600px;

}
@media (max-width:767.98px) and (orientation:landscape) {
  .hero-carousel__image img {
    min-height: 100vh
  }
}
@media (min-width:768px) and (orientation:portrait) {
  .hero-carousel__image img {
    min-height: 35vh
  }
}
@media (min-width:768px) and (orientation:landscape) {
  .hero-carousel__image img {
    min-height: 100vh
  }
}
@media (min-width:992px) {
   .hero-carousel__image img {
    min-height: 70vh
  } 
  .authoring-mode img{
    height: 335px !important;
  }
}
@media (min-width:1212px) {
  .hero-carousel__image img {
    min-height: auto;
    max-height: 75vh
  }
}
.hero-carousel__container {
  position: absolute;
  top: 35%;
  top: 240px;
  right: 0;
  left: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}
@media (min-width:576px) {
  .hero-carousel__container {
    top: 45%
  }
}
@media (min-width:1441px) {
  .hero-carousel__container {
    top: 35%
  }
}
.hero-carousel__content {
  width: 100%
}
@media (min-width:768px) {
  .hero-carousel__content {
    width: 476px
  }
}
@media (min-width:992px) {
  .hero-carousel__content {
    width: 600px
  }
}
.hero-carousel__title {
  font-family: BioRhyme;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 4px;
  color: #fff
}
@media (min-width:992px) {
  .hero-carousel__title {
    margin-bottom: 8px
  }
}
.hero-carousel__desc {
  color: #fdfeff;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 28px
}
@media (min-width:992px) {
  .hero-carousel__desc {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 40px
  }
}
.hero-carousel__cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none
}
.hero-carousel__cta:first-child {
  margin-right: 50px
}
.hero-carousel__cta a {
  min-width: 180px;
  margin-right: 15px;
  font-size: 16px;
  line-height: 19px;
  padding: 12px 20px
}
.hero-carousel__cta a span {
  padding-left: 10px;
  font-size: 14px
}
@media (min-width:992px) {
  .hero-carousel__cta a {
    font-size: 18px;
    line-height: 27px;
    padding: 16px 32px
  }
}
.hero-carousel__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 40px;
  margin: 0 auto;
  left: 0;
  right: 0;
  position: absolute
}
.hero-carousel__pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}
.hero-carousel__pagination-item {
  width: 8px;
  height: 8px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 12px;
  cursor: pointer;
  -webkit-transition: .2s all ease-in-out;
  -o-transition: .2s all ease-in-out;
  -moz-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out
}
.hero-carousel__pagination-item.active {
  width: 32px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #ab8fd1
}
.hero-carousel__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}
.hero-carousel__buttons-next,
.hero-carousel__buttons-prev {
  width: 55px;
  height: 55px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: .2s all ease-in-out;
  -o-transition: .2s all ease-in-out;
  -moz-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out
}
@media (min-width:992px) {
  .hero-carousel__buttons-next,
  .hero-carousel__buttons-prev {
    width: 66px;
    height: 66px
  }
}
.hero-carousel__buttons-next.disabled,
.hero-carousel__buttons-prev.disabled {
  opacity: .7
}
.hero-carousel__buttons-prev {
  margin-right: 10px
}

@media (max-width:1212px) {
  .hero-carousel .breadcrumbs{
    display: flex;
    margin-top:32px;
  }
   .stores-hero-carousel .breadcrumbs {
    margin-top: 50px;
}
}
/*# sourceMappingURL=maps/hero-carousel.css.map */



