/** Shopify CDN: Minification failed

Line 11:0 Unexpected "}"
Line 913:0 Unexpected "}"
Line 1296: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;
    }
#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 {
    color: #77a0b1 !important;
  }
  #my-button.btn-secondary:before {
    content: ' ';
    border-bottom: 11px solid #dceceb;
    width: 100%;
    height: 11px;
    position: absolute;
    z-index: -1;
    bottom: 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;
    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);
    }
  }
.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;
    }
}
#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 {
    color: #77a0b1 !important;
  }
  #my-button.btn-secondary:before {
    content: ' ';
    border-bottom: 11px solid #dceceb;
    width: 100%;
    height: 11px;
    position: absolute;
    z-index: -1;
    bottom: 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;
    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);
    }
  }
}
.roots-banner {
        background-position: center -310px;
    }