@charset "UTF-8";

.cms-column-empty {
	height: 1px
}

.cms-video {
	width: 100%
}

.cms-container-el {
	display: block;
	min-height: 30px
}

body.cms-page-edit {
	position: static !important
}

input.gotcha_field {
	display: none !important
}

.full-width {
	max-width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important
}

.full-width>.col:only-child {
	padding-left: 0 !important;
	padding-right: 0 !important;
	float: none !important
}

.full-width>.col:only-child>.row {
	margin-left: auto !important;
	margin-right: auto !important;
	float: none;
	position: relative
}

@media only screen and (max-width:799px) {
	.hide-mobile {
		display: none
	}

	body.cms-page-edit .hide-mobile,
	body.cms-template-edit .hide-mobile {
		display: block
	}
}

@media only screen and (min-width:800px) and (max-width:1199px) {
	.hide-tablet {
		display: none
	}

	body.cms-page-edit .hide-tablet,
	body.cms-template-edit .hide-tablet {
		display: block
	}
}

@media only screen and (min-width:1200px) {
	.hide-desktop {
		display: none
	}

	body.cms-page-edit .hide-desktop,
	body.cms-template-edit .hide-desktop {
		display: block
	}
}

.gallery-pager {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0
}

.gallery-pager li {
	display: inline-block;
	padding: 0;
	margin: 0
}

.gallery-pager li:after,
.gallery-pager li:before {
	display: none
}

.gallery-pager li button {
	background: 0 0;
	border: none;
	padding: 5px 8px;
	transition: .3s linear opacity;
	opacity: .7;
	cursor: pointer
}

.gallery-pager li button.current {
	border: 1px solid;
	font-weight: 700;
	opacity: 1
}

.gallery-pager li button:active,
.gallery-pager li button:focus,
.gallery-pager li button:hover {
	opacity: 1
}

.gallery-pager .next-btn,
.gallery-pager .prev-btn {
	transition: .3s linear opacity
}

.gallery-pager .next-btn:active,
.gallery-pager .next-btn:focus,
.gallery-pager .next-btn:hover,
.gallery-pager .prev-btn:active,
.gallery-pager .prev-btn:focus,
.gallery-pager .prev-btn:hover {
	opacity: .5
}

.cms-el-row {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: stretch;
	align-items: stretch
}

.cms-el-col {
	float: left;
	padding-left: 1.125rem;
	padding-right: 1.125rem;
	max-width: 100%;
	width: 100%;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	box-sizing: border-box
}

.cms-el-col figure {
	margin: 0;
	padding: 0
}

.cms-el-col figure img {
	width: 100%;
	height: auto
}

.cms-el-col.cms-el-col-1 {
	max-width: 8.33333%;
	-ms-flex-preferred-size: 8.33333%;
	flex-basis: 8.33333%
}

.cms-el-col.cms-el-col-2 {
	max-width: 16.66667%;
	-ms-flex-preferred-size: 16.66667%;
	flex-basis: 16.66667%
}

.cms-el-col.cms-el-col-3 {
	max-width: 25%;
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%
}

.cms-el-col.cms-el-col-4 {
	max-width: 33.33333%;
	-ms-flex-preferred-size: 33.33333%;
	flex-basis: 33.33333%
}

.cms-el-col.cms-el-col-5 {
	max-width: 41.66667%;
	-ms-flex-preferred-size: 41.66667%;
	flex-basis: 41.66667%
}

.cms-el-col.cms-el-col-6 {
	max-width: 50%;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%
}

.cms-el-col.cms-el-col-7 {
	max-width: 58.33333%;
	-ms-flex-preferred-size: 58.33333%;
	flex-basis: 58.33333%
}

.cms-el-col.cms-el-col-8 {
	max-width: 66.66667%;
	-ms-flex-preferred-size: 66.66667%;
	flex-basis: 66.66667%
}

.cms-el-col.cms-el-col-9 {
	max-width: 75%;
	-ms-flex-preferred-size: 75%;
	flex-basis: 75%
}

.cms-el-col.cms-el-col-10 {
	max-width: 83.33333%;
	-ms-flex-preferred-size: 83.33333%;
	flex-basis: 83.33333%
}

.cms-el-col.cms-el-col-11 {
	max-width: 91.66667%;
	-ms-flex-preferred-size: 91.66667%;
	flex-basis: 91.66667%
}

.cms-el-col.cms-el-col-12 {
	max-width: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}

@media screen and (min-width:480px) {
	.cms-el-col.cms-el-tiny-1 {
		max-width: 8.33333%;
		-ms-flex-preferred-size: 8.33333%;
		flex-basis: 8.33333%
	}

	.cms-el-col.cms-el-tiny-2 {
		max-width: 16.66667%;
		-ms-flex-preferred-size: 16.66667%;
		flex-basis: 16.66667%
	}

	.cms-el-col.cms-el-tiny-3 {
		max-width: 25%;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%
	}

	.cms-el-col.cms-el-tiny-4 {
		max-width: 33.33333%;
		-ms-flex-preferred-size: 33.33333%;
		flex-basis: 33.33333%
	}

	.cms-el-col.cms-el-tiny-5 {
		max-width: 41.66667%;
		-ms-flex-preferred-size: 41.66667%;
		flex-basis: 41.66667%
	}

	.cms-el-col.cms-el-tiny-6 {
		max-width: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%
	}

	.cms-el-col.cms-el-tiny-7 {
		max-width: 58.33333%;
		-ms-flex-preferred-size: 58.33333%;
		flex-basis: 58.33333%
	}

	.cms-el-col.cms-el-tiny-8 {
		max-width: 66.66667%;
		-ms-flex-preferred-size: 66.66667%;
		flex-basis: 66.66667%
	}

	.cms-el-col.cms-el-tiny-9 {
		max-width: 75%;
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%
	}

	.cms-el-col.cms-el-tiny-10 {
		max-width: 83.33333%;
		-ms-flex-preferred-size: 83.33333%;
		flex-basis: 83.33333%
	}

	.cms-el-col.cms-el-tiny-11 {
		max-width: 91.66667%;
		-ms-flex-preferred-size: 91.66667%;
		flex-basis: 91.66667%
	}

	.cms-el-col.cms-el-tiny-12 {
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
}

@media screen and (min-width:640px) {
	.cms-el-col.cms-el-small-1 {
		max-width: 8.33333%;
		-ms-flex-preferred-size: 8.33333%;
		flex-basis: 8.33333%
	}

	.cms-el-col.cms-el-small-2 {
		max-width: 16.66667%;
		-ms-flex-preferred-size: 16.66667%;
		flex-basis: 16.66667%
	}

	.cms-el-col.cms-el-small-3 {
		max-width: 25%;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%
	}

	.cms-el-col.cms-el-small-4 {
		max-width: 33.33333%;
		-ms-flex-preferred-size: 33.33333%;
		flex-basis: 33.33333%
	}

	.cms-el-col.cms-el-small-5 {
		max-width: 41.66667%;
		-ms-flex-preferred-size: 41.66667%;
		flex-basis: 41.66667%
	}

	.cms-el-col.cms-el-small-6 {
		max-width: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%
	}

	.cms-el-col.cms-el-small-7 {
		max-width: 58.33333%;
		-ms-flex-preferred-size: 58.33333%;
		flex-basis: 58.33333%
	}

	.cms-el-col.cms-el-small-8 {
		max-width: 66.66667%;
		-ms-flex-preferred-size: 66.66667%;
		flex-basis: 66.66667%
	}

	.cms-el-col.cms-el-small-9 {
		max-width: 75%;
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%
	}

	.cms-el-col.cms-el-small-10 {
		max-width: 83.33333%;
		-ms-flex-preferred-size: 83.33333%;
		flex-basis: 83.33333%
	}

	.cms-el-col.cms-el-small-11 {
		max-width: 91.66667%;
		-ms-flex-preferred-size: 91.66667%;
		flex-basis: 91.66667%
	}

	.cms-el-col.cms-el-small-12 {
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
}

@media screen and (min-width:760px) {
	.cms-el-col.cms-el-medium-1 {
		max-width: 8.33333%;
		-ms-flex-preferred-size: 8.33333%;
		flex-basis: 8.33333%
	}

	.cms-el-col.cms-el-medium-2 {
		max-width: 16.66667%;
		-ms-flex-preferred-size: 16.66667%;
		flex-basis: 16.66667%
	}

	.cms-el-col.cms-el-medium-3 {
		max-width: 25%;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%
	}

	.cms-el-col.cms-el-medium-4 {
		max-width: 33.33333%;
		-ms-flex-preferred-size: 33.33333%;
		flex-basis: 33.33333%
	}

	.cms-el-col.cms-el-medium-5 {
		max-width: 41.66667%;
		-ms-flex-preferred-size: 41.66667%;
		flex-basis: 41.66667%
	}

	.cms-el-col.cms-el-medium-6 {
		max-width: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%
	}

	.cms-el-col.cms-el-medium-7 {
		max-width: 58.33333%;
		-ms-flex-preferred-size: 58.33333%;
		flex-basis: 58.33333%
	}

	.cms-el-col.cms-el-medium-8 {
		max-width: 66.66667%;
		-ms-flex-preferred-size: 66.66667%;
		flex-basis: 66.66667%
	}

	.cms-el-col.cms-el-medium-9 {
		max-width: 75%;
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%
	}

	.cms-el-col.cms-el-medium-10 {
		max-width: 83.33333%;
		-ms-flex-preferred-size: 83.33333%;
		flex-basis: 83.33333%
	}

	.cms-el-col.cms-el-medium-11 {
		max-width: 91.66667%;
		-ms-flex-preferred-size: 91.66667%;
		flex-basis: 91.66667%
	}

	.cms-el-col.cms-el-medium-12 {
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
}

@media screen and (min-width:992px) {
	.cms-el-col.cms-el-large-1 {
		max-width: 8.33333%;
		-ms-flex-preferred-size: 8.33333%;
		flex-basis: 8.33333%
	}

	.cms-el-col.cms-el-large-2 {
		max-width: 16.66667%;
		-ms-flex-preferred-size: 16.66667%;
		flex-basis: 16.66667%
	}

	.cms-el-col.cms-el-large-3 {
		max-width: 25%;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%
	}

	.cms-el-col.cms-el-large-4 {
		max-width: 33.33333%;
		-ms-flex-preferred-size: 33.33333%;
		flex-basis: 33.33333%
	}

	.cms-el-col.cms-el-large-5 {
		max-width: 41.66667%;
		-ms-flex-preferred-size: 41.66667%;
		flex-basis: 41.66667%
	}

	.cms-el-col.cms-el-large-6 {
		max-width: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%
	}

	.cms-el-col.cms-el-large-7 {
		max-width: 58.33333%;
		-ms-flex-preferred-size: 58.33333%;
		flex-basis: 58.33333%
	}

	.cms-el-col.cms-el-large-8 {
		max-width: 66.66667%;
		-ms-flex-preferred-size: 66.66667%;
		flex-basis: 66.66667%
	}

	.cms-el-col.cms-el-large-9 {
		max-width: 75%;
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%
	}

	.cms-el-col.cms-el-large-10 {
		max-width: 83.33333%;
		-ms-flex-preferred-size: 83.33333%;
		flex-basis: 83.33333%
	}

	.cms-el-col.cms-el-large-11 {
		max-width: 91.66667%;
		-ms-flex-preferred-size: 91.66667%;
		flex-basis: 91.66667%
	}

	.cms-el-col.cms-el-large-12 {
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
}

@media screen and (min-width:1200px) {
	.cms-el-col.cms-el-giant-1 {
		max-width: 8.33333%;
		-ms-flex-preferred-size: 8.33333%;
		flex-basis: 8.33333%
	}

	.cms-el-col.cms-el-giant-2 {
		max-width: 16.66667%;
		-ms-flex-preferred-size: 16.66667%;
		flex-basis: 16.66667%
	}

	.cms-el-col.cms-el-giant-3 {
		max-width: 25%;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%
	}

	.cms-el-col.cms-el-giant-4 {
		max-width: 33.33333%;
		-ms-flex-preferred-size: 33.33333%;
		flex-basis: 33.33333%
	}

	.cms-el-col.cms-el-giant-5 {
		max-width: 41.66667%;
		-ms-flex-preferred-size: 41.66667%;
		flex-basis: 41.66667%
	}

	.cms-el-col.cms-el-giant-6 {
		max-width: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%
	}

	.cms-el-col.cms-el-giant-7 {
		max-width: 58.33333%;
		-ms-flex-preferred-size: 58.33333%;
		flex-basis: 58.33333%
	}

	.cms-el-col.cms-el-giant-8 {
		max-width: 66.66667%;
		-ms-flex-preferred-size: 66.66667%;
		flex-basis: 66.66667%
	}

	.cms-el-col.cms-el-giant-9 {
		max-width: 75%;
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%
	}

	.cms-el-col.cms-el-giant-10 {
		max-width: 83.33333%;
		-ms-flex-preferred-size: 83.33333%;
		flex-basis: 83.33333%
	}

	.cms-el-col.cms-el-giant-11 {
		max-width: 91.66667%;
		-ms-flex-preferred-size: 91.66667%;
		flex-basis: 91.66667%
	}

	.cms-el-col.cms-el-giant-12 {
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
}

@media screen and (min-width:1364px) {
	.cms-el-col.cms-el-huge-1 {
		max-width: 8.33333%;
		-ms-flex-preferred-size: 8.33333%;
		flex-basis: 8.33333%
	}

	.cms-el-col.cms-el-huge-2 {
		max-width: 16.66667%;
		-ms-flex-preferred-size: 16.66667%;
		flex-basis: 16.66667%
	}

	.cms-el-col.cms-el-huge-3 {
		max-width: 25%;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%
	}

	.cms-el-col.cms-el-huge-4 {
		max-width: 33.33333%;
		-ms-flex-preferred-size: 33.33333%;
		flex-basis: 33.33333%
	}

	.cms-el-col.cms-el-huge-5 {
		max-width: 41.66667%;
		-ms-flex-preferred-size: 41.66667%;
		flex-basis: 41.66667%
	}

	.cms-el-col.cms-el-huge-6 {
		max-width: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%
	}

	.cms-el-col.cms-el-huge-7 {
		max-width: 58.33333%;
		-ms-flex-preferred-size: 58.33333%;
		flex-basis: 58.33333%
	}

	.cms-el-col.cms-el-huge-8 {
		max-width: 66.66667%;
		-ms-flex-preferred-size: 66.66667%;
		flex-basis: 66.66667%
	}

	.cms-el-col.cms-el-huge-9 {
		max-width: 75%;
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%
	}

	.cms-el-col.cms-el-huge-10 {
		max-width: 83.33333%;
		-ms-flex-preferred-size: 83.33333%;
		flex-basis: 83.33333%
	}

	.cms-el-col.cms-el-huge-11 {
		max-width: 91.66667%;
		-ms-flex-preferred-size: 91.66667%;
		flex-basis: 91.66667%
	}

	.cms-el-col.cms-el-huge-12 {
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
}

@media screen and (min-width:1520px) {
	.cms-el-col.cms-el-full-1 {
		max-width: 8.33333%;
		-ms-flex-preferred-size: 8.33333%;
		flex-basis: 8.33333%
	}

	.cms-el-col.cms-el-full-2 {
		max-width: 16.66667%;
		-ms-flex-preferred-size: 16.66667%;
		flex-basis: 16.66667%
	}

	.cms-el-col.cms-el-full-3 {
		max-width: 25%;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%
	}

	.cms-el-col.cms-el-full-4 {
		max-width: 33.33333%;
		-ms-flex-preferred-size: 33.33333%;
		flex-basis: 33.33333%
	}

	.cms-el-col.cms-el-full-5 {
		max-width: 41.66667%;
		-ms-flex-preferred-size: 41.66667%;
		flex-basis: 41.66667%
	}

	.cms-el-col.cms-el-full-6 {
		max-width: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%
	}

	.cms-el-col.cms-el-full-7 {
		max-width: 58.33333%;
		-ms-flex-preferred-size: 58.33333%;
		flex-basis: 58.33333%
	}

	.cms-el-col.cms-el-full-8 {
		max-width: 66.66667%;
		-ms-flex-preferred-size: 66.66667%;
		flex-basis: 66.66667%
	}

	.cms-el-col.cms-el-full-9 {
		max-width: 75%;
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%
	}

	.cms-el-col.cms-el-full-10 {
		max-width: 83.33333%;
		-ms-flex-preferred-size: 83.33333%;
		flex-basis: 83.33333%
	}

	.cms-el-col.cms-el-full-11 {
		max-width: 91.66667%;
		-ms-flex-preferred-size: 91.66667%;
		flex-basis: 91.66667%
	}

	.cms-el-col.cms-el-full-12 {
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-modal-dialog,
.vjs-button>.vjs-icon-placeholder:before,
.vjs-modal-dialog .vjs-modal-dialog-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.vjs-button>.vjs-icon-placeholder:before {
	text-align: center
}

@font-face {
	font-family: VideoJS;
	src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3hY21hcAAAAYQAAADaAAADPv749/pnbHlmAAACYAAAC3AAABHQZg6OcWhlYWQAAA3QAAAAKwAAADYZw251aGhlYQAADfwAAAAdAAAAJA+RCLFobXR4AAAOHAAAABMAAACM744AAGxvY2EAAA4wAAAASAAAAEhF6kqubWF4cAAADngAAAAfAAAAIAE0AIFuYW1lAAAOmAAAASUAAAIK1cf1oHBvc3QAAA/AAAABJAAAAdPExYuNeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGS7wTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGJHcRdyA4RZgQRADK3CxEAAHic7dFZbsMgAEXRS0ycyZnnOeG7y+qC8pU1dHusIOXxuoxaOlwZYWQB0Aea4quIEN4E9LzKbKjzDeM6H/mua6Lmc/p8yhg0lvdYx15ZG8uOLQOGjMp3EzqmzJizYMmKNRu27Nhz4MiJMxeu3Ljz4Ekqm7T8P52G8PP3lnTOVk++Z6iN6QZzNN1F7ptuN7eGOjDUoaGODHVsuvU8MdTO9Hd5aqgzQ50b6sJQl4a6MtS1oW4MdWuoO0PdG+rBUI+GejLUs6FeDPVqqDdDvRvqw1CfhpqM9At0iFLaAAB4nJ1YDXBTVRZ+5/22TUlJ8we0pHlJm7RJf5O8F2j6EymlSPkpxaL8U2xpa3DKj0CBhc2IW4eWKSokIoLsuMqssM64f+jA4HSdWXXXscBq67IOs3FXZ1ZYWVyRFdo899yXtIBQZ90k7717zz3v3HPPOfd854YCCj9cL9dL0RQFOqCbGJnrHb5EayiKIWN8iA/hWBblo6hUWm8TtCDwE80WMJus/irwyxOdxeB0MDb14VNJHnXYoLLSl6FfCUYO9nYPTA8Epg9090LprfbBbZ2hY0UlJUXHQp3/vtWkS6EBv8+rPMq5u9692f/dNxJNiqwC1xPE9TCUgCsSdQWgE3XQD25lkG4CN2xmTcOXWBOyser6RN6KnGbKSbmQ3+d0OI1m2W8QzLLkI2sykrWAgJJEtA8vGGW/2Q+CmT3n8zS9wZwu2DCvtuZKZN3xkrLh36yCZuUomQSqGpY8t/25VfHVhw8z4ebGBtfLb0ya9PCaDc+8dGTvk2dsh6z7WzvowlXKUSWo9MJ15a3KrEP2loOr2Ojhw6iW6hf2BDdEccQvZGpaAy7YovSwq8kr7HGllxpd71rkS6G0Sf11sl9OvMK1+jwPPODxjUwkOim9CU3ix1wNjXDfmJSEn618Bs6lpWwUpU+8PCqLMY650zjq8VhCIP17NEKTx3eaLL+s5Pi6yJWaWjTHLR1jYzPSV9VF/6Ojdb/1kO3Mk3uhHC0x6gc1BjlKQ+nQFxTYdaJkZ7ySVxLBbhR1dsboNXp1tCYKW2LRaEzpYcIx2BKNxaL0ZaUnSqfFoiNhHKR/GkX6PWUSAaJelQaqZL1EpoHNsajSEyPSoJ9IjhIxTdjHLmwZvhRDOiFTY/YeQnvrVZmiTQtGncECXtFTBZLOVwwMRgoXHAkXzMzPn1nAJJ8jYSbMDaqN2waGLzNhih/bZynUBMpIWSg7VYi7DRx2m8ALkIdRCJwI6ArJx2EI8kaDWeTQKeAFk9fjl/1AvwktjQ1P7NjyMGQyfd4vjipX6M/i52D7Cq80kqlcxEcGXRr/FEcgs0u5uGgB4VWuMFfpdn2Re6Hi3PqzmxWKsz6+ae2Pn9hXXw/fqM859UiGC0oKYYILJBqJrsn1Z1E5qOs9rQCiUQRREjm8yJcbHF5cUJufX1vAHlefw0XgUoboS3ETfQlTxBC4SOtuE8VPRJTBSCQSjZCpk7Gqzu+masaZ2y7Zjehho4F3g82BNDkAHpORG4+OCS+f6JTPmtRn/PH1kch6d04sp7AQb25aQ/pqUyXeQ8vrebG8OYQdXOQ+585u0sdW9rqalzRURiJ+9F4MweRFrKUjl1GUYhH1A27WOHw5cTFSFPMo9EeUIGnQTZHIaJ7AHLaOKsOODaNF9jkBjYG2QEsQ2xjMUAx2bBEbeTBWMHwskBjngq56S/yfgkBnWBa4K9sqKtq2t1UI8S9He5XuBRbawAdatrQEAi30Aks2+LM8WeCbalVZkWNylvJ+dqJnzVb+OHlSoKW8nPCP7Rd+CcZ2DdWAGqJ2CBFOphgywFFCFBNtfAbGtNPBCwxvygHeYMZMY9ZboBqwq/pVrsbgN5tkv152ODlbMfiqwGMBgxa4Exz3QhovRIUp6acqZmQzRq0ypDXS2TPLT02YIkQETnOE445oOGxOmXAqUJNNG7XgupMjPq2ua9asrj5yY/yuKteO1Kx0YNJTufrirLe1mZnat7OL6rnUdCWenpW6I8mAnbsY8KWs1PuSovCW9A/Z25PQ24a7cNOqgmTkLmBMgh4THgc4b9k2IVv1/g/F5nGljwPLfOgHAzJzh45V/4+WenTzmMtR5Z7us2Tys909UHqrPY7KbckoxRvRHhmVc3cJGE97uml0R1S0jdULVl7EvZtDFVBF35N9cEdjpgmAiOlFZ+Dtoh93+D3zzHr8RRNZQhnCNMNbcegOvpEwZoL+06cJQ07h+th3fZ/7PVbVC6ngTAV/KoLFuO6+2KFcU651gEb5ugPSIb1D+Xp8V4+k3sEIGnw5mYe4If4k1lFYr6SCzmM2EQ8iWtmwjnBI9kTwe1TlfAmXh7H02by9fW2gsjKwtv0aaURKil4OdV7rDL1MXIFNrhdxohcZXYTnq47WisrKitaObbf5+yvkLi5J6lCNZZ+B6GC38VNBZBDidSS/+mSvh6s+srgC8pyKMvDtt+de3c9fU76ZPfuM8ud4Kv0fyP/LqfepMT/3oZxSqpZaTa1DaQYLY8TFsHYbWYsPoRhRWfL5eSSQbhUGgGC3YLbVMk6PitTFNGpAsNrC6D1VNBKgBHMejaiuRWEWGgsSDBTJjqWIl8kJLlsaLJ2tXDr6xGfT85bM2Q06a46x2HTgvdnV8z5YDy/27J4zt6x2VtkzjoYpkq36kaBr4eQSg7tyiVweWubXZugtadl58ydapfbORfKsDTuZ0OBgx4cfdjCf5tbWNITnL120fdOi1RV1C3uKGzNdwYLcMvZ3BxoPyTOCD1XvXTp7U10gWCVmTV9b3r2z0SkGWovb2hp9I89O8a2smlyaO8muMU+dRmtzp60IzAoFpjLr1n388boLyf0dRvxhsHZ0qbWqDkwqvvpkj4l0fY6EIXRi5sQSrAvsVYwXRy4qJ2EVtD1AN7a0HWth9ymvL1xc3WTUKK/TAHA/bXDVtVWfOMfuGxGZv4Ln/jVr9jc3j1yMv0tndmyt9Vq88Y9gH1wtLX3KWjot5++jWHgAoZZkQ14wGQ20Fli71UmKJAy4xKMSTGbVdybW7FDDAut9XpD5AzWrYO7zQ8qffqF8+Ynd/clrHcdyxGy3a/3+mfNnzC/cBsveTjnTvXf1o6vzOlZw7WtqtdmPK/Errz/6NNtD72zmNOZfbmYdTGHfoofqI79Oc+R2n1lrnL6pOm0Up7kwxhTW12Amm7WYkXR2qYrF2AmgmbAsxZjwy1xpg/m1Je2vrp8v/nz2xpmlBg4E9hrMU341wVpTOh/OfmGvAnra8q6uctr60ZQHV3Q+WMQJykMj8ZsWn2QBOmmHMB+m5pDIpTFonYigiaKAhGEiAHF7EliVnQkjoLVIMPtJpBKHYd3A8GYH9jJzrWwmHx5Qjp7vDAX0suGRym1vtm/9W1/HyR8vczfMs6Sk8DSv855/5dlX9oQq52hT8syyp2rx5Id17IAyAM3wIjQPMOHzytEB64q6D5zT91yNbnx3V/nqnd017S9Y0605k3izoXLpsxde2n38yoOV9s1LcjwzNjbdX6asnBVaBj/6/DwKwPkpcqbDG7BnsXoSqWnUAmottYF6jMSdVyYZh3zVXCjwTiwwHH6sGuRiEHQGzuRX6whZkp123oy1BWE2mEfJ/tvIRtM4ZM5bDXiMsPMaAKOTyc5uL57rqyyc5y5JE5pm1i2S2iUX0CcaQ6lC6Zog7JqSqZmYlosl2K6pwNA84zRnQW6SaALYZQGW5lhCtU/W34N6o+bKfZ8cf3/Cl/+iTX3wBzpOY4mRkeNf3rptycGSshQWgGbYt5jFc2e0+DglIrwl6DVWQ7BuwaJ3Xk1J4VL5urnLl/Wf+gHU/hZoZdKNym6lG+I34FaNeZKcSpJIo2IeCVvpdsDGfKvzJnAwmeD37Ow65ZWwSowpgwX5T69s/rB55dP5BcpgDKFV8p7q2sn/1uc93bVzT/w6UrCqDTWvfCq/oCD/qZXNoUj8BL5Kp6GU017frfNXkAtiiyf/SOCEeLqnd8R/Ql9GlCRfctS6k5chvIBuQ1zCCjoCHL2DHNHIXxMJ3kQeO8lbsUXONeSfA5EjcG6/E+KdhN4bP04vBhdi883+BFBzQbxFbvZzQeY9LNBZc0FNfn5NwfDn6rCTnTw6R8o+gfpf5hCom33cRuiTlss3KHmZjD+BPN+5gXuA2ziS/Q73mLxUkpbKN/eqwz5uK0X9F3h2d1V4nGNgZGBgAOJd776+iue3+crAzc4AAje5Bfcg0xz9YHEOBiYQBQA8FQlFAHicY2BkYGBnAAGOPgaG//85+hkYGVCBMgBGGwNYAAAAeJxjYGBgYB8EmKOPgQEAQ04BfgAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhAi2COh4nGNgZGBgUGYoZWBnAAEmIOYCQgaG/2A+AwAYCQG2AHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkMl2wjAMRfOAhABlKm2h80C3+ajgCKKDY6cegP59TYBzukAL+z1Zsq8ctaJTTKPrsUQLbXQQI0EXKXroY4AbDDHCGBNMcYsZ7nCPB8yxwCOe8IwXvOIN7/jAJ76wxHfUqWX+OzgumWAjJMV17i0Ndlr6irLKO+qftdT7i6y4uFSUvCknay+lFYZIZaQcmfH/xIFdYn98bqhra1aKTM/6lWMnyaYirx1rFUQZFBkb2zJUtoXeJCeg0WnLtHeSFc3OtrnozNwqi0TkSpBMDB1nSde5oJXW23hTS2/T0LilglXX7dmFVxLnq5U0vYATHFk3zX3BOisoQHNDFDeZnqKDy9hRNawN7Vh727hFzcJ5c8TILrKZfH7tIPxAFP0BpLeJPA==) format("woff");
	font-weight: 400;
	font-style: normal
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-play-control .vjs-icon-placeholder,
.vjs-icon-play {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-play-control .vjs-icon-placeholder:before,
.vjs-icon-play:before {
	content: "\f101"
}

.vjs-icon-play-circle {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.vjs-icon-play-circle:before {
	content: "\f102"
}

.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder,
.vjs-icon-pause {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before,
.vjs-icon-pause:before {
	content: "\f103"
}

.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder,
.vjs-icon-volume-mute {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before,
.vjs-icon-volume-mute:before {
	content: "\f104"
}

.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder,
.vjs-icon-volume-low {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before,
.vjs-icon-volume-low:before {
	content: "\f105"
}

.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder,
.vjs-icon-volume-mid {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before,
.vjs-icon-volume-mid:before {
	content: "\f106"
}

.video-js .vjs-mute-control .vjs-icon-placeholder,
.vjs-icon-volume-high {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.video-js .vjs-mute-control .vjs-icon-placeholder:before,
.vjs-icon-volume-high:before {
	content: "\f107"
}

.video-js .vjs-fullscreen-control .vjs-icon-placeholder,
.vjs-icon-fullscreen-enter {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before,
.vjs-icon-fullscreen-enter:before {
	content: "\f108"
}

.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder,
.vjs-icon-fullscreen-exit {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before,
.vjs-icon-fullscreen-exit:before {
	content: "\f109"
}

.vjs-icon-square {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.vjs-icon-square:before {
	content: "\f10a"
}

.vjs-icon-spinner {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.vjs-icon-spinner:before {
	content: "\f10b"
}

.video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js .vjs-subtitles-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,
.vjs-icon-subtitles {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js .vjs-subtitles-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.vjs-icon-subtitles:before {
	content: "\f10c"
}

.video-js .vjs-captions-button .vjs-icon-placeholder,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,
.vjs-icon-captions {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.video-js .vjs-captions-button .vjs-icon-placeholder:before,
.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.vjs-icon-captions:before {
	content: "\f10d"
}

.video-js .vjs-chapters-button .vjs-icon-placeholder,
.vjs-icon-chapters {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.video-js .vjs-chapters-button .vjs-icon-placeholder:before,
.vjs-icon-chapters:before {
	content: "\f10e"
}

.vjs-icon-share {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.vjs-icon-share:before {
	content: "\f10f"
}

.vjs-icon-cog {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.vjs-icon-cog:before {
	content: "\f110"
}

.video-js .vjs-play-progress,
.video-js .vjs-volume-level,
.vjs-icon-circle,
.vjs-seek-to-live-control .vjs-icon-placeholder {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.video-js .vjs-play-progress:before,
.video-js .vjs-volume-level:before,
.vjs-icon-circle:before,
.vjs-seek-to-live-control .vjs-icon-placeholder:before {
	content: "\f111"
}

.vjs-icon-circle-outline {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.vjs-icon-circle-outline:before {
	content: "\f112"
}

.vjs-icon-circle-inner-circle {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.vjs-icon-circle-inner-circle:before {
	content: "\f113"
}

.vjs-icon-hd {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.vjs-icon-hd:before {
	content: "\f114"
}

.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder,
.vjs-icon-cancel {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before,
.vjs-icon-cancel:before {
	content: "\f115"
}

.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder,
.vjs-icon-replay {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before,
.vjs-icon-replay:before {
	content: "\f116"
}

.vjs-icon-facebook {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.vjs-icon-facebook:before {
	content: "\f117"
}

.vjs-icon-gplus {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.vjs-icon-gplus:before {
	content: "\f118"
}

.vjs-icon-linkedin {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.vjs-icon-linkedin:before {
	content: "\f119"
}

.vjs-icon-twitter {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.vjs-icon-twitter:before {
	content: "\f11a"
}

.vjs-icon-tumblr {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.vjs-icon-tumblr:before {
	content: "\f11b"
}

.vjs-icon-pinterest {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.vjs-icon-pinterest:before {
	content: "\f11c"
}

.video-js .vjs-descriptions-button .vjs-icon-placeholder,
.vjs-icon-audio-description {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.video-js .vjs-descriptions-button .vjs-icon-placeholder:before,
.vjs-icon-audio-description:before {
	content: "\f11d"
}

.video-js .vjs-audio-button .vjs-icon-placeholder,
.vjs-icon-audio {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.video-js .vjs-audio-button .vjs-icon-placeholder:before,
.vjs-icon-audio:before {
	content: "\f11e"
}

.vjs-icon-next-item {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.vjs-icon-next-item:before {
	content: "\f11f"
}

.vjs-icon-previous-item {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.vjs-icon-previous-item:before {
	content: "\f120"
}

.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder,
.vjs-icon-picture-in-picture-enter {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before,
.vjs-icon-picture-in-picture-enter:before {
	content: "\f121"
}

.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder,
.vjs-icon-picture-in-picture-exit {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}

.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before,
.vjs-icon-picture-in-picture-exit:before {
	content: "\f122"
}

.video-js {
	display: block;
	vertical-align: top;
	box-sizing: border-box;
	color: #fff;
	background-color: #000;
	position: relative;
	padding: 0;
	font-size: 10px;
	line-height: 1;
	font-weight: 400;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	word-break: initial
}

.video-js:-moz-full-screen {
	position: absolute
}

.video-js:-webkit-full-screen {
	width: 100% !important;
	height: 100% !important
}

.video-js[tabindex="-1"] {
	outline: 0
}

.video-js *,
.video-js :after,
.video-js :before {
	box-sizing: inherit
}

.video-js ul {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	list-style-position: outside;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0
}

.video-js.vjs-16-9,
.video-js.vjs-4-3,
.video-js.vjs-fluid {
	width: 100%;
	max-width: 100%;
	height: 0
}

.video-js.vjs-16-9 {
	padding-top: 56.25%
}

.video-js.vjs-4-3 {
	padding-top: 75%
}

.video-js.vjs-fill {
	width: 100%;
	height: 100%
}

.video-js .vjs-tech {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

body.vjs-full-window {
	padding: 0;
	margin: 0;
	height: 100%
}

.vjs-full-window .video-js.vjs-fullscreen {
	position: fixed;
	overflow: hidden;
	z-index: 1000;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0
}

.video-js.vjs-fullscreen {
	width: 100% !important;
	height: 100% !important;
	padding-top: 0 !important
}

.video-js.vjs-fullscreen.vjs-user-inactive {
	cursor: none
}

.vjs-hidden {
	display: none !important
}

.vjs-disabled {
	opacity: .5;
	cursor: default
}

.video-js .vjs-offscreen {
	height: 1px;
	left: -9999px;
	position: absolute;
	top: 0;
	width: 1px
}

.vjs-lock-showing {
	display: block !important;
	opacity: 1;
	visibility: visible
}

.vjs-no-js {
	padding: 20px;
	color: #fff;
	background-color: #000;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	width: 300px;
	height: 150px;
	margin: 0 auto
}

.vjs-no-js a,
.vjs-no-js a:visited {
	color: #66a8cc
}

.video-js .vjs-big-play-button {
	font-size: 3em;
	line-height: 1.5em;
	height: 1.63332em;
	width: 3em;
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 0;
	cursor: pointer;
	opacity: 1;
	border: .06666em solid #fff;
	background-color: #2b333f;
	background-color: rgba(43, 51, 63, .7);
	border-radius: .3em;
	transition: all .4s
}

.vjs-big-play-centered .vjs-big-play-button {
	top: 50%;
	left: 50%;
	margin-top: -.81666em;
	margin-left: -1.5em
}

.video-js .vjs-big-play-button:focus,
.video-js:hover .vjs-big-play-button {
	border-color: #fff;
	background-color: #73859f;
	background-color: rgba(115, 133, 159, .5);
	transition: all 0s
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-error .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button {
	display: none
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
	display: block
}

.video-js button {
	background: 0 0;
	border: none;
	color: inherit;
	display: inline-block;
	font-size: inherit;
	line-height: inherit;
	text-transform: none;
	text-decoration: none;
	transition: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.vjs-control .vjs-button {
	width: 100%;
	height: 100%
}

.video-js .vjs-control.vjs-close-button {
	cursor: pointer;
	height: 3em;
	position: absolute;
	right: 0;
	top: .5em;
	z-index: 2
}

.video-js .vjs-modal-dialog {
	background: rgba(0, 0, 0, .8);
	background: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(255, 255, 255, 0));
	overflow: auto
}

.video-js .vjs-modal-dialog>* {
	box-sizing: border-box
}

.vjs-modal-dialog .vjs-modal-dialog-content {
	font-size: 1.2em;
	line-height: 1.5;
	padding: 20px 24px;
	z-index: 1
}

.vjs-menu-button {
	cursor: pointer
}

.vjs-menu-button.vjs-disabled {
	cursor: default
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
	display: none
}

.vjs-menu .vjs-menu-content {
	display: block;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	overflow: auto
}

.vjs-menu .vjs-menu-content>* {
	box-sizing: border-box
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
	display: none
}

.vjs-menu li {
	list-style: none;
	margin: 0;
	padding: .2em 0;
	line-height: 1.4em;
	font-size: 1.2em;
	text-align: center;
	text-transform: lowercase
}

.js-focus-visible .vjs-menu li.vjs-menu-item:hover,
.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover {
	background-color: #73859f;
	background-color: rgba(115, 133, 159, .5)
}

.js-focus-visible .vjs-menu li.vjs-selected:hover,
.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
	background-color: #fff;
	color: #2b333f
}

.vjs-menu li.vjs-menu-title {
	text-align: center;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 2em;
	padding: 0;
	margin: 0 0 .3em 0;
	font-weight: 700;
	cursor: default
}

.vjs-menu-button-popup .vjs-menu {
	display: none;
	position: absolute;
	bottom: 0;
	width: 10em;
	left: -3em;
	height: 0;
	margin-bottom: 1.5em;
	border-top-color: rgba(43, 51, 63, .7)
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
	background-color: #2b333f;
	background-color: rgba(43, 51, 63, .7);
	position: absolute;
	width: 100%;
	bottom: 1.5em;
	max-height: 15em
}

.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
	max-height: 5em
}

.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
	max-height: 10em
}

.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
	max-height: 14em
}

.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
	max-height: 25em
}

.vjs-menu-button-popup .vjs-menu.vjs-lock-showing,
.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu {
	display: block
}

.video-js .vjs-menu-button-inline {
	transition: all .4s;
	overflow: hidden
}

.video-js .vjs-menu-button-inline:before {
	width: 2.222222222em
}

.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline:hover,
.video-js.vjs-no-flex .vjs-menu-button-inline {
	width: 12em
}

.vjs-menu-button-inline .vjs-menu {
	opacity: 0;
	height: 100%;
	width: auto;
	position: absolute;
	left: 4em;
	top: 0;
	padding: 0;
	margin: 0;
	transition: all .4s
}

.vjs-menu-button-inline.vjs-slider-active .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline:hover .vjs-menu {
	display: block;
	opacity: 1
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
	display: block;
	opacity: 1;
	position: relative;
	width: auto
}

.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu {
	width: auto
}

.vjs-menu-button-inline .vjs-menu-content {
	width: auto;
	height: 100%;
	margin: 0;
	overflow: hidden
}

.video-js .vjs-control-bar {
	display: none;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3em;
	background-color: #2b333f;
	background-color: rgba(43, 51, 63, .7)
}

.vjs-has-started .vjs-control-bar {
	display: flex;
	visibility: visible;
	opacity: 1;
	transition: visibility .1s, opacity .1s
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
	visibility: visible;
	opacity: 0;
	transition: visibility 1s, opacity 1s
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-error .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar {
	display: none !important
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
	opacity: 1;
	visibility: visible
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
	display: table
}

.video-js .vjs-control {
	position: relative;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 4em;
	flex: none
}

.vjs-button>.vjs-icon-placeholder:before {
	font-size: 1.8em;
	line-height: 1.67
}

.video-js .vjs-control:focus,
.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before {
	text-shadow: 0 0 1em #fff
}

.video-js .vjs-control-text {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.vjs-no-flex .vjs-control {
	display: table-cell;
	vertical-align: middle
}

.video-js .vjs-custom-control-spacer {
	display: none
}

.video-js .vjs-progress-control {
	cursor: pointer;
	flex: auto;
	display: flex;
	align-items: center;
	min-width: 4em;
	touch-action: none
}

.video-js .vjs-progress-control.disabled {
	cursor: default
}

.vjs-live .vjs-progress-control {
	display: none
}

.vjs-liveui .vjs-progress-control {
	display: flex;
	align-items: center
}

.vjs-no-flex .vjs-progress-control {
	width: auto
}

.video-js .vjs-progress-holder {
	flex: auto;
	transition: all .2s;
	height: .3em
}

.video-js .vjs-progress-control .vjs-progress-holder {
	margin: 0 10px
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
	font-size: 1.6666666667em
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
	font-size: 1em
}

.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div,
.video-js .vjs-progress-holder .vjs-play-progress {
	position: absolute;
	display: block;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 0
}

.video-js .vjs-play-progress {
	background-color: #fff
}

.video-js .vjs-play-progress:before {
	font-size: .9em;
	position: absolute;
	right: -.5em;
	top: -.3333333333em;
	z-index: 1
}

.video-js .vjs-load-progress {
	background: rgba(115, 133, 159, .5)
}

.video-js .vjs-load-progress div {
	background: rgba(115, 133, 159, .75)
}

.video-js .vjs-time-tooltip {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .8);
	border-radius: .3em;
	color: #000;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 6px 8px 8px 8px;
	pointer-events: none;
	position: absolute;
	top: -3.4em;
	visibility: hidden;
	z-index: 1
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
	display: none
}

.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-time-tooltip {
	display: block;
	font-size: .6em;
	visibility: visible
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
	font-size: 1em
}

.video-js .vjs-progress-control .vjs-mouse-display {
	display: none;
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: #000;
	z-index: 1
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
	z-index: 0
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
	display: block
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
	visibility: hidden;
	opacity: 0;
	transition: visibility 1s, opacity 1s
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
	display: none
}

.vjs-mouse-display .vjs-time-tooltip {
	color: #fff;
	background-color: #000;
	background-color: rgba(0, 0, 0, .8)
}

.video-js .vjs-slider {
	position: relative;
	cursor: pointer;
	padding: 0;
	margin: 0 .45em 0 .45em;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #73859f;
	background-color: rgba(115, 133, 159, .5)
}

.video-js .vjs-slider.disabled {
	cursor: default
}

.video-js .vjs-slider:focus {
	text-shadow: 0 0 1em #fff;
	box-shadow: 0 0 1em #fff
}

.video-js .vjs-mute-control {
	cursor: pointer;
	flex: none
}

.video-js .vjs-volume-control {
	cursor: pointer;
	margin-right: 1em;
	display: flex
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
	width: 5em
}

.video-js .vjs-volume-panel .vjs-volume-control {
	visibility: visible;
	opacity: 0;
	width: 1px;
	height: 1px;
	margin-left: -1px
}

.video-js .vjs-volume-panel {
	transition: width 1s
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active,
.video-js .vjs-volume-panel .vjs-volume-control:active,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control,
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control,
.video-js .vjs-volume-panel:active .vjs-volume-control,
.video-js .vjs-volume-panel:focus .vjs-volume-control {
	visibility: visible;
	opacity: 1;
	position: relative;
	transition: visibility .1s, opacity .1s, height .1s, width .1s, left 0s, top 0s
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal {
	width: 5em;
	height: 3em;
	margin-right: 0
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical,
.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,
.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,
.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical {
	left: -3.5em;
	transition: left 0s
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active {
	width: 10em;
	transition: width .1s
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
	width: 4em
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
	height: 8em;
	width: 3em;
	left: -3000em;
	transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
	transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s
}

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
	width: 5em;
	height: 3em;
	visibility: visible;
	opacity: 1;
	position: relative;
	transition: none
}

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
	position: absolute;
	bottom: 3em;
	left: .5em
}

.video-js .vjs-volume-panel {
	display: flex
}

.video-js .vjs-volume-bar {
	margin: 1.35em .45em
}

.vjs-volume-bar.vjs-slider-horizontal {
	width: 5em;
	height: .3em
}

.vjs-volume-bar.vjs-slider-vertical {
	width: .3em;
	height: 5em;
	margin: 1.35em auto
}

.video-js .vjs-volume-level {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #fff
}

.video-js .vjs-volume-level:before {
	position: absolute;
	font-size: .9em
}

.vjs-slider-vertical .vjs-volume-level {
	width: .3em
}

.vjs-slider-vertical .vjs-volume-level:before {
	top: -.5em;
	left: -.3em
}

.vjs-slider-horizontal .vjs-volume-level {
	height: .3em
}

.vjs-slider-horizontal .vjs-volume-level:before {
	top: -.3em;
	right: -.5em
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
	width: 4em
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
	height: 100%
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
	width: 100%
}

.video-js .vjs-volume-vertical {
	width: 3em;
	height: 8em;
	bottom: 8em;
	background-color: #2b333f;
	background-color: rgba(43, 51, 63, .7)
}

.video-js .vjs-volume-horizontal .vjs-menu {
	left: -2em
}

.vjs-poster {
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	background-color: #000;
	cursor: pointer;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%
}

.vjs-has-started .vjs-poster {
	display: none
}

.vjs-audio.vjs-has-started .vjs-poster {
	display: block
}

.vjs-using-native-controls .vjs-poster {
	display: none
}

.video-js .vjs-live-control {
	display: flex;
	align-items: flex-start;
	flex: auto;
	font-size: 1em;
	line-height: 3em
}

.vjs-no-flex .vjs-live-control {
	display: table-cell;
	width: auto;
	text-align: left
}

.video-js.vjs-liveui .vjs-live-control,
.video-js:not(.vjs-live) .vjs-live-control {
	display: none
}

.video-js .vjs-seek-to-live-control {
	cursor: pointer;
	flex: none;
	display: inline-flex;
	height: 100%;
	padding-left: .5em;
	padding-right: .5em;
	font-size: 1em;
	line-height: 3em;
	width: auto;
	min-width: 4em
}

.vjs-no-flex .vjs-seek-to-live-control {
	display: table-cell;
	width: auto;
	text-align: left
}

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
	display: none
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
	cursor: auto
}

.vjs-seek-to-live-control .vjs-icon-placeholder {
	margin-right: .5em;
	color: #888
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
	color: red
}

.video-js .vjs-time-control {
	flex: none;
	font-size: 1em;
	line-height: 3em;
	min-width: 2em;
	width: auto;
	padding-left: 1em;
	padding-right: 1em
}

.vjs-live .vjs-time-control {
	display: none
}

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
	display: none
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
	display: none
}

.vjs-time-divider {
	display: none;
	line-height: 3em
}

.vjs-live .vjs-time-divider {
	display: none
}

.video-js .vjs-play-control {
	cursor: pointer
}

.video-js .vjs-play-control .vjs-icon-placeholder {
	flex: none
}

.vjs-text-track-display {
	position: absolute;
	bottom: 3em;
	left: 0;
	right: 0;
	top: 0;
	pointer-events: none
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
	bottom: 1em
}

.video-js .vjs-text-track {
	font-size: 1.4em;
	text-align: center;
	margin-bottom: .1em
}

.vjs-subtitles {
	color: #fff
}

.vjs-captions {
	color: #fc6
}

.vjs-tt-cue {
	display: block
}

video::-webkit-media-text-track-display {
	transform: translateY(-3em)
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
	transform: translateY(-1.5em)
}

.video-js .vjs-picture-in-picture-control {
	cursor: pointer;
	flex: none
}

.video-js .vjs-fullscreen-control {
	cursor: pointer;
	flex: none
}

.vjs-playback-rate .vjs-playback-rate-value,
.vjs-playback-rate>.vjs-menu-button {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.vjs-playback-rate .vjs-playback-rate-value {
	pointer-events: none;
	font-size: 1.5em;
	line-height: 2;
	text-align: center
}

.vjs-playback-rate .vjs-menu {
	width: 4em;
	left: 0
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
	font-size: 1.4em;
	text-align: center
}

.vjs-error .vjs-error-display:before {
	color: #fff;
	content: "X";
	font-family: Arial, Helvetica, sans-serif;
	font-size: 4em;
	left: 0;
	line-height: 1;
	margin-top: -.5em;
	position: absolute;
	text-shadow: .05em .05em .1em #000;
	text-align: center;
	top: 50%;
	vertical-align: middle;
	width: 100%
}

.vjs-loading-spinner {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .85;
	text-align: left;
	border: 6px solid rgba(43, 51, 63, .7);
	box-sizing: border-box;
	background-clip: padding-box;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	visibility: hidden
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
	display: block;
	-webkit-animation: vjs-spinner-show 0s linear .3s forwards;
	animation: vjs-spinner-show 0s linear .3s forwards
}

.vjs-loading-spinner:after,
.vjs-loading-spinner:before {
	content: "";
	position: absolute;
	margin: -6px;
	box-sizing: inherit;
	width: inherit;
	height: inherit;
	border-radius: inherit;
	opacity: 1;
	border: inherit;
	border-color: transparent;
	border-top-color: #fff
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before {
	-webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(.6, .2, 0, .8) infinite, vjs-spinner-fade 1.1s linear infinite;
	animation: vjs-spinner-spin 1.1s cubic-bezier(.6, .2, 0, .8) infinite, vjs-spinner-fade 1.1s linear infinite
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
	border-top-color: #fff
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
	border-top-color: #fff;
	-webkit-animation-delay: .44s;
	animation-delay: .44s
}

@keyframes vjs-spinner-show {
	to {
		visibility: visible
	}
}

@-webkit-keyframes vjs-spinner-show {
	to {
		visibility: visible
	}
}

@keyframes vjs-spinner-spin {
	100% {
		transform: rotate(360deg)
	}
}

@-webkit-keyframes vjs-spinner-spin {
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes vjs-spinner-fade {
	0% {
		border-top-color: #73859f
	}

	20% {
		border-top-color: #73859f
	}

	35% {
		border-top-color: #fff
	}

	60% {
		border-top-color: #73859f
	}

	100% {
		border-top-color: #73859f
	}
}

@-webkit-keyframes vjs-spinner-fade {
	0% {
		border-top-color: #73859f
	}

	20% {
		border-top-color: #73859f
	}

	35% {
		border-top-color: #fff
	}

	60% {
		border-top-color: #73859f
	}

	100% {
		border-top-color: #73859f
	}
}

.vjs-chapters-button .vjs-menu ul {
	width: 24em
}

.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
	vertical-align: middle;
	display: inline-block;
	margin-bottom: -.1em
}

.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
	font-family: VideoJS;
	content: "";
	font-size: 1.5em;
	line-height: inherit
}

.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
	vertical-align: middle;
	display: inline-block;
	margin-bottom: -.1em
}

.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
	font-family: VideoJS;
	content: " ";
	font-size: 1.5em;
	line-height: inherit
}

.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-audio-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-captions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-chapters-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-current-time,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-descriptions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-duration,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-playback-rate,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-remaining-time,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-subtitles-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-time-divider,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-control,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-audio-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-captions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-chapters-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-current-time,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-descriptions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-duration,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-playback-rate,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-remaining-time,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subtitles-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-time-divider,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-control,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-audio-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-captions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-chapters-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-current-time,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-descriptions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-duration,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-playback-rate,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-remaining-time,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-subtitles-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-time-divider,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-control {
	display: none
}

.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover {
	width: auto;
	width: initial
}

.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subs-caps-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-live) .vjs-subs-caps-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-liveui) .vjs-subs-caps-button {
	display: none
}

.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-custom-control-spacer,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui .vjs-custom-control-spacer {
	flex: auto;
	display: block
}

.video-js:not(.vjs-fullscreen).vjs-layout-tiny.vjs-no-flex .vjs-custom-control-spacer,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui.vjs-no-flex .vjs-custom-control-spacer {
	width: auto
}

.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-progress-control,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui .vjs-progress-control {
	display: none
}

.vjs-modal-dialog.vjs-text-track-settings {
	background-color: #2b333f;
	background-color: rgba(43, 51, 63, .75);
	color: #fff;
	height: 70%
}

.vjs-text-track-settings .vjs-modal-dialog-content {
	display: table
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-controls,
.vjs-text-track-settings .vjs-track-settings-font {
	display: table-cell
}

.vjs-text-track-settings .vjs-track-settings-controls {
	text-align: right;
	vertical-align: bottom
}

@supports (display:grid) {
	.vjs-text-track-settings .vjs-modal-dialog-content {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr;
		padding: 20px 24px 0 24px
	}

	.vjs-track-settings-controls .vjs-default-button {
		margin-bottom: 20px
	}

	.vjs-text-track-settings .vjs-track-settings-controls {
		grid-column: 1/-1
	}

	.vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
	.vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content,
	.vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content {
		grid-template-columns: 1fr
	}
}

.vjs-track-setting>select {
	margin-right: 1em;
	margin-bottom: .5em
}

.vjs-text-track-settings fieldset {
	margin: 5px;
	padding: 3px;
	border: none
}

.vjs-text-track-settings fieldset span {
	display: inline-block
}

.vjs-text-track-settings fieldset span>select {
	max-width: 7.3em
}

.vjs-text-track-settings legend {
	color: #fff;
	margin: 0 0 5px 0
}

.vjs-text-track-settings .vjs-label {
	position: absolute;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	display: block;
	margin: 0 0 5px 0;
	padding: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden
}

.vjs-track-settings-controls button:active,
.vjs-track-settings-controls button:focus {
	outline-style: solid;
	outline-width: medium;
	background-image: linear-gradient(0deg, #fff 88%, #73859f 100%)
}

.vjs-track-settings-controls button:hover {
	color: rgba(43, 51, 63, .75)
}

.vjs-track-settings-controls button {
	background-color: #fff;
	background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
	color: #2b333f;
	cursor: pointer;
	border-radius: 2px
}

.vjs-track-settings-controls .vjs-default-button {
	margin-right: 1em
}

@media print {
	.video-js>:not(.vjs-tech):not(.vjs-poster) {
		visibility: hidden
	}
}

.vjs-resize-manager {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	z-index: -1000
}

.js-focus-visible .video-js :focus:not(.focus-visible) {
	outline: 0;
	background: 0 0
}

.video-js .vjs-menu :focus:not(:focus-visible),
.video-js :focus:not(:focus-visible) {
	outline: 0;
	background: 0 0
}

.video-js.vjs-vjsdownload .vjs-button.vjs-vjsdownload {
	cursor: pointer;
	display: block;
	font-family: VideoJs
}

.video-js.vjs-vjsdownload .vjs-button.vjs-vjsdownload:before {
	display: block;
	position: relative;
	top: 4px;
	content: '\f101';
	transform: rotate(90deg);
	font-size: 1.5em
}

.video-js.vjs-vjsdownload .vjs-button.vjs-vjsdownload:after {
	display: block;
	content: ' ';
	width: 4px;
	height: 5px;
	background-color: #fff;
	position: relative;
	top: -11px;
	left: calc(50% - 2px)
}

.vplay-video-el {
	width: 100%
}

.vplay-youtube .video-wrapper-active {
	opacity: 0;
	-webkit-transition-delay: 0s, .8s;
	-moz-transition-delay: 0s, .8s;
	transition-delay: 0s, .8s;
	-webkit-transition: opacity 1.2s ease-in-out;
	-moz-transition: opacity 1.2s ease-in-out;
	-ms-transition: opacity 1.2s ease-in-out;
	-o-transition: opacity 1.2s ease-in-out;
	pointer-events: none
}

.vplay-youtube .vplay-youtube-poster-wp {
	cursor: pointer;
	position: absolute
}

.vplay-frame-wp.vpay-frame-youtube:hover .ytp-large-play-button-bg {
	-moz-transition: fill .1s cubic-bezier(0, 0, .2, 1), fill-opacity .1s cubic-bezier(0, 0, .2, 1);
	-webkit-transition: fill .1s cubic-bezier(0, 0, .2, 1), fill-opacity .1s cubic-bezier(0, 0, .2, 1);
	transition: fill .1s cubic-bezier(0, 0, .2, 1), fill-opacity .1s cubic-bezier(0, 0, .2, 1);
	fill: red;
	fill-opacity: 1
}

.vplay-frame-wp.vpay-frame-vimeo:hover .ytp-large-play-button-bg {
	-moz-transition: fill .1s cubic-bezier(0, 0, .2, 1), fill-opacity .1s cubic-bezier(0, 0, .2, 1);
	-webkit-transition: fill .1s cubic-bezier(0, 0, .2, 1), fill-opacity .1s cubic-bezier(0, 0, .2, 1);
	transition: fill .1s cubic-bezier(0, 0, .2, 1), fill-opacity .1s cubic-bezier(0, 0, .2, 1);
	fill: #00adef;
	fill-opacity: 1
}


img:not(.lazy-loaded)[data-src] {
	background: url("../images/layout/loading.svg") no-repeat center center
}

@font-face {
	font-family: "icomoon";
	font-weight: null;
	font-style: normal;
	font-display: block;
	src: url("../fonts/icomoon.woff") format("woff")
}

@font-face {
	font-family: "Montserrat";
	font-weight: 300;
	font-style: normal;
	font-display: block;
	src: url("../fonts/montserrat-v23-latin-300.woff2") format("woff2"), url("../fonts/montserrat-v23-latin-300.woff") format("woff")
}

@font-face {
	font-family: "Montserrat";
	font-weight: 600;
	font-style: normal;
	font-display: block;
	src: url("../fonts/montserrat-v23-latin-600.woff2") format("woff2"), url("../fonts/montserrat-v23-latin-600.woff") format("woff")
}

@font-face {
	font-family: "Playfair Display";
	font-weight: 400;
	font-style: normal;
	font-display: block;
	src: url("../fonts/playfair-display-v28-latin-regular.woff2") format("woff2"), url("../fonts/playfair-display-v28-latin-regular.woff") format("woff")
}

@font-face {
	font-family: "Playfair Display";
	font-weight: 700;
	font-style: normal;
	font-display: block;
	src: url("../fonts/playfair-display-v28-latin-700.woff2") format("woff2"), url("../fonts/playfair-display-v28-latin-700.woff") format("woff")
}

.row {
	margin-left: auto;
	margin-right: auto;
	max-width: 101.25rem;
	width: 100%;
	position: relative;
	display: flex;
	flex: 0 1 auto;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	align-items: stretch
}

.row:not(.full-width) .row {
	margin-left: -1.125rem;
	padding-left: 0;
	padding-right: 0;
	max-width: calc(100% + 2.25rem);
	width: calc(100% + 2.25rem)
}

.row.full-width {
	max-width: none
}

.row .cms-el-row {
	margin-left: -1.125rem;
	padding-left: 0;
	padding-right: 0;
	max-width: calc(100% + 2.25rem);
	width: calc(100% + 2.25rem)
}

.row>.row {
	margin: 0;
	padding: 0;
	max-width: 100%;
	width: 100%;
	flex-basis: 100%
}

.row.break-right,
.row.break-left {
	max-width: calc(50vw + 801px)
}

.row.break-right {
	margin-left: auto;
	margin-right: 0;
	justify-content: flex-start
}

.row.break-left {
	margin-right: auto;
	margin-left: 0;
	justify-content: flex-end
}

.col {
	float: left;
	padding-left: 1.125rem;
	padding-right: 1.125rem;
	max-width: 100%;
	width: 100%;
	flex: 0 0 auto;
	flex-grow: 1;
	flex-basis: 100%;
	box-sizing: border-box
}

.no-gutter,
.no-gutter>.col {
	padding-left: 0;
	padding-right: 0
}

@media (min-width: 0) {
	.col.default-1 {
		max-width: 8.33333%;
		flex-basis: 8.33333%
	}
}

@media (min-width: 0) and (min-width: 101.25em) {

	.row.break-left>.col.default-1,
	.row.break-right>.col.default-1 {
		max-width: 8.4375rem
	}
}

@media (min-width: 0) {
	.col.default-2 {
		max-width: 16.66667%;
		flex-basis: 16.66667%
	}
}

@media (min-width: 0) and (min-width: 101.25em) {

	.row.break-left>.col.default-2,
	.row.break-right>.col.default-2 {
		max-width: 16.875rem
	}
}

@media (min-width: 0) {
	.col.default-3 {
		max-width: 25%;
		flex-basis: 25%
	}
}

@media (min-width: 0) and (min-width: 101.25em) {

	.row.break-left>.col.default-3,
	.row.break-right>.col.default-3 {
		max-width: 25.3125rem
	}
}

@media (min-width: 0) {
	.col.default-4 {
		max-width: 33.33333%;
		flex-basis: 33.33333%
	}
}

@media (min-width: 0) and (min-width: 101.25em) {

	.row.break-left>.col.default-4,
	.row.break-right>.col.default-4 {
		max-width: 33.75rem
	}
}

@media (min-width: 0) {
	.col.default-5 {
		max-width: 41.66667%;
		flex-basis: 41.66667%
	}
}

@media (min-width: 0) and (min-width: 101.25em) {

	.row.break-left>.col.default-5,
	.row.break-right>.col.default-5 {
		max-width: 42.1875rem
	}
}

@media (min-width: 0) {
	.col.default-6 {
		max-width: 50%;
		flex-basis: 50%
	}
}

@media (min-width: 0) and (min-width: 101.25em) {

	.row.break-left>.col.default-6,
	.row.break-right>.col.default-6 {
		max-width: 50.625rem
	}
}

@media (min-width: 0) {
	.col.default-7 {
		max-width: 58.33333%;
		flex-basis: 58.33333%
	}
}

@media (min-width: 0) and (min-width: 101.25em) {

	.row.break-left>.col.default-7,
	.row.break-right>.col.default-7 {
		max-width: 59.0625rem
	}
}

@media (min-width: 0) {
	.col.default-8 {
		max-width: 66.66667%;
		flex-basis: 66.66667%
	}
}

@media (min-width: 0) and (min-width: 101.25em) {

	.row.break-left>.col.default-8,
	.row.break-right>.col.default-8 {
		max-width: 67.5rem
	}
}

@media (min-width: 0) {
	.col.default-9 {
		max-width: 75%;
		flex-basis: 75%
	}
}

@media (min-width: 0) and (min-width: 101.25em) {

	.row.break-left>.col.default-9,
	.row.break-right>.col.default-9 {
		max-width: 75.9375rem
	}
}

@media (min-width: 0) {
	.col.default-10 {
		max-width: 83.33333%;
		flex-basis: 83.33333%
	}
}

@media (min-width: 0) and (min-width: 101.25em) {

	.row.break-left>.col.default-10,
	.row.break-right>.col.default-10 {
		max-width: 84.375rem
	}
}

@media (min-width: 0) {
	.col.default-11 {
		max-width: 91.66667%;
		flex-basis: 91.66667%
	}
}

@media (min-width: 0) and (min-width: 101.25em) {

	.row.break-left>.col.default-11,
	.row.break-right>.col.default-11 {
		max-width: 92.8125rem
	}
}

@media (min-width: 0) {
	.col.default-12 {
		max-width: 100%;
		flex-basis: 100%
	}
}

@media (min-width: 0) and (min-width: 101.25em) {

	.row.break-left>.col.default-12,
	.row.break-right>.col.default-12 {
		max-width: 101.25rem
	}
}

@media (min-width: 0) {
	.col.default-auto {
		max-width: 100%;
		flex-basis: 0
	}

	.row.break-left>.col.default-auto,
	.row.break-right>.col.default-auto {
		max-width: 100%
	}

	.col.default-prefix-0 {
		margin-left: 0%
	}

	.col.default-prefix-1 {
		margin-left: 8.33333%
	}

	.col.default-prefix-2 {
		margin-left: 16.66667%
	}

	.col.default-prefix-3 {
		margin-left: 25%
	}

	.col.default-prefix-4 {
		margin-left: 33.33333%
	}

	.col.default-prefix-5 {
		margin-left: 41.66667%
	}

	.col.default-prefix-6 {
		margin-left: 50%
	}

	.col.default-prefix-7 {
		margin-left: 58.33333%
	}

	.col.default-prefix-8 {
		margin-left: 66.66667%
	}

	.col.default-prefix-9 {
		margin-left: 75%
	}

	.col.default-prefix-10 {
		margin-left: 83.33333%
	}

	.col.default-prefix-11 {
		margin-left: 91.66667%
	}

	.col.default-prefix-12 {
		margin-left: 100%
	}

	.col.default-suffix-0 {
		margin-right: 0%
	}

	.col.default-suffix-1 {
		margin-right: 8.33333%
	}

	.col.default-suffix-2 {
		margin-right: 16.66667%
	}

	.col.default-suffix-3 {
		margin-right: 25%
	}

	.col.default-suffix-4 {
		margin-right: 33.33333%
	}

	.col.default-suffix-5 {
		margin-right: 41.66667%
	}

	.col.default-suffix-6 {
		margin-right: 50%
	}

	.col.default-suffix-7 {
		margin-right: 58.33333%
	}

	.col.default-suffix-8 {
		margin-right: 66.66667%
	}

	.col.default-suffix-9 {
		margin-right: 75%
	}

	.col.default-suffix-10 {
		margin-right: 83.33333%
	}

	.col.default-suffix-11 {
		margin-right: 91.66667%
	}

	.col.default-suffix-12 {
		margin-right: 100%
	}

	.default-start {
		justify-content: flex-start
	}

	.default-center {
		justify-content: center
	}

	.default-end {
		justify-content: flex-end
	}

	.default-between {
		justify-content: space-between
	}

	.default-around {
		justify-content: space-around
	}

	.default-top {
		align-items: flex-start
	}

	.default-middle {
		align-items: center
	}

	.default-baseline {
		align-items: flex-baseline
	}

	.default-bottom {
		align-items: flex-end
	}

	.default-stretch {
		align-items: stretch
	}

	.default-reverse {
		flex-direction: row-reverse
	}

	.default-forward {
		flex-direction: row
	}

	.default-first {
		order: -1
	}

	.default-last {
		order: 1
	}

	.default-unset {
		order: 0
	}
}

@media (min-width: 30em) {
	.col.tiny-1 {
		max-width: 8.33333%;
		flex-basis: 8.33333%
	}
}

@media (min-width: 30em) and (min-width: 101.25em) {

	.row.break-left>.col.tiny-1,
	.row.break-right>.col.tiny-1 {
		max-width: 8.4375rem
	}
}

@media (min-width: 30em) {
	.col.tiny-2 {
		max-width: 16.66667%;
		flex-basis: 16.66667%
	}
}

@media (min-width: 30em) and (min-width: 101.25em) {

	.row.break-left>.col.tiny-2,
	.row.break-right>.col.tiny-2 {
		max-width: 16.875rem
	}
}

@media (min-width: 30em) {
	.col.tiny-3 {
		max-width: 25%;
		flex-basis: 25%
	}
}

@media (min-width: 30em) and (min-width: 101.25em) {

	.row.break-left>.col.tiny-3,
	.row.break-right>.col.tiny-3 {
		max-width: 25.3125rem
	}
}

@media (min-width: 30em) {
	.col.tiny-4 {
		max-width: 33.33333%;
		flex-basis: 33.33333%
	}
}

@media (min-width: 30em) and (min-width: 101.25em) {

	.row.break-left>.col.tiny-4,
	.row.break-right>.col.tiny-4 {
		max-width: 33.75rem
	}
}

@media (min-width: 30em) {
	.col.tiny-5 {
		max-width: 41.66667%;
		flex-basis: 41.66667%
	}
}

@media (min-width: 30em) and (min-width: 101.25em) {

	.row.break-left>.col.tiny-5,
	.row.break-right>.col.tiny-5 {
		max-width: 42.1875rem
	}
}

@media (min-width: 30em) {
	.col.tiny-6 {
		max-width: 50%;
		flex-basis: 50%
	}
}

@media (min-width: 30em) and (min-width: 101.25em) {

	.row.break-left>.col.tiny-6,
	.row.break-right>.col.tiny-6 {
		max-width: 50.625rem
	}
}

@media (min-width: 30em) {
	.col.tiny-7 {
		max-width: 58.33333%;
		flex-basis: 58.33333%
	}
}

@media (min-width: 30em) and (min-width: 101.25em) {

	.row.break-left>.col.tiny-7,
	.row.break-right>.col.tiny-7 {
		max-width: 59.0625rem
	}
}

@media (min-width: 30em) {
	.col.tiny-8 {
		max-width: 66.66667%;
		flex-basis: 66.66667%
	}
}

@media (min-width: 30em) and (min-width: 101.25em) {

	.row.break-left>.col.tiny-8,
	.row.break-right>.col.tiny-8 {
		max-width: 67.5rem
	}
}

@media (min-width: 30em) {
	.col.tiny-9 {
		max-width: 75%;
		flex-basis: 75%
	}
}

@media (min-width: 30em) and (min-width: 101.25em) {

	.row.break-left>.col.tiny-9,
	.row.break-right>.col.tiny-9 {
		max-width: 75.9375rem
	}
}

@media (min-width: 30em) {
	.col.tiny-10 {
		max-width: 83.33333%;
		flex-basis: 83.33333%
	}
}

@media (min-width: 30em) and (min-width: 101.25em) {

	.row.break-left>.col.tiny-10,
	.row.break-right>.col.tiny-10 {
		max-width: 84.375rem
	}
}

@media (min-width: 30em) {
	.col.tiny-11 {
		max-width: 91.66667%;
		flex-basis: 91.66667%
	}
}

@media (min-width: 30em) and (min-width: 101.25em) {

	.row.break-left>.col.tiny-11,
	.row.break-right>.col.tiny-11 {
		max-width: 92.8125rem
	}
}

@media (min-width: 30em) {
	.col.tiny-12 {
		max-width: 100%;
		flex-basis: 100%
	}
}

@media (min-width: 30em) and (min-width: 101.25em) {

	.row.break-left>.col.tiny-12,
	.row.break-right>.col.tiny-12 {
		max-width: 101.25rem
	}
}

@media (min-width: 30em) {
	.col.tiny-auto {
		max-width: 100%;
		flex-basis: 0
	}

	.row.break-left>.col.tiny-auto,
	.row.break-right>.col.tiny-auto {
		max-width: 100%
	}

	.col.tiny-prefix-0 {
		margin-left: 0%
	}

	.col.tiny-prefix-1 {
		margin-left: 8.33333%
	}

	.col.tiny-prefix-2 {
		margin-left: 16.66667%
	}

	.col.tiny-prefix-3 {
		margin-left: 25%
	}

	.col.tiny-prefix-4 {
		margin-left: 33.33333%
	}

	.col.tiny-prefix-5 {
		margin-left: 41.66667%
	}

	.col.tiny-prefix-6 {
		margin-left: 50%
	}

	.col.tiny-prefix-7 {
		margin-left: 58.33333%
	}

	.col.tiny-prefix-8 {
		margin-left: 66.66667%
	}

	.col.tiny-prefix-9 {
		margin-left: 75%
	}

	.col.tiny-prefix-10 {
		margin-left: 83.33333%
	}

	.col.tiny-prefix-11 {
		margin-left: 91.66667%
	}

	.col.tiny-prefix-12 {
		margin-left: 100%
	}

	.col.tiny-suffix-0 {
		margin-right: 0%
	}

	.col.tiny-suffix-1 {
		margin-right: 8.33333%
	}

	.col.tiny-suffix-2 {
		margin-right: 16.66667%
	}

	.col.tiny-suffix-3 {
		margin-right: 25%
	}

	.col.tiny-suffix-4 {
		margin-right: 33.33333%
	}

	.col.tiny-suffix-5 {
		margin-right: 41.66667%
	}

	.col.tiny-suffix-6 {
		margin-right: 50%
	}

	.col.tiny-suffix-7 {
		margin-right: 58.33333%
	}

	.col.tiny-suffix-8 {
		margin-right: 66.66667%
	}

	.col.tiny-suffix-9 {
		margin-right: 75%
	}

	.col.tiny-suffix-10 {
		margin-right: 83.33333%
	}

	.col.tiny-suffix-11 {
		margin-right: 91.66667%
	}

	.col.tiny-suffix-12 {
		margin-right: 100%
	}

	.tiny-start {
		justify-content: flex-start
	}

	.tiny-center {
		justify-content: center
	}

	.tiny-end {
		justify-content: flex-end
	}

	.tiny-between {
		justify-content: space-between
	}

	.tiny-around {
		justify-content: space-around
	}

	.tiny-top {
		align-items: flex-start
	}

	.tiny-middle {
		align-items: center
	}

	.tiny-baseline {
		align-items: flex-baseline
	}

	.tiny-bottom {
		align-items: flex-end
	}

	.tiny-stretch {
		align-items: stretch
	}

	.tiny-reverse {
		flex-direction: row-reverse
	}

	.tiny-forward {
		flex-direction: row
	}

	.tiny-first {
		order: -1
	}

	.tiny-last {
		order: 1
	}

	.tiny-unset {
		order: 0
	}
}

@media (min-width: 40em) {
	.col.small-1 {
		max-width: 8.33333%;
		flex-basis: 8.33333%
	}
}

@media (min-width: 40em) and (min-width: 101.25em) {

	.row.break-left>.col.small-1,
	.row.break-right>.col.small-1 {
		max-width: 8.4375rem
	}
}

@media (min-width: 40em) {
	.col.small-2 {
		max-width: 16.66667%;
		flex-basis: 16.66667%
	}
}

@media (min-width: 40em) and (min-width: 101.25em) {

	.row.break-left>.col.small-2,
	.row.break-right>.col.small-2 {
		max-width: 16.875rem
	}
}

@media (min-width: 40em) {
	.col.small-3 {
		max-width: 25%;
		flex-basis: 25%
	}
}

@media (min-width: 40em) and (min-width: 101.25em) {

	.row.break-left>.col.small-3,
	.row.break-right>.col.small-3 {
		max-width: 25.3125rem
	}
}

@media (min-width: 40em) {
	.col.small-4 {
		max-width: 33.33333%;
		flex-basis: 33.33333%
	}
}

@media (min-width: 40em) and (min-width: 101.25em) {

	.row.break-left>.col.small-4,
	.row.break-right>.col.small-4 {
		max-width: 33.75rem
	}
}

@media (min-width: 40em) {
	.col.small-5 {
		max-width: 41.66667%;
		flex-basis: 41.66667%
	}
}

@media (min-width: 40em) and (min-width: 101.25em) {

	.row.break-left>.col.small-5,
	.row.break-right>.col.small-5 {
		max-width: 42.1875rem
	}
}

@media (min-width: 40em) {
	.col.small-6 {
		max-width: 50%;
		flex-basis: 50%
	}
}

@media (min-width: 40em) and (min-width: 101.25em) {

	.row.break-left>.col.small-6,
	.row.break-right>.col.small-6 {
		max-width: 50.625rem
	}
}

@media (min-width: 40em) {
	.col.small-7 {
		max-width: 58.33333%;
		flex-basis: 58.33333%
	}
}

@media (min-width: 40em) and (min-width: 101.25em) {

	.row.break-left>.col.small-7,
	.row.break-right>.col.small-7 {
		max-width: 59.0625rem
	}
}

@media (min-width: 40em) {
	.col.small-8 {
		max-width: 66.66667%;
		flex-basis: 66.66667%
	}
}

@media (min-width: 40em) and (min-width: 101.25em) {

	.row.break-left>.col.small-8,
	.row.break-right>.col.small-8 {
		max-width: 67.5rem
	}
}

@media (min-width: 40em) {
	.col.small-9 {
		max-width: 75%;
		flex-basis: 75%
	}
}

@media (min-width: 40em) and (min-width: 101.25em) {

	.row.break-left>.col.small-9,
	.row.break-right>.col.small-9 {
		max-width: 75.9375rem
	}
}

@media (min-width: 40em) {
	.col.small-10 {
		max-width: 83.33333%;
		flex-basis: 83.33333%
	}
}

@media (min-width: 40em) and (min-width: 101.25em) {

	.row.break-left>.col.small-10,
	.row.break-right>.col.small-10 {
		max-width: 84.375rem
	}
}

@media (min-width: 40em) {
	.col.small-11 {
		max-width: 91.66667%;
		flex-basis: 91.66667%
	}
}

@media (min-width: 40em) and (min-width: 101.25em) {

	.row.break-left>.col.small-11,
	.row.break-right>.col.small-11 {
		max-width: 92.8125rem
	}
}

@media (min-width: 40em) {
	.col.small-12 {
		max-width: 100%;
		flex-basis: 100%
	}
}

@media (min-width: 40em) and (min-width: 101.25em) {

	.row.break-left>.col.small-12,
	.row.break-right>.col.small-12 {
		max-width: 101.25rem
	}
}

@media (min-width: 40em) {
	.col.small-auto {
		max-width: 100%;
		flex-basis: 0
	}

	.row.break-left>.col.small-auto,
	.row.break-right>.col.small-auto {
		max-width: 100%
	}

	.col.small-prefix-0 {
		margin-left: 0%
	}

	.col.small-prefix-1 {
		margin-left: 8.33333%
	}

	.col.small-prefix-2 {
		margin-left: 16.66667%
	}

	.col.small-prefix-3 {
		margin-left: 25%
	}

	.col.small-prefix-4 {
		margin-left: 33.33333%
	}

	.col.small-prefix-5 {
		margin-left: 41.66667%
	}

	.col.small-prefix-6 {
		margin-left: 50%
	}

	.col.small-prefix-7 {
		margin-left: 58.33333%
	}

	.col.small-prefix-8 {
		margin-left: 66.66667%
	}

	.col.small-prefix-9 {
		margin-left: 75%
	}

	.col.small-prefix-10 {
		margin-left: 83.33333%
	}

	.col.small-prefix-11 {
		margin-left: 91.66667%
	}

	.col.small-prefix-12 {
		margin-left: 100%
	}

	.col.small-suffix-0 {
		margin-right: 0%
	}

	.col.small-suffix-1 {
		margin-right: 8.33333%
	}

	.col.small-suffix-2 {
		margin-right: 16.66667%
	}

	.col.small-suffix-3 {
		margin-right: 25%
	}

	.col.small-suffix-4 {
		margin-right: 33.33333%
	}

	.col.small-suffix-5 {
		margin-right: 41.66667%
	}

	.col.small-suffix-6 {
		margin-right: 50%
	}

	.col.small-suffix-7 {
		margin-right: 58.33333%
	}

	.col.small-suffix-8 {
		margin-right: 66.66667%
	}

	.col.small-suffix-9 {
		margin-right: 75%
	}

	.col.small-suffix-10 {
		margin-right: 83.33333%
	}

	.col.small-suffix-11 {
		margin-right: 91.66667%
	}

	.col.small-suffix-12 {
		margin-right: 100%
	}

	.small-start {
		justify-content: flex-start
	}

	.small-center {
		justify-content: center
	}

	.small-end {
		justify-content: flex-end
	}

	.small-between {
		justify-content: space-between
	}

	.small-around {
		justify-content: space-around
	}

	.small-top {
		align-items: flex-start
	}

	.small-middle {
		align-items: center
	}

	.small-baseline {
		align-items: flex-baseline
	}

	.small-bottom {
		align-items: flex-end
	}

	.small-stretch {
		align-items: stretch
	}

	.small-reverse {
		flex-direction: row-reverse
	}

	.small-forward {
		flex-direction: row
	}

	.small-first {
		order: -1
	}

	.small-last {
		order: 1
	}

	.small-unset {
		order: 0
	}
}

@media (min-width: 47.5em) {
	.col.medium-1 {
		max-width: 8.33333%;
		flex-basis: 8.33333%
	}
}

@media (min-width: 47.5em) and (min-width: 101.25em) {

	.row.break-left>.col.medium-1,
	.row.break-right>.col.medium-1 {
		max-width: 8.4375rem
	}
}

@media (min-width: 47.5em) {
	.col.medium-2 {
		max-width: 16.66667%;
		flex-basis: 16.66667%
	}
}

@media (min-width: 47.5em) and (min-width: 101.25em) {

	.row.break-left>.col.medium-2,
	.row.break-right>.col.medium-2 {
		max-width: 16.875rem
	}
}

@media (min-width: 47.5em) {
	.col.medium-3 {
		max-width: 25%;
		flex-basis: 25%
	}
}

@media (min-width: 47.5em) and (min-width: 101.25em) {

	.row.break-left>.col.medium-3,
	.row.break-right>.col.medium-3 {
		max-width: 25.3125rem
	}
}

@media (min-width: 47.5em) {
	.col.medium-4 {
		max-width: 33.33333%;
		flex-basis: 33.33333%
	}
}

@media (min-width: 47.5em) and (min-width: 101.25em) {

	.row.break-left>.col.medium-4,
	.row.break-right>.col.medium-4 {
		max-width: 33.75rem
	}
}

@media (min-width: 47.5em) {
	.col.medium-5 {
		max-width: 41.66667%;
		flex-basis: 41.66667%
	}
}

@media (min-width: 47.5em) and (min-width: 101.25em) {

	.row.break-left>.col.medium-5,
	.row.break-right>.col.medium-5 {
		max-width: 42.1875rem
	}
}

@media (min-width: 47.5em) {
	.col.medium-6 {
		max-width: 50%;
		flex-basis: 50%
	}
}

@media (min-width: 47.5em) and (min-width: 101.25em) {

	.row.break-left>.col.medium-6,
	.row.break-right>.col.medium-6 {
		max-width: 50.625rem
	}
}

@media (min-width: 47.5em) {
	.col.medium-7 {
		max-width: 58.33333%;
		flex-basis: 58.33333%
	}
}

@media (min-width: 47.5em) and (min-width: 101.25em) {

	.row.break-left>.col.medium-7,
	.row.break-right>.col.medium-7 {
		max-width: 59.0625rem
	}
}

@media (min-width: 47.5em) {
	.col.medium-8 {
		max-width: 66.66667%;
		flex-basis: 66.66667%
	}
}

@media (min-width: 47.5em) and (min-width: 101.25em) {

	.row.break-left>.col.medium-8,
	.row.break-right>.col.medium-8 {
		max-width: 67.5rem
	}
}

@media (min-width: 47.5em) {
	.col.medium-9 {
		max-width: 75%;
		flex-basis: 75%
	}
}

@media (min-width: 47.5em) and (min-width: 101.25em) {

	.row.break-left>.col.medium-9,
	.row.break-right>.col.medium-9 {
		max-width: 75.9375rem
	}
}

@media (min-width: 47.5em) {
	.col.medium-10 {
		max-width: 83.33333%;
		flex-basis: 83.33333%
	}
}

@media (min-width: 47.5em) and (min-width: 101.25em) {

	.row.break-left>.col.medium-10,
	.row.break-right>.col.medium-10 {
		max-width: 84.375rem
	}
}

@media (min-width: 47.5em) {
	.col.medium-11 {
		max-width: 91.66667%;
		flex-basis: 91.66667%
	}
}

@media (min-width: 47.5em) and (min-width: 101.25em) {

	.row.break-left>.col.medium-11,
	.row.break-right>.col.medium-11 {
		max-width: 92.8125rem
	}
}

@media (min-width: 47.5em) {
	.col.medium-12 {
		max-width: 100%;
		flex-basis: 100%
	}
}

@media (min-width: 47.5em) and (min-width: 101.25em) {

	.row.break-left>.col.medium-12,
	.row.break-right>.col.medium-12 {
		max-width: 101.25rem
	}
}

@media (min-width: 47.5em) {
	.col.medium-auto {
		max-width: 100%;
		flex-basis: 0
	}

	.row.break-left>.col.medium-auto,
	.row.break-right>.col.medium-auto {
		max-width: 100%
	}

	.col.medium-prefix-0 {
		margin-left: 0%
	}

	.col.medium-prefix-1 {
		margin-left: 8.33333%
	}

	.col.medium-prefix-2 {
		margin-left: 16.66667%
	}

	.col.medium-prefix-3 {
		margin-left: 25%
	}

	.col.medium-prefix-4 {
		margin-left: 33.33333%
	}

	.col.medium-prefix-5 {
		margin-left: 41.66667%
	}

	.col.medium-prefix-6 {
		margin-left: 50%
	}

	.col.medium-prefix-7 {
		margin-left: 58.33333%
	}

	.col.medium-prefix-8 {
		margin-left: 66.66667%
	}

	.col.medium-prefix-9 {
		margin-left: 75%
	}

	.col.medium-prefix-10 {
		margin-left: 83.33333%
	}

	.col.medium-prefix-11 {
		margin-left: 91.66667%
	}

	.col.medium-prefix-12 {
		margin-left: 100%
	}

	.col.medium-suffix-0 {
		margin-right: 0%
	}

	.col.medium-suffix-1 {
		margin-right: 8.33333%
	}

	.col.medium-suffix-2 {
		margin-right: 16.66667%
	}

	.col.medium-suffix-3 {
		margin-right: 25%
	}

	.col.medium-suffix-4 {
		margin-right: 33.33333%
	}

	.col.medium-suffix-5 {
		margin-right: 41.66667%
	}

	.col.medium-suffix-6 {
		margin-right: 50%
	}

	.col.medium-suffix-7 {
		margin-right: 58.33333%
	}

	.col.medium-suffix-8 {
		margin-right: 66.66667%
	}

	.col.medium-suffix-9 {
		margin-right: 75%
	}

	.col.medium-suffix-10 {
		margin-right: 83.33333%
	}

	.col.medium-suffix-11 {
		margin-right: 91.66667%
	}

	.col.medium-suffix-12 {
		margin-right: 100%
	}

	.medium-start {
		justify-content: flex-start
	}

	.medium-center {
		justify-content: center
	}

	.medium-end {
		justify-content: flex-end
	}

	.medium-between {
		justify-content: space-between
	}

	.medium-around {
		justify-content: space-around
	}

	.medium-top {
		align-items: flex-start
	}

	.medium-middle {
		align-items: center
	}

	.medium-baseline {
		align-items: flex-baseline
	}

	.medium-bottom {
		align-items: flex-end
	}

	.medium-stretch {
		align-items: stretch
	}

	.medium-reverse {
		flex-direction: row-reverse
	}

	.medium-forward {
		flex-direction: row
	}

	.medium-first {
		order: -1
	}

	.medium-last {
		order: 1
	}

	.medium-unset {
		order: 0
	}
}

@media (min-width: 62em) {
	.col.large-1 {
		max-width: 8.33333%;
		flex-basis: 8.33333%
	}
}

@media (min-width: 62em) and (min-width: 101.25em) {

	.row.break-left>.col.large-1,
	.row.break-right>.col.large-1 {
		max-width: 8.4375rem
	}
}

@media (min-width: 62em) {
	.col.large-2 {
		max-width: 16.66667%;
		flex-basis: 16.66667%
	}
}

@media (min-width: 62em) and (min-width: 101.25em) {

	.row.break-left>.col.large-2,
	.row.break-right>.col.large-2 {
		max-width: 16.875rem
	}
}

@media (min-width: 62em) {
	.col.large-3 {
		max-width: 25%;
		flex-basis: 25%
	}
}

@media (min-width: 62em) and (min-width: 101.25em) {

	.row.break-left>.col.large-3,
	.row.break-right>.col.large-3 {
		max-width: 25.3125rem
	}
}

@media (min-width: 62em) {
	.col.large-4 {
		max-width: 33.33333%;
		flex-basis: 33.33333%
	}
}

@media (min-width: 62em) and (min-width: 101.25em) {

	.row.break-left>.col.large-4,
	.row.break-right>.col.large-4 {
		max-width: 33.75rem
	}
}

@media (min-width: 62em) {
	.col.large-5 {
		max-width: 41.66667%;
		flex-basis: 41.66667%
	}
}

@media (min-width: 62em) and (min-width: 101.25em) {

	.row.break-left>.col.large-5,
	.row.break-right>.col.large-5 {
		max-width: 42.1875rem
	}
}

@media (min-width: 62em) {
	.col.large-6 {
		max-width: 50%;
		flex-basis: 50%
	}
}

@media (min-width: 62em) and (min-width: 101.25em) {

	.row.break-left>.col.large-6,
	.row.break-right>.col.large-6 {
		max-width: 50.625rem
	}
}

@media (min-width: 62em) {
	.col.large-7 {
		max-width: 58.33333%;
		flex-basis: 58.33333%
	}
}

@media (min-width: 62em) and (min-width: 101.25em) {

	.row.break-left>.col.large-7,
	.row.break-right>.col.large-7 {
		max-width: 59.0625rem
	}
}

@media (min-width: 62em) {
	.col.large-8 {
		max-width: 66.66667%;
		flex-basis: 66.66667%
	}
}

@media (min-width: 62em) and (min-width: 101.25em) {

	.row.break-left>.col.large-8,
	.row.break-right>.col.large-8 {
		max-width: 67.5rem
	}
}

@media (min-width: 62em) {
	.col.large-9 {
		max-width: 75%;
		flex-basis: 75%
	}
}

@media (min-width: 62em) and (min-width: 101.25em) {

	.row.break-left>.col.large-9,
	.row.break-right>.col.large-9 {
		max-width: 75.9375rem
	}
}

@media (min-width: 62em) {
	.col.large-10 {
		max-width: 83.33333%;
		flex-basis: 83.33333%
	}
}

@media (min-width: 62em) and (min-width: 101.25em) {

	.row.break-left>.col.large-10,
	.row.break-right>.col.large-10 {
		max-width: 84.375rem
	}
}

@media (min-width: 62em) {
	.col.large-11 {
		max-width: 91.66667%;
		flex-basis: 91.66667%
	}
}

@media (min-width: 62em) and (min-width: 101.25em) {

	.row.break-left>.col.large-11,
	.row.break-right>.col.large-11 {
		max-width: 92.8125rem
	}
}

@media (min-width: 62em) {
	.col.large-12 {
		max-width: 100%;
		flex-basis: 100%
	}
}

@media (min-width: 62em) and (min-width: 101.25em) {

	.row.break-left>.col.large-12,
	.row.break-right>.col.large-12 {
		max-width: 101.25rem
	}
}

@media (min-width: 62em) {
	.col.large-auto {
		max-width: 100%;
		flex-basis: 0
	}

	.row.break-left>.col.large-auto,
	.row.break-right>.col.large-auto {
		max-width: 100%
	}

	.col.large-prefix-0 {
		margin-left: 0%
	}

	.col.large-prefix-1 {
		margin-left: 8.33333%
	}

	.col.large-prefix-2 {
		margin-left: 16.66667%
	}

	.col.large-prefix-3 {
		margin-left: 25%
	}

	.col.large-prefix-4 {
		margin-left: 33.33333%
	}

	.col.large-prefix-5 {
		margin-left: 41.66667%
	}

	.col.large-prefix-6 {
		margin-left: 50%
	}

	.col.large-prefix-7 {
		margin-left: 58.33333%
	}

	.col.large-prefix-8 {
		margin-left: 66.66667%
	}

	.col.large-prefix-9 {
		margin-left: 75%
	}

	.col.large-prefix-10 {
		margin-left: 83.33333%
	}

	.col.large-prefix-11 {
		margin-left: 91.66667%
	}

	.col.large-prefix-12 {
		margin-left: 100%
	}

	.col.large-suffix-0 {
		margin-right: 0%
	}

	.col.large-suffix-1 {
		margin-right: 8.33333%
	}

	.col.large-suffix-2 {
		margin-right: 16.66667%
	}

	.col.large-suffix-3 {
		margin-right: 25%
	}

	.col.large-suffix-4 {
		margin-right: 33.33333%
	}

	.col.large-suffix-5 {
		margin-right: 41.66667%
	}

	.col.large-suffix-6 {
		margin-right: 50%
	}

	.col.large-suffix-7 {
		margin-right: 58.33333%
	}

	.col.large-suffix-8 {
		margin-right: 66.66667%
	}

	.col.large-suffix-9 {
		margin-right: 75%
	}

	.col.large-suffix-10 {
		margin-right: 83.33333%
	}

	.col.large-suffix-11 {
		margin-right: 91.66667%
	}

	.col.large-suffix-12 {
		margin-right: 100%
	}

	.large-start {
		justify-content: flex-start
	}

	.large-center {
		justify-content: center
	}

	.large-end {
		justify-content: flex-end
	}

	.large-between {
		justify-content: space-between
	}

	.large-around {
		justify-content: space-around
	}

	.large-top {
		align-items: flex-start
	}

	.large-middle {
		align-items: center
	}

	.large-baseline {
		align-items: flex-baseline
	}

	.large-bottom {
		align-items: flex-end
	}

	.large-stretch {
		align-items: stretch
	}

	.large-reverse {
		flex-direction: row-reverse
	}

	.large-forward {
		flex-direction: row
	}

	.large-first {
		order: -1
	}

	.large-last {
		order: 1
	}

	.large-unset {
		order: 0
	}
}

@media (min-width: 75em) {
	.col.giant-1 {
		max-width: 8.33333%;
		flex-basis: 8.33333%
	}
}

@media (min-width: 75em) and (min-width: 101.25em) {

	.row.break-left>.col.giant-1,
	.row.break-right>.col.giant-1 {
		max-width: 8.4375rem
	}
}

@media (min-width: 75em) {
	.col.giant-2 {
		max-width: 16.66667%;
		flex-basis: 16.66667%
	}
}

@media (min-width: 75em) and (min-width: 101.25em) {

	.row.break-left>.col.giant-2,
	.row.break-right>.col.giant-2 {
		max-width: 16.875rem
	}
}

@media (min-width: 75em) {
	.col.giant-3 {
		max-width: 25%;
		flex-basis: 25%
	}
}

@media (min-width: 75em) and (min-width: 101.25em) {

	.row.break-left>.col.giant-3,
	.row.break-right>.col.giant-3 {
		max-width: 25.3125rem
	}
}

@media (min-width: 75em) {
	.col.giant-4 {
		max-width: 33.33333%;
		flex-basis: 33.33333%
	}
}

@media (min-width: 75em) and (min-width: 101.25em) {

	.row.break-left>.col.giant-4,
	.row.break-right>.col.giant-4 {
		max-width: 33.75rem
	}
}

@media (min-width: 75em) {
	.col.giant-5 {
		max-width: 41.66667%;
		flex-basis: 41.66667%
	}
}

@media (min-width: 75em) and (min-width: 101.25em) {

	.row.break-left>.col.giant-5,
	.row.break-right>.col.giant-5 {
		max-width: 42.1875rem
	}
}

@media (min-width: 75em) {
	.col.giant-6 {
		max-width: 50%;
		flex-basis: 50%
	}
}

@media (min-width: 75em) and (min-width: 101.25em) {

	.row.break-left>.col.giant-6,
	.row.break-right>.col.giant-6 {
		max-width: 50.625rem
	}
}

@media (min-width: 75em) {
	.col.giant-7 {
		max-width: 58.33333%;
		flex-basis: 58.33333%
	}
}

@media (min-width: 75em) and (min-width: 101.25em) {

	.row.break-left>.col.giant-7,
	.row.break-right>.col.giant-7 {
		max-width: 59.0625rem
	}
}

@media (min-width: 75em) {
	.col.giant-8 {
		max-width: 66.66667%;
		flex-basis: 66.66667%
	}
}

@media (min-width: 75em) and (min-width: 101.25em) {

	.row.break-left>.col.giant-8,
	.row.break-right>.col.giant-8 {
		max-width: 67.5rem
	}
}

@media (min-width: 75em) {
	.col.giant-9 {
		max-width: 75%;
		flex-basis: 75%
	}
}

@media (min-width: 75em) and (min-width: 101.25em) {

	.row.break-left>.col.giant-9,
	.row.break-right>.col.giant-9 {
		max-width: 75.9375rem
	}
}

@media (min-width: 75em) {
	.col.giant-10 {
		max-width: 83.33333%;
		flex-basis: 83.33333%
	}
}

@media (min-width: 75em) and (min-width: 101.25em) {

	.row.break-left>.col.giant-10,
	.row.break-right>.col.giant-10 {
		max-width: 84.375rem
	}
}

@media (min-width: 75em) {
	.col.giant-11 {
		max-width: 91.66667%;
		flex-basis: 91.66667%
	}
}

@media (min-width: 75em) and (min-width: 101.25em) {

	.row.break-left>.col.giant-11,
	.row.break-right>.col.giant-11 {
		max-width: 92.8125rem
	}
}

@media (min-width: 75em) {
	.col.giant-12 {
		max-width: 100%;
		flex-basis: 100%
	}
}

@media (min-width: 75em) and (min-width: 101.25em) {

	.row.break-left>.col.giant-12,
	.row.break-right>.col.giant-12 {
		max-width: 101.25rem
	}
}

@media (min-width: 75em) {
	.col.giant-auto {
		max-width: 100%;
		flex-basis: 0
	}

	.row.break-left>.col.giant-auto,
	.row.break-right>.col.giant-auto {
		max-width: 100%
	}

	.col.giant-prefix-0 {
		margin-left: 0%
	}

	.col.giant-prefix-1 {
		margin-left: 8.33333%
	}

	.col.giant-prefix-2 {
		margin-left: 16.66667%
	}

	.col.giant-prefix-3 {
		margin-left: 25%
	}

	.col.giant-prefix-4 {
		margin-left: 33.33333%
	}

	.col.giant-prefix-5 {
		margin-left: 41.66667%
	}

	.col.giant-prefix-6 {
		margin-left: 50%
	}

	.col.giant-prefix-7 {
		margin-left: 58.33333%
	}

	.col.giant-prefix-8 {
		margin-left: 66.66667%
	}

	.col.giant-prefix-9 {
		margin-left: 75%
	}

	.col.giant-prefix-10 {
		margin-left: 83.33333%
	}

	.col.giant-prefix-11 {
		margin-left: 91.66667%
	}

	.col.giant-prefix-12 {
		margin-left: 100%
	}

	.col.giant-suffix-0 {
		margin-right: 0%
	}

	.col.giant-suffix-1 {
		margin-right: 8.33333%
	}

	.col.giant-suffix-2 {
		margin-right: 16.66667%
	}

	.col.giant-suffix-3 {
		margin-right: 25%
	}

	.col.giant-suffix-4 {
		margin-right: 33.33333%
	}

	.col.giant-suffix-5 {
		margin-right: 41.66667%
	}

	.col.giant-suffix-6 {
		margin-right: 50%
	}

	.col.giant-suffix-7 {
		margin-right: 58.33333%
	}

	.col.giant-suffix-8 {
		margin-right: 66.66667%
	}

	.col.giant-suffix-9 {
		margin-right: 75%
	}

	.col.giant-suffix-10 {
		margin-right: 83.33333%
	}

	.col.giant-suffix-11 {
		margin-right: 91.66667%
	}

	.col.giant-suffix-12 {
		margin-right: 100%
	}

	.giant-start {
		justify-content: flex-start
	}

	.giant-center {
		justify-content: center
	}

	.giant-end {
		justify-content: flex-end
	}

	.giant-between {
		justify-content: space-between
	}

	.giant-around {
		justify-content: space-around
	}

	.giant-top {
		align-items: flex-start
	}

	.giant-middle {
		align-items: center
	}

	.giant-baseline {
		align-items: flex-baseline
	}

	.giant-bottom {
		align-items: flex-end
	}

	.giant-stretch {
		align-items: stretch
	}

	.giant-reverse {
		flex-direction: row-reverse
	}

	.giant-forward {
		flex-direction: row
	}

	.giant-first {
		order: -1
	}

	.giant-last {
		order: 1
	}

	.giant-unset {
		order: 0
	}
}

@media (min-width: 85.25em) {
	.col.huge-1 {
		max-width: 8.33333%;
		flex-basis: 8.33333%
	}
}

@media (min-width: 85.25em) and (min-width: 101.25em) {

	.row.break-left>.col.huge-1,
	.row.break-right>.col.huge-1 {
		max-width: 8.4375rem
	}
}

@media (min-width: 85.25em) {
	.col.huge-2 {
		max-width: 16.66667%;
		flex-basis: 16.66667%
	}
}

@media (min-width: 85.25em) and (min-width: 101.25em) {

	.row.break-left>.col.huge-2,
	.row.break-right>.col.huge-2 {
		max-width: 16.875rem
	}
}

@media (min-width: 85.25em) {
	.col.huge-3 {
		max-width: 25%;
		flex-basis: 25%
	}
}

@media (min-width: 85.25em) and (min-width: 101.25em) {

	.row.break-left>.col.huge-3,
	.row.break-right>.col.huge-3 {
		max-width: 25.3125rem
	}
}

@media (min-width: 85.25em) {
	.col.huge-4 {
		max-width: 33.33333%;
		flex-basis: 33.33333%
	}
}

@media (min-width: 85.25em) and (min-width: 101.25em) {

	.row.break-left>.col.huge-4,
	.row.break-right>.col.huge-4 {
		max-width: 33.75rem
	}
}

@media (min-width: 85.25em) {
	.col.huge-5 {
		max-width: 41.66667%;
		flex-basis: 41.66667%
	}
}

@media (min-width: 85.25em) and (min-width: 101.25em) {

	.row.break-left>.col.huge-5,
	.row.break-right>.col.huge-5 {
		max-width: 42.1875rem
	}
}

@media (min-width: 85.25em) {
	.col.huge-6 {
		max-width: 50%;
		flex-basis: 50%
	}
}

@media (min-width: 85.25em) and (min-width: 101.25em) {

	.row.break-left>.col.huge-6,
	.row.break-right>.col.huge-6 {
		max-width: 50.625rem
	}
}

@media (min-width: 85.25em) {
	.col.huge-7 {
		max-width: 58.33333%;
		flex-basis: 58.33333%
	}
}

@media (min-width: 85.25em) and (min-width: 101.25em) {

	.row.break-left>.col.huge-7,
	.row.break-right>.col.huge-7 {
		max-width: 59.0625rem
	}
}

@media (min-width: 85.25em) {
	.col.huge-8 {
		max-width: 66.66667%;
		flex-basis: 66.66667%
	}
}

@media (min-width: 85.25em) and (min-width: 101.25em) {

	.row.break-left>.col.huge-8,
	.row.break-right>.col.huge-8 {
		max-width: 67.5rem
	}
}

@media (min-width: 85.25em) {
	.col.huge-9 {
		max-width: 75%;
		flex-basis: 75%
	}
}

@media (min-width: 85.25em) and (min-width: 101.25em) {

	.row.break-left>.col.huge-9,
	.row.break-right>.col.huge-9 {
		max-width: 75.9375rem
	}
}

@media (min-width: 85.25em) {
	.col.huge-10 {
		max-width: 83.33333%;
		flex-basis: 83.33333%
	}
}

@media (min-width: 85.25em) and (min-width: 101.25em) {

	.row.break-left>.col.huge-10,
	.row.break-right>.col.huge-10 {
		max-width: 84.375rem
	}
}

@media (min-width: 85.25em) {
	.col.huge-11 {
		max-width: 91.66667%;
		flex-basis: 91.66667%
	}
}

@media (min-width: 85.25em) and (min-width: 101.25em) {

	.row.break-left>.col.huge-11,
	.row.break-right>.col.huge-11 {
		max-width: 92.8125rem
	}
}

@media (min-width: 85.25em) {
	.col.huge-12 {
		max-width: 100%;
		flex-basis: 100%
	}
}

@media (min-width: 85.25em) and (min-width: 101.25em) {

	.row.break-left>.col.huge-12,
	.row.break-right>.col.huge-12 {
		max-width: 101.25rem
	}
}

@media (min-width: 85.25em) {
	.col.huge-auto {
		max-width: 100%;
		flex-basis: 0
	}

	.row.break-left>.col.huge-auto,
	.row.break-right>.col.huge-auto {
		max-width: 100%
	}

	.col.huge-prefix-0 {
		margin-left: 0%
	}

	.col.huge-prefix-1 {
		margin-left: 8.33333%
	}

	.col.huge-prefix-2 {
		margin-left: 16.66667%
	}

	.col.huge-prefix-3 {
		margin-left: 25%
	}

	.col.huge-prefix-4 {
		margin-left: 33.33333%
	}

	.col.huge-prefix-5 {
		margin-left: 41.66667%
	}

	.col.huge-prefix-6 {
		margin-left: 50%
	}

	.col.huge-prefix-7 {
		margin-left: 58.33333%
	}

	.col.huge-prefix-8 {
		margin-left: 66.66667%
	}

	.col.huge-prefix-9 {
		margin-left: 75%
	}

	.col.huge-prefix-10 {
		margin-left: 83.33333%
	}

	.col.huge-prefix-11 {
		margin-left: 91.66667%
	}

	.col.huge-prefix-12 {
		margin-left: 100%
	}

	.col.huge-suffix-0 {
		margin-right: 0%
	}

	.col.huge-suffix-1 {
		margin-right: 8.33333%
	}

	.col.huge-suffix-2 {
		margin-right: 16.66667%
	}

	.col.huge-suffix-3 {
		margin-right: 25%
	}

	.col.huge-suffix-4 {
		margin-right: 33.33333%
	}

	.col.huge-suffix-5 {
		margin-right: 41.66667%
	}

	.col.huge-suffix-6 {
		margin-right: 50%
	}

	.col.huge-suffix-7 {
		margin-right: 58.33333%
	}

	.col.huge-suffix-8 {
		margin-right: 66.66667%
	}

	.col.huge-suffix-9 {
		margin-right: 75%
	}

	.col.huge-suffix-10 {
		margin-right: 83.33333%
	}

	.col.huge-suffix-11 {
		margin-right: 91.66667%
	}

	.col.huge-suffix-12 {
		margin-right: 100%
	}

	.huge-start {
		justify-content: flex-start
	}

	.huge-center {
		justify-content: center
	}

	.huge-end {
		justify-content: flex-end
	}

	.huge-between {
		justify-content: space-between
	}

	.huge-around {
		justify-content: space-around
	}

	.huge-top {
		align-items: flex-start
	}

	.huge-middle {
		align-items: center
	}

	.huge-baseline {
		align-items: flex-baseline
	}

	.huge-bottom {
		align-items: flex-end
	}

	.huge-stretch {
		align-items: stretch
	}

	.huge-reverse {
		flex-direction: row-reverse
	}

	.huge-forward {
		flex-direction: row
	}

	.huge-first {
		order: -1
	}

	.huge-last {
		order: 1
	}

	.huge-unset {
		order: 0
	}
}

@media (min-width: 95em) {
	.col.full-1 {
		max-width: 8.33333%;
		flex-basis: 8.33333%
	}
}

@media (min-width: 95em) and (min-width: 101.25em) {

	.row.break-left>.col.full-1,
	.row.break-right>.col.full-1 {
		max-width: 8.4375rem
	}
}

@media (min-width: 95em) {
	.col.full-2 {
		max-width: 16.66667%;
		flex-basis: 16.66667%
	}
}

@media (min-width: 95em) and (min-width: 101.25em) {

	.row.break-left>.col.full-2,
	.row.break-right>.col.full-2 {
		max-width: 16.875rem
	}
}

@media (min-width: 95em) {
	.col.full-3 {
		max-width: 25%;
		flex-basis: 25%
	}
}

@media (min-width: 95em) and (min-width: 101.25em) {

	.row.break-left>.col.full-3,
	.row.break-right>.col.full-3 {
		max-width: 25.3125rem
	}
}

@media (min-width: 95em) {
	.col.full-4 {
		max-width: 33.33333%;
		flex-basis: 33.33333%
	}
}

@media (min-width: 95em) and (min-width: 101.25em) {

	.row.break-left>.col.full-4,
	.row.break-right>.col.full-4 {
		max-width: 33.75rem
	}
}

@media (min-width: 95em) {
	.col.full-5 {
		max-width: 41.66667%;
		flex-basis: 41.66667%
	}
}

@media (min-width: 95em) and (min-width: 101.25em) {

	.row.break-left>.col.full-5,
	.row.break-right>.col.full-5 {
		max-width: 42.1875rem
	}
}

@media (min-width: 95em) {
	.col.full-6 {
		max-width: 50%;
		flex-basis: 50%
	}
}

@media (min-width: 95em) and (min-width: 101.25em) {

	.row.break-left>.col.full-6,
	.row.break-right>.col.full-6 {
		max-width: 50.625rem
	}
}

@media (min-width: 95em) {
	.col.full-7 {
		max-width: 58.33333%;
		flex-basis: 58.33333%
	}
}

@media (min-width: 95em) and (min-width: 101.25em) {

	.row.break-left>.col.full-7,
	.row.break-right>.col.full-7 {
		max-width: 59.0625rem
	}
}

@media (min-width: 95em) {
	.col.full-8 {
		max-width: 66.66667%;
		flex-basis: 66.66667%
	}
}

@media (min-width: 95em) and (min-width: 101.25em) {

	.row.break-left>.col.full-8,
	.row.break-right>.col.full-8 {
		max-width: 67.5rem
	}
}

@media (min-width: 95em) {
	.col.full-9 {
		max-width: 75%;
		flex-basis: 75%
	}
}

@media (min-width: 95em) and (min-width: 101.25em) {

	.row.break-left>.col.full-9,
	.row.break-right>.col.full-9 {
		max-width: 75.9375rem
	}
}

@media (min-width: 95em) {
	.col.full-10 {
		max-width: 83.33333%;
		flex-basis: 83.33333%
	}
}

@media (min-width: 95em) and (min-width: 101.25em) {

	.row.break-left>.col.full-10,
	.row.break-right>.col.full-10 {
		max-width: 84.375rem
	}
}

@media (min-width: 95em) {
	.col.full-11 {
		max-width: 91.66667%;
		flex-basis: 91.66667%
	}
}

@media (min-width: 95em) and (min-width: 101.25em) {

	.row.break-left>.col.full-11,
	.row.break-right>.col.full-11 {
		max-width: 92.8125rem
	}
}

@media (min-width: 95em) {
	.col.full-12 {
		max-width: 100%;
		flex-basis: 100%
	}
}

@media (min-width: 95em) and (min-width: 101.25em) {

	.row.break-left>.col.full-12,
	.row.break-right>.col.full-12 {
		max-width: 101.25rem
	}
}

@media (min-width: 95em) {
	.col.full-auto {
		max-width: 100%;
		flex-basis: 0
	}

	.row.break-left>.col.full-auto,
	.row.break-right>.col.full-auto {
		max-width: 100%
	}

	.col.full-prefix-0 {
		margin-left: 0%
	}

	.col.full-prefix-1 {
		margin-left: 8.33333%
	}

	.col.full-prefix-2 {
		margin-left: 16.66667%
	}

	.col.full-prefix-3 {
		margin-left: 25%
	}

	.col.full-prefix-4 {
		margin-left: 33.33333%
	}

	.col.full-prefix-5 {
		margin-left: 41.66667%
	}

	.col.full-prefix-6 {
		margin-left: 50%
	}

	.col.full-prefix-7 {
		margin-left: 58.33333%
	}

	.col.full-prefix-8 {
		margin-left: 66.66667%
	}

	.col.full-prefix-9 {
		margin-left: 75%
	}

	.col.full-prefix-10 {
		margin-left: 83.33333%
	}

	.col.full-prefix-11 {
		margin-left: 91.66667%
	}

	.col.full-prefix-12 {
		margin-left: 100%
	}

	.col.full-suffix-0 {
		margin-right: 0%
	}

	.col.full-suffix-1 {
		margin-right: 8.33333%
	}

	.col.full-suffix-2 {
		margin-right: 16.66667%
	}

	.col.full-suffix-3 {
		margin-right: 25%
	}

	.col.full-suffix-4 {
		margin-right: 33.33333%
	}

	.col.full-suffix-5 {
		margin-right: 41.66667%
	}

	.col.full-suffix-6 {
		margin-right: 50%
	}

	.col.full-suffix-7 {
		margin-right: 58.33333%
	}

	.col.full-suffix-8 {
		margin-right: 66.66667%
	}

	.col.full-suffix-9 {
		margin-right: 75%
	}

	.col.full-suffix-10 {
		margin-right: 83.33333%
	}

	.col.full-suffix-11 {
		margin-right: 91.66667%
	}

	.col.full-suffix-12 {
		margin-right: 100%
	}

	.full-start {
		justify-content: flex-start
	}

	.full-center {
		justify-content: center
	}

	.full-end {
		justify-content: flex-end
	}

	.full-between {
		justify-content: space-between
	}

	.full-around {
		justify-content: space-around
	}

	.full-top {
		align-items: flex-start
	}

	.full-middle {
		align-items: center
	}

	.full-baseline {
		align-items: flex-baseline
	}

	.full-bottom {
		align-items: flex-end
	}

	.full-stretch {
		align-items: stretch
	}

	.full-reverse {
		flex-direction: row-reverse
	}

	.full-forward {
		flex-direction: row
	}

	.full-first {
		order: -1
	}

	.full-last {
		order: 1
	}

	.full-unset {
		order: 0
	}
}

@media (min-width: 101.25em) {
	.col.cut-1 {
		max-width: 8.33333%;
		flex-basis: 8.33333%
	}
}

@media (min-width: 101.25em) and (min-width: 101.25em) {

	.row.break-left>.col.cut-1,
	.row.break-right>.col.cut-1 {
		max-width: 8.4375rem
	}
}

@media (min-width: 101.25em) {
	.col.cut-2 {
		max-width: 16.66667%;
		flex-basis: 16.66667%
	}
}

@media (min-width: 101.25em) and (min-width: 101.25em) {

	.row.break-left>.col.cut-2,
	.row.break-right>.col.cut-2 {
		max-width: 16.875rem
	}
}

@media (min-width: 101.25em) {
	.col.cut-3 {
		max-width: 25%;
		flex-basis: 25%
	}
}

@media (min-width: 101.25em) and (min-width: 101.25em) {

	.row.break-left>.col.cut-3,
	.row.break-right>.col.cut-3 {
		max-width: 25.3125rem
	}
}

@media (min-width: 101.25em) {
	.col.cut-4 {
		max-width: 33.33333%;
		flex-basis: 33.33333%
	}
}

@media (min-width: 101.25em) and (min-width: 101.25em) {

	.row.break-left>.col.cut-4,
	.row.break-right>.col.cut-4 {
		max-width: 33.75rem
	}
}

@media (min-width: 101.25em) {
	.col.cut-5 {
		max-width: 41.66667%;
		flex-basis: 41.66667%
	}
}

@media (min-width: 101.25em) and (min-width: 101.25em) {

	.row.break-left>.col.cut-5,
	.row.break-right>.col.cut-5 {
		max-width: 42.1875rem
	}
}

@media (min-width: 101.25em) {
	.col.cut-6 {
		max-width: 50%;
		flex-basis: 50%
	}
}

@media (min-width: 101.25em) and (min-width: 101.25em) {

	.row.break-left>.col.cut-6,
	.row.break-right>.col.cut-6 {
		max-width: 50.625rem
	}
}

@media (min-width: 101.25em) {
	.col.cut-7 {
		max-width: 58.33333%;
		flex-basis: 58.33333%
	}
}

@media (min-width: 101.25em) and (min-width: 101.25em) {

	.row.break-left>.col.cut-7,
	.row.break-right>.col.cut-7 {
		max-width: 59.0625rem
	}
}

@media (min-width: 101.25em) {
	.col.cut-8 {
		max-width: 66.66667%;
		flex-basis: 66.66667%
	}
}

@media (min-width: 101.25em) and (min-width: 101.25em) {

	.row.break-left>.col.cut-8,
	.row.break-right>.col.cut-8 {
		max-width: 67.5rem
	}
}

@media (min-width: 101.25em) {
	.col.cut-9 {
		max-width: 75%;
		flex-basis: 75%
	}
}

@media (min-width: 101.25em) and (min-width: 101.25em) {

	.row.break-left>.col.cut-9,
	.row.break-right>.col.cut-9 {
		max-width: 75.9375rem
	}
}

@media (min-width: 101.25em) {
	.col.cut-10 {
		max-width: 83.33333%;
		flex-basis: 83.33333%
	}
}

@media (min-width: 101.25em) and (min-width: 101.25em) {

	.row.break-left>.col.cut-10,
	.row.break-right>.col.cut-10 {
		max-width: 84.375rem
	}
}

@media (min-width: 101.25em) {
	.col.cut-11 {
		max-width: 91.66667%;
		flex-basis: 91.66667%
	}
}

@media (min-width: 101.25em) and (min-width: 101.25em) {

	.row.break-left>.col.cut-11,
	.row.break-right>.col.cut-11 {
		max-width: 92.8125rem
	}
}

@media (min-width: 101.25em) {
	.col.cut-12 {
		max-width: 100%;
		flex-basis: 100%
	}
}

@media (min-width: 101.25em) and (min-width: 101.25em) {

	.row.break-left>.col.cut-12,
	.row.break-right>.col.cut-12 {
		max-width: 101.25rem
	}
}

@media (min-width: 101.25em) {
	.col.cut-auto {
		max-width: 100%;
		flex-basis: 0
	}

	.row.break-left>.col.cut-auto,
	.row.break-right>.col.cut-auto {
		max-width: 100%
	}

	.col.cut-prefix-0 {
		margin-left: 0%
	}

	.col.cut-prefix-1 {
		margin-left: 8.33333%
	}

	.col.cut-prefix-2 {
		margin-left: 16.66667%
	}

	.col.cut-prefix-3 {
		margin-left: 25%
	}

	.col.cut-prefix-4 {
		margin-left: 33.33333%
	}

	.col.cut-prefix-5 {
		margin-left: 41.66667%
	}

	.col.cut-prefix-6 {
		margin-left: 50%
	}

	.col.cut-prefix-7 {
		margin-left: 58.33333%
	}

	.col.cut-prefix-8 {
		margin-left: 66.66667%
	}

	.col.cut-prefix-9 {
		margin-left: 75%
	}

	.col.cut-prefix-10 {
		margin-left: 83.33333%
	}

	.col.cut-prefix-11 {
		margin-left: 91.66667%
	}

	.col.cut-prefix-12 {
		margin-left: 100%
	}

	.col.cut-suffix-0 {
		margin-right: 0%
	}

	.col.cut-suffix-1 {
		margin-right: 8.33333%
	}

	.col.cut-suffix-2 {
		margin-right: 16.66667%
	}

	.col.cut-suffix-3 {
		margin-right: 25%
	}

	.col.cut-suffix-4 {
		margin-right: 33.33333%
	}

	.col.cut-suffix-5 {
		margin-right: 41.66667%
	}

	.col.cut-suffix-6 {
		margin-right: 50%
	}

	.col.cut-suffix-7 {
		margin-right: 58.33333%
	}

	.col.cut-suffix-8 {
		margin-right: 66.66667%
	}

	.col.cut-suffix-9 {
		margin-right: 75%
	}

	.col.cut-suffix-10 {
		margin-right: 83.33333%
	}

	.col.cut-suffix-11 {
		margin-right: 91.66667%
	}

	.col.cut-suffix-12 {
		margin-right: 100%
	}

	.cut-start {
		justify-content: flex-start
	}

	.cut-center {
		justify-content: center
	}

	.cut-end {
		justify-content: flex-end
	}

	.cut-between {
		justify-content: space-between
	}

	.cut-around {
		justify-content: space-around
	}

	.cut-top {
		align-items: flex-start
	}

	.cut-middle {
		align-items: center
	}

	.cut-baseline {
		align-items: flex-baseline
	}

	.cut-bottom {
		align-items: flex-end
	}

	.cut-stretch {
		align-items: stretch
	}

	.cut-reverse {
		flex-direction: row-reverse
	}

	.cut-forward {
		flex-direction: row
	}

	.cut-first {
		order: -1
	}

	.cut-last {
		order: 1
	}

	.cut-unset {
		order: 0
	}
}


.icon,
ul.styled-list li:before,
main ul:not(.unstyled-list) li:before,
ol.styled-list li:before,
main ol:not(.unstyled-list) li:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "icomoon", sans-serif
}

.icon-arrow-down:before {
	content: ""
}

.icon-arrow-left:before {
	content: ""
}

.icon-arrow-right:before,
ul.styled-list li:before,
main ul:not(.unstyled-list) li:before,
ol.styled-list li:before,
main ol:not(.unstyled-list) li:before {
	content: ""
}

.icon-arrow-top:before {
	content: ""
}

.icon-phone:before {
	content: ""
}

.icon-envelope:before {
	content: ""
}

.icon-play:before {
	content: ""
}

.icon-swipe:before {
	content: ""
}

.icon-fbook:before {
	content: ""
}

.icon-beer:before {
	content: ""
}

.icon-glasses:before {
	content: ""
}

.icon-clock:before {
	content: ""
}

.icon-marker:before {
	content: ""
}

.icon-send:before {
	content: ""
}

.icon-pasta:before {
	content: ""
}

.icon-waiter:before {
	content: ""
}

.icon-exclamation:before,
noscript label:before,
.informatizer:before {
	content: ""
}

.icon-plus:before {
	content: ""
}

.icon-minus:before {
	content: ""
}

.icon-times:before,
noscript input#noticebar:checked~label:before {
	content: ""
}

/*!
 * baguetteBox.js
 * @author	feimosi
 * @version 1.10.0
 * @url https://github.com/feimosi/baguetteBox.js
 */
#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 1000000;
	transition: opacity 0.5s ease
}

#baguetteBox-overlay.visible {
	opacity: 1
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6)
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	white-space: normal;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.6);
	font-family: sans-serif
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	transition: left 0.4s ease;
	transition: left 0.4s ease, transform 0.4s ease;
	transition: left 0.4s ease, transform 0.4s ease
}

#baguetteBox-slider.bounce-from-right {
	animation: bounceFromRight 0.4s ease-out
}

#baguetteBox-slider.bounce-from-left {
	animation: bounceFromLeft 0.4s ease-out
}

@keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: none;
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
	color: #ddd;
	font: 1.6em sans-serif;
	transition: background-color 0.4s ease
}

.baguetteBox-button:focus,
.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, 0.9)
}

.baguetteBox-button#next-button {
	right: 2%
}

.baguetteBox-button#previous-button {
	left: 2%
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0
}

.baguetteBox-spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px
}

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #fff;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	animation: bounce 2s infinite ease-in-out
}

.baguetteBox-double-bounce2 {
	animation-delay: -1s
}

@keyframes bounce {

	0%,
	100% {
		transform: scale(0)
	}

	50% {
		transform: scale(1)
	}
}

a.lightbox-zoom-image,
.lightbox-zoom-image a[href$=".jpeg" i],
.lightbox-zoom-image a[href$=".jpg" i],
.lightbox-zoom-image a[href$=".png" i],
.lightbox-zoom-image a[href$=".gif" i],
.modalGallery a[href$=".jpeg" i],
.modalGallery a[href$=".jpg" i],
.modalGallery a[href$=".png" i],
.modalGallery a[href$=".gif" i] {
	display: table;
	position: relative;
	text-decoration: none;
	width: 100%
}

a.lightbox-zoom-image img,
.lightbox-zoom-image a[href$=".jpeg" i] img,
.lightbox-zoom-image a[href$=".jpg" i] img,
.lightbox-zoom-image a[href$=".png" i] img,
.lightbox-zoom-image a[href$=".gif" i] img,
.modalGallery a[href$=".jpeg" i] img,
.modalGallery a[href$=".jpg" i] img,
.modalGallery a[href$=".png" i] img,
.modalGallery a[href$=".gif" i] img {
	margin-bottom: 0
}

a.lightbox-zoom-image[href*="qr"],
.lightbox-zoom-image a[href$=".jpeg" i][href*="qr"],
.lightbox-zoom-image a[href$=".jpg" i][href*="qr"],
.lightbox-zoom-image a[href$=".png" i][href*="qr"],
.lightbox-zoom-image a[href$=".gif" i][href*="qr"],
.modalGallery a[href$=".jpeg" i][href*="qr"],
.modalGallery a[href$=".jpg" i][href*="qr"],
.modalGallery a[href$=".png" i][href*="qr"],
.modalGallery a[href$=".gif" i][href*="qr"] {
	width: auto
}

a.lightbox-zoom-image[href*="qr"]:before,
a.lightbox-zoom-image[href*="qr"]:after,
.lightbox-zoom-image a[href$=".jpeg" i][href*="qr"]:before,
.lightbox-zoom-image a[href$=".jpeg" i][href*="qr"]:after,
.lightbox-zoom-image a[href$=".jpg" i][href*="qr"]:before,
.lightbox-zoom-image a[href$=".jpg" i][href*="qr"]:after,
.lightbox-zoom-image a[href$=".png" i][href*="qr"]:before,
.lightbox-zoom-image a[href$=".png" i][href*="qr"]:after,
.lightbox-zoom-image a[href$=".gif" i][href*="qr"]:before,
.lightbox-zoom-image a[href$=".gif" i][href*="qr"]:after,
.modalGallery a[href$=".jpeg" i][href*="qr"]:before,
.modalGallery a[href$=".jpeg" i][href*="qr"]:after,
.modalGallery a[href$=".jpg" i][href*="qr"]:before,
.modalGallery a[href$=".jpg" i][href*="qr"]:after,
.modalGallery a[href$=".png" i][href*="qr"]:before,
.modalGallery a[href$=".png" i][href*="qr"]:after,
.modalGallery a[href$=".gif" i][href*="qr"]:before,
.modalGallery a[href$=".gif" i][href*="qr"]:after {
	content: none
}

a.lightbox-zoom-image:before,
a.lightbox-zoom-image:after,
.lightbox-zoom-image a[href$=".jpeg" i]:before,
.lightbox-zoom-image a[href$=".jpeg" i]:after,
.lightbox-zoom-image a[href$=".jpg" i]:before,
.lightbox-zoom-image a[href$=".jpg" i]:after,
.lightbox-zoom-image a[href$=".png" i]:before,
.lightbox-zoom-image a[href$=".png" i]:after,
.lightbox-zoom-image a[href$=".gif" i]:before,
.lightbox-zoom-image a[href$=".gif" i]:after,
.modalGallery a[href$=".jpeg" i]:before,
.modalGallery a[href$=".jpeg" i]:after,
.modalGallery a[href$=".jpg" i]:before,
.modalGallery a[href$=".jpg" i]:after,
.modalGallery a[href$=".png" i]:before,
.modalGallery a[href$=".png" i]:after,
.modalGallery a[href$=".gif" i]:before,
.modalGallery a[href$=".gif" i]:after {
	pointer-events: none
}

a.lightbox-zoom-image:before,
.lightbox-zoom-image a[href$=".jpeg" i]:before,
.lightbox-zoom-image a[href$=".jpg" i]:before,
.lightbox-zoom-image a[href$=".png" i]:before,
.lightbox-zoom-image a[href$=".gif" i]:before,
.modalGallery a[href$=".jpeg" i]:before,
.modalGallery a[href$=".jpg" i]:before,
.modalGallery a[href$=".png" i]:before,
.modalGallery a[href$=".gif" i]:before {
	top: 1.125rem;
	color: #fff;
	content: "+";
	display: block;
	font-family: sans-serif;
	font-size: 1.25rem;
	background: #d92595;
	border-radius: 100%;
	height: 2.2rem;
	line-height: 1.8;
	position: absolute;
	right: 1.125rem;
	text-align: center;
	transform: translate3d(0, 0, 0);
	width: 2.2rem;
	z-index: 1
}

a.lightbox-zoom-image:after,
.lightbox-zoom-image a[href$=".jpeg" i]:after,
.lightbox-zoom-image a[href$=".jpg" i]:after,
.lightbox-zoom-image a[href$=".png" i]:after,
.lightbox-zoom-image a[href$=".gif" i]:after,
.modalGallery a[href$=".jpeg" i]:after,
.modalGallery a[href$=".jpg" i]:after,
.modalGallery a[href$=".png" i]:after,
.modalGallery a[href$=".gif" i]:after {
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
	background: rgba(0, 0, 0, 0.5)
}

a.lightbox-zoom-image:hover:before,
a.lightbox-zoom-image:focus:before,
.lightbox-zoom-image a[href$=".jpeg" i]:hover:before,
.lightbox-zoom-image a[href$=".jpeg" i]:focus:before,
.lightbox-zoom-image a[href$=".jpg" i]:hover:before,
.lightbox-zoom-image a[href$=".jpg" i]:focus:before,
.lightbox-zoom-image a[href$=".png" i]:hover:before,
.lightbox-zoom-image a[href$=".png" i]:focus:before,
.lightbox-zoom-image a[href$=".gif" i]:hover:before,
.lightbox-zoom-image a[href$=".gif" i]:focus:before,
.modalGallery a[href$=".jpeg" i]:hover:before,
.modalGallery a[href$=".jpeg" i]:focus:before,
.modalGallery a[href$=".jpg" i]:hover:before,
.modalGallery a[href$=".jpg" i]:focus:before,
.modalGallery a[href$=".png" i]:hover:before,
.modalGallery a[href$=".png" i]:focus:before,
.modalGallery a[href$=".gif" i]:hover:before,
.modalGallery a[href$=".gif" i]:focus:before {
	top: 50%;
	right: 50%;
	transform: translate3d(50%, -50%, 0)
}

a.lightbox-zoom-image:hover:after,
a.lightbox-zoom-image:focus:after,
.lightbox-zoom-image a[href$=".jpeg" i]:hover:after,
.lightbox-zoom-image a[href$=".jpeg" i]:focus:after,
.lightbox-zoom-image a[href$=".jpg" i]:hover:after,
.lightbox-zoom-image a[href$=".jpg" i]:focus:after,
.lightbox-zoom-image a[href$=".png" i]:hover:after,
.lightbox-zoom-image a[href$=".png" i]:focus:after,
.lightbox-zoom-image a[href$=".gif" i]:hover:after,
.lightbox-zoom-image a[href$=".gif" i]:focus:after,
.modalGallery a[href$=".jpeg" i]:hover:after,
.modalGallery a[href$=".jpeg" i]:focus:after,
.modalGallery a[href$=".jpg" i]:hover:after,
.modalGallery a[href$=".jpg" i]:focus:after,
.modalGallery a[href$=".png" i]:hover:after,
.modalGallery a[href$=".png" i]:focus:after,
.modalGallery a[href$=".gif" i]:hover:after,
.modalGallery a[href$=".gif" i]:focus:after {
	opacity: 0.5
}

a.lightbox-zoom-image img,
.lightbox-zoom-image a[href$=".jpeg" i] img,
.lightbox-zoom-image a[href$=".jpg" i] img,
.lightbox-zoom-image a[href$=".png" i] img,
.lightbox-zoom-image a[href$=".gif" i] img,
.modalGallery a[href$=".jpeg" i] img,
.modalGallery a[href$=".jpg" i] img,
.modalGallery a[href$=".png" i] img,
.modalGallery a[href$=".gif" i] img {
	margin-bottom: 0
}

noscript {
	margin-top: 3.75rem;
	display: block
}

noscript input#noticebar {
	display: none
}

noscript input#noticebar:checked~div {
	opacity: 1;
	visibility: visible
}

noscript input#noticebar:checked~label {
	background: #fff;
	color: #D85D00
}

noscript label {
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
	background: #D85D00;
	bottom: .625rem;
	color: #fff;
	font-size: 1.5625rem;
	height: 2.8125rem;
	opacity: 0.9;
	position: fixed;
	right: .625rem;
	text-decoration: none;
	width: 2.8125rem;
	z-index: 99999999 !important
}

noscript label:before {
	font-family: "icomoon", sans-serif;
	display: inline-block;
	left: 50%;
	position: absolute;
	text-indent: 0;
	top: 50%;
	transform: translate(-50%, -50%)
}

noscript label:hover {
	cursor: pointer;
	background: #bf5200
}

noscript label+div {
	opacity: 0;
	visibility: hidden;
	height: 100vh
}

noscript label+div,
.notice-bar {
	background: #D85D00;
	color: #fff;
	display: flex;
	justify-content: space-around;
	left: 0;
	padding: 1.25rem;
	position: fixed;
	text-align: center;
	top: 0;
	transition: 0.3s;
	width: 100%;
	z-index: 9999999 !important
}

noscript label+div span,
.notice-bar span {
	align-self: center;
	font-size: 1.375rem;
	line-height: 1.875rem;
	margin: 0
}

noscript label+div a,
.notice-bar a {
	color: #fff
}

noscript label+div a:hover,
.notice-bar a:hover {
	color: #fff;
	text-decoration: none
}

noscript div:first-child {
	display: none
}

.breadcrumb li {
	list-style: none;
	float: left
}

.breadcrumb li:before {
	content: "❯";
	padding: 0 1rem;
	font-size: 60%
}

.breadcrumb li:first-child+li:before {
	content: " ";
	padding: 0 0.2rem
}

.breadcrumb li:first-child:before {
	content: "";
	padding: 0
}

#log_container pre,
#log_container .checkupXYZ {
	height: 100%;
	overflow-y: scroll;
	background: #fff;
	padding: 1%
}

#log_hider {
	cursor: pointer;
	z-index: 999999999
}

#show_console {
	display: none
}

#show_console:checked+#log_container {
	top: 0
}

#log_container {
	height: 100%;
	width: 100%;
	position: fixed;
	top: -100%;
	left: 0;
	color: #312e27;
	background: #f2f2f2;
	padding: 2%;
	transition: all 0.5s ease-in-out;
	box-shadow: inset 0 0 .0625rem .0625rem rgba(216, 93, 0, 0.5);
	z-index: 99999999
}

#log_container:target {
	top: 0
}

#log_container.show {
	top: 0
}

#log_container ul {
	list-style: inside square
}

#log_container ul ul {
	margin-left: 2rem
}

#log_container ul h3 {
	display: inline-block
}

#log_container ul li {
	padding: 0.5rem 0;
	border-bottom: .0625rem solid #f2f2f2
}

#log_container ul li:last-child {
	border: none
}

#log_container h1 {
	text-align: center;
	padding-top: 2rem
}

#log_container h2 {
	padding-bottom: 0.5rem;
	border-bottom: .0625rem solid #f5f1e6;
	text-align: center;
	font-weight: normal;
	margin-top: 4rem
}

#log_container h3 {
	font-weight: normal
}

#log_container .checkup_pages li {
	padding: 1rem
}

#log_container .checkup_pages .sub {
	margin-left: 2rem
}

#log_container>p {
	margin-bottom: 4rem
}

.checkup_pages>li:nth-child(odd) {
	background: #f4f4f4
}

.checkupXYZ {
	width: 60rem;
	margin: 0 auto;
	resize: horizontal
}

.informatizer {
	background: #8dd45c;
	padding: 1%;
	position: fixed;
	top: 2%;
	right: 2%;
	display: block;
	color: #fff;
	transition: all 0.5s ease-in-out;
	text-decoration: none
}

.informatizer:before {
	margin-right: 1rem;
	font-size: 1.5em;
	line-height: 1rem
}

.informatizer a {
	color: #fff
}

.btn-focus {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0);
	padding: 2.6em;
	background: rgba(216, 93, 0, 0.9);
	color: #fff !important;
	font-size: 1.5rem;
	z-index: 2000;
	transition: all 300ms;
	text-decoration: none
}

.btn-focus:focus {
	transform: translate(-50%, -50%) scale(1)
}

body.sitemap {
	display: flex;
	padding: 2rem
}

body.sitemap nav {
	width: 100%;
	margin: 0 auto
}

body.sitemap nav .sitemap ul {
	padding-left: 20px
}

.back-to-top {
	position: fixed;
	bottom: 1.125rem;
	right: 1.125rem;
	z-index: 800;
	font-size: 1rem;
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	background-color: #fff;
	color: #312e27;
	text-decoration: none;
	text-align: center;
	border-radius: 100%;
	border: 1px solid rgba(49, 46, 39, 0.2)
}

body:not(.scrolling-up) .back-to-top,
body.top .back-to-top {
	opacity: 0;
	visibility: hidden;
	transform: translateX(100%)
}

.back-to-top:hover {
	background: #f2f2f2
}

.back-to-top span {
	display: none
}

* {
	margin: 0;
	padding: 0
}

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

html {
	background: #fff;
	box-sizing: border-box;
	color: #312e27;
	font-family: "Montserrat", sans-serif;
	font-size: 100%;
	hyphens: manual;
	line-height: 1.875rem;
	scroll-behavior: smooth;
	text-size-adjust: none
}

body {
	line-height: 1.875rem;
	opacity: 1 !important
}

@media (max-width: 85.1875em) {
	body {
		font-size: .875rem;
		line-height: 1.75rem
	}
}

iframe,
[data-iframe] {
	border: none;
	width: 100%
}

address {
	font-style: normal
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	display: block;
	text-rendering: optimizeLegibility;
	hyphens: auto
}

h1,
.h1 {
	display: block;
	font-family: "Playfair Display", sans-serif;
	font-weight: 700;
	font-size: 1.75rem;
	line-height: 120%;
	hyphens: none
}

@media (min-width: 30em) {

	h1,
	.h1 {
		font-size: 2rem
	}
}

@media (min-width: 40em) {

	h1,
	.h1 {
		font-size: 2.25rem
	}
}

@media (min-width: 47.5em) {

	h1,
	.h1 {
		font-size: 2.5rem
	}
}

@media (min-width: 75em) {

	h1,
	.h1 {
		font-size: 2.75rem
	}
}

@media (min-width: 85.25em) {

	h1,
	.h1 {
		font-size: 2.875rem
	}
}

@media (min-width: 101.25em) {

	h1,
	.h1 {
		font-size: 3.125rem
	}
}

h1 span:not(.sub),
.h1 span:not(.sub) {
	font-weight: 400
}

h1 span.sub,
.h1 span.sub {
	display: block;
	font-family: "Montserrat", sans-serif;
	color: #656565;
	font-weight: 300;
	font-size: .8125rem;
	line-height: 150%;
	margin-top: .375rem
}

@media (min-width: 30em) {

	h1 span.sub,
	.h1 span.sub {
		font-size: .875rem
	}
}

@media (min-width: 40em) {

	h1 span.sub,
	.h1 span.sub {
		font-size: .9375rem
	}
}

@media (min-width: 62em) {

	h1 span.sub,
	.h1 span.sub {
		font-size: 1.0625rem
	}
}

@media (min-width: 75em) {

	h1 span.sub,
	.h1 span.sub {
		font-size: 1.1875rem
	}
}

@media (min-width: 85.25em) {

	h1 span.sub,
	.h1 span.sub {
		font-size: 1.25rem
	}
}

h2,
.h2 {
	display: block;
	font-family: "Playfair Display", sans-serif;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 120%;
	hyphens: none
}

@media (min-width: 30em) {

	h2,
	.h2 {
		font-size: 1.5rem
	}
}

@media (min-width: 40em) {

	h2,
	.h2 {
		font-size: 1.625rem
	}
}

@media (min-width: 47.5em) {

	h2,
	.h2 {
		font-size: 1.75rem
	}
}

@media (min-width: 62em) {

	h2,
	.h2 {
		font-size: 1.875rem
	}
}

@media (min-width: 85.25em) {

	h2,
	.h2 {
		font-size: 2.25rem
	}
}

@media (min-width: 101.25em) {

	h2,
	.h2 {
		font-size: 2.5rem
	}
}

h2 span:not(.sub),
.h2 span:not(.sub) {
	font-weight: 400
}

h2 span.sub,
.h2 span.sub {
	display: block;
	font-family: "Montserrat", sans-serif;
	color: #656565;
	font-weight: 300;
	font-size: .8125rem;
	line-height: 150%;
	margin-top: .375rem
}

@media (min-width: 30em) {

	h2 span.sub,
	.h2 span.sub {
		font-size: .875rem
	}
}

@media (min-width: 40em) {

	h2 span.sub,
	.h2 span.sub {
		font-size: .9375rem
	}
}

@media (min-width: 62em) {

	h2 span.sub,
	.h2 span.sub {
		font-size: 1.0625rem
	}
}

@media (min-width: 75em) {

	h2 span.sub,
	.h2 span.sub {
		font-size: 1.1875rem
	}
}

@media (min-width: 85.25em) {

	h2 span.sub,
	.h2 span.sub {
		font-size: 1.25rem
	}
}

h3,
.h3 {
	display: block;
	font-family: "Playfair Display", sans-serif;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 120%;
	hyphens: none
}

@media (min-width: 30em) {

	h3,
	.h3 {
		font-size: 1.375rem
	}
}

@media (min-width: 40em) {

	h3,
	.h3 {
		font-size: 1.5rem
	}
}

@media (min-width: 47.5em) {

	h3,
	.h3 {
		font-size: 1.625rem
	}
}

@media (min-width: 62em) {

	h3,
	.h3 {
		font-size: 1.625rem
	}
}

@media (min-width: 85.25em) {

	h3,
	.h3 {
		font-size: 1.875rem
	}
}

@media (min-width: 101.25em) {

	h3,
	.h3 {
		font-size: 2rem
	}
}

h3 span:not(.sub),
.h3 span:not(.sub) {
	font-weight: 400
}

h3 span.sub,
.h3 span.sub {
	display: block;
	font-family: "Montserrat", sans-serif;
	color: #656565;
	font-weight: 300;
	font-size: .8125rem;
	line-height: 150%;
	margin-top: .375rem
}

@media (min-width: 30em) {

	h3 span.sub,
	.h3 span.sub {
		font-size: .875rem
	}
}

@media (min-width: 40em) {

	h3 span.sub,
	.h3 span.sub {
		font-size: .9375rem
	}
}

@media (min-width: 62em) {

	h3 span.sub,
	.h3 span.sub {
		font-size: 1.0625rem
	}
}

@media (min-width: 75em) {

	h3 span.sub,
	.h3 span.sub {
		font-size: 1.1875rem
	}
}

@media (min-width: 85.25em) {

	h3 span.sub,
	.h3 span.sub {
		font-size: 1.25rem
	}
}

h4,
.h4 {
	display: block;
	font-family: "Playfair Display", sans-serif;
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 120%;
	hyphens: none
}

@media (min-width: 30em) {

	h4,
	.h4 {
		font-size: 1.25rem
	}
}

@media (min-width: 40em) {

	h4,
	.h4 {
		font-size: 1.375rem
	}
}

@media (min-width: 47.5em) {

	h4,
	.h4 {
		font-size: 1.5rem
	}
}

@media (min-width: 85.25em) {

	h4,
	.h4 {
		font-size: 1.75rem
	}
}

@media (min-width: 101.25em) {

	h4,
	.h4 {
		font-size: 1.875rem
	}
}

h4 span:not(.sub),
.h4 span:not(.sub) {
	font-weight: 400
}

h4 span.sub,
.h4 span.sub {
	display: block;
	font-family: "Montserrat", sans-serif;
	color: #656565;
	font-weight: 300;
	font-size: .8125rem;
	line-height: 150%;
	margin-top: .375rem
}

@media (min-width: 30em) {

	h4 span.sub,
	.h4 span.sub {
		font-size: .875rem
	}
}

@media (min-width: 40em) {

	h4 span.sub,
	.h4 span.sub {
		font-size: .9375rem
	}
}

@media (min-width: 62em) {

	h4 span.sub,
	.h4 span.sub {
		font-size: 1.0625rem
	}
}

@media (min-width: 75em) {

	h4 span.sub,
	.h4 span.sub {
		font-size: 1.1875rem
	}
}

@media (min-width: 85.25em) {

	h4 span.sub,
	.h4 span.sub {
		font-size: 1.25rem
	}
}

h5,
.h5 {
	font-size: 1.125rem
}

h6,
.h6 {
	font-size: 1rem
}

a {
	color: #d92595;
	word-wrap: break-word;
	transition: .3s ease
}

a:hover {
	color: #312e27
}

a:focus {
	color: #000
}

a:active {
	color: #3b3527
}

a img {
	border: none
}

a[href^="tel"] {
	color: #d92595;
	text-decoration: underline
}

a[href^="tel"]:hover {
	color: #312e27
}

a:not(.btn):focus,
[tabindex]:focus {
	outline: 1px dotted #D85D00;
	outline-offset: .3125rem
}

hr,
.hr {
	display: flex;
	background: rgba(101, 101, 101, 0.2);
	border: none;
	clear: both;
	height: .0625rem;
	margin: .9375rem 0 2.8125rem;
	flex-basis: 100%
}

@media (min-width: 47.5em) {

	hr,
	.hr {
		margin: 1.875rem 0 3.75rem
	}
}

@media (min-width: 75em) {

	hr,
	.hr {
		margin: 3.75rem 0 5.625rem
	}
}

.mobile-divide hr,
.mobile-divide .hr {
	margin: 2.8125rem 0
}

@media (min-width: 47.5em) {

	.mobile-divide hr,
	.mobile-divide .hr {
		margin: 3.75rem 0
	}
}

@media (min-width: 62em) {

	.mobile-divide hr,
	.mobile-divide .hr {
		display: none
	}

	body.cms-liveeditor-is-opened .mobile-divide hr,
	body.cms-liveeditor-is-opened .mobile-divide .hr {
		display: block
	}
}

.mobile-divide {
	min-height: 0 !important
}

ul,
ol {
	list-style: none
}

ul.styled-list li,
main ul:not(.unstyled-list) li,
ol.styled-list li,
main ol:not(.unstyled-list) li {
	padding-left: .9375rem;
	margin-bottom: .4375rem
}

ul.styled-list li:before,
main ul:not(.unstyled-list) li:before,
ol.styled-list li:before,
main ol:not(.unstyled-list) li:before {
	text-indent: -.9375rem
}

ul.styled-list ul,
main ul:not(.unstyled-list) ul,
ol.styled-list ul,
main ol:not(.unstyled-list) ul {
	margin-left: 1rem;
	margin-bottom: 0
}

dl.styled-list,
main dl:not(.unstyled-list) {
	zoom: 1
}

dl.styled-list:after,
main dl:not(.unstyled-list):after {
	content: "";
	display: table;
	clear: both
}

dl.styled-list dt,
main dl:not(.unstyled-list) dt,
dl.styled-list dd,
main dl:not(.unstyled-list) dd {
	display: block;
	background: #f7f7f7;
	padding: .9375rem
}

dl.styled-list dt,
main dl:not(.unstyled-list) dt {
	padding-bottom: 0;
	font-weight: bold;
	border: 1px solid #988963;
	border-bottom: none
}

dl.styled-list dd,
main dl:not(.unstyled-list) dd {
	padding-top: 0;
	border: 1px solid #988963;
	border-top: none
}

dl.styled-list dd+dt,
main dl:not(.unstyled-list) dd+dt {
	margin-top: .625rem
}

dl.styled-list dd+dd,
main dl:not(.unstyled-list) dd+dd {
	margin-top: -.9375rem
}

dl.float-list {
	zoom: 1
}

dl.float-list:after {
	content: "";
	display: table;
	clear: both
}

dl.float-list dt,
dl.float-list dd {
	display: block;
	vertical-align: top;
	float: left
}

dl.float-list dt {
	padding-right: 0.5rem;
	width: 40%;
	clear: left
}

dl.float-list dd {
	width: 60%
}

ol.styled-list,
main ol:not(.unstyled-list) {
	counter-reset: item
}

ol.styled-list li,
main ol:not(.unstyled-list) li {
	counter-increment: item
}

ol.styled-list li:before,
main ol:not(.unstyled-list) li:before {
	content: counters(item, ".") ". "
}

ol.styled-list ol,
main ol:not(.unstyled-list) ol {
	margin-bottom: 0
}

ol.styled-list ol li:before,
main ol:not(.unstyled-list) ol li:before {
	content: counters(item, ".") " ";
	margin-right: .3125rem
}

img {
	vertical-align: bottom;
	float: none;
	height: auto;
	max-width: 100%;
	width: 100%
}

[data-rel] img,
.lightbox-image img {
	margin-bottom: 0
}

main table {
	display: table;
	border-collapse: collapse;
	width: 100%;
	max-width: 100%;
	text-align: left;
	font-size: 1rem
}

@media (max-width: 39.9375em) {
	main table {
		overflow-x: auto;
		display: block
	}
}

main table caption {
	text-align: left;
	padding: 1.125rem 1.125rem 1.5625rem;
	display: table-caption;
	font-weight: bold;
	font-size: 1.2rem
}

main table thead {
	border-collapse: collapse;
	display: table-header-group
}

main table tbody {
	width: 100%;
	overflow-x: scroll;
	display: table-row-group
}

main table tbody tr {
	padding: 1.125rem 0
}

main table tbody tr:not(:last-child) {
	border-bottom: .0625rem solid #f5f1e6
}

main table tr {
	display: table-row
}

main table th,
main table td {
	padding: 1.125rem;
	display: table-cell;
	vertical-align: top
}

@media (max-width: 39.9375em) {
	main table td {
		min-width: 50vw
	}
}

.margin-bottom,
a.lightbox-zoom-image,
.lightbox-zoom-image a[href$=".jpeg" i],
.lightbox-zoom-image a[href$=".jpg" i],
.lightbox-zoom-image a[href$=".png" i],
.lightbox-zoom-image a[href$=".gif" i],
.modalGallery a[href$=".jpeg" i],
.modalGallery a[href$=".jpg" i],
.modalGallery a[href$=".png" i],
.modalGallery a[href$=".gif" i],
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
main p,
main ol,
main ul,
main dl,
main table {
	margin-bottom: 1.875rem
}

.highlight {
	color: #988963
}

.dontbreak {
	display: inline-block
}

@media (min-width: 62em) {
	.flex-col {
		display: flex
	}

	.flex-col *:not(img):not(span) {
		display: flex;
		width: 100%
	}

	.flex-col *:not(img):not(span) img {
		-o-object-fit: cover;
		object-fit: cover
	}
}

.flex-col img {
	margin-bottom: 0
}

.swipe {
	display: block;
	text-align: center;
	font-size: .8125rem;
	color: #656565;
	width: 100%
}

@media (min-width: 62em) {
	.swipe {
		display: none
	}
}

.swipe i {
	font-size: 1.5rem;
	vertical-align: middle;
	margin-right: .375rem;
	animation: swipe 1.5s infinite;
	position: relative;
	color: #d92595
}

.swipe i:after {
	content: "";
	display: inline-block;
	position: absolute;
	right: 5%;
	top: 30%;
	height: .25rem;
	width: .25rem;
	border-radius: 100%;
	background: #656565;
	z-index: -1;
	transform: scale(1.2);
	animation: push 1.5s infinite
}

@keyframes push {
	0% {
		box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.82);
		opacity: 1;
		width: .25rem;
		transform: scale(1.2) translateX(0)
	}

	25% {
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.82)
	}

	50% {
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.82);
		width: .25rem;
		transform: scale(1.2) translateX(0)
	}

	70% {
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.82)
	}

	80% {
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.82);
		width: .875rem;
		transform: scale(1.2) translateX(10px);
		opacity: .2
	}

	100% {
		box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.82);
		opacity: 0
	}
}

@keyframes swipe {
	0% {
		transform: translateX(0px)
	}

	50% {
		transform: translateX(0px)
	}

	80% {
		transform: translateX(-10px)
	}

	90% {
		transform: translateX(-10px)
	}
}

.distance-bottom {
	margin-bottom: 3.125rem
}

@media (min-width: 40em) {
	.distance-bottom {
		margin-bottom: 3.75rem
	}
}

@media (min-width: 62em) {
	.distance-bottom {
		margin-bottom: 5rem
	}
}

@media (min-width: 75em) {
	.distance-bottom {
		margin-bottom: 6.25rem
	}
}

@media (min-width: 85.25em) {
	.distance-bottom {
		margin-bottom: 7.5rem
	}
}

@media (min-width: 95em) {
	.distance-bottom {
		margin-bottom: 8.75rem
	}
}

@media (min-width: 101.25em) {
	.distance-bottom {
		margin-bottom: 12.5rem
	}
}

.distance-bottom.text-last {
	margin-bottom: calc(3.125rem - 1.875rem)
}

@media (min-width: 40em) {
	.distance-bottom.text-last {
		margin-bottom: calc(3.75rem - 1.875rem)
	}
}

@media (min-width: 62em) {
	.distance-bottom.text-last {
		margin-bottom: calc(5rem - 1.875rem)
	}
}

@media (min-width: 75em) {
	.distance-bottom.text-last {
		margin-bottom: calc(6.25rem - 1.875rem)
	}
}

@media (min-width: 85.25em) {
	.distance-bottom.text-last {
		margin-bottom: calc(7.5rem - 1.875rem)
	}
}

@media (min-width: 95em) {
	.distance-bottom.text-last {
		margin-bottom: calc(8.75rem - 1.875rem)
	}
}

@media (min-width: 101.25em) {
	.distance-bottom.text-last {
		margin-bottom: calc(12.5rem - 1.875rem)
	}
}

.distance-bottom-small {
	margin-bottom: calc(3.125rem - 1.875rem)
}

@media (min-width: 40em) {
	.distance-bottom-small {
		margin-bottom: calc(3.75rem - 1.875rem)
	}
}

@media (min-width: 62em) {
	.distance-bottom-small {
		margin-bottom: calc(5rem - 1.875rem)
	}
}

@media (min-width: 75em) {
	.distance-bottom-small {
		margin-bottom: calc(6.25rem - 1.875rem)
	}
}

@media (min-width: 85.25em) {
	.distance-bottom-small {
		margin-bottom: calc(6.25rem - 1.875rem)
	}
}

@media (min-width: 101.25em) {
	.distance-bottom-small {
		margin-bottom: calc(7.5rem - 1.875rem)
	}
}

.distance-top {
	margin-top: 3.125rem
}

@media (min-width: 40em) {
	.distance-top {
		margin-top: 3.75rem
	}
}

@media (min-width: 62em) {
	.distance-top {
		margin-top: 5rem
	}
}

@media (min-width: 75em) {
	.distance-top {
		margin-top: 6.25rem
	}
}

@media (min-width: 85.25em) {
	.distance-top {
		margin-top: 7.5rem
	}
}

@media (min-width: 95em) {
	.distance-top {
		margin-top: 8.75rem
	}
}

@media (min-width: 101.25em) {
	.distance-top {
		margin-top: 12.5rem
	}
}

.distance-top.text-before {
	margin-top: calc(3.125rem - 1.875rem)
}

@media (min-width: 40em) {
	.distance-top.text-before {
		margin-top: calc(3.75rem - 1.875rem)
	}
}

@media (min-width: 62em) {
	.distance-top.text-before {
		margin-top: calc(5rem - 1.875rem)
	}
}

@media (min-width: 75em) {
	.distance-top.text-before {
		margin-top: calc(6.25rem - 1.875rem)
	}
}

@media (min-width: 85.25em) {
	.distance-top.text-before {
		margin-top: calc(7.5rem - 1.875rem)
	}
}

@media (min-width: 95em) {
	.distance-top.text-before {
		margin-top: calc(8.75rem - 1.875rem)
	}
}

@media (min-width: 101.25em) {
	.distance-top.text-before {
		margin-top: calc(12.5rem - 1.875rem)
	}
}

.distance-both {
	margin: 3.125rem 0
}

@media (min-width: 40em) {
	.distance-both {
		margin: 3.75rem 0
	}
}

@media (min-width: 62em) {
	.distance-both {
		margin: 5rem 0
	}
}

@media (min-width: 75em) {
	.distance-both {
		margin: 6.25rem 0
	}
}

@media (min-width: 85.25em) {
	.distance-both {
		margin: 7.5rem 0
	}
}

@media (min-width: 95em) {
	.distance-both {
		margin: 8.75rem 0
	}
}

@media (min-width: 101.25em) {
	.distance-both {
		margin: 12.5rem 0
	}
}

.distance-both.row {
	margin-left: auto;
	margin-right: auto
}

.distance-both.text-before {
	margin-top: calc(3.125rem - 1.875rem)
}

@media (min-width: 40em) {
	.distance-both.text-before {
		margin-top: calc(3.75rem - 1.875rem)
	}
}

@media (min-width: 62em) {
	.distance-both.text-before {
		margin-top: calc(5rem - 1.875rem)
	}
}

@media (min-width: 75em) {
	.distance-both.text-before {
		margin-top: calc(6.25rem - 1.875rem)
	}
}

@media (min-width: 85.25em) {
	.distance-both.text-before {
		margin-top: calc(7.5rem - 1.875rem)
	}
}

@media (min-width: 95em) {
	.distance-both.text-before {
		margin-top: calc(8.75rem - 1.875rem)
	}
}

@media (min-width: 101.25em) {
	.distance-both.text-before {
		margin-top: calc(12.5rem - 1.875rem)
	}
}

.distance-both.text-last {
	margin-bottom: calc(3.125rem - 1.875rem)
}

@media (min-width: 40em) {
	.distance-both.text-last {
		margin-bottom: calc(3.75rem - 1.875rem)
	}
}

@media (min-width: 62em) {
	.distance-both.text-last {
		margin-bottom: calc(5rem - 1.875rem)
	}
}

@media (min-width: 75em) {
	.distance-both.text-last {
		margin-bottom: calc(6.25rem - 1.875rem)
	}
}

@media (min-width: 85.25em) {
	.distance-both.text-last {
		margin-bottom: calc(7.5rem - 1.875rem)
	}
}

@media (min-width: 95em) {
	.distance-both.text-last {
		margin-bottom: calc(8.75rem - 1.875rem)
	}
}

@media (min-width: 101.25em) {
	.distance-both.text-last {
		margin-bottom: calc(12.5rem - 1.875rem)
	}
}

.btn,
form.default button,
form.default [type="submit"] {
	-moz-appearance: none;
	appearance: none;
	background: #312e27;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	line-height: 1.875rem;
	padding: .625rem .875rem;
	text-align: center;
	text-decoration: none;
	font-family: "Playfair Display", sans-serif;
	border-radius: 1.875rem;
	border: 1px solid #312e27;
	font-size: .8125rem
}

@media (min-width: 30em) {

	.btn,
	form.default button,
	form.default [type="submit"] {
		font-size: .875rem
	}
}

@media (min-width: 40em) {

	.btn,
	form.default button,
	form.default [type="submit"] {
		font-size: .9375rem
	}
}

@media (min-width: 62em) {

	.btn,
	form.default button,
	form.default [type="submit"] {
		padding: .75rem .875rem
	}
}

@media (min-width: 75em) {

	.btn,
	form.default button,
	form.default [type="submit"] {
		font-size: 1rem
	}
}

@media (min-width: 85.25em) {

	.btn,
	form.default button,
	form.default [type="submit"] {
		padding: .875rem .875rem
	}
}

.btn span,
form.default button span,
form.default [type="submit"] span {
	font-weight: 700
}

.btn.line,
form.default button.line,
form.default .line[type="submit"] {
	color: #312e27;
	background: transparent
}

.btn.line:hover,
form.default button.line:hover,
form.default .line:hover[type="submit"] {
	background: #d92595;
	border-color: #d92595;
	color: #fff
}

.btn.line:hover *[class^="icon"],
form.default button.line:hover *[class^="icon"],
form.default .line:hover[type="submit"] *[class^="icon"] {
	color: #fff
}

.btn.line:active,
form.default button.line:active,
form.default .line:active[type="submit"] {
	background: #d92595;
	border-color: #d92595;
	color: #fff
}

.btn.line:active *[class^="icon"],
form.default button.line:active *[class^="icon"],
form.default .line:active[type="submit"] *[class^="icon"] {
	color: #fff
}

.btn.line:focus,
form.default button.line:focus,
form.default .line:focus[type="submit"] {
	background: #d92595;
	border-color: #d92595;
	color: #fff
}

.btn.line:focus *[class^="icon"],
form.default button.line:focus *[class^="icon"],
form.default .line:focus[type="submit"] *[class^="icon"] {
	color: #fff
}

.btn:hover,
form.default button:hover,
form.default :hover[type="submit"] {
	background: #d92595;
	border-color: #d92595;
	color: #fff
}

.btn:hover *[class^="icon"],
form.default button:hover *[class^="icon"],
form.default :hover[type="submit"] *[class^="icon"] {
	color: #fff
}

.btn:active,
form.default button:active,
form.default :active[type="submit"] {
	background: #d92595;
	border-color: #d92595;
	color: #fff
}

.btn:active *[class^="icon"],
form.default button:active *[class^="icon"],
form.default :active[type="submit"] *[class^="icon"] {
	color: #fff
}

.btn:focus,
form.default button:focus,
form.default :focus[type="submit"] {
	background: #d92595;
	border-color: #d92595;
	color: #fff
}

.btn:focus *[class^="icon"],
form.default button:focus *[class^="icon"],
form.default :focus[type="submit"] *[class^="icon"] {
	color: #fff
}

.btn *[class^="icon"],
form.default button *[class^="icon"],
form.default [type="submit"] *[class^="icon"] {
	color: #d92595;
	vertical-align: text-bottom;
	font-weight: 400
}

@media (min-width: 30em) {

	.btn *[class^="icon"],
	form.default button *[class^="icon"],
	form.default [type="submit"] *[class^="icon"] {
		font-size: 1rem
	}
}

@media (min-width: 40em) {

	.btn *[class^="icon"],
	form.default button *[class^="icon"],
	form.default [type="submit"] *[class^="icon"] {
		font-size: 1.125rem
	}
}

@media (min-width: 75em) {

	.btn *[class^="icon"],
	form.default button *[class^="icon"],
	form.default [type="submit"] *[class^="icon"] {
		font-size: 1.25rem
	}
}

.clear {
	clear: both;
	float: none
}

.clearfix {
	zoom: 1
}

.clearfix:after {
	content: "";
	display: table;
	clear: both
}

.hidden {
	display: none !important
}

.hideText {
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	overflow: hidden;
	width: 0
}

.float-left {
	float: left
}

img.float-left {
	margin-right: 1rem
}

.float-right {
	float: right
}

img.float-right {
	margin-left: 1rem
}

.fluid {
	height: auto;
	width: 100%
}

.non-fluid {
	width: auto !important
}

.align-left {
	text-align: left
}

.align-right {
	text-align: right
}

.align-center {
	text-align: center
}

.wide {
	width: 100%;
	display: block
}

.video-container:not(.video-tag),
.google-maps:not(.video-tag) {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 42.55%;
	position: relative
}

.video-container:not(.video-tag) iframe,
.google-maps:not(.video-tag) iframe {
	border: none;
	height: 100%;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0
}

.video-container video,
.google-maps video {
	width: 100%;
	height: auto
}

@media (min-width: 47.5em) {
	.google-maps {
		height: 25rem
	}
}

body:before {
	width: 99pt;
	content: "default:16px....default:0....tiny:30em....small:40em....medium:47.5em....large:62em....giant:75em....huge:85.25em....full:95em....cut:101.25em";
	display: none !important
}

@media (min-width: 0) {
	body:before {
		width: 177pt
	}
}

@media (min-width: 30em) {
	body:before {
		width: 255pt
	}
}

@media (min-width: 40em) {
	body:before {
		width: 339pt
	}
}

@media (min-width: 47.5em) {
	body:before {
		width: 441pt
	}
}

@media (min-width: 62em) {
	body:before {
		width: 525pt
	}
}

@media (min-width: 75em) {
	body:before {
		width: 609pt
	}
}

@media (min-width: 85.25em) {
	body:before {
		width: 705pt
	}
}

@media (min-width: 95em) {
	body:before {
		width: 783pt
	}
}

@media (min-width: 101.25em) {
	body:before {
		width: 879pt
	}
}

body.dev-mode:before,
body.debug:before {
	background: #D85D00;
	border-color: #D85D00;
	border-style: solid;
	border-width: 0 1.125rem;
	color: #fff;
	display: block !important;
	font-family: Courier;
	font-size: 10pt;
	left: 0;
	line-height: 2.5;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	white-space: nowrap;
	z-index: 99999
}

body:hover:before {
	opacity: 0.5;
	pointer-events: none
}

a.lightbox-zoom-image:before,
a.lightbox-zoom-image:after,
.lightbox-zoom-image a[href$=".jpeg" i]:before,
.lightbox-zoom-image a[href$=".jpeg" i]:after,
.lightbox-zoom-image a[href$=".jpg" i]:before,
.lightbox-zoom-image a[href$=".jpg" i]:after,
.lightbox-zoom-image a[href$=".png" i]:before,
.lightbox-zoom-image a[href$=".png" i]:after,
.lightbox-zoom-image a[href$=".gif" i]:before,
.lightbox-zoom-image a[href$=".gif" i]:after,
.modalGallery a[href$=".jpeg" i]:before,
.modalGallery a[href$=".jpeg" i]:after,
.modalGallery a[href$=".jpg" i]:before,
.modalGallery a[href$=".jpg" i]:after,
.modalGallery a[href$=".png" i]:before,
.modalGallery a[href$=".png" i]:after,
.modalGallery a[href$=".gif" i]:before,
.modalGallery a[href$=".gif" i]:after,
.back-to-top,
.btn,
form.default button,
form.default [type="submit"],
.btn *[class^="icon"],
form.default button *[class^="icon"],
form.default [type="submit"] *[class^="icon"],
form.default [type="text"],
form.default [type="tel"],
form.default [type="email"],
form.default [type="file"],
form.default input,
form.default textarea,
form.default select {
	transition: 0.3s
}

html.in-progress {
	pointer-events: none
}

html.in-progress:before {
	content: "";
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999998
}

html.in-progress:after {
	content: "";
	position: fixed;
	top: 0;
	height: 0;
	background: url("../images/layout/loading.svg") no-repeat center center;
	height: 100vh;
	width: 100vw;
	z-index: 99999999;
	filter: invert(100%)
}

.row.stretch {
	align-items: stretch
}

.row.top {
	align-items: flex-start
}

.row.middle {
	align-items: center
}

.row.bottom {
	align-items: flex-end
}

.row.start {
	justify-content: flex-start
}

.row.center {
	justify-content: center
}

.row.end {
	justify-content: flex-end
}

.row.around {
	justify-content: space-around
}

.row.between {
	justify-content: space-between
}

@media (max-width: 74.9375em) {
	#navigation {
		transition: transform .4s;
		background-color: #312e27;
		overflow-y: scroll;
		width: 20rem;
		overflow: hidden;
		position: fixed;
		right: 0;
		z-index: 1002;
		bottom: 0;
		top: 3.75rem
	}

	#navigation img.fixed {
		display: none
	}

	#navigation>.row {
		overflow: hidden;
		overflow-y: scroll;
		height: calc(100vh - 3.75rem)
	}

	#navigation>.row>.col {
		padding: 0;
		display: flex;
		flex-direction: column-reverse
	}

	#navigation>.row>.col .contact {
		color: #fff;
		font-size: .875rem;
		padding: 2.5rem 2.25rem 7.5rem
	}

	#navigation>.row>.col .contact li {
		margin-bottom: .5rem
	}

	#navigation>.row>.col .contact li:first-child {
		display: flex
	}

	#navigation>.row>.col .contact li:first-child:before {
		content: ""
	}

	#navigation>.row>.col .contact li:first-child span {
		display: block
	}

	#navigation>.row>.col .contact li:nth-child(2):before {
		content: ""
	}

	#navigation>.row>.col .contact li:nth-child(3):before {
		content: ""
	}

	#navigation>.row>.col .contact li:not(:last-child):before {
		font-family: "icomoon", sans-serif;
		display: inline-block;
		margin-right: .375rem
	}

	#navigation>.row>.col .contact li:last-child {
		display: flex
	}

	#navigation>.row>.col .contact li:last-child>span {
		display: inline-block;
		margin-right: .375rem
	}

	#navigation>.row>.col .contact li:last-child dl {
		display: flex;
		flex-wrap: wrap
	}

	#navigation>.row>.col .contact li:last-child dl dt {
		width: 3.75rem
	}

	#navigation>.row>.col .contact li:last-child dl dd {
		width: calc(100% - 61px)
	}

	#navigation>.row>.col .contact li:last-child dl dd:after {
		content: "Uhr";
		display: inline-block;
		margin-left: .25rem
	}

	#navigation>.row>.col .contact li a {
		color: #fff
	}

	#navigation>.row>.col:first-child {
		display: none
	}

	#navigation ul.navi,
	#navigation ul.sub {
		background-color: #fff
	}

	#navigation ul.navi li,
	#navigation ul.sub li {
		display: flex;
		width: 100%
	}

	#navigation ul.navi li a,
	#navigation ul.navi li span,
	#navigation ul.sub li a,
	#navigation ul.sub li span {
		align-items: center;
		border-bottom: .0625rem solid rgba(49, 46, 39, 0.1);
		color: #312e27;
		display: flex;
		font-size: 1.125rem;
		justify-content: space-between;
		line-height: 100%;
		padding: .9375rem 2.25rem;
		text-decoration: none;
		width: 100%;
		transition: background .4s, color .4s;
		font-weight: 400;
		font-family: "Playfair Display", sans-serif
	}

	#navigation ul.navi li a.sub-toggler:after,
	#navigation ul.navi li span.sub-toggler:after,
	#navigation ul.sub li a.sub-toggler:after,
	#navigation ul.sub li span.sub-toggler:after {
		font-family: "icomoon", sans-serif;
		content: "";
		font-weight: 400;
		transform: rotate(90deg);
		color: #d92595
	}

	#navigation ul.navi li.nav-back,
	#navigation ul.sub li.nav-back {
		background: #f5f1e6
	}

	#navigation ul.navi li.nav-back span,
	#navigation ul.sub li.nav-back span {
		justify-content: flex-start;
		font-weight: 300;
		font-size: 1rem
	}

	#navigation ul.navi li.nav-back span:before,
	#navigation ul.sub li.nav-back span:before {
		content: "\ea1f";
		margin-right: .4375rem;
		font-family: "icomoon", sans-serif;
		transform: rotate(180deg) translateY(.0625rem)
	}

	#navigation ul.navi li .sub,
	#navigation ul.sub li .sub {
		z-index: 2;
		padding: 0
	}

	#navigation ul.navi li .sub:before,
	#navigation ul.sub li .sub:before {
		padding: .9375rem 1.125rem;
		font-size: 1.125rem;
		display: block;
		content: attr(data-parent-name);
		background: #312e27;
		font-family: "Playfair Display", sans-serif;
		font-weight: 700;
		color: #fff
	}

	#navigation ul.navi li .sub li a,
	#navigation ul.navi li .sub li span,
	#navigation ul.sub li .sub li a,
	#navigation ul.sub li .sub li span {
		font-size: 1.125rem
	}

	#navigation ul.navi li.anfahrt,
	#navigation ul.sub li.anfahrt {
		margin-bottom: .625rem
	}

	#navigation ul.navi li.anfahrt>a,
	#navigation ul.sub li.anfahrt>a {
		border: none
	}

	#navigation ul.navi li.impressum,
	#navigation ul.navi li.datenschutzerklaerung,
	#navigation ul.navi li.facebook,
	#navigation ul.sub li.impressum,
	#navigation ul.sub li.datenschutzerklaerung,
	#navigation ul.sub li.facebook {
		display: inline-block
	}

	#navigation ul.navi li.impressum>a,
	#navigation ul.navi li.impressum>span,
	#navigation ul.navi li.datenschutzerklaerung>a,
	#navigation ul.navi li.datenschutzerklaerung>span,
	#navigation ul.navi li.facebook>a,
	#navigation ul.navi li.facebook>span,
	#navigation ul.sub li.impressum>a,
	#navigation ul.sub li.impressum>span,
	#navigation ul.sub li.datenschutzerklaerung>a,
	#navigation ul.sub li.datenschutzerklaerung>span,
	#navigation ul.sub li.facebook>a,
	#navigation ul.sub li.facebook>span {
		font-size: .875rem;
		font-family: "Montserrat", sans-serif;
		font-weight: 300;
		text-transform: none;
		border-bottom: none
	}

	#navigation ul.navi li.facebook a,
	#navigation ul.sub li.facebook a {
		font-size: 0;
		display: flex;
		align-items: center;
		justify-content: flex-start
	}

	#navigation ul.navi li.facebook a:before,
	#navigation ul.sub li.facebook a:before {
		font-family: "icomoon", sans-serif;
		content: "";
		font-weight: 400;
		font-size: 1.25rem;
		color: #858b9b
	}

	#navigation ul.navi li.datenschutzerklaerung>a,
	#navigation ul.sub li.datenschutzerklaerung>a {
		padding-top: 0
	}

	#navigation ul.navi li a.active,
	#navigation ul.navi li span.active,
	#navigation ul.sub li a.active,
	#navigation ul.sub li span.active {
		color: #d92595;
		font-weight: 700
	}

	#navigation .branding {
		display: none
	}

	#navigation nav ul {
		padding-top: 1.25rem;
		padding-bottom: 2.5rem;
		width: 100%;
		text-align: left;
		position: relative
	}

	#navigation nav ul.sub {
		position: absolute;
		left: 0;
		top: 0;
		transform: translateX(100%);
		bottom: 0;
		height: 100%;
		transition: transform .4s
	}

	#navigation nav ul.sub li>a,
	#navigation nav ul.sub li>span {
		font-size: 1rem !important;
		line-height: 1.5rem;
		text-transform: none;
		padding-left: 1.125rem;
		padding-right: 1.125rem
	}

	#navigation nav ul.sub li>a.active,
	#navigation nav ul.sub li>span.active {
		background: #d92595;
		color: #fff
	}

	#navigation nav ul.current {
		transform: translateX(0%)
	}

	#navigation nav ul.current.open {
		overflow: hidden;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch
	}

	html.hidden-scroll {
		overflow: hidden
	}
}

@media (min-width: 75em) {
	#navigation {
		top: 0;
		left: 0;
		width: 100%;
		position: fixed;
		z-index: 100;
		transition: .4s ease;
		padding: 1.875rem 0;
		background: #fff
	}

	#navigation:before {
		content: "";
		display: inline-block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #fff;
		opacity: 0;
		border-bottom: 1px solid rgba(49, 46, 39, 0.1);
		transition: height .4s ease, opacity .2s ease
	}

	#navigation.fixed:before {
		opacity: 1;
		height: 100%
	}

	#navigation.fixed .contact {
		margin-top: 0
	}

	#navigation.fixed>.row>.col:first-child .branding {
		max-height: 7rem
	}

	#navigation.fixed>.row>.col:first-child .branding:before {
		height: 20%;
		opacity: 1
	}

	#navigation.fixed>.row>.col:first-child .branding:after {
		height: 22%;
		opacity: 1
	}
}

@media (min-width: 75em) and (min-width: 85.25em) {
	#navigation.fixed>.row>.col:first-child .branding:after {
		height: 18%
	}
}

@media (min-width: 75em) and (min-width: 95em) {
	#navigation.fixed>.row>.col:first-child .branding:after {
		height: 15%
	}
}

@media (min-width: 75em) {
	#navigation.fixed>.row>.col:first-child .branding img {
		transform: translateY(-34%)
	}

	#navigation>.row>.col:first-child {
		position: relative
	}

	#navigation>.row>.col:first-child .branding {
		display: inline-block;
		transition: .4s ease;
		max-width: 16.5rem;
		position: absolute;
		top: -1.125rem;
		left: 1.125rem;
		transition: max-height .4s ease;
		max-height: 15.625rem;
		overflow: hidden;
		padding-top: 1.125rem
	}
}

@media (min-width: 75em) and (min-width: 85.25em) {
	#navigation>.row>.col:first-child .branding {
		max-width: 18.75rem
	}
}

@media (min-width: 75em) and (min-width: 95em) {
	#navigation>.row>.col:first-child .branding {
		max-width: 19.625rem
	}
}

@media (min-width: 75em) {
	#navigation>.row>.col:first-child .branding:before {
		content: "";
		display: inline-block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 0;
		background: #fff;
		opacity: 0;
		transition: height .4s ease, opacity .2s ease;
		z-index: 1
	}

	#navigation>.row>.col:first-child .branding:after {
		content: "";
		display: inline-block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 0;
		background: #fff;
		opacity: 0;
		transition: height .4s ease, opacity .2s ease;
		z-index: 1
	}

	#navigation>.row>.col:first-child .branding img {
		width: auto;
		transition: .4s ease
	}

	#navigation .contact {
		color: #656565;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		font-size: .875rem;
		margin-bottom: 1rem;
		margin-top: .6875rem;
		transition: margin .4s ease
	}
}

@media (min-width: 75em) and (min-width: 85.25em) {
	#navigation .contact {
		font-size: .9375rem;
		margin-bottom: 1.25rem;
		margin-top: .875rem
	}
}

@media (min-width: 75em) and (min-width: 95em) {
	#navigation .contact {
		font-size: 1rem;
		margin-top: 1.125rem
	}
}

@media (min-width: 75em) {
	#navigation .contact li:first-child {
		display: flex
	}

	#navigation .contact li:first-child:before {
		content: ""
	}

	#navigation .contact li:nth-child(2):before {
		content: ""
	}

	#navigation .contact li:nth-child(3):before {
		content: ""
	}

	#navigation .contact li:not(:last-child) {
		margin-right: 1.125rem
	}
}

@media (min-width: 75em) and (min-width: 95em) {
	#navigation .contact li:not(:last-child) {
		margin-right: 1.875rem
	}
}

@media (min-width: 75em) {
	#navigation .contact li:not(:last-child):before {
		font-family: "icomoon", sans-serif;
		display: inline-block;
		margin-right: .125rem;
		color: #312e27
	}

	#navigation .contact li:last-child {
		position: relative
	}

	#navigation .contact li:last-child>span {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 2.25rem;
		width: 2.25rem;
		border-radius: 100%;
		color: #988963;
		border: 1px solid #988963;
		font-size: 1.25rem;
		cursor: pointer
	}
}

@media (min-width: 75em) and (min-width: 85.25em) {
	#navigation .contact li:last-child>span {
		height: 2.5rem;
		width: 2.5rem;
		font-size: 1.5rem
	}
}

@media (min-width: 75em) {
	#navigation .contact li:last-child div {
		display: inline-block;
		padding: 1.125rem;
		position: absolute;
		top: 100%;
		right: 0;
		width: 13.125rem;
		background: #312e27;
		border-radius: .625rem;
		color: #fff;
		z-index: 100;
		opacity: 0;
		visibility: hidden;
		transform: translateY(10px);
		transition: .3s ease;
		font-size: .8125rem
	}
}

@media (min-width: 75em) and (min-width: 95em) {
	#navigation .contact li:last-child div {
		font-size: .875rem;
		width: 14.625rem
	}
}

@media (min-width: 75em) {
	#navigation .contact li:last-child div:before {
		content: "";
		display: inline-block;
		position: absolute;
		right: .75rem;
		top: -.25rem;
		height: .625rem;
		width: .625rem;
		transform: rotate(45deg);
		background: #312e27
	}
}

@media (min-width: 75em) and (min-width: 85.25em) {
	#navigation .contact li:last-child div:before {
		right: .9375rem
	}
}

@media (min-width: 75em) {
	#navigation .contact li:last-child div dl {
		display: flex;
		flex-wrap: wrap
	}

	#navigation .contact li:last-child div dl dt {
		width: 3.75rem
	}
}

@media (min-width: 75em) and (min-width: 95em) {
	#navigation .contact li:last-child div dl dt {
		width: 4.25rem
	}
}

@media (min-width: 75em) {
	#navigation .contact li:last-child div dl dd {
		width: calc(100% - 61px)
	}
}

@media (min-width: 75em) and (min-width: 95em) {
	#navigation .contact li:last-child div dl dd {
		width: calc(100% - 69px)
	}
}

@media (min-width: 75em) {
	#navigation .contact li:last-child div dl dd:after {
		content: "Uhr";
		display: inline-block;
		margin-left: .25rem
	}

	#navigation .contact li:last-child:hover div {
		opacity: 1;
		visibility: visible;
		transform: translateY(0)
	}

	#navigation .contact li a {
		color: #656565
	}

	#navigation .contact li a:hover {
		color: #d92595
	}

	#navigation nav {
		width: 100%;
		padding-left: 1.125rem
	}
}

@media (min-width: 75em) and (min-width: 101.25em) {
	#navigation nav {
		padding-left: 1.875rem
	}
}

@media (min-width: 75em) {
	#navigation nav .navi {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		position: relative
	}

	#navigation nav .navi>li>a,
	#navigation nav .navi>li>span {
		padding: .375rem 0
	}

	#navigation nav .navi>li>a:before,
	#navigation nav .navi>li>span:before {
		content: "";
		display: inline-block;
		position: absolute;
		left: 0;
		bottom: 0;
		height: 1px;
		width: 0;
		background: #988963;
		transition: .4s ease
	}

	#navigation nav .navi>li>a.active,
	#navigation nav .navi>li>span.active {
		color: #312e27;
		font-weight: 700
	}

	#navigation nav .navi>li>a.active:before,
	#navigation nav .navi>li>span.active:before {
		width: 100%
	}

	#navigation nav .navi>li>a:hover,
	#navigation nav .navi>li>span:hover {
		color: #312e27
	}

	#navigation nav .navi>li>a:hover:before,
	#navigation nav .navi>li>span:hover:before {
		width: 100%
	}

	#navigation nav .navi>li.active>a,
	#navigation nav .navi>li.active>span,
	#navigation nav .navi>li>a.active,
	#navigation nav .navi>li>span.active {
		color: #312e27;
		font-weight: 700
	}

	#navigation nav .navi>li.active>a:after,
	#navigation nav .navi>li.active>span:after,
	#navigation nav .navi>li>a.active:after,
	#navigation nav .navi>li>span.active:after {
		font-style: normal
	}

	#navigation nav .navi>li.active>a:hover:before,
	#navigation nav .navi>li.active>span:hover:before,
	#navigation nav .navi>li>a.active:hover:before,
	#navigation nav .navi>li>span.active:hover:before {
		width: 100%
	}

	#navigation nav .navi>li.jobs,
	#navigation nav .navi>li.newsletter,
	#navigation nav .navi>li.anfahrt,
	#navigation nav .navi>li.impressum,
	#navigation nav .navi>li.datenschutzerklaerung,
	#navigation nav .navi>li.facebook {
		display: none
	}
}

@media (min-width: 75em) and (max-width: 85.1875em) {
	#navigation nav .navi>li.index {
		display: none
	}
}

@media (min-width: 75em) {
	body.desktop #navigation nav .navi>li:hover>.sub {
		top: 100%;
		opacity: 1;
		visibility: visible;
		pointer-events: auto
	}

	body.desktop #navigation nav .navi>li .nav-back {
		display: none
	}

	#navigation nav .navi li {
		display: flex;
		align-items: center;
		position: relative
	}

	#navigation nav .navi li a,
	#navigation nav .navi li span {
		white-space: nowrap;
		color: #312e27;
		display: flex;
		align-items: center;
		text-decoration: none;
		cursor: pointer;
		font-size: 1rem;
		line-height: 100%;
		position: relative;
		width: 100%;
		font-family: "Playfair Display", sans-serif
	}
}

@media (min-width: 75em) and (min-width: 85.25em) {

	#navigation nav .navi li a,
	#navigation nav .navi li span {
		font-size: 1.0625rem
	}
}

@media (min-width: 75em) and (min-width: 95em) {

	#navigation nav .navi li a,
	#navigation nav .navi li span {
		font-size: 1.125rem
	}
}

@media (min-width: 75em) {

	#navigation nav .navi li a.sub-toggler:after,
	#navigation nav .navi li span.sub-toggler:after {
		font-family: "icomoon", sans-serif;
		content: "";
		font-weight: 400;
		transform: rotate(90deg) translateX(-1px);
		font-size: 1.125rem
	}

	#navigation nav .navi li.nav-back {
		text-align: center
	}

	#navigation nav .navi li.nav-back span {
		display: none
	}

	#navigation nav .navi li.nav-back:before {
		cursor: pointer;
		width: 100%;
		font-family: "icomoon", sans-serif;
		content: "";
		display: block;
		font-size: 1rem;
		padding: .3125rem 1.125rem;
		background: #988963;
		transition: background .4s;
		color: #fff
	}

	#navigation nav .navi li.nav-back:hover:before {
		background: #ad1e77
	}

	#navigation nav .navi li .sub {
		background: #312e27;
		overflow: hidden;
		position: absolute;
		top: 120%;
		left: 0;
		min-width: 100%;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: opacity .4s, visibility .4s, top .4s;
		box-shadow: 0 0 .625rem rgba(0, 0, 0, 0.05)
	}

	#navigation nav .navi li .sub li:not(:last-child) {
		border-bottom: 1px solid rgba(255, 255, 255, 0.3)
	}

	#navigation nav .navi li .sub li a,
	#navigation nav .navi li .sub li span {
		transition: all .6s;
		padding: .9375rem 1.125rem;
		color: #f5f1e6
	}

	#navigation nav .navi li .sub li a.active,
	#navigation nav .navi li .sub li span.active {
		background: #981a68;
		color: #fff
	}

	#navigation nav .navi li .sub li:hover>a,
	#navigation nav .navi li .sub li:hover>span,
	#navigation nav .navi li .sub li a:hover,
	#navigation nav .navi li .sub li span:hover {
		background: #ad1e77;
		color: #fff
	}

	body.desktop #navigation nav .navi li .sub li:hover>.sub {
		top: 0%;
		opacity: 1;
		visibility: visible;
		pointer-events: auto
	}

	body.desktop #navigation nav .navi li .sub li .nav-back {
		display: none
	}

	#navigation nav .navi li .sub.current {
		top: 100%;
		opacity: 1;
		visibility: visible;
		pointer-events: auto
	}

	#navigation nav .navi li .sub.open {
		top: 100%
	}

	#navigation nav .navi li .sub .sub {
		top: 20%;
		left: 100%
	}

	#navigation nav .navi li .sub .sub.current,
	#navigation nav .navi li .sub .sub.open {
		top: 0
	}
}

@media (max-width: 74.9375em) {
	#quickbar {
		height: 3.75rem;
		background-color: #fff;
		display: flex;
		justify-content: space-between;
		align-items: center;
		z-index: 1000;
		position: fixed;
		left: 0;
		width: 100%;
		padding: 0 calc((8.333% / 2) + 1.125rem);
		transform: translateY(0%);
		transition: transform .4s;
		border-bottom: 1px solid rgba(49, 46, 39, 0.1);
		top: 0
	}
}

@media (max-width: 74.9375em) and (min-width: 40em) {
	#quickbar {
		padding: 0 calc(8.333333% + 1.125rem)
	}
}

@media (max-width: 74.9375em) and (min-width: 62em) {
	#quickbar {
		padding: 0 1.125rem
	}
}

@media (max-width: 74.9375em) {
	#quickbar .branding {
		display: inline-block;
		width: auto;
		max-height: 2.5rem;
		margin-right: .5rem
	}

	#quickbar .branding img {
		width: auto;
		max-height: 2.5rem
	}

	#quickbar .phone {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 2rem;
		width: 2rem;
		border-radius: 100%;
		background: #312e27;
		color: #fff;
		text-decoration: none;
		font-weight: 400;
		font-size: 0;
		overflow: hidden;
		color: transparent
	}

	#quickbar .phone:after {
		font-family: "icomoon", sans-serif;
		content: "";
		font-weight: 400;
		color: #fff;
		font-size: 1.125rem
	}

	#quickbar label[for="navi-toggled"] {
		display: block;
		cursor: pointer;
		width: 1.25rem;
		height: 1.25rem;
		position: relative;
		overflow: hidden
	}

	#quickbar label[for="navi-toggled"]:after {
		content: "";
		position: fixed;
		left: 0;
		width: 200vw;
		height: 200vh;
		display: block;
		background-color: rgba(49, 46, 39, 0.8);
		z-index: -1;
		transition: opacity .4s, visibility .4s;
		top: 3.75rem
	}

	#quickbar label[for="navi-toggled"] span {
		transition: 0.4s linear;
		text-indent: -9999px;
		width: 0;
		top: 50%;
		transform: translate(-50%, -50%)
	}

	#quickbar label[for="navi-toggled"] span:before,
	#quickbar label[for="navi-toggled"] span:after {
		top: 50%;
		width: 1.25rem;
		transition: top .4s ease-in-out, transform .4s 0.2s linear
	}

	#quickbar label[for="navi-toggled"] span:before {
		transform: translate(-50%, -50%) rotate(45deg)
	}

	#quickbar label[for="navi-toggled"] span:after {
		transform: translate(-50%, -50%) rotate(-45deg)
	}

	#quickbar label[for="navi-toggled"] span,
	#quickbar label[for="navi-toggled"] span:before,
	#quickbar label[for="navi-toggled"] span:after {
		content: "";
		position: absolute;
		display: block;
		background: #312e27;
		height: .125rem;
		left: 50%;
		transform-origin: center
	}

	#navi-toggled:not(:checked)~* #navigation,
	#navi-toggled:not(:checked)~#navigation {
		transform: translateX(100%)
	}

	#navi-toggled:not(:checked)~#quickbar label[for="navi-toggled"] span {
		width: 1.25rem
	}

	#navi-toggled:not(:checked)~#quickbar label[for="navi-toggled"] span:before,
	#navi-toggled:not(:checked)~#quickbar label[for="navi-toggled"] span:after {
		transform: translate(-50%, -50%);
		transition: top .4s 0.2s ease-in-out, transform .4s linear
	}

	#navi-toggled:not(:checked)~#quickbar label[for="navi-toggled"] span:before {
		top: calc(50% - 5px)
	}

	#navi-toggled:not(:checked)~#quickbar label[for="navi-toggled"] span:after {
		top: calc(50% + 5px)
	}

	#navi-toggled:not(:checked)~#quickbar label[for="navi-toggled"]:after {
		opacity: 0;
		visibility: hidden
	}
}

#navi-toggled {
	display: none
}

@media (min-width: 75em) {
	#quickbar {
		display: none
	}
}

@media (max-width: 74.9375em) {
	.navi-add {
		display: none
	}
}

@media (min-width: 75em) {
	.navi-add {
		display: flex;
		align-items: center;
		padding: 2.8125rem 0;
		justify-content: center
	}
}

@media (min-width: 75em) and (min-width: 85.25em) {
	.navi-add {
		padding: 3.75rem 0
	}
}

@media (min-width: 75em) {
	.navi-add li {
		margin: 0 1.125rem
	}

	.navi-add li a {
		color: #656565;
		font-family: "Playfair Display", sans-serif;
		text-decoration: none;
		font-size: 1rem
	}
}

@media (min-width: 75em) and (min-width: 95em) {
	.navi-add li a {
		font-size: 1.125rem
	}
}

@media (min-width: 75em) {
	.navi-add li a.facebook {
		font-size: 0;
		display: flex;
		align-items: center;
		justify-content: center
	}

	.navi-add li a.facebook:before {
		font-family: "icomoon", sans-serif;
		content: "";
		font-weight: 400;
		font-size: 1.25rem;
		color: #858b9b
	}

	.navi-add li a.facebook:hover {
		opacity: .7
	}

	.navi-add li a:hover,
	.navi-add li a.active {
		color: #312e27
	}

	.navi-add li a.active {
		font-weight: 700
	}
}

#page-wrap {
	overflow: hidden
}

@media (max-width: 74.9375em) {
	#page-wrap {
		padding-top: 3.75rem
	}
}

@media (min-width: 75em) {
	#page-wrap {
		padding-top: 9.5rem
	}
}

@media (min-width: 85.25em) {
	#page-wrap {
		padding-top: 10.375rem
	}
}

@media (min-width: 95em) {
	#page-wrap {
		padding-top: 11rem
	}
}

body.cms-liveeditor-is-opened #page-wrap {
	padding-top: 0
}

#header {
	position: relative;
	width: 100%;
	padding: 1.875rem 0 0
}

@media (min-width: 30em) {
	#header {
		padding: 3.125rem 0 0
	}
}

@media (min-width: 40em) {
	#header {
		padding: 3.75rem 0 0
	}
}

@media (min-width: 47.5em) {
	#header {
		padding: 0
	}
}

@media (max-width: 61.9375em) {
	body:not(.index) #header {
		background: #f7f7f7
	}
}

@media (min-width: 75em) {
	body.cms-liveeditor-is-opened #header {
		padding: 5rem 0 0
	}
}

body.index #header:after {
	content: "";
	display: block;
	background-image: url("../images/layout/bildfolgt.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 13.4375rem;
	height: 15rem;
	margin: -6.875rem -3.125rem 0 auto
}

@media (min-width: 30em) {
	body.index #header:after {
		width: 15rem;
		height: 17.0625rem;
		margin: -6.875rem -3.125rem 0 auto
	}
}

@media (min-width: 40em) {
	body.index #header:after {
		width: 12.5rem;
		height: 15.625rem;
		margin: -6.875rem -3.125rem 0 auto
	}
}

@media (min-width: 47.5em) {
	body.index #header:after {
		width: 11.25rem;
		height: 12.75rem;
		margin: -5.625rem 0 0 calc(58% - 160px);
		transform: rotate(15deg)
	}
}

@media (min-width: 62em) {
	body.index #header:after {
		width: 15rem;
		height: 17.75rem;
		margin: -8.75rem 0 0 calc(58% - 160px);
		transform: rotate(25deg)
	}
}

@media (min-width: 75em) {
	body.index #header:after {
		width: 18.75rem;
		height: 21.375rem;
		margin: -11.875rem 0 0 calc(58% - 220px);
		transform: rotate(30deg)
	}
}

@media (min-width: 85.25em) {
	body.index #header:after {
		width: 23.125rem;
		height: 26.25rem;
		margin: -15rem 0 0 calc(58% - 260px)
	}
}

@media (min-width: 95em) {
	body.index #header:after {
		width: 25.625rem;
		height: 29.375rem;
		margin: -16.875rem 0 0 calc(58% - 340px)
	}
}

@media (min-width: 101.25em) {
	body.index #header:after {
		width: 27.8125rem;
		height: 31.4375rem;
		margin: -21.25rem 0 0 calc(58% - 390px)
	}
}

body.cms-liveeditor-is-opened #header:after {
	display: none !important
}

body:not(.index) #header {
	position: relative
}

@media (min-width: 62em) {
	body:not(.index) #header:after {
		content: "";
		display: block;
		background-image: url("../images/layout/tomaten.svg");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		position: absolute;
		width: 15rem;
		height: 17.75rem;
		right: calc(58% - 260px);
		bottom: -7.5rem;
		transform: rotate(25deg)
	}
}

@media (min-width: 75em) {
	body:not(.index) #header:after {
		width: 18.75rem;
		height: 21.375rem;
		transform: rotate(30deg);
		right: calc(58% - 360px)
	}
}

@media (min-width: 85.25em) {
	body:not(.index) #header:after {
		width: 23.125rem;
		height: 26.25rem;
		right: calc(58% - 400px)
	}
}

@media (min-width: 95em) {
	body:not(.index) #header:after {
		width: 25.625rem;
		height: 29.375rem;
		right: calc(58% - 440px);
		bottom: -10rem
	}
}

@media (min-width: 101.25em) {
	body:not(.index) #header:after {
		width: 27.8125rem;
		height: 31.4375rem;
		right: auto;
		left: calc(((100vw - 1620px) / 2) + (1620px * 0.42));
		transform: none
	}
}

body.cms-liveeditor-is-opened body:not(.index) #header:after {
	display: none
}

#header .claim {
	display: inline-block;
	font-family: "Playfair Display", sans-serif;
	font-weight: 700;
	font-size: 1.75rem;
	line-height: 120%
}

@media (min-width: 30em) {
	#header .claim {
		font-size: 2.25rem
	}
}

@media (min-width: 40em) {
	#header .claim {
		font-size: 2.625rem
	}
}

@media (min-width: 47.5em) {
	#header .claim {
		font-size: 2.5rem
	}
}

@media (min-width: 62em) {
	#header .claim {
		font-size: 3rem
	}
}

@media (min-width: 75em) {
	#header .claim {
		font-size: 3.375rem
	}
}

@media (min-width: 85.25em) {
	#header .claim {
		font-size: 3.625rem
	}
}

@media (min-width: 101.25em) {
	#header .claim {
		font-size: 4.125rem
	}
}

body:not(.index) #header .claim {
	margin-bottom: 1rem
}

@media (min-width: 62em) {
	body:not(.index) #header .claim {
		margin-bottom: 1.375rem
	}
}

@media (min-width: 101.25em) {
	body:not(.index) #header .claim {
		font-size: 3.75rem
	}
}

#header .claim span {
	display: block
}

#header .claim span.sub {
	font-family: "Montserrat", sans-serif;
	color: #656565;
	font-weight: 300;
	font-size: .8125rem;
	line-height: 100%;
	margin-top: 1.125rem;
	margin-bottom: 1.25rem;
	padding-left: 2rem;
	position: relative
}

@media (min-width: 30em) {
	#header .claim span.sub {
		font-size: .875rem;
		padding-left: 5rem;
		margin-top: 1.375rem;
		margin-bottom: 1.625rem
	}
}

@media (min-width: 40em) {
	#header .claim span.sub {
		font-size: .9375rem;
		padding-left: 5rem;
		margin-top: 1.375rem;
		margin-bottom: 1.625rem
	}
}

@media (min-width: 62em) {
	#header .claim span.sub {
		font-size: 1.0625rem;
		margin-top: 2rem;
		margin-bottom: 2.25rem
	}
}

@media (min-width: 75em) {
	#header .claim span.sub {
		font-size: 1.1875rem;
		padding-left: 5.625rem
	}
}

@media (min-width: 85.25em) {
	#header .claim span.sub {
		font-size: 1.3125rem;
		margin-top: 2.5rem;
		margin-bottom: 2.75rem
	}
}

@media (min-width: 101.25em) {
	#header .claim span.sub {
		font-size: 1.4375rem;
		padding-left: 6.25rem
	}
}

#header .claim span.sub:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 1.5rem;
	height: 1px;
	background: #988963
}

@media (min-width: 30em) {
	#header .claim span.sub:before {
		width: 4.0625rem
	}
}

@media (min-width: 75em) {
	#header .claim span.sub:before {
		width: 4.625rem
	}
}

@media (min-width: 101.25em) {
	#header .claim span.sub:before {
		width: 5rem
	}
}

@media (min-width: 47.5em) {
	#header .row {
		z-index: 2
	}
}

#header .row .col:first-of-type {
	padding-bottom: 2.125rem
}

@media (min-width: 30em) {
	#header .row .col:first-of-type {
		padding-bottom: 3.375rem
	}
}

@media (min-width: 40em) {
	#header .row .col:first-of-type {
		padding-bottom: 4rem
	}
}

@media (min-width: 47.5em) {
	#header .row .col:first-of-type {
		padding: 3.75rem 1.125rem 6.25rem
	}
}

@media (min-width: 62em) {
	#header .row .col:first-of-type {
		padding: 6.25rem 1.125rem
	}
}

@media (min-width: 75em) {
	#header .row .col:first-of-type {
		margin-top: 3rem
	}
}

@media (min-width: 85.25em) {
	#header .row .col:first-of-type {
		margin-top: 3.625rem
	}
}

@media (min-width: 101.25em) {
	#header .row .col:first-of-type {
		padding: 11.25rem 1.125rem
	}
}

@media (min-width: 47.5em) {
	body:not(.index) #header .row .col:first-of-type {
		padding: 3.375rem 1.125rem 3.75rem
	}
}

@media (min-width: 75em) {
	body:not(.index) #header .row .col:first-of-type {
		padding: 5rem 1.125rem 0
	}
}

#header .row .col:first-of-type .claim-container {
	margin: 0 auto
}

@media (max-width: 47.4375em) {
	#header .row .col:first-of-type .claim-container {
		max-width: 18.375rem
	}
}

@media (max-width: 47.4375em) and (min-width: 30em) {
	#header .row .col:first-of-type .claim-container {
		max-width: 22.75rem
	}
}

@media (max-width: 47.4375em) and (min-width: 40em) {
	#header .row .col:first-of-type .claim-container {
		max-width: 24.0625rem
	}
}

@media (min-width: 30em) {

	#header .row .col:first-of-type .btn,
	#header .row .col:first-of-type form.default button,
	form.default #header .row .col:first-of-type button,
	#header .row .col:first-of-type form.default [type="submit"],
	form.default #header .row .col:first-of-type [type="submit"] {
		width: 10.625rem
	}
}

@media (min-width: 40em) {

	#header .row .col:first-of-type .btn,
	#header .row .col:first-of-type form.default button,
	form.default #header .row .col:first-of-type button,
	#header .row .col:first-of-type form.default [type="submit"],
	form.default #header .row .col:first-of-type [type="submit"] {
		width: 11.25rem
	}
}

@media (min-width: 62em) {

	#header .row .col:first-of-type .btn,
	#header .row .col:first-of-type form.default button,
	form.default #header .row .col:first-of-type button,
	#header .row .col:first-of-type form.default [type="submit"],
	form.default #header .row .col:first-of-type [type="submit"] {
		width: 12.5rem
	}
}

@media (min-width: 75em) {

	#header .row .col:first-of-type .btn,
	#header .row .col:first-of-type form.default button,
	form.default #header .row .col:first-of-type button,
	#header .row .col:first-of-type form.default [type="submit"],
	form.default #header .row .col:first-of-type [type="submit"] {
		width: 14rem
	}
}

@media (min-width: 85.25em) {

	#header .row .col:first-of-type .btn,
	#header .row .col:first-of-type form.default button,
	form.default #header .row .col:first-of-type button,
	#header .row .col:first-of-type form.default [type="submit"],
	form.default #header .row .col:first-of-type [type="submit"] {
		width: 15.25rem
	}
}

@media (min-width: 101.25em) {

	#header .row .col:first-of-type .btn,
	#header .row .col:first-of-type form.default button,
	form.default #header .row .col:first-of-type button,
	#header .row .col:first-of-type form.default [type="submit"],
	form.default #header .row .col:first-of-type [type="submit"] {
		width: 16.5rem
	}
}

#header .row .col:first-of-type .btn:first-of-type,
#header .row .col:first-of-type form.default button:first-of-type,
form.default #header .row .col:first-of-type button:first-of-type,
#header .row .col:first-of-type form.default :first-of-type[type="submit"],
form.default #header .row .col:first-of-type :first-of-type[type="submit"] {
	margin-right: .625rem
}

@media (min-width: 30em) {

	#header .row .col:first-of-type .btn:first-of-type,
	#header .row .col:first-of-type form.default button:first-of-type,
	form.default #header .row .col:first-of-type button:first-of-type,
	#header .row .col:first-of-type form.default :first-of-type[type="submit"],
	form.default #header .row .col:first-of-type :first-of-type[type="submit"] {
		margin-right: 1.125rem
	}
}

@media (min-width: 75em) {

	#header .row .col:first-of-type .btn:first-of-type,
	#header .row .col:first-of-type form.default button:first-of-type,
	form.default #header .row .col:first-of-type button:first-of-type,
	#header .row .col:first-of-type form.default :first-of-type[type="submit"],
	form.default #header .row .col:first-of-type :first-of-type[type="submit"] {
		margin-right: 1.25rem
	}
}

@media (min-width: 101.25em) {

	#header .row .col:first-of-type .btn:first-of-type,
	#header .row .col:first-of-type form.default button:first-of-type,
	form.default #header .row .col:first-of-type button:first-of-type,
	#header .row .col:first-of-type form.default :first-of-type[type="submit"],
	form.default #header .row .col:first-of-type :first-of-type[type="submit"] {
		margin-right: 1.875rem
	}
}

@media (max-width: 47.4375em) {
	#header .row .col:last-of-type {
		padding: 0
	}
}

@media (min-width: 47.5em) {
	#header .row .col:last-of-type {
		padding-right: 0;
		position: relative;
		display: flex
	}
}

@media (max-width: 61.9375em) {
	body:not(.index) #header .row .col:last-of-type {
		display: none
	}
}

@media (min-width: 47.5em) {
	#header .row .col:last-of-type>div:not(.info-container) {
		display: flex;
		width: 100%
	}

	#header .row .col:last-of-type>div:not(.info-container) figure {
		display: flex;
		width: 100%;
		position: relative
	}

	#header .row .col:last-of-type>div:not(.info-container) figure img {
		width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		position: absolute;
		top: 0;
		left: 0;
		height: 100%
	}
}

#header .row .col:last-of-type .info-container {
	margin: -2.25rem auto 0;
	border: 1px solid #988963;
	background: #fafafa;
	font-size: .8125rem;
	line-height: 1.3125rem;
	border-radius: 1.25rem;
	position: relative;
	z-index: 1;
	padding: 1.375rem;
	width: 18.375rem;
	max-width: calc(91.666% - (2.25rem))
}

@media (min-width: 30em) {
	#header .row .col:last-of-type .info-container {
		width: 22.75rem;
		margin: -4.375rem auto 0
	}
}

@media (min-width: 40em) {
	#header .row .col:last-of-type .info-container {
		width: 24.0625rem
	}
}

@media (min-width: 47.5em) {
	#header .row .col:last-of-type .info-container {
		position: absolute;
		right: 1.125rem;
		bottom: -3.125rem;
		width: 15.625rem
	}
}

@media (min-width: 62em) {
	#header .row .col:last-of-type .info-container {
		width: 19.375rem;
		bottom: -3.8125rem
	}
}

@media (min-width: 75em) {
	#header .row .col:last-of-type .info-container {
		width: 25.625rem;
		bottom: 50%;
		right: auto;
		left: -6.25rem
	}
}

@media (min-width: 95em) {
	#header .row .col:last-of-type .info-container {
		width: 33.75rem;
		left: -7.5rem;
		border-radius: 1.875rem;
		font-size: .875rem;
		line-height: 1.5rem;
		padding: 1.375rem 1.75rem
	}
}

#header .row .col:last-of-type .info-container:before {
	content: "";
	display: inline-block;
	position: absolute;
	right: 1.875rem;
	top: -.9375rem;
	height: 1.875rem;
	width: 1.875rem;
	transform: rotate(45deg);
	background: #fafafa;
	border: 1px solid #988963;
	border-bottom: none;
	border-right: none
}

@media (min-width: 75em) {
	#header .row .col:last-of-type .info-container:before {
		top: auto;
		bottom: -.9375rem;
		border: 1px solid #988963;
		border-top: none;
		border-left: none
	}
}

main {
	display: block
}

body:not(.index) main {
	padding-top: 3.125rem
}

@media (min-width: 40em) {
	body:not(.index) main {
		padding-top: 3.75rem
	}
}

@media (min-width: 62em) {
	body:not(.index) main {
		padding-top: 5rem
	}
}

@media (min-width: 75em) {
	body:not(.index) main {
		padding-top: 6.25rem
	}
}

@media (min-width: 85.25em) {
	body:not(.index) main {
		padding-top: 7.5rem
	}
}

@media (min-width: 95em) {
	body:not(.index) main {
		padding-top: 8.75rem
	}
}

@media (min-width: 101.25em) {
	body:not(.index) main {
		padding-top: 12.5rem
	}
}

main img {
	margin-bottom: 2.25rem
}

body.index main .btn,
body.index main form.default button,
form.default body.index main button,
body.index main form.default [type="submit"],
form.default body.index main [type="submit"] {
	width: 11.875rem
}

@media (min-width: 30em) {

	body.index main .btn,
	body.index main form.default button,
	form.default body.index main button,
	body.index main form.default [type="submit"],
	form.default body.index main [type="submit"] {
		width: 13.75rem
	}
}

@media (min-width: 40em) {

	body.index main .btn,
	body.index main form.default button,
	form.default body.index main button,
	body.index main form.default [type="submit"],
	form.default body.index main [type="submit"] {
		width: 14.375rem
	}
}

@media (min-width: 75em) {

	body.index main .btn,
	body.index main form.default button,
	form.default body.index main button,
	body.index main form.default [type="submit"],
	form.default body.index main [type="submit"] {
		width: 15.625rem
	}
}

@media (min-width: 101.25em) {

	body.index main .btn,
	body.index main form.default button,
	form.default body.index main button,
	body.index main form.default [type="submit"],
	form.default body.index main [type="submit"] {
		width: 16.5rem
	}
}

main .intro {
	margin-top: -1.25rem
}

@media (min-width: 30em) {
	main .intro {
		margin-top: -3.125rem
	}
}

@media (min-width: 40em) {
	main .intro {
		margin-top: -3.75rem
	}
}

@media (min-width: 47.5em) {
	main .intro {
		margin-top: -1.125rem;
		padding-top: 3.75rem
	}
}

@media (min-width: 62em) {
	main .intro {
		margin-top: -1.5rem;
		padding-top: 5.625rem
	}
}

body.cms-liveeditor-is-opened main .intro {
	margin-top: 0
}

@media (max-width: 39.9375em) {
	main .intro h1 span {
		display: block
	}
}

main .intro>.col:first-child.text-transform {
	display: flex;
	position: relative;
	padding: 2.125rem 1.125rem
}

@media (min-width: 47.5em) {
	main .intro>.col:first-child.text-transform {
		padding: 0 1.125rem
	}
}

@media (min-width: 62em) {
	main .intro>.col:first-child.text-transform {
		padding-right: 2.25rem
	}
}

@media (min-width: 75em) {
	main .intro>.col:first-child.text-transform {
		padding-right: 3.375rem
	}
}

main .intro>.col:first-child.text-transform>div:first-child {
	display: block;
	position: absolute;
	top: 50%;
	transform: rotate(-90deg) translate(-50%, 0);
	transform-origin: top left;
	font-family: "Playfair Display", sans-serif;
	font-weight: 700;
	color: #656565;
	text-align: center
}

body.cms-liveeditor-is-opened main .intro>.col:first-child.text-transform>div:first-child {
	transform: none;
	position: relative;
	top: unset
}

main .intro>.col:first-child.text-transform>div:first-child .headline {
	font-size: 1.125rem;
	line-height: 100%;
	display: block !important;
	text-align: center
}

@media (min-width: 30em) {
	main .intro>.col:first-child.text-transform>div:first-child .headline {
		font-size: 1.5rem
	}
}

@media (min-width: 40em) {
	main .intro>.col:first-child.text-transform>div:first-child .headline {
		font-size: 1.625rem
	}
}

@media (min-width: 47.5em) {
	main .intro>.col:first-child.text-transform>div:first-child .headline {
		font-size: 1.75rem
	}
}

@media (min-width: 62em) {
	main .intro>.col:first-child.text-transform>div:first-child .headline {
		font-size: 1.875rem
	}
}

@media (min-width: 85.25em) {
	main .intro>.col:first-child.text-transform>div:first-child .headline {
		font-size: 2.25rem
	}
}

@media (min-width: 101.25em) {
	main .intro>.col:first-child.text-transform>div:first-child .headline {
		font-size: 2.5rem
	}
}

main .intro>.col:first-child.text-transform>div:first-child .headline span {
	position: relative
}

main .intro>.col:first-child.text-transform>div:first-child .headline span:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: calc(100% + 20px);
	width: 1.5rem;
	height: 1px;
	background: #988963
}

@media (min-width: 30em) {
	main .intro>.col:first-child.text-transform>div:first-child .headline span:before {
		width: 2.5rem
	}
}

@media (min-width: 47.5em) {
	main .intro>.col:first-child.text-transform>div:first-child .headline span:before {
		width: 4.375rem;
		left: calc(100% + 30px)
	}
}

@media (min-width: 62em) {
	main .intro>.col:first-child.text-transform>div:first-child .headline span:before {
		width: 10rem;
		left: calc(100% + 50px)
	}
}

@media (min-width: 85.25em) {
	main .intro>.col:first-child.text-transform>div:first-child .headline span:before {
		width: 10rem;
		left: calc(100% + 70px)
	}
}

@media (min-width: 101.25em) {
	main .intro>.col:first-child.text-transform>div:first-child .headline span:before {
		width: 6.25rem
	}
}

body.cms-liveeditor-is-opened main .intro>.col:first-child.text-transform>div:first-child .headline span:before {
	display: none
}

main .intro>.col:first-child.text-transform>div:first-child .headline span:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: calc(100% + 20px);
	width: 1.5rem;
	height: 1px;
	background: #988963
}

@media (min-width: 30em) {
	main .intro>.col:first-child.text-transform>div:first-child .headline span:after {
		width: 2.5rem
	}
}

@media (min-width: 47.5em) {
	main .intro>.col:first-child.text-transform>div:first-child .headline span:after {
		width: 4.375rem;
		right: calc(100% + 30px)
	}
}

@media (min-width: 62em) {
	main .intro>.col:first-child.text-transform>div:first-child .headline span:after {
		width: 10rem;
		right: calc(100% + 50px)
	}
}

@media (min-width: 85.25em) {
	main .intro>.col:first-child.text-transform>div:first-child .headline span:after {
		width: 10rem;
		right: calc(100% + 70px)
	}
}

@media (min-width: 101.25em) {
	main .intro>.col:first-child.text-transform>div:first-child .headline span:after {
		width: 6.25rem
	}
}

body.cms-liveeditor-is-opened main .intro>.col:first-child.text-transform>div:first-child .headline span:after {
	display: none
}

main .intro>.col:first-child.text-transform>div:last-child {
	padding-left: 2.5rem
}

@media (min-width: 30em) {
	main .intro>.col:first-child.text-transform>div:last-child {
		padding-left: 2.875rem
	}
}

@media (min-width: 40em) {
	main .intro>.col:first-child.text-transform>div:last-child {
		padding-left: 3.25rem
	}
}

@media (min-width: 47.5em) {
	main .intro>.col:first-child.text-transform>div:last-child {
		padding-left: 3.75rem
	}
}

@media (min-width: 62em) {
	main .intro>.col:first-child.text-transform>div:last-child {
		padding-left: 4.375rem
	}
}

@media (min-width: 85.25em) {
	main .intro>.col:first-child.text-transform>div:last-child {
		padding-left: 5rem
	}
}

@media (max-width: 61.9375em) and (min-width: 47.5em) {
	main .intro>.col:first-child.divide-me {
		margin-top: 1.875rem
	}
}

main .intro>.col:first-child.divide-me figure {
	position: relative
}

main .intro>.col:first-child.divide-me figure:after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	width: 1.25rem;
	transform: translateX(-50%);
	background: #fff
}

@media (min-width: 62em) {
	main .intro>.col:last-child {
		padding-top: 1.875rem
	}
}

@media (min-width: 75em) {
	main .intro>.col:last-child {
		padding-top: 2.625rem;
		padding-bottom: calc(2.625rem - 1.875rem)
	}
}

main .teaser .bg-container {
	background: #f5f1e6;
	text-align: center;
	padding: 2.8125rem 1.6875rem
}

@media (min-width: 30em) {
	main .teaser .bg-container {
		padding: 3.75rem 1.6875rem
	}
}

@media (min-width: 62em) {
	main .teaser .bg-container {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 2.8125rem 2.25rem
	}
}

@media (min-width: 75em) {
	main .teaser .bg-container {
		padding: 3.75rem
	}
}

@media (min-width: 85.25em) {
	main .teaser .bg-container {
		padding: 3.75rem 5rem
	}
}

@media (min-width: 101.25em) {
	main .teaser .bg-container {
		padding: 3.75rem 6.25rem
	}
}

@media (min-width: 62em) {
	main .teaser .bg-container>div:first-of-type {
		text-align: left
	}
}

main .teaser .bg-container>div:nth-of-type(2) {
	text-align: center;
	margin: 1.875rem 0
}

@media (min-width: 40em) {
	main .teaser .bg-container>div:nth-of-type(2) {
		margin: 2.8125rem 0
	}
}

@media (min-width: 62em) {
	main .teaser .bg-container>div:nth-of-type(2) {
		width: calc(100% - 37.5rem);
		margin: 0
	}
}

@media (min-width: 85.25em) {
	main .teaser .bg-container>div:nth-of-type(2) {
		width: calc(100% - 43.125rem)
	}
}

body.cms-liveeditor-is-opened main .teaser .bg-container>div:nth-of-type(2) {
	min-width: 20%
}

main .teaser .bg-container>div:nth-of-type(2) svg {
	max-height: 8.75rem
}

@media (min-width: 40em) {
	main .teaser .bg-container>div:nth-of-type(2) svg {
		max-height: 13.75rem
	}
}

@media (min-width: 85.25em) {
	main .teaser .bg-container>div:nth-of-type(2) svg {
		max-height: 15rem
	}
}

main .teaser .bg-container>div:nth-of-type(2) .rotate svg {
	transform: rotate(180deg)
}

@media (min-width: 62em) {
	main .teaser .bg-container>div:last-of-type {
		text-align: right
	}
}

main .teaser .bg-container .head {
	font-size: 1.125rem;
	line-height: 100%;
	display: block;
	font-family: "Playfair Display", sans-serif;
	font-weight: 700
}

@media (min-width: 30em) {
	main .teaser .bg-container .head {
		font-size: 1.5rem
	}
}

@media (min-width: 85.25em) {
	main .teaser .bg-container .head {
		font-size: 1.625rem
	}
}

main .teaser .bg-container p {
	margin-bottom: .75rem
}

@media (min-width: 40em) {
	main .teaser .bg-container p {
		margin-bottom: 1rem
	}
}

main .teaser .bg-container p:nth-of-type(2) {
	line-height: 1.5rem
}

main .teaser .bg-container p:last-of-type {
	margin-bottom: 0
}

@media (min-width: 30em) {
	main .teaser .bg-container p>span {
		display: block
	}
}

main .impress-content>.text-part {
	padding: 0;
	position: relative
}

@media (max-width: 61.9375em) {
	main .impress-content>.text-part {
		display: flex;
		flex-direction: column-reverse
	}
}

main .impress-content>.text-part:after {
	content: "";
	background-image: url("../images/layout/bildfolgt.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top right;
	display: inline-block;
	width: 100%;
	position: absolute;
	top: calc(100% + 4.375rem);
	z-index: -2;
	right: 0;
	padding-bottom: 70%;
	transform: translateX(10%)
}

@media (min-width: 62em) {
	main .impress-content>.text-part:after {
		right: auto;
		left: 70%;
		top: -5rem;
		transform: rotate(200deg);
		background-position: top left;
		height: 31.25rem;
		padding: 0
	}
}

@media (min-width: 75em) {
	main .impress-content>.text-part:after {
		top: -6.25rem
	}
}

@media (min-width: 85.25em) {
	main .impress-content>.text-part:after {
		top: -8.125rem;
		height: 35rem
	}
}

@media (min-width: 95em) {
	main .impress-content>.text-part:after {
		top: -9.375rem;
		left: 64%;
		height: 35rem
	}
}

@media (min-width: 101.25em) {
	main .impress-content>.text-part:after {
		top: -11.25rem;
		left: 65%;
		height: 40rem
	}
}

body.cms-liveeditor-is-opened main .impress-content>.text-part:after {
	display: none
}

main .impress-content>.text-part>div.bg-part {
	background: #312e27;
	color: #fff;
	padding: 3.125rem calc((8.333333% / 2) + 1.125rem);
	position: relative
}

@media (min-width: 40em) {
	main .impress-content>.text-part>div.bg-part {
		padding: 3.75rem calc(8.333333% + 1.125rem)
	}
}

@media (max-width: 61.9375em) {
	main .impress-content>.text-part>div.bg-part:after {
		content: "";
		display: inline-block;
		position: absolute;
		top: 100%;
		left: 0;
		height: 5rem;
		width: 100%;
		background: #312e27;
		z-index: -1
	}
}

@media (max-width: 61.9375em) and (min-width: 40em) {
	main .impress-content>.text-part>div.bg-part:after {
		height: 5.625rem
	}
}

@media (min-width: 62em) {
	main .impress-content>.text-part>div.bg-part {
		padding: 3.75rem 2.25rem 0;
		margin-bottom: 1.625rem
	}

	main .impress-content>.text-part>div.bg-part:after {
		content: "";
		display: inline-block;
		position: absolute;
		top: 0;
		left: 100%;
		height: 100%;
		width: calc(100% / 6);
		background: #312e27
	}
}

@media (min-width: 85.25em) {
	main .impress-content>.text-part>div.bg-part {
		padding: 5.625rem 3.375rem 0 2.25rem
	}
}

@media (min-width: 101.25em) {
	main .impress-content>.text-part>div.bg-part {
		padding: 5.625rem 4.5rem 0 1.125rem
	}

	main .impress-content>.text-part>div.bg-part:before {
		content: "";
		display: inline-block;
		position: absolute;
		top: 0;
		right: 100%;
		height: 100%;
		width: calc((100vw - 101.25rem / 2) + 1.125rem);
		background: #312e27
	}
}

main .impress-content>.text-part>div.bg-part .h1,
main .impress-content>.text-part>div.bg-part h1,
main .impress-content>.text-part>div.bg-part .h2,
main .impress-content>.text-part>div.bg-part h2,
main .impress-content>.text-part>div.bg-part .h3,
main .impress-content>.text-part>div.bg-part h3 {
	color: #fff
}

main .impress-content>.text-part>div.bg-part .h1 .sub,
main .impress-content>.text-part>div.bg-part h1 .sub,
main .impress-content>.text-part>div.bg-part .h2 .sub,
main .impress-content>.text-part>div.bg-part h2 .sub,
main .impress-content>.text-part>div.bg-part .h3 .sub,
main .impress-content>.text-part>div.bg-part h3 .sub {
	color: #656565
}

main .impress-content>.text-part>div.bg-part .btn,
main .impress-content>.text-part>div.bg-part form.default button,
form.default main .impress-content>.text-part>div.bg-part button,
main .impress-content>.text-part>div.bg-part form.default [type="submit"],
form.default main .impress-content>.text-part>div.bg-part [type="submit"] {
	background: #fff
}

@media (min-width: 62em) {

	main .impress-content>.text-part>div.bg-part .btn,
	main .impress-content>.text-part>div.bg-part form.default button,
	form.default main .impress-content>.text-part>div.bg-part button,
	main .impress-content>.text-part>div.bg-part form.default [type="submit"],
	form.default main .impress-content>.text-part>div.bg-part [type="submit"] {
		transform: translateY(50%)
	}
}

main .impress-content>.text-part>div.bg-part .btn:hover,
main .impress-content>.text-part>div.bg-part form.default button:hover,
form.default main .impress-content>.text-part>div.bg-part button:hover,
main .impress-content>.text-part>div.bg-part form.default :hover[type="submit"],
form.default main .impress-content>.text-part>div.bg-part :hover[type="submit"] {
	background: #d92595 !important;
	border-color: #d92595;
	color: #fff
}

main .impress-content>.text-part>div.bg-part .btn:hover i,
main .impress-content>.text-part>div.bg-part form.default button:hover i,
form.default main .impress-content>.text-part>div.bg-part button:hover i,
main .impress-content>.text-part>div.bg-part form.default :hover[type="submit"] i,
form.default main .impress-content>.text-part>div.bg-part :hover[type="submit"] i {
	color: #fff
}

main .impress-content>.text-part>div:not(.bg-part) {
	padding: 0 calc((8.333333% / 2) + 1.125rem) 3.125rem
}

@media (min-width: 40em) {
	main .impress-content>.text-part>div:not(.bg-part) {
		padding: 0 calc(8.333333% + 1.125rem) 3.75rem
	}
}

@media (min-width: 62em) {
	main .impress-content>.text-part>div:not(.bg-part) {
		padding: 3.75rem 2.25rem
	}
}

@media (min-width: 85.25em) {
	main .impress-content>.text-part>div:not(.bg-part) {
		padding: 5rem 3.375rem 4.375rem 2.25rem
	}
}

@media (min-width: 101.25em) {
	main .impress-content>.text-part>div:not(.bg-part) {
		padding: 5.375rem 4.5rem 4.375rem 1.125rem
	}
}

@media (max-width: 61.9375em) {
	main .impress-content>.text-part>div:not(.bg-part)>span {
		display: flex;
		justify-content: center
	}
}

main .impress-content>.text-part>div:not(.bg-part) .head {
	display: flex;
	align-items: center
}

main .impress-content>.text-part>div:not(.bg-part) .head>span {
	font-size: 1.125rem;
	line-height: 140%;
	display: block;
	font-family: "Playfair Display", sans-serif;
	font-weight: 700
}

@media (min-width: 30em) {
	main .impress-content>.text-part>div:not(.bg-part) .head>span {
		font-size: 1.5rem
	}
}

@media (min-width: 85.25em) {
	main .impress-content>.text-part>div:not(.bg-part) .head>span {
		font-size: 1.625rem
	}
}

main .impress-content>.text-part>div:not(.bg-part) .head>span span {
	display: block
}

main .impress-content>.text-part>div:not(.bg-part) .head>span span.sub {
	display: block;
	font-family: "Montserrat", sans-serif;
	color: #656565;
	font-weight: 300;
	font-size: .8125rem;
	line-height: 150%;
	margin-bottom: .375rem
}

@media (min-width: 30em) {
	main .impress-content>.text-part>div:not(.bg-part) .head>span span.sub {
		font-size: .875rem
	}
}

@media (min-width: 40em) {
	main .impress-content>.text-part>div:not(.bg-part) .head>span span.sub {
		font-size: .9375rem
	}
}

@media (min-width: 62em) {
	main .impress-content>.text-part>div:not(.bg-part) .head>span span.sub {
		font-size: 1rem
	}
}

main .impress-content>.text-part>div:not(.bg-part) .head:before {
	content: url(../images/layout/bildfolgt.png);
	display: inline-block;
	transform: rotate(180deg);
	width: 4.5rem;
	margin-right: .625rem
}

@media (min-width: 30em) {
	main .impress-content>.text-part>div:not(.bg-part) .head:before {
		width: 6.375rem;
		margin-right: 1.25rem
	}
}

@media (min-width: 40em) {
	main .impress-content>.text-part>div:not(.bg-part) .head:before {
		width: 8.125rem;
		margin-right: 1.875rem
	}
}

@media (min-width: 62em) {
	main .impress-content>.text-part>div:not(.bg-part) .head:before {
		width: 7.5rem;
		margin-right: 1.25rem
	}
}

@media (min-width: 75em) {
	main .impress-content>.text-part>div:not(.bg-part) .head:before {
		width: 8.125rem;
		margin-right: 1.875rem
	}
}

@media (min-width: 85.25em) {
	main .impress-content>.text-part>div:not(.bg-part) .head:before {
		width: 10rem;
		margin-right: 2.5rem
	}
}

main .impress-content>.bild-part {
	position: relative;
	z-index: 1
}

@media (min-width: 62em) {
	main .impress-content>.bild-part {
		display: flex;
		padding: 21.875rem 0 0
	}
}

@media (min-width: 62em) and (min-width: 85.25em) {
	main .impress-content>.bild-part {
		padding: 24.375rem 0 0
	}
}

@media (min-width: 62em) {
	main .impress-content>.bild-part>div {
		display: flex;
		width: 100%
	}

	main .impress-content>.bild-part>div .row {
		margin: 0;
		width: 100%
	}

	main .impress-content>.bild-part>div .row .col {
		display: flex
	}
}

@media (min-width: 62em) and (max-width: 85.1875em) and (min-width: 62em) {
	main .impress-content>.bild-part>div .row .col:first-child {
		padding-right: .5625rem
	}
}

@media (min-width: 62em) and (max-width: 85.1875em) and (min-width: 62em) {
	main .impress-content>.bild-part>div .row .col:last-child {
		padding-left: .5625rem
	}
}

@media (min-width: 62em) {
	main .impress-content>.bild-part>div .row .col>figure {
		display: flex;
		width: 100%;
		position: relative
	}

	main .impress-content>.bild-part>div .row .col>figure img {
		width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%
	}
}

main .impress-content>.bild-part a,
main .impress-content>.bild-part img {
	margin-bottom: 0
}

body:not(.cms-liveeditor-is-opened) main .last-content .cms-html {
	width: 0
}

@media (min-width: 62em) {
	main .last-content>div:not(.uv-container) {
		padding-top: 1.875rem
	}
}

@media (min-width: 75em) {
	main .last-content>div:not(.uv-container) {
		padding-top: 2.625rem;
		padding-bottom: calc(2.625rem - 1.875rem)
	}
}

main .last-content>div.uv-container {
	position: relative
}

@media (min-width: 62em) {
	main .last-content>div.uv-container {
		padding-left: 2.25rem
	}
}

@media (min-width: 75em) {
	main .last-content>div.uv-container {
		padding-left: 3.375rem
	}
}

main .last-content>div.uv-container>div {
	position: relative
}

main .last-content>div.uv-container:after {
	content: url(../images/layout/bildfolgt.png);
	display: block;
	width: 8.75rem;
	margin: -3.75rem 0 0 -4.375rem
}

@media (min-width: 30em) {
	main .last-content>div.uv-container:after {
		width: 10.625rem;
		margin: -3.75rem 0 0 -25%
	}
}

@media (min-width: 40em) {
	main .last-content>div.uv-container:after {
		width: 11.25rem
	}
}

@media (min-width: 47.5em) {
	main .last-content>div.uv-container:after {
		margin: -5.625rem 0 0 -22%
	}
}

@media (min-width: 62em) {
	main .last-content>div.uv-container:after {
		margin: 0;
		position: absolute;
		top: 100%;
		right: 0;
		width: 11.25rem;
		transform: translate(32%, -60%)
	}
}

@media (min-width: 75em) {
	main .last-content>div.uv-container:after {
		width: 11.25rem;
		transform: translate(32%, -60%) rotate(30deg)
	}
}

@media (min-width: 85.25em) {
	main .last-content>div.uv-container:after {
		width: 15rem;
		transform: translate(22%, -60%) rotate(50deg)
	}
}

@media (min-width: 101.25em) {
	main .last-content>div.uv-container:after {
		width: 16.25rem;
		transform: translate(30%, -50%) rotate(50deg)
	}
}

body.cms-liveeditor-is-opened main .last-content>div.uv-container:after {
	display: none
}

main .last-content>div.uv-container figure {
	position: relative;
	z-index: 1
}

main .last-content>div.uv-container label {
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translate(-50%, -50%);
	width: 3.75rem;
	height: 3.75rem;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 100%;
	text-align: center;
	transition: .3s ease;
	cursor: pointer;
	z-index: 2
}

@media (min-width: 30em) {
	main .last-content>div.uv-container label {
		width: 5rem;
		height: 5rem
	}
}

@media (min-width: 47.5em) {
	main .last-content>div.uv-container label {
		width: 6.25rem;
		height: 6.25rem;
		border-width: .125rem
	}
}

@media (min-width: 85.25em) {
	main .last-content>div.uv-container label {
		width: 6.75rem;
		height: 6.75rem
	}
}

main .last-content>div.uv-container label:hover {
	color: #d92595;
	background: #f5f1e6;
	border-color: #f5f1e6
}

main .last-content>div.uv-container label i {
	display: inline-block;
	font-size: 1.75rem;
	line-height: 100%
}

@media (min-width: 30em) {
	main .last-content>div.uv-container label i {
		font-size: 2.125rem
	}
}

@media (min-width: 47.5em) {
	main .last-content>div.uv-container label i {
		font-size: 2.5rem
	}
}

@media (min-width: 85.25em) {
	main .last-content>div.uv-container label i {
		font-size: 3.125rem
	}
}

@media (min-width: 62em) {
	main .leistungs-container {
		margin-bottom: 3.75rem
	}
}

@media (min-width: 85.25em) {
	main .leistungs-container {
		margin-bottom: 5.625rem
	}
}

main .leistungs-container ul {
	display: flex;
	margin-bottom: 0;
	padding: .625rem calc((8.333333% / 2)) 1.25rem
}

@media (max-width: 61.9375em) {
	main .leistungs-container ul {
		flex-wrap: nowrap;
		overflow-x: scroll
	}
}

@media (min-width: 40em) {
	main .leistungs-container ul {
		padding: .625rem calc(8.333333%) 1.25rem
	}
}

@media (min-width: 62em) {
	main .leistungs-container ul {
		padding: 0;
		justify-content: space-between;
		position: relative
	}
}

@media (min-width: 62em) {
	main .leistungs-container ul:before {
		content: "";
		display: inline-block;
		position: absolute;
		left: 0;
		top: 50%;
		height: 1px;
		width: 100%;
		background: #988963;
		z-index: -1
	}
}

main .leistungs-container ul li {
	display: block;
	font-family: "Playfair Display", sans-serif;
	font-weight: 700;
	font-size: 1.375rem;
	line-height: 100%;
	color: #656565;
	padding-bottom: .1875rem
}

@media (min-width: 47.5em) {
	main .leistungs-container ul li {
		font-size: 1.5rem
	}
}

@media (min-width: 62em) {
	main .leistungs-container ul li {
		font-size: 1.5rem;
		padding: 0 1.125rem .1875rem;
		background: #fff
	}
}

@media (min-width: 75em) {
	main .leistungs-container ul li {
		font-size: 1.75rem
	}
}

@media (min-width: 85.25em) {
	main .leistungs-container ul li {
		font-size: 2rem;
		padding: 0 1.5rem .25rem
	}
}

@media (min-width: 101.25em) {
	main .leistungs-container ul li {
		font-size: 2.25rem
	}
}

main .leistungs-container ul li:first-child {
	min-width: 16.75rem
}

@media (min-width: 47.5em) {
	main .leistungs-container ul li:first-child {
		min-width: 18.25rem
	}
}

@media (min-width: 62em) {
	main .leistungs-container ul li:first-child {
		padding-left: 0
	}
}

@media (min-width: 62em) {
	main .leistungs-container ul li:last-child {
		padding-right: 0
	}
}

@media (max-width: 61.9375em) {
	main .leistungs-container ul li:not(:last-child) {
		margin-right: 5rem;
		position: relative
	}

	main .leistungs-container ul li:not(:last-child):after {
		content: "";
		display: inline-block;
		position: absolute;
		top: 50%;
		height: 1px;
		width: 3.125rem;
		left: calc(100% + .9375rem);
		background: #988963
	}
}

main .leistungs-container ul li a {
	color: #656565;
	text-decoration: none
}

main .leistungs-container ul li a:hover {
	color: #d92595
}

main .aktuelles-container {
	border: 1px solid #988963;
	padding: 1.875rem 1.125rem .0625rem;
	margin-bottom: 1.875rem
}

@media (min-width: 30em) {
	main .aktuelles-container {
		padding: 1.875rem 1.875rem .0625rem
	}
}

@media (min-width: 62em) {
	main .aktuelles-container {
		padding: 2.8125rem 2.8125rem .9375rem
	}
}

@media (min-width: 75em) {
	main .aktuelles-container {
		padding: 3.75rem 3.75rem 1.875rem
	}
}

#privacy-policy a {
	display: inline-block;
	word-break: break-all
}

@media (max-width: 74.9375em) and (min-width: 62em) {
	#footer .impress-footer {
		margin-bottom: 1.125rem
	}
}

#footer .impress-footer>.text-part {
	padding: 0;
	position: relative
}

@media (max-width: 61.9375em) {
	#footer .impress-footer>.text-part {
		display: flex;
		flex-direction: column-reverse
	}
}

@media (max-width: 61.9375em) {
	body.anfahrt #footer .impress-footer>.text-part {
		order: 3
	}
}

#footer .impress-footer>.text-part>div.bg-part {
	background: #312e27;
	color: #fff;
	padding: 3.125rem calc((8.333333% / 2) + 1.125rem);
	position: relative
}

@media (min-width: 40em) {
	#footer .impress-footer>.text-part>div.bg-part {
		padding: 3.75rem calc(8.333333% + 1.125rem)
	}
}

@media (max-width: 61.9375em) {
	#footer .impress-footer>.text-part>div.bg-part:after {
		content: "";
		display: inline-block;
		position: absolute;
		top: 100%;
		left: 0;
		height: 5rem;
		width: 100%;
		background: #312e27;
		z-index: -1
	}
}

@media (max-width: 61.9375em) and (min-width: 40em) {
	#footer .impress-footer>.text-part>div.bg-part:after {
		height: 5.625rem
	}
}

@media (min-width: 62em) {
	#footer .impress-footer>.text-part>div.bg-part {
		padding: 3.75rem 2.25rem 0;
		margin-bottom: 1.625rem
	}

	#footer .impress-footer>.text-part>div.bg-part:after {
		content: "";
		display: inline-block;
		position: absolute;
		top: 0;
		right: 100%;
		height: 100%;
		width: calc(100% / 6);
		background: #312e27
	}
}

@media (min-width: 85.25em) {
	#footer .impress-footer>.text-part>div.bg-part {
		padding: 5.625rem 2.25rem 0 3.375rem
	}
}

@media (min-width: 101.25em) {
	#footer .impress-footer>.text-part>div.bg-part {
		padding: 5.625rem 1.125rem 0 4.5rem
	}

	#footer .impress-footer>.text-part>div.bg-part:before {
		content: "";
		display: inline-block;
		position: absolute;
		top: 0;
		left: 100%;
		height: 100%;
		width: calc((100vw - 101.25rem / 2) + 1.125rem);
		background: #312e27
	}
}

#footer .impress-footer>.text-part>div.bg-part .h1,
#footer .impress-footer>.text-part>div.bg-part h1,
#footer .impress-footer>.text-part>div.bg-part .h2,
#footer .impress-footer>.text-part>div.bg-part h2,
#footer .impress-footer>.text-part>div.bg-part .h3,
#footer .impress-footer>.text-part>div.bg-part h3 {
	color: #fff
}

#footer .impress-footer>.text-part>div.bg-part .h1 .sub,
#footer .impress-footer>.text-part>div.bg-part h1 .sub,
#footer .impress-footer>.text-part>div.bg-part .h2 .sub,
#footer .impress-footer>.text-part>div.bg-part h2 .sub,
#footer .impress-footer>.text-part>div.bg-part .h3 .sub,
#footer .impress-footer>.text-part>div.bg-part h3 .sub {
	color: #656565
}

#footer .impress-footer>.text-part>div.bg-part .btn,
#footer .impress-footer>.text-part>div.bg-part form.default button,
form.default #footer .impress-footer>.text-part>div.bg-part button,
#footer .impress-footer>.text-part>div.bg-part form.default [type="submit"],
form.default #footer .impress-footer>.text-part>div.bg-part [type="submit"] {
	background: #fff
}

@media (min-width: 62em) {

	#footer .impress-footer>.text-part>div.bg-part .btn,
	#footer .impress-footer>.text-part>div.bg-part form.default button,
	form.default #footer .impress-footer>.text-part>div.bg-part button,
	#footer .impress-footer>.text-part>div.bg-part form.default [type="submit"],
	form.default #footer .impress-footer>.text-part>div.bg-part [type="submit"] {
		transform: translateY(50%)
	}
}

#footer .impress-footer>.text-part>div:not(.bg-part) {
	padding: 2.5rem calc((8.333333% / 2) + 1.125rem) 3.125rem
}

@media (min-width: 40em) {
	#footer .impress-footer>.text-part>div:not(.bg-part) {
		padding: 3.125rem calc(8.333333% + 1.125rem) 3.75rem
	}
}

@media (max-width: 61.9375em) {
	#footer .impress-footer>.text-part>div:not(.bg-part) {
		background: #f5f1e6;
		margin-top: 3.125rem
	}
}

@media (max-width: 61.9375em) and (min-width: 40em) {
	#footer .impress-footer>.text-part>div:not(.bg-part) {
		margin-top: 3.75rem
	}
}

@media (max-width: 61.9375em) {
	body:not(.index) #footer .impress-footer>.text-part>div:not(.bg-part) {
		margin-top: 0
	}
}

@media (max-width: 61.9375em) {
	body.anfahrt #footer .impress-footer>.text-part>div:not(.bg-part) {
		margin-top: 0
	}
}

@media (min-width: 62em) {
	#footer .impress-footer>.text-part>div:not(.bg-part) {
		padding: 3.75rem 2.25rem
	}
}

@media (min-width: 85.25em) {
	#footer .impress-footer>.text-part>div:not(.bg-part) {
		padding: 5rem 2.25rem 4.375rem 3.375rem
	}
}

@media (min-width: 101.25em) {
	#footer .impress-footer>.text-part>div:not(.bg-part) {
		padding: 5.375rem 1.125rem 4.375rem 4.5rem
	}
}

@media (max-width: 61.9375em) {
	#footer .impress-footer>.text-part>div:not(.bg-part)>span {
		display: flex;
		justify-content: center
	}
}

#footer .impress-footer>.text-part>div:not(.bg-part) .head {
	display: flex;
	align-items: center
}

#footer .impress-footer>.text-part>div:not(.bg-part) .head>span {
	font-size: 1rem;
	line-height: 120%;
	display: block;
	font-family: "Playfair Display", sans-serif;
	font-weight: 700
}

@media (min-width: 30em) {
	#footer .impress-footer>.text-part>div:not(.bg-part) .head>span {
		font-size: 1.125rem
	}
}

@media (min-width: 40em) {
	#footer .impress-footer>.text-part>div:not(.bg-part) .head>span {
		font-size: 1.375rem
	}
}

@media (min-width: 85.25em) {
	#footer .impress-footer>.text-part>div:not(.bg-part) .head>span {
		font-size: 1.625rem
	}
}

@media (min-width: 95em) {
	#footer .impress-footer>.text-part>div:not(.bg-part) .head>span {
		font-size: 1.75rem
	}
}

@media (min-width: 101.25em) {
	#footer .impress-footer>.text-part>div:not(.bg-part) .head>span {
		font-size: 2rem
	}
}

#footer .impress-footer>.text-part>div:not(.bg-part) .head>span a {
	color: #312e27;
	text-decoration: none
}

#footer .impress-footer>.text-part>div:not(.bg-part) .head>span a:hover {
	color: #d92595
}

#footer .impress-footer>.text-part>div:not(.bg-part) .head>span span {
	display: block
}

#footer .impress-footer>.text-part>div:not(.bg-part) .head>span span.sub {
	display: block;
	font-family: "Montserrat", sans-serif;
	color: #656565;
	font-weight: 300;
	font-size: .8125rem;
	line-height: 150%;
	margin-bottom: .375rem
}

@media (min-width: 30em) {
	#footer .impress-footer>.text-part>div:not(.bg-part) .head>span span.sub {
		font-size: .875rem
	}
}

@media (min-width: 40em) {
	#footer .impress-footer>.text-part>div:not(.bg-part) .head>span span.sub {
		font-size: .9375rem
	}
}

@media (min-width: 62em) {
	#footer .impress-footer>.text-part>div:not(.bg-part) .head>span span.sub {
		font-size: 1rem
	}
}

#footer .impress-footer>.text-part>div:not(.bg-part) .head:before {
	content: url(../images/layout/bildfolgt.png);
	display: inline-block;
	width: 3.875rem;
	transform: translateY(12%);
	margin-right: .875rem
}

@media (min-width: 30em) {
	#footer .impress-footer>.text-part>div:not(.bg-part) .head:before {
		width: 6.375rem;
		margin-right: 1.25rem;
		transform: translateY(6%)
	}
}

@media (min-width: 40em) {
	#footer .impress-footer>.text-part>div:not(.bg-part) .head:before {
		width: 8.125rem;
		margin-right: 1.875rem
	}
}

@media (min-width: 62em) {
	#footer .impress-footer>.text-part>div:not(.bg-part) .head:before {
		width: 7.5rem;
		margin-right: 1.25rem;
		transform: translateY(3%)
	}
}

@media (min-width: 75em) {
	#footer .impress-footer>.text-part>div:not(.bg-part) .head:before {
		width: 8.125rem;
		margin-right: 1.875rem
	}
}

@media (min-width: 85.25em) {
	#footer .impress-footer>.text-part>div:not(.bg-part) .head:before {
		width: 8.75rem;
		margin-right: 2.5rem
	}
}

#footer .impress-footer>.map-part {
	position: relative;
	z-index: 1;
	display: flex
}

@media (max-width: 61.9375em) {
	#footer .impress-footer>.map-part {
		flex-direction: column-reverse
	}
}

@media (min-width: 62em) {
	#footer .impress-footer>.map-part {
		flex-wrap: wrap;
		flex-direction: column
	}
}

@media (min-width: 62em) and (min-width: 62em) {
	body.anfahrt #footer .impress-footer>.map-part {
		flex-direction: column-reverse
	}
}

@media (min-width: 62em) {
	#footer .impress-footer>.map-part>div {
		width: 100%
	}

	#footer .impress-footer>.map-part>div:last-child {
		display: flex;
		flex-grow: 1
	}
}

@media (min-width: 62em) and (min-width: 62em) {
	body.anfahrt #footer .impress-footer>.map-part>div:last-child {
		padding-top: 3.75rem
	}
}

@media (min-width: 62em) and (min-width: 75em) {
	body.anfahrt #footer .impress-footer>.map-part>div:last-child {
		padding-top: 3.75rem
	}
}

@media (min-width: 62em) and (min-width: 85.25em) {
	body.anfahrt #footer .impress-footer>.map-part>div:last-child {
		padding-top: 3.75rem
	}
}

@media (min-width: 62em) {
	#footer .impress-footer>.map-part>div:last-child *:not(iframe) {
		display: flex;
		width: 100%
	}
}

#footer .impress-footer>.map-part iframe {
	width: 100%
}

@media (max-width: 61.9375em) {
	#footer .impress-footer>.map-part iframe {
		height: 18.75rem
	}
}

@media (max-width: 61.9375em) and (min-width: 40em) {
	#footer .impress-footer>.map-part iframe {
		height: 25rem
	}
}

#footer .impress-footer>.map-part>div.contact-data {
	color: #656565;
	padding: 2.5rem 0
}

@media (min-width: 40em) {
	#footer .impress-footer>.map-part>div.contact-data {
		padding: 3.125rem 0
	}
}

@media (max-width: 61.9375em) {
	#footer .impress-footer>.map-part>div.contact-data {
		max-width: 19rem;
		margin: 0 auto
	}
}

@media (max-width: 61.9375em) and (min-width: 47.5em) {
	#footer .impress-footer>.map-part>div.contact-data {
		max-width: 35.625rem
	}
}

@media (min-width: 62em) {
	#footer .impress-footer>.map-part>div.contact-data {
		padding: 1.875rem 1.125rem 3.125rem
	}
}

@media (min-width: 75em) {
	#footer .impress-footer>.map-part>div.contact-data {
		padding: 3.75rem 1.125rem
	}
}

@media (min-width: 95em) {
	#footer .impress-footer>.map-part>div.contact-data {
		padding: 3.75rem 0;
		padding-right: calc(100% / 6);
		font-size: .9375rem
	}
}

@media (min-width: 101.25em) {
	#footer .impress-footer>.map-part>div.contact-data {
		font-size: 1rem
	}
}

@media (min-width: 62em) {
	body.anfahrt #footer .impress-footer>.map-part>div.contact-data {
		padding: 4.375rem 1.125rem 3.125rem
	}
}

@media (min-width: 75em) {
	body.anfahrt #footer .impress-footer>.map-part>div.contact-data {
		padding-top: 6.25rem
	}
}

@media (min-width: 85.25em) {
	body.anfahrt #footer .impress-footer>.map-part>div.contact-data {
		padding-top: 8.75rem
	}
}

#footer .impress-footer>.map-part>div.contact-data a {
	color: #656565
}

#footer .impress-footer>.map-part>div.contact-data a:hover {
	color: #d92595
}

#footer .impress-footer>.map-part>div.contact-data .head {
	display: block;
	color: #312e27;
	font-weight: 700;
	font-size: 1rem;
	font-family: "Playfair Display", sans-serif
}

@media (min-width: 95em) {
	#footer .impress-footer>.map-part>div.contact-data .head {
		font-size: 1.125rem
	}
}

#footer .impress-footer>.map-part>div.contact-data .data-inside>div:first-child {
	margin-bottom: 1.875rem
}

@media (min-width: 47.5em) {
	#footer .impress-footer>.map-part>div.contact-data .data-inside>div:first-child {
		display: flex;
		flex-wrap: wrap
	}
}

@media (min-width: 62em) and (max-width: 94.9375em) {
	body.anfahrt #footer .impress-footer>.map-part>div.contact-data .data-inside>div:first-child {
		display: none
	}
}

#footer .impress-footer>.map-part>div.contact-data .data-inside>div:first-child>div:first-child {
	width: 100%
}

@media (min-width: 47.5em) {
	#footer .impress-footer>.map-part>div.contact-data .data-inside>div:first-child>div:nth-child(2) {
		width: 45%
	}
}

@media (min-width: 62em) {
	#footer .impress-footer>.map-part>div.contact-data .data-inside>div:first-child>div:nth-child(2) {
		width: 100%
	}
}

@media (min-width: 95em) {
	#footer .impress-footer>.map-part>div.contact-data .data-inside>div:first-child>div:nth-child(2) {
		width: 45%
	}
}

#footer .impress-footer>.map-part>div.contact-data .data-inside>div:first-child>div:nth-child(2) dl {
	display: flex;
	flex-wrap: wrap
}

#footer .impress-footer>.map-part>div.contact-data .data-inside>div:first-child>div:nth-child(2) dl dt {
	width: 4.375rem
}

#footer .impress-footer>.map-part>div.contact-data .data-inside>div:first-child>div:nth-child(2) dl dd {
	width: calc(100% - 4.4375rem)
}

@media (min-width: 47.5em) {
	#footer .impress-footer>.map-part>div.contact-data .data-inside>div:first-child>div:last-child {
		width: 55%
	}
}

@media (min-width: 62em) {
	#footer .impress-footer>.map-part>div.contact-data .data-inside>div:first-child>div:last-child {
		width: 100%
	}
}

@media (min-width: 95em) {
	#footer .impress-footer>.map-part>div.contact-data .data-inside>div:first-child>div:last-child {
		width: 55%
	}
}

#footer .impress-footer>.map-part>div.contact-data .data-inside>div:first-child>div:last-child dl {
	display: flex;
	flex-wrap: wrap
}

#footer .impress-footer>.map-part>div.contact-data .data-inside>div:first-child>div:last-child dl dt {
	width: 4.375rem
}

@media (min-width: 47.5em) {
	#footer .impress-footer>.map-part>div.contact-data .data-inside>div:first-child>div:last-child dl dt {
		width: 1.875rem
	}
}

#footer .impress-footer>.map-part>div.contact-data .data-inside>div:first-child>div:last-child dl dd {
	width: calc(100% - 4.4375rem)
}

@media (min-width: 47.5em) {
	#footer .impress-footer>.map-part>div.contact-data .data-inside>div:first-child>div:last-child dl dd {
		width: calc(100% - 1.9375rem)
	}
}

@media (min-width: 47.5em) {
	#footer .impress-footer>.map-part>div.contact-data .data-inside>div:last-child {
		display: flex;
		flex-wrap: wrap
	}
}

#footer .impress-footer>.map-part>div.contact-data .data-inside>div:last-child>div:first-child {
	margin-bottom: 1.875rem
}

@media (min-width: 47.5em) {
	#footer .impress-footer>.map-part>div.contact-data .data-inside>div:last-child>div:first-child {
		width: 45%;
		margin-bottom: 0
	}
}

@media (min-width: 62em) {
	#footer .impress-footer>.map-part>div.contact-data .data-inside>div:last-child>div:first-child {
		width: 100%;
		margin-bottom: 1.875rem
	}
}

@media (min-width: 95em) {
	#footer .impress-footer>.map-part>div.contact-data .data-inside>div:last-child>div:first-child {
		width: 45%;
		margin-bottom: 0
	}
}

#footer .impress-footer>.map-part>div.contact-data .data-inside>div:last-child>div:first-child span {
	display: block
}

@media (min-width: 47.5em) {
	#footer .impress-footer>.map-part>div.contact-data .data-inside>div:last-child>div:last-child {
		width: 55%
	}
}

@media (min-width: 62em) {
	#footer .impress-footer>.map-part>div.contact-data .data-inside>div:last-child>div:last-child {
		width: 100%
	}
}

@media (min-width: 95em) {
	#footer .impress-footer>.map-part>div.contact-data .data-inside>div:last-child>div:last-child {
		width: 55%
	}
}

#footer .impress-footer>.map-part>div.contact-data .data-inside>div:last-child>div:last-child dl {
	display: flex;
	flex-wrap: wrap
}

#footer .impress-footer>.map-part>div.contact-data .data-inside>div:last-child>div:last-child dl dt {
	width: 3.6875rem
}

@media (min-width: 101.25em) {
	#footer .impress-footer>.map-part>div.contact-data .data-inside>div:last-child>div:last-child dl dt {
		width: 4.0625rem
	}
}

@media (max-width: 29.9375em) {
	#footer .impress-footer>.map-part>div.contact-data .data-inside>div:last-child>div:last-child dl dt:last-of-type {
		width: 3.25rem
	}
}

#footer .impress-footer>.map-part>div.contact-data .data-inside>div:last-child>div:last-child dl dd {
	width: calc(100% - 3.6875rem)
}

@media (min-width: 101.25em) {
	#footer .impress-footer>.map-part>div.contact-data .data-inside>div:last-child>div:last-child dl dd {
		width: calc(100% - 4.0625rem)
	}
}

@media (max-width: 29.9375em) {
	#footer .impress-footer>.map-part>div.contact-data .data-inside>div:last-child>div:last-child dl dd:last-of-type {
		width: calc(100% - 3.25rem)
	}
}

#footer form.default {
	font-size: .875rem;
	overflow: visible
}

@media (min-width: 85.25em) {
	#footer form.default {
		font-size: 1rem
	}
}

#footer form.default ::-webkit-input-placeholder {
	color: #656565;
	font-family: "Playfair Display", sans-serif;
	font-weight: 400
}

#footer form.default ::-moz-placeholder {
	color: #656565;
	font-family: "Playfair Display", sans-serif;
	font-weight: 400
}

#footer form.default :-ms-input-placeholder {
	color: #656565 !important;
	font-family: "Playfair Display", sans-serif;
	font-weight: 400
}

#footer form.default :-moz-placeholder {
	color: #656565;
	font-family: "Playfair Display", sans-serif;
	font-weight: 400
}

#footer form.default label {
	color: #656565
}

#footer form.default label a {
	color: #656565
}

#footer form.default label a:hover {
	color: #f5f1e6
}

#footer form.default label:not([for*="datenschutz"]) {
	display: none
}

#footer form.default label[for*="datenschutz"] {
	float: left
}

#footer form.default label small {
	color: #f5f1e6;
	font-family: "Playfair Display", sans-serif;
	font-size: .875rem
}

@media (min-width: 85.25em) {
	#footer form.default label small {
		font-size: 1rem
	}
}

#footer form.default label small:before {
	font-size: .875rem
}

@media (min-width: 85.25em) {
	#footer form.default label small:before {
		font-size: 1rem
	}
}

#footer form.default input[name*="Datenschutz"] {
	margin-right: 0;
	margin-left: 1rem
}

#footer form.default [type="text"],
#footer form.default [type="tel"],
#footer form.default [type="email"],
#footer form.default [type="file"],
#footer form.default input,
#footer form.default textarea,
#footer form.default select {
	background: #312e27;
	padding: 0 0 .5rem 0;
	margin-bottom: 1.5rem;
	color: #656565
}

#footer form.default .select-arrow {
	position: relative
}

#footer form.default .select-arrow:before {
	font-family: "icomoon", sans-serif;
	content: "";
	display: inline-block;
	position: absolute;
	right: 0;
	top: .1875rem;
	color: #656565;
	z-index: 2;
	font-size: 1.25rem
}

#footer form.default .select-arrow select {
	-webkit-appearance: none;
	color: #656565;
	font-family: "Playfair Display", sans-serif
}

#footer form.default textarea {
	min-height: 6.75rem
}

@media (min-width: 62em) {
	#footer form.default textarea {
		min-height: 6.5rem
	}
}

#footer form.default button {
	-moz-appearance: none;
	appearance: none;
	border: none;
	cursor: pointer;
	display: inline-block;
	padding: .625rem .875rem;
	font-family: "Playfair Display", sans-serif;
	border-radius: 1.875rem;
	border: 1px solid #312e27;
	font-size: .8125rem;
	color: #312e27;
	background: #fff;
	font-weight: 400;
	width: 11.875rem
}

@media (min-width: 30em) {
	#footer form.default button {
		font-size: .875rem;
		width: 13.75rem
	}
}

@media (min-width: 40em) {
	#footer form.default button {
		font-size: .9375rem;
		width: 14.375rem
	}
}

@media (min-width: 62em) {
	#footer form.default button {
		padding: .75rem .875rem
	}
}

@media (min-width: 75em) {
	#footer form.default button {
		font-size: 1rem;
		width: 15.625rem
	}
}

@media (min-width: 85.25em) {
	#footer form.default button {
		padding: .875rem .875rem
	}
}

@media (min-width: 101.25em) {
	#footer form.default button {
		width: 16.5rem
	}
}

#footer form.default button span {
	font-weight: 700
}

#footer form.default button:hover {
	background: #d92595 !important;
	border-color: #d92595;
	color: #fff
}

#footer form.default button:hover i {
	color: #fff
}

@media (max-width: 74.9375em) {
	#footer .navadd-container {
		display: none
	}
}

body:not(.cms-liveeditor-is-opened) .popUpContainer {
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	overflow: hidden;
	transition: opacity .3s, visibility .3s;
	position: fixed;
	visibility: visible;
	opacity: 1;
	z-index: 1000000
}

body:not(.cms-liveeditor-is-opened) .popUpContainer .popUpContent {
	width: 100%;
	max-height: 90vh;
	max-width: calc(100% - 6.875rem);
	overflow: hidden;
	overflow-y: auto
}

@media (min-width: 75em) {
	body:not(.cms-liveeditor-is-opened) .popUpContainer .popUpContent {
		max-width: 80%
	}
}

@media (min-width: 95em) {
	body:not(.cms-liveeditor-is-opened) .popUpContainer .popUpContent {
		max-width: 70%
	}
}

.popUpContainer label {
	display: none
}

body:not(.cms-liveeditor-is-opened) .popUpContainer label {
	background: rgba(0, 0, 0, 0.8);
	display: flex;
	height: 100%;
	justify-content: flex-end;
	padding: 1.125rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1
}

body:not(.cms-liveeditor-is-opened) .popUpContainer label i {
	cursor: pointer;
	display: block;
	height: 2.1875rem;
	width: 2.1875rem;
	position: relative;
	transition: background .3s
}

body:not(.cms-liveeditor-is-opened) .popUpContainer label i:hover {
	background: rgba(0, 0, 0, 0.8)
}

body:not(.cms-liveeditor-is-opened) .popUpContainer label i:hover:before,
body:not(.cms-liveeditor-is-opened) .popUpContainer label i:hover:after {
	background: white
}

body:not(.cms-liveeditor-is-opened) .popUpContainer label i:before,
body:not(.cms-liveeditor-is-opened) .popUpContainer label i:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1.875rem;
	height: .125rem;
	background: #ddd
}

body:not(.cms-liveeditor-is-opened) .popUpContainer label i:before {
	transform: translate(-50%, -50%) rotate(45deg)
}

body:not(.cms-liveeditor-is-opened) .popUpContainer label i:after {
	transform: translate(-50%, -50%) rotate(-45deg)
}

#popUpToggled_01 {
	display: none
}

#popUpToggled_01:not(:checked)+.popUpContainer {
	position: relative;
	opacity: 0;
	visibility: hidden;
	z-index: -1000000;
	transform: scale(0);
	pointer-events: none;
	width: 0;
	height: 0
}

body.cms-liveeditor-is-opened .cms-container-le-popup:before {
	color: #fff;
	content: '⚠ Pop-UP: Nachfolgender Inhalt wird als Pop-Up angezeigt, wenn die Überschrift leer ist, wird auch kein Pop-Up angezeigt ⚠';
	background: #D85D00;
	display: block;
	padding: 1.25rem;
	text-align: center;
	margin-bottom: 1.25rem
}

body.cms-liveeditor-is-opened .cms-container-le-popup:after {
	color: #fff;
	content: '⚠ Pop-UP: Ende ⚠';
	background: #D85D00;
	display: block;
	padding: 1.25rem;
	text-align: center;
	margin-top: 1.25rem
}

body.cms-liveeditor-is-opened .cms-container-le-popup .h3 {
	position: relative
}

body.cms-liveeditor-is-opened .cms-container-le-popup .h3:before {
	color: #fff;
	content: 'Überschirft';
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	background: #D85D00;
	display: inline-block;
	padding: .5rem;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	font-size: .875rem
}

body.cms-liveeditor-is-opened .cms-container-le-popup .cms-article {
	position: relative
}

body.cms-liveeditor-is-opened .cms-container-le-popup .cms-article:before {
	color: #fff;
	content: 'Text';
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	background: #D85D00;
	display: inline-block;
	padding: .5rem;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	font-size: .875rem
}

body:not(.cms-liveeditor-is-opened) .popUpContainer02 {
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	overflow: hidden;
	transition: opacity .3s, visibility .3s;
	position: fixed;
	visibility: visible;
	opacity: 1;
	z-index: 10000000
}

body:not(.cms-liveeditor-is-opened) .popUpContainer02 .popUpContent {
	width: 100%;
	background: #fff;
	max-height: 90vh;
	max-width: calc(100% - 3.125rem);
	overflow: hidden;
	overflow-y: auto
}

@media (min-width: 75em) {
	body:not(.cms-liveeditor-is-opened) .popUpContainer02 .popUpContent {
		max-width: 80%
	}
}

@media (min-width: 95em) {
	body:not(.cms-liveeditor-is-opened) .popUpContainer02 .popUpContent {
		max-width: 70%
	}
}

body:not(.cms-liveeditor-is-opened) .popUpContainer02 .popUpContent.padding {
	padding: 1.875rem 0
}

@media (min-width: 40em) {
	body:not(.cms-liveeditor-is-opened) .popUpContainer02 .popUpContent.padding {
		padding: 3.75rem 0
	}
}

@media (min-width: 62em) {
	body:not(.cms-liveeditor-is-opened) .popUpContainer02 .popUpContent.padding {
		padding: 4.6875rem 3.375rem
	}
}

@media (min-width: 85.25em) {
	body:not(.cms-liveeditor-is-opened) .popUpContainer02 .popUpContent.padding {
		padding: 5.625rem 3.375rem
	}
}

.popUpContainer02 label {
	display: none
}

body:not(.cms-liveeditor-is-opened) .popUpContainer02 label {
	background: rgba(0, 0, 0, 0.8);
	display: flex;
	height: 100%;
	justify-content: flex-end;
	padding: 1.125rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1
}

body:not(.cms-liveeditor-is-opened) .popUpContainer02 label i {
	cursor: pointer;
	display: block;
	height: 2.1875rem;
	width: 2.1875rem;
	position: relative;
	transition: background .3s
}

body:not(.cms-liveeditor-is-opened) .popUpContainer02 label i:hover {
	background: rgba(0, 0, 0, 0.8)
}

body:not(.cms-liveeditor-is-opened) .popUpContainer02 label i:hover:before,
body:not(.cms-liveeditor-is-opened) .popUpContainer02 label i:hover:after {
	background: white
}

body:not(.cms-liveeditor-is-opened) .popUpContainer02 label i:before,
body:not(.cms-liveeditor-is-opened) .popUpContainer02 label i:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1.875rem;
	height: .125rem;
	background: #ddd
}

body:not(.cms-liveeditor-is-opened) .popUpContainer02 label i:before {
	transform: translate(-50%, -50%) rotate(45deg)
}

body:not(.cms-liveeditor-is-opened) .popUpContainer02 label i:after {
	transform: translate(-50%, -50%) rotate(-45deg)
}

input[id^="popUpToggled"] {
	display: none
}

body:not(.cms-liveeditor-is-opened) input[id^="popUpToggled"]:not(:checked)+.popUpContainer {
	position: relative;
	opacity: 0;
	visibility: hidden;
	z-index: -1000000;
	transform: scale(0);
	pointer-events: none;
	width: 0;
	height: 0
}

body:not(.cms-liveeditor-is-opened) .popupAway {
	display: none
}

body:not(.cms-liveeditor-is-opened) .non-le-hidden {
	display: none
}

@media (min-width: 1200px) {
	:root {
		--event-details-offset: 142px
	}
}

@media (min-width: 1364px) {
	:root {
		--event-details-offset: 150px
	}
}

@media (min-width: 640px) {
	.calendar-module-initialized .calendar-event-detail-wrapper {
		padding: var(--event-details-padding, 2rem) calc((8.333333%) + 18px);
		padding-bottom: calc(var(--event-details-padding, 2rem) * 5)
	}
}

@media (min-width: 1620px) {
	.calendar-module-initialized .calendar-event-detail-wrapper {
		padding: var(--event-details-padding, 2rem) calc(((100vw - 1620px) / 2) + ((1620px / 12) + 18px));
		padding-bottom: calc(var(--event-details-padding, 2rem) * 5)
	}
}

@media (min-width: 640px) {
	.calendar-event-details-close {
		margin-bottom: 24px
	}
}

form.default {
	overflow: hidden;
	width: 100%
}

body.kontakt main form.default,
body.anfahrt main form.default,
body.newsletter main form.default {
	padding: 2.8125rem 1.125rem;
	border: 1px solid #988963;
	background: #f7f7f7
}

@media (min-width: 30em) {

	body.kontakt main form.default,
	body.anfahrt main form.default,
	body.newsletter main form.default {
		padding: 2.8125rem 1.875rem
	}
}

@media (min-width: 40em) {

	body.kontakt main form.default,
	body.anfahrt main form.default,
	body.newsletter main form.default {
		padding: 3.75rem 2.8125rem
	}
}

@media (min-width: 47.5em) {

	body.kontakt main form.default,
	body.anfahrt main form.default,
	body.newsletter main form.default {
		padding: 4.6875rem
	}
}

@media (min-width: 62em) {

	body.kontakt main form.default,
	body.anfahrt main form.default,
	body.newsletter main form.default {
		padding: 2.8125rem
	}
}

@media (min-width: 85.25em) {

	body.kontakt main form.default,
	body.anfahrt main form.default,
	body.newsletter main form.default {
		padding: 3.75rem
	}
}

body.kontakt main form.default .select-arrow,
body.anfahrt main form.default .select-arrow,
body.newsletter main form.default .select-arrow {
	position: relative
}

body.kontakt main form.default .select-arrow:before,
body.anfahrt main form.default .select-arrow:before,
body.newsletter main form.default .select-arrow:before {
	font-family: "icomoon", sans-serif;
	content: "";
	display: inline-block;
	position: absolute;
	right: .625rem;
	top: .875rem;
	color: #656565;
	z-index: 2;
	font-size: 1.25rem
}

body.kontakt main form.default .select-arrow select,
body.anfahrt main form.default .select-arrow select,
body.newsletter main form.default .select-arrow select {
	-webkit-appearance: none;
	color: #656565
}

@media (min-width: 40em) {

	body.anfahrt main form.default,
	body.newsletter main form.default {
		padding: 2.8125rem
	}
}

form.default.disabled input,
form.default.disabled textarea,
form.default.disabled select,
form.default.disabled button,
form.default.disabled label {
	pointer-events: none;
	opacity: 0.5
}

form.default.disabled input a,
form.default.disabled textarea a,
form.default.disabled select a,
form.default.disabled button a,
form.default.disabled label a {
	pointer-events: all
}

form.default ::-webkit-input-placeholder {
	color: #656565
}

form.default ::-moz-placeholder {
	color: #656565
}

form.default :-ms-input-placeholder {
	color: #656565 !important
}

form.default :-moz-placeholder {
	color: #656565
}

@media (min-width: 75em) {

	body.kontakt main form.default>.row>.col:first-child,
	body.anfahrt main form.default>.row>.col:first-child {
		padding-right: 1.6875rem
	}
}

@media (min-width: 85.25em) {

	body.kontakt main form.default>.row>.col:first-child,
	body.anfahrt main form.default>.row>.col:first-child {
		padding-right: 2.25rem
	}
}

@media (min-width: 75em) {

	body.kontakt main form.default>.row>.col:last-child,
	body.anfahrt main form.default>.row>.col:last-child {
		padding-left: 1.6875rem
	}
}

@media (min-width: 85.25em) {

	body.kontakt main form.default>.row>.col:last-child,
	body.anfahrt main form.default>.row>.col:last-child {
		padding-left: 2.25rem
	}
}

@media (max-width: 61.9375em) {

	body.kontakt main form.default>.row>.col:last-child legend,
	body.kontakt main form.default>.row>.col:last-child span.legend,
	body.anfahrt main form.default>.row>.col:last-child legend,
	body.anfahrt main form.default>.row>.col:last-child span.legend {
		margin-top: 1.875rem
	}
}

form.default fieldset {
	border: none;
	margin: 0
}

form.default legend,
form.default span.legend {
	display: block;
	font-weight: 700;
	font-size: 1.125rem;
	font-family: "Playfair Display", sans-serif
}

@media (min-width: 85.25em) {

	form.default legend,
	form.default span.legend {
		font-size: 1.25rem
	}
}

form.default label {
	color: inherit;
	display: block;
	padding: 1rem 0 0.6rem;
	position: relative;
	clear: both
}

form.default label small {
	color: #d92595;
	display: inline-block;
	line-height: 0.5rem
}

form.default label[for*="privacy-policy"],
form.default label[for*="datenschutz"],
form.default label[for*="rueckrufbitte-ja"],
form.default label[for*="callback"] {
	float: right;
	width: calc(100% - 2rem)
}

form.default small {
	line-height: 1rem;
	display: inline-block;
	font-size: 0;
	font-family: "Playfair Display", sans-serif;
	font-size: .8125rem;
	color: #d92595
}

@media (min-width: 85.25em) {
	form.default small {
		font-size: .9375rem
	}
}

body.anfahrt main form.default small {
	display: block;
	text-align: center;
	font-family: "Montserrat", sans-serif
}

form.default small:before {
	font-size: .8125rem;
	padding-left: .375rem
}

@media (min-width: 85.25em) {
	form.default small:before {
		font-size: .9375rem
	}
}

body.lang-en form.default small:before {
	content: ' Required'
}

body.lang-de form.default small:before {
	content: ' Pflichtfeld'
}

form.default.cms-map small {
	font-size: .75rem
}

form.default.cms-map small:before {
	display: none
}

form.default [type="text"],
form.default [type="tel"],
form.default [type="email"],
form.default [type="file"],
form.default input,
form.default textarea,
form.default select {
	background: #fff;
	border: none;
	border-bottom: 1px solid #656565;
	color: #312e27;
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	line-height: 1.875rem;
	margin: 0 0 0.5rem 0;
	padding: 0.8rem;
	position: relative;
	resize: none;
	width: 100%;
	border-radius: 0;
	font-size: .875rem
}

@media (min-width: 85.25em) {

	form.default [type="text"],
	form.default [type="tel"],
	form.default [type="email"],
	form.default [type="file"],
	form.default input,
	form.default textarea,
	form.default select {
		font-size: 1rem
	}
}

form.default [type="text"]:focus,
form.default [type="tel"]:focus,
form.default [type="email"]:focus,
form.default [type="file"]:focus,
form.default input:focus,
form.default textarea:focus,
form.default select:focus {
	background: #fafafa;
	outline: none
}

form.default textarea {
	min-height: 7.5rem;
	padding-top: 0.9rem
}

form.default textarea[name="Nachricht"],
form.default textarea[name="Message"] {
	min-height: 9.25rem
}

@media (min-width: 62em) {

	form.default textarea[name="Nachricht"],
	form.default textarea[name="Message"] {
		min-height: 11.5rem
	}
}

@media (min-width: 85.25em) {

	form.default textarea[name="Nachricht"],
	form.default textarea[name="Message"] {
		min-height: 11rem
	}
}

form.default [type="checkbox"] {
	display: inline-block;
	margin: 0 1rem 0 0;
	padding: 0;
	width: 1rem;
	height: 1rem;
	flex-shrink: 0
}

form.default [type="checkbox"][id*="privacy-policy"],
form.default [type="checkbox"][id*="datenschutz"],
form.default [type="checkbox"][id*="rueckrufbitte-ja"],
form.default [type="checkbox"][id*="callback"] {
	margin-top: calc((1.875rem - 1rem) / 2 + 1rem)
}

body.iexplore form.default [type="checkbox"] {
	border: none
}

body.iexplore form.default [type="checkbox"]:focus {
	background: none
}

form.default [type="radio"] {
	margin: 0 .9375rem 0 0;
	width: .9375rem;
	min-height: auto;
	flex-shrink: 0
}

form.default button,
form.default [type="submit"] {
	margin-top: 1rem;
	width: 100%;
	font-weight: 700;
	margin-bottom: 0
}

form.default div[data-field-error] {
	padding: .375rem .75rem;
	background: #D85D00;
	color: #fff;
	font-size: .875rem;
	position: relative
}

form.default div[data-field-error]:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: .5625rem;
	bottom: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 .5rem .5rem .5rem;
	border-color: transparent transparent #D85D00 transparent
}

form.default div[data-field-error="datenschutz"],
form.default div[data-field-error="privacy-policy"] {
	display: block;
	float: left;
	width: 100%
}

div.error {
	padding: .375rem .75rem;
	background: #D85D00;
	color: #fff;
	font-size: .875rem;
	text-align: center;
	font-weight: 700;
	border-radius: 1.875rem;
	margin: .625rem 0 0
}

@media (min-width: 62em) {
	div.error {
		padding: .75rem;
		margin: .625rem auto 0;
		display: block
	}
}

.contact-text {
	border-top: 1px solid #656565;
	border-bottom: 1px solid #656565;
	padding: 1.875rem 0;
	margin: 1.875rem 0 2.5rem 0
}

.contact-text p {
	margin-bottom: 0
}

.specialfield {
	display: none !important;
	visibility: hidden !important
}

#newsletter-info {
	background: #D85D00;
	color: #fff;
	font-weight: bold;
	margin-bottom: 30px;
	padding: 18px
}

#newsletter-info *:last-of-type {
	margin-bottom: 0
}

img[name="vimg"]+input[name="imgverify"] {
	float: right
}