/** Shopify CDN: Minification failed

Line 11:0 Unexpected "<"
Line 31:0 Unexpected "<"
Line 72:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
  .banner-slider-section {
    width: 100%;
    overflow: hidden;
  }

  .banner-slider {
    width: 100%;
  }

  .banner-slide img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
  }

  .slick-prev:before, .slick-next:before {
    color: #000;
  }
</style>
<style>
.heading-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding: 40px 20px;
}
.heading-image-wrapper.boxed {
  max-width: 1200px;
  margin: 0 auto;
}
.heading-image-wrapper.full {
  width: 100%;
}
.heading-image-wrapper .left {
  flex: 1 1 40%;
}
.heading-image-wrapper .right {
  flex: 1 1 50%;
  text-align: right;
}
.heading-image-wrapper h2 {
  font-size: 2rem;
  margin: 0;
}
.heading-image-wrapper img {
  max-width: 100%;
  height: auto;
}
@media(max-width: 768px) {
  .heading-image-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .heading-image-wrapper .right {
    text-align: center;
  }
}
</style>