<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

@font-face {
	font-family: "Open Sans";
	src: url("/templates/hono/dev/fonts/OpenSans-Regular.eot");
	src: local("Open Sans Regular"), local("OpenSans-Regular"),
		url("/templates/hono/dev/fonts/OpenSans-Regular.eot?#iefix")
			format("embedded-opentype"),
		url("/templates/hono/dev/fonts/OpenSans-Regular.woff2") format("woff2"),
		url("/templates/hono/dev/fonts/OpenSans-Regular.woff") format("woff"),
		url("/templates/hono/dev/fonts/OpenSans-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Open Sans";
	src: url("/templates/hono/dev/fonts/OpenSans-Light.eot");
	src: local("Open Sans Light"), local("OpenSans-Light"),
		url("/templates/hono/dev/fonts/OpenSans-Light.eot?#iefix")
			format("embedded-opentype"),
		url("/templates/hono/dev/fonts/OpenSans-Light.woff2") format("woff2"),
		url("/templates/hono/dev/fonts/OpenSans-Light.woff") format("woff"),
		url("/templates/hono/dev/fonts/OpenSans-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Open Sans";
	src: url("/templates/hono/dev/fonts/OpenSans-Bold.eot");
	src: local("Open Sans Bold"), local("OpenSans-Bold"),
		url("/templates/hono/dev/fonts/OpenSans-Bold.eot?#iefix")
			format("embedded-opentype"),
		url("/templates/hono/dev/fonts/OpenSans-Bold.woff2") format("woff2"),
		url("/templates/hono/dev/fonts/OpenSans-Bold.woff") format("woff"),
		url("/templates/hono/dev/fonts/OpenSans-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	src: url("/templates/hono/dev/fonts/Poppins-Bold.eot");
	src: local("Poppins Bold"), local("Poppins-Bold"),
		url("/templates/hono/dev/fonts/Poppins-Bold.eot?#iefix")
			format("embedded-opentype"),
		url("/templates/hono/dev/fonts/Poppins-Bold.woff2") format("woff2"),
		url("/templates/hono/dev/fonts/Poppins-Bold.woff") format("woff"),
		url("/templates/hono/dev/fonts/Poppins-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	src: url("/templates/hono/dev/fonts/Poppins-Regular.eot");
	src: local("Poppins Regular"), local("Poppins-Regular"),
		url("/templates/hono/dev/fonts/Poppins-Regular.eot?#iefix")
			format("embedded-opentype"),
		url("/templates/hono/dev/fonts/Poppins-Regular.woff2") format("woff2"),
		url("/templates/hono/dev/fonts/Poppins-Regular.woff") format("woff"),
		url("/templates/hono/dev/fonts/Poppins-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	src: url("/templates/hono/dev/fonts/Poppins-Light.eot");
	src: local("Poppins Light"), local("Poppins-Light"),
		url("/templates/hono/dev/fonts/Poppins-Light.eot?#iefix")
			format("embedded-opentype"),
		url("/templates/hono/dev/fonts/Poppins-Light.woff2") format("woff2"),
		url("/templates/hono/dev/fonts/Poppins-Light.woff") format("woff"),
		url("/templates/hono/dev/fonts/Poppins-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

dl,
ol,
p,
ul {
	margin-top: 0;
}

progress,
sub,
sup {
	vertical-align: baseline;
}

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

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

.btn-check,
.form-floating &gt; label {
	position: absolute;
	pointer-events: none;
}

.dropdown-header,
.dropdown-item,
.dropdown-toggle,
.input-group-text,
.navbar-brand {
	white-space: nowrap;
}

.btn-group-vertical,
.navbar-nav {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
}

.btn-group-vertical,
.card,
.navbar-nav {
	-webkit-box-direction: normal;
}

.card,
code {
	word-wrap: break-word;
}

.breadcrumb,
.carousel-indicators,
.dropdown-menu,
.nav,
.navbar-nav,
.pagination {
	list-style: none;
}

:root {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-primary: #0d6efd;
	--bs-secondary: #6c757d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
		"Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
		"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
		"Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0.15),
		rgba(255, 255, 255, 0)
	);
	--mainColor: #b19361;
}

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

@media (prefers-reduced-motion: no-preference) {
	:root {
		scroll-behavior: smooth;
	}
}

body {
	margin: 0;
	font-family: var(--bs-font-sans-serif);
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
	color: #585858;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

hr {
	margin: 10px 0;
	color: inherit;
	background-color: currentColor;
	border: 0;
	opacity: 0.25;
}

hr:not([size]) {
	height: 1px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 5px;
	font-weight: 500;
	line-height: 1.2;
	color: #24262b;
}

address,
dl,
ol,
pre,
ul {
	margin-bottom: 1rem;
}

.alert-link,
dt,
kbd kbd {
	font-weight: 700;
}

address,
legend {
	line-height: inherit;
}

.alert-heading,
a &gt; code,
pre code {
	color: inherit;
}

.h1,
h1 {
	font-size: calc(1.34375rem + 1.125vw);
}

.h2,
h2 {
	font-size: calc(1.3rem + 0.6vw);
}

.h3,
h3 {
	font-size: calc(1.278125rem + 0.3375vw);
}

.h4,
h4 {
	font-size: calc(1.25625rem + 0.075vw);
}

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

.h6,
.small,
h6,
small {
	font-size: 0.875rem;
}

p {
	margin-bottom: 16px;
}

abbr[data-bs-original-title],
abbr[title] {
	cursor: help;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}

.btn,
.form-control-color:not(:disabled):not([readonly]),
.form-control[type="file"]:not(:disabled):not([readonly]),
[role="button"],
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled),
summary {
	cursor: pointer;
}

address {
	font-style: normal;
}

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

.accordion-header,
.blockquote &gt; :last-child,
.card-text:last-child,
ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0;
}

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

blockquote,
figure {
	margin: 0 0 1rem;
}

b,
strong {
	font-weight: bolder;
}

.mark,
mark {
	padding: 3.2px;
	background-color: #fcf8e3;
}

sub,
sup {
	position: relative;
	font-size: 0.75rem;
	line-height: 0;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

a {
	color: #0d6efd;
}

.btn-link:hover,
.link-primary:focus,
.link-primary:hover,
.nav-link:focus,
.nav-link:hover,
a:hover {
	color: #0a58ca;
}

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

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

code,
kbd,
pre {
	font-size: 0.875rem;
}

pre {
	display: block;
	margin-top: 0;
	overflow: auto;
}

pre code {
	font-size: inherit;
	word-break: normal;
}

code {
	color: #d63384;
}

kbd {
	padding: 3.2px 6.4px;
	color: #fff;
	background-color: #212529;
	border-radius: 3.2px;
}

kbd kbd {
	padding: 0;
	font-size: 1em;
}

img,
svg {
	vertical-align: middle;
}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #6c757d;
	text-align: left;
}

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

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

.figure,
.list-inline-item,
label,
output {
	display: inline-block;
}

.list-group-flush,
.modal-fullscreen .modal-footer,
button {
	border-radius: 0;
}

fieldset,
iframe {
	border: 0;
}

.form-range:focus,
button:focus:not(:focus-visible) {
	outline: 0;
}

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

button,
select {
	text-transform: none;
}

select {
	word-wrap: normal;
}

.carousel-indicators .active,
select:disabled {
	opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
	display: none;
}

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

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

textarea {
	resize: vertical;
}

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

legend {
	float: left;
	width: 100%;
	padding: 0;
	margin-bottom: 8px;
	font-size: calc(1.275rem + 0.3vw);
}

legend + * {
	clear: left;
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
	padding: 0;
}

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

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

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

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

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

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
	font-weight: 300;
	line-height: 1.2;
}

summary {
	display: list-item;
}

.d-none,
[hidden] {
	display: none !important;
}

.input-group,
.row {
	display: -webkit-box;
	display: -ms-flexbox;
}

.lead {
	font-size: 1.09375rem;
	font-weight: 300;
}

.display-1 {
	font-size: calc(1.625rem + 4.5vw);
}

.display-2 {
	font-size: calc(1.575rem + 3.9vw);
}

.display-3 {
	font-size: calc(1.525rem + 3.3vw);
}

.display-4 {
	font-size: calc(1.475rem + 2.7vw);
}

.display-5 {
	font-size: calc(1.425rem + 2.1vw);
}

.display-6 {
	font-size: calc(1.375rem + 1.5vw);
}

.btn,
.btn-link,
.dropdown-item,
.form-control,
.form-select {
	font-weight: 400;
}

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

.list-inline-item:not(:last-child) {
	margin-right: 8px;
}

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

.blockquote {
	margin-bottom: 10px;
	font-size: 1.09375rem;
}

.blockquote-footer,
.figure-caption {
	font-size: 0.875rem;
	color: #6c757d;
}

.blockquote-footer {
	margin-top: -10px;
	margin-bottom: 10px;
}

.blockquote-footer::before {
	content: "— ";
}

.img-thumbnail {
	padding: 4px;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: 4px;
}

.figure-img {
	margin-bottom: 5px;
	line-height: 1;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	width: 100%;
	padding-right: var(--bs-gutter-x, 15px);
	padding-left: var(--bs-gutter-x, 15px);
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.container,
	.container-sm {
		max-width: 100%;
	}

	.col-sm {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}

	.row-cols-sm-auto &gt; * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-sm-1 &gt; * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}

	.row-cols-sm-2 &gt; * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}

	.row-cols-sm-3 &gt; * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.3333333333%;
	}

	.row-cols-sm-4 &gt; * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}

	.row-cols-sm-5 &gt; * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20%;
	}

	.row-cols-sm-6 &gt; * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
}

@media (min-width: 768px) {
	.container,
	.container-md,
	.container-sm {
		max-width: 720px;
	}

	.col-md {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}

	.row-cols-md-auto &gt; * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-md-1 &gt; * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}

	.row-cols-md-2 &gt; * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}

	.row-cols-md-3 &gt; * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.3333333333%;
	}

	.row-cols-md-4 &gt; * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}

	.row-cols-md-5 &gt; * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20%;
	}

	.row-cols-md-6 &gt; * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
}

@media (min-width: 992px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm {
		max-width: 960px;
	}

	.col-lg {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}

	.row-cols-lg-auto &gt; * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-lg-1 &gt; * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}

	.row-cols-lg-2 &gt; * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}

	.row-cols-lg-3 &gt; * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.3333333333%;
	}

	.row-cols-lg-4 &gt; * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}

	.row-cols-lg-5 &gt; * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20%;
	}

	.row-cols-lg-6 &gt; * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
}

@media (min-width: 1200px) {
	.h1,
	h1 {
		font-size: 2.1875rem;
	}

	.h2,
	h2 {
		font-size: 1.75rem;
	}

	.h3,
	h3 {
		font-size: 1.53125rem;
	}

	.h4,
	h4 {
		font-size: 1.3125rem;
	}

	legend {
		font-size: 1.5rem;
	}

	.display-1 {
		font-size: 5rem;
	}

	.display-2 {
		font-size: 4.5rem;
	}

	.display-3 {
		font-size: 4rem;
	}

	.display-4 {
		font-size: 3.5rem;
	}

	.display-5 {
		font-size: 3rem;
	}

	.display-6 {
		font-size: 2.5rem;
	}

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1200px;
	}

	.col-xl {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}

	.row-cols-xl-auto &gt; * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-xl-1 &gt; * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}

	.row-cols-xl-2 &gt; * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}

	.row-cols-xl-3 &gt; * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.3333333333%;
	}

	.row-cols-xl-4 &gt; * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}

	.row-cols-xl-5 &gt; * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20%;
	}

	.row-cols-xl-6 &gt; * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.6666666667%;
	}
}

.row {
	--bs-gutter-x: 30px;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: calc(var(--bs-gutter-y) * -1);
	margin-right: calc(var(--bs-gutter-x) * -0.5);
	margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.row &gt; * {
	-ms-flex-negative: 0;
	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 {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0%;
	flex: 1 0 0%;
}

.col-auto,
.row-cols-auto &gt; * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
}

.col-12,
.row-cols-1 &gt; * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%;
}

.col-6,
.row-cols-2 &gt; * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 50%;
}

.row-cols-3 &gt; * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 33.3333333333%;
}

.col-3,
.row-cols-4 &gt; * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 25%;
}

.row-cols-5 &gt; * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 20%;
}

.row-cols-6 &gt; * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 16.6666666667%;
}

.col-1,
.col-2 {
	-webkit-box-flex: 0;
}

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

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

.col-4,
.col-5 {
	-webkit-box-flex: 0;
}

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

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

.col-7,
.col-8 {
	-webkit-box-flex: 0;
}

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

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

.col-10,
.col-9 {
	-webkit-box-flex: 0;
}

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

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

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

.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-1,
.gx-1 {
	--bs-gutter-x: 5px;
}

.g-1,
.gy-1 {
	--bs-gutter-y: 5px;
}

.g-2,
.gx-2 {
	--bs-gutter-x: 10px;
}

.g-2,
.gy-2 {
	--bs-gutter-y: 10px;
}

.g-3,
.gx-3 {
	--bs-gutter-x: 15px;
}

.g-3,
.gy-3 {
	--bs-gutter-y: 15px;
}

.g-4,
.gx-4 {
	--bs-gutter-x: 20px;
}

.g-4,
.gy-4 {
	--bs-gutter-y: 20px;
}

.g-5,
.gx-5 {
	--bs-gutter-x: 25px;
}

.g-5,
.gy-5 {
	--bs-gutter-y: 25px;
}

.g-6,
.gx-6 {
	--bs-gutter-x: 30px;
}

.g-6,
.gy-6 {
	--bs-gutter-y: 30px;
}

.g-7,
.gx-7 {
	--bs-gutter-x: 35px;
}

.g-7,
.gy-7 {
	--bs-gutter-y: 35px;
}

.g-8,
.gx-8 {
	--bs-gutter-x: 40px;
}

.g-8,
.gy-8 {
	--bs-gutter-y: 40px;
}

.g-9,
.gx-9 {
	--bs-gutter-x: 45px;
}

.g-9,
.gy-9 {
	--bs-gutter-y: 45px;
}

.g-10,
.gx-10 {
	--bs-gutter-x: 50px;
}

.g-10,
.gy-10 {
	--bs-gutter-y: 50px;
}


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

.list-group-flush &gt; .list-group-item:last-child {
	border-bottom-width: 0;
}

.collapsing,
.form-control[type="file"] {
	overflow: hidden;
}

.form-label {
	margin-bottom: 8px;
}

.col-form-label {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5;
}

.col-form-label-lg {
	padding-top: 9px;
	padding-bottom: 9px;
	font-size: 1.09375rem;
}

.col-form-label-sm {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 0.765625rem;
}

.form-text {
	margin-top: 4px;
	font-size: 0.875rem;
	color: #6c757d;
}

.form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #777;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 4px;
	-webkit-transition: border-color 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
}

.form-control:focus {
	color: #777;
	background-color: #fff;
	border-color: #86b7fe;
	outline: 0;
	-webkit-box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
	box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
}

.form-control::-webkit-date-and-time-value {
	height: 1.5em;
}

.form-control::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control::-moz-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control::-ms-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control::placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control-plaintext,
.form-select {
	width: 100%;
	color: #777;
	display: block;
	line-height: 1.5;
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1;
}

.btn-close,
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label,
.modal-backdrop.show {
	opacity: 0.5;
}

.form-control::file-selector-button {
	padding: 6px 12px;
	margin: -6px -12px;
	-webkit-margin-end: 12px;
	margin-inline-end: 12px;
	color: #777;
	background-color: #e9ecef;
	pointer-events: none;
	border: 0 solid;
	border-inline-end-width: 1px;
	border-radius: 0;
	-webkit-transition: color 0.15s ease-in-out,
		background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
	border-color: inherit;
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
	background-color: #dde0e3;
}

.form-control::-webkit-file-upload-button {
	padding: 6px 12px;
	margin: -6px -12px;
	-webkit-margin-end: 12px;
	margin-inline-end: 12px;
	color: #777;
	background-color: #e9ecef;
	pointer-events: none;
	border: 0 solid;
	border-inline-end-width: 1px;
	border-radius: 0;
	-webkit-transition: color 0.15s ease-in-out,
		background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
	border-color: inherit;
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
	background-color: #dde0e3;
}

.form-control-plaintext {
	padding: 6px 0;
	margin-bottom: 0;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0;
}

.form-check-input,
.form-select {
	background-color: #fff;
	-moz-appearance: none;
	background-repeat: no-repeat;
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm,
.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0;
}

.form-control-sm {
	min-height: 34px;
	padding: 4px 8px;
	font-size: 0.765625rem;
	border-radius: 3.2px;
}

.form-control-sm::file-selector-button {
	padding: 4px 8px;
	margin: -4px -8px;
	-webkit-margin-end: 8px;
	margin-inline-end: 8px;
}

.form-control-sm::-webkit-file-upload-button {
	padding: 4px 8px;
	margin: -4px -8px;
	-webkit-margin-end: 8px;
	margin-inline-end: 8px;
}

.form-control-lg {
	min-height: 42px;
	padding: 8px 16px;
	font-size: 1.09375rem;
	border-radius: 4.8px;
}

.form-control-lg::file-selector-button {
	padding: 8px 16px;
	margin: -8px -16px;
	-webkit-margin-end: 16px;
	margin-inline-end: 16px;
}

.form-control-lg::-webkit-file-upload-button {
	padding: 8px 16px;
	margin: -8px -16px;
	-webkit-margin-end: 16px;
	margin-inline-end: 16px;
}

textarea.form-control {
	min-height: 38px;
}

textarea.form-control-sm {
	min-height: 34px;
}

textarea.form-control-lg {
	min-height: 42px;
}

.form-control-color {
	max-width: 3rem;
	height: auto;
	padding: 6px;
}

.form-control-color::-moz-color-swatch {
	height: 1.5em;
	border-radius: 4px;
}

.form-control-color::-webkit-color-swatch {
	height: 1.5em;
	border-radius: 4px;
}

.form-select {
	padding: 6px 36px 6px 12px;
	-moz-padding-start: 9px;
	font-size: 0.875rem;
	background-image: 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 5l6 6 6-6'/%3e%3c/svg%3e");
	background-position: right 12px center;
	background-size: 16px 12px;
	border: 1px solid #ced4da;
	border-radius: 4px;
	-webkit-transition: border-color 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
	-webkit-appearance: none;
	appearance: none;
}

.form-check-input:focus,
.form-select:focus {
	border-color: #86b7fe;
	outline: 0;
	-webkit-box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
	box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
	padding-right: 12px;
	background-image: none;
}

.form-select:disabled {
	background-color: #e9ecef;
}

.form-select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #777;
}

.form-select-sm {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	font-size: 0.765625rem;
}

.form-select-lg {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 16px;
	font-size: 1.09375rem;
}

.form-check {
	display: block;
	min-height: 21px;
	padding-left: 24px;
	margin-bottom: 2px;
}

.form-check .form-check-input {
	float: left;
	margin-left: -24px;
}

.form-check-input {
	width: 16px;
	height: 16px;
	margin-top: -7.25px;
	vertical-align: top;
	background-position: center;
	background-size: contain;
	border: 1px solid rgba(0, 0, 0, 0.25);
	-webkit-appearance: none;
	appearance: none;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
}

.form-check-input[type="checkbox"] {
	border-radius: 4px;
}

.form-check-input[type="radio"] {
	border-radius: 50%;
}

.form-check-input:active {
	-webkit-filter: brightness(90%);
	filter: brightness(90%);
}

.form-check-input:checked {
	background-color: #0d6efd;
	border-color: #0d6efd;
}

.form-check-input:checked[type="checkbox"] {
	background-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 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type="radio"] {
	background-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: #0d6efd;
	border-color: #0d6efd;
	background-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;
	-webkit-filter: none;
	filter: none;
	opacity: 0.5;
}

.form-switch {
	padding-left: 40px;
}

.form-switch .form-check-input {
	width: 32px;
	margin-left: -40px;
	background-image: 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");
	background-position: left center;
	border-radius: 32px;
	-webkit-transition: background-position 0.15s ease-in-out;
	transition: background-position 0.15s ease-in-out;
}

.form-switch .form-check-input:focus {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
	background-position: right center;
	background-image: 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-check-inline {
	display: inline-block;
	margin-right: 16px;
}

.btn-check {
	clip: rect(0, 0, 0, 0);
}

.carousel,
.dropdown,
.dropend,
.dropstart,
.dropup,
.form-floating,
.input-group,
.input-group .btn {
	position: relative;
}

.btn-check:disabled + .btn,
.btn-check[disabled] + .btn {
	pointer-events: none;
	-webkit-filter: none;
	filter: none;
	opacity: 0.65;
}

.form-range {
	width: 100%;
	height: 24px;
	padding: 0;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.form-range:focus::-webkit-slider-thumb {
	-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 4px rgba(13, 110, 253, 0.25);
	box-shadow: 0 0 0 1px #fff, 0 0 0 4px rgba(13, 110, 253, 0.25);
}

.form-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 4px rgba(13, 110, 253, 0.25);
}

.form-range::-moz-focus-outer {
	border: 0;
}

.form-range::-webkit-slider-thumb {
	width: 16px;
	height: 16px;
	margin-top: -4px;
	background-color: #0d6efd;
	border: 0;
	border-radius: 16px;
	-webkit-transition: background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, -webkit-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, -webkit-box-shadow 0.15s ease-in-out;
	-webkit-appearance: none;
	appearance: none;
}

.form-range::-webkit-slider-thumb:active {
	background-color: #b6d4fe;
}

.form-range::-webkit-slider-runnable-track {
	width: 100%;
	height: 8px;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 16px;
}

.form-range::-moz-range-thumb {
	width: 16px;
	height: 16px;
	background-color: #0d6efd;
	border: 0;
	border-radius: 16px;
	-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;
	-moz-appearance: none;
	appearance: none;
}

.form-range::-moz-range-thumb:active {
	background-color: #b6d4fe;
}

.form-range::-moz-range-track {
	width: 100%;
	height: 8px;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 16px;
}

.form-range:disabled {
	pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
	background-color: #adb5bd;
}

.form-range:disabled::-moz-range-thumb {
	background-color: #adb5bd;
}

.form-floating &gt; .form-control,
.form-floating &gt; .form-select {
	height: 58px;
	line-height: 1.25;
}

.form-floating &gt; label {
	top: 0;
	left: 0;
	height: 100%;
	padding: 16px 12px;
	border: 1px solid transparent;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: opacity 0.1s ease-in-out,
		-webkit-transform 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out,
		-webkit-transform 0.1s ease-in-out;
}

.form-floating &gt; .form-control {
	padding: 16px 12px;
}

.form-floating &gt; .form-control:focus,
.form-floating &gt; .form-control:not(:placeholder-shown),
.form-floating &gt; .form-select {
	padding-top: 26px;
	padding-bottom: 10px;
}

.form-floating &gt; .form-control::-webkit-input-placeholder {
	color: transparent;
}

.form-floating &gt; .form-control::-moz-placeholder {
	color: transparent;
}

.form-floating &gt; .form-control:-ms-input-placeholder {
	color: transparent;
}

.form-floating &gt; .form-control::-ms-input-placeholder {
	color: transparent;
}

.form-floating &gt; .form-control::placeholder {
	color: transparent;
}

.form-floating &gt; .form-control:not(:-moz-placeholder-shown) {
	padding-top: 26px;
	padding-bottom: 10px;
}

.form-floating &gt; .form-control:not(:-ms-input-placeholder) {
	padding-top: 26px;
	padding-bottom: 10px;
}

.form-floating &gt; .form-control:-webkit-autofill {
	padding-top: 26px;
	padding-bottom: 10px;
}

.form-floating &gt; .form-control:not(:-moz-placeholder-shown) ~ label {
	opacity: 0.65;
	transform: scale(0.85) translateY(-0.8px) translateX(0.24);
}

.form-floating &gt; .form-control:not(:-ms-input-placeholder) ~ label {
	opacity: 0.65;
	transform: scale(0.85) translateY(-0.8px) translateX(0.24);
}

.form-floating &gt; .form-control:focus ~ label,
.form-floating &gt; .form-control:not(:placeholder-shown) ~ label,
.form-floating &gt; .form-select ~ label {
	opacity: 0.65;
	-webkit-transform: scale(0.85) translateY(-0.8px) translateX(0.24);
	transform: scale(0.85) translateY(-0.8px) translateX(0.24);
}

.form-floating &gt; .form-control:-webkit-autofill ~ label {
	opacity: 0.65;
	-webkit-transform: scale(0.85) translateY(-0.8px) translateX(0.24);
	transform: scale(0.85) translateY(-0.8px) translateX(0.24);
}

.input-group {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}

.btn-toolbar,
.input-group-text {
	display: -webkit-box;
	display: -ms-flexbox;
}

.input-group &gt; .form-control,
.input-group &gt; .form-select {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0;
}

.input-group .btn:focus,
.input-group &gt; .form-control:focus,
.input-group &gt; .form-select:focus {
	z-index: 3;
}

.input-group .btn {
	z-index: 2;
}

.input-group-text {
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 6px 12px;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
	color: #777;
	text-align: center;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: 4px;
}

.btn-group-lg &gt; .btn,
.btn-lg,
.input-group-lg &gt; .btn,
.input-group-lg &gt; .form-control,
.input-group-lg &gt; .form-select,
.input-group-lg &gt; .input-group-text {
	padding: 8px 16px;
	font-size: 1.09375rem;
	border-radius: 4.8px;
}

.btn-group-sm &gt; .btn,
.btn-sm,
.input-group-sm &gt; .btn,
.input-group-sm &gt; .form-control,
.input-group-sm &gt; .form-select,
.input-group-sm &gt; .input-group-text {
	padding: 4px 8px;
	font-size: 0.765625rem;
	border-radius: 3.2px;
}

.invalid-tooltip,
.valid-tooltip {
	z-index: 5;
	display: none;
	padding: 2.5px 5px;
	border-radius: 4px;
	top: 100%;
	position: absolute;
	max-width: 100%;
}

.input-group-lg &gt; .form-select,
.input-group-sm &gt; .form-select {
	padding-right: 48px;
}

.btn-group &gt; .btn-group:not(:last-child) &gt; .btn,
.btn-group &gt; .btn:not(:last-child):not(.dropdown-toggle),
.input-group.has-validation &gt; .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation
	&gt; :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) &gt; .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation)
	&gt; :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group
	&gt; :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
		.valid-feedback
	):not(.invalid-tooltip):not(.invalid-feedback) {
	margin-left: -1px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: 4px;
	font-size: 0.875rem;
	color: #198754;
}

.valid-tooltip {
	margin-top: 0.1rem;
	font-size: 0.765625rem;
	color: #fff;
	background-color: rgba(25, 135, 84, 0.9);
}

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

.form-control.is-valid,
.was-validated .form-control:valid {
	border-color: #198754;
	padding-right: 36px;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.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.1z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 9px center;
	background-size: 18px 18px;
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
	border-color: #198754;
	-webkit-box-shadow: 0 0 0 4px rgba(25, 135, 84, 0.25);
	box-shadow: 0 0 0 4px rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
	padding-right: 36px;
	background-position: top 9px right 9px;
}

.form-select.is-valid,
.was-validated .form-select:valid {
	border-color: #198754;
}

.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
	padding-right: 66px;
	background-image: 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 5l6 6 6-6'/%3e%3c/svg%3e"),
		url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.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.1z'/%3e%3c/svg%3e");
	background-position: right 12px center, center right 36px;
	background-size: 16px 12px, 18px 18px;
}

.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
	border-color: #198754;
	-webkit-box-shadow: 0 0 0 4px rgba(25, 135, 84, 0.25);
	box-shadow: 0 0 0 4px rgba(25, 135, 84, 0.25);
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
	border-color: #198754;
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
	background-color: #198754;
}

.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
	-webkit-box-shadow: 0 0 0 4px rgba(25, 135, 84, 0.25);
	box-shadow: 0 0 0 4px rgba(25, 135, 84, 0.25);
}

.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
	color: #198754;
}

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

.input-group .form-control.is-valid,
.input-group .form-select.is-valid,
.was-validated .input-group .form-control:valid,
.was-validated .input-group .form-select:valid {
	z-index: 1;
}

.input-group .form-control.is-valid:focus,
.input-group .form-select.is-valid:focus,
.was-validated .input-group .form-control:valid:focus,
.was-validated .input-group .form-select:valid:focus {
	z-index: 3;
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: 4px;
	font-size: 0.875rem;
	color: #dc3545;
}

.invalid-tooltip {
	margin-top: 0.1rem;
	font-size: 0.765625rem;
	color: #fff;
	background-color: rgba(220, 53, 69, 0.9);
}

.btn,
.btn:hover {
	color: #777;
}

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

.form-control.is-invalid,
.was-validated .form-control:invalid {
	border-color: #dc3545;
	padding-right: 36px;
	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='%23dc3545'%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='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 9px center;
	background-size: 18px 18px;
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
	border-color: #dc3545;
	-webkit-box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.25);
	box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
	padding-right: 36px;
	background-position: top 9px right 9px;
}

.form-select.is-invalid,
.was-validated .form-select:invalid {
	border-color: #dc3545;
}

.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
	padding-right: 66px;
	background-image: 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 5l6 6 6-6'/%3e%3c/svg%3e"),
		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='%23dc3545'%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='%23dc3545' stroke='none'/%3e%3c/svg%3e");
	background-position: right 12px center, center right 36px;
	background-size: 16px 12px, 18px 18px;
}

.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
	border-color: #dc3545;
	-webkit-box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.25);
	box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.25);
}

.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
	border-color: #dc3545;
}

.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
	background-color: #dc3545;
}

.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
	-webkit-box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.25);
	box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.25);
}

.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
	color: #dc3545;
}

.input-group .form-control.is-invalid,
.input-group .form-select.is-invalid,
.was-validated .input-group .form-control:invalid,
.was-validated .input-group .form-select:invalid {
	z-index: 2;
}

.input-group .form-control.is-invalid:focus,
.input-group .form-select.is-invalid:focus,
.was-validated .input-group .form-control:invalid:focus,
.was-validated .input-group .form-select:invalid:focus {
	z-index: 3;
}

.btn {
	display: inline-block;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 6px 12px;
	font-size: 0.875rem;
	border-radius: 4px;
	-webkit-transition: color 0.15s ease-in-out,
		background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
}

.btn-check:focus + .btn,
.btn:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
	box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
	pointer-events: none;
	opacity: 0.65;
}

.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active,
.btn-outline-primary:hover,
.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled {
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd;
}

.btn-check:focus + .btn-primary,
.btn-primary:focus,
.btn-primary:hover {
	background-color: #0b5ed7;
	border-color: #0a58ca;
	color: #fff;
}

.btn-check:focus + .btn-primary,
.btn-primary:focus {
	-webkit-box-shadow: 0 0 0 4px rgba(49, 132, 253, 0.5);
	box-shadow: 0 0 0 4px rgba(49, 132, 253, 0.5);
}

.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show &gt; .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0a58ca;
	border-color: #0a53be;
}

.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show &gt; .btn-primary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 4px rgba(49, 132, 253, 0.5);
	box-shadow: 0 0 0 4px rgba(49, 132, 253, 0.5);
}

.btn-check:active + .btn-outline-secondary,
.btn-check:checked + .btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active,
.btn-outline-secondary:hover,
.btn-secondary,
.btn-secondary.disabled,
.btn-secondary:disabled {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
}

.btn-check:focus + .btn-secondary,
.btn-secondary:focus,
.btn-secondary:hover {
	background-color: #5c636a;
	border-color: #565e64;
	color: #fff;
}

.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
	-webkit-box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
	box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
}

.btn-check:active + .btn-secondary,
.btn-check:checked + .btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show &gt; .btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #565e64;
	border-color: #51585e;
}

.btn-check:active + .btn-secondary:focus,
.btn-check:checked + .btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show &gt; .btn-secondary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
	box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
}

.btn-check:active + .btn-outline-success,
.btn-check:checked + .btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active,
.btn-outline-success:hover,
.btn-success,
.btn-success.disabled,
.btn-success:disabled {
	color: #fff;
	background-color: #198754;
	border-color: #198754;
}

.btn-check:focus + .btn-success,
.btn-success:focus,
.btn-success:hover {
	background-color: #157347;
	border-color: #146c43;
	color: #fff;
}

.btn-check:focus + .btn-success,
.btn-success:focus {
	-webkit-box-shadow: 0 0 0 4px rgba(60, 153, 110, 0.5);
	box-shadow: 0 0 0 4px rgba(60, 153, 110, 0.5);
}

.btn-check:active + .btn-success,
.btn-check:checked + .btn-success,
.btn-success.active,
.btn-success:active,
.show &gt; .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #146c43;
	border-color: #13653f;
}

.btn-check:active + .btn-success:focus,
.btn-check:checked + .btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show &gt; .btn-success.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 4px rgba(60, 153, 110, 0.5);
	box-shadow: 0 0 0 4px rgba(60, 153, 110, 0.5);
}

.btn-check:active + .btn-outline-info,
.btn-check:checked + .btn-outline-info,
.btn-info,
.btn-info.disabled,
.btn-info:disabled,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active,
.btn-outline-info:hover {
	color: #000;
	background-color: #0dcaf0;
	border-color: #0dcaf0;
}

.btn-info:hover {
	color: #000;
	background-color: #31d2f2;
	border-color: #25cff2;
}

.btn-check:focus + .btn-info,
.btn-info:focus {
	color: #000;
	background-color: #31d2f2;
	border-color: #25cff2;
	-webkit-box-shadow: 0 0 0 4px rgba(11, 172, 204, 0.5);
	box-shadow: 0 0 0 4px rgba(11, 172, 204, 0.5);
}

.btn-check:active + .btn-info,
.btn-check:checked + .btn-info,
.btn-info.active,
.btn-info:active,
.show &gt; .btn-info.dropdown-toggle {
	color: #000;
	background-color: #3dd5f3;
	border-color: #25cff2;
}

.btn-check:active + .btn-info:focus,
.btn-check:checked + .btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.show &gt; .btn-info.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 4px rgba(11, 172, 204, 0.5);
	box-shadow: 0 0 0 4px rgba(11, 172, 204, 0.5);
}

.btn-check:active + .btn-outline-warning,
.btn-check:checked + .btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active,
.btn-outline-warning:hover,
.btn-warning,
.btn-warning.disabled,
.btn-warning:disabled {
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-warning:hover {
	color: #000;
	background-color: #ffca2c;
	border-color: #ffc720;
}

.btn-check:focus + .btn-warning,
.btn-warning:focus {
	color: #000;
	background-color: #ffca2c;
	border-color: #ffc720;
	-webkit-box-shadow: 0 0 0 4px rgba(217, 164, 6, 0.5);
	box-shadow: 0 0 0 4px rgba(217, 164, 6, 0.5);
}

.btn-check:active + .btn-warning,
.btn-check:checked + .btn-warning,
.btn-warning.active,
.btn-warning:active,
.show &gt; .btn-warning.dropdown-toggle {
	color: #000;
	background-color: #ffcd39;
	border-color: #ffc720;
}

.btn-check:active + .btn-warning:focus,
.btn-check:checked + .btn-warning:focus,
.btn-warning.active:focus,
.btn-warning:active:focus,
.show &gt; .btn-warning.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 4px rgba(217, 164, 6, 0.5);
	box-shadow: 0 0 0 4px rgba(217, 164, 6, 0.5);
}

.btn-check:active + .btn-outline-danger,
.btn-check:checked + .btn-outline-danger,
.btn-danger,
.btn-danger.disabled,
.btn-danger:disabled,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active,
.btn-outline-danger:hover {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-check:focus + .btn-danger,
.btn-danger:focus,
.btn-danger:hover {
	background-color: #bb2d3b;
	border-color: #b02a37;
	color: #fff;
}

.btn-check:focus + .btn-danger,
.btn-danger:focus {
	-webkit-box-shadow: 0 0 0 4px rgba(225, 83, 97, 0.5);
	box-shadow: 0 0 0 4px rgba(225, 83, 97, 0.5);
}

.btn-check:active + .btn-danger,
.btn-check:checked + .btn-danger,
.btn-danger.active,
.btn-danger:active,
.show &gt; .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #b02a37;
	border-color: #a52834;
}

.btn-check:active + .btn-danger:focus,
.btn-check:checked + .btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show &gt; .btn-danger.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 4px rgba(225, 83, 97, 0.5);
	box-shadow: 0 0 0 4px rgba(225, 83, 97, 0.5);
}

.btn-check:active + .btn-outline-light,
.btn-check:checked + .btn-outline-light,
.btn-light,
.btn-light.disabled,
.btn-light:disabled,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active,
.btn-outline-light:hover {
	color: #000;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-check:active + .btn-light,
.btn-check:checked + .btn-light,
.btn-check:focus + .btn-light,
.btn-light.active,
.btn-light:active,
.btn-light:focus,
.btn-light:hover,
.show &gt; .btn-light.dropdown-toggle {
	color: #000;
	background-color: #f9fafb;
	border-color: #f9fafb;
}

.btn-check:focus + .btn-light,
.btn-light:focus {
	-webkit-box-shadow: 0 0 0 4px rgba(211, 212, 213, 0.5);
	box-shadow: 0 0 0 4px rgba(211, 212, 213, 0.5);
}

.btn-check:active + .btn-light:focus,
.btn-check:checked + .btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show &gt; .btn-light.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 4px rgba(211, 212, 213, 0.5);
	box-shadow: 0 0 0 4px rgba(211, 212, 213, 0.5);
}

.btn-check:active + .btn-outline-dark,
.btn-check:checked + .btn-outline-dark,
.btn-dark,
.btn-dark.disabled,
.btn-dark:disabled,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active,
.btn-outline-dark:hover {
	color: #fff;
	background-color: #212529;
	border-color: #212529;
}

.btn-check:focus + .btn-dark,
.btn-dark:focus,
.btn-dark:hover {
	background-color: #1c1f23;
	border-color: #1a1e21;
	color: #fff;
}

.btn-check:focus + .btn-dark,
.btn-dark:focus {
	-webkit-box-shadow: 0 0 0 4px rgba(66, 70, 73, 0.5);
	box-shadow: 0 0 0 4px rgba(66, 70, 73, 0.5);
}

.btn-check:active + .btn-dark,
.btn-check:checked + .btn-dark,
.btn-dark.active,
.btn-dark:active,
.show &gt; .btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1a1e21;
	border-color: #191c1f;
}

.btn-check:active + .btn-dark:focus,
.btn-check:checked + .btn-dark:focus,
.btn-dark.active:focus,
.btn-dark:active:focus,
.show &gt; .btn-dark.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 4px rgba(66, 70, 73, 0.5);
	box-shadow: 0 0 0 4px rgba(66, 70, 73, 0.5);
}

.btn-outline-primary {
	color: #0d6efd;
	border-color: #0d6efd;
}

.btn-check:active + .btn-outline-primary:focus,
.btn-check:checked + .btn-outline-primary:focus,
.btn-check:focus + .btn-outline-primary,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary:focus {
	-webkit-box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.5);
	box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #0d6efd;
	background-color: transparent;
}

.btn-outline-secondary {
	color: #6c757d;
	border-color: #6c757d;
}

.btn-check:active + .btn-outline-secondary:focus,
.btn-check:checked + .btn-outline-secondary:focus,
.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus,
.btn-outline-secondary:focus {
	-webkit-box-shadow: 0 0 0 4px rgba(108, 117, 125, 0.5);
	box-shadow: 0 0 0 4px rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
	color: #6c757d;
	background-color: transparent;
}

.btn-outline-success {
	color: #198754;
	border-color: #198754;
}

.btn-check:active + .btn-outline-success:focus,
.btn-check:checked + .btn-outline-success:focus,
.btn-check:focus + .btn-outline-success,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus,
.btn-outline-success:focus {
	-webkit-box-shadow: 0 0 0 4px rgba(25, 135, 84, 0.5);
	box-shadow: 0 0 0 4px rgba(25, 135, 84, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
	color: #198754;
	background-color: transparent;
}

.btn-outline-info {
	color: #0dcaf0;
	border-color: #0dcaf0;
}

.btn-check:active + .btn-outline-info:focus,
.btn-check:checked + .btn-outline-info:focus,
.btn-check:focus + .btn-outline-info,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus,
.btn-outline-info:focus {
	-webkit-box-shadow: 0 0 0 4px rgba(13, 202, 240, 0.5);
	box-shadow: 0 0 0 4px rgba(13, 202, 240, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
	color: #0dcaf0;
	background-color: transparent;
}

.btn-outline-warning {
	color: #ffc107;
	border-color: #ffc107;
}

.btn-check:active + .btn-outline-warning:focus,
.btn-check:checked + .btn-outline-warning:focus,
.btn-check:focus + .btn-outline-warning,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus,
.btn-outline-warning:focus {
	-webkit-box-shadow: 0 0 0 4px rgba(255, 193, 7, 0.5);
	box-shadow: 0 0 0 4px rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
	color: #ffc107;
	background-color: transparent;
}

.btn-outline-danger {
	color: #dc3545;
	border-color: #dc3545;
}

.btn-check:active + .btn-outline-danger:focus,
.btn-check:checked + .btn-outline-danger:focus,
.btn-check:focus + .btn-outline-danger,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus,
.btn-outline-danger:focus {
	-webkit-box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.5);
	box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
	color: #dc3545;
	background-color: transparent;
}

.btn-outline-light {
	color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-check:active + .btn-outline-light:focus,
.btn-check:checked + .btn-outline-light:focus,
.btn-check:focus + .btn-outline-light,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus,
.btn-outline-light:focus {
	-webkit-box-shadow: 0 0 0 4px rgba(248, 249, 250, 0.5);
	box-shadow: 0 0 0 4px rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
	color: #f8f9fa;
	background-color: transparent;
}

.btn-outline-dark {
	color: #212529;
	border-color: #212529;
}

.dropdown-toggle::after,
.dropup .dropdown-toggle::after {
	vertical-align: 4.08px;
	content: "";
	border-right: 4.8px solid transparent;
	border-left: 4.8px solid transparent;
}

.btn-check:active + .btn-outline-dark:focus,
.btn-check:checked + .btn-outline-dark:focus,
.btn-check:focus + .btn-outline-dark,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus,
.btn-outline-dark:focus {
	-webkit-box-shadow: 0 0 0 4px rgba(33, 37, 41, 0.5);
	box-shadow: 0 0 0 4px rgba(33, 37, 41, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
	color: #212529;
	background-color: transparent;
}

.btn-link {
	color: #0d6efd;
}

.btn-close:hover,
.card-link:hover,
.dropdown-item,
.dropdown-item.active,
.dropdown-item:active,
.list-group-item,
.nav-link,
.navbar-brand,
.navbar-toggler:focus,
.navbar-toggler:hover,
.page-link {
	text-decoration: none;
}

.breadcrumb-item.active,
.btn-link.disabled,
.btn-link:disabled,
.link-secondary {
	color: #6c757d;
}

.fade {
	-webkit-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

.fade:not(.show),
.modal-backdrop.fade,
.toast:not(.showing):not(.show) {
	opacity: 0;
}

.badge:empty,
.collapse:not(.show),
.navbar-expand .navbar-toggler,
.popover-header:empty,
.tab-content &gt; .tab-pane,
.toast.hide {
	display: none;
}

.collapsing {
	height: 0;
	-webkit-transition: height 0.35s;
	transition: height 0.35s;
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: 4.08px;
	border-top: 4.8px solid;
	border-bottom: 0;
}

.card &gt; hr,
.dropdown-toggle-split::after,
.dropdown-toggle:empty::after,
.dropend .dropdown-toggle-split::after,
.dropend .dropdown-toggle:empty::after,
.dropstart .dropdown-toggle:empty::after,
.dropup .dropdown-toggle-split::after,
.dropup .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropdown-menu {
	position: absolute;
	z-index: 1000;
	display: none;
	min-width: 160px;
	padding: 8px 0;
	margin: 0;
	font-size: 0.875rem;
	color: #777;
	text-align: left;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
}

.dropdown-menu[data-bs-popper] {
	top: 100%;
	left: 0;
	margin-top: 2px;
}

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

.dropup .dropdown-menu[data-bs-popper] {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: 2px;
}

.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: 4.08px;
	border-top: 0;
	border-bottom: 4.8px solid;
}

.dropend .dropdown-toggle::after,
.dropstart .dropdown-toggle::before {
	border-top: 4.8px solid transparent;
	border-bottom: 4.8px solid transparent;
	content: "";
}

.dropend .dropdown-menu[data-bs-popper] {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: 2px;
}

.dropend .dropdown-toggle::after {
	display: inline-block;
	margin-left: 4.08px;
	border-right: 0;
	border-left: 4.8px solid;
	vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: 2px;
}

.dropstart .dropdown-toggle::after {
	margin-left: 4.08px;
	vertical-align: 4.08px;
	content: "";
	display: none;
}

.dropstart .dropdown-toggle::before {
	display: inline-block;
	margin-right: 4.08px;
	border-right: 4.8px solid;
	vertical-align: 0;
}

.card &gt; hr,
.dropstart .dropdown-toggle-split::before {
	margin-right: 0;
}

.dropdown-divider {
	height: 0;
	margin: 5px 0;
	overflow: hidden;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: 2.5px 10px;
	clear: both;
	color: #212529;
	text-align: inherit;
	background-color: transparent;
	border: 0;
}

.dropdown-menu-dark,
.dropdown-menu-dark .dropdown-divider {
	border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #1e2125;
	background-color: #e9ecef;
}

.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	background-color: #0d6efd;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
	color: #adb5bd;
	pointer-events: none;
	background-color: transparent;
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active,
.dropdown-menu.show,
.tab-content &gt; .active {
	display: block;
}

.dropdown-header {
	display: block;
	padding: 8px 10px;
	margin-bottom: 0;
	font-size: 0.765625rem;
	color: #6c757d;
}

.dropdown-item-text {
	display: block;
	padding: 2.5px 10px;
	color: #212529;
}

.dropdown-menu-dark {
	color: #dee2e6;
	background-color: #343a40;
}

.dropdown-menu-dark .dropdown-item,
.dropdown-menu-dark .dropdown-item-text {
	color: #dee2e6;
}

.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.15);
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active,
.nav-pills .nav-link.active,
.nav-pills .show &gt; .nav-link {
	color: #fff;
	background-color: #0d6efd;
}

.dropdown-menu-dark .dropdown-header,
.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
	color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
}

.btn-group-vertical &gt; .btn,
.btn-group &gt; .btn {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.btn-group-vertical &gt; .btn-check:checked + .btn,
.btn-group-vertical &gt; .btn-check:focus + .btn,
.btn-group-vertical &gt; .btn.active,
.btn-group-vertical &gt; .btn:active,
.btn-group-vertical &gt; .btn:focus,
.btn-group-vertical &gt; .btn:hover,
.btn-group &gt; .btn-check:checked + .btn,
.btn-group &gt; .btn-check:focus + .btn,
.btn-group &gt; .btn.active,
.btn-group &gt; .btn:active,
.btn-group &gt; .btn:focus,
.btn-group &gt; .btn:hover {
	z-index: 1;
}

.btn-toolbar {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.nav,
.navbar {
	display: -webkit-box;
	display: -ms-flexbox;
}

.btn-toolbar .input-group {
	width: auto;
}

.btn-group &gt; .btn-group:not(:first-child),
.btn-group &gt; .btn:not(:first-child),
.page-item:not(:first-child) .page-link {
	margin-left: -1px;
}

.btn-group &gt; .btn-group:not(:first-child) &gt; .btn,
.btn-group &gt; .btn:nth-child(n + 3),
.btn-group &gt; :not(.btn-check) + .btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
	padding-right: 9px;
	padding-left: 9px;
}

.btn-group-sm &gt; .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
	padding-right: 6px;
	padding-left: 6px;
}

.btn-group-lg &gt; .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
	padding-right: 12px;
	padding-left: 12px;
}

.btn-group-vertical {
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.btn-group-vertical &gt; .btn,
.btn-group-vertical &gt; .btn-group,
.card-img,
.card-img-bottom,
.card-img-top,
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
	width: 100%;
}

.btn-group-vertical &gt; .btn-group:not(:first-child),
.btn-group-vertical &gt; .btn:not(:first-child) {
	margin-top: -1px;
}

.btn-group-vertical &gt; .btn-group:not(:last-child) &gt; .btn,
.btn-group-vertical &gt; .btn:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical &gt; .btn-group:not(:first-child) &gt; .btn,
.btn-group-vertical &gt; .btn ~ .btn {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.nav {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
}

.nav-link {
	display: block;
	padding: 8px 16px;
	color: #0d6efd;
	-webkit-transition: color 0.15s ease-in-out,
		background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out;
}

.nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default;
}

.nav-tabs {
	border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
	margin-bottom: -1px;
	background: 0 0;
	border: 1px solid transparent;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border-color: #e9ecef #e9ecef #dee2e6;
	isolation: isolate;
}

.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.nav-pills .nav-link {
	background: 0 0;
	border: 0;
	border-radius: 4px;
}

.nav-fill .nav-item,
.nav-fill &gt; .nav-link {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center;
}

.nav-justified .nav-item,
.nav-justified &gt; .nav-link {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
}

.navbar {
	position: relative;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 5px;
	padding-bottom: 5px;
}

.navbar &gt; .container,
.navbar &gt; .container-fluid,
.navbar &gt; .container-lg,
.navbar &gt; .container-md,
.navbar &gt; .container-sm,
.navbar &gt; .container-xl,
.navbar &gt; .container-xxl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: inherit;
	flex-wrap: inherit;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.navbar-brand {
	padding-top: 5.375px;
	padding-bottom: 5.375px;
	margin-right: 16px;
	font-size: 1.09375rem;
}

.card-header-pills,
.card-header-tabs {
	margin-right: -5px;
	margin-left: -5px;
}

.navbar-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
}

.navbar-nav .dropdown-menu {
	position: static;
}

.navbar-text {
	padding-top: 8px;
	padding-bottom: 8px;
}

.navbar-collapse {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.navbar-toggler {
	padding: 4px 12px;
	font-size: 1.09375rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
	transition: box-shadow 0.15s ease-in-out;
	transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.navbar-toggler:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 4px;
	box-shadow: 0 0 0 4px;
}

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

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

.navbar-expand {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.list-group-horizontal,
.navbar-expand .navbar-nav {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: 8px;
	padding-left: 8px;
}

.navbar-expand .navbar-nav-scroll {
	overflow: visible;
}

.navbar-expand .navbar-collapse {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.card,
.progress-bar {
	-ms-flex-direction: column;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show &gt; .nav-link,
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
	color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-text {
	color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, 0.55);
	border-color: rgba(0, 0, 0, 0.1);
}

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

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show &gt; .nav-link,
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
	color: #fff;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-text {
	color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
	color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, 0.55);
	border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
	background-image: 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 {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	flex-direction: column;
	min-width: 0;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 4px;
}

.card-img,
.card-img-top,
.card &gt; .list-group:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.card-img,
.card-img-bottom,
.card &gt; .list-group:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.card &gt; .list-group {
	border-top: inherit;
	border-bottom: inherit;
}

.card &gt; .list-group:first-child {
	border-top-width: 0;
}

.card &gt; .list-group:last-child {
	border-bottom-width: 0;
}

.accordion-flush .accordion-item:first-child,
.accordion-item:not(:first-of-type),
.card &gt; .card-header + .list-group,
.card &gt; .list-group + .card-footer {
	border-top: 0;
}

.card-body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 10px;
}

.card-footer,
.card-header {
	padding: 5px 10px;
	background-color: rgba(0, 0, 0, 0.03);
}

.card-title {
	margin-bottom: 5px;
}

.card-subtitle {
	margin-top: -2.5px;
	margin-bottom: 0;
}

.card-link + .card-link {
	margin-left: 10px;
}

.card-header {
	margin-bottom: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
	border-radius: 3px 3px 0 0;
}

.card-footer {
	border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
	border-radius: 0 0 3px 3px;
}

.card-header-tabs {
	margin-bottom: -5px;
	border-bottom: 0;
}

.alert,
.breadcrumb {
	margin-bottom: 16px;
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 10px;
	border-radius: 3px;
}

.alert,
.btn .badge,
.list-group-item,
.page-link {
	position: relative;
}

.accordion-body {
	padding: 16px 20px;
}

.card-group &gt; .card,
.toast-container &gt; :not(:last-child) {
	margin-bottom: 15px;
}

.breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
}

.list-group,
.progress-bar {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
}

.badge,
.progress-bar {
	text-align: center;
	white-space: nowrap;
}

.page-link:focus,
.page-link:hover {
	color: #0a58ca;
	background-color: #e9ecef;
}

.page-link:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
}

.accordion-item {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-item:first-of-type {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.accordion-item:last-of-type,
.accordion-item:last-of-type .accordion-collapse {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.accordion-flush .accordion-collapse {
	border-width: 0;
}

.accordion-flush .accordion-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0;
}

.accordion-flush .accordion-item:last-child {
	border-bottom: 0;
}

.breadcrumb {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
}

.breadcrumb-item + .breadcrumb-item {
	padding-left: 8px;
}

.breadcrumb-item + .breadcrumb-item::before {
	float: left;
	padding-right: 8px;
	color: #6c757d;
	content: var(--bs-breadcrumb-divider, "/");
}

.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
}

.page-link {
	display: block;
	color: #0d6efd;
	background-color: #fff;
	border: 1px solid #dee2e6;
	-webkit-transition: color 0.15s ease-in-out,
		background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
	padding: 6px 12px;
}

.page-link:hover {
	z-index: 2;
	border-color: #dee2e6;
}

.page-link:focus {
	z-index: 3;
	box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
}

.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd;
}

.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	background-color: #fff;
	border-color: #dee2e6;
}

.page-item:first-child .page-link {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.page-item:last-child .page-link {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.pagination-lg .page-link {
	padding: 12px 24px;
	font-size: 1.09375rem;
}

.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: 4.8px;
	border-bottom-left-radius: 4.8px;
}

.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: 4.8px;
	border-bottom-right-radius: 4.8px;
}

.pagination-sm .page-link {
	padding: 4px 8px;
	font-size: 0.765625rem;
}

.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: 3.2px;
	border-bottom-left-radius: 3.2px;
}

.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: 3.2px;
	border-bottom-right-radius: 3.2px;
}

.badge {
	display: inline-block;
	padding: 5.6px 10.4px;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	vertical-align: baseline;
	border-radius: 4px;
}

.progress,
.progress-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	overflow: hidden;
}

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

.alert {
	padding: 10px;
	border: 1px solid transparent;
	border-radius: 4px;
}

.alert-dismissible {
	padding-right: 30px;
}

.alert-dismissible .btn-close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	padding: 12.5px 10px;
}

.alert-primary {
	color: #084298;
	background-color: #cfe2ff;
	border-color: #b6d4fe;
}

.alert-primary .alert-link {
	color: #06357a;
}

.alert-secondary {
	color: #41464b;
	background-color: #e2e3e5;
	border-color: #d3d6d8;
}

.alert-secondary .alert-link {
	color: #34383c;
}

.alert-success {
	color: #0f5132;
	background-color: #d1e7dd;
	border-color: #badbcc;
}

.alert-success .alert-link {
	color: #0c4128;
}

.alert-info {
	color: #055160;
	background-color: #cff4fc;
	border-color: #b6effb;
}

.alert-info .alert-link {
	color: #04414d;
}

.alert-warning {
	color: #664d03;
	background-color: #fff3cd;
	border-color: #ffecb5;
}

.alert-warning .alert-link {
	color: #523e02;
}

.alert-danger {
	color: #842029;
	background-color: #f8d7da;
	border-color: #f5c2c7;
}

.alert-danger .alert-link {
	color: #6a1a21;
}

.alert-light {
	color: #636464;
	background-color: #fefefe;
	border-color: #fdfdfe;
}

.alert-light .alert-link {
	color: #4f5050;
}

.alert-dark {
	color: #141619;
	background-color: #d3d3d4;
	border-color: #bcbebf;
}

.alert-dark .alert-link {
	color: #101214;
}

@-webkit-keyframes progress-bar-stripes {
	0% {
		background-position-x: 16px;
	}
}

@keyframes progress-bar-stripes {
	0% {
		background-position-x: 16px;
	}
}

.progress {
	display: flex;
	height: 16px;
	font-size: 0.65625rem;
	background-color: #e9ecef;
	border-radius: 4px;
}

.progress-bar {
	display: flex;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	background-color: #0d6efd;
	-webkit-transition: width 0.6s;
	transition: width 0.6s;
}

.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: 16px 16px;
}

.progress-bar-animated {
	-webkit-animation: 1s linear infinite progress-bar-stripes;
	animation: 1s linear infinite progress-bar-stripes;
}

.list-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	border-radius: 4px;
}

.list-group-numbered {
	list-style-type: none;
	counter-reset: section;
}

.list-group-numbered &gt; li::before {
	content: counters(section, ".") ". ";
	counter-increment: section;
}

.list-group-item-action {
	width: 100%;
	color: #495057;
	text-align: inherit;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
	z-index: 1;
	color: #495057;
	text-decoration: none;
	background-color: #f8f9fa;
}

.list-group-item-action:active {
	color: #777;
	background-color: #e9ecef;
}

.list-group-item {
	display: block;
	padding: 5px 10px;
	color: #212529;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.125);
}

.modal-dialog-centered,
.toast-header {
	display: -webkit-box;
	display: -ms-flexbox;
}

.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: #6c757d;
	pointer-events: none;
	background-color: #fff;
}

.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd;
}

.list-group-item + .list-group-item {
	border-top-width: 0;
}

.list-group-item + .list-group-item.active {
	margin-top: -1px;
	border-top-width: 1px;
}

.list-group-horizontal &gt; .list-group-item:first-child {
	border-bottom-left-radius: 4px;
	border-top-right-radius: 0;
}

.list-group-horizontal &gt; .list-group-item:last-child {
	border-top-right-radius: 4px;
	border-bottom-left-radius: 0;
}

.list-group-horizontal &gt; .list-group-item.active {
	margin-top: 0;
}

.list-group-horizontal &gt; .list-group-item + .list-group-item {
	border-top-width: 1px;
	border-left-width: 0;
}

.list-group-horizontal &gt; .list-group-item + .list-group-item.active {
	margin-left: -1px;
	border-left-width: 1px;
}

.modal-content,
.offcanvas {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	outline: 0;
}

.list-group-flush &gt; .list-group-item {
	border-width: 0 0 1px;
}

.list-group-item-primary {
	color: #084298;
	background-color: #cfe2ff;
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
	color: #084298;
	background-color: #bacbe6;
}

.list-group-item-primary.list-group-item-action.active {
	color: #fff;
	background-color: #084298;
	border-color: #084298;
}

.list-group-item-secondary {
	color: #41464b;
	background-color: #e2e3e5;
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
	color: #41464b;
	background-color: #cbccce;
}

.list-group-item-secondary.list-group-item-action.active {
	color: #fff;
	background-color: #41464b;
	border-color: #41464b;
}

.list-group-item-success {
	color: #0f5132;
	background-color: #d1e7dd;
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
	color: #0f5132;
	background-color: #bcd0c7;
}

.list-group-item-success.list-group-item-action.active {
	color: #fff;
	background-color: #0f5132;
	border-color: #0f5132;
}

.list-group-item-info {
	color: #055160;
	background-color: #cff4fc;
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
	color: #055160;
	background-color: #badce3;
}

.list-group-item-info.list-group-item-action.active {
	color: #fff;
	background-color: #055160;
	border-color: #055160;
}

.list-group-item-warning {
	color: #664d03;
	background-color: #fff3cd;
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
	color: #664d03;
	background-color: #e6dbb9;
}

.list-group-item-warning.list-group-item-action.active {
	color: #fff;
	background-color: #664d03;
	border-color: #664d03;
}

.list-group-item-danger {
	color: #842029;
	background-color: #f8d7da;
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
	color: #842029;
	background-color: #dfc2c4;
}

.list-group-item-danger.list-group-item-action.active {
	color: #fff;
	background-color: #842029;
	border-color: #842029;
}

.list-group-item-light {
	color: #636464;
	background-color: #fefefe;
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
	color: #636464;
	background-color: #e5e5e5;
}

.list-group-item-light.list-group-item-action.active {
	color: #fff;
	background-color: #636464;
	border-color: #636464;
}

.list-group-item-dark {
	color: #141619;
	background-color: #d3d3d4;
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
	color: #141619;
	background-color: #bebebf;
}

.list-group-item-dark.list-group-item-action.active {
	color: #fff;
	background-color: #141619;
	border-color: #141619;
}

.btn-close {
	box-sizing: content-box;
	width: 16px;
	height: 16px;
	padding: 4px;
	color: #000;
	border: 0;
	position: absolute;
	right: 16px;
	top: 16px;
	cursor: pointer;
	z-index: 1;
}

.toast,
.toast-header {
	background-color: rgba(255, 255, 255, 0.85);
}

.modal-content,
.popover,
.toast,
.toast-header {
	background-clip: padding-box;
}

.btn-close:hover {
	color: #000;
	opacity: 0.75;
}

.btn-close:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
	box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
	opacity: 1;
}

.btn-close.disabled,
.btn-close:disabled {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	opacity: 0.25;
}

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

.toast {
	width: 350px;
	max-width: 100%;
	font-size: 0.875rem;
	pointer-events: auto;
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
	border-radius: 4px;
}

.popover,
.tooltip {
	font-family: var(--bs-font-sans-serif);
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: 0.765625rem;
	word-wrap: break-word;
	text-decoration: none;
}

.toast-container {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: 100%;
	pointer-events: none;
}

.toast-header {
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 8px 12px;
	color: #6c757d;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.toast-header .btn-close {
	margin-right: -6px;
	margin-left: 12px;
}

.toast-body {
	padding: 12px;
	word-wrap: break-word;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 8px;
	pointer-events: none;
}

.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-webkit-transform: translate(0, -50px);
	transform: translate(0, -50px);
}

.modal.show .modal-dialog,
.offcanvas.show {
	-webkit-transform: none;
	transform: none;
}

.modal.modal-static .modal-dialog {
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}

.modal-dialog-scrollable {
	height: calc(100% - 16px);
}

.modal-dialog-scrollable .modal-content {
	max-height: 100%;
	overflow: hidden;
}

.modal-dialog-scrollable .modal-body,
.modal-fullscreen .modal-body {
	overflow-y: auto;
}

.modal-dialog-centered {
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - 16px);
}

.modal-content {
	display: -webkit-box;
	display: -ms-flexbox;
}

.modal-content {
	position: relative;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 4.8px;
}

.carousel-dark .carousel-indicators [data-bs-target],
.modal-backdrop,
.tooltip-inner {
	background-color: #000;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
}

.modal-title,
.offcanvas-title {
	margin-bottom: 0;
	line-height: 1.5;
}

.modal-body {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 10px;
}

.modal-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 6px;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: 3.8px;
	border-bottom-left-radius: 3.8px;
}

.modal-footer &gt; * {
	margin: 4px;
}

.modal-fullscreen {
	width: 100vw;
	max-width: none;
	height: 100%;
	margin: 0;
}

.modal-fullscreen .modal-content {
	height: 100%;
	border: 0;
	border-radius: 0;
}

@media (max-width: 575.98px) {
	.modal-fullscreen-sm-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0;
	}

	.modal-fullscreen-sm-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0;
	}

	.modal-fullscreen-sm-down .modal-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-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-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-footer {
		border-radius: 0;
	}

	.modal-fullscreen-xl-down .modal-body {
		overflow-y: auto;
	}
}

@media (max-width: 1599.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-footer{
		border-radius: 0;
	}

	.modal-fullscreen-xxl-down .modal-body {
		overflow-y: auto;
	}
}

.tooltip {
	position: absolute;
	z-index: 1080;
	display: block;
	margin: 0;
	text-align: left;
	text-align: start;
	opacity: 0;
}

.tooltip.show {
	opacity: 0.9;
}

.tooltip .tooltip-arrow {
	position: absolute;
	display: block;
	width: 12.8px;
	height: 6.4px;
}

.tooltip .tooltip-arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.bs-tooltip-auto[data-popper-placement^="bottom"],
.bs-tooltip-auto[data-popper-placement^="top"],
.bs-tooltip-bottom,
.bs-tooltip-top {
	padding: 6.4px 0;
}

.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
	bottom: 0;
}

.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
	top: -1px;
	border-width: 6.4px 6.4px 0;
	border-top-color: #000;
}

.bs-tooltip-auto[data-popper-placement^="left"],
.bs-tooltip-auto[data-popper-placement^="right"],
.bs-tooltip-end,
.bs-tooltip-start {
	padding: 0 6.4px;
}

.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
	left: 0;
	width: 6.4px;
	height: 12.8px;
}

.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
	right: -1px;
	border-width: 6.4px 6.4px 6.4px 0;
	border-right-color: #000;
}

.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
	top: 0;
}

.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
	bottom: -1px;
	border-width: 0 6.4px 6.4px;
	border-bottom-color: #000;
}

.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
	right: 0;
	width: 6.4px;
	height: 12.8px;
}

.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
	left: -1px;
	border-width: 6.4px 0 6.4px 6.4px;
	border-left-color: #000;
}

.tooltip-inner {
	max-width: 200px;
	padding: 2.5px 5px;
	color: #fff;
	text-align: center;
	border-radius: 4px;
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1070;
	display: block;
	max-width: 276px;
	text-align: left;
	text-align: start;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 4.8px;
}

.popover .popover-arrow {
	position: absolute;
	display: block;
	width: 16px;
	height: 8px;
}

.popover .popover-arrow::after,
.popover .popover-arrow::before {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.bs-popover-auto[data-popper-placement^="top"] &gt; .popover-arrow,
.bs-popover-top &gt; .popover-arrow {
	bottom: -9px;
}

.bs-popover-auto[data-popper-placement^="top"] &gt; .popover-arrow::before,
.bs-popover-top &gt; .popover-arrow::before {
	bottom: 0;
	border-width: 8px 8px 0;
	border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[data-popper-placement^="top"] &gt; .popover-arrow::after,
.bs-popover-top &gt; .popover-arrow::after {
	bottom: 1px;
	border-width: 8px 8px 0;
	border-top-color: #fff;
}

.bs-popover-auto[data-popper-placement^="right"] &gt; .popover-arrow,
.bs-popover-end &gt; .popover-arrow {
	left: -9px;
	width: 8px;
	height: 16px;
}

.bs-popover-auto[data-popper-placement^="right"] &gt; .popover-arrow::before,
.bs-popover-end &gt; .popover-arrow::before {
	left: 0;
	border-width: 8px 8px 8px 0;
	border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[data-popper-placement^="right"] &gt; .popover-arrow::after,
.bs-popover-end &gt; .popover-arrow::after {
	left: 1px;
	border-width: 8px 8px 8px 0;
	border-right-color: #fff;
}

.bs-popover-auto[data-popper-placement^="bottom"] &gt; .popover-arrow,
.bs-popover-bottom &gt; .popover-arrow {
	top: -9px;
}

.bs-popover-auto[data-popper-placement^="bottom"] &gt; .popover-arrow::before,
.bs-popover-bottom &gt; .popover-arrow::before {
	top: 0;
	border-width: 0 8px 8px;
	border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[data-popper-placement^="bottom"] &gt; .popover-arrow::after,
.bs-popover-bottom &gt; .popover-arrow::after {
	top: 1px;
	border-width: 0 8px 8px;
	border-bottom-color: #fff;
}

.bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before,
.bs-popover-bottom .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 16px;
	margin-left: -8px;
	content: "";
	border-bottom: 1px solid #f0f0f0;
}

.bs-popover-auto[data-popper-placement^="left"] &gt; .popover-arrow,
.bs-popover-start &gt; .popover-arrow {
	right: -9px;
	width: 8px;
	height: 16px;
}

.bs-popover-auto[data-popper-placement^="left"] &gt; .popover-arrow::before,
.bs-popover-start &gt; .popover-arrow::before {
	right: 0;
	border-width: 8px 0 8px 8px;
	border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[data-popper-placement^="left"] &gt; .popover-arrow::after,
.bs-popover-start &gt; .popover-arrow::after {
	right: 1px;
	border-width: 8px 0 8px 8px;
	border-left-color: #fff;
}

.popover-header {
	padding: 8px 10px;
	margin-bottom: 0;
	font-size: 0.875rem;
	color: #24262b;
	background-color: #f0f0f0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	border-top-left-radius: 3.8px;
	border-top-right-radius: 3.8px;
}

.popover-body {
	padding: 10px;
	color: #777;
}

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

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.carousel-inner::after,
.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.6s ease-in-out;
	transition: transform 0.6s ease-in-out;
	transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

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

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

.carousel-fade .carousel-item {
	opacity: 0;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transform: none;
	transform: none;
}

.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
	z-index: 1;
	opacity: 1;
}

.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
	z-index: 0;
	opacity: 0;
	-webkit-transition: opacity 0s 0.6s;
	transition: opacity 0s 0.6s;
}

.carousel-control-next,
.carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 15%;
	padding: 0;
	color: #fff;
	text-align: center;
	background: 0 0;
	border: 0;
	opacity: 0.5;
	-webkit-transition: opacity 0.15s;
	transition: opacity 0.15s;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: 0.9;
}

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

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

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

.carousel-indicators,
.offcanvas {
	display: -webkit-box;
	display: -ms-flexbox;
}

.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 0z'/%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-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
	margin-right: 15%;
	margin-bottom: 1rem;
	margin-left: 15%;
}

.spinner-border,
.spinner-grow {
	display: inline-block;
	vertical-align: -2px;
}

.carousel-indicators [data-bs-target] {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	padding: 0;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: 0.5;
	-webkit-transition: opacity 0.6s;
	transition: opacity 0.6s;
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
	-webkit-filter: invert(1) grayscale(100);
	filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-caption {
	color: #000;
}

@-webkit-keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.spinner-border {
	width: 32px;
	height: 32px;
	border: 4px solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
}

.spinner-border-sm {
	width: 16px;
	height: 16px;
	border-width: 3.2px;
}

@-webkit-keyframes spinner-grow {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	50% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes spinner-grow {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	50% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.spinner-grow {
	width: 32px;
	height: 32px;
	background-color: currentColor;
	border-radius: 50%;
	opacity: 0;
}

.spinner-grow-sm {
	width: 16px;
	height: 16px;
}

.offcanvas-bottom,
.offcanvas-top {
	right: 0;
	left: 0;
	height: 30vh;
	max-height: 100%;
}

.offcanvas {
	position: fixed;
	bottom: 0;
	z-index: 1050;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 100%;
	visibility: hidden;
	background-color: #fff;
	background-clip: padding-box;
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.flex-column,
.flex-row {
	-webkit-box-direction: normal !important;
}

@media (prefers-reduced-motion: reduce) {
	.form-control {
		-webkit-transition: none;
		transition: none;
	}

	.form-control::file-selector-button {
		-webkit-transition: none;
		transition: none;
	}

	.form-control::-webkit-file-upload-button {
		-webkit-transition: none;
		transition: none;
	}

	.form-select,
	.form-switch .form-check-input {
		-webkit-transition: none;
		transition: none;
	}

	.form-range::-webkit-slider-thumb {
		-webkit-transition: none;
		transition: none;
	}

	.form-range::-moz-range-thumb {
		-moz-transition: none;
		transition: none;
	}

	.btn,
	.carousel-control-next,
	.carousel-control-prev,
	.carousel-fade .active.carousel-item-end,
	.carousel-fade .active.carousel-item-start,
	.carousel-indicators [data-bs-target],
	.carousel-item,
	.collapsing,
	.fade,
	.form-floating &gt; label,
	.modal.fade .modal-dialog,
	.nav-link,
	.navbar-toggler,
	.offcanvas,
	.page-link,
	.progress-bar {
		-webkit-transition: none;
		transition: none;
	}

	.progress-bar-animated {
		-webkit-animation: none;
		animation: none;
	}

	.spinner-border,
	.spinner-grow {
		-webkit-animation-duration: 24px;
		animation-duration: 24px;
	}
}

.offcanvas-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.offcanvas-header .btn-close {
	padding: 5px;
	margin-top: -5px;
	margin-right: -5px;
	margin-bottom: -5px;
}

.offcanvas-header .title {
	font-weight: 700;
	color: #fff;
	font-size: 24px;
}

.offcanvas-body {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 10px;
	overflow-y: auto;
}

.offcanvas-start {
	top: 0;
	left: 0;
	width: 400px;
	border-right: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.offcanvas-end {
	top: 0;
	right: 0;
	width: 400px;
	border-left: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.offcanvas-top {
	top: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.offcanvas-bottom {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

.link-primary {
	color: #0d6efd;
}

.link-secondary:focus,
.link-secondary:hover {
	color: #565e64;
}

.link-success {
	color: #198754;
}

.link-success:focus,
.link-success:hover {
	color: #146c43;
}

.link-info {
	color: #0dcaf0;
}

.link-info:focus,
.link-info:hover {
	color: #3dd5f3;
}

.link-warning {
	color: #ffc107;
}

.link-warning:focus,
.link-warning:hover {
	color: #ffcd39;
}

.link-danger {
	color: #dc3545;
}

.link-danger:focus,
.link-danger:hover {
	color: #b02a37;
}

.link-light {
	color: #f8f9fa;
}

.link-light:focus,
.link-light:hover {
	color: #f9fafb;
}

.link-dark {
	color: #212529;
}

.link-dark:focus,
.link-dark:hover {
	color: #1a1e21;
}

.ratio {
	position: relative;
	width: 100%;
}

.ratio::before {
	display: block;
	padding-top: var(--bs-aspect-ratio);
	content: "";
}

.ratio &gt; * {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

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

.ratio-1x1 {
	--bs-aspect-ratio: 100%;
}

.ratio-4x3 {
	--bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
	--bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
	--bs-aspect-ratio: calc(9 / 21 * 100%);
}

.fixed-top {
	top: 0;
}

.fixed-bottom {
	bottom: 0;
}

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

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
	position: absolute !important;
	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;
}

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

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

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

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

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

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

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

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

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

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

.d-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

.shadow {
	-webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15) !important;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075) !important;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
	-webkit-box-shadow: 0 16px 48px rgba(0, 0, 0, 0.175) !important;
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.175) !important;
}

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

.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 {
	-webkit-transform: translate(-50%, -50%) !important;
	transform: translate(-50%, -50%) !important;
}

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

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

.border {
	border: 1px solid #dee2e6 !important;
}

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

.border-top {
	border-top: 1px solid #dee2e6 !important;
}

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

.border-end {
	border-right: 1px solid #dee2e6 !important;
}

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

.border-bottom {
	border-bottom: 1px solid #dee2e6 !important;
}

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

.border-start {
	border-left: 1px solid #dee2e6 !important;
}

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

.border-primary {
	border-color: #0d6efd !important;
}

.border-secondary {
	border-color: #6c757d !important;
}

.border-success {
	border-color: #198754 !important;
}

.border-info {
	border-color: #0dcaf0 !important;
}

.border-warning {
	border-color: #ffc107 !important;
}

.border-danger {
	border-color: #dc3545 !important;
}

.border-light {
	border-color: #f8f9fa !important;
}

.border-dark {
	border-color: #212529 !important;
}

.border-white {
	border-color: #fff !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;
}

.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 {
	-webkit-box-flex: 1 !important;
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}

.flex-row {
	-webkit-box-orient: horizontal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.flex-column {
	-webkit-box-orient: vertical !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.flex-column-reverse,
.flex-row-reverse {
	-webkit-box-direction: reverse !important;
}

.flex-row-reverse {
	-webkit-box-orient: horizontal !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	-webkit-box-orient: vertical !important;
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}

.flex-grow-0 {
	-webkit-box-flex: 0 !important;
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important;
}

.flex-grow-1 {
	-webkit-box-flex: 1 !important;
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}

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

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

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

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

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

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

.gap-1 {
	gap: 5px !important;
}

.gap-2 {
	gap: 10px !important;
}

.gap-3 {
	gap: 15px !important;
}

.gap-4 {
	gap: 20px !important;
}

.gap-5 {
	gap: 25px !important;
}

.gap-6 {
	gap: 30px !important;
}

.gap-7 {
	gap: 35px !important;
}

.gap-8 {
	gap: 40px !important;
}

.gap-9 {
	gap: 45px !important;
}

.gap-10 {
	gap: 50px !important;
}

.justify-content-start {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-end {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.justify-content-between {
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.justify-content-evenly {
	-webkit-box-pack: space-evenly !important;
	-ms-flex-pack: space-evenly !important;
	justify-content: space-evenly !important;
}

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

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

.align-items-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.align-items-baseline {
	-webkit-box-align: baseline !important;
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}

.align-items-stretch {
	-webkit-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

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

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

.align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-auto {
	-ms-flex-item-align: auto !important;
	-ms-grid-row-align: auto !important;
	align-self: auto !important;
}

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

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

.align-self-center {
	-ms-flex-item-align: center !important;
	-ms-grid-row-align: center !important;
	align-self: center !important;
}

.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	-ms-grid-row-align: stretch !important;
	align-self: stretch !important;
}

.order-first {
	-webkit-box-ordinal-group: 0 !important;
	-ms-flex-order: -1 !important;
	order: -1 !important;
}

.order-0 {
	-webkit-box-ordinal-group: 1 !important;
	-ms-flex-order: 0 !important;
	order: 0 !important;
}

.order-1 {
	-webkit-box-ordinal-group: 2 !important;
	-ms-flex-order: 1 !important;
	order: 1 !important;
}

.order-2 {
	-webkit-box-ordinal-group: 3 !important;
	-ms-flex-order: 2 !important;
	order: 2 !important;
}

.order-3 {
	-webkit-box-ordinal-group: 4 !important;
	-ms-flex-order: 3 !important;
	order: 3 !important;
}

.order-4 {
	-webkit-box-ordinal-group: 5 !important;
	-ms-flex-order: 4 !important;
	order: 4 !important;
}

.order-5 {
	-webkit-box-ordinal-group: 6 !important;
	-ms-flex-order: 5 !important;
	order: 5 !important;
}

.order-last {
	-webkit-box-ordinal-group: 7 !important;
	-ms-flex-order: 6 !important;
	order: 6 !important;
}

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

.m-1 {
	margin: 5px !important;
}

.m-2 {
	margin: 10px !important;
}

.m-3 {
	margin: 15px !important;
}

.m-4 {
	margin: 20px !important;
}

.m-5 {
	margin: 25px !important;
}

.m-6 {
	margin: 30px !important;
}

.m-7 {
	margin: 35px !important;
}

.m-8 {
	margin: 40px !important;
}

.m-9 {
	margin: 45px !important;
}

.m-10 {
	margin: 50px !important;
}

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

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

.mx-1 {
	margin-right: 5px !important;
	margin-left: 5px !important;
}

.mx-2 {
	margin-right: 10px !important;
	margin-left: 10px !important;
}

.mx-3 {
	margin-right: 15px !important;
	margin-left: 15px !important;
}

.mx-4 {
	margin-right: 20px !important;
	margin-left: 20px !important;
}

.mx-5 {
	margin-right: 25px !important;
	margin-left: 25px !important;
}

.mx-6 {
	margin-right: 30px !important;
	margin-left: 30px !important;
}

.mx-7 {
	margin-right: 35px !important;
	margin-left: 35px !important;
}

.mx-8 {
	margin-right: 40px !important;
	margin-left: 40px !important;
}

.mx-9 {
	margin-right: 45px !important;
	margin-left: 45px !important;
}

.mx-10 {
	margin-right: 50px !important;
	margin-left: 50px !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: 5px !important;
	margin-bottom: 5px !important;
}

.my-2 {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.my-3 {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}

.my-4 {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

.my-5 {
	margin-top: 25px !important;
	margin-bottom: 25px !important;
}

.my-6 {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

.my-7 {
	margin-top: 35px !important;
	margin-bottom: 35px !important;
}

.my-8 {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}

.my-9 {
	margin-top: 45px !important;
	margin-bottom: 45px !important;
}

.my-10 {
	margin-top: 50px !important;
	margin-bottom: 50px !important;
}

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

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

.mt-1 {
	margin-top: 5px !important;
}

.mt-2 {
	margin-top: 10px !important;
}

.mt-3 {
	margin-top: 15px !important;
}

.mt-4 {
	margin-top: 20px !important;
}

.mt-5 {
	margin-top: 25px !important;
}

.mt-6 {
	margin-top: 30px !important;
}

.mt-7 {
	margin-top: 35px !important;
}

.mt-8 {
	margin-top: 40px !important;
}

.mt-9 {
	margin-top: 45px !important;
}

.mt-10 {
	margin-top: 50px !important;
}

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

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

.me-1 {
	margin-right: 5px !important;
}

.me-2 {
	margin-right: 10px !important;
}

.me-3 {
	margin-right: 15px !important;
}

.me-4 {
	margin-right: 20px !important;
}

.me-5 {
	margin-right: 25px !important;
}

.me-6 {
	margin-right: 30px !important;
}

.me-7 {
	margin-right: 35px !important;
}

.me-8 {
	margin-right: 40px !important;
}

.me-9 {
	margin-right: 45px !important;
}

.me-10 {
	margin-right: 50px !important;
}

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

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

.mb-1 {
	margin-bottom: 5px !important;
}

.mb-2 {
	margin-bottom: 10px !important;
}

.mb-3 {
	margin-bottom: 15px !important;
}

.mb-4 {
	margin-bottom: 20px !important;
}

.mb-5 {
	margin-bottom: 25px !important;
}

.mb-6 {
	margin-bottom: 30px !important;
}

.mb-7 {
	margin-bottom: 35px !important;
}

.mb-8 {
	margin-bottom: 40px !important;
}

.mb-9 {
	margin-bottom: 45px !important;
}

.mb-10 {
	margin-bottom: 50px !important;
}

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

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

.ms-1 {
	margin-left: 5px !important;
}

.ms-2 {
	margin-left: 10px !important;
}

.ms-3 {
	margin-left: 15px !important;
}

.ms-4 {
	margin-left: 20px !important;
}

.ms-5 {
	margin-left: 25px !important;
}

.ms-6 {
	margin-left: 30px !important;
}

.ms-7 {
	margin-left: 35px !important;
}

.ms-8 {
	margin-left: 40px !important;
}

.ms-9 {
	margin-left: 45px !important;
}

.ms-10 {
	margin-left: 50px !important;
}

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

.m-n1 {
	margin: -5px !important;
}

.m-n2 {
	margin: -10px !important;
}

.m-n3 {
	margin: -15px !important;
}

.m-n4 {
	margin: -20px !important;
}

.m-n5 {
	margin: -25px !important;
}

.m-n6 {
	margin: -30px !important;
}

.m-n7 {
	margin: -35px !important;
}

.m-n8 {
	margin: -40px !important;
}

.m-n9 {
	margin: -45px !important;
}

.m-n10 {
	margin: -50px !important;
}

.mx-n1 {
	margin-right: -5px !important;
	margin-left: -5px !important;
}

.mx-n2 {
	margin-right: -10px !important;
	margin-left: -10px !important;
}

.mx-n3 {
	margin-right: -15px !important;
	margin-left: -15px !important;
}

.mx-n4 {
	margin-right: -20px !important;
	margin-left: -20px !important;
}

.mx-n5 {
	margin-right: -25px !important;
	margin-left: -25px !important;
}

.mx-n6 {
	margin-right: -30px !important;
	margin-left: -30px !important;
}

.mx-n7 {
	margin-right: -35px !important;
	margin-left: -35px !important;
}

.mx-n8 {
	margin-right: -40px !important;
	margin-left: -40px !important;
}

.mx-n9 {
	margin-right: -45px !important;
	margin-left: -45px !important;
}

.mx-n10 {
	margin-right: -50px !important;
	margin-left: -50px !important;
}

.my-n1 {
	margin-top: -5px !important;
	margin-bottom: -5px !important;
}

.my-n2 {
	margin-top: -10px !important;
	margin-bottom: -10px !important;
}

.my-n3 {
	margin-top: -15px !important;
	margin-bottom: -15px !important;
}

.my-n4 {
	margin-top: -20px !important;
	margin-bottom: -20px !important;
}

.my-n5 {
	margin-top: -25px !important;
	margin-bottom: -25px !important;
}

.my-n6 {
	margin-top: -30px !important;
	margin-bottom: -30px !important;
}

.my-n7 {
	margin-top: -35px !important;
	margin-bottom: -35px !important;
}

.my-n8 {
	margin-top: -40px !important;
	margin-bottom: -40px !important;
}

.my-n9 {
	margin-top: -45px !important;
	margin-bottom: -45px !important;
}

.my-n10 {
	margin-top: -50px !important;
	margin-bottom: -50px !important;
}

.mt-n1 {
	margin-top: -5px !important;
}

.mt-n2 {
	margin-top: -10px !important;
}

.mt-n3 {
	margin-top: -15px !important;
}

.mt-n4 {
	margin-top: -20px !important;
}

.mt-n5 {
	margin-top: -25px !important;
}

.mt-n6 {
	margin-top: -30px !important;
}

.mt-n7 {
	margin-top: -35px !important;
}

.mt-n8 {
	margin-top: -40px !important;
}

.mt-n9 {
	margin-top: -45px !important;
}

.mt-n10 {
	margin-top: -50px !important;
}

.me-n1 {
	margin-right: -5px !important;
}

.me-n2 {
	margin-right: -10px !important;
}

.me-n3 {
	margin-right: -15px !important;
}

.me-n4 {
	margin-right: -20px !important;
}

.me-n5 {
	margin-right: -25px !important;
}

.me-n6 {
	margin-right: -30px !important;
}

.me-n7 {
	margin-right: -35px !important;
}

.me-n8 {
	margin-right: -40px !important;
}

.me-n9 {
	margin-right: -45px !important;
}

.me-n10 {
	margin-right: -50px !important;
}

.mb-n1 {
	margin-bottom: -5px !important;
}

.mb-n2 {
	margin-bottom: -10px !important;
}

.mb-n3 {
	margin-bottom: -15px !important;
}

.mb-n4 {
	margin-bottom: -20px !important;
}

.mb-n5 {
	margin-bottom: -25px !important;
}

.mb-n6 {
	margin-bottom: -30px !important;
}

.mb-n7 {
	margin-bottom: -35px !important;
}

.mb-n8 {
	margin-bottom: -40px !important;
}

.mb-n9 {
	margin-bottom: -45px !important;
}

.mb-n10 {
	margin-bottom: -50px !important;
}

.ms-n1 {
	margin-left: -5px !important;
}

.ms-n2 {
	margin-left: -10px !important;
}

.ms-n3 {
	margin-left: -15px !important;
}

.ms-n4 {
	margin-left: -20px !important;
}

.ms-n5 {
	margin-left: -25px !important;
}

.ms-n6 {
	margin-left: -30px !important;
}

.ms-n7 {
	margin-left: -35px !important;
}

.ms-n8 {
	margin-left: -40px !important;
}

.ms-n9 {
	margin-left: -45px !important;
}

.ms-n10 {
	margin-left: -50px !important;
}

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

.p-1 {
	padding: 5px !important;
}

.p-2 {
	padding: 10px !important;
}

.p-3 {
	padding: 15px !important;
}

.p-4 {
	padding: 20px !important;
}

.p-5 {
	padding: 25px !important;
}

.p-6 {
	padding: 30px !important;
}

.p-7 {
	padding: 35px !important;
}

.p-8 {
	padding: 40px !important;
}

.p-9 {
	padding: 45px !important;
}

.p-10 {
	padding: 50px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.py-1 {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.py-2 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.py-3 {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

.py-4 {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.py-5 {
	padding-top: 25px !important;
	padding-bottom: 25px !important;
}

.py-6 {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

.py-7 {
	padding-top: 35px !important;
	padding-bottom: 35px !important;
}

.py-8 {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

.py-9 {
	padding-top: 45px !important;
	padding-bottom: 45px !important;
}

.py-10 {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

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

.pt-1 {
	padding-top: 5px !important;
}

.pt-2 {
	padding-top: 10px !important;
}

.pt-3 {
	padding-top: 15px !important;
}

.pt-4 {
	padding-top: 20px !important;
}

.pt-5 {
	padding-top: 25px !important;
}

.pt-6 {
	padding-top: 30px !important;
}

.pt-7 {
	padding-top: 35px !important;
}

.pt-8 {
	padding-top: 40px !important;
}

.pt-9 {
	padding-top: 45px !important;
}

.pt-10 {
	padding-top: 50px !important;
}

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

.pe-1 {
	padding-right: 5px !important;
}

.pe-2 {
	padding-right: 10px !important;
}

.pe-3 {
	padding-right: 15px !important;
}

.pe-4 {
	padding-right: 20px !important;
}

.pe-5 {
	padding-right: 25px !important;
}

.pe-6 {
	padding-right: 30px !important;
}

.pe-7 {
	padding-right: 35px !important;
}

.pe-8 {
	padding-right: 40px !important;
}

.pe-9 {
	padding-right: 45px !important;
}

.pe-10 {
	padding-right: 50px !important;
}

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

.pb-1 {
	padding-bottom: 5px !important;
}

.pb-2 {
	padding-bottom: 10px !important;
}

.pb-3 {
	padding-bottom: 15px !important;
}

.pb-4 {
	padding-bottom: 20px !important;
}

.pb-5 {
	padding-bottom: 25px !important;
}

.pb-6 {
	padding-bottom: 30px !important;
}

.pb-7 {
	padding-bottom: 35px !important;
}

.pb-8 {
	padding-bottom: 40px !important;
}

.pb-9 {
	padding-bottom: 45px !important;
}

.pb-10 {
	padding-bottom: 50px !important;
}

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

.ps-1 {
	padding-left: 5px !important;
}

.ps-2 {
	padding-left: 10px !important;
}

.ps-3 {
	padding-left: 15px !important;
}

.ps-4 {
	padding-left: 20px !important;
}

.ps-5 {
	padding-left: 25px !important;
}

.ps-6 {
	padding-left: 30px !important;
}

.ps-7 {
	padding-left: 35px !important;
}

.ps-8 {
	padding-left: 40px !important;
}

.ps-9 {
	padding-left: 45px !important;
}

.ps-10 {
	padding-left: 50px !important;
}

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

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

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

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

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

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

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

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

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

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

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

.fw-normal {
	font-weight: 400 !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.5 !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-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;
}

.text-break {
	word-wrap: break-word !important;
	word-break: break-word !important;
}

.text-primary {
	color: #0d6efd !important;
}

.text-muted,
.text-secondary {
	color: #6c757d !important;
}

.text-success {
	color: #198754 !important;
}

.text-info {
	color: #0dcaf0 !important;
}

.text-warning {
	color: #ffc107 !important;
}

.text-danger {
	color: #dc3545 !important;
}

.text-light {
	color: #f8f9fa !important;
}

.text-dark {
	color: #212529 !important;
}

.text-white {
	color: #fff !important;
}

.text-body {
	color: #777 !important;
}

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

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

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

.bg-primary {
	background-color: #0d6efd !important;
}

.bg-secondary {
	background-color: #6c757d !important;
}

.bg-success {
	background-color: #198754 !important;
}

.bg-info {
	background-color: #0dcaf0 !important;
}

.bg-warning {
	background-color: #ffc107 !important;
}

.bg-danger {
	background-color: #dc3545 !important;
}

.bg-light {
	background-color: #f8f9fa !important;
}

.bg-dark {
	background-color: #212529 !important;
}

.bg-body,
.bg-white {
	background-color: #fff !important;
}

.bg-transparent {
	background-color: transparent !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;
	-ms-user-select: auto !important;
	user-select: auto !important;
}

.user-select-none {
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
}

.pe-none {
	pointer-events: none !important;
}

.pe-auto {
	pointer-events: auto !important;
}

.rounded,
.rounded-2 {
	border-radius: 4px !important;
}

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

.rounded-1 {
	border-radius: 3.2px !important;
}

.rounded-3 {
	border-radius: 4.8px !important;
}

.rounded-circle {
	border-radius: 50% !important;
}

.rounded-pill {
	border-radius: 800px !important;
}

.rounded-end,
.rounded-top {
	border-top-right-radius: 4px !important;
}

.rounded-bottom,
.rounded-end {
	border-bottom-right-radius: 4px !important;
}

.rounded-bottom,
.rounded-start {
	border-bottom-left-radius: 4px !important;
}

.rounded-start,
.rounded-top {
	border-top-left-radius: 4px !important;
}

.visible {
	visibility: visible !important;
}

.invisible {
	visibility: hidden !important;
}

@media (min-width: 576px) {
	.col-sm-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.col-sm-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.33333333%;
	}

	.col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}

	.col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}

	.col-sm-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.66666667%;
	}

	.col-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%;
	}

	.col-sm-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.33333333%;
	}

	.col-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.66666667%;
	}

	.col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		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: 5px;
	}

	.g-sm-1,
	.gy-sm-1 {
		--bs-gutter-y: 5px;
	}

	.g-sm-2,
	.gx-sm-2 {
		--bs-gutter-x: 10px;
	}

	.g-sm-2,
	.gy-sm-2 {
		--bs-gutter-y: 10px;
	}

	.g-sm-3,
	.gx-sm-3 {
		--bs-gutter-x: 15px;
	}

	.g-sm-3,
	.gy-sm-3 {
		--bs-gutter-y: 15px;
	}

	.g-sm-4,
	.gx-sm-4 {
		--bs-gutter-x: 20px;
	}

	.g-sm-4,
	.gy-sm-4 {
		--bs-gutter-y: 20px;
	}

	.g-sm-5,
	.gx-sm-5 {
		--bs-gutter-x: 25px;
	}

	.g-sm-5,
	.gy-sm-5 {
		--bs-gutter-y: 25px;
	}

	.g-sm-6,
	.gx-sm-6 {
		--bs-gutter-x: 30px;
	}

	.g-sm-6,
	.gy-sm-6 {
		--bs-gutter-y: 30px;
	}

	.g-sm-7,
	.gx-sm-7 {
		--bs-gutter-x: 35px;
	}

	.g-sm-7,
	.gy-sm-7 {
		--bs-gutter-y: 35px;
	}

	.g-sm-8,
	.gx-sm-8 {
		--bs-gutter-x: 40px;
	}

	.g-sm-8,
	.gy-sm-8 {
		--bs-gutter-y: 40px;
	}

	.g-sm-9,
	.gx-sm-9 {
		--bs-gutter-x: 45px;
	}

	.g-sm-9,
	.gy-sm-9 {
		--bs-gutter-y: 45px;
	}

	.g-sm-10,
	.gx-sm-10 {
		--bs-gutter-x: 50px;
	}

	.g-sm-10,
	.gy-sm-10 {
		--bs-gutter-y: 50px;
	}

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

	.navbar-expand-sm {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.list-group-horizontal-sm,
	.navbar-expand-sm .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute;
	}

	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: 8px;
		padding-left: 8px;
	}

	.navbar-expand-sm .navbar-nav-scroll {
		overflow: visible;
	}

	.navbar-expand-sm .navbar-collapse {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}

	.navbar-expand-sm .navbar-toggler {
		display: none;
	}

	.card-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.card-group &gt; .card {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		margin-bottom: 0;
	}

	.card-group &gt; .card + .card {
		margin-left: 0;
		border-left: 0;
	}

	.card-group &gt; .card:not(:last-child) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}

	.card-group &gt; .card:not(:last-child) .card-header,
	.card-group &gt; .card:not(:last-child) .card-img-top {
		border-top-right-radius: 0;
	}

	.card-group &gt; .card:not(:last-child) .card-footer,
	.card-group &gt; .card:not(:last-child) .card-img-bottom {
		border-bottom-right-radius: 0;
	}

	.card-group &gt; .card:not(:first-child) {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}

	.card-group &gt; .card:not(:first-child) .card-header,
	.card-group &gt; .card:not(:first-child) .card-img-top {
		border-top-left-radius: 0;
	}

	.card-group &gt; .card:not(:first-child) .card-footer,
	.card-group &gt; .card:not(:first-child) .card-img-bottom {
		border-bottom-left-radius: 0;
	}

	.list-group-horizontal-sm &gt; .list-group-item:first-child {
		border-bottom-left-radius: 4px;
		border-top-right-radius: 0;
	}

	.list-group-horizontal-sm &gt; .list-group-item:last-child {
		border-top-right-radius: 4px;
		border-bottom-left-radius: 0;
	}

	.list-group-horizontal-sm &gt; .list-group-item.active {
		margin-top: 0;
	}

	.list-group-horizontal-sm &gt; .list-group-item + .list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}

	.list-group-horizontal-sm &gt; .list-group-item + .list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}

	.modal-dialog-scrollable {
		height: calc(100% - 56px);
	}

	.modal-dialog-centered {
		min-height: calc(100% - 56px);
	}

	.modal-sm {
		max-width: 300px;
	}

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

	.flex-sm-column,
	.flex-sm-row {
		-webkit-box-direction: normal !important;
	}

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

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

	.float-sm-none {
		float: 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: -ms-grid !important;
		display: grid !important;
	}

	.d-sm-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-sm-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}

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

	.flex-sm-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}

	.flex-sm-row {
		-webkit-box-orient: horizontal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.flex-sm-column {
		-webkit-box-orient: vertical !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-sm-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-sm-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}

	.flex-sm-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}

	.flex-sm-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}

	.flex-sm-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}

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

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

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

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

	.gap-sm-1 {
		gap: 5px !important;
	}

	.gap-sm-2 {
		gap: 10px !important;
	}

	.gap-sm-3 {
		gap: 15px !important;
	}

	.gap-sm-4 {
		gap: 20px !important;
	}

	.gap-sm-5 {
		gap: 25px !important;
	}

	.gap-sm-6 {
		gap: 30px !important;
	}

	.gap-sm-7 {
		gap: 35px !important;
	}

	.gap-sm-8 {
		gap: 40px !important;
	}

	.gap-sm-9 {
		gap: 45px !important;
	}

	.gap-sm-10 {
		gap: 50px !important;
	}

	.justify-content-sm-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-sm-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-sm-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-sm-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.justify-content-sm-evenly {
		-webkit-box-pack: space-evenly !important;
		-ms-flex-pack: space-evenly !important;
		justify-content: space-evenly !important;
	}

	.align-items-sm-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}

	.align-items-sm-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}

	.align-items-sm-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.align-items-sm-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}

	.align-items-sm-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}

	.align-content-sm-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}

	.align-content-sm-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}

	.align-content-sm-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}

	.align-content-sm-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}

	.align-content-sm-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}

	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}

	.align-self-sm-auto {
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		align-self: auto !important;
	}

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

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

	.align-self-sm-center {
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		align-self: center !important;
	}

	.align-self-sm-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}

	.align-self-sm-stretch {
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important;
	}

	.order-sm-first {
		-webkit-box-ordinal-group: 0 !important;
		-ms-flex-order: -1 !important;
		order: -1 !important;
	}

	.order-sm-0 {
		-webkit-box-ordinal-group: 1 !important;
		-ms-flex-order: 0 !important;
		order: 0 !important;
	}

	.order-sm-1 {
		-webkit-box-ordinal-group: 2 !important;
		-ms-flex-order: 1 !important;
		order: 1 !important;
	}

	.order-sm-2 {
		-webkit-box-ordinal-group: 3 !important;
		-ms-flex-order: 2 !important;
		order: 2 !important;
	}

	.order-sm-3 {
		-webkit-box-ordinal-group: 4 !important;
		-ms-flex-order: 3 !important;
		order: 3 !important;
	}

	.order-sm-4 {
		-webkit-box-ordinal-group: 5 !important;
		-ms-flex-order: 4 !important;
		order: 4 !important;
	}

	.order-sm-5 {
		-webkit-box-ordinal-group: 6 !important;
		-ms-flex-order: 5 !important;
		order: 5 !important;
	}

	.order-sm-last {
		-webkit-box-ordinal-group: 7 !important;
		-ms-flex-order: 6 !important;
		order: 6 !important;
	}

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

	.m-sm-1 {
		margin: 5px !important;
	}

	.m-sm-2 {
		margin: 10px !important;
	}

	.m-sm-3 {
		margin: 15px !important;
	}

	.m-sm-4 {
		margin: 20px !important;
	}

	.m-sm-5 {
		margin: 25px !important;
	}

	.m-sm-6 {
		margin: 30px !important;
	}

	.m-sm-7 {
		margin: 35px !important;
	}

	.m-sm-8 {
		margin: 40px !important;
	}

	.m-sm-9 {
		margin: 45px !important;
	}

	.m-sm-10 {
		margin: 50px !important;
	}

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

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

	.mx-sm-1 {
		margin-right: 5px !important;
		margin-left: 5px !important;
	}

	.mx-sm-2 {
		margin-right: 10px !important;
		margin-left: 10px !important;
	}

	.mx-sm-3 {
		margin-right: 15px !important;
		margin-left: 15px !important;
	}

	.mx-sm-4 {
		margin-right: 20px !important;
		margin-left: 20px !important;
	}

	.mx-sm-5 {
		margin-right: 25px !important;
		margin-left: 25px !important;
	}

	.mx-sm-6 {
		margin-right: 30px !important;
		margin-left: 30px !important;
	}

	.mx-sm-7 {
		margin-right: 35px !important;
		margin-left: 35px !important;
	}

	.mx-sm-8 {
		margin-right: 40px !important;
		margin-left: 40px !important;
	}

	.mx-sm-9 {
		margin-right: 45px !important;
		margin-left: 45px !important;
	}

	.mx-sm-10 {
		margin-right: 50px !important;
		margin-left: 50px !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: 5px !important;
		margin-bottom: 5px !important;
	}

	.my-sm-2 {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}

	.my-sm-3 {
		margin-top: 15px !important;
		margin-bottom: 15px !important;
	}

	.my-sm-4 {
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}

	.my-sm-5 {
		margin-top: 25px !important;
		margin-bottom: 25px !important;
	}

	.my-sm-6 {
		margin-top: 30px !important;
		margin-bottom: 30px !important;
	}

	.my-sm-7 {
		margin-top: 35px !important;
		margin-bottom: 35px !important;
	}

	.my-sm-8 {
		margin-top: 40px !important;
		margin-bottom: 40px !important;
	}

	.my-sm-9 {
		margin-top: 45px !important;
		margin-bottom: 45px !important;
	}

	.my-sm-10 {
		margin-top: 50px !important;
		margin-bottom: 50px !important;
	}

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

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

	.mt-sm-1 {
		margin-top: 5px !important;
	}

	.mt-sm-2 {
		margin-top: 10px !important;
	}

	.mt-sm-3 {
		margin-top: 15px !important;
	}

	.mt-sm-4 {
		margin-top: 20px !important;
	}

	.mt-sm-5 {
		margin-top: 25px !important;
	}

	.mt-sm-6 {
		margin-top: 30px !important;
	}

	.mt-sm-7 {
		margin-top: 35px !important;
	}

	.mt-sm-8 {
		margin-top: 40px !important;
	}

	.mt-sm-9 {
		margin-top: 45px !important;
	}

	.mt-sm-10 {
		margin-top: 50px !important;
	}

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

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

	.me-sm-1 {
		margin-right: 5px !important;
	}

	.me-sm-2 {
		margin-right: 10px !important;
	}

	.me-sm-3 {
		margin-right: 15px !important;
	}

	.me-sm-4 {
		margin-right: 20px !important;
	}

	.me-sm-5 {
		margin-right: 25px !important;
	}

	.me-sm-6 {
		margin-right: 30px !important;
	}

	.me-sm-7 {
		margin-right: 35px !important;
	}

	.me-sm-8 {
		margin-right: 40px !important;
	}

	.me-sm-9 {
		margin-right: 45px !important;
	}

	.me-sm-10 {
		margin-right: 50px !important;
	}

	.me-sm-auto {
		margin-right: auto !important;
	}

	.mb-sm-0 {
		margin-bottom: 0 !important;
	}

	.mb-sm-1 {
		margin-bottom: 5px !important;
	}

	.mb-sm-2 {
		margin-bottom: 10px !important;
	}

	.mb-sm-3 {
		margin-bottom: 15px !important;
	}

	.mb-sm-4 {
		margin-bottom: 20px !important;
	}

	.mb-sm-5 {
		margin-bottom: 25px !important;
	}

	.mb-sm-6 {
		margin-bottom: 30px !important;
	}

	.mb-sm-7 {
		margin-bottom: 35px !important;
	}

	.mb-sm-8 {
		margin-bottom: 40px !important;
	}

	.mb-sm-9 {
		margin-bottom: 45px !important;
	}

	.mb-sm-10 {
		margin-bottom: 50px !important;
	}

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

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

	.ms-sm-1 {
		margin-left: 5px !important;
	}

	.ms-sm-2 {
		margin-left: 10px !important;
	}

	.ms-sm-3 {
		margin-left: 15px !important;
	}

	.ms-sm-4 {
		margin-left: 20px !important;
	}

	.ms-sm-5 {
		margin-left: 25px !important;
	}

	.ms-sm-6 {
		margin-left: 30px !important;
	}

	.ms-sm-7 {
		margin-left: 35px !important;
	}

	.ms-sm-8 {
		margin-left: 40px !important;
	}

	.ms-sm-9 {
		margin-left: 45px !important;
	}

	.ms-sm-10 {
		margin-left: 50px !important;
	}

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

	.m-sm-n1 {
		margin: -5px !important;
	}

	.m-sm-n2 {
		margin: -10px !important;
	}

	.m-sm-n3 {
		margin: -15px !important;
	}

	.m-sm-n4 {
		margin: -20px !important;
	}

	.m-sm-n5 {
		margin: -25px !important;
	}

	.m-sm-n6 {
		margin: -30px !important;
	}

	.m-sm-n7 {
		margin: -35px !important;
	}

	.m-sm-n8 {
		margin: -40px !important;
	}

	.m-sm-n9 {
		margin: -45px !important;
	}

	.m-sm-n10 {
		margin: -50px !important;
	}

	.mx-sm-n1 {
		margin-right: -5px !important;
		margin-left: -5px !important;
	}

	.mx-sm-n2 {
		margin-right: -10px !important;
		margin-left: -10px !important;
	}

	.mx-sm-n3 {
		margin-right: -15px !important;
		margin-left: -15px !important;
	}

	.mx-sm-n4 {
		margin-right: -20px !important;
		margin-left: -20px !important;
	}

	.mx-sm-n5 {
		margin-right: -25px !important;
		margin-left: -25px !important;
	}

	.mx-sm-n6 {
		margin-right: -30px !important;
		margin-left: -30px !important;
	}

	.mx-sm-n7 {
		margin-right: -35px !important;
		margin-left: -35px !important;
	}

	.mx-sm-n8 {
		margin-right: -40px !important;
		margin-left: -40px !important;
	}

	.mx-sm-n9 {
		margin-right: -45px !important;
		margin-left: -45px !important;
	}

	.mx-sm-n10 {
		margin-right: -50px !important;
		margin-left: -50px !important;
	}

	.my-sm-n1 {
		margin-top: -5px !important;
		margin-bottom: -5px !important;
	}

	.my-sm-n2 {
		margin-top: -10px !important;
		margin-bottom: -10px !important;
	}

	.my-sm-n3 {
		margin-top: -15px !important;
		margin-bottom: -15px !important;
	}

	.my-sm-n4 {
		margin-top: -20px !important;
		margin-bottom: -20px !important;
	}

	.my-sm-n5 {
		margin-top: -25px !important;
		margin-bottom: -25px !important;
	}

	.my-sm-n6 {
		margin-top: -30px !important;
		margin-bottom: -30px !important;
	}

	.my-sm-n7 {
		margin-top: -35px !important;
		margin-bottom: -35px !important;
	}

	.my-sm-n8 {
		margin-top: -40px !important;
		margin-bottom: -40px !important;
	}

	.my-sm-n9 {
		margin-top: -45px !important;
		margin-bottom: -45px !important;
	}

	.my-sm-n10 {
		margin-top: -50px !important;
		margin-bottom: -50px !important;
	}

	.mt-sm-n1 {
		margin-top: -5px !important;
	}

	.mt-sm-n2 {
		margin-top: -10px !important;
	}

	.mt-sm-n3 {
		margin-top: -15px !important;
	}

	.mt-sm-n4 {
		margin-top: -20px !important;
	}

	.mt-sm-n5 {
		margin-top: -25px !important;
	}

	.mt-sm-n6 {
		margin-top: -30px !important;
	}

	.mt-sm-n7 {
		margin-top: -35px !important;
	}

	.mt-sm-n8 {
		margin-top: -40px !important;
	}

	.mt-sm-n9 {
		margin-top: -45px !important;
	}

	.mt-sm-n10 {
		margin-top: -50px !important;
	}

	.me-sm-n1 {
		margin-right: -5px !important;
	}

	.me-sm-n2 {
		margin-right: -10px !important;
	}

	.me-sm-n3 {
		margin-right: -15px !important;
	}

	.me-sm-n4 {
		margin-right: -20px !important;
	}

	.me-sm-n5 {
		margin-right: -25px !important;
	}

	.me-sm-n6 {
		margin-right: -30px !important;
	}

	.me-sm-n7 {
		margin-right: -35px !important;
	}

	.me-sm-n8 {
		margin-right: -40px !important;
	}

	.me-sm-n9 {
		margin-right: -45px !important;
	}

	.me-sm-n10 {
		margin-right: -50px !important;
	}

	.mb-sm-n1 {
		margin-bottom: -5px !important;
	}

	.mb-sm-n2 {
		margin-bottom: -10px !important;
	}

	.mb-sm-n3 {
		margin-bottom: -15px !important;
	}

	.mb-sm-n4 {
		margin-bottom: -20px !important;
	}

	.mb-sm-n5 {
		margin-bottom: -25px !important;
	}

	.mb-sm-n6 {
		margin-bottom: -30px !important;
	}

	.mb-sm-n7 {
		margin-bottom: -35px !important;
	}

	.mb-sm-n8 {
		margin-bottom: -40px !important;
	}

	.mb-sm-n9 {
		margin-bottom: -45px !important;
	}

	.mb-sm-n10 {
		margin-bottom: -50px !important;
	}

	.ms-sm-n1 {
		margin-left: -5px !important;
	}

	.ms-sm-n2 {
		margin-left: -10px !important;
	}

	.ms-sm-n3 {
		margin-left: -15px !important;
	}

	.ms-sm-n4 {
		margin-left: -20px !important;
	}

	.ms-sm-n5 {
		margin-left: -25px !important;
	}

	.ms-sm-n6 {
		margin-left: -30px !important;
	}

	.ms-sm-n7 {
		margin-left: -35px !important;
	}

	.ms-sm-n8 {
		margin-left: -40px !important;
	}

	.ms-sm-n9 {
		margin-left: -45px !important;
	}

	.ms-sm-n10 {
		margin-left: -50px !important;
	}

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

	.p-sm-1 {
		padding: 5px !important;
	}

	.p-sm-2 {
		padding: 10px !important;
	}

	.p-sm-3 {
		padding: 15px !important;
	}

	.p-sm-4 {
		padding: 20px !important;
	}

	.p-sm-5 {
		padding: 25px !important;
	}

	.p-sm-6 {
		padding: 30px !important;
	}

	.p-sm-7 {
		padding: 35px !important;
	}

	.p-sm-8 {
		padding: 40px !important;
	}

	.p-sm-9 {
		padding: 45px !important;
	}

	.p-sm-10 {
		padding: 50px !important;
	}

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

	.px-sm-1 {
		padding-right: 5px !important;
		padding-left: 5px !important;
	}

	.px-sm-2 {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}

	.px-sm-3 {
		padding-right: 15px !important;
		padding-left: 15px !important;
	}

	.px-sm-4 {
		padding-right: 20px !important;
		padding-left: 20px !important;
	}

	.px-sm-5 {
		padding-right: 25px !important;
		padding-left: 25px !important;
	}

	.px-sm-6 {
		padding-right: 30px !important;
		padding-left: 30px !important;
	}

	.px-sm-7 {
		padding-right: 35px !important;
		padding-left: 35px !important;
	}

	.px-sm-8 {
		padding-right: 40px !important;
		padding-left: 40px !important;
	}

	.px-sm-9 {
		padding-right: 45px !important;
		padding-left: 45px !important;
	}

	.px-sm-10 {
		padding-right: 50px !important;
		padding-left: 50px !important;
	}

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

	.py-sm-1 {
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}

	.py-sm-2 {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}

	.py-sm-3 {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}

	.py-sm-4 {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}

	.py-sm-5 {
		padding-top: 25px !important;
		padding-bottom: 25px !important;
	}

	.py-sm-6 {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}

	.py-sm-7 {
		padding-top: 35px !important;
		padding-bottom: 35px !important;
	}

	.py-sm-8 {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}

	.py-sm-9 {
		padding-top: 45px !important;
		padding-bottom: 45px !important;
	}

	.py-sm-10 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}

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

	.pt-sm-1 {
		padding-top: 5px !important;
	}

	.pt-sm-2 {
		padding-top: 10px !important;
	}

	.pt-sm-3 {
		padding-top: 15px !important;
	}

	.pt-sm-4 {
		padding-top: 20px !important;
	}

	.pt-sm-5 {
		padding-top: 25px !important;
	}

	.pt-sm-6 {
		padding-top: 30px !important;
	}

	.pt-sm-7 {
		padding-top: 35px !important;
	}

	.pt-sm-8 {
		padding-top: 40px !important;
	}

	.pt-sm-9 {
		padding-top: 45px !important;
	}

	.pt-sm-10 {
		padding-top: 50px !important;
	}

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

	.pe-sm-1 {
		padding-right: 5px !important;
	}

	.pe-sm-2 {
		padding-right: 10px !important;
	}

	.pe-sm-3 {
		padding-right: 15px !important;
	}

	.pe-sm-4 {
		padding-right: 20px !important;
	}

	.pe-sm-5 {
		padding-right: 25px !important;
	}

	.pe-sm-6 {
		padding-right: 30px !important;
	}

	.pe-sm-7 {
		padding-right: 35px !important;
	}

	.pe-sm-8 {
		padding-right: 40px !important;
	}

	.pe-sm-9 {
		padding-right: 45px !important;
	}

	.pe-sm-10 {
		padding-right: 50px !important;
	}

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

	.pb-sm-1 {
		padding-bottom: 5px !important;
	}

	.pb-sm-2 {
		padding-bottom: 10px !important;
	}

	.pb-sm-3 {
		padding-bottom: 15px !important;
	}

	.pb-sm-4 {
		padding-bottom: 20px !important;
	}

	.pb-sm-5 {
		padding-bottom: 25px !important;
	}

	.pb-sm-6 {
		padding-bottom: 30px !important;
	}

	.pb-sm-7 {
		padding-bottom: 35px !important;
	}

	.pb-sm-8 {
		padding-bottom: 40px !important;
	}

	.pb-sm-9 {
		padding-bottom: 45px !important;
	}

	.pb-sm-10 {
		padding-bottom: 50px !important;
	}

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

	.ps-sm-1 {
		padding-left: 5px !important;
	}

	.ps-sm-2 {
		padding-left: 10px !important;
	}

	.ps-sm-3 {
		padding-left: 15px !important;
	}

	.ps-sm-4 {
		padding-left: 20px !important;
	}

	.ps-sm-5 {
		padding-left: 25px !important;
	}

	.ps-sm-6 {
		padding-left: 30px !important;
	}

	.ps-sm-7 {
		padding-left: 35px !important;
	}

	.ps-sm-8 {
		padding-left: 40px !important;
	}

	.ps-sm-9 {
		padding-left: 45px !important;
	}

	.ps-sm-10 {
		padding-left: 50px !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) {
	.col-md-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.col-md-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.33333333%;
	}

	.col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}

	.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}

	.col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.66666667%;
	}

	.col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%;
	}

	.col-md-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.33333333%;
	}

	.col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.66666667%;
	}

	.col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		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: 5px;
	}

	.g-md-1,
	.gy-md-1 {
		--bs-gutter-y: 5px;
	}

	.g-md-2,
	.gx-md-2 {
		--bs-gutter-x: 10px;
	}

	.g-md-2,
	.gy-md-2 {
		--bs-gutter-y: 10px;
	}

	.g-md-3,
	.gx-md-3 {
		--bs-gutter-x: 15px;
	}

	.g-md-3,
	.gy-md-3 {
		--bs-gutter-y: 15px;
	}

	.g-md-4,
	.gx-md-4 {
		--bs-gutter-x: 20px;
	}

	.g-md-4,
	.gy-md-4 {
		--bs-gutter-y: 20px;
	}

	.g-md-5,
	.gx-md-5 {
		--bs-gutter-x: 25px;
	}

	.g-md-5,
	.gy-md-5 {
		--bs-gutter-y: 25px;
	}

	.g-md-6,
	.gx-md-6 {
		--bs-gutter-x: 30px;
	}

	.g-md-6,
	.gy-md-6 {
		--bs-gutter-y: 30px;
	}

	.g-md-7,
	.gx-md-7 {
		--bs-gutter-x: 35px;
	}

	.g-md-7,
	.gy-md-7 {
		--bs-gutter-y: 35px;
	}

	.g-md-8,
	.gx-md-8 {
		--bs-gutter-x: 40px;
	}

	.g-md-8,
	.gy-md-8 {
		--bs-gutter-y: 40px;
	}

	.g-md-9,
	.gx-md-9 {
		--bs-gutter-x: 45px;
	}

	.g-md-9,
	.gy-md-9 {
		--bs-gutter-y: 45px;
	}

	.g-md-10,
	.gx-md-10 {
		--bs-gutter-x: 50px;
	}

	.g-md-10,
	.gy-md-10 {
		--bs-gutter-y: 50px;
	}

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

	.navbar-expand-md {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.list-group-horizontal-md,
	.navbar-expand-md .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute;
	}

	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 8px;
		padding-left: 8px;
	}

	.navbar-expand-md .navbar-nav-scroll {
		overflow: visible;
	}

	.navbar-expand-md .navbar-collapse {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}

	.navbar-expand-md .navbar-toggler {
		display: none;
	}

	.list-group-horizontal-md &gt; .list-group-item:first-child {
		border-bottom-left-radius: 4px;
		border-top-right-radius: 0;
	}

	.list-group-horizontal-md &gt; .list-group-item:last-child {
		border-top-right-radius: 4px;
		border-bottom-left-radius: 0;
	}

	.list-group-horizontal-md &gt; .list-group-item.active {
		margin-top: 0;
	}

	.list-group-horizontal-md &gt; .list-group-item + .list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}

	.list-group-horizontal-md &gt; .list-group-item + .list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}

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

	.flex-md-column,
	.flex-md-row {
		-webkit-box-direction: normal !important;
	}

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

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

	.float-md-none {
		float: 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: -ms-grid !important;
		display: grid !important;
	}

	.d-md-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-md-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}

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

	.flex-md-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}

	.flex-md-row {
		-webkit-box-orient: horizontal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.flex-md-column {
		-webkit-box-orient: vertical !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-md-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-md-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-md-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}

	.flex-md-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}

	.flex-md-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}

	.flex-md-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}

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

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

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

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

	.gap-md-1 {
		gap: 5px !important;
	}

	.gap-md-2 {
		gap: 10px !important;
	}

	.gap-md-3 {
		gap: 15px !important;
	}

	.gap-md-4 {
		gap: 20px !important;
	}

	.gap-md-5 {
		gap: 25px !important;
	}

	.gap-md-6 {
		gap: 30px !important;
	}

	.gap-md-7 {
		gap: 35px !important;
	}

	.gap-md-8 {
		gap: 40px !important;
	}

	.gap-md-9 {
		gap: 45px !important;
	}

	.gap-md-10 {
		gap: 50px !important;
	}

	.justify-content-md-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-md-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-md-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-md-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.justify-content-md-evenly {
		-webkit-box-pack: space-evenly !important;
		-ms-flex-pack: space-evenly !important;
		justify-content: space-evenly !important;
	}

	.align-items-md-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}

	.align-items-md-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}

	.align-items-md-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.align-items-md-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}

	.align-items-md-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}

	.align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}

	.align-content-md-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}

	.align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}

	.align-content-md-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}

	.align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}

	.align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}

	.align-self-md-auto {
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		align-self: auto !important;
	}

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

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

	.align-self-md-center {
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		align-self: center !important;
	}

	.align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}

	.align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important;
	}

	.order-md-first {
		-webkit-box-ordinal-group: 0 !important;
		-ms-flex-order: -1 !important;
		order: -1 !important;
	}

	.order-md-0 {
		-webkit-box-ordinal-group: 1 !important;
		-ms-flex-order: 0 !important;
		order: 0 !important;
	}

	.order-md-1 {
		-webkit-box-ordinal-group: 2 !important;
		-ms-flex-order: 1 !important;
		order: 1 !important;
	}

	.order-md-2 {
		-webkit-box-ordinal-group: 3 !important;
		-ms-flex-order: 2 !important;
		order: 2 !important;
	}

	.order-md-3 {
		-webkit-box-ordinal-group: 4 !important;
		-ms-flex-order: 3 !important;
		order: 3 !important;
	}

	.order-md-4 {
		-webkit-box-ordinal-group: 5 !important;
		-ms-flex-order: 4 !important;
		order: 4 !important;
	}

	.order-md-5 {
		-webkit-box-ordinal-group: 6 !important;
		-ms-flex-order: 5 !important;
		order: 5 !important;
	}

	.order-md-last {
		-webkit-box-ordinal-group: 7 !important;
		-ms-flex-order: 6 !important;
		order: 6 !important;
	}

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

	.m-md-1 {
		margin: 5px !important;
	}

	.m-md-2 {
		margin: 10px !important;
	}

	.m-md-3 {
		margin: 15px !important;
	}

	.m-md-4 {
		margin: 20px !important;
	}

	.m-md-5 {
		margin: 25px !important;
	}

	.m-md-6 {
		margin: 30px !important;
	}

	.m-md-7 {
		margin: 35px !important;
	}

	.m-md-8 {
		margin: 40px !important;
	}

	.m-md-9 {
		margin: 45px !important;
	}

	.m-md-10 {
		margin: 50px !important;
	}

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

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

	.mx-md-1 {
		margin-right: 5px !important;
		margin-left: 5px !important;
	}

	.mx-md-2 {
		margin-right: 10px !important;
		margin-left: 10px !important;
	}

	.mx-md-3 {
		margin-right: 15px !important;
		margin-left: 15px !important;
	}

	.mx-md-4 {
		margin-right: 20px !important;
		margin-left: 20px !important;
	}

	.mx-md-5 {
		margin-right: 25px !important;
		margin-left: 25px !important;
	}

	.mx-md-6 {
		margin-right: 30px !important;
		margin-left: 30px !important;
	}

	.mx-md-7 {
		margin-right: 35px !important;
		margin-left: 35px !important;
	}

	.mx-md-8 {
		margin-right: 40px !important;
		margin-left: 40px !important;
	}

	.mx-md-9 {
		margin-right: 45px !important;
		margin-left: 45px !important;
	}

	.mx-md-10 {
		margin-right: 50px !important;
		margin-left: 50px !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: 5px !important;
		margin-bottom: 5px !important;
	}

	.my-md-2 {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}

	.my-md-3 {
		margin-top: 15px !important;
		margin-bottom: 15px !important;
	}

	.my-md-4 {
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}

	.my-md-5 {
		margin-top: 25px !important;
		margin-bottom: 25px !important;
	}

	.my-md-6 {
		margin-top: 30px !important;
		margin-bottom: 30px !important;
	}

	.my-md-7 {
		margin-top: 35px !important;
		margin-bottom: 35px !important;
	}

	.my-md-8 {
		margin-top: 40px !important;
		margin-bottom: 40px !important;
	}

	.my-md-9 {
		margin-top: 45px !important;
		margin-bottom: 45px !important;
	}

	.my-md-10 {
		margin-top: 50px !important;
		margin-bottom: 50px !important;
	}

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

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

	.mt-md-1 {
		margin-top: 5px !important;
	}

	.mt-md-2 {
		margin-top: 10px !important;
	}

	.mt-md-3 {
		margin-top: 15px !important;
	}

	.mt-md-4 {
		margin-top: 20px !important;
	}

	.mt-md-5 {
		margin-top: 25px !important;
	}

	.mt-md-6 {
		margin-top: 30px !important;
	}

	.mt-md-7 {
		margin-top: 35px !important;
	}

	.mt-md-8 {
		margin-top: 40px !important;
	}

	.mt-md-9 {
		margin-top: 45px !important;
	}

	.mt-md-10 {
		margin-top: 50px !important;
	}

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

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

	.me-md-1 {
		margin-right: 5px !important;
	}

	.me-md-2 {
		margin-right: 10px !important;
	}

	.me-md-3 {
		margin-right: 15px !important;
	}

	.me-md-4 {
		margin-right: 20px !important;
	}

	.me-md-5 {
		margin-right: 25px !important;
	}

	.me-md-6 {
		margin-right: 30px !important;
	}

	.me-md-7 {
		margin-right: 35px !important;
	}

	.me-md-8 {
		margin-right: 40px !important;
	}

	.me-md-9 {
		margin-right: 45px !important;
	}

	.me-md-10 {
		margin-right: 50px !important;
	}

	.me-md-auto {
		margin-right: auto !important;
	}

	.mb-md-0 {
		margin-bottom: 0 !important;
	}

	.mb-md-1 {
		margin-bottom: 5px !important;
	}

	.mb-md-2 {
		margin-bottom: 10px !important;
	}

	.mb-md-3 {
		margin-bottom: 15px !important;
	}

	.mb-md-4 {
		margin-bottom: 20px !important;
	}

	.mb-md-5 {
		margin-bottom: 25px !important;
	}

	.mb-md-6 {
		margin-bottom: 30px !important;
	}

	.mb-md-7 {
		margin-bottom: 35px !important;
	}

	.mb-md-8 {
		margin-bottom: 40px !important;
	}

	.mb-md-9 {
		margin-bottom: 45px !important;
	}

	.mb-md-10 {
		margin-bottom: 50px !important;
	}

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

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

	.ms-md-1 {
		margin-left: 5px !important;
	}

	.ms-md-2 {
		margin-left: 10px !important;
	}

	.ms-md-3 {
		margin-left: 15px !important;
	}

	.ms-md-4 {
		margin-left: 20px !important;
	}

	.ms-md-5 {
		margin-left: 25px !important;
	}

	.ms-md-6 {
		margin-left: 30px !important;
	}

	.ms-md-7 {
		margin-left: 35px !important;
	}

	.ms-md-8 {
		margin-left: 40px !important;
	}

	.ms-md-9 {
		margin-left: 45px !important;
	}

	.ms-md-10 {
		margin-left: 50px !important;
	}

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

	.m-md-n1 {
		margin: -5px !important;
	}

	.m-md-n2 {
		margin: -10px !important;
	}

	.m-md-n3 {
		margin: -15px !important;
	}

	.m-md-n4 {
		margin: -20px !important;
	}

	.m-md-n5 {
		margin: -25px !important;
	}

	.m-md-n6 {
		margin: -30px !important;
	}

	.m-md-n7 {
		margin: -35px !important;
	}

	.m-md-n8 {
		margin: -40px !important;
	}

	.m-md-n9 {
		margin: -45px !important;
	}

	.m-md-n10 {
		margin: -50px !important;
	}

	.mx-md-n1 {
		margin-right: -5px !important;
		margin-left: -5px !important;
	}

	.mx-md-n2 {
		margin-right: -10px !important;
		margin-left: -10px !important;
	}

	.mx-md-n3 {
		margin-right: -15px !important;
		margin-left: -15px !important;
	}

	.mx-md-n4 {
		margin-right: -20px !important;
		margin-left: -20px !important;
	}

	.mx-md-n5 {
		margin-right: -25px !important;
		margin-left: -25px !important;
	}

	.mx-md-n6 {
		margin-right: -30px !important;
		margin-left: -30px !important;
	}

	.mx-md-n7 {
		margin-right: -35px !important;
		margin-left: -35px !important;
	}

	.mx-md-n8 {
		margin-right: -40px !important;
		margin-left: -40px !important;
	}

	.mx-md-n9 {
		margin-right: -45px !important;
		margin-left: -45px !important;
	}

	.mx-md-n10 {
		margin-right: -50px !important;
		margin-left: -50px !important;
	}

	.my-md-n1 {
		margin-top: -5px !important;
		margin-bottom: -5px !important;
	}

	.my-md-n2 {
		margin-top: -10px !important;
		margin-bottom: -10px !important;
	}

	.my-md-n3 {
		margin-top: -15px !important;
		margin-bottom: -15px !important;
	}

	.my-md-n4 {
		margin-top: -20px !important;
		margin-bottom: -20px !important;
	}

	.my-md-n5 {
		margin-top: -25px !important;
		margin-bottom: -25px !important;
	}

	.my-md-n6 {
		margin-top: -30px !important;
		margin-bottom: -30px !important;
	}

	.my-md-n7 {
		margin-top: -35px !important;
		margin-bottom: -35px !important;
	}

	.my-md-n8 {
		margin-top: -40px !important;
		margin-bottom: -40px !important;
	}

	.my-md-n9 {
		margin-top: -45px !important;
		margin-bottom: -45px !important;
	}

	.my-md-n10 {
		margin-top: -50px !important;
		margin-bottom: -50px !important;
	}

	.mt-md-n1 {
		margin-top: -5px !important;
	}

	.mt-md-n2 {
		margin-top: -10px !important;
	}

	.mt-md-n3 {
		margin-top: -15px !important;
	}

	.mt-md-n4 {
		margin-top: -20px !important;
	}

	.mt-md-n5 {
		margin-top: -25px !important;
	}

	.mt-md-n6 {
		margin-top: -30px !important;
	}

	.mt-md-n7 {
		margin-top: -35px !important;
	}

	.mt-md-n8 {
		margin-top: -40px !important;
	}

	.mt-md-n9 {
		margin-top: -45px !important;
	}

	.mt-md-n10 {
		margin-top: -50px !important;
	}

	.me-md-n1 {
		margin-right: -5px !important;
	}

	.me-md-n2 {
		margin-right: -10px !important;
	}

	.me-md-n3 {
		margin-right: -15px !important;
	}

	.me-md-n4 {
		margin-right: -20px !important;
	}

	.me-md-n5 {
		margin-right: -25px !important;
	}

	.me-md-n6 {
		margin-right: -30px !important;
	}

	.me-md-n7 {
		margin-right: -35px !important;
	}

	.me-md-n8 {
		margin-right: -40px !important;
	}

	.me-md-n9 {
		margin-right: -45px !important;
	}

	.me-md-n10 {
		margin-right: -50px !important;
	}

	.mb-md-n1 {
		margin-bottom: -5px !important;
	}

	.mb-md-n2 {
		margin-bottom: -10px !important;
	}

	.mb-md-n3 {
		margin-bottom: -15px !important;
	}

	.mb-md-n4 {
		margin-bottom: -20px !important;
	}

	.mb-md-n5 {
		margin-bottom: -25px !important;
	}

	.mb-md-n6 {
		margin-bottom: -30px !important;
	}

	.mb-md-n7 {
		margin-bottom: -35px !important;
	}

	.mb-md-n8 {
		margin-bottom: -40px !important;
	}

	.mb-md-n9 {
		margin-bottom: -45px !important;
	}

	.mb-md-n10 {
		margin-bottom: -50px !important;
	}

	.ms-md-n1 {
		margin-left: -5px !important;
	}

	.ms-md-n2 {
		margin-left: -10px !important;
	}

	.ms-md-n3 {
		margin-left: -15px !important;
	}

	.ms-md-n4 {
		margin-left: -20px !important;
	}

	.ms-md-n5 {
		margin-left: -25px !important;
	}

	.ms-md-n6 {
		margin-left: -30px !important;
	}

	.ms-md-n7 {
		margin-left: -35px !important;
	}

	.ms-md-n8 {
		margin-left: -40px !important;
	}

	.ms-md-n9 {
		margin-left: -45px !important;
	}

	.ms-md-n10 {
		margin-left: -50px !important;
	}

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

	.p-md-1 {
		padding: 5px !important;
	}

	.p-md-2 {
		padding: 10px !important;
	}

	.p-md-3 {
		padding: 15px !important;
	}

	.p-md-4 {
		padding: 20px !important;
	}

	.p-md-5 {
		padding: 25px !important;
	}

	.p-md-6 {
		padding: 30px !important;
	}

	.p-md-7 {
		padding: 35px !important;
	}

	.p-md-8 {
		padding: 40px !important;
	}

	.p-md-9 {
		padding: 45px !important;
	}

	.p-md-10 {
		padding: 50px !important;
	}

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

	.px-md-1 {
		padding-right: 5px !important;
		padding-left: 5px !important;
	}

	.px-md-2 {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}

	.px-md-3 {
		padding-right: 15px !important;
		padding-left: 15px !important;
	}

	.px-md-4 {
		padding-right: 20px !important;
		padding-left: 20px !important;
	}

	.px-md-5 {
		padding-right: 25px !important;
		padding-left: 25px !important;
	}

	.px-md-6 {
		padding-right: 30px !important;
		padding-left: 30px !important;
	}

	.px-md-7 {
		padding-right: 35px !important;
		padding-left: 35px !important;
	}

	.px-md-8 {
		padding-right: 40px !important;
		padding-left: 40px !important;
	}

	.px-md-9 {
		padding-right: 45px !important;
		padding-left: 45px !important;
	}

	.px-md-10 {
		padding-right: 50px !important;
		padding-left: 50px !important;
	}

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

	.py-md-1 {
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}

	.py-md-2 {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}

	.py-md-3 {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}

	.py-md-4 {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}

	.py-md-5 {
		padding-top: 25px !important;
		padding-bottom: 25px !important;
	}

	.py-md-6 {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}

	.py-md-7 {
		padding-top: 35px !important;
		padding-bottom: 35px !important;
	}

	.py-md-8 {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}

	.py-md-9 {
		padding-top: 45px !important;
		padding-bottom: 45px !important;
	}

	.py-md-10 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}

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

	.pt-md-1 {
		padding-top: 5px !important;
	}

	.pt-md-2 {
		padding-top: 10px !important;
	}

	.pt-md-3 {
		padding-top: 15px !important;
	}

	.pt-md-4 {
		padding-top: 20px !important;
	}

	.pt-md-5 {
		padding-top: 25px !important;
	}

	.pt-md-6 {
		padding-top: 30px !important;
	}

	.pt-md-7 {
		padding-top: 35px !important;
	}

	.pt-md-8 {
		padding-top: 40px !important;
	}

	.pt-md-9 {
		padding-top: 45px !important;
	}

	.pt-md-10 {
		padding-top: 50px !important;
	}

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

	.pe-md-1 {
		padding-right: 5px !important;
	}

	.pe-md-2 {
		padding-right: 10px !important;
	}

	.pe-md-3 {
		padding-right: 15px !important;
	}

	.pe-md-4 {
		padding-right: 20px !important;
	}

	.pe-md-5 {
		padding-right: 25px !important;
	}

	.pe-md-6 {
		padding-right: 30px !important;
	}

	.pe-md-7 {
		padding-right: 35px !important;
	}

	.pe-md-8 {
		padding-right: 40px !important;
	}

	.pe-md-9 {
		padding-right: 45px !important;
	}

	.pe-md-10 {
		padding-right: 50px !important;
	}

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

	.pb-md-1 {
		padding-bottom: 5px !important;
	}

	.pb-md-2 {
		padding-bottom: 10px !important;
	}

	.pb-md-3 {
		padding-bottom: 15px !important;
	}

	.pb-md-4 {
		padding-bottom: 20px !important;
	}

	.pb-md-5 {
		padding-bottom: 25px !important;
	}

	.pb-md-6 {
		padding-bottom: 30px !important;
	}

	.pb-md-7 {
		padding-bottom: 35px !important;
	}

	.pb-md-8 {
		padding-bottom: 40px !important;
	}

	.pb-md-9 {
		padding-bottom: 45px !important;
	}

	.pb-md-10 {
		padding-bottom: 50px !important;
	}

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

	.ps-md-1 {
		padding-left: 5px !important;
	}

	.ps-md-2 {
		padding-left: 10px !important;
	}

	.ps-md-3 {
		padding-left: 15px !important;
	}

	.ps-md-4 {
		padding-left: 20px !important;
	}

	.ps-md-5 {
		padding-left: 25px !important;
	}

	.ps-md-6 {
		padding-left: 30px !important;
	}

	.ps-md-7 {
		padding-left: 35px !important;
	}

	.ps-md-8 {
		padding-left: 40px !important;
	}

	.ps-md-9 {
		padding-left: 45px !important;
	}

	.ps-md-10 {
		padding-left: 50px !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) {
	.col-lg-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.col-lg-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.33333333%;
	}

	.col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}

	.col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}

	.col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.66666667%;
	}

	.col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%;
	}

	.col-lg-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.33333333%;
	}

	.col-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.66666667%;
	}

	.col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		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: 5px;
	}

	.g-lg-1,
	.gy-lg-1 {
		--bs-gutter-y: 5px;
	}

	.g-lg-2,
	.gx-lg-2 {
		--bs-gutter-x: 10px;
	}

	.g-lg-2,
	.gy-lg-2 {
		--bs-gutter-y: 10px;
	}

	.g-lg-3,
	.gx-lg-3 {
		--bs-gutter-x: 15px;
	}

	.g-lg-3,
	.gy-lg-3 {
		--bs-gutter-y: 15px;
	}

	.g-lg-4,
	.gx-lg-4 {
		--bs-gutter-x: 20px;
	}

	.g-lg-4,
	.gy-lg-4 {
		--bs-gutter-y: 20px;
	}

	.g-lg-5,
	.gx-lg-5 {
		--bs-gutter-x: 25px;
	}

	.g-lg-5,
	.gy-lg-5 {
		--bs-gutter-y: 25px;
	}

	.g-lg-6,
	.gx-lg-6 {
		--bs-gutter-x: 30px;
	}

	.g-lg-6,
	.gy-lg-6 {
		--bs-gutter-y: 30px;
	}

	.g-lg-7,
	.gx-lg-7 {
		--bs-gutter-x: 35px;
	}

	.g-lg-7,
	.gy-lg-7 {
		--bs-gutter-y: 35px;
	}

	.g-lg-8,
	.gx-lg-8 {
		--bs-gutter-x: 40px;
	}

	.g-lg-8,
	.gy-lg-8 {
		--bs-gutter-y: 40px;
	}

	.g-lg-9,
	.gx-lg-9 {
		--bs-gutter-x: 45px;
	}

	.g-lg-9,
	.gy-lg-9 {
		--bs-gutter-y: 45px;
	}

	.g-lg-10,
	.gx-lg-10 {
		--bs-gutter-x: 50px;
	}

	.g-lg-10,
	.gy-lg-10 {
		--bs-gutter-y: 50px;
	}

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

	.navbar-expand-lg {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.list-group-horizontal-lg,
	.navbar-expand-lg .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute;
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 8px;
		padding-left: 8px;
	}

	.navbar-expand-lg .navbar-nav-scroll {
		overflow: visible;
	}

	.navbar-expand-lg .navbar-collapse {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}

	.navbar-expand-lg .navbar-toggler {
		display: none;
	}

	.list-group-horizontal-lg &gt; .list-group-item:first-child {
		border-bottom-left-radius: 4px;
		border-top-right-radius: 0;
	}

	.list-group-horizontal-lg &gt; .list-group-item:last-child {
		border-top-right-radius: 4px;
		border-bottom-left-radius: 0;
	}

	.list-group-horizontal-lg &gt; .list-group-item.active {
		margin-top: 0;
	}

	.list-group-horizontal-lg &gt; .list-group-item + .list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}

	.list-group-horizontal-lg &gt; .list-group-item + .list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}

	.modal-lg,
	.modal-xl {
		max-width: 800px;
	}

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

	.flex-lg-column,
	.flex-lg-row {
		-webkit-box-direction: normal !important;
	}

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

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

	.float-lg-none {
		float: 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: -ms-grid !important;
		display: grid !important;
	}

	.d-lg-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-lg-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}

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

	.flex-lg-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}

	.flex-lg-row {
		-webkit-box-orient: horizontal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.flex-lg-column {
		-webkit-box-orient: vertical !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-lg-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-lg-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}

	.flex-lg-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}

	.flex-lg-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}

	.flex-lg-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}

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

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

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

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

	.gap-lg-1 {
		gap: 5px !important;
	}

	.gap-lg-2 {
		gap: 10px !important;
	}

	.gap-lg-3 {
		gap: 15px !important;
	}

	.gap-lg-4 {
		gap: 20px !important;
	}

	.gap-lg-5 {
		gap: 25px !important;
	}

	.gap-lg-6 {
		gap: 30px !important;
	}

	.gap-lg-7 {
		gap: 35px !important;
	}

	.gap-lg-8 {
		gap: 40px !important;
	}

	.gap-lg-9 {
		gap: 45px !important;
	}

	.gap-lg-10 {
		gap: 50px !important;
	}

	.justify-content-lg-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-lg-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-lg-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-lg-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.justify-content-lg-evenly {
		-webkit-box-pack: space-evenly !important;
		-ms-flex-pack: space-evenly !important;
		justify-content: space-evenly !important;
	}

	.align-items-lg-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}

	.align-items-lg-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}

	.align-items-lg-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.align-items-lg-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}

	.align-items-lg-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}

	.align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}

	.align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}

	.align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}

	.align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}

	.align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}

	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}

	.align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		align-self: auto !important;
	}

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

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

	.align-self-lg-center {
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		align-self: center !important;
	}

	.align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}

	.align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important;
	}

	.order-lg-first {
		-webkit-box-ordinal-group: 0 !important;
		-ms-flex-order: -1 !important;
		order: -1 !important;
	}

	.order-lg-0 {
		-webkit-box-ordinal-group: 1 !important;
		-ms-flex-order: 0 !important;
		order: 0 !important;
	}

	.order-lg-1 {
		-webkit-box-ordinal-group: 2 !important;
		-ms-flex-order: 1 !important;
		order: 1 !important;
	}

	.order-lg-2 {
		-webkit-box-ordinal-group: 3 !important;
		-ms-flex-order: 2 !important;
		order: 2 !important;
	}

	.order-lg-3 {
		-webkit-box-ordinal-group: 4 !important;
		-ms-flex-order: 3 !important;
		order: 3 !important;
	}

	.order-lg-4 {
		-webkit-box-ordinal-group: 5 !important;
		-ms-flex-order: 4 !important;
		order: 4 !important;
	}

	.order-lg-5 {
		-webkit-box-ordinal-group: 6 !important;
		-ms-flex-order: 5 !important;
		order: 5 !important;
	}

	.order-lg-last {
		-webkit-box-ordinal-group: 7 !important;
		-ms-flex-order: 6 !important;
		order: 6 !important;
	}

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

	.m-lg-1 {
		margin: 5px !important;
	}

	.m-lg-2 {
		margin: 10px !important;
	}

	.m-lg-3 {
		margin: 15px !important;
	}

	.m-lg-4 {
		margin: 20px !important;
	}

	.m-lg-5 {
		margin: 25px !important;
	}

	.m-lg-6 {
		margin: 30px !important;
	}

	.m-lg-7 {
		margin: 35px !important;
	}

	.m-lg-8 {
		margin: 40px !important;
	}

	.m-lg-9 {
		margin: 45px !important;
	}

	.m-lg-10 {
		margin: 50px !important;
	}

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

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

	.mx-lg-1 {
		margin-right: 5px !important;
		margin-left: 5px !important;
	}

	.mx-lg-2 {
		margin-right: 10px !important;
		margin-left: 10px !important;
	}

	.mx-lg-3 {
		margin-right: 15px !important;
		margin-left: 15px !important;
	}

	.mx-lg-4 {
		margin-right: 20px !important;
		margin-left: 20px !important;
	}

	.mx-lg-5 {
		margin-right: 25px !important;
		margin-left: 25px !important;
	}

	.mx-lg-6 {
		margin-right: 30px !important;
		margin-left: 30px !important;
	}

	.mx-lg-7 {
		margin-right: 35px !important;
		margin-left: 35px !important;
	}

	.mx-lg-8 {
		margin-right: 40px !important;
		margin-left: 40px !important;
	}

	.mx-lg-9 {
		margin-right: 45px !important;
		margin-left: 45px !important;
	}

	.mx-lg-10 {
		margin-right: 50px !important;
		margin-left: 50px !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: 5px !important;
		margin-bottom: 5px !important;
	}

	.my-lg-2 {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}

	.my-lg-3 {
		margin-top: 15px !important;
		margin-bottom: 15px !important;
	}

	.my-lg-4 {
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}

	.my-lg-5 {
		margin-top: 25px !important;
		margin-bottom: 25px !important;
	}

	.my-lg-6 {
		margin-top: 30px !important;
		margin-bottom: 30px !important;
	}

	.my-lg-7 {
		margin-top: 35px !important;
		margin-bottom: 35px !important;
	}

	.my-lg-8 {
		margin-top: 40px !important;
		margin-bottom: 40px !important;
	}

	.my-lg-9 {
		margin-top: 45px !important;
		margin-bottom: 45px !important;
	}

	.my-lg-10 {
		margin-top: 50px !important;
		margin-bottom: 50px !important;
	}

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

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

	.mt-lg-1 {
		margin-top: 5px !important;
	}

	.mt-lg-2 {
		margin-top: 10px !important;
	}

	.mt-lg-3 {
		margin-top: 15px !important;
	}

	.mt-lg-4 {
		margin-top: 20px !important;
	}

	.mt-lg-5 {
		margin-top: 25px !important;
	}

	.mt-lg-6 {
		margin-top: 30px !important;
	}

	.mt-lg-7 {
		margin-top: 35px !important;
	}

	.mt-lg-8 {
		margin-top: 40px !important;
	}

	.mt-lg-9 {
		margin-top: 45px !important;
	}

	.mt-lg-10 {
		margin-top: 50px !important;
	}

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

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

	.me-lg-1 {
		margin-right: 5px !important;
	}

	.me-lg-2 {
		margin-right: 10px !important;
	}

	.me-lg-3 {
		margin-right: 15px !important;
	}

	.me-lg-4 {
		margin-right: 20px !important;
	}

	.me-lg-5 {
		margin-right: 25px !important;
	}

	.me-lg-6 {
		margin-right: 30px !important;
	}

	.me-lg-7 {
		margin-right: 35px !important;
	}

	.me-lg-8 {
		margin-right: 40px !important;
	}

	.me-lg-9 {
		margin-right: 45px !important;
	}

	.me-lg-10 {
		margin-right: 50px !important;
	}

	.me-lg-auto {
		margin-right: auto !important;
	}

	.mb-lg-0 {
		margin-bottom: 0 !important;
	}

	.mb-lg-1 {
		margin-bottom: 5px !important;
	}

	.mb-lg-2 {
		margin-bottom: 10px !important;
	}

	.mb-lg-3 {
		margin-bottom: 15px !important;
	}

	.mb-lg-4 {
		margin-bottom: 20px !important;
	}

	.mb-lg-5 {
		margin-bottom: 25px !important;
	}

	.mb-lg-6 {
		margin-bottom: 30px !important;
	}

	.mb-lg-7 {
		margin-bottom: 35px !important;
	}

	.mb-lg-8 {
		margin-bottom: 40px !important;
	}

	.mb-lg-9 {
		margin-bottom: 45px !important;
	}

	.mb-lg-10 {
		margin-bottom: 50px !important;
	}

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

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

	.ms-lg-1 {
		margin-left: 5px !important;
	}

	.ms-lg-2 {
		margin-left: 10px !important;
	}

	.ms-lg-3 {
		margin-left: 15px !important;
	}

	.ms-lg-4 {
		margin-left: 20px !important;
	}

	.ms-lg-5 {
		margin-left: 25px !important;
	}

	.ms-lg-6 {
		margin-left: 30px !important;
	}

	.ms-lg-7 {
		margin-left: 35px !important;
	}

	.ms-lg-8 {
		margin-left: 40px !important;
	}

	.ms-lg-9 {
		margin-left: 45px !important;
	}

	.ms-lg-10 {
		margin-left: 50px !important;
	}

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

	.m-lg-n1 {
		margin: -5px !important;
	}

	.m-lg-n2 {
		margin: -10px !important;
	}

	.m-lg-n3 {
		margin: -15px !important;
	}

	.m-lg-n4 {
		margin: -20px !important;
	}

	.m-lg-n5 {
		margin: -25px !important;
	}

	.m-lg-n6 {
		margin: -30px !important;
	}

	.m-lg-n7 {
		margin: -35px !important;
	}

	.m-lg-n8 {
		margin: -40px !important;
	}

	.m-lg-n9 {
		margin: -45px !important;
	}

	.m-lg-n10 {
		margin: -50px !important;
	}

	.mx-lg-n1 {
		margin-right: -5px !important;
		margin-left: -5px !important;
	}

	.mx-lg-n2 {
		margin-right: -10px !important;
		margin-left: -10px !important;
	}

	.mx-lg-n3 {
		margin-right: -15px !important;
		margin-left: -15px !important;
	}

	.mx-lg-n4 {
		margin-right: -20px !important;
		margin-left: -20px !important;
	}

	.mx-lg-n5 {
		margin-right: -25px !important;
		margin-left: -25px !important;
	}

	.mx-lg-n6 {
		margin-right: -30px !important;
		margin-left: -30px !important;
	}

	.mx-lg-n7 {
		margin-right: -35px !important;
		margin-left: -35px !important;
	}

	.mx-lg-n8 {
		margin-right: -40px !important;
		margin-left: -40px !important;
	}

	.mx-lg-n9 {
		margin-right: -45px !important;
		margin-left: -45px !important;
	}

	.mx-lg-n10 {
		margin-right: -50px !important;
		margin-left: -50px !important;
	}

	.my-lg-n1 {
		margin-top: -5px !important;
		margin-bottom: -5px !important;
	}

	.my-lg-n2 {
		margin-top: -10px !important;
		margin-bottom: -10px !important;
	}

	.my-lg-n3 {
		margin-top: -15px !important;
		margin-bottom: -15px !important;
	}

	.my-lg-n4 {
		margin-top: -20px !important;
		margin-bottom: -20px !important;
	}

	.my-lg-n5 {
		margin-top: -25px !important;
		margin-bottom: -25px !important;
	}

	.my-lg-n6 {
		margin-top: -30px !important;
		margin-bottom: -30px !important;
	}

	.my-lg-n7 {
		margin-top: -35px !important;
		margin-bottom: -35px !important;
	}

	.my-lg-n8 {
		margin-top: -40px !important;
		margin-bottom: -40px !important;
	}

	.my-lg-n9 {
		margin-top: -45px !important;
		margin-bottom: -45px !important;
	}

	.my-lg-n10 {
		margin-top: -50px !important;
		margin-bottom: -50px !important;
	}

	.mt-lg-n1 {
		margin-top: -5px !important;
	}

	.mt-lg-n2 {
		margin-top: -10px !important;
	}

	.mt-lg-n3 {
		margin-top: -15px !important;
	}

	.mt-lg-n4 {
		margin-top: -20px !important;
	}

	.mt-lg-n5 {
		margin-top: -25px !important;
	}

	.mt-lg-n6 {
		margin-top: -30px !important;
	}

	.mt-lg-n7 {
		margin-top: -35px !important;
	}

	.mt-lg-n8 {
		margin-top: -40px !important;
	}

	.mt-lg-n9 {
		margin-top: -45px !important;
	}

	.mt-lg-n10 {
		margin-top: -50px !important;
	}

	.me-lg-n1 {
		margin-right: -5px !important;
	}

	.me-lg-n2 {
		margin-right: -10px !important;
	}

	.me-lg-n3 {
		margin-right: -15px !important;
	}

	.me-lg-n4 {
		margin-right: -20px !important;
	}

	.me-lg-n5 {
		margin-right: -25px !important;
	}

	.me-lg-n6 {
		margin-right: -30px !important;
	}

	.me-lg-n7 {
		margin-right: -35px !important;
	}

	.me-lg-n8 {
		margin-right: -40px !important;
	}

	.me-lg-n9 {
		margin-right: -45px !important;
	}

	.me-lg-n10 {
		margin-right: -50px !important;
	}

	.mb-lg-n1 {
		margin-bottom: -5px !important;
	}

	.mb-lg-n2 {
		margin-bottom: -10px !important;
	}

	.mb-lg-n3 {
		margin-bottom: -15px !important;
	}

	.mb-lg-n4 {
		margin-bottom: -20px !important;
	}

	.mb-lg-n5 {
		margin-bottom: -25px !important;
	}

	.mb-lg-n6 {
		margin-bottom: -30px !important;
	}

	.mb-lg-n7 {
		margin-bottom: -35px !important;
	}

	.mb-lg-n8 {
		margin-bottom: -40px !important;
	}

	.mb-lg-n9 {
		margin-bottom: -45px !important;
	}

	.mb-lg-n10 {
		margin-bottom: -50px !important;
	}

	.ms-lg-n1 {
		margin-left: -5px !important;
	}

	.ms-lg-n2 {
		margin-left: -10px !important;
	}

	.ms-lg-n3 {
		margin-left: -15px !important;
	}

	.ms-lg-n4 {
		margin-left: -20px !important;
	}

	.ms-lg-n5 {
		margin-left: -25px !important;
	}

	.ms-lg-n6 {
		margin-left: -30px !important;
	}

	.ms-lg-n7 {
		margin-left: -35px !important;
	}

	.ms-lg-n8 {
		margin-left: -40px !important;
	}

	.ms-lg-n9 {
		margin-left: -45px !important;
	}

	.ms-lg-n10 {
		margin-left: -50px !important;
	}

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

	.p-lg-1 {
		padding: 5px !important;
	}

	.p-lg-2 {
		padding: 10px !important;
	}

	.p-lg-3 {
		padding: 15px !important;
	}

	.p-lg-4 {
		padding: 20px !important;
	}

	.p-lg-5 {
		padding: 25px !important;
	}

	.p-lg-6 {
		padding: 30px !important;
	}

	.p-lg-7 {
		padding: 35px !important;
	}

	.p-lg-8 {
		padding: 40px !important;
	}

	.p-lg-9 {
		padding: 45px !important;
	}

	.p-lg-10 {
		padding: 50px !important;
	}

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

	.px-lg-1 {
		padding-right: 5px !important;
		padding-left: 5px !important;
	}

	.px-lg-2 {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}

	.px-lg-3 {
		padding-right: 15px !important;
		padding-left: 15px !important;
	}

	.px-lg-4 {
		padding-right: 20px !important;
		padding-left: 20px !important;
	}

	.px-lg-5 {
		padding-right: 25px !important;
		padding-left: 25px !important;
	}

	.px-lg-6 {
		padding-right: 30px !important;
		padding-left: 30px !important;
	}

	.px-lg-7 {
		padding-right: 35px !important;
		padding-left: 35px !important;
	}

	.px-lg-8 {
		padding-right: 40px !important;
		padding-left: 40px !important;
	}

	.px-lg-9 {
		padding-right: 45px !important;
		padding-left: 45px !important;
	}

	.px-lg-10 {
		padding-right: 50px !important;
		padding-left: 50px !important;
	}

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

	.py-lg-1 {
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}

	.py-lg-2 {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}

	.py-lg-3 {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}

	.py-lg-4 {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}

	.py-lg-5 {
		padding-top: 25px !important;
		padding-bottom: 25px !important;
	}

	.py-lg-6 {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}

	.py-lg-7 {
		padding-top: 35px !important;
		padding-bottom: 35px !important;
	}

	.py-lg-8 {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}

	.py-lg-9 {
		padding-top: 45px !important;
		padding-bottom: 45px !important;
	}

	.py-lg-10 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}

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

	.pt-lg-1 {
		padding-top: 5px !important;
	}

	.pt-lg-2 {
		padding-top: 10px !important;
	}

	.pt-lg-3 {
		padding-top: 15px !important;
	}

	.pt-lg-4 {
		padding-top: 20px !important;
	}

	.pt-lg-5 {
		padding-top: 25px !important;
	}

	.pt-lg-6 {
		padding-top: 30px !important;
	}

	.pt-lg-7 {
		padding-top: 35px !important;
	}

	.pt-lg-8 {
		padding-top: 40px !important;
	}

	.pt-lg-9 {
		padding-top: 45px !important;
	}

	.pt-lg-10 {
		padding-top: 50px !important;
	}

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

	.pe-lg-1 {
		padding-right: 5px !important;
	}

	.pe-lg-2 {
		padding-right: 10px !important;
	}

	.pe-lg-3 {
		padding-right: 15px !important;
	}

	.pe-lg-4 {
		padding-right: 20px !important;
	}

	.pe-lg-5 {
		padding-right: 25px !important;
	}

	.pe-lg-6 {
		padding-right: 30px !important;
	}

	.pe-lg-7 {
		padding-right: 35px !important;
	}

	.pe-lg-8 {
		padding-right: 40px !important;
	}

	.pe-lg-9 {
		padding-right: 45px !important;
	}

	.pe-lg-10 {
		padding-right: 50px !important;
	}

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

	.pb-lg-1 {
		padding-bottom: 5px !important;
	}

	.pb-lg-2 {
		padding-bottom: 10px !important;
	}

	.pb-lg-3 {
		padding-bottom: 15px !important;
	}

	.pb-lg-4 {
		padding-bottom: 20px !important;
	}

	.pb-lg-5 {
		padding-bottom: 25px !important;
	}

	.pb-lg-6 {
		padding-bottom: 30px !important;
	}

	.pb-lg-7 {
		padding-bottom: 35px !important;
	}

	.pb-lg-8 {
		padding-bottom: 40px !important;
	}

	.pb-lg-9 {
		padding-bottom: 45px !important;
	}

	.pb-lg-10 {
		padding-bottom: 50px !important;
	}

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

	.ps-lg-1 {
		padding-left: 5px !important;
	}

	.ps-lg-2 {
		padding-left: 10px !important;
	}

	.ps-lg-3 {
		padding-left: 15px !important;
	}

	.ps-lg-4 {
		padding-left: 20px !important;
	}

	.ps-lg-5 {
		padding-left: 25px !important;
	}

	.ps-lg-6 {
		padding-left: 30px !important;
	}

	.ps-lg-7 {
		padding-left: 35px !important;
	}

	.ps-lg-8 {
		padding-left: 40px !important;
	}

	.ps-lg-9 {
		padding-left: 45px !important;
	}

	.ps-lg-10 {
		padding-left: 50px !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: 1600px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1440px;
	}

	.col-xxl {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
	}

	.col-xxl-auto,
	.row-cols-xxl-auto &gt; * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.col-xxl-12,
	.row-cols-xxl-1 &gt; * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
	}

	.col-xxl-6,
	.row-cols-xxl-2 &gt; * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}

	.row-cols-xxl-3 &gt; * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.3333333333%;
	}

	.col-xxl-3,
	.row-cols-xxl-4 &gt; * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}

	.row-cols-xxl-5 &gt; * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 20%;
	}

	.row-cols-xxl-6 &gt; * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.6666666667%;
	}

	.col-xxl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.33333333%;
	}

	.col-xxl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-xxl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.col-xxl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.col-xxl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.col-xxl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.66666667%;
	}

	.col-xxl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%;
	}

	.col-xxl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.33333333%;
	}

	.col-xxl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.66666667%;
	}

	.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: 5px;
	}

	.g-xxl-1,
	.gy-xxl-1 {
		--bs-gutter-y: 5px;
	}

	.g-xxl-2,
	.gx-xxl-2 {
		--bs-gutter-x: 10px;
	}

	.g-xxl-2,
	.gy-xxl-2 {
		--bs-gutter-y: 10px;
	}

	.g-xxl-3,
	.gx-xxl-3 {
		--bs-gutter-x: 15px;
	}

	.g-xxl-3,
	.gy-xxl-3 {
		--bs-gutter-y: 15px;
	}

	.g-xxl-4,
	.gx-xxl-4 {
		--bs-gutter-x: 20px;
	}

	.g-xxl-4,
	.gy-xxl-4 {
		--bs-gutter-y: 20px;
	}

	.g-xxl-5,
	.gx-xxl-5 {
		--bs-gutter-x: 25px;
	}

	.g-xxl-5,
	.gy-xxl-5 {
		--bs-gutter-y: 25px;
	}

	.g-xxl-6,
	.gx-xxl-6 {
		--bs-gutter-x: 30px;
	}

	.g-xxl-6,
	.gy-xxl-6 {
		--bs-gutter-y: 30px;
	}

	.g-xxl-7,
	.gx-xxl-7 {
		--bs-gutter-x: 35px;
	}

	.g-xxl-7,
	.gy-xxl-7 {
		--bs-gutter-y: 35px;
	}

	.g-xxl-8,
	.gx-xxl-8 {
		--bs-gutter-x: 40px;
	}

	.g-xxl-8,
	.gy-xxl-8 {
		--bs-gutter-y: 40px;
	}

	.g-xxl-9,
	.gx-xxl-9 {
		--bs-gutter-x: 45px;
	}

	.g-xxl-9,
	.gy-xxl-9 {
		--bs-gutter-y: 45px;
	}

	.g-xxl-10,
	.gx-xxl-10 {
		--bs-gutter-x: 50px;
	}

	.g-xxl-10,
	.gy-xxl-10 {
		--bs-gutter-y: 50px;
	}

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

	.navbar-expand-xxl {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.list-group-horizontal-xxl,
	.navbar-expand-xxl .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.navbar-expand-xxl .navbar-nav .dropdown-menu {
		position: absolute;
	}

	.navbar-expand-xxl .navbar-nav .nav-link {
		padding-right: 8px;
		padding-left: 8px;
	}

	.navbar-expand-xxl .navbar-nav-scroll {
		overflow: visible;
	}

	.navbar-expand-xxl .navbar-collapse {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}

	.navbar-expand-xxl .navbar-toggler {
		display: none;
	}

	.list-group-horizontal-xxl &gt; .list-group-item:first-child {
		border-bottom-left-radius: 4px;
		border-top-right-radius: 0;
	}

	.list-group-horizontal-xxl &gt; .list-group-item:last-child {
		border-top-right-radius: 4px;
		border-bottom-left-radius: 0;
	}

	.list-group-horizontal-xxl &gt; .list-group-item.active {
		margin-top: 0;
	}

	.list-group-horizontal-xxl &gt; .list-group-item + .list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}

	.list-group-horizontal-xxl &gt; .list-group-item + .list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}

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

	.flex-xxl-column,
	.flex-xxl-row {
		-webkit-box-direction: normal !important;
	}

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

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

	.float-xxl-none {
		float: 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: -ms-grid !important;
		display: grid !important;
	}

	.d-xxl-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-xxl-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}

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

	.flex-xxl-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}

	.flex-xxl-row {
		-webkit-box-orient: horizontal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.flex-xxl-column {
		-webkit-box-orient: vertical !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-xxl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-xxl-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-xxl-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}

	.flex-xxl-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}

	.flex-xxl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}

	.flex-xxl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}

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

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

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

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

	.gap-xxl-1 {
		gap: 5px !important;
	}

	.gap-xxl-2 {
		gap: 10px !important;
	}

	.gap-xxl-3 {
		gap: 15px !important;
	}

	.gap-xxl-4 {
		gap: 20px !important;
	}

	.gap-xxl-5 {
		gap: 25px !important;
	}

	.gap-xxl-6 {
		gap: 30px !important;
	}

	.gap-xxl-7 {
		gap: 35px !important;
	}

	.gap-xxl-8 {
		gap: 40px !important;
	}

	.gap-xxl-9 {
		gap: 45px !important;
	}

	.gap-xxl-10 {
		gap: 50px !important;
	}

	.justify-content-xxl-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-xxl-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-xxl-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-xxl-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-xxl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.justify-content-xxl-evenly {
		-webkit-box-pack: space-evenly !important;
		-ms-flex-pack: space-evenly !important;
		justify-content: space-evenly !important;
	}

	.align-items-xxl-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}

	.align-items-xxl-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}

	.align-items-xxl-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.align-items-xxl-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}

	.align-items-xxl-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}

	.align-content-xxl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}

	.align-content-xxl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}

	.align-content-xxl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}

	.align-content-xxl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}

	.align-content-xxl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}

	.align-content-xxl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}

	.align-self-xxl-auto {
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		align-self: auto !important;
	}

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

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

	.align-self-xxl-center {
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		align-self: center !important;
	}

	.align-self-xxl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}

	.align-self-xxl-stretch {
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important;
	}

	.order-xxl-first {
		-webkit-box-ordinal-group: 0 !important;
		-ms-flex-order: -1 !important;
		order: -1 !important;
	}

	.order-xxl-0 {
		-webkit-box-ordinal-group: 1 !important;
		-ms-flex-order: 0 !important;
		order: 0 !important;
	}

	.order-xxl-1 {
		-webkit-box-ordinal-group: 2 !important;
		-ms-flex-order: 1 !important;
		order: 1 !important;
	}

	.order-xxl-2 {
		-webkit-box-ordinal-group: 3 !important;
		-ms-flex-order: 2 !important;
		order: 2 !important;
	}

	.order-xxl-3 {
		-webkit-box-ordinal-group: 4 !important;
		-ms-flex-order: 3 !important;
		order: 3 !important;
	}

	.order-xxl-4 {
		-webkit-box-ordinal-group: 5 !important;
		-ms-flex-order: 4 !important;
		order: 4 !important;
	}

	.order-xxl-5 {
		-webkit-box-ordinal-group: 6 !important;
		-ms-flex-order: 5 !important;
		order: 5 !important;
	}

	.order-xxl-last {
		-webkit-box-ordinal-group: 7 !important;
		-ms-flex-order: 6 !important;
		order: 6 !important;
	}

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

	.m-xxl-1 {
		margin: 5px !important;
	}

	.m-xxl-2 {
		margin: 10px !important;
	}

	.m-xxl-3 {
		margin: 15px !important;
	}

	.m-xxl-4 {
		margin: 20px !important;
	}

	.m-xxl-5 {
		margin: 25px !important;
	}

	.m-xxl-6 {
		margin: 30px !important;
	}

	.m-xxl-7 {
		margin: 35px !important;
	}

	.m-xxl-8 {
		margin: 40px !important;
	}

	.m-xxl-9 {
		margin: 45px !important;
	}

	.m-xxl-10 {
		margin: 50px !important;
	}

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

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

	.mx-xxl-1 {
		margin-right: 5px !important;
		margin-left: 5px !important;
	}

	.mx-xxl-2 {
		margin-right: 10px !important;
		margin-left: 10px !important;
	}

	.mx-xxl-3 {
		margin-right: 15px !important;
		margin-left: 15px !important;
	}

	.mx-xxl-4 {
		margin-right: 20px !important;
		margin-left: 20px !important;
	}

	.mx-xxl-5 {
		margin-right: 25px !important;
		margin-left: 25px !important;
	}

	.mx-xxl-6 {
		margin-right: 30px !important;
		margin-left: 30px !important;
	}

	.mx-xxl-7 {
		margin-right: 35px !important;
		margin-left: 35px !important;
	}

	.mx-xxl-8 {
		margin-right: 40px !important;
		margin-left: 40px !important;
	}

	.mx-xxl-9 {
		margin-right: 45px !important;
		margin-left: 45px !important;
	}

	.mx-xxl-10 {
		margin-right: 50px !important;
		margin-left: 50px !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: 5px !important;
		margin-bottom: 5px !important;
	}

	.my-xxl-2 {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}

	.my-xxl-3 {
		margin-top: 15px !important;
		margin-bottom: 15px !important;
	}

	.my-xxl-4 {
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}

	.my-xxl-5 {
		margin-top: 25px !important;
		margin-bottom: 25px !important;
	}

	.my-xxl-6 {
		margin-top: 30px !important;
		margin-bottom: 30px !important;
	}

	.my-xxl-7 {
		margin-top: 35px !important;
		margin-bottom: 35px !important;
	}

	.my-xxl-8 {
		margin-top: 40px !important;
		margin-bottom: 40px !important;
	}

	.my-xxl-9 {
		margin-top: 45px !important;
		margin-bottom: 45px !important;
	}

	.my-xxl-10 {
		margin-top: 50px !important;
		margin-bottom: 50px !important;
	}

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

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

	.mt-xxl-1 {
		margin-top: 5px !important;
	}

	.mt-xxl-2 {
		margin-top: 10px !important;
	}

	.mt-xxl-3 {
		margin-top: 15px !important;
	}

	.mt-xxl-4 {
		margin-top: 20px !important;
	}

	.mt-xxl-5 {
		margin-top: 25px !important;
	}

	.mt-xxl-6 {
		margin-top: 30px !important;
	}

	.mt-xxl-7 {
		margin-top: 35px !important;
	}

	.mt-xxl-8 {
		margin-top: 40px !important;
	}

	.mt-xxl-9 {
		margin-top: 45px !important;
	}

	.mt-xxl-10 {
		margin-top: 50px !important;
	}

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

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

	.me-xxl-1 {
		margin-right: 5px !important;
	}

	.me-xxl-2 {
		margin-right: 10px !important;
	}

	.me-xxl-3 {
		margin-right: 15px !important;
	}

	.me-xxl-4 {
		margin-right: 20px !important;
	}

	.me-xxl-5 {
		margin-right: 25px !important;
	}

	.me-xxl-6 {
		margin-right: 30px !important;
	}

	.me-xxl-7 {
		margin-right: 35px !important;
	}

	.me-xxl-8 {
		margin-right: 40px !important;
	}

	.me-xxl-9 {
		margin-right: 45px !important;
	}

	.me-xxl-10 {
		margin-right: 50px !important;
	}

	.me-xxl-auto {
		margin-right: auto !important;
	}

	.mb-xxl-0 {
		margin-bottom: 0 !important;
	}

	.mb-xxl-1 {
		margin-bottom: 5px !important;
	}

	.mb-xxl-2 {
		margin-bottom: 10px !important;
	}

	.mb-xxl-3 {
		margin-bottom: 15px !important;
	}

	.mb-xxl-4 {
		margin-bottom: 20px !important;
	}

	.mb-xxl-5 {
		margin-bottom: 25px !important;
	}

	.mb-xxl-6 {
		margin-bottom: 30px !important;
	}

	.mb-xxl-7 {
		margin-bottom: 35px !important;
	}

	.mb-xxl-8 {
		margin-bottom: 40px !important;
	}

	.mb-xxl-9 {
		margin-bottom: 45px !important;
	}

	.mb-xxl-10 {
		margin-bottom: 50px !important;
	}

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

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

	.ms-xxl-1 {
		margin-left: 5px !important;
	}

	.ms-xxl-2 {
		margin-left: 10px !important;
	}

	.ms-xxl-3 {
		margin-left: 15px !important;
	}

	.ms-xxl-4 {
		margin-left: 20px !important;
	}

	.ms-xxl-5 {
		margin-left: 25px !important;
	}

	.ms-xxl-6 {
		margin-left: 30px !important;
	}

	.ms-xxl-7 {
		margin-left: 35px !important;
	}

	.ms-xxl-8 {
		margin-left: 40px !important;
	}

	.ms-xxl-9 {
		margin-left: 45px !important;
	}

	.ms-xxl-10 {
		margin-left: 50px !important;
	}

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

	.m-xxl-n1 {
		margin: -5px !important;
	}

	.m-xxl-n2 {
		margin: -10px !important;
	}

	.m-xxl-n3 {
		margin: -15px !important;
	}

	.m-xxl-n4 {
		margin: -20px !important;
	}

	.m-xxl-n5 {
		margin: -25px !important;
	}

	.m-xxl-n6 {
		margin: -30px !important;
	}

	.m-xxl-n7 {
		margin: -35px !important;
	}

	.m-xxl-n8 {
		margin: -40px !important;
	}

	.m-xxl-n9 {
		margin: -45px !important;
	}

	.m-xxl-n10 {
		margin: -50px !important;
	}

	.mx-xxl-n1 {
		margin-right: -5px !important;
		margin-left: -5px !important;
	}

	.mx-xxl-n2 {
		margin-right: -10px !important;
		margin-left: -10px !important;
	}

	.mx-xxl-n3 {
		margin-right: -15px !important;
		margin-left: -15px !important;
	}

	.mx-xxl-n4 {
		margin-right: -20px !important;
		margin-left: -20px !important;
	}

	.mx-xxl-n5 {
		margin-right: -25px !important;
		margin-left: -25px !important;
	}

	.mx-xxl-n6 {
		margin-right: -30px !important;
		margin-left: -30px !important;
	}

	.mx-xxl-n7 {
		margin-right: -35px !important;
		margin-left: -35px !important;
	}

	.mx-xxl-n8 {
		margin-right: -40px !important;
		margin-left: -40px !important;
	}

	.mx-xxl-n9 {
		margin-right: -45px !important;
		margin-left: -45px !important;
	}

	.mx-xxl-n10 {
		margin-right: -50px !important;
		margin-left: -50px !important;
	}

	.my-xxl-n1 {
		margin-top: -5px !important;
		margin-bottom: -5px !important;
	}

	.my-xxl-n2 {
		margin-top: -10px !important;
		margin-bottom: -10px !important;
	}

	.my-xxl-n3 {
		margin-top: -15px !important;
		margin-bottom: -15px !important;
	}

	.my-xxl-n4 {
		margin-top: -20px !important;
		margin-bottom: -20px !important;
	}

	.my-xxl-n5 {
		margin-top: -25px !important;
		margin-bottom: -25px !important;
	}

	.my-xxl-n6 {
		margin-top: -30px !important;
		margin-bottom: -30px !important;
	}

	.my-xxl-n7 {
		margin-top: -35px !important;
		margin-bottom: -35px !important;
	}

	.my-xxl-n8 {
		margin-top: -40px !important;
		margin-bottom: -40px !important;
	}

	.my-xxl-n9 {
		margin-top: -45px !important;
		margin-bottom: -45px !important;
	}

	.my-xxl-n10 {
		margin-top: -50px !important;
		margin-bottom: -50px !important;
	}

	.mt-xxl-n1 {
		margin-top: -5px !important;
	}

	.mt-xxl-n2 {
		margin-top: -10px !important;
	}

	.mt-xxl-n3 {
		margin-top: -15px !important;
	}

	.mt-xxl-n4 {
		margin-top: -20px !important;
	}

	.mt-xxl-n5 {
		margin-top: -25px !important;
	}

	.mt-xxl-n6 {
		margin-top: -30px !important;
	}

	.mt-xxl-n7 {
		margin-top: -35px !important;
	}

	.mt-xxl-n8 {
		margin-top: -40px !important;
	}

	.mt-xxl-n9 {
		margin-top: -45px !important;
	}

	.mt-xxl-n10 {
		margin-top: -50px !important;
	}

	.me-xxl-n1 {
		margin-right: -5px !important;
	}

	.me-xxl-n2 {
		margin-right: -10px !important;
	}

	.me-xxl-n3 {
		margin-right: -15px !important;
	}

	.me-xxl-n4 {
		margin-right: -20px !important;
	}

	.me-xxl-n5 {
		margin-right: -25px !important;
	}

	.me-xxl-n6 {
		margin-right: -30px !important;
	}

	.me-xxl-n7 {
		margin-right: -35px !important;
	}

	.me-xxl-n8 {
		margin-right: -40px !important;
	}

	.me-xxl-n9 {
		margin-right: -45px !important;
	}

	.me-xxl-n10 {
		margin-right: -50px !important;
	}

	.mb-xxl-n1 {
		margin-bottom: -5px !important;
	}

	.mb-xxl-n2 {
		margin-bottom: -10px !important;
	}

	.mb-xxl-n3 {
		margin-bottom: -15px !important;
	}

	.mb-xxl-n4 {
		margin-bottom: -20px !important;
	}

	.mb-xxl-n5 {
		margin-bottom: -25px !important;
	}

	.mb-xxl-n6 {
		margin-bottom: -30px !important;
	}

	.mb-xxl-n7 {
		margin-bottom: -35px !important;
	}

	.mb-xxl-n8 {
		margin-bottom: -40px !important;
	}

	.mb-xxl-n9 {
		margin-bottom: -45px !important;
	}

	.mb-xxl-n10 {
		margin-bottom: -50px !important;
	}

	.ms-xxl-n1 {
		margin-left: -5px !important;
	}

	.ms-xxl-n2 {
		margin-left: -10px !important;
	}

	.ms-xxl-n3 {
		margin-left: -15px !important;
	}

	.ms-xxl-n4 {
		margin-left: -20px !important;
	}

	.ms-xxl-n5 {
		margin-left: -25px !important;
	}

	.ms-xxl-n6 {
		margin-left: -30px !important;
	}

	.ms-xxl-n7 {
		margin-left: -35px !important;
	}

	.ms-xxl-n8 {
		margin-left: -40px !important;
	}

	.ms-xxl-n9 {
		margin-left: -45px !important;
	}

	.ms-xxl-n10 {
		margin-left: -50px !important;
	}

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

	.p-xxl-1 {
		padding: 5px !important;
	}

	.p-xxl-2 {
		padding: 10px !important;
	}

	.p-xxl-3 {
		padding: 15px !important;
	}

	.p-xxl-4 {
		padding: 20px !important;
	}

	.p-xxl-5 {
		padding: 25px !important;
	}

	.p-xxl-6 {
		padding: 30px !important;
	}

	.p-xxl-7 {
		padding: 35px !important;
	}

	.p-xxl-8 {
		padding: 40px !important;
	}

	.p-xxl-9 {
		padding: 45px !important;
	}

	.p-xxl-10 {
		padding: 50px !important;
	}

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

	.px-xxl-1 {
		padding-right: 5px !important;
		padding-left: 5px !important;
	}

	.px-xxl-2 {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}

	.px-xxl-3 {
		padding-right: 15px !important;
		padding-left: 15px !important;
	}

	.px-xxl-4 {
		padding-right: 20px !important;
		padding-left: 20px !important;
	}

	.px-xxl-5 {
		padding-right: 25px !important;
		padding-left: 25px !important;
	}

	.px-xxl-6 {
		padding-right: 30px !important;
		padding-left: 30px !important;
	}

	.px-xxl-7 {
		padding-right: 35px !important;
		padding-left: 35px !important;
	}

	.px-xxl-8 {
		padding-right: 40px !important;
		padding-left: 40px !important;
	}

	.px-xxl-9 {
		padding-right: 45px !important;
		padding-left: 45px !important;
	}

	.px-xxl-10 {
		padding-right: 50px !important;
		padding-left: 50px !important;
	}

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

	.py-xxl-1 {
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}

	.py-xxl-2 {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}

	.py-xxl-3 {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}

	.py-xxl-4 {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}

	.py-xxl-5 {
		padding-top: 25px !important;
		padding-bottom: 25px !important;
	}

	.py-xxl-6 {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}

	.py-xxl-7 {
		padding-top: 35px !important;
		padding-bottom: 35px !important;
	}

	.py-xxl-8 {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}

	.py-xxl-9 {
		padding-top: 45px !important;
		padding-bottom: 45px !important;
	}

	.py-xxl-10 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}

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

	.pt-xxl-1 {
		padding-top: 5px !important;
	}

	.pt-xxl-2 {
		padding-top: 10px !important;
	}

	.pt-xxl-3 {
		padding-top: 15px !important;
	}

	.pt-xxl-4 {
		padding-top: 20px !important;
	}

	.pt-xxl-5 {
		padding-top: 25px !important;
	}

	.pt-xxl-6 {
		padding-top: 30px !important;
	}

	.pt-xxl-7 {
		padding-top: 35px !important;
	}

	.pt-xxl-8 {
		padding-top: 40px !important;
	}

	.pt-xxl-9 {
		padding-top: 45px !important;
	}

	.pt-xxl-10 {
		padding-top: 50px !important;
	}

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

	.pe-xxl-1 {
		padding-right: 5px !important;
	}

	.pe-xxl-2 {
		padding-right: 10px !important;
	}

	.pe-xxl-3 {
		padding-right: 15px !important;
	}

	.pe-xxl-4 {
		padding-right: 20px !important;
	}

	.pe-xxl-5 {
		padding-right: 25px !important;
	}

	.pe-xxl-6 {
		padding-right: 30px !important;
	}

	.pe-xxl-7 {
		padding-right: 35px !important;
	}

	.pe-xxl-8 {
		padding-right: 40px !important;
	}

	.pe-xxl-9 {
		padding-right: 45px !important;
	}

	.pe-xxl-10 {
		padding-right: 50px !important;
	}

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

	.pb-xxl-1 {
		padding-bottom: 5px !important;
	}

	.pb-xxl-2 {
		padding-bottom: 10px !important;
	}

	.pb-xxl-3 {
		padding-bottom: 15px !important;
	}

	.pb-xxl-4 {
		padding-bottom: 20px !important;
	}

	.pb-xxl-5 {
		padding-bottom: 25px !important;
	}

	.pb-xxl-6 {
		padding-bottom: 30px !important;
	}

	.pb-xxl-7 {
		padding-bottom: 35px !important;
	}

	.pb-xxl-8 {
		padding-bottom: 40px !important;
	}

	.pb-xxl-9 {
		padding-bottom: 45px !important;
	}

	.pb-xxl-10 {
		padding-bottom: 50px !important;
	}

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

	.ps-xxl-1 {
		padding-left: 5px !important;
	}

	.ps-xxl-2 {
		padding-left: 10px !important;
	}

	.ps-xxl-3 {
		padding-left: 15px !important;
	}

	.ps-xxl-4 {
		padding-left: 20px !important;
	}

	.ps-xxl-5 {
		padding-left: 25px !important;
	}

	.ps-xxl-6 {
		padding-left: 30px !important;
	}

	.ps-xxl-7 {
		padding-left: 35px !important;
	}

	.ps-xxl-8 {
		padding-left: 40px !important;
	}

	.ps-xxl-9 {
		padding-left: 45px !important;
	}

	.ps-xxl-10 {
		padding-left: 50px !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) {
	.col-xl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}

	.col-xl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 8.33333333%;
	}

	.col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 25%;
	}

	.col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.col-xl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.col-xl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 50%;
	}

	.col-xl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 66.66666667%;
	}

	.col-xl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 75%;
	}

	.col-xl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 83.33333333%;
	}

	.col-xl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 91.66666667%;
	}

	.col-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		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: 5px;
	}

	.g-xl-1,
	.gy-xl-1 {
		--bs-gutter-y: 5px;
	}

	.g-xl-2,
	.gx-xl-2 {
		--bs-gutter-x: 10px;
	}

	.g-xl-2,
	.gy-xl-2 {
		--bs-gutter-y: 10px;
	}

	.g-xl-3,
	.gx-xl-3 {
		--bs-gutter-x: 15px;
	}

	.g-xl-3,
	.gy-xl-3 {
		--bs-gutter-y: 15px;
	}

	.g-xl-4,
	.gx-xl-4 {
		--bs-gutter-x: 20px;
	}

	.g-xl-4,
	.gy-xl-4 {
		--bs-gutter-y: 20px;
	}

	.g-xl-5,
	.gx-xl-5 {
		--bs-gutter-x: 25px;
	}

	.g-xl-5,
	.gy-xl-5 {
		--bs-gutter-y: 25px;
	}

	.g-xl-6,
	.gx-xl-6 {
		--bs-gutter-x: 30px;
	}

	.g-xl-6,
	.gy-xl-6 {
		--bs-gutter-y: 30px;
	}

	.g-xl-7,
	.gx-xl-7 {
		--bs-gutter-x: 35px;
	}

	.g-xl-7,
	.gy-xl-7 {
		--bs-gutter-y: 35px;
	}

	.g-xl-8,
	.gx-xl-8 {
		--bs-gutter-x: 40px;
	}

	.g-xl-8,
	.gy-xl-8 {
		--bs-gutter-y: 40px;
	}

	.g-xl-9,
	.gx-xl-9 {
		--bs-gutter-x: 45px;
	}

	.g-xl-9,
	.gy-xl-9 {
		--bs-gutter-y: 45px;
	}

	.g-xl-10,
	.gx-xl-10 {
		--bs-gutter-x: 50px;
	}

	.g-xl-10,
	.gy-xl-10 {
		--bs-gutter-y: 50px;
	}

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

	.navbar-expand-xl {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.list-group-horizontal-xl,
	.navbar-expand-xl .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute;
	}

	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: 8px;
		padding-left: 8px;
	}

	.navbar-expand-xl .navbar-nav-scroll {
		overflow: visible;
	}

	.navbar-expand-xl .navbar-collapse {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}

	.navbar-expand-xl .navbar-toggler {
		display: none;
	}

	.list-group-horizontal-xl &gt; .list-group-item:first-child {
		border-bottom-left-radius: 4px;
		border-top-right-radius: 0;
	}

	.list-group-horizontal-xl &gt; .list-group-item:last-child {
		border-top-right-radius: 4px;
		border-bottom-left-radius: 0;
	}

	.list-group-horizontal-xl &gt; .list-group-item.active {
		margin-top: 0;
	}

	.list-group-horizontal-xl &gt; .list-group-item + .list-group-item {
		border-top-width: 1px;
		border-left-width: 0;
	}

	.list-group-horizontal-xl &gt; .list-group-item + .list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px;
	}

	.modal-xl {
		max-width: 1140px;
	}

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

	.flex-xl-column,
	.flex-xl-row {
		-webkit-box-direction: normal !important;
	}

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

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

	.float-xl-none {
		float: 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: -ms-grid !important;
		display: grid !important;
	}

	.d-xl-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-xl-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}

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

	.flex-xl-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}

	.flex-xl-row {
		-webkit-box-orient: horizontal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.flex-xl-column {
		-webkit-box-orient: vertical !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-xl-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-xl-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}

	.flex-xl-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}

	.flex-xl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}

	.flex-xl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}

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

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

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

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

	.gap-xl-1 {
		gap: 5px !important;
	}

	.gap-xl-2 {
		gap: 10px !important;
	}

	.gap-xl-3 {
		gap: 15px !important;
	}

	.gap-xl-4 {
		gap: 20px !important;
	}

	.gap-xl-5 {
		gap: 25px !important;
	}

	.gap-xl-6 {
		gap: 30px !important;
	}

	.gap-xl-7 {
		gap: 35px !important;
	}

	.gap-xl-8 {
		gap: 40px !important;
	}

	.gap-xl-9 {
		gap: 45px !important;
	}

	.gap-xl-10 {
		gap: 50px !important;
	}

	.justify-content-xl-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-xl-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-xl-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-xl-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.justify-content-xl-evenly {
		-webkit-box-pack: space-evenly !important;
		-ms-flex-pack: space-evenly !important;
		justify-content: space-evenly !important;
	}

	.align-items-xl-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}

	.align-items-xl-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}

	.align-items-xl-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.align-items-xl-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}

	.align-items-xl-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}

	.align-content-xl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}

	.align-content-xl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}

	.align-content-xl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}

	.align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}

	.align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}

	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}

	.align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		align-self: auto !important;
	}

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

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

	.align-self-xl-center {
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		align-self: center !important;
	}

	.align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}

	.align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important;
	}

	.order-xl-first {
		-webkit-box-ordinal-group: 0 !important;
		-ms-flex-order: -1 !important;
		order: -1 !important;
	}

	.order-xl-0 {
		-webkit-box-ordinal-group: 1 !important;
		-ms-flex-order: 0 !important;
		order: 0 !important;
	}

	.order-xl-1 {
		-webkit-box-ordinal-group: 2 !important;
		-ms-flex-order: 1 !important;
		order: 1 !important;
	}

	.order-xl-2 {
		-webkit-box-ordinal-group: 3 !important;
		-ms-flex-order: 2 !important;
		order: 2 !important;
	}

	.order-xl-3 {
		-webkit-box-ordinal-group: 4 !important;
		-ms-flex-order: 3 !important;
		order: 3 !important;
	}

	.order-xl-4 {
		-webkit-box-ordinal-group: 5 !important;
		-ms-flex-order: 4 !important;
		order: 4 !important;
	}

	.order-xl-5 {
		-webkit-box-ordinal-group: 6 !important;
		-ms-flex-order: 5 !important;
		order: 5 !important;
	}

	.order-xl-last {
		-webkit-box-ordinal-group: 7 !important;
		-ms-flex-order: 6 !important;
		order: 6 !important;
	}

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

	.m-xl-1 {
		margin: 5px !important;
	}

	.m-xl-2 {
		margin: 10px !important;
	}

	.m-xl-3 {
		margin: 15px !important;
	}

	.m-xl-4 {
		margin: 20px !important;
	}

	.m-xl-5 {
		margin: 25px !important;
	}

	.m-xl-6 {
		margin: 30px !important;
	}

	.m-xl-7 {
		margin: 35px !important;
	}

	.m-xl-8 {
		margin: 40px !important;
	}

	.m-xl-9 {
		margin: 45px !important;
	}

	.m-xl-10 {
		margin: 50px !important;
	}

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

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

	.mx-xl-1 {
		margin-right: 5px !important;
		margin-left: 5px !important;
	}

	.mx-xl-2 {
		margin-right: 10px !important;
		margin-left: 10px !important;
	}

	.mx-xl-3 {
		margin-right: 15px !important;
		margin-left: 15px !important;
	}

	.mx-xl-4 {
		margin-right: 20px !important;
		margin-left: 20px !important;
	}

	.mx-xl-5 {
		margin-right: 25px !important;
		margin-left: 25px !important;
	}

	.mx-xl-6 {
		margin-right: 30px !important;
		margin-left: 30px !important;
	}

	.mx-xl-7 {
		margin-right: 35px !important;
		margin-left: 35px !important;
	}

	.mx-xl-8 {
		margin-right: 40px !important;
		margin-left: 40px !important;
	}

	.mx-xl-9 {
		margin-right: 45px !important;
		margin-left: 45px !important;
	}

	.mx-xl-10 {
		margin-right: 50px !important;
		margin-left: 50px !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: 5px !important;
		margin-bottom: 5px !important;
	}

	.my-xl-2 {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}

	.my-xl-3 {
		margin-top: 15px !important;
		margin-bottom: 15px !important;
	}

	.my-xl-4 {
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}

	.my-xl-5 {
		margin-top: 25px !important;
		margin-bottom: 25px !important;
	}

	.my-xl-6 {
		margin-top: 30px !important;
		margin-bottom: 30px !important;
	}

	.my-xl-7 {
		margin-top: 35px !important;
		margin-bottom: 35px !important;
	}

	.my-xl-8 {
		margin-top: 40px !important;
		margin-bottom: 40px !important;
	}

	.my-xl-9 {
		margin-top: 45px !important;
		margin-bottom: 45px !important;
	}

	.my-xl-10 {
		margin-top: 50px !important;
		margin-bottom: 50px !important;
	}

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

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

	.mt-xl-1 {
		margin-top: 5px !important;
	}

	.mt-xl-2 {
		margin-top: 10px !important;
	}

	.mt-xl-3 {
		margin-top: 15px !important;
	}

	.mt-xl-4 {
		margin-top: 20px !important;
	}

	.mt-xl-5 {
		margin-top: 25px !important;
	}

	.mt-xl-6 {
		margin-top: 30px !important;
	}

	.mt-xl-7 {
		margin-top: 35px !important;
	}

	.mt-xl-8 {
		margin-top: 40px !important;
	}

	.mt-xl-9 {
		margin-top: 45px !important;
	}

	.mt-xl-10 {
		margin-top: 50px !important;
	}

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

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

	.me-xl-1 {
		margin-right: 5px !important;
	}

	.me-xl-2 {
		margin-right: 10px !important;
	}

	.me-xl-3 {
		margin-right: 15px !important;
	}

	.me-xl-4 {
		margin-right: 20px !important;
	}

	.me-xl-5 {
		margin-right: 25px !important;
	}

	.me-xl-6 {
		margin-right: 30px !important;
	}

	.me-xl-7 {
		margin-right: 35px !important;
	}

	.me-xl-8 {
		margin-right: 40px !important;
	}

	.me-xl-9 {
		margin-right: 45px !important;
	}

	.me-xl-10 {
		margin-right: 50px !important;
	}

	.me-xl-auto {
		margin-right: auto !important;
	}

	.mb-xl-0 {
		margin-bottom: 0 !important;
	}

	.mb-xl-1 {
		margin-bottom: 5px !important;
	}

	.mb-xl-2 {
		margin-bottom: 10px !important;
	}

	.mb-xl-3 {
		margin-bottom: 15px !important;
	}

	.mb-xl-4 {
		margin-bottom: 20px !important;
	}

	.mb-xl-5 {
		margin-bottom: 25px !important;
	}

	.mb-xl-6 {
		margin-bottom: 30px !important;
	}

	.mb-xl-7 {
		margin-bottom: 35px !important;
	}

	.mb-xl-8 {
		margin-bottom: 40px !important;
	}

	.mb-xl-9 {
		margin-bottom: 45px !important;
	}

	.mb-xl-10 {
		margin-bottom: 50px !important;
	}

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

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

	.ms-xl-1 {
		margin-left: 5px !important;
	}

	.ms-xl-2 {
		margin-left: 10px !important;
	}

	.ms-xl-3 {
		margin-left: 15px !important;
	}

	.ms-xl-4 {
		margin-left: 20px !important;
	}

	.ms-xl-5 {
		margin-left: 25px !important;
	}

	.ms-xl-6 {
		margin-left: 30px !important;
	}

	.ms-xl-7 {
		margin-left: 35px !important;
	}

	.ms-xl-8 {
		margin-left: 40px !important;
	}

	.ms-xl-9 {
		margin-left: 45px !important;
	}

	.ms-xl-10 {
		margin-left: 50px !important;
	}

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

	.m-xl-n1 {
		margin: -5px !important;
	}

	.m-xl-n2 {
		margin: -10px !important;
	}

	.m-xl-n3 {
		margin: -15px !important;
	}

	.m-xl-n4 {
		margin: -20px !important;
	}

	.m-xl-n5 {
		margin: -25px !important;
	}

	.m-xl-n6 {
		margin: -30px !important;
	}

	.m-xl-n7 {
		margin: -35px !important;
	}

	.m-xl-n8 {
		margin: -40px !important;
	}

	.m-xl-n9 {
		margin: -45px !important;
	}

	.m-xl-n10 {
		margin: -50px !important;
	}

	.mx-xl-n1 {
		margin-right: -5px !important;
		margin-left: -5px !important;
	}

	.mx-xl-n2 {
		margin-right: -10px !important;
		margin-left: -10px !important;
	}

	.mx-xl-n3 {
		margin-right: -15px !important;
		margin-left: -15px !important;
	}

	.mx-xl-n4 {
		margin-right: -20px !important;
		margin-left: -20px !important;
	}

	.mx-xl-n5 {
		margin-right: -25px !important;
		margin-left: -25px !important;
	}

	.mx-xl-n6 {
		margin-right: -30px !important;
		margin-left: -30px !important;
	}

	.mx-xl-n7 {
		margin-right: -35px !important;
		margin-left: -35px !important;
	}

	.mx-xl-n8 {
		margin-right: -40px !important;
		margin-left: -40px !important;
	}

	.mx-xl-n9 {
		margin-right: -45px !important;
		margin-left: -45px !important;
	}

	.mx-xl-n10 {
		margin-right: -50px !important;
		margin-left: -50px !important;
	}

	.my-xl-n1 {
		margin-top: -5px !important;
		margin-bottom: -5px !important;
	}

	.my-xl-n2 {
		margin-top: -10px !important;
		margin-bottom: -10px !important;
	}

	.my-xl-n3 {
		margin-top: -15px !important;
		margin-bottom: -15px !important;
	}

	.my-xl-n4 {
		margin-top: -20px !important;
		margin-bottom: -20px !important;
	}

	.my-xl-n5 {
		margin-top: -25px !important;
		margin-bottom: -25px !important;
	}

	.my-xl-n6 {
		margin-top: -30px !important;
		margin-bottom: -30px !important;
	}

	.my-xl-n7 {
		margin-top: -35px !important;
		margin-bottom: -35px !important;
	}

	.my-xl-n8 {
		margin-top: -40px !important;
		margin-bottom: -40px !important;
	}

	.my-xl-n9 {
		margin-top: -45px !important;
		margin-bottom: -45px !important;
	}

	.my-xl-n10 {
		margin-top: -50px !important;
		margin-bottom: -50px !important;
	}

	.mt-xl-n1 {
		margin-top: -5px !important;
	}

	.mt-xl-n2 {
		margin-top: -10px !important;
	}

	.mt-xl-n3 {
		margin-top: -15px !important;
	}

	.mt-xl-n4 {
		margin-top: -20px !important;
	}

	.mt-xl-n5 {
		margin-top: -25px !important;
	}

	.mt-xl-n6 {
		margin-top: -30px !important;
	}

	.mt-xl-n7 {
		margin-top: -35px !important;
	}

	.mt-xl-n8 {
		margin-top: -40px !important;
	}

	.mt-xl-n9 {
		margin-top: -45px !important;
	}

	.mt-xl-n10 {
		margin-top: -50px !important;
	}

	.me-xl-n1 {
		margin-right: -5px !important;
	}

	.me-xl-n2 {
		margin-right: -10px !important;
	}

	.me-xl-n3 {
		margin-right: -15px !important;
	}

	.me-xl-n4 {
		margin-right: -20px !important;
	}

	.me-xl-n5 {
		margin-right: -25px !important;
	}

	.me-xl-n6 {
		margin-right: -30px !important;
	}

	.me-xl-n7 {
		margin-right: -35px !important;
	}

	.me-xl-n8 {
		margin-right: -40px !important;
	}

	.me-xl-n9 {
		margin-right: -45px !important;
	}

	.me-xl-n10 {
		margin-right: -50px !important;
	}

	.mb-xl-n1 {
		margin-bottom: -5px !important;
	}

	.mb-xl-n2 {
		margin-bottom: -10px !important;
	}

	.mb-xl-n3 {
		margin-bottom: -15px !important;
	}

	.mb-xl-n4 {
		margin-bottom: -20px !important;
	}

	.mb-xl-n5 {
		margin-bottom: -25px !important;
	}

	.mb-xl-n6 {
		margin-bottom: -30px !important;
	}

	.mb-xl-n7 {
		margin-bottom: -35px !important;
	}

	.mb-xl-n8 {
		margin-bottom: -40px !important;
	}

	.mb-xl-n9 {
		margin-bottom: -45px !important;
	}

	.mb-xl-n10 {
		margin-bottom: -50px !important;
	}

	.ms-xl-n1 {
		margin-left: -5px !important;
	}

	.ms-xl-n2 {
		margin-left: -10px !important;
	}

	.ms-xl-n3 {
		margin-left: -15px !important;
	}

	.ms-xl-n4 {
		margin-left: -20px !important;
	}

	.ms-xl-n5 {
		margin-left: -25px !important;
	}

	.ms-xl-n6 {
		margin-left: -30px !important;
	}

	.ms-xl-n7 {
		margin-left: -35px !important;
	}

	.ms-xl-n8 {
		margin-left: -40px !important;
	}

	.ms-xl-n9 {
		margin-left: -45px !important;
	}

	.ms-xl-n10 {
		margin-left: -50px !important;
	}

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

	.p-xl-1 {
		padding: 5px !important;
	}

	.p-xl-2 {
		padding: 10px !important;
	}

	.p-xl-3 {
		padding: 15px !important;
	}

	.p-xl-4 {
		padding: 20px !important;
	}

	.p-xl-5 {
		padding: 25px !important;
	}

	.p-xl-6 {
		padding: 30px !important;
	}

	.p-xl-7 {
		padding: 35px !important;
	}

	.p-xl-8 {
		padding: 40px !important;
	}

	.p-xl-9 {
		padding: 45px !important;
	}

	.p-xl-10 {
		padding: 50px !important;
	}

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

	.px-xl-1 {
		padding-right: 5px !important;
		padding-left: 5px !important;
	}

	.px-xl-2 {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}

	.px-xl-3 {
		padding-right: 15px !important;
		padding-left: 15px !important;
	}

	.px-xl-4 {
		padding-right: 20px !important;
		padding-left: 20px !important;
	}

	.px-xl-5 {
		padding-right: 25px !important;
		padding-left: 25px !important;
	}

	.px-xl-6 {
		padding-right: 30px !important;
		padding-left: 30px !important;
	}

	.px-xl-7 {
		padding-right: 35px !important;
		padding-left: 35px !important;
	}

	.px-xl-8 {
		padding-right: 40px !important;
		padding-left: 40px !important;
	}

	.px-xl-9 {
		padding-right: 45px !important;
		padding-left: 45px !important;
	}

	.px-xl-10 {
		padding-right: 50px !important;
		padding-left: 50px !important;
	}

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

	.py-xl-1 {
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}

	.py-xl-2 {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}

	.py-xl-3 {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}

	.py-xl-4 {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}

	.py-xl-5 {
		padding-top: 25px !important;
		padding-bottom: 25px !important;
	}

	.py-xl-6 {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}

	.py-xl-7 {
		padding-top: 35px !important;
		padding-bottom: 35px !important;
	}

	.py-xl-8 {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}

	.py-xl-9 {
		padding-top: 45px !important;
		padding-bottom: 45px !important;
	}

	.py-xl-10 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}

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

	.pt-xl-1 {
		padding-top: 5px !important;
	}

	.pt-xl-2 {
		padding-top: 10px !important;
	}

	.pt-xl-3 {
		padding-top: 15px !important;
	}

	.pt-xl-4 {
		padding-top: 20px !important;
	}

	.pt-xl-5 {
		padding-top: 25px !important;
	}

	.pt-xl-6 {
		padding-top: 30px !important;
	}

	.pt-xl-7 {
		padding-top: 35px !important;
	}

	.pt-xl-8 {
		padding-top: 40px !important;
	}

	.pt-xl-9 {
		padding-top: 45px !important;
	}

	.pt-xl-10 {
		padding-top: 50px !important;
	}

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

	.pe-xl-1 {
		padding-right: 5px !important;
	}

	.pe-xl-2 {
		padding-right: 10px !important;
	}

	.pe-xl-3 {
		padding-right: 15px !important;
	}

	.pe-xl-4 {
		padding-right: 20px !important;
	}

	.pe-xl-5 {
		padding-right: 25px !important;
	}

	.pe-xl-6 {
		padding-right: 30px !important;
	}

	.pe-xl-7 {
		padding-right: 35px !important;
	}

	.pe-xl-8 {
		padding-right: 40px !important;
	}

	.pe-xl-9 {
		padding-right: 45px !important;
	}

	.pe-xl-10 {
		padding-right: 50px !important;
	}

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

	.pb-xl-1 {
		padding-bottom: 5px !important;
	}

	.pb-xl-2 {
		padding-bottom: 10px !important;
	}

	.pb-xl-3 {
		padding-bottom: 15px !important;
	}

	.pb-xl-4 {
		padding-bottom: 20px !important;
	}

	.pb-xl-5 {
		padding-bottom: 25px !important;
	}

	.pb-xl-6 {
		padding-bottom: 30px !important;
	}

	.pb-xl-7 {
		padding-bottom: 35px !important;
	}

	.pb-xl-8 {
		padding-bottom: 40px !important;
	}

	.pb-xl-9 {
		padding-bottom: 45px !important;
	}

	.pb-xl-10 {
		padding-bottom: 50px !important;
	}

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

	.ps-xl-1 {
		padding-left: 5px !important;
	}

	.ps-xl-2 {
		padding-left: 10px !important;
	}

	.ps-xl-3 {
		padding-left: 15px !important;
	}

	.ps-xl-4 {
		padding-left: 20px !important;
	}

	.ps-xl-5 {
		padding-left: 25px !important;
	}

	.ps-xl-6 {
		padding-left: 30px !important;
	}

	.ps-xl-7 {
		padding-left: 35px !important;
	}

	.ps-xl-8 {
		padding-left: 40px !important;
	}

	.ps-xl-9 {
		padding-left: 45px !important;
	}

	.ps-xl-10 {
		padding-left: 50px !important;
	}

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

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

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

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

	.fs-2 {
		font-size: 1.75rem !important;
	}

	.fs-3 {
		font-size: 1.53125rem !important;
	}

	.fs-4 {
		font-size: 1.3125rem !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: -ms-grid !important;
		display: grid !important;
	}

	.d-print-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-print-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}

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

/*****************************
* Base - Default
*****************************/
/*-- Google Font --*/
/*-- Common Style --*/
*,
*::after,
*::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	height: 100%;
}

body {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.75;
	position: relative;
	visibility: visible;
	color: #777;
}

body[dir="rtl"] {
	text-align: right;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-family: "Open Sans", sans-serif;
}

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

a,
.link {
	color: #777;
	text-decoration: none;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	outline: none;
}

a:hover,
.link:hover {
	color: var(--mainColor);
}

input,
button,
a {
	border: none;
	outline: none !important;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

input {
	width: 100%;
}

/* Section CSS*/
.section-fluid {
	padding-left: 0px;
	padding-right: 0px;
}

@media (min-width: 768px) {
	.section-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (min-width: 992px) {
	.section-fluid {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (min-width: 1200px) {
	.section-fluid {
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media (min-width: 1440px) {
	.section-fluid {
		padding-left: 90px;
		padding-right: 90px;
	}
}

.section-top-gap-100 {
	/*margin-top: 60px;*/
	margin-top: 30px;
}

@media (min-width: 768px) {
	.section-top-gap-100 {
		/*margin-top: 80px;*/
		margin-top: 40px;
	}
}

@media (min-width: 992px) {
	.section-top-gap-100 {
		/*margin-top: 100px;*/
		margin-top: 50px;
	}
}

.section-content-gap {
	margin-bottom: 30px;
}

@media (min-width: 992px) {
	.section-content-gap {
		margin-bottom: 40px;
	}
}

.secton-content {
	margin-top: -6px;
}

.secton-content .section-title {
	font-size: 26px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 7px;
}

.img-responsive img {
	width: 100%;
}
/*Component*/
/***********************
* Components - Button
************************/
.btn {
	outline: none;
	color: #24262b;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	outline: none;
}

.btn:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-block {
	display: block;
}
/***********************
* Components - Product
************************/
.product-default-single-item .image-box {
	position: relative;
	overflow: hidden;
}

.product-default-single-item .image-link {
	display: block;
	position: relative;
}

.product-default-single-item .image-link img {
	width: 100%;
	height: auto;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.product-default-single-item .image-link img:nth-child(2) {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.product-default-single-item .tag span {
	position: absolute;
	display: inline-block;
	height: 20px;
	z-index: 2;
	top: 20px;
	left: 20px;
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
	color: #fff;
}

.product-default-single-item .action-link {
	position: absolute;
	bottom: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
	text-align: center;
	height: 60px;
	background: black;
	line-height: 60px;
	padding: 0 20px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: translateY(60px);
	transform: translateY(60px);
	color: #ffffff;
}

.product-default-single-item .action-link-left a {
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
}

.product-default-single-item .action-link-right a {
	font-size: 18px;
	color: #fff;
	margin-right: 15px;
}

.product-default-single-item .action-link-right a:last-child {
	margin-right: 0;
}

.product-default-single-item .content {
	padding-top: 10px;
}

.product-default-single-item .content-left .title {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.product-default-single-item .content-left .title a {
	color: #24262b;
}

.product-default-single-item .content-right .price del {
	padding-right: 10px;
}

.product-default-single-item:hover &gt; .image-box &gt; .image-link img:nth-child(2) {
	opacity: 1;
}

.product-default-single-item:hover .action-link {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

.product-color--golden .tag span {
	background: var(--mainColor);
}

.product-color--golden .action-link-left a:hover {
	color: var(--mainColor);
}

.product-color--golden .action-link-right a:hover {
	color: var(--mainColor);
}

.product-color--golden .content-left .title a:hover {
	color: var(--mainColor);
}

.product-color--golden .review-star li.fill {
	color: var(--mainColor);
}

.product-color--golden .title a:hover {
	color: var(--mainColor);
}

.product-color--golden .review-star li.fill {
	color: var(--mainColor);
}

/***********************
* Components - Company logo
************************/

/*******************************
* Components - Slider Cutomize
********************************/
/*Swiper Sider Important CSS*/
.swiper-container {
	width: 100%;
}

/***********************
* Components - Tab Style
************************/
.tab-content .tab-pane {
	display: block;
	height: 0;
	max-width: 100%;
	visibility: hidden;
	overflow: hidden;
	opacity: 0;
}

.tab-content .tab-pane.active {
	height: auto;
	visibility: visible;
	opacity: 1;
	overflow: visible;
}

/*Product Details Tab*/
.product-details-content-tab-btn {
	text-transform: uppercase;
	margin-top: -15px;
}

.product-details-content-tab-btn li {
	margin: 0 15px;
}

.product-details-content-tab-btn li:last-child {
	margin-right: 0;
}

.product-details-content-tab-btn .nav-link {
	padding: 0;
	padding-bottom: 15px;
	margin-top: 15px;
	font-size: 18px;
	font-weight: 700;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	color: #777;
	position: relative;
}

.product-details-content-tab-btn .nav-link::after {
	position: absolute;
	content: "";
	width: 0;
	height: 3px;
	left: auto;
	right: 0;
	bottom: 0;
	background: var(--mainColor);
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.product-details-content-tab-btn .nav-link.active,
.product-details-content-tab-btn .nav-link:hover {
	color: #24262b;
}

.product-details-content-tab-btn .nav-link.active::after,
.product-details-content-tab-btn .nav-link:hover::after {
	width: 100%;
	left: 0;
	background: var(--mainColor);
}

/*****************************
* Components - Form
*****************************/
.default-form-box {
	margin-bottom: 20px;
}

.default-form-box label {
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 10px;
	display: block;
}

.default-form-box label span {
	color: #777;
	font-size: 16px;
}

.default-form-box input[type="text"],
.default-form-box input[type="email"],
.default-form-box input[type="password"],
.default-form-box input[type="number"],
.default-form-box input[type="date"],
.default-form-box textarea {
	border: 1px solid #dee2e6;
	border-radius: 3px;
	background: none;
	height: 40px;
	width: 100%;
	padding: 0 20px;
	color: #777;
	outline: none;
}

.default-form-box input[type="text"]::-webkit-input-placeholder,
.default-form-box input[type="email"]::-webkit-input-placeholder,
.default-form-box input[type="password"]::-webkit-input-placeholder,
.default-form-box input[type="number"]::-webkit-input-placeholder,
.default-form-box input[type="date"]::-webkit-input-placeholder,
.default-form-box textarea::-webkit-input-placeholder {
	font-size: 14px;
}

.default-form-box input[type="text"]::-moz-placeholder,
.default-form-box input[type="email"]::-moz-placeholder,
.default-form-box input[type="password"]::-moz-placeholder,
.default-form-box input[type="number"]::-moz-placeholder,
.default-form-box input[type="date"]::-moz-placeholder,
.default-form-box textarea::-moz-placeholder {
	font-size: 14px;
}

.default-form-box input[type="text"]:-ms-input-placeholder,
.default-form-box input[type="email"]:-ms-input-placeholder,
.default-form-box input[type="password"]:-ms-input-placeholder,
.default-form-box input[type="number"]:-ms-input-placeholder,
.default-form-box input[type="date"]:-ms-input-placeholder,
.default-form-box textarea:-ms-input-placeholder {
	font-size: 14px;
}

.default-form-box input[type="text"]::-ms-input-placeholder,
.default-form-box input[type="email"]::-ms-input-placeholder,
.default-form-box input[type="password"]::-ms-input-placeholder,
.default-form-box input[type="number"]::-ms-input-placeholder,
.default-form-box input[type="date"]::-ms-input-placeholder,
.default-form-box textarea::-ms-input-placeholder {
	font-size: 14px;
}

.default-form-box input[type="text"]::placeholder,
.default-form-box input[type="email"]::placeholder,
.default-form-box input[type="password"]::placeholder,
.default-form-box input[type="number"]::placeholder,
.default-form-box input[type="date"]::placeholder,
.default-form-box textarea::placeholder {
	font-size: 14px;
}

.default-form-box input[type="text"]:focus,
.default-form-box input[type="email"]:focus,
.default-form-box input[type="password"]:focus,
.default-form-box input[type="number"]:focus,
.default-form-box input[type="date"]:focus,
.default-form-box textarea:focus {
	border-color: var(--mainColor);
}

.default-form-box textarea {
	height: 200px;
	padding: 20px;
}

/*****************************
* Components - Sidebar Widget
*****************************/
.siderbar-section {
	margin-top: 60px;
}

.offcanvas-menu .siderbar-section {
	margin-top: 0;
}

@media (min-width: 768px) {
	.siderbar-section {
		margin-top: 80px;
	}
}

@media (min-width: 992px) {
	.siderbar-section {
		margin-top: 0;
	}
}

.sidebar-single-widget {
	margin-top: 20px;
	margin-bottom: 40px;
}

.sidebar-single-widget:first-child {
	margin-top: 0px;
}

.sidebar-single-widget:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.sidebar-title {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-weight: 700;
	padding-bottom: 15px;
	border-bottom: 2px solid #dee2e6;
	position: relative;
}

.sidebar-title::after {
	content: "";
	position: absolute;
	width: 60px;
	height: 2px;
	left: 0;
	bottom: -2px;
	background: var(--mainColor);
}

.sidebar-menu li {
	margin-bottom: 14px;
}

.sidebar-menu li:last-child {
	margin-bottom: 0;
}

.sidebar-menu li a {
	color: #24262b;
}

.sidebar-menu li a:hover {
	color: var(--mainColor);
}

.sidebar-single-widget .filter-type-select li {
	display: flex;
	justify-content: space-between;
	margin: 0;
	gap: 8px;
	width: 100%;
}

.sidebar-single-widget .filter-type-select li a {
	margin: 0 10px 0 0;
}

.sidebar-menu .accordion-title {
	margin: 0 0 10px;
	font-size: 1rem;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.accordion-title {
	color: #24262b;
	font-weight: 700;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	cursor: pointer;
	transition: 0.5s;
}

.sidebar-single-widget .filter-type-select li.mobile-menu-title {
	margin-bottom: 10px;
	margin-top: 20px;
}

.sidebar-single-widget .filter-type-select li.mobile-menu-item{
	margin-bottom: 5px;
}

.accordion-title:hover {
	color: var(--mainColor);
}

.accordion-title {
	position: relative;
}

.collapsed.accordion-title i {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.accordion-title i {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

/*****************************
* Components - Breadcrumb
*****************************/
.breadcrumb-wrapper {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 40px;
	text-align: center;
}

@media (min-width: 768px) {
	.breadcrumb-wrapper {
		/*margin-bottom: 80px;*/
		/*padding-top: 90px;*/
		/*padding-bottom: 90px;*/
		margin-bottom: 40px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media (min-width: 992px) {
	.breadcrumb-wrapper {
		/*margin-bottom: 100px;*/
		margin-bottom: 50px;
		/*padding-top: 120px;*/
		/*padding-top: 50px;*/
		padding-top: 25px;
		/*padding-bottom: 120px;*/
		/*padding-bottom: 50px;*/
		padding-bottom: 25px;
	}
}

.breadcrumb-title {
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 12px;
}

@media (min-width: 768px) {
	.breadcrumb-title {
		font-size: 24px;
	}
}

@media (min-width: 992px) {
	.breadcrumb-title {
		font-size: 28px;
	}
}

@media (min-width: 1200px) {
	.breadcrumb-title {
		font-size: 32px;
	}
}

.breadcrumb-bg-color--golden {
	background-color: #fef5ef;
}
/*****************************
* Components - Pagination
*****************************/
.page-pagination {
	margin: 42px 0 20px;
}

.page-pagination li {
	display: inline-block;
	margin-right: 8px;
}

.page-pagination li:last-child {
	margin-right: 0;
}

.page-pagination li a,
.page-pagination li span {
	padding: 0 14px;
	line-height: 40px;
	height: 40px;
	display: block;
	border: 1px solid #d5d5d5;
	background: #fff;
	color: #24262b;
	border-radius: 3px;
	font-weight: 500;
}

.page-pagination li a:hover,
.page-pagination li a.active {
	background: var(--mainColor);
	color: #fff;
}

/*****************************
* Components - Comment
*****************************/
.comment-name {
	font-size: 1rem;
	font-weight: 600;
	margin: 0;
}

.comment-name:first-letter {
	text-transform: uppercase;
}

/*****************************
* Pages - Product Details
*****************************/
.product-details-content-area {
	margin-top: 40px;
}

@media (min-width: 992px) {
	.product-details-content-area {
		margin-top: 0;
	}
}

.product-details-content-area .product-details-text .title {
	font-size: 26px;
}

@media (min-width: 768px) {
	.product-details-content-area .product-details-text .title {
		font-size: 28px;
	}
}

@media (min-width: 992px) {
	.product-details-content-area .product-details-text .title {
		font-size: 30px;
	}
}

@media (min-width: 1200px) {
	.product-details-content-area .product-details-text .title {
		font-size: 34px;
	}
}

.product-details-content-area .product-details-text .customer-review {
	color: #24262b;
}

.product-details-content-area .product-details-text .price {
	font-size: 28px;
	color: #24262b;
	margin-bottom: 15px;
}

.product-details-content-area .product-details-text .product-details-variable {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	/*border-top: 1px solid #ddd;*/
	border-bottom: 1px solid #ddd;
}

.product-details--golden .review-star .fill {
	color: var(--mainColor);
}

.product-details--golden .customer-review:hover {
	color: var(--mainColor);
}

.product-details--golden .product-details-social ul li a,
.product-details--golden .product-details-catagory ul li a {
	color: var(--mainColor);
}

.product-details--golden .product-details-meta a:hover {
	color: var(--mainColor);
}

.product-details-variable {
	margin-top: 40px;
	margin-bottom: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	/*border-top: 1px solid #dee2e6;*/
	border-bottom: 1px solid #dee2e6;
}

.product-details-variable .title {
	font-weight: 600;
	text-transform: capitalize;
	font-size: 18px;
	margin-bottom: 25px;
}

/* Variable - Group*/

.product-details-content-tab-wrapper {
	background: white;
	margin-top: -15px;
}

.product-details-content-tab-btn {
	font-size: 20px;
	font-weight: 700;
}

.product-details-content-tab {
	padding: 30px 20px;
	border: 1px solid #dee2e6;
}

.review-form-text-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 35px;
}

@media (min-width: 992px) {
	.review-form-text-top {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}


/* Layout - Header
*****************************/
.header-bottom {
	position: relative;
}

.header-bottom-color--golden {
	/*background: #FEF5EF;*/
	background-image: linear-gradient(
		92.7deg,
		rgba(245, 212, 212, 1) 8.5%,
		rgba(252, 251, 224, 1) 90.2%
	);
}

.sticky-header.sticky.sticky-color--golden {
	background-image: linear-gradient(
		92.7deg,
		rgba(245, 212, 212, 1) 8.5%,
		rgba(252, 251, 224, 1) 90.2%
	);
	z-index: 101;
}

.sticky-header.sticky.sticky-color--white {
	background: #fff;
}

.sticky-header.sticky.sticky-color--black {
	background: #24262b;
}

/*Main Menu Style*/
.sticky-header.sticky {
	position: fixed;
	z-index: 99;
	width: 100%;
	top: 0;
	background: #333;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-duration: 900ms;
	animation-duration: 900ms;
	-webkit-animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
	animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-fill-mode: none;
	animation-fill-mode: none;
	-webkit-animation-play-state: running;
	animation-play-state: running;
	border-bottom: 0;
}

/*Main Menu Link Normal Color*/

.header-logo .logo {
	display: inline-block;
	align-items: center;
	gap: 12px;
	font-size: 18px;
	color: #000;
	overflow:hidden;
	line-height: 55px;
}

.header-logo .logo img {
	width: auto;
	float:left;
	margin-right:15px;
	}

.header-action-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-action-link li {
	margin-right: 20px;
}

.header-action-link li:last-child {
	margin-right: 0;
}

.header-action-link li a {
	font-size: 18px;
	position: relative;
}

.header-action-link li a span {
	display: inline-block;
	font-size: 11px;
	background: darkgoldenrod;
	color: white;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0;
	font-weight: 600;
}

/*Action Style Color Normal*/
.action-color--black.header-action-link li a {
	color: #24262b;
}


/*Action Style Color Hover*/
.action-hover-color--golden.header-action-link li a:hover {
	color: var(--mainColor);
}

.action-hover-color--golden.header-action-link li a span {
	background: var(--mainColor);
}

.seperate-sticky-bar {
	display: none;
}

.seperate-sticky-bar.sticky {
	display: block;
}

/*****************************
* Layout - Header Mobile
*****************************/
.mobile-menu-logo li {
	margin-right: 15px;
}

.mobile-menu-logo li:last-child {
	margin-right: 0;
}

.mobile-menu-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.mobile-menu-logo .logo {
	width: 50px;
	overflow: hidden;
	  font-size: 18px;
    color: #000;
    line-height: 55px;
}

.mobile-header {
	padding: 5px 0;
}

.offside-menu {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	letter-spacing: normal !important;
	display: block;
	border-radius: 50%;
	background: rgba(242, 232, 231, 0.5);
}

.offside-menu-color--black {
	color: #fff;
	background: rgba(255, 255, 255, 0.05);
}

.offside-menu-hover-color--golden:hover {
	color: var(--mainColor);
}

.offside-menu-hover-color--green:hover {
	color: #047b42;
}

.offside-menu-hover-color--pink:hover {
	color: #ff365d;
}

.offside-menu-hover-color--aqua:hover {
	color: #66cec4;
}

.mobile-header-bg-color--golden {
	    background-image: linear-gradient(92.7deg, rgba(245, 212, 212, 1) 8.5%, rgba(252, 251, 224, 1) 90.2%);
}

.mobile-header-bg-color--white {
	background: #fff;
}

.mobile-header-bg-color--black {
	background: #24262b;
}

/*****************************
* Layout - Footer
*****************************/
.footer-bg {
	background: #24262b;
	/*padding-top: 60px;*/
}

/*@media (min-width: 768px) {*/
/*  .footer-bg {*/
/*    padding-top: 80px;*/
/*  }*/
/*}*/
/*@media (min-width: 992px) {*/
/*  .footer-bg {*/
/*    padding-top: 100px;*/
/*  }*/
/*}*/

/*Footer Bottom*/
.footer-bottom {
	padding: 12px 0;
}

.footer-copyright p {
	margin-bottom: 0;
	text-align: center;
}

.footer-copyright a {
	font-size: 13px;
}

/*****************************
* Layout - Offcanvas
*****************************/
.offcanvas {
	z-index: 999999;
	position: fixed;
	top: 0;
	overflow: auto;
	height: 100vh;
	padding: 20px;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #fff;
	width: 300px;
	overflow-x: hidden;
	visibility: visible;
}

.offcanvas-menu .tag-link a {
	color: #fff;
}

@media (min-width: 576px) {
	.offcanvas {
		width: 400px;
	}
}

.offcanvas-leftside:not(.offcanvas-open) {
	left: -100% !important;
	/*-webkit-transform: translateX(-100%);*/
	/*        transform: translateX(-100%);*/
}

.offcanvas-rightside {
	right: -100%;
	/*-webkit-transform: translateX(100%);*/
	/*        transform: translateX(100%);*/
}

.offcanvas.offcanvas-open {
	right: 0;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}


.offcanvas-close {
	width: 40px;
	height: 40px;
	font-size: 30px;
	line-height: 38px;
	text-align: center;
	border-radius: 50%;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.offcanvas-close:hover {
	color: red;
}

.offcanvas-title {
	margin-bottom: 40px;
}

.offcanvas-mobile-menu-section,
.offcanvas-mobile-about-section {
	background: #24262b !important;
}

.offcanvas-mobile-menu-section .sidebar-title {
	color: #d4d6db;
}

.offcanvas-mobile-menu-section .offcanvas-close,
.offcanvas-mobile-about-section .offcanvas-close {
	color: #fff;
}

/*Mobile Menu Bottom Area*/
.offcanvas-menu {
	margin: 20px 0;
}

.offcanvas-menu li {
	position: relative;
	/*padding: 7px 5px;*/
}

.offcanvas-menu &gt; ul &gt; li {
	border-bottom: 1px solid transparent;
}

.offcanvas-menu &gt; ul &gt; li:last-child {
	border-bottom: none;
}

.offcanvas-menu li button,
.offcanvas-menu li a {
	display: block;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

.offcanvas-menu li a:hover {
	color: var(--mainColor);
}

.offcanvas-menu-expand::after {
	content: "";
	position: absolute;
	font-family: "simple-line-icons";
	right: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #fff;
}

.offcanvas-menu .active &gt; .offcanvas-menu-expand:last-child
 {
	border-bottom: none;
}

.offcanvas-menu .active &gt; .offcanvas-menu-expand::after {
	color: var(--mainColor);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

/*Mobile Menu Contact Info*/
.mobile-contact-info {
	text-align: center;
	margin: 0 auto;
}

.mobile-contact-info .logo {
	margin: 0 auto;
	width: 100px;
}

.mobile-contact-info .logo img {
	width: 100%;
	height: auto;
}

.mobile-contact-info .address {
	margin-top: 30px;
	color: #fff;
}

.mobile-contact-info .address span {
	display: block;
}

.mobile-contact-info .social-link li {
	display: inline-block;
	margin-right: 20px;
}

.mobile-contact-info .social-link li:last-child {
	margin-right: 0;
}

.mobile-contact-info .social-link li a {
	display: block;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	background: #2f3239;
	color: #fff;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	font-size: 16px;
}

.mobile-contact-info .social-link li a:hover {
	background: #fff;
	color: #2f3239;
}

.mobile-contact-info .user-link {
	margin-top: 40px;
}

.mobile-contact-info .user-link li {
	display: inline-block;
	margin-right: 15px;
}

.mobile-contact-info .user-link li:last-child {
	margin-right: 0;
}

.mobile-contact-info .user-link li a {
	color: #fff;
}

.mobile-contact-info .user-link li a:hover {
	color: var(--mainColor);
}


/*****************************
* Layout - Modal
*****************************/
.modal {
	z-index: 99999;
	background: rgba(0, 0, 0, 0.5);
	padding-right: 0 !important;
}

.modal-dialog {
	max-width: 360px !important;
	margin: 0 auto !important;
	top: 15%;
}

@media (min-width: 768px){
	.modal-dialog {
		max-width: 360px !important;
		margin: 0 auto !important;
		top: 20%;
	}
}

.modal-body {
	padding-top: 20px;
	padding-bottom: 20px;
}

.modal-close {
	width: 40px;
	height: 40px;
	border: 1px solid #777;
	color: #777;
	margin-bottom: 20px;
	border-radius: 3px;
}

.modal-close:hover {
	color: var(--mainColor);
	border-color: var(--mainColor);
}

@media (min-width: 768px) {
	.modal-close {
		margin-bottom: 0px;
	}
}

.modal-border {
	border-left: none;
}

@media (min-width: 992px) {
	.modal-border {
		border-left: 1px solid #dee2e6;
	}
}

.modal.fade {
	display: block !important;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.modal.fade.show {
	display: block !important;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.data-div {
	margin-top: 0;
	margin-bottom: 5px;
	font-weight: 500;
	line-height: 1.2;
	color: #24262b;
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
}

.review-form-text-top-div {
	font-size: 16px;
	font-weight: 700;
	font-family: "Open Sans", sans-serif;
	margin-top: 0;
	margin-bottom: 5px;
	line-height: 1.2;
	color: #24262b;
}

.product-message {
	width: 32px;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	display: flex;
	justify-content: center;
	align-items: center;
}

.product-message a {
	display: flex;
	justify-content: center;
	align-items: center;
}

.price-serv {
	font-size: 12px;
	color: #a9112e;
	margin-bottom: 3%;
}

.enter-footer {
	color: white;
}

.tab-content .comments-wrapper {
	display: flex;
	justify-content: center;
}

.comments-inner {
	width: 100%;
	max-width: 500px;
}

.comments-btn {
	width: 100%;
	background-color: var(--mainColor);
	color: #fff;
	transition: 0.3s;
	min-height: 40px;
}

.comments-btn:hover {
	color: #fff;
	opacity: 0.75;
}
.children {
	padding-left: 1rem !important;
	font-size: 14px !important;
}

.mobile-menu-offcanvas-background {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: calc(100vw - 300px);
	z-index: 999999;
}

.mobile-menu-offcanvas-background.offcanvas-open {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

@media (min-width: 576px) {
	.mobile-menu-offcanvas-background.offcanvas-open {
		width: calc(100vw - 400px);
	}
}

.product-large-image {
	position: relative;
	overflow: hidden;
}

.image-box {
	position: relative;
}

.action-extra {
	position: absolute;
	top: 0;
	left: -12px;
	background: rgba(0, 0, 0, 0.8);
	width: 70px;
	height: 25px;
	transform: skew(-45deg);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 100;
}

.action-extra i {
	/*margin: 0 5px;*/
	font-weight: 900;
	transform: skew(45deg);
}

.action-extra .icon-video {
	color: pink;
}

.action-extra .icon-ok-circled2,
.title .icon.check {
	color: limegreen;
}

.btn-phone {
	background: #bda379;
	color: #fff;
}

.scrollUp {
	display: none;
	position: fixed;
	bottom: 25px;
	right: 25px;
	background: #bda379;
	color: #fff;
	width: 40px;
	height: 40px;
	justify-content: center;
	border-radius: 5px;
	align-items: center;
	font-size: 1.5rem;
	z-index: 97;
}

.scrollUp i {
	height: 45px;
}

.image-box p {
	margin: 0;
}
#mainCarousel .carousel__slide {
	width: 100%;
	padding: 0;
}

#mainCarousel .carousel__slide img {
	width: 100%;
}

.carousel__button.is-next,
.carousel__button.is-prev {
	background: #bda379;
	color: #fff;
	border-radius: 5px;
}

#thumbCarousel .carousel__slide {
	padding: 1rem 0.5rem;
}

#thumbCarousel .carousel__slide i {
	width: 120px;
	height: 160px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3rem;
	background: #fef5ef;
	color: #333;
}

.alert {
	padding: 10px;
	margin: 0 0 20px;
	box-shadow: 0 0 2px rgb(0 0 0 / 10%);
	background: rgb(254 245 239);
}

p.sub-title {
	margin: 0;
}

.sub-title {
	font-size: 1.25rem;
	color: #24262b;
	font-weight: 600;
}

.like-button {
	display: flex;
	flex-flow: nowrap row;
	justify-content: space-evenly;
	align-items: center;
	flex-direction: row-reverse;
}

.like-button i {
	cursor: pointer;
}

.default-form-box img {
	width: 100%;
}

.index__wrapper &gt; div {
	margin: 0 0 30px;
}

.default-form-box label span {
	color: red;
	font-weight: 900;
}

.hide {
	display: none;
}

.display-none {
	display: none;
}
@media (max-width: 320px) {
	.sort-product-tab-wrapper &gt; .container,
	.sort-product-tab-wrapper &gt; .container &gt; .row &gt; .col-12,
	.shop-sort-section &gt; .container,
	.shop-sort-section &gt; .container &gt; .row &gt; .d-flex,
	.container &gt; .row &gt; div &gt; .container,
	.container &gt; .row &gt; div &gt; .container &gt; .row &gt; .col-12 {
		padding: 0;
	}
}

@media (max-width: 375px) {
	.page-pagination li {
		margin-right: 5px;
	}

	.page-pagination li a {
		padding: 0 10px;
	}

	.sort-product-tab-wrapper &gt; .container,
	.shop-sort-section &gt; .container,
	.container &gt; .row &gt; div &gt; .container {
		padding: 0;
	}

	.image-box a {
		display: block;
		width: 100%;
	}

	.image-box img {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.product-default-single-item .action-link {
		visibility: visible;
		opacity: 1;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		background: rgba(0, 0, 0, 0.75);
	}
}

@media (min-width: 769px) {
	.container-tab {
		margin: 0 0 0 30px;
	}

	.product-default-slider-section {
		margin-left: 35px;
	}
}

@media (min-width: 360px) and (max-width: 767px) {
	.data-div {
		margin: 10px 0 0px;
	}
	.mub-title {
		padding: 15px 0 0;
		display: block;
	}
	.product-details-section .row .container {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
}

.header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.image-box a,
.image-box img {
	width: 100%;
}

.image-box img {
	aspect-ratio: 3 / 4;
	object-fit: cover;
}

button {
	padding: 0;
}

.footer__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media (max-width: 480px) {
	.footer__inner {
		flex-direction: column;
		gap: 16px;
	}
	.header-action-link li:first-child a{
		position: absolute;
    width: 200px;
    right: 0;
            margin-top: 40px;
	}
}

.offcanvas-toggle {
	font-size: 21px;
}

.accordion-subtitle {
	font-size: 18px;
	font-weight: 700;
}

@media (max-width: 992px) {
	.accordion-subtitle,
	.filter-type-select li {
		color: #fff;
	}
}

.profile__tags {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.profile__tags &gt; a,
.profile__tags label {
	padding: 2px 5px;
	border: 1px solid var(--mainColor);
	color: var(--mainColor) !important;
	display: inline-block;
	transition: 0.3s;
}

.profile__tags &gt; a:hover {
	opacity: 0.7;
}

.item {
	display: flex;
	align-items: center;
	gap: 5px;
}

.points {
	pointer-events: none;
}

.content-actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

.content-action {
	cursor: pointer;
	transition: 0.3s;
}

.content-action:hover {
	opacity: 0.7;
}

.content {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 4px;
}

.content-row {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	flex-wrap: wrap;
}

.content-name {
	font-weight: 600;
	font-size: 18px;
}

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

.product-options {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.product-actions {
	display: flex;
	align-items: center;
	gap: 16px;
}

@media (max-width: 480px) {
	.product-options {
		gap: 16px;
	}

	.product-actions {
		justify-content: center;
		width: 100%;
		gap: 24px;
	}
	.breadcrumb-title {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 30px;
}
}

@media (max-width: 400px) {
	.btn-phone {
		width: 100%;
	}

	.product-social {
		width: 100%;
		justify-content: center;
	}
}

.profile-info {
	max-height: 350px;
	overflow: auto;
}

.icon-search {
	font-size: 21px;
}

.carousel__slide {
	overflow: hidden;
}
</pre></body></html>