:root {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-gray-100: #f8f9fa;
	--bs-gray-200: #e9ecef;
	--bs-gray-300: #dee2e6;
	--bs-gray-400: #ced4da;
	--bs-gray-500: #adb5bd;
	--bs-gray-600: #6c757d;
	--bs-gray-700: #495057;
	--bs-gray-800: #343a40;
	--bs-gray-900: #212529;
	--bs-primary: #1c1c1c;
	--bs-secondary: #1d3557;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f9f9f9;
	--bs-dark: #212529;
	--bs-primary-rgb: 28, 28, 28;
	--bs-secondary-rgb: 29, 53, 87;
	--bs-success-rgb: 25, 135, 84;
	--bs-info-rgb: 13, 202, 240;
	--bs-warning-rgb: 255, 193, 7;
	--bs-danger-rgb: 220, 53, 69;
	--bs-light-rgb: 249, 249, 249;
	--bs-dark-rgb: 33, 37, 41;
	--bs-white-rgb: 255, 255, 255;
	--bs-black-rgb: 0, 0, 0;
	--bs-body-color-rgb: 29, 29, 29;
	--bs-body-bg-rgb: 255, 255, 255;
	--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
		"Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
		"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
		"Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0.15),
		rgba(255, 255, 255, 0)
	);
	--bs-body-font-family: HelveticaNeueLTPro-Bd, sans-serif;
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.66;
	--bs-body-color: #1d1d1d;
	--bs-body-bg: #fff;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
	:root {
		scroll-behavior: smooth;
	}
}
body {
	margin: 0;
	font-family: var(--bs-body-font-family);
	font-size: var(--bs-body-font-size);
	font-weight: var(--bs-body-font-weight);
	line-height: var(--bs-body-line-height);
	color: var(--bs-body-color);
	text-align: var(--bs-body-text-align);
	background-color: var(--bs-body-bg);
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
	margin-top: 0;
	margin-bottom: 1em;
	font-family: HelveticaNeueLTPro-Bd, sans-serif;
	font-weight: 700;
	line-height: 1.21;
}
h1,
.h1 {
	font-size: calc(1.5625rem + 3.75vw);
}
@media (min-width: 1200px) {
	h1,
	.h1 {
		font-size: 4.375rem;
	}
}
h2,
.h2 {
	font-size: calc(1.4375rem + 2.25vw);
}
@media (min-width: 1200px) {
	h2,
	.h2 {
		font-size: 3.125rem;
	}
}
h3,
.h3 {
	font-size: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
	h3,
	.h3 {
		font-size: 1.875rem;
	}
}
h4,
.h4 {
	font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
	h4,
	.h4 {
		font-size: 1.5rem;
	}
}
p {
	margin-top: 0;
	margin-bottom: 0;
}
address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}
ol,
ul {
	padding-left: 2rem;
}
ol,
ul {
	margin-top: 0;
	margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}
strong {
	font-weight: bolder;
}
small,
.small {
	font-size: 0.875em;
}
a {
	color: #1c1c1c;
	text-decoration: none;
}
a:hover {
	color: #161616;
	text-decoration: none;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none;
}
img,
svg {
	vertical-align: middle;
}
label {
	display: inline-block;
}
button {
	border-radius: 0;
}
button:focus:not(:focus-visible) {
	outline: 0;
}
input,
button,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
button {
	text-transform: none;
}
[role="button"] {
	cursor: pointer;
}
button,
[type="button"],
[type="submit"] {
	-webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="submit"]:not(:disabled) {
	cursor: pointer;
}
::-moz-focus-inner {
	padding: 0;
	border-style: none;
}
textarea {
	resize: vertical;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
	padding: 0;
}
::-webkit-inner-spin-button {
	height: auto;
}
[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: textfield;
}
::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
	padding: 0;
}
::-webkit-file-upload-button {
	font: inherit;
}
::file-selector-button {
	font: inherit;
}
::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}
output {
	display: inline-block;
}
.display-2 {
	font-size: calc(1.575rem + 3.9vw);
	font-weight: 300;
	line-height: 1.21;
}
@media (min-width: 1200px) {
	.display-2 {
		font-size: 4.5rem;
	}
}
.display-4 {
	font-size: calc(1.475rem + 2.7vw);
	font-weight: 300;
	line-height: 1.21;
}
@media (min-width: 1200px) {
	.display-4 {
		font-size: 3.5rem;
	}
}
.img-fluid {
	max-width: 100%;
	height: auto;
}
.container,
.container-fluid,
.container-xxl {
	width: 100%;
	padding-right: var(--bs-gutter-x, 0.9375rem);
	padding-left: var(--bs-gutter-x, 0.9375rem);
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}
@media (min-width: 1520px) {
	.container-xxl,
	.container {
		max-width: 1400px;
	}
}
.row {
	--bs-gutter-x: 1.875rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-0.5 * var(--bs-gutter-x));
	margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * 0.5);
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	margin-top: var(--bs-gutter-y);
}
.col {
	flex: 1 0 0%;
}
.col-3 {
	flex: 0 0 auto;
	width: 25%;
}
.col-4 {
	flex: 0 0 auto;
	width: 33.33333333%;
}
.col-6 {
	flex: 0 0 auto;
	width: 50%;
}
.col-8 {
	flex: 0 0 auto;
	width: 66.66666667%;
}
.col-12 {
	flex: 0 0 auto;
	width: 100%;
}
@media (min-width: 576px) {
	.col-sm {
		flex: 1 0 0%;
	}
	.col-sm-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-sm-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
}
@media (min-width: 768px) {
	.col-md {
		flex: 1 0 0%;
	}
	.col-md-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-md-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-md-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-md-12 {
		flex: 0 0 auto;
		width: 100%;
	}
}
@media (min-width: 992px) {
	.col-lg-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-lg-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-lg-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	.col-lg-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.offset-lg-1 {
		margin-left: 8.33333333%;
	}
	.offset-lg-2 {
		margin-left: 16.66666667%;
	}
	.offset-lg-3 {
		margin-left: 25%;
	}
	.offset-lg-6 {
		margin-left: 50%;
	}
}
@media (min-width: 1200px) {
	.col-xl-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.offset-xl-1 {
		margin-left: 8.33333333%;
	}
	.offset-xl-2 {
		margin-left: 16.66666667%;
	}
	.offset-xl-3 {
		margin-left: 25%;
	}
}
.ratio {
	position: relative;
	width: 100%;
}
.ratio::before {
	display: block;
	padding-top: var(--bs-aspect-ratio);
	content: "";
}
.ratio > * {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ratio-1x1 {
	--bs-aspect-ratio: 100%;
}
.ratio-16x9 {
	--bs-aspect-ratio: 56.25%;
}
.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1055;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 0.5rem;
	pointer-events: none;
}
.modal.fade .modal-dialog {
	transition: transform 0.3s ease-out;
	transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
	.modal.fade .modal-dialog {
		transition: none;
	}
}
.modal.show .modal-dialog {
	transform: none;
}
.modal.modal-static .modal-dialog {
	transform: scale(1.02);
}
.modal-dialog-scrollable {
	height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
	max-height: 100%;
	overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}
.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - 1rem);
}
.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
	outline: 0;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}
.modal-backdrop.fade {
	opacity: 0;
}
.modal-backdrop.show {
	opacity: 0.5;
}
.modal-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 0 solid #000;
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
	padding: 0.5rem 0.5rem;
	margin: -0.5rem -0.5rem -0.5rem auto;
}
.modal-title {
	margin-bottom: 0;
	line-height: 1.66;
}
.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 1rem;
}
.modal-footer {
	display: flex;
	flex-wrap: wrap;
	flex-shrink: 0;
	align-items: center;
	justify-content: flex-end;
	padding: 0.75rem;
	border-top: 0 solid #000;
	border-bottom-right-radius: calc(0.3rem - 1px);
	border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
	margin: 0.25rem;
}
@media (min-width: 576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}
	.modal-dialog-scrollable {
		height: calc(100% - 3.5rem);
	}
	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem);
	}
	.modal-sm {
		max-width: 300px;
	}
}
@media (min-width: 992px) {
	.modal-lg,
	.modal-xl {
		max-width: 800px;
	}
}
@media (min-width: 1200px) {
	.modal-xl {
		max-width: 1140px;
	}
}
.modal-fullscreen {
	width: 100vw;
	max-width: none;
	height: 100%;
	margin: 0;
}
.modal-fullscreen .modal-content {
	height: 100%;
	border: 0;
	border-radius: 0;
}
.modal-fullscreen .modal-header {
	border-radius: 0;
}
.modal-fullscreen .modal-body {
	overflow-y: auto;
}
.modal-fullscreen .modal-footer {
	border-radius: 0;
}
@media (max-width: 575.98px) {
	.modal-fullscreen-sm-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	.modal-fullscreen-sm-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	.modal-fullscreen-sm-down .modal-header {
		border-radius: 0;
	}
	.modal-fullscreen-sm-down .modal-body {
		overflow-y: auto;
	}
	.modal-fullscreen-sm-down .modal-footer {
		border-radius: 0;
	}
}
@media (max-width: 767.98px) {
	.modal-fullscreen-md-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	.modal-fullscreen-md-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	.modal-fullscreen-md-down .modal-header {
		border-radius: 0;
	}
	.modal-fullscreen-md-down .modal-body {
		overflow-y: auto;
	}
	.modal-fullscreen-md-down .modal-footer {
		border-radius: 0;
	}
}
@media (max-width: 991.98px) {
	.modal-fullscreen-lg-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	.modal-fullscreen-lg-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	.modal-fullscreen-lg-down .modal-header {
		border-radius: 0;
	}
	.modal-fullscreen-lg-down .modal-body {
		overflow-y: auto;
	}
	.modal-fullscreen-lg-down .modal-footer {
		border-radius: 0;
	}
}
@media (max-width: 1199.98px) {
	.modal-fullscreen-xl-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	.modal-fullscreen-xl-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	.modal-fullscreen-xl-down .modal-header {
		border-radius: 0;
	}
	.modal-fullscreen-xl-down .modal-body {
		overflow-y: auto;
	}
	.modal-fullscreen-xl-down .modal-footer {
		border-radius: 0;
	}
}
@media (max-width: 1519.98px) {
	.modal-fullscreen-xxl-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}
	.modal-fullscreen-xxl-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}
	.modal-fullscreen-xxl-down .modal-header {
		border-radius: 0;
	}
	.modal-fullscreen-xxl-down .modal-body {
		overflow-y: auto;
	}
	.modal-fullscreen-xxl-down .modal-footer {
		border-radius: 0;
	}
}
.accordion-button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 1em 0;
	font-size: 1rem;
	color: #fff;
	text-align: left;
	background-color: rgba(0, 0, 0, 0);
	border: 0;
	border-radius: 0;
	overflow-anchor: none;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
		border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
	.accordion-button {
		transition: none;
	}
}
.accordion-button:not(.collapsed) {
	color: rgba(255, 255, 255, 0.8);
	background-color: rgba(0, 0, 0, 0);
	box-shadow: inset 0 0 0 #fff;
}
.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27rgba%28255, 255, 255, 0.8%29%27%3e%3cpath d=%27M2.75 7.962H13.75C14.164 7.962 14.5 7.747 14.5 7.481C14.5 7.215 14.164 7 13.75 7H2.75C2.336 7 2 7.215 2 7.481C2 7.747 2.336 7.962 2.75 7.962Z%27/%3e%3c/svg%3e");
	transform: rotate(-180deg);
}
.accordion-button::after {
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	margin-left: auto;
	content: "";
	background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23fff%27%3e%3cpath d=%27M15.3747 7.3747H8.62539V0.625385C8.62912 0.54102 8.61572 0.456774 8.58601 0.377726C8.5563 0.298679 8.51088 0.226468 8.4525 0.16545C8.39412 0.104432 8.32399 0.0558697 8.24633 0.022693C8.16867 -0.0104837 8.0851 -0.0275879 8.00065 -0.0275879C7.91621 -0.0275879 7.83263 -0.0104837 7.75498 0.022693C7.67732 0.0558697 7.60718 0.104432 7.5488 0.16545C7.49043 0.226468 7.44501 0.298679 7.4153 0.377726C7.38558 0.456774 7.37219 0.54102 7.37592 0.625385V7.3747H0.625385C0.54102 7.37097 0.456774 7.38436 0.377726 7.41408C0.298679 7.44379 0.226468 7.4892 0.16545 7.54758C0.104432 7.60596 0.0558697 7.6761 0.022693 7.75375C-0.0104837 7.83141 -0.0275879 7.91498 -0.0275879 7.99943C-0.0275879 8.08388 -0.0104837 8.16745 0.022693 8.24511C0.0558697 8.32277 0.104432 8.3929 0.16545 8.45128C0.226468 8.50966 0.298679 8.55507 0.377726 8.58479C0.456774 8.6145 0.54102 8.6279 0.625385 8.62416H7.3747V15.3747C7.37097 15.4591 7.38436 15.5433 7.41408 15.6224C7.44379 15.7014 7.4892 15.7736 7.54758 15.8346C7.60596 15.8957 7.6761 15.9442 7.75375 15.9774C7.83141 16.0106 7.91498 16.0277 7.99943 16.0277C8.08388 16.0277 8.16745 16.0106 8.24511 15.9774C8.32277 15.9442 8.3929 15.8957 8.45128 15.8346C8.50966 15.7736 8.55507 15.7014 8.58479 15.6224C8.6145 15.5433 8.6279 15.4591 8.62416 15.3747V8.62539H15.3747C15.4591 8.62912 15.5433 8.61572 15.6224 8.58601C15.7014 8.5563 15.7736 8.51088 15.8346 8.4525C15.8957 8.39412 15.9442 8.32399 15.9774 8.24633C16.0106 8.16867 16.0277 8.0851 16.0277 8.00065C16.0277 7.91621 16.0106 7.83263 15.9774 7.75498C15.9442 7.67732 15.8957 7.60718 15.8346 7.5488C15.7736 7.49043 15.7014 7.44501 15.6224 7.4153C15.5433 7.38558 15.4591 7.37219 15.3747 7.37592V7.3747Z%27/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-size: 1.25rem;
	transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.accordion-button::after {
		transition: none;
	}
}
.accordion-button:hover {
	z-index: 2;
}
.accordion-button:focus {
	z-index: 3;
	border-color: #8e8e8e;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(28, 28, 28, 0.25);
}
.accordion-header {
	margin-bottom: 0;
}
.accordion-item {
	background-color: rgba(0, 0, 0, 0);
	border: 0 solid #fff;
}
.accordion-item:first-of-type {
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
}
.accordion-item:first-of-type .accordion-button {
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
}
.accordion-item:not(:first-of-type) {
	border-top: 0;
}
.accordion-item:last-of-type {
	border-bottom-right-radius: 50px;
	border-bottom-left-radius: 50px;
}
.accordion-item:last-of-type .accordion-button.collapsed {
	border-bottom-right-radius: 50px;
	border-bottom-left-radius: 50px;
}
.accordion-item:last-of-type .accordion-collapse {
	border-bottom-right-radius: 50px;
	border-bottom-left-radius: 50px;
}
.accordion-body {
	padding: 2em 0;
}
.accordion-flush .accordion-collapse {
	border-width: 0;
}
.accordion-flush .accordion-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
	border-top: 0;
}
.accordion-flush .accordion-item:last-child {
	border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
	border-radius: 0;
}
.fade {
	transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
	.fade {
		transition: none;
	}
}
.fade:not(.show) {
	opacity: 0;
}
.collapse:not(.show) {
	display: none;
}
.collapsing {
	height: 0;
	overflow: hidden;
	transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
	.collapsing {
		transition: none;
	}
}
.collapsing.collapse-horizontal {
	width: 0;
	height: auto;
	transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
	.collapsing.collapse-horizontal {
		transition: none;
	}
}
.form-control {
	display: block;
	width: 100%;
	padding: 1.375rem 1.375rem;
	font-family: HelveticaNeueLTPro-Bd, sans-serif;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.66;
	color: #000;
	background-color: rgba(0, 0, 0, 0);
	background-clip: padding-box;
	border: 0.5px solid #000;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.form-control {
		transition: none;
	}
}
.form-control[type="file"] {
	overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
	cursor: pointer;
}
.form-control:focus {
	color: #000;
	background-color: rgba(0, 0, 0, 0);
	border-color: #8e8e8e;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(28, 28, 28, 0.25);
}
.form-control::-webkit-date-and-time-value {
	height: 1.66em;
}
.form-control::-moz-placeholder {
	color: #c5c5c5;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: #c5c5c5;
	opacity: 1;
}
.form-control::placeholder {
	color: #c5c5c5;
	opacity: 1;
}
.form-control:disabled {
	background-color: #e9ecef;
	opacity: 1;
}
.form-control::-webkit-file-upload-button {
	padding: 1.375rem 1.375rem;
	margin: -1.375rem -1.375rem;
	-webkit-margin-end: 1.375rem;
	margin-inline-end: 1.375rem;
	color: #000;
	background-color: #e9ecef;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 0.5px;
	border-radius: 0;
	-webkit-transition: color 0.15s ease-in-out,
		background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::file-selector-button {
	padding: 1.375rem 1.375rem;
	margin: -1.375rem -1.375rem;
	-webkit-margin-end: 1.375rem;
	margin-inline-end: 1.375rem;
	color: #000;
	background-color: #e9ecef;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 0.5px;
	border-radius: 0;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.form-control::-webkit-file-upload-button {
		-webkit-transition: none;
		transition: none;
	}
	.form-control::file-selector-button {
		transition: none;
	}
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
	background-color: #dde0e3;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
	background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
	padding: 1.375rem 1.375rem;
	margin: -1.375rem -1.375rem;
	-webkit-margin-end: 1.375rem;
	margin-inline-end: 1.375rem;
	color: #000;
	background-color: #e9ecef;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 0.5px;
	border-radius: 0;
	-webkit-transition: color 0.15s ease-in-out,
		background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.form-control::-webkit-file-upload-button {
		-webkit-transition: none;
		transition: none;
	}
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
	background-color: #dde0e3;
}
textarea.form-control {
	min-height: calc(1.66em + 2.75rem + 1px);
}
.form-check {
	display: block;
	min-height: 1.66rem;
	padding-left: 1.75em;
	margin-bottom: 0.125rem;
}
.form-check .form-check-input {
	float: left;
	margin-left: -1.75em;
}
.form-check-input {
	width: 1.25em;
	height: 1.25em;
	margin-top: 0.205em;
	vertical-align: top;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px solid #000;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
}
.form-check-input[type="checkbox"] {
	border-radius: 0em;
}
.form-check-input[type="radio"] {
	border-radius: 50%;
}
.form-check-input:active {
	filter: brightness(90%);
}
.form-check-input:focus {
	border-color: #8e8e8e;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(28, 28, 28, 0.25);
}
.form-check-input:checked {
	background-color: #000;
	border-color: #000;
}
.form-check-input:checked[type="checkbox"] {
	background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27M6 10l3 3l6-6%27/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"] {
	background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%272%27 fill=%27%23fff%27/%3e%3c/svg%3e");
}
.form-check-input[type="checkbox"]:indeterminate {
	background-color: #1c1c1c;
	border-color: #1c1c1c;
	background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27M6 10h8%27/%3e%3c/svg%3e");
}
.form-check-input:disabled {
	pointer-events: none;
	filter: none;
	opacity: 0.5;
}
.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}
.input-group > .form-control {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
}
.input-group > .form-control:focus {
	z-index: 3;
}
.input-group .btn {
	position: relative;
	z-index: 2;
}
.input-group .btn:focus {
	z-index: 3;
}
.input-group:not(.has-validation)
> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.input-group
> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	margin-left: -0.5px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.d-flex {
	display: flex !important;
}
.d-inline-flex {
	display: inline-flex !important;
}
.d-none {
	display: none !important;
}
.shadow {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.position-relative {
	position: relative !important;
}
.position-fixed {
	position: fixed !important;
}
.end-0 {
	right: 0 !important;
}
.border {
	border: 1px solid #000 !important;
}
.border-bottom {
	border-bottom: 1px solid #000 !important;
}
.border-secondary {
	border-color: #1d3557 !important;
}
.w-100 {
	width: 100% !important;
}
.h-100 {
	height: 100% !important;
}
.flex-column {
	flex-direction: column !important;
}
.flex-wrap {
	flex-wrap: wrap !important;
}
.justify-content-end {
	justify-content: flex-end !important;
}
.justify-content-center {
	justify-content: center !important;
}
.justify-content-between {
	justify-content: space-between !important;
}
.align-items-center {
	align-items: center !important;
}
.order-first {
	order: -1 !important;
}
.order-last {
	order: 6 !important;
}
.m-0 {
	margin: 0 !important;
}
.m-auto {
	margin: auto !important;
}
.my-2 {
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important;
}
.my-5 {
	margin-top: 2rem !important;
	margin-bottom: 2rem !important;
}
.my-48 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
}
.mt-1 {
	margin-top: 0.25rem !important;
}
.mt-3 {
	margin-top: 1rem !important;
}
.mt-5 {
	margin-top: 2rem !important;
}
.mt-72 {
	margin-top: 4.5rem !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.mb-1 {
	margin-bottom: 0.25rem !important;
}
.mb-2 {
	margin-bottom: 0.5rem !important;
}
.mb-3 {
	margin-bottom: 1rem !important;
}
.mb-4 {
	margin-bottom: 1.5rem !important;
}
.mb-5 {
	margin-bottom: 2rem !important;
}
.mb-48 {
	margin-bottom: 3rem !important;
}
.mb-64 {
	margin-bottom: 4rem !important;
}
.ms-3 {
	margin-left: 1rem !important;
}
.ms-5 {
	margin-left: 2rem !important;
}
.ms-auto {
	margin-left: auto !important;
}
.p-0 {
	padding: 0 !important;
}
.px-2 {
	padding-right: 0.5rem !important;
	padding-left: 0.5rem !important;
}
.px-3 {
	padding-right: 1rem !important;
	padding-left: 1rem !important;
}
.py-1 {
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important;
}
.py-3 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}
.py-4 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}
.py-5 {
	padding-top: 2rem !important;
	padding-bottom: 2rem !important;
}
.py-40 {
	padding-top: 2.5rem !important;
	padding-bottom: 2.5rem !important;
}
.py-48 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}
.py-80 {
	padding-top: 5rem !important;
	padding-bottom: 5rem !important;
}
.pt-3 {
	padding-top: 1rem !important;
}
.pt-5 {
	padding-top: 2rem !important;
}
.pt-40 {
	padding-top: 2.5rem !important;
}
.pt-48 {
	padding-top: 3rem !important;
}
.pt-64 {
	padding-top: 4rem !important;
}
.pt-80 {
	padding-top: 5rem !important;
}
.pt-96 {
	padding-top: 6rem !important;
}
.pe-3 {
	padding-right: 1rem !important;
}
.pb-5 {
	padding-bottom: 2rem !important;
}
.pb-64 {
	padding-bottom: 4rem !important;
}
.pb-96 {
	padding-bottom: 6rem !important;
}
.pb-130 {
	padding-bottom: 8.125rem !important;
}
.fw-light {
	font-weight: 300 !important;
}
.text-start {
	text-align: left !important;
}
.text-end {
	text-align: right !important;
}
.text-center {
	text-align: center !important;
}
.text-lowercase {
	text-transform: lowercase !important;
}
.text-white {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
	--bs-text-opacity: 1;
	color: #6c757d !important;
}
.bg-primary {
	--bs-bg-opacity: 1;
	background-color: rgba(
		var(--bs-primary-rgb),
		var(--bs-bg-opacity)
	) !important;
}
.bg-light {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
@media (min-width: 576px) {
	.text-sm-start {
		text-align: left !important;
	}
	.text-sm-end {
		text-align: right !important;
	}
}
@media (min-width: 768px) {
	.d-md-none {
		display: none !important;
	}
	.order-md-last {
		order: 6 !important;
	}
	.mt-md-80 {
		margin-top: 5rem !important;
	}
	.mb-md-5 {
		margin-bottom: 2rem !important;
	}
	.pt-md-5 {
		padding-top: 2rem !important;
	}
	.pt-md-96 {
		padding-top: 6rem !important;
	}
}
@media (min-width: 992px) {
	.d-lg-block {
		display: block !important;
	}
	.d-lg-flex {
		display: flex !important;
	}
	.flex-lg-column {
		flex-direction: column !important;
	}
	.justify-content-lg-center {
		justify-content: center !important;
	}
	.justify-content-lg-between {
		justify-content: space-between !important;
	}
	.align-items-lg-end {
		align-items: flex-end !important;
	}
	.order-lg-first {
		order: -1 !important;
	}
	.order-lg-last {
		order: 6 !important;
	}
	.m-lg-0 {
		margin: 0 !important;
	}
	.my-lg-80 {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important;
	}
	.mt-lg-0 {
		margin-top: 0 !important;
	}
	.mt-lg-96 {
		margin-top: 6rem !important;
	}
	.mb-lg-4 {
		margin-bottom: 1.5rem !important;
	}
	.mb-lg-5 {
		margin-bottom: 2rem !important;
	}
	.mb-lg-40 {
		margin-bottom: 2.5rem !important;
	}
	.mb-lg-48 {
		margin-bottom: 3rem !important;
	}
	.mb-lg-64 {
		margin-bottom: 4rem !important;
	}
	.mb-lg-72 {
		margin-bottom: 4.5rem !important;
	}
	.mb-lg-120 {
		margin-bottom: 7.5rem !important;
	}
	.ms-lg-64 {
		margin-left: 4rem !important;
	}
	.ms-lg-auto {
		margin-left: auto !important;
	}
	.py-lg-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	.py-lg-40 {
		padding-top: 2.5rem !important;
		padding-bottom: 2.5rem !important;
	}
	.py-lg-240 {
		padding-top: 15rem !important;
		padding-bottom: 15rem !important;
	}
	.pt-lg-0 {
		padding-top: 0 !important;
	}
	.pt-lg-3 {
		padding-top: 1rem !important;
	}
	.pt-lg-40 {
		padding-top: 2.5rem !important;
	}
	.pt-lg-48 {
		padding-top: 3rem !important;
	}
	.pt-lg-72 {
		padding-top: 4.5rem !important;
	}
	.pt-lg-96 {
		padding-top: 6rem !important;
	}
	.pt-lg-130 {
		padding-top: 8.125rem !important;
	}
	.pt-lg-180 {
		padding-top: 11.25rem !important;
	}
	.pt-lg-240 {
		padding-top: 15rem !important;
	}
	.pe-lg-64 {
		padding-right: 4rem !important;
	}
	.pe-lg-72 {
		padding-right: 4.5rem !important;
	}
	.pe-lg-80 {
		padding-right: 5rem !important;
	}
	.pe-lg-96 {
		padding-right: 6rem !important;
	}
	.pe-lg-120 {
		padding-right: 7.5rem !important;
	}
	.pb-lg-0 {
		padding-bottom: 0 !important;
	}
	.pb-lg-5 {
		padding-bottom: 2rem !important;
	}
	.pb-lg-48 {
		padding-bottom: 3rem !important;
	}
	.pb-lg-64 {
		padding-bottom: 4rem !important;
	}
	.pb-lg-80 {
		padding-bottom: 5rem !important;
	}
	.pb-lg-130 {
		padding-bottom: 8.125rem !important;
	}
	.pb-lg-200 {
		padding-bottom: 12.5rem !important;
	}
	.pb-lg-280 {
		padding-bottom: 17.5rem !important;
	}
	.ps-lg-64 {
		padding-left: 4rem !important;
	}
	.ps-lg-120 {
		padding-left: 7.5rem !important;
	}
	.ps-lg-130 {
		padding-left: 8.125rem !important;
	}
	.text-lg-end {
		text-align: right !important;
	}
	.text-lg-center {
		text-align: center !important;
	}
}
@media (min-width: 1200px) {
	.d-xl-block {
		display: block !important;
	}
	.pt-xl-0 {
		padding-top: 0 !important;
	}
	.pt-xl-40 {
		padding-top: 2.5rem !important;
	}
	.pt-xl-96 {
		padding-top: 6rem !important;
	}
	.pt-xl-200 {
		padding-top: 12.5rem !important;
	}
	.pb-xl-48 {
		padding-bottom: 3rem !important;
	}
	.pb-xl-130 {
		padding-bottom: 8.125rem !important;
	}
}
@media (min-width: 1520px) {
	.d-xxl-block {
		display: block !important;
	}
	.mb-xxl-48 {
		margin-bottom: 3rem !important;
	}
	.pb-xxl-130 {
		padding-bottom: 8.125rem !important;
	}
	.pb-xxl-200 {
		padding-bottom: 12.5rem !important;
	}
}
.wpcf7-not-valid-tip {
	color: #dc3545;
}
.wpcf7 form .wpcf7-response-output {
	margin: 2em 0 1em;
	text-align: center;
	line-height: 3;
}
.wpcf7 form.invalid .wpcf7-response-output {
	color: #af8101;
	border-color: #af8101;
	background: #fff;
}
.wpcf7 form.sent .wpcf7-response-output {
	background: #fff;
	color: #46b450;
	border-color: #46b450;
}
.wpcf7-list-item-label {
	font-size: 1rem;
}
.accordion-header {
	border-bottom: 1px solid #fff !important;
}
#mega-menu-wrap-navbar
.mega-menu-toggle
.mega-toggle-block-1
.mega-toggle-animated-slider
.mega-toggle-animated-inner::before {
	top: 12px;
}
#mega-menu-wrap-navbar
.mega-menu-toggle
.mega-toggle-block-1
.mega-toggle-animated-slider
.mega-toggle-animated-inner::after {
	top: 25px;
}
#mega-menu-wrap-navbar
.mega-menu-toggle.mega-menu-open
.mega-toggle-block-1
.mega-toggle-animated-slider
.mega-toggle-animated-inner::after {
	transform: translate3d(0, -24px, 0) rotate(-90deg);
}
.form-control,
.wpcf7-list-item-label,
footer p:last-of-type {
	font-family: "HelveticaNeueLTPro-Roman", sans-serif;
}
.label-link {
	font-family: "HelveticaNeueLTPro-Bd", sans-serif;
}
.form-check span.wpcf7-list-item-label {
	margin-left: 1.25rem;
}
#mega-menu-wrap-navbar
#mega-menu-navbar
> li.mega-menu-item
> a.mega-menu-link {
	font-size: 2rem;
	margin-bottom: 0.75em;
}
@media (min-width: 992px) {
	#mega-menu-wrap-navbar
	#mega-menu-navbar
	> li.mega-menu-item
	> a.mega-menu-link {
		font-size: 2rem;
		margin-bottom: 1em;
	}
}
.logo {
	max-width: 7rem;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
}
@media (min-width: 768px) {
	.logo {
		max-width: 10rem;
	}
}
@media (min-width: 1200px) {
	.logo {
		max-width: 13.125rem;
	}
}
.logo-footer {
	width: auto;
	height: 3.5rem;
	-o-object-fit: cover;
	object-fit: cover;
}
.site-main-header {
	z-index: 2;
	transition: all 0.2s ease-in-out;
}
.page-header {
	min-height: 3rem;
}
.base-button {
	background-color: rgba(0, 0, 0, 0);
	border: none;
	font-size: 1.125rem;
}
.base-button svg {
	margin-left: 1rem;
	transition: transform 0.2s ease-in-out;
}
.base-button svg path {
	fill: #ff7500;
}
.base-button:disabled svg path {
	fill: rgba(16, 16, 16, 0.3);
}
.base-button:not(:disabled):hover svg {
	transform: translateX(0.375rem);
}
.custom-img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
	-o-object-position: center;
	object-position: center;
}
.content-spacer {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
@media (min-width: 992px) {
	.content-spacer {
		padding-top: 9rem;
		padding-bottom: 9rem;
	}
}
@media (min-width: 992px) {
	.content-spacer--offer {
		padding-top: 7.125rem;
		padding-bottom: 3rem;
	}
}
@media (min-width: 1200px) {
	.content-spacer--offer {
		padding-top: 9rem;
		padding-bottom: 9rem;
	}
}
.content-spacer-md {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
@media (min-width: 992px) {
	.content-spacer-md {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
}
@media (min-width: 1520px) {
	.content-spacer-md {
		padding-top: 6rem !important;
		padding-bottom: 6rem;
	}
}
.background-panel {
	height: calc(100% + 4.375rem);
	width: 100%;
	z-index: 1;
}
@media (min-width: 992px) {
	.background-panel-content {
		padding-left: 7em;
		max-width: 42.5rem;
	}
}
.min-img-h {
	min-height: 20em;
}
@media (min-width: 768px) {
	.min-img-h {
		min-height: 50em;
	}
}
@media (min-width: 992px) {
	.max-img-h {
		max-height: 50rem;
	}
}
@media (min-width: 992px) {
	.max-img-h--showrooms {
		max-height: 34.375rem;
	}
}
@media (min-width: 992px) {
	.home-section-1-bg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}
@media (min-width: 992px) {
	.about-us-s1-bg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}
@media (min-width: 992px) {
	.offer-section-1-bg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}
.offer-section-1-panel {
	width: calc(50% - 1rem);
	position: absolute;
	z-index: 1;
}
@media (min-width: 992px) {
	.offer-section-1-panel {
		min-height: 45rem;
	}
}
@media (min-width: 1200px) {
	.offer-section-1-panel {
		min-height: 47rem;
	}
}
@media (min-width: 1520px) {
	.offer-section-1-panel {
		/*     min-height: 62rem; */
		min-height:46rem;
	}
}
@media (min-width: 112.5rem) {
	.offer-section-1-panel {
		/*     min-height: 64rem; */
		min-height: 46rem;
	}
}
@media (max-width: 991.98px) {
	.section-bg {
		background-color: #1c1c1c;
	}
}
@media (max-width: 1199.98px) {
	.section-bg-product {
		background-color: #1c1c1c;
	}
}
@media (max-width: 1199.98px) {
	.section-bg-transparent {
		background-color: rgba(0, 0, 0, 0);
	}
}
@media (min-width: 992px) {
	.home-section-4-bg {
		position: absolute;
		top: 35%;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0) !important;
	}
}
@media (min-width: 992px) {
	.product-section-w-panel {
		position: absolute;
		top: 35%;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0) !important;
	}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.product-section-w-panel .content-spacer-md {
		padding-top: 3rem;
	}
}
.product-section-panel {
	width: calc(50% - 15px);
	position: absolute;
	z-index: 1;
	right: 0;
}
@media (min-width: 992px) {
	.home-section-5-bg {
		position: absolute;
		top: 35%;
		left: 0;
		width: 100%;
		height: 100%;
	}
}
@media (min-width: 992px) {
	.about-us-s2-bg {
		position: absolute;
		top: 35%;
		left: 0;
		width: 100%;
		height: 100%;
	}
}
@media (min-width: 1200px) {
	.w-xl-50 {
		width: calc(50% - 15px);
	}
}
@media (min-width: 992px) {
	.w-lg-50 {
		width: calc(50% + 15px);
	}
}
.h-50r {
	min-height: 53rem;
}
@media (min-width: 1200px) {
	.h-50r {
		min-height: calc(46rem + 5vw);
	}
}
@media (min-width: 84.375rem) {
	.h-50r {
		min-height: calc(45rem + 5vw) !important;
	}
}
@media (min-width: 90.625rem) {
	.h-50r {
		min-height: calc(48rem + 5vw) !important;
	}
}
@media (min-width: 1520px) {
	.h-50r {
		min-height: calc(53rem + 5vw);
	}
}
@media (min-width: 99.9375rem) {
	.h-50r {
		min-height: calc(58rem + 5vw) !important;
	}
}
@media (min-width: 119.9375rem) {
	.h-50r {
		min-height: calc(60rem + 5vw) !important;
	}
}
.custom-menu-header {
	height: 5rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
@media (min-width: 992px) {
	.custom-menu-header {
		height: 6rem;
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
}
.custom-img--about-us {
	width: auto;
	height: 100px;
}
@media (min-width: 992px) {
	.custom-img--about-us {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center;
	}
}
.products-top-panel {
	width: calc(50% - 15px);
	position: absolute;
	min-height: 15rem;
	z-index: 1;
}
@media (min-width: 1200px) {
	.products-top-panel {
		min-height: 27rem;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.products-top-panel {
		padding-bottom: 13rem !important;
	}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.home-min-h {
		min-height: 54rem;
	}
}
@media (min-width: 1200px) and (max-width: 1519.98px) {
	.home-min-h {
		min-height: 64rem;
	}
}
@media (min-width: 1520px) {
	.home-min-h {
		min-height: 70rem;
	}
}
@media (max-width: 767.98px) {
	.post-md-small .post-date,
	.post-md-small .post-heading,
	.post-md-small .post-excerpt {
		display: none;
	}
	.post-md-small .post-md-title {
		font-size: 1rem;
	}
	.post-md-small .post-read-more,
	.post-md-small .post-md-date {
		font-size: 0.875rem;
	}
	.post-md-small .post-md-title,
	.post-md-small .post-md-date {
		margin-top: 0;
		display: block;
	}
	.post-md-small .index-post-thumbnail-wrapper {
		height: unset;
	}
	.post-md-small .index-post-thumbnail-wrapper img {
		width: 100%;
		height: 100%;
		-o-object-position: 50% 50%;
		object-position: 50% 50%;
		-o-object-fit: cover;
		object-fit: cover;
		max-width: 100%;
	}
	.post-md-small:first {
		border: 1px solid red;
	}
	.post-md-small header {
		height: 100%;
	}
	.post-md-small .post-read-more {
		line-height: inherit !important;
	}
}
@media (max-width: 767.98px) {
	.post-md-small .post-md-border {
		padding: 1.25rem 0;
		border-top: 1px solid #000;
	}
	.post-md-small:last-of-type .post-md-border {
		border-bottom: 1px solid #000;
	}
}
.index-post-thumbnail-wrapper {
	height: 20rem;
}
@media (min-width: 576px) {
	.index-post-thumbnail-wrapper {
		height: 25rem;
	}
}
@media (min-width: 768px) {
	.index-post-thumbnail-wrapper {
		height: 16.25rem;
	}
	.index-post-thumbnail-wrapper .ratio {
		height: 100%;
	}
	.index-post-thumbnail-wrapper .ratio::before {
		display: none;
	}
	.index-post-thumbnail-wrapper .post-md-image {
		position: static;
	}
}
@media (min-width: 1200px) {
	.index-post-thumbnail-wrapper {
		height: 20rem;
	}
}
@media (min-width: 1520px) {
	.index-post-thumbnail-wrapper {
		height: 24.0625rem;
	}
}
@media (max-width: 767.98px) {
	.post-main-img-wrapper,
	.post-custom-img-wrapper {
		--bs-aspect-ratio: 125%;
	}
}
.image-fit {
	max-width: 100%;
	text-align: center;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	display: flex;
	width: 100%;
	height: 100%;
	flex: 1 1 0%;
}
.font-weight-400 {
	font-weight: 400 !important;
}
a {
	transition: color 0.2s ease-in-out;
}
.product-card-title {
	transition: color 0.2s ease-in-out;
	font-size: 1rem;
}
@media (min-width: 992px) {
	.product-card-title {
		font-size: 1.3125rem;
	}
}
.product-card-title:hover {
	color: rgba(28, 28, 28, 0.8);
}
.download-link {
	font-size: 1.125rem;
	padding: 1em 1.6em;
	display: block;
	background-color: #fff;
	transition: background-color 0.2s ease-in-out;
}
.download-link:hover {
	background-color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 992px) {
	.download-link {
		padding: 1.6em 1.6em;
	}
}
.page-download-heading {
	padding-top: 1.9em;
	padding-bottom: 0.8em;
}
.site-footer ul {
	list-style: none;
	padding: 0;
}
.site-footer ul,
.site-footer .footer-logo-container {
	font-size: 0.5rem;
	margin-bottom: 4em;
}
@media (min-width: 768px) {
	.site-footer ul,
	.site-footer .footer-logo-container {
		font-size: 0.75rem;
	}
}
@media (min-width: 992px) {
	.site-footer ul,
	.site-footer .footer-logo-container {
		font-size: 1rem;
	}
}
.site-footer li {
	margin-bottom: 0.9375em;
}
.site-footer a,
.site-footer p {
	color: #fff;
	font-size: 1.125rem;
	line-height: 1.41;
}
@media (min-width: 768px) {
	.site-footer a,
	.site-footer p {
		font-size: 1.5rem;
	}
}
.site-footer a:hover {
	color: rgba(255, 255, 255, 0.7);
}
.site-footer .footer-socials-heading {
	margin-bottom: 1.5em;
}
.contact-details .contact-detail {
	font-size: 1.125rem;
	line-height: 1.77;
}
.contact-details .contact-detail a:hover {
	text-decoration: underline;
}
.contact-details .contact-details-heading {
	font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
	.contact-details .contact-details-heading {
		font-size: 2.5rem;
	}
}
.cms-p {
	font-family: "HelveticaNeueLTPro-Roman", sans-serif;
	font-size: 1rem;
	line-height: 1.6666666667;
	margin-bottom: 1em;
}
@media (min-width: 992px) {
	.cms-p {
		font-size: 1.125rem;
	}
}
.cms-p a {
	font-family: "HelveticaNeueLTPro-Bd", sans-serif;
}
.custom-dot {
	font-family: auto;
}
.testimonial-signature > a {
	display: inline-block;
	font-size: 1.125rem;
	color: #fff;
	font-weight: bold;
	line-height: 1.4166666667;
	padding-bottom: 1em;
}
@media (min-width: 1200px) {
	.testimonial-signature > a {
		font-size: 1.5rem;
	}
}
.testimonial-content > a {
	display: inline-block;
	font-family: "HelveticaNeueLTPro-Roman", sans-serif;
	color: #fff;
	font-size: 1rem;
	line-height: 1.6666666667;
}
@media (min-width: 1200px) {
	.testimonial-content > a {
		font-size: 1.125rem;
	}
}
.testimonial-slide {
	padding-left: 0.0625rem;
}
@media (min-width: 992px) {
	.testimonial-slide {
		padding-right: 5em;
	}
}
.form-check span.wpcf7-list-item {
	line-height: 1.95;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.h1 {
		font-size: 2.8125rem;
	}
}
@media (min-width: 1200px) and (max-width: 1519.98px) {
	.h1 {
		font-size: 3.4375rem;
	}
}
@media (max-width: 991.98px) {
	.page-template-template-oferta h1:not(:first-of-type),
	.page-template-template-oferta .h1:not(:first-of-type) {
		font-size: 2.5rem;
	}
}
@media (max-width: 991.98px) {
	.page-template-template-oferta h2:not(:first-of-type),
	.page-template-template-oferta .h2:not(:first-of-type) {
		font-size: 1.75rem;
	}
}
@media (max-width: 991.98px) {
	.h1,
	h2,
	.h2 {
		font-size: 2.5rem;
	}
}
@media (max-width: 767.98px) {
	.h1,
	h2,
	.h2 {
		font-size: 2.1875rem;
	}
}
@media (max-width: 575.98px) {
	.h1,
	h2,
	.h2 {
		font-size: 1.75rem;
	}
}
/* .page-template-template-home .home-section-1-bg h1,
.page-template-template-home .home-section-1-bg .h1 {
font-size: 2.5rem;
}
@media (min-width: 992px) {
.page-template-template-home .home-section-1-bg h1,
.page-template-template-home .home-section-1-bg .h1 {
font-size: 3.125rem;
}
}
@media (min-width: 1200px) {
.page-template-template-home .home-section-1-bg h1,
.page-template-template-home .home-section-1-bg .h1 {
font-size: 4.375rem;
}
}
@media (min-width: 1520px) {
.page-template-template-home .home-section-1-bg h1,
.page-template-template-home .home-section-1-bg .h1 {
font-size: 5.625rem;
}
} */
.post-summary,
.post-content {
	font-size: 1rem;
}
@media (min-width: 992px) {
	.post-summary,
	.post-content {
		font-size: 1.125rem;
	}
}
.post-content p {
	margin-bottom: 2em;
}
.breadcrumbs {
	font-family: "HelveticaNeueLTPro-Roman", sans-serif;
	font-size: 0.875rem;
}
.post.current-item {
	color: #ff7500;
}
.animatable,
.animatable2 {
	visibility: hidden;
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}
@media (min-width: 768px) {
	.animatable-md {
		visibility: hidden;
		-webkit-animation-play-state: paused;
		animation-play-state: paused;
	}
}
@media (max-width: 767.98px) {
	.pause-md {
		-webkit-animation-play-state: paused;
		animation-play-state: paused;
	}
}
.animated {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.box-anim .lab-anim {
	position: relative;
	z-index: 1;
	transition: 0.4s ease;
	transform: translateY(2em);
	pointer-events: none;
	transform-origin: left;
}
.box-anim.focused .lab-anim {
	transform: scale(0.8);
}
.box-anim > label {
	font-size: 1.25rem;
}
.link-is-active {
	transition: all 0.2s ease-in-out;
	font-weight: 700 !important;
	color: #1c1c1c !important;
}
#slide-prev,
#slide-next {
	background-color: rgba(0, 0, 0, 0);
	border: none;
	transition: background-color 0.2s ease-in-out;
}
#slide-prev svg path,
#slide-next svg path {
	fill: #ff7500;
	transition: fill 0.2s ease-in-out;
}
#slide-prev:hover,
#slide-next:hover {
	background-color: #fff;
}
#slide-prev:hover svg path,
#slide-next:hover svg path {
	fill: #ff7500;
}
.product-slider-controls {
	position: absolute;
	bottom: 1rem;
	width: 100%;
}
@media (min-width: 992px) {
	.product-slider-controls {
		bottom: 4rem;
	}
}
#slide-prev.--product,
#slide-next.--product {
	width: 3rem;
	height: 3rem;
	background-color: #1c1c1c;
}
@media (min-width: 576px) {
	#slide-prev.--product,
	#slide-next.--product {
		width: 3.5rem;
		height: 3.5rem;
	}
}
@media (min-width: 768px) {
	#slide-prev.--product,
	#slide-next.--product {
		width: 4rem;
		height: 4rem;
	}
}
@media (min-width: 992px) {
	#slide-prev.--product,
	#slide-next.--product {
		width: 4.5rem;
		height: 4.5rem;
	}
}
#slide-prev.--product:hover,
	#slide-next.--product:hover {
		background-color: #fff;
}
.logo-black path,
.logo-black rect {
	fill: #000;
}
.logo-white path,
.logo-white rect {
	fill: #fff;
}
.products-heading-bg {
	width: 50%;
	height: 27.3125rem;
	display: flex;
	align-items: center;
	padding-left: 12.5%;
}
.link-svg svg path {
	fill: #ff7500;
}
.link-svg svg {
	transition: transform 0.2s ease-in-out;
}
.link-svg:hover svg {
	transform: translateX(0.5rem);
}
.link-svg.--black svg path {
	fill: #1c1c1c;
}
.accordion-body ul {
	padding: 0;
	list-style-type: none;
}
ul.max-mega-menu.mega-menu-horizontal {
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
}
.navbar_top_menu--open {
	opacity: 1 !important;
	z-index: 1055 !important;
	pointer-events: all !important;
}
.navbar_top_menu__close {
	opacity: 0;
	width: 40px;
	height: 40px;
	transform: rotate(45deg);
	transition: opacity 0.4s 0.4s ease-in-out, transform 0.4s 0.5s ease-in-out;
}
@media (max-width: 991.98px) {
	.menu-open-btn,
	.navbar_top_menu__close {
		width: 30px;
		height: 30px;
	}
}
.navbar_top_menu__close--visible {
	transform: rotate(0);
	opacity: 1;
}
.block-scroll {
	overflow-y: hidden;
}
.navbar_top_menu {
	position: fixed;
	padding: 0 !important;
	width: 100vw;
	height: 100vh;
	opacity: 0;
	display: block !important;
	transition: all 0.4s ease-in-out;
	background-color: #1c1c1c;
	z-index: -1;
	pointer-events: none;
	overflow: scroll;
}
.unstyled-btn {
	outline: none;
	background: none;
	border: none;
	padding: 0;
}
.modal-close--black svg {
	width: 1.5rem;
	height: 1.5rem;
}
.modal-close--black svg path {
	fill: #000;
}
@media (min-width: 1200px) {
	.product-hero-img {
		width: 100%;
	}
}
@media (max-width: 767.98px) {
	.product-img-max-h {
		max-width: 100%;
		min-height: 25rem;
		max-height: 26.25rem;
	}
}
@media (max-width: 991.98px) {
	.product-img-max-h {
		max-width: 100%;
		min-height: 30rem;
		max-height: 45rem;
	}
}
@media (max-width: 991.98px) {
	.bg-lg-down-white {
		background-color: #fff;
	}
}
.image-border {
	border: 1px solid #d4d4d4;
}
@media (max-width: 767.98px) {
	.product-card-image {
		max-width: 180px;
		display: block;
		margin: 0 auto;
	}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.offer-section-1-bg .content-spacer {
		padding-top: 3rem;
	}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	.offer-section-1-panel {
		min-height: 40rem;
	}
}
.product-card-image {
	max-height: 350px;
	min-height: 170px;
}
@media (min-width: 768px) {
	.product-card-image {
		min-height: 400px;
	}
}
@media (min-width: 1530px) {
	.product-card-image {
		max-height: 400px;
		min-height: 400px;
	}
}
@media (min-width: 992px) {
	.home-s1-panel {
		width: calc(50% - 15px);
		position: absolute;
		z-index: 1;
		min-height: 46rem;
	}
}
@media (min-width: 1200px) {
	.home-s1-panel {
		min-height: 46rem;
	}
}
@media (min-width: 1520px) {
	.home-s1-panel {
		min-height: 48rem;
	}
}
.post-card .post-read-more {
	font-family: "HelveticaNeueLTPro-Bd", sans-serif;
	line-height: 4rem;
}
.post-heading {
	margin-bottom: 0.5em;
}
.post-date {
	display: block;
	margin: 0.75em 0;
}
.single-post .post-summary,
.single-post time,
.single-post .post-content,
.post-card .post-summary,
.post-card time {
	font-family: "HelveticaNeueLTPro-Roman", sans-serif;
}
@media (min-width: 992px) {
	.post-card.post-outstanding .post-date {
		margin-top: 0;
	}
}
.single-post .post-date {
	margin-top: 0;
}
.related-posts .post-date {
	margin: 0.75em 0;
}
.pagination {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}
.page-item {
	font-size: 1.125rem;
	margin: 0 1em;
}
.page-item.active {
	color: #ff7500;
}
@media (min-width: 992px) {
	.index-post-image {
		max-height: 25rem;
	}
}
.post-outstanding-image {
	height: 20rem;
}
@media (min-width: 576px) {
	.post-outstanding-image {
		height: 25rem;
	}
}
@media (min-width: 992px) {
	.post-outstanding-image {
		height: 36.5625rem;
	}
}
@media (max-width: 767.98px) {
	.post-md-custom-col {
		max-width: 30%;
	}
}
.img-fill {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.family-400 {
	font-family: 'HelveticaNeueLTPro-Roman' !important;
}