.new-to-sous-vide {
	display: flex;
	width: 100%;
	height: 58px;
	background-color: #646464;
	justify-content: center;
	align-items: center;
}
.new-to-sous-vide p {
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
	margin: 0px 10px 0px 0px;
}
.new-to-sous-vide .anova-cta-inverted {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px 30px;
	height: 32px;
	border-radius: 25px;
	border: solid 2px #ffc455;
	color: #ffc455;
	overflow: hidden;
	font-weight: 600;
}
.new-to-sous-vide .anova-cta-inverted:hover {
	color: #FFA700;
	border: solid 2px #FFA700;
}
