/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com *//*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

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

/**
Use a more readable tab size (opinionated).
*/

html {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
	margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
	text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
	box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
	vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
	display: list-item;
}/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: Walsheim, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}


/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */
 
:-moz-focusring {
	outline: auto;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: Neue Machina, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
	--tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.container {
	width: 100%;
}@media (min-width: 375px) {

	.container {
		max-width: 375px;
	}
}@media (min-width: 640px) {

	.container {
		max-width: 640px;
	}
}@media (min-width: 768px) {

	.container {
		max-width: 768px;
	}
}@media (min-width: 1024px) {

	.container {
		max-width: 1024px;
	}
}@media (min-width: 1280px) {

	.container {
		max-width: 1280px;
	}
}@media (min-width: 1600px) {

	.container {
		max-width: 1600px;
	}
}@media (min-width: 2000px) {

	.container {
		max-width: 2000px;
	}
}.static {
	position: static;
}.absolute {
	position: absolute;
}.relative {
	position: relative;
}.top-0 {
	top: 0;
}.left-0 {
	left: 0;
}.top-200 {
	top: 12.5rem;
}.mx-5 {
	margin-left: 0.3125rem;
	margin-right: 0.3125rem;
}.mr-60 {
	margin-right: 3.75rem;
}.mb-30 {
	margin-bottom: 1.875rem;
}.mb-40 {
	margin-bottom: 2.5rem;
}.mb-65 {
	margin-bottom: 4.063rem;
}.mb-20 {
	margin-bottom: 1.25rem;
}.mb-120 {
	margin-bottom: 7.5rem;
}.ml-5 {
	margin-left: 0.3125rem;
}.mt-30 {
	margin-top: 1.875rem;
}.mb-50 {
	margin-bottom: 3.125rem;
}.mb-15 {
	margin-bottom: 0.938rem;
}.mb-60 {
	margin-bottom: 3.75rem;
}.mt-5 {
	margin-top: 0.3125rem;
}.mt-10 {
	margin-top: 0.625rem;
}.block {
	display: block;
}.inline-block {
	display: inline-block;
}.inline {
	display: inline;
}.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}.table {
	display: table;
}.grid {
	display: grid;
}.hidden {
	display: none;
}.w-6\/12 {
	width: 50%;
}.w-full {
	width: 100%;
}.transform {
	-webkit-transform: var(--tw-transform);
	        transform: var(--tw-transform);
}.cursor-pointer {
	cursor: pointer;
}.resize {
	resize: both;
}.appearance-none {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}.flex-wrap {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}.items-center {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}.justify-start {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}.justify-end {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}.justify-center {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}.border {
	border-width: 1px;
}.bg-blue-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(237, 239, 241, var(--tw-bg-opacity));
}.fill-current {
	fill: currentColor;
}.stroke-current {
	stroke: currentColor;
}.p-30 {
	padding: 1.875rem;
}.py-60 {
	padding-top: 3.75rem;
	padding-bottom: 3.75rem;
}.text-center {
	text-align: center;
}.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.text-black {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}.opacity-0 {
	opacity: 0;
}.filter {
	-webkit-filter: var(--tw-filter);
	        filter: var(--tw-filter);
}.transition {
	-webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition-duration: 150ms;
	        transition-duration: 150ms;
}@media (min-width: 768px) {

	.md\:ml-10 {
		margin-left: 0.625rem;
	}

	.md\:block {
		display: block;
	}

	.md\:inline-block {
		display: inline-block;
	}

	.md\:hidden {
		display: none;
	}

	.md\:px-60 {
		padding-left: 3.75rem;
		padding-right: 3.75rem;
	}
}.svg-embedded.size-small {
	height: 0.75rem;
	width: 0.75rem;
}.svg-embedded.size-medium {
	height: 0.375rem;
	width: 0.375rem;
}.svg-embedded.size-large {
	height: 0.75rem;
	width: 0.75rem;
}.loading-spinner {
	height: 3.125rem;
	width: 3.125rem;border:4px solid #9ca3af;border-top:4px solid #e5e7eb;border-radius:50%;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;
}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.table-wrapper {
	overflow: scroll;
}.table table {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}.table table tr{border-top:1px solid #e5e7eb}.table table tr td {
	padding-left: 0.938rem;
	padding-right: 0.938rem;
	padding-top: 0.3125rem;
	padding-bottom: 0.3125rem;
	line-height: 1.375;min-width:100px;
}.table table tr th {
	padding-left: 0.938rem;
	padding-right: 0.938rem;
	padding-top: 0.3125rem;
	padding-bottom: 0.3125rem;
	text-align: left;
	line-height: 1.375;
}.custom-checkbox {
	position: relative;
}.custom-checkbox:hover .form--label-checkbox:before{background-image:url(/_Resources/Static/Packages/FormatD.DesignSystem/Icons/external/done.svg)}.custom-checkbox:hover input[type=checkbox]:checked+.form--label-checkbox:before{background-image:url(/_Resources/Static/Packages/FormatD.DesignSystem/Icons/external/done-white.svg)}.custom-checkbox input[type=checkbox] {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}.custom-checkbox input[type=checkbox]:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}.custom-checkbox input[type=checkbox]:disabled+.form--label-checkbox {
	cursor: not-allowed;
	--tw-text-opacity: 1;
	color: rgba(209, 213, 219, var(--tw-text-opacity));
}.custom-checkbox input[type=checkbox]:disabled+.form--label-checkbox:before {
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));background-image:none !important;
}.custom-checkbox input[type=checkbox]:checked+.form--label-checkbox:before {
	--tw-bg-opacity: 1;
	background-color: rgba(156, 163, 175, var(--tw-bg-opacity));background-image:url(/_Resources/Static/Packages/FormatD.DesignSystem/Icons/external/done-white.svg);
}.custom-checkbox .form--label-checkbox {
	position: relative;
	display: inline-block;
	cursor: pointer;
	padding-left: 2.5rem;
	font-size: 1rem;
	line-height: 1.5;
}.custom-checkbox .form--label-checkbox:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 1.375rem;
	width: 1.375rem;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(156, 163, 175, var(--tw-border-opacity));
	background-position: center;
	background-repeat: no-repeat;content:"";-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;
}.section.dark .custom-checkbox:hover .form--label-checkbox:before{background-image:url(/_Resources/Static/Packages/FormatD.DesignSystem/Icons/external/done-white.svg)}.section.dark .custom-checkbox:hover input[type=checkbox]:checked+.form--label-checkbox:before{background-image:url(/_Resources/Static/Packages/FormatD.DesignSystem/Icons/external/done.svg)}.section.dark .custom-checkbox input[type=checkbox]:checked+.form--label-checkbox:before {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));background-image:url(/_Resources/Static/Packages/FormatD.DesignSystem/Icons/external/done.svg);
}.section.dark .custom-checkbox .form--label-checkbox:before {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}.custom-file-upload {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}.custom-file-upload .custom-file-upload--preview-link {
	-webkit-box-ordinal-group: 10000;
	    -ms-flex-order: 9999;
	        order: 9999;
	margin-top: 0.938rem;
	display: block;
	width: 100%;
	text-decoration: underline;
}.custom-file-upload input[type=file] {
	display: block;
	width: 100%;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(243, 244, 246, var(--tw-border-opacity));
	padding-left: 0.938rem;
	padding-right: 0.938rem;
	padding-top: 1.125rem;
	padding-bottom: 1.125rem;
	--tw-text-opacity: 1;
	color: rgba(209, 213, 219, var(--tw-text-opacity));
}.custom-file-upload input[type=file]:focus {
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity));
	outline: 2px solid transparent;
	outline-offset: 2px;
}.custom-file-upload input[type=file]:not(:-moz-placeholder-shown) {
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity));
}.custom-file-upload input[type=file]:not(:-ms-input-placeholder) {
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity));
}.custom-file-upload input[type=file]:not(:placeholder-shown) {
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity));
}.section.dark .custom-file-upload input[type=file] {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
	--tw-text-opacity: 1;
	color: rgba(243, 244, 246, var(--tw-text-opacity));
}.section.dark .custom-file-upload input[type=file]:focus {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	outline: 2px solid transparent;
	outline-offset: 2px;
}.section.dark .custom-file-upload input[type=file]:not(:-moz-placeholder-shown) {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.section.dark .custom-file-upload input[type=file]:not(:-ms-input-placeholder) {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.section.dark .custom-file-upload input[type=file]:not(:placeholder-shown) {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.form--group .error.select-input, .form--group .error.textarea-input, .form--group .error.file-upload-input, .form--group .error.input-input {
	--tw-border-opacity: 1;
	border-color: rgba(255, 103, 103, var(--tw-border-opacity));
}.form--group .error.radio-button-input+.custom-radio-button--list-item--label:before {
	--tw-border-opacity: 1;
	border-color: rgba(255, 103, 103, var(--tw-border-opacity));
}.form--group .error.checkbox-input+.form--label-checkbox:before {
	--tw-border-opacity: 1;
	border-color: rgba(255, 103, 103, var(--tw-border-opacity));
}.form--group .help-inline {
	position: absolute;
	left: 0;
	font-size: 0.75rem;
	--tw-text-opacity: 1;
	color: rgba(255, 103, 103, var(--tw-text-opacity));bottom:-18px;
}.form--group {
	position: relative;
	margin-bottom: 2.5rem;
}.form--icon {
	pointer-events: none;
	position: absolute;
	top: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity));
}.section.dark .form--icon {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.input.input--with-icon {
	position: relative;
}.input.input--with-icon.icon-right input[type=text] {
	padding-right: 3.125rem;
}.input.input--with-icon.icon-right .form--icon {
	right: 0;
}.input.input--with-icon.icon-left input[type=text] {
	padding-left: 3.75rem;
}.input.input--with-icon.icon-left .form--icon {
	left: 0;
}.input input[type=text], .input input[type=search] {
	display: block;
	height: 3.75rem;
	width: 100%;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	border-radius: 0px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(243, 244, 246, var(--tw-border-opacity));
	padding-left: 0.938rem;
	padding-right: 0.938rem;
	padding-top: 1.125rem;
	padding-bottom: 1.125rem;
	line-height: 1.5;
	--tw-text-opacity: 1;
	color: rgba(209, 213, 219, var(--tw-text-opacity));
}.input input[type=text],.input input[type=search]{background-color:rgba(0,0,0,0)}.input input[type=text]:focus, .input input[type=search]:focus {
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity));
	outline: 2px solid transparent;
	outline-offset: 2px;
}.input input[type=text]:not(:-moz-placeholder-shown), .input input[type=search]:not(:-moz-placeholder-shown) {
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity));
}.input input[type=text]:not(:-ms-input-placeholder), .input input[type=search]:not(:-ms-input-placeholder) {
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity));
}.input input[type=text]:not(:placeholder-shown), .input input[type=search]:not(:placeholder-shown) {
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity));
}.input input[type=search]::-webkit-search-decoration,.input input[type=search]::-webkit-search-cancel-button,.input input[type=search]::-webkit-search-results-button,.input input[type=search]::-webkit-search-results-decoration{display:none}.section.dark .input input[type=text] {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
	--tw-text-opacity: 1;
	color: rgba(243, 244, 246, var(--tw-text-opacity));
}.section.dark .input input[type=text]:focus {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.section.dark .input input[type=text]:not(:-moz-placeholder-shown) {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.section.dark .input input[type=text]:not(:-ms-input-placeholder) {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.section.dark .input input[type=text]:not(:placeholder-shown) {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.form--label {
	margin-bottom: 0.3125rem;
	display: inline-block;
	font-size: 0.75rem;
}.section.dark .form--label {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.custom-radio-button {
	position: relative;
}.custom-radio-button .list-inline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}.custom-radio-button .list-inline .custom-radio-button--list-item {
	margin-right: 2.5rem;
}.custom-radio-button .list-inline .custom-radio-button--list-item:last-child {
	margin-right: 0;
}.custom-radio-button .custom-radio-button--list-item {
	margin-bottom: 1.25rem;
}.custom-radio-button .custom-radio-button--list-item:hover .custom-radio-button--list-item--label:after {
	--tw-bg-opacity: 1;
	background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}.custom-radio-button input[type=radio] {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}.custom-radio-button input[type=radio]:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}.custom-radio-button input[type=radio]:checked+.custom-radio-button--list-item--label:before {
	--tw-bg-opacity: 1;
	background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}.custom-radio-button input[type=radio]:checked+.custom-radio-button--list-item--label:after {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}.custom-radio-button .custom-radio-button--list-item--label {
	position: relative;
	cursor: pointer;
	padding-left: 2.5rem;
}.custom-radio-button .custom-radio-button--list-item--label:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 1.375rem;
	width: 1.375rem;
	border-radius: 9999px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(156, 163, 175, var(--tw-border-opacity));content:"";-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;
}.custom-radio-button .custom-radio-button--list-item--label:after {
	position: absolute;
	z-index: 20;
	height: 0.625rem;
	width: 0.625rem;
	border-radius: 9999px;content:"";top:6px;left:6px;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;
}.form--label-radiobutton {
	margin-bottom: 0.938rem;
	display: inline-block;
	font-size: 1rem;
}.section.dark .custom-radio-button .custom-radio-button--list-item:hover .custom-radio-button--list-item--label:after {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}.section.dark .custom-radio-button input[type=radio]:checked+.custom-radio-button--list-item--label:before {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}.section.dark .custom-radio-button input[type=radio]:checked+.custom-radio-button--list-item--label:after {
	--tw-bg-opacity: 1;
	background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}.section.dark .custom-radio-button .custom-radio-button--list-item--label {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.section.dark .custom-radio-button .custom-radio-button--list-item--label:before {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}.form--section {
	margin-bottom: 1.875rem;
	display: grid;
	gap: 1.875rem;
}.form--section.cols-2 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}@media (min-width: 768px){.form--section.cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}}@media print{.form--section.cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}}.form--section.cols-2.layout-even .form--group {
	grid-column: span 1 / span 1;
}.form--section.cols-3 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}@media (min-width: 768px){.form--section.cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}}@media print{.form--section.cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}}.form--section.cols-3.layout-even .form--group {
	grid-column: span 1 / span 1;
}@media (min-width: 768px){.form--section.cols-3.layout-25-25-50 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}.form--section.cols-3.layout-25-25-50>div:nth-child(3n) {
		grid-column: span 2 / span 2;
	}.form--section.cols-3.layout-25-25-50>div {
		grid-column: span 1 / span 1;
	}.form--section.cols-3.layout-50-25-25 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}.form--section.cols-3.layout-50-25-25>div:nth-child(3n+1) {
		grid-column: span 2 / span 2;
	}.form--section.cols-3.layout-50-25-25>div {
		grid-column: span 1 / span 1;
	}.form--section.cols-3.layout-50-16-33 {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}.form--section.cols-3.layout-50-16-33>div:nth-child(3n+1) {
		grid-column: span 3 / span 3;
	}.form--section.cols-3.layout-50-16-33>div:nth-child(3n+2) {
		grid-column: span 1 / span 1;
	}.form--section.cols-3.layout-50-16-33>div {
		grid-column: span 2 / span 2;
	}}@media print{.form--section.cols-3.layout-50-16-33 {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}.form--section.cols-3.layout-50-16-33>div:nth-child(3n+1) {
		grid-column: span 3 / span 3;
	}.form--section.cols-3.layout-50-16-33>div:nth-child(3n+2) {
		grid-column: span 1 / span 1;
	}.form--section.cols-3.layout-50-16-33>div {
		grid-column: span 2 / span 2;
	}}@media (min-width: 768px){.form--section.cols-3.layout-16-33-50 {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}.form--section.cols-3.layout-16-33-50>div:nth-child(3n+1) {
		grid-column: span 1 / span 1;
	}.form--section.cols-3.layout-16-33-50>div:nth-child(3n+2) {
		grid-column: span 2 / span 2;
	}.form--section.cols-3.layout-16-33-50>div {
		grid-column: span 3 / span 3;
	}}@media print{.form--section.cols-3.layout-16-33-50 {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}.form--section.cols-3.layout-16-33-50>div:nth-child(3n+1) {
		grid-column: span 1 / span 1;
	}.form--section.cols-3.layout-16-33-50>div:nth-child(3n+2) {
		grid-column: span 2 / span 2;
	}.form--section.cols-3.layout-16-33-50>div {
		grid-column: span 3 / span 3;
	}}.form--section.cols-4 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}@media (min-width: 768px){.form--section.cols-4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}.form--section.cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}}.form--section.cols-4.layout-even .form--group:first-child {
	grid-column: span 1 / span 1;
}.form--section.cols-4.layout-even .form--group:nth-child(2) {
	grid-column: span 1 / span 1;
}.form--section.cols-4.layout-even .form--group:nth-child(3) {
	grid-column: span 1 / span 1;
}.form--section.cols-4.layout-even .form--group:nth-child(4) {
	grid-column: span 1 / span 1;
}.form--section.cols-4.layout-even .form--group {
	grid-column: span 1 / span 1;
}.form--section .form--group {
	margin-bottom: 0.625rem;
}.custom-select {
	position: relative;
}.custom-select.disabled {
	--tw-text-opacity: 1;
	color: rgba(243, 244, 246, var(--tw-text-opacity));
}.custom-select.disabled .form--icon {
	--tw-text-opacity: 1;
	color: rgba(243, 244, 246, var(--tw-text-opacity));
}.custom-select select {
	display: block;
	height: 3.75rem;
	width: 100%;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	border-radius: 0px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(243, 244, 246, var(--tw-border-opacity));
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-right: 3.125rem;
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity));background-color:rgba(0,0,0,0);
}.custom-select select:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}.custom-select select:disabled {
	cursor: not-allowed;
	--tw-border-opacity: 1;
	border-color: rgba(243, 244, 246, var(--tw-border-opacity));
	--tw-text-opacity: 1;
	color: rgba(243, 244, 246, var(--tw-text-opacity));
}.custom-select .form--icon {
	right: 0;
}.custom-select-dark.disabled {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.custom-select-dark.disabled .form--icon {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.custom-select-dark select {
	--tw-bg-opacity: 1;
	background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.custom-select-dark select:disabled {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.custom-select-dark .form--icon {
	right: 0;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.section.dark .custom-select select {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.section.dark .custom-select .form--icon {
	right: 0;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.section.dark .custom-select-dark select {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));background-color:rgba(0,0,0,0);
}.section.dark .custom-select-dark .form--icon {
	right: 0;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.custom-textarea textarea {
	display: block;
	height: 3.75rem;
	width: 100%;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	border-radius: 0px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(243, 244, 246, var(--tw-border-opacity));
	padding-left: 0.938rem;
	padding-right: 0.938rem;
	padding-top: 1.125rem;
	padding-bottom: 1.125rem;
	line-height: 1.5;
	--tw-text-opacity: 1;
	color: rgba(209, 213, 219, var(--tw-text-opacity));background-color:rgba(0,0,0,0);min-height:160px;
}.custom-textarea textarea:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}.section.dark textarea {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	width: 100%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}@media print{.modal {
		position: relative;
	}}.modal .modal-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
	opacity: .5;
}@media print{.modal .modal-overlay {
		--tw-bg-opacity: 1;
		background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	}.modal .modal-overlay {
		opacity: 1;
	}}.modal .modal-container {
	z-index: 0;
	margin-right: 0.938rem;
	margin-left: 0.938rem;
	width: 100%;
	max-width: 1280px;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-shadow:  0px -7px 60px rgba(60, 60, 60, 0.15);
	-webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);height:calc(100% - 100px);
}@media print{.modal .modal-container {
		margin: 0;
	}.modal .modal-container {
		height: auto;
	}.modal .modal-container {
		overflow: visible;
	}.modal .modal-container {
		--tw-shadow: 0 0 #0000;
		-webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
		        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	}}.modal .modal-close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	margin-top: 1rem;
	margin-right: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 0.875rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	opacity: 0;
}.modal .modal-close .icon-close {
	fill: currentColor;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.modal .modal-close .text-close {
	font-size: 0.875rem;
}@media (min-width: 1280px){.modal .modal-close {
		opacity: 1;
	}}@media print{.modal .modal-close {
		display: none;
	}}.modal .modal-content {
	position: relative;
	height: 100%;
	width: 100%;
	overflow-y: auto;
}@media (min-width: 768px){.modal .modal-content {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}}@media print{.modal .modal-content {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}}@media (min-width: 1280px){.modal .modal-content {
		padding-left: 5rem;
		padding-right: 5rem;
	}}.modal .modal-content .modal-close {
	z-index: 20;
	cursor: pointer;
	opacity: 1;
}@media print{.modal .modal-content .modal-close {
		display: none;
	}}.modal .modal-content-section {
	height: 100%;
}.modal .modal-content-section .loading-spinner {
	position: relative;
	margin: auto;top:45%;
}.modal .modal-content-section .modal-iframe{width:100%;height:100%}.modal-enabled--inline-content {
	display: none;
}.modal .modal-enabled--inline-content {
	display: block;
}.handorgel {
	margin-bottom: 2.5rem;
	display: block;
	width: 100%;
}.handorgel__header {
	margin: 0;
	display: block;
	padding: 0.938rem;border-bottom:2px solid #e5e7eb;
}.handorgel__header .handorgel__header__button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	text-align: left;
	font-size: 1rem;
	font-weight: 900;
}.handorgel__header.handorgel__header--opened .svg-embedded{-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:all .3s ease;transition:all .3s ease}.handorgel__content {
	display: none;
	height: 0;
	overflow: hidden;-webkit-transition:height .1s ease .1s;transition:height .1s ease .1s;
}.handorgel__content.handorgel__content--open {
	display: block;-webkit-transition:height .2s ease;transition:height .2s ease;
}.handorgel__content.handorgel__content--opened {
	overflow: visible;
}.handorgel__content.handorgel__content--opened .handorgel__content__inner {
	opacity: 1;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;
}.handorgel__content .handorgel__content__inner {
	padding-top: 1.875rem;
	padding-bottom: 1.875rem;
	opacity: 0;-webkit-transition:opacity .1s ease;transition:opacity .1s ease;
}.expandable-nav {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 200;
	height: 3.75rem;
	width: 3.75rem;
	overflow: hidden;
	--tw-bg-opacity: 1;
	background-color: rgba(156, 163, 175, var(--tw-bg-opacity));-webkit-transition:all .8s linear;transition:all .8s linear;
}@media (min-width: 768px){.expandable-nav{top:42%;bottom:inherit}}@media (min-width: 1280px){.expandable-nav {
		height: 5rem;
	}.expandable-nav {
		width: 5rem;
	}}.expandable-nav.js--open {
	height: auto;min-width:230px;max-width:320px;
}.expandable-nav.js--open .expandable-nav--icons:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}.expandable-nav.js--open .expandable-nav--icons .expandable-nav--icon-default {
	opacity: 0;
}.expandable-nav.js--open .expandable-nav--icons .expandable-nav--icon-close {
	opacity: 1;
}.expandable-nav.js--open .expandable-nav--links {
	padding-top: 0;
}@media (min-width: 768px){.expandable-nav.js--open .expandable-nav--links {
		padding-top: 5rem;
	}}.expandable-nav .expandable-nav--icons {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 3.75rem;
	width: 3.75rem;
	cursor: pointer;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));-webkit-transition:all .3s linear;transition:all .3s linear;
}@media (min-width: 768px){.expandable-nav .expandable-nav--icons {
		top: 0;
	}.expandable-nav .expandable-nav--icons{bottom:inherit}}@media (min-width: 1280px){.expandable-nav .expandable-nav--icons {
		height: 5rem;
	}.expandable-nav .expandable-nav--icons {
		width: 5rem;
	}}.expandable-nav .expandable-nav--icons:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}.expandable-nav .expandable-nav--icons .expandable-nav--icon-default {
	position: absolute;
	opacity: 1;top:18px;right:18px;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;
}@media (min-width: 1280px){.expandable-nav .expandable-nav--icons .expandable-nav--icon-default{top:28px;right:25px}}.expandable-nav .expandable-nav--icons .expandable-nav--icon-close {
	position: absolute;
	opacity: 0;top:18px;right:18px;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;
}@media (min-width: 1280px){.expandable-nav .expandable-nav--icons .expandable-nav--icon-close{top:28px;right:25px}}.expandable-nav .expandable-nav--links {
	padding-top: 3.75rem;
	padding-bottom: 5rem;
}@media (min-width: 768px){.expandable-nav .expandable-nav--links {
		padding-top: 5rem;
	}.expandable-nav .expandable-nav--links {
		padding-bottom: 1.875rem;
	}}.expandable-nav .expandable-nav--links .expandable-nav-item {
	display: block;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	font-size: 0.875rem;
	font-weight: 800;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));-webkit-transition:all .3s ease;transition:all .3s ease;
}.expandable-nav .expandable-nav--links .expandable-nav-item:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}.btn {
	display: inline-block;
	font-weight: 700;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;
}.btn span {
	font-size: 0.875rem;
	line-height: 1.5;
}@media (min-width: 1024px){.btn span {
		font-size: 1rem;
	}}@media print{.btn span {
		font-size: 1rem;
	}}.btn.primary {
	--tw-bg-opacity: 1;
	background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}@media (min-width: 768px){.btn.primary {
		padding-left: 3.75rem;
		padding-right: 3.75rem;
	}.btn.primary {
		padding-top: 1.875rem;
		padding-bottom: 1.875rem;
	}}@media print{.btn.primary {
		padding-left: 3.75rem;
		padding-right: 3.75rem;
	}.btn.primary {
		padding-top: 1.875rem;
		padding-bottom: 1.875rem;
	}}.btn.primary:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}.btn.primary.disabled {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.btn.primary.light {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity));
}.btn.primary.light:hover {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.btn.secondary {
	display: inline;
	border-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	padding-top: 0.938rem;
	padding-bottom: 0.938rem;
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity));
}@media (min-width: 768px){.btn.secondary {
		padding-left: 3.75rem;
		padding-right: 3.75rem;
	}.btn.secondary {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
	}}@media print{.btn.secondary {
		padding-left: 3.75rem;
		padding-right: 3.75rem;
	}.btn.secondary {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
	}}.btn.secondary:hover {
	--tw-border-opacity: 1;
	border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}.btn.secondary.disabled {
	--tw-border-opacity: 1;
	border-color: rgba(243, 244, 246, var(--tw-border-opacity));
	--tw-text-opacity: 1;
	color: rgba(243, 244, 246, var(--tw-text-opacity));
}.btn.text-link {
	padding-bottom: 0.3125rem;
	font-size: 1rem;border-bottom:1px solid #9ca3af;
}.btn.text-link.disabled {
	cursor: not-allowed;
	--tw-text-opacity: 1;
	color: rgba(243, 244, 246, var(--tw-text-opacity));border-bottom:1px solid #f3f4f6;
}.btn.text-link.light {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}.btn.text-link.icon-left, .btn.text-link.icon-right {
	border-style: none;
	padding-bottom: 0;
}.btn.text-link.icon-left:hover, .btn.text-link.icon-right:hover {
	border-style: none;
}.btn.copy-link {
	padding-bottom: 0;
	font-size: 1rem;
	line-height: 1;border-bottom:1px solid #9ca3af;
}.btn.copy-link.disabled {
	cursor: not-allowed;
	--tw-text-opacity: 1;
	color: rgba(243, 244, 246, var(--tw-text-opacity));border-bottom:1px solid #f3f4f6;
}.btn.copy-link.light {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}.btn.icon-left {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}.btn.icon-left svg {
	margin-right: 0.625rem;margin-top:-4px;
}.btn.icon-right {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}.btn.icon-right svg {
	margin-left: 0.625rem;margin-top:-4px;
}.btn.disabled {
	cursor: not-allowed;
}.btn.loading {
	cursor: wait;
}button:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}.btn-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}.btn-area .btn {
	margin-right: 1.875rem;
	margin-bottom: 1.875rem;
}.btn-area .btn:last-child {
	margin-right: 0;
}.columns {
	margin-bottom: 1.875rem;
	display: grid;
}.columns.col-gap-none {
	-webkit-column-gap: 0;
	   -moz-column-gap: 0;
	        column-gap: 0;
	row-gap: 0;
}.columns.col-gap-small {
	-webkit-column-gap: 0;
	   -moz-column-gap: 0;
	        column-gap: 0;
	row-gap: 1.875rem;
}@media (min-width: 1024px){.columns.col-gap-small {
		-webkit-column-gap: 1.875rem;
		   -moz-column-gap: 1.875rem;
		        column-gap: 1.875rem;
	}}@media print{.columns.col-gap-small {
		-webkit-column-gap: 1.875rem;
		   -moz-column-gap: 1.875rem;
		        column-gap: 1.875rem;
	}}.columns.col-gap-medium {
	-webkit-column-gap: 0;
	   -moz-column-gap: 0;
	        column-gap: 0;
	row-gap: 1.875rem;
}@media (min-width: 1024px){.columns.col-gap-medium {
		-webkit-column-gap: 3.75rem;
		   -moz-column-gap: 3.75rem;
		        column-gap: 3.75rem;
	}}@media print{.columns.col-gap-medium {
		-webkit-column-gap: 3.75rem;
		   -moz-column-gap: 3.75rem;
		        column-gap: 3.75rem;
	}}.columns.col-gap-large {
	-webkit-column-gap: 0;
	   -moz-column-gap: 0;
	        column-gap: 0;
	row-gap: 1.875rem;
}@media (min-width: 1024px){.columns.col-gap-large {
		-webkit-column-gap: 7.5rem;
		   -moz-column-gap: 7.5rem;
		        column-gap: 7.5rem;
	}}@media print{.columns.col-gap-large {
		-webkit-column-gap: 7.5rem;
		   -moz-column-gap: 7.5rem;
		        column-gap: 7.5rem;
	}}.columns.cols-2 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}@media (min-width: 1024px){.columns.cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}}@media print{.columns.cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}}@media (min-width: 1024px){.columns.cols-2.layout-70-30 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}}@media print{.columns.cols-2.layout-70-30 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}}.columns.cols-2.layout-70-30 .column:first-child {
	grid-column: span 2 / span 2;
}.columns.cols-2.layout-70-30 .column {
	grid-column: span 1 / span 1;
}@media (min-width: 1024px){.columns.cols-2.layout-30-70 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}}@media print{.columns.cols-2.layout-30-70 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}}.columns.cols-2.layout-30-70 .column:first-child {
	grid-column: span 1 / span 1;
}.columns.cols-2.layout-30-70 .column {
	grid-column: span 2 / span 2;
}.columns.cols-2.layout-even .column:first-child {
	grid-column: span 1 / span 1;
}.columns.cols-2.layout-even .column:nth-child(2) {
	grid-column: span 1 / span 1;
}.columns.cols-2.layout-even .column {
	grid-column: span 1 / span 1;
}.columns.cols-3 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}@media (min-width: 1024px){.columns.cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}}@media print{.columns.cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}}.columns.cols-3.layout-even .column:first-child {
	grid-column: span 1 / span 1;
}.columns.cols-3.layout-even .column:nth-child(2) {
	grid-column: span 1 / span 1;
}.columns.cols-3.layout-even .column:nth-child(3) {
	grid-column: span 1 / span 1;
}.columns.cols-3.layout-even .column {
	grid-column: span 1 / span 1;
}.columns.cols-4 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}@media (min-width: 768px){.columns.cols-4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}}@media (min-width: 1024px){.columns.cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}}@media print{.columns.cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}}.columns.cols-4.layout-even .column:first-child {
	grid-column: span 1 / span 1;
}.columns.cols-4.layout-even .column:nth-child(2) {
	grid-column: span 1 / span 1;
}.columns.cols-4.layout-even .column:nth-child(3) {
	grid-column: span 1 / span 1;
}.columns.cols-4.layout-even .column:nth-child(4) {
	grid-column: span 1 / span 1;
}.columns.cols-4.layout-even .column {
	grid-column: span 1 / span 1;
}.columns.cols-4.col-gap-small {
	-webkit-column-gap: 0;
	   -moz-column-gap: 0;
	        column-gap: 0;
	row-gap: 1.875rem;
}@media (min-width: 768px){.columns.cols-4.col-gap-small {
		-webkit-column-gap: 1.875rem;
		   -moz-column-gap: 1.875rem;
		        column-gap: 1.875rem;
	}}@media print{.columns.cols-4.col-gap-small {
		-webkit-column-gap: 1.875rem;
		   -moz-column-gap: 1.875rem;
		        column-gap: 1.875rem;
	}}.columns.cols-4.col-gap-medium {
	-webkit-column-gap: 0;
	   -moz-column-gap: 0;
	        column-gap: 0;
	row-gap: 1.875rem;
}@media (min-width: 768px){.columns.cols-4.col-gap-medium {
		-webkit-column-gap: 3.75rem;
		   -moz-column-gap: 3.75rem;
		        column-gap: 3.75rem;
	}}@media print{.columns.cols-4.col-gap-medium {
		-webkit-column-gap: 3.75rem;
		   -moz-column-gap: 3.75rem;
		        column-gap: 3.75rem;
	}}.columns.cols-4.col-gap-large {
	-webkit-column-gap: 0;
	   -moz-column-gap: 0;
	        column-gap: 0;
	row-gap: 1.875rem;
}@media (min-width: 768px){.columns.cols-4.col-gap-large {
		-webkit-column-gap: 7.5rem;
		   -moz-column-gap: 7.5rem;
		        column-gap: 7.5rem;
	}}@media print{.columns.cols-4.col-gap-large {
		-webkit-column-gap: 7.5rem;
		   -moz-column-gap: 7.5rem;
		        column-gap: 7.5rem;
	}}.hotspots-area {
	position: relative;
}.hotspots-area .hotspots-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}.hotspot {
	position: absolute;
}.hotspot:hover .hotspot--hover-title {
	margin-left: 1.25rem;
	width: auto;
	opacity: 1;
}.hotspot .hotspot-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}.hotspot .hotspot--hover-title {
	width: 0;
	overflow: hidden;
	opacity: 0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;
}.hotspot--backend-notice {
	margin-top: 0.625rem;
	border-radius: 1.25rem;
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
	padding: 0.3125rem;
	font-size: 0.75rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));width:145px;
}.hero {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}.hero.cover-small {
	min-height: 25rem;
	width: 100%;
	overflow: hidden;
}@media (min-width: 768px){.hero.cover-small {
		min-height: 28.125rem;
	}}.hero.cover-small .hero--image img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;max-width:inherit;
}.hero.cover {
	min-height: 28.125rem;
	width: 100%;
	overflow: hidden;
}@media (min-width: 768px){.hero.cover {
		min-height: 50rem;
	}}.hero.cover .hero--image img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;max-width:inherit;
}.hero.cover-fullscreen {
	width: 100%;
	overflow: hidden;height:calc(100vh - 62px);
}.hero.cover-fullscreen:first-child {
	padding-top: 6.25rem;
}.hero.cover-fullscreen .hero--image img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100vw;
	-o-object-fit: cover;
	   object-fit: cover;height:calc(100vh - 62px);max-width:inherit;
}.hero .hero-inner-wrapper {
	width: 100%;
}.hero .hero--image{position:inherit}.hero .hero-image-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 20;
	height: 100%;
	width: 100%;background:rgba(112,110,129,.5);mix-blend-mode:multiply;opacity:.8;
}.hero .hero-container {
	position: relative;
	z-index: 30;
	margin: auto;
	max-width: 80rem;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	padding-top: 6.25rem;
	padding-bottom: 6.25rem;
	text-align: center;
}@media print{.hero .hero-container {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}.hero .hero-container {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}}.hero .hero-container p {
	margin-bottom: 5rem;
	text-align: center;
}.hero .hero-scroll-down {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 30;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-bottom: 1.25rem;
	font-size: 0.75rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.hero .hero-scroll-down span {
	display: inline-block;
	cursor: pointer;
}.hero .hero-scroll-down svg {
	margin: auto;
	margin-top: 0.625rem;
}.hero .video-plyr {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}.hero .video-plyr .plyr__video-wrapper {
	height: 100%;padding-bottom:0 !important;
}.hero .video-plyr .plyr__video-wrapper iframe {
	position: absolute;
	width: 100vw;height:56.25vw;min-height:100vh;min-width:177.77vh;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);
}.icon-link.horizontal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}.icon-link.horizontal .icon-link--icon {
	margin-right: 1.25rem;
}.icon-link.vertical {
	text-align: center;
}.icon-link.vertical .icon-link--icon {
	margin-bottom: 1rem;
}.icon-link.icon-style-circle .icon-link--icon {
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
	padding: 0.938rem;
	--tw-text-opacity: 1;
	color: rgba(209, 213, 219, var(--tw-text-opacity));
}.icon-link .icon-link--icon {
	display: inline-block;
}.icon-link .icon-link--text p {
	margin-bottom: 0;
}.icon-link--default.horizontal {
	margin-bottom: 0.625rem;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}.content-img.image--max-width img {
	height: auto;
	width: 100%;max-width:none;
}.content-img img {
	height: auto;
	width: 100%;
	max-width: 100%;
}figcaption {
	margin-top: 0.938rem;
}.card {
	display: block;
	width: 100%;
}.card .card-meta {
	margin-bottom: 0.625rem;
}.card .card-title {
	margin-bottom: 0.938rem;
}.card .card-text {
	margin-bottom: 0.938rem;
}.card.cover {
	position: relative;
	width: 100%;
	overflow: hidden;
}.card.cover:hover .card-image img{-webkit-transform:scale(1.1);transform:scale(1.1)}.card.cover .card-image-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 20;
	height: 100%;
	width: 100%;background:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(85.42%, rgba(55, 54, 63, 0.7)));background:linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(55, 54, 63, 0.7) 85.42%);mix-blend-mode:multiply;
}.card.cover .card-image {
	position: relative;
}.card.cover .card-image img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	height: 100%;
	min-height: 25rem;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out;max-width:inherit;
}@media (min-width: 1024px){.card.cover .card-image img {
		min-height: 31.25rem;
	}}.card.cover .card-content {
	position: relative;
	z-index: 30;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 25rem;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	padding-top: 3.125rem;
	padding-bottom: 3.125rem;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	text-align: left;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}@media (min-width: 1024px){.card.cover .card-content {
		min-height: 31.25rem;
	}}.card.cover .card-meta {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.card.cover .text-link {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}.card.vertical img {
	margin-bottom: 1.875rem;
	width: 100%;
}.card.horizontal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}.card.horizontal .card-image {
	margin-right: 1.875rem;width:45%;
}.card.horizontal .card-content {
	padding-top: 0.938rem;
	padding-bottom: 0.938rem;width:55%;
}.card.horizontal-small {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}.card.horizontal-small .card-image {
	margin-right: 1.875rem;width:45%;
}.card.horizontal-small .card-content {
	padding-top: 0.938rem;
	padding-bottom: 0.938rem;width:55%;
}.h-left.v-top img{-o-object-position:left top;object-position:left top}.h-left.v-center img{-o-object-position:left center;object-position:left center}.h-left.v-bottom img{-o-object-position:left bottom;object-position:left bottom}.h-center.v-top img{-o-object-position:center top;object-position:center top}.h-center.v-center img{-o-object-position:center center;object-position:center center}.h-center.v-bottom img{-o-object-position:center bottom;object-position:center bottom}.h-right.v-top img{-o-object-position:right top;object-position:right top}.h-right.v-center img{-o-object-position:right center;object-position:right center}.h-right.v-bottom img{-o-object-position:right bottom;object-position:right bottom}.quote {
	position: relative;
	padding-top: 6.25rem;
}.quote .quote-item {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 9.375rem;
	font-weight: 900;
}.quote .quote-text {
	margin-bottom: 1.875rem;
	font-size: 2rem;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1.25;
}.quote .quote-author {
	font-size: 1rem;
	font-weight: 700;
}.section {
	position: relative;
	padding-left: 0.938rem;
	padding-right: 0.938rem;
}.section .container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}.section .section-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;z-index:0;
}.section .section-image:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	display: none;
	height: 100%;
	width: 100%;content:"";
}.section .section-image img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;max-width:inherit;
}.section .section-image.overlay-color-none:before {
	display: none;
}.section .section-image.overlay-color-white:before {
	display: block;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	opacity: .5;
}.section .section-image.overlay-color-black:before {
	display: block;
	--tw-bg-opacity: 1;
	background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
	opacity: .75;mix-blend-mode:multiply;
}@media (min-width: 1024px){.section.width-small>.container {
		max-width: 49.375rem;
	}}@media print{.section.width-small>.container {
		max-width: 100%;
	}}.section.width-full {
	padding-left: 0;
	padding-right: 0;
}.section.width-full>.container {
	max-width: 100%;
}.section.spacing-small {
	padding-top: 1.875rem;
	padding-bottom: 1.875rem;
}@media (min-width: 1024px){.section.spacing-small {
		padding-top: 3.75rem;
		padding-bottom: 3.75rem;
	}}@media print{.section.spacing-small {
		padding-top: 3.75rem;
		padding-bottom: 3.75rem;
	}}.section.spacing-medium {
	padding-top: 3.75rem;
	padding-bottom: 3.75rem;
}@media (min-width: 1024px){.section.spacing-medium {
		padding-top: 9.375rem;
		padding-bottom: 9.375rem;
	}}@media print{.section.spacing-medium {
		padding-top: 9.375rem;
		padding-bottom: 9.375rem;
	}}.section.spacing-large {
	padding-top: 9.375rem;
	padding-bottom: 9.375rem;
}@media (min-width: 1024px){.section.spacing-large {
		padding-top: 18.75rem;
		padding-bottom: 18.75rem;
	}}@media print{.section.spacing-large {
		padding-top: 18.75rem;
		padding-bottom: 18.75rem;
	}}.section.dark {
	--tw-bg-opacity: 1;
	background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.section.dark .btn.primary {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity));
}.section.dark .btn.primary:hover {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.section.dark .btn.secondary {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.section.light .hero .hero-image-overlay {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	opacity: .5;mix-blend-mode:normal;
}.section.light-gradient{background:-webkit-gradient(linear, left top, left bottom, from(#e5e7eb), color-stop(71.35%, #fff));background:linear-gradient(180deg, #e5e7eb 0%, #fff 71.35%)}.section.light-gradient .hero .hero-image-overlay{background:#fff;mix-blend-mode:normal;opacity:.5}.share-bar {
	margin-top: 2.5rem;
}@media (min-width: 768px){.share-bar {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}.share-bar {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}}@media print{.share-bar {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}.share-bar {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}}.share-bar .share-bar--text {
	margin-bottom: 1rem;
	font-weight: 800;
}@media (min-width: 768px){.share-bar .share-bar--text {
		margin-bottom: 0;
	}.share-bar .share-bar--text {
		margin-right: 1rem;
	}}@media print{.share-bar .share-bar--text {
		margin-bottom: 0;
	}.share-bar .share-bar--text {
		margin-right: 1rem;
	}}.share__wrapper .share__wrapper-list-item {
	margin-right: 1.563rem;
	margin-bottom: 0.5rem;
	height: 1.5rem;
	width: 1.5rem;
	cursor: pointer;
}.share__wrapper .share__wrapper-list-item a {
	display: inline-block;
	height: 1.5rem;
	width: 1.5rem;
}@media (min-width: 768px){.share__wrapper .share__wrapper-list-item {
		margin-bottom: 0;
	}}@media print{.share__wrapper .share__wrapper-list-item {
		margin-bottom: 0;
	}}.share__wrapper .share__wrapper-list-item:last-child {
	margin-right: 0;
}.share__wrapper .share__wrapper-list-item.facebook{background-image:url(/_Resources/Static/Packages/FormatD.DesignSystem/Icons/external/facebook.svg)}.share__wrapper .share__wrapper-list-item.twitter{background-image:url(/_Resources/Static/Packages/FormatD.DesignSystem/Icons/external/twitter.svg)}.share__wrapper .share__wrapper-list-item.pinterest{background-image:url(/_Resources/Static/Packages/FormatD.DesignSystem/Icons/external/pinterest.svg)}.share__wrapper .share__wrapper-list-item.linkedIn{background-image:url(/_Resources/Static/Packages/FormatD.DesignSystem/Icons/external/linkedin.svg)}.share__wrapper .share__wrapper-list-item.xing{background-image:url(/_Resources/Static/Packages/FormatD.DesignSystem/Icons/external/xing.svg)}.share__wrapper .share__wrapper-list-item.whatsapp{background-image:url(/_Resources/Static/Packages/FormatD.DesignSystem/Icons/external/whatsapp.svg)}.share__wrapper .share__wrapper-list-item.mail{background-image:url(/_Resources/Static/Packages/FormatD.DesignSystem/Icons/external/mail.svg)}.share__wrapper .share__wrapper-list-item.copy-link {
	position: relative;background-image:url(/_Resources/Static/Packages/FormatD.DesignSystem/Icons/external/external-link.svg);
}.share__wrapper .share__wrapper-list-item.copy-link .input-url {
	height: 1.5rem;
	width: 1.5rem;
	cursor: pointer;
	opacity: 0;
}.share__wrapper .share__wrapper-list-item.copy-link .tooltip {
	position: absolute;
	display: inline-block;
	display: none;
	display: none;
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
	padding: 0.625rem;
	--tw-shadow: 0px 7px 20px rgba(60, 60, 60, 0.15);
	-webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);top:29px;left:calc(50% - 12px);
}.share__wrapper .share__wrapper-list-item.copy-link .tooltip.js--show {
	display: block;
}.share__wrapper .share__wrapper-list-item.copy-link .tooltip:after {
	position: absolute;
	height: 0.625rem;
	width: 0.625rem;
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));content:"";left:calc(50% - 5px);top:-5px;-webkit-transform:rotate(45deg);transform:rotate(45deg);
}.share__wrapper .share__wrapper-list-item.copy-link .tooltip .tooltip--text {
	font-size: 0.75rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));white-space:nowrap;
}@-webkit-keyframes plyr-progress{to{background-position:var(--plyr-progress-loading-size, 25px) 0}}@keyframes plyr-progress{to{background-position:var(--plyr-progress-loading-size, 25px) 0}}@-webkit-keyframes plyr-popup{0%{opacity:.5;-webkit-transform:translateY(10px);transform:translateY(10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes plyr-popup{0%{opacity:.5;-webkit-transform:translateY(10px);transform:translateY(10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes plyr-fade-in{from{opacity:0}to{opacity:1}}@keyframes plyr-fade-in{from{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-box-align:center;-ms-flex-align:center;align-items:center;direction:ltr;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-family:var(--plyr-font-family, inherit);font-variant-numeric:tabular-nums;font-weight:var(--plyr-font-weight-regular, 400);line-height:var(--plyr-line-height, 1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;-webkit-transition:-webkit-box-shadow .3s ease;transition:-webkit-box-shadow .3s ease;transition:box-shadow .3s ease;transition:box-shadow .3s ease, -webkit-box-shadow .3s ease;z-index:0}.plyr video,.plyr audio,.plyr iframe{display:block;height:100%;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{-webkit-box-sizing:border-box;box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui *::after,.plyr--full-ui *::before{-webkit-box-sizing:inherit;box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{-ms-touch-action:manipulation;touch-action:manipulation}.plyr__badge{background:var(--plyr-badge-background, hsl(216deg, 15%, 34%));border-radius:var(--plyr-badge-border-radius, 2px);color:var(--plyr-badge-text-color, #fff);font-size:var(--plyr-font-size-badge, 9px);line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{-webkit-animation:plyr-fade-in .3s ease;animation:plyr-fade-in .3s ease;bottom:0;display:none;font-size:var(--plyr-font-size-small, 13px);left:0;padding:var(--plyr-control-spacing, 10px);position:absolute;text-align:center;-webkit-transition:-webkit-transform .4s ease-in-out;transition:-webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out;transition:transform .4s ease-in-out, -webkit-transform .4s ease-in-out;width:100%}.plyr__captions span:empty{display:none}@media(min-width: 480px){.plyr__captions{font-size:var(--plyr-font-size-base, 15px);padding:calc(var(--plyr-control-spacing, 10px) * 2)}}@media(min-width: 768px){.plyr__captions{font-size:var(--plyr-font-size-large, 18px)}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{-webkit-transform:translateY(calc(var(--plyr-control-spacing, 10px) * -4));transform:translateY(calc(var(--plyr-control-spacing, 10px) * -4))}.plyr__caption{background:var(--plyr-captions-background, rgba(0, 0, 0, 0.8));border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:var(--plyr-captions-text-color, #fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__caption div{display:inline}.plyr__control{background:rgba(0,0,0,0);border:0;border-radius:var(--plyr-control-radius, 4px);color:inherit;cursor:pointer;-ms-flex-negative:0;flex-shrink:0;overflow:visible;padding:calc(var(--plyr-control-spacing, 10px) * 0.7);position:relative;-webkit-transition:all .3s ease;transition:all .3s ease}.plyr__control svg{display:block;fill:currentColor;height:var(--plyr-control-icon-size, 18px);pointer-events:none;width:var(--plyr-control-icon-size, 18px)}.plyr__control:focus{outline:0}.plyr__control:focus-visible{outline:2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%))));outline-offset:2px}a.plyr__control{text-decoration:none}a.plyr__control::after,a.plyr__control::before{display:none}.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed,.plyr__control.plyr__control--pressed .label--not-pressed{display:none}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{-webkit-box-flex:1;-ms-flex:1 1;flex:1 1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:calc(var(--plyr-control-spacing, 10px) / 4)}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:calc(var(--plyr-control-spacing, 10px) / 4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 calc(var(--plyr-control-spacing, 10px) / 2)}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time{padding-left:0}.plyr__controls:empty{display:none}.plyr [data-plyr=captions],.plyr [data-plyr=pip],.plyr [data-plyr=airplay],.plyr [data-plyr=fullscreen]{display:none}.plyr--captions-enabled [data-plyr=captions],.plyr--pip-supported [data-plyr=pip],.plyr--airplay-supported [data-plyr=airplay],.plyr--fullscreen-enabled [data-plyr=fullscreen]{display:inline-block}.plyr__menu{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.plyr__menu .plyr__control svg{-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{-webkit-animation:plyr-popup .2s ease;animation:plyr-popup .2s ease;background:var(--plyr-menu-background, rgba(255, 255, 255, 0.9));border-radius:var(--plyr-menu-radius, 8px);bottom:100%;-webkit-box-shadow:var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));box-shadow:var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));color:var(--plyr-menu-color, hsl(216deg, 15%, 34%));font-size:var(--plyr-font-size-base, 15px);margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;-webkit-transition:height .35s cubic-bezier(0.4, 0, 0.2, 1),width .35s cubic-bezier(0.4, 0, 0.2, 1);transition:height .35s cubic-bezier(0.4, 0, 0.2, 1),width .35s cubic-bezier(0.4, 0, 0.2, 1)}.plyr__menu__container::after{border:var(--plyr-menu-arrow-size, 4px) solid rgba(0,0,0,0);border-top-color:var(--plyr-menu-background, rgba(255, 255, 255, 0.9));content:"";height:0;position:absolute;right:calc(((var(--plyr-control-icon-size, 18px) / 2) + calc(var(--plyr-control-spacing, 10px) * 0.7)) - (var(--plyr-menu-arrow-size, 4px) / 2));top:100%;width:0}.plyr__menu__container [role=menu]{padding:calc(var(--plyr-control-spacing, 10px) * 0.7)}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--plyr-menu-color, hsl(216deg, 15%, 34%));display:-webkit-box;display:-ms-flexbox;display:flex;font-size:var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));padding:calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 1.5) calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{-webkit-box-align:inherit;-ms-flex-align:inherit;align-items:inherit;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.plyr__menu__container .plyr__control::after{border:var(--plyr-menu-item-arrow-size, 4px) solid rgba(0,0,0,0);content:"";position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4)}.plyr__menu__container .plyr__control--forward::after{border-left-color:var(--plyr-menu-arrow-color, hsl(216deg, 15%, 52%));right:calc((calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5) - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--forward:focus-visible::after,.plyr__menu__container .plyr__control--forward:hover::after{border-left-color:currentColor}.plyr__menu__container .plyr__control--back{font-weight:var(--plyr-font-weight-regular, 400);margin:calc(var(--plyr-control-spacing, 10px) * 0.7);margin-bottom:calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);padding-left:calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);position:relative;width:calc(100% - (calc(var(--plyr-control-spacing, 10px) * 0.7) * 2))}.plyr__menu__container .plyr__control--back::after{border-right-color:var(--plyr-menu-arrow-color, hsl(216deg, 15%, 52%));left:calc((calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5) - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--back::before{background:var(--plyr-menu-back-border-color, hsl(216deg, 15%, 88%));-webkit-box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);content:"";height:1px;left:0;margin-top:calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back:focus-visible::after,.plyr__menu__container .plyr__control--back:hover::after{border-right-color:currentColor}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:calc(var(--plyr-control-spacing, 10px) * 0.7)}.plyr__menu__container .plyr__control[role=menuitemradio]::before,.plyr__menu__container .plyr__control[role=menuitemradio]::after{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]::before{background:rgba(0,0,0,.1);content:"";display:block;-ms-flex-negative:0;flex-shrink:0;height:16px;margin-right:var(--plyr-control-spacing, 10px);-webkit-transition:all .3s ease;transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]::after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;-webkit-transform:translateY(-50%) scale(0);transform:translateY(-50%) scale(0);-webkit-transition:opacity .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,-webkit-transform .3s ease;transition:transform .3s ease,opacity .3s ease;transition:transform .3s ease,opacity .3s ease,-webkit-transform .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before{background:var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%))))}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after{opacity:1;-webkit-transform:translateY(-50%) scale(1);transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible::before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover::before{background:rgba(35,40,47,.1)}.plyr__menu__container .plyr__menu__value{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:auto;margin-right:calc((calc(var(--plyr-control-spacing, 10px) * 0.7) - 2px)*-1);overflow:hidden;padding-left:calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 3.5);pointer-events:none}.plyr--full-ui input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:rgba(0,0,0,0);border:0;border-radius:calc(var(--plyr-range-thumb-height, 13px) * 2);color:var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%))));display:block;height:calc((var(--plyr-range-thumb-active-shadow-width, 3px) * 2) + var(--plyr-range-thumb-height, 13px));margin:0;min-width:0;padding:0;-webkit-transition:-webkit-box-shadow .3s ease;transition:-webkit-box-shadow .3s ease;transition:box-shadow .3s ease;transition:box-shadow .3s ease, -webkit-box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:rgba(0,0,0,0);border:0;border-radius:calc(var(--plyr-range-track-height, 5px) / 2);height:var(--plyr-range-track-height, 5px);-webkit-transition:-webkit-box-shadow .3s ease;transition:-webkit-box-shadow .3s ease;transition:box-shadow .3s ease;transition:box-shadow .3s ease, -webkit-box-shadow .3s ease;-webkit-user-select:none;user-select:none;background-image:-webkit-gradient(linear, left top, right top, from(currentColor), to(transparent));background-image:linear-gradient(to right, currentColor var(--value, 0%), transparent var(--value, 0%))}.plyr--full-ui input[type=range]::-webkit-slider-thumb{background:var(--plyr-range-thumb-background, #fff);border:0;border-radius:100%;-webkit-box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));height:var(--plyr-range-thumb-height, 13px);position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:var(--plyr-range-thumb-height, 13px);-webkit-appearance:none;appearance:none;margin-top:calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px))/2*-1)}.plyr--full-ui input[type=range]::-moz-range-track{background:rgba(0,0,0,0);border:0;border-radius:calc(var(--plyr-range-track-height, 5px) / 2);height:var(--plyr-range-track-height, 5px);-moz-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-moz-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:var(--plyr-range-thumb-background, #fff);border:0;border-radius:100%;box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));height:var(--plyr-range-thumb-height, 13px);position:relative;-moz-transition:all .2s ease;transition:all .2s ease;width:var(--plyr-range-thumb-height, 13px)}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:calc(var(--plyr-range-track-height, 5px) / 2);height:var(--plyr-range-track-height, 5px)}.plyr--full-ui input[type=range]::-ms-track{background:rgba(0,0,0,0);border:0;border-radius:calc(var(--plyr-range-track-height, 5px) / 2);height:var(--plyr-range-track-height, 5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none;color:rgba(0,0,0,0)}.plyr--full-ui input[type=range]::-ms-fill-upper{background:rgba(0,0,0,0);border:0;border-radius:calc(var(--plyr-range-track-height, 5px) / 2);height:var(--plyr-range-track-height, 5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:rgba(0,0,0,0);border:0;border-radius:calc(var(--plyr-range-track-height, 5px) / 2);height:var(--plyr-range-track-height, 5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none;background:currentColor}.plyr--full-ui input[type=range]::-ms-thumb{background:var(--plyr-range-thumb-background, #fff);border:0;border-radius:100%;box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));height:var(--plyr-range-thumb-height, 13px);position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:var(--plyr-range-thumb-height, 13px);margin-top:0}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track{outline:2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%))));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-moz-range-track{outline:2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%))));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-ms-track{outline:2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%))));outline-offset:2px}.plyr__poster{background-color:var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{display:none}.plyr__time{font-size:var(--plyr-font-size-time, var(--plyr-font-size-small, 13px))}.plyr__time+.plyr__time::before{content:"⁄";margin-right:var(--plyr-control-spacing, 10px)}@media(max-width: 767px){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:var(--plyr-tooltip-background, #fff);border-radius:var(--plyr-tooltip-radius, 5px);bottom:100%;-webkit-box-shadow:var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));box-shadow:var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));color:var(--plyr-tooltip-color, hsl(216deg, 15%, 34%));font-size:var(--plyr-font-size-small, 13px);font-weight:var(--plyr-font-weight-regular, 400);left:50%;line-height:1.3;margin-bottom:calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);opacity:0;padding:calc(var(--plyr-control-spacing, 10px) / 2) calc(calc(var(--plyr-control-spacing, 10px) / 2) * 1.5);pointer-events:none;position:absolute;-webkit-transform:translate(-50%, 10px) scale(0.8);transform:translate(-50%, 10px) scale(0.8);-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transition:opacity .2s .1s ease,-webkit-transform .2s .1s ease;transition:opacity .2s .1s ease,-webkit-transform .2s .1s ease;transition:transform .2s .1s ease,opacity .2s .1s ease;transition:transform .2s .1s ease,opacity .2s .1s ease,-webkit-transform .2s .1s ease;white-space:nowrap;z-index:2}.plyr__tooltip::before{border-left:var(--plyr-tooltip-arrow-size, 4px) solid rgba(0,0,0,0);border-right:var(--plyr-tooltip-arrow-size, 4px) solid rgba(0,0,0,0);border-top:var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);bottom:calc(var(--plyr-tooltip-arrow-size, 4px) * -1);content:"";height:0;left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control:hover .plyr__tooltip,.plyr .plyr__control:focus-visible .plyr__tooltip,.plyr__tooltip--visible{opacity:1;-webkit-transform:translate(-50%, 0) scale(1);transform:translate(-50%, 0) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;-webkit-transform:translate(0, 10px) scale(0.8);transform:translate(0, 10px) scale(0.8);-webkit-transform-origin:0 100%;transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip::before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip::before{left:calc((var(--plyr-control-icon-size, 18px) / 2) + calc(var(--plyr-control-spacing, 10px) * 0.7))}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;-webkit-transform:translate(0, 10px) scale(0.8);transform:translate(0, 10px) scale(0.8);-webkit-transform-origin:100% 100%;transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip::before{left:auto;right:calc((var(--plyr-control-icon-size, 18px) / 2) + calc(var(--plyr-control-spacing, 10px) * 0.7));-webkit-transform:translateX(50%);transform:translateX(50%)}.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible{-webkit-transform:translate(0, 0) scale(1);transform:translate(0, 0) scale(1)}.plyr__progress{left:calc(var(--plyr-range-thumb-height, 13px) * 0.5);margin-right:var(--plyr-range-thumb-height, 13px);position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:calc(var(--plyr-range-thumb-height, 13px) * -0.5);margin-right:calc(var(--plyr-range-thumb-height, 13px) * -0.5);width:calc(100% + var(--plyr-range-thumb-height, 13px))}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{left:0;max-width:120px;overflow-wrap:break-word}.plyr__progress__buffer{-webkit-appearance:none;background:rgba(0,0,0,0);border:0;border-radius:100px;height:var(--plyr-range-track-height, 5px);left:0;margin-top:calc((var(--plyr-range-track-height, 5px) / 2)*-1);padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:rgba(0,0,0,0)}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:var(--plyr-range-track-height, 5px);-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:var(--plyr-range-track-height, 5px);-moz-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width .2s ease;transition:width .2s ease}.plyr--loading .plyr__progress__buffer{-webkit-animation:plyr-progress 1s linear infinite;animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);background-repeat:repeat-x;background-size:var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);color:rgba(0,0,0,0)}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25))}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6))}.plyr__progress__marker{background-color:var(--plyr-progress-marker-background, #fff);border-radius:1px;height:var(--plyr-range-track-height, 5px);position:absolute;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:var(--plyr-progress-marker-width, 3px);z-index:3}.plyr__volume{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.plyr__volume input[type=range]{margin-left:calc(var(--plyr-control-spacing, 10px) / 2);margin-right:calc(var(--plyr-control-spacing, 10px) / 2);max-width:90px;min-width:60px;position:relative;z-index:2}.plyr--audio{display:block}.plyr--audio .plyr__controls{background:var(--plyr-audio-controls-background, #fff);border-radius:inherit;color:var(--plyr-audio-control-color, hsl(216deg, 15%, 34%));padding:var(--plyr-control-spacing, 10px)}.plyr--audio .plyr__control:focus-visible,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%))));color:var(--plyr-audio-control-color-hover, #fff)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{-webkit-box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1))}.plyr--audio .plyr__progress__buffer{color:var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6))}.plyr--video{overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));border-radius:inherit;height:100%;margin:auto;overflow:hidden;position:relative;width:100%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{aspect-ratio:16/9}@supports not (aspect-ratio: 16/9){.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%;position:relative}}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;-webkit-transform:translateY(-38.28125%);transform:translateY(-38.28125%)}.plyr--video .plyr__controls{background:var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:var(--plyr-video-control-color, #fff);left:0;padding:calc(var(--plyr-control-spacing, 10px) / 2);padding-top:calc(var(--plyr-control-spacing, 10px) * 2);position:absolute;right:0;-webkit-transition:opacity .4s ease-in-out,-webkit-transform .4s ease-in-out;transition:opacity .4s ease-in-out,-webkit-transform .4s ease-in-out;transition:opacity .4s ease-in-out,transform .4s ease-in-out;transition:opacity .4s ease-in-out,transform .4s ease-in-out,-webkit-transform .4s ease-in-out;z-index:3}@media(min-width: 480px){.plyr--video .plyr__controls{padding:var(--plyr-control-spacing, 10px);padding-top:calc(var(--plyr-control-spacing, 10px) * 3.5)}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;-webkit-transform:translateY(100%);transform:translateY(100%)}.plyr--video .plyr__control:focus-visible,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%))));color:var(--plyr-video-control-color-hover, #fff)}.plyr__control--overlaid{background:var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%))));border:0;border-radius:100%;color:var(--plyr-video-control-color, #fff);display:none;left:50%;opacity:.9;padding:calc(var(--plyr-control-spacing, 10px) * 1.5);position:absolute;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);-webkit-transition:.3s;transition:.3s;z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:hover,.plyr__control--overlaid:focus{opacity:1}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{-webkit-box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5))}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5))}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5))}.plyr--video .plyr__progress__buffer{color:var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25))}.plyr:-webkit-full-screen{background:#000;border-radius:0 !important;height:100%;margin:0;width:100%}.plyr:-ms-fullscreen{background:#000;border-radius:0 !important;height:100%;margin:0;width:100%}.plyr:fullscreen{background:#000;border-radius:0 !important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:-ms-fullscreen video{height:100%}.plyr:fullscreen video{height:100%}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}.plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media(min-width: 1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:var(--plyr-font-size-xlarge, 21px)}.plyr:-ms-fullscreen .plyr__captions{font-size:var(--plyr-font-size-xlarge, 21px)}.plyr:fullscreen .plyr__captions{font-size:var(--plyr-font-size-xlarge, 21px)}}.plyr--fullscreen-fallback{background:#000;border-radius:0 !important;height:100%;margin:0;width:100%;bottom:0;left:0;position:fixed;right:0;top:0;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media(min-width: 1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:var(--plyr-font-size-xlarge, 21px)}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads::after{background:#23282f;border-radius:2px;bottom:var(--plyr-control-spacing, 10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:var(--plyr-control-spacing, 10px);z-index:3}.plyr__ads:empty::after{display:none}.plyr__cues{background:currentColor;display:block;height:var(--plyr-range-track-height, 5px);left:0;opacity:.8;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:3px;z-index:3}.plyr__preview-thumb{background-color:var(--plyr-tooltip-background, #fff);border-radius:var(--plyr-menu-radius, 8px);bottom:100%;-webkit-box-shadow:var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));box-shadow:var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));margin-bottom:calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);opacity:0;padding:3px;pointer-events:none;position:absolute;-webkit-transform:translate(0, 10px) scale(0.8);transform:translate(0, 10px) scale(0.8);-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transition:opacity .2s .1s ease,-webkit-transform .2s .1s ease;transition:opacity .2s .1s ease,-webkit-transform .2s .1s ease;transition:transform .2s .1s ease,opacity .2s .1s ease;transition:transform .2s .1s ease,opacity .2s .1s ease,-webkit-transform .2s .1s ease;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;-webkit-transform:translate(0, 0) scale(1);transform:translate(0, 0) scale(1)}.plyr__preview-thumb::before{border-left:var(--plyr-tooltip-arrow-size, 4px) solid rgba(0,0,0,0);border-right:var(--plyr-tooltip-arrow-size, 4px) solid rgba(0,0,0,0);border-top:var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);bottom:calc(var(--plyr-tooltip-arrow-size, 4px) * -1);content:"";height:0;left:calc(50% + var(--preview-arrow-offset));position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:calc(var(--plyr-menu-radius, 8px) - 1px);overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img,.plyr__preview-thumb__image-container::after{height:100%;left:0;position:absolute;top:0;width:100%}.plyr__preview-thumb__image-container::after{border-radius:inherit;-webkit-box-shadow:inset 0 0 0 1px rgba(0,0,0,.15);box-shadow:inset 0 0 0 1px rgba(0,0,0,.15);content:"";pointer-events:none}.plyr__preview-thumb__image-container img{max-height:none;max-width:none}.plyr__preview-thumb__time-container{background:var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));border-bottom-left-radius:calc(var(--plyr-menu-radius, 8px) - 1px);border-bottom-right-radius:calc(var(--plyr-menu-radius, 8px) - 1px);bottom:0;left:0;line-height:1.1;padding:20px 6px 6px;position:absolute;right:0;z-index:3}.plyr__preview-thumb__time-container span{color:#fff;font-size:var(--plyr-font-size-time, var(--plyr-font-size-small, 13px))}.plyr__preview-scrubbing{bottom:0;-webkit-filter:blur(1px);filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;-o-object-fit:contain;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{-webkit-transition:none !important;transition:none !important}.plyr__sr-only{clip:rect(1px, 1px, 1px, 1px);overflow:hidden;border:0 !important;height:1px !important;padding:0 !important;position:absolute !important;width:1px !important}.plyr [hidden]{display:none !important}.video-plyr.js-controls-hidden .plyr__controls{display:none}.video-plyr.js-controls-hidden .plyr__control{display:none}.slider-type-gallery.slider-swiper .swiper-container {
	margin-bottom: 0;
	padding-bottom: 0;
}.slider-type-gallery.slider-swiper .swiper-container .content-img {
	position: relative;
	min-height: 28.125rem;
	width: 100%;
	overflow: hidden;
}@media (min-width: 768px){.slider-type-gallery.slider-swiper .swiper-container .content-img {
		min-height: 43.75rem;
	}}.slider-type-gallery.slider-swiper .swiper-container .content-img img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;max-width:inherit;
}.slider-type-gallery.slider-swiper .swiper-thumbs-container {
	overflow: hidden;
}.slider-type-gallery.slider-swiper .swiper-thumbs-container .swiper-slide {
	cursor: pointer;
	opacity: .5;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;
}.slider-type-gallery.slider-swiper .swiper-thumbs-container .swiper-slide.swiper-slide-thumb-active {
	opacity: 1;
}.slider-type-gallery.slider-swiper .swiper-thumbs-container .content-img {
	position: relative;
	height: 5rem;
	width: 100%;
	overflow: hidden;
}.slider-type-gallery.slider-swiper .swiper-thumbs-container .content-img img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;max-width:inherit;
}.section.width-full .swiper-thumbs-container {
	padding-left: 0.938rem;
	padding-right: 0.938rem;
}.section.width-full figcaption {
	padding-left: 0.938rem;
}@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-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0px, 0, 0);transform:translate3d(0px, 0, 0)}.swiper-container-multirow>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-wrapper,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-cube-shadow{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));background-image:linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));background-image:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:300ms opacity;transition:300ms opacity;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-container-horizontal>.swiper-pagination-bullets{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(0.33);transform:scale(0.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(0.66);transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(0.33);transform:scale(0.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(0.66);transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(0.33);transform:scale(0.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0px, -50%, 0);transform:translate3d(0px, -50%, 0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:200ms top,200ms -webkit-transform;transition:200ms top,200ms -webkit-transform;transition:200ms transform,200ms top;transition:200ms transform,200ms top,200ms -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:200ms left,200ms -webkit-transform;transition:200ms left,200ms -webkit-transform;transition:200ms transform,200ms left;transition:200ms transform,200ms left,200ms -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:200ms right,200ms -webkit-transform;transition:200ms right,200ms -webkit-transform;transition:200ms transform,200ms right;transition:200ms transform,200ms right,200ms -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progressbar,.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color: #ffffff}.swiper-pagination-black{--swiper-pagination-color: #000000}.swiper-pagination-lock{display:none}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/44*27);height:var(--swiper-navigation-size);margin-top:calc(-1*var(--swiper-navigation-size)/2);z-index:10;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none !important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:"next"}.swiper-button-prev.swiper-button-white,.swiper-button-next.swiper-button-white{--swiper-navigation-color: #ffffff}.swiper-button-prev.swiper-button-black,.swiper-button-next.swiper-button-black{--swiper-navigation-color: #000000}.swiper-button-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.slider-swiper {
	position: relative;
}.slider-swiper .swiper-container {
	margin-bottom: 6.25rem;
	padding-bottom: 3.75rem;
}.slider-swiper .swiper-button-next {
	right: 0;
	height: 3.75rem;
	width: 3.75rem;
	--tw-bg-opacity: 1;
	background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	outline: 2px solid transparent;
	outline-offset: 2px;top:45%;-webkit-transition:background-color .3s ease-in-out;transition:background-color .3s ease-in-out;
}.slider-swiper .swiper-button-next:after {
	display: none;
}.slider-swiper .swiper-button-next:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}.slider-swiper .swiper-button-next.swiper-button-disabled {
	pointer-events: auto;
	cursor: not-allowed;
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
	opacity: .75;
}.slider-swiper .swiper-button-next.swiper-button-disabled:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}.slider-swiper .swiper-button-prev {
	left: 0;
	height: 3.75rem;
	width: 3.75rem;
	--tw-bg-opacity: 1;
	background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	outline: 2px solid transparent;
	outline-offset: 2px;top:45%;-webkit-transition:background-color .3s ease-in-out;transition:background-color .3s ease-in-out;
}.slider-swiper .swiper-button-prev:after {
	display: none;
}.slider-swiper .swiper-button-prev:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}.slider-swiper .swiper-button-prev.swiper-button-disabled {
	pointer-events: auto;
	cursor: not-allowed;
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
	opacity: .75;
}.slider-swiper .swiper-button-prev.swiper-button-disabled:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}.slider-swiper .swiper-pagination {
	width: 100%;
}.slider-swiper .swiper-pagination.swiper-pagination-bullets {
	bottom: 0;
}.slider-swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
	margin-left: 0.938rem;
	margin-right: 0.938rem;
	--tw-bg-opacity: 1;
	background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
	opacity: 1;
	outline: 2px solid transparent;
	outline-offset: 2px;width:6px;height:6px;
}.slider-swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	--tw-bg-opacity: 1;
	background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}.preset-default .content-img {
	position: relative;
	min-height: 28.125rem;
	width: 100%;
	overflow: hidden;
}@media (min-width: 768px){.preset-default .content-img {
		min-height: 50rem;
	}}.preset-default .content-img img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;max-width:inherit;
}.preset-offsetBefore .swiper-slide {
	padding-left: 1.875rem;
	padding-right: 1.875rem;
}@media (min-width: 768px){.preset-offsetBefore .swiper-slide {
		padding: 0;
	}}@media print{.preset-offsetBefore .swiper-slide {
		padding: 0;
	}}.preset-center .swiper-container{max-width:1280px;margin-left:auto;margin-right:auto}.preset-center-small {
	padding-left: 0.938rem;
	padding-right: 0.938rem;
}@media (min-width: 1024px){.preset-center-small {
		padding-left: 0;
		padding-right: 0;
	}}.preset-center-small .swiper-container{max-width:960px;margin-left:auto;margin-right:auto}.preset-center-small .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}.preset-center-small .swiper-button-prev, .preset-center-small .swiper-button-next {
	pointer-events: none;
	visibility: hidden;
}@media (min-width: 1024px){.preset-center-small .swiper-button-prev, .preset-center-small .swiper-button-next {
		pointer-events: auto;
	}.preset-center-small .swiper-button-prev, .preset-center-small .swiper-button-next {
		visibility: visible;
	}}.job-list--wrapper .job-list--form {
	position: relative;
}.job-list--wrapper .job-list--form .pill {
	cursor: pointer;
}.job-list--wrapper .job-list--form .loading-spinner {
	position: absolute;margin:0 auto;top:5%;left:0;right:0;
}.job-list--wrapper .job-list--form .job-list--content {
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition-duration: 150ms;
	        transition-duration: 150ms;
	-webkit-transition-duration: 300ms;
	        transition-duration: 300ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.job-list--wrapper .job-list--form .job-list--content.loading{opacity:.1}.job-list--wrapper .job-list--form .job-list--content .job-list--label {
	margin-bottom: 0.375rem;
	font-weight: 500;
}.job-list--wrapper .job-list--form .job-list--content .job-list--departments, .job-list--wrapper .job-list--form .job-list--content .job-list--locations {
	margin-bottom: 1.25rem;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}.job-list--wrapper .job-list--form .job-list--content .job-list--departments .pill, .job-list--wrapper .job-list--form .job-list--content .job-list--locations .pill {
	margin-left: 0.25rem;
	margin-right: 0.25rem;
	margin-bottom: 0.5rem;
}.job-list--wrapper .job-list--form .job-list--content .job-list--departments .pill [type=checkbox],.job-list--wrapper .job-list--form .job-list--content .job-list--locations .pill [type=checkbox]{position:absolute;z-index:-10}@media (min-width: 1280px){.job-list--wrapper .job-list--form .job-list--content .job-list--departments .pill, .job-list--wrapper .job-list--form .job-list--content .job-list--locations .pill {
		margin-left: 0.5rem;
		margin-right: 0.5rem;
	}.job-list--wrapper .job-list--form .job-list--content .job-list--departments .pill, .job-list--wrapper .job-list--form .job-list--content .job-list--locations .pill {
		margin-bottom: 0;
	}.job-list--wrapper .job-list--form .job-list--content .job-list--departments .pill:first-child, .job-list--wrapper .job-list--form .job-list--content .job-list--locations .pill:first-child {
		margin-left: 0;
	}.job-list--wrapper .job-list--form .job-list--content .job-list--departments .pill:last-child, .job-list--wrapper .job-list--form .job-list--content .job-list--locations .pill:last-child {
		margin-right: 0;
	}}.job-list--wrapper .job-list--form .job-list--content .job-list--locations {
	margin-bottom: 3.75rem;
}.job-list--wrapper .job-list--form .job-list--content .job-list--locations .pill {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}.job-list--wrapper .job-list--form .job-list--content .job-list--locations .pill.type-active #job-detail--icon-pin {
	margin-right: 0.3125rem;
	margin-left: 0;
}@media (min-width: 1024px){.job-list--wrapper .job-list--form .job-list--content .job-list--items .card {
		margin-bottom: 2.813rem;
	}}.job-list--wrapper .job-list--form .job-list--content .job-list--items .job-list--item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	--tw-bg-opacity: 1;
	background-color: rgba(237, 239, 241, var(--tw-bg-opacity));padding:1.688rem 2.375rem;margin-bottom:.313rem;
}.job-list--wrapper .job-list--form .job-list--content .job-list--items .job-list--item .job-list--item-link-text {
	line-height: 1.25;
}.job-list--wrapper .job-list--form .job-list--content .job-list--items .job-list--item .job-list--item-link-text .job-list--item-description {
	display: none;
}@media (min-width: 768px){.job-list--wrapper .job-list--form .job-list--content .job-list--items .job-list--item .job-list--item-link-text .job-list--item-description {
		display: block;
	}}.job-list--wrapper .job-list--form .job-list--content .job-list--items .job-list--item .job-list--item-link-icon {
	margin-left: 0.5rem;
}.job-list--wrapper .job-list--form .job-list--content .job-list--items .job-list--item .job-list--item-link-icon svg{min-width:1.5rem;min-height:1.5rem}.job-list--wrapper .job-list--form .job-list--content .job-list--no-jobs-available {
	margin: 0.5rem;
}.job-detail--wrapper .job-detail--heading {
	margin-bottom: 1.875rem;
}.job-detail--wrapper .job-detail--heading h1 {
	margin-bottom: 0;hyphens:auto;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;-o-hyphens:auto;
}.job-detail--wrapper .job-detail--heading p {
	margin-top: 1.25rem;
	line-height: 1;
}.job-detail--wrapper .job-detail--button {
	margin-bottom: 5rem;
}.job-detail--wrapper .job-detail--item-wrapper {
	margin-bottom: 5rem;
}.job-detail--wrapper .job-detail--item-wrapper .text-wrapper {
	line-height: 1.75rem;
}.job-detail--back {
	margin-left: 0.938rem;
}@media (min-width: 1024px){.job-detail--back {
		margin-top: 2.5rem;
	}.job-detail--back {
		margin-left: 2.5rem;
	}}.job-detail--back.btn.text-link{border-style:none !important;border-bottom:none !important}.heading-1 {
	margin-bottom: 0.938rem;
	padding-top: 0.3125rem;
	font-family: Neue Machina, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 3.25rem;
	font-weight: 300;
	text-transform: uppercase;line-height:.85;hyphens:auto;-moz-hyphens:auto;-o-hyphens:auto;-ms-hyphens:auto;-webkit-hyphens:auto;
}@media (min-width: 768px){.heading-1 {
		margin-bottom: 0.938rem;
	}.heading-1 {
		font-size: 3.25rem;
	}}@media (min-width: 1024px){.heading-1 {
		margin-bottom: 1.875rem;
	}.heading-1 {
		font-size: 6rem;
	}}@media (min-width: 1280px){.heading-1 {
		margin-bottom: 1.875rem;
	}.heading-1 {
		font-size: 9.375rem;
	}}.heading-1 .text-indent {
	margin-left: 1.563rem;
}@media (min-width: 768px){.heading-1 .text-indent {
		margin-left: 5rem;
	}}@media (min-width: 1280px){.heading-1 .text-indent {
		margin-left: 12.5rem;
	}}.heading-1 span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;word-break:break-word;
}.heading-2 {
	margin-bottom: 0.938rem;
	font-family: Walsheim, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 2.25rem;
	font-weight: 400;
}@media (min-width: 1024px){.heading-2 {
		margin-bottom: 0.938rem;
	}.heading-2 {
		font-size: 3.25rem;
	}}@media (min-width: 1280px){.heading-2 {
		margin-bottom: 1.875rem;
	}.heading-2 {
		font-size: 4rem;
	}}.heading-2 span {
	display: block;
}.heading-3 {
	margin-bottom: 0.938rem;
	font-family: Walsheim, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.625rem;
	font-weight: 400;line-height:1.2;
}@media (min-width: 1280px){.heading-3 {
		margin-bottom: 1.875rem;
	}.heading-3 {
		font-size: 2rem;
	}}.heading-3 span {
	display: block;
}.heading-4 {
	margin-bottom: 0.938rem;
	font-family: Walsheim, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 500;
}@media (min-width: 1024px){.heading-4 {
		font-size: 1.125rem;
	}}.heading-4 span {
	display: block;
}.heading-1 u, .heading-2 u {
	text-decoration: none;
}.heading-1 u,.heading-2 u{border-bottom:3px solid #000}.heading-3 u, .heading-4 u {
	text-decoration: none;
}.heading-3 u,.heading-4 u{border-bottom:2px solid #000}.location-label {
	margin-bottom: 1.875rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	font-size: 1rem;
}@media (min-width: 1024px){.location-label {
		font-size: 1.125rem;
	}}.location-label .svg-embedded {
	margin-right: 0.3125rem;
	margin-left: -0.3125rem;
}.pill {
	display: inline-block;
	border-radius: 1.25rem;
	padding-top: 0.438rem;
	padding-bottom: 0.438rem;
	padding-left: 1rem;
	padding-right: 1rem;-webkit-transition:background-color .3s ease-in-out,color .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out;
}@media (min-width: 1024px){.pill {
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}.pill {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}}.pill.size-default {
	font-size: 0.875rem;
	font-weight: 500;
}@media (min-width: 1024px){.pill.size-default {
		font-size: 1.125rem;
	}.pill.size-default {
		font-weight: 400;
	}}.pill.size-small {
	padding-top: 0.438rem;
	padding-bottom: 0.438rem;
	font-size: 0.75rem;
	font-weight: 500;
}.pill.type-default {
	--tw-bg-opacity: 1;
	background-color: rgba(237, 239, 241, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}.pill.type-default svg {
	stroke: currentColor;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}.pill.type-sales {
	--tw-bg-opacity: 1;
	background-color: rgba(228, 232, 76, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}.pill.type-sales svg {
	stroke: currentColor;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}.pill.type-dark {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.pill.type-dark svg {
	stroke: currentColor;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.pill.type-active {
	--tw-bg-opacity: 1;
	background-color: rgba(55, 85, 105, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.pill.type-active svg {
	stroke: currentColor;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.pill.icon-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}.pill.icon-right svg {
	margin-left: 0.3125rem;
}.pill.icon-right.disabled svg {
	stroke: currentColor;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.pill.icon-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}.pill.icon-left svg {
	margin-right: 0.3125rem;
}.pill.icon-left.disabled svg {
	stroke: currentColor;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.pill.disabled {
	cursor: not-allowed;
	--tw-bg-opacity: 1;
	background-color: rgba(188, 197, 203, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.pill.disabled svg {
	stroke: currentColor;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.spinner {
	margin-left: -1.563rem;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	height: 1.25rem;
	width: 1.25rem;
	border-radius: 9999px;
	opacity: 0;border:1.5px solid rgba(0,0,0,.3);border-top-color:#000;
}.spinner.js--loading {
	opacity: 1;-webkit-animation:spin 1s .5s infinite linear;animation:spin 1s .5s infinite linear;
}@keyframes spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.extra-large-text {
	font-family: Walsheim, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.625rem;
	font-weight: 400;
	line-height: 1.25;
}@media (min-width: 1024px){.extra-large-text {
		font-size: 2rem;
	}}.large-text {
	font-family: Walsheim, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: .02em;
}@media (min-width: 1024px){.large-text {
		font-size: 1.25rem;
	}}.default-text {
	font-family: Walsheim, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.625;
}@media (min-width: 1024px){.default-text {
		font-size: 1.125rem;
	}}.medium-text {
	font-family: Walsheim, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.625;
}@media (min-width: 1024px){.medium-text {
		font-size: 0.875rem;
	}}.small-text {
	font-family: Walsheim, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 0.75rem;
	font-weight: 300;
	line-height: 1.375;
	letter-spacing: .02em;
}.weight-bold, strong {
	font-weight: 500;
}p {
	font-family: Walsheim, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.625;word-break:break-word;
}@media (min-width: 1024px){p {
		font-size: 1.125rem;
	}}p a {
	position: relative;
	font-family: Walsheim, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: 500;
	text-decoration: underline;word-break:break-word;text-underline-offset:4px;text-decoration-color:#000;-webkit-transition:all .3s linear;transition:all .3s linear;
}p a:hover{text-decoration-color:#8E9DA7}p u {
	position: relative;
	overflow-x: hidden;
	text-decoration: none;background-image:-webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)),-webkit-gradient(linear, left top, left bottom, from(#000), to(#000));background-image:linear-gradient(transparent, transparent),linear-gradient(#000, #000);background-size:0 2px,100% 2px;background-position:100% 100%,0 100%;background-repeat:no-repeat;
}.text-wrapper ul, .card-text ul {
	list-style-type: none;
}.text-wrapper ul li, .card-text ul li {
	position: relative;
	margin-bottom: 0.625rem;
	padding-left: 1.563rem;
	font-family: Walsheim, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.625;
}.text-wrapper ul li,.card-text ul li{word-break:break-word}@media (min-width: 1024px){.text-wrapper ul li, .card-text ul li {
		font-size: 1.125rem;
	}}.text-wrapper ul li:before, .card-text ul li:before {
	position: absolute;
	top: 0;
	left: 0;
	color: currentColor;
}.text-wrapper ul li:before,.card-text ul li:before{content:"—"}.text-wrapper ul li a, .card-text ul li a {
	position: relative;
	font-family: Walsheim, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: 500;
	text-decoration: underline;
}.text-wrapper ul li a,.card-text ul li a{word-break:break-word;text-underline-offset:4px;text-decoration-color:#000;-webkit-transition:all .3s linear;transition:all .3s linear}.text-wrapper ul li a:hover,.card-text ul li a:hover{text-decoration-color:#8E9DA7}.tooltip {
	position: absolute;
	display: inline-block;
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
	padding: 0.625rem;
	--tw-shadow: 0px 7px 20px rgba(60, 60, 60, 0.15);
	-webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.tooltip:after {
	position: absolute;
	height: 0.625rem;
	width: 0.625rem;
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));content:"";left:calc(50% - 5px);bottom:-5px;-webkit-transform:rotate(45deg);transform:rotate(45deg);
}.tooltip .tooltip--text {
	font-size: 0.75rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));white-space:nowrap;
}*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html {
	position: relative;min-height:100%;scroll-behavior:smooth;
}body {
	position: relative;
	overflow-x: hidden;
	font-family: Walsheim, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));padding-bottom:340px;min-height:100vh;
}@media (min-width: 1024px){body {
		font-size: 1.125rem;
	}}body main {
	padding-top: 4.063rem;
}@media (min-width: 1280px){body main {
		padding-top: 6.563rem;
	}}.noscript {
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	--tw-bg-opacity: 1;
	background-color: rgba(228, 232, 76, var(--tw-bg-opacity));
	text-align: center;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));z-index:9999999;top:40%;padding:50px 0;
}.noscript p {
	margin: auto;max-width:640px;
}.unsupported-browser {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 300;
	display: none;
	height: 100%;
	width: 100%;
	overflow-y: auto;
}.unsupported-browser.js--show {
	display: block;
}.unsupported-browser h3, .unsupported-browser p {
	text-align: center;
}.unsupported-browser .unsupported-browser--content {
	position: absolute;
	margin-left: 1.875rem;
	margin-right: 1.875rem;
	margin-top: 4.063rem;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	padding-top: 5rem;
	padding-bottom: 5rem;max-width:64rem;
}@media (min-width: 1024px){.unsupported-browser .unsupported-browser--content {
		margin: auto;
	}.unsupported-browser .unsupported-browser--content {
		padding-left: 3.125rem;
		padding-right: 3.125rem;
	}.unsupported-browser .unsupported-browser--content{left:20vw;right:20vw;top:15vh}}.unsupported-browser .unsupported-browser--content .default-text {
	margin-bottom: 2.5rem;
}.unsupported-browser .unsupported-browser--content .alternative-browsers {
	margin-bottom: 2.5rem;
	width: 100%;
}@media (max-width: 767px){.unsupported-browser .unsupported-browser--content .alternative-browsers a:nth-child(2n-2) {
		margin-right: 0;
	}.unsupported-browser .unsupported-browser--content .alternative-browsers a:nth-child(2n-2) {
		margin-bottom: 0;
	}}.unsupported-browser .unsupported-browser--content .alternative-browsers .alternative-chrome, .unsupported-browser .unsupported-browser--content .alternative-browsers .alternative-firefox, .unsupported-browser .unsupported-browser--content .alternative-browsers .alternative-edge, .unsupported-browser .unsupported-browser--content .alternative-browsers .alternative-safari {
	margin-bottom: 0.625rem;
	margin-right: 0.625rem;
	display: inline-block;
	border-radius: 0.5rem;
	--tw-bg-opacity: 1;
	background-color: rgba(237, 239, 241, var(--tw-bg-opacity));
	vertical-align: text-top;
	-webkit-transition-property: background-color, border-color, color, fill, stroke;
	transition-property: background-color, border-color, color, fill, stroke;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition-duration: 150ms;
	        transition-duration: 150ms;
	-webkit-transition-duration: 300ms;
	        transition-duration: 300ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.unsupported-browser .unsupported-browser--content .alternative-browsers .alternative-chrome,.unsupported-browser .unsupported-browser--content .alternative-browsers .alternative-firefox,.unsupported-browser .unsupported-browser--content .alternative-browsers .alternative-edge,.unsupported-browser .unsupported-browser--content .alternative-browsers .alternative-safari{width:47.5%;height:8.5rem}.unsupported-browser .unsupported-browser--content .alternative-browsers .alternative-chrome:hover, .unsupported-browser .unsupported-browser--content .alternative-browsers .alternative-firefox:hover, .unsupported-browser .unsupported-browser--content .alternative-browsers .alternative-edge:hover, .unsupported-browser .unsupported-browser--content .alternative-browsers .alternative-safari:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(55, 85, 105, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}@media (min-width: 1024px){.unsupported-browser .unsupported-browser--content .alternative-browsers .alternative-chrome, .unsupported-browser .unsupported-browser--content .alternative-browsers .alternative-firefox, .unsupported-browser .unsupported-browser--content .alternative-browsers .alternative-edge, .unsupported-browser .unsupported-browser--content .alternative-browsers .alternative-safari {
		margin-right: 1.25rem;
	}.unsupported-browser .unsupported-browser--content .alternative-browsers .alternative-chrome, .unsupported-browser .unsupported-browser--content .alternative-browsers .alternative-firefox, .unsupported-browser .unsupported-browser--content .alternative-browsers .alternative-edge, .unsupported-browser .unsupported-browser--content .alternative-browsers .alternative-safari {
		margin-bottom: 0;
	}.unsupported-browser .unsupported-browser--content .alternative-browsers .alternative-chrome,.unsupported-browser .unsupported-browser--content .alternative-browsers .alternative-firefox,.unsupported-browser .unsupported-browser--content .alternative-browsers .alternative-edge,.unsupported-browser .unsupported-browser--content .alternative-browsers .alternative-safari{width:22%}.unsupported-browser .unsupported-browser--content .alternative-browsers .alternative-chrome:last-child, .unsupported-browser .unsupported-browser--content .alternative-browsers .alternative-firefox:last-child, .unsupported-browser .unsupported-browser--content .alternative-browsers .alternative-edge:last-child, .unsupported-browser .unsupported-browser--content .alternative-browsers .alternative-safari:last-child {
		margin-right: 0;
	}}@media (min-width: 1280px){.unsupported-browser .unsupported-browser--content .alternative-browsers .alternative-chrome,.unsupported-browser .unsupported-browser--content .alternative-browsers .alternative-firefox,.unsupported-browser .unsupported-browser--content .alternative-browsers .alternative-edge,.unsupported-browser .unsupported-browser--content .alternative-browsers .alternative-safari{width:22.7%}}@media(min-width: 1636px){.unsupported-browser .unsupported-browser--content .alternative-browsers .alternative-chrome,.unsupported-browser .unsupported-browser--content .alternative-browsers .alternative-firefox,.unsupported-browser .unsupported-browser--content .alternative-browsers .alternative-edge,.unsupported-browser .unsupported-browser--content .alternative-browsers .alternative-safari{width:23.3%}}.unsupported-browser .unsupported-browser--content .alternative-browsers .alternative-chrome .browser-name,.unsupported-browser .unsupported-browser--content .alternative-browsers .alternative-firefox .browser-name,.unsupported-browser .unsupported-browser--content .alternative-browsers .alternative-edge .browser-name,.unsupported-browser .unsupported-browser--content .alternative-browsers .alternative-safari .browser-name{line-height:1.15}@media (min-width: 1280px){.unsupported-browser .unsupported-browser--content .alternative-browsers .alternative-chrome .browser-name, .unsupported-browser .unsupported-browser--content .alternative-browsers .alternative-firefox .browser-name, .unsupported-browser .unsupported-browser--content .alternative-browsers .alternative-edge .browser-name, .unsupported-browser .unsupported-browser--content .alternative-browsers .alternative-safari .browser-name {
		line-height: 1.625;
	}}.unsupported-browser .unsupported-browser--content .alternative-browsers .alternative-chrome figure, .unsupported-browser .unsupported-browser--content .alternative-browsers .alternative-firefox figure, .unsupported-browser .unsupported-browser--content .alternative-browsers .alternative-edge figure, .unsupported-browser .unsupported-browser--content .alternative-browsers .alternative-safari figure {
	margin-top: 0.625rem;
	margin-bottom: 0.625rem;
	margin-left: auto;
	margin-right: auto;
	height: 4rem;
	width: 4rem;
}@media (min-width: 1280px){.unsupported-browser .unsupported-browser--content .alternative-browsers .alternative-chrome figure, .unsupported-browser .unsupported-browser--content .alternative-browsers .alternative-firefox figure, .unsupported-browser .unsupported-browser--content .alternative-browsers .alternative-edge figure, .unsupported-browser .unsupported-browser--content .alternative-browsers .alternative-safari figure {
		margin-top: 0.938rem;
		margin-bottom: 0.938rem;
	}}.unsupported-browser .unsupported-browser--backdrop-overlay::after {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;content:"";background-color:rgba(0,0,0,.5);z-index:-1;
}@font-face{font-family:"Neue Machina";font-style:normal;font-weight:300;font-display:swap;src:url(/_Resources/Static/Packages/BauwerkCapital.Website/Fonts/NeueMachina-Light.woff2) format("woff2")}@font-face{font-family:"Walsheim";font-style:normal;font-weight:400;font-display:swap;src:url(/_Resources/Static/Packages/BauwerkCapital.Website/Fonts/GT-Walsheim-Pro-Regular.woff2) format("woff2")}@font-face{font-family:"Walsheim";font-style:normal;font-weight:500;font-display:swap;src:url(/_Resources/Static/Packages/BauwerkCapital.Website/Fonts/GT-Walsheim-Pro-Medium.woff2) format("woff2")}@font-face{font-family:"Walsheim";font-style:normal;font-weight:300;font-display:swap;src:url(/_Resources/Static/Packages/BauwerkCapital.Website/Fonts/GT-Walsheim-Pro-Light.woff2) format("woff2")}[data-scroll=slideUp] {
	opacity: 0;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-perspective:1000px;perspective:1000px;-webkit-transform:matrix(1, 0, 0, 1, 0, 100);transform:matrix(1, 0, 0, 1, 0, 100);-webkit-transition:all 1s ease-in-out;transition:all 1s ease-in-out;
}.js--slide-up {
	opacity: 1;-webkit-transform:matrix(1, 0, 0, 1, 0, 0);transform:matrix(1, 0, 0, 1, 0, 0);
}.min-max-labels {
	margin-bottom: 0.625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}.min-max-labels span {
	font-size: 0.75rem;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}.pill-box .pill-box--container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}.pill-box .pill-box--container .pill {
	margin-right: 0.625rem;
	margin-bottom: 0.625rem;
	cursor: pointer;white-space:nowrap;
}.pill-box .pill-box--container .pill.loading {
	cursor: not-allowed;
}.pill-box .pill-box--container .pill.disabled {
	cursor: not-allowed;
	--tw-bg-opacity: 1;
	background-color: rgba(237, 239, 241, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(55, 85, 105, var(--tw-text-opacity));
	opacity: .4;
}.pill-box .pill-box--container .pill.disabled svg {
	stroke: currentColor;
	--tw-text-opacity: 1;
	color: rgba(55, 85, 105, var(--tw-text-opacity));
}.pill-box .pill-box--container .pill.size-small{line-height:18px}.pill-box .pill-box--container .pill.icon-right.size-default {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-right: 0.3125rem;padding-left:11px;
}.pill-box .pill-box--container .pill.icon-right.size-small {
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
	padding-right: 0.3125rem;padding-left:11px;
}.pill-box .pill-box--container .pill.icon-right svg {
	margin-left: 0;
}.pill-box .pill-box--container .pill.icon-left.icon-right.size-default {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-right: 0.3125rem;padding-left:5px;
}.pill-box .pill-box--container .pill.icon-left.icon-right.size-small {
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
	padding-right: 0.3125rem;padding-left:5px;
}.pill-box .pill-box--container .pill.icon-left.icon-right svg:first-child{margin-left:1px}.switch {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	border-radius: 1.25rem;
	--tw-bg-opacity: 1;
	background-color: rgba(237, 239, 241, var(--tw-bg-opacity));
	padding: 0;
}.switch .switch--label {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	cursor: pointer;
	border-radius: 1.25rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	font-size: 1rem;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));-webkit-transition:background-color .3s ease-in-out;transition:background-color .3s ease-in-out;
}@media (min-width: 1024px){.switch .switch--label {
		font-size: 1.125rem;
	}}.switch .switch--label.active {
	cursor: default;
	--tw-bg-opacity: 1;
	background-color: rgba(55, 85, 105, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.switch .switch--label.js--disabled {
	cursor: not-allowed;
	--tw-bg-opacity: 1;
	background-color: rgba(237, 239, 241, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(188, 197, 203, var(--tw-text-opacity));
}.card--contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}.card--contacts .card--contact-item {
	margin-right: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 3.125rem;
	width: 3.125rem;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}.card--contacts .card--contact-item:last-child {
	margin-right: 1.25rem;
}.card--contacts .card--contact-item svg {
	stroke: currentColor;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.ch2-theme-bar .ch2-dialog.ch2-dialog-bottom{bottom:-200% !important}.ch2-theme-bar .ch2-dialog.ch2-dialog-bottom.ch2-visible{bottom:0 !important}.ch2 .ch2-container.ch2-theme-bar {
	font-family: Walsheim, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
	--tw-text-opacity: 1 !important;
	color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}.ch2 .ch2-container.ch2-theme-bar .ch2-learn-more{display:none !important}.ch2 .ch2-container.ch2-theme-bar .ch2-dialog {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-line-pack: start;
	    align-content: flex-start;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-line-pack:stretch;align-content:stretch;padding:16px;max-height:380px;
}@media (min-width: 1024px){.ch2 .ch2-container.ch2-theme-bar .ch2-dialog{width:477px;left:3.5vw;max-height:480px;padding:24px}}.ch2 .ch2-container.ch2-theme-bar .ch2-dialog.ch2-visible {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}.ch2 .ch2-container.ch2-theme-bar .ch2-dialog .ch2-dialog-content {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	-ms-flex-item-align: stretch;
	    align-self: stretch;-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;background:-webkit-gradient(linear, left top, left bottom, color-stop(100%, white), to(rgba(255, 255, 255, 0))),-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white)) 0 100%,radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0)),radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0)) 0 100%;background:linear-gradient(white 100%, rgba(255, 255, 255, 0)),linear-gradient(rgba(255, 255, 255, 0), white 100%) 0 100%,radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0)),radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0)) 0 100%;background-repeat:no-repeat;background-color:#fff;background-size:100% 40px,100% 40px,100% 14px,100% 20px;background-attachment:local,local,local,scroll;
}.ch2 .ch2-container.ch2-theme-bar .ch2-dialog .ch2-dialog-content #ch2-dialog-title{margin-bottom:1.25rem}.ch2 .ch2-container.ch2-theme-bar .ch2-dialog .ch2-dialog-content #ch2-dialog-title strong{margin-bottom:unset;font-size:32px}.ch2 .ch2-container.ch2-theme-bar .ch2-dialog .ch2-dialog-content #ch2-dialog-description {
	padding-left: 0.5rem;
	padding-right: 1.25rem;
	font-size: 1rem;
}.ch2 .ch2-container.ch2-theme-bar .ch2-dialog .ch2-dialog-content #ch2-dialog-description a {
	border-bottom-width: 0px;
	font-size: 1rem;
}.ch2 .ch2-container.ch2-theme-bar .ch2-dialog .ch2-dialog-content #ch2-dialog-description a:focus-visible{outline:2px solid #000;outline-offset:2px}.ch2 .ch2-container.ch2-theme-bar .ch2-dialog .ch2-dialog-content p {
	margin-bottom: 1.25rem;
	display: block;
	font-family: Walsheim, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.375;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}@media (min-width: 768px){.ch2 .ch2-container.ch2-theme-bar .ch2-dialog .ch2-dialog-content p {
		font-size: 1rem;
	}.ch2 .ch2-container.ch2-theme-bar .ch2-dialog .ch2-dialog-content p {
		line-height: 1.5;
	}}.ch2 .ch2-container.ch2-theme-bar .ch2-dialog .ch2-dialog-content p:last-child {
	margin-bottom: 0.3125rem;
	margin-left: 0;
}.ch2 .ch2-container.ch2-theme-bar .ch2-dialog .ch2-dialog-content p:last-child a {
	padding-bottom: 0;
	font-family: Walsheim, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.375;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
	outline: 2px solid transparent;
	outline-offset: 2px;border-bottom:1.5px solid #000;
}@media (min-width: 768px){.ch2 .ch2-container.ch2-theme-bar .ch2-dialog .ch2-dialog-content p:last-child a {
		font-size: 1rem;
	}.ch2 .ch2-container.ch2-theme-bar .ch2-dialog .ch2-dialog-content p:last-child a {
		line-height: 1.5;
	}}.ch2 .ch2-container.ch2-theme-bar .ch2-dialog .ch2-dialog-content p:last-child a:hover{border-bottom:1.5px solid #8E9DA7}.ch2 .ch2-container.ch2-theme-bar .ch2-dialog .ch2-dialog-content p strong {
	margin-bottom: 1.25rem;
	font-family: Walsheim, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.625rem;
	font-weight: 400;
	line-height: 2rem;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}.ch2 .ch2-container.ch2-theme-bar .ch2-dialog .ch2-learn-more {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	background-color: transparent;
	padding-bottom: 0.625rem;
	padding-left: 0;
	padding-right: 0;
	font-family: Walsheim, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	text-transform: none;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;width:auto !important;border-bottom:1.5px solid #000;-webkit-box-shadow:none;box-shadow:none;
}.ch2 .ch2-container.ch2-theme-bar .ch2-dialog .ch2-learn-more:hover{border-bottom:1.5px solid #8E9DA7}.ch2 .ch2-container.ch2-theme-bar .ch2-dialog .ch2-learn-more:before {
	height: 0;
}.ch2 .ch2-container.ch2-theme-bar .ch2-dialog .ch2-learn-more.disabled {
	--tw-text-opacity: 1;
	color: rgba(188, 197, 203, var(--tw-text-opacity));border-bottom:1.5px solid #BCC5CB;
}.ch2 .ch2-container.ch2-theme-bar .ch2-dialog .ch2-dialog-actions {
	position: relative;
	margin-left: 0;
	margin-top: 0.625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;gap:8px;
}@media (min-width: 640px){.ch2 .ch2-container.ch2-theme-bar .ch2-dialog .ch2-dialog-actions{gap:16px}}.ch2 .ch2-container.ch2-theme-bar .ch2-dialog .ch2-dialog-actions .ch2-btn {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
	font-family: Walsheim, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	text-transform: none;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));width:100% !important;min-width:unset !important;margin:0 auto;padding:1rem 1.15rem 1.15rem 1.15rem;-webkit-box-shadow:unset;box-shadow:unset;border:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;
}.ch2 .ch2-container.ch2-theme-bar .ch2-dialog .ch2-dialog-actions .ch2-btn:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(30, 60, 80, var(--tw-bg-opacity));
}.ch2 .ch2-container.ch2-theme-bar .ch2-dialog .ch2-dialog-actions .ch2-btn:focus-visible{outline:2px solid #000;outline-offset:4px}.ch2 .ch2-container.ch2-theme-bar .ch2-dialog .ch2-dialog-actions .ch2-btn.disabled {
	--tw-text-opacity: 1;
	color: rgba(188, 197, 203, var(--tw-text-opacity));border-bottom:1.5px solid #BCC5CB;
}@media (min-width: 640px){.ch2 .ch2-container.ch2-theme-bar .ch2-dialog .ch2-dialog-actions .ch2-btn {
		margin: 0;
	}.ch2 .ch2-container.ch2-theme-bar .ch2-dialog .ch2-dialog-actions .ch2-btn {
		font-size: 1.125rem;
	}.ch2 .ch2-container.ch2-theme-bar .ch2-dialog .ch2-dialog-actions .ch2-btn{padding:1rem 1.5rem 1.25rem 1.5rem}}.ch2 .ch2-container.ch2-theme-bar .ch2-settings .ch2-settings-header p {
	font-family: Walsheim, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.625rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}.ch2 .ch2-container.ch2-theme-bar .ch2-settings .ch2-settings-header p strong {
	font-family: Walsheim, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.625rem;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}.ch2 .ch2-container.ch2-theme-bar .ch2-settings .ch2-settings-tabs ul{border-bottom:1px solid rgba(112,112,112,.2)}.ch2 .ch2-container.ch2-theme-bar .ch2-settings .ch2-settings-tabs ul li a.ch2-select-tab{color:#2f2f2f}.ch2 .ch2-container.ch2-theme-bar .ch2-settings .ch2-settings-tabs ul li a.ch2-select-tab:focus-visible{outline:2px solid #000}.ch2 .ch2-container.ch2-theme-bar .ch2-settings .ch2-settings-tabs ul li a.ch2-select-tab.active{color:#2f2f2f;border-left:1px solid rgba(112,112,112,.2);border-right:1px solid rgba(112,112,112,.2);border-top:1px solid rgba(112,112,112,.2);border-bottom:1px solid #fff}.ch2 .ch2-container.ch2-theme-bar .ch2-settings .ch2-settings-content{height:calc(100vh - 223px)}.ch2 .ch2-container.ch2-theme-bar .ch2-settings .ch2-settings-content:focus-visible{outline:2px solid #000}.ch2 .ch2-container.ch2-theme-bar .ch2-settings .ch2-settings-content a:focus-visible{outline:2px solid #000;outline-offset:2px}.ch2 .ch2-container.ch2-theme-bar .ch2-settings .ch2-settings-tab-container {
	font-family: Walsheim, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}.ch2 .ch2-container.ch2-theme-bar .ch2-settings .ch2-settings-tab-container p {
	margin-bottom: 1.25rem;
	font-family: Walsheim, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}.ch2 .ch2-container.ch2-theme-bar .ch2-settings .ch2-settings-tab-container p strong {
	font-family: Walsheim, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}.ch2 .ch2-container.ch2-theme-bar .ch2-settings .ch2-settings-tab-container p a {
	border-bottom-width: 0px;
	font-size: 1rem;
}.ch2 .ch2-container.ch2-theme-bar .ch2-settings .ch2-settings-tab-container p a:focus-visible{outline:2px solid #000;outline-offset:2px}.ch2 .ch2-container.ch2-theme-bar .ch2-settings .ch2-settings-tab-container .ch2-btn {
	display: inline-block;
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
	font-family: Walsheim, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.125rem;
	font-weight: 400;
	text-transform: none;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));width:auto !important;min-width:unset !important;margin:0;padding:1rem 1.5rem 1rem 1.5rem;-webkit-box-shadow:unset;box-shadow:unset;border:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;
}.ch2 .ch2-container.ch2-theme-bar .ch2-settings .ch2-settings-tab-container .ch2-btn:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(30, 60, 80, var(--tw-bg-opacity));
}.ch2 .ch2-container.ch2-theme-bar .ch2-settings .ch2-settings-tab-container .ch2-btn:focus-visible{outline:2px solid #000;outline-offset:4px}.ch2 .ch2-container.ch2-theme-bar .ch2-settings .ch2-settings-tab-container .ch2-btn.disabled {
	--tw-text-opacity: 1;
	color: rgba(188, 197, 203, var(--tw-text-opacity));border-bottom:1.5px solid #BCC5CB;
}.ch2 .ch2-container.ch2-theme-bar .ch2-settings .ch2-settings-tab-container .ch2-btn.ch2-allow-all-btn {
	margin-right: 1rem;
}@media (min-width: 640px){.ch2 .ch2-container.ch2-theme-bar .ch2-settings .ch2-settings-tab-container .ch2-btn {
		margin: 0;
	}.ch2 .ch2-container.ch2-theme-bar .ch2-settings .ch2-settings-tab-container .ch2-btn{width:auto !important}}.ch2 .ch2-container.ch2-theme-bar .ch2-settings .ch2-settings-tab-container .ch2-settings-option .ch2-switch input:disabled+label:before {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}.ch2 .ch2-container.ch2-theme-bar .ch2-settings .ch2-settings-tab-container .ch2-settings-option .ch2-switch input:focus-visible+label{outline:2px solid #000;outline-offset:2px}.ch2 .ch2-container.ch2-theme-bar .ch2-settings .ch2-settings-tab-container .ch2-learn-more {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	background-color: transparent;
	padding-bottom: 0.625rem;
	padding-left: 0;
	padding-right: 0;
	font-family: Walsheim, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	text-transform: none;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;width:auto !important;border-bottom:1.5px solid #000;-webkit-box-shadow:none;box-shadow:none;
}.ch2 .ch2-container.ch2-theme-bar .ch2-settings .ch2-settings-tab-container .ch2-learn-more:hover{border-bottom:1.5px solid #8E9DA7}.ch2 .ch2-container.ch2-theme-bar .ch2-settings .ch2-settings-tab-container .ch2-learn-more:before {
	height: 0;
}.ch2 .ch2-container.ch2-theme-bar .ch2-settings .ch2-settings-tab-container .ch2-learn-more.disabled {
	--tw-text-opacity: 1;
	color: rgba(188, 197, 203, var(--tw-text-opacity));border-bottom:1.5px solid #BCC5CB;
}.ch2 .ch2-container.ch2-theme-bar .ch2-settings .ch2-settings-tab-container .ch2-declaration-category table th {
	font-weight: 400;
}.ch2 .ch2-container.ch2-theme-bar .ch2-settings .ch2-settings-actions{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;padding:0 1rem 1rem 1rem;border-top:1px solid rgba(112,112,112,.2)}.ch2 .ch2-container.ch2-theme-bar .ch2-settings .ch2-settings-actions .ch2-save-settings-btn {
	background-color: transparent;
	font-family: Walsheim, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	text-transform: none;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));width:auto !important;min-width:unset !important;margin:0;padding-right:0;padding-left:0;-webkit-box-shadow:unset;box-shadow:unset;border-bottom:1.5px solid #000;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;
}.ch2 .ch2-container.ch2-theme-bar .ch2-settings .ch2-settings-actions .ch2-save-settings-btn:hover{border-bottom:1.5px solid #8E9DA7}.ch2 .ch2-container.ch2-theme-bar .ch2-settings .ch2-settings-actions .ch2-save-settings-btn.disabled {
	--tw-text-opacity: 1;
	color: rgba(188, 197, 203, var(--tw-text-opacity));border-bottom:1.5px solid #BCC5CB;
}.ch2 .ch2-container.ch2-theme-bar .ch2-settings .ch2-settings-actions .ch2-save-settings-btn:focus-visible{outline:2px solid #000;outline-offset:2px}@media (min-width: 640px){.ch2 .ch2-container.ch2-theme-bar .ch2-settings .ch2-settings-actions .ch2-save-settings-btn {
		margin: 0;
	}.ch2 .ch2-container.ch2-theme-bar .ch2-settings .ch2-settings-actions .ch2-save-settings-btn{width:auto !important}}.ch2 .ch2-container.ch2-theme-bar .ch2-settings .ch2-collapse-toggler a:focus-visible{outline:2px solid #000;outline-offset:2px}.flash-message {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	border-radius: 1.875rem;-webkit-box-shadow:0 7px 20px rgba(60,60,60,.2);box-shadow:0 7px 20px rgba(60,60,60,.2);
}.flash-message .flash-message--icon {
	border-radius: 9999px;
	padding: 0.813rem;
}.flash-message .flash-message--text {
	padding-top: 0.3125rem;
	padding-bottom: 0.3125rem;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	text-align: left;
	font-size: 0.875rem;
	font-weight: 500;
}@media (min-width: 1024px){.flash-message .flash-message--text {
		font-size: 1rem;
	}}.flash-message.type-info {
	cursor: pointer;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}.flash-message.type-info .flash-message--icon {
	--tw-bg-opacity: 1;
	background-color: rgba(55, 85, 105, var(--tw-bg-opacity));
}.flash-message.type-info .flash-message--icon svg {
	stroke: currentColor;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.flash-message.type-info .flash-message--text {
	--tw-text-opacity: 1;
	color: rgba(55, 85, 105, var(--tw-text-opacity));
}.flash-message.type-info .flash-message--close {
	margin-right: 0.813rem;
	cursor: pointer;
}.flash-message.type-info .flash-message--close svg {
	stroke: currentColor;
	--tw-text-opacity: 1;
	color: rgba(55, 85, 105, var(--tw-text-opacity));
}.flash-message.type-success{background-color:rgba(117,225,144,.2)}.flash-message.type-success .flash-message--icon {
	--tw-bg-opacity: 1;
	background-color: rgba(117, 225, 144, var(--tw-bg-opacity));
}.flash-message.type-success .flash-message--text {
	--tw-text-opacity: 1;
	color: rgba(117, 225, 144, var(--tw-text-opacity));
}.flash-message.type-success .flash-message--close svg {
	stroke: currentColor;
	--tw-text-opacity: 1;
	color: rgba(117, 225, 144, var(--tw-text-opacity));
}.flash-message.type-warning{background-color:rgba(251,191,81,.2)}.flash-message.type-warning .flash-message--icon {
	--tw-bg-opacity: 1;
	background-color: rgba(251, 191, 81, var(--tw-bg-opacity));
}.flash-message.type-warning .flash-message--text {
	--tw-text-opacity: 1;
	color: rgba(251, 191, 81, var(--tw-text-opacity));
}.flash-message.type-warning .flash-message--close svg {
	stroke: currentColor;
	--tw-text-opacity: 1;
	color: rgba(251, 191, 81, var(--tw-text-opacity));
}.flash-message.type-error{background-color:rgba(255,103,103,.2)}.flash-message.type-error .flash-message--icon {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 103, 103, var(--tw-bg-opacity));
}.flash-message.type-error .flash-message--text {
	--tw-text-opacity: 1;
	color: rgba(255, 103, 103, var(--tw-text-opacity));
}.flash-message.type-error .flash-message--close svg {
	stroke: currentColor;
	--tw-text-opacity: 1;
	color: rgba(255, 103, 103, var(--tw-text-opacity));
}.hard-facts--wrapper{border:1px solid #BCC5CB}@media (min-width: 1024px){.hard-facts--wrapper {
		border-width: 0px;
	}}.hard-facts--wrapper .hard-facts--mobile-toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	padding-top: 0.938rem;
	padding-bottom: 0.938rem;
}@media (min-width: 1024px){.hard-facts--wrapper .hard-facts--mobile-toggle {
		display: none;
	}}.hard-facts--wrapper .hard-facts--mobile-toggle.js--open{border-bottom:1px solid #BCC5CB}.hard-facts--wrapper .hard-facts--mobile-toggle.js--open .svg-embedded{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.hard-facts--wrapper .hard-facts--mobile-toggle .svg-embedded{-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:all .1s linear;transition:all .1s linear}.hard-facts--wrapper .hard-facts--content {
	display: none;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}@media (min-width: 1024px){.hard-facts--wrapper .hard-facts--content {
		display: grid;
	}.hard-facts--wrapper .hard-facts--content{border:.5px solid #BCC5CB}}.hard-facts--wrapper .hard-facts--content.js--open {
	display: grid;
}.hard-facts--wrapper .hard-facts--content.cols-6 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}@media (min-width: 640px){.hard-facts--wrapper .hard-facts--content.cols-6 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}}@media (min-width: 1024px){.hard-facts--wrapper .hard-facts--content.cols-6 {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}}.hard-facts--wrapper .hard-facts--content.cols-5 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}@media (min-width: 640px){.hard-facts--wrapper .hard-facts--content.cols-5 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}}@media (min-width: 1024px){.hard-facts--wrapper .hard-facts--content.cols-5 {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}}.hard-facts--wrapper .hard-facts--content.cols-4 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}@media (min-width: 640px){.hard-facts--wrapper .hard-facts--content.cols-4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}}@media (min-width: 1024px){.hard-facts--wrapper .hard-facts--content.cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}}.hard-facts--wrapper .text-wrapper, .hard-facts--wrapper .icon-link {
	margin: 0;
	height: 100%;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
	padding-top: 0.938rem;
	padding-bottom: 0.938rem;
}@media (min-width: 1024px){.hard-facts--wrapper .text-wrapper, .hard-facts--wrapper .icon-link {
		padding-left: 1.875rem;
		padding-right: 1.875rem;
	}.hard-facts--wrapper .text-wrapper, .hard-facts--wrapper .icon-link {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
	}.hard-facts--wrapper .text-wrapper,.hard-facts--wrapper .icon-link{border:.5px solid #BCC5CB}}.hard-facts--wrapper .text-wrapper.icon-link--card .icon-link--text .heading-6, .hard-facts--wrapper .icon-link.icon-link--card .icon-link--text .heading-6 {
	margin-bottom: 0.3125rem;
}.hard-facts--wrapper .text-wrapper.icon-link .icon-link--text p, .hard-facts--wrapper .icon-link.icon-link .icon-link--text p {
	line-height: 1.25;
}.headline-with-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}.headline-with-link .btn {
	margin-bottom: 1.25rem;
	margin-left: 2.5rem;
}@media (min-width: 768px){.headline-with-link .btn {
		margin-bottom: 1.563rem;
	}}@media (min-width: 1024px){.headline-with-link .btn {
		margin-bottom: 2.813rem;
	}}@media (min-width: 1280px){.headline-with-link .btn {
		margin-bottom: 3.438rem;
	}}.home-hero-segment {
	position: relative;
	height: 100%;
	min-height: 100vh;
	overflow: hidden;
}.home-hero-segment .hero--image, .home-hero-segment .hero--image>div {
	position: relative;
	z-index: 10;
	width: 100%;
}.home-hero-segment .hero--image img, .home-hero-segment .hero--image>div img {
	margin: auto;
	padding-left: 0.938rem;
	padding-right: 0.938rem;
	padding-bottom: 3.75rem;
	opacity: 0;
}.home-hero-segment .hero--image img,.home-hero-segment .hero--image>div img{padding-top:40vh;-webkit-transform:matrix(1, 0, 0, 1, 0, 100);transform:matrix(1, 0, 0, 1, 0, 100);-webkit-animation:slideUp 1s .5s forwards ease-in-out;animation:slideUp 1s .5s forwards ease-in-out}@media (min-width: 768px){.home-hero-segment .hero--image img, .home-hero-segment .hero--image>div img {
		padding-bottom: 7.5rem;
	}}@media (min-width: 2000px){.home-hero-segment .hero--image img, .home-hero-segment .hero--image>div img {
		width: 80%;
	}}.home-hero-segment .video-autoplay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	height: 100vh;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}.home-hero-segment .video-autoplay:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;z-index:1;content:"";background:rgba(112,110,129,.5);mix-blend-mode:multiply;-webkit-animation:fadeIn 1s .5s forwards ease-in-out;animation:fadeIn 1s .5s forwards ease-in-out;
}.home-hero-segment .video-autoplay.js-controls-hidden .plyr__controls{display:none}.home-hero-segment .video-autoplay.js-controls-hidden .plyr__control{display:none}.home-hero-segment .video-autoplay .plyr__video-embed__container {
	height: 100%;
	min-height: 100vh;-webkit-transform:translateY(0) !important;transform:translateY(0) !important;position:inherit;padding-bottom:inherit !important;
}.home-hero-segment .video-autoplay .plyr__video-wrapper {
	height: 100vh;background:#fff !important;padding-bottom:56.25% !important;
}.home-hero-segment .video-autoplay .plyr__video-wrapper iframe {
	position: absolute;
	width: 100vw;height:56.25vw;min-height:100vh;min-width:177.77vh;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);background:#fff !important;
}.home-hero-segment .video-autoplay .plyr__poster {
	background-size: cover;background-color:#fff !important;
}.home-hero-segment .hero-scroll-down {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 30;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: none;
	width: 100%;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-bottom: 5.625rem;
	font-size: 0.75rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	opacity: 1;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;
}@media (min-width: 768px){.home-hero-segment .hero-scroll-down {
		padding-bottom: 1.875rem;
	}}.home-hero-segment .hero-scroll-down.js--hidden {
	visibility: hidden;
	opacity: 0;
}.home-hero-segment .hero-scroll-down span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
	padding: 0.3125rem;
}.home-hero-segment .hero-scroll-down svg {
	margin: auto;
	margin-top: 0;
	height: 1.5rem;
	width: 1.5rem;
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
}@-webkit-keyframes slideUp{0% {
		opacity: 0;
	}0%{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-perspective:1000px;perspective:1000px;-webkit-transform:matrix(1, 0, 0, 1, 0, 100);transform:matrix(1, 0, 0, 1, 0, 100)}100% {
		opacity: 1;
	}100%{-webkit-transform:matrix(1, 0, 0, 1, 0, 0);transform:matrix(1, 0, 0, 1, 0, 0)}}@keyframes slideUp{0% {
		opacity: 0;
	}0%{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-perspective:1000px;perspective:1000px;-webkit-transform:matrix(1, 0, 0, 1, 0, 100);transform:matrix(1, 0, 0, 1, 0, 100)}100% {
		opacity: 1;
	}100%{-webkit-transform:matrix(1, 0, 0, 1, 0, 0);transform:matrix(1, 0, 0, 1, 0, 0)}}@-webkit-keyframes fadeIn{0% {
		opacity: 0;
	}100%{opacity:.8}}@keyframes fadeIn{0% {
		opacity: 0;
	}100%{opacity:.8}}.hotspot-link---with-layer {
	cursor: pointer;
}.hotspot-layer {
	pointer-events: none;
	visibility: hidden;
	position: absolute;
	top: 0;
	z-index: 20;
	padding: 0.938rem;
	opacity: 0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;
}@media (max-width: 1023px){.hotspot-layer {
		position: fixed;
	}.hotspot-layer {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}.hotspot-layer {
		z-index: 500;
	}.hotspot-layer {
		height: 100%;
	}.hotspot-layer {
		width: 100%;
	}.hotspot-layer {
		padding: 0;
	}.hotspot-layer{border-top:55px solid rgba(0,0,0,.5);border-left:15px solid rgba(0,0,0,.5);border-right:15px solid rgba(0,0,0,.5);border-bottom:15px solid rgba(0,0,0,.5)}}@media (min-width: 1024px){.hotspot-layer {
		position: absolute;
	}.hotspot-layer {
		top: 0;
	}.hotspot-layer {
		height: 100%;
	}.hotspot-layer {
		width: 100%;
	}.hotspot-layer {
		--tw-bg-opacity: 1;
		background-color: rgba(237, 239, 241, var(--tw-bg-opacity));
	}.hotspot-layer {
		padding-top: 0;
	}.hotspot-layer {
		padding-bottom: 0;
	}.hotspot-layer {
		padding-left: 2.5rem;
	}.hotspot-layer {
		padding-right: 2.5rem;
	}.hotspot-layer{max-width:480px}}.hotspot-layer.opened {
	pointer-events: auto;
	visibility: visible;-webkit-animation:fadeIn .3s forwards ease-in-out;animation:fadeIn .3s forwards ease-in-out;
}@media (min-width: 1024px){.hotspot-layer.opened{-webkit-animation:fadeIn .3s forwards ease-in-out,slideIn .3s forwards ease-in-out;animation:fadeIn .3s forwards ease-in-out,slideIn .3s forwards ease-in-out}}.hotspot-layer.fadedIn {
	pointer-events: auto;
	visibility: visible;
	opacity: 1;
}.hotspot-layer.slidIn {
	pointer-events: auto;
	visibility: visible;
	left: 0;
}.hotspot-layer .hotspot-layer--inner-wrapper {
	position: relative;
	height: 100%;
	width: 100%;
}@media (max-width: 1023px){.hotspot-layer .hotspot-layer--inner-wrapper {
		position: absolute;
	}.hotspot-layer .hotspot-layer--inner-wrapper {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}.hotspot-layer .hotspot-layer--inner-wrapper {
		--tw-bg-opacity: 1;
		background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	}.hotspot-layer .hotspot-layer--inner-wrapper {
		padding-top: 3.125rem;
	}.hotspot-layer .hotspot-layer--inner-wrapper {
		padding-bottom: 2.5rem;
	}.hotspot-layer .hotspot-layer--inner-wrapper {
		padding-left: 0.938rem;
	}.hotspot-layer .hotspot-layer--inner-wrapper {
		padding-right: 0.938rem;
	}}.hotspot-layer .hotspot-layer--inner-wrapper:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;content:"";height:105px;z-index:0;background:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(53.65%, #EDEFF1));background:linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #EDEFF1 53.65%);
}@media (max-width: 1023px){.hotspot-layer .hotspot-layer--inner-wrapper:after {
		display: none;
	}}.hotspot-layer .hotspot-close {
	position: absolute;
	top: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));width:40px;height:40px;
}@media (min-width: 1024px){.hotspot-layer .hotspot-close {
		position: sticky;
	}.hotspot-layer .hotspot-close {
		--tw-bg-opacity: 1;
		background-color: rgba(237, 239, 241, var(--tw-bg-opacity));
	}.hotspot-layer .hotspot-close{top:101px;width:60px;height:60px;margin-left:439px}}@media (min-width: 1280px){.hotspot-layer .hotspot-close{top:117px}}.hotspot-layer .navigation-buttons {
	position: absolute;
	bottom: 0.938rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;width:calc(100% - 30px);
}@media (min-width: 1024px){.hotspot-layer .navigation-buttons {
		position: sticky;
	}.hotspot-layer .navigation-buttons {
		display: inline-block;
	}.hotspot-layer .navigation-buttons{top:160px;width:60px;height:120px;margin-left:439px}}@media (min-width: 1280px){.hotspot-layer .navigation-buttons{top:177px}}.hotspot-layer .navigation-buttons:after {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;content:"";height:105px;bottom:-15px;z-index:0;background:-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(53.65%, #FFFFFF));background:linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 53.65%);
}@media (min-width: 1024px){.hotspot-layer .navigation-buttons:after {
		display: none;
	}}.hotspot-layer .navigation-buttons .btn-prev {
	margin-right: 1.25rem;
}@media (min-width: 1024px){.hotspot-layer .navigation-buttons .btn-prev {
		margin-right: 0;
	}}.hotspot-layer .navigation-buttons .btn-prev, .hotspot-layer .navigation-buttons .btn-next {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 9999px;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.hotspot-layer .navigation-buttons .btn-prev,.hotspot-layer .navigation-buttons .btn-next{width:50px;height:50px;z-index:1;background:#000;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media (min-width: 1024px){.hotspot-layer .navigation-buttons .btn-prev, .hotspot-layer .navigation-buttons .btn-next {
		border-radius: 0px;
	}.hotspot-layer .navigation-buttons .btn-prev,.hotspot-layer .navigation-buttons .btn-next{width:60px;height:60px}}.hotspot-layer .navigation-buttons .btn-prev:hover,.hotspot-layer .navigation-buttons .btn-next:hover{background:rgba(0,0,0,.6);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.hotspot-layer .neos-contentcollection {
	position: absolute;
	overflow: scroll;
	padding-bottom: 5rem;top:50px;left:15px;right:15px;bottom:15px;-ms-overflow-style:none;scrollbar-width:none;
}.hotspot-layer .neos-contentcollection::-webkit-scrollbar{display:none}@media (min-width: 1280px){.hotspot-layer .neos-contentcollection {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}.hotspot-layer .neos-contentcollection {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}.hotspot-layer .neos-contentcollection {
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}.hotspot-layer .neos-contentcollection {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}.hotspot-layer .neos-contentcollection {
		padding-bottom: 2.5rem;
	}.hotspot-layer .neos-contentcollection{left:40px;right:40px;bottom:40px}}@keyframes fadeIn{0% {
		opacity: 0;
	}100% {
		opacity: 1;
	}}@-webkit-keyframes slideIn{0%{left:-100%}100% {
		left: 0;
	}}@keyframes slideIn{0%{left:-100%}100% {
		left: 0;
	}}@-webkit-keyframes fadeOut{0% {
		opacity: 1;
	}100% {
		opacity: 0;
	}}@keyframes fadeOut{0% {
		opacity: 1;
	}100% {
		opacity: 0;
	}}@-webkit-keyframes slideOut{0% {
		left: 0;
	}100%{left:-100%}}@keyframes slideOut{0% {
		left: 0;
	}100%{left:-100%}}@media (max-width: 1023px){.media-reveal-on-scroll.hide-animation-on-mobile figure div{-webkit-animation:unset !important;animation:unset !important;-webkit-transform:scale(1);transform:scale(1)}.media-reveal-on-scroll.hide-animation-on-mobile figure div img{-webkit-animation:unset !important;animation:unset !important;-webkit-transform:scale(1);transform:scale(1)}}.media-reveal-on-scroll figure {
	position: relative;
	width: 100%;
}.media-reveal-on-scroll figure div {
	position: relative;
	overflow: hidden;-webkit-transform:scale(0.6);transform:scale(0.6);margin:auto;-webkit-transition:-webkit-transform 1s linear;transition:-webkit-transform 1s linear;transition:transform 1s linear;transition:transform 1s linear, -webkit-transform 1s linear;
}.media-reveal-on-scroll figure img{-webkit-transform:scale(1.6);transform:scale(1.6)}@-webkit-keyframes animatedScaleContainer{0%{-webkit-transform:scale(0.6);transform:scale(0.6)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes animatedScaleContainer{0%{-webkit-transform:scale(0.6);transform:scale(0.6)}100%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes animatedScaleImage{0%{-webkit-transform:scale(1.6);transform:scale(1.6)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes animatedScaleImage{0%{-webkit-transform:scale(1.6);transform:scale(1.6)}100%{-webkit-transform:scale(1);transform:scale(1)}}.milestone {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	font-size: 1rem;
	line-height: 1.25;padding-top:10px;padding-left:10px;margin-top:-10px;margin-left:-10px;
}@media (min-width: 1024px){.milestone {
		font-size: 1.125rem;
	}}.milestone:last-child .milestone--item:after {
	display: none;
}.milestone.planned {
	--tw-text-opacity: 1;
	color: rgba(142, 157, 167, var(--tw-text-opacity));
}.milestone.planned .milestone--item {
	padding: 0.563rem;
}.milestone.planned .milestone--item:before {
	position: absolute;
	top: 0;
	--tw-bg-opacity: 1;
	background-color: rgba(142, 157, 167, var(--tw-bg-opacity));content:"";left:calc(50% - 1px);width:1.5px;height:10px;
}.milestone.planned .milestone--item:after {
	top: 0.938rem;
	--tw-bg-opacity: 1;
	background-color: rgba(142, 157, 167, var(--tw-bg-opacity));height:500%;
}.milestone.active .milestone--item.js--animation-paused .milestone--status-completed{-webkit-animation-play-state:paused;animation-play-state:paused}.milestone.active .milestone--item.js--animation-running .milestone--status-completed{-webkit-animation-play-state:running;animation-play-state:running}.milestone.active .milestone--item:after {
	--tw-bg-opacity: 1;
	background-color: rgba(142, 157, 167, var(--tw-bg-opacity));
}.milestone .milestone--item {
	position: relative;
	margin-right: 1.563rem;
	height: 1.5rem;
	width: 1.5rem;
}.milestone .milestone--item:after {
	position: absolute;
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));content:"";top:24px;left:calc(50% - 1px);width:1.5px;height:500%;
}.milestone .milestone--title {
	margin-bottom: 1.125rem;
}.milestone .milestone--status-planned {
	position: relative;
	margin: auto;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));border:1.5px solid #8E9DA7;width:6px;height:6px;
}.milestone .milestone--status-active {
	position: relative;
	margin-right: 0.938rem;
	height: 1.5rem;
	width: 1.5rem;
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));border:1.5px solid #000;-webkit-animation:pulse-milestone 2.5s infinite;animation:pulse-milestone 2.5s infinite;
}.milestone .milestone--status-completed {
	position: relative;
	margin-right: 0.938rem;
	height: 1.5rem;
	width: 1.5rem;
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}.milestone .milestone--status-completed:before {
	position: absolute;
	top: 0;
	left: 0;
	height: 1.5rem;
	width: 1.5rem;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;content:"";background-image:url(/_Resources/Static/Packages/BauwerkCapital.Website/Icons/external/done-white.svg);
}@-webkit-keyframes pulse-milestone{0%{-webkit-box-shadow:0 0 0 0 #bcc5cb;box-shadow:0 0 0 0 #bcc5cb}70%{-webkit-box-shadow:0 0 0 10px rgba(188,197,203,0);box-shadow:0 0 0 10px rgba(188,197,203,0)}100%{-webkit-box-shadow:0 0 0 0 rgba(188,197,203,0);box-shadow:0 0 0 0 rgba(188,197,203,0)}}@keyframes pulse-milestone{0%{-webkit-box-shadow:0 0 0 0 #bcc5cb;box-shadow:0 0 0 0 #bcc5cb}70%{-webkit-box-shadow:0 0 0 10px rgba(188,197,203,0);box-shadow:0 0 0 10px rgba(188,197,203,0)}100%{-webkit-box-shadow:0 0 0 0 rgba(188,197,203,0);box-shadow:0 0 0 0 rgba(188,197,203,0)}}.milestones .milestones--title {
	margin-bottom: 1.25rem;
	width: 100%;
	font-family: Walsheim, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.625;
}@media (min-width: 1024px){.milestones .milestones--title {
		font-size: 1.125rem;
	}}.page-contact.open .page-contact--btn .page-contact--btn-text {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}.page-contact.open .page-contact--btn .page-contact--btn-text .close {
	display: block;
}.page-contact.open .page-contact--btn .svg-embedded {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}.page-contact.open .page-contact--btn .svg-embedded.open {
	display: none;
}.page-contact.open .page-contact--btn .svg-embedded.close {
	display: block;
}.page-contact.open .page-contact--content {
	display: block;
}.page-contact .page-contact--btn {
	position: relative;
	z-index: 20;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	width: 100%;
	cursor: pointer;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;gap:10px;min-width:125px;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;
}.page-contact .page-contact--btn:focus{outline:none}.page-contact .page-contact--btn:focus-visible{outline:-webkit-focus-ring-color auto 1px}.page-contact .page-contact--btn .page-contact--btn-text {
	position: relative;
	width: 100%;
	font-size: 1.125rem;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));-webkit-transition:color .4s ease-in-out;transition:color .4s ease-in-out;
}.page-contact .page-contact--btn .page-contact--btn-text .open {
	display: none;
	text-align: right;
}@media (min-width: 1280px){.page-contact .page-contact--btn .page-contact--btn-text .open {
		display: block;
	}}.page-contact .page-contact--btn .page-contact--btn-text .close {
	position: absolute;
	right: 0;
	display: none;
	width: 100%;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	text-align: right;top:-8px;
}@media (min-width: 1280px){.page-contact .page-contact--btn .page-contact--btn-text .close {
		top: 0;
	}}.page-contact .page-contact--btn .svg-embedded {
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
	stroke: currentColor;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));-webkit-transition:color .4s ease-in-out;transition:color .4s ease-in-out;
}.page-contact .page-contact--btn .svg-embedded.open {
	display: block;
}.page-contact .page-contact--btn .svg-embedded.close {
	display: none;
}.page-contact .page-contact--content {
	position: absolute;
	right: -0.938rem;
	z-index: 10;
	display: none;
	height: auto;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-bottom: 1.563rem;
	padding-top: 6.5rem;
	--tw-shadow: 0px 7px 20px rgba(60, 60, 60, 0.15);
	-webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);width:320px;top:-42px;
}@media (min-width: 1024px){.page-contact .page-contact--content {
		right: -2.5rem;
	}}.page-contact .page-contact--title {
	margin-bottom: 1.25rem;
	padding-left: 1.563rem;
	padding-right: 1.563rem;
	font-size: 1rem;
	font-weight: 500;
}.backend-notice {
	--tw-bg-opacity: 1;
	background-color: rgba(188, 197, 203, var(--tw-bg-opacity));
	padding-top: 1.875rem;
	padding-bottom: 1.875rem;
	text-align: center;
}.page-contact-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding-top: 0.938rem;
	padding-bottom: 0.938rem;
	padding-left: 1.563rem;
	padding-right: 1.563rem;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;
}.page-contact-item:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(237, 239, 241, var(--tw-bg-opacity));
}.page-contact-item:hover .page-contact-item--subtitle {
	opacity: 1;
}.page-contact-item .page-contact-item--inner-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;min-height:30px;
}.page-contact-item .page-contact-item--title {
	display: block;
	font-size: 1rem;
}@media (min-width: 1024px){.page-contact-item .page-contact-item--title {
		font-size: 1.125rem;
	}}.page-contact-item .page-contact-item--subtitle {
	overflow: hidden;
	font-size: 0.875rem;
	opacity: 1;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;
}@media (min-width: 1280px){.page-contact-item .page-contact-item--subtitle {
		opacity: 0;
	}}.page-contact-item .page-contact-item--icon {
	margin-right: 0.625rem;
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;margin-top:-15px;
}.page-contact-item .page-contact-item--link-icon {
	margin-left: 0.625rem;
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
}.card:hover .card-image--hover-animation-fade figure:nth-child(1){-webkit-animation:xfade 9s -3s infinite;animation:xfade 9s -3s infinite;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.card:hover .card-image--hover-animation-fade figure:nth-child(2){-webkit-animation:xfade 9s 0s infinite;animation:xfade 9s 0s infinite;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.card:hover .card-image--hover-animation-fade figure:nth-child(3){-webkit-animation:xfade 9s -6s infinite;animation:xfade 9s -6s infinite;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.card .card-image--hover-animation-fade figure:nth-child(1) {
	z-index: 30;-webkit-animation:xfadeIn 9s -3s forwards;animation:xfadeIn 9s -3s forwards;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;
}.card .card-image--hover-animation-fade figure:nth-child(2) {
	z-index: 20;
	opacity: 0;
}.card .card-image--hover-animation-fade figure:nth-child(3) {
	z-index: 10;
	opacity: 0;
}.card .card-image {
	position: relative;
	overflow: hidden;
}.card .card-image figure, .card .card-image figure>div {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
}.card .card-image figure img, .card .card-image figure>div img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}.card .card-image figure img,.card .card-image figure>div img{max-width:inherit;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.card .card-tags {
	position: absolute;
	top: 1.25rem;
	left: 1.25rem;
	z-index: 40;
	margin-right: 3.625rem;
}@media (min-width: 1024px){.card .card-tags{margin-right:unset}}.card .card-tags .pill {
	margin-right: 0.625rem;
	margin-bottom: 0.5rem;
}@media (min-width: 1024px){.card .card-tags .pill {
		margin-bottom: 0.625rem;
	}}.card .card-tags .pill.type-active {
	--tw-bg-opacity: 1;
	background-color: rgba(30, 60, 80, var(--tw-bg-opacity));
}.card .card-bottom-tags {
	position: absolute;
	bottom: 1.25rem;
	left: 1.25rem;
	z-index: 40;
}.card .card-bottom-tags .pill {
	margin-right: 0.625rem;
	font-size: 0.875rem;
	font-weight: 500;
}.card .card-content .card-title {
	margin-bottom: 0.625rem;
}.card .card-content .card-subline {
	margin-bottom: 1.875rem;
	font-size: 1.25rem;
	line-height: 2rem;
}.card .card-content .card-meta2 .location-label {
	margin-bottom: 1.875rem;
	font-size: 1rem;
	line-height: 1.75rem;
}.card .card-content .card-text {
	margin-bottom: 0;
	font-size: 1rem;
	line-height: 1.75rem;
}.card .card-content .btn.text-link {
	margin-top: 0.938rem;
}.card .card-content .btn.text-link span {
	font-size: 1rem;
	line-height: 1.75rem;
}.card.horizontal {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}.card.horizontal .card-image {
	margin-right: 0;
	height: 15.625rem;
	width: 100%;
}@media (min-width: 768px){.card.horizontal .card-image {
		height: 25rem;
	}}@media (min-width: 1024px){.card.horizontal .card-image {
		height: 31.25rem;
	}.card.horizontal .card-image {
		width: 50%;
	}}@media (min-width: 1280px){.card.horizontal .card-image {
		height: 43.75rem;
	}.card.horizontal .card-image {
		width: 50%;
	}}.card.horizontal .card-content {
	width: 100%;
	padding-left: 0.938rem;
	padding-right: 0.938rem;
	padding-top: 1.25rem;
	padding-bottom: 1.875rem;
}@media (min-width: 1024px){.card.horizontal .card-content {
		width: 50%;
	}.card.horizontal .card-content {
		padding-left: 5rem;
	}.card.horizontal .card-content {
		padding-right: 6.25rem;
	}}@media (min-width: 1280px){.card.horizontal .card-content {
		width: 50%;
	}.card.horizontal .card-content {
		padding-left: 7.813rem;
	}.card.horizontal .card-content {
		padding-right: 11.875rem;
	}}.card.horizontal .card-content .card-meta {
	margin-bottom: 1.25rem;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0em;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}@media (min-width: 1024px){.card.horizontal .card-content .card-meta {
		font-size: 1.125rem;
	}}.card.horizontal .card-content .card-meta .pill {
	margin-bottom: 0.625rem;
}.card.horizontal .card-content .card-title .heading-2 {
	margin-bottom: 0;
}.card.vertical .card-image {
	height: 15.625rem;
	width: 100%;
}@media (min-width: 768px){.card.vertical .card-image {
		height: 31.25rem;
	}}.card.vertical .card-image.card-image--no-object-fit{height:auto}@media (min-width: 768px){.card.vertical .card-image.card-image--no-object-fit{height:auto}}.card.vertical .card-image.card-image--no-object-fit figure,.card.vertical .card-image.card-image--no-object-fit figure>div{position:inherit;top:inherit;right:inherit;bottom:inherit;left:inherit;width:100%;height:auto}.card.vertical .card-image.card-image--no-object-fit figure img,.card.vertical .card-image.card-image--no-object-fit figure>div img{position:inherit;top:inherit;right:inherit;bottom:inherit;left:inherit;width:100%;height:auto;-o-object-fit:inherit;object-fit:inherit;max-width:inherit}.card.vertical .card-content {
	width: 100%;
	padding-left: 0.938rem;
	padding-right: 0.938rem;
	padding-top: 1.25rem;
	padding-bottom: 1.875rem;
}.card.vertical .card-content .card-meta {
	margin-bottom: 1.25rem;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0em;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}.card.vertical .card-content .card-meta2 {
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}.card.vertical .card-content .card-meta2 .location-label {
	font-size: 0.875rem;
}@media (min-width: 1024px){.card.vertical .card-content .card-meta2 .location-label {
		font-size: 1rem;
	}}.card.vertical .card-content .card-title {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}.card.vertical .card-content .card-title .heading-3 {
	margin-bottom: 0;
}.card.vertical .card-content .card-subline {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	margin-bottom: 0.625rem;
	font-size: 1.125rem;
	line-height: 1.25rem;
}.card.vertical .card-content .card-text {
	-webkit-box-ordinal-group: 5;
	    -ms-flex-order: 4;
	        order: 4;
}.card.vertical .card-content .card--dateofcompletion-info, .card.vertical .card-content .card--developer-info {
	font-size: 0.875rem;
}.card.vertical-small .card-image {
	height: 15.625rem;
	width: 100%;
}.card.vertical-small .card-content {
	width: 100%;
	padding-left: 0.938rem;
	padding-right: 0.938rem;
	padding-top: 1.25rem;
	padding-bottom: 1.875rem;
}.card.vertical-small .card-content .card-meta {
	margin-bottom: 1.25rem;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0em;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}.card.vertical-small .card-content .card-meta2 .location-label {
	margin-bottom: 1.875rem;
	font-size: 0.875rem;
}@media (min-width: 1024px){.card.vertical-small .card-content .card-meta2 .location-label {
		font-size: 1rem;
	}}.card.vertical-small .card-content .card-title .heading-3 {
	margin-bottom: 0;
}.card.vertical-small .card-content .card-subline {
	margin-bottom: 0.625rem;
	font-size: 1.125rem;
	line-height: 1.25rem;
}.card.vertical-small .card-content .card--dateofcompletion-info, .card.vertical-small .card-content .card--developer-info {
	font-size: 0.875rem;
}.card.vertical-small.project-card .card-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}.card.vertical-small.project-card .card-content .card-content--inner-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}.card.vertical-small.project-card .card-content .card-meta2 {
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}.card.vertical-small.project-card .card-content .card-title {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}.card.vertical-small.project-card .card-content .card-subline {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}.card.vertical-small.project-card .card-content .card-text {
	-webkit-box-ordinal-group: 5;
	    -ms-flex-order: 4;
	        order: 4;
}.card.single-result{max-width:50%;margin:0 0 0 auto}.card .card-additional-text-info {
	margin-top: 1rem;
	display: block;
}.card .card--dateofcompletion-info, .card .card--developer-info {
	font-size: 1rem;
}.card .card--dateofcompletion-info b, .card .card--developer-info b {
	font-weight: 500;
}.card .card--dateofcompletion-info {
	margin-left: 0.5rem;
}a.card:hover .card-image img{-webkit-transform:scale(1.05);transform:scale(1.05)}a.card:hover .card-image--hover-animation-fade img{-webkit-transform:scale(1);transform:scale(1)}a.card:hover.vertical .card-image--no-object-fit img{-webkit-transform:scale(1);transform:scale(1)}@-webkit-keyframes xfade{0%{opacity:0}20%{opacity:1}33%{opacity:1}53%{opacity:0}100%{opacity:0}}@keyframes xfade{0%{opacity:0}20%{opacity:1}33%{opacity:1}53%{opacity:0}100%{opacity:0}}@-webkit-keyframes xfadeIn{0%{opacity:0}20%{opacity:0}33%{opacity:.5}53%{opacity:1}100%{opacity:1}}@keyframes xfadeIn{0%{opacity:0}20%{opacity:0}33%{opacity:.5}53%{opacity:1}100%{opacity:1}}.btn-project-root-search--wrapper {
	position: fixed;
	bottom: 1.563rem;
	z-index: 210;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;pointer-events:none;
}@media (min-width: 1280px){.btn-project-root-search--wrapper {
		bottom: 3.125rem;
	}}.btn-project-root-search {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	cursor: pointer;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 0.625rem;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-shadow: 0px 7px 20px rgba(60, 60, 60, 0.15);
	-webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);-webkit-transition:-webkit-box-shadow .3s ease-in-out;transition:-webkit-box-shadow .3s ease-in-out;transition:box-shadow .3s ease-in-out;transition:box-shadow .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;pointer-events:auto;
}.btn-project-root-search:hover {
	--tw-shadow:  0px -7px 60px rgba(60, 60, 60, 0.15);
	-webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}@media (min-width: 768px){.btn-project-root-search.is-active.only-one-item .btn-project-root-search--text:after{width:198px}}.btn-project-root-search.is-active.only-one-item .btn-properties-anchor{min-width:172px}@media (min-width: 768px){.btn-project-root-search.is-active.more-items .btn-project-root-search--text:after{width:198px}.btn-project-root-search.is-active.no-filtered-list .btn-project-root-search--text:after{width:198px}}.btn-project-root-search.is-active.no-filtered-list .btn-properties-anchor{min-width:195px}.btn-project-root-search .btn-project-root-search--text {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0.625rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 1rem;
	padding-bottom: 1rem;z-index:2;
}.btn-project-root-search .btn-project-root-search--text:hover:after {
	--tw-bg-opacity: 1;
	background-color: rgba(188, 197, 203, var(--tw-bg-opacity));
}.btn-project-root-search .btn-project-root-search--text:after {
	position: absolute;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(237, 239, 241, var(--tw-bg-opacity));content:"";z-index:-1;width:118px;height:40px;top:calc(50% - 20px);left:10px;-webkit-transition:background-color .3s ease-in-out;transition:background-color .3s ease-in-out;
}.btn-project-root-search .btn-properties-anchor {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(228, 232, 76, var(--tw-bg-opacity));
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 1rem;
	padding-bottom: 1rem;height:58px;-webkit-transition:background-color .3s ease-in-out,color .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out;
}.btn-project-root-search .btn-properties-anchor:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(55, 85, 105, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.btn-project-search {
	position: fixed;
	bottom: 1.563rem;
	z-index: 210;
	display: inline-block;
	cursor: pointer;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-shadow: 0px 7px 20px rgba(60, 60, 60, 0.15);
	-webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);-webkit-transition:-webkit-box-shadow .3s ease-in-out;transition:-webkit-box-shadow .3s ease-in-out;transition:box-shadow .3s ease-in-out;transition:box-shadow .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;left:calc(50% - 123.5px);
}@media (min-width: 1280px){.btn-project-search {
		bottom: 3.125rem;
	}}.btn-project-search:hover {
	--tw-shadow:  0px -7px 60px rgba(60, 60, 60, 0.15);
	-webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.btn-project-search:hover:before {
	width: 100%;
}.btn-project-search:hover .btn-project-search--icon.icon-active:after {
	--tw-bg-opacity: 1;
	background-color: rgba(188, 197, 203, var(--tw-bg-opacity));
}.btn-project-search.is-active{left:calc(50% - 116px)}.btn-project-search.is-active:before {
	display: none;
}.btn-project-search.is-active .btn-project-search--text {
	gap: 1.563rem;min-width:232px;
}.btn-project-search .btn-project-search--text {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 2.188rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 1rem;
	padding-bottom: 1rem;z-index:2;
}.btn-project-search .btn-project-search--icon.icon-active {
	position: relative;
}.btn-project-search .btn-project-search--icon.icon-active:after {
	position: absolute;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(237, 239, 241, var(--tw-bg-opacity));content:"";z-index:-1;width:48px;height:40px;top:calc(50% - 20px);left:-10px;-webkit-transition:background-color .3s ease-in-out;transition:background-color .3s ease-in-out;
}.btn-project-search:before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 4.375rem;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(228, 232, 76, var(--tw-bg-opacity));content:"";-webkit-transition:width .3s ease-in-out;transition:width .3s ease-in-out;
}.btn-request-property {
	position: relative;
	display: inline-block;
	cursor: pointer;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-shadow: 0px 7px 20px rgba(60, 60, 60, 0.15);
	-webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.btn-request-property:hover:before {
	width: 100%;
}.btn-request-property .btn-request-property--text {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 2.5rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 1rem;
	padding-bottom: 1rem;z-index:2;
}.btn-request-property:before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 4.375rem;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(228, 232, 76, var(--tw-bg-opacity));content:"";-webkit-transition:width .3s ease-in-out;transition:width .3s ease-in-out;
}.scroll-to-top {
	visibility: hidden;
	position: fixed;
	bottom: 10rem;
	right: 0;
	z-index: 210;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 3.125rem;
	width: 3.125rem;
	cursor: pointer;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	--tw-bg-opacity: 1;
	background-color: rgba(237, 239, 241, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));-webkit-transform:translateX(150%);transform:translateX(150%);-webkit-transition:visibility .3s ease .1s,background-color .3s ease,-webkit-transform .3s ease-in-out .1s;transition:visibility .3s ease .1s,background-color .3s ease,-webkit-transform .3s ease-in-out .1s;transition:visibility .3s ease .1s,transform .3s ease-in-out .1s,background-color .3s ease;transition:visibility .3s ease .1s,transform .3s ease-in-out .1s,background-color .3s ease,-webkit-transform .3s ease-in-out .1s;
}@media (min-width: 1280px){.scroll-to-top {
		bottom: 5.938rem;
	}.scroll-to-top {
		right: 1.563rem;
	}.scroll-to-top{border-radius:5rem}.scroll-to-top:hover {
		-ms-flex-pack: distribute;
		    justify-content: space-around;
	}.scroll-to-top:hover {
		--tw-bg-opacity: 1;
		background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
	}.scroll-to-top:hover {
		--tw-text-opacity: 1;
		color: rgba(255, 255, 255, var(--tw-text-opacity));
	}.scroll-to-top:hover{height:9.813rem}.scroll-to-top:hover .scroll-to-top--text-area {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}.scroll-to-top:hover .scroll-to-top--text-area {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}.scroll-to-top:hover .scroll-to-top--text-area{margin-top:20px}.scroll-to-top:hover .scroll-to-top--icon-area{margin-bottom:-15px}.scroll-to-top:hover .scroll-to-top--icon-area svg {
		position: relative;
	}.scroll-to-top:hover .scroll-to-top--icon-area svg{top:-10px}}.scroll-to-top.js--visible {
	visibility: visible;-webkit-transform:translateX(0%);transform:translateX(0%);
}.scroll-to-top--icon-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}.scroll-to-top--icon-area svg {
	position: relative;
	top: 0;-webkit-transition:top .3s ease;transition:top .3s ease;
}.scroll-to-top--text-area {
	display: none;
	white-space: nowrap;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);
}@keyframes plyr-progress{to{background-position:var(--plyr-progress-loading-size, 25px) 0}}@keyframes plyr-popup{0%{opacity:.5;-webkit-transform:translateY(10px);transform:translateY(10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes plyr-fade-in{from{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-box-align:center;-ms-flex-align:center;align-items:center;direction:ltr;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-family:var(--plyr-font-family, inherit);font-variant-numeric:tabular-nums;font-weight:var(--plyr-font-weight-regular, 400);line-height:var(--plyr-line-height, 1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;-webkit-transition:-webkit-box-shadow .3s ease;transition:-webkit-box-shadow .3s ease;transition:box-shadow .3s ease;transition:box-shadow .3s ease, -webkit-box-shadow .3s ease;z-index:0}.plyr video,.plyr audio,.plyr iframe{display:block;height:100%;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{-webkit-box-sizing:border-box;box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui *::after,.plyr--full-ui *::before{-webkit-box-sizing:inherit;box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{-ms-touch-action:manipulation;touch-action:manipulation}.plyr__badge{background:var(--plyr-badge-background, hsl(216deg, 15%, 34%));border-radius:var(--plyr-badge-border-radius, 2px);color:var(--plyr-badge-text-color, #fff);font-size:var(--plyr-font-size-badge, 9px);line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{-webkit-animation:plyr-fade-in .3s ease;animation:plyr-fade-in .3s ease;bottom:0;display:none;font-size:var(--plyr-font-size-small, 13px);left:0;padding:var(--plyr-control-spacing, 10px);position:absolute;text-align:center;-webkit-transition:-webkit-transform .4s ease-in-out;transition:-webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out;transition:transform .4s ease-in-out, -webkit-transform .4s ease-in-out;width:100%}.plyr__captions span:empty{display:none}@media(min-width: 480px){.plyr__captions{font-size:var(--plyr-font-size-base, 15px);padding:calc(var(--plyr-control-spacing, 10px) * 2)}}@media(min-width: 768px){.plyr__captions{font-size:var(--plyr-font-size-large, 18px)}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{-webkit-transform:translateY(calc(var(--plyr-control-spacing, 10px) * -4));transform:translateY(calc(var(--plyr-control-spacing, 10px) * -4))}.plyr__caption{background:var(--plyr-captions-background, rgba(0, 0, 0, 0.8));border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:var(--plyr-captions-text-color, #fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__caption div{display:inline}.plyr__control{background:rgba(0,0,0,0);border:0;border-radius:var(--plyr-control-radius, 4px);color:inherit;cursor:pointer;-ms-flex-negative:0;flex-shrink:0;overflow:visible;padding:calc(var(--plyr-control-spacing, 10px) * 0.7);position:relative;-webkit-transition:all .3s ease;transition:all .3s ease}.plyr__control svg{display:block;fill:currentColor;height:var(--plyr-control-icon-size, 18px);pointer-events:none;width:var(--plyr-control-icon-size, 18px)}.plyr__control:focus{outline:0}.plyr__control:focus-visible{outline:2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%))));outline-offset:2px}a.plyr__control{text-decoration:none}a.plyr__control::after,a.plyr__control::before{display:none}.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed,.plyr__control.plyr__control--pressed .label--not-pressed{display:none}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{-webkit-box-flex:1;-ms-flex:1 1;flex:1 1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:calc(var(--plyr-control-spacing, 10px) / 4)}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:calc(var(--plyr-control-spacing, 10px) / 4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 calc(var(--plyr-control-spacing, 10px) / 2)}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time{padding-left:0}.plyr__controls:empty{display:none}.plyr [data-plyr=captions],.plyr [data-plyr=pip],.plyr [data-plyr=airplay],.plyr [data-plyr=fullscreen]{display:none}.plyr--captions-enabled [data-plyr=captions],.plyr--pip-supported [data-plyr=pip],.plyr--airplay-supported [data-plyr=airplay],.plyr--fullscreen-enabled [data-plyr=fullscreen]{display:inline-block}.plyr__menu{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.plyr__menu .plyr__control svg{-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{-webkit-animation:plyr-popup .2s ease;animation:plyr-popup .2s ease;background:var(--plyr-menu-background, rgba(255, 255, 255, 0.9));border-radius:var(--plyr-menu-radius, 8px);bottom:100%;-webkit-box-shadow:var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));box-shadow:var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));color:var(--plyr-menu-color, hsl(216deg, 15%, 34%));font-size:var(--plyr-font-size-base, 15px);margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;-webkit-transition:height .35s cubic-bezier(0.4, 0, 0.2, 1),width .35s cubic-bezier(0.4, 0, 0.2, 1);transition:height .35s cubic-bezier(0.4, 0, 0.2, 1),width .35s cubic-bezier(0.4, 0, 0.2, 1)}.plyr__menu__container::after{border:var(--plyr-menu-arrow-size, 4px) solid rgba(0,0,0,0);border-top-color:var(--plyr-menu-background, rgba(255, 255, 255, 0.9));content:"";height:0;position:absolute;right:calc(((var(--plyr-control-icon-size, 18px) / 2) + calc(var(--plyr-control-spacing, 10px) * 0.7)) - (var(--plyr-menu-arrow-size, 4px) / 2));top:100%;width:0}.plyr__menu__container [role=menu]{padding:calc(var(--plyr-control-spacing, 10px) * 0.7)}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--plyr-menu-color, hsl(216deg, 15%, 34%));display:-webkit-box;display:-ms-flexbox;display:flex;font-size:var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));padding:calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 1.5) calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{-webkit-box-align:inherit;-ms-flex-align:inherit;align-items:inherit;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.plyr__menu__container .plyr__control::after{border:var(--plyr-menu-item-arrow-size, 4px) solid rgba(0,0,0,0);content:"";position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4)}.plyr__menu__container .plyr__control--forward::after{border-left-color:var(--plyr-menu-arrow-color, hsl(216deg, 15%, 52%));right:calc((calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5) - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--forward:focus-visible::after,.plyr__menu__container .plyr__control--forward:hover::after{border-left-color:currentColor}.plyr__menu__container .plyr__control--back{font-weight:var(--plyr-font-weight-regular, 400);margin:calc(var(--plyr-control-spacing, 10px) * 0.7);margin-bottom:calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);padding-left:calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);position:relative;width:calc(100% - (calc(var(--plyr-control-spacing, 10px) * 0.7) * 2))}.plyr__menu__container .plyr__control--back::after{border-right-color:var(--plyr-menu-arrow-color, hsl(216deg, 15%, 52%));left:calc((calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5) - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--back::before{background:var(--plyr-menu-back-border-color, hsl(216deg, 15%, 88%));-webkit-box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);content:"";height:1px;left:0;margin-top:calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back:focus-visible::after,.plyr__menu__container .plyr__control--back:hover::after{border-right-color:currentColor}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:calc(var(--plyr-control-spacing, 10px) * 0.7)}.plyr__menu__container .plyr__control[role=menuitemradio]::before,.plyr__menu__container .plyr__control[role=menuitemradio]::after{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]::before{background:rgba(0,0,0,.1);content:"";display:block;-ms-flex-negative:0;flex-shrink:0;height:16px;margin-right:var(--plyr-control-spacing, 10px);-webkit-transition:all .3s ease;transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]::after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;-webkit-transform:translateY(-50%) scale(0);transform:translateY(-50%) scale(0);-webkit-transition:opacity .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,-webkit-transform .3s ease;transition:transform .3s ease,opacity .3s ease;transition:transform .3s ease,opacity .3s ease,-webkit-transform .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before{background:var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%))))}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after{opacity:1;-webkit-transform:translateY(-50%) scale(1);transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible::before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover::before{background:rgba(35,40,47,.1)}.plyr__menu__container .plyr__menu__value{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:auto;margin-right:calc((calc(var(--plyr-control-spacing, 10px) * 0.7) - 2px)*-1);overflow:hidden;padding-left:calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 3.5);pointer-events:none}.plyr--full-ui input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:rgba(0,0,0,0);border:0;border-radius:calc(var(--plyr-range-thumb-height, 13px) * 2);color:var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%))));display:block;height:calc((var(--plyr-range-thumb-active-shadow-width, 3px) * 2) + var(--plyr-range-thumb-height, 13px));margin:0;min-width:0;padding:0;-webkit-transition:-webkit-box-shadow .3s ease;transition:-webkit-box-shadow .3s ease;transition:box-shadow .3s ease;transition:box-shadow .3s ease, -webkit-box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:rgba(0,0,0,0);border:0;border-radius:calc(var(--plyr-range-track-height, 5px) / 2);height:var(--plyr-range-track-height, 5px);-webkit-transition:-webkit-box-shadow .3s ease;transition:-webkit-box-shadow .3s ease;transition:box-shadow .3s ease;transition:box-shadow .3s ease, -webkit-box-shadow .3s ease;-webkit-user-select:none;user-select:none;background-image:-webkit-gradient(linear, left top, right top, from(currentColor), to(transparent));background-image:linear-gradient(to right, currentColor var(--value, 0%), transparent var(--value, 0%))}.plyr--full-ui input[type=range]::-webkit-slider-thumb{background:var(--plyr-range-thumb-background, #fff);border:0;border-radius:100%;-webkit-box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));height:var(--plyr-range-thumb-height, 13px);position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:var(--plyr-range-thumb-height, 13px);-webkit-appearance:none;appearance:none;margin-top:calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px))/2*-1)}.plyr--full-ui input[type=range]::-moz-range-track{background:rgba(0,0,0,0);border:0;border-radius:calc(var(--plyr-range-track-height, 5px) / 2);height:var(--plyr-range-track-height, 5px);-moz-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-moz-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:var(--plyr-range-thumb-background, #fff);border:0;border-radius:100%;box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));height:var(--plyr-range-thumb-height, 13px);position:relative;-moz-transition:all .2s ease;transition:all .2s ease;width:var(--plyr-range-thumb-height, 13px)}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:calc(var(--plyr-range-track-height, 5px) / 2);height:var(--plyr-range-track-height, 5px)}.plyr--full-ui input[type=range]::-ms-track{background:rgba(0,0,0,0);border:0;border-radius:calc(var(--plyr-range-track-height, 5px) / 2);height:var(--plyr-range-track-height, 5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none;color:rgba(0,0,0,0)}.plyr--full-ui input[type=range]::-ms-fill-upper{background:rgba(0,0,0,0);border:0;border-radius:calc(var(--plyr-range-track-height, 5px) / 2);height:var(--plyr-range-track-height, 5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:rgba(0,0,0,0);border:0;border-radius:calc(var(--plyr-range-track-height, 5px) / 2);height:var(--plyr-range-track-height, 5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-ms-user-select:none;user-select:none;background:currentColor}.plyr--full-ui input[type=range]::-ms-thumb{background:var(--plyr-range-thumb-background, #fff);border:0;border-radius:100%;box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));height:var(--plyr-range-thumb-height, 13px);position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:var(--plyr-range-thumb-height, 13px);margin-top:0}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track{outline:2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%))));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-moz-range-track{outline:2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%))));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-ms-track{outline:2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%))));outline-offset:2px}.plyr__poster{background-color:var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{display:none}.plyr__time{font-size:var(--plyr-font-size-time, var(--plyr-font-size-small, 13px))}.plyr__time+.plyr__time::before{content:"⁄";margin-right:var(--plyr-control-spacing, 10px)}@media(max-width: 767px){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:var(--plyr-tooltip-background, #fff);border-radius:var(--plyr-tooltip-radius, 5px);bottom:100%;-webkit-box-shadow:var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));box-shadow:var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));color:var(--plyr-tooltip-color, hsl(216deg, 15%, 34%));font-size:var(--plyr-font-size-small, 13px);font-weight:var(--plyr-font-weight-regular, 400);left:50%;line-height:1.3;margin-bottom:calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);opacity:0;padding:calc(var(--plyr-control-spacing, 10px) / 2) calc(calc(var(--plyr-control-spacing, 10px) / 2) * 1.5);pointer-events:none;position:absolute;-webkit-transform:translate(-50%, 10px) scale(0.8);transform:translate(-50%, 10px) scale(0.8);-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transition:opacity .2s .1s ease,-webkit-transform .2s .1s ease;transition:opacity .2s .1s ease,-webkit-transform .2s .1s ease;transition:transform .2s .1s ease,opacity .2s .1s ease;transition:transform .2s .1s ease,opacity .2s .1s ease,-webkit-transform .2s .1s ease;white-space:nowrap;z-index:2}.plyr__tooltip::before{border-left:var(--plyr-tooltip-arrow-size, 4px) solid rgba(0,0,0,0);border-right:var(--plyr-tooltip-arrow-size, 4px) solid rgba(0,0,0,0);border-top:var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);bottom:calc(var(--plyr-tooltip-arrow-size, 4px) * -1);content:"";height:0;left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control:hover .plyr__tooltip,.plyr .plyr__control:focus-visible .plyr__tooltip,.plyr__tooltip--visible{opacity:1;-webkit-transform:translate(-50%, 0) scale(1);transform:translate(-50%, 0) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;-webkit-transform:translate(0, 10px) scale(0.8);transform:translate(0, 10px) scale(0.8);-webkit-transform-origin:0 100%;transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip::before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip::before{left:calc((var(--plyr-control-icon-size, 18px) / 2) + calc(var(--plyr-control-spacing, 10px) * 0.7))}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;-webkit-transform:translate(0, 10px) scale(0.8);transform:translate(0, 10px) scale(0.8);-webkit-transform-origin:100% 100%;transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip::before{left:auto;right:calc((var(--plyr-control-icon-size, 18px) / 2) + calc(var(--plyr-control-spacing, 10px) * 0.7));-webkit-transform:translateX(50%);transform:translateX(50%)}.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible{-webkit-transform:translate(0, 0) scale(1);transform:translate(0, 0) scale(1)}.plyr__progress{left:calc(var(--plyr-range-thumb-height, 13px) * 0.5);margin-right:var(--plyr-range-thumb-height, 13px);position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:calc(var(--plyr-range-thumb-height, 13px) * -0.5);margin-right:calc(var(--plyr-range-thumb-height, 13px) * -0.5);width:calc(100% + var(--plyr-range-thumb-height, 13px))}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{left:0;max-width:120px;overflow-wrap:break-word}.plyr__progress__buffer{-webkit-appearance:none;background:rgba(0,0,0,0);border:0;border-radius:100px;height:var(--plyr-range-track-height, 5px);left:0;margin-top:calc((var(--plyr-range-track-height, 5px) / 2)*-1);padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:rgba(0,0,0,0)}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:var(--plyr-range-track-height, 5px);-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:var(--plyr-range-track-height, 5px);-moz-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width .2s ease;transition:width .2s ease}.plyr--loading .plyr__progress__buffer{-webkit-animation:plyr-progress 1s linear infinite;animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);background-repeat:repeat-x;background-size:var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);color:rgba(0,0,0,0)}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25))}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6))}.plyr__progress__marker{background-color:var(--plyr-progress-marker-background, #fff);border-radius:1px;height:var(--plyr-range-track-height, 5px);position:absolute;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:var(--plyr-progress-marker-width, 3px);z-index:3}.plyr__volume{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.plyr__volume input[type=range]{margin-left:calc(var(--plyr-control-spacing, 10px) / 2);margin-right:calc(var(--plyr-control-spacing, 10px) / 2);max-width:90px;min-width:60px;position:relative;z-index:2}.plyr--audio{display:block}.plyr--audio .plyr__controls{background:var(--plyr-audio-controls-background, #fff);border-radius:inherit;color:var(--plyr-audio-control-color, hsl(216deg, 15%, 34%));padding:var(--plyr-control-spacing, 10px)}.plyr--audio .plyr__control:focus-visible,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%))));color:var(--plyr-audio-control-color-hover, #fff)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{-webkit-box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1))}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1))}.plyr--audio .plyr__progress__buffer{color:var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6))}.plyr--video{overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));border-radius:inherit;height:100%;margin:auto;overflow:hidden;position:relative;width:100%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{aspect-ratio:16/9}@supports not (aspect-ratio: 16/9){.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%;position:relative}}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;-webkit-transform:translateY(-38.28125%);transform:translateY(-38.28125%)}.plyr--video .plyr__controls{background:var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:var(--plyr-video-control-color, #fff);left:0;padding:calc(var(--plyr-control-spacing, 10px) / 2);padding-top:calc(var(--plyr-control-spacing, 10px) * 2);position:absolute;right:0;-webkit-transition:opacity .4s ease-in-out,-webkit-transform .4s ease-in-out;transition:opacity .4s ease-in-out,-webkit-transform .4s ease-in-out;transition:opacity .4s ease-in-out,transform .4s ease-in-out;transition:opacity .4s ease-in-out,transform .4s ease-in-out,-webkit-transform .4s ease-in-out;z-index:3}@media(min-width: 480px){.plyr--video .plyr__controls{padding:var(--plyr-control-spacing, 10px);padding-top:calc(var(--plyr-control-spacing, 10px) * 3.5)}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;-webkit-transform:translateY(100%);transform:translateY(100%)}.plyr--video .plyr__control:focus-visible,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%))));color:var(--plyr-video-control-color-hover, #fff)}.plyr__control--overlaid{background:var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%))));border:0;border-radius:100%;color:var(--plyr-video-control-color, #fff);display:none;left:50%;opacity:.9;padding:calc(var(--plyr-control-spacing, 10px) * 1.5);position:absolute;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);-webkit-transition:.3s;transition:.3s;z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:hover,.plyr__control--overlaid:focus{opacity:1}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{-webkit-box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5))}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5))}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)),0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5))}.plyr--video .plyr__progress__buffer{color:var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25))}.plyr:-webkit-full-screen{background:#000;border-radius:0 !important;height:100%;margin:0;width:100%}.plyr:-ms-fullscreen{background:#000;border-radius:0 !important;height:100%;margin:0;width:100%}.plyr:fullscreen{background:#000;border-radius:0 !important;height:100%;margin:0;width:100%}.plyr:-webkit-full-screen video{height:100%}.plyr:-ms-fullscreen video{height:100%}.plyr:fullscreen video{height:100%}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:-webkit-full-screen.plyr--hide-controls{cursor:none}.plyr:-ms-fullscreen.plyr--hide-controls{cursor:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media(min-width: 1024px){.plyr:-webkit-full-screen .plyr__captions{font-size:var(--plyr-font-size-xlarge, 21px)}.plyr:-ms-fullscreen .plyr__captions{font-size:var(--plyr-font-size-xlarge, 21px)}.plyr:fullscreen .plyr__captions{font-size:var(--plyr-font-size-xlarge, 21px)}}.plyr--fullscreen-fallback{background:#000;border-radius:0 !important;height:100%;margin:0;width:100%;bottom:0;left:0;position:fixed;right:0;top:0;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media(min-width: 1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:var(--plyr-font-size-xlarge, 21px)}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads::after{background:#23282f;border-radius:2px;bottom:var(--plyr-control-spacing, 10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:var(--plyr-control-spacing, 10px);z-index:3}.plyr__ads:empty::after{display:none}.plyr__cues{background:currentColor;display:block;height:var(--plyr-range-track-height, 5px);left:0;opacity:.8;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:3px;z-index:3}.plyr__preview-thumb{background-color:var(--plyr-tooltip-background, #fff);border-radius:var(--plyr-menu-radius, 8px);bottom:100%;-webkit-box-shadow:var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));box-shadow:var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));margin-bottom:calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);opacity:0;padding:3px;pointer-events:none;position:absolute;-webkit-transform:translate(0, 10px) scale(0.8);transform:translate(0, 10px) scale(0.8);-webkit-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transition:opacity .2s .1s ease,-webkit-transform .2s .1s ease;transition:opacity .2s .1s ease,-webkit-transform .2s .1s ease;transition:transform .2s .1s ease,opacity .2s .1s ease;transition:transform .2s .1s ease,opacity .2s .1s ease,-webkit-transform .2s .1s ease;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;-webkit-transform:translate(0, 0) scale(1);transform:translate(0, 0) scale(1)}.plyr__preview-thumb::before{border-left:var(--plyr-tooltip-arrow-size, 4px) solid rgba(0,0,0,0);border-right:var(--plyr-tooltip-arrow-size, 4px) solid rgba(0,0,0,0);border-top:var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);bottom:calc(var(--plyr-tooltip-arrow-size, 4px) * -1);content:"";height:0;left:calc(50% + var(--preview-arrow-offset));position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:calc(var(--plyr-menu-radius, 8px) - 1px);overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img,.plyr__preview-thumb__image-container::after{height:100%;left:0;position:absolute;top:0;width:100%}.plyr__preview-thumb__image-container::after{border-radius:inherit;-webkit-box-shadow:inset 0 0 0 1px rgba(0,0,0,.15);box-shadow:inset 0 0 0 1px rgba(0,0,0,.15);content:"";pointer-events:none}.plyr__preview-thumb__image-container img{max-height:none;max-width:none}.plyr__preview-thumb__time-container{background:var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));border-bottom-left-radius:calc(var(--plyr-menu-radius, 8px) - 1px);border-bottom-right-radius:calc(var(--plyr-menu-radius, 8px) - 1px);bottom:0;left:0;line-height:1.1;padding:20px 6px 6px;position:absolute;right:0;z-index:3}.plyr__preview-thumb__time-container span{color:#fff;font-size:var(--plyr-font-size-time, var(--plyr-font-size-small, 13px))}.plyr__preview-scrubbing{bottom:0;-webkit-filter:blur(1px);filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;-o-object-fit:contain;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{-webkit-transition:none !important;transition:none !important}.plyr__sr-only{clip:rect(1px, 1px, 1px, 1px);overflow:hidden;border:0 !important;height:1px !important;padding:0 !important;position:absolute !important;width:1px !important}.plyr [hidden]{display:none !important}.video-content-wrapper {
	position: relative;
	margin-bottom: 1.875rem;aspect-ratio:16/9;overflow:clip;
}.video-content-wrapper .plyr.plyr--hide-controls .plyr__controls {
	pointer-events: auto;
	opacity: 1;-webkit-transform:translateY(0);transform:translateY(0);
}.video-content-wrapper .plyr__control.plyr__control--overlaid {
	z-index: 20;
	display: block;
	opacity: 1;
}.video-content-wrapper .plyr__video-wrapper{background:rgba(0,0,0,0)}.video-content-wrapper .plyr--captions-enabled [data-plyr=captions], .video-content-wrapper .plyr--pip-supported [data-plyr=pip] {
	display: none;
}@media (max-width: 639px){.video-content-wrapper .plyr__controls__item.plyr__volume {
		display: none;
	}.video-content-wrapper .plyr__volume input[type=range]{max-width:40px;min-width:40px}}.video-content-wrapper .plyr__poster{background:rgba(0,0,0,0)}.video-content-wrapper.preset--default .plyr {
	cursor: pointer;
}.video-content-wrapper.preset--default .plyr.plyr__controls {
	z-index: 20;
}@media (min-width: 1280px){.video-content-wrapper.preset--default .plyr.plyr--hide-controls.plyr__controls {
		visibility: hidden;
	}.video-content-wrapper.preset--default .plyr.plyr--hide-controls.plyr__controls {
		opacity: 0;
	}.video-content-wrapper.preset--default .plyr.plyr--hide-controls.plyr__controls{-webkit-transition:visibility 1s,opacity 1s linear;transition:visibility 1s,opacity 1s linear}.video-content-wrapper.preset--default .plyr.plyr--hide-controls.plyr__controls:hover {
		visibility: visible;
	}.video-content-wrapper.preset--default .plyr.plyr--hide-controls.plyr__controls:hover {
		opacity: 1;
	}}.video-content-wrapper.preset--hideControls .plyr {
	cursor: pointer;
}.video-content-wrapper.preset--hideControls .plyr.plyr__controls {
	z-index: 20;
}.video-content-wrapper.preset--hideControls .plyr__control.plyr__control--overlaid {
	z-index: 20;
	display: block;
	opacity: 1;
}.video-content-wrapper.preset--hideControls .plyr__controls {
	display: none;
}@media (min-width: 1280px){.video-content-wrapper.preset--autoplay {
		pointer-events: none;
	}}.video-content-wrapper.preset--autoplay.video-has-title .plyr {
	cursor: default;
}.video-content-wrapper.preset--autoplay.video-has-title .plyr.plyr--paused::before, .video-content-wrapper.preset--autoplay.video-has-title .plyr.plyr--playing::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	display: block;
	height: 6.25rem;
	width: 100%;
}.video-content-wrapper.preset--autoplay.video-has-title .plyr.plyr--paused::before,.video-content-wrapper.preset--autoplay.video-has-title .plyr.plyr--playing::before{content:"";background:-webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), color-stop(55%, rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0)));background:linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 55%, rgba(0, 0, 0, 0) 100%)}.video-content-wrapper.preset--autoplay.video-has-title .plyr.plyr--paused+div[class^=heading-], .video-content-wrapper.preset--autoplay.video-has-title .plyr.plyr--playing+div[class^=heading-] {
	display: block;
}.video-content-wrapper.preset--autoplay .plyr {
	cursor: default;
}.video-content-wrapper.preset--autoplay .plyr__controls {
	display: none;
}.video-content-wrapper.video-has-title div[class^=heading-] {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	margin-bottom: 0;
	display: block;
	padding-top: 1rem;
	padding-left: 1rem;
	font-size: 1.125rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.video-content-wrapper.video-has-title .plyr.plyr--paused::before {
	pointer-events: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	height: 100%;
	width: 100%;content:"";background:rgba(0,0,0,.6);
}.video-content-wrapper.video-has-title .plyr.plyr--playing::before {
	display: none;
}.video-content-wrapper.video-has-title .plyr.plyr--playing+div[class^=heading-] {
	display: none;
}.video-content-wrapper .custom-poster {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	height: 100%;
	width: 100%;
	opacity: 1;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition-duration: 150ms;
	        transition-duration: 150ms;
	-webkit-transition-duration: 300ms;
	        transition-duration: 300ms;
	-webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
	        transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}.video-content-wrapper .custom-poster>.poster-image {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}.video-content-wrapper .js--video-plyr.is-playing .custom-poster {
	pointer-events: none;
	opacity: 0;
}.plyr{--plyr-color-main: #000;--plyr-badge-background: #000;--plyr-range-fill-background: #fff;--plyr-audio-control-color: #000;--plyr-menu-color: #000}.plyr--video .plyr__controls{background:-webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), color-stop(55%, rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0)));background:linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 55%, rgba(0, 0, 0, 0) 100%)}.video-autoplay {
	pointer-events: none;
	position: relative;
	overflow: hidden;
}.video-autoplay.js-controls-hidden .plyr__controls{display:none}.video-autoplay.js-controls-hidden .plyr__control{display:none}.video-autoplay .plyr__poster {
	background-size: cover;
}.video-autoplay .plyr__video-wrapper {
	pointer-events: none;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}.video-autoplay iframe {
	pointer-events: none;
}.dimension-wrapper:focus{outline:none}.dimension-wrapper:focus-visible{outline:-webkit-focus-ring-color auto 1px}.dimension-wrapper.open .normal {
	display: block;
}.dimension-wrapper.open .disabled {
	display: block;
	opacity: .5;
}.dimension-wrapper.open .current svg{-webkit-transform:rotateX(-180deg);transform:rotateX(-180deg)}.dimension-wrapper.open ul {
	z-index: 40;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}.dimension-wrapper.open ul li {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}.dimension-wrapper ul {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;left:-10px;padding:5px 5px 0 10px;
}.dimension-wrapper ul li {
	text-align: left;
	font-size: 0.875rem;
	text-transform: lowercase;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out;
}.dimension-wrapper ul li a {
	display: block;
}.dimension-wrapper ul li.current {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	padding-bottom: 0.3125rem;line-height:24px;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;
}.dimension-wrapper ul li.current svg {
	stroke: currentColor;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));margin-top:-4px;margin-left:5px;-webkit-transition:stroke .3s ease-in-out,-webkit-transform .3s ease-in-out;transition:stroke .3s ease-in-out,-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out,stroke .3s ease-in-out;transition:transform .3s ease-in-out,stroke .3s ease-in-out,-webkit-transform .3s ease-in-out;
}.dimension-wrapper ul li.normal, .dimension-wrapper ul li.disabled {
	display: none;
}.dimension-wrapper ul li.normal a, .dimension-wrapper ul li.disabled a {
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
}footer {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 200;
	width: 100%;height:340px;
}footer .section.dark {
	padding-left: 0.938rem;
	padding-right: 0.938rem;
	padding-top: 3.75rem;
	padding-bottom: 5rem;
}@media (min-width: 1024px){footer .section.dark {
		height: 100%;
	}footer .section.dark {
		padding-left: 3.125rem;
		padding-right: 3.125rem;
	}}footer .section.dark .text-wrapper p {
	margin-bottom: 0.938rem;
}footer .backend-notice {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
	padding-top: 1.875rem;
	padding-bottom: 1.875rem;
	text-align: center;
}.header {
	position: fixed;
	z-index: 300;
	width: 100%;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	padding-left: 0.938rem;
	padding-right: 0.938rem;-webkit-transition:all .3s linear;transition:all .3s linear;
}@media (min-width: 1024px){.header {
		padding-top: 2.25rem;
		padding-bottom: 2.25rem;
	}.header {
		padding-left: 2.5rem;
	}.header {
		padding-right: 2.5rem;
	}}.header.js--shrinked-header {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}@media (min-width: 1024px){.header.js--shrinked-header {
		padding-top: 0.438rem;
		padding-bottom: 0.438rem;
	}}.header.js--shrinked-header .main-nav--toggle-mobile-menu {
	top: 0.56rem;
}.header.js--shrinked-header .main-nav--logo{height:17.5px}.header.js--shrinked-header .main-nav--logo .logo {
	width: 6.563rem;height:17.5px;
}.header.js--shrinked-header .main-nav--items .menu-item::before{bottom:-15px}.header.js--shrinked-header .main-nav--language .dimension-wrapper::before{bottom:-8px}.header.js--shrinked-header .has-subitems.js--open-submenu .sub-menu{top:48px}.header.js--open-mobile-menu .main-nav--logo {
	opacity: 0;
}.header.js--open-mobile-menu .main-nav--toggle-mobile-menu .mobile-menu {
	opacity: 0;
}.header.js--open-mobile-menu .main-nav--toggle-mobile-menu .mobile-menu-close {
	opacity: 1;
}.header.js--open-mobile-menu .main-nav--language {
	opacity: 1;
}.header.js--open-mobile-menu .main-nav--items {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 30;
	display: block;
	width: 100%;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));top:65px;height:calc(100vh - 65px);
}.header.js--open-mobile-menu .has-subitems.js--open-submenu .sub-menu {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 30;
	height: 100%;
	width: 100%;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}.header.js--shrinked-header.js--open-mobile-menu .main-nav--items{top:41.5px;height:calc(100vh - 41.5px)}.header .main-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}@media (min-width: 1024px){.header .main-nav {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}}.header .main-nav--left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 1.563rem;
}@media (min-width: 1280px){.header .main-nav--left{min-width:14.688rem}}.header .main-nav--toggle-mobile-menu {
	position: absolute;
	top: 1.25rem;
	left: 1.25rem;
	z-index: 20;
	display: block;
	cursor: pointer;-webkit-transition:top .3s ease-in-out;transition:top .3s ease-in-out;
}@media (min-width: 1024px){.header .main-nav--toggle-mobile-menu {
		display: none;
	}}.header .main-nav--toggle-mobile-menu .mobile-menu {
	stroke: currentColor;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}.header .main-nav--toggle-mobile-menu .mobile-menu-close {
	position: absolute;
	top: 0;
	left: 0;
	stroke: currentColor;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
	opacity: 0;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;
}.header .main-nav--logo {
	position: relative;
	z-index: 10;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;
}.header .main-nav--logo .logo {
	height: auto;
	width: 6.563rem;
	fill: currentColor;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;
}@media (min-width: 1024px){.header .main-nav--logo .logo {
		height: 1.563rem;
	}.header .main-nav--logo .logo {
		width: 9.375rem;
	}}.header .main-nav--language {
	position: absolute;
	left: 4.688rem;
	opacity: 0;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;
}@media (min-width: 1024px){.header .main-nav--language {
		position: relative;
	}.header .main-nav--language {
		height: 2.125rem;
	}.header .main-nav--language {
		width: 3.75rem;
	}.header .main-nav--language {
		opacity: 1;
	}.header .main-nav--language{left:unset}}.header .main-nav--language .dimension-wrapper {
	height: 2.125rem;
	width: 3.75rem;-webkit-transition:all .3s linear;transition:all .3s linear;
}.header .main-nav--language .dimension-wrapper:hover::before{height:2px}.header .main-nav--language .dimension-wrapper::before {
	position: absolute;
	display: none;
	width: 100%;
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));content:"";bottom:-36px;height:0;-webkit-transition:all .3s linear;transition:all .3s linear;
}@media (min-width: 1024px){.header .main-nav--language .dimension-wrapper::before {
		display: block;
	}}.header .main-nav--language .dimension-wrapper.open::before {
	display: none;
}.header .main-nav--language .dimension-wrapper ul {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}.header .main-nav--items {
	display: none;
	overflow-y: scroll;
	padding-bottom: 1.563rem;
}@media (min-width: 1024px){.header .main-nav--items {
		display: block;
	}.header .main-nav--items {
		padding-bottom: 0;
	}.header .main-nav--items{left:inherit;overflow-y:inherit}}.header .main-nav--items .level-1 {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}@media (min-width: 1024px){.header .main-nav--items .level-1 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}}.header .main-nav--items .level-1>li {
	padding-left: 1.563rem;
	padding-right: 1.563rem;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}@media (min-width: 1024px){.header .main-nav--items .level-1>li {
		padding-left: 1.875rem;
		padding-right: 1.875rem;
	}.header .main-nav--items .level-1>li {
		padding-top: 0;
		padding-bottom: 0;
	}}.header .main-nav--items .menu-item {
	position: relative;
	display: block;
	width: 100%;
	text-align: left;
	font-size: 1.625rem;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
	opacity: .5;-webkit-transition:opacity .3s ease-in-out,color .3s ease-in-out;transition:opacity .3s ease-in-out,color .3s ease-in-out;
}@media (min-width: 1024px){.header .main-nav--items .menu-item {
		font-size: 1.125rem;
	}.header .main-nav--items .menu-item{display:inherit;width:unset;text-align:unset}}.header .main-nav--items .menu-item:hover, .header .main-nav--items .menu-item.current, .header .main-nav--items .menu-item.active {
	opacity: 1;
}.header .main-nav--items .menu-item:hover::before,.header .main-nav--items .menu-item.current::before,.header .main-nav--items .menu-item.active::before{height:2px}.header .main-nav--items .menu-item::before {
	position: absolute;
	display: none;
	width: 100%;
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));content:"";bottom:-44px;height:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;
}@media (min-width: 1024px){.header .main-nav--items .menu-item::before {
		display: block;
	}}.header .main-nav--items .menu-item::after {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	height: 1.5rem;
	width: 1.5rem;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;content:"";background-image:url(/_Resources/Static/Packages/BauwerkCapital.Website/Icons/external/arrow-next.svg);
}@media (min-width: 1024px){.header .main-nav--items .menu-item::after {
		display: none;
	}}.header .main-nav--items .main-nav--items--mobile-content {
	display: block;
}@media (min-width: 1024px){.header .main-nav--items .main-nav--items--mobile-content {
		display: none;
	}}.header .main-nav--items .main-nav--items--mobile-content .social-media {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 2.5rem;
}.header .main-nav--items .main-nav--items--mobile-content .level-3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	font-size: 0.75rem;
}.header .main-nav--items .main-nav--items--mobile-content .level-3 li {
	padding-top: 0.3125rem;
	padding-bottom: 0.3125rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}.header .main-nav--items .level-2 .menu-item {
	padding-left: 1.563rem;
	padding-right: 1.563rem;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}@media (min-width: 1024px){.header .main-nav--items .level-2 .menu-item {
		padding: 0;
	}}.header .main-nav--items .level-2 .menu-item:before {
	display: none;
}.header .main-nav--right {
	position: absolute;
	right: 0.938rem;
}@media (min-width: 1024px){.header .main-nav--right {
		position: relative;
	}.header .main-nav--right{right:unset}}@media (min-width: 1280px){.header .main-nav--right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}.header .main-nav--right {
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}.header .main-nav--right{min-width:14.688rem}}.header .has-subitems.js--open-submenu .sub-menu {
	display: block;
}.header .has-subitems.js--open-submenu .menu-item {
	opacity: 1;
}.header .has-subitems .sub-menu {
	position: absolute;
	left: 0;
	right: 0;
	display: none;
	min-height: 18.75rem;
	width: 100%;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));top:106px;
}@media (min-width: 1024px){.header .has-subitems .sub-menu:after {
		position: absolute;
	}.header .has-subitems .sub-menu:after {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}.header .has-subitems .sub-menu:after {
		height: 100vh;
	}.header .has-subitems .sub-menu:after {
		width: 100%;
	}.header .has-subitems .sub-menu:after {
		--tw-bg-opacity: 1;
		background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
	}.header .has-subitems .sub-menu:after {
		opacity: .5;
	}.header .has-subitems .sub-menu:after{content:"";z-index:-1}}.header .has-subitems .sub-menu .mobile-go-back-btn {
	display: block;
	padding: 0.938rem;
}@media (min-width: 1024px){.header .has-subitems .sub-menu .mobile-go-back-btn {
		display: none;
	}}.header .has-subitems .sub-menu .mobile-go-back-btn .btn:focus{outline:0}.header .has-subitems .sub-menu .sub-menu--wrapper {
	height: 100%;
}.header .has-subitems .sub-menu .level-2 {
	padding-top: 0.938rem;
	padding-left: 0.938rem;
	padding-right: 0.938rem;
	padding-bottom: 3.75rem;
}@media (min-width: 1024px){.header .has-subitems .sub-menu .level-2 {
		display: grid;
	}.header .has-subitems .sub-menu .level-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}.header .has-subitems .sub-menu .level-2 {
		gap: 1.875rem;
	}.header .has-subitems .sub-menu .level-2 {
		padding: 1.875rem;
	}}.header .has-subitems .sub-menu .menu-teaser-item {
	margin-bottom: 0.938rem;
}@media (min-width: 1024px){.header .has-subitems .sub-menu .menu-teaser-item {
		margin-bottom: 0;
	}}.home main {
	padding-top: 0;
}.home .header{background:rgba(0,0,0,0)}.home .header:hover, .home .header.js--shrinked-header, .home .header.js--open-mobile-menu, .home .header.js--open-submenu {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}.home .header:hover .main-nav--toggle-mobile-menu .mobile-menu, .home .header.js--shrinked-header .main-nav--toggle-mobile-menu .mobile-menu, .home .header.js--open-mobile-menu .main-nav--toggle-mobile-menu .mobile-menu, .home .header.js--open-submenu .main-nav--toggle-mobile-menu .mobile-menu {
	stroke: currentColor;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}.home .header:hover .main-nav--logo .logo, .home .header.js--shrinked-header .main-nav--logo .logo, .home .header.js--open-mobile-menu .main-nav--logo .logo, .home .header.js--open-submenu .main-nav--logo .logo {
	fill: currentColor;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}.home .header:hover .main-nav--items .menu-item, .home .header.js--shrinked-header .main-nav--items .menu-item, .home .header.js--open-mobile-menu .main-nav--items .menu-item, .home .header.js--open-submenu .main-nav--items .menu-item {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}.home .header:hover .main-nav--language .dimension-wrapper::before, .home .header.js--shrinked-header .main-nav--language .dimension-wrapper::before, .home .header.js--open-mobile-menu .main-nav--language .dimension-wrapper::before, .home .header.js--open-submenu .main-nav--language .dimension-wrapper::before {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}.home .header:hover .main-nav--language .dimension-wrapper ul li, .home .header.js--shrinked-header .main-nav--language .dimension-wrapper ul li, .home .header.js--open-mobile-menu .main-nav--language .dimension-wrapper ul li, .home .header.js--open-submenu .main-nav--language .dimension-wrapper ul li {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}.home .header:hover .main-nav--language .dimension-wrapper ul li svg, .home .header.js--shrinked-header .main-nav--language .dimension-wrapper ul li svg, .home .header.js--open-mobile-menu .main-nav--language .dimension-wrapper ul li svg, .home .header.js--open-submenu .main-nav--language .dimension-wrapper ul li svg {
	stroke: currentColor;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}.home .header:hover .page-contact .page-contact--btn .page-contact--btn-text, .home .header.js--shrinked-header .page-contact .page-contact--btn .page-contact--btn-text, .home .header.js--open-mobile-menu .page-contact .page-contact--btn .page-contact--btn-text, .home .header.js--open-submenu .page-contact .page-contact--btn .page-contact--btn-text {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}.home .header:hover .page-contact .page-contact--btn .svg-embedded, .home .header.js--shrinked-header .page-contact .page-contact--btn .svg-embedded, .home .header.js--open-mobile-menu .page-contact .page-contact--btn .svg-embedded, .home .header.js--open-submenu .page-contact .page-contact--btn .svg-embedded {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}.home .header .main-nav--toggle-mobile-menu .mobile-menu {
	stroke: currentColor;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.home .header .main-nav--logo .logo {
	fill: currentColor;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.home .header .main-nav--items .menu-item {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
	opacity: 1;
}.home .header .main-nav--items .menu-item::before {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}.home .header .main-nav--language .dimension-wrapper::before {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}.home .header .main-nav--language .dimension-wrapper.open ul {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}.home .header .main-nav--language .dimension-wrapper.open ul li {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}.home .header .main-nav--language .dimension-wrapper ul li {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.home .header .main-nav--language .dimension-wrapper svg {
	stroke: currentColor;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.home .header .page-contact.open .page-contact--btn .page-contact--btn-text {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}.home .header .page-contact.open .page-contact--btn .svg-embedded {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}.home .header .page-contact .page-contact--btn .page-contact--btn-text {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.home .header .page-contact .page-contact--btn .svg-embedded {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.project.detail-page main {
	padding-top: 7.813rem;
}@media (min-width: 1024px){.project.detail-page main {
		padding-top: 6.563rem;
	}}.project.property-detail-page main {
	padding-top: 7.813rem;
}@media (min-width: 1024px){.project.property-detail-page main {
		padding-top: 13.125rem;
	}}.project.detail-page .header, .project.property-detail-page .header {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}.project.detail-page .header.js--open-mobile-menu .main-nav--items .menu-item, .project.property-detail-page .header.js--open-mobile-menu .main-nav--items .menu-item {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}.project.detail-page .header .main-nav--toggle-mobile-menu .mobile-menu, .project.detail-page .header .main-nav--toggle-mobile-menu .mobile-menu-close, .project.property-detail-page .header .main-nav--toggle-mobile-menu .mobile-menu, .project.property-detail-page .header .main-nav--toggle-mobile-menu .mobile-menu-close {
	stroke: currentColor;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.project.detail-page .header .main-nav--logo .logo, .project.property-detail-page .header .main-nav--logo .logo {
	fill: currentColor;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.project.detail-page .header .main-nav--items .menu-item, .project.property-detail-page .header .main-nav--items .menu-item {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.project.detail-page .header .main-nav--items .menu-item::before, .project.property-detail-page .header .main-nav--items .menu-item::before {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}.project.detail-page .header .main-nav--language .dimension-wrapper::before, .project.property-detail-page .header .main-nav--language .dimension-wrapper::before {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}.project.detail-page .header .main-nav--language .dimension-wrapper.open ul, .project.property-detail-page .header .main-nav--language .dimension-wrapper.open ul {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}.project.detail-page .header .main-nav--language .dimension-wrapper.open ul li, .project.property-detail-page .header .main-nav--language .dimension-wrapper.open ul li {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.project.detail-page .header .main-nav--language .dimension-wrapper ul li, .project.property-detail-page .header .main-nav--language .dimension-wrapper ul li {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.project.detail-page .header .main-nav--language .dimension-wrapper svg, .project.property-detail-page .header .main-nav--language .dimension-wrapper svg {
	stroke: currentColor;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.project.detail-page .header .page-contact.open .page-contact--btn .page-contact--btn-text, .project.property-detail-page .header .page-contact.open .page-contact--btn .page-contact--btn-text {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}.project.detail-page .header .page-contact.open .page-contact--btn .svg-embedded, .project.property-detail-page .header .page-contact.open .page-contact--btn .svg-embedded {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}.project.detail-page .header .page-contact .page-contact--btn .page-contact--btn-text, .project.property-detail-page .header .page-contact .page-contact--btn .page-contact--btn-text {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.project.detail-page .header .page-contact .page-contact--btn .svg-embedded, .project.property-detail-page .header .page-contact .page-contact--btn .svg-embedded {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.project.detail-page .header .has-subitems .sub-menu, .project.property-detail-page .header .has-subitems .sub-menu {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}.project.detail-page .header .has-subitems .menu-shotcut-item, .project.property-detail-page .header .has-subitems .menu-shotcut-item {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.project.detail-page .header .mobile-go-back-btn .btn.text-link, .project.property-detail-page .header .mobile-go-back-btn .btn.text-link {
	--tw-border-opacity: 1;
	border-bottom-color: rgba(255, 255, 255, var(--tw-border-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.list-style--grid {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}@media (min-width: 768px){.list-style--grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}}@media (min-width: 1024px){.list-style--grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}}.list-style--grid .card .card-content {
	padding-left: 1rem;
	padding-right: 1rem;
}@media (min-width: 1280px){.list-style--grid .card .card-content {
		padding-left: 2rem;
		padding-right: 2rem;
	}}.list-style--grid .card .card-content .heading-3{-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.modal.project-search-modal .modal-container {
	margin: 0.938rem;
	overflow: auto;
}.modal.project-search-modal .modal-content {
	position: relative;
	padding: 0.938rem;
	padding-top: 2.188rem;overflow-y:unset;
}@media (min-width: 1024px){.modal.project-search-modal .modal-content {
		padding: 1.5rem;
	}}.project-search--wrapper {
	height: 100%;
	width: 100%;
}.project-search--header {
	width: 100%;
}.project-search--header .heading-3 {
	font-size: 1.625rem;
}.project-search--header .project-search--header-actions {
	margin-bottom: 1.875rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}.project-search--alert {
	margin-bottom: 1.875rem;
}.project-search--alert .alert {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	--tw-bg-opacity: 1;
	background-color: rgba(237, 239, 241, var(--tw-bg-opacity));
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	padding-top: 0.938rem;
	padding-bottom: 0.938rem;
	font-size: 0.875rem;
}.project-search--alert .alert svg {
	margin-right: 0.938rem;
}.project-search--alert .alert p {
	font-size: 0.875rem;
}.project-search--body .pill {
	cursor: pointer;
}.project-search--contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
	gap: 0.938rem;
}.project-search--contact .default-text {
	margin-bottom: 1.25rem;
	line-height: 1;
}@media (min-width: 768px){.project-search--contact .default-text {
		margin-bottom: 0;
	}}.project-search--footer {
	position: sticky;
	bottom: 0;
	left: 0;
	z-index: 30;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	gap: 0.5rem;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding: 0.5rem;-webkit-box-shadow:0px -7px 60px rgba(60,60,60,.15);box-shadow:0px -7px 60px rgba(60,60,60,.15);
}@media (min-width: 640px){.project-search--footer {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}.project-search--footer {
		gap: 2.813rem;
	}.project-search--footer {
		padding: 0.938rem;
	}}.project-search--footer .project-search--btn-reset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0.5rem;
	padding: 0.3125rem;
}.project-search--footer .project-search--btn-reset:hover {
	--tw-text-opacity: 1;
	color: rgba(142, 157, 167, var(--tw-text-opacity));
}.project-search--footer .project-search--btn-reset .project-search--btn-reset--icon {
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
}.project-search--footer .project-search--btn-reset .project-search--btn-reset--text {
	text-align: left;
}.project-search--footer .btn.primary-sales {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 0.5rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	padding-top: 0.938rem;
	padding-bottom: 0.938rem;
}@media (min-width: 640px){.project-search--footer .btn.primary-sales{width:unset}}.project-search--footer .btn.primary-sales.js--disabled {
	--tw-bg-opacity: 1;
	background-color: rgba(188, 197, 203, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));pointer-events:none;
}.project-search--footer .btn.primary-sales .primary-sales-icon {
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
}.search-filter--title {
	margin-bottom: 0.938rem;
	font-weight: 400;
}.slider-type-project .card .card-text{margin-top:-25px}.slider-type-project .card .card-text .card--developer-info {
	margin-top: 0.938rem;
	margin-bottom: 1.875rem;
	display: block;
}.property-filter {
	overflow: hidden;
}@media (min-width: 768px){.property-filter {
		overflow: visible;
	}}@media (min-width: 1600px){.property-filter{overflow:inherit}}.property-filter .modal-container {
	position: relative !important;
	overflow-y: scroll !important;
}@media (min-width: 1024px){.property-filter .modal-container {
		margin-left: 0.938rem;
	}.property-filter .modal-container {
		margin-right: 0.938rem;
	}.property-filter .modal-container{height:auto !important}}.property-filter .modal-container .modal-close {
	display: none;
}.property-filter .modal-container .modal-content {
	position: relative;padding:60px 30px 0 30px !important;
}.property-filter .modal-container .modal-content .modal-close {
	display: block;
}.property-filter .modal-container .modal-content .only-text {
	font-size: 0.875rem;
}@media (min-width: 1280px){.property-filter .modal-container .modal-content .only-text {
		position: absolute;
	}}.property-filter .modal-container .modal-content-footer {
	position: sticky;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding: 0.625rem;-webkit-box-shadow:0px -7px 60px rgba(60,60,60,.15);box-shadow:0px -7px 60px rgba(60,60,60,.15);
}@media (min-width: 1024px){.property-filter .modal-container .modal-content-footer {
		position: static;
	}}.property-filter .modal-container .modal-content-footer .btn {
	padding: 1.563rem;
}.property-filter .modal-container .modal-content-footer .btn:hover svg {
	stroke: currentColor;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.property-filter .modal-container .modal-content-footer .pill-result-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}@media (max-width: 639px){.property-filter .modal-container .modal-content-footer .pill {
		padding-left: 0.625rem;
		padding-right: 0.625rem;
	}.property-filter .modal-container .modal-content-footer .pill {
		padding-top: 0.3125rem;
		padding-bottom: 0.3125rem;
	}.property-filter .modal-container .modal-content-footer .pill {
		font-size: 0.75rem;
	}}.property-filter .property-filter--suitable-properties {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0.938rem;
}@media (max-width: 1023px){.property-filter .property-filter--suitable-properties{padding:.6rem 0}}@media (max-width: 370px){.property-filter .property-filter--suitable-properties {
		margin-bottom: 1.25rem;
	}}.property-filter .property-filter--suitable-properties .pill {
	margin-right: 0.3125rem;
	padding-top: 0.3125rem;
	padding-bottom: 0.3125rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	font-size: 0.75rem;
}@media (min-width: 1024px){.property-filter .property-filter--suitable-properties .pill {
		margin-right: 0.938rem;
	}.property-filter .property-filter--suitable-properties .pill {
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}.property-filter .property-filter--suitable-properties .pill {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}.property-filter .property-filter--suitable-properties .pill {
		font-size: 1.125rem;
	}}.property-filter .property-filter--header {
	position: relative;
	z-index: 10;
	margin-bottom: 1.875rem;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}.property-filter .property-filter--header-toggle-btn.pill.icon-right {
	float: right;
	margin-top: 0;
	gap: 0.3125rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	font-size: 0.875rem;
	font-weight: 500;min-width:81px;
}@media (min-width: 1024px){.property-filter .property-filter--header-toggle-btn.pill.icon-right {
		font-size: 1rem;
	}.property-filter .property-filter--header-toggle-btn.pill.icon-right{min-width:100px}}.property-filter .property-filter--header-toggle-btn.pill.icon-right svg {
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
}.property-filter .property-filter--header-toggle-btn.pill.icon-right .filter-active-indicator {
	height: 0.938rem;
	width: 0.938rem;
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
	border-radius: 9999px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(228, 232, 76, var(--tw-bg-opacity));border-width:1.5px;margin:3px 6px 3px 0;
}.property-filter .property-filter--filter-area {
	margin-bottom: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}@media (min-width: 768px){.property-filter .property-filter--filter-area .property-filter--header-toggle-btn {
		display: none;
	}}.property-filter .property-filter--filter-area .property-filter--reset-filter {
	display: none;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 0.875rem;
}@media (min-width: 768px){.property-filter .property-filter--filter-area .property-filter--reset-filter {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}.property-filter .property-filter--filter-area .property-filter--reset-filter {
		cursor: pointer;
	}}.property-filter .property-filter--filter-area--mobile {
	-webkit-box-ordinal-group: 10000;
	    -ms-flex-order: 9999;
	        order: 9999;
	margin-bottom: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}@media (min-width: 768px){.property-filter .property-filter--filter-area--mobile {
		display: none;
	}}.property-filter .property-filter--filter-area--mobile .property-filter--reset-filter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 0.875rem;
}.property-filter .property-filter--filter-area--mobile .property-filter--reset-filter .property-filter--reset-filter--icon,.property-filter .property-filter--filter-area .property-filter--reset-filter .property-filter--reset-filter--icon{margin-left:.375rem}.property-filter .property-filter--suitable-properties--headline {
	font-size: 1rem;
}@media (min-width: 768px){.property-filter .property-filter--suitable-properties--headline {
		font-size: 1.25rem;
	}}.property-filter .property-filter--body {
	position: relative;
	top: -3.75rem;
	z-index: 0;
	height: 0;
	min-height: 0px;
	width: 100%;
	overflow: hidden;
	opacity: 0;-webkit-transition:top .3s linear,min-height .3s linear,opacity .3s linear;transition:top .3s linear,min-height .3s linear,opacity .3s linear;
}.property-filter .property-filter--body.js--show-filters {
	top: 0;
	height: 100%;
	min-height: 6.25rem;
	opacity: 1;overflow:inherit;
}.property-filter .property-filter--body-inner-wrapper {
	position: relative;
	padding-bottom: 2.5rem;
}@media (min-width: 768px){.property-filter .property-filter--body-inner-wrapper {
		padding-bottom: 1.875rem;
	}}.property-filter .property-filter--body-inner-wrapper:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;width:103%;content:"";background:-webkit-gradient(linear, left top, left bottom, from(rgba(237, 239, 241, 0)), to(rgba(237, 239, 241, 0.5)));background:linear-gradient(180deg, rgba(237, 239, 241, 0) 0%, rgba(237, 239, 241, 0.5) 100%);
}.property-filter .property-filter--body-inner-wrapper .property-filter-header-wrapper {
	margin-bottom: 2.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}@media (min-width: 768px){.property-filter .property-filter--body-inner-wrapper .property-filter-header-wrapper {
		margin-top: 0;
	}}.property-filter .property-filter--body-inner-wrapper .property-filter-header-wrapper h2 {
	margin-bottom: 0;
}.property-filter .property-filter--body-reset-btn {
	position: relative;
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}.property-filter .property-filter--body-reset-btn .property-filter--btn-reset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}.property-filter .property-filter--body-reset-btn .property-filter--btn-reset:hover {
	--tw-text-opacity: 1;
	color: rgba(142, 157, 167, var(--tw-text-opacity));
}.property-filter .property-filter--body-reset-btn .property-filter--btn-reset--icon{margin-left:.375rem}.property-filter .property-filter--body-reset-btn .property-filter--btn-reset--icon path{-webkit-transform:scale(1.125);transform:scale(1.125)}.property-filter .property-filter--body-reset-btn .btn {
	cursor: pointer;
}.property-filter .property-filter--body-reset-btn .btn:hover {
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}.property-filter .property-filter--body-multi-slider {
	position: relative;
	z-index: 10;
	margin-bottom: 2.5rem;
}.property-filter .property-filter--body-more-options {
	position: relative;
	z-index: 10;
}@media (min-width: 1280px){.property-filter .property-filter--body-more-options .columns {
		margin-top: 1.875rem;
	}}.property-filter .property-filter--body-more-options .pill {
	cursor: pointer;
}.property-filter .property-filter--body-more-options .availability-filter {
	margin-top: 1.875rem;
}@media (min-width: 1280px){.property-filter .property-filter--body-more-options .availability-filter {
		margin-top: 2.5rem;
	}}.property-filter .projects-table--table {
	position: relative;
	width: 100%;
}.property-filter .projects-table--table-head {
	display: none;
}@media (min-width: 768px){.property-filter .projects-table--table-head {
		position: sticky;
	}.property-filter .projects-table--table-head {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}.property-filter .projects-table--table-head {
		width: 100%;
	}.property-filter .projects-table--table-head {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}.property-filter .projects-table--table-head {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}.property-filter .projects-table--table-head {
		--tw-bg-opacity: 1;
		background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	}.property-filter .projects-table--table-head{position:-moz-sticky;position:-o-sticky;position:-ms-sticky;z-index:30;top:100px}}@media (min-width: 1280px){.property-filter .projects-table--table-head{top:117px}}.property-filter .projects-table--table-head .projects-table--table-head-item-wrapper {
	width: 100%;
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	padding-left: 0.938rem;
	padding-right: 1.875rem;
}@media (min-width: 768px){.property-filter .projects-table--table-head .projects-table--table-head-item-wrapper {
		padding-top: 1.875rem;
	}.property-filter .projects-table--table-head .projects-table--table-head-item-wrapper {
		padding-bottom: 0.625rem;
	}.property-filter .projects-table--table-head .projects-table--table-head-item-wrapper{min-width:120px}}@media(min-width: 1200px){.property-filter .projects-table--table-head .projects-table--table-head-item-wrapper {
		padding-left: 0.5rem;
	}.property-filter .projects-table--table-head .projects-table--table-head-item-wrapper {
		padding-right: 0.938rem;
	}}@media(min-width: 1440px){.property-filter .projects-table--table-head .projects-table--table-head-item-wrapper {
		padding-left: 0.938rem;
	}.property-filter .projects-table--table-head .projects-table--table-head-item-wrapper {
		padding-right: 0.938rem;
	}}.property-filter .projects-table--table-head .projects-table--table-head-item-wrapper:first-child {
	padding-left: 0.938rem;
	padding-right: 1.875rem;
}@media(min-width: 1200px){.property-filter .projects-table--table-head .projects-table--table-head-item-wrapper:first-child {
		padding-left: 0.5rem;
	}.property-filter .projects-table--table-head .projects-table--table-head-item-wrapper:first-child {
		padding-right: 0.938rem;
	}}@media(min-width: 1440px){.property-filter .projects-table--table-head .projects-table--table-head-item-wrapper:first-child {
		padding-left: 0.938rem;
	}.property-filter .projects-table--table-head .projects-table--table-head-item-wrapper:first-child {
		padding-right: 0.938rem;
	}}.property-filter .projects-table--table-head .projects-table--table-head-item-wrapper:last-child{min-width:auto;padding-right:9px}@media (min-width: 1024px){.property-filter .projects-table--table-head .projects-table--table-head-item-wrapper:last-child {
		padding-right: 0.938rem;
	}}@media (max-width: 1023px){.property-filter .projects-table--table-head .projects-table--table-head-item-wrapper.item-immo-type, .property-filter .projects-table--table-head .projects-table--table-head-item-wrapper.item-house {
		display: none;
	}}.property-filter .projects-table--table-head .projects-table--table-head-item {
	margin-bottom: 0.625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-family: Walsheim, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.625;white-space:nowrap;
}@media (min-width: 768px){.property-filter .projects-table--table-head .projects-table--table-head-item {
		font-size: 0.875rem;
	}}@media(min-width: 1200px){.property-filter .projects-table--table-head .projects-table--table-head-item {
		font-size: 1rem;
	}}@media(min-width: 1920px){.property-filter .projects-table--table-head .projects-table--table-head-item {
		font-size: 1.125rem;
	}}.property-filter .projects-table--table-head .projects-table--table-head-item svg {
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
}.property-filter .projects-table--table-head .property-filter--header-toggle-btn {
	position: relative;
	padding-left: 0.5rem;
	padding-right: 0.5rem;bottom:.25rem;
}@media (min-width: 1280px){.property-filter .projects-table--table-head .property-filter--header-toggle-btn {
		padding-left: 1.25rem;
	}.property-filter .projects-table--table-head .property-filter--header-toggle-btn {
		padding-right: 1.25rem;
	}}.property-filter .projects-table--table-body .project-status {
	margin-right: 0.625rem;
	display: inline-block;
	height: 0.625rem;
	width: 0.625rem;
}.property-filter .projects-table--table-body .project-status:before {
	left: 0;
	top: 0;
}.property-filter .projects-table--table-body .project-head--wrapper {
	position: relative;
}.property-filter .projects-table--table-body .project-head--wrapper.js--visited .project-head {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}@media (max-width: 767px){.property-filter .projects-table--table-body .project-head--wrapper.js--visited .project-head {
		border-width: 2px;
	}.property-filter .projects-table--table-body .project-head--wrapper.js--visited .project-head {
		--tw-border-opacity: 1;
		border-color: rgba(237, 239, 241, var(--tw-border-opacity));
	}}@media (min-width: 768px){.property-filter .projects-table--table-body .project-head--wrapper.js--visited .project-head{border-top:5px solid #EDEFF1}}@media (min-width: 1024px){@media(hover: hover){.property-filter .projects-table--table-body .project-head--wrapper.js--visited .project-head:hover {
			--tw-bg-opacity: 1;
			background-color: rgba(228, 232, 76, var(--tw-bg-opacity));
		}.property-filter .projects-table--table-body .project-head--wrapper.js--visited .project-head:hover {
			--tw-text-opacity: 1;
			color: rgba(0, 0, 0, var(--tw-text-opacity));
		}.property-filter .projects-table--table-body .project-head--wrapper.js--visited .project-head:hover{border-top:5px solid #fff}}}.property-filter .projects-table--table-body .project-head--wrapper.js--visited .project-head .project-head--item.project-head--toggle-td .project-head--toggle .visited {
	display: inline-block;
	white-space: pre;
}.property-filter .projects-table--table-body .project-head--wrapper.js--visited .project-head .project-head--item.project-head--toggle-td .project-head--toggle .normal {
	display: none;
	white-space: pre;
}.property-filter .projects-table--table-body .project-head--wrapper.js--visited .project-head .item-preview-image {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}.property-filter .projects-table--table-body .project-head {
	position: relative;
	margin-bottom: 1.25rem;
	display: block;
	cursor: pointer;
	overflow: hidden;
	--tw-bg-opacity: 1;
	background-color: rgba(237, 239, 241, var(--tw-bg-opacity));-webkit-transition:background-color .3s ease-in-out,color .3s ease-in-out,border .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out,border .3s ease-in-out;
}@media (min-width: 768px){.property-filter .projects-table--table-body .project-head {
		margin-bottom: 0;
	}.property-filter .projects-table--table-body .project-head {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}.property-filter .projects-table--table-body .project-head {
		width: 100%;
	}.property-filter .projects-table--table-body .project-head {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}.property-filter .projects-table--table-body .project-head {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}.property-filter .projects-table--table-body .project-head{border-top:5px solid #fff;max-height:97px;min-height:97px}}@media (min-width: 1024px){@media(hover: hover){.property-filter .projects-table--table-body .project-head:hover {
			--tw-bg-opacity: 1;
			background-color: rgba(228, 232, 76, var(--tw-bg-opacity));
		}.property-filter .projects-table--table-body .project-head:hover {
			--tw-text-opacity: 1;
			color: rgba(0, 0, 0, var(--tw-text-opacity));
		}.property-filter .projects-table--table-body .project-head:hover{overflow:inherit;max-height:unset}.property-filter .projects-table--table-body .project-head:hover .item-preview-image {
			opacity: 1;
		}.property-filter .projects-table--table-body .project-head:hover .project-head--item.project-head--toggle-td .project-head--toggle .icon-add {
			--tw-text-opacity: 1;
			color: rgba(0, 0, 0, var(--tw-text-opacity));
		}}}.property-filter .projects-table--table-body .project-head.js--open {
	--tw-bg-opacity: 1;
	background-color: rgba(142, 157, 167, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.property-filter .projects-table--table-body .project-head.js--open .project-head--item.project-head--toggle-td .project-head--toggle .icon-add{-webkit-transform:rotate(45deg);transform:rotate(45deg);--tw-text-opacity: 1;color: rgba(255, 255, 255, var(--tw-text-opacity))}.property-filter .projects-table--table-body .project-head.js--highlighted {
	--tw-bg-opacity: 1;
	background-color: rgba(142, 157, 167, var(--tw-bg-opacity));
}@media (min-width: 1280px){.property-filter .projects-table--table-body .project-head.js--highlighted:hover {
		--tw-bg-opacity: 1;
		background-color: rgba(55, 85, 105, var(--tw-bg-opacity));
	}.property-filter .projects-table--table-body .project-head.js--highlighted:hover .highlight {
		--tw-bg-opacity: 1;
		background-color: rgba(30, 60, 80, var(--tw-bg-opacity));
	}}.property-filter .projects-table--table-body .project-head.js--highlighted .project-head--item {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}@media (min-width: 768px){.property-filter .projects-table--table-body .project-head.js--highlighted .project-head--item {
		padding-top: 1.438rem;
		padding-bottom: 1.438rem;
	}}.property-filter .projects-table--table-body .project-head.js--highlighted .project-head--item:first-child:before {
	margin-top: 0.938rem;
}.property-filter .projects-table--table-body .project-head.js--highlighted .project-head--item.project-head--toggle-td {
	width: auto;
	--tw-bg-opacity: 1;
	background-color: rgba(142, 157, 167, var(--tw-bg-opacity));
}@media (min-width: 768px){.property-filter .projects-table--table-body .project-head.js--highlighted .project-head--item.project-head--toggle-td {
		background-color: transparent;
	}}.property-filter .projects-table--table-body .project-head.js--highlighted .project-head--item.project-head--toggle-td .project-head--toggle .icon-add {
	stroke: currentColor;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}@media (min-width: 768px){.property-filter .projects-table--table-body .project-head.js--highlighted .project-head--item.project-head--toggle-td .project-head--toggle .icon-add {
		--tw-text-opacity: 1;
		color: rgba(255, 255, 255, var(--tw-text-opacity));
	}}.property-filter .projects-table--table-body .project-head.js--highlighted .highlight {
	margin-left: 0.3125rem;
	margin-top: 0.3125rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 1rem;
	font-weight: 400;-webkit-transition:background-color .3s ease-in-out;transition:background-color .3s ease-in-out;
}@media (min-width: 1280px){.property-filter .projects-table--table-body .project-head.js--highlighted .highlight {
		margin-top: 0;
	}.property-filter .projects-table--table-body .project-head.js--highlighted .highlight {
		font-size: 1.125rem;
	}}.property-filter .projects-table--table-body .project-head .item-preview-image {
	width: 100%;
	overflow: hidden;
	--tw-bg-opacity: 1;
	background-color: rgba(237, 239, 241, var(--tw-bg-opacity));
	padding: 0.625rem;max-height:200px;-webkit-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out;
}@media (min-width: 768px){.property-filter .projects-table--table-body .project-head .item-preview-image {
		position: absolute;
	}.property-filter .projects-table--table-body .project-head .item-preview-image {
		z-index: 40;
	}.property-filter .projects-table--table-body .project-head .item-preview-image {
		--tw-bg-opacity: 1;
		background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	}.property-filter .projects-table--table-body .project-head .item-preview-image {
		padding: 1.25rem;
	}.property-filter .projects-table--table-body .project-head .item-preview-image {
		opacity: 0;
	}.property-filter .projects-table--table-body .project-head .item-preview-image{width:392px;height:392px;max-height:inherit}.property-filter .projects-table--table-body .project-head .item-preview-image:hover {
		pointer-events: none;
	}.property-filter .projects-table--table-body .project-head .item-preview-image:hover {
		opacity: 0;
	}}@media (min-width: 1024px){.property-filter .projects-table--table-body .project-head .item-preview-image.js--open-top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}.property-filter .projects-table--table-body .project-head .item-preview-image.js--open-top{bottom:92.5px;-webkit-box-shadow:0 -7px 20px rgba(60,60,60,.15);box-shadow:0 -7px 20px rgba(60,60,60,.15)}.property-filter .projects-table--table-body .project-head .item-preview-image.js--open-bottom {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}.property-filter .projects-table--table-body .project-head .item-preview-image.js--open-bottom{top:92.5px;-webkit-box-shadow:0 7px 20px rgba(60,60,60,.15);box-shadow:0 7px 20px rgba(60,60,60,.15)}}.property-filter .projects-table--table-body .project-head .item-preview-image.preview-cover {
	padding: 0;
}@media (min-width: 768px){.property-filter .projects-table--table-body .project-head .item-preview-image.preview-cover:before {
		position: absolute;
	}.property-filter .projects-table--table-body .project-head .item-preview-image.preview-cover:before {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}.property-filter .projects-table--table-body .project-head .item-preview-image.preview-cover:before{content:"";background:-webkit-gradient(linear, left bottom, left top, from(#303030), color-stop(41%, rgba(171, 171, 171, 0)));background:linear-gradient(0deg, #303030 0%, rgba(171, 171, 171, 0) 41%)}}.property-filter .projects-table--table-body .project-head .item-preview-image.preview-cover img {
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}@media (min-width: 768px){.property-filter .projects-table--table-body .project-head .item-preview-image.preview-cover img {
		height: 100%;
	}}.property-filter .projects-table--table-body .project-head .item-preview-image.preview-cover .item-preview-image--image-count, .property-filter .projects-table--table-body .project-head .item-preview-image.preview-cover .item-preview-image--virtual-tour {
	stroke: currentColor;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.property-filter .projects-table--table-body .project-head .item-preview-image.preview-cover .item-preview-image--image-count span, .property-filter .projects-table--table-body .project-head .item-preview-image.preview-cover .item-preview-image--virtual-tour span {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.property-filter .projects-table--table-body .project-head .item-preview-image img {
	width: auto;
	-o-object-fit: contain;
	   object-fit: contain;height:320px;
}@media (max-width: 767px){.property-filter .projects-table--table-body .project-head .item-preview-image img {
		margin-left: auto;
		margin-right: auto;
	}.property-filter .projects-table--table-body .project-head .item-preview-image img{height:200px}}.property-filter .projects-table--table-body .project-head .item-preview-image .item-preview-image--image-count {
	position: absolute;
	bottom: 1.25rem;
	left: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
	opacity: 0;
}@media (min-width: 1280px){.property-filter .projects-table--table-body .project-head .item-preview-image .item-preview-image--image-count {
		opacity: 1;
	}}.property-filter .projects-table--table-body .project-head .item-preview-image .item-preview-image--image-count span {
	margin-top: 0.3125rem;
	margin-left: 0.3125rem;
	font-size: 0.875rem;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}.property-filter .projects-table--table-body .project-head .item-preview-image .item-preview-image--virtual-tour {
	position: absolute;
	bottom: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
	opacity: 0;left:75px;
}@media (min-width: 1280px){.property-filter .projects-table--table-body .project-head .item-preview-image .item-preview-image--virtual-tour {
		opacity: 1;
	}}.property-filter .projects-table--table-body .project-head .project-head--item {
	position: relative;
	width: 100%;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 1rem;word-break:break-word;-o-hyphens:auto;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;
}@media (max-width: 767px){.property-filter .projects-table--table-body .project-head .project-head--item {
		margin-bottom: 0.625rem;
	}.property-filter .projects-table--table-body .project-head .project-head--item {
		display: inline-block;
	}.property-filter .projects-table--table-body .project-head .project-head--item {
		width: auto;
	}.property-filter .projects-table--table-body .project-head .project-head--item:last-child:after, .property-filter .projects-table--table-body .project-head .project-head--item:first-child:after, .property-filter .projects-table--table-body .project-head .project-head--item.item-price:after {
		display: none;
	}.property-filter .projects-table--table-body .project-head .project-head--item:after {
		position: absolute;
	}.property-filter .projects-table--table-body .project-head .project-head--item:after {
		top: 0;
	}.property-filter .projects-table--table-body .project-head .project-head--item:after {
		right: 0;
	}.property-filter .projects-table--table-body .project-head .project-head--item:after {
		--tw-bg-opacity: 1;
		background-color: rgba(188, 197, 203, var(--tw-bg-opacity));
	}.property-filter .projects-table--table-body .project-head .project-head--item:after{content:"";width:1px;height:100%}}@media (min-width: 768px){.property-filter .projects-table--table-body .project-head .project-head--item {
		padding-top: 1.875rem;
		padding-bottom: 1.875rem;
	}.property-filter .projects-table--table-body .project-head .project-head--item {
		padding-left: 0.938rem;
	}.property-filter .projects-table--table-body .project-head .project-head--item {
		padding-right: 1.875rem;
	}.property-filter .projects-table--table-body .project-head .project-head--item {
		font-size: 0.875rem;
	}.property-filter .projects-table--table-body .project-head .project-head--item:first-child {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}.property-filter .projects-table--table-body .project-head .project-head--item:first-child{word-break:normal;max-width:225px}}@media(min-width: 1200px){.property-filter .projects-table--table-body .project-head .project-head--item {
		padding-left: 0.5rem;
	}.property-filter .projects-table--table-body .project-head .project-head--item {
		padding-right: 0.938rem;
	}.property-filter .projects-table--table-body .project-head .project-head--item {
		font-size: 1rem;
	}}@media(min-width: 1440px){.property-filter .projects-table--table-body .project-head .project-head--item {
		padding-left: 0.938rem;
	}.property-filter .projects-table--table-body .project-head .project-head--item {
		padding-right: 0.938rem;
	}}@media(min-width: 1920px){.property-filter .projects-table--table-body .project-head .project-head--item {
		font-size: 1.125rem;
	}}.property-filter .projects-table--table-body .project-head .project-head--item.item-number {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}@media (max-width: 767px){.property-filter .projects-table--table-body .project-head .project-head--item.item-number {
		margin-bottom: 0.625rem;
	}.property-filter .projects-table--table-body .project-head .project-head--item.item-number {
		display: block;
	}.property-filter .projects-table--table-body .project-head .project-head--item.item-number {
		padding-left: 0.625rem;
	}.property-filter .projects-table--table-body .project-head .project-head--item.item-number {
		padding-top: 0.938rem;
	}.property-filter .projects-table--table-body .project-head .project-head--item.item-number {
		font-size: 1.625rem;
	}.property-filter .projects-table--table-body .project-head .project-head--item.item-number:after {
		display: none;
	}.property-filter .projects-table--table-body .project-head .project-head--item.item-number .project-status {
		display: none;
	}}.property-filter .projects-table--table-body .project-head .project-head--item.item-price, .property-filter .projects-table--table-body .project-head .project-head--item.item-area {
	white-space: nowrap;
}@media (max-width: 1023px){.property-filter .projects-table--table-body .project-head .project-head--item.item-price {
		white-space: nowrap;
	}}@media (max-width: 767px){.property-filter .projects-table--table-body .project-head .project-head--item.item-price {
		display: block;
	}}@media (max-width: 1023px){.property-filter .projects-table--table-body .project-head .project-head--item.item-immo-type, .property-filter .projects-table--table-body .project-head .project-head--item.item-house {
		display: none;
	}}.property-filter .projects-table--table-body .project-head .project-head--item.project-head--toggle-td {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0;
}@media (max-width: 767px){.property-filter .projects-table--table-body .project-head .project-head--item.project-head--toggle-td {
		margin-top: 0.625rem;
	}.property-filter .projects-table--table-body .project-head .project-head--item.project-head--toggle-td {
		margin-bottom: 0;
	}.property-filter .projects-table--table-body .project-head .project-head--item.project-head--toggle-td {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}}@media (min-width: 768px){.property-filter .projects-table--table-body .project-head .project-head--item.project-head--toggle-td {
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}.property-filter .projects-table--table-body .project-head .project-head--item.project-head--toggle-td {
		background-color: transparent;
	}.property-filter .projects-table--table-body .project-head .project-head--item.project-head--toggle-td {
		padding-top: 1.875rem;
		padding-bottom: 1.875rem;
	}.property-filter .projects-table--table-body .project-head .project-head--item.project-head--toggle-td {
		padding-left: 0.938rem;
		padding-right: 0.938rem;
	}.property-filter .projects-table--table-body .project-head .project-head--item.project-head--toggle-td{width:inherit;position:inherit;top:inherit;right:inherit;height:auto}.property-filter .projects-table--table-body .project-head .project-head--item.project-head--toggle-td.item-toggle-btn {
		padding-top: 1.75rem;
		padding-bottom: 1.75rem;
	}}@media(min-width: 1200px){.property-filter .projects-table--table-body .project-head .project-head--item.project-head--toggle-td {
		padding-left: 0.5rem;
	}.property-filter .projects-table--table-body .project-head .project-head--item.project-head--toggle-td {
		padding-right: 0.938rem;
	}}@media(min-width: 1440px){.property-filter .projects-table--table-body .project-head .project-head--item.project-head--toggle-td {
		padding-left: 0.938rem;
	}.property-filter .projects-table--table-body .project-head .project-head--item.project-head--toggle-td {
		padding-right: 0.938rem;
	}}.property-filter .projects-table--table-body .project-head .project-head--item.project-head--toggle-td:before {
	display: none;
}.property-filter .projects-table--table-body .project-head .project-head--item.project-head--toggle-td .project-status-mobile {
	display: none;
}@media (max-width: 767px){.property-filter .projects-table--table-body .project-head .project-head--item.project-head--toggle-td .project-status-mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}.property-filter .projects-table--table-body .project-head .project-head--item.project-head--toggle-td .project-status-mobile {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}.property-filter .projects-table--table-body .project-head .project-head--item.project-head--toggle-td .project-status-mobile {
		padding-left: 0.625rem;
	}}.property-filter .projects-table--table-body .project-head .project-head--item.project-head--toggle-td .project-head--toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;white-space:nowrap;
}@media (max-width: 767px){.property-filter .projects-table--table-body .project-head .project-head--item.project-head--toggle-td .project-head--toggle {
		--tw-bg-opacity: 1;
		background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
	}.property-filter .projects-table--table-body .project-head .project-head--item.project-head--toggle-td .project-head--toggle {
		padding: 0.625rem;
	}.property-filter .projects-table--table-body .project-head .project-head--item.project-head--toggle-td .project-head--toggle {
		--tw-text-opacity: 1;
		color: rgba(255, 255, 255, var(--tw-text-opacity));
	}}@media (min-width: 768px){.property-filter .projects-table--table-body .project-head .project-head--item.project-head--toggle-td .project-head--toggle {
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}}.property-filter .projects-table--table-body .project-head .project-head--item.project-head--toggle-td .project-head--toggle .normal {
	margin-right: 0.938rem;
}.property-filter .projects-table--table-body .project-head .project-head--item.project-head--toggle-td .project-head--toggle .visited {
	margin-right: 0.938rem;
	display: none;
}.property-filter .projects-table--table-body .project-head .project-head--item.project-head--toggle-td .project-head--toggle .icon-add {
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
	stroke: currentColor;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:all .1s linear;transition:all .1s linear;
}@media (min-width: 768px){.property-filter .projects-table--table-body .project-head .project-head--item.project-head--toggle-td .project-head--toggle .icon-add {
		--tw-text-opacity: 1;
		color: rgba(0, 0, 0, var(--tw-text-opacity));
	}}.property-filter .projects-table--table-body .project-detail {
	position: relative;
	margin-bottom: 0.938rem;
	padding-bottom: 0.625rem;
}@media (min-width: 1024px){.property-filter .projects-table--table-body .project-detail {
		margin-bottom: 0.3125rem;
	}.property-filter .projects-table--table-body .project-detail {
		padding-bottom: 3.75rem;
	}}.property-filter .projects-table--table-body .project-detail:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;content:"";height:60px;background:-webkit-gradient(linear, left top, left bottom, from(rgba(237, 239, 241, 0)), to(#EDEFF1));background:linear-gradient(180deg, rgba(237, 239, 241, 0) 0%, #EDEFF1 100%);
}@media (min-width: 1024px){.property-filter .projects-table--table-body .project-detail:after{height:100px}}.property-filter .projects-table--table-body .project-detail>div>div>.section {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}@media (min-width: 768px){.property-filter .projects-table--table-body .project-detail>div>div>.section {
		padding-top: 1.25rem;
	}}.property-filter .projects-table--table-body .project-detail .project-detail--loading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 1.25rem;
}.property-filter .projects-table--table-body .project-detail .close-button {
	position: absolute;
	right: 0.938rem;
	bottom: 0.938rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 1rem;z-index:100;
}@media (min-width: 1024px){.property-filter .projects-table--table-body .project-detail .close-button {
		bottom: 1.875rem;
	}.property-filter .projects-table--table-body .project-detail .close-button {
		right: 1.875rem;
	}}.property-filter .projects-table--table-body .project-detail .close-button svg {
	margin-left: 0.938rem;
}.property-filter .projects-table--more-then-ten {
	position: absolute;
	bottom: 10rem;
	display: none;
	text-align: center;width:-webkit-max-content;width:-moz-max-content;width:max-content;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);
}@media (min-width: 1024px){.property-filter .projects-table--more-then-ten {
		display: block;
	}}.property-filter .projects-table--info-wrapper {
	margin-top: 1.875rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}.property-filter .projects-table--info-wrapper .projects-table--load-more-btn {
	margin-bottom: 1.875rem;
}@media (min-width: 1024px){.property-filter .projects-table--info-wrapper .projects-table--load-more-btn {
		margin-bottom: 0;
	}}.property-filter .projects-table--info-wrapper .project-table--loading-progress {
	margin-top: 0.625rem;
	display: block;
	width: 100%;
	font-size: 0.875rem;
}@media (min-width: 768px){.property-filter .projects-table--info-wrapper .project-table--loading-progress {
		margin-top: 0.938rem;
	}}@media (min-width: 1024px){.property-filter .projects-table--info-wrapper .project-table--loading-progress {
		margin-top: 2.5rem;
	}}.property-filter .projects-table--info-wrapper .project-table--loading-progress .progress-bar {
	margin-bottom: 0.75rem;
	display: block;
	height: 0.25rem;
	border-radius: 0.25rem;
	--tw-bg-opacity: 1;
	background-color: rgba(237, 239, 241, var(--tw-bg-opacity));width:320px;
}.property-filter .projects-table--legend {
	display: none;
}@media (min-width: 768px){.property-filter .projects-table--legend {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}.property-filter .projects-table--legend {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}.property-filter .projects-table--legend {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}}.property-filter .projects-table--legend .project-status {
	padding-left: 2.188rem;
}.property-filter .projects-table--legend .project-status:before {
	left: 0.938rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);
}.project-status {
	position: relative;
}.project-status:before {
	position: absolute;
	height: 0.625rem;
	width: 0.625rem;
	border-radius: 9999px;content:"";
}.project-status--available:before {
	--tw-bg-opacity: 1;
	background-color: rgba(117, 225, 144, var(--tw-bg-opacity));
}.project-status--reserved:before {
	--tw-bg-opacity: 1;
	background-color: rgba(251, 191, 81, var(--tw-bg-opacity));
}.project-status--unavailable {
	display: none;
}.project-status--unavailable:before {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 103, 103, var(--tw-bg-opacity));
}.js--shrinked-header .sub-anchor-navigation{height:60px;background:#EDEFF1;margin-top:41.5px}@media (min-width: 1024px){.js--shrinked-header .sub-anchor-navigation{height:70px;margin-top:47.5px}}.js--shrinked-header .sub-anchor-navigation .sub-anchor-navigation--logo-white {
	opacity: 0;
}.js--shrinked-header .sub-anchor-navigation .sub-anchor-navigation--logo-colored {
	opacity: 1;
}.js--shrinked-header .sub-anchor-navigation .sub-anchor-navigation--logo-text {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}.js--shrinked-header .sub-anchor-navigation .sub-anchor-navigation--anchor-item {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}.js--shrinked-header .sub-anchor-navigation .sub-anchor-navigation--anchor-item::before{bottom:-24px}.js--shrinked-header .sub-anchor-navigation .has-active-item .sub-anchor-navigation--anchor-item {
	opacity: .5;
}.sub-anchor-navigation {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 290;
	margin-top: 4.063rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	--tw-bg-opacity: 1;
	background-color: rgba(237, 239, 241, var(--tw-bg-opacity));
	padding-left: 0.938rem;
	padding-right: 0.938rem;min-height:60px;-webkit-transition:all .3s linear;transition:all .3s linear;
}@media (min-width: 1024px){.sub-anchor-navigation {
		margin-top: 6.563rem;
	}.sub-anchor-navigation {
		height: 6.563rem;
	}.sub-anchor-navigation {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}.sub-anchor-navigation{background:-webkit-gradient(linear, left top, left bottom, from(rgba(21, 21, 21, 0.4)), to(rgba(47, 47, 47, 0)));background:linear-gradient(180deg, rgba(21, 21, 21, 0.4) 0%, rgba(47, 47, 47, 0) 100%)}}.sub-anchor-navigation:hover{background:#EDEFF1}.sub-anchor-navigation:hover .sub-anchor-navigation--logo-white {
	opacity: 0;
}.sub-anchor-navigation:hover .sub-anchor-navigation--logo-colored {
	opacity: 1;
}.sub-anchor-navigation:hover .sub-anchor-navigation--logo-text {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}.sub-anchor-navigation:hover .sub-anchor-navigation--anchor-item {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}.sub-anchor-navigation .sub-anchor-navigation--mobile-toggle-btn {
	position: absolute;
	left: 0.625rem;
	z-index: 40;
	display: block;
	cursor: pointer;
	stroke: currentColor;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));top:calc(50% - 22px);-webkit-transform:rotate(-180deg);transform:rotate(-180deg);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;
}@media (min-width: 1024px){.sub-anchor-navigation .sub-anchor-navigation--mobile-toggle-btn {
		display: none;
	}}.sub-anchor-navigation .sub-anchor-navigation--mobile-toggle-btn.js--close-mobile-menu{-webkit-transform:rotate(0deg);transform:rotate(0deg)}.sub-anchor-navigation .sub-anchor-navigation--mobile-toggle-btn svg {
	margin: 0.625rem;
}.sub-anchor-navigation .sub-anchor-navigation--logo {
	position: relative;
	z-index: 20;
	display: inline-block;
	width: 100%;max-width:115px;max-height:40px;
}@media (min-width: 1024px){.sub-anchor-navigation .sub-anchor-navigation--logo {
		position: absolute;
	}.sub-anchor-navigation .sub-anchor-navigation--logo {
		left: 2.5rem;
	}.sub-anchor-navigation .sub-anchor-navigation--logo{max-width:115px;max-height:100px}}.sub-anchor-navigation .sub-anchor-navigation--logo img {
	margin: auto;max-height:40px;
}@media (min-width: 1024px){.sub-anchor-navigation .sub-anchor-navigation--logo img{margin:inherit;max-height:45px}}.sub-anchor-navigation .sub-anchor-navigation--logo>div{max-width:115px;max-height:40px}@media (min-width: 1024px){.sub-anchor-navigation .sub-anchor-navigation--logo>div{max-width:115px;max-height:100px}}.sub-anchor-navigation .sub-anchor-navigation--logo-white {
	opacity: 0;
}@media (min-width: 1024px){.sub-anchor-navigation .sub-anchor-navigation--logo-white {
		opacity: 1;
	}}.sub-anchor-navigation .sub-anchor-navigation--logo-colored {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	opacity: 1;max-width:115px;max-height:40px;-webkit-transition:opacity .3s linear;transition:opacity .3s linear;
}@media (min-width: 1024px){.sub-anchor-navigation .sub-anchor-navigation--logo-colored {
		opacity: 0;
	}.sub-anchor-navigation .sub-anchor-navigation--logo-colored{max-width:115px;max-height:100px}}.sub-anchor-navigation .sub-anchor-navigation--logo-colored>div {
	margin: auto;max-width:115px;max-height:40px;
}@media (min-width: 1024px){.sub-anchor-navigation .sub-anchor-navigation--logo-colored>div {
		margin: 0;
	}.sub-anchor-navigation .sub-anchor-navigation--logo-colored>div{max-width:115px;max-height:100px}}.sub-anchor-navigation .sub-anchor-navigation--logo-text {
	text-align: center;
	font-size: 1rem;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}@media (min-width: 1024px){.sub-anchor-navigation .sub-anchor-navigation--logo-text {
		display: none;
	}.sub-anchor-navigation .sub-anchor-navigation--logo-text {
		font-size: 1.125rem;
	}.sub-anchor-navigation .sub-anchor-navigation--logo-text {
		--tw-text-opacity: 1;
		color: rgba(255, 255, 255, var(--tw-text-opacity));
	}}@media (max-width: 1023px){.sub-anchor-navigation .sub-anchor-navigation--anchor-wrapper {
		position: absolute;
	}.sub-anchor-navigation .sub-anchor-navigation--anchor-wrapper {
		left: 0;
	}.sub-anchor-navigation .sub-anchor-navigation--anchor-wrapper {
		right: 0;
	}.sub-anchor-navigation .sub-anchor-navigation--anchor-wrapper {
		z-index: 10;
	}.sub-anchor-navigation .sub-anchor-navigation--anchor-wrapper {
		display: block;
	}.sub-anchor-navigation .sub-anchor-navigation--anchor-wrapper {
		width: 100%;
	}.sub-anchor-navigation .sub-anchor-navigation--anchor-wrapper {
		--tw-bg-opacity: 1;
		background-color: rgba(237, 239, 241, var(--tw-bg-opacity));
	}.sub-anchor-navigation .sub-anchor-navigation--anchor-wrapper {
		padding-bottom: 1.563rem;
	}.sub-anchor-navigation .sub-anchor-navigation--anchor-wrapper{top:59px}}@media (min-width: 1024px){.sub-anchor-navigation .sub-anchor-navigation--anchor-wrapper {
		display: block;
	}.sub-anchor-navigation .sub-anchor-navigation--anchor-wrapper {
		padding-bottom: 0;
	}.sub-anchor-navigation .sub-anchor-navigation--anchor-wrapper{left:inherit;overflow-y:inherit}}@media (max-width: 1023px){.sub-anchor-navigation .sub-anchor-navigation--anchor-wrapper.js--close-mobile-menu {
		display: none;
	}}@media (min-width: 1024px){.sub-anchor-navigation .sub-anchor-navigation--anchor-wrapper .level-1 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}.sub-anchor-navigation .sub-anchor-navigation--anchor-wrapper .level-1 {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}.sub-anchor-navigation .sub-anchor-navigation--anchor-wrapper .level-1 {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}}.sub-anchor-navigation .sub-anchor-navigation--anchor-wrapper .level-1 li {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 0.938rem;
	padding-bottom: 0.938rem;
}@media (min-width: 1024px){.sub-anchor-navigation .sub-anchor-navigation--anchor-wrapper .level-1 li {
		padding-left: 0.938rem;
		padding-right: 0.938rem;
	}.sub-anchor-navigation .sub-anchor-navigation--anchor-wrapper .level-1 li {
		padding-top: 0;
		padding-bottom: 0;
	}}@media (min-width: 1280px){.sub-anchor-navigation .sub-anchor-navigation--anchor-wrapper .level-1 li {
		padding-left: 1.875rem;
		padding-right: 1.875rem;
	}.sub-anchor-navigation .sub-anchor-navigation--anchor-wrapper .level-1 li {
		padding-top: 0;
		padding-bottom: 0;
	}}.sub-anchor-navigation .sub-anchor-navigation--anchor-wrapper .level-1 li.js--active .sub-anchor-navigation--anchor-item {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
	opacity: 1;
}.sub-anchor-navigation .sub-anchor-navigation--anchor-wrapper .level-1 li.js--active .sub-anchor-navigation--anchor-item::before{height:2.5px}.sub-anchor-navigation .sub-anchor-navigation--logo-anchor-swap-items-wrapper {
	display: block;
}@media (min-width: 1024px){.sub-anchor-navigation .sub-anchor-navigation--logo-anchor-swap-items-wrapper {
		display: none;
	}}.sub-anchor-navigation .sub-anchor-navigation--logo-anchor-swap-items-wrapper .js--active .sub-anchor-navigation--anchor-item-duplicate {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}.sub-anchor-navigation .sub-anchor-navigation--logo-anchor-swap-items-wrapper .sub-anchor-navigation--anchor-item-duplicate {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 30;
	display: none;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	--tw-bg-opacity: 1;
	background-color: rgba(237, 239, 241, var(--tw-bg-opacity));
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	padding-left: 0.938rem;
	padding-right: 0.938rem;
	text-align: center;min-height:60px;
}@media (min-width: 1024px){.sub-anchor-navigation .sub-anchor-navigation--logo-anchor-swap-items-wrapper .sub-anchor-navigation--anchor-item-duplicate {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}.sub-anchor-navigation .sub-anchor-navigation--logo-anchor-swap-items-wrapper .sub-anchor-navigation--anchor-item-duplicate {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}}.sub-anchor-navigation .sub-anchor-navigation--logo-anchor-swap-items-wrapper .sub-anchor-navigation--anchor-item-duplicate::after{background-image:none}.sub-anchor-navigation .sub-anchor-navigation--anchor-item {
	position: relative;
	display: block;
	font-size: 1rem;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;
}@media (min-width: 1024px){.sub-anchor-navigation .sub-anchor-navigation--anchor-item {
		font-size: 1rem;
	}.sub-anchor-navigation .sub-anchor-navigation--anchor-item {
		--tw-text-opacity: 1;
		color: rgba(255, 255, 255, var(--tw-text-opacity));
	}.sub-anchor-navigation .sub-anchor-navigation--anchor-item{height:22px;display:inherit}}@media (min-width: 1280px){.sub-anchor-navigation .sub-anchor-navigation--anchor-item {
		font-size: 1.125rem;
	}}.sub-anchor-navigation .sub-anchor-navigation--anchor-item:hover{color:#000 !important;opacity:1 !important}.sub-anchor-navigation .sub-anchor-navigation--anchor-item:hover::before{height:2.5px}.sub-anchor-navigation .sub-anchor-navigation--anchor-item::before {
	position: absolute;
	left: 0;
	right: 0;
	display: none;
	width: 100%;
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));content:"";bottom:-42px;height:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;
}@media (min-width: 1024px){.sub-anchor-navigation .sub-anchor-navigation--anchor-item::before {
		display: block;
	}}.sub-anchor-navigation .sub-anchor-navigation--anchor-item::after {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	height: 1.5rem;
	width: 1.5rem;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;content:"";background-image:url(/_Resources/Static/Packages/BauwerkCapital.Website/Icons/external/arrow-next.svg);
}@media (min-width: 1024px){.sub-anchor-navigation .sub-anchor-navigation--anchor-item::after {
		display: none;
	}}.sub-anchor-navigation .sub-anchor-navigation--available-properties {
	margin-left: 0.625rem;
	padding-top: 0.3125rem;
	padding-bottom: 0.3125rem;
	padding-left: 0.938rem;
	padding-right: 0.938rem;
}.sub-anchor-navigation .sub-anchor-navigation-pill-mobile-indicator {
	position: absolute;
	z-index: 40;
	margin: 0;
	display: block;
	overflow: hidden;
	padding: 0;visibility:hidden;left:auto;right:18px;top:18px;bottom:auto;width:44px;
}@media (min-width: 1024px){.sub-anchor-navigation .sub-anchor-navigation-pill-mobile-indicator {
		display: none;
	}}.sub-anchor-navigation .sub-anchor-navigation-pill-mobile-indicator .project-navigation--available-properties {
	visibility: visible;margin-left:0 !important;
}.project.detail-page.js--shrinked-header .sub-anchor-navigation{background:#fff}.project.detail-page.js--shrinked-header .sub-anchor-navigation .sub-anchor-navigation--logo-text {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}.project.detail-page.js--shrinked-header .sub-anchor-navigation .sub-anchor-navigation--anchor-item {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}.project.detail-page.js--shrinked-header .sub-anchor-navigation .has-active-item .sub-anchor-navigation--anchor-item {
	--tw-text-opacity: 1;
	color: rgba(142, 157, 167, var(--tw-text-opacity));
	opacity: .65;
}.project.detail-page .sub-anchor-navigation {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}@media (min-width: 1024px){.project.detail-page .sub-anchor-navigation{background:-webkit-gradient(linear, left top, left bottom, from(rgba(21, 21, 21, 0.4)), to(rgba(47, 47, 47, 0)));background:linear-gradient(180deg, rgba(21, 21, 21, 0.4) 0%, rgba(47, 47, 47, 0) 100%)}}.project.detail-page .sub-anchor-navigation:hover{background:#fff}.project.detail-page .sub-anchor-navigation:hover .sub-anchor-navigation--logo-text {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}@media (min-width: 1024px){.project.detail-page .sub-anchor-navigation:hover .sub-anchor-navigation--anchor-item {
		--tw-text-opacity: 1;
		color: rgba(142, 157, 167, var(--tw-text-opacity));
	}.project.detail-page .sub-anchor-navigation:hover .sub-anchor-navigation--anchor-item {
		opacity: 1;
	}}.project.detail-page .sub-anchor-navigation .sub-anchor-navigation--mobile-toggle-btn {
	stroke: currentColor;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}.project.detail-page .sub-anchor-navigation .sub-anchor-navigation--logo-text {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}@media (min-width: 1024px){.project.detail-page .sub-anchor-navigation .sub-anchor-navigation--logo-text {
		display: block;
	}}@media (max-width: 1023px){.project.detail-page .sub-anchor-navigation .sub-anchor-navigation--anchor-wrapper {
		--tw-bg-opacity: 1;
		background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	}}.project.detail-page .sub-anchor-navigation .sub-anchor-navigation--anchor-item {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}@media (min-width: 1024px){.project.detail-page .sub-anchor-navigation .sub-anchor-navigation--anchor-item {
		--tw-text-opacity: 1;
		color: rgba(255, 255, 255, var(--tw-text-opacity));
	}}.project.detail-page .sub-anchor-navigation .sub-anchor-navigation--anchor-item:hover{color:#000 !important}.project.detail-page .sub-anchor-navigation .sub-anchor-navigation--anchor-item::before {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}.project.detail-page .sub-anchor-navigation .sub-anchor-navigation--anchor-item::after{background-image:url(/_Resources/Static/Packages/BauwerkCapital.Website/Icons/external/arrow-next.svg)}.project.detail-page .sub-anchor-navigation .sub-anchor-navigation--logo-anchor-swap-items-wrapper .sub-anchor-navigation--anchor-item-duplicate {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}.project.detail-page .sub-anchor-navigation .sub-anchor-navigation--logo-anchor-swap-items-wrapper .sub-anchor-navigation--anchor-item-duplicate .project-navigation--available-properties.pill {
	display: none;
}.project.detail-page .project-navigation--available-properties {
	margin-left: 0.3125rem;
	padding-top: 0.3125rem;
	padding-bottom: 0.3125rem;
	padding-left: 0.938rem;
	padding-right: 0.938rem;
}.project.property-detail-page.js--shrinked-header .property-page--subheader.sub-anchor-navigation{background:#fff}@media (min-width: 1024px){.project.property-detail-page.js--shrinked-header .property-page--subheader.sub-anchor-navigation{background:#EDEFF1}}.project.property-detail-page .property-page--subheader.sub-anchor-navigation {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}@media (min-width: 1024px){.project.property-detail-page .property-page--subheader.sub-anchor-navigation{-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px}.project.property-detail-page .property-page--subheader.sub-anchor-navigation {
		--tw-bg-opacity: 1;
		background-color: rgba(237, 239, 241, var(--tw-bg-opacity));
	}.project.property-detail-page .property-page--subheader.sub-anchor-navigation{background:#EDEFF1}}.project.property-detail-page .property-page--subheader.sub-anchor-navigation .sub-anchor-navigation--logo-link {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
}@media (min-width: 1024px){.project.property-detail-page .property-page--subheader.sub-anchor-navigation .sub-anchor-navigation--logo-link {
		-webkit-box-ordinal-group: 1;
		    -ms-flex-order: 0;
		        order: 0;
	}.project.property-detail-page .property-page--subheader.sub-anchor-navigation .sub-anchor-navigation--logo-link {
		margin-left: 0;
		margin-right: 0;
	}}.project.property-detail-page .property-page--subheader.sub-anchor-navigation .sub-anchor-navigation--logo-link .sub-anchor-navigation--logo-image {
	position: relative;
	opacity: 1;
}.project.property-detail-page .property-page--subheader.sub-anchor-navigation .sub-anchor-navigation--logo-link .sub-anchor-navigation--logo-image img{max-width:115px;height:40px}@media (min-width: 1024px){.project.property-detail-page .property-page--subheader.sub-anchor-navigation .sub-anchor-navigation--logo-link .sub-anchor-navigation--logo-image img{max-width:115px;height:45px}}.project.property-detail-page .property-page--subheader.sub-anchor-navigation .sub-anchor-navigation--logo-link .sub-anchor-navigation--project-name {
	display: inline-block;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
	opacity: 1;
}.project.property-detail-page .property-page--subheader.sub-anchor-navigation .sub-anchor-navigation--immo-anchor {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	font-size: 1rem;
	line-height: 1.75rem;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}@media (min-width: 1024px){.project.property-detail-page .property-page--subheader.sub-anchor-navigation .sub-anchor-navigation--immo-anchor {
		-webkit-box-ordinal-group: 1;
		    -ms-flex-order: 0;
		        order: 0;
	}.project.property-detail-page .property-page--subheader.sub-anchor-navigation .sub-anchor-navigation--immo-anchor {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}.project.property-detail-page .property-page--subheader.sub-anchor-navigation .sub-anchor-navigation--immo-anchor {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}.project.property-detail-page .property-page--subheader.sub-anchor-navigation .sub-anchor-navigation--immo-anchor {
		-webkit-column-gap: 0.375rem;
		   -moz-column-gap: 0.375rem;
		        column-gap: 0.375rem;
	}}.project.property-detail-page .property-page--subheader.sub-anchor-navigation .sub-anchor-navigation--immo-anchor .desktop {
	display: none;
}@media (min-width: 1024px){.project.property-detail-page .property-page--subheader.sub-anchor-navigation .sub-anchor-navigation--immo-anchor .desktop {
		display: block;
	}}.project.property-detail-page .property-page--subheader.sub-anchor-navigation .mobile {
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
	display: block;
	height: 1.5rem;
	width: 1.5rem;
}@media (min-width: 1024px){.project.property-detail-page .property-page--subheader.sub-anchor-navigation .mobile {
		display: none;
	}}.project.property-detail-page .property-page--subheader.sub-anchor-navigation .svg-embedded {
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}@media (min-width: 1024px){.project.property-detail-page .property-page--subheader.sub-anchor-navigation .svg-embedded {
		margin-left: 0.3125rem;
		margin-right: 0.3125rem;
	}}.blog-card-row .card .card-content {
	padding-left: 1rem;
	padding-right: 1rem;
}@media (min-width: 1280px){.blog-card-row .card .card-content {
		padding-left: 2rem;
		padding-right: 2rem;
	}}.blog-card-row .card .card-content .heading-3{-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.blog-list--form {
	position: relative;
}.blog-list--form .pill {
	cursor: pointer;
}.blog-list--form .loading-spinner {
	position: absolute;margin:0 auto;top:5%;left:0;right:0;
}.blog-list--content {
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition-duration: 150ms;
	        transition-duration: 150ms;
	-webkit-transition-duration: 300ms;
	        transition-duration: 300ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.blog-list--content.loading{opacity:.1}@media (max-width: 1023px){.blog-list--items .card {
		margin-bottom: 1.875rem;
	}}@media (min-width: 1024px){.blog-list--items .card {
		margin-bottom: 2.813rem;
	}}.blog-list--items .card .card-content {
	padding-left: 1rem;
	padding-right: 1rem;
}@media (min-width: 1280px){.blog-list--items .card .card-content {
		padding-left: 2rem;
		padding-right: 2rem;
	}}.blog-list--items .card .card-content .heading-3{-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}@media (min-width: 1024px){.blog-list--items .blog-list--item-big .card-text {
		display: none;
	}.blog-list--items .blog-list--item-big .btn.text-link {
		margin-top: 0;
	}}.project-card-row .card .card-content {
	padding-left: 1rem;
	padding-right: 1rem;
}@media (min-width: 1280px){.project-card-row .card .card-content {
		padding-left: 2rem;
		padding-right: 2rem;
	}}.project-card-row .card .card-content .heading-3{-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.project-search--result-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0.625rem;
	padding-left: 0.938rem;
	padding-right: 0.938rem;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}@media (min-width: 768px){.project-search--result-list {
		gap: 1.25rem;
	}}@media (min-width: 1024px){.project-search--result-list {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}.project-search--result-list {
		padding-top: 3.75rem;
		padding-bottom: 3.75rem;
	}}.project-search--result-list .btn-project-search {
	position: fixed;
	bottom: 1.563rem;
	z-index: 90;left:calc(50% - 116px);
}@media (min-width: 1280px){.project-search--result-list .btn-project-search {
		bottom: 3.125rem;
	}}.project-search--result-list .property-search-icon {
	height: 1.5rem;
	width: 1.5rem;
}@media (min-width: 768px){.project-search--result-list .property-search-icon {
		height: 3rem;
	}.project-search--result-list .property-search-icon {
		width: 3rem;
	}}.project-search--result-list .extra-large-text {
	font-size: 1rem;
}@media (min-width: 768px){.project-search--result-list .extra-large-text {
		font-size: 1.625rem;
	}}@media (min-width: 1024px){.project-search--result-list .extra-large-text {
		font-size: 2rem;
	}}.meta-info-page {
	padding-bottom: 0;
}.meta-info-page main {
	padding-top: 0;
}@media (min-width: 1280px){.meta-info-page main {
		padding-top: 0;
	}}.meta-info-page .meta-info-page--inner-wrapper {
	min-height: 100vh;
}@media (min-width: 1024px){.meta-info-page .meta-info-page--inner-wrapper{padding-right:60px !important}}.meta-info-page .meta-info-page--meta-info {
	--tw-bg-opacity: 1;
	background-color: rgba(237, 239, 241, var(--tw-bg-opacity));
	padding-left: 0.938rem;
	padding-right: 0.938rem;
	padding-top: 3.75rem;
	padding-bottom: 1.875rem;
}@media (min-width: 1280px){.meta-info-page .meta-info-page--meta-info {
		padding: 3.75rem;
	}}.meta-info-page .meta-info-page--meta-info .handorgel-special {
	margin-bottom: 0.3125rem;
}.meta-info-page .meta-info-page--meta-info .handorgel__header .handorgel__header__button {
	margin: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	padding: 0;
	font-family: Walsheim, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.25rem;
	font-weight: 400;
}@media (min-width: 1024px){.meta-info-page .meta-info-page--meta-info .handorgel__header .handorgel__header__button {
		font-size: 1.625rem;
	}}@media (min-width: 1280px){.meta-info-page .meta-info-page--meta-info .handorgel__header .handorgel__header__button {
		font-size: 2rem;
	}}.meta-info-page .meta-info-page--meta-info .handorgel__header.handorgel__header--opened .svg-embedded{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.meta-info-page .meta-info-page--meta-info .handorgel__header .svg-embedded {
	margin-left: 1.563rem;
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
}.meta-info-page .meta-info-page--meta-info .handorgel__content .handorgel__content__inner {
	padding: 0;
}.project-detail .swiper-container, .property-detail-page .swiper-container {
	margin-bottom: 0;
}@media (min-width: 768px){.project-detail .swiper-container, .property-detail-page .swiper-container {
		margin-bottom: 3.75rem;
	}}.project-detail .location-label, .property-detail-page .location-label {
	margin-bottom: 0.938rem;
}@media (min-width: 768px){.project-detail .location-label, .property-detail-page .location-label {
		margin-bottom: 1.875rem;
	}}.project-detail .btn-request-property, .property-detail-page .btn-request-property {
	position: fixed;
	bottom: 1.563rem;
	z-index: 210;
}.project-detail .btn-request-property,.property-detail-page .btn-request-property{left:calc(50% - 134px)}@media (min-width: 1280px){.project-detail .btn-request-property, .property-detail-page .btn-request-property {
		bottom: 3.125rem;
	}}.property-page--header-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	gap: 1.25rem;
}@media (min-width: 1024px){.property-page--header-info {
		gap: 1.875rem;
	}}.property-page--header-info .heading-2 {
	margin-bottom: 0;
	width: 100%;
}@media (min-width: 1024px){.property-page--header-info .heading-2{width:unset}}.property-page--header-info .icon-link {
	margin-bottom: 0;
}.property-page--gallery--wrapper {
	margin-top: 0.938rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0.938rem;
}@media (min-width: 1024px){.property-page--gallery--wrapper {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}}.property-page--gallery--wrapper.gallery-with-tour .property-page--tours {
	width: 100%;height:12.5rem;
}@media (min-width: 1024px){.property-page--gallery--wrapper.gallery-with-tour .property-page--tours{height:43.75rem}}.property-page--gallery--wrapper.gallery-with-tour .property-page--tours .hero.cover {
	width: 100%;min-height:12.5rem;height:12.5rem;
}@media (min-width: 1024px){.property-page--gallery--wrapper.gallery-with-tour .property-page--tours .hero.cover{height:43.75rem}}.property-page--gallery--wrapper.gallery-with-tour .property-page--gallery {
	position: relative;
	display: grid;
	width: 100%;
	gap: 0.938rem;
}@media (min-width: 1024px){.property-page--gallery--wrapper.gallery-with-tour .property-page--gallery{height:43.75rem}}.property-page--gallery--wrapper.gallery-with-tour .property-page--gallery[data-image-count="1"] {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}.property-page--gallery--wrapper.gallery-with-tour .property-page--gallery[data-image-count="2"] {
	grid-template-rows: repeat(2, minmax(0, 1fr));
}.property-page--gallery--wrapper.gallery-with-tour .property-page--gallery[data-image-count="3"] {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}.property-page--gallery--wrapper.gallery-with-tour .property-page--gallery[data-image-count="3"] .image-0 {
	grid-column: span 2 / span 2;
}.property-page--gallery--wrapper.gallery-with-tour .property-page--gallery[data-image-count="3"] .image-1 {
	grid-column: span 1 / span 1;
}.property-page--gallery--wrapper.gallery-with-tour .property-page--gallery[data-image-count="3"] .image-2 {
	grid-column: span 1 / span 1;
}.property-page--gallery--wrapper.gallery-with-tour .property-page--gallery[data-image-count="3"] .gallery-image{height:12.5rem}@media (min-width: 1024px){.property-page--gallery--wrapper.gallery-with-tour .property-page--gallery[data-image-count="3"] .gallery-image{height:21.406rem}}.property-page--gallery--wrapper.only-image-gallery .property-page--gallery {
	position: relative;
	display: grid;
	width: 100%;
	gap: 0.938rem;
}@media (min-width: 1024px){.property-page--gallery--wrapper.only-image-gallery .property-page--gallery{height:43.75rem}}.property-page--gallery--wrapper.only-image-gallery .property-page--gallery[data-image-count="1"] {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}.property-page--gallery--wrapper.only-image-gallery .property-page--gallery[data-image-count="2"] {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}.property-page--gallery--wrapper.only-image-gallery .property-page--gallery[data-image-count="3"] {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-rows: repeat(2, minmax(0, 1fr));
}.property-page--gallery--wrapper.only-image-gallery .property-page--gallery[data-image-count="3"] .image-0 {
	grid-column: span 2 / span 2;
	grid-row: span 1 / span 1;height:12.5rem;
}@media (min-width: 1024px){.property-page--gallery--wrapper.only-image-gallery .property-page--gallery[data-image-count="3"] .image-0 {
		grid-column: span 1 / span 1;
	}.property-page--gallery--wrapper.only-image-gallery .property-page--gallery[data-image-count="3"] .image-0 {
		grid-row: span 2 / span 2;
	}.property-page--gallery--wrapper.only-image-gallery .property-page--gallery[data-image-count="3"] .image-0{height:unset}}.property-page--gallery--wrapper.only-image-gallery .property-page--gallery[data-image-count="3"] .image-1, .property-page--gallery--wrapper.only-image-gallery .property-page--gallery[data-image-count="3"] .image-2 {
	grid-column: span 1 / span 1;
	grid-row: span 1 / span 1;
}.property-page--gallery--wrapper.only-image-gallery .property-page--gallery[data-image-count="3"] .image-1,.property-page--gallery--wrapper.only-image-gallery .property-page--gallery[data-image-count="3"] .image-2{height:12.5rem}@media (min-width: 1024px){.property-page--gallery--wrapper.only-image-gallery .property-page--gallery[data-image-count="3"] .image-1,.property-page--gallery--wrapper.only-image-gallery .property-page--gallery[data-image-count="3"] .image-2{height:21.406rem}}.property-page--gallery--wrapper .gallery-image {
	width: 100%;
	overflow: hidden;
	--tw-bg-opacity: 1;
	background-color: rgba(237, 239, 241, var(--tw-bg-opacity));
}@media(hover: hover){.property-page--gallery--wrapper .gallery-image:hover img{-webkit-transform:scale(1.1);transform:scale(1.1)}}.property-page--gallery--wrapper .gallery-image a {
	display: block;
	height: 100%;
	width: 100%;
}.property-page--gallery--wrapper .gallery-image a img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}.property-page--gallery--wrapper .pill {
	pointer-events: none;
	position: absolute;
	right: 0.938rem;
	bottom: 0.938rem;
}.modal.gallery-image-modal .modal-container {
	margin-left: 0.938rem;
	margin-right: 0.938rem;overflow-y:auto;
}.modal.gallery-image-modal .modal-content {
	--tw-bg-opacity: 1;
	background-color: rgba(237, 239, 241, var(--tw-bg-opacity));
	padding-left: 0;
	padding-right: 0;
	padding-top: 2.188rem;overflow-y:unset;
}.property-page--features {
	border-top-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(188, 197, 203, var(--tw-border-opacity));
	padding-top: 1.875rem;
}.property-page--features .property-page--features-headline {
	margin-bottom: 0.375rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.75rem;
}.property-page--features .property-page--features-pills.js--max-height {
	overflow: hidden;max-height:75px;
}.property-page--features .property-page--features-pills .pill {
	margin-bottom: 0.938rem;
}.property-page--features .property-page--features-pills--show-all-btn, .property-page--features .property-page--features-pills--show-less-btn {
	margin-top: 0.625rem;
	display: none;
	cursor: pointer;
	font-size: 1rem;
	--tw-text-opacity: 1;
	color: rgba(55, 85, 105, var(--tw-text-opacity));
}.property-page--features .property-page--features-pills--show-all-btn,.property-page--features .property-page--features-pills--show-less-btn{-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.property-page--features .property-page--features-pills--show-all-btn:hover, .property-page--features .property-page--features-pills--show-less-btn:hover {
	--tw-text-opacity: 1;
	color: rgba(142, 157, 167, var(--tw-text-opacity));
}.property-page--features .property-page--features-pills--show-all-btn.js--show, .property-page--features .property-page--features-pills--show-less-btn.js--show {
	display: block;
}.property-page--added-values {
	margin-top: 1.25rem;
}.property-page--added-values .property-page--added-values-headline {
	margin-bottom: 0.375rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.75rem;
}.property-page--added-values .property-page--added-values-pills.js--max-height {
	overflow: hidden;max-height:75px;
}.property-page--added-values .property-page--added-values-pills .pill {
	margin-bottom: 0.938rem;
}.property-page--additional-features-text, .property-page--inherited-special-info {
	margin-top: 1.875rem;
	margin-bottom: 1.875rem;
}.property-page--description-text {
	margin-bottom: 1.875rem;
}.property-page--info-table {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.25rem;
}@media (min-width: 1024px){.property-page--info-table {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}.property-page--info-table {
		gap: 1.875rem;
	}}.property-page--info-table .property-page--info-table--item .property-page--info-table--item-label {
	font-weight: 500;
}.property-page--info-table .project-status {
	float: left;
	margin-right: 0.625rem;
	margin-top: 0.625rem;
	height: 0.625rem;
	width: 0.625rem;
}.property-page--sales__wrapper .property-page--sales-button {
	margin-bottom: 1.875rem;
	margin-top: 1.875rem;
	width: 100%;
	text-align: center;
}.property-page--sales__wrapper .property-page--sales-button:hover .property-page-icon-wrapper .property-page--inquiry-icon {
	opacity: 0;
}.property-page--sales__wrapper .property-page--sales-button:hover .property-page-icon-wrapper .property-page--inquiry-icon__hover {
	opacity: 1;
}.property-page--sales__wrapper .property-page--sales-button span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}.property-page--sales__wrapper .property-page--sales-button span .property-page-icon-wrapper {
	margin-right: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;width:1.156rem;
}.property-page--sales__wrapper .property-page--sales-button span .property-page-icon-wrapper .property-page--inquiry-icon, .property-page--sales__wrapper .property-page--sales-button span .property-page-icon-wrapper .property-page--inquiry-icon__hover {
	position: absolute;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transition-duration: 150ms;
	        transition-duration: 150ms;
	-webkit-transition-duration: 300ms;
	        transition-duration: 300ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.property-page--sales__wrapper .property-page--sales-button span .property-page-icon-wrapper .property-page--inquiry-icon {
	opacity: 1;
}.property-page--sales__wrapper .property-page--sales-button span .property-page-icon-wrapper .property-page--inquiry-icon__hover {
	opacity: 0;
}.property-page--more-options {
	margin-top: 1.875rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}@media (min-width: 1024px){.property-page--more-options {
		margin-top: 0;
	}}.property-page--more-options .icon-link:first-child {
	margin-right: 1.875rem;
}.property-page--more-options .icon-link .icon-link--icon {
	margin-right: 0.3125rem;
}@media (min-width: 1024px){.property-page .section.width-super-small>.container {
		max-width: 50rem;
	}}@media (max-width: 1023px){section.section.spacing-large-only-top {
		padding-top: 2.5rem;
	}}.special-info {
	margin: auto;max-width:50rem;
}.special-info--hint, .project-details--hint {
	margin-bottom: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0.625rem;
	--tw-bg-opacity: 1;
	background-color: rgba(237, 239, 241, var(--tw-bg-opacity));
	padding: 0.938rem;
}.special-info--hint svg, .project-details--hint svg {
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
}.backend-hint {
	margin-bottom: 1.25rem;
	--tw-bg-opacity: 1;
	background-color: rgba(237, 239, 241, var(--tw-bg-opacity));
	padding: 0.938rem;
}.menu-shotcut-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0.625rem;
}.menu-teaser-item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0.938rem;
	--tw-bg-opacity: 1;
	background-color: rgba(237, 239, 241, var(--tw-bg-opacity));-webkit-transition:background-color .3s ease-in-out;transition:background-color .3s ease-in-out;
}@media (min-width: 1280px){.menu-teaser-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}.menu-teaser-item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}.menu-teaser-item {
		gap: 1.875rem;
	}}.menu-teaser-item.current {
	--tw-bg-opacity: 1;
	background-color: rgba(55, 85, 105, var(--tw-bg-opacity));
}.menu-teaser-item.current .menu-teaser--title, .menu-teaser-item.current .menu-teaser--subtitle, .menu-teaser-item.current .menu-tester--hover-arrow {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.menu-teaser-item.current .menu-tester--hover-arrow {
	opacity: 0;
}@media(hover: hover){.menu-teaser-item.current:hover .menu-tester--hover-arrow {
		opacity: 1;
	}.menu-teaser-item:hover {
		--tw-bg-opacity: 1;
		background-color: rgba(55, 85, 105, var(--tw-bg-opacity));
	}.menu-teaser-item:hover .menu-teaser--title, .menu-teaser-item:hover .menu-teaser--subtitle, .menu-teaser-item:hover .menu-tester--hover-arrow {
		--tw-text-opacity: 1;
		color: rgba(255, 255, 255, var(--tw-text-opacity));
	}.menu-teaser-item:hover .menu-tester--hover-arrow {
		opacity: 1;
	}.menu-teaser-item:hover .menu-teaser--image img{-webkit-transform:scale(1.1);transform:scale(1.1)}}.menu-teaser-item .menu-teaser--image {
	margin: 0.938rem;
	height: 9.375rem;
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
	overflow: hidden;
}@media (min-width: 1280px){.menu-teaser-item .menu-teaser--image {
		margin-right: 0;
	}.menu-teaser-item .menu-teaser--image {
		height: 12.5rem;
	}.menu-teaser-item .menu-teaser--image {
		width: 16.875rem;
	}}.menu-teaser-item .menu-teaser--image>div, .menu-teaser-item .menu-teaser--image img {
	height: 100%;
	width: 100%;
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
	-o-object-fit: cover;
	   object-fit: cover;
}.menu-teaser-item .menu-teaser--image>div,.menu-teaser-item .menu-teaser--image img{-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out, -webkit-transform .3s ease-in-out}.menu-teaser-item .menu-tester--text-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding-left: 0.938rem;
	padding-right: 0.938rem;
	padding-bottom: 0.938rem;
}@media (min-width: 1280px){.menu-teaser-item .menu-tester--text-area {
		padding-left: 0;
	}.menu-teaser-item .menu-tester--text-area {
		padding-bottom: 0;
	}}.menu-teaser-item .menu-teaser--title {
	margin-bottom: 0.625rem;
	display: block;
	font-family: Walsheim, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.625rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));line-height:1.2;hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;-webkit-hyphens:auto;-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out;
}@media (min-width: 1280px){.menu-teaser-item .menu-teaser--title {
		font-size: 2rem;
	}}.menu-teaser-item .menu-teaser--subtitle {
	display: block;
	font-family: Walsheim, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;-webkit-hyphens:auto;-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out;
}.menu-teaser-item .menu-tester--hover-arrow {
	margin-top: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	opacity: 0;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;
}@media (min-width: 1280px){.menu-teaser-item .menu-tester--hover-arrow {
		position: absolute;
	}.menu-teaser-item .menu-tester--hover-arrow {
		right: 1.25rem;
	}.menu-teaser-item .menu-tester--hover-arrow {
		bottom: 1.25rem;
	}}.svg-embedded.size-small {
	height: 0.75rem;
	width: 0.75rem;
}.svg-embedded.size-medium {
	height: 1.5rem;
	width: 1.5rem;
}.svg-embedded.size-large {
	height: 3rem;
	width: 3rem;
}.loading-spinner {
	height: 1.875rem;
	width: 1.875rem;
	border-radius: 9999px;border:2px solid #000;border-top:2px solid #8E9DA7;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;
}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.custom-checkbox:hover .form--label-checkbox:before{background-image:none}@media (min-width: 1280px){.custom-checkbox:hover .form--label-checkbox:before{background-image:url(/_Resources/Static/Packages/FormatD.DesignSystem/Icons/external/done.svg)}}.custom-checkbox:hover input[type=checkbox]:checked+.form--label-checkbox:before{background-image:url(/_Resources/Static/Packages/FormatD.DesignSystem/Icons/external/done-white.svg)}.custom-checkbox input[type=checkbox]:disabled+.form--label-checkbox {
	--tw-text-opacity: 1;
	color: rgba(188, 197, 203, var(--tw-text-opacity));
}.custom-checkbox input[type=checkbox]:disabled+.form--label-checkbox:before {
	--tw-text-opacity: 1;
	color: rgba(188, 197, 203, var(--tw-text-opacity));
}.custom-checkbox input[type=checkbox]:checked+.form--label-checkbox:before {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));background-image:url(/_Resources/Static/Packages/FormatD.DesignSystem/Icons/external/done-white.svg);
}.custom-checkbox .form--label-checkbox {
	font-family: Walsheim, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.25;
}@media (min-width: 1024px){.custom-checkbox .form--label-checkbox {
		font-size: 1.125rem;
	}}.custom-checkbox .form--label-checkbox:before {
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}.custom-checkbox .form--label-checkbox a {
	position: relative;
	display: inline-block;
	font-family: Walsheim, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: 500;
}.custom-checkbox .form--label-checkbox a:before {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));content:"";bottom:-3px;height:1.5px;-webkit-transition:background-color .3s linear;transition:background-color .3s linear;
}.custom-checkbox .form--label-checkbox a:hover:before {
	--tw-bg-opacity: 1;
	background-color: rgba(142, 157, 167, var(--tw-bg-opacity));
}.section.dark .custom-checkbox:hover .form--label-checkbox:before{background-image:none}@media (min-width: 1280px){.section.dark .custom-checkbox:hover .form--label-checkbox:before{background-image:url(/_Resources/Static/Packages/FormatD.DesignSystem/Icons/external/done-white.svg)}}.section.dark .custom-checkbox:hover input[type=checkbox]:checked+.form--label-checkbox:before{background-image:url(/_Resources/Static/Packages/FormatD.DesignSystem/Icons/external/done.svg)}.section.dark .custom-checkbox input[type=checkbox]:checked+.form--label-checkbox:before {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));background-image:url(/_Resources/Static/Packages/FormatD.DesignSystem/Icons/external/done.svg);
}.section.dark .custom-checkbox .form--label-checkbox:before {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}.section.dark .custom-checkbox .form--label-checkbox a:before {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}.custom-file-upload input[type=file] {
	padding-left: 0;
	font-family: Walsheim, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.625;border-top:0;border-left:0;border-right:0;border-bottom:1.5px solid #000;
}.custom-file-upload input[type=file]::-webkit-input-placeholder{color:rgba(0,0,0,.5)}.custom-file-upload input[type=file]::-moz-placeholder{color:rgba(0,0,0,.5)}.custom-file-upload input[type=file]:-ms-input-placeholder{color:rgba(0,0,0,.5)}.custom-file-upload input[type=file]::-ms-input-placeholder{color:rgba(0,0,0,.5)}.custom-file-upload input[type=file]::placeholder{color:rgba(0,0,0,.5)}.custom-file-upload input[type=file]:focus {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
	outline: 2px solid transparent;
	outline-offset: 2px;
}.custom-file-upload input[type=file]:not(:-moz-placeholder-shown) {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}.custom-file-upload input[type=file]:not(:-ms-input-placeholder) {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}.custom-file-upload input[type=file]:not(:placeholder-shown) {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}.section.dark .custom-file-upload input[type=file]{border-top:0;border-left:0;border-right:0;border-bottom:1.5px solid #fff}.section.dark .custom-file-upload input[type=file]::-webkit-input-placeholder{color:rgba(255,255,255,.5)}.section.dark .custom-file-upload input[type=file]::-moz-placeholder{color:rgba(255,255,255,.5)}.section.dark .custom-file-upload input[type=file]:-ms-input-placeholder{color:rgba(255,255,255,.5)}.section.dark .custom-file-upload input[type=file]::-ms-input-placeholder{color:rgba(255,255,255,.5)}.section.dark .custom-file-upload input[type=file]::placeholder{color:rgba(255,255,255,.5)}.section.dark .custom-file-upload input[type=file]:not(:-moz-placeholder-shown) {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.section.dark .custom-file-upload input[type=file]:not(:-ms-input-placeholder) {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.section.dark .custom-file-upload input[type=file]:not(:placeholder-shown) {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.section.dark .custom-file-upload input[type=file]:focus {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.form--group .error.select-input, .form--group .error.textarea-input, .form--group .error.file-upload-input, .form--group .error.input-input {
	--tw-border-opacity: 1;
	border-color: rgba(255, 103, 103, var(--tw-border-opacity));
}.form--group .error.radio-button-input+.custom-radio-button--list-item--label:before {
	--tw-border-opacity: 1;
	border-color: rgba(255, 103, 103, var(--tw-border-opacity));
}.form--group .error.checkbox-input+.form--label-checkbox:before {
	--tw-border-opacity: 1;
	border-color: rgba(255, 103, 103, var(--tw-border-opacity));
}.form--group .help-inline {
	margin-top: 0.375rem;
	--tw-text-opacity: 1;
	color: rgba(255, 103, 103, var(--tw-text-opacity));bottom:unset;
}.form--group .form--label-checkbox+.help-inline{margin-top:unset;bottom:-18px}.section.dark .form--group .error.select-input, .section.dark .form--group .error.textarea-input, .section.dark .form--group .error.file-upload-input, .section.dark .form--group .error.input-input {
	--tw-border-opacity: 1;
	border-color: rgba(255, 103, 103, var(--tw-border-opacity));
}.section.dark .form--group .error.radio-button-input+.custom-radio-button--list-item--label:before {
	--tw-border-opacity: 1;
	border-color: rgba(255, 103, 103, var(--tw-border-opacity));
}.section.dark .form--group .error.checkbox-input+.form--label-checkbox:before {
	--tw-border-opacity: 1;
	border-color: rgba(255, 103, 103, var(--tw-border-opacity));
}.form--icon {
	padding-left: 0;
	padding-right: 0;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}.section.dark .form--icon {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.input input[type=text], .input input[type=search] {
	padding-left: 0;
	font-family: Walsheim, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.625;
}.input input[type=text],.input input[type=search]{border-top:0;border-left:0;border-right:0;border-bottom:1.5px solid #000}@media (min-width: 1024px){.input input[type=text], .input input[type=search] {
		font-size: 1.125rem;
	}}.input input[type=text]::-webkit-input-placeholder, .input input[type=search]::-webkit-input-placeholder{color:rgba(0,0,0,.5);-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.input input[type=text]::-moz-placeholder, .input input[type=search]::-moz-placeholder{color:rgba(0,0,0,.5);-moz-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.input input[type=text]:-ms-input-placeholder, .input input[type=search]:-ms-input-placeholder{color:rgba(0,0,0,.5);-ms-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.input input[type=text]::-ms-input-placeholder, .input input[type=search]::-ms-input-placeholder{color:rgba(0,0,0,.5);-ms-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.input input[type=text]::placeholder,.input input[type=search]::placeholder{color:rgba(0,0,0,.5);-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.input input[type=text]:not(:-moz-placeholder-shown), .input input[type=search]:not(:-moz-placeholder-shown) {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}.input input[type=text]:not(:-ms-input-placeholder), .input input[type=search]:not(:-ms-input-placeholder) {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}.input input[type=text]:not(:placeholder-shown), .input input[type=search]:not(:placeholder-shown) {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}.input input[type=text]:focus, .input input[type=search]:focus {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
	outline: 2px solid transparent;
	outline-offset: 2px;
}.input input[type=text]:focus::-webkit-input-placeholder, .input input[type=search]:focus::-webkit-input-placeholder{color:rgba(0,0,0,0)}.input input[type=text]:focus::-moz-placeholder, .input input[type=search]:focus::-moz-placeholder{color:rgba(0,0,0,0)}.input input[type=text]:focus:-ms-input-placeholder, .input input[type=search]:focus:-ms-input-placeholder{color:rgba(0,0,0,0)}.input input[type=text]:focus::-ms-input-placeholder, .input input[type=search]:focus::-ms-input-placeholder{color:rgba(0,0,0,0)}.input input[type=text]:focus::placeholder,.input input[type=search]:focus::placeholder{color:rgba(0,0,0,0)}.section.dark .input input[type=text]{border-top:0;border-left:0;border-right:0;border-bottom:1.5px solid #fff}.section.dark .input input[type=text]::-webkit-input-placeholder{color:rgba(255,255,255,.5)}.section.dark .input input[type=text]::-moz-placeholder{color:rgba(255,255,255,.5)}.section.dark .input input[type=text]:-ms-input-placeholder{color:rgba(255,255,255,.5)}.section.dark .input input[type=text]::-ms-input-placeholder{color:rgba(255,255,255,.5)}.section.dark .input input[type=text]::placeholder{color:rgba(255,255,255,.5)}.section.dark .input input[type=text]:not(:-moz-placeholder-shown) {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.section.dark .input input[type=text]:not(:-ms-input-placeholder) {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.section.dark .input input[type=text]:not(:placeholder-shown) {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.section.dark .input input[type=text]:focus {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.form--label {
	font-size: 0.875rem;
}.custom-radio-button .custom-radio-button--list-item:hover .custom-radio-button--list-item--label:after {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}.custom-radio-button input[type=radio]:checked+.custom-radio-button--list-item--label:before {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}.custom-radio-button input[type=radio]:checked+.custom-radio-button--list-item--label:after {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}.custom-radio-button .custom-radio-button--list-item--label {
	font-family: Walsheim, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.625;
}@media (min-width: 1024px){.custom-radio-button .custom-radio-button--list-item--label {
		font-size: 1.125rem;
	}}.custom-radio-button .custom-radio-button--list-item--label:before {
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}.form--label-radiobutton {
	margin-bottom: 1.25rem;
	font-size: 0.875rem;
}.section.dark .custom-radio-button input[type=radio]:checked+.custom-radio-button--list-item--label:before {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}.section.dark .custom-radio-button input[type=radio]:checked+.custom-radio-button--list-item--label:after {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}.custom-select.disabled {
	--tw-text-opacity: 1;
	color: rgba(188, 197, 203, var(--tw-text-opacity));
}.custom-select.disabled .form--icon {
	--tw-text-opacity: 1;
	color: rgba(188, 197, 203, var(--tw-text-opacity));
}.custom-select select {
	cursor: pointer;
	padding-left: 0;
	font-family: Walsheim, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));border-top:0;border-left:0;border-right:0;border-bottom:1.5px solid #000;
}@media (min-width: 1024px){.custom-select select {
		font-size: 1.125rem;
	}}.custom-select select:focus {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}.custom-select select:disabled {
	--tw-text-opacity: 1;
	color: rgba(188, 197, 203, var(--tw-text-opacity));border-top:0;border-left:0;border-right:0;border-bottom:1.5px solid #BCC5CB;
}.custom-select-dark.disabled {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.custom-select-dark.disabled .form--icon {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.custom-select-dark select {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.custom-select-dark select:disabled {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.custom-select-dark .form--icon {
	right: 0;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.section.dark .custom-select select {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));border-top:0;border-left:0;border-right:0;border-bottom:1.5px solid #fff;
}.section.dark .custom-select-dark select {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}.section.dark .custom-select-dark select:disabled {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}.custom-form .btn {
	font-size: 1rem;
}@media (min-width: 1024px){.custom-form .btn {
		font-size: 1.125rem;
	}}.custom-form .btn.primary {
	--tw-bg-opacity: 1;
	background-color: rgba(228, 232, 76, var(--tw-bg-opacity));
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}@media (min-width: 768px){.custom-form .btn.primary {
		padding-left: 3.75rem;
		padding-right: 3.75rem;
	}.custom-form .btn.primary {
		padding-top: 1.875rem;
		padding-bottom: 1.875rem;
	}}.custom-form .btn.primary:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(55, 85, 105, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.custom-form .btn.primary.disabled {
	--tw-bg-opacity: 1;
	background-color: rgba(188, 197, 203, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.custom-form .btn.primary.js--loading {
	position: relative;
	cursor: not-allowed;
	--tw-bg-opacity: 1;
	background-color: rgba(188, 197, 203, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(188, 197, 203, var(--tw-text-opacity));
}.custom-form .btn.primary.js--loading:hover {
	cursor: not-allowed;
	--tw-bg-opacity: 1;
	background-color: rgba(188, 197, 203, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(188, 197, 203, var(--tw-text-opacity));
}.custom-form .btn.primary.js--loading .loading-spinner {
	position: absolute;top:calc(50% - 13px);left:calc(50% - 13px);
}.section.dark .custom-form .btn.primary {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}.section.dark .custom-form .btn.primary.js--loading {
	position: relative;
	cursor: not-allowed;
	--tw-bg-opacity: 1;
	background-color: rgba(188, 197, 203, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(188, 197, 203, var(--tw-text-opacity));
}.section.dark .custom-form .btn.primary.js--loading:hover {
	cursor: not-allowed;
	--tw-bg-opacity: 1;
	background-color: rgba(188, 197, 203, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(188, 197, 203, var(--tw-text-opacity));
}.section.dark .custom-form .btn.primary.js--loading .loading-spinner {
	position: absolute;top:calc(50% - 13px);left:calc(50% - 13px);
}.custom-textarea textarea {
	min-height: 6.25rem;
	padding-left: 0;
	font-family: Walsheim, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.625;border-top:0;border-left:0;border-right:0;border-bottom:1.5px solid #000;
}@media (min-width: 1024px){.custom-textarea textarea {
		font-size: 1.125rem;
	}}.custom-textarea textarea::-webkit-input-placeholder{color:rgba(0,0,0,.5);-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.custom-textarea textarea::-moz-placeholder{color:rgba(0,0,0,.5);-moz-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.custom-textarea textarea:-ms-input-placeholder{color:rgba(0,0,0,.5);-ms-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.custom-textarea textarea::-ms-input-placeholder{color:rgba(0,0,0,.5);-ms-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.custom-textarea textarea::placeholder{color:rgba(0,0,0,.5);-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.custom-textarea textarea:not(:-moz-placeholder-shown) {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}.custom-textarea textarea:not(:-ms-input-placeholder) {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}.custom-textarea textarea:not(:placeholder-shown) {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}.custom-textarea textarea:focus {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
	outline: 2px solid transparent;
	outline-offset: 2px;
}.custom-textarea textarea:focus::-webkit-input-placeholder{color:rgba(0,0,0,0)}.custom-textarea textarea:focus::-moz-placeholder{color:rgba(0,0,0,0)}.custom-textarea textarea:focus:-ms-input-placeholder{color:rgba(0,0,0,0)}.custom-textarea textarea:focus::-ms-input-placeholder{color:rgba(0,0,0,0)}.custom-textarea textarea:focus::placeholder{color:rgba(0,0,0,0)}.section.dark textarea{border-top:0;border-left:0;border-right:0;border-bottom:1.5px solid #fff}.section.dark textarea::-webkit-input-placeholder{color:rgba(255,255,255,.5)}.section.dark textarea::-moz-placeholder{color:rgba(255,255,255,.5)}.section.dark textarea:-ms-input-placeholder{color:rgba(255,255,255,.5)}.section.dark textarea::-ms-input-placeholder{color:rgba(255,255,255,.5)}.section.dark textarea::placeholder{color:rgba(255,255,255,.5)}.section.dark textarea:not(:-moz-placeholder-shown) {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.section.dark textarea:not(:-ms-input-placeholder) {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.section.dark textarea:not(:placeholder-shown) {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.section.dark textarea:focus {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.modal .modal-container {
	margin: 1.875rem;
	overflow-y: hidden;max-height:calc(100% - 60px) !important;
}@media (min-width: 1024px){.modal .modal-container {
		margin: 3.125rem;
	}}.modal.size-large .modal-container {
	max-width: 1280px;
}.modal.size-default .modal-container {
	max-width: 1024px;
}.modal.size-medium .modal-container {
	max-width: 768px;
}.modal.size-small .modal-container {
	max-width: 640px;
}.modal.size-extra-small .modal-container {
	max-width: 28rem;
}.modal.modal-iframe--size-large .modal-container, .modal.modal-project-tour--size-large .modal-container {
	max-width: 1280px;
}.modal.modal-iframe--size-default .modal-container, .modal.modal-project-tour--size-default .modal-container {
	max-width: 1024px;
}.modal.modal-iframe--size-medium .modal-container, .modal.modal-project-tour--size-medium .modal-container {
	max-width: 768px;
}.modal.modal-iframe--size-small .modal-container, .modal.modal-project-tour--size-small .modal-container {
	max-width: 640px;
}.modal.modal-iframe--size-extra-small .modal-container, .modal.modal-project-tour--size-extra-small .modal-container {
	max-width: 28rem;
}.modal.modal-iframe--size-large .modal-content, .modal.modal-iframe--size-default .modal-content, .modal.modal-iframe--size-medium .modal-content, .modal.modal-iframe--size-small .modal-content, .modal.modal-iframe--size-extra-small .modal-content, .modal.modal-project-tour--size-large .modal-content, .modal.modal-project-tour--size-default .modal-content, .modal.modal-project-tour--size-medium .modal-content, .modal.modal-project-tour--size-small .modal-content, .modal.modal-project-tour--size-extra-small .modal-content {
	padding: 0;
}.modal.modal-iframe--size-large .modal-content,.modal.modal-iframe--size-default .modal-content,.modal.modal-iframe--size-medium .modal-content,.modal.modal-iframe--size-small .modal-content,.modal.modal-iframe--size-extra-small .modal-content,.modal.modal-project-tour--size-large .modal-content,.modal.modal-project-tour--size-default .modal-content,.modal.modal-project-tour--size-medium .modal-content,.modal.modal-project-tour--size-small .modal-content,.modal.modal-project-tour--size-extra-small .modal-content{height:calc(100vh - 100px)}@media (min-width: 768px){.modal.modal-iframe--size-large .modal-content, .modal.modal-iframe--size-default .modal-content, .modal.modal-iframe--size-medium .modal-content, .modal.modal-iframe--size-small .modal-content, .modal.modal-iframe--size-extra-small .modal-content, .modal.modal-project-tour--size-large .modal-content, .modal.modal-project-tour--size-default .modal-content, .modal.modal-project-tour--size-medium .modal-content, .modal.modal-project-tour--size-small .modal-content, .modal.modal-project-tour--size-extra-small .modal-content {
		padding: 0;
	}}@media (min-width: 1280px){.modal.modal-iframe--size-large .modal-content, .modal.modal-iframe--size-default .modal-content, .modal.modal-iframe--size-medium .modal-content, .modal.modal-iframe--size-small .modal-content, .modal.modal-iframe--size-extra-small .modal-content, .modal.modal-project-tour--size-large .modal-content, .modal.modal-project-tour--size-default .modal-content, .modal.modal-project-tour--size-medium .modal-content, .modal.modal-project-tour--size-small .modal-content, .modal.modal-project-tour--size-extra-small .modal-content {
		padding: 0;
	}}.modal.modal-iframe--size-large .iframe-container, .modal.modal-iframe--size-default .iframe-container, .modal.modal-iframe--size-medium .iframe-container, .modal.modal-iframe--size-small .iframe-container, .modal.modal-iframe--size-extra-small .iframe-container, .modal.modal-project-tour--size-large .iframe-container, .modal.modal-project-tour--size-default .iframe-container, .modal.modal-project-tour--size-medium .iframe-container, .modal.modal-project-tour--size-small .iframe-container, .modal.modal-project-tour--size-extra-small .iframe-container {
	position: relative;
	height: 100%;
}.modal.modal-iframe--size-large .iframe-container .loading-spinner, .modal.modal-iframe--size-default .iframe-container .loading-spinner, .modal.modal-iframe--size-medium .iframe-container .loading-spinner, .modal.modal-iframe--size-small .iframe-container .loading-spinner, .modal.modal-iframe--size-extra-small .iframe-container .loading-spinner, .modal.modal-project-tour--size-large .iframe-container .loading-spinner, .modal.modal-project-tour--size-default .iframe-container .loading-spinner, .modal.modal-project-tour--size-medium .iframe-container .loading-spinner, .modal.modal-project-tour--size-small .iframe-container .loading-spinner, .modal.modal-project-tour--size-extra-small .iframe-container .loading-spinner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}.modal.modal-iframe .modal-container, .modal.modal-project-tour .modal-container {
	max-width: 1280px;
}.modal.modal-iframe .modal-content, .modal.modal-project-tour .modal-content {
	padding: 0;
}.modal.modal-iframe .modal-content,.modal.modal-project-tour .modal-content{height:calc(100vh - 100px)}@media (min-width: 768px){.modal.modal-iframe .modal-content, .modal.modal-project-tour .modal-content {
		padding: 0;
	}}@media (min-width: 1280px){.modal.modal-iframe .modal-content, .modal.modal-project-tour .modal-content {
		padding: 0;
	}}.modal.modal-iframe .iframe-container, .modal.modal-project-tour .iframe-container {
	position: relative;
	height: 100%;
}.modal.modal-iframe .iframe-container .loading-spinner, .modal.modal-project-tour .iframe-container .loading-spinner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}.modal.modal-project-tour {
	height: 100vh;
}@media (min-width: 1024px){.modal.modal-project-tour {
		height: 100%;
	}}.modal.modal-project-tour .modal-close {
	display: none;
}.modal.modal-project-tour .modal-content-section{height:calc(100% - 50px)}.modal.modal-project-tour .modal-content {
	height: 100vh;
	width: 100vw;max-height:-webkit-fill-available;
}@media (min-width: 1024px){.modal.modal-project-tour .modal-content{height:calc(100vh - 100px);max-width:1280px}}.modal.modal-project-tour .modal-content .modal-close {
	margin: 0;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1rem;
}.modal.modal-project-tour .modal-content .modal-close svg {
	margin-right: 0.75rem;
}.modal.modal-project-tour .modal-container{max-height:100vh}@media (min-width: 1024px){.modal.modal-project-tour .modal-container {
		height: auto;
	}.modal.modal-project-tour .modal-container{max-height:calc(100% - 100px)}}.modal.modal-gallery .modal-container{max-width:calc(100% - 40px);max-height:calc(100% - 40px);min-height:calc(100% - 40px);height:calc(100% - 40px)}.modal.modal-gallery .modal-container>.modal-close {
	display: none;
}.modal.modal-gallery .modal-enabled--inline-content {
	height: 100%;
	padding-top: 0;
}.modal.modal-gallery .modal-enabled--inline-content>div {
	height: 100%;
}.modal.modal-gallery .modal-content {
	height: 100%;
	padding-left: 0;
	padding-right: 0;
}.modal.modal-gallery .modal-content .modal-close {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	--tw-bg-opacity: 1;
	background-color: rgba(237, 239, 241, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));height:35px;
}@media (min-width: 1280px){.modal.modal-gallery .modal-content .modal-close {
		height: 3.75rem;
	}}.modal.modal-gallery .modal-content .modal-close:before {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 1rem;content:"Zurück zur Website";
}.modal.modal-gallery .modal-content .modal-close svg {
	margin-right: 1.25rem;
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
}.modal.modal-gallery .modal-content .slider-swiper {
	height: 100%;
}.modal.modal-gallery .modal-content .swiper-container {
	margin-bottom: 0;
	height: 100%;
	padding-bottom: 0;
}.modal.modal-gallery .modal-content .swiper-slide {
	padding-bottom: 0;height:100% !important;
}.modal.modal-gallery .modal-content .swiper-pagination-bullets{bottom:-15px}@media (min-width: 1024px){.modal.modal-gallery .modal-content .swiper-pagination-bullets{bottom:-30px}}.modal.modal-gallery .modal-content .swiper-button-prev,.modal.modal-gallery .modal-content .swiper-button-next{top:calc(50% - 17.5px);bottom:inherit}@media (max-width: 1023px){.modal.modal-gallery .modal-content .swiper-button-prev, .modal.modal-gallery .modal-content .swiper-button-next {
		display: none;
	}}.modal.modal-gallery .modal-content figure {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}.modal.modal-gallery .modal-content .content-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}.modal.modal-gallery .modal-content .content-img img {
	margin: auto;
	height: 100%;
	width: 100%;
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
	-o-object-fit: contain;
	   object-fit: contain;
}.modal.modal-gallery .modal-content figcaption {
	margin-bottom: 0.938rem;
	padding-left: 1.25rem;
}.modal.modal-gallery .zoom-hint--mobile {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 6.563rem;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 1.875rem;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding-left: 0.3125rem;
	padding-right: 0.3125rem;
	font-size: 0.875rem;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
	--tw-shadow: 0px 7px 20px rgba(60, 60, 60, 0.15);
	-webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);bottom:80px;left:calc(50% - 52.5px);-webkit-animation:fadeOut .5s 3s forwards linear;animation:fadeOut .5s 3s forwards linear;
}@media (min-width: 1024px){.modal.modal-gallery .zoom-hint--mobile {
		display: none;
	}}.modal.modal-gallery .zoom-hint--mobile.js--hidden {
	display: none;
}@keyframes fadeOut{0% {
		opacity: 1;
	}100% {
		opacity: 0;
	}}.modal .modal-container {
	height: auto;max-height:calc(100% - 100px);
}.modal .modal-content {
	padding-left: 0.938rem;
	padding-right: 0.938rem;
	padding-top: 1.875rem;
	padding-bottom: 1.875rem;
}@media (min-width: 768px){.modal .modal-content {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}.modal .modal-content {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}}@media (min-width: 1280px){.modal .modal-content {
		padding-left: 3.75rem;
		padding-right: 3.75rem;
	}.modal .modal-content {
		padding-top: 3.75rem;
		padding-bottom: 3.75rem;
	}}html[lang=en] .modal.modal-gallery .modal-content .modal-close:before{content:"Back to website"}.handorgel {
	margin-bottom: 0.3125rem;
}.handorgel .section.light {
	background-color: transparent;
}.handorgel__header {
	border-width: 0px;
	padding: 0;
}.handorgel__header .handorgel__header__button {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	padding-top: 1.563rem;
	padding-bottom: 1.563rem;
	font-family: Walsheim, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: .02em;
}@media (min-width: 1024px){.handorgel__header .handorgel__header__button {
		font-size: 1.25rem;
	}}.handorgel__header.handorgel__header--opened .svg-embedded{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.handorgel__header .svg-embedded{-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:all .1s linear;transition:all .1s linear}.handorgel__content .handorgel__content__inner {
	padding: 2.5rem;
}.btn {
	font-family: Walsheim, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: 400;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;
}.btn span {
	font-size: 1rem;
	line-height: 1.5;
}@media (min-width: 1024px){.btn span {
		font-size: 1.125rem;
	}}.btn.primary {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.btn.primary:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(55, 85, 105, var(--tw-bg-opacity));
}.btn.primary.disabled {
	--tw-bg-opacity: 1;
	background-color: rgba(188, 197, 203, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.btn.primary-sales {
	--tw-bg-opacity: 1;
	background-color: rgba(228, 232, 76, var(--tw-bg-opacity));
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}@media (min-width: 768px){.btn.primary-sales {
		padding-left: 3.75rem;
		padding-right: 3.75rem;
	}.btn.primary-sales {
		padding-top: 1.875rem;
		padding-bottom: 1.875rem;
	}}.btn.primary-sales:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(55, 85, 105, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.btn.primary-sales.disabled {
	--tw-bg-opacity: 1;
	background-color: rgba(188, 197, 203, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.btn.secondary {
	border-radius: 1.25rem;
	border-style: none;
	--tw-bg-opacity: 1;
	background-color: rgba(237, 239, 241, var(--tw-bg-opacity));
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;
}@media (min-width: 768px){.btn.secondary {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}.btn.secondary {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}}.btn.secondary span {
	font-size: 0.75rem;
}@media (min-width: 1024px){.btn.secondary span {
		font-size: 1rem;
	}}.btn.secondary:hover {
	border-style: none;
	--tw-bg-opacity: 1;
	background-color: rgba(55, 85, 105, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.btn.secondary.disabled {
	--tw-bg-opacity: 1;
	background-color: rgba(188, 197, 203, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.btn.secondary-action {
	border-radius: 1.25rem;
	border-style: none;
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;
}@media (min-width: 768px){.btn.secondary-action {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}.btn.secondary-action {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}}.btn.secondary-action span {
	font-size: 0.75rem;
}@media (min-width: 1024px){.btn.secondary-action span {
		font-size: 1rem;
	}}.btn.secondary-action:hover {
	border-style: none;
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.btn.secondary-action.disabled {
	--tw-bg-opacity: 1;
	background-color: rgba(188, 197, 203, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.btn.text-link {
	padding-bottom: 0.625rem;
	font-size: 1rem;border-bottom:1.5px solid #000;
}.btn.text-link:hover{border-bottom:1.5px solid #8E9DA7}.btn.text-link.disabled {
	--tw-text-opacity: 1;
	color: rgba(188, 197, 203, var(--tw-text-opacity));border-bottom:1.5px solid #BCC5CB;
}.btn.text-link.icon-left, .btn.text-link.icon-right {
	padding-bottom: 0.625rem;
}.btn.text-link.icon-left,.btn.text-link.icon-right{border-style:inherit}.btn.text-link.icon-left:hover,.btn.text-link.icon-right:hover{border-style:inherit}.btn.only-text {
	padding: 0;
	font-size: 0.875rem;
	--tw-text-opacity: 1;
	color: rgba(55, 85, 105, var(--tw-text-opacity));
}.btn.only-text:hover {
	--tw-text-opacity: 1;
	color: rgba(142, 157, 167, var(--tw-text-opacity));
}.btn.tour {
	border-radius: 1.25rem;
	--tw-bg-opacity: 1;
	background-color: rgba(237, 239, 241, var(--tw-bg-opacity));
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	font-size: 0.875rem;
	font-size: 1rem;
}.btn.tour .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}.btn.tour span .icon{margin-right:8px}.columns {
	margin-bottom: 0;
	display: grid;
	-webkit-column-gap: 0;
	   -moz-column-gap: 0;
	        column-gap: 0;
	row-gap: 0;
}.columns.spacing-none {
	padding: 0;
}.columns.spacing-left {
	padding-left: 0.938rem;
	padding-right: 0.938rem;
}@media (min-width: 1280px){.columns.spacing-left {
		padding-left: 3.75rem;
	}.columns.spacing-left {
		padding-right: 0;
	}}.columns.spacing-right {
	padding-left: 0.938rem;
	padding-right: 0.938rem;
}@media (min-width: 1280px){.columns.spacing-right {
		padding-right: 3.75rem;
	}.columns.spacing-right {
		padding-left: 0;
	}}@media (min-width: 1024px){.columns.content-position-top .column {
		-ms-flex-item-align: start;
		    align-self: flex-start;
	}}.columns.content-position-center .column {
	-ms-flex-item-align: center;
	    align-self: center;
}.columns.content-position-bottom .column {
	-ms-flex-item-align: end;
	    align-self: flex-end;
}.columns.cols-2.layout-70-30 .column:first-child {
	grid-column: span 1 / span 1;
}@media (min-width: 1024px){.columns.cols-2.layout-70-30 .column:first-child {
		grid-column: span 2 / span 2;
	}}.columns.cols-2.layout-70-30 .column {
	grid-column: span 1 / span 1;
}.columns.cols-2.layout-30-70 .column:first-child {
	grid-column: span 1 / span 1;
}.columns.cols-2.layout-30-70 .column {
	grid-column: span 1 / span 1;
}@media (min-width: 1024px){.columns.cols-2.layout-30-70 .column {
		grid-column: span 2 / span 2;
	}.columns.cols-3.layout-25-50-25 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}}.columns.cols-3.layout-25-50-25 .column:first-child {
	grid-column: span 1 / span 1;
}.columns.cols-3.layout-25-50-25 .column:nth-child(2) {
	grid-column: span 1 / span 1;
}@media (min-width: 1024px){.columns.cols-3.layout-25-50-25 .column:nth-child(2) {
		grid-column: span 2 / span 2;
	}}.columns.cols-3.layout-25-50-25 .column:nth-child(3) {
	grid-column: span 1 / span 1;
}.columns.cols-3.layout-25-50-25 .column {
	grid-column: span 1 / span 1;
}@media (min-width: 1024px){.columns.cols-3.layout-50-25-25 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}}.columns.cols-3.layout-50-25-25 .column:first-child {
	grid-column: span 1 / span 1;
}@media (min-width: 1024px){.columns.cols-3.layout-50-25-25 .column:first-child {
		grid-column: span 2 / span 2;
	}}.columns.cols-3.layout-50-25-25 .column:nth-child(2) {
	grid-column: span 1 / span 1;
}.columns.cols-3.layout-50-25-25 .column:nth-child(3) {
	grid-column: span 1 / span 1;
}.columns.cols-3.layout-50-25-25 .column {
	grid-column: span 1 / span 1;
}@media (min-width: 1024px){.columns.cols-3.layout-25-25-50 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}}.columns.cols-3.layout-25-25-50 .column:first-child {
	grid-column: span 1 / span 1;
}.columns.cols-3.layout-25-25-50 .column:nth-child(2) {
	grid-column: span 1 / span 1;
}.columns.cols-3.layout-25-25-50 .column:nth-child(3) {
	grid-column: span 1 / span 1;
}@media (min-width: 1024px){.columns.cols-3.layout-25-25-50 .column:nth-child(3) {
		grid-column: span 2 / span 2;
	}}.columns.cols-3.layout-25-25-50 .column {
	grid-column: span 1 / span 1;
}.home.root-page .hero.cover-fullscreen{height:100vh}.home.root-page .hero.cover-fullscreen:first-child {
	padding-top: 0;
}.home.root-page .hero.cover-fullscreen .hero--image img{height:100vh}.hero.cover-fullscreen{height:calc(100vh - 105px)}.hero.cover-fullscreen:first-child {
	padding-top: 0;
}.hero.cover-fullscreen .hero--image img{height:calc(100vh - 105px)}.hero .hero-image-overlay{background:rgba(47,47,47,.5);mix-blend-mode:multiply;opacity:.8}.hero .video-plyr.js-controls-hidden .plyr__controls{display:none}.hero .video-plyr.js-controls-hidden .plyr__control{display:none}.hero .video-plyr .plyr__video-embed__container {
	height: 100%;
	min-height: 100vh;-webkit-transform:translateY(0) !important;transform:translateY(0) !important;position:inherit;padding-bottom:inherit !important;
}.hero .video-plyr .plyr__video-wrapper iframe{min-height:calc(100vh + 50px)}.hero .video-plyr .plyr__poster {
	background-size: cover;
}.hero .hero-scroll-down {
	padding-bottom: 5.625rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}@media (min-width: 768px){.hero .hero-scroll-down {
		padding-bottom: 1.875rem;
	}}.hero .hero-scroll-down span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
	padding: 0.3125rem;
}.hero .hero-scroll-down span svg {
	margin-top: 0;
	height: 1.5rem;
	width: 1.5rem;
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
}.hero .hero-container{text-align:inherit}.hero .hero-container p{text-align:inherit;margin-bottom:inherit}.icon-link--card {
	margin-bottom: 1.875rem;
}@media (min-width: 768px){.icon-link--card {
		margin-bottom: 3.75rem;
	}}.icon-link--card.icon-style-circle .icon-link--icon {
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
	padding: 0.938rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.icon-link--card.icon-style-circle .icon-link--icon .icon-link--icon {
	margin-bottom: 1.25rem;
}.icon-link--card.vertical {
	text-align: left;
}.icon-link--card.horizontal.icon-style-circle .icon-link--text {
	margin-top: 0.938rem;
}.icon-link--card .icon-link--text .heading-6 {
	margin-bottom: 1.25rem;
	font-weight: 500;
}.icon-link.icon-style-circle .icon-link--icon {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.section.dark .icon-link.icon-style-circle .icon-link--icon {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}figure {
	position: relative;
}figure a {
	display: block;
}figure.position-y-top .corner-image--wrapper {
	top: -3.125rem;
}@media (min-width: 1280px){figure.position-y-top .corner-image--wrapper {
		top: -6.25rem;
	}}figure.position-y-center .corner-image--wrapper{top:calc(50% - 50px)}@media (min-width: 1280px){figure.position-y-center .corner-image--wrapper{top:calc(50% - 100px)}}figure.position-y-bottom .corner-image--wrapper {
	bottom: -3.125rem;
}@media (min-width: 1280px){figure.position-y-bottom .corner-image--wrapper {
		bottom: -6.25rem;
	}}figure.position-x-left .corner-image--wrapper {
	left: 0;
}@media (min-width: 1280px){figure.position-x-left .corner-image--wrapper {
		left: -6.25rem;
	}}figure.position-x-center .corner-image--wrapper{left:calc(50% - 50px)}@media (min-width: 1280px){figure.position-x-center .corner-image--wrapper{left:calc(50% - 100px)}}figure.position-x-right .corner-image--wrapper {
	right: 0;
}@media (min-width: 1280px){figure.position-x-right .corner-image--wrapper {
		right: -6.25rem;
	}}figure .corner-image--wrapper {
	position: absolute;
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 6.25rem;
	width: 6.25rem;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	overflow: hidden;
}@media (min-width: 1280px){figure .corner-image--wrapper {
		height: 12.5rem;
	}figure .corner-image--wrapper {
		width: 12.5rem;
	}}.image-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 1.875rem;
}.image-area figure {
	margin-bottom: 1.875rem;
}.project-tour-section .hero-container {
	text-align: center;
}.project-tour-section .hero-image-overlay {
	opacity: 0;opacity:0 !important;-webkit-transition:all .4s ease-in;transition:all .4s ease-in;background:rgba(47,47,47,.5) !important;
}@media(hover: hover){.project-tour-section:hover .hero-image-overlay {
		opacity: .8;
	}.project-tour-section:hover .hero-image-overlay{opacity:.8 !important}}.quote {
	position: relative;
	padding-top: 3.125rem;
}@media (min-width: 1024px){.quote {
		padding-top: 6.25rem;
	}}.quote.padding-none {
	padding-top: 0;
}.quote .quote-item {
	position: absolute;
	top: 1rem;
	left: -1rem;
	z-index: 10;
	height: 6.25rem;
	width: 6.25rem;
}@media (min-width: 640px){.quote .quote-item {
		left: 2.5vw;
	}}@media (min-width: 1024px){.quote .quote-item {
		top: 0;
	}.quote .quote-item {
		left: -6.25rem;
	}.quote .quote-item {
		height: 12.5rem;
	}.quote .quote-item {
		width: 12.5rem;
	}}.quote .quote-item .quote-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;max-width:inherit;
}.quote .quote-text {
	position: relative;
	z-index: 10;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	font-family: Walsheim, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.625rem;
	font-weight: 400;
	text-transform: none;
	line-height: 1.25;
}@media (min-width: 1024px){.quote .quote-text {
		margin-left: unset;
		margin-right: unset;
	}.quote .quote-text {
		width: auto;
	}.quote .quote-text {
		font-size: 2rem;
	}}.quote .quote-text strong {
	font-weight: 500;
}.quote .quote-text u {
	position: relative;
	overflow-x: hidden;
	text-decoration: none;background-image:-webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)),-webkit-gradient(linear, left top, left bottom, from(#000), to(#000));background-image:linear-gradient(transparent, transparent),linear-gradient(#000, #000);background-size:100% 2px,0 2px;background-position:100% 100%,0 100%;background-repeat:no-repeat;-webkit-transition:background-size 1500ms 500ms ease-in-out;transition:background-size 1500ms 500ms ease-in-out;
}.quote .quote-text u.js--show-underline{background-size:0 2px,100% 2px}.dark .quote .quote-text u{background-image:-webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)),-webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));background-image:linear-gradient(transparent, transparent),linear-gradient(#fff, #fff)}@media (min-width: 1024px){.section.width-small .container {
		max-width: 66.375rem;
	}}@media (max-width: 1023px){.section.mobile--pl-0 {
		padding-left: 0;
	}.section.mobile--pr-0 {
		padding-right: 0;
	}}.section.spacing-small {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}@media (min-width: 1024px){.section.spacing-small {
		padding-top: 1.875rem;
		padding-bottom: 1.875rem;
	}}.section.spacing-small-only-top {
	padding-top: 1.25rem;
}@media (min-width: 1024px){.section.spacing-small-only-top {
		padding-top: 1.875rem;
	}}.section.spacing-small-only-bottom {
	padding-bottom: 1.25rem;
}@media (min-width: 1024px){.section.spacing-small-only-bottom {
		padding-bottom: 1.875rem;
	}}.section.spacing-medium {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}@media (min-width: 1024px){.section.spacing-medium {
		padding-top: 3.75rem;
		padding-bottom: 3.75rem;
	}}.section.spacing-medium-only-top {
	padding-top: 2.5rem;
}@media (min-width: 1024px){.section.spacing-medium-only-top {
		padding-top: 3.75rem;
	}}.section.spacing-medium-only-bottom {
	padding-bottom: 2.5rem;
}@media (min-width: 1024px){.section.spacing-medium-only-bottom {
		padding-bottom: 3.75rem;
	}}.section.spacing-large {
	padding-top: 5rem;
	padding-bottom: 5rem;
}@media (min-width: 1024px){.section.spacing-large {
		padding-top: 7.5rem;
		padding-bottom: 7.5rem;
	}}.section.spacing-large-only-top {
	padding-top: 5rem;
}@media (min-width: 1024px){.section.spacing-large-only-top {
		padding-top: 7.5rem;
	}}.section.spacing-large-only-bottom {
	padding-bottom: 5rem;
}@media (min-width: 1024px){.section.spacing-large-only-bottom {
		padding-bottom: 7.5rem;
	}}.section .section-image.overlay-color-black:before {
	display: block;background:rgba(47,47,47,.7);mix-blend-mode:multiply;
}.section.dark {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.section.dark.spacing-small-only-top, .section.dark.spacing-small-only-bottom, .section.dark.spacing-medium-only-top, .section.dark.spacing-medium-only-bottom, .section.dark.spacing-large-only-top, .section.dark.spacing-large-only-bottom {
	overflow: hidden;
}.section.dark .btn.primary {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}.section.dark .btn.primary:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(55, 85, 105, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}.section.gray, .section.light {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}.section.gray .hero .hero-image-overlay, .section.light .hero .hero-image-overlay {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	opacity: .5;
}.section.gray .hero .hero-image-overlay,.section.light .hero .hero-image-overlay{mix-blend-mode:normal}.section.gray {
	--tw-bg-opacity: 1;
	background-color: rgba(237, 239, 241, var(--tw-bg-opacity));
}.section.gray.spacing-small-only-top, .section.gray.spacing-small-only-bottom, .section.gray.spacing-medium-only-top, .section.gray.spacing-medium-only-bottom, .section.gray.spacing-large-only-top, .section.gray.spacing-large-only-bottom {
	overflow: hidden;
}.section[style*=background-color].spacing-small-only-top, .section[style*=background-color].spacing-small-only-bottom, .section[style*=background-color].spacing-medium-only-top, .section[style*=background-color].spacing-medium-only-bottom, .section[style*=background-color].spacing-large-only-top, .section[style*=background-color].spacing-large-only-bottom {
	overflow: hidden;
}.share__wrapper {
	width: 100%;
}.share__wrapper-list {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}.share__wrapper .share__wrapper-list-item {
	height: 3.125rem;
	width: 3.125rem;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
	background-position: center;
	background-repeat: no-repeat;
}.share__wrapper .share__wrapper-list-item a {
	height: 3.125rem;
	width: 3.125rem;
}.share__wrapper .share__wrapper-list-item.whatsapp{background-image:url(/_Resources/Static/Packages/BauwerkCapital.Website/InternalImages/icon-whatsapp-white.svg)}.share__wrapper .share__wrapper-list-item.mail{background-image:url(/_Resources/Static/Packages/BauwerkCapital.Website/InternalImages/icon-mail-white.svg)}.share__wrapper .share__wrapper-list-item.copy-link{background-image:url(/_Resources/Static/Packages/BauwerkCapital.Website/InternalImages/icon-external-link-white.svg)}.share__wrapper .share__wrapper-list-item.copy-link .tooltip{top:55px;left:calc(50% - 40px)}.text-with-image.layout-even .text-with-image--wrapper {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 0;
}@media (min-width: 1024px){.text-with-image.layout-even .text-with-image--wrapper {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}}.text-with-image.layout-even .text-with-image--wrapper .text-with-image--text {
	grid-column: span 1 / span 1;
}.text-with-image.layout-even .text-with-image--wrapper .text-with-image--image {
	grid-column: span 1 / span 1;
}.text-with-image.layout-70-30 .text-with-image--wrapper {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 0;
}@media (min-width: 1024px){.text-with-image.layout-70-30 .text-with-image--wrapper {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}}.text-with-image.layout-70-30 .text-with-image--wrapper .text-with-image--text {
	grid-column: span 2 / span 2;
}.text-with-image.layout-70-30 .text-with-image--wrapper .text-with-image--image {
	grid-column: span 1 / span 1;
}.text-with-image.layout-30-70 .text-with-image--wrapper {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 0;
}@media (min-width: 1024px){.text-with-image.layout-30-70 .text-with-image--wrapper {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}}.text-with-image.layout-30-70 .text-with-image--wrapper .text-with-image--text {
	grid-column: span 1 / span 1;
}.text-with-image.layout-30-70 .text-with-image--wrapper .text-with-image--image {
	grid-column: span 2 / span 2;
}.text-with-image.image-left .text-with-image--image {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}.text-with-image.image-left .text-with-image--text {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	padding-left: 0;
	padding-right: 0;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}@media (min-width: 1024px){.text-with-image.image-left .text-with-image--text {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}.text-with-image.image-left .text-with-image--text {
		padding-top: 0;
		padding-bottom: 0;
	}.text-with-image.image-left .text-with-image--text {
		padding-left: 3.75rem;
	}}@media (min-width: 1280px){.text-with-image.image-left .text-with-image--text {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}.text-with-image.image-left .text-with-image--text {
		padding-top: 0;
		padding-bottom: 0;
	}.text-with-image.image-left .text-with-image--text {
		padding-left: 3.75rem;
	}}.text-with-image.image-right .text-with-image--image {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}@media (min-width: 1024px){.text-with-image.image-right .text-with-image--image {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}}.text-with-image.image-right .text-with-image--text {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	padding-left: 0;
	padding-right: 0;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}@media (min-width: 1024px){.text-with-image.image-right .text-with-image--text {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}.text-with-image.image-right .text-with-image--text {
		padding-top: 0;
		padding-bottom: 0;
	}.text-with-image.image-right .text-with-image--text {
		padding-right: 3.75rem;
	}}@media (min-width: 1280px){.text-with-image.image-right .text-with-image--text {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}.text-with-image.image-right .text-with-image--text {
		padding-top: 0;
		padding-bottom: 0;
	}.text-with-image.image-right .text-with-image--text {
		padding-right: 3.75rem;
	}}.text-with-image .text-with-image--wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}.text-with-image .text-with-image--image {
	position: relative;
}.text-with-image .text-with-image--image figure, .text-with-image .text-with-image--image figure>div {
	height: auto;
	width: 100%;
}.text-with-image .text-with-image--image figure img, .text-with-image .text-with-image--image figure>div img {
	height: auto;
	width: 100%;
}.text-with-image .text-with-image--image .corner-image--wrapper {
	position: absolute;
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 6.25rem;
	width: 6.25rem;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	overflow: hidden;
}@media (min-width: 1280px){.text-with-image .text-with-image--image .corner-image--wrapper {
		height: 12.5rem;
	}.text-with-image .text-with-image--image .corner-image--wrapper {
		width: 12.5rem;
	}}.text-with-image .text-with-image--image.position-y-top .corner-image--wrapper {
	top: -3.125rem;
}@media (min-width: 1280px){.text-with-image .text-with-image--image.position-y-top .corner-image--wrapper {
		top: -6.25rem;
	}}.text-with-image .text-with-image--image.position-y-center .corner-image--wrapper{top:calc(50% - 50px)}@media (min-width: 1280px){.text-with-image .text-with-image--image.position-y-center .corner-image--wrapper{top:calc(50% - 100px)}}.text-with-image .text-with-image--image.position-y-bottom .corner-image--wrapper {
	bottom: -3.125rem;
}@media (min-width: 1280px){.text-with-image .text-with-image--image.position-y-bottom .corner-image--wrapper {
		bottom: -6.25rem;
	}}.text-with-image .text-with-image--image.position-x-left .corner-image--wrapper {
	left: 0;
}@media (min-width: 1280px){.text-with-image .text-with-image--image.position-x-left .corner-image--wrapper {
		left: -6.25rem;
	}}.text-with-image .text-with-image--image.position-x-center .corner-image--wrapper{left:calc(50% - 50px)}@media (min-width: 1280px){.text-with-image .text-with-image--image.position-x-center .corner-image--wrapper{left:calc(50% - 100px)}}.text-with-image .text-with-image--image.position-x-right .corner-image--wrapper {
	right: 0;
}@media (min-width: 1280px){.text-with-image .text-with-image--image.position-x-right .corner-image--wrapper {
		right: -6.25rem;
	}}.text-with-image .text-with-image--image.position-y-top .corner-image--wrapper {
	top: -3.125rem;
}@media (min-width: 1280px){.text-with-image .text-with-image--image.position-y-top .corner-image--wrapper {
		top: -6.25rem;
	}}.text-with-image .text-with-image--image.position-y-center .corner-image--wrapper{top:calc(50% - 50px)}@media (min-width: 1280px){.text-with-image .text-with-image--image.position-y-center .corner-image--wrapper{top:calc(50% - 100px)}}.text-with-image .text-with-image--image.position-y-bottom .corner-image--wrapper {
	bottom: -3.125rem;
}@media (min-width: 1280px){.text-with-image .text-with-image--image.position-y-bottom .corner-image--wrapper {
		bottom: -6.25rem;
	}}.text-with-image .text-with-image--image.position-x-left .corner-image--wrapper {
	left: 0;
}@media (min-width: 1280px){.text-with-image .text-with-image--image.position-x-left .corner-image--wrapper {
		left: -6.25rem;
	}}.text-with-image .text-with-image--image.position-x-center .corner-image--wrapper{left:calc(50% - 50px)}@media (min-width: 1280px){.text-with-image .text-with-image--image.position-x-center .corner-image--wrapper{left:calc(50% - 100px)}}.text-with-image .text-with-image--image.position-x-right .corner-image--wrapper {
	right: 0;
}@media (min-width: 1280px){.text-with-image .text-with-image--image.position-x-right .corner-image--wrapper {
		right: -6.25rem;
	}}.section.width-full .swiper-thumbs-container {
	padding-left: 0;
	padding-right: 0;
}.slider-swiper .swiper-container {
	margin-bottom: 1.875rem;
	padding-bottom: 1.875rem;
}.slider-swiper .swiper-container .swiper-slide-indicator-pill {
	position: absolute;
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));top:10px;right:calc(15% + 10px);z-index:2;
}@media (min-width: 1024px){.slider-swiper .swiper-container .swiper-slide-indicator-pill {
		display: none;
	}}.slider-swiper.slider-type-project .swiper-container {
	margin-bottom: 0;
	padding-bottom: 0;
}.slider-swiper.preset-default .swiper-slide {
	padding-bottom: 1.875rem;
}.slider-swiper.preset-default .swiper-container {
	margin-bottom: 1.875rem;
	padding-bottom: 1.875rem;
}.slider-swiper.preset-default .content-img{min-height:auto}@media (min-width: 768px){.slider-swiper.preset-default .content-img{min-height:auto}}.slider-swiper.preset-default .content-img img {
	position: relative;
	height: auto;
	width: 100%;
	max-width: 100%;-o-object-fit:inherit;object-fit:inherit;
}.slider-swiper.preset-default .text-with-image, .slider-swiper.preset-default .columns {
	padding-left: 1.25rem;
}@media (min-width: 1024px){.slider-swiper.preset-default .text-with-image, .slider-swiper.preset-default .columns {
		padding-left: 5rem;
		padding-right: 5rem;
	}}.slider-swiper.preset-modalGallery .swiper-slide-indicator-pill{top:10px;right:10px}.slider-swiper.preset-projectSmall .swiper-slide-indicator-pill,.slider-swiper.preset-projectDefault .swiper-slide-indicator-pill{top:20px;right:calc(15% + 20px)}.slider-swiper.preset-imageZoom .swiper-slide {
	overflow: hidden;
}.slider-swiper.preset-imageZoom .swiper-slide-active:hover{cursor:url(/_Resources/Static/Packages/BauwerkCapital.Website/InternalImages/zoom-cursor-in.svg) 25 25,auto}.slider-swiper.preset-imageZoom .swiper-slide-active.swiper-slide-zoomed:hover{cursor:url(/_Resources/Static/Packages/BauwerkCapital.Website/InternalImages/zoom-cursor-out.svg) 25 25,auto}@media (min-width: 1024px){.slider-swiper.preset-columnSlider .swiper-pagination {
		display: none;
	}}.slider-swiper.navigation-position-center .swiper-button-next,.slider-swiper.navigation-position-center .swiper-button-prev{top:inherit;bottom:-10px}@media (min-width: 1024px){.slider-swiper.navigation-position-center .swiper-button-next,.slider-swiper.navigation-position-center .swiper-button-prev{top:calc(50% - 25px);bottom:inherit}}.slider-swiper.navigation-position-top .swiper-button-next,.slider-swiper.navigation-position-top .swiper-button-prev{top:inherit;bottom:-10px}@media (min-width: 1024px){.slider-swiper.navigation-position-top .swiper-button-next,.slider-swiper.navigation-position-top .swiper-button-prev{top:22px;bottom:inherit}}.slider-swiper.navigation-position-bottom .swiper-button-next,.slider-swiper.navigation-position-bottom .swiper-button-prev{top:inherit;bottom:-10px}@media (min-width: 1024px){.slider-swiper.navigation-position-bottom .swiper-button-next,.slider-swiper.navigation-position-bottom .swiper-button-prev{bottom:-10px;top:inherit}}.slider-swiper.pagination-disabled .swiper-container {
	margin-bottom: 1.875rem;
	padding-bottom: 0;
}.slider-swiper .swiper-button-next {
	right: 0.938rem;
	border-radius: 9999px;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));width:35px;height:35px;bottom:-10px;top:inherit;background:#000;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;
}@media (min-width: 1024px){.slider-swiper .swiper-button-next {
		height: 3.125rem;
	}.slider-swiper .swiper-button-next {
		width: 3.125rem;
	}.slider-swiper .swiper-button-next{top:calc(50% - 25px);bottom:inherit}}.slider-swiper .swiper-button-next:hover{background:rgba(0,0,0,.6);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.slider-swiper .swiper-button-next.swiper-button-disabled {
	display: none;
}.slider-swiper .swiper-button-prev {
	left: 0.938rem;
	border-radius: 9999px;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));width:35px;height:35px;bottom:-10px;top:inherit;background:#000;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;
}@media (min-width: 1024px){.slider-swiper .swiper-button-prev {
		height: 3.125rem;
	}.slider-swiper .swiper-button-prev {
		width: 3.125rem;
	}.slider-swiper .swiper-button-prev{top:calc(50% - 25px);bottom:inherit}}.slider-swiper .swiper-button-prev:hover{background:rgba(0,0,0,.6);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.slider-swiper .swiper-button-prev.swiper-button-disabled {
	display: none;
}@supports not (((-webkit-backdrop-filter: none) or (backdrop-filter: none)) or (-webkit-backdrop-filter: none)){.slider-swiper .swiper-button-next,.slider-swiper .swiper-button-prev{overflow:hidden}.slider-swiper .swiper-button-next::before, .slider-swiper .swiper-button-prev::before {
		position: absolute;
	}.slider-swiper .swiper-button-next::before, .slider-swiper .swiper-button-prev::before {
		top: 0;
	}.slider-swiper .swiper-button-next::before, .slider-swiper .swiper-button-prev::before {
		left: 0;
	}.slider-swiper .swiper-button-next::before, .slider-swiper .swiper-button-prev::before {
		height: 100%;
	}.slider-swiper .swiper-button-next::before, .slider-swiper .swiper-button-prev::before {
		width: 100%;
	}.slider-swiper .swiper-button-next::before, .slider-swiper .swiper-button-prev::before {
		border-radius: 9999px;
	}.slider-swiper .swiper-button-next::before,.slider-swiper .swiper-button-prev::before{content:"";-webkit-filter:blur(10px);filter:blur(10px);background:rgba(0,0,0,.6);z-index:-1}}.slider-swiper .swiper-pagination-bullets{padding-left:55px;padding-right:55px}@media (min-width: 1024px){.slider-swiper .swiper-pagination-bullets {
		padding-top: 0;
		padding-bottom: 0;
	}}.slider-swiper .swiper-pagination-bullets>.swiper-pagination-bullet:only-child {
	display: none;
}.slider-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
	margin-left: 0.3125rem !important;
	margin-right: 0.3125rem !important;
	--tw-bg-opacity: 1 !important;
	background-color: rgba(188, 197, 203, var(--tw-bg-opacity)) !important;
}@media (min-width: 1024px){.slider-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
		margin-left: 0.938rem;
		margin-right: 0.938rem;
	}}.slider-swiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
}.slider-swiper .swiper-pagination-bullets-dynamic {
	padding: 0 !important;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap;
}.slider-swiper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s transform,.2s left;transition:.2s transform,.2s left}.slider-swiper .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);transform:scale(1)}@media (max-width: 1023px){.slider-swiper.slider-type-blog .swiper-slide-active,.slider-swiper.slider-type-blog .swiper-slide-next,.slider-swiper.slider-type-project .swiper-slide-active,.slider-swiper.slider-type-project .swiper-slide-next,.slider-swiper.slider-type-slider.preset-default .swiper-slide-active,.slider-swiper.slider-type-slider.preset-default .swiper-slide-next,.slider-swiper.slider-type-slider.preset-offsetBeforeCards .swiper-slide-active,.slider-swiper.slider-type-slider.preset-offsetBeforeCards .swiper-slide-next,.slider-swiper.slider-type-slider.preset-columnSlider .swiper-slide-active,.slider-swiper.slider-type-slider.preset-columnSlider .swiper-slide-next{width:85% !important;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.slider-swiper.slider-type-blog .swiper-slide-next, .slider-swiper.slider-type-project .swiper-slide-next, .slider-swiper.slider-type-slider.preset-default .swiper-slide-next, .slider-swiper.slider-type-slider.preset-offsetBeforeCards .swiper-slide-next, .slider-swiper.slider-type-slider.preset-columnSlider .swiper-slide-next {
		opacity: .4;
	}.slider-swiper.slider-type-blog .swiper-slide-prev, .slider-swiper.slider-type-project .swiper-slide-prev, .slider-swiper.slider-type-slider.preset-default .swiper-slide-prev, .slider-swiper.slider-type-slider.preset-offsetBeforeCards .swiper-slide-prev, .slider-swiper.slider-type-slider.preset-columnSlider .swiper-slide-prev {
		opacity: 0;
	}.slider-swiper.slider-type-blog .swiper-button-next, .slider-swiper.slider-type-blog .swiper-button-prev, .slider-swiper.slider-type-project .swiper-button-next, .slider-swiper.slider-type-project .swiper-button-prev, .slider-swiper.slider-type-slider.preset-default .swiper-button-next, .slider-swiper.slider-type-slider.preset-default .swiper-button-prev, .slider-swiper.slider-type-slider.preset-offsetBeforeCards .swiper-button-next, .slider-swiper.slider-type-slider.preset-offsetBeforeCards .swiper-button-prev, .slider-swiper.slider-type-slider.preset-columnSlider .swiper-button-next, .slider-swiper.slider-type-slider.preset-columnSlider .swiper-button-prev {
		display: none;
	}}.slider-swiper.slider-type-slider.preset-modalGallery{height:18.063rem}@media (min-width: 768px){.slider-swiper.slider-type-slider.preset-modalGallery {
		height: 37.5rem;
	}}@media (min-width: 1024px){.slider-swiper.slider-type-slider.preset-modalGallery{height:46.2rem}}@media (max-width: 1023px){.slider-swiper.slider-type-slider.preset-modalGallery .swiper-slide-active,.slider-swiper.slider-type-slider.preset-modalGallery .swiper-slide-next{width:85% !important;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.slider-swiper.slider-type-slider.preset-modalGallery .swiper-slide-next {
		opacity: 1;
	}.slider-swiper.slider-type-slider.preset-modalGallery .swiper-slide-prev {
		opacity: 0;
	}.slider-swiper.slider-type-slider.preset-modalGallery .swiper-button-next, .slider-swiper.slider-type-slider.preset-modalGallery .swiper-button-prev {
		display: none;
	}}.slider-swiper.slider-type-slider.preset-modalGallery .swiper-pagination{bottom:-20px}@media (min-width: 1024px){.slider-swiper.slider-type-slider.preset-modalGallery .swiper-pagination {
		padding-top: 1.875rem;
	}.slider-swiper.slider-type-slider.preset-modalGallery .swiper-pagination{bottom:-25px}}.slider-swiper.slider-type-slider.preset-modalGallery .swiper-container{height:inherit}@media (min-width: 1024px){.slider-swiper.slider-type-slider.preset-modalGallery .swiper-container {
		--tw-bg-opacity: 1;
		background-color: rgba(237, 239, 241, var(--tw-bg-opacity));
	}}.slider-swiper.slider-type-slider.preset-modalGallery .swiper-container .swiper-slide-indicator-pill{right:18%}.slider-swiper.slider-type-slider.preset-modalGallery .swiper-container .swiper-wrapper{height:inherit}.slider-swiper.slider-type-slider.preset-modalGallery .swiper-container .swiper-wrapper .swiper-slide{height:inherit;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;--tw-bg-opacity: 1;background-color: rgba(237, 239, 241, var(--tw-bg-opacity))}@media (min-width: 1024px){.slider-swiper.slider-type-slider.preset-modalGallery .swiper-container .swiper-wrapper .swiper-slide {
		background-color: transparent;
	}}.slider-swiper.slider-type-slider.preset-modalGallery .swiper-container .swiper-wrapper .swiper-slide figure{height:inherit}.slider-swiper.slider-type-slider.preset-modalGallery .swiper-container .swiper-wrapper .swiper-slide figure figcaption {
	position: absolute;
	bottom: 0.5rem;
}@media (min-width: 1024px){.slider-swiper.slider-type-slider.preset-modalGallery .swiper-container .swiper-wrapper .swiper-slide figure figcaption {
		display: none;
	}}@media (min-width: 768px){.slider-swiper.slider-type-slider.preset-modalGallery .swiper-container .swiper-wrapper .swiper-slide figure figcaption {
		bottom: 0.938rem;
	}}.slider-swiper.slider-type-slider.preset-modalGallery .swiper-container .swiper-wrapper .swiper-slide figure>div.content-img {
	height: 100%;
}.slider-swiper.slider-type-slider.preset-modalGallery .swiper-container .swiper-wrapper .swiper-slide figure>div.content-img img {
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}@media (max-width: 1023px){.slider-swiper.slider-type-slider.preset-default .swiper-slide-active .columns.cols-2, .slider-swiper.slider-type-slider.preset-default .swiper-slide-next .columns.cols-2 {
		padding-right: 0;
	}}@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-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0px, 0, 0);transform:translate3d(0px, 0, 0)}.swiper-container-multirow>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-wrapper,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-cube-shadow{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));background-image:linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));background-image:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.slider-type-tab-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}.slider-type-tab-area>.swiper-button-next, .slider-type-tab-area>.swiper-button-prev {
	display: none;
}.slider-type-tab-area .swiper-slide-indicator-pill {
	display: none;
}.slider-type-tab-area .swiper-thumbs-container {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	overflow: hidden;border-bottom:1px solid #BCC5CB;
}@media (min-width: 1024px){.slider-type-tab-area .swiper-thumbs-container .swiper-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}.slider-type-tab-area .swiper-thumbs-container .swiper-wrapper {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}.slider-type-tab-area .swiper-thumbs-container .swiper-slide {
		margin-left: 1.875rem;
		margin-right: 1.875rem;
	}.slider-type-tab-area .swiper-thumbs-container .swiper-slide{width:-webkit-fit-content !important;width:-moz-fit-content !important;width:fit-content !important}}.slider-type-tab-area .swiper-container {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	width: 100%;
}.slider-type-tab-area .swiper-container .swiper-slide {
	position: relative;
	z-index: 10;opacity:0 !important;height:0 !important;overflow:hidden !important;
}.slider-type-tab-area .swiper-container .swiper-slide.swiper-slide-active {
	z-index: 20;opacity:1 !important;height:auto !important;overflow:inherit !important;
}.slider-type-tab-area .swiper-container .tab--content {
	margin-top: 1.875rem;
}@media (min-width: 1024px){.slider-type-tab-area .swiper-container .tab--content {
		margin-top: 3.75rem;
	}.slider-type-tab-area.preset-tab-area-default .swiper-thumbs-container .swiper-slide {
		position: relative;
	}}.slider-type-tab-area.preset-tab-area-default .swiper-thumbs-container .swiper-slide-thumb-active::after {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 10;
	content: "";border-bottom:1.5px solid #000;
}.slider-type-tab-area.preset-tab-area-default .swiper-thumbs-container .swiper-slide-thumb-active .tab--link {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}.slider-type-tab-area.preset-tab-area-default .swiper-thumbs-container .tab--link {
	position: relative;
	width: 100%;
	cursor: pointer;
	text-align: center;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
	--tw-text-opacity: .5;
}.slider-type-tab-area.preset-tab-area-default .swiper-thumbs-container .tab--link .tab--link-icon {
	margin: auto;
	display: inline-block;
	padding-bottom: 0.625rem;
}.slider-type-tab-area.preset-tab-area-default .swiper-thumbs-container .tab--link .tab--link-text {
	margin-bottom: 1.875rem;
	font-size: 1rem;
}.hotspots-area {
	width: 100%;
}.hotspots-area.js-layer-open .hotspots-container:hover:after {
	opacity: 0;
}.hotspots-area .notransition{-webkit-transition:none !important;transition:none !important}.hotspots-area figure {
	top: 0;
	left: 0;
	width: 100%;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;
}.hotspots-area figure div img{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.hotspots-area figure.reference-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;z-index:-1;opacity:0;
}.hotspots-area .hotspots-container--content-wrapper {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
}.hotspots-area .hotspot-collection--wrapper {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
}.hotspots-area .hotspots-container {
	position: relative;
	height: 100%;
	width: 100%;
}.hotspots-area .hotspots-container:hover:after {
	opacity: 1;
}.hotspots-area .hotspots-container:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	height: 100%;
	width: 100%;
	opacity: 0;content:"";background:rgba(47,47,47,.5);mix-blend-mode:multiply;-webkit-transition:opacity .3s linear;transition:opacity .3s linear;
}.hotspots-area .hotspots-container .hotspot-collection, .hotspots-area .hotspots-container .hotspot-layer-collection {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
}.hotspots-area .hotspots-container .hotspot-collection,.hotspots-area .hotspots-container .hotspot-layer-collection{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.hotspot {
	z-index: 20;
}.hotspot.js--animation-paused{-webkit-animation-play-state:paused;animation-play-state:paused}.hotspot.js--animation-running .hotspot-img{-webkit-animation-play-state:running;animation-play-state:running}.hotspot.js--animation-running .hotspot-img .hotspot-icon{-webkit-animation-play-state:running;animation-play-state:running}.hotspot:hover .hotspot--hover-title {
	margin-left: 0.3125rem;
	width: auto;
	opacity: 1;
}@media (min-width: 1024px){.hotspot:hover .hotspot--hover-title {
		margin-left: 0.938rem;
	}}.hotspot:hover .hotspot-img{-webkit-animation:none;animation:none}.hotspot:hover .hotspot-img .hotspot-icon{-webkit-animation:none;animation:none}.hotspot.active .hotspot-img {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));-webkit-animation:none;animation:none;
}.hotspot.active .hotspot-img .hotspot-icon {
	display: none;-webkit-animation:none;animation:none;
}.hotspot.active .hotspot-img .hotspot-icon-active {
	display: block;
}.hotspot .hotspot-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 1.875rem;
	width: 1.875rem;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-shadow: 0px 7px 20px rgba(60, 60, 60, 0.15);
	-webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);-webkit-animation:pulse 2.5s infinite;animation:pulse 2.5s infinite;
}@media (min-width: 1024px){.hotspot .hotspot-img {
		height: 3.125rem;
	}.hotspot .hotspot-img {
		width: 3.125rem;
	}}.hotspot .hotspot-img .hotspot-icon{-webkit-animation:scale 2.5s infinite;animation:scale 2.5s infinite}.hotspot .hotspot-img .hotspot-icon-active {
	display: none;
}.hotspot .hotspot--hover-title {
	font-size: 0.75rem;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));max-height:50px;
}@media (min-width: 1024px){.hotspot .hotspot--hover-title {
		font-size: 1rem;
	}}@-webkit-keyframes pulse{0%{-webkit-box-shadow:0 0 0 0 rgba(255,255,255,.6);box-shadow:0 0 0 0 rgba(255,255,255,.6)}70%{-webkit-box-shadow:0 0 0 15px rgba(255,255,255,0);box-shadow:0 0 0 15px rgba(255,255,255,0)}100%{-webkit-box-shadow:0 0 0 0 rgba(255,255,255,0);box-shadow:0 0 0 0 rgba(255,255,255,0)}}@keyframes pulse{0%{-webkit-box-shadow:0 0 0 0 rgba(255,255,255,.6);box-shadow:0 0 0 0 rgba(255,255,255,.6)}70%{-webkit-box-shadow:0 0 0 15px rgba(255,255,255,0);box-shadow:0 0 0 15px rgba(255,255,255,0)}100%{-webkit-box-shadow:0 0 0 0 rgba(255,255,255,0);box-shadow:0 0 0 0 rgba(255,255,255,0)}}@-webkit-keyframes scale{0%{-webkit-transform:scale(1.1);transform:scale(1.1)}70%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes scale{0%{-webkit-transform:scale(1.1);transform:scale(1.1)}70%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(1);transform:scale(1)}}.jonnitto-googlemaps-map{margin:0 auto 1.5rem}.neos-backend .jonnitto-googlemaps-map{min-height:450px}@media(min-width: 768px){.neos-backend .jonnitto-googlemaps-map{min-height:450px}}@media(min-width: 992px){.neos-backend .jonnitto-googlemaps-map{min-height:450px}}@media(min-width: 1200px){.neos-backend .jonnitto-googlemaps-map{min-height:700px}}.jonnitto-googlemaps-streetview, .jonnitto-googlemaps-mapview {
	display: none;
}.jonnitto-googlemaps-streetview,.jonnitto-googlemaps-mapview{visibility:hidden;width:100%;height:450px}.jonnitto-googlemaps-streetview.jonnitto-googlemaps-init,.jonnitto-googlemaps-mapview.jonnitto-googlemaps-init{visibility:visible;display:inherit}.jonnitto-googlemaps-streetview.jonnitto-googlemaps-init+div.open-cookies-settings, .jonnitto-googlemaps-mapview.jonnitto-googlemaps-init+div.open-cookies-settings {
	display: none;
}@media(min-width: 768px){.jonnitto-googlemaps-streetview,.jonnitto-googlemaps-mapview{height:450px}}@media(min-width: 992px){.jonnitto-googlemaps-streetview,.jonnitto-googlemaps-mapview{height:450px}}@media(min-width: 1200px){.jonnitto-googlemaps-streetview,.jonnitto-googlemaps-mapview{height:700px}}.jonnitto-googlemaps-mapview{color:#222}.jonnitto-googlemaps-mapview img{max-width:none}@media(min-width: 992px){.jonnitto-googlemaps-both-wrapper::after{content:"";display:table;clear:both}.jonnitto-googlemaps-both-mapview,.jonnitto-googlemaps-both-streetview{position:relative;min-height:1px;float:left;width:50%}}.gm-style .gm-style-iw-c {
	--tw-shadow: 0px 7px 20px rgba(60, 60, 60, 0.15);
	-webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);padding:40px 20px !important;border-radius:0;
}.gm-style .gm-style-iw-d {
	font-family: Walsheim, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}.gm-style .gm-style-iw-d strong {
	margin-bottom: 1.25rem;
	display: block;
	font-weight: 500;
}.gm-style .gm-ui-hover-effect{top:15px !important;right:15px !important;opacity:1 !important;width:15px !important;height:15px !important}.gm-style .gm-ui-hover-effect img{width:15px !important;height:15px !important;color:#000 !important;margin:0 !important}@media (min-width: 768px){.custom-form.combined-filed-with-submit {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}.custom-form.combined-filed-with-submit {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}.custom-form.combined-filed-with-submit {
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
	}.custom-form.combined-filed-with-submit {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}.custom-form.combined-filed-with-submit .actions {
		margin-bottom: 2.5rem;
	}.custom-form.combined-filed-with-submit div:nth-child(2){min-width:400px}}.origin-info table {
	width: 100%;
}.origin-info table tr {
	vertical-align: text-top;
}.origin-info table tr td {
	width: 50%;
	padding-top: 0.938rem;
	padding-bottom: 0.938rem;
	padding-right: 0.938rem;
	font-size: 1rem;
	font-weight: 400;
}@media (min-width: 1024px){.origin-info table tr td {
		font-size: 1.125rem;
	}}.origin-info table tr td:first-child {
	font-weight: 500;
}.origin-info .info-property, .origin-info .info-search, .origin-info .info-origin-page {
	margin-top: 1.563rem;
}.origin-info .info-property.dont-send,.origin-info .info-search.dont-send,.origin-info .info-origin-page.dont-send{color:rgba(0,0,0,.3)}
