/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/page-hero/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
.wp-block-create-block-page-hero {
  position: relative;
}

.page-hero {
  padding-bottom: 2rem !important;
}
.page-hero.loaded h1 {
  opacity: 1;
}
.page-hero h1 {
  opacity: 0;
}
.page-hero .wp-block-columns {
  margin-bottom: 0;
}
.page-hero p {
  color: white;
  font-size: 20px;
  margin-top: 1rem;
}

.page-hero:not(.hero-img-cover) .page-hero-img .wp-block-image {
  height: 240px;
  display: block;
  width: 100%;
  margin: 0;
}
.page-hero:not(.hero-img-cover) .page-hero-img .wp-block-image img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
  width: 100%;
  height: 100%;
}

.page-hero-content {
  position: relative;
  z-index: 1;
}
.page-hero-content .wp-block-buttons {
  margin: 3rem 0 1rem;
  gap: 1rem;
}

.page-hero.hero-img-cover .page-hero-img .wp-block-image {
  overflow: hidden;
  height: 340px;
  display: grid;
}
.page-hero.hero-img-cover .page-hero-img .wp-block-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 30rem) {
  .site-main > .wp-block-create-block-page-hero .page-hero:not(.includes-lottie) {
    padding-top: 6rem;
  }
}
@media screen and (min-width: 47.5rem) and (max-width: 75rem) {
  .page-hero-content h1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 47.5rem) {
  .page-hero:not(.includes-lottie) {
    padding-bottom: 5rem !important;
    padding-top: 7rem !important;
  }
  .page-hero-img .wp-block-image {
    height: 350px;
    margin-top: 20px;
  }
  .page-hero-img .wp-block-image img {
    -o-object-position: right center;
       object-position: right center;
  }
  .page-hero-content .wp-block-buttons {
    margin-bottom: 0;
  }
}
@media (min-width: 60rem) {
  .page-hero:not(.includes-lottie) {
    padding-top: 8rem !important;
  }
  .page-hero {
    padding-top: 8rem !important;
  }
  .page-hero .page-hero-content {
    padding-right: 2rem;
    margin-top: -6rem;
  }
  .page-hero .wp-block-columns {
    gap: 60px !important;
  }
  .page-hero .wp-block-columns .wp-block-column:first-child {
    flex-basis: 60% !important;
  }
  .page-hero .wp-block-columns .wp-block-column:first-child h1,
  .page-hero .wp-block-columns .wp-block-column:first-child p {
    max-width: 800px;
  }
  .page-hero .wp-block-columns .wp-block-column:last-child {
    flex-basis: auto !important;
    flex-grow: 1;
    width: auto;
  }
  .page-hero-img .wp-block-image {
    min-height: 450px;
    height: auto;
  }
  .page-hero.hero-img-cover .page-hero-img .wp-block-image {
    height: 100%;
    min-height: 400px;
  }
}
@media (min-width: 75rem) {
  .page-hero h1 {
    font-size: 60px;
  }
}
.page-hero.includes-lottie {
  padding-top: 5em !important;
}
.page-hero.includes-lottie .page-hero-img {
  display: none !important;
}

@media (max-width: 47.5rem) {
  .page-hero.includes-lottie.insights {
    padding-bottom: 0em !important;
  }
}
@media (min-width: 47.5rem) {
  .page-hero.includes-lottie .page-hero-content {
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 60%;
  }
  .page-hero-lottie {
    width: 45%;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    width: 50%;
  }
}
@media (min-width: 60rem) {
  .page-hero.includes-lottie {
    padding-bottom: 0em !important;
  }
  .page-hero.includes-lottie .page-hero-content {
    max-width: 50%;
    min-height: 450px;
  }
  .page-hero-lottie {
    width: 50%;
  }
}
@media (min-width: 75rem) {
  .page-hero.includes-lottie .page-hero-content {
    min-height: 630px;
    max-width: 45%;
  }
  .page-hero-lottie {
    width: 55%;
  }
}
header:has(~ .site-main .page-hero.includes-lottie.expertise) {
  background-color: #1b1818;
}

.page-hero.includes-lottie.locations .page-hero-content {
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 100%;
}

.page-hero.includes-lottie.locations .page-hero-content {
  max-width: 100%;
  flex-basis: 100% !important;
  text-align: center;
}
.page-hero.includes-lottie.locations .page-hero-content h1 {
  max-width: 100% !important;
}

.page-hero-lottie.expertise,
.page-hero-lottie.locations {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  z-index: 0;
}

.page-hero-lottie.expertise {
  display: none;
}

.page-hero-lottie.locations {
  width: 150%;
  left: -25%;
  padding-top: 80px;
  overflow: hidden;
}
.page-hero-lottie.locations lottie-player {
  position: absolute;
}
.page-hero-lottie.locations:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100px;
  width: 100%;
  height: 200px;
  background: linear-gradient(180deg, rgba(27, 24, 24, 0) 0%, #1B1818 40.87%);
}

@media (min-width: 47.5rem) {
  .page-hero.includes-lottie.expertise .page-hero-content {
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 60%;
  }
  .page-hero-lottie.expertise {
    display: block;
  }
}
@media (min-width: 60rem) {
  .page-hero.includes-lottie.expertise .page-hero-content,
  .page-hero.includes-lottie.locations .page-hero-content {
    min-height: 350px;
  }
  .page-hero-lottie.expertise {
    width: 95%;
    right: auto;
    top: 10%;
  }
  .page-hero-lottie.locations {
    width: 130%;
    left: -15%;
    padding-top: 200px;
  }
}
@media (min-width: 75rem) {
  .page-hero.includes-lottie.expertise .page-hero-content,
  .page-hero.includes-lottie.locations .page-hero-content {
    min-height: 600px;
  }
}

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