.bannerWidget--40 {
    background-image: url(https://s3.amazonaws.com/grazecart/lickskillet/images/1556466822_5cc5cc866cbf0.jpg); 
	background-attachment: fixed; 
	background-position: 50% 0%; 
	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--40 {
        background-attachment: initial;
    }
}

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

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

.bannerWidget--40 .bannerWidget__heading {
    letter-spacing: 0px; 
    color: #6d2219; 
    max-width: 1216px; 
    line-height: 1; 
    font-size: 80px;
    text-transform: none;
}

.bannerWidget--40 .bannerWidget__subheading {
    letter-spacing: normal; 
    color: #fefcfc; 
    max-width: 1360px; 
    line-height: 1; 
    font-size: 100px;
    text-transform: uppercase;
}.howItWorksWidget--45 {
    background-color: transparent; 
    color: #3d3d3d; 
    text-align: left; 
    padding-top: 77px; 
    padding-bottom: 0px;
}

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

.howItWorksWidget--45 .bullet {
    background-color: var(--brand_color); 
    color: var(--brand_color_inverted);
}.dividerWidget--9 hr {
    height: 16px; 
    background-color: #6d2219;
}.testimonialsWidget--384 {
    padding-top: 64px; 
    padding-bottom: 64px;
    background-color: var(--background_color);
    color: var(--text_color); 
}

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

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

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

.testimonialsWidget--384 .testimonial__bodyContainer::after {
    background-color: #f3f3f3;
}.contactFormWidget--490 {
    padding-top: 64px; 
    padding-bottom: 64px; 
    max-width: 640px;
    background-color: #FFF; 
    color: #3d3d3d;
}.dividerWidget--588 hr {
    height: 16px; 
    background-color: #EEE;
}