/** Shopify CDN: Minification failed

Line 912:0 Unexpected "}"

**/


/* CSS from section stylesheet tags */
.custom-section-header {
position: relative;
margin-bottom: -85px;
z-index: 2;
}

.customizable-blocks-wrapper {
position: relative;
background-color: #FFFFFF !important;
padding: 80px 0 20px;
}

.customizable-blocks {
display: flex;
flex-wrap: wrap;
justify-content: center;
max-width: calc((26.66% - 10px) * 3 + 20px);
margin: 0 auto;
}

.customizable-block {
margin: 0 5px 10px;
padding: 5px;
width: calc(26.66% - 10px);
box-sizing: border-box;
}

.customizable-block h2,
.customizable-block p {
margin: 0;
padding: 0;
}

@media screen and (max-width: 767px) {
.customizable-blocks {
max-width: calc(100% * 1 + 20px);
}

.customizable-block {
width: calc(100%);
margin-bottom: 20px;
padding: 0;
}

.customizable-block img {
width: 800%;
height: auto;
}

.slick-prev,
.slick-next {
display: none;
}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
.customizable-blocks {
max-width: calc((50% - 10px) * 2 + 20px);
}

.customizable-block {
width: calc(50% - 10px);
padding: 15px;
}

.customizable-block img {
width: 100%;
height: auto;
}
}
.image-trio-container {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px){
  .image-trio-container {
  display: block !important;
  } 
}

.image-trio-item {
  flex: 0 0 auto;
}

.image-trio-item img {
  width: 550px;
  height: 821px;
  /* Reduce size by 15% */
  width: calc(550px * 0.85);
  height: auto;/*calc(821px * 0.85);*/
}
@media only screen and (max-width: 768px){
  .image-trio-item img {
    margin: 10px auto 0;
    display: block;
  }
}
.custom-section-header {
position: relative;
margin-bottom: -85px;
z-index: 2;
}

.customizable-blocks-wrapper {
position: relative;
background-color: #FFFFFF !important;
padding: 80px 0 20px;
}

.customizable-blocks {
display: flex;
flex-wrap: wrap;
justify-content: center;
max-width: calc((26.66% - 10px) * 3 + 20px);
margin: 0 auto;
}

.customizable-block {
margin: 0 5px 10px;
padding: 5px;
width: calc(26.66% - 10px);
box-sizing: border-box;
}

.customizable-block h2,
.customizable-block p {
margin: 0;
padding: 0;
}

@media screen and (max-width: 767px) {
.customizable-blocks {
max-width: calc(100% * 1 + 20px);
}

.customizable-block {
width: calc(100%);
margin-bottom: 20px;
padding: 0;
}

.customizable-block img {
width: 800%;
height: auto;
}

.slick-prev,
.slick-next {
display: none;
}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
.customizable-blocks {
max-width: calc((50% - 10px) * 2 + 20px);
}

.customizable-block {
width: calc(50% - 10px);
padding: 15px;
}

.customizable-block img {
width: 100%;
height: auto;
}
}
.roots-banner {
        background-position: center -310px;
    }
.custom-section-header {
position: relative;
margin-bottom: -85px; /* Added to reduce white space */
z-index: 2;
}

.customizable-blocks-wrapper {
position: relative;
background-color: #dceceb !important;
padding: 80px 0 20px;
}

.customizable-blocks {
display: flex;
flex-wrap: wrap;
justify-content: center;
max-width: calc((26.66% - 10px) * 3 + 20px);
margin: 0 auto;
}

.customizable-block {
margin: 0 5px 10px;
padding: 5px;
width: calc(26.66% - 10px);
box-sizing: border-box;
}

.customizable-block h2,
.customizable-block p {
background-color: #ffffff;
margin: 0;
padding: 5px;
}

.customizable-block h2 {
margin-top: -8px;
}

.block-button {
display: block;
text-align: center;
margin: 20px auto;
background-color: #77a0b1;
color: #ffffff;
padding: 10px 20px;
border: none;
cursor: pointer;
text-decoration: none;
max-width: 200px;
}

.expand-button {
display: block;
text-align: center;
margin: 20px auto;
background-color: transparent;
color: #77a0b1;
padding: 10px 20px;
border: none;
cursor: pointer;
text-decoration: none;
max-width: 200px;
}

.expand-button.expanded {
display: none;
}

.slick-prev,
.slick-next {
position: absolute;
top: 50%;
transform: translateY(-50%);
font-size: 30px;
color: #77a0b1;
z-index: 3;
}

.slick-prev {
left: -40px;
}

.slick-next {
right: -40px;
}

#my-button.btn.btn-secondary {
  color: #77a0b1;
  border: none !important;
  background-color: transparent !important;
  border-bottom: 11px solid #dceceb;
  box-shadow: none !important;
  text-shadow: none !important;
}

#my-button.btn-secondary:before {
  content: " ";
  border-bottom: 11px solid #dceceb;
  width: 100%;
  height: 11px;
  position: absolute;
  z-index: -1;
  bottom: 10px;
}

#my-button {
  color: #77a0b1 !important;
}

.expanded-header {
  color: #77a0b1 !important;
  border: none !important;
  background-color: transparent !important;
  border-bottom: 11px solid #dceceb !important;
  box-shadow: none !important;
  text-shadow: none !important;
  display: inline-block !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
  position: relative;
}

.expanded-header:before {
  content: " ";
  border-bottom: 11px solid #dceceb;
  width: 100%;
  height: 11px;
  position: absolute;
  z-index: -1;
  bottom: 10px;
}

.expanded-header a {
  color: #77a0b1 !important;
  text-decoration: none !important;
}

.customizable-blocks-wrapper.expanded .customizable-block p,
.customizable-blocks-wrapper.expanded .customizable-block h2 {
  background-color: #dceceb !important;
}
/* Add responsive media queries */

@media screen and (max-width: 767px) {
.customizable-blocks {
max-width: calc(100% * 1 + 20px);
}

.customizable-block {
width: calc(100%);
margin-bottom: 20px;
      background-color: #dceceb !important;
padding: 0; /* Remove padding from the block /
.customizable-block h2,
.customizable-block p {
padding: 15px; / Add padding to the header and paragraph elements */
}

.customizable-block img {
width: 800%; /* Double the width of the image on mobile screens */
height: auto;
}

.slick-prev,
.slick-next {
display: none;
}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
.customizable-blocks {
max-width: calc((50% - 10px) * 2 + 20px);
}

.customizable-block {
width: calc(50% - 10px);
padding: 15px; /* Keep the original padding for tablet devices */
}

.customizable-block img {
width: 100%;
height: auto;
}
}
.expanded-header {
  background-color: #FFFFFF !important;
  padding: 10px 20px !important;
  margin-bottom: 0 !important;
  display: inline-block !important;
}

.expanded-header a {
  color: #77a0b1 !important;
  text-decoration: none !important;
}
.modal-content {
  background-color: #dceceb;
  margin: 2% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 100%;
  max-height: calc(100vh - 4%); /* Set max-height to 100vh - 4% to account for the vertical margins */
  overflow: auto;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 50%;
  top: 50%; /* Change top to 50% */
  transform: translate(-50%, -50%); /* Add this line to center the popup vertically */
   width: 100% !important;
  height: auto; /* Change height to auto */
  background-color: rgba(0, 0, 0, 0.4);
}
.custom-section-header {
  position: relative;
  margin-bottom: -85px; /* Added to reduce white space */
  z-index: 2;
}

.customizable-blocks-wrapper {
  position: relative;
  background-color: #dceceb;
  padding: 80px 0 20px;
}

.customizable-blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 100%;
  margin: 0 auto;
}

.customizable-block {
  margin: 0 5px 10px;
  padding: 5px;
  width: calc(25% - 10px);
  box-sizing: border-box;
}

.customizable-block h2,
.customizable-block p {
  background-color: #ffffff;
  margin: 0;
  padding: 5px;
}

.customizable-block h2 {
  margin-top: -8px;
  background-color: #ffffff;
  margin: 0;
  padding: 5px;
}

@media screen and (max-width: 767px) {
  .customizable-block h2 {
    font-size: 20px; /* Adjust this as necessary */
  }
}

.block-button {
  display: block;
  text-align: center;
  margin: 20px auto;
  background-color: #77a0b1;
  color: #ffffff;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  max-width: 200px;
}

.expand-button {
  display: block;
  text-align: center;
  margin: 20px auto;
  background: #77a0b1!important;
  color: white!important;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  max-width: 200px;
}

.expand-button.expanded {
  display: none;
}
#myModal {
  max-width: 100%;
  height: 100vh;
  color: #665e5e;
  padding: 4rem;
}
#myModal .addtc-np, .customizable-block img {
  padding: 0px 8px;
  margin: auto;
}
#myModal h2 {
  font-weight: 300;
}
#myModal  .modal-content {
  max-width: 1200px;

  margin: auto;
}
  .slick-prev, .slick-next {
    color: #212b36;
    font-size: 30px;
    z-index: 99999999;
  }
  #myModal .content {
      padding: 3rem;
    display: flex;
    flex-wrap: wrap;
  }
  #myModal .content .customizable-block {
    width: 30%;
  }
  #myModal .close {
        text-align: right;
    font-size: 30px;
    margin-top: -20px;
    cursor: pointer;
    color: #77a0b1 !important;
}
.customizable-blocks1 {
  display: none;
}
.slick-next {
      right: -20px;
   z-index: 0 !important
}

  .slick-prev {
      left: -20px;
}

/* Add responsive media queries */
@media only screen and (max-width: 600px) {
  #myModal {
    padding: 1px;
  }
  #myModal .content {
    padding: 0px;
  }
}
@media screen and (max-width: 767px) {
  .customizable-block {
    width: 100%;
    margin-bottom: 20px;
    padding: 0; 
  }
  .customizable-block h2,
  .customizable-block p {
    padding: 15px; 
  }
 
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .customizable-block {
    width: calc(50% - 10px);
    padding: 15px; 
  }
}


@media screen and (min-width: 1024px) {
  .customizable-block {
    flex: 0 0 calc(25% - 10px);
    max-width: calc(25% - 10px);
  }
  
}
.slick-prev, .slick-next {
    line-height:1em !important;
}
.modal-content {
  background-color: #dceceb;
  margin: 2% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 100%;
  max-height: calc(100vh - 4%); /* Set max-height to 100vh - 4% to account for the vertical margins */
  overflow: auto;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 50%;
  top: 50%; /* Change top to 50% */
  transform: translate(-50%, -50%); /* Add this line to center the popup vertically */
   width: 100% !important;
  height: auto; /* Change height to auto */
  background-color: rgba(0, 0, 0, 0.4);
}
.custom-section-header {
  position: relative;
  margin-bottom: -85px; /* Added to reduce white space */
  z-index: 2;
}

.customizable-blocks-wrapper {
  position: relative;
  background-color: #dceceb;
  padding: 80px 0 20px;
}

.customizable-blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 100%;
  margin: 0 auto;
}

.customizable-block {
  margin: 0 5px 10px;
  padding: 5px;
  width: calc(25% - 10px);
  box-sizing: border-box;
}

.customizable-block h2,
.customizable-block p {
  background-color: #ffffff;
  margin: 0;
  padding: 5px;
}

.customizable-block h2 {
  margin-top: -8px;
}

.block-button {
  display: block;
  text-align: center;
  margin: 20px auto;
  background-color: #77a0b1;
  color: #ffffff;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  max-width: 200px;
}

.expand-button {
  display: block;
  text-align: center;
  margin: 20px auto;
  background: #77a0b1!important;
  color: white!important;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  max-width: 200px;
}

.expand-button.expanded {
  display: none;
}
#myModal {
  max-width: 100%;
  height: 100vh;
  color: #665e5e;
  padding: 4rem;
}
#myModal .addtc-np, .customizable-block img {
  padding: 0px 8px;
  margin: auto;
}
#myModal h2 {
  font-weight: 300;
}
#myModal  .modal-content {
  max-width: 1200px;

  margin: auto;
}
  .slick-prev, .slick-next {
    color: #212b36;
    font-size: 30px;
    z-index: 99999999;
  }
  #myModal .content {
      padding: 3rem;
    display: flex;
    flex-wrap: wrap;
  }
  #myModal .content .customizable-block {
    width: 30%;
  }
  #myModal .close {
        text-align: right;
    font-size: 30px;
    margin-top: -20px;
    cursor: pointer;
    color: #77a0b1 !important;
}
.customizable-blocks1 {
  display: none;
}
.slick-next {
      right: -20px;
}

  .slick-prev {
      left: -20px;
}

/* Add responsive media queries */
@media only screen and (max-width: 600px) {
  #myModal {
    padding: 1px;
  }
  #myModal .content {
    padding: 0px;
  }
}
@media screen and (max-width: 767px) {
  .customizable-block {
    width: 100%;
    margin-bottom: 20px;
    padding: 0; 
  }
  .customizable-block h2,
  .customizable-block p {
    padding: 15px; 
  }
 
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .customizable-block {
    width: calc(50% - 10px);
    padding: 15px; 
  }
}


@media screen and (min-width: 1024px) {
  .customizable-block {
    flex: 0 0 calc(25% - 10px);
    max-width: calc(25% - 10px);
  }
  
}
.modal-content {
  background-color: #dceceb;
  margin: 2% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 100%;
  max-height: calc(100vh - 4%); /* Set max-height to 100vh - 4% to account for the vertical margins */
  overflow: auto;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 50%;
  top: 50%; /* Change top to 50% */
  transform: translate(-50%, -50%); /* Add this line to center the popup vertically */
   width: 100% !important;
  height: auto; /* Change height to auto */
  background-color: rgba(0, 0, 0, 0.4);
}
.custom-section-header {
  position: relative;
  margin-bottom: -85px; /* Added to reduce white space */
  z-index: 2;
}

.customizable-blocks-wrapper {
  position: relative;
  background-color: #dceceb;
  padding: 80px 0 20px;
}

.customizable-blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 100%;
  margin: 0 auto;
}

.customizable-block {
  margin: 0 5px 10px;
  padding: 5px;
  width: calc(25% - 10px);
  box-sizing: border-box;
}

.customizable-block h2,
.customizable-block p {
  background-color: #ffffff;
  margin: 0;
  padding: 5px;
}

.customizable-block h2 {
  margin-top: -8px;
}

.block-button {
  display: block;
  text-align: center;
  margin: 20px auto;
  background-color: #77a0b1;
  color: #ffffff;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  max-width: 200px;
}

.expand-button {
  display: block;
  text-align: center;
  margin: 20px auto;
  background: #77a0b1!important;
  color: white!important;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  max-width: 200px;
}

.expand-button.expanded {
  display: none;
}
#myModal {
  max-width: 100%;
  height: 100vh;
  color: #665e5e;
  padding: 4rem;
}
#myModal .addtc-np, .customizable-block img {
  padding: 0px 8px;
  margin: auto;
}
#myModal h2 {
  font-weight: 300;
}
#myModal  .modal-content {
  max-width: 1200px;

  margin: auto;
}
  .slick-prev, .slick-next {
    color: #212b36;
    font-size: 30px;
    z-index: 99999999;
  }
  #myModal .content {
      padding: 3rem;
    display: flex;
    flex-wrap: wrap;
  }
  #myModal .content .customizable-block {
    width: 30%;
  }
  #myModal .close {
        text-align: right;
    font-size: 30px;
    margin-top: -20px;
    cursor: pointer;
    color: #77a0b1 !important;
}
.customizable-blocks1 {
  display: none;
}
.slick-next {
      right: -20px;
}

  .slick-prev {
      left: -20px;
}

/* Add responsive media queries */
@media only screen and (max-width: 600px) {
  #myModal {
    padding: 1px;
  }
  #myModal .content {
    padding: 0px;
  }
}
@media screen and (max-width: 767px) {
  .customizable-block {
    width: 100%;
    margin-bottom: 20px;
    padding: 0; 
  }
  .customizable-block h2,
  .customizable-block p {
    padding: 15px; 
  }
 
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .customizable-block {
    width: calc(50% - 10px);
    padding: 15px; 
  }
}


@media screen and (min-width: 1024px) {
  .customizable-block {
    flex: 0 0 calc(25% - 10px);
    max-width: calc(25% - 10px);
  }
  
}
.roots-banner {
        background-position: center -310px;
    }
}
.modal-content {
  background-color: #dceceb;
  margin: 2% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 100%;
  max-height: calc(100vh - 4%); /* Set max-height to 100vh - 4% to account for the vertical margins */
  overflow: auto;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 50%;
  top: 50%; /* Change top to 50% */
  transform: translate(-50%, -50%); /* Add this line to center the popup vertically */
   width: 100% !important;
  height: auto; /* Change height to auto */
  background-color: rgba(0, 0, 0, 0.4);
}
.custom-section-header {
  position: relative;
  margin-bottom: -85px; /* Added to reduce white space */
  z-index: 2;
}

.customizable-blocks-wrapper {
  position: relative;
  background-color: #dceceb;
  padding: 80px 0 20px;
}

.customizable-blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 100%;
  margin: 0 auto;
}

.customizable-block {
  margin: 0 5px 10px;
  padding: 5px;
  width: calc(25% - 10px);
  box-sizing: border-box;
}

.customizable-block h2,
.customizable-block p {
  background-color: #ffffff;
  margin: 0;
  padding: 5px;
}

.customizable-block h2 {
  margin-top: -8px;
}

.block-button {
  display: block;
  text-align: center;
  margin: 20px auto;
  background-color: #77a0b1;
  color: #ffffff;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  max-width: 200px;
}

.expand-button {
  display: block;
  text-align: center;
  margin: 20px auto;
  background: #77a0b1!important;
  color: white!important;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  max-width: 200px;
}

.expand-button.expanded {
  display: none;
}
#myModal {
  max-width: 100%;
  height: 100vh;
  color: #665e5e;
  padding: 4rem;
}
#myModal .addtc-np, .customizable-block img {
  padding: 0px 8px;
  margin: auto;
}
#myModal h2 {
  font-weight: 300;
}
#myModal  .modal-content {
  max-width: 1200px;

  margin: auto;
}
  .slick-prev, .slick-next {
    color: #212b36;
    font-size: 30px;
    z-index: 99999999;
  }
  #myModal .content {
      padding: 3rem;
    display: flex;
    flex-wrap: wrap;
  }
  #myModal .content .customizable-block {
    width: 30%;
  }
  #myModal .close {
        text-align: right;
    font-size: 30px;
    margin-top: -20px;
    cursor: pointer;
    color: #77a0b1 !important;
}
.customizable-blocks1 {
  display: none;
}
.slick-next {
      right: -20px;
}

  .slick-prev {
      left: -20px;
}

/* Add responsive media queries */
@media only screen and (max-width: 600px) {
  #myModal {
    padding: 1px;
  }
  #myModal .content {
    padding: 0px;
  }
}
@media screen and (max-width: 767px) {
  .customizable-block {
    width: 100%;
    margin-bottom: 20px;
    padding: 0; 
  }
  .customizable-block h2,
  .customizable-block p {
    padding: 15px; 
  }
 
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .customizable-block {
    width: calc(50% - 10px);
    padding: 15px; 
  }
}


@media screen and (min-width: 1024px) {
  .customizable-block {
    flex: 0 0 calc(25% - 10px);
    max-width: calc(25% - 10px);
  }
  
}
.modal-content {
  background-color: #dceceb;
  margin: 2% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 100%;
  max-height: calc(100vh - 4%); /* Set max-height to 100vh - 4% to account for the vertical margins */
  overflow: auto;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 50%;
  top: 50%; /* Change top to 50% */
  transform: translate(-50%, -50%); /* Add this line to center the popup vertically */
   width: 100% !important;
  height: auto; /* Change height to auto */
  background-color: rgba(0, 0, 0, 0.4);
}
.custom-section-header {
  position: relative;
  margin-bottom: -85px; /* Added to reduce white space */
  z-index: 2;
}

.customizable-blocks-wrapper {
  position: relative;
  background-color: #dceceb;
  padding: 80px 0 20px;
}

.customizable-blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 100%;
  margin: 0 auto;
}

.customizable-block {
  margin: 0 5px 10px;
  padding: 5px;
  width: calc(25% - 10px);
  box-sizing: border-box;
}

.customizable-block h2,
.customizable-block p {
  background-color: #ffffff;
  margin: 0;
  padding: 5px;
}

.customizable-block h2 {
  margin-top: -8px;
}

.block-button {
  display: block;
  text-align: center;
  margin: 20px auto;
  background-color: #77a0b1;
  color: #ffffff;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  max-width: 200px;
}

.expand-button {
  display: block;
  text-align: center;
  margin: 20px auto;
  background: #77a0b1!important;
  color: white!important;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  max-width: 200px;
}

.expand-button.expanded {
  display: none;
}
#myModal {
  max-width: 100%;
  height: 100vh;
  color: #665e5e;
  padding: 4rem;
}
#myModal .addtc-np, .customizable-block img {
  padding: 0px 8px;
  margin: auto;
}
#myModal h2 {
  font-weight: 300;
}
#myModal  .modal-content {
  max-width: 1200px;

  margin: auto;
}
  .slick-prev, .slick-next {
    color: #212b36;
    font-size: 30px;
    z-index: 99999999;
  }
  #myModal .content {
      padding: 3rem;
    display: flex;
    flex-wrap: wrap;
  }
  #myModal .content .customizable-block {
    width: 30%;
  }
  #myModal .close {
        text-align: right;
    font-size: 30px;
    margin-top: -20px;
    cursor: pointer;
    color: #77a0b1 !important;
}
.customizable-blocks1 {
  display: none;
}
.slick-next {
      right: -20px;
}

  .slick-prev {
      left: -20px;
}

/* Add responsive media queries */
@media only screen and (max-width: 600px) {
  #myModal {
    padding: 1px;
  }
  #myModal .content {
    padding: 0px;
  }
}
@media screen and (max-width: 767px) {
  .customizable-block {
    width: 100%;
    margin-bottom: 20px;
    padding: 0; 
  }
  .customizable-block h2,
  .customizable-block p {
    padding: 15px; 
  }
 
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .customizable-block {
    width: calc(50% - 10px);
    padding: 15px; 
  }
}


@media screen and (min-width: 1024px) {
  .customizable-block {
    flex: 0 0 calc(25% - 10px);
    max-width: calc(25% - 10px);
  }
  
}
#smurf-button-bar{
  text-align: center;
  padding:0 1em 1em;
}
#smurf-button-bar .btn{
  height: 44px;
  font-size: 16px;
  line-height:26px;
  margin:1em 0.5em 0;
  min-width: 200px;
  text-align: left;
  position: relative;
  letter-spacing: .025em;
}
#smurf-button-bar .btn:hover,
#smurf-button-bar .btn:focus,
#smurf-button-bar .btn:active,
#smurf-button-bar .btn.button-active{
  background-color:#fff5ec;
}
#smurf-button-bar .btn span{ display:inline-block; margin-right:1em;}
#smurf-button-bar .icon-chevron-down{
  transform: rotate(-90deg);
  width: 16px;
  height: auto;
  vertical-align: revert;
  position: absolute;
  right: 10px;
  top: 1em;
}
#smurf-button-bar .btn .img-smurf{
  position:absolute;
  right:0;
  top:0;
  display:none;
  width:50%;
  height:auto;
}
#smurf-button-bar .btn.smurf-type-1 .img-smurf{width:109px;top:-74px;}
#smurf-button-bar .btn.smurf-type-2 .img-smurf{width:94px;top:-88px;}
#smurf-button-bar .btn.smurf-type-3 .img-smurf{width:90px;top:-71px;}
#smurf-button-bar .btn.smurf-type-4 .img-smurf{width:105px;top:-78px;}

  #smurf-button-bar .btn.smurf-type-1 .img-smurf.img-smurf-new{width:141px;top:-69px;}
#smurf-button-bar .btn.smurf-type-2 .img-smurf.img-smurf-new{width:131px;top:-93px;}
#smurf-button-bar .btn.smurf-type-3 .img-smurf.img-smurf-new{width:98px;top:-74px;}
#smurf-button-bar .btn.smurf-type-4 .img-smurf.img-smurf-new{width:128px;top:-76px;} 

#smurf-button-bar .btn:hover .img-smurf,
#smurf-button-bar .btn:focus .img-smurf,
#smurf-button-bar .btn:active .img-smurf,
#smurf-button-bar .btn.button-active .img-smurf{display:block;z-index: 5;}
  
@media only screen and (max-width: 992px){
  #smurf-button-bar .btn{
    margin:1em 0.25em 0;
    min-width: auto;
  }
}
@media only screen and (max-width: 768px){
  #smurf-button-bar{
    padding:1em 1em 1em;
  }
  #smurf-button-bar .btn {
    margin: 1% 2%;
    width: 45%;
  }
}
@media only screen and (max-width: 480px){
  #smurf-button-bar{
    padding:1em 0em 1em;
  }
  #smurf-button-bar .btn {
    /* margin: 2% 0%; */
    /* width: 100%; */
    width: 48%;
  }
  #smurf-button-bar .btn:nth-of-type(odd){margin: 2% 1% 2% 0%;}
  #smurf-button-bar .btn:nth-of-type(even){margin: 2% 0% 2% 1%;}
}
@media only screen and (max-width: 375px){
  #smurf-button-bar .btn {
    margin: 2% 0%;
    width: 100%;
  }
  #smurf-button-bar .btn:nth-of-type(odd){margin: 2% 0% 2% 0%;}
  #smurf-button-bar .btn:nth-of-type(even){margin: 2% 0% 2% 0%;}
}
#smurf-button-bar{
  text-align: center;
  padding:0 1em 1em;
}
#smurf-button-bar .btn{
  height: 44px;
  font-size: 16px;
  line-height:26px;
  margin:1em 0.5em 0;
  min-width: 200px;
  text-align: left;
  position: relative;
  letter-spacing: .025em;
}
#smurf-button-bar .btn:hover,
#smurf-button-bar .btn:focus,
#smurf-button-bar .btn:active,
#smurf-button-bar .btn.button-active{
  background-color:#fff5ec;
}
#smurf-button-bar .btn span{ display:inline-block; margin-right:1em;}
#smurf-button-bar .icon-chevron-down{
  transform: rotate(-90deg);
  width: 16px;
  height: auto;
  vertical-align: revert;
  position: absolute;
  right: 10px;
  top: 1em;
}
#smurf-button-bar .btn .img-smurf{
  position:absolute;
  right:0;
  top:0;
  display:none;
  width:50%;
  height:auto;
}
#smurf-button-bar .btn.smurf-type-1 .img-smurf{width:109px;top:-74px;}
#smurf-button-bar .btn.smurf-type-2 .img-smurf{width:94px;top:-88px;}
#smurf-button-bar .btn.smurf-type-3 .img-smurf{width:90px;top:-71px;}
#smurf-button-bar .btn.smurf-type-4 .img-smurf{width:105px;top:-78px;}

  #smurf-button-bar .btn.smurf-type-1 .img-smurf.img-smurf-new{width:141px;top:-69px;}
#smurf-button-bar .btn.smurf-type-2 .img-smurf.img-smurf-new{width:131px;top:-93px;}
#smurf-button-bar .btn.smurf-type-3 .img-smurf.img-smurf-new{width:98px;top:-74px;}
#smurf-button-bar .btn.smurf-type-4 .img-smurf.img-smurf-new{width:128px;top:-76px;} 

#smurf-button-bar .btn:hover .img-smurf,
#smurf-button-bar .btn:focus .img-smurf,
#smurf-button-bar .btn:active .img-smurf,
#smurf-button-bar .btn.button-active .img-smurf{display:block;z-index: 5;}
  
@media only screen and (max-width: 992px){
  #smurf-button-bar .btn{
    margin:1em 0.25em 0;
    min-width: auto;
  }
}
@media only screen and (max-width: 768px){
  #smurf-button-bar{
    padding:1em 1em 1em;
  }
  #smurf-button-bar .btn {
    margin: 1% 2%;
    width: 45%;
  }
}
@media only screen and (max-width: 480px){
  #smurf-button-bar{
    padding:1em 0em 1em;
  }
  #smurf-button-bar .btn {
    /* margin: 2% 0%; */
    /* width: 100%; */
    width: 48%;
  }
  #smurf-button-bar .btn:nth-of-type(odd){margin: 2% 1% 2% 0%;}
  #smurf-button-bar .btn:nth-of-type(even){margin: 2% 0% 2% 1%;}
}
@media only screen and (max-width: 375px){
  #smurf-button-bar .btn {
    margin: 2% 0%;
    width: 100%;
  }
  #smurf-button-bar .btn:nth-of-type(odd){margin: 2% 0% 2% 0%;}
  #smurf-button-bar .btn:nth-of-type(even){margin: 2% 0% 2% 0%;}
}
.custom-section-header {
position: relative;
margin-bottom: -85px;
z-index: 2;
}

.customizable-blocks-wrapper {
position: relative;
background-color: #FFFFFF !important;
padding: 80px 0 20px;
}

.customizable-blocks {
display: flex;
flex-wrap: wrap;
justify-content: center;
max-width: calc((26.66% - 10px) * 3 + 20px);
margin: 0 auto;
}

.customizable-block {
margin: 0 5px 10px;
padding: 5px;
width: calc(26.66% - 10px);
box-sizing: border-box;
}

.customizable-block h2,
.customizable-block p {
margin: 0;
padding: 0;
}

@media screen and (max-width: 767px) {
.customizable-blocks {
max-width: calc(100% * 1 + 20px);
}

.customizable-block {
width: calc(100%);
margin-bottom: 20px;
padding: 0;
}

.customizable-block img {
width: 800%;
height: auto;
}

.slick-prev,
.slick-next {
display: none;
}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
.customizable-blocks {
max-width: calc((50% - 10px) * 2 + 20px);
}

.customizable-block {
width: calc(50% - 10px);
padding: 15px;
}

.customizable-block img {
width: 100%;
height: auto;
}
}
.roots-banner {
        background-position: center -310px;
    }
.roots-banner {
        background-position: center -310px;
    }