/** Shopify CDN: Minification failed

Line 453:12 Unexpected "{"
Line 453:21 Expected ":"

**/
.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: 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-wrapper {
  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);
  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;
}

.image-with-text.image-with-text--overlap .backround-transparent,
.image-with-text:not(.image-with-text--overlap) .background-transparent {
  background: transparent;
}

.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;
}

@media screen and (min-width: 990px) {
  .image-with-text__content {
    padding: 6rem 7rem 7rem;
  }
}

.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__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;
  }
}

@supports not (inset: 10px) {
  .image-with-text .grid {
    margin-left: 0;
  }
}

.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);
  }
}

.image-with-text .image-with-text__media-item > *,
.image-with-text .global-media-settings,
.image-with-text .image-with-text__media,
.image-with-text .image-with-text__media img,
.image-with-text .image-with-text__media .placeholder-svg {
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.image-with-text,
.image-with-text .gradient,
.image-with-text .color-scheme-1,
.image-with-text .color-scheme-2,
.image-with-text .color-scheme-3,
.image-with-text .color-scheme-4 {
  background: transparent !important;
}

.image-with-text__media,
.image-with-text .global-media-settings {
  background: transparent !important;
}

.image-with-text__content {
  align-items: center !important;
  text-align: center !important;
}

@media screen and (max-width: 749px) {
  .image-with-text__content,
  .image-with-text__content .image-with-text__heading,
  .image-with-text__content .image-with-text__text,
  .image-with-text__content .rte {
    font-size: 0.95em !important;
    line-height: 1.4 !important;
  }

  .section-{{ section.id }}-padding {
    padding-bottom: 12px !important;
  }

  .image-with-text {
    margin-bottom: 0 !important;
  }
}

.image-with-text__text--large {
  font-size: 1.25em;
  line-height: 1.7;
}

@media screen and (max-width: 749px) {
  .image-with-text__media {
    padding: 12px;
  }
}

@media screen and (min-width: 750px) {
  .image-with-text .grid {
    max-width: 120rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
  
  .image-with-text__grid {
    flex-direction: row !important;
  }
  
  .image-with-text__grid--reverse {
    flex-direction: row !important;
  }
  
  .image-with-text__media-item,
  .image-with-text__text-item {
    flex: 1;
    min-width: 0;
  }
  
  .image-with-text .page-width {
    max-width: 120rem;
    margin: 0 auto;
    padding: 0 5rem;
  }
  
  .image-with-text__content {
    padding: 4rem 5rem;
    align-items: flex-start !important;
    text-align: left !important;
  }
}

@media screen and (min-width: 990px) {
  .image-with-text .page-width {
    padding: 0 5rem;
  }
  
  .image-with-text__content {
    padding: 6rem 7rem 7rem;
  }
}

.section-image-focus-padding {
  padding-top: 27px;
  padding-bottom: 27px;
}

@media screen and (min-width: 750px) {
  .section-image-focus-padding {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .image-focus__media {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .image-focus__media img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .image-focus-hide-desktop {
    display: none !important;
  }
}

@media screen and (max-width: 749px) {
  .section-image-focus-padding {
    padding-bottom: 12px !important;
  }
  .image-focus__media {
    padding: 12px !important;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding-bottom: 0 !important;
  }
}

.image-focus__media-container {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  width: 100%;
  overflow: hidden;
  padding: 0 !important;
  border: none !important;
}

.image-focus__media {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.image-focus__media img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.8s ease;
}

.image-focus__media.animate--zoom-in img {
  transition: transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.image-focus__media.animate--zoom-in:hover img {
  transform: scale(1.1);
}

.image-focus__media.animate--ambient img {
  animation: ambient-image 5s infinite alternate;
}

@keyframes ambient-image {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}

.image-focus-section__heading {
  margin: 0;
  text-align: left;
  white-space: normal;
  font-family: var(--font-heading-family, inherit);
  font-size: 2.1rem;
  font-weight: var(--font-heading-weight, 700);
  color: #414141;
  line-height: 1.08;
  position: relative;
  padding: 0;
  margin-bottom: 1.5rem;
  letter-spacing: -0.05em !important;
}
.image-focus-section__heading .image-focus-row-heading-desktop {
  display: none;
}
.image-focus-section__heading .image-focus-row-heading-mobile {
  display: block;
}
@media screen and (min-width: 750px) {
  .image-focus-section__heading {
    margin-bottom: 3rem;
    font-size: 4rem;
    text-align: left;
    line-height: 1.08;
  }
  .image-focus-section__heading .image-focus-row-heading-mobile {
    display: none;
  }
  .image-focus-section__heading .image-focus-row-heading-desktop {
    display: block;
  }
  .image-focus-section__heading.desktop-h0 {
    font-size: 4.5rem !important;
  }
  .image-focus-section__heading.desktop-h1 {
    font-size: 3.5rem !important;
  }
  .image-focus-section__heading.desktop-h2 {
    font-size: 2.5rem !important;
  }
  .image-focus-section__heading p {
    background: none;
  }
  .image-focus-section__heading p:last-child {
    background: none;
  }
}
.image-focus-section__heading p {
  display: inline;
  background: none;
  margin: 0;
  padding: 0;
  line-height: inherit;
  white-space: normal;
  position: relative;
  margin-bottom: 0;
  letter-spacing: -0.03em !important;
}
.image-focus-section__heading p:last-child {
  position: relative;
  margin-bottom: 0;
}

.image-focus-row-heading-highlight {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.image-focus-row-heading-highlight > * {
  position: relative;
  z-index: 2;
}
.image-focus-row-heading-highlight::before {
  content: '';
  position: absolute;
  left: -0.1em;
  right: -0.25em;
  bottom: -0.04em;
  height: 48%;
  background: #E0DCE9;
  z-index: 0;
  pointer-events: none;
}
@media screen and (min-width: 750px) {
  .image-focus-row-heading-highlight::before {
    height: 48%;
    bottom: -0.05em;
    left: -0.1em;
    right: -0.25em;
  }
}

@media (min-width: 990px) {
  .image-focus-section-wrapper {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    background: none !important;
    width: 100vw;
    max-width: 100vw;
    overflow: hidden;
  }
  .image-focus-desktop-bg-carousel {
    width: 100vw;
    min-height: 600px;
    position: relative;
    margin: 0;
    padding: 0;
    border: none;
    z-index: 1;
    overflow: hidden;
    display: block;
  }
  .image-focus-desktop-bg-slide {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    width: 100vw;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: opacity 0.25s;
    z-index: 1;
  }
  .image-focus-desktop-overlay {
    position: relative;
    width: 100vw;
    height: 100%;
    min-height: 600px;
    pointer-events: none;
  }
  .image-focus-section__heading {
    font-size: 3.6rem;
    line-height: 1.08;
    font-weight: 800;
    color: var(--color-foreground, #222);
    margin: 0;
    letter-spacing: -0.01em;
    text-align: left;
    word-break: break-word;
    padding: 0.25em 0.75em;
    background: rgba(255,255,255,0.7);
    border-radius: 0.25em;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.04);
  }
  .image-focus-section__heading--desktop {
    font-size: 6rem;
    line-height: 1.02;
    font-weight: 900;
    color: var(--color-foreground, #222);
    margin: 0;
    letter-spacing: -0.01em;
    text-align: left;
    word-break: break-word;
    padding: 0.1em 0.5em 0 0.5em;
    position: absolute;
    top: 4vw;
    left: 4vw;
    z-index: 3;
    max-width: 700px;
    background: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }
  .image-focus-mobile-wrapper {
    display: none !important;
  }
}

.image-focus-section__heading--mobile {
  font-size: 2.2rem;
  line-height: 1.15;
  font-weight: 700;
  color: var(--color-foreground, #222);
  margin: 0 0 1.5rem 0;
  letter-spacing: -0.01em;
  text-align: left;
  word-break: break-word;
  padding: 0;
}

@media (min-width: 990px) {
  .image-focus__media {
    max-width: 100vw;
    width: 100vw;
    height: 600px;
    min-height: 600px;
    max-height: 600px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
    overflow: hidden;
  }
  .image-focus__media img {
    width: 100vw;
    max-width: 100vw;
    min-width: 100vw;
    height: 600px;
    min-height: 600px;
    max-height: 600px;
    display: block;
    object-fit: cover;
  }
}

@media screen and (max-width: 989px) {
  .image-focus-section__heading--desktop {
    display: none !important;
  }
  .image-focus-section-wrapper {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .image-focus-mobile-wrapper {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .image-focus-section__heading--mobile {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .image-focus__media-container {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .image-focus__carousel {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  body > .image-focus-section-wrapper:first-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-top: none !important;
  }
  .image-focus-section-wrapper {
    border-top: none !important;
  }
}

@media screen and (max-width: 989px) {
  html, body {
    margin: 0 !important;
    padding: 0 !important;
  }
  .shopify-section,
  .main-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  body > .shopify-section:first-child,
  body > .main-content:first-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}

.image-focus-section__heading--mobile p {
  margin: 0 !important;
  padding: 0 !important;
}

@media screen and (max-width: 989px) {
  .image-focus-section-wrapper,
  .image-focus-section-wrapper > *,
  .image-focus-mobile-wrapper,
  .image-focus-mobile-wrapper > *,
  .image-focus-section__heading--mobile,
  .image-focus__media-container,
  .image-focus__carousel,
  .image-focus__media,
  .image-focus__media img,
  .image-focus-section__heading--mobile *,
  .image-focus-section-wrapper > :first-child,
  .image-focus-mobile-wrapper > :first-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-top: none !important;
  }
  .image-focus-section__heading--mobile {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .image-focus-section__heading--mobile p,
  .image-focus-section__heading--mobile span {
    margin: 0 !important;
    padding: 0 !important;
  }
  .image-focus__media-container {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .image-focus__media img {
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
  }
}

@media screen and (max-width: 989px) {
  .image-focus-desktop-bg-carousel {
    display: none !important;
  }
}
