<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 17:15 Expected identifier but found whitespace
Line 17:17 Unexpected "{"
Line 17:26 Expected ":"

**/

  .hero-banner {
    position: relative;
    background: url('{{ section.settings.background_image | img_url: 'master' }}') no-repeat center center fixed;
    background-size: cover;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: {{ section.settings.alignment }};
  }

  .hero-heading {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
  }

  .hero-description {
    color: #fff;
    font-size: 24px;
    text-align: center;
  }

  .hero-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #fff;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    margin-top: 20px;
  }


</pre></body></html>