<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 20:9 Expected identifier but found whitespace
Line 20:10 Unexpected "1px"
Line 20:21 Unexpected "{"
Line 20:31 Expected ":"
Line 24:14 Expected identifier but found whitespace
Line 24:15 Unexpected "1px"
Line 24:26 Unexpected "{"
Line 24:36 Expected ":"
Line 28:14 Expected identifier but found whitespace
Line 28:16 Unexpected "{"
... and 22 more hidden warnings

**/
/* #Home page - text columns with images
================================================== */
.shopify-section--text-columns-with-images .border-style--box {
  padding: 10%;
  border: 1px solid {{ settings.headline_border_color }};
}
.shopify-section--text-columns-with-images .border-style--quote {
  padding-left: 20px;
  border-left: 1px solid {{ settings.headline_border_color }};
  margin-bottom: 10%;
}
.shopify-section--text-columns-with-images .large_text {
  font-family: {{ settings.headline__font.family }}, {{ settings.headline__font.fallback_families }};
  font-weight: {{ settings.headline__font.weight }};
  font-style: {{ settings.headline__font.style }};
  text-transform: {{ settings.headline_font_style }};
  line-height: 1.5;
  color: {{ settings.headline_color }};
  display: block;
  letter-spacing: {{ settings.headline_letter_spacing | append: 'px' }};
  text-rendering: optimizeLegibility;
  font-size: {{ font_size_column | times: 1.3 | append: 'px' }};
}
.shopify-section--text-columns-with-images .text-column {
  margin-bottom: 25px;
}
.shopify-section--text-columns-with-images .text-columns-with-images__button {
  margin: 10px 0 25px;
}
.shopify-section--text-columns-with-images h2.title + .feature_divider {
  margin-bottom: 40px;
}
.shopify-section--text-columns-with-images img {
  margin: 0 0 15px;
}</pre></body></html>