#fw-section-custom-html-8807f822-0b19-4d64-822f-b147a5df1f92 {

/* Donations Section Styling */
.donations-container {
  background-color: #f8f4f0; /* Warm off-white background */
  border: 2px solid #e8d5c6; /* Soft beige border */
  border-radius: 12px; /* Rounded corners for cozy feel */
  padding: 2rem;
  margin: 2rem auto;
  max-width: 600px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05); /* Soft shadow for depth */
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; /* Clean, accessible font */
}

.donations-header {
  color: #6d8c6d; /* Muted sage green for calmness */
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
  line-height: 1.3;
}

.donations-text {
  color: #5a5a5a; /* Soft dark gray for readability */
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.donations-highlight {
  color: #9c7561; /* Warm terracotta for emphasis */
  font-weight: 500;
}

.donations-button {
  background-color: #9c7561; /* Terracotta base color */
  color: white;
  border: none;
  border-radius: 8px;
  padding: 12px 28px;
  font-size: 1.1rem;
  font-weight: 500;
  margin-top: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.donations-button:hover {
  background-color: #8a6451; /* Darker terracotta on hover */
  transform: translateY(-2px); /* Subtle lift effect */
}

/* Accessibility Features */
.donations-container:focus {
  outline: 3px solid #6d8c6d; /* High contrast focus indicator */
}

@media (prefers-reduced-motion: reduce) {
  .donations-button {
    transition: none; /* Remove animation for those who prefer reduced motion */
  }
}
}
#fw-section-custom-html-9b457833-5675-496a-b09b-61a13b3c3ab2 {

/* Donations Section Styling */
.donations-container {
  background-color: #f8f4f0; /* Warm off-white background */
  border: 2px solid #e8d5c6; /* Soft beige border */
  border-radius: 12px; /* Rounded corners for cozy feel */
  padding: 2rem;
  margin: 2rem auto;
  max-width: 600px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05); /* Soft shadow for depth */
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; /* Clean, accessible font */
}

.donations-header {
  color: #6d8c6d; /* Muted sage green for calmness */
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
  line-height: 1.3;
}

.donations-text {
  color: #5a5a5a; /* Soft dark gray for readability */
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.donations-highlight {
  color: #9c7561; /* Warm terracotta for emphasis */
  font-weight: 500;
}

.donations-button {
  background-color: #9c7561; /* Terracotta base color */
  color: white;
  border: none;
  border-radius: 8px;
  padding: 12px 28px;
  font-size: 1.1rem;
  font-weight: 500;
  margin-top: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.donations-button:hover {
  background-color: #8a6451; /* Darker terracotta on hover */
  transform: translateY(-2px); /* Subtle lift effect */
}

/* Accessibility Features */
.donations-container:focus {
  outline: 3px solid #6d8c6d; /* High contrast focus indicator */
}

@media (prefers-reduced-motion: reduce) {
  .donations-button {
    transition: none; /* Remove animation for those who prefer reduced motion */
  }
}
}

#fw-section-header {
--color-primary: #88a0a8;
--color-primary-rgb: 136, 160, 168;
--color-background: #ffe18a;
--color-background-rgb: 255, 225, 138;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #0003b3;
--color-on-background-rgb: 0, 3, 179;
--color-product-image-background: #0003b3;
--color-background-brightness: 224;
background-color: var(--color-background);
color: var(--color-on-background);

}













#fw-section-custom-html-1eb07d0a-1d1e-407a-be8d-d89e971a90ee {

/* Donations Section Styling */
.donations-container {
  background-color: #f8f4f0; /* Warm off-white background */
  border: 2px solid #e8d5c6; /* Soft beige border */
  border-radius: 12px; /* Rounded corners for cozy feel */
  padding: 2rem;
  margin: 2rem auto;
  max-width: 600px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05); /* Soft shadow for depth */
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; /* Clean, accessible font */
}

.donations-header {
  color: #6d8c6d; /* Muted sage green for calmness */
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
  line-height: 1.3;
}

.donations-text {
  color: #5a5a5a; /* Soft dark gray for readability */
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.donations-highlight {
  color: #9c7561; /* Warm terracotta for emphasis */
  font-weight: 500;
}

.donations-button {
  background-color: #9c7561; /* Terracotta base color */
  color: white;
  border: none;
  border-radius: 8px;
  padding: 12px 28px;
  font-size: 1.1rem;
  font-weight: 500;
  margin-top: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.donations-button:hover {
  background-color: #8a6451; /* Darker terracotta on hover */
  transform: translateY(-2px); /* Subtle lift effect */
}

/* Accessibility Features */
.donations-container:focus {
  outline: 3px solid #6d8c6d; /* High contrast focus indicator */
}

@media (prefers-reduced-motion: reduce) {
  .donations-button {
    transition: none; /* Remove animation for those who prefer reduced motion */
  }
}
}









#fw-section-custom-html-b1984bb4-032e-4f0b-a5b6-a0fbd2c5754b {

/* Desk Drip CSS */
.header-desk-drip {
  text-align: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 800;
  font-size: 3.5rem;
  color: #9c7561; /* Terracotta */
  margin: 2rem 0;
}

.letter {
  display: inline-block;
  opacity: 0;
  animation: drip-fall 1.2s ease forwards;
}

/* Stagger the animation for each letter */
.letter:nth-child(1) { animation-delay: 0.1s; }
.letter:nth-child(2) { animation-delay: 0.2s; }
.letter:nth-child(3) { animation-delay: 0.3s; }
.letter:nth-child(4) { animation-delay: 0.4s; }
.letter:nth-child(5) { animation-delay: 0.5s; }
.letter:nth-child(6) { animation-delay: 0.6s; }
.letter:nth-child(7) { animation-delay: 0.7s; }
.letter:nth-child(8) { animation-delay: 0.8s; }
.letter:nth-child(9) { animation-delay: 0.9s; }

@keyframes drip-fall {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }
  60% {
    transform: translateY(5px); /* Adds a slight bounce */
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
}

#fw-section-custom-html-7c08e24b-f8c9-46c4-984c-4960a767ab07 {

/* Donations Section Styling */
.donations-container {
  background-color: #f8f4f0; /* Warm off-white background */
  border: 2px solid #e8d5c6; /* Soft beige border */
  border-radius: 12px; /* Rounded corners for cozy feel */
  padding: 2rem;
  margin: 2rem auto;
  max-width: 600px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05); /* Soft shadow for depth */
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; /* Clean, accessible font */
}

.donations-header {
  color: #6d8c6d; /* Muted sage green for calmness */
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
  line-height: 1.3;
}

.donations-text {
  color: #5a5a5a; /* Soft dark gray for readability */
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.donations-highlight {
  color: #9c7561; /* Warm terracotta for emphasis */
  font-weight: 500;
}

.donations-button {
  background-color: #9c7561; /* Terracotta base color */
  color: white;
  border: none;
  border-radius: 8px;
  padding: 12px 28px;
  font-size: 1.1rem;
  font-weight: 500;
  margin-top: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.donations-button:hover {
  background-color: #8a6451; /* Darker terracotta on hover */
  transform: translateY(-2px); /* Subtle lift effect */
}

/* Accessibility Features */
.donations-container:focus {
  outline: 3px solid #6d8c6d; /* High contrast focus indicator */
}

@media (prefers-reduced-motion: reduce) {
  .donations-button {
    transition: none; /* Remove animation for those who prefer reduced motion */
  }
}
}
#fw-section-custom-html-a0e3075e-d41d-4804-aeb1-fc65215abce4 {

/* Donations Section Styling */
.donations-container {
  background-color: #f8f4f0; /* Warm off-white background */
  border: 2px solid #e8d5c6; /* Soft beige border */
  border-radius: 12px; /* Rounded corners for cozy feel */
  padding: 2rem;
  margin: 2rem auto;
  max-width: 600px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05); /* Soft shadow for depth */
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; /* Clean, accessible font */
}

.donations-header {
  color: #6d8c6d; /* Muted sage green for calmness */
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
  line-height: 1.3;
}

.donations-text {
  color: #5a5a5a; /* Soft dark gray for readability */
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.donations-highlight {
  color: #9c7561; /* Warm terracotta for emphasis */
  font-weight: 500;
}

.donations-button {
  background-color: #9c7561; /* Terracotta base color */
  color: white;
  border: none;
  border-radius: 8px;
  padding: 12px 28px;
  font-size: 1.1rem;
  font-weight: 500;
  margin-top: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.donations-button:hover {
  background-color: #8a6451; /* Darker terracotta on hover */
  transform: translateY(-2px); /* Subtle lift effect */
}

/* Accessibility Features */
.donations-container:focus {
  outline: 3px solid #6d8c6d; /* High contrast focus indicator */
}

@media (prefers-reduced-motion: reduce) {
  .donations-button {
    transition: none; /* Remove animation for those who prefer reduced motion */
  }
}
}
#fw-section-custom-html-e49ce684-2712-4609-8d23-2d9843265a27 {

/* Donations Section Styling */
.donations-container {
  background-color: #f8f4f0; /* Warm off-white background */
  border: 2px solid #e8d5c6; /* Soft beige border */
  border-radius: 12px; /* Rounded corners for cozy feel */
  padding: 2rem;
  margin: 2rem auto;
  max-width: 600px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05); /* Soft shadow for depth */
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; /* Clean, accessible font */
}

.donations-header {
  color: #6d8c6d; /* Muted sage green for calmness */
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
  line-height: 1.3;
}

.donations-text {
  color: #5a5a5a; /* Soft dark gray for readability */
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.donations-highlight {
  color: #9c7561; /* Warm terracotta for emphasis */
  font-weight: 500;
}

.donations-button {
  background-color: #9c7561; /* Terracotta base color */
  color: white;
  border: none;
  border-radius: 8px;
  padding: 12px 28px;
  font-size: 1.1rem;
  font-weight: 500;
  margin-top: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.donations-button:hover {
  background-color: #8a6451; /* Darker terracotta on hover */
  transform: translateY(-2px); /* Subtle lift effect */
}

/* Accessibility Features */
.donations-container:focus {
  outline: 3px solid #6d8c6d; /* High contrast focus indicator */
}

@media (prefers-reduced-motion: reduce) {
  .donations-button {
    transition: none; /* Remove animation for those who prefer reduced motion */
  }
}
}



















































#fw-section-custom-html-1177cc49-9396-455f-a9f1-6da2134c1936 {
--color-primary: #88a0a8;
--color-primary-rgb: 136, 160, 168;
--color-background: #a8c3ff;
--color-background-rgb: 168, 195, 255;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #333333;
--color-on-background-rgb: 51, 51, 51;
--color-product-image-background: #333333;
--color-background-brightness: 194;
background-color: var(--color-background);
color: var(--color-on-background);

}
#fw-section-custom-html-744b85ed-c59e-40c4-8563-5771788e8f76 {
--color-primary: #88a0a8;
--color-primary-rgb: 136, 160, 168;
--color-background: #c0d6c5;
--color-background-rgb: 192, 214, 197;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #333333;
--color-on-background-rgb: 51, 51, 51;
--color-product-image-background: #333333;
--color-background-brightness: 205;
background-color: var(--color-background);
color: var(--color-on-background);

}
#fw-section-custom-html-00cdcbe1-c0bb-4a2c-9ed4-bb48645df61b {
--color-primary: #88a0a8;
--color-primary-rgb: 136, 160, 168;
--color-background: #fbffd7;
--color-background-rgb: 251, 255, 215;
--color-on-primary: #ffffff;
--color-on-primary-rgb: 255, 255, 255;
--color-on-background: #333333;
--color-on-background-rgb: 51, 51, 51;
--color-product-image-background: #333333;
--color-background-brightness: 249;
background-color: var(--color-background);
color: var(--color-on-background);

}