/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./src/blocks/about-hero/_about-hero-styles.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*
* Units
*/
/*
* Quick pseudoclass
*/
/*
* Position absolute
*/
/*
* Custom scrollbar
*/
/*
* Fluid Typography.
*/
/*
* Truncates
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
.block-about-hero {
  display: block;
  position: relative;
  padding-top: 50px;
  overflow: hidden;
}
.block-about-hero.fixed + section {
  margin-top: 96px;
}
@media (max-width: 1199.98px) {
  .block-about-hero.fixed + section {
    margin-top: 74px;
  }
}
@media (max-width: 767.98px) {
  .block-about-hero.fixed + section {
    margin-top: 50px;
  }
}
@media (max-width: 767.98px) {
  .block-about-hero {
    padding-top: 0;
  }
}
@media (max-width: 991.98px) {
  .block-about-hero > .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1535.98px) {
  .block-about-hero > .container {
    max-width: 95%;
  }
}
@media (max-width: 767.98px) {
  .block-about-hero > .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.block-about-hero .content-wrapper {
  position: relative;
  height: 520px;
  border-radius: 13px;
}
@media (max-width: 1799.98px) {
  .block-about-hero .content-wrapper {
    height: auto;
  }
}
.block-about-hero .content-wrapper .row {
  height: 100%;
  align-items: flex-end;
}
@media (max-width: 1799.98px) {
  .block-about-hero .content-wrapper .row {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
  }
}
.block-about-hero .page-title {
  display: block;
  position: relative;
  z-index: 2;
  font-weight: 700;
  font-size: 5.4rem;
  line-height: 1.2;
  margin-bottom: 70px;
  color: white;
  text-transform: uppercase;
}
@media (max-width: 1535.98px) {
  .block-about-hero .page-title {
    font-size: 3.6rem;
    margin-bottom: 40px;
  }
}
@media (max-width: 991.98px) {
  .block-about-hero .page-title {
    font-size: 3rem;
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .block-about-hero .page-title {
    margin-top: 35px;
    margin-left: 30px;
    font-size: 3.2rem;
  }
}
.block-about-hero .background {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: auto;
  border-radius: 16px;
}
@media (max-width: 1799.98px) {
  .block-about-hero .background {
    position: relative;
  }
}
.block-about-hero .background--desktop {
  display: block;
}
@media (max-width: 767.98px) {
  .block-about-hero .background--desktop {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .block-about-hero .background--mobile {
    display: block;
    height: 260px;
  }
}
.block-about-hero .image {
  display: none;
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}
.block-about-hero .image--desktop {
  display: block;
  padding-right: 170px;
}
@media (max-width: 1799.98px) {
  .block-about-hero .image--desktop {
    padding-right: 100px;
  }
}
@media (max-width: 1535.98px) {
  .block-about-hero .image--desktop {
    padding-right: 50px;
  }
}
@media (max-width: 767.98px) {
  .block-about-hero .image--desktop {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .block-about-hero .image--mobile {
    display: block;
    height: 175px;
    width: auto;
    margin: 0 auto;
    margin-top: -18px;
  }
}
