.prod-group-header {
    display: flex;
}
.prod-group-header h1 {
    font-size: 82px;
    color: #fff;
    margin: auto;
	    text-shadow: 0 0 20px rgba(0,0,0,.6);
	    text-align: center;
    padding: 15px;
	font-weight: bold;
}
.sweeps-cta-buy p {
   font-size: 22px!important;
    text-align: center;
    padding: 15px;
    font-weight: bold;
    margin-bottom: 20px;
	
}
.sweeps-cta-buy a {
    color: #b1975d;
    text-decoration: underline;
}
.info-container {
	margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
	.prod-group-header h1 {
    	font-size: 40px;
	}
	.prod-group-header { 
	background-size: cover!important;
	}
}
/*.landing-header-full {
filter: brightness(1.1) grayscale(.6);
}*/
/*.temp-homepage {
    display: flex;
    margin-top: 50px;
	    overflow: hidden;
	position: relative;
}
.temp-homepage>div {
    width: 50%;
}
.temp-hero {
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    width: 100%!important;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.temp-text {
    display: flex;
    flex-direction: column;
 background-color: rgb(247 147 44 / 80%);
    padding: 75px 25px;
    border-top: 8px solid #D2322A;
    border-right: 8px solid #D2322A;
    border-bottom: 8px solid #8B1233;
    border-left: 8px solid #8B1233;
    transform: translateX(100%);
    margin-left: auto;
	  animation: .5s ease-out .5s 1 slideInFromRight;
	animation-fill-mode: forwards;
}

@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
.temp-text img {
    max-width: 400px;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
	    width: 100%;
	opacity: 0;
	animation: .25s ease-in-out 1s 1 fadein;
	animation-fill-mode: forwards;
}
.temp-text p {
    color: #fff;
    font-size: 1.7em;
    text-align: center;
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
	animation: .25s ease-in-out 1.25s 1 fadein;
	animation-fill-mode: forwards;
	opacity: 0;
}
.temp-text a {
	margin-bottom: 0!important;
	background-color: #fff!important;;
	    color: #8B1233!important;
    text-transform: uppercase;
	font-size: 20px!important;
	 animation: .25s ease-in-out 1.5s 1 fadein;
	animation-fill-mode: forwards;
	opacity: 0;
}

@-webkit-keyframes fadein {
  0% {
	  opacity: 0;
  }

    100% {
    opacity: 1;
  }
}

.temp-text a:hover {
	background-color: #8B1233!important;
}
.animated-button span:nth-child(1) {
  background: -webkit-gradient(linear, right top, left top, from(rgba(8, 20, 43, 0)), to(#D2322A));
  background: linear-gradient(to left, rgba(8, 20, 43, 0), #D2322A);
}
.animated-button span:nth-child(2) {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 20, 43, 0)), to(#D2322A));
  background: linear-gradient(to top, rgba(8, 20, 43, 0), #D2322A);
}
.animated-button span:nth-child(3) {
 
  background: -webkit-gradient(linear, left top, right top, from(rgba(8, 20, 43, 0)), to(#D2322A));
  background: linear-gradient(to right, rgba(8, 20, 43, 0), #D2322A);
}
.animated-button span:nth-child(4) {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 20, 43, 0)), to(#D2322A));
  background: linear-gradient(to bottom, rgba(8, 20, 43, 0), #D2322A);
}


.landing-header {
    position: relative;
}

.landing-header-full {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
	clip-path: circle(100% at 50% 50%);
	transition: 0.3s;
}
.started .landing-header-full {
	    clip-path: circle(0% at 50% 50%);
}

.landing-header {
    clip-path: none!important;
}*/

/*@media only screen and (max-width: 767px) {
	.homepage-hero {
		    background-position: center;
		background-image: url(https://sasquatch.build/mainstbistro/wp-content/uploads/2023/10/RESE7217_MSB_Twice_Baked_Potato_Website_Updates_Header_MOBILE-2-1.jpg)!important;
	}
}*/
/*
@media only screen and (max-width: 767px) {
	.temp-homepage {
		flex-direction: column;
	}
	.temp-homepage>div {
		width: 100%!important;
	}
	.temp-hero {
    height: 200px;
}
	.temp-text {
		padding: 25px!important;
	}
}*/




.faq-link a {
    color: #fff !important;
    font-size: 2rem !important;
    text-align: center;
    margin-top: 25px;
    border-bottom: 0;
    color: #fff;
    border: 2px solid #8B1233;
    background-color: #8B1233;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 100px;
    margin-top: 25px !important;
}