	*,
	:after,
	:before {
	box-sizing: border-box
	}

	.container {
	width: 100%;
	max-width: 1650px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
	}

	.container-small {
	max-width: 1240px
	}

	.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
	}

	.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
	}

	.no-gutters {
	margin-right: 0;
	margin-left: 0
	}

	.no-gutters>.col,
	.no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0
	}

	.col,
	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8,
	.col-9,
	.col-10,
	.col-11,
	.col-12,
	.col-auto,
	.col-lg,
	.col-lg-1,
	.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-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-auto,
	.col-md,
	.col-md-1,
	.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-10,
	.col-md-11,
	.col-md-12,
	.col-md-auto,
	.col-sm,
	.col-sm-1,
	.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-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-auto,
	.col-xl,
	.col-xl-1,
	.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-10,
	.col-xl-11,
	.col-xl-12,
	.col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
	}

	.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%
	}

	.row-cols-1>* {
	flex: 0 0 100%;
	max-width: 100%
	}

	.row-cols-2>* {
	flex: 0 0 50%;
	max-width: 50%
	}

	.row-cols-3>* {
	flex: 0 0 33.333333%;
	max-width: 33.333333%
	}

	.row-cols-4>* {
	flex: 0 0 25%;
	max-width: 25%
	}

	.row-cols-5>* {
	flex: 0 0 20%;
	max-width: 20%
	}

	.row-cols-6>* {
	flex: 0 0 16.666667%;
	max-width: 16.666667%
	}

	.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
	}

	.col-1 {
	flex: 0 0 8.333333%;
	max-width: 8.333333%
	}

	.col-2 {
	flex: 0 0 16.666667%;
	max-width: 16.666667%
	}

	.col-3 {
	flex: 0 0 25%;
	max-width: 25%
	}

	.col-4 {
	flex: 0 0 33.333333%;
	max-width: 33.333333%
	}

	.col-5 {
	flex: 0 0 41.666667%;
	max-width: 41.666667%
	}

	.col-6 {
	flex: 0 0 50%;
	max-width: 50%
	}

	.col-7 {
	flex: 0 0 58.333333%;
	max-width: 58.333333%
	}

	.col-8 {
	flex: 0 0 66.666667%;
	max-width: 66.666667%
	}

	.col-9 {
	flex: 0 0 75%;
	max-width: 75%
	}

	.col-10 {
	flex: 0 0 83.333333%;
	max-width: 83.333333%
	}

	.col-11 {
	flex: 0 0 91.666667%;
	max-width: 91.666667%
	}

	.col-12 {
	flex: 0 0 100%;
	max-width: 100%
	}

	.order-first {
	order: -1
	}

	.order-last {
	order: 13
	}

	.order-0 {
	order: 0
	}

	.order-1 {
	order: 1
	}

	.order-2 {
	order: 2
	}

	.order-3 {
	order: 3
	}

	.order-4 {
	order: 4
	}

	.order-5 {
	order: 5
	}

	.order-6 {
	order: 6
	}

	.order-7 {
	order: 7
	}

	.order-8 {
	order: 8
	}

	.order-9 {
	order: 9
	}

	.order-10 {
	order: 10
	}

	.order-11 {
	order: 11
	}

	.order-12 {
	order: 12
	}

	.offset-1 {
	margin-left: 8.333333%
	}

	.offset-2 {
	margin-left: 16.666667%
	}

	.offset-3 {
	margin-left: 25%
	}

	.offset-4 {
	margin-left: 33.333333%
	}

	.offset-5 {
	margin-left: 41.666667%
	}

	.offset-6 {
	margin-left: 50%
	}

	.offset-7 {
	margin-left: 58.333333%
	}

	.offset-8 {
	margin-left: 66.666667%
	}

	.offset-9 {
	margin-left: 75%
	}

	.offset-10 {
	margin-left: 83.333333%
	}

	.offset-11 {
	margin-left: 91.666667%
	}

	@media (min-width:576px) {
	.col-sm {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%
	}

	.row-cols-sm-1>* {
	flex: 0 0 100%;
	max-width: 100%
	}

	.row-cols-sm-2>* {
	flex: 0 0 50%;
	max-width: 50%
	}

	.row-cols-sm-3>* {
	flex: 0 0 33.333333%;
	max-width: 33.333333%
	}

	.row-cols-sm-4>* {
	flex: 0 0 25%;
	max-width: 25%
	}

	.row-cols-sm-5>* {
	flex: 0 0 20%;
	max-width: 20%
	}

	.row-cols-sm-6>* {
	flex: 0 0 16.666667%;
	max-width: 16.666667%
	}

	.col-sm-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
	}

	.col-sm-1 {
	flex: 0 0 8.333333%;
	max-width: 8.333333%
	}

	.col-sm-2 {
	flex: 0 0 16.666667%;
	max-width: 16.666667%
	}

	.col-sm-3 {
	flex: 0 0 25%;
	max-width: 25%
	}

	.col-sm-4 {
	flex: 0 0 33.333333%;
	max-width: 33.333333%
	}

	.col-sm-5 {
	flex: 0 0 41.666667%;
	max-width: 41.666667%
	}

	.col-sm-6 {
	flex: 0 0 50%;
	max-width: 50%
	}

	.col-sm-7 {
	flex: 0 0 58.333333%;
	max-width: 58.333333%
	}

	.col-sm-8 {
	flex: 0 0 66.666667%;
	max-width: 66.666667%
	}

	.col-sm-9 {
	flex: 0 0 75%;
	max-width: 75%
	}

	.col-sm-10 {
	flex: 0 0 83.333333%;
	max-width: 83.333333%
	}

	.col-sm-11 {
	flex: 0 0 91.666667%;
	max-width: 91.666667%
	}

	.col-sm-12 {
	flex: 0 0 100%;
	max-width: 100%
	}

	.order-sm-first {
	order: -1
	}

	.order-sm-last {
	order: 13
	}

	.order-sm-0 {
	order: 0
	}

	.order-sm-1 {
	order: 1
	}

	.order-sm-2 {
	order: 2
	}

	.order-sm-3 {
	order: 3
	}

	.order-sm-4 {
	order: 4
	}

	.order-sm-5 {
	order: 5
	}

	.order-sm-6 {
	order: 6
	}

	.order-sm-7 {
	order: 7
	}

	.order-sm-8 {
	order: 8
	}

	.order-sm-9 {
	order: 9
	}

	.order-sm-10 {
	order: 10
	}

	.order-sm-11 {
	order: 11
	}

	.order-sm-12 {
	order: 12
	}

	.offset-sm-0 {
	margin-left: 0
	}

	.offset-sm-1 {
	margin-left: 8.333333%
	}

	.offset-sm-2 {
	margin-left: 16.666667%
	}

	.offset-sm-3 {
	margin-left: 25%
	}

	.offset-sm-4 {
	margin-left: 33.333333%
	}

	.offset-sm-5 {
	margin-left: 41.666667%
	}

	.offset-sm-6 {
	margin-left: 50%
	}

	.offset-sm-7 {
	margin-left: 58.333333%
	}

	.offset-sm-8 {
	margin-left: 66.666667%
	}

	.offset-sm-9 {
	margin-left: 75%
	}

	.offset-sm-10 {
	margin-left: 83.333333%
	}

	.offset-sm-11 {
	margin-left: 91.666667%
	}
	}

	@media (min-width:768px) {
	.col-md {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%
	}

	.row-cols-md-1>* {
	flex: 0 0 100%;
	max-width: 100%
	}

	.row-cols-md-2>* {
	flex: 0 0 50%;
	max-width: 50%
	}

	.row-cols-md-3>* {
	flex: 0 0 33.333333%;
	max-width: 33.333333%
	}

	.row-cols-md-4>* {
	flex: 0 0 25%;
	max-width: 25%
	}

	.row-cols-md-5>* {
	flex: 0 0 20%;
	max-width: 20%
	}

	.row-cols-md-6>* {
	flex: 0 0 16.666667%;
	max-width: 16.666667%
	}

	.col-md-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
	}

	.col-md-1 {
	flex: 0 0 8.333333%;
	max-width: 8.333333%
	}

	.col-md-2 {
	flex: 0 0 16.666667%;
	max-width: 16.666667%
	}

	.col-md-3 {
	flex: 0 0 25%;
	max-width: 25%
	}

	.col-md-4 {
	flex: 0 0 33.333333%;
	max-width: 33.333333%
	}

	.col-md-5 {
	flex: 0 0 41.666667%;
	max-width: 41.666667%
	}

	.col-md-6 {
	flex: 0 0 50%;
	max-width: 50%
	}

	.col-md-7 {
	flex: 0 0 58.333333%;
	max-width: 58.333333%
	}

	.col-md-8 {
	flex: 0 0 66.666667%;
	max-width: 66.666667%
	}

	.col-md-9 {
	flex: 0 0 75%;
	max-width: 75%
	}

	.col-md-10 {
	flex: 0 0 83.333333%;
	max-width: 83.333333%
	}

	.col-md-11 {
	flex: 0 0 91.666667%;
	max-width: 91.666667%
	}

	.col-md-12 {
	flex: 0 0 100%;
	max-width: 100%
	}

	.order-md-first {
	order: -1
	}

	.order-md-last {
	order: 13
	}

	.order-md-0 {
	order: 0
	}

	.order-md-1 {
	order: 1
	}

	.order-md-2 {
	order: 2
	}

	.order-md-3 {
	order: 3
	}

	.order-md-4 {
	order: 4
	}

	.order-md-5 {
	order: 5
	}

	.order-md-6 {
	order: 6
	}

	.order-md-7 {
	order: 7
	}

	.order-md-8 {
	order: 8
	}

	.order-md-9 {
	order: 9
	}

	.order-md-10 {
	order: 10
	}

	.order-md-11 {
	order: 11
	}

	.order-md-12 {
	order: 12
	}

	.offset-md-0 {
	margin-left: 0
	}

	.offset-md-1 {
	margin-left: 8.333333%
	}

	.offset-md-2 {
	margin-left: 16.666667%
	}

	.offset-md-3 {
	margin-left: 25%
	}

	.offset-md-4 {
	margin-left: 33.333333%
	}

	.offset-md-5 {
	margin-left: 41.666667%
	}

	.offset-md-6 {
	margin-left: 50%
	}

	.offset-md-7 {
	margin-left: 58.333333%
	}

	.offset-md-8 {
	margin-left: 66.666667%
	}

	.offset-md-9 {
	margin-left: 75%
	}

	.offset-md-10 {
	margin-left: 83.333333%
	}

	.offset-md-11 {
	margin-left: 91.666667%
	}
	}

	@media (min-width:992px) {
	.col-lg {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%
	}

	.row-cols-lg-1>* {
	flex: 0 0 100%;
	max-width: 100%
	}

	.row-cols-lg-2>* {
	flex: 0 0 50%;
	max-width: 50%
	}

	.row-cols-lg-3>* {
	flex: 0 0 33.333333%;
	max-width: 33.333333%
	}

	.row-cols-lg-4>* {
	flex: 0 0 25%;
	max-width: 25%
	}

	.row-cols-lg-5>* {
	flex: 0 0 20%;
	max-width: 20%
	}

	.row-cols-lg-6>* {
	flex: 0 0 16.666667%;
	max-width: 16.666667%
	}

	.col-lg-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
	}

	.col-lg-1 {
	flex: 0 0 8.333333%;
	max-width: 8.333333%
	}

	.col-lg-2 {
	flex: 0 0 16.666667%;
	max-width: 16.666667%
	}

	.col-lg-3 {
	flex: 0 0 25%;
	max-width: 25%
	}

	.col-lg-4 {
	flex: 0 0 33.333333%;
	max-width: 33.333333%
	}

	.col-lg-5 {
	flex: 0 0 41.666667%;
	max-width: 41.666667%
	}

	.col-lg-6 {
	flex: 0 0 50%;
	max-width: 50%
	}

	.col-lg-7 {
	flex: 0 0 58.333333%;
	max-width: 58.333333%
	}

	.col-lg-8 {
	flex: 0 0 66.666667%;
	max-width: 66.666667%
	}

	.col-lg-9 {
	flex: 0 0 75%;
	max-width: 75%
	}

	.col-lg-10 {
	flex: 0 0 83.333333%;
	max-width: 83.333333%
	}

	.col-lg-11 {
	flex: 0 0 91.666667%;
	max-width: 91.666667%
	}

	.col-lg-12 {
	flex: 0 0 100%;
	max-width: 100%
	}

	.order-lg-first {
	order: -1
	}

	.order-lg-last {
	order: 13
	}

	.order-lg-0 {
	order: 0
	}

	.order-lg-1 {
	order: 1
	}

	.order-lg-2 {
	order: 2
	}

	.order-lg-3 {
	order: 3
	}

	.order-lg-4 {
	order: 4
	}

	.order-lg-5 {
	order: 5
	}

	.order-lg-6 {
	order: 6
	}

	.order-lg-7 {
	order: 7
	}

	.order-lg-8 {
	order: 8
	}

	.order-lg-9 {
	order: 9
	}

	.order-lg-10 {
	order: 10
	}

	.order-lg-11 {
	order: 11
	}

	.order-lg-12 {
	order: 12
	}

	.offset-lg-0 {
	margin-left: 0
	}

	.offset-lg-1 {
	margin-left: 8.333333%
	}

	.offset-lg-2 {
	margin-left: 16.666667%
	}

	.offset-lg-3 {
	margin-left: 25%
	}

	.offset-lg-4 {
	margin-left: 33.333333%
	}

	.offset-lg-5 {
	margin-left: 41.666667%
	}

	.offset-lg-6 {
	margin-left: 50%
	}

	.offset-lg-7 {
	margin-left: 58.333333%
	}

	.offset-lg-8 {
	margin-left: 66.666667%
	}

	.offset-lg-9 {
	margin-left: 75%
	}

	.offset-lg-10 {
	margin-left: 83.333333%
	}

	.offset-lg-11 {
	margin-left: 91.666667%
	}
	}

	@media (min-width:1200px) {
	.col-xl {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%
	}

	.row-cols-xl-1>* {
	flex: 0 0 100%;
	max-width: 100%
	}

	.row-cols-xl-2>* {
	flex: 0 0 50%;
	max-width: 50%
	}

	.row-cols-xl-3>* {
	flex: 0 0 33.333333%;
	max-width: 33.333333%
	}

	.row-cols-xl-4>* {
	flex: 0 0 25%;
	max-width: 25%
	}

	.row-cols-xl-5>* {
	flex: 0 0 20%;
	max-width: 20%
	}

	.row-cols-xl-6>* {
	flex: 0 0 16.666667%;
	max-width: 16.666667%
	}

	.col-xl-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
	}

	.col-xl-1 {
	flex: 0 0 8.333333%;
	max-width: 8.333333%
	}

	.col-xl-2 {
	flex: 0 0 16.666667%;
	max-width: 16.666667%
	}

	.col-xl-3 {
	flex: 0 0 25%;
	max-width: 25%
	}

	.col-xl-4 {
	flex: 0 0 33.333333%;
	max-width: 33.333333%
	}

	.col-xl-5 {
	flex: 0 0 41.666667%;
	max-width: 41.666667%
	}

	.col-xl-6 {
	flex: 0 0 50%;
	max-width: 50%
	}

	.col-xl-7 {
	flex: 0 0 58.333333%;
	max-width: 58.333333%
	}

	.col-xl-8 {
	flex: 0 0 66.666667%;
	max-width: 66.666667%
	}

	.col-xl-9 {
	flex: 0 0 75%;
	max-width: 75%
	}

	.col-xl-10 {
	flex: 0 0 83.333333%;
	max-width: 83.333333%
	}

	.col-xl-11 {
	flex: 0 0 91.666667%;
	max-width: 91.666667%
	}

	.col-xl-12 {
	flex: 0 0 100%;
	max-width: 100%
	}

	.order-xl-first {
	order: -1
	}

	.order-xl-last {
	order: 13
	}

	.order-xl-0 {
	order: 0
	}

	.order-xl-1 {
	order: 1
	}

	.order-xl-2 {
	order: 2
	}

	.order-xl-3 {
	order: 3
	}

	.order-xl-4 {
	order: 4
	}

	.order-xl-5 {
	order: 5
	}

	.order-xl-6 {
	order: 6
	}

	.order-xl-7 {
	order: 7
	}

	.order-xl-8 {
	order: 8
	}

	.order-xl-9 {
	order: 9
	}

	.order-xl-10 {
	order: 10
	}

	.order-xl-11 {
	order: 11
	}

	.order-xl-12 {
	order: 12
	}

	.offset-xl-0 {
	margin-left: 0
	}

	.offset-xl-1 {
	margin-left: 8.333333%
	}

	.offset-xl-2 {
	margin-left: 16.666667%
	}

	.offset-xl-3 {
	margin-left: 25%
	}

	.offset-xl-4 {
	margin-left: 33.333333%
	}

	.offset-xl-5 {
	margin-left: 41.666667%
	}

	.offset-xl-6 {
	margin-left: 50%
	}

	.offset-xl-7 {
	margin-left: 58.333333%
	}

	.offset-xl-8 {
	margin-left: 66.666667%
	}

	.offset-xl-9 {
	margin-left: 75%
	}

	.offset-xl-10 {
	margin-left: 83.333333%
	}

	.offset-xl-11 {
	margin-left: 91.666667%
	}
	}

	@media (min-width:1600px) {
	.col-xls {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%
	}

	.row-cols-xls-1>* {
	flex: 0 0 100%;
	max-width: 100%
	}

	.row-cols-xls-2>* {
	flex: 0 0 50%;
	max-width: 50%
	}

	.row-cols-xls-3>* {
	flex: 0 0 33.333333%;
	max-width: 33.333333%
	}

	.row-cols-xls-4>* {
	flex: 0 0 25%;
	max-width: 25%
	}

	.row-cols-xls-5>* {
	flex: 0 0 20%;
	max-width: 20%
	}

	.row-cols-xls-6>* {
	flex: 0 0 16.666667%;
	max-width: 16.666667%
	}

	.col-xls-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
	}

	.col-xls-1 {
	flex: 0 0 8.333333%;
	max-width: 8.333333%
	}

	.col-xls-2 {
	flex: 0 0 16.666667%;
	max-width: 16.666667%
	}

	.col-xls-3 {
	flex: 0 0 25%;
	max-width: 25%
	}

	.col-xls-4 {
	flex: 0 0 33.333333%;
	max-width: 33.333333%
	}

	.col-xls-5 {
	flex: 0 0 41.666667%;
	max-width: 41.666667%
	}

	.col-xls-6 {
	flex: 0 0 50%;
	max-width: 50%
	}

	.col-xls-7 {
	flex: 0 0 58.333333%;
	max-width: 58.333333%
	}

	.col-xls-8 {
	flex: 0 0 66.666667%;
	max-width: 66.666667%
	}

	.col-xls-9 {
	flex: 0 0 75%;
	max-width: 75%
	}

	.col-xls-10 {
	flex: 0 0 83.333333%;
	max-width: 83.333333%
	}

	.col-xls-11 {
	flex: 0 0 91.666667%;
	max-width: 91.666667%
	}

	.col-xls-12 {
	flex: 0 0 100%;
	max-width: 100%
	}

	.order-xls-first {
	order: -1
	}

	.order-xls-last {
	order: 13
	}

	.order-xls-0 {
	order: 0
	}

	.order-xls-1 {
	order: 1
	}

	.order-xls-2 {
	order: 2
	}

	.order-xls-3 {
	order: 3
	}

	.order-xls-4 {
	order: 4
	}

	.order-xls-5 {
	order: 5
	}

	.order-xls-6 {
	order: 6
	}

	.order-xls-7 {
	order: 7
	}

	.order-xls-8 {
	order: 8
	}

	.order-xls-9 {
	order: 9
	}

	.order-xls-10 {
	order: 10
	}

	.order-xls-11 {
	order: 11
	}

	.order-xls-12 {
	order: 12
	}

	.offset-xls-0 {
	margin-left: 0
	}

	.offset-xls-1 {
	margin-left: 8.333333%
	}

	.offset-xls-2 {
	margin-left: 16.666667%
	}

	.offset-xls-3 {
	margin-left: 25%
	}

	.offset-xls-4 {
	margin-left: 33.333333%
	}

	.offset-xls-5 {
	margin-left: 41.666667%
	}

	.offset-xls-6 {
	margin-left: 50%
	}

	.offset-xls-7 {
	margin-left: 58.333333%
	}

	.offset-xls-8 {
	margin-left: 66.666667%
	}

	.offset-xls-9 {
	margin-left: 75%
	}

	.offset-xls-10 {
	margin-left: 83.333333%
	}

	.offset-xls-11 {
	margin-left: 91.666667%
	}
	}

	html {
	font-size: 62.5%
	}

	body {
	margin: 0;
	font-family: Poppins, Arial;
	font-size: 17px;
	font-weight: 400;
	line-height: inherit;
	color: #373737;
	text-align: left;
	background-color: #fff
	}

	@media (max-width:812.98px) {
	body.prevent-scroll-mobile {
	overflow: hidden
	}
	}

	body.prevent-scroll {
	overflow: hidden
	}

	.container-lg {
	max-width: 1452px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0 16px
	}

	img {
	max-width: 100%;
	height: auto
	}

	@media (min-width:768px) and (min-device-height:927px) {
	.mobile-only {
	display: none
	}
	}

	@media (max-width:812.98px) {
	.mobile-hide {
	display: none
	}
	}

	.valign-row {
	align-items: center
	}

	.wp-caption {
	max-width: 100%
	}

	.aligncenter {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto
	}

	.alignright {
	display: block;
	text-align: right
	}

	#skip-link {
	text-align: center
	}

	#skip-link a {
	color: #373737;
	width: 0;
	height: 0;
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	height: 1px
	}

	#skip-link a:focus {
	padding: 8px;
	display: inline-block;
	width: auto;
	height: auto;
	position: static !important;
	clip: auto;
	outline: .1rem solid #373737
	}

	.preblock-anchor {
	position: relative;
	display: block;
	scroll-margin-top: 70px
	}

	@media (min-width:783px) {
	.preblock-anchor {
	scroll-margin-top: 100px
	}
	}

	@media (min-width:992px) {
	.preblock-anchor {
	scroll-margin-top: 100px
	}
	}

	@media (min-width:1200px) {
	.preblock-anchor {
	scroll-margin-top: 138px
	}
	}

	.block-content {
	margin-top: 0;
	margin-bottom: 2.34375rem
	}

	@media (min-width:768px) and (min-device-height:927px) {
	.block-content {
	margin-bottom: 4.6875rem
	}
	}

	.block-content.block-margin-above-small {
	margin-top: 2.34375rem
	}

	@media (min-width:768px) and (min-device-height:927px) {
	.block-content.block-margin-above-small {
	margin-top: 4.6875rem
	}
	}

	.block-content.block-margin-above-large {
	margin-top: 4.6875rem
	}

	@media (min-width:768px) and (min-device-height:927px) {
	.block-content.block-margin-above-large {
	margin-top: 9.375rem
	}
	}

	.block-content.block-margin-below-none {
	margin-bottom: 0
	}

	.block-content.block-margin-below-large {
	margin-bottom: 4.6875rem
	}

	@media (min-width:768px) and (min-device-height:927px) {
	.block-content.block-margin-below-large {
	margin-bottom: 9.375rem
	}
	}

	.block-content.height-full {
	height: calc(100vh - 70px)
	}

	@media (min-width:768px) and (min-device-height:927px) {
	.block-content.height-full {
	height: calc(100vh - 100px)
	}
	}

	@media (min-width:992px) {
	.block-content.height-full {
	height: calc(100vh - 100px)
	}
	}

	@media (min-width:1200px) {
	.block-content.height-full {
	height: calc(100vh - 138px)
	}
	}

	@media (orientation:portrait) {
	@supports (-webkit-touch-callout:none) {
	.block-content.height-full {
	height: calc(100vh - 225px)
	}
	}
	}

	.bg-image-cover {
	position: absolute;
	max-width: none;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
	}

	.mobile-h1 {
	font-family: meursault-variable, sans-serif;
	font-weight: 500;
	font-size: 38px;
	line-height: 44px;
	letter-spacing: 0
	}

	.mobile-h2-subhead-sm {
	font-family: barlow-semi-condensed, sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 1px;
	text-transform: uppercase
	}

	.mobile-h3 {
	font-size: 27px;
	line-height: 36.9px
	}

	.mobile-h3,
	.mobile-h4 {
	font-family: meursault-variable, sans-serif;
	font-weight: 500;
	letter-spacing: 0
	}

	.mobile-h4 {
	font-size: 19px;
	line-height: 24px
	}

	.mobile-h5-xl {
	font-family: meursault-variable, sans-serif;
	font-weight: 500;
	font-size: 45px;
	line-height: 50px;
	letter-spacing: 0
	}

	.mobile-cta {
	font-family: barlow-semi-condensed, sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 1px;
	text-transform: uppercase
	}

	.mobile-body {
	font-family: Poppins, Arial;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0
	}

	.mobile-body-sm {
	font-size: 14px
	}

	.mobile-body-sm,
	.mobile-disclaimer {
	font-family: Poppins, Arial;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0
	}

	.mobile-disclaimer {
	font-size: 13px
	}

	@media (min-width:768px) {
	.desktop-h1 {
	font-family: meursault-variable, sans-serif;
	font-weight: 500;
	font-size: 52px;
	line-height: 59px;
	letter-spacing: 0
	}
	}

	@media (min-width:768px) {
	.desktop-h2-subhead {
	font-size: 26px
	}
	}

	@media (min-width:768px) {

	.desktop-h2-subhead,
	.desktop-subhead-sm {
	font-family: barlow-semi-condensed, sans-serif;
	font-weight: 600;
	line-height: 100%;
	letter-spacing: 1px;
	text-transform: uppercase
	}

	.desktop-subhead-sm {
	font-size: 18px
	}
	}

	@media (min-width:768px) {
	.desktop-h3 {
	font-size: 33px;
	line-height: 50px
	}
	}

	@media (min-width:768px) {

	.desktop-h3,
	.desktop-h4 {
	font-family: meursault-variable, sans-serif;
	font-weight: 500;
	letter-spacing: 0
	}

	.desktop-h4 {
	font-size: 26px;
	line-height: 27px
	}
	}

	@media (min-width:768px) {
	.desktop-h5-xl {
	font-family: meursault-variable, sans-serif;
	font-weight: 500;
	font-size: 95px;
	line-height: 121px;
	letter-spacing: 0
	}
	}

	@media (min-width:768px) {
	.desktop-cta {
	font-family: barlow-semi-condensed, sans-serif;
	font-weight: 600;
	font-size: 22px;
	line-height: 20px;
	letter-spacing: .6px;
	text-transform: uppercase
	}
	}

	@media (min-width:768px) {
	.desktop-body {
	font-weight: 400
	}
	}

	@media (min-width:768px) {

	.desktop-body,
	.desktop-body-medium {
	font-family: Poppins, Arial;
	font-size: 21px;
	line-height: 35px;
	letter-spacing: 0
	}

	.desktop-body-medium {
	font-weight: 500
	}
	}

	@media (min-width:768px) {
	.desktop-body-sm {
	font-family: Poppins, Arial;
	font-weight: 400;
	font-size: 17px;
	line-height: 23px;
	letter-spacing: 0
	}
	}

	.-text-color-white {
	color: #fff !important
	}

	.-text-color-black {
	color: #231f20 !important
	}

	.-text-align-center {
	text-align: center !important
	}

	.header {
	width: 100%
	}

	.header .header-container {
	max-width: 1452px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0 16px;
	box-sizing: border-box
	}

	.header .header-container .valign-row {
	display: flex;
	justify-content: space-between;
	margin: auto;
	flex-wrap: nowrap !important;
	gap: 10px
	}

	.header .header-container .valign-row .logo {
	width: 124px;
	aspect-ratio: 10/5
	}

	@media (min-width:768px) {
	.header .header-container .valign-row .logo {
	width: 152px
	}
	}

	.header .header-container .valign-row .logo a {
	display: inline-block;
	margin: 0
	}

	.header .header-container .valign-row .logo a img {
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover
	}

	.header .header-container .valign-row .header__menu {
	max-width: none;
	width: 100%;
	display: none
	}

	@media (min-width:1200px) {
	.header .header-container .valign-row .header__menu {
	width: auto;
	max-width: 840px
	}
	}

	@media (min-width:1240px) {
	.header .header-container .valign-row .header__menu {
	max-width: 860px;
	display: block
	}
	}

	@media (min-width:1300px) {
	.header .header-container .valign-row .header__menu {
	max-width: 860px
	}
	}

	@media (min-width:1342px) {
	.header .header-container .valign-row .header__menu {
	width: 100%;
	max-width: 911px
	}
	}

	.header .header-container .valign-row .header__menu .menu-header-container>ul {
	display: flex;
	justify-content: space-between;
	gap: 11px;
	padding-left: 0;
	flex-wrap: wrap
	}

	.header .header-container .valign-row .header__menu .menu-header-container>ul>li {
	list-style-type: none;
	position: relative
	}

	.header .header-container .valign-row .header__menu .menu-header-container>ul>li>a {
	color: #231f20;
	font-family: barlow-semi-condensed, sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer
	}

	.header .header-container .valign-row .header__menu .menu-header-container>ul>li>a svg {
	display: none
	}

	@media (min-width:768px) {
	.header .header-container .valign-row .header__menu .menu-header-container>ul>li>a {
	font-size: 18px
	}
	}

	.header .header-container .valign-row .header__menu .menu-header-container>ul>li .sub-menu {
	position: absolute;
	width: -moz-max-content;
	width: max-content;
	min-width: 362px;
	left: 0;
	opacity: 0;
	top: 25px;
	transition: opacity .3s ease-in-out;
	pointer-events: none;
	z-index: 2;
	display: flex;
	flex-direction: column;
	background-color: transparent;
	padding-top: 45px
	}

	.header .header-container .valign-row .header__menu .menu-header-container>ul>li .sub-menu li {
	border-top: 1px solid #cfc392;
	background-color: #fff
	}

	.header .header-container .valign-row .header__menu .menu-header-container>ul>li .sub-menu li:first-child {
	border-top: 0 solid #cfc392
	}

	.header .header-container .valign-row .header__menu .menu-header-container>ul>li .sub-menu li a {
	display: inline-block;
	width: 100%;
	font-family: barlow-semi-condensed, sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 1px;
	text-align: start;
	text-transform: capitalize;
	color: #231f20;
	text-decoration: none;
	transition: background-color .3s ease-in-out;
	background-color: #fff;
	cursor: pointer
	}

	.header .header-container .valign-row .header__menu .menu-header-container>ul>li .sub-menu li a:focus,
	.header .header-container .valign-row .header__menu .menu-header-container>ul>li .sub-menu li a:hover {
	background-color: rgba(207, 195, 146, .2)
	}

	@media (min-width:768px) {
	.header .header-container .valign-row .header__menu .menu-header-container>ul>li .sub-menu li a {
	font-family: meursault-variable, sans-serif;
	font-weight: 500;
	font-size: 26px;
	line-height: 104%;
	letter-spacing: 0;
	padding: 20px
	}
	}

	.header .header-container .valign-row .buttons-wrapper {
	display: none;
	gap: 32px;
	align-items: center;
	width: 216px
	}

	@media (min-width:1240px) {
	.header .header-container .valign-row .buttons-wrapper {
	display: flex
	}
	}

	.header .header-container .valign-row .buttons-wrapper svg {
	width: 85px;
	height: auto;
	aspect-ratio: 1.11/1;
	-o-object-fit: cover;
	object-fit: cover;
	cursor: pointer
	}

	@media (min-width:783px) {
	.logged-in #header {
	top: 32px
	}
	}

	@media (max-width:812.98px) {
	.logged-in #header .header__menu {
	top: 32px !important
	}
	}

	#notification_bar {
	background-color: green;
	padding: 22px 0 21px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover
	}

	#notification_bar .notification-container {
	display: flex;
	flex-direction: column;
	gap: 15px;
	max-width: 1432px;
	padding: 0 20px;
	align-items: center
	}

	@media (min-width:992px) {
	#notification_bar .notification-container {
	padding: 0 19px;
	flex-direction: row;
	gap: 23px
	}
	}

	#notification_bar .notification-container p {
	margin: 0;
	text-align: center
	}

	@media (min-width:992px) {
	#notification_bar .notification-container p {
	text-align: start
	}
	}

	#notification_bar .notification-container a.button-outline {
	min-width: none
	}

	@media (min-width:992px) {
	#notification_bar .notification-container a.button-outline {
	min-width: 178px
	}
	}

	#header {
	height: auto;
	padding: 16px 0 15px;
	position: sticky;
	top: 0;
	background-color: #fff;
	z-index: 99
	}

	#header .container,
	#header .row {
	height: 100%
	}

	@media (min-width:768px) and (max-width:1199.98px) {
	#header .container .header__menu {
	box-shadow: 0 8px 12px -12px #000
	}
	}

	@media (max-width:1199.98px) {
	#header .container .header__menu {
	display: none;
	padding: 1.5rem 0 0;
	background-color: #fff;
	z-index: 2;
	position: absolute;
	top: 13rem
	}

	#header .container .header__menu.menu-open {
	display: block
	}
	}

	@media (min-width:768px) and (max-width:991.98px) {
	#header .container .header__menu {
	top: 7rem
	}
	}

	@media (max-width:812.98px) {
	#header .container .header__menu {
	height: 100%;
	top: 0;
	overflow: auto;
	position: fixed;
	z-index: 3
	}

	#header .container .header__menu #close-header {
	display: block;
	position: absolute;
	top: 0
	}
	}

	#header .container .header__menu #menu-header {
	padding-left: 0;
	display: flex;
	flex-wrap: wrap
	}

	@media (max-width:1199.98px) {
	#header .container .header__menu #menu-header {
	padding: 0 1.5rem;
	justify-content: center
	}
	}

	@media (min-width:1200px) {
	#header .container .header__menu #menu-header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
	}
	}

	#header .container .header__menu #menu-header>li {
	list-style-type: none;
	position: relative
	}

	#header .container .header__menu #menu-header>li>a {
	text-decoration: none;
	position: relative
	}

	@media (min-width:1200px) {
	#header .container .header__menu #menu-header>li>a:after {
	content: "";
	height: 3.5px;
	background-color: #cfc392;
	transition: width .3s ease-in-out;
	width: 0;
	position: absolute;
	bottom: -10px;
	left: 0
	}
	}

	@media (min-width:1200px) {
	#header .container .header__menu #menu-header>li:hover:not(.button) a:after {
	width: 100%
	}

	#header .container .header__menu #menu-header>li:hover .sub-menu {
	opacity: 1;
	pointer-events: auto
	}
	}

	@media (max-width:1199.98px) {
	#header .container .header__menu #menu-header>li:not(.button) {
	flex: 0 0 100%;
	max-width: 100%;
	order: 2;
	border-bottom: 1px solid #373737
	}

	#header .container .header__menu #menu-header>li:not(.button).menu-item-720 {
	border-bottom: none
	}

	#header .container .header__menu #menu-header>li:not(.button) a {
	font-family: meursault-variable, sans-serif;
	font-weight: 700;
	color: #373737;
	padding: 1rem 1rem 1rem 4rem;
	display: block
	}
	}

	@media (max-width:812.98px) {
	#header .container .header__menu #menu-header>li.button {
	flex: 0 0 100%;
	max-width: 100%
	}
	}

	@media (min-width:768px) and (max-width:1199.98px) {
	#header .container .header__menu #menu-header>li.button {
	margin: 0 1rem
	}
	}

	#header .container .header__menu #menu-header>li.button a {
	font-weight: 400;
	color: #fff;
	letter-spacing: 1px;
	background-color: #006a40;
	transition: background-color .3s ease-in-out
	}

	#header .container .header__menu #menu-header>li.button a:focus,
	#header .container .header__menu #menu-header>li.button a:hover {
	background-color: #99c3b3
	}

	@media (max-width:1199.98px) {
	#header .container .header__menu #menu-header>li.button {
	order: 1;
	margin-bottom: 2rem;
	text-align: center
	}

	#header .container .header__menu #menu-header>li.button a {
	width: 17rem;
	display: inline-block
	}
	}

	#header .container .header__menu #menu-header>li.button.bloom-status a {
	background-color: #fbaf38;
	color: #000
	}

	@media (max-width:1199.98px) {
	#header .container .header__menu #menu-header>li.menu-item-has-children:before {
	content: "";
	position: absolute;
	pointer-events: none;
	left: 10px;
	width: 0;
	height: 0;
	top: 15px;
	border-color: transparent transparent transparent #cce1d9;
	border-style: solid;
	border-width: 6px 0 6px 9px
	}

	#header .container .header__menu #menu-header>li.menu-item-has-children.menu-open:before {
	transform: rotate(90deg);
	border-color: transparent transparent transparent #006a40
	}

	#header .container .header__menu #menu-header>li.menu-item-has-children.menu-open .sub-menu {
	display: flex;
	flex-direction: column
	}
	}

	@media (min-width:1200px) {
	#header .container .header__menu #menu-header>li:nth-child(n+5) .sub-menu {
	left: auto;
	width: 24.5rem;
	right: .5rem;
	text-align: right
	}
	}

	#header .container .header__menu #menu-header .sub-menu {
	list-style-type: none;
	padding-left: 0
	}

	@media (max-width:1199.98px) {
	#header .container .header__menu #menu-header .sub-menu {
	display: none;
	padding-bottom: 1rem
	}

	#header .container .header__menu #menu-header .sub-menu li a {
	font-family: Poppins, Arial;
	font-weight: 400;
	padding: .5rem 1rem .5rem 5rem
	}
	}

	#header .container #hamburger {
	display: flex;
	position: absolute;
	right: 1.5rem;
	cursor: pointer
	}

	#header .container #hamburger svg {
	fill: #006a40
	}

	@media (min-width:1240px) {
	#header .container #hamburger {
	display: none
	}
	}

	.popup-bloom-overlay {
	max-width: 528px;
	width: 90%;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
	background-color: #fff;
	padding: 17px 16px;
	min-height: 217px;
	height: auto;
	box-shadow: 0 7px 29px rgba(0, 0, 0, .43)
	}

	.popup-bloom-overlay.-show-popup {
	display: flex
	}

	@media (min-width:768px) {
	.popup-bloom-overlay {
	padding: 17px 0 17px 129px;
	width: 100%;
	left: 55%
	}
	}

	.popup-bloom-overlay:after {
	content: "";
	width: 100%;
	height: 6.5px;
	background-color: #9a2890;
	position: absolute;
	bottom: -1px;
	left: 0
	}

	.popup-bloom-overlay img {
	position: absolute;
	height: 100%;
	width: auto;
	aspect-ratio: 1/1;
	border-radius: 100%;
	top: 0;
	left: -21.75%;
	z-index: 99;
	display: none
	}

	@media (min-width:768px) {
	.popup-bloom-overlay img {
	display: block
	}
	}

	.popup-bloom-overlay__close-btn {
	width: 48px;
	height: 48px;
	position: absolute;
	top: -15px;
	right: -16px;
	cursor: pointer
	}

	@media (min-width:768px) {
	.popup-bloom-overlay__close-btn {
	width: 52px;
	height: 52px;
	top: -21px;
	right: -25px
	}
	}

	.popup-bloom-overlay__close-btn svg {
	width: 48px;
	height: 48px
	}

	@media (min-width:768px) {
	.popup-bloom-overlay__close-btn svg {
	width: 52px;
	height: 52px
	}
	}

	.popup-bloom-overlay__info-box {
	padding: 0
	}

	@media (min-width:768px) {
	.popup-bloom-overlay__info-box {
	padding: 0 30px 0 0
	}
	}

	.popup-bloom-overlay__info-box p {
	margin: 0
	}

	.popup-bloom-overlay__info-box p svg {
	margin-bottom: 10px
	}

	.menu-mobile {
	width: 100%;
	display: flex;
	flex-direction: column;
	min-height: 600px;
	background-color: #fff;
	position: fixed;
	top: -1000px;
	left: 0;
	z-index: 99999999;
	align-items: center;
	transition: top .25s;
	overflow: scroll;
	height: 100vh
	}

	.menu-mobile.menu-open {
	top: 0
	}

	@media (min-width:1240px) {
	.menu-mobile {
	display: none !important
	}
	}

	.menu-mobile__header {
	background-color: rgba(207, 195, 146, .2);
	margin-bottom: 23px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 20px;
	border-bottom: 1px solid #cfc392
	}

	.menu-mobile__header__mobile-logo {
	width: 124px;
	aspect-ratio: 10/5.5;
	height: auto
	}

	.menu-mobile__header__mobile-logo img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
	}

	.menu-mobile__header__btn-close {
	display: block;
	width: 52px;
	height: 52px;
	cursor: pointer
	}

	.menu-mobile__header__btn-close svg {
	width: 52px;
	height: 52px
	}

	.menu-mobile__body {
	width: 100%
	}

	.menu-mobile__body__buttons-wrapper {
	max-width: 224px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: auto auto 44px
	}

	.menu-mobile__body__buttons-wrapper img {
	cursor: pointer
	}

	.menu-mobile__body .menu-header-container {
	width: 100%
	}

	.menu-mobile__body .menu-header-container ul.nav-mobile {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0;
	padding: 0 0 33px;
	width: 100%;
	border-bottom: 1px solid #cfc392
	}

	.menu-mobile__body .menu-header-container ul.nav-mobile>li {
	list-style: none;
	width: 100%;
	cursor: pointer
	}

	.menu-mobile__body .menu-header-container ul.nav-mobile>li>a {
	font-family: barlow-semi-condensed, sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	padding: 18px 12px;
	text-decoration: none;
	display: block;
	width: -moz-max-content;
	width: max-content;
	margin: auto;
	color: #231f20;
	position: relative
	}

	.menu-mobile__body .menu-header-container ul.nav-mobile>li>a svg {
	width: 8px;
	height: auto;
	margin-left: 12px
	}

	.menu-mobile__body .menu-header-container ul.nav-mobile>li>a:focus {
	outline-offset: 0 !important
	}

	.menu-mobile__body .menu-header-container ul.nav-mobile>li.-item-open>a svg {
	transform: rotate(90deg)
	}

	.menu-mobile__body .menu-header-container ul.nav-mobile>li.-item-open>a:after {
	content: "";
	height: 3.5px;
	background-color: #cfc392;
	transition: width .3s ease-in-out;
	width: calc(100% - 24px);
	position: absolute;
	bottom: 3px;
	left: 12px
	}

	.menu-mobile__body .menu-header-container ul.nav-mobile>li.-item-open ul.sub-menu {
	display: flex
	}

	.menu-mobile__body .menu-header-container ul.nav-mobile>li ul.sub-menu {
	padding: 0;
	width: 100%;
	display: none;
	flex-direction: column;
	align-items: center
	}

	.menu-mobile__body .menu-header-container ul.nav-mobile>li ul.sub-menu li {
	border-top: 1px solid #cfc392;
	border-bottom: 1px solid #cfc392;
	list-style: none;
	width: 100%;
	cursor: pointer
	}

	.menu-mobile__body .menu-header-container ul.nav-mobile>li ul.sub-menu li:first-child {
	border-top: 0 solid #cfc392
	}

	.menu-mobile__body .menu-header-container ul.nav-mobile>li ul.sub-menu li a {
	padding: 14px 10px 15px;
	font-family: meursault-variable, sans-serif;
	font-weight: 500;
	font-size: 27px;
	line-height: 36.9px;
	letter-spacing: 0;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	width: 100%;
	color: #231f20
	}

	.menu-mobile__body .menu-header-container ul.nav-mobile>li ul.sub-menu li a:focus {
	outline-offset: 0 !important
	}

	.menu-mobile__body .menu-header-container ul.nav-mobile>li ul.sub-menu li a:hover {
	background-color: rgba(207, 195, 146, .2)
	}

	.menu-mobile__body__social-media {
	margin: auto;
	display: flex;
	gap: 15px;
	justify-content: center;
	padding: 50px 16px 45px
	}

	.rotate {
	animation: spin 20s linear infinite;
	transform-origin: center center;
	transform-box: fill-box
	}

	@keyframes spin {
	0% {
	transform: rotate(0deg)
	}

	to {
	transform: rotate(1turn)
	}
	}

	.hours-table>div {
	padding: 14px 20px
	}

	@media (min-width:768px) {
	.hours-table>div {
	padding: 14px 26px
	}
	}

	.hours-table .desktop-h3 {
	font-family: meursault-variable, sans-serif;
	font-weight: 500;
	font-size: 22px;
	line-height: 28.45px;
	letter-spacing: 0;
	text-align: center;
	padding: 9px 26px 12px
	}

	.hours-table .header {
	background-color: transparent
	}

	.hours-table .first-item {
	background-color: #a1e2cf;
	margin-right: 3px
	}

	.hours-table .second-item {
	margin-left: 3px;
	background-color: #a1e2cf
	}

	.hero-landing-page {
	background-image: url(https://www.theflowerfields.com/wp-content/uploads/2025/10/Rectangle-50.png);
	height: 429px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%
	}

	.hero-landing-page .text-hero {
	width: 100%;
	max-width: 1043px;
	color: #fff;
	text-align: center;
	padding: 65px 8px;
	margin: auto;
	height: 100%
	}

	@media (min-width:350px) and (max-width:767px) {
	.hero-landing-page {
	height: 236px;
	background-image: url(https://www.theflowerfields.com/wp-content/uploads/2025/10/Rectangle-50.png)
	}

	.hero-landing-page .text-hero {
	max-width: 351px;
	width: 100%;
	height: 100px
	}
	}

	.full-container {
	background-image: url(https://www.theflowerfields.com/wp-content/uploads/2025/10/Texture_Clouds.png);
	width: 100%;
	height: 100%
	}

	.bg-image {
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	width: 100%;
	height: 100%
	}

	@media (min-width:768px) {
	.bg-image {
	display: block
	}
	}

	.first-section-slide li.desktop-body-sm.mobile-body-sm::marker {
	content: none
	}

	.first-section-slide .container-prices {
	gap: 43px;
	margin: auto;
	padding-top: 145px;
	padding-bottom: 100px
	}

	@media (min-width:1296px) and (max-width:2000px) {
	.first-section-slide .container-prices {
	width: 1296px
	}
	}

	@media (min-width:350px) and (max-width:767px) {
	.first-section-slide .container-prices {
	padding-top: 20px;
	display: grid;
	gap: 50px;
	padding-bottom: 10px
	}
	}

	.first-section-slide .container-prices .general-admission,
	.first-section-slide .container-prices .season-pass-container {
	background-color: #007854;
	border-radius: 30px;
	height: 676px;
	width: 404px;
	padding: 16px 8px;
	margin: auto
	}

	.first-section-slide .container-prices .general-admission .season-pass-container,
	.first-section-slide .container-prices .season-pass-container .season-pass-container {
	background-color: #006a40;
	border-radius: 30px;
	height: 676px;
	width: 404px;
	padding: 16px 8px
	}

	@media (min-width:350px) and (max-width:767px) {

	.first-section-slide .container-prices .general-admission .season-pass-container,
	.first-section-slide .container-prices .season-pass-container .season-pass-container {
	width: 100%;
	max-width: 353px;
	height: auto
	}
	}

	.first-section-slide .container-prices .general-admission .icon,
	.first-section-slide .container-prices .season-pass-container .icon {
	position: absolute;
	display: flex;
	justify-content: center;
	transform: translate(77%, -80%);
	margin: auto
	}

	.first-section-slide .container-prices .general-admission .desktop-h1,
	.first-section-slide .container-prices .season-pass-container .desktop-h1 {
	color: #fff;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0
	}

	.first-section-slide .container-prices .general-admission .line,
	.first-section-slide .container-prices .season-pass-container .line {
	width: 218.51px;
	height: 6.78px;
	margin: 0 auto 35px
	}

	.first-section-slide .container-prices .general-admission .container-season-pass,
	.first-section-slide .container-prices .season-pass-container .container-season-pass {
	background-color: #e12827;
	border-radius: 15px;
	text-align: center;
	width: 306px;
	height: 47px;
	margin: auto auto 18px
	}

	.first-section-slide .container-prices .general-admission .container-season-pass .text-container,
	.first-section-slide .container-prices .season-pass-container .container-season-pass .text-container {
	color: #fff;
	padding: 10px;
	margin: 2px
	}

	.first-section-slide .container-prices .general-admission .prices,
	.first-section-slide .container-prices .season-pass-container .prices {
	color: #fff;
	text-align: center;
	margin: 0
	}

	.first-section-slide .container-prices .general-admission .list-container,
	.first-section-slide .container-prices .season-pass-container .list-container {
	background-color: #f6eecd;
	height: auto;
	width: 361px;
	border-radius: 20px;
	margin: 16px auto;
	padding: 1px 16px
	}

	.first-section-slide .container-prices .general-admission .list-title,
	.first-section-slide .container-prices .season-pass-container .list-title {
	color: #231f20
	}

	.first-section-slide .container-prices .general-admission .buy-btn,
	.first-section-slide .container-prices .season-pass-container .buy-btn {
	width: 360px;
	height: 61px;
	border-radius: 50px;
	border: 1px solid #f6eecd;
	background-color: transparent;
	text-align: center;
	padding: 16px;
	margin: 48px auto 16px;
	cursor: pointer
	}

	.first-section-slide .container-prices .general-admission .btn,
	.first-section-slide .container-prices .season-pass-container .btn {
	color: #fff;
	text-decoration: none
	}

	@media (min-width:350px) and (max-width:767px) {

	.first-section-slide .container-prices .general-admission,
	.first-section-slide .container-prices .season-pass-container {
	width: 100%;
	max-width: 353px;
	height: auto
	}

	.first-section-slide .container-prices .general-admission .icon,
	.first-section-slide .container-prices .season-pass-container .icon {
	width: 110px;
	height: 110px;
	transform: translate(100%, -80%)
	}

	.first-section-slide .container-prices .general-admission .line,
	.first-section-slide .container-prices .season-pass-container .line {
	width: 175.65px;
	height: 5.45px;
	margin: 10px auto 30px
	}

	.first-section-slide .container-prices .general-admission .container-season-pass,
	.first-section-slide .container-prices .season-pass-container .container-season-pass {
	display: none
	}

	.first-section-slide .container-prices .general-admission .list-container,
	.first-section-slide .container-prices .season-pass-container .list-container {
	width: 295.67px;
	height: auto
	}

	.first-section-slide .container-prices .general-admission .buy-btn,
	.first-section-slide .container-prices .season-pass-container .buy-btn {
	width: 289.38px;
	height: 48.11px;
	padding: 10px 8px
	}

	.first-section-slide .container-prices .general-admission .btn,
	.first-section-slide .container-prices .season-pass-container .btn {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 20px;
	margin-top: 0;
	font-family: barlow-semi-condensed, sans-serif
	}
	}

	@media (min-width:350px) and (max-width:767px) {
	.first-section-slide .container-prices .general-admission {
	margin-top: 20%
	}
	}

	.first-section-slide .container-prices .resedver-parking {
	background-color: #9a2890;
	border-radius: 30px;
	height: 931.78px;
	width: 404px;
	padding: 16px 8px;
	margin: auto
	}

	.first-section-slide .container-prices .resedver-parking .desktop-h1 {
	color: #fff;
	text-align: center;
	width: 306px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0
	}

	.first-section-slide .container-prices .resedver-parking .line {
	width: 218.51px;
	height: 6.78px;
	margin: 0 auto 25px
	}

	.first-section-slide .container-prices .resedver-parking .prices {
	color: #fff;
	text-align: center;
	margin: 0
	}

	.first-section-slide .container-prices .resedver-parking .container {
	background-color: #ed1261;
	border-radius: 15px;
	text-align: center;
	width: 306px;
	height: 78px
	}

	.first-section-slide .container-prices .resedver-parking .container .text-container {
	color: #fff;
	padding: 10px;
	margin: 2px
	}

	.first-section-slide .container-prices .resedver-parking .list-container {
	background-color: #f6eecd;
	height: 245px;
	width: 361px;
	border-radius: 20px;
	margin: 16px auto;
	padding: 1px 16px
	}

	.first-section-slide .container-prices .resedver-parking .list-title {
	color: #231f20
	}

	.first-section-slide .container-prices .resedver-parking .buy-btn {
	width: 360px;
	height: 61px;
	border-radius: 50px;
	background-color: #fff;
	text-align: center;
	color: #9a2890;
	margin: 48px auto 16px;
	cursor: pointer;
	border: none;
	padding: 16px
	}

	.first-section-slide .container-prices .resedver-parking .btn {
	text-decoration: none
	}

	@media (min-width:350px) and (max-width:767px) {
	.first-section-slide .container-prices .resedver-parking {
	margin-bottom: 67px;
	width: 100%;
	max-width: 353px;
	height: auto
	}

	.first-section-slide .container-prices .resedver-parking .desktop-h1 {
	width: 291px;
	margin-top: 20px
	}

	.first-section-slide .container-prices .resedver-parking .text-container {
	text-transform: uppercase;
	font-size: 20px;
	line-height: 21px
	}

	.first-section-slide .container-prices .resedver-parking .line {
	width: 175.65px;
	height: 5.45px;
	margin: 10px auto 30px
	}

	.first-section-slide .container-prices .resedver-parking .list-container {
	width: 289px;
	height: auto
	}

	.first-section-slide .container-prices .resedver-parking .mobile-h2-subhead-sm {
	margin-top: -12px
	}

	.first-section-slide .container-prices .resedver-parking .container {
	width: 291px;
	height: 60.86px
	}

	.first-section-slide .container-prices .resedver-parking .buy-btn {
	width: 289.38px;
	height: 48.11px;
	padding: 10px 8px
	}

	.first-section-slide .container-prices .resedver-parking .btn {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 20px;
	margin-top: 0;
	font-family: barlow-semi-condensed, sans-serif
	}
	}

	.first-section-slide .general-admission {
	background-color: #9a2890 !important
	}

	@media (min-width:350px) and (max-width:767px) {
	.first-section-slide {
	width: 393px;
	height: auto;
	padding-top: 20px;
	padding-bottom: 109px;
	margin: auto
	}
	}

	@media (min-width:769px) and (max-width:1234px) {

	.first-section-slide,
	.first-section-slide .first-section-slide {
	height: auto;
	padding-bottom: 103px
	}

	.container-prices {
	display: grid;
	grid-template-columns: repeat(2, 1fr)
	}
	}

	@media (min-width:1235px) and (max-width:9000px) {
	.container-prices {
	display: flex
	}
	}

	.container-specials {
	height: 560px;
	background-repeat: round;
	background-image: url(https://www.theflowerfields.com/wp-content/uploads/2025/10/Rectangle-6-1.png)
	}

	.container-specials .container {
	display: flex;
	height: 100%;
	align-items: center;
	padding: 0 30px
	}

	.container-specials .container .title {
	color: #fff;
	height: 100%;
	text-align: left
	}

	.container-specials .container .line {
	margin: 0 26px
	}

	.container-specials .container .second-cont-title {
	color: #f6eecd;
	margin-bottom: 15px
	}

	.container-specials .container .paragraph {
	color: #fff;
	margin-top: 0;
	margin-bottom: 60px
	}

	.container-specials .container .first-container {
	width: 40%;
	text-align: center;
	padding-left: 26px;
	display: flex;
	flex-direction: column;
	align-items: flex-start
	}

	.container-specials .container .line-movil {
	width: 202px;
	height: 5.13px
	}

	.container-specials .container .second-container {
	width: 60%;
	text-align: center
	}

	@media (min-width:350px) and (max-width:767px) {
	.container-specials .container {
	display: contents
	}

	.container-specials .container .first-container {
	width: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center
	}

	.container-specials .container .title {
	text-align: center;
	margin-top: 0;
	padding-top: 33px
	}

	.container-specials .container .line {
	justify-content: center;
	display: grid
	}

	.container-specials .container .line .line-movil {
	text-align: center
	}

	.container-specials .container .second-container {
	width: 100%;
	text-align: center;
	padding: 16px 8px
	}

	.container-specials .container .icon>img {
	width: 81.52px;
	height: 81.52px
	}

	.container-specials .container .second-cont-title {
	font-size: 20px;
	font-weight: 600;
	font-family: barlow-semi-condensed, sans-serif
	}
	}

	@media (min-width:350px) and (max-width:767px) {
	.container-specials {
	height: 557px
	}
	}

	@keyframes splide-loading {
	0% {
	transform: rotate(0)
	}

	to {
	transform: rotate(1turn)
	}
	}

	.splide__container {
	position: relative;
	box-sizing: border-box
	}

	.splide__list {
	margin: 0 !important;
	padding: 0 !important;
	will-change: transform
	}

	.splide.is-active .splide__list {
	display: flex
	}

	.splide__pagination {
	display: inline-flex;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0
	}

	.splide__pagination li {
	list-style-type: none;
	display: inline-block;
	line-height: 1
	}

	.splide {
	background-color: #acacac;
	overflow: hidden;
	height: 26.8vw
	}

	.splide.is-active {
	height: auto
	}

	.splide,
	.splide__slide {
	position: relative;
	outline: none
	}

	.splide__slide {
	box-sizing: border-box;
	list-style-type: none !important;
	margin: 0;
	flex-shrink: 0
	}

	.splide__slide .row .col-xl-6 {
	margin-bottom: 20px
	}

	.splide__slide img {
	vertical-align: bottom;
	border-radius: 1rem;
	-o-object-fit: fill;
	object-fit: fill
	}

	.splide__slider {
	position: relative
	}

	.splide__spinner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid #999;
	border-left-color: transparent;
	animation: splide-loading 1s linear infinite
	}

	.splide__track {
	position: relative;
	z-index: 0;
	overflow: hidden
	}

	.splide--draggable>.splide__track>.splide__list>.splide__slide {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
	}

	.splide--fade>.splide__track>.splide__list {
	display: block
	}

	.splide--fade>.splide__track>.splide__list>.splide__slide {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 0
	}

	.splide--fade>.splide__track>.splide__list>.splide__slide.is-active {
	position: relative;
	z-index: 1;
	opacity: 1
	}

	.splide--rtl {
	direction: rtl
	}

	.splide--ttb>.splide__track>.splide__list {
	display: block
	}

	.splide--ttb>.splide__pagination {
	width: auto
	}

	.splide__arrows {
	justify-content: center;
	pointer-events: none;
	width: 100%;
	z-index: 2
	}

	.splide__arrow,
	.splide__arrows {
	align-items: center;
	display: flex;
	height: 100%;
	position: absolute
	}

	.splide__arrow {
	border: none;
	cursor: pointer;
	pointer-events: auto
	}

	.splide__arrow--prev {
	left: 0
	}

	.splide__arrow--next {
	right: 0
	}

	.splide__pagination {
	bottom: 1rem;
	left: 0;
	padding-left: 0;
	position: absolute
	}

	@media (min-width:768px) and (min-device-height:927px) {
	.splide__pagination {
	bottom: 3rem
	}
	}

	.splide__pagination li {
	margin: 0 .3rem
	}

	.splide__pagination__page {
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	outline: none;
	transition: border-color .3s ease-in-out, background-color .3s ease-in-out;
	width: 1rem;
	height: 1rem;
	padding: 0
	}

	@media (min-width:768px) and (min-device-height:927px) {
	.splide__pagination__page {
	width: 1.6rem;
	height: 1.6rem
	}
	}

	.splide__pagination__page:focus,
	.splide__pagination__page:hover {
	background-color: #006a40 !important
	}

	.splide__pagination__page.is-active {
	background-color: #006a40 !important;
	border: 1px solid #006a40 !important
	}

	.masthead img {
	width: 100%
	}

	.masthead.margin-below-none {
	margin-bottom: 0
	}

	.masthead.margin-below-small {
	margin-bottom: 2rem
	}

	.masthead.margin-below-large {
	margin-bottom: 4rem
	}

	.button-purple {
	background-color: #9a2890;
	font-family: barlow-semi-condensed, sans-serif;
	font-weight: 600;
	color: #fff;
	border-radius: 36px;
	vertical-align: middle;
	text-transform: uppercase;
	padding: 12px 24px 11px;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: .6px;
	text-decoration: none;
	border: 2px solid #9a2890;
	transition: all .3s
	}

	.button-purple:hover {
	color: #9a2890;
	background-color: #fff
	}

	@media (min-width:768px) {
	.button-purple {
	font-size: 22px;
	padding: 8px 23px 9px
	}
	}

	.button-green {
	background-color: #006a40;
	font-family: barlow-semi-condensed, sans-serif;
	font-weight: 600;
	color: #fff;
	border-radius: 36px;
	vertical-align: middle;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: .6px;
	text-decoration: none;
	border: 2px solid #9a2890;
	transition: all .3s;
	cursor: pointer;
	padding: 13px 35px 12px
	}

	.button-green:hover {
	background-color: #007854
	}

	@media (min-width:768px) {
	.button-green {
	font-size: 22px
	}
	}

	.button-outline {
	background-color: transparent;
	font-family: barlow-semi-condensed, sans-serif;
	font-weight: 600;
	color: #fff;
	border-radius: 36px;
	vertical-align: middle;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: .6px;
	text-decoration: none;
	border: 1.5px solid #cfc392;
	transition: all .3s;
	cursor: pointer;
	padding: 10px 27px 11px;
	height: -moz-max-content;
	height: max-content
	}

	.button-outline:hover {
	background-color: hsla(0, 0%, 100%, .2)
	}

	@media (min-width:768px) {
	.button-outline {
	font-size: 22px
	}
	}

	.block-background-container {
	position: relative;
	padding: 0;
	overflow: auto;
	margin-bottom: 90px
	}

	.block-background-container.hidden-on-load {
	display: none
	}

	.block-background-container.padding-tb--large,
	.block-background-container.padding-tb--small {
	padding: 5rem 0
	}

	@media (min-width:992px) {
	.block-background-container.padding-tb--large {
	padding: 10rem 0
	}
	}

	.block-background-container.padding-t--large {
	padding-top: 5rem
	}

	@media (min-width:992px) {
	.block-background-container.padding-t--large {
	padding-top: 10rem
	}
	}

	.block-background-container.padding-b--large {
	padding-bottom: 5rem
	}

	@media (min-width:992px) {
	.block-background-container.padding-b--large {
	padding-bottom: 10rem
	}
	}

	.block-background-container.orange-section {
	background-color: #fdd392
	}

	.block-background-container.orange-section .block-buttongroup .button {
	background-color: #fbaf38 !important
	}

	.block-background-container.green-section {
	background-color: #66a68c
	}

	.block-background-container.green-section h1.body-h1,
	.block-background-container.green-section h2,
	.block-background-container.green-section h3,
	.block-background-container.green-section h4,
	.block-background-container.green-section li,
	.block-background-container.green-section p {
	color: #fff !important
	}

	.block-background-container.lightgreen-section {
	background-color: #cce1d9
	}

	@media (min-width:992px) {
	.block-background-container.with-background-bottom-right {
	padding-bottom: 10rem
	}
	}

	@media (min-width:992px) {
	.block-background-container.with-background-top-right {
	padding-top: 10rem
	}
	}

	.block-background-container.with-background-bottom-center {
	overflow: hidden
	}

	.block-background-container .block-content {
	position: relative
	}

	.block-background-container .background-image {
	overflow: hidden;
	z-index: 0
	}

	.block-background-container .background-image__top-right {
	position: absolute;
	top: 0;
	right: 0
	}

	@media (max-width:991.98px) {
	.block-background-container .background-image__top-right {
	display: none
	}
	}

	.block-background-container .background-image__bottom-right {
	bottom: 0;
	right: 0;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end
	}

	@media (min-width:992px) {
	.block-background-container .background-image__bottom-right {
	position: absolute;
	max-width: 35%
	}
	}

	.block-background-container .background-image__bottom-center {
	position: absolute;
	bottom: -10rem;
	right: calc(50% - 25rem);
	display: flex;
	align-items: flex-end;
	justify-content: center
	}

	@media (max-width:991.98px) {
	.block-background-container .background-image__bottom-center {
	width: 50rem
	}
	}

	@media (min-width:992px) {
	.block-background-container .background-image__bottom-center {
	right: calc(50% - 58rem);
	bottom: -30rem;
	max-width: 116rem
	}
	}

	@media (max-width:991.98px) {
	.block-background-container .background-image .mobile-display__yes {
	display: block
	}
	}

	@media (max-width:991.98px) {
	.block-background-container .background-image .mobile-display__no {
	display: none
	}
	}

	#site-popup {
	background-color: rgba(0, 0, 0, .7);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 25;
	transition: opacity .3s ease-in-out;
	opacity: 0;
	pointer-events: none
	}

	#site-popup #site-popup-close {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 15px;
	z-index: 3
	}

	#site-popup #site-popup-close:after {
	content: "\d7";
	color: #fff;
	font-size: 5.4rem;
	font-weight: 100
	}

	#site-popup #site-popup-wrapper {
	position: relative;
	flex: 0 0 100%;
	max-width: 100%;
	display: flex;
	padding: 4rem;
	background-color: #006a40;
	text-align: center;
	flex-direction: column
	}

	@media (min-width:768px) and (min-device-height:927px) {
	#site-popup #site-popup-wrapper {
	flex: 0 0 80%;
	max-width: 80%
	}
	}

	@media (min-width:1200px) {
	#site-popup #site-popup-wrapper {
	flex: 0 0 60%;
	max-width: 60%
	}
	}

	#site-popup>* {
	color: #fff;
	margin-top: 0
	}

	#site-popup .button {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	color: #373737;
	width: 15.4rem;
	height: 3.7rem;
	text-transform: uppercase;
	transition: background-color .3s ease-in-out;
	font-size: 15px;
	font-weight: 700;
	border: 1px solid #000;
	cursor: pointer;
	text-decoration: none
	}

	#site-popup .button:focus,
	#site-popup .button:hover {
	background-color: grey;
	color: #fff
	}

	#site-popup .button-group {
	display: flex;
	justify-content: center
	}

	#site-popup.inactive {
	opacity: 0 !important;
	pointer-events: none !important
	}

	#site-popup.active {
	opacity: 1;
	pointer-events: auto
	}