<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*OVERRIDES*/
.g-wrapper-main_content { width: 100%; max-width: 100%; min-width: 100%;}
.b-about_us-menu-mobile { padding: 13px 5% 22px 5%; width: 100%; } 
.b-staticpage { padding: 0;}
.t-text-list li, .content_asset ul li {
    list-style: none;
}


/*MB STYLES*/
*, html, body { padding: 0; margin: 0; line-height:normal; box-sizing: border-box;}



.mb_wrapper{ max-width: 950px; width: 100%; margin: 0 auto; }
.mb_page{ width: 100%; margin: 0; float: none; }









/* HEADER */

.mb_header { 
	background: url(img/header.jpg) no-repeat #523b57;
	background-size: cover;
	background-position: center;
	min-height: 530px;
	position: relative;
	overflow: hidden;

 }

.mb_center{
	display: flex; /* or inline-flex */
	justify-content: center;
	align-items: center;
	height:530px;
}

.mb_welcome{
	width: 40%;
}


.mb_header p { 
	color: #fff; 
	text-align: center;
	width: 100%;
	margin: 0 auto;
	padding: 50px 0;
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
	font-size: 22px;
	letter-spacing: 1px;
}

.mb_header p:nth-child(1) {
	font-family: "Trade Gothic W02", 'helvetica neue', helvetica, arial, sans-serif;
	font-style: normal;
	font-size: 42px;
}

.mb_line {
	width: 20%;
	margin: 0 40%;
}




.mb_header_img_1 {
	position: absolute;
	right: 14%;
	bottom: 0;
	z-index: 9;
}

.mb_header_img_2 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 8;
}
.mb_header_img_3 {
	position: absolute;
	right: 0;
	top: 0;
}

.mb_header_img_4 {
	position: absolute;
	left: -2%;
	top: 0;
	z-index: 5;
}
.mb_header_img_5 {
	position: absolute;
	left: 0;
	bottom: -120px;
	z-index: 6;
}


@media screen and (max-width: 1279px) {
.mb_header_img_1 { right: 5%; bottom: -30px; height: 500px; }
.mb_header_img_4 { left: -100px }
.mb_header_img_5 { left: -240px; bottom: -20px;}
.mb_header_img_3 { right: -10%;}

}

@media screen and (max-width: 950px) {

.mb_header_img_1 { bottom: -50px; height: 300px; }
.mb_header_img_4 { left: -240px; }
.mb_header_img_5 { left: -220px; bottom: -100px; }
.mb_header_img_3 { right: -30%;}



}


@media screen and (max-width: 750px) {
.mb_center { align-items: flex-start;  }
.mb_welcome { width: 85%;  }
.mb_header p { font-size: 16px; padding: 30px 0; }
.mb_header p:nth-child(1) { font-size: 32px; }

.mb_header_img_1 { bottom: -50px; left: 50%; height: 300px; }
.mb_header_img_5 { left: 0; bottom: -20px; width: 180px; }
.mb_header_img_3 { right: -50px; top: 280px; bottom: 0; height: 250px; }
.mb_header_img_2, .mb_header_img_4 { display: none; }

}








/* INGREDIENTS */

.mb_ingreds{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px;
}

.mb_ingredient{ 
	width:  200px;
	padding: 20px 0;
	float: left;
	min-height: 310px;
}

.mb_ingredient:hover img { transform: scale(1.1); }
.mb_ingredient:hover  { cursor: pointer }



@media screen and (max-width: 650px) {
.mb_ingredient{	width: 50%;}
}

@media screen and (max-width: 950px) {
.mb_ingredient{ padding: 0 20px;}
}




.mb_ingredient img { transition: 0.2s ease-in-out; width: 100%; }



.mb_ingredient p:nth-child(2) {
	font-family: 'times new roman', times, georgia, serif;
	font-size: 24px;
	min-height: 75px;
	line-height: 28px;
}
.mb_ingredient p {
	width: 100%;
	text-align: center;
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
	line-height: 16px;
	font-size: 12px;
	padding: 10px 0;
	min-height: 150px;
}


.mb_content, .mb_show {
    padding: 5px;
    text-align: center;
    width: 100%
}

.mb_content {
	display: none;
    width: 100%;
	text-align: center;
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
	line-height: 16px;
	font-size: 12px;
	padding: 10px 0;
}



.mb_arrow{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.mb_arrow img{ width: 20px; margin-bottom: 20px;}

.mb_arrow::before{
	content: '';
	width: 35%;
	height: 1px;
	background: #888;
	float: left;

}


.mb_arrow::after{
	content: '';
	width: 35%;
	height: 1px;
	background: #888;
	float: right;
}



</pre></body></html>