@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);/*!
 * jQuery UI CSS Framework 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)"; /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*!
 * jQuery UI Accordion 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/accordion/#theming
 */
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
/*!
 * jQuery UI Autocomplete 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
/*!
 * jQuery UI Button 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/button/#theming
 */
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/*!
 * jQuery UI Checkboxradio 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/checkboxradio/#theming
 */

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
/*!
 * jQuery UI Controlgroup 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/controlgroup/#theming
 */

.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

/*!
 * jQuery UI Datepicker 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
/*!
 * jQuery UI Dialog 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/dialog/#theming
 */
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
/*!
 * jQuery UI Draggable 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-draggable-handle {
	touch-action: none;
}
/*!
 * jQuery UI Menu 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/menu/#theming
 */
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
/*!
 * jQuery UI Progressbar 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/progressbar/#theming
 */
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	-ms-filter: "alpha(opacity=25)"; /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
/*!
 * jQuery UI Resizable 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
/*!
 * jQuery UI Selectable 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-selectable {
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
/*!
 * jQuery UI Selectmenu 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/selectmenu/#theming
 */
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
/*!
 * jQuery UI Sortable 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-sortable-handle {
	touch-action: none;
}
/*!
 * jQuery UI Slider 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: pointer;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
/*!
 * jQuery UI Spinner 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/spinner/#theming
 */
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
/*!
 * jQuery UI Tabs 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tabs/#theming
 */
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
/*!
 * jQuery UI Tooltip 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tooltip/#theming
 */
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/*!
 * jQuery UI CSS Framework 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*!
 * jQuery UI CSS Framework 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */


/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
}
.ui-widget-content {
	border: 1px solid #dddddd/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
	color: #333333/*{fcContent}*/;
}
.ui-widget-content a {
	color: #333333/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #dddddd/*{borderColorHeader}*/;
	background: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;
	color: #333333/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
	background: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #454545/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc/*{borderColorHover}*/;
	background: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #2b2b2b/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b/*{fcHover}*/;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff/*{borderColorActive}*/;
	background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #ffffff/*{fcActive}*/;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff/*{borderColorActive}*/;
	background-color: #ffffff/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
	color: #777620/*{fcHighlight}*/;
}
.ui-state-checked {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899/*{borderColorError}*/;
	background: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	-ms-filter: "alpha(opacity=70)"; /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png")/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png")/*{iconsHeader}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png")/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png")/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png")/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png")/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png")/*{iconsDefault}*/;
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
	background-image: none;
}
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	-ms-filter: "alpha(opacity=30)"/*{opacityFilterOverlay}*/; /* support: IE8 */
}
.ui-widget-shadow {
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}
/*!
 * jQuery UI CSS Framework 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
*::before,
*::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.form-row {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 0 0.25em 0;
}
.form-row:last-of-type {
  margin-bottom: 0;
}
.form-row label {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0.25em;
}

.form-input {
  min-height: 46px;
  display: flex;
  width: 100%;
  align-items: flex-start;
}
.form-input label:not(.form-switch) {
  width: 100%;
  max-width: 240px;
  display: flex;
  align-items: center;
  padding: 0.8em 1em 0.5em 0;
}
.form-input label {
  font-weight: 400;
  cursor: pointer;
}
.form-input label.full {
  max-width: none;
}
.form-input.hidden {
  display: none;
}

textarea,
input,
select {
  width: 100%;
  background-color: #f9f9f9;
  border: 1px solid var(--clr-input-border);
  padding: 0.5em 1.25em;
  min-height: 46px;
  font-weight: 400;
  font-family: var(--font-text);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: var(--clr-black);
}
textarea:focus,
input:focus,
select:focus {
  outline: none;
  background-color: #fff;
  border-color: #96979b;
}
textarea.small,
input.small,
select.small {
  padding: 0.5em 1em;
  height: 46px;
}

select option {
  color: var(--clr-black);
}

.select-with-label {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
}
.select-with-label:last-of-type {
  margin-bottom: 0;
}
.select-with-label span {
  position: absolute;
  left: 14px;
  color: #999;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.select-with-label select {
  padding-left: 3.5em;
}

textarea {
  padding: 1.25em 1.5em;
  min-height: 18em;
}

select:not(.select2) {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'><path d='M362.7 203.9l-159.1 144c-6.125 5.469-15.31 5.469-21.44 0L21.29 203.9C14.73 197.1 14.2 187.9 20.1 181.3C26.38 174.4 36.5 174.5 42.73 180.1L192 314.5l149.3-134.4c6.594-5.877 16.69-5.361 22.62 1.188C369.8 187.9 369.3 197.1 362.7 203.9z'/></svg>");
  background-size: 11px;
  background-position: calc(100% - 0.75em) center;
  background-repeat: no-repeat;
  padding-right: 2.25em;
}

input[type=radio],
input[type=checkbox] {
  padding: 0;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  width: auto;
  height: auto;
  min-height: 0;
}

.input-range-container {
  width: 100%;
  display: flex;
  align-items: center;
}
.input-range-container .range-slider {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: calc(100% - 40px);
  height: 28px;
  background: #f9f9f9;
  outline: none;
  min-height: 0;
  border: 1px solid #e7eaf1;
  border-left: 1px solid transparent;
  border-radius: 0px 25px 25px 0px;
  padding: 0 0.25em;
  margin: 0;
}
.input-range-container .range-slider:focus-visible {
  border: 1px solid #000;
}
.input-range-container .range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: var(--clr-primary);
  cursor: pointer;
  border: none;
}
.input-range-container .range-slider::-moz-range-thumb {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: var(--clr-primary);
  cursor: pointer;
  border: none;
}
.input-range-container .value {
  width: 40px;
  text-align: center;
  font-weight: 700;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9f9f9;
  color: #242424;
  border: 1px solid #e7eaf1;
  border-radius: 20px 0 0 20px;
  line-height: 0;
  font-size: 18px;
  padding-left: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.image-upload label {
  padding: 0 0 0.5em 0;
}
.image-upload input {
  font-size: 14px;
}

.form-switch {
  position: relative;
  display: inline-block;
  width: 3em;
  height: 1.75em;
}
.form-switch input {
  opacity: 0;
  width: 0;
  height: 0;
  float: none;
}
.form-switch.primary input:checked + .toggle {
  background-color: var(--clr-primary);
}
.form-switch input:checked + .toggle {
  background-color: var(--clr-green);
}
.form-switch input:checked + .toggle:before {
  transform: translateX(1.25em);
}
.form-switch input:focus-visible + .toggle {
  outline: 2px solid #000;
}
.form-switch .toggle {
  position: absolute;
  display: flex;
  align-items: center;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: background-color 0.4s ease;
  border-radius: 1em;
}
.form-switch .toggle:before {
  position: absolute;
  content: "";
  height: 1.25em;
  width: 1.25em;
  left: 0.25em;
  background-color: white;
  transition: 0.4s;
  border-radius: 2em;
}

.form-input.visual-radiobuttons {
  flex-wrap: wrap;
  margin-top: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.form-input.visual-radiobuttons label {
  width: 7em;
  height: 7em;
  padding: 0;
  margin-right: 1em;
  flex-direction: column;
}
.form-input.visual-radiobuttons label:hover .content {
  border: 1px solid #000;
}
.form-input.visual-radiobuttons label input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.form-input.visual-radiobuttons label .content {
  padding: 1em 0.75em;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0.5em;
  background: #fff;
  border: 1px solid var(--clr-input-border);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.form-input.visual-radiobuttons label input:checked + .content {
  border: 1px solid var(--clr-primary);
}
.form-input.visual-radiobuttons label input:checked + .content .text {
  color: var(--clr-primary);
}
.form-input.visual-radiobuttons label input:checked + .content svg path {
  fill: var(--clr-primary);
}
.form-input.visual-radiobuttons label svg {
  width: 58px;
}
.form-input.visual-radiobuttons label .text {
  font-size: 14px;
}

.form-input.lightbox,
.form-input.range {
  width: 100%;
  max-width: 200px;
}

.alert-message.error {
  position: relative;
  padding: 0.6em 1em;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
  margin-top: 0.5em;
  width: 100%;
  font-size: 14px;
}

.ui-datepicker {
  font-family: var(--font);
  width: auto;
  border-radius: 4px;
  /*
  .ui-datepicker-today {
      .ui-state-highlight {
          background-color:#ccc;
          border:none; 
          background-image:url(../images/calender_today.svg);
          background-repeat:no-repeat;
          background-size:7px;
          background-position:right 2px bottom 2px;            
      }
  }
  */
}
.ui-datepicker .ui-datepicker-calendar {
  min-width: 0;
}
.ui-datepicker.ui-widget.ui-widget-content {
  border: none;
  padding: 0;
}
.ui-datepicker .ui-widget-header {
  background: none;
  border: none;
  text-transform: uppercase;
  color: #b5b5c3;
  letter-spacing: 1px;
  font-size: 15px;
  padding: 2px 0 6px;
  border-bottom: 1px solid #ebedf3;
}
.ui-datepicker .ui-widget-header .ui-state-hover {
  border: none;
  background: #ebedf2;
}
.ui-datepicker .ui-widget-header .ui-icon {
  background-repeat: no-repeat;
  background-size: 6px;
  background-position: center center;
}
.ui-datepicker .ui-datepicker-prev {
  width: 32px;
}
.ui-datepicker .ui-datepicker-prev .ui-icon {
  background-image: url(../images/calendar_prev.svg);
}
.ui-datepicker .ui-datepicker-next {
  width: 32px;
}
.ui-datepicker .ui-datepicker-next .ui-icon {
  background-image: url(../images/calendar_next.svg);
}
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
  top: 2px;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
}
.ui-datepicker table {
  margin: 0;
  font-size: 15px;
}
.ui-datepicker thead tr {
  border: none;
}
.ui-datepicker th {
  text-transform: uppercase;
  color: #b5b5c3;
  letter-spacing: 1px;
  font-size: 12px;
  padding-bottom: 8px;
}
.ui-datepicker tr {
  border: none;
}
.ui-datepicker td {
  padding: 0;
}
.ui-datepicker .ui-datepicker-current-day .ui-state-default {
  background: var(--clr-primary);
  text-align: center;
  font-weight: 700;
  color: #fff;
}
.ui-datepicker .ui-datepicker-current-day .ui-state-hover {
  background: var(--clr-primary);
  text-align: center;
  font-weight: 700;
  color: #fff;
}
.ui-datepicker .ui-state-highlight {
  background: var(--clr-primary);
  text-align: center;
  font-weight: 700;
  color: #000;
}
.ui-datepicker .ui-state-default {
  text-align: center;
  background: none;
  border: none;
  border-radius: 44px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.ui-datepicker .ui-state-hover {
  background: #ebedf2;
}

.placeholder,
::-webkit-input-placeholder,
::placeholder {
  color: #8e8e8e !important;
}

.styled-checkbox-input label {
  display: flex;
  align-items: center;
  align-items: flex-start;
  font-size: 16px;
  line-height: 20px;
  padding: 7px 0;
  cursor: pointer;
  width: 100%;
}
.styled-checkbox-input label:hover:before {
  background-color: #ebf3ff;
}
.styled-checkbox-input label:before {
  content: "";
  display: inline-block;
  border: 1px solid var(--clr-button-text);
  background-color: #fff;
  height: 15px;
  width: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 3px;
}
.styled-checkbox-input label span {
  width: calc(100% - 15px);
  padding-left: 0.5em;
}
.styled-checkbox-input.radio label:before {
  border-radius: 16px;
  background-size: 7px;
}
.styled-checkbox-input.checkbox label:before {
  border-radius: 2px;
  background-size: 9px;
}
.styled-checkbox-input input[type=radio]:checked ~ label:before {
  background-color: #ebf3ff;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4IDgiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzRGNkI3OTt9DQo8L3N0eWxlPg0KPGNpcmNsZSBjbGFzcz0ic3QwIiBjeD0iNCIgY3k9IjQiIHI9IjQiLz4NCjwvc3ZnPg0K");
}
.styled-checkbox-input input[type=checkbox]:checked ~ label:before {
  background-color: #ebf3ff;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5LjEgNyI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojNEY2Qjc5O30NCjwvc3R5bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNOC44LDAuM0w4LjgsMC4zYy0wLjQtMC40LTEtMC40LTEuNCwwTDMuMSw0LjVMMS43LDMuMWMtMC40LTAuNC0xLTAuNC0xLjQsMGwwLDBjLTAuNCwwLjQtMC40LDEsMCwxLjRsMi4xLDIuMQ0KCWMwLjEsMC4xLDAuMiwwLjIsMC4zLDAuMkMzLjEsNywzLjUsNywzLjgsNi43bDUtNUM5LjIsMS4zLDkuMiwwLjcsOC44LDAuM3oiLz4NCjwvc3ZnPg==");
}
.styled-checkbox-input input[type=radio],
.styled-checkbox-input input[type=checkbox] {
  position: absolute;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

@font-face {
  font-family: "Serendipity";
  src: url("../fonts/serendipity.woff") format("woff"), url("../fonts/serendipity.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.message-container {
  width: 100%;
  margin: 4em 0 0;
}
.message-container .layout {
  width: 100%;
  max-width: var(--content-width);
  margin: 0 auto;
}

.alert {
  float: left;
  padding: 16px 20px;
  width: 100%;
  border-radius: 4px;
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
  margin-bottom: 0.5em;
}
.alert:last-child {
  margin-bottom: 0;
}
.alert a {
  font-weight: 700;
  color: #002752;
}
.alert.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert.alert-success a {
  color: #0b2e13;
}
.alert.alert-notice {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert.alert-notice a {
  color: #533f03;
}
.alert.alert-danger, .alert.alert-error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert.alert-danger a, .alert.alert-error a {
  color: #491217;
}

.contentblocks {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 2em;
  max-width: var(--content-width);
  margin: 0 auto;
}

.contentblock {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: var(--content-width);
  padding: 0;
  margin-top: clamp(3em, 10vw, 5em);
  scroll-margin: 150px 0 0 50px;
}
.contentblock:first-of-type {
  margin-top: 0;
}
.contentblock.full {
  max-width: 100%;
  padding: 0;
}
.contentblock.medium {
  max-width: calc(var(--content-width) + var(--side-padding) * 2);
}
.contentblock.large {
  max-width: calc(var(--content-width-large) + var(--side-padding) * 2);
}
.contentblock.compact {
  margin-top: 2.5em;
}
.contentblock.compact .location-accordion {
  margin-top: 0;
}
.contentblock h2 {
  max-width: 100%;
  font-size: clamp(32px, 4vw, 40px);
}

.contentblock.text ul + p,
.contentblock.text ul + h2,
.contentblock.text p + h2 {
  margin-top: 1.5em;
}
.contentblock.text h3 {
  margin-top: 2em;
}

.contentblock.textimage {
  position: relative;
}
.contentblock.textimage h2 {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  word-break: break-word;
}
.contentblock.textimage.dark {
  background: #272526;
  color: #fff;
}
.contentblock.textimage.dark h2, .contentblock.textimage.dark h3 {
  color: #fff;
}
.contentblock.textimage.dark.left-right .text-container, .contentblock.textimage.dark.right-left .text-container {
  padding: 5em 3em 5em 4em;
}
.contentblock.textimage.left-right, .contentblock.textimage.right-left {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.contentblock.textimage.left-right .text-container, .contentblock.textimage.right-left .text-container {
  width: 50%;
  margin: 6em 0;
  padding: 0em 5em 0em 0;
  align-self: center;
  z-index: 2;
}
.contentblock.textimage.left-right .text-content, .contentblock.textimage.right-left .text-content {
  width: 100%;
  max-width: 720px;
  margin-left: auto;
}
.contentblock.textimage.left-right .image-container, .contentblock.textimage.right-left .image-container {
  width: 50%;
}
.contentblock.textimage.right-left {
  flex-direction: row-reverse;
}
.contentblock.textimage.right-left .text-container {
  padding: 5em 0 5em 5em;
}
.contentblock.textimage.right-left .text-content {
  margin-right: auto;
  margin-left: 0;
}
.contentblock.textimage.down-top, .contentblock.textimage.top-down {
  flex-direction: column-reverse;
  max-width: calc(var(--content-width-small) + var(--side-padding) * 2);
}
.contentblock.textimage.down-top .text-container, .contentblock.textimage.top-down .text-container {
  background: #fff;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  padding: 3em 0 0;
}
.contentblock.textimage.down-top .image-container img, .contentblock.textimage.top-down .image-container img {
  height: clamp(25em, 40vw, 35em);
}
.contentblock.textimage.top-down {
  flex-direction: column;
}
.contentblock.textimage.top-down .text-container {
  width: 100%;
  max-width: 100%;
  padding: 0 0 3em;
}
.contentblock.textimage.text-inside {
  align-items: center;
  justify-content: center;
}
.contentblock.textimage.text-inside .block-content {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 60vh;
  z-index: 0;
}
.contentblock.textimage.text-inside .text-container {
  z-index: 1;
  background: #fff;
  display: flex;
  flex-direction: column;
  max-width: var(--content-width-small);
  padding: clamp(2em, 5vw, 4em);
  margin: clamp(1em, 8vw, 10em) 1em;
}
.contentblock.textimage.text-inside .image-container {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.contentblock.image-gallery h2 {
  margin-bottom: 2rem;
}
.contentblock.image-gallery .gallery {
  float: left;
  width: 100%;
}
.contentblock.image-gallery .gallery.per-row-1 .image-container:nth-of-type(n) {
  float: left;
  clear: none;
  box-sizing: border-box;
  width: calc( ( (100% + 0.5em ) / 1) - 0.5em);
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
.contentblock.image-gallery .gallery.per-row-1 .image-container:nth-of-type(1n) {
  margin-right: 0;
}
.contentblock.image-gallery .gallery.per-row-2 .image-container:nth-of-type(n) {
  float: left;
  clear: none;
  box-sizing: border-box;
  width: calc( ( (100% + 0.5em ) / 2) - 0.5em);
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
.contentblock.image-gallery .gallery.per-row-2 .image-container:nth-of-type(2n) {
  margin-right: 0;
}
.contentblock.image-gallery .gallery.per-row-3 .image-container:nth-of-type(n) {
  float: left;
  clear: none;
  box-sizing: border-box;
  width: calc( ( (100% + 0.5em ) / 3) - 0.5em);
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
.contentblock.image-gallery .gallery.per-row-3 .image-container:nth-of-type(3n) {
  margin-right: 0;
}
.contentblock.image-gallery .gallery.per-row-4 .image-container:nth-of-type(n) {
  float: left;
  clear: none;
  box-sizing: border-box;
  width: calc( ( (100% + 0.5em ) / 4) - 0.5em);
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
.contentblock.image-gallery .gallery.per-row-4 .image-container:nth-of-type(4n) {
  margin-right: 0;
}
.contentblock.image-gallery .gallery.per-row-5 .image-container:nth-of-type(n) {
  float: left;
  clear: none;
  box-sizing: border-box;
  width: calc( ( (100% + 0.5em ) / 5) - 0.5em);
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
.contentblock.image-gallery .gallery.per-row-5 .image-container:nth-of-type(5n) {
  margin-right: 0;
}
.contentblock.image-gallery .with-lightbox .image-container {
  overflow: hidden;
}
.contentblock.image-gallery .with-lightbox .image-container:hover img {
  transform: scale(1.1);
  opacity: 0.9;
}
.contentblock.image-gallery .with-lightbox .image-container img {
  transform: scale(1);
  transition: all 250ms ease;
}
.contentblock.image-gallery .layout-landscape .image-container {
  aspect-ratio: 16/10;
}
.contentblock.image-gallery .layout-square .image-container {
  aspect-ratio: 1;
}
.contentblock.image-gallery .layout-portrait .image-container {
  aspect-ratio: 9/14;
}

.contentblock.video h2 {
  margin-bottom: 2rem;
}
.contentblock.video .video-container {
  line-height: 0;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.contentblock.video .video-container iframe,
.contentblock.video .video-container object,
.contentblock.video .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contentblock.bigimage {
  position: relative;
}
.contentblock.bigimage:not(.with-text).small .block-content {
  min-height: 0;
  max-height: 800px;
}
.contentblock.bigimage:not(.with-text).small .image-container {
  position: relative;
}
.contentblock.bigimage .block-content {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  aspect-ratio: 2/1;
}
.contentblock.bigimage .text-overlay {
  z-index: 2;
  max-width: 42em;
  padding: 4em 2em;
}
.contentblock.bigimage .text-overlay h2 {
  font-size: clamp(35px, 8vw, 50px);
  line-height: clamp(35px, 8vw, 50px);
  margin-bottom: 0;
  text-align: center;
}
.contentblock.bigimage .text-overlay.white h2 {
  color: #fff;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.contentblock.bigimage .image-container {
  position: absolute;
  background: #000;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.contentblock.bigimage .image-container img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.contentblock.buttons {
  margin-top: 1em;
}
.contentblock.buttons .buttons {
  margin-top: 1em;
}

.contentblock.block-slider {
  padding: 0;
  width: 100%;
  max-width: var(--content-width);
}
.contentblock.block-slider ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.contentblock.block-slider .image-container {
  height: clamp(450px, 30vw, 650px);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}
.contentblock.block-slider .image-container img {
  z-index: 1;
}
.contentblock.block-slider .image-container .text {
  position: absolute;
  left: 0;
  top: 0;
  padding: 1em 1em 1em 5.5vw;
  max-width: 15em;
  text-align: left;
  color: #fff;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  z-index: 2;
  font-size: 60px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.contentblock.block-slider .swiper {
  width: 100%;
  max-width: var(--content-width);
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}
.contentblock.block-slider .swiper-button-prev,
.contentblock.block-slider .swiper-button-next {
  left: 0;
  position: absolute;
  width: 5em;
  height: 5em;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--clr-black);
  cursor: pointer;
}
.contentblock.block-slider .swiper-button-prev svg,
.contentblock.block-slider .swiper-button-next svg {
  width: 26px;
}
.contentblock.block-slider .swiper-button-prev svg path,
.contentblock.block-slider .swiper-button-next svg path {
  fill: #fff;
}
.contentblock.block-slider .swiper-button-next {
  left: auto;
  right: 0;
}
.contentblock.block-slider .swiper-pagination {
  display: flex;
  display: flex;
  position: absolute;
  z-index: 2;
  align-self: flex-end;
  bottom: 2em;
}
.contentblock.block-slider .swiper-pagination-bullet {
  width: 1.25em;
  height: 1.25em;
  border-radius: 2em;
  background: #808080;
  cursor: pointer;
  margin: 0 0.325em;
}
.contentblock.block-slider .swiper-pagination-bullet-active {
  background: #333;
}

.contentblock.script {
  margin: 0;
}

.contentblock.form form {
  width: 100%;
  max-width: 800px;
}
.contentblock.form .button {
  width: auto;
  margin: 1em auto 0 0;
}

.contentblock.text-cta {
  flex-direction: row;
}
.contentblock.text-cta .content {
  width: 70%;
}
.contentblock.text-cta .text {
  width: 100%;
  padding-right: 2em;
  border-right: 1px solid #000;
}
.contentblock.text-cta .cta-options {
  width: 30%;
  padding-left: 1.5em;
  padding-bottom: 2em;
  align-self: flex-start;
}
.contentblock.text-cta .cta-options .buttons {
  margin: 0;
  display: flex;
  flex-direction: column;
}
.contentblock.text-cta .cta-options .button {
  margin-right: auto;
  margin-bottom: 0.5em;
}
.contentblock.text-cta .read-more {
  margin-top: 0.5em;
}

.objectdetails .footer {
  margin-top: 0;
}

.realestate.overview {
  display: flex;
  flex-direction: column;
}
.realestate.overview .top {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  min-height: 260px;
}
.realestate.overview .top .intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  background-image: url(../images/object_overview_top.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 1.5rem 3em;
}
.realestate.overview .top .intro.wide {
  width: 100%;
}
.realestate.overview .top .intro h1 {
  color: inherit;
}
.realestate.overview .top .intro .sub {
  margin-right: auto;
  text-transform: uppercase;
  font-family: var(--font-title);
  background: var(--clr-secondary);
  font-size: 28px;
  padding: 0 0.5em;
}
.realestate.overview .top .total {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding: 1.5rem;
  color: #fff;
  font-size: 34px;
  background: var(--clr-primary);
  font-family: var(--font-title);
  text-transform: uppercase;
}
.realestate.overview .top .total .amount {
  font-size: 120px;
  font-weight: 700;
  margin: 0 20px;
}
.realestate.overview .show-filters {
  display: none;
  align-items: center;
  margin-right: auto;
  padding: 0.75em 1.25em;
}
.realestate.overview .show-filters svg {
  width: 17px;
  height: 17px;
  margin-right: 0.5em;
}
.realestate.overview .show-filters svg path {
  fill: #000;
}

.objects-container {
  display: flex;
  flex-direction: column;
  margin-top: 3em;
}

.filter-objects-container {
  display: flex;
  flex-direction: row;
  margin-top: 1em;
}

.filters {
  position: relative;
  background: #fff;
  width: 100%;
  max-width: 290px;
  font-size: 16px;
}
.filters .container {
  position: relative;
  width: 100%;
  padding-right: 3em;
  padding-top: 0.5em;
}
.filters.has-filtering .remove-all-filters {
  opacity: 1;
  pointer-events: initial;
}
.filters .show-results {
  display: none;
  text-align: center;
  position: -webkit-sticky;
  position: sticky;
  padding: 1em;
  right: 1rem;
  bottom: 4.5rem;
  left: 1rem;
  transform: translate3d(0, 3.5rem, 0);
}
.filters .close {
  display: none;
  position: absolute;
  right: 0.5em;
  top: 0.5em;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.filters .close svg {
  width: 26px;
  height: 26px;
}
.filters .remove-all-filters {
  opacity: 0.35;
  pointer-events: none;
}
.filters .filter {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--clr-light-gray);
  margin-top: 1.5em;
  padding-top: 1.5em;
}
.filters .title {
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  margin-bottom: 0.5em;
}
.filters ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.filters select {
  background-color: #fff;
}

.filter .search {
  position: relative;
  overflow: hidden;
}
.filter .search .loading {
  background: rgba(255, 255, 255, 0.75);
}
.filter .search input {
  margin-bottom: 0;
}

.loading {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.95);
}
.loading.show {
  display: flex;
}
.loading .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.loading svg {
  width: 28px;
  height: 28px;
  -webkit-animation: 1s linear infinite rotate;
          animation: 1s linear infinite rotate;
}

.objects-loader {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.object-list-top {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--clr-light-gray);
  padding-bottom: 1em;
  margin-bottom: 2em;
}
.object-list-top.no-results {
  border: none;
  padding: 2em;
  justify-content: center;
  text-align: center;
  background: #f8f8f8;
  font-size: 17px;
  position: -webkit-sticky;
  position: sticky;
  top: 6em;
}
.object-list-top.no-results .amount {
  display: flex;
  flex-direction: column;
}
.object-list-top.no-results .amount strong {
  font-size: 26px;
  margin-bottom: 0.5em;
}
.object-list-top .sorting {
  margin-left: auto;
  width: 260px;
}

.object-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 1em 0 0;
  padding: 0;
  list-style: none;
}
.object-list .divider-dots {
  margin: 2em auto;
}
.object-list li {
  display: flex;
  flex-direction: row;
}
.object-list .image-container {
  width: 30%;
  min-width: 260px;
  aspect-ratio: 3/2;
}
.object-list .image-container img {
  width: 100%;
  height: auto;
}
.object-list .content {
  width: 70%;
  padding: 0.5em 0 1em 4%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.object-list .content .title,
.object-list .content .properties,
.object-list .content .actions {
  width: calc(100% - 100px);
}
.object-list .content h3 {
  margin-bottom: 0;
}
.object-list .content a {
  text-decoration: none;
}
.object-list .content .properties {
  margin-top: auto;
}
.object-list .content .properties .property {
  float: left;
  width: 100%;
}
.object-list .content .properties .label {
  width: 170px;
  float: left;
}
.object-list .content .actions {
  margin-top: 1.5em;
}
.object-list .content .actions .button {
  padding: 0.75em 1.25em;
}
.object-list .labels {
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
}
.object-list .labels .label {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1em;
}
.object-list .labels .label:last-child {
  margin-bottom: 0;
}
.object-list .labels .label .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 40px;
}
.object-list .labels .label .icon svg {
  height: 40px;
}
.object-list .labels .label .text {
  margin-top: 0.5em;
  font-family: var(--font-title);
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -1px;
  text-align: center;
  font-weight: 700;
}

.object-state {
  float: left;
  margin: 0.75em auto 0.75em 0;
  padding: 0.5em 1em;
  font-size: 15px;
  line-height: 21px;
}
.object-state.rented, .object-state.sold {
  background: #e94848;
  color: #fff;
}
.object-state.conditionally_rented, .object-state.conditionally_sold {
  border: 2px solid #e94848;
  color: #e94848;
}

.realestate.details {
  padding-top: 4em;
}
.realestate.details h1 {
  margin-bottom: 0.5rem;
}
.realestate.details .top {
  display: flex;
  flex-direction: column;
}
.realestate.details .object-state {
  font-size: 17px;
}
.realestate.details .page-nav {
  padding-top: 3em;
  padding-bottom: 3em;
  margin: 2em 0;
  background: var(--clr-light-gray);
}
.realestate.details .page-nav .navlist {
  padding: 0;
  margin: 0.5em 0 0;
  list-style: none;
  display: flex;
  width: 100%;
  flex-direction: row;
  gap: 1em;
}
.realestate.details .page-nav li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  max-width: 160px;
  aspect-ratio: 1/1;
  cursor: pointer;
}
.realestate.details .page-nav li:hover .icon {
  border-color: var(--clr-text);
}
.realestate.details .page-nav .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: clamp(5px, 1vw, 12px) solid var(--clr-primary);
  transition: border-color 150ms ease;
}
.realestate.details .page-nav .icon svg {
  width: 60%;
  height: auto;
}
.realestate.details .page-nav .text {
  font-family: var(--font-title);
  text-transform: uppercase;
  margin-top: 0.5em;
  font-weight: 700;
  font-size: 17px;
  word-break: break-all;
  text-align: center;
}
.realestate.details .section {
  margin-top: 4em;
}
.realestate.details .section.viewing-form {
  margin-top: 0;
}
.realestate.details .section.extra-margin {
  margin-top: 6em;
}
.realestate.details .section .intro {
  font-size: 20px;
  padding-bottom: 1em;
}
.realestate.details .image-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.realestate.details .image-grid .left {
  width: 65%;
}
.realestate.details .image-grid .left .image-container {
  height: 100%;
}
.realestate.details .image-grid .right {
  width: 35%;
  padding-left: 20px;
}
.realestate.details .image-grid .right .top {
  margin-bottom: 20px;
}
.realestate.details .image-grid .right .bottom {
  float: left;
  width: 100%;
}
.realestate.details .image-grid .right .bottom .image-container {
  float: left;
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.realestate.details .image-grid .right .bottom .image-container:nth-child(odd) {
  padding-left: 0;
}
.realestate.details .image-grid .right .bottom .image-container:nth-child(even) {
  padding-right: 0;
}
.realestate.details .image-grid .right .bottom .image-container.no-margin {
  margin-bottom: 0;
}
.realestate.details .image-grid .image-container {
  aspect-ratio: 3/2;
}
.realestate.details .show-all-images {
  margin: 1em auto 0 0;
  padding: 1em 2em;
}
.realestate.details .expand-button {
  padding: 1em 2em;
}
.realestate.details .extra-images {
  display: none;
}
.realestate.details .subtitle.above {
  position: relative;
  transform: translateY(-100%);
}
.realestate.details .panorama {
  background: var(--clr-text);
}
.realestate.details .panorama .intro {
  color: #fff;
}
.realestate.details .panorama .panorama-container {
  margin-bottom: 4em;
}
.realestate.details .panorama iframe {
  aspect-ratio: 16/9;
}

.googlemaps iframe {
  aspect-ratio: 16/9;
}

.specifications-list {
  display: flex;
  flex-direction: row;
  margin-top: 2em;
}
.specifications-list .left,
.specifications-list .right {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 50%;
  margin-right: 2em;
}
.specifications-list .right {
  margin: 0 0 0 2em;
}
.specifications-list li {
  display: flex;
  flex-direction: row;
  padding: 0.5em 0;
  border-bottom: 1px solid var(--clr-gray);
}
.specifications-list li:first-of-type {
  border-top: 1px solid var(--clr-gray);
}
.specifications-list .label {
  min-width: 200px;
}
.specifications-list .value {
  width: 100%;
  padding-left: 2em;
}

.expander {
  max-height: 350px;
  overflow: hidden;
}

.similar-objects {
  background: var(--clr-primary);
}

.layout-container.similar-objects .similar-objects-list {
  margin-top: 2em;
}

.similar-objects-list {
  display: flex;
  flex-direction: row;
  list-style: none;
  padding: 0;
  margin: 0;
}
.similar-objects-list li:nth-of-type(n) {
  float: left;
  clear: none;
  box-sizing: border-box;
  width: calc( ( (100% + 3em ) / 3) - 3em);
  margin-right: 3em;
  margin-bottom: 3em;
}
.similar-objects-list li:nth-of-type(3n) {
  margin-right: 0;
}
.similar-objects-list .button {
  background: #000;
  color: #fff;
  font-size: 16px;
  padding: 0.75em 1.5em;
}
.similar-objects-list .button:hover {
  background: #000;
}

.object.compact {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.object.compact .image-container {
  aspect-ratio: 3/2;
  overflow: hidden;
}
.object.compact .info {
  margin-top: 1em;
  margin-bottom: 1em;
}
.object.compact h3 {
  margin: 0;
  font-size: 30px;
  line-height: 30px;
}
.object.compact h3 a {
  text-decoration: none;
}
.object.compact .price {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 22px;
  margin-top: 0.25em;
}
.object.compact .price a {
  text-decoration: none;
}
.object.compact .button {
  margin-top: auto;
  margin-right: auto;
}

.pagination {
  display: flex;
  flex-direction: row;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 2em 0 0;
  padding-top: 1em;
  border-top: 1px solid var(--clr-light-gray);
}
.pagination .page-item {
  width: 36px;
  height: 36px;
  background: var(--clr-light-gray);
  margin-right: 4px;
}
.pagination .page-item:hover {
  background: #d5d5d5;
}
.pagination .page-item.active {
  background: var(--clr-button);
}
.pagination .page-item.active .page-link {
  font-weight: 700;
  color: #fff;
}
.pagination .page-link {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 15px;
  text-decoration: none;
}

.layout-container.viewing-form {
  display: none;
  margin-bottom: 6em;
}
.layout-container.viewing-form.show {
  display: flex;
}
.layout-container.viewing-form .form-row {
  gap: 2em;
}
.layout-container.viewing-form .button {
  margin-top: 1em;
}
.layout-container.viewing-form .form-container {
  background: var(--clr-light-gray);
  padding: 4em;
}

@-webkit-keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

@font-face {
  font-family: "lg";
  src: url("../fonts/lg.woff2?io9a6k") format("woff2"), url("../fonts/lg.ttf?io9a6k") format("truetype"), url("../fonts/lg.woff?io9a6k") format("woff"), url("../fonts/lg.svg?io9a6k#lg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lg" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-container {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1084;
  outline: none;
  border: none;
}
.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}
.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff;
}
.lg-single-item .lg-next,
.lg-single-item .lg-prev {
  display: none;
}

.lg-next {
  right: 20px;
}
.lg-next:before {
  content: "\E095";
}

.lg-prev {
  left: 20px;
}
.lg-prev:after {
  content: "\E094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  transition: color 0.2s linear;
  background: none;
  border: none;
  box-shadow: none;
}
.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}
.lg-toolbar .lg-icon:hover {
  color: #fff;
}
.lg-toolbar .lg-close:after {
  content: "\E070";
}
.lg-toolbar .lg-maximize {
  font-size: 22px;
}
.lg-toolbar .lg-maximize:after {
  content: "\E90A";
}
.lg-toolbar .lg-download:after {
  content: "\E0F2";
}

.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  transition: opacity 0.2s ease-out 0s;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
.lg-sub-html a {
  color: inherit;
}
.lg-sub-html a:hover {
  text-decoration: underline;
}
.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-error-msg {
  font-size: 14px;
  color: #999;
}

.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
  opacity: 0;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.lg-icon:focus-visible {
  color: #fff;
  border-radius: 3px;
  outline: 1px dashed rgba(255, 255, 255, 0.6);
}

.lg-toolbar .lg-icon:focus-visible {
  border-radius: 8px;
  outline-offset: -5px;
}

.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  width: 100%;
  max-height: 350px;
  overflow: hidden;
  float: left;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important;
}
.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
  transition-duration: 0s !important;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
  text-align: center;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-left {
  text-align: left;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-right {
  text-align: right;
}
.lg-outer.lg-single-item .lg-thumb-outer {
  display: none;
}
.lg-outer .lg-thumb {
  padding: 5px 0;
  height: 100%;
  margin-bottom: -5px;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .lg-outer .lg-thumb {
    padding: 10px 0;
  }
}
.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border-radius: 2px;
  margin-bottom: 5px;
  will-change: border-color;
}
@media (min-width: 768px) {
  .lg-outer .lg-thumb-item {
    border-radius: 4px;
    border: 2px solid #fff;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer .lg-toggle-thumb:after {
  content: "\E1FF";
}
.lg-outer.lg-animate-thumb .lg-thumb {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.lg-outer .lg-video-cont {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.lg-outer .lg-video-cont .lg-object {
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-has-iframe .lg-video-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.lg-outer .lg-video-object {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 3;
}
.lg-outer .lg-video-poster {
  z-index: 1;
}
.lg-outer .lg-has-video .lg-video-object {
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.3s ease-in;
}
.lg-outer .lg-has-video.lg-video-loaded .lg-video-poster,
.lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button {
  opacity: 0 !important;
}
.lg-outer .lg-has-video.lg-video-loaded .lg-video-object {
  opacity: 1;
}

@-webkit-keyframes lg-play-stroke {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@keyframes lg-play-stroke {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@-webkit-keyframes lg-play-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes lg-play-rotate {
  100% {
    transform: rotate(360deg);
  }
}
.lg-video-play-button {
  width: 18%;
  max-width: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  cursor: pointer;
  transform: translate(-50%, -50%) scale(1);
  will-change: opacity, transform;
  transition: transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
}
.lg-video-play-button:hover .lg-video-play-icon-bg,
.lg-video-play-button:hover .lg-video-play-icon {
  opacity: 1;
}

.lg-video-play-icon-bg {
  fill: none;
  stroke-width: 3%;
  stroke: #fcfcfc;
  opacity: 0.6;
  will-change: opacity;
  transition: opacity 0.12s ease-in;
}

.lg-video-play-icon-circle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  fill: none;
  stroke-width: 3%;
  stroke: rgba(30, 30, 30, 0.9);
  stroke-opacity: 1;
  stroke-linecap: round;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
}

.lg-video-play-icon {
  position: absolute;
  width: 25%;
  max-width: 120px;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0.6;
  will-change: opacity;
  transition: opacity 0.12s ease-in;
}
.lg-video-play-icon .lg-video-play-icon-inner {
  fill: #fcfcfc;
}

.lg-video-loading .lg-video-play-icon-circle {
  -webkit-animation: lg-play-rotate 2s linear 0.25s infinite, lg-play-stroke 1.5s ease-in-out 0.25s infinite;
          animation: lg-play-rotate 2s linear 0.25s infinite, lg-play-stroke 1.5s ease-in-out 0.25s infinite;
}

.lg-video-loaded .lg-video-play-button {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.7);
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\E01D";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\E01A";
}
.lg-single-item .lg-autoplay-button {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  transition-duration: 0ms !important;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
}
.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img {
  transform: scale3d(1, 1, 1);
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.no-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.no-transition {
  transition: none !important;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition {
  transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0px) !important;
  max-width: none !important;
  max-height: none !important;
  top: 50% !important;
  left: 50% !important;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-x,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-x {
  transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0px) !important;
  top: 0 !important;
  left: 50% !important;
  max-width: none !important;
  max-height: none !important;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-y,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-y {
  transform: scale3d(1, 1, 1) translate3d(0, -50%, 0px) !important;
  top: 50% !important;
  left: 0% !important;
  max-width: none !important;
  max-height: none !important;
}

.lg-icon.lg-zoom-in:after {
  content: "\E311";
}
.lg-actual-size .lg-icon.lg-zoom-in {
  opacity: 0.5;
  pointer-events: none;
}
.lg-icon.lg-actual-size {
  font-size: 20px;
}
.lg-icon.lg-actual-size:after {
  content: "\E033";
}
.lg-icon.lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
.lg-icon.lg-zoom-out:after {
  content: "\E312";
}
.lg-zoomed .lg-icon.lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer[data-lg-slide-type=video] .lg-zoom-in,
.lg-outer[data-lg-slide-type=video] .lg-actual-size,
.lg-outer[data-lg-slide-type=video] .lg-zoom-out, .lg-outer[data-lg-slide-type=iframe] .lg-zoom-in,
.lg-outer[data-lg-slide-type=iframe] .lg-actual-size,
.lg-outer[data-lg-slide-type=iframe] .lg-zoom-out, .lg-outer.lg-first-slide-loading .lg-zoom-in,
.lg-outer.lg-first-slide-loading .lg-actual-size,
.lg-outer.lg-first-slide-loading .lg-zoom-out {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-pager-outer {
  text-align: center;
  z-index: 1080;
  height: 10px;
  margin-bottom: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer.lg-single-item .lg-pager-outer {
  display: none;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  will-change: transform, opacity;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\E20C";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\E20D";
}

.lg-outer .lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  will-change: visibility, opacity;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active .lg-dropdown-overlay {
  transition-delay: 0s;
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-dropdown-active .lg-share {
  color: #fff;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 5px, 0);
  will-change: visibility, opacity, transform;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}
.lg-outer .lg-dropdown > li:hover a {
  color: #333;
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer .lg-share {
  position: relative;
}
.lg-outer .lg-share:after {
  content: "\E80D";
}
.lg-outer .lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer .lg-share-facebook .lg-icon:after {
  content: "\E904";
}
.lg-outer .lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer .lg-share-twitter .lg-icon:after {
  content: "\E907";
}
.lg-outer .lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer .lg-share-pinterest .lg-icon:after {
  content: "\E906";
}

.lg-comment-box {
  width: 420px;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #fff;
  will-change: transform;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-comment-box .lg-comment-title {
  margin: 0;
  color: #fff;
  font-size: 18px;
}
.lg-comment-box .lg-comment-header {
  background-color: #000;
  padding: 12px 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.lg-comment-box .lg-comment-body {
  height: 100% !important;
  padding-top: 43px !important;
  width: 100% !important;
}
.lg-comment-box .fb-comments {
  height: 100%;
  width: 100%;
  background: url("../images/loading.gif") no-repeat scroll center center #fff;
  overflow-y: auto;
  display: inline-block;
}
.lg-comment-box .fb-comments[fb-xfbml-state=rendered] {
  background-image: none;
}
.lg-comment-box .fb-comments > span {
  max-width: 100%;
}
.lg-comment-box .lg-comment-close {
  position: absolute;
  right: 5px;
  top: 12px;
  cursor: pointer;
  font-size: 20px;
  color: #999;
  will-change: color;
  transition: color 0.2s linear;
}
.lg-comment-box .lg-comment-close:hover {
  color: #fff;
}
.lg-comment-box .lg-comment-close:after {
  content: "\E070";
}
.lg-comment-box iframe {
  max-width: 100% !important;
  width: 100% !important;
}
.lg-comment-box #disqus_thread {
  padding: 0 20px;
}

.lg-outer .lg-comment-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  will-change: visibility, opacity;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer .lg-comment-toggle:after {
  content: "\E908";
}
.lg-outer.lg-comment-active .lg-comment-overlay {
  transition-delay: 0s;
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-comment-active .lg-comment-toggle {
  color: #fff;
}
.lg-outer.lg-comment-active .lg-comment-box {
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-img-rotate {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer[data-lg-slide-type=video] .lg-rotate-left,
.lg-outer[data-lg-slide-type=video] .lg-rotate-right,
.lg-outer[data-lg-slide-type=video] .lg-flip-ver,
.lg-outer[data-lg-slide-type=video] .lg-flip-hor, .lg-outer[data-lg-slide-type=iframe] .lg-rotate-left,
.lg-outer[data-lg-slide-type=iframe] .lg-rotate-right,
.lg-outer[data-lg-slide-type=iframe] .lg-flip-ver,
.lg-outer[data-lg-slide-type=iframe] .lg-flip-hor {
  opacity: 0.75;
  pointer-events: none;
}
.lg-outer .lg-img-rotate:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.lg-rotate-left:after {
  content: "\E900";
}

.lg-rotate-right:after {
  content: "\E901";
}

.lg-icon.lg-flip-hor, .lg-icon.lg-flip-ver {
  font-size: 26px;
}

.lg-flip-ver:after {
  content: "\E903";
}

.lg-flip-hor:after {
  content: "\E902";
}

.lg-medium-zoom-item {
  cursor: zoom-in;
}

.lg-medium-zoom .lg-outer {
  cursor: zoom-out;
}
.lg-medium-zoom .lg-outer.lg-grab img.lg-object {
  cursor: zoom-out;
}
.lg-medium-zoom .lg-outer.lg-grabbing img.lg-object {
  cursor: zoom-out;
}

.lg-relative-caption .lg-outer .lg-sub-html {
  white-space: normal;
  bottom: auto;
  padding: 0;
  background-image: none;
}
.lg-relative-caption .lg-outer .lg-relative-caption-item {
  opacity: 0;
  padding: 16px 0;
  transition: 0.5s opacity ease;
}
.lg-relative-caption .lg-outer .lg-show-caption .lg-relative-caption-item {
  opacity: 1;
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-container {
  display: none;
  outline: none;
}
.lg-container.lg-show {
  display: block;
}

.lg-on {
  scroll-behavior: unset;
}

.lg-overlay-open {
  overflow: hidden;
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
  opacity: 1;
}
.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}
.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}
.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: none;
  will-change: auto;
  overflow: hidden;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  box-sizing: border-box;
}
.lg-outer.lg-zoom-from-image {
  opacity: 1;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  transition: opacity 0s;
  white-space: nowrap;
}
.lg-outer .lg-item {
  display: none !important;
}
.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url("../images/loading.gif") no-repeat scroll center center transparent;
}
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}
.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
  display: none;
}
.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}
.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.15s;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  transition: opacity 333ms ease-in 0s;
}
.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-container {
  display: none;
}
.lg-container.lg-show {
  display: block;
}
.lg-container.lg-dragging-vertical .lg-backdrop {
  transition-duration: 0s !important;
}
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}
.lg-inline .lg-backdrop {
  z-index: 1;
}
.lg-inline .lg-outer {
  z-index: 2;
}
.lg-inline .lg-maximize:after {
  content: "\E909";
}

.lg-components {
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  transition: transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

:root {
  --font-title:"Montserrat", sans-serif;
  --font-text:"Montserrat", sans-serif;
  --font-handwriting: "Serendipity", sans-serif;
  --font-weight-normal: 500;
  --font-size:16px;
  --clr-background: #fff;
  --clr-text: #1d1d1b;
  --clr-text-light: #1d1d1b;
  --clr-title: #1d1d1b;
  --clr-black: #1d1d1b;
  --clr-light-gray: #e8e8e8;
  --clr-gray: #c6c6c6;
  --clr-green: #6a833a;
  --clr-primary: #ffa7b2;
  --clr-primary-hover: #ff93a0;
  --clr-secondary: #86b5cd;
  --clr-secondary-hover: #79acc5;
  --clr-button: #ffa7b2;
  --clr-button-hover: #ff93a0;
  --clr-button-text: #1d1d1b;
  --clr-input-border:#dbdfe9;
  --home-top-margin: 5em;
  --side-padding: 40px;
  --content-padding: clamp(24px, 5vw, 40px);
  --content-width: 1380px;
  --content-width-small: 900px;
  --content-width-medium: 1680px;
}

html, body {
  padding: 0;
  margin: 0;
  width: 100%;
  min-height: 100vh;
}

body {
  font-family: var(--font-text);
  font-weight: var(--font-weight-normal);
  font-size: var(--font-size);
  line-height: 1.6;
  color: var(--clr-text);
  background: var(--clr-background);
  width: 100%;
  font-optical-sizing: auto;
  font-style: normal;
}
body.locked {
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

body.stylish {
  font-size: 18px;
  line-height: 1.5;
}
body.stylish .button,
body.stylish .subtitle,
body.stylish .header-title,
body.stylish h1, body.stylish h2, body.stylish h3, body.stylish h4 {
  text-transform: none;
}
body.stylish .header-title {
  font-size: clamp(46px, 7vw, 90px);
  line-height: 90%;
}
body.stylish .subtitle {
  font-size: clamp(22px, 5vw, 26px);
}
body.stylish h1 {
  font-size: clamp(46px, 8vw, 60px);
}
body.stylish h2 {
  font-size: clamp(36px, 6vw, 46px);
  margin-bottom: 1.5rem;
  max-width: 100%;
}
body.stylish h2 br {
  display: none;
}
body.stylish .contentblock h2 {
  font-size: clamp(36px, 4vw, 40px);
}
body.stylish label {
  font-size: 17px;
  font-family: var(--font-title);
  font-weight: 600;
}
body.stylish .button {
  font-size: 18px;
}

h1, h2, h3, h4,
.h1, .h2, .h3, .h4 {
  font-family: var(--font-title);
  color: var(--clr-text);
  margin-bottom: 0;
  font-weight: 700;
  text-transform: uppercase;
}

h1, .h1 {
  font-size: clamp(40px, 8vw, 60px);
  line-height: 90%;
  margin-bottom: 1.5rem;
}

h2, .h2 {
  font-size: clamp(28px, 6vw, 44px);
  line-height: 90%;
  margin-bottom: 1rem;
}

h3, .h3 {
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 1rem;
}
h3.large, .h3.large {
  font-size: 34px;
  line-height: 34px;
}

h4 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 1rem;
  text-transform: none;
}

.subtitle {
  font-family: var(--font-title);
  color: #fff;
  font-size: clamp(24px, 5vw, 30px);
  line-height: 100%;
  padding: 0.25em 0.5em;
  text-transform: uppercase;
  background: var(--clr-secondary);
  margin-right: auto;
}

p {
  margin-bottom: 1.5em;
}
p:last-of-type {
  margin-bottom: 0;
}

a {
  color: var(--clr-black);
}

.buttons {
  float: left;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 1.75em;
  margin-bottom: -0.5em;
}
.buttons .button {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}

.button {
  background-color: var(--clr-button);
  color: var(--clr-button-text);
  font-family: var(--font-title);
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  padding: 1em 2.5em;
  min-height: 0;
  border-radius: 0;
  text-decoration: none;
  display: inline-block;
  border: none;
  cursor: pointer;
  text-align: left;
  width: auto;
  transition: background-color 200ms ease;
  border-radius: 50px;
}
.button:focus, .button:focus-within, .button:hover {
  background-color: var(--clr-button-hover);
}
.button.small {
  display: flex;
  align-items: center;
  padding: 0.75em 1em;
  border-radius: 0.35em;
  font-size: 15px;
}
.button.small svg {
  margin-right: 0.5em;
  height: 18px;
}
.button.small svg path {
  fill: #fff;
}
.button.medium {
  padding: 1em 2em;
  font-size: 18px;
}
.button.primary {
  background: var(--clr-primary);
  color: #000;
}
.button.primary:hover {
  background: var(--clr-primary-hover);
}
.button.primary.small svg path {
  fill: var(--clr-text);
}
.button.primary.lined {
  border: 2px solid var(--clr-primary);
  color: var(--clr-primary);
}
.button.primary.lined:hover {
  border: 2px solid var(--clr-primary-hover);
  color: var(--clr-primary);
}
.button.lined {
  border: 2px solid var(--clr-button);
  background-color: transparent;
  color: var(--clr-button);
}
.button.lined:hover {
  background-color: transparent;
  color: var(--clr-button);
}
.button.white {
  background: #fff;
  color: var(--clr-black);
}
.button.blue {
  background: #4E6A78;
  color: #fff;
}
.button.blue:hover {
  background: #456372;
}

.page-not-found .main-container {
  min-height: 100vh;
}
.page-not-found .contentblocks {
  margin-top: 5em;
  margin-bottom: 5em;
}
.page-not-found .contentblock {
  max-width: 900px;
}
.page-not-found nav {
  margin-top: 1em;
}
.page-not-found .footer {
  margin-top: auto;
}

.main-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0;
}

.layout-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 var(--content-padding);
}
.layout-container.with-background {
  background: var(--clr-light-gray);
}

.content-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: var(--content-width);
  margin: 0 auto;
}
.content-container.small {
  max-width: var(--content-width-small);
}
.content-container p + h2 {
  margin-top: 0.5em;
}
.content-container p + h3 {
  margin-top: 0.75em;
}
.content-container p + h4 {
  margin-top: 1em;
}

.image-container {
  width: 100%;
}
.image-container.animated {
  overflow: hidden;
}
.image-container.animated img {
  -webkit-animation: normal;
          animation: normal;
  transition: opacity 250ms ease;
  image-rendering: smooth;
}
.image-container.animated:hover img {
  opacity: 0.85;
}
.image-container picture,
.image-container img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}

iframe {
  aspect-ratio: 16/10;
}

.tabs {
  display: flex;
  width: 100%;
  float: left;
  margin: 0;
  border-radius: 0.375em 0 0 0;
  overflow-x: auto;
  overflow-y: hidden;
  max-width: 100%;
  white-space: nowrap;
  position: relative;
}
.tabs:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #d3d0d0;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.tabs .tab {
  border: 1px solid #d3d0d0;
  border-left: 0;
  padding: 1.25em 2.5em;
  color: #737373;
  font-weight: bold;
  float: left;
  cursor: pointer;
  transition: all linear 0.1s;
  text-decoration: none;
  background: #ededed;
  position: relative;
  border-radius: 0.375em 0.375em 0 0;
}
.tabs .tab:first-child {
  border-left: 1px solid #c9c9c9;
}
.tabs .tab.active {
  background: #fff;
  border-bottom-color: transparent;
  color: var(--clr-text);
  z-index: 1;
}
.tabs .tab.active:hover {
  background: #fff;
}
.tabs .tab:hover {
  background: #e2e3e5;
  color: var(--clr-text);
}

.tabpanes {
  float: left;
  width: 100%;
  position: relative;
}
.tabpanes .pane {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 0;
  opacity: 0;
  padding: 3em;
  z-index: -1;
  overflow: hidden;
  background: #fff;
  position: absolute;
}
.tabpanes .pane.no-padding {
  padding: 0;
}
.tabpanes .pane.active {
  overflow: visible;
  height: auto;
  opacity: 1;
  z-index: 1;
  position: relative;
}
.tabpanes .pane.active .pane-content {
  height: auto;
}
.tabpanes .pane.no-background {
  padding: 0;
  border: none;
  background: none;
  border-bottom: none;
}
.tabpanes .pane-content {
  float: left;
  height: 0;
  width: 100%;
}
.tabpanes .pane-content h2 {
  margin-bottom: 1em;
  margin-top: 1em;
  padding-top: 1em;
}
.tabpanes .pane-content h2:first-of-type {
  margin-top: 0;
  padding-top: 0;
}

.home-top-banner {
  background: #2f5580;
  text-align: center;
  color: #fff;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
.home-top-banner .text {
  padding: 12px 0;
}
.home-top-banner a {
  display: block;
  padding: 12px 0;
  width: 100%;
  color: #fff;
  text-decoration: none;
}

.header {
  height: 100px;
  background: #000;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
  transition: height 250ms ease;
}
.header.small {
  height: 70px;
}
.header.small .logo img {
  height: 30px;
}
.header .content-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header h4 {
  font-family: var(--font-title);
  font-weight: 600;
  text-transform: uppercase;
  color: var(--clr-gray);
  font-size: 15px;
  margin: 0 2em 0 0;
  letter-spacing: 1px;
}
.header h4 a {
  color: var(--clr-gray);
  text-decoration: none;
}
.header svg {
  height: 30px;
}
.header svg:hover path {
  fill: #fff;
}
.header svg path {
  fill: var(--clr-gray);
}
.header .logo {
  margin: 0 auto;
}
.header .logo img {
  width: auto;
  height: 40px;
  transition: height 250ms ease;
}
.header .contact {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.header .contact a {
  line-height: 0;
  margin-right: 1em;
}
.header .contact a:last-of-type {
  margin-right: 0;
}
.header .social-header {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0 1em 0 0;
  align-items: center;
}
.header .social-header li {
  margin-right: 0.75em;
}
.header .social-header li:last-of-type {
  margin-right: 0;
}
.header .social-header li a {
  float: left;
  line-height: 0;
}
.header .social-header img {
  display: block;
  width: 26px;
  height: 26px;
}
.header .menu-button {
  display: none;
  align-items: center;
  margin: 0 0 0 auto;
  cursor: pointer;
}
.header .menu-button h4 {
  color: #fff;
}
.header .menu-button svg path {
  fill: #fff;
}
.header .menu-left,
.header .menu-right {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.header .menu-left li,
.header .menu-right li {
  position: relative;
}
.header .menu-left li:hover .submenu,
.header .menu-right li:hover .submenu {
  display: block;
}
.header .menu-left a,
.header .menu-right a {
  text-align: center;
  font-size: 18px;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
}
.header .menu-left a:hover,
.header .menu-right a:hover {
  text-decoration: underline;
}
.header .menu-left .submenu,
.header .menu-right .submenu {
  display: none;
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
  left: -50px;
  right: 0;
  width: 220px;
  text-align: center;
  background: #000;
}
.header .menu-left .submenu li,
.header .menu-right .submenu li {
  margin: 0;
}
.header .menu-left .submenu li:first-of-type a,
.header .menu-right .submenu li:first-of-type a {
  padding-top: 20px;
}
.header .menu-left .submenu li:last-of-type a,
.header .menu-right .submenu li:last-of-type a {
  padding-bottom: 20px;
}
.header .menu-left .submenu a,
.header .menu-right .submenu a {
  display: block;
  font-size: 16px;
  padding: 5px 10px;
  text-align: center;
}
.header .button.contact {
  padding: 0.5em 1em;
  margin-right: 0;
  margin-left: 20px;
}

.page-header {
  position: relative;
  min-height: clamp(200px, 30vw, 400px);
}
.page-header .content-container {
  height: 100%;
  flex-grow: 1;
  z-index: 1;
}
.page-header .button {
  display: flex;
  align-items: center;
  margin-right: 0;
  margin-left: auto;
  margin-top: 2em;
}
.page-header .button .icon {
  width: 20px;
  height: 20px;
  margin-left: 0.5em;
}
.page-header .header-title {
  margin-top: auto;
  color: #fff;
  font-family: var(--font-title);
  text-transform: uppercase;
  font-weight: 700;
  font-size: clamp(40px, 8vw, 64px);
  line-height: 120%;
  max-width: clamp(370px, 100vw, 900px);
  padding-top: 2em;
  margin-bottom: 1em;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
.page-header .header-title.small {
  margin-bottom: 0;
}
.page-header .header-teaser {
  color: #fff;
  font-size: 17px;
  margin-top: 1.5em;
  max-width: clamp(370px, 100vw, 800px);
}
.page-header .header-text {
  color: #fff;
  margin-top: 1.5em;
  font-size: 20px;
  line-height: 28px;
  max-width: clamp(370px, 100vw, 880px);
  margin-bottom: 4em;
}
.page-header .header-text.small {
  margin-bottom: 0;
}
.page-header .image-container {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  background: #000;
}
.page-header .buttons {
  margin-top: 0;
  margin-bottom: 4.125em;
}
.page-header .buttons .button {
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  margin-left: 0;
  background: var(--clr-primary);
  color: var(--clr-button-text);
  font-family: var(--font-title);
  font-weight: 600;
}
.page-header .buttons .button:hover {
  background: var(--clr-primary-hover);
}
.page-header .buttons svg {
  width: 12px;
  height: 16px;
  margin-right: 0.75em;
}

.homepage .page-header {
  position: relative;
  line-height: 160%;
  height: calc(100dvh - 120px);
}
.homepage .page-header .content-container {
  justify-content: center;
}
.homepage .page-header .header-title {
  padding: 0;
  margin: 0;
}
.homepage .page-header .social-sidebar {
  position: fixed;
  top: calc(50% - 114px);
  z-index: 3;
  right: 0;
  background: #fff;
  padding: 14px 10px 14px 14px;
  border-radius: 10px 0 0 10px;
  list-style: none;
  margin: 0;
  box-shadow: -10px 0px 20px -10px rgba(0, 0, 0, 0.12);
}
.homepage .page-header .social-sidebar li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.homepage .page-header .social-sidebar li:last-of-type {
  margin-bottom: 0;
}
.homepage .page-header .social-sidebar img {
  display: block;
  width: 24px;
  height: 24px;
}
.homepage .contentblock.text-cta {
  padding: 0;
  margin: 2em 0 0;
}

.quicksearch-container {
  position: relative;
  transform: translateY(-100px);
  height: 0;
  z-index: 2;
}

.quicksearch {
  background: #fff;
  padding: 2em 4em;
  box-shadow: 0px 20px 50px -10px rgba(0, 0, 0, 0.25);
}
.quicksearch .title {
  font-size: 26px;
  font-weight: 400;
  width: 100%;
  text-align: center;
}
.quicksearch .fields {
  display: flex;
  gap: 1.5em;
  margin-top: 2em;
}
.quicksearch .form-row {
  height: 60px;
}
.quicksearch select {
  background: #e3e3e3;
  border: none;
  height: 100%;
}
.quicksearch select option {
  background: #fff;
}
.quicksearch select.city, .quicksearch select.type, .quicksearch select.budget {
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center right 16px;
}
.quicksearch select.city {
  background-image: url(../images/icon_quicksearch_location.svg);
}
.quicksearch select.type {
  background-image: url(../images/icon_quicksearch_type.svg);
}
.quicksearch select.budget {
  background-size: 24px;
  background-image: url(../images/icon_quicksearch_budget.svg);
}

.home-steps .title {
  margin-top: 3em;
}
.home-steps .steps {
  background: var(--clr-primary);
}
.home-steps h3 {
  background: #fff;
  padding: 0.5em 3em 0.5em 1em;
  margin-right: auto;
}

.home-aanpak {
  margin-top: 8em;
}
.home-aanpak h2 {
  text-align: center;
}
.home-aanpak .list {
  list-style: none;
  padding: 0;
  margin: 3em 0 -4em;
}
.home-aanpak li:nth-of-type(n) {
  float: left;
  clear: none;
  box-sizing: border-box;
  width: calc( ( (100% + 4em ) / 3) - 4em);
  margin-right: 4em;
  margin-bottom: 4em;
}
.home-aanpak li:nth-of-type(3n) {
  margin-right: 0;
}
.home-aanpak .info {
  display: flex;
  flex-direction: column;
  margin-top: 1.5em;
  text-align: center;
}
.home-aanpak .info .title {
  text-transform: none;
}
.home-aanpak .image-container {
  aspect-ratio: 1;
}
.home-aanpak .image-container img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
}
.home-aanpak .video-container iframe {
  aspect-ratio: 1;
  height: 100%;
  width: 100%;
}

.home-social {
  margin: 8em 0 0;
}
.home-social .content-container {
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.home-social .toptitle {
  font-family: var(--font-handwriting);
  font-size: 50px;
  line-height: 1;
  margin-bottom: 0.5em;
}
.home-social .image-container {
  width: 100%;
  min-width: 250px;
  max-width: 300px;
}
.home-social .content {
  width: 100%;
  max-width: 700px;
  margin-left: 5dvw;
  padding: 100px 0px 100px 60px;
}
.home-social .content h2 {
  margin: 0 0 1em;
}
.home-social .button {
  margin-top: 2em;
}
.home-social .button svg {
  display: block;
  width: 24px;
  height: 24px;
  float: left;
  margin-right: 10px;
  position: relative;
  top: -2px;
}

.steplist {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 3em 0 0;
  padding: 0 0 1.5em 0px;
  list-style: none;
}
.steplist li {
  display: flex;
  flex-direction: column;
}
.steplist li:nth-of-type(n) {
  float: left;
  clear: none;
  box-sizing: border-box;
  width: calc( ( (100% + 2em ) / 3) - 2em);
  margin-right: 2em;
  margin-bottom: 2em;
}
.steplist li:nth-of-type(3n) {
  margin-right: 0;
}
.steplist .circle {
  background: #fff;
  width: 200px;
  height: 200px;
  border-radius: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-family: var(--font-title);
  font-size: 100px;
}
.steplist .info {
  display: flex;
  flex-direction: column;
}
.steplist .title {
  width: 100%;
  max-width: 280px;
  margin-top: 1em;
}
.steplist a {
  margin-right: auto;
  margin-top: 0.5em;
}

.home-searchbar {
  margin-top: var(--home-top-margin);
}

.searchbar {
  display: flex;
  background: var(--clr-black);
  width: 100%;
  max-width: var(--content-width-medium);
  margin: 0 auto;
  padding: 2.5em 2em;
}
.searchbar h4 {
  color: #fff;
  display: flex;
  align-items: center;
  margin: 0;
}
.searchbar svg {
  height: 30px;
  width: 30px;
  margin-right: 1em;
}
.searchbar svg path {
  fill: #fff;
}
.searchbar form {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.searchbar select {
  margin-right: 1em;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
}
.searchbar .button {
  margin-left: 1em;
  height: 46px;
}

.home-intro {
  margin-top: var(--home-top-margin);
}

.object-contact-share,
.home-make-appointment {
  margin-top: 0;
  display: flex;
}
.object-contact-share .content-container,
.home-make-appointment .content-container {
  flex-direction: row;
  align-items: center;
}
.object-contact-share h2,
.home-make-appointment h2 {
  width: 100%;
  max-width: 700px;
  margin-bottom: 0;
}
.object-contact-share .options,
.home-make-appointment .options {
  margin-left: auto;
  display: flex;
}
.object-contact-share .button,
.home-make-appointment .button {
  justify-content: flex-start;
}
.object-contact-share .cta-options,
.home-make-appointment .cta-options {
  margin-left: auto;
  padding-left: 2em;
  padding-right: 2em;
  margin-right: 2em;
  border-left: 1px solid var(--clr-black);
  border-right: 1px solid var(--clr-black);
}
.object-contact-share .socials,
.home-make-appointment .socials {
  width: 150px;
}
.object-contact-share .socials h4,
.home-make-appointment .socials h4 {
  font-size: 18px;
}
.object-contact-share .socials ul,
.home-make-appointment .socials ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.object-contact-share .socials li,
.home-make-appointment .socials li {
  float: left;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
.object-contact-share .socials a,
.home-make-appointment .socials a {
  float: left;
  line-height: 0;
}
.object-contact-share svg,
.home-make-appointment svg {
  width: 34px;
  height: 34px;
}

.object-contact-share .socials {
  width: 200px;
}

.page-intro {
  max-width: var(--content-width);
  padding: var(--home-top-margin) 0 0;
  /*
  &.small {
      max-width: calc(var(--content-width-small) + var(--side-padding) * 2);
      padding-left: var(--content-padding);
      padding-right: var(--content-padding);
  }
  */
}
.page-intro .intro-image {
  margin-bottom: 2em;
  width: 100%;
  max-width: 600px;
}
.page-intro .intro-image img {
  height: clamp(20em, 40vw, 24em);
}

.home-review-slider,
.home-slider {
  display: flex;
  width: 100%;
  height: 80dvh;
  margin: 0;
  padding: 0;
}
.home-review-slider .contentblock.block-slider,
.home-slider .contentblock.block-slider {
  width: 100%;
  max-width: 100%;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.home-review-slider .contentblock.block-slider .image-container,
.home-slider .contentblock.block-slider .image-container {
  height: 80dvh;
}
.home-review-slider .contentblock.block-slider .image-container .text,
.home-slider .contentblock.block-slider .image-container .text {
  top: auto;
  bottom: 160px;
  right: 0;
  margin: 0 auto;
  padding: 0 1em;
  max-width: var(--content-width);
  font-size: 50px;
  text-transform: none;
  text-align: center;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
.home-review-slider .contentblock.block-slider .swiper-navigation,
.home-slider .contentblock.block-slider .swiper-navigation {
  position: absolute;
  width: 100%;
  top: calc(50% - 40px);
  z-index: 3;
}
.home-review-slider .contentblock.block-slider .swiper-navigation .swiper-button-next,
.home-slider .contentblock.block-slider .swiper-navigation .swiper-button-next {
  right: 3em;
}
.home-review-slider .contentblock.block-slider .swiper-navigation .swiper-button-prev,
.home-slider .contentblock.block-slider .swiper-navigation .swiper-button-prev {
  left: 3em;
}
.home-review-slider .contentblock.block-slider .swiper-navigation .swiper-button-next,
.home-review-slider .contentblock.block-slider .swiper-navigation .swiper-button-prev,
.home-slider .contentblock.block-slider .swiper-navigation .swiper-button-next,
.home-slider .contentblock.block-slider .swiper-navigation .swiper-button-prev {
  background: none;
}
.home-review-slider .contentblock.block-slider .swiper-navigation .swiper-button-next svg,
.home-review-slider .contentblock.block-slider .swiper-navigation .swiper-button-prev svg,
.home-slider .contentblock.block-slider .swiper-navigation .swiper-button-next svg,
.home-slider .contentblock.block-slider .swiper-navigation .swiper-button-prev svg {
  width: 80px;
  height: 80px;
}
.home-review-slider .contentblock.block-slider .swiper-navigation .swiper-button-next svg path,
.home-review-slider .contentblock.block-slider .swiper-navigation .swiper-button-prev svg path,
.home-slider .contentblock.block-slider .swiper-navigation .swiper-button-next svg path,
.home-slider .contentblock.block-slider .swiper-navigation .swiper-button-prev svg path {
  fill: #000;
}
.home-review-slider .contentblock.block-slider .swiper-pagination,
.home-slider .contentblock.block-slider .swiper-pagination {
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 2;
  bottom: 4em;
  left: 0;
  right: 0;
}
.home-review-slider .contentblock.block-slider .swiper,
.home-slider .contentblock.block-slider .swiper {
  max-width: 100%;
}

.home-review-slider {
  margin-top: 8em;
  height: auto;
  background: #272526;
  padding: 6em 2em 6em;
}
.home-review-slider .contentblock.block-slider {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.home-review-slider .contentblock.block-slider:after, .home-review-slider .contentblock.block-slider:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100px;
  background: linear-gradient(to right, #272526, transparent);
  z-index: 2;
}
.home-review-slider .contentblock.block-slider:after {
  left: auto;
  right: 0;
  background: linear-gradient(to left, #272526, transparent);
}
.home-review-slider .contentblock.block-slider .swiper-pagination {
  bottom: 0;
}
.home-review-slider .contentblock.block-slider .swiper-pagination-bullet {
  background: #e3e3e3;
}
.home-review-slider .contentblock.block-slider .swiper-pagination-bullet-active {
  background: #858585;
}
.home-review-slider .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: var(--content-width-small);
  margin: 0 auto;
  color: #fff;
  padding-bottom: 3em;
  text-align: center;
  font-size: 21px;
}
.home-review-slider .review-image-container {
  display: flex;
  width: 200px;
  height: 200px;
  border-radius: 100px;
  overflow: hidden;
  margin-bottom: 2em;
}
.home-review-slider .review-image-container img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}
.home-review-slider .name {
  font-size: 16px;
  color: var(--clr-primary);
  margin-top: 2em;
}

.home-team {
  padding: 0;
}
.home-team .content-container {
  max-width: 1920px;
}
.home-team ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.home-team li {
  display: flex;
  flex-direction: column-reverse;
}
.home-team li:nth-of-type(n) {
  float: left;
  clear: none;
  box-sizing: border-box;
  width: calc( ( (100% + 0em ) / 3) - 0em);
  margin-right: 0em;
  margin-bottom: 0em;
}
.home-team li:nth-of-type(3n) {
  margin-right: 0;
}
.home-team li:nth-child(odd) {
  flex-direction: column;
}
.home-team li.dark {
  background: #272526;
  color: #fff;
}
.home-team .info {
  aspect-ratio: 16/14;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
  text-align: center;
}
.home-team .name {
  font-family: var(--font-handwriting);
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
}
.home-team .function {
  font-weight: 700;
}
.home-team .intro {
  margin: 2em 0;
}
.home-team .image-container {
  aspect-ratio: 16/14;
  overflow: hidden;
}
.home-team .image-container img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}
.home-team .social {
  display: flex;
  align-items: center;
  gap: 0.75em;
}
.home-team .social svg {
  display: block;
  width: 34px;
  height: 34px;
}

.home-interest {
  margin-top: var(--home-top-margin);
  padding-top: 5em;
  padding-bottom: 5em;
  background: var(--clr-light-gray);
}
.home-interest.small {
  padding-top: 3em;
  margin-top: 4em;
}

.home-content {
  padding: 0;
}
.home-content .content-container {
  max-width: 1920px;
}
.home-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.home-content li {
  display: flex;
  flex-direction: row;
}
.home-content li.dark h2, .home-content li.dark h3 {
  color: #fff;
}
.home-content li.dark .content {
  background: #272526;
  color: #fff;
}
.home-content li.right-left {
  flex-direction: row-reverse;
}
.home-content .content {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 140px 60px;
}
.home-content .content h2 {
  margin-bottom: 1em;
}
.home-content .content .text {
  width: 100%;
  max-width: 80%;
}
.home-content .image-container {
  width: 50%;
  min-height: 75dvh;
}
.home-content .image-container img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
}

.home-contentitems-slider {
  display: none;
  padding: 0;
  position: relative;
}
.home-contentitems-slider .block-slider {
  overflow: hidden;
}
.home-contentitems-slider .swiper-pagination {
  left: 0;
  right: 0;
  justify-content: center;
}
.home-contentitems-slider .swiper-slide {
  padding-bottom: 30px;
  height: auto;
}
.home-contentitems-slider .contentblock.block-slider .swiper-pagination-bullet {
  background: #fff;
  width: 1.25em;
  height: 1.25em;
}
.home-contentitems-slider .contentblock.block-slider .swiper-pagination-bullet-active {
  background: #bbb;
}
.home-contentitems-slider .content-image-container {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.home-contentitems-slider .content-image-container img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  height: 100%;
  width: 100%;
}
.home-contentitems-slider .text-container {
  position: relative;
  z-index: 2;
  padding: 60px;
}
.home-contentitems-slider .text {
  padding: 40px;
  background: rgba(255, 255, 255, 0.8);
}
.home-contentitems-slider .text .button {
  margin-top: 1.5em;
  padding: 1em 2em;
}

.home-actie {
  padding: 0;
}
.home-actie .content-container {
  max-width: 1920px;
  position: relative;
}
.home-actie .content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px 80px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  max-width: 40%;
  min-width: 32dvw;
  min-height: 600px;
  z-index: 2;
  /*
  position: absolute;
  left:0;
  top:0;
  height:100%;
  display:flex;
  flex-direction: column;
  justify-content: center;
  padding:60px 100px;
  background:rgba(0,0,0,0.8);
  color:#fff;
  max-width: 40dvw;
  min-width: 30dvw;
  */
}
.home-actie h2 {
  color: #fff;
}
.home-actie .text {
  margin: 1em 0;
}
.home-actie .button {
  margin: 1em auto 0 0;
}
.home-actie .image-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.home-actie .image-container img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center right;
     object-position: center right;
  width: 100%;
  height: 100%;
}

.home-maps {
  display: flex;
  margin-top: 8em;
}
.home-maps iframe {
  height: 60dvh;
  filter: grayscale(100%);
}

.interest-form {
  display: flex;
  flex-direction: row;
}
.interest-form .left,
.interest-form .right {
  width: 47%;
  display: flex;
  flex-direction: column;
}
.interest-form .right {
  margin-left: auto;
}
.interest-form .item {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 2em;
}
.interest-form .item.contact {
  margin-top: 2.5em;
}
.interest-form .title {
  display: flex;
  align-items: center;
  margin-bottom: 0.75em;
  padding-left: 210px;
}
.interest-form .title h3 {
  margin: 0 0 0 0.5em;
}
.interest-form .icon {
  min-width: 80px;
  height: 80px;
  border: 6px solid var(--clr-primary);
  border-radius: 50px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.interest-form .icon.green {
  border-color: var(--clr-green);
}
.interest-form .icon img {
  width: 40px;
  height: 40px;
}
.interest-form .fields {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.interest-form .form-row {
  flex-direction: row;
  align-items: center;
}
.interest-form .form-row label {
  width: 210px;
  padding-right: 1em;
  margin: 0;
}
.interest-form .form-row input, .interest-form .form-row select {
  width: calc(100% - 210px);
}
.interest-form .form-row.remarks {
  flex-direction: column;
  align-items: flex-start;
  margin-top: auto;
  padding-top: 1em;
}
.interest-form .form-row.remarks label {
  width: 100%;
}
.interest-form .form-row.remarks textarea {
  height: 150px;
  min-height: 0;
}
.interest-form .button {
  width: auto;
  margin-right: auto;
  margin-top: 1.5em;
}

.home-news {
  margin-top: var(--home-top-margin);
}
.home-news .button {
  margin-right: auto;
}

.home-viewing {
  margin-top: var(--home-top-margin);
}
.home-viewing iframe {
  margin-top: 2em;
}

.grid-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
}

.grid-list.news {
  margin-top: 1.5em;
}
.grid-list.news li {
  display: flex;
  flex-direction: column;
}
.grid-list.news li:nth-of-type(n) {
  float: left;
  clear: none;
  box-sizing: border-box;
  width: calc( ( (100% + 3em ) / 3) - 3em);
  margin-right: 3em;
  margin-bottom: 4em;
}
.grid-list.news li:nth-of-type(3n) {
  margin-right: 0;
}
.grid-list.news .image-container {
  overflow: hidden;
  aspect-ratio: 3/2;
}
.grid-list.news .image-container img {
  transition: all 250ms ease;
}
.grid-list.news .image-container:hover img {
  opacity: 0.9;
  scale: 1.05;
}
.grid-list.news .info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background: var(--clr-light-gray);
  padding: 1.5em 1.5em 1em;
}
.grid-list.news .date {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #878787;
  margin: -0.5em 0 1em;
}
.grid-list.news .date svg {
  width: 15px;
  height: 15px;
  margin-right: 0.25em;
}
.grid-list.news .date svg path {
  fill: #878787;
}
.grid-list.news .button {
  margin-top: auto;
  margin-right: auto;
  position: relative;
  bottom: -2em;
}

.block-margin-top {
  margin-top: 4em !important;
}

.cta-options {
  display: flex;
  flex-direction: column;
  margin-left: 0;
}
.cta-options .buttons {
  display: flex;
  flex-direction: column;
  margin-top: 0;
}
.cta-options .buttons .button {
  margin-right: auto;
  padding: 0.5em 1em;
  font-size: 16px;
}
.cta-options .icon {
  height: 18px;
  width: 18px;
  margin-right: 0.75em;
}
.cta-options .icon path {
  fill: #000;
}

.new-in-sale {
  margin-top: 5em;
  padding: 5em var(--content-padding) 5em;
  background: var(--clr-primary);
}
.new-in-sale ul {
  margin-top: 1em;
}
.new-in-sale .price {
  font-family: var(--font-title);
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.new-in-sale .button {
  margin-top: 2em;
}

/*
.home-team {
    margin-top:5em;

    .team-info {
        margin-top:2em;
    }

    .photo {
        height:100%;
        width:70%;
    }

    .text {
        width:30%;
        padding-left:clamp(2em, 5vw, 4em);
        display:flex;
        flex-direction: column;
    }

    .cta-options {
        margin-top:3em;
    }
}
*/
.divider-dots {
  width: 100%;
  height: 30px;
  background-image: url(../images/divider_dots.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  max-width: var(--content-width);
  margin: 5em auto;
  background-position: left center;
}
.divider-dots.bottom {
  margin-bottom: 0;
}

.contact-block {
  display: flex;
  flex-direction: row;
  margin-top: 2em;
}
.contact-block .contact-info {
  width: 60%;
  padding-right: 5%;
}
.contact-block .contact-info .info {
  display: flex;
  flex-direction: column;
}
.contact-block .contact-info a {
  display: flex;
  align-self: flex-start;
  align-items: center;
  margin-top: 0.25em;
}
.contact-block .contact-info svg {
  width: 20px;
  height: 20px;
  margin-right: 0.75em;
}
.contact-block .contact-form {
  margin-top: 3em;
}
.contact-block .contact-form .button {
  margin-top: 1em;
}
.contact-block .googlemaps {
  width: 45%;
  max-width: 100%;
}
.contact-block .googlemaps iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}

.homepage .footer {
  margin-top: 0;
}

.footer {
  padding: 5em var(--content-padding) 5em;
  margin-top: 10em;
  background: #000;
  color: #fff;
}
.footer .content-container {
  flex-direction: column;
}
.footer h2, .footer h3, .footer a {
  color: #fff;
}
.footer .contact,
.footer .logo,
.footer .side {
  width: auto;
}
.footer .logo-mobile {
  display: none;
}
.footer .logo {
  width: 100%;
  max-width: 180px;
  margin: 0 auto;
}
.footer .info {
  display: flex;
  flex-direction: row;
  display: flex;
  align-items: center;
}
.footer .contact {
  display: flex;
  flex-direction: column;
}
.footer .contact a {
  display: flex;
  align-self: flex-start;
}
.footer .contact svg {
  width: 17px;
  height: 100%;
  margin-right: 0.75em;
}
.footer .contact svg path {
  fill: #fff;
}
.footer .side {
  display: flex;
  flex-direction: row;
}
.footer .openinghours {
  display: flex;
  flex-direction: column;
  margin-right: 4vw;
}
.footer .openinghours ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .openinghours li {
  display: flex;
}
.footer .openinghours .day {
  width: 120px;
}
.footer .social ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.footer .social li {
  margin-left: 1em;
}
.footer .social img,
.footer .social svg {
  width: 32px;
  height: 32px;
}
.footer .social img path,
.footer .social svg path {
  fill: #fff;
}
.footer .branches {
  width: 100%;
  margin-top: auto;
  margin-left: auto;
  margin-top: 3em;
  padding-bottom: 2em;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  flex-wrap: wrap;
}
.footer .branches .trustoo-widget {
  margin-right: auto;
}
.footer .branches .branche-logos {
  align-self: flex-end;
}

.maintenance {
  height: 100vh;
  padding: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.maintenance h1 {
  font-weight: 600;
  font-size: 42px;
  line-height: 46px;
  margin-bottom: 1rem;
}
.maintenance .message {
  background: #fff;
  padding: 3.5em 4em;
  border-radius: 2em;
  width: 100%;
  max-width: 32em;
  box-shadow: 0px 0px 100px -50px rgba(0, 0, 0, 0.4);
}
.maintenance a {
  color: #ff840b;
}
.maintenance .outro {
  margin-top: 2.5em;
  font-size: 14px;
  color: #888;
  font-weight: 300;
}
.maintenance .image-container {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.share {
  width: 100%;
  display: flex;
  align-items: center;
  border-top: 1px solid #ddd;
  padding-top: 1em;
  margin-top: 3em;
}
.share span {
  margin-right: 0.5em;
}
.share a {
  float: left;
  line-height: 0;
  margin-right: 0.25em;
}
.share svg {
  width: 28px;
  height: 28px;
}

.related {
  margin-top: 4em;
}
.related .title {
  margin-bottom: 0;
}

.breadcrumbs {
  font-size: 15px;
  margin-top: 1.5em;
}
.breadcrumbs .content-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.breadcrumbs .text {
  margin-right: 1em;
}
.breadcrumbs .link {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.breadcrumbs .link:hover {
  text-decoration: underline;
}
.breadcrumbs .home {
  width: 13px;
  height: 13px;
  line-height: 0;
  margin-right: 0.375em;
}
.breadcrumbs .arrow {
  width: 10px;
  height: 10px;
  line-height: 0;
  margin: 0 0.75em;
}
.breadcrumbs .current {
  color: var(--clr-secondary);
}

.column-2 {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 3em;
       column-gap: 3em;
}
.column-2 h3, .column-2 h4 {
  margin-bottom: 0.5rem;
}

.lg-img-wrap {
  padding: 40px;
}

.button.valuation {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 1em;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.recaptcha-message {
  float: left;
  width: 100%;
  color: #999;
  font-weight: 500;
  font-size: 12px;
  margin-top: 6px;
}
.recaptcha-message a {
  display: inline !important;
  color: #aaa;
}

.grecaptcha-badge {
  visibility: hidden;
}

.mobile-menu {
  display: flex;
  flex-direction: column;
  position: fixed;
  width: 100dvw;
  height: 100dvh;
  z-index: 5;
  background: #000;
  right: -100dvw;
  top: 0;
  padding: 3em 3em 8em;
  overflow-y: auto;
  scale: 0.9;
  opacity: 0;
  transition: scale 500ms ease, opacity 500ms ease;
}
.mobile-menu.show {
  right: 0;
  scale: 1;
  opacity: 1;
}
.mobile-menu .top {
  display: flex;
}
.mobile-menu .menu-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mobile-menu li.toplevel:first-child li.sublevel a {
  border-top: none;
}
.mobile-menu li.toplevel a {
  display: block;
  text-decoration: none;
  font-weight: 700;
  padding: 10px 30px;
  text-align: center;
  color: #fff;
  font-size: 28px;
  display: flex;
}
.mobile-menu li.toplevel a span {
  width: 100%;
}
.mobile-menu .submenu {
  float: left;
  width: 100%;
  margin-top: 0;
}
.mobile-menu li.sublevel:last-of-type a span {
  border: none;
}
.mobile-menu li.sublevel a {
  font-size: 18px;
  font-weight: 400;
  padding: 6px 20px;
}
.mobile-menu .logo {
  margin-right: auto;
}
.mobile-menu .logo img {
  height: 40px;
}
.mobile-menu .close {
  margin-left: auto;
  position: relative;
  width: 46px;
  height: 46px;
  padding: 10px;
  cursor: pointer;
}
.mobile-menu .close svg path {
  fill: #fff;
}

/*
.mobile-menu {
    position: fixed;
    width: 650px;
    height: 100vh;
    z-index: 5;
    background: #fff;
    right: -650px;
    top: 0;
    padding: 4em 3em 8em;
    overflow-y: auto;    
    transition: right 350ms ease;

    &.show {
        right:0;
    }

    .menu-container {
        float:left;
        width:100%;
    }

    ul {
        list-style:none;
        padding:0;
        margin:3em 0 0;
        font-size:18px;
    }

    li.toplevel {
        width:100%;
        float:left;

        &:first-child {
            a {
                border-top: 1px solid #eee;    
            }

            li.sublevel a {
                border-top:none;
            }
        }

        a {
            float: left;
            width: 100%;            
            text-decoration: none;
            font-weight:700;

            span {
                float: left;
                width: 100%;
                padding: 1em 0 1em 1em;                
                border-bottom: 1px solid #eee;
            }

            &:hover {
                background:#f9f9f9;
            }
        }        
    }

    .submenu {
        float: left;
        width: 100%;
        margin-top: 0;
        border-bottom: 1px solid #eee;
    }

    li.sublevel {
        &:last-of-type {
            a span {
                border:none;
            }
        }

        a {
            padding-left:2em;
            font-size: 16px;     
            font-weight:400;   

            span {
                padding: 0.75em 0 0.75em 0.75em;
            }
        }
    }

    .close {
        position: absolute;
        left: 2em;
        top: 2em;
        width: 46px;
        height: 46px;
        padding: 10px;
        cursor:pointer;
    }
}
*/
.fader {
  position: fixed;
  left: 100%;
  z-index: -1;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  transition: opacity 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.fader.show {
  z-index: 4;
  left: 0;
  opacity: 1;
}
.fader.closing {
  opacity: 0;
}

/*!
	By André Rinas, www.andrerinas.de
	Documentation, www.simplelightbox.de
	Available for use under the MIT License
	Version 2.10.3
*/
body.hidden-scroll {
  overflow: hidden;
}

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  display: none;
  z-index: 1035;
}

.sl-wrapper {
  z-index: 1040;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
}

.sl-wrapper * {
  box-sizing: border-box;
}

.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}

.sl-wrapper button:hover {
  opacity: 0.7;
}

.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  color: #000;
  font-size: 3rem;
}

.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 1060;
  color: #000;
  font-size: 1rem;
}

.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}

.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: Arial, Baskerville, monospace;
  color: #000;
}

.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}

.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }

  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }

  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }

  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }

  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}
.sl-wrapper.sl-dir-rtl .sl-navigation {
  direction: ltr;
}

.sl-wrapper .sl-image {
  position: fixed;
  touch-action: none;
  z-index: 10000;
}

.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}

.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #000;
  z-index: 1060;
}

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.sl-transition {
  transition: transform ease 200ms;
}

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.max-content {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.flex-grow {
  flex-grow: 1;
}

.full {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.mt-auto {
  margin-top: auto;
}

.mr-auto {
  margin-right: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-auto {
  margin-left: auto;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 1em;
}

.mt-2 {
  margin-top: 2em;
}

.mt-3 {
  margin-top: 3em;
}

.mt-4 {
  margin-top: 4em;
}

.ml-0 {
  margin-left: 0;
}

.ml-1 {
  margin-left: 1em;
}

.ml-2 {
  margin-left: 2em;
}

.ml-3 {
  margin-left: 3em;
}

.mr-0 {
  margin-right: 0;
}

.mr-1 {
  margin-right: 1em;
}

.mr-2 {
  margin-right: 2em;
}

.mr-3 {
  margin-right: 3em;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 1em;
}

.mb-2 {
  margin-bottom: 2em;
}

.mb-3 {
  margin-bottom: 3em;
}

.mb-4 {
  margin-bottom: 4em;
}

.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: 1em;
}

.pt-2 {
  padding-top: 2em;
}

.pt-3 {
  padding-top: 3em;
}

.pt-4 {
  padding-top: 4em;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-1 {
  padding-bottom: 1em;
}

.pb-2 {
  padding-bottom: 2em;
}

.pb-3 {
  padding-bottom: 3em;
}

.pb-4 {
  padding-bottom: 4em;
}

.pl-0 {
  padding-left: 0;
}

.pl-1 {
  padding-left: 1em;
}

.pl-2 {
  padding-left: 2em;
}

.pl-3 {
  padding-left: 3em;
}

.pr-0 {
  padding-right: 0;
}

.pr-1 {
  padding-right: 1em;
}

.pr-2 {
  padding-right: 2em;
}

.pr-3 {
  padding-right: 3em;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

@media screen and (max-width: 960px) and (orientation: landscape) {
  .homepage .page-header {
    height: auto;
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
@media screen and (max-width: 1460px) {
  .homepage .page-header .header-title {
    font-size: clamp(40px, 8vw, 50px);
    max-width: clamp(370px, 100vw, 670px);
    line-height: 100%;
  }
  .homepage .page-header .header-teaser {
    max-width: clamp(370px, 100vw, 670px);
  }
  .homepage .page-header .button {
    margin-top: 2em;
  }

  .button {
    padding: 0.875em 2em;
  }

  .home-aanpak {
    margin-top: 6em;
  }
  .home-aanpak .image-container {
    aspect-ratio: 16/12;
  }
}
@media screen and (max-width: 1240px) {
  .realestate.overview .top .total {
    flex-direction: column;
  }
  .realestate.overview .top .total .amount {
    font-size: 100px;
    line-height: 80px;
  }

  .header {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header .menu-left a,
.header .menu-right a {
    padding: 10px 14px;
  }
}
@media screen and (max-width: 1080px) {
  h2 {
    font-size: clamp(28px, 6vw, 38px);
  }

  .page-header .header-title {
    font-size: clamp(40px, 8vw, 58px);
    line-height: 110%;
  }

  .header {
    height: 80px;
    padding: 0 var(--content-padding);
  }
  .header .menu-button {
    display: flex;
  }
  .header .logo {
    margin-left: 0;
  }
  .header .logo img {
    height: 30px;
  }
  .header .menu-left,
.header .menu-right,
.header .button.contact,
.header .social {
    display: none;
  }

  .searchbar {
    flex-direction: column;
  }
  .searchbar form {
    margin-left: 0;
    width: 100%;
    margin-top: 1em;
  }

  .interest-form .form-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .interest-form .form-row.remarks {
    margin-top: 0;
  }
  .interest-form .form-row label,
.interest-form .form-row input,
.interest-form .form-row select {
    width: 100%;
  }
  .interest-form .form-row label {
    margin-bottom: 0.25em;
  }
  .interest-form .title {
    padding-left: 0;
  }

  .page-intro.small {
    padding-left: 0;
    padding-right: 0;
  }

  .footer .side {
    flex-direction: column;
  }
  .footer .openinghours {
    margin-right: 0;
  }
  .footer .openinghours .hours {
    min-width: 0;
  }
  .footer .social {
    margin-top: 3em;
  }

  .object-list .content {
    padding: 0 0 0 4%;
  }
  .object-list h3, .object-list .h3 {
    font-size: 28px;
    line-height: 28px;
  }

  .realestate.overview .show-filters {
    display: flex;
  }

  .realestate.details .page-nav .navlist {
    flex-wrap: wrap;
    gap: 1%;
  }
  .realestate.details .page-nav li {
    width: 49.5%;
    max-width: 100%;
    flex-direction: row;
    background: var(--clr-primary);
    margin-bottom: 1%;
    aspect-ratio: auto;
    padding: 0.5em;
    transition: background-color 150ms ease;
  }
  .realestate.details .page-nav li:hover {
    background: var(--clr-primary-hover);
  }
  .realestate.details .page-nav .icon {
    border-radius: 0;
    aspect-ratio: auto;
    border: none;
    width: 50px;
  }
  .realestate.details .page-nav .icon svg {
    height: auto;
    width: 26px;
  }
  .realestate.details .page-nav .text {
    margin-top: 0;
  }

  .object-contact-share .content-container {
    flex-direction: column;
    align-items: flex-start;
  }
  .object-contact-share h2 {
    max-width: 100%;
  }
  .object-contact-share .options {
    margin-top: 2em;
    margin-left: 0;
  }
  .object-contact-share .cta-options {
    border-left: none;
    padding-left: 0;
  }

  .filters {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 3;
    left: -520px;
    width: 100%;
    max-width: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
    box-shadow: 30px 0px 30px -20px rgba(0, 0, 0, 0.12);
    transition: left 500ms ease;
  }
  .filters .show-results {
    display: block;
  }
  .filters .container {
    padding: 3em 2em;
  }
  .filters.show {
    left: 0;
  }
  .filters .close {
    display: flex;
  }

  .home-slider {
    height: 60dvh;
  }
  .home-slider .contentblock.block-slider .image-container {
    height: 60dvh;
  }

  .home-review-slider .contentblock.block-slider:after,
.home-review-slider .contentblock.block-slider:before {
    display: none;
  }

  .home-team ul {
    flex-direction: column;
  }
  .home-team li {
    flex-direction: row-reverse;
  }
  .home-team li:nth-of-type(n) {
    float: left;
    clear: none;
    box-sizing: border-box;
    width: calc( ( (100% + 0px ) / 1) - 0px);
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .home-team li:nth-of-type(1n) {
    margin-right: 0;
  }
  .home-team li:nth-child(odd) {
    flex-direction: row;
  }
  .home-team .info,
.home-team .image-container {
    aspect-ratio: 1;
    overflow: hidden;
    width: 50%;
  }

  .home-content .content {
    padding: 40px;
  }
  .home-content .content .text {
    max-width: 100%;
  }

  .home-actie .content {
    min-height: 500px;
    padding: 60px 40px;
  }

  .home-social .content {
    padding: 0px 0px 0px 30px;
  }

  .quicksearch {
    padding: 3em;
  }
}
@media screen and (max-width: 900px) {
  .breadcrumbs {
    display: none;
  }

  h2 {
    max-width: 100%;
  }

  .header {
    height: 70px;
  }
  .header .logo img {
    height: 30px;
  }

  .steplist {
    flex-direction: column;
  }
  .steplist li {
    flex-direction: row;
    align-items: center;
  }
  .steplist li:nth-of-type(n) {
    float: left;
    clear: none;
    box-sizing: border-box;
    width: calc( ( (100% + 0em ) / 1) - 0em);
    margin-right: 0em;
    margin-bottom: 1.5em;
  }
  .steplist li:nth-of-type(1n) {
    margin-right: 0;
  }
  .steplist .circle {
    max-width: 120px;
    height: 120px;
    border-radius: 120px;
    font-size: 70px;
    width: 100%;
  }
  .steplist .info {
    width: calc(100% - 120px);
    padding-left: 2em;
  }
  .steplist .title {
    margin: 0;
    max-width: none;
  }
  .steplist a {
    margin: 0.75em auto 0 0;
  }

  .homepage .contentblock.text-cta {
    flex-direction: column;
  }
  .homepage .contentblock.text-cta .content {
    width: 100%;
  }
  .homepage .contentblock.text-cta .text {
    padding: 0;
    border: none;
  }
  .homepage .contentblock.text-cta .read-more {
    margin-top: 1em;
  }
  .homepage .contentblock.text-cta .cta-options {
    width: 100%;
    padding: 0;
    margin: 2em 0 0;
    border-top: 1px solid #000;
    padding-top: 2em;
  }
  .homepage .contentblock.text-cta .cta-options .buttons {
    flex-direction: row;
  }
  .homepage .contentblock.text-cta .cta-options .buttons .button {
    margin-right: 0.5em;
  }

  .grid-list.news li {
    flex-direction: row;
  }
  .grid-list.news li:nth-of-type(n) {
    float: left;
    clear: none;
    box-sizing: border-box;
    width: calc( ( (100% + 0em ) / 1) - 0em);
    margin-right: 0em;
    margin-bottom: 1em;
  }
  .grid-list.news li:nth-of-type(1n) {
    margin-right: 0;
  }
  .grid-list.news .image {
    width: 200px;
  }
  .grid-list.news .info {
    width: calc(100% - 200px);
  }
  .grid-list.news .image-container {
    aspect-ratio: unset;
    height: 100%;
  }
  .grid-list.news .button {
    bottom: 0;
    margin-top: 1.5em;
  }

  .object-contact-share .content-container,
.home-make-appointment .content-container {
    flex-direction: column;
    align-items: flex-start;
  }
  .object-contact-share h2,
.home-make-appointment h2 {
    margin-bottom: 0.5em;
  }
  .object-contact-share h2 br,
.home-make-appointment h2 br {
    display: none;
  }
  .object-contact-share .options,
.home-make-appointment .options {
    margin-left: 0;
    width: 100%;
    margin-top: 1em;
  }
  .object-contact-share .cta-options,
.home-make-appointment .cta-options {
    margin-left: 0;
    border-left: none;
    padding-left: 0;
  }
  .object-contact-share .socials,
.home-make-appointment .socials {
    width: auto;
  }

  .divider-dots {
    background-size: 150%;
  }

  .home-team .team-info {
    flex-direction: column;
  }
  .home-team .photo {
    width: 100%;
  }
  .home-team .text {
    padding-left: 0;
    margin-top: 1.5em;
    width: 100%;
  }
  .home-team .cta-options {
    margin-top: 2em;
  }
  .home-team .cta-options .buttons {
    flex-direction: row;
  }
  .home-team .cta-options .buttons .button {
    margin-right: 0.5em;
  }

  .home-content {
    display: none;
  }

  .home-contentitems-slider {
    display: block;
  }

  .contentblock.image-gallery .gallery.per-row-5 .image-container:nth-of-type(n) {
    float: left;
    clear: none;
    box-sizing: border-box;
    width: calc( ( (100% + 1em ) / 4) - 1em);
    margin-right: 1em;
    margin-bottom: 1em;
  }
  .contentblock.image-gallery .gallery.per-row-5 .image-container:nth-of-type(4n) {
    margin-right: 0;
  }

  .contentblock.textimage.dark.left-right .text-container, .contentblock.textimage.dark.right-left .text-container {
    padding: 3em 2em 3em 2em;
  }
  .contentblock.textimage.left-right, .contentblock.textimage.right-left {
    flex-direction: column-reverse;
  }
  .contentblock.textimage.left-right .image-container,
.contentblock.textimage.left-right .text-container, .contentblock.textimage.right-left .image-container,
.contentblock.textimage.right-left .text-container {
    width: 100%;
  }
  .contentblock.textimage.left-right .text-container, .contentblock.textimage.right-left .text-container {
    margin: 0;
    transform: none;
    width: 100%;
    padding: 2em 0 0;
  }
  .contentblock.textimage.left-right .text-content, .contentblock.textimage.right-left .text-content {
    max-width: 100%;
  }
  .contentblock.textimage.left-right .image-container img, .contentblock.textimage.right-left .image-container img {
    height: 35vh;
    max-height: 40em;
    min-height: 20em;
  }

  .contact-block {
    flex-direction: column;
  }
  .contact-block .contact-info {
    width: 100%;
    padding-right: 0;
  }
  .contact-block .contact-form {
    max-width: 600px;
  }
  .contact-block .googlemaps {
    margin-top: 3em;
    width: 100%;
  }
  .contact-block .googlemaps iframe {
    aspect-ratio: 3/2;
    min-height: 320px;
  }

  .realestate.overview .top .intro h1 {
    font-size: 46px;
  }

  .realestate.details .image-grid .left {
    width: 100%;
  }
  .realestate.details .image-grid .right {
    display: none;
  }
  .realestate.details .specifications-list {
    flex-direction: column;
  }
  .realestate.details .specifications-list .left,
.realestate.details .specifications-list .right {
    width: 100%;
    margin: 0;
  }
  .realestate.details .specifications-list .left li:last-of-type {
    border: none;
  }

  .layout-container.similar-objects .similar-objects-list {
    flex-direction: column;
  }

  .similar-objects-list li:nth-of-type(n) {
    float: left;
    clear: none;
    box-sizing: border-box;
    width: calc( ( (100% + 0px ) / 1) - 0px);
    margin-right: 0px;
    margin-bottom: 3em;
  }
  .similar-objects-list li:nth-of-type(1n) {
    margin-right: 0;
  }

  .layout-container.viewing-form .form-container {
    padding: 3em;
  }
  .layout-container.viewing-form .form-row {
    flex-direction: column;
    gap: 0;
  }

  .column-2 {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .lg-img-wrap {
    padding: 0;
  }

  .homepage .page-header .social-sidebar {
    display: none;
  }

  .quicksearch-container {
    transform: none;
    height: auto;
    padding: 0;
  }
  .quicksearch-container .quicksearch {
    box-shadow: none;
  }

  .home-aanpak {
    margin-top: 6em;
  }
  .home-aanpak .info {
    padding-bottom: 3em;
  }
  .home-aanpak li:nth-of-type(n) {
    float: left;
    clear: none;
    box-sizing: border-box;
    width: calc( ( (100% + 4em ) / 1) - 4em);
    margin-right: 4em;
    margin-bottom: 0px;
  }
  .home-aanpak li:nth-of-type(1n) {
    margin-right: 0;
  }
  .home-aanpak li:last-of-type {
    margin-bottom: 0;
  }

  .home-review-slider {
    padding: 4em 2em 4em;
  }
  .home-review-slider .content {
    padding-bottom: 4em;
  }

  .home-team li:nth-child(odd),
.home-team li {
    flex-direction: column;
  }
  .home-team .info,
.home-team .image-container {
    width: 100%;
  }
  .home-team .info {
    aspect-ratio: auto;
    padding-bottom: 4em;
  }

  .homepage .page-header {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 680px) {
  :root {
    --home-top-margin: 3em;
  }

  h1,
h2,
.page-header .header-title {
    letter-spacing: -1px;
    line-height: 100%;
  }

  .quicksearch {
    background: var(--clr-black);
    color: #fff;
  }
  .quicksearch .fields {
    flex-direction: column;
  }
  .quicksearch select {
    height: 60px;
  }
  .quicksearch .button {
    margin: 0 auto;
  }

  .page-header .header-teaser {
    display: none;
  }
  .page-header .header-text {
    font-size: 18px;
  }
  .page-header .buttons .button {
    margin-top: 2em;
  }
  .page-header .image-container.align-left img {
    -o-object-position: center left;
       object-position: center left;
  }
  .page-header .image-container.align-right img {
    -o-object-position: center right;
       object-position: center right;
  }

  .subtitle {
    font-size: 22px;
  }

  .header .social-header {
    display: flex;
  }
  .header .logo {
    margin: 0 auto;
  }
  .header .contact {
    display: none;
  }

  .searchbar form {
    align-items: flex-start;
    flex-direction: column;
  }
  .searchbar form input, .searchbar form select {
    margin-bottom: 0.5em;
  }
  .searchbar .button {
    margin: 0.5em 0 0;
  }

  .interest-form {
    flex-direction: column;
  }
  .interest-form .left,
.interest-form .right {
    width: 100%;
    padding: 0;
  }

  .grid-list.news li {
    flex-direction: column;
  }
  .grid-list.news li .image {
    width: 100%;
  }
  .grid-list.news li .image .image-container {
    aspect-ratio: 2/1;
  }
  .grid-list.news li .info {
    width: 100%;
  }

  .divider-dots {
    margin-top: 4em;
    margin-bottom: 4em;
    background-size: 200%;
  }

  .mobile-menu {
    max-width: 100%;
    width: 100%;
    padding: 3em 2em 4em;
  }

  .footer {
    margin-top: 5em;
    padding-top: 3em;
  }
  .footer .content-container {
    flex-direction: column;
  }
  .footer .right {
    padding-left: 0;
    margin-top: 3em;
  }
  .footer .side {
    margin-left: 0;
    padding: 0;
    margin-top: 3em;
  }
  .footer .logo {
    width: 140px;
  }
  .footer .info {
    flex-direction: column;
  }
  .footer .social {
    padding-left: 0;
    margin-left: 0;
    margin-top: 3em;
  }
  .footer .branches {
    margin-top: 3em;
    padding-bottom: 3em;
    justify-content: flex-start;
  }

  .contentblock.image-gallery .gallery.per-row-4 .image-container:nth-of-type(n),
.contentblock.image-gallery .gallery.per-row-5 .image-container:nth-of-type(n) {
    float: left;
    clear: none;
    box-sizing: border-box;
    width: calc( ( (100% + 1em ) / 3) - 1em);
    margin-right: 1em;
    margin-bottom: 1em;
  }
  .contentblock.image-gallery .gallery.per-row-4 .image-container:nth-of-type(3n),
.contentblock.image-gallery .gallery.per-row-5 .image-container:nth-of-type(3n) {
    margin-right: 0;
  }

  .contentblock.block-slider .image-container .text {
    font-size: 50px;
  }

  .realestate.overview .top {
    min-height: 0;
  }
  .realestate.overview .top .intro {
    display: none;
  }
  .realestate.overview .top .total {
    width: 100%;
    flex-direction: row;
    font-size: 27px;
  }
  .realestate.overview .top .total .amount {
    font-size: 70px;
    line-height: 60px;
  }

  .object-list li {
    flex-direction: column;
  }
  .object-list .image-container {
    width: 100%;
  }
  .object-list .labels {
    display: flex;
    flex-direction: row;
  }
  .object-list h3, .object-list .h3 {
    font-size: 24px;
    line-height: 24px;
  }
  .object-list .content {
    width: 100%;
    padding: 1em 0 0 0;
  }
  .object-list .content .title,
.object-list .content .properties,
.object-list .content .actions {
    width: 100%;
  }
  .object-list .content .actions {
    margin-top: 1em;
  }
  .object-list .labels {
    flex-direction: row;
    position: relative;
    width: auto;
    flex-wrap: wrap;
  }
  .object-list .labels .label {
    flex-direction: row;
    margin-right: 1.5em;
    margin-bottom: 0.5em;
  }
  .object-list .labels .label:last-child {
    margin-bottom: 0.5em;
  }
  .object-list .labels .label .icon {
    height: 20px;
    width: 24px;
    justify-content: flex-start;
    margin-right: 0.25em;
  }
  .object-list .labels .label .icon svg {
    height: 20px;
  }
  .object-list .labels .label .text {
    text-align: left;
    margin-top: 0;
  }

  .realestate.details .page-nav .navlist {
    flex-direction: column;
    gap: 0;
  }
  .realestate.details .page-nav li {
    width: 100%;
  }
  .realestate.details .panorama iframe {
    aspect-ratio: 16/12;
  }

  .googlemaps iframe {
    aspect-ratio: 16/12;
  }

  .home-actie .content-container {
    flex-direction: column-reverse;
  }
  .home-actie .image-container {
    position: relative;
  }
  .home-actie .image-container img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: auto;
  }
  .home-actie .content {
    min-height: 0;
    height: auto;
    width: 100%;
    max-width: 100%;
    background: var(--clr-black);
  }

  .home-social {
    margin: 0;
    padding: 60px 30px;
    background: #000;
    color: #fff;
    aspect-ratio: 16/12;
  }
  .home-social h2 {
    color: #fff;
    text-align: center;
  }
  .home-social .content-container {
    display: flex;
    justify-content: center;
    height: 100%;
  }
  .home-social .content {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .home-social .toptitle,
.home-social .text,
.home-social .image-container {
    display: none;
  }

  .home-maps {
    margin-top: 0;
  }

  .home-slider .contentblock.block-slider .swiper-navigation,
.home-review-slider .contentblock.block-slider .swiper-navigation {
    display: none;
  }

  .footer {
    padding-top: 5em;
  }
  .footer .info {
    align-items: center;
    justify-content: center;
  }
  .footer .logo {
    display: none;
  }
  .footer .logo-mobile {
    display: block;
    width: 140px;
  }
  .footer .contact {
    margin-top: 2em;
    align-items: center;
    text-align: center;
  }
  .footer .contact h3 {
    display: none;
  }
  .footer .contact a {
    align-self: center;
  }
  .footer .side {
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .steplist li {
    margin-bottom: 3em;
  }
  .steplist li .circle {
    max-width: 90px;
    height: 90px;
    border-radius: 90px;
    font-size: 60px;
  }
  .steplist li .info {
    width: calc(100% - 90px);
  }

  .divider-dots {
    margin-top: 3em;
    margin-bottom: 3em;
    background-size: 250%;
  }

  .object-contact-share .options,
.home-make-appointment .options {
    flex-direction: column;
  }
  .object-contact-share .options .cta-options,
.home-make-appointment .options .cta-options {
    margin: 0;
    padding: 0;
    border: none;
  }
  .object-contact-share .options .socials,
.home-make-appointment .options .socials {
    margin-top: 2em;
  }

  .contentblock.block-slider .image-container .text {
    font-size: 40px;
  }

  .contentblock.image-gallery .gallery.per-row-3 .image-container:nth-of-type(n),
.contentblock.image-gallery .gallery.per-row-4 .image-container:nth-of-type(n),
.contentblock.image-gallery .gallery.per-row-5 .image-container:nth-of-type(n) {
    float: left;
    clear: none;
    box-sizing: border-box;
    width: calc( ( (100% + 1em ) / 2) - 1em);
    margin-right: 1em;
    margin-bottom: 1em;
  }
  .contentblock.image-gallery .gallery.per-row-3 .image-container:nth-of-type(2n),
.contentblock.image-gallery .gallery.per-row-4 .image-container:nth-of-type(2n),
.contentblock.image-gallery .gallery.per-row-5 .image-container:nth-of-type(2n) {
    margin-right: 0;
  }

  .realestate.overview .top .total {
    padding: 1.5rem 0.5rem;
    font-size: 22px;
  }
  .realestate.overview .top .total .amount {
    font-size: 42px;
    line-height: 30px;
    margin: 0 14px;
  }

  .layout-container.viewing-form .form-container {
    padding: 2em;
  }

  .object-list-top {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0.5em;
  }
  .object-list-top .sorting {
    margin-left: 0;
    margin-top: 0.5em;
  }

  .specifications-list li {
    padding: 1em 0;
    flex-direction: column;
  }
  .specifications-list .label {
    font-weight: 700;
    min-width: 0;
  }
  .specifications-list .value {
    padding-left: 0;
  }

  body.filters-open {
    touch-action: none;
    -webkit-overflow-scrolling: none;
    overflow: hidden;
    -ms-scroll-chaining: none;
        overscroll-behavior: none;
  }

  .filters {
    max-width: 480px;
  }

  .home-top-banner a {
    padding: 12px;
    font-size: 15px;
  }

  .home-contentitems-slider .text-container {
    padding: 16px;
  }
  .home-contentitems-slider .text {
    margin-bottom: 40px;
  }

  .mobile-menu .top {
    padding-bottom: 20px;
  }
  .mobile-menu li.toplevel a {
    padding: 6px 20px;
    font-size: 24px;
  }
  .mobile-menu li.sublevel a {
    font-size: 18px;
  }
}