/*!*****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./template-parts/blocks/background-image-content/background-image-content.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************/
/*******************************************/
/*******************************************/
.background-image-content {
  position: relative;
  padding-top: 20px;
}
.background-image-content .container {
  position: relative;
}
.background-image-content .row {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  aspect-ratio: 2.013215859;
  height: auto;
  width: 100%;
}
@media (max-width: calc(48rem - 0.99px)) {
  .background-image-content .row {
    aspect-ratio: 0.7243075989;
    height: auto;
  }
}
@supports not (aspect-ratio: 1/1) {
  .background-image-content .row {
    padding-top: calc(0.4967177243 * 100%);
    height: 0;
  }
  @media (max-width: calc(48rem - 0.99px)) {
    .background-image-content .row {
      padding-top: calc(1.3806288952 * 100%);
    }
  }
}
.background-image-content .background-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: 16px;
  overflow: hidden;
}
.background-image-content .background-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: block;
}
.background-image-content .background-image:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(258deg, rgba(0, 0, 0, 0) 32.05%, rgba(0, 0, 0, 0.8) 68.29%);
  border-radius: 16px;
  z-index: 1;
}
.background-image-content .content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 20px;
  height: 100%;
  padding: 50px 50px 90px 50px;
}
@media (max-width: calc(64rem - 0.99px)) {
  .background-image-content .content {
    padding: 20px 20px 45px 20px;
  }
}
.background-image-content .content .icon {
  width: 471.709px;
  height: 52.28px;
}
@media (max-width: calc(48rem - 0.99px)) {
  .background-image-content .content .icon {
    width: 204.553px;
    height: 22.671px;
  }
}
.background-image-content .content .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
.background-image-content .content .title {
  z-index: 1;
  max-width: 787px;
  color: #f9f7fd;
  font-family: "Syne", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}
.background-image-content .content .desc {
  z-index: 1;
  max-width: 787px;
}
.background-image-content .content .desc p {
  color: #f9f7fd;
  font-family: "Epilogue", sans-serif;
  font-weight: 300;
  line-height: 1.875rem;
  font-size: 1.25rem;
}
@media (max-width: calc(64rem - 0.99px)) {
  .background-image-content .content .desc p {
    font-size: 0.9375rem;
    line-height: 1.3125rem;
  }
}

/*# sourceMappingURL=background-image-content.css.map*/