#fw-section-footer {

.wrapper {
  background-color: black;
}

.footer__copy {
  color: white;
}

a {
  color: white;
}
}

#fw-section-links-list-02e018c3-9404-499b-b9d0-1caf0b06533e {

/* Add shadow to each individual link */

.link-list {
    background-color: #1a1a1a; /* Fallback for solid dark gray */
    color: white; /* Default text color for the header */
}

.link-list__container a {
    display: inline-block; /* Makes links block-like for better styling */
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5); /* Shadow settings */
    padding: 8px 12px; /* Adds spacing around the links */
    border-radius: 4px; /* Rounds the corners of the links */
    margin: 5px 0; /* Adds space between links */
    transition: box-shadow 0.3s ease, transform 0.2s ease; /* Adds smooth hover effects */
}

/* Hover effect for links */
.link-list-container a:hover {
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2); /* Slightly larger shadow on hover */
    transform: translateY(-2px); /* Slightly raises the link on hover */
}
}
#fw-section-newsletter-d14acb79-422d-4915-86ff-bfbe93257379 {

.newsletter {
    background-color: #1a1a1a; /* Fallback for solid dark gray */
    color: white; /* Default text color for the header */
}
/* Style all links within the header */
.newsletter h2 {
    color: white !important; /* White link color */
    text-decoration: none; /* Optional: Removes underline from links */
    transition: color 0.3s ease; /* Adds smooth color transition */
}

/* Hover effect for header links */
.newsletter__content a:hover {
    color: #cccccc; /* Light gray for hover effect */
}

.button {
    background-color: white;
    color: black;
}

.input-field {
    background-color: #FFFFFF; /* Fallback for solid dark gray */
}
}




























#fw-section-announcement-bar-1725353929 {

.announcement-bar {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5); /* Adjust values as needed */
    z-index: 9999; /* Ensures it stays above other elements */
    position: relative; /* Required for the shadow to display properly */
}
}










#fw-section-header {

/* Style the header background color */
.header {
    background-color: #1a1a1a; /* Fallback for solid dark gray */
    color: white; /* Default text color for the header */
}
/* Style all links within the header */
.header a {
    color: white; /* White link color */
    text-decoration: none; /* Optional: Removes underline from links */
    transition: color 0.3s ease; /* Adds smooth color transition */
}

/* Hover effect for header links */
.header a:hover {
    color: #cccccc; /* Light gray for hover effect */
}

}