.textHeader--237 {
    background-color: var(--background_color); 
    color: var(--text_color); 
    padding-top: 40px; 
    padding-bottom: 20px;
}

.textHeader--237 .textHeader__heading {
    color: inherit; 
}

.textHeader--237 .textHeader__subheading {
    color: inherit; 
}.textWidget--236 {
    --tw-prose-headings: var(--text_color);
    --tw-prose-p: var(--text_color);
    --tw-prose-a: var(--link_color);
    --tw-prose-body: --text_color;
    --tw-prose-bullets: --text_color;
    max-width: 1024px;
    padding-top: 40px; 
    padding-bottom: 64px; 
    line-height: 1.75; 
    background-color: var(--background_color);
    color: var(--text_color);
}

.textWidget--236 a {
    color: var(--link_color);
    text-decoration: none;
}

.textWidget--236 a:hover {
    color: var(--link_color);
    text-decoration: underline;
}
.textWidget--586 {
    --tw-prose-headings: var(--text_color);
    --tw-prose-p: var(--text_color);
    --tw-prose-a: var(--link_color);
    --tw-prose-body: --text_color;
    --tw-prose-bullets: --text_color;
    max-width: 1000px;
    padding-top: 64px; 
    padding-bottom: 30px; 
    line-height: 1.75; 
    background-color: var(--background_color);
    color: var(--text_color);
}

.textWidget--586 a {
    color: var(--link_color);
    text-decoration: none;
}

.textWidget--586 a:hover {
    color: var(--link_color);
    text-decoration: underline;
}
.ctaButtonWidget--587 {
    background-color: #FFF; 
    padding-top:20px; 
    padding-bottom: 64px;
    
}