/*!
Theme Name: Lincolnshire Life
Author: POP Branding
Author URI: https://pop-branding.com/
Version: 1.1.0
Text Domain: lincolnshire-life
*/
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
	width: 100%;
	padding-right: 0.75rem;
	padding-right: var(--bs-gutter-x, 0.75rem);
	padding-left: 0.75rem;
	padding-left: var(--bs-gutter-x, 0.75rem);
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 576px) {
	.container-sm,
	.container {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	.container-md,
	.container-sm,
	.container {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.container-lg,
	.container-md,
	.container-sm,
	.container {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.container-xl,
	.container-lg,
	.container-md,
	.container-sm,
	.container {
		max-width: 1140px;
	}
}
@media (min-width: 1400px) {
	.container-xxl,
	.container-xl,
	.container-lg,
	.container-md,
	.container-sm,
	.container {
		max-width: 1200px;
	}
}
.row {
	--bs-gutter-x: 1rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(var(--bs-gutter-y) * -1);
	margin-right: calc(var(--bs-gutter-x) / -2);
	margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
	box-sizing: border-box;
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) / 2);
	padding-left: calc(var(--bs-gutter-x) / 2);
	margin-top: var(--bs-gutter-y);
}
.col {
	flex: 1 0 0%;
}
.row-cols-auto > * {
	flex: 0 0 auto;
	width: auto;
}
.row-cols-1 > * {
	flex: 0 0 auto;
	width: 100%;
}
.row-cols-2 > * {
	flex: 0 0 auto;
	width: 50%;
}
.row-cols-3 > * {
	flex: 0 0 auto;
	width: 33.3333333333%;
}
.row-cols-4 > * {
	flex: 0 0 auto;
	width: 25%;
}
.row-cols-5 > * {
	flex: 0 0 auto;
	width: 20%;
}
.row-cols-6 > * {
	flex: 0 0 auto;
	width: 16.6666666667%;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
	position: relative;
}
.col-auto {
	flex: 0 0 auto;
	width: auto;
}
.col-1 {
	flex: 0 0 auto;
	width: 8.3333333333%;
}
.col-2 {
	flex: 0 0 auto;
	width: 16.6666666667%;
}
.col-3 {
	flex: 0 0 auto;
	width: 25%;
}
.col-4 {
	flex: 0 0 auto;
	width: 33.3333333333%;
}
.col-5 {
	flex: 0 0 auto;
	width: 41.6666666667%;
}
.col-6 {
	flex: 0 0 auto;
	width: 50%;
}
.col-7 {
	flex: 0 0 auto;
	width: 58.3333333333%;
}
.col-8 {
	flex: 0 0 auto;
	width: 66.6666666667%;
}
.col-9 {
	flex: 0 0 auto;
	width: 75%;
}
.col-10 {
	flex: 0 0 auto;
	width: 83.3333333333%;
}
.col-11 {
	flex: 0 0 auto;
	width: 91.6666666667%;
}
.col-12 {
	flex: 0 0 auto;
	width: 100%;
}
.offset-1 {
	margin-left: 8.3333333333%;
}
.offset-2 {
	margin-left: 16.6666666667%;
}
.offset-3 {
	margin-left: 25%;
}
.offset-4 {
	margin-left: 33.3333333333%;
}
.offset-5 {
	margin-left: 41.6666666667%;
}
.offset-6 {
	margin-left: 50%;
}
.offset-7 {
	margin-left: 58.3333333333%;
}
.offset-8 {
	margin-left: 66.6666666667%;
}
.offset-9 {
	margin-left: 75%;
}
.offset-10 {
	margin-left: 83.3333333333%;
}
.offset-11 {
	margin-left: 91.6666666667%;
}
.g-0,
.gx-0 {
	--bs-gutter-x: 0;
}
.g-0,
.gy-0 {
	--bs-gutter-y: 0;
}
.g-1,
.gx-1 {
	--bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
	--bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
	--bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
	--bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
	--bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
	--bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
	--bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
	--bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
	--bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
	--bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
	.col-sm {
		flex: 1 0 0%;
	}
	.row-cols-sm-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-sm-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-sm-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-sm-3 > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.row-cols-sm-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-sm-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-sm-6 > * {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-sm-1 {
		flex: 0 0 auto;
		width: 8.3333333333%;
	}
	.col-sm-2 {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.col-sm-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-sm-4 {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.col-sm-5 {
		flex: 0 0 auto;
		width: 41.6666666667%;
	}
	.col-sm-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-sm-7 {
		flex: 0 0 auto;
		width: 58.3333333333%;
	}
	.col-sm-8 {
		flex: 0 0 auto;
		width: 66.6666666667%;
	}
	.col-sm-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-sm-10 {
		flex: 0 0 auto;
		width: 83.3333333333%;
	}
	.col-sm-11 {
		flex: 0 0 auto;
		width: 91.6666666667%;
	}
	.col-sm-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-sm-0 {
		margin-left: 0;
	}
	.offset-sm-1 {
		margin-left: 8.3333333333%;
	}
	.offset-sm-2 {
		margin-left: 16.6666666667%;
	}
	.offset-sm-3 {
		margin-left: 25%;
	}
	.offset-sm-4 {
		margin-left: 33.3333333333%;
	}
	.offset-sm-5 {
		margin-left: 41.6666666667%;
	}
	.offset-sm-6 {
		margin-left: 50%;
	}
	.offset-sm-7 {
		margin-left: 58.3333333333%;
	}
	.offset-sm-8 {
		margin-left: 66.6666666667%;
	}
	.offset-sm-9 {
		margin-left: 75%;
	}
	.offset-sm-10 {
		margin-left: 83.3333333333%;
	}
	.offset-sm-11 {
		margin-left: 91.6666666667%;
	}
	.g-sm-0,
	.gx-sm-0 {
		--bs-gutter-x: 0;
	}
	.g-sm-0,
	.gy-sm-0 {
		--bs-gutter-y: 0;
	}
	.g-sm-1,
	.gx-sm-1 {
		--bs-gutter-x: 0.25rem;
	}
	.g-sm-1,
	.gy-sm-1 {
		--bs-gutter-y: 0.25rem;
	}
	.g-sm-2,
	.gx-sm-2 {
		--bs-gutter-x: 0.5rem;
	}
	.g-sm-2,
	.gy-sm-2 {
		--bs-gutter-y: 0.5rem;
	}
	.g-sm-3,
	.gx-sm-3 {
		--bs-gutter-x: 1rem;
	}
	.g-sm-3,
	.gy-sm-3 {
		--bs-gutter-y: 1rem;
	}
	.g-sm-4,
	.gx-sm-4 {
		--bs-gutter-x: 1.5rem;
	}
	.g-sm-4,
	.gy-sm-4 {
		--bs-gutter-y: 1.5rem;
	}
	.g-sm-5,
	.gx-sm-5 {
		--bs-gutter-x: 3rem;
	}
	.g-sm-5,
	.gy-sm-5 {
		--bs-gutter-y: 3rem;
	}
}
@media (min-width: 768px) {
	.col-md {
		flex: 1 0 0%;
	}
	.row-cols-md-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-md-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-md-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-md-3 > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.row-cols-md-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-md-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-md-6 > * {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-md-1 {
		flex: 0 0 auto;
		width: 8.3333333333%;
	}
	.col-md-2 {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.col-md-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-md-4 {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.col-md-5 {
		flex: 0 0 auto;
		width: 41.6666666667%;
	}
	.col-md-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-md-7 {
		flex: 0 0 auto;
		width: 58.3333333333%;
	}
	.col-md-8 {
		flex: 0 0 auto;
		width: 66.6666666667%;
	}
	.col-md-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-md-10 {
		flex: 0 0 auto;
		width: 83.3333333333%;
	}
	.col-md-11 {
		flex: 0 0 auto;
		width: 91.6666666667%;
	}
	.col-md-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-md-0 {
		margin-left: 0;
	}
	.offset-md-1 {
		margin-left: 8.3333333333%;
	}
	.offset-md-2 {
		margin-left: 16.6666666667%;
	}
	.offset-md-3 {
		margin-left: 25%;
	}
	.offset-md-4 {
		margin-left: 33.3333333333%;
	}
	.offset-md-5 {
		margin-left: 41.6666666667%;
	}
	.offset-md-6 {
		margin-left: 50%;
	}
	.offset-md-7 {
		margin-left: 58.3333333333%;
	}
	.offset-md-8 {
		margin-left: 66.6666666667%;
	}
	.offset-md-9 {
		margin-left: 75%;
	}
	.offset-md-10 {
		margin-left: 83.3333333333%;
	}
	.offset-md-11 {
		margin-left: 91.6666666667%;
	}
	.g-md-0,
	.gx-md-0 {
		--bs-gutter-x: 0;
	}
	.g-md-0,
	.gy-md-0 {
		--bs-gutter-y: 0;
	}
	.g-md-1,
	.gx-md-1 {
		--bs-gutter-x: 0.25rem;
	}
	.g-md-1,
	.gy-md-1 {
		--bs-gutter-y: 0.25rem;
	}
	.g-md-2,
	.gx-md-2 {
		--bs-gutter-x: 0.5rem;
	}
	.g-md-2,
	.gy-md-2 {
		--bs-gutter-y: 0.5rem;
	}
	.g-md-3,
	.gx-md-3 {
		--bs-gutter-x: 1rem;
	}
	.g-md-3,
	.gy-md-3 {
		--bs-gutter-y: 1rem;
	}
	.g-md-4,
	.gx-md-4 {
		--bs-gutter-x: 1.5rem;
	}
	.g-md-4,
	.gy-md-4 {
		--bs-gutter-y: 1.5rem;
	}
	.g-md-5,
	.gx-md-5 {
		--bs-gutter-x: 3rem;
	}
	.g-md-5,
	.gy-md-5 {
		--bs-gutter-y: 3rem;
	}
}
@media (min-width: 992px) {
	.col-lg {
		flex: 1 0 0%;
	}
	.row-cols-lg-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-lg-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-lg-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-lg-3 > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.row-cols-lg-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-lg-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-lg-6 > * {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-lg-1 {
		flex: 0 0 auto;
		width: 8.3333333333%;
	}
	.col-lg-2 {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.col-lg-5 {
		flex: 0 0 auto;
		width: 41.6666666667%;
	}
	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-lg-7 {
		flex: 0 0 auto;
		width: 58.3333333333%;
	}
	.col-lg-8 {
		flex: 0 0 auto;
		width: 66.6666666667%;
	}
	.col-lg-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-lg-10 {
		flex: 0 0 auto;
		width: 83.3333333333%;
	}
	.col-lg-11 {
		flex: 0 0 auto;
		width: 91.6666666667%;
	}
	.col-lg-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-lg-0 {
		margin-left: 0;
	}
	.offset-lg-1 {
		margin-left: 8.3333333333%;
	}
	.offset-lg-2 {
		margin-left: 16.6666666667%;
	}
	.offset-lg-3 {
		margin-left: 25%;
	}
	.offset-lg-4 {
		margin-left: 33.3333333333%;
	}
	.offset-lg-5 {
		margin-left: 41.6666666667%;
	}
	.offset-lg-6 {
		margin-left: 50%;
	}
	.offset-lg-7 {
		margin-left: 58.3333333333%;
	}
	.offset-lg-8 {
		margin-left: 66.6666666667%;
	}
	.offset-lg-9 {
		margin-left: 75%;
	}
	.offset-lg-10 {
		margin-left: 83.3333333333%;
	}
	.offset-lg-11 {
		margin-left: 91.6666666667%;
	}
	.g-lg-0,
	.gx-lg-0 {
		--bs-gutter-x: 0;
	}
	.g-lg-0,
	.gy-lg-0 {
		--bs-gutter-y: 0;
	}
	.g-lg-1,
	.gx-lg-1 {
		--bs-gutter-x: 0.25rem;
	}
	.g-lg-1,
	.gy-lg-1 {
		--bs-gutter-y: 0.25rem;
	}
	.g-lg-2,
	.gx-lg-2 {
		--bs-gutter-x: 0.5rem;
	}
	.g-lg-2,
	.gy-lg-2 {
		--bs-gutter-y: 0.5rem;
	}
	.g-lg-3,
	.gx-lg-3 {
		--bs-gutter-x: 1rem;
	}
	.g-lg-3,
	.gy-lg-3 {
		--bs-gutter-y: 1rem;
	}
	.g-lg-4,
	.gx-lg-4 {
		--bs-gutter-x: 1.5rem;
	}
	.g-lg-4,
	.gy-lg-4 {
		--bs-gutter-y: 1.5rem;
	}
	.g-lg-5,
	.gx-lg-5 {
		--bs-gutter-x: 3rem;
	}
	.g-lg-5,
	.gy-lg-5 {
		--bs-gutter-y: 3rem;
	}
}
@media (min-width: 1200px) {
	.col-xl {
		flex: 1 0 0%;
	}
	.row-cols-xl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-xl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-xl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-xl-3 > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.row-cols-xl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-xl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-xl-6 > * {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-xl-1 {
		flex: 0 0 auto;
		width: 8.3333333333%;
	}
	.col-xl-2 {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.col-xl-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-xl-4 {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.col-xl-5 {
		flex: 0 0 auto;
		width: 41.6666666667%;
	}
	.col-xl-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-xl-7 {
		flex: 0 0 auto;
		width: 58.3333333333%;
	}
	.col-xl-8 {
		flex: 0 0 auto;
		width: 66.6666666667%;
	}
	.col-xl-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-xl-10 {
		flex: 0 0 auto;
		width: 83.3333333333%;
	}
	.col-xl-11 {
		flex: 0 0 auto;
		width: 91.6666666667%;
	}
	.col-xl-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-xl-0 {
		margin-left: 0;
	}
	.offset-xl-1 {
		margin-left: 8.3333333333%;
	}
	.offset-xl-2 {
		margin-left: 16.6666666667%;
	}
	.offset-xl-3 {
		margin-left: 25%;
	}
	.offset-xl-4 {
		margin-left: 33.3333333333%;
	}
	.offset-xl-5 {
		margin-left: 41.6666666667%;
	}
	.offset-xl-6 {
		margin-left: 50%;
	}
	.offset-xl-7 {
		margin-left: 58.3333333333%;
	}
	.offset-xl-8 {
		margin-left: 66.6666666667%;
	}
	.offset-xl-9 {
		margin-left: 75%;
	}
	.offset-xl-10 {
		margin-left: 83.3333333333%;
	}
	.offset-xl-11 {
		margin-left: 91.6666666667%;
	}
	.g-xl-0,
	.gx-xl-0 {
		--bs-gutter-x: 0;
	}
	.g-xl-0,
	.gy-xl-0 {
		--bs-gutter-y: 0;
	}
	.g-xl-1,
	.gx-xl-1 {
		--bs-gutter-x: 0.25rem;
	}
	.g-xl-1,
	.gy-xl-1 {
		--bs-gutter-y: 0.25rem;
	}
	.g-xl-2,
	.gx-xl-2 {
		--bs-gutter-x: 0.5rem;
	}
	.g-xl-2,
	.gy-xl-2 {
		--bs-gutter-y: 0.5rem;
	}
	.g-xl-3,
	.gx-xl-3 {
		--bs-gutter-x: 1rem;
	}
	.g-xl-3,
	.gy-xl-3 {
		--bs-gutter-y: 1rem;
	}
	.g-xl-4,
	.gx-xl-4 {
		--bs-gutter-x: 1.5rem;
	}
	.g-xl-4,
	.gy-xl-4 {
		--bs-gutter-y: 1.5rem;
	}
	.g-xl-5,
	.gx-xl-5 {
		--bs-gutter-x: 3rem;
	}
	.g-xl-5,
	.gy-xl-5 {
		--bs-gutter-y: 3rem;
	}
}
@media (min-width: 1400px) {
	.col-xxl {
		flex: 1 0 0%;
	}
	.row-cols-xxl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-xxl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-xxl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-xxl-3 > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.row-cols-xxl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-xxl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-xxl-6 > * {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.col-xxl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-xxl-1 {
		flex: 0 0 auto;
		width: 8.3333333333%;
	}
	.col-xxl-2 {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
	.col-xxl-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-xxl-4 {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
	.col-xxl-5 {
		flex: 0 0 auto;
		width: 41.6666666667%;
	}
	.col-xxl-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-xxl-7 {
		flex: 0 0 auto;
		width: 58.3333333333%;
	}
	.col-xxl-8 {
		flex: 0 0 auto;
		width: 66.6666666667%;
	}
	.col-xxl-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-xxl-10 {
		flex: 0 0 auto;
		width: 83.3333333333%;
	}
	.col-xxl-11 {
		flex: 0 0 auto;
		width: 91.6666666667%;
	}
	.col-xxl-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-xxl-0 {
		margin-left: 0;
	}
	.offset-xxl-1 {
		margin-left: 8.3333333333%;
	}
	.offset-xxl-2 {
		margin-left: 16.6666666667%;
	}
	.offset-xxl-3 {
		margin-left: 25%;
	}
	.offset-xxl-4 {
		margin-left: 33.3333333333%;
	}
	.offset-xxl-5 {
		margin-left: 41.6666666667%;
	}
	.offset-xxl-6 {
		margin-left: 50%;
	}
	.offset-xxl-7 {
		margin-left: 58.3333333333%;
	}
	.offset-xxl-8 {
		margin-left: 66.6666666667%;
	}
	.offset-xxl-9 {
		margin-left: 75%;
	}
	.offset-xxl-10 {
		margin-left: 83.3333333333%;
	}
	.offset-xxl-11 {
		margin-left: 91.6666666667%;
	}
	.g-xxl-0,
	.gx-xxl-0 {
		--bs-gutter-x: 0;
	}
	.g-xxl-0,
	.gy-xxl-0 {
		--bs-gutter-y: 0;
	}
	.g-xxl-1,
	.gx-xxl-1 {
		--bs-gutter-x: 0.25rem;
	}
	.g-xxl-1,
	.gy-xxl-1 {
		--bs-gutter-y: 0.25rem;
	}
	.g-xxl-2,
	.gx-xxl-2 {
		--bs-gutter-x: 0.5rem;
	}
	.g-xxl-2,
	.gy-xxl-2 {
		--bs-gutter-y: 0.5rem;
	}
	.g-xxl-3,
	.gx-xxl-3 {
		--bs-gutter-x: 1rem;
	}
	.g-xxl-3,
	.gy-xxl-3 {
		--bs-gutter-y: 1rem;
	}
	.g-xxl-4,
	.gx-xxl-4 {
		--bs-gutter-x: 1.5rem;
	}
	.g-xxl-4,
	.gy-xxl-4 {
		--bs-gutter-y: 1.5rem;
	}
	.g-xxl-5,
	.gx-xxl-5 {
		--bs-gutter-x: 3rem;
	}
	.g-xxl-5,
	.gy-xxl-5 {
		--bs-gutter-y: 3rem;
	}
}
.d-inline {
	display: inline !important;
}
.d-inline-block {
	display: inline-block !important;
}
.d-block {
	display: block !important;
}
.d-grid {
	display: grid !important;
}
.d-table {
	display: table !important;
}
.d-table-row {
	display: table-row !important;
}
.d-table-cell {
	display: table-cell !important;
}
.d-flex {
	display: flex !important;
}
.d-inline-flex {
	display: inline-flex !important;
}
.d-none {
	display: none !important;
}
.flex-fill {
	flex: 1 1 auto !important;
}
.flex-row {
	flex-direction: row !important;
}
.flex-column {
	flex-direction: column !important;
}
.flex-row-reverse {
	flex-direction: row-reverse !important;
}
.flex-column-reverse {
	flex-direction: column-reverse !important;
}
.flex-grow-0 {
	flex-grow: 0 !important;
}
.flex-grow-1 {
	flex-grow: 1 !important;
}
.flex-shrink-0 {
	flex-shrink: 0 !important;
}
.flex-shrink-1 {
	flex-shrink: 1 !important;
}
.flex-wrap {
	flex-wrap: wrap !important;
}
.flex-nowrap {
	flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important;
}
.justify-content-start {
	justify-content: flex-start !important;
}
.justify-content-end {
	justify-content: flex-end !important;
}
.justify-content-center {
	justify-content: center !important;
}
.justify-content-between {
	justify-content: space-between !important;
}
.justify-content-around {
	justify-content: space-around !important;
}
.justify-content-evenly {
	justify-content: space-evenly !important;
}
.align-items-start {
	align-items: flex-start !important;
}
.align-items-end {
	align-items: flex-end !important;
}
.align-items-center {
	align-items: center !important;
}
.align-items-baseline {
	align-items: baseline !important;
}
.align-items-stretch {
	align-items: stretch !important;
}
.align-content-start {
	align-content: flex-start !important;
}
.align-content-end {
	align-content: flex-end !important;
}
.align-content-center {
	align-content: center !important;
}
.align-content-between {
	align-content: space-between !important;
}
.align-content-around {
	align-content: space-around !important;
}
.align-content-stretch {
	align-content: stretch !important;
}
.align-self-auto {
	align-self: auto !important;
}
.align-self-start {
	align-self: flex-start !important;
}
.align-self-end {
	align-self: flex-end !important;
}
.align-self-center {
	align-self: center !important;
}
.align-self-baseline {
	align-self: baseline !important;
}
.align-self-stretch {
	align-self: stretch !important;
}
.order-first {
	order: -1 !important;
}
.order-0 {
	order: 0 !important;
}
.order-1 {
	order: 1 !important;
}
.order-2 {
	order: 2 !important;
}
.order-3 {
	order: 3 !important;
}
.order-4 {
	order: 4 !important;
}
.order-5 {
	order: 5 !important;
}
.order-last {
	order: 6 !important;
}
.m-0 {
	margin: 0 !important;
}
.m-1 {
	margin: 0.25rem !important;
}
.m-2 {
	margin: 0.5rem !important;
}
.m-3 {
	margin: 1rem !important;
}
.m-4 {
	margin: 1.5rem !important;
}
.m-5 {
	margin: 3rem !important;
}
.m-auto {
	margin: auto !important;
}
.mx-0 {
	margin-right: 0 !important;
	margin-left: 0 !important;
}
.mx-1 {
	margin-right: 0.25rem !important;
	margin-left: 0.25rem !important;
}
.mx-2 {
	margin-right: 0.5rem !important;
	margin-left: 0.5rem !important;
}
.mx-3 {
	margin-right: 1rem !important;
	margin-left: 1rem !important;
}
.mx-4 {
	margin-right: 1.5rem !important;
	margin-left: 1.5rem !important;
}
.mx-5 {
	margin-right: 3rem !important;
	margin-left: 3rem !important;
}
.mx-auto {
	margin-right: auto !important;
	margin-left: auto !important;
}
.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.my-1 {
	margin-top: 0.25rem !important;
	margin-bottom: 0.25rem !important;
}
.my-2 {
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important;
}
.my-3 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}
.my-4 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
}
.my-5 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
}
.my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important;
}
.mt-0 {
	margin-top: 0 !important;
}
.mt-1 {
	margin-top: 0.25rem !important;
}
.mt-2 {
	margin-top: 0.5rem !important;
}
.mt-3 {
	margin-top: 1rem !important;
}
.mt-4 {
	margin-top: 1.5rem !important;
}
.mt-5 {
	margin-top: 3rem !important;
}
.mt-auto {
	margin-top: auto !important;
}
.me-0 {
	margin-right: 0 !important;
}
.me-1 {
	margin-right: 0.25rem !important;
}
.me-2 {
	margin-right: 0.5rem !important;
}
.me-3 {
	margin-right: 1rem !important;
}
.me-4 {
	margin-right: 1.5rem !important;
}
.me-5 {
	margin-right: 3rem !important;
}
.me-auto {
	margin-right: auto !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.mb-1 {
	margin-bottom: 0.25rem !important;
}
.mb-2 {
	margin-bottom: 0.5rem !important;
}
.mb-3 {
	margin-bottom: 1rem !important;
}
.mb-4 {
	margin-bottom: 1.5rem !important;
}
.mb-5 {
	margin-bottom: 2rem !important;
}
@media (min-width: 576px) {
	.mb-5 {
		margin-bottom: 3rem !important;
	}
}
.mb-auto {
	margin-bottom: auto !important;
}
.ms-0 {
	margin-left: 0 !important;
}
.ms-1 {
	margin-left: 0.25rem !important;
}
.ms-2 {
	margin-left: 0.5rem !important;
}
.ms-3 {
	margin-left: 1rem !important;
}
.ms-4 {
	margin-left: 1.5rem !important;
}
.ms-5 {
	margin-left: 3rem !important;
}
.ms-auto {
	margin-left: auto !important;
}
.p-0 {
	padding: 0 !important;
}
.p-1 {
	padding: 0.25rem !important;
}
.p-2 {
	padding: 0.5rem !important;
}
.p-3 {
	padding: 1rem !important;
}
.p-4 {
	padding: 1.5rem !important;
}
.p-5 {
	padding: 3rem !important;
}
.px-0 {
	padding-right: 0 !important;
	padding-left: 0 !important;
}
.px-1 {
	padding-right: 0.25rem !important;
	padding-left: 0.25rem !important;
}
.px-2 {
	padding-right: 0.5rem !important;
	padding-left: 0.5rem !important;
}
.px-3 {
	padding-right: 1rem !important;
	padding-left: 1rem !important;
}
.px-4 {
	padding-right: 1.5rem !important;
	padding-left: 1.5rem !important;
}
.px-5 {
	padding-right: 3rem !important;
	padding-left: 3rem !important;
}
.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.py-1 {
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important;
}
.py-2 {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}
.py-3 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}
.py-4 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}
.py-5 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}
.pt-0 {
	padding-top: 0 !important;
}
.pt-1 {
	padding-top: 0.25rem !important;
}
.pt-2 {
	padding-top: 0.5rem !important;
}
.pt-3 {
	padding-top: 1rem !important;
}
.pt-4 {
	padding-top: 1.5rem !important;
}
.pt-5 {
	padding-top: 3rem !important;
}
.pe-0 {
	padding-right: 0 !important;
}
.pe-1 {
	padding-right: 0.25rem !important;
}
.pe-2 {
	padding-right: 0.5rem !important;
}
.pe-3 {
	padding-right: 1rem !important;
}
.pe-4 {
	padding-right: 1.5rem !important;
}
.pe-5 {
	padding-right: 3rem !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.pb-1 {
	padding-bottom: 0.25rem !important;
}
.pb-2 {
	padding-bottom: 0.5rem !important;
}
.pb-3 {
	padding-bottom: 1rem !important;
}
.pb-4 {
	padding-bottom: 1.5rem !important;
}
.pb-5 {
	padding-bottom: 3rem !important;
}
.ps-0 {
	padding-left: 0 !important;
}
.ps-1 {
	padding-left: 0.25rem !important;
}
.ps-2 {
	padding-left: 0.5rem !important;
}
.ps-3 {
	padding-left: 1rem !important;
}
.ps-4 {
	padding-left: 1.5rem !important;
}
.ps-5 {
	padding-left: 3rem !important;
}
@media (min-width: 576px) {
	.d-sm-inline {
		display: inline !important;
	}
	.d-sm-inline-block {
		display: inline-block !important;
	}
	.d-sm-block {
		display: block !important;
	}
	.d-sm-grid {
		display: grid !important;
	}
	.d-sm-table {
		display: table !important;
	}
	.d-sm-table-row {
		display: table-row !important;
	}
	.d-sm-table-cell {
		display: table-cell !important;
	}
	.d-sm-flex {
		display: flex !important;
	}
	.d-sm-inline-flex {
		display: inline-flex !important;
	}
	.d-sm-none {
		display: none !important;
	}
	.flex-sm-fill {
		flex: 1 1 auto !important;
	}
	.flex-sm-row {
		flex-direction: row !important;
	}
	.flex-sm-column {
		flex-direction: column !important;
	}
	.flex-sm-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-sm-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-sm-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-sm-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-sm-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-sm-shrink-1 {
		flex-shrink: 1 !important;
	}
	.flex-sm-wrap {
		flex-wrap: wrap !important;
	}
	.flex-sm-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-sm-start {
		justify-content: flex-start !important;
	}
	.justify-content-sm-end {
		justify-content: flex-end !important;
	}
	.justify-content-sm-center {
		justify-content: center !important;
	}
	.justify-content-sm-between {
		justify-content: space-between !important;
	}
	.justify-content-sm-around {
		justify-content: space-around !important;
	}
	.justify-content-sm-evenly {
		justify-content: space-evenly !important;
	}
	.align-items-sm-start {
		align-items: flex-start !important;
	}
	.align-items-sm-end {
		align-items: flex-end !important;
	}
	.align-items-sm-center {
		align-items: center !important;
	}
	.align-items-sm-baseline {
		align-items: baseline !important;
	}
	.align-items-sm-stretch {
		align-items: stretch !important;
	}
	.align-content-sm-start {
		align-content: flex-start !important;
	}
	.align-content-sm-end {
		align-content: flex-end !important;
	}
	.align-content-sm-center {
		align-content: center !important;
	}
	.align-content-sm-between {
		align-content: space-between !important;
	}
	.align-content-sm-around {
		align-content: space-around !important;
	}
	.align-content-sm-stretch {
		align-content: stretch !important;
	}
	.align-self-sm-auto {
		align-self: auto !important;
	}
	.align-self-sm-start {
		align-self: flex-start !important;
	}
	.align-self-sm-end {
		align-self: flex-end !important;
	}
	.align-self-sm-center {
		align-self: center !important;
	}
	.align-self-sm-baseline {
		align-self: baseline !important;
	}
	.align-self-sm-stretch {
		align-self: stretch !important;
	}
	.order-sm-first {
		order: -1 !important;
	}
	.order-sm-0 {
		order: 0 !important;
	}
	.order-sm-1 {
		order: 1 !important;
	}
	.order-sm-2 {
		order: 2 !important;
	}
	.order-sm-3 {
		order: 3 !important;
	}
	.order-sm-4 {
		order: 4 !important;
	}
	.order-sm-5 {
		order: 5 !important;
	}
	.order-sm-last {
		order: 6 !important;
	}
	.m-sm-0 {
		margin: 0 !important;
	}
	.m-sm-1 {
		margin: 0.25rem !important;
	}
	.m-sm-2 {
		margin: 0.5rem !important;
	}
	.m-sm-3 {
		margin: 1rem !important;
	}
	.m-sm-4 {
		margin: 1.5rem !important;
	}
	.m-sm-5 {
		margin: 3rem !important;
	}
	.m-sm-auto {
		margin: auto !important;
	}
	.mx-sm-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.mx-sm-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}
	.mx-sm-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}
	.mx-sm-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	.mx-sm-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	.mx-sm-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	.mx-sm-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.my-sm-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.my-sm-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}
	.my-sm-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}
	.my-sm-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	.my-sm-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	.my-sm-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	.my-sm-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	.mt-sm-0 {
		margin-top: 0 !important;
	}
	.mt-sm-1 {
		margin-top: 0.25rem !important;
	}
	.mt-sm-2 {
		margin-top: 0.5rem !important;
	}
	.mt-sm-3 {
		margin-top: 1rem !important;
	}
	.mt-sm-4 {
		margin-top: 1.5rem !important;
	}
	.mt-sm-5 {
		margin-top: 3rem !important;
	}
	.mt-sm-auto {
		margin-top: auto !important;
	}
	.me-sm-0 {
		margin-right: 0 !important;
	}
	.me-sm-1 {
		margin-right: 0.25rem !important;
	}
	.me-sm-2 {
		margin-right: 0.5rem !important;
	}
	.me-sm-3 {
		margin-right: 1rem !important;
	}
	.me-sm-4 {
		margin-right: 1.5rem !important;
	}
	.me-sm-5 {
		margin-right: 3rem !important;
	}
	.me-sm-auto {
		margin-right: auto !important;
	}
	.mb-sm-0 {
		margin-bottom: 0 !important;
	}
	.mb-sm-1 {
		margin-bottom: 0.25rem !important;
	}
	.mb-sm-2 {
		margin-bottom: 0.5rem !important;
	}
	.mb-sm-3 {
		margin-bottom: 1rem !important;
	}
	.mb-sm-4 {
		margin-bottom: 1.5rem !important;
	}
	.mb-sm-5 {
		margin-bottom: 3rem !important;
	}
	.mb-sm-auto {
		margin-bottom: auto !important;
	}
	.ms-sm-0 {
		margin-left: 0 !important;
	}
	.ms-sm-1 {
		margin-left: 0.25rem !important;
	}
	.ms-sm-2 {
		margin-left: 0.5rem !important;
	}
	.ms-sm-3 {
		margin-left: 1rem !important;
	}
	.ms-sm-4 {
		margin-left: 1.5rem !important;
	}
	.ms-sm-5 {
		margin-left: 3rem !important;
	}
	.ms-sm-auto {
		margin-left: auto !important;
	}
	.p-sm-0 {
		padding: 0 !important;
	}
	.p-sm-1 {
		padding: 0.25rem !important;
	}
	.p-sm-2 {
		padding: 0.5rem !important;
	}
	.p-sm-3 {
		padding: 1rem !important;
	}
	.p-sm-4 {
		padding: 1.5rem !important;
	}
	.p-sm-5 {
		padding: 3rem !important;
	}
	.px-sm-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.px-sm-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}
	.px-sm-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}
	.px-sm-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	.px-sm-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	.px-sm-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	.py-sm-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.py-sm-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}
	.py-sm-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}
	.py-sm-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.py-sm-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	.py-sm-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	.pt-sm-0 {
		padding-top: 0 !important;
	}
	.pt-sm-1 {
		padding-top: 0.25rem !important;
	}
	.pt-sm-2 {
		padding-top: 0.5rem !important;
	}
	.pt-sm-3 {
		padding-top: 1rem !important;
	}
	.pt-sm-4 {
		padding-top: 1.5rem !important;
	}
	.pt-sm-5 {
		padding-top: 3rem !important;
	}
	.pe-sm-0 {
		padding-right: 0 !important;
	}
	.pe-sm-1 {
		padding-right: 0.25rem !important;
	}
	.pe-sm-2 {
		padding-right: 0.5rem !important;
	}
	.pe-sm-3 {
		padding-right: 1rem !important;
	}
	.pe-sm-4 {
		padding-right: 1.5rem !important;
	}
	.pe-sm-5 {
		padding-right: 3rem !important;
	}
	.pb-sm-0 {
		padding-bottom: 0 !important;
	}
	.pb-sm-1 {
		padding-bottom: 0.25rem !important;
	}
	.pb-sm-2 {
		padding-bottom: 0.5rem !important;
	}
	.pb-sm-3 {
		padding-bottom: 1rem !important;
	}
	.pb-sm-4 {
		padding-bottom: 1.5rem !important;
	}
	.pb-sm-5 {
		padding-bottom: 3rem !important;
	}
	.ps-sm-0 {
		padding-left: 0 !important;
	}
	.ps-sm-1 {
		padding-left: 0.25rem !important;
	}
	.ps-sm-2 {
		padding-left: 0.5rem !important;
	}
	.ps-sm-3 {
		padding-left: 1rem !important;
	}
	.ps-sm-4 {
		padding-left: 1.5rem !important;
	}
	.ps-sm-5 {
		padding-left: 3rem !important;
	}
}
@media (min-width: 768px) {
	.d-md-inline {
		display: inline !important;
	}
	.d-md-inline-block {
		display: inline-block !important;
	}
	.d-md-block {
		display: block !important;
	}
	.d-md-grid {
		display: grid !important;
	}
	.d-md-table {
		display: table !important;
	}
	.d-md-table-row {
		display: table-row !important;
	}
	.d-md-table-cell {
		display: table-cell !important;
	}
	.d-md-flex {
		display: flex !important;
	}
	.d-md-inline-flex {
		display: inline-flex !important;
	}
	.d-md-none {
		display: none !important;
	}
	.flex-md-fill {
		flex: 1 1 auto !important;
	}
	.flex-md-row {
		flex-direction: row !important;
	}
	.flex-md-column {
		flex-direction: column !important;
	}
	.flex-md-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-md-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-md-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-md-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-md-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-md-shrink-1 {
		flex-shrink: 1 !important;
	}
	.flex-md-wrap {
		flex-wrap: wrap !important;
	}
	.flex-md-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-md-start {
		justify-content: flex-start !important;
	}
	.justify-content-md-end {
		justify-content: flex-end !important;
	}
	.justify-content-md-center {
		justify-content: center !important;
	}
	.justify-content-md-between {
		justify-content: space-between !important;
	}
	.justify-content-md-around {
		justify-content: space-around !important;
	}
	.justify-content-md-evenly {
		justify-content: space-evenly !important;
	}
	.align-items-md-start {
		align-items: flex-start !important;
	}
	.align-items-md-end {
		align-items: flex-end !important;
	}
	.align-items-md-center {
		align-items: center !important;
	}
	.align-items-md-baseline {
		align-items: baseline !important;
	}
	.align-items-md-stretch {
		align-items: stretch !important;
	}
	.align-content-md-start {
		align-content: flex-start !important;
	}
	.align-content-md-end {
		align-content: flex-end !important;
	}
	.align-content-md-center {
		align-content: center !important;
	}
	.align-content-md-between {
		align-content: space-between !important;
	}
	.align-content-md-around {
		align-content: space-around !important;
	}
	.align-content-md-stretch {
		align-content: stretch !important;
	}
	.align-self-md-auto {
		align-self: auto !important;
	}
	.align-self-md-start {
		align-self: flex-start !important;
	}
	.align-self-md-end {
		align-self: flex-end !important;
	}
	.align-self-md-center {
		align-self: center !important;
	}
	.align-self-md-baseline {
		align-self: baseline !important;
	}
	.align-self-md-stretch {
		align-self: stretch !important;
	}
	.order-md-first {
		order: -1 !important;
	}
	.order-md-0 {
		order: 0 !important;
	}
	.order-md-1 {
		order: 1 !important;
	}
	.order-md-2 {
		order: 2 !important;
	}
	.order-md-3 {
		order: 3 !important;
	}
	.order-md-4 {
		order: 4 !important;
	}
	.order-md-5 {
		order: 5 !important;
	}
	.order-md-last {
		order: 6 !important;
	}
	.m-md-0 {
		margin: 0 !important;
	}
	.m-md-1 {
		margin: 0.25rem !important;
	}
	.m-md-2 {
		margin: 0.5rem !important;
	}
	.m-md-3 {
		margin: 1rem !important;
	}
	.m-md-4 {
		margin: 1.5rem !important;
	}
	.m-md-5 {
		margin: 3rem !important;
	}
	.m-md-auto {
		margin: auto !important;
	}
	.mx-md-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.mx-md-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}
	.mx-md-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}
	.mx-md-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	.mx-md-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	.mx-md-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	.mx-md-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.my-md-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.my-md-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}
	.my-md-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}
	.my-md-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	.my-md-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	.my-md-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	.my-md-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	.mt-md-0 {
		margin-top: 0 !important;
	}
	.mt-md-1 {
		margin-top: 0.25rem !important;
	}
	.mt-md-2 {
		margin-top: 0.5rem !important;
	}
	.mt-md-3 {
		margin-top: 1rem !important;
	}
	.mt-md-4 {
		margin-top: 1.5rem !important;
	}
	.mt-md-5 {
		margin-top: 3rem !important;
	}
	.mt-md-auto {
		margin-top: auto !important;
	}
	.me-md-0 {
		margin-right: 0 !important;
	}
	.me-md-1 {
		margin-right: 0.25rem !important;
	}
	.me-md-2 {
		margin-right: 0.5rem !important;
	}
	.me-md-3 {
		margin-right: 1rem !important;
	}
	.me-md-4 {
		margin-right: 1.5rem !important;
	}
	.me-md-5 {
		margin-right: 3rem !important;
	}
	.me-md-auto {
		margin-right: auto !important;
	}
	.mb-md-0 {
		margin-bottom: 0 !important;
	}
	.mb-md-1 {
		margin-bottom: 0.25rem !important;
	}
	.mb-md-2 {
		margin-bottom: 0.5rem !important;
	}
	.mb-md-3 {
		margin-bottom: 1rem !important;
	}
	.mb-md-4 {
		margin-bottom: 1.5rem !important;
	}
	.mb-md-5 {
		margin-bottom: 3rem !important;
	}
	.mb-md-auto {
		margin-bottom: auto !important;
	}
	.ms-md-0 {
		margin-left: 0 !important;
	}
	.ms-md-1 {
		margin-left: 0.25rem !important;
	}
	.ms-md-2 {
		margin-left: 0.5rem !important;
	}
	.ms-md-3 {
		margin-left: 1rem !important;
	}
	.ms-md-4 {
		margin-left: 1.5rem !important;
	}
	.ms-md-5 {
		margin-left: 3rem !important;
	}
	.ms-md-auto {
		margin-left: auto !important;
	}
	.p-md-0 {
		padding: 0 !important;
	}
	.p-md-1 {
		padding: 0.25rem !important;
	}
	.p-md-2 {
		padding: 0.5rem !important;
	}
	.p-md-3 {
		padding: 1rem !important;
	}
	.p-md-4 {
		padding: 1.5rem !important;
	}
	.p-md-5 {
		padding: 3rem !important;
	}
	.px-md-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.px-md-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}
	.px-md-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}
	.px-md-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	.px-md-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	.px-md-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	.py-md-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.py-md-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}
	.py-md-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}
	.py-md-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.py-md-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	.py-md-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	.pt-md-0 {
		padding-top: 0 !important;
	}
	.pt-md-1 {
		padding-top: 0.25rem !important;
	}
	.pt-md-2 {
		padding-top: 0.5rem !important;
	}
	.pt-md-3 {
		padding-top: 1rem !important;
	}
	.pt-md-4 {
		padding-top: 1.5rem !important;
	}
	.pt-md-5 {
		padding-top: 3rem !important;
	}
	.pe-md-0 {
		padding-right: 0 !important;
	}
	.pe-md-1 {
		padding-right: 0.25rem !important;
	}
	.pe-md-2 {
		padding-right: 0.5rem !important;
	}
	.pe-md-3 {
		padding-right: 1rem !important;
	}
	.pe-md-4 {
		padding-right: 1.5rem !important;
	}
	.pe-md-5 {
		padding-right: 3rem !important;
	}
	.pb-md-0 {
		padding-bottom: 0 !important;
	}
	.pb-md-1 {
		padding-bottom: 0.25rem !important;
	}
	.pb-md-2 {
		padding-bottom: 0.5rem !important;
	}
	.pb-md-3 {
		padding-bottom: 1rem !important;
	}
	.pb-md-4 {
		padding-bottom: 1.5rem !important;
	}
	.pb-md-5 {
		padding-bottom: 3rem !important;
	}
	.ps-md-0 {
		padding-left: 0 !important;
	}
	.ps-md-1 {
		padding-left: 0.25rem !important;
	}
	.ps-md-2 {
		padding-left: 0.5rem !important;
	}
	.ps-md-3 {
		padding-left: 1rem !important;
	}
	.ps-md-4 {
		padding-left: 1.5rem !important;
	}
	.ps-md-5 {
		padding-left: 3rem !important;
	}
}
@media (min-width: 992px) {
	.d-lg-inline {
		display: inline !important;
	}
	.d-lg-inline-block {
		display: inline-block !important;
	}
	.d-lg-block {
		display: block !important;
	}
	.d-lg-grid {
		display: grid !important;
	}
	.d-lg-table {
		display: table !important;
	}
	.d-lg-table-row {
		display: table-row !important;
	}
	.d-lg-table-cell {
		display: table-cell !important;
	}
	.d-lg-flex {
		display: flex !important;
	}
	.d-lg-inline-flex {
		display: inline-flex !important;
	}
	.d-lg-none {
		display: none !important;
	}
	.flex-lg-fill {
		flex: 1 1 auto !important;
	}
	.flex-lg-row {
		flex-direction: row !important;
	}
	.flex-lg-column {
		flex-direction: column !important;
	}
	.flex-lg-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-lg-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-lg-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-lg-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-lg-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-lg-shrink-1 {
		flex-shrink: 1 !important;
	}
	.flex-lg-wrap {
		flex-wrap: wrap !important;
	}
	.flex-lg-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-lg-start {
		justify-content: flex-start !important;
	}
	.justify-content-lg-end {
		justify-content: flex-end !important;
	}
	.justify-content-lg-center {
		justify-content: center !important;
	}
	.justify-content-lg-between {
		justify-content: space-between !important;
	}
	.justify-content-lg-around {
		justify-content: space-around !important;
	}
	.justify-content-lg-evenly {
		justify-content: space-evenly !important;
	}
	.align-items-lg-start {
		align-items: flex-start !important;
	}
	.align-items-lg-end {
		align-items: flex-end !important;
	}
	.align-items-lg-center {
		align-items: center !important;
	}
	.align-items-lg-baseline {
		align-items: baseline !important;
	}
	.align-items-lg-stretch {
		align-items: stretch !important;
	}
	.align-content-lg-start {
		align-content: flex-start !important;
	}
	.align-content-lg-end {
		align-content: flex-end !important;
	}
	.align-content-lg-center {
		align-content: center !important;
	}
	.align-content-lg-between {
		align-content: space-between !important;
	}
	.align-content-lg-around {
		align-content: space-around !important;
	}
	.align-content-lg-stretch {
		align-content: stretch !important;
	}
	.align-self-lg-auto {
		align-self: auto !important;
	}
	.align-self-lg-start {
		align-self: flex-start !important;
	}
	.align-self-lg-end {
		align-self: flex-end !important;
	}
	.align-self-lg-center {
		align-self: center !important;
	}
	.align-self-lg-baseline {
		align-self: baseline !important;
	}
	.align-self-lg-stretch {
		align-self: stretch !important;
	}
	.order-lg-first {
		order: -1 !important;
	}
	.order-lg-0 {
		order: 0 !important;
	}
	.order-lg-1 {
		order: 1 !important;
	}
	.order-lg-2 {
		order: 2 !important;
	}
	.order-lg-3 {
		order: 3 !important;
	}
	.order-lg-4 {
		order: 4 !important;
	}
	.order-lg-5 {
		order: 5 !important;
	}
	.order-lg-last {
		order: 6 !important;
	}
	.m-lg-0 {
		margin: 0 !important;
	}
	.m-lg-1 {
		margin: 0.25rem !important;
	}
	.m-lg-2 {
		margin: 0.5rem !important;
	}
	.m-lg-3 {
		margin: 1rem !important;
	}
	.m-lg-4 {
		margin: 1.5rem !important;
	}
	.m-lg-5 {
		margin: 3rem !important;
	}
	.m-lg-auto {
		margin: auto !important;
	}
	.mx-lg-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.mx-lg-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}
	.mx-lg-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}
	.mx-lg-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	.mx-lg-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	.mx-lg-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	.mx-lg-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.my-lg-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.my-lg-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}
	.my-lg-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}
	.my-lg-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	.my-lg-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	.my-lg-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	.my-lg-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	.mt-lg-0 {
		margin-top: 0 !important;
	}
	.mt-lg-1 {
		margin-top: 0.25rem !important;
	}
	.mt-lg-2 {
		margin-top: 0.5rem !important;
	}
	.mt-lg-3 {
		margin-top: 1rem !important;
	}
	.mt-lg-4 {
		margin-top: 1.5rem !important;
	}
	.mt-lg-5 {
		margin-top: 3rem !important;
	}
	.mt-lg-auto {
		margin-top: auto !important;
	}
	.me-lg-0 {
		margin-right: 0 !important;
	}
	.me-lg-1 {
		margin-right: 0.25rem !important;
	}
	.me-lg-2 {
		margin-right: 0.5rem !important;
	}
	.me-lg-3 {
		margin-right: 1rem !important;
	}
	.me-lg-4 {
		margin-right: 1.5rem !important;
	}
	.me-lg-5 {
		margin-right: 3rem !important;
	}
	.me-lg-auto {
		margin-right: auto !important;
	}
	.mb-lg-0 {
		margin-bottom: 0 !important;
	}
	.mb-lg-1 {
		margin-bottom: 0.25rem !important;
	}
	.mb-lg-2 {
		margin-bottom: 0.5rem !important;
	}
	.mb-lg-3 {
		margin-bottom: 1rem !important;
	}
	.mb-lg-4 {
		margin-bottom: 1.5rem !important;
	}
	.mb-lg-5 {
		margin-bottom: 3rem !important;
	}
	.mb-lg-auto {
		margin-bottom: auto !important;
	}
	.ms-lg-0 {
		margin-left: 0 !important;
	}
	.ms-lg-1 {
		margin-left: 0.25rem !important;
	}
	.ms-lg-2 {
		margin-left: 0.5rem !important;
	}
	.ms-lg-3 {
		margin-left: 1rem !important;
	}
	.ms-lg-4 {
		margin-left: 1.5rem !important;
	}
	.ms-lg-5 {
		margin-left: 3rem !important;
	}
	.ms-lg-auto {
		margin-left: auto !important;
	}
	.p-lg-0 {
		padding: 0 !important;
	}
	.p-lg-1 {
		padding: 0.25rem !important;
	}
	.p-lg-2 {
		padding: 0.5rem !important;
	}
	.p-lg-3 {
		padding: 1rem !important;
	}
	.p-lg-4 {
		padding: 1.5rem !important;
	}
	.p-lg-5 {
		padding: 3rem !important;
	}
	.px-lg-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.px-lg-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}
	.px-lg-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}
	.px-lg-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	.px-lg-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	.px-lg-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	.py-lg-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.py-lg-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}
	.py-lg-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}
	.py-lg-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.py-lg-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	.py-lg-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	.pt-lg-0 {
		padding-top: 0 !important;
	}
	.pt-lg-1 {
		padding-top: 0.25rem !important;
	}
	.pt-lg-2 {
		padding-top: 0.5rem !important;
	}
	.pt-lg-3 {
		padding-top: 1rem !important;
	}
	.pt-lg-4 {
		padding-top: 1.5rem !important;
	}
	.pt-lg-5 {
		padding-top: 3rem !important;
	}
	.pe-lg-0 {
		padding-right: 0 !important;
	}
	.pe-lg-1 {
		padding-right: 0.25rem !important;
	}
	.pe-lg-2 {
		padding-right: 0.5rem !important;
	}
	.pe-lg-3 {
		padding-right: 1rem !important;
	}
	.pe-lg-4 {
		padding-right: 1.5rem !important;
	}
	.pe-lg-5 {
		padding-right: 3rem !important;
	}
	.pb-lg-0 {
		padding-bottom: 0 !important;
	}
	.pb-lg-1 {
		padding-bottom: 0.25rem !important;
	}
	.pb-lg-2 {
		padding-bottom: 0.5rem !important;
	}
	.pb-lg-3 {
		padding-bottom: 1rem !important;
	}
	.pb-lg-4 {
		padding-bottom: 1.5rem !important;
	}
	.pb-lg-5 {
		padding-bottom: 3rem !important;
	}
	.ps-lg-0 {
		padding-left: 0 !important;
	}
	.ps-lg-1 {
		padding-left: 0.25rem !important;
	}
	.ps-lg-2 {
		padding-left: 0.5rem !important;
	}
	.ps-lg-3 {
		padding-left: 1rem !important;
	}
	.ps-lg-4 {
		padding-left: 1.5rem !important;
	}
	.ps-lg-5 {
		padding-left: 3rem !important;
	}
}
@media (min-width: 1200px) {
	.d-xl-inline {
		display: inline !important;
	}
	.d-xl-inline-block {
		display: inline-block !important;
	}
	.d-xl-block {
		display: block !important;
	}
	.d-xl-grid {
		display: grid !important;
	}
	.d-xl-table {
		display: table !important;
	}
	.d-xl-table-row {
		display: table-row !important;
	}
	.d-xl-table-cell {
		display: table-cell !important;
	}
	.d-xl-flex {
		display: flex !important;
	}
	.d-xl-inline-flex {
		display: inline-flex !important;
	}
	.d-xl-none {
		display: none !important;
	}
	.flex-xl-fill {
		flex: 1 1 auto !important;
	}
	.flex-xl-row {
		flex-direction: row !important;
	}
	.flex-xl-column {
		flex-direction: column !important;
	}
	.flex-xl-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-xl-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-xl-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-xl-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-xl-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-xl-shrink-1 {
		flex-shrink: 1 !important;
	}
	.flex-xl-wrap {
		flex-wrap: wrap !important;
	}
	.flex-xl-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-xl-start {
		justify-content: flex-start !important;
	}
	.justify-content-xl-end {
		justify-content: flex-end !important;
	}
	.justify-content-xl-center {
		justify-content: center !important;
	}
	.justify-content-xl-between {
		justify-content: space-between !important;
	}
	.justify-content-xl-around {
		justify-content: space-around !important;
	}
	.justify-content-xl-evenly {
		justify-content: space-evenly !important;
	}
	.align-items-xl-start {
		align-items: flex-start !important;
	}
	.align-items-xl-end {
		align-items: flex-end !important;
	}
	.align-items-xl-center {
		align-items: center !important;
	}
	.align-items-xl-baseline {
		align-items: baseline !important;
	}
	.align-items-xl-stretch {
		align-items: stretch !important;
	}
	.align-content-xl-start {
		align-content: flex-start !important;
	}
	.align-content-xl-end {
		align-content: flex-end !important;
	}
	.align-content-xl-center {
		align-content: center !important;
	}
	.align-content-xl-between {
		align-content: space-between !important;
	}
	.align-content-xl-around {
		align-content: space-around !important;
	}
	.align-content-xl-stretch {
		align-content: stretch !important;
	}
	.align-self-xl-auto {
		align-self: auto !important;
	}
	.align-self-xl-start {
		align-self: flex-start !important;
	}
	.align-self-xl-end {
		align-self: flex-end !important;
	}
	.align-self-xl-center {
		align-self: center !important;
	}
	.align-self-xl-baseline {
		align-self: baseline !important;
	}
	.align-self-xl-stretch {
		align-self: stretch !important;
	}
	.order-xl-first {
		order: -1 !important;
	}
	.order-xl-0 {
		order: 0 !important;
	}
	.order-xl-1 {
		order: 1 !important;
	}
	.order-xl-2 {
		order: 2 !important;
	}
	.order-xl-3 {
		order: 3 !important;
	}
	.order-xl-4 {
		order: 4 !important;
	}
	.order-xl-5 {
		order: 5 !important;
	}
	.order-xl-last {
		order: 6 !important;
	}
	.m-xl-0 {
		margin: 0 !important;
	}
	.m-xl-1 {
		margin: 0.25rem !important;
	}
	.m-xl-2 {
		margin: 0.5rem !important;
	}
	.m-xl-3 {
		margin: 1rem !important;
	}
	.m-xl-4 {
		margin: 1.5rem !important;
	}
	.m-xl-5 {
		margin: 3rem !important;
	}
	.m-xl-auto {
		margin: auto !important;
	}
	.mx-xl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.mx-xl-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}
	.mx-xl-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}
	.mx-xl-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	.mx-xl-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	.mx-xl-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	.mx-xl-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.my-xl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.my-xl-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}
	.my-xl-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}
	.my-xl-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	.my-xl-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	.my-xl-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	.my-xl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	.mt-xl-0 {
		margin-top: 0 !important;
	}
	.mt-xl-1 {
		margin-top: 0.25rem !important;
	}
	.mt-xl-2 {
		margin-top: 0.5rem !important;
	}
	.mt-xl-3 {
		margin-top: 1rem !important;
	}
	.mt-xl-4 {
		margin-top: 1.5rem !important;
	}
	.mt-xl-5 {
		margin-top: 3rem !important;
	}
	.mt-xl-auto {
		margin-top: auto !important;
	}
	.me-xl-0 {
		margin-right: 0 !important;
	}
	.me-xl-1 {
		margin-right: 0.25rem !important;
	}
	.me-xl-2 {
		margin-right: 0.5rem !important;
	}
	.me-xl-3 {
		margin-right: 1rem !important;
	}
	.me-xl-4 {
		margin-right: 1.5rem !important;
	}
	.me-xl-5 {
		margin-right: 3rem !important;
	}
	.me-xl-auto {
		margin-right: auto !important;
	}
	.mb-xl-0 {
		margin-bottom: 0 !important;
	}
	.mb-xl-1 {
		margin-bottom: 0.25rem !important;
	}
	.mb-xl-2 {
		margin-bottom: 0.5rem !important;
	}
	.mb-xl-3 {
		margin-bottom: 1rem !important;
	}
	.mb-xl-4 {
		margin-bottom: 1.5rem !important;
	}
	.mb-xl-5 {
		margin-bottom: 3rem !important;
	}
	.mb-xl-auto {
		margin-bottom: auto !important;
	}
	.ms-xl-0 {
		margin-left: 0 !important;
	}
	.ms-xl-1 {
		margin-left: 0.25rem !important;
	}
	.ms-xl-2 {
		margin-left: 0.5rem !important;
	}
	.ms-xl-3 {
		margin-left: 1rem !important;
	}
	.ms-xl-4 {
		margin-left: 1.5rem !important;
	}
	.ms-xl-5 {
		margin-left: 3rem !important;
	}
	.ms-xl-auto {
		margin-left: auto !important;
	}
	.p-xl-0 {
		padding: 0 !important;
	}
	.p-xl-1 {
		padding: 0.25rem !important;
	}
	.p-xl-2 {
		padding: 0.5rem !important;
	}
	.p-xl-3 {
		padding: 1rem !important;
	}
	.p-xl-4 {
		padding: 1.5rem !important;
	}
	.p-xl-5 {
		padding: 3rem !important;
	}
	.px-xl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.px-xl-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}
	.px-xl-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}
	.px-xl-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	.px-xl-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	.px-xl-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	.py-xl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.py-xl-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}
	.py-xl-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}
	.py-xl-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.py-xl-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	.py-xl-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	.pt-xl-0 {
		padding-top: 0 !important;
	}
	.pt-xl-1 {
		padding-top: 0.25rem !important;
	}
	.pt-xl-2 {
		padding-top: 0.5rem !important;
	}
	.pt-xl-3 {
		padding-top: 1rem !important;
	}
	.pt-xl-4 {
		padding-top: 1.5rem !important;
	}
	.pt-xl-5 {
		padding-top: 3rem !important;
	}
	.pe-xl-0 {
		padding-right: 0 !important;
	}
	.pe-xl-1 {
		padding-right: 0.25rem !important;
	}
	.pe-xl-2 {
		padding-right: 0.5rem !important;
	}
	.pe-xl-3 {
		padding-right: 1rem !important;
	}
	.pe-xl-4 {
		padding-right: 1.5rem !important;
	}
	.pe-xl-5 {
		padding-right: 3rem !important;
	}
	.pb-xl-0 {
		padding-bottom: 0 !important;
	}
	.pb-xl-1 {
		padding-bottom: 0.25rem !important;
	}
	.pb-xl-2 {
		padding-bottom: 0.5rem !important;
	}
	.pb-xl-3 {
		padding-bottom: 1rem !important;
	}
	.pb-xl-4 {
		padding-bottom: 1.5rem !important;
	}
	.pb-xl-5 {
		padding-bottom: 3rem !important;
	}
	.ps-xl-0 {
		padding-left: 0 !important;
	}
	.ps-xl-1 {
		padding-left: 0.25rem !important;
	}
	.ps-xl-2 {
		padding-left: 0.5rem !important;
	}
	.ps-xl-3 {
		padding-left: 1rem !important;
	}
	.ps-xl-4 {
		padding-left: 1.5rem !important;
	}
	.ps-xl-5 {
		padding-left: 3rem !important;
	}
}
@media (min-width: 1400px) {
	.d-xxl-inline {
		display: inline !important;
	}
	.d-xxl-inline-block {
		display: inline-block !important;
	}
	.d-xxl-block {
		display: block !important;
	}
	.d-xxl-grid {
		display: grid !important;
	}
	.d-xxl-table {
		display: table !important;
	}
	.d-xxl-table-row {
		display: table-row !important;
	}
	.d-xxl-table-cell {
		display: table-cell !important;
	}
	.d-xxl-flex {
		display: flex !important;
	}
	.d-xxl-inline-flex {
		display: inline-flex !important;
	}
	.d-xxl-none {
		display: none !important;
	}
	.flex-xxl-fill {
		flex: 1 1 auto !important;
	}
	.flex-xxl-row {
		flex-direction: row !important;
	}
	.flex-xxl-column {
		flex-direction: column !important;
	}
	.flex-xxl-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-xxl-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-xxl-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-xxl-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-xxl-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-xxl-shrink-1 {
		flex-shrink: 1 !important;
	}
	.flex-xxl-wrap {
		flex-wrap: wrap !important;
	}
	.flex-xxl-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-xxl-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-xxl-start {
		justify-content: flex-start !important;
	}
	.justify-content-xxl-end {
		justify-content: flex-end !important;
	}
	.justify-content-xxl-center {
		justify-content: center !important;
	}
	.justify-content-xxl-between {
		justify-content: space-between !important;
	}
	.justify-content-xxl-around {
		justify-content: space-around !important;
	}
	.justify-content-xxl-evenly {
		justify-content: space-evenly !important;
	}
	.align-items-xxl-start {
		align-items: flex-start !important;
	}
	.align-items-xxl-end {
		align-items: flex-end !important;
	}
	.align-items-xxl-center {
		align-items: center !important;
	}
	.align-items-xxl-baseline {
		align-items: baseline !important;
	}
	.align-items-xxl-stretch {
		align-items: stretch !important;
	}
	.align-content-xxl-start {
		align-content: flex-start !important;
	}
	.align-content-xxl-end {
		align-content: flex-end !important;
	}
	.align-content-xxl-center {
		align-content: center !important;
	}
	.align-content-xxl-between {
		align-content: space-between !important;
	}
	.align-content-xxl-around {
		align-content: space-around !important;
	}
	.align-content-xxl-stretch {
		align-content: stretch !important;
	}
	.align-self-xxl-auto {
		align-self: auto !important;
	}
	.align-self-xxl-start {
		align-self: flex-start !important;
	}
	.align-self-xxl-end {
		align-self: flex-end !important;
	}
	.align-self-xxl-center {
		align-self: center !important;
	}
	.align-self-xxl-baseline {
		align-self: baseline !important;
	}
	.align-self-xxl-stretch {
		align-self: stretch !important;
	}
	.order-xxl-first {
		order: -1 !important;
	}
	.order-xxl-0 {
		order: 0 !important;
	}
	.order-xxl-1 {
		order: 1 !important;
	}
	.order-xxl-2 {
		order: 2 !important;
	}
	.order-xxl-3 {
		order: 3 !important;
	}
	.order-xxl-4 {
		order: 4 !important;
	}
	.order-xxl-5 {
		order: 5 !important;
	}
	.order-xxl-last {
		order: 6 !important;
	}
	.m-xxl-0 {
		margin: 0 !important;
	}
	.m-xxl-1 {
		margin: 0.25rem !important;
	}
	.m-xxl-2 {
		margin: 0.5rem !important;
	}
	.m-xxl-3 {
		margin: 1rem !important;
	}
	.m-xxl-4 {
		margin: 1.5rem !important;
	}
	.m-xxl-5 {
		margin: 3rem !important;
	}
	.m-xxl-auto {
		margin: auto !important;
	}
	.mx-xxl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.mx-xxl-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}
	.mx-xxl-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}
	.mx-xxl-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	.mx-xxl-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	.mx-xxl-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	.mx-xxl-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.my-xxl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.my-xxl-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}
	.my-xxl-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}
	.my-xxl-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	.my-xxl-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	.my-xxl-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	.my-xxl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	.mt-xxl-0 {
		margin-top: 0 !important;
	}
	.mt-xxl-1 {
		margin-top: 0.25rem !important;
	}
	.mt-xxl-2 {
		margin-top: 0.5rem !important;
	}
	.mt-xxl-3 {
		margin-top: 1rem !important;
	}
	.mt-xxl-4 {
		margin-top: 1.5rem !important;
	}
	.mt-xxl-5 {
		margin-top: 3rem !important;
	}
	.mt-xxl-auto {
		margin-top: auto !important;
	}
	.me-xxl-0 {
		margin-right: 0 !important;
	}
	.me-xxl-1 {
		margin-right: 0.25rem !important;
	}
	.me-xxl-2 {
		margin-right: 0.5rem !important;
	}
	.me-xxl-3 {
		margin-right: 1rem !important;
	}
	.me-xxl-4 {
		margin-right: 1.5rem !important;
	}
	.me-xxl-5 {
		margin-right: 3rem !important;
	}
	.me-xxl-auto {
		margin-right: auto !important;
	}
	.mb-xxl-0 {
		margin-bottom: 0 !important;
	}
	.mb-xxl-1 {
		margin-bottom: 0.25rem !important;
	}
	.mb-xxl-2 {
		margin-bottom: 0.5rem !important;
	}
	.mb-xxl-3 {
		margin-bottom: 1rem !important;
	}
	.mb-xxl-4 {
		margin-bottom: 1.5rem !important;
	}
	.mb-xxl-5 {
		margin-bottom: 3rem !important;
	}
	.mb-xxl-auto {
		margin-bottom: auto !important;
	}
	.ms-xxl-0 {
		margin-left: 0 !important;
	}
	.ms-xxl-1 {
		margin-left: 0.25rem !important;
	}
	.ms-xxl-2 {
		margin-left: 0.5rem !important;
	}
	.ms-xxl-3 {
		margin-left: 1rem !important;
	}
	.ms-xxl-4 {
		margin-left: 1.5rem !important;
	}
	.ms-xxl-5 {
		margin-left: 3rem !important;
	}
	.ms-xxl-auto {
		margin-left: auto !important;
	}
	.p-xxl-0 {
		padding: 0 !important;
	}
	.p-xxl-1 {
		padding: 0.25rem !important;
	}
	.p-xxl-2 {
		padding: 0.5rem !important;
	}
	.p-xxl-3 {
		padding: 1rem !important;
	}
	.p-xxl-4 {
		padding: 1.5rem !important;
	}
	.p-xxl-5 {
		padding: 3rem !important;
	}
	.px-xxl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.px-xxl-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}
	.px-xxl-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}
	.px-xxl-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	.px-xxl-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	.px-xxl-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	.py-xxl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.py-xxl-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}
	.py-xxl-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}
	.py-xxl-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.py-xxl-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	.py-xxl-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	.pt-xxl-0 {
		padding-top: 0 !important;
	}
	.pt-xxl-1 {
		padding-top: 0.25rem !important;
	}
	.pt-xxl-2 {
		padding-top: 0.5rem !important;
	}
	.pt-xxl-3 {
		padding-top: 1rem !important;
	}
	.pt-xxl-4 {
		padding-top: 1.5rem !important;
	}
	.pt-xxl-5 {
		padding-top: 3rem !important;
	}
	.pe-xxl-0 {
		padding-right: 0 !important;
	}
	.pe-xxl-1 {
		padding-right: 0.25rem !important;
	}
	.pe-xxl-2 {
		padding-right: 0.5rem !important;
	}
	.pe-xxl-3 {
		padding-right: 1rem !important;
	}
	.pe-xxl-4 {
		padding-right: 1.5rem !important;
	}
	.pe-xxl-5 {
		padding-right: 3rem !important;
	}
	.pb-xxl-0 {
		padding-bottom: 0 !important;
	}
	.pb-xxl-1 {
		padding-bottom: 0.25rem !important;
	}
	.pb-xxl-2 {
		padding-bottom: 0.5rem !important;
	}
	.pb-xxl-3 {
		padding-bottom: 1rem !important;
	}
	.pb-xxl-4 {
		padding-bottom: 1.5rem !important;
	}
	.pb-xxl-5 {
		padding-bottom: 3rem !important;
	}
	.ps-xxl-0 {
		padding-left: 0 !important;
	}
	.ps-xxl-1 {
		padding-left: 0.25rem !important;
	}
	.ps-xxl-2 {
		padding-left: 0.5rem !important;
	}
	.ps-xxl-3 {
		padding-left: 1rem !important;
	}
	.ps-xxl-4 {
		padding-left: 1.5rem !important;
	}
	.ps-xxl-5 {
		padding-left: 3rem !important;
	}
}
@media print {
	.d-print-inline {
		display: inline !important;
	}
	.d-print-inline-block {
		display: inline-block !important;
	}
	.d-print-block {
		display: block !important;
	}
	.d-print-grid {
		display: grid !important;
	}
	.d-print-table {
		display: table !important;
	}
	.d-print-table-row {
		display: table-row !important;
	}
	.d-print-table-cell {
		display: table-cell !important;
	}
	.d-print-flex {
		display: flex !important;
	}
	.d-print-inline-flex {
		display: inline-flex !important;
	}
	.d-print-none {
		display: none !important;
	}
}
.align-content-center {
	align-content: center !important;
}
.h-100 {
	height: 100% !important;
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: 0;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:after,
.slick-track:before {
	display: table;
	content: "";
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1.25em;
}
.card-slider .slick-slide {
	margin: 0 0.5em;
}
.card-slider .slick-list {
	margin: 0 -0.5em;
}
[dir="rtl"] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
	outline: 0;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1.25em solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
.slick-loading .slick-list {
	background: #fff url(./fonts/slick/ajax-loader.gif) center center no-repeat;
}
@font-face {
	font-family: slick;
	font-weight: 400;
	font-style: normal;
	src: url(./fonts/slick/slick.eot);
	src: url(./fonts/slick/slick.eot?#iefix) format("embedded-opentype"),
		url(./fonts/slick/slick.woff) format("woff"),
		url(./fonts/slick/slick.ttf) format("truetype"),
		url(./fonts/slick/slick.svg#slick) format("svg");
}
.slick-slider .slick-arrow {
	position: absolute;
	top: 50%;
	padding: 0;
	width: 22px;
	height: 22px;
	font-size: 18px;
	line-height: 1;
	transform: translate(0, -50%);
	color: transparent;
	border: none;
	transition: background 0.3s ease;
}
.slick-slider .slick-arrow.slick-prev {
	display: none;
	left: 30px;
}
.slick-slider .slick-arrow.slick-next {
	right: 30px;
}
.slick-next,
.slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 1.25em;
	height: 1.25em;
	padding: 0;
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: 0;
	background: 0 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
	color: transparent;
	outline: 0;
	background: 0 0;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
	opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
	opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
	background-color: #5f5f5f;
	border-radius: 100%;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: 11px 15px;
}
.slick-next,
.slick-prev {
	display: none;
}
@media (min-width: 768px) {
	.hero .slick-next,
	.hero .slick-prev {
		display: block;
	}
}
.slick-prev {
	left: -1.563em;
}
[dir="rtl"] .slick-prev {
	right: -1.563em;
	left: auto;
}
.slick-prev:before {
	content: "←";
}
[dir="rtl"] .slick-prev:before {
	content: "→";
}
.slick-next {
	right: -1.563em;
}
[dir="rtl"] .slick-next {
	right: auto;
	left: -1.563em;
}
.slick-next:before {
	content: "→";
}
[dir="rtl"] .slick-next:before {
	content: "←";
}
.slick-dotted.slick-slider {
	margin-bottom: 0;
}
.slick-dots {
	position: absolute;
	bottom: 20px;
	display: block !important;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
@media screen and (min-width: 1200px) {
	.slick-dots {
		display: none !important;
	}
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 1.25em;
	height: 1.25em;
	margin: 0 0.313em;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	border: 0;
	border-radius: 100%;
	display: block;
	width: 1em;
	height: 1em;
	padding: 0.313em;
	cursor: pointer;
	color: transparent;
	outline: 0;
	background-color: #3b3a3a;
}
.slick-dots li button:hover {
	border: 0.125em solid #fff;
	outline: 0;
}
.slick-dots li button:hover:before {
	color: #fff;
	opacity: 1;
}
.slick-dots li button:before {
	font-family: slick;
	font-size: 1.2em;
	line-height: 1em;
	position: absolute;
	top: -1px;
	left: -2px;
	width: 0.375em;
	height: 0.375em;
	content: "•";
	text-align: center;
	opacity: 1;
	color: transparent;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	opacity: 1;
	color: #fff;
}
.slick-dots li.slick-active button:hover:before {
	color: #fff;
}
.slides .fa-chevron-left.slick-arrow {
	background: #000;
	left: -9.375em;
	padding: 1.25em;
	position: absolute;
	top: 0;
}
.slides .fa-chevron-right.slick-arrow {
	background: #000;
	left: -5.625em;
	padding: 1.25em;
	position: absolute;
	top: 0;
}
.slides .fa-chevron-left.slick-arrow,
.slides .fa-chevron-right.slick-arrow {
	color: #000;
	cursor: pointer;
	background: #000;
	border: 0.063em solid #000;
	transition: all 0.3s ease-in-out;
}
.slides .fa-chevron-left.slick-arrow:hover,
.slides .fa-chevron-right.slick-arrow:hover {
	color: #fff;
	background: 0 0;
	border: 0.063em solid #fff;
}
.animate-in {
	animation: fadeIn 0.5s ease-in;
}
.animate-out {
	transition: opacity 0.5s;
	opacity: 0;
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
*,
::after,
::before {
	box-sizing: inherit;
}
html {
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
	line-height: 1.15;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
}
body {
	color: #4a4949;
	background: #fff;
	font-family: sofia-pro, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 300;
	margin: 0;
	overflow-x: hidden;
	text-rendering: optimizeLegibility;
}
.content {
	color: #4a4949;
	background: #fff;
	margin-top: 129px;
	position: relative;
	transition-property: transform;
	transition-duration: 0.3s;
	z-index: 10;
}
@media screen and (max-width: 1199px) {
	.content {
		margin-top: 138px !important;
	}
}
@media screen and (max-width: 780px) {
	.content {
		margin-top: 138px !important;
	}
}
@media screen and (max-width: 320px) {
	.content {
		margin-top: 133px !important;
	}
}
@media screen and (min-width: 1200px) {
	.content {
		margin-top: 265px;
	}
}
main {
	display: block;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
a {
	background-color: transparent;
	color: #4a4949;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
}
a:active,
a:focus,
a:hover {
	color: #4a4949;
}
a:focus {
	outline: 0;
}
a:active,
a:hover {
	outline: 0;
}
a[href^="tel"] {
	text-decoration: inherit;
	color: inherit;
}
.content a:active,
.content a:focus,
.content a:hover {
	color: #4a4949;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img {
	border-style: none;
	height: auto;
	max-width: 100%;
	margin-bottom: 1.5em;
	vertical-align: middle;
}
.full-width-img,
.full-width-img img {
	width: 100% !important;
}
svg:not(:root) {
	overflow: hidden;
}
svg {
	overflow: hidden;
	vertical-align: middle;
}
.img-fluid {
	max-width: 100%;
	height: auto;
}
.full-width-img,
.full-width-img .vce-single-image-inner,
.full-width-img .vce-single-image-wrapper,
.full-width-img img {
	width: 100% !important;
}
.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}
.embed-responsive::before {
	display: block;
	content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.embed-responsive-16by9::before {
	padding-top: 56.25%;
}
.aspect-ratio-16-9 {
	height: 0;
	margin: 0 0 1.875rem;
	overflow: hidden;
	padding-top: 56.25%;
}
.aspect-ratio-16-9 > * {
	height: 100%;
	left: 0;
	position: absolute !important;
	top: 0;
	width: 100%;
}
.aspect-ratio-16-9::before {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.wp-block-columns {
	display: flex;
}
.wp-block-column {
	flex: 1;
}
caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}
th {
	text-align: inherit;
	text-align: -webkit-match-parent;
}
label {
	display: inline-block;
	margin-bottom: 0.5rem;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #4a4949;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #4a4949;
}
input::-moz-placeholder, textarea::-moz-placeholder {
	color: #4a4949;
}
input::placeholder,
textarea::placeholder {
	color: #4a4949;
}
button,
input,
optgroup,
select,
textarea {
	border-radius: 0;
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
	border: 1px solid;
	border-color: #fff;
	border-radius: 0;
	background: #fff;
	color: #000;
	height: 58px;
	line-height: 1;
	padding: 1.25em 3.75em;
	transition: all 0.3s ease-in-out;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: transparent;
	border-color: none;
	color: #3b3a3a;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	background-color: transparent;
	border-color: none;
	color: #3b3a3a;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText;
}
.select2-container--default .select2-selection--single {
	background-color: #fff !important;
	border-radius: 0 !important;
	border: 0.125em solid #707070 !important;
	color: #3b3a3a !important;
	display: block !important;
	font-size: 1em !important;
	height: 46px !important;
	outline: 0 !important;
	padding-left: 1.25em !important;
	padding-right: 1.25em !important;
	width: 100% !important;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	line-height: 42px !important;
	padding-left: 0;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	height: 44px !important;
}
.btn {
	align-items: center;
	border-radius: 1.25em;
	display: inline-block;
	font-weight: 900;
	letter-spacing: 0.125em;
	padding: 0.313em 0.313em 0.5em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	word-break: break-word;
	width: 100%;
}
@media screen and (min-width: 1200px) {
	.btn {
		padding: 0.875em 1.688em 1em;
	}
}
.search-form [type="submit"] {
	align-items: center;
	-webkit-border-radius: 1.25em;
	background-color: #3b3a3a !important;
	border-radius: 1.25em;
	color: #fff !important;
	display: inline-block;
	font-weight: 900;
	height: auto;
	letter-spacing: 0.125em;
	padding: 0.313em 0.313em 0.5em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	word-break: break-word;
}
@media screen and (min-width: 1200px) {
	.search-form [type="submit"] {
		padding: 0.875em 1.688em 1em;
	}
}
.search-form [type="submit"]:hover {
	background-color: #a59466 !important;
}
.navbar-right .btn-search {
	height: 100%;
	padding: 28px 16px;
}
.btn-search {
	background: none;
	border: 0;
	color: #c1c1c1;
	cursor: pointer;
	height: 100%;
	padding: 0;
}
.btn-search:hover {
	background-color: transparent;
	color: #a59466;
}
.btn-search svg {
	height: 1.2em;
}
@media screen and (min-width: 567px) {
	.btn--w-218 {
		width: 218px;
	}
	.btn--w-260 {
		width: 260px;
	}
	.btn--w-299 {
		width: 299px;
	}
}
.btn--grey {
	background-color: #3b3a3a !important;
	color: #fff !important;
}
.btn--grey:hover {
	background-color: #a59466 !important;
	color: #fff !important;
}
.btn--blue {
	background-color: #5287b7 !important;
	color: #fff !important;
}
.btn--blue:hover {
	background-color: #a59466 !important;
	color: #fff !important;
}
.btn--dark-blue {
	background-color: #0c3258 !important;
	color: #fff !important;
}
.btn--dark-blue:hover {
	background-color: #a59466 !important;
	color: #fff !important;
}
.btn--gold {
	background-color: #a59466 !important;
	color: #fff !important;
}
.btn--gold:hover {
	background-color: #335e86 !important;
	color: #fff !important;
}
.btn--small {
	font-size: 0.938em;
	letter-spacing: -0.01em;
	font-weight: 600;
	padding: 0.8em 1em !important;
	text-transform: none;
}
.btn--small svg {
	margin-right: 1em;
}
select {
	word-wrap: normal;
}
textarea {
	font-size: 1em;
	height: 12.5em;
	overflow: auto;
	resize: vertical;
	width: 100%;
}
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: block;
	max-width: 100%;
	padding: 0;
	white-space: normal;
	width: 100%;
	max-width: 100%;
}
progress {
	vertical-align: baseline;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -0.125em;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details {
	display: block;
}
summary {
	display: list-item;
}
template {
	display: none;
}
[hidden] {
	display: none;
}
body,
button,
input,
optgroup,
select,
textarea {
	color: #3b3a3a;
	font-family: sofia-pro, sans-serif;
	font-size: 1em;
	font-weight: 600;
	line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: baskerville-urw, serif;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 1rem;
}
@media (min-width: 992px) {
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		margin: 0 0 1.875rem;
	}
}
h1 {
	font-size: 2em;
}
@media (min-width: 992px) {
	h1 {
		font-size: 3.125em;
	}
}
h2 {
	font-size: 1.5em;
}
@media (min-width: 992px) {
	h2 {
		font-size: 2.125em;
	}
}
h3 {
	font-size: 1.313em;
}
@media (min-width: 992px) {
	h3 {
		font-size: 1.875em;
	}
}
h4 {
	font-size: 1rem;
}
@media (min-width: 992px) {
	h4 {
		font-size: 1rem;
	}
}
h5 {
	font-size: 1rem;
}
@media (min-width: 992px) {
	h5 {
		font-size: 1rem;
	}
}
h6 {
	font-size: 1rem;
}
@media (min-width: 992px) {
	h6 {
		font-size: 1rem;
	}
}
p {
	font-family: sofia-pro, sans-serif;
	font-size: 1em;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 1.5em;
	margin-top: 0;
}
.text-sm,
p.text-sm {
	font-size: 1em;
}
@media (min-width: 1200px) {
	.text-sm,
	p.text-sm {
		font-size: 1.313em;
	}
}
.font-sans-serif {
	font-family: sofia-pro, sans-serif;
	font-size: 1em;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 0.5rem;
}
@media (min-width: 1200px) {
	.font-sans-serif {
		font-size: 1.313em;
	}
}
h3.font-sans-serif {
	text-transform: uppercase;
}
cite,
dfn,
em,
i {
	font-style: italic;
}
em {
	font-family: baskerville-urw, serif;
	font-size: 18px;
	font-weight: 500;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
	border-bottom: 0.063em dotted #666;
	cursor: help;
}
ins,
mark {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}
hr {
	background-color: #a59466;
	border: 0;
	height: 0.063em;
	margin: 20px 0;
}
.post-type-archive-event hr {
	margin: 20px 0;
}
@media (min-width: 991px) {
	hr {
		margin: 40px 0;
	}
}
@media (max-width: 567px) {
	.hr-sm-none {
		background-color: transparent !important;
	}
}
hr.hr-gold {
	background-color: #a59466;
}
hr.hr-grey {
	background-color: #e5e5e5;
}
hr.hr--small {
	margin: 1em 0;
}
hr:not([size]) {
	height: 1px;
}
ol,
ul {
	margin: 0 0 3em;
	padding-left: 1.25em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ol,
li > ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: 700;
}
dd {
	margin: 0 1.5em 1.5em;
}
embed,
iframe,
object {
	max-width: 100%;
}
figure {
	margin: 1em 0;
}
.placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
table {
	border-collapse: collapse;
	margin: 0 0 1.5em;
	width: 100%;
}
.gold-bg {
	background-color: #a59466;
}
.grey-bg {
	background-color: #e5e5e5;
}
.dark-grey-bg {
	background-color: #3b3a3a;
}
.purple-bg {
	background-color: #b91d71;
}
.blue-bg {
	background-color: #0c3258;
}
.text-white {
	color: #fff !important;
}
.text-gold {
	color: #a59466 !important;
}
.t-caps {
	text-transform: uppercase;
}
.t-sans-serif {
	font-family: sofia-pro, sans-serif;
	font-weight: 600;
}
.mb-20 {
	margin-bottom: 20px;
}
@media (min-width: 768px) {
	.mb-20 {
		margin-bottom: 0;
	}
}
.mb-30 {
	margin-bottom: 15px !important;
}
@media (min-width: 768px) {
	.mb-30 {
		margin-bottom: 30px !important;
	}
}
.mt-40 {
	margin-top: 15px !important;
}
@media (min-width: 768px) {
	.mt-40 {
		margin-top: 40px !important;
	}
}
.mt-30 {
	margin-top: 15px !important;
}
@media (min-width: 768px) {
	.mt-30 {
		margin-top: 30px !important;
	}
}
.mb-40 {
	margin-bottom: 20px !important;
}
@media (min-width: 768px) {
	.mb-40 {
		margin-bottom: 40px !important;
	}
}
.pd-20 {
	padding: 20px !important;
}
@media (max-width: 768px) {
	.col-xxs-6 {
		width: 50%;
	}
}
.content-md {
	padding: 1.875em 0;
}
@media (min-width: 992px) {
	.content-md {
		padding: 4.063em 0;
	}
}
.content-md p:last-child {
	margin-bottom: 0;
}
.page-id-101 .content-md p:last-child {
	margin-bottom: 1.5em;
}
.p-last-child p:last-child {
	margin-bottom: 0;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.brd-t {
	border-top: 1px solid #e5e5e5;
}
.brd-b {
	border-bottom: 1px solid #e5e5e5;
}
.admin-bar #site-header {
	top: 32px;
}
#site-header {
	background: #fff;
	left: 0;
	right: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 11;
}
@media (min-width: 1200px) {
	#site-header {
		border-bottom: 0.063em solid #95989a;
		left: 0;
		right: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 11;
	}
}
.topbar {
	color: #fff;
	display: none;
	font-size: 13px;
	padding: 8px 0;
}
.topbar .row {
	align-items: center !important;
}
.topbar .col-lg-5 a {
	text-transform: uppercase;
}
@media (min-width: 1200px) {
	.topbar {
		display: block;
		padding: 0;
	}
	.topbar .col-lg-5 {
		text-align: right;
	}
	.topbar .col-lg-5 a {
		color: #fff;
		display: inline-block;
		text-decoration: none;
		padding: 13px 25px;
	}
	.topbar p {
		margin-bottom: 0;
	}
	.topbar .col-lg-5 a:nth-child(1),
	.topbar .col-lg-5 a:nth-child(2) {
		border-left: 0.063em solid #fff;
	}
	.topbar .col-lg-5 a:nth-child(1):hover,
	.topbar .col-lg-5 a:nth-child(2):hover {
		background-color: #0c3258;
	}
	.topbar .col-lg-5 a:nth-child(3) {
		border-left: 0.063em solid #fff;
		border-right: 0.063em solid #fff;
	}
	.topbar .col-lg-5 a:nth-child(3):hover {
		background-color: #a59466;
	}
}
.bottombar {
	color: #fff;
	display: block;
	padding: 8px 0;
}
.bottombar .row {
	align-items: center !important;
}
.bottombar .col-md-8 {
	text-align: left;
	width: 60%;
}
.bottombar .col-md-4 {
	text-align: right;
	width: 40%;
}
.bottombar a {
	color: #fff;
	text-decoration: none;
	padding: 12px 10px;
}
.bottombar a:first-child {
	padding-left: 0;
}
.bottombar .navigation {
	display: inline-flex;
	margin-bottom: 0;
	padding-left: 0;
}
.bottombar .navigation > li {
	background-color: transparent;
	border: none;
}
.bottombar .navigation li a {
	padding: 8px 15px;
}
.bottombar .navigation li:last-child a {
	padding-right: 8px;
}
.bottombar .navigation .btn-search {
	height: auto;
	width: 40px;
}
.bottombar .navigation .mini-cart svg,
.bottombar .navigation .btn-search svg {
	color: #fff;
	height: 1.2em;
}
.bottombar .navigation .cart-contents .count {
	background-color: #fff;
	color: #a59466;
	padding: 0px 2px;
}
@media (min-width: 1200px) {
	.bottombar {
		display: none;
	}
}
.navbar-logo .row {
	align-items: center !important;
	background-color: #fff;
	position: relative;
	z-index: 9999;
}
.navbar-logo img {
	margin-bottom: 0;
}
header .site-logo {
	background-color: #fff;
	position: relative;
	z-index: 9999;
}
header .site-logo img,
header .site-logo svg {
	height: auto;
	margin-bottom: 0;
	max-width: 13.375em;
	padding-top: 1em;
	padding-bottom: 1em;
	width: 100%;
}
@media (min-width: 1200px) {
	header .site-logo img,
	header .site-logo svg {
		height: auto;
		max-width: 36em;
		width: 100%;
	}
}
.navbar-logo .row .col-lg-3 img {
	display: none;
}
@media (min-width: 1200px) {
	.navbar-logo .row .col-lg-3 img {
		display: block;
	}
}
header .hamburger-menu {
	display: block;
}
.hamburger-text {
	display: none;
}
@media (min-width: 1200px) {
	header .hamburger-menu,
	.hamburger--squeeze.is-active .hamburger-text {
		display: none;
	}
}
.navbar {
	border-top: none;
}
@media (min-width: 1200px) {
	.navbar {
		border-top: 1px solid #95989a;
	}
}
header .navbar-wrapper {
	display: none;
}
@media (min-width: 1200px) {
	header .navbar-wrapper {
		display: flex;
		width: 100%;
		position: static;
		height: auto;
		margin: 0 auto;
	}
}
header .navbar-left {
	background: none;
	border-right: 0 none transparent;
	display: block;
	height: auto;
	overflow: visible;
	padding: 0;
	position: inherit;
	transition: none;
	transform: none;
	border-top: none;
	padding-bottom: 0;
	width: 85%;
	z-index: 9000;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	backface-visibility: hidden;
	transform-style: preserve-3d;
}
header .navbar-right {
	background: none;
	border-right: 1px solid #95989a !important;
	display: block;
	height: auto;
	padding: 0;
	position: inherit;
	transition: none;
	transform: none;
	border-top: none;
	padding-bottom: 0;
	width: 15%;
	z-index: 9000;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	backface-visibility: hidden;
	transform-style: preserve-3d;
}
header .navbar-right .navigation {
	justify-content: end;
}
header .navbar-right .navigation > li {
	width: 60px;
}
header .navbar-right .navigation > li:first-child {
	border-left: 0;
}
header .navbar-right li a {
	color: #c1c1c1;
}
header .navigation {
	display: none;
}
@media (min-width: 1200px) {
	header .navigation {
		display: flex;
		margin-bottom: 0;
		max-width: 1168px;
		justify-content: space-around;
		-ms-flex-pack: distribute;
		padding: 0;
		position: relative;
		z-index: 990;
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		list-style-type: none;
		text-align: center;
	}
}
header .navigation > li {
	background-color: #fff;
	border-right: 1px solid #aca8a8;
	display: grid;
	flex-grow: 1;
	justify-content: center;
	margin: 0;
	padding: 0;
	width: auto;
}
header .navigation > li:first-child {
	border-left: 1px solid #95989a;
}
header .navigation > li:last-child {
	border-right: 0;
}
header .navigation li a {
	color: #3b3a3a;
	display: flex;
	font-family: sofia-pro, sans-serif;
	font-size: 1em;
	font-weight: 600;
	padding: 27px 16px;
	text-decoration: none;
}
header .navigation li:last-child a {
	border-right: 0;
}
header .navigation li a:hover {
	color: #a59466;
}
header .navigation li.menu-item-has-children a {
	position: relative;
}
header .navigation li.menu-item-has-children .sub-menu {
	list-style: none !important;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 93px;
	transform: translateY(2rem);
}
header .navigation li.menu-item-has-children .sub-menu li a {
	color: #3b3a3a;
	height: 100%;
	justify-content: flex-start;
	padding: 0 1.5rem;
}
header .navigation li.menu-item-has-children .sub-menu li a:hover {
	color: #a59466;
}
header
	.navigation
	li.menu-item-has-children
	.sub-menu
	li.menu-item-has-children
	.sub-menu {
	left: 100%;
	top: 0;
	width: 260px;
}
header .navigation li.menu-item-has-children .sub-menu li a:after,
header
	.navigation
	li.menu-item-has-children
	.sub-menu
	li.menu-item-has-children
	.sub-menu
	li
	a:after,
header
	.navigation
	li.menu-item-has-children
	.sub-menu
	li.menu-item-has-children
	.sub-menu
	li:after,
header .navigation li.menu-item-has-children .sub-menu li:after {
	content: none;
}
header .navigation li.menu-item-has-children a:after {
	transform: rotate(-180deg);
}
header .navigation li.menu-item-has-children:hover .sub-menu {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(-15px);
}
header
	.navigation
	li.menu-item-has-children
	.sub-menu
	li.menu-item-has-children:hover
	.sub-menu {
	max-height: 400px;
	opacity: 1;
	overflow-y: scroll;
	pointer-events: auto;
	transform: translateY(0);
}
header
	.navigation
	li.menu-item-has-children
	.sub-menu
	li.menu-item-has-children
	.sub-menu {
	padding-right: 1.5rem;
}
header .sub-menu {
	background-color: #fff;
	box-shadow: 0 3px 6px rgb(0 0 0 / 15%);
	border: 1px solid #95989a;
	display: block;
	list-style: none;
	margin-left: -1px;
	padding: 0;
	transition: 0.5s ease;
	width: 15.9em;
}
header .sub-menu li {
	border-bottom: 1px solid #aca8a8;
	padding: 1rem 0;
	position: relative;
	text-align: left;
}
header .sub-menu li:last-child {
	border-bottom: none;
}
header .sub-menu li a {
	line-height: 1.15rem;
	position: relative;
}
header .search-bar {
	border-bottom: 1px solid #95989a;
	display: block;
	position: fixed;
	background: #fff;
	top: 140px;
	right: 0px;
	z-index: 1001;
	width: 100%;
	max-width: 100%;
	padding: 10px;
	margin: 0px;
}
@media (max-width: 576px) {
	.btn-search {
		width: 15px;
	}
	#searchbox {
		height: 30px !important;
		width: 60% !important;
	}
	.search-bar .input-group-btn {
		padding-left: 12px !important;
		width: 40% !important;
	}
	.search-bar .input-group-btn button {
		font-size: 11px;
		height: auto !important;
		padding: 0.9em 0 !important;
	}
	.bottombar .col-md-8 {
		padding-right: 0;
	}
	.bottombar a {
		padding: 10px 2px;
	}
}
@media (min-width: 576px) {
	header .search-bar {
		top: 140px;
	}
}
@media (min-width: 1200px) {
	header .search-bar {
		top: 269px;
	}
	.admin-bar header .search-bar {
		top: 301px;
	}
}
header .search-bar form {
	margin: auto;
	padding-left: 12px;
	padding-right: 12px;
	width: 100%;
}
@media (min-width: 576px) {
	header .search-bar form {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	header .search-bar form {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	header .search-bar form {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	header .search-bar form {
		max-width: 1140px;
	}
}
@media (min-width: 1400px) {
	header .search-bar form {
		max-width: 1200px;
	}
}
header .search-bar form .input-group {
	display: flex;
}
#formsearch {
	display: none;
}
.glyphicon.glyphicon-search {
	font-size: 18px;
}
#searchbox {
	border: 1px solid #95989a;
	box-shadow: none;
	color: #3b3a3a;
	height: 48px;
	padding: 8px 14px;
	width: 70%;
}
@media (min-width: 992px) {
	#searchbox {
		height: 58px;
		width: 80%;
	}
}
#searchbox:hover {
	box-shadow: none;
}
.input-group-btn {
	padding-left: 12px;
	width: 20%;
}
.input-group-btn button {
	border: none;
	border-radius: 1.25em;
	display: inline-block;
	padding: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	word-break: break-word;
	width: 100%;
}
@media (min-width: 1200px) {
	.input-group-btn button {
		padding: 0.875em 1.688em;
	}
}
.input-group-btn button:hover {
	border: none;
}
.mini-cart svg {
	color: #c1c1c1;
}
.mini-cart a.cart-contents:hover svg {
	color: #fff;
}
@media (min-width: 1200px) {
	.mini-cart a.cart-contents:hover svg {
		color: #a59466;
	}
}
ul.site-header-cart {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transform: translateY(2rem);
	transition: 0.5s ease;
	top: 11px;
	right: -4px;
}
@media (min-width: 1200px) {
	ul.site-header-cart {
		right: -1px;
		top: 46px;
	}
}
.widget_shopping_cart {
	background: #fff;
	border: 1px solid #95989a;
	box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.15);
	color: #4a4949;
	border-radius: 0;
	display: block;
	list-style: none;
	right: 0;
	margin-left: 0;
	padding: 1.5rem;
	transition: 0.5s ease;
	top: 80px;
	width: 320px;
	z-index: 999;
}
.site-header-cart {
	height: 100%;
	margin: 0;
	padding-left: 0;
}
.site-header-cart li {
	display: inline-block;
	margin-bottom: 0;
	margin-top: 0;
}
.site-header-cart li a {
	color: #fff;
}
.site-header-cart a:hover.cart-contents:before,
.user-login a:hover {
	color: #527cbc;
}
li.mini-cart:hover .site-header-cart {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(32px);
}
.site-header-cart .quantity {
	color: #a59466;
	font-weight: 700;
	margin-bottom: 0.5em;
}
ul.site-header-cart a {
	background: 0 0 !important;
	display: block;
	font-size: 14px;
	padding: 7px 0;
	text-decoration: none;
}
h2.widgettitle {
	font-size: 18px !important;
	margin-bottom: 10px !important;
}
.navbar-right .cart-contents {
	padding: 29px 16px;
}
.navbar-right .cart-contents svg {
	height: 1.2em;
	transition: all 0.3s ease-in-out;
}
.cart-contents .amount {
	display: none;
}
.cart-contents .count {
	background-color: #335e86;
	color: #fff;
	border-radius: 100%;
	font-family: sofia-pro, sans-serif;
	font-size: 12px;
	font-weight: 600;
	left: 0;
	line-height: 18px;
	margin-left: -10px;
	text-align: center;
	position: relative;
	top: -7px;
	width: 19px;
	z-index: 2;
}
.woocommerce-mini-cart-item.mini_cart_item:nth-of-type(2),
.woocommerce-mini-cart-item.mini_cart_item:nth-of-type(3),
.woocommerce-mini-cart-item.mini_cart_item:nth-of-type(4),
.woocommerce-mini-cart-item.mini_cart_item:nth-of-type(5),
.woocommerce-mini-cart-item.mini_cart_item:nth-of-type(6),
.woocommerce-mini-cart-item.mini_cart_item:nth-of-type(7),
.woocommerce-mini-cart-item.mini_cart_item:nth-of-type(8),
.woocommerce-mini-cart-item.mini_cart_item:nth-of-type(9) {
	border-top: 1px solid #95989a;
	padding-top: 25px !important;
}
.woocommerce-mini-cart-item.mini_cart_item:nth-of-type(2) a.remove,
.woocommerce-mini-cart-item.mini_cart_item:nth-of-type(3) a.remove,
.woocommerce-mini-cart-item.mini_cart_item:nth-of-type(4) a.remove,
.woocommerce-mini-cart-item.mini_cart_item:nth-of-type(5) a.remove,
.woocommerce-mini-cart-item.mini_cart_item:nth-of-type(6) a.remove,
.woocommerce-mini-cart-item.mini_cart_item:nth-of-type(7) a.remove,
.woocommerce-mini-cart-item.mini_cart_item:nth-of-type(8) a.remove,
.woocommerce-mini-cart-item.mini_cart_item:nth-of-type(9) a.remove {
	padding-top: 25px !important;
}
.woocommerce-mini-cart__buttons.buttons {
	margin-bottom: 0;
}
.woocommerce.widget_shopping_cart .buttons a {
	color: #fff;
}
.woocommerce.widget_shopping_cart .buttons a:hover {
	color: #9cd3d3;
}
.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
	display: block;
}
.woocommerce.widget_shopping_cart .total {
	text-align: right;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
	color: #a59466 !important;
	pointer-events: initial;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a:last-child {
	pointer-events: none;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
	width: 70px;
}
.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
	display: none;
}
.woocommerce .product .product-wrapper > * {
	float: none !important;
}
.woocommerce .product .product-wrapper .woocommerce-product-gallery,
.woocommerce .product .product-wrapper .summary {
	width: 100%;
}
@media (min-width: 768px) {
	.woocommerce .product .product-wrapper .woocommerce-product-gallery,
	.woocommerce .product .product-wrapper .summary {
		flex: 0 0 auto;
		padding-right: var(--bs-gutter-x);
		width: 50%;
	}
	.woocommerce .product .product-wrapper .woocommerce-product-gallery {
		order: 2;
	}
}
.woocommerce-mini-cart__empty-message {
	margin-bottom: 0;
}

.hamburger {
	background-color: transparent;
	border: 0;
	color: inherit;
	cursor: pointer;
	display: block;
	float: right;
	font: inherit;
	margin-right: 0;
	margin-top: 0;
	overflow: visible;
	position: relative;
	padding: 0.688em 0;
	text-transform: none;
	transition: all 0.25s linear;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	z-index: 9999;
}
@media (min-width: 1200px) {
	.hamburger {
		display: none;
	}
}
.hamburger:hover {
	opacity: 1;
}
.hamburger.is-active:hover {
	opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::after,
.hamburger.is-active .hamburger-inner::before {
	background-color: #a59466;
}
.hamburger-box {
	width: 1.563em;
	height: 1.563em;
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -0.063em;
}
.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
	background-color: #a59466;
	border-radius: 0.25em;
	height: 0.125em;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
	width: 1.563em;
}
.hamburger-inner::after,
.hamburger-inner::before {
	content: "";
	display: block;
}
.hamburger-inner::before {
	top: -0.375em;
}
.hamburger-inner::after {
	bottom: -0.375em;
}
button.hamburger:hover,
button.hamburger:focus {
	background-color: #fff !important;
}
.hamburger--squeeze .hamburger-inner {
	transition-duration: 75ms;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
	transition: top 75ms 0.12s ease, opacity 75ms ease;
}
.hamburger--squeeze .hamburger-inner::after {
	transition: bottom 75ms 0.12s ease,
		transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
	transform: rotate(45deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
	opacity: 0;
	top: 0;
	transition: top 75ms ease, opacity 75ms 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 75ms ease,
		transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0;
	margin-top: 0.938em;
	margin-bottom: 1rem;
	list-style: none;
}
.brd-t.brd-b .breadcrumb {
	font-size: 1em;
	font-weight: 600;
	line-height: 1.3;
	padding: 0.556em 0;
	margin-bottom: 0;
	margin-top: 0;
}
.breadcrumb li {
	display: flex;
}
.breadcrumb li a {
	color: #95989a !important;
	text-transform: capitalize;
}
.breadcrumb li:last-child a {
	color: #3b3a3a !important;
}
.breadcrumb li + li::before {
	float: left;
	padding-right: 0.5rem;
	color: #6c757d;
	content: "/";
}
.breadcrumb li + li {
	padding-left: 0.5rem;
}
@media screen and (max-width: 991px) {
	.hero {
		margin-bottom: 0;
	}
}
.hero__img .hero__text {
	position: relative;
	z-index: 2;
}
.hero__img .hero__text span {
	background-color: #fff;
	box-shadow: 0px 0px 6px 6px rgb(0 0 0 / 16%);
	color: #3b3a3a;
	display: inline-block;
	padding: 10px 15px;
}
.hero__img .hero__text h2 {
	font-size: 1.75em;
	margin-bottom: 0.2em;
}
@media screen and (min-width: 992px) {
	.hero__img .hero__text h2 {
		font-size: 2.125em;
	}
}
.hero .slick-arrow {
	color: #fff;
}
.hero .slick-arrow:hover {
	color: #fff;
}
.hero .slick-arrow i {
	height: 1.2em;
}
.hero__text {
	text-align: left;
}
.hero__text h2 {
	color: #fff;
	margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
	.hero__text h2 {
		margin-bottom: 1.875em;
	}
}
.hero__text p {
	font-size: 0.938em;
}
@media screen and (min-width: 1200px) {
	.hero__text p {
		font-size: 1.313em;
	}
}
.hero__img {
	padding-top: 2em;
	padding-bottom: 4.5em;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.hero__img .btn {
	width: 238px;
}
@media screen and (min-width: 768px) {
	.hero__img {
		padding-top: 250px;
		padding-bottom: 250px;
	}
	.hero__img .btn {
		width: 260px;
	}
}
.hero-banner {
	background-position: center;
	background-size: cover;
	height: 32.125em;
	position: relative;
	z-index: 1;
}
.hero-banner.h-288 {
	height: 18em;
}
.hero-banner__container {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: end;
	position: relative;
	z-index: 2;
}
.hero-banner .hero-banner__title > span {
	background: rgb(0 0 0 / 70%);
	color: #fff;
	padding: 10px 15px;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	-ms-box-decoration-break: clone;
	-o-box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
.hero-banner .hero-banner__title span > span {
	position: relative;
}
.hero-banner .hero-banner__tab {
	color: #fff;
	font-family: sofia-pro, sans-serif;
	font-size: 1.125em;
	font-weight: 600;
	margin-bottom: 0.5rem;
}
.hero-banner .hero-banner__tab span {
	background-color: #a59466;
	display: inline-block;
	margin-bottom: 13px;
	padding: 10px 15px;
}
.hero-banner .hero-banner__title {
	color: #fff;
	font-size: 2em;
	margin-bottom: 0;
}
@media (min-width: 992px) {
	.hero-banner .hero-banner__title {
		font-size: 3.125em;
	}
}
.hero-banner + .card-body p:last-child {
	margin-bottom: 0;
}
.home .callout {
	margin-bottom: 0;
}
.callout {
	background-color: rgb(12 50 88 / 53%);
	margin-bottom: 1.5em;
	padding: 1.5em 0;
	text-align: center;
}
@media screen and (min-width: 992px) {
	.callout {
		background-color: #0c3258;
		margin-bottom: 0;
		text-align: inherit;
	}
	.callout .col-lg-3 {
		text-align: right;
	}
}
.callout .row {
	align-items: center;
}
.callout p {
	color: #fff;
	font-family: baskerville-urw, serif;
	font-size: 1em;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 1.25em !important;
}
@media screen and (min-width: 992px) {
	.callout p {
		font-size: 1.75em;
		margin-bottom: 0 !important;
	}
}
.callout h3 {
	color: #fff;
	font-size: 1.5em;
	margin-bottom: 0.313em !important;
}
.pd-0-sm .col-lg-12 {
	padding-left: 0;
	padding-right: 0;
}
@media (min-width: 576px) {
	.pd-0-sm .col-lg-12 {
		padding-left: 12px;
		padding-right: 12px;
	}
}
.card-slider .col-lg-4 {
	padding-left: 0px;
	padding-right: 0px;
}
@media (min-width: 576px) {
	.card-slider .col-lg-4 {
		padding-left: 12px;
		padding-right: 12px;
	}
}
.card-slider .slick-dots {
	display: none !important;
}
.card-slider .slick-arrow {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background: transparent;
	bottom: 100%;
	left: auto;
	padding: 0;
	top: auto;
}
@media (min-width: 768px) {
	.card-slider .slick-arrow {
		bottom: calc(100% + 1em);
	}
}
.card-slider .slick-arrow.slick-prev {
	left: auto;
	right: 2em;
}
.card-slider .slick-arrow.slick-next {
	right: 0;
}
.card-slider .slick-arrow:before {
	display: none;
}
.icon-arrow {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	height: 1em;
	width: 1em;
}
.icon-arrow--left {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.919' height='12.613'%3E%3Cg data-name='Group 3813'%3E%3Cg data-name='Group 741'%3E%3Cpath data-name='Path 47' d='M6.306 12.612l1.328-1.328L2.658 6.31l4.977-4.982L6.307-.001l-5.84 5.84a.649.649 0 00-.192.466.661.661 0 00.19.472z' fill='%23a59466'/%3E%3C/g%3E%3Cpath data-name='Path 2175' d='M1.612 6.307h15.306' fill='none' stroke='%23a59466' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
}
.icon-arrow--right {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.919' height='12.613'%3E%3Cg data-name='Group 3812'%3E%3Cg data-name='Group 741'%3E%3Cpath data-name='Path 47' d='M10.612 0L9.284 1.33l4.976 4.975-4.977 4.982 1.328 1.328 5.84-5.84a.649.649 0 00.192-.466.661.661 0 00-.19-.472z' fill='%23a59466'/%3E%3C/g%3E%3Cpath data-name='Path 2175' d='M15.306 6.306H0' fill='%23bea460' stroke='%23a59466' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
}
.card {
	background-color: #fff;
	color: #434343;
	overflow: hidden;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	z-index: 1;
}
@media (min-width: 1200px) {
	.card {
		display: flex;
		flex-direction: column;
		-ms-flex-pack: distribute;
		height: 100%;
	}
}
.card .card-body h3:hover,
.card .card-body h4:hover,
.card a:hover {
	color: #a59466;
}
.card-slider .card-body h4 {
	margin-bottom: 0 !important;
}
.card-body.dark-grey-bg.pd-20 h3,
.card-body.purple-bg.pd-20 h3 {
	font-family: sofia-pro, sans-serif;
	font-weight: 600;
}
.card-image {
	margin: 0;
	overflow: hidden;
}
.card-image img {
	display: block;
	height: 270px;
	margin-bottom: 0;
	-o-object-fit: cover;
	object-fit: cover;
	transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	width: 100%;
}
@media (min-width: 1200px) {
	.card-image img {
		height: 288px;
	}
}
.card-image.h-175 img {
	height: 120px;
}
@media (min-width: 567px) {
	.card-image.h-175 img {
		height: 200px;
	}
}
@media (min-width: 1200px) {
	.card-image.h-175 img {
		height: 175px;
	}
}
.card-image.h-288 img {
	height: 268px;
}
@media (min-width: 567px) {
	.card-image.h-288 img {
		height: 268px;
	}
}
@media (min-width: 1200px) {
	.card-image.h-288 img {
		height: 288px;
	}
}
.card-image.h-465 img {
	height: 268px;
}
@media (min-width: 567px) {
	.card-image.h-465 img {
		height: 400px;
	}
}
@media (min-width: 1200px) {
	.card-image.h-465 img {
		height: 465px;
	}
}
.card:hover .card-image img {
	transform: scale(1.05);
}
.card-tag {
	background-color: #a59466;
	padding: 0.938em;
	position: absolute;
	top: 0;
}
.card-tag p {
	color: #fff;
	margin-bottom: 0;
	text-transform: uppercase;
}
.card-body {
	flex-grow: 1;
	padding: 0.938em 0;
}
.card-body h3 {
	color: #3b3a3a;
	font-size: 1.313em;
	transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
	.card-body h3 {
		font-size: 1.313em;
	}
}
.card-body h4 {
	color: #3b3a3a;
	font-size: 1.313em;
	transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
	.card-body h4 {
		font-size: 1.313em;
	}
}
.card-price {
	margin-top: 30px;
}
.card-price p {
	color: #a59466;
}
.card-box {
	background-color: #a59466;
	border-radius: 1.25em;
	color: #fff;
	margin-bottom: 0.688em;
	overflow: hidden;
	padding: 0.625em;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	z-index: 1;
}
@media (min-width: 992px) {
	.card-box {
		margin-bottom: 0;
		padding: 2.188em 0.625em;
	}
}
.card-box:hover {
	background-color: #0c3258;
}
.card-box a h4,
.card-box a:hover h4 {
	color: #fff;
}
.card-box svg {
	display: none;
}
@media (min-width: 768px) {
	.card-box svg {
		display: block;
		margin: auto;
		margin-bottom: 0.625em;
	}
}
.card-box h4 {
	font-size: 1.063em;
	margin-bottom: 0;
}
@media (min-width: 1200px) {
	.card-box h4 {
		font-size: 1.5em;
	}
}
.hide-1 .col-md-6:first-child,
.hide-4 .col-md-4:nth-child(8),
.hide-4 .col-md-4:nth-child(9),
.hide-4 .col-md-4:nth-child(10),
.hide-4 .col-md-4:nth-child(11) {
	display: none;
}
.hero-card {
	background-color: #fff;
	overflow: hidden;
	padding-bottom: 1.25em;
	text-decoration: none;
	z-index: 1;
}
.hero-card-image {
	margin: 0;
	overflow: hidden;
}
.hero-card-image img {
	display: block;
	height: 270px;
	margin-bottom: 0;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}
@media (min-width: 1200px) {
	.hero-card-image img {
		height: 463px;
	}
}
.fade {
	transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
	.fade {
		transition: none;
	}
}
.fade:not(.show) {
	opacity: 0;
}
.collapse:not(.show) {
	display: none;
}
.collapsing {
	height: 0;
	overflow: hidden;
	transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
	.collapsing {
		transition: none;
	}
}
.desc em {
	font-family: sofia-pro, sans-serif;
	font-size: 1em;
	font-weight: 600;
}
.price {
	color: #a59466 !important;
	font-size: 1em !important;
	margin-bottom: 1.5em;
}
.quantity {
	display: flex;
	margin-bottom: 2.5em;
}
.quantity span:first-child {
	padding-right: 1em;
	padding-top: 0.313em;
}
.site-header-cart .quantity span:first-child {
	padding-left: 2px;
}
.site-header-cart .woocommerce-Price-currencySymbol {
	padding-right: 0 !important;
}
.quantity input {
	box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
}
.seller-info h4 {
	font-family: sofia-pro, sans-serif;
	font-size: 1em;
	font-weight: 600;
}
.property-desc {
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	margin-top: 1em;
	padding: 20px 0;
}
@media (min-width: 992px) {
	.property-desc {
		margin-top: 2.5em;
	}
}
.btn-desc {
	margin-top: 1em;
	padding-bottom: 0.3em;
	padding-top: 0.3em;
}
.btn-desc a {
	display: flex;
	margin-bottom: 0.75em;
	padding: 1em;
	text-align: left;
}
.btn-desc a svg {
	margin-right: 0.75em;
	width: 1.5em;
}
@media (min-width: 576px) {
	.btn-desc a svg {
		width: 20%;
	}
}
.btn-desc svg g.pic-icon {
	transition: all 0.3s ease-in-out;
}
.btn-desc a:hover svg g.pic-icon {
	fill: #335e86 !important;
}
.btn-desc a:last-child {
	margin-bottom: 0;
}
.desc-content {
	border-top: 1px solid #e5e5e5;
	margin-top: 1em;
	padding: 20px 0;
}
@media (min-width: 992px) {
	.desc-content {
	}
}
.single .desc-content {
	border-top: 0;
	padding: 0 0 20px 0;
}
.desc-content h2 {
	font-size: 1.313em;
}
.desc-content h3 {
	font-family: sofia-pro, sans-serif;
	font-size: 1em;
	font-weight: 600;
}
.listing-desc {
	border-top: 1px solid #e5e5e5;
	margin-top: 1em;
	padding: 20px 0;
}
@media (min-width: 992px) {
	.listing-desc {
		margin-top: 2.5em;
	}
}
.listing-desc h3 {
	font-family: sofia-pro, sans-serif;
	font-size: 1em;
	font-weight: 600;
}
.gallery {
	display: none;
}
.modal-open {
	overflow: hidden;
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 0.5rem;
	pointer-events: none;
}
.modal.fade .modal-dialog {
	transition: transform 0.3s ease-out;
	transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
	.modal.fade .modal-dialog {
		transition: none;
	}
}
.modal.show .modal-dialog {
	transform: none;
}
.modal.modal-static .modal-dialog {
	transform: scale(1.02);
}
.modal-dialog-scrollable {
	height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
	max-height: 100%;
	overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}
.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - 1rem);
}
.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
	outline: 0;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}
.modal-backdrop.fade {
	opacity: 0;
}
.modal-backdrop.show {
	opacity: 0.5;
}
.modal-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
	padding: 0.5rem 0.5rem;
	margin: -0.5rem -0.5rem -0.5rem auto;
}
.modal-title {
	font-size: 1.5em;
	margin-bottom: 0;
	line-height: 1.5;
}
.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 1rem;
	text-align: center;
}
.modal-body > a {
	color: #a59466;
	font-size: 1.5em;
	padding: 10px;
}
.modal-body > a:hover {
	color: #0c3258;
}
.modal-footer {
	display: flex;
	flex-wrap: wrap;
	flex-shrink: 0;
	align-items: center;
	justify-content: flex-end;
	padding: 0.75rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: calc(0.3rem - 1px);
	border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
	margin: 0.25rem;
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}
@media (min-width: 576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}
	.modal-dialog-scrollable {
		height: calc(100% - 3.5rem);
	}
	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem);
	}
	.modal-sm {
		max-width: 300px;
	}
}
@media (min-width: 992px) {
	.modal-lg,
	.modal-xl {
		max-width: 800px;
	}
}
@media (min-width: 1200px) {
	.modal-xl {
		max-width: 1140px;
	}
}
.modal-fullscreen {
	width: 100vw;
	max-width: none;
	height: 100%;
	margin: 0;
}
.modal-fullscreen .modal-content {
	height: 100%;
	border: 0;
	border-radius: 0;
}
.modal-fullscreen .modal-header {
	border-radius: 0;
}
.modal-fullscreen .modal-body {
	overflow-y: auto;
}
.modal-fullscreen .modal-footer {
	border-radius: 0;
}
@media (max-width: 575.98px) {
	.modal-fullscreen-sm-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	.modal-fullscreen-sm-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	.modal-fullscreen-sm-down .modal-header {
		border-radius: 0;
	}
	.modal-fullscreen-sm-down .modal-body {
		overflow-y: auto;
	}
	.modal-fullscreen-sm-down .modal-footer {
		border-radius: 0;
	}
}
@media (max-width: 767.98px) {
	.modal-fullscreen-md-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	.modal-fullscreen-md-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	.modal-fullscreen-md-down .modal-header {
		border-radius: 0;
	}
	.modal-fullscreen-md-down .modal-body {
		overflow-y: auto;
	}
	.modal-fullscreen-md-down .modal-footer {
		border-radius: 0;
	}
}
@media (max-width: 991.98px) {
	.modal-fullscreen-lg-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	.modal-fullscreen-lg-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	.modal-fullscreen-lg-down .modal-header {
		border-radius: 0;
	}
	.modal-fullscreen-lg-down .modal-body {
		overflow-y: auto;
	}
	.modal-fullscreen-lg-down .modal-footer {
		border-radius: 0;
	}
}
@media (max-width: 1199.98px) {
	.modal-fullscreen-xl-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	.modal-fullscreen-xl-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	.modal-fullscreen-xl-down .modal-header {
		border-radius: 0;
	}
	.modal-fullscreen-xl-down .modal-body {
		overflow-y: auto;
	}
	.modal-fullscreen-xl-down .modal-footer {
		border-radius: 0;
	}
}
@media (max-width: 1399.98px) {
	.modal-fullscreen-xxl-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	.modal-fullscreen-xxl-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	.modal-fullscreen-xxl-down .modal-header {
		border-radius: 0;
	}
	.modal-fullscreen-xxl-down .modal-body {
		overflow-y: auto;
	}
	.modal-fullscreen-xxl-down .modal-footer {
		border-radius: 0;
	}
}
.single-leisure .recipe-desc,
.single .recipe-desc {
	padding-top: 1em;
}
.recipe-desc strong {
	font-family: sofia-pro, sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	display: block;
}
.recipe-desc {
	border-top: 1px solid #e5e5e5;
	margin-top: 1em;
	overflow-wrap: break-word;
}
@media (min-width: 992px) {
	.recipe-desc {
	}
}
.recipe-desc p:first-child {
	margin-top: 0;
}

.recipe-desc em {
	font-family: sofia-pro, sans-serif;
	font-size: 1em;
	font-weight: 600;
}
.ingredients-desc {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
.ingredients-desc h3 {
	font-family: sofia-pro, sans-serif;
	font-size: 1em;
	font-weight: 600;
	line-height: 1.2;
}
.pagination-section {
	display: flex;
	height: 36px;
	justify-content: end;
	margin-bottom: 35px;
	margin-top: 0;
}
@media (min-width: 992px) {
	.pagination-section {
		display: flex;
		height: 36px;
		justify-content: flex-end;
		margin-bottom: 0;
		margin-top: 20px;
	}
}
.pagination-section span.page-number {
	align-self: center;
	margin-right: 10px;
}
.pagination {
	display: flex;
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
}
.page-link {
	position: relative;
	display: block;
	color: #4a4949;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	margin-right: 5px;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.page-link:last-child {
	margin-right: 0x;
}
@media (prefers-reduced-motion: reduce) {
	.page-link {
		transition: none;
	}
}
.page-link:hover {
	z-index: 2;
	color: #4a4949;
	background-color: #e5e5e5;
	border-color: #e5e5e5;
}
.page-link:focus {
	z-index: 3;
	color: #4a4949;
	background-color: #e5e5e5;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.page-item:not(:first-child) .page-link {
	margin-left: -1px;
}
.page-item.active .page-link {
	z-index: 3;
	color: #4a4949;
	background-color: #e5e5e5;
	border-color: #e5e5e5;
}
.page-item.disabled .page-link {
	color: #4a4949;
	pointer-events: none;
	background-color: #e5e5e5;
	border-color: #e5e5e5;
}
.page-link {
	padding: 0.375rem 0.75rem;
}
.pagination-sm .page-link {
	padding: 0.313em 0.813em;
	font-size: 1em;
}
p.date {
	margin-bottom: 0;
}
.feature-block {
	margin-bottom: 1.25em;
}
.feature-block.brd-btm .col-md-8 {
	padding-top: 15px;
}
.feature-block.brd-btm .col-md-8 p:last-child {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 40px;
}
.feature-block.brd-btm:last-child .col-md-8 p:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.row.feature-block:last-child .col-md-12 .hr-grey {
	display: none;
}
.map-container iframe {
	height: 585px;
	margin-bottom: 40px;
	width: 100%;
}
.fb-media-feed {
	display: none;
	padding: 1.25em 0;
}
@media (min-width: 1200px) {
	.fb-media-feed {
		display: block;
	}
}
.fb-media-feed .row {
	align-items: center;
}
@media (min-width: 1200px) {
	.fb-media-feed .col-lg-3:first-child {
		align-items: center;
		display: flex;
		width: 20%;
	}
	.fb-media-feed .col-lg-6 {
		width: 55%;
	}
	.fb-media-feed .col-lg-3:last-child {
		width: 25%;
	}
}
.fb-media-feed .fb-link p {
	display: inline-block;
	margin-left: 0.625em;
	margin-bottom: 0;
}
.fb-media-feed .fb-link a {
	color: #335e86;
	text-decoration: none;
}
.fb-media-feed i {
	color: #5287b7;
	height: 2.75em;
}
.fb-media-feed p {
	color: #335e86;
	margin-bottom: 0;
	text-decoration: none;
}
footer {
	background-color: #0c3258;
	color: #fff;
	padding: 1.875em 0;
}
@media (min-width: 1200px) {
	footer {
		padding: 4.063em 0;
	}
}
footer .col-lg-3 .publications-block img {
	padding-right: 30px;
	width: 49%;
}
footer .col-lg-3 .publications-block a:nth-of-type(2n) img {
	padding-right: 0;
}
footer .row:first-child .col-lg-5 {
	padding-right: 8px;
}
@media (min-width: 992px) {
	footer .row:first-child .col-lg-5 {
		padding-right: 35px;
	}
}
@media (min-width: 992px) {
	footer .row:first-child .col-lg-7.d-none.d-lg-block {
		padding-right: 35px;
	}
}
@media (min-width: 1200px) {
	footer .row:first-child .col-lg-7.d-none.d-lg-block,
	footer .row:last-child .col-lg-7.d-none.d-lg-block {
		padding-right: 70px;
		width: 55%;
	}
	footer .row:first-child .col-lg-5.col-lg-5,
	footer .row:last-child .col-lg-5 {
		padding-right: 70px;
		width: 44%;
	}
	footer .col-lg-3 .publications-block img {
		padding-right: 0;
		width: 100%;
	}
}
footer h4 {
	font-family: sofia-pro, sans-serif;
	font-weight: 600;
	margin-bottom: 0.938em;
	text-transform: uppercase;
}
footer ul {
	list-style: none;
	padding-left: 0;
}
footer ul li {
	margin-bottom: 0.625em;
}
footer ul li a {
	color: #fff !important;
	line-height: 1.7;
}
footer ul li a:hover {
	opacity: 0.6;
}
footer .get-in-touch p {
	margin-bottom: 0.625em;
}
footer p.copyright {
	color: #fff;
	margin-bottom: 0.625em;
}
@media (min-width: 1200px) {
	footer p.copyright {
		color: #a59466;
	}
}
footer p.copyright a {
	color: #fff !important;
}
footer p.copyright a:hover {
	color: #fff !important;
}
@media (min-width: 1200px) {
	footer p.copyright a {
		color: #a59466 !important;
	}
}
footer .social-icons ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
footer .social-icons ul li {
	display: inline-block;
	margin-bottom: 0;
}
footer .social-icons ul li a {
	align-items: center;
	background-color: #a59466;
	border-radius: 50%;
	color: #fff;
	display: flex;
	height: 2.563em;
	justify-content: center;
	line-height: 38px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	width: 2.563em;
}
footer .social-icons ul li a:hover {
	background-color: #fff;
	color: #a59466 !important;
	opacity: 1;
}
footer .social-icons svg {
	height: 1.2em;
}
footer .publications-block {
	margin-top: 2em;
	margin-bottom: 2em;
	padding: 1.625em 1.625em;
}
@media (min-width: 1200px) {
	footer .publications-block {
		margin-top: -1.25em;
		margin-bottom: 0;
		padding: 1.625em 1.625em 3.563em;
	}
}
footer .publications-block a img {
	margin-bottom: 1.563em;
}
@media (max-width: 768px) {
	footer .publications-block a img {
		margin-bottom: 1em;
	}
}
footer .publications-block h5 {
	color: #0c3258;
	font-family: sofia-pro, sans-serif;
	font-size: 1em;
	font-weight: 600;
	margin-bottom: 1.313em;
}
#mc_embed_signup {
	margin-top: 2em;
}
@media (min-width: 1200px) {
	#mc_embed_signup {
		margin-top: 3em;
	}
}
#mc_embed_signup form {
	text-align: left;
	padding: 10px 0 10px 0;
}
.mc-field-group {
	display: inline-block;
}
#mc_embed_signup_scroll {
	display: flex;
	margin-bottom: 20px;
	width: 100%;
}
@media (min-width: 1200px) {
	#mc_embed_signup_scroll {
		margin-bottom: 0;
		width: 100%;
	}
}
#mc_embed_signup input.email {
	background-color: #fff;
	border-radius: 0;
	border: 0.063em solid #fff;
	color: #a59466;
	display: inline-block;
	font-size: 16px;
	height: 2.875em;
	width: 100%;
}
#mc_embed_signup .clear {
	display: inline-block;
}
#mc_embed_signup button {
	align-items: center;
	background-color: #fff;
	border: 0.063em solid #fff;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-size: 16px;
	font-style: normal;
	font-weight: 800;
	height: 2.875em;
	justify-content: center;
	line-height: 1.5;
	overflow: hidden;
	outline: 0;
	padding: 0.688em 1.563em;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	width: 20px;
	min-width: 20px;
}
#mc_embed_signup button:hover {
	background-color: #a59466;
	border: 0.063em solid #a59466;
	color: #fff;
	cursor: pointer;
}
#mc_embed_signup button svg {
	color: #a59466;
	transition: all 0.3s ease-in-out;
}
#mc_embed_signup button:hover svg {
	color: #fff;
}
#mc_embed_signup div#mce-responses {
	float: left;
	top: -1.4em;
	padding: 0 0.5em 0 0.5em;
	overflow: hidden;
	width: 90%;
	margin: 0 5%;
	clear: both;
}
#mc_embed_signup div.response {
	margin: 1em 0;
	padding: 1em 0.5em 0.5em 0;
	font-weight: 700;
	float: left;
	top: -1.5em;
	z-index: 1;
	width: 80%;
}
#mc_embed_signup #mce-error-response {
	display: none;
}
#mc_embed_signup #mce-success-response {
	color: #fff;
	display: none;
}
#mc_embed_signup label.error {
	display: block;
	float: none;
	width: auto;
	margin-left: 1.05em;
	text-align: left;
	padding: 0.5em 0;
}
.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
	margin-bottom: 20px;
	width: 100%;
}
.woocommerce .widget_shopping_cart .buttons a:last-child,
.woocommerce.widget_shopping_cart .buttons a:last-child {
	margin-bottom: 0;
}
.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
	border-top: 1px solid #95989a;
}
.woocommerce-shop .woocommerce-breadcrumb,
.woocommerce-shop .woocommerce-products-header__title.page-title {
	display: none !important;
}
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
	margin: 0 0 1.5em;
}
.woocommerce ul.products li.product .button {
	display: none;
}
.woocommerce div.product .product_title {
	font-size: 30px;
}
.woocommerce ul.products li.product .price {
	color: #a59466;
	font-family: sofia-pro, sans-serif;
	font-size: 1em;
	font-weight: 600;
	line-height: 1.5;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
	font-size: 1.313em;
}
.woocommerce div.product form.cart div.quantity {
	float: initial;
	margin: 0 10px 30px 0;
}
.woocommerce .quantity .qty {
	width: 130px;
	text-align: left;
}
.woocommerce-privacy-policy-text {
	margin-bottom: 1em;
}
.woocommerce-billing-fields__field-wrapper {
	margin-top: -1em;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce .button-alt {
	align-items: center;
	border-radius: 1.25em;
	background-color: #a59466 !important;
	color: #fff !important;
	display: inline-block;
	font-size: 1em;
	font-weight: 900;
	letter-spacing: 0.125em;
	padding: 0.313em 1.8em 0.5em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	word-break: break-word;
	width: 200px;
}
.woocommerce #submit_sagepayform_payment_form {
	width: auto;
}
@media screen and (min-width: 1200px) {
	.woocommerce #respond input#submit.alt,
	.woocommerce a.button.alt,
	.woocommerce button.button.alt,
	.woocommerce input.button.alt,
	.woocommerce .button-alt {
		padding: 0.875em 1.688em 1em;
	}
}
.woocommerce-page table.cart td.actions button.button {
	float: left !important;
	margin-top: 10px;
	width: 100% !important;
}
@media screen and (min-width: 768px) {
	.woocommerce-page table.cart td.actions button.button {
		float: none !important;
		margin-top: 0;
		width: auto !important;
	}
}
.woocommerce table.shop_table {
	padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
	.woocommerce table.shop_table {
		padding-bottom: 0;
	}
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce .button-alt:hover {
	background-color: #3b3a3a !important;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
	color: #4a4949;
	padding: 0;
	text-align: left;
}
.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
	color: #a59466;
	font-weight: 700;
	padding-top: 20px;
}
.quantity span:first-child {
	padding-top: 0;
}
.woocommerce.widget_shopping_cart .buttons a:hover {
	color: #e5e5e5;
}
h3.t-woo {
	font-family: sofia-pro, sans-serif;
	font-size: 1em;
	font-weight: 600;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	align-items: center;
	background-color: #a59466 !important;
	border-radius: 1.25em;
	color: #fff !important;
	display: inline-block;
	font-weight: 900;
	height: auto;
	letter-spacing: 0.125em;
	line-height: 1.5 !important;
	padding: 0.313em 1.5em 0.5em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	word-break: break-word;
}
@media (min-width: 1200px) {
	.woocommerce #respond input#submit,
	.woocommerce a.button,
	.woocommerce button.button,
	.woocommerce input.button {
		padding: 0.875em 1.688em 1em;
	}
}
.woocommerce .cart .button,
.woocommerce .cart input.button {
	padding: 0.313em 0.313em 0.5em;
}
@media (min-width: 1200px) {
	.woocommerce .cart .button,
	.woocommerce .cart input.button {
		padding: 0.675em 1.5em 0.7em;
	}
}
.woocommerce #content table.cart td.actions .button,
.woocommerce table.cart td.actions .button,
.woocommerce-page #content table.cart td.actions .button,
.woocommerce-page table.cart td.actions .button {
	padding: 0.313em 2em 0.5em;
}
@media (min-width: 1200px) {
	.woocommerce #content table.cart td.actions .button,
	.woocommerce table.cart td.actions .button,
	.woocommerce-page #content table.cart td.actions .button,
	.woocommerce-page table.cart td.actions .button {
		padding: 0.675em 1.5em 0.7em;
	}
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background-color: #5287b7 !important;
}
.woocommerce form .form-row {
	margin: 16px 0;
	padding: 3px;
}
.woocommerce-MyAccount-navigation ul {
	border: 1px solid #95989a !important;
	list-style: none;
	padding-left: 0;
}
.woocommerce-MyAccount-navigation ul {
	list-style: none;
}
.woocommerce-MyAccount-navigation ul li {
	border-bottom: 1px solid #95989a !important;
	padding: 0.625em;
}
.woocommerce-MyAccount-navigation ul li:last-child {
	border-bottom: none !important;
}
.woocommerce-MyAccount-navigation ul li:hover {
	background-color: #a59466 !important;
	color: #fff !important;
}
.woocommerce-MyAccount-navigation ul li:hover a {
	color: #fff !important;
}
.wp-pagenavi a:focus,
.wp-pagenavi a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	background: #e5e5e5;
	color: #4a4949;
}
.wp-pagenavi a,
.wp-pagenavi span,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	border-color: #e5e5e5;
	color: #3b3a3a;
	display: inline-block;
	font-family: sofia-pro, sans-serif;
	font-size: 1em;
	font-weight: 600;
	padding: 0.95em 1em;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.wp-pagenavi a:focus,
.wp-pagenavi a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	background: #e5e5e5;
	border-color: #e5e5e5;
	color: #4a4949;
}
@media (max-width: 567px) {
	.woocommerce nav.woocommerce-pagination ul {
		border: none;
	}
	.woocommerce nav.woocommerce-pagination ul li {
		border: 1px solid #d3ced2;
		margin-bottom: 10px;
	}
}
.related.products {
	border-top: 1px solid #e5e5e5;
	margin-top: 40px;
}
.related.products h2:first-child {
	font-family: sofia-pro, sans-serif;
	font-size: 1.125em;
	font-weight: 600;
	margin-top: 20px;
}
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
	margin: 0 20px 0 0;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
	width: 200px;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
	width: 70px;
	margin-bottom: 0;
}
.woocommerce-page .quantity {
	margin-bottom: 0;
}
@media (max-width: 768px) {
	.woocommerce-page .quantity {
		justify-content: flex-end;
	}
}
.woocommerce-page .quantity p {
	display: none;
}
.wc-proceed-to-checkout a {
	width: auto !important;
}
.woocommerce a.remove {
	line-height: 0.7;
}
@media (min-width: 768px) {
	.woocommerce form.login,
	.woocommerce form.register {
		min-height: 455px;
	}
}
@media (min-width: 1200px) {
	.woocommerce form.login,
	.woocommerce form.register {
		min-height: 410px;
	}
}
.woocommerce ul.products[class*="columns-"] li.product,
.woocommerce-page ul.products[class*="columns-"] li.product {
	margin: 0 1.563em 1em 0;
}
@media (min-width: 768px) {
	.woocommerce ul.products[class*="columns-"] li.product,
	.woocommerce-page ul.products[class*="columns-"] li.product {
		margin: 0 1.563em 2.992em 0;
	}
}
@media only screen and (max-width: 768px) {
	.woocommerce ul.products[class*="columns-"] li.product,
	.woocommerce-page ul.products[class*="columns-"] li.product {
		margin: 0 0 1em;
	}
}
.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
	margin-right: 0 !important;
}
.woocommerce .woocommerce-breadcrumb {
	margin: 1em 0 !important;
	font-size: 1em;
	color: #3b3a3a;
}
.woocommerce .woocommerce-breadcrumb a {
	color: #95989a !important;
}
.woocommerce .woocommerce-ordering select {
	padding-right: 2em;
}
.cff-text {
	color: #335e86 !important;
	font-style: italic !important;
	font-family: baskerville-urw, serif !important;
	font-size: 18px !important;
	font-weight: 500 !important;
	margin-bottom: 0 !important;
	text-decoration: none !important;
}
#cff .cff-item {
	border-bottom: 0 !important;
	padding: 0 !important;
}
.cff-post-text a {
	color: #335e86 !important;
}
.cff-post-text a:hover {
	color: #a59466 !important;
}
.cff-date-dot,
.cff-likebox.cff-bottom {
	display: none !important;
}
#cff .cff-linebreak {
	height: 0 !important;
	margin-bottom: 10px !important;
}
#cff.cff-default-styles .cff-expand a {
	color: #a59466 !important;
	font-size: 1em !important;
	font-weight: 700 !important;
}
#cff.cff-default-styles .cff-date {
	font-size: 1em !important;
}
@media print {
	*,
	::after,
	::before {
		text-shadow: none !important;
		box-shadow: none !important;
	}
	a:not(.btn) {
		text-decoration: underline;
	}
	abbr[title]::after {
		content: " (" attr(title) ")";
	}
	pre {
		white-space: pre-wrap !important;
	}
	blockquote,
	pre {
		border: 1px solid #adb5bd;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	img,
	tr {
		page-break-inside: avoid;
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	p {
		orphans: 3;
		widows: 3;
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		page-break-after: avoid;
	}
	@page {
		size: a3;
	}
	body {
		min-width: 992px !important;
	}
	aside,
	footer,
	#site-header {
		display: none !important;
	}
	.container,
	.container-fluid {
		min-width: 992px !important;
	}
	.navbar {
		display: none;
	}
	.badge {
		border: 1px solid #000;
	}
	.table {
		border-collapse: collapse !important;
	}
	.table td,
	.table th {
		background-color: #fff !important;
	}
	.table-bordered td,
	.table-bordered th {
		border: 1px solid #dee2e6 !important;
	}
	.table-dark {
		color: inherit;
	}
	.table-dark tbody + tbody,
	.table-dark td,
	.table-dark th,
	.table-dark thead th {
		border-color: #dee2e6;
	}
	.table .thead-dark th {
		color: inherit;
		border-color: #dee2e6;
	}
}
@media (min-width: 1200px) {
	.featured-post .hero-banner__container {
		padding-left: 5em;
		padding-right: 5em;
	}
}
.seller-image {
	background: #f4f4f4;
	display: inline-block;
	padding: 1em;
}
.seller-image img {
	margin-bottom: 0 !important;
}
@media (min-width: 1200px) {
	.col-content {
		&.has-sidebar {
			max-width: calc(100% - 14.75em);
		}
	}
}
@media (min-width: 992px) {
	.col-sidebar {
		max-width: 14.75em;
	}
}
.woocommerce .products ul,
.woocommerce ul.products {
	--bs-gutter-x: 0.75rem;
	--bs-gutter-y: 0;
	margin-top: calc(var(--bs-gutter-y) * -1);
	margin-right: calc(var(--bs-gutter-x) / -2);
	margin-left: calc(var(--bs-gutter-x) / -2);
}
.woocommerce .wrapper ul.products li.product,
.woocommerce-page .wrapper ul.products li.product {
	flex: 0 0 auto;
	float: none !important;
	margin: 0 0 calc(var(--bs-gutter-x) * 2) !important;
	padding-right: calc(var(--bs-gutter-x) / 2);
	padding-left: calc(var(--bs-gutter-x) / 2);
	width: 50%;
}
@media (min-width: 768px) {
	.woocommerce .wrapper ul.products li.product,
	.woocommerce-page .wrapper ul.products li.product {
		width: 33.3333333333%;
	}
}
@media (min-width: 992px) {
	.woocommerce .wrapper ul.products li.product,
	.woocommerce-page .wrapper ul.products li.product {
		width: 50%;
	}
}
@media (min-width: 1200px) {
	.woocommerce .wrapper ul.products li.product,
	.woocommerce-page .wrapper ul.products li.product {
		width: 33.3333333333%;
	}
}
.woocommerce .wrapper ul.products li.product a img,
.woocommerce-page .wrapper ul.products li.product a img {
	margin-bottom: 0;
}
.bsa-block-220--800 .bsaProItem:not(:last-child) {
	margin-bottom: var(--bs-gutter-x) !important;
}
.archive .bsa-block-220--800 .bsaProItem:nth-child(3),
.archive .bsa-block-220--800 .bsaProItem:nth-child(4) {
	display: none !important;
}
.single .bsa-block-220--800 .bsaProItem:nth-child(4) {
	display: none !important;
}
.wcpa_form_outer {
	margin-top: 0 !important;
}
.woocommerce div.product form.cart .variations label {
	font-weight: normal;
	line-height: 1.2;
}
#view-terms {
	padding-left: 0.5em;
}
.wp-block-separator {
	border: 0;
}
.vendor-info p:not(:last-child) {
	margin-bottom: 0;
}
.wp-pagenavi {
	padding: 4.063em 0;
	text-align: center;
}

/*!
Theme Name: Lincolnshire Life
Author: POP Branding
Author URI: https://pop-branding.com/
Version: 1.1.3
Text Domain: lincolnshire-life
*/
.accordion-body {
  padding: 0 0.625em 0.625em;
}
.accordion-body ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.accordion-body li {
  line-height: 1.2;
}
.accordion-body li:not(:last-child) {
  margin-bottom: 0.7em;
}
.accordion-body a {
  display: block;
}
.accordion-button {
  align-items: center;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  color: #95989a;
  font-family: sofia-pro, sans-serif;
  display: flex;
  font-size: 1em;
  font-weight: 600;
  height: auto;
  justify-content: space-between;
  line-height: 1.3;
  overflow-anchor: none;
  padding: 0.556em 0;
  position: relative;
  text-align: left;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  width: 100%;
}
.accordion-button .fa-minus {
  display: none;
}
.accordion-button:not(.collapsed) .fa-minus {
  display: block;
}
.accordion-button:not(.collapsed) .fa-plus {
  display: none;
}
.accordion-button:hover {
  color: #4a4949;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-header {
  font-size: 1em;
  margin-bottom: 0;
}
.accordion-item {
  border-top: solid 1px #e5e5e5;
}
.accordion-item:last-of-type {
  border-bottom: solid 1px #e5e5e5;
  margin-bottom: 30px;
}
.accordion-item a {
  color: #95989a;
}
.accordion-title {
  font-family: sofia-pro, sans-serif;
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 0;
  padding: 0.7em 0;
  text-transform: uppercase;
}

.mini_cart_item .wcpa_cart_meta {
  display: none !important;
}

.woocommerce-cart-form .quantity label {
  display: none;
}

select, textarea, input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
  background-color: #fff;
  border: solid 2px #4a4949;
  border-radius: 0;
  display: block;
  padding: 0.8em 1em;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--! Font Awesome Pro 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path fill="%234a4949" d="M137.4 41.4c12.5-12.5 32.8-12.5 45.3 0l128 128c9.2 9.2 11.9 22.9 6.9 34.9s-16.6 19.8-29.6 19.8H32c-12.9 0-24.6-7.8-29.6-19.8s-2.2-25.7 6.9-34.9l128-128zm0 429.3l-128-128c-9.2-9.2-11.9-22.9-6.9-34.9s16.6-19.8 29.6-19.8H288c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9l-128 128c-12.5 12.5-32.8 12.5-45.3 0z"/></svg>');
  background-position: calc(100% - 1em) 50%;
  background-repeat: no-repeat;
  background-size: 0.7em;
  min-width: 221px;
  padding-right: 2em;
}

div.gform_wrapper.gravity-theme .gform_button {
  background-color: #a59466;
  border-radius: 1.25em;
  color: #fff;
  cursor: pointer;
  font-weight: 900;
  letter-spacing: 0.125em;
  line-height: 1 !important;
  text-transform: uppercase;
}
div.gform_wrapper.gravity-theme .gform_button:hover {
  background-color: #335e86;
}
div.gform_wrapper.gravity-theme .gform_fields input,
div.gform_wrapper.gravity-theme .gform_fields textarea,
div.gform_wrapper.gravity-theme .gform_fields select {
  padding: 0.8em 1em;
}
div.gform_wrapper.gravity-theme .gform_fields select {
  padding-right: 2.5em;
}
div.gform_wrapper.gravity-theme .gform_footer {
  flex-wrap: wrap;
}
div.gform_wrapper.gravity-theme .gform_validation_errors {
  border-radius: 0;
  padding: 12.992px 24px;
}
div.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  font-family: sofia-pro, sans-serif;
  font-size: 1em;
}
div.gform_wrapper.gravity-theme .gfield:not(:last-child) {
  border-bottom: solid 1px #e5e5e5;
  margin-bottom: 0.2em;
  padding-bottom: 2em;
}
div.gform_wrapper.gravity-theme .gfield_label {
  font-weight: 500;
}

.recaptcha-notice {
  align-items: center;
  display: flex;
  gap: 1rem;
  padding-top: 1rem;
  width: 100%;
}
.recaptcha-notice p {
  margin-bottom: 0;
}
.recaptcha-notice img {
  display: block;
  max-width: 4rem;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.mobile-navigation {
  background: #fff;
  display: flex;
  height: 100%;
  flex-direction: column;
  flex-wrap: wrap;
  left: 0;
  opacity: 0;
  overflow: scroll;
  padding-top: 6rem;
  pointer-events: none;
  position: fixed;
  top: 0;
  transform: translateX(-100%);
  transform-origin: center center;
  transition: 0.3s ease;
  width: 100%;
  z-index: 2017;
}
@media (min-width: 1200px) {
  .mobile-navigation {
    display: none !important;
  }
}
.mobile-navigation.open {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}
.mobile-navigation .bottom-img {
  background-color: #fff;
  margin-top: 20px;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .mobile-navigation .bottom-img img {
    margin-left: auto;
    margin-right: auto;
    max-width: 540px;
  }
}
.mobile-navigation .links {
  margin-top: 25px;
}
.mobile-navigation .links a {
  color: #686b6e;
}
.mobile-navigation .links a:not(:first-child) {
  padding-left: 0.625em;
}
.mobile-navigation .links a:not(:last-child) {
  padding-right: 0.625em;
}
.mobile-navigation .navbar-wrapper {
  display: block;
  justify-content: flex-start;
}
.mobile-navigation .navigation {
  display: block;
  margin: 0;
  padding: 0;
}
.mobile-navigation .navigation > li {
  align-items: flex-start;
  display: flex;
}
.mobile-navigation .navigation li {
  border-left: 0 !important;
  border-right: 0;
  border-top: 1px solid #d2d2d3;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 8px 0;
  text-align: center;
  width: 100%;
}
.mobile-navigation .navigation li:last-child {
  border-bottom: 1px solid #d2d2d3;
}
.mobile-navigation .navigation li.menu-item-22952 {
  display: none;
}
.mobile-navigation .navigation li.menu-item-has-children.active > a {
  color: #a59466;
}
.mobile-navigation .navigation li.menu-item-has-children svg {
  transition: transform 0.4s linear;
  transform: rotate(0deg);
}
.mobile-navigation .navigation li.menu-item-has-children:hover .sub-menu {
  position: relative;
  transform: translateY(0px);
}
.mobile-navigation .navigation li.sfHover a {
  color: #a59466;
}
.mobile-navigation .navigation li.sfHover svg {
  transform: rotate(180deg);
}
.mobile-navigation .navigation li.sfHover .sub-menu {
  display: block;
}
.mobile-navigation .navigation a {
  align-items: center;
  color: #95989a;
  font-size: 1rem;
  height: 100%;
  justify-content: space-between;
  padding: 0;
  text-align: left;
  width: 100%;
}
.mobile-navigation .navigation a:hover {
  color: #3b3a3a;
}
.mobile-navigation .sub-menu {
  border: 0;
  box-shadow: none;
  display: none;
  line-height: 22px;
  list-style: none;
  margin: 0;
  padding-top: 0.25rem;
  position: relative;
  text-align: left;
  top: 0 !important;
  transition: 0.5s;
}
.mobile-navigation .sub-menu li {
  border: 0 !important;
}
.mobile-navigation .sub-menu a {
  padding: 0 !important;
}

.single-product .product-type-variable .product_title + .price {
  display: none;
}
.single-product .quantity {
  align-items: center;
  display: flex;
  gap: 1rem;
}
.single-product .quantity label {
  margin-bottom: 0;
}
.single-product .summary .price {
  display: inline-block;
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 1.25em !important;
}
.single-product .variations {
  margin-bottom: 0;
}

.social-share {
  display: inline-block;
  font-size: 2em !important;
}
.social-share svg {
  display: block;
  height: 1em;
  width: 1em;
}
