.image-text-hero {
  padding: 5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 992px) {
  .image-text-hero {
    padding: 3rem 0;
  }
}
.image-text-hero.theme-primary {
  background: var(--color-primary-light);
}
.image-text-hero.theme-secondary {
  background: var(--color-secondary-light);
}
.image-text-hero.theme-none {
  background: var(--color-light);
}
.image-text-hero--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.image-text-hero.invert-layout .image-text-hero--content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.image-text-hero.invert-layout .image-text-hero--image,
.image-text-hero.invert-layout .image-text-hero--video {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.image-text-hero--content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 3rem);
          flex: 0 0 calc(50% - 3rem);
  padding: 2.5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 992px) {
  .image-text-hero--content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 2rem 0;
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
}
.image-text-hero--content .heading {
  margin-bottom: 2.5rem;
}
.image-text-hero--content ul {
  padding-left: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 1rem 0;
}
.image-text-hero--content ul li {
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 10px;
}
.image-text-hero--content ul li:last-child {
  margin-bottom: 0;
}
.image-text-hero--text > *:last-child {
  margin-bottom: 0;
}
.image-text-hero--image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media only screen and (max-width: 992px) {
  .image-text-hero--image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
}
.image-text-hero--image picture,
.image-text-hero--image img {
  max-width: 100%;
  height: auto;
}
.image-text-hero--video {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media only screen and (max-width: 992px) {
  .image-text-hero--video {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
}
.image-text-hero--video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border: none;
  outline: none;
}

/*# sourceMappingURL=image-text-hero.css.map*/