/** Shopify CDN: Minification failed

Line 12:0 Unexpected "<"
Line 80:2 Unexpected "<"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:newsletter (INDEX:49, SCOPED:FALSE) */
<style>
   
  .wrapper {
      max-width: 1245px;
      margin: 0 auto;
      padding: 0 15px;
  }
  .newsletter-section .newsletter-inr {
        background-color: #5acccc;
        border-radius: 6px;
        padding: 35px 60px;
    }
  .newsletter-section .newsletter-inr>ul {
      margin: 0;
      list-style: none;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding:0;
  }
  .newsletter-section .newsletter-inr>ul>li {
      width: 33.33%;
      text-align: center;
  }
  .newsletter-section .newsletter-inr>ul li h5 {
    font-size: 19px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 25px;
    font-weight: 500;
    margin-top:0;
}
  .newsletter-section .newsletter-inr>ul>li a {
    font-size: 23px;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .5px;
}
  .newsletter-section .newsletter-inr>ul li .social-links {
    display: flex;
    list-style: none;
    margin: 0;
    justify-content: center;
    padding:0;
}
  .newsletter-section .newsletter-inr>ul li .social-links li {
    padding: 5px 19px;
    border-right: 2px solid #f7f7f780;
    line-height: 1;
}
  .newsletter-section .newsletter-inr>ul li .social-links li:last-child {
    border: none;
}
  .newsletter-section .newsletter-inr>ul>li .input-group {
    display: block;
}
  .newsletter-section .newsletter-inr>ul>li .input-group input.input-group-field {
    width: 100%;
    border: none;
    border-radius: 6px;
    height: 39px;
    padding: 10px;
    font-size: 13px;
    color: #c7c7c7;
    font-family: Raleway, sans-serif;
    font-weight: 400;
}
  </style>
/* END_SECTION:newsletter */