/** Shopify CDN: Minification failed

Line 468:31 Expected "]" to go with "["
Line 468:71 Unexpected "]"
Line 496:33 Expected "]" to go with "["
Line 496:73 Unexpected "]"

**/
.image-with-text .grid {
  margin-bottom: 0;
}

.image-with-text .grid__item {
  position: relative;
}

@media screen and (min-width: 750px) {
  .image-with-text__grid--reverse {
    flex-direction: row-reverse;
  }
}
.image-with-text__media {
  min-height: 100%;
  overflow: visible;
}

.image-with-text__media--small {
  height: 19.4rem;
}

.image-with-text__media--medium {
  height: 29.6rem;
}

.image-with-text__media--large {
  height: 43.5rem;
}

@media screen and (min-width: 750px) {
  .image-with-text__media--small {
    height: 31.4rem;
  }
  .image-with-text__media--medium {
    height: 46rem;
  }
  .image-with-text__media--large {
    height: 59.1rem;
  }
}
.image-with-text__media--placeholder {
  position: relative;
  overflow: hidden;
}

.image-with-text__media--placeholder:after {
  content: "";
  position: absolute;
  background: rgba(var(--color-foreground), 0.04);
}

.image-with-text__media--placeholder.image-with-text__media--adapt {
  height: 20rem;
}

@media screen and (min-width: 750px) {
  .image-with-text__media--placeholder.image-with-text__media--adapt {
    height: 30rem;
  }
}
.image-with-text__media--placeholder > svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.image-with-text__media--placeholder.animate--ambient > svg {
  top: 0;
  left: 0;
  transform: translate(0);
}

.image-with-text__media--placeholder.animate--zoom-in > svg {
  top: 0;
  left: 0;
  transform: translate(0);
}

.image-with-text__content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-self: center;
  padding: 4rem calc(4rem / var(--font-body-scale)) 5rem;
  position: relative;
  z-index: 1;
}

.image-with-text .grid__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.image-with-text:not(.image-with-text--overlap) .image-with-text__media-item:after {
  border-radius: var(--media-radius);
}

.image-with-text:not(.image-with-text--overlap) .image-with-text__text-item:after {
  border-radius: var(--text-boxes-radius);
}

.image-with-text .image-with-text__media-item > * {
  border-radius: var(--media-radius);
  overflow: hidden;
}

.image-with-text .global-media-settings {
  overflow: hidden !important;
}

.image-with-text .image-with-text__text-item > * {
  border-radius: var(--text-boxes-radius);
}

.image-with-text:not(.image-with-text--overlap) .image-with-text__media-item > *,
.image-with-text:not(.image-with-text--overlap) .image-with-text__text-item > * {
  box-shadow: none;
}

@media screen and (max-width: 749px) {
  .image-with-text.collapse-borders:not(.image-with-text--overlap) .image-with-text__content {
    border-top: 0;
  }
}
.image-with-text__content--mobile-right > * {
  align-self: flex-end;
  text-align: right;
}

.image-with-text__content--mobile-center > * {
  align-self: center;
  text-align: center;
}

.image-with-text--overlap .image-with-text__content {
  width: 90%;
  margin: -3rem auto 0;
}

@media screen and (min-width: 750px) {
  .image-with-text__grid--reverse .image-with-text__content {
    margin-left: auto;
  }
  .image-with-text__content--bottom {
    justify-content: flex-end;
    align-self: flex-end;
  }
  .image-with-text__content--top {
    justify-content: flex-start;
    align-self: flex-start;
  }
  .image-with-text__content--desktop-right > * {
    align-self: flex-end;
    text-align: right;
  }
  .image-with-text__content--desktop-left > * {
    align-self: flex-start;
    text-align: left;
  }
  .image-with-text__content--desktop-center > * {
    align-self: center;
    text-align: center;
  }
  .image-with-text--overlap .image-with-text__text-item {
    display: flex;
    padding: 3rem 0;
  }
  .image-with-text--overlap .image-with-text__content {
    height: auto;
    width: calc(100% + 4rem);
    min-width: calc(100% + 4rem);
    margin-top: 0;
    margin-left: -4rem;
  }
  .image-with-text--overlap .image-with-text__grid--reverse .image-with-text__content {
    margin-left: 0;
    margin-right: -4rem;
  }
  .image-with-text--overlap .image-with-text__grid--reverse .image-with-text__text-item {
    justify-content: flex-end;
  }
  .image-with-text--overlap .image-with-text__media-item--top {
    align-self: flex-start;
  }
  .image-with-text--overlap .image-with-text__media-item--middle {
    align-self: center;
  }
  .image-with-text--overlap .image-with-text__media-item--bottom {
    align-self: flex-end;
  }
  .image-with-text__media-item--small,
  .image-with-text__media-item--large + .image-with-text__text-item {
    flex-grow: 0;
  }
  .image-with-text.collapse-borders:not(.image-with-text--overlap) .grid:not(.image-with-text__grid--reverse) .image-with-text__content {
    border-left: 0;
  }
  .image-with-text.collapse-borders:not(.image-with-text--overlap) .image-with-text__grid--reverse .image-with-text__content {
    border-right: 0;
  }
}
.image-with-text:not(.collapse-corners):not(.image-with-text--overlap) .image-with-text__media-item {
  z-index: 2;
}

/* Needed for gradient continuity with or without animation so that transparent PNG images come up as we would expect */
.image-with-text:not(.image-with-text--overlap) .color-background-1,
.image-with-text.image-with-text--overlap .image-with-text__media.color-background-1 {
  background: transparent;
}

/* Needed for gradient continuity with or without animation, the transform scopes the gradient to its container which happens already when animation are turned on */
.image-with-text .gradient {
  transform: perspective(0);
}

.image-with-text__content {
  border-radius: var(--text-boxes-radius);
  box-shadow: var(--text-boxes-shadow-horizontal-offset) var(--text-boxes-shadow-vertical-offset) var(--text-boxes-shadow-blur-radius) rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
  word-break: break-word;
}

.image-with-text__content > * + * {
  margin-top: 3.2rem;
}

.image-with-text__content > .image-with-text__text:empty ~ a {
  margin-top: 2rem;
}

.image-with-text__content > .image-with-text__heading:first-child {
  margin-top: 0;
}

.image-with-text__text--caption + .image-with-text__heading,
.image-with-text__text--caption:first-child {
  margin-top: 0;
}

.image-with-text__content .image-with-text__heading:last-child {
  margin-bottom: 0;
}

.image-with-text__text--caption {
  margin-bottom: 0;
}

.image-with-text__content .button + .image-with-text__text {
  margin-top: 2rem;
}

.image-with-text__content .image-with-text__text + .button {
  margin-top: 3rem;
}

.image-with-text__heading {
  margin-bottom: 0;
}

.image-with-text__text p {
  margin-top: 0;
  margin-bottom: 1rem;
}

@media screen and (max-width: 749px) {
  .collapse-padding .image-with-text__grid .image-with-text__content {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 750px) {
  .collapse-padding .image-with-text__grid:not(.image-with-text__grid--reverse) .image-with-text__content:not(.image-with-text__content--desktop-center) {
    padding-right: 0;
  }
  .collapse-padding .image-with-text__grid--reverse .image-with-text__content:not(.image-with-text__content--desktop-center) {
    padding-left: 0;
  }
}
/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  .image-with-text .grid {
    margin-left: 0;
  }
}
/*
  Multirow
  note: consider removing from this stylesheet if multirow-specific styles increase signficantly
*/
.multirow__inner {
  display: flex;
  flex-direction: column;
  row-gap: var(--grid-mobile-vertical-spacing);
}

@media screen and (min-width: 750px) {
  .multirow__inner {
    row-gap: var(--grid-desktop-vertical-spacing);
  }
}
/* ==========================================================================
Overrides
========================================================================== */
/* ==========================================================================
Container
========================================================================== */
/* ==========================================================================
Grid
========================================================================== */
/* ==========================================================================
Colors
========================================================================== */
.image-with-text__content {
  border: 0;
  box-sizing: border-box;
  padding: 0 0 5rem 0;
}
.image-with-text__content.content-container::after {
  box-shadow: none;
}

@media screen and (min-width: 990px) {
  .image-with-text__grid--reverse .image-with-text__content {
    padding: 0 7rem 0 0;
  }
  .image-with-text__content {
    padding: 0 0 0 7rem;
  }
}
.image-with-text__heading {
  color: var(--color-heading);
}

.image-with-text--overlap .image-with-text__content {
  padding-left: 7rem;
  padding-right: 7rem;
}

@media screen and (max-width: 989px) {
  .image-with-text--no-overlap .image-with-text__media-item {
    order: 1;
  }
  .image-with-text--no-overlap .image-with-text__text-item {
    order: 0;
  }
  .image-with-text--overlap .image-with-text__content {
    padding: 4rem 2rem 5rem;
  }
}
.image-with-text__media.media--contain img {
  top: 50% !important;
}
.image-with-text__media.media--contain img {
  transform: translateY(-50%);
}
.image-with-text__media.media--contain::after {
  bottom: auto;
  box-shadow: 0 0 0 var(--media-radius) rgba(var(--color-background), 1);
  padding-bottom: inherit;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}

.image-with-text__media--small.media--contain img {
  max-height: 19.4rem;
}
.image-with-text__media--small.media--contain::after {
  left: 50%;
  padding-bottom: 19.4rem;
  transform: translate(-50%, -50%);
  width: 18.4rem;
}

.image-with-text__media--medium.media--contain img {
  max-height: 29.6rem;
}
.image-with-text__media--medium.media--contain::after {
  left: 50%;
  padding-bottom: 29.6rem;
  transform: translate(-50%, -50%);
  width: 28.6rem;
}

.image-with-text__media--large.media--contain img {
  max-height: 43.5rem;
}
.image-with-text__media--large.media--contain::after {
  left: 50%;
  padding-bottom: 43.5rem;
  transform: translate(-50%, -50%);
  width: 41.5rem;
}

@media screen and (min-width: 750px) {
  .image-with-text__media--small.media--contain img {
    max-height: 31.4rem;
  }
  .image-with-text__media--small.media--contain::after {
    padding-bottom: 31.4rem;
    width: 29.4rem;
  }
  .image-with-text__media--medium.media--contain img {
    max-height: 46rem;
  }
  .image-with-text__media--medium.media--contain::after {
    padding-bottom: 46rem;
    width: 43rem;
  }
  .image-with-text__media--large.media--contain img {
    max-height: 59.1rem;
  }
  .image-with-text__media--large.media--contain::after {
    padding-bottom: calc(100% + 2rem);
    width: 100%;
  }
}
@media screen and (min-width: 750px) and (max-width: 989px) {
  .image-with-text__media--large.media--contain img {
    max-height: 59.1rem;
  }
  .image-with-text__media--large.media--contain::after {
    padding-bottom: 69.5rem;
    width: 59.1rem;
  }
}
.mobile-button-full-width .button {
  width: 100%;
}
@media only screen and (min-width: 989px) {
  .mobile-button-full-width .button {
    width: auto;
    width: initial;
  }
}

.image-with-text__video-wrapper {
  border-radius: var(--media-radius);
  height: 280px;
  width: 100%;
}
.image-with-text__video-wrapper video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-with-text__media[\:has\(.image-with-text__double-image-wrapper\)] {
  padding-bottom: 125%;
}

.image-with-text__media:has(.image-with-text__double-image-wrapper) {
  padding-bottom: 125%;
}

.image-with-text__double-image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
}
.image-with-text__double-image-wrapper img:first-of-type {
  max-width: 90%;
  max-height: 60%;
}
.image-with-text__double-image-wrapper img:last-of-type {
  max-width: 90%;
  max-height: 60%;
  position: absolute;
  top: 40%;
  left: 10%;
}

@media screen and (min-width: 990px) {
  .image-with-text__video-wrapper {
    height: 100%;
  }
  .image-with-text__media[\:has\(.image-with-text__double-image-wrapper\)] {
    padding-bottom: 60%;
  }
  .image-with-text__media:has(.image-with-text__double-image-wrapper) {
    padding-bottom: 60%;
  }
  .image-with-text__double-image-wrapper img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .image-with-text__double-image-wrapper img:first-of-type {
    max-width: 75%;
    max-height: 75%;
  }
  .image-with-text__double-image-wrapper img:last-of-type {
    max-width: 60%;
    max-height: 60%;
    left: 40%;
  }
  .image-with-text__grid--reverse .image-with-text__double-image-wrapper img:first-of-type {
    float: right;
  }
  .image-with-text__grid--reverse .image-with-text__double-image-wrapper img:last-of-type {
    left: 0;
  }
}
.image-with-text__button--wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  width: 100%;
}
.image-with-text__button--wrapper .button {
  width: 100%;
}

@media screen and (min-width: 990px) {
  .image-with-text__button--wrapper {
    flex-direction: row;
    gap: 1.6rem;
    width: auto;
    width: initial;
  }
  .image-with-text__button--wrapper .button {
    width: auto;
  }
}
