.hero-content {
  --hero-content-bottom-line-content: none;
  --hero-content-pretitle-font-size: 1em;
  --hero-content-pretitle-font-weight: 400;
  --hero-content-pretitle-line-height: 1;
  --hero-content-pretitle-margin: 0;
  --hero-content-title-font-size-lg: 3.6em;
  --hero-content-title-font-size: 2.13em;
  --hero-content-title-font-weight: 600;
  --hero-content-title-line-height: 1.3;
  --hero-content-title-text-transform: none;
  --hero-content-description-color: var(--color-white);
  --hero-content-description-font-size-lg: 1.467em;
  --hero-content-description-line-height: calc(.5rem + 1em);
  --hero-content-description-margin: 1.333em 0 0;
  --hero-content-subtitle-font-size: var(--heading-h4-font-size);
  --hero-content-subtitle-color: var(--color-white);
}

@media (min-width: 992px) {
  .hero-content {
    --hero-content-pretitle-font-size: 1.467em;
    --hero-content-subtitle-font-size-lg: var(--heading-h4-font-size);
  }
}

.hero-content__pretitle-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  gap: 1.067em;
  margin-bottom: .75em;
}

.hero-content__pretitle {
  text-transform: none;
}

.hero-content__subtitle {
  margin-top: 1em;
}

.hero-content__links {
  margin-top: 2em;
}

.hero-content__shape {
  -webkit-clip-path: var(--shape);
          clip-path: var(--shape);
  -webkit-transform: rotate(calc(var(--shape-deg) * -1));
          transform: rotate(calc(var(--shape-deg) * -1));
  margin: 0;
}

.hero-content__shape img {
  aspect-ratio: 1 / 1;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: rotate(var(--shape-deg, 0));
          transform: rotate(var(--shape-deg, 0));
}

.hero-content .shape {
  --shape-size: 1.6em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (min-width: 992px) {
  .hero-content .shape {
    --shape-size: 2.13em;
  }
}

/*# sourceMappingURL=../../maps/organisms/hero-content/hero-content.css.map */
