/* HG */
:root{

	--first-color: #357d3c;
	--first-color-light: #d8f5e1;
	--white-color: #FFF;
	--second-color: #50b45b;
	--third-color: #f3d572;

	--body-font: 'Outfit', sans-serif;
	--bs-body-font-family: "Outfit", sans-serif;
	--bs-body-font-weight: 300;
	/*--bs-body-font-size:*/


	/*--normal-font-size: 1rem;
    --z-fixed: 100;*/

}
.btn{
	--bs-btn-border-radius: 1.5rem;
	--bs-btn-padding-x: 1.5rem;
	--bs-btn-padding-y: 0.6rem;
	--bs-btn-font-family: 'Outfit', sans-serif;
	--bs-btn-font-weight: 400;
	--bs-btn-font-size: 0.7rem
}
.btn-success {
	--bs-btn-color: #fff;
	--bs-btn-bg: #7DC125;
	--bs-btn-border-color: #7DC125;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #53d1b9;
	--bs-btn-hover-border-color: #53d1b9;
	--bs-btn-focus-shadow-rgb: 60,153,110;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #53d1b9;
	--bs-btn-active-border-color: #53d1b9;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #7DC125;
	--bs-btn-disabled-border-color: #7DC125;

	background-image: linear-gradient(170deg, #7DC125 50%, #53d1b9 100%);
	border-color: transparent;
}
.btn.btn-success:hover{
	background-image: linear-gradient(-10deg, #7DC125, #53d1b9);
}
.btn-outline-success {
	--bs-btn-color: #1E1E1E;
	--bs-btn-border-color: #7DC125;
	--bs-btn-hover-color: #1E1E1E;
	--bs-btn-hover-bg: rgba(255, 255, 255, 0.97);
	--bs-btn-hover-border-color: #5BCFA1;
	--bs-btn-focus-shadow-rgb: 25,135,84;
	--bs-btn-active-color: #1E1E1E;
	--bs-btn-active-bg: rgba(255, 255, 255, 0.97);
	--bs-btn-active-border-color: #7DC125;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #7DC125;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #7DC125;
	--bs-gradient: none;
}
.btn.btn-outline-success:hover{
	background-image: linear-gradient(170deg, rgba(255, 255, 255, 0.97) 50%, rgba(221, 245, 233, 0.97) 100%);
}
@media screen and (max-width: 768px) {
	.btn {
		--bs-btn-font-size: 1.2rem;
	}
}

.card{
	--bs-card-cap-padding-y: 1rem;
	--bs-card-border-radius: 2vw;
	--bs-card-inner-border-radius: 2vw;
}
.card-header{
	background-image: linear-gradient(0deg, #f4fdf7 0%, #fff 40%);
}
@media screen and (max-width: 768px) {
	.card{
		--bs-card-border-radius: 5vw;
		--bs-card-inner-border-radius: 5vw;
	}
}

.form-check-input:checked {
	background-color: #7DC125;
	border-color: #7DC125;
}

button{
	outline: none!important;
}
body{
	font-optical-sizing: auto;
	background-color: #f4f6ff;
	background-image: radial-gradient(circle at top center, #caf4d9 0, #f4f6ff 70vw);

}
.all{
	background-image: radial-gradient(circle at top right, rgba(255,255,255,0.6), rgba(255,255,255,0) 20vw);
}
.all2{
	min-height: 100vh;
	background-image: linear-gradient(0deg, #cbf4d9, rgba(244, 246, 255, 0) 50vw);
}
@media screen and (min-width: 768px){
	html{
		font-size: 1.15vw;
	}
	.contentWrap{
		min-height: calc(100vh - 5.2rem);
	}
}

h1, .h1{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.5rem;
	color: #000;
	font-family: 'Outfit', sans-serif;
	text-align: center;
	line-height: 1.4;
	word-spacing: 0.2rem;
}
h2, .h2{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.5rem;
	color: #000;
	font-family: 'Outfit', sans-serif;
	text-align: center;
	line-height: 1.4;
	word-spacing: 0.2rem;
}
h3, .h3{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.2rem;
	color: #000;
	font-family: 'Outfit', sans-serif;
	text-align: center;
	line-height: 1.4;
	word-spacing: 0.2rem;
}
@media screen and (max-width: 768px) {
	h1, .h1{
	}
	h2, .h2{
		font-size: 1.2rem;
	}
	h3, .h3{
		font-size: 1rem;
	}
}

/**/
.logo-top{
	width: 17vw;
	height: auto;
}
.logo-bottom{
	width: 17vw;
	height: auto;
}
.header .top-navbar .nav-link{
	text-transform: uppercase;
	color: #000;
	font-weight: 500;
	font-size: 0.9rem;
	border-radius: 2rem;
}
.header .top-navbar .nav-link:hover{
	background-color: #f4fdf7;
}
.header .navbar {
	--bs-navbar-nav-link-padding-x: 1rem;
	--bs-navbar-padding-y: 2rem;
}
.navbar-toggler, .navbar-toggler:focus{
	box-shadow: none!important;
	border: none;
}
.container-outer{
	width: 76%;
}
.container-outer-narrow{
	width: 64%;
}
img.button-icon{
	height: 0.9rem;
	position: relative;
	top: -1px;
	width: auto;
	vertical-align: middle;
	margin-right: 0.3rem;
}
@media screen and (min-width: 768px) {
	.container-outer-blog{
		width: 64%;
	}
}
@media screen and (max-width: 768px){
	.logo-top{
		width: 40vw;
		height: auto;
	}
	.header .navbar {
		--bs-navbar-nav-link-padding-x: 1rem;
		--bs-navbar-padding-y: 1rem;
	}
	.container-outer{
		width: 90%;
	}
	.container-outer-narrow{
		width: 80%;
	}
	.navbar-nav{
		padding: 4vw 0;
		text-align: center;
	}
	#navbarContent{
		margin: 0 -2rem;
	}
	.top-navbar ul.navbar-nav.topNavMainSection {
	}
	.top-navbar .nav-item{
		border-bottom: dotted 1px #999;
		background-color: rgba(255,255,255,0.4);
	}
	.top-navbar .nav-item:first-child{
		border-top: dotted 1px #999;
	}
}
/**/

.topFormWrapper{
	position: relative;
	padding: 2vw 0 4vw 0;
}
.topFormImage{
	position: absolute;
	height: auto;
	display: block;
	z-index: 3;
}
.topFormImage-1{
	width: 12vw;
	top: -1.5vw;
	left: 6.5vw;
}
.topFormImage-2{
	width: 14vw;
	top: -1vw;
	left: 58vw;
}
.topFormImage-3{
	width: 20vw;
	top: 20vw;
	left: 4vw;
}
.topFormImage-4{
	width: 24vw;
	top: 16vw;
	left: 25vw;
}
.topFormImage-5{
	width: 20vw;
	top: 18vw;
	left: 50vw;
}
.avoid-mouse{
	transition: transform 1s ease-out;
}
.topFormBox{
	min-height: 20vw;
	border-radius: 5vw;
	position: relative;
	width: 72%;
	margin: auto;
	box-sizing: border-box;
	padding: 3vw;

	background-image: linear-gradient(170deg, rgba(255, 255, 255, 0.97) 50%, rgba(221, 245, 233, 0.97) 100%);
	z-index: 10;
}
.topFormBox h1{
	font-size: 1.3rem;
}
.topFormBox p{
	text-align: center;
	color: #838383;
	line-height: 1.2;
}
.topFormDragArea{
	border-width: 1px;
	border-radius: 2vw;
	border-style: dashed;
	border-color: #C5C5C5;
	height: 12vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 70%;
	margin: auto;
	transition: all 0.3s ease;
}
.topFormDragArea.dragging {
	background: #e9f7ef;
	border-color: #198754;
	transform: scale(1.02);
}
.topFormDragArea.dragging .topFormUploadingInfoArea {
	opacity: 0.7;
}

.topFormDragAreaIcon{
	display: block;
	width: 3vw;
	margin-bottom: 0.4rem;
}
.topFormDragAreaCaption{
	color: #1E1E1E;
	font-size: 1.1rem;
}
.topFormDragAreaCaption span{
	color: #32B30E;
}
.topFormDragAreaNote{
	color: #838383;
	font-size: 0.75rem;
}
.topFormUploadingInfoArea{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	transition: all 0.3s ease;
}
.topFormUploadingActiveArea{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 1rem;
}
@media screen and (max-width: 768px){
	.topFormWrapper {
		padding: 4vw 0 4vw 0;
		margin-top: 3vw;
	}
	.topFormWrapperWrapper{
		overflow: hidden;
	}
	.topFormBox{
		width: 90%;
		padding: 6vw;
	}
	.topFormBox h1 {
		font-size: 1.2rem;
		font-weight: 500;
	}
	.topFormBox h1 br{
		display: none;
	}
	.topFormBox p {
		font-size: 1rem;
	}
	.topFormBox p br{
		display: none;
	}
	.topFormDragArea {
		display: none;
	}

	.topFormImage-1{
		width: 35vw;
		top: -3.5vw;
		left: -5vw;
	}
	.topFormImage-2{
		width: 35vw;
		top: -3vw;
		left: 64vw;
	}
	.topFormImage-3{
		width: 50vw;
		top: 55vw;
		left: -10vw;
	}
	.topFormImage-4{
		width: 44vw;
		top: 64vw;
		left: 25vw;
	}
	.topFormImage-5{
		width: 30vw;
		top: 65vw;
		left: 70vw;
	}
}
/**/
.howItWorksBox{
	padding-top: 3vw;
}
.howItWorksBoxWrapper{
	padding: 4vw 0 4vw 0;
}
.howItWorksBoxTitle h2{
	text-align: center;
}
.howItWorksBoxTitle p{
	text-align: center;
	color: #838383;
}
.howItWorksItem{
	width: 100%;
	height: 100%;
	border-radius: 2vw;
	position: relative;
	padding: 3vw 0.8vw 2vw 0.8vw;

	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: space-between;
}
.howItWorksItemNumber{
	position: absolute;
	top:-2vw;
	left: calc(50% - 2vw);
	border-radius: 50%;
	width: 4vw;
	height: 4vw;
	background: url("../images/ellipse.png") center no-repeat;
	background-size: cover;
	color: #fff;
	font-family: 'SN Pro', sans-serif;
	font-weight: 700;
	font-size: 1.75vw;
	line-height: 4vw;
	text-align: center;
}

.howItWorksItemVisualBox img{
	display: block;
	width: 100%;
	height: auto;
}
.howItWorksItemText p{
	color: #838383;
	text-align: center;
	line-height: 1.2;
	font-size: 0.8rem;
}
@media screen and (max-width: 768px) {
	.howItWorksBoxWrapper{
		padding: 10vw 0 10vw 0;
	}
	.howItWorksItem {
		width: 78%;
		padding: 9vw 3vw 4vw 3vw;
		margin: auto;
	}
	.howItWorksItemNumber {
		top: -6vw;
		left: calc(50% - 6vw);
		width: 12vw;
		height: 12vw;
		font-size: 5vw;
		line-height: 12vw;
	}
	.howItWorksItemCol{
		margin-top: 4vw;
		margin-bottom: 6vw;
	}
}

/**/

.howItWorks2BoxWrapper{
	padding: 0 0 4vw 0;
}
.howItWorks2BoxTitle h2{
	text-align: center;
}
.howItWorks2BoxTitle p{
	text-align: center;
	color: #838383;
}
.howItWorks2Item{
	width: 100%;
	height: 100%;
	border-radius: 2vw;
	position: relative;
	padding: 3vw 0.8vw 2vw 0.8vw;

	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: space-between;
}
.howItWorks2ItemNumber{
	position: absolute;
	top:-2vw;
	left: calc(50% - 2vw);
	border-radius: 50%;
	width: 4vw;
	height: 4vw;
	background: url("../images/ellipse.png") center no-repeat;
	background-size: cover;
	color: #fff;
	font-family: 'SN Pro', sans-serif;
	font-weight: 700;
	font-size: 1.75vw;
	line-height: 4vw;
	text-align: center;
}

.howItWorks2ItemText p{
	color: #6a6e73;
	line-height: 1.2;
	font-size: 1rem;
}
.howItWorks2ItemText ul{
	display: block;
	margin: auto;
	max-width: 30rem;
	color: #212529;
	line-height: 1.2;
	font-size: 1rem;
}
.howItWorks2ItemCol{
	margin-top: 5vw;
	margin-bottom: 2vw;
}
@media screen and (max-width: 768px) {
	.howItWorks2Box{
		padding-top: 6vw;
	}
	.howItWorks2BoxWrapper{
		padding: 0 0 10vw 0;
	}
	.howItWorks2Item {
		padding: 9vw 3vw 4vw 3vw;
		margin: auto;
	}
	.howItWorks2ItemNumber {
		top: -6vw;
		left: calc(50% - 6vw);
		width: 12vw;
		height: 12vw;
		font-size: 5vw;
		line-height: 12vw;
	}
	.howItWorks2ItemCol{
		margin-top: 4vw;
		margin-bottom: 14vw;
	}
}
/**/

.downloadAppBoxWrapper{
	background-color: #EEF3F5;
	padding: 3vw 0 4vw 0;

}
.downloadAppBoxTitle h2{
	text-align: center;
}
.downloadAppBoxTitle p{
	text-align: center;
	color: #838383;
}
.downloadAppBox{
	padding-top: 12vw;
}
.downloadAppItem{
	width: 100%;
	height: 100%;
	border-radius: 2vw;
	position: relative;
	padding: 3vw 1.2vw 1.2vw 1.2vw;
}
.downloadAppItemApp{
	position: relative;
	z-index: 10;
}
.downloadAppItemApp img{
	width: 120%;
	display: block;
	position: absolute;
	left: -10%;
	top:-11.5vw;
}
.downloadAppItemFood{
	position: absolute;
	top:-4.5vw;
	left: 0;
	width: 100%;
	height: 7vw;
}
.downloadAppItemFood img{
	width: auto;
	display: block;
	height: 100%;
	margin: auto;
}
.downloadAppItem h3{
	text-align: left;
	font-size: 0.9rem;
	text-transform: none;
	font-weight: 500;
}
.downloadAppItem th{
	font-size: 0.8rem;
	font-weight: 400;
	padding: 0;
}
.downloadAppItem td{
	font-size: 0.8rem;
	color: #49be3d;
	font-weight: 400;
	padding: 0;
	text-align: right;
}
@media screen and (max-width: 768px) {
	.downloadAppBoxWrapper{
		padding: 10vw 0 5vw 0;
	}
	.downloadAppItem {
		padding: 6vw 3vw 3vw 3vw;
	}
	.downloadAppItemFood {
		top: -9vw;
		height: 14vw;
	}
	.downloadAppItemApp img {
		width: 33%;
		display: block;
		position: absolute;
		left: 33%;
		top: -32vw;
	}
	.downloadAppBox > .row > .col{
		margin-bottom: 10vw;
	}
}
/**/

.whyAssistantBoxWrapper{
	padding: 4vw 0;
}
.whyAssistantBoxTitle h2{
	text-align: center;
}
.whyAssistantBoxTitle p{
	text-align: center;
	color: #838383;
}
.whyAssistantItem{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	border-radius: 2vw;
	position: relative;
	padding: 0.8vw;
}
.whyAssistantItemImage{
	background-color: #f9faff;
	border-radius: 1.9vw;
	height: 100%;
	flex-basis: 40%;
	overflow: hidden;
}
.whyAssistantItemImage img{
	width: 100%;
	height: auto;
	display: block;
}
.whyAssistantItemText{
	flex-basis: 55%;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
	box-sizing: border-box;
	padding-right: 3%;
}
.whyAssistantItemText h3{
	text-align: left;
	margin-top: 0.5rem;
}
.whyAssistantItemText p{
	color: #838383;
	text-align: left;
	line-height: 1.2;
	font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
	.container-outer.whyAssistantBoxWrapper {
		padding: 10vw 0;
		width: 80%;
	}
}
/**/

.faqBoxWrapper{
	padding: 0 0 5vw 0;
}
.faqBoxTitle h2{
	text-align: center;
}
.faqBoxTitle p{
	text-align: center;
	color: #838383;
}
.accordion {
	--bs-accordion-active-color: #000;
	--bs-accordion-btn-padding-x: 2rem;
	--bs-accordion-body-padding-x:2rem;



	--bs-accordion-btn-icon: url("../images/plus.svg");
	--bs-accordion-btn-icon-width: 1.25rem;
	--bs-accordion-btn-icon-transform: rotate(-180deg);
	--bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
	--bs-accordion-btn-active-icon: url("../images/minus.svg");
}
.accordion-item {
	background-color: #fff;
	background-image: linear-gradient(0deg, #f4fdf7 0%, #fff 40%);
	border: none;
	border-radius: 1.5vw!important;
}
.accordion-header {
	border-radius: 1.5vw!important;
}
.accordion-flush > .accordion-item > .accordion-collapse, .accordion-flush > .accordion-item > .accordion-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
	border-radius: 1.5vw;
}
.accordion-button:not(.collapsed) {
	background-color: transparent;
	box-shadow: none;
}
.accordion-button:focus {
	outline: 0;
	box-shadow: none;
}
.accordion-button {
	background-color: transparent;

	padding-top: 1.7rem;
	padding-bottom: 1.7rem;
	font-weight: 600;
	color: #000;
	font-size: 1.1rem;
}
.accordion-body{
	padding-top: 0;
	color: #838383;
}
.accordion-body p{
	margin: 0;
}
@media screen and (max-width: 768px) {
	.accordion-button {
		font-weight: 500;
		font-size: 1rem;
	}
}

/**/

.footer{
	background-image: linear-gradient(178deg, #7dc125 20%, #51d2c3 100%);
}
.footer .nav-link{
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
	font-size: 0.9rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.footer .navbar {
	--bs-navbar-padding-y: 1.2rem;
}
.footer .navbar-nav .nav-link.active, .footer .navbar-nav .nav-link.show {
	color: #fff;
}
.footer .btn-outline-success:not(:hover){
	background-color: #fff;
}
@media screen and (max-width: 768px) {
	.logo-bottom {
		width: 40vw;
	}
	.footer .navbar > .container-fluid {
		display: block;
	}
	.footer .navbar > .container-fluid > .navbar-brand {
		display: block;
	}
	.footer .navbar > .container-fluid > .navbar-brand > img {
		display: block;
		margin: auto;
	}
}




/**/
b, strong {
	font-weight: 700;
}

#app {
	position: relative;
	min-height: 100vh;
	padding-top: env(safe-area-inset-top);
	padding-bottom: env(safe-area-inset-bottom);
}

/* Top safe area bar */
#app::before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: env(safe-area-inset-top);
	background: #CAF4D9;
	z-index: 9999;
}

/* Bottom safe area bar */
#app::after {
	content: '';
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: env(safe-area-inset-bottom);
	background: #CAF4D9;
	z-index: 9999;
}

/* file upload box */
.uploadButtonText{
	max-width: calc(100% - 100px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.uploadButtonProgress{
	display: block;
	margin-left: auto;
	white-space: nowrap;
}
.uploadBoxNote{
	font-size: 12px;
}

.uploadedImage{
	height: 40px;
	width: auto;
	max-width: calc(100% - 100px);
	display: block;
}
.uploadedImageBox .border{
	border-color: #999999!important;
}
.photoUploadFieldLabel{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/**/
#photoModalImageBox{
	position: relative;
}
#photoModalImageBox img{
	display: block;
	width: 100%;
	height: auto;
	margin: auto;
}


/**/
.body-container {
	position: relative;
	width: 100%;
	max-width: 400px;
}
.body-container img {
	width: 100%;
	display: block;
}
@keyframes pulse {
	0% { transform: scale(1); opacity: 0.7; }
	50% { transform: scale(1.2); opacity: 1; }
	100% { transform: scale(1); opacity: 0.7; }
}
.zone {
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
	opacity: 1;
}
.zone.low {
	background: rgba(255,255,0,0.5);
	border: solid 2px rgba(255,255,0,1);
	animation: pulse 1.4s infinite;
}
.zone.moderate {
	background: rgba(255,162,0,0.5);
	border: solid 2px rgba(255,162,0,1);
	animation: pulse 1.4s infinite;
}
.zone.high {
	background: rgba(255,0,0,0.5);
	border: solid 2px rgba(255,0,0,1);
	animation: pulse 1.4s infinite;
}

.errorPlaceholder{
	min-height: 2.5rem;
}

/**/
.foodListPhoto {
	margin: auto;
	width: 60vw;
	height: 60vw;
	border-radius: 50%;
	overflow: hidden;
	border: solid 2vw #d8f5e1;
	background: #d8f5e1;
}
.foodListPhoto > div {
	margin: 0.2vw auto;
	width: 56vw;
	height: 56vw;
	border-radius: 50%;
	overflow: hidden;
	border: solid 1vw #98dd9f;
	box-sizing: border-box;
	background: #fff;
}
.foodListPhoto img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.foodListText{
	background-color: #fff;
	border-radius: 1rem;
	padding: 20vw 2rem 2rem 2rem;
	margin-top: -15vw;
}
.foodListPara{
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: dashed 1px #7DC125;
}
.foodListText h3{
	color: #000;
	text-align: left;
	font-size: 1.2rem;
	text-transform: none;
	font-weight: 700;
}
.foodListText p{
	font-size: 1rem;
	font-weight: 400;
	padding: 0;
	margin: 0;
}
@media screen and (min-width: 768px) {
	.foodListPhoto {
		margin: auto;
		width: 20vw;
		height: 20vw;
		border: solid 1vw #d8f5e1;
	}
	.foodListPhoto > div {
		margin: auto;
		width: 18vw;
		height: 18vw;
		border: solid 0.5vw #98dd9f;
	}

	.foodListText{
		padding: 2rem 2rem 2rem 2rem;
		margin-top: 1rem;
	}
	.foodListPara{
		padding-bottom: 1rem;
		margin-bottom: 1rem;
		border-bottom: dashed 1px #7DC125;
	}
	.foodListText h3{
		color: #000;
		text-align: left;
		font-size: 1.2rem;
		text-transform: none;
		font-weight: 700;
	}
	.foodListText p{
		font-size: 1rem;
		font-weight: 400;
		padding: 0;
		margin: 0;
	}
}

.btnAppDownload{
	display: flex;
	width: 8rem;
	align-items: center;
	justify-content: center;
}
.btnAppDownload i{
	font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
	.btnAppDownload{
		width: auto;
	}
}

.nav-links{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.page-numbers:not(.next):not(.prev){
	color: #000;
	font-size: 1.4rem;
	font-weight: 600;
	padding: 0 0.3rem;
	margin: 0 0.3rem;
	box-sizing: border-box;
	text-decoration: none;
	min-width: 2.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
	border-radius: 1.5rem;
	background-color: rgba(255,255,255,0);
	transition: background-color ease 0.3s;
	display: inline-block;
	text-align: center;
}
a.page-numbers:hover:not(.next):not(.prev){
	background-color: rgba(255,255,255,1);
}
.hf-message{
	padding: 1rem 0;
	text-align: center;
	color: #000;
}
.howItWorksBoxTitle p.hf-message{
	padding: 1rem 0;
	text-align: center;
	color: #000;
}

/**/
.wp-singular .foodListText h1{
	text-transform: none;
	line-height: 1.4;
	font-weight: 500;
	font-size: 2rem;
	text-align: left;
}
.wp-singular .foodListText h2{
	text-transform: none;
	line-height: 1.4;
	font-weight: 500;
	font-size: 1.5rem;
	text-align: left;
	margin-top: 1rem;
}
.wp-singular .foodListText h3{
	text-transform: none;
	line-height: 1.4;
	font-weight: 500;
	text-align: left;
	margin-top: 1rem;
}
