@charset "UTF-8";
@import url("../fonts/DINPro/stylesheet.css");
@import url("../fonts/Cignika/stylesheet.css");
:root,
[data-bs-theme="light"] {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #ff4242;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #89d61c;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-black: #000;
	--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: #ff4242;
	--bs-secondary: #29a9a8;
	--bs-success: #89d61c;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #ff4242;
	--bs-light: #efefef;
	--bs-dark: #1a1a1a;
	--bs-black: #000;
	--bs-white: #fff;
	--bs-primary-rgb: 255, 66, 66;
	--bs-secondary-rgb: 41, 169, 168;
	--bs-success-rgb: 137, 214, 28;
	--bs-info-rgb: 13, 202, 240;
	--bs-warning-rgb: 255, 193, 7;
	--bs-danger-rgb: 255, 66, 66;
	--bs-light-rgb: 239, 239, 239;
	--bs-dark-rgb: 26, 26, 26;
	--bs-black-rgb: 0, 0, 0;
	--bs-white-rgb: 255, 255, 255;
	--bs-primary-text-emphasis: #661a1a;
	--bs-secondary-text-emphasis: #104443;
	--bs-success-text-emphasis: #37560b;
	--bs-info-text-emphasis: #055160;
	--bs-warning-text-emphasis: #664d03;
	--bs-danger-text-emphasis: #661a1a;
	--bs-light-text-emphasis: #495057;
	--bs-dark-text-emphasis: #495057;
	--bs-primary-bg-subtle: #ffd9d9;
	--bs-secondary-bg-subtle: #d4eeee;
	--bs-success-bg-subtle: #e7f7d2;
	--bs-info-bg-subtle: #cff4fc;
	--bs-warning-bg-subtle: #fff3cd;
	--bs-danger-bg-subtle: #ffd9d9;
	--bs-light-bg-subtle: #fcfcfd;
	--bs-dark-bg-subtle: #ced4da;
	--bs-primary-border-subtle: #ffb3b3;
	--bs-secondary-border-subtle: #a9dddc;
	--bs-success-border-subtle: #d0efa4;
	--bs-info-border-subtle: #9eeaf9;
	--bs-warning-border-subtle: #ffe69c;
	--bs-danger-border-subtle: #ffb3b3;
	--bs-light-border-subtle: #e9ecef;
	--bs-dark-border-subtle: #adb5bd;
	--bs-white-rgb: 255, 255, 255;
	--bs-black-rgb: 0, 0, 0;
	--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, 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: "DIN Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.3;
	--bs-body-color: #212529;
	--bs-body-color-rgb: 33, 37, 41;
	--bs-body-bg: #fff;
	--bs-body-bg-rgb: 255, 255, 255;
	--bs-emphasis-color: #000;
	--bs-emphasis-color-rgb: 0, 0, 0;
	--bs-secondary-color: rgba(33, 37, 41, 0.75);
	--bs-secondary-color-rgb: 33, 37, 41;
	--bs-secondary-bg: #ececec;
	--bs-secondary-bg-rgb: 236, 236, 236;
	--bs-tertiary-color: rgba(33, 37, 41, 0.5);
	--bs-tertiary-color-rgb: 33, 37, 41;
	--bs-tertiary-bg: #f8f9fa;
	--bs-tertiary-bg-rgb: 248, 249, 250;
	--bs-heading-color: inherit;
	--bs-link-color: #29a9a8;
	--bs-link-color-rgb: 41, 169, 168;
	--bs-link-decoration: none;
	--bs-link-hover-color: #218786;
	--bs-link-hover-color-rgb: 33, 135, 134;
	--bs-link-hover-decoration: underline;
	--bs-code-color: #d63384;
	--bs-highlight-color: #212529;
	--bs-highlight-bg: #fff3cd;
	--bs-border-width: 1px;
	--bs-border-style: solid;
	--bs-border-color: #dee2e6;
	--bs-border-color-translucent: rgba(0, 0, 0, 0.175);
	--bs-border-radius: 0.75rem;
	--bs-border-radius-sm: 0.25rem;
	--bs-border-radius-lg: 0.5rem;
	--bs-border-radius-xl: 1rem;
	--bs-border-radius-xxl: 2rem;
	--bs-border-radius-2xl: var(--bs-border-radius-xxl);
	--bs-border-radius-pill: 50rem;
	--bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	--bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
	--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
	--bs-focus-ring-width: 0.25rem;
	--bs-focus-ring-opacity: 0.25;
	--bs-focus-ring-color: rgba(136, 136, 136, 0.2);
	--bs-form-valid-color: #89d61c;
	--bs-form-valid-border-color: #89d61c;
	--bs-form-invalid-color: #ff4242;
	--bs-form-invalid-border-color: #ff4242;
}

[data-bs-theme="dark"] {
	color-scheme: dark;
	--bs-body-color: #dee2e6;
	--bs-body-color-rgb: 222, 226, 230;
	--bs-body-bg: #212529;
	--bs-body-bg-rgb: 33, 37, 41;
	--bs-emphasis-color: #fff;
	--bs-emphasis-color-rgb: 255, 255, 255;
	--bs-secondary-color: rgba(222, 226, 230, 0.75);
	--bs-secondary-color-rgb: 222, 226, 230;
	--bs-secondary-bg: #343a40;
	--bs-secondary-bg-rgb: 52, 58, 64;
	--bs-tertiary-color: rgba(222, 226, 230, 0.5);
	--bs-tertiary-color-rgb: 222, 226, 230;
	--bs-tertiary-bg: #2b3035;
	--bs-tertiary-bg-rgb: 43, 48, 53;
	--bs-primary-text-emphasis: #ff8e8e;
	--bs-secondary-text-emphasis: #7fcbcb;
	--bs-success-text-emphasis: #b8e677;
	--bs-info-text-emphasis: #6edff6;
	--bs-warning-text-emphasis: #ffda6a;
	--bs-danger-text-emphasis: #ff8e8e;
	--bs-light-text-emphasis: #f8f9fa;
	--bs-dark-text-emphasis: #dee2e6;
	--bs-primary-bg-subtle: #330d0d;
	--bs-secondary-bg-subtle: #082222;
	--bs-success-bg-subtle: #1b2b06;
	--bs-info-bg-subtle: #032830;
	--bs-warning-bg-subtle: #332701;
	--bs-danger-bg-subtle: #330d0d;
	--bs-light-bg-subtle: #343a40;
	--bs-dark-bg-subtle: #1a1d20;
	--bs-primary-border-subtle: #992828;
	--bs-secondary-border-subtle: #196565;
	--bs-success-border-subtle: #528011;
	--bs-info-border-subtle: #087990;
	--bs-warning-border-subtle: #997404;
	--bs-danger-border-subtle: #992828;
	--bs-light-border-subtle: #495057;
	--bs-dark-border-subtle: #343a40;
	--bs-heading-color: inherit;
	--bs-link-color: #ff8e8e;
	--bs-link-hover-color: #ffa5a5;
	--bs-link-color-rgb: 255, 142, 142;
	--bs-link-hover-color-rgb: 255, 165, 165;
	--bs-code-color: #e685b5;
	--bs-highlight-color: #dee2e6;
	--bs-highlight-bg: #664d03;
	--bs-border-color: #495057;
	--bs-border-color-translucent: rgba(255, 255, 255, 0.15);
	--bs-form-valid-color: #b8e677;
	--bs-form-valid-border-color: #b8e677;
	--bs-form-invalid-color: #ff8e8e;
	--bs-form-invalid-border-color: #ff8e8e;
}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

.text-bg-primary {
	color: #fff !important;
	background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
	color: #000 !important;
	background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
	color: #000 !important;
	background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
	color: #000 !important;
	background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
	color: #000 !important;
	background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
	color: #fff !important;
	background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
	color: #000 !important;
	background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
	color: #fff !important;
	background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-black {
	color: #fff !important;
	background-color: RGBA(var(--bs-black-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-white {
	color: #000 !important;
	background-color: RGBA(var(--bs-white-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
	color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover,
.link-primary:focus {
	color: RGBA(204, 53, 53, var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(204, 53, 53, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
	color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover,
.link-secondary:focus {
	color: RGBA(84, 186, 185, var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(84, 186, 185, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
	color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover,
.link-success:focus {
	color: RGBA(161, 222, 73, var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(161, 222, 73, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
	color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover,
.link-info:focus {
	color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
	color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover,
.link-warning:focus {
	color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
	color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover,
.link-danger:focus {
	color: RGBA(204, 53, 53, var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(204, 53, 53, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
	color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover,
.link-light:focus {
	color: RGBA(242, 242, 242, var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(242, 242, 242, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
	color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover,
.link-dark:focus {
	color: RGBA(21, 21, 21, var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(21, 21, 21, var(--bs-link-underline-opacity, 1)) !important;
}

.link-black {
	color: RGBA(var(--bs-black-rgb), var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(var(--bs-black-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-black:hover,
.link-black:focus {
	color: RGBA(0, 0, 0, var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(0, 0, 0, var(--bs-link-underline-opacity, 1)) !important;
}

.link-white {
	color: RGBA(var(--bs-white-rgb), var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(var(--bs-white-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-white:hover,
.link-white:focus {
	color: RGBA(255, 255, 255, var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(255, 255, 255, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
	color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
	text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover,
.link-body-emphasis:focus {
	color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
	text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
	outline: 0;
	box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
	display: inline-flex;
	gap: 0.375rem;
	align-items: center;
	text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
	text-underline-offset: 0.25em;
	backface-visibility: hidden;
}
.icon-link > .bi {
	flex-shrink: 0;
	width: 1em;
	height: 1em;
	fill: currentcolor;
	transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
	.icon-link > .bi {
		transition: none;
	}
}

.icon-link-hover:hover > .bi,
.icon-link-hover:focus-visible > .bi {
	transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.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-4x3 {
	--bs-aspect-ratio: 75%;
}

.ratio-16x9 {
	--bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
	--bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
}

.sticky-top {
	position: sticky;
	top: 0;
	z-index: 1020;
}

.sticky-bottom {
	position: sticky;
	bottom: 0;
	z-index: 1020;
}

@media (min-width: 576px) {
	.sticky-sm-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
	.sticky-sm-bottom {
		position: sticky;
		bottom: 0;
		z-index: 1020;
	}
}
@media (min-width: 768px) {
	.sticky-md-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
	.sticky-md-bottom {
		position: sticky;
		bottom: 0;
		z-index: 1020;
	}
}
@media (min-width: 992px) {
	.sticky-lg-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
	.sticky-lg-bottom {
		position: sticky;
		bottom: 0;
		z-index: 1020;
	}
}
@media (min-width: 1200px) {
	.sticky-xl-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
	.sticky-xl-bottom {
		position: sticky;
		bottom: 0;
		z-index: 1020;
	}
}
@media (min-width: 1400px) {
	.sticky-xxl-top {
		position: sticky;
		top: 0;
		z-index: 1020;
	}
	.sticky-xxl-bottom {
		position: sticky;
		bottom: 0;
		z-index: 1020;
	}
}
.hstack {
	display: flex;
	flex-direction: row;
	align-items: center;
	align-self: stretch;
}

.vstack {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
	position: absolute !important;
}

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: "";
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.vr {
	display: inline-block;
	align-self: stretch;
	width: var(--bs-border-width);
	min-height: 1em;
	background-color: currentcolor;
	opacity: 0.25;
}

*,
*::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);
}

hr {
	margin: 1rem 0;
	color: inherit;
	border: 0;
	border-top: var(--bs-border-width) solid;
	opacity: 0.25;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
.tabs-section__tab-link,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
	margin-top: 0;
	margin-bottom: 0.5rem;
	font-family:
		"Cignika",
		system-ui,
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		Roboto,
		Oxygen,
		Ubuntu,
		Cantarell,
		"Open Sans",
		"Helvetica Neue",
		sans-serif;
	font-weight: 700;
	line-height: 1.2;
	color: var(--bs-heading-color);
}

h1,
.h1 {
	font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
	h1,
	.h1 {
		font-size: 3rem;
	}
}

h2,
.h2 {
	font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
	h2,
	.h2 {
		font-size: 2rem;
	}
}

h3,
.h3 {
	font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
	h3,
	.h3 {
		font-size: 1.75rem;
	}
}

h4,
.h4,
.tabs-section__tab-link {
	font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
	h4,
	.h4,
	.tabs-section__tab-link {
		font-size: 1.5rem;
	}
}

h5,
.h5 {
	font-size: 1.25rem;
}

h6,
.h6 {
	font-size: 1rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

ol,
ul {
	padding-left: 2rem;
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: 0.5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

b,
strong {
	font-weight: bolder;
}

small,
.small {
	font-size: 0.875em;
}

mark,
.mark {
	padding: 0.1875em;
	color: var(--bs-highlight-color);
	background-color: var(--bs-highlight-bg);
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

a {
	color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
	text-decoration: none;
}
a:hover {
	--bs-link-color-rgb: var(--bs-link-hover-color-rgb);
	text-decoration: underline;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none;
}

pre,
code,
kbd,
samp {
	font-family: var(--bs-font-monospace);
	font-size: 1em;
}

pre {
	display: block;
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	font-size: 0.875em;
}
pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal;
}

code {
	font-size: 0.875em;
	color: var(--bs-code-color);
	word-wrap: break-word;
}
a > code {
	color: inherit;
}

kbd {
	padding: 0.1875rem 0.375rem;
	font-size: 0.875em;
	color: var(--bs-body-bg);
	background-color: var(--bs-body-color);
	border-radius: 0.25rem;
}
kbd kbd {
	padding: 0;
	font-size: 1em;
}

figure {
	margin: 0 0 1rem;
}

img,
svg {
	vertical-align: middle;
}

table {
	caption-side: bottom;
	border-collapse: collapse;
}

caption {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	color: var(--bs-secondary-color);
	text-align: left;
}

th {
	text-align: inherit;
	text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
	border-color: inherit;
	border-style: solid;
	border-width: 0;
}

label {
	display: inline-block;
}

button {
	border-radius: 0;
}

button:focus:not(:focus-visible) {
	outline: 0;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
select {
	text-transform: none;
}

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

select {
	word-wrap: normal;
}
select:disabled {
	opacity: 1;
}

[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
	display: none !important;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
	cursor: pointer;
}

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

textarea {
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	float: left;
	width: 100%;
	padding: 0;
	margin-bottom: 0.5rem;
	line-height: inherit;
	font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
	legend {
		font-size: 1.5rem;
	}
}
legend + * {
	clear: left;
}

::-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"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
	padding: 0;
}

::file-selector-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

iframe {
	border: 0;
}

summary {
	display: list-item;
	cursor: pointer;
}

progress {
	vertical-align: baseline;
}

[hidden] {
	display: none !important;
}

.lead {
	font-size: calc(1.275rem + 0.3vw);
	font-weight: 300;
}
@media (min-width: 1200px) {
	.lead {
		font-size: 1.5rem;
	}
}

.display-1 {
	font-family:
		"Cignika",
		system-ui,
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		Roboto,
		Oxygen,
		Ubuntu,
		Cantarell,
		"Open Sans",
		"Helvetica Neue",
		sans-serif;
	font-weight: 700;
	line-height: 1.2;
	font-size: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
	.display-1 {
		font-size: 5rem;
	}
}

.display-2 {
	font-family:
		"Cignika",
		system-ui,
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		Roboto,
		Oxygen,
		Ubuntu,
		Cantarell,
		"Open Sans",
		"Helvetica Neue",
		sans-serif;
	font-weight: 700;
	line-height: 1.2;
	font-size: calc(1.575rem + 3.9vw);
}
@media (min-width: 1200px) {
	.display-2 {
		font-size: 4.5rem;
	}
}

.display-3 {
	font-family:
		"Cignika",
		system-ui,
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		Roboto,
		Oxygen,
		Ubuntu,
		Cantarell,
		"Open Sans",
		"Helvetica Neue",
		sans-serif;
	font-weight: 700;
	line-height: 1.2;
	font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
	.display-3 {
		font-size: 4rem;
	}
}

.display-4 {
	font-family:
		"Cignika",
		system-ui,
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		Roboto,
		Oxygen,
		Ubuntu,
		Cantarell,
		"Open Sans",
		"Helvetica Neue",
		sans-serif;
	font-weight: 700;
	line-height: 1.2;
	font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
	.display-4 {
		font-size: 3.5rem;
	}
}

.display-5 {
	font-family:
		"Cignika",
		system-ui,
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		Roboto,
		Oxygen,
		Ubuntu,
		Cantarell,
		"Open Sans",
		"Helvetica Neue",
		sans-serif;
	font-weight: 700;
	line-height: 1.2;
	font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
	.display-5 {
		font-size: 3rem;
	}
}

.display-6 {
	font-family:
		"Cignika",
		system-ui,
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		Roboto,
		Oxygen,
		Ubuntu,
		Cantarell,
		"Open Sans",
		"Helvetica Neue",
		sans-serif;
	font-weight: 700;
	line-height: 1.2;
	font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
	.display-6 {
		font-size: 2.5rem;
	}
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	list-style: none;
}

.list-inline-item {
	display: inline-block;
}
.list-inline-item:not(:last-child) {
	margin-right: 0.5rem;
}

.initialism {
	font-size: 0.875em;
	text-transform: uppercase;
}

.blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem;
}
.blockquote > :last-child {
	margin-bottom: 0;
}

.blockquote-footer {
	margin-top: -1rem;
	margin-bottom: 1rem;
	font-size: 0.875em;
	color: #6c757d;
}
.blockquote-footer::before {
	content: "— ";
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.img-thumbnail {
	padding: 0.25rem;
	background-color: var(--bs-body-bg);
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: var(--bs-border-radius);
	max-width: 100%;
	height: auto;
}

.figure {
	display: inline-block;
}

.figure-img {
	margin-bottom: 0.5rem;
	line-height: 1;
}

.figure-caption {
	font-size: 0.875em;
	color: var(--bs-secondary-color);
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	width: 100%;
	padding-right: calc(var(--bs-gutter-x) * 0.5);
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.container-sm,
	.container {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	.container-md,
	.container-sm,
	.container {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.container-lg,
	.container-md,
	.container-sm,
	.container {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.container-xl,
	.container-lg,
	.container-md,
	.container-sm,
	.container {
		max-width: 1140px;
	}
}
@media (min-width: 1400px) {
	.container-xxl,
	.container-xl,
	.container-lg,
	.container-md,
	.container-sm,
	.container {
		max-width: 1544px;
	}
}
:root {
	--bs-breakpoint-xs: 0;
	--bs-breakpoint-sm: 576px;
	--bs-breakpoint-md: 768px;
	--bs-breakpoint-lg: 992px;
	--bs-breakpoint-xl: 1200px;
	--bs-breakpoint-xxl: 1400px;
}

.row {
	--bs-gutter-x: 1.5rem;
	--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;
}

.row-cols-auto > * {
	flex: 0 0 auto;
	width: auto;
}

.row-cols-1 > * {
	flex: 0 0 auto;
	width: 100%;
}

.row-cols-2 > * {
	flex: 0 0 auto;
	width: 50%;
}

.row-cols-3 > * {
	flex: 0 0 auto;
	width: 33.33333333%;
}

.row-cols-4 > * {
	flex: 0 0 auto;
	width: 25%;
}

.row-cols-5 > * {
	flex: 0 0 auto;
	width: 20%;
}

.row-cols-6 > * {
	flex: 0 0 auto;
	width: 16.66666667%;
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
}

.col-1 {
	flex: 0 0 auto;
	width: 8.33333333%;
}

.col-2 {
	flex: 0 0 auto;
	width: 16.66666667%;
}

.col-3 {
	flex: 0 0 auto;
	width: 25%;
}

.col-4 {
	flex: 0 0 auto;
	width: 33.33333333%;
}

.col-5 {
	flex: 0 0 auto;
	width: 41.66666667%;
}

.col-6 {
	flex: 0 0 auto;
	width: 50%;
}

.col-7 {
	flex: 0 0 auto;
	width: 58.33333333%;
}

.col-8 {
	flex: 0 0 auto;
	width: 66.66666667%;
}

.col-9 {
	flex: 0 0 auto;
	width: 75%;
}

.col-10 {
	flex: 0 0 auto;
	width: 83.33333333%;
}

.col-11 {
	flex: 0 0 auto;
	width: 91.66666667%;
}

.col-12 {
	flex: 0 0 auto;
	width: 100%;
}

.offset-1 {
	margin-left: 8.33333333%;
}

.offset-2 {
	margin-left: 16.66666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.33333333%;
}

.offset-5 {
	margin-left: 41.66666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.33333333%;
}

.offset-8 {
	margin-left: 66.66666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.33333333%;
}

.offset-11 {
	margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
	--bs-gutter-x: 0;
}

.g-0,
.gy-0 {
	--bs-gutter-y: 0;
}

.g-1,
.gx-1 {
	--bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
	--bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
	--bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
	--bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
	--bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
	--bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
	--bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
	--bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
	--bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
	--bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
	.col-sm {
		flex: 1 0 0;
	}
	.row-cols-sm-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-sm-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-sm-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-sm-3 > * {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.row-cols-sm-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-sm-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-sm-6 > * {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-sm-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	.col-sm-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-sm-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-sm-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-sm-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-sm-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-sm-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	.col-sm-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-sm-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-sm-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	.col-sm-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	.col-sm-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-sm-0 {
		margin-left: 0;
	}
	.offset-sm-1 {
		margin-left: 8.33333333%;
	}
	.offset-sm-2 {
		margin-left: 16.66666667%;
	}
	.offset-sm-3 {
		margin-left: 25%;
	}
	.offset-sm-4 {
		margin-left: 33.33333333%;
	}
	.offset-sm-5 {
		margin-left: 41.66666667%;
	}
	.offset-sm-6 {
		margin-left: 50%;
	}
	.offset-sm-7 {
		margin-left: 58.33333333%;
	}
	.offset-sm-8 {
		margin-left: 66.66666667%;
	}
	.offset-sm-9 {
		margin-left: 75%;
	}
	.offset-sm-10 {
		margin-left: 83.33333333%;
	}
	.offset-sm-11 {
		margin-left: 91.66666667%;
	}
	.g-sm-0,
	.gx-sm-0 {
		--bs-gutter-x: 0;
	}
	.g-sm-0,
	.gy-sm-0 {
		--bs-gutter-y: 0;
	}
	.g-sm-1,
	.gx-sm-1 {
		--bs-gutter-x: 0.25rem;
	}
	.g-sm-1,
	.gy-sm-1 {
		--bs-gutter-y: 0.25rem;
	}
	.g-sm-2,
	.gx-sm-2 {
		--bs-gutter-x: 0.5rem;
	}
	.g-sm-2,
	.gy-sm-2 {
		--bs-gutter-y: 0.5rem;
	}
	.g-sm-3,
	.gx-sm-3 {
		--bs-gutter-x: 1rem;
	}
	.g-sm-3,
	.gy-sm-3 {
		--bs-gutter-y: 1rem;
	}
	.g-sm-4,
	.gx-sm-4 {
		--bs-gutter-x: 1.5rem;
	}
	.g-sm-4,
	.gy-sm-4 {
		--bs-gutter-y: 1.5rem;
	}
	.g-sm-5,
	.gx-sm-5 {
		--bs-gutter-x: 3rem;
	}
	.g-sm-5,
	.gy-sm-5 {
		--bs-gutter-y: 3rem;
	}
}
@media (min-width: 768px) {
	.col-md {
		flex: 1 0 0;
	}
	.row-cols-md-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-md-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-md-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-md-3 > * {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.row-cols-md-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-md-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-md-6 > * {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-md-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	.col-md-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-md-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-md-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-md-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-md-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-md-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	.col-md-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-md-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-md-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	.col-md-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	.col-md-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-md-0 {
		margin-left: 0;
	}
	.offset-md-1 {
		margin-left: 8.33333333%;
	}
	.offset-md-2 {
		margin-left: 16.66666667%;
	}
	.offset-md-3 {
		margin-left: 25%;
	}
	.offset-md-4 {
		margin-left: 33.33333333%;
	}
	.offset-md-5 {
		margin-left: 41.66666667%;
	}
	.offset-md-6 {
		margin-left: 50%;
	}
	.offset-md-7 {
		margin-left: 58.33333333%;
	}
	.offset-md-8 {
		margin-left: 66.66666667%;
	}
	.offset-md-9 {
		margin-left: 75%;
	}
	.offset-md-10 {
		margin-left: 83.33333333%;
	}
	.offset-md-11 {
		margin-left: 91.66666667%;
	}
	.g-md-0,
	.gx-md-0 {
		--bs-gutter-x: 0;
	}
	.g-md-0,
	.gy-md-0 {
		--bs-gutter-y: 0;
	}
	.g-md-1,
	.gx-md-1 {
		--bs-gutter-x: 0.25rem;
	}
	.g-md-1,
	.gy-md-1 {
		--bs-gutter-y: 0.25rem;
	}
	.g-md-2,
	.gx-md-2 {
		--bs-gutter-x: 0.5rem;
	}
	.g-md-2,
	.gy-md-2 {
		--bs-gutter-y: 0.5rem;
	}
	.g-md-3,
	.gx-md-3 {
		--bs-gutter-x: 1rem;
	}
	.g-md-3,
	.gy-md-3 {
		--bs-gutter-y: 1rem;
	}
	.g-md-4,
	.gx-md-4 {
		--bs-gutter-x: 1.5rem;
	}
	.g-md-4,
	.gy-md-4 {
		--bs-gutter-y: 1.5rem;
	}
	.g-md-5,
	.gx-md-5 {
		--bs-gutter-x: 3rem;
	}
	.g-md-5,
	.gy-md-5 {
		--bs-gutter-y: 3rem;
	}
}
@media (min-width: 992px) {
	.col-lg {
		flex: 1 0 0;
	}
	.row-cols-lg-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-lg-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-lg-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-lg-3 > * {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.row-cols-lg-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-lg-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-lg-6 > * {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-lg-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	.col-lg-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.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%;
	}
	.col-lg-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-lg-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	.col-lg-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	.col-lg-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-lg-0 {
		margin-left: 0;
	}
	.offset-lg-1 {
		margin-left: 8.33333333%;
	}
	.offset-lg-2 {
		margin-left: 16.66666667%;
	}
	.offset-lg-3 {
		margin-left: 25%;
	}
	.offset-lg-4 {
		margin-left: 33.33333333%;
	}
	.offset-lg-5 {
		margin-left: 41.66666667%;
	}
	.offset-lg-6 {
		margin-left: 50%;
	}
	.offset-lg-7 {
		margin-left: 58.33333333%;
	}
	.offset-lg-8 {
		margin-left: 66.66666667%;
	}
	.offset-lg-9 {
		margin-left: 75%;
	}
	.offset-lg-10 {
		margin-left: 83.33333333%;
	}
	.offset-lg-11 {
		margin-left: 91.66666667%;
	}
	.g-lg-0,
	.gx-lg-0 {
		--bs-gutter-x: 0;
	}
	.g-lg-0,
	.gy-lg-0 {
		--bs-gutter-y: 0;
	}
	.g-lg-1,
	.gx-lg-1 {
		--bs-gutter-x: 0.25rem;
	}
	.g-lg-1,
	.gy-lg-1 {
		--bs-gutter-y: 0.25rem;
	}
	.g-lg-2,
	.gx-lg-2 {
		--bs-gutter-x: 0.5rem;
	}
	.g-lg-2,
	.gy-lg-2 {
		--bs-gutter-y: 0.5rem;
	}
	.g-lg-3,
	.gx-lg-3 {
		--bs-gutter-x: 1rem;
	}
	.g-lg-3,
	.gy-lg-3 {
		--bs-gutter-y: 1rem;
	}
	.g-lg-4,
	.gx-lg-4 {
		--bs-gutter-x: 1.5rem;
	}
	.g-lg-4,
	.gy-lg-4 {
		--bs-gutter-y: 1.5rem;
	}
	.g-lg-5,
	.gx-lg-5 {
		--bs-gutter-x: 3rem;
	}
	.g-lg-5,
	.gy-lg-5 {
		--bs-gutter-y: 3rem;
	}
}
@media (min-width: 1200px) {
	.col-xl {
		flex: 1 0 0;
	}
	.row-cols-xl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-xl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-xl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-xl-3 > * {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.row-cols-xl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-xl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-xl-6 > * {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-xl-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	.col-xl-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-xl-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-xl-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-xl-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-xl-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-xl-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	.col-xl-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-xl-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-xl-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	.col-xl-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	.col-xl-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-xl-0 {
		margin-left: 0;
	}
	.offset-xl-1 {
		margin-left: 8.33333333%;
	}
	.offset-xl-2 {
		margin-left: 16.66666667%;
	}
	.offset-xl-3 {
		margin-left: 25%;
	}
	.offset-xl-4 {
		margin-left: 33.33333333%;
	}
	.offset-xl-5 {
		margin-left: 41.66666667%;
	}
	.offset-xl-6 {
		margin-left: 50%;
	}
	.offset-xl-7 {
		margin-left: 58.33333333%;
	}
	.offset-xl-8 {
		margin-left: 66.66666667%;
	}
	.offset-xl-9 {
		margin-left: 75%;
	}
	.offset-xl-10 {
		margin-left: 83.33333333%;
	}
	.offset-xl-11 {
		margin-left: 91.66666667%;
	}
	.g-xl-0,
	.gx-xl-0 {
		--bs-gutter-x: 0;
	}
	.g-xl-0,
	.gy-xl-0 {
		--bs-gutter-y: 0;
	}
	.g-xl-1,
	.gx-xl-1 {
		--bs-gutter-x: 0.25rem;
	}
	.g-xl-1,
	.gy-xl-1 {
		--bs-gutter-y: 0.25rem;
	}
	.g-xl-2,
	.gx-xl-2 {
		--bs-gutter-x: 0.5rem;
	}
	.g-xl-2,
	.gy-xl-2 {
		--bs-gutter-y: 0.5rem;
	}
	.g-xl-3,
	.gx-xl-3 {
		--bs-gutter-x: 1rem;
	}
	.g-xl-3,
	.gy-xl-3 {
		--bs-gutter-y: 1rem;
	}
	.g-xl-4,
	.gx-xl-4 {
		--bs-gutter-x: 1.5rem;
	}
	.g-xl-4,
	.gy-xl-4 {
		--bs-gutter-y: 1.5rem;
	}
	.g-xl-5,
	.gx-xl-5 {
		--bs-gutter-x: 3rem;
	}
	.g-xl-5,
	.gy-xl-5 {
		--bs-gutter-y: 3rem;
	}
}
@media (min-width: 1400px) {
	.col-xxl {
		flex: 1 0 0;
	}
	.row-cols-xxl-auto > * {
		flex: 0 0 auto;
		width: auto;
	}
	.row-cols-xxl-1 > * {
		flex: 0 0 auto;
		width: 100%;
	}
	.row-cols-xxl-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
	.row-cols-xxl-3 > * {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.row-cols-xxl-4 > * {
		flex: 0 0 auto;
		width: 25%;
	}
	.row-cols-xxl-5 > * {
		flex: 0 0 auto;
		width: 20%;
	}
	.row-cols-xxl-6 > * {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-xxl-auto {
		flex: 0 0 auto;
		width: auto;
	}
	.col-xxl-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}
	.col-xxl-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
	.col-xxl-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-xxl-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-xxl-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-xxl-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-xxl-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	.col-xxl-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-xxl-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-xxl-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	.col-xxl-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}
	.col-xxl-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.offset-xxl-0 {
		margin-left: 0;
	}
	.offset-xxl-1 {
		margin-left: 8.33333333%;
	}
	.offset-xxl-2 {
		margin-left: 16.66666667%;
	}
	.offset-xxl-3 {
		margin-left: 25%;
	}
	.offset-xxl-4 {
		margin-left: 33.33333333%;
	}
	.offset-xxl-5 {
		margin-left: 41.66666667%;
	}
	.offset-xxl-6 {
		margin-left: 50%;
	}
	.offset-xxl-7 {
		margin-left: 58.33333333%;
	}
	.offset-xxl-8 {
		margin-left: 66.66666667%;
	}
	.offset-xxl-9 {
		margin-left: 75%;
	}
	.offset-xxl-10 {
		margin-left: 83.33333333%;
	}
	.offset-xxl-11 {
		margin-left: 91.66666667%;
	}
	.g-xxl-0,
	.gx-xxl-0 {
		--bs-gutter-x: 0;
	}
	.g-xxl-0,
	.gy-xxl-0 {
		--bs-gutter-y: 0;
	}
	.g-xxl-1,
	.gx-xxl-1 {
		--bs-gutter-x: 0.25rem;
	}
	.g-xxl-1,
	.gy-xxl-1 {
		--bs-gutter-y: 0.25rem;
	}
	.g-xxl-2,
	.gx-xxl-2 {
		--bs-gutter-x: 0.5rem;
	}
	.g-xxl-2,
	.gy-xxl-2 {
		--bs-gutter-y: 0.5rem;
	}
	.g-xxl-3,
	.gx-xxl-3 {
		--bs-gutter-x: 1rem;
	}
	.g-xxl-3,
	.gy-xxl-3 {
		--bs-gutter-y: 1rem;
	}
	.g-xxl-4,
	.gx-xxl-4 {
		--bs-gutter-x: 1.5rem;
	}
	.g-xxl-4,
	.gy-xxl-4 {
		--bs-gutter-y: 1.5rem;
	}
	.g-xxl-5,
	.gx-xxl-5 {
		--bs-gutter-x: 3rem;
	}
	.g-xxl-5,
	.gy-xxl-5 {
		--bs-gutter-y: 3rem;
	}
}
.table {
	--bs-table-color-type: initial;
	--bs-table-bg-type: initial;
	--bs-table-color-state: initial;
	--bs-table-bg-state: initial;
	--bs-table-color: var(--bs-emphasis-color);
	--bs-table-bg: var(--bs-body-bg);
	--bs-table-border-color: var(--bs-border-color);
	--bs-table-accent-bg: transparent;
	--bs-table-striped-color: var(--bs-emphasis-color);
	--bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
	--bs-table-active-color: var(--bs-emphasis-color);
	--bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
	--bs-table-hover-color: var(--bs-emphasis-color);
	--bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
	width: 100%;
	margin-bottom: 1rem;
	vertical-align: top;
	border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
	padding: 0.5rem 0.5rem;
	color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
	background-color: var(--bs-table-bg);
	border-bottom-width: var(--bs-border-width);
	box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
	vertical-align: inherit;
}
.table > thead {
	vertical-align: bottom;
}

.table-group-divider {
	border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
	caption-side: top;
}

.table-sm > :not(caption) > * > * {
	padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
	border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
	border-width: 0 var(--bs-border-width);
}

.table-borderless > :not(caption) > * > * {
	border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
	border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
	--bs-table-color-type: var(--bs-table-striped-color);
	--bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
	--bs-table-color-type: var(--bs-table-striped-color);
	--bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
	--bs-table-color-state: var(--bs-table-active-color);
	--bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
	--bs-table-color-state: var(--bs-table-hover-color);
	--bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
	--bs-table-color: #000;
	--bs-table-bg: #ffd9d9;
	--bs-table-border-color: #ccaeae;
	--bs-table-striped-bg: #f2cece;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #e6c3c3;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #ecc9c9;
	--bs-table-hover-color: #000;
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color);
}

.table-secondary {
	--bs-table-color: #000;
	--bs-table-bg: #d4eeee;
	--bs-table-border-color: #aabebe;
	--bs-table-striped-bg: #c9e2e2;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #bfd6d6;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #c4dcdc;
	--bs-table-hover-color: #000;
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color);
}

.table-success {
	--bs-table-color: #000;
	--bs-table-bg: #e7f7d2;
	--bs-table-border-color: #b9c6a8;
	--bs-table-striped-bg: #dbebc8;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #d0debd;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #d6e4c2;
	--bs-table-hover-color: #000;
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color);
}

.table-info {
	--bs-table-color: #000;
	--bs-table-bg: #cff4fc;
	--bs-table-border-color: #a6c3ca;
	--bs-table-striped-bg: #c5e8ef;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #badce3;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #bfe2e9;
	--bs-table-hover-color: #000;
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color);
}

.table-warning {
	--bs-table-color: #000;
	--bs-table-bg: #fff3cd;
	--bs-table-border-color: #ccc2a4;
	--bs-table-striped-bg: #f2e7c3;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #e6dbb9;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #ece1be;
	--bs-table-hover-color: #000;
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color);
}

.table-danger {
	--bs-table-color: #000;
	--bs-table-bg: #ffd9d9;
	--bs-table-border-color: #ccaeae;
	--bs-table-striped-bg: #f2cece;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #e6c3c3;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #ecc9c9;
	--bs-table-hover-color: #000;
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color);
}

.table-light {
	--bs-table-color: #000;
	--bs-table-bg: #efefef;
	--bs-table-border-color: #bfbfbf;
	--bs-table-striped-bg: #e3e3e3;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #d7d7d7;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #dddddd;
	--bs-table-hover-color: #000;
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color);
}

.table-dark {
	--bs-table-color: #fff;
	--bs-table-bg: #1a1a1a;
	--bs-table-border-color: #484848;
	--bs-table-striped-bg: #252525;
	--bs-table-striped-color: #fff;
	--bs-table-active-bg: #313131;
	--bs-table-active-color: #fff;
	--bs-table-hover-bg: #2b2b2b;
	--bs-table-hover-color: #fff;
	color: var(--bs-table-color);
	border-color: var(--bs-table-border-color);
}

.table-responsive {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
	.table-responsive-sm {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}
@media (max-width: 767.98px) {
	.table-responsive-md {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}
@media (max-width: 991.98px) {
	.table-responsive-lg {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}
@media (max-width: 1199.98px) {
	.table-responsive-xl {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}
@media (max-width: 1399.98px) {
	.table-responsive-xxl {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}
.form-label {
	margin-bottom: 0.5rem;
}

.col-form-label {
	padding-top: calc(0.563rem + var(--bs-border-width));
	padding-bottom: calc(0.563rem + var(--bs-border-width));
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.3;
}

.col-form-label-lg {
	padding-top: calc(0.938rem + var(--bs-border-width));
	padding-bottom: calc(0.938rem + var(--bs-border-width));
	font-size: 1rem;
}

.col-form-label-sm {
	padding-top: calc(0.5rem + var(--bs-border-width));
	padding-bottom: calc(0.5rem + var(--bs-border-width));
	font-size: 1rem;
}

.form-text {
	margin-top: 0.25rem;
	font-size: 0.875em;
	color: var(--bs-secondary-color);
}

.form-control {
	display: block;
	width: 100%;
	padding: 0.563rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.3;
	color: var(--bs-body-color);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: var(--bs-body-bg);
	background-clip: padding-box;
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: 0.313rem;
	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: var(--bs-body-color);
	background-color: var(--bs-body-bg);
	border-color: #ffa1a1;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(136, 136, 136, 0.2);
}
.form-control::-webkit-date-and-time-value {
	min-width: 85px;
	height: 1.3em;
	margin: 0;
}
.form-control::-webkit-datetime-edit {
	display: block;
	padding: 0;
}
.form-control::-moz-placeholder {
	color: var(--bs-secondary-color);
	opacity: 1;
}
.form-control::placeholder {
	color: var(--bs-secondary-color);
	opacity: 1;
}
.form-control:disabled {
	background-color: var(--bs-secondary-bg);
	opacity: 1;
}
.form-control::file-selector-button {
	padding: 0.563rem 0.75rem;
	margin: -0.563rem -0.75rem;
	margin-inline-end: 0.75rem;
	color: var(--bs-body-color);
	background-color: var(--bs-tertiary-bg);
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: var(--bs-border-width);
	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::file-selector-button {
		transition: none;
	}
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
	background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding: 0.563rem 0;
	margin-bottom: 0;
	line-height: 1.3;
	color: var(--bs-body-color);
	background-color: transparent;
	border: solid transparent;
	border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
	outline: 0;
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
	padding-right: 0;
	padding-left: 0;
}

.form-control-sm {
	min-height: calc(1.3em + 1rem + calc(var(--bs-border-width) * 2));
	padding: 0.5rem 0.5rem;
	font-size: 1rem;
	border-radius: 0.75rem;
}
.form-control-sm::file-selector-button {
	padding: 0.5rem 0.5rem;
	margin: -0.5rem -0.5rem;
	margin-inline-end: 0.5rem;
}

.form-control-lg {
	min-height: calc(1.3em + 1.876rem + calc(var(--bs-border-width) * 2));
	padding: 0.938rem 1rem;
	font-size: 1rem;
	border-radius: 0.313rem;
}
.form-control-lg::file-selector-button {
	padding: 0.938rem 1rem;
	margin: -0.938rem -1rem;
	margin-inline-end: 1rem;
}

textarea.form-control {
	min-height: calc(1.3em + 1.126rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
	min-height: calc(1.3em + 1rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
	min-height: calc(1.3em + 1.876rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
	width: 3rem;
	height: calc(1.3em + 1.126rem + calc(var(--bs-border-width) * 2));
	padding: 0.563rem;
}
.form-control-color:not(:disabled):not([readonly]) {
	cursor: pointer;
}
.form-control-color::-moz-color-swatch {
	border: 0 !important;
	border-radius: 0.313rem;
}
.form-control-color::-webkit-color-swatch {
	border: 0 !important;
	border-radius: 0.313rem;
}
.form-control-color.form-control-sm {
	height: calc(1.3em + 1rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
	height: calc(1.3em + 1.876rem + calc(var(--bs-border-width) * 2));
}

.form-select {
	--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
	display: block;
	width: 100%;
	padding: 0.563rem 2.25rem 0.563rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.3;
	color: var(--bs-body-color);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: var(--bs-body-bg);
	background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	background-size: 16px 12px;
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: 0.313rem;
	transition:
		border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.form-select {
		transition: none;
	}
}
.form-select:focus {
	border-color: #ffa1a1;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(136, 136, 136, 0.2);
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
	padding-right: 0.75rem;
	background-image: none;
}
.form-select:disabled {
	background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 0.5rem;
	font-size: 1rem;
	border-radius: 0.75rem;
}

.form-select-lg {
	padding-top: 0.938rem;
	padding-bottom: 0.938rem;
	padding-left: 1rem;
	font-size: 1rem;
	border-radius: 0.313rem;
}

[data-bs-theme="dark"] .form-select {
	--bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
	display: block;
	min-height: 1.3rem;
	padding-left: 1.75em;
	margin-bottom: 0.125rem;
}
.form-check .form-check-input {
	float: left;
	margin-left: -1.75em;
}

.form-check-reverse {
	padding-right: 1.75em;
	padding-left: 0;
	text-align: right;
}
.form-check-reverse .form-check-input {
	float: right;
	margin-right: -1.75em;
	margin-left: 0;
}

.form-check-input {
	--bs-form-check-bg: var(--bs-body-bg);
	flex-shrink: 0;
	width: 1.25em;
	height: 1.25em;
	margin-top: 0.025em;
	vertical-align: top;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: var(--bs-form-check-bg);
	background-image: var(--bs-form-check-bg-image);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: var(--bs-border-width) solid var(--bs-border-color);
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact;
}
.form-check-input[type="checkbox"] {
	border-radius: 0.25em;
}
.form-check-input[type="radio"] {
	border-radius: 50%;
}
.form-check-input:active {
	filter: brightness(90%);
}
.form-check-input:focus {
	border-color: #ffa1a1;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(136, 136, 136, 0.2);
}
.form-check-input:checked {
	background-color: #ff4242;
	border-color: #ff4242;
}
.form-check-input:checked[type="checkbox"] {
	--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"] {
	--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type="checkbox"]:indeterminate {
	background-color: #ff4242;
	border-color: #ff4242;
	--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
	pointer-events: none;
	filter: none;
	opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
	cursor: default;
	opacity: 0.5;
}

.form-switch {
	padding-left: 2.5em;
}
.form-switch .form-check-input {
	--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
	width: 2em;
	margin-left: -2.5em;
	background-image: var(--bs-form-switch-bg);
	background-position: left center;
	border-radius: 2em;
	transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.form-switch .form-check-input {
		transition: none;
	}
}
.form-switch .form-check-input:focus {
	--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffa1a1'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
	background-position: right center;
	--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
	padding-right: 2.5em;
	padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
	margin-right: -2.5em;
	margin-left: 0;
}

.form-check-inline {
	display: inline-block;
	margin-right: 1rem;
}

.btn-check {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}
.btn-check[disabled] + .btn,
.btn-check:disabled + .btn {
	pointer-events: none;
	filter: none;
	opacity: 0.65;
}

[data-bs-theme="dark"] .form-switch .form-check-input:not(:checked):not(:focus) {
	--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
	width: 100%;
	height: 1.5rem;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
}
.form-range:focus {
	outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
	box-shadow:
		0 0 0 1px #fff,
		0 0 0 0.25rem rgba(136, 136, 136, 0.2);
}
.form-range:focus::-moz-range-thumb {
	box-shadow:
		0 0 0 1px #fff,
		0 0 0 0.25rem rgba(136, 136, 136, 0.2);
}
.form-range::-moz-focus-outer {
	border: 0;
}
.form-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -0.25rem;
	-webkit-appearance: none;
	appearance: none;
	background-color: #ff4242;
	border: 0;
	border-radius: 1rem;
	-webkit-transition:
		background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out;
	transition:
		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-range::-webkit-slider-thumb {
		-webkit-transition: none;
		transition: none;
	}
}
.form-range::-webkit-slider-thumb:active {
	background-color: #ffc6c6;
}
.form-range::-webkit-slider-runnable-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: var(--bs-secondary-bg);
	border-color: transparent;
	border-radius: 1rem;
}
.form-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	-moz-appearance: none;
	appearance: none;
	background-color: #ff4242;
	border: 0;
	border-radius: 1rem;
	-moz-transition:
		background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out;
	transition:
		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-range::-moz-range-thumb {
		-moz-transition: none;
		transition: none;
	}
}
.form-range::-moz-range-thumb:active {
	background-color: #ffc6c6;
}
.form-range::-moz-range-track {
	width: 100%;
	height: 0.5rem;
	color: transparent;
	cursor: pointer;
	background-color: var(--bs-secondary-bg);
	border-color: transparent;
	border-radius: 1rem;
}
.form-range:disabled {
	pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
	background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
	background-color: var(--bs-secondary-color);
}

.form-floating {
	position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
	height: calc(3.5rem + calc(var(--bs-border-width) * 2));
	min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
	line-height: 1.25;
}
.form-floating > label {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	max-width: 100%;
	height: 100%;
	padding: 1rem 0.75rem;
	overflow: hidden;
	color: rgba(var(--bs-body-color-rgb), 0.65);
	text-align: start;
	text-overflow: ellipsis;
	white-space: nowrap;
	pointer-events: none;
	border: var(--bs-border-width) solid transparent;
	transform-origin: 0 0;
	transition:
		opacity 0.1s ease-in-out,
		transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.form-floating > label {
		transition: none;
	}
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
	padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder,
.form-floating > .form-control-plaintext::-moz-placeholder {
	color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
	color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown),
.form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
	padding-top: 1.625rem;
	padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
	padding-top: 1.625rem;
	padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
	padding-top: 1.625rem;
	padding-bottom: 0.625rem;
}
.form-floating > .form-select {
	padding-top: 1.625rem;
	padding-bottom: 0.625rem;
	padding-left: 0.75rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
	transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
	transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
	transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > textarea:not(:-moz-placeholder-shown) ~ label::after {
	position: absolute;
	inset: 1rem 0.375rem;
	z-index: -1;
	height: 1.5em;
	content: "";
	background-color: var(--bs-body-bg);
	border-radius: 0.313rem;
}
.form-floating > textarea:focus ~ label::after,
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
	position: absolute;
	inset: 1rem 0.375rem;
	z-index: -1;
	height: 1.5em;
	content: "";
	background-color: var(--bs-body-bg);
	border-radius: 0.313rem;
}
.form-floating > textarea:disabled ~ label::after {
	background-color: var(--bs-secondary-bg);
}
.form-floating > .form-control-plaintext ~ label {
	border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
	color: #6c757d;
}

.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
	z-index: 5;
}
.input-group .btn {
	position: relative;
	z-index: 2;
}
.input-group .btn:focus {
	z-index: 5;
}

.input-group-text {
	display: flex;
	align-items: center;
	padding: 0.563rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.3;
	color: var(--bs-body-color);
	text-align: center;
	white-space: nowrap;
	background-color: var(--bs-tertiary-bg);
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: 0.313rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
	padding: 0.938rem 1rem;
	font-size: 1rem;
	border-radius: 0.313rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
	padding: 0.5rem 0.5rem;
	font-size: 1rem;
	border-radius: 0.75rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
	padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-select {
	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: calc(-1 * var(--bs-border-width));
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 0.875em;
	color: var(--bs-form-valid-color);
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.25rem 0.5rem;
	margin-top: 0.1rem;
	font-size: 0.875rem;
	color: #fff;
	background-color: var(--bs-success);
	border-radius: var(--bs-border-radius);
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
	display: block;
}

.was-validated .form-control:valid,
.form-control.is-valid {
	border-color: var(--bs-form-valid-border-color);
	padding-right: calc(1.3em + 1.126rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2389d61c' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(0.325em + 0.2815rem) center;
	background-size: calc(0.65em + 0.563rem) calc(0.65em + 0.563rem);
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
	border-color: var(--bs-form-valid-border-color);
	box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
	padding-right: calc(1.3em + 1.126rem);
	background-position: top calc(0.325em + 0.2815rem) right calc(0.325em + 0.2815rem);
}

.was-validated .form-select:valid,
.form-select.is-valid {
	border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"],
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"] {
	--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2389d61c' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
	padding-right: 4.125rem;
	background-position:
		right 0.75rem center,
		center right 2.25rem;
	background-size:
		16px 12px,
		calc(0.65em + 0.563rem) calc(0.65em + 0.563rem);
}
.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
	border-color: var(--bs-form-valid-border-color);
	box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid,
.form-control-color.is-valid {
	width: calc(3rem + calc(1.3em + 1.126rem));
}

.was-validated .form-check-input:valid,
.form-check-input.is-valid {
	border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
	background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
	box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
	color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
	margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid,
.input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
	z-index: 3;
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 0.875em;
	color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.25rem 0.5rem;
	margin-top: 0.1rem;
	font-size: 0.875rem;
	color: #fff;
	background-color: var(--bs-danger);
	border-radius: var(--bs-border-radius);
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
	display: block;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
	border-color: var(--bs-form-invalid-border-color);
	padding-right: calc(1.3em + 1.126rem);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ff4242'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff4242' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right calc(0.325em + 0.2815rem) center;
	background-size: calc(0.65em + 0.563rem) calc(0.65em + 0.563rem);
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
	border-color: var(--bs-form-invalid-border-color);
	box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
	padding-right: calc(1.3em + 1.126rem);
	background-position: top calc(0.325em + 0.2815rem) right calc(0.325em + 0.2815rem);
}

.was-validated .form-select:invalid,
.form-select.is-invalid {
	border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"],
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"] {
	--bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ff4242'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff4242' stroke='none'/%3e%3c/svg%3e");
	padding-right: 4.125rem;
	background-position:
		right 0.75rem center,
		center right 2.25rem;
	background-size:
		16px 12px,
		calc(0.65em + 0.563rem) calc(0.65em + 0.563rem);
}
.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
	border-color: var(--bs-form-invalid-border-color);
	box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid,
.form-control-color.is-invalid {
	width: calc(3rem + calc(1.3em + 1.126rem));
}

.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
	border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
	background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
	box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
	color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
	margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid,
.input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
	z-index: 4;
}

.btn {
	--bs-btn-padding-x: 0.75rem;
	--bs-btn-padding-y: 0.563rem;
	--bs-btn-font-family: ;
	--bs-btn-font-size: 1rem;
	--bs-btn-font-weight: 400;
	--bs-btn-line-height: 1.3;
	--bs-btn-color: var(--bs-body-color);
	--bs-btn-bg: transparent;
	--bs-btn-border-width: var(--bs-border-width);
	--bs-btn-border-color: transparent;
	--bs-btn-border-radius: 0.313rem;
	--bs-btn-hover-border-color: transparent;
	--bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
	--bs-btn-disabled-opacity: 0.65;
	--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
	display: inline-block;
	padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
	font-family: var(--bs-btn-font-family);
	font-size: var(--bs-btn-font-size);
	font-weight: var(--bs-btn-font-weight);
	line-height: var(--bs-btn-line-height);
	color: var(--bs-btn-color);
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
	border-radius: var(--bs-btn-border-radius);
	background-color: var(--bs-btn-bg);
	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) {
	.btn {
		transition: none;
	}
}
.btn:hover {
	color: var(--bs-btn-hover-color);
	text-decoration: none;
	background-color: var(--bs-btn-hover-bg);
	border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
	color: var(--bs-btn-color);
	background-color: var(--bs-btn-bg);
	border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
	color: var(--bs-btn-hover-color);
	background-color: var(--bs-btn-hover-bg);
	border-color: var(--bs-btn-hover-border-color);
	outline: 0;
	box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
	border-color: var(--bs-btn-hover-border-color);
	outline: 0;
	box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn,
:not(.btn-check) + .btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
	color: var(--bs-btn-active-color);
	background-color: var(--bs-btn-active-bg);
	border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible,
:not(.btn-check) + .btn:active:focus-visible,
.btn:first-child:active:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible {
	box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
	box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
	color: var(--bs-btn-disabled-color);
	pointer-events: none;
	background-color: var(--bs-btn-disabled-bg);
	border-color: var(--bs-btn-disabled-border-color);
	opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
	--bs-btn-color: #fff;
	--bs-btn-bg: #ff4242;
	--bs-btn-border-color: #ff4242;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #d93838;
	--bs-btn-hover-border-color: #cc3535;
	--bs-btn-focus-shadow-rgb: 255, 94, 94;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #cc3535;
	--bs-btn-active-border-color: #bf3232;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #ff4242;
	--bs-btn-disabled-border-color: #ff4242;
}

.btn-secondary {
	--bs-btn-color: #000;
	--bs-btn-bg: #29a9a8;
	--bs-btn-border-color: #29a9a8;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #49b6b5;
	--bs-btn-hover-border-color: #3eb2b1;
	--bs-btn-focus-shadow-rgb: 35, 144, 143;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #54bab9;
	--bs-btn-active-border-color: #3eb2b1;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #000;
	--bs-btn-disabled-bg: #29a9a8;
	--bs-btn-disabled-border-color: #29a9a8;
}

.btn-success {
	--bs-btn-color: #000;
	--bs-btn-bg: #89d61c;
	--bs-btn-border-color: #89d61c;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #9bdc3e;
	--bs-btn-hover-border-color: #95da33;
	--bs-btn-focus-shadow-rgb: 116, 182, 24;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #a1de49;
	--bs-btn-active-border-color: #95da33;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #000;
	--bs-btn-disabled-bg: #89d61c;
	--bs-btn-disabled-border-color: #89d61c;
}

.btn-info {
	--bs-btn-color: #000;
	--bs-btn-bg: #0dcaf0;
	--bs-btn-border-color: #0dcaf0;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #31d2f2;
	--bs-btn-hover-border-color: #25cff2;
	--bs-btn-focus-shadow-rgb: 11, 172, 204;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #3dd5f3;
	--bs-btn-active-border-color: #25cff2;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #000;
	--bs-btn-disabled-bg: #0dcaf0;
	--bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
	--bs-btn-color: #000;
	--bs-btn-bg: #ffc107;
	--bs-btn-border-color: #ffc107;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #ffca2c;
	--bs-btn-hover-border-color: #ffc720;
	--bs-btn-focus-shadow-rgb: 217, 164, 6;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #ffcd39;
	--bs-btn-active-border-color: #ffc720;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #000;
	--bs-btn-disabled-bg: #ffc107;
	--bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
	--bs-btn-color: #fff;
	--bs-btn-bg: #ff4242;
	--bs-btn-border-color: #ff4242;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #d93838;
	--bs-btn-hover-border-color: #cc3535;
	--bs-btn-focus-shadow-rgb: 255, 94, 94;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #cc3535;
	--bs-btn-active-border-color: #bf3232;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #ff4242;
	--bs-btn-disabled-border-color: #ff4242;
}

.btn-light {
	--bs-btn-color: #000;
	--bs-btn-bg: #efefef;
	--bs-btn-border-color: #efefef;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #cbcbcb;
	--bs-btn-hover-border-color: #bfbfbf;
	--bs-btn-focus-shadow-rgb: 203, 203, 203;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #bfbfbf;
	--bs-btn-active-border-color: #b3b3b3;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #000;
	--bs-btn-disabled-bg: #efefef;
	--bs-btn-disabled-border-color: #efefef;
}

.btn-dark {
	--bs-btn-color: #fff;
	--bs-btn-bg: #1a1a1a;
	--bs-btn-border-color: #1a1a1a;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #3c3c3c;
	--bs-btn-hover-border-color: #313131;
	--bs-btn-focus-shadow-rgb: 60, 60, 60;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #484848;
	--bs-btn-active-border-color: #313131;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #1a1a1a;
	--bs-btn-disabled-border-color: #1a1a1a;
}

.btn-black {
	--bs-btn-color: #fff;
	--bs-btn-bg: #000;
	--bs-btn-border-color: #000;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: black;
	--bs-btn-hover-border-color: black;
	--bs-btn-focus-shadow-rgb: 38, 38, 38;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: black;
	--bs-btn-active-border-color: black;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #000;
	--bs-btn-disabled-border-color: #000;
}

.btn-white {
	--bs-btn-color: #000;
	--bs-btn-bg: #fff;
	--bs-btn-border-color: #fff;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: white;
	--bs-btn-hover-border-color: white;
	--bs-btn-focus-shadow-rgb: 217, 217, 217;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: white;
	--bs-btn-active-border-color: white;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #000;
	--bs-btn-disabled-bg: #fff;
	--bs-btn-disabled-border-color: #fff;
}

.btn-outline-primary {
	--bs-btn-color: #ff4242;
	--bs-btn-border-color: #ff4242;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #ff4242;
	--bs-btn-hover-border-color: #ff4242;
	--bs-btn-focus-shadow-rgb: 255, 66, 66;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #ff4242;
	--bs-btn-active-border-color: #ff4242;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #ff4242;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #ff4242;
	--bs-gradient: none;
}

.btn-outline-secondary {
	--bs-btn-color: #29a9a8;
	--bs-btn-border-color: #29a9a8;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #29a9a8;
	--bs-btn-hover-border-color: #29a9a8;
	--bs-btn-focus-shadow-rgb: 41, 169, 168;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #29a9a8;
	--bs-btn-active-border-color: #29a9a8;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #29a9a8;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #29a9a8;
	--bs-gradient: none;
}

.btn-outline-success {
	--bs-btn-color: #89d61c;
	--bs-btn-border-color: #89d61c;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #89d61c;
	--bs-btn-hover-border-color: #89d61c;
	--bs-btn-focus-shadow-rgb: 137, 214, 28;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #89d61c;
	--bs-btn-active-border-color: #89d61c;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #89d61c;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #89d61c;
	--bs-gradient: none;
}

.btn-outline-info {
	--bs-btn-color: #0dcaf0;
	--bs-btn-border-color: #0dcaf0;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #0dcaf0;
	--bs-btn-hover-border-color: #0dcaf0;
	--bs-btn-focus-shadow-rgb: 13, 202, 240;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #0dcaf0;
	--bs-btn-active-border-color: #0dcaf0;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #0dcaf0;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #0dcaf0;
	--bs-gradient: none;
}

.btn-outline-warning {
	--bs-btn-color: #ffc107;
	--bs-btn-border-color: #ffc107;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #ffc107;
	--bs-btn-hover-border-color: #ffc107;
	--bs-btn-focus-shadow-rgb: 255, 193, 7;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #ffc107;
	--bs-btn-active-border-color: #ffc107;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #ffc107;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #ffc107;
	--bs-gradient: none;
}

.btn-outline-danger {
	--bs-btn-color: #ff4242;
	--bs-btn-border-color: #ff4242;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #ff4242;
	--bs-btn-hover-border-color: #ff4242;
	--bs-btn-focus-shadow-rgb: 255, 66, 66;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #ff4242;
	--bs-btn-active-border-color: #ff4242;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #ff4242;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #ff4242;
	--bs-gradient: none;
}

.btn-outline-light {
	--bs-btn-color: #efefef;
	--bs-btn-border-color: #efefef;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #efefef;
	--bs-btn-hover-border-color: #efefef;
	--bs-btn-focus-shadow-rgb: 239, 239, 239;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #efefef;
	--bs-btn-active-border-color: #efefef;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #efefef;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #efefef;
	--bs-gradient: none;
}

.btn-outline-dark {
	--bs-btn-color: #1a1a1a;
	--bs-btn-border-color: #1a1a1a;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #1a1a1a;
	--bs-btn-hover-border-color: #1a1a1a;
	--bs-btn-focus-shadow-rgb: 26, 26, 26;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #1a1a1a;
	--bs-btn-active-border-color: #1a1a1a;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #1a1a1a;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #1a1a1a;
	--bs-gradient: none;
}

.btn-outline-black {
	--bs-btn-color: #000;
	--bs-btn-border-color: #000;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #000;
	--bs-btn-hover-border-color: #000;
	--bs-btn-focus-shadow-rgb: 0, 0, 0;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #000;
	--bs-btn-active-border-color: #000;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #000;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #000;
	--bs-gradient: none;
}

.btn-outline-white {
	--bs-btn-color: #fff;
	--bs-btn-border-color: #fff;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #fff;
	--bs-btn-hover-border-color: #fff;
	--bs-btn-focus-shadow-rgb: 255, 255, 255;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #fff;
	--bs-btn-active-border-color: #fff;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #fff;
	--bs-gradient: none;
}

.btn-link {
	--bs-btn-font-weight: 400;
	--bs-btn-color: var(--bs-link-color);
	--bs-btn-bg: transparent;
	--bs-btn-border-color: transparent;
	--bs-btn-hover-color: var(--bs-link-hover-color);
	--bs-btn-hover-border-color: transparent;
	--bs-btn-active-color: var(--bs-link-hover-color);
	--bs-btn-active-border-color: transparent;
	--bs-btn-disabled-color: #6c757d;
	--bs-btn-disabled-border-color: transparent;
	--bs-btn-box-shadow: 0 0 0 #000;
	--bs-btn-focus-shadow-rgb: 35, 144, 143;
	text-decoration: none;
}
.btn-link:hover,
.btn-link:focus-visible {
	text-decoration: underline;
}
.btn-link:focus-visible {
	color: var(--bs-btn-color);
}
.btn-link:hover {
	color: var(--bs-btn-hover-color);
}

.btn-lg,
.btn-group-lg > .btn {
	--bs-btn-padding-y: 0.938rem;
	--bs-btn-padding-x: 1rem;
	--bs-btn-font-size: 1rem;
	--bs-btn-border-radius: 0.313rem;
}

.btn-sm,
.btn-group-sm > .btn {
	--bs-btn-padding-y: 0.5rem;
	--bs-btn-padding-x: 0.5rem;
	--bs-btn-font-size: 1rem;
	--bs-btn-border-radius: 0.75rem;
}

.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;
	}
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
	position: relative;
}

.dropdown-toggle {
	white-space: nowrap;
}
.dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropdown-menu {
	--bs-dropdown-zindex: 1000;
	--bs-dropdown-min-width: 10rem;
	--bs-dropdown-padding-x: 0;
	--bs-dropdown-padding-y: 0.5rem;
	--bs-dropdown-spacer: 0.125rem;
	--bs-dropdown-font-size: 1rem;
	--bs-dropdown-color: var(--bs-body-color);
	--bs-dropdown-bg: var(--bs-body-bg);
	--bs-dropdown-border-color: var(--bs-border-color-translucent);
	--bs-dropdown-border-radius: var(--bs-border-radius);
	--bs-dropdown-border-width: var(--bs-border-width);
	--bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
	--bs-dropdown-divider-bg: var(--bs-border-color-translucent);
	--bs-dropdown-divider-margin-y: 0.5rem;
	--bs-dropdown-box-shadow: var(--bs-box-shadow);
	--bs-dropdown-link-color: var(--bs-body-color);
	--bs-dropdown-link-hover-color: var(--bs-body-color);
	--bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
	--bs-dropdown-link-active-color: #fff;
	--bs-dropdown-link-active-bg: #ff4242;
	--bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
	--bs-dropdown-item-padding-x: 1rem;
	--bs-dropdown-item-padding-y: 0.25rem;
	--bs-dropdown-header-color: #6c757d;
	--bs-dropdown-header-padding-x: 1rem;
	--bs-dropdown-header-padding-y: 0.5rem;
	position: absolute;
	z-index: var(--bs-dropdown-zindex);
	display: none;
	min-width: var(--bs-dropdown-min-width);
	padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
	margin: 0;
	font-size: var(--bs-dropdown-font-size);
	color: var(--bs-dropdown-color);
	text-align: left;
	list-style: none;
	background-color: var(--bs-dropdown-bg);
	background-clip: padding-box;
	border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
	border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
	top: 100%;
	left: 0;
	margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
	--bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
	right: auto;
	left: 0;
}

.dropdown-menu-end {
	--bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
	right: 0;
	left: auto;
}

@media (min-width: 576px) {
	.dropdown-menu-sm-start {
		--bs-position: start;
	}
	.dropdown-menu-sm-start[data-bs-popper] {
		right: auto;
		left: 0;
	}
	.dropdown-menu-sm-end {
		--bs-position: end;
	}
	.dropdown-menu-sm-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}
@media (min-width: 768px) {
	.dropdown-menu-md-start {
		--bs-position: start;
	}
	.dropdown-menu-md-start[data-bs-popper] {
		right: auto;
		left: 0;
	}
	.dropdown-menu-md-end {
		--bs-position: end;
	}
	.dropdown-menu-md-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}
@media (min-width: 992px) {
	.dropdown-menu-lg-start {
		--bs-position: start;
	}
	.dropdown-menu-lg-start[data-bs-popper] {
		right: auto;
		left: 0;
	}
	.dropdown-menu-lg-end {
		--bs-position: end;
	}
	.dropdown-menu-lg-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}
@media (min-width: 1200px) {
	.dropdown-menu-xl-start {
		--bs-position: start;
	}
	.dropdown-menu-xl-start[data-bs-popper] {
		right: auto;
		left: 0;
	}
	.dropdown-menu-xl-end {
		--bs-position: end;
	}
	.dropdown-menu-xl-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}
@media (min-width: 1400px) {
	.dropdown-menu-xxl-start {
		--bs-position: start;
	}
	.dropdown-menu-xxl-start[data-bs-popper] {
		right: auto;
		left: 0;
	}
	.dropdown-menu-xxl-end {
		--bs-position: end;
	}
	.dropdown-menu-xxl-end[data-bs-popper] {
		right: 0;
		left: auto;
	}
}
.dropup .dropdown-menu[data-bs-popper] {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0;
	border-right: 0.3em solid transparent;
	border-bottom: 0.3em solid;
	border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid transparent;
	border-right: 0;
	border-bottom: 0.3em solid transparent;
	border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
	margin-left: 0;
}
.dropend .dropdown-toggle::after {
	vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
}
.dropstart .dropdown-toggle::after {
	display: none;
}
.dropstart .dropdown-toggle::before {
	display: inline-block;
	margin-right: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid transparent;
	border-right: 0.3em solid;
	border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
	margin-left: 0;
}
.dropstart .dropdown-toggle::before {
	vertical-align: 0;
}

.dropdown-divider {
	height: 0;
	margin: var(--bs-dropdown-divider-margin-y) 0;
	overflow: hidden;
	border-top: 1px solid var(--bs-dropdown-divider-bg);
	opacity: 1;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
	clear: both;
	font-weight: 400;
	color: var(--bs-dropdown-link-color);
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover,
.dropdown-item:focus {
	color: var(--bs-dropdown-link-hover-color);
	text-decoration: none;
	background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active,
.dropdown-item:active {
	color: var(--bs-dropdown-link-active-color);
	text-decoration: none;
	background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled,
.dropdown-item:disabled {
	color: var(--bs-dropdown-link-disabled-color);
	pointer-events: none;
	background-color: transparent;
}

.dropdown-menu.show {
	display: block;
}

.dropdown-header {
	display: block;
	padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
	margin-bottom: 0;
	font-size: 0.875rem;
	color: var(--bs-dropdown-header-color);
	white-space: nowrap;
}

.dropdown-item-text {
	display: block;
	padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
	color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
	--bs-dropdown-color: #dee2e6;
	--bs-dropdown-bg: #151515;
	--bs-dropdown-border-color: var(--bs-border-color-translucent);
	--bs-dropdown-box-shadow: ;
	--bs-dropdown-link-color: #dee2e6;
	--bs-dropdown-link-hover-color: #fff;
	--bs-dropdown-divider-bg: var(--bs-border-color-translucent);
	--bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
	--bs-dropdown-link-active-color: #fff;
	--bs-dropdown-link-active-bg: #ff4242;
	--bs-dropdown-link-disabled-color: #adb5bd;
	--bs-dropdown-header-color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-flex;
	vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
	position: relative;
	flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
	z-index: 1;
}

.btn-toolbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.btn-toolbar .input-group {
	width: auto;
}

.btn-group {
	border-radius: 0.313rem;
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
	margin-left: calc(-1 * var(--bs-border-width));
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
	padding-right: 0.5625rem;
	padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after {
	margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
	margin-right: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
	padding-right: 0.375rem;
	padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
	padding-right: 0.75rem;
	padding-left: 0.75rem;
}

.btn-group-vertical {
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
	width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
	margin-top: calc(-1 * var(--bs-border-width));
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:nth-child(n + 3),
.btn-group-vertical > :not(.btn-check) + .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.nav {
	--bs-nav-link-padding-x: 0.85rem;
	--bs-nav-link-padding-y: 0.3rem;
	--bs-nav-link-font-weight: ;
	--bs-nav-link-color: currentColor;
	--bs-nav-link-hover-color: var(--bs-link-hover-color);
	--bs-nav-link-disabled-color: var(--bs-secondary-color);
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav-link {
	display: block;
	padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
	font-size: var(--bs-nav-link-font-size);
	font-weight: var(--bs-nav-link-font-weight);
	color: var(--bs-nav-link-color);
	background: none;
	border: 0;
	transition:
		color 0.15s ease-in-out,
		background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.nav-link {
		transition: none;
	}
}
.nav-link:hover,
.nav-link:focus {
	color: var(--bs-nav-link-hover-color);
	text-decoration: none;
}
.nav-link:focus-visible {
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(136, 136, 136, 0.2);
}
.nav-link.disabled,
.nav-link:disabled {
	color: var(--bs-nav-link-disabled-color);
	pointer-events: none;
	cursor: default;
}

.nav-tabs {
	--bs-nav-tabs-border-width: var(--bs-border-width);
	--bs-nav-tabs-border-color: var(--bs-border-color);
	--bs-nav-tabs-border-radius: var(--bs-border-radius);
	--bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
	--bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
	--bs-nav-tabs-link-active-bg: var(--bs-body-bg);
	--bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
	border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
	margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
	border: var(--bs-nav-tabs-border-width) solid transparent;
	border-top-left-radius: var(--bs-nav-tabs-border-radius);
	border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
	isolation: isolate;
	border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	color: var(--bs-nav-tabs-link-active-color);
	background-color: var(--bs-nav-tabs-link-active-bg);
	border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
	margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.nav-pills {
	--bs-nav-pills-border-radius: var(--bs-border-radius);
	--bs-nav-pills-link-active-color: #fff;
	--bs-nav-pills-link-active-bg: #ff4242;
}
.nav-pills .nav-link {
	border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
	color: var(--bs-nav-pills-link-active-color);
	background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
	--bs-nav-underline-gap: 1rem;
	--bs-nav-underline-border-width: 0.125rem;
	--bs-nav-underline-link-active-color: var(--bs-emphasis-color);
	gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
	padding-right: 0;
	padding-left: 0;
	border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover,
.nav-underline .nav-link:focus {
	border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
	font-weight: 700;
	color: var(--bs-nav-underline-link-active-color);
	border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
	flex: 1 1 auto;
	text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
	flex-grow: 1;
	flex-basis: 0;
	text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
	width: 100%;
}

.tab-content > .tab-pane {
	display: none;
}
.tab-content > .active {
	display: block;
}

.navbar {
	--bs-navbar-padding-x: 0;
	--bs-navbar-padding-y: 0.5rem;
	--bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
	--bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
	--bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
	--bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
	--bs-navbar-brand-padding-y: 0.1375rem;
	--bs-navbar-brand-margin-end: 1rem;
	--bs-navbar-brand-font-size: 1.25rem;
	--bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
	--bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
	--bs-navbar-nav-link-padding-x: 0.5rem;
	--bs-navbar-toggler-padding-y: 0.25rem;
	--bs-navbar-toggler-padding-x: 0.75rem;
	--bs-navbar-toggler-font-size: 1.25rem;
	--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	--bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
	--bs-navbar-toggler-border-radius: 0.313rem;
	--bs-navbar-toggler-focus-width: 0.25rem;
	--bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
	display: flex;
	flex-wrap: inherit;
	align-items: center;
	justify-content: space-between;
}
.navbar-brand {
	padding-top: var(--bs-navbar-brand-padding-y);
	padding-bottom: var(--bs-navbar-brand-padding-y);
	margin-right: var(--bs-navbar-brand-margin-end);
	font-size: var(--bs-navbar-brand-font-size);
	color: var(--bs-navbar-brand-color);
	white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
	color: var(--bs-navbar-brand-hover-color);
	text-decoration: none;
}

.navbar-nav {
	--bs-nav-link-padding-x: 0;
	--bs-nav-link-padding-y: 0.3rem;
	--bs-nav-link-font-weight: ;
	--bs-nav-link-color: var(--bs-navbar-color);
	--bs-nav-link-hover-color: var(--bs-navbar-hover-color);
	--bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
	color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
	position: static;
}

.navbar-text {
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
	color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
	color: var(--bs-navbar-active-color);
}

.navbar-collapse {
	flex-grow: 1;
	flex-basis: 100%;
	align-items: center;
}

.navbar-toggler {
	padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
	font-size: var(--bs-navbar-toggler-font-size);
	line-height: 1;
	color: var(--bs-navbar-color);
	background-color: transparent;
	border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
	border-radius: var(--bs-navbar-toggler-border-radius);
	transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
	.navbar-toggler {
		transition: none;
	}
}
.navbar-toggler:hover {
	text-decoration: none;
}
.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	background-image: var(--bs-navbar-toggler-icon-bg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

.navbar-nav-scroll {
	max-height: var(--bs-scroll-height, 75vh);
	overflow-y: auto;
}

@media (min-width: 576px) {
	.navbar-expand-sm {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	.navbar-expand-sm .navbar-nav {
		flex-direction: row;
	}
	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: var(--bs-navbar-nav-link-padding-x);
		padding-left: var(--bs-navbar-nav-link-padding-x);
	}
	.navbar-expand-sm .navbar-nav-scroll {
		overflow: visible;
	}
	.navbar-expand-sm .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	.navbar-expand-sm .navbar-toggler {
		display: none;
	}
	.navbar-expand-sm .offcanvas {
		position: static;
		z-index: auto;
		flex-grow: 1;
		width: auto !important;
		height: auto !important;
		visibility: visible !important;
		background-color: transparent !important;
		border: 0 !important;
		transform: none !important;
		transition: none;
	}
	.navbar-expand-sm .offcanvas .offcanvas-header {
		display: none;
	}
	.navbar-expand-sm .offcanvas .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
	}
}
@media (min-width: 768px) {
	.navbar-expand-md {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	.navbar-expand-md .navbar-nav {
		flex-direction: row;
	}
	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: var(--bs-navbar-nav-link-padding-x);
		padding-left: var(--bs-navbar-nav-link-padding-x);
	}
	.navbar-expand-md .navbar-nav-scroll {
		overflow: visible;
	}
	.navbar-expand-md .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	.navbar-expand-md .navbar-toggler {
		display: none;
	}
	.navbar-expand-md .offcanvas {
		position: static;
		z-index: auto;
		flex-grow: 1;
		width: auto !important;
		height: auto !important;
		visibility: visible !important;
		background-color: transparent !important;
		border: 0 !important;
		transform: none !important;
		transition: none;
	}
	.navbar-expand-md .offcanvas .offcanvas-header {
		display: none;
	}
	.navbar-expand-md .offcanvas .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
	}
}
@media (min-width: 992px) {
	.navbar-expand-lg {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	.navbar-expand-lg .navbar-nav {
		flex-direction: row;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: var(--bs-navbar-nav-link-padding-x);
		padding-left: var(--bs-navbar-nav-link-padding-x);
	}
	.navbar-expand-lg .navbar-nav-scroll {
		overflow: visible;
	}
	.navbar-expand-lg .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	.navbar-expand-lg .navbar-toggler {
		display: none;
	}
	.navbar-expand-lg .offcanvas {
		position: static;
		z-index: auto;
		flex-grow: 1;
		width: auto !important;
		height: auto !important;
		visibility: visible !important;
		background-color: transparent !important;
		border: 0 !important;
		transform: none !important;
		transition: none;
	}
	.navbar-expand-lg .offcanvas .offcanvas-header {
		display: none;
	}
	.navbar-expand-lg .offcanvas .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
	}
}
@media (min-width: 1200px) {
	.navbar-expand-xl {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	.navbar-expand-xl .navbar-nav {
		flex-direction: row;
	}
	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: var(--bs-navbar-nav-link-padding-x);
		padding-left: var(--bs-navbar-nav-link-padding-x);
	}
	.navbar-expand-xl .navbar-nav-scroll {
		overflow: visible;
	}
	.navbar-expand-xl .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	.navbar-expand-xl .navbar-toggler {
		display: none;
	}
	.navbar-expand-xl .offcanvas {
		position: static;
		z-index: auto;
		flex-grow: 1;
		width: auto !important;
		height: auto !important;
		visibility: visible !important;
		background-color: transparent !important;
		border: 0 !important;
		transform: none !important;
		transition: none;
	}
	.navbar-expand-xl .offcanvas .offcanvas-header {
		display: none;
	}
	.navbar-expand-xl .offcanvas .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
	}
}
@media (min-width: 1400px) {
	.navbar-expand-xxl {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	.navbar-expand-xxl .navbar-nav {
		flex-direction: row;
	}
	.navbar-expand-xxl .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.navbar-expand-xxl .navbar-nav .nav-link {
		padding-right: var(--bs-navbar-nav-link-padding-x);
		padding-left: var(--bs-navbar-nav-link-padding-x);
	}
	.navbar-expand-xxl .navbar-nav-scroll {
		overflow: visible;
	}
	.navbar-expand-xxl .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}
	.navbar-expand-xxl .navbar-toggler {
		display: none;
	}
	.navbar-expand-xxl .offcanvas {
		position: static;
		z-index: auto;
		flex-grow: 1;
		width: auto !important;
		height: auto !important;
		visibility: visible !important;
		background-color: transparent !important;
		border: 0 !important;
		transform: none !important;
		transition: none;
	}
	.navbar-expand-xxl .offcanvas .offcanvas-header {
		display: none;
	}
	.navbar-expand-xxl .offcanvas .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
	}
}
.navbar-expand {
	flex-wrap: nowrap;
	justify-content: flex-start;
}
.navbar-expand .navbar-nav {
	flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
	padding-right: var(--bs-navbar-nav-link-padding-x);
	padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
	overflow: visible;
}
.navbar-expand .navbar-collapse {
	display: flex !important;
	flex-basis: auto;
}
.navbar-expand .navbar-toggler {
	display: none;
}
.navbar-expand .offcanvas {
	position: static;
	z-index: auto;
	flex-grow: 1;
	width: auto !important;
	height: auto !important;
	visibility: visible !important;
	background-color: transparent !important;
	border: 0 !important;
	transform: none !important;
	transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
	display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
	display: flex;
	flex-grow: 0;
	padding: 0;
	overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme="dark"] {
	--bs-navbar-color: rgba(255, 255, 255, 0.55);
	--bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
	--bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
	--bs-navbar-active-color: #fff;
	--bs-navbar-brand-color: #fff;
	--bs-navbar-brand-hover-color: #fff;
	--bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
	--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme="dark"] .navbar-toggler-icon {
	--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
	--bs-card-spacer-y: 1rem;
	--bs-card-spacer-x: 1rem;
	--bs-card-title-spacer-y: 0.5rem;
	--bs-card-title-color: ;
	--bs-card-subtitle-color: ;
	--bs-card-border-width: var(--bs-border-width);
	--bs-card-border-color: var(--bs-border-color-translucent);
	--bs-card-border-radius: var(--bs-border-radius);
	--bs-card-box-shadow: ;
	--bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
	--bs-card-cap-padding-y: 0.5rem;
	--bs-card-cap-padding-x: 1rem;
	--bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
	--bs-card-cap-color: ;
	--bs-card-height: ;
	--bs-card-color: ;
	--bs-card-bg: var(--bs-body-bg);
	--bs-card-img-overlay-padding: 1rem;
	--bs-card-group-margin: 0.75rem;
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	height: var(--bs-card-height);
	color: var(--bs-body-color);
	word-wrap: break-word;
	background-color: var(--bs-card-bg);
	background-clip: border-box;
	border: var(--bs-card-border-width) solid var(--bs-card-border-color);
	border-radius: var(--bs-card-border-radius);
}
.card > hr {
	margin-right: 0;
	margin-left: 0;
}
.card > .list-group {
	border-top: inherit;
	border-bottom: inherit;
}
.card > .list-group:first-child {
	border-top-width: 0;
	border-top-left-radius: var(--bs-card-inner-border-radius);
	border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
	border-bottom-width: 0;
	border-bottom-right-radius: var(--bs-card-inner-border-radius);
	border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
	border-top: 0;
}

.card-body {
	flex: 1 1 auto;
	padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
	color: var(--bs-card-color);
}

.card-title {
	margin-bottom: var(--bs-card-title-spacer-y);
	color: var(--bs-card-title-color);
}

.card-subtitle {
	margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
	margin-bottom: 0;
	color: var(--bs-card-subtitle-color);
}

.card-text:last-child {
	margin-bottom: 0;
}

.card-link:hover {
	text-decoration: none;
}
.card-link + .card-link {
	margin-left: var(--bs-card-spacer-x);
}

.card-header {
	padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
	margin-bottom: 0;
	color: var(--bs-card-cap-color);
	background-color: var(--bs-card-cap-bg);
	border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
	border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
	padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
	color: var(--bs-card-cap-color);
	background-color: var(--bs-card-cap-bg);
	border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
	border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
	margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
	margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
	margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
	border-bottom: 0;
}
.card-header-tabs .nav-link.active {
	background-color: var(--bs-card-bg);
	border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
	margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
	margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: var(--bs-card-img-overlay-padding);
	border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
	width: 100%;
}

.card-img,
.card-img-top {
	border-top-left-radius: var(--bs-card-inner-border-radius);
	border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
	border-bottom-right-radius: var(--bs-card-inner-border-radius);
	border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
	margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
	.card-group {
		display: flex;
		flex-flow: row wrap;
	}
	.card-group > .card {
		flex: 1 0 0;
		margin-bottom: 0;
	}
	.card-group > .card + .card {
		margin-left: 0;
		border-left: 0;
	}
	.card-group > .card:not(:last-child) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.card-group > .card:not(:last-child) .card-img-top,
	.card-group > .card:not(:last-child) .card-header {
		border-top-right-radius: 0;
	}
	.card-group > .card:not(:last-child) .card-img-bottom,
	.card-group > .card:not(:last-child) .card-footer {
		border-bottom-right-radius: 0;
	}
	.card-group > .card:not(:first-child) {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	.card-group > .card:not(:first-child) .card-img-top,
	.card-group > .card:not(:first-child) .card-header {
		border-top-left-radius: 0;
	}
	.card-group > .card:not(:first-child) .card-img-bottom,
	.card-group > .card:not(:first-child) .card-footer {
		border-bottom-left-radius: 0;
	}
}

.accordion {
	--bs-accordion-color: var(--bs-body-color);
	--bs-accordion-bg: var(--bs-body-bg);
	--bs-accordion-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;
	--bs-accordion-border-color: var(--bs-border-color);
	--bs-accordion-border-width: var(--bs-border-width);
	--bs-accordion-border-radius: var(--bs-border-radius);
	--bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
	--bs-accordion-btn-padding-x: 1.25rem;
	--bs-accordion-btn-padding-y: 1rem;
	--bs-accordion-btn-color: var(--bs-body-color);
	--bs-accordion-btn-bg: var(--bs-accordion-bg);
	--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
	--bs-accordion-btn-icon-width: 1.25rem;
	--bs-accordion-btn-icon-transform: rotate(-180deg);
	--bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
	--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23661a1a' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
	--bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(136, 136, 136, 0.2);
	--bs-accordion-body-padding-x: 1.25rem;
	--bs-accordion-body-padding-y: 1rem;
	--bs-accordion-active-color: var(--bs-primary-text-emphasis);
	--bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
	font-size: 1rem;
	color: var(--bs-accordion-btn-color);
	text-align: left;
	background-color: var(--bs-accordion-btn-bg);
	border: 0;
	border-radius: 0;
	overflow-anchor: none;
	transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
	.accordion-button {
		transition: none;
	}
}
.accordion-button:not(.collapsed) {
	color: var(--bs-accordion-active-color);
	background-color: var(--bs-accordion-active-bg);
	box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
	background-image: var(--bs-accordion-btn-active-icon);
	transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
	flex-shrink: 0;
	width: var(--bs-accordion-btn-icon-width);
	height: var(--bs-accordion-btn-icon-width);
	margin-left: auto;
	content: "";
	background-image: var(--bs-accordion-btn-icon);
	background-repeat: no-repeat;
	background-size: var(--bs-accordion-btn-icon-width);
	transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
	.accordion-button::after {
		transition: none;
	}
}
.accordion-button:hover {
	z-index: 2;
}
.accordion-button:focus {
	z-index: 3;
	outline: 0;
	box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
	margin-bottom: 0;
}

.accordion-item {
	color: var(--bs-accordion-color);
	background-color: var(--bs-accordion-bg);
	border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
	border-top-left-radius: var(--bs-accordion-border-radius);
	border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
	border-top-left-radius: var(--bs-accordion-inner-border-radius);
	border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
	border-top: 0;
}
.accordion-item:last-of-type {
	border-bottom-right-radius: var(--bs-accordion-border-radius);
	border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
	border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
	border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
	border-bottom-right-radius: var(--bs-accordion-border-radius);
	border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
	padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.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-collapse,
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
	border-radius: 0;
}

[data-bs-theme="dark"] .accordion-button::after {
	--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ff8e8e'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
	--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ff8e8e'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}

.breadcrumb {
	--bs-breadcrumb-padding-x: 0;
	--bs-breadcrumb-padding-y: 0;
	--bs-breadcrumb-margin-bottom: 1rem;
	--bs-breadcrumb-font-size: 0.875rem;
	--bs-breadcrumb-bg: ;
	--bs-breadcrumb-border-radius: ;
	--bs-breadcrumb-divider-color: var(--bs-secondary-color);
	--bs-breadcrumb-item-padding-x: 0.5rem;
	--bs-breadcrumb-item-active-color: var(--bs-secondary-color);
	display: flex;
	flex-wrap: wrap;
	padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
	margin-bottom: var(--bs-breadcrumb-margin-bottom);
	font-size: var(--bs-breadcrumb-font-size);
	list-style: none;
	background-color: var(--bs-breadcrumb-bg);
	border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
	padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
	float: left;
	padding-right: var(--bs-breadcrumb-item-padding-x);
	color: var(--bs-breadcrumb-divider-color);
	content: var(--bs-breadcrumb-divider, url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.1768 6.17678C19.2744 6.07915 19.2744 5.92085 19.1768 5.82322L17.5858 4.23223C17.4882 4.1346 17.3299 4.1346 17.2322 4.23223C17.1346 4.32986 17.1346 4.48816 17.2322 4.58579L18.6464 6L17.2322 7.41421C17.1346 7.51184 17.1346 7.67014 17.2322 7.76777C17.3299 7.8654 17.4882 7.8654 17.5858 7.76777L19.1768 6.17678ZM0 6V6.25H19V6V5.75H0V6Z' fill='black'/%3E%3C/svg%3E%0A")) /* rtl: var(--bs-breadcrumb-divider, url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.1768 6.17678C19.2744 6.07915 19.2744 5.92085 19.1768 5.82322L17.5858 4.23223C17.4882 4.1346 17.3299 4.1346 17.2322 4.23223C17.1346 4.32986 17.1346 4.48816 17.2322 4.58579L18.6464 6L17.2322 7.41421C17.1346 7.51184 17.1346 7.67014 17.2322 7.76777C17.3299 7.8654 17.4882 7.8654 17.5858 7.76777L19.1768 6.17678ZM0 6V6.25H19V6V5.75H0V6Z' fill='black'/%3E%3C/svg%3E%0A")) */;
}
.breadcrumb-item.active {
	color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
	--bs-pagination-padding-x: 0.75rem;
	--bs-pagination-padding-y: 0.375rem;
	--bs-pagination-font-size: 1rem;
	--bs-pagination-color: #1a1a1a;
	--bs-pagination-bg: var(--bs-body-bg);
	--bs-pagination-border-width: var(--bs-border-width);
	--bs-pagination-border-color: var(--bs-border-color);
	--bs-pagination-border-radius: var(--bs-border-radius);
	--bs-pagination-hover-color: var(--bs-link-hover-color);
	--bs-pagination-hover-bg: var(--bs-tertiary-bg);
	--bs-pagination-hover-border-color: var(--bs-border-color);
	--bs-pagination-focus-color: var(--bs-link-hover-color);
	--bs-pagination-focus-bg: var(--bs-secondary-bg);
	--bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(136, 136, 136, 0.2);
	--bs-pagination-active-color: #fff;
	--bs-pagination-active-bg: #1a1a1a;
	--bs-pagination-active-border-color: #1a1a1a;
	--bs-pagination-disabled-color: var(--bs-secondary-color);
	--bs-pagination-disabled-bg: var(--bs-secondary-bg);
	--bs-pagination-disabled-border-color: var(--bs-border-color);
	display: flex;
	padding-left: 0;
	list-style: none;
}

.page-link {
	position: relative;
	display: block;
	padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
	font-size: var(--bs-pagination-font-size);
	color: var(--bs-pagination-color);
	background-color: var(--bs-pagination-bg);
	border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
	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) {
	.page-link {
		transition: none;
	}
}
.page-link:hover {
	z-index: 2;
	color: var(--bs-pagination-hover-color);
	text-decoration: none;
	background-color: var(--bs-pagination-hover-bg);
	border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
	z-index: 3;
	color: var(--bs-pagination-focus-color);
	background-color: var(--bs-pagination-focus-bg);
	outline: 0;
	box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active,
.active > .page-link {
	z-index: 3;
	color: var(--bs-pagination-active-color);
	background-color: var(--bs-pagination-active-bg);
	border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled,
.disabled > .page-link {
	color: var(--bs-pagination-disabled-color);
	pointer-events: none;
	background-color: var(--bs-pagination-disabled-bg);
	border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
	margin-left: calc(-1 * var(--bs-border-width));
}
.page-item:first-child .page-link {
	border-top-left-radius: var(--bs-pagination-border-radius);
	border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
	border-top-right-radius: var(--bs-pagination-border-radius);
	border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
	--bs-pagination-padding-x: 1.5rem;
	--bs-pagination-padding-y: 0.75rem;
	--bs-pagination-font-size: 1.25rem;
	--bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
	--bs-pagination-padding-x: 0.5rem;
	--bs-pagination-padding-y: 0.25rem;
	--bs-pagination-font-size: 0.875rem;
	--bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.badge {
	--bs-badge-padding-x: 0.65em;
	--bs-badge-padding-y: 0.35em;
	--bs-badge-font-size: 0.75em;
	--bs-badge-font-weight: 700;
	--bs-badge-color: #fff;
	--bs-badge-border-radius: var(--bs-border-radius);
	display: inline-block;
	padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
	font-size: var(--bs-badge-font-size);
	font-weight: var(--bs-badge-font-weight);
	line-height: 1;
	color: var(--bs-badge-color);
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
	display: none;
}

.btn .badge {
	position: relative;
	top: -1px;
}

.alert {
	--bs-alert-bg: transparent;
	--bs-alert-padding-x: 1rem;
	--bs-alert-padding-y: 1rem;
	--bs-alert-margin-bottom: 1rem;
	--bs-alert-color: inherit;
	--bs-alert-border-color: transparent;
	--bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
	--bs-alert-border-radius: var(--bs-border-radius);
	--bs-alert-link-color: inherit;
	position: relative;
	padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
	margin-bottom: var(--bs-alert-margin-bottom);
	color: var(--bs-alert-color);
	background-color: var(--bs-alert-bg);
	border: var(--bs-alert-border);
	border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
	color: inherit;
}

.alert-link {
	font-weight: 700;
	color: var(--bs-alert-link-color);
}

.alert-dismissible {
	padding-right: 3rem;
}
.alert-dismissible .btn-close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	padding: 1.25rem 1rem;
}

.alert-primary {
	--bs-alert-color: var(--bs-primary-text-emphasis);
	--bs-alert-bg: var(--bs-primary-bg-subtle);
	--bs-alert-border-color: var(--bs-primary-border-subtle);
	--bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
	--bs-alert-color: var(--bs-secondary-text-emphasis);
	--bs-alert-bg: var(--bs-secondary-bg-subtle);
	--bs-alert-border-color: var(--bs-secondary-border-subtle);
	--bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
	--bs-alert-color: var(--bs-success-text-emphasis);
	--bs-alert-bg: var(--bs-success-bg-subtle);
	--bs-alert-border-color: var(--bs-success-border-subtle);
	--bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
	--bs-alert-color: var(--bs-info-text-emphasis);
	--bs-alert-bg: var(--bs-info-bg-subtle);
	--bs-alert-border-color: var(--bs-info-border-subtle);
	--bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
	--bs-alert-color: var(--bs-warning-text-emphasis);
	--bs-alert-bg: var(--bs-warning-bg-subtle);
	--bs-alert-border-color: var(--bs-warning-border-subtle);
	--bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
	--bs-alert-color: var(--bs-danger-text-emphasis);
	--bs-alert-bg: var(--bs-danger-bg-subtle);
	--bs-alert-border-color: var(--bs-danger-border-subtle);
	--bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
	--bs-alert-color: var(--bs-light-text-emphasis);
	--bs-alert-bg: var(--bs-light-bg-subtle);
	--bs-alert-border-color: var(--bs-light-border-subtle);
	--bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
	--bs-alert-color: var(--bs-dark-text-emphasis);
	--bs-alert-bg: var(--bs-dark-bg-subtle);
	--bs-alert-border-color: var(--bs-dark-border-subtle);
	--bs-alert-link-color: var(--bs-dark-text-emphasis);
}

.alert-black {
	--bs-alert-color: var(--bs-black-text-emphasis);
	--bs-alert-bg: var(--bs-black-bg-subtle);
	--bs-alert-border-color: var(--bs-black-border-subtle);
	--bs-alert-link-color: var(--bs-black-text-emphasis);
}

.alert-white {
	--bs-alert-color: var(--bs-white-text-emphasis);
	--bs-alert-bg: var(--bs-white-bg-subtle);
	--bs-alert-border-color: var(--bs-white-border-subtle);
	--bs-alert-link-color: var(--bs-white-text-emphasis);
}

@keyframes progress-bar-stripes {
	0% {
		background-position-x: var(--bs-progress-height);
	}
}
.progress,
.progress-stacked {
	--bs-progress-height: 1rem;
	--bs-progress-font-size: 0.75rem;
	--bs-progress-bg: var(--bs-secondary-bg);
	--bs-progress-border-radius: var(--bs-border-radius);
	--bs-progress-box-shadow: var(--bs-box-shadow-inset);
	--bs-progress-bar-color: #fff;
	--bs-progress-bar-bg: #ff4242;
	--bs-progress-bar-transition: width 0.6s ease;
	display: flex;
	height: var(--bs-progress-height);
	overflow: hidden;
	font-size: var(--bs-progress-font-size);
	background-color: var(--bs-progress-bg);
	border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	color: var(--bs-progress-bar-color);
	text-align: center;
	white-space: nowrap;
	background-color: var(--bs-progress-bar-bg);
	transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
	.progress-bar {
		transition: none;
	}
}

.progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-stacked > .progress {
	overflow: visible;
}

.progress-stacked > .progress > .progress-bar {
	width: 100%;
}

.progress-bar-animated {
	animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
	.progress-bar-animated {
		animation: none;
	}
}

.list-group {
	--bs-list-group-color: var(--bs-body-color);
	--bs-list-group-bg: var(--bs-body-bg);
	--bs-list-group-border-color: var(--bs-border-color);
	--bs-list-group-border-width: var(--bs-border-width);
	--bs-list-group-border-radius: var(--bs-border-radius);
	--bs-list-group-item-padding-x: 1rem;
	--bs-list-group-item-padding-y: 0.5rem;
	--bs-list-group-action-color: var(--bs-secondary-color);
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
	--bs-list-group-action-active-color: var(--bs-body-color);
	--bs-list-group-action-active-bg: var(--bs-secondary-bg);
	--bs-list-group-disabled-color: var(--bs-secondary-color);
	--bs-list-group-disabled-bg: var(--bs-body-bg);
	--bs-list-group-active-color: #fff;
	--bs-list-group-active-bg: #ff4242;
	--bs-list-group-active-border-color: #ff4242;
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
	list-style-type: none;
	counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
	content: counters(section, ".") ". ";
	counter-increment: section;
}

.list-group-item {
	position: relative;
	display: block;
	padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
	color: var(--bs-list-group-color);
	background-color: var(--bs-list-group-bg);
	border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}
.list-group-item:last-child {
	border-bottom-right-radius: inherit;
	border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
	color: var(--bs-list-group-disabled-color);
	pointer-events: none;
	background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
	z-index: 2;
	color: var(--bs-list-group-active-color);
	background-color: var(--bs-list-group-active-bg);
	border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
	border-top-width: 0;
}
.list-group-item + .list-group-item.active {
	margin-top: calc(-1 * var(--bs-list-group-border-width));
	border-top-width: var(--bs-list-group-border-width);
}

.list-group-item-action {
	width: 100%;
	color: var(--bs-list-group-action-color);
	text-align: inherit;
}
.list-group-item-action:not(.active):hover,
.list-group-item-action:not(.active):focus {
	z-index: 1;
	color: var(--bs-list-group-action-hover-color);
	text-decoration: none;
	background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:not(.active):active {
	color: var(--bs-list-group-action-active-color);
	background-color: var(--bs-list-group-action-active-bg);
}

.list-group-horizontal {
	flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
	border-bottom-left-radius: var(--bs-list-group-border-radius);
	border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
	border-top-right-radius: var(--bs-list-group-border-radius);
	border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
	margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
	border-top-width: var(--bs-list-group-border-width);
	border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
	margin-left: calc(-1 * var(--bs-list-group-border-width));
	border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
	.list-group-horizontal-sm {
		flex-direction: row;
	}
	.list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
		border-bottom-left-radius: var(--bs-list-group-border-radius);
		border-top-right-radius: 0;
	}
	.list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
		border-top-right-radius: var(--bs-list-group-border-radius);
		border-bottom-left-radius: 0;
	}
	.list-group-horizontal-sm > .list-group-item.active {
		margin-top: 0;
	}
	.list-group-horizontal-sm > .list-group-item + .list-group-item {
		border-top-width: var(--bs-list-group-border-width);
		border-left-width: 0;
	}
	.list-group-horizontal-sm > .list-group-item + .list-group-item.active {
		margin-left: calc(-1 * var(--bs-list-group-border-width));
		border-left-width: var(--bs-list-group-border-width);
	}
}
@media (min-width: 768px) {
	.list-group-horizontal-md {
		flex-direction: row;
	}
	.list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
		border-bottom-left-radius: var(--bs-list-group-border-radius);
		border-top-right-radius: 0;
	}
	.list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
		border-top-right-radius: var(--bs-list-group-border-radius);
		border-bottom-left-radius: 0;
	}
	.list-group-horizontal-md > .list-group-item.active {
		margin-top: 0;
	}
	.list-group-horizontal-md > .list-group-item + .list-group-item {
		border-top-width: var(--bs-list-group-border-width);
		border-left-width: 0;
	}
	.list-group-horizontal-md > .list-group-item + .list-group-item.active {
		margin-left: calc(-1 * var(--bs-list-group-border-width));
		border-left-width: var(--bs-list-group-border-width);
	}
}
@media (min-width: 992px) {
	.list-group-horizontal-lg {
		flex-direction: row;
	}
	.list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
		border-bottom-left-radius: var(--bs-list-group-border-radius);
		border-top-right-radius: 0;
	}
	.list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
		border-top-right-radius: var(--bs-list-group-border-radius);
		border-bottom-left-radius: 0;
	}
	.list-group-horizontal-lg > .list-group-item.active {
		margin-top: 0;
	}
	.list-group-horizontal-lg > .list-group-item + .list-group-item {
		border-top-width: var(--bs-list-group-border-width);
		border-left-width: 0;
	}
	.list-group-horizontal-lg > .list-group-item + .list-group-item.active {
		margin-left: calc(-1 * var(--bs-list-group-border-width));
		border-left-width: var(--bs-list-group-border-width);
	}
}
@media (min-width: 1200px) {
	.list-group-horizontal-xl {
		flex-direction: row;
	}
	.list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
		border-bottom-left-radius: var(--bs-list-group-border-radius);
		border-top-right-radius: 0;
	}
	.list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
		border-top-right-radius: var(--bs-list-group-border-radius);
		border-bottom-left-radius: 0;
	}
	.list-group-horizontal-xl > .list-group-item.active {
		margin-top: 0;
	}
	.list-group-horizontal-xl > .list-group-item + .list-group-item {
		border-top-width: var(--bs-list-group-border-width);
		border-left-width: 0;
	}
	.list-group-horizontal-xl > .list-group-item + .list-group-item.active {
		margin-left: calc(-1 * var(--bs-list-group-border-width));
		border-left-width: var(--bs-list-group-border-width);
	}
}
@media (min-width: 1400px) {
	.list-group-horizontal-xxl {
		flex-direction: row;
	}
	.list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
		border-bottom-left-radius: var(--bs-list-group-border-radius);
		border-top-right-radius: 0;
	}
	.list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
		border-top-right-radius: var(--bs-list-group-border-radius);
		border-bottom-left-radius: 0;
	}
	.list-group-horizontal-xxl > .list-group-item.active {
		margin-top: 0;
	}
	.list-group-horizontal-xxl > .list-group-item + .list-group-item {
		border-top-width: var(--bs-list-group-border-width);
		border-left-width: 0;
	}
	.list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
		margin-left: calc(-1 * var(--bs-list-group-border-width));
		border-left-width: var(--bs-list-group-border-width);
	}
}
.list-group-flush {
	border-radius: 0;
}
.list-group-flush > .list-group-item {
	border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
	border-bottom-width: 0;
}

.list-group-item-primary {
	--bs-list-group-color: var(--bs-primary-text-emphasis);
	--bs-list-group-bg: var(--bs-primary-bg-subtle);
	--bs-list-group-border-color: var(--bs-primary-border-subtle);
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
	--bs-list-group-action-active-color: var(--bs-emphasis-color);
	--bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
	--bs-list-group-active-color: var(--bs-primary-bg-subtle);
	--bs-list-group-active-bg: var(--bs-primary-text-emphasis);
	--bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
	--bs-list-group-color: var(--bs-secondary-text-emphasis);
	--bs-list-group-bg: var(--bs-secondary-bg-subtle);
	--bs-list-group-border-color: var(--bs-secondary-border-subtle);
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
	--bs-list-group-action-active-color: var(--bs-emphasis-color);
	--bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
	--bs-list-group-active-color: var(--bs-secondary-bg-subtle);
	--bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
	--bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
	--bs-list-group-color: var(--bs-success-text-emphasis);
	--bs-list-group-bg: var(--bs-success-bg-subtle);
	--bs-list-group-border-color: var(--bs-success-border-subtle);
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
	--bs-list-group-action-active-color: var(--bs-emphasis-color);
	--bs-list-group-action-active-bg: var(--bs-success-border-subtle);
	--bs-list-group-active-color: var(--bs-success-bg-subtle);
	--bs-list-group-active-bg: var(--bs-success-text-emphasis);
	--bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
	--bs-list-group-color: var(--bs-info-text-emphasis);
	--bs-list-group-bg: var(--bs-info-bg-subtle);
	--bs-list-group-border-color: var(--bs-info-border-subtle);
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
	--bs-list-group-action-active-color: var(--bs-emphasis-color);
	--bs-list-group-action-active-bg: var(--bs-info-border-subtle);
	--bs-list-group-active-color: var(--bs-info-bg-subtle);
	--bs-list-group-active-bg: var(--bs-info-text-emphasis);
	--bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
	--bs-list-group-color: var(--bs-warning-text-emphasis);
	--bs-list-group-bg: var(--bs-warning-bg-subtle);
	--bs-list-group-border-color: var(--bs-warning-border-subtle);
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
	--bs-list-group-action-active-color: var(--bs-emphasis-color);
	--bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
	--bs-list-group-active-color: var(--bs-warning-bg-subtle);
	--bs-list-group-active-bg: var(--bs-warning-text-emphasis);
	--bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
	--bs-list-group-color: var(--bs-danger-text-emphasis);
	--bs-list-group-bg: var(--bs-danger-bg-subtle);
	--bs-list-group-border-color: var(--bs-danger-border-subtle);
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
	--bs-list-group-action-active-color: var(--bs-emphasis-color);
	--bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
	--bs-list-group-active-color: var(--bs-danger-bg-subtle);
	--bs-list-group-active-bg: var(--bs-danger-text-emphasis);
	--bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
	--bs-list-group-color: var(--bs-light-text-emphasis);
	--bs-list-group-bg: var(--bs-light-bg-subtle);
	--bs-list-group-border-color: var(--bs-light-border-subtle);
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
	--bs-list-group-action-active-color: var(--bs-emphasis-color);
	--bs-list-group-action-active-bg: var(--bs-light-border-subtle);
	--bs-list-group-active-color: var(--bs-light-bg-subtle);
	--bs-list-group-active-bg: var(--bs-light-text-emphasis);
	--bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
	--bs-list-group-color: var(--bs-dark-text-emphasis);
	--bs-list-group-bg: var(--bs-dark-bg-subtle);
	--bs-list-group-border-color: var(--bs-dark-border-subtle);
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
	--bs-list-group-action-active-color: var(--bs-emphasis-color);
	--bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
	--bs-list-group-active-color: var(--bs-dark-bg-subtle);
	--bs-list-group-active-bg: var(--bs-dark-text-emphasis);
	--bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.list-group-item-black {
	--bs-list-group-color: var(--bs-black-text-emphasis);
	--bs-list-group-bg: var(--bs-black-bg-subtle);
	--bs-list-group-border-color: var(--bs-black-border-subtle);
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-black-border-subtle);
	--bs-list-group-action-active-color: var(--bs-emphasis-color);
	--bs-list-group-action-active-bg: var(--bs-black-border-subtle);
	--bs-list-group-active-color: var(--bs-black-bg-subtle);
	--bs-list-group-active-bg: var(--bs-black-text-emphasis);
	--bs-list-group-active-border-color: var(--bs-black-text-emphasis);
}

.list-group-item-white {
	--bs-list-group-color: var(--bs-white-text-emphasis);
	--bs-list-group-bg: var(--bs-white-bg-subtle);
	--bs-list-group-border-color: var(--bs-white-border-subtle);
	--bs-list-group-action-hover-color: var(--bs-emphasis-color);
	--bs-list-group-action-hover-bg: var(--bs-white-border-subtle);
	--bs-list-group-action-active-color: var(--bs-emphasis-color);
	--bs-list-group-action-active-bg: var(--bs-white-border-subtle);
	--bs-list-group-active-color: var(--bs-white-bg-subtle);
	--bs-list-group-active-bg: var(--bs-white-text-emphasis);
	--bs-list-group-active-border-color: var(--bs-white-text-emphasis);
}

.btn-close {
	--bs-btn-close-color: #000;
	--bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
	--bs-btn-close-opacity: 0.5;
	--bs-btn-close-hover-opacity: 0.75;
	--bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(136, 136, 136, 0.2);
	--bs-btn-close-focus-opacity: 1;
	--bs-btn-close-disabled-opacity: 0.25;
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: 0.25em 0.25em;
	color: var(--bs-btn-close-color);
	background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
	filter: var(--bs-btn-close-filter);
	border: 0;
	border-radius: 0.75rem;
	opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
	color: var(--bs-btn-close-color);
	text-decoration: none;
	opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
	outline: 0;
	box-shadow: var(--bs-btn-close-focus-shadow);
	opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled,
.btn-close.disabled {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
	--bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

:root,
[data-bs-theme="light"] {
	--bs-btn-close-filter: ;
}

[data-bs-theme="dark"] {
	--bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
	--bs-toast-zindex: 1090;
	--bs-toast-padding-x: 0.75rem;
	--bs-toast-padding-y: 0.5rem;
	--bs-toast-spacing: 1.5rem;
	--bs-toast-max-width: 350px;
	--bs-toast-font-size: 0.875rem;
	--bs-toast-color: ;
	--bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
	--bs-toast-border-width: var(--bs-border-width);
	--bs-toast-border-color: var(--bs-border-color-translucent);
	--bs-toast-border-radius: var(--bs-border-radius);
	--bs-toast-box-shadow: var(--bs-box-shadow);
	--bs-toast-header-color: var(--bs-secondary-color);
	--bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
	--bs-toast-header-border-color: var(--bs-border-color-translucent);
	width: var(--bs-toast-max-width);
	max-width: 100%;
	font-size: var(--bs-toast-font-size);
	color: var(--bs-toast-color);
	pointer-events: auto;
	background-color: var(--bs-toast-bg);
	background-clip: padding-box;
	border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
	box-shadow: var(--bs-toast-box-shadow);
	border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
	opacity: 0;
}
.toast:not(.show) {
	display: none;
}

.toast-container {
	--bs-toast-zindex: 1090;
	position: absolute;
	z-index: var(--bs-toast-zindex);
	width: -moz-max-content;
	width: max-content;
	max-width: 100%;
	pointer-events: none;
}
.toast-container > :not(:last-child) {
	margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
	display: flex;
	align-items: center;
	padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
	color: var(--bs-toast-header-color);
	background-color: var(--bs-toast-header-bg);
	background-clip: padding-box;
	border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
	border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
	border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
	margin-right: calc(-0.5 * var(--bs-toast-padding-x));
	margin-left: var(--bs-toast-padding-x);
}

.toast-body {
	padding: var(--bs-toast-padding-x);
	word-wrap: break-word;
}

.modal {
	--bs-modal-zindex: 1055;
	--bs-modal-width: 500px;
	--bs-modal-padding: 1rem;
	--bs-modal-margin: 0.5rem;
	--bs-modal-color: var(--bs-body-color);
	--bs-modal-bg: var(--bs-body-bg);
	--bs-modal-border-color: var(--bs-border-color-translucent);
	--bs-modal-border-width: var(--bs-border-width);
	--bs-modal-border-radius: var(--bs-border-radius-lg);
	--bs-modal-box-shadow: var(--bs-box-shadow-sm);
	--bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
	--bs-modal-header-padding-x: 1rem;
	--bs-modal-header-padding-y: 1rem;
	--bs-modal-header-padding: 1rem 1rem;
	--bs-modal-header-border-color: var(--bs-border-color);
	--bs-modal-header-border-width: var(--bs-border-width);
	--bs-modal-title-line-height: 1.3;
	--bs-modal-footer-gap: 0.5rem;
	--bs-modal-footer-bg: ;
	--bs-modal-footer-border-color: var(--bs-border-color);
	--bs-modal-footer-border-width: var(--bs-border-width);
	position: fixed;
	top: 0;
	left: 0;
	z-index: var(--bs-modal-zindex);
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: var(--bs-modal-margin);
	pointer-events: none;
}
.modal.fade .modal-dialog {
	transform: translate(0, -50px);
	transition: transform 0.3s ease-out;
}
@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% - var(--bs-modal-margin) * 2);
}
.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% - var(--bs-modal-margin) * 2);
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	color: var(--bs-modal-color);
	pointer-events: auto;
	background-color: var(--bs-modal-bg);
	background-clip: padding-box;
	border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
	border-radius: var(--bs-modal-border-radius);
	outline: 0;
}

.modal-backdrop {
	--bs-backdrop-zindex: 1050;
	--bs-backdrop-bg: #000;
	--bs-backdrop-opacity: 0.5;
	position: fixed;
	top: 0;
	left: 0;
	z-index: var(--bs-backdrop-zindex);
	width: 100vw;
	height: 100vh;
	background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
	opacity: 0;
}
.modal-backdrop.show {
	opacity: var(--bs-backdrop-opacity);
}

.modal-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	padding: var(--bs-modal-header-padding);
	border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
	border-top-left-radius: var(--bs-modal-inner-border-radius);
	border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
	padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
	margin-top: calc(-0.5 * var(--bs-modal-header-padding-y));
	margin-right: calc(-0.5 * var(--bs-modal-header-padding-x));
	margin-bottom: calc(-0.5 * var(--bs-modal-header-padding-y));
	margin-left: auto;
}

.modal-title {
	margin-bottom: 0;
	line-height: var(--bs-modal-title-line-height);
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: var(--bs-modal-padding);
}

.modal-footer {
	display: flex;
	flex-shrink: 0;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
	background-color: var(--bs-modal-footer-bg);
	border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
	border-bottom-right-radius: var(--bs-modal-inner-border-radius);
	border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
	margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
	.modal {
		--bs-modal-margin: 1.75rem;
		--bs-modal-box-shadow: var(--bs-box-shadow);
	}
	.modal-dialog {
		max-width: var(--bs-modal-width);
		margin-right: auto;
		margin-left: auto;
	}
	.modal-sm {
		--bs-modal-width: 22.5rem;
	}
}
@media (min-width: 992px) {
	.modal-lg,
	.modal-xl {
		--bs-modal-width: 800px;
	}
}
@media (min-width: 1200px) {
	.modal-xl {
		--bs-modal-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,
.modal-fullscreen .modal-footer {
	border-radius: 0;
}
.modal-fullscreen .modal-body {
	overflow-y: auto;
}

@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,
	.modal-fullscreen-sm-down .modal-footer {
		border-radius: 0;
	}
	.modal-fullscreen-sm-down .modal-body {
		overflow-y: auto;
	}
}
@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,
	.modal-fullscreen-md-down .modal-footer {
		border-radius: 0;
	}
	.modal-fullscreen-md-down .modal-body {
		overflow-y: auto;
	}
}
@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,
	.modal-fullscreen-lg-down .modal-footer {
		border-radius: 0;
	}
	.modal-fullscreen-lg-down .modal-body {
		overflow-y: auto;
	}
}
@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,
	.modal-fullscreen-xl-down .modal-footer {
		border-radius: 0;
	}
	.modal-fullscreen-xl-down .modal-body {
		overflow-y: auto;
	}
}
@media (max-width: 1399.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,
	.modal-fullscreen-xxl-down .modal-footer {
		border-radius: 0;
	}
	.modal-fullscreen-xxl-down .modal-body {
		overflow-y: auto;
	}
}
.tooltip {
	--bs-tooltip-zindex: 1080;
	--bs-tooltip-max-width: 200px;
	--bs-tooltip-padding-x: 0.5rem;
	--bs-tooltip-padding-y: 0.25rem;
	--bs-tooltip-margin: ;
	--bs-tooltip-font-size: 0.875rem;
	--bs-tooltip-color: var(--bs-body-bg);
	--bs-tooltip-bg: var(--bs-emphasis-color);
	--bs-tooltip-border-radius: var(--bs-border-radius);
	--bs-tooltip-opacity: 0.9;
	--bs-tooltip-arrow-width: 0.8rem;
	--bs-tooltip-arrow-height: 0.4rem;
	z-index: var(--bs-tooltip-zindex);
	display: block;
	margin: var(--bs-tooltip-margin);
	font-family:
		"DIN Pro",
		system-ui,
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		Roboto,
		Oxygen,
		Ubuntu,
		Cantarell,
		"Open Sans",
		"Helvetica Neue",
		sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	white-space: normal;
	word-spacing: normal;
	line-break: auto;
	font-size: var(--bs-tooltip-font-size);
	word-wrap: break-word;
	opacity: 0;
}
.tooltip.show {
	opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
	display: block;
	width: var(--bs-tooltip-arrow-width);
	height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
	bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
	top: -1px;
	border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
	border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
	left: calc(-1 * var(--bs-tooltip-arrow-height));
	width: var(--bs-tooltip-arrow-height);
	height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
	right: -1px;
	border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
	border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
	top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
	bottom: -1px;
	border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
	border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
	right: calc(-1 * var(--bs-tooltip-arrow-height));
	width: var(--bs-tooltip-arrow-height);
	height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
	left: -1px;
	border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
	border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
	max-width: var(--bs-tooltip-max-width);
	padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
	color: var(--bs-tooltip-color);
	text-align: center;
	background-color: var(--bs-tooltip-bg);
	border-radius: var(--bs-tooltip-border-radius);
}

.popover {
	--bs-popover-zindex: 1070;
	--bs-popover-max-width: 276px;
	--bs-popover-font-size: 0.875rem;
	--bs-popover-bg: var(--bs-body-bg);
	--bs-popover-border-width: var(--bs-border-width);
	--bs-popover-border-color: var(--bs-border-color-translucent);
	--bs-popover-border-radius: var(--bs-border-radius-lg);
	--bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
	--bs-popover-box-shadow: var(--bs-box-shadow);
	--bs-popover-header-padding-x: 1rem;
	--bs-popover-header-padding-y: 0.5rem;
	--bs-popover-header-font-size: 1rem;
	--bs-popover-header-color: inherit;
	--bs-popover-header-bg: var(--bs-secondary-bg);
	--bs-popover-body-padding-x: 1rem;
	--bs-popover-body-padding-y: 1rem;
	--bs-popover-body-color: var(--bs-body-color);
	--bs-popover-arrow-width: 1rem;
	--bs-popover-arrow-height: 0.5rem;
	--bs-popover-arrow-border: var(--bs-popover-border-color);
	z-index: var(--bs-popover-zindex);
	display: block;
	max-width: var(--bs-popover-max-width);
	font-family:
		"DIN Pro",
		system-ui,
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		Roboto,
		Oxygen,
		Ubuntu,
		Cantarell,
		"Open Sans",
		"Helvetica Neue",
		sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	white-space: normal;
	word-spacing: normal;
	line-break: auto;
	font-size: var(--bs-popover-font-size);
	word-wrap: break-word;
	background-color: var(--bs-popover-bg);
	background-clip: padding-box;
	border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
	border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
	display: block;
	width: var(--bs-popover-arrow-width);
	height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before,
.popover .popover-arrow::after {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid;
	border-width: 0;
}

.bs-popover-top > .popover-arrow,
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
	bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before,
.bs-popover-top > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
	border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
	bottom: 0;
	border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
	bottom: var(--bs-popover-border-width);
	border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow,
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
	left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
	width: var(--bs-popover-arrow-height);
	height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before,
.bs-popover-end > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
	border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
	left: 0;
	border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
	left: var(--bs-popover-border-width);
	border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow,
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
	top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before,
.bs-popover-bottom > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
	border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
	top: 0;
	border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
	top: var(--bs-popover-border-width);
	border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: var(--bs-popover-arrow-width);
	margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
	content: "";
	border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow,
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
	right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
	width: var(--bs-popover-arrow-height);
	height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before,
.bs-popover-start > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
	border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
	right: 0;
	border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
	right: var(--bs-popover-border-width);
	border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
	padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
	margin-bottom: 0;
	font-size: var(--bs-popover-header-font-size);
	color: var(--bs-popover-header-color);
	background-color: var(--bs-popover-header-bg);
	border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
	border-top-left-radius: var(--bs-popover-inner-border-radius);
	border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
	display: none;
}

.popover-body {
	padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
	color: var(--bs-popover-body-color);
}

.carousel {
	position: relative;
}

.carousel.pointer-event {
	touch-action: pan-y;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.carousel-inner::after {
	display: block;
	clear: both;
	content: "";
}

.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	backface-visibility: hidden;
	transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	.carousel-item {
		transition: none;
	}
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
	display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
	transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
	transform: translateX(-100%);
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-property: opacity;
	transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
	z-index: 1;
	opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
	z-index: 0;
	opacity: 0;
	transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
	.carousel-fade .active.carousel-item-start,
	.carousel-fade .active.carousel-item-end {
		transition: none;
	}
}

.carousel-control-prev,
.carousel-control-next {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
	padding: 0;
	color: #fff;
	text-align: center;
	background: none;
	filter: var(--bs-carousel-control-icon-filter);
	border: 0;
	opacity: 0.5;
	transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
	.carousel-control-prev,
	.carousel-control-next {
		transition: none;
	}
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: 0.9;
}

.carousel-control-prev {
	left: 0;
}

.carousel-control-next {
	right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100% 100%;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")*/;
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e")*/;
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	padding: 0;
	margin-right: 15%;
	margin-bottom: 1rem;
	margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	padding: 0;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: var(--bs-carousel-indicator-active-bg);
	background-clip: padding-box;
	border: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: 0.5;
	transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
	.carousel-indicators [data-bs-target] {
		transition: none;
	}
}
.carousel-indicators .active {
	opacity: 1;
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 1.25rem;
	left: 15%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: var(--bs-carousel-caption-color);
	text-align: center;
}

.carousel-dark {
	--bs-carousel-indicator-active-bg: #000;
	--bs-carousel-caption-color: #000;
	--bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

:root,
[data-bs-theme="light"] {
	--bs-carousel-indicator-active-bg: #fff;
	--bs-carousel-caption-color: #fff;
	--bs-carousel-control-icon-filter: ;
}

[data-bs-theme="dark"] {
	--bs-carousel-indicator-active-bg: #000;
	--bs-carousel-caption-color: #000;
	--bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

.spinner-grow,
.spinner-border {
	display: inline-block;
	width: var(--bs-spinner-width);
	height: var(--bs-spinner-height);
	vertical-align: var(--bs-spinner-vertical-align);
	border-radius: 50%;
	animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
	to {
		transform: rotate(360deg) /* rtl:ignore */;
	}
}
.spinner-border {
	--bs-spinner-width: 2rem;
	--bs-spinner-height: 2rem;
	--bs-spinner-vertical-align: -0.125em;
	--bs-spinner-border-width: 0.25em;
	--bs-spinner-animation-speed: 0.75s;
	--bs-spinner-animation-name: spinner-border;
	border: var(--bs-spinner-border-width) solid currentcolor;
	border-right-color: transparent;
}

.spinner-border-sm {
	--bs-spinner-width: 1rem;
	--bs-spinner-height: 1rem;
	--bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
	0% {
		transform: scale(0);
	}
	50% {
		opacity: 1;
		transform: none;
	}
}
.spinner-grow {
	--bs-spinner-width: 2rem;
	--bs-spinner-height: 2rem;
	--bs-spinner-vertical-align: -0.125em;
	--bs-spinner-animation-speed: 0.75s;
	--bs-spinner-animation-name: spinner-grow;
	background-color: currentcolor;
	opacity: 0;
}

.spinner-grow-sm {
	--bs-spinner-width: 1rem;
	--bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
	.spinner-border,
	.spinner-grow {
		--bs-spinner-animation-speed: 1.5s;
	}
}
.offcanvas,
.offcanvas-xxl,
.offcanvas-xl,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm {
	--bs-offcanvas-zindex: 1045;
	--bs-offcanvas-width: 400px;
	--bs-offcanvas-height: 30vh;
	--bs-offcanvas-padding-x: 1rem;
	--bs-offcanvas-padding-y: 1rem;
	--bs-offcanvas-color: var(--bs-body-color);
	--bs-offcanvas-bg: var(--bs-body-bg);
	--bs-offcanvas-border-width: var(--bs-border-width);
	--bs-offcanvas-border-color: var(--bs-border-color-translucent);
	--bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
	--bs-offcanvas-transition: transform 0.3s ease-in-out;
	--bs-offcanvas-title-line-height: 1.3;
}

@media (max-width: 575.98px) {
	.offcanvas-sm {
		position: fixed;
		bottom: 0;
		z-index: var(--bs-offcanvas-zindex);
		display: flex;
		flex-direction: column;
		max-width: 100%;
		color: var(--bs-offcanvas-color);
		visibility: hidden;
		background-color: var(--bs-offcanvas-bg);
		background-clip: padding-box;
		outline: 0;
		transition: var(--bs-offcanvas-transition);
	}
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
	.offcanvas-sm {
		transition: none;
	}
}
@media (max-width: 575.98px) {
	.offcanvas-sm.offcanvas-start {
		top: 0;
		left: 0;
		width: var(--bs-offcanvas-width);
		border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(-100%);
	}
	.offcanvas-sm.offcanvas-end {
		top: 0;
		right: 0;
		width: var(--bs-offcanvas-width);
		border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(100%);
	}
	.offcanvas-sm.offcanvas-top {
		top: 0;
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(-100%);
	}
	.offcanvas-sm.offcanvas-bottom {
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(100%);
	}
	.offcanvas-sm.showing,
	.offcanvas-sm.show:not(.hiding) {
		transform: none;
	}
	.offcanvas-sm.showing,
	.offcanvas-sm.hiding,
	.offcanvas-sm.show {
		visibility: visible;
	}
}
@media (min-width: 576px) {
	.offcanvas-sm {
		--bs-offcanvas-height: auto;
		--bs-offcanvas-border-width: 0;
		background-color: transparent !important;
	}
	.offcanvas-sm .offcanvas-header {
		display: none;
	}
	.offcanvas-sm .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
		background-color: transparent !important;
	}
}

@media (max-width: 767.98px) {
	.offcanvas-md {
		position: fixed;
		bottom: 0;
		z-index: var(--bs-offcanvas-zindex);
		display: flex;
		flex-direction: column;
		max-width: 100%;
		color: var(--bs-offcanvas-color);
		visibility: hidden;
		background-color: var(--bs-offcanvas-bg);
		background-clip: padding-box;
		outline: 0;
		transition: var(--bs-offcanvas-transition);
	}
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
	.offcanvas-md {
		transition: none;
	}
}
@media (max-width: 767.98px) {
	.offcanvas-md.offcanvas-start {
		top: 0;
		left: 0;
		width: var(--bs-offcanvas-width);
		border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(-100%);
	}
	.offcanvas-md.offcanvas-end {
		top: 0;
		right: 0;
		width: var(--bs-offcanvas-width);
		border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(100%);
	}
	.offcanvas-md.offcanvas-top {
		top: 0;
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(-100%);
	}
	.offcanvas-md.offcanvas-bottom {
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(100%);
	}
	.offcanvas-md.showing,
	.offcanvas-md.show:not(.hiding) {
		transform: none;
	}
	.offcanvas-md.showing,
	.offcanvas-md.hiding,
	.offcanvas-md.show {
		visibility: visible;
	}
}
@media (min-width: 768px) {
	.offcanvas-md {
		--bs-offcanvas-height: auto;
		--bs-offcanvas-border-width: 0;
		background-color: transparent !important;
	}
	.offcanvas-md .offcanvas-header {
		display: none;
	}
	.offcanvas-md .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
		background-color: transparent !important;
	}
}

@media (max-width: 991.98px) {
	.offcanvas-lg {
		position: fixed;
		bottom: 0;
		z-index: var(--bs-offcanvas-zindex);
		display: flex;
		flex-direction: column;
		max-width: 100%;
		color: var(--bs-offcanvas-color);
		visibility: hidden;
		background-color: var(--bs-offcanvas-bg);
		background-clip: padding-box;
		outline: 0;
		transition: var(--bs-offcanvas-transition);
	}
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
	.offcanvas-lg {
		transition: none;
	}
}
@media (max-width: 991.98px) {
	.offcanvas-lg.offcanvas-start {
		top: 0;
		left: 0;
		width: var(--bs-offcanvas-width);
		border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(-100%);
	}
	.offcanvas-lg.offcanvas-end {
		top: 0;
		right: 0;
		width: var(--bs-offcanvas-width);
		border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(100%);
	}
	.offcanvas-lg.offcanvas-top {
		top: 0;
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(-100%);
	}
	.offcanvas-lg.offcanvas-bottom {
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(100%);
	}
	.offcanvas-lg.showing,
	.offcanvas-lg.show:not(.hiding) {
		transform: none;
	}
	.offcanvas-lg.showing,
	.offcanvas-lg.hiding,
	.offcanvas-lg.show {
		visibility: visible;
	}
}
@media (min-width: 992px) {
	.offcanvas-lg {
		--bs-offcanvas-height: auto;
		--bs-offcanvas-border-width: 0;
		background-color: transparent !important;
	}
	.offcanvas-lg .offcanvas-header {
		display: none;
	}
	.offcanvas-lg .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
		background-color: transparent !important;
	}
}

@media (max-width: 1199.98px) {
	.offcanvas-xl {
		position: fixed;
		bottom: 0;
		z-index: var(--bs-offcanvas-zindex);
		display: flex;
		flex-direction: column;
		max-width: 100%;
		color: var(--bs-offcanvas-color);
		visibility: hidden;
		background-color: var(--bs-offcanvas-bg);
		background-clip: padding-box;
		outline: 0;
		transition: var(--bs-offcanvas-transition);
	}
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
	.offcanvas-xl {
		transition: none;
	}
}
@media (max-width: 1199.98px) {
	.offcanvas-xl.offcanvas-start {
		top: 0;
		left: 0;
		width: var(--bs-offcanvas-width);
		border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(-100%);
	}
	.offcanvas-xl.offcanvas-end {
		top: 0;
		right: 0;
		width: var(--bs-offcanvas-width);
		border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(100%);
	}
	.offcanvas-xl.offcanvas-top {
		top: 0;
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(-100%);
	}
	.offcanvas-xl.offcanvas-bottom {
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(100%);
	}
	.offcanvas-xl.showing,
	.offcanvas-xl.show:not(.hiding) {
		transform: none;
	}
	.offcanvas-xl.showing,
	.offcanvas-xl.hiding,
	.offcanvas-xl.show {
		visibility: visible;
	}
}
@media (min-width: 1200px) {
	.offcanvas-xl {
		--bs-offcanvas-height: auto;
		--bs-offcanvas-border-width: 0;
		background-color: transparent !important;
	}
	.offcanvas-xl .offcanvas-header {
		display: none;
	}
	.offcanvas-xl .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
		background-color: transparent !important;
	}
}

@media (max-width: 1399.98px) {
	.offcanvas-xxl {
		position: fixed;
		bottom: 0;
		z-index: var(--bs-offcanvas-zindex);
		display: flex;
		flex-direction: column;
		max-width: 100%;
		color: var(--bs-offcanvas-color);
		visibility: hidden;
		background-color: var(--bs-offcanvas-bg);
		background-clip: padding-box;
		outline: 0;
		transition: var(--bs-offcanvas-transition);
	}
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
	.offcanvas-xxl {
		transition: none;
	}
}
@media (max-width: 1399.98px) {
	.offcanvas-xxl.offcanvas-start {
		top: 0;
		left: 0;
		width: var(--bs-offcanvas-width);
		border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(-100%);
	}
	.offcanvas-xxl.offcanvas-end {
		top: 0;
		right: 0;
		width: var(--bs-offcanvas-width);
		border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateX(100%);
	}
	.offcanvas-xxl.offcanvas-top {
		top: 0;
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(-100%);
	}
	.offcanvas-xxl.offcanvas-bottom {
		right: 0;
		left: 0;
		height: var(--bs-offcanvas-height);
		max-height: 100%;
		border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
		transform: translateY(100%);
	}
	.offcanvas-xxl.showing,
	.offcanvas-xxl.show:not(.hiding) {
		transform: none;
	}
	.offcanvas-xxl.showing,
	.offcanvas-xxl.hiding,
	.offcanvas-xxl.show {
		visibility: visible;
	}
}
@media (min-width: 1400px) {
	.offcanvas-xxl {
		--bs-offcanvas-height: auto;
		--bs-offcanvas-border-width: 0;
		background-color: transparent !important;
	}
	.offcanvas-xxl .offcanvas-header {
		display: none;
	}
	.offcanvas-xxl .offcanvas-body {
		display: flex;
		flex-grow: 0;
		padding: 0;
		overflow-y: visible;
		background-color: transparent !important;
	}
}

.offcanvas {
	position: fixed;
	bottom: 0;
	z-index: var(--bs-offcanvas-zindex);
	display: flex;
	flex-direction: column;
	max-width: 100%;
	color: var(--bs-offcanvas-color);
	visibility: hidden;
	background-color: var(--bs-offcanvas-bg);
	background-clip: padding-box;
	outline: 0;
	transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
	.offcanvas {
		transition: none;
	}
}
.offcanvas.offcanvas-start {
	top: 0;
	left: 0;
	width: var(--bs-offcanvas-width);
	border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
	transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
	top: 0;
	right: 0;
	width: var(--bs-offcanvas-width);
	border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
	transform: translateX(100%);
}
.offcanvas.offcanvas-top {
	top: 0;
	right: 0;
	left: 0;
	height: var(--bs-offcanvas-height);
	max-height: 100%;
	border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
	transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
	right: 0;
	left: 0;
	height: var(--bs-offcanvas-height);
	max-height: 100%;
	border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
	transform: translateY(100%);
}
.offcanvas.showing,
.offcanvas.show:not(.hiding) {
	transform: none;
}
.offcanvas.showing,
.offcanvas.hiding,
.offcanvas.show {
	visibility: visible;
}

.offcanvas-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}
.offcanvas-backdrop.fade {
	opacity: 0;
}
.offcanvas-backdrop.show {
	opacity: 0.5;
}

.offcanvas-header {
	display: flex;
	align-items: center;
	padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
	padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
	margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
	margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
	margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
	margin-left: auto;
}

.offcanvas-title {
	margin-bottom: 0;
	line-height: var(--bs-offcanvas-title-line-height);
}

.offcanvas-body {
	flex-grow: 1;
	padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
	overflow-y: auto;
}

.placeholder {
	display: inline-block;
	min-height: 1em;
	vertical-align: middle;
	cursor: wait;
	background-color: currentcolor;
	opacity: 0.5;
}
.placeholder.btn::before {
	display: inline-block;
	content: "";
}

.placeholder-xs {
	min-height: 0.6em;
}

.placeholder-sm {
	min-height: 0.8em;
}

.placeholder-lg {
	min-height: 1.2em;
}

.placeholder-glow .placeholder {
	animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
	50% {
		opacity: 0.2;
	}
}
.placeholder-wave {
	-webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
	mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
	-webkit-mask-size: 200% 100%;
	mask-size: 200% 100%;
	animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
	100% {
		-webkit-mask-position: -200% 0%;
		mask-position: -200% 0%;
	}
}
.align-baseline {
	vertical-align: baseline !important;
}

.align-top {
	vertical-align: top !important;
}

.align-middle {
	vertical-align: middle !important;
}

.align-bottom {
	vertical-align: bottom !important;
}

.align-text-bottom {
	vertical-align: text-bottom !important;
}

.align-text-top {
	vertical-align: text-top !important;
}

.float-start {
	float: left !important;
}

.float-end {
	float: right !important;
}

.float-none {
	float: none !important;
}

.object-fit-contain {
	-o-object-fit: contain !important;
	object-fit: contain !important;
}

.object-fit-cover {
	-o-object-fit: cover !important;
	object-fit: cover !important;
}

.object-fit-fill {
	-o-object-fit: fill !important;
	object-fit: fill !important;
}

.object-fit-scale {
	-o-object-fit: scale-down !important;
	object-fit: scale-down !important;
}

.object-fit-none {
	-o-object-fit: none !important;
	object-fit: none !important;
}

.opacity-0 {
	opacity: 0 !important;
}

.opacity-25 {
	opacity: 0.25 !important;
}

.opacity-50 {
	opacity: 0.5 !important;
}

.opacity-75 {
	opacity: 0.75 !important;
}

.opacity-100 {
	opacity: 1 !important;
}

.overflow-auto {
	overflow: auto !important;
}

.overflow-hidden {
	overflow: hidden !important;
}

.overflow-visible {
	overflow: visible !important;
}

.overflow-scroll {
	overflow: scroll !important;
}

.overflow-x-auto {
	overflow-x: auto !important;
}

.overflow-x-hidden {
	overflow-x: hidden !important;
}

.overflow-x-visible {
	overflow-x: visible !important;
}

.overflow-x-scroll {
	overflow-x: scroll !important;
}

.overflow-y-auto {
	overflow-y: auto !important;
}

.overflow-y-hidden {
	overflow-y: hidden !important;
}

.overflow-y-visible {
	overflow-y: visible !important;
}

.overflow-y-scroll {
	overflow-y: scroll !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-grid {
	display: grid !important;
}

.d-inline-grid {
	display: inline-grid !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: flex !important;
}

.d-inline-flex {
	display: inline-flex !important;
}

.d-none {
	display: none !important;
}

.shadow {
	box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
	box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
	box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
	box-shadow: none !important;
}

.focus-ring-primary {
	--bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
	--bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
	--bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
	--bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
	--bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
	--bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
	--bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
	--bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-black {
	--bs-focus-ring-color: rgba(var(--bs-black-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-white {
	--bs-focus-ring-color: rgba(var(--bs-white-rgb), var(--bs-focus-ring-opacity));
}

.position-static {
	position: static !important;
}

.position-relative {
	position: relative !important;
}

.position-absolute {
	position: absolute !important;
}

.position-fixed {
	position: fixed !important;
}

.position-sticky {
	position: sticky !important;
}

.top-0 {
	top: 0 !important;
}

.top-50 {
	top: 50% !important;
}

.top-100 {
	top: 100% !important;
}

.bottom-0 {
	bottom: 0 !important;
}

.bottom-50 {
	bottom: 50% !important;
}

.bottom-100 {
	bottom: 100% !important;
}

.start-0 {
	left: 0 !important;
}

.start-50 {
	left: 50% !important;
}

.start-100 {
	left: 100% !important;
}

.end-0 {
	right: 0 !important;
}

.end-50 {
	right: 50% !important;
}

.end-100 {
	right: 100% !important;
}

.translate-middle {
	transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
	transform: translateX(-50%) !important;
}

.translate-middle-y {
	transform: translateY(-50%) !important;
}

.border {
	border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
	border: 0 !important;
}

.border-top {
	border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
	border-top: 0 !important;
}

.border-end {
	border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
	border-right: 0 !important;
}

.border-bottom {
	border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
	border-bottom: 0 !important;
}

.border-start {
	border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
	border-left: 0 !important;
}

.border-primary {
	--bs-border-opacity: 1;
	border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
	--bs-border-opacity: 1;
	border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
	--bs-border-opacity: 1;
	border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
	--bs-border-opacity: 1;
	border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
	--bs-border-opacity: 1;
	border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
	--bs-border-opacity: 1;
	border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
	--bs-border-opacity: 1;
	border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
	--bs-border-opacity: 1;
	border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
	--bs-border-opacity: 1;
	border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
	--bs-border-opacity: 1;
	border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
	border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
	border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
	border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
	border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
	border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
	border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
	border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
	border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
	border-width: 1px !important;
}

.border-2 {
	border-width: 2px !important;
}

.border-3 {
	border-width: 3px !important;
}

.border-4 {
	border-width: 4px !important;
}

.border-5 {
	border-width: 5px !important;
}

.border-opacity-10 {
	--bs-border-opacity: 0.1;
}

.border-opacity-25 {
	--bs-border-opacity: 0.25;
}

.border-opacity-50 {
	--bs-border-opacity: 0.5;
}

.border-opacity-75 {
	--bs-border-opacity: 0.75;
}

.border-opacity-100 {
	--bs-border-opacity: 1;
}

.w-25 {
	width: 25% !important;
}

.w-50 {
	width: 50% !important;
}

.w-75 {
	width: 75% !important;
}

.w-100 {
	width: 100% !important;
}

.w-auto {
	width: auto !important;
}

.mw-100 {
	max-width: 100% !important;
}

.vw-100 {
	width: 100vw !important;
}

.min-vw-100 {
	min-width: 100vw !important;
}

.h-25 {
	height: 25% !important;
}

.h-50 {
	height: 50% !important;
}

.h-75 {
	height: 75% !important;
}

.h-100 {
	height: 100% !important;
}

.h-auto {
	height: auto !important;
}

.mh-100 {
	max-height: 100% !important;
}

.vh-100 {
	height: 100vh !important;
}

.min-vh-100 {
	min-height: 100vh !important;
}

.flex-fill {
	flex: 1 1 auto !important;
}

.flex-row {
	flex-direction: row !important;
}

.flex-column {
	flex-direction: column !important;
}

.flex-row-reverse {
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	flex-direction: column-reverse !important;
}

.flex-grow-0 {
	flex-grow: 0 !important;
}

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

.flex-shrink-0 {
	flex-shrink: 0 !important;
}

.flex-shrink-1 {
	flex-shrink: 1 !important;
}

.flex-wrap {
	flex-wrap: wrap !important;
}

.flex-nowrap {
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important;
}

.justify-content-start {
	justify-content: flex-start !important;
}

.justify-content-end {
	justify-content: flex-end !important;
}

.justify-content-center {
	justify-content: center !important;
}

.justify-content-between {
	justify-content: space-between !important;
}

.justify-content-around {
	justify-content: space-around !important;
}

.justify-content-evenly {
	justify-content: space-evenly !important;
}

.align-items-start {
	align-items: flex-start !important;
}

.align-items-end {
	align-items: flex-end !important;
}

.align-items-center {
	align-items: center !important;
}

.align-items-baseline {
	align-items: baseline !important;
}

.align-items-stretch {
	align-items: stretch !important;
}

.align-content-start {
	align-content: flex-start !important;
}

.align-content-end {
	align-content: flex-end !important;
}

.align-content-center {
	align-content: center !important;
}

.align-content-between {
	align-content: space-between !important;
}

.align-content-around {
	align-content: space-around !important;
}

.align-content-stretch {
	align-content: stretch !important;
}

.align-self-auto {
	align-self: auto !important;
}

.align-self-start {
	align-self: flex-start !important;
}

.align-self-end {
	align-self: flex-end !important;
}

.align-self-center {
	align-self: center !important;
}

.align-self-baseline {
	align-self: baseline !important;
}

.align-self-stretch {
	align-self: stretch !important;
}

.order-first {
	order: -1 !important;
}

.order-0 {
	order: 0 !important;
}

.order-1 {
	order: 1 !important;
}

.order-2 {
	order: 2 !important;
}

.order-3 {
	order: 3 !important;
}

.order-4 {
	order: 4 !important;
}

.order-5 {
	order: 5 !important;
}

.order-last {
	order: 6 !important;
}

.m-0 {
	margin: 0 !important;
}

.m-1 {
	margin: 0.25rem !important;
}

.m-2 {
	margin: 0.5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.m-5 {
	margin: 3rem !important;
}

.m-auto {
	margin: auto !important;
}

.mx-0 {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.mx-1 {
	margin-right: 0.25rem !important;
	margin-left: 0.25rem !important;
}

.mx-2 {
	margin-right: 0.5rem !important;
	margin-left: 0.5rem !important;
}

.mx-3 {
	margin-right: 1rem !important;
	margin-left: 1rem !important;
}

.mx-4 {
	margin-right: 1.5rem !important;
	margin-left: 1.5rem !important;
}

.mx-5 {
	margin-right: 3rem !important;
	margin-left: 3rem !important;
}

.mx-auto {
	margin-right: auto !important;
	margin-left: auto !important;
}

.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.my-1 {
	margin-top: 0.25rem !important;
	margin-bottom: 0.25rem !important;
}

.my-2 {
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important;
}

.my-3 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}

.my-4 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
}

.my-5 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
}

.my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important;
}

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

.mt-1 {
	margin-top: 0.25rem !important;
}

.mt-2 {
	margin-top: 0.5rem !important;
}

.mt-3 {
	margin-top: 1rem !important;
}

.mt-4 {
	margin-top: 1.5rem !important;
}

.mt-5 {
	margin-top: 3rem !important;
}

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

.me-0 {
	margin-right: 0 !important;
}

.me-1 {
	margin-right: 0.25rem !important;
}

.me-2 {
	margin-right: 0.5rem !important;
}

.me-3 {
	margin-right: 1rem !important;
}

.me-4 {
	margin-right: 1.5rem !important;
}

.me-5 {
	margin-right: 3rem !important;
}

.me-auto {
	margin-right: auto !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: 3rem !important;
}

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

.ms-0 {
	margin-left: 0 !important;
}

.ms-1 {
	margin-left: 0.25rem !important;
}

.ms-2 {
	margin-left: 0.5rem !important;
}

.ms-3 {
	margin-left: 1rem !important;
}

.ms-4 {
	margin-left: 1.5rem !important;
}

.ms-5 {
	margin-left: 3rem !important;
}

.ms-auto {
	margin-left: auto !important;
}

.p-0 {
	padding: 0 !important;
}

.p-1 {
	padding: 0.25rem !important;
}

.p-2 {
	padding: 0.5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

.px-0 {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.px-1 {
	padding-right: 0.25rem !important;
	padding-left: 0.25rem !important;
}

.px-2 {
	padding-right: 0.5rem !important;
	padding-left: 0.5rem !important;
}

.px-3 {
	padding-right: 1rem !important;
	padding-left: 1rem !important;
}

.px-4 {
	padding-right: 1.5rem !important;
	padding-left: 1.5rem !important;
}

.px-5 {
	padding-right: 3rem !important;
	padding-left: 3rem !important;
}

.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.py-1 {
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important;
}

.py-2 {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !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: 3rem !important;
	padding-bottom: 3rem !important;
}

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

.pt-1 {
	padding-top: 0.25rem !important;
}

.pt-2 {
	padding-top: 0.5rem !important;
}

.pt-3 {
	padding-top: 1rem !important;
}

.pt-4 {
	padding-top: 1.5rem !important;
}

.pt-5 {
	padding-top: 3rem !important;
}

.pe-0 {
	padding-right: 0 !important;
}

.pe-1 {
	padding-right: 0.25rem !important;
}

.pe-2 {
	padding-right: 0.5rem !important;
}

.pe-3 {
	padding-right: 1rem !important;
}

.pe-4 {
	padding-right: 1.5rem !important;
}

.pe-5 {
	padding-right: 3rem !important;
}

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

.pb-1 {
	padding-bottom: 0.25rem !important;
}

.pb-2 {
	padding-bottom: 0.5rem !important;
}

.pb-3 {
	padding-bottom: 1rem !important;
}

.pb-4 {
	padding-bottom: 1.5rem !important;
}

.pb-5 {
	padding-bottom: 3rem !important;
}

.ps-0 {
	padding-left: 0 !important;
}

.ps-1 {
	padding-left: 0.25rem !important;
}

.ps-2 {
	padding-left: 0.5rem !important;
}

.ps-3 {
	padding-left: 1rem !important;
}

.ps-4 {
	padding-left: 1.5rem !important;
}

.ps-5 {
	padding-left: 3rem !important;
}

.gap-0 {
	gap: 0 !important;
}

.gap-1 {
	gap: 0.25rem !important;
}

.gap-2 {
	gap: 0.5rem !important;
}

.gap-3 {
	gap: 1rem !important;
}

.gap-4 {
	gap: 1.5rem !important;
}

.gap-5 {
	gap: 3rem !important;
}

.row-gap-0 {
	row-gap: 0 !important;
}

.row-gap-1 {
	row-gap: 0.25rem !important;
}

.row-gap-2 {
	row-gap: 0.5rem !important;
}

.row-gap-3 {
	row-gap: 1rem !important;
}

.row-gap-4 {
	row-gap: 1.5rem !important;
}

.row-gap-5 {
	row-gap: 3rem !important;
}

.column-gap-0 {
	-moz-column-gap: 0 !important;
	column-gap: 0 !important;
}

.column-gap-1 {
	-moz-column-gap: 0.25rem !important;
	column-gap: 0.25rem !important;
}

.column-gap-2 {
	-moz-column-gap: 0.5rem !important;
	column-gap: 0.5rem !important;
}

.column-gap-3 {
	-moz-column-gap: 1rem !important;
	column-gap: 1rem !important;
}

.column-gap-4 {
	-moz-column-gap: 1.5rem !important;
	column-gap: 1.5rem !important;
}

.column-gap-5 {
	-moz-column-gap: 3rem !important;
	column-gap: 3rem !important;
}

.font-monospace {
	font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
	font-size: calc(1.425rem + 2.1vw) !important;
}

.fs-2 {
	font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
	font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
	font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
	font-size: 1.25rem !important;
}

.fs-6 {
	font-size: 1rem !important;
}

.fst-italic {
	font-style: italic !important;
}

.fst-normal {
	font-style: normal !important;
}

.fw-lighter {
	font-weight: lighter !important;
}

.fw-light {
	font-weight: 300 !important;
}

.fw-normal {
	font-weight: 400 !important;
}

.fw-medium {
	font-weight: 500 !important;
}

.fw-semibold {
	font-weight: 600 !important;
}

.fw-bold {
	font-weight: 700 !important;
}

.fw-bolder {
	font-weight: bolder !important;
}

.lh-1 {
	line-height: 1 !important;
}

.lh-sm {
	line-height: 1.25 !important;
}

.lh-base {
	line-height: 1.3 !important;
}

.lh-lg {
	line-height: 2 !important;
}

.text-start {
	text-align: left !important;
}

.text-end {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.text-decoration-none {
	text-decoration: none !important;
}

.text-decoration-underline {
	text-decoration: underline !important;
}

.text-decoration-line-through {
	text-decoration: line-through !important;
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.text-wrap {
	white-space: normal !important;
}

.text-nowrap {
	white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
	word-wrap: break-word !important;
	word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
	--bs-text-opacity: 1;
	color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
	--bs-text-opacity: 1;
	color: var(--bs-secondary-color) !important;
}

.text-black-50 {
	--bs-text-opacity: 1;
	color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
	--bs-text-opacity: 1;
	color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
	--bs-text-opacity: 1;
	color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
	--bs-text-opacity: 1;
	color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
	--bs-text-opacity: 1;
	color: var(--bs-emphasis-color) !important;
}

.text-reset {
	--bs-text-opacity: 1;
	color: inherit !important;
}

.text-opacity-25 {
	--bs-text-opacity: 0.25;
}

.text-opacity-50 {
	--bs-text-opacity: 0.5;
}

.text-opacity-75 {
	--bs-text-opacity: 0.75;
}

.text-opacity-100 {
	--bs-text-opacity: 1;
}

.text-primary-emphasis {
	color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
	color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
	color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
	color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
	color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
	color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
	color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
	color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
	--bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
	--bs-link-opacity: 0.1;
}

.link-opacity-25 {
	--bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
	--bs-link-opacity: 0.25;
}

.link-opacity-50 {
	--bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
	--bs-link-opacity: 0.5;
}

.link-opacity-75 {
	--bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
	--bs-link-opacity: 0.75;
}

.link-opacity-100 {
	--bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
	--bs-link-opacity: 1;
}

.link-offset-1 {
	text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
	text-underline-offset: 0.125em !important;
}

.link-offset-2 {
	text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
	text-underline-offset: 0.25em !important;
}

.link-offset-3 {
	text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
	text-underline-offset: 0.375em !important;
}

.link-underline-primary {
	--bs-link-underline-opacity: 1;
	text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
	--bs-link-underline-opacity: 1;
	text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
	--bs-link-underline-opacity: 1;
	text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
	--bs-link-underline-opacity: 1;
	text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
	--bs-link-underline-opacity: 1;
	text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
	--bs-link-underline-opacity: 1;
	text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
	--bs-link-underline-opacity: 1;
	text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
	--bs-link-underline-opacity: 1;
	text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-black {
	--bs-link-underline-opacity: 1;
	text-decoration-color: rgba(var(--bs-black-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-white {
	--bs-link-underline-opacity: 1;
	text-decoration-color: rgba(var(--bs-white-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
	--bs-link-underline-opacity: 1;
	text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
	--bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
	--bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
	--bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
	--bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
	--bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
	--bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
	--bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
	--bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
	--bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
	--bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
	--bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
	--bs-link-underline-opacity: 1;
}

.bg-primary {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-danger-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-dark {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
	--bs-bg-opacity: 1;
	background-color: transparent !important;
}

.bg-body-secondary {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
	--bs-bg-opacity: 1;
	background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
	--bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
	--bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
	--bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
	--bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
	--bs-bg-opacity: 1;
}

.bg-primary-subtle {
	background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
	background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
	background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
	background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
	background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
	background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
	background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
	background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
	background-image: var(--bs-gradient) !important;
}

.user-select-all {
	-webkit-user-select: all !important;
	-moz-user-select: all !important;
	user-select: all !important;
}

.user-select-auto {
	-webkit-user-select: auto !important;
	-moz-user-select: auto !important;
	user-select: auto !important;
}

.user-select-none {
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	user-select: none !important;
}

.pe-none {
	pointer-events: none !important;
}

.pe-auto {
	pointer-events: auto !important;
}

.rounded {
	border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
	border-radius: 0 !important;
}

.rounded-1 {
	border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
	border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
	border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
	border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
	border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
	border-radius: 50% !important;
}

.rounded-pill {
	border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
	border-top-left-radius: var(--bs-border-radius) !important;
	border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

.rounded-top-1 {
	border-top-left-radius: var(--bs-border-radius-sm) !important;
	border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
	border-top-left-radius: var(--bs-border-radius) !important;
	border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
	border-top-left-radius: var(--bs-border-radius-lg) !important;
	border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
	border-top-left-radius: var(--bs-border-radius-xl) !important;
	border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
	border-top-left-radius: var(--bs-border-radius-xxl) !important;
	border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
	border-top-left-radius: 50% !important;
	border-top-right-radius: 50% !important;
}

.rounded-top-pill {
	border-top-left-radius: var(--bs-border-radius-pill) !important;
	border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
	border-top-right-radius: var(--bs-border-radius) !important;
	border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
	border-top-right-radius: var(--bs-border-radius-sm) !important;
	border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
	border-top-right-radius: var(--bs-border-radius) !important;
	border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
	border-top-right-radius: var(--bs-border-radius-lg) !important;
	border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
	border-top-right-radius: var(--bs-border-radius-xl) !important;
	border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
	border-top-right-radius: var(--bs-border-radius-xxl) !important;
	border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
	border-top-right-radius: 50% !important;
	border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
	border-top-right-radius: var(--bs-border-radius-pill) !important;
	border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
	border-bottom-right-radius: var(--bs-border-radius) !important;
	border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
	border-bottom-right-radius: var(--bs-border-radius-sm) !important;
	border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
	border-bottom-right-radius: var(--bs-border-radius) !important;
	border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
	border-bottom-right-radius: var(--bs-border-radius-lg) !important;
	border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
	border-bottom-right-radius: var(--bs-border-radius-xl) !important;
	border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
	border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
	border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
	border-bottom-right-radius: 50% !important;
	border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
	border-bottom-right-radius: var(--bs-border-radius-pill) !important;
	border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
	border-bottom-left-radius: var(--bs-border-radius) !important;
	border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
	border-bottom-left-radius: 0 !important;
	border-top-left-radius: 0 !important;
}

.rounded-start-1 {
	border-bottom-left-radius: var(--bs-border-radius-sm) !important;
	border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
	border-bottom-left-radius: var(--bs-border-radius) !important;
	border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
	border-bottom-left-radius: var(--bs-border-radius-lg) !important;
	border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
	border-bottom-left-radius: var(--bs-border-radius-xl) !important;
	border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
	border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
	border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
	border-bottom-left-radius: 50% !important;
	border-top-left-radius: 50% !important;
}

.rounded-start-pill {
	border-bottom-left-radius: var(--bs-border-radius-pill) !important;
	border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
	visibility: visible !important;
}

.invisible {
	visibility: hidden !important;
}

.z-n1 {
	z-index: -1 !important;
}

.z-0 {
	z-index: 0 !important;
}

.z-1 {
	z-index: 1 !important;
}

.z-2 {
	z-index: 2 !important;
}

.z-3 {
	z-index: 3 !important;
}

@media (min-width: 576px) {
	.float-sm-start {
		float: left !important;
	}
	.float-sm-end {
		float: right !important;
	}
	.float-sm-none {
		float: none !important;
	}
	.object-fit-sm-contain {
		-o-object-fit: contain !important;
		object-fit: contain !important;
	}
	.object-fit-sm-cover {
		-o-object-fit: cover !important;
		object-fit: cover !important;
	}
	.object-fit-sm-fill {
		-o-object-fit: fill !important;
		object-fit: fill !important;
	}
	.object-fit-sm-scale {
		-o-object-fit: scale-down !important;
		object-fit: scale-down !important;
	}
	.object-fit-sm-none {
		-o-object-fit: none !important;
		object-fit: none !important;
	}
	.d-sm-inline {
		display: inline !important;
	}
	.d-sm-inline-block {
		display: inline-block !important;
	}
	.d-sm-block {
		display: block !important;
	}
	.d-sm-grid {
		display: grid !important;
	}
	.d-sm-inline-grid {
		display: inline-grid !important;
	}
	.d-sm-table {
		display: table !important;
	}
	.d-sm-table-row {
		display: table-row !important;
	}
	.d-sm-table-cell {
		display: table-cell !important;
	}
	.d-sm-flex {
		display: flex !important;
	}
	.d-sm-inline-flex {
		display: inline-flex !important;
	}
	.d-sm-none {
		display: none !important;
	}
	.flex-sm-fill {
		flex: 1 1 auto !important;
	}
	.flex-sm-row {
		flex-direction: row !important;
	}
	.flex-sm-column {
		flex-direction: column !important;
	}
	.flex-sm-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-sm-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-sm-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-sm-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-sm-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-sm-shrink-1 {
		flex-shrink: 1 !important;
	}
	.flex-sm-wrap {
		flex-wrap: wrap !important;
	}
	.flex-sm-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-sm-start {
		justify-content: flex-start !important;
	}
	.justify-content-sm-end {
		justify-content: flex-end !important;
	}
	.justify-content-sm-center {
		justify-content: center !important;
	}
	.justify-content-sm-between {
		justify-content: space-between !important;
	}
	.justify-content-sm-around {
		justify-content: space-around !important;
	}
	.justify-content-sm-evenly {
		justify-content: space-evenly !important;
	}
	.align-items-sm-start {
		align-items: flex-start !important;
	}
	.align-items-sm-end {
		align-items: flex-end !important;
	}
	.align-items-sm-center {
		align-items: center !important;
	}
	.align-items-sm-baseline {
		align-items: baseline !important;
	}
	.align-items-sm-stretch {
		align-items: stretch !important;
	}
	.align-content-sm-start {
		align-content: flex-start !important;
	}
	.align-content-sm-end {
		align-content: flex-end !important;
	}
	.align-content-sm-center {
		align-content: center !important;
	}
	.align-content-sm-between {
		align-content: space-between !important;
	}
	.align-content-sm-around {
		align-content: space-around !important;
	}
	.align-content-sm-stretch {
		align-content: stretch !important;
	}
	.align-self-sm-auto {
		align-self: auto !important;
	}
	.align-self-sm-start {
		align-self: flex-start !important;
	}
	.align-self-sm-end {
		align-self: flex-end !important;
	}
	.align-self-sm-center {
		align-self: center !important;
	}
	.align-self-sm-baseline {
		align-self: baseline !important;
	}
	.align-self-sm-stretch {
		align-self: stretch !important;
	}
	.order-sm-first {
		order: -1 !important;
	}
	.order-sm-0 {
		order: 0 !important;
	}
	.order-sm-1 {
		order: 1 !important;
	}
	.order-sm-2 {
		order: 2 !important;
	}
	.order-sm-3 {
		order: 3 !important;
	}
	.order-sm-4 {
		order: 4 !important;
	}
	.order-sm-5 {
		order: 5 !important;
	}
	.order-sm-last {
		order: 6 !important;
	}
	.m-sm-0 {
		margin: 0 !important;
	}
	.m-sm-1 {
		margin: 0.25rem !important;
	}
	.m-sm-2 {
		margin: 0.5rem !important;
	}
	.m-sm-3 {
		margin: 1rem !important;
	}
	.m-sm-4 {
		margin: 1.5rem !important;
	}
	.m-sm-5 {
		margin: 3rem !important;
	}
	.m-sm-auto {
		margin: auto !important;
	}
	.mx-sm-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.mx-sm-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}
	.mx-sm-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}
	.mx-sm-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	.mx-sm-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	.mx-sm-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	.mx-sm-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.my-sm-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.my-sm-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}
	.my-sm-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}
	.my-sm-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	.my-sm-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	.my-sm-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	.my-sm-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	.mt-sm-0 {
		margin-top: 0 !important;
	}
	.mt-sm-1 {
		margin-top: 0.25rem !important;
	}
	.mt-sm-2 {
		margin-top: 0.5rem !important;
	}
	.mt-sm-3 {
		margin-top: 1rem !important;
	}
	.mt-sm-4 {
		margin-top: 1.5rem !important;
	}
	.mt-sm-5 {
		margin-top: 3rem !important;
	}
	.mt-sm-auto {
		margin-top: auto !important;
	}
	.me-sm-0 {
		margin-right: 0 !important;
	}
	.me-sm-1 {
		margin-right: 0.25rem !important;
	}
	.me-sm-2 {
		margin-right: 0.5rem !important;
	}
	.me-sm-3 {
		margin-right: 1rem !important;
	}
	.me-sm-4 {
		margin-right: 1.5rem !important;
	}
	.me-sm-5 {
		margin-right: 3rem !important;
	}
	.me-sm-auto {
		margin-right: auto !important;
	}
	.mb-sm-0 {
		margin-bottom: 0 !important;
	}
	.mb-sm-1 {
		margin-bottom: 0.25rem !important;
	}
	.mb-sm-2 {
		margin-bottom: 0.5rem !important;
	}
	.mb-sm-3 {
		margin-bottom: 1rem !important;
	}
	.mb-sm-4 {
		margin-bottom: 1.5rem !important;
	}
	.mb-sm-5 {
		margin-bottom: 3rem !important;
	}
	.mb-sm-auto {
		margin-bottom: auto !important;
	}
	.ms-sm-0 {
		margin-left: 0 !important;
	}
	.ms-sm-1 {
		margin-left: 0.25rem !important;
	}
	.ms-sm-2 {
		margin-left: 0.5rem !important;
	}
	.ms-sm-3 {
		margin-left: 1rem !important;
	}
	.ms-sm-4 {
		margin-left: 1.5rem !important;
	}
	.ms-sm-5 {
		margin-left: 3rem !important;
	}
	.ms-sm-auto {
		margin-left: auto !important;
	}
	.p-sm-0 {
		padding: 0 !important;
	}
	.p-sm-1 {
		padding: 0.25rem !important;
	}
	.p-sm-2 {
		padding: 0.5rem !important;
	}
	.p-sm-3 {
		padding: 1rem !important;
	}
	.p-sm-4 {
		padding: 1.5rem !important;
	}
	.p-sm-5 {
		padding: 3rem !important;
	}
	.px-sm-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.px-sm-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}
	.px-sm-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}
	.px-sm-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	.px-sm-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	.px-sm-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	.py-sm-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.py-sm-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}
	.py-sm-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}
	.py-sm-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.py-sm-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	.py-sm-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	.pt-sm-0 {
		padding-top: 0 !important;
	}
	.pt-sm-1 {
		padding-top: 0.25rem !important;
	}
	.pt-sm-2 {
		padding-top: 0.5rem !important;
	}
	.pt-sm-3 {
		padding-top: 1rem !important;
	}
	.pt-sm-4 {
		padding-top: 1.5rem !important;
	}
	.pt-sm-5 {
		padding-top: 3rem !important;
	}
	.pe-sm-0 {
		padding-right: 0 !important;
	}
	.pe-sm-1 {
		padding-right: 0.25rem !important;
	}
	.pe-sm-2 {
		padding-right: 0.5rem !important;
	}
	.pe-sm-3 {
		padding-right: 1rem !important;
	}
	.pe-sm-4 {
		padding-right: 1.5rem !important;
	}
	.pe-sm-5 {
		padding-right: 3rem !important;
	}
	.pb-sm-0 {
		padding-bottom: 0 !important;
	}
	.pb-sm-1 {
		padding-bottom: 0.25rem !important;
	}
	.pb-sm-2 {
		padding-bottom: 0.5rem !important;
	}
	.pb-sm-3 {
		padding-bottom: 1rem !important;
	}
	.pb-sm-4 {
		padding-bottom: 1.5rem !important;
	}
	.pb-sm-5 {
		padding-bottom: 3rem !important;
	}
	.ps-sm-0 {
		padding-left: 0 !important;
	}
	.ps-sm-1 {
		padding-left: 0.25rem !important;
	}
	.ps-sm-2 {
		padding-left: 0.5rem !important;
	}
	.ps-sm-3 {
		padding-left: 1rem !important;
	}
	.ps-sm-4 {
		padding-left: 1.5rem !important;
	}
	.ps-sm-5 {
		padding-left: 3rem !important;
	}
	.gap-sm-0 {
		gap: 0 !important;
	}
	.gap-sm-1 {
		gap: 0.25rem !important;
	}
	.gap-sm-2 {
		gap: 0.5rem !important;
	}
	.gap-sm-3 {
		gap: 1rem !important;
	}
	.gap-sm-4 {
		gap: 1.5rem !important;
	}
	.gap-sm-5 {
		gap: 3rem !important;
	}
	.row-gap-sm-0 {
		row-gap: 0 !important;
	}
	.row-gap-sm-1 {
		row-gap: 0.25rem !important;
	}
	.row-gap-sm-2 {
		row-gap: 0.5rem !important;
	}
	.row-gap-sm-3 {
		row-gap: 1rem !important;
	}
	.row-gap-sm-4 {
		row-gap: 1.5rem !important;
	}
	.row-gap-sm-5 {
		row-gap: 3rem !important;
	}
	.column-gap-sm-0 {
		-moz-column-gap: 0 !important;
		column-gap: 0 !important;
	}
	.column-gap-sm-1 {
		-moz-column-gap: 0.25rem !important;
		column-gap: 0.25rem !important;
	}
	.column-gap-sm-2 {
		-moz-column-gap: 0.5rem !important;
		column-gap: 0.5rem !important;
	}
	.column-gap-sm-3 {
		-moz-column-gap: 1rem !important;
		column-gap: 1rem !important;
	}
	.column-gap-sm-4 {
		-moz-column-gap: 1.5rem !important;
		column-gap: 1.5rem !important;
	}
	.column-gap-sm-5 {
		-moz-column-gap: 3rem !important;
		column-gap: 3rem !important;
	}
	.text-sm-start {
		text-align: left !important;
	}
	.text-sm-end {
		text-align: right !important;
	}
	.text-sm-center {
		text-align: center !important;
	}
}
@media (min-width: 768px) {
	.float-md-start {
		float: left !important;
	}
	.float-md-end {
		float: right !important;
	}
	.float-md-none {
		float: none !important;
	}
	.object-fit-md-contain {
		-o-object-fit: contain !important;
		object-fit: contain !important;
	}
	.object-fit-md-cover {
		-o-object-fit: cover !important;
		object-fit: cover !important;
	}
	.object-fit-md-fill {
		-o-object-fit: fill !important;
		object-fit: fill !important;
	}
	.object-fit-md-scale {
		-o-object-fit: scale-down !important;
		object-fit: scale-down !important;
	}
	.object-fit-md-none {
		-o-object-fit: none !important;
		object-fit: none !important;
	}
	.d-md-inline {
		display: inline !important;
	}
	.d-md-inline-block {
		display: inline-block !important;
	}
	.d-md-block {
		display: block !important;
	}
	.d-md-grid {
		display: grid !important;
	}
	.d-md-inline-grid {
		display: inline-grid !important;
	}
	.d-md-table {
		display: table !important;
	}
	.d-md-table-row {
		display: table-row !important;
	}
	.d-md-table-cell {
		display: table-cell !important;
	}
	.d-md-flex {
		display: flex !important;
	}
	.d-md-inline-flex {
		display: inline-flex !important;
	}
	.d-md-none {
		display: none !important;
	}
	.flex-md-fill {
		flex: 1 1 auto !important;
	}
	.flex-md-row {
		flex-direction: row !important;
	}
	.flex-md-column {
		flex-direction: column !important;
	}
	.flex-md-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-md-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-md-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-md-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-md-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-md-shrink-1 {
		flex-shrink: 1 !important;
	}
	.flex-md-wrap {
		flex-wrap: wrap !important;
	}
	.flex-md-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-md-start {
		justify-content: flex-start !important;
	}
	.justify-content-md-end {
		justify-content: flex-end !important;
	}
	.justify-content-md-center {
		justify-content: center !important;
	}
	.justify-content-md-between {
		justify-content: space-between !important;
	}
	.justify-content-md-around {
		justify-content: space-around !important;
	}
	.justify-content-md-evenly {
		justify-content: space-evenly !important;
	}
	.align-items-md-start {
		align-items: flex-start !important;
	}
	.align-items-md-end {
		align-items: flex-end !important;
	}
	.align-items-md-center {
		align-items: center !important;
	}
	.align-items-md-baseline {
		align-items: baseline !important;
	}
	.align-items-md-stretch {
		align-items: stretch !important;
	}
	.align-content-md-start {
		align-content: flex-start !important;
	}
	.align-content-md-end {
		align-content: flex-end !important;
	}
	.align-content-md-center {
		align-content: center !important;
	}
	.align-content-md-between {
		align-content: space-between !important;
	}
	.align-content-md-around {
		align-content: space-around !important;
	}
	.align-content-md-stretch {
		align-content: stretch !important;
	}
	.align-self-md-auto {
		align-self: auto !important;
	}
	.align-self-md-start {
		align-self: flex-start !important;
	}
	.align-self-md-end {
		align-self: flex-end !important;
	}
	.align-self-md-center {
		align-self: center !important;
	}
	.align-self-md-baseline {
		align-self: baseline !important;
	}
	.align-self-md-stretch {
		align-self: stretch !important;
	}
	.order-md-first {
		order: -1 !important;
	}
	.order-md-0 {
		order: 0 !important;
	}
	.order-md-1 {
		order: 1 !important;
	}
	.order-md-2 {
		order: 2 !important;
	}
	.order-md-3 {
		order: 3 !important;
	}
	.order-md-4 {
		order: 4 !important;
	}
	.order-md-5 {
		order: 5 !important;
	}
	.order-md-last {
		order: 6 !important;
	}
	.m-md-0 {
		margin: 0 !important;
	}
	.m-md-1 {
		margin: 0.25rem !important;
	}
	.m-md-2 {
		margin: 0.5rem !important;
	}
	.m-md-3 {
		margin: 1rem !important;
	}
	.m-md-4 {
		margin: 1.5rem !important;
	}
	.m-md-5 {
		margin: 3rem !important;
	}
	.m-md-auto {
		margin: auto !important;
	}
	.mx-md-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.mx-md-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}
	.mx-md-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}
	.mx-md-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	.mx-md-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	.mx-md-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	.mx-md-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.my-md-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.my-md-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}
	.my-md-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}
	.my-md-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	.my-md-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	.my-md-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	.my-md-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	.mt-md-0 {
		margin-top: 0 !important;
	}
	.mt-md-1 {
		margin-top: 0.25rem !important;
	}
	.mt-md-2 {
		margin-top: 0.5rem !important;
	}
	.mt-md-3 {
		margin-top: 1rem !important;
	}
	.mt-md-4 {
		margin-top: 1.5rem !important;
	}
	.mt-md-5 {
		margin-top: 3rem !important;
	}
	.mt-md-auto {
		margin-top: auto !important;
	}
	.me-md-0 {
		margin-right: 0 !important;
	}
	.me-md-1 {
		margin-right: 0.25rem !important;
	}
	.me-md-2 {
		margin-right: 0.5rem !important;
	}
	.me-md-3 {
		margin-right: 1rem !important;
	}
	.me-md-4 {
		margin-right: 1.5rem !important;
	}
	.me-md-5 {
		margin-right: 3rem !important;
	}
	.me-md-auto {
		margin-right: auto !important;
	}
	.mb-md-0 {
		margin-bottom: 0 !important;
	}
	.mb-md-1 {
		margin-bottom: 0.25rem !important;
	}
	.mb-md-2 {
		margin-bottom: 0.5rem !important;
	}
	.mb-md-3 {
		margin-bottom: 1rem !important;
	}
	.mb-md-4 {
		margin-bottom: 1.5rem !important;
	}
	.mb-md-5 {
		margin-bottom: 3rem !important;
	}
	.mb-md-auto {
		margin-bottom: auto !important;
	}
	.ms-md-0 {
		margin-left: 0 !important;
	}
	.ms-md-1 {
		margin-left: 0.25rem !important;
	}
	.ms-md-2 {
		margin-left: 0.5rem !important;
	}
	.ms-md-3 {
		margin-left: 1rem !important;
	}
	.ms-md-4 {
		margin-left: 1.5rem !important;
	}
	.ms-md-5 {
		margin-left: 3rem !important;
	}
	.ms-md-auto {
		margin-left: auto !important;
	}
	.p-md-0 {
		padding: 0 !important;
	}
	.p-md-1 {
		padding: 0.25rem !important;
	}
	.p-md-2 {
		padding: 0.5rem !important;
	}
	.p-md-3 {
		padding: 1rem !important;
	}
	.p-md-4 {
		padding: 1.5rem !important;
	}
	.p-md-5 {
		padding: 3rem !important;
	}
	.px-md-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.px-md-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}
	.px-md-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}
	.px-md-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	.px-md-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	.px-md-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	.py-md-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.py-md-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}
	.py-md-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}
	.py-md-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.py-md-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	.py-md-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	.pt-md-0 {
		padding-top: 0 !important;
	}
	.pt-md-1 {
		padding-top: 0.25rem !important;
	}
	.pt-md-2 {
		padding-top: 0.5rem !important;
	}
	.pt-md-3 {
		padding-top: 1rem !important;
	}
	.pt-md-4 {
		padding-top: 1.5rem !important;
	}
	.pt-md-5 {
		padding-top: 3rem !important;
	}
	.pe-md-0 {
		padding-right: 0 !important;
	}
	.pe-md-1 {
		padding-right: 0.25rem !important;
	}
	.pe-md-2 {
		padding-right: 0.5rem !important;
	}
	.pe-md-3 {
		padding-right: 1rem !important;
	}
	.pe-md-4 {
		padding-right: 1.5rem !important;
	}
	.pe-md-5 {
		padding-right: 3rem !important;
	}
	.pb-md-0 {
		padding-bottom: 0 !important;
	}
	.pb-md-1 {
		padding-bottom: 0.25rem !important;
	}
	.pb-md-2 {
		padding-bottom: 0.5rem !important;
	}
	.pb-md-3 {
		padding-bottom: 1rem !important;
	}
	.pb-md-4 {
		padding-bottom: 1.5rem !important;
	}
	.pb-md-5 {
		padding-bottom: 3rem !important;
	}
	.ps-md-0 {
		padding-left: 0 !important;
	}
	.ps-md-1 {
		padding-left: 0.25rem !important;
	}
	.ps-md-2 {
		padding-left: 0.5rem !important;
	}
	.ps-md-3 {
		padding-left: 1rem !important;
	}
	.ps-md-4 {
		padding-left: 1.5rem !important;
	}
	.ps-md-5 {
		padding-left: 3rem !important;
	}
	.gap-md-0 {
		gap: 0 !important;
	}
	.gap-md-1 {
		gap: 0.25rem !important;
	}
	.gap-md-2 {
		gap: 0.5rem !important;
	}
	.gap-md-3 {
		gap: 1rem !important;
	}
	.gap-md-4 {
		gap: 1.5rem !important;
	}
	.gap-md-5 {
		gap: 3rem !important;
	}
	.row-gap-md-0 {
		row-gap: 0 !important;
	}
	.row-gap-md-1 {
		row-gap: 0.25rem !important;
	}
	.row-gap-md-2 {
		row-gap: 0.5rem !important;
	}
	.row-gap-md-3 {
		row-gap: 1rem !important;
	}
	.row-gap-md-4 {
		row-gap: 1.5rem !important;
	}
	.row-gap-md-5 {
		row-gap: 3rem !important;
	}
	.column-gap-md-0 {
		-moz-column-gap: 0 !important;
		column-gap: 0 !important;
	}
	.column-gap-md-1 {
		-moz-column-gap: 0.25rem !important;
		column-gap: 0.25rem !important;
	}
	.column-gap-md-2 {
		-moz-column-gap: 0.5rem !important;
		column-gap: 0.5rem !important;
	}
	.column-gap-md-3 {
		-moz-column-gap: 1rem !important;
		column-gap: 1rem !important;
	}
	.column-gap-md-4 {
		-moz-column-gap: 1.5rem !important;
		column-gap: 1.5rem !important;
	}
	.column-gap-md-5 {
		-moz-column-gap: 3rem !important;
		column-gap: 3rem !important;
	}
	.text-md-start {
		text-align: left !important;
	}
	.text-md-end {
		text-align: right !important;
	}
	.text-md-center {
		text-align: center !important;
	}
}
@media (min-width: 992px) {
	.float-lg-start {
		float: left !important;
	}
	.float-lg-end {
		float: right !important;
	}
	.float-lg-none {
		float: none !important;
	}
	.object-fit-lg-contain {
		-o-object-fit: contain !important;
		object-fit: contain !important;
	}
	.object-fit-lg-cover {
		-o-object-fit: cover !important;
		object-fit: cover !important;
	}
	.object-fit-lg-fill {
		-o-object-fit: fill !important;
		object-fit: fill !important;
	}
	.object-fit-lg-scale {
		-o-object-fit: scale-down !important;
		object-fit: scale-down !important;
	}
	.object-fit-lg-none {
		-o-object-fit: none !important;
		object-fit: none !important;
	}
	.d-lg-inline {
		display: inline !important;
	}
	.d-lg-inline-block {
		display: inline-block !important;
	}
	.d-lg-block {
		display: block !important;
	}
	.d-lg-grid {
		display: grid !important;
	}
	.d-lg-inline-grid {
		display: inline-grid !important;
	}
	.d-lg-table {
		display: table !important;
	}
	.d-lg-table-row {
		display: table-row !important;
	}
	.d-lg-table-cell {
		display: table-cell !important;
	}
	.d-lg-flex {
		display: flex !important;
	}
	.d-lg-inline-flex {
		display: inline-flex !important;
	}
	.d-lg-none {
		display: none !important;
	}
	.flex-lg-fill {
		flex: 1 1 auto !important;
	}
	.flex-lg-row {
		flex-direction: row !important;
	}
	.flex-lg-column {
		flex-direction: column !important;
	}
	.flex-lg-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-lg-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-lg-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-lg-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-lg-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-lg-shrink-1 {
		flex-shrink: 1 !important;
	}
	.flex-lg-wrap {
		flex-wrap: wrap !important;
	}
	.flex-lg-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-lg-start {
		justify-content: flex-start !important;
	}
	.justify-content-lg-end {
		justify-content: flex-end !important;
	}
	.justify-content-lg-center {
		justify-content: center !important;
	}
	.justify-content-lg-between {
		justify-content: space-between !important;
	}
	.justify-content-lg-around {
		justify-content: space-around !important;
	}
	.justify-content-lg-evenly {
		justify-content: space-evenly !important;
	}
	.align-items-lg-start {
		align-items: flex-start !important;
	}
	.align-items-lg-end {
		align-items: flex-end !important;
	}
	.align-items-lg-center {
		align-items: center !important;
	}
	.align-items-lg-baseline {
		align-items: baseline !important;
	}
	.align-items-lg-stretch {
		align-items: stretch !important;
	}
	.align-content-lg-start {
		align-content: flex-start !important;
	}
	.align-content-lg-end {
		align-content: flex-end !important;
	}
	.align-content-lg-center {
		align-content: center !important;
	}
	.align-content-lg-between {
		align-content: space-between !important;
	}
	.align-content-lg-around {
		align-content: space-around !important;
	}
	.align-content-lg-stretch {
		align-content: stretch !important;
	}
	.align-self-lg-auto {
		align-self: auto !important;
	}
	.align-self-lg-start {
		align-self: flex-start !important;
	}
	.align-self-lg-end {
		align-self: flex-end !important;
	}
	.align-self-lg-center {
		align-self: center !important;
	}
	.align-self-lg-baseline {
		align-self: baseline !important;
	}
	.align-self-lg-stretch {
		align-self: stretch !important;
	}
	.order-lg-first {
		order: -1 !important;
	}
	.order-lg-0 {
		order: 0 !important;
	}
	.order-lg-1 {
		order: 1 !important;
	}
	.order-lg-2 {
		order: 2 !important;
	}
	.order-lg-3 {
		order: 3 !important;
	}
	.order-lg-4 {
		order: 4 !important;
	}
	.order-lg-5 {
		order: 5 !important;
	}
	.order-lg-last {
		order: 6 !important;
	}
	.m-lg-0 {
		margin: 0 !important;
	}
	.m-lg-1 {
		margin: 0.25rem !important;
	}
	.m-lg-2 {
		margin: 0.5rem !important;
	}
	.m-lg-3 {
		margin: 1rem !important;
	}
	.m-lg-4 {
		margin: 1.5rem !important;
	}
	.m-lg-5 {
		margin: 3rem !important;
	}
	.m-lg-auto {
		margin: auto !important;
	}
	.mx-lg-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.mx-lg-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}
	.mx-lg-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}
	.mx-lg-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	.mx-lg-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	.mx-lg-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	.mx-lg-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.my-lg-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.my-lg-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}
	.my-lg-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}
	.my-lg-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	.my-lg-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	.my-lg-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	.my-lg-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	.mt-lg-0 {
		margin-top: 0 !important;
	}
	.mt-lg-1 {
		margin-top: 0.25rem !important;
	}
	.mt-lg-2 {
		margin-top: 0.5rem !important;
	}
	.mt-lg-3 {
		margin-top: 1rem !important;
	}
	.mt-lg-4 {
		margin-top: 1.5rem !important;
	}
	.mt-lg-5 {
		margin-top: 3rem !important;
	}
	.mt-lg-auto {
		margin-top: auto !important;
	}
	.me-lg-0 {
		margin-right: 0 !important;
	}
	.me-lg-1 {
		margin-right: 0.25rem !important;
	}
	.me-lg-2 {
		margin-right: 0.5rem !important;
	}
	.me-lg-3 {
		margin-right: 1rem !important;
	}
	.me-lg-4 {
		margin-right: 1.5rem !important;
	}
	.me-lg-5 {
		margin-right: 3rem !important;
	}
	.me-lg-auto {
		margin-right: auto !important;
	}
	.mb-lg-0 {
		margin-bottom: 0 !important;
	}
	.mb-lg-1 {
		margin-bottom: 0.25rem !important;
	}
	.mb-lg-2 {
		margin-bottom: 0.5rem !important;
	}
	.mb-lg-3 {
		margin-bottom: 1rem !important;
	}
	.mb-lg-4 {
		margin-bottom: 1.5rem !important;
	}
	.mb-lg-5 {
		margin-bottom: 3rem !important;
	}
	.mb-lg-auto {
		margin-bottom: auto !important;
	}
	.ms-lg-0 {
		margin-left: 0 !important;
	}
	.ms-lg-1 {
		margin-left: 0.25rem !important;
	}
	.ms-lg-2 {
		margin-left: 0.5rem !important;
	}
	.ms-lg-3 {
		margin-left: 1rem !important;
	}
	.ms-lg-4 {
		margin-left: 1.5rem !important;
	}
	.ms-lg-5 {
		margin-left: 3rem !important;
	}
	.ms-lg-auto {
		margin-left: auto !important;
	}
	.p-lg-0 {
		padding: 0 !important;
	}
	.p-lg-1 {
		padding: 0.25rem !important;
	}
	.p-lg-2 {
		padding: 0.5rem !important;
	}
	.p-lg-3 {
		padding: 1rem !important;
	}
	.p-lg-4 {
		padding: 1.5rem !important;
	}
	.p-lg-5 {
		padding: 3rem !important;
	}
	.px-lg-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.px-lg-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}
	.px-lg-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}
	.px-lg-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	.px-lg-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	.px-lg-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	.py-lg-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.py-lg-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}
	.py-lg-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}
	.py-lg-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.py-lg-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	.py-lg-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	.pt-lg-0 {
		padding-top: 0 !important;
	}
	.pt-lg-1 {
		padding-top: 0.25rem !important;
	}
	.pt-lg-2 {
		padding-top: 0.5rem !important;
	}
	.pt-lg-3 {
		padding-top: 1rem !important;
	}
	.pt-lg-4 {
		padding-top: 1.5rem !important;
	}
	.pt-lg-5 {
		padding-top: 3rem !important;
	}
	.pe-lg-0 {
		padding-right: 0 !important;
	}
	.pe-lg-1 {
		padding-right: 0.25rem !important;
	}
	.pe-lg-2 {
		padding-right: 0.5rem !important;
	}
	.pe-lg-3 {
		padding-right: 1rem !important;
	}
	.pe-lg-4 {
		padding-right: 1.5rem !important;
	}
	.pe-lg-5 {
		padding-right: 3rem !important;
	}
	.pb-lg-0 {
		padding-bottom: 0 !important;
	}
	.pb-lg-1 {
		padding-bottom: 0.25rem !important;
	}
	.pb-lg-2 {
		padding-bottom: 0.5rem !important;
	}
	.pb-lg-3 {
		padding-bottom: 1rem !important;
	}
	.pb-lg-4 {
		padding-bottom: 1.5rem !important;
	}
	.pb-lg-5 {
		padding-bottom: 3rem !important;
	}
	.ps-lg-0 {
		padding-left: 0 !important;
	}
	.ps-lg-1 {
		padding-left: 0.25rem !important;
	}
	.ps-lg-2 {
		padding-left: 0.5rem !important;
	}
	.ps-lg-3 {
		padding-left: 1rem !important;
	}
	.ps-lg-4 {
		padding-left: 1.5rem !important;
	}
	.ps-lg-5 {
		padding-left: 3rem !important;
	}
	.gap-lg-0 {
		gap: 0 !important;
	}
	.gap-lg-1 {
		gap: 0.25rem !important;
	}
	.gap-lg-2 {
		gap: 0.5rem !important;
	}
	.gap-lg-3 {
		gap: 1rem !important;
	}
	.gap-lg-4 {
		gap: 1.5rem !important;
	}
	.gap-lg-5 {
		gap: 3rem !important;
	}
	.row-gap-lg-0 {
		row-gap: 0 !important;
	}
	.row-gap-lg-1 {
		row-gap: 0.25rem !important;
	}
	.row-gap-lg-2 {
		row-gap: 0.5rem !important;
	}
	.row-gap-lg-3 {
		row-gap: 1rem !important;
	}
	.row-gap-lg-4 {
		row-gap: 1.5rem !important;
	}
	.row-gap-lg-5 {
		row-gap: 3rem !important;
	}
	.column-gap-lg-0 {
		-moz-column-gap: 0 !important;
		column-gap: 0 !important;
	}
	.column-gap-lg-1 {
		-moz-column-gap: 0.25rem !important;
		column-gap: 0.25rem !important;
	}
	.column-gap-lg-2 {
		-moz-column-gap: 0.5rem !important;
		column-gap: 0.5rem !important;
	}
	.column-gap-lg-3 {
		-moz-column-gap: 1rem !important;
		column-gap: 1rem !important;
	}
	.column-gap-lg-4 {
		-moz-column-gap: 1.5rem !important;
		column-gap: 1.5rem !important;
	}
	.column-gap-lg-5 {
		-moz-column-gap: 3rem !important;
		column-gap: 3rem !important;
	}
	.text-lg-start {
		text-align: left !important;
	}
	.text-lg-end {
		text-align: right !important;
	}
	.text-lg-center {
		text-align: center !important;
	}
}
@media (min-width: 1200px) {
	.float-xl-start {
		float: left !important;
	}
	.float-xl-end {
		float: right !important;
	}
	.float-xl-none {
		float: none !important;
	}
	.object-fit-xl-contain {
		-o-object-fit: contain !important;
		object-fit: contain !important;
	}
	.object-fit-xl-cover {
		-o-object-fit: cover !important;
		object-fit: cover !important;
	}
	.object-fit-xl-fill {
		-o-object-fit: fill !important;
		object-fit: fill !important;
	}
	.object-fit-xl-scale {
		-o-object-fit: scale-down !important;
		object-fit: scale-down !important;
	}
	.object-fit-xl-none {
		-o-object-fit: none !important;
		object-fit: none !important;
	}
	.d-xl-inline {
		display: inline !important;
	}
	.d-xl-inline-block {
		display: inline-block !important;
	}
	.d-xl-block {
		display: block !important;
	}
	.d-xl-grid {
		display: grid !important;
	}
	.d-xl-inline-grid {
		display: inline-grid !important;
	}
	.d-xl-table {
		display: table !important;
	}
	.d-xl-table-row {
		display: table-row !important;
	}
	.d-xl-table-cell {
		display: table-cell !important;
	}
	.d-xl-flex {
		display: flex !important;
	}
	.d-xl-inline-flex {
		display: inline-flex !important;
	}
	.d-xl-none {
		display: none !important;
	}
	.flex-xl-fill {
		flex: 1 1 auto !important;
	}
	.flex-xl-row {
		flex-direction: row !important;
	}
	.flex-xl-column {
		flex-direction: column !important;
	}
	.flex-xl-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-xl-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-xl-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-xl-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-xl-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-xl-shrink-1 {
		flex-shrink: 1 !important;
	}
	.flex-xl-wrap {
		flex-wrap: wrap !important;
	}
	.flex-xl-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-xl-start {
		justify-content: flex-start !important;
	}
	.justify-content-xl-end {
		justify-content: flex-end !important;
	}
	.justify-content-xl-center {
		justify-content: center !important;
	}
	.justify-content-xl-between {
		justify-content: space-between !important;
	}
	.justify-content-xl-around {
		justify-content: space-around !important;
	}
	.justify-content-xl-evenly {
		justify-content: space-evenly !important;
	}
	.align-items-xl-start {
		align-items: flex-start !important;
	}
	.align-items-xl-end {
		align-items: flex-end !important;
	}
	.align-items-xl-center {
		align-items: center !important;
	}
	.align-items-xl-baseline {
		align-items: baseline !important;
	}
	.align-items-xl-stretch {
		align-items: stretch !important;
	}
	.align-content-xl-start {
		align-content: flex-start !important;
	}
	.align-content-xl-end {
		align-content: flex-end !important;
	}
	.align-content-xl-center {
		align-content: center !important;
	}
	.align-content-xl-between {
		align-content: space-between !important;
	}
	.align-content-xl-around {
		align-content: space-around !important;
	}
	.align-content-xl-stretch {
		align-content: stretch !important;
	}
	.align-self-xl-auto {
		align-self: auto !important;
	}
	.align-self-xl-start {
		align-self: flex-start !important;
	}
	.align-self-xl-end {
		align-self: flex-end !important;
	}
	.align-self-xl-center {
		align-self: center !important;
	}
	.align-self-xl-baseline {
		align-self: baseline !important;
	}
	.align-self-xl-stretch {
		align-self: stretch !important;
	}
	.order-xl-first {
		order: -1 !important;
	}
	.order-xl-0 {
		order: 0 !important;
	}
	.order-xl-1 {
		order: 1 !important;
	}
	.order-xl-2 {
		order: 2 !important;
	}
	.order-xl-3 {
		order: 3 !important;
	}
	.order-xl-4 {
		order: 4 !important;
	}
	.order-xl-5 {
		order: 5 !important;
	}
	.order-xl-last {
		order: 6 !important;
	}
	.m-xl-0 {
		margin: 0 !important;
	}
	.m-xl-1 {
		margin: 0.25rem !important;
	}
	.m-xl-2 {
		margin: 0.5rem !important;
	}
	.m-xl-3 {
		margin: 1rem !important;
	}
	.m-xl-4 {
		margin: 1.5rem !important;
	}
	.m-xl-5 {
		margin: 3rem !important;
	}
	.m-xl-auto {
		margin: auto !important;
	}
	.mx-xl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.mx-xl-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}
	.mx-xl-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}
	.mx-xl-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	.mx-xl-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	.mx-xl-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	.mx-xl-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.my-xl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.my-xl-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}
	.my-xl-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}
	.my-xl-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	.my-xl-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	.my-xl-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	.my-xl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	.mt-xl-0 {
		margin-top: 0 !important;
	}
	.mt-xl-1 {
		margin-top: 0.25rem !important;
	}
	.mt-xl-2 {
		margin-top: 0.5rem !important;
	}
	.mt-xl-3 {
		margin-top: 1rem !important;
	}
	.mt-xl-4 {
		margin-top: 1.5rem !important;
	}
	.mt-xl-5 {
		margin-top: 3rem !important;
	}
	.mt-xl-auto {
		margin-top: auto !important;
	}
	.me-xl-0 {
		margin-right: 0 !important;
	}
	.me-xl-1 {
		margin-right: 0.25rem !important;
	}
	.me-xl-2 {
		margin-right: 0.5rem !important;
	}
	.me-xl-3 {
		margin-right: 1rem !important;
	}
	.me-xl-4 {
		margin-right: 1.5rem !important;
	}
	.me-xl-5 {
		margin-right: 3rem !important;
	}
	.me-xl-auto {
		margin-right: auto !important;
	}
	.mb-xl-0 {
		margin-bottom: 0 !important;
	}
	.mb-xl-1 {
		margin-bottom: 0.25rem !important;
	}
	.mb-xl-2 {
		margin-bottom: 0.5rem !important;
	}
	.mb-xl-3 {
		margin-bottom: 1rem !important;
	}
	.mb-xl-4 {
		margin-bottom: 1.5rem !important;
	}
	.mb-xl-5 {
		margin-bottom: 3rem !important;
	}
	.mb-xl-auto {
		margin-bottom: auto !important;
	}
	.ms-xl-0 {
		margin-left: 0 !important;
	}
	.ms-xl-1 {
		margin-left: 0.25rem !important;
	}
	.ms-xl-2 {
		margin-left: 0.5rem !important;
	}
	.ms-xl-3 {
		margin-left: 1rem !important;
	}
	.ms-xl-4 {
		margin-left: 1.5rem !important;
	}
	.ms-xl-5 {
		margin-left: 3rem !important;
	}
	.ms-xl-auto {
		margin-left: auto !important;
	}
	.p-xl-0 {
		padding: 0 !important;
	}
	.p-xl-1 {
		padding: 0.25rem !important;
	}
	.p-xl-2 {
		padding: 0.5rem !important;
	}
	.p-xl-3 {
		padding: 1rem !important;
	}
	.p-xl-4 {
		padding: 1.5rem !important;
	}
	.p-xl-5 {
		padding: 3rem !important;
	}
	.px-xl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.px-xl-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}
	.px-xl-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}
	.px-xl-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	.px-xl-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	.px-xl-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	.py-xl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.py-xl-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}
	.py-xl-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}
	.py-xl-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.py-xl-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	.py-xl-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	.pt-xl-0 {
		padding-top: 0 !important;
	}
	.pt-xl-1 {
		padding-top: 0.25rem !important;
	}
	.pt-xl-2 {
		padding-top: 0.5rem !important;
	}
	.pt-xl-3 {
		padding-top: 1rem !important;
	}
	.pt-xl-4 {
		padding-top: 1.5rem !important;
	}
	.pt-xl-5 {
		padding-top: 3rem !important;
	}
	.pe-xl-0 {
		padding-right: 0 !important;
	}
	.pe-xl-1 {
		padding-right: 0.25rem !important;
	}
	.pe-xl-2 {
		padding-right: 0.5rem !important;
	}
	.pe-xl-3 {
		padding-right: 1rem !important;
	}
	.pe-xl-4 {
		padding-right: 1.5rem !important;
	}
	.pe-xl-5 {
		padding-right: 3rem !important;
	}
	.pb-xl-0 {
		padding-bottom: 0 !important;
	}
	.pb-xl-1 {
		padding-bottom: 0.25rem !important;
	}
	.pb-xl-2 {
		padding-bottom: 0.5rem !important;
	}
	.pb-xl-3 {
		padding-bottom: 1rem !important;
	}
	.pb-xl-4 {
		padding-bottom: 1.5rem !important;
	}
	.pb-xl-5 {
		padding-bottom: 3rem !important;
	}
	.ps-xl-0 {
		padding-left: 0 !important;
	}
	.ps-xl-1 {
		padding-left: 0.25rem !important;
	}
	.ps-xl-2 {
		padding-left: 0.5rem !important;
	}
	.ps-xl-3 {
		padding-left: 1rem !important;
	}
	.ps-xl-4 {
		padding-left: 1.5rem !important;
	}
	.ps-xl-5 {
		padding-left: 3rem !important;
	}
	.gap-xl-0 {
		gap: 0 !important;
	}
	.gap-xl-1 {
		gap: 0.25rem !important;
	}
	.gap-xl-2 {
		gap: 0.5rem !important;
	}
	.gap-xl-3 {
		gap: 1rem !important;
	}
	.gap-xl-4 {
		gap: 1.5rem !important;
	}
	.gap-xl-5 {
		gap: 3rem !important;
	}
	.row-gap-xl-0 {
		row-gap: 0 !important;
	}
	.row-gap-xl-1 {
		row-gap: 0.25rem !important;
	}
	.row-gap-xl-2 {
		row-gap: 0.5rem !important;
	}
	.row-gap-xl-3 {
		row-gap: 1rem !important;
	}
	.row-gap-xl-4 {
		row-gap: 1.5rem !important;
	}
	.row-gap-xl-5 {
		row-gap: 3rem !important;
	}
	.column-gap-xl-0 {
		-moz-column-gap: 0 !important;
		column-gap: 0 !important;
	}
	.column-gap-xl-1 {
		-moz-column-gap: 0.25rem !important;
		column-gap: 0.25rem !important;
	}
	.column-gap-xl-2 {
		-moz-column-gap: 0.5rem !important;
		column-gap: 0.5rem !important;
	}
	.column-gap-xl-3 {
		-moz-column-gap: 1rem !important;
		column-gap: 1rem !important;
	}
	.column-gap-xl-4 {
		-moz-column-gap: 1.5rem !important;
		column-gap: 1.5rem !important;
	}
	.column-gap-xl-5 {
		-moz-column-gap: 3rem !important;
		column-gap: 3rem !important;
	}
	.text-xl-start {
		text-align: left !important;
	}
	.text-xl-end {
		text-align: right !important;
	}
	.text-xl-center {
		text-align: center !important;
	}
}
@media (min-width: 1400px) {
	.float-xxl-start {
		float: left !important;
	}
	.float-xxl-end {
		float: right !important;
	}
	.float-xxl-none {
		float: none !important;
	}
	.object-fit-xxl-contain {
		-o-object-fit: contain !important;
		object-fit: contain !important;
	}
	.object-fit-xxl-cover {
		-o-object-fit: cover !important;
		object-fit: cover !important;
	}
	.object-fit-xxl-fill {
		-o-object-fit: fill !important;
		object-fit: fill !important;
	}
	.object-fit-xxl-scale {
		-o-object-fit: scale-down !important;
		object-fit: scale-down !important;
	}
	.object-fit-xxl-none {
		-o-object-fit: none !important;
		object-fit: none !important;
	}
	.d-xxl-inline {
		display: inline !important;
	}
	.d-xxl-inline-block {
		display: inline-block !important;
	}
	.d-xxl-block {
		display: block !important;
	}
	.d-xxl-grid {
		display: grid !important;
	}
	.d-xxl-inline-grid {
		display: inline-grid !important;
	}
	.d-xxl-table {
		display: table !important;
	}
	.d-xxl-table-row {
		display: table-row !important;
	}
	.d-xxl-table-cell {
		display: table-cell !important;
	}
	.d-xxl-flex {
		display: flex !important;
	}
	.d-xxl-inline-flex {
		display: inline-flex !important;
	}
	.d-xxl-none {
		display: none !important;
	}
	.flex-xxl-fill {
		flex: 1 1 auto !important;
	}
	.flex-xxl-row {
		flex-direction: row !important;
	}
	.flex-xxl-column {
		flex-direction: column !important;
	}
	.flex-xxl-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-xxl-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-xxl-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-xxl-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-xxl-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-xxl-shrink-1 {
		flex-shrink: 1 !important;
	}
	.flex-xxl-wrap {
		flex-wrap: wrap !important;
	}
	.flex-xxl-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-xxl-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.justify-content-xxl-start {
		justify-content: flex-start !important;
	}
	.justify-content-xxl-end {
		justify-content: flex-end !important;
	}
	.justify-content-xxl-center {
		justify-content: center !important;
	}
	.justify-content-xxl-between {
		justify-content: space-between !important;
	}
	.justify-content-xxl-around {
		justify-content: space-around !important;
	}
	.justify-content-xxl-evenly {
		justify-content: space-evenly !important;
	}
	.align-items-xxl-start {
		align-items: flex-start !important;
	}
	.align-items-xxl-end {
		align-items: flex-end !important;
	}
	.align-items-xxl-center {
		align-items: center !important;
	}
	.align-items-xxl-baseline {
		align-items: baseline !important;
	}
	.align-items-xxl-stretch {
		align-items: stretch !important;
	}
	.align-content-xxl-start {
		align-content: flex-start !important;
	}
	.align-content-xxl-end {
		align-content: flex-end !important;
	}
	.align-content-xxl-center {
		align-content: center !important;
	}
	.align-content-xxl-between {
		align-content: space-between !important;
	}
	.align-content-xxl-around {
		align-content: space-around !important;
	}
	.align-content-xxl-stretch {
		align-content: stretch !important;
	}
	.align-self-xxl-auto {
		align-self: auto !important;
	}
	.align-self-xxl-start {
		align-self: flex-start !important;
	}
	.align-self-xxl-end {
		align-self: flex-end !important;
	}
	.align-self-xxl-center {
		align-self: center !important;
	}
	.align-self-xxl-baseline {
		align-self: baseline !important;
	}
	.align-self-xxl-stretch {
		align-self: stretch !important;
	}
	.order-xxl-first {
		order: -1 !important;
	}
	.order-xxl-0 {
		order: 0 !important;
	}
	.order-xxl-1 {
		order: 1 !important;
	}
	.order-xxl-2 {
		order: 2 !important;
	}
	.order-xxl-3 {
		order: 3 !important;
	}
	.order-xxl-4 {
		order: 4 !important;
	}
	.order-xxl-5 {
		order: 5 !important;
	}
	.order-xxl-last {
		order: 6 !important;
	}
	.m-xxl-0 {
		margin: 0 !important;
	}
	.m-xxl-1 {
		margin: 0.25rem !important;
	}
	.m-xxl-2 {
		margin: 0.5rem !important;
	}
	.m-xxl-3 {
		margin: 1rem !important;
	}
	.m-xxl-4 {
		margin: 1.5rem !important;
	}
	.m-xxl-5 {
		margin: 3rem !important;
	}
	.m-xxl-auto {
		margin: auto !important;
	}
	.mx-xxl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.mx-xxl-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important;
	}
	.mx-xxl-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important;
	}
	.mx-xxl-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important;
	}
	.mx-xxl-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important;
	}
	.mx-xxl-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important;
	}
	.mx-xxl-auto {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.my-xxl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.my-xxl-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important;
	}
	.my-xxl-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}
	.my-xxl-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	.my-xxl-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important;
	}
	.my-xxl-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important;
	}
	.my-xxl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important;
	}
	.mt-xxl-0 {
		margin-top: 0 !important;
	}
	.mt-xxl-1 {
		margin-top: 0.25rem !important;
	}
	.mt-xxl-2 {
		margin-top: 0.5rem !important;
	}
	.mt-xxl-3 {
		margin-top: 1rem !important;
	}
	.mt-xxl-4 {
		margin-top: 1.5rem !important;
	}
	.mt-xxl-5 {
		margin-top: 3rem !important;
	}
	.mt-xxl-auto {
		margin-top: auto !important;
	}
	.me-xxl-0 {
		margin-right: 0 !important;
	}
	.me-xxl-1 {
		margin-right: 0.25rem !important;
	}
	.me-xxl-2 {
		margin-right: 0.5rem !important;
	}
	.me-xxl-3 {
		margin-right: 1rem !important;
	}
	.me-xxl-4 {
		margin-right: 1.5rem !important;
	}
	.me-xxl-5 {
		margin-right: 3rem !important;
	}
	.me-xxl-auto {
		margin-right: auto !important;
	}
	.mb-xxl-0 {
		margin-bottom: 0 !important;
	}
	.mb-xxl-1 {
		margin-bottom: 0.25rem !important;
	}
	.mb-xxl-2 {
		margin-bottom: 0.5rem !important;
	}
	.mb-xxl-3 {
		margin-bottom: 1rem !important;
	}
	.mb-xxl-4 {
		margin-bottom: 1.5rem !important;
	}
	.mb-xxl-5 {
		margin-bottom: 3rem !important;
	}
	.mb-xxl-auto {
		margin-bottom: auto !important;
	}
	.ms-xxl-0 {
		margin-left: 0 !important;
	}
	.ms-xxl-1 {
		margin-left: 0.25rem !important;
	}
	.ms-xxl-2 {
		margin-left: 0.5rem !important;
	}
	.ms-xxl-3 {
		margin-left: 1rem !important;
	}
	.ms-xxl-4 {
		margin-left: 1.5rem !important;
	}
	.ms-xxl-5 {
		margin-left: 3rem !important;
	}
	.ms-xxl-auto {
		margin-left: auto !important;
	}
	.p-xxl-0 {
		padding: 0 !important;
	}
	.p-xxl-1 {
		padding: 0.25rem !important;
	}
	.p-xxl-2 {
		padding: 0.5rem !important;
	}
	.p-xxl-3 {
		padding: 1rem !important;
	}
	.p-xxl-4 {
		padding: 1.5rem !important;
	}
	.p-xxl-5 {
		padding: 3rem !important;
	}
	.px-xxl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.px-xxl-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important;
	}
	.px-xxl-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
	}
	.px-xxl-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	.px-xxl-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
	}
	.px-xxl-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important;
	}
	.py-xxl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.py-xxl-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important;
	}
	.py-xxl-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}
	.py-xxl-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.py-xxl-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important;
	}
	.py-xxl-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	.pt-xxl-0 {
		padding-top: 0 !important;
	}
	.pt-xxl-1 {
		padding-top: 0.25rem !important;
	}
	.pt-xxl-2 {
		padding-top: 0.5rem !important;
	}
	.pt-xxl-3 {
		padding-top: 1rem !important;
	}
	.pt-xxl-4 {
		padding-top: 1.5rem !important;
	}
	.pt-xxl-5 {
		padding-top: 3rem !important;
	}
	.pe-xxl-0 {
		padding-right: 0 !important;
	}
	.pe-xxl-1 {
		padding-right: 0.25rem !important;
	}
	.pe-xxl-2 {
		padding-right: 0.5rem !important;
	}
	.pe-xxl-3 {
		padding-right: 1rem !important;
	}
	.pe-xxl-4 {
		padding-right: 1.5rem !important;
	}
	.pe-xxl-5 {
		padding-right: 3rem !important;
	}
	.pb-xxl-0 {
		padding-bottom: 0 !important;
	}
	.pb-xxl-1 {
		padding-bottom: 0.25rem !important;
	}
	.pb-xxl-2 {
		padding-bottom: 0.5rem !important;
	}
	.pb-xxl-3 {
		padding-bottom: 1rem !important;
	}
	.pb-xxl-4 {
		padding-bottom: 1.5rem !important;
	}
	.pb-xxl-5 {
		padding-bottom: 3rem !important;
	}
	.ps-xxl-0 {
		padding-left: 0 !important;
	}
	.ps-xxl-1 {
		padding-left: 0.25rem !important;
	}
	.ps-xxl-2 {
		padding-left: 0.5rem !important;
	}
	.ps-xxl-3 {
		padding-left: 1rem !important;
	}
	.ps-xxl-4 {
		padding-left: 1.5rem !important;
	}
	.ps-xxl-5 {
		padding-left: 3rem !important;
	}
	.gap-xxl-0 {
		gap: 0 !important;
	}
	.gap-xxl-1 {
		gap: 0.25rem !important;
	}
	.gap-xxl-2 {
		gap: 0.5rem !important;
	}
	.gap-xxl-3 {
		gap: 1rem !important;
	}
	.gap-xxl-4 {
		gap: 1.5rem !important;
	}
	.gap-xxl-5 {
		gap: 3rem !important;
	}
	.row-gap-xxl-0 {
		row-gap: 0 !important;
	}
	.row-gap-xxl-1 {
		row-gap: 0.25rem !important;
	}
	.row-gap-xxl-2 {
		row-gap: 0.5rem !important;
	}
	.row-gap-xxl-3 {
		row-gap: 1rem !important;
	}
	.row-gap-xxl-4 {
		row-gap: 1.5rem !important;
	}
	.row-gap-xxl-5 {
		row-gap: 3rem !important;
	}
	.column-gap-xxl-0 {
		-moz-column-gap: 0 !important;
		column-gap: 0 !important;
	}
	.column-gap-xxl-1 {
		-moz-column-gap: 0.25rem !important;
		column-gap: 0.25rem !important;
	}
	.column-gap-xxl-2 {
		-moz-column-gap: 0.5rem !important;
		column-gap: 0.5rem !important;
	}
	.column-gap-xxl-3 {
		-moz-column-gap: 1rem !important;
		column-gap: 1rem !important;
	}
	.column-gap-xxl-4 {
		-moz-column-gap: 1.5rem !important;
		column-gap: 1.5rem !important;
	}
	.column-gap-xxl-5 {
		-moz-column-gap: 3rem !important;
		column-gap: 3rem !important;
	}
	.text-xxl-start {
		text-align: left !important;
	}
	.text-xxl-end {
		text-align: right !important;
	}
	.text-xxl-center {
		text-align: center !important;
	}
}
@media (min-width: 1200px) {
	.fs-1 {
		font-size: 3rem !important;
	}
	.fs-2 {
		font-size: 2rem !important;
	}
	.fs-3 {
		font-size: 1.75rem !important;
	}
	.fs-4 {
		font-size: 1.5rem !important;
	}
}
@media print {
	.d-print-inline {
		display: inline !important;
	}
	.d-print-inline-block {
		display: inline-block !important;
	}
	.d-print-block {
		display: block !important;
	}
	.d-print-grid {
		display: grid !important;
	}
	.d-print-inline-grid {
		display: inline-grid !important;
	}
	.d-print-table {
		display: table !important;
	}
	.d-print-table-row {
		display: table-row !important;
	}
	.d-print-table-cell {
		display: table-cell !important;
	}
	.d-print-flex {
		display: flex !important;
	}
	.d-print-inline-flex {
		display: inline-flex !important;
	}
	.d-print-none {
		display: none !important;
	}
}
@media (min-width: 992px) {
	:root {
		font-size: 12px;
	}
}
@media (min-width: 1400px) {
	:root {
		font-size: 14px;
	}
}
@media (min-width: 1700px) {
	:root {
		font-size: 16px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: min(97%, 96.5rem);
	}
}

.page .main > *:has(.breadcrumb) + .section {
	margin-top: 1rem;
}
.page .footer {
	margin-top: auto;
}

.section {
	margin: 4rem 0;
}
@media (max-width: 767.98px) {
	.section {
		margin: 1.5rem 0;
	}
}

.breadcrumb {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media (max-width: 767.98px) {
	.breadcrumb {
		font-size: 0.75rem;
	}
	.breadcrumb-item + .breadcrumb-item::before {
		content: ">";
	}
	.container:has(.breadcrumb) + .section {
		margin-top: 0;
	}
}
.breadcrumb-item {
	display: inline;
}
.breadcrumb-item + .breadcrumb-item::before {
	float: unset;
}

.btn:active {
	transition: 0.05s;
	transition-property: transform;
	transform: scale(0.98);
}

.btn-more-page {
	border-radius: 0.75rem;
	font-size: 0.875rem;
	padding-top: 0.688rem;
	padding-bottom: 0.688rem;
}
@media (max-width: 767.98px) {
	.btn-more-page {
		display: block;
		margin: 0 1.625rem !important;
		width: 100% !important;
	}
}

.nav-link img {
	width: 1.25rem;
	height: 1.25rem;
}

.form-check-label {
	font-size: 0.875rem;
	font-weight: 300;
}

.custom-switch {
	font-size: 0.75rem;
	width: 1.75em;
	min-width: 1.75em;
	height: 0.75em;
	background: rgb(224, 224, 224);
	border-radius: 50rem;
	display: inline-flex;
	transition: all 0.2s ease-in-out;
	margin: 0.125rem;
}
.custom-switch::before {
	content: "";
	flex: 0;
	transition: inherit;
}
.custom-switch::after {
	content: "";
	display: block;
	height: 1em;
	width: 1em;
	margin: -0.125em;
	background: rgba(0, 0, 0, 0.2666666667);
	border-radius: 50%;
	transition: inherit;
	background: #888;
}
label:hover .custom-switch::after {
	filter: contrast(0.5) brightness(1.5);
	background: currentColor;
}
input:focus + .custom-switch {
	box-shadow: 0 0 0 0.25rem rgba(136, 136, 136, 0.2);
}
input:focus + .custom-switch::after {
	filter: contrast(0.5) brightness(1.5);
	background: currentColor;
}
input:checked + .custom-switch::before {
	flex: 1;
}
input:checked + .custom-switch::after {
	filter: none;
	background: currentColor;
}

.swiper {
	width: 100%;
	--swiper-slides: 1;
	--swiper-gap: 0px;
	--swiper-navigation-size: 0.75rem;
	--swiper-theme-color: #000;
}
.swiper .swiper-slide {
	width: calc((100% - var(--swiper-gap) * (var(--swiper-slides) - 1)) / var(--swiper-slides));
}
.swiper .swiper-slide:not(:last-child) {
	margin-right: var(--swiper-gap);
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
	font-weight: 900;
	top: 50%;
	margin-top: 0;
	transform: translateY(-50%);
	background: rgba(111, 117, 125, 0.5333333333);
	width: calc(var(--swiper-navigation-size) * 2.5);
	height: calc(var(--swiper-navigation-size) * 2.5);
	border-radius: calc(var(--swiper-navigation-size) * 0.35);
	color: #fff;
}
@media (min-width: 992px) {
	.swiper {
		--swiper-navigation-size: 1.375rem;
	}
}

.irs {
	font-family: inherit;
	height: 2.625rem;
}
.irs--round .irs {
	height: 1.25rem;
}
.irs--round .irs-line,
.irs--round .irs-bar {
	top: 9px;
	height: 1px;
}
.irs--round .irs-bar {
	background: #ff4242;
}
.irs--round .irs-min,
.irs--round .irs-max {
	background: unset;
	padding: unset;
	border-radius: unset;
	color: currentColor;
	position: absolute;
	top: 100%;
	font-size: 0.875rem;
	line-height: 1.8;
	color: #adb5bd;
}
.irs--round .irs-handle {
	border-width: 0;
	background: #ff4242;
	width: 0.75rem;
	height: 0.75rem;
	top: 3px;
}
.irs--round .irs-handle::before {
	content: "";
	display: block;
	position: absolute;
	inset: 0;
	margin: -4px;
	border: 1px solid #ff4242;
	border-radius: 50%;
}
.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
	background: #ff4242;
}
.irs--round .irs-handle.state_hover::before,
.irs--round .irs-handle:hover::before {
	background: rgba(255, 66, 66, 0.75);
	box-shadow: 0 0 0 0.25rem rgba(136, 136, 136, 0.2);
}
@media (max-width: 767.98px) {
	.irs--round .irs-handle {
		width: 8px;
		height: 8px;
		top: 6px;
	}
	.irs--round .irs-min,
	.irs--round .irs-max {
		font-size: 10px;
	}
}

.range-input__head {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 0.375rem 0.75rem;
	margin-bottom: 1.25rem;
}
.range-input__name {
	font-size: 1.25rem;
}
.range-input__description {
	font-size: 0.875rem;
}
.range-input__input {
	position: relative;
}
.range-input__input .irs-line,
.range-input__input .irs-bar {
	top: 5px;
	height: 8px;
	border-radius: 0;
}
.range-input__input .irs-line {
	border-bottom-left-radius: 0.313rem;
	border-bottom-right-radius: 0.313rem;
}
.range-input__input .irs-bar {
	border-bottom-left-radius: 0.313rem;
	background-image: linear-gradient(to right, #2b2b2b, #ff4242);
}
.range-input__input-range {
	margin-top: -0.813rem;
}
@media (max-width: 767.98px) {
	.range-input__name {
		font-size: 16px;
	}
	.range-input__description {
		font-size: 12px;
	}
}

.range-input__grid {
	display: none;
}
@media (min-width: 768px) {
	.range-input__grid {
		position: relative;
		z-index: 2;
		font-size: 0.875rem;
		display: flex;
		margin-top: -1em;
	}
	.range-input__grid-item {
		flex: 1;
		text-align: center;
		height: 0.65em;
		display: flex;
		align-items: center;
		justify-content: center;
		background: unset;
		border: unset;
		padding: unset;
		font: inherit;
		color: inherit;
		border-right: 1px solid;
	}
	.range-input__grid-item span {
		padding: 0 0.313rem;
		transition: 0.2s;
	}
	.range-input__grid-item.active span {
		background: #ff4242;
		font-weight: 600;
		color: #fff;
		transition: 0.05s;
	}
	.range-input__grid-item:first-child {
		border-left: 1px solid;
	}
	.range-input__grid-item:hover span {
		background: #ff4242;
		color: #fff;
		transition: 0.05s;
	}
	.range-input:has(.range-input__grid) .irs-min,
	.range-input:has(.range-input__grid) .irs-max {
		display: none;
	}
}

.select2-container--default .select2-selection {
	height: calc(var(--bs-border-width) * 2 + 1.126rem + 20.8px);
	border-radius: 0.313rem;
	border: var(--bs-border-width) solid var(--bs-border-color);
	display: flex;
	align-items: center;
	font-weight: 400;
	transition:
		border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out;
	outline: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding-left: 0.75rem;
	padding-right: 2rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
	width: 2.125rem;
	top: 0;
	display: grid;
	align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	all: unset;
	display: block;
	width: 0.75rem;
	height: 0.75rem;
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z' fill='currentColor'%3E%3C/path%3E%3C/svg%3E");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.select2-container--default .select2-results__option--selectable.select2-results__option--selected {
	background: #ffd9d9;
	color: #661a1a;
}
.select2-container--default .select2-results__option--selectable.select2-results__option--highlighted {
	background: #ff4242;
	color: #fff;
}
.select2-container--open .select2-selection--single .select2-selection__arrow b {
	transform: rotate(180deg);
}
.select2-container--focus .select2-selection {
	background-color: var(--bs-body-bg);
	border-color: #ffa1a1 !important;
	box-shadow: 0 0 0 0.25rem rgba(136, 136, 136, 0.2);
}
.form-select-lg + .select2-container--default .select2-selection {
	height: calc(var(--bs-border-width) * 2 + 1.876rem + 1.3rem);
	border-radius: 0.313rem;
	border: var(--bs-border-width) solid var(--bs-border-color);
}
.form-select-sm + .select2-container--default .select2-selection {
	height: calc(var(--bs-border-width) * 2 + 1rem + 1.3rem);
	border-radius: 0.75rem;
	border: var(--bs-border-width) solid var(--bs-border-color);
}

.select2-dropdown {
	z-index: 1029;
	border-color: #dee2e6;
	border-radius: 0.75rem;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.select2-dropdown .select2-results__option--highlighted[aria-selected] {
	background: #ff4242;
}

@media (max-width: 767.98px) {
	.form-control-lg {
		min-height: calc(1.3em + 1.5rem + var(--bs-border-width) * 2);
		padding: 0.75rem 1rem;
		font-size: 1rem;
	}
	.btn-lg,
	.btn-group-lg > .btn {
		--bs-btn-padding-y: 0.75rem;
		--bs-btn-padding-x: 1rem;
		--bs-btn-font-size: 1rem;
	}
	.form-select-lg {
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
		font-size: 1rem;
	}
	.form-select-lg + .select2-container--default .select2-selection {
		height: calc(var(--bs-border-width) * 2 + 1.5rem + 1.3rem);
		border-radius: 0.313rem;
		border: var(--bs-border-width) solid var(--bs-border-color);
	}
	.form-check-label {
		font-size: 11px;
	}
}
.highlight {
	font-weight: 600;
	padding: 0;
}

.accordion {
	--bs-accordion-border-color: var(--bs-border-color);
	--bs-accordion-border-width: var(--bs-border-width);
	--bs-accordion-border-radius: var(--bs-border-radius);
	--bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
	--bs-accordion-btn-padding-x: 0px;
	--bs-accordion-btn-padding-y: 1.5rem;
	--bs-accordion-btn-color: var(--bs-body-color);
	--bs-accordion-btn-bg: var(--bs-accordion-bg);
	--bs-accordion-btn-icon: url(data:image/svg + xml, %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 16 16"fill="none"stroke="%23212529"stroke-linecap="round"stroke-linejoin="round"%3e%3cpathd="m2 5 6 6 6-6"/%3e%3c/svg%3e);
	--bs-accordion-btn-icon-width: 1.25rem;
	--bs-accordion-btn-icon-transform: rotate(-180deg);
	--bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
	--bs-accordion-btn-active-icon: url(data:image/svg + xml, %3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 16 16"fill="none"stroke="%23661a1a"stroke-linecap="round"stroke-linejoin="round"%3e%3cpathd="m2 5 6 6 6-6"/%3e%3c/svg%3e);
	--bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(136, 136, 136, 0.2);
	--bs-accordion-body-padding-x: 0px;
	--bs-accordion-body-padding-y: 1.875rem;
	--bs-accordion-active-color: unset;
	--bs-accordion-active-bg: none;
}
.accordion-button {
	box-shadow: none !important;
	font-size: 1.5rem;
	font-family:
		"Cignika",
		system-ui,
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		Roboto,
		Oxygen,
		Ubuntu,
		Cantarell,
		"Open Sans",
		"Helvetica Neue",
		sans-serif;
}
.accordion-body {
	color: var(--bs-secondary-color);
	padding-top: 0.625rem;
}
@media (max-width: 991.98px) {
	.accordion-button {
		padding: 16px 0;
		font-size: 1rem;
	}
}

.pagination {
	gap: 10px;
}
.pagination .page-link {
	border-radius: 5px !important;
	padding-left: 4px;
	padding-right: 4px;
	min-width: 2.125rem;
	text-align: center;
}
@media (min-width: 992px) {
	.popup-gift,
	.popup-auto,
	.popup {
		font-size: 20px;
		border-radius: 1.5em;
	}
	.popup-gift h1,
	.popup-auto h1,
	.popup h1,
	.popup-gift .h1,
	.popup-auto .h1,
	.popup .h1,
	.popup-gift .fs-1,
	.popup-auto .fs-1,
	.popup .fs-1 {
		font-size: 48px !important;
	}
	.popup-gift h2,
	.popup-auto h2,
	.popup h2,
	.popup-gift .h2,
	.popup-auto .h2,
	.popup .h2,
	.popup-gift .fs-2,
	.popup-auto .fs-2,
	.popup .fs-2 {
		font-size: 32px !important;
	}
	.popup-gift h4,
	.popup-auto h4,
	.popup h4,
	.popup-gift .h4,
	.popup-gift .tabs-section__tab-link,
	.popup-auto .h4,
	.popup-auto .tabs-section__tab-link,
	.popup .h4,
	.popup .tabs-section__tab-link,
	.popup-gift .fs-4,
	.popup-auto .fs-4,
	.popup .fs-4 {
		font-size: 24px !important;
	}
	.popup-gift h5,
	.popup-auto h5,
	.popup h5,
	.popup-gift .h5,
	.popup-auto .h5,
	.popup .h5,
	.popup-gift .fs-5,
	.popup-auto .fs-5,
	.popup .fs-5 {
		font-size: 20px !important;
	}
	.popup-gift h6,
	.popup-auto h6,
	.popup h6,
	.popup-gift .h6,
	.popup-auto .h6,
	.popup .h6,
	.popup-gift .fs-6,
	.popup-auto .fs-6,
	.popup .fs-6 {
		font-size: 16px !important;
	}
	.popup-gift .form-control,
	.popup-auto .form-control,
	.popup .form-control {
		font-size: 16px;
		padding: 0.563em 0.75em;
		border-radius: 0.313em;
	}
	.popup-gift .btn,
	.popup-auto .btn,
	.popup .btn {
		font-size: 16px;
		--bs-btn-padding-x: 0.75em;
		--bs-btn-padding-y: 0.563em;
		--bs-btn-font-size: 1em;
		--bs-btn-border-radius: 0.313em;
	}
}

.fancybox__content {
	max-width: 100%;
}

.popup {
	background-size: cover;
	background-position: bottom right;
}
.popup__title {
	margin-bottom: 0.625rem;
	font-weight: 600;
}
.popup__subtitle {
	margin-bottom: 2rem;
}
.popup__form {
	display: grid;
	grid-gap: 0.625rem 0.938rem;
}
@media (max-width: 767.98px) {
	.popup {
		width: 24em !important;
		background-image: none !important;
	}
}
@media (min-width: 768px) {
	.popup {
		width: 38em !important;
	}
	.popup__inner {
		padding: 0.938em 1.875em;
	}
	.popup__subtitle {
		width: calc(100% - 5em);
	}
	.popup__form {
		width: 26em;
		grid-template-columns: repeat(2, 1fr);
	}
	.popup__form .btn {
		grid-column: 1/-1;
	}
	.popup__form .form-check {
		grid-column: 1/-1;
	}
}

.popup-auto {
	background: linear-gradient(180deg, #000000 2.4%, #1a1a1a 61.06%, #000000 100%);
	border: 3px solid #8c8c8c !important;
	border-radius: 1.5rem;
}
.popup-auto__inner {
	text-wrap: balance;
}
.popup-auto__title {
	margin-bottom: 8px;
}
.popup-auto__price-row {
	margin: 1rem 0;
}
.popup-auto__benefit {
	background: url(../img/main-model-new-benefit-bg.jpg);
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.75rem;
	border-radius: 0.75rem;
	max-width: 20em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 6px;
}
.popup-auto__form {
	margin-top: 1rem;
	display: grid;
	grid-gap: 0.938rem;
}
@media (max-width: 767.98px) {
	.popup-auto {
		width: 24rem !important;
	}
}
@media (min-width: 768px) {
	.popup-auto {
		width: 32em !important;
	}
	.popup-auto__form {
		grid-template-columns: repeat(2, 1fr);
		max-width: 26em;
		margin-left: auto;
		margin-right: auto;
	}
	.popup-auto__form .btn,
	.popup-auto__form .form-check {
		grid-column: 1/-1;
	}
	.popup-auto__form .form-check {
		place-self: center;
	}
}

.popup-gift {
	border: 3px solid #8c8c8c;
	overflow: visible;
	flex-grow: 0;
}
.popup-gift__inner {
	position: relative;
	z-index: 0;
}
.popup-gift__head {
	margin-bottom: 1.75rem;
}
.popup-gift__asset {
	position: relative;
	z-index: -1;
}
.popup-gift__asset img {
	display: block;
	max-width: 16rem;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background: url("../img/gifts/bg.png");
	background-size: contain;
	background-position: bottom center;
	background-repeat: no-repeat;
}
.popup-gift__title {
	font-size: 1.625rem;
	margin-bottom: 0.313rem;
	font-weight: 700;
	font-family:
		"Cignika",
		system-ui,
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		Roboto,
		Oxygen,
		Ubuntu,
		Cantarell,
		"Open Sans",
		"Helvetica Neue",
		sans-serif;
}
.popup-gift__text {
	font-size: 0.875rem;
	font-weight: 600;
	font-family:
		"Cignika",
		system-ui,
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		Roboto,
		Oxygen,
		Ubuntu,
		Cantarell,
		"Open Sans",
		"Helvetica Neue",
		sans-serif;
}
.popup-gift__form {
	display: grid;
	grid-gap: 1rem;
}
@media (max-width: 767.98px) {
	.popup-gift {
		width: 24rem !important;
	}
}
@media (min-width: 768px) {
	.popup-gift {
		padding: 1.5rem;
	}
	.popup-gift__head {
		display: grid;
		grid-template-columns: 7.75rem 1fr;
		gap: 1.25rem;
	}
	.popup-gift__asset img {
		margin-left: -4.2rem;
		margin-top: -2.6rem;
		margin-bottom: -1.1rem;
	}
	.popup-gift__form {
		grid-template-columns: repeat(2, 1fr);
	}
	.popup-gift__form .btn,
	.popup-gift__form .form-check {
		grid-column: 1/-1;
	}
	.popup-gift__form .form-check {
		place-self: center;
	}
}
@media (min-width: 992px) {
	.popup-gift {
		width: 30.625em !important;
	}
	.popup-gift__head {
		grid-template-columns: 7.75em 1fr;
	}
	.popup-gift__asset img {
		max-width: 16em;
		margin-left: -4.2em;
		margin-top: -2.6em;
		margin-bottom: -1.1em;
	}
	.popup-gift__title {
		font-size: 1.625em;
	}
	.popup-gift__text {
		font-size: 0.875em;
	}
}

@media (max-width: 767.98px) {
	.mobile-title {
		text-align: center;
	}
}

@media (max-width: 767.98px) {
	.h1 {
		font-size: 24px;
	}
	h2,
	.h2 {
		font-size: 20px;
	}
	h5,
	.h5 {
		font-size: 14px;
	}
}
.lazy:not([src]):not(.loaded) {
	opacity: 0;
}

.select2-container--open:has(.select2-dropdown) {
	z-index: 1045;
}

.popup-autoteka__detail-item-title::before,
.popup-autoteka__checks-list > *::before,
.credit-main-form__your-car-toggle::after,
.report__status-card::before,
.report__spec-item::before,
.main-model-special__watchers::before,
.main-model-special__time::before,
.main-model-special__address::before,
.main-model-special__recall a::before,
.main-model-new__benefit::before,
.complectation-item .js-accordion-toggle::after,
.mobile-menu__nav [data-bs-toggle="collapse"]::after,
.footer__address::before,
.models-item__place::before,
.main-model-new__place::before,
.models-special-item__place::before,
.header-desktop__callback .btn::before {
	content: "";
	flex-shrink: 0;
	display: block;
	width: 1.25rem;
	height: 1.25rem;
	background: currentColor;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}

.header-desktop__callback .btn::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='23' height='24' viewBox='0 0 23 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_41_6096)'%3E%3Cpath d='M0.981812 0.702438C1.50088 0.343045 2.14275 0.331966 2.72888 0.446579L3.75232 0.650681C4.09261 0.7191 4.43278 0.786555 4.77478 0.848923L5.68982 1.01006C6.00089 1.07164 6.30917 1.14887 6.58923 1.26299C7.15806 1.49479 7.6258 1.88563 7.78943 2.61943L7.83044 2.8499C7.86139 3.08331 7.86532 3.32432 7.85974 3.56181C7.85601 3.72025 7.8475 3.8793 7.84021 4.03349C7.83288 4.18836 7.8268 4.33966 7.82556 4.48466L7.80603 6.87138C7.79825 7.80108 7.43508 8.62321 6.62634 9.13017L6.45837 9.22685C6.30063 9.31106 6.13887 9.38739 5.98083 9.46318C5.9013 9.50133 5.82216 9.53932 5.74451 9.57841L5.51501 9.70049C5.22137 9.86615 5.08133 10.0273 5.03357 10.2024C4.985 10.3809 5.02477 10.6005 5.15662 10.9026L5.2865 11.1917C5.95866 12.6318 6.92471 14.0001 7.95154 15.2142L8.40662 15.7415C8.56052 15.9141 8.71722 16.0838 8.88025 16.2464H8.88123C8.99137 16.3558 9.10761 16.4776 9.23669 16.5765C9.36547 16.675 9.49623 16.7415 9.63025 16.7513H9.70642C9.88423 16.7383 10.0658 16.6381 10.2494 16.4925C10.3526 16.4106 10.4524 16.3181 10.5482 16.2259C10.6427 16.135 10.7359 16.0421 10.8207 15.9661L10.9701 15.8382C11.726 15.2232 12.6206 14.9584 13.6136 15.306L15.5199 15.9837C16.1542 16.2143 16.7865 16.4506 17.4135 16.6956L17.6166 16.7854C18.0786 17.017 18.4466 17.3931 18.6234 17.8938L18.6644 18.0286C18.7472 18.3436 18.7381 18.6663 18.6947 18.9808C18.6704 19.157 18.6337 19.3374 18.5961 19.514L18.4906 20.0247C18.4004 20.5199 18.298 21.0082 18.2142 21.4983L18.1381 21.9895C18.0613 22.5379 17.9458 23.0381 17.5853 23.4915C17.5786 23.5034 17.5731 23.5162 17.5648 23.5276L17.5052 23.5931C17.4966 23.6009 17.4866 23.6069 17.4779 23.6145C17.4619 23.6294 17.4462 23.6432 17.4291 23.6546C17.0335 23.9834 16.5877 24.12 16.0883 24.0979L15.8578 24.0774C13.174 23.7221 10.461 22.5427 8.24548 21.0052L7.80896 20.6927C5.53645 19.0181 3.64667 16.8303 2.27283 14.3919L2.00525 13.9007C0.490395 11.0325 -0.185243 7.88915 -0.0904541 4.67021L-0.0582275 4.04228C-0.0119493 3.41778 0.073035 2.80046 0.18103 2.18291H0.182007L0.219116 1.98955C0.316 1.53974 0.48404 1.10052 0.879272 0.779587L0.981812 0.702438ZM2.60193 1.22392C2.20949 1.14369 1.85844 1.16571 1.5863 1.29716C1.35162 1.41059 1.16638 1.6102 1.06091 1.91728L1.02087 2.05595C0.679068 3.46883 0.659827 4.9717 0.727905 6.42705L0.765015 6.99248C0.99934 9.81409 1.99588 12.5454 3.53845 14.9397L3.82654 15.3743C5.29305 17.531 7.15792 19.4225 9.39685 20.8128L9.84802 21.0823C10.911 21.6951 12.0393 22.1884 13.2035 22.597L13.7533 22.7786C14.3051 22.9507 14.8645 23.0931 15.434 23.2015L15.8558 23.2757C16.259 23.3339 16.6158 23.3211 16.9359 23.0354L17.0541 22.8802C17.1577 22.7191 17.2206 22.5414 17.265 22.3528C17.3255 22.0957 17.3481 21.8352 17.3939 21.556L17.5677 20.5901C17.629 20.2688 17.6916 19.9479 17.7494 19.6292L17.8588 19.0501C17.8905 18.8598 17.9115 18.6735 17.9056 18.4935C17.8943 18.144 17.7797 17.8313 17.4271 17.5862V17.5853C17.214 17.4378 16.9521 17.3298 16.6752 17.2347C16.5371 17.1872 16.3971 17.1437 16.2582 17.0999L15.8529 16.9651C15.4856 16.831 15.1177 16.6962 14.7504 16.5618L13.6488 16.1595C13.2343 16.008 12.853 15.9398 12.4926 15.9817C12.1786 16.0183 11.8743 16.1385 11.5736 16.3694L11.4447 16.4759C11.1522 16.7327 10.8112 17.076 10.4369 17.2991C10.1036 17.4977 9.72939 17.6101 9.31775 17.4915L9.13904 17.4261C8.81684 17.2828 8.53945 17.0545 8.29236 16.805C8.1696 16.681 8.0526 16.5493 7.93982 16.4192L7.61365 16.0403C7.24488 15.6185 6.89083 15.1842 6.55505 14.7366L6.22595 14.2845C5.88704 13.8074 5.56934 13.3154 5.27283 12.8118L4.98376 12.304C4.72895 11.8429 4.39353 11.3115 4.25232 10.7561L4.20447 10.5169C4.13756 10.0487 4.30443 9.6987 4.57556 9.42607C4.84169 9.15851 5.20987 8.9628 5.55212 8.79326L5.87244 8.63701C6.18468 8.48078 6.46872 8.31536 6.67517 8.04326L6.75818 7.92119C6.93627 7.63049 6.99916 7.3035 7.00427 6.95049L7.0199 4.91338C7.0237 4.44987 7.041 3.98981 7.04138 3.53154L7.03552 3.07451C7.02537 2.75187 6.92775 2.5159 6.77771 2.33818C6.62629 2.159 6.41463 2.03105 6.16443 1.93584C5.91395 1.84055 5.63032 1.77971 5.34021 1.73076L4.4906 1.59697C4.17459 1.5394 3.8597 1.47801 3.54529 1.41533L2.60193 1.22392Z' fill='white' stroke='white' stroke-width='0.2'/%3E%3Cpath d='M11.6274 5.39206C11.7263 5.36161 11.8362 5.37613 11.9399 5.44479L12.3726 5.74557C14.4901 7.29476 15.963 9.52498 16.5083 12.0776V12.0786L16.5181 12.1684C16.5178 12.3709 16.3643 12.5091 16.2056 12.5522C16.114 12.577 16.0104 12.5741 15.9204 12.5298C15.8507 12.4953 15.7941 12.4384 15.7593 12.3608L15.7319 12.2768C15.1935 9.75721 13.7057 7.56256 11.5249 6.12057L11.2476 5.93698H11.3735C11.3243 5.81394 11.3451 5.67672 11.4067 5.57272C11.455 5.49138 11.5314 5.4218 11.6274 5.39206Z' fill='white' stroke='white' stroke-width='0.2'/%3E%3Cpath d='M13.4564 2.6957C13.5552 2.66519 13.6652 2.67926 13.7689 2.74746L14.0551 2.94082C16.9776 4.96883 19.0196 7.98976 19.7494 11.4379L19.7582 11.5287C19.7578 11.7312 19.6044 11.8694 19.4457 11.9125C19.354 11.9373 19.2505 11.9344 19.1605 11.89C19.0908 11.8556 19.0341 11.7987 18.9994 11.7211L18.972 11.6371C18.261 8.28128 16.2603 5.33994 13.3539 3.42519L13.2504 3.35683L13.266 3.34219C13.1448 3.20002 13.1558 3.01087 13.2357 2.87637C13.2841 2.79508 13.3604 2.72546 13.4564 2.6957Z' fill='white' stroke='white' stroke-width='0.2'/%3E%3Cpath d='M15.3422 -0.0844669C15.441 -0.115158 15.5508 -0.101964 15.6547 -0.0336857L16.0101 0.206549C19.6455 2.72384 22.1885 6.49378 23.0912 10.7788L23.1 10.8696C23.0991 11.072 22.9452 11.2104 22.7865 11.2534C22.695 11.2781 22.592 11.2753 22.5023 11.231C22.4326 11.1965 22.3759 11.1395 22.3412 11.062L22.3138 10.9771C21.4251 6.75769 18.8965 3.04716 15.2406 0.644049L15.1957 0.613775V0.605963C15.0277 0.461812 15.0328 0.244383 15.1215 0.0952206C15.1698 0.0139223 15.2462 -0.0546086 15.3422 -0.0844669Z' fill='white' stroke='white' stroke-width='0.2'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_41_6096'%3E%3Crect width='23' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
	mask-image: url("data:image/svg+xml,%3Csvg width='23' height='24' viewBox='0 0 23 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_41_6096)'%3E%3Cpath d='M0.981812 0.702438C1.50088 0.343045 2.14275 0.331966 2.72888 0.446579L3.75232 0.650681C4.09261 0.7191 4.43278 0.786555 4.77478 0.848923L5.68982 1.01006C6.00089 1.07164 6.30917 1.14887 6.58923 1.26299C7.15806 1.49479 7.6258 1.88563 7.78943 2.61943L7.83044 2.8499C7.86139 3.08331 7.86532 3.32432 7.85974 3.56181C7.85601 3.72025 7.8475 3.8793 7.84021 4.03349C7.83288 4.18836 7.8268 4.33966 7.82556 4.48466L7.80603 6.87138C7.79825 7.80108 7.43508 8.62321 6.62634 9.13017L6.45837 9.22685C6.30063 9.31106 6.13887 9.38739 5.98083 9.46318C5.9013 9.50133 5.82216 9.53932 5.74451 9.57841L5.51501 9.70049C5.22137 9.86615 5.08133 10.0273 5.03357 10.2024C4.985 10.3809 5.02477 10.6005 5.15662 10.9026L5.2865 11.1917C5.95866 12.6318 6.92471 14.0001 7.95154 15.2142L8.40662 15.7415C8.56052 15.9141 8.71722 16.0838 8.88025 16.2464H8.88123C8.99137 16.3558 9.10761 16.4776 9.23669 16.5765C9.36547 16.675 9.49623 16.7415 9.63025 16.7513H9.70642C9.88423 16.7383 10.0658 16.6381 10.2494 16.4925C10.3526 16.4106 10.4524 16.3181 10.5482 16.2259C10.6427 16.135 10.7359 16.0421 10.8207 15.9661L10.9701 15.8382C11.726 15.2232 12.6206 14.9584 13.6136 15.306L15.5199 15.9837C16.1542 16.2143 16.7865 16.4506 17.4135 16.6956L17.6166 16.7854C18.0786 17.017 18.4466 17.3931 18.6234 17.8938L18.6644 18.0286C18.7472 18.3436 18.7381 18.6663 18.6947 18.9808C18.6704 19.157 18.6337 19.3374 18.5961 19.514L18.4906 20.0247C18.4004 20.5199 18.298 21.0082 18.2142 21.4983L18.1381 21.9895C18.0613 22.5379 17.9458 23.0381 17.5853 23.4915C17.5786 23.5034 17.5731 23.5162 17.5648 23.5276L17.5052 23.5931C17.4966 23.6009 17.4866 23.6069 17.4779 23.6145C17.4619 23.6294 17.4462 23.6432 17.4291 23.6546C17.0335 23.9834 16.5877 24.12 16.0883 24.0979L15.8578 24.0774C13.174 23.7221 10.461 22.5427 8.24548 21.0052L7.80896 20.6927C5.53645 19.0181 3.64667 16.8303 2.27283 14.3919L2.00525 13.9007C0.490395 11.0325 -0.185243 7.88915 -0.0904541 4.67021L-0.0582275 4.04228C-0.0119493 3.41778 0.073035 2.80046 0.18103 2.18291H0.182007L0.219116 1.98955C0.316 1.53974 0.48404 1.10052 0.879272 0.779587L0.981812 0.702438ZM2.60193 1.22392C2.20949 1.14369 1.85844 1.16571 1.5863 1.29716C1.35162 1.41059 1.16638 1.6102 1.06091 1.91728L1.02087 2.05595C0.679068 3.46883 0.659827 4.9717 0.727905 6.42705L0.765015 6.99248C0.99934 9.81409 1.99588 12.5454 3.53845 14.9397L3.82654 15.3743C5.29305 17.531 7.15792 19.4225 9.39685 20.8128L9.84802 21.0823C10.911 21.6951 12.0393 22.1884 13.2035 22.597L13.7533 22.7786C14.3051 22.9507 14.8645 23.0931 15.434 23.2015L15.8558 23.2757C16.259 23.3339 16.6158 23.3211 16.9359 23.0354L17.0541 22.8802C17.1577 22.7191 17.2206 22.5414 17.265 22.3528C17.3255 22.0957 17.3481 21.8352 17.3939 21.556L17.5677 20.5901C17.629 20.2688 17.6916 19.9479 17.7494 19.6292L17.8588 19.0501C17.8905 18.8598 17.9115 18.6735 17.9056 18.4935C17.8943 18.144 17.7797 17.8313 17.4271 17.5862V17.5853C17.214 17.4378 16.9521 17.3298 16.6752 17.2347C16.5371 17.1872 16.3971 17.1437 16.2582 17.0999L15.8529 16.9651C15.4856 16.831 15.1177 16.6962 14.7504 16.5618L13.6488 16.1595C13.2343 16.008 12.853 15.9398 12.4926 15.9817C12.1786 16.0183 11.8743 16.1385 11.5736 16.3694L11.4447 16.4759C11.1522 16.7327 10.8112 17.076 10.4369 17.2991C10.1036 17.4977 9.72939 17.6101 9.31775 17.4915L9.13904 17.4261C8.81684 17.2828 8.53945 17.0545 8.29236 16.805C8.1696 16.681 8.0526 16.5493 7.93982 16.4192L7.61365 16.0403C7.24488 15.6185 6.89083 15.1842 6.55505 14.7366L6.22595 14.2845C5.88704 13.8074 5.56934 13.3154 5.27283 12.8118L4.98376 12.304C4.72895 11.8429 4.39353 11.3115 4.25232 10.7561L4.20447 10.5169C4.13756 10.0487 4.30443 9.6987 4.57556 9.42607C4.84169 9.15851 5.20987 8.9628 5.55212 8.79326L5.87244 8.63701C6.18468 8.48078 6.46872 8.31536 6.67517 8.04326L6.75818 7.92119C6.93627 7.63049 6.99916 7.3035 7.00427 6.95049L7.0199 4.91338C7.0237 4.44987 7.041 3.98981 7.04138 3.53154L7.03552 3.07451C7.02537 2.75187 6.92775 2.5159 6.77771 2.33818C6.62629 2.159 6.41463 2.03105 6.16443 1.93584C5.91395 1.84055 5.63032 1.77971 5.34021 1.73076L4.4906 1.59697C4.17459 1.5394 3.8597 1.47801 3.54529 1.41533L2.60193 1.22392Z' fill='white' stroke='white' stroke-width='0.2'/%3E%3Cpath d='M11.6274 5.39206C11.7263 5.36161 11.8362 5.37613 11.9399 5.44479L12.3726 5.74557C14.4901 7.29476 15.963 9.52498 16.5083 12.0776V12.0786L16.5181 12.1684C16.5178 12.3709 16.3643 12.5091 16.2056 12.5522C16.114 12.577 16.0104 12.5741 15.9204 12.5298C15.8507 12.4953 15.7941 12.4384 15.7593 12.3608L15.7319 12.2768C15.1935 9.75721 13.7057 7.56256 11.5249 6.12057L11.2476 5.93698H11.3735C11.3243 5.81394 11.3451 5.67672 11.4067 5.57272C11.455 5.49138 11.5314 5.4218 11.6274 5.39206Z' fill='white' stroke='white' stroke-width='0.2'/%3E%3Cpath d='M13.4564 2.6957C13.5552 2.66519 13.6652 2.67926 13.7689 2.74746L14.0551 2.94082C16.9776 4.96883 19.0196 7.98976 19.7494 11.4379L19.7582 11.5287C19.7578 11.7312 19.6044 11.8694 19.4457 11.9125C19.354 11.9373 19.2505 11.9344 19.1605 11.89C19.0908 11.8556 19.0341 11.7987 18.9994 11.7211L18.972 11.6371C18.261 8.28128 16.2603 5.33994 13.3539 3.42519L13.2504 3.35683L13.266 3.34219C13.1448 3.20002 13.1558 3.01087 13.2357 2.87637C13.2841 2.79508 13.3604 2.72546 13.4564 2.6957Z' fill='white' stroke='white' stroke-width='0.2'/%3E%3Cpath d='M15.3422 -0.0844669C15.441 -0.115158 15.5508 -0.101964 15.6547 -0.0336857L16.0101 0.206549C19.6455 2.72384 22.1885 6.49378 23.0912 10.7788L23.1 10.8696C23.0991 11.072 22.9452 11.2104 22.7865 11.2534C22.695 11.2781 22.592 11.2753 22.5023 11.231C22.4326 11.1965 22.3759 11.1395 22.3412 11.062L22.3138 10.9771C21.4251 6.75769 18.8965 3.04716 15.2406 0.644049L15.1957 0.613775V0.605963C15.0277 0.461812 15.0328 0.244383 15.1215 0.0952206C15.1698 0.0139223 15.2462 -0.0546086 15.3422 -0.0844669Z' fill='white' stroke='white' stroke-width='0.2'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_41_6096'%3E%3Crect width='23' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.models-item__place::before,
.main-model-new__place::before,
.models-special-item__place::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.00008 0C0.925344 0 -0.996275 3.42795 0.541094 6.17L3.71392 11.83C3.84114 12.0567 4.15865 12.0567 4.28587 11.83L7.4587 6.17C8.99644 3.42795 7.07482 0 4.00008 0ZM4.00008 6.01467C2.771 6.01467 1.77497 4.98849 1.77497 3.72304C1.77497 2.45949 2.77321 1.43103 4.00045 1.43103C5.22953 1.43103 6.22556 2.45721 6.22556 3.72266C6.22556 4.98621 5.22732 6.01467 4.00008 6.01467Z' fill='black'/%3E%3C/svg%3E%0A");
	mask-image: url("data:image/svg+xml,%3Csvg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.00008 0C0.925344 0 -0.996275 3.42795 0.541094 6.17L3.71392 11.83C3.84114 12.0567 4.15865 12.0567 4.28587 11.83L7.4587 6.17C8.99644 3.42795 7.07482 0 4.00008 0ZM4.00008 6.01467C2.771 6.01467 1.77497 4.98849 1.77497 3.72304C1.77497 2.45949 2.77321 1.43103 4.00045 1.43103C5.22953 1.43103 6.22556 2.45721 6.22556 3.72266C6.22556 4.98621 5.22732 6.01467 4.00008 6.01467Z' fill='black'/%3E%3C/svg%3E%0A");
}

.footer__address::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.03952 6.95075L10.7985 5.04275C10.8763 5.02078 10.9588 5.02234 11.0357 5.04722C11.1126 5.0721 11.1804 5.11919 11.2305 5.18256C11.2807 5.24592 11.3109 5.32272 11.3175 5.40326C11.324 5.4838 11.3066 5.56448 11.2673 5.63511L7.95942 11.5939C7.92011 11.6647 7.86069 11.7222 7.78868 11.7592C7.71667 11.7962 7.6353 11.8109 7.55489 11.8017C7.47447 11.7924 7.39862 11.7594 7.33693 11.707C7.27524 11.6546 7.23048 11.5851 7.20833 11.5072L6.57752 9.29648C6.56278 9.24478 6.53799 9.19649 6.50458 9.15437C6.47117 9.11225 6.42978 9.07713 6.38279 9.05102L3.95197 7.70102C3.88122 7.66165 3.82374 7.60216 3.78682 7.53009C3.7499 7.45803 3.7352 7.37663 3.74457 7.2962C3.75395 7.21577 3.78698 7.13994 3.83948 7.0783C3.89199 7.01666 3.9616 6.9728 4.03952 6.95075Z' fill='white'/%3E%3Cpath d='M7.75 14.5C11.4779 14.5 14.5 11.4779 14.5 7.75C14.5 4.02208 11.4779 1 7.75 1C4.02208 1 1 4.02208 1 7.75C1 11.4779 4.02208 14.5 7.75 14.5Z' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E%0A");
	mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.03952 6.95075L10.7985 5.04275C10.8763 5.02078 10.9588 5.02234 11.0357 5.04722C11.1126 5.0721 11.1804 5.11919 11.2305 5.18256C11.2807 5.24592 11.3109 5.32272 11.3175 5.40326C11.324 5.4838 11.3066 5.56448 11.2673 5.63511L7.95942 11.5939C7.92011 11.6647 7.86069 11.7222 7.78868 11.7592C7.71667 11.7962 7.6353 11.8109 7.55489 11.8017C7.47447 11.7924 7.39862 11.7594 7.33693 11.707C7.27524 11.6546 7.23048 11.5851 7.20833 11.5072L6.57752 9.29648C6.56278 9.24478 6.53799 9.19649 6.50458 9.15437C6.47117 9.11225 6.42978 9.07713 6.38279 9.05102L3.95197 7.70102C3.88122 7.66165 3.82374 7.60216 3.78682 7.53009C3.7499 7.45803 3.7352 7.37663 3.74457 7.2962C3.75395 7.21577 3.78698 7.13994 3.83948 7.0783C3.89199 7.01666 3.9616 6.9728 4.03952 6.95075Z' fill='white'/%3E%3Cpath d='M7.75 14.5C11.4779 14.5 14.5 11.4779 14.5 7.75C14.5 4.02208 11.4779 1 7.75 1C4.02208 1 1 4.02208 1 7.75C1 11.4779 4.02208 14.5 7.75 14.5Z' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}

.reviews-item,
.models-special-item,
.models-item {
	transition: 0.5s;
}
.swiper:has(.reviews-item, .models-special-item, .models-item) {
	margin: -0.625rem;
	padding: 0.625rem;
}
.reviews-item:hover,
.models-special-item:hover,
.models-item:hover {
	box-shadow: 0 0.313rem 0.625rem rgba(0, 0, 0, 0.2);
}

@media (max-width: 991.98px) {
	.fast-credit__card,
	.fast-installment__card,
	.reviews-item {
		--bs-card-spacer-x: 1.25rem;
		--bs-card-spacer-y: 0.75rem;
	}
}

@media (max-width: 767.98px) {
	.container,
	.container-fluid,
	.container-xxl,
	.container-xl,
	.container-lg,
	.container-md,
	.container-sm {
		--bs-gutter-x: 2.5rem !important;
	}
}

:root {
	--header-height: 3.375rem;
}
@media (min-width: 992px) {
	:root {
		--header-height: 7.25rem;
	}
}
@media (min-width: 1200px) {
	:root {
		--header-height: 7.625rem;
	}
}
@media (min-width: 1400px) {
	:root {
		--header-height: 7.438rem;
	}
}

.header {
	z-index: 1030;
}
.header__mobile-menu {
	position: absolute;
	width: 100%;
}

.header-desktop {
	padding: 0.9375rem 0;
}
.header-desktop__top {
	margin-bottom: 0.9375rem;
	gap: 1.25rem;
}
.header-desktop__logo {
	font-size: 1.25rem;
	font-weight: 500;
	text-decoration: none !important;
	max-width: 12.5rem;
}
.header-desktop__logo img,
.header-desktop__logo svg {
	display: block;
	/*max-width: 100%;*/
	height: auto;
}
.header-desktop__time {
	margin-right: 1.75rem;
	font-size: 0.875rem;
}
.header-desktop__address {
	margin-right: 1.875rem;
	font-size: 0.875rem;
}
.header-desktop__phone {
	margin-right: 2.8125rem;
	white-space: nowrap;
}
.header-desktop__callback .btn {
	display: flex;
	gap: 0.9375rem;
	align-items: center;
	white-space: nowrap;
}
.header-desktop__nav {
	gap: 1rem;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.header-desktop__nav .nav-link {
	background: #151515;
	--bs-nav-link-hover-color: #fff;
	border: 1px solid transparent;
	display: flex;
	align-items: center;
	gap: 0.9375rem;
}
.header-desktop__nav .nav-link:hover,
.header-desktop__nav .nav-link[aria-expanded="true"] {
	border-color: rgba(255, 255, 255, 0.1333333333);
}
.header-desktop__nav .dropdown .nav-link::after {
	content: "";
	display: block;
	width: 0.9375rem;
	height: 0.9375rem;
	background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.92744 5.16124C2.87496 5.10973 2.81323 5.06947 2.74577 5.04274C2.67831 5.01602 2.60644 5.00335 2.53427 5.00547C2.46209 5.00759 2.39103 5.02446 2.32513 5.0551C2.25923 5.08575 2.19979 5.12957 2.1502 5.18408C2.10061 5.23858 2.06184 5.3027 2.03611 5.37276C2.01037 5.44283 1.99818 5.51747 2.00022 5.59243C2.00226 5.66739 2.0185 5.7412 2.048 5.80964C2.07751 5.87808 2.11971 5.93982 2.17219 5.99132L7.11928 10.8439C7.22134 10.9442 7.35646 11 7.49691 11C7.63736 11 7.77248 10.9442 7.87454 10.8439L12.8222 5.99132C12.8758 5.94016 12.9191 5.87844 12.9496 5.80974C12.98 5.74105 12.9971 5.66675 12.9997 5.59117C13.0022 5.51558 12.9903 5.44022 12.9646 5.36945C12.9389 5.29869 12.9 5.23393 12.85 5.17894C12.8 5.12395 12.74 5.07983 12.6734 5.04913C12.6069 5.01844 12.5351 5.00178 12.4623 5.00014C12.3895 4.99849 12.3171 5.01188 12.2493 5.03954C12.1815 5.0672 12.1197 5.10856 12.0675 5.16124L7.49691 9.64392L2.92744 5.16124Z' fill='%237984A5'/%3E%3C/svg%3E%0A");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.header-desktop__nav .dropdown .nav-link[aria-expanded="true"]::after {
	transform: rotate(180deg);
}
.header-desktop__nav-group {
	display: inherit;
	gap: inherit;
}
.header-desktop__search,
.mobile-menu__search {
	margin-left: 3.75rem;
}
.header-desktop__search .btn,
.mobile-menu__search .btn {
	color: #fff;
	border-width: 0;
	background-image: url("../img/search-start.png"), url("../img/search-end.png"), url("../img/search-center.png");
	background-repeat: no-repeat;
	background-size:
		auto 100%,
		auto 100%,
		calc(100% - 1.8em) 100%;
	background-position:
		0%,
		100%,
		0.9em center;
	position: relative;
	padding-left: 1em;
	padding-right: 5em;
	border-radius: 0;
	font-size: 0.875rem;
	white-space: nowrap;
}

.header-mobile {
	position: relative;
	z-index: 1041;
}
.header-mobile__inner {
	display: grid;
	align-items: center;
	grid-template-columns: 1fr auto 1fr;
	height: var(--header-height);
}
.header-mobile__call-btn svg {
	display: block;
	width: 1.625rem;
	height: 1.625rem;
}
.header-mobile__logo img {
	max-width: 9rem;
}
.header-mobile__center {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.header-mobile__phone {
	font-size: 0.875rem;
}
.header-mobile__menu-toggle {
	justify-self: end;
}
.header-mobile__toggle {
	width: 40px;
	height: 40px;
	padding: 4px 0;
	display: flex;
	flex-direction: column;
	align-items: end;
	gap: 4px;
}
.header-mobile__toggle-burger {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 8px;
	align-items: end;
}
.header-mobile__toggle-burger > * {
	width: 1.5rem;
	height: 1px;
	margin: -1px 0;
	border-radius: 0.125rem;
	background: currentColor;
	opacity: 0.75;
}
.header-mobile__toggle-burger > *:nth-child(2) {
	width: 1.25rem;
}
.header-mobile__toggle-text {
	font-size: 12px;
}

.mobile-menu {
	height: calc(100vh - var(--header-height));
	height: calc(100dvh - var(--header-height));
	margin-top: var(--header-height);
	overflow: auto;
	display: grid;
}
.mobile-menu__inner {
	min-height: 100%;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	padding: 1rem 0 1.5rem;
}
.mobile-menu__search {
	margin-left: 0;
}
.mobile-menu__search .btn {
	width: 100%;
	font-size: 1rem;
	height: 3.125rem;
}
.mobile-menu__nav {
	display: flex;
	flex-direction: column;
	font-size: 1.125rem;
}
.mobile-menu__nav,
.mobile-menu__nav .list-group {
	--bs-list-group-bg: transparent;
	--bs-list-group-action-hover-bg: transparent;
	--bs-list-group-action-active-bg: transparent;
	--bs-list-group-action-hover-color: unset;
}
.mobile-menu__nav [data-bs-toggle="collapse"] {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mobile-menu__nav [data-bs-toggle="collapse"]::after {
	content: "";
	width: 0.875rem;
	height: 0.875rem;
	opacity: 0.5;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.70283 0.66124C1.65036 0.609735 1.58862 0.569469 1.52116 0.542742C1.4537 0.516016 1.38183 0.503351 1.30966 0.505471C1.23748 0.507592 1.16642 0.524456 1.10052 0.555101C1.03462 0.585746 0.97518 0.629572 0.925589 0.684076C0.875999 0.73858 0.83723 0.802695 0.811496 0.872761C0.785763 0.942826 0.773569 1.01747 0.77561 1.09243C0.777652 1.16739 0.79389 1.2412 0.823396 1.30964C0.852902 1.37808 0.895098 1.43982 0.947577 1.49132L5.89467 6.34395C5.99673 6.44416 6.13185 6.5 6.2723 6.5C6.41275 6.5 6.54787 6.44416 6.64993 6.34395L11.5976 1.49132C11.6512 1.44016 11.6945 1.37844 11.725 1.30974C11.7554 1.24105 11.7725 1.16675 11.775 1.09117C11.7776 1.01558 11.7657 0.94022 11.74 0.869453C11.7143 0.798687 11.6754 0.733928 11.6254 0.678939C11.5754 0.62395 11.5154 0.579826 11.4488 0.549131C11.3822 0.518436 11.3105 0.501782 11.2377 0.500135C11.1649 0.498489 11.0925 0.511882 11.0247 0.539539C10.9569 0.567195 10.8951 0.608563 10.8429 0.66124L6.2723 5.14392L1.70283 0.66124Z' fill='%237984A5'/%3E%3C/svg%3E%0A");
	mask-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.70283 0.66124C1.65036 0.609735 1.58862 0.569469 1.52116 0.542742C1.4537 0.516016 1.38183 0.503351 1.30966 0.505471C1.23748 0.507592 1.16642 0.524456 1.10052 0.555101C1.03462 0.585746 0.97518 0.629572 0.925589 0.684076C0.875999 0.73858 0.83723 0.802695 0.811496 0.872761C0.785763 0.942826 0.773569 1.01747 0.77561 1.09243C0.777652 1.16739 0.79389 1.2412 0.823396 1.30964C0.852902 1.37808 0.895098 1.43982 0.947577 1.49132L5.89467 6.34395C5.99673 6.44416 6.13185 6.5 6.2723 6.5C6.41275 6.5 6.54787 6.44416 6.64993 6.34395L11.5976 1.49132C11.6512 1.44016 11.6945 1.37844 11.725 1.30974C11.7554 1.24105 11.7725 1.16675 11.775 1.09117C11.7776 1.01558 11.7657 0.94022 11.74 0.869453C11.7143 0.798687 11.6754 0.733928 11.6254 0.678939C11.5754 0.62395 11.5154 0.579826 11.4488 0.549131C11.3822 0.518436 11.3105 0.501782 11.2377 0.500135C11.1649 0.498489 11.0925 0.511882 11.0247 0.539539C10.9569 0.567195 10.8951 0.608563 10.8429 0.66124L6.2723 5.14392L1.70283 0.66124Z' fill='%237984A5'/%3E%3C/svg%3E%0A");
}
.mobile-menu__nav [data-bs-toggle="collapse"]:not(.collapsed)::after {
	transform: rotate(180deg);
}
.mobile-menu__contacts {
	margin-top: auto;
	font-size: 0.875rem;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}
.mobile-menu__phone {
	font-size: 1.25rem;
	font-weight: 700;
}
.mobile-menu__callback {
	margin-top: 1rem;
}
.mobile-menu__callback .btn {
	width: 100%;
}

.footer {
	font-size: 0.875rem;
	padding: 3.75rem 0;
}
.footer__inner {
	display: grid;
	gap: 1.875rem;
}
.footer__nav {
	display: grid;
	grid-gap: 1.5rem;
}
.footer__nav-group-title {
	margin-bottom: 0.75rem;
}
.footer__nav-group-list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(max(6rem, 16.6666666667%), 1fr));
	row-gap: 0.938rem;
}
.footer__nav-group-list.collapsed > *:nth-child(n + 13):not([data-more-btn]) {
	display: none;
}
.footer__nav-group-more .btn {
	font-size: 0.875rem;
}
.footer__info .h5 {
	margin-bottom: 1rem;
}
.footer__info p {
	line-height: 1.5;
}
.footer__main {
	display: grid;
	grid-gap: 1.875rem;
	margin-top: 0.313rem;
}
.footer__main-nav {
	gap: 0.9375rem 1.25rem;
}
.footer__bottom {
	display: grid;
	grid-gap: 1.875rem;
}
.footer__doc-links {
	display: flex;
	flex-direction: column;
	grid-gap: 0.75rem 1.875rem;
}
.footer__address {
	display: flex;
	gap: 0.75rem;
	align-items: center;
	font-size: 0.75rem;
}
.footer__address::before {
	width: 1.5em;
	height: 1.5em;
}
@media (max-width: 991.98px) {
	.footer {
		padding: 2.5rem 0;
	}
	.footer__main {
		order: -1;
		font-size: 1rem;
	}
	.footer__copy {
		order: 2;
	}
	.footer__doc-links {
		order: 2;
	}
}
@media (min-width: 768px) {
	.footer__doc-links {
		flex-direction: row;
	}
}
@media (min-width: 992px) {
	.footer__inner {
		max-width: 112.5rem;
	}
	.footer__nav {
		grid-template-columns: repeat(2, 1fr);
	}
	.footer__nav-group-list {
		grid-template-columns: repeat(auto-fill, minmax(max(6rem, 50%), 1fr));
	}
}
@media (min-width: 992px) {
	.footer__main-nav {
		gap: 0.9375rem 2.188rem;
	}
}
@media (min-width: 992px) {
	.footer .container {
		max-width: min(92%, 84.625rem);
	}
	.footer__nav {
		grid-template-columns: repeat(2, 7fr) 2fr;
	}
	.footer__nav-group {
		max-width: 20rem;
	}
	.footer__main {
		grid-template-columns: 1fr auto;
		align-items: baseline;
	}
	.footer__copy {
		margin-top: -1.25rem;
	}
	.footer__copy + * {
		margin-top: -0.625rem;
	}
	.footer__contacts {
		text-align: end;
	}
	.footer__bottom {
		grid-template-columns: 1fr auto;
		align-items: baseline;
	}
	.footer__doc-links {
		grid-gap: 0.75rem 3.75rem;
	}
}

.tabs {
	padding: 0.625rem 0.9375rem;
	gap: 0.625rem;
}
.tabs .nav-link {
	background: #373737;
	--bs-nav-link-hover-color: #fff;
	border: 1px solid transparent;
	display: flex;
	align-items: center;
	gap: 0.9375rem;
	flex-grow: 1;
	text-align: center;
	justify-content: center;
}
.tabs .nav-link:hover,
.tabs .nav-link[aria-expanded="true"] {
	border-color: rgba(255, 255, 255, 0.1333333333);
}
@media (max-width: 767.98px) {
	.tabs {
		padding: 0.375rem;
		font-size: 0.25rem;
		gap: 0.375rem;
	}
	.tabs .nav-link {
		flex: 1;
		font-size: 0.8rem;
		padding: 0.4rem 0.5rem;
		border-radius: 0.5rem;
	}
	.tabs .nav-link img {
		display: none;
	}
}

.tabs-card__tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.375rem min(4vw, 3.75rem);
}
.tabs-card__tab-link.active {
	text-decoration: underline;
}
.tabs-card .complectations {
	max-width: 73.75rem;
}
@media (max-width: 767.98px) {
	.tabs-card__tab-link {
		font-size: 1.125rem;
	}
}
@media (min-width: 992px) {
	.tabs-card__card {
		padding: 2rem 2.75rem;
		border-radius: 1.5rem;
	}
}

.comp {
	-moz-columns: 3;
	columns: 3;
	-moz-column-width: 20rem;
	column-width: 20rem;
	-moz-column-gap: min(4vw, 3.75rem);
	column-gap: min(4vw, 3.75rem);
}
.comp__group {
	margin-bottom: 1.5rem;
}
.comp__group .h6 {
	-moz-column-break-after: avoid;
	break-after: avoid;
	margin-bottom: 1.5rem;
}
.comp__group ul {
	font-family:
		"Cignika",
		system-ui,
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		Roboto,
		Oxygen,
		Ubuntu,
		Cantarell,
		"Open Sans",
		"Helvetica Neue",
		sans-serif;
	font-weight: 300;
	font-size: 0.875rem;
	line-height: 1.2;
}
.comp__group ul > li {
	-moz-column-break-inside: avoid;
	break-inside: avoid;
}
.comp__group ul > li:nth-child(-n + 3) {
	-moz-column-break-before: avoid;
	break-before: avoid;
}
.comp__group ul > li:nth-last-child(-n + 2) {
	-moz-column-break-before: avoid;
	break-before: avoid;
}

.index-banner {
	margin: 1.5rem 0;
}
.index-banner + .section {
	margin-top: 1.5rem;
}
.index-banner .card {
	background-size: cover;
	background-position: center;
	height: 11.25rem;
	box-shadow: -1px 0.625rem 1.875rem rgba(0, 0, 0, 0.12);
}
.index-banner .card-body {
	justify-content: end;
}
@media (min-width: 992px) {
	.index-banner .card {
		height: 21.25rem;
	}
	.index-banner .card-body {
		padding: 2rem 3.125rem;
	}
}

.index-banner-slider {
	margin: 1.5rem 0;
}
.index-banner-slider + .section {
	margin-top: 1.5rem;
}
.index-banner-slider .swiper {
	--swiper-gap: 0px;
	--swiper-pagination-bullet-inactive-color: #fff;
	--swiper-pagination-color: #fff;
}
.index-banner-slider .swiper-slide {
	background-size: cover;
	background-position: 70% center;
}
.index-banner-slider .card-text.lead {
	font-size: 1rem;
}
.index-banner-slider__inner {
	width: 100%;
	min-height: 14rem;
	aspect-ratio: 152/34;
	display: flex;
	flex-direction: column;
	justify-content: end;
}
.index-banner-slider__content {
	padding: 1.25rem 1.25rem 2rem;
}
@media (min-width: 992px) {
	.index-banner-slider .swiper-slide {
		background-position: 70% center;
	}
	.index-banner-slider .card-title {
		font-size: 2.25rem;
	}
	.index-banner-slider .card-text.lead {
		font-size: 1.375rem;
	}
	.index-banner-slider__inner {
		flex-direction: row;
		justify-content: unset;
	}
	.index-banner-slider__content {
		width: 52%;
		border-top: unset;
		-webkit-backdrop-filter: blur(1rem);
		backdrop-filter: blur(1rem);
		border-right: 1px solid #fff;
		display: grid;
		place-content: center;
		padding: 2rem;
		padding-left: 7rem;
	}
}

.section:has(.index-filter) {
	margin-bottom: 1.5rem;
}
.section:has(.index-filter) + .section {
	margin-top: 1.5rem;
}
.index-filter__inner {
	display: grid;
	grid-gap: 1.125rem;
}
.index-filter__top {
	display: grid;
	grid-gap: 0.9375rem;
}
@media (min-width: 992px) {
	.index-filter__top {
		grid-template-columns: auto 1fr;
	}
	.index-filter__tabs {
		width: 15.125rem;
	}
	.index-filter__marks {
		padding: 0 1rem;
	}
}

.catalog-filter {
	margin-bottom: 2rem;
}
.catalog-filter + .models,
.catalog-filter + .models-special {
	margin-top: 2rem;
}
.catalog-filter__tabs {
	margin-bottom: 1.125rem;
}
.catalog-filter__inner {
	display: grid;
	grid-gap: 0.9375rem 1.5rem;
}
@media (min-width: 768px) {
	.catalog-filter__tabs {
		width: -moz-fit-content;
		width: fit-content;
	}
	.catalog-filter__inner {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (min-width: 992px) {
	.catalog-filter__inner {
		grid-template-columns: repeat(2, 1.2fr) repeat(3, 1fr);
	}
}

.collections {
	min-width: 0;
	width: 100%;
}
.collections .swiper {
	--swiper-slides: 6;
	--swiper-gap: 0.625rem;
}
.collections .swiper-slide {
	min-width: 8.5rem;
}
.collections__inner {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 0.625rem;
}
.collections__inner > * {
	min-width: 8.5rem;
}
.collections__item {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 0;
	overflow: hidden;
	--bs-btn-border-width: 0;
	white-space: nowrap;
	border-radius: 0.5rem;
}
.collections__item::after {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 0;
	background-image: var(--bg);
	background-size: cover;
	background-position: center;
	transition: 0.5s;
	transition-property: transform, opacity;
	transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); /* easeOutSine */
}
.collections__item:hover::after {
	transform: scale(1.1);
	opacity: 0.8;
}
@media (max-width: 991.98px) {
	.collections {
		display: none;
	}
}
@media (min-width: 992px) {
	.collections__item {
		height: 3.75rem;
		border-radius: 0.75rem;
	}
}
@media (min-width: 1400px) {
	.collections .swiper {
		--swiper-gap: 1.25rem;
	}
}

.marks {
	font-size: 0.813rem;
}
.marks__list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(34%, 10rem), 1fr));
	grid-gap: 1rem 1rem;
}
/* .marks__list.collapsed > *:nth-child(n + 25):not([data-more-btn]) {
	display: none;
} */
@media (min-width: 992px) and (max-width: 1199.98px) {
	.marks__list.collapsed > *:nth-child(n + 29):not([data-more-btn]) {
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.marks__list.collapsed > *:nth-child(n + 13):not([data-more-btn]) {
		display: none;
	}
}
@media (max-width: 767.98px) {
    .marks__list {
        grid-gap: 6px;
    }
	.marks__list.collapsed > *:nth-child(n + 13):not([data-more-btn]) {
		display: none;
	}
}

.marks__item .btn {
    --bs-btn-border-radius: 5px;
}

/* .marks__more {
	display: flex;
	gap: 0.375rem;
	align-items: center;
	font-size: inherit;
}
.marks__more::after {
	flex-shrink: 0;
	content: "";
	display: block;
	width: 1em;
	height: 1em;
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3536 7.35355C13.5488 7.15829 13.5488 6.84171 13.3536 6.64645L10.1716 3.46447C9.97631 3.2692 9.65973 3.2692 9.46447 3.46447C9.2692 3.65973 9.2692 3.97631 9.46447 4.17157L12.2929 7L9.46447 9.82843C9.2692 10.0237 9.2692 10.3403 9.46447 10.5355C9.65973 10.7308 9.97631 10.7308 10.1716 10.5355L13.3536 7.35355ZM0 7V7.5H13V7V6.5H0V7Z' fill='black'/%3E%3C/svg%3E%0A");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
} */
@media (max-width: 767.98px) {
	.marks__list {
		font-size: 12px;
	}
	/* .marks__more {
		gap: 0.25rem;
	} */
}

.models > .container > .swiper,
.models-special > .container > .swiper {
	width: auto;
	--swiper-slides: 5;
	--swiper-gap: 1.25rem;
	padding-bottom: 2rem;
}
.models > .container > .swiper > .swiper-wrapper > .swiper-slide,
.models-special > .container > .swiper > .swiper-wrapper > .swiper-slide {
	min-width: min(75%, 16.5rem);
}
.models__inner,
.models-special__inner {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(16.5rem, 1fr));
	grid-gap: 1.25rem 1.5rem;
}
@media (max-width: 767.98px) {
	.models,
	.models-special {
		overflow: hidden;
	}
	.models > .container > .swiper,
	.models-special > .container > .swiper {
		--swiper-slides: 1.75;
		--swiper-gap: 0.25rem;
		overflow: visible;
	}
	.models > .container > .swiper > .swiper-wrapper > .swiper-slide,
	.models-special > .container > .swiper > .swiper-wrapper > .swiper-slide {
		min-width: unset;
	}
	.models__inner,
	.models-special__inner {
		grid-template-columns: repeat(2, 1fr) !important;
		grid-gap: 0.75rem 0.25rem;
	}
}

.models-special > .container > .swiper {
	--swiper-slides: 4;
}
.models-special__inner {
	grid-template-columns: repeat(auto-fill, minmax(18.5rem, 1fr));
}
@media (max-width: 767.98px) {
	.models-special > .container > .swiper {
		--swiper-slides: 1.75;
	}
}

.models-item {
	display: flex;
	flex-direction: column;
	padding-top: 0.75rem;
}
.models-item__tags,
.main-model-new__tags,
.models-special-item__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem;
	font-size: 0.75rem;
	font-weight: 600;
}
.models-item__place,
.main-model-new__place,
.models-special-item__place {
	display: flex;
	align-items: center;
	gap: 0.125rem;
}
.models-item__place::before,
.main-model-new__place::before,
.models-special-item__place::before {
	width: 0.875rem;
	height: 0.875rem;
}
.models-item__avail,
.main-model-new__avail,
.models-special-item__avail {
	color: #89d61c;
}
.models-item__image {
	display: flex;
	justify-content: center;
}
.models-item__image img {
	width: 100%;
	max-width: 20.9375rem;
	margin-left: auto;
	margin-right: auto;
	aspect-ratio: 16/9;
	-o-object-fit: contain;
	object-fit: contain;
}
.models-item__name,
.models-special-item__name {
	font-family:
		"Cignika",
		system-ui,
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		Roboto,
		Oxygen,
		Ubuntu,
		Cantarell,
		"Open Sans",
		"Helvetica Neue",
		sans-serif;
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 0.313rem;
	white-space: nowrap;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
}
.models-item__props {
	margin-bottom: 0.5rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 0.313rem;
}
.models-item__props-item {
	font-size: 0.875rem;
	font-weight: 600;
	background: #fff;
	padding: 0 0.5rem;
	color: rgba(0, 0, 0, 0.65);
}
.models-item__prices {
	margin-top: auto;
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 0.625rem 0.875rem;
}
.models-item__price--current {
	font-weight: 600;
}
.models-item__price--benefit {
	font-weight: 500;
	font-size: 0.75rem;
	padding: 0.25rem 0.625rem;
	border-radius: 0.375rem;
	line-height: 1.4;
}
.models-item__price--credit {
	font-size: 0.875rem;
	font-weight: 600;
	color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 767.98px) {
	.models-item {
		padding: 0.375rem 0.5rem;
		border-radius: 0.25rem;
	}
	.models-item__tags,
	.main-model-new__tags,
	.models-special-item__tags {
		font-size: 0.625rem;
	}
	.models-item__name,
	.models-special-item__name {
		font-size: 12px;
		margin-bottom: 0;
	}
	.models-item__props {
		gap: 0.125rem;
	}
	.models-item__props-item {
		font-size: 0.5rem;
		padding: 0.25rem 0.375rem;
		border-radius: 0.25rem;
	}
	.models-item__prices {
		gap: 0.125rem 0.375rem;
	}
	.models-item__price--current {
		font-size: 12px;
	}
	.models-item__price--benefit {
		order: -1;
		font-size: 0.625rem;
		padding: 0.25rem 0.625rem;
		border-radius: 0.25rem;
		padding: 0.25rem 0.375rem;
	}
	.models-item__price--credit {
		font-size: 10px;
	}
}

.models-benefits__item,
.models-benefits-item {
	height: 100%;
	background-size: cover;
	background-position: 70% 100%;
	border-width: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 4.375rem;
	width: 100%;
}
.models-benefits__item .h2,
.models-benefits-item .h2 {
	margin-bottom: 0.35rem;
}
@media (max-width: 767.98px) {
	.models-benefits {
		--bs-gutter-x: 0.625rem;
	}
	.models-benefits__item,
	.models-benefits-item {
		padding: 0.75rem 1rem;
		background-size: 156% auto;
		background-position: 63% 100%;
		aspect-ratio: 5/1;
	}
	.models-benefits__item .h2,
	.models-benefits-item .h2 {
		font-size: 1.25rem;
		margin-bottom: 0.5rem;
	}
	.models-benefits__item .h6,
	.models-benefits-item .h6 {
		font-size: 0.875rem;
	}
}
@media (min-width: 992px) {
	.models-benefits__item,
	.models-benefits-item {
		padding: 0.75rem 2.5rem;
	}
}

.models-special-item {
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.models-special-item > .card-body {
	display: flex;
	flex-direction: column;
}
.models-special-item__gallery {
	position: relative;
}
.models-special-item__gallery .swiper {
	width: 100%;
	--swiper-slides: 1;
	--swiper-gap: 0px;
	--swiper-pagination-bottom: 0.875rem;
	--swiper-pagination-bullet-width: auto;
	--swiper-pagination-bullet-height: 0.25rem;
	--swiper-pagination-bullet-border-radius: 1px;
	--swiper-pagination-bullet-horizontal-gap: 0;
	--swiper-pagination-bullet-inactive-color: #d9d9d9;
	--swiper-pagination-bullet-inactive-opacity: 1;
	--swiper-pagination-color: #000;
}
.models-special-item__gallery .swiper-slide {
	width: 100%;
}
.models-special-item__gallery .swiper-pagination {
	display: flex;
	justify-content: center;
	gap: 0.313rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
.models-special-item__gallery .swiper-pagination-bullet {
	flex: 1;
}
.models-special-item__gallery img {
	width: 100%;
	aspect-ratio: 4/3;
	-o-object-fit: cover;
	object-fit: cover;
}
@media (hover: hover) {
	.models-special-item__gallery .swiper-wrapper {
		pointer-events: none;
	}
}
.models-special-item__tags {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	margin: 0.9375rem;
}
.models-special-item__tags > * {
	padding: 0.125rem 0.313rem;
	border-radius: 0.375rem;
	background: #fff;
}
.models-special-item__avail {
	display: flex;
	align-items: center;
}
.models-special-item__avail::before {
	content: "";
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg width='6' height='7' viewBox='0 0 6 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='3' cy='3.5' r='3' fill='%2300A10B' fill-opacity='0.12'/%3E%3Ccircle cx='3' cy='3.5' r='2' fill='%2300A10B'/%3E%3C/svg%3E%0A");
	width: 0.375rem;
	height: 0.375rem;
	margin-right: 0.125rem;
}
.models-special-item__props {
	font-family:
		"Cignika",
		system-ui,
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		Roboto,
		Oxygen,
		Ubuntu,
		Cantarell,
		"Open Sans",
		"Helvetica Neue",
		sans-serif;
	color: var(--bs-secondary-color);
	font-size: 0.75rem;
}
.models-special-item__props-item:not(:last-child)::after {
	content: "•";
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.models-special-item__prices-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 0.625rem;
	padding-top: 0.375rem;
	border-top: 1px solid #e2e2e2;
}
.models-special-item__prices {
	margin-top: auto;
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: baseline;
	grid-gap: 0.125rem 0.75rem;
}
.models-special-item__price--current {
	font-size: 1.5rem;
	font-weight: 400;
	font-family:
		"Cignika",
		system-ui,
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		Roboto,
		Oxygen,
		Ubuntu,
		Cantarell,
		"Open Sans",
		"Helvetica Neue",
		sans-serif;
}
.models-special-item__price--current span {
	font-size: 0.75em;
}
.models-special-item__price--old {
	font-family:
		"Cignika",
		system-ui,
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		Roboto,
		Oxygen,
		Ubuntu,
		Cantarell,
		"Open Sans",
		"Helvetica Neue",
		sans-serif;
	color: var(--bs-secondary-color);
	text-decoration: line-through;
}
.models-special-item__prices-description {
	grid-column: 1/-1;
	font-family:
		"Cignika",
		system-ui,
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		Roboto,
		Oxygen,
		Ubuntu,
		Cantarell,
		"Open Sans",
		"Helvetica Neue",
		sans-serif;
	font-size: 0.75rem;
	color: var(--bs-secondary-color);
}
.models-special-item__checked {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 1.563rem;
	border: 1px solid #e2e2e2;
	border-radius: 0.375rem;
	padding-left: 0.375rem;
	padding-right: 0.375rem;
	font-size: 0.75rem;
	display: flex;
	gap: 0.25rem;
	color: var(--bs-secondary-color);
}
.models-special-item__btn {
	margin-top: 0.625rem;
}
.models-special-item__btn .btn {
	width: 100%;
}
@media (min-width: 992px) {
	.models-special-item {
		border-radius: 1.25rem !important;
	}
}
@media (max-width: 767.98px) {
	.models-special-item {
		border-radius: 0.25rem;
	}
	.models-special-item .card-body {
		padding: 0.375rem 0.5rem;
	}
	.models-special-item__gallery .swiper {
		--swiper-pagination-bullet-height: 0.2px;
		--swiper-pagination-bottom: 0.25rem;
	}
	.models-special-item__gallery .swiper-pagination {
		gap: 0.125rem;
		padding-left: 0.375rem;
		padding-right: 0.375rem;
	}
	.models-special-item__tags {
		gap: 0.125rem;
		margin: 0.25rem;
	}
	.models-special-item__tags > * {
		padding: 0.125rem;
		border-radius: 0.375rem;
		background: #fff;
	}
	.models-special-item__props-item:not(:last-child)::after {
		margin-left: 0.3rem;
		margin-right: 0.3rem;
	}
	.models-special-item__prices-row {
		flex-direction: column;
		align-items: stretch;
		gap: 0.5rem;
	}
	.models-special-item__prices {
		width: 100%;
	}
	.models-special-item__name {
		text-align: left !important;
	}
	.models-special-item__props {
		text-align: left !important;
	}
	.models-special-item__props-item {
		font-size: 0.625rem;
		line-height: 1.2;
	}
	.models-special-item__price--current {
		font-size: 12px;
	}
	.models-special-item__price--old {
		font-size: 10px;
	}
	.models-special-item__prices-description {
		font-size: 0.5rem;
	}
	.models-special-item__btn {
		margin-top: 4px;
	}
	.models-special-item__btn .btn {
		font-size: 11px;
		border-radius: 0.375rem;
		padding: 6px 10px;
	}
}

.reviews .swiper {
	width: auto;
	--swiper-slides: 4;
}
.reviews .swiper-slide {
	height: auto;
	min-width: min(75%, 16.5rem);
}
@media (max-width: 767.98px) {
	.reviews {
		overflow: hidden;
	}
	.reviews .swiper {
		--swiper-slides: 1.25;
		--swiper-gap: 0.625rem;
		overflow: visible;
	}
	.reviews .swiper-slide {
		min-width: min(35%, 16.5rem);
	}
}
@media (min-width: 992px) {
	.reviews .swiper {
		--swiper-gap: 2.5rem;
	}
}

.reviews-item {
	height: 100%;
}
.reviews-item__head {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.5rem;
	gap: 1rem;
}
.reviews-item__logo {
	max-width: 10.625rem;
	max-height: 2.25rem;
}
.reviews-item__logo img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: left center;
	object-position: left center;
}
.reviews-item__rate-img {
	max-width: 10.9375rem;
	max-height: 3.125rem;
}
.reviews-item__rate-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: right center;
	object-position: right center;
}
.reviews-item__screenshots {
	margin-top: 1.25rem;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	height: 10rem;
	overflow: hidden;
}
.reviews-item__screenshots-item img {
	max-width: 100%;
}
@media (max-width: 767.98px) {
	.reviews-item {
		border-radius: 20px;
	}
	.reviews-item__head {
		height: 2rem;
	}
	.reviews-item__logo {
		max-width: 7.96875rem;
		max-height: 1.6875rem;
	}
	.reviews-item__rate-img {
		max-width: 8.203125rem;
		max-height: 1.875rem;
	}
	.reviews-item__screenshots {
		height: 8.125rem;
	}
}
@media (min-width: 992px) {
	.reviews-item {
		border-radius: 1.25rem;
	}
}
@media (min-width: 992px) {
	.reviews-item {
		padding: 1.125rem 1.625rem 1.25rem;
	}
}

.rating {
	display: flex;
	height: 1.875rem;
	align-items: center;
	gap: 0.25rem;
}
.rating__item {
	--count: 1;
	--offset: calc(var(--rating) * 100% - (var(--count) - 1) * 100%);
	width: 1.875rem;
	height: 1.875rem;
	--color-active: #ffcc00;
	--color-inactive: #ddd4;
	background-image: linear-gradient(to right, var(--color-active) var(--offset), var(--color-inactive) var(--offset));
}
.rating__item:nth-child(1) {
	--count: 1;
}
.rating__item:nth-child(2) {
	--count: 2;
}
.rating__item:nth-child(3) {
	--count: 3;
}
.rating__item:nth-child(4) {
	--count: 4;
}
.rating__item:nth-child(5) {
	--count: 5;
}
.rating--yandex-maps {
	gap: 0.438rem;
}
.rating--yandex-maps .rating__item {
	width: 1.5rem;
	height: 1.5rem;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5085 1.77885C11.871 0.663201 13.4493 0.663201 13.8118 1.77885L15.7867 7.85685C15.9488 8.35579 16.4137 8.69359 16.9384 8.69359H23.3291C24.5022 8.69359 24.9899 10.1947 24.0409 10.8842L18.8707 14.6406C18.4462 14.949 18.2687 15.4955 18.4308 15.9945L20.4056 22.0725C20.7681 23.1881 19.4912 24.1159 18.5422 23.4263L13.3719 19.6699C12.9475 19.3616 12.3728 19.3616 11.9484 19.6699L6.77813 23.4263C5.8291 24.1159 4.55219 23.1881 4.91469 22.0725L6.88955 15.9945C7.05166 15.4955 6.87407 14.949 6.44965 14.6406L1.27939 10.8842C0.330364 10.1947 0.8181 8.69359 1.99116 8.69359H8.38195C8.90656 8.69359 9.37151 8.35579 9.53362 7.85685L11.5085 1.77885Z' fill='%23FFCC00'/%3E%3C/svg%3E%0A");
	mask-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5085 1.77885C11.871 0.663201 13.4493 0.663201 13.8118 1.77885L15.7867 7.85685C15.9488 8.35579 16.4137 8.69359 16.9384 8.69359H23.3291C24.5022 8.69359 24.9899 10.1947 24.0409 10.8842L18.8707 14.6406C18.4462 14.949 18.2687 15.4955 18.4308 15.9945L20.4056 22.0725C20.7681 23.1881 19.4912 24.1159 18.5422 23.4263L13.3719 19.6699C12.9475 19.3616 12.3728 19.3616 11.9484 19.6699L6.77813 23.4263C5.8291 24.1159 4.55219 23.1881 4.91469 22.0725L6.88955 15.9945C7.05166 15.4955 6.87407 14.949 6.44965 14.6406L1.27939 10.8842C0.330364 10.1947 0.8181 8.69359 1.99116 8.69359H8.38195C8.90656 8.69359 9.37151 8.35579 9.53362 7.85685L11.5085 1.77885Z' fill='%23FFCC00'/%3E%3C/svg%3E%0A");
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}
.rating--2gis {
	gap: 0.5rem;
}
.rating--2gis .rating__item {
	width: 1.75rem;
	height: 1.75rem;
	--color-active: #ffb81c;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='29' height='28' viewBox='0 0 29 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4883 0.234375L17.8867 10.6936H28.8842L19.987 17.1577L23.3854 27.617L14.4883 21.1528L5.59114 27.617L8.98955 17.1577L0.0924072 10.6936H11.0899L14.4883 0.234375Z' fill='%23FFB81C'/%3E%3C/svg%3E%0A");
	mask-image: url("data:image/svg+xml,%3Csvg width='29' height='28' viewBox='0 0 29 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4883 0.234375L17.8867 10.6936H28.8842L19.987 17.1577L23.3854 27.617L14.4883 21.1528L5.59114 27.617L8.98955 17.1577L0.0924072 10.6936H11.0899L14.4883 0.234375Z' fill='%23FFB81C'/%3E%3C/svg%3E%0A");
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}
.rating--yell {
	gap: 0.5rem;
}
.rating--yell .rating__item {
	width: 1.75rem;
	height: 1.75rem;
	--color-active: #ed484a;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='29' height='28' viewBox='0 0 29 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4883 0.234375L17.8867 10.6936H28.8842L19.987 17.1577L23.3854 27.617L14.4883 21.1528L5.59114 27.617L8.98955 17.1577L0.0924072 10.6936H11.0899L14.4883 0.234375Z' fill='%23FFB81C'/%3E%3C/svg%3E%0A");
	mask-image: url("data:image/svg+xml,%3Csvg width='29' height='28' viewBox='0 0 29 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4883 0.234375L17.8867 10.6936H28.8842L19.987 17.1577L23.3854 27.617L14.4883 21.1528L5.59114 27.617L8.98955 17.1577L0.0924072 10.6936H11.0899L14.4883 0.234375Z' fill='%23FFB81C'/%3E%3C/svg%3E%0A");
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}
.rating--flamp {
	counter-reset: count;
	gap: 0;
}
.rating--flamp .rating__item {
	counter-increment: count;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	--color-active: #1cbf60;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.rating--flamp .rating__item::before {
	content: counters(count, ".");
	line-height: 1.5rem;
	font-size: 0.75rem;
}
@media (max-width: 767.98px) {
	.rating {
		height: 1.125rem;
	}
	.rating--yandex-maps {
		gap: 0.1625rem;
	}
	.rating--yandex-maps .rating__item {
		width: 1.3rem;
		height: 1.3rem;
	}
	.rating--2gis {
		gap: 0.1625rem;
	}
	.rating--2gis .rating__item {
		width: 1.3819rem;
		height: 1.3819rem;
	}
	.rating--yell {
		gap: 0.1625rem;
	}
	.rating--yell .rating__item {
		width: 1.3819rem;
		height: 1.3819rem;
	}
	.rating--flamp {
		gap: 0;
	}
	.rating--flamp .rating__item {
		width: 1.3rem;
		height: 1.3rem;
	}
	.rating--flamp .rating__item::before {
		line-height: 1rem;
		font-size: 0.625rem;
	}
}

.fast-credit,
.fast-installment {
	margin: 3.75rem 0;
	overflow: hidden;
}
.fast-credit__card,
.fast-installment__card {
	background-size: cover;
	background-position: 90% 100%;
	overflow: hidden;
}
.fast-credit__inner,
.fast-installment__inner {
	display: grid;
	align-items: center;
	grid-gap: 2.5rem 3.75rem;
}
.fast-credit__form,
.fast-installment__form {
	display: grid;
	grid-gap: 0.9375rem;
}
.fast-credit__form .h5,
.fast-installment__form .h5 {
	margin-bottom: 0;
}
.fast-credit__row,
.fast-installment__row {
	display: grid;
	grid-gap: inherit;
	-moz-column-gap: 0.9375rem;
	column-gap: 0.9375rem;
}
.fast-credit__head,
.fast-installment__head {
	margin-bottom: 1.75rem;
}
.fast-credit__head .display-5,
.fast-installment__head .display-5 {
	margin-bottom: 0;
}
.fast-credit__value,
.fast-installment__value {
	font-weight: 600;
	font-family:
		"Cignika",
		system-ui,
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		Roboto,
		Oxygen,
		Ubuntu,
		Cantarell,
		"Open Sans",
		"Helvetica Neue",
		sans-serif;
}
.fast-credit__value--summ,
.fast-installment__value--summ {
	font-size: 1.125rem;
}
.fast-credit__value--credit,
.fast-installment__value--credit {
	font-size: 0.875rem;
}
.fast-credit__value--term,
.fast-installment__value--term {
	font-size: 1.25rem;
}
.fast-credit__gallery,
.fast-installment__gallery {
	min-width: 0;
	width: 100%;
}
.fast-credit__gallery img,
.fast-installment__gallery img {
	width: 100%;
	border-radius: 0.625rem;
	-o-object-fit: cover;
	object-fit: cover;
	aspect-ratio: 9/6;
}
.fast-credit__gallery-mob,
.fast-installment__gallery-mob {
	grid-column: 1/-1;
	margin: 10px 0;
	min-width: 0;
}
.fast-credit__gallery-mob .swiper,
.fast-installment__gallery-mob .swiper {
	--swiper-slides: 2.5;
	overflow: visible;
}
.fast-credit__gallery-mob .swiper-slide,
.fast-installment__gallery-mob .swiper-slide {
	opacity: 0.5;
	transition: all 0.2s ease-in-out;
	transition-property: opacity;
	min-width: min(320px, 100%);
}
.fast-credit__gallery-mob .swiper-slide-visible,
.fast-installment__gallery-mob .swiper-slide-visible {
	opacity: 1;
}
.fast-credit__gallery-mob img,
.fast-installment__gallery-mob img {
	width: 100%;
	border-radius: 0.625rem;
	-o-object-fit: cover;
	object-fit: cover;
	aspect-ratio: 9/6;
}
@media (min-width: 768px) {
	.fast-credit__form,
	.fast-installment__form {
		grid-template-columns: repeat(2, 1fr);
	}
	.fast-credit__form > .h5,
	.fast-installment__form > .h5 {
		grid-column: 1/-1;
	}
	.fast-credit__form > .form-check,
	.fast-installment__form > .form-check {
		grid-column: 1/-1;
	}
	.fast-credit__row,
	.fast-installment__row {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (min-width: 992px) {
	.fast-credit__card,
	.fast-installment__card {
		padding: 2rem 3.75rem;
		border-radius: 1.5rem;
	}
	.fast-credit__inner,
	.fast-installment__inner {
		display: grid;
		grid-template-columns: 1.8fr 1fr;
	}
	.fast-credit__gallery img,
	.fast-installment__gallery img {
		border-radius: 1.5rem;
	}
}
@media (min-width: 1400px) {
	.fast-credit__form,
	.fast-installment__form {
		grid-gap: 1.25rem 1.875rem;
	}
}
@media (max-width: 767.98px) {
	.fast-credit,
	.fast-installment {
		margin: 1.5rem 0;
	}
	.fast-credit__head .display-5,
	.fast-installment__head .display-5 {
		font-size: 30px;
	}
	.fast-credit__head .h6,
	.fast-installment__head .h6 {
		font-size: 0.75rem;
	}
	.fast-credit__form,
	.fast-installment__form {
		gap: 12px;
	}
	.fast-credit__form .btn,
	.fast-installment__form .btn {
		order: 2;
	}
	.fast-credit__card,
	.fast-installment__card {
		overflow: visible;
	}
	.fast-credit__value--summ,
	.fast-installment__value--summ {
		font-size: 16px;
	}
	.fast-credit__value--credit,
	.fast-installment__value--credit {
		font-size: 14px;
	}
	.fast-credit__value--term,
	.fast-installment__value--term {
		font-size: 18px;
	}
}

.fast-credit__card {
	background-image: url(../img/fast-credit-bg.jpg);
}

@media (max-width: 767.98px) {
	.fast-installment {
		background: #000;
	}
}

.range-group {
	display: flex;
	flex-direction: column;
}
.range-group__head {
	margin-bottom: 0.75rem;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 0.313rem;
}
.range-group__name {
	font-size: 1.125rem;
	font-weight: 600;
	font-family:
		"Cignika",
		system-ui,
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		Roboto,
		Oxygen,
		Ubuntu,
		Cantarell,
		"Open Sans",
		"Helvetica Neue",
		sans-serif;
}
.range-group__description {
	font-size: 0.875rem;
	opacity: 0.5;
}
.range-group__value-row {
	margin-top: auto;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	flex-wrap: wrap;
}
@media (max-width: 767.98px) {
	.range-group__head {
		margin-bottom: 8px;
	}
	.range-group__name {
		font-size: 14px;
	}
	.range-group__description {
		font-size: 11px;
	}
}

.gifts .swiper {
	--swiper-slides: 4.625;
	--swiper-gap: 1.5rem;
	--swiper-navigation-sides-offset: calc(var(--swiper-navigation-size) * -1);
	overflow: visible;
}
.gifts .swiper-slide {
	height: auto;
	display: grid;
	min-width: min(75%, 16.5rem);
}
.gifts a {
	text-decoration: none;
}
.gifts__card {
	overflow: hidden;
}
@media (min-width: 992px) {
	.gifts__card {
		padding: 4.063rem 2.5rem;
		border-radius: 1.5rem;
	}
}
@media (max-width: 767.98px) {
	.gifts {
		overflow: hidden;
		background: #000;
		color: #fff;
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.gifts__card {
		border-radius: 0;
	}
	.gifts__card {
		background: unset;
		border: unset;
		padding: unset;
		overflow: unset;
	}
	.gifts .swiper {
		--swiper-slides: 1.75;
		--swiper-gap: 0.625rem;
		overflow: visible;
		--swiper-navigation-sides-offset: calc(var(--swiper-navigation-size) * -0.5);
	}
	.gifts .swiper-slide {
		min-width: 214px;
	}
}

.gifts-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	border: 0.313rem solid #8c8c8c;
	transition-duration: 1s;
	transition-property: opacity, border-color, filter, transform;
	position: relative;
	-webkit-mask-image: linear-gradient(#000, #000);
	mask-image: linear-gradient(#000, #000);
}
.gifts-item img {
	max-width: 16rem;
	background: url("../img/gifts/bg.png");
	background-size: contain;
	background-position: bottom center;
	background-repeat: no-repeat;
}
.gifts-item .h3 {
	font-size: 1.5rem;
	margin-bottom: 0.125rem;
}
.gifts-item .h6 {
	font-size: 0.875rem;
	margin-bottom: 1.25rem;
}
.gifts-item::after {
	margin-top: auto;
	content: "";
	display: block;
	width: 42%;
	height: 0.5rem;
	border-radius: 3.125rem;
	background: #ff4242;
}
.gifts-item::before {
	content: "";
	position: absolute;
	z-index: -2;
	inset: -0.313rem;
	border: 1px solid transparent;
	border-width: inherit;
	border-radius: inherit;
	background: red;
	background-image: linear-gradient(#272727, #272727), linear-gradient(#fff, #fff);
	background-clip: padding-box, border-box;
	-webkit-mask-image: radial-gradient(circle at var(--x) var(--y), #fff, #000);
	mask-image: radial-gradient(circle at var(--x) var(--y), #fff, #000);
	mask-mode: luminance;
	-webkit-mask-clip: border-box;
	mask-clip: border-box;
	filter: opacity(0);
	transition: inherit;
}
.gifts-item:hover {
	transition-duration: 0.5s;
	transform: scale(1.025);
}
.gifts-item:hover::before {
	filter: opacity(1);
}
@media (min-width: 992px) {
	.gifts-item {
		padding: 1.125rem 1rem 1.325rem;
		border-radius: 1.25rem;
	}
	.gifts-item .h6 {
		margin-bottom: 2.8125rem;
	}
}
@media (max-width: 767.98px) {
	.gifts-item img {
		max-width: 8.5rem;
		margin-bottom: 0.875rem;
	}
	.gifts-item .h3 {
		font-size: 1.25rem;
	}
	.gifts-item .h6 {
		font-size: 0.75rem;
	}
	.gifts-item::after {
		height: 0.25rem;
	}
}

.contacts-main {
	display: grid;
}
.contacts-main__card {
	display: grid;
	grid-gap: 2.5rem;
	background: #141615 !important;
}
.contacts-main__info {
	display: grid;
	grid-gap: 2.5rem;
}
.contacts-main__map {
	position: relative;
	z-index: 0;
	overflow: hidden;
	box-shadow: 0 0.25rem 0.5rem 1px rgba(0, 0, 0, 0.13);
	min-height: 350px;
}
.contacts-main__map * {
	width: 100%;
	height: 100%;
}
@media (max-width: 767.98px) {
	.contacts-main {
		margin-bottom: 0;
	}
	.contacts-main > .container {
		--bs-gutter-x: 0 !important;
	}
	.contacts-main__card {
		border-radius: 0;
	}
	.contacts-main__info {
		margin-left: 1rem;
		margin-right: 1rem;
	}
	.contacts-main__map {
		margin-left: -1.5rem;
		margin-right: -1.5rem;
	}
	.contacts-main__info {
		grid-gap: 1.25rem;
	}
}
@media (min-width: 992px) {
	.contacts-main__card {
		margin-top: 3.125rem;
		margin-bottom: 8.75rem;
		padding: 2.8125rem 3.125rem;
		border-radius: 1.5rem;
		grid-template-columns: 20fr 19fr;
		grid-gap: 5rem;
	}
	.contacts-main__info {
		gap: 3.438rem;
	}
	.contacts-main__map {
		border-radius: 1.5rem;
		margin-top: -5rem;
		margin-bottom: -8.75rem;
		margin-right: 1.875rem;
	}
}

.contacts-main-info__group {
	display: grid;
	grid-gap: 1.25rem;
}
.contacts-main-info__group-item-name {
	color: #969696;
	font-weight: 400;
	margin-bottom: 0.438rem;
}
.contacts-main-info__group-item-value {
	font-weight: 500;
	font-size: 1.5rem;
}
.contacts-main-info__group-item-value a {
	font-size: 1.35em;
}
@media (max-width: 767.98px) {
	.contacts-main-info__group {
		grid-gap: 0.9375rem;
	}
	.contacts-main-info__group-item-name {
		font-size: 0.875rem;
	}
	.contacts-main-info__group-item-value {
		font-size: 1rem;
	}
	.contacts-main-info__group-item-value a {
		font-size: 1.125em;
	}
}
@media (min-width: 992px) {
	.contacts-main-info__group-item-name {
		font-size: 1.25rem;
		margin-bottom: 0.5rem;
	}
}

.contacts-main-form__title {
	margin: 0;
}
.contacts-main-form__description {
	margin-bottom: 1rem;
}
.contacts-main-form__form {
	display: grid;
	grid-gap: 0.9375rem;
}
@media (min-width: 768px) {
	.contacts-main-form__form {
		grid-template-columns: auto auto 1fr;
	}
	.contacts-main-form__form .form-check {
		grid-column: 1/-1;
	}
}
@media (min-width: 992px) {
	.contacts-main-form__title {
		font-size: 2rem;
	}
	.contacts-main-form__description {
		font-size: 1.25rem;
	}
}

.credit-terms__card {
	display: block;
}
.credit-terms__inner {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(max(15rem, 20%), 1fr));
	-moz-column-gap: 2.5rem;
	column-gap: 2.5rem;
	row-gap: 1.5rem;
}
@media (max-width: 767.98px) {
	.credit-terms__inner.collapsed > *:nth-child(n + 5):not([data-more-btn]) {
		display: none;
	}
}
.credit-terms__item {
	-moz-column-break-inside: avoid;
	break-inside: avoid;
	display: flex;
	align-items: baseline;
	gap: 0.25rem;
	font-size: 0.9375rem;
}
.credit-terms__item::after {
	flex-grow: 1;
	content: "";
	display: block;
	border-bottom: 1px dashed #d2d2d2;
	margin-bottom: 0.2em;
}
.credit-terms__item-name {
	color: #9a9a9a;
}
.credit-terms__item-value {
	order: 2;
	font-weight: 700;
}
.credit-terms__more {
	display: inline-block;
	font-size: inherit;
}
@media (min-width: 992px) {
	.credit-terms__card {
		padding: 2rem 3.125rem;
		border-radius: 1.5rem;
	}
}
@media (min-width: 1400px) {
	.credit-terms__inner {
		-moz-column-gap: 4rem;
		column-gap: 4rem;
	}
	.credit-terms .row {
		--bs-gutter-x: 3.125rem;
	}
	.credit-terms .row .col-lg-4 {
		width: 28%;
	}
	.credit-terms .row .col-lg-8 {
		width: 72%;
	}
}

.buyback-terms__card {
	width: -moz-fit-content;
	width: fit-content;
	padding: 2rem;
}
.buyback-terms__inner {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem clamp(1.25rem, 8vw, 6.25rem);
}
.buyback-terms__item {
	font-weight: 600;
}
@media (min-width: 992px) {
	.buyback-terms__card {
		padding: 2rem 2.6rem;
	}
}
@media (max-width: 767.98px) {
	.buyback-terms__item {
		font-size: 0.75rem;
	}
}

.docs .swiper {
	--swiper-slides: 8;
	--swiper-gap: 1.25rem;
}
.docs .swiper-slide {
	min-width: min(26%, 9rem);
}
.docs__inner {
	display: grid;
	grid-gap: 1rem 1.25rem;
}
.docs__item {
	display: flex;
	align-items: center;
	gap: 1.5rem;
}
.docs__item-ico img {
	display: block;
	width: 2.375rem;
	height: auto;
	max-width: 100%;
	height: auto;
}
.docs__item-title {
	font-size: 0.75rem;
}
@media (max-width: 767.98px) {
	.docs__inner {
		width: 100%;
		max-width: 18rem;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 768px) {
	.docs__inner {
		grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
	}
	.docs__item {
		flex-direction: column;
		text-align: center;
		gap: 1rem;
	}
	.docs__item-ico img {
		width: 6.5rem;
	}
	.docs__item-title {
		font-size: 1rem;
	}
}

.tabs-section__tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.2em 7%;
	margin-bottom: 2rem !important;
}
.tabs-section__tab-link {
	text-decoration: none !important;
	padding-bottom: 0.4em;
	border-bottom: 0.125rem solid transparent;
	font-weight: 300;
}
.tabs-section__tab-link.active {
	border-color: currentColor !important;
	font-weight: 600;
}
@media (min-width: 1400px) {
	.tabs-section .container {
		width: 88rem;
	}
}
@media (max-width: 767.98px) {
	.tabs-section__tabs {
		justify-content: space-between;
	}
	.tabs-section__tab-link {
		font-size: 1rem;
	}
}

.complectations__group-labels {
	display: grid;
	grid-template-columns: 2fr 11fr;
	margin-bottom: 1.25rem;
}
.complectations__group-labels .small {
	font-size: 0.75rem;
}
@media (max-width: 991.98px) {
	.complectations__group-labels {
		display: none;
	}
}
@media (max-width: 767.98px) {
	.complectations__compare {
		justify-content: center;
	}
	.complectations__compare .btn {
		font-size: 0.875rem;
		--bs-btn-padding-x: 1rem;
		--bs-btn-padding-y: 0.7rem;
	}
}

.complectation-item {
	padding: 1rem;
	border-radius: 0.5rem;
}
.complectation-item__inner {
	display: grid;
	align-items: baseline;
	grid-gap: 0.75rem 1.25rem;
}
.complectation-item__inner > * {
	min-width: 0;
}
.complectation-item__head {
	display: flex;
	align-items: center;
	gap: 1rem;
}
.complectation-item__check .form-check-input {
	width: 1.563rem;
	height: 1.563rem;
	margin-top: unset;
}
.complectation-item__check .form-check-input:checked {
	background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='23' height='23' fill='%23FF4242'/%3E%3Cpath d='M18 6.93701C18 7.18224 17.9094 7.41714 17.7538 7.65203L11.4826 16.5717C11.3984 16.6913 11.2873 16.7914 11.1575 16.8648C11.0276 16.9382 10.8822 16.9831 10.7318 16.9961C10.5815 17.009 10.43 16.9899 10.2884 16.9399C10.1468 16.8899 10.0187 16.8104 9.91343 16.7072L6.27055 13.127C6.10412 12.9502 6.00833 12.723 6 12.4855C6 11.9796 6.42611 11.4866 6.99425 11.4866C7.35543 11.4866 7.64085 11.7447 7.88705 11.9796L10.5925 14.5196L16.0981 6.55498C16.3186 6.23361 16.604 6 17.0044 6C17.559 6 18 6.41946 18 6.93701Z' fill='white'/%3E%3C/svg%3E%0A");
}
.complectation-item__name {
	font-family:
		"Cignika",
		system-ui,
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		Roboto,
		Oxygen,
		Ubuntu,
		Cantarell,
		"Open Sans",
		"Helvetica Neue",
		sans-serif;
	font-weight: 600;
	font-size: 0.875rem;
	min-width: 0;
}
.complectation-item__name a span {
	white-space: nowrap;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
}
.complectation-item__prices {
	display: flex;
}
.complectation-item__prices > * {
	flex: 1;
}
.complectation-item__price {
	font-family:
		"Cignika",
		system-ui,
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		Roboto,
		Oxygen,
		Ubuntu,
		Cantarell,
		"Open Sans",
		"Helvetica Neue",
		sans-serif;
	font-weight: 700;
	font-size: 0.875rem;
}
.complectation-item__price--current {
	font-size: 1rem;
}
.complectation-item__price--credit {
	color: #ff4242;
}
.complectation-item__discount {
	font-family:
		"Cignika",
		system-ui,
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		Roboto,
		Oxygen,
		Ubuntu,
		Cantarell,
		"Open Sans",
		"Helvetica Neue",
		sans-serif;
	font-weight: 400;
	text-decoration: underline;
	font-size: 1rem;
}
.complectation-item__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1.125rem;
}
.complectation-item__actions > * {
	flex: 1;
}
.complectation-item__actions .btn {
	border-radius: 0.313rem;
}
.complectation-item .js-accordion-toggle {
	display: flex;
	gap: 0.625rem;
	align-items: center;
}
.complectation-item .js-accordion-toggle::after {
	width: 0.875rem;
	height: 0.875rem;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.14551 10.9932C6.89941 10.9932 6.68066 10.9111 6.5166 10.7471L1.2666 5.49707C0.911133 5.16895 0.911133 4.59473 1.2666 4.2666C1.59473 3.91113 2.16895 3.91113 2.49707 4.2666L7.14551 8.8877L11.7666 4.2666C12.0947 3.91113 12.6689 3.91113 12.9971 4.2666C13.3525 4.59473 13.3525 5.16895 12.9971 5.49707L7.74707 10.7471C7.58301 10.9111 7.36426 10.9932 7.14551 10.9932Z' fill='%23353535'/%3E%3C/svg%3E%0A");
	mask-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.14551 10.9932C6.89941 10.9932 6.68066 10.9111 6.5166 10.7471L1.2666 5.49707C0.911133 5.16895 0.911133 4.59473 1.2666 4.2666C1.59473 3.91113 2.16895 3.91113 2.49707 4.2666L7.14551 8.8877L11.7666 4.2666C12.0947 3.91113 12.6689 3.91113 12.9971 4.2666C13.3525 4.59473 13.3525 5.16895 12.9971 5.49707L7.74707 10.7471C7.58301 10.9111 7.36426 10.9932 7.14551 10.9932Z' fill='%23353535'/%3E%3C/svg%3E%0A");
}
.complectation-item .js-accordion-toggle.active::after {
	transform: rotate(180deg);
}
@media (max-width: 991.98px) {
	.complectation-item__discount {
		order: 2;
	}
}
@media (min-width: 992px) {
	.complectation-item {
		padding: 0.625rem 1.875rem 0.625rem 1.25rem;
	}
	.complectation-item__inner {
		grid-template-columns: 43fr minmax(16rem, 100fr) minmax(16rem, 92fr) minmax(13rem, 83fr);
	}
	.complectation-item__inner > * {
		min-width: 0;
	}
	.complectation-item .complectation-discount__checks {
		margin-left: 1rem;
		margin-right: 1rem;
	}
}
@media (max-width: 767.98px) {
	.complectation-item__actions .btn {
		font-size: 12px;
	}
}

.complectation-discount__checks {
	display: grid;
	gap: 1rem 1.75rem;
}
.complectation-discount__checks-item {
	display: flex;
	align-items: baseline;
	gap: 0.5rem;
	font-family:
		"Cignika",
		system-ui,
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		Roboto,
		Oxygen,
		Ubuntu,
		Cantarell,
		"Open Sans",
		"Helvetica Neue",
		sans-serif;
	font-size: 0.875rem;
}
.complectation-discount__checks-price {
	white-space: nowrap;
	margin-left: auto;
	font-size: 0.875rem;
}
@media (max-width: 1399.98px) {
	.complectation-discount__checks-item {
		gap: 0.5rem;
	}
	.complectation-discount__checks-item .form-check-label {
		flex-grow: 1;
	}
	.complectation-discount__checks-price {
		flex: 0 0 9.5em;
		text-align: right;
	}
}
@media (max-width: 767.98px) {
	.complectation-discount__checks-item {
		font-size: 0.75rem;
	}
	.complectation-discount__checks-price {
		font-size: 0.875rem;
		flex: 0 0 6em;
	}
}
@media (max-width: 767.98px) {
	.complectation-discount__total {
		font-size: 14px;
	}
}

.gallery__inner {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 0;
	overflow: hidden;
	border-radius: 0.75rem;
}
.gallery__item {
	flex: 1 1 50%;
}
.gallery__item img {
	width: 100%;
	aspect-ratio: 16/9;
	-o-object-fit: cover;
	object-fit: cover;
}
@media (max-width: 767.98px) {
	.gallery__inner {
		border-radius: unset;
		overflow: unset;
		gap: 1px;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	.gallery__item:first-child {
		grid-column: 1/-1;
	}
	.gallery img {
		border-radius: 0;
	}
}
@media (min-width: 992px) {
	.gallery__item {
		flex: 1 1 33.3333333333%;
	}
	.gallery__item:nth-child(1),
	.gallery__item:nth-child(2) {
		flex: 1 1 50%;
	}
}

.main-model-new {
	margin-bottom: 2.375rem;
}
.main-model-new + .tabs-section {
	margin-top: 2.375rem;
}
.main-model-new__card {
	background: url(../img/main-model-new-bg.jpg);
	background-size: cover;
	background-position: center;
}
.main-model-new__inner {
	display: grid;
	grid-gap: 0.9375rem;
}
.main-model-new__name {
	margin-bottom: 0;
}
.main-model-new__car img {
	display: block;
	width: 100%;
	max-width: 32.813rem;
	margin-left: auto;
	margin-right: auto;
	aspect-ratio: 16/9;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
}
.main-model-new__benefit {
	position: relative;
	z-index: 2;
	margin-top: -1em;
	background: url(../img/main-model-new-benefit-bg.jpg);
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.625rem;
	font-size: 1.75rem;
	padding: 0.625rem;
	border-radius: 0.75rem;
	width: 11.5em;
	margin-left: auto;
	margin-right: auto;
	white-space: nowrap;
}
.main-model-new__benefit::before {
	width: 1.5em;
	height: 1.5em;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='43' height='40' viewBox='0 0 43 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2036_3373)'%3E%3Cpath d='M21.75 22.7268H21.7572V22.7197' stroke='%23E9E9E9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.5 18.4355L19.3 22.0823L21.75 22.7258' stroke='%23E9E9E9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.75 28.6526V38.6613L5.5 34.3709V28.5422' stroke='%23E9E9E9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M38 18.4355L24.2 22.0823L21.75 22.7258' stroke='%23E9E9E9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M38 28.5422V34.3709L21.75 38.6613V28.6526' stroke='%23E9E9E9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.9812 17.1974L5.5 18.4355' stroke='%23E9E9E9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M38.0001 18.4355L32.5188 17.1974' stroke='%23E9E9E9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.75 22.7258L24.875 29.4677L41.125 25.1774L38 18.4355' stroke='%23E9E9E9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.75 22.7258L18.625 29.4677L2.375 25.1774L5.5 18.4355' stroke='%23E9E9E9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M26.75 1.88708L16.75 19.0484' stroke='%23E9E9E9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.125 10.4677C17.8509 10.4677 19.25 9.09569 19.25 7.4032C19.25 5.71071 17.8509 4.33868 16.125 4.33868C14.3991 4.33868 13 5.71071 13 7.4032C13 9.09569 14.3991 10.4677 16.125 10.4677Z' stroke='%23E9E9E9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M27.375 16.5967C29.1009 16.5967 30.5 15.2247 30.5 13.5322C30.5 11.8397 29.1009 10.4677 27.375 10.4677C25.6491 10.4677 24.25 11.8397 24.25 13.5322C24.25 15.2247 25.6491 16.5967 27.375 16.5967Z' stroke='%23E9E9E9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2036_3373'%3E%3Crect width='42' height='39' fill='white' transform='translate(0.875 0.887085)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
	mask-image: url("data:image/svg+xml,%3Csvg width='43' height='40' viewBox='0 0 43 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2036_3373)'%3E%3Cpath d='M21.75 22.7268H21.7572V22.7197' stroke='%23E9E9E9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.5 18.4355L19.3 22.0823L21.75 22.7258' stroke='%23E9E9E9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.75 28.6526V38.6613L5.5 34.3709V28.5422' stroke='%23E9E9E9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M38 18.4355L24.2 22.0823L21.75 22.7258' stroke='%23E9E9E9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M38 28.5422V34.3709L21.75 38.6613V28.6526' stroke='%23E9E9E9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.9812 17.1974L5.5 18.4355' stroke='%23E9E9E9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M38.0001 18.4355L32.5188 17.1974' stroke='%23E9E9E9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.75 22.7258L24.875 29.4677L41.125 25.1774L38 18.4355' stroke='%23E9E9E9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.75 22.7258L18.625 29.4677L2.375 25.1774L5.5 18.4355' stroke='%23E9E9E9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M26.75 1.88708L16.75 19.0484' stroke='%23E9E9E9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.125 10.4677C17.8509 10.4677 19.25 9.09569 19.25 7.4032C19.25 5.71071 17.8509 4.33868 16.125 4.33868C14.3991 4.33868 13 5.71071 13 7.4032C13 9.09569 14.3991 10.4677 16.125 10.4677Z' stroke='%23E9E9E9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M27.375 16.5967C29.1009 16.5967 30.5 15.2247 30.5 13.5322C30.5 11.8397 29.1009 10.4677 27.375 10.4677C25.6491 10.4677 24.25 11.8397 24.25 13.5322C24.25 15.2247 25.6491 16.5967 27.375 16.5967Z' stroke='%23E9E9E9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2036_3373'%3E%3Crect width='42' height='39' fill='white' transform='translate(0.875 0.887085)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.main-model-new__info {
	display: grid;
	grid-gap: 0.313rem;
	align-content: space-between;
}
.main-model-new__tags {
	align-items: center;
	margin-bottom: 0.313rem;
}
.main-model-new__avail {
	color: #00a10b;
}
.main-model-new__prices {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: end;
}
.main-model-new__price--current {
	margin-bottom: 0.313rem;
}
.main-model-new__price--current .small {
	font-size: max(16px, 0.5em);
}
.main-model-new__price--credit {
	font-size: 16px;
}
.main-model-new__prices-description {
	font-size: 0.875rem;
}
@media (max-width: 991.98px) {
	.main-model-new__benefit {
		font-size: 1.25rem;
	}
	.main-model-new__props {
		order: 2;
		margin-top: 1.25rem;
		margin-bottom: 1.25rem;
	}
}
@media (min-width: 992px) {
	.main-model-new__card {
		padding: 1.875rem 2.5rem 3.125rem;
		border-radius: 1.5rem;
	}
	.main-model-new__inner {
		grid-template-columns: 50fr 36fr 39fr;
		grid-template-areas: "head head credit" "car info credit";
	}
	.main-model-new__head {
		grid-area: head;
	}
	.main-model-new__car {
		grid-area: car;
		align-self: end;
		max-width: 31rem;
		margin-right: 2rem;
	}
	.main-model-new__info {
		grid-area: info;
		margin-top: 1.25rem;
		align-content: start;
	}
	.main-model-new__props {
		margin-top: 3.5rem;
		margin-bottom: 3.5rem;
	}
	.main-model-new__credit {
		grid-area: credit;
		max-width: 26rem;
	}
	.main-model-new .complectation-discount__checks {
		gap: 1.25rem;
	}
}
@media (max-width: 767.98px) {
	.main-model-new .container {
		padding: 0;
	}
	.main-model-new__inner {
		max-width: 84%;
		margin-left: auto;
		margin-right: auto;
	}
	.main-model-new__car {
		margin: 0 -8%;
	}
	.main-model-new__card {
		border-radius: 0;
	}
	.main-model-new__tags {
		position: absolute;
		top: 14px;
		left: 50%;
		transform: translateX(-50%);
	}
	.main-model-new__benefit {
		font-size: 18px;
	}
	.main-model-new__inner {
		padding-top: 16px;
	}
	.main-model-new__colors {
		order: -1;
		margin: 6px 0 16px;
	}
	.main-model-new__prices {
		grid-template-columns: 1.3fr 1fr;
		grid-gap: 0.75rem;
	}
	.main-model-new__prices-description {
		font-size: 12px;
	}
	.main-model-new__credit .btn {
		order: 2;
	}
	.main-model-new__props {
		margin: 16px 0 16px;
	}
}

.main-model-new-props {
	font-size: 0.875rem;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(clamp(35%, 12rem, 100%), 1fr));
	grid-gap: 0.75rem;
}
.main-model-new-props__item-name {
	display: inline;
	margin-right: 0.5em;
	color: #d4d4d4;
}
.main-model-new-props__item-value {
	display: inline;
	color: #7d7d7d;
	font-weight: 500;
}
@media (min-width: 992px) {
	.main-model-new-props {
		grid-gap: 1.25rem 0.75rem;
	}
}
@media (max-width: 767.98px) {
	.main-model-new-props {
		grid-template-columns: 1.3fr 1fr;
		font-size: 12px;
	}
	.main-model-new-props:has(.main-model-new-props__item:nth-child(3)) {
		grid-template-rows: repeat(2, auto);
		grid-auto-flow: column;
	}
	.main-model-new-props__item {
		display: flex;
	}
	.main-model-new-props__item-name,
	.main-model-new-props__item-value {
		display: block;
	}
}

.colors {
	display: grid;
	grid-gap: 0.5rem 1.25rem;
	grid-template-columns: 2fr 5fr;
	align-items: center;
}
.colors__name {
	font-weight: 700;
}
.colors__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem;
}
.colors__list > * {
	width: 1.625rem;
	height: 1.625rem;
	border-radius: 50%;
}
.colors__list > *.selected {
	border: 0.125rem solid #2ac751;
}
@media (min-width: 992px) {
	.colors > * {
		min-width: 0;
	}
}
@media (max-width: 767.98px) {
	.colors {
		grid-template-columns: 1fr 1.5fr;
	}
	.colors__name {
		font-size: 12px;
	}
	.colors__list > * {
		width: 16px;
		height: 16px;
	}
}

.main-model-new-credit__head {
	margin-bottom: 1rem;
}
.main-model-new-credit__subtitle {
	font-size: 0.813rem;
	font-weight: 600;
}
.main-model-new-credit__total {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	flex-wrap: wrap;
}
.main-model-new-credit__total-name {
	font-weight: 400;
	margin-bottom: 0;
}
.main-model-new-credit__total-value {
	margin-bottom: 0;
}
.main-model-new-credit__form {
	margin-top: 1rem;
	display: grid;
	grid-gap: 0.9375rem;
}
.main-model-new-credit__form-title {
	font-size: 14px;
	font-weight: 600;
	grid-column: 1/-1;
}
.main-model-new-credit input:checked + .custom-switch::after {
	background: #ff4242;
}
@media (min-width: 768px) {
	.main-model-new-credit__form {
		grid-template-columns: repeat(2, 1fr);
	}
	.main-model-new-credit__form .btn,
	.main-model-new-credit__form .form-check {
		grid-column: 1/-1;
	}
}
@media (min-width: 992px) {
	.main-model-new-credit .h2 {
		font-size: 2.25rem;
		margin-bottom: 0.875rem;
	}
	.main-model-new-credit__head {
		margin-bottom: 1.625rem;
	}
	.main-model-new-credit__total {
		margin-top: 1.325rem;
	}
	.main-model-new-credit__form {
		grid-gap: 1.25rem;
	}
}
@media (max-width: 767.98px) {
	.main-model-new-credit__title {
		font-size: 1.875rem;
	}
	.main-model-new-credit__subtitle {
		font-size: 0.75rem;
	}
	.main-model-new-credit__form {
		gap: 0.75rem;
	}
}

.credit-head {
	margin-bottom: 2.25rem;
}
.credit-head + .credit-main {
	margin-top: 2.25rem;
}
.credit-head__inner {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 0;
}
.credit-head__content {
	position: relative;
	z-index: 2;
	flex: 2;
}
.credit-head__title {
	font-weight: 600;
}
.credit-head__asset {
	flex: 1.8;
	margin-left: -10rem;
}
.credit-head__asset img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
	-o-object-fit: contain;
	object-fit: contain;
}
@media (max-width: 767.98px) {
	.credit-head {
		margin-bottom: 18px;
	}
	.credit-head + .section {
		margin-top: 0;
	}
	.credit-head__inner {
		flex-direction: column;
	}
	.credit-head__title {
		font-size: 32px !important;
	}
	.credit-head__subtitle {
		font-size: 16px !important;
	}
	.credit-head__asset {
		margin: 0;
		width: 100%;
		max-width: 17rem;
		margin-left: auto;
		margin-right: auto;
		margin-top: 1.5rem;
	}
}
@media (min-width: 768px) {
	.credit-head__inner {
		gap: 2.5rem;
	}
	.credit-head__asset {
		display: block;
		margin-left: unset;
		opacity: 1;
	}
}
@media (min-width: 992px) {
	.credit-head__inner {
		max-width: 57.5rem;
		margin-left: auto;
		margin-right: auto;
		align-items: center;
	}
	.credit-head__content {
		margin-top: 1.25rem;
	}
	.credit-head__title {
		font-size: 2.5rem;
	}
}

.page-head {
	position: relative;
	z-index: 0;
	margin-bottom: 2.375rem;
}
.page-head + .buyback-main {
	margin-top: 2.375rem;
}
.page-head__bg {
	position: absolute;
	inset: 0;
	z-index: -1;
	background-size: cover;
	background-position: center;
}
.page-head__subtitle {
	font-family:
		"Cignika",
		system-ui,
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		Roboto,
		Oxygen,
		Ubuntu,
		Cantarell,
		"Open Sans",
		"Helvetica Neue",
		sans-serif;
}
@media (max-width: 991.98px) {
	.page-head {
		padding-top: 5rem;
	}
	.page-head__bg {
		margin-bottom: 5rem;
	}
}
@media (max-width: 767.98px) {
	.page-head {
		padding-top: 6.5rem;
	}
	.page-head__bg {
		margin-bottom: 6.5rem;
	}
	.page-head__title {
		font-size: 1.25rem !important;
	}
	.page-head__subtitle {
		font-size: 1rem !important;
	}
}
@media (min-width: 768px) {
	.page-head__card {
		width: min(75%, 40.125rem);
	}
}
@media (min-width: 992px) {
	.page-head {
		padding-top: 10rem;
	}
	.page-head__bg {
		margin-bottom: 3.75rem;
	}
	.page-head__card {
		padding: 1.625rem 2.625rem 2.25rem;
		border-radius: 1.5rem;
	}
	.page-head__title {
		font-size: 2.5rem;
		margin-bottom: 1rem;
	}
	.page-head__subtitle {
		font-size: 1.25rem !important;
	}
}

.buyback-benefits__inner {
	display: grid;
	grid-gap: 2.5rem 3.75rem;
}
@media (min-width: 992px) {
	.buyback-benefits__card {
		padding: 1.25rem 4.25rem;
		border-radius: 1.5rem;
	}
	.buyback-benefits__inner {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (max-width: 767.98px) {
	.buyback-benefits > .container {
		--bs-gutter-x: 0 !important;
	}
	.buyback-benefits__card {
		border-radius: 0;
		padding: 25px 1.25rem;
	}
}

.buyback-benefits-item {
	display: flex;
	align-items: center;
}
.buyback-benefits-item__image {
	flex: 2.3;
	max-width: 15rem;
}
.buyback-benefits-item__image img {
	width: 100%;
}
.buyback-benefits-item__content {
	flex: 2.5;
}
.buyback-benefits-item__description {
	font-size: 0.875rem;
}
@media (min-width: 992px) {
	.buyback-benefits-item__image img {
		margin-right: -20%;
		width: 120%;
		margin-bottom: -9%;
		margin-top: 12%;
	}
}
@media (max-width: 767.98px) {
	.buyback-benefits-item__image {
		flex: 2.4;
	}
	.buyback-benefits-item__image img {
		width: calc(100% + 1.5rem);
		margin-bottom: -2.2rem;
	}
	.buyback-benefits-item__name {
		font-size: 18px;
	}
	.buyback-benefits-item__description {
		font-size: 12px;
	}
}

.buyback-steps {
	counter-reset: count;
}
.buyback-steps__inner {
	display: grid;
	grid-gap: 1.25rem 2.5rem;
}
.buyback-steps__item {
	counter-increment: count;
}
@media (min-width: 992px) {
	.buyback-steps__inner {
		grid-template-columns: repeat(3, 1fr);
		margin-right: 5.5rem;
		margin: 3rem 5.5rem 8rem 0;
	}
}

.buyback-steps-item {
	position: relative;
	z-index: 0;
	padding: 2.1rem 3.85rem;
	margin-top: 1.563rem;
}
.buyback-steps-item::before {
	content: "";
	display: block;
	position: absolute;
	width: 4.5rem;
	aspect-ratio: 1/1;
	background-image: url("data:image/svg+xml,%3Csvg width='96' height='105' viewBox='0 0 96 105' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M90.0032 43.4976C96.8203 47.3198 96.8146 57.1339 89.9932 60.9482L15.0306 102.865C8.36265 106.594 0.145659 101.771 0.150062 94.1314L0.198424 10.2109C0.202826 2.57126 8.42537 -2.24208 15.089 1.49414L90.0032 43.4976Z' fill='%23F53400'/%3E%3C/svg%3E%0A");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	right: 0;
	margin: -1.463rem 0.175rem;
	z-index: -2;
}
.buyback-steps-item::after {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 0;
	background: linear-gradient(0deg, rgba(191, 26, 89, 0.12), rgba(191, 26, 89, 0.12)), linear-gradient(179.6deg, rgba(255, 255, 255, 0) 0.34%, rgba(255, 255, 255, 0.551861) 45.7%, #ffffff 99.66%);
	border-top: 1px solid rgba(132, 115, 117, 0.2);
	box-shadow:
		0 1rem 30.313rem rgba(0, 0, 0, 0.1),
		inset 0.375rem -0.625rem 0.9375rem -8px #e3cfd8,
		inset 0 0.375rem 6.9px rgba(246, 240, 243, 0.5),
		inset 0.5rem 0 6.313rem -3px #f5eef1;
	-webkit-backdrop-filter: blur(0.75rem);
	backdrop-filter: blur(0.75rem);
	border-radius: 50rem;
}
.buyback-steps-item__content {
	position: relative;
}
.buyback-steps-item__content::before {
	position: absolute;
	right: 0;
	top: 0;
	content: counters(count, ".");
	text-align: right;
	font-size: 2.5rem;
	font-weight: 800;
	color: #fff;
	margin: -2.188rem -0.625rem;
}
.buyback-steps-item__name {
	margin-right: 5rem;
}
@media (min-width: 992px) {
	.buyback-steps-item {
		margin-top: 2.5rem;
		padding: 3rem 4rem;
		padding-right: 2rem;
	}
	.buyback-steps-item::before {
		width: 6.6rem;
		margin: -1.875rem -1.5rem;
	}
	.buyback-steps-item::after {
		border-radius: 6.25rem;
	}
	.buyback-steps-item__content::before {
		margin: -2.375rem 0.875rem;
	}
	.buyback-steps-item__name {
		margin-right: 2rem;
		margin-bottom: 0.9375rem;
	}
}
@media (max-width: 767.98px) {
	.buyback-steps-item__content::before {
		font-size: 1.7rem;
		margin: -1.688rem -0.925rem;
	}
	.buyback-steps-item__text {
		font-size: 12px;
	}
}

.buyback-main__inner {
	display: grid;
	grid-gap: 1.25rem;
}
.buyback-main__group-name {
	margin-bottom: 0.9375rem;
}
.buyback-main__group-form {
	display: grid;
	grid-gap: 0.9375rem 1.25rem;
}
.buyback-main__group-row {
	display: flex;
	gap: inherit;
}
@media (min-width: 992px) {
	.buyback-main .h2 {
		font-size: 2.5rem;
		margin-bottom: 1.125rem;
	}
	.buyback-main__card {
		padding: 2rem 3.25rem;
	}
	.buyback-main__group-form {
		grid-template-columns: repeat(2, 100fr) 114fr;
		grid-gap: 1.25rem;
		max-width: 83.75rem;
	}
}
@media (max-width: 767.98px) {
	.buyback-main > .container {
		--bs-gutter-x: 0 !important;
	}
	.buyback-main__card {
		border-radius: 0;
		padding: 25px 1.25rem;
	}
	.buyback-main__head .h2 {
		font-size: 24px;
	}
	.buyback-main__group-form .btn {
		order: 2;
	}
}

.main-model-special__info-row {
	display: flex;
	justify-content: space-between;
	grid-gap: 0.625rem clamp(1.25rem, 5vw, 5rem);
}
.main-model-special__watchers,
.main-model-special__time,
.main-model-special__address,
.main-model-special__recall a {
	display: flex;
	align-items: center;
	gap: 0.625rem;
	font-size: 0.875rem;
}
.main-model-special__watchers::before,
.main-model-special__time::before,
.main-model-special__address::before {
	background: #b8b8b8;
}
.main-model-special__watchers::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='25' height='16' viewBox='0 0 25 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.839 8.45298C21.4984 12.6622 17.1957 15.1969 12.4993 15.1969C7.80302 15.1969 3.50137 12.6626 0.160868 8.45429C-0.0534278 8.18426 -0.0536877 7.81102 0.160479 7.54086C7.2767 -1.44299 17.7659 -1.44273 24.8408 7.54113C25.0537 7.81142 25.053 8.18348 24.8391 8.45298H24.839ZM12.5 2.61032C15.4496 2.61032 17.8406 5.02326 17.8406 7.99987C17.8406 10.9765 15.4496 13.3894 12.5 13.3894C9.5504 13.3894 7.15935 10.9765 7.15935 7.99987C7.15935 5.02326 9.5504 2.61032 12.5 2.61032Z' fill='%23B8B8B8'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.4995 4.23376C12.7701 4.23376 13.0337 4.26301 13.2879 4.31822C12.9093 4.60163 12.6636 5.05605 12.6636 5.5683C12.6636 6.4273 13.3537 7.12356 14.2048 7.12356C14.8981 7.12356 15.4844 6.66153 15.6781 6.02587C16.0288 6.59989 16.2314 7.27595 16.2314 7.99987C16.2314 10.0798 14.5606 11.766 12.4995 11.766C10.4384 11.766 8.76758 10.0798 8.76758 7.99987C8.76758 5.9199 10.4384 4.23376 12.4995 4.23376Z' fill='%23B8B8B8'/%3E%3C/svg%3E%0A");
	mask-image: url("data:image/svg+xml,%3Csvg width='25' height='16' viewBox='0 0 25 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.839 8.45298C21.4984 12.6622 17.1957 15.1969 12.4993 15.1969C7.80302 15.1969 3.50137 12.6626 0.160868 8.45429C-0.0534278 8.18426 -0.0536877 7.81102 0.160479 7.54086C7.2767 -1.44299 17.7659 -1.44273 24.8408 7.54113C25.0537 7.81142 25.053 8.18348 24.8391 8.45298H24.839ZM12.5 2.61032C15.4496 2.61032 17.8406 5.02326 17.8406 7.99987C17.8406 10.9765 15.4496 13.3894 12.5 13.3894C9.5504 13.3894 7.15935 10.9765 7.15935 7.99987C7.15935 5.02326 9.5504 2.61032 12.5 2.61032Z' fill='%23B8B8B8'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.4995 4.23376C12.7701 4.23376 13.0337 4.26301 13.2879 4.31822C12.9093 4.60163 12.6636 5.05605 12.6636 5.5683C12.6636 6.4273 13.3537 7.12356 14.2048 7.12356C14.8981 7.12356 15.4844 6.66153 15.6781 6.02587C16.0288 6.59989 16.2314 7.27595 16.2314 7.99987C16.2314 10.0798 14.5606 11.766 12.4995 11.766C10.4384 11.766 8.76758 10.0798 8.76758 7.99987C8.76758 5.9199 10.4384 4.23376 12.4995 4.23376Z' fill='%23B8B8B8'/%3E%3C/svg%3E%0A");
}
.main-model-special__time {
	color: var(--bs-secondary-color);
}
.main-model-special__time::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.99 0C4.47 0 0 4.48 0 10C0 15.52 4.47 20 9.99 20C15.52 20 20 15.52 20 10C20 4.48 15.52 0 9.99 0ZM13.29 14.71L9 10.41V5H11V9.59L14.71 13.3L13.29 14.71Z' fill='%23B8B8B8'/%3E%3C/svg%3E%0A");
	mask-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.99 0C4.47 0 0 4.48 0 10C0 15.52 4.47 20 9.99 20C15.52 20 20 15.52 20 10C20 4.48 15.52 0 9.99 0ZM13.29 14.71L9 10.41V5H11V9.59L14.71 13.3L13.29 14.71Z' fill='%23B8B8B8'/%3E%3C/svg%3E%0A");
}
.main-model-special__address {
	white-space: wrap;
}
.main-model-special__address::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='20' height='18' viewBox='0 0 20 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 4V0H0V18H20V4H10ZM4 16H2V14H4V16ZM4 12H2V10H4V12ZM4 8H2V6H4V8ZM4 4H2V2H4V4ZM8 16H6V14H8V16ZM8 12H6V10H8V12ZM8 8H6V6H8V8ZM8 4H6V2H8V4ZM10 16V14H12V12H10V10H12V8H10V6H18V16H10ZM16 8H14V10H16V8ZM16 12H14V14H16V12Z' fill='%23B8B8B8'/%3E%3C/svg%3E%0A");
	mask-image: url("data:image/svg+xml,%3Csvg width='20' height='18' viewBox='0 0 20 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 4V0H0V18H20V4H10ZM4 16H2V14H4V16ZM4 12H2V10H4V12ZM4 8H2V6H4V8ZM4 4H2V2H4V4ZM8 16H6V14H8V16ZM8 12H6V10H8V12ZM8 8H6V6H8V8ZM8 4H6V2H8V4ZM10 16V14H12V12H10V10H12V8H10V6H18V16H10ZM16 8H14V10H16V8ZM16 12H14V14H16V12Z' fill='%23B8B8B8'/%3E%3C/svg%3E%0A");
}
.main-model-special__recall a {
	font-size: 1.125rem;
	line-height: 1;
	font-weight: 600;
}
.main-model-special__recall a::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.40657e-06 3.6C1.40657e-06 11.5533 6.4467 18 14.4 18C14.976 18 15.5286 17.7714 15.9363 17.3637L17.6049 15.6951C17.8576 15.4422 17.9997 15.0995 18 14.742V14.1498C18 13.9608 17.9406 13.7766 17.8301 13.6233C17.7196 13.47 17.5637 13.3554 17.3844 13.2957L13.392 11.9646C13.1541 11.8854 12.8988 11.874 12.6548 11.9317C12.4108 11.9894 12.1877 12.1139 12.0105 12.2913L11.0016 13.2993C10.8813 13.4232 10.7262 13.5077 10.5569 13.5418C10.3876 13.5759 10.2119 13.5578 10.053 13.4901C7.57895 12.3984 5.602 10.4218 4.5099 7.9479C4.44228 7.78893 4.4244 7.6132 4.45862 7.44387C4.49284 7.27453 4.57755 7.11954 4.7016 6.9993L5.7096 5.9913C5.88698 5.81408 6.0115 5.59097 6.0692 5.34696C6.1269 5.10295 6.11551 4.8477 6.0363 4.6098L4.7043 0.6165C4.64484 0.437338 4.53055 0.281409 4.37759 0.170773C4.22464 0.0601367 4.04077 0.000394986 3.852 0H3.2598C2.90188 0.000315094 2.55873 0.142754 2.3058 0.396L0.636301 2.0628C0.434293 2.26454 0.274099 2.50418 0.164907 2.76797C0.0557163 3.03176 -0.000323714 3.31451 1.40657e-06 3.6Z' fill='black'/%3E%3C/svg%3E%0A");
	mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.40657e-06 3.6C1.40657e-06 11.5533 6.4467 18 14.4 18C14.976 18 15.5286 17.7714 15.9363 17.3637L17.6049 15.6951C17.8576 15.4422 17.9997 15.0995 18 14.742V14.1498C18 13.9608 17.9406 13.7766 17.8301 13.6233C17.7196 13.47 17.5637 13.3554 17.3844 13.2957L13.392 11.9646C13.1541 11.8854 12.8988 11.874 12.6548 11.9317C12.4108 11.9894 12.1877 12.1139 12.0105 12.2913L11.0016 13.2993C10.8813 13.4232 10.7262 13.5077 10.5569 13.5418C10.3876 13.5759 10.2119 13.5578 10.053 13.4901C7.57895 12.3984 5.602 10.4218 4.5099 7.9479C4.44228 7.78893 4.4244 7.6132 4.45862 7.44387C4.49284 7.27453 4.57755 7.11954 4.7016 6.9993L5.7096 5.9913C5.88698 5.81408 6.0115 5.59097 6.0692 5.34696C6.1269 5.10295 6.11551 4.8477 6.0363 4.6098L4.7043 0.6165C4.64484 0.437338 4.53055 0.281409 4.37759 0.170773C4.22464 0.0601367 4.04077 0.000394986 3.852 0H3.2598C2.90188 0.000315094 2.55873 0.142754 2.3058 0.396L0.636301 2.0628C0.434293 2.26454 0.274099 2.50418 0.164907 2.76797C0.0557163 3.03176 -0.000323714 3.31451 1.40657e-06 3.6Z' fill='black'/%3E%3C/svg%3E%0A");
}
.main-model-special__main {
	display: grid;
	grid-gap: 0.625rem;
}
.main-model-special__main > * {
	min-width: 0;
}
.main-model-special__gallery-main {
	display: grid;
}
.main-model-special__gallery-main img {
	width: 100%;
	min-height: 100%;
	aspect-ratio: 25/17;
	-o-object-fit: cover;
	object-fit: cover;
}
.main-model-special__gallery-main .swiper {
	border-radius: 0.75rem;
	--swiper-gap: 0px;
}
.main-model-special__gallery-thumbs img {
	width: 100%;
	aspect-ratio: 25/17;
	-o-object-fit: cover;
	object-fit: cover;
}
.main-model-special__gallery-thumbs .swiper {
	--swiper-slides: 4;
	--swiper-gap: 0.25rem;
	--swiper-scrollbar-sides-offset: 0px;
	padding-bottom: 0.75rem;
}
.main-model-special__gallery-thumbs .swiper-slide {
	position: relative;
	z-index: 0;
	overflow: hidden;
	border-radius: 0.375rem;
	cursor: pointer;
}
.main-model-special__gallery-thumbs .swiper-slide::before {
	content: "";
	position: absolute;
	inset: 0;
	border: 0.125rem solid #000;
	border-radius: inherit;
	opacity: 0;
}
.main-model-special__gallery-thumbs .swiper-slide:hover::before {
	opacity: 0.5;
}
.main-model-special__gallery-thumbs .swiper-slide.swiper-slide-thumb-active::before {
	opacity: 1;
	box-shadow: 0 0 0 0.125rem #fff inset;
}
.main-model-special__gallery-thumbs .swiper-scrollbar {
	background: #d9d9d9;
}
.main-model-special__gallery-thumbs .swiper-scrollbar-drag {
	background: #000;
	opacity: 1;
}
.main-model-special__info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	grid-gap: 1.25rem;
}
.main-model-special__props {
	display: grid;
	grid-gap: 0.625rem 0.9375rem;
	font-size: 0.875rem;
}
.main-model-special__props .swiper {
	padding-right: 5rem;
	--swiper-navigation-size: 0.75rem;
}
.main-model-special__props .swiper::after {
	content: "";
	position: absolute;
	z-index: 2;
	pointer-events: none;
	right: 0;
	top: 0;
	bottom: 0;
	width: 3.5rem;
	background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
	opacity: 0;
	transition: 0.2s;
}
.main-model-special__props .swiper:has(.swiper-button-next:not(.swiper-button-disabled))::after {
	opacity: 1;
}
.main-model-special__props .swiper-slide {
	flex: 0.1666666667 0 auto;
	width: auto;
}
.main-model-special__props .swiper-slide:not(:last-child) .main-model-special__props-item {
	margin-right: clamp(1.875rem, 7vw, 3.125rem);
}
.main-model-special__props .swiper-button-prev,
.main-model-special__props .swiper-button-next {
	z-index: 3;
	background: #fff;
	color: #000;
	border: 1px solid #dee2e6;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.main-model-special__props .swiper-button-disabled {
	opacity: 0 !important;
}
.main-model-special__props-item-name {
	color: #969696;
	margin-bottom: 0.438rem;
}
.main-model-special__props-item-value {
	font-weight: 600;
	text-decoration: underline;
}
.main-model-special__prices {
	display: grid;
	grid-gap: 0.625rem 3.438rem;
}
.main-model-special__price-group {
	display: flex;
	flex-direction: column;
	justify-content: end;
}
.main-model-special__price-value {
	display: flex;
	gap: 0.9375rem;
	align-items: baseline;
}
.main-model-special__price {
	margin-bottom: 0.125rem;
}
.main-model-special__price--current {
	font-weight: 400;
}
.main-model-special__price--old {
	font-weight: 400;
}
.main-model-special__price-description {
	color: #969696;
}
.main-model-special__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 0.9375rem;
}
.main-model-special__actions > * {
	flex: 1;
	white-space: nowrap;
}
@media (min-width: 768px) {
	.main-model-special__props {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.main-model-special__prices {
		display: flex;
	}
}
@media (min-width: 992px) {
	.main-model-special .h2 {
		font-size: 1.75rem;
	}
	.main-model-special__info-row {
		display: flex;
	}
	.main-model-special__recall {
		margin-left: auto;
	}
	.main-model-special__gallery-main .swiper {
		border-radius: 1.5rem;
	}
	.main-model-special__gallery-thumbs .swiper {
		--swiper-slides: 2;
		--swiper-gap: 2.5rem;
	}
	.main-model-special__gallery-thumbs .swiper-slide {
		border-radius: 1.5rem;
	}
	.main-model-special__gallery-thumbs .swiper {
		padding-bottom: 2.375rem;
	}
	.main-model-special__gallery-thumbs .swiper-scrollbar {
		height: 1.125rem;
		border-radius: 0.375rem;
	}
	.main-model-special__gallery-thumbs .swiper-scrollbar-drag {
		border-radius: 0.375rem;
	}
	.main-model-special__main {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: auto 1fr;
		grid-gap: 1.875rem 2.5rem;
		align-items: space-between;
	}
	.main-model-special__gallery-main {
		grid-row: span 2;
	}
	.main-model-special__price-value {
		gap: 1.563rem;
	}
	.main-model-special__price--current {
		font-size: 2rem;
	}
}
@media (max-width: 767.98px) {
	.main-model-special__info-row {
		gap: 0.375rem;
	}
	.main-model-special__watchers,
	.main-model-special__time,
	.main-model-special__address {
		font-size: 0.75rem;
		gap: 4px;
	}
	.main-model-special__watchers::before,
	.main-model-special__time::before,
	.main-model-special__address::before {
		width: 1rem;
		height: 1rem;
	}
	.main-model-special__recall {
		order: -1;
	}
	.main-model-special__recall a {
		font-size: 14px;
	}
	.main-model-special__recall a::before {
		width: 14px;
		height: 14px;
	}
	.main-model-special__info {
		gap: 0.6rem;
	}
	.main-model-special__info .main-model-special__watchers::before,
	.main-model-special__info .main-model-special__time::before,
	.main-model-special__info .main-model-special__address::before {
		width: 0.8rem;
		height: 0.8rem;
	}
	.main-model-special__info > .h2 {
		margin-bottom: 0;
	}
	.main-model-special__prices {
		margin-top: 10px;
		grid-template-columns: repeat(2, auto);
		grid-gap: 10px;
	}
	.main-model-special__price--current {
		font-size: 24px !important;
	}
	.main-model-special__price--old {
		font-size: 12px !important;
	}
	.main-model-special__price--credit {
		font-size: 16px !important;
	}
	.main-model-special__price-value {
		gap: 10px;
	}
	.main-model-special__price-description {
		font-size: 10px;
	}
	.main-model-special__props {
		margin-top: 14px;
		order: 2;
	}
	.main-model-special__actions {
		margin-top: 16px;
		order: 3;
	}
	.main-model-special__actions .btn.btn-black {
		flex: 1 0 100%;
	}
	.main-model-special__props .swiper-slide:not(:last-child) .main-model-special__props-item {
		margin-right: 1.2rem;
	}
	.main-model-special__props-item-name {
		font-size: 12px;
	}
	.main-model-special__props-item-value {
		font-size: 12px;
	}
}

.report .h2 {
	margin-bottom: 0;
}
.report__card,
.offer-day__card {
	display: grid;
	grid-gap: 0.625rem;
}
.report__tech-specs {
	display: grid;
	grid-template-columns: repeat(2, auto);
	grid-gap: 0.625rem;
}
.report__spec-item {
	display: flex;
	align-items: center;
	gap: 1rem;
}
.report__spec-item::before {
	width: 1.5em;
	height: 1.5em;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 11C20 10.2044 19.6839 9.44129 19.1213 8.87868C18.5587 8.31607 17.7956 8 17 8V6C17 4.67392 16.4732 3.40215 15.5355 2.46447C14.5979 1.52678 13.3261 1 12 1C10.6739 1 9.40215 1.52678 8.46447 2.46447C7.52678 3.40215 7 4.67392 7 6V8C6.20435 8 5.44129 8.31607 4.87868 8.87868C4.31607 9.44129 4 10.2044 4 11V19C4 19.7956 4.31607 20.5587 4.87868 21.1213C5.44129 21.6839 6.20435 22 7 22H17C17.7956 22 18.5587 21.6839 19.1213 21.1213C19.6839 20.5587 20 19.7956 20 19V11ZM15 8V6C15 5.20435 14.6839 4.44129 14.1213 3.87868C13.5587 3.31607 12.7956 3 12 3C11.2044 3 10.4413 3.31607 9.87868 3.87868C9.31607 4.44129 9 5.20435 9 6V8H15ZM10 14C10 13.4696 10.2107 12.9609 10.5858 12.5858C10.9609 12.2107 11.4696 12 12 12C12.5304 12 13.0391 12.2107 13.4142 12.5858C13.7893 12.9609 14 13.4696 14 14C14 14.5304 13.7893 15.0391 13.4142 15.4142C13.0391 15.7893 12.5304 16 12 16C11.4696 16 10.9609 15.7893 10.5858 15.4142C10.2107 15.0391 10 14.5304 10 14Z' fill='white' fill-opacity='0.5'/%3E%3C/svg%3E%0A");
	mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 11C20 10.2044 19.6839 9.44129 19.1213 8.87868C18.5587 8.31607 17.7956 8 17 8V6C17 4.67392 16.4732 3.40215 15.5355 2.46447C14.5979 1.52678 13.3261 1 12 1C10.6739 1 9.40215 1.52678 8.46447 2.46447C7.52678 3.40215 7 4.67392 7 6V8C6.20435 8 5.44129 8.31607 4.87868 8.87868C4.31607 9.44129 4 10.2044 4 11V19C4 19.7956 4.31607 20.5587 4.87868 21.1213C5.44129 21.6839 6.20435 22 7 22H17C17.7956 22 18.5587 21.6839 19.1213 21.1213C19.6839 20.5587 20 19.7956 20 19V11ZM15 8V6C15 5.20435 14.6839 4.44129 14.1213 3.87868C13.5587 3.31607 12.7956 3 12 3C11.2044 3 10.4413 3.31607 9.87868 3.87868C9.31607 4.44129 9 5.20435 9 6V8H15ZM10 14C10 13.4696 10.2107 12.9609 10.5858 12.5858C10.9609 12.2107 11.4696 12 12 12C12.5304 12 13.0391 12.2107 13.4142 12.5858C13.7893 12.9609 14 13.4696 14 14C14 14.5304 13.7893 15.0391 13.4142 15.4142C13.0391 15.7893 12.5304 16 12 16C11.4696 16 10.9609 15.7893 10.5858 15.4142C10.2107 15.0391 10 14.5304 10 14Z' fill='white' fill-opacity='0.5'/%3E%3C/svg%3E%0A");
}
.report__asset img,
.offer-day__asset img {
	width: 100%;
}
.report__status-card {
	margin-bottom: 0.9375rem;
	display: flex;
	align-items: center;
	gap: 0.75rem;
}
.report__status-card::before {
	width: 1.5em;
	height: 1.5em;
	background: #89d61c;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26 13C26 20.1799 20.1799 26 13 26C5.8201 26 0 20.1799 0 13C0 5.8201 5.8201 0 13 0C20.1799 0 26 5.8201 26 13ZM3.9 13L10.4 19.5L22.1 7.8L20.267 5.954L10.4 15.821L5.733 11.167L3.9 13Z' fill='%2318BB4F'/%3E%3C/svg%3E%0A");
	mask-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26 13C26 20.1799 20.1799 26 13 26C5.8201 26 0 20.1799 0 13C0 5.8201 5.8201 0 13 0C20.1799 0 26 5.8201 26 13ZM3.9 13L10.4 19.5L22.1 7.8L20.267 5.954L10.4 15.821L5.733 11.167L3.9 13Z' fill='%2318BB4F'/%3E%3C/svg%3E%0A");
}
.report__action-button .btn {
	display: flex;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	font-weight: 600;
}
.report__action-button .btn span {
	flex-grow: 1;
	text-align: center;
}
@media (min-width: 768px) {
	.report__card,
	.offer-day__card {
		grid-template-columns: repeat(3, auto);
		align-items: center;
	}
}
@media (max-width: 991.98px) {
	.report__asset,
	.offer-day__asset {
		display: none;
	}
}
@media (min-width: 992px) {
	.report .h2 {
		font-size: 2.25rem;
	}
	.report__card,
	.offer-day__card {
		grid-template-columns: 100fr 125fr 83fr 72fr;
		border-radius: 1.5rem;
		padding: 1.5rem 2.5rem;
		grid-gap: 1.875rem;
	}
	.report__tech-specs {
		grid-gap: 1.5rem;
	}
	.report__asset,
	.offer-day__asset {
		align-self: end;
		display: unset;
		max-width: 17.875rem;
		min-width: 11.25rem;
	}
	.report__status-value {
		font-size: 1.25rem;
	}
}
@media (max-width: 767.98px) {
	.report > .container {
		padding-left: 0;
		padding-right: 0;
	}
	.report__card,
	.offer-day__card {
		border-radius: 0;
	}
	.report__card > *,
	.offer-day__card > * {
		width: 100%;
		max-width: 18rem;
		margin-left: auto;
		margin-right: auto;
	}
	.report__head {
		margin-bottom: 0.625rem;
	}
	.report__head .h2 {
		font-size: 28px;
	}
	.report__head .h4,
	.report__head .tabs-section__tab-link {
		font-size: 18px;
	}
	.report__tech-specs {
		gap: 1.5rem;
	}
	.report__spec-item {
		font-size: 14px;
	}
	.report__asset,
	.offer-day__asset {
		margin-top: 1rem;
		display: block;
		width: 100%;
		max-width: 13.3rem;
		margin-left: auto;
		margin-right: auto;
	}
	.report__status-title {
		font-size: 14px;
	}
	.report__status-value {
		font-size: 20px;
	}
	.report__status-action {
		margin-top: 1rem;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.report__action-button {
		width: 100%;
		max-width: 16rem;
	}
}

.offer-day .h3 {
	margin-bottom: 0;
}
.offer-day .h5 .fs-4 {
	font-size: 1.35em !important;
}
.offer-day__form {
	display: grid;
	grid-gap: 0.75rem 1rem;
}
.offer-day__row {
	display: grid;
	grid-gap: inherit;
}
.offer-day__row .form-check {
	grid-column: 1/-1;
}
@media (min-width: 992px) {
	.offer-day .h5 {
		font-size: 1.5rem;
	}
	.offer-day__card {
		grid-template-columns: auto 15fr 8fr;
	}
	.offer-day__row {
		grid-template-columns: repeat(2, 1fr);
	}
	.offer-day__asset {
		max-width: 6rem;
		min-width: 4.375rem;
	}
	.offer-day__form {
		max-width: 26rem;
	}
}
@media (max-width: 991.98px) {
	.offer-day__row .btn {
		order: 2;
	}
}
@media (max-width: 767.98px) {
	.offer-day > .container {
		padding-left: 0;
		padding-right: 0;
	}
	.offer-day__asset {
		position: absolute;
		width: 40px;
		top: 65px;
		left: 50%;
		transform: translateX(-130px);
	}
	.offer-day__head .h3 {
		font-size: 20px;
		height: 2.4em;
		margin-bottom: 16px;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.offer-day__head .h5 {
		font-size: 16px;
		margin-left: 70px;
	}
	.offer-day__head .h5 .fs-4 {
		font-size: 1em !important;
	}
}

.partners {
	position: relative;
	overflow: hidden;
	padding-bottom: 1.5rem;
}
.partners .swiper {
	--swiper-slides: 8;
	--swiper-gap: 1.25rem;
	padding: 1.5rem;
	margin: -1.5rem;
	width: auto;
}
.partners .swiper::before,
.partners .swiper::after {
	content: "";
	position: absolute;
	z-index: 2;
	top: 0;
	width: 1.5rem;
	height: 100%;
}
.partners .swiper::before {
	left: 0;
	background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #fff);
}
.partners .swiper::after {
	right: 0;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
}
.partners .swiper-slide {
	min-width: min(35%, 9rem);
}
.partners__item {
	background: #fff;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	padding: min(3vw, 1rem) min(6vw, 1rem);
	border-radius: 0.75rem;
	display: grid;
	place-items: center;
}
.partners__item img {
	display: block;
	width: 100%;
	max-width: 7rem;
	aspect-ratio: 3/1;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
}

.credit-main__inner {
	display: grid;
}
.credit-main__inner > * {
	min-width: 0;
}
.credit-main__info {
	margin-bottom: 1.5rem;
}
.credit-main__description {
	margin-bottom: 1.5rem;
	color: var(--bs-secondary-color);
}
@media (max-width: 767.98px) {
	.credit-main__main {
		margin-left: calc(var(--bs-gutter-x) / -2);
		margin-right: calc(var(--bs-gutter-x) / -2);
	}
	.credit-main__form {
		border-radius: 0;
	}
}
@media (max-width: 991.98px) {
	.credit-main {
		overflow: hidden;
	}
	.credit-main__description {
		font-size: 0.75rem;
	}
	.credit-main__total {
		display: none;
	}
}
@media (max-width: 767.98px) {
	.credit-main__description {
		font-size: 11px;
		margin: 0 15px;
		margin-bottom: 10px;
	}
}
@media (min-width: 992px) {
	.credit-main .card {
		border-radius: 1.5rem;
	}
	.credit-main__main .card-body {
		padding: 1.875rem;
	}
}
@media (min-width: 992px) {
	.credit-main__main {
		display: grid;
		grid-template-columns: 5fr 3fr;
	}
	.credit-main__form {
		padding: 2rem 3.375rem !important;
	}
	.credit-main__form .h2 {
		font-size: 2.5rem;
	}
	.credit-main__total {
		padding: 2rem 2.375rem !important;
	}
}
@media (max-width: 767.98px) {
	.credit-main__info {
		margin-bottom: 10px;
	}
	.credit-main__description {
		display: flex;
		margin-bottom: 10px;
	}
	.credit-main__marquee-container {
		flex: 1 1 0;
		display: inline-block;
		overflow: hidden;
	}
	.credit-main__marquee-content {
		display: inline-block;
		white-space: nowrap;
		animation: marquee-ltr 15s linear infinite;
	}
}

@keyframes marquee-ltr {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(-100%);
	}
}
.credit-main-info .swiper {
	--swiper-slides: 4;
	--swiper-gap: 1.25rem;
}
.credit-main-info .swiper-slide {
	min-width: min(75%, 16.5rem);
}
.credit-main-info__inner {
	display: grid;
	grid-gap: 0.625rem;
	align-items: start;
}
.credit-main-info__item {
	display: grid;
	place-items: center;
	text-align: center;
	min-height: 4rem;
}
.credit-main-info__item:has(.credit-main-info__item-text) {
	text-align: left;
}
.credit-main-info__item-text {
	margin-top: 0.375rem;
	display: flex;
	align-items: center;
}
.credit-main-info__item-text::before {
	content: "";
	color: #ff4242;
	margin-right: 0.875rem;
	width: 1em;
	border-bottom: 1px solid;
}
.credit-main-info__item-drop .card-body {
	padding-top: 5px !important;
}
@media (max-width: 767.98px) {
	.credit-main-info .swiper {
		overflow: visible;
		--swiper-slides: 1;
	}
	.credit-main-info__item-title {
		font-size: 1.25rem;
	}
	.credit-main-info__item {
		text-align: center !important;
	}
	.credit-main-info__item > .card-body {
		padding: 6px;
	}
	.credit-main-info__item-text {
		justify-content: center !important;
	}
}
@media (min-width: 768px) {
	.credit-main-info__inner {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (min-width: 992px) {
	.credit-main-info__inner {
		grid-template-columns: repeat(4, 1fr);
		grid-gap: 1.25rem;
	}
	.credit-main-info__item .card-body {
		padding: 1.325rem 1.5rem;
	}
	.credit-main-info__item:has(.credit-main-info__item-text) .card-body {
		padding: 1.125rem 1.875rem;
	}
	.credit-main-info__item-title {
		font-size: 1.75rem;
	}
}

.credit-main-form {
	display: grid;
	grid-gap: 1.563rem;
}
.credit-main-form__head {
	display: grid;
	grid-gap: 1.35rem 1rem;
}
.credit-main-form__form,
.credit-main-form-personal-data__form {
	display: grid;
	grid-gap: 0.9375rem;
}
.credit-main-form__form > *,
.credit-main-form-personal-data__form > * {
	min-width: 0;
}
.credit-main-form .row > .col {
	min-width: 0;
	flex: 1;
}
.credit-main-form .row > .col .btn {
	overflow: hidden;
	text-overflow: ellipsis;
}
.credit-main-form__your-car-toggle {
	display: flex;
	text-align: left;
	gap: 10px;
}
.credit-main-form__your-car-toggle span {
	flex: 1 1 0;
	min-width: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.credit-main-form__your-car-toggle::after {
	content: "";
	width: 1em;
	height: 1em;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 7.11816C11 7.36426 10.918 7.58301 10.7539 7.74707L5.50391 12.9971C5.17578 13.3525 4.60156 13.3525 4.27344 12.9971C3.91797 12.6689 3.91797 12.0947 4.27344 11.7666L8.89453 7.11816L4.27344 2.49707C3.91797 2.16895 3.91797 1.59473 4.27344 1.2666C4.60156 0.911133 5.17578 0.911133 5.50391 1.2666L10.7539 6.5166C10.918 6.68066 11 6.89941 11 7.11816Z' fill='white'/%3E%3C/svg%3E%0A");
	mask-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 7.11816C11 7.36426 10.918 7.58301 10.7539 7.74707L5.50391 12.9971C5.17578 13.3525 4.60156 13.3525 4.27344 12.9971C3.91797 12.6689 3.91797 12.0947 4.27344 11.7666L8.89453 7.11816L4.27344 2.49707C3.91797 2.16895 3.91797 1.59473 4.27344 1.2666C4.60156 0.911133 5.17578 0.911133 5.50391 1.2666L10.7539 6.5166C10.918 6.68066 11 6.89941 11 7.11816Z' fill='white'/%3E%3C/svg%3E%0A");
	opacity: 0.5;
}
.credit-main-form__your-car-modal {
	border: 3px solid #8c8c8c;
	background: linear-gradient(180deg, #000000 2.4%, #1a1a1a 61.06%, #000000 100%);
	border-radius: 1.5rem;
}
.credit-main-form__your-car-modal .modal-body {
	padding: 1.75rem;
}
@media (min-width: 992px) {
	.modal-dialog:has(.credit-main-form__your-car-modal) {
		font-size: 20px;
		max-width: 22em;
	}
	.modal-dialog:has(.credit-main-form__your-car-modal) .h5 {
		font-size: 26px !important;
	}
	.modal-dialog:has(.credit-main-form__your-car-modal) .gap-3 {
		gap: 20px !important;
	}
	.modal-dialog:has(.credit-main-form__your-car-modal) .form-control {
		font-size: 20px;
		padding: 0.563em 0.75em;
		border-radius: 0.313em;
	}
	.modal-dialog:has(.credit-main-form__your-car-modal) .btn {
		font-size: 20px;
		--bs-btn-padding-x: 0.75em;
		--bs-btn-padding-y: 0.563em;
		--bs-btn-font-size: 1em;
		--bs-btn-border-radius: 0.313em;
	}
}
.credit-main-form__prices {
	margin-top: 12px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.credit-main-form__price-title {
	font-size: 14px;
	margin-bottom: 0;
	margin-bottom: 2px;
	font-weight: 300;
}
.credit-main-form__price-value {
	font-size: 20px;
	margin-bottom: 0;
	font-weight: 600;
}
@media (max-width: 767.98px) {
	.credit-main-form {
		padding: 22px 18px;
	}
	.credit-main-form .row {
		flex-direction: column;
	}
	.credit-main-form__title {
		font-size: 24px;
	}
}
@media (min-width: 992px) {
	.credit-main-form__head {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.credit-main-form__tabs .nav-link {
		padding: 0.5rem 1rem;
	}
	.credit-main-form__form,
	.credit-main-form-personal-data__form {
		grid-gap: 2.25rem 1.25rem;
	}
	.credit-main-form__form .form-control,
	.credit-main-form-personal-data__form .form-control {
		font-size: 1.5rem;
		font-family:
			"Cignika",
			system-ui,
			-apple-system,
			BlinkMacSystemFont,
			"Segoe UI",
			Roboto,
			Oxygen,
			Ubuntu,
			Cantarell,
			"Open Sans",
			"Helvetica Neue",
			sans-serif;
	}
	.credit-main-form__form .form-select,
	.credit-main-form-personal-data__form .form-select,
	.credit-main-form__form .select2-selection__rendered,
	.credit-main-form-personal-data__form .select2-selection__rendered {
		font-size: 1.125rem;
		padding-left: 1.125rem !important;
	}
	.credit-main-form__form .select2-selection,
	.credit-main-form-personal-data__form .select2-selection,
	.credit-main-form__form .btn,
	.credit-main-form-personal-data__form .btn {
		height: 3.75rem !important;
	}
	.credit-main-form__personal-data .form-control {
		font-size: 1.25rem;
		height: 3.75rem;
	}
	.credit-main-form__personal-data .btn {
		height: 3.75rem;
	}
	.credit-main-form__personal-data .form-check {
		place-self: center;
	}
}

.credit-main-form-personal-data__title {
	margin-bottom: 0.9375rem;
}
@media (min-width: 768px) {
	.credit-main-form-personal-data__form {
		grid-template-columns: repeat(2, 1fr);
		align-items: center;
	}
}
@media (max-width: 767.98px) {
	.credit-main-form-personal-data__form .btn {
		order: 2;
	}
}

.credit-main-total__title {
	margin-bottom: 1.25rem;
}
.credit-main-total__card {
	display: block;
	-moz-column-count: 2;
	column-count: 2;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	-moz-column-width: 15rem;
	column-width: 15rem;
}
.credit-main-total__card > * + * {
	margin-top: 1.25rem;
}
@media (min-width: 1200px) {
	.credit-main-total__title {
		font-size: 2rem;
		padding: 0 2.25rem;
	}
	.credit-main-total__card {
		padding: 2.125rem 2.375rem !important;
	}
	.credit-main-total__card > * + * {
		margin-top: 2.25rem;
	}
	.credit-main-total__group-value {
		font-size: 2rem;
	}
}

.promo-main .swiper {
	--swiper-slides: 4;
	overflow: visible;
}
.promo-main .swiper-slide {
	min-width: min(75%, 16.5rem);
	height: auto;
}
.promo-main__item {
	height: 100%;
}
@media (max-width: 767.98px) {
	.promo-main {
		overflow: hidden;
	}
	.promo-main .swiper {
		--swiper-slides: 1.75;
		--swiper-gap: 0.625rem;
		overflow: visible;
	}
	.promo-main .swiper-slide {
		min-width: unset;
	}
}

.promo-item {
	display: flex;
	flex-direction: column;
}
.promo-item__main {
	flex: 1;
	display: flex;
	flex-direction: column;
	background-size: cover;
	background-position: center;
	padding-top: 2.5rem;
}
.promo-item__name {
	margin-bottom: 0.9375rem;
}
.promo-item__description {
	margin-bottom: 0.875rem;
}
.promo-item__term {
	margin-top: auto;
}
@media (max-width: 767.98px) {
	.promo-item__main {
		padding-top: 4rem;
		min-height: 13.125rem;
		position: relative;
		z-index: 0;
		overflow: hidden;
	}
	.promo-item__main::before {
		content: "";
		position: absolute;
		z-index: -1;
		inset: 0;
		background: rgba(0, 0, 0, 0.2666666667);
	}
	.promo-item__name {
		font-size: 1.5rem !important;
	}
	.promo-item__description {
		font-size: 1rem !important;
	}
	.promo-item__term {
		font-size: 0.75rem !important;
	}
	.promo-item__button {
		margin-top: 0.5rem !important;
	}
	.promo-item__button .btn {
		font-size: 0.875rem;
		border-radius: 0.375rem;
	}
}
@media (min-width: 992px) {
	.promo-item__main {
		padding: 1rem 2.188rem;
		padding-top: min(18vw, 17.75rem);
		border-radius: 1.5rem;
	}
	.promo-item__description {
		font-size: 1.25rem !important;
	}
}
@media (hover: hover) {
	.promo-item__main {
		position: relative;
		z-index: 0;
		overflow: hidden;
		transition: all 0.2s ease-in-out;
		transition-property: transform, box-shadow, opacity;
	}
	.promo-item__main::after {
		content: "";
		position: absolute;
		inset: 0;
		background: linear-gradient(25deg, rgba(255, 255, 255, 0) 50%, #fff 100%);
		opacity: 0;
		transform: translateY(-50%);
		transition: inherit;
	}
	.promo-item__main:hover {
		transform: perspective(600px) translate3d(0, 0, 10px) rotateX(1deg);
		box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1333333333);
	}
	.promo-item__main:hover::after {
		opacity: 0.25;
		transform: translateY(0%);
	}
}

.reviews-main__inner {
	display: grid;
	grid-gap: 1.875rem;
}
.reviews-main__row {
	display: grid;
	grid-gap: 1.25rem;
}
.reviews-main__row-items {
	display: grid;
	grid-gap: 1.25rem;
	align-content: start;
}
@media (min-width: 768px) {
	.reviews-main__row-items {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (min-width: 992px) {
	.reviews-main__inner {
		grid-template-columns: repeat(4, 1fr);
	}
	.reviews-main__row-head > * {
		height: 7.875rem;
		justify-content: space-between;
	}
	.reviews-main__row-items {
		grid-template-columns: repeat(1, 1fr);
	}
}

.reviews-main-item {
	display: flex;
	flex-direction: column;
	gap: 0.9375rem;
}
.reviews-main-item__head {
	display: flex;
	align-items: center;
	gap: 0.9375rem;
}
.reviews-main-item__user-avatar {
	width: 3.5rem;
	height: 3.5rem;
}
.reviews-main-item__user-avatar img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 0.75rem;
}
.reviews-main-item__video-preview {
	width: 5.438rem;
	height: 4.75rem;
}
.reviews-main-item__video-preview a::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	margin: 1.25rem;
	width: 1rem;
	height: 1rem;
	background: #ff4242;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 6.76795C16.3333 7.53775 16.3333 9.46226 15 10.2321L3.75 16.7272C2.41667 17.497 0.75 16.5348 0.75 14.9952L0.750001 2.00482C0.750001 0.465215 2.41667 -0.497037 3.75 0.272763L15 6.76795Z' fill='%23F21A1A'/%3E%3C/svg%3E%0A");
	mask-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 6.76795C16.3333 7.53775 16.3333 9.46226 15 10.2321L3.75 16.7272C2.41667 17.497 0.75 16.5348 0.75 14.9952L0.750001 2.00482C0.750001 0.465215 2.41667 -0.497037 3.75 0.272763L15 6.76795Z' fill='%23F21A1A'/%3E%3C/svg%3E%0A");
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}
.reviews-main-item__video-preview img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 0.75rem;
}
.reviews-form__title {
	margin-bottom: 0;
}
.reviews-form__subtitle {
	font-size: 1.125rem;
	margin-bottom: 0.9375rem;
}
.reviews-form__form {
	display: grid;
	grid-gap: 0.9375rem;
}
.reviews-form__form textarea.form-control {
	resize: none;
	min-height: 5.938rem;
}
@media (min-width: 768px) {
	.reviews-form__form {
		grid-template-columns: repeat(2, auto) 1fr;
	}
	.reviews-form__form textarea.form-control,
	.reviews-form__form .form-check {
		grid-column: 1/-1;
	}
}
@media (min-width: 992px) {
	.reviews-form__card {
		max-width: 50rem;
		padding: 1.875rem 3.75rem;
	}
}

@media (min-width: 992px) {
	.faq .accordion {
		max-width: 55rem;
	}
}

.popup-autoteka {
	background: unset;
	padding: 0;
}
.popup-autoteka__head {
	margin-bottom: 1.25rem;
}
.popup-autoteka__content {
	display: grid;
	grid-gap: 1.25rem 2.125rem;
}
.popup-autoteka__checks-list {
	margin-bottom: unset;
	display: grid;
	grid-gap: 1.25rem 2.5rem;
	grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
}
.popup-autoteka__checks-list > * {
	display: flex;
	gap: 0.625rem;
}
.popup-autoteka__checks-list > *::before {
	flex-shrink: 0;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.71365 19.4274C4.35754 19.4274 0 15.0699 0 9.71377C0 4.35766 4.35754 0.00012207 9.71365 0.00012207C11.4356 0.00012207 13.1274 0.45659 14.6057 1.32042C14.9791 1.53889 15.105 2.01803 14.8865 2.39139C14.6687 2.76475 14.1889 2.89067 13.8156 2.67219C12.5771 1.94814 11.1586 1.56597 9.71365 1.56597C5.22137 1.56597 1.56647 5.22086 1.56647 9.71377C1.56647 14.2067 5.22137 17.8616 9.71365 17.8616C14.2059 17.8616 17.8608 14.2067 17.8608 9.71377C17.8608 9.04323 17.7796 8.37836 17.6197 7.73805C17.5152 7.31873 17.7702 6.89374 18.1901 6.7886C18.6101 6.68408 19.0351 6.93907 19.1396 7.35902C19.3303 8.12337 19.4273 8.91605 19.4273 9.7144C19.4273 15.0705 15.0698 19.4281 9.71428 19.4281L9.71365 19.4274Z' fill='%2389D61C'/%3E%3Cpath d='M9.70586 13.5707C9.70271 13.5707 9.69956 13.5707 9.69642 13.5707C9.46283 13.5682 9.24247 13.4605 9.09577 13.2786L4.80496 7.94322C4.53423 7.60638 4.58775 7.11339 4.92459 6.84203C5.26143 6.5713 5.75442 6.62419 6.02578 6.96166L9.7216 11.5572L18.6186 1.03135C18.8976 0.700799 19.3918 0.659874 19.7224 0.938792C20.0529 1.21771 20.0938 1.71196 19.8149 2.0425L10.304 13.293C10.1554 13.4693 9.9363 13.5707 9.70586 13.5707Z' fill='%2389D61C'/%3E%3C/svg%3E%0A");
	mask-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.71365 19.4274C4.35754 19.4274 0 15.0699 0 9.71377C0 4.35766 4.35754 0.00012207 9.71365 0.00012207C11.4356 0.00012207 13.1274 0.45659 14.6057 1.32042C14.9791 1.53889 15.105 2.01803 14.8865 2.39139C14.6687 2.76475 14.1889 2.89067 13.8156 2.67219C12.5771 1.94814 11.1586 1.56597 9.71365 1.56597C5.22137 1.56597 1.56647 5.22086 1.56647 9.71377C1.56647 14.2067 5.22137 17.8616 9.71365 17.8616C14.2059 17.8616 17.8608 14.2067 17.8608 9.71377C17.8608 9.04323 17.7796 8.37836 17.6197 7.73805C17.5152 7.31873 17.7702 6.89374 18.1901 6.7886C18.6101 6.68408 19.0351 6.93907 19.1396 7.35902C19.3303 8.12337 19.4273 8.91605 19.4273 9.7144C19.4273 15.0705 15.0698 19.4281 9.71428 19.4281L9.71365 19.4274Z' fill='%2389D61C'/%3E%3Cpath d='M9.70586 13.5707C9.70271 13.5707 9.69956 13.5707 9.69642 13.5707C9.46283 13.5682 9.24247 13.4605 9.09577 13.2786L4.80496 7.94322C4.53423 7.60638 4.58775 7.11339 4.92459 6.84203C5.26143 6.5713 5.75442 6.62419 6.02578 6.96166L9.7216 11.5572L18.6186 1.03135C18.8976 0.700799 19.3918 0.659874 19.7224 0.938792C20.0529 1.21771 20.0938 1.71196 19.8149 2.0425L10.304 13.293C10.1554 13.4693 9.9363 13.5707 9.70586 13.5707Z' fill='%2389D61C'/%3E%3C/svg%3E%0A");
	color: #89d61c;
}
.popup-autoteka__detail-list {
	margin-bottom: unset;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}
.popup-autoteka__detail-item-title {
	display: flex;
	gap: 0.625rem;
	align-items: center;
}
.popup-autoteka__detail-item-title::before {
	flex-shrink: 0;
	width: 0.875rem;
	height: 0.875rem;
	color: #89d61c;
	border-radius: 50%;
}
@media (min-width: 992px) {
	.popup-autoteka__content {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 1.875rem 2.5rem;
	}
	.popup-autoteka__detail {
		grid-row: span 2;
		position: relative;
		margin-top: 1.875rem;
		margin-bottom: 1.875rem;
	}
	.popup-autoteka__detail-list {
		position: absolute;
		inset: 0;
		overflow: auto;
		padding-right: 1.875rem;
	}
	.popup-autoteka__info {
		order: 2;
	}
	.popup-autoteka__checks-list {
		grid-gap: 2.5rem;
	}
	.popup-autoteka__detail-list {
		gap: 1.875rem;
	}
}

.not-found {
	margin: 5rem 0 !important;
}
.not-found__inner {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.not-found__code {
	font-size: clamp(5rem, 11vw, 12.5rem);
}
.not-found__buttons {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem 1rem;
	width: 100%;
	max-width: 28rem;
}
.not-found__buttons > * {
	flex: 1;
}
.catalog-filter__card {
    overflow: hidden;
}
.catalog-filter__btn-parameters {
	--bs-btn-padding-x: 0.75rem;
	--bs-btn-padding-y: 0.6rem;
	--bs-btn-font-size: 0.875rem;
	background: #373737;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.75rem;
}
.catalog-filter__btn-parameters::before {
	content: "";
	width: 1.25em;
	height: 1.25em;
	background: currentColor;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='19' height='14' viewBox='0 0 19 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1311_12717)'%3E%3Cpath d='M17.9297 1.75737L14.2493 1.71826' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.72846 1.65976L1.18384 1.57959' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.2493 1.72356L14.2494 1.71362C14.2555 1.13558 13.7919 0.662013 13.2139 0.65587L10.838 0.630623C10.26 0.62448 9.78642 1.08809 9.78027 1.66613L9.78017 1.67607C9.77402 2.25411 10.2376 2.72768 10.8157 2.73382L13.1915 2.75907C13.7696 2.76521 14.2431 2.3016 14.2493 1.72356Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.1272 6.91113L3.75633 6.93907' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.2771 6.99756L17.8731 7.08891' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.80761 6.94538L4.80751 6.95532C4.80137 7.53336 5.26498 8.00693 5.84302 8.01308L8.21886 8.03832C8.7969 8.04447 9.27047 7.58085 9.27661 7.00282L9.27672 6.99287C9.28286 6.41484 8.81925 5.94127 8.24121 5.93512L5.86537 5.90988C5.28733 5.90373 4.81376 6.36735 4.80761 6.94538Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.8164 12.4203L12.0327 12.3589' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.51173 12.3005L1.07031 12.2427' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.0327 12.3637L12.0328 12.3538C12.039 11.7757 11.5754 11.3021 10.9973 11.296L8.62147 11.2708C8.04343 11.2646 7.56986 11.7282 7.56372 12.3063L7.56361 12.3162C7.55747 12.8942 8.02108 13.3678 8.59912 13.374L10.975 13.3992C11.553 13.4053 12.0266 12.9417 12.0327 12.3637Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1311_12717'%3E%3Crect width='17.2703' height='13.2903' fill='white' transform='translate(0.936035 0.263672) rotate(0.608842)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
	mask-image: url("data:image/svg+xml,%3Csvg width='19' height='14' viewBox='0 0 19 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1311_12717)'%3E%3Cpath d='M17.9297 1.75737L14.2493 1.71826' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.72846 1.65976L1.18384 1.57959' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.2493 1.72356L14.2494 1.71362C14.2555 1.13558 13.7919 0.662013 13.2139 0.65587L10.838 0.630623C10.26 0.62448 9.78642 1.08809 9.78027 1.66613L9.78017 1.67607C9.77402 2.25411 10.2376 2.72768 10.8157 2.73382L13.1915 2.75907C13.7696 2.76521 14.2431 2.3016 14.2493 1.72356Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.1272 6.91113L3.75633 6.93907' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.2771 6.99756L17.8731 7.08891' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.80761 6.94538L4.80751 6.95532C4.80137 7.53336 5.26498 8.00693 5.84302 8.01308L8.21886 8.03832C8.7969 8.04447 9.27047 7.58085 9.27661 7.00282L9.27672 6.99287C9.28286 6.41484 8.81925 5.94127 8.24121 5.93512L5.86537 5.90988C5.28733 5.90373 4.81376 6.36735 4.80761 6.94538Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.8164 12.4203L12.0327 12.3589' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.51173 12.3005L1.07031 12.2427' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.0327 12.3637L12.0328 12.3538C12.039 11.7757 11.5754 11.3021 10.9973 11.296L8.62147 11.2708C8.04343 11.2646 7.56986 11.7282 7.56372 12.3063L7.56361 12.3162C7.55747 12.8942 8.02108 13.3678 8.59912 13.374L10.975 13.3992C11.553 13.4053 12.0266 12.9417 12.0327 12.3637Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1311_12717'%3E%3Crect width='17.2703' height='13.2903' fill='white' transform='translate(0.936035 0.263672) rotate(0.608842)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}
.catalog-filter__offcanvas {
	--bs-offcanvas-height: 100dvh;
	--bs-offcanvas-bg: #1a1a1a;
	--bs-offcanvas-color: #fff;
}
@media (max-width: 767.98px) {
	.catalog-filter__offcanvas .catalog-filter__card {
		background: unset !important;
		padding: unset;
		border: unset;
		height: 100%;
	}
	.catalog-filter__offcanvas .catalog-filter__inner {
		height: 100%;
		display: flex;
		flex-direction: column;
		gap: 0.75rem;
	}
	.catalog-filter__offcanvas .catalog-filter__inner *:has(+ .btn) {
		margin-bottom: auto;
	}
	.catalog-filter__offcanvas .catalog-filter__inner .btn {
		position: sticky;
		z-index: 1045;
		margin-top: 1rem;
		bottom: 0;
		box-shadow: 0 50px 10px 50px #1a1a1a;
	}
}

.catalog-filter__collections {
    margin-bottom: 1.125rem;
}
.catalog-filter__collections .swiper {
    --swiper-slides: 6;
    --swiper-gap: 1rem;

    overflow: visible;
}
.catalog-filter__collections .swiper-slide {
    min-width: fit-content;
}
.catalog-filter__collections .btn {
    width: 100%;
    --bs-btn-padding-y: .9375rem;
    --bs-btn-border-radius: 0.75rem;

    white-space: nowrap;
}
.catalog-filter__collections .btn-dark {
    --bs-btn-bg: rgba(55, 55, 55, 1);
}

@media (max-width: 767.98px) {

    .catalog-filter__offcanvas .offcanvas-body {
        /* overflow: hidden; */
    }
    .catalog-filter__offcanvas .offcanvas-body .catalog-filter__card {
        overflow: visible;
    }
    
    .catalog-filter__tabs,
    .catalog-filter__collections {
        margin-bottom: 0.75rem;
    }
    .catalog-filter__collections .swiper {
        --swiper-gap: .3125rem;
    }
    .catalog-filter__collections .btn {
        --bs-btn-padding-y: .375rem;
        --bs-btn-padding-x: .6875rem;
        --bs-btn-border-radius: 0.5rem;
        --bs-btn-font-size: 0.75rem;
    }
}


/* */
/* update */
/* */
.model-new {
	font-family:
		"Cignika",
		system-ui,
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		Roboto,
		Oxygen,
		Ubuntu,
		Cantarell,
		"Open Sans",
		"Helvetica Neue",
		sans-serif;
}
.model-new__inner > *,
.model-new__main > * {
	min-width: 0;
}
.model-new__inner {
	display: grid;
	grid-gap: 1.25rem;
}
.model-new__preview img {
	display: block;
	width: 100%;
	aspect-ratio: 4/3;
	object-fit: contain;
	object-position: center;
}
.model-new__sidebar-track {
	position: -webkit-sticky;
	position: sticky;
	top: 8rem;
}
.model-new__tabs {
	padding-bottom: 1rem;
}
@media (max-width: 991.98px) {
	.model-new {
		overflow: hidden;
	}
	.model-new .swiper {
		overflow: visible;
	}
	.model-new__contacts,
	.model-new__preview,
	.model-new__cars {
		display: none !important;
	}
	.model-new__main {
		display: contents;
	}
	.model-new__gallery {
		order: 1;
	}
	.model-new__head {
		order: 2;
	}
	.model-new__sidebar {
		order: 3;
	}
	.model-new__form {
		order: 4;
	}
	.model-new__props {
		order: 5;
	}
	.model-new__tabs {
		order: 6;
	}
	.model-new__discounts {
		margin-right: 2.75rem;
	}
}
@media (min-width: 992px) {
	.model-new__inner {
		grid-template-columns: 1fr 19rem;
		grid-gap: 5rem;
	}
	.model-new__main {
		display: grid;
		grid-template-columns: 16.5rem 1fr 20rem;
		grid-gap: 1rem;
	}
	.model-new__head,
	.model-new__contacts,
	.model-new__gallery,
	.model-new__tabs {
		grid-column: 1/-1;
	}
	.model-new__head {
		margin-right: 2.25rem;
	}
	.model-new__props {
		margin-top: 1.125rem;
		margin-left: 2.25rem;
	}
	.model-new__form {
		margin-top: 2.25rem;
		margin-right: 2.25rem;
	}
	.model-new__tabs {
		margin-top: 1.5rem;
		margin-left: 2.25rem;
		margin-right: 2.25rem;
		max-width: 58.75rem;
	}
	.model-new__discounts,
	.model-new__cars {
		margin-right: 1.5rem;
	}
}
@media (max-width: 767.98px) {
	.model-new__inner {
		grid-gap: 0.625rem;
	}
}
@media (max-width: 575.98px) {
	.model-new__form {
		margin-left: calc(var(--bs-gutter-x) / -2);
		margin-right: calc(var(--bs-gutter-x) / -2);
		padding-left: calc(var(--bs-gutter-x) / 2);
		padding-right: calc(var(--bs-gutter-x) / 2);
		border-radius: 0;
		background: #efefef;
		padding-top: 0.625rem;
		padding-bottom: 0.625rem;
	}
	.model-new__gallery {
		margin-left: calc(var(--bs-gutter-x) / -2);
		margin-right: calc(var(--bs-gutter-x) / -2);
		padding-left: calc(var(--bs-gutter-x) / 2) !important;
		padding-right: calc(var(--bs-gutter-x) / 2) !important;
		border-radius: 0 !important;
	}
}

.model-new-head {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: start;
}
.model-new-head__title {
	font-size: 3rem;
	line-height: 1.3;
	font-weight: bold;
	margin-bottom: 0.625rem;
}
.model-new-head__row-title-bottom {
	display: flex;
	align-items: baseline;
	gap: 1.25rem;
}
.model-new-head__tag-new {
	font-size: 0.75rem;
	font-weight: 600;
	color: #00a10b;
}
.model-new-head__watchers {
	font-size: 0.813rem;
	color: rgba(28, 33, 40, 0.6);
}
.model-new-head__rating {
	display: flex;
	align-items: center;
	gap: 0.313rem;
}
.model-new-head__rating-name {
	font-size: 0.875rem;
	font-weight: 600;
}
.model-new-head__rating-value {
	font-size: 0.75rem;
	font-weight: 700;
}
.model-new-head__rating-star {
	width: 0.875rem;
	height: 0.875rem;
	background-image: url("data:image/svg+xml,%3Csvg width='15' height='13' viewBox='0 0 15 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.668 4.95238L9.57706 4.33333L7.66797 0L5.75888 4.33333L0.667969 4.95238L4.30224 8.04762L3.21342 13L7.66797 10.522L12.1225 13L11.0337 8.04762L14.668 4.95238Z' fill='%23FFA100'/%3E%3C/svg%3E%0A");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.model-new-head__rating-count {
	font-size: 0.75rem;
	color: #bcbcbc;
}
.model-new-head__row-prices {
	display: grid;
	justify-items: end;
}
.model-new-head__row-prices-top {
	display: flex;
	align-items: baseline;
	gap: 0.5rem;
}
.model-new-head__tag-avail {
	font-size: 0.75rem;
	align-self: center;
	padding: 0.313rem 0.625rem;
	border-radius: 1rem;
	background: #d9f2df;
	color: #00a10b;
}
.model-new-head__price-current {
	font-size: 2.25rem;
	font-weight: 700;
}
.model-new-head__price-current small,
.model-new-head__price-current .small {
	font-size: 1.5rem;
}
.model-new-head__price-old {
	font-size: 1.125rem;
	font-weight: 300;
	color: #bcbcbc;
	margin-right: 0.625rem;
}
@media (min-width: 992px) {
	.model-new-head__rating {
		display: none;
	}
}
@media (max-width: 991.98px) {
	.model-new-head {
		grid-template-columns: unset;
	}
	.model-new-head__tag-new {
		display: none;
	}
	.model-new-head__watchers {
		display: none;
	}
	.model-new-head__tag-avail {
		display: none;
	}
	.model-new-head__row-prices {
		display: flex;
		gap: 0.938rem;
		justify-items: unset;
		align-items: baseline;
	}
}
@media (max-width: 767.98px) {
	.model-new-head__row-title {
		margin-bottom: 0.375rem;
	}
	.model-new-head__title {
		font-size: 1.25rem;
		margin-bottom: 0.5rem;
	}
	.model-new-head__price-current {
		font-size: 1.5rem;
	}
	.model-new-head__price-current small,
	.model-new-head__price-current .small {
		font-size: 1rem;
	}
	.model-new-head__price-old {
		font-size: 0.75rem;
	}
}

.model-new-discounts__title {
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 1.3rem;
}
.model-new-discounts__items > * + * {
	margin-top: 1.3rem;
}
.model-new-discounts__item {
	font-size: 0.875rem;
	display: flex;
	justify-content: space-between;
}
.model-new-discounts__item::before {
	content: " ";
	flex-grow: 1;
	order: 1;
	border-bottom: 1px dashed #cacaca;
	align-self: baseline;
	line-height: 1;
	margin: 0 0.25rem;
}
.model-new-discounts__item--main {
	font-size: 1rem;
}
.model-new-discounts__item--main .model-new-discounts__item-name {
	font-weight: 400;
}
.model-new-discounts__item--main .model-new-discounts__item-value {
	color: #ff4242;
}
.model-new-discounts__item-name {
	font-weight: 300;
}
.model-new-discounts__item-value {
	order: 2;
	font-weight: 600;
	color: #00a10b;
}
.model-new-discounts__descr {
	margin-top: 1.3rem;
	font-size: 0.75rem;
	color: #c0c0c0;
}
@media (max-width: 767.98px) {
	.model-new-discounts__title {
		font-size: 0.875rem;
		margin-bottom: 0.625rem;
	}
	.model-new-discounts__items > * + * {
		margin-top: 10px;
	}
	.model-new-discounts__item {
		font-size: 0.75rem;
	}
	.model-new-discounts__item--main {
		font-size: 0.875rem;
	}
	.model-new-discounts__descr {
		margin-top: 0.5rem;
		font-size: 0.75rem;
	}
}

.model-new-contacts__rating {
	display: flex;
	align-items: center;
	gap: 0.938rem;
}
.model-new-contacts__rating-name {
	font-weight: 600;
}
.model-new-contacts__rating-value {
	font-size: 0.938rem;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 0.375rem;
}
.model-new-contacts__rating-value::before {
	content: "";
	display: block;
	width: 0.875rem;
	height: 0.875rem;
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 13.2L12.7 14.5C12.7 14.5 9.671 11.343 7 11.357C4.329 11.371 1.429 14.386 1.429 14.386L0.114 13.07C0.114 13.07 3.114 10.17 3.143 7.499C3.157 4.843 0 1.8 0 1.8L1.3 0.5C1.3 0.5 4.329 3.657 7 3.643C9.671 3.629 12.571 0.614 12.571 0.614L13.871 1.914C13.871 1.914 10.871 4.814 10.843 7.486C10.843 10.157 14 13.2 14 13.2Z' fill='black'/%3E%3C/svg%3E%0A");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.model-new-contacts__callback a {
	font-size: 1.25rem;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 0.75rem;
	--bs-link-color-rgb: 0, 0, 0;
}
.model-new-contacts__callback a::before {
	content: "";
	width: 1.25rem;
	height: 1.25rem;
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.4666 5.36421L18.3308 0.5L19.8192 1.98842L14.9561 6.85368L17.895 9.79263H10.5266V2.42421L13.4666 5.36421ZM1.17291 3.09368C1.8908 2.37579 4.05396 2.25684 4.0708 2.63579C4.08659 3.01474 6.01923 7.22526 6.03712 7.60421C6.05291 7.98421 4.76133 9.27789 4.38449 9.65684C4.00975 10.0326 6.9108 13.3179 6.96449 13.38C7.02765 13.4347 10.3045 16.3421 10.6792 15.9674C11.0561 15.5884 12.3476 14.2937 12.7255 14.3105C13.1045 14.3274 17.3045 16.2653 17.6834 16.2811C18.0624 16.2989 17.9424 18.4663 17.2255 19.1863C16.615 19.7989 13.4434 22.0263 7.9308 18.0484C7.32554 17.7 6.36765 16.9 4.91607 15.4453L4.91396 15.4432L4.9108 15.44L4.90659 15.4358L4.90344 15.4337C3.45291 13.9779 2.65501 13.0179 2.30765 12.4126C-1.66077 6.88632 0.561331 3.70737 1.17291 3.09368Z' fill='%2336B555'/%3E%3C/svg%3E%0A");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.model-new-contacts__time {
	font-size: 0.875rem;
	font-weight: 300;
	color: #999999;
}
@media (min-width: 992px) {
	.model-new-contacts {
		background: #fff;
		border-radius: 0.5rem;
		box-shadow:
			0px 2px 6px rgba(0, 0, 0, 0.06),
			0px 4px 24px rgba(9, 19, 52, 0.04);
		overflow: hidden;
		display: grid;
		grid-template-columns: 100fr 63fr 78fr;
	}
	.model-new-contacts__col {
		padding: 1.563rem 1.375rem;
		display: grid;
	}
	.model-new-contacts__col--2 {
		padding-left: 0;
		padding-right: 0;
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
	}
	.model-new-contacts__col--3 {
		background: #000;
		color: #fff;
	}
	.model-new-contacts__rating-address {
		display: grid;
		grid-template-columns: auto 1fr;
		align-items: center;
		grid-gap: 0.875rem;
	}
	.model-new-contacts__rating-address-icon {
		width: 3rem;
		height: 3rem;
	}
	.model-new-contacts__rating-address-icon img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	.model-new-contacts__address {
		font-size: 0.75rem;
	}
	.model-new-contacts__callback {
		border-left: 1px solid #d2d2d2;
		display: grid;
		justify-content: center;
		align-items: center;
	}
	.model-new-contacts__time-phone {
		display: grid;
		justify-content: center;
		align-items: center;
	}
	.model-new-contacts__phone a {
		font-size: 1.25rem;
		--bs-link-color-rgb: 255, 255, 255;
	}
}
@media (max-width: 991.98px) {
	.model-new-contacts {
		display: grid;
		grid-template-columns: 1fr auto;
		grid-template-areas: "rating time" "callback phone";
		align-items: baseline;
		justify-items: start;
		grid-gap: 0.5rem;
	}
	.model-new-contacts__col--3 {
		display: contents;
	}
	.model-new-contacts__rating-address-icon {
		display: none;
	}
	.model-new-contacts__rating {
		grid-area: rating;
	}
	.model-new-contacts__rating-name {
		font-size: 0.875rem;
	}
	.model-new-contacts__rating-value {
		font-size: 0.75rem;
	}
	.model-new-contacts__rating-value::before {
		order: 2;
		background-image: url("data:image/svg+xml,%3Csvg width='15' height='13' viewBox='0 0 15 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.666 4.95238L9.57511 4.33333L7.66602 0L5.75692 4.33333L0.666016 4.95238L4.30029 8.04762L3.21147 13L7.66602 10.522L12.1206 13L11.0317 8.04762L14.666 4.95238Z' fill='%23FFA100'/%3E%3C/svg%3E%0A");
	}
	.model-new-contacts__address {
		display: none;
	}
	.model-new-contacts__callback {
		grid-area: callback;
	}
	.model-new-contacts__callback a {
		font-size: 0.875rem;
		padding: 0.313rem 0.625rem;
		border: 1px solid #d2d2d2;
		box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
		border-radius: 0.375rem;
	}
	.model-new-contacts__callback a::before {
		width: 1rem;
		height: 1rem;
	}
	.model-new-contacts__time-phone {
		display: contents;
	}
	.model-new-contacts__time {
		grid-area: time;
		justify-self: end;
		font-size: 0.75rem;
	}
	.model-new-contacts__phone {
		grid-area: phone;
		justify-self: end;
	}
	.model-new-contacts__phone a {
		font-size: 1rem;
		--bs-link-color-rgb: 0, 0, 0;
	}
}

.model-new-form__title {
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 0.25rem;
}
.model-new-form__subtitle {
	font-size: 0.875rem;
	font-weight: 700;
	margin-bottom: 1.125rem;
}
.model-new-form__credit-price-row {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	margin-bottom: 0.75rem;
}
.model-new-form__credit-price-row-title {
	font-size: 0.75rem;
	font-weight: 300;
}
.model-new-form__credit-price-row-value {
	font-weight: 600;
}
.model-new-form__form {
	display: grid;
	grid-gap: 1.125rem;
}
.model-new-form__form .btn,
.model-new-form__form .form-check {
	margin-top: 0.313rem;
}
.model-new-form__form .form-check-label {
	font-size: 0.75rem;
	color: #999999;
}
@media (max-width: 767.98px) {
	.model-new-form__title {
		font-size: 1.25rem;
		margin-bottom: 0.375rem;
	}
	.model-new-form__subtitle {
		font-size: 0.75rem;
		margin-bottom: 0.625rem;
	}
	.model-new-form__credit-price-row {
		margin-bottom: 0.625rem;
	}
	.model-new-form__credit-price-row-title {
		font-size: 0.75rem;
	}
	.model-new-form__credit-price-row-value {
		font-size: 0.813rem;
	}
	.model-new-form__form {
		grid-gap: 0.875rem;
	}
	.model-new-form__form .btn,
	.model-new-form__form .form-check {
		margin-top: unset;
	}
}

.model-new-gallery {
	position: relative;
	z-index: 0;
	overflow: hidden;
	background: #efefef;
	border-radius: 1.5rem;
}
.model-new-gallery .swiper {
	padding: 2.313rem 2rem 0;
	--swiper-gap: 1.5rem;
}
.model-new-gallery .swiper img {
	width: 100%;
	aspect-ratio: 30/18;
	object-fit: cover;
	object-position: center;
	border-radius: 0.75rem;
}
.model-new-gallery .swiper-slide {
	max-width: min(18.938rem, 85%);
}
.model-new-gallery .swiper-scrollbar {
	height: 0.938rem;
	bottom: 0;
	left: 0;
	right: 0;
	width: auto;
	border-radius: 0;
	background: #e5e5e5;
}
.model-new-gallery .swiper-scrollbar-drag {
	border-radius: 0;
	background: #2d2d2d;
}
.model-new-gallery__tags {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	margin: 1.75rem 0.75rem;
	display: flex;
	gap: 0.375rem;
}
.model-new-gallery__tag {
	font-size: 12px;
	background: #fff;
	border-radius: 1rem;
	padding: 0.25rem 0.75rem;
}
.model-new-gallery__tag--new {
	background: #00a10b;
	color: #fff;
}
.model-new-gallery__tag--awail {
	background: #d9f2df;
	color: #00a10b;
}
@media (min-width: 992px) {
	.model-new-gallery__tags {
		display: none;
	}
}
@media (max-width: 767.98px) {
	.model-new-gallery::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		padding-bottom: 0.938rem;
		background: #e5e5e5;
	}
	.model-new-gallery .swiper {
		padding: 0;
		padding-bottom: 0.938rem;
		--swiper-gap: 0.875rem;
	}
	.model-new-gallery .swiper img {
		border-radius: 0;
	}

	.index-banner-slider__inner {
		position: relative;
	}

	.index-banner-slider__inner::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 60%;
		background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
	}
	.index-banner-slider__content {
		position: relative;
		z-index: 2;
	}
}

.model-new-props__list {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}
.model-new-props__item {
	display: flex;
	gap: 1.375rem;
	align-items: center;
}
.model-new-props__item--comp .model-new-props__item-value {
	font-size: 1rem;
	color: #ff4242;

	display: flex;
	align-items: center;
	gap: 0.5rem;
}
.model-new-props__item--comp .model-new-props__item-value:after {
	content: "";
	display: block;
	width: 0.9375rem;
	height: 0.9375rem;
	background-color: currentColor;
	mask-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.92744 5.16124C2.87496 5.10973 2.81323 5.06947 2.74577 5.04274C2.67831 5.01602 2.60644 5.00335 2.53427 5.00547C2.46209 5.00759 2.39103 5.02446 2.32513 5.0551C2.25923 5.08575 2.19979 5.12957 2.1502 5.18408C2.10061 5.23858 2.06184 5.3027 2.03611 5.37276C2.01037 5.44283 1.99818 5.51747 2.00022 5.59243C2.00226 5.66739 2.0185 5.7412 2.048 5.80964C2.07751 5.87808 2.11971 5.93982 2.17219 5.99132L7.11928 10.8439C7.22134 10.9442 7.35646 11 7.49691 11C7.63736 11 7.77248 10.9442 7.87454 10.8439L12.8222 5.99132C12.8758 5.94016 12.9191 5.87844 12.9496 5.80974C12.98 5.74105 12.9971 5.66675 12.9997 5.59117C13.0022 5.51558 12.9903 5.44022 12.9646 5.36945C12.9389 5.29869 12.9 5.23393 12.85 5.17894C12.8 5.12395 12.74 5.07983 12.6734 5.04913C12.6069 5.01844 12.5351 5.00178 12.4623 5.00014C12.3895 4.99849 12.3171 5.01188 12.2493 5.03954C12.1815 5.0672 12.1197 5.10856 12.0675 5.16124L7.49691 9.64392L2.92744 5.16124Z' fill='%237984A5'/%3E%3C/svg%3E%0A");
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
}

.model-new-props__icon {
	width: 1.75rem;
	height: 1.75rem;
}
.model-new-props__icon img,
.model-new-props__icon svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.model-new-props__item-name {
	font-size: 0.75rem;
	color: #9e9e9e;
}
.model-new-props__item-value {
	font-size: 0.875rem;
	font-weight: 700;
}
@media (max-width: 991.98px) {
	.model-new-props__list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	.model-new-props__item--comp {
		grid-column: 1/-1;
		background: #efefef;
		justify-self: start;
		padding: 0.25rem 2.25rem;
		border-radius: 1.25rem;
		position: relative;
	}
	.model-new-props__item--comp .dropdown {
		position: static;
	}
	.model-new-props__item--comp .dropdown-toggle::before {
		content: "";
		position: absolute;
		inset: 0;
	}
	.model-new-props__item--comp .model-new-props__item-name {
		display: none;
	}
}
@media (max-width: 767.98px) {
	.model-new-props__item {
		gap: 1rem;
	}
	.model-new-props__item--comp .model-new-props__item-value {
		font-size: 0.75rem;
	}
	.model-new-props__icon {
		width: 1.25rem;
		height: 1.25rem;
	}
	.model-new-props__item-name {
		font-size: 0.625rem;
	}
	.model-new-props__item-value {
		font-size: 0.625rem;
	}
}

.model-new-tabs__nav {
	display: flex;
	gap: 4.25rem;
	margin-bottom: 1.5rem;
}
.model-new-tabs__nav a {
	font-size: 1.5rem;
	font-weight: 300;
	color: unset !important;
	text-decoration: none;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
	text-decoration-thickness: 1px;
}
.model-new-tabs__nav a.active {
	font-weight: 600;
	text-decoration: underline;
}
@media (max-width: 991.98px) {
	.model-new-tabs__nav {
		display: none;
	}
	.model-new-tabs__content {
		display: flex;
		flex-direction: column;
		gap: 1.25rem;
	}
	.model-new-tabs__content > * {
		display: block !important;
		opacity: 1 !important;
	}
}

.car-mods .swiper,
.car-colors .swiper {
	--swiper-gap: 1rem;
}
@media (max-width: 575.98px) {
	.car-mods .swiper,
	.car-colors .swiper {
		--swiper-gap: 0.75rem;
	}
}
@media (max-width: 991.98px) {
	.car-mods .swiper-slide,
	.car-colors .swiper-slide {
		width: -webkit-fit-content;
		width: fit-content;
		max-width: min(95%, 15.625rem);
		min-width: min(75%, 14.25rem);
	}
}
@media (min-width: 992px) {
	.car-mods .swiper,
	.car-colors .swiper {
		overflow: visible;
	}
	.car-mods .swiper-wrapper,
	.car-colors .swiper-wrapper {
		transform: none !important;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 0.875rem 1rem;
	}
	.car-mods .swiper-slide,
	.car-colors .swiper-slide {
		width: auto;
		margin: 0 !important;
		min-width: 0;
	}
}

.mods-item,
.colors-item {
	display: block;
	color: unset;
	text-decoration: none !important;
	background: #ffffff;
	box-shadow:
		0px 2px 6px rgba(0, 0, 0, 0.06),
		0px 4px 24px rgba(9, 19, 52, 0.04);
	border-radius: 0.5rem;
	position: relative;
}
.mods-item__label,
.colors-item__label {
	position: absolute;
	left: 0.688rem;
	top: -0.5rem;
	font-size: 0.688rem;
	font-weight: 700;
	background: #000;
	color: #fff;
	padding: 0.125rem 0.625rem;
	border-radius: 1rem;
}
.mods-item__content,
.colors-item__content {
	padding: 0.875rem 1rem;
}
.mods-item__head,
.colors-item__name {
	display: flex;
	align-items: center;
	/* padding-right: 1.75rem; */
	/* background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.47 5.99995L0 1.53095L1.061 0.470947L6.591 5.99995L1.061 11.5299L0.000999928 10.4699L4.47 5.99995Z' fill='black'/%3E%3C/svg%3E%0A"); */
	/* background-size: auto 0.75rem; */
	/* background-position: calc(100% - 0.313rem) 50%; */
	/* background-repeat: no-repeat; */
	margin-bottom: 0.125rem;
}
.mods-item__head-arrow,
.colors-item__head-arrow {
	margin-left: auto;
	height: 1.625rem;
	width: 1.625rem;
	background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.47 5.99995L0 1.53095L1.061 0.470947L6.591 5.99995L1.061 11.5299L0.000999928 10.4699L4.47 5.99995Z' fill='black'/%3E%3C/svg%3E%0A");
	background-size: auto 0.75rem;
	background-position: calc(100% - 0.313rem) 50%;
	background-repeat: no-repeat;

	opacity: 1 !important;
}
.mods-item__name {
	min-width: 0;
	flex-shrink: 1;
	font-size: 0.875rem;
	font-weight: 700;
	margin-right: 1ch;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.mods-item__options-count {
	white-space: nowrap;
	font-size: 0.75rem;
	color: #9e9e9e;
}
.mods-item__price--current {
	font-weight: 700;
}
.mods-item__price--credit {
	font-size: 0.875rem;
	font-weight: 600;
}
.mods-item__price-group {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.125rem 1.25rem;
	margin-top: 0.125rem;
}
.mods-item__price-description {
	font-size: 0.75rem;
	font-weight: 300;
}
.mods-item__props {
	font-size: 0.75rem;
	font-weight: 300;
	margin-top: 0.25rem;
}
.mods-item__offer {
	font-size: 0.813rem;
	color: rgba(28, 33, 40, 0.6);
	margin-top: 0.25rem;
}
@media (max-width: 575.98px) {
	.mods-item__label,
	.colors-item__label {
		left: 0.688rem;
		top: -0.5rem;
		font-size: 0.563rem;
		padding: 0.063rem 0.313rem;
	}
	.mods-item__content,
	.colors-item__content {
		padding: 0.375rem 0.75rem;
	}
	.mods-item__head,
	.colors-item__name {
		/* background-size: auto 0.563rem; */
		/* background-position: calc(100% - 0.313rem) 50%; */
		margin-bottom: 0.125rem;
		/* padding-right: 1rem; */
	}
	.mods-item__name {
		font-size: 0.75rem;
	}
	.mods-item__options-count {
		font-size: 0.563rem;
	}
	.mods-item__price--current {
		font-size: 0.75rem;
	}
	.mods-item__price--credit {
		font-size: 0.688rem;
	}
	.mods-item__price-group {
		gap: 0.125rem 1.25rem;
		margin-top: 0.125rem;
	}
	.mods-item__price-description {
		font-size: 0.563rem;
	}
	.mods-item__props {
		font-size: 0.625rem;
	}
	.mods-item__offer {
		font-size: 0.688rem;
	}
}

@media (min-width: 992px) {
	.car-colors .swiper {
		overflow: visible;
	}
	.car-colors .swiper-wrapper {
		display: flex;
		flex-wrap: wrap;
	}
}

.colors-item__content {
	display: flex;
	align-items: center;
	gap: 12px;
}
.colors-item__preview {
	flex-shrink: 0;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 32C24.8366 32 32 24.8366 32 16C32 7.16344 24.8366 0 16 0C7.16344 0 0 7.16344 0 16C0 24.8366 7.16344 32 16 32Z' fill='url(%23paint0_radial_3011_10013)'/%3E%3Cpath d='M26.25 8.031C26.25 10.406 23.972 11 16 11C8.028 11 5.75 10.406 5.75 8.031C5.75 5.408 10.306 1.5 16 1.5C21.694 1.5 26.25 5.408 26.25 8.031Z' fill='url(%23paint1_linear_3011_10013)'/%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_3011_10013' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(16 16) rotate(90) scale(16)'%3E%3Cstop offset='0.4' stop-color='white' stop-opacity='0'/%3E%3Cstop offset='1' stop-opacity='0.08'/%3E%3C/radialGradient%3E%3ClinearGradient id='paint1_linear_3011_10013' x1='16.25' y1='1.5' x2='16.25' y2='11' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white' stop-opacity='0.7'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0.05'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.colors-item__name {
	margin-bottom: 0;
}

.model-new-props-mobile__content {
	display: none;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.model-new-props-mobile__content.fade {
	display: block;
}
.model-new-props-mobile__content.show {
	opacity: 1;
}
@media (min-width: 992px) {
	.model-new-props-mobile__btn {
		display: none;
	}
	.model-new-props-mobile__content {
		display: block;
		opacity: 1;
	}
}

.sidebar-catalog__inner {
	display: grid;
	grid-gap: 1.25rem;
}

.sidebar-catalog-item {
	font-family:
		"Cignika",
		system-ui,
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		Roboto,
		Oxygen,
		Ubuntu,
		Cantarell,
		"Open Sans",
		"Helvetica Neue",
		sans-serif;
	text-decoration: none !important;
	color: unset;
}
.sidebar-catalog-item__image {
	border-radius: 0.75rem;
	padding: 1rem;
	background: #ececec;
	margin-bottom: 0.625rem;
}
.sidebar-catalog-item__image img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
	max-width: 12.875rem;
	margin-left: auto;
	margin-right: auto;
	object-fit: contain;
}
.sidebar-catalog-item__name {
	font-size: 0.875rem;
	font-weight: 300;
	margin-bottom: 0.313rem;
}
.sidebar-catalog-item__prices {
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 0.313rem;
}
.sidebar-catalog-item__info-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.313rem 0.875rem;
}
.sidebar-catalog-item__benefit {
	background: #ff4242;
	border-radius: 0.375rem;
	color: #fff;
	font-size: 0.75rem;
	padding: 0.25rem 0.625rem;
}
.sidebar-catalog-item__price-credit {
	font-size: 0.875rem;
	color: #848484;
}
.sidebar-catalog-item__descr {
	font-size: 0.75rem;
	font-weight: 300;
	color: #a6a6a6;
	margin-top: 0.625rem;
}

.section-credit-benefits__inner {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 2.125rem 3.125rem;
}
.section-credit-benefits__item {
	background: #ececec;
	border-radius: 1.5rem;
	padding: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.25rem;
}
.section-credit-benefits__item-icon {
	width: 3.875rem;
	height: 3.875rem;
}
.section-credit-benefits__item-icon img,
.section-credit-benefits__item-icon svg {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.section-credit-benefits__item-title {
	font-family:
		"Cignika",
		system-ui,
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		Roboto,
		Oxygen,
		Ubuntu,
		Cantarell,
		"Open Sans",
		"Helvetica Neue",
		sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
}
.section-credit-benefits__item-text {
	font-family:
		"Cignika",
		system-ui,
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		Roboto,
		Oxygen,
		Ubuntu,
		Cantarell,
		"Open Sans",
		"Helvetica Neue",
		sans-serif;
	font-size: 0.75rem;
}
@media (max-width: 767.98px) {
	.section-credit-benefits__inner {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 991.98px) {
	.section-credit-benefits__item {
		flex-direction: column;
		text-align: center;
	}
}
@media (max-width: 991.98px) {
	.section-credit-benefits__inner {
		grid-gap: 0.625rem;
	}
	.section-credit-benefits__item {
		gap: 0.625rem;
		padding: 0.625rem 1.25rem;
		border-radius: 1.125rem;
	}
	.section-credit-benefits__item-icon {
		width: 2.5rem;
		height: 2.5rem;
	}
	.section-credit-benefits__item-title {
		font-size: 0.813rem;
	}
	.section-credit-benefits__item-text {
		font-size: 0.563rem;
	}
}

.file-label {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	cursor: pointer;
}

.file-label:hover {
	text-decoration: underline;
}

.file-text {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 220px;
}

.section-reviews__wrapper {
	width: 100%;
	max-width: 80rem;
}
.section-reviews__head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0.5rem 1rem;
	margin-bottom: 1.25rem;
}
.section-reviews__btn .btn {
	display: block;
	width: 100%;
	max-width: 12rem;
}
.section-reviews__inner {
	display: grid;
	grid-gap: 30px;
}
.section-reviews__list {
	display: grid;
	grid-gap: 1.25rem;
}
.section-reviews__item {
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 1.25em;
	border-radius: 1.5em;
}
.section-reviews .swiper {
	--swiper-slides: 4;
	--swiper-gap: 1.25rem;
}
.section-reviews .swiper-slide {
	min-width: min(75%, 16.5rem);
}
@media (min-width: 768px) {
	.section-reviews__inner {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (min-width: 992px) {
	.section-reviews__inner {
		grid-template-columns: repeat(4, 1fr);
	}
}
@media (max-width: 767.98px) {
	.section-reviews {
		overflow: hidden;
	}
	.section-reviews .swiper {
		--swiper-slides: 1.75 !important;
		--swiper-gap: 0.625rem;
		overflow: visible;
	}
	.section-reviews__item {
		font-size: 0.75rem;
	}
	.section-reviews__head {
		flex-direction: column;
		align-items: unset;
	}
	.section-reviews__rating-summary {
		margin-bottom: 0.625rem;
	}
	.section-reviews__wrapper {
		display: grid;
	}
	.section-reviews__wrapper > * {
		min-width: 0;
	}
	.section-reviews__btn {
		order: 2;
		margin-top: 1rem;
	}
	.section-reviews__btn .btn {
		max-width: unset;
	}
	.section-reviews__head {
		display: contents;
	}
}

.rating-summary {
	display: flex;
	align-items: center;
	gap: 0.875rem;
}
.rating-summary__num {
	font-family:
		"Cignika",
		system-ui,
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		Roboto,
		Oxygen,
		Ubuntu,
		Cantarell,
		"Open Sans",
		"Helvetica Neue",
		sans-serif;
	font-size: 2.875rem;
	font-weight: 600;
}
.rating-summary__stars {
	margin-bottom: 0.25rem;
}
.rating-summary__description {
	font-family:
		"Cignika",
		system-ui,
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		Roboto,
		Oxygen,
		Ubuntu,
		Cantarell,
		"Open Sans",
		"Helvetica Neue",
		sans-serif;
	font-weight: 700;
	font-size: 0.813rem;
	color: rgba(28, 33, 40, 0.6);
}

.reviews-item-ya-summary__head {
	font-family:
		"Cignika",
		system-ui,
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		Roboto,
		Oxygen,
		Ubuntu,
		Cantarell,
		"Open Sans",
		"Helvetica Neue",
		sans-serif;
	color: #9665e0;
	margin-bottom: 1.25em;
	font-size: 1.063em;
}
.reviews-item-ya-summary__head svg {
	display: block;
	width: 7em;
	height: auto;
}
.reviews-item-ya-summary__group + .reviews-item-ya-summary__group {
	margin-top: 1.25em;
}
.reviews-item-ya-summary__group-title {
	margin-bottom: 0.625em;
	display: flex;
	gap: 0.313em;
	align-items: center;
	font-family:
		"Cignika",
		system-ui,
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		Roboto,
		Oxygen,
		Ubuntu,
		Cantarell,
		"Open Sans",
		"Helvetica Neue",
		sans-serif;
	font-weight: 700;
	font-size: 0.938em;
}
.reviews-item-ya-summary__group-text {
	font-family:
		"Cignika",
		system-ui,
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		Roboto,
		Oxygen,
		Ubuntu,
		Cantarell,
		"Open Sans",
		"Helvetica Neue",
		sans-serif;
	font-size: 0.875em;
}

.section-reviews-item__full-head {
	display: grid;
	grid-template-columns: 1fr auto;
}
.section-reviews-item__head {
	display: flex;
	gap: 0.75em;
	margin-bottom: 0.75em;
}
.section-reviews-item__avatar {
	flex-shrink: 0;
	width: 2.75em;
	height: 2.75em;
	background: #495468;
	color: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.section-reviews-item__avatar img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	object-fit: cover;
}
.section-reviews-item__name {
	font-family:
		"Cignika",
		system-ui,
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		Roboto,
		Oxygen,
		Ubuntu,
		Cantarell,
		"Open Sans",
		"Helvetica Neue",
		sans-serif;
	font-weight: 700;
	margin-bottom: 0.25em;
}
.section-reviews-item__status {
	display: flex;
	align-items: center;
	gap: 0.313em;
	font-family:
		"Cignika",
		system-ui,
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		Roboto,
		Oxygen,
		Ubuntu,
		Cantarell,
		"Open Sans",
		"Helvetica Neue",
		sans-serif;
	font-size: 0.813em;
	color: #474747;
}
.section-reviews-item__status--date {
	color: rgba(0, 0, 0, 0.5);
}
.section-reviews-item__status--popular {
	color: #b35909;
	font-weight: 700;
}
.section-reviews-item__status--popular::before {
	content: "";
	flex-shrink: 0;
	width: 1em;
	height: 1em;
	background: currentColor;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.59 5.344C10.65 1.453 7.01499 0 7.01499 0C7.22199 1.583 6.11599 3.816 4.09299 5.31C0.853992 7.703 0.705992 10.317 1.22999 12.083C1.98299 14.625 5.13599 16 6.01399 16C3.81999 12.406 7.01799 9.961 7.01599 9.75C7.01599 9.75 6.18599 13.25 9.90899 16C15.495 16 16.897 7.992 12.029 3.042C11.827 4.094 11.372 4.844 10.589 5.344' fill='%23B35909'/%3E%3C/svg%3E%0A");
	mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.59 5.344C10.65 1.453 7.01499 0 7.01499 0C7.22199 1.583 6.11599 3.816 4.09299 5.31C0.853992 7.703 0.705992 10.317 1.22999 12.083C1.98299 14.625 5.13599 16 6.01399 16C3.81999 12.406 7.01799 9.961 7.01599 9.75C7.01599 9.75 6.18599 13.25 9.90899 16C15.495 16 16.897 7.992 12.029 3.042C11.827 4.094 11.372 4.844 10.589 5.344' fill='%23B35909'/%3E%3C/svg%3E%0A");
}
.section-reviews-item__status--new {
	color: #267e3b;
	font-weight: 700;
}
.section-reviews-item__status--new::before {
	content: "";
	flex-shrink: 0;
	width: 1em;
	height: 1em;
	background: currentColor;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.667 1L6.001 6L1 7.668V8.334L6 10.002L7.668 15H8.335L10.002 10L15 8.335V7.668L10 6.002L8.335 1H7.667Z' fill='%23267E3B'/%3E%3C/svg%3E%0A");
	mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.667 1L6.001 6L1 7.668V8.334L6 10.002L7.668 15H8.335L10.002 10L15 8.335V7.668L10 6.002L8.335 1H7.667Z' fill='%23267E3B'/%3E%3C/svg%3E%0A");
}
.section-reviews-item__rating {
	display: flex;
	align-items: center;
	gap: 0.313em;
	margin-bottom: 0.75em;
}
.section-reviews-item__rating-num {
	font-weight: 600;
	font-family:
		"Cignika",
		system-ui,
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		Roboto,
		Oxygen,
		Ubuntu,
		Cantarell,
		"Open Sans",
		"Helvetica Neue",
		sans-serif;
}
.section-reviews-item__rating-stars {
	gap: 0.125em;
	height: 1em;
}
.section-reviews-item__rating-stars .rating__item {
	width: 0.875em;
	height: 0.875em;
}
.section-reviews-item__content {
	margin-bottom: 0.75em;
}
.section-reviews-item__content-title {
	font-family:
		"Cignika",
		system-ui,
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		Roboto,
		Oxygen,
		Ubuntu,
		Cantarell,
		"Open Sans",
		"Helvetica Neue",
		sans-serif;
	font-size: 1.25em;
	font-weight: 600;
	margin-bottom: 0.75em;
}
.section-reviews-item__content-text {
	font-family:
		"Cignika",
		system-ui,
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		Roboto,
		Oxygen,
		Ubuntu,
		Cantarell,
		"Open Sans",
		"Helvetica Neue",
		sans-serif;
	font-size: 0.875em;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.section-reviews-item__content-media {
	display: flex;
	gap: 10px;
	margin-top: 0.875rem;
	margin-bottom: 0.875rem;
}
.section-reviews-item__gallery-preview {
	display: block;
	position: relative;
	width: 3.125rem;
}
.section-reviews-item__gallery-preview img {
	width: 100%;
	aspect-ratio: 10/13;
	object-fit: cover;
	object-position: center;
	border-radius: 0.375rem;
}
.section-reviews-item__gallery-preview--video::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1.25rem;
	height: 1.25rem;
	transform: translate(-50%, -50%);
	background-image: url("data:image/svg+xml,%3Csvg width='69' height='69' viewBox='0 0 69 69' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='34.5' cy='34.5' r='34.5' fill='%23D9D9D9' fill-opacity='0.9'/%3E%3Cpath d='M49.8 32.9517C51.4 33.8621 51.4 36.138 49.8 37.0483L27.6 49.6796C26 50.59 24 49.452 24 47.6313L24 22.3687C24 20.548 26 19.41 27.6 20.3204L49.8 32.9517Z' fill='black'/%3E%3C/svg%3E%0A");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.section-reviews-item__actions,
.section-reviews-item-comments-item__actions {
	display: flex;
	gap: 0.938em;
}
.section-reviews-item__actions-item,
.section-reviews-item-comments-item__actions-item {
	display: flex;
	align-items: center;
	gap: 0.125em;
}
.section-reviews-item__actions-item.btn,
.btn.section-reviews-item-comments-item__actions-item {
	--bs-btn-padding-y: 0;
	--bs-btn-padding-x: 0;
}
.section-reviews-item__actions-item.btn.btn-sm,
.btn.btn-sm.section-reviews-item-comments-item__actions-item,
.btn-group-sm > .section-reviews-item__actions-item.btn,
.btn-group-sm > .btn.section-reviews-item-comments-item__actions-item {
	--bs-btn-padding-y: 0.125rem;
	--bs-btn-padding-x: 0.5rem;
	--bs-btn-font-size: 0.875rem;
	--bs-btn-border-radius: 0.188rem;
}
.section-reviews-item__actions-item.btn.btn-light,
.btn.btn-light.section-reviews-item-comments-item__actions-item {
	--bs-btn-color: rgba(0, 0, 0, 0.5);
}
.section-reviews-item__actions-item.btn.btn-light:not([aria-expanded="true"]),
.btn.btn-light.section-reviews-item-comments-item__actions-item:not([aria-expanded="true"]) {
	--bs-btn-bg: transparent;
	--bs-btn-border-color: transparent;
}
.section-reviews-item__actions-item-icon img,
.section-reviews-item-comments-item__actions-item-icon img,
.section-reviews-item__actions-item-icon svg,
.section-reviews-item-comments-item__actions-item-icon svg {
	display: block;
	width: 1.25em;
	height: 1.25em;
}
.section-reviews-item__actions-item-num,
.section-reviews-item-comments-item__actions-item-num {
	font-size: 0.813em;
	font-family:
		"Cignika",
		system-ui,
		-apple-system,
		BlinkMacSystemFont,
		"Segoe UI",
		Roboto,
		Oxygen,
		Ubuntu,
		Cantarell,
		"Open Sans",
		"Helvetica Neue",
		sans-serif;
	color: rgba(0, 0, 0, 0.5);
}
.section-reviews-item__comments {
	margin-top: 1.25rem;
	max-width: 60rem;
}
.section-reviews-item__link a {
	font-size: 0.813rem;
	text-decoration: underline;
	--bs-link-color-rgb: 51, 66, 135;
}
.section-reviews-item--full .section-reviews-item__content-text {
	display: block;
	-webkit-line-clamp: unset;
	-webkit-box-orient: unset;
	overflow: unset;
}
@media (max-width: 767.98px) {
	.section-reviews-item--full .section-reviews-item__full-head {
		display: block;
	}
	.section-reviews-item--full .section-reviews-item__name {
		font-size: 1rem;
	}
	.section-reviews-item--full .section-reviews-item__status {
		font-size: 0.813rem;
	}
	.section-reviews-item--full .section-reviews-item__rating {
		font-size: 1rem;
	}
	.section-reviews-item--full .section-reviews-item__content-title {
		font-size: 1.25rem;
	}
	.section-reviews-item--full .section-reviews-item__content-text {
		font-size: 0.875rem;
	}
}

.section-reviews-item-comments__title {
	font-size: 1.125rem;
	font-weight: 600;
	margin-bottom: 0.938rem;
}
.section-reviews-item-comments__title span {
	font-weight: 400;
	color: rgba(0, 0, 0, 0.5);
}
.section-reviews-item-comments__form,
.section-reviews-item-comments-item__reply-form {
	display: grid;
	grid-gap: 0.938rem;
	margin-bottom: 0.938rem;
}
.section-reviews-item-comments__from,
.section-reviews-item-comments-item__from {
	width: 11.25rem;
}
.section-reviews-item-comments__textarea,
.section-reviews-item-comments-item__textarea {
	position: relative;
}
.section-reviews-item-comments__textarea textarea,
.section-reviews-item-comments-item__textarea textarea {
	resize: none;
	min-height: 5rem;
	padding-bottom: 3rem;
}
.section-reviews-item-comments__textarea .btn,
.section-reviews-item-comments-item__textarea .btn {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0.625rem;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}
.section-reviews-item-comments__textarea .btn::before,
.section-reviews-item-comments-item__textarea .btn::before {
	content: "";
	width: 1.125rem;
	height: 1.125rem;
	background-color: currentColor;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.505722 6.3268L16.8794 0.058718C17.5496 -0.198198 18.2163 0.43421 17.9331 1.05838L10.4662 17.5364C10.1302 18.2783 8.95334 18.084 8.90848 17.2787L8.47133 9.33732C8.45109 8.97007 8.15291 8.66951 7.76325 8.62257L0.709788 7.78348C-0.11791 7.68466 -0.267442 6.62242 0.504842 6.3268H0.505722Z' fill='%23282F39'/%3E%3C/svg%3E%0A");
	mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.505722 6.3268L16.8794 0.058718C17.5496 -0.198198 18.2163 0.43421 17.9331 1.05838L10.4662 17.5364C10.1302 18.2783 8.95334 18.084 8.90848 17.2787L8.47133 9.33732C8.45109 8.97007 8.15291 8.66951 7.76325 8.62257L0.709788 7.78348C-0.11791 7.68466 -0.267442 6.62242 0.504842 6.3268H0.505722Z' fill='%23282F39'/%3E%3C/svg%3E%0A");
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}
.section-reviews-item-comments__textarea .btn-sm,
.section-reviews-item-comments-item__textarea .btn-sm,
.section-reviews-item-comments__textarea .btn-group-sm > .btn,
.section-reviews-item-comments-item__textarea .btn-group-sm > .btn {
	--bs-btn-padding-y: 0.313rem;
	--bs-btn-padding-x: 0.625rem;
	--bs-btn-font-size: 0.875rem;
	--bs-btn-border-radius: 0.375rem;
}
.section-reviews-item-comments__list > * + * {
	margin-top: 0.938rem;
}
@media (max-width: 767.98px) {
	.section-reviews-item-comments__title {
		font-size: 0.875rem;
	}
}

.section-reviews-item-comments-item__head {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin-bottom: 0.813rem;
}
.section-reviews-item-comments-item__author {
	font-size: 0.875rem;
	font-weight: 600;
}
.section-reviews-item-comments-item__date {
	font-size: 0.875rem;
	color: rgba(0, 0, 0, 0.5);
}
.section-reviews-item-comments-item__actions {
	margin-top: 0.813rem;
}
.section-reviews-item-comments-item__actions-reply-btn.btn.btn-sm,
.btn-group-sm > .section-reviews-item-comments-item__actions-reply-btn.btn {
	--bs-btn-padding-y: 0.125rem;
	--bs-btn-padding-x: 1rem;
	--bs-btn-font-size: 0.875rem;
	--bs-btn-border-radius: 0.188rem;
}
.section-reviews-item-comments-item__actions-reply-btn.btn.btn-light:not([aria-expanded="true"]) {
	--bs-btn-bg: transparent;
	--bs-btn-border-color: transparent;
}
.section-reviews-item-comments-item__reply-form {
	margin-left: 2.188rem;
	margin-top: 1.25rem;
}
@media (max-width: 767.98px) {
	.section-reviews-item-comments-item__reply-form {
		margin-left: unset;
	}
}

.reviews-main__inner > *,
.reviews-main__main > * {
	min-width: 0;
}
.reviews-main__inner {
	display: grid;
	grid-gap: 1.25rem;
}
.reviews-main__sidebar-inner {
	display: grid;
	grid-gap: 1.875rem;
}
.reviews-main__main {
	align-self: start;
	display: grid;
	grid-gap: 1.875rem;
}
.reviews-main__gallery .swiper {
	--swiper-slides: 6;
	--swiper-gap: 1.25rem;
	--swiper-navigation-sides-offset: 0px;
	--swiper-navigation-size: 1rem;
}
.reviews-main__gallery .swiper::after {
	content: "";
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	width: 2.5rem;
	height: 100%;
	background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
	pointer-events: none;
	transition: opacity 0.15s ease;
}
.reviews-main__gallery .swiper:has(.swiper-button-next.swiper-button-disabled) .swiper-button-next {
	opacity: 0;
}
.reviews-main__gallery .swiper:has(.swiper-button-next.swiper-button-disabled)::after {
	opacity: 0;
}
.reviews-main__gallery .swiper-button-prev,
.reviews-main__gallery .swiper-button-next {
	background: rgba(217, 217, 217, 0.5);
	color: #000;
	border-radius: 50%;
}
.reviews-main__gallery .swiper-button-prev {
	display: none;
}
.reviews-main__gallery .swiper-slide {
	min-width: min(6.25rem, 29%);
}
@media (max-width: 767.98px) {
	.reviews-main__gallery .swiper {
		--swiper-gap: 0.375rem;
	}
}
.reviews-main__gallery-preview {
	position: relative;
}
.reviews-main__gallery-preview img {
	width: 100%;
	aspect-ratio: 10/13;
	object-fit: cover;
	object-position: center;
	border-radius: 1.5rem;
}
.reviews-main__gallery-preview--video::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 4rem;
	height: 4rem;
	transform: translate(-50%, -50%);
	background-image: url("data:image/svg+xml,%3Csvg width='69' height='69' viewBox='0 0 69 69' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='34.5' cy='34.5' r='34.5' fill='%23D9D9D9' fill-opacity='0.9'/%3E%3Cpath d='M49.8 32.9517C51.4 33.8621 51.4 36.138 49.8 37.0483L27.6 49.6796C26 50.59 24 49.452 24 47.6313L24 22.3687C24 20.548 26 19.41 27.6 20.3204L49.8 32.9517Z' fill='black'/%3E%3C/svg%3E%0A");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
	.reviews-main__gallery-preview img {
		border-radius: 0.75rem;
	}
	.reviews-main__gallery-preview--video::after {
		width: 2.5rem;
		height: 2.5rem;
	}
}
@media (min-width: 992px) {
	.reviews-main__inner {
		grid-template-columns: 1fr 21.25rem;
		grid-gap: 2.75rem;
	}
}
@media (max-width: 767.98px) {
	.reviews-main__inner {
		grid-gap: 0.625rem;
	}
}
@media (max-width: 991.98px) {
	.reviews-main__sidebar .section-reviews {
		display: none;
	}
}
.reviews-main .collapsing {
	transition-duration: 0.15s !important;
}

.add-revew__offcanvas {
	--bs-offcanvas-height: 100dvh;
	--bs-offcanvas-bg: #000;
	--bs-offcanvas-color: #fff;
}
@media (max-width: 991.98px) {
	.add-revew__offcanvas .add-revew__card {
		background: unset !important;
		padding: unset;
		border: unset;
		height: 100%;
	}
	.add-revew__offcanvas .add-revew__inner {
		height: 100%;
		display: flex;
		flex-direction: column;
		gap: 0.75rem;
	}
	.add-revew__offcanvas .add-revew__inner *:has(+ .btn) {
		margin-bottom: auto;
	}
}
.add-revew__form {
	display: grid;
	grid-gap: 0.938rem;
}
.add-revew__form .form-check {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}
.add-revew__form .form-check-label {
	font-size: 0.75rem;
	color: #999999;
}
.add-revew__personal {
	display: grid;
	grid-gap: 0.75rem;
}
.add-revew__rate {
	display: flex;
	flex-direction: row-reverse;
	gap: 0.438rem;
	width: -webkit-fit-content;
	width: fit-content;
}
.add-revew__rate label {
	color: #b2b2b3;
	background: currentColor;
	width: 1.375rem;
	height: 1.375rem;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='23' height='22' viewBox='0 0 23 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.0423 8.50049L14.3757 7.50049L11.5007 0.500488L8.62565 7.50049L0.958984 8.50049L6.43203 13.5005L4.79232 21.5005L11.5007 17.4975L18.209 21.5005L16.5693 13.5005L22.0423 8.50049Z' fill='%23B2B2B3'/%3E%3C/svg%3E%0A");
	mask-image: url("data:image/svg+xml,%3Csvg width='23' height='22' viewBox='0 0 23 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.0423 8.50049L14.3757 7.50049L11.5007 0.500488L8.62565 7.50049L0.958984 8.50049L6.43203 13.5005L4.79232 21.5005L11.5007 17.4975L18.209 21.5005L16.5693 13.5005L22.0423 8.50049Z' fill='%23B2B2B3'/%3E%3C/svg%3E%0A");
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	cursor: pointer;
	transition: 0.15s ease;
	transition-property: transform, color;
}
.add-revew__rate input[type="radio"]:checked ~ label {
	color: #ffa100;
}

.bottom-actions {
	position: fixed;
	z-index: 1030;

	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;

	display: none;
}
.bottom-actions__inner {
	padding: 0.75rem 1.875rem;
	display: flex;
	gap: 1.25rem;
}
.bottom-actions__btn {
	display: flex;
	justify-content: center;
	align-items: center;

	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1;
	min-width: 4.25rem;

	--bs-btn-border-radius: 0.75rem;
}
.bottom-actions__btn-call {
	flex: 1;

	--bs-btn-color: #fff;
	--bs-btn-bg: #38b454;
	--bs-btn-border-color: #38b454;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #38b454;
	--bs-btn-hover-border-color: #38b454;
	--bs-btn-focus-shadow-rgb: 56, 180, 84;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #38b454;
	--bs-btn-active-border-color: #38b454;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #000;
	--bs-btn-disabled-bg: #38b454;
	--bs-btn-disabled-border-color: #38b454;
}
.bottom-actions__btn-call small {
	font-size: 0.875rem;
	font-weight: 400;
}
.bottom-actions__btn-callback {
	--bs-btn-color: #36b555;
	--bs-btn-bg: #efeef3;
	--bs-btn-border-color: #efeef3;
	--bs-btn-hover-color: #36b555;
	--bs-btn-hover-bg: #efeef3;
	--bs-btn-hover-border-color: #efeef3;
	--bs-btn-focus-shadow-rgb: 239, 238, 243;
	--bs-btn-active-color: #36b555;
	--bs-btn-active-bg: #efeef3;
	--bs-btn-active-border-color: #efeef3;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #000;
	--bs-btn-disabled-bg: #efeef3;
	--bs-btn-disabled-border-color: #efeef3;
}
.bottom-actions__btn-callback svg [fill] {
	fill: currentColor;
}
.bottom-actions__btn-callback svg [stroke] {
	stroke: currentColor;
}
@media (max-width: 991.98px) {
	.bottom-actions {
		display: block;
	}
	.footer {
		padding-bottom: 6rem;
	}
	.whatsapp-link {
		display: none;
	}
}
