/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/styles/acf-blocks/general/banner-with-text-link.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
.banner-with-text-link {
  position: relative;
  min-height: 388px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .banner-with-text-link {
    height: 390px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, #003630));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, #003630 50%);
  }
}
.banner-with-text-link.negative-margin-top {
  margin-top: -42px;
}
@media screen and (min-width: 768px) {
  .banner-with-text-link.negative-margin-top {
    margin-top: -64px;
  }
}
.banner-with-text-link.negative-margin-bottom {
  margin-bottom: -42px;
}
@media screen and (min-width: 768px) {
  .banner-with-text-link.negative-margin-bottom {
    margin-bottom: -64px;
  }
}
.banner-with-text-link.min-height-420 {
  min-height: 420px;
}
.banner-with-text-link.min-height-720 {
  min-height: 708px;
}
@media screen and (min-width: 1024px) {
  .banner-with-text-link {
    min-height: 500px;
    max-height: 717px;
  }
  .banner-with-text-link.negative-margin-top {
    margin-top: -67px;
  }
  [dir=rtl] .banner-with-text-link.negative-margin-top {
    margin-top: -71px;
  }
  .banner-with-text-link.negative-margin-bottom {
    margin-bottom: -65px;
  }
  [dir=rtl] .banner-with-text-link.negative-margin-bottom {
    margin-bottom: -70px;
  }
}
@media screen and (min-height: 1200px) {
  .banner-with-text-link.negative-margin-top {
    margin-top: -70px;
  }
  .banner-with-text-link.negative-margin-bottom {
    margin-bottom: -72px;
  }
}
.banner-with-text-link__container {
  padding-top: 82px;
  padding-bottom: 82px;
}
@media screen and (min-width: 1200px) {
  .banner-with-text-link__container {
    padding-top: 159px;
    padding-bottom: 94px;
  }
}
.banner-with-text-link__title {
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .banner-with-text-link__title {
    font-size: 42px;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .banner-with-text-link__title {
    font-size: 56px;
  }
}
.banner-with-text-link__description {
  margin-bottom: 30px;
}
.banner-with-text-link__description br {
  display: none;
}
@media screen and (max-width: 1024px) {
  .banner-with-text-link__description {
    max-width: 400px;
  }
}
@media screen and (min-width: 576px) {
  .banner-with-text-link__description br {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .banner-with-text-link__description {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .banner-with-text-link__description--heading {
    font-size: 18px;
    line-height: 1.35;
  }
  [dir=rtl] .banner-with-text-link__description--heading {
    line-height: 1.45;
  }
}
@media screen and (min-width: 1024px) {
  .banner-with-text-link__description--heading {
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .banner-with-text-link__description--heading {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.45;
  }
  [dir=rtl] .banner-with-text-link__description--heading {
    line-height: 1.55;
  }
}
.banner-with-text-link__background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.banner-with-text-link__background img {
  min-height: 310px;
  -o-object-position: center;
     object-position: center;
}
.object-position-top-desktop .banner-with-text-link__background img {
  -o-object-position: top;
     object-position: top;
}
.banner-with-text-link__content {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .banner-with-text-link__content {
    max-width: 490px;
  }
  .banner-with-text-link__content br {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .banner-with-text-link__content {
    max-width: 245px;
  }
  [dir=rtl] .banner-with-text-link__content {
    max-width: 380px;
  }
  .banner-with-text-link__content.text-center-mobile {
    max-width: 480px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
  }
  .banner-with-text-link__content.text-center-mobile ~ .banner-with-text-link__btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #003630;
    color: #FFFFFF;
  }
}
@media screen and (max-width: 576px) {
  .banner-with-text-link__content {
    max-width: 161px;
  }
  [dir=rtl] .banner-with-text-link__content {
    max-width: 210px;
  }
}
.banner-with-text-link__btn.btn {
  max-width: 335px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .banner-with-text-link__btn.btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
  }
}

/*# sourceMappingURL=banner-with-text-link.css.map*/