/** Shopify CDN: Minification failed

Line 13:0 Unexpected "<"
Line 90:0 Unexpected "<"
Line 179:0 Unexpected "<"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:three-box-section (INDEX:125) */
<style>
.three-boxes-section {
  padding: 20px;
}

.three-boxes-section__heading {
  text-align: center;
  margin-bottom: 10px;
}

.three-boxes-section__subheading {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.2em;
  color: #777;
}

.three-boxes-section__boxes {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.three-boxes-section__box {
  flex: 1 1 30%;
  text-align: center;
  padding: 40px;
  box-sizing: border-box;
  margin: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 5px;
}

.three-boxes-section__box img {
  max-width: 60px;
  margin-bottom: 10px;
}

.three-boxes-section__box p {
  margin: 10px 0 20px;
}

.three-boxes-section__box a {
  display: inline-block;
  padding: 6px 0px;
  background-color: #fff;
  color: #c48757;
  text-decoration: none;
  margin-top: auto;
  border: 1px solid #000000;
  width: 75%;
}

@media (max-width: 768px) {
  .three-boxes-section__boxes {
    flex-direction: column;
  }
  
  .three-boxes-section__box {
    flex: 1 1 100%;
    margin: 10px 0;
  }

  .three-boxes-section__box img {
    max-width: 50px;
    margin-bottom: 10px;
  }
  .three-boxes-section__box a {
  padding: 7px 0px;
  width: 77%;
  }
  
}
  
</style>
/* END_SECTION:three-box-section */

/* START_SECTION:three-images (INDEX:126) */
<style>
.three-images-section {
  padding: 20px;
}

.three-images-section__heading {
  text-align: center;
  margin-bottom: 30px;
}

.three-images-section__subheading {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.2em;
  color: #777;
}

.three-images-section__boxes {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.three-images-section__box {
  flex: 1 1 30%;
  text-align: center;
  /* padding:0 40px; */
  box-sizing: border-box;
  margin: 10px;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 5px;
  justify-content: center;
}

.three-images-section__box img {
  /* max-width: 60px; */
  margin-bottom: 10px;
}

.three-images-section__box p {
  margin: 10px 0 20px;
}

.three-images-section__box a {
  display: inline-block;
  padding: 6px 0px;
  background-color: #fff;
  color: #c48757;
  text-decoration: none;
  margin-top: auto;
  border: 1px solid #000000;
  width: 75%;
}

@media (max-width: 768px) {
  .three-images-section__boxes {
    flex-direction: column;
  }
  
  .three-images-section__box {
    flex: 1 1 100%;
    margin: 10px 0;
  }

  .three-images-section__box img {
    /* max-width: 50px; */
    margin-bottom: 10px;
  }
  .three-images-section__box a {
  padding: 7px 0px;
  width: 77%;
  }
  
}

  .three-images-section__box img {
    max-width: 100%;
    margin-bottom: 10px;
    height: 10em;
    object-fit: scale-down;
}
  
</style>
/* END_SECTION:three-images */

/* START_SECTION:two-columns-new (INDEX:132) */
.two-column-section {
  display: flex;
  flex-direction: row;
  gap: 2em !important;
}

.column {
  flex: 1;
}

.image-block img {
  max-width: 100%;
  height: auto;
}

.no-image .column {
  flex: none;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .two-column-section {
    flex-direction: column;
  }

  .column {
    flex: none;
    width: 100%;
  }
}

@media screen and (min-width: 1380px) {
  .two-column-section {
    padding: unset !important;
  }
}

  .content-block h2{
    margin-bottom:15px;
  }
/* END_SECTION:two-columns-new */

/* START_SECTION:two-columns (INDEX:133) */
.two-column-section {
  display: flex;
  flex-direction: row;
  gap:2em !important;
  
}

.column {
  flex: 1;
}

.image-block img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .two-column-section {
    flex-direction: column;
  }

  .column {
    flex: none;
    width: 100%;
  }
}

 @media screen and (min-width:1380px){
   .two-column-section{
     padding:unset !important;
   }
 }
/* END_SECTION:two-columns */