/*
Theme Name: Food Rule Expert
Author: coolbrand
Author URI: http://coolbrand.pl/
Description: Food Rule Expert theme
Text Domain: rfe
Version: 1.0
*/


:root {
	--app-height: 100%;

    --white-900: #ccc;
    --white-700: #D9D9D9;
    --white-500: #E6E6E6;
    --white-300: #F2F2F2;
    --white-100: #fff;

    --black-900: #000;
    --black-700: #141414;
    --black-500: #222;
    --black-300: #393939;
    --black-100: #555353;

    --burgundy-900: #51001E;
    --burgundy-700: #600024;
    --burgundy-500: #71022C;
    --burgundy-300: #86113D;
    --burgundy-100: #9E1F4F;

    --beige-900: #C5B9A2;
    --beige-700: #D2C8B5;
    --beige-500: #DFD6C5;
    --beige-300: #EAE3D7;
    --beige-100: #F0E9DE;

    --gold-900: #8D6C0D;
    --gold-700: #9A7815;
    --gold-500: #A8851F;
    --gold-300: #BC9627;
    --gold-100: #D0AA3A;

}



html {
	scroll-behavior:smooth;
	overflow-x: hidden;
}

body {
    font-family: 'Poppins',sans-serif;
	font-size:20px;
	font-weight:400;
	color:var(--black-500);
	line-height: 1.5em;
	margin:0;
	padding:88px 0 0 0;
	position: relative;
    word-break: normal;
	word-wrap: break-word;
	/* overflow-x: hidden;  */
}
@media (min-width:768px) {
	body {
		padding:80px 0 0 0;
	}
}


a {
	color:var(--gold-500);
	font-weight: 400;
	text-decoration: underline;
	transition:.2s all;
}

a:hover {
	color:var(--gold-500);
	text-decoration: underline;
}


p {
	font-size:20px;
	font-weight:400;
	color:var(--black-500);
	line-height: 1.5em;
	margin:0;
	margin: 0 0 1em 0;
	padding:0;
}



strong {
	font-weight: 700;
}





.container, .container-fluid {
	padding-left: 20px;
	padding-right: 20px;
}

.container {
	max-width: 1240px;
}

.container-wide {
	max-width: 1380px;
}
@media (min-width:1800px) {
	.container-wide {
		max-width: 1680px;
	}
}


.row-20 {
    height: 100%;
    margin-left: -10px;
    margin-right: -10px;
}

.row-20 > [class*="col-"] {
    padding-left:10px;
    padding-right:10px;
}

.row-30 {
    height: 100%;
    margin-left: -15px;
    margin-right: -15px;
}

.row-30 > [class*="col-"] {
    padding-left:15px;
    padding-right:15px;
}

.row-16 {
    height: 100%;
    margin-left: -8px;
    margin-right: -8px;
}

.row-16 > [class*="col-"] {
    padding-left:8px;
    padding-right:8px;
}



h1,h2,h3,h4,h5,h6 {
	font-weight: 700;
	color: var(--black-900);
	padding: 0;
	margin: 0 0 12px 0;
	line-height: 1.2em;
	letter-spacing: .05em;
	position: relative;
}
@media (min-width:768px) {
	h1,h2,h3,h4,h5,h6 {
		margin: 0 0 20px 0;
	}
}



h1 {
	font-size: 36px;
	line-height: 42px;
}


h2 {
	font-size: 30px;
	line-height: 34px;
}


h3 {
	font-size: 24px;
	line-height: 28px;
}


h4 {
	font-size: 20px;
	line-height: 24px;
}


h5 {
	font-size:16px;
	line-height: 20px;
}


h6 {
	font-size:14px;
	line-height: 28px;
}



.subtitle-1 {
	font-size: 24px;
	font-weight: 400;
	color:var(--black-900);
	line-height: 30px;
	letter-spacing: .1em;
	text-transform: uppercase;
	margin: 0 0 14px 0;
}


.subtitle-2 {
	font-size: 20px;
	font-weight: 400;
	color:var(--black-900);
	line-height: 26px;
	letter-spacing: .1em;
	text-transform: uppercase;
	margin: 0 0 14px 0;
}


.subtitle-3 {
	font-size: 16px;
	font-weight: 400;
	color:var(--black-900);
	line-height: 22px;
	letter-spacing: .1em;
	text-transform: uppercase;
	margin: 0 0 14px 0;
}


h1 u, h2 u, h3 u, h4 u, h5 u, h6 u, .subtitle-1 u, .subtitle-2 u, .subtitle-3 u {
	text-decoration: underline;
	text-decoration-thickness: 12px;
	text-underline-offset: -5px;
	text-decoration-color: #9E1F4F;
	text-decoration-skip-ink:none;
}


.btn-primary {
	font-size: 14px;
	font-weight: 500;
	color: var(--white-100);
	text-decoration: none;
	text-align:center;
	line-height:20px;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	letter-spacing: .05em;
    width: auto;
    margin: 0;
	background:var(--gold-500);
    border:none;
	border-radius:50em;
    outline: 0;
	padding:10px 20px;
	gap:8px;
    cursor: pointer;
	transition: .6s all;
	overflow: hidden;
}

.btn-primary:hover {
	color: var(--white-100);
	background: var(--gold-100);
	text-decoration: none;
}

.btn-primary:disabled {
	color: var(--white-100);
	background: var(--gold-500);
	text-decoration: none;
	opacity: .5;
}

.btn-primary:focus, .btn-primary:active {
	color: var(--white-100);
	background: var(--gold-300);
	text-decoration: none;
}

.btn-primary img {
	max-width: 20px;
	max-height: 20px;
	transition: .6s all;
}




.btn-secondary {
	font-size: 14px;
	font-weight: 500;
	color: var(--white-100);
	text-decoration: none;
	text-align:center;
	line-height:20px;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	letter-spacing: .05em;
    width: auto;
    margin: 0;
	background:var(--black-500);
    border:none;
	border-radius:50em;
    outline: 0;
	padding:10px 20px;
	gap:8px;
    cursor: pointer;
	transition: .6s all;
	overflow: hidden;
}

.btn-secondary:hover {
	color: var(--white-100);
	background: var(--black-900);
	text-decoration: none;
}

.btn-secondary:disabled {
	color: var(--white-100);
	background: var(--black-500);
	text-decoration: none;
	opacity: .5;
}

.btn-secondary:focus, .btn-secondary:active {
	color: var(--white-100);
	background: var(--black-700);
	text-decoration: none;
}

.btn-secondary img {
	max-width: 20px;
	max-height: 20px;
	transition: .6s all;
}




.btn-ghost {
	font-size: 14px;
	font-weight: 500;
	color: var(--black-900);
	text-decoration: none;
	text-align:center;
	line-height:20px;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	letter-spacing: .05em;
    width: auto;
    margin: 0;
	background:var(--white-100);
    border:2px solid var(--black-900);
	border-radius:50em;
    outline: 0;
	padding:8px 18px;
	gap:8px;
    cursor: pointer;
	transition: .6s all;
	overflow: hidden;
}

.btn-ghost:hover {
	color: var(--white-100);
	background: var(--black-900);
	text-decoration: none;
	border-color: var(--black-900);
}

.btn-ghost:disabled {
	color: var(--black-900);
	background:var(--white-100);
	text-decoration: none;
	opacity: .5;
}

.btn-ghost:focus, .btn-ghost:active, .btn-ghost.active {
	color: var(--white-100);
	background: var(--black-500);
	text-decoration: none;
	border-color: var(--black-500);
}

.btn-ghost img {
	max-width: 20px;
	max-height: 20px;
	transition: .6s all;
}


.btn-huge {
	padding:15px 20px;
}

.btn-ghost.btn-huge {
	padding:13px 18px;
}



/* header */

.header {
	width: 100%;
	background: var(--white-100);
	position: fixed;
	top:0;
	z-index: 996;
	transition: .4s all;
}

.site-scrolled .header {
	-webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
}

.header .container {
	min-height: 68px;
	gap:12px;
}
@media (min-width:992px) {
	.header .container {
		gap:26px;
	}
}
@media (min-width:1200px) {
	.header .container {
		gap:48px;
	}
}

@media (min-width:1200px) {
	.site-scrolled .header .container {
		min-height: 64px;
	}
}

.top-brand {
	width: auto;
	max-width: 110px;
	height: 48px;
	margin: 0 auto 0 0;
}
@media (min-width:1200px) {
	.top-brand {
		max-width: 120px;
		height: 52px;
	}
}

@media (min-width:1200px) {
	.site-scrolled .top-brand {
		height: 48px;
	}
}

.top-brand img {
	width: auto;
	max-width: 100%;
	height: 100%;
	transition: .2s all;
}




.main-menu {
	max-width: 100vw;
	width: 100vw;
	margin: 0;
	transition: .2s all;
	padding:20px;
}
@media (min-width:992px) {
	.main-menu {
		max-width: unset;
		width: 100%;
		height: 100%;
		padding:0;
		display: flex;
		align-items: center;
	 	gap:12px 16px;
	}
}
@media (min-width:1200px) {
	.main-menu {
		gap:24px;
	}
}
@media (min-width:1400px) {
	.main-menu {
		gap:48px;
	}
}

.main-menu > li {
	padding: 0px;
	margin: 0 0 22px 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	gap:22px;
}
@media (min-width:992px) {
	.main-menu > li {
		height: 100%;
		margin: 0;
	}
}

.main-menu > li:last-child {
	margin: 0;
}

.main-menu > li > a {
	font-size:18px;
	font-weight:600;
	color:var(--black-500);
	text-decoration: none;
	letter-spacing: .05em;
	margin: 0;
	padding:0;
	position: relative;
	transition: .2s all;
	display: flex;
	align-items: center;
}
@media (min-width:992px) {
	.main-menu > li > a {
		font-size:13px;
		line-height: 1.2em;
		height: 100%;
		text-align: center;
		padding:0;
	}
}
@media (min-width:1200px) {
	.main-menu > li > a {
		font-size:14px;
	}
}

.main-menu > li:hover > a {
	color:var(--gold-500);
	text-decoration: none;
}


.button-menu {
	height: 100%;
	padding:0;
	margin: 0;
	display: flex;
	align-items: center;
	gap:12px;
	transition: .2s all;
}
@media (min-width:1200px) {
	.button-menu {
		gap:20px;
	}
}

.button-menu > li {
	padding: 0px;
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
}
@media (min-width:768px) {
	.button-menu > li {
		height: 100%;
	}
}

.button-menu > li > a {
	font-size:14px;
	font-weight:500;
	color:var(--white-100);
	text-decoration: none;
	text-align: center;
	line-height: 20px;
	letter-spacing: .05em;
	background: var(--gold-500);
	border-radius: 50em;
	margin: 0;
	padding:10px 12px;
	position: relative;
	transition: .2s all;
	display: flex;
	align-items: center;
}
@media (min-width:768px) {
	.button-menu > li > a {
		padding:10px 20px;
	}
}
@media (min-width:992px) {
	.button-menu > li > a {
		padding:10px 14px;
	}
}
@media (min-width:1200px) {
	.button-menu > li > a {
		padding:10px 20px;
	}
}

.button-menu > li:hover > a {
	color:var(--white-100);
	background:var(--gold-100);
	text-decoration: none;
}




.unclickable > a {
	pointer-events: none;
}

@media (min-width:992px) {
	.only-mobile > a, .mobile-only {
		display: none !important;
	}
}


.burger {
	width: 26px;
	height: 20px;
	border-radius:0px;
	margin:0;
	padding:0px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap:7px;
	z-index: 9999;
}
@media (min-width:992px) {
	.burger {
		display: none;
	}
}

.burger:after,
.burger:before,
.burger div {
	background-color:var(--black-500);
	border-radius: 50em;
	content: '';
	display: block;
	width: 26px;
	max-width: 26px;
	height: 2px;
	margin:  0;
	transition: all .2s ease-in-out;
	border-radius: 50em;
}

.burger div {
	max-width: 22px;
	margin-left:4px;
}

.responsive .burger {
	background: transparent;
	margin-top: -6px;
}

.responsive .burger:before {
	max-width: 26px;
	margin-left: 0;
	background-color:var(--white-100);
	transform: translateY(8px) rotate(135deg);
	height: 4px;
}

.responsive .burger:after {
	max-width: 26px;
	margin-left: 0;
	width: 100%;
	background-color:var(--white-100);
	transform: translateY(-10px) rotate(-135deg);
	height: 4px;
}

.responsive .burger div {
	max-width: 26px;
	margin-left: 0;
	background-color:var(--white-100);
	transform: scale(0);
}


.submenu-open.responsive .burger, .submenu-open-2.responsive .burger {
	display: none;
}


@media (max-width:991.98px) {
	.topnav {
		display: none !important;
	}

	.responsive .topnav {
		width:100%;
		height: 100vh;
		padding:0 0 40px 0;
		top:0px;
		left:0px;
		right:0px;
		position: fixed;
		display: flex !important;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		z-index: 998;
		background: var(--white-100);
		overflow-y: auto;
		animation:top .5s;
		scrollbar-width: none;
	}
	.responsive .topnav::-webkit-scrollbar {
		display: none;
	} 


	.responsive .topnav::before {
		content: 'Menu';
		width: 100vw;
		height: 55px;
		font-size: 24px;
		font-weight: 700;
		color: var(--burgundy-500);
		letter-spacing: .05em;
		background: var(--white-300);
		padding: 10px 20px;
		display: flex;
		align-items: center;
		margin: 0 0 6px 0;
	}

	@keyframes top {
		0% {
			top: -100vh;
			opacity: 0;
		}
		100% {
			top: 0;
			opacity: 1;
		}	
	}
}

.topnav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	
}




/* 404 */

.page-404 {
	min-height: 60vh;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 0;
}
@media (min-width: 768px) {
	.page-404 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

.page-404 h1 {
	margin: 0 0 24px 0;
}

.page-404 h3 {
	margin: 0 0 42px 0;
}




/* page / blog all */

article h1, article h2, article h3, article h4, article h5, article h6 {
/* 	margin-top:1.2em; */
	margin-bottom: .6em;
	color: var(--burgundy-500);
}

article h1:first-child, article h2:first-child, article h3:first-child, article h4:first-child, article h5:first-child, article h6:first-child {
	padding-top: 0;
}

.gradient-underline {
	display: inline-block;
  	position: relative;
	
}

.gradient-underline::after {
	content: '';
	width: 100%;
	height: 12px;
	background: #9E1F4F;
	background: linear-gradient(-45deg, rgba(158, 31, 79, 1) 0%, rgba(81, 0, 30, 1) 100%);
	display: block;
	margin-top: -10px;
}


article .subtitle-2:first-child {
	margin:0 0 4px 0;
}

a {
	color:var(--gold-500);
	font-weight: 400;
	text-decoration: underline;
	transition:.2s all;
}

a:hover {
	color:var(--gold-500);
	text-decoration: underline;
}





article *:last-child {
	margin-bottom: 0;
}

article hr {
	border-color: var(--white-500);
	opacity: 1;
	margin: 36px 0;
}

article img {
	max-width: 100%;
	height: auto;
	margin:10px 0 1em 0;
	border-radius: 8px;
}

@media (min-width: 576px) {
	article img.alignleft {
		max-width: 50%;
		float: left;
		margin:0px 20px 20px 0px;
	}
}

@media (min-width: 576px) {
	article img.alignright {
		max-width: 50%;
		float: right;
		margin:0px 0px 20px 20px;
	}
}

article img.aligncenter {
	margin:2em 0;
	margin-left: 50%;
	transform: translateX(-50%);
}

article em {
	font-size: 20px;
	line-height: 1.2em;
}

article ul {
	padding:0;
	margin:0 0 1.8em 0;
}

/* article p + ul {
	margin-top: -1.4em;
} */

article ul > li {
	font-size: 16px;
	line-height: 28px;
	margin:0px 0px 4px 0px;
	padding:0px 0px 0px 32px;
	list-style: none;
	position: relative; 
}

article ul > li:last-child {
	margin: 0;
}

article ul > li::before {
	content: '';
	width: 17px;
	height: 12px;
	background:url('images/icon-checked.svg') no-repeat;
	background-size: 17px 12px;
	border-radius: 0%;
	left:0;
	top:8px;
	position: absolute;
}

article ul > li:last-child {
	margin-bottom: 0;
}



article ol {
	padding: 0;
	margin:0 0 1.8em 0;
}

article ol li {
	font-size: 16px;
	font-weight: 400;
	color: var(--black-500);

	line-height: 28px;
	margin:0px 0px 4px 22px;
	padding:0px 0px 0px 10px;

}



/* article ol {
	margin:0 0 2em 0px;
	padding:0px 0px 0px 20px;
}

article ol > li {
	font-size: 14px;
	margin:0px 0px 10px 0px;
	padding:0px;
}
 */




article blockquote {
	font-size:20px;
	font-weight:400;
	color: var(--black-500);
	font-style: italic;
	line-height: 30px;
	margin:0 0 16px 0;
	padding:24px;
	background: var(--beige-100);
	border-radius: 20px;
}

article blockquote p {
	font-size:20px;
	font-weight:400;
	color: var(--black-500);
	font-style: italic;
	line-height: 30px;
}




article > *:first-child {
	margin-top: 0;
}

article > p:last-child, article > ul:last-child, article > img:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}


article table {
	margin: 22px 0;
}

article table td, article table th, article table tr {
	border-width: 1px;
	padding: 5px;
}


/* youtube responsive */
article .embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	margin-bottom:40px;
	overflow: hidden;
	border-radius:0;
}
article .embed-responsive .embed-responsive-item,
article .embed-responsive iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
article .embed-responsive-16by9 {
	padding-bottom: 56.25%;
}




/* sections */

section {
	margin-bottom:70px;
	position: relative;
}
@media (min-width:768px) {
	section {
		margin-bottom:100px;
	}
}





/* hero */

.section-hero {
	margin-bottom:70px;
}
@media (min-width:768px) {
	.section-hero {
		margin-bottom:100px;
	}
}

.section-hero-wrapper {
	min-height: 360px;
	background: var(--black-500);
	border-radius: 30px;
	overflow: hidden;
	position: relative;
}
@media (min-width:768px) {
	.section-hero-wrapper {
		min-height: 460px;
	}
}
@media (min-width:1200px) {
	.section-hero-wrapper {
		min-height: 550px;
	}
}
@media (min-width:1400px) {
	.section-hero-wrapper {
		min-height: 650px;
	}
}

.hero-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0;
	top:0;
	position: absolute;
	z-index: 900;
}

.hero-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0;
	top:0;
	position: absolute;
	z-index: 940;
}

.section-hero-wrapper::after {
	content: '';
	width: 100%;
	height: 100%;
	background: #000000;
	background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	left: 0;
	top:0;
	position: absolute;
	opacity: .7;
	z-index: 960;
}

.section-hero-content {
	max-width:600px;
	padding: 60px 0;
	position: relative;
	z-index: 994;
}

.section-hero-content .subtitle-1 {
	color: var(--white-100);
	position: relative;
	display: inline-block;
	margin: 0 0 17px 0;
}

.section-hero-content .subtitle-1::after {
	content: '';
	width: 100%;
	height: 12px;
	background: #9E1F4F;
	background: linear-gradient(-45deg, rgba(158, 31, 79, 1) 0%, rgba(81, 0, 30, 1) 100%);
	display: block;
	margin-top: -13px;
}

.section-hero-content h1 {
	font-size:38px;
	color: var(--white-100);
	line-height: 46px;
	letter-spacing: 0;
	margin:0 0 24px 0;
}
@media (min-width:768px) {
	.section-hero-content h1 {
		font-size: 50px;
		line-height: 54px;
		margin:0 0 16px 0;
	}
}
@media (min-width:1200px) {
	.section-hero-content h1 {
		font-size: 64px;
		line-height: 66px;
	}
}

.section-hero-content h1 span {
	color: var(--gold-100);
}

.section-hero-content .subtitle-2 {
	color: var(--white-100);
	margin: 0 0 24px 0;
}







/* page-header */

.page-header {
	margin-bottom:70px;
}
@media (min-width:768px) {
	.page-header {
		margin-bottom:100px;
	}
}

.page-header-wrapper {
	min-height: 340px;
	background: var(--black-500);
	border-radius: 30px;
	padding-top:40px;
	padding-bottom:40px;
	overflow: hidden;
	position: relative;
}
@media (min-width:768px) {
	.page-header-wrapper {
		min-height: 380px;
	}
}
@media (min-width:1200px) {
	.page-header-wrapper {
		min-height: 400px;
		padding-top:48px;
		padding-bottom:48px;
	}
}
@media (min-width:1400px) {
	.page-header-wrapper {
		min-height: 415px;
	}
}

.page-header-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0;
	top:0;
	position: absolute;
	z-index: 900;
}

.page-header-wrapper::after {
	content: '';
	width: 100%;
	height: 100%;
	background: #000000;
	background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	left: 0;
	top:0;
	position: absolute;
	/* opacity: .7; */
	opacity: .4;
	z-index: 960;
}

.page-header-wrapper .container {
	position: relative;
	z-index: 990;
}

.page-header .subtitle-1 {
	color: var(--white-100);
	position: relative;
	display: inline-block;
	margin: 0 0 17px 0;
}

.page-header .subtitle-1::after {
	content: '';
	width: 100%;
	height: 12px;
	background: #9E1F4F;
	background: linear-gradient(-45deg, rgba(158, 31, 79, 1) 0%, rgba(81, 0, 30, 1) 100%);
	display: block;
	margin-top: -13px;
}

.page-header h1 {
	font-size:38px;
	color: var(--white-100);
	line-height: 46px;
	letter-spacing: 0;
	margin:0;
}
@media (min-width:768px) {
	.page-header h1 {
		font-size: 50px;
		line-height: 54px;
	}
}
@media (min-width:1200px) {
	.page-header h1 {
		font-size: 64px;
		line-height: 66px;
	}
}








.section-padding-anch {
	width: 10px;
	height:calc(100% + 40px);
	margin-top: -80px;
	opacity: 0;
	position: absolute;
}
@media (min-width:768px) {
	.section-padding-anch {
		margin-top: -120px;
		height:calc(100% + 60px);
	}
}



/* section-content */


/* section-contentlist */

.section-contentlist {
	gap:48px;
}

@media (min-width:768px) {
	.section-contentlist-watermark::after {
		content: '';
		width: 365px;
		height: 361px;
		background: url('images/waterprint.svg') no-repeat;
		background-size: 365px 361px;
		bottom:-140px;
		left:-163px;
		position: absolute;
		z-index: -1;
		opacity: .05;
	}
}

.section-contentlist article {
	width: 100%;

}
@media (min-width:768px) {
	.section-contentlist article {
		flex:0 0 calc(50% - 24px);
		max-width: calc(50% - 24px);
	}
}

.section-contentlist-list {
	margin: 0;
	padding: 0;
}
@media (min-width:768px) {
	.section-contentlist-list {
		flex:0 0 calc(50% - 24px);
		max-width: calc(50% - 24px);
		border-left: 1px solid var(--white-900);
		padding: 0 0 0 32px;
	}
}

.section-contentlist-list li {
	margin: 0 0 24px 0;
	padding: 0;
	list-style: none;
	gap:16px;
}
.section-contentlist-list li:last-child {
	margin: 0;
}

.section-contentlist-list-icon {
	width: 60px;
	max-width: 60px;
	min-width: 60px;
	height: 60px;
	background: var(--beige-100);
	border-radius: 50%;
}

.section-contentlist-list-icon img {
	width: auto;
	height: auto;
	max-width: 35px;
	max-height: 35px;
}

.section-contentlist-list li h4 {
	color: var(--burgundy-500);
	margin: 0 0 4px 0;
}

.section-contentlist-list li p {
	margin: 0;
}


/* section-contentimage */

@media (min-width:768px) {
	.section-contentimage-watermark::after {
		content: '';
		width:519px;
		height: 514px;
		background: url('images/waterprint.svg') no-repeat;
		background-size: 519px 514px;
		bottom:-280px;
		left:-284px;
		position: absolute;
		z-index: -1;
		opacity: .05;
	}
}

.section-contentimage-wrapper-beige .container {
	padding: 0;
}
@media (min-width:768px) {
	.section-contentimage-wrapper-beige .container {
		padding: 0 20px;
	}
}

.section-contentimage-wrapper-beige {
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
}
@media (min-width:768px) {
	.section-contentimage-wrapper-beige {
		padding-top: 110px;
		padding-bottom: 110px;
	}
}

.section-contentimage-beigebg {
	max-width: none;
	width: calc(100% + 40px);
	height: 100%;
	display: block;
	background: var(--beige-100);
	left: -20px;
	top:0;
	position: absolute;
	overflow: hidden;
	z-index: -1;
}
@media (min-width:768px) {
	.section-contentimage-beigebg {
		width: calc(100vw - 20px);
		right: -20px;
		left: unset;
		border-radius: 30px 0 0 30px;
	}
}
@media (min-width:1400px) {
	.section-contentimage-beigebg{
		width: calc(100vw - ((100vw - 1340px) / 2));
		right:calc((100vw - 1340px) / -2);
	}
}
@media (min-width:1800px) {
	.section-contentimage-beigebg {
		width: calc(100vw - ((100vw - 1640px) / 2));
		right:calc((100vw - 1640px) / -2);
	}
}

@media (min-width:768px) {
	.section-contentimage-txtimg .section-contentimage-beigebg {
		left: -20px;
		right: unset;
		border-radius: 0 30px 30px 0;
	}
}
@media (min-width:1400px) {
	.section-contentimage-txtimg .section-contentimage-beigebg {
		left:calc((100vw - 1340px) / -2);
	}
}
@media (min-width:1800px) {
	.section-contentimage-txtimg .section-contentimage-beigebg {
		left:calc((100vw - 1640px) / -2);
	}
}

.section-contentimage-wrapper {
	gap:30px;
}

@media (min-width:768px) {
	.section-contentimage-content {
		flex: 0 0 51%;
		max-width: 51%;
		padding: 30px 0;
	}
}

@media (min-width:768px) {
	.section-contentimage-image {
		flex: 0 0 40%;
		max-width: 40%;
	}
}

.section-contentimage-image img {
	width: 100%;
	height: auto;
	border-radius: 30px;
}


/* section-contentonimage */

.section-contentonimage.container {
	padding: 0;
}
@media (min-width:768px) {
	.section-contentonimage.container {
		padding: 0 20px;
	}
}

.section-contentonimage-wrapper {
	padding:70px 0;
	background: var(--black-500);
	border-radius: 0 30px 30px 0;
	position: relative;
}
@media (min-width:768px) {
	.section-contentonimage-wrapper {
		padding:100px 0;
	}
}

.section-contentonimage-bgright .section-contentonimage-wrapper {
	border-radius: 30px 0 0 30px;
}

.section-contentonimage-image {
	max-width: none;
	width: 100vw;
	height: 100%;
	display: block;
	background: var(--black-500);
	left: 0;
	top:0;
	position: absolute;
	overflow: hidden;
	z-index: 900;
}
@media (min-width:768px) {
	.section-contentonimage-image {
		width: calc(100vw - 20px);
		border-radius: 0 30px 30px 0;
		left: -20px;
	}
}
@media (min-width:1400px) {
	.section-contentonimage-image {
		width: calc(100vw - ((100vw - 1340px) / 2));
		left: calc((100vw - 1340px) / -2);
	}
}
@media (min-width:1800px) {
	.section-contentonimage-image {
		width: calc(100vw - ((100vw - 1640px) / 2));
		left: calc((100vw - 1640px) / -2);
	}
}

@media (min-width:768px) {
	.section-contentonimage-bgright .section-contentonimage-image {
		left: unset;
		right: -20px;
		border-radius: 30px 0 0 30px;
	}
}
@media (min-width:1400px) {
	.section-contentonimage-bgright .section-contentonimage-image {
		right:calc((100vw - 1340px) / -2);
	}
}
@media (min-width:1800px) {
	.section-contentonimage-bgright .section-contentonimage-image {
		right:calc((100vw - 1640px) / -2);
	}
}

.section-contentonimage-image::after {
	content: '';
	width: 100%;
	height: 100%;
	background: #000000;
	background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 25%, rgba(0, 0, 0, 0.8) 100%);
	top:0;
	left:0;
	position: absolute;
	z-index: 940;
	opacity: .91;
}
@media (min-width:768px) {
	.section-contentonimage-image::after {
		background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 25%, rgba(0, 0, 0, 0.19) 100%);
	}
}

.section-contentonimage-light .section-contentonimage-image::after {
	background: #fff;
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0.19) 100%);
}

.section-contentonimage-txtright .section-contentonimage-image::after {
	transform: rotate(180deg);
}

.section-contentonimage-bgright .section-contentonimage-image::after {
	left: unset;
	right: 0;
/* 	opacity: .65; */
}

.section-contentonimage-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	object-fit: cover;
	top:0;
	left:0;
	position: absolute;
	z-index: 920;
}

.section-contentonimage-bgright .section-contentonimage-image img {
	left: unset;
	right:0;
}



.section-contentonimage .container {
	position: relative;
}

.section-contentonimage-badge {
	max-width: 206px;
	max-height: 203px;
	width: auto;
	height: auto;
	object-fit: contain;
	margin: 30px 0 0 50%;
	transform: translateX(-50%);
	z-index: 980;
	position: relative;
}
@media (min-width:768px) {
	.section-contentonimage-badge {
		margin: 0;
		transform: none;
		right:5%;
		top:calc(50% - 103px);
		position: absolute;
	}
}
@media (min-width:1200px) {
	.section-contentonimage-badge {
		right:15%;
	}
}

.section-contentonimage-txtright .section-contentonimage-badge {
	left:0;
	right: unset;
}

@media (min-width:768px) {
	.section-contentonimage-txtright .section-contentonimage-badge {
		left:5%;
		top:calc(50% - 103px);
	}
}
@media (min-width:1200px) {
	.section-contentonimage-txtright .section-contentonimage-badge {
		left:15%;
	}
}


.section-contentonimage article {
	position: relative;
	z-index: 990;
}
@media (min-width:768px) {
	.section-contentonimage article {
		max-width: 54%;
	}
}
@media (min-width:1400px) {
	.section-contentonimage article {
		/* margin-left: -60px; */
	}
}

@media (min-width:1400px) {
	.section-contentonimage-txtright.section-contentonimage article {
		margin-left: unset;
		margin-right: -60px;
	}
}

.section-contentonimage:not(.section-contentonimage-light) article * {
	color: var(--white-100);
}

.section-contentonimage article ul {
	margin: 0 0 24px 0;
}

.section-contentonimage article li {
	margin: 0 0 9px 0;
}

.section-contentonimage:not(.section-contentonimage-light) article li {
	color: var(--white-900);
}


/* section-boxes */

.section-boxes.container {
	padding: 0;
}
@media (min-width:768px) {
	.section-boxes.container {
		padding: 0 20px;
	}
}

.section-boxes-wrapper {
	padding:70px 0;
	background: var(--black-500);
	border-radius: 0 30px 30px 0;
	position: relative;
}
@media (min-width:768px) {
	.section-boxes-wrapper {
		padding:100px 0;
	}
}

.section-boxes-image {
	max-width: none;
	width: 100vw;
	height: 100%;
	display: block;
	background: var(--black-500);
	left: 0;
	top:0;
	position: absolute;
	overflow: hidden;
	z-index: 900;
}
@media (min-width:768px) {
	.section-boxes-image {
		width: calc(100vw - 20px);
		border-radius: 0 30px 30px 0;
		left: -20px;
	}
}
@media (min-width:1400px) {
	.section-boxes-image {
		width: calc(100vw - ((100vw - 1340px) / 2));
		left: calc((100vw - 1340px) / -2);
	}
}
@media (min-width:1800px) {
	.section-boxes-image {
		width: calc(100vw - ((100vw - 1640px) / 2));
		left: calc((100vw - 1640px) / -2);
	}
}

.section-boxes-image::after {
	content: '';
	width: 100%;
	height: 100%;
	background: #000000;
	background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 25%, rgba(0, 0, 0, 0.19) 100%);
	top:0;
	left:0;
	position: absolute;
	z-index: 940;
	opacity: .65;
}

.section-boxes-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	object-fit: cover;
	top:0;
	left:0;
	position: absolute;
	z-index: 920;
}

.section-boxes .subtitle-2 {
	color:var(--gold-100);
	margin: 0 0 4px 0;
}

.section-boxes h2 {
	color: var(--white-100);
}

.section-boxes .container {
	position: relative;
	z-index: 990;
}

.section-boxes-list {
	padding: 34px 0 0 0;
	gap:30px;
}
@media (min-width:992px) {
	.section-boxes-list {
		padding: 24px 0 0 0;
	}
}

.section-boxes-list-item {
	width: 100%;
	background: var(--beige-100);
	border-radius: 15px;
	overflow: hidden;
}
@media (min-width:576px) {
	.section-boxes-list-item {
		flex:0 0 calc(50% - 15px);
		max-width: calc(50% - 15px);
	}
}
@media (min-width:992px) {
	.section-boxes-list-item {
		flex:0 0 calc(25% - 22.5px);
		max-width: calc(25% - 22.5px);
	}
}

.section-boxes-list-item-image {
	width: 100%;
	height: auto;
	aspect-ratio: 1.6 / 1;
	background: var(--black-100) url('images/foodruleexpert-h.svg') center no-repeat;
	background-size: 40%;
}

.section-boxes-list-item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section-boxes-list-item-content {
	padding: 15px 15px 25px 15px;
}

.section-boxes-list-item-content h4 {
	color: var(--burgundy-500);
	margin: 0 0 14px 0;
}

.section-boxes-list-item-content p {
	font-size:14px;
	line-height: 24px;
	margin: 0;
}


/* section-boxesbig */

.section-boxesbig-heading {
	padding: 0 0 8px 0;
}

.section-boxesbig-heading .subtitle-2 {
	color: var(--gold-500);
	margin: 0 0 4px 0;
}

.section-boxesbig-heading h2 {
	color: var(--burgundy-500);
}

.section-boxesbig-list {
	gap:48px;
}

.section-boxesbig-list-item {
	width: 100%;
}
@media (min-width:768px) {
	.section-boxesbig-list-item {
		flex:0 0 calc(50% - 29px);
		min-width: calc(50% - 29px);
	}
}

.section-boxesbig-list-item-image {
	background: var(--black-100) url('images/foodruleexpert-h.svg') center no-repeat;
	background-size: 40%;
	border-radius: 30px;
	aspect-ratio: 1.62 / 1;
	margin: 0 0 30px 0;
	overflow: hidden;
	display: block;
}
.section-boxesbig-list-item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* section-boxesvert */

.section-boxesvert-wrapper {
	position: relative;
}

.section-boxesvert-bg {
	max-width: none;
	width: calc(100% + 40px);
	height: 100%;
	display: block;
	background:url('images/section-boxesvert.avif') center no-repeat var(--black-900);
	background-size: cover;
	left: -20px;
	top:0;
	position: absolute;
	overflow: hidden;
	z-index: -1;
}
@media (min-width:768px) {
	.section-boxesvert-bg {
		width: calc(100vw - 20px);
		right: -20px;
		left: unset;
		border-radius: 30px 0 0 30px;
	}
}

@media (min-width:1400px) {
	.section-boxesvert-bg {
		width: calc(100vw - ((100vw - 1340px) / 2));
		right:calc((100vw - 1340px) / -2);
	}
}
@media (min-width:1800px) {
	.section-boxesvert-bg {
		width: calc(100vw - ((100vw - 1640px) / 2));
		right:calc((100vw - 1640px) / -2);
	}
}

.section-boxesvert .container {
	padding:70px 0;
}
@media (min-width:768px) {
	.section-boxesvert .container {
		padding:100px 20px;
	}
}

.section-boxesvert-heading {
	padding: 0 0 24px 0;
}

.section-boxesvert-heading .subtitle-2 {
	color: var(--gold-100);
	margin: 0 0 4px 0;
}

.section-boxesvert-heading h2 {
	color: var(--white-100);
}

.section-boxesvert-list {
	gap:30px;
}

.section-boxesvert-list-item {
	width: 100%;
	min-height:100px;
	background: var(--beige-100);
	border-radius: 15px;
	overflow: hidden;

}
@media (min-width:768px) {
	.section-boxesvert-list-item {
		flex:0 0 calc(50% - 15px);
		max-width: calc(50% - 15px);
	}
}

.section-boxesvert-list-item-image {
	width: 100px;
	height: 100%;
	object-fit: cover;
}
@media (min-width:768px) {
	.section-boxesvert-list-item-image {
		width: 150px;
	}
}

.section-boxesvert-list-item h5 {
	margin: 0;
	padding: 16px;
}





/* section-blog */

.section-blog-heading .subtitle-2 {
	color: var(--gold-500);
	margin: 0 0 4px 0;
}

.section-blog-heading h2 {
	color: var(--burgundy-500);
}

.section-blog .blog-listing-wrapper {
	padding: 10px 0 0 0;
}

.section-blog .btn-primary {
	margin: 30px 0 0 0;
}


/* section-form */

.section-form-wrapper {
	position: relative;
}

.section-form-bg {
	max-width: none;
	width: calc(100% + 40px);
	height: 100%;
	display: block;
	background: var(--beige-100);
	left: -20px;
	top:0;
	position: absolute;
	overflow: hidden;
	z-index: -1;
}
@media (min-width:768px) {
	.section-form-bg {
		width: calc(100vw - 20px);
		right: -20px;
		left: unset;
		border-radius: 30px 0 0 30px;
	}
}
@media (min-width:992px) {
	.section-form-bg {
		background:url('images/section-form.avif') right bottom no-repeat var(--beige-100);
	}
}
@media (min-width:1400px) {
	.section-form-bg {
		width: calc(100vw - ((100vw - 1340px) / 2));
		right:calc((100vw - 1340px) / -2);
	}
}
@media (min-width:1800px) {
	.section-form-bg {
		width: calc(100vw - ((100vw - 1640px) / 2));
		right:calc((100vw - 1640px) / -2);
	}
}

.section-form .container {
	padding: 0;
}
@media (min-width:768px) {
	.section-form .container {
		padding:0 20px;
	}
}

.section-form-content {
	padding: 50px 0;
}
@media (min-width:992px) {
	.section-form-content {
		max-width: 52%;
		padding: 70px 0;
	}
}
@media (min-width:1200px) {
	.section-form-content {
		padding: 120px 0;
	}
}
@media (min-width:1800px) {
	.section-form-content {
		padding: 130px 0;
	}
}

.section-form-content .wpcf7 {
	padding: 50px 0 0 0;
}


/* section-contact */

.section-contact {
	gap:50px 30px;
}

@media (min-width:768px) {
	.section-contact::after {
		content: '';
		width: 409px;
		height: 405px;
		background: url('images/waterprint.svg') no-repeat;
		bottom:-170px;
		left:-140px;
		position: absolute;
		z-index: -1;
		opacity: .05;
	}
}

.section-contact-col {
	width: 100%;
}
@media (min-width:768px) {
	.section-contact-col {
		flex:0 0 calc(50% - 15px);
		max-width: calc(50% - 15px);
	}
}

.section-contact-col h2 {
	color: var(--burgundy-500);
}

.section-contact-col-details ul {
	margin: 0;
	padding:4px 0 0 0;
}

.section-contact-col-details ul li {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 4px 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap:8px;
}

.section-contact-col-details ul li:last-child {
	margin: 0;
}

.section-contact-col-details-icon {
	width: 40px;
	min-width: 40px;
	height: 40px;
	background: var(--beige-100);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.section-contact-col-details ul li a {
	font-size: 16px;
	color: var(--black-500);
	text-decoration: none;
}

.section-contact-col-details ul li a:hover {
	color: var(--gold-500);
	text-decoration: none;
}

.section-contact-col-form {
	background: var(--beige-100);
	border-radius: 30px;
	padding: 30px 20px;
}
@media (min-width:768px) {
	.section-contact-col-form {
		padding: 24px 24px 42px 24px;
	}
}




/* form */

form label:not(.checkbox),form label:not(.woocommerce-form__label-for-checkbox) {
	width: 100%;
	font-size: 12px;
	font-weight: 700;
	color: var(--black-900);
	line-height: 16px;
	margin:0 0 4px 0;
	padding: 0;
}

.woocommerce form .form-row label {
	line-height: 16px;
	margin: 0;
}

.required {
	font-weight: 700;
	color: var(--gold-500);
}

form p {
	font-size: 14px;
	font-weight: 400;
	color: var(--black-900);
	/* margin: -10px 0 -10px 0; */
	margin: 0;
}



::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-size:14px;
	font-weight: 400;
	color:var(--black-100);
}
::-moz-placeholder { /* Firefox 19+ */
		font-size:14px;
	font-weight: 400;
	color:var(--black-100);
}
:-ms-input-placeholder { /* IE 10+ */
		font-size:14px;
	font-weight: 400;
	color:var(--black-100);
}
:-moz-placeholder { /* Firefox 18- */
		font-size:14px;
	font-weight: 400;
	color:var(--black-100);
}


form .row-16 > [class*="col-"] {
	margin-bottom: 12px;
}


/* 
.cf-req-span {
	padding-bottom: 6px;
}
 */
input:not([type=submit], [type=checkbox], [type=radio]), select,
.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
	width:100%;
	height:40px;
	font-size:14px;
	font-weight: 400;
	color:var(--black-500);
	line-height:40px;
	background:var(--white-100);
	border:1px solid var(--white-900);
	border-radius:3px;
	padding:0 12px;
	margin:4px 0 0 0;
	appearance: none;	
	outline: none;
}

.woocommerce form .form-row textarea.input-text {
	padding:12px;
    line-height: 1.2em;
}


select {
	background-image: url('images/icon-select.svg');
	background-position: right 14px top 50%;
	background-repeat: no-repeat;
	padding-right: 40px;
}

input[disabled=disabled] {
	opacity: .4;
}


textarea, textarea:active, textarea:focus  {
	width: 100%;
	height: 100px;
	font-size:14px;
	font-weight: 400;
	color:var(--black-500);
	line-height: 18px;
	background:var(--white-100);
	border:1px solid var(--white-900);
	border-radius:3px;
	padding:12px;
	margin:4px 0 0 0;
	outline: none;
	overflow: hidden;
}

.wpcf7-list-item {
	margin: 0 !important;
}

.form-message {
	padding-top: 22px;
}





.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	font-size: 14px;
	font-weight: 400;
	color:#ED8C05;
	line-height: 24px;
	border:none;
	background: none;
	margin: 22px 0 0 0;
	padding: 0;
	position: relative;
	display: flex;
	gap:7px;
}

.wpcf7 form.invalid .wpcf7-response-output::before, .wpcf7 form.unaccepted .wpcf7-response-output::before, .wpcf7 form.payment-required .wpcf7-response-output::before {
	content: '';
	width: 11px;
	min-width: 11px;
	height: 12px;
	background: #ED8C05;
	margin: 6px 0 0 0;
	display: block;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}



.wpcf7 form.sent .wpcf7-response-output {
	margin: 22px 0 0 0;
	padding: 0;
    border:none;
}

.wpcf7 form .wpcf7-response-output {
    font-size: 14px;
	font-weight: 400;
	color:#279F52;
	line-height: 24px;
	border:none;
	background: none;
	margin: 22px 0 0 0;
	padding: 0;
	position: relative;
	display: flex;
	gap:7px;
}

.wpcf7 form .wpcf7-response-output::before {
	content: '';
	width: 11px;
	min-width: 11px;
	height: 12px;
	background: #279F52;
	margin: 6px 0 0 0;
	display: block;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}




/* .wpcf7-not-valid-tip {
	font-size: 14px !important;
	margin-top: 4px;
} */
 
/* .wpcf7-not-valid .wpcf7-list-item-label:before {
	border-bottom: 2px solid #f00 !important;
}
 
.wpcf7-form input.wpcf7-not-valid, .wpcf7-form textarea.wpcf7-not-valid, .wpcf7-form select.wpcf7-not-valid {
	border-bottom:2px solid #f00;
}
 */

/* .wpcf7-not-valid .wpcf7-list-item-label:before {
	border: 1px solid #f00 !important;
}
  */
.wpcf7-form input.wpcf7-not-valid, .wpcf7-form textarea.wpcf7-not-valid, .wpcf7-form select.wpcf7-not-valid, .wpcf7-acceptance.wpcf7-not-valid input {
/* 	border:1px solid #f00; */
	border-color:#f00 !important;
}
/* 
.wpcf7-acceptance.wpcf7-not-valid .wpcf7-list-item-label:before {
	border: 1px solid #f00 !important;
}
 */
.wpcf7-not-valid-tip {
    font-size: 12px !important;
    font-weight: 400 !important;
	color: #f00 !important;
    line-height: 14px;
    margin: 6px 0px 0px 0px !important;
    padding:0;
    position: relative;
    z-index: 974;
	display: block !important;
}

.wpcf7-spinner {
	display:none !important;
}

.wpcf7-response-output {
	color: var(--black);
}




form.wpcf7-form input[type=submit] {
	font-size: 14px;
	font-weight: 500;
	color: var(--white-100);
	text-decoration: none;
	text-align:center;
	line-height:20px;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	letter-spacing: .05em;
    width: auto;
    margin: 0;
	background:var(--gold-500);
    border:none;
	border-radius:50em;
    outline: 0;
	padding:10px 20px;
	gap:8px;
    cursor: pointer;
	transition: .6s all;
	overflow: hidden;
}

form.wpcf7-form input[type=submit]:hover {
	color: var(--white-100);
	background: var(--gold-100);
	text-decoration: none;
}


/* agree */

.agree {
	font-size: 14px;
	font-weight:400;
	color: var(--black-500);
	line-height:20px;
	padding: 0 0 0 27px;
	margin: 0 0 24px 0;
	position: relative;
	display: flex;
	align-items: center;
}

.agree label {
	font-size: 14px !important;
	font-weight:400 !important;
	color:var(--black-500);
	line-height:20px !important;
	margin: 0 !important;
	position: relative !important;
}

.agree strong {
	font-weight: 700;
}

.agree a {
	font-weight: 400;
	color: var(--black-500);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset:4px; 
}

.agree a:hover {
	color: var(--gold-500);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset:4px; 
}

form .agree input[type=checkbox] {
	top:0px;
	left: -27px;
	position: absolute;
}




/* checkbox */
form input[type=checkbox] {
	appearance: none;
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	background: var(--white-100);
	border: 1px solid var(--white-900);
	border-radius: 0;
	padding: 0;
	cursor: pointer;
	position: relative;
}

form input[type=checkbox]:checked {
  	background-color: var(--white-100);
}

form input[type=checkbox]:checked::after {
	content:'';
	width: 12px;
	height: 9.6px;
	background: url('images/icon-checked.svg') center no-repeat;
	background-size: 12px 9.6px;
	top:4px;
	left:3px;
	position: absolute;
}




/* blog - listing */

.page-header.blog-header {
	margin-bottom:50px;
}
@media (min-width:768px) {
	.page-header.blog-header {
		margin-bottom:70px;
	}
}

.section-blog-categories {
	gap:16px;
	margin-bottom:40px;
}

.blog-listing-wrapper {
	width: 100%;
	gap:30px;
}

.blog-listing-item {
	width: 100%;
	text-decoration: none;
	margin: 0;
	background: var(--beige-100);
	border-radius: 15px;
	overflow: hidden;
	position: relative;
	display: block;
}
@media (min-width:576px) {
	.blog-listing-item {
		flex:0 1 calc(50% - 15px);
		max-width: calc(50% - 15px);
	}
}
@media (min-width:992px) {
	.blog-listing-item {
		flex:0 1 calc(33.3333% - 20px);
		max-width: calc(33.3333% - 20px);
	}
}

.blog-listing-item:hover {
	text-decoration: none;
}

.blog-listing-image-wrapper {
	width: 100%;
	height: auto;
	background: var(--black-100) url('images/foodruleexpert-h.svg') center no-repeat;
	background-size: 40%;
	aspect-ratio: 1.9 / 1;
	overflow: hidden;
	display: block;
}

.blog-listing-image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog-listing-content {
	padding: 15px 15px 60px 15px;
}

.blog-listing-image-date-author {
	margin: 0 0 16px 0;
}

.categories {
	gap:4px;
}

.categories .categories-item {
	font-size: 12px;
	color: var(--white-100);
	line-height: 16px;
	background: var(--burgundy-500);
	border-radius: 2px;
	padding: 2px 4px;
}

.blog-listing-content-date {
	font-size: 12px;
	font-weight: 500;
	color: var(--black-500);
	line-height: 16px;
	gap:4px;
}

.blog-listing-content h4 {
	margin: 0 0 10px 0;
}

.blog-listing-content p {
	font-size: 14px;
	color: var(--black-500);
	line-height: 24px;
	margin: 0;
}

.btn-blog {
	font-size:14px;
	font-weight: 400;
	color: var(--gold-500);
	text-decoration: none;
	letter-spacing: .05em;
	padding: 0 30px 0 0;
	right: 0;
	bottom: 20px;
	position: absolute;
}

.btn-blog::after {
	content: '';
	width: 11px;
	height: 9px;
	background: url('images/arrow-gold-r.svg') no-repeat;
	top:calc(50% - 4.5px);
	right: 15px;
	position: absolute;
	transition: .2s all;
}

.btn-blog:hover::after {
	right: 10px;
}






.pagination {
	margin: 0 auto;
	padding:40px 0 0 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap:4px;
}

.pagination li {
	min-width:30px;
	height: 30px;
	font-size: 14px;
	font-weight: 700;
	color:var(--black-700);
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}
@media (min-width:768px) {
	.pagination li {
		min-width:40px;
		height: 40px;
	}
}

.pagination li a.inactive {
	background:var(--beige-100);
}

.pagination li.current {
	color: var(--white-100);
	background: var(--burgundy-500);
}

.pagination li a {
	min-width:30px;
	height: 30px;
	color:var(--black-700);
	font-weight: 700;
	text-decoration: none;
	background:var(--beige-100);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}
@media (min-width:768px) {
	.pagination li a {
		min-width:40px;
		height: 40px;
	}
}

.pagination li a:hover {
	color:var(--black-700);
	background:var(--beige-500);
}


.pagination li a.special {
	background:var(--beige-100);
}

.pagination li.special-d1 a.special {
	background: url('images/icon-pagination-out.svg') no-repeat center var(--beige-100);
	transform: rotate(180deg);
}

.pagination li.special-d2 a.special {
	background: url('images/icon-pagination-out.svg') no-repeat center var(--beige-100);
}

.pagination li.special-c1 a.special {
	background: url('images/icon-pagination.svg') no-repeat center var(--beige-100);
	transform: rotate(180deg);
}
@media (min-width:768px) {
	.pagination li.special-c1 a.special {
		margin-right: 10px;
	}
}

.pagination li.special-c2 a.special {
	background: url('images/icon-pagination.svg') no-repeat center var(--beige-100);
}
@media (min-width:768px) {
	.pagination li.special-c2 a.special {
		margin-left: 10px;
	}
}




/* blog - single */

.page-header.single-header .subtitle-1 {
	margin: 0;
}

.page-header.single-header {
	margin-bottom: 26px;
}

.section-blog-title h1 {
	margin: 0 0 10px 0;
}

.section-blog-title .categories {
		margin: 0 0 12px 0;
}

.section-related-posts h2 {
	color: var(--burgundy-500);
	padding-right: 90px;
}

.swiper.relatedpostsSwiper {
	padding-top: 15px;
	position: static;
}

.relatedpostsSwiper-prev {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: url('images/icon-pagination.svg') no-repeat center var(--beige-100);
	outline: none;
	top:0px;
	right: 64px;
	position: absolute;
	transition: .2s all;
	transform: rotate(180deg);
}

.relatedpostsSwiper-prev:hover {
	background-color: var(--beige-500);
}

.relatedpostsSwiper-next {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: url('images/icon-pagination.svg') no-repeat center var(--beige-100);
	outline: none;
	top:0px;
	right: 20px;
	position: absolute;
	transition: .2s all;
}

.relatedpostsSwiper-next:hover {
	background-color: var(--beige-500);
}

.swiper-slide.blog-listing-item {
	height: auto;
}





/* footer */

footer {
	font-size: 12px;
	color: var(--black-500);
	line-height: 16px;
	background: var(--beige-100);
	padding:50px 0 0 0 !important;
	margin: 0;
	position: relative;
}
@media (min-width:768px) {
	footer {
		background: transparent;
		margin: 0 0 20px 0;
		padding:50px 20px 0 20px !important;
	}
}

footer::before {
	content: '';
	width: 100vw;
	height: 100%;
	background: var(--beige-100);
	border-radius:0 30px 30px 0;
	top:0;
	right:20px;
	position: absolute;
	z-index: -1;
}

footer h6 {
	margin: 0 0 14px 0;
}

.footer-wrapper {
	gap:28px 32px;
}

.footer-company ul {
	margin: 0;
	padding: 0;
}

.footer-company ul li {
	font-size: 12px;
	color: var(--black-500);
	line-height: 16px;
	margin: 0 0 4px 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap:8px;
}

.footer-company ul li:last-child {
	margin: 0;
}

.footer-company ul li a {
	font-size: 12px;
	color: var(--black-500);
	text-decoration: none;
}

.footer-company ul li a:hover {
	color: var(--gold-500);
	text-decoration: none;
}

.footer-col {
	flex: 0 0 22%;
	min-height: 22%;
}

.footer-menu {
	margin: 0;
	padding: 0;
}

.footer-menu li {
	margin: 0 0 12px 0;
	padding: 0;
	list-style:none;
}

.footer-menu li:last-child {
	margin: 0;
}

.footer-menu li a {
	font-size: 12px;
	line-height: 16px;
	color: var(--black-500);
	text-decoration: none;
}

.footer-menu li a:hover {
	color: var(--gold-500);
	text-decoration: none;
}

.footer-col {
	min-width: 100%;
}
@media (min-width:576px) {
	.footer-col {
		min-width:calc(50% - 20px);
	}
}
@media (min-width:992px) {
	.footer-col {
		min-width: unset;
	}
}

.footer-social-media {
	padding: 18px 0 0 0;
}
@media (min-width:576px) {
	.footer-social-media {
		padding: 0;
	}
}
@media (min-width:992px) {
	.footer-social-media {
		margin-left:22px;
	}
}

.social-media-menu {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap:10px;
}

.social-media-menu li {
	margin: 0;
	padding: 0;
	list-style:none;
}

.social-media-menu li a {
	width: 26px;
	height: 26px;
	font-size: 0;
	color: transparent;
	text-decoration: none;
	background: var(--beige-900);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.social-media-menu li a:hover {
	font-size: 0;
	color: transparent;
	text-decoration: none;
	background: var(--gold-500);
}

.social-media-menu li a img {
	max-width: 16px;
	max-height: 16px;
	width: auto;
	height: auto;
} 

.copyrights {
	font-size: 12px;
	font-weight: 400;
	color: var(--black-100);
	line-height: 16px;
	padding:20px 0;
	margin: 30px 0 0 0;
	gap:4px 20px;
	border-top: 1px solid #CCC6BD;
}

.copyrights a {
	color: var(--black-100);
	font-weight: 400;
	text-decoration: none;
} 

.copyrights a:hover {
	color: var(--gold-500);
	text-decoration: none;
} 


 
 




.msg-success-message {
	font-size: 14px;
	font-weight: 400;
	color:#279F52;
	line-height: 20px;
	border:none;
	background: none;
	margin: 22px 0 0 0;
	padding: 0 0 0 18px;
	position: relative;
	display: block;
}

.msg-success-message::before {
	content: '';
	width: 11px;
	min-width: 11px;
	height: 12px;
	background: #279F52;
	display: block;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	left:0;
	top:4px;
	position: absolute;
}


.msg-error-message, .stock.available-on-backorder, .stock.out-of-stock,
#add_payment_method table.cart td.actions .coupon .coupon-error-notice, .woocommerce-cart table.cart td.actions .coupon .coupon-error-notice, .woocommerce-checkout table.cart td.actions .coupon .coupon-error-notice {
	font-size: 14px;
	font-weight: 400;
	color:#EA0101;
	line-height: 20px;
	border:none;
	background: none;
	margin: 22px 0 0 0;
	padding: 0 0 0 18px;
	position: relative;
	display: block;
}

.msg-error-message::before, .stock.available-on-backorder::before, .stock.out-of-stock::before,
#add_payment_method table.cart td.actions .coupon .coupon-error-notice::before, .woocommerce-cart table.cart td.actions .coupon .coupon-error-notice::before, .woocommerce-checkout table.cart td.actions .coupon .coupon-error-notice::before {
	content: '';
	width: 11px;
	min-width: 11px;
	height: 12px;
	background: #EA0101;
	display: block;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	left:0;
	top:4px;
	position: absolute;
}





.goup {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--burgundy-500);
	bottom: 18px;
	right: 15px;
	position: fixed;
	z-index: 992;
	visibility: hidden;
	opacity: 0;
	transition: .4s all;
}
@media (min-width:1200px) {
	.goup {
		bottom: 28px;
		right: 30px;
	}
}

.site-scrolled .goup {
    visibility: visible;
    opacity: 1;
}










@media (max-width:767.98px) {
	.margin-bottom--200 { margin-bottom: -200px !important; }
	.margin-bottom--199 { margin-bottom: -199px !important; }
	.margin-bottom--198 { margin-bottom: -198px !important; }
	.margin-bottom--197 { margin-bottom: -197px !important; }
	.margin-bottom--196 { margin-bottom: -196px !important; }
	.margin-bottom--195 { margin-bottom: -195px !important; }
	.margin-bottom--194 { margin-bottom: -194px !important; }
	.margin-bottom--193 { margin-bottom: -193px !important; }
	.margin-bottom--192 { margin-bottom: -192px !important; }
	.margin-bottom--191 { margin-bottom: -191px !important; }
	.margin-bottom--190 { margin-bottom: -190px !important; }
	.margin-bottom--189 { margin-bottom: -189px !important; }
	.margin-bottom--188 { margin-bottom: -188px !important; }
	.margin-bottom--187 { margin-bottom: -187px !important; }
	.margin-bottom--186 { margin-bottom: -186px !important; }
	.margin-bottom--185 { margin-bottom: -185px !important; }
	.margin-bottom--184 { margin-bottom: -184px !important; }
	.margin-bottom--183 { margin-bottom: -183px !important; }
	.margin-bottom--182 { margin-bottom: -182px !important; }
	.margin-bottom--181 { margin-bottom: -181px !important; }
	.margin-bottom--180 { margin-bottom: -180px !important; }
	.margin-bottom--179 { margin-bottom: -179px !important; }
	.margin-bottom--178 { margin-bottom: -178px !important; }
	.margin-bottom--177 { margin-bottom: -177px !important; }
	.margin-bottom--176 { margin-bottom: -176px !important; }
	.margin-bottom--175 { margin-bottom: -175px !important; }
	.margin-bottom--174 { margin-bottom: -174px !important; }
	.margin-bottom--173 { margin-bottom: -173px !important; }
	.margin-bottom--172 { margin-bottom: -172px !important; }
	.margin-bottom--171 { margin-bottom: -171px !important; }
	.margin-bottom--170 { margin-bottom: -170px !important; }
	.margin-bottom--169 { margin-bottom: -169px !important; }
	.margin-bottom--168 { margin-bottom: -168px !important; }
	.margin-bottom--167 { margin-bottom: -167px !important; }
	.margin-bottom--166 { margin-bottom: -166px !important; }
	.margin-bottom--165 { margin-bottom: -165px !important; }
	.margin-bottom--164 { margin-bottom: -164px !important; }
	.margin-bottom--163 { margin-bottom: -163px !important; }
	.margin-bottom--162 { margin-bottom: -162px !important; }
	.margin-bottom--161 { margin-bottom: -161px !important; }
	.margin-bottom--160 { margin-bottom: -160px !important; }
	.margin-bottom--159 { margin-bottom: -159px !important; }
	.margin-bottom--158 { margin-bottom: -158px !important; }
	.margin-bottom--157 { margin-bottom: -157px !important; }
	.margin-bottom--156 { margin-bottom: -156px !important; }
	.margin-bottom--155 { margin-bottom: -155px !important; }
	.margin-bottom--154 { margin-bottom: -154px !important; }
	.margin-bottom--153 { margin-bottom: -153px !important; }
	.margin-bottom--152 { margin-bottom: -152px !important; }
	.margin-bottom--151 { margin-bottom: -151px !important; }
	.margin-bottom--150 { margin-bottom: -150px !important; }
	.margin-bottom--149 { margin-bottom: -149px !important; }
	.margin-bottom--148 { margin-bottom: -148px !important; }
	.margin-bottom--147 { margin-bottom: -147px !important; }
	.margin-bottom--146 { margin-bottom: -146px !important; }
	.margin-bottom--145 { margin-bottom: -145px !important; }
	.margin-bottom--144 { margin-bottom: -144px !important; }
	.margin-bottom--143 { margin-bottom: -143px !important; }
	.margin-bottom--142 { margin-bottom: -142px !important; }
	.margin-bottom--141 { margin-bottom: -141px !important; }
	.margin-bottom--140 { margin-bottom: -140px !important; }
	.margin-bottom--139 { margin-bottom: -139px !important; }
	.margin-bottom--138 { margin-bottom: -138px !important; }
	.margin-bottom--137 { margin-bottom: -137px !important; }
	.margin-bottom--136 { margin-bottom: -136px !important; }
	.margin-bottom--135 { margin-bottom: -135px !important; }
	.margin-bottom--134 { margin-bottom: -134px !important; }
	.margin-bottom--133 { margin-bottom: -133px !important; }
	.margin-bottom--132 { margin-bottom: -132px !important; }
	.margin-bottom--131 { margin-bottom: -131px !important; }
	.margin-bottom--130 { margin-bottom: -130px !important; }
	.margin-bottom--129 { margin-bottom: -129px !important; }
	.margin-bottom--128 { margin-bottom: -128px !important; }
	.margin-bottom--127 { margin-bottom: -127px !important; }
	.margin-bottom--126 { margin-bottom: -126px !important; }
	.margin-bottom--125 { margin-bottom: -125px !important; }
	.margin-bottom--124 { margin-bottom: -124px !important; }
	.margin-bottom--123 { margin-bottom: -123px !important; }
	.margin-bottom--122 { margin-bottom: -122px !important; }
	.margin-bottom--121 { margin-bottom: -121px !important; }
	.margin-bottom--120 { margin-bottom: -120px !important; }
	.margin-bottom--119 { margin-bottom: -119px !important; }
	.margin-bottom--118 { margin-bottom: -118px !important; }
	.margin-bottom--117 { margin-bottom: -117px !important; }
	.margin-bottom--116 { margin-bottom: -116px !important; }
	.margin-bottom--115 { margin-bottom: -115px !important; }
	.margin-bottom--114 { margin-bottom: -114px !important; }
	.margin-bottom--113 { margin-bottom: -113px !important; }
	.margin-bottom--112 { margin-bottom: -112px !important; }
	.margin-bottom--111 { margin-bottom: -111px !important; }
	.margin-bottom--110 { margin-bottom: -110px !important; }
	.margin-bottom--109 { margin-bottom: -109px !important; }
	.margin-bottom--108 { margin-bottom: -108px !important; }
	.margin-bottom--107 { margin-bottom: -107px !important; }
	.margin-bottom--106 { margin-bottom: -106px !important; }
	.margin-bottom--105 { margin-bottom: -105px !important; }
	.margin-bottom--104 { margin-bottom: -104px !important; }
	.margin-bottom--103 { margin-bottom: -103px !important; }
	.margin-bottom--102 { margin-bottom: -102px !important; }
	.margin-bottom--101 { margin-bottom: -101px !important; }
	.margin-bottom--100 { margin-bottom: -100px !important; }
	.margin-bottom--99 { margin-bottom: -99px !important; }
	.margin-bottom--98 { margin-bottom: -98px !important; }
	.margin-bottom--97 { margin-bottom: -97px !important; }
	.margin-bottom--96 { margin-bottom: -96px !important; }
	.margin-bottom--95 { margin-bottom: -95px !important; }
	.margin-bottom--94 { margin-bottom: -94px !important; }
	.margin-bottom--93 { margin-bottom: -93px !important; }
	.margin-bottom--92 { margin-bottom: -92px !important; }
	.margin-bottom--91 { margin-bottom: -91px !important; }
	.margin-bottom--90 { margin-bottom: -90px !important; }
	.margin-bottom--89 { margin-bottom: -89px !important; }
	.margin-bottom--88 { margin-bottom: -88px !important; }
	.margin-bottom--87 { margin-bottom: -87px !important; }
	.margin-bottom--86 { margin-bottom: -86px !important; }
	.margin-bottom--85 { margin-bottom: -85px !important; }
	.margin-bottom--84 { margin-bottom: -84px !important; }
	.margin-bottom--83 { margin-bottom: -83px !important; }
	.margin-bottom--82 { margin-bottom: -82px !important; }
	.margin-bottom--81 { margin-bottom: -81px !important; }
	.margin-bottom--80 { margin-bottom: -80px !important; }
	.margin-bottom--79 { margin-bottom: -79px !important; }
	.margin-bottom--78 { margin-bottom: -78px !important; }
	.margin-bottom--77 { margin-bottom: -77px !important; }
	.margin-bottom--76 { margin-bottom: -76px !important; }
	.margin-bottom--75 { margin-bottom: -75px !important; }
	.margin-bottom--74 { margin-bottom: -74px !important; }
	.margin-bottom--73 { margin-bottom: -73px !important; }
	.margin-bottom--72 { margin-bottom: -72px !important; }
	.margin-bottom--71 { margin-bottom: -71px !important; }
	.margin-bottom--70 { margin-bottom: -70px !important; }
	.margin-bottom--69 { margin-bottom: -69px !important; }
	.margin-bottom--68 { margin-bottom: -68px !important; }
	.margin-bottom--67 { margin-bottom: -67px !important; }
	.margin-bottom--66 { margin-bottom: -66px !important; }
	.margin-bottom--65 { margin-bottom: -65px !important; }
	.margin-bottom--64 { margin-bottom: -64px !important; }
	.margin-bottom--63 { margin-bottom: -63px !important; }
	.margin-bottom--62 { margin-bottom: -62px !important; }
	.margin-bottom--61 { margin-bottom: -61px !important; }
	.margin-bottom--60 { margin-bottom: -60px !important; }
	.margin-bottom--59 { margin-bottom: -59px !important; }
	.margin-bottom--58 { margin-bottom: -58px !important; }
	.margin-bottom--57 { margin-bottom: -57px !important; }
	.margin-bottom--56 { margin-bottom: -56px !important; }
	.margin-bottom--55 { margin-bottom: -55px !important; }
	.margin-bottom--54 { margin-bottom: -54px !important; }
	.margin-bottom--53 { margin-bottom: -53px !important; }
	.margin-bottom--52 { margin-bottom: -52px !important; }
	.margin-bottom--51 { margin-bottom: -51px !important; }
	.margin-bottom--50 { margin-bottom: -50px !important; }
	.margin-bottom--49 { margin-bottom: -49px !important; }
	.margin-bottom--48 { margin-bottom: -48px !important; }
	.margin-bottom--47 { margin-bottom: -47px !important; }
	.margin-bottom--46 { margin-bottom: -46px !important; }
	.margin-bottom--45 { margin-bottom: -45px !important; }
	.margin-bottom--44 { margin-bottom: -44px !important; }
	.margin-bottom--43 { margin-bottom: -43px !important; }
	.margin-bottom--42 { margin-bottom: -42px !important; }
	.margin-bottom--41 { margin-bottom: -41px !important; }
	.margin-bottom--40 { margin-bottom: -40px !important; }
	.margin-bottom--39 { margin-bottom: -39px !important; }
	.margin-bottom--38 { margin-bottom: -38px !important; }
	.margin-bottom--37 { margin-bottom: -37px !important; }
	.margin-bottom--36 { margin-bottom: -36px !important; }
	.margin-bottom--35 { margin-bottom: -35px !important; }
	.margin-bottom--34 { margin-bottom: -34px !important; }
	.margin-bottom--33 { margin-bottom: -33px !important; }
	.margin-bottom--32 { margin-bottom: -32px !important; }
	.margin-bottom--31 { margin-bottom: -31px !important; }
	.margin-bottom--30 { margin-bottom: -30px !important; }
	.margin-bottom--29 { margin-bottom: -29px !important; }
	.margin-bottom--28 { margin-bottom: -28px !important; }
	.margin-bottom--27 { margin-bottom: -27px !important; }
	.margin-bottom--26 { margin-bottom: -26px !important; }
	.margin-bottom--25 { margin-bottom: -25px !important; }
	.margin-bottom--24 { margin-bottom: -24px !important; }
	.margin-bottom--23 { margin-bottom: -23px !important; }
	.margin-bottom--22 { margin-bottom: -22px !important; }
	.margin-bottom--21 { margin-bottom: -21px !important; }
	.margin-bottom--20 { margin-bottom: -20px !important; }
	.margin-bottom--19 { margin-bottom: -19px !important; }
	.margin-bottom--18 { margin-bottom: -18px !important; }
	.margin-bottom--17 { margin-bottom: -17px !important; }
	.margin-bottom--16 { margin-bottom: -16px !important; }
	.margin-bottom--15 { margin-bottom: -15px !important; }
	.margin-bottom--14 { margin-bottom: -14px !important; }
	.margin-bottom--13 { margin-bottom: -13px !important; }
	.margin-bottom--12 { margin-bottom: -12px !important; }
	.margin-bottom--11 { margin-bottom: -11px !important; }
	.margin-bottom--10 { margin-bottom: -10px !important; }
	.margin-bottom--9 { margin-bottom: -9px !important; }
	.margin-bottom--8 { margin-bottom: -8px !important; }
	.margin-bottom--7 { margin-bottom: -7px !important; }
	.margin-bottom--6 { margin-bottom: -6px !important; }
	.margin-bottom--5 { margin-bottom: -5px !important; }
	.margin-bottom--4 { margin-bottom: -4px !important; }
	.margin-bottom--3 { margin-bottom: -3px !important; }
	.margin-bottom--2 { margin-bottom: -2px !important; }
	.margin-bottom--1 { margin-bottom: -1px !important; }
	.margin-bottom-0 { margin-bottom: 0px !important; }
	.margin-bottom-1 { margin-bottom: 1px !important; }
	.margin-bottom-2 { margin-bottom: 2px !important; }
	.margin-bottom-3 { margin-bottom: 3px !important; }
	.margin-bottom-4 { margin-bottom: 4px !important; }
	.margin-bottom-5 { margin-bottom: 5px !important; }
	.margin-bottom-6 { margin-bottom: 6px !important; }
	.margin-bottom-7 { margin-bottom: 7px !important; }
	.margin-bottom-8 { margin-bottom: 8px !important; }
	.margin-bottom-9 { margin-bottom: 9px !important; }
	.margin-bottom-10 { margin-bottom: 10px !important; }
	.margin-bottom-11 { margin-bottom: 11px !important; }
	.margin-bottom-12 { margin-bottom: 12px !important; }
	.margin-bottom-13 { margin-bottom: 13px !important; }
	.margin-bottom-14 { margin-bottom: 14px !important; }
	.margin-bottom-15 { margin-bottom: 15px !important; }
	.margin-bottom-16 { margin-bottom: 16px !important; }
	.margin-bottom-17 { margin-bottom: 17px !important; }
	.margin-bottom-18 { margin-bottom: 18px !important; }
	.margin-bottom-19 { margin-bottom: 19px !important; }
	.margin-bottom-20 { margin-bottom: 20px !important; }
	.margin-bottom-21 { margin-bottom: 21px !important; }
	.margin-bottom-22 { margin-bottom: 22px !important; }
	.margin-bottom-23 { margin-bottom: 23px !important; }
	.margin-bottom-24 { margin-bottom: 24px !important; }
	.margin-bottom-25 { margin-bottom: 25px !important; }
	.margin-bottom-26 { margin-bottom: 26px !important; }
	.margin-bottom-27 { margin-bottom: 27px !important; }
	.margin-bottom-28 { margin-bottom: 28px !important; }
	.margin-bottom-29 { margin-bottom: 29px !important; }
	.margin-bottom-30 { margin-bottom: 30px !important; }
	.margin-bottom-31 { margin-bottom: 31px !important; }
	.margin-bottom-32 { margin-bottom: 32px !important; }
	.margin-bottom-33 { margin-bottom: 33px !important; }
	.margin-bottom-34 { margin-bottom: 34px !important; }
	.margin-bottom-35 { margin-bottom: 35px !important; }
	.margin-bottom-36 { margin-bottom: 36px !important; }
	.margin-bottom-37 { margin-bottom: 37px !important; }
	.margin-bottom-38 { margin-bottom: 38px !important; }
	.margin-bottom-39 { margin-bottom: 39px !important; }
	.margin-bottom-40 { margin-bottom: 40px !important; }
	.margin-bottom-41 { margin-bottom: 41px !important; }
	.margin-bottom-42 { margin-bottom: 42px !important; }
	.margin-bottom-43 { margin-bottom: 43px !important; }
	.margin-bottom-44 { margin-bottom: 44px !important; }
	.margin-bottom-45 { margin-bottom: 45px !important; }
	.margin-bottom-46 { margin-bottom: 46px !important; }
	.margin-bottom-47 { margin-bottom: 47px !important; }
	.margin-bottom-48 { margin-bottom: 48px !important; }
	.margin-bottom-49 { margin-bottom: 49px !important; }
	.margin-bottom-50 { margin-bottom: 50px !important; }
	.margin-bottom-51 { margin-bottom: 51px !important; }
	.margin-bottom-52 { margin-bottom: 52px !important; }
	.margin-bottom-53 { margin-bottom: 53px !important; }
	.margin-bottom-54 { margin-bottom: 54px !important; }
	.margin-bottom-55 { margin-bottom: 55px !important; }
	.margin-bottom-56 { margin-bottom: 56px !important; }
	.margin-bottom-57 { margin-bottom: 57px !important; }
	.margin-bottom-58 { margin-bottom: 58px !important; }
	.margin-bottom-59 { margin-bottom: 59px !important; }
	.margin-bottom-60 { margin-bottom: 60px !important; }
	.margin-bottom-61 { margin-bottom: 61px !important; }
	.margin-bottom-62 { margin-bottom: 62px !important; }
	.margin-bottom-63 { margin-bottom: 63px !important; }
	.margin-bottom-64 { margin-bottom: 64px !important; }
	.margin-bottom-65 { margin-bottom: 65px !important; }
	.margin-bottom-66 { margin-bottom: 66px !important; }
	.margin-bottom-67 { margin-bottom: 67px !important; }
	.margin-bottom-68 { margin-bottom: 68px !important; }
	.margin-bottom-69 { margin-bottom: 69px !important; }
	.margin-bottom-70 { margin-bottom: 70px !important; }
	.margin-bottom-71 { margin-bottom: 71px !important; }
	.margin-bottom-72 { margin-bottom: 72px !important; }
	.margin-bottom-73 { margin-bottom: 73px !important; }
	.margin-bottom-74 { margin-bottom: 74px !important; }
	.margin-bottom-75 { margin-bottom: 75px !important; }
	.margin-bottom-76 { margin-bottom: 76px !important; }
	.margin-bottom-77 { margin-bottom: 77px !important; }
	.margin-bottom-78 { margin-bottom: 78px !important; }
	.margin-bottom-79 { margin-bottom: 79px !important; }
	.margin-bottom-80 { margin-bottom: 80px !important; }
	.margin-bottom-81 { margin-bottom: 81px !important; }
	.margin-bottom-82 { margin-bottom: 82px !important; }
	.margin-bottom-83 { margin-bottom: 83px !important; }
	.margin-bottom-84 { margin-bottom: 84px !important; }
	.margin-bottom-85 { margin-bottom: 85px !important; }
	.margin-bottom-86 { margin-bottom: 86px !important; }
	.margin-bottom-87 { margin-bottom: 87px !important; }
	.margin-bottom-88 { margin-bottom: 88px !important; }
	.margin-bottom-89 { margin-bottom: 89px !important; }
	.margin-bottom-90 { margin-bottom: 90px !important; }
	.margin-bottom-91 { margin-bottom: 91px !important; }
	.margin-bottom-92 { margin-bottom: 92px !important; }
	.margin-bottom-93 { margin-bottom: 93px !important; }
	.margin-bottom-94 { margin-bottom: 94px !important; }
	.margin-bottom-95 { margin-bottom: 95px !important; }
	.margin-bottom-96 { margin-bottom: 96px !important; }
	.margin-bottom-97 { margin-bottom: 97px !important; }
	.margin-bottom-98 { margin-bottom: 98px !important; }
	.margin-bottom-99 { margin-bottom: 99px !important; }
	.margin-bottom-100 { margin-bottom: 100px !important; }
	.margin-bottom-101 { margin-bottom: 101px !important; }
	.margin-bottom-102 { margin-bottom: 102px !important; }
	.margin-bottom-103 { margin-bottom: 103px !important; }
	.margin-bottom-104 { margin-bottom: 104px !important; }
	.margin-bottom-105 { margin-bottom: 105px !important; }
	.margin-bottom-106 { margin-bottom: 106px !important; }
	.margin-bottom-107 { margin-bottom: 107px !important; }
	.margin-bottom-108 { margin-bottom: 108px !important; }
	.margin-bottom-109 { margin-bottom: 109px !important; }
	.margin-bottom-110 { margin-bottom: 110px !important; }
	.margin-bottom-111 { margin-bottom: 111px !important; }
	.margin-bottom-112 { margin-bottom: 112px !important; }
	.margin-bottom-113 { margin-bottom: 113px !important; }
	.margin-bottom-114 { margin-bottom: 114px !important; }
	.margin-bottom-115 { margin-bottom: 115px !important; }
	.margin-bottom-116 { margin-bottom: 116px !important; }
	.margin-bottom-117 { margin-bottom: 117px !important; }
	.margin-bottom-118 { margin-bottom: 118px !important; }
	.margin-bottom-119 { margin-bottom: 119px !important; }
	.margin-bottom-120 { margin-bottom: 120px !important; }
	.margin-bottom-121 { margin-bottom: 121px !important; }
	.margin-bottom-122 { margin-bottom: 122px !important; }
	.margin-bottom-123 { margin-bottom: 123px !important; }
	.margin-bottom-124 { margin-bottom: 124px !important; }
	.margin-bottom-125 { margin-bottom: 125px !important; }
	.margin-bottom-126 { margin-bottom: 126px !important; }
	.margin-bottom-127 { margin-bottom: 127px !important; }
	.margin-bottom-128 { margin-bottom: 128px !important; }
	.margin-bottom-129 { margin-bottom: 129px !important; }
	.margin-bottom-130 { margin-bottom: 130px !important; }
	.margin-bottom-131 { margin-bottom: 131px !important; }
	.margin-bottom-132 { margin-bottom: 132px !important; }
	.margin-bottom-133 { margin-bottom: 133px !important; }
	.margin-bottom-134 { margin-bottom: 134px !important; }
	.margin-bottom-135 { margin-bottom: 135px !important; }
	.margin-bottom-136 { margin-bottom: 136px !important; }
	.margin-bottom-137 { margin-bottom: 137px !important; }
	.margin-bottom-138 { margin-bottom: 138px !important; }
	.margin-bottom-139 { margin-bottom: 139px !important; }
	.margin-bottom-140 { margin-bottom: 140px !important; }
	.margin-bottom-141 { margin-bottom: 141px !important; }
	.margin-bottom-142 { margin-bottom: 142px !important; }
	.margin-bottom-143 { margin-bottom: 143px !important; }
	.margin-bottom-144 { margin-bottom: 144px !important; }
	.margin-bottom-145 { margin-bottom: 145px !important; }
	.margin-bottom-146 { margin-bottom: 146px !important; }
	.margin-bottom-147 { margin-bottom: 147px !important; }
	.margin-bottom-148 { margin-bottom: 148px !important; }
	.margin-bottom-149 { margin-bottom: 149px !important; }
	.margin-bottom-150 { margin-bottom: 150px !important; }
	.margin-bottom-151 { margin-bottom: 151px !important; }
	.margin-bottom-152 { margin-bottom: 152px !important; }
	.margin-bottom-153 { margin-bottom: 153px !important; }
	.margin-bottom-154 { margin-bottom: 154px !important; }
	.margin-bottom-155 { margin-bottom: 155px !important; }
	.margin-bottom-156 { margin-bottom: 156px !important; }
	.margin-bottom-157 { margin-bottom: 157px !important; }
	.margin-bottom-158 { margin-bottom: 158px !important; }
	.margin-bottom-159 { margin-bottom: 159px !important; }
	.margin-bottom-160 { margin-bottom: 160px !important; }
	.margin-bottom-161 { margin-bottom: 161px !important; }
	.margin-bottom-162 { margin-bottom: 162px !important; }
	.margin-bottom-163 { margin-bottom: 163px !important; }
	.margin-bottom-164 { margin-bottom: 164px !important; }
	.margin-bottom-165 { margin-bottom: 165px !important; }
	.margin-bottom-166 { margin-bottom: 166px !important; }
	.margin-bottom-167 { margin-bottom: 167px !important; }
	.margin-bottom-168 { margin-bottom: 168px !important; }
	.margin-bottom-169 { margin-bottom: 169px !important; }
	.margin-bottom-170 { margin-bottom: 170px !important; }
	.margin-bottom-171 { margin-bottom: 171px !important; }
	.margin-bottom-172 { margin-bottom: 172px !important; }
	.margin-bottom-173 { margin-bottom: 173px !important; }
	.margin-bottom-174 { margin-bottom: 174px !important; }
	.margin-bottom-175 { margin-bottom: 175px !important; }
	.margin-bottom-176 { margin-bottom: 176px !important; }
	.margin-bottom-177 { margin-bottom: 177px !important; }
	.margin-bottom-178 { margin-bottom: 178px !important; }
	.margin-bottom-179 { margin-bottom: 179px !important; }
	.margin-bottom-180 { margin-bottom: 180px !important; }
	.margin-bottom-181 { margin-bottom: 181px !important; }
	.margin-bottom-182 { margin-bottom: 182px !important; }
	.margin-bottom-183 { margin-bottom: 183px !important; }
	.margin-bottom-184 { margin-bottom: 184px !important; }
	.margin-bottom-185 { margin-bottom: 185px !important; }
	.margin-bottom-186 { margin-bottom: 186px !important; }
	.margin-bottom-187 { margin-bottom: 187px !important; }
	.margin-bottom-188 { margin-bottom: 188px !important; }
	.margin-bottom-189 { margin-bottom: 189px !important; }
	.margin-bottom-190 { margin-bottom: 190px !important; }
	.margin-bottom-191 { margin-bottom: 191px !important; }
	.margin-bottom-192 { margin-bottom: 192px !important; }
	.margin-bottom-193 { margin-bottom: 193px !important; }
	.margin-bottom-194 { margin-bottom: 194px !important; }
	.margin-bottom-195 { margin-bottom: 195px !important; }
	.margin-bottom-196 { margin-bottom: 196px !important; }
	.margin-bottom-197 { margin-bottom: 197px !important; }
	.margin-bottom-198 { margin-bottom: 198px !important; }
	.margin-bottom-199 { margin-bottom: 199px !important; }
	.margin-bottom-200 { margin-bottom: 200px !important; }
}

@media (min-width:768px) {
	.margin-bottom-large--200 { margin-bottom: -200px !important; }
	.margin-bottom-large--199 { margin-bottom: -199px !important; }
	.margin-bottom-large--198 { margin-bottom: -198px !important; }
	.margin-bottom-large--197 { margin-bottom: -197px !important; }
	.margin-bottom-large--196 { margin-bottom: -196px !important; }
	.margin-bottom-large--195 { margin-bottom: -195px !important; }
	.margin-bottom-large--194 { margin-bottom: -194px !important; }
	.margin-bottom-large--193 { margin-bottom: -193px !important; }
	.margin-bottom-large--192 { margin-bottom: -192px !important; }
	.margin-bottom-large--191 { margin-bottom: -191px !important; }
	.margin-bottom-large--190 { margin-bottom: -190px !important; }
	.margin-bottom-large--189 { margin-bottom: -189px !important; }
	.margin-bottom-large--188 { margin-bottom: -188px !important; }
	.margin-bottom-large--187 { margin-bottom: -187px !important; }
	.margin-bottom-large--186 { margin-bottom: -186px !important; }
	.margin-bottom-large--185 { margin-bottom: -185px !important; }
	.margin-bottom-large--184 { margin-bottom: -184px !important; }
	.margin-bottom-large--183 { margin-bottom: -183px !important; }
	.margin-bottom-large--182 { margin-bottom: -182px !important; }
	.margin-bottom-large--181 { margin-bottom: -181px !important; }
	.margin-bottom-large--180 { margin-bottom: -180px !important; }
	.margin-bottom-large--179 { margin-bottom: -179px !important; }
	.margin-bottom-large--178 { margin-bottom: -178px !important; }
	.margin-bottom-large--177 { margin-bottom: -177px !important; }
	.margin-bottom-large--176 { margin-bottom: -176px !important; }
	.margin-bottom-large--175 { margin-bottom: -175px !important; }
	.margin-bottom-large--174 { margin-bottom: -174px !important; }
	.margin-bottom-large--173 { margin-bottom: -173px !important; }
	.margin-bottom-large--172 { margin-bottom: -172px !important; }
	.margin-bottom-large--171 { margin-bottom: -171px !important; }
	.margin-bottom-large--170 { margin-bottom: -170px !important; }
	.margin-bottom-large--169 { margin-bottom: -169px !important; }
	.margin-bottom-large--168 { margin-bottom: -168px !important; }
	.margin-bottom-large--167 { margin-bottom: -167px !important; }
	.margin-bottom-large--166 { margin-bottom: -166px !important; }
	.margin-bottom-large--165 { margin-bottom: -165px !important; }
	.margin-bottom-large--164 { margin-bottom: -164px !important; }
	.margin-bottom-large--163 { margin-bottom: -163px !important; }
	.margin-bottom-large--162 { margin-bottom: -162px !important; }
	.margin-bottom-large--161 { margin-bottom: -161px !important; }
	.margin-bottom-large--160 { margin-bottom: -160px !important; }
	.margin-bottom-large--159 { margin-bottom: -159px !important; }
	.margin-bottom-large--158 { margin-bottom: -158px !important; }
	.margin-bottom-large--157 { margin-bottom: -157px !important; }
	.margin-bottom-large--156 { margin-bottom: -156px !important; }
	.margin-bottom-large--155 { margin-bottom: -155px !important; }
	.margin-bottom-large--154 { margin-bottom: -154px !important; }
	.margin-bottom-large--153 { margin-bottom: -153px !important; }
	.margin-bottom-large--152 { margin-bottom: -152px !important; }
	.margin-bottom-large--151 { margin-bottom: -151px !important; }
	.margin-bottom-large--150 { margin-bottom: -150px !important; }
	.margin-bottom-large--149 { margin-bottom: -149px !important; }
	.margin-bottom-large--148 { margin-bottom: -148px !important; }
	.margin-bottom-large--147 { margin-bottom: -147px !important; }
	.margin-bottom-large--146 { margin-bottom: -146px !important; }
	.margin-bottom-large--145 { margin-bottom: -145px !important; }
	.margin-bottom-large--144 { margin-bottom: -144px !important; }
	.margin-bottom-large--143 { margin-bottom: -143px !important; }
	.margin-bottom-large--142 { margin-bottom: -142px !important; }
	.margin-bottom-large--141 { margin-bottom: -141px !important; }
	.margin-bottom-large--140 { margin-bottom: -140px !important; }
	.margin-bottom-large--139 { margin-bottom: -139px !important; }
	.margin-bottom-large--138 { margin-bottom: -138px !important; }
	.margin-bottom-large--137 { margin-bottom: -137px !important; }
	.margin-bottom-large--136 { margin-bottom: -136px !important; }
	.margin-bottom-large--135 { margin-bottom: -135px !important; }
	.margin-bottom-large--134 { margin-bottom: -134px !important; }
	.margin-bottom-large--133 { margin-bottom: -133px !important; }
	.margin-bottom-large--132 { margin-bottom: -132px !important; }
	.margin-bottom-large--131 { margin-bottom: -131px !important; }
	.margin-bottom-large--130 { margin-bottom: -130px !important; }
	.margin-bottom-large--129 { margin-bottom: -129px !important; }
	.margin-bottom-large--128 { margin-bottom: -128px !important; }
	.margin-bottom-large--127 { margin-bottom: -127px !important; }
	.margin-bottom-large--126 { margin-bottom: -126px !important; }
	.margin-bottom-large--125 { margin-bottom: -125px !important; }
	.margin-bottom-large--124 { margin-bottom: -124px !important; }
	.margin-bottom-large--123 { margin-bottom: -123px !important; }
	.margin-bottom-large--122 { margin-bottom: -122px !important; }
	.margin-bottom-large--121 { margin-bottom: -121px !important; }
	.margin-bottom-large--120 { margin-bottom: -120px !important; }
	.margin-bottom-large--119 { margin-bottom: -119px !important; }
	.margin-bottom-large--118 { margin-bottom: -118px !important; }
	.margin-bottom-large--117 { margin-bottom: -117px !important; }
	.margin-bottom-large--116 { margin-bottom: -116px !important; }
	.margin-bottom-large--115 { margin-bottom: -115px !important; }
	.margin-bottom-large--114 { margin-bottom: -114px !important; }
	.margin-bottom-large--113 { margin-bottom: -113px !important; }
	.margin-bottom-large--112 { margin-bottom: -112px !important; }
	.margin-bottom-large--111 { margin-bottom: -111px !important; }
	.margin-bottom-large--110 { margin-bottom: -110px !important; }
	.margin-bottom-large--109 { margin-bottom: -109px !important; }
	.margin-bottom-large--108 { margin-bottom: -108px !important; }
	.margin-bottom-large--107 { margin-bottom: -107px !important; }
	.margin-bottom-large--106 { margin-bottom: -106px !important; }
	.margin-bottom-large--105 { margin-bottom: -105px !important; }
	.margin-bottom-large--104 { margin-bottom: -104px !important; }
	.margin-bottom-large--103 { margin-bottom: -103px !important; }
	.margin-bottom-large--102 { margin-bottom: -102px !important; }
	.margin-bottom-large--101 { margin-bottom: -101px !important; }
	.margin-bottom-large--100 { margin-bottom: -100px !important; }
	.margin-bottom-large--99 { margin-bottom: -99px !important; }
	.margin-bottom-large--98 { margin-bottom: -98px !important; }
	.margin-bottom-large--97 { margin-bottom: -97px !important; }
	.margin-bottom-large--96 { margin-bottom: -96px !important; }
	.margin-bottom-large--95 { margin-bottom: -95px !important; }
	.margin-bottom-large--94 { margin-bottom: -94px !important; }
	.margin-bottom-large--93 { margin-bottom: -93px !important; }
	.margin-bottom-large--92 { margin-bottom: -92px !important; }
	.margin-bottom-large--91 { margin-bottom: -91px !important; }
	.margin-bottom-large--90 { margin-bottom: -90px !important; }
	.margin-bottom-large--89 { margin-bottom: -89px !important; }
	.margin-bottom-large--88 { margin-bottom: -88px !important; }
	.margin-bottom-large--87 { margin-bottom: -87px !important; }
	.margin-bottom-large--86 { margin-bottom: -86px !important; }
	.margin-bottom-large--85 { margin-bottom: -85px !important; }
	.margin-bottom-large--84 { margin-bottom: -84px !important; }
	.margin-bottom-large--83 { margin-bottom: -83px !important; }
	.margin-bottom-large--82 { margin-bottom: -82px !important; }
	.margin-bottom-large--81 { margin-bottom: -81px !important; }
	.margin-bottom-large--80 { margin-bottom: -80px !important; }
	.margin-bottom-large--79 { margin-bottom: -79px !important; }
	.margin-bottom-large--78 { margin-bottom: -78px !important; }
	.margin-bottom-large--77 { margin-bottom: -77px !important; }
	.margin-bottom-large--76 { margin-bottom: -76px !important; }
	.margin-bottom-large--75 { margin-bottom: -75px !important; }
	.margin-bottom-large--74 { margin-bottom: -74px !important; }
	.margin-bottom-large--73 { margin-bottom: -73px !important; }
	.margin-bottom-large--72 { margin-bottom: -72px !important; }
	.margin-bottom-large--71 { margin-bottom: -71px !important; }
	.margin-bottom-large--70 { margin-bottom: -70px !important; }
	.margin-bottom-large--69 { margin-bottom: -69px !important; }
	.margin-bottom-large--68 { margin-bottom: -68px !important; }
	.margin-bottom-large--67 { margin-bottom: -67px !important; }
	.margin-bottom-large--66 { margin-bottom: -66px !important; }
	.margin-bottom-large--65 { margin-bottom: -65px !important; }
	.margin-bottom-large--64 { margin-bottom: -64px !important; }
	.margin-bottom-large--63 { margin-bottom: -63px !important; }
	.margin-bottom-large--62 { margin-bottom: -62px !important; }
	.margin-bottom-large--61 { margin-bottom: -61px !important; }
	.margin-bottom-large--60 { margin-bottom: -60px !important; }
	.margin-bottom-large--59 { margin-bottom: -59px !important; }
	.margin-bottom-large--58 { margin-bottom: -58px !important; }
	.margin-bottom-large--57 { margin-bottom: -57px !important; }
	.margin-bottom-large--56 { margin-bottom: -56px !important; }
	.margin-bottom-large--55 { margin-bottom: -55px !important; }
	.margin-bottom-large--54 { margin-bottom: -54px !important; }
	.margin-bottom-large--53 { margin-bottom: -53px !important; }
	.margin-bottom-large--52 { margin-bottom: -52px !important; }
	.margin-bottom-large--51 { margin-bottom: -51px !important; }
	.margin-bottom-large--50 { margin-bottom: -50px !important; }
	.margin-bottom-large--49 { margin-bottom: -49px !important; }
	.margin-bottom-large--48 { margin-bottom: -48px !important; }
	.margin-bottom-large--47 { margin-bottom: -47px !important; }
	.margin-bottom-large--46 { margin-bottom: -46px !important; }
	.margin-bottom-large--45 { margin-bottom: -45px !important; }
	.margin-bottom-large--44 { margin-bottom: -44px !important; }
	.margin-bottom-large--43 { margin-bottom: -43px !important; }
	.margin-bottom-large--42 { margin-bottom: -42px !important; }
	.margin-bottom-large--41 { margin-bottom: -41px !important; }
	.margin-bottom-large--40 { margin-bottom: -40px !important; }
	.margin-bottom-large--39 { margin-bottom: -39px !important; }
	.margin-bottom-large--38 { margin-bottom: -38px !important; }
	.margin-bottom-large--37 { margin-bottom: -37px !important; }
	.margin-bottom-large--36 { margin-bottom: -36px !important; }
	.margin-bottom-large--35 { margin-bottom: -35px !important; }
	.margin-bottom-large--34 { margin-bottom: -34px !important; }
	.margin-bottom-large--33 { margin-bottom: -33px !important; }
	.margin-bottom-large--32 { margin-bottom: -32px !important; }
	.margin-bottom-large--31 { margin-bottom: -31px !important; }
	.margin-bottom-large--30 { margin-bottom: -30px !important; }
	.margin-bottom-large--29 { margin-bottom: -29px !important; }
	.margin-bottom-large--28 { margin-bottom: -28px !important; }
	.margin-bottom-large--27 { margin-bottom: -27px !important; }
	.margin-bottom-large--26 { margin-bottom: -26px !important; }
	.margin-bottom-large--25 { margin-bottom: -25px !important; }
	.margin-bottom-large--24 { margin-bottom: -24px !important; }
	.margin-bottom-large--23 { margin-bottom: -23px !important; }
	.margin-bottom-large--22 { margin-bottom: -22px !important; }
	.margin-bottom-large--21 { margin-bottom: -21px !important; }
	.margin-bottom-large--20 { margin-bottom: -20px !important; }
	.margin-bottom-large--19 { margin-bottom: -19px !important; }
	.margin-bottom-large--18 { margin-bottom: -18px !important; }
	.margin-bottom-large--17 { margin-bottom: -17px !important; }
	.margin-bottom-large--16 { margin-bottom: -16px !important; }
	.margin-bottom-large--15 { margin-bottom: -15px !important; }
	.margin-bottom-large--14 { margin-bottom: -14px !important; }
	.margin-bottom-large--13 { margin-bottom: -13px !important; }
	.margin-bottom-large--12 { margin-bottom: -12px !important; }
	.margin-bottom-large--11 { margin-bottom: -11px !important; }
	.margin-bottom-large--10 { margin-bottom: -10px !important; }
	.margin-bottom-large--9 { margin-bottom: -9px !important; }
	.margin-bottom-large--8 { margin-bottom: -8px !important; }
	.margin-bottom-large--7 { margin-bottom: -7px !important; }
	.margin-bottom-large--6 { margin-bottom: -6px !important; }
	.margin-bottom-large--5 { margin-bottom: -5px !important; }
	.margin-bottom-large--4 { margin-bottom: -4px !important; }
	.margin-bottom-large--3 { margin-bottom: -3px !important; }
	.margin-bottom-large--2 { margin-bottom: -2px !important; }
	.margin-bottom-large--1 { margin-bottom: -1px !important; }
	.margin-bottom-large-0 { margin-bottom: 0px !important; }
	.margin-bottom-large-1 { margin-bottom: 1px !important; }
	.margin-bottom-large-2 { margin-bottom: 2px !important; }
	.margin-bottom-large-3 { margin-bottom: 3px !important; }
	.margin-bottom-large-4 { margin-bottom: 4px !important; }
	.margin-bottom-large-5 { margin-bottom: 5px !important; }
	.margin-bottom-large-6 { margin-bottom: 6px !important; }
	.margin-bottom-large-7 { margin-bottom: 7px !important; }
	.margin-bottom-large-8 { margin-bottom: 8px !important; }
	.margin-bottom-large-9 { margin-bottom: 9px !important; }
	.margin-bottom-large-10 { margin-bottom: 10px !important; }
	.margin-bottom-large-11 { margin-bottom: 11px !important; }
	.margin-bottom-large-12 { margin-bottom: 12px !important; }
	.margin-bottom-large-13 { margin-bottom: 13px !important; }
	.margin-bottom-large-14 { margin-bottom: 14px !important; }
	.margin-bottom-large-15 { margin-bottom: 15px !important; }
	.margin-bottom-large-16 { margin-bottom: 16px !important; }
	.margin-bottom-large-17 { margin-bottom: 17px !important; }
	.margin-bottom-large-18 { margin-bottom: 18px !important; }
	.margin-bottom-large-19 { margin-bottom: 19px !important; }
	.margin-bottom-large-20 { margin-bottom: 20px !important; }
	.margin-bottom-large-21 { margin-bottom: 21px !important; }
	.margin-bottom-large-22 { margin-bottom: 22px !important; }
	.margin-bottom-large-23 { margin-bottom: 23px !important; }
	.margin-bottom-large-24 { margin-bottom: 24px !important; }
	.margin-bottom-large-25 { margin-bottom: 25px !important; }
	.margin-bottom-large-26 { margin-bottom: 26px !important; }
	.margin-bottom-large-27 { margin-bottom: 27px !important; }
	.margin-bottom-large-28 { margin-bottom: 28px !important; }
	.margin-bottom-large-29 { margin-bottom: 29px !important; }
	.margin-bottom-large-30 { margin-bottom: 30px !important; }
	.margin-bottom-large-31 { margin-bottom: 31px !important; }
	.margin-bottom-large-32 { margin-bottom: 32px !important; }
	.margin-bottom-large-33 { margin-bottom: 33px !important; }
	.margin-bottom-large-34 { margin-bottom: 34px !important; }
	.margin-bottom-large-35 { margin-bottom: 35px !important; }
	.margin-bottom-large-36 { margin-bottom: 36px !important; }
	.margin-bottom-large-37 { margin-bottom: 37px !important; }
	.margin-bottom-large-38 { margin-bottom: 38px !important; }
	.margin-bottom-large-39 { margin-bottom: 39px !important; }
	.margin-bottom-large-40 { margin-bottom: 40px !important; }
	.margin-bottom-large-41 { margin-bottom: 41px !important; }
	.margin-bottom-large-42 { margin-bottom: 42px !important; }
	.margin-bottom-large-43 { margin-bottom: 43px !important; }
	.margin-bottom-large-44 { margin-bottom: 44px !important; }
	.margin-bottom-large-45 { margin-bottom: 45px !important; }
	.margin-bottom-large-46 { margin-bottom: 46px !important; }
	.margin-bottom-large-47 { margin-bottom: 47px !important; }
	.margin-bottom-large-48 { margin-bottom: 48px !important; }
	.margin-bottom-large-49 { margin-bottom: 49px !important; }
	.margin-bottom-large-50 { margin-bottom: 50px !important; }
	.margin-bottom-large-51 { margin-bottom: 51px !important; }
	.margin-bottom-large-52 { margin-bottom: 52px !important; }
	.margin-bottom-large-53 { margin-bottom: 53px !important; }
	.margin-bottom-large-54 { margin-bottom: 54px !important; }
	.margin-bottom-large-55 { margin-bottom: 55px !important; }
	.margin-bottom-large-56 { margin-bottom: 56px !important; }
	.margin-bottom-large-57 { margin-bottom: 57px !important; }
	.margin-bottom-large-58 { margin-bottom: 58px !important; }
	.margin-bottom-large-59 { margin-bottom: 59px !important; }
	.margin-bottom-large-60 { margin-bottom: 60px !important; }
	.margin-bottom-large-61 { margin-bottom: 61px !important; }
	.margin-bottom-large-62 { margin-bottom: 62px !important; }
	.margin-bottom-large-63 { margin-bottom: 63px !important; }
	.margin-bottom-large-64 { margin-bottom: 64px !important; }
	.margin-bottom-large-65 { margin-bottom: 65px !important; }
	.margin-bottom-large-66 { margin-bottom: 66px !important; }
	.margin-bottom-large-67 { margin-bottom: 67px !important; }
	.margin-bottom-large-68 { margin-bottom: 68px !important; }
	.margin-bottom-large-69 { margin-bottom: 69px !important; }
	.margin-bottom-large-70 { margin-bottom: 70px !important; }
	.margin-bottom-large-71 { margin-bottom: 71px !important; }
	.margin-bottom-large-72 { margin-bottom: 72px !important; }
	.margin-bottom-large-73 { margin-bottom: 73px !important; }
	.margin-bottom-large-74 { margin-bottom: 74px !important; }
	.margin-bottom-large-75 { margin-bottom: 75px !important; }
	.margin-bottom-large-76 { margin-bottom: 76px !important; }
	.margin-bottom-large-77 { margin-bottom: 77px !important; }
	.margin-bottom-large-78 { margin-bottom: 78px !important; }
	.margin-bottom-large-79 { margin-bottom: 79px !important; }
	.margin-bottom-large-80 { margin-bottom: 80px !important; }
	.margin-bottom-large-81 { margin-bottom: 81px !important; }
	.margin-bottom-large-82 { margin-bottom: 82px !important; }
	.margin-bottom-large-83 { margin-bottom: 83px !important; }
	.margin-bottom-large-84 { margin-bottom: 84px !important; }
	.margin-bottom-large-85 { margin-bottom: 85px !important; }
	.margin-bottom-large-86 { margin-bottom: 86px !important; }
	.margin-bottom-large-87 { margin-bottom: 87px !important; }
	.margin-bottom-large-88 { margin-bottom: 88px !important; }
	.margin-bottom-large-89 { margin-bottom: 89px !important; }
	.margin-bottom-large-90 { margin-bottom: 90px !important; }
	.margin-bottom-large-91 { margin-bottom: 91px !important; }
	.margin-bottom-large-92 { margin-bottom: 92px !important; }
	.margin-bottom-large-93 { margin-bottom: 93px !important; }
	.margin-bottom-large-94 { margin-bottom: 94px !important; }
	.margin-bottom-large-95 { margin-bottom: 95px !important; }
	.margin-bottom-large-96 { margin-bottom: 96px !important; }
	.margin-bottom-large-97 { margin-bottom: 97px !important; }
	.margin-bottom-large-98 { margin-bottom: 98px !important; }
	.margin-bottom-large-99 { margin-bottom: 99px !important; }
	.margin-bottom-large-100 { margin-bottom: 100px !important; }
	.margin-bottom-large-101 { margin-bottom: 101px !important; }
	.margin-bottom-large-102 { margin-bottom: 102px !important; }
	.margin-bottom-large-103 { margin-bottom: 103px !important; }
	.margin-bottom-large-104 { margin-bottom: 104px !important; }
	.margin-bottom-large-105 { margin-bottom: 105px !important; }
	.margin-bottom-large-106 { margin-bottom: 106px !important; }
	.margin-bottom-large-107 { margin-bottom: 107px !important; }
	.margin-bottom-large-108 { margin-bottom: 108px !important; }
	.margin-bottom-large-109 { margin-bottom: 109px !important; }
	.margin-bottom-large-110 { margin-bottom: 110px !important; }
	.margin-bottom-large-111 { margin-bottom: 111px !important; }
	.margin-bottom-large-112 { margin-bottom: 112px !important; }
	.margin-bottom-large-113 { margin-bottom: 113px !important; }
	.margin-bottom-large-114 { margin-bottom: 114px !important; }
	.margin-bottom-large-115 { margin-bottom: 115px !important; }
	.margin-bottom-large-116 { margin-bottom: 116px !important; }
	.margin-bottom-large-117 { margin-bottom: 117px !important; }
	.margin-bottom-large-118 { margin-bottom: 118px !important; }
	.margin-bottom-large-119 { margin-bottom: 119px !important; }
	.margin-bottom-large-120 { margin-bottom: 120px !important; }
	.margin-bottom-large-121 { margin-bottom: 121px !important; }
	.margin-bottom-large-122 { margin-bottom: 122px !important; }
	.margin-bottom-large-123 { margin-bottom: 123px !important; }
	.margin-bottom-large-124 { margin-bottom: 124px !important; }
	.margin-bottom-large-125 { margin-bottom: 125px !important; }
	.margin-bottom-large-126 { margin-bottom: 126px !important; }
	.margin-bottom-large-127 { margin-bottom: 127px !important; }
	.margin-bottom-large-128 { margin-bottom: 128px !important; }
	.margin-bottom-large-129 { margin-bottom: 129px !important; }
	.margin-bottom-large-130 { margin-bottom: 130px !important; }
	.margin-bottom-large-131 { margin-bottom: 131px !important; }
	.margin-bottom-large-132 { margin-bottom: 132px !important; }
	.margin-bottom-large-133 { margin-bottom: 133px !important; }
	.margin-bottom-large-134 { margin-bottom: 134px !important; }
	.margin-bottom-large-135 { margin-bottom: 135px !important; }
	.margin-bottom-large-136 { margin-bottom: 136px !important; }
	.margin-bottom-large-137 { margin-bottom: 137px !important; }
	.margin-bottom-large-138 { margin-bottom: 138px !important; }
	.margin-bottom-large-139 { margin-bottom: 139px !important; }
	.margin-bottom-large-140 { margin-bottom: 140px !important; }
	.margin-bottom-large-141 { margin-bottom: 141px !important; }
	.margin-bottom-large-142 { margin-bottom: 142px !important; }
	.margin-bottom-large-143 { margin-bottom: 143px !important; }
	.margin-bottom-large-144 { margin-bottom: 144px !important; }
	.margin-bottom-large-145 { margin-bottom: 145px !important; }
	.margin-bottom-large-146 { margin-bottom: 146px !important; }
	.margin-bottom-large-147 { margin-bottom: 147px !important; }
	.margin-bottom-large-148 { margin-bottom: 148px !important; }
	.margin-bottom-large-149 { margin-bottom: 149px !important; }
	.margin-bottom-large-150 { margin-bottom: 150px !important; }
	.margin-bottom-large-151 { margin-bottom: 151px !important; }
	.margin-bottom-large-152 { margin-bottom: 152px !important; }
	.margin-bottom-large-153 { margin-bottom: 153px !important; }
	.margin-bottom-large-154 { margin-bottom: 154px !important; }
	.margin-bottom-large-155 { margin-bottom: 155px !important; }
	.margin-bottom-large-156 { margin-bottom: 156px !important; }
	.margin-bottom-large-157 { margin-bottom: 157px !important; }
	.margin-bottom-large-158 { margin-bottom: 158px !important; }
	.margin-bottom-large-159 { margin-bottom: 159px !important; }
	.margin-bottom-large-160 { margin-bottom: 160px !important; }
	.margin-bottom-large-161 { margin-bottom: 161px !important; }
	.margin-bottom-large-162 { margin-bottom: 162px !important; }
	.margin-bottom-large-163 { margin-bottom: 163px !important; }
	.margin-bottom-large-164 { margin-bottom: 164px !important; }
	.margin-bottom-large-165 { margin-bottom: 165px !important; }
	.margin-bottom-large-166 { margin-bottom: 166px !important; }
	.margin-bottom-large-167 { margin-bottom: 167px !important; }
	.margin-bottom-large-168 { margin-bottom: 168px !important; }
	.margin-bottom-large-169 { margin-bottom: 169px !important; }
	.margin-bottom-large-170 { margin-bottom: 170px !important; }
	.margin-bottom-large-171 { margin-bottom: 171px !important; }
	.margin-bottom-large-172 { margin-bottom: 172px !important; }
	.margin-bottom-large-173 { margin-bottom: 173px !important; }
	.margin-bottom-large-174 { margin-bottom: 174px !important; }
	.margin-bottom-large-175 { margin-bottom: 175px !important; }
	.margin-bottom-large-176 { margin-bottom: 176px !important; }
	.margin-bottom-large-177 { margin-bottom: 177px !important; }
	.margin-bottom-large-178 { margin-bottom: 178px !important; }
	.margin-bottom-large-179 { margin-bottom: 179px !important; }
	.margin-bottom-large-180 { margin-bottom: 180px !important; }
	.margin-bottom-large-181 { margin-bottom: 181px !important; }
	.margin-bottom-large-182 { margin-bottom: 182px !important; }
	.margin-bottom-large-183 { margin-bottom: 183px !important; }
	.margin-bottom-large-184 { margin-bottom: 184px !important; }
	.margin-bottom-large-185 { margin-bottom: 185px !important; }
	.margin-bottom-large-186 { margin-bottom: 186px !important; }
	.margin-bottom-large-187 { margin-bottom: 187px !important; }
	.margin-bottom-large-188 { margin-bottom: 188px !important; }
	.margin-bottom-large-189 { margin-bottom: 189px !important; }
	.margin-bottom-large-190 { margin-bottom: 190px !important; }
	.margin-bottom-large-191 { margin-bottom: 191px !important; }
	.margin-bottom-large-192 { margin-bottom: 192px !important; }
	.margin-bottom-large-193 { margin-bottom: 193px !important; }
	.margin-bottom-large-194 { margin-bottom: 194px !important; }
	.margin-bottom-large-195 { margin-bottom: 195px !important; }
	.margin-bottom-large-196 { margin-bottom: 196px !important; }
	.margin-bottom-large-197 { margin-bottom: 197px !important; }
	.margin-bottom-large-198 { margin-bottom: 198px !important; }
	.margin-bottom-large-199 { margin-bottom: 199px !important; }
	.margin-bottom-large-200 { margin-bottom: 200px !important; }
}





::-moz-selection {
	color:var(--beige-100);
	background:var(--burgundy-100) !important;
}

::selection {
	color:var(--beige-100);
	background:var(--burgundy-100) !important;
}

::-moz-selection {
	color:var(--beige-100);
	background:var(--burgundy-100) !important;
}



:root {
	scrollbar-color: var(--burgundy-900) var(--white-900) !important;
	scrollbar-width: thin !important;
}

::-webkit-scrollbar {
   width:7px;
}

::-webkit-scrollbar-track {
   background:var(--white-900);
}

::-webkit-scrollbar-thumb {
   background:var(--burgundy-900); 
}

::-webkit-scrollbar-thumb:hover {
	background:var(--burgundy-500);
}

@media (max-width: 991.98px) {
	::-webkit-scrollbar {
		display: none;
	}
}







/* .grecaptcha-badge {
	display: none !important;
	visibility: hidden !important;
	content-visibility: hidden !important;
}
 */




.load-delay {
	content-visibility: hidden;
	display: none;
	transition: .2s;  
}

.load-delay-active {
	content-visibility: visible;
	display: block;
	transition: .2s; 
}







@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Bold.woff2') format('woff2'),
        url('fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-SemiBoldItalic.woff2') format('woff2'),
        url('fonts/Poppins-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Regular.woff2') format('woff2'),
        url('fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Italic.woff2') format('woff2'),
        url('fonts/Poppins-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-BoldItalic.woff2') format('woff2'),
        url('fonts/Poppins-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}


@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Medium.woff2') format('woff2'),
        url('fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-MediumItalic.woff2') format('woff2'),
        url('fonts/Poppins-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}






/* end */

