#fw-section-custom-html-1b23cc9d-d6fc-4113-bfcd-cf7d08f425a7 {
--color-primary: #66bb6a;
--color-primary-rgb: 102, 187, 106;
--color-background: #c3cfb9;
--color-background-rgb: 195, 207, 185;
--color-on-primary: #FFFFFF;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #0B3D2E;
--color-on-background-rgb: 11, 61, 46;
--color-product-image-background: #0B3D2E;
--color-background-brightness: 201;
background-color: var(--color-background);
color: var(--color-on-background);
.rooted-cta a {
  display: inline-block;
  padding: 14px 28px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 30px;
  background-color: #66BB6A; /* default green */
  color: #fff;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.rooted-cta a:hover {
  background-color: #72cb76; /* darker green on hover */
  transform: translateY(-2px);
}
}
#fw-section-custom-html-4826d6e7-7964-4d1d-84af-7c71f9b80df0 {

.rooted-cta a {
  display: inline-block;
  padding: 14px 28px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 30px;
  background-color: #66BB6A; /* default green */
  color: #fff;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.rooted-cta a:hover {
  background-color: #72cb76; /* darker green on hover */
  transform: translateY(-2px);
}
}








#fw-section-image-with-text-f9a14212-7cfc-4613-8ddb-1007d888cf42 {
--color-primary: #66bb6a;
--color-primary-rgb: 102, 187, 106;
--color-background: #7f8c8e;
--color-background-rgb: 127, 140, 142;
--color-on-primary: #FFFFFF;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #ffffff;
--color-on-background-rgb: 255, 255, 255;
--color-product-image-background: #ffffff;
--color-background-brightness: 136;
background-color: var(--color-background);
color: var(--color-on-background);

}
#fw-section-tiers-6536b2c0-92e6-402a-853e-099591e8753a {

/* Hide the third tier specifically */
.grid__column--4\@md:nth-child(3) {
    display: none;
}

/* Hide the second tier */
.grid__column--4\@md:nth-child(4) {
    display: none;
}
}