.bootstrap {
	/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
}

.bootstrap :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: #f48400;
	--bs-secondary: #a989c5;
	--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))
}

.bootstrap *,
.bootstrap *::before,
.bootstrap *::after {
	box-sizing: border-box
}

@media (prefers-reduced-motion: no-preference) {
	.bootstrap :root {
		scroll-behavior: smooth
	}
}

.bootstrap body {
	margin: 0;
	font-family: var(--bs-font-sans-serif);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}

.bootstrap hr {
	margin: 1rem 0;
	color: inherit;
	background-color: currentColor;
	border: 0;
	opacity: .25
}

.bootstrap hr:not([size]) {
	height: 1px
}

.bootstrap h1,
.bootstrap .h1,
.bootstrap h2,
.bootstrap .h2,
.bootstrap h3,
.bootstrap .h3,
.bootstrap h4,
.bootstrap .h4,
.bootstrap h5,
.bootstrap .h5,
.bootstrap h6,
.bootstrap .h6 {
	margin-top: 0;
	margin-bottom: .5rem;
	font-weight: 600;
	line-height: 1.2;
	color: #22242b
}

.bootstrap h1,
.bootstrap .h1 {
	font-size: calc(1.5rem + 3vw)
}

@media (min-width: 1200px) {

	.bootstrap h1,
	.bootstrap .h1 {
		font-size: 3.75rem
	}
}

.bootstrap h2,
.bootstrap .h2 {
	font-size: calc(1.425rem + 2.1vw)
}

@media (min-width: 1200px) {

	.bootstrap h2,
	.bootstrap .h2 {
		font-size: 3rem
	}
}

.bootstrap h3,
.bootstrap .h3 {
	font-size: calc(1.35rem + 1.2vw)
}

@media (min-width: 1200px) {

	.bootstrap h3,
	.bootstrap .h3 {
		font-size: 2.25rem
	}
}

.bootstrap h4,
.bootstrap .h4 {
	font-size: calc(1rem + .3vw)
}

@media (min-width: 1200px) {

	.bootstrap h4,
	.bootstrap .h4 {
		font-size: 1.1rem
	}
}

.bootstrap h5,
.bootstrap .h5 {
	font-size: 1rem
}

.bootstrap h6,
.bootstrap .h6 {
	font-size: .75rem
}

.bootstrap p {
	margin-top: 0;
	margin-bottom: 1rem
}

.bootstrap abbr[title],
.bootstrap abbr[data-bs-original-title] {
	text-decoration: underline dotted;
	cursor: help;
	text-decoration-skip-ink: none
}

.bootstrap address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}

.bootstrap ol ol,
.bootstrap ul ul,
.bootstrap ol ul,
.bootstrap ul ol {
	margin-bottom: 0
}

.bootstrap dt {
	font-weight: 700
}

.bootstrap dd {
	margin-bottom: .5rem;
	margin-left: 0
}

.bootstrap blockquote {
	margin: 0 0 1rem
}

.bootstrap b,
.bootstrap strong {
	font-weight: bolder
}

.bootstrap small,
.bootstrap .small {
	font-size: .875em
}

.bootstrap mark,
.bootstrap .mark {
	padding: .2em;
	background-color: #fcf8e3
}

.bootstrap sub,
.bootstrap sup {
	position: relative;
	font-size: .75em;
	line-height: 0;
	vertical-align: baseline
}

.bootstrap sub {
	bottom: -.25em
}

.bootstrap sup {
	top: -.5em
}

.bootstrap a {
	color: #f48400
}

.bootstrap a:hover {
	color: #f48400;
	text-decoration: underline
}

.bootstrap a:not([href]):not([class]),
.bootstrap a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none
}

.bootstrap pre,
.bootstrap code,
.bootstrap kbd,
.bootstrap samp {
	font-family: var(--bs-font-monospace);
	font-size: 1em;
	direction: ltr
		/* rtl:ignore */
	;
	unicode-bidi: bidi-override
}

.bootstrap pre {
	display: block;
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	font-size: .875em
}

.bootstrap pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal
}

.bootstrap code {
	font-size: .875em;
	color: #d63384;
	word-wrap: break-word
}

a>.bootstrap code {
	color: inherit
}

.bootstrap kbd {
	padding: .2rem .4rem;
	font-size: .875em;
	color: #fff;
	background-color: #212529;
	border-radius: .2rem
}

.bootstrap kbd kbd {
	padding: 0;
	font-size: 1em;
	font-weight: 700
}

.bootstrap figure {
	margin: 0 0 1rem
}

.bootstrap img,
.bootstrap svg {
	vertical-align: middle
}

.bootstrap table {
	caption-side: bottom;
	border-collapse: collapse
}

.bootstrap caption {
	padding-top: .5rem;
	padding-bottom: .5rem;
	color: #6c757d;
	text-align: left
}

.bootstrap th {
	text-align: inherit;
	text-align: -webkit-match-parent
}

.bootstrap thead,
.bootstrap tbody,
.bootstrap tfoot,
.bootstrap tr,
.bootstrap td,
.bootstrap th {
	border-color: inherit;
	border-style: solid;
	border-width: 0
}

.bootstrap label {
	display: inline-block
}

.bootstrap button {
	border-radius: 0
}

.bootstrap button:focus:not(:focus-visible) {
	outline: 0
}

.bootstrap input,
.bootstrap button,
.bootstrap select,
.bootstrap optgroup,
.bootstrap textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

.bootstrap button,
.bootstrap select {
	text-transform: none
}

.bootstrap [role="button"] {
	cursor: pointer
}

.bootstrap select {
	word-wrap: normal
}

.bootstrap select:disabled {
	opacity: 1
}

.bootstrap [list]::-webkit-calendar-picker-indicator {
	display: none
}

.bootstrap button,
.bootstrap [type="button"],
.bootstrap [type="reset"],
.bootstrap [type="submit"] {
	-webkit-appearance: button
}

.bootstrap button:not(:disabled),
.bootstrap [type="button"]:not(:disabled),
.bootstrap [type="reset"]:not(:disabled),
.bootstrap [type="submit"]:not(:disabled) {
	cursor: pointer
}

.bootstrap ::-moz-focus-inner {
	padding: 0;
	border-style: none
}

.bootstrap textarea {
	resize: vertical
}

.bootstrap fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

.bootstrap legend {
	float: left;
	width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: calc(1.275rem + .3vw);
	line-height: inherit
}

@media (min-width: 1200px) {
	.bootstrap legend {
		font-size: 1.5rem
	}
}

.bootstrap legend+* {
	clear: left
}

.bootstrap ::-webkit-datetime-edit-fields-wrapper,
.bootstrap ::-webkit-datetime-edit-text,
.bootstrap ::-webkit-datetime-edit-minute,
.bootstrap ::-webkit-datetime-edit-hour-field,
.bootstrap ::-webkit-datetime-edit-day-field,
.bootstrap ::-webkit-datetime-edit-month-field,
.bootstrap ::-webkit-datetime-edit-year-field {
	padding: 0
}

.bootstrap ::-webkit-inner-spin-button {
	height: auto
}

.bootstrap [type="search"] {
	outline-offset: -2px;
	-webkit-appearance: textfield
}

.bootstrap ::-webkit-search-decoration {
	-webkit-appearance: none
}

.bootstrap ::-webkit-color-swatch-wrapper {
	padding: 0
}

.bootstrap ::file-selector-button {
	font: inherit
}

.bootstrap ::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

.bootstrap output {
	display: inline-block
}

.bootstrap iframe {
	border: 0
}

.bootstrap summary {
	display: list-item;
	cursor: pointer
}

.bootstrap progress {
	vertical-align: baseline
}

.bootstrap [hidden] {
	display: none !important
}

.bootstrap .lead {
	font-size: 1.25rem;
	font-weight: 300
}

.bootstrap .display-1 {
	font-size: calc(1.625rem + 4.5vw);
	font-weight: 300;
	line-height: 1.2
}

@media (min-width: 1200px) {
	.bootstrap .display-1 {
		font-size: 5rem
	}
}

.bootstrap .display-2 {
	font-size: calc(1.575rem + 3.9vw);
	font-weight: 300;
	line-height: 1.2
}

@media (min-width: 1200px) {
	.bootstrap .display-2 {
		font-size: 4.5rem
	}
}

.bootstrap .display-3 {
	font-size: calc(1.525rem + 3.3vw);
	font-weight: 300;
	line-height: 1.2
}

@media (min-width: 1200px) {
	.bootstrap .display-3 {
		font-size: 4rem
	}
}

.bootstrap .display-4 {
	font-size: calc(1.475rem + 2.7vw);
	font-weight: 300;
	line-height: 1.2
}

@media (min-width: 1200px) {
	.bootstrap .display-4 {
		font-size: 3.5rem
	}
}

.bootstrap .display-5 {
	font-size: calc(1.425rem + 2.1vw);
	font-weight: 300;
	line-height: 1.2
}

@media (min-width: 1200px) {
	.bootstrap .display-5 {
		font-size: 3rem
	}
}

.bootstrap .display-6 {
	font-size: calc(1.375rem + 1.5vw);
	font-weight: 300;
	line-height: 1.2
}

@media (min-width: 1200px) {
	.bootstrap .display-6 {
		font-size: 2.5rem
	}
}

.bootstrap .list-unstyled {
	padding-left: 0;
	list-style: none
}

.bootstrap .list-inline {
	padding-left: 0;
	list-style: none
}

.bootstrap .list-inline-item {
	display: inline-block
}

.bootstrap .list-inline-item:not(:last-child) {
	margin-right: .5rem
}

.bootstrap .initialism {
	font-size: .875em;
	text-transform: uppercase
}

.bootstrap .blockquote {
	margin-bottom: 1rem;
	font-size: 1.25rem
}

.bootstrap .blockquote>:last-child {
	margin-bottom: 0
}

.bootstrap .blockquote-footer {
	margin-top: -1rem;
	margin-bottom: 1rem;
	font-size: .875em;
	color: #6c757d
}

.bootstrap .blockquote-footer::before {
	content: "\2014\00A0"
}

.bootstrap .img-fluid {
	max-width: 100%;
	height: auto
}

.bootstrap .img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: .25rem;
	max-width: 100%;
	height: auto
}

.bootstrap .figure {
	display: inline-block
}

.bootstrap .figure-img {
	margin-bottom: .5rem;
	line-height: 1
}

.bootstrap .figure-caption {
	font-size: .875em;
	color: #6c757d
}

.bootstrap .container,
.bootstrap .container-fluid,
.bootstrap .container-sm,
.bootstrap .container-md,
.bootstrap .container-lg,
.bootstrap .container-xl,
.bootstrap .container-xxl {
	width: 100%;
	padding-right: var(--bs-gutter-x, .75rem);
	padding-left: var(--bs-gutter-x, .75rem);
	margin-right: auto;
	margin-left: auto
}

@media (min-width: 576px) {

	.bootstrap .container,
	.bootstrap .container-sm {
		max-width: 540px
	}
}

@media (min-width: 768px) {

	.bootstrap .container,
	.bootstrap .container-sm,
	.bootstrap .container-md {
		max-width: 720px
	}
}

@media (min-width: 992px) {

	.bootstrap .container,
	.bootstrap .container-sm,
	.bootstrap .container-md,
	.bootstrap .container-lg {
		max-width: 960px
	}
}

@media (min-width: 1200px) {

	.bootstrap .container,
	.bootstrap .container-sm,
	.bootstrap .container-md,
	.bootstrap .container-lg,
	.bootstrap .container-xl {
		max-width: 1140px
	}
}

@media (min-width: 1400px) {

	.bootstrap .container,
	.bootstrap .container-sm,
	.bootstrap .container-md,
	.bootstrap .container-lg,
	.bootstrap .container-xl,
	.bootstrap .container-xxl {
		max-width: 80%
	}
}

.bootstrap .row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(var(--bs-gutter-y) * -1);
	margin-right: calc(var(--bs-gutter-x) * -.5);
	margin-left: calc(var(--bs-gutter-x) * -.5)
}

.bootstrap .row>* {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-top: var(--bs-gutter-y)
}

.bootstrap .col {
	flex: 1 0 0%
}

.bootstrap .row-cols-auto>* {
	flex: 0 0 auto;
	width: auto
}

.bootstrap .row-cols-1>* {
	flex: 0 0 auto;
	width: 100%
}

.bootstrap .row-cols-2>* {
	flex: 0 0 auto;
	width: 50%
}

.bootstrap .row-cols-3>* {
	flex: 0 0 auto;
	width: 33.3333333333%
}

.bootstrap .row-cols-4>* {
	flex: 0 0 auto;
	width: 25%
}

.bootstrap .row-cols-5>* {
	flex: 0 0 auto;
	width: 20%
}

.bootstrap .row-cols-6>* {
	flex: 0 0 auto;
	width: 16.6666666667%
}

@media (min-width: 576px) {
	.bootstrap .col-sm {
		flex: 1 0 0%
	}

	.bootstrap .row-cols-sm-auto>* {
		flex: 0 0 auto;
		width: auto
	}

	.bootstrap .row-cols-sm-1>* {
		flex: 0 0 auto;
		width: 100%
	}

	.bootstrap .row-cols-sm-2>* {
		flex: 0 0 auto;
		width: 50%
	}

	.bootstrap .row-cols-sm-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%
	}

	.bootstrap .row-cols-sm-4>* {
		flex: 0 0 auto;
		width: 25%
	}

	.bootstrap .row-cols-sm-5>* {
		flex: 0 0 auto;
		width: 20%
	}

	.bootstrap .row-cols-sm-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%
	}
}

@media (min-width: 768px) {
	.bootstrap .col-md {
		flex: 1 0 0%
	}

	.bootstrap .row-cols-md-auto>* {
		flex: 0 0 auto;
		width: auto
	}

	.bootstrap .row-cols-md-1>* {
		flex: 0 0 auto;
		width: 100%
	}

	.bootstrap .row-cols-md-2>* {
		flex: 0 0 auto;
		width: 50%
	}

	.bootstrap .row-cols-md-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%
	}

	.bootstrap .row-cols-md-4>* {
		flex: 0 0 auto;
		width: 25%
	}

	.bootstrap .row-cols-md-5>* {
		flex: 0 0 auto;
		width: 20%
	}

	.bootstrap .row-cols-md-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%
	}
}

@media (min-width: 992px) {
	.bootstrap .col-lg {
		flex: 1 0 0%
	}

	.bootstrap .row-cols-lg-auto>* {
		flex: 0 0 auto;
		width: auto
	}

	.bootstrap .row-cols-lg-1>* {
		flex: 0 0 auto;
		width: 100%
	}

	.bootstrap .row-cols-lg-2>* {
		flex: 0 0 auto;
		width: 50%
	}

	.bootstrap .row-cols-lg-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%
	}

	.bootstrap .row-cols-lg-4>* {
		flex: 0 0 auto;
		width: 25%
	}

	.bootstrap .row-cols-lg-5>* {
		flex: 0 0 auto;
		width: 20%
	}

	.bootstrap .row-cols-lg-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%
	}
}

@media (min-width: 1200px) {
	.bootstrap .col-xl {
		flex: 1 0 0%
	}

	.bootstrap .row-cols-xl-auto>* {
		flex: 0 0 auto;
		width: auto
	}

	.bootstrap .row-cols-xl-1>* {
		flex: 0 0 auto;
		width: 100%
	}

	.bootstrap .row-cols-xl-2>* {
		flex: 0 0 auto;
		width: 50%
	}

	.bootstrap .row-cols-xl-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%
	}

	.bootstrap .row-cols-xl-4>* {
		flex: 0 0 auto;
		width: 25%
	}

	.bootstrap .row-cols-xl-5>* {
		flex: 0 0 auto;
		width: 20%
	}

	.bootstrap .row-cols-xl-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%
	}
}

@media (min-width: 1400px) {
	.bootstrap .col-xxl {
		flex: 1 0 0%
	}

	.bootstrap .row-cols-xxl-auto>* {
		flex: 0 0 auto;
		width: auto
	}

	.bootstrap .row-cols-xxl-1>* {
		flex: 0 0 auto;
		width: 100%
	}

	.bootstrap .row-cols-xxl-2>* {
		flex: 0 0 auto;
		width: 50%
	}

	.bootstrap .row-cols-xxl-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%
	}

	.bootstrap .row-cols-xxl-4>* {
		flex: 0 0 auto;
		width: 25%
	}

	.bootstrap .row-cols-xxl-5>* {
		flex: 0 0 auto;
		width: 20%
	}

	.bootstrap .row-cols-xxl-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%
	}
}

.bootstrap .col-auto {
	flex: 0 0 auto;
	width: auto
}

.bootstrap .col-1 {
	flex: 0 0 auto;
	width: 8.33333333%
}

.bootstrap .col-2 {
	flex: 0 0 auto;
	width: 16.66666667%
}

.bootstrap .col-3 {
	flex: 0 0 auto;
	width: 25%
}

.bootstrap .col-4 {
	flex: 0 0 auto;
	width: 33.33333333%
}

.bootstrap .col-5 {
	flex: 0 0 auto;
	width: 41.66666667%
}

.bootstrap .col-6 {
	flex: 0 0 auto;
	width: 50%
}

.bootstrap .col-7 {
	flex: 0 0 auto;
	width: 58.33333333%
}

.bootstrap .col-8 {
	flex: 0 0 auto;
	width: 66.66666667%
}

.bootstrap .col-9 {
	flex: 0 0 auto;
	width: 75%
}

.bootstrap .col-10 {
	flex: 0 0 auto;
	width: 83.33333333%
}

.bootstrap .col-11 {
	flex: 0 0 auto;
	width: 91.66666667%
}

.bootstrap .col-12 {
	flex: 0 0 auto;
	width: 100%
}

.bootstrap .offset-1 {
	margin-left: 8.33333333%
}

.bootstrap .offset-2 {
	margin-left: 16.66666667%
}

.bootstrap .offset-3 {
	margin-left: 25%
}

.bootstrap .offset-4 {
	margin-left: 33.33333333%
}

.bootstrap .offset-5 {
	margin-left: 41.66666667%
}

.bootstrap .offset-6 {
	margin-left: 50%
}

.bootstrap .offset-7 {
	margin-left: 58.33333333%
}

.bootstrap .offset-8 {
	margin-left: 66.66666667%
}

.bootstrap .offset-9 {
	margin-left: 75%
}

.bootstrap .offset-10 {
	margin-left: 83.33333333%
}

.bootstrap .offset-11 {
	margin-left: 91.66666667%
}

.bootstrap .g-0,
.bootstrap .gx-0 {
	--bs-gutter-x: 0
}

.bootstrap .g-0,
.bootstrap .gy-0 {
	--bs-gutter-y: 0
}

.bootstrap .g-1,
.bootstrap .gx-1 {
	--bs-gutter-x: .25rem
}

.bootstrap .g-1,
.bootstrap .gy-1 {
	--bs-gutter-y: .25rem
}

.bootstrap .g-2,
.bootstrap .gx-2 {
	--bs-gutter-x: .5rem
}

.bootstrap .g-2,
.bootstrap .gy-2 {
	--bs-gutter-y: .5rem
}

.bootstrap .g-3,
.bootstrap .gx-3 {
	--bs-gutter-x: .75rem
}

.bootstrap .g-3,
.bootstrap .gy-3 {
	--bs-gutter-y: .75rem
}

.bootstrap .g-4,
.bootstrap .gx-4 {
	--bs-gutter-x: 1rem
}

.bootstrap .g-4,
.bootstrap .gy-4 {
	--bs-gutter-y: 1rem
}

.bootstrap .g-5,
.bootstrap .gx-5 {
	--bs-gutter-x: 1.25rem
}

.bootstrap .g-5,
.bootstrap .gy-5 {
	--bs-gutter-y: 1.25rem
}

.bootstrap .g-6,
.bootstrap .gx-6 {
	--bs-gutter-x: 1.5rem
}

.bootstrap .g-6,
.bootstrap .gy-6 {
	--bs-gutter-y: 1.5rem
}

.bootstrap .g-7,
.bootstrap .gx-7 {
	--bs-gutter-x: 1.75rem
}

.bootstrap .g-7,
.bootstrap .gy-7 {
	--bs-gutter-y: 1.75rem
}

.bootstrap .g-8,
.bootstrap .gx-8 {
	--bs-gutter-x: 2rem
}

.bootstrap .g-8,
.bootstrap .gy-8 {
	--bs-gutter-y: 2rem
}

.bootstrap .g-9,
.bootstrap .gx-9 {
	--bs-gutter-x: 2.25rem
}

.bootstrap .g-9,
.bootstrap .gy-9 {
	--bs-gutter-y: 2.25rem
}

.bootstrap .g-10,
.bootstrap .gx-10 {
	--bs-gutter-x: 2.5rem
}

.bootstrap .g-10,
.bootstrap .gy-10 {
	--bs-gutter-y: 2.5rem
}

.bootstrap .g-11,
.bootstrap .gx-11 {
	--bs-gutter-x: 3rem
}

.bootstrap .g-11,
.bootstrap .gy-11 {
	--bs-gutter-y: 3rem
}

.bootstrap .g-12,
.bootstrap .gx-12 {
	--bs-gutter-x: 3.5rem
}

.bootstrap .g-12,
.bootstrap .gy-12 {
	--bs-gutter-y: 3.5rem
}

.bootstrap .g-13,
.bootstrap .gx-13 {
	--bs-gutter-x: 4rem
}

.bootstrap .g-13,
.bootstrap .gy-13 {
	--bs-gutter-y: 4rem
}

.bootstrap .g-14,
.bootstrap .gx-14 {
	--bs-gutter-x: 4.5rem
}

.bootstrap .g-14,
.bootstrap .gy-14 {
	--bs-gutter-y: 4.5rem
}

.bootstrap .g-15,
.bootstrap .gx-15 {
	--bs-gutter-x: 5rem
}

.bootstrap .g-15,
.bootstrap .gy-15 {
	--bs-gutter-y: 5rem
}

.bootstrap .g-16,
.bootstrap .gx-16 {
	--bs-gutter-x: 5.5rem
}

.bootstrap .g-16,
.bootstrap .gy-16 {
	--bs-gutter-y: 5.5rem
}

.bootstrap .g-17,
.bootstrap .gx-17 {
	--bs-gutter-x: 6rem
}

.bootstrap .g-17,
.bootstrap .gy-17 {
	--bs-gutter-y: 6rem
}

.bootstrap .g-18,
.bootstrap .gx-18 {
	--bs-gutter-x: 6.5rem
}

.bootstrap .g-18,
.bootstrap .gy-18 {
	--bs-gutter-y: 6.5rem
}

.bootstrap .g-19,
.bootstrap .gx-19 {
	--bs-gutter-x: 7rem
}

.bootstrap .g-19,
.bootstrap .gy-19 {
	--bs-gutter-y: 7rem
}

.bootstrap .g-20,
.bootstrap .gx-20 {
	--bs-gutter-x: 7.5rem
}

.bootstrap .g-20,
.bootstrap .gy-20 {
	--bs-gutter-y: 7.5rem
}

@media (min-width: 576px) {
	.bootstrap .col-sm-auto {
		flex: 0 0 auto;
		width: auto
	}

	.bootstrap .col-sm-1 {
		flex: 0 0 auto;
		width: 8.33333333%
	}

	.bootstrap .col-sm-2 {
		flex: 0 0 auto;
		width: 16.66666667%
	}

	.bootstrap .col-sm-3 {
		flex: 0 0 auto;
		width: 25%
	}

	.bootstrap .col-sm-4 {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.bootstrap .col-sm-5 {
		flex: 0 0 auto;
		width: 41.66666667%
	}

	.bootstrap .col-sm-6 {
		flex: 0 0 auto;
		width: 50%
	}

	.bootstrap .col-sm-7 {
		flex: 0 0 auto;
		width: 58.33333333%
	}

	.bootstrap .col-sm-8 {
		flex: 0 0 auto;
		width: 66.66666667%
	}

	.bootstrap .col-sm-9 {
		flex: 0 0 auto;
		width: 75%
	}

	.bootstrap .col-sm-10 {
		flex: 0 0 auto;
		width: 83.33333333%
	}

	.bootstrap .col-sm-11 {
		flex: 0 0 auto;
		width: 91.66666667%
	}

	.bootstrap .col-sm-12 {
		flex: 0 0 auto;
		width: 100%
	}

	.bootstrap .offset-sm-0 {
		margin-left: 0
	}

	.bootstrap .offset-sm-1 {
		margin-left: 8.33333333%
	}

	.bootstrap .offset-sm-2 {
		margin-left: 16.66666667%
	}

	.bootstrap .offset-sm-3 {
		margin-left: 25%
	}

	.bootstrap .offset-sm-4 {
		margin-left: 33.33333333%
	}

	.bootstrap .offset-sm-5 {
		margin-left: 41.66666667%
	}

	.bootstrap .offset-sm-6 {
		margin-left: 50%
	}

	.bootstrap .offset-sm-7 {
		margin-left: 58.33333333%
	}

	.bootstrap .offset-sm-8 {
		margin-left: 66.66666667%
	}

	.bootstrap .offset-sm-9 {
		margin-left: 75%
	}

	.bootstrap .offset-sm-10 {
		margin-left: 83.33333333%
	}

	.bootstrap .offset-sm-11 {
		margin-left: 91.66666667%
	}

	.bootstrap .g-sm-0,
	.bootstrap .gx-sm-0 {
		--bs-gutter-x: 0
	}

	.bootstrap .g-sm-0,
	.bootstrap .gy-sm-0 {
		--bs-gutter-y: 0
	}

	.bootstrap .g-sm-1,
	.bootstrap .gx-sm-1 {
		--bs-gutter-x: .25rem
	}

	.bootstrap .g-sm-1,
	.bootstrap .gy-sm-1 {
		--bs-gutter-y: .25rem
	}

	.bootstrap .g-sm-2,
	.bootstrap .gx-sm-2 {
		--bs-gutter-x: .5rem
	}

	.bootstrap .g-sm-2,
	.bootstrap .gy-sm-2 {
		--bs-gutter-y: .5rem
	}

	.bootstrap .g-sm-3,
	.bootstrap .gx-sm-3 {
		--bs-gutter-x: .75rem
	}

	.bootstrap .g-sm-3,
	.bootstrap .gy-sm-3 {
		--bs-gutter-y: .75rem
	}

	.bootstrap .g-sm-4,
	.bootstrap .gx-sm-4 {
		--bs-gutter-x: 1rem
	}

	.bootstrap .g-sm-4,
	.bootstrap .gy-sm-4 {
		--bs-gutter-y: 1rem
	}

	.bootstrap .g-sm-5,
	.bootstrap .gx-sm-5 {
		--bs-gutter-x: 1.25rem
	}

	.bootstrap .g-sm-5,
	.bootstrap .gy-sm-5 {
		--bs-gutter-y: 1.25rem
	}

	.bootstrap .g-sm-6,
	.bootstrap .gx-sm-6 {
		--bs-gutter-x: 1.5rem
	}

	.bootstrap .g-sm-6,
	.bootstrap .gy-sm-6 {
		--bs-gutter-y: 1.5rem
	}

	.bootstrap .g-sm-7,
	.bootstrap .gx-sm-7 {
		--bs-gutter-x: 1.75rem
	}

	.bootstrap .g-sm-7,
	.bootstrap .gy-sm-7 {
		--bs-gutter-y: 1.75rem
	}

	.bootstrap .g-sm-8,
	.bootstrap .gx-sm-8 {
		--bs-gutter-x: 2rem
	}

	.bootstrap .g-sm-8,
	.bootstrap .gy-sm-8 {
		--bs-gutter-y: 2rem
	}

	.bootstrap .g-sm-9,
	.bootstrap .gx-sm-9 {
		--bs-gutter-x: 2.25rem
	}

	.bootstrap .g-sm-9,
	.bootstrap .gy-sm-9 {
		--bs-gutter-y: 2.25rem
	}

	.bootstrap .g-sm-10,
	.bootstrap .gx-sm-10 {
		--bs-gutter-x: 2.5rem
	}

	.bootstrap .g-sm-10,
	.bootstrap .gy-sm-10 {
		--bs-gutter-y: 2.5rem
	}

	.bootstrap .g-sm-11,
	.bootstrap .gx-sm-11 {
		--bs-gutter-x: 3rem
	}

	.bootstrap .g-sm-11,
	.bootstrap .gy-sm-11 {
		--bs-gutter-y: 3rem
	}

	.bootstrap .g-sm-12,
	.bootstrap .gx-sm-12 {
		--bs-gutter-x: 3.5rem
	}

	.bootstrap .g-sm-12,
	.bootstrap .gy-sm-12 {
		--bs-gutter-y: 3.5rem
	}

	.bootstrap .g-sm-13,
	.bootstrap .gx-sm-13 {
		--bs-gutter-x: 4rem
	}

	.bootstrap .g-sm-13,
	.bootstrap .gy-sm-13 {
		--bs-gutter-y: 4rem
	}

	.bootstrap .g-sm-14,
	.bootstrap .gx-sm-14 {
		--bs-gutter-x: 4.5rem
	}

	.bootstrap .g-sm-14,
	.bootstrap .gy-sm-14 {
		--bs-gutter-y: 4.5rem
	}

	.bootstrap .g-sm-15,
	.bootstrap .gx-sm-15 {
		--bs-gutter-x: 5rem
	}

	.bootstrap .g-sm-15,
	.bootstrap .gy-sm-15 {
		--bs-gutter-y: 5rem
	}

	.bootstrap .g-sm-16,
	.bootstrap .gx-sm-16 {
		--bs-gutter-x: 5.5rem
	}

	.bootstrap .g-sm-16,
	.bootstrap .gy-sm-16 {
		--bs-gutter-y: 5.5rem
	}

	.bootstrap .g-sm-17,
	.bootstrap .gx-sm-17 {
		--bs-gutter-x: 6rem
	}

	.bootstrap .g-sm-17,
	.bootstrap .gy-sm-17 {
		--bs-gutter-y: 6rem
	}

	.bootstrap .g-sm-18,
	.bootstrap .gx-sm-18 {
		--bs-gutter-x: 6.5rem
	}

	.bootstrap .g-sm-18,
	.bootstrap .gy-sm-18 {
		--bs-gutter-y: 6.5rem
	}

	.bootstrap .g-sm-19,
	.bootstrap .gx-sm-19 {
		--bs-gutter-x: 7rem
	}

	.bootstrap .g-sm-19,
	.bootstrap .gy-sm-19 {
		--bs-gutter-y: 7rem
	}

	.bootstrap .g-sm-20,
	.bootstrap .gx-sm-20 {
		--bs-gutter-x: 7.5rem
	}

	.bootstrap .g-sm-20,
	.bootstrap .gy-sm-20 {
		--bs-gutter-y: 7.5rem
	}
}

@media (min-width: 768px) {
	.bootstrap .col-md-auto {
		flex: 0 0 auto;
		width: auto
	}

	.bootstrap .col-md-1 {
		flex: 0 0 auto;
		width: 8.33333333%
	}

	.bootstrap .col-md-2 {
		flex: 0 0 auto;
		width: 16.66666667%
	}

	.bootstrap .col-md-3 {
		flex: 0 0 auto;
		width: 25%
	}

	.bootstrap .col-md-4 {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.bootstrap .col-md-5 {
		flex: 0 0 auto;
		width: 41.66666667%
	}

	.bootstrap .col-md-6 {
		flex: 0 0 auto;
		width: 50%
	}

	.bootstrap .col-md-7 {
		flex: 0 0 auto;
		width: 58.33333333%
	}

	.bootstrap .col-md-8 {
		flex: 0 0 auto;
		width: 66.66666667%
	}

	.bootstrap .col-md-9 {
		flex: 0 0 auto;
		width: 75%
	}

	.bootstrap .col-md-10 {
		flex: 0 0 auto;
		width: 83.33333333%
	}

	.bootstrap .col-md-11 {
		flex: 0 0 auto;
		width: 91.66666667%
	}

	.bootstrap .col-md-12 {
		flex: 0 0 auto;
		width: 100%
	}

	.bootstrap .offset-md-0 {
		margin-left: 0
	}

	.bootstrap .offset-md-1 {
		margin-left: 8.33333333%
	}

	.bootstrap .offset-md-2 {
		margin-left: 16.66666667%
	}

	.bootstrap .offset-md-3 {
		margin-left: 25%
	}

	.bootstrap .offset-md-4 {
		margin-left: 33.33333333%
	}

	.bootstrap .offset-md-5 {
		margin-left: 41.66666667%
	}

	.bootstrap .offset-md-6 {
		margin-left: 50%
	}

	.bootstrap .offset-md-7 {
		margin-left: 58.33333333%
	}

	.bootstrap .offset-md-8 {
		margin-left: 66.66666667%
	}

	.bootstrap .offset-md-9 {
		margin-left: 75%
	}

	.bootstrap .offset-md-10 {
		margin-left: 83.33333333%
	}

	.bootstrap .offset-md-11 {
		margin-left: 91.66666667%
	}

	.bootstrap .g-md-0,
	.bootstrap .gx-md-0 {
		--bs-gutter-x: 0
	}

	.bootstrap .g-md-0,
	.bootstrap .gy-md-0 {
		--bs-gutter-y: 0
	}

	.bootstrap .g-md-1,
	.bootstrap .gx-md-1 {
		--bs-gutter-x: .25rem
	}

	.bootstrap .g-md-1,
	.bootstrap .gy-md-1 {
		--bs-gutter-y: .25rem
	}

	.bootstrap .g-md-2,
	.bootstrap .gx-md-2 {
		--bs-gutter-x: .5rem
	}

	.bootstrap .g-md-2,
	.bootstrap .gy-md-2 {
		--bs-gutter-y: .5rem
	}

	.bootstrap .g-md-3,
	.bootstrap .gx-md-3 {
		--bs-gutter-x: .75rem
	}

	.bootstrap .g-md-3,
	.bootstrap .gy-md-3 {
		--bs-gutter-y: .75rem
	}

	.bootstrap .g-md-4,
	.bootstrap .gx-md-4 {
		--bs-gutter-x: 1rem
	}

	.bootstrap .g-md-4,
	.bootstrap .gy-md-4 {
		--bs-gutter-y: 1rem
	}

	.bootstrap .g-md-5,
	.bootstrap .gx-md-5 {
		--bs-gutter-x: 1.25rem
	}

	.bootstrap .g-md-5,
	.bootstrap .gy-md-5 {
		--bs-gutter-y: 1.25rem
	}

	.bootstrap .g-md-6,
	.bootstrap .gx-md-6 {
		--bs-gutter-x: 1.5rem
	}

	.bootstrap .g-md-6,
	.bootstrap .gy-md-6 {
		--bs-gutter-y: 1.5rem
	}

	.bootstrap .g-md-7,
	.bootstrap .gx-md-7 {
		--bs-gutter-x: 1.75rem
	}

	.bootstrap .g-md-7,
	.bootstrap .gy-md-7 {
		--bs-gutter-y: 1.75rem
	}

	.bootstrap .g-md-8,
	.bootstrap .gx-md-8 {
		--bs-gutter-x: 2rem
	}

	.bootstrap .g-md-8,
	.bootstrap .gy-md-8 {
		--bs-gutter-y: 2rem
	}

	.bootstrap .g-md-9,
	.bootstrap .gx-md-9 {
		--bs-gutter-x: 2.25rem
	}

	.bootstrap .g-md-9,
	.bootstrap .gy-md-9 {
		--bs-gutter-y: 2.25rem
	}

	.bootstrap .g-md-10,
	.bootstrap .gx-md-10 {
		--bs-gutter-x: 2.5rem
	}

	.bootstrap .g-md-10,
	.bootstrap .gy-md-10 {
		--bs-gutter-y: 2.5rem
	}

	.bootstrap .g-md-11,
	.bootstrap .gx-md-11 {
		--bs-gutter-x: 3rem
	}

	.bootstrap .g-md-11,
	.bootstrap .gy-md-11 {
		--bs-gutter-y: 3rem
	}

	.bootstrap .g-md-12,
	.bootstrap .gx-md-12 {
		--bs-gutter-x: 3.5rem
	}

	.bootstrap .g-md-12,
	.bootstrap .gy-md-12 {
		--bs-gutter-y: 3.5rem
	}

	.bootstrap .g-md-13,
	.bootstrap .gx-md-13 {
		--bs-gutter-x: 4rem
	}

	.bootstrap .g-md-13,
	.bootstrap .gy-md-13 {
		--bs-gutter-y: 4rem
	}

	.bootstrap .g-md-14,
	.bootstrap .gx-md-14 {
		--bs-gutter-x: 4.5rem
	}

	.bootstrap .g-md-14,
	.bootstrap .gy-md-14 {
		--bs-gutter-y: 4.5rem
	}

	.bootstrap .g-md-15,
	.bootstrap .gx-md-15 {
		--bs-gutter-x: 5rem
	}

	.bootstrap .g-md-15,
	.bootstrap .gy-md-15 {
		--bs-gutter-y: 5rem
	}

	.bootstrap .g-md-16,
	.bootstrap .gx-md-16 {
		--bs-gutter-x: 5.5rem
	}

	.bootstrap .g-md-16,
	.bootstrap .gy-md-16 {
		--bs-gutter-y: 5.5rem
	}

	.bootstrap .g-md-17,
	.bootstrap .gx-md-17 {
		--bs-gutter-x: 6rem
	}

	.bootstrap .g-md-17,
	.bootstrap .gy-md-17 {
		--bs-gutter-y: 6rem
	}

	.bootstrap .g-md-18,
	.bootstrap .gx-md-18 {
		--bs-gutter-x: 6.5rem
	}

	.bootstrap .g-md-18,
	.bootstrap .gy-md-18 {
		--bs-gutter-y: 6.5rem
	}

	.bootstrap .g-md-19,
	.bootstrap .gx-md-19 {
		--bs-gutter-x: 7rem
	}

	.bootstrap .g-md-19,
	.bootstrap .gy-md-19 {
		--bs-gutter-y: 7rem
	}

	.bootstrap .g-md-20,
	.bootstrap .gx-md-20 {
		--bs-gutter-x: 7.5rem
	}

	.bootstrap .g-md-20,
	.bootstrap .gy-md-20 {
		--bs-gutter-y: 7.5rem
	}
}

@media (min-width: 992px) {
	.bootstrap .col-lg-auto {
		flex: 0 0 auto;
		width: auto
	}

	.bootstrap .col-lg-1 {
		flex: 0 0 auto;
		width: 8.33333333%
	}

	.bootstrap .col-lg-2 {
		flex: 0 0 auto;
		width: 16.66666667%
	}

	.bootstrap .col-lg-3 {
		flex: 0 0 auto;
		width: 25%
	}

	.bootstrap .col-lg-4 {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.bootstrap .col-lg-5 {
		flex: 0 0 auto;
		width: 41.66666667%
	}

	.bootstrap .col-lg-6 {
		flex: 0 0 auto;
		width: 50%
	}

	.bootstrap .col-lg-7 {
		flex: 0 0 auto;
		width: 58.33333333%
	}

	.bootstrap .col-lg-8 {
		flex: 0 0 auto;
		width: 66.66666667%
	}

	.bootstrap .col-lg-9 {
		flex: 0 0 auto;
		width: 75%
	}

	.bootstrap .col-lg-10 {
		flex: 0 0 auto;
		width: 83.33333333%
	}

	.bootstrap .col-lg-11 {
		flex: 0 0 auto;
		width: 91.66666667%
	}

	.bootstrap .col-lg-12 {
		flex: 0 0 auto;
		width: 100%
	}

	.bootstrap .offset-lg-0 {
		margin-left: 0
	}

	.bootstrap .offset-lg-1 {
		margin-left: 8.33333333%
	}

	.bootstrap .offset-lg-2 {
		margin-left: 16.66666667%
	}

	.bootstrap .offset-lg-3 {
		margin-left: 25%
	}

	.bootstrap .offset-lg-4 {
		margin-left: 33.33333333%
	}

	.bootstrap .offset-lg-5 {
		margin-left: 41.66666667%
	}

	.bootstrap .offset-lg-6 {
		margin-left: 50%
	}

	.bootstrap .offset-lg-7 {
		margin-left: 58.33333333%
	}

	.bootstrap .offset-lg-8 {
		margin-left: 66.66666667%
	}

	.bootstrap .offset-lg-9 {
		margin-left: 75%
	}

	.bootstrap .offset-lg-10 {
		margin-left: 83.33333333%
	}

	.bootstrap .offset-lg-11 {
		margin-left: 91.66666667%
	}

	.bootstrap .g-lg-0,
	.bootstrap .gx-lg-0 {
		--bs-gutter-x: 0
	}

	.bootstrap .g-lg-0,
	.bootstrap .gy-lg-0 {
		--bs-gutter-y: 0
	}

	.bootstrap .g-lg-1,
	.bootstrap .gx-lg-1 {
		--bs-gutter-x: .25rem
	}

	.bootstrap .g-lg-1,
	.bootstrap .gy-lg-1 {
		--bs-gutter-y: .25rem
	}

	.bootstrap .g-lg-2,
	.bootstrap .gx-lg-2 {
		--bs-gutter-x: .5rem
	}

	.bootstrap .g-lg-2,
	.bootstrap .gy-lg-2 {
		--bs-gutter-y: .5rem
	}

	.bootstrap .g-lg-3,
	.bootstrap .gx-lg-3 {
		--bs-gutter-x: .75rem
	}

	.bootstrap .g-lg-3,
	.bootstrap .gy-lg-3 {
		--bs-gutter-y: .75rem
	}

	.bootstrap .g-lg-4,
	.bootstrap .gx-lg-4 {
		--bs-gutter-x: 1rem
	}

	.bootstrap .g-lg-4,
	.bootstrap .gy-lg-4 {
		--bs-gutter-y: 1rem
	}

	.bootstrap .g-lg-5,
	.bootstrap .gx-lg-5 {
		--bs-gutter-x: 1.25rem
	}

	.bootstrap .g-lg-5,
	.bootstrap .gy-lg-5 {
		--bs-gutter-y: 1.25rem
	}

	.bootstrap .g-lg-6,
	.bootstrap .gx-lg-6 {
		--bs-gutter-x: 1.5rem
	}

	.bootstrap .g-lg-6,
	.bootstrap .gy-lg-6 {
		--bs-gutter-y: 1.5rem
	}

	.bootstrap .g-lg-7,
	.bootstrap .gx-lg-7 {
		--bs-gutter-x: 1.75rem
	}

	.bootstrap .g-lg-7,
	.bootstrap .gy-lg-7 {
		--bs-gutter-y: 1.75rem
	}

	.bootstrap .g-lg-8,
	.bootstrap .gx-lg-8 {
		--bs-gutter-x: 2rem
	}

	.bootstrap .g-lg-8,
	.bootstrap .gy-lg-8 {
		--bs-gutter-y: 2rem
	}

	.bootstrap .g-lg-9,
	.bootstrap .gx-lg-9 {
		--bs-gutter-x: 2.25rem
	}

	.bootstrap .g-lg-9,
	.bootstrap .gy-lg-9 {
		--bs-gutter-y: 2.25rem
	}

	.bootstrap .g-lg-10,
	.bootstrap .gx-lg-10 {
		--bs-gutter-x: 2.5rem
	}

	.bootstrap .g-lg-10,
	.bootstrap .gy-lg-10 {
		--bs-gutter-y: 2.5rem
	}

	.bootstrap .g-lg-11,
	.bootstrap .gx-lg-11 {
		--bs-gutter-x: 3rem
	}

	.bootstrap .g-lg-11,
	.bootstrap .gy-lg-11 {
		--bs-gutter-y: 3rem
	}

	.bootstrap .g-lg-12,
	.bootstrap .gx-lg-12 {
		--bs-gutter-x: 3.5rem
	}

	.bootstrap .g-lg-12,
	.bootstrap .gy-lg-12 {
		--bs-gutter-y: 3.5rem
	}

	.bootstrap .g-lg-13,
	.bootstrap .gx-lg-13 {
		--bs-gutter-x: 4rem
	}

	.bootstrap .g-lg-13,
	.bootstrap .gy-lg-13 {
		--bs-gutter-y: 4rem
	}

	.bootstrap .g-lg-14,
	.bootstrap .gx-lg-14 {
		--bs-gutter-x: 4.5rem
	}

	.bootstrap .g-lg-14,
	.bootstrap .gy-lg-14 {
		--bs-gutter-y: 4.5rem
	}

	.bootstrap .g-lg-15,
	.bootstrap .gx-lg-15 {
		--bs-gutter-x: 5rem
	}

	.bootstrap .g-lg-15,
	.bootstrap .gy-lg-15 {
		--bs-gutter-y: 5rem
	}

	.bootstrap .g-lg-16,
	.bootstrap .gx-lg-16 {
		--bs-gutter-x: 5.5rem
	}

	.bootstrap .g-lg-16,
	.bootstrap .gy-lg-16 {
		--bs-gutter-y: 5.5rem
	}

	.bootstrap .g-lg-17,
	.bootstrap .gx-lg-17 {
		--bs-gutter-x: 6rem
	}

	.bootstrap .g-lg-17,
	.bootstrap .gy-lg-17 {
		--bs-gutter-y: 6rem
	}

	.bootstrap .g-lg-18,
	.bootstrap .gx-lg-18 {
		--bs-gutter-x: 6.5rem
	}

	.bootstrap .g-lg-18,
	.bootstrap .gy-lg-18 {
		--bs-gutter-y: 6.5rem
	}

	.bootstrap .g-lg-19,
	.bootstrap .gx-lg-19 {
		--bs-gutter-x: 7rem
	}

	.bootstrap .g-lg-19,
	.bootstrap .gy-lg-19 {
		--bs-gutter-y: 7rem
	}

	.bootstrap .g-lg-20,
	.bootstrap .gx-lg-20 {
		--bs-gutter-x: 7.5rem
	}

	.bootstrap .g-lg-20,
	.bootstrap .gy-lg-20 {
		--bs-gutter-y: 7.5rem
	}
}

@media (min-width: 1200px) {
	.bootstrap .col-xl-auto {
		flex: 0 0 auto;
		width: auto
	}

	.bootstrap .col-xl-1 {
		flex: 0 0 auto;
		width: 8.33333333%
	}

	.bootstrap .col-xl-2 {
		flex: 0 0 auto;
		width: 16.66666667%
	}

	.bootstrap .col-xl-3 {
		flex: 0 0 auto;
		width: 25%
	}

	.bootstrap .col-xl-4 {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.bootstrap .col-xl-5 {
		flex: 0 0 auto;
		width: 41.66666667%
	}

	.bootstrap .col-xl-6 {
		flex: 0 0 auto;
		width: 50%
	}

	.bootstrap .col-xl-7 {
		flex: 0 0 auto;
		width: 58.33333333%
	}

	.bootstrap .col-xl-8 {
		flex: 0 0 auto;
		width: 66.66666667%
	}

	.bootstrap .col-xl-9 {
		flex: 0 0 auto;
		width: 75%
	}

	.bootstrap .col-xl-10 {
		flex: 0 0 auto;
		width: 83.33333333%
	}

	.bootstrap .col-xl-11 {
		flex: 0 0 auto;
		width: 91.66666667%
	}

	.bootstrap .col-xl-12 {
		flex: 0 0 auto;
		width: 100%
	}

	.bootstrap .offset-xl-0 {
		margin-left: 0
	}

	.bootstrap .offset-xl-1 {
		margin-left: 8.33333333%
	}

	.bootstrap .offset-xl-2 {
		margin-left: 16.66666667%
	}

	.bootstrap .offset-xl-3 {
		margin-left: 25%
	}

	.bootstrap .offset-xl-4 {
		margin-left: 33.33333333%
	}

	.bootstrap .offset-xl-5 {
		margin-left: 41.66666667%
	}

	.bootstrap .offset-xl-6 {
		margin-left: 50%
	}

	.bootstrap .offset-xl-7 {
		margin-left: 58.33333333%
	}

	.bootstrap .offset-xl-8 {
		margin-left: 66.66666667%
	}

	.bootstrap .offset-xl-9 {
		margin-left: 75%
	}

	.bootstrap .offset-xl-10 {
		margin-left: 83.33333333%
	}

	.bootstrap .offset-xl-11 {
		margin-left: 91.66666667%
	}

	.bootstrap .g-xl-0,
	.bootstrap .gx-xl-0 {
		--bs-gutter-x: 0
	}

	.bootstrap .g-xl-0,
	.bootstrap .gy-xl-0 {
		--bs-gutter-y: 0
	}

	.bootstrap .g-xl-1,
	.bootstrap .gx-xl-1 {
		--bs-gutter-x: .25rem
	}

	.bootstrap .g-xl-1,
	.bootstrap .gy-xl-1 {
		--bs-gutter-y: .25rem
	}

	.bootstrap .g-xl-2,
	.bootstrap .gx-xl-2 {
		--bs-gutter-x: .5rem
	}

	.bootstrap .g-xl-2,
	.bootstrap .gy-xl-2 {
		--bs-gutter-y: .5rem
	}

	.bootstrap .g-xl-3,
	.bootstrap .gx-xl-3 {
		--bs-gutter-x: .75rem
	}

	.bootstrap .g-xl-3,
	.bootstrap .gy-xl-3 {
		--bs-gutter-y: .75rem
	}

	.bootstrap .g-xl-4,
	.bootstrap .gx-xl-4 {
		--bs-gutter-x: 1rem
	}

	.bootstrap .g-xl-4,
	.bootstrap .gy-xl-4 {
		--bs-gutter-y: 1rem
	}

	.bootstrap .g-xl-5,
	.bootstrap .gx-xl-5 {
		--bs-gutter-x: 1.25rem
	}

	.bootstrap .g-xl-5,
	.bootstrap .gy-xl-5 {
		--bs-gutter-y: 1.25rem
	}

	.bootstrap .g-xl-6,
	.bootstrap .gx-xl-6 {
		--bs-gutter-x: 1.5rem
	}

	.bootstrap .g-xl-6,
	.bootstrap .gy-xl-6 {
		--bs-gutter-y: 1.5rem
	}

	.bootstrap .g-xl-7,
	.bootstrap .gx-xl-7 {
		--bs-gutter-x: 1.75rem
	}

	.bootstrap .g-xl-7,
	.bootstrap .gy-xl-7 {
		--bs-gutter-y: 1.75rem
	}

	.bootstrap .g-xl-8,
	.bootstrap .gx-xl-8 {
		--bs-gutter-x: 2rem
	}

	.bootstrap .g-xl-8,
	.bootstrap .gy-xl-8 {
		--bs-gutter-y: 2rem
	}

	.bootstrap .g-xl-9,
	.bootstrap .gx-xl-9 {
		--bs-gutter-x: 2.25rem
	}

	.bootstrap .g-xl-9,
	.bootstrap .gy-xl-9 {
		--bs-gutter-y: 2.25rem
	}

	.bootstrap .g-xl-10,
	.bootstrap .gx-xl-10 {
		--bs-gutter-x: 2.5rem
	}

	.bootstrap .g-xl-10,
	.bootstrap .gy-xl-10 {
		--bs-gutter-y: 2.5rem
	}

	.bootstrap .g-xl-11,
	.bootstrap .gx-xl-11 {
		--bs-gutter-x: 3rem
	}

	.bootstrap .g-xl-11,
	.bootstrap .gy-xl-11 {
		--bs-gutter-y: 3rem
	}

	.bootstrap .g-xl-12,
	.bootstrap .gx-xl-12 {
		--bs-gutter-x: 3.5rem
	}

	.bootstrap .g-xl-12,
	.bootstrap .gy-xl-12 {
		--bs-gutter-y: 3.5rem
	}

	.bootstrap .g-xl-13,
	.bootstrap .gx-xl-13 {
		--bs-gutter-x: 4rem
	}

	.bootstrap .g-xl-13,
	.bootstrap .gy-xl-13 {
		--bs-gutter-y: 4rem
	}

	.bootstrap .g-xl-14,
	.bootstrap .gx-xl-14 {
		--bs-gutter-x: 4.5rem
	}

	.bootstrap .g-xl-14,
	.bootstrap .gy-xl-14 {
		--bs-gutter-y: 4.5rem
	}

	.bootstrap .g-xl-15,
	.bootstrap .gx-xl-15 {
		--bs-gutter-x: 5rem
	}

	.bootstrap .g-xl-15,
	.bootstrap .gy-xl-15 {
		--bs-gutter-y: 5rem
	}

	.bootstrap .g-xl-16,
	.bootstrap .gx-xl-16 {
		--bs-gutter-x: 5.5rem
	}

	.bootstrap .g-xl-16,
	.bootstrap .gy-xl-16 {
		--bs-gutter-y: 5.5rem
	}

	.bootstrap .g-xl-17,
	.bootstrap .gx-xl-17 {
		--bs-gutter-x: 6rem
	}

	.bootstrap .g-xl-17,
	.bootstrap .gy-xl-17 {
		--bs-gutter-y: 6rem
	}

	.bootstrap .g-xl-18,
	.bootstrap .gx-xl-18 {
		--bs-gutter-x: 6.5rem
	}

	.bootstrap .g-xl-18,
	.bootstrap .gy-xl-18 {
		--bs-gutter-y: 6.5rem
	}

	.bootstrap .g-xl-19,
	.bootstrap .gx-xl-19 {
		--bs-gutter-x: 7rem
	}

	.bootstrap .g-xl-19,
	.bootstrap .gy-xl-19 {
		--bs-gutter-y: 7rem
	}

	.bootstrap .g-xl-20,
	.bootstrap .gx-xl-20 {
		--bs-gutter-x: 7.5rem
	}

	.bootstrap .g-xl-20,
	.bootstrap .gy-xl-20 {
		--bs-gutter-y: 7.5rem
	}
}

@media (min-width: 1400px) {
	.bootstrap .col-xxl-auto {
		flex: 0 0 auto;
		width: auto
	}

	.bootstrap .col-xxl-1 {
		flex: 0 0 auto;
		width: 8.33333333%
	}

	.bootstrap .col-xxl-2 {
		flex: 0 0 auto;
		width: 16.66666667%
	}

	.bootstrap .col-xxl-3 {
		flex: 0 0 auto;
		width: 25%
	}

	.bootstrap .col-xxl-4 {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.bootstrap .col-xxl-5 {
		flex: 0 0 auto;
		width: 41.66666667%
	}

	.bootstrap .col-xxl-6 {
		flex: 0 0 auto;
		width: 50%
	}

	.bootstrap .col-xxl-7 {
		flex: 0 0 auto;
		width: 58.33333333%
	}

	.bootstrap .col-xxl-8 {
		flex: 0 0 auto;
		width: 66.66666667%
	}

	.bootstrap .col-xxl-9 {
		flex: 0 0 auto;
		width: 75%
	}

	.bootstrap .col-xxl-10 {
		flex: 0 0 auto;
		width: 83.33333333%
	}

	.bootstrap .col-xxl-11 {
		flex: 0 0 auto;
		width: 91.66666667%
	}

	.bootstrap .col-xxl-12 {
		flex: 0 0 auto;
		width: 100%
	}

	.bootstrap .offset-xxl-0 {
		margin-left: 0
	}

	.bootstrap .offset-xxl-1 {
		margin-left: 8.33333333%
	}

	.bootstrap .offset-xxl-2 {
		margin-left: 16.66666667%
	}

	.bootstrap .offset-xxl-3 {
		margin-left: 25%
	}

	.bootstrap .offset-xxl-4 {
		margin-left: 33.33333333%
	}

	.bootstrap .offset-xxl-5 {
		margin-left: 41.66666667%
	}

	.bootstrap .offset-xxl-6 {
		margin-left: 50%
	}

	.bootstrap .offset-xxl-7 {
		margin-left: 58.33333333%
	}

	.bootstrap .offset-xxl-8 {
		margin-left: 66.66666667%
	}

	.bootstrap .offset-xxl-9 {
		margin-left: 75%
	}

	.bootstrap .offset-xxl-10 {
		margin-left: 83.33333333%
	}

	.bootstrap .offset-xxl-11 {
		margin-left: 91.66666667%
	}

	.bootstrap .g-xxl-0,
	.bootstrap .gx-xxl-0 {
		--bs-gutter-x: 0
	}

	.bootstrap .g-xxl-0,
	.bootstrap .gy-xxl-0 {
		--bs-gutter-y: 0
	}

	.bootstrap .g-xxl-1,
	.bootstrap .gx-xxl-1 {
		--bs-gutter-x: .25rem
	}

	.bootstrap .g-xxl-1,
	.bootstrap .gy-xxl-1 {
		--bs-gutter-y: .25rem
	}

	.bootstrap .g-xxl-2,
	.bootstrap .gx-xxl-2 {
		--bs-gutter-x: .5rem
	}

	.bootstrap .g-xxl-2,
	.bootstrap .gy-xxl-2 {
		--bs-gutter-y: .5rem
	}

	.bootstrap .g-xxl-3,
	.bootstrap .gx-xxl-3 {
		--bs-gutter-x: .75rem
	}

	.bootstrap .g-xxl-3,
	.bootstrap .gy-xxl-3 {
		--bs-gutter-y: .75rem
	}

	.bootstrap .g-xxl-4,
	.bootstrap .gx-xxl-4 {
		--bs-gutter-x: 1rem
	}

	.bootstrap .g-xxl-4,
	.bootstrap .gy-xxl-4 {
		--bs-gutter-y: 1rem
	}

	.bootstrap .g-xxl-5,
	.bootstrap .gx-xxl-5 {
		--bs-gutter-x: 1.25rem
	}

	.bootstrap .g-xxl-5,
	.bootstrap .gy-xxl-5 {
		--bs-gutter-y: 1.25rem
	}

	.bootstrap .g-xxl-6,
	.bootstrap .gx-xxl-6 {
		--bs-gutter-x: 1.5rem
	}

	.bootstrap .g-xxl-6,
	.bootstrap .gy-xxl-6 {
		--bs-gutter-y: 1.5rem
	}

	.bootstrap .g-xxl-7,
	.bootstrap .gx-xxl-7 {
		--bs-gutter-x: 1.75rem
	}

	.bootstrap .g-xxl-7,
	.bootstrap .gy-xxl-7 {
		--bs-gutter-y: 1.75rem
	}

	.bootstrap .g-xxl-8,
	.bootstrap .gx-xxl-8 {
		--bs-gutter-x: 2rem
	}

	.bootstrap .g-xxl-8,
	.bootstrap .gy-xxl-8 {
		--bs-gutter-y: 2rem
	}

	.bootstrap .g-xxl-9,
	.bootstrap .gx-xxl-9 {
		--bs-gutter-x: 2.25rem
	}

	.bootstrap .g-xxl-9,
	.bootstrap .gy-xxl-9 {
		--bs-gutter-y: 2.25rem
	}

	.bootstrap .g-xxl-10,
	.bootstrap .gx-xxl-10 {
		--bs-gutter-x: 2.5rem
	}

	.bootstrap .g-xxl-10,
	.bootstrap .gy-xxl-10 {
		--bs-gutter-y: 2.5rem
	}

	.bootstrap .g-xxl-11,
	.bootstrap .gx-xxl-11 {
		--bs-gutter-x: 3rem
	}

	.bootstrap .g-xxl-11,
	.bootstrap .gy-xxl-11 {
		--bs-gutter-y: 3rem
	}

	.bootstrap .g-xxl-12,
	.bootstrap .gx-xxl-12 {
		--bs-gutter-x: 3.5rem
	}

	.bootstrap .g-xxl-12,
	.bootstrap .gy-xxl-12 {
		--bs-gutter-y: 3.5rem
	}

	.bootstrap .g-xxl-13,
	.bootstrap .gx-xxl-13 {
		--bs-gutter-x: 4rem
	}

	.bootstrap .g-xxl-13,
	.bootstrap .gy-xxl-13 {
		--bs-gutter-y: 4rem
	}

	.bootstrap .g-xxl-14,
	.bootstrap .gx-xxl-14 {
		--bs-gutter-x: 4.5rem
	}

	.bootstrap .g-xxl-14,
	.bootstrap .gy-xxl-14 {
		--bs-gutter-y: 4.5rem
	}

	.bootstrap .g-xxl-15,
	.bootstrap .gx-xxl-15 {
		--bs-gutter-x: 5rem
	}

	.bootstrap .g-xxl-15,
	.bootstrap .gy-xxl-15 {
		--bs-gutter-y: 5rem
	}

	.bootstrap .g-xxl-16,
	.bootstrap .gx-xxl-16 {
		--bs-gutter-x: 5.5rem
	}

	.bootstrap .g-xxl-16,
	.bootstrap .gy-xxl-16 {
		--bs-gutter-y: 5.5rem
	}

	.bootstrap .g-xxl-17,
	.bootstrap .gx-xxl-17 {
		--bs-gutter-x: 6rem
	}

	.bootstrap .g-xxl-17,
	.bootstrap .gy-xxl-17 {
		--bs-gutter-y: 6rem
	}

	.bootstrap .g-xxl-18,
	.bootstrap .gx-xxl-18 {
		--bs-gutter-x: 6.5rem
	}

	.bootstrap .g-xxl-18,
	.bootstrap .gy-xxl-18 {
		--bs-gutter-y: 6.5rem
	}

	.bootstrap .g-xxl-19,
	.bootstrap .gx-xxl-19 {
		--bs-gutter-x: 7rem
	}

	.bootstrap .g-xxl-19,
	.bootstrap .gy-xxl-19 {
		--bs-gutter-y: 7rem
	}

	.bootstrap .g-xxl-20,
	.bootstrap .gx-xxl-20 {
		--bs-gutter-x: 7.5rem
	}

	.bootstrap .g-xxl-20,
	.bootstrap .gy-xxl-20 {
		--bs-gutter-y: 7.5rem
	}
}

.bootstrap .table {
	--bs-table-bg: transparent;
	--bs-table-accent-bg: transparent;
	--bs-table-striped-color: #212529;
	--bs-table-striped-bg: rgba(0, 0, 0, 0.05);
	--bs-table-active-color: #212529;
	--bs-table-active-bg: rgba(0, 0, 0, 0.1);
	--bs-table-hover-color: #212529;
	--bs-table-hover-bg: rgba(0, 0, 0, 0.075);
	width: 100%;
	margin-bottom: 1rem;
	color: #212529;
	vertical-align: top;
	border-color: #dee2e6
}

.bootstrap .table>:not(caption)>*>* {
	padding: .5rem .5rem;
	background-color: var(--bs-table-bg);
	border-bottom-width: 1px;
	box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.bootstrap .table>tbody {
	vertical-align: inherit
}

.bootstrap .table>thead {
	vertical-align: bottom
}

.bootstrap .table>:not(:last-child)>:last-child>* {
	border-bottom-color: currentColor
}

.bootstrap .caption-top {
	caption-side: top
}

.bootstrap .table-sm>:not(caption)>*>* {
	padding: .25rem .25rem
}

.bootstrap .table-bordered>:not(caption)>* {
	border-width: 1px 0
}

.bootstrap .table-bordered>:not(caption)>*>* {
	border-width: 0 1px
}

.bootstrap .table-borderless>:not(caption)>*>* {
	border-bottom-width: 0
}

.bootstrap .table-striped>tbody>tr:nth-of-type(odd) {
	--bs-table-accent-bg: var(--bs-table-striped-bg);
	color: var(--bs-table-striped-color)
}

.bootstrap .table-active {
	--bs-table-accent-bg: var(--bs-table-active-bg);
	color: var(--bs-table-active-color)
}

.bootstrap .table-hover>tbody>tr:hover {
	--bs-table-accent-bg: var(--bs-table-hover-bg);
	color: var(--bs-table-hover-color)
}

.bootstrap .table-primary {
	--bs-table-bg: #dcecf9;
	--bs-table-striped-bg: #d1e0ed;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #c6d4e0;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #ccdae6;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #c6d4e0
}

.bootstrap .table-secondary {
	--bs-table-bg: #eee7f3;
	--bs-table-striped-bg: #e2dbe7;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #d6d0db;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #dcd6e1;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #d6d0db
}

.bootstrap .table-success {
	--bs-table-bg: #d1e7dd;
	--bs-table-striped-bg: #c7dbd2;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #bcd0c7;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #c1d6cc;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #bcd0c7
}

.bootstrap .table-info {
	--bs-table-bg: #cff4fc;
	--bs-table-striped-bg: #c5e8ef;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #badce3;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #bfe2e9;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #badce3
}

.bootstrap .table-warning {
	--bs-table-bg: #fff3cd;
	--bs-table-striped-bg: #f2e7c3;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #e6dbb9;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #ece1be;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #e6dbb9
}

.bootstrap .table-danger {
	--bs-table-bg: #f8d7da;
	--bs-table-striped-bg: #eccccf;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #dfc2c4;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #e5c7ca;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #dfc2c4
}

.bootstrap .table-light {
	--bs-table-bg: #f8f9fa;
	--bs-table-striped-bg: #ecedee;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #dfe0e1;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #e5e6e7;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #dfe0e1
}

.bootstrap .table-dark {
	--bs-table-bg: #212529;
	--bs-table-striped-bg: #2c3034;
	--bs-table-striped-color: #fff;
	--bs-table-active-bg: #373b3e;
	--bs-table-active-color: #fff;
	--bs-table-hover-bg: #323539;
	--bs-table-hover-color: #fff;
	color: #fff;
	border-color: #373b3e
}

.bootstrap .table-responsive {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}

@media (max-width: 575.98px) {
	.bootstrap .table-responsive-sm {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
}

@media (max-width: 767.98px) {
	.bootstrap .table-responsive-md {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
}

@media (max-width: 991.98px) {
	.bootstrap .table-responsive-lg {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
}

@media (max-width: 1199.98px) {
	.bootstrap .table-responsive-xl {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
}

@media (max-width: 1399.98px) {
	.bootstrap .table-responsive-xxl {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
}

.bootstrap .form-label {
	margin-bottom: .5rem
}

.bootstrap .col-form-label {
	padding-top: calc(1rem + 1px);
	padding-bottom: calc(1rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5
}

.bootstrap .col-form-label-lg {
	padding-top: calc(.5rem + 1px);
	padding-bottom: calc(.5rem + 1px);
	font-size: 1.25rem
}

.bootstrap .col-form-label-sm {
	padding-top: calc(.25rem + 1px);
	padding-bottom: calc(.25rem + 1px);
	font-size: .875rem
}

.bootstrap .form-text {
	margin-top: .25rem;
	font-size: .875em;
	color: #6c757d
}

.bootstrap .form-control {
	display: block;
	width: 100%;
	padding: 1rem 1.5rem;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	appearance: none;
	border-radius: .25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
	.bootstrap .form-control {
		transition: none
	}
}

.bootstrap .form-control[type="file"] {
	overflow: hidden
}

.bootstrap .form-control[type="file"]:not(:disabled):not([readonly]) {
	cursor: pointer
}

.bootstrap .form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: #a8cff1;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(80, 158, 227, 0.25)
}

.bootstrap .form-control::-webkit-date-and-time-value {
	height: 1.5em
}

.bootstrap .form-control::placeholder {
	color: #6c757d;
	opacity: 1
}

.bootstrap .form-control:disabled,
.bootstrap .form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1
}

.bootstrap .form-control::file-selector-button {
	padding: 1rem 1.5rem;
	margin: -1rem -1.5rem;
	margin-inline-end: 1.5rem;
	color: #212529;
	background-color: #e9ecef;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 1px;
	border-radius: 0;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
	.bootstrap .form-control::file-selector-button {
		transition: none
	}
}

.bootstrap .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
	background-color: #dde0e3
}

.bootstrap .form-control::-webkit-file-upload-button {
	padding: 1rem 1.5rem;
	margin: -1rem -1.5rem;
	margin-inline-end: 1.5rem;
	color: #212529;
	background-color: #e9ecef;
	pointer-events: none;
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-inline-end-width: 1px;
	border-radius: 0;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
	.bootstrap .form-control::-webkit-file-upload-button {
		transition: none
	}
}

.bootstrap .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
	background-color: #dde0e3
}

.bootstrap .form-control-plaintext {
	display: block;
	width: 100%;
	padding: 1rem 0;
	margin-bottom: 0;
	line-height: 1.5;
	color: #212529;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0
}

.bootstrap .form-control-plaintext.form-control-sm,
.bootstrap .form-control-plaintext.form-control-lg {
	padding-right: 0;
	padding-left: 0
}

.bootstrap .form-control-sm {
	min-height: calc(1.5em + (.5rem + 2px));
	padding: .25rem .5rem;
	font-size: .875rem;
	border-radius: .2rem
}

.bootstrap .form-control-sm::file-selector-button {
	padding: .25rem .5rem;
	margin: -.25rem -.5rem;
	margin-inline-end: .5rem
}

.bootstrap .form-control-sm::-webkit-file-upload-button {
	padding: .25rem .5rem;
	margin: -.25rem -.5rem;
	margin-inline-end: .5rem
}

.bootstrap .form-control-lg {
	min-height: calc(1.5em + (1rem + 2px));
	padding: .5rem 1rem;
	font-size: 1.25rem;
	border-radius: .5rem
}

.bootstrap .form-control-lg::file-selector-button {
	padding: .5rem 1rem;
	margin: -.5rem -1rem;
	margin-inline-end: 1rem
}

.bootstrap .form-control-lg::-webkit-file-upload-button {
	padding: .5rem 1rem;
	margin: -.5rem -1rem;
	margin-inline-end: 1rem
}

.bootstrap textarea.form-control {
	min-height: calc(1.5em + (2rem + 2px))
}

.bootstrap textarea.form-control-sm {
	min-height: calc(1.5em + (.5rem + 2px))
}

.bootstrap textarea.form-control-lg {
	min-height: calc(1.5em + (1rem + 2px))
}

.bootstrap .form-control-color {
	max-width: 3rem;
	height: auto;
	padding: 1rem
}

.bootstrap .form-control-color:not(:disabled):not([readonly]) {
	cursor: pointer
}

.bootstrap .form-control-color::-moz-color-swatch {
	height: 1.5em;
	border-radius: .25rem
}

.bootstrap .form-control-color::-webkit-color-swatch {
	height: 1.5em;
	border-radius: .25rem
}

.bootstrap .form-select {
	display: block;
	width: 100%;
	padding: 1rem 4.5rem 1rem 1.5rem;
	-moz-padding-start: calc(1.5rem - 3px);
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	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-repeat: no-repeat;
	background-position: right 1.5rem center;
	background-size: 16px 12px;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	appearance: none
}

@media (prefers-reduced-motion: reduce) {
	.bootstrap .form-select {
		transition: none
	}
}

.bootstrap .form-select:focus {
	border-color: #a8cff1;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(80, 158, 227, 0.25)
}

.bootstrap .form-select[multiple],
.bootstrap .form-select[size]:not([size="1"]) {
	padding-right: 1.5rem;
	background-image: none
}

.bootstrap .form-select:disabled {
	background-color: #e9ecef
}

.bootstrap .form-select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #212529
}

.bootstrap .form-select-sm {
	padding-top: .25rem;
	padding-bottom: .25rem;
	padding-left: .5rem;
	font-size: .875rem
}

.bootstrap .form-select-lg {
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 1rem;
	font-size: 1.25rem
}

.bootstrap .form-check {
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5em;
	margin-bottom: .125rem
}

.bootstrap .form-check .form-check-input {
	float: left;
	margin-left: -1.5em
}

.bootstrap .form-check-input {
	width: 1em;
	height: 1em;
	margin-top: .25em;
	vertical-align: top;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px solid rgba(0, 0, 0, 0.25);
	appearance: none;
	color-adjust: exact
}

.bootstrap .form-check-input[type="checkbox"] {
	border-radius: .25em
}

.bootstrap .form-check-input[type="radio"] {
	border-radius: 50%
}

.bootstrap .form-check-input:active {
	filter: brightness(90%)
}

.bootstrap .form-check-input:focus {
	border-color: #a8cff1;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(80, 158, 227, 0.25)
}

.bootstrap .form-check-input:checked {
	background-color: #f48400;
	border-color: #f48400
}

.bootstrap .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")
}

.bootstrap .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")
}

.bootstrap .form-check-input[type="checkbox"]:indeterminate {
	background-color: #f48400;
	border-color: #f48400;
	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")
}

.bootstrap .form-check-input:disabled {
	pointer-events: none;
	filter: none;
	opacity: .5
}

.bootstrap .form-check-input[disabled]~.form-check-label,
.bootstrap .form-check-input:disabled~.form-check-label {
	opacity: .5
}

.bootstrap .form-switch {
	padding-left: 2.5em
}

.bootstrap .form-switch .form-check-input {
	width: 2em;
	margin-left: -2.5em;
	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: 2em;
	transition: background-position 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
	.bootstrap .form-switch .form-check-input {
		transition: none
	}
}

.bootstrap .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='%23a8cff1'/%3e%3c/svg%3e")
}

.bootstrap .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")
}

.bootstrap .form-check-inline {
	display: inline-block;
	margin-right: 1rem
}

.bootstrap .btn-check {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}

.bootstrap .btn-check[disabled]+.btn,
.bootstrap .btn-check:disabled+.btn {
	pointer-events: none;
	filter: none;
	opacity: .65
}

.bootstrap .form-range {
	width: 100%;
	height: 1.5rem;
	padding: 0;
	background-color: transparent;
	appearance: none
}

.bootstrap .form-range:focus {
	outline: 0
}

.bootstrap .form-range:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(80, 158, 227, 0.25)
}

.bootstrap .form-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(80, 158, 227, 0.25)
}

.bootstrap .form-range::-moz-focus-outer {
	border: 0
}

.bootstrap .form-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -.25rem;
	background-color: #f48400;
	border: 0;
	border-radius: 1rem;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	appearance: none
}

@media (prefers-reduced-motion: reduce) {
	.bootstrap .form-range::-webkit-slider-thumb {
		transition: none
	}
}

.bootstrap .form-range::-webkit-slider-thumb:active {
	background-color: #cbe2f7
}

.bootstrap .form-range::-webkit-slider-runnable-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem
}

.bootstrap .form-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #f48400;
	border: 0;
	border-radius: 1rem;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	appearance: none
}

@media (prefers-reduced-motion: reduce) {
	.bootstrap .form-range::-moz-range-thumb {
		transition: none
	}
}

.bootstrap .form-range::-moz-range-thumb:active {
	background-color: #cbe2f7
}

.bootstrap .form-range::-moz-range-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem
}

.bootstrap .form-range:disabled {
	pointer-events: none
}

.bootstrap .form-range:disabled::-webkit-slider-thumb {
	background-color: #adb5bd
}

.bootstrap .form-range:disabled::-moz-range-thumb {
	background-color: #adb5bd
}

.bootstrap .form-floating {
	position: relative
}

.bootstrap .form-floating>.form-control,
.bootstrap .form-floating>.form-select {
	height: calc(3.5rem + 2px);
	line-height: 1.25
}

.bootstrap .form-floating>label {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding: 1rem 1.5rem;
	pointer-events: none;
	border: 1px solid transparent;
	transform-origin: 0 0;
	transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
	.bootstrap .form-floating>label {
		transition: none
	}
}

.bootstrap .form-floating>.form-control {
	padding: 1rem 1.5rem
}

.bootstrap .form-floating>.form-control::placeholder {
	color: transparent
}

.bootstrap .form-floating>.form-control:focus,
.bootstrap .form-floating>.form-control:not(:placeholder-shown) {
	padding-top: 1.625rem;
	padding-bottom: .625rem
}

.bootstrap .form-floating>.form-control:-webkit-autofill {
	padding-top: 1.625rem;
	padding-bottom: .625rem
}

.bootstrap .form-floating>.form-select {
	padding-top: 1.625rem;
	padding-bottom: .625rem
}

.bootstrap .form-floating>.form-control:focus~label,
.bootstrap .form-floating>.form-control:not(:placeholder-shown)~label,
.bootstrap .form-floating>.form-select~label {
	opacity: .65;
	transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.bootstrap .form-floating>.form-control:-webkit-autofill~label {
	opacity: .65;
	transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.bootstrap .input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%
}

.bootstrap .input-group>.form-control,
.bootstrap .input-group>.form-select {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	min-width: 0
}

.bootstrap .input-group>.form-control:focus,
.bootstrap .input-group>.form-select:focus {
	z-index: 3
}

.bootstrap .input-group .btn {
	position: relative;
	z-index: 2
}

.bootstrap .input-group .btn:focus {
	z-index: 3
}

.bootstrap .input-group-text {
	display: flex;
	align-items: center;
	padding: 1rem 1.5rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: .25rem
}

.bootstrap .input-group-lg>.form-control,
.bootstrap .input-group-lg>.form-select,
.bootstrap .input-group-lg>.input-group-text,
.bootstrap .input-group-lg>.btn {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	border-radius: .5rem
}

.bootstrap .input-group-sm>.form-control,
.bootstrap .input-group-sm>.form-select,
.bootstrap .input-group-sm>.input-group-text,
.bootstrap .input-group-sm>.btn {
	padding: .25rem .5rem;
	font-size: .875rem;
	border-radius: .2rem
}

.bootstrap .input-group-lg>.form-select,
.bootstrap .input-group-sm>.form-select {
	padding-right: 6rem
}

.bootstrap .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.bootstrap .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.bootstrap .input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.bootstrap .input-group.has-validation>.dropdown-toggle:nth-last-child(n+4) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.bootstrap .input-group>: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
}

.bootstrap .valid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: .875em;
	color: #198754
}

.bootstrap .valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	color: #fff;
	background-color: rgba(25, 135, 84, 0.9);
	border-radius: .25rem
}

.was-validated .bootstrap:valid~.valid-feedback,
.was-validated .bootstrap:valid~.valid-tooltip,
.bootstrap.is-valid~.valid-feedback,
.bootstrap.is-valid~.valid-tooltip {
	display: block
}

.was-validated .bootstrap .form-control:valid,
.bootstrap .form-control.is-valid {
	border-color: #198754;
	padding-right: calc(1.5em + 2rem);
	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 calc(.375em + .5rem) center;
	background-size: calc(.75em + 1rem) calc(.75em + 1rem)
}

.was-validated .bootstrap .form-control:valid:focus,
.bootstrap .form-control.is-valid:focus {
	border-color: #198754;
	box-shadow: 0 0 0 .25rem rgba(25, 135, 84, 0.25)
}

.was-validated .bootstrap textarea.form-control:valid,
.bootstrap textarea.form-control.is-valid {
	padding-right: calc(1.5em + 2rem);
	background-position: top calc(.375em + .5rem) right calc(.375em + .5rem)
}

.was-validated .bootstrap .form-select:valid,
.bootstrap .form-select.is-valid {
	border-color: #198754
}

.was-validated .bootstrap .form-select:valid:not([multiple]):not([size]),
.was-validated .bootstrap .form-select:valid:not([multiple])[size="1"],
.bootstrap .form-select.is-valid:not([multiple]):not([size]),
.bootstrap .form-select.is-valid:not([multiple])[size="1"] {
	padding-right: 8.25rem;
	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 1.5rem center, center right 4.5rem;
	background-size: 16px 12px, calc(.75em + 1rem) calc(.75em + 1rem)
}

.was-validated .bootstrap .form-select:valid:focus,
.bootstrap .form-select.is-valid:focus {
	border-color: #198754;
	box-shadow: 0 0 0 .25rem rgba(25, 135, 84, 0.25)
}

.was-validated .bootstrap .form-check-input:valid,
.bootstrap .form-check-input.is-valid {
	border-color: #198754
}

.was-validated .bootstrap .form-check-input:valid:checked,
.bootstrap .form-check-input.is-valid:checked {
	background-color: #198754
}

.was-validated .bootstrap .form-check-input:valid:focus,
.bootstrap .form-check-input.is-valid:focus {
	box-shadow: 0 0 0 .25rem rgba(25, 135, 84, 0.25)
}

.was-validated .bootstrap .form-check-input:valid~.form-check-label,
.bootstrap .form-check-input.is-valid~.form-check-label {
	color: #198754
}

.bootstrap .form-check-inline .form-check-input~.valid-feedback {
	margin-left: .5em
}

.was-validated .bootstrap .input-group .form-control:valid,
.bootstrap .input-group .form-control.is-valid,
.was-validated .bootstrap .input-group .form-select:valid,
.bootstrap .input-group .form-select.is-valid {
	z-index: 1
}

.was-validated .bootstrap .input-group .form-control:valid:focus,
.bootstrap .input-group .form-control.is-valid:focus,
.was-validated .bootstrap .input-group .form-select:valid:focus,
.bootstrap .input-group .form-select.is-valid:focus {
	z-index: 3
}

.bootstrap .invalid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: .875em;
	color: #dc3545
}

.bootstrap .invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	color: #fff;
	background-color: rgba(220, 53, 69, 0.9);
	border-radius: .25rem
}

.was-validated .bootstrap:invalid~.invalid-feedback,
.was-validated .bootstrap:invalid~.invalid-tooltip,
.bootstrap.is-invalid~.invalid-feedback,
.bootstrap.is-invalid~.invalid-tooltip {
	display: block
}

.was-validated .bootstrap .form-control:invalid,
.bootstrap .form-control.is-invalid {
	border-color: #dc3545;
	padding-right: calc(1.5em + 2rem);
	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 calc(.375em + .5rem) center;
	background-size: calc(.75em + 1rem) calc(.75em + 1rem)
}

.was-validated .bootstrap .form-control:invalid:focus,
.bootstrap .form-control.is-invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .25rem rgba(220, 53, 69, 0.25)
}

.was-validated .bootstrap textarea.form-control:invalid,
.bootstrap textarea.form-control.is-invalid {
	padding-right: calc(1.5em + 2rem);
	background-position: top calc(.375em + .5rem) right calc(.375em + .5rem)
}

.was-validated .bootstrap .form-select:invalid,
.bootstrap .form-select.is-invalid {
	border-color: #dc3545
}

.was-validated .bootstrap .form-select:invalid:not([multiple]):not([size]),
.was-validated .bootstrap .form-select:invalid:not([multiple])[size="1"],
.bootstrap .form-select.is-invalid:not([multiple]):not([size]),
.bootstrap .form-select.is-invalid:not([multiple])[size="1"] {
	padding-right: 8.25rem;
	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 1.5rem center, center right 4.5rem;
	background-size: 16px 12px, calc(.75em + 1rem) calc(.75em + 1rem)
}

.was-validated .bootstrap .form-select:invalid:focus,
.bootstrap .form-select.is-invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .25rem rgba(220, 53, 69, 0.25)
}

.was-validated .bootstrap .form-check-input:invalid,
.bootstrap .form-check-input.is-invalid {
	border-color: #dc3545
}

.was-validated .bootstrap .form-check-input:invalid:checked,
.bootstrap .form-check-input.is-invalid:checked {
	background-color: #dc3545
}

.was-validated .bootstrap .form-check-input:invalid:focus,
.bootstrap .form-check-input.is-invalid:focus {
	box-shadow: 0 0 0 .25rem rgba(220, 53, 69, 0.25)
}

.was-validated .bootstrap .form-check-input:invalid~.form-check-label,
.bootstrap .form-check-input.is-invalid~.form-check-label {
	color: #dc3545
}

.bootstrap .form-check-inline .form-check-input~.invalid-feedback {
	margin-left: .5em
}

.was-validated .bootstrap .input-group .form-control:invalid,
.bootstrap .input-group .form-control.is-invalid,
.was-validated .bootstrap .input-group .form-select:invalid,
.bootstrap .input-group .form-select.is-invalid {
	z-index: 2
}

.was-validated .bootstrap .input-group .form-control:invalid:focus,
.bootstrap .input-group .form-control.is-invalid:focus,
.was-validated .bootstrap .input-group .form-select:invalid:focus,
.bootstrap .input-group .form-select.is-invalid:focus {
	z-index: 3
}

.bootstrap .btn {
	display: inline-block;
	font-family: inherit;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 1rem 1.5rem;
	font-size: 1rem;
	border-radius: .5rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
	.bootstrap .btn {
		transition: none
	}
}

.bootstrap .btn:hover {
	color: #2fe214;
	text-decoration: none
}

.btn-check:focus+.bootstrap .btn,
.bootstrap .btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(80, 158, 227, 0.25)
}

.bootstrap .btn:disabled,
.bootstrap .btn.disabled,
fieldset:disabled .bootstrap .btn {
	pointer-events: none;
	opacity: .65
}

.bootstrap .btn-primary {
	color: #000;
	background-color: #f48400;
	border-color: #f48400
}

.bootstrap .btn-primary:hover {
	color: #000;
	background-color: #f48400;
	border-color: #f48400
}

.btn-check:focus+.bootstrap .btn-primary,
.bootstrap .btn-primary:focus {
	color: #000;
	background-color: #f48400;
	border-color: #f48400;
	box-shadow: 0 0 0 .25rem rgba(68, 134, 193, 0.5)
}

.btn-check:checked+.bootstrap .btn-primary,
.btn-check:active+.bootstrap .btn-primary,
.bootstrap .btn-primary:active,
.bootstrap .btn-primary.active,
.show>.bootstrap .btn-primary.dropdown-toggle {
	color: #000;
	background-color: #f48400;
	border-color: #f48400
}

.btn-check:checked+.bootstrap .btn-primary:focus,
.btn-check:active+.bootstrap .btn-primary:focus,
.bootstrap .btn-primary:active:focus,
.bootstrap .btn-primary.active:focus,
.show>.bootstrap .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(68, 134, 193, 0.5)
}

.bootstrap .btn-primary:disabled,
.bootstrap .btn-primary.disabled {
	color: #000;
	background-color: #f48400;
	border-color: #f48400
}

.bootstrap .btn-secondary {
	color: #000;
	background-color: #a989c5;
	border-color: #a989c5
}

.bootstrap .btn-secondary:hover {
	color: #000;
	background-color: #b69bce;
	border-color: #b295cb
}

.btn-check:focus+.bootstrap .btn-secondary,
.bootstrap .btn-secondary:focus {
	color: #000;
	background-color: #b69bce;
	border-color: #b295cb;
	box-shadow: 0 0 0 .25rem rgba(144, 116, 167, 0.5)
}

.btn-check:checked+.bootstrap .btn-secondary,
.btn-check:active+.bootstrap .btn-secondary,
.bootstrap .btn-secondary:active,
.bootstrap .btn-secondary.active,
.show>.bootstrap .btn-secondary.dropdown-toggle {
	color: #000;
	background-color: #baa1d1;
	border-color: #b295cb
}

.btn-check:checked+.bootstrap .btn-secondary:focus,
.btn-check:active+.bootstrap .btn-secondary:focus,
.bootstrap .btn-secondary:active:focus,
.bootstrap .btn-secondary.active:focus,
.show>.bootstrap .btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(144, 116, 167, 0.5)
}

.bootstrap .btn-secondary:disabled,
.bootstrap .btn-secondary.disabled {
	color: #000;
	background-color: #a989c5;
	border-color: #a989c5
}

.bootstrap .btn-success {
	color: #fff;
	background-color: #198754;
	border-color: #198754
}

.bootstrap .btn-success:hover {
	color: #fff;
	background-color: #157347;
	border-color: #146c43
}

.btn-check:focus+.bootstrap .btn-success,
.bootstrap .btn-success:focus {
	color: #fff;
	background-color: #157347;
	border-color: #146c43;
	box-shadow: 0 0 0 .25rem rgba(60, 153, 110, 0.5)
}

.btn-check:checked+.bootstrap .btn-success,
.btn-check:active+.bootstrap .btn-success,
.bootstrap .btn-success:active,
.bootstrap .btn-success.active,
.show>.bootstrap .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #146c43;
	border-color: #13653f
}

.btn-check:checked+.bootstrap .btn-success:focus,
.btn-check:active+.bootstrap .btn-success:focus,
.bootstrap .btn-success:active:focus,
.bootstrap .btn-success.active:focus,
.show>.bootstrap .btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(60, 153, 110, 0.5)
}

.bootstrap .btn-success:disabled,
.bootstrap .btn-success.disabled {
	color: #fff;
	background-color: #198754;
	border-color: #198754
}

.bootstrap .btn-info {
	color: #000;
	background-color: #0dcaf0;
	border-color: #0dcaf0
}

.bootstrap .btn-info:hover {
	color: #000;
	background-color: #31d2f2;
	border-color: #25cff2
}

.btn-check:focus+.bootstrap .btn-info,
.bootstrap .btn-info:focus {
	color: #000;
	background-color: #31d2f2;
	border-color: #25cff2;
	box-shadow: 0 0 0 .25rem rgba(11, 172, 204, 0.5)
}

.btn-check:checked+.bootstrap .btn-info,
.btn-check:active+.bootstrap .btn-info,
.bootstrap .btn-info:active,
.bootstrap .btn-info.active,
.show>.bootstrap .btn-info.dropdown-toggle {
	color: #000;
	background-color: #3dd5f3;
	border-color: #25cff2
}

.btn-check:checked+.bootstrap .btn-info:focus,
.btn-check:active+.bootstrap .btn-info:focus,
.bootstrap .btn-info:active:focus,
.bootstrap .btn-info.active:focus,
.show>.bootstrap .btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(11, 172, 204, 0.5)
}

.bootstrap .btn-info:disabled,
.bootstrap .btn-info.disabled {
	color: #000;
	background-color: #0dcaf0;
	border-color: #0dcaf0
}

.bootstrap .btn-warning {
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107
}

.bootstrap .btn-warning:hover {
	color: #000;
	background-color: #ffca2c;
	border-color: #ffc720
}

.btn-check:focus+.bootstrap .btn-warning,
.bootstrap .btn-warning:focus {
	color: #000;
	background-color: #ffca2c;
	border-color: #ffc720;
	box-shadow: 0 0 0 .25rem rgba(217, 164, 6, 0.5)
}

.btn-check:checked+.bootstrap .btn-warning,
.btn-check:active+.bootstrap .btn-warning,
.bootstrap .btn-warning:active,
.bootstrap .btn-warning.active,
.show>.bootstrap .btn-warning.dropdown-toggle {
	color: #000;
	background-color: #ffcd39;
	border-color: #ffc720
}

.btn-check:checked+.bootstrap .btn-warning:focus,
.btn-check:active+.bootstrap .btn-warning:focus,
.bootstrap .btn-warning:active:focus,
.bootstrap .btn-warning.active:focus,
.show>.bootstrap .btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(217, 164, 6, 0.5)
}

.bootstrap .btn-warning:disabled,
.bootstrap .btn-warning.disabled {
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107
}

.bootstrap .btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.bootstrap .btn-danger:hover {
	color: #fff;
	background-color: #bb2d3b;
	border-color: #b02a37
}

.btn-check:focus+.bootstrap .btn-danger,
.bootstrap .btn-danger:focus {
	color: #fff;
	background-color: #bb2d3b;
	border-color: #b02a37;
	box-shadow: 0 0 0 .25rem rgba(225, 83, 97, 0.5)
}

.btn-check:checked+.bootstrap .btn-danger,
.btn-check:active+.bootstrap .btn-danger,
.bootstrap .btn-danger:active,
.bootstrap .btn-danger.active,
.show>.bootstrap .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #b02a37;
	border-color: #a52834
}

.btn-check:checked+.bootstrap .btn-danger:focus,
.btn-check:active+.bootstrap .btn-danger:focus,
.bootstrap .btn-danger:active:focus,
.bootstrap .btn-danger.active:focus,
.show>.bootstrap .btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(225, 83, 97, 0.5)
}

.bootstrap .btn-danger:disabled,
.bootstrap .btn-danger.disabled {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.bootstrap .btn-light {
	color: #000;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.bootstrap .btn-light:hover {
	color: #000;
	background-color: #f9fafb;
	border-color: #f9fafb
}

.btn-check:focus+.bootstrap .btn-light,
.bootstrap .btn-light:focus {
	color: #000;
	background-color: #f9fafb;
	border-color: #f9fafb;
	box-shadow: 0 0 0 .25rem rgba(211, 212, 213, 0.5)
}

.btn-check:checked+.bootstrap .btn-light,
.btn-check:active+.bootstrap .btn-light,
.bootstrap .btn-light:active,
.bootstrap .btn-light.active,
.show>.bootstrap .btn-light.dropdown-toggle {
	color: #000;
	background-color: #f9fafb;
	border-color: #f9fafb
}

.btn-check:checked+.bootstrap .btn-light:focus,
.btn-check:active+.bootstrap .btn-light:focus,
.bootstrap .btn-light:active:focus,
.bootstrap .btn-light.active:focus,
.show>.bootstrap .btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(211, 212, 213, 0.5)
}

.bootstrap .btn-light:disabled,
.bootstrap .btn-light.disabled {
	color: #000;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.bootstrap .btn-dark {
	color: #fff;
	background-color: #212529;
	border-color: #212529
}

.bootstrap .btn-dark:hover {
	color: #fff;
	background-color: #1c1f23;
	border-color: #1a1e21
}

.btn-check:focus+.bootstrap .btn-dark,
.bootstrap .btn-dark:focus {
	color: #fff;
	background-color: #1c1f23;
	border-color: #1a1e21;
	box-shadow: 0 0 0 .25rem rgba(66, 70, 73, 0.5)
}

.btn-check:checked+.bootstrap .btn-dark,
.btn-check:active+.bootstrap .btn-dark,
.bootstrap .btn-dark:active,
.bootstrap .btn-dark.active,
.show>.bootstrap .btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1a1e21;
	border-color: #191c1f
}

.btn-check:checked+.bootstrap .btn-dark:focus,
.btn-check:active+.bootstrap .btn-dark:focus,
.bootstrap .btn-dark:active:focus,
.bootstrap .btn-dark.active:focus,
.show>.bootstrap .btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .25rem rgba(66, 70, 73, 0.5)
}

.bootstrap .btn-dark:disabled,
.bootstrap .btn-dark.disabled {
	color: #fff;
	background-color: #212529;
	border-color: #212529
}

.bootstrap .btn-outline-primary {
	color: #f48400;
	border-color: #f48400
}

.bootstrap .btn-outline-primary:hover {
	color: #000;
	background-color: #f48400;
	border-color: #f48400
}

.btn-check:focus+.bootstrap .btn-outline-primary,
.bootstrap .btn-outline-primary:focus {
	box-shadow: 0 0 0 .25rem rgba(80, 158, 227, 0.5)
}

.btn-check:checked+.bootstrap .btn-outline-primary,
.btn-check:active+.bootstrap .btn-outline-primary,
.bootstrap .btn-outline-primary:active,
.bootstrap .btn-outline-primary.active,
.bootstrap .btn-outline-primary.dropdown-toggle.show {
	color: #000;
	background-color: #f48400;
	border-color: #f48400
}

.btn-check:checked+.bootstrap .btn-outline-primary:focus,
.btn-check:active+.bootstrap .btn-outline-primary:focus,
.bootstrap .btn-outline-primary:active:focus,
.bootstrap .btn-outline-primary.active:focus,
.bootstrap .btn-outline-primary.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 .25rem rgba(80, 158, 227, 0.5)
}

.bootstrap .btn-outline-primary:disabled,
.bootstrap .btn-outline-primary.disabled {
	color: #f48400;
	background-color: transparent
}

.bootstrap .btn-outline-secondary {
	color: #a989c5;
	border-color: #a989c5
}

.bootstrap .btn-outline-secondary:hover {
	color: #000;
	background-color: #a989c5;
	border-color: #a989c5
}

.btn-check:focus+.bootstrap .btn-outline-secondary,
.bootstrap .btn-outline-secondary:focus {
	box-shadow: 0 0 0 .25rem rgba(169, 137, 197, 0.5)
}

.btn-check:checked+.bootstrap .btn-outline-secondary,
.btn-check:active+.bootstrap .btn-outline-secondary,
.bootstrap .btn-outline-secondary:active,
.bootstrap .btn-outline-secondary.active,
.bootstrap .btn-outline-secondary.dropdown-toggle.show {
	color: #000;
	background-color: #a989c5;
	border-color: #a989c5
}

.btn-check:checked+.bootstrap .btn-outline-secondary:focus,
.btn-check:active+.bootstrap .btn-outline-secondary:focus,
.bootstrap .btn-outline-secondary:active:focus,
.bootstrap .btn-outline-secondary.active:focus,
.bootstrap .btn-outline-secondary.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 .25rem rgba(169, 137, 197, 0.5)
}

.bootstrap .btn-outline-secondary:disabled,
.bootstrap .btn-outline-secondary.disabled {
	color: #a989c5;
	background-color: transparent
}

.bootstrap .btn-outline-success {
	color: #198754;
	border-color: #198754
}

.bootstrap .btn-outline-success:hover {
	color: #fff;
	background-color: #198754;
	border-color: #198754
}

.btn-check:focus+.bootstrap .btn-outline-success,
.bootstrap .btn-outline-success:focus {
	box-shadow: 0 0 0 .25rem rgba(25, 135, 84, 0.5)
}

.btn-check:checked+.bootstrap .btn-outline-success,
.btn-check:active+.bootstrap .btn-outline-success,
.bootstrap .btn-outline-success:active,
.bootstrap .btn-outline-success.active,
.bootstrap .btn-outline-success.dropdown-toggle.show {
	color: #fff;
	background-color: #198754;
	border-color: #198754
}

.btn-check:checked+.bootstrap .btn-outline-success:focus,
.btn-check:active+.bootstrap .btn-outline-success:focus,
.bootstrap .btn-outline-success:active:focus,
.bootstrap .btn-outline-success.active:focus,
.bootstrap .btn-outline-success.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 .25rem rgba(25, 135, 84, 0.5)
}

.bootstrap .btn-outline-success:disabled,
.bootstrap .btn-outline-success.disabled {
	color: #198754;
	background-color: transparent
}

.bootstrap .btn-outline-info {
	color: #0dcaf0;
	border-color: #0dcaf0
}

.bootstrap .btn-outline-info:hover {
	color: #000;
	background-color: #0dcaf0;
	border-color: #0dcaf0
}

.btn-check:focus+.bootstrap .btn-outline-info,
.bootstrap .btn-outline-info:focus {
	box-shadow: 0 0 0 .25rem rgba(13, 202, 240, 0.5)
}

.btn-check:checked+.bootstrap .btn-outline-info,
.btn-check:active+.bootstrap .btn-outline-info,
.bootstrap .btn-outline-info:active,
.bootstrap .btn-outline-info.active,
.bootstrap .btn-outline-info.dropdown-toggle.show {
	color: #000;
	background-color: #0dcaf0;
	border-color: #0dcaf0
}

.btn-check:checked+.bootstrap .btn-outline-info:focus,
.btn-check:active+.bootstrap .btn-outline-info:focus,
.bootstrap .btn-outline-info:active:focus,
.bootstrap .btn-outline-info.active:focus,
.bootstrap .btn-outline-info.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 .25rem rgba(13, 202, 240, 0.5)
}

.bootstrap .btn-outline-info:disabled,
.bootstrap .btn-outline-info.disabled {
	color: #0dcaf0;
	background-color: transparent
}

.bootstrap .btn-outline-warning {
	color: #ffc107;
	border-color: #ffc107
}

.bootstrap .btn-outline-warning:hover {
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-check:focus+.bootstrap .btn-outline-warning,
.bootstrap .btn-outline-warning:focus {
	box-shadow: 0 0 0 .25rem rgba(255, 193, 7, 0.5)
}

.btn-check:checked+.bootstrap .btn-outline-warning,
.btn-check:active+.bootstrap .btn-outline-warning,
.bootstrap .btn-outline-warning:active,
.bootstrap .btn-outline-warning.active,
.bootstrap .btn-outline-warning.dropdown-toggle.show {
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-check:checked+.bootstrap .btn-outline-warning:focus,
.btn-check:active+.bootstrap .btn-outline-warning:focus,
.bootstrap .btn-outline-warning:active:focus,
.bootstrap .btn-outline-warning.active:focus,
.bootstrap .btn-outline-warning.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 .25rem rgba(255, 193, 7, 0.5)
}

.bootstrap .btn-outline-warning:disabled,
.bootstrap .btn-outline-warning.disabled {
	color: #ffc107;
	background-color: transparent
}

.bootstrap .btn-outline-danger {
	color: #dc3545;
	border-color: #dc3545
}

.bootstrap .btn-outline-danger:hover {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-check:focus+.bootstrap .btn-outline-danger,
.bootstrap .btn-outline-danger:focus {
	box-shadow: 0 0 0 .25rem rgba(220, 53, 69, 0.5)
}

.btn-check:checked+.bootstrap .btn-outline-danger,
.btn-check:active+.bootstrap .btn-outline-danger,
.bootstrap .btn-outline-danger:active,
.bootstrap .btn-outline-danger.active,
.bootstrap .btn-outline-danger.dropdown-toggle.show {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-check:checked+.bootstrap .btn-outline-danger:focus,
.btn-check:active+.bootstrap .btn-outline-danger:focus,
.bootstrap .btn-outline-danger:active:focus,
.bootstrap .btn-outline-danger.active:focus,
.bootstrap .btn-outline-danger.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 .25rem rgba(220, 53, 69, 0.5)
}

.bootstrap .btn-outline-danger:disabled,
.bootstrap .btn-outline-danger.disabled {
	color: #dc3545;
	background-color: transparent
}

.bootstrap .btn-outline-light {
	color: #f8f9fa;
	border-color: #f8f9fa
}

.bootstrap .btn-outline-light:hover {
	color: #000;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-check:focus+.bootstrap .btn-outline-light,
.bootstrap .btn-outline-light:focus {
	box-shadow: 0 0 0 .25rem rgba(248, 249, 250, 0.5)
}

.btn-check:checked+.bootstrap .btn-outline-light,
.btn-check:active+.bootstrap .btn-outline-light,
.bootstrap .btn-outline-light:active,
.bootstrap .btn-outline-light.active,
.bootstrap .btn-outline-light.dropdown-toggle.show {
	color: #000;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-check:checked+.bootstrap .btn-outline-light:focus,
.btn-check:active+.bootstrap .btn-outline-light:focus,
.bootstrap .btn-outline-light:active:focus,
.bootstrap .btn-outline-light.active:focus,
.bootstrap .btn-outline-light.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 .25rem rgba(248, 249, 250, 0.5)
}

.bootstrap .btn-outline-light:disabled,
.bootstrap .btn-outline-light.disabled {
	color: #f8f9fa;
	background-color: transparent
}

.bootstrap .btn-outline-dark {
	color: #212529;
	border-color: #212529
}

.bootstrap .btn-outline-dark:hover {
	color: #fff;
	background-color: #212529;
	border-color: #212529
}

.btn-check:focus+.bootstrap .btn-outline-dark,
.bootstrap .btn-outline-dark:focus {
	box-shadow: 0 0 0 .25rem rgba(33, 37, 41, 0.5)
}

.btn-check:checked+.bootstrap .btn-outline-dark,
.btn-check:active+.bootstrap .btn-outline-dark,
.bootstrap .btn-outline-dark:active,
.bootstrap .btn-outline-dark.active,
.bootstrap .btn-outline-dark.dropdown-toggle.show {
	color: #fff;
	background-color: #212529;
	border-color: #212529
}

.btn-check:checked+.bootstrap .btn-outline-dark:focus,
.btn-check:active+.bootstrap .btn-outline-dark:focus,
.bootstrap .btn-outline-dark:active:focus,
.bootstrap .btn-outline-dark.active:focus,
.bootstrap .btn-outline-dark.dropdown-toggle.show:focus {
	box-shadow: 0 0 0 .25rem rgba(33, 37, 41, 0.5)
}

.bootstrap .btn-outline-dark:disabled,
.bootstrap .btn-outline-dark.disabled {
	color: #212529;
	background-color: transparent
}

.bootstrap .btn-link {
	font-weight: 400;
	color: #f48400;
	text-decoration: underline
}

.bootstrap .btn-link:hover {
	color: #f48400;
	text-decoration: underline
}

.bootstrap .btn-link:focus {
	text-decoration: underline
}

.bootstrap .btn-link:disabled,
.bootstrap .btn-link.disabled {
	color: #6c757d
}

.bootstrap .btn-lg,
.bootstrap .btn-group-lg>.btn {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	border-radius: .5rem
}

.bootstrap .btn-sm,
.bootstrap .btn-group-sm>.btn {
	padding: .25rem .5rem;
	font-size: .875rem;
	border-radius: .2rem
}

@media (max-width: 767.98px) {
	.bootstrap .sm-inline-block {
		display: inline-block
	}
}

.bootstrap .fade {
	transition: opacity 0.15s linear
}

@media (prefers-reduced-motion: reduce) {
	.bootstrap .fade {
		transition: none
	}
}

.bootstrap .fade:not(.show) {
	opacity: 0
}

.bootstrap .collapse:not(.show) {
	display: none
}

.bootstrap .collapsing {
	height: 0;
	overflow: hidden;
	transition: height 0.35s ease
}

@media (prefers-reduced-motion: reduce) {
	.bootstrap .collapsing {
		transition: none
	}
}

.bootstrap .dropup,
.bootstrap .dropend,
.bootstrap .dropdown,
.bootstrap .dropstart {
	position: relative
}

.bootstrap .dropdown-toggle {
	white-space: nowrap
}

.bootstrap .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent
}

.bootstrap .dropdown-toggle:empty::after {
	margin-left: 0
}

.bootstrap .dropdown-menu {
	position: absolute;
	z-index: 1000;
	display: none;
	min-width: 10rem;
	padding: .5rem 0;
	margin: 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: .25rem
}

.bootstrap .dropdown-menu[data-bs-popper] {
	top: 100%;
	left: 0;
	margin-top: .125rem
}

.bootstrap .dropdown-menu-start {
	--bs-position: start
}

.bootstrap .dropdown-menu-start[data-bs-popper] {
	right: auto;
	left: 0
}

.bootstrap .dropdown-menu-end {
	--bs-position: end
}

.bootstrap .dropdown-menu-end[data-bs-popper] {
	right: 0;
	left: auto
}

@media (min-width: 576px) {
	.bootstrap .dropdown-menu-sm-start {
		--bs-position: start
	}

	.bootstrap .dropdown-menu-sm-start[data-bs-popper] {
		right: auto;
		left: 0
	}

	.bootstrap .dropdown-menu-sm-end {
		--bs-position: end
	}

	.bootstrap .dropdown-menu-sm-end[data-bs-popper] {
		right: 0;
		left: auto
	}
}

@media (min-width: 768px) {
	.bootstrap .dropdown-menu-md-start {
		--bs-position: start
	}

	.bootstrap .dropdown-menu-md-start[data-bs-popper] {
		right: auto;
		left: 0
	}

	.bootstrap .dropdown-menu-md-end {
		--bs-position: end
	}

	.bootstrap .dropdown-menu-md-end[data-bs-popper] {
		right: 0;
		left: auto
	}
}

@media (min-width: 992px) {
	.bootstrap .dropdown-menu-lg-start {
		--bs-position: start
	}

	.bootstrap .dropdown-menu-lg-start[data-bs-popper] {
		right: auto;
		left: 0
	}

	.bootstrap .dropdown-menu-lg-end {
		--bs-position: end
	}

	.bootstrap .dropdown-menu-lg-end[data-bs-popper] {
		right: 0;
		left: auto
	}
}

@media (min-width: 1200px) {
	.bootstrap .dropdown-menu-xl-start {
		--bs-position: start
	}

	.bootstrap .dropdown-menu-xl-start[data-bs-popper] {
		right: auto;
		left: 0
	}

	.bootstrap .dropdown-menu-xl-end {
		--bs-position: end
	}

	.bootstrap .dropdown-menu-xl-end[data-bs-popper] {
		right: 0;
		left: auto
	}
}

@media (min-width: 1400px) {
	.bootstrap .dropdown-menu-xxl-start {
		--bs-position: start
	}

	.bootstrap .dropdown-menu-xxl-start[data-bs-popper] {
		right: auto;
		left: 0
	}

	.bootstrap .dropdown-menu-xxl-end {
		--bs-position: end
	}

	.bootstrap .dropdown-menu-xxl-end[data-bs-popper] {
		right: 0;
		left: auto
	}
}

.bootstrap .dropup .dropdown-menu[data-bs-popper] {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: .125rem
}

.bootstrap .dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: 0;
	border-right: .3em solid transparent;
	border-bottom: .3em solid;
	border-left: .3em solid transparent
}

.bootstrap .dropup .dropdown-toggle:empty::after {
	margin-left: 0
}

.bootstrap .dropend .dropdown-menu[data-bs-popper] {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: .125rem
}

.bootstrap .dropend .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: 0;
	border-bottom: .3em solid transparent;
	border-left: .3em solid
}

.bootstrap .dropend .dropdown-toggle:empty::after {
	margin-left: 0
}

.bootstrap .dropend .dropdown-toggle::after {
	vertical-align: 0
}

.bootstrap .dropstart .dropdown-menu[data-bs-popper] {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: .125rem
}

.bootstrap .dropstart .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: ""
}

.bootstrap .dropstart .dropdown-toggle::after {
	display: none
}

.bootstrap .dropstart .dropdown-toggle::before {
	display: inline-block;
	margin-right: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: .3em solid;
	border-bottom: .3em solid transparent
}

.bootstrap .dropstart .dropdown-toggle:empty::after {
	margin-left: 0
}

.bootstrap .dropstart .dropdown-toggle::before {
	vertical-align: 0
}

.bootstrap .dropdown-divider {
	height: 0;
	margin: .5rem 0;
	overflow: hidden;
	border-top: 1px solid rgba(0, 0, 0, 0.15)
}

.bootstrap .dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border: 0
}

.bootstrap .dropdown-item:hover,
.bootstrap .dropdown-item:focus {
	color: #1e2125;
	text-decoration: none;
	background-color: #e9ecef
}

.bootstrap .dropdown-item.active,
.bootstrap .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #f48400
}

.bootstrap .dropdown-item.disabled,
.bootstrap .dropdown-item:disabled {
	color: #adb5bd;
	pointer-events: none;
	background-color: transparent
}

.bootstrap .dropdown-menu.show {
	display: block
}

.bootstrap .dropdown-header {
	display: block;
	padding: .5rem 1rem;
	margin-bottom: 0;
	font-size: .875rem;
	color: #6c757d;
	white-space: nowrap
}

.bootstrap .dropdown-item-text {
	display: block;
	padding: .25rem 1rem;
	color: #212529
}

.bootstrap .dropdown-menu-dark {
	color: #dee2e6;
	background-color: #343a40;
	border-color: rgba(0, 0, 0, 0.15)
}

.bootstrap .dropdown-menu-dark .dropdown-item {
	color: #dee2e6
}

.bootstrap .dropdown-menu-dark .dropdown-item:hover,
.bootstrap .dropdown-menu-dark .dropdown-item:focus {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.15)
}

.bootstrap .dropdown-menu-dark .dropdown-item.active,
.bootstrap .dropdown-menu-dark .dropdown-item:active {
	color: #fff;
	background-color: #f48400
}

.bootstrap .dropdown-menu-dark .dropdown-item.disabled,
.bootstrap .dropdown-menu-dark .dropdown-item:disabled {
	color: #adb5bd
}

.bootstrap .dropdown-menu-dark .dropdown-divider {
	border-color: rgba(0, 0, 0, 0.15)
}

.bootstrap .dropdown-menu-dark .dropdown-item-text {
	color: #dee2e6
}

.bootstrap .dropdown-menu-dark .dropdown-header {
	color: #adb5bd
}

.bootstrap .btn-group,
.bootstrap .btn-group-vertical {
	position: relative;
	display: inline-flex;
	vertical-align: middle
}

.bootstrap .btn-group>.btn,
.bootstrap .btn-group-vertical>.btn {
	position: relative;
	flex: 1 1 auto
}

.bootstrap .btn-group>.btn-check:checked+.btn,
.bootstrap .btn-group>.btn-check:focus+.btn,
.bootstrap .btn-group>.btn:hover,
.bootstrap .btn-group>.btn:focus,
.bootstrap .btn-group>.btn:active,
.bootstrap .btn-group>.btn.active,
.bootstrap .btn-group-vertical>.btn-check:checked+.btn,
.bootstrap .btn-group-vertical>.btn-check:focus+.btn,
.bootstrap .btn-group-vertical>.btn:hover,
.bootstrap .btn-group-vertical>.btn:focus,
.bootstrap .btn-group-vertical>.btn:active,
.bootstrap .btn-group-vertical>.btn.active {
	z-index: 1
}

.bootstrap .btn-toolbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start
}

.bootstrap .btn-toolbar .input-group {
	width: auto
}

.bootstrap .btn-group>.btn:not(:first-child),
.bootstrap .btn-group>.btn-group:not(:first-child) {
	margin-left: -1px
}

.bootstrap .btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.bootstrap .btn-group>.btn-group:not(:last-child)>.btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.bootstrap .btn-group>.btn:nth-child(n+3),
.bootstrap .btn-group>:not(.btn-check)+.btn,
.bootstrap .btn-group>.btn-group:not(:first-child)>.btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.bootstrap .dropdown-toggle-split {
	padding-right: 1.125rem;
	padding-left: 1.125rem
}

.bootstrap .dropdown-toggle-split::after,
.dropup .bootstrap .dropdown-toggle-split::after,
.dropend .bootstrap .dropdown-toggle-split::after {
	margin-left: 0
}

.dropstart .bootstrap .dropdown-toggle-split::before {
	margin-right: 0
}

.bootstrap .btn-sm+.dropdown-toggle-split,
.bootstrap .btn-group-sm>.btn+.dropdown-toggle-split {
	padding-right: .375rem;
	padding-left: .375rem
}

.bootstrap .btn-lg+.dropdown-toggle-split,
.bootstrap .btn-group-lg>.btn+.dropdown-toggle-split {
	padding-right: .75rem;
	padding-left: .75rem
}

.bootstrap .btn-group-vertical {
	flex-direction: column;
	align-items: flex-start;
	justify-content: center
}

.bootstrap .btn-group-vertical>.btn,
.bootstrap .btn-group-vertical>.btn-group {
	width: 100%
}

.bootstrap .btn-group-vertical>.btn:not(:first-child),
.bootstrap .btn-group-vertical>.btn-group:not(:first-child) {
	margin-top: -1px
}

.bootstrap .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.bootstrap .btn-group-vertical>.btn-group:not(:last-child)>.btn {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.bootstrap .btn-group-vertical>.btn~.btn,
.bootstrap .btn-group-vertical>.btn-group:not(:first-child)>.btn {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.bootstrap .nav {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.bootstrap .nav-link {
	display: block;
	padding: .5rem 1rem;
	color: #f48400;
	text-decoration: none;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
	.bootstrap .nav-link {
		transition: none
	}
}

.bootstrap .nav-link:hover,
.bootstrap .nav-link:focus {
	color: #f48400;
	text-decoration: none
}

.bootstrap .nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default
}

.bootstrap .nav-tabs {
	border-bottom: 1px solid #dee2e6
}

.bootstrap .nav-tabs .nav-link {
	margin-bottom: -1px;
	background: none;
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.bootstrap .nav-tabs .nav-link:hover,
.bootstrap .nav-tabs .nav-link:focus {
	border-color: #e9ecef #e9ecef #dee2e6;
	isolation: isolate
}

.bootstrap .nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent
}

.bootstrap .nav-tabs .nav-link.active,
.bootstrap .nav-tabs .nav-item.show .nav-link {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff
}

.bootstrap .nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.bootstrap .nav-pills .nav-link {
	background: none;
	border: 0;
	border-radius: .25rem
}

.bootstrap .nav-pills .nav-link.active,
.bootstrap .nav-pills .show>.nav-link {
	color: #fff;
	background-color: #f48400
}

.bootstrap .nav-fill>.nav-link,
.bootstrap .nav-fill .nav-item {
	flex: 1 1 auto;
	text-align: center
}

.bootstrap .nav-justified>.nav-link,
.bootstrap .nav-justified .nav-item {
	flex-basis: 0;
	flex-grow: 1;
	text-align: center
}

.bootstrap .nav-fill .nav-item .nav-link,
.bootstrap .nav-justified .nav-item .nav-link {
	width: 100%
}

.bootstrap .tab-content>.tab-pane {
	display: none
}

.bootstrap .tab-content>.active {
	display: block
}

.bootstrap .navbar {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-top: .5rem;
	padding-bottom: .5rem
}

.bootstrap .navbar>.container,
.bootstrap .navbar>.container-fluid,
.bootstrap .navbar>.container-sm,
.bootstrap .navbar>.container-md,
.bootstrap .navbar>.container-lg,
.bootstrap .navbar>.container-xl,
.bootstrap .navbar>.container-xxl {
	display: flex;
	flex-wrap: inherit;
	align-items: center;
	justify-content: space-between
}

.bootstrap .navbar-brand {
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	text-decoration: none;
	white-space: nowrap
}

.bootstrap .navbar-brand:hover,
.bootstrap .navbar-brand:focus {
	text-decoration: none
}

.bootstrap .navbar-nav {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.bootstrap .navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0
}

.bootstrap .navbar-nav .dropdown-menu {
	position: static
}

.bootstrap .navbar-text {
	padding-top: .5rem;
	padding-bottom: .5rem
}

.bootstrap .navbar-collapse {
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center
}

.bootstrap .navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: .5rem;
	transition: box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
	.bootstrap .navbar-toggler {
		transition: none
	}
}

.bootstrap .navbar-toggler:hover {
	text-decoration: none
}

.bootstrap .navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: 0 0 0 .25rem
}

.bootstrap .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%
}

.bootstrap .navbar-nav-scroll {
	max-height: var(--bs-scroll-height, 75vh);
	overflow-y: auto
}

@media (min-width: 576px) {
	.bootstrap .navbar-expand-sm {
		flex-wrap: nowrap;
		justify-content: flex-start
	}

	.bootstrap .navbar-expand-sm .navbar-nav {
		flex-direction: row
	}

	.bootstrap .navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute
	}

	.bootstrap .navbar-expand-sm .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}

	.bootstrap .navbar-expand-sm .navbar-nav-scroll {
		overflow: visible
	}

	.bootstrap .navbar-expand-sm .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

	.bootstrap .navbar-expand-sm .navbar-toggler {
		display: none
	}
}

@media (min-width: 768px) {
	.bootstrap .navbar-expand-md {
		flex-wrap: nowrap;
		justify-content: flex-start
	}

	.bootstrap .navbar-expand-md .navbar-nav {
		flex-direction: row
	}

	.bootstrap .navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute
	}

	.bootstrap .navbar-expand-md .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}

	.bootstrap .navbar-expand-md .navbar-nav-scroll {
		overflow: visible
	}

	.bootstrap .navbar-expand-md .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

	.bootstrap .navbar-expand-md .navbar-toggler {
		display: none
	}
}

@media (min-width: 992px) {
	.bootstrap .navbar-expand-lg {
		flex-wrap: nowrap;
		justify-content: flex-start
	}

	.bootstrap .navbar-expand-lg .navbar-nav {
		flex-direction: row
	}

	.bootstrap .navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute
	}

	.bootstrap .navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}

	.bootstrap .navbar-expand-lg .navbar-nav-scroll {
		overflow: visible
	}

	.bootstrap .navbar-expand-lg .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

	.bootstrap .navbar-expand-lg .navbar-toggler {
		display: none
	}
}

@media (min-width: 1200px) {
	.bootstrap .navbar-expand-xl {
		flex-wrap: nowrap;
		justify-content: flex-start
	}

	.bootstrap .navbar-expand-xl .navbar-nav {
		flex-direction: row
	}

	.bootstrap .navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute
	}

	.bootstrap .navbar-expand-xl .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}

	.bootstrap .navbar-expand-xl .navbar-nav-scroll {
		overflow: visible
	}

	.bootstrap .navbar-expand-xl .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

	.bootstrap .navbar-expand-xl .navbar-toggler {
		display: none
	}
}

@media (min-width: 1400px) {
	.bootstrap .navbar-expand-xxl {
		flex-wrap: nowrap;
		justify-content: flex-start
	}

	.bootstrap .navbar-expand-xxl .navbar-nav {
		flex-direction: row
	}

	.bootstrap .navbar-expand-xxl .navbar-nav .dropdown-menu {
		position: absolute
	}

	.bootstrap .navbar-expand-xxl .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}

	.bootstrap .navbar-expand-xxl .navbar-nav-scroll {
		overflow: visible
	}

	.bootstrap .navbar-expand-xxl .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

	.bootstrap .navbar-expand-xxl .navbar-toggler {
		display: none
	}
}

.bootstrap .navbar-expand {
	flex-wrap: nowrap;
	justify-content: flex-start
}

.bootstrap .navbar-expand .navbar-nav {
	flex-direction: row
}

.bootstrap .navbar-expand .navbar-nav .dropdown-menu {
	position: absolute
}

.bootstrap .navbar-expand .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem
}

.bootstrap .navbar-expand .navbar-nav-scroll {
	overflow: visible
}

.bootstrap .navbar-expand .navbar-collapse {
	display: flex !important;
	flex-basis: auto
}

.bootstrap .navbar-expand .navbar-toggler {
	display: none
}

.bootstrap .navbar-light .navbar-brand {
	color: rgba(0, 0, 0, 0.9)
}

.bootstrap .navbar-light .navbar-brand:hover,
.bootstrap .navbar-light .navbar-brand:focus {
	color: rgba(0, 0, 0, 0.9)
}

.bootstrap .navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, 0.55)
}

.bootstrap .navbar-light .navbar-nav .nav-link:hover,
.bootstrap .navbar-light .navbar-nav .nav-link:focus {
	color: rgba(0, 0, 0, 0.7)
}

.bootstrap .navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, 0.3)
}

.bootstrap .navbar-light .navbar-nav .show>.nav-link,
.bootstrap .navbar-light .navbar-nav .nav-link.active {
	color: rgba(0, 0, 0, 0.9)
}

.bootstrap .navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, 0.55);
	border-color: rgba(0, 0, 0, 0.1)
}

.bootstrap .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")
}

.bootstrap .navbar-light .navbar-text {
	color: rgba(0, 0, 0, 0.55)
}

.bootstrap .navbar-light .navbar-text a,
.bootstrap .navbar-light .navbar-text a:hover,
.bootstrap .navbar-light .navbar-text a:focus {
	color: rgba(0, 0, 0, 0.9)
}

.bootstrap .navbar-dark .navbar-brand {
	color: #fff
}

.bootstrap .navbar-dark .navbar-brand:hover,
.bootstrap .navbar-dark .navbar-brand:focus {
	color: #fff
}

.bootstrap .navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 0.55)
}

.bootstrap .navbar-dark .navbar-nav .nav-link:hover,
.bootstrap .navbar-dark .navbar-nav .nav-link:focus {
	color: rgba(255, 255, 255, 0.75)
}

.bootstrap .navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, 0.25)
}

.bootstrap .navbar-dark .navbar-nav .show>.nav-link,
.bootstrap .navbar-dark .navbar-nav .nav-link.active {
	color: #fff
}

.bootstrap .navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, 0.55);
	border-color: rgba(255, 255, 255, 0.1)
}

.bootstrap .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")
}

.bootstrap .navbar-dark .navbar-text {
	color: rgba(255, 255, 255, 0.55)
}

.bootstrap .navbar-dark .navbar-text a,
.bootstrap .navbar-dark .navbar-text a:hover,
.bootstrap .navbar-dark .navbar-text a:focus {
	color: #fff
}

.bootstrap .card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: .25rem
}

.bootstrap .card>hr {
	margin-right: 0;
	margin-left: 0
}

.bootstrap .card>.list-group {
	border-top: inherit;
	border-bottom: inherit
}

.bootstrap .card>.list-group:first-child {
	border-top-width: 0;
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px)
}

.bootstrap .card>.list-group:last-child {
	border-bottom-width: 0;
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px)
}

.bootstrap .card>.card-header+.list-group,
.bootstrap .card>.list-group+.card-footer {
	border-top: 0
}

.bootstrap .card-body {
	flex: 1 1 auto;
	padding: 1rem 1rem
}

.bootstrap .card-title {
	margin-bottom: .5rem
}

.bootstrap .card-subtitle {
	margin-top: -.25rem;
	margin-bottom: 0
}

.bootstrap .card-text:last-child {
	margin-bottom: 0
}

.bootstrap .card-link:hover {
	text-decoration: none
}

.bootstrap .card-link+.card-link {
	margin-left: 1rem
}

.bootstrap .card-header {
	padding: .5rem 1rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0.03);
	border-bottom: 1px solid rgba(0, 0, 0, 0.125)
}

.bootstrap .card-header:first-child {
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.bootstrap .card-footer {
	padding: .5rem 1rem;
	background-color: rgba(0, 0, 0, 0.03);
	border-top: 1px solid rgba(0, 0, 0, 0.125)
}

.bootstrap .card-footer:last-child {
	border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.bootstrap .card-header-tabs {
	margin-right: -.5rem;
	margin-bottom: -0.5rem;
	margin-left: -.5rem;
	border-bottom: 0
}

.bootstrap .card-header-pills {
	margin-right: -.5rem;
	margin-left: -.5rem
}

.bootstrap .card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1rem;
	border-radius: calc(.25rem - 1px)
}

.bootstrap .card-img,
.bootstrap .card-img-top,
.bootstrap .card-img-bottom {
	width: 100%
}

.bootstrap .card-img,
.bootstrap .card-img-top {
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px)
}

.bootstrap .card-img,
.bootstrap .card-img-bottom {
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px)
}

.bootstrap .card-group>.card {
	margin-bottom: .75rem
}

@media (min-width: 576px) {
	.bootstrap .card-group {
		display: flex;
		flex-flow: row wrap
	}

	.bootstrap .card-group>.card {
		flex: 1 0 0%;
		margin-bottom: 0
	}

	.bootstrap .card-group>.card+.card {
		margin-left: 0;
		border-left: 0
	}

	.bootstrap .card-group>.card:not(:last-child) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0
	}

	.bootstrap .card-group>.card:not(:last-child) .card-img-top,
	.bootstrap .card-group>.card:not(:last-child) .card-header {
		border-top-right-radius: 0
	}

	.bootstrap .card-group>.card:not(:last-child) .card-img-bottom,
	.bootstrap .card-group>.card:not(:last-child) .card-footer {
		border-bottom-right-radius: 0
	}

	.bootstrap .card-group>.card:not(:first-child) {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0
	}

	.bootstrap .card-group>.card:not(:first-child) .card-img-top,
	.bootstrap .card-group>.card:not(:first-child) .card-header {
		border-top-left-radius: 0
	}

	.bootstrap .card-group>.card:not(:first-child) .card-img-bottom,
	.bootstrap .card-group>.card:not(:first-child) .card-footer {
		border-bottom-left-radius: 0
	}
}

.bootstrap .accordion-button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 1rem 1.25rem;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	background-color: #fff;
	border: 0;
	border-radius: 0;
	overflow-anchor: none;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease
}

@media (prefers-reduced-motion: reduce) {
	.bootstrap .accordion-button {
		transition: none
	}
}

.bootstrap .accordion-button:not(.collapsed) {
	color: #488ecc;
	background-color: #eef5fc;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125)
}

.bootstrap .accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23488ecc'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	transform: rotate(-180deg)
}

.bootstrap .accordion-button::after {
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	margin-left: auto;
	content: "";
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-size: 1.25rem;
	transition: transform 0.2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
	.bootstrap .accordion-button::after {
		transition: none
	}
}

.bootstrap .accordion-button:hover {
	z-index: 2
}

.bootstrap .accordion-button:focus {
	z-index: 3;
	border-color: #a8cff1;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(80, 158, 227, 0.25)
}

.bootstrap .accordion-header {
	margin-bottom: 0
}

.bootstrap .accordion-item {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.125)
}

.bootstrap .accordion-item:first-of-type {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.bootstrap .accordion-item:first-of-type .accordion-button {
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px)
}

.bootstrap .accordion-item:not(:first-of-type) {
	border-top: 0
}

.bootstrap .accordion-item:last-of-type {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.bootstrap .accordion-item:last-of-type .accordion-button.collapsed {
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px)
}

.bootstrap .accordion-item:last-of-type .accordion-collapse {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.bootstrap .accordion-body {
	padding: 1rem 1.25rem
}

.bootstrap .accordion-flush .accordion-collapse {
	border-width: 0
}

.bootstrap .accordion-flush .accordion-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0
}

.bootstrap .accordion-flush .accordion-item:first-child {
	border-top: 0
}

.bootstrap .accordion-flush .accordion-item:last-child {
	border-bottom: 0
}

.bootstrap .accordion-flush .accordion-item .accordion-button {
	border-radius: 0
}

.bootstrap .breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0;
	margin-bottom: 1rem;
	list-style: none
}

.bootstrap .breadcrumb-item+.breadcrumb-item {
	padding-left: .5rem
}

.bootstrap .breadcrumb-item+.breadcrumb-item::before {
	float: left;
	padding-right: .5rem;
	color: #6c757d;
	content: var(--bs-breadcrumb-divider, "https://www.colrows.com/docs/images/chevron_blue_right.svg")
		/* rtl: var(--bs-breadcrumb-divider, "/") */
}

.bootstrap .breadcrumb-item.active {
	color: #6c757d
}

.bootstrap .pagination {
	display: flex;
	padding-left: 0;
	list-style: none
}

.bootstrap .page-link {
	position: relative;
	display: block;
	color: #f48400;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #dee2e6;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
	.bootstrap .page-link {
		transition: none
	}
}

.bootstrap .page-link:hover {
	z-index: 2;
	color: #f48400;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6
}

.bootstrap .page-link:focus {
	z-index: 3;
	color: #f48400;
	background-color: #e9ecef;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(80, 158, 227, 0.25)
}

.bootstrap .page-item:not(:first-child) .page-link {
	margin-left: -1px
}

.bootstrap .page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #f48400;
	border-color: #f48400
}

.bootstrap .page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	background-color: #fff;
	border-color: #dee2e6
}

.bootstrap .page-link {
	padding: .375rem .75rem
}

.bootstrap .page-item:first-child .page-link {
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.bootstrap .page-item:last-child .page-link {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem
}

.bootstrap .pagination-lg .page-link {
	padding: .75rem 1.5rem;
	font-size: 1.25rem
}

.bootstrap .pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: .5rem;
	border-bottom-left-radius: .5rem
}

.bootstrap .pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: .5rem;
	border-bottom-right-radius: .5rem
}

.bootstrap .pagination-sm .page-link {
	padding: .25rem .5rem;
	font-size: .875rem
}

.bootstrap .pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: .2rem;
	border-bottom-left-radius: .2rem
}

.bootstrap .pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: .2rem;
	border-bottom-right-radius: .2rem
}

.bootstrap .badge {
	display: inline-block;
	padding: .35em .65em;
	font-size: .75em;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem
}

.bootstrap .badge:empty {
	display: none
}

.bootstrap .btn .badge {
	position: relative;
	top: -1px
}

.bootstrap .alert {
	position: relative;
	padding: 1rem 1rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem
}

.bootstrap .alert-heading {
	color: inherit
}

.bootstrap .alert-link {
	font-weight: 700
}

.bootstrap .alert-dismissible {
	padding-right: 3rem
}

.bootstrap .alert-dismissible .btn-close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	padding: 1.25rem 1rem
}

.bootstrap .alert-primary {
	color: #305f88;
	background-color: #dcecf9;
	border-color: #cbe2f7
}

.bootstrap .alert-primary .alert-link {
	color: #264c6d
}

.bootstrap .alert-secondary {
	color: #655276;
	background-color: #eee7f3;
	border-color: #e5dcee
}

.bootstrap .alert-secondary .alert-link {
	color: #51425e
}

.bootstrap .alert-success {
	color: #0f5132;
	background-color: #d1e7dd;
	border-color: #badbcc
}

.bootstrap .alert-success .alert-link {
	color: #0c4128
}

.bootstrap .alert-info {
	color: #055160;
	background-color: #cff4fc;
	border-color: #b6effb
}

.bootstrap .alert-info .alert-link {
	color: #04414d
}

.bootstrap .alert-warning {
	color: #664d03;
	background-color: #fff3cd;
	border-color: #ffecb5
}

.bootstrap .alert-warning .alert-link {
	color: #523e02
}

.bootstrap .alert-danger {
	color: #842029;
	background-color: #f8d7da;
	border-color: #f5c2c7
}

.bootstrap .alert-danger .alert-link {
	color: #6a1a21
}

.bootstrap .alert-light {
	color: #636464;
	background-color: #fefefe;
	border-color: #fdfdfe
}

.bootstrap .alert-light .alert-link {
	color: #4f5050
}

.bootstrap .alert-dark {
	color: #141619;
	background-color: #d3d3d4;
	border-color: #bcbebf
}

.bootstrap .alert-dark .alert-link {
	color: #101214
}

@keyframes progress-bar-stripes {
	0% {
		background-position-x: 1rem
	}
}

.bootstrap .progress {
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: .75rem;
	background-color: #e9ecef;
	border-radius: .25rem
}

.bootstrap .progress-bar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #f48400;
	transition: width 0.6s ease
}

@media (prefers-reduced-motion: reduce) {
	.bootstrap .progress-bar {
		transition: none
	}
}

.bootstrap .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: 1rem 1rem
}

.bootstrap .progress-bar-animated {
	animation: 1s linear infinite progress-bar-stripes
}

@media (prefers-reduced-motion: reduce) {
	.bootstrap .progress-bar-animated {
		animation: none
	}
}

.bootstrap .list-group {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	border-radius: .25rem
}

.bootstrap .list-group-numbered {
	list-style-type: none;
	counter-reset: section
}

.bootstrap .list-group-numbered>li::before {
	content: counters(section, ".") ". ";
	counter-increment: section
}

.bootstrap .list-group-item-action {
	width: 100%;
	color: #495057;
	text-align: inherit
}

.bootstrap .list-group-item-action:hover,
.bootstrap .list-group-item-action:focus {
	z-index: 1;
	color: #495057;
	text-decoration: none;
	background-color: #f8f9fa
}

.bootstrap .list-group-item-action:active {
	color: #212529;
	background-color: #e9ecef
}

.bootstrap .list-group-item {
	position: relative;
	display: block;
	padding: .5rem 1rem;
	color: #212529;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.125)
}

.bootstrap .list-group-item:first-child {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit
}

.bootstrap .list-group-item:last-child {
	border-bottom-right-radius: inherit;
	border-bottom-left-radius: inherit
}

.bootstrap .list-group-item.disabled,
.bootstrap .list-group-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: #fff
}

.bootstrap .list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #f48400;
	border-color: #f48400
}

.bootstrap .list-group-item+.bootstrap .list-group-item {
	border-top-width: 0
}

.bootstrap .list-group-item+.bootstrap .list-group-item.active {
	margin-top: -1px;
	border-top-width: 1px
}

.bootstrap .list-group-horizontal {
	flex-direction: row
}

.bootstrap .list-group-horizontal>.list-group-item:first-child {
	border-bottom-left-radius: .25rem;
	border-top-right-radius: 0
}

.bootstrap .list-group-horizontal>.list-group-item:last-child {
	border-top-right-radius: .25rem;
	border-bottom-left-radius: 0
}

.bootstrap .list-group-horizontal>.list-group-item.active {
	margin-top: 0
}

.bootstrap .list-group-horizontal>.list-group-item+.list-group-item {
	border-top-width: 1px;
	border-left-width: 0
}

.bootstrap .list-group-horizontal>.list-group-item+.list-group-item.active {
	margin-left: -1px;
	border-left-width: 1px
}

@media (min-width: 576px) {
	.bootstrap .list-group-horizontal-sm {
		flex-direction: row
	}

	.bootstrap .list-group-horizontal-sm>.list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}

	.bootstrap .list-group-horizontal-sm>.list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0
	}

	.bootstrap .list-group-horizontal-sm>.list-group-item.active {
		margin-top: 0
	}

	.bootstrap .list-group-horizontal-sm>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0
	}

	.bootstrap .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px
	}
}

@media (min-width: 768px) {
	.bootstrap .list-group-horizontal-md {
		flex-direction: row
	}

	.bootstrap .list-group-horizontal-md>.list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}

	.bootstrap .list-group-horizontal-md>.list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0
	}

	.bootstrap .list-group-horizontal-md>.list-group-item.active {
		margin-top: 0
	}

	.bootstrap .list-group-horizontal-md>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0
	}

	.bootstrap .list-group-horizontal-md>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px
	}
}

@media (min-width: 992px) {
	.bootstrap .list-group-horizontal-lg {
		flex-direction: row
	}

	.bootstrap .list-group-horizontal-lg>.list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}

	.bootstrap .list-group-horizontal-lg>.list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0
	}

	.bootstrap .list-group-horizontal-lg>.list-group-item.active {
		margin-top: 0
	}

	.bootstrap .list-group-horizontal-lg>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0
	}

	.bootstrap .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px
	}
}

@media (min-width: 1200px) {
	.bootstrap .list-group-horizontal-xl {
		flex-direction: row
	}

	.bootstrap .list-group-horizontal-xl>.list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}

	.bootstrap .list-group-horizontal-xl>.list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0
	}

	.bootstrap .list-group-horizontal-xl>.list-group-item.active {
		margin-top: 0
	}

	.bootstrap .list-group-horizontal-xl>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0
	}

	.bootstrap .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px
	}
}

@media (min-width: 1400px) {
	.bootstrap .list-group-horizontal-xxl {
		flex-direction: row
	}

	.bootstrap .list-group-horizontal-xxl>.list-group-item:first-child {
		border-bottom-left-radius: .25rem;
		border-top-right-radius: 0
	}

	.bootstrap .list-group-horizontal-xxl>.list-group-item:last-child {
		border-top-right-radius: .25rem;
		border-bottom-left-radius: 0
	}

	.bootstrap .list-group-horizontal-xxl>.list-group-item.active {
		margin-top: 0
	}

	.bootstrap .list-group-horizontal-xxl>.list-group-item+.list-group-item {
		border-top-width: 1px;
		border-left-width: 0
	}

	.bootstrap .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
		margin-left: -1px;
		border-left-width: 1px
	}
}

.bootstrap .list-group-flush {
	border-radius: 0
}

.bootstrap .list-group-flush>.list-group-item {
	border-width: 0 0 1px
}

.bootstrap .list-group-flush>.list-group-item:last-child {
	border-bottom-width: 0
}

.bootstrap .list-group-item-primary {
	color: #305f88;
	background-color: #dcecf9
}

.bootstrap .list-group-item-primary.list-group-item-action:hover,
.bootstrap .list-group-item-primary.list-group-item-action:focus {
	color: #305f88;
	background-color: #c6d4e0
}

.bootstrap .list-group-item-primary.list-group-item-action.active {
	color: #fff;
	background-color: #305f88;
	border-color: #305f88
}

.bootstrap .list-group-item-secondary {
	color: #655276;
	background-color: #eee7f3
}

.bootstrap .list-group-item-secondary.list-group-item-action:hover,
.bootstrap .list-group-item-secondary.list-group-item-action:focus {
	color: #655276;
	background-color: #d6d0db
}

.bootstrap .list-group-item-secondary.list-group-item-action.active {
	color: #fff;
	background-color: #655276;
	border-color: #655276
}

.bootstrap .list-group-item-success {
	color: #0f5132;
	background-color: #d1e7dd
}

.bootstrap .list-group-item-success.list-group-item-action:hover,
.bootstrap .list-group-item-success.list-group-item-action:focus {
	color: #0f5132;
	background-color: #bcd0c7
}

.bootstrap .list-group-item-success.list-group-item-action.active {
	color: #fff;
	background-color: #0f5132;
	border-color: #0f5132
}

.bootstrap .list-group-item-info {
	color: #055160;
	background-color: #cff4fc
}

.bootstrap .list-group-item-info.list-group-item-action:hover,
.bootstrap .list-group-item-info.list-group-item-action:focus {
	color: #055160;
	background-color: #badce3
}

.bootstrap .list-group-item-info.list-group-item-action.active {
	color: #fff;
	background-color: #055160;
	border-color: #055160
}

.bootstrap .list-group-item-warning {
	color: #664d03;
	background-color: #fff3cd
}

.bootstrap .list-group-item-warning.list-group-item-action:hover,
.bootstrap .list-group-item-warning.list-group-item-action:focus {
	color: #664d03;
	background-color: #e6dbb9
}

.bootstrap .list-group-item-warning.list-group-item-action.active {
	color: #fff;
	background-color: #664d03;
	border-color: #664d03
}

.bootstrap .list-group-item-danger {
	color: #842029;
	background-color: #f8d7da
}

.bootstrap .list-group-item-danger.list-group-item-action:hover,
.bootstrap .list-group-item-danger.list-group-item-action:focus {
	color: #842029;
	background-color: #dfc2c4
}

.bootstrap .list-group-item-danger.list-group-item-action.active {
	color: #fff;
	background-color: #842029;
	border-color: #842029
}

.bootstrap .list-group-item-light {
	color: #636464;
	background-color: #fefefe
}

.bootstrap .list-group-item-light.list-group-item-action:hover,
.bootstrap .list-group-item-light.list-group-item-action:focus {
	color: #636464;
	background-color: #e5e5e5
}

.bootstrap .list-group-item-light.list-group-item-action.active {
	color: #fff;
	background-color: #636464;
	border-color: #636464
}

.bootstrap .list-group-item-dark {
	color: #141619;
	background-color: #d3d3d4
}

.bootstrap .list-group-item-dark.list-group-item-action:hover,
.bootstrap .list-group-item-dark.list-group-item-action:focus {
	color: #141619;
	background-color: #bebebf
}

.bootstrap .list-group-item-dark.list-group-item-action.active {
	color: #fff;
	background-color: #141619;
	border-color: #141619
}

.bootstrap .btn-close {
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: .25em .25em;
	color: #000;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
	border: 0;
	border-radius: .25rem;
	opacity: .5
}

.bootstrap .btn-close:hover {
	color: #000;
	text-decoration: none;
	opacity: .75
}

.bootstrap .btn-close:focus {
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(80, 158, 227, 0.25);
	opacity: 1
}

.bootstrap .btn-close:disabled,
.bootstrap .btn-close.disabled {
	pointer-events: none;
	user-select: none;
	opacity: .25
}

.bootstrap .btn-close-white {
	filter: invert(1) grayscale(100%) brightness(200%)
}

.bootstrap .toast {
	width: 350px;
	max-width: 100%;
	font-size: .875rem;
	pointer-events: auto;
	background-color: rgba(255, 255, 255, 0.85);
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 0.25rem 1.5rem rgba(0, 0, 0, 0.1);
	border-radius: .25rem
}

.bootstrap .toast:not(.showing):not(.show) {
	opacity: 0
}

.bootstrap .toast.hide {
	display: none
}

.bootstrap .toast-container {
	width: max-content;
	max-width: 100%;
	pointer-events: none
}

.bootstrap .toast-container>:not(:last-child) {
	margin-bottom: .75rem
}

.bootstrap .toast-header {
	display: flex;
	align-items: center;
	padding: .5rem .75rem;
	color: #6c757d;
	background-color: rgba(255, 255, 255, 0.85);
	background-clip: padding-box;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px)
}

.bootstrap .toast-header .btn-close {
	margin-right: -.375rem;
	margin-left: .75rem
}

.bootstrap .toast-body {
	padding: .75rem;
	word-wrap: break-word
}

.bootstrap .modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0
}

.bootstrap .modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none
}

.modal.fade .bootstrap .modal-dialog {
	transition: transform 0.3s ease-out;
	transform: translate(0, -50px)
}

@media (prefers-reduced-motion: reduce) {
	.modal.fade .bootstrap .modal-dialog {
		transition: none
	}
}

.modal.show .bootstrap .modal-dialog {
	transform: none
}

.modal.modal-static .bootstrap .modal-dialog {
	transform: scale(1.02)
}

.bootstrap .modal-dialog-scrollable {
	height: calc(100% - 1rem)
}

.bootstrap .modal-dialog-scrollable .modal-content {
	max-height: 100%;
	overflow: hidden
}

.bootstrap .modal-dialog-scrollable .modal-body {
	overflow-y: auto
}

.bootstrap .modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - 1rem)
}

.bootstrap .modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: .5rem;
	outline: 0
}

.bootstrap .modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000
}

.bootstrap .modal-backdrop.fade {
	opacity: 0
}

.bootstrap .modal-backdrop.show {
	opacity: .5
}

.bootstrap .modal-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(.5rem - 1px);
	border-top-right-radius: calc(.5rem - 1px)
}

.bootstrap .modal-header .btn-close {
	padding: .5rem .5rem;
	margin: -.5rem -.5rem -.5rem auto
}

.bootstrap .modal-title {
	margin-bottom: 0;
	line-height: 1.5
}

.bootstrap .modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 1rem
}

.bootstrap .modal-footer {
	display: flex;
	flex-wrap: wrap;
	flex-shrink: 0;
	align-items: center;
	justify-content: flex-end;
	padding: .75rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: calc(.5rem - 1px);
	border-bottom-left-radius: calc(.5rem - 1px)
}

.bootstrap .modal-footer>* {
	margin: .25rem
}

@media (min-width: 576px) {
	.bootstrap .modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto
	}

	.bootstrap .modal-dialog-scrollable {
		height: calc(100% - 3.5rem)
	}

	.bootstrap .modal-dialog-centered {
		min-height: calc(100% - 3.5rem)
	}

	.bootstrap .modal-sm {
		max-width: 300px
	}
}

@media (min-width: 992px) {

	.bootstrap .modal-lg,
	.bootstrap .modal-xl {
		max-width: 800px
	}
}

@media (min-width: 1200px) {
	.bootstrap .modal-xl {
		max-width: 1140px
	}
}

.bootstrap .modal-fullscreen {
	width: 100vw;
	max-width: none;
	height: 100%;
	margin: 0
}

.bootstrap .modal-fullscreen .modal-content {
	height: 100%;
	border: 0;
	border-radius: 0
}

.bootstrap .modal-fullscreen .modal-header {
	border-radius: 0
}

.bootstrap .modal-fullscreen .modal-body {
	overflow-y: auto
}

.bootstrap .modal-fullscreen .modal-footer {
	border-radius: 0
}

@media (max-width: 575.98px) {
	.bootstrap .modal-fullscreen-sm-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0
	}

	.bootstrap .modal-fullscreen-sm-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0
	}

	.bootstrap .modal-fullscreen-sm-down .modal-header {
		border-radius: 0
	}

	.bootstrap .modal-fullscreen-sm-down .modal-body {
		overflow-y: auto
	}

	.bootstrap .modal-fullscreen-sm-down .modal-footer {
		border-radius: 0
	}
}

@media (max-width: 767.98px) {
	.bootstrap .modal-fullscreen-md-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0
	}

	.bootstrap .modal-fullscreen-md-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0
	}

	.bootstrap .modal-fullscreen-md-down .modal-header {
		border-radius: 0
	}

	.bootstrap .modal-fullscreen-md-down .modal-body {
		overflow-y: auto
	}

	.bootstrap .modal-fullscreen-md-down .modal-footer {
		border-radius: 0
	}
}

@media (max-width: 991.98px) {
	.bootstrap .modal-fullscreen-lg-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0
	}

	.bootstrap .modal-fullscreen-lg-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0
	}

	.bootstrap .modal-fullscreen-lg-down .modal-header {
		border-radius: 0
	}

	.bootstrap .modal-fullscreen-lg-down .modal-body {
		overflow-y: auto
	}

	.bootstrap .modal-fullscreen-lg-down .modal-footer {
		border-radius: 0
	}
}

@media (max-width: 1199.98px) {
	.bootstrap .modal-fullscreen-xl-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0
	}

	.bootstrap .modal-fullscreen-xl-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0
	}

	.bootstrap .modal-fullscreen-xl-down .modal-header {
		border-radius: 0
	}

	.bootstrap .modal-fullscreen-xl-down .modal-body {
		overflow-y: auto
	}

	.bootstrap .modal-fullscreen-xl-down .modal-footer {
		border-radius: 0
	}
}

@media (max-width: 1399.98px) {
	.bootstrap .modal-fullscreen-xxl-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0
	}

	.bootstrap .modal-fullscreen-xxl-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0
	}

	.bootstrap .modal-fullscreen-xxl-down .modal-header {
		border-radius: 0
	}

	.bootstrap .modal-fullscreen-xxl-down .modal-body {
		overflow-y: auto
	}

	.bootstrap .modal-fullscreen-xxl-down .modal-footer {
		border-radius: 0
	}
}

.bootstrap .tooltip {
	position: absolute;
	z-index: 1080;
	display: block;
	margin: 0;
	font-family: var(--bs-font-sans-serif);
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	opacity: 0
}

.bootstrap .tooltip.show {
	opacity: .9
}

.bootstrap .tooltip .tooltip-arrow {
	position: absolute;
	display: block;
	width: .8rem;
	height: .4rem
}

.bootstrap .tooltip .tooltip-arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid
}

.bootstrap .bs-tooltip-top,
.bootstrap .bs-tooltip-auto[data-popper-placement^="top"] {
	padding: .4rem 0
}

.bootstrap .bs-tooltip-top .tooltip-arrow,
.bootstrap .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
	bottom: 0
}

.bootstrap .bs-tooltip-top .tooltip-arrow::before,
.bootstrap .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
	top: -1px;
	border-width: .4rem .4rem 0;
	border-top-color: #000
}

.bootstrap .bs-tooltip-end,
.bootstrap .bs-tooltip-auto[data-popper-placement^="right"] {
	padding: 0 .4rem
}

.bootstrap .bs-tooltip-end .tooltip-arrow,
.bootstrap .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
	left: 0;
	width: .4rem;
	height: .8rem
}

.bootstrap .bs-tooltip-end .tooltip-arrow::before,
.bootstrap .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
	right: -1px;
	border-width: .4rem .4rem .4rem 0;
	border-right-color: #000
}

.bootstrap .bs-tooltip-bottom,
.bootstrap .bs-tooltip-auto[data-popper-placement^="bottom"] {
	padding: .4rem 0
}

.bootstrap .bs-tooltip-bottom .tooltip-arrow,
.bootstrap .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
	top: 0
}

.bootstrap .bs-tooltip-bottom .tooltip-arrow::before,
.bootstrap .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
	bottom: -1px;
	border-width: 0 .4rem .4rem;
	border-bottom-color: #000
}

.bootstrap .bs-tooltip-start,
.bootstrap .bs-tooltip-auto[data-popper-placement^="left"] {
	padding: 0 .4rem
}

.bootstrap .bs-tooltip-start .tooltip-arrow,
.bootstrap .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
	right: 0;
	width: .4rem;
	height: .8rem
}

.bootstrap .bs-tooltip-start .tooltip-arrow::before,
.bootstrap .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
	left: -1px;
	border-width: .4rem 0 .4rem .4rem;
	border-left-color: #000
}

.bootstrap .tooltip-inner {
	max-width: 200px;
	padding: .25rem .5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: .25rem
}

.bootstrap .popover {
	position: absolute;
	top: 0;
	left: 0
		/* rtl:ignore */
	;
	z-index: 1070;
	display: block;
	max-width: 276px;
	font-family: var(--bs-font-sans-serif);
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: .5rem
}

.bootstrap .popover .popover-arrow {
	position: absolute;
	display: block;
	width: 1rem;
	height: .5rem
}

.bootstrap .popover .popover-arrow::before,
.bootstrap .popover .popover-arrow::after {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid
}

.bootstrap .bs-popover-top>.popover-arrow,
.bootstrap .bs-popover-auto[data-popper-placement^="top"]>.popover-arrow {
	bottom: calc(-0.5rem - 1px)
}

.bootstrap .bs-popover-top>.popover-arrow::before,
.bootstrap .bs-popover-auto[data-popper-placement^="top"]>.popover-arrow::before {
	bottom: 0;
	border-width: .5rem .5rem 0;
	border-top-color: rgba(0, 0, 0, 0.25)
}

.bootstrap .bs-popover-top>.popover-arrow::after,
.bootstrap .bs-popover-auto[data-popper-placement^="top"]>.popover-arrow::after {
	bottom: 1px;
	border-width: .5rem .5rem 0;
	border-top-color: #fff
}

.bootstrap .bs-popover-end>.popover-arrow,
.bootstrap .bs-popover-auto[data-popper-placement^="right"]>.popover-arrow {
	left: calc(-0.5rem - 1px);
	width: .5rem;
	height: 1rem
}

.bootstrap .bs-popover-end>.popover-arrow::before,
.bootstrap .bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::before {
	left: 0;
	border-width: .5rem .5rem .5rem 0;
	border-right-color: rgba(0, 0, 0, 0.25)
}

.bootstrap .bs-popover-end>.popover-arrow::after,
.bootstrap .bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::after {
	left: 1px;
	border-width: .5rem .5rem .5rem 0;
	border-right-color: #fff
}

.bootstrap .bs-popover-bottom>.popover-arrow,
.bootstrap .bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow {
	top: calc(-0.5rem - 1px)
}

.bootstrap .bs-popover-bottom>.popover-arrow::before,
.bootstrap .bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow::before {
	top: 0;
	border-width: 0 .5rem .5rem .5rem;
	border-bottom-color: rgba(0, 0, 0, 0.25)
}

.bootstrap .bs-popover-bottom>.popover-arrow::after,
.bootstrap .bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow::after {
	top: 1px;
	border-width: 0 .5rem .5rem .5rem;
	border-bottom-color: #fff
}

.bootstrap .bs-popover-bottom .popover-header::before,
.bootstrap .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
	margin-left: -.5rem;
	content: "";
	border-bottom: 1px solid #f0f0f0
}

.bootstrap .bs-popover-start>.popover-arrow,
.bootstrap .bs-popover-auto[data-popper-placement^="left"]>.popover-arrow {
	right: calc(-0.5rem - 1px);
	width: .5rem;
	height: 1rem
}

.bootstrap .bs-popover-start>.popover-arrow::before,
.bootstrap .bs-popover-auto[data-popper-placement^="left"]>.popover-arrow::before {
	right: 0;
	border-width: .5rem 0 .5rem .5rem;
	border-left-color: rgba(0, 0, 0, 0.25)
}

.bootstrap .bs-popover-start>.popover-arrow::after,
.bootstrap .bs-popover-auto[data-popper-placement^="left"]>.popover-arrow::after {
	right: 1px;
	border-width: .5rem 0 .5rem .5rem;
	border-left-color: #fff
}

.bootstrap .popover-header {
	padding: .5rem 1rem;
	margin-bottom: 0;
	font-size: 1rem;
	color: #22242b;
	background-color: #f0f0f0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	border-top-left-radius: calc(.5rem - 1px);
	border-top-right-radius: calc(.5rem - 1px)
}

.bootstrap .popover-header:empty {
	display: none
}

.bootstrap .popover-body {
	padding: 1rem 1rem;
	color: #212529
}

.bootstrap .carousel {
	position: relative
}

.bootstrap .carousel.pointer-event {
	touch-action: pan-y
}

.bootstrap .carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}

.bootstrap .carousel-inner::after {
	display: block;
	clear: both;
	content: ""
}

.bootstrap .carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	backface-visibility: hidden;
	transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
	.bootstrap .carousel-item {
		transition: none
	}
}

.bootstrap .carousel-item.active,
.bootstrap .carousel-item-next,
.bootstrap .carousel-item-prev {
	display: block
}

.bootstrap .carousel-item-next:not(.carousel-item-start),
.bootstrap .active.carousel-item-end {
	transform: translateX(100%)
}

.bootstrap .carousel-item-prev:not(.carousel-item-end),
.bootstrap .active.carousel-item-start {
	transform: translateX(-100%)
}

.bootstrap .carousel-fade .carousel-item {
	opacity: 0;
	transition-property: opacity;
	transform: none
}

.bootstrap .carousel-fade .carousel-item.active,
.bootstrap .carousel-fade .carousel-item-next.carousel-item-start,
.bootstrap .carousel-fade .carousel-item-prev.carousel-item-end {
	z-index: 1;
	opacity: 1
}

.bootstrap .carousel-fade .active.carousel-item-start,
.bootstrap .carousel-fade .active.carousel-item-end {
	z-index: 0;
	opacity: 0;
	transition: opacity 0s .6s
}

@media (prefers-reduced-motion: reduce) {

	.bootstrap .carousel-fade .active.carousel-item-start,
	.bootstrap .carousel-fade .active.carousel-item-end {
		transition: none
	}
}

.bootstrap .carousel-control-prev,
.bootstrap .carousel-control-next {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
	padding: 0;
	color: #fff;
	text-align: center;
	background: none;
	border: 0;
	opacity: .5;
	transition: opacity 0.15s ease
}

@media (prefers-reduced-motion: reduce) {

	.bootstrap .carousel-control-prev,
	.bootstrap .carousel-control-next {
		transition: none
	}
}

.bootstrap .carousel-control-prev:hover,
.bootstrap .carousel-control-prev:focus,
.bootstrap .carousel-control-next:hover,
.bootstrap .carousel-control-next:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9
}

.bootstrap .carousel-control-prev {
	left: 0
}

.bootstrap .carousel-control-next {
	right: 0
}

.bootstrap .carousel-control-prev-icon,
.bootstrap .carousel-control-next-icon {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100% 100%
}

.bootstrap .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")
}

.bootstrap .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")
}

.bootstrap .carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	padding: 0;
	margin-right: 15%;
	margin-bottom: 1rem;
	margin-left: 15%;
	list-style: none
}

.bootstrap .carousel-indicators [data-bs-target] {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	padding: 0;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	transition: opacity 0.6s ease
}

@media (prefers-reduced-motion: reduce) {
	.bootstrap .carousel-indicators [data-bs-target] {
		transition: none
	}
}

.bootstrap .carousel-indicators .active {
	opacity: 1
}

.bootstrap .carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 1.25rem;
	left: 15%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
	text-align: center
}

.bootstrap .carousel-dark .carousel-control-prev-icon,
.bootstrap .carousel-dark .carousel-control-next-icon {
	filter: invert(1) grayscale(100)
}

.bootstrap .carousel-dark .carousel-indicators [data-bs-target] {
	background-color: #000
}

.bootstrap .carousel-dark .carousel-caption {
	color: #000
}

@keyframes spinner-border {
	to {
		transform: rotate(360deg)
			/* rtl:ignore */
	}
}

.bootstrap .spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: -.125em;
	border: .25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	animation: .75s linear infinite spinner-border
}

.bootstrap .spinner-border-sm {
	width: 1rem;
	height: 1rem;
	border-width: .2em
}

@keyframes spinner-grow {
	0% {
		transform: scale(0)
	}

	50% {
		opacity: 1;
		transform: none
	}
}

.bootstrap .spinner-grow {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: -.125em;
	background-color: currentColor;
	border-radius: 50%;
	opacity: 0;
	animation: .75s linear infinite spinner-grow
}

.bootstrap .spinner-grow-sm {
	width: 1rem;
	height: 1rem
}

@media (prefers-reduced-motion: reduce) {

	.bootstrap .spinner-border,
	.bootstrap .spinner-grow {
		animation-duration: 1.5s
	}
}

.bootstrap .offcanvas {
	position: fixed;
	bottom: 0;
	z-index: 1050;
	display: flex;
	flex-direction: column;
	max-width: 100%;
	visibility: hidden;
	background-color: #fff;
	background-clip: padding-box;
	outline: 0;
	transition: transform .3s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
	.bootstrap .offcanvas {
		transition: none
	}
}

.bootstrap .offcanvas-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1rem
}

.bootstrap .offcanvas-header .btn-close {
	padding: .5rem .5rem;
	margin-top: -.5rem;
	margin-right: -.5rem;
	margin-bottom: -.5rem
}

.bootstrap .offcanvas-title {
	margin-bottom: 0;
	line-height: 1.5
}

.bootstrap .offcanvas-body {
	flex-grow: 1;
	padding: 1rem 1rem;
	overflow-y: auto
}

.bootstrap .offcanvas-start {
	top: 0;
	left: 0;
	width: 400px;
	border-right: 1px solid rgba(0, 0, 0, 0.2);
	transform: translateX(-100%)
}

.bootstrap .offcanvas-end {
	top: 0;
	right: 0;
	width: 400px;
	border-left: 1px solid rgba(0, 0, 0, 0.2);
	transform: translateX(100%)
}

.bootstrap .offcanvas-top {
	top: 0;
	right: 0;
	left: 0;
	height: 30vh;
	max-height: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	transform: translateY(-100%)
}

.bootstrap .offcanvas-bottom {
	right: 0;
	left: 0;
	height: 30vh;
	max-height: 100%;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	transform: translateY(100%)
}

.bootstrap .offcanvas.show {
	transform: none
}

.bootstrap .clearfix::after {
	display: block;
	clear: both;
	content: ""
}

.bootstrap .link-primary {
	color: #f48400
}

.bootstrap .link-primary:hover,
.bootstrap .link-primary:focus {
	color: #73b1e9
}

.bootstrap .link-secondary {
	color: #a989c5
}

.bootstrap .link-secondary:hover,
.bootstrap .link-secondary:focus {
	color: #baa1d1
}

.bootstrap .link-success {
	color: #198754
}

.bootstrap .link-success:hover,
.bootstrap .link-success:focus {
	color: #146c43
}

.bootstrap .link-info {
	color: #0dcaf0
}

.bootstrap .link-info:hover,
.bootstrap .link-info:focus {
	color: #3dd5f3
}

.bootstrap .link-warning {
	color: #ffc107
}

.bootstrap .link-warning:hover,
.bootstrap .link-warning:focus {
	color: #ffcd39
}

.bootstrap .link-danger {
	color: #dc3545
}

.bootstrap .link-danger:hover,
.bootstrap .link-danger:focus {
	color: #b02a37
}

.bootstrap .link-light {
	color: #f8f9fa
}

.bootstrap .link-light:hover,
.bootstrap .link-light:focus {
	color: #f9fafb
}

.bootstrap .link-dark {
	color: #212529
}

.bootstrap .link-dark:hover,
.bootstrap .link-dark:focus {
	color: #1a1e21
}

.bootstrap .ratio {
	position: relative;
	width: 100%
}

.bootstrap .ratio::before {
	display: block;
	padding-top: var(--bs-aspect-ratio);
	content: ""
}

.bootstrap .ratio>* {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.bootstrap .ratio-1x1 {
	--bs-aspect-ratio: 100%
}

.bootstrap .ratio-4x3 {
	--bs-aspect-ratio: calc(3 / 4 * 100%)
}

.bootstrap .ratio-16x9 {
	--bs-aspect-ratio: calc(9 / 16 * 100%)
}

.bootstrap .ratio-21x9 {
	--bs-aspect-ratio: calc(9 / 21 * 100%)
}

.bootstrap .fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030
}

.bootstrap .fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030
}

.bootstrap .sticky-top {
	position: sticky;
	top: 0;
	z-index: 1020
}

@media (min-width: 576px) {
	.bootstrap .sticky-sm-top {
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

@media (min-width: 768px) {
	.bootstrap .sticky-md-top {
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

@media (min-width: 992px) {
	.bootstrap .sticky-lg-top {
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

@media (min-width: 1200px) {
	.bootstrap .sticky-xl-top {
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

@media (min-width: 1400px) {
	.bootstrap .sticky-xxl-top {
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

.bootstrap .visually-hidden,
.bootstrap .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
}

.bootstrap .stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: ""
}

.bootstrap .text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.bootstrap .align-baseline {
	vertical-align: baseline !important
}

.bootstrap .align-top {
	vertical-align: top !important
}

.bootstrap .align-middle {
	vertical-align: middle !important
}

.bootstrap .align-bottom {
	vertical-align: bottom !important
}

.bootstrap .align-text-bottom {
	vertical-align: text-bottom !important
}

.bootstrap .align-text-top {
	vertical-align: text-top !important
}

.bootstrap .float-start {
	float: left !important
}

.bootstrap .float-end {
	float: right !important
}

.bootstrap .float-none {
	float: none !important
}

.bootstrap .overflow-auto {
	overflow: auto !important
}

.bootstrap .overflow-hidden {
	overflow: hidden !important
}

.bootstrap .overflow-visible {
	overflow: visible !important
}

.bootstrap .overflow-scroll {
	overflow: scroll !important
}

.bootstrap .d-inline {
	display: inline !important
}

.bootstrap .d-inline-block {
	display: inline-block !important
}

.bootstrap .d-block {
	display: block !important
}

.bootstrap .d-grid {
	display: grid !important
}

.bootstrap .d-table {
	display: table !important
}

.bootstrap .d-table-row {
	display: table-row !important
}

.bootstrap .d-table-cell {
	display: table-cell !important
}

.bootstrap .d-flex {
	display: flex !important
}

.bootstrap .d-inline-flex {
	display: inline-flex !important
}

.bootstrap .d-none {
	display: none !important
}

.bootstrap .shadow {
	box-shadow: 0 0.25rem 1.5rem rgba(0, 0, 0, 0.1) !important
}

.bootstrap .shadow-sm {
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important
}

.bootstrap .shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important
}

.bootstrap .shadow-none {
	box-shadow: none !important
}

.bootstrap .position-static {
	position: static !important
}

.bootstrap .position-relative {
	position: relative !important
}

.bootstrap .position-absolute {
	position: absolute !important
}

.bootstrap .position-fixed {
	position: fixed !important
}

.bootstrap .position-sticky {
	position: sticky !important
}

.bootstrap .top-0 {
	top: 0 !important
}

.bootstrap .top-50 {
	top: 50% !important
}

.bootstrap .top-100 {
	top: 100% !important
}

.bootstrap .bottom-0 {
	bottom: 0 !important
}

.bootstrap .bottom-50 {
	bottom: 50% !important
}

.bootstrap .bottom-100 {
	bottom: 100% !important
}

.bootstrap .start-0 {
	left: 0 !important
}

.bootstrap .start-50 {
	left: 50% !important
}

.bootstrap .start-100 {
	left: 100% !important
}

.bootstrap .end-0 {
	right: 0 !important
}

.bootstrap .end-50 {
	right: 50% !important
}

.bootstrap .end-100 {
	right: 100% !important
}

.bootstrap .translate-middle {
	transform: translate(-50%, -50%) !important
}

.bootstrap .translate-middle-x {
	transform: translateX(-50%) !important
}

.bootstrap .translate-middle-y {
	transform: translateY(-50%) !important
}

.bootstrap .border {
	border: 1px solid #dee2e6 !important
}

.bootstrap .border-0 {
	border: 0 !important
}

.bootstrap .border-top {
	border-top: 1px solid #dee2e6 !important
}

.bootstrap .border-top-0 {
	border-top: 0 !important
}

.bootstrap .border-end {
	border-right: 1px solid #dee2e6 !important
}

.bootstrap .border-end-0 {
	border-right: 0 !important
}

.bootstrap .border-bottom {
	border-bottom: 1px solid #dee2e6 !important
}

.bootstrap .border-bottom-0 {
	border-bottom: 0 !important
}

.bootstrap .border-start {
	border-left: 1px solid #dee2e6 !important
}

.bootstrap .border-start-0 {
	border-left: 0 !important
}

.bootstrap .border-primary {
	border-color: #f48400 !important
}

.bootstrap .border-secondary {
	border-color: #a989c5 !important
}

.bootstrap .border-success {
	border-color: #198754 !important
}

.bootstrap .border-info {
	border-color: #0dcaf0 !important
}

.bootstrap .border-warning {
	border-color: #ffc107 !important
}

.bootstrap .border-danger {
	border-color: #dc3545 !important
}

.bootstrap .border-light {
	border-color: #f8f9fa !important
}

.bootstrap .border-dark {
	border-color: #212529 !important
}

.bootstrap .border-white {
	border-color: #fff !important
}

.bootstrap .border-1 {
	border-width: 1px !important
}

.bootstrap .border-2 {
	border-width: 2px !important
}

.bootstrap .border-3 {
	border-width: 3px !important
}

.bootstrap .border-4 {
	border-width: 4px !important
}

.bootstrap .border-5 {
	border-width: 5px !important
}

.bootstrap .w-25 {
	width: 25% !important
}

.bootstrap .w-50 {
	width: 50% !important
}

.bootstrap .w-75 {
	width: 75% !important
}

.bootstrap .w-100 {
	width: 100% !important
}

.bootstrap .w-auto {
	width: auto !important
}

.bootstrap .mw-100 {
	max-width: 100% !important
}

.bootstrap .vw-100 {
	width: 100vw !important
}

.bootstrap .min-vw-100 {
	min-width: 100vw !important
}

.bootstrap .h-25 {
	height: 25% !important
}

.bootstrap .h-50 {
	height: 50% !important
}

.bootstrap .h-75 {
	height: 75% !important
}

.bootstrap .h-100 {
	height: 100% !important
}

.bootstrap .h-auto {
	height: auto !important
}

.bootstrap .mh-100 {
	max-height: 100% !important
}

.bootstrap .vh-100 {
	height: 100vh !important
}

.bootstrap .min-vh-100 {
	min-height: 100vh !important
}

.bootstrap .flex-fill {
	flex: 1 1 auto !important
}

.bootstrap .flex-row {
	flex-direction: row !important
}

.bootstrap .flex-column {
	flex-direction: column !important
}

.bootstrap .flex-row-reverse {
	flex-direction: row-reverse !important
}

.bootstrap .flex-column-reverse {
	flex-direction: column-reverse !important
}

.bootstrap .flex-grow-0 {
	flex-grow: 0 !important
}

.bootstrap .flex-grow-1 {
	flex-grow: 1 !important
}

.bootstrap .flex-shrink-0 {
	flex-shrink: 0 !important
}

.bootstrap .flex-shrink-1 {
	flex-shrink: 1 !important
}

.bootstrap .flex-wrap {
	flex-wrap: wrap !important
}

.bootstrap .flex-nowrap {
	flex-wrap: nowrap !important
}

.bootstrap .flex-wrap-reverse {
	flex-wrap: wrap-reverse !important
}

.bootstrap .gap-0 {
	gap: 0 !important
}

.bootstrap .gap-1 {
	gap: .25rem !important
}

.bootstrap .gap-2 {
	gap: .5rem !important
}

.bootstrap .gap-3 {
	gap: .75rem !important
}

.bootstrap .gap-4 {
	gap: 1rem !important
}

.bootstrap .gap-5 {
	gap: 1.25rem !important
}

.bootstrap .gap-6 {
	gap: 1.5rem !important
}

.bootstrap .gap-7 {
	gap: 1.75rem !important
}

.bootstrap .gap-8 {
	gap: 2rem !important
}

.bootstrap .gap-9 {
	gap: 2.25rem !important
}

.bootstrap .gap-10 {
	gap: 2.5rem !important
}

.bootstrap .gap-11 {
	gap: 3rem !important
}

.bootstrap .gap-12 {
	gap: 3.5rem !important
}

.bootstrap .gap-13 {
	gap: 4rem !important
}

.bootstrap .gap-14 {
	gap: 4.5rem !important
}

.bootstrap .gap-15 {
	gap: 5rem !important
}

.bootstrap .gap-16 {
	gap: 5.5rem !important
}

.bootstrap .gap-17 {
	gap: 6rem !important
}

.bootstrap .gap-18 {
	gap: 6.5rem !important
}

.bootstrap .gap-19 {
	gap: 7rem !important
}

.bootstrap .gap-20 {
	gap: 7.5rem !important
}

.bootstrap .justify-content-start {
	justify-content: flex-start !important
}

.bootstrap .justify-content-end {
	justify-content: flex-end !important
}

.bootstrap .justify-content-center {
	justify-content: center !important
}

.bootstrap .justify-content-between {
	justify-content: space-between !important
}

.bootstrap .justify-content-around {
	justify-content: space-around !important
}

.bootstrap .justify-content-evenly {
	justify-content: space-evenly !important
}

.bootstrap .align-items-start {
	align-items: flex-start !important
}

.bootstrap .align-items-end {
	align-items: flex-end !important
}

.bootstrap .align-items-center {
	align-items: center !important
}

.bootstrap .align-items-baseline {
	align-items: baseline !important
}

.bootstrap .align-items-stretch {
	align-items: stretch !important
}

.bootstrap .align-content-start {
	align-content: flex-start !important
}

.bootstrap .align-content-end {
	align-content: flex-end !important
}

.bootstrap .align-content-center {
	align-content: center !important
}

.bootstrap .align-content-between {
	align-content: space-between !important
}

.bootstrap .align-content-around {
	align-content: space-around !important
}

.bootstrap .align-content-stretch {
	align-content: stretch !important
}

.bootstrap .align-self-auto {
	align-self: auto !important
}

.bootstrap .align-self-start {
	align-self: flex-start !important
}

.bootstrap .align-self-end {
	align-self: flex-end !important
}

.bootstrap .align-self-center {
	align-self: center !important
}

.bootstrap .align-self-baseline {
	align-self: baseline !important
}

.bootstrap .align-self-stretch {
	align-self: stretch !important
}

.bootstrap .order-first {
	order: -1 !important
}

.bootstrap .order-0 {
	order: 0 !important
}

.bootstrap .order-1 {
	order: 1 !important
}

.bootstrap .order-2 {
	order: 2 !important
}

.bootstrap .order-3 {
	order: 3 !important
}

.bootstrap .order-4 {
	order: 4 !important
}

.bootstrap .order-5 {
	order: 5 !important
}

.bootstrap .order-last {
	order: 6 !important
}

.bootstrap .m-0 {
	margin: 0 !important
}

.bootstrap .m-1 {
	margin: .25rem !important
}

.bootstrap .m-2 {
	margin: .5rem !important
}

.bootstrap .m-3 {
	margin: .75rem !important
}

.bootstrap .m-4 {
	margin: 1rem !important
}

.bootstrap .m-5 {
	margin: 1.25rem !important
}

.bootstrap .m-6 {
	margin: 1.5rem !important
}

.bootstrap .m-7 {
	margin: 1.75rem !important
}

.bootstrap .m-8 {
	margin: 2rem !important
}

.bootstrap .m-9 {
	margin: 2.25rem !important
}

.bootstrap .m-10 {
	margin: 2.5rem !important
}

.bootstrap .m-11 {
	margin: 3rem !important
}

.bootstrap .m-12 {
	margin: 3.5rem !important
}

.bootstrap .m-13 {
	margin: 4rem !important
}

.bootstrap .m-14 {
	margin: 4.5rem !important
}

.bootstrap .m-15 {
	margin: 5rem !important
}

.bootstrap .m-16 {
	margin: 5.5rem !important
}

.bootstrap .m-17 {
	margin: 6rem !important
}

.bootstrap .m-18 {
	margin: 6.5rem !important
}

.bootstrap .m-19 {
	margin: 7rem !important
}

.bootstrap .m-20 {
	margin: 7.5rem !important
}

.bootstrap .m-auto {
	margin: auto !important
}

.bootstrap .mx-0 {
	margin-right: 0 !important;
	margin-left: 0 !important
}

.bootstrap .mx-1 {
	margin-right: .25rem !important;
	margin-left: .25rem !important
}

.bootstrap .mx-2 {
	margin-right: .5rem !important;
	margin-left: .5rem !important
}

.bootstrap .mx-3 {
	margin-right: .75rem !important;
	margin-left: .75rem !important
}

.bootstrap .mx-4 {
	margin-right: 1rem !important;
	margin-left: 1rem !important
}

.bootstrap .mx-5 {
	margin-right: 1.25rem !important;
	margin-left: 1.25rem !important
}

.bootstrap .mx-6 {
	margin-right: 1.5rem !important;
	margin-left: 1.5rem !important
}

.bootstrap .mx-7 {
	margin-right: 1.75rem !important;
	margin-left: 1.75rem !important
}

.bootstrap .mx-8 {
	margin-right: 2rem !important;
	margin-left: 2rem !important
}

.bootstrap .mx-9 {
	margin-right: 2.25rem !important;
	margin-left: 2.25rem !important
}

.bootstrap .mx-10 {
	margin-right: 2.5rem !important;
	margin-left: 2.5rem !important
}

.bootstrap .mx-11 {
	margin-right: 3rem !important;
	margin-left: 3rem !important
}

.bootstrap .mx-12 {
	margin-right: 3.5rem !important;
	margin-left: 3.5rem !important
}

.bootstrap .mx-13 {
	margin-right: 4rem !important;
	margin-left: 4rem !important
}

.bootstrap .mx-14 {
	margin-right: 4.5rem !important;
	margin-left: 4.5rem !important
}

.bootstrap .mx-15 {
	margin-right: 5rem !important;
	margin-left: 5rem !important
}

.bootstrap .mx-16 {
	margin-right: 5.5rem !important;
	margin-left: 5.5rem !important
}

.bootstrap .mx-17 {
	margin-right: 6rem !important;
	margin-left: 6rem !important
}

.bootstrap .mx-18 {
	margin-right: 6.5rem !important;
	margin-left: 6.5rem !important
}

.bootstrap .mx-19 {
	margin-right: 7rem !important;
	margin-left: 7rem !important
}

.bootstrap .mx-20 {
	margin-right: 7.5rem !important;
	margin-left: 7.5rem !important
}

.bootstrap .mx-auto {
	margin-right: auto !important;
	margin-left: auto !important
}

.bootstrap .my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important
}

.bootstrap .my-1 {
	margin-top: .25rem !important;
	margin-bottom: .25rem !important
}

.bootstrap .my-2 {
	margin-top: .5rem !important;
	margin-bottom: .5rem !important
}

.bootstrap .my-3 {
	margin-top: .75rem !important;
	margin-bottom: .75rem !important
}

.bootstrap .my-4 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important
}

.bootstrap .my-5 {
	margin-top: 1.25rem !important;
	margin-bottom: 1.25rem !important
}

.bootstrap .my-6 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important
}

.bootstrap .my-7 {
	margin-top: 1.75rem !important;
	margin-bottom: 1.75rem !important
}

.bootstrap .my-8 {
	margin-top: 2rem !important;
	margin-bottom: 2rem !important
}

.bootstrap .my-9 {
	margin-top: 2.25rem !important;
	margin-bottom: 2.25rem !important
}

.bootstrap .my-10 {
	margin-top: 2.5rem !important;
	margin-bottom: 2.5rem !important
}

.bootstrap .my-11 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important
}

.bootstrap .my-12 {
	margin-top: 3.5rem !important;
	margin-bottom: 3.5rem !important
}

.bootstrap .my-13 {
	margin-top: 4rem !important;
	margin-bottom: 4rem !important
}

.bootstrap .my-14 {
	margin-top: 4.5rem !important;
	margin-bottom: 4.5rem !important
}

.bootstrap .my-15 {
	margin-top: 5rem !important;
	margin-bottom: 5rem !important
}

.bootstrap .my-16 {
	margin-top: 5.5rem !important;
	margin-bottom: 5.5rem !important
}

.bootstrap .my-17 {
	margin-top: 6rem !important;
	margin-bottom: 6rem !important
}

.bootstrap .my-18 {
	margin-top: 6.5rem !important;
	margin-bottom: 6.5rem !important
}

.bootstrap .my-19 {
	margin-top: 7rem !important;
	margin-bottom: 7rem !important
}

.bootstrap .my-20 {
	margin-top: 7.5rem !important;
	margin-bottom: 7.5rem !important
}

.bootstrap .my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important
}

.bootstrap .mt-0 {
	margin-top: 0 !important
}

.bootstrap .mt-1 {
	margin-top: .25rem !important
}

.bootstrap .mt-2 {
	margin-top: .5rem !important
}

.bootstrap .mt-3 {
	margin-top: .75rem !important
}

.bootstrap .mt-4 {
	margin-top: 1rem !important
}

.bootstrap .mt-5 {
	margin-top: 1.25rem !important
}

.bootstrap .mt-6 {
	margin-top: 1.5rem !important
}

.bootstrap .mt-7 {
	margin-top: 1.75rem !important
}

.bootstrap .mt-8 {
	margin-top: 2rem !important
}

.bootstrap .mt-9 {
	margin-top: 2.25rem !important
}

.bootstrap .mt-10 {
	margin-top: 2.5rem !important
}

.bootstrap .mt-11 {
	margin-top: 3rem !important
}

.bootstrap .mt-12 {
	margin-top: 3.5rem !important
}

.bootstrap .mt-13 {
	margin-top: 4rem !important
}

.bootstrap .mt-14 {
	margin-top: 4.5rem !important
}

.bootstrap .mt-15 {
	margin-top: 5rem !important
}

.bootstrap .mt-16 {
	margin-top: 5.5rem !important
}

.bootstrap .mt-17 {
	margin-top: 6rem !important
}

.bootstrap .mt-18 {
	margin-top: 6.5rem !important
}

.bootstrap .mt-19 {
	margin-top: 7rem !important
}

.bootstrap .mt-20 {
	margin-top: 7.5rem !important
}

.bootstrap .mt-auto {
	margin-top: auto !important
}

.bootstrap .me-0 {
	margin-right: 0 !important
}

.bootstrap .me-1 {
	margin-right: .25rem !important
}

.bootstrap .me-2 {
	margin-right: .5rem !important
}

.bootstrap .me-3 {
	margin-right: .75rem !important
}

.bootstrap .me-4 {
	margin-right: 1rem !important
}

.bootstrap .me-5 {
	margin-right: 1.25rem !important
}

.bootstrap .me-6 {
	margin-right: 1.5rem !important
}

.bootstrap .me-7 {
	margin-right: 1.75rem !important
}

.bootstrap .me-8 {
	margin-right: 2rem !important
}

.bootstrap .me-9 {
	margin-right: 2.25rem !important
}

.bootstrap .me-10 {
	margin-right: 2.5rem !important
}

.bootstrap .me-11 {
	margin-right: 3rem !important
}

.bootstrap .me-12 {
	margin-right: 3.5rem !important
}

.bootstrap .me-13 {
	margin-right: 4rem !important
}

.bootstrap .me-14 {
	margin-right: 4.5rem !important
}

.bootstrap .me-15 {
	margin-right: 5rem !important
}

.bootstrap .me-16 {
	margin-right: 5.5rem !important
}

.bootstrap .me-17 {
	margin-right: 6rem !important
}

.bootstrap .me-18 {
	margin-right: 6.5rem !important
}

.bootstrap .me-19 {
	margin-right: 7rem !important
}

.bootstrap .me-20 {
	margin-right: 7.5rem !important
}

.bootstrap .me-auto {
	margin-right: auto !important
}

.bootstrap .mb-0 {
	margin-bottom: 0 !important
}

.bootstrap .mb-1 {
	margin-bottom: .25rem !important
}

.bootstrap .mb-2 {
	margin-bottom: .5rem !important
}

.bootstrap .mb-3 {
	margin-bottom: .75rem !important
}

.bootstrap .mb-4 {
	margin-bottom: 1rem !important
}

.bootstrap .mb-5 {
	margin-bottom: 1.25rem !important
}

.bootstrap .mb-6 {
	margin-bottom: 1.5rem !important
}

.bootstrap .mb-7 {
	margin-bottom: 1.75rem !important
}

.bootstrap .mb-8 {
	margin-bottom: 2rem !important
}

.bootstrap .mb-9 {
	margin-bottom: 2.25rem !important
}

.bootstrap .mb-10 {
	margin-bottom: 2.5rem !important
}

.bootstrap .mb-11 {
	margin-bottom: 3rem !important
}

.bootstrap .mb-12 {
	margin-bottom: 3.5rem !important
}

.bootstrap .mb-13 {
	margin-bottom: 4rem !important
}

.bootstrap .mb-14 {
	margin-bottom: 4.5rem !important
}

.bootstrap .mb-15 {
	margin-bottom: 5rem !important
}

.bootstrap .mb-16 {
	margin-bottom: 5.5rem !important
}

.bootstrap .mb-17 {
	margin-bottom: 6rem !important
}

.bootstrap .mb-18 {
	margin-bottom: 6.5rem !important
}

.bootstrap .mb-19 {
	margin-bottom: 7rem !important
}

.bootstrap .mb-20 {
	margin-bottom: 7.5rem !important
}

.bootstrap .mb-auto {
	margin-bottom: auto !important
}

.bootstrap .ms-0 {
	margin-left: 0 !important
}

.bootstrap .ms-1 {
	margin-left: .25rem !important
}

.bootstrap .ms-2 {
	margin-left: .5rem !important
}

.bootstrap .ms-3 {
	margin-left: .75rem !important
}

.bootstrap .ms-4 {
	margin-left: 1rem !important
}

.bootstrap .ms-5 {
	margin-left: 1.25rem !important
}

.bootstrap .ms-6 {
	margin-left: 1.5rem !important
}

.bootstrap .ms-7 {
	margin-left: 1.75rem !important
}

.bootstrap .ms-8 {
	margin-left: 2rem !important
}

.bootstrap .ms-9 {
	margin-left: 2.25rem !important
}

.bootstrap .ms-10 {
	margin-left: 2.5rem !important
}

.bootstrap .ms-11 {
	margin-left: 3rem !important
}

.bootstrap .ms-12 {
	margin-left: 3.5rem !important
}

.bootstrap .ms-13 {
	margin-left: 4rem !important
}

.bootstrap .ms-14 {
	margin-left: 4.5rem !important
}

.bootstrap .ms-15 {
	margin-left: 5rem !important
}

.bootstrap .ms-16 {
	margin-left: 5.5rem !important
}

.bootstrap .ms-17 {
	margin-left: 6rem !important
}

.bootstrap .ms-18 {
	margin-left: 6.5rem !important
}

.bootstrap .ms-19 {
	margin-left: 7rem !important
}

.bootstrap .ms-20 {
	margin-left: 7.5rem !important
}

.bootstrap .ms-auto {
	margin-left: auto !important
}

.bootstrap .p-0 {
	padding: 0 !important
}

.bootstrap .p-1 {
	padding: .25rem !important
}

.bootstrap .p-2 {
	padding: .5rem !important
}

.bootstrap .p-3 {
	padding: .75rem !important
}

.bootstrap .p-4 {
	padding: 1rem !important
}

.bootstrap .p-5 {
	padding: 1.25rem !important
}

.bootstrap .p-6 {
	padding: 1.5rem !important
}

.bootstrap .p-7 {
	padding: 1.75rem !important
}

.bootstrap .p-8 {
	padding: 2rem !important
}

.bootstrap .p-9 {
	padding: 2.25rem !important
}

.bootstrap .p-10 {
	padding: 2.5rem !important
}

.bootstrap .p-11 {
	padding: 3rem !important
}

.bootstrap .p-12 {
	padding: 3.5rem !important
}

.bootstrap .p-13 {
	padding: 4rem !important
}

.bootstrap .p-14 {
	padding: 4.5rem !important
}

.bootstrap .p-15 {
	padding: 5rem !important
}

.bootstrap .p-16 {
	padding: 5.5rem !important
}

.bootstrap .p-17 {
	padding: 6rem !important
}

.bootstrap .p-18 {
	padding: 6.5rem !important
}

.bootstrap .p-19 {
	padding: 7rem !important
}

.bootstrap .p-20 {
	padding: 7.5rem !important
}

.bootstrap .px-0 {
	padding-right: 0 !important;
	padding-left: 0 !important
}

.bootstrap .px-1 {
	padding-right: .25rem !important;
	padding-left: .25rem !important
}

.bootstrap .px-2 {
	padding-right: .5rem !important;
	padding-left: .5rem !important
}

.bootstrap .px-3 {
	padding-right: .75rem !important;
	padding-left: .75rem !important
}

.bootstrap .px-4 {
	padding-right: 1rem !important;
	padding-left: 1rem !important
}

.bootstrap .px-5 {
	padding-right: 1.25rem !important;
	padding-left: 1.25rem !important
}

.bootstrap .px-6 {
	padding-right: 1.5rem !important;
	padding-left: 1.5rem !important
}

.bootstrap .px-7 {
	padding-right: 1.75rem !important;
	padding-left: 1.75rem !important
}

.bootstrap .px-8 {
	padding-right: 2rem !important;
	padding-left: 2rem !important
}

.bootstrap .px-9 {
	padding-right: 2.25rem !important;
	padding-left: 2.25rem !important
}

.bootstrap .px-10 {
	padding-right: 2.5rem !important;
	padding-left: 2.5rem !important
}

.bootstrap .px-11 {
	padding-right: 3rem !important;
	padding-left: 3rem !important
}

.bootstrap .px-12 {
	padding-right: 3.5rem !important;
	padding-left: 3.5rem !important
}

.bootstrap .px-13 {
	padding-right: 4rem !important;
	padding-left: 4rem !important
}

.bootstrap .px-14 {
	padding-right: 4.5rem !important;
	padding-left: 4.5rem !important
}

.bootstrap .px-15 {
	padding-right: 5rem !important;
	padding-left: 5rem !important
}

.bootstrap .px-16 {
	padding-right: 5.5rem !important;
	padding-left: 5.5rem !important
}

.bootstrap .px-17 {
	padding-right: 6rem !important;
	padding-left: 6rem !important
}

.bootstrap .px-18 {
	padding-right: 6.5rem !important;
	padding-left: 6.5rem !important
}

.bootstrap .px-19 {
	padding-right: 7rem !important;
	padding-left: 7rem !important
}

.bootstrap .px-20 {
	padding-right: 7.5rem !important;
	padding-left: 7.5rem !important
}

.bootstrap .py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important
}

.bootstrap .py-1 {
	padding-top: .25rem !important;
	padding-bottom: .25rem !important
}

.bootstrap .py-2 {
	padding-top: .5rem !important;
	padding-bottom: .5rem !important
}

.bootstrap .py-3 {
	padding-top: .75rem !important;
	padding-bottom: .75rem !important
}

.bootstrap .py-4 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important
}

.bootstrap .py-5 {
	padding-top: 1.25rem !important;
	padding-bottom: 1.25rem !important
}

.bootstrap .py-6 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important
}

.bootstrap .py-7 {
	padding-top: 1.75rem !important;
	padding-bottom: 1.75rem !important
}

.bootstrap .py-8 {
	padding-top: 2rem !important;
	padding-bottom: 2rem !important
}

.bootstrap .py-9 {
	padding-top: 2.25rem !important;
	padding-bottom: 2.25rem !important
}

.bootstrap .py-10 {
	padding-top: 2.5rem !important;
	padding-bottom: 2.5rem !important
}

.bootstrap .py-11 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important
}

.bootstrap .py-12 {
	padding-top: 3.5rem !important;
	padding-bottom: 3.5rem !important
}

.bootstrap .py-13 {
	padding-top: 4rem !important;
	padding-bottom: 4rem !important
}

.bootstrap .py-14 {
	padding-top: 4.5rem !important;
	padding-bottom: 4.5rem !important
}

.bootstrap .py-15 {
	padding-top: 5rem !important;
	padding-bottom: 5rem !important
}

.bootstrap .py-16 {
	padding-top: 5.5rem !important;
	padding-bottom: 5.5rem !important
}

.bootstrap .py-17 {
	padding-top: 6rem !important;
	padding-bottom: 6rem !important
}

.bootstrap .py-18 {
	padding-top: 6.5rem !important;
	padding-bottom: 6.5rem !important
}

.bootstrap .py-19 {
	padding-top: 7rem !important;
	padding-bottom: 7rem !important
}

.bootstrap .py-20 {
	padding-top: 7.5rem !important;
	padding-bottom: 7.5rem !important
}

.bootstrap .pl-0 {
	padding-left: 0 !important
}

.bootstrap .pl-1 {
	padding-left: .25rem !important
}

.bootstrap .pl-2 {
	padding-left: .5rem !important
}

.bootstrap .pl-3 {
	padding-left: .75rem !important
}

.bootstrap .pl-4 {
	padding-left: 1rem !important
}

.bootstrap .pl-5 {
	padding-left: 1.25rem !important
}

.bootstrap .pl-6 {
	padding-left: 1.5rem !important
}

.bootstrap .pl-7 {
	padding-left: 1.75rem !important
}

.bootstrap .pl-8 {
	padding-left: 2rem !important
}

.bootstrap .pl-9 {
	padding-left: 2.25rem !important
}

.bootstrap .pl-10 {
	padding-left: 2.5rem !important
}

.bootstrap .pl-11 {
	padding-left: 3rem !important
}

.bootstrap .pl-12 {
	padding-left: 3.5rem !important
}

.bootstrap .pl-13 {
	padding-left: 4rem !important
}

.bootstrap .pl-14 {
	padding-left: 4.5rem !important
}

.bootstrap .pl-15 {
	padding-left: 5rem !important
}

.bootstrap .pl-16 {
	padding-left: 5.5rem !important
}

.bootstrap .pl-17 {
	padding-left: 6rem !important
}

.bootstrap .pl-18 {
	padding-left: 6.5rem !important
}

.bootstrap .pl-19 {
	padding-left: 7rem !important
}

.bootstrap .pl-20 {
	padding-left: 7.5rem !important
}

.bootstrap .pr-0 {
	padding-right: 0 !important
}

.bootstrap .pr-1 {
	padding-right: .25rem !important
}

.bootstrap .pr-2 {
	padding-right: .5rem !important
}

.bootstrap .pr-3 {
	padding-right: .75rem !important
}

.bootstrap .pr-4 {
	padding-right: 1rem !important
}

.bootstrap .pr-5 {
	padding-right: 1.25rem !important
}

.bootstrap .pr-6 {
	padding-right: 1.5rem !important
}

.bootstrap .pr-7 {
	padding-right: 1.75rem !important
}

.bootstrap .pr-8 {
	padding-right: 2rem !important
}

.bootstrap .pr-9 {
	padding-right: 2.25rem !important
}

.bootstrap .pr-10 {
	padding-right: 2.5rem !important
}

.bootstrap .pr-11 {
	padding-right: 3rem !important
}

.bootstrap .pr-12 {
	padding-right: 3.5rem !important
}

.bootstrap .pr-13 {
	padding-right: 4rem !important
}

.bootstrap .pr-14 {
	padding-right: 4.5rem !important
}

.bootstrap .pr-15 {
	padding-right: 5rem !important
}

.bootstrap .pr-16 {
	padding-right: 5.5rem !important
}

.bootstrap .pr-17 {
	padding-right: 6rem !important
}

.bootstrap .pr-18 {
	padding-right: 6.5rem !important
}

.bootstrap .pr-19 {
	padding-right: 7rem !important
}

.bootstrap .pr-20 {
	padding-right: 7.5rem !important
}

.bootstrap .pt-0 {
	padding-top: 0 !important
}

.bootstrap .pt-1 {
	padding-top: .25rem !important
}

.bootstrap .pt-2 {
	padding-top: .5rem !important
}

.bootstrap .pt-3 {
	padding-top: .75rem !important
}

.bootstrap .pt-4 {
	padding-top: 1rem !important
}

.bootstrap .pt-5 {
	padding-top: 1.25rem !important
}

.bootstrap .pt-6 {
	padding-top: 1.5rem !important
}

.bootstrap .pt-7 {
	padding-top: 1.75rem !important
}

.bootstrap .pt-8 {
	padding-top: 2rem !important
}

.bootstrap .pt-9 {
	padding-top: 2.25rem !important
}

.bootstrap .pt-10 {
	padding-top: 2.5rem !important
}

.bootstrap .pt-11 {
	padding-top: 3rem !important
}

.bootstrap .pt-12 {
	padding-top: 3.5rem !important
}

.bootstrap .pt-13 {
	padding-top: 4rem !important
}

.bootstrap .pt-14 {
	padding-top: 4.5rem !important
}

.bootstrap .pt-15 {
	padding-top: 5rem !important
}

.bootstrap .pt-16 {
	padding-top: 5.5rem !important
}

.bootstrap .pt-17 {
	padding-top: 6rem !important
}

.bootstrap .pt-18 {
	padding-top: 6.5rem !important
}

.bootstrap .pt-19 {
	padding-top: 7rem !important
}

.bootstrap .pt-20 {
	padding-top: 7.5rem !important
}

.bootstrap .pe-0 {
	padding-right: 0 !important
}

.bootstrap .pe-1 {
	padding-right: .25rem !important
}

.bootstrap .pe-2 {
	padding-right: .5rem !important
}

.bootstrap .pe-3 {
	padding-right: .75rem !important
}

.bootstrap .pe-4 {
	padding-right: 1rem !important
}

.bootstrap .pe-5 {
	padding-right: 1.25rem !important
}

.bootstrap .pe-6 {
	padding-right: 1.5rem !important
}

.bootstrap .pe-7 {
	padding-right: 1.75rem !important
}

.bootstrap .pe-8 {
	padding-right: 2rem !important
}

.bootstrap .pe-9 {
	padding-right: 2.25rem !important
}

.bootstrap .pe-10 {
	padding-right: 2.5rem !important
}

.bootstrap .pe-11 {
	padding-right: 3rem !important
}

.bootstrap .pe-12 {
	padding-right: 3.5rem !important
}

.bootstrap .pe-13 {
	padding-right: 4rem !important
}

.bootstrap .pe-14 {
	padding-right: 4.5rem !important
}

.bootstrap .pe-15 {
	padding-right: 5rem !important
}

.bootstrap .pe-16 {
	padding-right: 5.5rem !important
}

.bootstrap .pe-17 {
	padding-right: 6rem !important
}

.bootstrap .pe-18 {
	padding-right: 6.5rem !important
}

.bootstrap .pe-19 {
	padding-right: 7rem !important
}

.bootstrap .pe-20 {
	padding-right: 7.5rem !important
}

.bootstrap .pb-0 {
	padding-bottom: 0 !important
}

.bootstrap .pb-1 {
	padding-bottom: .25rem !important
}

.bootstrap .pb-2 {
	padding-bottom: .5rem !important
}

.bootstrap .pb-3 {
	padding-bottom: .75rem !important
}

.bootstrap .pb-4 {
	padding-bottom: 1rem !important
}

.bootstrap .pb-5 {
	padding-bottom: 1.25rem !important
}

.bootstrap .pb-6 {
	padding-bottom: 1.5rem !important
}

.bootstrap .pb-7 {
	padding-bottom: 1.75rem !important
}

.bootstrap .pb-8 {
	padding-bottom: 2rem !important
}

.bootstrap .pb-9 {
	padding-bottom: 2.25rem !important
}

.bootstrap .pb-10 {
	padding-bottom: 2.5rem !important
}

.bootstrap .pb-11 {
	padding-bottom: 3rem !important
}

.bootstrap .pb-12 {
	padding-bottom: 3.5rem !important
}

.bootstrap .pb-13 {
	padding-bottom: 4rem !important
}

.bootstrap .pb-14 {
	padding-bottom: 4.5rem !important
}

.bootstrap .pb-15 {
	padding-bottom: 5rem !important
}

.bootstrap .pb-16 {
	padding-bottom: 5.5rem !important
}

.bootstrap .pb-17 {
	padding-bottom: 6rem !important
}

.bootstrap .pb-18 {
	padding-bottom: 6.5rem !important
}

.bootstrap .pb-19 {
	padding-bottom: 7rem !important
}

.bootstrap .pb-20 {
	padding-bottom: 7.5rem !important
}

.bootstrap .ps-0 {
	padding-left: 0 !important
}

.bootstrap .ps-1 {
	padding-left: .25rem !important
}

.bootstrap .ps-2 {
	padding-left: .5rem !important
}

.bootstrap .ps-3 {
	padding-left: .75rem !important
}

.bootstrap .ps-4 {
	padding-left: 1rem !important
}

.bootstrap .ps-5 {
	padding-left: 1.25rem !important
}

.bootstrap .ps-6 {
	padding-left: 1.5rem !important
}

.bootstrap .ps-7 {
	padding-left: 1.75rem !important
}

.bootstrap .ps-8 {
	padding-left: 2rem !important
}

.bootstrap .ps-9 {
	padding-left: 2.25rem !important
}

.bootstrap .ps-10 {
	padding-left: 2.5rem !important
}

.bootstrap .ps-11 {
	padding-left: 3rem !important
}

.bootstrap .ps-12 {
	padding-left: 3.5rem !important
}

.bootstrap .ps-13 {
	padding-left: 4rem !important
}

.bootstrap .ps-14 {
	padding-left: 4.5rem !important
}

.bootstrap .ps-15 {
	padding-left: 5rem !important
}

.bootstrap .ps-16 {
	padding-left: 5.5rem !important
}

.bootstrap .ps-17 {
	padding-left: 6rem !important
}

.bootstrap .ps-18 {
	padding-left: 6.5rem !important
}

.bootstrap .ps-19 {
	padding-left: 7rem !important
}

.bootstrap .ps-20 {
	padding-left: 7.5rem !important
}

.bootstrap .font-monospace {
	font-family: var(--bs-font-monospace) !important
}

.bootstrap .fs-1 {
	font-size: calc(1.5rem + 3vw) !important
}

.bootstrap .fs-2 {
	font-size: calc(1.475rem + 2.7vw) !important
}

.bootstrap .fs-3 {
	font-size: calc(1.45rem + 2.4vw) !important
}

.bootstrap .fs-4 {
	font-size: calc(1.425rem + 2.1vw) !important
}

.bootstrap .fs-5 {
	font-size: calc(1.4rem + 1.8vw) !important
}

.bootstrap .fs-6 {
	font-size: calc(1.375rem + 1.5vw) !important
}

.bootstrap .fs-7 {
	font-size: calc(1.35rem + 1.2vw) !important
}

.bootstrap .fs-8 {
	font-size: calc(1.325rem + .9vw) !important
}

.bootstrap .fs-9 {
	font-size: calc(1.3rem + .6vw) !important
}

.bootstrap .fs-10 {
	font-size: calc(1.275rem + .3vw) !important
}

.bootstrap .fs-11 {
	font-size: 1.25rem !important
}

.bootstrap .fs-12 {
	font-size: 1rem !important
}

.bootstrap .fs-13 {
	font-size: .875rem !important
}

.bootstrap .fs-14 {
	font-size: .75rem !important
}

.bootstrap .fs-15 {
	font-size: .6875rem !important
}

.bootstrap .fst-italic {
	font-style: italic !important
}

.bootstrap .fst-normal {
	font-style: normal !important
}

.bootstrap .fw-light {
	font-weight: 300 !important
}

.bootstrap .fw-lighter {
	font-weight: lighter !important
}

.bootstrap .fw-normal,
.bootstrap .navigation-header .menu-link-heading.mobile {
	font-weight: 400 !important
}

.bootstrap .fw-bold,
.bootstrap .btn.btn-primary,
.bootstrap .btn.btn-primary-purple,
.bootstrap .btn.btn-outline-blue,
.bootstrap .btn.btn-outline-blue-solid,
.bootstrap .btn.btn-outline-white,
.bootstrap .btn.btn-transparent,
.bootstrap .btn.btn-subtle {
	font-weight: 700 !important
}

.bootstrap .fw-bolder {
	font-weight: bolder !important
}

.bootstrap .lh-1 {
	line-height: 1 !important
}

.bootstrap .lh-sm {
	line-height: 1.25 !important
}

.bootstrap .lh-base {
	line-height: 1.5 !important
}

.bootstrap .lh-lg {
	line-height: 2 !important
}

.bootstrap .text-start {
	text-align: left !important
}

.bootstrap .text-end {
	text-align: right !important
}

.bootstrap .text-center {
	text-align: center !important
}

.bootstrap .text-decoration-none {
	text-decoration: none !important
}

.bootstrap .text-decoration-underline {
	text-decoration: underline !important
}

.bootstrap .text-decoration-line-through {
	text-decoration: line-through !important
}

.bootstrap .text-lowercase {
	text-transform: lowercase !important
}

.bootstrap .text-uppercase {
	text-transform: uppercase !important
}

.bootstrap .text-capitalize {
	text-transform: capitalize !important
}

.bootstrap .text-wrap {
	white-space: normal !important
}

.bootstrap .text-nowrap {
	white-space: nowrap !important
}

.bootstrap .text-break {
	word-wrap: break-word !important;
	word-break: break-word !important
}

.bootstrap .text-primary {
	color: #f48400 !important
}

.bootstrap .text-secondary {
	color: #a989c5 !important
}

.bootstrap .text-success {
	color: #198754 !important
}

.bootstrap .text-info {
	color: #f48400 !important;
}

.bootstrap .text-warning {
	color: #ffc107 !important
}

.bootstrap .text-danger {
	color: #dc3545 !important
}

.bootstrap .text-light {
	color: #f8f9fa !important
}

.bootstrap .text-dark {
	color: #212529 !important
}

.bootstrap .text-white {
	color: #fff !important
}

.bootstrap .text-body {
	color: #212529 !important
}

.bootstrap .text-muted {
	color: #6c757d !important
}

.bootstrap .text-black-50 {
	color: rgba(0, 0, 0, 0.5) !important
}

.bootstrap .text-white-50 {
	color: rgba(255, 255, 255, 0.5) !important
}

.bootstrap .text-reset {
	color: inherit !important
}

.bootstrap .bg-primary {
	background-color: #f48400 !important
}

.bootstrap .bg-secondary {
	background-color: #a989c5 !important
}

.bootstrap .bg-success {
	background-color: #198754 !important
}

.bootstrap .bg-info {
	background-color: #0dcaf0 !important
}

.bootstrap .bg-warning {
	background-color: #ffc107 !important
}

.bootstrap .bg-danger {
	background-color: #dc3545 !important
}

.bootstrap .bg-light {
	background-color: #f8f9fa !important
}

.bootstrap .bg-dark {
	background-color: #212529 !important
}

.bootstrap .bg-body {
	background-color: #fff !important
}

.bootstrap .bg-white {
	background-color: #fff !important
}

.bootstrap .bg-transparent {
	background-color: transparent !important
}

.bootstrap .bg-gradient {
	background-image: var(--bs-gradient) !important
}

.bootstrap .user-select-all {
	user-select: all !important
}

.bootstrap .user-select-auto {
	user-select: auto !important
}

.bootstrap .user-select-none {
	user-select: none !important
}

.bootstrap .pe-none {
	pointer-events: none !important
}

.bootstrap .pe-auto {
	pointer-events: auto !important
}

.bootstrap .rounded {
	border-radius: .25rem !important
}

.bootstrap .rounded-0 {
	border-radius: 0 !important
}

.bootstrap .rounded-1 {
	border-radius: .2rem !important
}

.bootstrap .rounded-2 {
	border-radius: .25rem !important
}

.bootstrap .rounded-3 {
	border-radius: .5rem !important
}

.bootstrap .rounded-circle {
	border-radius: 50% !important
}

.bootstrap .rounded-pill {
	border-radius: 50rem !important
}

.bootstrap .rounded-top {
	border-top-left-radius: .25rem !important;
	border-top-right-radius: .25rem !important
}

.bootstrap .rounded-end {
	border-top-right-radius: .25rem !important;
	border-bottom-right-radius: .25rem !important
}

.bootstrap .rounded-bottom {
	border-bottom-right-radius: .25rem !important;
	border-bottom-left-radius: .25rem !important
}

.bootstrap .rounded-start {
	border-bottom-left-radius: .25rem !important;
	border-top-left-radius: .25rem !important
}

.bootstrap .visible {
	visibility: visible !important
}

.bootstrap .invisible {
	visibility: hidden !important
}

@media (min-width: 576px) {
	.bootstrap .float-sm-start {
		float: left !important
	}

	.bootstrap .float-sm-end {
		float: right !important
	}

	.bootstrap .float-sm-none {
		float: none !important
	}

	.bootstrap .d-sm-inline {
		display: inline !important
	}

	.bootstrap .d-sm-inline-block {
		display: inline-block !important
	}

	.bootstrap .d-sm-block {
		display: block !important
	}

	.bootstrap .d-sm-grid {
		display: grid !important
	}

	.bootstrap .d-sm-table {
		display: table !important
	}

	.bootstrap .d-sm-table-row {
		display: table-row !important
	}

	.bootstrap .d-sm-table-cell {
		display: table-cell !important
	}

	.bootstrap .d-sm-flex {
		display: flex !important
	}

	.bootstrap .d-sm-inline-flex {
		display: inline-flex !important
	}

	.bootstrap .d-sm-none {
		display: none !important
	}

	.bootstrap .flex-sm-fill {
		flex: 1 1 auto !important
	}

	.bootstrap .flex-sm-row {
		flex-direction: row !important
	}

	.bootstrap .flex-sm-column {
		flex-direction: column !important
	}

	.bootstrap .flex-sm-row-reverse {
		flex-direction: row-reverse !important
	}

	.bootstrap .flex-sm-column-reverse {
		flex-direction: column-reverse !important
	}

	.bootstrap .flex-sm-grow-0 {
		flex-grow: 0 !important
	}

	.bootstrap .flex-sm-grow-1 {
		flex-grow: 1 !important
	}

	.bootstrap .flex-sm-shrink-0 {
		flex-shrink: 0 !important
	}

	.bootstrap .flex-sm-shrink-1 {
		flex-shrink: 1 !important
	}

	.bootstrap .flex-sm-wrap {
		flex-wrap: wrap !important
	}

	.bootstrap .flex-sm-nowrap {
		flex-wrap: nowrap !important
	}

	.bootstrap .flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.bootstrap .gap-sm-0 {
		gap: 0 !important
	}

	.bootstrap .gap-sm-1 {
		gap: .25rem !important
	}

	.bootstrap .gap-sm-2 {
		gap: .5rem !important
	}

	.bootstrap .gap-sm-3 {
		gap: .75rem !important
	}

	.bootstrap .gap-sm-4 {
		gap: 1rem !important
	}

	.bootstrap .gap-sm-5 {
		gap: 1.25rem !important
	}

	.bootstrap .gap-sm-6 {
		gap: 1.5rem !important
	}

	.bootstrap .gap-sm-7 {
		gap: 1.75rem !important
	}

	.bootstrap .gap-sm-8 {
		gap: 2rem !important
	}

	.bootstrap .gap-sm-9 {
		gap: 2.25rem !important
	}

	.bootstrap .gap-sm-10 {
		gap: 2.5rem !important
	}

	.bootstrap .gap-sm-11 {
		gap: 3rem !important
	}

	.bootstrap .gap-sm-12 {
		gap: 3.5rem !important
	}

	.bootstrap .gap-sm-13 {
		gap: 4rem !important
	}

	.bootstrap .gap-sm-14 {
		gap: 4.5rem !important
	}

	.bootstrap .gap-sm-15 {
		gap: 5rem !important
	}

	.bootstrap .gap-sm-16 {
		gap: 5.5rem !important
	}

	.bootstrap .gap-sm-17 {
		gap: 6rem !important
	}

	.bootstrap .gap-sm-18 {
		gap: 6.5rem !important
	}

	.bootstrap .gap-sm-19 {
		gap: 7rem !important
	}

	.bootstrap .gap-sm-20 {
		gap: 7.5rem !important
	}

	.bootstrap .justify-content-sm-start {
		justify-content: flex-start !important
	}

	.bootstrap .justify-content-sm-end {
		justify-content: flex-end !important
	}

	.bootstrap .justify-content-sm-center {
		justify-content: center !important
	}

	.bootstrap .justify-content-sm-between {
		justify-content: space-between !important
	}

	.bootstrap .justify-content-sm-around {
		justify-content: space-around !important
	}

	.bootstrap .justify-content-sm-evenly {
		justify-content: space-evenly !important
	}

	.bootstrap .align-items-sm-start {
		align-items: flex-start !important
	}

	.bootstrap .align-items-sm-end {
		align-items: flex-end !important
	}

	.bootstrap .align-items-sm-center {
		align-items: center !important
	}

	.bootstrap .align-items-sm-baseline {
		align-items: baseline !important
	}

	.bootstrap .align-items-sm-stretch {
		align-items: stretch !important
	}

	.bootstrap .align-content-sm-start {
		align-content: flex-start !important
	}

	.bootstrap .align-content-sm-end {
		align-content: flex-end !important
	}

	.bootstrap .align-content-sm-center {
		align-content: center !important
	}

	.bootstrap .align-content-sm-between {
		align-content: space-between !important
	}

	.bootstrap .align-content-sm-around {
		align-content: space-around !important
	}

	.bootstrap .align-content-sm-stretch {
		align-content: stretch !important
	}

	.bootstrap .align-self-sm-auto {
		align-self: auto !important
	}

	.bootstrap .align-self-sm-start {
		align-self: flex-start !important
	}

	.bootstrap .align-self-sm-end {
		align-self: flex-end !important
	}

	.bootstrap .align-self-sm-center {
		align-self: center !important
	}

	.bootstrap .align-self-sm-baseline {
		align-self: baseline !important
	}

	.bootstrap .align-self-sm-stretch {
		align-self: stretch !important
	}

	.bootstrap .order-sm-first {
		order: -1 !important
	}

	.bootstrap .order-sm-0 {
		order: 0 !important
	}

	.bootstrap .order-sm-1 {
		order: 1 !important
	}

	.bootstrap .order-sm-2 {
		order: 2 !important
	}

	.bootstrap .order-sm-3 {
		order: 3 !important
	}

	.bootstrap .order-sm-4 {
		order: 4 !important
	}

	.bootstrap .order-sm-5 {
		order: 5 !important
	}

	.bootstrap .order-sm-last {
		order: 6 !important
	}

	.bootstrap .m-sm-0 {
		margin: 0 !important
	}

	.bootstrap .m-sm-1 {
		margin: .25rem !important
	}

	.bootstrap .m-sm-2 {
		margin: .5rem !important
	}

	.bootstrap .m-sm-3 {
		margin: .75rem !important
	}

	.bootstrap .m-sm-4 {
		margin: 1rem !important
	}

	.bootstrap .m-sm-5 {
		margin: 1.25rem !important
	}

	.bootstrap .m-sm-6 {
		margin: 1.5rem !important
	}

	.bootstrap .m-sm-7 {
		margin: 1.75rem !important
	}

	.bootstrap .m-sm-8 {
		margin: 2rem !important
	}

	.bootstrap .m-sm-9 {
		margin: 2.25rem !important
	}

	.bootstrap .m-sm-10 {
		margin: 2.5rem !important
	}

	.bootstrap .m-sm-11 {
		margin: 3rem !important
	}

	.bootstrap .m-sm-12 {
		margin: 3.5rem !important
	}

	.bootstrap .m-sm-13 {
		margin: 4rem !important
	}

	.bootstrap .m-sm-14 {
		margin: 4.5rem !important
	}

	.bootstrap .m-sm-15 {
		margin: 5rem !important
	}

	.bootstrap .m-sm-16 {
		margin: 5.5rem !important
	}

	.bootstrap .m-sm-17 {
		margin: 6rem !important
	}

	.bootstrap .m-sm-18 {
		margin: 6.5rem !important
	}

	.bootstrap .m-sm-19 {
		margin: 7rem !important
	}

	.bootstrap .m-sm-20 {
		margin: 7.5rem !important
	}

	.bootstrap .m-sm-auto {
		margin: auto !important
	}

	.bootstrap .mx-sm-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}

	.bootstrap .mx-sm-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important
	}

	.bootstrap .mx-sm-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important
	}

	.bootstrap .mx-sm-3 {
		margin-right: .75rem !important;
		margin-left: .75rem !important
	}

	.bootstrap .mx-sm-4 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}

	.bootstrap .mx-sm-5 {
		margin-right: 1.25rem !important;
		margin-left: 1.25rem !important
	}

	.bootstrap .mx-sm-6 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}

	.bootstrap .mx-sm-7 {
		margin-right: 1.75rem !important;
		margin-left: 1.75rem !important
	}

	.bootstrap .mx-sm-8 {
		margin-right: 2rem !important;
		margin-left: 2rem !important
	}

	.bootstrap .mx-sm-9 {
		margin-right: 2.25rem !important;
		margin-left: 2.25rem !important
	}

	.bootstrap .mx-sm-10 {
		margin-right: 2.5rem !important;
		margin-left: 2.5rem !important
	}

	.bootstrap .mx-sm-11 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}

	.bootstrap .mx-sm-12 {
		margin-right: 3.5rem !important;
		margin-left: 3.5rem !important
	}

	.bootstrap .mx-sm-13 {
		margin-right: 4rem !important;
		margin-left: 4rem !important
	}

	.bootstrap .mx-sm-14 {
		margin-right: 4.5rem !important;
		margin-left: 4.5rem !important
	}

	.bootstrap .mx-sm-15 {
		margin-right: 5rem !important;
		margin-left: 5rem !important
	}

	.bootstrap .mx-sm-16 {
		margin-right: 5.5rem !important;
		margin-left: 5.5rem !important
	}

	.bootstrap .mx-sm-17 {
		margin-right: 6rem !important;
		margin-left: 6rem !important
	}

	.bootstrap .mx-sm-18 {
		margin-right: 6.5rem !important;
		margin-left: 6.5rem !important
	}

	.bootstrap .mx-sm-19 {
		margin-right: 7rem !important;
		margin-left: 7rem !important
	}

	.bootstrap .mx-sm-20 {
		margin-right: 7.5rem !important;
		margin-left: 7.5rem !important
	}

	.bootstrap .mx-sm-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.bootstrap .my-sm-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.bootstrap .my-sm-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.bootstrap .my-sm-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.bootstrap .my-sm-3 {
		margin-top: .75rem !important;
		margin-bottom: .75rem !important
	}

	.bootstrap .my-sm-4 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.bootstrap .my-sm-5 {
		margin-top: 1.25rem !important;
		margin-bottom: 1.25rem !important
	}

	.bootstrap .my-sm-6 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.bootstrap .my-sm-7 {
		margin-top: 1.75rem !important;
		margin-bottom: 1.75rem !important
	}

	.bootstrap .my-sm-8 {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important
	}

	.bootstrap .my-sm-9 {
		margin-top: 2.25rem !important;
		margin-bottom: 2.25rem !important
	}

	.bootstrap .my-sm-10 {
		margin-top: 2.5rem !important;
		margin-bottom: 2.5rem !important
	}

	.bootstrap .my-sm-11 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.bootstrap .my-sm-12 {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important
	}

	.bootstrap .my-sm-13 {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important
	}

	.bootstrap .my-sm-14 {
		margin-top: 4.5rem !important;
		margin-bottom: 4.5rem !important
	}

	.bootstrap .my-sm-15 {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important
	}

	.bootstrap .my-sm-16 {
		margin-top: 5.5rem !important;
		margin-bottom: 5.5rem !important
	}

	.bootstrap .my-sm-17 {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important
	}

	.bootstrap .my-sm-18 {
		margin-top: 6.5rem !important;
		margin-bottom: 6.5rem !important
	}

	.bootstrap .my-sm-19 {
		margin-top: 7rem !important;
		margin-bottom: 7rem !important
	}

	.bootstrap .my-sm-20 {
		margin-top: 7.5rem !important;
		margin-bottom: 7.5rem !important
	}

	.bootstrap .my-sm-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.bootstrap .mt-sm-0 {
		margin-top: 0 !important
	}

	.bootstrap .mt-sm-1 {
		margin-top: .25rem !important
	}

	.bootstrap .mt-sm-2 {
		margin-top: .5rem !important
	}

	.bootstrap .mt-sm-3 {
		margin-top: .75rem !important
	}

	.bootstrap .mt-sm-4 {
		margin-top: 1rem !important
	}

	.bootstrap .mt-sm-5 {
		margin-top: 1.25rem !important
	}

	.bootstrap .mt-sm-6 {
		margin-top: 1.5rem !important
	}

	.bootstrap .mt-sm-7 {
		margin-top: 1.75rem !important
	}

	.bootstrap .mt-sm-8 {
		margin-top: 2rem !important
	}

	.bootstrap .mt-sm-9 {
		margin-top: 2.25rem !important
	}

	.bootstrap .mt-sm-10 {
		margin-top: 2.5rem !important
	}

	.bootstrap .mt-sm-11 {
		margin-top: 3rem !important
	}

	.bootstrap .mt-sm-12 {
		margin-top: 3.5rem !important
	}

	.bootstrap .mt-sm-13 {
		margin-top: 4rem !important
	}

	.bootstrap .mt-sm-14 {
		margin-top: 4.5rem !important
	}

	.bootstrap .mt-sm-15 {
		margin-top: 5rem !important
	}

	.bootstrap .mt-sm-16 {
		margin-top: 5.5rem !important
	}

	.bootstrap .mt-sm-17 {
		margin-top: 6rem !important
	}

	.bootstrap .mt-sm-18 {
		margin-top: 6.5rem !important
	}

	.bootstrap .mt-sm-19 {
		margin-top: 7rem !important
	}

	.bootstrap .mt-sm-20 {
		margin-top: 7.5rem !important
	}

	.bootstrap .mt-sm-auto {
		margin-top: auto !important
	}

	.bootstrap .me-sm-0 {
		margin-right: 0 !important
	}

	.bootstrap .me-sm-1 {
		margin-right: .25rem !important
	}

	.bootstrap .me-sm-2 {
		margin-right: .5rem !important
	}

	.bootstrap .me-sm-3 {
		margin-right: .75rem !important
	}

	.bootstrap .me-sm-4 {
		margin-right: 1rem !important
	}

	.bootstrap .me-sm-5 {
		margin-right: 1.25rem !important
	}

	.bootstrap .me-sm-6 {
		margin-right: 1.5rem !important
	}

	.bootstrap .me-sm-7 {
		margin-right: 1.75rem !important
	}

	.bootstrap .me-sm-8 {
		margin-right: 2rem !important
	}

	.bootstrap .me-sm-9 {
		margin-right: 2.25rem !important
	}

	.bootstrap .me-sm-10 {
		margin-right: 2.5rem !important
	}

	.bootstrap .me-sm-11 {
		margin-right: 3rem !important
	}

	.bootstrap .me-sm-12 {
		margin-right: 3.5rem !important
	}

	.bootstrap .me-sm-13 {
		margin-right: 4rem !important
	}

	.bootstrap .me-sm-14 {
		margin-right: 4.5rem !important
	}

	.bootstrap .me-sm-15 {
		margin-right: 5rem !important
	}

	.bootstrap .me-sm-16 {
		margin-right: 5.5rem !important
	}

	.bootstrap .me-sm-17 {
		margin-right: 6rem !important
	}

	.bootstrap .me-sm-18 {
		margin-right: 6.5rem !important
	}

	.bootstrap .me-sm-19 {
		margin-right: 7rem !important
	}

	.bootstrap .me-sm-20 {
		margin-right: 7.5rem !important
	}

	.bootstrap .me-sm-auto {
		margin-right: auto !important
	}

	.bootstrap .mb-sm-0 {
		margin-bottom: 0 !important
	}

	.bootstrap .mb-sm-1 {
		margin-bottom: .25rem !important
	}

	.bootstrap .mb-sm-2 {
		margin-bottom: .5rem !important
	}

	.bootstrap .mb-sm-3 {
		margin-bottom: .75rem !important
	}

	.bootstrap .mb-sm-4 {
		margin-bottom: 1rem !important
	}

	.bootstrap .mb-sm-5 {
		margin-bottom: 1.25rem !important
	}

	.bootstrap .mb-sm-6 {
		margin-bottom: 1.5rem !important
	}

	.bootstrap .mb-sm-7 {
		margin-bottom: 1.75rem !important
	}

	.bootstrap .mb-sm-8 {
		margin-bottom: 2rem !important
	}

	.bootstrap .mb-sm-9 {
		margin-bottom: 2.25rem !important
	}

	.bootstrap .mb-sm-10 {
		margin-bottom: 2.5rem !important
	}

	.bootstrap .mb-sm-11 {
		margin-bottom: 3rem !important
	}

	.bootstrap .mb-sm-12 {
		margin-bottom: 3.5rem !important
	}

	.bootstrap .mb-sm-13 {
		margin-bottom: 4rem !important
	}

	.bootstrap .mb-sm-14 {
		margin-bottom: 4.5rem !important
	}

	.bootstrap .mb-sm-15 {
		margin-bottom: 5rem !important
	}

	.bootstrap .mb-sm-16 {
		margin-bottom: 5.5rem !important
	}

	.bootstrap .mb-sm-17 {
		margin-bottom: 6rem !important
	}

	.bootstrap .mb-sm-18 {
		margin-bottom: 6.5rem !important
	}

	.bootstrap .mb-sm-19 {
		margin-bottom: 7rem !important
	}

	.bootstrap .mb-sm-20 {
		margin-bottom: 7.5rem !important
	}

	.bootstrap .mb-sm-auto {
		margin-bottom: auto !important
	}

	.bootstrap .ms-sm-0 {
		margin-left: 0 !important
	}

	.bootstrap .ms-sm-1 {
		margin-left: .25rem !important
	}

	.bootstrap .ms-sm-2 {
		margin-left: .5rem !important
	}

	.bootstrap .ms-sm-3 {
		margin-left: .75rem !important
	}

	.bootstrap .ms-sm-4 {
		margin-left: 1rem !important
	}

	.bootstrap .ms-sm-5 {
		margin-left: 1.25rem !important
	}

	.bootstrap .ms-sm-6 {
		margin-left: 1.5rem !important
	}

	.bootstrap .ms-sm-7 {
		margin-left: 1.75rem !important
	}

	.bootstrap .ms-sm-8 {
		margin-left: 2rem !important
	}

	.bootstrap .ms-sm-9 {
		margin-left: 2.25rem !important
	}

	.bootstrap .ms-sm-10 {
		margin-left: 2.5rem !important
	}

	.bootstrap .ms-sm-11 {
		margin-left: 3rem !important
	}

	.bootstrap .ms-sm-12 {
		margin-left: 3.5rem !important
	}

	.bootstrap .ms-sm-13 {
		margin-left: 4rem !important
	}

	.bootstrap .ms-sm-14 {
		margin-left: 4.5rem !important
	}

	.bootstrap .ms-sm-15 {
		margin-left: 5rem !important
	}

	.bootstrap .ms-sm-16 {
		margin-left: 5.5rem !important
	}

	.bootstrap .ms-sm-17 {
		margin-left: 6rem !important
	}

	.bootstrap .ms-sm-18 {
		margin-left: 6.5rem !important
	}

	.bootstrap .ms-sm-19 {
		margin-left: 7rem !important
	}

	.bootstrap .ms-sm-20 {
		margin-left: 7.5rem !important
	}

	.bootstrap .ms-sm-auto {
		margin-left: auto !important
	}

	.bootstrap .p-sm-0 {
		padding: 0 !important
	}

	.bootstrap .p-sm-1 {
		padding: .25rem !important
	}

	.bootstrap .p-sm-2 {
		padding: .5rem !important
	}

	.bootstrap .p-sm-3 {
		padding: .75rem !important
	}

	.bootstrap .p-sm-4 {
		padding: 1rem !important
	}

	.bootstrap .p-sm-5 {
		padding: 1.25rem !important
	}

	.bootstrap .p-sm-6 {
		padding: 1.5rem !important
	}

	.bootstrap .p-sm-7 {
		padding: 1.75rem !important
	}

	.bootstrap .p-sm-8 {
		padding: 2rem !important
	}

	.bootstrap .p-sm-9 {
		padding: 2.25rem !important
	}

	.bootstrap .p-sm-10 {
		padding: 2.5rem !important
	}

	.bootstrap .p-sm-11 {
		padding: 3rem !important
	}

	.bootstrap .p-sm-12 {
		padding: 3.5rem !important
	}

	.bootstrap .p-sm-13 {
		padding: 4rem !important
	}

	.bootstrap .p-sm-14 {
		padding: 4.5rem !important
	}

	.bootstrap .p-sm-15 {
		padding: 5rem !important
	}

	.bootstrap .p-sm-16 {
		padding: 5.5rem !important
	}

	.bootstrap .p-sm-17 {
		padding: 6rem !important
	}

	.bootstrap .p-sm-18 {
		padding: 6.5rem !important
	}

	.bootstrap .p-sm-19 {
		padding: 7rem !important
	}

	.bootstrap .p-sm-20 {
		padding: 7.5rem !important
	}

	.bootstrap .px-sm-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}

	.bootstrap .px-sm-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important
	}

	.bootstrap .px-sm-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important
	}

	.bootstrap .px-sm-3 {
		padding-right: .75rem !important;
		padding-left: .75rem !important
	}

	.bootstrap .px-sm-4 {
		padding-right: 1rem !important;
		padding-left: 1rem !important
	}

	.bootstrap .px-sm-5 {
		padding-right: 1.25rem !important;
		padding-left: 1.25rem !important
	}

	.bootstrap .px-sm-6 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}

	.bootstrap .px-sm-7 {
		padding-right: 1.75rem !important;
		padding-left: 1.75rem !important
	}

	.bootstrap .px-sm-8 {
		padding-right: 2rem !important;
		padding-left: 2rem !important
	}

	.bootstrap .px-sm-9 {
		padding-right: 2.25rem !important;
		padding-left: 2.25rem !important
	}

	.bootstrap .px-sm-10 {
		padding-right: 2.5rem !important;
		padding-left: 2.5rem !important
	}

	.bootstrap .px-sm-11 {
		padding-right: 3rem !important;
		padding-left: 3rem !important
	}

	.bootstrap .px-sm-12 {
		padding-right: 3.5rem !important;
		padding-left: 3.5rem !important
	}

	.bootstrap .px-sm-13 {
		padding-right: 4rem !important;
		padding-left: 4rem !important
	}

	.bootstrap .px-sm-14 {
		padding-right: 4.5rem !important;
		padding-left: 4.5rem !important
	}

	.bootstrap .px-sm-15 {
		padding-right: 5rem !important;
		padding-left: 5rem !important
	}

	.bootstrap .px-sm-16 {
		padding-right: 5.5rem !important;
		padding-left: 5.5rem !important
	}

	.bootstrap .px-sm-17 {
		padding-right: 6rem !important;
		padding-left: 6rem !important
	}

	.bootstrap .px-sm-18 {
		padding-right: 6.5rem !important;
		padding-left: 6.5rem !important
	}

	.bootstrap .px-sm-19 {
		padding-right: 7rem !important;
		padding-left: 7rem !important
	}

	.bootstrap .px-sm-20 {
		padding-right: 7.5rem !important;
		padding-left: 7.5rem !important
	}

	.bootstrap .py-sm-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.bootstrap .py-sm-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important
	}

	.bootstrap .py-sm-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}

	.bootstrap .py-sm-3 {
		padding-top: .75rem !important;
		padding-bottom: .75rem !important
	}

	.bootstrap .py-sm-4 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.bootstrap .py-sm-5 {
		padding-top: 1.25rem !important;
		padding-bottom: 1.25rem !important
	}

	.bootstrap .py-sm-6 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

	.bootstrap .py-sm-7 {
		padding-top: 1.75rem !important;
		padding-bottom: 1.75rem !important
	}

	.bootstrap .py-sm-8 {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important
	}

	.bootstrap .py-sm-9 {
		padding-top: 2.25rem !important;
		padding-bottom: 2.25rem !important
	}

	.bootstrap .py-sm-10 {
		padding-top: 2.5rem !important;
		padding-bottom: 2.5rem !important
	}

	.bootstrap .py-sm-11 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.bootstrap .py-sm-12 {
		padding-top: 3.5rem !important;
		padding-bottom: 3.5rem !important
	}

	.bootstrap .py-sm-13 {
		padding-top: 4rem !important;
		padding-bottom: 4rem !important
	}

	.bootstrap .py-sm-14 {
		padding-top: 4.5rem !important;
		padding-bottom: 4.5rem !important
	}

	.bootstrap .py-sm-15 {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important
	}

	.bootstrap .py-sm-16 {
		padding-top: 5.5rem !important;
		padding-bottom: 5.5rem !important
	}

	.bootstrap .py-sm-17 {
		padding-top: 6rem !important;
		padding-bottom: 6rem !important
	}

	.bootstrap .py-sm-18 {
		padding-top: 6.5rem !important;
		padding-bottom: 6.5rem !important
	}

	.bootstrap .py-sm-19 {
		padding-top: 7rem !important;
		padding-bottom: 7rem !important
	}

	.bootstrap .py-sm-20 {
		padding-top: 7.5rem !important;
		padding-bottom: 7.5rem !important
	}

	.bootstrap .pl-sm-0 {
		padding-left: 0 !important
	}

	.bootstrap .pl-sm-1 {
		padding-left: .25rem !important
	}

	.bootstrap .pl-sm-2 {
		padding-left: .5rem !important
	}

	.bootstrap .pl-sm-3 {
		padding-left: .75rem !important
	}

	.bootstrap .pl-sm-4 {
		padding-left: 1rem !important
	}

	.bootstrap .pl-sm-5 {
		padding-left: 1.25rem !important
	}

	.bootstrap .pl-sm-6 {
		padding-left: 1.5rem !important
	}

	.bootstrap .pl-sm-7 {
		padding-left: 1.75rem !important
	}

	.bootstrap .pl-sm-8 {
		padding-left: 2rem !important
	}

	.bootstrap .pl-sm-9 {
		padding-left: 2.25rem !important
	}

	.bootstrap .pl-sm-10 {
		padding-left: 2.5rem !important
	}

	.bootstrap .pl-sm-11 {
		padding-left: 3rem !important
	}

	.bootstrap .pl-sm-12 {
		padding-left: 3.5rem !important
	}

	.bootstrap .pl-sm-13 {
		padding-left: 4rem !important
	}

	.bootstrap .pl-sm-14 {
		padding-left: 4.5rem !important
	}

	.bootstrap .pl-sm-15 {
		padding-left: 5rem !important
	}

	.bootstrap .pl-sm-16 {
		padding-left: 5.5rem !important
	}

	.bootstrap .pl-sm-17 {
		padding-left: 6rem !important
	}

	.bootstrap .pl-sm-18 {
		padding-left: 6.5rem !important
	}

	.bootstrap .pl-sm-19 {
		padding-left: 7rem !important
	}

	.bootstrap .pl-sm-20 {
		padding-left: 7.5rem !important
	}

	.bootstrap .pr-sm-0 {
		padding-right: 0 !important
	}

	.bootstrap .pr-sm-1 {
		padding-right: .25rem !important
	}

	.bootstrap .pr-sm-2 {
		padding-right: .5rem !important
	}

	.bootstrap .pr-sm-3 {
		padding-right: .75rem !important
	}

	.bootstrap .pr-sm-4 {
		padding-right: 1rem !important
	}

	.bootstrap .pr-sm-5 {
		padding-right: 1.25rem !important
	}

	.bootstrap .pr-sm-6 {
		padding-right: 1.5rem !important
	}

	.bootstrap .pr-sm-7 {
		padding-right: 1.75rem !important
	}

	.bootstrap .pr-sm-8 {
		padding-right: 2rem !important
	}

	.bootstrap .pr-sm-9 {
		padding-right: 2.25rem !important
	}

	.bootstrap .pr-sm-10 {
		padding-right: 2.5rem !important
	}

	.bootstrap .pr-sm-11 {
		padding-right: 3rem !important
	}

	.bootstrap .pr-sm-12 {
		padding-right: 3.5rem !important
	}

	.bootstrap .pr-sm-13 {
		padding-right: 4rem !important
	}

	.bootstrap .pr-sm-14 {
		padding-right: 4.5rem !important
	}

	.bootstrap .pr-sm-15 {
		padding-right: 5rem !important
	}

	.bootstrap .pr-sm-16 {
		padding-right: 5.5rem !important
	}

	.bootstrap .pr-sm-17 {
		padding-right: 6rem !important
	}

	.bootstrap .pr-sm-18 {
		padding-right: 6.5rem !important
	}

	.bootstrap .pr-sm-19 {
		padding-right: 7rem !important
	}

	.bootstrap .pr-sm-20 {
		padding-right: 7.5rem !important
	}

	.bootstrap .pt-sm-0 {
		padding-top: 0 !important
	}

	.bootstrap .pt-sm-1 {
		padding-top: .25rem !important
	}

	.bootstrap .pt-sm-2 {
		padding-top: .5rem !important
	}

	.bootstrap .pt-sm-3 {
		padding-top: .75rem !important
	}

	.bootstrap .pt-sm-4 {
		padding-top: 1rem !important
	}

	.bootstrap .pt-sm-5 {
		padding-top: 1.25rem !important
	}

	.bootstrap .pt-sm-6 {
		padding-top: 1.5rem !important
	}

	.bootstrap .pt-sm-7 {
		padding-top: 1.75rem !important
	}

	.bootstrap .pt-sm-8 {
		padding-top: 2rem !important
	}

	.bootstrap .pt-sm-9 {
		padding-top: 2.25rem !important
	}

	.bootstrap .pt-sm-10 {
		padding-top: 2.5rem !important
	}

	.bootstrap .pt-sm-11 {
		padding-top: 3rem !important
	}

	.bootstrap .pt-sm-12 {
		padding-top: 3.5rem !important
	}

	.bootstrap .pt-sm-13 {
		padding-top: 4rem !important
	}

	.bootstrap .pt-sm-14 {
		padding-top: 4.5rem !important
	}

	.bootstrap .pt-sm-15 {
		padding-top: 5rem !important
	}

	.bootstrap .pt-sm-16 {
		padding-top: 5.5rem !important
	}

	.bootstrap .pt-sm-17 {
		padding-top: 6rem !important
	}

	.bootstrap .pt-sm-18 {
		padding-top: 6.5rem !important
	}

	.bootstrap .pt-sm-19 {
		padding-top: 7rem !important
	}

	.bootstrap .pt-sm-20 {
		padding-top: 7.5rem !important
	}

	.bootstrap .pe-sm-0 {
		padding-right: 0 !important
	}

	.bootstrap .pe-sm-1 {
		padding-right: .25rem !important
	}

	.bootstrap .pe-sm-2 {
		padding-right: .5rem !important
	}

	.bootstrap .pe-sm-3 {
		padding-right: .75rem !important
	}

	.bootstrap .pe-sm-4 {
		padding-right: 1rem !important
	}

	.bootstrap .pe-sm-5 {
		padding-right: 1.25rem !important
	}

	.bootstrap .pe-sm-6 {
		padding-right: 1.5rem !important
	}

	.bootstrap .pe-sm-7 {
		padding-right: 1.75rem !important
	}

	.bootstrap .pe-sm-8 {
		padding-right: 2rem !important
	}

	.bootstrap .pe-sm-9 {
		padding-right: 2.25rem !important
	}

	.bootstrap .pe-sm-10 {
		padding-right: 2.5rem !important
	}

	.bootstrap .pe-sm-11 {
		padding-right: 3rem !important
	}

	.bootstrap .pe-sm-12 {
		padding-right: 3.5rem !important
	}

	.bootstrap .pe-sm-13 {
		padding-right: 4rem !important
	}

	.bootstrap .pe-sm-14 {
		padding-right: 4.5rem !important
	}

	.bootstrap .pe-sm-15 {
		padding-right: 5rem !important
	}

	.bootstrap .pe-sm-16 {
		padding-right: 5.5rem !important
	}

	.bootstrap .pe-sm-17 {
		padding-right: 6rem !important
	}

	.bootstrap .pe-sm-18 {
		padding-right: 6.5rem !important
	}

	.bootstrap .pe-sm-19 {
		padding-right: 7rem !important
	}

	.bootstrap .pe-sm-20 {
		padding-right: 7.5rem !important
	}

	.bootstrap .pb-sm-0 {
		padding-bottom: 0 !important
	}

	.bootstrap .pb-sm-1 {
		padding-bottom: .25rem !important
	}

	.bootstrap .pb-sm-2 {
		padding-bottom: .5rem !important
	}

	.bootstrap .pb-sm-3 {
		padding-bottom: .75rem !important
	}

	.bootstrap .pb-sm-4 {
		padding-bottom: 1rem !important
	}

	.bootstrap .pb-sm-5 {
		padding-bottom: 1.25rem !important
	}

	.bootstrap .pb-sm-6 {
		padding-bottom: 1.5rem !important
	}

	.bootstrap .pb-sm-7 {
		padding-bottom: 1.75rem !important
	}

	.bootstrap .pb-sm-8 {
		padding-bottom: 2rem !important
	}

	.bootstrap .pb-sm-9 {
		padding-bottom: 2.25rem !important
	}

	.bootstrap .pb-sm-10 {
		padding-bottom: 2.5rem !important
	}

	.bootstrap .pb-sm-11 {
		padding-bottom: 3rem !important
	}

	.bootstrap .pb-sm-12 {
		padding-bottom: 3.5rem !important
	}

	.bootstrap .pb-sm-13 {
		padding-bottom: 4rem !important
	}

	.bootstrap .pb-sm-14 {
		padding-bottom: 4.5rem !important
	}

	.bootstrap .pb-sm-15 {
		padding-bottom: 5rem !important
	}

	.bootstrap .pb-sm-16 {
		padding-bottom: 5.5rem !important
	}

	.bootstrap .pb-sm-17 {
		padding-bottom: 6rem !important
	}

	.bootstrap .pb-sm-18 {
		padding-bottom: 6.5rem !important
	}

	.bootstrap .pb-sm-19 {
		padding-bottom: 7rem !important
	}

	.bootstrap .pb-sm-20 {
		padding-bottom: 7.5rem !important
	}

	.bootstrap .ps-sm-0 {
		padding-left: 0 !important
	}

	.bootstrap .ps-sm-1 {
		padding-left: .25rem !important
	}

	.bootstrap .ps-sm-2 {
		padding-left: .5rem !important
	}

	.bootstrap .ps-sm-3 {
		padding-left: .75rem !important
	}

	.bootstrap .ps-sm-4 {
		padding-left: 1rem !important
	}

	.bootstrap .ps-sm-5 {
		padding-left: 1.25rem !important
	}

	.bootstrap .ps-sm-6 {
		padding-left: 1.5rem !important
	}

	.bootstrap .ps-sm-7 {
		padding-left: 1.75rem !important
	}

	.bootstrap .ps-sm-8 {
		padding-left: 2rem !important
	}

	.bootstrap .ps-sm-9 {
		padding-left: 2.25rem !important
	}

	.bootstrap .ps-sm-10 {
		padding-left: 2.5rem !important
	}

	.bootstrap .ps-sm-11 {
		padding-left: 3rem !important
	}

	.bootstrap .ps-sm-12 {
		padding-left: 3.5rem !important
	}

	.bootstrap .ps-sm-13 {
		padding-left: 4rem !important
	}

	.bootstrap .ps-sm-14 {
		padding-left: 4.5rem !important
	}

	.bootstrap .ps-sm-15 {
		padding-left: 5rem !important
	}

	.bootstrap .ps-sm-16 {
		padding-left: 5.5rem !important
	}

	.bootstrap .ps-sm-17 {
		padding-left: 6rem !important
	}

	.bootstrap .ps-sm-18 {
		padding-left: 6.5rem !important
	}

	.bootstrap .ps-sm-19 {
		padding-left: 7rem !important
	}

	.bootstrap .ps-sm-20 {
		padding-left: 7.5rem !important
	}

	.bootstrap .text-sm-start {
		text-align: left !important
	}

	.bootstrap .text-sm-end {
		text-align: right !important
	}

	.bootstrap .text-sm-center {
		text-align: center !important
	}
}

@media (min-width: 768px) {
	.bootstrap .float-md-start {
		float: left !important
	}

	.bootstrap .float-md-end {
		float: right !important
	}

	.bootstrap .float-md-none {
		float: none !important
	}

	.bootstrap .d-md-inline {
		display: inline !important
	}

	.bootstrap .d-md-inline-block {
		display: inline-block !important
	}

	.bootstrap .d-md-block {
		display: block !important
	}

	.bootstrap .d-md-grid {
		display: grid !important
	}

	.bootstrap .d-md-table {
		display: table !important
	}

	.bootstrap .d-md-table-row {
		display: table-row !important
	}

	.bootstrap .d-md-table-cell {
		display: table-cell !important
	}

	.bootstrap .d-md-flex {
		display: flex !important
	}

	.bootstrap .d-md-inline-flex {
		display: inline-flex !important
	}

	.bootstrap .d-md-none {
		display: none !important
	}

	.bootstrap .flex-md-fill {
		flex: 1 1 auto !important
	}

	.bootstrap .flex-md-row {
		flex-direction: row !important
	}

	.bootstrap .flex-md-column {
		flex-direction: column !important
	}

	.bootstrap .flex-md-row-reverse {
		flex-direction: row-reverse !important
	}

	.bootstrap .flex-md-column-reverse {
		flex-direction: column-reverse !important
	}

	.bootstrap .flex-md-grow-0 {
		flex-grow: 0 !important
	}

	.bootstrap .flex-md-grow-1 {
		flex-grow: 1 !important
	}

	.bootstrap .flex-md-shrink-0 {
		flex-shrink: 0 !important
	}

	.bootstrap .flex-md-shrink-1 {
		flex-shrink: 1 !important
	}

	.bootstrap .flex-md-wrap {
		flex-wrap: wrap !important
	}

	.bootstrap .flex-md-nowrap {
		flex-wrap: nowrap !important
	}

	.bootstrap .flex-md-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.bootstrap .gap-md-0 {
		gap: 0 !important
	}

	.bootstrap .gap-md-1 {
		gap: .25rem !important
	}

	.bootstrap .gap-md-2 {
		gap: .5rem !important
	}

	.bootstrap .gap-md-3 {
		gap: .75rem !important
	}

	.bootstrap .gap-md-4 {
		gap: 1rem !important
	}

	.bootstrap .gap-md-5 {
		gap: 1.25rem !important
	}

	.bootstrap .gap-md-6 {
		gap: 1.5rem !important
	}

	.bootstrap .gap-md-7 {
		gap: 1.75rem !important
	}

	.bootstrap .gap-md-8 {
		gap: 2rem !important
	}

	.bootstrap .gap-md-9 {
		gap: 2.25rem !important
	}

	.bootstrap .gap-md-10 {
		gap: 2.5rem !important
	}

	.bootstrap .gap-md-11 {
		gap: 3rem !important
	}

	.bootstrap .gap-md-12 {
		gap: 3.5rem !important
	}

	.bootstrap .gap-md-13 {
		gap: 4rem !important
	}

	.bootstrap .gap-md-14 {
		gap: 4.5rem !important
	}

	.bootstrap .gap-md-15 {
		gap: 5rem !important
	}

	.bootstrap .gap-md-16 {
		gap: 5.5rem !important
	}

	.bootstrap .gap-md-17 {
		gap: 6rem !important
	}

	.bootstrap .gap-md-18 {
		gap: 6.5rem !important
	}

	.bootstrap .gap-md-19 {
		gap: 7rem !important
	}

	.bootstrap .gap-md-20 {
		gap: 7.5rem !important
	}

	.bootstrap .justify-content-md-start {
		justify-content: flex-start !important
	}

	.bootstrap .justify-content-md-end {
		justify-content: flex-end !important
	}

	.bootstrap .justify-content-md-center {
		justify-content: center !important
	}

	.bootstrap .justify-content-md-between {
		justify-content: space-between !important
	}

	.bootstrap .justify-content-md-around {
		justify-content: space-around !important
	}

	.bootstrap .justify-content-md-evenly {
		justify-content: space-evenly !important
	}

	.bootstrap .align-items-md-start {
		align-items: flex-start !important
	}

	.bootstrap .align-items-md-end {
		align-items: flex-end !important
	}

	.bootstrap .align-items-md-center {
		align-items: center !important
	}

	.bootstrap .align-items-md-baseline {
		align-items: baseline !important
	}

	.bootstrap .align-items-md-stretch {
		align-items: stretch !important
	}

	.bootstrap .align-content-md-start {
		align-content: flex-start !important
	}

	.bootstrap .align-content-md-end {
		align-content: flex-end !important
	}

	.bootstrap .align-content-md-center {
		align-content: center !important
	}

	.bootstrap .align-content-md-between {
		align-content: space-between !important
	}

	.bootstrap .align-content-md-around {
		align-content: space-around !important
	}

	.bootstrap .align-content-md-stretch {
		align-content: stretch !important
	}

	.bootstrap .align-self-md-auto {
		align-self: auto !important
	}

	.bootstrap .align-self-md-start {
		align-self: flex-start !important
	}

	.bootstrap .align-self-md-end {
		align-self: flex-end !important
	}

	.bootstrap .align-self-md-center {
		align-self: center !important
	}

	.bootstrap .align-self-md-baseline {
		align-self: baseline !important
	}

	.bootstrap .align-self-md-stretch {
		align-self: stretch !important
	}

	.bootstrap .order-md-first {
		order: -1 !important
	}

	.bootstrap .order-md-0 {
		order: 0 !important
	}

	.bootstrap .order-md-1 {
		order: 1 !important
	}

	.bootstrap .order-md-2 {
		order: 2 !important
	}

	.bootstrap .order-md-3 {
		order: 3 !important
	}

	.bootstrap .order-md-4 {
		order: 4 !important
	}

	.bootstrap .order-md-5 {
		order: 5 !important
	}

	.bootstrap .order-md-last {
		order: 6 !important
	}

	.bootstrap .m-md-0 {
		margin: 0 !important
	}

	.bootstrap .m-md-1 {
		margin: .25rem !important
	}

	.bootstrap .m-md-2 {
		margin: .5rem !important
	}

	.bootstrap .m-md-3 {
		margin: .75rem !important
	}

	.bootstrap .m-md-4 {
		margin: 1rem !important
	}

	.bootstrap .m-md-5 {
		margin: 1.25rem !important
	}

	.bootstrap .m-md-6 {
		margin: 1.5rem !important
	}

	.bootstrap .m-md-7 {
		margin: 1.75rem !important
	}

	.bootstrap .m-md-8 {
		margin: 2rem !important
	}

	.bootstrap .m-md-9 {
		margin: 2.25rem !important
	}

	.bootstrap .m-md-10 {
		margin: 2.5rem !important
	}

	.bootstrap .m-md-11 {
		margin: 3rem !important
	}

	.bootstrap .m-md-12 {
		margin: 3.5rem !important
	}

	.bootstrap .m-md-13 {
		margin: 4rem !important
	}

	.bootstrap .m-md-14 {
		margin: 4.5rem !important
	}

	.bootstrap .m-md-15 {
		margin: 5rem !important
	}

	.bootstrap .m-md-16 {
		margin: 5.5rem !important
	}

	.bootstrap .m-md-17 {
		margin: 6rem !important
	}

	.bootstrap .m-md-18 {
		margin: 6.5rem !important
	}

	.bootstrap .m-md-19 {
		margin: 7rem !important
	}

	.bootstrap .m-md-20 {
		margin: 7.5rem !important
	}

	.bootstrap .m-md-auto {
		margin: auto !important
	}

	.bootstrap .mx-md-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}

	.bootstrap .mx-md-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important
	}

	.bootstrap .mx-md-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important
	}

	.bootstrap .mx-md-3 {
		margin-right: .75rem !important;
		margin-left: .75rem !important
	}

	.bootstrap .mx-md-4 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}

	.bootstrap .mx-md-5 {
		margin-right: 1.25rem !important;
		margin-left: 1.25rem !important
	}

	.bootstrap .mx-md-6 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}

	.bootstrap .mx-md-7 {
		margin-right: 1.75rem !important;
		margin-left: 1.75rem !important
	}

	.bootstrap .mx-md-8 {
		margin-right: 2rem !important;
		margin-left: 2rem !important
	}

	.bootstrap .mx-md-9 {
		margin-right: 2.25rem !important;
		margin-left: 2.25rem !important
	}

	.bootstrap .mx-md-10 {
		margin-right: 2.5rem !important;
		margin-left: 2.5rem !important
	}

	.bootstrap .mx-md-11 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}

	.bootstrap .mx-md-12 {
		margin-right: 3.5rem !important;
		margin-left: 3.5rem !important
	}

	.bootstrap .mx-md-13 {
		margin-right: 4rem !important;
		margin-left: 4rem !important
	}

	.bootstrap .mx-md-14 {
		margin-right: 4.5rem !important;
		margin-left: 4.5rem !important
	}

	.bootstrap .mx-md-15 {
		margin-right: 5rem !important;
		margin-left: 5rem !important
	}

	.bootstrap .mx-md-16 {
		margin-right: 5.5rem !important;
		margin-left: 5.5rem !important
	}

	.bootstrap .mx-md-17 {
		margin-right: 6rem !important;
		margin-left: 6rem !important
	}

	.bootstrap .mx-md-18 {
		margin-right: 6.5rem !important;
		margin-left: 6.5rem !important
	}

	.bootstrap .mx-md-19 {
		margin-right: 7rem !important;
		margin-left: 7rem !important
	}

	.bootstrap .mx-md-20 {
		margin-right: 7.5rem !important;
		margin-left: 7.5rem !important
	}

	.bootstrap .mx-md-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.bootstrap .my-md-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.bootstrap .my-md-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.bootstrap .my-md-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.bootstrap .my-md-3 {
		margin-top: .75rem !important;
		margin-bottom: .75rem !important
	}

	.bootstrap .my-md-4 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.bootstrap .my-md-5 {
		margin-top: 1.25rem !important;
		margin-bottom: 1.25rem !important
	}

	.bootstrap .my-md-6 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.bootstrap .my-md-7 {
		margin-top: 1.75rem !important;
		margin-bottom: 1.75rem !important
	}

	.bootstrap .my-md-8 {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important
	}

	.bootstrap .my-md-9 {
		margin-top: 2.25rem !important;
		margin-bottom: 2.25rem !important
	}

	.bootstrap .my-md-10 {
		margin-top: 2.5rem !important;
		margin-bottom: 2.5rem !important
	}

	.bootstrap .my-md-11 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.bootstrap .my-md-12 {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important
	}

	.bootstrap .my-md-13 {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important
	}

	.bootstrap .my-md-14 {
		margin-top: 4.5rem !important;
		margin-bottom: 4.5rem !important
	}

	.bootstrap .my-md-15 {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important
	}

	.bootstrap .my-md-16 {
		margin-top: 5.5rem !important;
		margin-bottom: 5.5rem !important
	}

	.bootstrap .my-md-17 {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important
	}

	.bootstrap .my-md-18 {
		margin-top: 6.5rem !important;
		margin-bottom: 6.5rem !important
	}

	.bootstrap .my-md-19 {
		margin-top: 7rem !important;
		margin-bottom: 7rem !important
	}

	.bootstrap .my-md-20 {
		margin-top: 7.5rem !important;
		margin-bottom: 7.5rem !important
	}

	.bootstrap .my-md-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.bootstrap .mt-md-0 {
		margin-top: 0 !important
	}

	.bootstrap .mt-md-1 {
		margin-top: .25rem !important
	}

	.bootstrap .mt-md-2 {
		margin-top: .5rem !important
	}

	.bootstrap .mt-md-3 {
		margin-top: .75rem !important
	}

	.bootstrap .mt-md-4 {
		margin-top: 1rem !important
	}

	.bootstrap .mt-md-5 {
		margin-top: 1.25rem !important
	}

	.bootstrap .mt-md-6 {
		margin-top: 1.5rem !important
	}

	.bootstrap .mt-md-7 {
		margin-top: 1.75rem !important
	}

	.bootstrap .mt-md-8 {
		margin-top: 2rem !important
	}

	.bootstrap .mt-md-9 {
		margin-top: 2.25rem !important
	}

	.bootstrap .mt-md-10 {
		margin-top: 2.5rem !important
	}

	.bootstrap .mt-md-11 {
		margin-top: 3rem !important
	}

	.bootstrap .mt-md-12 {
		margin-top: 3.5rem !important
	}

	.bootstrap .mt-md-13 {
		margin-top: 4rem !important
	}

	.bootstrap .mt-md-14 {
		margin-top: 4.5rem !important
	}

	.bootstrap .mt-md-15 {
		margin-top: 5rem !important
	}

	.bootstrap .mt-md-16 {
		margin-top: 5.5rem !important
	}

	.bootstrap .mt-md-17 {
		margin-top: 6rem !important
	}

	.bootstrap .mt-md-18 {
		margin-top: 6.5rem !important
	}

	.bootstrap .mt-md-19 {
		margin-top: 7rem !important
	}

	.bootstrap .mt-md-20 {
		margin-top: 7.5rem !important
	}

	.bootstrap .mt-md-auto {
		margin-top: auto !important
	}

	.bootstrap .me-md-0 {
		margin-right: 0 !important
	}

	.bootstrap .me-md-1 {
		margin-right: .25rem !important
	}

	.bootstrap .me-md-2 {
		margin-right: .5rem !important
	}

	.bootstrap .me-md-3 {
		margin-right: .75rem !important
	}

	.bootstrap .me-md-4 {
		margin-right: 1rem !important
	}

	.bootstrap .me-md-5 {
		margin-right: 1.25rem !important
	}

	.bootstrap .me-md-6 {
		margin-right: 1.5rem !important
	}

	.bootstrap .me-md-7 {
		margin-right: 1.75rem !important
	}

	.bootstrap .me-md-8 {
		margin-right: 2rem !important
	}

	.bootstrap .me-md-9 {
		margin-right: 2.25rem !important
	}

	.bootstrap .me-md-10 {
		margin-right: 2.5rem !important
	}

	.bootstrap .me-md-11 {
		margin-right: 3rem !important
	}

	.bootstrap .me-md-12 {
		margin-right: 3.5rem !important
	}

	.bootstrap .me-md-13 {
		margin-right: 4rem !important
	}

	.bootstrap .me-md-14 {
		margin-right: 4.5rem !important
	}

	.bootstrap .me-md-15 {
		margin-right: 5rem !important
	}

	.bootstrap .me-md-16 {
		margin-right: 5.5rem !important
	}

	.bootstrap .me-md-17 {
		margin-right: 6rem !important
	}

	.bootstrap .me-md-18 {
		margin-right: 6.5rem !important
	}

	.bootstrap .me-md-19 {
		margin-right: 7rem !important
	}

	.bootstrap .me-md-20 {
		margin-right: 7.5rem !important
	}

	.bootstrap .me-md-auto {
		margin-right: auto !important
	}

	.bootstrap .mb-md-0 {
		margin-bottom: 0 !important
	}

	.bootstrap .mb-md-1 {
		margin-bottom: .25rem !important
	}

	.bootstrap .mb-md-2 {
		margin-bottom: .5rem !important
	}

	.bootstrap .mb-md-3 {
		margin-bottom: .75rem !important
	}

	.bootstrap .mb-md-4 {
		margin-bottom: 1rem !important
	}

	.bootstrap .mb-md-5 {
		margin-bottom: 1.25rem !important
	}

	.bootstrap .mb-md-6 {
		margin-bottom: 1.5rem !important
	}

	.bootstrap .mb-md-7 {
		margin-bottom: 1.75rem !important
	}

	.bootstrap .mb-md-8 {
		margin-bottom: 2rem !important
	}

	.bootstrap .mb-md-9 {
		margin-bottom: 2.25rem !important
	}

	.bootstrap .mb-md-10 {
		margin-bottom: 2.5rem !important
	}

	.bootstrap .mb-md-11 {
		margin-bottom: 3rem !important
	}

	.bootstrap .mb-md-12 {
		margin-bottom: 3.5rem !important
	}

	.bootstrap .mb-md-13 {
		margin-bottom: 4rem !important
	}

	.bootstrap .mb-md-14 {
		margin-bottom: 4.5rem !important
	}

	.bootstrap .mb-md-15 {
		margin-bottom: 5rem !important
	}

	.bootstrap .mb-md-16 {
		margin-bottom: 5.5rem !important
	}

	.bootstrap .mb-md-17 {
		margin-bottom: 6rem !important
	}

	.bootstrap .mb-md-18 {
		margin-bottom: 6.5rem !important
	}

	.bootstrap .mb-md-19 {
		margin-bottom: 7rem !important
	}

	.bootstrap .mb-md-20 {
		margin-bottom: 7.5rem !important
	}

	.bootstrap .mb-md-auto {
		margin-bottom: auto !important
	}

	.bootstrap .ms-md-0 {
		margin-left: 0 !important
	}

	.bootstrap .ms-md-1 {
		margin-left: .25rem !important
	}

	.bootstrap .ms-md-2 {
		margin-left: .5rem !important
	}

	.bootstrap .ms-md-3 {
		margin-left: .75rem !important
	}

	.bootstrap .ms-md-4 {
		margin-left: 1rem !important
	}

	.bootstrap .ms-md-5 {
		margin-left: 1.25rem !important
	}

	.bootstrap .ms-md-6 {
		margin-left: 1.5rem !important
	}

	.bootstrap .ms-md-7 {
		margin-left: 1.75rem !important
	}

	.bootstrap .ms-md-8 {
		margin-left: 2rem !important
	}

	.bootstrap .ms-md-9 {
		margin-left: 2.25rem !important
	}

	.bootstrap .ms-md-10 {
		margin-left: 2.5rem !important
	}

	.bootstrap .ms-md-11 {
		margin-left: 3rem !important
	}

	.bootstrap .ms-md-12 {
		margin-left: 3.5rem !important
	}

	.bootstrap .ms-md-13 {
		margin-left: 4rem !important
	}

	.bootstrap .ms-md-14 {
		margin-left: 4.5rem !important
	}

	.bootstrap .ms-md-15 {
		margin-left: 5rem !important
	}

	.bootstrap .ms-md-16 {
		margin-left: 5.5rem !important
	}

	.bootstrap .ms-md-17 {
		margin-left: 6rem !important
	}

	.bootstrap .ms-md-18 {
		margin-left: 6.5rem !important
	}

	.bootstrap .ms-md-19 {
		margin-left: 7rem !important
	}

	.bootstrap .ms-md-20 {
		margin-left: 7.5rem !important
	}

	.bootstrap .ms-md-auto {
		margin-left: auto !important
	}

	.bootstrap .p-md-0 {
		padding: 0 !important
	}

	.bootstrap .p-md-1 {
		padding: .25rem !important
	}

	.bootstrap .p-md-2 {
		padding: .5rem !important
	}

	.bootstrap .p-md-3 {
		padding: .75rem !important
	}

	.bootstrap .p-md-4 {
		padding: 1rem !important
	}

	.bootstrap .p-md-5 {
		padding: 1.25rem !important
	}

	.bootstrap .p-md-6 {
		padding: 1.5rem !important
	}

	.bootstrap .p-md-7 {
		padding: 1.75rem !important
	}

	.bootstrap .p-md-8 {
		padding: 2rem !important
	}

	.bootstrap .p-md-9 {
		padding: 2.25rem !important
	}

	.bootstrap .p-md-10 {
		padding: 2.5rem !important
	}

	.bootstrap .p-md-11 {
		padding: 3rem !important
	}

	.bootstrap .p-md-12 {
		padding: 3.5rem !important
	}

	.bootstrap .p-md-13 {
		padding: 4rem !important
	}

	.bootstrap .p-md-14 {
		padding: 4.5rem !important
	}

	.bootstrap .p-md-15 {
		padding: 5rem !important
	}

	.bootstrap .p-md-16 {
		padding: 5.5rem !important
	}

	.bootstrap .p-md-17 {
		padding: 6rem !important
	}

	.bootstrap .p-md-18 {
		padding: 6.5rem !important
	}

	.bootstrap .p-md-19 {
		padding: 7rem !important
	}

	.bootstrap .p-md-20 {
		padding: 7.5rem !important
	}

	.bootstrap .px-md-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}

	.bootstrap .px-md-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important
	}

	.bootstrap .px-md-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important
	}

	.bootstrap .px-md-3 {
		padding-right: .75rem !important;
		padding-left: .75rem !important
	}

	.bootstrap .px-md-4 {
		padding-right: 1rem !important;
		padding-left: 1rem !important
	}

	.bootstrap .px-md-5 {
		padding-right: 1.25rem !important;
		padding-left: 1.25rem !important
	}

	.bootstrap .px-md-6 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}

	.bootstrap .px-md-7 {
		padding-right: 1.75rem !important;
		padding-left: 1.75rem !important
	}

	.bootstrap .px-md-8 {
		padding-right: 2rem !important;
		padding-left: 2rem !important
	}

	.bootstrap .px-md-9 {
		padding-right: 2.25rem !important;
		padding-left: 2.25rem !important
	}

	.bootstrap .px-md-10 {
		padding-right: 2.5rem !important;
		padding-left: 2.5rem !important
	}

	.bootstrap .px-md-11 {
		padding-right: 3rem !important;
		padding-left: 3rem !important
	}

	.bootstrap .px-md-12 {
		padding-right: 3.5rem !important;
		padding-left: 3.5rem !important
	}

	.bootstrap .px-md-13 {
		padding-right: 4rem !important;
		padding-left: 4rem !important
	}

	.bootstrap .px-md-14 {
		padding-right: 4.5rem !important;
		padding-left: 4.5rem !important
	}

	.bootstrap .px-md-15 {
		padding-right: 5rem !important;
		padding-left: 5rem !important
	}

	.bootstrap .px-md-16 {
		padding-right: 5.5rem !important;
		padding-left: 5.5rem !important
	}

	.bootstrap .px-md-17 {
		padding-right: 6rem !important;
		padding-left: 6rem !important
	}

	.bootstrap .px-md-18 {
		padding-right: 6.5rem !important;
		padding-left: 6.5rem !important
	}

	.bootstrap .px-md-19 {
		padding-right: 7rem !important;
		padding-left: 7rem !important
	}

	.bootstrap .px-md-20 {
		padding-right: 7.5rem !important;
		padding-left: 7.5rem !important
	}

	.bootstrap .py-md-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.bootstrap .py-md-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important
	}

	.bootstrap .py-md-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}

	.bootstrap .py-md-3 {
		padding-top: .75rem !important;
		padding-bottom: .75rem !important
	}

	.bootstrap .py-md-4 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.bootstrap .py-md-5 {
		padding-top: 1.25rem !important;
		padding-bottom: 1.25rem !important
	}

	.bootstrap .py-md-6 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

	.bootstrap .py-md-7 {
		padding-top: 1.75rem !important;
		padding-bottom: 1.75rem !important
	}

	.bootstrap .py-md-8 {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important
	}

	.bootstrap .py-md-9 {
		padding-top: 2.25rem !important;
		padding-bottom: 2.25rem !important
	}

	.bootstrap .py-md-10 {
		padding-top: 2.5rem !important;
		padding-bottom: 2.5rem !important
	}

	.bootstrap .py-md-11 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.bootstrap .py-md-12 {
		padding-top: 3.5rem !important;
		padding-bottom: 3.5rem !important
	}

	.bootstrap .py-md-13 {
		padding-top: 4rem !important;
		padding-bottom: 4rem !important
	}

	.bootstrap .py-md-14 {
		padding-top: 4.5rem !important;
		padding-bottom: 4.5rem !important
	}

	.bootstrap .py-md-15 {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important
	}

	.bootstrap .py-md-16 {
		padding-top: 5.5rem !important;
		padding-bottom: 5.5rem !important
	}

	.bootstrap .py-md-17 {
		padding-top: 6rem !important;
		padding-bottom: 6rem !important
	}

	.bootstrap .py-md-18 {
		padding-top: 6.5rem !important;
		padding-bottom: 6.5rem !important
	}

	.bootstrap .py-md-19 {
		padding-top: 7rem !important;
		padding-bottom: 7rem !important
	}

	.bootstrap .py-md-20 {
		padding-top: 7.5rem !important;
		padding-bottom: 7.5rem !important
	}

	.bootstrap .pl-md-0 {
		padding-left: 0 !important
	}

	.bootstrap .pl-md-1 {
		padding-left: .25rem !important
	}

	.bootstrap .pl-md-2 {
		padding-left: .5rem !important
	}

	.bootstrap .pl-md-3 {
		padding-left: .75rem !important
	}

	.bootstrap .pl-md-4 {
		padding-left: 1rem !important
	}

	.bootstrap .pl-md-5 {
		padding-left: 1.25rem !important
	}

	.bootstrap .pl-md-6 {
		padding-left: 1.5rem !important
	}

	.bootstrap .pl-md-7 {
		padding-left: 1.75rem !important
	}

	.bootstrap .pl-md-8 {
		padding-left: 2rem !important
	}

	.bootstrap .pl-md-9 {
		padding-left: 2.25rem !important
	}

	.bootstrap .pl-md-10 {
		padding-left: 2.5rem !important
	}

	.bootstrap .pl-md-11 {
		padding-left: 3rem !important
	}

	.bootstrap .pl-md-12 {
		padding-left: 3.5rem !important
	}

	.bootstrap .pl-md-13 {
		padding-left: 4rem !important
	}

	.bootstrap .pl-md-14 {
		padding-left: 4.5rem !important
	}

	.bootstrap .pl-md-15 {
		padding-left: 5rem !important
	}

	.bootstrap .pl-md-16 {
		padding-left: 5.5rem !important
	}

	.bootstrap .pl-md-17 {
		padding-left: 6rem !important
	}

	.bootstrap .pl-md-18 {
		padding-left: 6.5rem !important
	}

	.bootstrap .pl-md-19 {
		padding-left: 7rem !important
	}

	.bootstrap .pl-md-20 {
		padding-left: 7.5rem !important
	}

	.bootstrap .pr-md-0 {
		padding-right: 0 !important
	}

	.bootstrap .pr-md-1 {
		padding-right: .25rem !important
	}

	.bootstrap .pr-md-2 {
		padding-right: .5rem !important
	}

	.bootstrap .pr-md-3 {
		padding-right: .75rem !important
	}

	.bootstrap .pr-md-4 {
		padding-right: 1rem !important
	}

	.bootstrap .pr-md-5 {
		padding-right: 1.25rem !important
	}

	.bootstrap .pr-md-6 {
		padding-right: 1.5rem !important
	}

	.bootstrap .pr-md-7 {
		padding-right: 1.75rem !important
	}

	.bootstrap .pr-md-8 {
		padding-right: 2rem !important
	}

	.bootstrap .pr-md-9 {
		padding-right: 2.25rem !important
	}

	.bootstrap .pr-md-10 {
		padding-right: 2.5rem !important
	}

	.bootstrap .pr-md-11 {
		padding-right: 3rem !important
	}

	.bootstrap .pr-md-12 {
		padding-right: 3.5rem !important
	}

	.bootstrap .pr-md-13 {
		padding-right: 4rem !important
	}

	.bootstrap .pr-md-14 {
		padding-right: 4.5rem !important
	}

	.bootstrap .pr-md-15 {
		padding-right: 5rem !important
	}

	.bootstrap .pr-md-16 {
		padding-right: 5.5rem !important
	}

	.bootstrap .pr-md-17 {
		padding-right: 6rem !important
	}

	.bootstrap .pr-md-18 {
		padding-right: 6.5rem !important
	}

	.bootstrap .pr-md-19 {
		padding-right: 7rem !important
	}

	.bootstrap .pr-md-20 {
		padding-right: 7.5rem !important
	}

	.bootstrap .pt-md-0 {
		padding-top: 0 !important
	}

	.bootstrap .pt-md-1 {
		padding-top: .25rem !important
	}

	.bootstrap .pt-md-2 {
		padding-top: .5rem !important
	}

	.bootstrap .pt-md-3 {
		padding-top: .75rem !important
	}

	.bootstrap .pt-md-4 {
		padding-top: 1rem !important
	}

	.bootstrap .pt-md-5 {
		padding-top: 1.25rem !important
	}

	.bootstrap .pt-md-6 {
		padding-top: 1.5rem !important
	}

	.bootstrap .pt-md-7 {
		padding-top: 1.75rem !important
	}

	.bootstrap .pt-md-8 {
		padding-top: 2rem !important
	}

	.bootstrap .pt-md-9 {
		padding-top: 2.25rem !important
	}

	.bootstrap .pt-md-10 {
		padding-top: 2.5rem !important
	}

	.bootstrap .pt-md-11 {
		padding-top: 3rem !important
	}

	.bootstrap .pt-md-12 {
		padding-top: 3.5rem !important
	}

	.bootstrap .pt-md-13 {
		padding-top: 4rem !important
	}

	.bootstrap .pt-md-14 {
		padding-top: 4.5rem !important
	}

	.bootstrap .pt-md-15 {
		padding-top: 5rem !important
	}

	.bootstrap .pt-md-16 {
		padding-top: 5.5rem !important
	}

	.bootstrap .pt-md-17 {
		padding-top: 6rem !important
	}

	.bootstrap .pt-md-18 {
		padding-top: 6.5rem !important
	}

	.bootstrap .pt-md-19 {
		padding-top: 7rem !important
	}

	.bootstrap .pt-md-20 {
		padding-top: 7.5rem !important
	}

	.bootstrap .pe-md-0 {
		padding-right: 0 !important
	}

	.bootstrap .pe-md-1 {
		padding-right: .25rem !important
	}

	.bootstrap .pe-md-2 {
		padding-right: .5rem !important
	}

	.bootstrap .pe-md-3 {
		padding-right: .75rem !important
	}

	.bootstrap .pe-md-4 {
		padding-right: 1rem !important
	}

	.bootstrap .pe-md-5 {
		padding-right: 1.25rem !important
	}

	.bootstrap .pe-md-6 {
		padding-right: 1.5rem !important
	}

	.bootstrap .pe-md-7 {
		padding-right: 1.75rem !important
	}

	.bootstrap .pe-md-8 {
		padding-right: 2rem !important
	}

	.bootstrap .pe-md-9 {
		padding-right: 2.25rem !important
	}

	.bootstrap .pe-md-10 {
		padding-right: 2.5rem !important
	}

	.bootstrap .pe-md-11 {
		padding-right: 3rem !important
	}

	.bootstrap .pe-md-12 {
		padding-right: 3.5rem !important
	}

	.bootstrap .pe-md-13 {
		padding-right: 4rem !important
	}

	.bootstrap .pe-md-14 {
		padding-right: 4.5rem !important
	}

	.bootstrap .pe-md-15 {
		padding-right: 5rem !important
	}

	.bootstrap .pe-md-16 {
		padding-right: 5.5rem !important
	}

	.bootstrap .pe-md-17 {
		padding-right: 6rem !important
	}

	.bootstrap .pe-md-18 {
		padding-right: 6.5rem !important
	}

	.bootstrap .pe-md-19 {
		padding-right: 7rem !important
	}

	.bootstrap .pe-md-20 {
		padding-right: 7.5rem !important
	}

	.bootstrap .pb-md-0 {
		padding-bottom: 0 !important
	}

	.bootstrap .pb-md-1 {
		padding-bottom: .25rem !important
	}

	.bootstrap .pb-md-2 {
		padding-bottom: .5rem !important
	}

	.bootstrap .pb-md-3 {
		padding-bottom: .75rem !important
	}

	.bootstrap .pb-md-4 {
		padding-bottom: 1rem !important
	}

	.bootstrap .pb-md-5 {
		padding-bottom: 1.25rem !important
	}

	.bootstrap .pb-md-6 {
		padding-bottom: 1.5rem !important
	}

	.bootstrap .pb-md-7 {
		padding-bottom: 1.75rem !important
	}

	.bootstrap .pb-md-8 {
		padding-bottom: 2rem !important
	}

	.bootstrap .pb-md-9 {
		padding-bottom: 2.25rem !important
	}

	.bootstrap .pb-md-10 {
		padding-bottom: 2.5rem !important
	}

	.bootstrap .pb-md-11 {
		padding-bottom: 3rem !important
	}

	.bootstrap .pb-md-12 {
		padding-bottom: 3.5rem !important
	}

	.bootstrap .pb-md-13 {
		padding-bottom: 4rem !important
	}

	.bootstrap .pb-md-14 {
		padding-bottom: 4.5rem !important
	}

	.bootstrap .pb-md-15 {
		padding-bottom: 5rem !important
	}

	.bootstrap .pb-md-16 {
		padding-bottom: 5.5rem !important
	}

	.bootstrap .pb-md-17 {
		padding-bottom: 6rem !important
	}

	.bootstrap .pb-md-18 {
		padding-bottom: 6.5rem !important
	}

	.bootstrap .pb-md-19 {
		padding-bottom: 7rem !important
	}

	.bootstrap .pb-md-20 {
		padding-bottom: 7.5rem !important
	}

	.bootstrap .ps-md-0 {
		padding-left: 0 !important
	}

	.bootstrap .ps-md-1 {
		padding-left: .25rem !important
	}

	.bootstrap .ps-md-2 {
		padding-left: .5rem !important
	}

	.bootstrap .ps-md-3 {
		padding-left: .75rem !important
	}

	.bootstrap .ps-md-4 {
		padding-left: 1rem !important
	}

	.bootstrap .ps-md-5 {
		padding-left: 1.25rem !important
	}

	.bootstrap .ps-md-6 {
		padding-left: 1.5rem !important
	}

	.bootstrap .ps-md-7 {
		padding-left: 1.75rem !important
	}

	.bootstrap .ps-md-8 {
		padding-left: 2rem !important
	}

	.bootstrap .ps-md-9 {
		padding-left: 2.25rem !important
	}

	.bootstrap .ps-md-10 {
		padding-left: 2.5rem !important
	}

	.bootstrap .ps-md-11 {
		padding-left: 3rem !important
	}

	.bootstrap .ps-md-12 {
		padding-left: 3.5rem !important
	}

	.bootstrap .ps-md-13 {
		padding-left: 4rem !important
	}

	.bootstrap .ps-md-14 {
		padding-left: 4.5rem !important
	}

	.bootstrap .ps-md-15 {
		padding-left: 5rem !important
	}

	.bootstrap .ps-md-16 {
		padding-left: 5.5rem !important
	}

	.bootstrap .ps-md-17 {
		padding-left: 6rem !important
	}

	.bootstrap .ps-md-18 {
		padding-left: 6.5rem !important
	}

	.bootstrap .ps-md-19 {
		padding-left: 7rem !important
	}

	.bootstrap .ps-md-20 {
		padding-left: 7.5rem !important
	}

	.bootstrap .text-md-start {
		text-align: left !important
	}

	.bootstrap .text-md-end {
		text-align: right !important
	}

	.bootstrap .text-md-center {
		text-align: center !important
	}
}

@media (min-width: 992px) {
	.bootstrap .float-lg-start {
		float: left !important
	}

	.bootstrap .float-lg-end {
		float: right !important
	}

	.bootstrap .float-lg-none {
		float: none !important
	}

	.bootstrap .d-lg-inline {
		display: inline !important
	}

	.bootstrap .d-lg-inline-block {
		display: inline-block !important
	}

	.bootstrap .d-lg-block {
		display: block !important
	}

	.bootstrap .d-lg-grid {
		display: grid !important
	}

	.bootstrap .d-lg-table {
		display: table !important
	}

	.bootstrap .d-lg-table-row {
		display: table-row !important
	}

	.bootstrap .d-lg-table-cell {
		display: table-cell !important
	}

	.bootstrap .d-lg-flex {
		display: flex !important
	}

	.bootstrap .d-lg-inline-flex {
		display: inline-flex !important
	}

	.bootstrap .d-lg-none {
		display: none !important
	}

	.bootstrap .flex-lg-fill {
		flex: 1 1 auto !important
	}

	.bootstrap .flex-lg-row {
		flex-direction: row !important
	}

	.bootstrap .flex-lg-column {
		flex-direction: column !important
	}

	.bootstrap .flex-lg-row-reverse {
		flex-direction: row-reverse !important
	}

	.bootstrap .flex-lg-column-reverse {
		flex-direction: column-reverse !important
	}

	.bootstrap .flex-lg-grow-0 {
		flex-grow: 0 !important
	}

	.bootstrap .flex-lg-grow-1 {
		flex-grow: 1 !important
	}

	.bootstrap .flex-lg-shrink-0 {
		flex-shrink: 0 !important
	}

	.bootstrap .flex-lg-shrink-1 {
		flex-shrink: 1 !important
	}

	.bootstrap .flex-lg-wrap {
		flex-wrap: wrap !important
	}

	.bootstrap .flex-lg-nowrap {
		flex-wrap: nowrap !important
	}

	.bootstrap .flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.bootstrap .gap-lg-0 {
		gap: 0 !important
	}

	.bootstrap .gap-lg-1 {
		gap: .25rem !important
	}

	.bootstrap .gap-lg-2 {
		gap: .5rem !important
	}

	.bootstrap .gap-lg-3 {
		gap: .75rem !important
	}

	.bootstrap .gap-lg-4 {
		gap: 1rem !important
	}

	.bootstrap .gap-lg-5 {
		gap: 1.25rem !important
	}

	.bootstrap .gap-lg-6 {
		gap: 1.5rem !important
	}

	.bootstrap .gap-lg-7 {
		gap: 1.75rem !important
	}

	.bootstrap .gap-lg-8 {
		gap: 2rem !important
	}

	.bootstrap .gap-lg-9 {
		gap: 2.25rem !important
	}

	.bootstrap .gap-lg-10 {
		gap: 2.5rem !important
	}

	.bootstrap .gap-lg-11 {
		gap: 3rem !important
	}

	.bootstrap .gap-lg-12 {
		gap: 3.5rem !important
	}

	.bootstrap .gap-lg-13 {
		gap: 4rem !important
	}

	.bootstrap .gap-lg-14 {
		gap: 4.5rem !important
	}

	.bootstrap .gap-lg-15 {
		gap: 5rem !important
	}

	.bootstrap .gap-lg-16 {
		gap: 5.5rem !important
	}

	.bootstrap .gap-lg-17 {
		gap: 6rem !important
	}

	.bootstrap .gap-lg-18 {
		gap: 6.5rem !important
	}

	.bootstrap .gap-lg-19 {
		gap: 7rem !important
	}

	.bootstrap .gap-lg-20 {
		gap: 7.5rem !important
	}

	.bootstrap .justify-content-lg-start {
		justify-content: flex-start !important
	}

	.bootstrap .justify-content-lg-end {
		justify-content: flex-end !important
	}

	.bootstrap .justify-content-lg-center {
		justify-content: center !important
	}

	.bootstrap .justify-content-lg-between {
		justify-content: space-between !important
	}

	.bootstrap .justify-content-lg-around {
		justify-content: space-around !important
	}

	.bootstrap .justify-content-lg-evenly {
		justify-content: space-evenly !important
	}

	.bootstrap .align-items-lg-start {
		align-items: flex-start !important
	}

	.bootstrap .align-items-lg-end {
		align-items: flex-end !important
	}

	.bootstrap .align-items-lg-center {
		align-items: center !important
	}

	.bootstrap .align-items-lg-baseline {
		align-items: baseline !important
	}

	.bootstrap .align-items-lg-stretch {
		align-items: stretch !important
	}

	.bootstrap .align-content-lg-start {
		align-content: flex-start !important
	}

	.bootstrap .align-content-lg-end {
		align-content: flex-end !important
	}

	.bootstrap .align-content-lg-center {
		align-content: center !important
	}

	.bootstrap .align-content-lg-between {
		align-content: space-between !important
	}

	.bootstrap .align-content-lg-around {
		align-content: space-around !important
	}

	.bootstrap .align-content-lg-stretch {
		align-content: stretch !important
	}

	.bootstrap .align-self-lg-auto {
		align-self: auto !important
	}

	.bootstrap .align-self-lg-start {
		align-self: flex-start !important
	}

	.bootstrap .align-self-lg-end {
		align-self: flex-end !important
	}

	.bootstrap .align-self-lg-center {
		align-self: center !important
	}

	.bootstrap .align-self-lg-baseline {
		align-self: baseline !important
	}

	.bootstrap .align-self-lg-stretch {
		align-self: stretch !important
	}

	.bootstrap .order-lg-first {
		order: -1 !important
	}

	.bootstrap .order-lg-0 {
		order: 0 !important
	}

	.bootstrap .order-lg-1 {
		order: 1 !important
	}

	.bootstrap .order-lg-2 {
		order: 2 !important
	}

	.bootstrap .order-lg-3 {
		order: 3 !important
	}

	.bootstrap .order-lg-4 {
		order: 4 !important
	}

	.bootstrap .order-lg-5 {
		order: 5 !important
	}

	.bootstrap .order-lg-last {
		order: 6 !important
	}

	.bootstrap .m-lg-0 {
		margin: 0 !important
	}

	.bootstrap .m-lg-1 {
		margin: .25rem !important
	}

	.bootstrap .m-lg-2 {
		margin: .5rem !important
	}

	.bootstrap .m-lg-3 {
		margin: .75rem !important
	}

	.bootstrap .m-lg-4 {
		margin: 1rem !important
	}

	.bootstrap .m-lg-5 {
		margin: 1.25rem !important
	}

	.bootstrap .m-lg-6 {
		margin: 1.5rem !important
	}

	.bootstrap .m-lg-7 {
		margin: 1.75rem !important
	}

	.bootstrap .m-lg-8 {
		margin: 2rem !important
	}

	.bootstrap .m-lg-9 {
		margin: 2.25rem !important
	}

	.bootstrap .m-lg-10 {
		margin: 2.5rem !important
	}

	.bootstrap .m-lg-11 {
		margin: 3rem !important
	}

	.bootstrap .m-lg-12 {
		margin: 3.5rem !important
	}

	.bootstrap .m-lg-13 {
		margin: 4rem !important
	}

	.bootstrap .m-lg-14 {
		margin: 4.5rem !important
	}

	.bootstrap .m-lg-15 {
		margin: 5rem !important
	}

	.bootstrap .m-lg-16 {
		margin: 5.5rem !important
	}

	.bootstrap .m-lg-17 {
		margin: 6rem !important
	}

	.bootstrap .m-lg-18 {
		margin: 6.5rem !important
	}

	.bootstrap .m-lg-19 {
		margin: 7rem !important
	}

	.bootstrap .m-lg-20 {
		margin: 7.5rem !important
	}

	.bootstrap .m-lg-auto {
		margin: auto !important
	}

	.bootstrap .mx-lg-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}

	.bootstrap .mx-lg-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important
	}

	.bootstrap .mx-lg-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important
	}

	.bootstrap .mx-lg-3 {
		margin-right: .75rem !important;
		margin-left: .75rem !important
	}

	.bootstrap .mx-lg-4 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}

	.bootstrap .mx-lg-5 {
		margin-right: 1.25rem !important;
		margin-left: 1.25rem !important
	}

	.bootstrap .mx-lg-6 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}

	.bootstrap .mx-lg-7 {
		margin-right: 1.75rem !important;
		margin-left: 1.75rem !important
	}

	.bootstrap .mx-lg-8 {
		margin-right: 2rem !important;
		margin-left: 2rem !important
	}

	.bootstrap .mx-lg-9 {
		margin-right: 2.25rem !important;
		margin-left: 2.25rem !important
	}

	.bootstrap .mx-lg-10 {
		margin-right: 2.5rem !important;
		margin-left: 2.5rem !important
	}

	.bootstrap .mx-lg-11 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}

	.bootstrap .mx-lg-12 {
		margin-right: 3.5rem !important;
		margin-left: 3.5rem !important
	}

	.bootstrap .mx-lg-13 {
		margin-right: 4rem !important;
		margin-left: 4rem !important
	}

	.bootstrap .mx-lg-14 {
		margin-right: 4.5rem !important;
		margin-left: 4.5rem !important
	}

	.bootstrap .mx-lg-15 {
		margin-right: 5rem !important;
		margin-left: 5rem !important
	}

	.bootstrap .mx-lg-16 {
		margin-right: 5.5rem !important;
		margin-left: 5.5rem !important
	}

	.bootstrap .mx-lg-17 {
		margin-right: 6rem !important;
		margin-left: 6rem !important
	}

	.bootstrap .mx-lg-18 {
		margin-right: 6.5rem !important;
		margin-left: 6.5rem !important
	}

	.bootstrap .mx-lg-19 {
		margin-right: 7rem !important;
		margin-left: 7rem !important
	}

	.bootstrap .mx-lg-20 {
		margin-right: 7.5rem !important;
		margin-left: 7.5rem !important
	}

	.bootstrap .mx-lg-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.bootstrap .my-lg-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.bootstrap .my-lg-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.bootstrap .my-lg-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.bootstrap .my-lg-3 {
		margin-top: .75rem !important;
		margin-bottom: .75rem !important
	}

	.bootstrap .my-lg-4 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.bootstrap .my-lg-5 {
		margin-top: 1.25rem !important;
		margin-bottom: 1.25rem !important
	}

	.bootstrap .my-lg-6 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.bootstrap .my-lg-7 {
		margin-top: 1.75rem !important;
		margin-bottom: 1.75rem !important
	}

	.bootstrap .my-lg-8 {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important
	}

	.bootstrap .my-lg-9 {
		margin-top: 2.25rem !important;
		margin-bottom: 2.25rem !important
	}

	.bootstrap .my-lg-10 {
		margin-top: 2.5rem !important;
		margin-bottom: 2.5rem !important
	}

	.bootstrap .my-lg-11 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.bootstrap .my-lg-12 {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important
	}

	.bootstrap .my-lg-13 {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important
	}

	.bootstrap .my-lg-14 {
		margin-top: 4.5rem !important;
		margin-bottom: 4.5rem !important
	}

	.bootstrap .my-lg-15 {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important
	}

	.bootstrap .my-lg-16 {
		margin-top: 5.5rem !important;
		margin-bottom: 5.5rem !important
	}

	.bootstrap .my-lg-17 {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important
	}

	.bootstrap .my-lg-18 {
		margin-top: 6.5rem !important;
		margin-bottom: 6.5rem !important
	}

	.bootstrap .my-lg-19 {
		margin-top: 7rem !important;
		margin-bottom: 7rem !important
	}

	.bootstrap .my-lg-20 {
		margin-top: 7.5rem !important;
		margin-bottom: 7.5rem !important
	}

	.bootstrap .my-lg-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.bootstrap .mt-lg-0 {
		margin-top: 0 !important
	}

	.bootstrap .mt-lg-1 {
		margin-top: .25rem !important
	}

	.bootstrap .mt-lg-2 {
		margin-top: .5rem !important
	}

	.bootstrap .mt-lg-3 {
		margin-top: .75rem !important
	}

	.bootstrap .mt-lg-4 {
		margin-top: 1rem !important
	}

	.bootstrap .mt-lg-5 {
		margin-top: 1.25rem !important
	}

	.bootstrap .mt-lg-6 {
		margin-top: 1.5rem !important
	}

	.bootstrap .mt-lg-7 {
		margin-top: 1.75rem !important
	}

	.bootstrap .mt-lg-8 {
		margin-top: 2rem !important
	}

	.bootstrap .mt-lg-9 {
		margin-top: 2.25rem !important
	}

	.bootstrap .mt-lg-10 {
		margin-top: 2.5rem !important
	}

	.bootstrap .mt-lg-11 {
		margin-top: 3rem !important
	}

	.bootstrap .mt-lg-12 {
		margin-top: 3.5rem !important
	}

	.bootstrap .mt-lg-13 {
		margin-top: 4rem !important
	}

	.bootstrap .mt-lg-14 {
		margin-top: 4.5rem !important
	}

	.bootstrap .mt-lg-15 {
		margin-top: 5rem !important
	}

	.bootstrap .mt-lg-16 {
		margin-top: 5.5rem !important
	}

	.bootstrap .mt-lg-17 {
		margin-top: 6rem !important
	}

	.bootstrap .mt-lg-18 {
		margin-top: 6.5rem !important
	}

	.bootstrap .mt-lg-19 {
		margin-top: 7rem !important
	}

	.bootstrap .mt-lg-20 {
		margin-top: 7.5rem !important
	}

	.bootstrap .mt-lg-auto {
		margin-top: auto !important
	}

	.bootstrap .me-lg-0 {
		margin-right: 0 !important
	}

	.bootstrap .me-lg-1 {
		margin-right: .25rem !important
	}

	.bootstrap .me-lg-2 {
		margin-right: .5rem !important
	}

	.bootstrap .me-lg-3 {
		margin-right: .75rem !important
	}

	.bootstrap .me-lg-4 {
		margin-right: 1rem !important
	}

	.bootstrap .me-lg-5 {
		margin-right: 1.25rem !important
	}

	.bootstrap .me-lg-6 {
		margin-right: 1.5rem !important
	}

	.bootstrap .me-lg-7 {
		margin-right: 1.75rem !important
	}

	.bootstrap .me-lg-8 {
		margin-right: 2rem !important
	}

	.bootstrap .me-lg-9 {
		margin-right: 2.25rem !important
	}

	.bootstrap .me-lg-10 {
		margin-right: 2.5rem !important
	}

	.bootstrap .me-lg-11 {
		margin-right: 3rem !important
	}

	.bootstrap .me-lg-12 {
		margin-right: 3.5rem !important
	}

	.bootstrap .me-lg-13 {
		margin-right: 4rem !important
	}

	.bootstrap .me-lg-14 {
		margin-right: 4.5rem !important
	}

	.bootstrap .me-lg-15 {
		margin-right: 5rem !important
	}

	.bootstrap .me-lg-16 {
		margin-right: 5.5rem !important
	}

	.bootstrap .me-lg-17 {
		margin-right: 6rem !important
	}

	.bootstrap .me-lg-18 {
		margin-right: 6.5rem !important
	}

	.bootstrap .me-lg-19 {
		margin-right: 7rem !important
	}

	.bootstrap .me-lg-20 {
		margin-right: 7.5rem !important
	}

	.bootstrap .me-lg-auto {
		margin-right: auto !important
	}

	.bootstrap .mb-lg-0 {
		margin-bottom: 0 !important
	}

	.bootstrap .mb-lg-1 {
		margin-bottom: .25rem !important
	}

	.bootstrap .mb-lg-2 {
		margin-bottom: .5rem !important
	}

	.bootstrap .mb-lg-3 {
		margin-bottom: .75rem !important
	}

	.bootstrap .mb-lg-4 {
		margin-bottom: 1rem !important
	}

	.bootstrap .mb-lg-5 {
		margin-bottom: 1.25rem !important
	}

	.bootstrap .mb-lg-6 {
		margin-bottom: 1.5rem !important
	}

	.bootstrap .mb-lg-7 {
		margin-bottom: 1.75rem !important
	}

	.bootstrap .mb-lg-8 {
		margin-bottom: 2rem !important
	}

	.bootstrap .mb-lg-9 {
		margin-bottom: 2.25rem !important
	}

	.bootstrap .mb-lg-10 {
		margin-bottom: 2.5rem !important
	}

	.bootstrap .mb-lg-11 {
		margin-bottom: 3rem !important
	}

	.bootstrap .mb-lg-12 {
		margin-bottom: 3.5rem !important
	}

	.bootstrap .mb-lg-13 {
		margin-bottom: 4rem !important
	}

	.bootstrap .mb-lg-14 {
		margin-bottom: 4.5rem !important
	}

	.bootstrap .mb-lg-15 {
		margin-bottom: 5rem !important
	}

	.bootstrap .mb-lg-16 {
		margin-bottom: 5.5rem !important
	}

	.bootstrap .mb-lg-17 {
		margin-bottom: 6rem !important
	}

	.bootstrap .mb-lg-18 {
		margin-bottom: 6.5rem !important
	}

	.bootstrap .mb-lg-19 {
		margin-bottom: 7rem !important
	}

	.bootstrap .mb-lg-20 {
		margin-bottom: 7.5rem !important
	}

	.bootstrap .mb-lg-auto {
		margin-bottom: auto !important
	}

	.bootstrap .ms-lg-0 {
		margin-left: 0 !important
	}

	.bootstrap .ms-lg-1 {
		margin-left: .25rem !important
	}

	.bootstrap .ms-lg-2 {
		margin-left: .5rem !important
	}

	.bootstrap .ms-lg-3 {
		margin-left: .75rem !important
	}

	.bootstrap .ms-lg-4 {
		margin-left: 1rem !important
	}

	.bootstrap .ms-lg-5 {
		margin-left: 1.25rem !important
	}

	.bootstrap .ms-lg-6 {
		margin-left: 1.5rem !important
	}

	.bootstrap .ms-lg-7 {
		margin-left: 1.75rem !important
	}

	.bootstrap .ms-lg-8 {
		margin-left: 2rem !important
	}

	.bootstrap .ms-lg-9 {
		margin-left: 2.25rem !important
	}

	.bootstrap .ms-lg-10 {
		margin-left: 2.5rem !important
	}

	.bootstrap .ms-lg-11 {
		margin-left: 3rem !important
	}

	.bootstrap .ms-lg-12 {
		margin-left: 3.5rem !important
	}

	.bootstrap .ms-lg-13 {
		margin-left: 4rem !important
	}

	.bootstrap .ms-lg-14 {
		margin-left: 4.5rem !important
	}

	.bootstrap .ms-lg-15 {
		margin-left: 5rem !important
	}

	.bootstrap .ms-lg-16 {
		margin-left: 5.5rem !important
	}

	.bootstrap .ms-lg-17 {
		margin-left: 6rem !important
	}

	.bootstrap .ms-lg-18 {
		margin-left: 6.5rem !important
	}

	.bootstrap .ms-lg-19 {
		margin-left: 7rem !important
	}

	.bootstrap .ms-lg-20 {
		margin-left: 7.5rem !important
	}

	.bootstrap .ms-lg-auto {
		margin-left: auto !important
	}

	.bootstrap .p-lg-0 {
		padding: 0 !important
	}

	.bootstrap .p-lg-1 {
		padding: .25rem !important
	}

	.bootstrap .p-lg-2 {
		padding: .5rem !important
	}

	.bootstrap .p-lg-3 {
		padding: .75rem !important
	}

	.bootstrap .p-lg-4 {
		padding: 1rem !important
	}

	.bootstrap .p-lg-5 {
		padding: 1.25rem !important
	}

	.bootstrap .p-lg-6 {
		padding: 1.5rem !important
	}

	.bootstrap .p-lg-7 {
		padding: 1.75rem !important
	}

	.bootstrap .p-lg-8 {
		padding: 2rem !important
	}

	.bootstrap .p-lg-9 {
		padding: 2.25rem !important
	}

	.bootstrap .p-lg-10 {
		padding: 2.5rem !important
	}

	.bootstrap .p-lg-11 {
		padding: 3rem !important
	}

	.bootstrap .p-lg-12 {
		padding: 3.5rem !important
	}

	.bootstrap .p-lg-13 {
		padding: 4rem !important
	}

	.bootstrap .p-lg-14 {
		padding: 4.5rem !important
	}

	.bootstrap .p-lg-15 {
		padding: 5rem !important
	}

	.bootstrap .p-lg-16 {
		padding: 5.5rem !important
	}

	.bootstrap .p-lg-17 {
		padding: 6rem !important
	}

	.bootstrap .p-lg-18 {
		padding: 6.5rem !important
	}

	.bootstrap .p-lg-19 {
		padding: 7rem !important
	}

	.bootstrap .p-lg-20 {
		padding: 7.5rem !important
	}

	.bootstrap .px-lg-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}

	.bootstrap .px-lg-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important
	}

	.bootstrap .px-lg-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important
	}

	.bootstrap .px-lg-3 {
		padding-right: .75rem !important;
		padding-left: .75rem !important
	}

	.bootstrap .px-lg-4 {
		padding-right: 1rem !important;
		padding-left: 1rem !important
	}

	.bootstrap .px-lg-5 {
		padding-right: 1.25rem !important;
		padding-left: 1.25rem !important
	}

	.bootstrap .px-lg-6 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}

	.bootstrap .px-lg-7 {
		padding-right: 1.75rem !important;
		padding-left: 1.75rem !important
	}

	.bootstrap .px-lg-8 {
		padding-right: 2rem !important;
		padding-left: 2rem !important
	}

	.bootstrap .px-lg-9 {
		padding-right: 2.25rem !important;
		padding-left: 2.25rem !important
	}

	.bootstrap .px-lg-10 {
		padding-right: 2.5rem !important;
		padding-left: 2.5rem !important
	}

	.bootstrap .px-lg-11 {
		padding-right: 3rem !important;
		padding-left: 3rem !important
	}

	.bootstrap .px-lg-12 {
		padding-right: 3.5rem !important;
		padding-left: 3.5rem !important
	}

	.bootstrap .px-lg-13 {
		padding-right: 4rem !important;
		padding-left: 4rem !important
	}

	.bootstrap .px-lg-14 {
		padding-right: 4.5rem !important;
		padding-left: 4.5rem !important
	}

	.bootstrap .px-lg-15 {
		padding-right: 5rem !important;
		padding-left: 5rem !important
	}

	.bootstrap .px-lg-16 {
		padding-right: 5.5rem !important;
		padding-left: 5.5rem !important
	}

	.bootstrap .px-lg-17 {
		padding-right: 6rem !important;
		padding-left: 6rem !important
	}

	.bootstrap .px-lg-18 {
		padding-right: 6.5rem !important;
		padding-left: 6.5rem !important
	}

	.bootstrap .px-lg-19 {
		padding-right: 7rem !important;
		padding-left: 7rem !important
	}

	.bootstrap .px-lg-20 {
		padding-right: 7.5rem !important;
		padding-left: 7.5rem !important
	}

	.bootstrap .py-lg-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.bootstrap .py-lg-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important
	}

	.bootstrap .py-lg-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}

	.bootstrap .py-lg-3 {
		padding-top: .75rem !important;
		padding-bottom: .75rem !important
	}

	.bootstrap .py-lg-4 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.bootstrap .py-lg-5 {
		padding-top: 1.25rem !important;
		padding-bottom: 1.25rem !important
	}

	.bootstrap .py-lg-6 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

	.bootstrap .py-lg-7 {
		padding-top: 1.75rem !important;
		padding-bottom: 1.75rem !important
	}

	.bootstrap .py-lg-8 {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important
	}

	.bootstrap .py-lg-9 {
		padding-top: 2.25rem !important;
		padding-bottom: 2.25rem !important
	}

	.bootstrap .py-lg-10 {
		padding-top: 2.5rem !important;
		padding-bottom: 2.5rem !important
	}

	.bootstrap .py-lg-11 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.bootstrap .py-lg-12 {
		padding-top: 3.5rem !important;
		padding-bottom: 3.5rem !important
	}

	.bootstrap .py-lg-13 {
		padding-top: 4rem !important;
		padding-bottom: 4rem !important
	}

	.bootstrap .py-lg-14 {
		padding-top: 4.5rem !important;
		padding-bottom: 4.5rem !important
	}

	.bootstrap .py-lg-15 {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important
	}

	.bootstrap .py-lg-16 {
		padding-top: 5.5rem !important;
		padding-bottom: 5.5rem !important
	}

	.bootstrap .py-lg-17 {
		padding-top: 6rem !important;
		padding-bottom: 6rem !important
	}

	.bootstrap .py-lg-18 {
		padding-top: 6.5rem !important;
		padding-bottom: 6.5rem !important
	}

	.bootstrap .py-lg-19 {
		padding-top: 7rem !important;
		padding-bottom: 7rem !important
	}

	.bootstrap .py-lg-20 {
		padding-top: 7.5rem !important;
		padding-bottom: 7.5rem !important
	}

	.bootstrap .pl-lg-0 {
		padding-left: 0 !important
	}

	.bootstrap .pl-lg-1 {
		padding-left: .25rem !important
	}

	.bootstrap .pl-lg-2 {
		padding-left: .5rem !important
	}

	.bootstrap .pl-lg-3 {
		padding-left: .75rem !important
	}

	.bootstrap .pl-lg-4 {
		padding-left: 1rem !important
	}

	.bootstrap .pl-lg-5 {
		padding-left: 1.25rem !important
	}

	.bootstrap .pl-lg-6 {
		padding-left: 1.5rem !important
	}

	.bootstrap .pl-lg-7 {
		padding-left: 1.75rem !important
	}

	.bootstrap .pl-lg-8 {
		padding-left: 2rem !important
	}

	.bootstrap .pl-lg-9 {
		padding-left: 2.25rem !important
	}

	.bootstrap .pl-lg-10 {
		padding-left: 2.5rem !important
	}

	.bootstrap .pl-lg-11 {
		padding-left: 3rem !important
	}

	.bootstrap .pl-lg-12 {
		padding-left: 3.5rem !important
	}

	.bootstrap .pl-lg-13 {
		padding-left: 4rem !important
	}

	.bootstrap .pl-lg-14 {
		padding-left: 4.5rem !important
	}

	.bootstrap .pl-lg-15 {
		padding-left: 5rem !important
	}

	.bootstrap .pl-lg-16 {
		padding-left: 5.5rem !important
	}

	.bootstrap .pl-lg-17 {
		padding-left: 6rem !important
	}

	.bootstrap .pl-lg-18 {
		padding-left: 6.5rem !important
	}

	.bootstrap .pl-lg-19 {
		padding-left: 7rem !important
	}

	.bootstrap .pl-lg-20 {
		padding-left: 7.5rem !important
	}

	.bootstrap .pr-lg-0 {
		padding-right: 0 !important
	}

	.bootstrap .pr-lg-1 {
		padding-right: .25rem !important
	}

	.bootstrap .pr-lg-2 {
		padding-right: .5rem !important
	}

	.bootstrap .pr-lg-3 {
		padding-right: .75rem !important
	}

	.bootstrap .pr-lg-4 {
		padding-right: 1rem !important
	}

	.bootstrap .pr-lg-5 {
		padding-right: 1.25rem !important
	}

	.bootstrap .pr-lg-6 {
		padding-right: 1.5rem !important
	}

	.bootstrap .pr-lg-7 {
		padding-right: 1.75rem !important
	}

	.bootstrap .pr-lg-8 {
		padding-right: 2rem !important
	}

	.bootstrap .pr-lg-9 {
		padding-right: 2.25rem !important
	}

	.bootstrap .pr-lg-10 {
		padding-right: 2.5rem !important
	}

	.bootstrap .pr-lg-11 {
		padding-right: 3rem !important
	}

	.bootstrap .pr-lg-12 {
		padding-right: 3.5rem !important
	}

	.bootstrap .pr-lg-13 {
		padding-right: 4rem !important
	}

	.bootstrap .pr-lg-14 {
		padding-right: 4.5rem !important
	}

	.bootstrap .pr-lg-15 {
		padding-right: 5rem !important
	}

	.bootstrap .pr-lg-16 {
		padding-right: 5.5rem !important
	}

	.bootstrap .pr-lg-17 {
		padding-right: 6rem !important
	}

	.bootstrap .pr-lg-18 {
		padding-right: 6.5rem !important
	}

	.bootstrap .pr-lg-19 {
		padding-right: 7rem !important
	}

	.bootstrap .pr-lg-20 {
		padding-right: 7.5rem !important
	}

	.bootstrap .pt-lg-0 {
		padding-top: 0 !important
	}

	.bootstrap .pt-lg-1 {
		padding-top: .25rem !important
	}

	.bootstrap .pt-lg-2 {
		padding-top: .5rem !important
	}

	.bootstrap .pt-lg-3 {
		padding-top: .75rem !important
	}

	.bootstrap .pt-lg-4 {
		padding-top: 1rem !important
	}

	.bootstrap .pt-lg-5 {
		padding-top: 1.25rem !important
	}

	.bootstrap .pt-lg-6 {
		padding-top: 1.5rem !important
	}

	.bootstrap .pt-lg-7 {
		padding-top: 1.75rem !important
	}

	.bootstrap .pt-lg-8 {
		padding-top: 2rem !important
	}

	.bootstrap .pt-lg-9 {
		padding-top: 2.25rem !important
	}

	.bootstrap .pt-lg-10 {
		padding-top: 2.5rem !important
	}

	.bootstrap .pt-lg-11 {
		padding-top: 3rem !important
	}

	.bootstrap .pt-lg-12 {
		padding-top: 3.5rem !important
	}

	.bootstrap .pt-lg-13 {
		padding-top: 4rem !important
	}

	.bootstrap .pt-lg-14 {
		padding-top: 4.5rem !important
	}

	.bootstrap .pt-lg-15 {
		padding-top: 5rem !important
	}

	.bootstrap .pt-lg-16 {
		padding-top: 5.5rem !important
	}

	.bootstrap .pt-lg-17 {
		padding-top: 6rem !important
	}

	.bootstrap .pt-lg-18 {
		padding-top: 6.5rem !important
	}

	.bootstrap .pt-lg-19 {
		padding-top: 7rem !important
	}

	.bootstrap .pt-lg-20 {
		padding-top: 7.5rem !important
	}

	.bootstrap .pe-lg-0 {
		padding-right: 0 !important
	}

	.bootstrap .pe-lg-1 {
		padding-right: .25rem !important
	}

	.bootstrap .pe-lg-2 {
		padding-right: .5rem !important
	}

	.bootstrap .pe-lg-3 {
		padding-right: .75rem !important
	}

	.bootstrap .pe-lg-4 {
		padding-right: 1rem !important
	}

	.bootstrap .pe-lg-5 {
		padding-right: 1.25rem !important
	}

	.bootstrap .pe-lg-6 {
		padding-right: 1.5rem !important
	}

	.bootstrap .pe-lg-7 {
		padding-right: 1.75rem !important
	}

	.bootstrap .pe-lg-8 {
		padding-right: 2rem !important
	}

	.bootstrap .pe-lg-9 {
		padding-right: 2.25rem !important
	}

	.bootstrap .pe-lg-10 {
		padding-right: 2.5rem !important
	}

	.bootstrap .pe-lg-11 {
		padding-right: 3rem !important
	}

	.bootstrap .pe-lg-12 {
		padding-right: 3.5rem !important
	}

	.bootstrap .pe-lg-13 {
		padding-right: 4rem !important
	}

	.bootstrap .pe-lg-14 {
		padding-right: 4.5rem !important
	}

	.bootstrap .pe-lg-15 {
		padding-right: 5rem !important
	}

	.bootstrap .pe-lg-16 {
		padding-right: 5.5rem !important
	}

	.bootstrap .pe-lg-17 {
		padding-right: 6rem !important
	}

	.bootstrap .pe-lg-18 {
		padding-right: 6.5rem !important
	}

	.bootstrap .pe-lg-19 {
		padding-right: 7rem !important
	}

	.bootstrap .pe-lg-20 {
		padding-right: 7.5rem !important
	}

	.bootstrap .pb-lg-0 {
		padding-bottom: 0 !important
	}

	.bootstrap .pb-lg-1 {
		padding-bottom: .25rem !important
	}

	.bootstrap .pb-lg-2 {
		padding-bottom: .5rem !important
	}

	.bootstrap .pb-lg-3 {
		padding-bottom: .75rem !important
	}

	.bootstrap .pb-lg-4 {
		padding-bottom: 1rem !important
	}

	.bootstrap .pb-lg-5 {
		padding-bottom: 1.25rem !important
	}

	.bootstrap .pb-lg-6 {
		padding-bottom: 1.5rem !important
	}

	.bootstrap .pb-lg-7 {
		padding-bottom: 1.75rem !important
	}

	.bootstrap .pb-lg-8 {
		padding-bottom: 2rem !important
	}

	.bootstrap .pb-lg-9 {
		padding-bottom: 2.25rem !important
	}

	.bootstrap .pb-lg-10 {
		padding-bottom: 2.5rem !important
	}

	.bootstrap .pb-lg-11 {
		padding-bottom: 3rem !important
	}

	.bootstrap .pb-lg-12 {
		padding-bottom: 3.5rem !important
	}

	.bootstrap .pb-lg-13 {
		padding-bottom: 4rem !important
	}

	.bootstrap .pb-lg-14 {
		padding-bottom: 4.5rem !important
	}

	.bootstrap .pb-lg-15 {
		padding-bottom: 5rem !important
	}

	.bootstrap .pb-lg-16 {
		padding-bottom: 5.5rem !important
	}

	.bootstrap .pb-lg-17 {
		padding-bottom: 6rem !important
	}

	.bootstrap .pb-lg-18 {
		padding-bottom: 6.5rem !important
	}

	.bootstrap .pb-lg-19 {
		padding-bottom: 7rem !important
	}

	.bootstrap .pb-lg-20 {
		padding-bottom: 7.5rem !important
	}

	.bootstrap .ps-lg-0 {
		padding-left: 0 !important
	}

	.bootstrap .ps-lg-1 {
		padding-left: .25rem !important
	}

	.bootstrap .ps-lg-2 {
		padding-left: .5rem !important
	}

	.bootstrap .ps-lg-3 {
		padding-left: .75rem !important
	}

	.bootstrap .ps-lg-4 {
		padding-left: 1rem !important
	}

	.bootstrap .ps-lg-5 {
		padding-left: 1.25rem !important
	}

	.bootstrap .ps-lg-6 {
		padding-left: 1.5rem !important
	}

	.bootstrap .ps-lg-7 {
		padding-left: 1.75rem !important
	}

	.bootstrap .ps-lg-8 {
		padding-left: 2rem !important
	}

	.bootstrap .ps-lg-9 {
		padding-left: 2.25rem !important
	}

	.bootstrap .ps-lg-10 {
		padding-left: 2.5rem !important
	}

	.bootstrap .ps-lg-11 {
		padding-left: 3rem !important
	}

	.bootstrap .ps-lg-12 {
		padding-left: 3.5rem !important
	}

	.bootstrap .ps-lg-13 {
		padding-left: 4rem !important
	}

	.bootstrap .ps-lg-14 {
		padding-left: 4.5rem !important
	}

	.bootstrap .ps-lg-15 {
		padding-left: 5rem !important
	}

	.bootstrap .ps-lg-16 {
		padding-left: 5.5rem !important
	}

	.bootstrap .ps-lg-17 {
		padding-left: 6rem !important
	}

	.bootstrap .ps-lg-18 {
		padding-left: 6.5rem !important
	}

	.bootstrap .ps-lg-19 {
		padding-left: 7rem !important
	}

	.bootstrap .ps-lg-20 {
		padding-left: 7.5rem !important
	}

	.bootstrap .text-lg-start {
		text-align: left !important
	}

	.bootstrap .text-lg-end {
		text-align: right !important
	}

	.bootstrap .text-lg-center {
		text-align: center !important
	}
}

@media (min-width: 1200px) {
	.bootstrap .float-xl-start {
		float: left !important
	}

	.bootstrap .float-xl-end {
		float: right !important
	}

	.bootstrap .float-xl-none {
		float: none !important
	}

	.bootstrap .d-xl-inline {
		display: inline !important
	}

	.bootstrap .d-xl-inline-block {
		display: inline-block !important
	}

	.bootstrap .d-xl-block {
		display: block !important
	}

	.bootstrap .d-xl-grid {
		display: grid !important
	}

	.bootstrap .d-xl-table {
		display: table !important
	}

	.bootstrap .d-xl-table-row {
		display: table-row !important
	}

	.bootstrap .d-xl-table-cell {
		display: table-cell !important
	}

	.bootstrap .d-xl-flex {
		display: flex !important
	}

	.bootstrap .d-xl-inline-flex {
		display: inline-flex !important
	}

	.bootstrap .d-xl-none {
		display: none !important
	}

	.bootstrap .flex-xl-fill {
		flex: 1 1 auto !important
	}

	.bootstrap .flex-xl-row {
		flex-direction: row !important
	}

	.bootstrap .flex-xl-column {
		flex-direction: column !important
	}

	.bootstrap .flex-xl-row-reverse {
		flex-direction: row-reverse !important
	}

	.bootstrap .flex-xl-column-reverse {
		flex-direction: column-reverse !important
	}

	.bootstrap .flex-xl-grow-0 {
		flex-grow: 0 !important
	}

	.bootstrap .flex-xl-grow-1 {
		flex-grow: 1 !important
	}

	.bootstrap .flex-xl-shrink-0 {
		flex-shrink: 0 !important
	}

	.bootstrap .flex-xl-shrink-1 {
		flex-shrink: 1 !important
	}

	.bootstrap .flex-xl-wrap {
		flex-wrap: wrap !important
	}

	.bootstrap .flex-xl-nowrap {
		flex-wrap: nowrap !important
	}

	.bootstrap .flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.bootstrap .gap-xl-0 {
		gap: 0 !important
	}

	.bootstrap .gap-xl-1 {
		gap: .25rem !important
	}

	.bootstrap .gap-xl-2 {
		gap: .5rem !important
	}

	.bootstrap .gap-xl-3 {
		gap: .75rem !important
	}

	.bootstrap .gap-xl-4 {
		gap: 1rem !important
	}

	.bootstrap .gap-xl-5 {
		gap: 1.25rem !important
	}

	.bootstrap .gap-xl-6 {
		gap: 1.5rem !important
	}

	.bootstrap .gap-xl-7 {
		gap: 1.75rem !important
	}

	.bootstrap .gap-xl-8 {
		gap: 2rem !important
	}

	.bootstrap .gap-xl-9 {
		gap: 2.25rem !important
	}

	.bootstrap .gap-xl-10 {
		gap: 2.5rem !important
	}

	.bootstrap .gap-xl-11 {
		gap: 3rem !important
	}

	.bootstrap .gap-xl-12 {
		gap: 3.5rem !important
	}

	.bootstrap .gap-xl-13 {
		gap: 4rem !important
	}

	.bootstrap .gap-xl-14 {
		gap: 4.5rem !important
	}

	.bootstrap .gap-xl-15 {
		gap: 5rem !important
	}

	.bootstrap .gap-xl-16 {
		gap: 5.5rem !important
	}

	.bootstrap .gap-xl-17 {
		gap: 6rem !important
	}

	.bootstrap .gap-xl-18 {
		gap: 6.5rem !important
	}

	.bootstrap .gap-xl-19 {
		gap: 7rem !important
	}

	.bootstrap .gap-xl-20 {
		gap: 7.5rem !important
	}

	.bootstrap .justify-content-xl-start {
		justify-content: flex-start !important
	}

	.bootstrap .justify-content-xl-end {
		justify-content: flex-end !important
	}

	.bootstrap .justify-content-xl-center {
		justify-content: center !important
	}

	.bootstrap .justify-content-xl-between {
		justify-content: space-between !important
	}

	.bootstrap .justify-content-xl-around {
		justify-content: space-around !important
	}

	.bootstrap .justify-content-xl-evenly {
		justify-content: space-evenly !important
	}

	.bootstrap .align-items-xl-start {
		align-items: flex-start !important
	}

	.bootstrap .align-items-xl-end {
		align-items: flex-end !important
	}

	.bootstrap .align-items-xl-center {
		align-items: center !important
	}

	.bootstrap .align-items-xl-baseline {
		align-items: baseline !important
	}

	.bootstrap .align-items-xl-stretch {
		align-items: stretch !important
	}

	.bootstrap .align-content-xl-start {
		align-content: flex-start !important
	}

	.bootstrap .align-content-xl-end {
		align-content: flex-end !important
	}

	.bootstrap .align-content-xl-center {
		align-content: center !important
	}

	.bootstrap .align-content-xl-between {
		align-content: space-between !important
	}

	.bootstrap .align-content-xl-around {
		align-content: space-around !important
	}

	.bootstrap .align-content-xl-stretch {
		align-content: stretch !important
	}

	.bootstrap .align-self-xl-auto {
		align-self: auto !important
	}

	.bootstrap .align-self-xl-start {
		align-self: flex-start !important
	}

	.bootstrap .align-self-xl-end {
		align-self: flex-end !important
	}

	.bootstrap .align-self-xl-center {
		align-self: center !important
	}

	.bootstrap .align-self-xl-baseline {
		align-self: baseline !important
	}

	.bootstrap .align-self-xl-stretch {
		align-self: stretch !important
	}

	.bootstrap .order-xl-first {
		order: -1 !important
	}

	.bootstrap .order-xl-0 {
		order: 0 !important
	}

	.bootstrap .order-xl-1 {
		order: 1 !important
	}

	.bootstrap .order-xl-2 {
		order: 2 !important
	}

	.bootstrap .order-xl-3 {
		order: 3 !important
	}

	.bootstrap .order-xl-4 {
		order: 4 !important
	}

	.bootstrap .order-xl-5 {
		order: 5 !important
	}

	.bootstrap .order-xl-last {
		order: 6 !important
	}

	.bootstrap .m-xl-0 {
		margin: 0 !important
	}

	.bootstrap .m-xl-1 {
		margin: .25rem !important
	}

	.bootstrap .m-xl-2 {
		margin: .5rem !important
	}

	.bootstrap .m-xl-3 {
		margin: .75rem !important
	}

	.bootstrap .m-xl-4 {
		margin: 1rem !important
	}

	.bootstrap .m-xl-5 {
		margin: 1.25rem !important
	}

	.bootstrap .m-xl-6 {
		margin: 1.5rem !important
	}

	.bootstrap .m-xl-7 {
		margin: 1.75rem !important
	}

	.bootstrap .m-xl-8 {
		margin: 2rem !important
	}

	.bootstrap .m-xl-9 {
		margin: 2.25rem !important
	}

	.bootstrap .m-xl-10 {
		margin: 2.5rem !important
	}

	.bootstrap .m-xl-11 {
		margin: 3rem !important
	}

	.bootstrap .m-xl-12 {
		margin: 3.5rem !important
	}

	.bootstrap .m-xl-13 {
		margin: 4rem !important
	}

	.bootstrap .m-xl-14 {
		margin: 4.5rem !important
	}

	.bootstrap .m-xl-15 {
		margin: 5rem !important
	}

	.bootstrap .m-xl-16 {
		margin: 5.5rem !important
	}

	.bootstrap .m-xl-17 {
		margin: 6rem !important
	}

	.bootstrap .m-xl-18 {
		margin: 6.5rem !important
	}

	.bootstrap .m-xl-19 {
		margin: 7rem !important
	}

	.bootstrap .m-xl-20 {
		margin: 7.5rem !important
	}

	.bootstrap .m-xl-auto {
		margin: auto !important
	}

	.bootstrap .mx-xl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}

	.bootstrap .mx-xl-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important
	}

	.bootstrap .mx-xl-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important
	}

	.bootstrap .mx-xl-3 {
		margin-right: .75rem !important;
		margin-left: .75rem !important
	}

	.bootstrap .mx-xl-4 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}

	.bootstrap .mx-xl-5 {
		margin-right: 1.25rem !important;
		margin-left: 1.25rem !important
	}

	.bootstrap .mx-xl-6 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}

	.bootstrap .mx-xl-7 {
		margin-right: 1.75rem !important;
		margin-left: 1.75rem !important
	}

	.bootstrap .mx-xl-8 {
		margin-right: 2rem !important;
		margin-left: 2rem !important
	}

	.bootstrap .mx-xl-9 {
		margin-right: 2.25rem !important;
		margin-left: 2.25rem !important
	}

	.bootstrap .mx-xl-10 {
		margin-right: 2.5rem !important;
		margin-left: 2.5rem !important
	}

	.bootstrap .mx-xl-11 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}

	.bootstrap .mx-xl-12 {
		margin-right: 3.5rem !important;
		margin-left: 3.5rem !important
	}

	.bootstrap .mx-xl-13 {
		margin-right: 4rem !important;
		margin-left: 4rem !important
	}

	.bootstrap .mx-xl-14 {
		margin-right: 4.5rem !important;
		margin-left: 4.5rem !important
	}

	.bootstrap .mx-xl-15 {
		margin-right: 5rem !important;
		margin-left: 5rem !important
	}

	.bootstrap .mx-xl-16 {
		margin-right: 5.5rem !important;
		margin-left: 5.5rem !important
	}

	.bootstrap .mx-xl-17 {
		margin-right: 6rem !important;
		margin-left: 6rem !important
	}

	.bootstrap .mx-xl-18 {
		margin-right: 6.5rem !important;
		margin-left: 6.5rem !important
	}

	.bootstrap .mx-xl-19 {
		margin-right: 7rem !important;
		margin-left: 7rem !important
	}

	.bootstrap .mx-xl-20 {
		margin-right: 7.5rem !important;
		margin-left: 7.5rem !important
	}

	.bootstrap .mx-xl-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.bootstrap .my-xl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.bootstrap .my-xl-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.bootstrap .my-xl-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.bootstrap .my-xl-3 {
		margin-top: .75rem !important;
		margin-bottom: .75rem !important
	}

	.bootstrap .my-xl-4 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.bootstrap .my-xl-5 {
		margin-top: 1.25rem !important;
		margin-bottom: 1.25rem !important
	}

	.bootstrap .my-xl-6 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.bootstrap .my-xl-7 {
		margin-top: 1.75rem !important;
		margin-bottom: 1.75rem !important
	}

	.bootstrap .my-xl-8 {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important
	}

	.bootstrap .my-xl-9 {
		margin-top: 2.25rem !important;
		margin-bottom: 2.25rem !important
	}

	.bootstrap .my-xl-10 {
		margin-top: 2.5rem !important;
		margin-bottom: 2.5rem !important
	}

	.bootstrap .my-xl-11 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.bootstrap .my-xl-12 {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important
	}

	.bootstrap .my-xl-13 {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important
	}

	.bootstrap .my-xl-14 {
		margin-top: 4.5rem !important;
		margin-bottom: 4.5rem !important
	}

	.bootstrap .my-xl-15 {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important
	}

	.bootstrap .my-xl-16 {
		margin-top: 5.5rem !important;
		margin-bottom: 5.5rem !important
	}

	.bootstrap .my-xl-17 {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important
	}

	.bootstrap .my-xl-18 {
		margin-top: 6.5rem !important;
		margin-bottom: 6.5rem !important
	}

	.bootstrap .my-xl-19 {
		margin-top: 7rem !important;
		margin-bottom: 7rem !important
	}

	.bootstrap .my-xl-20 {
		margin-top: 7.5rem !important;
		margin-bottom: 7.5rem !important
	}

	.bootstrap .my-xl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.bootstrap .mt-xl-0 {
		margin-top: 0 !important
	}

	.bootstrap .mt-xl-1 {
		margin-top: .25rem !important
	}

	.bootstrap .mt-xl-2 {
		margin-top: .5rem !important
	}

	.bootstrap .mt-xl-3 {
		margin-top: .75rem !important
	}

	.bootstrap .mt-xl-4 {
		margin-top: 1rem !important
	}

	.bootstrap .mt-xl-5 {
		margin-top: 1.25rem !important
	}

	.bootstrap .mt-xl-6 {
		margin-top: 1.5rem !important
	}

	.bootstrap .mt-xl-7 {
		margin-top: 1.75rem !important
	}

	.bootstrap .mt-xl-8 {
		margin-top: 2rem !important
	}

	.bootstrap .mt-xl-9 {
		margin-top: 2.25rem !important
	}

	.bootstrap .mt-xl-10 {
		margin-top: 2.5rem !important
	}

	.bootstrap .mt-xl-11 {
		margin-top: 3rem !important
	}

	.bootstrap .mt-xl-12 {
		margin-top: 3.5rem !important
	}

	.bootstrap .mt-xl-13 {
		margin-top: 4rem !important
	}

	.bootstrap .mt-xl-14 {
		margin-top: 4.5rem !important
	}

	.bootstrap .mt-xl-15 {
		margin-top: 5rem !important
	}

	.bootstrap .mt-xl-16 {
		margin-top: 5.5rem !important
	}

	.bootstrap .mt-xl-17 {
		margin-top: 6rem !important
	}

	.bootstrap .mt-xl-18 {
		margin-top: 6.5rem !important
	}

	.bootstrap .mt-xl-19 {
		margin-top: 7rem !important
	}

	.bootstrap .mt-xl-20 {
		margin-top: 7.5rem !important
	}

	.bootstrap .mt-xl-auto {
		margin-top: auto !important
	}

	.bootstrap .me-xl-0 {
		margin-right: 0 !important
	}

	.bootstrap .me-xl-1 {
		margin-right: .25rem !important
	}

	.bootstrap .me-xl-2 {
		margin-right: .5rem !important
	}

	.bootstrap .me-xl-3 {
		margin-right: .75rem !important
	}

	.bootstrap .me-xl-4 {
		margin-right: 1rem !important
	}

	.bootstrap .me-xl-5 {
		margin-right: 1.25rem !important
	}

	.bootstrap .me-xl-6 {
		margin-right: 1.5rem !important
	}

	.bootstrap .me-xl-7 {
		margin-right: 1.75rem !important
	}

	.bootstrap .me-xl-8 {
		margin-right: 2rem !important
	}

	.bootstrap .me-xl-9 {
		margin-right: 2.25rem !important
	}

	.bootstrap .me-xl-10 {
		margin-right: 2.5rem !important
	}

	.bootstrap .me-xl-11 {
		margin-right: 3rem !important
	}

	.bootstrap .me-xl-12 {
		margin-right: 3.5rem !important
	}

	.bootstrap .me-xl-13 {
		margin-right: 4rem !important
	}

	.bootstrap .me-xl-14 {
		margin-right: 4.5rem !important
	}

	.bootstrap .me-xl-15 {
		margin-right: 5rem !important
	}

	.bootstrap .me-xl-16 {
		margin-right: 5.5rem !important
	}

	.bootstrap .me-xl-17 {
		margin-right: 6rem !important
	}

	.bootstrap .me-xl-18 {
		margin-right: 6.5rem !important
	}

	.bootstrap .me-xl-19 {
		margin-right: 7rem !important
	}

	.bootstrap .me-xl-20 {
		margin-right: 7.5rem !important
	}

	.bootstrap .me-xl-auto {
		margin-right: auto !important
	}

	.bootstrap .mb-xl-0 {
		margin-bottom: 0 !important
	}

	.bootstrap .mb-xl-1 {
		margin-bottom: .25rem !important
	}

	.bootstrap .mb-xl-2 {
		margin-bottom: .5rem !important
	}

	.bootstrap .mb-xl-3 {
		margin-bottom: .75rem !important
	}

	.bootstrap .mb-xl-4 {
		margin-bottom: 1rem !important
	}

	.bootstrap .mb-xl-5 {
		margin-bottom: 1.25rem !important
	}

	.bootstrap .mb-xl-6 {
		margin-bottom: 1.5rem !important
	}

	.bootstrap .mb-xl-7 {
		margin-bottom: 1.75rem !important
	}

	.bootstrap .mb-xl-8 {
		margin-bottom: 2rem !important
	}

	.bootstrap .mb-xl-9 {
		margin-bottom: 2.25rem !important
	}

	.bootstrap .mb-xl-10 {
		margin-bottom: 2.5rem !important
	}

	.bootstrap .mb-xl-11 {
		margin-bottom: 3rem !important
	}

	.bootstrap .mb-xl-12 {
		margin-bottom: 3.5rem !important
	}

	.bootstrap .mb-xl-13 {
		margin-bottom: 4rem !important
	}

	.bootstrap .mb-xl-14 {
		margin-bottom: 4.5rem !important
	}

	.bootstrap .mb-xl-15 {
		margin-bottom: 5rem !important
	}

	.bootstrap .mb-xl-16 {
		margin-bottom: 5.5rem !important
	}

	.bootstrap .mb-xl-17 {
		margin-bottom: 6rem !important
	}

	.bootstrap .mb-xl-18 {
		margin-bottom: 6.5rem !important
	}

	.bootstrap .mb-xl-19 {
		margin-bottom: 7rem !important
	}

	.bootstrap .mb-xl-20 {
		margin-bottom: 7.5rem !important
	}

	.bootstrap .mb-xl-auto {
		margin-bottom: auto !important
	}

	.bootstrap .ms-xl-0 {
		margin-left: 0 !important
	}

	.bootstrap .ms-xl-1 {
		margin-left: .25rem !important
	}

	.bootstrap .ms-xl-2 {
		margin-left: .5rem !important
	}

	.bootstrap .ms-xl-3 {
		margin-left: .75rem !important
	}

	.bootstrap .ms-xl-4 {
		margin-left: 1rem !important
	}

	.bootstrap .ms-xl-5 {
		margin-left: 1.25rem !important
	}

	.bootstrap .ms-xl-6 {
		margin-left: 1.5rem !important
	}

	.bootstrap .ms-xl-7 {
		margin-left: 1.75rem !important
	}

	.bootstrap .ms-xl-8 {
		margin-left: 2rem !important
	}

	.bootstrap .ms-xl-9 {
		margin-left: 2.25rem !important
	}

	.bootstrap .ms-xl-10 {
		margin-left: 2.5rem !important
	}

	.bootstrap .ms-xl-11 {
		margin-left: 3rem !important
	}

	.bootstrap .ms-xl-12 {
		margin-left: 3.5rem !important
	}

	.bootstrap .ms-xl-13 {
		margin-left: 4rem !important
	}

	.bootstrap .ms-xl-14 {
		margin-left: 4.5rem !important
	}

	.bootstrap .ms-xl-15 {
		margin-left: 5rem !important
	}

	.bootstrap .ms-xl-16 {
		margin-left: 5.5rem !important
	}

	.bootstrap .ms-xl-17 {
		margin-left: 6rem !important
	}

	.bootstrap .ms-xl-18 {
		margin-left: 6.5rem !important
	}

	.bootstrap .ms-xl-19 {
		margin-left: 7rem !important
	}

	.bootstrap .ms-xl-20 {
		margin-left: 7.5rem !important
	}

	.bootstrap .ms-xl-auto {
		margin-left: auto !important
	}

	.bootstrap .p-xl-0 {
		padding: 0 !important
	}

	.bootstrap .p-xl-1 {
		padding: .25rem !important
	}

	.bootstrap .p-xl-2 {
		padding: .5rem !important
	}

	.bootstrap .p-xl-3 {
		padding: .75rem !important
	}

	.bootstrap .p-xl-4 {
		padding: 1rem !important
	}

	.bootstrap .p-xl-5 {
		padding: 1.25rem !important
	}

	.bootstrap .p-xl-6 {
		padding: 1.5rem !important
	}

	.bootstrap .p-xl-7 {
		padding: 1.75rem !important
	}

	.bootstrap .p-xl-8 {
		padding: 2rem !important
	}

	.bootstrap .p-xl-9 {
		padding: 2.25rem !important
	}

	.bootstrap .p-xl-10 {
		padding: 2.5rem !important
	}

	.bootstrap .p-xl-11 {
		padding: 3rem !important
	}

	.bootstrap .p-xl-12 {
		padding: 3.5rem !important
	}

	.bootstrap .p-xl-13 {
		padding: 4rem !important
	}

	.bootstrap .p-xl-14 {
		padding: 4.5rem !important
	}

	.bootstrap .p-xl-15 {
		padding: 5rem !important
	}

	.bootstrap .p-xl-16 {
		padding: 5.5rem !important
	}

	.bootstrap .p-xl-17 {
		padding: 6rem !important
	}

	.bootstrap .p-xl-18 {
		padding: 6.5rem !important
	}

	.bootstrap .p-xl-19 {
		padding: 7rem !important
	}

	.bootstrap .p-xl-20 {
		padding: 7.5rem !important
	}

	.bootstrap .px-xl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}

	.bootstrap .px-xl-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important
	}

	.bootstrap .px-xl-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important
	}

	.bootstrap .px-xl-3 {
		padding-right: .75rem !important;
		padding-left: .75rem !important
	}

	.bootstrap .px-xl-4 {
		padding-right: 1rem !important;
		padding-left: 1rem !important
	}

	.bootstrap .px-xl-5 {
		padding-right: 1.25rem !important;
		padding-left: 1.25rem !important
	}

	.bootstrap .px-xl-6 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}

	.bootstrap .px-xl-7 {
		padding-right: 1.75rem !important;
		padding-left: 1.75rem !important
	}

	.bootstrap .px-xl-8 {
		padding-right: 2rem !important;
		padding-left: 2rem !important
	}

	.bootstrap .px-xl-9 {
		padding-right: 2.25rem !important;
		padding-left: 2.25rem !important
	}

	.bootstrap .px-xl-10 {
		padding-right: 2.5rem !important;
		padding-left: 2.5rem !important
	}

	.bootstrap .px-xl-11 {
		padding-right: 3rem !important;
		padding-left: 3rem !important
	}

	.bootstrap .px-xl-12 {
		padding-right: 3.5rem !important;
		padding-left: 3.5rem !important
	}

	.bootstrap .px-xl-13 {
		padding-right: 4rem !important;
		padding-left: 4rem !important
	}

	.bootstrap .px-xl-14 {
		padding-right: 4.5rem !important;
		padding-left: 4.5rem !important
	}

	.bootstrap .px-xl-15 {
		padding-right: 5rem !important;
		padding-left: 5rem !important
	}

	.bootstrap .px-xl-16 {
		padding-right: 5.5rem !important;
		padding-left: 5.5rem !important
	}

	.bootstrap .px-xl-17 {
		padding-right: 6rem !important;
		padding-left: 6rem !important
	}

	.bootstrap .px-xl-18 {
		padding-right: 6.5rem !important;
		padding-left: 6.5rem !important
	}

	.bootstrap .px-xl-19 {
		padding-right: 7rem !important;
		padding-left: 7rem !important
	}

	.bootstrap .px-xl-20 {
		padding-right: 7.5rem !important;
		padding-left: 7.5rem !important
	}

	.bootstrap .py-xl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.bootstrap .py-xl-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important
	}

	.bootstrap .py-xl-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}

	.bootstrap .py-xl-3 {
		padding-top: .75rem !important;
		padding-bottom: .75rem !important
	}

	.bootstrap .py-xl-4 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.bootstrap .py-xl-5 {
		padding-top: 1.25rem !important;
		padding-bottom: 1.25rem !important
	}

	.bootstrap .py-xl-6 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

	.bootstrap .py-xl-7 {
		padding-top: 1.75rem !important;
		padding-bottom: 1.75rem !important
	}

	.bootstrap .py-xl-8 {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important
	}

	.bootstrap .py-xl-9 {
		padding-top: 2.25rem !important;
		padding-bottom: 2.25rem !important
	}

	.bootstrap .py-xl-10 {
		padding-top: 2.5rem !important;
		padding-bottom: 2.5rem !important
	}

	.bootstrap .py-xl-11 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.bootstrap .py-xl-12 {
		padding-top: 3.5rem !important;
		padding-bottom: 3.5rem !important
	}

	.bootstrap .py-xl-13 {
		padding-top: 4rem !important;
		padding-bottom: 4rem !important
	}

	.bootstrap .py-xl-14 {
		padding-top: 4.5rem !important;
		padding-bottom: 4.5rem !important
	}

	.bootstrap .py-xl-15 {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important
	}

	.bootstrap .py-xl-16 {
		padding-top: 5.5rem !important;
		padding-bottom: 5.5rem !important
	}

	.bootstrap .py-xl-17 {
		padding-top: 6rem !important;
		padding-bottom: 6rem !important
	}

	.bootstrap .py-xl-18 {
		padding-top: 6.5rem !important;
		padding-bottom: 6.5rem !important
	}

	.bootstrap .py-xl-19 {
		padding-top: 7rem !important;
		padding-bottom: 7rem !important
	}

	.bootstrap .py-xl-20 {
		padding-top: 7.5rem !important;
		padding-bottom: 7.5rem !important
	}

	.bootstrap .pl-xl-0 {
		padding-left: 0 !important
	}

	.bootstrap .pl-xl-1 {
		padding-left: .25rem !important
	}

	.bootstrap .pl-xl-2 {
		padding-left: .5rem !important
	}

	.bootstrap .pl-xl-3 {
		padding-left: .75rem !important
	}

	.bootstrap .pl-xl-4 {
		padding-left: 1rem !important
	}

	.bootstrap .pl-xl-5 {
		padding-left: 1.25rem !important
	}

	.bootstrap .pl-xl-6 {
		padding-left: 1.5rem !important
	}

	.bootstrap .pl-xl-7 {
		padding-left: 1.75rem !important
	}

	.bootstrap .pl-xl-8 {
		padding-left: 2rem !important
	}

	.bootstrap .pl-xl-9 {
		padding-left: 2.25rem !important
	}

	.bootstrap .pl-xl-10 {
		padding-left: 2.5rem !important
	}

	.bootstrap .pl-xl-11 {
		padding-left: 3rem !important
	}

	.bootstrap .pl-xl-12 {
		padding-left: 3.5rem !important
	}

	.bootstrap .pl-xl-13 {
		padding-left: 4rem !important
	}

	.bootstrap .pl-xl-14 {
		padding-left: 4.5rem !important
	}

	.bootstrap .pl-xl-15 {
		padding-left: 5rem !important
	}

	.bootstrap .pl-xl-16 {
		padding-left: 5.5rem !important
	}

	.bootstrap .pl-xl-17 {
		padding-left: 6rem !important
	}

	.bootstrap .pl-xl-18 {
		padding-left: 6.5rem !important
	}

	.bootstrap .pl-xl-19 {
		padding-left: 7rem !important
	}

	.bootstrap .pl-xl-20 {
		padding-left: 7.5rem !important
	}

	.bootstrap .pr-xl-0 {
		padding-right: 0 !important
	}

	.bootstrap .pr-xl-1 {
		padding-right: .25rem !important
	}

	.bootstrap .pr-xl-2 {
		padding-right: .5rem !important
	}

	.bootstrap .pr-xl-3 {
		padding-right: .75rem !important
	}

	.bootstrap .pr-xl-4 {
		padding-right: 1rem !important
	}

	.bootstrap .pr-xl-5 {
		padding-right: 1.25rem !important
	}

	.bootstrap .pr-xl-6 {
		padding-right: 1.5rem !important
	}

	.bootstrap .pr-xl-7 {
		padding-right: 1.75rem !important
	}

	.bootstrap .pr-xl-8 {
		padding-right: 2rem !important
	}

	.bootstrap .pr-xl-9 {
		padding-right: 2.25rem !important
	}

	.bootstrap .pr-xl-10 {
		padding-right: 2.5rem !important
	}

	.bootstrap .pr-xl-11 {
		padding-right: 3rem !important
	}

	.bootstrap .pr-xl-12 {
		padding-right: 3.5rem !important
	}

	.bootstrap .pr-xl-13 {
		padding-right: 4rem !important
	}

	.bootstrap .pr-xl-14 {
		padding-right: 4.5rem !important
	}

	.bootstrap .pr-xl-15 {
		padding-right: 5rem !important
	}

	.bootstrap .pr-xl-16 {
		padding-right: 5.5rem !important
	}

	.bootstrap .pr-xl-17 {
		padding-right: 6rem !important
	}

	.bootstrap .pr-xl-18 {
		padding-right: 6.5rem !important
	}

	.bootstrap .pr-xl-19 {
		padding-right: 7rem !important
	}

	.bootstrap .pr-xl-20 {
		padding-right: 7.5rem !important
	}

	.bootstrap .pt-xl-0 {
		padding-top: 0 !important
	}

	.bootstrap .pt-xl-1 {
		padding-top: .25rem !important
	}

	.bootstrap .pt-xl-2 {
		padding-top: .5rem !important
	}

	.bootstrap .pt-xl-3 {
		padding-top: .75rem !important
	}

	.bootstrap .pt-xl-4 {
		padding-top: 1rem !important
	}

	.bootstrap .pt-xl-5 {
		padding-top: 1.25rem !important
	}

	.bootstrap .pt-xl-6 {
		padding-top: 1.5rem !important
	}

	.bootstrap .pt-xl-7 {
		padding-top: 1.75rem !important
	}

	.bootstrap .pt-xl-8 {
		padding-top: 2rem !important
	}

	.bootstrap .pt-xl-9 {
		padding-top: 2.25rem !important
	}

	.bootstrap .pt-xl-10 {
		padding-top: 2.5rem !important
	}

	.bootstrap .pt-xl-11 {
		padding-top: 3rem !important
	}

	.bootstrap .pt-xl-12 {
		padding-top: 3.5rem !important
	}

	.bootstrap .pt-xl-13 {
		padding-top: 4rem !important
	}

	.bootstrap .pt-xl-14 {
		padding-top: 4.5rem !important
	}

	.bootstrap .pt-xl-15 {
		padding-top: 5rem !important
	}

	.bootstrap .pt-xl-16 {
		padding-top: 5.5rem !important
	}

	.bootstrap .pt-xl-17 {
		padding-top: 6rem !important
	}

	.bootstrap .pt-xl-18 {
		padding-top: 6.5rem !important
	}

	.bootstrap .pt-xl-19 {
		padding-top: 7rem !important
	}

	.bootstrap .pt-xl-20 {
		padding-top: 7.5rem !important
	}

	.bootstrap .pe-xl-0 {
		padding-right: 0 !important
	}

	.bootstrap .pe-xl-1 {
		padding-right: .25rem !important
	}

	.bootstrap .pe-xl-2 {
		padding-right: .5rem !important
	}

	.bootstrap .pe-xl-3 {
		padding-right: .75rem !important
	}

	.bootstrap .pe-xl-4 {
		padding-right: 1rem !important
	}

	.bootstrap .pe-xl-5 {
		padding-right: 1.25rem !important
	}

	.bootstrap .pe-xl-6 {
		padding-right: 1.5rem !important
	}

	.bootstrap .pe-xl-7 {
		padding-right: 1.75rem !important
	}

	.bootstrap .pe-xl-8 {
		padding-right: 2rem !important
	}

	.bootstrap .pe-xl-9 {
		padding-right: 2.25rem !important
	}

	.bootstrap .pe-xl-10 {
		padding-right: 2.5rem !important
	}

	.bootstrap .pe-xl-11 {
		padding-right: 3rem !important
	}

	.bootstrap .pe-xl-12 {
		padding-right: 3.5rem !important
	}

	.bootstrap .pe-xl-13 {
		padding-right: 4rem !important
	}

	.bootstrap .pe-xl-14 {
		padding-right: 4.5rem !important
	}

	.bootstrap .pe-xl-15 {
		padding-right: 5rem !important
	}

	.bootstrap .pe-xl-16 {
		padding-right: 5.5rem !important
	}

	.bootstrap .pe-xl-17 {
		padding-right: 6rem !important
	}

	.bootstrap .pe-xl-18 {
		padding-right: 6.5rem !important
	}

	.bootstrap .pe-xl-19 {
		padding-right: 7rem !important
	}

	.bootstrap .pe-xl-20 {
		padding-right: 7.5rem !important
	}

	.bootstrap .pb-xl-0 {
		padding-bottom: 0 !important
	}

	.bootstrap .pb-xl-1 {
		padding-bottom: .25rem !important
	}

	.bootstrap .pb-xl-2 {
		padding-bottom: .5rem !important
	}

	.bootstrap .pb-xl-3 {
		padding-bottom: .75rem !important
	}

	.bootstrap .pb-xl-4 {
		padding-bottom: 1rem !important
	}

	.bootstrap .pb-xl-5 {
		padding-bottom: 1.25rem !important
	}

	.bootstrap .pb-xl-6 {
		padding-bottom: 1.5rem !important
	}

	.bootstrap .pb-xl-7 {
		padding-bottom: 1.75rem !important
	}

	.bootstrap .pb-xl-8 {
		padding-bottom: 2rem !important
	}

	.bootstrap .pb-xl-9 {
		padding-bottom: 2.25rem !important
	}

	.bootstrap .pb-xl-10 {
		padding-bottom: 2.5rem !important
	}

	.bootstrap .pb-xl-11 {
		padding-bottom: 3rem !important
	}

	.bootstrap .pb-xl-12 {
		padding-bottom: 3.5rem !important
	}

	.bootstrap .pb-xl-13 {
		padding-bottom: 4rem !important
	}

	.bootstrap .pb-xl-14 {
		padding-bottom: 4.5rem !important
	}

	.bootstrap .pb-xl-15 {
		padding-bottom: 5rem !important
	}

	.bootstrap .pb-xl-16 {
		padding-bottom: 5.5rem !important
	}

	.bootstrap .pb-xl-17 {
		padding-bottom: 6rem !important
	}

	.bootstrap .pb-xl-18 {
		padding-bottom: 6.5rem !important
	}

	.bootstrap .pb-xl-19 {
		padding-bottom: 7rem !important
	}

	.bootstrap .pb-xl-20 {
		padding-bottom: 7.5rem !important
	}

	.bootstrap .ps-xl-0 {
		padding-left: 0 !important
	}

	.bootstrap .ps-xl-1 {
		padding-left: .25rem !important
	}

	.bootstrap .ps-xl-2 {
		padding-left: .5rem !important
	}

	.bootstrap .ps-xl-3 {
		padding-left: .75rem !important
	}

	.bootstrap .ps-xl-4 {
		padding-left: 1rem !important
	}

	.bootstrap .ps-xl-5 {
		padding-left: 1.25rem !important
	}

	.bootstrap .ps-xl-6 {
		padding-left: 1.5rem !important
	}

	.bootstrap .ps-xl-7 {
		padding-left: 1.75rem !important
	}

	.bootstrap .ps-xl-8 {
		padding-left: 2rem !important
	}

	.bootstrap .ps-xl-9 {
		padding-left: 2.25rem !important
	}

	.bootstrap .ps-xl-10 {
		padding-left: 2.5rem !important
	}

	.bootstrap .ps-xl-11 {
		padding-left: 3rem !important
	}

	.bootstrap .ps-xl-12 {
		padding-left: 3.5rem !important
	}

	.bootstrap .ps-xl-13 {
		padding-left: 4rem !important
	}

	.bootstrap .ps-xl-14 {
		padding-left: 4.5rem !important
	}

	.bootstrap .ps-xl-15 {
		padding-left: 5rem !important
	}

	.bootstrap .ps-xl-16 {
		padding-left: 5.5rem !important
	}

	.bootstrap .ps-xl-17 {
		padding-left: 6rem !important
	}

	.bootstrap .ps-xl-18 {
		padding-left: 6.5rem !important
	}

	.bootstrap .ps-xl-19 {
		padding-left: 7rem !important
	}

	.bootstrap .ps-xl-20 {
		padding-left: 7.5rem !important
	}

	.bootstrap .text-xl-start {
		text-align: left !important
	}

	.bootstrap .text-xl-end {
		text-align: right !important
	}

	.bootstrap .text-xl-center {
		text-align: center !important
	}
}

@media (min-width: 1400px) {
	.bootstrap .float-xxl-start {
		float: left !important
	}

	.bootstrap .float-xxl-end {
		float: right !important
	}

	.bootstrap .float-xxl-none {
		float: none !important
	}

	.bootstrap .d-xxl-inline {
		display: inline !important
	}

	.bootstrap .d-xxl-inline-block {
		display: inline-block !important
	}

	.bootstrap .d-xxl-block {
		display: block !important
	}

	.bootstrap .d-xxl-grid {
		display: grid !important
	}

	.bootstrap .d-xxl-table {
		display: table !important
	}

	.bootstrap .d-xxl-table-row {
		display: table-row !important
	}

	.bootstrap .d-xxl-table-cell {
		display: table-cell !important
	}

	.bootstrap .d-xxl-flex {
		display: flex !important
	}

	.bootstrap .d-xxl-inline-flex {
		display: inline-flex !important
	}

	.bootstrap .d-xxl-none {
		display: none !important
	}

	.bootstrap .flex-xxl-fill {
		flex: 1 1 auto !important
	}

	.bootstrap .flex-xxl-row {
		flex-direction: row !important
	}

	.bootstrap .flex-xxl-column {
		flex-direction: column !important
	}

	.bootstrap .flex-xxl-row-reverse {
		flex-direction: row-reverse !important
	}

	.bootstrap .flex-xxl-column-reverse {
		flex-direction: column-reverse !important
	}

	.bootstrap .flex-xxl-grow-0 {
		flex-grow: 0 !important
	}

	.bootstrap .flex-xxl-grow-1 {
		flex-grow: 1 !important
	}

	.bootstrap .flex-xxl-shrink-0 {
		flex-shrink: 0 !important
	}

	.bootstrap .flex-xxl-shrink-1 {
		flex-shrink: 1 !important
	}

	.bootstrap .flex-xxl-wrap {
		flex-wrap: wrap !important
	}

	.bootstrap .flex-xxl-nowrap {
		flex-wrap: nowrap !important
	}

	.bootstrap .flex-xxl-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.bootstrap .gap-xxl-0 {
		gap: 0 !important
	}

	.bootstrap .gap-xxl-1 {
		gap: .25rem !important
	}

	.bootstrap .gap-xxl-2 {
		gap: .5rem !important
	}

	.bootstrap .gap-xxl-3 {
		gap: .75rem !important
	}

	.bootstrap .gap-xxl-4 {
		gap: 1rem !important
	}

	.bootstrap .gap-xxl-5 {
		gap: 1.25rem !important
	}

	.bootstrap .gap-xxl-6 {
		gap: 1.5rem !important
	}

	.bootstrap .gap-xxl-7 {
		gap: 1.75rem !important
	}

	.bootstrap .gap-xxl-8 {
		gap: 2rem !important
	}

	.bootstrap .gap-xxl-9 {
		gap: 2.25rem !important
	}

	.bootstrap .gap-xxl-10 {
		gap: 2.5rem !important
	}

	.bootstrap .gap-xxl-11 {
		gap: 3rem !important
	}

	.bootstrap .gap-xxl-12 {
		gap: 3.5rem !important
	}

	.bootstrap .gap-xxl-13 {
		gap: 4rem !important
	}

	.bootstrap .gap-xxl-14 {
		gap: 4.5rem !important
	}

	.bootstrap .gap-xxl-15 {
		gap: 5rem !important
	}

	.bootstrap .gap-xxl-16 {
		gap: 5.5rem !important
	}

	.bootstrap .gap-xxl-17 {
		gap: 6rem !important
	}

	.bootstrap .gap-xxl-18 {
		gap: 6.5rem !important
	}

	.bootstrap .gap-xxl-19 {
		gap: 7rem !important
	}

	.bootstrap .gap-xxl-20 {
		gap: 7.5rem !important
	}

	.bootstrap .justify-content-xxl-start {
		justify-content: flex-start !important
	}

	.bootstrap .justify-content-xxl-end {
		justify-content: flex-end !important
	}

	.bootstrap .justify-content-xxl-center {
		justify-content: center !important
	}

	.bootstrap .justify-content-xxl-between {
		justify-content: space-between !important
	}

	.bootstrap .justify-content-xxl-around {
		justify-content: space-around !important
	}

	.bootstrap .justify-content-xxl-evenly {
		justify-content: space-evenly !important
	}

	.bootstrap .align-items-xxl-start {
		align-items: flex-start !important
	}

	.bootstrap .align-items-xxl-end {
		align-items: flex-end !important
	}

	.bootstrap .align-items-xxl-center {
		align-items: center !important
	}

	.bootstrap .align-items-xxl-baseline {
		align-items: baseline !important
	}

	.bootstrap .align-items-xxl-stretch {
		align-items: stretch !important
	}

	.bootstrap .align-content-xxl-start {
		align-content: flex-start !important
	}

	.bootstrap .align-content-xxl-end {
		align-content: flex-end !important
	}

	.bootstrap .align-content-xxl-center {
		align-content: center !important
	}

	.bootstrap .align-content-xxl-between {
		align-content: space-between !important
	}

	.bootstrap .align-content-xxl-around {
		align-content: space-around !important
	}

	.bootstrap .align-content-xxl-stretch {
		align-content: stretch !important
	}

	.bootstrap .align-self-xxl-auto {
		align-self: auto !important
	}

	.bootstrap .align-self-xxl-start {
		align-self: flex-start !important
	}

	.bootstrap .align-self-xxl-end {
		align-self: flex-end !important
	}

	.bootstrap .align-self-xxl-center {
		align-self: center !important
	}

	.bootstrap .align-self-xxl-baseline {
		align-self: baseline !important
	}

	.bootstrap .align-self-xxl-stretch {
		align-self: stretch !important
	}

	.bootstrap .order-xxl-first {
		order: -1 !important
	}

	.bootstrap .order-xxl-0 {
		order: 0 !important
	}

	.bootstrap .order-xxl-1 {
		order: 1 !important
	}

	.bootstrap .order-xxl-2 {
		order: 2 !important
	}

	.bootstrap .order-xxl-3 {
		order: 3 !important
	}

	.bootstrap .order-xxl-4 {
		order: 4 !important
	}

	.bootstrap .order-xxl-5 {
		order: 5 !important
	}

	.bootstrap .order-xxl-last {
		order: 6 !important
	}

	.bootstrap .m-xxl-0 {
		margin: 0 !important
	}

	.bootstrap .m-xxl-1 {
		margin: .25rem !important
	}

	.bootstrap .m-xxl-2 {
		margin: .5rem !important
	}

	.bootstrap .m-xxl-3 {
		margin: .75rem !important
	}

	.bootstrap .m-xxl-4 {
		margin: 1rem !important
	}

	.bootstrap .m-xxl-5 {
		margin: 1.25rem !important
	}

	.bootstrap .m-xxl-6 {
		margin: 1.5rem !important
	}

	.bootstrap .m-xxl-7 {
		margin: 1.75rem !important
	}

	.bootstrap .m-xxl-8 {
		margin: 2rem !important
	}

	.bootstrap .m-xxl-9 {
		margin: 2.25rem !important
	}

	.bootstrap .m-xxl-10 {
		margin: 2.5rem !important
	}

	.bootstrap .m-xxl-11 {
		margin: 3rem !important
	}

	.bootstrap .m-xxl-12 {
		margin: 3.5rem !important
	}

	.bootstrap .m-xxl-13 {
		margin: 4rem !important
	}

	.bootstrap .m-xxl-14 {
		margin: 4.5rem !important
	}

	.bootstrap .m-xxl-15 {
		margin: 5rem !important
	}

	.bootstrap .m-xxl-16 {
		margin: 5.5rem !important
	}

	.bootstrap .m-xxl-17 {
		margin: 6rem !important
	}

	.bootstrap .m-xxl-18 {
		margin: 6.5rem !important
	}

	.bootstrap .m-xxl-19 {
		margin: 7rem !important
	}

	.bootstrap .m-xxl-20 {
		margin: 7.5rem !important
	}

	.bootstrap .m-xxl-auto {
		margin: auto !important
	}

	.bootstrap .mx-xxl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}

	.bootstrap .mx-xxl-1 {
		margin-right: .25rem !important;
		margin-left: .25rem !important
	}

	.bootstrap .mx-xxl-2 {
		margin-right: .5rem !important;
		margin-left: .5rem !important
	}

	.bootstrap .mx-xxl-3 {
		margin-right: .75rem !important;
		margin-left: .75rem !important
	}

	.bootstrap .mx-xxl-4 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}

	.bootstrap .mx-xxl-5 {
		margin-right: 1.25rem !important;
		margin-left: 1.25rem !important
	}

	.bootstrap .mx-xxl-6 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}

	.bootstrap .mx-xxl-7 {
		margin-right: 1.75rem !important;
		margin-left: 1.75rem !important
	}

	.bootstrap .mx-xxl-8 {
		margin-right: 2rem !important;
		margin-left: 2rem !important
	}

	.bootstrap .mx-xxl-9 {
		margin-right: 2.25rem !important;
		margin-left: 2.25rem !important
	}

	.bootstrap .mx-xxl-10 {
		margin-right: 2.5rem !important;
		margin-left: 2.5rem !important
	}

	.bootstrap .mx-xxl-11 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}

	.bootstrap .mx-xxl-12 {
		margin-right: 3.5rem !important;
		margin-left: 3.5rem !important
	}

	.bootstrap .mx-xxl-13 {
		margin-right: 4rem !important;
		margin-left: 4rem !important
	}

	.bootstrap .mx-xxl-14 {
		margin-right: 4.5rem !important;
		margin-left: 4.5rem !important
	}

	.bootstrap .mx-xxl-15 {
		margin-right: 5rem !important;
		margin-left: 5rem !important
	}

	.bootstrap .mx-xxl-16 {
		margin-right: 5.5rem !important;
		margin-left: 5.5rem !important
	}

	.bootstrap .mx-xxl-17 {
		margin-right: 6rem !important;
		margin-left: 6rem !important
	}

	.bootstrap .mx-xxl-18 {
		margin-right: 6.5rem !important;
		margin-left: 6.5rem !important
	}

	.bootstrap .mx-xxl-19 {
		margin-right: 7rem !important;
		margin-left: 7rem !important
	}

	.bootstrap .mx-xxl-20 {
		margin-right: 7.5rem !important;
		margin-left: 7.5rem !important
	}

	.bootstrap .mx-xxl-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.bootstrap .my-xxl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.bootstrap .my-xxl-1 {
		margin-top: .25rem !important;
		margin-bottom: .25rem !important
	}

	.bootstrap .my-xxl-2 {
		margin-top: .5rem !important;
		margin-bottom: .5rem !important
	}

	.bootstrap .my-xxl-3 {
		margin-top: .75rem !important;
		margin-bottom: .75rem !important
	}

	.bootstrap .my-xxl-4 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.bootstrap .my-xxl-5 {
		margin-top: 1.25rem !important;
		margin-bottom: 1.25rem !important
	}

	.bootstrap .my-xxl-6 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.bootstrap .my-xxl-7 {
		margin-top: 1.75rem !important;
		margin-bottom: 1.75rem !important
	}

	.bootstrap .my-xxl-8 {
		margin-top: 2rem !important;
		margin-bottom: 2rem !important
	}

	.bootstrap .my-xxl-9 {
		margin-top: 2.25rem !important;
		margin-bottom: 2.25rem !important
	}

	.bootstrap .my-xxl-10 {
		margin-top: 2.5rem !important;
		margin-bottom: 2.5rem !important
	}

	.bootstrap .my-xxl-11 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.bootstrap .my-xxl-12 {
		margin-top: 3.5rem !important;
		margin-bottom: 3.5rem !important
	}

	.bootstrap .my-xxl-13 {
		margin-top: 4rem !important;
		margin-bottom: 4rem !important
	}

	.bootstrap .my-xxl-14 {
		margin-top: 4.5rem !important;
		margin-bottom: 4.5rem !important
	}

	.bootstrap .my-xxl-15 {
		margin-top: 5rem !important;
		margin-bottom: 5rem !important
	}

	.bootstrap .my-xxl-16 {
		margin-top: 5.5rem !important;
		margin-bottom: 5.5rem !important
	}

	.bootstrap .my-xxl-17 {
		margin-top: 6rem !important;
		margin-bottom: 6rem !important
	}

	.bootstrap .my-xxl-18 {
		margin-top: 6.5rem !important;
		margin-bottom: 6.5rem !important
	}

	.bootstrap .my-xxl-19 {
		margin-top: 7rem !important;
		margin-bottom: 7rem !important
	}

	.bootstrap .my-xxl-20 {
		margin-top: 7.5rem !important;
		margin-bottom: 7.5rem !important
	}

	.bootstrap .my-xxl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.bootstrap .mt-xxl-0 {
		margin-top: 0 !important
	}

	.bootstrap .mt-xxl-1 {
		margin-top: .25rem !important
	}

	.bootstrap .mt-xxl-2 {
		margin-top: .5rem !important
	}

	.bootstrap .mt-xxl-3 {
		margin-top: .75rem !important
	}

	.bootstrap .mt-xxl-4 {
		margin-top: 1rem !important
	}

	.bootstrap .mt-xxl-5 {
		margin-top: 1.25rem !important
	}

	.bootstrap .mt-xxl-6 {
		margin-top: 1.5rem !important
	}

	.bootstrap .mt-xxl-7 {
		margin-top: 1.75rem !important
	}

	.bootstrap .mt-xxl-8 {
		margin-top: 2rem !important
	}

	.bootstrap .mt-xxl-9 {
		margin-top: 2.25rem !important
	}

	.bootstrap .mt-xxl-10 {
		margin-top: 2.5rem !important
	}

	.bootstrap .mt-xxl-11 {
		margin-top: 3rem !important
	}

	.bootstrap .mt-xxl-12 {
		margin-top: 3.5rem !important
	}

	.bootstrap .mt-xxl-13 {
		margin-top: 4rem !important
	}

	.bootstrap .mt-xxl-14 {
		margin-top: 4.5rem !important
	}

	.bootstrap .mt-xxl-15 {
		margin-top: 5rem !important
	}

	.bootstrap .mt-xxl-16 {
		margin-top: 5.5rem !important
	}

	.bootstrap .mt-xxl-17 {
		margin-top: 6rem !important
	}

	.bootstrap .mt-xxl-18 {
		margin-top: 6.5rem !important
	}

	.bootstrap .mt-xxl-19 {
		margin-top: 7rem !important
	}

	.bootstrap .mt-xxl-20 {
		margin-top: 7.5rem !important
	}

	.bootstrap .mt-xxl-auto {
		margin-top: auto !important
	}

	.bootstrap .me-xxl-0 {
		margin-right: 0 !important
	}

	.bootstrap .me-xxl-1 {
		margin-right: .25rem !important
	}

	.bootstrap .me-xxl-2 {
		margin-right: .5rem !important
	}

	.bootstrap .me-xxl-3 {
		margin-right: .75rem !important
	}

	.bootstrap .me-xxl-4 {
		margin-right: 1rem !important
	}

	.bootstrap .me-xxl-5 {
		margin-right: 1.25rem !important
	}

	.bootstrap .me-xxl-6 {
		margin-right: 1.5rem !important
	}

	.bootstrap .me-xxl-7 {
		margin-right: 1.75rem !important
	}

	.bootstrap .me-xxl-8 {
		margin-right: 2rem !important
	}

	.bootstrap .me-xxl-9 {
		margin-right: 2.25rem !important
	}

	.bootstrap .me-xxl-10 {
		margin-right: 2.5rem !important
	}

	.bootstrap .me-xxl-11 {
		margin-right: 3rem !important
	}

	.bootstrap .me-xxl-12 {
		margin-right: 3.5rem !important
	}

	.bootstrap .me-xxl-13 {
		margin-right: 4rem !important
	}

	.bootstrap .me-xxl-14 {
		margin-right: 4.5rem !important
	}

	.bootstrap .me-xxl-15 {
		margin-right: 5rem !important
	}

	.bootstrap .me-xxl-16 {
		margin-right: 5.5rem !important
	}

	.bootstrap .me-xxl-17 {
		margin-right: 6rem !important
	}

	.bootstrap .me-xxl-18 {
		margin-right: 6.5rem !important
	}

	.bootstrap .me-xxl-19 {
		margin-right: 7rem !important
	}

	.bootstrap .me-xxl-20 {
		margin-right: 7.5rem !important
	}

	.bootstrap .me-xxl-auto {
		margin-right: auto !important
	}

	.bootstrap .mb-xxl-0 {
		margin-bottom: 0 !important
	}

	.bootstrap .mb-xxl-1 {
		margin-bottom: .25rem !important
	}

	.bootstrap .mb-xxl-2 {
		margin-bottom: .5rem !important
	}

	.bootstrap .mb-xxl-3 {
		margin-bottom: .75rem !important
	}

	.bootstrap .mb-xxl-4 {
		margin-bottom: 1rem !important
	}

	.bootstrap .mb-xxl-5 {
		margin-bottom: 1.25rem !important
	}

	.bootstrap .mb-xxl-6 {
		margin-bottom: 1.5rem !important
	}

	.bootstrap .mb-xxl-7 {
		margin-bottom: 1.75rem !important
	}

	.bootstrap .mb-xxl-8 {
		margin-bottom: 2rem !important
	}

	.bootstrap .mb-xxl-9 {
		margin-bottom: 2.25rem !important
	}

	.bootstrap .mb-xxl-10 {
		margin-bottom: 2.5rem !important
	}

	.bootstrap .mb-xxl-11 {
		margin-bottom: 3rem !important
	}

	.bootstrap .mb-xxl-12 {
		margin-bottom: 3.5rem !important
	}

	.bootstrap .mb-xxl-13 {
		margin-bottom: 4rem !important
	}

	.bootstrap .mb-xxl-14 {
		margin-bottom: 4.5rem !important
	}

	.bootstrap .mb-xxl-15 {
		margin-bottom: 5rem !important
	}

	.bootstrap .mb-xxl-16 {
		margin-bottom: 5.5rem !important
	}

	.bootstrap .mb-xxl-17 {
		margin-bottom: 6rem !important
	}

	.bootstrap .mb-xxl-18 {
		margin-bottom: 6.5rem !important
	}

	.bootstrap .mb-xxl-19 {
		margin-bottom: 7rem !important
	}

	.bootstrap .mb-xxl-20 {
		margin-bottom: 7.5rem !important
	}

	.bootstrap .mb-xxl-auto {
		margin-bottom: auto !important
	}

	.bootstrap .ms-xxl-0 {
		margin-left: 0 !important
	}

	.bootstrap .ms-xxl-1 {
		margin-left: .25rem !important
	}

	.bootstrap .ms-xxl-2 {
		margin-left: .5rem !important
	}

	.bootstrap .ms-xxl-3 {
		margin-left: .75rem !important
	}

	.bootstrap .ms-xxl-4 {
		margin-left: 1rem !important
	}

	.bootstrap .ms-xxl-5 {
		margin-left: 1.25rem !important
	}

	.bootstrap .ms-xxl-6 {
		margin-left: 1.5rem !important
	}

	.bootstrap .ms-xxl-7 {
		margin-left: 1.75rem !important
	}

	.bootstrap .ms-xxl-8 {
		margin-left: 2rem !important
	}

	.bootstrap .ms-xxl-9 {
		margin-left: 2.25rem !important
	}

	.bootstrap .ms-xxl-10 {
		margin-left: 2.5rem !important
	}

	.bootstrap .ms-xxl-11 {
		margin-left: 3rem !important
	}

	.bootstrap .ms-xxl-12 {
		margin-left: 3.5rem !important
	}

	.bootstrap .ms-xxl-13 {
		margin-left: 4rem !important
	}

	.bootstrap .ms-xxl-14 {
		margin-left: 4.5rem !important
	}

	.bootstrap .ms-xxl-15 {
		margin-left: 5rem !important
	}

	.bootstrap .ms-xxl-16 {
		margin-left: 5.5rem !important
	}

	.bootstrap .ms-xxl-17 {
		margin-left: 6rem !important
	}

	.bootstrap .ms-xxl-18 {
		margin-left: 6.5rem !important
	}

	.bootstrap .ms-xxl-19 {
		margin-left: 7rem !important
	}

	.bootstrap .ms-xxl-20 {
		margin-left: 7.5rem !important
	}

	.bootstrap .ms-xxl-auto {
		margin-left: auto !important
	}

	.bootstrap .p-xxl-0 {
		padding: 0 !important
	}

	.bootstrap .p-xxl-1 {
		padding: .25rem !important
	}

	.bootstrap .p-xxl-2 {
		padding: .5rem !important
	}

	.bootstrap .p-xxl-3 {
		padding: .75rem !important
	}

	.bootstrap .p-xxl-4 {
		padding: 1rem !important
	}

	.bootstrap .p-xxl-5 {
		padding: 1.25rem !important
	}

	.bootstrap .p-xxl-6 {
		padding: 1.5rem !important
	}

	.bootstrap .p-xxl-7 {
		padding: 1.75rem !important
	}

	.bootstrap .p-xxl-8 {
		padding: 2rem !important
	}

	.bootstrap .p-xxl-9 {
		padding: 2.25rem !important
	}

	.bootstrap .p-xxl-10 {
		padding: 2.5rem !important
	}

	.bootstrap .p-xxl-11 {
		padding: 3rem !important
	}

	.bootstrap .p-xxl-12 {
		padding: 3.5rem !important
	}

	.bootstrap .p-xxl-13 {
		padding: 4rem !important
	}

	.bootstrap .p-xxl-14 {
		padding: 4.5rem !important
	}

	.bootstrap .p-xxl-15 {
		padding: 5rem !important
	}

	.bootstrap .p-xxl-16 {
		padding: 5.5rem !important
	}

	.bootstrap .p-xxl-17 {
		padding: 6rem !important
	}

	.bootstrap .p-xxl-18 {
		padding: 6.5rem !important
	}

	.bootstrap .p-xxl-19 {
		padding: 7rem !important
	}

	.bootstrap .p-xxl-20 {
		padding: 7.5rem !important
	}

	.bootstrap .px-xxl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}

	.bootstrap .px-xxl-1 {
		padding-right: .25rem !important;
		padding-left: .25rem !important
	}

	.bootstrap .px-xxl-2 {
		padding-right: .5rem !important;
		padding-left: .5rem !important
	}

	.bootstrap .px-xxl-3 {
		padding-right: .75rem !important;
		padding-left: .75rem !important
	}

	.bootstrap .px-xxl-4 {
		padding-right: 1rem !important;
		padding-left: 1rem !important
	}

	.bootstrap .px-xxl-5 {
		padding-right: 1.25rem !important;
		padding-left: 1.25rem !important
	}

	.bootstrap .px-xxl-6 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}

	.bootstrap .px-xxl-7 {
		padding-right: 1.75rem !important;
		padding-left: 1.75rem !important
	}

	.bootstrap .px-xxl-8 {
		padding-right: 2rem !important;
		padding-left: 2rem !important
	}

	.bootstrap .px-xxl-9 {
		padding-right: 2.25rem !important;
		padding-left: 2.25rem !important
	}

	.bootstrap .px-xxl-10 {
		padding-right: 2.5rem !important;
		padding-left: 2.5rem !important
	}

	.bootstrap .px-xxl-11 {
		padding-right: 3rem !important;
		padding-left: 3rem !important
	}

	.bootstrap .px-xxl-12 {
		padding-right: 3.5rem !important;
		padding-left: 3.5rem !important
	}

	.bootstrap .px-xxl-13 {
		padding-right: 4rem !important;
		padding-left: 4rem !important
	}

	.bootstrap .px-xxl-14 {
		padding-right: 4.5rem !important;
		padding-left: 4.5rem !important
	}

	.bootstrap .px-xxl-15 {
		padding-right: 5rem !important;
		padding-left: 5rem !important
	}

	.bootstrap .px-xxl-16 {
		padding-right: 5.5rem !important;
		padding-left: 5.5rem !important
	}

	.bootstrap .px-xxl-17 {
		padding-right: 6rem !important;
		padding-left: 6rem !important
	}

	.bootstrap .px-xxl-18 {
		padding-right: 6.5rem !important;
		padding-left: 6.5rem !important
	}

	.bootstrap .px-xxl-19 {
		padding-right: 7rem !important;
		padding-left: 7rem !important
	}

	.bootstrap .px-xxl-20 {
		padding-right: 7.5rem !important;
		padding-left: 7.5rem !important
	}

	.bootstrap .py-xxl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.bootstrap .py-xxl-1 {
		padding-top: .25rem !important;
		padding-bottom: .25rem !important
	}

	.bootstrap .py-xxl-2 {
		padding-top: .5rem !important;
		padding-bottom: .5rem !important
	}

	.bootstrap .py-xxl-3 {
		padding-top: .75rem !important;
		padding-bottom: .75rem !important
	}

	.bootstrap .py-xxl-4 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.bootstrap .py-xxl-5 {
		padding-top: 1.25rem !important;
		padding-bottom: 1.25rem !important
	}

	.bootstrap .py-xxl-6 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

	.bootstrap .py-xxl-7 {
		padding-top: 1.75rem !important;
		padding-bottom: 1.75rem !important
	}

	.bootstrap .py-xxl-8 {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important
	}

	.bootstrap .py-xxl-9 {
		padding-top: 2.25rem !important;
		padding-bottom: 2.25rem !important
	}

	.bootstrap .py-xxl-10 {
		padding-top: 2.5rem !important;
		padding-bottom: 2.5rem !important
	}

	.bootstrap .py-xxl-11 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.bootstrap .py-xxl-12 {
		padding-top: 3.5rem !important;
		padding-bottom: 3.5rem !important
	}

	.bootstrap .py-xxl-13 {
		padding-top: 4rem !important;
		padding-bottom: 4rem !important
	}

	.bootstrap .py-xxl-14 {
		padding-top: 4.5rem !important;
		padding-bottom: 4.5rem !important
	}

	.bootstrap .py-xxl-15 {
		padding-top: 5rem !important;
		padding-bottom: 5rem !important
	}

	.bootstrap .py-xxl-16 {
		padding-top: 5.5rem !important;
		padding-bottom: 5.5rem !important
	}

	.bootstrap .py-xxl-17 {
		padding-top: 6rem !important;
		padding-bottom: 6rem !important
	}

	.bootstrap .py-xxl-18 {
		padding-top: 6.5rem !important;
		padding-bottom: 6.5rem !important
	}

	.bootstrap .py-xxl-19 {
		padding-top: 7rem !important;
		padding-bottom: 7rem !important
	}

	.bootstrap .py-xxl-20 {
		padding-top: 7.5rem !important;
		padding-bottom: 7.5rem !important
	}

	.bootstrap .pl-xxl-0 {
		padding-left: 0 !important
	}

	.bootstrap .pl-xxl-1 {
		padding-left: .25rem !important
	}

	.bootstrap .pl-xxl-2 {
		padding-left: .5rem !important
	}

	.bootstrap .pl-xxl-3 {
		padding-left: .75rem !important
	}

	.bootstrap .pl-xxl-4 {
		padding-left: 1rem !important
	}

	.bootstrap .pl-xxl-5 {
		padding-left: 1.25rem !important
	}

	.bootstrap .pl-xxl-6 {
		padding-left: 1.5rem !important
	}

	.bootstrap .pl-xxl-7 {
		padding-left: 1.75rem !important
	}

	.bootstrap .pl-xxl-8 {
		padding-left: 2rem !important
	}

	.bootstrap .pl-xxl-9 {
		padding-left: 2.25rem !important
	}

	.bootstrap .pl-xxl-10 {
		padding-left: 2.5rem !important
	}

	.bootstrap .pl-xxl-11 {
		padding-left: 3rem !important
	}

	.bootstrap .pl-xxl-12 {
		padding-left: 3.5rem !important
	}

	.bootstrap .pl-xxl-13 {
		padding-left: 4rem !important
	}

	.bootstrap .pl-xxl-14 {
		padding-left: 4.5rem !important
	}

	.bootstrap .pl-xxl-15 {
		padding-left: 5rem !important
	}

	.bootstrap .pl-xxl-16 {
		padding-left: 5.5rem !important
	}

	.bootstrap .pl-xxl-17 {
		padding-left: 6rem !important
	}

	.bootstrap .pl-xxl-18 {
		padding-left: 6.5rem !important
	}

	.bootstrap .pl-xxl-19 {
		padding-left: 7rem !important
	}

	.bootstrap .pl-xxl-20 {
		padding-left: 7.5rem !important
	}

	.bootstrap .pr-xxl-0 {
		padding-right: 0 !important
	}

	.bootstrap .pr-xxl-1 {
		padding-right: .25rem !important
	}

	.bootstrap .pr-xxl-2 {
		padding-right: .5rem !important
	}

	.bootstrap .pr-xxl-3 {
		padding-right: .75rem !important
	}

	.bootstrap .pr-xxl-4 {
		padding-right: 1rem !important
	}

	.bootstrap .pr-xxl-5 {
		padding-right: 1.25rem !important
	}

	.bootstrap .pr-xxl-6 {
		padding-right: 1.5rem !important
	}

	.bootstrap .pr-xxl-7 {
		padding-right: 1.75rem !important
	}

	.bootstrap .pr-xxl-8 {
		padding-right: 2rem !important
	}

	.bootstrap .pr-xxl-9 {
		padding-right: 2.25rem !important
	}

	.bootstrap .pr-xxl-10 {
		padding-right: 2.5rem !important
	}

	.bootstrap .pr-xxl-11 {
		padding-right: 3rem !important
	}

	.bootstrap .pr-xxl-12 {
		padding-right: 3.5rem !important
	}

	.bootstrap .pr-xxl-13 {
		padding-right: 4rem !important
	}

	.bootstrap .pr-xxl-14 {
		padding-right: 4.5rem !important
	}

	.bootstrap .pr-xxl-15 {
		padding-right: 5rem !important
	}

	.bootstrap .pr-xxl-16 {
		padding-right: 5.5rem !important
	}

	.bootstrap .pr-xxl-17 {
		padding-right: 6rem !important
	}

	.bootstrap .pr-xxl-18 {
		padding-right: 6.5rem !important
	}

	.bootstrap .pr-xxl-19 {
		padding-right: 7rem !important
	}

	.bootstrap .pr-xxl-20 {
		padding-right: 7.5rem !important
	}

	.bootstrap .pt-xxl-0 {
		padding-top: 0 !important
	}

	.bootstrap .pt-xxl-1 {
		padding-top: .25rem !important
	}

	.bootstrap .pt-xxl-2 {
		padding-top: .5rem !important
	}

	.bootstrap .pt-xxl-3 {
		padding-top: .75rem !important
	}

	.bootstrap .pt-xxl-4 {
		padding-top: 1rem !important
	}

	.bootstrap .pt-xxl-5 {
		padding-top: 1.25rem !important
	}

	.bootstrap .pt-xxl-6 {
		padding-top: 1.5rem !important
	}

	.bootstrap .pt-xxl-7 {
		padding-top: 1.75rem !important
	}

	.bootstrap .pt-xxl-8 {
		padding-top: 2rem !important
	}

	.bootstrap .pt-xxl-9 {
		padding-top: 2.25rem !important
	}

	.bootstrap .pt-xxl-10 {
		padding-top: 2.5rem !important
	}

	.bootstrap .pt-xxl-11 {
		padding-top: 3rem !important
	}

	.bootstrap .pt-xxl-12 {
		padding-top: 3.5rem !important
	}

	.bootstrap .pt-xxl-13 {
		padding-top: 4rem !important
	}

	.bootstrap .pt-xxl-14 {
		padding-top: 4.5rem !important
	}

	.bootstrap .pt-xxl-15 {
		padding-top: 5rem !important
	}

	.bootstrap .pt-xxl-16 {
		padding-top: 5.5rem !important
	}

	.bootstrap .pt-xxl-17 {
		padding-top: 6rem !important
	}

	.bootstrap .pt-xxl-18 {
		padding-top: 6.5rem !important
	}

	.bootstrap .pt-xxl-19 {
		padding-top: 7rem !important
	}

	.bootstrap .pt-xxl-20 {
		padding-top: 7.5rem !important
	}

	.bootstrap .pe-xxl-0 {
		padding-right: 0 !important
	}

	.bootstrap .pe-xxl-1 {
		padding-right: .25rem !important
	}

	.bootstrap .pe-xxl-2 {
		padding-right: .5rem !important
	}

	.bootstrap .pe-xxl-3 {
		padding-right: .75rem !important
	}

	.bootstrap .pe-xxl-4 {
		padding-right: 1rem !important
	}

	.bootstrap .pe-xxl-5 {
		padding-right: 1.25rem !important
	}

	.bootstrap .pe-xxl-6 {
		padding-right: 1.5rem !important
	}

	.bootstrap .pe-xxl-7 {
		padding-right: 1.75rem !important
	}

	.bootstrap .pe-xxl-8 {
		padding-right: 2rem !important
	}

	.bootstrap .pe-xxl-9 {
		padding-right: 2.25rem !important
	}

	.bootstrap .pe-xxl-10 {
		padding-right: 2.5rem !important
	}

	.bootstrap .pe-xxl-11 {
		padding-right: 3rem !important
	}

	.bootstrap .pe-xxl-12 {
		padding-right: 3.5rem !important
	}

	.bootstrap .pe-xxl-13 {
		padding-right: 4rem !important
	}

	.bootstrap .pe-xxl-14 {
		padding-right: 4.5rem !important
	}

	.bootstrap .pe-xxl-15 {
		padding-right: 5rem !important
	}

	.bootstrap .pe-xxl-16 {
		padding-right: 5.5rem !important
	}

	.bootstrap .pe-xxl-17 {
		padding-right: 6rem !important
	}

	.bootstrap .pe-xxl-18 {
		padding-right: 6.5rem !important
	}

	.bootstrap .pe-xxl-19 {
		padding-right: 7rem !important
	}

	.bootstrap .pe-xxl-20 {
		padding-right: 7.5rem !important
	}

	.bootstrap .pb-xxl-0 {
		padding-bottom: 0 !important
	}

	.bootstrap .pb-xxl-1 {
		padding-bottom: .25rem !important
	}

	.bootstrap .pb-xxl-2 {
		padding-bottom: .5rem !important
	}

	.bootstrap .pb-xxl-3 {
		padding-bottom: .75rem !important
	}

	.bootstrap .pb-xxl-4 {
		padding-bottom: 1rem !important
	}

	.bootstrap .pb-xxl-5 {
		padding-bottom: 1.25rem !important
	}

	.bootstrap .pb-xxl-6 {
		padding-bottom: 1.5rem !important
	}

	.bootstrap .pb-xxl-7 {
		padding-bottom: 1.75rem !important
	}

	.bootstrap .pb-xxl-8 {
		padding-bottom: 2rem !important
	}

	.bootstrap .pb-xxl-9 {
		padding-bottom: 2.25rem !important
	}

	.bootstrap .pb-xxl-10 {
		padding-bottom: 2.5rem !important
	}

	.bootstrap .pb-xxl-11 {
		padding-bottom: 3rem !important
	}

	.bootstrap .pb-xxl-12 {
		padding-bottom: 3.5rem !important
	}

	.bootstrap .pb-xxl-13 {
		padding-bottom: 4rem !important
	}

	.bootstrap .pb-xxl-14 {
		padding-bottom: 4.5rem !important
	}

	.bootstrap .pb-xxl-15 {
		padding-bottom: 5rem !important
	}

	.bootstrap .pb-xxl-16 {
		padding-bottom: 5.5rem !important
	}

	.bootstrap .pb-xxl-17 {
		padding-bottom: 6rem !important
	}

	.bootstrap .pb-xxl-18 {
		padding-bottom: 6.5rem !important
	}

	.bootstrap .pb-xxl-19 {
		padding-bottom: 7rem !important
	}

	.bootstrap .pb-xxl-20 {
		padding-bottom: 7.5rem !important
	}

	.bootstrap .ps-xxl-0 {
		padding-left: 0 !important
	}

	.bootstrap .ps-xxl-1 {
		padding-left: .25rem !important
	}

	.bootstrap .ps-xxl-2 {
		padding-left: .5rem !important
	}

	.bootstrap .ps-xxl-3 {
		padding-left: .75rem !important
	}

	.bootstrap .ps-xxl-4 {
		padding-left: 1rem !important
	}

	.bootstrap .ps-xxl-5 {
		padding-left: 1.25rem !important
	}

	.bootstrap .ps-xxl-6 {
		padding-left: 1.5rem !important
	}

	.bootstrap .ps-xxl-7 {
		padding-left: 1.75rem !important
	}

	.bootstrap .ps-xxl-8 {
		padding-left: 2rem !important
	}

	.bootstrap .ps-xxl-9 {
		padding-left: 2.25rem !important
	}

	.bootstrap .ps-xxl-10 {
		padding-left: 2.5rem !important
	}

	.bootstrap .ps-xxl-11 {
		padding-left: 3rem !important
	}

	.bootstrap .ps-xxl-12 {
		padding-left: 3.5rem !important
	}

	.bootstrap .ps-xxl-13 {
		padding-left: 4rem !important
	}

	.bootstrap .ps-xxl-14 {
		padding-left: 4.5rem !important
	}

	.bootstrap .ps-xxl-15 {
		padding-left: 5rem !important
	}

	.bootstrap .ps-xxl-16 {
		padding-left: 5.5rem !important
	}

	.bootstrap .ps-xxl-17 {
		padding-left: 6rem !important
	}

	.bootstrap .ps-xxl-18 {
		padding-left: 6.5rem !important
	}

	.bootstrap .ps-xxl-19 {
		padding-left: 7rem !important
	}

	.bootstrap .ps-xxl-20 {
		padding-left: 7.5rem !important
	}

	.bootstrap .text-xxl-start {
		text-align: left !important
	}

	.bootstrap .text-xxl-end {
		text-align: right !important
	}

	.bootstrap .text-xxl-center {
		text-align: center !important
	}
}

@media (min-width: 1200px) {
	.bootstrap .fs-1 {
		font-size: 3.75rem !important
	}

	.bootstrap .fs-2 {
		font-size: 3.5rem !important
	}

	.bootstrap .fs-3 {
		font-size: 3.25rem !important
	}

	.bootstrap .fs-4 {
		font-size: 3rem !important
	}

	.bootstrap .fs-5 {
		font-size: 2.75rem !important
	}

	.bootstrap .fs-6 {
		font-size: 2.5rem !important
	}

	.bootstrap .fs-7 {
		font-size: 2.25rem !important
	}

	.bootstrap .fs-8 {
		font-size: 2rem !important
	}

	.bootstrap .fs-9 {
		font-size: 1.75rem !important
	}

	.bootstrap .fs-10 {
		font-size: 1.5rem !important
	}
}

@media print {
	.bootstrap .d-print-inline {
		display: inline !important
	}

	.bootstrap .d-print-inline-block {
		display: inline-block !important
	}

	.bootstrap .d-print-block {
		display: block !important
	}

	.bootstrap .d-print-grid {
		display: grid !important
	}

	.bootstrap .d-print-table {
		display: table !important
	}

	.bootstrap .d-print-table-row {
		display: table-row !important
	}

	.bootstrap .d-print-table-cell {
		display: table-cell !important
	}

	.bootstrap .d-print-flex {
		display: flex !important
	}

	.bootstrap .d-print-inline-flex {
		display: inline-flex !important
	}

	.bootstrap .d-print-none {
		display: none !important
	}
}

.bootstrap figure {
	margin-bottom: 1.5rem;
	margin-top: 1.5rem
}

@media (min-width: 768px) {
	.bootstrap figure {
		margin-bottom: 3rem;
		margin-top: 3rem
	}
}

.bootstrap img,
.bootstrap svg,
.bootstrap object {
	max-width: 100%;
	vertical-align: bottom
}

.bootstrap a {
	text-decoration: none
}

.bootstrap a:hover {
	color: #f48400;
	text-decoration: none
}

.bootstrap a.link-purple {
	color: #5d60a2
}

.bootstrap a.link-purple:hover {
	color: #4a4d82
}

.bootstrap a.link-with-chevron img {
	vertical-align: baseline
}

.bootstrap h1>a,
.bootstrap .h1>a,
.bootstrap h2>a,
.bootstrap .h2>a,
.bootstrap h3>a,
.bootstrap .h3>a,
.bootstrap h4>a,
.bootstrap .h4>a,
.bootstrap h5>a,
.bootstrap .h5>a,
.bootstrap h6>a,
.bootstrap .h6>a {
	color: inherit
}

.bootstrap select {
	border: none;
	border-right: 1em solid transparent;
	outline: 1px solid #ddd
}

.bootstrap select:active,
.bootstrap select:focus {
	border-color: transparent;
	outline: 1px solid #f48400
}

.bootstrap .flex-flow-column {
	flex-flow: column
}

.bootstrap .hover-raise-sm {
	transition: transform 0.3s
}

.bootstrap .hover-raise-sm:hover {
	transform: translateY(-0.25rem)
}

.bootstrap .hover-shadow {
	transition: box-shadow 0.3s
}

.bootstrap .hover-shadow:hover {
	box-shadow: 0 0.25rem 1.5rem rgba(0, 0, 0, 0.1)
}

.bootstrap .hover-blue-60 {
	transition: color 0.3s
}

.bootstrap .hover-blue-60:hover {
	color: #f48400
}

.bootstrap .marquee {
	display: flex;
	flex-direction: row;
	margin: auto;
	max-width: 1320px
}

.bootstrap .marquee .inner-marquee {
	animation: marquee 90s linear infinite
}

.bootstrap .marquee.marquee--slower .inner-marquee {
	animation: marquee 60s linear infinite
}

.bootstrap .marquee.marquee--faster .inner-marquee {
	animation: marquee 80s linear infinite
}

.bootstrap .marquee.marquee__trusted:hover .inner-marquee {
	animation-play-state: paused;
	filter: blur(0.2rem);
	opacity: 0.3
}

.bootstrap .marquee.marquee__trusted:hover .btn-primary {
	opacity: 1;
	z-index: 1
}

.bootstrap .marquee .marquee__label {
	box-shadow: 0 0.25rem 1.5rem rgba(0, 0, 0, 0.1);
	color: #5a6072;
	font-size: 0.875rem;
	font-weight: 400;
	text-decoration: none;
	transition: all 0.2s ease-in-out
}

.bootstrap .marquee .marquee__label:hover {
	color: #f48400;
	text-decoration: none;
	transform: scale(1.05)
}

@keyframes marquee {
	0% {
		transform: translate(0, 0)
	}

	100% {
		transform: translate(-100%, 0)
	}
}

.bootstrap .hover-pointer {
	cursor: pointer
}

.bootstrap .chevron {
	align-items: center;
	display: flex;
	flex-direction: row
}



.bootstrap .breadcrumb-item+.breadcrumb-item::before {
	height: 26px
}

.bootstrap .box-4 {
	display: inline-block;
	height: 1.5rem;
	width: 1.5rem
}

.bootstrap .circle {
	border-radius: 50%
}

.bootstrap .paragraph-1 {
	color: #22242b;
	font-size: 3rem;
	line-height: 1.25
}

.bootstrap .paragraph-2 {
	color: #22242b;
	font-size: 2rem;
	line-height: 1.25
}

.bootstrap .paragraph-3 {
	color: #22242b;
	font-size: 1.5rem;
	line-height: 1.33
}

@media (max-width: 767.98px) {
	.bootstrap .paragraph-3.responsive {
		font-size: 1.125rem
	}
}

.bootstrap .paragraph-4 {
	color: #22242b;
	font-size: 1.25rem;
	line-height: 1.4
}

.bootstrap .paragraph-4-5 {
	color: #22242b;
	font-size: 1.13rem;
	line-height: 1.4
}

.bootstrap .paragraph-5 {
	color: #22242b;
	font-size: 1rem;
	line-height: 1.5
}

.bootstrap .paragraph-5-5 {
	color: #22242b;
	font-size: .875rem;
	line-height: 1.5
}

.bootstrap .paragraph-6 {
	color: #22242b;
	font-size: .75rem;
	line-height: 1.33
}

@media (max-width: 767.98px) {
	.bootstrap .paragraph--mobile__smaller {
		font-size: 0.75rem
	}
}

.bootstrap h1,
.bootstrap .h1,
.bootstrap h2,
.bootstrap .h2,
.bootstrap h3,
.bootstrap .h3,
.bootstrap .h1,
.bootstrap .h2,
.bootstrap .h3 {
	font-weight: 900
}

.bootstrap h4,
.bootstrap .h4,
.bootstrap h5,
.bootstrap .h5,
.bootstrap h6,
.bootstrap .h6,
.bootstrap .h4,
.bootstrap .h5,
.bootstrap .h6 {
	font-weight: 700
}

.bootstrap h1,
.bootstrap .h1,
.bootstrap .h1 {
	line-height: 1.2
}

.bootstrap h2,
.bootstrap .h2,
.bootstrap .h2 {
	line-height: 1.17
}

.bootstrap h3,
.bootstrap .h3,
.bootstrap .h3 {
	line-height: 1.11
}

.bootstrap .h3-5 {
	font-size: 1.875rem
}

.bootstrap h4,
.bootstrap .h4,
.bootstrap .h4 {
	line-height: 1.33;
	padding-top: 40px;
}

.bootstrap .h4-5 {
	font-size: 1.25rem
}

.bootstrap h5,
.bootstrap .h5,
.bootstrap .h5 {
	line-height: 1.5
}

.bootstrap .h5-5 {
	font-size: 1.25rem
}

.bootstrap h6,
.bootstrap .h6,
.bootstrap .h6 {
	line-height: 1.33
}

.bootstrap .letter-spacing-005 {
	letter-spacing: 0.05rem
}

.bootstrap .blue-25 {
	color: #12436e
}

.bootstrap .blue-40 {
	color: #f48400
}

.bootstrap .blue-40-hover:hover {
	color: #f48400
}

.bootstrap .blue-60 {
	color: #f48400
}

.bootstrap .blue-60-hover:hover {
	color: #f48400
}

.bootstrap .blue-75 {
	color: #8fc1ed
}

.bootstrap .blue-85 {
	color: #f48400
}

.bootstrap .blue-link-hover:hover {
	color: #f48400 !important
}

.bootstrap .green-40 {
	color: #669438
}

.bootstrap .green-50 {
	color: #80b946
}

.bootstrap .purple-40 {
	color: #4b4c81
}

.bootstrap .purple-50 {
	color: #5d60a2
}

.bootstrap .purple-70 {
	color: #9e9fc7
}

.bootstrap .purple-95 {
	color: #efeff6
}

.bootstrap .yellow-50 {
	color: #f7be08
}

.bootstrap .yellow-60 {
	color: #f9cb39
}

.bootstrap .yellow-95 {
	color: #fef9e6
}

.bootstrap .red-40 {
	color: #b51717
}

.bootstrap .red-60 {
	color: #e84a4a
}

.bootstrap .red-95 {
	color: #fce8e8
}

.bootstrap .neutral-black {
	color: #000
}

.bootstrap .neutral-15 {
	color: #22242b
}

.bootstrap .neutral-40 {
	color: #5a6072
}

.bootstrap .neutral-60 {
	color: #8d93a5
}

.bootstrap .neutral-80 {
	color: #c6c9d2
}

.bootstrap .neutral-95 {
	color: #f1f2f4
}

.bootstrap .neutral-99 {
	color: #fcfcfd
}

.bootstrap .neutral-white {
	color: #fff
}

.bootstrap .neutral-white-hover:hover {
	color: #fff !important
}

.bootstrap img.greyscale {
	filter: grayscale(100%)
}

.bootstrap .bg-blue-15 {
	background: #103c62
}

.bootstrap .bg-blue-25 {
	background: #12436e
}

.bootstrap .bg-blue-40 {
	background: #f48400
}

.bootstrap .bg-blue-50 {
	background: #489ae7
}

.bootstrap .bg-blue-60 {
	background: #f48400
}

.bootstrap .bg-blue-75 {
	background: #8fc1ed
}

.bootstrap .bg-blue-85 {
	background: #f48400
}

.bootstrap .bg-blue-90 {
	background: #e4ecfb
}

.bootstrap .bg-blue-95 {
	background: #eef6fc
}

.bootstrap .bg-blue-99 {
	background: #f9fbfe
}

.bootstrap .bg-blue-100 {
	background: #cfe2ff
}

.bootstrap .bg-blue-90 {
	background: #e4ecfb
}

.bootstrap .bg-purple-50 {
	background: #5d60a2
}

.bootstrap .bg-purple-80 {
	background: #f2f2f8
}

.bootstrap .bg-neutral-black {
	background: #000
}

.bootstrap .bg-neutral-15 {
	background: #22242b
}

.bootstrap .bg-neutral-40 {
	background: #5a6072
}

.bootstrap .bg-neutral-60 {
	background: #8d93a5
}

.bootstrap .bg-neutral-80 {
	background: #c6c9d2
}

.bootstrap .bg-neutral-95 {
	background: #f1f2f4
}

.bootstrap .bg-neutral-98 {
	background: #fafbfe
}

.bootstrap .bg-neutral-99 {
	background: #fcfcfd
}

.bootstrap .bg-neutral-white {
	background: #fff
}

.bootstrap .bg-neutral-98-gradient {
	background: linear-gradient(0deg, #fff 0%, #fafbfe 5%)
}

.bootstrap .bg-neutral-98-gradient--gradual {
	background: linear-gradient(0deg, #fff 0%, #fafbfe 100%)
}

.bootstrap .bg-neutral-99-gradient {
	background: linear-gradient(0deg, #fff 0%, #fcfcfd 100%)
}

.bootstrap .bg-transparent {
	background: transparent
}

.bootstrap .height-fit-content {
	height: fit-content
}

.bootstrap .width-fit-content {
	width: fit-content
}

.bootstrap .h-0 {
	height: 0
}

.bootstrap .w-0 {
	width: 0
}

.bootstrap .fill-image {
	background-position: center;
	background-size: cover;
	overflow: hidden
}

.bootstrap .max-width--xs,
.bootstrap .mw--xs {
	max-width: 0
}

.bootstrap .max-width--sm,
.bootstrap .mw--sm {
	max-width: 576px
}

.bootstrap .max-width--md,
.bootstrap .mw--md {
	max-width: 768px
}

.bootstrap .max-width--lg,
.bootstrap .mw--lg {
	max-width: 992px
}

.bootstrap .max-width--xl,
.bootstrap .mw--xl {
	max-width: 1200px
}

.bootstrap .max-width--xxl,
.bootstrap .mw--xxl {
	max-width: 1400px
}

.bootstrap .rounded-top-3 {
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem
}

.bootstrap .rounded-4 {
	border-radius: 0.75rem
}

@media (min-width: 992px) {
	.bootstrap .rounded-lg-4 {
		border-radius: 0.75rem !important
	}
}

.bootstrap .rounded-5 {
	border-radius: 1rem
}

.bootstrap .rounded-6 {
	border-radius: 1.25rem
}

.bootstrap .rounded-7 {
	border-radius: 1.5rem
}

@media (min-width: 992px) {
	.bootstrap .rounded-lg-7 {
		border-radius: 1.5rem
	}
}

.bootstrap .rounded-7-tl {
	border-top-left-radius: 1.5rem
}

.bootstrap .rounded-50 {
	border-radius: 50%
}

@media (min-width: 768px) {
	.bootstrap .rounded-md-4 {
		border-radius: 0.75rem
	}
}

.bootstrap .border--blue-85 {
	border: 1px solid #f48400
}

.bootstrap .border--neutral-95 {
	border: 1px solid #f1f2f4
}

.bootstrap .border--blue-90 {
	border: 1px solid #e4ecfb
}

.bootstrap .border--blue-95 {
	border: 1px solid #eef6fc
}

.bootstrap .border--blue-95--top {
	border-top: 1px solid #eef6fc
}

.bootstrap .border--blue-90 {
	border: 1px solid #e4ecfb
}

.bootstrap .border--blue-90--top {
	border-top: 1px solid #e4ecfb
}

.bootstrap .border--neutral-95--top {
	border-top: 1px solid #f1f2f4
}

.bootstrap .border--neutral-95--bottom {
	border-bottom: 1px solid #f1f2f4
}

.bootstrap .drop-shadow {
	box-shadow: 0 0.25rem 1.5rem rgba(0, 0, 0, 0.1)
}

.bootstrap .box-shadow-xs {
	box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05)
}

.bootstrap .rotate-90-negative {
	transform: rotate(-90deg)
}

.bootstrap .rotate-45-negative {
	transform: rotate(-45deg)
}

.bootstrap .rotate-45 {
	transform: rotate(45deg)
}

.bootstrap .rotate-90 {
	transform: rotate(90deg)
}

.bootstrap .rotate-180 {
	transform: rotate(180deg)
}

.bootstrap .opacity-0 {
	opacity: 0
}

.bootstrap .opacity-25 {
	opacity: .25
}

.bootstrap .opacity-50 {
	opacity: .5
}

.bootstrap .opacity-60 {
	opacity: .6
}

.bootstrap .opacity-70 {
	opacity: .7
}

.bootstrap .opacity-75 {
	opacity: .75
}

.bootstrap .mw-33 {
	min-width: 33.3333333333%
}

.bootstrap .w-33 {
	width: 33.3333333333%
}

.bootstrap .centered-content {
	position: relative
}

.bootstrap .centered-content section:first-child {
	padding-top: 0
}

.bootstrap .centered-content section:last-child {
	padding-bottom: 0
}

.bootstrap .centered-content h1,
.bootstrap .centered-content .h1 {
	font-size: 3.75rem;
	line-height: 1.1;
	margin-bottom: 1.5rem
}

.bootstrap .centered-content h2,
.bootstrap .centered-content .h2 {
	font-size: 2.25rem;
	line-height: 1.25;
	margin-bottom: 2rem;
	margin-top: 3rem
}

@media (min-width: 768px) {

	.bootstrap .centered-content h2,
	.bootstrap .centered-content .h2 {
		margin-bottom: 3rem;
		margin-top: 6rem
	}
}

.bootstrap .centered-content h3,
.bootstrap .centered-content .h3 {
	font-size: 1.5rem;
	line-height: 1.25;
	margin-bottom: 1.5rem;
	margin-top: 2rem
}

@media (min-width: 768px) {

	.bootstrap .centered-content h3,
	.bootstrap .centered-content .h3 {
		margin-top: 3rem
	}
}

.bootstrap .centered-content h4,
.bootstrap .centered-content .h4 {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 1.5rem;
	margin-top: 2rem
}

@media (min-width: 768px) {

	.bootstrap .centered-content h4,
	.bootstrap .centered-content .h4 {
		margin-top: 3rem
	}
}

.bootstrap .centered-content li,
.bootstrap .centered-content p {
	font-size: 1.25rem;
	line-height: 1.45;
	margin-bottom: 1rem
}

.bootstrap .centered-content ul {
	margin-bottom: 1.5rem;
	margin-top: 1.5rem
}

.bootstrap .centered-content figcaption {
	font-size: 0.75rem
}

.bootstrap .centered-content h1,
.bootstrap .centered-content .h1,
.bootstrap .centered-content h2,
.bootstrap .centered-content .h2,
.bootstrap .centered-content h3,
.bootstrap .centered-content .h3,
.bootstrap .centered-content h4,
.bootstrap .centered-content .h4,
.bootstrap .centered-content h5,
.bootstrap .centered-content .h5,
.bootstrap .centered-content h6,
.bootstrap .centered-content .h6,
.bootstrap .centered-content ul,
.bootstrap .centered-content li,
.bootstrap .centered-content p {
	max-width: 40em
}

.bootstrap .centered-content h1:first-child,
.bootstrap .centered-content .h1:first-child,
.bootstrap .centered-content h2:first-child,
.bootstrap .centered-content .h2:first-child,
.bootstrap .centered-content h3:first-child,
.bootstrap .centered-content .h3:first-child,
.bootstrap .centered-content h4:first-child,
.bootstrap .centered-content .h4:first-child,
.bootstrap .centered-content h5:first-child,
.bootstrap .centered-content .h5:first-child,
.bootstrap .centered-content h6:first-child,
.bootstrap .centered-content .h6:first-child,
.bootstrap .centered-content ul:first-child,
.bootstrap .centered-content li:first-child,
.bootstrap .centered-content p:first-child {
	margin-top: 0
}

.bootstrap .centered-content h1:last-child,
.bootstrap .centered-content .h1:last-child,
.bootstrap .centered-content h2:last-child,
.bootstrap .centered-content .h2:last-child,
.bootstrap .centered-content h3:last-child,
.bootstrap .centered-content .h3:last-child,
.bootstrap .centered-content h4:last-child,
.bootstrap .centered-content .h4:last-child,
.bootstrap .centered-content h5:last-child,
.bootstrap .centered-content .h5:last-child,
.bootstrap .centered-content h6:last-child,
.bootstrap .centered-content .h6:last-child,
.bootstrap .centered-content ul:last-child,
.bootstrap .centered-content li:last-child,
.bootstrap .centered-content p:last-child {
	margin-bottom: 0
}

.bootstrap .centered-content__header-container {
	background-color: #fafbfe;
	border-bottom: 1px solid #f1f2f4;
	position: relative
}

.bootstrap .centered-content__header {
	margin: 0;
	position: relative
}

.bootstrap .centered-content__header p {
	color: #22242b;
	font-size: 1.5rem
}

@media (min-width: 768px) {
	.bootstrap .centered-content__header p {
		font-size: 2rem
	}
}

.bootstrap .centered-content .toc {
	position: relative
}

.bootstrap .centered-content .table-of-contents {
	left: 0;
	max-width: 14em;
	padding-top: 0.6667rem;
	position: absolute;
	top: 0.5em
}

.bootstrap .centered-content .table-of-contents__title {
	font-size: 1rem;
	margin: 0 0 0.5rem;
	padding: 0
}

.bootstrap .centered-content .table-of-contents__text {
	color: #8d93a5;
	font-size: 0.875rem;
	margin: 0;
	padding: 0;
	transition: color 200ms
}

.bootstrap .centered-content .table-of-contents__text>a {
	color: inherit;
	line-height: 1.65
}

.bootstrap .centered-content .table-of-contents__list {
	display: inline-block;
	list-style-type: none;
	margin: 1rem 0 0;
	padding: 0;
	width: auto
}

.bootstrap .centered-content .table-of-contents__list__item {
	margin: 1rem 0 0;
	padding: 0
}

.bootstrap .centered-content .table-of-contents__list__item:first-child {
	margin-top: 0
}

.bootstrap .centered-content .table-of-contents__list__item .table-of-contents__list {
	border-left: 1px solid #e1e3e8;
	display: none;
	margin-left: 1em;
	margin-top: 0.5em;
	padding-left: 1em
}

.bootstrap .centered-content .table-of-contents__list__item.selected-parent>.table-of-contents__text {
	font-weight: bold
}

.bootstrap .centered-content .table-of-contents__list__item.selected>.table-of-contents__text {
	color: #5a6072;
	font-weight: bold
}

.bootstrap .centered-content .table-of-contents__list__item.selected-parent .table-of-contents__list,
.bootstrap .centered-content .table-of-contents__list__item.selected .table-of-contents__list {
	display: inline-block
}

.bootstrap .container {
	padding: 0 28px
}

.bootstrap .Logos {
	width: 800px
}

.bootstrap .btn.btn-primary,
.bootstrap .btn.btn-primary-purple,
.bootstrap .btn.btn-outline-blue,
.bootstrap .btn.btn-outline-blue-solid,
.bootstrap .btn.btn-outline-white,
.bootstrap .btn.btn-transparent,
.bootstrap .btn.btn-subtle {
	border: none;
	color: #fff;
	transition: background-color 0.3s ease, color 0.3s ease;
	transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
	width: fit-content
}

.bootstrap .btn.btn-primary:focus,
.bootstrap .btn.btn-primary-purple:focus,
.bootstrap .btn.btn-outline-blue:focus,
.bootstrap .btn.btn-outline-blue-solid:focus,
.bootstrap .btn.btn-outline-white:focus,
.bootstrap .btn.btn-transparent:focus,
.bootstrap .btn.btn-subtle:focus,
.bootstrap .btn.btn-primary:active,
.bootstrap .btn.btn-primary-purple:active,
.bootstrap .btn.btn-outline-blue:active,
.bootstrap .btn.btn-outline-blue-solid:active,
.bootstrap .btn.btn-outline-white:active,
.bootstrap .btn.btn-transparent:active,
.bootstrap .btn.btn-subtle:active {
	background-color: #f48400;
	box-shadow: none;
	color: #fff
}

.bootstrap .btn.btn-primary:hover,
.bootstrap .btn.btn-primary-purple:hover,
.bootstrap .btn.btn-outline-blue:hover,
.bootstrap .btn.btn-outline-blue-solid:hover,
.bootstrap .btn.btn-outline-white:hover,
.bootstrap .btn.btn-transparent:hover,
.bootstrap .btn.btn-subtle:hover {
	background-color: #f48400;
	color: #fff
}

.bootstrap .btn.btn-primary:focus-visible,
.bootstrap .btn.btn-primary-purple:focus-visible,
.bootstrap .btn.btn-outline-blue:focus-visible,
.bootstrap .btn.btn-outline-blue-solid:focus-visible,
.bootstrap .btn.btn-outline-white:focus-visible,
.bootstrap .btn.btn-transparent:focus-visible,
.bootstrap .btn.btn-subtle:focus-visible {
	background-color: #f48400;
	color: #fff
}

.bootstrap .btn.btn-primary-purple {
	background-color: #a989c5
}

.bootstrap .btn.btn-primary-purple:focus,
.bootstrap .btn.btn-primary-purple:active {
	background-color: #a989c5
}

.bootstrap .btn.btn-primary-purple:hover {
	background-color: #5d60a2
}

.bootstrap .btn.btn-primary-purple:focus-visible {
	background-color: #5d60a2
}

.bootstrap .btn.btn-outline-blue {
	background-color: transparent;
	border: #f48400 solid 1px;
	color: #f48400
}

.bootstrap .btn.btn-outline-blue:focus,
.bootstrap .btn.btn-outline-blue:active {
	background-color: transparent;
	color: #f48400
}

.bootstrap .btn.btn-outline-blue:hover {
	background-color: #f48400;
	color: #fff
}

.bootstrap .btn.btn-outline-blue:focus-visible {
	background-color: #f48400;
	color: #fff
}

.bootstrap .btn.btn-outline-blue-solid {
	background-color: white;
	border: #f48400 solid 1px;
	color: #f48400
}

.bootstrap .btn.btn-outline-blue-solid:focus,
.bootstrap .btn.btn-outline-blue-solid:active {
	background-color: white;
	color: #f48400
}

.bootstrap .btn.btn-outline-blue-solid:hover {
	background-color: white;
	border: #f48400 solid 1px;
	color: #f48400
}

.bootstrap .btn.btn-outline-blue-solid:focus-visible {
	background-color: white;
	border: #f48400 solid 1px;
	color: #f48400
}

.bootstrap .btn.btn-outline-white {
	background: transparent;
	border: #fff solid 1px;
	color: #fff
}

.bootstrap .btn.btn-outline-white:focus,
.bootstrap .btn.btn-outline-white:active,
.bootstrap .btn.btn-outline-white:hover,
.bootstrap .btn.btn-outline-white:focus-visible {
	background: rgba(255, 255, 255, 0.2)
}

.bootstrap .btn.btn-transparent {
	color: #5a6072;
	transition: color 0.1s ease, background-color 0.1s ease
}



.bootstrap .body-footer {
	margin: 0 auto;
	max-width: 1280px;
	/*padding-top: 120px;*/
	width: 100%
}


.bootstrap .body-footer .footer-logo-container {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 40px 0 50px
}

.bootstrap .body-footer .footer-logo-container>div {
	align-items: center;
	color: #8d93a5;
	display: flex;
	gap: 12px
}

.bootstrap .body-footer .footer-logo-container>div:first-child a {
	align-items: center;
	color: #8d93a5;
	display: flex;
	text-decoration: none;
	transition: color 0.2s ease-in-out
}

.bootstrap .body-footer .footer-logo-container>div:first-child a:hover {
	color: #5a6072
}

.bootstrap .body-footer .footer-logo-container>div:last-child {
	gap: 24px
}

.bootstrap .body-footer .footer-logo-container>div:last-child path {
	transition: fill 0.2s ease-in-out
}


@media (max-width: 1399.98px) {
	.bootstrap .body-footer {
		max-width: 1100px
	}
}


.bootstrap .navigation-header {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	left: 0;
	width: 100%;
	z-index: 1001
}


.bootstrap .navigation-header>.container {
	padding: 5px 20px;
	position: sticky;
	top: 0
}


.bootstrap .navigation-header span {
	display: block
}



.bootstrap .navigation-header #get-started-btn {
	padding: 8px 18px
}

.bootstrap .navigation-header #product-nav-menu-wrapper,
.bootstrap .navigation-header #resources-nav-menu-wrapper,
.bootstrap .navigation-header #features-nav-menu-wrapper {
	cursor: default;
	padding-top: 16px;
	position: fixed;
	top: 44px;
	visibility: hidden
}.bootstrap .colrows-banner {
	background-color: #eef6fc;
	box-shadow: 0 1px 1px #e4ecfb;
	color: #5a6072;
	height: 48px;
	overflow: hidden;
	position: relative;
	transition: height 0.3s ease-in-out
}


.bootstrap .colrows-banner button {
	background-color: transparent;
	border: none;
	color: #f48400;
	font-size: 28px;
	position: absolute;
	right: 12px;
	top: 5px;
	transition: color 0.2s ease-in-out
}


.bootstrap .colrows-banner>div {
	align-items: center;
	display: flex;
	gap: 20px;
	height: 100%;
	justify-content: center;
	margin: 0 auto;
	max-width: 1280px;
	padding: 8px 0;
	width: 100%
}


.bootstrap .colrows-banner>div span {
	color: #5a6072;
	font-size: 14px
}

.bootstrap .colrows-banner>div span.button {
	background-color: #e4ecfb;
	border-radius: 5px;
	color: #f48400;
	font-weight: 700;
	padding: 5px 10px 6px
}

.bootstrap .breadcrumb-item+.breadcrumb-item::before {
	position: relative;
	top: 0.125rem
}



.bootstrap .colrows-container {
	padding: 2rem 4.5rem
}


.bootstrap .colrows-container a {
	display: inline;
	text-decoration: none
}



.bootstrap .colrows-container code,
.bootstrap .colrows-card code {
	background: #414141;
	border-radius: 0.75rem;
	color: #fff;
	font-family: "Fira Code", monospace;
	padding: 1.5rem;
	white-space: unset
}

.bootstrap .colrows-container h1,
.bootstrap .colrows-container .h1,
.bootstrap .colrows-card h1,
.bootstrap .colrows-card .h1 {
	/*font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.2*/

	font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 32px;
}

.bootstrap .colrows-container h2,
.bootstrap .colrows-container .h2,
.bootstrap .colrows-card h2,
.bootstrap .colrows-card .h2 {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.34;
	 margin-top: 2rem; 
}


.bootstrap .colrows-container a,
.bootstrap .colrows-card a {
	color: #f48400;
	font-weight: bold
}

.bootstrap .colrows-container a:hover,
.bootstrap .colrows-card a:hover {
	color: #f48400
}

.bootstrap .colrows-container p,
.bootstrap .colrows-container li {
	font-size: 18px;
   /* line-height: 30px;*/
}

.bootstrap .colrows-container p code,
.bootstrap .colrows-container li code,
.bootstrap .colrows-container td code,
.bootstrap .colrows-container th code,
.bootstrap .colrows-container h2 code,
.bootstrap .colrows-container .h2 code,
.bootstrap .colrows-container h3 code,
.bootstrap .colrows-container .h3 code,
.bootstrap .colrows-container h4 code,
.bootstrap .colrows-container .h4 code,
.bootstrap .colrows-container h5 code,
.bootstrap .colrows-container .h5 code {
	background: #f6f0e8;
    border-radius: 0.25rem;
    color: #dc8035;
    padding: 0;
    font-weight: bold;
}

.bootstrap .colrows-container td code{
	background: #414141 !important;

}



.bootstrap .main-navigation-wrapper {
	max-width: 226px;
	width: 100%;
	/*position: fixed;*/
}

.bootstrap .main-navigation-wrapper #main-navigation-content {
	margin-top: 2rem
}

.bootstrap .main-navigation-wrapper #main-navigation-content a {
	text-decoration: none
}

.bootstrap .main-navigation-wrapper svg {
	border-radius: 0.5rem;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 0 2px -1px rgba(0, 0, 0, 0.08);
	box-sizing: border-box;
	flex-shrink: 0;
	float: left;
	height: 32px;
	margin-right: 0.75rem;
	padding: 0.3rem;
	width: 32px
}

.bootstrap .main-navigation-wrapper div {
	align-content: center
}

.bootstrap .main-navigation-wrapper div :hover {
	color: #f48400;
	cursor: pointer
}

.bootstrap .main-navigation-wrapper h5,
.bootstrap .main-navigation-wrapper .h5 {
	align-items: center;
	color: #5a6072;
	display: flex;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 22px;
	margin-bottom: 0.9375rem
}

.bootstrap .main-navigation-wrapper h5:hover,
.bootstrap .main-navigation-wrapper .h5:hover {
	color: #f48400;
	cursor: pointer
}

.bootstrap .main-navigation-wrapper h5:hover path,
.bootstrap .main-navigation-wrapper .h5:hover path {
	stroke: #f48400
}

.bootstrap .main-navigation-wrapper h5:hover svg,
.bootstrap .main-navigation-wrapper .h5:hover svg {
	border-radius: 0.5rem;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08), 0 0 2px -1px rgba(0, 0, 0, 0.08);
	box-sizing: border-box;
	cursor: pointer;
	flex-shrink: 0;
	float: left;
	height: 32px;
	margin-right: 0.75rem;
	padding: 0.3rem;
	width: 32px
}

.bootstrap .main-navigation-wrapper ul {
	list-style-type: none;
	padding-inline-start: 0
}

.bootstrap .main-navigation-wrapper ul a {
	color: #8d93a5;
	font-size: 0.875rem;
	font-weight: 400;
	text-decoration: none
}

.bootstrap .main-navigation-wrapper ul a:hover {
	color: #5a6072;
	text-decoration: none;
	transition: initial
}

.bootstrap .main-navigation-wrapper ul a.selected {
	color: #5a6072;
	font-weight: 700
}

.bootstrap .main-navigation-wrapper ul li {
	margin-bottom: 0;
	padding: 0.4375rem 0 0.4375rem 1rem;
	position: relative;
	text-decoration: none
}

.bootstrap .main-navigation-wrapper ul li:first-child::before {
	border-top-left-radius: 1.5px;
	border-top-right-radius: 1.5px
}

.bootstrap .main-navigation-wrapper ul li:last-child::before {
	border-bottom-left-radius: 1.5px;
	border-bottom-right-radius: 1.5px
}

.bootstrap .main-navigation-wrapper ul li::before {
	background-color: #f1f2f4;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 3px
}

.bootstrap .main-navigation-wrapper ul li:hover::before {
	background-color: #f48400;
	border-radius: 1.5px
}

.bootstrap .main-navigation-wrapper ul li.selected {
	color: #5a6072;
	font-weight: 700
}

.bootstrap .main-navigation-wrapper ul li.selected::before {
	background-color: #5a6072;
	border-radius: 1.5px
}

.bootstrap .main-navigation-wrapper ul li.selected a {
	color: #5a6072;
	text-decoration: none;
	transition: initial
}

.bootstrap .main-navigation-wrapper ul li.selected a:hover {
	color: #5a6072
}

.bootstrap .main-navigation-wrapper ul li.selected a.selected {
	color: #5a6072
}

.bootstrap .main-navigation-wrapper ul li ul {
	display: none
}

.bootstrap #sub-navigation-content {
	height: 98vh;
	max-width: 250px;
	overflow-y: scroll;
	padding-top: 3rem;
	position: sticky;
	top: 63px
}

.bootstrap #sub-navigation-content.colrows-banner-hidden {
	top: 0
}

.bootstrap #sub-navigation-content.sub-navigation-content-hidden::before {
	content: none
}

.bootstrap #sub-navigation-content a {
	color: #8d93a5;
	display: block;
	font-size: 0.875rem;
	margin-bottom: 1rem;
	text-decoration: none;
	transition: initial
}

.bootstrap #sub-navigation-content a.selected {
	color: #5a6072;
}

.bootstrap #sub-navigation-content a:first-child::before {
	color: #22242b;
	content: "On this page";
	display: block;
	font-weight: 700;
	padding-bottom: 1.5rem
}

.bootstrap #sub-navigation-content a:hover {
	color: #5a6072;
	text-decoration: none;
	transition: initial
}

.bootstrap .card {
	box-shadow: none
}

.bootstrap a:hover {
	color: #f48400
}

.bootstrap a:not(.Button, .block) {
	text-decoration: none;
	transition: text-decoration 0.15s ease, color 0.15s ease
}

.bootstrap a:not(.Button, .block):hover {
	color: #f48400;
	text-decoration: underline
}

.bootstrap a:not(.Button, .block):hover.no-text-decoration:hover {
	text-decoration: none !important
}

.bootstrap .no-text-decoration {
	text-decoration: none !important
}
.learn .top-bar {
    align-items: center;
    border-bottom: 1px solid #e4ecfb;
    display: flex;
    justify-content: space-between;
    left: 0;
    padding: 8px 0;
    position: absolute;
    top: 0;
    width: 100%
}

.learn .top-bar div {
    align-items: center;
    display: flex;
    gap: 12px
}

@media screen and (min-width: 576px) {
    .learn .top-bar {
        left:50%;
        margin: 0 auto;
        max-width: 490px;
        transform: translateX(-50%)
    }
}

@media screen and (max-width: 992px) {
    .learn .top-bar {
        justify-content:space-between;
        left: 50%;
        margin: 0 auto;
        max-width: 670px;
        padding-left: 0;
        padding-right: 0;
        transform: translateX(-50%)
    }
}

@media screen and (max-width: 504px) {
    .learn .top-bar {
        padding-left:20px;
        padding-right: 20px
    }
}

@media screen and (max-width: 768px) {
    .learn .top-bar {
        max-width:490px
    }
}

@media screen and (min-width: 993px) {
    .learn .top-bar {
        max-width:100%;
        padding: 8px 0 8px 8px
    }

    .learn .top-bar .breadcrumb {
        display: block
    }
}

.learn .top-bar a.whats-new {
    align-items: center;
    background-color: #eef6fc;
    border: 1px solid #e4ecfb;
    border-radius: 8px;
    display: none;
    font-size: 14px;
    gap: 5px;
    padding: 8px 8px 10px;
    transition: background-color .3s ease
}

.learn .top-bar a.whats-new:hover {
    background-color: #e4ecfb;
    color: #509ee3
}

@media screen and (min-width: 1200px) {
    .learn .top-bar a.whats-new {
        display:flex
    }
}

.learn .top-bar a.whats-new svg {
    zoom:.7}

.learn .top-bar .docs-learn-toggler {
    display: none;
    margin-top: 0
}

@media screen and (max-width: 992px) {
    .learn .top-bar .docs-learn-toggler {
        display:flex
    }

    .learn .top-bar .docs-learn-toggler a {
        padding: 2px 8px
    }
}

.learn .top-bar .breadcrumb {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    margin: 0 0 0 64px;
    width: 200%
}

@media screen and (max-width: 992px) {
    .learn .top-bar .breadcrumb {
        margin-left:0
    }
}

.learn .top-bar .breadcrumb a {
    font-size: 16px
}

.learn .top-bar form.learn-search {
    background-color: #eef6fc;
    border: 1px solid #e4ecfb;
    border-radius: 8px;
    padding: 4px;
    position: relative;
    transition: border-color .3s ease
}

@media screen and (max-width: 991px) {
    .learn .top-bar form.learn-search::before {
        background-image:linear-gradient(to right, rgba(250, 251, 254, 0), #fafbfe, #fafbfe);
        content: "";
        display: block;
        height: 100%;
        left: -81px;
        position: absolute;
        top: 0;
        width: 80px
    }
}

.learn .top-bar form.learn-search:has(input:focus) {
    border-color: #509ee3
}

.learn .top-bar form.learn-search input#learn-search-box {
    background-color: rgba(0,0,0,0);
    background-image: url("/images/search-dark-grey.svg");
    border: none;
    box-shadow: none;
    color: #8d93a5;
    font-size: 14px;
    padding: 4px 12px 4px 34px;
    width: 130px
}

.learn .top-bar form.learn-search input#learn-search-box:focus {
    outline: none
}

.learn .top-bar form.learn-search input#learn-search-box::placeholder {
    color: #8d93a5
}

.learn .top-bar form.learn-search input[type=submit] {
    background-color: #e4ecfb;
    border: none;
    border-radius: 8px;
    color: #5a6072;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 8px 7px
}

@media screen and (max-width: 992px) {
    .learn .top-bar form.learn-search input[type=submit] {
        display:none
    }
}
