/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/slider/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
.ndow-hero--slider {
  position: relative;
  min-height: 420px;
  margin-bottom: 100px;
  background-color: #000;
}
.ndow-hero--slider .swiper-container {
  max-width: 1920px;
  height: calc(100% + 110px);
}
.ndow-hero--slider .swiper-container .swiper-slide {
  box-sizing: border-box;
  padding-bottom: 85px;
}
@media (min-width: 475px) {
  .ndow-hero--slider .swiper-container .swiper-slide {
    padding-bottom: 50px;
  }
}
.ndow-hero--slider .swiper-pagination {
  display: flex;
  justify-content: center;
  bottom: 5px !important;
}
@media (min-width: 475px) {
  .ndow-hero--slider .swiper-pagination {
    justify-content: flex-end;
    padding-right: 60px;
    bottom: 85px !important;
  }
}
.ndow-hero--slider .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #19304b;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin: 0 8px !important;
  opacity: 1;
}
@media (min-width: 475px) {
  .ndow-hero--slider .swiper-pagination-bullet {
    border: 1px solid #ffffff;
  }
}
.ndow-hero--slider .swiper-pagination-bullet-active {
  background: #19304b;
}
@media (min-width: 475px) {
  .ndow-hero--slider .swiper-pagination-bullet-active {
    background: #ffffff;
  }
}
.ndow-hero--slider.ndow-hero--has-image {
  height: 620px;
  padding-top: 25px;
  padding-left: 25px;
  margin-bottom: 210px;
}
@media only screen and (min-width: 992px) {
  .ndow-hero--slider.ndow-hero--has-image {
    padding-top: 40px;
    padding-left: 40px;
  }
}
.ndow-hero--slider.ndow-hero--drop {
  display: flex;
  align-items: flex-start;
}
.ndow-hero--slider.ndow-hero--drop .ndow-hero__wrapper {
  padding: 20px 25px 0 20px;
}
@media only screen and (min-width: 992px) {
  .ndow-hero--slider.ndow-hero--drop .ndow-hero__wrapper {
    padding: 0px 40px;
  }
}
.ndow-hero--slider.ndow-hero--drop .ndow-hero__content {
  justify-content: flex-end;
}
.ndow-hero--slider.ndow-hero--drop .wp-block-ndow-blocks-button {
  margin-top: 0px;
  transform: translateY(50%);
  width: 100%;
}
@media (min-width: 475px) {
  .ndow-hero--slider.ndow-hero--drop .wp-block-ndow-blocks-button {
    width: auto;
  }
}
.ndow-hero--slider.ndow-hero--drop .wp-block-ndow-blocks-button > a {
  width: 100%;
}
@media (min-width: 475px) {
  .ndow-hero--slider.ndow-hero--drop .wp-block-ndow-blocks-button > a {
    width: auto;
  }
}
.ndow-hero--slider:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/pt-black-pattern.e1705bbe.webp) top left/485px repeat;
  z-index: 0;
}
.ndow-hero--slider .ndow-hero__wrapper {
  position: relative;
  height: 100%;
}
.ndow-hero--slider .ndow-hero--has-image .ndow-hero__wrapper {
  height: 100%;
}
.ndow-hero--slider .ndow-hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.ndow-hero--slider .ndow-hero__image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  opacity: 0.4;
  background-image: linear-gradient(to bottom, rgba(7, 9, 10, 0), #101517 75%);
}
.ndow-hero--slider .ndow-hero__image picture {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ndow-hero--slider .ndow-hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center";
}
.ndow-hero--slider .ndow-hero__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: var(--content-align, flex-start);
  height: 100%;
  z-index: 3;
}
.ndow-hero--slider .ndow-hero__content p:not(.ndow-hero__sub-title), .ndow-hero--slider .ndow-hero__content ul, .ndow-hero--slider .ndow-hero__content ol {
  max-width: 520px;
  color: #ffffff;
  font-size: 16px;
}
@media only screen and (min-width: 992px) {
  .ndow-hero--slider .ndow-hero__content p:not(.ndow-hero__sub-title), .ndow-hero--slider .ndow-hero__content ul, .ndow-hero--slider .ndow-hero__content ol {
    font-size: 20px;
  }
}
.ndow-hero--slider .ndow-hero__sub-title {
  color: #fff;
  font: 600 42px/1.14 futura-pt, Arial, Helvetica, sans-serif;
  margin-bottom: unset !important;
}

/*# sourceMappingURL=style-index.css.map*/