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

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

.textHeader--103 .textHeader__subheading {
    color: inherit; 
}.imageWidget--123 {
    padding-top: 15px; 
    padding-bottom: 11px;
}

.imageWidget--123 img {
    width: 1129px;
    height: auto;
    max-width: 100%;
}.textWidget--104 {
    --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: 1150px;
    padding-top: 25px; 
    padding-bottom: 25px; 
    line-height: 1.75; 
    background-color: var(--background_color);
    color: var(--text_color);
}

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

.textWidget--104 a:hover {
    color: var(--link_color);
    text-decoration: underline;
}
.imageWidget--124 {
    padding-top: 10px; 
    padding-bottom: 10px;
}

.imageWidget--124 img {
    width: 1060px;
    height: auto;
    max-width: 100%;
}.ctaButtonWidget--105 {
    background-color: #FFF; 
    padding-top:20px; 
    padding-bottom: 35px;
    
}.dividerWidget--106 hr {
    height: 16px; 
    background-color: #EEE;
}