.bannerWidget--1059 {
    background-image: url(); 
	background-attachment: fixed; 
	background-position: 50% 0%; 
	background-repeat: no-repeat; 
    background-size: auto;
    position: relative;
    -o-background-size: auto;
    -moz-background-size: auto;
    -webkit-background-size: auto;
}

@media (max-width : 480px) {
    /* safari mobile does not support fixed */
    .bannerWidget--1059 {
        background-attachment: initial;
    }
}

.bannerWidget--1059::after {
    background-color: hsl(244, 90%, 22%);
    z-index: 1;
}

.bannerWidget--1059 .bannerWidget__innerContainer {
    z-index: 5;
    padding-top: 116px;
    padding-bottom: 139px;
    height: auto;
        max-width: 1135px;
    
    }

.bannerWidget--1059 .bannerWidget__heading {
    letter-spacing: normal; 
    color: #FFF; 
    max-width: 608px; 
    line-height: 1.25; 
    font-size: 48px;
    text-transform: none;
}

.bannerWidget--1059 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #FFF; 
    max-width: 608px; 
    line-height: 1.25; 
    font-size: 24px;
    text-transform: none;
}.textWidget--1061 {
    --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: 1056px;
    padding-top: 64px; 
    padding-bottom: 29px; 
    line-height: 1.75; 
    background-color: var(--background_color);
    color: var(--text_color);
}

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

.textWidget--1061 a:hover {
    color: var(--link_color);
    text-decoration: underline;
}
.textWidget--1062 {
    --tw-prose-headings: #7a0202;
    --tw-prose-p: #7a0202;
    --tw-prose-a: var(--link_color);
    --tw-prose-body: #7a0202;
    --tw-prose-bullets: #7a0202;
    max-width: 640px;
    padding-top: 13px; 
    padding-bottom: 5px; 
    line-height: 1.75; 
    background-color: var(--background_color);
    color: #7a0202;
}

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

.textWidget--1062 a:hover {
    color: var(--link_color);
    text-decoration: underline;
}
.featuredProductsWidget--1060 {
    background-color: var(--background_color);
    color: var(--text_color);
    padding-top: 64px;
	padding-bottom: 64px;
}

.featuredProductsWidget--1060 a {
    color: var(--link_color);
}