/** Shopify CDN: Minification failed

Line 464:23 The "+" operator only works if there is whitespace on both sides
Line 464:107 The "-" operator only works if there is whitespace on both sides
Line 497:23 The "+" operator only works if there is whitespace on both sides
Line 497:107 The "-" operator only works if there is whitespace on both sides

**/
.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: 40rem;
  }

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

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

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

/* 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;
}

@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__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);
  }
}

/* New css */

.image-with-text-wrapper .image-with-text .image-with-text__grid .image-with-text__media-item .image-with-text__media  { border:none; }

@media screen and (min-width: 750px) {
  
  .image-with-text-wrapper .image-with-text .image-with-text__grid .image-with-text__media-item.image-with-text__media-item--small { width: 40%; }
  .image-with-text-wrapper .image-with-text .image-with-text__grid .image-with-text__media-item.image-with-text__media-item--small .image-with-text__media.full-size { 
     width: calc(50vw - (var(--page-width) / 19)); height: 370px; }
  
  .image-with-text-wrapper .image-with-text .image-with-text__grid .image-with-text__media-item.image-with-text__media-item--medium { width: 50%; }
  .image-with-text-wrapper .image-with-text .image-with-text__grid.image-with-text__grid--reverse .image-with-text__media-item.image-with-text__media-item--medium .full-size { 
      width: 50vw  height: 470px; }

  .image-with-text-wrapper .image-with-text .image-with-text__grid .image-with-text__media-item.image-with-text__media-item--large { width: 60%; }
  .image-with-text-wrapper .image-with-text .image-with-text__grid .image-with-text__media-item.image-with-text__media-item--large + .image-with-text__text-item { width:40%; }
  .image-with-text-wrapper .image-with-text .image-with-text__grid.image-with-text__grid--reverse .image-with-text__media-item.image-with-text__media-item--large .full-size { 
      width: calc(50vw + (var(--page-width) / 10));  height: 570px; }


  .image-with-text-wrapper .image-with-text .image-with-text__grid:not(.image-with-text__grid--reverse) .image-with-text__media-item.image-with-text__media-item--small { width:40%;  }
  .image-with-text-wrapper .image-with-text .image-with-text__grid:not(.image-with-text__grid--reverse) .image-with-text__media-item.image-with-text__media-item--small .full-size { 
      width: calc((50vw - (var(--page-width) / 10)) + 10px); position: relative; left: 100%; margin-left: calc((-50vw + (var(--page-width) / 10)) - 2px); }

  .image-with-text-wrapper .image-with-text .image-with-text__grid:has(.image-with-text__media-item--small) { align-items:center; justify-content:space-between; }  
  .image-with-text-wrapper .image-with-text .image-with-text__grid .image-with-text__media-item.image-with-text__media-item--small .image-with-text__media {
        height: auto; min-height: fit-content;  }

  .image-with-text-wrapper .image-with-text .image-with-text__grid:has(.image-with-text__media-item--small) .image-with-text__text-item { max-width:670px; }
  .image-with-text-wrapper .image-with-text .image-with-text__grid:has(.image-with-text__media-item--small) .image-with-text__text-item .image-with-text__text { max-width:100%; }
  
  
  .image-with-text-wrapper .image-with-text .image-with-text__grid:not(.image-with-text__grid--reverse) .image-with-text__media-item.image-with-text__media-item--medium .full-size { 
      width: 50vw; position: relative; left: 100%; margin-left: -50vw; }

  .image-with-text-wrapper .image-with-text .image-with-text__grid:not(.image-with-text__grid--reverse) .image-with-text__media-item.image-with-text__media-item--large { width:60%; }
  .image-with-text-wrapper .image-with-text .image-with-text__grid:not(.image-with-text__grid--reverse) .image-with-text__media-item.image-with-text__media-item--large .full-size { 
      width: calc(50vw +(var(--page-width) / 10)); position: relative; left: 100%; margin-left: calc(-50vw -(var(--page-width) / 10)); }


  .image-with-text-wrapper .image-with-text .image-with-text__grid:not(.image-with-text__grid--reverse) .image-with-text__media.image-with-text__media--adapt img {  }

  .image-with-text-wrapper .image-with-text .image-with-text__grid .image-with-text__media-item .image-with-text__media.full-size img { object-position: left; } 
  
  
}

@media screen and (min-width: 1280px) {
  
  .image-with-text-wrapper .image-with-text .image-with-text__grid .image-with-text__media-item.image-with-text__media-item--small { width: 40%; }
  .image-with-text-wrapper .image-with-text .image-with-text__grid .image-with-text__media-item.image-with-text__media-item--small .image-with-text__media.full-size { 
     width: calc((50vw - (var(--page-width) / 10)) + 10px); }

  .image-with-text-wrapper .image-with-text .image-with-text__grid .image-with-text__media-item.image-with-text__media-item--medium { width: 50%; }
  .image-with-text-wrapper .image-with-text .image-with-text__grid.image-with-text__grid--reverse .image-with-text__media-item.image-with-text__media-item--medium .full-size { width: 50vw }

  .image-with-text-wrapper .image-with-text .image-with-text__grid .image-with-text__media-item.image-with-text__media-item--large { width: 60%; }
  .image-with-text-wrapper .image-with-text .image-with-text__grid .image-with-text__media-item.image-with-text__media-item--large + .image-with-text__text-item { width:40%; }
  .image-with-text-wrapper .image-with-text .image-with-text__grid.image-with-text__grid--reverse .image-with-text__media-item.image-with-text__media-item--large .full-size { 
      width: calc(50vw + (var(--page-width) / 10)); }

  .image-with-text-wrapper .image-with-text .image-with-text__grid:not(.image-with-text__grid--reverse) .image-with-text__media-item.image-with-text__media-item--small { width:40%; }
  .image-with-text-wrapper .image-with-text .image-with-text__grid:not(.image-with-text__grid--reverse) .image-with-text__media-item.image-with-text__media-item--small .full-size { 
      width: calc((50vw - (var(--page-width) / 10)) + 10px); position: relative; left: 100%; margin-left: calc((-50vw + (var(--page-width) / 10)) - 2px); }
  
  .image-with-text-wrapper .image-with-text .image-with-text__grid:not(.image-with-text__grid--reverse) .image-with-text__media-item.image-with-text__media-item--medium .full-size { 
      width: 50vw; position: relative; left: 100%; margin-left: -50vw; }

  .image-with-text-wrapper .image-with-text .image-with-text__grid:not(.image-with-text__grid--reverse) .image-with-text__media-item.image-with-text__media-item--large { width:60%; }
  .image-with-text-wrapper .image-with-text .image-with-text__grid:not(.image-with-text__grid--reverse) .image-with-text__media-item.image-with-text__media-item--large .full-size { 
      width: calc(50vw +(var(--page-width) / 10)); position: relative; left: 100%; margin-left: calc(-50vw -(var(--page-width) / 10)); }  
}

.image-with-text-wrapper { overflow:hidden; }

.image-with-text-wrapper .image-with-text .image-with-text__grid .image-with-text__text-item .image-with-text__text { max-width: 382px; margin-top:25px; }
  
.image-with-text-wrapper .image-with-text .image-with-text__grid.image-with-text__grid--reverse .image-with-text__text-item .image-with-text__content { padding-left:0; } 
.image-with-text-wrapper .image-with-text .image-with-text__grid:not(.image-with-text__grid--reverse) .image-with-text__text-item .image-with-text__content { padding-right:0; } 

.image-with-text-wrapper .image-with-text .image-with-text__content.pt-0 { padding-top:0; }
.image-with-text-wrapper .image-with-text .image-with-text__content.pb-0 { padding-bottom:0; }

.image-with-text-wrapper .image-with-text .image-with-text__content .image-with-text__text,
.image-with-text-wrapper .image-with-text .image-with-text__content .image-with-text__text p { letter-spacing: 0px; line-height:1.6; }

.image-with-text-wrapper .image-with-text .image-with-text__content .image-with-text__text.subtitle { margin-top:0; margin-bottom:5px; font-weight:500; letter-spacing:0; line-height: 1.36; }

.image-with-text-wrapper .image-with-text .image-with-text__content .button { margin-top:30px; min-width:207px; text-align:center; }
.template-product .image-with-text-wrapper .image-with-text .image-with-text__content .button { min-width:auto;  }

.image-with-text-wrapper .image-with-text:has(.no-media-bg) { max-width:1063px; margin:0 auto; }

.image-with-text-wrapper .image-with-text .image-with-text__grid.no-media-bg { align-items:center; }
.image-with-text-wrapper .image-with-text .image-with-text__grid.no-media-bg .image-with-text__media-item { max-width:393px; }
.template-about .image-with-text-wrapper .image-with-text .image-with-text__grid.no-media-bg .image-with-text__media-item { max-width:329px; }
.image-with-text-wrapper .image-with-text .image-with-text__grid.no-media-bg .image-with-text__media-item .image-with-text__media { background:transparent; }

.image-with-text-wrapper .image-with-text .image-with-text__grid.no-media-bg .image-with-text__text-item .image-with-text__content { padding:50px; border-radius:10px;
   box-shadow: 0px 3px 3px #00000014; max-width:610px; }
.image-with-text-wrapper .image-with-text .image-with-text__grid.no-media-bg .image-with-text__text-item .image-with-text__content .image-with-text__text { max-width:100%; }
.image-with-text-wrapper .image-with-text .image-with-text__grid.no-media-bg:not(.image-with-text__grid--reverse) .image-with-text__text-item .image-with-text__content  { margin-left:auto; }



@media screen and (max-width: 749px) {

  .image-with-text-wrapper .section-spacing  { padding:50px 0 !important; }

  .image-with-text-wrapper .section-spacing.remove-top-space-mobi  { padding-top:0 !important; }
  .image-with-text-wrapper .section-spacing.remove-bottom-space-mobi  { padding-bottom:0 !important; }

  .image-with-text-wrapper .image-with-text .image-with-text__grid { gap:30px; flex-flow: column; }
  .image-with-text-wrapper .image-with-text .image-with-text__grid .image-with-text__text-item .image-with-text__content { padding:0 0 0 0; }

  .image-with-text:not(.collapse-corners, .image-with-text--overlap) .image-with-text__media-item { z-index: 2; margin: 0 -20px 0 0; width: auto; max-width: inherit; }
  
  .image-with-text-wrapper .image-with-text .image-with-text__content .image-with-text__text,
  .image-with-text-wrapper .image-with-text .image-with-text__content .image-with-text__text p { letter-spacing: 0.3px; line-height:1.6; }

  .image-with-text-wrapper .image-with-text__text-item:has(.image-with-text-tabs) > * { overflow:visible; }
  
  .image-with-text-wrapper .image-with-text-tabs .tabs .tabs-nav { display: flex; flex-wrap:nowrap; overflow-x: auto;  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; width: calc(100vw - 20px); gap:0; }
  .image-with-text-wrapper .image-with-text-tabs .tabs .tabs-nav::-webkit-scrollbar { display: none; }
  .image-with-text-wrapper .image-with-text-tabs .tabs .tabs-nav li { scroll-snap-align: start; scroll-snap-stop: always; margin-right:20px; }

  .image-with-text-wrapper .image-with-text-tabs .tabs .tabs-stage { margin-top: 30px; max-width: 100%; padding-right: 20px; }
  .image-with-text-wrapper .image-with-text-tabs .tabs .tabs-stage p { font-size:15px; letter-spacing: 0.3px; line-height:1.5; }

  .image-with-text-wrapper .image-with-text .image-with-text__grid .image-with-text__text-item .image-with-text__text { max-width:100%; margin-top:20px; }
  .image-with-text-wrapper .image-with-text .image-with-text__content .image-with-text__text, 
  .image-with-text-wrapper .image-with-text .image-with-text__content .image-with-text__text p { max-width:100%; letter-spacing: 0px; font-size:15px; }

  .image-with-text-wrapper .image-with-text .image-with-text__grid.no-media-bg .image-with-text__text-item .image-with-text__content { padding:40px 20px; }
  .image-with-text-wrapper .image-with-text .image-with-text__grid .image-with-text__text-item .image-with-text__text.subtitle { margin-top:0; }

  .image-with-text-wrapper .image-with-text__grid.contet-first-in-mobile { flex-flow:column-reverse; } 

  .image-with-text-wrapper .image-with-text .image-with-text__content.image-with-text__content.mobi-title-stye-two .image-with-text__text.subtitle { max-width:280px; }
  .image-with-text-wrapper .image-with-text .image-with-text__content.image-with-text__content.mobi-title-stye-two .image-with-text__heading { max-width:240px; }

  .image-with-text-wrapper .image-with-text__media-item.small-mobi-img { margin: 0 auto; width: 100%; max-width: 254px; } 
  .template-about .image-with-text-wrapper .image-with-text .image-with-text__grid.no-media-bg .image-with-text__media-item { max-width:329px; }
  
}






















