/** Shopify CDN: Minification failed

Line 412:125 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--large {
  height: 43.5rem;
}

@media screen and (min-width: 750px) {
  .image-with-text__media--small {
    height: 31.4rem;
  }

  .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;
  width: 100%;
  height: 100%;
  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%;
  max-width: 80rem;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  fill: currentColor;
}

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

@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 {
  word-break: break-word;
  margin-bottom: 0;
}

.image-with-text__text p {
  word-break: break-word;
  margin-top: 0;
  margin-bottom: 1rem;
}
  #section_id-template--15878634897599__7662690b-ebca-4534-b196-2d38ed5aaa0c .rich-text__text p:first-child{display: inline-block;margin-bottom: 0;}
  #section_id-template--15878634897599__7662690b-ebca-4534-b196-2d38ed5aaa0c .rich-text__text p:last-child{display: inline;}
  #ImageWithText--template--15878634897599__17b2cc31-69b4-46cf-b23f-e1ecf63cb957 .image-with-text__text p strong br{display:none;}
  #ImageWithText--template--15878634897599__17b2cc31-69b4-46cf-b23f-e1ecf63cb957 .image-with-text__text p:first-child{margin-bottom:0;}
  #section_id-template--15878634897599__rich_text .rich-text__text strong br{display:none;}
  #ImageWithText--template--15890331074751__ed71b7d9-a78f-40df-ab70-076d85d0d195 .image-with-text__text strong br,
  #ImageWithText--template--15890331074751__ed71b7d9-a78f-40df-ab70-076d85d0d195 .image-with-text__text p br,
  #ImageWithText--template--15890331074751__ed71b7d9-a78f-40df-ab70-076d85d0d195 .image-with-text__text p{display:contents;}
  #ImageWithText--template--15890331074751__0dfb4b22-4107-449f-bfa1-66ac4c51a9a6 .image-with-text__text p{margin-bottom:0;display:contents;}
  #ImageWithText--template--15890331074751__ed71b7d9-a78f-40df-ab70-076d85d0d195 .image-with-text__text p:first-child{margin-bottom:0;}
  .section-template--15890331074751__8538ce2f-5f72-4e7b-a873-bcf30dc19971-padding .rich-text__text p strong br{display:none;}
  #ImageWithText--template--15890331074751__0dfb4b22-4107-449f-bfa1-66ac4c51a9a6 .image-with-text__text p br,
  #section_id-template--15890331074751__8538ce2f-5f72-4e7b-a873-bcf30dc19971 .rich-text__text p br{display:none;}
  


/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  .image-with-text .grid {
    margin-left: 0;
  }
}

.Image-text-newsection .image-with-text__grid .image-with-text__media-item {width: 44.7%;}
.Image-text-newsection .image-with-text__grid .image-with-text__text-item {width: 55.3%;}
.Image-text-newsection .image-with-text__grid.image-with-text__grid--reverse .image-with-text__media-item {width: 54.3%;}
.Image-text-newsection .image-with-text__grid.image-with-text__grid--reverse .image-with-text__text-item {
  width: 45.7%;
/*       width: 38.1%; */
}
.Image-text-newsection .image-with-text__grid .image-with-text__text-item .image-with-text__content {max-width: 554px;padding-left: 105px;padding-right: 0;padding-top: 71.5px;}
.Image-text-newsection .image-with-text__grid.image-with-text__grid--reverse .image-with-text__text-item .image-with-text__content {padding-left: 0;padding-right: 102px;margin-left: 0;}
.Image-text-newsection .image-with-text__grid .image-with-text__text-item .image-with-text__content .image-with-text__text {font-size: 20px;line-height: 24px;letter-spacing: 0px;min-height: 225px;}
.Image-text-newsection .image-with-text__grid .image-with-text__text-item .image-with-text__content .image-with-text__text strong {font-family: 'NewLibrisBold';}
.Image-text-newsection .small_image_cont figure {margin: 0;line-height: 0;}
.Image-text-newsection .image-with-text__grid .image-with-text__text-item .image-with-text__content.Image_small_visible {padding-left: 10px;max-width: 100%;padding: 36px;}
.Image-text-newsection .image-with-text__grid.image-with-text__grid--reverse .image-with-text__text-item .image-with-text__content.Image_small_visible {padding-right: 10px;padding-left: 0;padding: 36px;}
.Image-text-newsection .small_image_cont figure .banner__media-image-single {width: 100%;}

.Image-text-newsection .image-with-text__grid .image-with-text__text-item .image-with-text__content.Image_small_visible .small_image_cont {position: relative;padding-top: 77%;width: 100%;}
.Image-text-newsection .image-with-text__grid.image-with-text__grid--reverse .image-with-text__text-item .image-with-text__content.Image_small_visible .small_image_cont {position: relative;padding-top: 95.64%;width: 100%;}
.Image-text-newsection .image-with-text__grid .image-with-text__text-item .image-with-text__content.Image_small_visible figure img {position: absolute;width: 100%;height: 100%;object-fit: contain;object-position: center;left: 0;top: 0;}

.template-Place .Image-text-newsection .image-with-text__grid .image-with-text__text-item .image-with-text__content .image-with-text__text {padding-right: 30px;}

@media (max-width:1199px){
  .Image-text-newsection .image-with-text__grid.image-with-text__grid--reverse .image-with-text__text-item .image-with-text__content {padding-right: 40px;}
  .Image-text-newsection .image-with-text__grid .image-with-text__text-item .image-with-text__content {padding-left: 60px;}
  .template-Place .Image-text-newsection .image-with-text__grid .image-with-text__text-item .image-with-text__content .image-with-text__text {padding-right: 20px;}
}

@media (max-width:989px){
  .Image-text-newsection .image-with-text__grid.image-with-text__grid--reverse .image-with-text__text-item .image-with-text__content {padding: 0 20px ;}
  .Image-text-newsection .image-with-text__grid .image-with-text__text-item .image-with-text__content {padding: 0 20px ;}
  .Image-text-newsection .image-with-text__grid .image-with-text__text-item {width: 50%;}
  .Image-text-newsection .image-with-text__grid .image-with-text__media-item {width: 50%;}
  .Image-text-newsection .image-with-text__grid.image-with-text__grid--reverse .image-with-text__text-item {width: 50%;}
  .Image-text-newsection .image-with-text__grid.image-with-text__grid--reverse .image-with-text__media-item {width: 50%;}
  .Image-text-newsection .image-with-text__grid.image-with-text__grid--reverse .image-with-text__text-item .image-with-text__content.Image_small_visible .small_image_cont {padding-top: 90%;}
  .Image-text-newsection .image-with-text__grid .image-with-text__text-item .image-with-text__content .image-with-text__text {min-height: auto;}
  .template-Place .Image-text-newsection .image-with-text__grid .image-with-text__text-item .image-with-text__content .image-with-text__text {padding-right: 0;}
}
@media (max-width:768px){
  .Image-text-newsection .image-with-text__grid .image-with-text__text-item {width: 100%; margin:0;}
  .Image-text-newsection .image-with-text__grid .image-with-text__media-item {width: 100%;}
  .Image-text-newsection .image-with-text__grid.image-with-text__grid--reverse .image-with-text__text-item {width: 100%;}
  .Image-text-newsection .image-with-text__grid.image-with-text__grid--reverse .image-with-text__media-item {width: 100%;}
  .Image-text-newsection .image-with-text__grid.image_bottom_top_content .image-with-text__media-item {padding-top: 72px;}
  .Image-text-newsection .image-with-text__grid.text_bottom_top_content .image-with-text__text-item {padding-top: 72px;}
/*   .Image-text-newsection .image-with-text__grid.image-with-text__grid--reverse .image-with-text__text-item .image-with-text__content, .Image-text-newsection .image-with-text__grid .image-with-text__text-item .image-with-text__content {margin: 0 auto;padding: 72px 0 0;} */
/*   .Image-text-newsection .image-with-text__grid.image_bottom_top_content.image-with-text__grid--reverse .image-with-text__text-item .image-with-text__content, .Image-text-newsection .image-with-text__grid.image_bottom_top_content .image-with-text__text-item .image-with-text__content {margin: 0 auto;padding: 0 0 72px;} */
  .Image-text-newsection .image-with-text__grid .image-with-text__text-item .image-with-text__content.Image_small_visible {padding: 0 0 36px;}
  .Image-text-newsection .image-with-text__grid.image-with-text__grid--reverse .image-with-text__text-item .image-with-text__content.Image_small_visible{padding: 0 0 36px;}
  .Image-text-newsection .image-with-text__grid.image_bottom_top_content {flex-direction: column-reverse;}
  .Image-text-newsection .image-with-text__grid {padding: 0 36px 0 37px;}
   .template-index .Image-text-newsection .image-with-text__grid{padding:0 36px;}
  .Image-text-newsection .image-with-text__grid .image-with-text__text-item .image-with-text__content.Image_small_visible .small_image_cont {position: relative;padding-top: 0;width: 100%;}
  .Image-text-newsection .image-with-text__grid.image-with-text__grid--reverse .image-with-text__text-item .image-with-text__content.Image_small_visible .small_image_cont {position: relative;padding-top: 0;width: 100%;}
/*   .Image-text-newsection .image-with-text__grid .image-with-text__text-item .image-with-text__content.Image_small_visible figure img {position: unset;} */
  .image-with-text__media.image-with-text__media--adapt.media{border:0;}
  .image-with-text__text-item.grid__item {margin: 0 -20px;}
  .Image-text-newsection .small_image_cont figure{padding-bottom: 126.5%;}
  .Image-text-newsection .image-with-text__grid .image-with-text__text-item .image-with-text__content.Image_small_visible figure img{height: unset;}
  .Image-text-newsection .image-with-text__grid .image-with-text__text-item #ImageWithText--template--15878634897599__e5a8c25e-d83a-4433-a4d4-61d86c971728.image-with-text__content strong+br{display:none;}
  .section-template--15878634897599__65c06322-c40e-4f30-a9d9-fd864969e98c-padding .rich-text__blocks .rich-text__text strong,{display:contents;}
  #section_id-template--15878634897599__7662690b-ebca-4534-b196-2d38ed5aaa0c .rich-text__text p:first-child{margin-bottom: 0;}
  #section_id-template--15878634897599__7662690b-ebca-4534-b196-2d38ed5aaa0c .rich-text__text p:last-child{margin-top: 0;}    
/*   #section_id-template--15878634897599__7662690b-ebca-4534-b196-2d38ed5aaa0c .rich-text__text strong{display:block;} */
/*   #section_id-template--15878634897599__rich_text .rich-text__text strong{display:block;} */
/*   #section_id-template--15878634897599__rich_text .rich-text__text strong + br{display:none;} */
  #ImageWithText--template--15878634897599__e5a8c25e-d83a-4433-a4d4-61d86c971728 .image-with-text__text strong,
  #ImageWithText--template--15878634897599__650b6d34-63a0-4119-ab4a-5142a19591eb .image-with-text__text strong,
  #ImageWithText--template--15878634897599__17b2cc31-69b4-46cf-b23f-e1ecf63cb957 .image-with-text__text p strong br,
  #section_id-template--15878634897599__rich_text .rich-text__text strong br{
/*     display:block; */
  } 
/*   #ImageWithText--template--15890331074751__ed71b7d9-a78f-40df-ab70-076d85d0d195 .image-with-text__text strong, */
/*   #ImageWithText--template--15890331074751__0dfb4b22-4107-449f-bfa1-66ac4c51a9a6 .image-with-text__text p:last-child{display:block;} */
/*    #ImageWithText--template--15890331074751__ed71b7d9-a78f-40df-ab70-076d85d0d195 .image-with-text__text p br{display:none;} */
  

}
@media (max-width:749px){
  
 .Image-text-newsection .image-with-text__grid .image-with-text__text-item #ImageWithText--template--15878634897599__e5a8c25e-d83a-4433-a4d4-61d86c971728.image-with-text__content strong+br{display:none;}
  .Image-text-newsection .image-with-text__grid.image-with-text__grid--reverse .image-with-text__text-item .image-with-text__content, .Image-text-newsection .image-with-text__grid .image-with-text__text-item .image-with-text__content {max-width: 100%;padding:0;}
  .Image-text-newsection .image-with-text__grid.image-with-text__grid--reverse .image-with-text__text-item .image-with-text__content br, .Image-text-newsection .image-with-text__grid .image-with-text__text-item .image-with-text__content br {display: none;}
  .Image-text-newsection .image-with-text__grid.image-with-text__grid--reverse .image-with-text__text-item .image-with-text__content strong + br ,.Image-text-newsection .image-with-text__grid .image-with-text__text-item .image-with-text__content strong + br {display: block;}
  .Image-text-newsection .image-with-text__grid .image-with-text__text-item .image-with-text__content.Image_small_visible, .Image-text-newsection .image-with-text__grid.image-with-text__grid--reverse .image-with-text__text-item .image-with-text__content.Image_small_visible {padding-bottom: 0;}
}
@media (max-width:576px){
   #ImageWithText--template--15890331074751__ed71b7d9-a78f-40df-ab70-076d85d0d195 .image-with-text__text strong br,
  #ImageWithText--template--15890331074751__ed71b7d9-a78f-40df-ab70-076d85d0d195 .image-with-text__text p br,
  #ImageWithText--template--15890331074751__ed71b7d9-a78f-40df-ab70-076d85d0d195 .image-with-text__text strong{display:block;} 
  #section_id-template--15890331074751__8538ce2f-5f72-4e7b-a873-bcf30dc19971 .rich-text__text strong br{display:block;}
  #section_id-template--15890331074751__8538ce2f-5f72-4e7b-a873-bcf30dc19971 .rich-text__text p br{display:block;}

}
@media (max-width:375px){
  .Image-text-newsection .image-with-text__grid.image_bottom_top_content .image-with-text__media-item {padding-top: 40px;}
  .Image-text-newsection .image-with-text__grid.text_bottom_top_content .image-with-text__text-item {padding-top: 40px;}
/*   .Image-text-newsection .image-with-text__grid.image-with-text__grid--reverse .image-with-text__text-item .image-with-text__content, .Image-text-newsection .image-with-text__grid .image-with-text__text-item .image-with-text__content {padding: 40px 0 0;}
  .Image-text-newsection .image-with-text__grid.image_bottom_top_content.image-with-text__grid--reverse .image-with-text__text-item .image-with-text__content, .Image-text-newsection .image-with-text__grid.image_bottom_top_content .image-with-text__text-item .image-with-text__content {padding: 0 0 40px;} */
  .Image-text-newsection .image-with-text__grid{padding: 0 24px;}
}