.bannerWidget--458 {
    background-image: url(https://storage.googleapis.com/grazecart-images-prod/bluesilobeef/images/1761058232_68f79db82c0b2.jpeg); 
	background-attachment: scroll; 
	background-position: 50% 50%; 
	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--458 {
        background-attachment: initial;
    }
}

.bannerWidget--458::after {
    background-color: hsla(0, 0%, 0%, 0.27);
    z-index: 1;
}

.bannerWidget--458 .bannerWidget__innerContainer {
    z-index: 5;
    padding-top: 75px;
    padding-bottom: 75px;
    height: auto;
        max-width: 1000px;
    
    }

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

.bannerWidget--458 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #FFF; 
    max-width: 608px; 
    line-height: 1.25; 
    font-size: 24px;
    text-transform: none;
}.howItWorksWidget--284 {
    background-color: var(--background_color); 
    color: var(--text_color); 
    text-align: left; 
    padding-top: 5px; 
    padding-bottom: 5px;
}

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

.howItWorksWidget--284 .bullet {
    background-color: var(--brand_color); 
    color: var(--brand_color_inverted);
}.textWidget--287 {
    --tw-prose-headings: #ffffff;
    --tw-prose-p: #ffffff;
    --tw-prose-a: var(--link_color);
    --tw-prose-body: #ffffff;
    --tw-prose-bullets: #ffffff;
    max-width: 640px;
    padding-top: 7px; 
    padding-bottom: 5px; 
    line-height: 1.75; 
    background-color: #246092;
    color: #ffffff;
}

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

.textWidget--287 a:hover {
    color: var(--link_color);
    text-decoration: underline;
}
.photoGridWidget--107 {
    padding-top:20px; 
    padding-bottom: 64px;
    background-color: var(--background_color);
    color: var(--text_color); 
}

.photoGridWidget--107 a {
    color: var(--link_color);
}.imageWidget--444 {
    padding-top: 40px; 
    padding-bottom: 0px;
}

.imageWidget--444 img {
    width: 900px;
    height: auto;
    max-width: 100%;
}.newsletterWidget--445 {
    padding-top: 0px; 
    padding-bottom: 64px;
    background-color: var(--background_color);
    color: var(--text_color); 
}

.newsletterWidget--445 a {
    color: var(--link_color);
}