/** Shopify CDN: Minification failed

Line 663:0 Unexpected ","

**/
.image-with-text .grid {
  margin-bottom: 0;
  justify-content:center;
  gap: 16px;
}

.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: 69.5rem;
  }
}

.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:is(.animate--ambient, .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-right: calc(2rem / var(--font-body-scale)) ;
  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);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
}

.image-with-text:not(.image-with-text--overlap) .image-with-text__text-item:after {
  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));
}

.image-with-text .image-with-text__media-item > * {
  border-radius: var(--media-radius);
  overflow: hidden;
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius)
    rgba(var(--color-shadow), var(--media-shadow-opacity));
}

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

.image-with-text .image-with-text__text-item > * {
  border-radius: var(--text-boxes-radius);
  overflow: hidden;
  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));
}

.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-corners:not(.image-with-text--overlap) .image-with-text__media-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .grid__item .image-with-text__media,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__media img,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__media .placeholder-svg {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .image-with-text.collapse-corners:not(.image-with-text--overlap) .image-with-text__text-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap) .grid__item .image-with-text__content {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .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-corners:not(.image-with-text--overlap)
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__media-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__media,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__media
    img,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__media
    .placeholder-svg,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .image-with-text__grid--reverse
    .image-with-text__text-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .image-with-text__grid--reverse
    .image-with-text__content,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .image-with-text__grid--reverse
    .image-with-text__content:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__text-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__content,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .grid:not(.image-with-text__grid--reverse)
    .image-with-text__content:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .image-with-text__grid--reverse
    .image-with-text__media-item:after,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .image-with-text__grid--reverse
    .image-with-text__media,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .image-with-text__grid--reverse
    .image-with-text__media
    img,
  .image-with-text.collapse-corners:not(.image-with-text--overlap)
    .image-with-text__grid--reverse
    .image-with-text__media
    .placeholder-svg {
    border-top-left-radius: 0;
    border-bottom-left-radius: 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, .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.image-with-text--overlap .backround-transparent,
.image-with-text:not(.image-with-text--overlap) .background-transparent {
  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 .image-with-text__content .button,
  .image-with-text .image-with-text__content .button:where(.button--primary, .button--secondary, .button--tertiary) {
    background: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
  }
  .image-with-text .image-with-text__content .button:hover,
  .image-with-text .image-with-text__content .button:focus-visible {
    background: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
  }
@media screen and (min-width: 990px) {
  .image-with-text__content {
    padding: 3rem 2rem 3rem;
  }
}

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

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

.image-with-text__content > :first-child:is(.image-with-text__heading),
.image-with-text__text--caption + .image-with-text__heading,
.image-with-text__text--caption:first-child {
  margin-top: 0;
}

.image-with-text__content :last-child:is(.image-with-text__heading),
.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);
  }
}


/* 1) Stop the full-width overlay link inside Image-with-text */
.image-with-text .full-width-link,
.image-with-text .full-unstyled-link {
  position: static !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  width: auto !important;
  height: auto !important;
  display: inline !important;
  z-index: auto !important;
}

/* 2) Make the button the only obvious hit area + focus target */
.image-with-text__content .button {
  display: inline-flex !important;
  width: auto !important;
  position: relative;
  z-index: 2;
  text-decoration: none;
}

/* Optional: if you still see a container-sized focus ring, scope it to the button */
.image-with-text__content *:focus-visible {
  outline: none;
  box-shadow: none;
}
.image-with-text__content .button:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
              0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

/* (Only if needed) If your button was stretching full-width, prevent that */
.image-with-text__content .button {
  flex: 0 0 auto;
  min-width: 0;
}

/* === Image-with-text: 40% media / 50% text on desktop === */
@media (min-width: 750px) {
  /* keep columns the same height */
  .image-with-text .grid { align-items: center; }

  /* media column =45% */
  .image-with-text__media-item {
    flex: 0 0 45%;
    max-width: 37%;
    display: flex;            /* lets the media fill vertically */
  }

  /* text column = 50% */
  .image-with-text__text-item {
    flex: 0 0 50%;
    max-width: 48%;
  }

  /* make the media wrapper fill its column */
  .image-with-text__media,
  .image-with-text .global-media-settings {
    width: 100%;
    height: 100% !important;
  }

  /* override Dawn’s fixed media heights */
  .image-with-text__media--small,
  .image-with-text__media--medium,
  .image-with-text__media--large {
    height: 100% !important;
  }

  /* have the actual image/video fill the wrapper */
  .image-with-text__media > img,
  .image-with-text__media > video,
  .image-with-text__media .placeholder-svg {
    width: 100%;
    height: 100%;
    object-fit: cover; /* fills the box; switch to 'contain' if you prefer no cropping */
  }
}

/* Disable "overlap" layout on mobile */
@media (max-width: 749px) {
  .image-with-text.image-with-text--overlap .image-with-text__content {
    width: 100% !important;       /* was 90% */
    min-width: 100% !important;   /* undo calc(...) */
    margin: 0 !important;         /* remove negative/top margin */
  }

  .image-with-text.image-with-text--overlap .image-with-text__text-item {
    display: block !important;    /* was flex in overlap */
    padding: 0 !important;        /* undo 3rem 0 from overlap */
  }

  /* keep columns full-width and aligned */
  .image-with-text.image-with-text--overlap .image-with-text__media-item,
  .image-with-text.image-with-text--overlap .image-with-text__text-item {
    align-self: stretch !important;
  }
}
/* Match mobile container background to section color scheme */
@media (max-width: 749px) {
  .image-with-text.image-with-text--overlap .image-with-text__content {
    background: inherit !important;   /* pull from parent section */
    color: inherit !important;        /* text inherits too */
    box-shadow: none !important;      /* optional: flatten shadows for mobile */
  }
}
/* === Image-with-text: overlay on mobile with white typography + white button === */
@media screen and (max-width: 749px) {
  /* Make the media the stacking context */
  .image-with-text .grid {
    position: relative;
    display: block; /* break the two-column grid */
  }

  /* Media takes full width; keep corners clean */
  .image-with-text .image-with-text__media-item {
    position: relative;
    width: 100%;
    max-width: 100%;
  }

  /* Ensure media fills and can be covered */
  .image-with-text .image-with-text__media,
  .image-with-text .global-media-settings {
    width: 100%;
    height: 100% !important;
    overflow: hidden;
  }
  .image-with-text .image-with-text__media > img,
  .image-with-text .image-with-text__media > video,
  .image-with-text .image-with-text__media .placeholder-svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* Add a subtle dark gradient over the image for readability */
  .image-with-text .image-with-text__media-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      to top,
      rgba(0,0,0,0.55) 0%,
      rgba(0,0,0,0.35) 40%,
      rgba(0,0,0,0.15) 100%
    );
    z-index: 1;
    border-radius: inherit;
    pointer-events: none;
  }

  /* Position content OVER the image */
  .image-with-text .image-with-text__text-item {
    position: absolute;
    inset: 0;
    z-index: 2; /* above gradient */
    display: flex;
    align-items: flex-end; /* put copy near bottom; change to center/top if you prefer */
    padding: 1rem 1.6rem 1rem 1.6rem;
    max-width: 100%;
    background: none !important;
    box-shadow: none !important;
  }

  .image-with-text .image-with-text__content {
    width: 100%;
    margin: 0 !important;
    padding: 0;
    background: transparent !important;
    box-shadow: none !important;
    color: #fff !important;
  }

  /* Make ALL text white inside the section on mobile */
  .image-with-text .image-with-text__content,
  .image-with-text .image-with-text__content :where(h1,h2,h3,h4,h5,h6,p,span,li,a,small,strong,em) {
    color: #fff !important;
  }

  /* Buttons: white bg, black text; light grey on hover */
  .image-with-text .image-with-text__content .button,
  .image-with-text .image-with-text__content .button:where(.button--primary, .button--secondary, .button--tertiary) {
    background: #fff !important;
    color: #000 !important;
    border-color: #fff !important;
  }
  .image-with-text .image-with-text__content .button:hover,
  .image-with-text .image-with-text__content .button:focus-visible {
    background: #ECECF0 !important;
    border-color: #ECECF0 !important;
    color: #000 !important;
  }

  /* Optional: tighten vertical rhythm and avoid huge gaps */
  .image-with-text .image-with-text__content > * + * {
    margin-top: 0.8rem;
  }

  /* If your theme uses an overlap variant, neutralize it on mobile while keeping overlay */
  .image-with-text.image-with-text--overlap .image-with-text__text-item {
    padding: 2rem 1.6rem 2.4rem !important;
  }
}

/* If you prefer centered text on mobile, swap this block in:
@media (max-width: 749px) {
  .image-with-text .image-with-text__text-item { align-items: center; }
  .image-with-text .image-with-text__content { text-align: center; }
}
*/
.button,
.button--primary {
  --color-button: 0, 0, 0; /* --alpha-button-background: 1; /* fully opaque */
  --color-button-text: 0, 0, 0;
  background-color: rgba(255, 255, 255, 1);
  color: rgb(0, 0, 0);
}
,
.button:hover,
.button--primary:hover {
  --color-button: 255, 255, 255;
  --alpha-button-background: 0.8;
  --color-button-text: 255, 255, 255;
  background-color: rgba(0, 0, 0, 0.8);
  color: rgb(255, 255, 255);
}