.bannerWidget--12 {
    background-image: url(https://s3.amazonaws.com/grazecart/naturespantry/images/1719275040_667a0e20054bd.jpeg); 
	background-attachment: scroll; 
	background-position: 55% 55%; 
	background-repeat: no-repeat; 
    background-size: cover;
    position: relative;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

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

.bannerWidget--12::after {
    background-color: transparent;
    z-index: 1;
}

.bannerWidget--12 .bannerWidget__innerContainer {
    z-index: 5;
    padding-top: 256px;
    padding-bottom: 0px;
    height: auto;
        max-width: 550px;
    
        min-height: 1343px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    }

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

.bannerWidget--12 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #FFF; 
    max-width: 608px; 
    line-height: 1.25; 
    font-size: 24px;
    text-transform: none;
}.bannerWidget--26 {
    background-image: url(); 
	background-attachment: scroll; 
	background-position: 60% 60%; 
	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--26 {
        background-attachment: initial;
    }
}

.bannerWidget--26::after {
    background-color: hsl(0, 0%, 100%);
    z-index: 1;
}

.bannerWidget--26 .bannerWidget__innerContainer {
    z-index: 5;
    padding-top: 38px;
    padding-bottom: 0px;
    height: auto;
        max-width: 1600px;
    
    }

.bannerWidget--26 .bannerWidget__heading {
    letter-spacing: normal; 
    color: #000000; 
    max-width: 624px; 
    line-height: 1.25; 
    font-size: 21px;
    text-transform: none;
}

.bannerWidget--26 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #5d5959; 
    max-width: 608px; 
    line-height: 1.5; 
    font-size: 20px;
    text-transform: none;
}.newsletterWidget--27 {
    padding-top: 30px; 
    padding-bottom: 18px;
    background-color: var(--background_color);
    color: var(--text_color); 
}

.newsletterWidget--27 a {
    color: var(--link_color);
}.dividerWidget--87 hr {
    height: 4px; 
    background-color: #EEE;
}.textWidget--16 {
    --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: 672px;
    padding-top: 23px; 
    padding-bottom: 33px; 
    line-height: 1.75; 
    background-color: var(--background_color);
    color: var(--text_color);
}

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

.textWidget--16 a:hover {
    color: var(--link_color);
    text-decoration: underline;
}
.dividerWidget--88 hr {
    height: 4px; 
    background-color: #EEE;
}.howItWorksWidget--28 {
    background-color: var(--background_color); 
    color: var(--text_color); 
    text-align: left; 
    padding-top: 40px; 
    padding-bottom: 39px;
}

.howItWorksWidget--28 a {
    color: var(--link_color);
}

.howItWorksWidget--28 .bullet {
    background-color: var(--brand_color); 
    color: var(--brand_color_inverted);
}.dividerWidget--86 hr {
    height: 4px; 
    background-color: #EEE;
}.testimonialsWidget--22 {
    padding-top: 64px; 
    padding-bottom: 64px;
    background-color: var(--background_color);
    color: var(--text_color); 
}

.testimonialsWidget--22 a {
    color: var(--link_color);
}

.testimonialsWidget--22 .testimonialsWidgetDots li button:before {
    color: var(--text_color); 
}

.testimonialsWidget--22 .testimonial__bodyContainer {
    background-color: #f3f3f3;
    color: inherit;
}

.testimonialsWidget--22 .testimonial__bodyContainer::after {
    background-color: #f3f3f3;
}.contactFormWidget--61 {
    padding-top: 64px; 
    padding-bottom: 64px; 
    max-width: 640px;
    background-color: #FFF; 
    color: #3d3d3d;
}