/** Shopify CDN: Minification failed

Line 220:10 Unexpected "{"
Line 220:19 Expected ":"
Line 231:10 Unexpected "{"
Line 231:19 Expected ":"

**/
.multiple_images_with_text .image-with-text__content {
  padding: 6rem 2rem 7rem 1rem;
  border: 0;
}
.multiple_images_with_text .image-with-text__heading {
  font-weight: 700;
  line-height: 80px;
}
.multiple_images_with_text .image-with-text__heading.second_heading {
  margin: 0;
}
.multiple_images_with_text .image-with-text__text.rte {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
}
.multiple_images_with_text .image-with-text__content .button {
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 600;
}
.image-with-text__media.image1 {
  overflow: visible !important;
  border: 0;
}
.image-with-text__media--large.image1 img {
  height: 117% !important;
}
.image-with-text__media.image1 img {
  object-position: top;
}
.image_flex {
  display: flex;
  position: absolute;
  top: 40%;
  left: 0;
  bottom: -18%;
}
.image_flex img {
  width: 296px;
}
.image_flex .image3 {
  margin-left: -6%;
  margin-top: 15%;
}
.multiple_images_with_text .image-with-text__heading a {
  text-decoration: none;
}
.multiple_images_with_text .image-with-text__media-item:before {
  content: "";
  box-shadow: -80px 23px 600px rgba(var(--color-button), 0.8);
  width: 30%;
  position: absolute;
  height: 35%;
  top: 22%;
  left: 30%;
  border-radius: 50%;
  z-index: -1;
}
.index .multiple_images_with_text .image-with-text__media-item:before {
  height: 70%;
  top: 15%;
}
.logo_icon {
  position: absolute;
  background: #5a5a5a66;
  width: 70px;
  height: 70px;
  border-radius: 50% !important;
  margin: 0px auto;
  z-index: 99;
}
.icon1.logo_icon {
  top: 20%;
  left: 15%;
}
.icon2.logo_icon {
  bottom: 10%;
  left: -4%;
}
.logo_icon img {
  display: block;
  margin: 0px auto;
}
.icon1 img {
  transform: translateY(12px);
  width: 40px;
}
.icon2 img {
  transform: translate(2px, 22px);
  width: 40px;
}

.block_container {
  display: flex;
  gap: 24px;
}
.block_container .content-container {
  width: 45%;
  padding: 2.5rem 2rem 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-color: rgba(var(--color-button), 0.3);
}
.block_container .block_heading {
  font-weight: 700;
  font-size: 56px;
  line-height: 64px;
  margin: 0;
  color: rgba(var(--color-button));
}
.block_container p {
  font-size: 24px;
  line-height: 32px;
  margin: 0;
}
.icon_with_text_container {
  margin-top: 5px;
}
.icon_with_text {
  gap: 10px;
  display: flex;
  align-items: center;
}
.icon_with_text_container .image-with-text {
  font-weight: 500;
  font-size: 16px;
}

@media screen and (max-width: 749px) {
  .multiple_images_with_text .image-with-text__media-item:before {
    width: 70%;
    height: 40%;
    top: 0%;
  }
  .multiple_images_with_text .image-with-text__heading {
    line-height: 55px;
  }
  .multiple_images_with_text .image-with-text__text.rte {
    font-size: 16px;
    line-height: 24px;
  }
  .multiple_images_with_text .grid {
    flex-direction: column-reverse;
  }
  .multiple_images_with_text .grid .image-with-text__heading {
    margin: 0;
    position: relative;
  }
  /* .bracket-highlight {
    position: absolute;
    left: 17rem;
  }
  .bracket-highlight svg {
    position: absolute;
    bottom: -10px;
  } */
  .image_flex img {
    width: 165px;
  }
  .logo_icon {
    width: 60px;
    height: 60px;
  }
  .icon1 img {
    width: 35px;
  }
  .icon2 img {
    transform: translateY(20px);
    width: 35px;
  }
  .image_flex {
    bottom: 0;
  }
  .icon1.logo_icon {
    top: -8%;
    left: unset;
    right: 3%;
  }
  .image_flex {
    top: 22%;
  }
  .image-with-text__media.image1 img {
    height: 92% !important;
  }
  .icon2.logo_icon {
    top: 32%;
    bottom: unset;
    left: 34%;
  }
  .multiple_images_with_text .image-with-text__content {
    padding: 3rem 0rem 7rem 0rem;
  }
  .section-template--16998389383266__multiple_images_with_text_DEqDgi-padding {
    padding-bottom: 0 !important;
  }
  .block_container {
    gap: 16px;
  }
  .block_container .block_heading {
    font-size: 40px;
    line-height: 50px;
  }
  .block_container p {
    font-size: 16px;
    line-height: 24px;
  }
}

/* HERO IMAGE 1 — constrain width (long/tall files look huge otherwise) */
.section-{{ section.id }} .image-with-text__media.image1 img {
  width: min(520px, 88%);
  height: auto !important;
  max-height: none !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
}

/* kill the old forced height rule for this section */
.section-{{ section.id }} .image-with-text__media--large.image1 img {
  height: auto !important;
}