.ilcc-cookie-consent-notice {
	overflow-y: scroll;
	position: fixed;
	z-index: 99999;
	bottom: 28px;
	left: 50%;
	width: 80%;
	max-width: 1002px;
	max-height: 85vh;
	padding: 21px 0;
	padding: 14px 21px;
	border-radius: 5px;
	color: #666;
	background: #fff;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.1), 1px 2px 5px rgba(0, 0, 0, 0.1);
	transform: translateX(-50%);
}
.ilcc-cookie-consent-notice p {
	max-width: 600px;
	font-family: Open sans, sans-serif;
}
.ilcc-cookie-consent-notice-content {
	display: flex;
	align-items: center;
	flex-flow: column;
	justify-content: space-between;
	max-width: 960px;
	margin: 0 auto;
}
.ilcc-cookie-consent-notice-content p {
	font-size: 14px;
	font-size: clamp(16.8px, 1.5vw, 16.8px);
	line-height: 1.1;
	color: #666;
	flex: 1 1 0px;
}
.ilcc-cookie-consent-notice-content p span {
	margin: 10.5px 0 10.5px 0;
	font-weight: 600;
	font-size: 21px;
	font-size: clamp(18.9px, 2.25vw, 23.1px);
	line-height: 1.3;
	text-transform: none;
	display: block;
}
@media only screen and (min-width: 960px) {
	.ilcc-cookie-consent-notice-content {
		flex-flow: row;
	}
}
.ilcc-cookie-consent-actions {
	display: flex;
	gap: 14px;
	flex-direction: column;
	margin-top: 14px;
}
@media only screen and (min-width: 600px) {
	.ilcc-cookie-consent-actions {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: auto;
		gap: 14px;
		margin-top: 14px;
	}
}
@media only screen and (min-width: 782px) {
	.ilcc-cookie-consent-actions {
		margin-top: 0;
		margin-left: 14px;
	}
}
.ilcc-cookie-consent-button,
.ilcc-cookie-consent-settings-toggle,
.ilcc-cookie-consent-necessary,
.ilcc-cookie-consent-close {
	border-radius: 5px;
	font-family: Open sans, sans-serif;
	font-style: normal;
	white-space: nowrap;
	transition: all 0.3s;
	text-decoration: none;
	-webkit-appearance: none;
	font-weight: 700;
	text-transform: uppercase;
	border: none;
	font-size: 15.4px;
	font-size: clamp(15.4px, 1.65vw, 18.48px);
	line-height: 0.9;
	padding: 18.6666666667px 21px;
	flex-basis: auto;
}
.ilcc-cookie-consent-button:hover,
.ilcc-cookie-consent-button:focus,
.ilcc-cookie-consent-settings-toggle:hover,
.ilcc-cookie-consent-settings-toggle:focus,
.ilcc-cookie-consent-necessary:hover,
.ilcc-cookie-consent-necessary:focus,
.ilcc-cookie-consent-close:hover,
.ilcc-cookie-consent-close:focus {
	text-decoration: none;
	cursor: pointer;
}
.ilcc-cookie-consent-button[disabled]:hover,
.ilcc-cookie-consent-button:disabled:hover,
.ilcc-cookie-consent-button.disabled:hover,
.ilcc-cookie-consent-button[aria-disabled="true"]:hover,
.ilcc-cookie-consent-settings-toggle[disabled]:hover,
.ilcc-cookie-consent-settings-toggle:disabled:hover,
.ilcc-cookie-consent-settings-toggle.disabled:hover,
.ilcc-cookie-consent-settings-toggle[aria-disabled="true"]:hover,
.ilcc-cookie-consent-necessary[disabled]:hover,
.ilcc-cookie-consent-necessary:disabled:hover,
.ilcc-cookie-consent-necessary.disabled:hover,
.ilcc-cookie-consent-necessary[aria-disabled="true"]:hover,
.ilcc-cookie-consent-close[disabled]:hover,
.ilcc-cookie-consent-close:disabled:hover,
.ilcc-cookie-consent-close.disabled:hover,
.ilcc-cookie-consent-close[aria-disabled="true"]:hover {
	cursor: default;
}
.ilcc-cookie-consent-button-active,
.ilcc-cookie-consent-button--active,
.ilcc-cookie-consent-settings-toggle-active,
.ilcc-cookie-consent-settings-toggle--active,
.ilcc-cookie-consent-necessary-active,
.ilcc-cookie-consent-necessary--active,
.ilcc-cookie-consent-close-active,
.ilcc-cookie-consent-close--active {
	text-decoration: none;
	cursor: pointer;
}
.ilcc-cookie-consent-button-disabled:hover,
.ilcc-cookie-consent-button--disabled:hover,
.ilcc-cookie-consent-settings-toggle-disabled:hover,
.ilcc-cookie-consent-settings-toggle--disabled:hover,
.ilcc-cookie-consent-necessary-disabled:hover,
.ilcc-cookie-consent-necessary--disabled:hover,
.ilcc-cookie-consent-close-disabled:hover,
.ilcc-cookie-consent-close--disabled:hover {
	cursor: default;
}
.ilcc-cookie-consent-close {
	background: #8cc04b;
	color: #fff;
	border: none;
	font-size: 15.4px;
	font-size: clamp(15.4px, 1.65vw, 18.48px);
	line-height: 0.9;
	padding: 18.6666666667px 21px;
	grid-column-start: 2;
}
.ilcc-cookie-consent-close:visited {
	color: #fff;
}
.ilcc-cookie-consent-close:hover,
.ilcc-cookie-consent-close:focus {
	text-decoration: none;
	cursor: pointer;
	background: #577a2b;
	color: #fff;
}
.ilcc-cookie-consent-close[disabled],
.ilcc-cookie-consent-close:disabled,
.ilcc-cookie-consent-close.disabled,
.ilcc-cookie-consent-close[aria-disabled="true"] {
	color: #fff !important;
	background: #8cc04b !important;
	opacity: 0.5 !important;
}
.ilcc-cookie-consent-close[disabled]:hover,
.ilcc-cookie-consent-close:disabled:hover,
.ilcc-cookie-consent-close.disabled:hover,
.ilcc-cookie-consent-close[aria-disabled="true"]:hover {
	cursor: default;
}
.ilcc-cookie-consent-necessary {
	background: #e6e6e6;
	color: #666;
	border: none;
	font-size: 15.4px;
	font-size: clamp(15.4px, 1.65vw, 18.48px);
	line-height: 0.9;
	padding: 18.6666666667px 21px;
}
.ilcc-cookie-consent-necessary:visited {
	color: #666;
}
.ilcc-cookie-consent-necessary:hover,
.ilcc-cookie-consent-necessary:focus {
	text-decoration: none;
	cursor: pointer;
	background: #b3b3b3;
	color: #666;
}
.ilcc-cookie-consent-necessary[disabled],
.ilcc-cookie-consent-necessary:disabled,
.ilcc-cookie-consent-necessary.disabled,
.ilcc-cookie-consent-necessary[aria-disabled="true"] {
	color: #666 !important;
	background: #e6e6e6 !important;
	opacity: 0.5 !important;
}
.ilcc-cookie-consent-necessary[disabled]:hover,
.ilcc-cookie-consent-necessary:disabled:hover,
.ilcc-cookie-consent-necessary.disabled:hover,
.ilcc-cookie-consent-necessary[aria-disabled="true"]:hover {
	cursor: default;
}
.ilcc-cookie-consent-settings-toggle {
	background: #8cc04b;
	color: #666;
	border: none;
	font-size: 15.4px;
	font-size: clamp(15.4px, 1.65vw, 18.48px);
	line-height: 0.9;
	padding: 18.6666666667px 21px;
	background: none;
	font-size: 11.2px;
	font-size: clamp(11.2px, 1.2vw, 13.44px);
	line-height: 0.8;
	padding: 2.8px 4.6666666667px;
}
.ilcc-cookie-consent-settings-toggle:visited {
	color: #666;
}
.ilcc-cookie-consent-settings-toggle:hover,
.ilcc-cookie-consent-settings-toggle:focus {
	text-decoration: none;
	cursor: pointer;
	background: #577a2b;
	color: #666;
}
.ilcc-cookie-consent-settings-toggle[disabled],
.ilcc-cookie-consent-settings-toggle:disabled,
.ilcc-cookie-consent-settings-toggle.disabled,
.ilcc-cookie-consent-settings-toggle[aria-disabled="true"] {
	color: #666 !important;
	background: #8cc04b !important;
	opacity: 0.5 !important;
}
.ilcc-cookie-consent-settings-toggle[disabled]:hover,
.ilcc-cookie-consent-settings-toggle:disabled:hover,
.ilcc-cookie-consent-settings-toggle.disabled:hover,
.ilcc-cookie-consent-settings-toggle[aria-disabled="true"]:hover {
	cursor: default;
}
.ilcc-cookie-consent-settings-toggle:hover,
.ilcc-cookie-consent-settings-toggle:focus {
	background: none;
	text-decoration: underline;
}
@media only screen and (min-width: 480px) {
	.ilcc-cookie-consent-settings-toggle {
		grid-column: 1/3;
	}
}
.ilcc-cookie-consent-settings {
	display: none;
	margin-top: 28px;
	margin-right: -21px;
	margin-bottom: -14px;
	margin-left: -21px;
	padding-top: 21px;
	padding-bottom: 21px;
	background-color: #f2f2f2;
}
.ilcc-cookie-consent-settings.is-open {
	display: block;
}
.ilcc-cookie-consent-settings-title {
	margin: 7.7px 0 7.7px 0;
	color: #666;
	font-family: Open sans, sans-serif;
	font-weight: 700;
	font-size: 15.4px;
	font-size: clamp(13.86px, 1.65vw, 16.94px);
	line-height: 1.3;
}
.ilcc-cookie-consent-settings-intro,
.ilcc-cookie-consent-settings-title {
	padding-right: 28px;
	padding-left: 28px;
	color: #666;
}
.ilcc-cookie-consent-settings-save {
	margin-top: 14px;
	margin-right: 28px;
	text-align: right;
}
.ilcc-cookie-consent-categories {
	margin: 0;
}
.ilcc-cookie-consent-categories p {
	margin: 0 0 7px 0;
	font-family: 600;
	font-size: 14px;
	font-size: clamp(14px, 1.5vw, 16.8px);
	line-height: 1.5;
	font-weight: 600;
}
.ilcc-cookie-consent-categories p:last-child {
	margin-bottom: 0;
}
.ilcc-cookie-consent-category {
	display: flex;
	flex-direction: row;
	padding: 14px 28px;
	color: #666;
	align-items: center;
	justify-content: space-between;
	text-decoration: none;
}
.ilcc-cookie-consent-category:focus,
.ilcc-cookie-consent-category:hover {
	color: #1e1e1e;
	color: #666;
	text-decoration: none;
}
.ilcc-cookie-consent-category.ilcc-toggle-disabled {
	cursor: not-allowed;
}
.ilcc-cookie-consent-category-info {
	max-width: 480px;
}
.ilcc-cookie-consent-category-info strong {
	margin: 7px 0 7px 0;
	color: #666;
	font-family: Open sans, sans-serif;
	font-weight: 700;
	font-size: 14px;
	font-size: clamp(12.6px, 1.5vw, 15.4px);
	line-height: 1.3;
}
.ilcc-cookie-consent-category-info p {
	margin: 0 0 7px 0;
	font-family: 600;
	font-size: 14px;
	font-size: clamp(14px, 1.5vw, 16.8px);
	line-height: 1.5;
	font-weight: 600;
	font-weight: 500;
}
.ilcc-cookie-consent-category-info p:last-child {
	margin-bottom: 0;
}
.ilcc-cookie-consent-category-toggle {
	margin-left: 21px;
}
.ilcc-cookie-consent-toggle {
	display: block;
	position: relative;
	width: 56px;
	height: 28px;
	border-radius: 14px;
	background-color: #e6e6e6;
	transition: background-color 0.3s;
}
.ilcc-toggle-active .ilcc-cookie-consent-toggle {
	background-color: #8cc04b;
}
.ilcc-toggle-disabled .ilcc-cookie-consent-toggle {
	background-color: #ff4979;
}
.ilcc-cookie-consent-toggle-handle {
	position: absolute;
	top: 7px;
	right: auto;
	left: 7px;
	width: 14px;
	height: 14px;
	border-radius: 100%;
	opacity: 0.5;
	background-color: gray;
	transition: left 0.3s;
}
.ilcc-toggle-active .ilcc-cookie-consent-toggle-handle {
	left: 35px;
}
.js--ilcc-cookie-consent-settings-save-button {
	background: #8cc04b;
	color: #fff;
	border: none;
	font-size: 15.4px;
	font-size: clamp(15.4px, 1.65vw, 18.48px);
	line-height: 0.9;
	padding: 18.6666666667px 21px;
}
.js--ilcc-cookie-consent-settings-save-button:visited {
	color: #fff;
}
.js--ilcc-cookie-consent-settings-save-button:hover,
.js--ilcc-cookie-consent-settings-save-button:focus {
	text-decoration: none;
	cursor: pointer;
	background: #577a2b;
	color: #fff;
}
.js--ilcc-cookie-consent-settings-save-button[disabled],
.js--ilcc-cookie-consent-settings-save-button:disabled,
.js--ilcc-cookie-consent-settings-save-button.disabled,
.js--ilcc-cookie-consent-settings-save-button[aria-disabled="true"] {
	color: #fff !important;
	background: #8cc04b !important;
	opacity: 0.5 !important;
}
.js--ilcc-cookie-consent-settings-save-button[disabled]:hover,
.js--ilcc-cookie-consent-settings-save-button:disabled:hover,
.js--ilcc-cookie-consent-settings-save-button.disabled:hover,
.js--ilcc-cookie-consent-settings-save-button[aria-disabled="true"]:hover {
	cursor: default;
}
.g-accordion__item{padding:calc(var(--g-general-margin, 16px)/2)}.g-accordion__header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;-moz-column-gap:var(--g-general-margin, 16px);column-gap:var(--g-general-margin, 16px)}.g-accordion__header svg{width:var(--g-general-margin, 16px);height:var(--g-general-margin, 16px);transition:transform var(--g-general-duration, 0.2s);flex-shrink:0}.g-accordion__header *{margin:0}.g-accordion__header--expanded svg{transform:rotate(90deg)}.g-files{display:grid;grid-template-columns:1fr;gap:var(--g-general-margin, 16px)}@media only screen and (min-width: 600px){.g-files{grid-template-columns:1fr 1fr}}@media only screen and (min-width: 782px){.g-files{grid-template-columns:1fr 1fr 1fr}}@media only screen and (min-width: 960px){.g-files{grid-template-columns:1fr 1fr 1fr 1fr}}.g-file{display:grid;grid-template-columns:32px auto;align-content:start;grid-template-areas:"icon title" "icon name" "icon size";-moz-column-gap:calc(var(--g-general-margin, 16px)/2);column-gap:calc(var(--g-general-margin, 16px)/2)}.g-file__icon{grid-area:icon;max-width:32px}.g-file__title{grid-area:title}.g-file__name{grid-area:name}.g-file__size{grid-area:size}html{scrollbar-gutter:stable}.g-body--modal-open{overflow:hidden}.g-modal{display:none;position:fixed;z-index:1010;top:-100px;left:-100px;width:calc(100% + 200px);height:calc(100% + 200px);opacity:0;background-color:rgba(0,0,0,.3);transition:all .2s;transition:all var(--g-general-duration, 0.2s);transform:scale(0.9);justify-content:center;align-items:center}.g-modal__content{overflow:auto;position:relative;max-width:min(600px,100% - 200px - 16px);max-width:min(600px,100% - 200px - var(--g-general-margin, 16px));max-height:calc(100vh - 200px - 16px);max-height:calc(100% - 200px - var(--g-general-margin, 16px));margin:16px;margin:var(--g-general-margin, 16px);padding:16px;padding:var(--g-general-margin, 16px);border-radius:5px;border-radius:var(--g-general-radius, 5px);background:#fff;background:var(--g-color-white, white)}@media only screen and (min-width: 628px){.g-modal__content{margin:16px auto;margin:var(--g-general-margin, 16px) auto}}.g-modal__x-closer{position:absolute;top:16px;top:var(--g-general-margin, 16px);right:16px;right:var(--g-general-margin, 16px);width:16px;width:var(--g-general-margin, 16px);height:16px;height:var(--g-general-margin, 16px);padding:0;border:0;background:rgba(0,0,0,0);cursor:pointer;-webkit-appearance:none;appearance:none}.g-modal__x-closer:after,.g-modal__x-closer:before{position:absolute;top:50%;right:50%;width:3px;height:16px;height:var(--g-general-margin, 16px);background:#1a1a1a;background:var(--g-color-dark, #1a1a1a);content:""}.g-modal__x-closer:after{transform:translate(50%, -50%) rotate(45deg)}.g-modal__x-closer:before{transform:translate(50%, -50%) rotate(-45deg)}.g-modal__x-closer:focus{outline:2px solid var(--g-color-primary, #000);outline-offset:2px}.g-modal__close-outside{position:fixed;top:0;right:0;bottom:0;left:0}.g-panorama{display:flex;margin-bottom:28px;margin-bottom:calc(var(--g-general-margin, 16px)*2);align-items:center;justify-content:center}.g-panorama *{margin:0}.g-panorama__content{text-align:center}.g-panorama--no-image{min-height:15vh}.g-panorama--image{min-height:25vh;background-position:center;background-size:cover}.g-panorama--image .g-panorama__content{width:100%;margin:0;padding:42px 0;padding:calc(var(--g-general-margin, 16px)*3) 0;background:linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 35%, rgba(0, 0, 0, 0.25) 65%, rgba(0, 0, 0, 0) 100%)}.g-panorama--image .g-panorama__title{color:#fff;color:var(--g-color-white)}[onclick^=g_fullscreen_modal]{cursor:pointer}.g-image-modal .g-modal__content{display:flex;flex-direction:column;row-gap:calc(var(--g-general-margin, 16px)/2);max-width:min(var(--g-bp-full, 1366px),100vw - var(--g-general-margin, 16px));-o-object-fit:contain;object-fit:contain}.g-image-modal__navigation-wrapper{display:flex;justify-content:space-between}.g-image-modal__image{max-width:95vw;max-height:min(85vh,100vh - var(--g-general-margin, 16px)*8)}[onclick^=g_media_modal]{cursor:pointer}.g-media-modal .g-modal__content{display:flex;flex-direction:column;row-gap:calc(var(--g-general-margin, 16px)/2);max-width:min(var(--g-bp-full, 1366px),100vw - var(--g-general-margin, 16px))}.g-media-modal__navigation-wrapper{display:flex;justify-content:space-between}.g-media-modal__item{max-width:95vw;max-height:min(85vh,100vh - var(--g-general-margin, 16px)*8);-o-object-fit:contain;object-fit:contain}.g-media-modal__item--iframe{height:95vw}.g-select--custom{display:inline-block;position:relative;padding:calc(var(--g-general-margin)/2) var(--g-general-margin);padding-right:calc(1.5lh + var(--g-general-margin));border-radius:var(--g-general-radius);color:var(--g-color-white);background-color:var(--g-color-primary);cursor:pointer;transition:border-radius calc(var(--g-general-duration)/2)}.g-select--custom.g-select--open{border-radius:var(--g-general-radius) var(--g-general-radius) 0 0}.g-select--custom:after{display:block;min-width:var(--g-select-min-width);content:attr(label)}.g-select--custom .g-select__select{display:none}.g-select--custom .g-select__options{display:flex;overflow:hidden;overflow-y:auto;flex-direction:column;position:absolute;z-index:10;top:100%;left:var(--g-general-margin);width:calc(100% - var(--g-general-margin)*2);max-height:0;padding:var(--g-general-margin);border-radius:0 0 var(--g-general-radius) var(--g-general-radius);opacity:0;background-color:var(--g-color-primary);cursor:default;transition:all calc(var(--g-general-duration)/2);row-gap:var(--g-general-margin)}.g-select--open.g-select--custom .g-select__options{left:0;width:100%;max-height:min(var(--g-select-dropdown-height),500px);opacity:1}.g-select--custom .g-select__option{cursor:pointer;transition:opacity calc(var(--g-general-duration)/2)}.g-select--custom .g-select__option--selected{opacity:.5}.g-select--custom .g-select__option:hover,.g-select--custom .g-select__option:focus{opacity:.8}.g-select--custom .g-select__arrow,.g-select--custom .g-select__clear{position:absolute;top:50%;width:1lh;height:1lh;transform:translateY(-50%)}.g-select--custom .g-select__arrow svg,.g-select--custom .g-select__clear svg{width:100%;height:100%}.g-select--custom .g-select__arrow{right:var(--g-general-margin);pointer-events:none}.g-select--custom .g-select__arrow svg{transition:all calc(var(--g-general-duration)/2)}.g-select--open.g-select--custom .g-select__arrow svg{transform:rotate(180deg)}.g-select--custom .g-select__clear{display:none;right:calc(var(--g-general-margin)*1.5*-1)}.g-select--selected.g-select--custom .g-select__clear{display:block}
