.textHeader--44 {
    background-color: var(--background_color); 
    color: var(--text_color); 
    padding-top: 64px; 
    padding-bottom: 0px;
}

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

.textHeader--44 .textHeader__subheading {
    color: inherit; 
}.dividerWidget--83 hr {
    height: 16px; 
    background-color: #ac1c26;
}.textWidget--84 {
    --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: 20px; 
    padding-bottom: 20px; 
    line-height: 1.75; 
    background-color: #eeeeee;
    color: var(--text_color);
}

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

.textWidget--84 a:hover {
    color: var(--link_color);
    text-decoration: underline;
}
.dividerWidget--85 hr {
    height: 16px; 
    background-color: #ac1c26;
}.ctaButtonWidget--86 {
    background-color: #ffffff; 
    padding-top:25px; 
    padding-bottom: 25px;
    
}